@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-24pt-regular';
  src: url("/fonts/inter-24pt-regular.ttf");
  font-weight: 400;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'inter-24pt-light';
  src: url("/fonts/inter-24pt-light.ttf");
  font-weight: 300;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'inter-24pt-medium';
  src: url("/fonts/inter-24pt-medium.ttf");
  font-weight: 500;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'inter-24pt-bold';
  src: url("/fonts/inter-24pt-bold.ttf");
  font-weight: 600;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'inter-24pt-extrabold';
  src: url("/fonts/inter-24pt-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;
  text-align: center;
  font-size: 24px;
  font-family: "inter-24pt-medium";
  background: linear-gradient(90deg, #7B2CFF 0%, #5A1BBF 50%, #3B0D6E 100%);
  color: #fff;
  width: 242px;
  height: 74px;
  line-height: 74px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px; }
  .button img {
    display: inline-block;
    margin-left: 15px;
    margin-top: 30px; }
  .button:hover {
    background: linear-gradient(90deg, #3B0D6E 0%, #5A1BBF 50%, #7B2CFF 100%);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .button.small {
    font-size: 18px;
    width: 174px;
    height: 46px;
    line-height: 46px; }
    .button.small img {
      width: 17px;
      margin-top: 15px; }

.ghost-button {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  font-family: "inter-24pt-medium";
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  width: 274px;
  height: 74px;
  line-height: 74px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px; }
  .ghost-button img {
    display: inline-block;
    margin-left: 15px;
    margin-top: 30px; }
  .ghost-button:hover {
    background: linear-gradient(90deg, #3B0D6E 0%, #5A1BBF 50%, #7B2CFF 100%);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

.black-button {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-family: "inter-24pt-medium";
  border: 1px solid transparent;
  background-image: url("/img/black-button.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  width: 150px;
  height: 48px;
  line-height: 48px;
  margin-left: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }
  .black-button span {
    line-height: 46px;
    color: #fff;
    font-size: 18px; }
  .black-button img {
    display: inline-block;
    margin-left: 15px;
    margin-top: 30px; }
  .black-button:hover {
    box-shadow: -2px 0px 17px 2px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: -2px 0px 17px 2px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: -2px 0px 17px 2px rgba(255, 255, 255, 0.5);
    -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; }

.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 {
    font-family: "inter-24pt-regular";
    width: 100%;
    display: block;
    padding: 0 12px;
    color: #fff;
    height: 54px;
    line-height: 54px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.38);
    font-size: 12px;
    -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; }
    .field input[type="file"] {
      display: none; }
    .field input::placeholder {
      color: rgba(255, 255, 255, 0.6); }
  .field textarea {
    width: 100%;
    color: #fff;
    height: 220px;
    padding: 15px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.38);
    font-size: 14px;
    resize: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    .field textarea::placeholder {
      color: rgba(255, 255, 255, 0.6); }
    .field textarea.small-textarea {
      height: 110px; }
  .field label {
    font-family: "inter-24pt-regular";
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 6px;
    padding-left: 12px;
    display: block;
    color: #fff; }
  .field .warning-text {
    position: absolute;
    color: darkred;
    font-size: 12px;
    font-family: "inter-24pt-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;
  display: inline-block; }
  .checkbox label {
    font-family: "inter-24pt-regular";
    font-size: 15px;
    color: #ACACAC;
    display: inline-block;
    padding: 0 0 0 30px;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
    margin-top: 3px;
    margin-right: 16px;
    line-height: 16px; }
    .checkbox label:before {
      width: 24px;
      height: 24px;
      content: '';
      position: absolute;
      top: -6px;
      left: 0;
      border: 2px solid #ACACAC;
      background: transparent;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      -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; }
    .checkbox label:after {
      width: 14px;
      height: 7px;
      content: '';
      position: absolute;
      top: 1px;
      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: 2px 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 #6d1afe;
      background: #6d1afe; }
    .checkbox input:checked + label:after {
      border-left: 2px solid #fff;
      border-bottom: 2px 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; }
  @media only screen and (max-width: 767px) {
    .checkbox-holder .checkbox {
      display: block; }
      .checkbox-holder .checkbox:last-child {
        margin-left: 0; } }

header {
  height: 110px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: transparent; }
  @media only screen and (max-width: 767px) {
    header {
      height: 90px; } }
  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: 22px; } }
      header .header-wrap .header-logo img {
        width: 90px; }
        @media only screen and (max-width: 767px) {
          header .header-wrap .header-logo img {
            width: 80px; } }
      header .header-wrap .header-logo .white-logo {
        display: none; }
    header .header-wrap .menu-wrap {
      width: 100%;
      text-align: right;
      padding-top: 16px; }
      @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: 48px;
          display: inline-block; }
          header .header-wrap .menu-wrap ul li a {
            font-family: "inter-24pt-medium";
            font-size: 18px;
            line-height: 24px;
            color: #fff; }
            header .header-wrap .menu-wrap ul li a:hover {
              text-decoration: underline; }
            @media only screen and (min-width: 768px) {
              header .header-wrap .menu-wrap ul li a.active-menu {
                text-decoration: underline; } }
          @media only screen and (max-width: 1279px) {
            header .header-wrap .menu-wrap ul li {
              margin-left: 15px; } }
          @media only screen and (max-width: 767px) {
            header .header-wrap .menu-wrap ul li {
              margin-left: 0; } }
      @media only screen and (max-width: 1279px) {
        header .header-wrap .menu-wrap {
          display: none; } }
      header .header-wrap .menu-wrap .menu-button {
        font-style: "inter-24pt-medium";
        color: #6D1AFE !important;
        padding: 8px 32px;
        background-color: #fff;
        font-size: 18px;
        line-height: 24px;
        -webkit-border-radius: 200px;
        -moz-border-radius: 200px;
        border-radius: 200px; }
        header .header-wrap .menu-wrap .menu-button img {
          width: 12px;
          margin-left: 8px;
          margin-top: 8px; }
        header .header-wrap .menu-wrap .menu-button:hover {
          background-color: #d6d6d6;
          text-decoration: none; }
  header.mob-active {
    background-color: #21253D !important; }
    header.mob-active .menu-wrap {
      margin-top: 105px;
      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: 1279px) {
        header.mob-active .menu-wrap {
          margin-top: 90px; } }
    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-top: 700px;
  padding-bottom: 100px;
  margin-top: -700px;
  background-image: url("/img/footerbcg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center; }
  footer .footer-wrap .footer-main {
    position: relative;
    margin-bottom: 40px; }
    footer .footer-wrap .footer-main .footer-logo {
      position: absolute;
      top: 0;
      left: 0;
      margin-bottom: 34px; }
      footer .footer-wrap .footer-main .footer-logo img {
        width: 90px; }
      @media only screen and (max-width: 767px) {
        footer .footer-wrap .footer-main .footer-logo {
          position: relative;
          top: initial;
          left: initial; } }
    footer .footer-wrap .footer-main .footer-links {
      position: relative;
      text-align: center;
      padding-top: 20px; }
      footer .footer-wrap .footer-main .footer-links li {
        display: inline-block;
        margin: 0 20px; }
        footer .footer-wrap .footer-main .footer-links li a {
          display: block;
          font-size: 14px;
          line-height: 20px;
          color: #fff;
          font-family: "inter-24pt-medium"; }
          footer .footer-wrap .footer-main .footer-links li a:hover {
            text-decoration: underline; }
        @media only screen and (max-width: 767px) {
          footer .footer-wrap .footer-main .footer-links li {
            display: block;
            width: 100%;
            margin: 0;
            margin-bottom: 20px; }
            footer .footer-wrap .footer-main .footer-links li a {
              font-size: 18px; } }
    footer .footer-wrap .footer-main .footer-social {
      position: absolute;
      top: 20px;
      right: 0; }
      footer .footer-wrap .footer-main .footer-social a {
        font-family: "inter-24pt-regular";
        color: #000;
        display: inline-block;
        margin-right: 20px; }
        footer .footer-wrap .footer-main .footer-social a:hover {
          text-decoration: underline; }
        footer .footer-wrap .footer-main .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-bottom {
    position: relative;
    margin-top: 80px; }
    footer .footer-wrap .footer-bottom .footer-terms-wrap {
      position: absolute;
      right: 0;
      top: 0; }
      footer .footer-wrap .footer-bottom .footer-terms-wrap a {
        font-size: 12px;
        line-height: 16px;
        color: #fff;
        opacity: 0.5;
        font-family: "inter-24pt-regular";
        margin-left: 20px; }
        footer .footer-wrap .footer-bottom .footer-terms-wrap a:hover {
          opacity: 1; }
        @media only screen and (max-width: 767px) {
          footer .footer-wrap .footer-bottom .footer-terms-wrap a {
            margin-left: initial;
            margin-right: 20px; } }
      @media only screen and (max-width: 767px) {
        footer .footer-wrap .footer-bottom .footer-terms-wrap {
          margin-top: 20px;
          position: relative;
          text-align: center; } }
    footer .footer-wrap .footer-bottom p {
      text-align: left;
      font-size: 12px;
      line-height: 16px;
      color: #fff;
      opacity: 0.5;
      font-family: "inter-24pt-regular"; }
      @media only screen and (max-width: 767px) {
        footer .footer-wrap .footer-bottom p {
          text-align: center; } }

html {
  scroll-behavior: smooth; }

body {
  font-size: 16px;
  position: relative;
  left: 0;
  right: 0;
  font-family: "inter-24pt-regular";
  background-color: #1E1E1E;
  color: #fff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.inner {
  width: 1240px;
  max-width: 94%;
  margin: 0 auto;
  position: relative; }
  .inner:after {
    content: "";
    display: table;
    clear: both; }

.hero-wrap {
  position: relative;
  padding-top: 250px;
  padding-bottom: 40px;
  min-height: 800px;
  background-image: url("/img/hero.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center; }
  @media only screen and (max-width: 1279px) {
    .hero-wrap {
      padding-top: 180px; } }
  @media only screen and (max-width: 767px) {
    .hero-wrap {
      padding-top: 130px;
      min-height: 660px; } }
  .hero-wrap .hero-content .mixx-img {
    max-width: 1000px;
    margin-left: -40px; }
    @media only screen and (max-width: 1279px) {
      .hero-wrap .hero-content .mixx-img {
        width: 70%;
        margin-left: -20px; } }
    @media only screen and (max-width: 767px) {
      .hero-wrap .hero-content .mixx-img {
        width: 90%;
        margin-left: -10px; } }
  .hero-wrap .hero-content h3 {
    font-family: "inter-24pt-medium";
    margin-top: 24px;
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    margin-bottom: 90px; }
    @media only screen and (max-width: 1279px) {
      .hero-wrap .hero-content h3 {
        font-size: 30px;
        line-height: 36px; } }
    @media only screen and (max-width: 767px) {
      .hero-wrap .hero-content h3 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 60px; } }
  .hero-wrap .hero-content h4 {
    font-family: "inter-24pt-regular";
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 10px; }
  .hero-wrap .hero-content p {
    font-family: "inter-24pt-regular";
    margin-top: 24px;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 90px;
    max-width: 635px; }
  .hero-wrap .counter-wrap {
    position: absolute;
    top: 40px;
    right: 0; }
    @media only screen and (max-width: 1279px) {
      .hero-wrap .counter-wrap {
        top: 20px; } }
    @media only screen and (max-width: 767px) {
      .hero-wrap .counter-wrap {
        position: relative;
        right: initial;
        margin-top: 30px;
        text-align: center; } }
    .hero-wrap .counter-wrap .days {
      margin-bottom: 40px;
      min-width: 100px; }
      .hero-wrap .counter-wrap .days span {
        font-size: 108px;
        font-family: "inter-24pt-medium";
        color: #fff;
        margin-bottom: 12px;
        display: block;
        text-align: center; }
      .hero-wrap .counter-wrap .days em {
        display: block;
        font-size: 30px;
        font-family: "inter-24pt-medium";
        color: #fff;
        text-align: center; }
      @media only screen and (max-width: 1279px) {
        .hero-wrap .counter-wrap .days span {
          font-size: 80px; }
        .hero-wrap .counter-wrap .days em {
          font-size: 28px; } }
      @media only screen and (max-width: 767px) {
        .hero-wrap .counter-wrap .days {
          display: inline-block; }
          .hero-wrap .counter-wrap .days span {
            font-size: 46px; }
          .hero-wrap .counter-wrap .days em {
            font-size: 18px; } }
    .hero-wrap .counter-wrap .hours {
      margin-bottom: 40px;
      min-width: 100px; }
      .hero-wrap .counter-wrap .hours span {
        font-size: 108px;
        font-family: "inter-24pt-medium";
        color: #fff;
        margin-bottom: 12px;
        display: block;
        text-align: center; }
      .hero-wrap .counter-wrap .hours em {
        display: block;
        font-size: 30px;
        font-family: "inter-24pt-medium";
        color: #fff;
        text-align: center; }
      @media only screen and (max-width: 1279px) {
        .hero-wrap .counter-wrap .hours span {
          font-size: 80px; }
        .hero-wrap .counter-wrap .hours em {
          font-size: 28px; } }
      @media only screen and (max-width: 767px) {
        .hero-wrap .counter-wrap .hours {
          display: inline-block; }
          .hero-wrap .counter-wrap .hours span {
            font-size: 46px; }
          .hero-wrap .counter-wrap .hours em {
            font-size: 18px; } }
    .hero-wrap .counter-wrap .minutes {
      min-width: 100px; }
      .hero-wrap .counter-wrap .minutes span {
        font-size: 108px;
        font-family: "inter-24pt-medium";
        color: #fff;
        margin-bottom: 12px;
        display: block;
        text-align: center; }
      .hero-wrap .counter-wrap .minutes em {
        display: block;
        font-size: 30px;
        font-family: "inter-24pt-medium";
        color: #fff;
        text-align: center; }
      @media only screen and (max-width: 1279px) {
        .hero-wrap .counter-wrap .minutes span {
          font-size: 80px; }
        .hero-wrap .counter-wrap .minutes em {
          font-size: 28px; } }
      @media only screen and (max-width: 767px) {
        .hero-wrap .counter-wrap .minutes {
          display: inline-block; }
          .hero-wrap .counter-wrap .minutes span {
            font-size: 46px; }
          .hero-wrap .counter-wrap .minutes em {
            font-size: 18px; } }
  .hero-wrap .rules-button-wrap {
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      .hero-wrap .rules-button-wrap {
        margin-top: 30px;
        margin-left: 0;
        display: block; }
        .hero-wrap .rules-button-wrap .black-button {
          margin-left: 0;
          width: 174px; } }
  .hero-wrap.min-hero {
    min-height: 300px; }

.intro-holder {
  padding-top: 100px; }
  @media only screen and (max-width: 767px) {
    .intro-holder {
      padding-top: 50px; } }
  .intro-holder .intro-section {
    padding-bottom: 200px;
    -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: 1279px) {
      .intro-holder .intro-section {
        padding-bottom: 100px; } }
    .intro-holder .intro-section h1 {
      max-width: 620px;
      font-family: "inter-24pt-bold";
      font-size: 64px;
      line-height: 68px;
      color: #fff; }
      @media only screen and (max-width: 1023px) {
        .intro-holder .intro-section h1 {
          font-size: 40px;
          line-height: 48px; } }
      @media only screen and (max-width: 767px) {
        .intro-holder .intro-section h1 {
          font-size: 36px;
          line-height: 40px;
          margin-bottom: 32px; } }
    .intro-holder .intro-section img {
      max-width: 100%;
      width: 100%; }
      @media only screen and (max-width: 1279px) {
        .intro-holder .intro-section img {
          max-width: 96%; } }
      @media only screen and (max-width: 767px) {
        .intro-holder .intro-section img {
          max-width: 100%; } }

.home-slider-wrap {
  margin-top: 180px;
  margin-bottom: 200px; }
  @media only screen and (max-width: 767px) {
    .home-slider-wrap {
      margin-top: 60px;
      margin-bottom: 180px; } }
  .home-slider-wrap h2 {
    font-size: 44px;
    margin-bottom: 60px; }
    @media only screen and (max-width: 767px) {
      .home-slider-wrap h2 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 80px; } }
  .home-slider-wrap .home-slider {
    position: relative;
    margin: 0 -20px; }
    .home-slider-wrap .home-slider .home-slider-item {
      width: 30%;
      padding: 0 20px; }
      .home-slider-wrap .home-slider .home-slider-item img {
        width: 100%; }
    .home-slider-wrap .home-slider .slick-prev {
      position: absolute;
      right: 90px;
      top: -85px;
      cursor: pointer;
      z-index: 99;
      width: 50px;
      height: 50px;
      border: 2px solid #fff;
      text-align: center;
      background: transparent;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%; }
      .home-slider-wrap .home-slider .slick-prev img {
        margin-top: 12px; }
      .home-slider-wrap .home-slider .slick-prev:hover {
        background: linear-gradient(90deg, #7B2CFF 0%, #5A1BBF 50%, #3B0D6E 100%); }
      @media only screen and (max-width: 1279px) {
        .home-slider-wrap .home-slider .slick-prev {
          top: -100px; } }
      @media only screen and (max-width: 767px) {
        .home-slider-wrap .home-slider .slick-prev {
          top: -65px;
          right: initial;
          left: 20px; } }
    .home-slider-wrap .home-slider .slick-next {
      position: absolute;
      right: 15px;
      top: -85px;
      cursor: pointer;
      z-index: 99;
      text-align: center;
      width: 50px;
      height: 50px;
      border: 2px solid #fff;
      background: transparent;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%; }
      .home-slider-wrap .home-slider .slick-next img {
        margin-top: 12px; }
      .home-slider-wrap .home-slider .slick-next:hover {
        background: linear-gradient(90deg, #7B2CFF 0%, #5A1BBF 50%, #3B0D6E 100%); }
      @media only screen and (max-width: 1279px) {
        .home-slider-wrap .home-slider .slick-next {
          top: -100px; } }
      @media only screen and (max-width: 767px) {
        .home-slider-wrap .home-slider .slick-next {
          top: -65px;
          right: initial;
          left: 90px; } }

.full-ribbon-down {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  padding: 0 20px;
  transform: rotate(2deg);
  background: linear-gradient(90deg, #3B0D6E 0%, #5A1BBF 50%, #7B2CFF 100%); }
  .full-ribbon-down p {
    padding: 10px 0;
    white-space: nowrap; }
    .full-ribbon-down p span {
      display: inline-block;
      font-size: 30px;
      line-height: 60px; }
      @media only screen and (max-width: 767px) {
        .full-ribbon-down p span {
          font-size: 18px;
          line-height: 50px; } }
    .full-ribbon-down p em {
      margin-left: 40px;
      margin-right: 40px;
      font-size: 50px;
      line-height: 55px; }
      @media only screen and (max-width: 767px) {
        .full-ribbon-down p em {
          line-height: 50px; } }

.full-ribbon-up {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  padding: 0 20px;
  transform: rotate(-2deg);
  background: linear-gradient(90deg, #3B0D6E 0%, #5A1BBF 50%, #7B2CFF 100%); }
  .full-ribbon-up p {
    padding: 10px 0;
    white-space: nowrap; }
    .full-ribbon-up p span {
      display: inline-block;
      font-size: 30px;
      line-height: 60px; }
      @media only screen and (max-width: 767px) {
        .full-ribbon-up p span {
          font-size: 18px;
          line-height: 50px; } }
    .full-ribbon-up p em {
      margin-left: 40px;
      margin-right: 40px;
      font-size: 50px;
      line-height: 55px; }
      @media only screen and (max-width: 767px) {
        .full-ribbon-up p em {
          line-height: 50px; } }

.home-intro-wrap {
  padding: 70px 0 140px; }
  @media only screen and (max-width: 767px) {
    .home-intro-wrap {
      padding: 50px 0 20px; } }
  .home-intro-wrap .home-intro-head {
    position: relative; }
    .home-intro-wrap .home-intro-head h2 {
      font-family: "inter-24pt-bold";
      font-size: 80px;
      line-height: 80px;
      color: #fff;
      margin-bottom: 60px; }
      @media only screen and (max-width: 1279px) {
        .home-intro-wrap .home-intro-head h2 {
          font-size: 60px;
          line-height: 60px; } }
      @media only screen and (max-width: 767px) {
        .home-intro-wrap .home-intro-head h2 {
          font-size: 50px;
          line-height: 50px;
          margin-bottom: 40px; } }
    .home-intro-wrap .home-intro-head a {
      position: absolute;
      bottom: 0;
      right: 0; }
      @media only screen and (max-width: 767px) {
        .home-intro-wrap .home-intro-head a {
          position: relative;
          bottom: initial;
          right: initial;
          margin-bottom: 40px; } }
  .home-intro-wrap .home-intro-box-wrap .home-intro-box {
    padding: 50px 35px;
    background-image: url("/img/black-box.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .home-intro-wrap .home-intro-box-wrap .home-intro-box {
        padding: 40px 20px; } }
    .home-intro-wrap .home-intro-box-wrap .home-intro-box h3 {
      font-family: "inter-24pt-medium";
      font-size: 40px;
      line-height: 48px;
      color: #fff;
      margin-bottom: 30px;
      letter-spacing: -1px; }
      @media only screen and (max-width: 1279px) {
        .home-intro-wrap .home-intro-box-wrap .home-intro-box h3 {
          font-size: 36px;
          line-height: 42px; } }
      @media only screen and (max-width: 767px) {
        .home-intro-wrap .home-intro-box-wrap .home-intro-box h3 {
          font-size: 28px;
          line-height: 34px; } }
    .home-intro-wrap .home-intro-box-wrap .home-intro-box p {
      font-family: "inter-24pt-regular";
      font-size: 16px;
      line-height: 25px;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .home-intro-wrap .home-intro-box-wrap .home-intro-box p {
          font-size: 15px;
          line-height: 22px; } }
    .home-intro-wrap .home-intro-box-wrap .home-intro-box img {
      width: 235px;
      margin: 50px auto 0;
      display: block; }
    .home-intro-wrap .home-intro-box-wrap .home-intro-box.home-intro-box-black {
      background-image: url("/img/purple-box.png");
      padding: 45px 70px;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      margin-bottom: 40px; }
      @media only screen and (max-width: 767px) {
        .home-intro-wrap .home-intro-box-wrap .home-intro-box.home-intro-box-black {
          padding: 40px 20px; } }

.home-category-section {
  background-image: url("/img/footerbcg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 130px;
  padding-top: 160px; }
  @media only screen and (max-width: 1279px) {
    .home-category-section {
      padding-bottom: 100px;
      padding-top: 100px; } }
  @media only screen and (max-width: 767px) {
    .home-category-section {
      padding-bottom: 50px;
      padding-top: 50px; } }
  .home-category-section .home-category-wrap {
    text-align: center; }
    .home-category-section .home-category-wrap h2 {
      font-family: "inter-24pt-bold";
      font-size: 80px;
      line-height: 1.1;
      margin-bottom: 60px; }
      @media only screen and (max-width: 1279px) {
        .home-category-section .home-category-wrap h2 {
          font-size: 60px; } }
      @media only screen and (max-width: 767px) {
        .home-category-section .home-category-wrap h2 {
          font-size: 30px; } }
    .home-category-section .home-category-wrap p {
      font-family: "inter-24pt-regular";
      font-size: 16px;
      line-height: 25px;
      max-width: 750px;
      margin: 20px auto; }
      @media only screen and (max-width: 767px) {
        .home-category-section .home-category-wrap p {
          font-size: 15px;
          line-height: 24px; } }
    .home-category-section .home-category-wrap a {
      margin-top: 30px; }

.segments-section {
  margin: 200px 0 180px; }
  @media only screen and (max-width: 767px) {
    .segments-section {
      margin: 60px 0; } }
  .segments-section .segments-wrap .segments-head {
    position: relative; }
    .segments-section .segments-wrap .segments-head h2 {
      font-family: "inter-24pt-bold";
      font-size: 80px;
      line-height: 1.1;
      color: #fff;
      margin-bottom: 60px; }
      @media only screen and (max-width: 1279px) {
        .segments-section .segments-wrap .segments-head h2 {
          font-size: 60px; } }
      @media only screen and (max-width: 1023px) {
        .segments-section .segments-wrap .segments-head h2 {
          font-size: 40px; } }
      @media only screen and (max-width: 767px) {
        .segments-section .segments-wrap .segments-head h2 {
          font-size: 36px;
          margin-bottom: 20px; } }
    .segments-section .segments-wrap .segments-head p {
      font-family: "inter-24pt-medium";
      font-size: 24px;
      line-height: 32px;
      color: #fff;
      max-width: 450px;
      text-align: right;
      position: absolute;
      right: 0;
      top: 40px; }
      @media only screen and (max-width: 1279px) {
        .segments-section .segments-wrap .segments-head p {
          font-size: 22px;
          line-height: 30px;
          top: 20px; } }
      @media only screen and (max-width: 1023px) {
        .segments-section .segments-wrap .segments-head p {
          font-size: 20px;
          line-height: 26px;
          top: 10px; } }
      @media only screen and (max-width: 767px) {
        .segments-section .segments-wrap .segments-head p {
          position: relative;
          text-align: left;
          font-size: 18px;
          line-height: 22px;
          top: initial;
          max-width: 100%;
          margin-bottom: 30px; } }
  .segments-section .segments-wrap .segments-box-wrap .segments-box {
    background-image: url("/img/black-card.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 40px;
    padding: 160px 40px 0;
    position: relative; }
    .segments-section .segments-wrap .segments-box-wrap .segments-box .segments-box-num {
      display: inline-block;
      width: 60%; }
      .segments-section .segments-wrap .segments-box-wrap .segments-box .segments-box-num h3 {
        font-family: "inter-24pt-regular";
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 70px; }
      .segments-section .segments-wrap .segments-box-wrap .segments-box .segments-box-num.segments-box-num-right {
        text-align: right; }
      @media only screen and (max-width: 1279px) {
        .segments-section .segments-wrap .segments-box-wrap .segments-box .segments-box-num {
          display: block;
          width: 100%;
          text-align: center; }
          .segments-section .segments-wrap .segments-box-wrap .segments-box .segments-box-num img {
            max-width: 90%; } }
    .segments-section .segments-wrap .segments-box-wrap .segments-box .segments-box-content {
      display: inline-block;
      width: 39%; }
      @media only screen and (max-width: 1279px) {
        .segments-section .segments-wrap .segments-box-wrap .segments-box .segments-box-content {
          top: 80px;
          left: 20px;
          position: absolute; } }
      .segments-section .segments-wrap .segments-box-wrap .segments-box .segments-box-content h3 {
        font-family: "inter-24pt-regular";
        font-size: 40px;
        line-height: 48px;
        margin-top: -40px; }
        @media only screen and (max-width: 1279px) {
          .segments-section .segments-wrap .segments-box-wrap .segments-box .segments-box-content h3 {
            font-size: 30px;
            line-height: 40px; } }
        @media only screen and (max-width: 767px) {
          .segments-section .segments-wrap .segments-box-wrap .segments-box .segments-box-content h3 {
            font-size: 26px;
            line-height: 36px; } }
      .segments-section .segments-wrap .segments-box-wrap .segments-box .segments-box-content p {
        font-family: "inter-24pt-regular";
        font-size: 16px;
        line-height: 25px;
        padding-top: 50px; }

.team-holder {
  margin-bottom: 200px;
  margin-top: 200px; }
  @media only screen and (max-width: 767px) {
    .team-holder {
      margin-bottom: 90px; } }
  .team-holder .team-wrap h1 {
    font-family: "inter-24pt-bold";
    font-size: 48px;
    line-height: 52px;
    color: #fff;
    margin-bottom: 72px;
    display: inline-block; }
    @media only screen and (max-width: 1279px) {
      .team-holder .team-wrap h1 {
        margin-bottom: 50px; } }
    @media only screen and (max-width: 767px) {
      .team-holder .team-wrap h1 {
        font-size: 40px; } }
  .team-holder .team-wrap .team-box {
    margin-bottom: 40px; }
    .team-holder .team-wrap .team-box .team-box-head {
      margin-bottom: 10px; }
      .team-holder .team-wrap .team-box .team-box-head img {
        width: 100%; }
    .team-holder .team-wrap .team-box .team-box-body h3 {
      text-align: center;
      font-family: "inter-24pt-medium";
      font-size: 18px;
      line-height: 22px;
      color: #fff;
      margin-bottom: 10px; }
    .team-holder .team-wrap .team-box .team-box-body p {
      text-align: center;
      font-family: "inter-24pt-regular";
      font-size: 16px;
      line-height: 22px;
      color: #fff; }

.select2-container {
  z-index: 999 !important; }

.select-normal {
  margin: 0 auto;
  position: relative; }
  .select-normal .js-select2 {
    width: 100%; }

.select-no-search {
  width: 100%; }

.select-holder {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-bottom: 20px; }
  .select-holder .select2 {
    max-width: 100% !important;
    width: 100% !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("../../img/arrowdown.png") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 15px !important;
  height: 10px !important; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  background-image: url("../../img/arrowdown.png") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important; }

.crew-section .crew-wrap .column {
  margin-bottom: 40px; }

.crew-section .crew-wrap .crew-box img {
  width: 100%; }

.crew-section .crew-wrap .crew-box h3 {
  font-size: 42px;
  line-height: 1.4;
  font-family: "inter-24pt-bold";
  margin-bottom: 10px;
  color: #fff; }

.search-holder {
  position: absolute;
  right: 0;
  top: 16px;
  width: 524px; }
  @media only screen and (max-width: 1279px) {
    .search-holder {
      position: relative;
      top: initial;
      width: 100%;
      margin-bottom: 40px; } }

.pagination-holder {
  text-align: right; }
  @media only screen and (max-width: 767px) {
    .pagination-holder {
      text-align: center; } }
  .pagination-holder .pagination-wrap {
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      .pagination-holder .pagination-wrap {
        display: block; } }
    .pagination-holder .pagination-wrap a {
      display: inline-block;
      font-size: 18px;
      font-family: "inter-24pt-regular";
      color: #fff;
      margin-left: 30px; }
      .pagination-holder .pagination-wrap a:hover {
        text-decoration: underline; }
      .pagination-holder .pagination-wrap a.active-page {
        text-decoration: underline; }
      @media only screen and (max-width: 767px) {
        .pagination-holder .pagination-wrap a {
          margin-left: 0;
          margin-right: 30px; }
          .pagination-holder .pagination-wrap a:last-child {
            margin-right: 0; } }
    .pagination-holder .pagination-wrap .disable {
      color: #D5CAC5;
      cursor: default; }
      .pagination-holder .pagination-wrap .disable:hover {
        text-decoration: none; }

.contact-wrap {
  padding: 200px 0 100px; }
  .contact-wrap h1 {
    text-align: left;
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 60px;
    text-transform: uppercase;
    font-family: "inter-24pt-bold"; }
  @media only screen and (max-width: 1279px) {
    .contact-wrap {
      padding: 100px 0; } }
  @media only screen and (max-width: 767px) {
    .contact-wrap {
      font-size: 36px; } }
  .contact-wrap h2 {
    font-family: "inter-24pt-regular";
    font-size: 72px;
    color: #000;
    margin-bottom: 48px; }
    @media only screen and (max-width: 767px) {
      .contact-wrap h2 {
        font-size: 40px; } }
  .contact-wrap .contact-box-wrap {
    width: 100%;
    max-width: 800px;
    margin: 80px auto 0;
    text-align: center; }
    .contact-wrap .contact-box-wrap .contact-box {
      width: 200px;
      text-align: center;
      display: inline-block; }
      .contact-wrap .contact-box-wrap .contact-box img {
        height: 40px;
        margin-bottom: 10px; }

.category-card-wrap {
  margin-top: 170px;
  margin-bottom: 200px; }
  @media only screen and (max-width: 767px) {
    .category-card-wrap {
      margin-top: 60px;
      margin-bottom: 140px; } }
  .category-card-wrap .category-card {
    margin-bottom: 40px;
    background-image: url("/img/black-box.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 20px; }
    .category-card-wrap .category-card h3 {
      font-family: "inter-24pt-medium";
      color: #fff;
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 32px; }
      .category-card-wrap .category-card h3 span {
        font-family: "inter-24pt-medium";
        color: #fff;
        font-size: 24px;
        line-height: 40px; }
      @media only screen and (max-width: 767px) {
        .category-card-wrap .category-card h3 {
          font-size: 26px;
          line-height: 36px; } }
    .category-card-wrap .category-card p {
      font-family: "inter-24pt-regular";
      color: #fff;
      font-size: 14px;
      line-height: 20px; }
    .category-card-wrap .category-card.purple-card {
      background-image: url("/img/purple-box.png");
      background-repeat: no-repeat;
      background-size: 100% 100%; }

.rules-intro-wrap {
  margin-top: 200px; }
  @media only screen and (max-width: 767px) {
    .rules-intro-wrap {
      margin-top: 60px; } }
  .rules-intro-wrap .rules-intro p {
    font-family: "inter-24pt-regular";
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    margin: 15px auto;
    max-width: 1100px; }

.rules-title {
  margin-top: 80px; }
  .rules-title h2 {
    font-family: "inter-24pt-medium";
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    text-align: center; }

.rules-bottom-wrap {
  margin-bottom: 200px; }
  .rules-bottom-wrap .rules-bottom {
    text-align: center; }
    .rules-bottom-wrap .rules-bottom h2 {
      font-family: "inter-24pt-medium";
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 30px;
      text-align: center; }

.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-24pt-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-24pt-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-24pt-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-24pt-regular";
      font-style: italic; }
  .terms-holder .terms-wrap .terms-content-wrap h2 {
    font-size: 18px;
    font-family: "inter-24pt-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-24pt-medium"; }
  .terms-holder .terms-wrap .terms-content-wrap a {
    font-size: 18px;
    font-family: "inter-24pt-regular";
    color: #6d1afe;
    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-24pt-regular";
      color: #000;
      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: #000;
        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-24pt-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%; }

.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-24pt-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; }

.form-section {
  margin-top: 120px;
  margin-bottom: 200px; }
  .form-section .form-wrap .radio-wrap {
    margin: 0 auto;
    width: 860px;
    margin-bottom: 90px; }
    .form-section .form-wrap .radio-wrap .radio-box {
      text-align: center;
      display: inline-block;
      width: 380px;
      margin: 0 20px;
      padding: 30px 60px;
      background-image: url("/img/radio-card.png");
      background-repeat: no-repeat;
      background-size: 100% 100%; }
      .form-section .form-wrap .radio-wrap .radio-box .radio-icon {
        margin-bottom: 30px; }
      .form-section .form-wrap .radio-wrap .radio-box h2 {
        font-family: "inter-24pt-bold";
        font-size: 100px;
        line-height: 1;
        color: #fff;
        margin-bottom: 24px; }
      .form-section .form-wrap .radio-wrap .radio-box p {
        font-family: "inter-24pt-regular";
        font-size: 20px;
        line-height: 28px;
        color: #fff;
        margin-bottom: 30px; }
      .form-section .form-wrap .radio-wrap .radio-box .radio-set {
        display: inline-block;
        line-height: inherit;
        margin: 0;
        padding: 0; }
        .form-section .form-wrap .radio-wrap .radio-box .radio-set label {
          font-family: "inter-24pt-regular";
          display: block;
          position: relative;
          cursor: pointer;
          font-size: 18px;
          color: #fff;
          width: 150px;
          height: 46px;
          line-height: 46px;
          background-image: url("/img/black-button.png");
          background-repeat: no-repeat;
          background-size: 100% 100%;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          border-radius: 20px; }
        .form-section .form-wrap .radio-wrap .radio-box .radio-set input {
          visibility: hidden;
          height: 0; }
          .form-section .form-wrap .radio-wrap .radio-box .radio-set input:checked + label {
            -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;
            border: 1px solid #fff;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            box-shadow: -2px 0px 17px 2px rgba(255, 255, 255, 0.5);
            -webkit-box-shadow: -2px 0px 17px 2px rgba(255, 255, 255, 0.5);
            -moz-box-shadow: -2px 0px 17px 2px rgba(255, 255, 255, 0.5); }
  .form-section .form-wrap .form-info-wrap {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 100px; }
    .form-section .form-wrap .form-info-wrap p {
      font-family: "inter-24pt-regular";
      font-size: 16px;
      line-height: 25px;
      color: #fff;
      margin-bottom: 10px; }
  .form-section .form-wrap .form-head-wrap {
    margin-bottom: 150px; }
    .form-section .form-wrap .form-head-wrap h3 {
      font-family: "inter-24pt-regular";
      font-size: 14px;
      line-height: 20px;
      color: #fff;
      padding-left: 12px;
      margin-bottom: 10px; }
    .form-section .form-wrap .form-head-wrap p {
      font-family: "inter-24pt-regular";
      font-size: 12px;
      line-height: 18px;
      color: #fff;
      padding-left: 12px;
      margin-bottom: 6px; }
  .form-section .form-wrap .form-card-wrap {
    margin-bottom: 100px; }
    .form-section .form-wrap .form-card-wrap .form-card {
      padding: 45px 70px;
      background-image: url("/img/form-card.png");
      background-repeat: no-repeat;
      background-size: 100% 100%; }
      .form-section .form-wrap .form-card-wrap .form-card h2 {
        font-family: "inter-24pt-medium";
        font-size: 40px;
        line-height: 48px;
        color: #fff;
        margin-bottom: 32px; }
      .form-section .form-wrap .form-card-wrap .form-card p {
        font-family: "inter-24pt-regular";
        font-size: 16px;
        line-height: 25px;
        color: #fff;
        margin-bottom: 30px; }
      .form-section .form-wrap .form-card-wrap .form-card.purple-card {
        background-image: url("/img/form-purple-card.png");
        background-repeat: no-repeat;
        background-size: 100% 100%; }
  .form-section .form-wrap .form-content-wrap .form-content-box {
    margin-bottom: 60px; }
    .form-section .form-wrap .form-content-wrap .form-content-box h2 {
      font-family: "inter-24pt-medium";
      font-size: 40px;
      line-height: 48px;
      color: #fff;
      margin-bottom: 32px; }
      .form-section .form-wrap .form-content-wrap .form-content-box h2 span {
        font-size: 40px;
        line-height: 48px;
        opacity: 0.5; }
    .form-section .form-wrap .form-content-wrap .form-content-box h3 {
      font-family: "inter-24pt-regular";
      font-size: 18px;
      line-height: 25px;
      color: #fff;
      margin-bottom: 8px; }
    .form-section .form-wrap .form-content-wrap .form-content-box p {
      font-family: "inter-24pt-regular";
      font-size: 16px;
      line-height: 28px;
      color: #fff;
      margin-bottom: 32px; }
  .form-section .form-wrap .form-bottom {
    margin-top: 140px;
    text-align: center; }
    .form-section .form-wrap .form-bottom h3 {
      font-family: "inter-24pt-bold";
      font-size: 80px;
      margin-bottom: 60px; }

.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 #6d1afe;
  color: #4b5662;
  font-size: 20px;
  font-family: "inter-24pt-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: #6d1afe;
  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: 100%;
  margin-left: 0;
  margin-bottom: 20px; }
  .select-holder .select2 {
    max-width: 100% !important;
    width: 100% !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff !important;
  color: #000 !important;
  font-family: "inter-24pt-regular" !important;
  font-size: 18px !important;
  box-shadow: none !important;
  border: 1px solid #EAEAEB !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !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: #fff !important;
  border: 1px solid #EAEAEB !important;
  border-top: none !important;
  color: #000 !important;
  font-family: "inter-24pt-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 #EAEAEB !important;
  font-family: "inter-24pt-regular" !important; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #CACBCE !important;
  color: #000 !important;
  font-family: "inter-24pt-regular" !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("/img/select-arrow.svg") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 12px !important;
  height: 10px !important;
  margin-top: -4px !important; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  background-image: url("/img/select-arrow.svg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important; }

.contact-map {
  padding: 60px 0;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); }

.mb10 {
  margin-bottom: 10px; }

.m100 {
  margin: 100px 0 !important; }

.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; } }

@media only screen and (max-width: 1279px) {
  .tab-none {
    display: none !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; }
