/*##########*/
/* FONTS */
/*##########*/
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Text:wght@300;400;500;600;700&display=swap");
/*==========  RESET STYLES  ==========*/
:root {
    --h1-size: 96px;
    --h1-line-height: 113px;
    --h2-size: 48px;
    --h2-line-height: 56px;
    --h3-size: 36px;
    --h3-line-height: 42px;
    --text-size: 24px;
    --purple: #7752b5;
    --purpleRgb: 119, 82, 181;
    --christmasRed: #e4481e;
        --text-size: 20px;
    --text-line-height: 28px;
    --text-big-size: 24px;
    --text-big-line-height: 28px;
    --text-small: 16px;
    --text-small-line-height: 19px;
    --border-radius: 24px;
    --h2-size-small: 40px;
    --h2-line-height-small: 46px;
}
@media (max-width: 1799.98px) {
    :root {
        --h1-size:64px;
        --h1-line-height: 75px;
        --h2-size: 48px;
        --h2-line-height: 56px;
        --h3-size: 36px;
        --h3-line-height: 42px;
        --text-size: 24px;
        --text-line-height: 28px;
        --border-radius: 24px
    }
}

@media (max-width: 1399.98px) {
    :root {
        --h1-size:56px;
        --h1-line-height: 64px;
        --h2-size: 40px;
        --h2-line-height: 48px;
        --h3-size: 30px;
        --h3-line-height: 36px;
        --text-size: 21px;
        --text-line-height: 24px
    }
}

@media (max-width: 1199.98px) {
    :root {
        --h1-size:48px;
        --h1-line-height: 56px;
        --h2-size: 36px;
        --h2-line-height: 44px;
        --h3-size: 24px;
        --h3-line-height: 30px;
        --text-size: 18px;
        --text-line-height: 22px
    }
}

@media (max-width: 991.98px) {
    :root {
        --h1-size:36px;
        --h1-line-height: 42px;
        --h2-size: 30px;
        --h2-line-height: 36px;
        --h3-size: 24px;
        --h3-line-height: 30px;
        --text-size: 18px;
        --text-line-height: 22px;
        --border-radius: 16px
    }
}

@media (max-width: 767.98px) {
    :root {
        --h1-size:30px;
        --h1-line-height: 36px;
        --h2-size: 20px;
        --h2-line-height: 24px;
        --h3-size: 18px;
        --h3-line-height: 22px;
        --text-size: 16px;
        --text-line-height: 20px
    }
}
html {
  overflow-y: scroll; }

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-text-size-adjust: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html:not(.touch-screen)::-webkit-scrollbar,
html:not(.touch-screen) *::-webkit-scrollbar {
  width: 5px;
  height: 5px; }

html:not(.touch-screen)::-webkit-scrollbar-track,
html:not(.touch-screen) *::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.08);
  border-radius: 8px; }

html:not(.touch-screen)::-webkit-scrollbar-thumb,
html:not(.touch-screen) *::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.08); }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
html {
  height: 100%; }

body {
  height: 100%;
  overflow: hidden; }

#content-block {
  overflow: hidden;
  position: relative; }
  #content-block.sp-00 {
    padding-top: 110px; }

.overflow-hidden {
  overflow: hidden; }

html.overflow-hidden body {
  overflow: hidden; }

/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 1500px) {
  #content-block.sp-00 {
    padding-top: 92px; } }

@media (max-width: 991px) {
  #content-block.sp-00 {
    padding-top: 74px; } }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* ANIMATIONS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.simple-animation {
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.bottom-animation {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.simple-animation.animated,
.bottom-animation.animated {
  -webkit-transform: none;
          transform: none;
  opacity: 1; }

.delay-01 {
  -webkit-transition-delay: .1s;
          transition-delay: .1s; }

.delay-02 {
  -webkit-transition-delay: .2s;
          transition-delay: .2s; }

.delay-03 {
  -webkit-transition-delay: .3s;
          transition-delay: .3s; }

.delay-04 {
  -webkit-transition-delay: .4s;
          transition-delay: .4s; }

.delay-05 {
  -webkit-transition-delay: 5s;
          transition-delay: 5s; }

.delay-06 {
  -webkit-transition-delay: 6s;
          transition-delay: 6s; }

.delay-07 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Spacers */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.sp-pt-20 {
  padding-top: 20px; }

.sp-pt-60 {
  padding-top: 60px; }

.sp-pt-50 {
  padding-top: 50px; }

.sp-pt-90 {
  padding-top: 90px; }

.sp-pt-100 {
  padding-top: 100px; }

.sp-pt-120 {
  padding-top: 120px; }

.sp-pb-20 {
  padding-bottom: 20px; }

.sp-pb-30 {
  padding-bottom: 30px; }

.sp-pb-50 {
  padding-bottom: 50px; }

.sp-pb-60 {
  padding-bottom: 60px; }

.sp-pb-90 {
  padding-bottom: 90px; }

.sp-pb-100 {
  padding-bottom: 100px; }

.sp-pb-120 {
  padding-bottom: 120px; }

.sp-mt-20 {
  margin-top: 20px; }

.sp-mt-45 {
  margin-top: 45px; }

.sp-mt-60 {
  margin-top: 60px; }

.sp-mt-100 {
  margin-top: 100px; }

.sp-mt-120 {
  margin-top: 120px; }

.sp-mb-5 {
  margin-bottom: 5px; }

.sp-mb-15 {
  margin-bottom: 15px; }

.sp-mb-20 {
  margin-bottom: 20px; }

.sp-mb-25 {
  margin-bottom: 25px; }

.sp-mb-30 {
  margin-bottom: 30px; }

.sp-mb-35 {
  margin-bottom: 35px; }

.sp-mb-45 {
  margin-bottom: 45px; }

.sp-mb-50 {
  margin-bottom: 50px; }

.sp-mb-60 {
  margin-bottom: 60px; }

.sp-mb-70 {
  margin-bottom: 70px; }

.sp-mb-80 {
  margin-bottom: 80px; }

.sp-mb-90 {
  margin-bottom: 90px; }

.sp-mb-100 {
  margin-bottom: 100px; }

.sp-mb-120 {
  margin-bottom: 120px; }

/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 1500px) {
  .sp-mb-nb-30 {
    margin-bottom: 30px; } }

@media (max-width: 1199px) {
  .sp-pt-xl-20 {
    padding-top: 20px; }
  .sp-pt-xl-60 {
    padding-top: 60px; }
  .sp-pt-xl-100 {
    padding-top: 100px; }
  .sp-pt-xl-120 {
    padding-top: 120px; }
  .sp-pb-xl-20 {
    padding-bottom: 20px; }
  .sp-pb-xl-60 {
    padding-bottom: 60px; }
  .sp-pb-xl-100 {
    padding-bottom: 100px; }
  .sp-pb-xl-120 {
    padding-bottom: 120px; }
  .sp-mt-xl-20 {
    margin-top: 20px; }
  .sp-mt-xl-60 {
    margin-top: 60px; }
  .sp-mt-xl-100 {
    margin-top: 100px; }
  .sp-mt-xl-120 {
    margin-top: 120px; }
  .sp-mb-xl-20 {
    margin-bottom: 20px; }
  .sp-mb-xl-60 {
    margin-bottom: 60px; }
  .sp-mb-xl-100 {
    margin-bottom: 100px; }
  .sp-mb-xl-120 {
    margin-bottom: 120px; } }

@media (max-width: 991px) {
  .sp-pt-lg-20 {
    padding-top: 20px; }
  .sp-pt-lg-30 {
    padding-top: 30px; }
  .sp-pt-lg-45 {
    padding-top: 45px; }
  .sp-pt-lg-50 {
    padding-top: 50px; }
  .sp-pt-lg-60 {
    padding-top: 60px; }
  .sp-pt-lg-70 {
    padding-top: 70px; }
  .sp-pt-lg-100 {
    padding-top: 100px; }
  .sp-pt-lg-120 {
    padding-top: 120px; }
  .sp-pb-lg-10 {
    padding-bottom: 10px; }
  .sp-pb-lg-20 {
    padding-bottom: 20px; }
  .sp-pb-lg-30 {
    padding-bottom: 30px; }
  .sp-pb-lg-45 {
    padding-bottom: 45px; }
  .sp-pb-lg-60 {
    padding-bottom: 60px; }
  .sp-pb-lg-70 {
    padding-bottom: 70px; }
  .sp-pb-lg-100 {
    padding-bottom: 100px; }
  .sp-pb-lg-120 {
    padding-bottom: 120px; }
  .sp-mt-lg-20 {
    margin-top: 20px; }
  .sp-mt-lg-30 {
    margin-top: 30px; }
  .sp-mt-lg-60 {
    margin-top: 60px; }
  .sp-mt-lg-100 {
    margin-top: 100px; }
  .sp-mt-lg-120 {
    margin-top: 120px; }
  .sp-mb-lg-0 {
    margin-bottom: 0px; }
  .sp-mb-lg-5 {
    margin-bottom: 5px; }
  .sp-mb-lg-10 {
    margin-bottom: 10px; }
  .sp-mb-lg-20 {
    margin-bottom: 20px; }
  .sp-mb-lg-30 {
    margin-bottom: 30px; }
  .sp-mb-lg-40 {
    margin-bottom: 40px; }
  .sp-mb-lg-50 {
    margin-bottom: 50px; }
  .sp-mb-lg-60 {
    margin-bottom: 60px; }
  .sp-mb-lg-100 {
    margin-bottom: 100px; }
  .sp-mb-lg-120 {
    margin-bottom: 120px; } }

@media (max-width: 768px) {
  .sp-pt-md-20 {
    padding-top: 20px; }
  .sp-pt-md-60 {
    padding-top: 60px; }
  .sp-pt-md-100 {
    padding-top: 100px; }
  .sp-pt-md-120 {
    padding-top: 120px; }
  .sp-pb-md-20 {
    padding-bottom: 20px; }
  .sp-pb-md-60 {
    padding-bottom: 60px; }
  .sp-pb-md-100 {
    padding-bottom: 100px; }
  .sp-pb-md-120 {
    padding-bottom: 120px; }
  .sp-mt-md-20 {
    margin-top: 20px; }
  .sp-mt-md-60 {
    margin-top: 60px; }
  .sp-mt-md-100 {
    margin-top: 100px; }
  .sp-mt-md-120 {
    margin-top: 120px; }
  .sp-mb-md-0 {
    margin-bottom: 0px; }
  .sp-mb-md-20 {
    margin-bottom: 20px; }
  .sp-mb-md-60 {
    margin-bottom: 60px; }
  .sp-mb-md-100 {
    margin-bottom: 100px; }
  .sp-mb-md-120 {
    margin-bottom: 120px; } }

@media (max-width: 575px) {
  .sp-pt-sm-20 {
    padding-top: 20px; }
  .sp-pt-sm-60 {
    padding-top: 60px; }
  .sp-pt-sm-100 {
    padding-top: 100px; }
  .sp-pt-sm-120 {
    padding-top: 120px; }
  .sp-pb-sm-20 {
    padding-bottom: 20px; }
  .sp-pb-sm-60 {
    padding-bottom: 60px; }
  .sp-pb-sm-100 {
    padding-bottom: 100px; }
  .sp-pb-sm-120 {
    padding-bottom: 120px; }
  .sp-mt-sm-20 {
    margin-top: 20px; }
  .sp-mt-sm-60 {
    margin-top: 60px; }
  .sp-mt-sm-100 {
    margin-top: 100px; }
  .sp-mt-sm-120 {
    margin-top: 120px; }
  .sp-mb-sm-20 {
    margin-bottom: 20px; }
  .sp-mb-sm-60 {
    margin-bottom: 60px; }
  .sp-mb-sm-100 {
    margin-bottom: 100px; }
  .sp-mb-sm-120 {
    margin-bottom: 120px; } }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Section settings */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.section {
  position: relative;
  z-index: 0; }
  .section.bg-01 {
    background: linear-gradient(178.48deg, #E4E3FC 1.29%, rgba(255, 216, 232, 0) 97.08%); }
  .section.bg-02 {
    background: #F7F4FF; }
  .section.bg-03 {
    background: linear-gradient(178.48deg, #E4E3FC 1.29%, rgba(255, 216, 232, 0) 97.08%); }

.container-cs {
  max-width: 1260px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row.row-0 {
  margin-right: 0;
  margin-left: 0; }
  .row.row-0 > [class*=col] {
    padding-right: 0;
    padding-left: 0; }

.row.row-5 {
  margin-right: -5px;
  margin-left: -5px; }
  .row.row-5 > [class*=col] {
    padding-right: 5px;
    padding-left: 5px; }

.row.row-40 {
  margin-right: -20px;
  margin-left: -20px; }
  .row.row-40 > [class*=col] {
    padding-right: 20px;
    padding-left: 20px; }

.row.row-50 {
  margin-right: -25px;
  margin-left: -25px; }
  .row.row-50 > [class*=col] {
    padding-right: 25px;
    padding-left: 25px; }

.row.row-70 {
  margin-right: -35px;
  margin-left: -35px; }
  .row.row-70 > [class*=col] {
    padding-right: 35px;
    padding-left: 35px; }

.row.row-90 {
  margin-right: -45px;
  margin-left: -45px; }
  .row.row-90 > [class*=col] {
    padding-right: 45px;
    padding-left: 45px; }

.row.row-100 {
  margin-right: -50px;
  margin-left: -50px; }
  .row.row-100 > [class*=col] {
    padding-right: 50px;
    padding-left: 50px; }

.row.row-120 {
  margin-right: -60px;
  margin-left: -60px; }
  .row.row-120 > [class*=col] {
    padding-right: 60px;
    padding-left: 60px; }

.row.row-140 {
  margin-right: -70px;
  margin-left: -70px; }
  .row.row-140 > [class*=col] {
    padding-right: 70px;
    padding-left: 70px; }

/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 768px) {
  .row.row-md-30 {
    margin-right: -15px;
    margin-left: -15px; }
    .row.row-md-30 > [class*=col] {
      padding-right: 15px;
      padding-left: 15px; } }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* OTHER ELEMENTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* BG */
.video-bg:after,
.bg:after {
  content: '';
  display: block; }

.video-bg,
.video-bg:after,
.wr-hd,
.bg,
.bg:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.bg {
  background-size: cover;
  background-repeat: no-repeat; }
  .bg.type-01:after {
    background-color: rgba(62, 39, 101, 0.83); }

.wr-hd {
  overflow: hidden;
  z-index: -1; }

.video-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) scale(1.1); }

/* Icon arrow */
.icon-arrow {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px; }
  .icon-arrow:before, .icon-arrow:after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 9px;
    background-color: #111111; }
  .icon-arrow:before {
    left: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .icon-arrow:after {
    right: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

/* Main loader */
#loader-wrapper {
  position: fixed;
  left: 0;
  top: -100px;
  right: 0;
  bottom: -100px;
  background: #ffffff;
  z-index: 2000; }

.separator {
  border-bottom: 1px solid #dcecf2; }

.image-wrapper {
  line-height: 0; }
  .image-wrapper img {
    max-width: 100%; }
  .image-wrapper.br-8 {
    overflow: hidden;
    border-radius: 8px; }
  .image-wrapper.center {
    text-align: center; }
  .image-wrapper.mx-140 img {
    max-width: 140%; }
  .image-wrapper.style-01 {
    background: -webkit-gradient(linear, right top, left top, from(#F18FD8), color-stop(17.71%, #A08BDE), color-stop(38.02%, #C59CE8), color-stop(67.71%, #61A1E6), to(#50C8FE));
    background: linear-gradient(270deg, #F18FD8 0%, #A08BDE 17.71%, #C59CE8 38.02%, #61A1E6 67.71%, #50C8FE 100%);
    overflow: hidden;
    border-radius: 8px;
    padding: 4px; }
    .image-wrapper.style-01 img {
      border-radius: 8px; }

.hr-01 {
  display: block;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#F18FD8), color-stop(17.71%, #A08BDE), color-stop(38.02%, #C59CE8), color-stop(67.71%, #61A1E6), to(#50C8FE));
  background: linear-gradient(270deg, #F18FD8 0%, #A08BDE 17.71%, #C59CE8 38.02%, #61A1E6 67.71%, #50C8FE 100%); }

.none-block {
  display: none; }

/*==========  Hover  ==========*/
/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 1500px) {
  .image-wrapper.mx-140 img {
    max-width: 100%; } }

@media (max-width: 991px) {
  .none-lg {
    display: none !important; }
  .in-block-lg {
    display: inline-block !important; }
  .block-lg {
    display: block !important; }
  .max-lg-400 {
    max-width: 400px; } }

@media (max-width: 768px) {
  .none-md {
    display: none !important; }
  .in-block-md {
    display: inline-block !important; }
  .block-md {
    display: block !important; } }

/*==========  TYPOGRAPHY  ==========*/
/*==========  GLOBAL  ==========*/
body {
  font-family: "Red Hat Text", sans-serif;
  color: #111; }

b, strong {
  font-weight: 700; }

a:hover {
  text-decoration: none; }

a:active {
  color: inherit; }

ul, ol {
  list-style: none; }

/*==========  SIZE  ==========*/
/* Text size */
body, .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em; }

.text-md {
  font-size: 16px;
  line-height: 1.5em; }

.text-sm {
  font-size: 14px;
  line-height: 1.6em; }

.text-lg {
  font-size: 20px;
  line-height: 1.4em; }

.text-xl {
  font-size: 24px;
  line-height: 1.3em; }

/* Headings */
/*
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {}
*/
h1, .h1 {
  font-size: 55px;
  line-height: 1.2em; }

h2, .h2 {
  font-size: 48px;
  line-height: 1.2em; }

h3, .h3 {
  font-size: 40px;
  line-height: 1.2em; }

h4, .h4 {
  font-size: 30px;
  line-height: 1.4em; }

h5, .h5 {
  font-size: 22px;
  line-height: 1.4em; }

h6, .h6 {
  font-size: 18px;
  line-height: 1.4em; }

/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 1500px) {
  body, .text {
    font-size: 15px; }
  .text-md {
    font-size: 14px; }
  h1, .h1 {
    font-size: 42px; }
  h4, .h4 {
    font-size: 26px; }
  h5, .h5 {
    font-size: 20px; } }

@media (max-width: 991px) {
  body, .text {
    font-size: 16px; }
  h1, .h1 {
    font-size: 30px; }
  h2, .h2 {
    font-size: 26px; }
  h4, .h4 {
    font-size: 22px; }
  h5, .h5 {
    font-size: 16px; } }

/*==========  SIMPLE CONTENT  ==========*/
.text > * {
  margin-bottom: 26px; }
  .text > *:last-child {
    margin-bottom: 0; }

.text img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px; }

.text ol {
  counter-reset: number; }
  .text ol li {
    padding-left: 0;
    margin-bottom: 15px;
    position: relative; }
    .text ol li:before {
      counter-increment: number;
      content: "0" counter(number) ".";
      margin-right: 8px;
      font-weight: 700;
      font-size: 14px;
      color: #111111; }
    .text ol li:last-of-type {
      margin-bottom: 0; }

.text ul li {
  padding-left: 48px;
  margin-bottom: 10px;
  position: relative; }
  .text ul li:before {
    content: "";
    display: inline-block;
    background-image: url("/wp-content/themes/globalcenterofbaby/assets/images/landing2/icon-point.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    position: absolute;
    left: 5px;
    top: 0.3em; }
  .text ul li:last-of-type {
    margin-bottom: 0; }

.text blockquote {
  color: #1f1f1f;
  font-size: 20px;
  padding: 5px 5px 5px 25px;
  border-left: 4px solid #00a2e0;
  font-weight: 600; }

.text > iframe {
  width: 100%;
  height: 480px;
  max-height: calc(56.3vw - 30px); }

.text table {
  border-left: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  border-spacing: 0;
  text-align: left; }
  .text table th,
  .text table td {
    padding: 8px;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1; }

.text b {
  font-weight: 600; }

.text strong {
  font-weight: 700; }

.text a {
  color: #726EF1; }

.text h1, .text .h1, .text h2, .text .h2, .text h3, .text .h3, .text h4, .text .h4, .text h5, .text .h5, .text h6, .text .h6 {
  font-weight: 700; }

.text.style-ul2 ul li {
  padding-left: 48px; }
  .text.style-ul2 ul li:before {
    background-image: url("/wp-content/themes/globalcenterofbaby/assets/images/landing2/icon-point2.svg");
    width: 28px; }
  .text.style-ul2 ul li:last-of-type {
    margin-bottom: 0; }

.text.style-ul3 ul li {
  padding-left: 20px; }
  .text.style-ul3 ul li:before {
    background-image: none;
    background-color: #323232;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 0.7em; }
  .text.style-ul3 ul li:last-of-type {
    margin-bottom: 0; }

.text.flex-ul2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .text.flex-ul2 ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }

.text.color-ul2 ul li {
  color: #9B8ADE; }

.tb-type01 {
  width: 100%;
  border-left: 2px solid #9B8ADE;
  border-top: 2px solid #9B8ADE;
  border-bottom: 2px solid #9B8ADE;
  border-spacing: 0;
  text-align: left; }
  .tb-type01 th,
  .tb-type01 td {
    padding: 22px 18px;
    border-right: 2px solid #9B8ADE;
    background-color: #F7F1FC;
    text-align: center; }
  .tb-type01 th {
    border-bottom: 2px solid #9B8ADE; }
  .tb-type01 th:first-child,
  .tb-type01 td:first-child {
    text-align: left; }
  .tb-type01 tr:nth-child(even) th,
  .tb-type01 tr:nth-child(even) td {
    background: rgba(255, 255, 255, 0.46); }


.heading-center h1, 
.heading-center .h1, 
.heading-center h2, 
.heading-center .h2, 
.heading-center h3, 
.heading-center .h3, 
.heading-center h4, 
.heading-center .h4, 
.heading-center h5, 
.heading-center .h5, 
.heading-center h6, 
.heading-center .h6 {
  text-align: center;
}
/*==========  Hover  ==========*/
@media (min-width: 1200px) {
  .text a:hover {
    opacity: 0.85; } }

/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 1368px) {
  .text > * {
    margin-bottom: 15px; } }

@media (max-width: 991px) {
  .tb-type01 {
    font-size: 14px; }
    .tb-type01 .h5 {
      font-size: 16px;
      text-align: center; }
    .tb-type01 th,
    .tb-type01 td {
      padding: 12px; }
    .tb-type01 td {
      border-bottom: 2px solid #9B8ADE; }
    .tb-type01 tr:last-child td {
      border-bottom: none; }
    .tb-type01 th:first-child,
    .tb-type01 td:first-child {
      text-align: center; } }

/* Align */
.text-left {
  text-align: left; }

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

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

/* Text weight */
.fw-300 {
  font-weight: 300; }

.fw-400 {
  font-weight: 400; }

.fw-500 {
  font-weight: 500; }

.fw-600 {
  font-weight: 600; }

.fw-700 {
  font-weight: 700; }

.fw-800 {
  font-weight: 800; }

/* Text color */
.color-primary {
  color: #323232; }

.color-secondary {
  color: #9B8ADE; }

.color-01 {
  color: #726EF1; }

.color-02 {
  color: #C196E3; }

.color-03 {
  color: #fff;
  opacity: 0.46; }

.color-grey {
  color: #BCBCBC; }

.color-grey2 {
  color: #757575; }

.color-white {
  color: #fff; }

.color-dark {
  color: #111; }

/*==========  Hover  ==========*/
/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 991px) {
  .text-lg-left {
    text-align: left; }
  .fw-lg-400 {
    font-weight: 400; } }

/*==========  BUTTONS  ==========*/
.btn {
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  border: none;
  padding: 0;
  background: none;
  outline: none; }

.btn-primary {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: radial-gradient(170.39% 1433.21% at -13.73% -66.45%, #D694F5 0%, #9B8ADE 100%);
  border-radius: 86px;
  padding: 26px 40px 26px 40px;
  min-width: 320px;
  text-align: center;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: all 0.34s ease-out;
  transition: all 0.34s ease-out; }
  .btn-primary:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(170.39% 1433.21% at -13.73% -66.45%, #ECC2FF 0%, #726EF1 100%);
    z-index: -1;
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out;
    opacity: 0;
    visibility: hidden; }
  .btn-primary:active {
    color: #fff;
    -webkit-transform: translateY(2px);
            transform: translateY(2px); }

.btn-secondary {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #726EF1;
  border-radius: 86px;
  padding: 14px 30px 13px 30px;
  min-width: 205px;
  text-align: center;
  -webkit-transition: all 0.34s ease-out;
  transition: all 0.34s ease-out; }
  .btn-secondary.type-01 {
    background: #E780D4; }
  .btn-secondary:active {
    color: #fff;
    -webkit-transform: translateY(2px);
            transform: translateY(2px); }

.btn-type-01 {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 700;
  color: #fff;
  background: radial-gradient(176.32% 1225.66% at 0% -32.24%, #FFAACE 0%, #F18BB6 100%);
  border-radius: 46px;
  padding: 12px 20px;
  min-width: 136px;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  .btn-type-01:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(176.32% 1225.66% at 0% -32.24%, #FDA5CA 0%, #DC538E 100%);
    z-index: -1;
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out;
    opacity: 0;
    visibility: hidden; }

.btn-type-02 {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  .btn-type-02 .icon-wrapper {
    margin-left: 30px;
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid #FFFFFF;
    position: relative;
    border-radius: 50%; }
    .btn-type-02 .icon-wrapper .icon {
      width: 35px;
      line-height: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: -14px;
      -webkit-transition: all 0.34s ease-out;
      transition: all 0.34s ease-out; }
      .btn-type-02 .icon-wrapper .icon img {
        width: 100%; }
  .btn-type-02.reverse .icon-wrapper {
    margin-left: 20px;
    margin-right: 10px;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .btn-type-02.type-01 .icon-wrapper {
    background-color: rgba(0, 0, 0, 0); }
  .btn-type-02.type-02 {
    color: #726EF1; }
    .btn-type-02.type-02 .icon-wrapper {
      background-color: rgba(0, 0, 0, 0);
      border-color: #726EF1; }

.btn-link {
  font-weight: 500;
  color: #fff;
  text-decoration: underline; }
  .btn-link.dark {
    color: #323232; }

.btn-link2 {
  color: #E780D4; }

.btn-link3 {
  font-weight: 500;
  color: #9B8ADE;
  text-decoration: underline; }

.btn-block {
  display: block;
  width: 100%; }

.btn-close {
  width: 32px;
  height: 32px;
  font-size: 16px;
  font-weight: 800;
  line-height: 32px;
  background-color: #f6f6f6;
  color: #323232;
  position: relative;
  z-index: 1;
  cursor: pointer;
  outline: none;
  display: block;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all .37s ease-out;
  transition: all .37s ease-out; }
  .btn-close:after {
    content: "\02715"; }

.btn-close-02 {
  background-color: rgba(1, 1, 1, 0);
  width: 44px;
  height: 44px;
  cursor: pointer;
  -webkit-transition: all 0.34s ease-out;
  transition: all 0.34s ease-out; }
  .btn-close-02 .icon {
    position: absolute;
    width: 24px;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .btn-close-02 .icon img {
      width: 100%; }

.btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .btn-wrapper.left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .btn-wrapper.right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .btn-wrapper.center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .btn-wrapper > * {
    margin-right: 15px; }
    .btn-wrapper > *:last-child {
      margin-right: 0; }
  .btn-wrapper.sm > * {
    margin-right: 5px; }
    .btn-wrapper.sm > *:last-child {
      margin-right: 0; }

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124; } }

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124; } }

.spinner {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  z-index: 2;
  width: 50px;
  height: 50px; }
  .spinner.xl {
    width: 36px;
    height: 36px; }
  .spinner.md {
    width: 24px;
    height: 24px; }
  .spinner.sm {
    width: 16px;
    height: 16px; }
  .spinner .path {
    stroke: #fff;
    stroke-linecap: round;
    -webkit-animation: dash 1.5s ease-in-out infinite;
            animation: dash 1.5s ease-in-out infinite; }

.btn-loading .loading-icon {
  display: none; }

.btn-loading.loader {
  color: rgba(1, 1, 1, 0);
  pointer-events: none;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-loading.loader .loading-icon {
    display: inline-block;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.btn-loading.none {
  display: none !important; }

/*==========  Hover  ==========*/
@media (min-width: 992px) {
  .btn-primary:hover {
    -webkit-box-shadow: 7px 9px 21px rgba(114, 110, 241, 0.42);
            box-shadow: 7px 9px 21px rgba(114, 110, 241, 0.42); }
    .btn-primary:hover:after {
      visibility: visible;
      opacity: 1; }
  .btn-type-01:hover:after {
    visibility: visible;
    opacity: 1; }
  .btn-link2:hover {
    text-decoration: underline; }
  .btn-type-02:hover .icon {
    left: -8px; }
  .btn-secondary:hover {
    background-color: #5B57D3; }
  .btn-secondary.type-01:hover {
    background-color: #E06FCB; }
  .btn-close-02:hover {
    background-color: lavender; } }

/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 1500px) {
  .btn-primary {
    font-size: 16px;
    padding: 18px 26px 18px 26px;
    min-width: 240px; }
  .btn-secondary {
    font-size: 16px;
    padding: 13px 24px 12px 24px;
    min-width: 205px; } }

@media (max-width: 991px) {
  .btn-primary {
    font-size: 14px;
    padding: 12px 26px 12px 26px;
    min-width: 180px; }
  .btn-close-02 {
    width: 32px;
    height: 32px; }
    .btn-close-02 .icon {
      width: 14px; } }

/*==========  Banner Style  ==========*/
.banner-small {
  position: relative;
  z-index: 0; }
  .banner-small .bg {
    z-index: -1; }
  .banner-small-inner {
    padding: 50px 0;
    min-height: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .banner-small-inner .content {
      max-width: 810px;
      margin-left: auto;
      margin-right: auto; }
    .banner-small-inner .date {
      margin-bottom: 25px; }
  .banner-small.type-01 .banner-small-inner {
    min-height: 395px; }

/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 991px) {
  .banner-small-inner {
    padding: 30px 0;
    min-height: 0; }
  .banner-small.type-01 .banner-small-inner {
    min-height: 0; } }

/*==========  Header Style  ==========*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #F6F4FF;
  z-index: 4; }
  .header:after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, right top, left top, from(#F18FD8), color-stop(17.71%, #A08BDE), color-stop(38.02%, #C59CE8), color-stop(67.71%, #61A1E6), to(#50C8FE));
    background: linear-gradient(270deg, #F18FD8 0%, #A08BDE 17.71%, #C59CE8 38.02%, #61A1E6 67.71%, #50C8FE 100%);
    z-index: -1; }
  .header-inner {
    height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out; }
    .header-inner .logo {
      -webkit-box-flex: 0;
      line-height: 0;
      margin-right: 15px; }
      .header-inner .logo img {
        max-width: 100%; }
    .header-inner .language {
      background-color: #EDECFD;
      font-size: 16px;
      border-radius: 7px;
      line-height: 1.1em;
      position: relative;
      letter-spacing: 0.07em;
      cursor: pointer;
      margin-left: 15px; }
      .header-inner .language > span {
        display: inline-block;
        font-weight: 600;
        padding: 13px 6px 13px 12px;
        position: relative;
        z-index: 1; }
        .header-inner .language > span::after {
          content: '';
          position: relative;
          bottom: 1px;
          display: inline-block;
          vertical-align: middle;
          margin-left: 6px;
          border-style: solid;
          border-width: 5px 4px 0;
          border-color: #9B8ADE transparent transparent;
          -webkit-transition: all .37s ease-out;
          transition: all .37s ease-out; }
      .header-inner .language ul {
        position: absolute;
        background-color: #ffffff;
        top: calc(100% + 4px);
        left: 0;
        border-radius: 7px;
        width: auto!important;
        visibility: hidden;
        opacity: 0;
        cursor: default;
        -webkit-filter: drop-shadow(3px 4px 9px rgba(114, 110, 241, 0.2));
                filter: drop-shadow(3px 4px 9px rgba(114, 110, 241, 0.2));
        -webkit-transition: all .37s ease-out;
        transition: all .37s ease-out; }
        .header-inner .language ul li:first-child a {
          border-top-right-radius: 7px;
          border-top-left-radius: 7px; }
        .header-inner .language ul li:last-child a {
          border-bottom-right-radius: 7px;
          border-bottom-left-radius: 7px; }
      .header-inner .language a {
        font-weight: 600;
        padding: 13px 10px;
        text-decoration: none;
        display: block;
        text-align: center; }
      .header-inner .language.active > span:after {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      .header-inner .language.active ul {
        visibility: visible;
        opacity: 1; }
    .header-inner .nav > ul > li {
      display: inline-block;
      margin-right: 32px;
      padding-top: 37px;
      padding-bottom: 37px;
      -webkit-transition: all 0.34s ease-out;
      transition: all 0.34s ease-out; }
      .header-inner .nav > ul > li:last-child {
        margin-right: 0; }
      .header-inner .nav > ul > li a {
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        color: inherit;
        -webkit-transition: all 0.34s ease-out;
        transition: all 0.34s ease-out; }
      .header-inner .nav > ul > li.has-submenu {
        position: relative;
        padding-right: 22px; }
        .header-inner .nav > ul > li.has-submenu ul {
          background-color: #F7F4FF;
          position: absolute;
          padding: 32px 48px;
          -webkit-box-shadow: 0px 14px 27px rgba(111, 106, 184, 0.19);
                  box-shadow: 0px 14px 27px rgba(111, 106, 184, 0.19);
          border-radius: 0px 0px 20px 20px;
          top: calc(100% + 6px);
          left: -48px;
          -webkit-transform: translateY(20px);
                  transform: translateY(20px);
          opacity: 0;
          visibility: hidden;
          -webkit-transition-delay: 0.4s;
                  transition-delay: 0.4s;
          -webkit-transition-duration: 0.4s;
                  transition-duration: 0.4s; }
          .header-inner .nav > ul > li.has-submenu ul li {
            margin-bottom: 12px; }
            .header-inner .nav > ul > li.has-submenu ul li a {
              white-space: nowrap;
              position: relative; }
              .header-inner .nav > ul > li.has-submenu ul li a:after {
                content: '';
                display: block;
                height: 1.5px;
                width: 100%;
                background-color: #9B8ADE;
                position: absolute;
                bottom: 0;
                left: 0;
                opacity: 0;
                visibility: hidden;
                -webkit-transition: all 0.34s ease-out;
                transition: all 0.34s ease-out; }
            .header-inner .nav > ul > li.has-submenu ul li:last-child {
              margin-bottom: 0; }
        .header-inner .nav > ul > li.has-submenu .has-submenu-icon {
          display: inline-block;
          width: 20px;
          height: 20px;
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
          .header-inner .nav > ul > li.has-submenu .has-submenu-icon:after {
            content: '';
            position: absolute;
            right: 30%;
            top: 38%;
            display: inline-block;
            border-style: solid;
            border-width: 5px 4px 0;
            border-color: #9B8ADE transparent transparent; }
  .header-parent {
    display: none; }
  .header-burger {
    width: 36px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36px;
            flex: 0 0 36px;
    height: 26px;
    position: relative;
    cursor: pointer;
    z-index: 4;
    margin-left: 30px;
    display: none; }
    .header-burger .close,
    .header-burger .open {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .header-burger .close span,
      .header-burger .open span {
        width: 36px;
        height: 4px;
        display: block;
        position: absolute;
        background-color: #9B8ADE;
        border-radius: 30px;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        -webkit-transition: 0.32s;
        transition: 0.32s; }
    .header-burger .open span:nth-child(1) {
      top: 0;
      left: 0;
      -webkit-transition-delay: 0.5s;
              transition-delay: 0.5s; }
    .header-burger .open span:nth-child(2) {
      top: 11px;
      right: 0;
      -webkit-transition-delay: 0.55s;
              transition-delay: 0.55s; }
    .header-burger .open span:nth-child(3) {
      bottom: 0;
      left: 0;
      -webkit-transition-delay: 0.6s;
              transition-delay: 0.6s; }
    .header-burger .close span {
      width: 0; }
      .header-burger .close span:nth-child(1) {
        top: -2px;
        left: 5px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transform-origin: left;
                transform-origin: left;
        -webkit-transition-delay: 0s;
                transition-delay: 0s; }
      .header-burger .close span:nth-child(2) {
        top: -2px;
        right: 5px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: right;
                transform-origin: right;
        -webkit-transition-delay: 0.08s;
                transition-delay: 0.08s; }
  .header.active .nav {
    -webkit-transform: none !important;
            transform: none !important; }
  .header.active .header-burger .close span {
    width: 36px; }
    .header.active .header-burger .close span:nth-child(1) {
      -webkit-transition-delay: 0.5s;
              transition-delay: 0.5s; }
    .header.active .header-burger .close span:nth-child(2) {
      -webkit-transition-delay: 0.58s;
              transition-delay: 0.58s; }
  .header.active .header-burger .open span {
    width: 0; }
    .header.active .header-burger .open span:nth-child(1) {
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
    .header.active .header-burger .open span:nth-child(2) {
      -webkit-transition-delay: 0.05s;
              transition-delay: 0.05s; }
    .header.active .header-burger .open span:nth-child(3) {
      -webkit-transition-delay: 0.1s;
              transition-delay: 0.1s; }

@media (min-width: 992px) {
  .header.scrolled .header-inner {
    height: 90px; }
    .header.scrolled .header-inner .nav > ul > li {
      display: inline-block;
      padding-top: 24px;
      padding-bottom: 24px; }
      .header.scrolled .header-inner .nav > ul > li:last-child {
        margin-right: 0; }
  .header-inner .nav > ul > li.has-submenu ul {
    display: block !important; } }

/*==========  Hover  ==========*/
@media (min-width: 991px) {
  .header-inner .language:hover > span:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .header-inner .language:hover ul {
    visibility: visible;
    opacity: 1; }
  .header-inner .nav li a:hover {
    color: #9B8ADE; }
  .header-inner .language a:hover {
    background-color: rgba(114, 110, 241, 0.2); }
  .header-inner .nav > ul > li.has-submenu ul li a:hover:after {
    opacity: 1;
    visibility: visible; }
  .header-inner .nav > ul > li.has-submenu:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s; } }

/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 1500px) {
  .header-inner {
    height: 92px; }
    .header-inner .nav > ul > li {
      margin-right: 20px;
      padding-top: 30px;
      padding-bottom: 30px; }
      .header-inner .nav > ul > li a {
        font-size: 14px; }
    .header-inner .logo {
      -webkit-box-flex: 0;}
    .header-inner .language a {
      padding: 10px 10px; }
    .header-inner .language > span {
      padding: 10px 6px 10px 12px; }
  .header:after {
    height: 2px; } }

@media (max-width: 991px) {
  .header-inner {
    height: 74px; }
    .header-inner .logo {
      -webkit-box-flex: 0; }
    .header-inner .nav {
      position: fixed;
      top: 74px;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #F7F4FF;
      padding: 18px 15px 30px;
      overflow: auto;
      -webkit-transform: translateX(calc(100% + 10px));
              transform: translateX(calc(100% + 10px));
      -webkit-transition: all .4s ease-out;
      transition: all .4s ease-out; }
      .header-inner .nav > ul > li {
        padding-top: 0;
        padding-bottom: 0;
        display: block;
        margin-bottom: 20px; }
        .header-inner .nav > ul > li > a {
          font-size: 22px;
          font-weight: 700; }
        .header-inner .nav > ul > li.has-submenu {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .header-inner .nav > ul > li.has-submenu.active > a {
            color: #9B8ADE; }
          .header-inner .nav > ul > li.has-submenu.active .has-submenu-icon {
            -webkit-transform: rotate(-180deg);
                    transform: rotate(-180deg); }
          .header-inner .nav > ul > li.has-submenu ul {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            position: static;
            border-radius: 0;
            -webkit-box-shadow: none;
                    box-shadow: none;
            padding: 10px 0 0 18px;
            visibility: visible;
            opacity: 1;
            -webkit-transform: none;
                    transform: none;
            display: none;
            -webkit-transition: none;
            transition: none; }
            .header-inner .nav > ul > li.has-submenu ul li {
              margin-bottom: 6px; }
              .header-inner .nav > ul > li.has-submenu ul li:last-child {
                margin-bottom: 0; }
          .header-inner .nav > ul > li.has-submenu .has-submenu-icon {
            margin-left: 5px;
            position: relative;
            top: auto;
            right: auto;
            -webkit-transform: none;
                    transform: none;
            -webkit-transition: all 0.34s ease-out;
            transition: all 0.34s ease-out; }
    .header-inner .language {
      margin-left: 0;
      margin-top: 50px; }
  .header-parent {
    display: inline-block; }
  .header-burger {
    display: block; } }

.footer-menu-title > a {
display: block;
    margin-bottom: 12px;
    text-decoration: none;
    color: inherit;
    font-weight: 700;
    font-size: 22px;}

@media (max-width: 1500px) {
.footer-menu-title > a {
    font-size: 20px;} } 
    @media (max-width: 991px) {
.footer-menu-title > a {
    font-size: 16px; } }


#surrogacy_by_country .first-section,
#surrogacy_by_country .last-section {
  padding-bottom: 120px;
}
#content-block .first-section,
#content-block .last-section {
  padding-bottom: 120px;
}

header .language .iti__flag {
    background-image: url(/wp-content/themes/globalcenterofbaby/assets/images/landing2/flags.webp);
        width: 20px;
    height: 10px;
}
header .language  .iti__flag.iti__en {
background-position: -1775px 0px;
}

header .language  .iti__flag.iti__ka {
background-position: -1817px 0px;
width: 24px;
    height: 15px;
}
/****************Privacy**************/
.privacy-title{
    font-size: 28px;
    margin-bottom: 10px;
    color: var(--black);
    text-transform: uppercase;
}
.privacy__section:nth-of-type(1){
    padding-top: 20px;
    padding-bottom: 50px;
}
.privacy__section h2{
    font-size: 20px;
    margin: 20px 0;
    padding: 0;
}
.privacy__section h3{
    font-size: 18px;
    margin: 10px 0;
    padding: 0;
}
.privacy__section .wp-block-table{
    margin: 25px 0;
    overflow-x: auto;
}
.privacy__section table{
    width: 100%;
}
.privacy__section thead,
.privacy__section tbody{
    border: 1px solid #d1d1d1;
}
.privacy__section th{
    font-weight: 700;
    padding: 5px 15px;
    text-align: center;
    border: 1px solid #d1d1d1;
}
.privacy__section td{
    padding: 5px 15px;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}
.privacy__section ul {
    margin: 0.5em 0 1em;
}
.privacy__section ul li{
    margin-bottom: 10px;
    padding-left: 48px;
    position: relative;
}
.privacy__section ul li:before{
    background-image: url(/wp-content/themes/globalcenterofbaby/assets/images/landing2/icon-point.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 18px;
    left: 5px;
    position: absolute;
    top: .3em;
    vertical-align: middle;
    width: 18px;
}
@media only screen and (min-width: 1024px) {
    .privacy-title{
        font-size: 40px;
    }
    .privacy__section h2{
        font-size: 30px;
    }
    .privacy__section h3{
        font-size: 22px;
    }
}

#thankspage .wcob-confirmation {
    display: flex;
    gap: 20px;
    position: relative
}

@media (max-width: 991.98px) {
    #thankspage .wcob-confirmation {
        flex-direction:column
    }
}

#thankspage .wcob-confirmation__content {
    background-color: #8e44ad;
    background-image: url(/wp-content/themes/globalcenterofbaby/assets/images/landing2/thanks_bg.webp);
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    color: #fff;
    overflow: hidden;
    position: relative
}

#thankspage .wcob-confirmation__content--calendly {
    flex: 0 0 100%;
}

@media (max-width: 991.98px) {
    #thankspage .wcob-confirmation__content {
        flex:1
    }
}

#thankspage .wcob-confirmation__content--container {
    padding: 155px 200px 150px 80px;
    position: relative;
    z-index: 2
}

@media (max-width: 1799.98px) {
    #thankspage .wcob-confirmation__content--container {
        padding:70px 160px 70px 60px
    }
}

@media (max-width: 1399.98px) {
    #thankspage .wcob-confirmation__content--container {
        padding:50px 160px 50px 40px
    }
}

@media (max-width: 991.98px) {
    #thankspage .wcob-confirmation__content--container {
        justify-content:center;
        padding: 50px 60px;
        text-align: center
    }
}

@media (max-width: 767.98px) {
    #thankspage .wcob-confirmation__content--container {
        padding:50px 20px
    }
}

#thankspage .wcob-confirmation__content:after {
    background-color: rgba(119,82,181,.8);
    border-radius: var(--border-radius);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

#thankspage .wcob-confirmation__content--white {
    background: #fff;
    border-radius: var(--border-radius) 0 0 0;
    bottom: 0;
    height: 50%;
    position: absolute;
    right: 0;
    width: 100px;
    z-index: 1
}

@media (max-width: 991.98px) {
    #thankspage .wcob-confirmation__content--white {
        display:none
    }
}

#thankspage .wcob-confirmation__content--white:after,#thankspage .wcob-confirmation__content--white:before {
    background-color: transparent;
    border-radius: 50%;
    bottom: 0;
    box-shadow: var(--border-radius) var(--border-radius) 0 #fff;
    content: "";
    height: 48px;
    left: -48px;
    position: absolute;
    width: 48px
}

#thankspage .wcob-confirmation__content--white:before {
    bottom: auto;
    box-shadow: calc(var(--border-radius)) var(--border-radius) 0 #fff;
    left: auto;
    right: 0;
    top: -48px
}

#thankspage .wcob-confirmation__title {
    font-size: var(--h2-size);
    line-height: var(--h2-line-height);
    margin-bottom: 30px;
    position: relative;
    z-index: 1
}

@media (max-width: 991.98px) {
    #thankspage .wcob-confirmation__title {
        font-size:var(--h1-size);
        font-weight: 600;
        line-height: var(--h1-line-height)
    }
}

#thankspage .wcob-confirmation__text {
    font-size: var(--text-big-size);
    line-height: var(--text-big-line-height);
    margin-bottom: 40px;
    position: relative;
    z-index: 1
}

@media (max-width: 1799.98px) {
    #thankspage .wcob-confirmation__text {
        font-size:var(--text-size);
        line-height: var(--text-line-height)
    }
}

#thankspage .wcob-confirmation button {
    align-items: center;
    background: #ffaace;
    border: 0;
    border-radius: var(--border-radius);
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 46px;
    padding: 2px 40px;
    text-align: left
}

#thankspage .wcob-confirmation button:before {
    background: url(/wp-content/themes/globalcenterofbaby/assets/images/landing2/calendar\ 1.png) no-repeat 50%;
    content: "";
    display: inline-block;
    height: 24px;
    margin-right: 10px;
    width: 24px
}

#thankspage .wcob-confirmation button:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
    opacity: .7;
    text-decoration: none;
    transition: .3s
}

#thankspage .wcob-confirmation button-icon {
    margin-right: .5rem
}

@media (max-width: 991.98px) {
    #thankspage .wcob-confirmation button {
        font-size:18px;
        margin: 2rem auto 0;
        padding: 2px 20px
    }
}

#thankspage .wcob-confirmation__subtext {
    font-size: .8rem;
    margin-top: .5rem;
    position: relative;
    z-index: 1
}

#thankspage .wcob-confirmation__images {
    bottom: 0;
    left: calc(65% - 70px);
    position: absolute;
    right: 0;
    top: 0
}

#thankspage .wcob-confirmation__images--mobile {
    display: flex;
    flex-direction: column
}

@media (min-width: 992px) {
    #thankspage .wcob-confirmation__images--mobile {
        display:none
    }
}

@media (max-width: 1799.98px) {
    #thankspage .wcob-confirmation__images {
        left:calc(65% - 80px)
    }
}

@media (max-width: 991.98px) {
    #thankspage .wcob-confirmation__images {
        display:none
    }
}

#thankspage .wcob-confirmation__images-row {
    display: flex;
    flex: 1;
    gap: 30px;
    height: 50%
}

@media (max-width: 1799.98px) {
    #thankspage .wcob-confirmation__images-row {
        gap:20px
    }
}

@media (max-width: 991.98px) {
    #thankspage .wcob-confirmation__images-row {
        height:100%;
        max-height: 300px
    }
}

@media (max-width: 767.98px) {
    #thankspage .wcob-confirmation__images-row {
        max-height:150px
    }
}

#thankspage .wcob-confirmation__images-row:first-child {
    padding-left: 100px
}

@media (max-width: 991.98px) {
    #thankspage .wcob-confirmation__images-row:first-child {
        padding-left:0
    }
}

#thankspage .wcob-confirmation__images-row:last-child {
    padding-top: 30px
}

@media (max-width: 1799.98px) {
    #thankspage .wcob-confirmation__images-row:last-child {
        padding-top:20px
    }
}

@media (max-width: 991.98px) {
    #thankspage .wcob-confirmation__images-row:last-child {
        margin-top:20px;
        padding-top: 0
    }
}

#thankspage .wcob-confirmation__image {
    border-radius: var(--border-radius);
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media (max-width: 991.98px) {
    #thankspage .wcob-confirmation__image {
        height:auto
    }
}

#thankspage #stay {
    background: #fff8fd
}

#thankspage #stay p {
    font-size: var(--text-size);
    line-height: var(--text-line-height)
}

#thankspage #stay .grid {
    display: grid;
    gap: 65px;
    grid-template-columns: repeat(2,1fr)
}

@media (max-width: 1799.98px) {
    #thankspage #stay .grid {
        gap:30px
    }
}

@media (max-width: 991.98px) {
    #thankspage #stay .grid {
        grid-template-columns:1fr
    }
}

#thankspage #stay .grid img {
    border-radius: var(--border-radius);
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

#thankspage #stay .social-block {
    display: flex;
    padding-bottom: 48px;
    padding-top: 48px
}

@media (max-width: 767.98px) {
    #thankspage #stay .social-block {
        padding-bottom:24px;
        padding-top: 24px
    }
}

@media (max-width: 1500px) {
    #thankspage #stay .social-block .social-block a {
        margin-right:20px
    }
}

#thankspage #stay .social-block a {
    border: 2px solid #7752b5;
    border-radius: 50%;
    display: block;
    flex: 0 0 44px;
    height: 44px;
    margin-right: 30px;
    position: relative;
    width: 44px
}

#thankspage #stay .social-block a.stay_whatsapp {
    border: none
}

@media (max-width: 991.98px) {
    #thankspage #stay .social-block a {
        flex:0 0 22px;
        height: 22px;
        margin-right: 12px;
        width: 22px
    }
}

#thankspage #stay .social-block a svg {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2
}

@media (max-width: 991.98px) {
    #thankspage #stay .social-block a svg {
        height:15px;
        width: 15px
    }
}

#thankspage #stay .social-block a.stay_whatsapp svg {
    height: 44px;
    width: 44px
}

#thankspage #stay .social-block a:after {
    background-color: #7752b5;
    border-radius: 50%;
    content: "";
    height: calc(100% + 4px);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all .34s ease-out;
    width: calc(100% + 4px)
}

#thankspage #stay .social-block a.stay_whatsapp:after {
    content: none
}

#thankspage #stay .social-block a:hover:after {
    height: 0;
    width: 0
}

#thankspage #stay .social-block a:hover .color {
    fill: #7752b5
}

#thankspage #stay .social-block a .color {
    fill: #fff;
    transition: all .34s ease-out
}

#thankspage #form .purple-card.contacts .form__top {
    min-height: 0
}

#thankspage #form .purple-card:not(.mainpage) {
    padding-top: 40px
}

#thankspage #form .purple-card {
    padding-right: 60px
}

@media (max-width: 1799.98px) {
    #thankspage #form .purple-card {
        padding-bottom:40px;
        padding-right: 50px
    }
}

@media (max-width: 991.98px) {
    #thankspage #form .purple-card {
        padding-right:30px
    }
}

#thankspage #form .card-item {
    min-height: 530px
}

@media (max-width: 1799.98px) {
    #thankspage #form .card-item {
        min-height:400px
    }
}

@media (max-width: 1399.98px) {
    #thankspage #form .card-item {
        min-height:420px
    }
}

@media (max-width: 1199.98px) {
    #thankspage #form .card-item {
        min-height:460px
    }
}

@media (max-width: 991.98px) {
    #thankspage #form .card-item {
        min-height:420px
    }
}

@media (max-width: 767.98px) {
    #thankspage #form .card-item {
        min-height:0
    }
}

#thankspage #form iframe {
    border-radius: var(--border-radius)
}

@media (max-width: 767.98px) {
    #thankspage #form iframe {
        height:300px
    }
}

#thankspage .footer .purple-card {
    padding-left: 62px;
    padding-right: 94px
}

@media (max-width: 991.98px) {
    #thankspage .footer .purple-card {
        padding-left:30px;
        padding-right: 30px
    }
}

/*# sourceMappingURL=maps/style-top.css.map */
