@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: 'ObjectSans-Light';
  src: url("/fonts/ObjectSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal; }

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

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

@font-face {
  font-family: 'ObjectSans-Bold';
  src: url("/fonts/ObjectSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal; }

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

@font-face {
  font-family: 'PlayfairDisplay-Medium';
  src: url("/fonts/PlayfairDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  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 {
  font-size: 16px;
  font-family: "ObjectSans-Medium";
  background-color: #337ec4;
  color: #fff;
  height: 48px;
  line-height: 48px;
  padding: 0 40px;
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }
  .button:hover {
    background-color: #2465a7;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }

p {
  line-height: 1.2; }

h1 {
  font-family: "PlayfairDisplay-Regular";
  font-size: 50px;
  line-height: 54px; }

h2 {
  font-family: "PlayfairDisplay-Regular";
  font-size: 40px;
  line-height: 44px; }

h3 {
  font-family: "PlayfairDisplay-Regular";
  font-size: 30px;
  line-height: 34px; }

.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 -60px; }
    .row.__60 > .column {
      padding: 0 60px; }
    @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: #fff;
    height: 50px;
    line-height: 50px;
    background-color: #6D7874;
    border: 1px solid #FFD700;
    font-size: 16px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -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: #fff; }
  .field textarea {
    width: 100%;
    color: #fff;
    height: 250px;
    padding: 15px;
    background-color: #6D7874;
    border: 1px solid #FFD700;
    font-size: 16px;
    resize: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; }
    .field textarea:hover {
      background-color: #6D7874; }
    .field textarea:focus {
      background-color: #6D7874; }
    .field textarea::placeholder {
      color: #fff; }
  .field label {
    font-family: "ObjectSans-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: "ObjectSans-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: #5E646A;
  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: "ObjectSans-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 #5E646A; }
    .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 #aa8453;
      background: #aa8453; }
    .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: "ObjectSans-Regular";
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 1em;
    line-height: 20px;
    color: #141414; }
    .radio-set label span {
      margin-left: 30px;
      line-height: 20px;
      display: block;
      text-align: left;
      font-size: 1em;
      color: #141414; }
    .radio-set label:before {
      position: absolute;
      content: "";
      width: 20px;
      height: 20px;
      text-align: center;
      padding: 0;
      margin: 0;
      background-color: transparent;
      margin-left: -3px;
      border: 2px solid #141414;
      -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: 5px;
      left: 2px;
      width: 10px;
      height: 10px;
      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: #141414;
      border: 2px solid #141414;
      color: #000; }
    .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: #141414;
      border: 2px solid #141414;
      color: #000; }

header {
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: transparent; }
  @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: 240px; }
        @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.mob-active {
    background-color: #21253D !important; }
    header.mob-active .menu-wrap {
      margin-top: 80px;
      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; }
    header.mob-active .menu-burger div {
      background-color: #fff !important; }

.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: 40px;
  text-align: center;
  background-color: #1c1c1c; }
  @media only screen and (max-width: 767px) {
    footer {
      padding: 40px 20px; } }
  footer .footer-wrap .footer-bottom p {
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-family: "ObjectSans-Medium"; }
    @media only screen and (max-width: 767px) {
      footer .footer-wrap .footer-bottom p {
        font-size: 14px; } }

html {
  scroll-behavior: smooth; }

body {
  font-size: 16px;
  position: relative;
  min-height: 100vh;
  left: 0;
  right: 0;
  font-family: "ObjectSans-Regular";
  background-color: #fff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

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

a {
  color: #000; }

.hero {
  position: relative;
  height: 500px;
  width: 100%;
  text-align: center;
  background-image: url("/img/bg2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center; }
  @media only screen and (max-width: 1279px) {
    .hero {
      height: 440px; } }
  @media only screen and (max-width: 1023px) {
    .hero {
      height: 320px; } }
  @media only screen and (max-width: 767px) {
    .hero {
      height: 240px; } }
  .hero .hero-mask {
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    z-index: 7;
    position: absolute;
    top: 0;
    left: 0; }
  .hero .hero-wrap {
    width: 100%;
    height: 100%; }
    @media only screen and (max-width: 1279px) {
      .hero .hero-wrap {
        background-size: 65% 65%; } }
    @media only screen and (max-width: 1023px) {
      .hero .hero-wrap {
        background-size: 60% 60%; } }
    @media only screen and (max-width: 767px) {
      .hero .hero-wrap {
        background-image: url("/img/hero-mob.png");
        background-size: 90% 70%; } }

.logo-animation {
  padding-top: 100px;
  position: relative;
  z-index: 9; }
  @media only screen and (max-width: 1023px) {
    .logo-animation {
      padding-top: 60px; } }
  .logo-animation .animate span {
    color: #e9e9e9;
    opacity: 0;
    font-size: 160px;
    font-family: "Libertinus Keyboard", system-ui;
    font-weight: 400;
    letter-spacing: -20px;
    font-style: normal;
    transform: translate(-150px, 0) scale(0.3);
    animation: leftRight 2s forwards;
    display: inline-block; }
    @media only screen and (max-width: 1279px) {
      .logo-animation .animate span {
        font-size: 140px; } }
    @media only screen and (max-width: 1023px) {
      .logo-animation .animate span {
        font-size: 100px; } }
    @media only screen and (max-width: 767px) {
      .logo-animation .animate span {
        font-size: 46px;
        letter-spacing: -5px; } }
  .logo-animation .animate-011 {
    margin-top: 60px;
    opacity: 0;
    -webkit-transform: Scale(0, 0);
    -moz-transform: Scale(0, 0);
    -ms-transform: Scale(0, 0);
    -o-transform: Scale(0, 0);
    transform: Scale(0, 0);
    animation-name: num;
    animation-duration: 1s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards; }
    @media only screen and (max-width: 1023px) {
      .logo-animation .animate-011 {
        margin-top: 50px; } }
    @media only screen and (max-width: 767px) {
      .logo-animation .animate-011 {
        margin-top: 20px; } }
    .logo-animation .animate-011 .num {
      font-size: 40px;
      font-family: "Libertinus Keyboard", system-ui;
      line-height: 30px;
      color: #e9e9e9;
      padding: 20px; }
      @media only screen and (max-width: 1279px) {
        .logo-animation .animate-011 .num {
          font-size: 38px; } }
      @media only screen and (max-width: 1023px) {
        .logo-animation .animate-011 .num {
          font-size: 36px; } }
      @media only screen and (max-width: 767px) {
        .logo-animation .animate-011 .num {
          font-size: 28px;
          padding: 10px; } }
    .logo-animation .animate-011 .line-left {
      width: 140px;
      height: 2px;
      background-color: #e9e9e9;
      display: inline-block;
      margin-top: 15px; }
      @media only screen and (max-width: 767px) {
        .logo-animation .animate-011 .line-left {
          width: 90px; } }
    .logo-animation .animate-011 .line-right {
      width: 140px;
      height: 2px;
      background-color: #e9e9e9;
      display: inline-block;
      margin-top: 15px; }
      @media only screen and (max-width: 767px) {
        .logo-animation .animate-011 .line-right {
          width: 90px; } }

.animate span:nth-of-type(2) {
  animation-delay: .05s; }

.animate span:nth-of-type(3) {
  animation-delay: .1s; }

.animate span:nth-of-type(4) {
  animation-delay: .15s; }

.animate span:nth-of-type(5) {
  animation-delay: .2s; }

.animate span:nth-of-type(6) {
  animation-delay: .25s; }

.animate span:nth-of-type(7) {
  animation-delay: .3s; }

.animate span:nth-of-type(8) {
  animation-delay: .35s; }

.animate span:nth-of-type(9) {
  animation-delay: .4s; }

.animate span:nth-of-type(10) {
  animation-delay: .45s; }

.animate span:nth-of-type(11) {
  animation-delay: .5s; }

.animate span:nth-of-type(12) {
  animation-delay: .55s; }

.animate span:nth-of-type(13) {
  animation-delay: .6s; }

.animate span:nth-of-type(14) {
  animation-delay: .65s; }

.animate span:nth-of-type(15) {
  animation-delay: .7s; }

.animate span:nth-of-type(16) {
  animation-delay: .75s; }

.animate span:nth-of-type(17) {
  animation-delay: .8s; }

.animate span:nth-of-type(18) {
  animation-delay: .85s; }

.animate span:nth-of-type(19) {
  animation-delay: .9s; }

.animate span:nth-of-type(20) {
  animation-delay: .95s; }

@keyframes num {
  0 {
    opacity: 0;
    -webkit-transform: Scale(0, 0);
    -moz-transform: Scale(0, 0);
    -ms-transform: Scale(0, 0);
    -o-transform: Scale(0, 0);
    transform: Scale(0, 0); }
  60% {
    opacity: 0;
    -webkit-transform: Scale(0.5, 0.5);
    -moz-transform: Scale(0.5, 0.5);
    -ms-transform: Scale(0.5, 0.5);
    -o-transform: Scale(0.5, 0.5);
    transform: Scale(0.5, 0.5); }
  80% {
    opacity: 0;
    -webkit-transform: Scale(0.7, 0.7);
    -moz-transform: Scale(0.7, 0.7);
    -ms-transform: Scale(0.7, 0.7);
    -o-transform: Scale(0.7, 0.7);
    transform: Scale(0.7, 0.7); }
  100% {
    -webkit-transform: Scale(1, 1);
    -moz-transform: Scale(1, 1);
    -ms-transform: Scale(1, 1);
    -o-transform: Scale(1, 1);
    transform: Scale(1, 1);
    opacity: 1; } }

@keyframes leftRight {
  40% {
    transform: translate(50px, 0) scale(0.7);
    opacity: 1;
    color: orange; }
  60% {
    color: #0f40ba; }
  80% {
    transform: translate(0) scale(2);
    opacity: 0; }
  100% {
    transform: translate(0) scale(1);
    opacity: 1; } }

.about-us {
  margin-top: 60px; }
  @media only screen and (max-width: 767px) {
    .about-us {
      margin-top: 40px; } }
  .about-us p {
    border-left: 3px solid orange;
    padding-left: 40px;
    font-size: 24px;
    font-family: "ObjectSans-Regular"; }
    @media only screen and (max-width: 767px) {
      .about-us p {
        padding-left: 20px;
        font-size: 18px; } }

.works-wrap {
  padding: 80px 0 0px 0; }
  @media only screen and (max-width: 1279px) {
    .works-wrap {
      padding: 40px 0 0 0; } }
  .works-wrap h2 {
    font-family: "PlayfairDisplay-Medium";
    font-size: 38px;
    margin-bottom: 60px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .works-wrap h2 {
        font-size: 24px;
        margin-bottom: 30px; } }
    .works-wrap h2 img {
      padding: 0 20px;
      margin-top: 18px; }
  .works-wrap .works-box-wrap {
    margin-bottom: 180px;
    text-align: center; }
    @media only screen and (max-width: 1279px) {
      .works-wrap .works-box-wrap {
        margin-bottom: 120px; } }
    @media only screen and (max-width: 767px) {
      .works-wrap .works-box-wrap {
        margin-bottom: 60px; } }
    .works-wrap .works-box-wrap .monitor-mask-wrap {
      width: 90%;
      height: 500px;
      position: relative;
      padding: 10px 18px; }
      @media only screen and (max-width: 1023px) {
        .works-wrap .works-box-wrap .monitor-mask-wrap {
          height: 400px;
          padding: 10px 14px; } }
      @media only screen and (max-width: 767px) {
        .works-wrap .works-box-wrap .monitor-mask-wrap {
          height: 320px;
          padding: 10px; } }
      .works-wrap .works-box-wrap .monitor-mask-wrap .monitor-mask {
        background-image: url("/img/monitor1.png");
        background-size: 100% 100%;
        width: 100%;
        height: 500px;
        z-index: 99;
        position: absolute;
        left: 0;
        top: -5px; }
        @media only screen and (max-width: 1023px) {
          .works-wrap .works-box-wrap .monitor-mask-wrap .monitor-mask {
            height: 380px; } }
        @media only screen and (max-width: 767px) {
          .works-wrap .works-box-wrap .monitor-mask-wrap .monitor-mask {
            height: 300px; } }
      .works-wrap .works-box-wrap .monitor-mask-wrap:hover img {
        transform: translateY(calc(420px - 100%)); }
        @media only screen and (max-width: 1023px) {
          .works-wrap .works-box-wrap .monitor-mask-wrap:hover img {
            transform: translateY(calc(320px - 100%)); } }
        @media only screen and (max-width: 767px) {
          .works-wrap .works-box-wrap .monitor-mask-wrap:hover img {
            transform: translateY(calc(240px - 100%)); } }
    .works-wrap .works-box-wrap .works-box-image {
      width: 100%;
      height: 400px;
      overflow: hidden;
      margin-bottom: 40px;
      position: relative;
      padding-top: 10px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px; }
      @media only screen and (max-width: 1023px) {
        .works-wrap .works-box-wrap .works-box-image {
          height: 300px;
          padding-top: 5px; } }
      @media only screen and (max-width: 767px) {
        .works-wrap .works-box-wrap .works-box-image {
          height: 240px;
          padding-top: 0;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          border-radius: 2px; } }
      .works-wrap .works-box-wrap .works-box-image img {
        width: 100%;
        height: auto;
        display: block;
        transition: transform 8s ease; }
    .works-wrap .works-box-wrap .mob-mask-wrap {
      width: 220px;
      height: 400px;
      position: absolute;
      right: 3%;
      top: 100px;
      padding: 11px 10px 10px 10px;
      z-index: 99; }
      @media only screen and (max-width: 1023px) {
        .works-wrap .works-box-wrap .mob-mask-wrap {
          width: 160px;
          height: 320px;
          right: 2%;
          top: 60px;
          padding: 5px; } }
      @media only screen and (max-width: 767px) {
        .works-wrap .works-box-wrap .mob-mask-wrap {
          width: 120px;
          height: 260px; } }
      .works-wrap .works-box-wrap .mob-mask-wrap .mob-mask {
        background-image: url("/img/mobile1.png");
        background-size: 100% 100%;
        width: 100%;
        height: 400px;
        z-index: 99;
        position: absolute;
        left: 0;
        top: -2px; }
        @media only screen and (max-width: 1023px) {
          .works-wrap .works-box-wrap .mob-mask-wrap .mob-mask {
            height: 320px; } }
        @media only screen and (max-width: 767px) {
          .works-wrap .works-box-wrap .mob-mask-wrap .mob-mask {
            height: 240px;
            top: -1px; } }
      .works-wrap .works-box-wrap .mob-mask-wrap:hover img {
        transform: translateY(calc(420px - 100%)); }
        @media only screen and (max-width: 1023px) {
          .works-wrap .works-box-wrap .mob-mask-wrap:hover img {
            transform: translateY(calc(320px - 100%)); } }
        @media only screen and (max-width: 767px) {
          .works-wrap .works-box-wrap .mob-mask-wrap:hover img {
            transform: translateY(calc(230px - 100%)); } }
    .works-wrap .works-box-wrap .works-box-mob-image {
      width: 100%;
      height: 376px;
      overflow: hidden;
      margin-bottom: 40px;
      position: relative;
      margin-top: -4px;
      -webkit-border-radius: 22px;
      -moz-border-radius: 22px;
      border-radius: 22px; }
      @media only screen and (max-width: 1023px) {
        .works-wrap .works-box-wrap .works-box-mob-image {
          height: 301px;
          margin-top: 0;
          -webkit-border-radius: 14px;
          -moz-border-radius: 14px;
          border-radius: 14px; } }
      @media only screen and (max-width: 767px) {
        .works-wrap .works-box-wrap .works-box-mob-image {
          height: 225px;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          border-radius: 8px; } }
      .works-wrap .works-box-wrap .works-box-mob-image img {
        width: 100%;
        height: auto;
        display: block;
        transition: transform 24s ease; }
    .works-wrap .works-box-wrap .works-box-info {
      padding-top: 120px; }
      .works-wrap .works-box-wrap .works-box-info h3 {
        font-family: "PlayfairDisplay-Medium";
        font-size: 24px;
        margin-bottom: 20px; }
      .works-wrap .works-box-wrap .works-box-info p {
        font-family: "ObjectSans-Regular";
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 40px; }
      @media only screen and (max-width: 1023px) {
        .works-wrap .works-box-wrap .works-box-info {
          padding-top: 0px; }
          .works-wrap .works-box-wrap .works-box-info h3 {
            font-size: 20px;
            margin-bottom: 20px; }
          .works-wrap .works-box-wrap .works-box-info p {
            font-size: 15px;
            line-height: 1.3; } }
      @media only screen and (max-width: 767px) {
        .works-wrap .works-box-wrap .works-box-info h3 {
          margin-bottom: 10px; }
        .works-wrap .works-box-wrap .works-box-info p {
          margin-bottom: 20px; } }
    .works-wrap .works-box-wrap .button {
      margin: 0 auto;
      display: inline-block; }

.contact-wrap {
  text-align: center;
  padding: 40px 0 80px; }
  @media only screen and (max-width: 1279px) {
    .contact-wrap {
      padding: 0 0 40px; } }
  .contact-wrap p {
    font-size: 24px;
    font-family: "ObjectSans-Regular"; }
    @media only screen and (max-width: 767px) {
      .contact-wrap p {
        font-size: 20px; } }
    .contact-wrap p img {
      width: 80px;
      margin-right: 20px;
      margin-top: -25px; }
      @media only screen and (max-width: 767px) {
        .contact-wrap p img {
          display: block;
          margin: 0 auto; } }

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

.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: "ObjectSans-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 #aa8453;
  color: #4b5662;
  font-size: 20px;
  font-family: "ObjectSans-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: #aa8453;
  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: "ObjectSans-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: "ObjectSans-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: "ObjectSans-Regular" !important; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #CACBCE !important;
  color: #000 !important;
  font-family: "ObjectSans-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; }

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