@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.container {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.container-banner {
  max-width: 100%;
  padding-left: 10px;
  padding-right: 20px;
  margin: 0 100px;
}

:root {
  --white-color: #fff;
  --main-color-text: #0B0051;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  outline: none !important;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html, body {
  min-height: 100%;
}

body {
  color: rgba(78, 78, 78, 0.92);
  background-color: #fff;
  font-weight: 400;
}

ol, ul {
  list-style: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  outline: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

a {
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

input[type=text], textarea {
  -webkit-appearance: none;
}

.clearfix {
  clear: both;
}

.m0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.m5 {
  margin: 5px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.m55 {
  margin: 55px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.m60 {
  margin: 60px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.m65 {
  margin: 65px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.p0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.p5 {
  padding: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.p55 {
  padding: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.p60 {
  padding: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.p65 {
  padding: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.zoom-button {
  display: -webkit-inline-box;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #000;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.389px;
  border-radius: 60px;
  background: -webkit-linear-gradient(354deg, #ff9800 11.32%, #58e2ff 120.99%);
  background: linear-gradient(96deg, #ff9800 11.32%, #58e2ff 120.99%);
  height: 56px;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.zoom-button:hover {
  color: #fff;
}

.register-button {
  display: -webkit-inline-box;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #000;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.389px;
  border-radius: 60px;
  background: -webkit-linear-gradient(354deg, #ff9800 11.32%, #58e2ff 120.99%);
  background: linear-gradient(96deg, #ff9800 11.32%, #58e2ff 120.99%);
  height: 56px;
  padding: 10px 30px;
  padding: 0.625rem 1.875rem;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.register-button:hover {
  color: #fff;
}

.register-button-cirle {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  padding: 15px;
  padding: 0.9375rem;
  background: #74D3FF;
  color: #fff;
  background: -webkit-linear-gradient(354deg, #ff9800 11.32%, #58e2ff 120.99%);
  background: linear-gradient(96deg, #ff9800 11.32%, #58e2ff 120.99%);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .register-button-cirle {
    width: 150px;
    height: 150px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 768px) {
  .register-button-cirle {
    width: 120px;
    height: 120px;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media only screen and (max-width: 720px) {
  .register-button-cirle {
    display: none;
  }
}
.register-button-cirle svg path {
  fill: #fff;
}
.register-button-cirle:hover {
  color: #000;
  background: #74D3FF;
}
.register-button-cirle:hover svg path {
  fill: #000;
}

.btnJoin-metting {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 24px 24px 24px 32px;
  gap: 53px;
  border-radius: 81px;
  border-top: 2px solid #FF9800;
  border-right: 2px solid #FF9800;
  border-left: 2px solid #FF9800;
  background: rgba(13, 97, 125, 0.46);
  color: #FFF;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 70px;
  margin-top: 4.375rem;
  max-width: 805px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .btnJoin-metting {
    gap: 20px;
    font-size: 20px;
    font-size: 1.25rem;
    padding: 12px 16px;
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 576px) {
  .btnJoin-metting {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 8px 12px;
    gap: 10px;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}
.btnJoin-metting:hover {
  opacity: 0.8;
}
.btnJoin-metting__btn {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  border-radius: 58px;
  color: white;
  border: solid 3px transparent;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), -webkit-linear-gradient(354deg, #FF9800 11.32%, #58E2FF 120.99%);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(96deg, #FF9800 11.32%, #58E2FF 120.99%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  -webkit-box-shadow: 2px 1000px 1px rgba(13, 97, 125, 0.46) inset;
          box-shadow: 2px 1000px 1px rgba(13, 97, 125, 0.46) inset;
  height: 50px;
  padding: 10px 30px;
  padding: 0.625rem 1.875rem;
  min-width: 150px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media only screen and (max-width: 576px) {
  .btnJoin-metting__btn {
    font-size: 16px;
    font-size: 1rem;
  }
}
.btnJoin-metting__btn:hover {
  color: #fff;
  opacity: 0.8;
}

.header-container {
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 90px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .header-container {
    height: 70px;
  }
}

.headerCt {
  width: 100%;
}
.headerCt .navbar-brand {
  width: 173px;
  height: 50px;
  display: block;
}
.headerCt .navbar-brand > img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.headerCt-container {
  max-width: 1280px;
  padding: 0 20px;
}
.headerCt .navbar {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.headerCt .navbar-action {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  gap: 12px;
}
.headerCt .navbar-action-login {
  padding: 14px 24px;
  color: #F79E1C;
  font-weight: 500;
  font-size: 16pxpx;
  font-size: 1pxrem;
  line-height: 137%; /* 21.92px */
}
.headerCt .navbar-action-join {
  padding: 14px 24px;
  color: #fff;
  font-size: 16pxpx;
  font-size: 1pxrem;
  font-weight: 500;
  line-height: 137%; /* 21.92px */
  border-radius: 36px;
  background: #F79E1C;
}
.headerCt .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.headerCt .navbar-nav .nav-link,
.headerCt .navbar-nav .nav-link-redirect {
  color: #26272B;
  font-family: "Poppins", sans-serif;
  font-size: 16pxpx;
  font-size: 1pxrem;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.08px;
  padding: 0px 10px;
  padding: 0rem 0.625rem;
}
.headerCt .navbar-nav .nav-link:hover, .headerCt .navbar-nav .nav-link:focus,
.headerCt .navbar-nav .nav-link-redirect:hover,
.headerCt .navbar-nav .nav-link-redirect:focus {
  color: rgba(239, 124, 0, 0.9);
}
.headerCt .menu-mobile {
  display: none;
}
@media only screen and (max-width: 992px) {
  .headerCt .menu-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 992px) {
  .headerCt .navbar-action {
    display: none;
  }
}

.register-button-outline {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  border-radius: 58px;
  color: white;
  border: solid 3px transparent;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), -webkit-linear-gradient(354deg, #ff9800 11.32%, #58e2ff 120.99%);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(96deg, #ff9800 11.32%, #58e2ff 120.99%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  -webkit-box-shadow: 2px 1000px 1px #021428 inset;
          box-shadow: 2px 1000px 1px #021428 inset;
  height: 50px;
  padding: 10px 30px;
  padding: 0.625rem 1.875rem;
  min-width: 150px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .register-button-outline {
    height: 42px;
  }
}
@media only screen and (max-width: 576px) {
  .register-button-outline {
    height: 38px;
    padding: 10px 15px;
    padding: 0.625rem 0.9375rem;
    min-width: auto;
  }
}
.register-button-outline:hover {
  color: #000;
  background: -webkit-linear-gradient(354deg, #ff9800 11.32%, #58e2ff 120.99%);
  background: linear-gradient(96deg, #ff9800 11.32%, #58e2ff 120.99%);
  -webkit-box-shadow: none;
          box-shadow: none;
  background-clip: unset;
  background-origin: unset;
  border: none;
}
.register-button-outline.show-sp {
  display: none;
}
@media only screen and (max-width: 991px) {
  .register-button-outline.show-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
  }
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

#menu-mobile {
  display: none;
}
#menu-mobile.mm-menu--opened {
  display: block;
}
#menu-mobile .mm-navbars {
  height: 70px;
  border: none;
}
#menu-mobile .mm-navbars .mm-navbar {
  height: 100%;
}
#menu-mobile .mm-navbars .navbar-brand {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 24px;
}
#menu-mobile .mm-panels .mm-navbar {
  display: none;
}
#menu-mobile .mm-panels .mm-listview {
  margin-top: 100px;
}
#menu-mobile .mm-panels .mm-listview .mm-listitem {
  text-align: center;
}
#menu-mobile .mm-panels .mm-listview .mm-listitem__text {
  color: #1D2939;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 24px; /* 120% */
  letter-spacing: 0.08px;
}
#menu-mobile .mm-panels .mm-listview .mm-listitem::after {
  border: none;
}
#menu-mobile .mm-panels .mm-listview .mm-listitem:last-child {
  margin: 30px 16px;
}
#menu-mobile .mm-panels .mm-listview .mm-listitem .navbar-action-login {
  padding: 14px 24px;
  color: #F79E1C;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 137%; /* 21.92px */
}
#menu-mobile .mm-panels .mm-listview .mm-listitem .navbar-action-join {
  padding: 14px 24px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 137%; /* 21.92px */
  border-radius: 36px;
  background: #F79E1C;
}

@media only screen and (max-width: 1200px) {
  .navbar .navbar-brand {
    width: 180px;
    height: 65px;
  }
}
@media only screen and (max-width: 576px) {
  .navbar .navbar-brand {
    width: 145px;
    height: 65px;
  }
}

#menu-mobile {
  z-index: 2000;
}

.custom-placehoder {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.custom-placehoder input[required] + label:after {
  content: "*";
  color: red;
  padding-left: 2px;
}
.custom-placehoder input:focus ~ .custom-placehoder__text,
.custom-placehoder textarea:focus ~ .custom-placehoder__text {
  display: none;
}
.custom-placehoder__text {
  white-space: nowrap;
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: rgba(70, 55, 55, 0.7);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}

.textarea-form .custom-placehoder__text {
  top: 12px;
  -webkit-transform: unset;
          transform: unset;
}
.textarea-form label:after {
  content: "*";
  color: red;
  padding-left: 2px;
}

.-homePage {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.-homePage .text-u {
  color: #EF7C00;
}
.-homePage .text-cr {
  color: #003D7C;
}
.-homePage .bg-blue {
  background: #EAF0FF !important;
}
.-homePage .bg-green {
  background: #EDFAF0 !important;
}
.-homePage .bg-orange {
  background: #FFEFEB !important;
}
.-homePage .bg-yellow {
  background: #FFF9E8 !important;
}
.-homePage .bg-yellow-bold {
  background: #FFF7CA !important;
}
.-homePage .pd-section {
  padding: 40px 0px;
  padding: 2.5rem 0rem;
}
@media only screen and (max-width: 992px) {
  .-homePage .pd-section {
    padding: 40px 0px;
    padding: 2.5rem 0rem;
  }
}
@media only screen and (max-width: 768px) {
  .-homePage .pd-section {
    padding: 30px 0px;
    padding: 1.875rem 0rem;
  }
}
@media only screen and (max-width: 576px) {
  .-homePage .pd-section {
    padding: 20px 0px;
    padding: 1.25rem 0rem;
  }
}
.-homePage .banner-section {
  min-height: 750px;
}
.-homePage .banner-section .banner-content {
  max-width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  gap: 24px;
}
.-homePage .banner-section .banner-content__text {
  max-width: 640px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-top: 54px;
  padding-top: 3.375rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .-homePage .banner-section .banner-content__text {
    max-width: 500px;
  }
}
.-homePage .banner-section .banner-content__text .background-text {
  display: none;
  width: 350px;
  height: 130px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 384px;
  background: -webkit-linear-gradient(357deg, #94E0FF -119.04%, #1F46CF 530.04%);
  background: linear-gradient(93deg, #94E0FF -119.04%, #1F46CF 530.04%);
  -webkit-filter: blur(150px);
          filter: blur(150px);
  z-index: -1;
}
.-homePage .banner-section .banner-content__text-content {
  max-width: 690px;
  max-height: 152px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  gap: 31.5px;
}
.-homePage .banner-section .banner-content__text-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.-homePage .banner-section .banner-content__text .content-des {
  color: var(--main-color-text);
  padding: 0px 10px;
  padding: 0rem 0.625rem;
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 42px;
}
.-homePage .banner-section .banner-content__text-related {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0px 10px;
  padding: 0rem 0.625rem;
  gap: 24px;
}
.-homePage .banner-section .banner-content__text-related .related-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  gap: 6px;
}
.-homePage .banner-section .banner-content__text-related .related-info > p {
  color: var(--main-color-text);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px; /* 150% */
}
.-homePage .banner-section .banner-content__text-related .related-info img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.-homePage .banner-section .banner-content__text .banner-action {
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 4px;
  padding-top: 0.25rem;
  gap: 20px;
}
.-homePage .banner-section .banner-content__text .banner-action__register {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  padding: 24px 32px;
  padding: 1.5rem 2rem;
  border-radius: 42px;
  background: #FFEBCD;
  color: #FF9634;
  font-size: 18px;
  font-weight: 500;
  line-height: 19.391px; /* 107.729% */
}
.-homePage .banner-section .banner-content__img {
  position: relative;
}
.-homePage .banner-section .banner-content__img .background-img {
  width: 100%;
  height: 526px;
  position: absolute;
  top: 140px;
  left: 0;
  border-radius: 812px;
  opacity: 0.6;
  background: var(--Primary-Orange-400, #F9B149);
  -webkit-filter: blur(150px);
          filter: blur(150px);
}
.-homePage .banner-section .banner-content__img-list {
  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;
  gap: 24px;
}
.-homePage .banner-section .banner-content__img-list .list__up,
.-homePage .banner-section .banner-content__img-list .list__down {
  max-height: 750px;
  overflow: hidden;
}
.-homePage .banner-section .banner-content__img-list .list__up .marquee,
.-homePage .banner-section .banner-content__img-list .list__down .marquee {
  white-space: nowrap;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-animation: marquee 50s linear infinite;
          animation: marquee 50s linear infinite;
  margin-bottom: 12px;
}
.-homePage .banner-section .banner-content__img-list .list__up .marquee img,
.-homePage .banner-section .banner-content__img-list .list__down .marquee img {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.-homePage .banner-section .banner-content__img-list .list__down .marquee {
  -webkit-animation: marquee-reverse 50s linear infinite;
          animation: marquee-reverse 50s linear infinite;
}
@-webkit-keyframes marquee-reverse {
  0% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes marquee-reverse {
  0% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
}
.-homePage .banner-section .banner-content__img .overlay-top {
  position: absolute;
  top: -2px;
  width: 100%;
  height: 240px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
.-homePage .banner-section .banner-content__img .overlay-bottom {
  position: absolute;
  bottom: -60px;
  width: 100%;
  height: 240px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFF), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
.-homePage .banner-section .banner-content__try {
  display: none;
}
.-homePage .banner-section .banner-content .banner-action__try {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  padding: 24px 32px;
  padding: 1.5rem 2rem;
  border-radius: 42px;
  background: #F79E1C;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 19.391px; /* 107.729% */
}
@media only screen and (max-width: 768px) {
  .-homePage .banner-section .banner-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    gap: 44px;
  }
  .-homePage .banner-section .banner-content__text {
    gap: 44px;
  }
  .-homePage .banner-section .banner-content__text .content-des {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .-homePage .banner-section .banner-content__text-related {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .-homePage .banner-section .banner-content__text .banner-action {
    display: none;
  }
  .-homePage .banner-section .banner-content__text .background-text {
    display: block;
  }
  .-homePage .banner-section .banner-content__try {
    display: block;
    z-index: 1;
    width: 100%;
    background: #fff;
    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;
  }
  .-homePage .banner-section .banner-content__img .background-img {
    display: none;
  }
}
.-homePage .about-section-container {
  background: #ffffff;
  z-index: 1;
}
.-homePage .about-section-container .about-section-ct {
  position: relative;
  padding: 40px 0px;
  padding: 2.5rem 0rem;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  gap: 80px;
}
.-homePage .about-section-container .about-section-ct .about-intro {
  position: relative;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  gap: 32px;
  padding: 40px 45px;
  padding: 2.5rem 2.8125rem;
}
.-homePage .about-section-container .about-section-ct .about-intro__info {
  max-width: 858px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  gap: 16px;
}
.-homePage .about-section-container .about-section-ct .about-intro__info-title {
  color: #000;
  font-size: 54px;
  font-size: 3.375rem;
  font-weight: 600;
  line-height: 62px; /* 114.815% */
  text-align: center;
}
.-homePage .about-section-container .about-section-ct .about-intro__info-content {
  color: #1A196D;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 500;
  line-height: 28.8px; /* 160% */
}
.-homePage .about-section-container .about-section-ct .about-intro__speaker {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px;
}
.-homePage .about-section-container .about-section-ct .about-intro__speaker .speaker-info {
  position: relative;
  min-width: 650px;
  border-radius: 655.618px;
  background: -webkit-gradient(linear, left top, right top, from(#20A9F7), to(#FF9B04));
  background: -webkit-linear-gradient(left, #20A9F7, #FF9B04);
  background: linear-gradient(to right, #20A9F7, #FF9B04);
  padding: 2px;
}
.-homePage .about-section-container .about-section-ct .about-intro__speaker .speaker-info__ava {
  min-width: 200px;
  background: #F79E1C;
  border-radius: 50%;
  position: relative;
  right: 3px;
}
.-homePage .about-section-container .about-section-ct .about-intro__speaker .speaker-info__ava img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.-homePage .about-section-container .about-section-ct .about-intro__speaker .speaker-info__border {
  position: absolute;
  position: absolute;
  top: -8%;
  left: -5%;
  -webkit-transform: rotate(-5.125deg);
          transform: rotate(-5.125deg);
  z-index: -1;
}
.-homePage .about-section-container .about-section-ct .about-intro__speaker .speaker-info__border img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.-homePage .about-section-container .about-section-ct .about-intro__speaker .speaker-info__content {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
  max-width: 400px;
}
.-homePage .about-section-container .about-section-ct .about-intro__speaker .speaker-info__content h4 {
  color: #000;
  font-size: 19.111px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 24.962px; /* 130.615% */
}
.-homePage .about-section-container .about-section-ct .about-intro__speaker .speaker-info__content p {
  color: #475467;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.933px; /* 143.334% */
  letter-spacing: -0.143px;
}
.-homePage .about-section-container .about-section-ct .about-intro__speaker .speaker-info .speaker-wrap {
  background: #fff;
  border-radius: 655.618px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  gap: 30px;
}
.-homePage .about-section-container .about-section-ct .about-intro__speaker .speaker-book {
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 103, 73, 0.5)), to(rgba(255, 185, 95, 0.5)));
  background: -webkit-linear-gradient(top, rgba(255, 103, 73, 0.5) 0%, rgba(255, 185, 95, 0.5) 100%);
  background: linear-gradient(180deg, rgba(255, 103, 73, 0.5) 0%, rgba(255, 185, 95, 0.5) 100%);
  padding: 10px 30px;
  padding: 0.625rem 1.875rem;
}
.-homePage .about-section-container .about-section-ct .about-intro .about-connect {
  position: absolute;
  bottom: -80px;
  left: 50%;
  -webkit-transform: rotate(-2deg) translateX(-50%);
          transform: rotate(-2deg) translateX(-50%);
}
.-homePage .about-section-container .about-section-ct .about-step {
  width: 100%;
  padding: 40px 0px;
  padding: 2.5rem 0rem;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  gap: 60px;
}
.-homePage .about-section-container .about-section-ct .about-step__title {
  position: relative;
  color: #000;
  padding-top: 16px;
  padding-top: 1rem;
  font-size: 54px;
  font-size: 3.375rem;
  font-weight: 600;
  line-height: 62px; /* 114.815% */
}
.-homePage .about-section-container .about-section-ct .about-step__title img {
  position: absolute;
  top: -8px;
  right: -30px;
}
.-homePage .about-section-container .about-section-ct .about-step__list {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  gap: 20px;
}
.-homePage .about-section-container .about-section-ct .about-step__list-top, .-homePage .about-section-container .about-section-ct .about-step__list-bottom {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  gap: 20px;
}
.-homePage .about-section-container .about-section-ct .about-step__list-top .item-step, .-homePage .about-section-container .about-section-ct .about-step__list-bottom .item-step {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  padding: 16px 12px;
  padding: 1rem 0.75rem;
  gap: 12px;
  border-radius: 10px;
}
.-homePage .about-section-container .about-section-ct .about-step__list-top .item-step p, .-homePage .about-section-container .about-section-ct .about-step__list-bottom .item-step p {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px; /* 125% */
}
@media only screen and (max-width: 1024px) {
  .-homePage .about-section-container .about-section-ct .about-step__list-top, .-homePage .about-section-container .about-section-ct .about-step__list-bottom {
    padding: 0px 60px;
    padding: 0rem 3.75rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .-homePage .about-section-container .about-section-ct .about-step__list-top .item-step, .-homePage .about-section-container .about-section-ct .about-step__list-bottom .item-step {
    min-width: 48% !important;
    max-width: 48%;
  }
}
.-homePage .about-section-container .about-section-ct .about-step__list-top {
  padding: 0px 60px;
  padding: 0rem 3.75rem;
}
.-homePage .about-section-container .about-section-ct .about-step__list-top .item-step:nth-child(1) {
  min-width: 280px;
}
.-homePage .about-section-container .about-section-ct .about-step__list-top .item-step:nth-child(2) {
  min-width: 315px;
}
.-homePage .about-section-container .about-section-ct .about-step__list-top .item-step:nth-child(3) {
  min-width: 260px;
}
.-homePage .about-section-container .about-section-ct .about-step__list-top .item-step:nth-child(4) {
  min-width: 257px;
}
.-homePage .about-section-container .about-section-ct .about-step__list-bottom .item-step:nth-child(1) {
  min-width: 272px;
}
.-homePage .about-section-container .about-section-ct .about-step__list-bottom .item-step:nth-child(2) {
  min-width: 310px;
}
.-homePage .about-section-container .about-section-ct .about-step__list-bottom .item-step:nth-child(3) {
  min-width: 405px;
}
.-homePage .about-section-container .about-section-ct .about-step__list-bottom .item-step:nth-child(4) {
  min-width: 250px;
}
@media only screen and (max-width: 768px) {
  .-homePage .about-section-container .about-section-ct {
    padding: 4px 0px;
    padding: 0.25rem 0rem;
  }
  .-homePage .about-section-container .about-section-ct .about-intro {
    gap: 42px;
  }
  .-homePage .about-section-container .about-section-ct .about-intro__info-title {
    font-size: 42px;
    font-size: 2.625rem;
  }
  .-homePage .about-section-container .about-section-ct .about-intro__speaker {
    gap: 32px;
  }
  .-homePage .about-section-container .about-section-ct .about-intro__speaker .speaker-info {
    min-width: 400px;
    padding: 1px;
  }
  .-homePage .about-section-container .about-section-ct .about-intro__speaker .speaker-info__ava {
    min-width: 134px;
    max-width: 134px;
  }
  .-homePage .about-section-container .about-section-ct .about-intro__speaker .speaker-info__content {
    max-width: 214px;
  }
  .-homePage .about-section-container .about-section-ct .about-intro__speaker .speaker-info__content h4 {
    font-size: 16px;
    font-size: 1rem;
  }
  .-homePage .about-section-container .about-section-ct .about-intro__speaker .speaker-info__content p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 13.73px; /* 114.417% */
    letter-spacing: -0.086px;
  }
  .-homePage .about-section-container .about-section-ct .about-intro__speaker .speaker-info__border {
    max-width: 90px;
    left: -6%;
  }
  .-homePage .about-section-container .about-section-ct .about-intro__speaker .speaker-info .speaker-wrap {
    gap: 4px;
  }
  .-homePage .about-section-container .about-section-ct .about-step {
    gap: 68px;
  }
  .-homePage .about-section-container .about-section-ct .about-step__title {
    font-size: 42px;
    font-size: 2.625rem;
  }
  .-homePage .about-section-container .about-section-ct .about-step__list {
    gap: 24px;
  }
  .-homePage .about-section-container .about-section-ct .about-step__list > div {
    gap: 24px;
  }
  .-homePage .about-section-container .about-section-ct .about-step__list .item-step {
    min-width: 100% !important;
  }
}
@media only screen and (max-width: 576px) {
  .-homePage .about-section-container .about-section-ct .about-step__list > div {
    padding: 0px;
    padding: 0rem;
  }
}
@media only screen and (max-width: 430px) {
  .-homePage .about-section-container .about-section-ct .about-intro {
    padding: 40px 0px;
    padding: 2.5rem 0rem;
  }
  .-homePage .about-section-container .about-section-ct .about-intro__speaker .speaker-info {
    min-width: 100%;
  }
  .-homePage .about-section-container .about-section-ct .about-intro__speaker .speaker-info .speaker-wrap {
    gap: 0px;
  }
  .-homePage .about-section-container .about-section-ct .about-intro__speaker .speaker-info__ava {
    min-width: 125px;
    max-width: 125px;
  }
}
.-homePage .hosted-container {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2.86%, #FFF), color-stop(32.28%, #F5F2FF), color-stop(56.93%, #FFF));
  background: -webkit-linear-gradient(top, #FFF 2.86%, #F5F2FF 32.28%, #FFF 56.93%);
  background: linear-gradient(180deg, #FFF 2.86%, #F5F2FF 32.28%, #FFF 56.93%);
  padding-top: 40px;
  padding-top: 2.5rem;
  gap: 120px;
}
.-homePage .hosted-container .hosted-ct {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.-homePage .hosted-container .hosted-ct .hosted-infor {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  gap: 60px;
}
.-homePage .hosted-container .hosted-ct .hosted-infor__title {
  text-align: center;
  color: #000;
  font-size: 54px;
  font-size: 3.375rem;
  font-weight: 600;
  line-height: 62px; /* 114.815% */
}
.-homePage .hosted-container .hosted-ct .hosted-infor__content {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  gap: 54px;
  position: relative;
}
.-homePage .hosted-container .hosted-ct .hosted-infor__content-learn {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.-homePage .hosted-container .hosted-ct .hosted-infor__content-learn .learn-title {
  color: #4A0083;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 20px; /* 100% */
}
.-homePage .hosted-container .hosted-ct .hosted-infor__content-learn .learn-list {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.-homePage .hosted-container .hosted-ct .hosted-infor__content-learn .learn-list__item {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  padding: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  gap: 16px;
  border-radius: 10px;
  background: #FFF;
}
.-homePage .hosted-container .hosted-ct .hosted-infor__content-learn .learn-list__item-check {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 12.5px;
  border-radius: 25px;
  background: #F1E0FD;
}
.-homePage .hosted-container .hosted-ct .hosted-infor__content-learn .learn-list__item span {
  color: var(--Text, #1F3275);
  font-weight: 400;
  line-height: 27px; /* 168.75% */
}
.-homePage .hosted-container .hosted-ct .hosted-infor__content-bg {
  position: relative;
  min-width: 582px;
  height: 525px;
  border-radius: 26px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(48.76%, rgba(108, 91, 243, 0.5)), color-stop(98.19%, rgba(164, 37, 254, 0.5)));
  background: -webkit-linear-gradient(bottom, rgba(108, 91, 243, 0.5) 48.76%, rgba(164, 37, 254, 0.5) 98.19%);
  background: linear-gradient(0deg, rgba(108, 91, 243, 0.5) 48.76%, rgba(164, 37, 254, 0.5) 98.19%);
  margin: 30px 0;
}
.-homePage .hosted-container .hosted-ct .hosted-infor__content-bg .bg-child {
  position: absolute;
  top: 20px;
  left: 106px;
  width: 408px;
  height: 460px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 26px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EAD4FF));
  background: -webkit-linear-gradient(top, #FFF 0%, #EAD4FF 100%);
  background: linear-gradient(180deg, #FFF 0%, #EAD4FF 100%);
}
.-homePage .hosted-container .hosted-ct .hosted-infor__content-bg .img-child1 {
  position: absolute;
  top: 38px;
  left: 55px;
  z-index: 1;
}
.-homePage .hosted-container .hosted-ct .hosted-infor__content-bg .img-child2 {
  position: absolute;
  top: 72px;
  right: 30px;
  z-index: 1;
}
.-homePage .hosted-container .hosted-ct .hosted-infor__content-bg .img-child3 {
  position: absolute;
  bottom: 0;
  right: -20px;
  z-index: 1;
}
.-homePage .hosted-container .hosted-ct .hosted-infor__content-bg .img-child4 {
  position: absolute;
  bottom: 22px;
  left: 60px;
  z-index: 1;
}
.-homePage .hosted-container .hosted-ct .hosted-infor__content-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.-homePage .hosted-container .hosted-ct .hosted-infor__content-connect {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media only screen and (max-width: 992px) {
  .-homePage .hosted-container .hosted-ct .hosted-infor__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 600px) {
  .-homePage .hosted-container .hosted-ct .hosted-infor__content-bg {
    min-width: 100%;
    height: 355px;
  }
  .-homePage .hosted-container .hosted-ct .hosted-infor__content-bg .bg-child {
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 255px;
    height: 285px;
  }
  .-homePage .hosted-container .hosted-ct .hosted-infor__content-bg .img-child1 {
    width: 151.72px;
    height: 125.599px;
  }
  .-homePage .hosted-container .hosted-ct .hosted-infor__content-bg .img-child2 {
    width: 133.936px;
    height: 52.24px;
    right: 30px;
  }
  .-homePage .hosted-container .hosted-ct .hosted-infor__content-bg .img-child3 {
    width: 197.291px;
    height: 158.389px;
    bottom: 30px;
    right: 10px;
  }
  .-homePage .hosted-container .hosted-ct .hosted-infor__content-bg .img-child4 {
    width: 111.15px;
    height: 146.718px;
  }
  .-homePage .hosted-container .hosted-ct .hosted-infor__content-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 768px) {
  .-homePage .hosted-container .hosted-ct .hosted-infor {
    gap: 44px;
  }
  .-homePage .hosted-container .hosted-ct .hosted-infor__title {
    font-size: 42px;
    font-size: 2.625rem;
  }
  .-homePage .hosted-container .hosted-ct .hosted-infor__content .learn-list__item span {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 20px;
  }
  .-homePage .hosted-container .hosted-ct .hosted-infor__content-bg {
    margin: 0;
  }
  .-homePage .hosted-container .hosted-ct .hosted-infor__content-connect {
    display: none;
  }
}
.-homePage .hosted-container .hosted-testimonals {
  position: relative;
  padding: 92px 0px;
  padding: 5.75rem 0rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEDBFF));
  background: -webkit-linear-gradient(top, #FFF 0%, #EEDBFF 100%);
  background: linear-gradient(180deg, #FFF 0%, #EEDBFF 100%);
}
.-homePage .hosted-container .hosted-testimonals .testimonals-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 44px;
}
.-homePage .hosted-container .hosted-testimonals .testimonals-content__title {
  color: #000;
  font-size: 54px;
  font-size: 3.375rem;
  font-weight: 600;
  line-height: 62px; /* 114.815% */
  text-align: center;
}
.-homePage .hosted-container .hosted-testimonals .testimonals-content__list {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  gap: 50px;
}
.-homePage .hosted-container .hosted-testimonals .testimonals-content__list-detail {
  position: relative;
  min-width: 580px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  padding: 24px;
  padding: 1.5rem;
  gap: 24px;
  border-radius: 20px;
  background: #FFF;
}
.-homePage .hosted-container .hosted-testimonals .testimonals-content__list-detail .detail-avatar {
  background: #F79E1C;
  border-radius: 50%;
}
.-homePage .hosted-container .hosted-testimonals .testimonals-content__list-detail .detail-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.-homePage .hosted-container .hosted-testimonals .testimonals-content__list-detail .detail-content {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  gap: 32px;
}
.-homePage .hosted-container .hosted-testimonals .testimonals-content__list-detail .detail-content__des {
  width: 480px;
  height: 190px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.-homePage .hosted-container .hosted-testimonals .testimonals-content__list-detail .detail-content hr {
  width: 100%;
}
.-homePage .hosted-container .hosted-testimonals .testimonals-content__list-detail .detail-content__infor {
  text-align: center;
}
.-homePage .hosted-container .hosted-testimonals .testimonals-content__list-detail .detail-content__infor .infor-name {
  color: #1A1E1C;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 28.01px; /* 140.05% */
}
.-homePage .hosted-container .hosted-testimonals .testimonals-content__list-detail .detail-content__infor .infor-university {
  color: #DC6803;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 23.99px; /* 149.937% */
}
.-homePage .hosted-container .hosted-testimonals .testimonals-content__list-detail .detail-bracket {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.-homePage .hosted-container .hosted-testimonals .testimonals-content__list-detail .detail-bracket img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .-homePage .hosted-container .hosted-testimonals .testimonals-content__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .-homePage .hosted-container .hosted-testimonals .testimonals-content__title {
    font-size: 42px;
    font-size: 2.625rem;
  }
  .-homePage .hosted-container .hosted-testimonals .testimonals-content__list-detail {
    min-width: 382px;
  }
  .-homePage .hosted-container .hosted-testimonals .testimonals-content__list-detail .detail-content {
    gap: 0;
  }
  .-homePage .hosted-container .hosted-testimonals .testimonals-content__list-detail .detail-content__des {
    width: 320px;
    height: 126px;
    font-size: 10.611px;
    font-size: 0.6631875rem;
    font-weight: 400;
    line-height: 15.917px;
  }
  .-homePage .hosted-container .hosted-testimonals .testimonals-content__list-detail .detail-content hr {
    margin: 22px 0px;
    margin: 1.375rem 0rem;
  }
  .-homePage .hosted-container .hosted-testimonals .testimonals-content__list-detail .detail-bracket {
    width: 116px;
    top: 56%;
  }
}
@media only screen and (max-width: 576px) {
  .-homePage .hosted-container .hosted-testimonals .testimonals-content__list-detail {
    min-width: 340px;
    padding: 14px;
    padding: 0.875rem;
  }
  .-homePage .hosted-container .hosted-testimonals .testimonals-content__list-detail .detail-avatar {
    width: 112px;
  }
  .-homePage .hosted-container .hosted-testimonals .testimonals-content__list-detail .detail-content__infor .infor-name {
    font-size: 13.2px;
    font-size: 0.825rem;
  }
  .-homePage .hosted-container .hosted-testimonals .testimonals-content__list-detail .detail-content__infor .infor-university {
    font-size: 10.6px;
    font-size: 0.6625rem;
  }
}
.-homePage .hosted-container .hosted-testimonals .vector-left {
  position: absolute;
  top: 56px;
  left: 52px;
}
.-homePage .hosted-container .hosted-testimonals .vector-left > img {
  border-radius: 30px;
}
.-homePage .hosted-container .hosted-testimonals .vector-right {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 200px 0 0;
}
@media only screen and (max-width: 768px) {
  .-homePage .hosted-container {
    gap: 44px;
  }
}
.-homePage .agenda-list .time-box {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.-homePage .agenda-list .time-box__hours {
  color: #0289c7;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
.-homePage .agenda-list .avatarBox__icon {
  width: 70px;
  height: 70px;
}
.-homePage .agenda-list .avatarBox__icon.avatar {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.-homePage .agenda-list .avatarBox__icon.avatar > img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.-homePage .agenda-list .agenda-info {
  margin-left: 20px;
  margin-left: 1.25rem;
}
.-homePage .agenda-list .agenda-info__title {
  color: #373737;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.-homePage .agenda-list .agenda-info__speaker {
  color: #f1800f;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
}
.-homePage .agenda-list__item {
  padding: 12px 0px;
  padding: 0.75rem 0rem;
  border-bottom: 1px solid #ebedf1;
}
.-homePage .agenda-list__item:hover .avatar {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.-homePage .agenda-list__item .agenda-collapse-ct {
  display: none;
}
.-homePage .agenda-list__item.active .agenda-collapse-ct {
  display: block;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.-homePage .agenda-list__item.active .avatar {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.-homePage .benefit-container {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 80px 0px;
  padding: 5rem 0rem;
  gap: 80px;
}
.-homePage .benefit-container .benefit-title {
  color: #000;
  text-align: center;
  font-size: 54px;
  font-size: 3.375rem;
  font-weight: 600;
  line-height: 62px; /* 114.815% */
}
.-homePage .benefit-container .benefit-list {
  position: relative;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  gap: 45px;
}
.-homePage .benefit-container .benefit-list__item {
  max-width: 363px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px;
  padding: 1.5rem;
  background: #fff;
  gap: 24px;
  border-radius: 30px;
  height: 286px;
}
.-homePage .benefit-container .benefit-list__item-content {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.-homePage .benefit-container .benefit-list__item-content .content-title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  line-height: 26px; /* 130% */
}
.-homePage .benefit-container .benefit-list__item-content .content-des {
  min-width: 295px;
  color: #1E1E1E;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.-homePage .benefit-container .benefit-list__blur {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 776px;
  height: 95px;
  border-radius: 776px;
  opacity: 0.6;
  background: #127BF8;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .-homePage .benefit-container .benefit-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .-homePage .benefit-container .benefit-list__blur {
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
}
.-homePage .benefit-container .benefit-ai {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 80px 0px;
  padding: 5rem 0rem;
  gap: 80px;
}
.-homePage .benefit-container .benefit-ai__title {
  color: #000;
  text-align: center;
  font-size: 54px;
  font-size: 3.375rem;
  font-weight: 600;
  line-height: 62px; /* 114.815% */
}
.-homePage .benefit-container .benefit-ai__list {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  padding: 0px 60px;
  padding: 0rem 3.75rem;
  gap: 84px;
}
.-homePage .benefit-container .benefit-ai__list-item {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: 294px;
  gap: 24px;
}
.-homePage .benefit-container .benefit-ai__list-item .ai-content {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  gap: 12px;
}
.-homePage .benefit-container .benefit-ai__list-item .ai-content__title {
  color: #0B0133;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 26px; /* 130% */
}
.-homePage .benefit-container .benefit-ai__list-item .ai-content__des {
  color: #6D6785;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.08px;
}
.-homePage .benefit-container .benefit-ai__list-img {
  position: relative;
  min-width: 340px;
  height: 400px;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F2F6FF), color-stop(94.79%, #DAEFFF));
  background: -webkit-linear-gradient(top, #F2F6FF 0%, #DAEFFF 94.79%);
  background: linear-gradient(180deg, #F2F6FF 0%, #DAEFFF 94.79%);
}
.-homePage .benefit-container .benefit-ai__list-img img {
  position: absolute;
  top: 40px;
  left: -72px;
}
.-homePage .benefit-container .benefit-ai__background {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  padding: 150px 82px 0px;
  padding: 9.375rem 5.125rem 0rem;
  border-radius: 26px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFE1A4), to(#FFF8EA));
  background: -webkit-linear-gradient(top, #FFE1A4 0%, #FFF8EA 100%);
  background: linear-gradient(180deg, #FFE1A4 0%, #FFF8EA 100%);
}
.-homePage .benefit-container .benefit-ai__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .-homePage .benefit-container .benefit-ai__list {
    gap: 60px;
    padding: 0px 50px;
    padding: 0rem 3.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .-homePage .benefit-container .benefit-ai {
    gap: 44px;
    padding: 80px 0px 0px;
    padding: 5rem 0rem 0rem;
  }
  .-homePage .benefit-container .benefit-ai__list {
    gap: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .-homePage .benefit-container .benefit-ai__list-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 44px;
  }
  .-homePage .benefit-container .benefit-ai__list-item {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    gap: 32px;
  }
  .-homePage .benefit-container .benefit-ai__background {
    padding: 50px 30px 0px;
    padding: 3.125rem 1.875rem 0rem;
  }
}
@media only screen and (max-width: 576px) {
  .-homePage .benefit-container .benefit-ai__list-img {
    min-width: 320px;
    height: 340px;
  }
  .-homePage .benefit-container .benefit-ai__list-img img {
    width: 90vw;
    bottom: -22px;
    top: inherit;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media only screen and (max-width: 768px) {
  .-homePage .benefit-container {
    padding: 80px 0px 44px;
    padding: 5rem 0rem 2.75rem;
  }
}
.-homePage #footer-section {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 240, 223, 0)), to(#FFF3EE));
  background: -webkit-linear-gradient(top, rgba(255, 240, 223, 0) 0%, #FFF3EE 100%);
  background: linear-gradient(180deg, rgba(255, 240, 223, 0) 0%, #FFF3EE 100%);
}
.-homePage #footer-section .contact-container {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 80px 24px;
  padding: 5rem 1.5rem;
}
.-homePage #footer-section .contact-container .contact-img {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.-homePage #footer-section .contact-container .copyright-section {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  color: #B3B6BB;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .-homePage #footer-section .contact-container .copyright-section {
    padding: 30px 0px;
    padding: 1.875rem 0rem;
  }
}
@media only screen and (max-width: 992px) {
  .-homePage #footer-section .contact-container .copyright-section {
    padding: 20px 0px;
    padding: 1.25rem 0rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 768px) {
  .-homePage #footer-section .contact-container .copyright-section {
    padding: 0px;
    padding: 0rem;
  }
}
@media only screen and (max-width: 768px) {
  .-homePage #footer-section .contact-container {
    padding: 40px 24px;
    padding: 2.5rem 1.5rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  .-homePage #footer-section .contact-container .contact-img__nus {
    width: 137px;
  }
  .-homePage #footer-section .contact-container .contact-img__med2lab {
    width: 109px;
  }
}
.-homePage .head-sectionCt {
  text-align: center;
}
.-homePage .head-sectionCt__title-sm {
  color: #0289c7;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}
@media only screen and (max-width: 1024px) {
  .-homePage .head-sectionCt__title-sm {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .-homePage .head-sectionCt__title-sm {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.-homePage .head-sectionCt__title-sm:before, .-homePage .head-sectionCt__title-sm:after {
  content: "";
  height: 2px;
  width: 40px;
  background: #0289c7;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.-homePage .head-sectionCt__title-sm:before {
  left: -42px;
}
.-homePage .head-sectionCt__title-sm:after {
  right: -42px;
}
.-homePage .head-sectionCt__title-lg {
  color: #002e59;
  font-size: 48px;
  font-size: 3rem;
  margin-bottom: 70px;
  margin-bottom: 4.375rem;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .-homePage .head-sectionCt__title-lg {
    font-size: 38px;
    font-size: 2.375rem;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 992px) {
  .-homePage .head-sectionCt__title-lg {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 768px) {
  .-homePage .head-sectionCt__title-lg {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 576px) {
  .-homePage .head-sectionCt__title-lg {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.-homePage .head-sectionCt.head-white .head-sectionCt__title-sm,
.-homePage .head-sectionCt.head-white .head-sectionCt__title-lg {
  color: var(--white-color);
}
.-homePage .head-sectionCt.head-white .head-sectionCt__title-sm:before, .-homePage .head-sectionCt.head-white .head-sectionCt__title-sm:after {
  background: var(--white-color);
}

.social-list {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.social-list__item {
  margin-right: 25px;
  margin-right: 1.5625rem;
}
@media only screen and (max-width: 992px) {
  .social-list__item {
    margin-right: 15px;
    margin-right: 0.9375rem;
  }
}
.social-list__item .social-ref:hover {
  opacity: 0.7;
}

body {
  background-image: url("../images/bg-body.png"), url("../images/bg-partent.png");
  background-size: cover, contain;
  background-repeat: no-repeat, no-repeat;
  background-position: 0 40px, top left;
  background-blend-mode: multiply;
  font-family: "Poppins", sans-serif;
  height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  body {
    overflow-y: auto;
    height: auto;
    background-image: none;
  }
}

.register-page {
  padding: 40px 0;
  /* Heder */
  /* Register form */
  /* Heading */
  /* Custom form */
  /* Info Adress */
}
@media only screen and (max-width: 1200px) {
  .register-page {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .register-page .header-register {
    display: none;
  }
}
.register-page .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media only screen and (max-width: 1200px) {
  .register-page .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .register-page .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
.register-page .logo-partner__logo {
  width: 160px;
  height: 32px;
  margin-right: 20px;
}
.register-page .logo-partner__logo.med2lab-logo {
  height: 34px;
}
.register-page .logo-partner__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 1200px) {
  .register-page .logo-partner__logo.logo-pc {
    display: none !important;
  }
}
.register-page .logo-partner__logo.logo-pc.logo-sp {
  display: none !important;
}
.register-page .logo-partner.logo-sp {
  display: none !important;
}
.register-page .logo-partner.logo-pc {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.register-page .register-form {
  margin: 0 auto;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.register-page .register-form-main {
  height: -webkit-calc(100vh - 220px);
  height: calc(100vh - 220px);
  overflow-y: auto;
  padding: 150px 60px 80px;
  background-color: #fff;
  position: relative;
  border-radius: 20px;
}
@media only screen and (max-width: 1200px) {
  .register-page .register-form-main {
    height: auto;
    padding: 40px;
    border-radius: 0;
  }
}
@media only screen and (max-width: 992px) {
  .register-page .register-form-main {
    padding: 20px;
  }
}
.register-page .heading-form-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1;
  padding-top: 32px;
}
@media only screen and (max-width: 1200px) {
  .register-page .heading-form-container {
    position: unset;
    left: unset;
    top: unset;
    padding: 20px;
  }
}
.register-page .heading-form h1 {
  color: #0a1437;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .register-page .heading-form h1 {
    font-size: 20px;
  }
}
.register-page .heading-form h1 span {
  color: #ff9800;
}
.register-page .heading-form p {
  color: #999;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 15px;
}
.register-page .form-control {
  border-radius: 8px;
  border: 1px solid #c7c7c7;
  height: 50px;
  padding: 15px;
}
.register-page .mb-form-group {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .register-page .form-group {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.register-page .form-group .text-danger {
  color: #ff3d00;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 17.675px;
}
.register-page .form-group .form-label {
  color: #828282;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 17.675px;
  margin-bottom: 16px;
}
.register-page .register-form .btn-form-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  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;
  padding: 20px 0;
}
@media only screen and (max-width: 1200px) {
  .register-page .register-form .btn-form-footer {
    position: unset;
    left: unset;
    top: unset;
    padding: 20px;
  }
}
.register-page .register-form .btn-form-footer .btn-primary {
  border-radius: 8px;
  background: #0289c7;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.443px;
  height: 52px;
  max-width: 370px;
  border: 1px solid #0289c7;
}
.register-page .inner-form {
  margin: 0 auto;
}
.register-page .register-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}
@media only screen and (max-width: 1200px) {
  .register-page .register-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    height: auto;
  }
}
.register-page .register-grid__left {
  width: -webkit-calc(100% - 663px);
  width: calc(100% - 663px);
}
@media only screen and (max-width: 1200px) {
  .register-page .register-grid__left {
    background-image: url("../images/bg-sp.png");
    background-position: bottom right;
    padding: 24px 20px;
    background-size: cover;
    width: 100%;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 992px) {
  .register-page .register-grid__left {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .register-page .register-grid__left {
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 600px) {
  .register-page .register-grid__left {
    margin-bottom: 0;
  }
}
.register-page .register-grid__right {
  width: 663px;
  margin-left: 80px;
}
@media only screen and (max-width: 1200px) {
  .register-page .register-grid__right {
    width: 100%;
    margin-left: 0;
  }
}
.register-page .social-info .title-md {
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 132%;
}
@media only screen and (max-width: 992px) {
  .register-page .social-info .title-md {
    font-size: 24px;
  }
}
.register-page .social-info .title-lg {
  font-variant-numeric: lining-nums tabular-nums;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 132%;
  letter-spacing: 1.08px;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(22.89%, #ade2ff), to(#14ffff));
  background: -webkit-linear-gradient(top, #ade2ff 22.89%, #14ffff 100%);
  background: linear-gradient(180deg, #ade2ff 22.89%, #14ffff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 992px) {
  .register-page .social-info .title-lg {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .register-page .social-info .title-lg {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .register-page .social-info .title-lg br {
    display: none;
  }
}
.register-page .social-info .title-sm {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.04px;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  .register-page .social-info .title-sm {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .register-page .social-info .title-sm {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.register-page .social-info .title-sm span {
  font-weight: 400;
}
.register-page .social-info .text-group {
  position: relative;
  padding-left: 15px;
}
.register-page .social-info .text-group:before {
  content: "";
  width: 7px;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: white;
  border-radius: 23px;
}
@media only screen and (max-width: 767px) {
  .register-page .social-info .text-group:before {
    width: 2px;
  }
}
.register-page .info-adress {
  margin: 32px 0;
}
@media only screen and (max-width: 767px) {
  .register-page .info-adress {
    margin: 10px 0;
  }
}
.register-page .info-adress .info-adress__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.register-page .info-adress .info-adress__item--icon .iconBox {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  border: 1px solid #eee;
  margin-right: 18px;
  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;
}
@media only screen and (max-width: 767px) {
  .register-page .info-adress .info-adress__item--icon .iconBox {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .register-page .info-adress .info-adress__item--icon .iconBox {
    width: 34px;
    height: 34px;
  }
}
.register-page .info-adress .info-adress__item--text {
  color: #eee;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 165.5%;
  letter-spacing: 0.28px;
}
@media only screen and (max-width: 992px) {
  .register-page .info-adress .info-adress__item--text {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .register-page .info-adress .info-adress__item--text {
    margin: 10px 0;
  }
}
.register-page .social-follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 600px) {
  .register-page .social-follow {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.register-page .social-follow span {
  color: #eee;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 165.5%;
  letter-spacing: 0.28px;
}
@media only screen and (max-width: 767px) {
  .register-page .social-follow span {
    font-size: 8px;
    white-space: nowrap;
  }
}
.register-page .social-follow .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
}
@media only screen and (max-width: 600px) {
  .register-page .social-follow .social-list {
    padding-left: 25px;
  }
}
.register-page .social-follow .social-list .social-list__item {
  margin-right: 26px;
}
@media only screen and (max-width: 767px) {
  .register-page .social-follow .social-list .social-list__item {
    margin-right: 15px;
  }
}
.register-page .social-follow .social-list .social-list__item:hover {
  opacity: 0.8;
}
.register-page .social-follow .social-list .social-list__item:first-child {
  margin-left: 26px;
}
@media only screen and (max-width: 600px) {
  .register-page .social-follow .social-list .social-list__item:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .register-page .social-follow .social-list .social-list__item:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .register-page .checkbox-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
  }
  .register-page .checkbox-group .form-check {
    margin-left: 0 !important;
  }
}

/* Thanks Page */
.thank-page {
  height: 100vh;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 1200px) {
  .thank-page {
    background-image: url("../images/bg-sp.png");
    background-position: bottom right;
    background-size: cover;
  }
}
.thank-page .mw-thank {
  max-width: 638px;
  margin: 30px;
}
.thank-page .thanks-section {
  padding: 30px 60px;
  background-color: #fff;
  position: relative;
  border-radius: 20px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 1200px) {
  .thank-page .thanks-section {
    padding: 30px;
  }
}
.thank-page .thanks-section__heading {
  color: #0a1437;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 41.586px;
  text-align: center;
}
.thank-page .thanks-section__heading span {
  color: #ff9800;
}
.thank-page .thanks-section__img {
  max-width: 100%;
}
.thank-page .thanks-section__desc {
  color: #999;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.747px;
}
.thank-page .thanks-button-group .btn {
  border-radius: 8px;
  background: #FF9800;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.443px;
  height: 52px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  border-color: #FF9800;
  min-width: 253px;
}
.thank-page .thanks-button-group .linkRef {
  color: #FF9800;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 165.5%;
  letter-spacing: 0.28px;
  text-decoration-line: underline;
}
/*# sourceMappingURL=style.css.map */
