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

:root {
  --white-color: #fff;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", 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: #021428;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 74px;
  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;
}

.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 .navbar {
  padding: 0;
}
.headerCt .navbar-nav .nav-link {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 50px;
  margin-right: 3.125rem;
}
.headerCt .navbar-nav .nav-link:not(:last-child) {
  margin-right: 50px;
  margin-right: 3.125rem;
}
@media only screen and (max-width: 1200px) {
  .headerCt .navbar-nav .nav-link {
    margin-right: 20px;
    margin-right: 1.25rem;
  }
}

.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;
}

@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 .pd-section {
  padding: 60px 0px;
  padding: 3.75rem 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 {
  background-image: url("../images/bg-banner-home.png");
  background-position: bottom right;
  background-size: cover;
}
.-homePage .banner-section.pd-banner {
  padding-top: 120px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 1024px) {
  .-homePage .banner-section.pd-banner {
    padding: 50px 0px;
    padding: 3.125rem 0rem;
  }
}
@media only screen and (max-width: 992px) {
  .-homePage .banner-section.pd-banner {
    padding: 40px 0px;
    padding: 2.5rem 0rem;
  }
}
.-homePage .banner-section .banner-text-sm {
  color: var(--white-color);
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.-homePage .banner-section .banner-text-sm span {
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .-homePage .banner-section .banner-text-sm {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 992px) {
  .-homePage .banner-section .banner-text-sm {
    font-size: 16px;
    font-size: 1rem;
  }
}
.-homePage .banner-section .slogan-group {
  position: relative;
  padding-left: 32px;
  padding-left: 2rem;
}
@media only screen and (max-width: 992px) {
  .-homePage .banner-section .slogan-group {
    padding-left: 20px;
    padding-left: 1.25rem;
  }
}
.-homePage .banner-section .slogan-group:before {
  content: "";
  border-radius: 26px;
  height: 90%;
  width: 8px;
  background-color: var(--white-color);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 992px) {
  .-homePage .banner-section .slogan-group:before {
    width: 6px;
  }
}
.-homePage .banner-section .slogan-group__sm {
  color: var(--white-color);
  font-size: 40px;
  font-weight: 600;
  font-size: 40px;
  font-size: 2.5rem;
}
@media only screen and (max-width: 1024px) {
  .-homePage .banner-section .slogan-group__sm {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 992px) {
  .-homePage .banner-section .slogan-group__sm {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.-homePage .banner-section .slogan-group__title {
  font-size: 67px;
  font-size: 4.1875rem;
  font-weight: 800;
  letter-spacing: 1.342px;
  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: 1024px) {
  .-homePage .banner-section .slogan-group__title {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 992px) {
  .-homePage .banner-section .slogan-group__title {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
.-homePage .banner-section .event-ct {
  margin-top: 40px;
  margin-top: 2.5rem;
  position: relative;
}
.-homePage .banner-section .event-ct__item {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  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;
}
@media only screen and (max-width: 992px) {
  .-homePage .banner-section .event-ct__item {
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
  }
}
.-homePage .banner-section .event-ct__item--icon .iconBox {
  border-radius: 12px;
  border: 2px solid #eee;
  width: 45px;
  height: 45px;
  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;
}
.-homePage .banner-section .event-ct__item--icon .iconBox > img {
  width: 23px;
}
.-homePage .banner-section .event-ct__item--text {
  padding-left: 18px;
  padding-left: 1.125rem;
  color: #eee;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.32px;
}
@media only screen and (max-width: 992px) {
  .-homePage .banner-section .event-ct__item--text {
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 10px;
    padding-left: 0.625rem;
  }
}
@media only screen and (max-width: 576px) {
  .-homePage .banner-section .event-ct__item--text {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.-homePage .banner-section .event-ct .btn-register-banner {
  position: absolute;
  right: 0;
  bottom: 0;
}
.-homePage .banner-section .countdown-ct {
  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;
  margin-top: 80px;
  margin-top: 5rem;
}
@media only screen and (max-width: 992px) {
  .-homePage .banner-section .countdown-ct {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}
.-homePage .banner-section .countdown-ct__item {
  padding: 15px 29px;
  padding: 0.9375rem 1.8125rem;
  border-radius: 16px;
  background: rgba(82, 215, 255, 0.43);
  border: 2px solid var(--white-color);
  margin-right: 24px;
  margin-right: 1.5rem;
  width: 201px;
  height: 117px;
  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: 768px) {
  .-homePage .banner-section .countdown-ct__item {
    width: 90px;
    height: 70px;
    padding: 12px 14px;
    padding: 0.75rem 0.875rem;
    margin-right: 12px;
    margin-right: 0.75rem;
  }
}
@media only screen and (max-width: 576px) {
  .-homePage .banner-section .countdown-ct__item {
    width: 82px;
    height: 47px;
  }
}
.-homePage .banner-section .countdown-ct__item:last-child {
  margin-right: 0;
}
.-homePage .banner-section .countdown-ct__item--time {
  color: var(--white-color);
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.389px;
}
@media only screen and (max-width: 768px) {
  .-homePage .banner-section .countdown-ct__item--time {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.-homePage .banner-section .countdown-ct__item--text {
  color: var(--white-color);
  font-size: 44px;
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.88px;
}
@media only screen and (max-width: 768px) {
  .-homePage .banner-section .countdown-ct__item--text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 576px) {
  .-homePage .banner-section .countdown-ct__item--text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 1200px) {
  .-homePage .banner-section .register-button {
    display: none;
  }
}
.-homePage .about-section-container .about-innerCt {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.-homePage .about-section-container .about-innerCt .head-section__cat {
  color: #ff9800;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  display: block;
}
.-homePage .about-section-container .about-innerCt .head-section__title {
  color: #1e1e1e;
  font-size: 48px;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 132%;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1024px) {
  .-homePage .about-section-container .about-innerCt .head-section__title {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
@media only screen and (max-width: 992px) {
  .-homePage .about-section-container .about-innerCt .head-section__title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.-homePage .about-section-container .about-innerCt .section-desc {
  color: rgba(78, 78, 78, 0.92);
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  padding-right: 50px;
  padding-right: 3.125rem;
  line-height: 150%;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.-homePage .about-section-container .about-innerCt .section-desc p {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.-homePage .about-section-container .about-innerCt .section-desc span {
  color: rgba(28, 148, 201, 0.91);
  font-weight: 700;
}
.-homePage .about-section-container .image-about {
  height: 603px;
  max-width: 572px;
}
@media only screen and (max-width: 768px) {
  .-homePage .about-section-container .image-about {
    height: auto;
  }
}
.-homePage .about-section-container .image-about > img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.-homePage .hosted-container .hosted-ct .hosted-innerCt {
  margin: 0 auto;
}
.-homePage .hosted-container .hosted-ct .hosted-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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1024px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .-homePage .hosted-container .hosted-ct .hosted-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.-homePage .hosted-container .hosted-ct .hosted-list__item {
  width: -webkit-calc(33.333% - 60px);
  width: calc(33.333% - 60px);
  margin: 0 30px;
}
@media only screen and (max-width: 768px) {
  .-homePage .hosted-container .hosted-ct .hosted-list__item {
    width: 50%;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}
.-homePage .hosted-container .hosted-ct .hosted-list .hosted-avatar {
  border-radius: 50%;
  border: 4px solid #0289c7;
  overflow: hidden;
  position: relative;
}
.-homePage .hosted-container .hosted-ct .hosted-list .hosted-avatar > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
.-homePage .hosted-container .hosted-ct .hosted-list .hosted-info {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.-homePage .hosted-container .hosted-ct .hosted-list .hosted-info h3 {
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  text-align: center;
}
.-homePage .hosted-container .hosted-ct .hosted-list .hosted-info p {
  color: #f1800f;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
}
.-homePage .speaker-ct {
  padding-top: 240px;
  padding-top: 15rem;
  background-image: url("../images/pic-hosted-header.png");
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center top;
}
@media only screen and (max-width: 1024px) {
  .-homePage .speaker-ct {
    padding-top: 160px;
    padding-top: 10rem;
  }
}
@media only screen and (max-width: 992px) {
  .-homePage .speaker-ct {
    padding-top: 120px;
    padding-top: 7.5rem;
  }
}
.-homePage .speaker-ct .speaker-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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1024px;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .-homePage .speaker-ct .speaker-list {
    max-width: 80%;
  }
}
@media only screen and (max-width: 700px) {
  .-homePage .speaker-ct .speaker-list {
    max-width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .-homePage .speaker-ct .speaker-list {
    -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: 576px) {
  .-homePage .speaker-ct .speaker-list {
    max-width: 320px;
  }
}
.-homePage .speaker-ct .speaker-list__item {
  width: -webkit-calc(25% - 24px);
  width: calc(25% - 24px);
  margin: 0 12px;
  padding: 12px;
  padding: 0.75rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  -webkit-transition: 0.5 ease-in-out;
  transition: 0.5 ease-in-out;
  -webkit-box-shadow: 0px 6px 31px 0px rgba(27, 27, 27, 0.11);
          box-shadow: 0px 6px 31px 0px rgba(27, 27, 27, 0.11);
  border-radius: 16px;
}
@media only screen and (max-width: 992px) {
  .-homePage .speaker-ct .speaker-list__item {
    width: -webkit-calc(50% - 24px);
    width: calc(50% - 24px);
  }
}
@media only screen and (max-width: 576px) {
  .-homePage .speaker-ct .speaker-list__item {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.-homePage .speaker-ct .speaker-list .speaker-avatar {
  border-radius: 12px;
  height: 262px;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .-homePage .speaker-ct .speaker-list .speaker-avatar {
    height: 300px;
  }
}
.-homePage .speaker-ct .speaker-list .speaker-avatar > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.-homePage .speaker-ct .speaker-list .speaker-info {
  margin-top: 16px;
  margin-top: 1rem;
  text-align: center;
}
.-homePage .speaker-ct .speaker-list .speaker-info h3 {
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.-homePage .speaker-ct .speaker-list .speaker-info p {
  color: #f1800f;
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 400;
}
.-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 .collaboration-section-container .collaboration-ct {
  padding: 100px 30px;
  padding: 6.25rem 1.875rem;
  border-radius: 30px;
  background: -webkit-linear-gradient(116deg, rgba(1, 26, 58, 0.98) 1.81%, rgba(1, 44, 98, 0.94) 31.25%, rgba(1, 68, 119, 0.92) 49.86%, rgba(2, 104, 149, 0.89) 74.26%, rgba(3, 161, 195, 0.84) 95.98%);
  background: linear-gradient(334deg, rgba(1, 26, 58, 0.98) 1.81%, rgba(1, 44, 98, 0.94) 31.25%, rgba(1, 68, 119, 0.92) 49.86%, rgba(2, 104, 149, 0.89) 74.26%, rgba(3, 161, 195, 0.84) 95.98%);
}
@media only screen and (max-width: 1024px) {
  .-homePage .collaboration-section-container .collaboration-ct {
    padding: 50px 15px;
    padding: 3.125rem 0.9375rem;
  }
}
@media only screen and (max-width: 992px) {
  .-homePage .collaboration-section-container .collaboration-ct {
    padding: 40px 15px;
    padding: 2.5rem 0.9375rem;
  }
}
.-homePage .collaboration-section-container .collaboration-ct .collaboration-logo {
  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;
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .-homePage .collaboration-section-container .collaboration-ct .collaboration-logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 320px;
  }
}
.-homePage .collaboration-section-container .collaboration-ct .collaboration-logo__item {
  padding: 40px;
  padding: 2.5rem;
  width: 50%;
  background-color: var(--white-color);
  margin: 0px 26px;
  margin: 0rem 1.625rem;
  border-radius: 12px;
}
@media only screen and (max-width: 768px) {
  .-homePage .collaboration-section-container .collaboration-ct .collaboration-logo__item {
    margin: 20px 0px;
    margin: 1.25rem 0rem;
    width: 100%;
  }
}
.-homePage .collaboration-section-container .collaboration-ct .collaboration-logo__item .refBrand {
  width: 280px;
  height: 57px;
  display: block;
}
@media only screen and (max-width: 992px) {
  .-homePage .collaboration-section-container .collaboration-ct .collaboration-logo__item .refBrand {
    width: 100%;
  }
}
.-homePage .collaboration-section-container .collaboration-ct .collaboration-logo__item .refBrand img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.-homePage .contact-form-container .contact-formCt {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(#0a2437)), url("../images/pic-contact-form.png"), lightgray -240px -222.957px/132.964% 153.403% no-repeat;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, #0a2437 100%), url("../images/pic-contact-form.png"), lightgray -240px -222.957px/132.964% 153.403% no-repeat;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, #0a2437 100%), url("../images/pic-contact-form.png"), lightgray -240px -222.957px/132.964% 153.403% no-repeat;
  background-size: cover;
  padding: 120px 0px 100px 0px;
  padding: 7.5rem 0rem 6.25rem 0rem;
}
@media only screen and (max-width: 1024px) {
  .-homePage .contact-form-container .contact-formCt {
    padding: 50px 0px;
    padding: 3.125rem 0rem;
  }
}
@media only screen and (max-width: 992px) {
  .-homePage .contact-form-container .contact-formCt {
    padding: 40px 0px;
    padding: 2.5rem 0rem;
  }
}
.-homePage .contact-form-container .contact-formCt .head-contact {
  text-align: center;
}
.-homePage .contact-form-container .contact-formCt .head-contact__textsm {
  color: #f0f4fb;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
.-homePage .contact-form-container .contact-formCt .head-contact__heading {
  color: #ebedf1;
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .-homePage .contact-form-container .contact-formCt .head-contact__heading {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 576px) {
  .-homePage .contact-form-container .contact-formCt .head-contact__heading {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.-homePage .contact-form-container .form-contact-main {
  margin-top: 20px;
  margin-top: 1.25rem;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.-homePage .contact-form-container .form-contact-main .form-group {
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}
.-homePage .contact-form-container .form-contact-main .form-control {
  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;
  height: 38px;
  padding: 11px 12px;
  padding: 0.6875rem 0.75rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
}
.-homePage .contact-form-container .form-contact-main .textarea-control {
  padding: 11px 12px;
  padding: 0.6875rem 0.75rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
}
.-homePage .contact-form-container .form-contact-main .btn-contact-form {
  padding: 15px 37px 15px 36px;
  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;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 43px;
  border: 1px solid var(--white-color);
  background-color: transparent;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  min-width: 135px;
}
.-homePage .contact-form-container .form-contact-main .btn-contact-form:hover {
  background: -webkit-linear-gradient(354deg, #FF9800 11.32%, #58E2FF 120.99%);
  background: linear-gradient(96deg, #FF9800 11.32%, #58E2FF 120.99%);
  color: #000;
  border: 1px solid #000;
}
.-homePage .contact-form-container .contact-info {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 20px;
  margin-top: 1.25rem;
  line-height: 24px;
}
.-homePage .contact-form-container .contact-info a {
  color: #fff;
}
.-homePage .contact-form-container .contact-info a:hover {
  text-decoration: underline;
  color: #0289c7;
}
.-homePage .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;
  padding: 45px 0px;
  padding: 2.8125rem 0rem;
  color: #B3B6BB;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  border-top: 1px solid rgba(203, 203, 203, 0.46);
  background: #001728;
}
@media only screen and (max-width: 1024px) {
  .-homePage .copyright-section {
    padding: 30px 0px;
    padding: 1.875rem 0rem;
  }
}
@media only screen and (max-width: 992px) {
  .-homePage .copyright-section {
    padding: 20px 0px;
    padding: 1.25rem 0rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.-homePage .event-section .event-section-ct {
  border-radius: 21px;
  position: relative;
  padding: 74px 0px 104px 0px;
  padding: 4.625rem 0rem 6.5rem 0rem;
}
@media only screen and (max-width: 1024px) {
  .-homePage .event-section .event-section-ct {
    padding: 50px 15px;
    padding: 3.125rem 0.9375rem;
  }
}
@media only screen and (max-width: 992px) {
  .-homePage .event-section .event-section-ct {
    padding: 40px 15px;
    padding: 2.5rem 0.9375rem;
  }
}
.-homePage .event-section .event-section-ct:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 20px;
  width: -webkit-calc(100% - 37px);
  width: calc(100% - 37px);
  height: -webkit-calc(100% + 6px);
  height: calc(100% + 6px);
  background: -webkit-gradient(linear, left top, left bottom, from(#0289C7), to(#FF9800));
  background: -webkit-linear-gradient(top, #0289C7, #FF9800);
  background: linear-gradient(to bottom, #0289C7, #FF9800);
  border-radius: 21px;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .-homePage .event-section .event-section-ct:before {
    left: 0;
    width: 100%;
  }
}
.-homePage .event-section .event-section-ct:after {
  content: "";
  position: absolute;
  top: 0;
  left: 23px;
  width: -webkit-calc(100% - 43px);
  width: calc(100% - 43px);
  height: 100%;
  background-color: #FFF;
  border-radius: 18px;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .-homePage .event-section .event-section-ct:after {
    width: -webkit-calc(100% - 6px);
    width: calc(100% - 6px);
    left: 3px;
  }
}
.-homePage .event-section .event-section-ct .event-address {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: end;
  align-items: end;
}
@media only screen and (max-width: 768px) {
  .-homePage .event-section .event-section-ct .event-address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.-homePage .event-section .event-section-ct .event-address__left {
  width: 400px;
}
.-homePage .event-section .event-section-ct .event-address__left .event-address-img {
  height: 435px;
  width: 370px;
  border-radius: 16px;
  overflow: hidden;
}
.-homePage .event-section .event-section-ct .event-address__left .event-address-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .-homePage .event-section .event-section-ct .event-address__left {
    display: none;
  }
}
.-homePage .event-section .event-section-ct .event-address__right {
  padding-left: 20px;
  padding-left: 1.25rem;
  width: -webkit-calc(100% - 370px);
  width: calc(100% - 370px);
}
@media only screen and (max-width: 768px) {
  .-homePage .event-section .event-section-ct .event-address__right {
    width: 100%;
    padding-left: 0;
  }
}
.-homePage .event-section .event-section-ct .event-address-row {
  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;
}
@media only screen and (max-width: 992px) {
  .-homePage .event-section .event-section-ct .event-address-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: start;
    align-items: start;
  }
}
.-homePage .event-section .event-section-ct .event-address-row__img {
  width: 253px;
}
@media only screen and (max-width: 992px) {
  .-homePage .event-section .event-section-ct .event-address-row__img {
    width: 100%;
    height: auto;
  }
}
.-homePage .event-section .event-section-ct .event-address-row__img .img-sm {
  width: 253px;
  height: 310px;
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .-homePage .event-section .event-section-ct .event-address-row__img .img-sm {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.-homePage .event-section .event-section-ct .event-address-row__img .img-sm > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.-homePage .event-section .event-section-ct .event-address-row__info {
  width: -webkit-calc(100% - 253px);
  width: calc(100% - 253px);
  padding: 0px 56px;
  padding: 0rem 3.5rem;
}
@media only screen and (max-width: 992px) {
  .-homePage .event-section .event-section-ct .event-address-row__info {
    margin-top: 20px;
    margin-top: 1.25rem;
    padding: 0;
    width: 100%;
  }
}
.-homePage .event-section .event-section-ct .event-address-row__info .txt-sm {
  color: #FF9800;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.-homePage .event-section .event-section-ct .event-address-row__info .txt-md {
  color: #1E1E1E;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 123.5%;
}
.-homePage .event-section .event-section-ct .event-zoom {
  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;
  margin-top: 153px;
  margin-top: 9.5625rem;
}
@media only screen and (max-width: 992px) {
  .-homePage .event-section .event-section-ct .event-zoom {
    margin-top: 80px;
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 992px) {
  .-homePage .event-section .event-section-ct .event-zoom {
    margin-top: 60px;
    margin-top: 3.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.-homePage .event-section .event-section-ct .event-zoom__img {
  width: 565px;
}
@media only screen and (max-width: 992px) {
  .-homePage .event-section .event-section-ct .event-zoom__img {
    width: 100%;
  }
}
.-homePage .event-section .event-section-ct .event-zoom__img .img-sm {
  width: 565px;
  height: 357px;
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .-homePage .event-section .event-section-ct .event-zoom__img .img-sm {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.-homePage .event-section .event-section-ct .event-zoom__img .img-sm > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.-homePage .event-section .event-section-ct .event-zoom__info {
  width: -webkit-calc(100% - 565px);
  width: calc(100% - 565px);
  padding: 0px 62px;
  padding: 0rem 3.875rem;
}
@media only screen and (max-width: 992px) {
  .-homePage .event-section .event-section-ct .event-zoom__info {
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    padding: 0;
  }
}
.-homePage .event-section .event-section-ct .event-zoom__info .txt-sm {
  color: #FF9800;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.-homePage .event-section .event-section-ct .event-zoom__info .txt-md {
  color: #1E1E1E;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 123.5%;
}
.-homePage .event-section .event-section-ct .event-zoom .link-zoom {
  color: rgba(78, 78, 78, 0.9215686275);
}
.-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-ct {
  margin-top: 200px;
  margin-top: 12.5rem;
}
@media only screen and (max-width: 1024px) {
  .social-ct {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
}
@media only screen and (max-width: 992px) {
  .social-ct {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
.social-ct h3 {
  color: #EBEDF1;
  text-align: center;
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 700;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .social-ct h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 576px) {
  .social-ct h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.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: "Inter", 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 */
