@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }
  .animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip; }
  .animated.infinite {
    animation-iteration-count: infinite; }

/*======================= CSS Reset ===========================*/
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, section, main, footer, header, figure, aside, input, textarea, i, mark, *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: top;
  background: transparent;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  width: 100%; }

html {
  overflow-y: scroll;
  overflow-x: hidden; }

body {
  overflow: hidden; }

ol, ul {
  list-style: none; }

:focus {
  outline: 0; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

table, table td tr {
  border: none;
  border-collapse: collapse; }

button, a, input, textarea, select {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

@font-face {
  font-family: 'inter-regular';
  src: url("/fonts/inter-regular.otf");
  font-weight: 400;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'inter-light';
  src: url("/fonts/inter-light.otf");
  font-weight: 300;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'inter-italic';
  src: url("/fonts/inter-italic.otf");
  font-weight: 300;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'inter-medium';
  src: url("/fonts/inter-medium.otf");
  font-weight: 500;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'inter-semibold';
  src: url("/fonts/inter-semibold.otf");
  font-weight: 600;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'inter-bold';
  src: url("/fonts/inter-bold.otf");
  font-weight: 600;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'inter-extrabold';
  src: url("/fonts/inter-extrabold.otf");
  font-weight: 600;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'poppins-regular';
  src: url("/fonts/poppins-regular.ttf");
  font-weight: 400;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'poppins-light';
  src: url("/fonts/poppins-light.ttf");
  font-weight: 300;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'poppins-italic';
  src: url("/fonts/poppins-italic.ttf");
  font-weight: 300;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'poppins-medium';
  src: url("/fonts/poppins-medium.ttf");
  font-weight: 500;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'poppins-semibold';
  src: url("/fonts/poppins-semibold.ttf");
  font-weight: 600;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'poppins-bold';
  src: url("/fonts/poppins-bold.ttf");
  font-weight: 600;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'poppins-extrabold';
  src: url("/fonts/poppins-extrabold.ttf");
  font-weight: 600;
  font-display: swap;
  font-style: normal; }

/* ========== Typography styles ========== */
a, button {
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer; }

.button {
  display: inline-block;
  font-size: 18px;
  font-family: "poppins-regular";
  background: linear-gradient(to bottom, #74deff 0%, rgba(116, 222, 255, 0.6) 50%, rgba(116, 222, 255, 0.1) 100%);
  color: #000;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  .button img {
    display: inline-block;
    margin-top: 22px;
    margin-left: 10px; }
  .button:hover {
    background: linear-gradient(to bottom, #74deff 0%, rgba(116, 222, 255, 0.8) 50%, rgba(116, 222, 255, 0.4) 100%);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }

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

.text-left {
  text-align: left !important; }

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

/*======================= Grid ===========================*/
.row {
  width: auto;
  display: block;
  margin: 0 -5px;
  position: relative;
  clear: both; }
  .row:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  @media only screen and (max-width: 767px) {
    .row {
      margin: 0; } }
  .row > .column {
    padding: 0 5px;
    float: left; }
    .row > .column.pull-right {
      float: right; }
    @media only screen and (max-width: 1279px) {
      .row > .column.tablet-hide {
        display: none; } }
    @media only screen and (max-width: 1023px) {
      .row > .column.sm-tablet-hide {
        display: none; } }
    .row > .column.masonry-column {
      margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .row > .column {
        padding: 5px 0; } }
    .row > .column.__12 {
      width: 100%; }
    .row > .column.__11 {
      width: 91.666666%; }
    .row > .column.__10 {
      width: 83.333333%; }
    .row > .column.__9 {
      width: 75%; }
    .row > .column.__8 {
      width: 66.666666%; }
    .row > .column.__7 {
      width: 58.333333%; }
    .row > .column.__6 {
      width: 50%; }
    .row > .column.__5 {
      width: 41.666666%; }
    .row > .column.__41 {
      width: 37%; }
    .row > .column.__4 {
      width: 33.333333%; }
    .row > .column.__3 {
      width: 25%; }
    .row > .column.__2 {
      width: 16.666666%; }
    .row > .column.__1 {
      width: 8.333333%; }
    @media only screen and (max-width: 1440px) {
      .row > .column.llt__12 {
        width: 100%; }
      .row > .column.llt__8 {
        width: 66.666666%; }
      .row > .column.llt__4 {
        width: 33.333333%; } }
    @media only screen and (max-width: 1279px) {
      .row > .column.lt__6 {
        width: 100%; }
      .row > .column.lt__5 {
        width: 83.333333%; }
      .row > .column.lt__4 {
        width: 66.666666%; }
      .row > .column.lt__3 {
        width: 50%; }
      .row > .column.lt__2 {
        width: 33.333333%; }
      .row > .column.lt__1 {
        width: 16.666666%; } }
    @media only screen and (max-width: 1023px) {
      .row > .column.st__6 {
        width: 100%; }
      .row > .column.st__5 {
        width: 83.333333%; }
      .row > .column.st__4 {
        width: 66.666666%; }
      .row > .column.st__3 {
        width: 50%; }
      .row > .column.st__2 {
        width: 33.333333%; }
      .row > .column.st__1 {
        width: 16.666666%; }
      .row > .column.st__hide {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .row > .column.m__3, .row > .column.__12, .row > .column.__11, .row > .column.__10, .row > .column.__9, .row > .column.__8, .row > .column.__7, .row > .column.__6, .row > .column.__5, .row > .column.__4, .row > .column.__3, .row > .column.__2, .row > .column.__1, .row > .column.lt__6, .row > .column.lt__5, .row > .column.lt__4, .row > .column.lt__3, .row > .column.lt__2, .row > .column.lt__1, .row > .column.st__6, .row > .column.st__5, .row > .column.st__4, .row > .column.st__3, .row > .column.st__2, .row > .column.st__1 {
        width: 100%; }
      .row > .column.m__1 {
        width: 33.333333%;
        padding: 5px; }
      .row > .column.m__2 {
        width: 66.333333%;
        padding: 5px; }
      .row > .column.no-padding {
        padding: 0 !important; } }
  .row.block-row.__1-block > .column {
    width: 100%; }
  .row.block-row.__2-block > .column {
    width: 50%; }
  .row.block-row.__3-block > .column {
    width: 33.3333333%; }
  .row.block-row.__4-block > .column {
    width: 25%; }
  .row.block-row.__5-block > .column {
    width: 20%; }
  .row.block-row.__6-block > .column {
    width: 16.666666666%; }
  .row.block-row.__7-block > .column {
    width: 14.285714%; }
  .row.block-row.__8-block > .column {
    width: 12.5%; }
  @media only screen and (max-width: 1279px) {
    .row.block-row.lt__1-block > .column {
      width: 100%; }
    .row.block-row.lt__2-block > .column {
      width: 50%; }
    .row.block-row.lt__3-block > .column {
      width: 33.3333333%; }
    .row.block-row.lt__4-block > .column {
      width: 25%; }
    .row.block-row.lt__5-block > .column {
      width: 20%; }
    .row.block-row.lt__6-block > .column {
      width: 16.666666666%; } }
  @media only screen and (max-width: 1023px) {
    .row.block-row.st__1-block > .column {
      width: 100%; }
    .row.block-row.st__2-block > .column {
      width: 50%; }
    .row.block-row.st__3-block > .column {
      width: 33.3333333%; }
    .row.block-row.st__4-block > .column {
      width: 25%; }
    .row.block-row.st__5-block > .column {
      width: 20%; }
    .row.block-row.st__6-block > .column {
      width: 16.666666666%; }
    .row.block-row > .column.st__6 {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .row.block-row.__1-block > .column, .row.block-row.__2-block > .column, .row.block-row.__3-block > .column, .row.block-row.__4-block > .column, .row.block-row.__5-block > .column, .row.block-row.__6-block > .column, .row.block-row.__7-block > .column, .row.block-row.__8-block > .column {
      width: 100%; }
    .row.block-row.m__1-block > .column {
      width: 100%; }
    .row.block-row.m__2-block > .column {
      width: 50%;
      padding: 0 10px; }
    .row.block-row.m__3-block > .column {
      width: 33.3333333%; }
    .row.block-row.m__4-block > .column {
      width: 25%; } }
  .row.__0 {
    margin: 0; }
    .row.__0 > .column {
      padding: 0; }
  .row.__5 {
    margin: 0 -5px; }
    .row.__5 > .column {
      padding: 0 5px; }
  .row.__60 {
    margin: 0 -30px; }
    .row.__60 > .column {
      padding: 0 30px; }
    @media only screen and (max-width: 1279px) {
      .row.__60 {
        margin: 0 -10px; }
        .row.__60 > .column {
          padding: 0 10px; } }
  .row.__30 {
    margin: 0 -15px; }
    .row.__30 > .column {
      padding: 0 15px; }
    @media only screen and (max-width: 1279px) {
      .row.__30 {
        margin: 0 -5px; }
        .row.__30 > .column {
          padding: 0 5px; } }
  .row.__40 {
    margin: 0 -20px; }
    .row.__40 > .column {
      padding: 0 20px; }
    @media only screen and (max-width: 1279px) {
      .row.__40 {
        margin: 0 -5px; }
        .row.__40 > .column {
          padding: 0 5px; } }
  .row.__20 {
    margin: 0 -10px; }
    .row.__20 > .column {
      padding: 0 10px; }
  .row.__inline-row {
    text-align: center; }
    .row.__inline-row > .column {
      display: inline-block;
      float: none;
      margin: 0 -2px 10px -2px; }
  .row.__masonry {
    margin: 0 -10px; }
    .row.__masonry > .column {
      margin-bottom: 20px;
      padding: 0 10px; }
  .row.__centered-row {
    text-align: center; }
    .row.__centered-row > .column {
      display: inline-block;
      float: none;
      margin: 0; }
  @media only screen and (max-width: 1279px) {
    .row.__centered-row-small {
      text-align: center; } }
  @media only screen and (max-width: 1279px) {
    .row.__centered-row-small > .column {
      display: inline-block;
      float: none;
      margin: 0; } }

.field {
  margin-bottom: 25px;
  position: relative; }
  .field input {
    width: 100%;
    display: block;
    padding: 0 15px;
    color: rgba(255, 255, 255, 0.8);
    height: 60px;
    line-height: 60px;
    background-color: #000;
    border: 1px solid rgba(255, 255, 255, 0.38);
    font-size: 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    .field input[type="file"] {
      display: none; }
    .field input::placeholder {
      color: rgba(255, 255, 255, 0.6); }
  .field textarea {
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    height: 132px;
    padding: 15px;
    background-color: #000;
    border: 1px solid rgba(255, 255, 255, 0.38);
    font-size: 16px;
    resize: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
    .field textarea::placeholder {
      color: rgba(255, 255, 255, 0.6); }
  .field label {
    font-family: "inter-regular";
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-left: 20px;
    display: inline-block;
    color: #fff; }
  .field .warning-text {
    position: absolute;
    color: darkred;
    font-size: 12px;
    font-family: "inter-regular";
    font-style: italic;
    bottom: -17px;
    left: 14px;
    display: none; }
    .field .warning-text.warning-text-area {
      bottom: 3px; }
    @media only screen and (max-width: 1279px) {
      .field .warning-text {
        font-size: 9px;
        bottom: -12px; } }
  .field .warning {
    border: 1px solid darkred; }

.filed-file {
  width: 100%;
  display: block;
  padding: 0;
  color: #707070;
  height: 50px;
  line-height: 50px;
  background-color: #EBEBEB;
  border: 1px dashed #707070;
  font-size: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  .filed-file label {
    padding: 0 15px;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px; }
    .filed-file label span {
      display: block;
      width: 100%;
      height: 50px;
      line-height: 50px; }
  @media only screen and (max-width: 767px) {
    .filed-file {
      background-color: #fff;
      height: 40px;
      line-height: 40px; }
      .filed-file label {
        height: 40px;
        line-height: 40px;
        font-size: 9px !important;
        padding: 0 5px 0 15px; }
        .filed-file label span {
          height: 40px;
          line-height: 40px;
          font-size: 10px !important; } }
  @media only screen and (max-width: 359px) {
    .filed-file label {
      font-size: 9px !important; }
      .filed-file label span {
        font-size: 8px !important; } }

.checkbox {
  padding: 0 0 10px 0;
  margin-left: 4px;
  display: inline-block; }
  .checkbox:last-child {
    padding: 0; }
  .checkbox label {
    font-family: "inter-regular";
    font-size: 15px;
    color: #757575;
    display: inline-block;
    padding: 0 0 0 35px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    margin-top: 5px;
    margin-right: 20px;
    line-height: 16px; }
    .checkbox label:before {
      width: 23px;
      height: 23px;
      content: '';
      position: absolute;
      top: -6px;
      left: 0;
      border: 1px solid #d8d8d8;
      background: #fff;
      -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
      border-radius: 1px;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
      -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
      box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06); }
    .checkbox label:after {
      width: 14px;
      height: 7px;
      content: '';
      position: absolute;
      top: 0px;
      left: 5px;
      border: 3px solid transparent;
      border-top: none;
      border-right: none;
      background: transparent;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .checkbox label:hover:before {
      border: 1px solid #707070; }
    .checkbox label span {
      position: absolute;
      right: 0;
      top: 2px;
      font-size: 12px;
      color: #b8bcca;
      text-align: right; }
  .checkbox input {
    visibility: hidden;
    position: absolute; }
    .checkbox input:checked + label {
      color: #757575 !important; }
    .checkbox input:checked + label:before {
      border: 1px solid #74DEFF;
      background: #74DEFF; }
    .checkbox input:checked + label:after {
      border-left: 3px solid #fff;
      border-bottom: 3px solid #fff;
      border-top: 0 solid transparent;
      border-right: 0 solid transparent; }
  .checkbox.checkbox-right label {
    padding: 0 60px 0 15px; }
    .checkbox.checkbox-right label:before {
      top: -10px;
      left: initial;
      right: 0; }
    .checkbox.checkbox-right label:after {
      top: 1px;
      left: initial;
      right: 10px; }
  .checkbox.checkbox-small label {
    padding: 0 0 0 45px; }
    .checkbox.checkbox-small label:before {
      width: 26px;
      height: 26px;
      margin-top: 5px;
      background: #fff;
      -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
      border-radius: 1px;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
      -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
      box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06); }
    .checkbox.checkbox-small label:after {
      width: 16px;
      height: 10px;
      content: '';
      position: absolute;
      top: 1px;
      left: 6px;
      border: 3px solid transparent;
      background: transparent;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }

.checkbox-holder {
  margin-top: 30px; }
  .checkbox-holder .checkbox {
    display: inline-block; }
    .checkbox-holder .checkbox:last-child {
      margin-left: 40px; }
  @media only screen and (max-width: 767px) {
    .checkbox-holder .checkbox {
      display: block; }
      .checkbox-holder .checkbox:last-child {
        margin-left: 0; } }

.radio-set {
  display: inline-block;
  line-height: inherit;
  margin: 0;
  padding: 0;
  margin-right: 15px; }
  .radio-set label {
    font-family: "inter-regular";
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    padding-left: 20px;
    color: #acacac; }
    .radio-set label span {
      margin-left: 30px;
      line-height: 20px;
      display: block;
      text-align: left;
      font-size: 1em;
      color: #acacac; }
    .radio-set label:before {
      position: absolute;
      content: "";
      width: 16px;
      height: 16px;
      left: 0;
      text-align: center;
      padding: 0;
      margin: 0;
      background-color: transparent;
      margin-left: -3px;
      border: 2px solid #acacac;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .radio-set label:after {
      position: absolute;
      content: "";
      top: 4px;
      left: 1px;
      width: 8px;
      height: 8px;
      background-color: transparent;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
  .radio-set input {
    visibility: hidden;
    height: 0; }
    .radio-set input:checked + label:after {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      background: #acacac;
      border: 2px solid #acacac;
      color: #acacac; }
    .radio-set input:checked + label:hover:after {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      background: #acacac;
      border: 2px solid #acacac;
      color: #acacac; }

header {
  height: 112px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: #000; }
  @media only screen and (max-width: 767px) {
    header {
      height: 80px; } }
  header .header-wrap {
    padding-top: 40px;
    position: relative; }
    header .header-wrap .header-logo {
      display: inline-block;
      position: absolute;
      left: 0;
      top: 40px; }
      @media only screen and (max-width: 767px) {
        header .header-wrap .header-logo {
          top: 32px; } }
      header .header-wrap .header-logo img {
        width: 192px; }
        @media only screen and (max-width: 767px) {
          header .header-wrap .header-logo img {
            width: 140px; } }
      header .header-wrap .header-logo .white-logo {
        display: none; }
    header .header-wrap .menu-wrap {
      width: 100%;
      text-align: right;
      padding-top: 10px; }
      @media only screen and (max-width: 1279px) {
        header .header-wrap .menu-wrap {
          text-align: left; } }
      header .header-wrap .menu-wrap ul {
        display: inline-block; }
        header .header-wrap .menu-wrap ul li {
          margin-left: 24px;
          display: inline-block; }
          header .header-wrap .menu-wrap ul li a {
            font-family: "inter-regular";
            font-size: 16px;
            color: #fff;
            line-height: 32px; }
            header .header-wrap .menu-wrap ul li a:hover {
              color: #74DEFF; }
            header .header-wrap .menu-wrap ul li a.active-menu {
              color: #74DEFF;
              font-family: "inter-semibold"; }
      @media only screen and (max-width: 1279px) {
        header .header-wrap .menu-wrap {
          display: none; } }
    header .header-wrap .lang-wrap {
      float: right;
      font-family: "inter-regular";
      font-size: 18px;
      color: #fff;
      line-height: 32px;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
      header .header-wrap .lang-wrap a {
        font-family: "inter-regular";
        font-size: 18px;
        color: #fff;
        line-height: 32px; }
        header .header-wrap .lang-wrap a.active-lang {
          text-decoration: underline; }
        header .header-wrap .lang-wrap a:hover {
          text-decoration: underline; }
  header.mob-active {
    background-color: #21253D !important; }
    header.mob-active .menu-wrap {
      margin-top: 110px;
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      z-index: 9999;
      background-color: #21253D;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
      @media only screen and (max-width: 767px) {
        header.mob-active .menu-wrap {
          margin-top: 80px; } }
    header.mob-active .menu-burger div {
      background-color: #fff !important; }
    header.mob-active .menu-wrap {
      padding-left: 20px !important;
      padding-top: 48px; }
      header.mob-active .menu-wrap ul li {
        display: block !important;
        margin-bottom: 30px; }
        header.mob-active .menu-wrap ul li a {
          color: #fff !important; }
    header.mob-active .lang-wrap {
      display: block !important;
      float: none !important;
      color: #fff !important; }
      header.mob-active .lang-wrap a {
        color: #fff !important;
        margin-right: 30px; }
        header.mob-active .lang-wrap a:last-child {
          margin-left: 30px; }

.menu-burger {
  perspective: 500px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 43px;
  display: none; }
  @media only screen and (max-width: 1279px) {
    .menu-burger {
      display: inline-block; } }
  @media only screen and (max-width: 767px) {
    .menu-burger {
      top: 28px; } }
  .menu-burger.expanded {
    top: 42px; }
    .menu-burger.expanded .line-1 {
      transform: rotateZ(-180deg) rotate(-135deg) translateY(3px) translateX(5px); }
    .menu-burger.expanded .line-2 {
      opacity: 0; }
    .menu-burger.expanded .line-3 {
      transform: rotateZ(180deg) translateY(19px) translateX(0px) rotate(135deg); }
  .menu-burger > div {
    width: 32px;
    border-radius: 5px;
    cursor: pointer;
    height: 2px;
    background-color: #fff;
    margin: 10px 0px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .menu-burger > div:first-child {
      margin-top: 0px; }
  .menu-burger.white-burger > div {
    background-color: #fff !important; }

footer {
  padding-bottom: 40px;
  background-color: #000; }
  footer .footer-wrap .footer-logo {
    text-align: center;
    margin-bottom: 32px; }
    footer .footer-wrap .footer-logo img {
      width: 165px; }
    @media only screen and (max-width: 767px) {
      footer .footer-wrap .footer-logo img {
        width: 120px; } }
  footer .footer-wrap .footer-menu {
    text-align: center;
    margin-bottom: 32px; }
    footer .footer-wrap .footer-menu ul li {
      display: inline-block;
      margin: 0 8px; }
      @media only screen and (max-width: 767px) {
        footer .footer-wrap .footer-menu ul li {
          margin: 4px 8px; } }
      footer .footer-wrap .footer-menu ul li a {
        font-family: "poppins-regular";
        color: #fff;
        font-size: 16px; }
        footer .footer-wrap .footer-menu ul li a:hover {
          color: #74DEFF; }
        @media only screen and (max-width: 767px) {
          footer .footer-wrap .footer-menu ul li a {
            font-size: 14px; } }
  footer .footer-wrap .footer-map {
    text-align: center;
    margin-bottom: 32px; }
    @media only screen and (max-width: 767px) {
      footer .footer-wrap .footer-map {
        margin-bottom: 20px; } }
    footer .footer-wrap .footer-map p {
      font-family: "poppins-semibold";
      color: #fff;
      font-size: 12px;
      line-height: 16px;
      text-align: center; }
      footer .footer-wrap .footer-map p img {
        width: 16px;
        margin-right: 5px; }
  footer .footer-wrap .footer-address {
    text-align: center;
    margin-bottom: 32px; }
    footer .footer-wrap .footer-address a {
      font-family: "poppins-semibold";
      color: #fff;
      font-size: 12px;
      line-height: 16px;
      text-align: center; }
      footer .footer-wrap .footer-address a img {
        width: 16px;
        margin-right: 5px; }
      footer .footer-wrap .footer-address a:hover {
        text-decoration: underline; }
  footer .footer-wrap .footer-social {
    text-align: center; }
    footer .footer-wrap .footer-social a {
      font-family: "inter-regular";
      color: #000;
      display: inline-block;
      margin: 0 12px; }
      footer .footer-wrap .footer-social a:hover {
        text-decoration: underline; }
      footer .footer-wrap .footer-social a:hover {
        opacity: 0.8;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s; }
      footer .footer-wrap .footer-social a img {
        width: 16px; }
  footer .footer-wrap .footer-bottom {
    margin-top: 64px;
    padding-top: 40px;
    border-top: 1px solid #fff; }
    footer .footer-wrap .footer-bottom br {
      display: none; }
    @media only screen and (max-width: 767px) {
      footer .footer-wrap .footer-bottom {
        margin-top: 40px;
        padding-top: 30px; }
        footer .footer-wrap .footer-bottom br {
          display: block; } }
    footer .footer-wrap .footer-bottom p {
      font-size: 12px;
      color: #fff;
      font-family: "inter-bold";
      line-height: 12px; }
      @media only screen and (max-width: 767px) {
        footer .footer-wrap .footer-bottom p {
          margin-bottom: 36px;
          line-height: 1.5;
          text-align: center; } }
      footer .footer-wrap .footer-bottom p a {
        font-size: 12px;
        line-height: 12px;
        color: #fff;
        font-family: "inter-bold"; }
        footer .footer-wrap .footer-bottom p a:hover {
          color: #74DEFF; }
        @media only screen and (max-width: 767px) {
          footer .footer-wrap .footer-bottom p a {
            line-height: 1.5; } }
    footer .footer-wrap .footer-bottom .footer-bottom-logo {
      float: right;
      width: 104px; }
      footer .footer-wrap .footer-bottom .footer-bottom-logo img {
        width: 100%;
        margin-top: -22px; }
      @media only screen and (max-width: 767px) {
        footer .footer-wrap .footer-bottom .footer-bottom-logo {
          float: none;
          display: block;
          margin: 0 auto; }
          footer .footer-wrap .footer-bottom .footer-bottom-logo img {
            margin-top: initial; } }

html {
  scroll-behavior: smooth; }

body {
  font-size: 16px;
  position: relative;
  left: 0;
  right: 0;
  font-family: "inter-regular";
  background-color: #000;
  color: #fff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.hero-home-section-wrap {
  margin-top: 80px;
  margin-bottom: 190px; }
  @media only screen and (max-width: 1279px) {
    .hero-home-section-wrap {
      margin-top: 60px; } }
  @media only screen and (max-width: 767px) {
    .hero-home-section-wrap {
      margin-top: 40px;
      margin-bottom: 60px; } }
  .hero-home-section-wrap .hero-title {
    margin-bottom: 50px; }
    @media only screen and (max-width: 767px) {
      .hero-home-section-wrap .hero-title {
        margin-bottom: 30px; } }
    .hero-home-section-wrap .hero-title .hero-right-text {
      float: right; }
      @media only screen and (max-width: 767px) {
        .hero-home-section-wrap .hero-title .hero-right-text {
          float: none;
          display: block;
          margin-top: 5px; } }
    .hero-home-section-wrap .hero-title p {
      font-family: "poppins-semibold";
      font-size: 24px;
      line-height: 32px;
      display: inline-block; }
      .hero-home-section-wrap .hero-title p span {
        font-family: "poppins-semibold";
        font-size: 24px;
        line-height: 32px;
        color: #74DEFF; }
      @media only screen and (max-width: 1279px) {
        .hero-home-section-wrap .hero-title p {
          font-size: 22px;
          line-height: 30px; }
          .hero-home-section-wrap .hero-title p span {
            font-size: 22px;
            line-height: 30px; } }
      @media only screen and (max-width: 1023px) {
        .hero-home-section-wrap .hero-title p {
          font-size: 20px;
          line-height: 28px; }
          .hero-home-section-wrap .hero-title p span {
            font-size: 20px;
            line-height: 28px; } }
      @media only screen and (max-width: 767px) {
        .hero-home-section-wrap .hero-title p {
          font-size: 18px;
          line-height: 26px; }
          .hero-home-section-wrap .hero-title p span {
            font-size: 18px;
            line-height: 26px; } }
  .hero-home-section-wrap .hero-content {
    max-width: 590px; }
    .hero-home-section-wrap .hero-content h1 {
      font-family: "inter-extrabold";
      font-size: 120px;
      color: #fff;
      margin-bottom: 32px; }
      @media only screen and (max-width: 1279px) {
        .hero-home-section-wrap .hero-content h1 {
          font-size: 90px; } }
      @media only screen and (max-width: 1023px) {
        .hero-home-section-wrap .hero-content h1 {
          font-size: 70px; } }
      @media only screen and (max-width: 767px) {
        .hero-home-section-wrap .hero-content h1 {
          font-size: 50px; } }
    .hero-home-section-wrap .hero-content p {
      font-family: "inter-regular";
      color: #fff;
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 48px; }
      @media only screen and (max-width: 1279px) {
        .hero-home-section-wrap .hero-content p {
          font-size: 16px;
          max-width: 500px; } }
      @media only screen and (max-width: 1023px) {
        .hero-home-section-wrap .hero-content p {
          font-size: 15px;
          line-height: 24px;
          max-width: 430px; } }
  .hero-home-section-wrap .hero-img {
    animation: float 3s ease-in-out infinite; }
    .hero-home-section-wrap .hero-img img {
      width: 100%; }
    @media only screen and (max-width: 767px) {
      .hero-home-section-wrap .hero-img {
        margin-top: 50px;
        text-align: center; }
        .hero-home-section-wrap .hero-img img {
          width: 80%; } }

@keyframes float {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-25px); }
  100% {
    transform: translateY(0); } }

.hero-section-wrap {
  padding-top: 44px;
  margin-bottom: 190px;
  text-align: right;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .hero-section-wrap {
      margin-bottom: 80px;
      text-align: center; } }
  .hero-section-wrap img {
    width: 42%;
    animation: float 3s ease-in-out infinite; }
    @media only screen and (max-width: 767px) {
      .hero-section-wrap img {
        width: 80%; } }
  .hero-section-wrap .hero-content {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: left;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media only screen and (max-width: 767px) {
      .hero-section-wrap .hero-content {
        position: relative;
        top: initial;
        left: initial;
        margin-bottom: 60px;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); } }
    .hero-section-wrap .hero-content h1 {
      font-size: 120px;
      color: #fff;
      font-family: "poppins-extrabold";
      margin-bottom: 32px;
      letter-spacing: -1%; }
      @media only screen and (max-width: 1279px) {
        .hero-section-wrap .hero-content h1 {
          font-size: 90px; } }
      @media only screen and (max-width: 1023px) {
        .hero-section-wrap .hero-content h1 {
          font-size: 70px; } }
      @media only screen and (max-width: 767px) {
        .hero-section-wrap .hero-content h1 {
          font-size: 50px; } }
    .hero-section-wrap .hero-content p {
      font-size: 18px;
      color: #fff;
      font-family: "poppins-regular"; }
      @media only screen and (max-width: 1279px) {
        .hero-section-wrap .hero-content p {
          font-size: 16px;
          max-width: 500px; } }
      @media only screen and (max-width: 1023px) {
        .hero-section-wrap .hero-content p {
          font-size: 15px;
          line-height: 24px;
          max-width: 430px; } }

.inner {
  width: 1236px;
  max-width: 94%;
  margin: 0 auto;
  position: relative; }
  .inner:after {
    content: "";
    display: table;
    clear: both; }

.logos-section .logos-holder {
  margin-bottom: 196px; }
  @media only screen and (max-width: 767px) {
    .logos-section .logos-holder {
      margin-bottom: 80px; } }
  .logos-section .logos-holder h2 {
    font-family: "inter-bold";
    font-size: 80px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 96px;
    letter-spacing: -1%; }
    @media only screen and (max-width: 1279px) {
      .logos-section .logos-holder h2 {
        font-size: 50px; } }
    @media only screen and (max-width: 1023px) {
      .logos-section .logos-holder h2 {
        font-size: 36px; } }
    @media only screen and (max-width: 767px) {
      .logos-section .logos-holder h2 {
        font-size: 36px;
        margin-bottom: 20px; } }
  .logos-section .logos-holder .logos-head {
    position: relative; }
    @media only screen and (max-width: 767px) {
      .logos-section .logos-holder .logos-head {
        margin-bottom: 40px; } }
    .logos-section .logos-holder .logos-head .logos-links {
      position: absolute;
      bottom: 10px;
      right: 0;
      cursor: pointer; }
      @media only screen and (max-width: 767px) {
        .logos-section .logos-holder .logos-head .logos-links {
          position: relative;
          bottom: initial;
          right: initial; } }
      .logos-section .logos-holder .logos-head .logos-links span {
        font-family: "poppins-regular";
        font-size: 20px;
        color: #fff;
        margin-left: 34px; }
        .logos-section .logos-holder .logos-head .logos-links span.active-link-logo {
          font-family: "poppins-regular";
          font-size: 20px;
          color: #74DEFF; }
        @media only screen and (max-width: 1279px) {
          .logos-section .logos-holder .logos-head .logos-links span {
            font-size: 18px;
            margin-left: 24px; }
            .logos-section .logos-holder .logos-head .logos-links span.active-link-logo {
              font-size: 18px; } }
        @media only screen and (max-width: 1023px) {
          .logos-section .logos-holder .logos-head .logos-links span {
            font-size: 16px;
            margin-left: 15px; }
            .logos-section .logos-holder .logos-head .logos-links span.active-link-logo {
              font-size: 18px; } }
        @media only screen and (max-width: 767px) {
          .logos-section .logos-holder .logos-head .logos-links span {
            font-size: 18px;
            margin-left: initial;
            margin-right: 20px;
            margin-bottom: 10px;
            display: inline-block; }
            .logos-section .logos-holder .logos-head .logos-links span.active-speakers {
              font-size: 18px; } }

.logos-wrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 200px);
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 1023px) {
    .logos-wrap {
      width: 100%;
      display: grid;
      grid-template-columns: repeat(3, 200px);
      justify-content: space-between;
      flex-wrap: wrap;
      max-width: 100%;
      margin: 0 auto; } }
  @media only screen and (max-width: 767px) {
    .logos-wrap {
      display: block;
      width: 100%;
      padding-top: 20px; } }
  .logos-wrap .box {
    width: 200px;
    min-height: 110px;
    margin-bottom: 80px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .logos-wrap .box {
        display: block;
        width: 100%;
        margin-bottom: 10px; } }

.logos-box-wrap {
  display: none; }

.active-logos-box-wrap {
  display: block;
  animation: slideUpLogo 1s ease forwards; }

@keyframes slideUpLogo {
  0% {
    opacity: 0;
    transform: translateY(60px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.program-section .program-holder {
  margin-bottom: 196px; }
  @media only screen and (max-width: 767px) {
    .program-section .program-holder {
      margin-bottom: 80px; } }
  .program-section .program-holder .program-head {
    position: relative;
    margin-bottom: 96px; }
    @media only screen and (max-width: 1279px) {
      .program-section .program-holder .program-head {
        margin-bottom: 80px; } }
    @media only screen and (max-width: 1023px) {
      .program-section .program-holder .program-head {
        margin-bottom: 60px; } }
    @media only screen and (max-width: 767px) {
      .program-section .program-holder .program-head {
        margin-bottom: 40px; } }
    .program-section .program-holder .program-head h2 {
      font-family: "inter-bold";
      font-size: 80px;
      line-height: 1;
      color: #fff; }
      .program-section .program-holder .program-head h2 span {
        font-family: "inter-bold";
        font-size: 80px;
        line-height: 1;
        color: #74DEFF; }
      @media only screen and (max-width: 1279px) {
        .program-section .program-holder .program-head h2 {
          font-size: 70px; }
          .program-section .program-holder .program-head h2 span {
            font-size: 70px; } }
      @media only screen and (max-width: 1023px) {
        .program-section .program-holder .program-head h2 {
          font-size: 50px; }
          .program-section .program-holder .program-head h2 span {
            font-size: 50px; } }
      @media only screen and (max-width: 767px) {
        .program-section .program-holder .program-head h2 {
          font-size: 40px;
          margin-bottom: 20px; }
          .program-section .program-holder .program-head h2 span {
            font-size: 40px; } }
    .program-section .program-holder .program-head .program-links {
      position: absolute;
      right: 0;
      bottom: 8px; }
      @media only screen and (max-width: 767px) {
        .program-section .program-holder .program-head .program-links {
          position: relative;
          right: initial;
          bottom: initial; } }
      .program-section .program-holder .program-head .program-links span {
        font-family: "poppins-semibold";
        font-size: 20px;
        color: #fff;
        line-height: 1;
        margin-left: 34px;
        cursor: pointer; }
        .program-section .program-holder .program-head .program-links span.active-program {
          font-family: "poppins-semibold";
          font-size: 20px;
          line-height: 1;
          color: #74DEFF; }
        @media only screen and (max-width: 1279px) {
          .program-section .program-holder .program-head .program-links span {
            font-size: 18px;
            margin-left: initial;
            margin-right: 24px; }
            .program-section .program-holder .program-head .program-links span.active-program {
              font-size: 18px; } }
        @media only screen and (max-width: 767px) {
          .program-section .program-holder .program-head .program-links span {
            font-size: 16px; }
            .program-section .program-holder .program-head .program-links span.active-program {
              font-size: 16px; } }
  .program-section .program-holder .program-box-wrap {
    padding: 96px 82px;
    background-color: #1c1a1a;
    position: relative;
    display: block;
    background-image: url("/img/texture.png");
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px; }
    .program-section .program-holder .program-box-wrap:before {
      content: "";
      width: 600px;
      height: 600px;
      top: 0;
      right: 0;
      z-index: 1;
      background-image: url("/img/texture-glow.png");
      background-repeat: no-repeat;
      background-size: 100% 100%;
      position: absolute; }
    @media only screen and (max-width: 767px) {
      .program-section .program-holder .program-box-wrap {
        padding: 30px; } }
    .program-section .program-holder .program-box-wrap .program-box {
      display: none; }
    .program-section .program-holder .program-box-wrap .active-program-box {
      display: block;
      animation: slideUpProgram 1s ease forwards; }

@keyframes slideUpProgram {
  0% {
    opacity: 0;
    transform: translateY(60px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
    .program-section .program-holder .program-box-wrap .program-box-content {
      margin-bottom: 90px; }
      @media only screen and (max-width: 1279px) {
        .program-section .program-holder .program-box-wrap .program-box-content {
          margin-bottom: 50px; } }
      @media only screen and (max-width: 1023px) {
        .program-section .program-holder .program-box-wrap .program-box-content {
          margin-bottom: 40px; } }
      @media only screen and (max-width: 767px) {
        .program-section .program-holder .program-box-wrap .program-box-content {
          margin-bottom: 40px; } }
      .program-section .program-holder .program-box-wrap .program-box-content:after {
        content: "";
        display: block;
        clear: both; }
      .program-section .program-holder .program-box-wrap .program-box-content .program-box-date {
        width: 44%;
        display: inline-block; }
        .program-section .program-holder .program-box-wrap .program-box-content .program-box-date h3 {
          font-family: "inter-bold";
          font-size: 40px;
          color: #fff; }
        @media only screen and (max-width: 1279px) {
          .program-section .program-holder .program-box-wrap .program-box-content .program-box-date h3 {
            font-size: 34px; } }
        @media only screen and (max-width: 1023px) {
          .program-section .program-holder .program-box-wrap .program-box-content .program-box-date h3 {
            font-size: 30px; } }
        @media only screen and (max-width: 767px) {
          .program-section .program-holder .program-box-wrap .program-box-content .program-box-date {
            width: 100%;
            display: block;
            margin-bottom: 10px; }
            .program-section .program-holder .program-box-wrap .program-box-content .program-box-date h3 {
              font-size: 20px; } }
      .program-section .program-holder .program-box-wrap .program-box-content .program-box-info {
        float: right;
        width: 56%; }
        @media only screen and (max-width: 767px) {
          .program-section .program-holder .program-box-wrap .program-box-content .program-box-info {
            width: 100%;
            display: block;
            float: none; } }
        .program-section .program-holder .program-box-wrap .program-box-content .program-box-info h2 {
          font-family: "inter-bold";
          font-size: 40px;
          color: #fff;
          margin-bottom: 24px; }
          @media only screen and (max-width: 1279px) {
            .program-section .program-holder .program-box-wrap .program-box-content .program-box-info h2 {
              font-size: 34px; } }
          @media only screen and (max-width: 1023px) {
            .program-section .program-holder .program-box-wrap .program-box-content .program-box-info h2 {
              font-size: 30px; } }
          @media only screen and (max-width: 767px) {
            .program-section .program-holder .program-box-wrap .program-box-content .program-box-info h2 {
              font-size: 20px;
              margin-bottom: 10px; } }
        .program-section .program-holder .program-box-wrap .program-box-content .program-box-info h3 {
          font-family: "poppins-semibold";
          font-size: 24px;
          line-height: 32px;
          color: #74DEFF;
          margin-bottom: 5px; }
          @media only screen and (max-width: 1279px) {
            .program-section .program-holder .program-box-wrap .program-box-content .program-box-info h3 {
              font-size: 22px;
              line-height: 30px; } }
          @media only screen and (max-width: 1023px) {
            .program-section .program-holder .program-box-wrap .program-box-content .program-box-info h3 {
              font-size: 20px;
              line-height: 28px; } }
          @media only screen and (max-width: 767px) {
            .program-section .program-holder .program-box-wrap .program-box-content .program-box-info h3 {
              font-size: 16px;
              line-height: 24px; } }
        .program-section .program-holder .program-box-wrap .program-box-content .program-box-info p {
          font-family: "poppins-regular";
          font-size: 20px;
          line-height: 24px;
          color: #fff; }
          .program-section .program-holder .program-box-wrap .program-box-content .program-box-info p.blue-text {
            font-family: "poppins-regular";
            font-size: 20px;
            line-height: 24px;
            color: #74DEFF; }
            @media only screen and (max-width: 1279px) {
              .program-section .program-holder .program-box-wrap .program-box-content .program-box-info p.blue-text {
                font-size: 18px;
                line-height: 22px; } }
            @media only screen and (max-width: 1023px) {
              .program-section .program-holder .program-box-wrap .program-box-content .program-box-info p.blue-text {
                font-size: 16px;
                line-height: 20px; } }
            @media only screen and (max-width: 767px) {
              .program-section .program-holder .program-box-wrap .program-box-content .program-box-info p.blue-text {
                font-size: 15px;
                line-height: 20px; } }
          @media only screen and (max-width: 1279px) {
            .program-section .program-holder .program-box-wrap .program-box-content .program-box-info p {
              font-size: 18px;
              line-height: 22px; } }
          @media only screen and (max-width: 1023px) {
            .program-section .program-holder .program-box-wrap .program-box-content .program-box-info p {
              font-size: 16px;
              line-height: 20px; } }
          @media only screen and (max-width: 767px) {
            .program-section .program-holder .program-box-wrap .program-box-content .program-box-info p {
              font-size: 15px;
              line-height: 20px; } }
    .program-section .program-holder .program-box-wrap .program-btn {
      position: relative;
      z-index: 9;
      width: 56%;
      margin-left: 44%; }
      @media only screen and (max-width: 767px) {
        .program-section .program-holder .program-box-wrap .program-btn {
          width: 100%;
          margin-left: 0;
          font-size: 14px !important; } }
    .program-section .program-holder .program-box-wrap .program-box-hide {
      display: none; }

.partner-section {
  margin-bottom: 180px; }
  @media only screen and (max-width: 767px) {
    .partner-section {
      margin-bottom: 80px; } }
  .partner-section .partner-box {
    text-align: center;
    background: #1a1a1a;
    border: 1px solid #4f4f4f;
    padding: 85px 0;
    background-image: url("/img/blue-glow.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px; }
    @media only screen and (max-width: 767px) {
      .partner-section .partner-box {
        padding: 60px 0; } }
    .partner-section .partner-box h2 {
      font-family: "inter-bold";
      font-size: 40px;
      line-height: 1.2;
      color: #fff;
      margin-bottom: 20px; }
      .partner-section .partner-box h2 span {
        font-family: "inter-bold";
        font-size: 40px;
        line-height: 1.2;
        color: #74DEFF; }
      @media only screen and (max-width: 1279px) {
        .partner-section .partner-box h2 {
          font-size: 36px; }
          .partner-section .partner-box h2 span {
            font-size: 36px; } }
      @media only screen and (max-width: 1023px) {
        .partner-section .partner-box h2 {
          font-size: 30px; }
          .partner-section .partner-box h2 span {
            font-size: 30px; } }
      @media only screen and (max-width: 767px) {
        .partner-section .partner-box h2 {
          font-size: 22px; }
          .partner-section .partner-box h2 span {
            font-size: 22px; } }
      @media only screen and (max-width: 359px) {
        .partner-section .partner-box h2 {
          font-size: 20px; }
          .partner-section .partner-box h2 span {
            font-size: 20px; } }
    .partner-section .partner-box h3 {
      font-family: "poppins-regular";
      font-size: 18px;
      line-height: 1.2;
      color: #fff;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1023px) {
        .partner-section .partner-box h3 {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .partner-section .partner-box h3 {
          font-size: 15px;
          padding: 0 10px; } }

.about-section {
  margin-bottom: 190px; }
  @media only screen and (max-width: 767px) {
    .about-section {
      margin-bottom: 90px; } }
  .about-section .about-box {
    padding: 96px 80px;
    background-color: #1c1a1a;
    position: relative;
    display: block;
    background-image: url("/img/texture.png");
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px; }
    .about-section .about-box:before {
      content: "";
      width: 600px;
      height: 600px;
      top: 0;
      right: 0;
      z-index: 1;
      background-image: url("/img/texture-glow.png");
      background-repeat: no-repeat;
      background-size: 100% 100%;
      position: absolute; }
    @media only screen and (max-width: 767px) {
      .about-section .about-box {
        padding: 30px 20px; } }
    .about-section .about-box .about-box-head {
      margin-bottom: 92px;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .about-section .about-box .about-box-head {
          margin-bottom: 40px; } }
      .about-section .about-box .about-box-head img {
        width: 330px; }
        @media only screen and (max-width: 767px) {
          .about-section .about-box .about-box-head img {
            max-width: 100%; } }
      .about-section .about-box .about-box-head .small-img {
        width: 165px; }
    .about-section .about-box .about-box-content {
      text-align: center; }
      .about-section .about-box .about-box-content p {
        font-family: "poppins-regular";
        font-size: 20px;
        line-height: 28px;
        color: #fff;
        margin-bottom: 24px; }
        .about-section .about-box .about-box-content p span {
          font-size: 20px;
          line-height: 28px;
          color: #74DEFF; }
        @media only screen and (max-width: 1279px) {
          .about-section .about-box .about-box-content p {
            font-size: 18px;
            line-height: 26px; }
            .about-section .about-box .about-box-content p span {
              font-size: 18px;
              line-height: 26px; } }
        @media only screen and (max-width: 767px) {
          .about-section .about-box .about-box-content p {
            font-size: 15px;
            line-height: 20px; }
            .about-section .about-box .about-box-content p span {
              font-size: 15px;
              line-height: 20px; } }
      .about-section .about-box .about-box-content h3 {
        font-family: "poppins-semibold";
        font-size: 32px;
        line-height: 40px;
        color: #74DEFF;
        margin-bottom: 24px; }
        @media only screen and (max-width: 1279px) {
          .about-section .about-box .about-box-content h3 {
            font-size: 30px;
            line-height: 40px; } }
        @media only screen and (max-width: 767px) {
          .about-section .about-box .about-box-content h3 {
            font-size: 22px;
            line-height: 30px; } }
  .about-section .about-info .about-info-head {
    text-align: center;
    margin-bottom: 96px; }
    @media only screen and (max-width: 767px) {
      .about-section .about-info .about-info-head {
        margin-bottom: 40px; } }
    .about-section .about-info .about-info-head img {
      width: 120px; }
  .about-section .about-info .about-info-content {
    text-align: center; }
    .about-section .about-info .about-info-content p {
      font-family: "poppins-regular";
      font-size: 20px;
      line-height: 28px;
      color: #fff;
      margin-bottom: 24px; }
      @media only screen and (max-width: 1279px) {
        .about-section .about-info .about-info-content p {
          font-size: 18px;
          line-height: 26px; } }
      @media only screen and (max-width: 767px) {
        .about-section .about-info .about-info-content p {
          font-size: 15px;
          line-height: 20px; } }
    .about-section .about-info .about-info-content .button {
      margin-top: 96px; }
      @media only screen and (max-width: 767px) {
        .about-section .about-info .about-info-content .button {
          margin-top: 30px; } }

.forms-section {
  margin-bottom: 180px; }
  @media only screen and (max-width: 767px) {
    .forms-section {
      margin-bottom: 120px; } }
  .forms-section .forms-holder .forms-wrap {
    margin-bottom: 96px; }
    @media only screen and (max-width: 1279px) {
      .forms-section .forms-holder .forms-wrap {
        margin-bottom: 60px; } }
    @media only screen and (max-width: 767px) {
      .forms-section .forms-holder .forms-wrap {
        margin-bottom: 40px; } }
    .forms-section .forms-holder .forms-wrap .forms-head {
      margin-bottom: 48px; }
      @media only screen and (max-width: 767px) {
        .forms-section .forms-holder .forms-wrap .forms-head {
          margin-bottom: 20px; } }
      .forms-section .forms-holder .forms-wrap .forms-head h2 {
        font-family: "inter-semibold";
        color: #74DEFF;
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 20px; }
        @media only screen and (max-width: 1279px) {
          .forms-section .forms-holder .forms-wrap .forms-head h2 {
            font-size: 28px;
            line-height: 1.2; } }
        @media only screen and (max-width: 1279px) {
          .forms-section .forms-holder .forms-wrap .forms-head h2 {
            font-size: 24px;
            line-height: 1.2; } }
      .forms-section .forms-holder .forms-wrap .forms-head p {
        font-family: "poppins-regular";
        color: #fff;
        font-size: 20px;
        line-height: 1.4;
        max-width: 820px; }
        @media only screen and (max-width: 1279px) {
          .forms-section .forms-holder .forms-wrap .forms-head p {
            font-size: 18px;
            max-width: 100%; } }
        @media only screen and (max-width: 1279px) {
          .forms-section .forms-holder .forms-wrap .forms-head p {
            font-size: 16px; } }
  .forms-section .forms-holder .forms-bootom p {
    font-family: "inter-regular";
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 32px; }
  .forms-section .forms-holder .forms-radio-wrap p {
    display: inline-block;
    font-family: "poppins-regular";
    font-size: 20px;
    line-height: 28px;
    margin-right: 24px;
    color: #fff; }
    @media only screen and (max-width: 1279px) {
      .forms-section .forms-holder .forms-radio-wrap p {
        font-size: 18px;
        display: block;
        line-height: 1;
        margin-bottom: 10px; } }
  .forms-section .forms-holder .forms-radio-wrap .radio-set {
    padding-top: 7px; }
  .forms-section .forms-holder .contact-info p {
    font-family: "inter-regular";
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 32px;
    max-width: 480px; }
    .forms-section .forms-holder .contact-info p a {
      font-family: "inter-regular";
      font-size: 14px;
      color: #74DEFF;
      line-height: 1.5; }
      .forms-section .forms-holder .contact-info p a:hover {
        text-decoration: underline; }

.contact-bottom .contact-bottom-map {
  margin-bottom: 32px; }
  .contact-bottom .contact-bottom-map p {
    font-family: "inter-regular";
    font-size: 18px;
    line-height: 28px;
    color: #fff; }
    .contact-bottom .contact-bottom-map p img {
      width: 28px;
      margin-right: 5px; }
    @media only screen and (max-width: 767px) {
      .contact-bottom .contact-bottom-map p {
        font-size: 16px;
        line-height: 28px; } }

.contact-bottom .contact-bottom-address {
  margin-bottom: 32px; }
  .contact-bottom .contact-bottom-address a {
    display: inline-block;
    font-family: "inter-regular";
    font-size: 18px;
    line-height: 28px;
    color: #fff; }
    .contact-bottom .contact-bottom-address a img {
      display: inline-block;
      width: 28px;
      margin-right: 12px; }
    .contact-bottom .contact-bottom-address a:hover {
      text-decoration: underline; }

.contact-bottom .contact-bottom-social a {
  margin-right: 24px; }
  .contact-bottom .contact-bottom-social a:hover {
    opacity: 0.8; }

.terms-holder .terms-wrap {
  margin-top: 170px;
  margin-bottom: 200px; }
  @media only screen and (max-width: 767px) {
    .terms-holder .terms-wrap {
      margin-top: 100px;
      margin-bottom: 100px; } }
  .terms-holder .terms-wrap h1 {
    font-family: "inter-regular";
    font-size: 72px;
    color: #fff;
    line-height: 76px;
    margin-bottom: 72px; }
    @media only screen and (max-width: 767px) {
      .terms-holder .terms-wrap h1 {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 52px; } }
  .terms-holder .terms-wrap .terms-content-wrap p {
    font-size: 18px;
    font-family: "inter-regular";
    color: #fff;
    line-height: 28px;
    margin-bottom: 30px; }
    .terms-holder .terms-wrap .terms-content-wrap p b, .terms-holder .terms-wrap .terms-content-wrap p strong {
      font-size: 18px;
      line-height: 28px;
      color: #000;
      font-family: "inter-medium";
      font-weight: 900; }
    .terms-holder .terms-wrap .terms-content-wrap p i, .terms-holder .terms-wrap .terms-content-wrap p em {
      font-size: 18px;
      line-height: 28px;
      font-family: "inter-regular";
      font-style: italic; }
  .terms-holder .terms-wrap .terms-content-wrap h2 {
    font-size: 18px;
    font-family: "inter-medium";
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.2; }
  .terms-holder .terms-wrap .terms-content-wrap b, .terms-holder .terms-wrap .terms-content-wrap strong {
    font-family: "inter-medium"; }
  .terms-holder .terms-wrap .terms-content-wrap a {
    font-size: 18px;
    font-family: "inter-regular";
    color: #74DEFF;
    line-height: 28px; }
    .terms-holder .terms-wrap .terms-content-wrap a:hover {
      text-decoration: underline; }
  .terms-holder .terms-wrap .terms-content-wrap ul {
    padding: 0 0 20px 0;
    display: block; }
    .terms-holder .terms-wrap .terms-content-wrap ul li {
      font-size: 18px;
      font-family: "inter-regular";
      color: #fff;
      margin-bottom: 10px;
      line-height: 28px;
      padding-left: 20px;
      position: relative; }
      .terms-holder .terms-wrap .terms-content-wrap ul li:last-child {
        padding-bottom: 0; }
      .terms-holder .terms-wrap .terms-content-wrap ul li:before {
        position: absolute;
        left: 0;
        top: 12px;
        content: "";
        background: #fff;
        background-size: contain;
        width: 8px;
        height: 8px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .terms-holder .terms-wrap .terms-content-wrap ul li:last-child {
        margin: 0; }
      .terms-holder .terms-wrap .terms-content-wrap ul li * {
        line-height: inherit !important; }
  .terms-holder .terms-wrap .terms-content-wrap ol {
    padding: 0 0 20px 0;
    display: block;
    list-style: revert !important;
    margin-left: 20px; }
    .terms-holder .terms-wrap .terms-content-wrap ol li {
      font-size: 18px;
      font-family: "inter-regular";
      color: #000;
      margin-bottom: 10px;
      line-height: 28px;
      padding-left: 20px;
      position: relative; }
      .terms-holder .terms-wrap .terms-content-wrap ol li:last-child {
        margin: 0; }
      .terms-holder .terms-wrap .terms-content-wrap ol li * {
        line-height: inherit !important; }
  .terms-holder .terms-wrap .terms-content-wrap img {
    max-width: 100%; }

.speakers-section {
  margin-bottom: 180px; }
  @media only screen and (max-width: 767px) {
    .speakers-section {
      margin-bottom: 60px; } }
  .speakers-section .speakers-holder .speakers-head {
    margin-bottom: 96px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .speakers-section .speakers-holder .speakers-head {
        margin-bottom: 40px; } }
    .speakers-section .speakers-holder .speakers-head h2 {
      font-family: "inter-bold";
      font-size: 80px;
      color: #fff; }
      @media only screen and (max-width: 1279px) {
        .speakers-section .speakers-holder .speakers-head h2 {
          font-size: 60px; } }
      @media only screen and (max-width: 1023px) {
        .speakers-section .speakers-holder .speakers-head h2 {
          font-size: 50px; } }
      @media only screen and (max-width: 767px) {
        .speakers-section .speakers-holder .speakers-head h2 {
          font-size: 36px;
          margin-bottom: 20px; } }
    .speakers-section .speakers-holder .speakers-head .speakers-links {
      position: absolute;
      bottom: 10px;
      right: 0; }
      @media only screen and (max-width: 767px) {
        .speakers-section .speakers-holder .speakers-head .speakers-links {
          position: relative;
          bottom: initial;
          right: initial; } }
      .speakers-section .speakers-holder .speakers-head .speakers-links span {
        font-family: "poppins-regular";
        font-size: 20px;
        color: #fff;
        margin-left: 34px;
        cursor: pointer; }
        @media only screen and (max-width: 767px) {
          .speakers-section .speakers-holder .speakers-head .speakers-links span {
            margin-left: initial;
            margin-right: 24px;
            font-size: 18px; } }
        .speakers-section .speakers-holder .speakers-head .speakers-links span.active-speakers {
          font-family: "poppins-regular";
          font-size: 20px;
          color: #74DEFF; }
          @media only screen and (max-width: 767px) {
            .speakers-section .speakers-holder .speakers-head .speakers-links span.active-speakers {
              font-size: 18px; } }
  .speakers-section .speakers-holder .speakers-wrap .speakers-card {
    display: none; }
  .speakers-section .speakers-holder .speakers-wrap .speakers-card-active {
    display: block;
    animation: slideUp 1s ease forwards; }

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(60px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
  .speakers-section .speakers-holder .speakers-wrap .speakers-box {
    position: relative;
    background-image: url("/img/card.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 56px;
    padding-left: 30px;
    height: 456px;
    margin-bottom: 40px;
    overflow: hidden;
    border: 1px solid #4f4f4f;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; }
    @media only screen and (max-width: 767px) {
      .speakers-section .speakers-holder .speakers-wrap .speakers-box {
        padding-top: 30px;
        padding-left: 20px;
        height: 380px;
        margin-bottom: 20px; } }
    .speakers-section .speakers-holder .speakers-wrap .speakers-box p {
      font-family: "inter-bold";
      color: #74DEFF;
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 24px;
      max-width: 320px; }
      @media only screen and (max-width: 767px) {
        .speakers-section .speakers-holder .speakers-wrap .speakers-box p {
          font-size: 15px;
          line-height: 22px; } }
    .speakers-section .speakers-holder .speakers-wrap .speakers-box h2 {
      font-family: "poppins-semibold";
      font-size: 40px;
      line-height: 1;
      color: #fff;
      margin-bottom: 80px; }
      @media only screen and (max-width: 767px) {
        .speakers-section .speakers-holder .speakers-wrap .speakers-box h2 {
          font-size: 30px; } }
    .speakers-section .speakers-holder .speakers-wrap .speakers-box h3 {
      font-family: "inter-bold";
      color: #fff;
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 40px;
      max-width: 150px;
      min-height: 50px; }
      @media only screen and (max-width: 767px) {
        .speakers-section .speakers-holder .speakers-wrap .speakers-box h3 {
          font-size: 15px;
          line-height: 22px; } }
    .speakers-section .speakers-holder .speakers-wrap .speakers-box .card-button {
      display: inline-block;
      background-color: #353535;
      height: 36px;
      width: 120px;
      text-align: center;
      font-family: "poppins-regular";
      font-size: 13px;
      color: #fff;
      line-height: 36px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
      .speakers-section .speakers-holder .speakers-wrap .speakers-box .card-button img {
        margin-top: 7px; }
      .speakers-section .speakers-holder .speakers-wrap .speakers-box .card-button:hover {
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        background-color: #4f4f4f; }
    .speakers-section .speakers-holder .speakers-wrap .speakers-box .card-user {
      position: absolute;
      bottom: 0;
      right: 0; }
      @media only screen and (max-width: 767px) {
        .speakers-section .speakers-holder .speakers-wrap .speakers-box .card-user img {
          width: 200px; } }

.speaker-section {
  margin-bottom: 180px; }
  @media only screen and (max-width: 767px) {
    .speaker-section {
      margin-bottom: 60px; } }
  .speaker-section .speaker-wrap-head {
    max-width: 960px;
    margin: 0 auto 60px; }
  .speaker-section .speaker-box {
    position: relative;
    background-image: url("/img/card.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 56px;
    padding-left: 30px;
    height: 456px;
    margin-bottom: 40px;
    overflow: hidden;
    border: 1px solid #4f4f4f;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; }
    @media only screen and (max-width: 767px) {
      .speaker-section .speaker-box {
        padding-top: 30px;
        padding-left: 20px;
        height: 380px;
        margin-bottom: 20px; } }
    .speaker-section .speaker-box h3 {
      font-family: "inter-bold";
      color: #74DEFF;
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 24px;
      max-width: 320px; }
      @media only screen and (max-width: 767px) {
        .speaker-section .speaker-box h3 {
          font-size: 15px;
          line-height: 22px; } }
    .speaker-section .speaker-box h2 {
      font-family: "poppins-semibold";
      font-size: 40px;
      line-height: 1;
      color: #fff;
      margin-bottom: 80px; }
      @media only screen and (max-width: 767px) {
        .speaker-section .speaker-box h2 {
          font-size: 30px; } }
    .speaker-section .speaker-box h4 {
      font-family: "inter-bold";
      color: #fff;
      font-size: 15px;
      line-height: 24px;
      margin-bottom: 24px;
      max-width: 150px;
      text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        .speaker-section .speaker-box h4 {
          font-size: 14px;
          line-height: 22px; } }
    .speaker-section .speaker-box .card-user {
      position: absolute;
      bottom: 0;
      right: 0; }
      @media only screen and (max-width: 767px) {
        .speaker-section .speaker-box .card-user img {
          width: 200px; } }
  .speaker-section .speaker-content {
    padding-top: 50px; }
    @media only screen and (max-width: 767px) {
      .speaker-section .speaker-content {
        padding-top: 20px; } }
    .speaker-section .speaker-content h2 {
      font-family: "poppins-semibold";
      font-size: 22px;
      line-height: 1.4;
      color: #fff;
      margin-bottom: 40px; }
    .speaker-section .speaker-content p {
      font-family: "poppins-regular";
      font-size: 16px;
      line-height: 1.4;
      color: #fff;
      padding-left: 20px; }
      .speaker-section .speaker-content p strong {
        font-family: "poppins-semibold";
        font-size: 16px;
        line-height: 1.4; }
      @media only screen and (max-width: 767px) {
        .speaker-section .speaker-content p {
          font-size: 15px;
          padding-left: 0; }
          .speaker-section .speaker-content p strong {
            font-size: 15px; } }
    .speaker-section .speaker-content a {
      font-family: "poppins-regular";
      font-size: 16px;
      line-height: 1.4;
      color: #74DEFF;
      margin-bottom: 20px; }
      .speaker-section .speaker-content a:hover {
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        text-decoration: underline; }
  .speaker-section .speaker-info-wrap h2 {
    font-family: "poppins-semibold";
    font-size: 22px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .speaker-section .speaker-info-wrap h2 {
        font-size: 20px; } }
  .speaker-section .speaker-info-wrap h3 {
    font-family: "poppins-semibold";
    font-size: 20px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .speaker-section .speaker-info-wrap h3 {
        font-size: 18px; } }
  .speaker-section .speaker-info-wrap p {
    font-family: "poppins-regular";
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 20px; }
    .speaker-section .speaker-info-wrap p strong {
      font-family: "poppins-semibold";
      font-size: 16px;
      line-height: 1.4; }
    @media only screen and (max-width: 767px) {
      .speaker-section .speaker-info-wrap p {
        font-size: 15px; }
        .speaker-section .speaker-info-wrap p strong {
          font-size: 15px; } }
  .speaker-section .speaker-info-wrap a {
    font-family: "poppins-regular";
    font-size: 16px;
    line-height: 1.4;
    color: #74DEFF;
    margin-bottom: 20px; }
    .speaker-section .speaker-info-wrap a:hover {
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      text-decoration: underline; }
    @media only screen and (max-width: 767px) {
      .speaker-section .speaker-info-wrap a {
        font-size: 15px; } }
  .speaker-section .speaker-info-wrap ul {
    padding: 0 0 20px 0;
    display: block; }
    .speaker-section .speaker-info-wrap ul li {
      font-size: 16px;
      font-family: "inter-regular";
      color: #fff;
      margin-bottom: 10px;
      line-height: 28px;
      padding-left: 20px;
      position: relative;
      display: block; }
      .speaker-section .speaker-info-wrap ul li:last-child {
        padding-bottom: 0; }
      .speaker-section .speaker-info-wrap ul li:before {
        position: absolute;
        left: 0;
        top: 10px;
        content: "";
        background: #fff;
        background-size: contain;
        width: 8px;
        height: 8px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .speaker-section .speaker-info-wrap ul li:last-child {
        margin: 0; }
      .speaker-section .speaker-info-wrap ul li * {
        line-height: inherit !important; }
      @media only screen and (max-width: 767px) {
        .speaker-section .speaker-info-wrap ul li {
          font-size: 15px; } }

.ticket-home-section {
  margin-bottom: 180px; }
  @media only screen and (max-width: 1023px) {
    .ticket-home-section {
      margin-bottom: 140px; } }
  @media only screen and (max-width: 767px) {
    .ticket-home-section {
      margin-bottom: 60px; } }
  .ticket-home-section .ticket-home-holder .ticket-home-head {
    margin-bottom: 90px;
    position: relative; }
    @media only screen and (max-width: 1023px) {
      .ticket-home-section .ticket-home-holder .ticket-home-head {
        margin-bottom: 50px; } }
    @media only screen and (max-width: 767px) {
      .ticket-home-section .ticket-home-holder .ticket-home-head {
        margin-bottom: 30px; } }
    .ticket-home-section .ticket-home-holder .ticket-home-head h2 {
      font-family: "inter-bold";
      font-size: 80px;
      color: #fff; }
      @media only screen and (max-width: 1279px) {
        .ticket-home-section .ticket-home-holder .ticket-home-head h2 {
          font-size: 60px; } }
      @media only screen and (max-width: 1023px) {
        .ticket-home-section .ticket-home-holder .ticket-home-head h2 {
          font-size: 50px; } }
      @media only screen and (max-width: 767px) {
        .ticket-home-section .ticket-home-holder .ticket-home-head h2 {
          font-size: 36px;
          margin-bottom: 20px; } }
    .ticket-home-section .ticket-home-holder .ticket-home-head p {
      position: absolute;
      bottom: 5px;
      right: 0;
      font-family: "poppins-regular";
      font-size: 20px;
      line-height: 28px;
      color: #fff; }
      .ticket-home-section .ticket-home-holder .ticket-home-head p span {
        font-family: "poppins-regular";
        font-size: 20px;
        line-height: 28px;
        color: #74DEFF; }
      @media only screen and (max-width: 1279px) {
        .ticket-home-section .ticket-home-holder .ticket-home-head p {
          font-size: 18px;
          line-height: 24px; }
          .ticket-home-section .ticket-home-holder .ticket-home-head p span {
            font-size: 18px;
            line-height: 24px; } }
      @media only screen and (max-width: 1023px) {
        .ticket-home-section .ticket-home-holder .ticket-home-head p {
          font-size: 16px;
          line-height: 20px;
          bottom: -5px; }
          .ticket-home-section .ticket-home-holder .ticket-home-head p span {
            font-size: 16px;
            line-height: 20px; } }
      @media only screen and (max-width: 767px) {
        .ticket-home-section .ticket-home-holder .ticket-home-head p {
          position: relative;
          bottom: initial;
          right: initial; } }
  .ticket-home-section .ticket-home-holder .ticket-home-content .ticket-home-info {
    padding-top: 170px; }
    @media only screen and (max-width: 1279px) {
      .ticket-home-section .ticket-home-holder .ticket-home-content .ticket-home-info {
        padding-top: 200px; } }
    @media only screen and (max-width: 1023px) {
      .ticket-home-section .ticket-home-holder .ticket-home-content .ticket-home-info {
        padding-top: 0;
        margin-bottom: 30px; } }
    .ticket-home-section .ticket-home-holder .ticket-home-content .ticket-home-info h3 {
      font-family: "inter-semibold";
      color: #74DEFF;
      font-size: 16px;
      line-height: 25px; }
      @media only screen and (max-width: 1279px) {
        .ticket-home-section .ticket-home-holder .ticket-home-content .ticket-home-info h3 {
          font-size: 15px;
          line-height: 22px; } }
    .ticket-home-section .ticket-home-holder .ticket-home-content .ticket-home-info p {
      font-family: "poppins-regular";
      color: #fff;
      font-size: 16px;
      line-height: 25px; }
      @media only screen and (max-width: 1279px) {
        .ticket-home-section .ticket-home-holder .ticket-home-content .ticket-home-info p {
          font-size: 15px;
          line-height: 22px; } }
  .ticket-home-section .ticket-home-holder .ticket-home-content .ticket-home-box {
    height: 380px;
    background-image: url("/img/price-card.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    text-align: center;
    padding-top: 60px;
    border: 1px solid #4f4f4f;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    border-radius: 52px; }
    @media only screen and (max-width: 1279px) {
      .ticket-home-section .ticket-home-holder .ticket-home-content .ticket-home-box {
        margin-bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      .ticket-home-section .ticket-home-holder .ticket-home-content .ticket-home-box {
        height: auto;
        padding: 40px;
        margin-bottom: 20px; } }
    .ticket-home-section .ticket-home-holder .ticket-home-content .ticket-home-box p {
      font-family: "poppins-semibold";
      font-size: 24px;
      line-height: 32px;
      color: #fff;
      margin-bottom: 40px; }
      @media only screen and (max-width: 1279px) {
        .ticket-home-section .ticket-home-holder .ticket-home-content .ticket-home-box p {
          font-size: 22px;
          line-height: 30px; } }
      @media only screen and (max-width: 767px) {
        .ticket-home-section .ticket-home-holder .ticket-home-content .ticket-home-box p {
          font-size: 20px;
          line-height: 28px; } }
    .ticket-home-section .ticket-home-holder .ticket-home-content .ticket-home-box h2 {
      font-family: "inter-bold";
      font-size: 64px;
      color: #fff;
      margin-bottom: 40px; }
      @media only screen and (max-width: 1279px) {
        .ticket-home-section .ticket-home-holder .ticket-home-content .ticket-home-box h2 {
          font-size: 70px; } }
      @media only screen and (max-width: 767px) {
        .ticket-home-section .ticket-home-holder .ticket-home-content .ticket-home-box h2 {
          font-size: 50px; } }
    .ticket-home-section .ticket-home-holder .ticket-home-content .ticket-home-box .ticket-button {
      background-color: #fff;
      color: #000;
      text-align: center;
      width: 220px;
      height: 56px;
      line-height: 56px;
      font-family: "poppins-regular";
      font-size: 16px;
      display: inline-block;
      -webkit-border-radius: 200px;
      -moz-border-radius: 200px;
      border-radius: 200px;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
      .ticket-home-section .ticket-home-holder .ticket-home-content .ticket-home-box .ticket-button img {
        width: 12px;
        margin-top: 22px;
        margin-left: 5px; }
      .ticket-home-section .ticket-home-holder .ticket-home-content .ticket-home-box .ticket-button:hover {
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        background-color: #cfcfcf; }

.modal-wrap {
  width: 100%;
  height: 100vh;
  background: rgba(2, 82, 115, 0.5);
  display: none;
  z-index: 9999999;
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: auto; }
  @media only screen and (max-width: 1023px) {
    .modal-wrap {
      overflow-y: auto; } }
  .modal-wrap.active-modal {
    display: block !important; }
  .modal-wrap .modal-back {
    width: 100%;
    height: 100vh;
    top: 0;
    position: fixed;
    z-index: 100; }
  .modal-wrap .modal-back-block {
    width: 100%;
    height: 100vh;
    top: 0;
    position: fixed;
    z-index: 100; }
  .modal-wrap .modal-content {
    max-width: 688px;
    width: 98%;
    position: relative;
    z-index: 9999;
    padding: 60px 44px;
    background-color: #fff;
    min-height: 535px;
    animation-name: modalUp;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(195, 198, 198, 0.4) transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    .modal-wrap .modal-content::-webkit-scrollbar {
      width: 7px; }
    .modal-wrap .modal-content::-webkit-scrollbar-track {
      background-color: white; }
    .modal-wrap .modal-content::-webkit-scrollbar-thumb {
      background: rgba(195, 198, 198, 0.8); }
    .modal-wrap .modal-content .modal-logo {
      display: none; }
    @media only screen and (max-width: 767px) {
      .modal-wrap .modal-content {
        background-color: #F2EFEF;
        animation-name: none;
        width: 100%;
        height: 100vh;
        max-width: 100%;
        max-height: 100vh;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; }
        .modal-wrap .modal-content .modal-logo {
          display: inline-block;
          position: absolute;
          top: 15px;
          left: 8%; }
          .modal-wrap .modal-content .modal-logo img {
            width: 35px; } }
    .modal-wrap .modal-content .modal-head {
      position: relative; }
      .modal-wrap .modal-content .modal-head h3 {
        font-family: "inter-bold";
        font-size: 27px;
        color: #000; }
        @media only screen and (max-width: 767px) {
          .modal-wrap .modal-content .modal-head h3 {
            text-align: center;
            font-size: 18px;
            line-height: 1.33;
            padding: 20px 20px 0 20px; } }
    .modal-wrap .modal-content .modal-body {
      margin: 30px 0 0 0; }
    .modal-wrap .modal-content .modal-bottom button,
    .modal-wrap .modal-content .modal-bottom .cancel-form {
      width: 100%;
      display: block;
      cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .modal-wrap .modal-content .form-button {
        text-align: center !important; } }
    .modal-wrap .modal-content .row {
      margin-bottom: 10px; }

.close-m {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  font-size: 18px; }
  @media only screen and (max-width: 767px) {
    .close-m {
      right: 10%;
      top: 25px; } }

@media only screen and (max-width: 767px) {
  .modal-form .field {
    margin-bottom: 20px; } }

.modal-form .field input {
  background-color: #EBEBEB; }
  @media only screen and (max-width: 767px) {
    .modal-form .field input {
      background-color: #fff;
      height: 40px;
      line-height: 40px;
      font-size: 12px; }
      .modal-form .field input::placeholder {
        font-size: 12px; } }

.modal-form .field textarea {
  background-color: #EBEBEB;
  height: 140px; }
  @media only screen and (max-width: 767px) {
    .modal-form .field textarea {
      background-color: #fff;
      height: 190px; }
      .modal-form .field textarea::placeholder {
        font-size: 12px; } }

@-webkit-keyframes modalUp {
  from {
    margin: -300px auto; }
  to {
    margin: 50px auto; } }

@keyframes modalUp {
  from {
    margin: -300px auto; }
  to {
    margin: 50px auto; } }

.to-top {
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer; }
  .to-top img {
    width: 48px; }
  @media only screen and (max-width: 767px) {
    .to-top {
      bottom: 45px;
      right: 5px; } }
  .to-top:hover {
    opacity: 0.6; }

.toast-wrap {
  animation-name: toast;
  opacity: 0.5;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  position: fixed;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9999999999999; }

.toast-wrap .toast-correct {
  min-width: 320px;
  width: auto;
  padding: 25px 15px;
  background: #fff;
  border-left: 6px solid #74DEFF;
  color: #4b5662;
  font-size: 20px;
  font-family: "inter-regular";
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 13px 0px rgba(9, 43, 75, 0.4);
  -moz-box-shadow: 0px 2px 13px 0px rgba(9, 43, 75, 0.4);
  box-shadow: 0px 2px 13px 0px rgba(9, 43, 75, 0.4); }

.toast-wrap .toast-correct span {
  color: #74DEFF;
  margin-right: 5px; }

.toast-wrap .toast-correct span i {
  font-size: 20px; }

.toast-wrap .toast-error {
  min-width: 320px;
  padding: 25px 15px;
  background: #fff;
  border-left: 6px solid red;
  color: #4b5662;
  font-size: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 13px 0px rgba(9, 43, 75, 0.4);
  -moz-box-shadow: 0px 2px 13px 0px rgba(9, 43, 75, 0.4);
  box-shadow: 0px 2px 13px 0px rgba(9, 43, 75, 0.4); }

.toast-wrap .toast-error span {
  color: red;
  margin-right: 5px; }

.toast-wrap .toast-error span i {
  font-size: 20px; }

.toast-image {
  display: none; }

.toast-image-max {
  display: none; }

.toast-image-weight {
  display: none; }

@keyframes toast {
  0% {
    opacity: 0.5;
    margin-top: -100px;
    z-index: 999999; }
  20% {
    opacity: 1;
    margin-top: 0; }
  90% {
    opacity: 1;
    margin-top: 0;
    z-index: 999999; }
  100% {
    opacity: 0;
    margin-top: -100px;
    z-index: -1; } }

@keyframes toast {
  0% {
    opacity: 0.5;
    margin-top: -100px;
    z-index: 999999; }
  20% {
    opacity: 1;
    margin-top: 0; }
  90% {
    opacity: 1;
    margin-top: 0;
    z-index: 999999; }
  100% {
    opacity: 0;
    margin-top: -100px;
    z-index: -1; } }

.select-normal {
  margin: 0 auto;
  position: relative; }
  .select-normal .js-select2 {
    width: 100%; }

.select-no-search {
  width: 100%; }

.select-holder {
  display: block;
  width: 170px;
  margin-left: 0;
  margin-bottom: 20px; }
  .select-holder .select2 {
    max-width: 100% !important;
    width: 100% !important; }

.select2-container--default .select2-selection--single {
  background-color: #000 !important;
  color: rgba(255, 255, 255, 0.38) !important;
  font-family: "inter-regular" !important;
  font-size: 18px !important;
  box-shadow: none !important;
  border: 1px solid rgba(255, 255, 255, 0.38) !important;
  height: 54px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 54px !important; }

.select2-container--open .select2-selection--single {
  -webkit-border-radius: 6px 6px 0 0 !important;
  -moz-border-radius: 6px 6px 0 0 !important;
  border-radius: 6px 6px 0 0 !important; }

.select2-dropdown {
  background-color: #000 !important;
  border: 1px solid rgba(255, 255, 255, 0.38) !important;
  border-top: none !important;
  color: rgba(255, 255, 255, 0.38) !important;
  font-family: "inter-regular" !important;
  -webkit-border-radius: 0 0 6px 6px !important;
  -moz-border-radius: 0 0 6px 6px !important;
  border-radius: 0 0 6px 6px !important; }

.select2-container--default .select2-results__option {
  border-bottom: 1px solid rgba(255, 255, 255, 0.38) !important;
  font-family: "inter-regular" !important; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3f3f41 !important;
  color: rgba(255, 255, 255, 0.38) !important;
  font-family: "inter-regular" !important; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #3f3f41 !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("/img/select-arrow.png") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 16px !important;
  height: 16px !important;
  margin-top: -4px !important; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  background-image: url("/img/select-arrow.png") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

@media only screen and (max-width: 767px) {
  .mob-b0 {
    margin-bottom: 0 !important; } }

@media only screen and (max-width: 767px) {
  .mob-mb20 {
    margin-bottom: 20px !important; } }

.mob-show {
  display: none; }
  @media only screen and (max-width: 767px) {
    .mob-show {
      display: block !important; } }

@media only screen and (max-width: 767px) {
  .mob-none {
    display: none !important; } }

.none-scroll {
  overflow: hidden !important; }

.opacity0 {
  opacity: 0 !important; }
