html {
  scroll-behavior: smooth;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: "vwhead";
  padding-bottom: 0px;
  overflow-x: hidden;
}

p,
h1,
h2,
h3,
h4 {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
}

*::after,
*::before,
* {
  box-sizing: border-box;
}

.relative {
  position: relative;
}

.container {
  margin-inline: 9.11vw;
}

.bcg {
  position: absolute;
  background: rgb(1, 63, 117);
  height: 70%;
  width: 100%;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.white-txt {
  color: white;
  text-align: center;
  margin: 2rem 0;
  padding: 2rem 0;
}

.button {
  display: inline-block;
  border-radius: 40px;
  background-color: #00356b;
  color: #fff;
  border: 1px solid #00356b;
  font-size: 25px;
  font-weight: bold;
  padding: 17px 59px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.button:hover {
  background-color: #ffffff;
  color: #001e50;
}

.flex {
  display: flex;
  align-items: center;
}
.flex__image {
 max-width: 876px; 
 width: 100%;
}
.flex__image img {
  width: 100%;
}
.flex__content {
  font-size: 22px;
  font-weight: 300;
  max-width: 779px;
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
}
.flex__content strong {
  font-weight: bold;
}
.flex__content h3 {
  font-size: 50px;
  font-weight: 300;
  line-height: 1.1;
}
.flex__content p {
  margin-block: 30px;
}
.flex__content ul {
  margin-block: 30px;
  padding-left: 20px;
  list-style-type:none;
}
.flex__content ul li {
  position: relative;
  margin-block: 5px;
}
.flex__content ul li::after {
  content: "-";
  position: absolute;
  top: 0px;
  left: -20px;
}
.flex__content .button {
  margin-block: 60px 0px;
}
.flex__content .button.mg-btm {
  margin-block: 60px;
}

/* older */
.flex-parent {
  display: flex;
  padding: 0 5rem;
}

.side {
  width: 50%;
  padding: 0 2rem;
}

.side:first-of-type {
  border-right: 1px solid grey;
}

.c-baner {
  position: relative;
  margin-bottom: 90px;
}

.c-baner__image img {
  width: 100%;
}

.c-baner__content {
  position: absolute;
  left: 9.11vw;
  bottom: 10.42vw;
  color: #ffffff;
}
.c-baner__content h1 {
  font-size: 3.13vw;
  font-weight: bold;
}

.header {
  background-color: #003a70;
  color: #ffffff;
  text-align: center;
  padding-block: 65px;
}
.header h2 {
  font-size: 70px;
  font-weight: 300;
}

.pt-130 {
  padding-top: 130px;
}

.light-font {
  font-weight: 100;
}

.c-line-wrapper {
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  top: 40px;
  padding: 0.5rem 0;
  z-index: 9999;
}

.c-logo-line {
  height: 2px;
  background-color: rgb(255, 255, 255);
  width: 80%;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.flex-basis {
  flex-basis: 333.33%;
}

.c-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  margin: 0px 14px;
}

.c-logo img {
  width: 64px;
  height: 64px;
  max-width: unset;
}

.logo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 10px 10px 5px 10px;
}

.logo h3 {
  font-size: 12px;
  color: #001e50;
  text-align: right;
  margin-right: 10px;
}

.logo h3 span {
  font-weight: 200;
}

.logo img {
  max-width: 56px;
}

.logo-mobile {
  display: none;
}

.c-container {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0px 50px;
}

.c-container-big {
  max-width: 1920px;
  margin: 0 auto;
}

.c-container-big.relative {
  position: relative;
  margin-bottom: 85px;
}

.text-right {
  text-align: right;
}


.section-blue {
  background: rgb(1, 63, 117);
  background: linear-gradient(
    90deg,
    rgba(1, 63, 117, 1) 50%,
    rgba(0, 33, 84, 1) 100%,
    rgba(255, 255, 255, 0) 100%
  );
}

.w100 {
  width: 100%;
}
.photo-text {
  display: flex;
  gap: 50px;
}
.photo-text.relative {
  position: relative;
}
.photo-text.mt {
  margin-top: -130px;
}
.photo-text__just-center {
  justify-content: center;
}
.photo-text__between {
  justify-content: space-between;
}
.photo-text__around {
  justify-content: space-around;
}
.photo-text__center {
  align-items: center;
}
.mb50 {
  margin-bottom: 50px;
}
.photo-text.margin {
  margin: 65px 0 0;
}
.photo-text__col {
  width: 50%;
}
.photo-text__img img {
  width: 100%;
}
.photo-text__content {
  padding: 50px 70px;
}
.photo-text__col.margin {
  margin: 0 25px;
}
.photo-text__intro {
  padding: calc(482px - 280px) 1rem 0 0;
}
.photo-text__wrap {
  margin-bottom: 40px;
}
.photo-text__cta {
  display: flex;
  margin: 50px 0 20px;
}
.photo-text__button {
  display: inline-block;
  background-color: transparent;
  border: 3px solid #fff;
  min-width: 260px;
  text-align: center;
  padding: 0.8rem 0;
  color: #fff;
  border-radius: 50px;
  margin-right: 30px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.photo-text__button.white {
  background-color: #fff;
  color: #013067;
}
.photo-text__button.blue {
  background-color: #013067;
  color: #fff;
}
.photo-text__button:hover {
  background-color: #013067;
  color: #fff;
}
.photo-text__title {
  font-size: 36px;
  margin-bottom: 15px;
}
.photo-text__title.white {
  color: #fff;
}
.photo-text__text {
  margin-bottom: 20px;
  font-size: 18px;
}
.photo-text__text.white {
  color: #fff;
}
.photo-text.white {
  color: #fff;
}
.photo-relative {
  position: relative;
  min-height: 320px;
}
.bigimg {
  margin: 40px 0 0;
  display: flex;
}
.bigimg img {
  width: 100%;
}

.title__h2 {
  font-size: 67px;
  font-weight: 300;
  line-height: 1.1;
}
.title__h2 strong {
  font-weight: bold;
}
.title__h2.mb50 {
  margin-bottom: 30px;
}

.c-salon {
  position: absolute;
  top: -0.5vw;
  left: 6vw;
}
.c-salon span {
  font-size: 21px;
  font-weight: 600;
  color: #fff;
}
.c-mobile-salon {
  display: none;
}
.c-mobile-salon span {
  font-weight: 600;
}
.c-relative {
  position: relative;
}
.c-text-center {
  text-align: center;
}
.c-footer {
  background-color: #f4f4f4;
}
.c-footer-container {
  padding: 2rem;
}
.c-footer-title {
  font-size: 22px;
  margin-bottom: 1rem;
}
.text-rest-mobile {
  display: none;
}

.form-desc {
  font-size: 24px;
  font-weight: 100;
  max-width: 670px;
}
.form-img {
  position: absolute;
  bottom: -30px;
  width: 100%;
  max-width: 750px;
}

.c-bg-form {
  background-color: #ffffff;
}

.space {
  margin-block: 120px;
}

@media (min-width: 2000px) {

}
@media (min-width: 1920px) {
  .flex__image {
    max-width: 45.63vw;
  }
  .c-container {
    max-width: 87.5vw;
  }
  .flex__content {
    max-width: 40.57vw;
  }
}
@media (max-width: 1600px) {
  .c-line-wrapper {
    top: 10px;
  }
  .c-salon {
    top: 1vw;
  }
  .photo-relative {
    min-height: 270px;
  }
  .header {
    padding-block: 55px;
  }
  .header h2 {
    font-size: 60px;
  }
  .flex__content h3 {
    font-size: 40px;
  }
  .flex__content .button {
    margin-block: 40px 0px;
  }
  .flex__content .button.mg-btm {
    margin-block: 40px;
  }
  .title__h2 {
    font-size: 52px;
  }
}
@media (max-width: 1400px) {
  .photo-relative {
    min-height: 235px;
  }
  .c-container-big.relative {
    margin-bottom: 100px;
  }
  .header {
    padding-block: 45px;
  }
  .header h2 {
    font-size: 50px;
  }
  .space {
    margin-block: 80px;
  }
  .flex__content {
    font-size: 18px;
  }
  .flex__content h3 {
    font-size: 32px;
  }
  .flex__content p {
    margin-block: 20px;
  }
  .button {
    font-size: 22px;
    padding: 12px 49px;
  }
}
@media (max-width: 1350px) {
  .c-baner {
    flex-direction: column;
  }
  .c-baner-form {
    position: relative;
    max-width: 100%;
    height: inherit;
  }

  .c-baner-desktop {
    display: none;
  }
  .c-baner-mobile {
    display: block;
  }
  .title__h2 {
    font-size: 40px;
  }
}
@media (max-width: 1340px) {
  .photo-text__button {
    min-width: 190px;
  }
}
@media (max-width: 1200px) {
  .c-container-big.relative {
    margin-bottom: 135px;
  }
  .c-salon span {
    font-size: 18px;
  }
}
@media (max-width: 1150px) {
  .title__h3 br {
    display: none;
  }
  .photo-text__intro {
    padding: calc(482px - 315px) 1rem 0 0;
  }
  .form-img {
    max-width: 440px;
  }
  .header {
    padding-block: 40px;
  }
  .header h2 {
    font-size: 42px;
  }
  .flex__content .button {
    margin-block: 20px 0px;
  }
  .flex__content .button.mg-btm {
    margin-block: 20px;
  }
}
@media (max-width: 1100px) {
  .c-container-big.relative {
    margin-bottom: 30px;
  }
  .flex {
    max-width: 916px;
    width: 100%;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 20px;
  }
  .flex.reverse {
    flex-wrap: wrap-reverse;
  }
  .flex__content {
    margin-top: 30px;
    padding: 0px;
  }
}
@media (max-width: 1024px) {
  .title__h2 {
    font-size: 2.15rem;
  }
}
@media (max-width: 960px) {
  .c-container {
    padding: 0 20px;
  }
  .c-baner {
    margin-bottom: 30px;
  }
  .c-line-wrapper {
    top: 0;
  }
  .c-baner-text-box {
    width: 100%;
  }
  .photo-text__intro {
    padding: 2rem 1rem 0 0;
  }
  .photo-text__cta {
    display: block;
  }
  .photo-text__button {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .section-gradient {
    padding: 2rem 0;
    margin: 0;
  }
  .section-margin {
    margin: 30px 0;
  }
  .form-img {
    max-width: 340px;
  }
  .header {
    padding-block: 30px;
  }
  .header h2 {
    font-size: 32px;
  }
  .c-salon span {
    font-size: 16px;
  }
  .space {
    margin-block: 50px;
  }
  .flex__content {
    font-size: 16px;
  }
  .flex__content h3 {
    font-size: 24px;
  }
  .flex__content h3 br {
    display: none;
  }
  .c-baner__content {
    left: 5.11vw;
    bottom: 5.42vw;
  }
  .c-baner__content h1 {
    font-size: 5.13vw;
  }
}

@media (max-width: 768px) {
  .section-mt {
    margin-top: 70px;
  }
  .text-rest-mobile {
    display: inline;
  }
  .text-rest-desktop {
    display: none;
  }
  .photo-text {
    flex-direction: column;
  }
  .photo-text__content {
    padding: 0 40px;
  }
  .photo-text__col {
    width: 100%;
    padding-bottom: 2rem;
  }
  .photo-text__col.center {
    text-align: center;
  }
  .photo-text__col.order-2 {
    order: 2;
  }
  .photo-text__col.mobile-pt {
    padding-top: 50px;
  }
  .c-baner-title {
    font-size: 1.8rem;
  }
  .c-logo img {
    width: 45px;
    height: 45px;
  }
  .c-baner-btn-wrap {
    margin-top: 0.5rem;
  }
  .c-baner-btn {
    padding: 0.5rem 2rem;
    min-width: 150px;
  }

  .photo-text__col.ml50 {
    margin-left: 0;
  }

  .photo-text__col-f1.mr20 {
    margin-right: 0;
  }
  .section-gradient {
    background: none;
  }
  .section-gradient .photo-text__title.white,
  .section-gradient .photo-text__text.white {
    color: #000;
  }
  .photo-text__col.margin {
    margin: 0;
  }
  .text-right {
    text-align: left;
  }
  .form-img {
    position: relative;
    max-width: 100%;
  }
  .photo-text {
    gap: 0px;
  }
}
@media (max-width: 600px) {
  .button {
    margin-left: 0;
    margin-top: 2rem;
  }
}
@media (max-width: 570px) {
  .c-baner-text {
    padding: 1rem 0;
  }
  .c-text-box {
    padding: 2rem 1rem;
  }
  .c-baner-subtitle-sm br {
    display: none;
  }
  .photo-text__cta {
    margin: 10px 0;
  }
  .c-baner-text-box {
    padding: 0;
  }
}
@media (max-width: 525px) {
  .c-logo-line {
    display: none;
  }
  .c-logo img {
    width: 32px;
    height: 32px;
  }
  .c-salon {
    display: none;
  }
  .c-mobile-salon {
    display: block;
  }
  .c-text {
    font-size: 1rem;
    padding: 0 1rem;
  }
  .c-line-wrapper {
    position: relative;
    order: 0;
  }
  .c-logo-line {
    background: #000;
  }
  .logo-hide {
    display: none;
  }
  .logo-mobile {
    display: block;
  }
  .c-baner-img {
    order: 1;
  }
  .c-baner-text {
    order: 2;
  }
  .c-baner-form {
    order: 4;
  }
  .c-baner-btn-wrap {
    text-align: center;
  }
  .c-baner-btn {
    background-color: #002f65;
  }
  .c-baner-btn-text {
    color: #fff;
  }
  .c-footer-title {
    font-size: 18px;
  }
  .c-footer-link {
    font-size: 14px;
  }
  .c-baner-subtitle {
    font-size: 1.5rem;
  }
  .c-baner-subtitle-sm {
    font-size: 1rem;
  }
  .c-baner-title {
    font-size: 1.2rem;
  }
  .c-baner-title br {
    display: none;
  }
}

@media(max-width: 450px) {
  .header h2 {
    font-size: 26px;
  }
}

@media screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .c-baner {
    display: block;
  }
  .c-baner-form {
    width: 100%;
  }
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}
