/*************************BASIC******************************/
/*Colors*/
/* Reset CSS */
blockquote, p, h2, h1, h3, h4, h5, h6, figure {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}

* {
  font-family: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Styling */
body {
  font-family: 'SimplerPro',  'Assistant' ,  sans-serif;
  font-size: 0.885vw;
  color: #000000;
  margin: 0;
  font-weight: 400;
  position: relative;
  line-height: 1.79;
  overflow-x: hidden;
}

@media (max-width: 1024px) {
  body {
    font-size: 1.5vw;
    line-height: 1.7;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 4.27vw;
    line-height: 1.625;
  }
}

a, button {
  text-decoration: none;
  font-size: 100%;
  outline: none;
  color: inherit;
}

a:focus, button:focus {
  outline: none;
}

input {
  -webkit-appearance: none;
  border-radius: none;
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill {
  border: 0;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

img {
  width: 100%;
  vertical-align: middle;
}

input, textarea {
  font-size: 100%;
  color: inherit;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus {
  color: inherit;
  -webkit-text-fill-color: #000000;
}

input:focus, textarea:focus {
  outline: none;
}

select {
  font-size: 100%;
  color: inherit;
  display: block;
}

select:focus {
  outline: none;
}

select option {
  outline: none;
}

input, textarea, select, .error_msg, .form_label {
  font-family: 'Assistant' ,  sans-serif;
}

button {
  border: none;
  background: rgba(0, 0, 0, 0);
  padding: 0;
}

@media (min-width: 1025px) {
  button {
    cursor: pointer;
  }
}

.mobile {
  display: none !important;
}

@media (max-width: 767px) {
  .mobile {
    display: block !important;
  }
}

.tablet {
  display: none !important;
}

@media (max-width: 1024px) {
  .tablet {
    display: block !important;
  }
}

.desktop {
  display: block;
}

@media (max-width: 767px) {
  .desktop {
    display: none;
  }
}

body.off, html.off {
  overflow: hidden;
}

.lazy {
  opacity: 0;
}

.lazy.loaded {
  opacity: 1;
  -webkit-transition: .5s;
  transition: .5s;
}

@-webkit-keyframes anim {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes anim {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes animF {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: -webkit-box;
    display: flex;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes animF {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.main_container, .container_wrap {
  position: relative;
}

@media (min-width: 768px) {
  .main_content.p1 {
    padding-bottom: 15vw;
  }
}

@media (max-width: 767px) {
  .main_content.p1 {
    padding-bottom: 40vw;
  }
}

@media (min-width: 768px) {
  .container_wrap:not(.noB) {
    margin-bottom: 15vw;
  }
}

@media (max-width: 767px) {
  .container_wrap:not(.noB) {
    margin-bottom: 40vw;
  }
}

/*TEXT TYPE*/
.textT1 {
  font-size: 84.2%;
  line-height: 1.5;
  font-weight: 400;
}

@media (max-width: 767px) {
  .textT1 {
    font-size: 100%;
    line-height: 1.2;
  }
}

.textT2 {
  font-size: 94.74%;
  line-height: 1.33;
  font-weight: 400;
}

@media (max-width: 767px) {
  .textT2 {
    font-size: 112.5%;
  }
}

.textT2.type2 {
  line-height: 1.85;
}

@media (max-width: 767px) {
  .textT2.type2 {
    font-size: 100%;
    line-height: 1.625;
  }
}

.textT3 {
  font-size: 105.26%;
  line-height: 1.65;
  font-weight: 400;
}

@media (max-width: 767px) {
  .textT3 {
    font-size: 125%;
  }
}

.textT4 {
  font-size: 121.05%;
  line-height: 1.69;
  font-weight: 400;
}

@media (max-width: 767px) {
  .textT4 {
    font-size: 100%;
    line-height: 1.625;
  }
}

.textT5 {
  font-size: 121.05%;
  line-height: 1.69;
  font-weight: 400;
}

@media (max-width: 767px) {
  .textT5 {
    font-size: 125%;
    line-height: 1.625;
  }
}

.textT6 {
  font-size: 136.84%;
  line-height: 1.19;
  font-weight: 400;
}

@media (max-width: 767px) {
  .textT6 {
    font-size: 112.5%;
    line-height: 1.38;
  }
}

.textT7 {
  font-size: 142.1%;
  line-height: 1.11;
  font-weight: 400;
}

@media (max-width: 767px) {
  .textT7 {
    font-size: 168.75%;
    line-height: 1.22;
  }
}

.textT8 {
  font-size: 142.1%;
  line-height: 1.11;
  font-weight: 400;
}

@media (max-width: 767px) {
  .textT8 {
    font-size: 131.25%;
    line-height: 1.2;
  }
}

.textT9 {
  font-size: 152.63%;
  line-height: 1.2;
  font-weight: 400;
}

@media (max-width: 767px) {
  .textT9 {
    font-size: 150%;
    line-height: 1.2;
  }
}

.textT11 {
  font-size: 178.94%;
  line-height: 1.2;
  font-weight: 400;
}

@media (max-width: 767px) {
  .textT11 {
    font-size: 131.25%;
  }
}

.textT12 {
  font-size: 184.2%;
  line-height: 1.2;
  font-weight: 400;
}

@media (max-width: 767px) {
  .textT12 {
    font-size: 168.75%;
    line-height: 1.22;
  }
}

.textT13 {
  font-size: 194.73%;
  line-height: 1.18;
  font-weight: 900;
}

@media (max-width: 767px) {
  .textT13 {
    font-size: 156.25%;
    line-height: 1.2;
  }
}

.textT14 {
  font-size: 226.31%;
  line-height: 1.07;
  font-weight: 400;
}

@media (max-width: 767px) {
  .textT14 {
    font-size: 200%;
    line-height: 1.06;
  }
}

.textT15 {
  font-size: 231.57%;
  line-height: 1.16;
  font-weight: 400;
}

@media (max-width: 767px) {
  .textT15 {
    font-size: 187.5%;
    line-height: 1.13;
  }
}

.textT16 {
  font-size: 273.68%;
  line-height: 0.96;
  font-weight: 400;
}

@media (max-width: 767px) {
  .textT16 {
    font-size: 187.5%;
    line-height: 1.13;
  }
}

.textT17 {
  font-size: 326.31%;
  line-height: 1.016;
  font-weight: 400;
}

@media (max-width: 767px) {
  .textT17 {
    font-size: 187.5%;
    line-height: 1.13;
  }
}

.textT18 {
  font-size: 410.52%;
  line-height: 1.01;
  font-weight: 900;
}

@media (max-width: 767px) {
  .textT18 {
    font-size: 250%;
    line-height: 1.075;
  }
}

.textT19 {
  font-size: 228%;
  line-height: 1.16;
  font-weight: 400;
}

@media (max-width: 767px) {
  .textT19 {
    font-size: 187.5%;
    line-height: 1.13;
  }
}

.textAmit {
  font-size: 100%;
  font-weight: 900;
  line-height: 1.2;
  color: #2dade0;
}

@media (max-width: 767px) {
  .textAmit {
    line-height: 1.1;
  }
}

.yearsText {
  font-size: 153%;
  color: #D2DE3B;
  line-height: 1;
}

@media (max-width: 767px) {
  .yearsText {
    font-size: 195%;
  }
}

/*TEXT TYPE*/
/*GENERAL*/
.lightType {
  font-weight: 300;
}

.boldType {
  font-weight: 700;
}

.blackType {
  font-weight: 900;
}

.whiteColor {
  color: white;
}

.lightGreenColor {
  color: #D2DE3B;
}

.grayColor {
  color: #4e4e4e;
}

.blueColor {
  color: #2dade0;
}

.darkBlueColor {
  color: #14365e;
}

.backGray {
  background-color: #f1f1f1;
}

.backDarkBlue {
  background-color: #14365e;
}

.gradientT1 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, #14365e), to(#2dade0));
  background: linear-gradient(to bottom, #14365e 8%, #2dade0);
}

.gradientT2 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #14365e), to(#2dade0));
  background: linear-gradient(to bottom, #14365e 45%, #2dade0);
}

.gradientT3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), color-stop(65%, #ffffff));
  background: linear-gradient(to bottom, #d2d2d2, #ffffff 65%);
}

.gradientT4 {
  background: -webkit-gradient(linear, left top, left bottom, from(#14365e), color-stop(40%, #2dade0));
  background: linear-gradient(to bottom, #14365e, #2dade0 40%);
}

.gradientT5 {
  background: -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#f9f9f9));
  background: linear-gradient(to bottom, #d2d2d2, #f9f9f9);
}

/*GENERAL*/
/*BTNS*/
.btnT1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  background: #14365e;
  font-size: 78.95%;
  font-weight: 700;
  padding: 0 1.04vw;
  height: 1.98vw;
  border-radius: 1.98vw;
  line-height: 1;
}

@media (min-width: 1025px) {
  .btnT1 {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .btnT1:hover {
    background: #2dade0;
  }
}

@media (max-width: 1024px) {
  .btnT1 {
    padding: 0 1.56vw;
    height: 3.42vw;
    border-radius: 1.95vw;
  }
}

@media (max-width: 767px) {
  .btnT1 {
    font-size: 93.75%;
    height: 8vw;
    padding: 0 4vw;
    border-radius: 9.33vw;
  }
}

.btnT2 {
  color: white;
  font-weight: 700;
  font-size: 84.21%;
  padding: 0.79vw 1.04vw;
  background: rgba(0, 0, 0, 0);
  border: 0.1vw solid #2dade0;
  border-radius: 1.3vw;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btnT2.blueBtn {
  background: #14365e;
  border: none;
}

.btnT2.whiteBtn {
  background: white;
  color: #14365e;
  border-color: #14365e;
}

@media (min-width: 1025px) {
  .btnT2.big {
    font-size: 100%;
    padding: 1.2vw 1.35vw;
    border-radius: 6.25vw;
  }
}

@media (min-width: 1025px) {
  .btnT2.size2 {
    font-size: 100%;
    padding: 1.2vw 1.35vw;
    border-radius: 6.25vw;
  }
}

@media (max-width: 767px) {
  .btnT2.size2 {
    font-size: 105%;
  }
}

@media (min-width: 1025px) {
  .btnT2 {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .btnT2:hover {
    background: #2dade0;
  }
}

@media (max-width: 1024px) {
  .btnT2 {
    padding: 1.46vw 1.56vw;
    border-radius: 2.93vw;
  }
}

@media (max-width: 767px) {
  .btnT2 {
    border: 0.53vw solid #2dade0;
    padding: 4.13vw 5.33vw;
    border-radius: 8vw;
    font-size: 131.25%;
  }
}

.btnT3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #14365e;
  font-weight: 700;
}

@media (max-width: 767px) {
  .btnT3 {
    font-size: 118.75%;
  }
}

@media (min-width: 1025px) {
  .btnT3:hover .text {
    text-decoration: underline;
  }
}

.btnT3 .text {
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 1024px) {
  .btnT3 .text {
    text-decoration: underline;
  }
}

.btnT3 .icon {
  color: white;
  background: #a8b31d;
  width: 1.3vw;
  height: 1.3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0.49vw;
  border-radius: 100%;
  font-size: 58%;
}

@media (max-width: 1024px) {
  .btnT3 .icon {
    width: 1.76vw;
    height: 1.76vw;
    font-size: 50%;
    margin-left: 0.88vw;
  }
}

@media (max-width: 767px) {
  .btnT3 .icon {
    width: 4.8vw;
    height: 4.8vw;
    font-size: 40%;
    margin-left: 2.4vw;
  }
}

.btnT3.whiteBtn {
  color: white;
}

.btnT3.whiteBtn .icon {
  background: white;
  color: #14365e;
}

.btnT3.blueBtn {
  color: #14365e;
}

.btnT3.blueBtn .icon {
  background: #14365e;
  color: white;
}

.btnT4 {
  color: #14365e;
  font-weight: 700;
  display: inline-block;
  text-decoration: underline;
}

@media (min-width: 1025px) {
  .btnT4 {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .btnT4:hover {
    color: #2dade0;
  }
}

.btnT4.greenBtn {
  color: #D2DE3B;
}

@media (min-width: 1025px) {
  .btnT4.greenBtn:hover {
    color: #F8FFA6;
  }
}

@media (max-width: 767px) {
  .btnT4.size2 {
    font-size: 118.75%;
  }
}

.btnT4.size3 {
  font-size: 162.5%;
}

@media (max-width: 767px) {
  .btnT4.size3 {
    font-size: 118.75%;
  }
}

.btnT4.size4 {
  font-size: 121%;
}

@media (max-width: 767px) {
  .btnT4.size4 {
    font-size: 118.75%;
  }
}

.btnT5 {
  color: #14365e;
  background: white;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5.21vw;
  padding: 0.63vw 0.73vw;
  font-size: 136.84%;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 1025px) {
  .btnT5:hover .btnT5_wrap {
    border-color: #2dade0;
  }
}

@media (max-width: 1024px) {
  .btnT5 {
    border-radius: 5.86vw;
    padding: 0.98vw 1.07vw;
  }
}

@media (max-width: 767px) {
  .btnT5 {
    font-size: 131.25%;
    border-radius: 16vw;
    padding: 2.67vw 2.93vw;
  }
}

.btnT5 .btnT5_wrap {
  border: 0.1vw solid #14365e;
  border-radius: 5.21vw;
  padding: 0.73vw 1.56vw;
  min-width: 13.02vw;
}

@media (min-width: 1025px) {
  .btnT5 .btnT5_wrap {
    -webkit-transition: .3s;
    transition: .3s;
  }
}

@media (max-width: 1024px) {
  .btnT5 .btnT5_wrap {
    border-radius: 5.86vw;
    padding: 1.07vw 1.95vw;
    min-width: 17.09vw;
  }
}

@media (max-width: 767px) {
  .btnT5 .btnT5_wrap {
    border: 0.53vw solid #14365e;
    border-radius: 8vw;
    padding: 2.93vw 5.33vw;
    min-width: 45.87vw;
  }
}

.btnT5.grayBtn {
  background: #f1f1f1;
}

.btnT6 {
  font-size: 115.8%;
  font-weight: 700;
  color: white;
  background: #14365e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1.41vw;
  width: 100%;
  padding: 1.09vw 1.25vw;
}

@media (min-width: 1025px) {
  .btnT6 {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .btnT6:hover {
    background: #1E4C82;
  }
}

@media (max-width: 767px) {
  .btnT6 {
    font-size: 112.5%;
    padding: 5.87vw 8vw;
    border-radius: 8.8vw;
  }
}

.btnT7 {
  background: #cecece;
  color: #14365e;
  font-size: 79%;
  font-weight: 400;
  padding: 0.18vw 0.52vw;
  border-radius: 4.17vw;
  border: 1px solid #b1b1b1;
}

@media (min-width: 1025px) {
  .btnT7 {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .btnT7:hover {
    border-color: #14365e;
    background: #14365e;
    color: white;
  }
}

@media (max-width: 767px) {
  .btnT7 {
    font-size: 90.625%;
    padding: 1.33vw 2.67vw;
    border-radius: 6.4vw;
  }
}

.btnT7.activeBtn {
  color: #D2DE3B;
  background: #14365e;
  border-color: #14365e;
}

@media (min-width: 1025px) {
  .btnT7.activeBtn:hover {
    color: #F8FFA6;
  }
}

.btnT8 {
  background: #cecece;
  color: #14365e;
  font-size: 89.47%;
  font-weight: 400;
  padding: 0.55vw 0.78vw;
  border-radius: 4.17vw;
  border: 1px solid #b1b1b1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  position: relative;
}

@media (min-width: 1025px) {
  .btnT8 {
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .btnT8:not(.disableBtn):hover {
    border-color: #14365e;
    background: #14365e;
    color: white;
  }
}

@media (max-width: 767px) {
  .btnT8 {
    font-size: 118.75%;
    padding: 2.93vw 6.93vw;
    border-radius: 21.33vw;
  }
}

.btnT8 input {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  opacity: 0;
}

@media (min-width: 1025px) {
  .btnT8 input {
    cursor: pointer;
  }
}

.btnT8.activeBtn {
  color: #D2DE3B;
  background: #14365e;
  border-color: #14365e;
}

@media (min-width: 1025px) {
  .btnT8.activeBtn:hover {
    color: #F8FFA6;
  }
}

.btnT8.disableBtn {
  opacity: .5;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  pointer-events: none;
}

.btnT8.disableBtn input {
  pointer-events: none;
}

.btnT8.type2 {
  border-radius: 1.35vw;
  padding: 0.52vw 0.94vw;
  min-width: 4.32vw;
}

@media (max-width: 767px) {
  .btnT8.type2 {
    border-radius: 5.07vw;
    padding: 2.13vw 4vw;
    font-size: 87.5%;
    min-width: 17.33vw;
  }
}

.btnT8.type2 i {
  margin-bottom: 0.57vw;
  font-size: 170%;
}

@media (max-width: 767px) {
  .btnT8.type2 i {
    margin-bottom: 1.6vw;
  }
}

.btnT9 {
  color: white;
  background: #deeff7;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5.21vw;
  padding: 0.42vw 0.52vw;
  font-size: 79%;
  text-align: center;
}

@media (min-width: 1025px) {
  .btnT9:hover .btnT9_wrap {
    background: #2dade0;
  }
}

@media (max-width: 1024px) {
  .btnT9 {
    padding: 0.68vw 0.78vw;
  }
}

@media (max-width: 767px) {
  .btnT9 {
    padding: 1.33vw 1.6vw;
    font-size: 100%;
    border-radius: 26.67vw;
  }
}

.btnT9 .btnT9_wrap {
  border-radius: 5.21vw;
  padding: 0.47vw 1.04vw;
  width: 100%;
  background: #14365e;
}

@media (min-width: 1025px) {
  .btnT9 .btnT9_wrap {
    -webkit-transition: .3s;
    transition: .3s;
  }
}

@media (max-width: 1024px) {
  .btnT9 .btnT9_wrap {
    padding: 0.78vw 1.95vw;
  }
}

@media (max-width: 767px) {
  .btnT9 .btnT9_wrap {
    border-radius: 26.67vw;
    padding: 2.4vw 5.33vw;
  }
}

.btn_more {
  display: none;
}

@media (max-width: 767px) {
  .btn_more {
    display: inline-block;
  }
}

.more_btnT1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .more_btnT1 {
    margin-top: 16vw;
  }
}

/*BTNS*/
/*FORMS*/
.form_container {
  position: relative;
}

.input_container, .textarea_container {
  padding: 1.56vw 1.25vw 0.31vw;
}

@media (max-width: 767px) {
  .input_container, .textarea_container {
    padding: 7.2vw 4.8vw 1.33vw;
  }
}

.textarea_container.size2 textarea {
  height: 2.8vw;
}

@media (max-width: 1024px) {
  .textarea_container.size2 textarea {
    height: 6.8vw;
  }
}

@media (max-width: 767px) {
  .textarea_container.size2 textarea {
    height: 21vw;
  }
}

@media (max-width: 767px) {
  .select_container {
    padding: 4.27vw 4.8vw;
  }
}

@media (min-width: 768px) {
  .select_container select {
    padding: 0.99vw 1.25vw !important;
  }
}

.input_container, .select_container, .textarea_container {
  position: relative;
  width: 100%;
  margin-bottom: 0.73vw;
  background: #e1e1e1;
  border: 1px solid #e1e1e1;
  font-size: 108%;
  border-radius: 0.63vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .input_container, .select_container, .textarea_container {
    margin-bottom: 1.27vw;
  }
}

@media (max-width: 767px) {
  .input_container, .select_container, .textarea_container {
    margin-bottom: 4.27vw;
    border-radius: 4.27vw;
    font-size: 114%;
  }
}

.input_container input, .input_container textarea, .input_container select, .select_container input, .select_container textarea, .select_container select, .textarea_container input, .textarea_container textarea, .textarea_container select {
  background: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
  width: 100%;
  height: 100%;
}

.input_container textarea, .select_container textarea, .textarea_container textarea {
  height: 6.51vw;
  resize: none;
}

@media (max-width: 1024px) {
  .input_container textarea, .select_container textarea, .textarea_container textarea {
    height: 9.96vw;
  }
}

@media (max-width: 767px) {
  .input_container textarea, .select_container textarea, .textarea_container textarea {
    height: 45.33vw;
  }
}

.input_container select, .select_container select, .textarea_container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.input_container select::-ms-expand, .select_container select::-ms-expand, .textarea_container select::-ms-expand {
  display: none;
}

.input_container .icon, .select_container .icon, .textarea_container .icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s;
  color: #14365e;
  font-size: 52%;
  left: 1.25vw;
}

@media (max-width: 767px) {
  .input_container .icon, .select_container .icon, .textarea_container .icon {
    left: 4.8vw;
  }
}

.input_container.type2, .select_container.type2, .textarea_container.type2 {
  width: auto;
  height: auto;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 2px solid white;
  color: white;
  font-size: 75%;
  margin-bottom: 0;
  border-radius: 0;
  padding: 0;
}

@media (max-width: 1024px) {
  .input_container.type2, .select_container.type2, .textarea_container.type2 {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .input_container.type2, .select_container.type2, .textarea_container.type2 {
    margin-bottom: 7.47vw;
    font-size: 120%;
    border-bottom: 0.53vw solid white;
  }
  .input_container.type2 input, .input_container.type2 textarea, .select_container.type2 input, .select_container.type2 textarea, .textarea_container.type2 input, .textarea_container.type2 textarea {
    text-align: center;
  }
}

.input_container.type2 input:-webkit-autofill, .input_container.type2 input:-webkit-autofill:hover, .input_container.type2 input:-webkit-autofill:focus, .select_container.type2 input:-webkit-autofill, .select_container.type2 input:-webkit-autofill:hover, .select_container.type2 input:-webkit-autofill:focus, .textarea_container.type2 input:-webkit-autofill, .textarea_container.type2 input:-webkit-autofill:hover, .textarea_container.type2 input:-webkit-autofill:focus {
  color: inherit;
  -webkit-text-fill-color: white;
}

.input_container.error, .select_container.error, .textarea_container.error {
  border-color: red;
}

.error_msg {
  position: absolute;
  top: 100%;
  right: 0;
  color: red;
}

.msg_send {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: white;
}

.msg_send.type2 {
  background: #14365e;
}

.form_label {
  position: absolute;
  top: 0.73vw;
  -webkit-transition: .3s;
  transition: .3s;
  pointer-events: none;
  font-size: 80%;
  line-height: 1;
}

@media (max-width: 767px) {
  .form_label {
    top: 3.2vw;
    font-size: 85%;
  }
}

.form_label.small {
  font-size: 70%;
}

@media (max-width: 767px) {
  .form_label.small {
    font-size: 78%;
  }
}

@media (min-width: 768px) {
  .form_label.small {
    top: 0.52vw;
  }
}

.file_container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .file_container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 768px) {
  .file_container .file_title .smallTextFile {
    display: none;
  }
}

@media (max-width: 767px) {
  .file_container .file_title {
    max-width: 38%;
  }
}

.file_container .file_text {
  max-width: 34%;
}

@media (max-width: 767px) {
  .file_container .file_text {
    display: none;
  }
}

.file_container .smallTextFile {
  font-size: 60%;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .file_container .smallTextFile {
    margin-top: 0.53vw;
    font-size: 81.25%;
    line-height: 1.4;
  }
}

.file_container .delete_file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.file_container .delete_file i {
  font-size: 84%;
  margin-right: 0.78vw;
}

@media (max-width: 767px) {
  .file_container .delete_file i {
    margin-right: 3.2vw;
  }
}

.file_container .delete_file span {
  display: block;
  text-align: left;
  line-height: 1.3;
}

.file_container.error .file_btn {
  border-color: red;
}

.file_btn_container {
  position: relative;
}

@media (max-width: 767px) {
  .file_btn_container {
    max-width: 62%;
  }
}

.file_btn_container .file_btn {
  background: white;
  color: #14365e;
  font-size: 74%;
  border: 1px solid #14365e;
  border-radius: 0.83vw;
  padding: 0.42vw 1.04vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}

@media (min-width: 1025px) {
  .file_btn_container .file_btn {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .file_btn_container .file_btn:hover {
    background: #14365e;
    color: white;
  }
}

@media (max-width: 767px) {
  .file_btn_container .file_btn {
    font-size: 100%;
    border-radius: 6.67vw;
    padding: 3.73vw 8vw;
  }
}

.file_btn_container input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
}

/*FORMS*/
/*PARTS*/
.social_mediaT1 {
  padding: 0;
  margin: 0;
  list-style: none;
  border-color: rgba(0, 0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.social_mediaT1 li {
  margin-left: 0.78vw;
}

@media (max-width: 1024px) {
  .social_mediaT1 li {
    margin-left: 1.95vw;
  }
}

@media (max-width: 767px) {
  .social_mediaT1 li {
    margin-left: 5.33vw;
  }
}

.social_mediaT1 li:last-child {
  margin: 0;
}

@media (max-width: 767px) {
  .social_mediaT1 .btnT1 {
    height: 11.47vw;
  }
}

.mediaT1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #14365e;
  color: white;
  border-radius: 100%;
  height: 1.98vw;
  width: 1.98vw;
  overflow: hidden;
  font-size: 95%;
}

@media (max-width: 1024px) {
  .mediaT1 {
    height: 3.42vw;
    width: 3.42vw;
  }
}

@media (min-width: 1025px) {
  .mediaT1 {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .mediaT1:hover {
    background: #2dade0;
  }
}

@media (max-width: 767px) {
  .mediaT1 {
    width: 11.47vw;
    height: 11.47vw;
    font-size: 125%;
  }
}

.image_back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.image_back img, .image_back video, .image_back iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main_container {
  position: relative;
}

.main_container.type2 .main_container_wrap::after {
  padding-bottom: 31.25%;
}

@media (max-width: 1024px) {
  .main_container.type2 .main_container_wrap::after {
    padding-bottom: 44.54%;
  }
}

@media (max-width: 767px) {
  .main_container.type2 .main_container_wrap::after {
    padding-bottom: 78.67%;
  }
}

@media (max-width: 767px) {
  .main_container.type2 .bowl svg {
    fill: #14365e;
  }
}

.main_container .image_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
}

.main_container_wrap {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main_container_wrap::after {
  content: "";
  display: block;
  padding-bottom: 26.66%;
}

@media (max-width: 1024px) {
  .main_container_wrap::after {
    padding-bottom: 38%;
  }
}

@media (max-width: 767px) {
  .main_container_wrap::after {
    padding-bottom: 78.67%;
  }
}

.main_container_btn {
  position: absolute;
  z-index: 1;
  left: 13.54%;
  top: 24%;
}

@media (max-width: 1024px) {
  .main_container_btn {
    left: 4.1%;
    top: 14%;
  }
}

@media (max-width: 767px) {
  .main_container_btn {
    left: 4.8vw;
    top: 7vw;
  }
}

.bowl {
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.bowl svg {
  width: 100%;
  position: relative;
  fill: white;
}

.bowl.grayBowl svg {
  fill: #f1f1f1;
}

.bowl.blueBowl svg {
  fill: #14365e;
}

.playBtn {
  position: absolute;
  color: #14365e;
  width: 7.12vw;
  -webkit-transition: .3s;
  transition: .3s;
  margin: 0 auto;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.playBtn .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 110%;
}

@media (min-width: 1025px) {
  .playBtn:hover {
    color: #2dade0;
  }
}

@media (max-width: 1024px) {
  .playBtn {
    width: 10.5vw;
  }
}

@media (max-width: 767px) {
  .playBtn {
    width: 33vw;
  }
}

.text_containerT1 {
  position: relative;
}

@media (min-width: 768px) {
  .text_containerT1 .textColumns {
    -webkit-columns: 2;
            columns: 2;
    -webkit-column-gap: 5.75%;
            column-gap: 5.75%;
  }
}

.text_containerT1 .main_title {
  margin-bottom: 5.21vw;
}

@media (max-width: 1024px) {
  .text_containerT1 .main_title {
    margin-bottom: 5.86vw;
  }
}

.text_containerT1 .textP {
  margin-top: 1.56vw;
}

@media (max-width: 1024px) {
  .text_containerT1 .textP {
    margin-top: 1.56vw;
  }
}

@media (max-width: 767px) {
  .text_containerT1 .textP {
    margin-top: 5.33vw;
  }
}

.text_containerT1 .btn {
  margin-top: 2.08vw;
}.section_cubesT2 .cubeT2 .btn {    position: absolute;    bottom: -2.5vw;}

@media (max-width: 1024px) {
  .text_containerT1 .btn,.section_cubesT2 .cubeT2 .btn  {
    margin-top: 1.95vw;
  }
}

@media (max-width: 767px) {
  .text_containerT1 .btn  {
    margin-top: 6.67vw;
  }  .section_cubesT2 .cubeT2 .btn {    margin-top: 5vw;    position: relative;}
}

.text_containerT1 .image {
  width: 11.72vw;
  margin: 0 auto;
  margin-bottom: 2.34vw;
}

@media (max-width: 1024px) {
  .text_containerT1 .image {
    width: 15vw;
    margin-bottom: 4.39vw;
  }
}

@media (max-width: 767px) {
  .text_containerT1 .image {
    width: 37.87vw;
    margin-bottom: 12vw;
  }
}

.text_containerT1 .social_media {
  margin-top: 0.78vw;
}

@media (max-width: 1024px) {
  .text_containerT1 .social_media {
    margin-top: 2.44vw;
  }
}

@media (max-width: 767px) {
  .text_containerT1 .social_media {
    margin-top: 5.33vw;
  }
}

.text_containerT1.centerType {
  text-align: center;
  margin: 0 auto;
}

.text_containerT1.centerType .title, .text_containerT1.centerType .btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.text_containerT1.size1 {
  width: 39.59vw;
}

@media (max-width: 1024px) {
  .text_containerT1.size1 {
    width: 54.2vw;
  }
}

@media (max-width: 767px) {
  .text_containerT1.size1 {
    width: 70.67vw;
  }
}

.text_containerT3 {
  background: #14365e;
  color: white;
  padding: 5.21vw 13.54vw;
}

@media (max-width: 1024px) {
  .text_containerT3 {
    padding: 6.35vw 4.1vw;
  }
}

@media (max-width: 767px) {
  .text_containerT3 {
    padding: 9.33vw 4.8vw;
  }
}

.text_containerT3 .textP {
  width: 70%;
}

@media (max-width: 1024px) {
  .text_containerT3 .textP {
    width: 65%;
  }
}

@media (max-width: 767px) {
  .text_containerT3 .textP {
    width: 100%;
    margin-top: 5.33vw;
  }
}

.text_containerT3 .title {
  width: 26%;
}

@media (max-width: 1024px) {
  .text_containerT3 .title {
    width: 30%;
  }
}

@media (max-width: 767px) {
  .text_containerT3 .title {
    width: 100%;
  }
}

.text_containerT3 .text_containerT3_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .text_containerT3 .text_containerT3_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 11.2vw;
  }
}

.text_containerT3 .text_containerT3_btn {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 13.33vw;
}

@media (max-width: 767px) {
  .text_containerT3 .text_containerT3_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.text_containerT3.gray {
  background: #f1f1f1;
  color: #000000;
}

.text_containerT3.gray .title {
  color: #14365e;
}

.text_containerT3.gray .titleT2 span:not(:first-of-type) {
  color: #2dade0;
}

.text_containerT4 {
  text-align: center;
  width: 62.5%;
  margin: 0 auto;
  margin-bottom: 4.17vw;
}

@media (max-width: 1024px) {
  .text_containerT4 {
    margin-bottom: 5.86vw;
    width: 72.3%;
  }
}

@media (max-width: 767px) {
  .text_containerT4 {
    width: 90.4%;
    margin-bottom: 13.33vw;
  }
}

.text_containerT4 .title, .text_containerT4 .btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.text_containerT4 .textP {
  margin-top: 1.56vw;
}

@media (max-width: 1024px) {
  .text_containerT4 .textP {
    margin-top: 1.56vw;
  }
}

@media (max-width: 767px) {
  .text_containerT4 .textP {
    margin-top: 5.33vw;
  }
}

@media (min-width: 1025px) {
  .text_containerT4.type2 {
    margin-bottom: 6.51vw;
  }
}

.titleT1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.titleT1 > span {
  width: 100%;
}

.titleT1 strong {
  font-weight: 900;
}

.titleT1 span:nth-child(2) {
  font-weight: 900;
}

.titleT2 {
  position: relative;
  padding-right: 1.77vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1024px) {
  .titleT2 {
    padding-right: 2.73vw;
  }
}

@media (max-width: 767px) {
  .titleT2 {
    padding-right: 9.33vw;
  }
}

.titleT2::before {
  content: "";
  position: absolute;
  background: #D2DE3B;
  width: 1.15vw;
  height: 100%;
  right: 0;
  border-radius: 0.63vw;
}

@media (max-width: 767px) {
  .titleT2::before {
    width: 5.33vw;
    border-radius: 3.2vw;
  }
}

.titleT2 span:not(:first-of-type) {
  color: #D2DE3B;
  font-weight: 900;
}

.titleT2.type2 span:not(:first-of-type) {
  color: #14365e;
}

.titleT3 {
  position: relative;
  padding-right: 1.77vw;
}

@media (max-width: 1024px) {
  .titleT3 {
    padding-right: 1.95vw;
  }
}

@media (max-width: 767px) {
  .titleT3 {
    padding-right: 7.2vw;
  }
}

.titleT3::before {
  content: "";
  position: absolute;
  background: #a8b31d;
  width: 1.15vw;
  height: 100%;
  right: 0;
  border-radius: 0.63vw;
}

@media (max-width: 767px) {
  .titleT3::before {
    width: 5.33vw;
    border-radius: 3.2vw;
  }
}

.container_temp1 {
  width: 72.92%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .container_temp1 {
    width: 91.8%;
  }
}

@media (max-width: 767px) {
  .container_temp1 {
    width: 90.4%;
  }
}

.container_temp2 {
  width: 72.92%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .container_temp2 {
    width: 91.8%;
  }
}

@media (max-width: 767px) {
  .container_temp2 {
    width: 100%;
  }
}

.section_temp1 {
  margin: 6.51vw auto;
}

@media (max-width: 1024px) {
  .section_temp1 {
    margin: 7.32vw auto;
  }
}

@media (max-width: 767px) {
  .section_temp1 {
    margin: 17.33vw auto;
  }
}

.section_temp1.noTop {
  margin-top: 0;
}

.section_temp1.noB {
  margin-bottom: 0;
}

.section_temp2 {
  padding: 6.51vw 0;
}

@media (max-width: 1024px) {
  .section_temp2 {
    padding: 7.32vw 0;
  }
}

@media (max-width: 767px) {
  .section_temp2 {
    padding: 17.33vw 0;
  }
}

@media (max-width: 767px) {
  .section_temp2.type2 {
    padding: 10.67vw 0;
  }
}

.section_temp2.type3 {
  padding-top: 1.3vw;
}

@media (max-width: 767px) {
  .section_temp2.type3 {
    padding-top: 9.33vw;
  }
}

@media (min-width: 1025px) {
  .section_temp2.type4 {
    padding-top: 1.3vw;
  }
}

@media (min-width: 1025px) {
  .section_temp2.type5 {
    padding-top: 13.8vw;
  }
}

.section_temp2.noTop {
  padding-top: 0;
}

@media (max-width: 767px) {
  .section_temp2.noTopMob {
    padding-top: 0;
  }
}

.section_temp2.noB {
  padding-bottom: 0;
}

.section_temp3 {
  margin-bottom: 4.69vw;
}

@media (max-width: 1024px) {
  .section_temp3 {
    margin-bottom: 5.37vw;
  }
}

@media (max-width: 767px) {
  .section_temp3 {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .section_temp3.sectionT4 {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .section_temp3.type2 {
    margin-bottom: 16vw;
  }
}

.blueTop, .grayTop {
  position: relative;
  margin-top: 0;
}

.blueTop::before, .grayTop::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 6.25vw;
  background: #14365e;
}

@media (max-width: 1024px) {
  .blueTop::before, .grayTop::before {
    height: 5.08vw;
  }
}

@media (max-width: 767px) {
  .blueTop::before, .grayTop::before {
    height: 45.87vw;
  }
}

.blueTop.size2::before, .grayTop.size2::before {
  height: 8.07vw;
}

@media (max-width: 1024px) {
  .blueTop.size2::before, .grayTop.size2::before {
    height: 11.72vw;
  }
}

@media (max-width: 767px) {
  .blueTop.size2::before, .grayTop.size2::before {
    height: 30vw;
  }
}

.blueTop.size3::before, .grayTop.size3::before {
  height: 13.02vw;
}

@media (max-width: 1024px) {
  .blueTop.size3::before, .grayTop.size3::before {
    height: 11.72vw;
  }
}

@media (max-width: 767px) {
  .blueTop.size3::before, .grayTop.size3::before {
    height: 40vw;
  }
}

.grayTop::before {
  background: #f1f1f1;
}

.textWrap a:not(.video_linkT1):not(.iconType):not(.btn) {
  color: #14365e;
  text-decoration: underline;
}

@media (min-width: 1025px) {
  .textWrap a:not(.video_linkT1):not(.iconType):not(.btn) {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .textWrap a:not(.video_linkT1):not(.iconType):not(.btn):hover {
    color: #2dade0;
  }
}

.textWrapDark a {
  color: #D2DE3B;
  text-decoration: underline;
}

@media (min-width: 1025px) {
  .textWrapDark a {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .textWrapDark a:hover {
    color: #F8FFA6;
  }
}

.wraperT1 {
  width: 72.91%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .wraperT1 {
    width: 91.8%;
  }
}

@media (max-width: 767px) {
  .wraperT1 {
    width: 100%;
  }
}

.wraperT2 {
  width: 51.04%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .wraperT2 {
    width: 73.24%;
  }
}

@media (max-width: 767px) {
  .wraperT2 {
    width: 100%;
  }
}

.wraperT3 {
  width: 43.75%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .wraperT3 {
    width: 62%;
  }
}

@media (max-width: 767px) {
  .wraperT3 {
    width: 90.4%;
  }
}

/*POPUP TYPE1*/
.popupT1 {
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  display: none;
}

@media (min-width: 768px) {
  .popupT1 {
    opacity: 0;
    -webkit-transition: opacity .2s .3s, -webkit-transform 0s .5s;
    transition: opacity .2s .3s, -webkit-transform 0s .5s;
    transition: opacity .2s .3s, transform 0s .5s;
    transition: opacity .2s .3s, transform 0s .5s, -webkit-transform 0s .5s;
  }
}

@media (max-width: 767px) {
  .popupT1 {
    -webkit-transition: .3s;
    transition: .3s;
  }
}

.popupT1.open {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

@media (min-width: 768px) {
  .popupT1.open {
    opacity: 1;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
  .popupT1.open .popupT1_container {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
  }
}

.popupT1 .popup_wrap {
  position: relative;
  height: 100%;
}

.popupT1 .popup_wrap.size2 .popupT1_image {
  height: 22.6%;
}

@media (max-width: 1024px) {
  .popupT1 .popup_wrap.size2 .popupT1_image {
    height: 17%;
  }
}

@media (max-width: 767px) {
  .popupT1 .popup_wrap.size2 .popupT1_image {
    height: 32%;
  }
}

.popupT1 .popup_wrap.size2 .popupT1_content {
  height: 68.04%;
}

@media (max-width: 1024px) {
  .popupT1 .popup_wrap.size2 .popupT1_content {
    height: 78%;
  }
}

@media (max-width: 767px) {
  .popupT1 .popup_wrap.size2 .popupT1_content {
    height: 57%;
  }
}

.popupT1 .popup_wrap.size3 .popupT1_image {
  height: 10.65%;
}

@media (max-width: 1024px) {
  .popupT1 .popup_wrap.size3 .popupT1_image {
    height: 8%;
  }
}

@media (max-width: 767px) {
  .popupT1 .popup_wrap.size3 .popupT1_image {
    height: 17.3%;
  }
}

.popupT1 .popup_wrap.size3 .popupT1_content {
  height: 89.35%;
}

@media (max-width: 1024px) {
  .popupT1 .popup_wrap.size3 .popupT1_content {
    height: 92%;
  }
}

@media (max-width: 767px) {
  .popupT1 .popup_wrap.size3 .popupT1_content {
    height: 82.7%;
  }
}

.popupT1_data {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 9%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.04vw 0.78vw;
}

@media (max-width: 1024px) {
  .popupT1_data {
    padding: 0.98vw 3.42vw;
    height: 5%;
  }
}

@media (max-width: 767px) {
  .popupT1_data {
    padding: 0px 4.8vw 2.67vw;
    height: 11%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.popupT1_container {
  background: white;
  width: 27.34%;
  margin-right: auto;
  height: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .popupT1_container {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

@media (max-width: 1024px) {
  .popupT1_container {
    width: 50%;
    height: 100%;
    overflow-y: auto;
  }
}

@media (max-width: 767px) {
  .popupT1_container {
    width: 100%;
    overflow-y: inherit;
  }
}

.popupT1_container.type2 {
  background-color: #f1f1f1;
  background-image: url("../img/menu_category.png");
  background-position: left bottom;
  background-size: 13.54vw;
  background-repeat: no-repeat;
  padding: 6.51vw 2.34vw 7.81vw;
}

@media (max-width: 1024px) {
  .popupT1_container.type2 {
    padding: 9.77vw 4.88vw;
    background-size: 22.95vw;
  }
}

@media (max-width: 767px) {
  .popupT1_container.type2 {
    background-size: 43.73vw;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .popupT1_container.type3 {
    width: 65%;
  }
}

@media (min-width: 1025px) {
  .popupT1_container.type3 {
    width: 36%;
  }
}

.popupT1_btn {
  position: absolute;
  top: 0.78vw;
  right: 1.04vw;
  font-size: 110%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  padding: 0.78vw;
}

@media (max-width: 1024px) {
  .popupT1_btn {
    font-size: 160%;
    top: 1.52vw;
    right: 1.04vw;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .popupT1_btn {
    font-size: 98%;
    padding: 4vw;
    top: 1.33vw;
    right: 1.8vw;
  }
}

.popupT1_btn:not(.dark) {
  text-shadow: 0 0 0.78vw rgba(0, 0, 0, 0.63);
  color: white;
}

@media (max-width: 767px) {
  .popupT1_btn:not(.dark) {
    text-shadow: 0 0 4vw rgba(0, 0, 0, 0.63);
  }
}

.popupT1_btn.dark {
  color: #4e4e4e;
}

.popupT1_btn.type2 {
  position: fixed;
}

@media (min-width: 1025px) {
  .scroll_container.size2 {
    max-height: 36vw;
  }
}

@media (min-width: 1025px) {
  .scroll_container.size3 {
    max-height: 7.3vw;
  }
}

@media (min-width: 1025px) {
  .scroll_container .scrollT1 {
    padding-right: 0.94vw;
  }
}

@media (max-width: 767px) {
  .popupT1_form .formT2 {
    width: 100%;
  }
}

.popupT1_image {
  position: relative;
  width: 100%;
  height: 41%;
}

@media (max-width: 1024px) {
  .popupT1_image {
    height: 30%;
  }
}

@media (max-width: 767px) {
  .popupT1_image {
    height: 46%;
  }
}

.popupT1_content {
  height: 59%;
}

@media (max-width: 1024px) {
  .popupT1_content {
    height: 70%;
  }
}

@media (max-width: 767px) {
  .popupT1_content {
    height: 54%;
    overflow-y: auto;
  }
}

.popupT1_content .txt1 {
  margin-bottom: 0.63vw;
}

@media (max-width: 767px) {
  .popupT1_content .txt1 {
    margin-bottom: 2.67vw;
  }
}

.popupT1_content .txt2 {
  margin-bottom: 1.04vw;
}

@media (max-width: 767px) {
  .popupT1_content .txt2 {
    margin-bottom: 4.8vw;
  }
}

.popupT1_content .txt3 {
  margin-top: 1.8vw;
}

@media (max-width: 1024px) {
  .popupT1_content .txt3 {
    margin-top: 2.8vw;
  }
}

@media (max-width: 767px) {
  .popupT1_content .txt3 {
    margin-top: 9.33vw;
  }
}

.popupT1_content .iconType {
  font-size: 122%;
  margin-left: 0.63vw;
  margin-top: 0.63vw;
  display: inline-block;
  margin-bottom: -0.1vw;
}

@media (max-width: 767px) {
  .popupT1_content .iconType {
    font-size: 140%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    margin-left: 4.8vw;
    margin-top: 3.47vw;
  }
}

.popupT1_content .btn1 {
  display: block;
  margin-top: 0.16vw;
}

@media (min-width: 1025px) {
  .popupT1_content .btn1 {
    padding-right: 0.94vw;
  }
}

@media (max-width: 767px) {
  .popupT1_content .btn1 {
    margin-top: 1.33vw;
  }
}

.popupT1_content_wrap {
  padding: 1.04vw 1.82vw;
}

@media (max-width: 1024px) {
  .popupT1_content_wrap {
    padding: 1.95vw 3.42vw;
  }
}

@media (max-width: 767px) {
  .popupT1_content_wrap {
    padding: 6.67vw 4.8vw 9.33vw;
  }
}

.list_data .row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #aaaaaa;
  padding: 0.57vw 0;
}

@media (max-width: 767px) {
  .list_data .row {
    padding: 2.67vw 0;
  }
}

.list_data .row_name {
  width: 21.3%;
}

@media (max-width: 767px) {
  .list_data .row_name {
    width: 27%;
  }
}

.list_data .row_text {
  width: 78.7%;
}

@media (max-width: 767px) {
  .list_data .row_text {
    width: 73%;
  }
}

@media (max-width: 767px) {
  .category_list_wrap {
    height: calc(100% - 19vw);
    overflow-y: auto;
    padding: 0 14.67vw;
    padding-bottom: 13.33vw;
    margin-top: 4vw;
  }
}

@media (max-width: 1024px) {
  .categories_list_container {
    font-size: 120%;
  }
}

@media (max-width: 767px) {
  .categories_list_container {
    font-size: 100%;
    height: 100%;
  }
}

.categories_list_container .title {
  margin-bottom: 2.08vw;
}

@media (max-width: 1024px) {
  .categories_list_container .title {
    margin-bottom: 4.88vw;
  }
}

@media (max-width: 767px) {
  .categories_list_container .title {
    height: 15vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 14.67vw;
    margin: 0;
  }
}

.category_list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #14365e;
  font-weight: 700;
}

.category_list li {
  margin-bottom: 1.04vw;
}

@media (max-width: 1024px) {
  .category_list li {
    margin-bottom: 2.44vw;
  }
}

@media (max-width: 767px) {
  .category_list li {
    margin-bottom: 5.33vw;
  }
}

.category_list li:last-of-type {
  margin: 0;
}

@media (min-width: 1025px) {
  .category_list a {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .category_list a:hover {
    text-decoration: underline;
  }
}

.category_list a.active {
  color: #2dade0;
  font-weight: 900;
}

.director_data {
  position: absolute;
  top: -2.16vw;
  left: 0.78vw;
  width: 27%;
  text-align: center;
}

@media (max-width: 1024px) {
  .director_data {
    top: -2.66vw;
  }
}

@media (max-width: 767px) {
  .director_data {
    left: 4.8vw;
    width: 28%;
    top: -13vw;
  }
}

.director_image {
  position: relative;
  width: 4.32vw;
  height: 4.32vw;
  overflow: hidden;
  border-radius: 100%;
  margin: 0 auto;
  border: 0.16vw solid white;
}

@media (max-width: 1024px) {
  .director_image {
    width: 5.32vw;
    height: 5.32vw;
  }
}

@media (max-width: 767px) {
  .director_image {
    width: 20vw;
    height: 20vw;
    border: 0.8vw solid white;
  }
}

.director_name {
  font-size: 78.95%;
  line-height: 1.12;
  margin-top: 0.36vw;
}

@media (max-width: 767px) {
  .director_name {
    font-size: 90%;
    margin-top: 1.6vw;
  }
}

.director_name .title {
  font-size: 80%;
}

/*PARTS*/
.loaderT1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: -1;
  display: none;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 4.17vw;
  height: 4.17vw;
}

@media (max-width: 767px) {
  .lds-ring {
    width: 26.67vw;
    height: 26.67vw;
  }
}

.lds-ring div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0.42vw solid #2dade0;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #2dade0 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

@media (max-width: 767px) {
  .lds-ring div {
    border-width: 2.13vw;
  }
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

body.ie select::-ms-expand {
  display: none;
}

body.ie .bowl {
  display: none;
}

/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.12.0
 *
 * Copyright KingSora | Rene Haas.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 05.04.2020
 */
/*
OVERLAY SCROLLBARS CORE:
*/
html.os-html,
html.os-html > .os-host {
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  position: absolute !important;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}

html.os-html > .os-host > .os-padding {
  position: absolute;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}

body.os-dragging,
body.os-dragging * {
  cursor: default;
}

.os-host,
.os-host-textarea {
  position: relative;
  overflow: visible !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.os-host-flexbox {
  overflow: hidden !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.os-host-flexbox > .os-size-auto-observer {
  height: inherit !important;
}

.os-host-flexbox > .os-content-glue {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.os-host-flexbox > .os-size-auto-observer,
.os-host-flexbox > .os-content-glue {
  min-height: 0;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

#os-dummy-scrollbar-size {
  position: fixed;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  visibility: hidden;
  overflow: scroll;
  height: 500px;
  width: 500px;
}

#os-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

/* fix restricted measuring */
#os-dummy-scrollbar-size:before,
#os-dummy-scrollbar-size:after,
.os-content:before,
.os-content:after {
  content: '';
  display: table;
  width: 0.01px;
  height: 0.01px;
  line-height: 0;
  font-size: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  visibility: hidden;
}

#os-dummy-scrollbar-size,
.os-viewport {
  -ms-overflow-style: scrollbar !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,
.os-viewport-native-scrollbars-invisible.os-viewport {
  scrollbar-width: none !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  background: transparent !important;
}

.os-content-glue {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.os-padding {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  direction: inherit;
  position: absolute;
  overflow: visible;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 1;
}

.os-host-overflow > .os-padding {
  overflow: hidden;
}

.os-viewport {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  outline: none !important;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.os-content-arrange {
  position: absolute;
  z-index: -1;
  min-height: 1px;
  min-width: 1px;
  pointer-events: none;
}

.os-content {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  height: 100%;
  width: 100%;
  visibility: visible;
}

.os-content > .os-textarea {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  direction: inherit !important;
  background: transparent !important;
  outline: 0px none transparent !important;
  overflow: hidden !important;
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border-radius: 0px !important;
  float: none !important;
  -webkit-filter: none !important;
  filter: none !important;
  border: none !important;
  resize: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  max-width: none !important;
  max-height: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-perspective: none !important;
  perspective: none !important;
  opacity: 1 !important;
  z-index: 1 !important;
  clip: auto !important;
  vertical-align: baseline !important;
  padding: 0px;
}

.os-host-rtl > .os-padding > .os-viewport > .os-content > .os-textarea {
  right: 0 !important;
}

.os-content > .os-textarea-cover {
  z-index: -1;
  pointer-events: none;
}

.os-content > .os-textarea[wrap='off'] {
  white-space: pre !important;
  margin: 0px !important;
}

.os-text-inherit {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  text-indent: inherit;
  text-align: inherit;
  text-shadow: inherit;
  text-overflow: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  line-height: inherit;
  unicode-bidi: inherit;
  direction: inherit;
  color: inherit;
  cursor: text;
}

.os-resize-observer,
.os-resize-observer-host {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.os-resize-observer-host {
  padding: inherit;
  border: inherit;
  border-color: transparent;
  border-style: solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.os-resize-observer-host > .os-resize-observer {
  height: 200%;
  width: 200%;
  padding: inherit;
  border: inherit;
  margin: 0px;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.os-resize-observer-host.observed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.os-resize-observer-host.observed > .os-resize-observer {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.os-size-auto-observer {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.os-size-auto-observer > .os-resize-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}

.os-resize-observer-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  direction: ltr !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

.os-resize-observer-item-final {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

.os-resize-observer {
  -webkit-animation-duration: 0.001s;
  animation-duration: 0.001s;
  -webkit-animation-name: os-resize-observer-dummy-animation;
  animation-name: os-resize-observer-dummy-animation;
}

object.os-resize-observer {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

@-webkit-keyframes os-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }
  to {
    z-index: -1;
  }
}

@keyframes os-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }
  to {
    z-index: -1;
  }
}

/*
CUSTOM SCROLLBARS AND CORNER CORE:
*/
.os-host-transition > .os-scrollbar,
.os-host-transition > .os-scrollbar-corner {
  -webkit-transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

html.os-html > .os-host > .os-scrollbar {
  position: absolute;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
  z-index: 999999;
  /* highest z-index of the page */
}

@media (max-width: 1024px) {
  html.os-html > .os-host > .os-scrollbar {
    opacity: 0;
    pointer-events: none;
    z-index: -999999999;
  }
}

.os-scrollbar,
.os-scrollbar-corner {
  position: absolute;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  z-index: 1;
}

.os-scrollbar-corner {
  bottom: 0;
  right: 0;
}

.os-scrollbar {
  pointer-events: none;
}

.os-scrollbar-track {
  pointer-events: auto;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 !important;
  border: none !important;
}

.os-scrollbar-handle {
  pointer-events: auto;
  position: absolute;
  width: 100%;
  height: 100%;
}

.os-scrollbar-handle-off,
.os-scrollbar-track-off {
  pointer-events: none;
}

.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
  pointer-events: none !important;
}

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
}

.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}

.os-scrollbar-vertical {
  top: 0;
  right: 0;
}

.os-host-rtl > .os-scrollbar-horizontal {
  right: 0;
}

.os-host-rtl > .os-scrollbar-vertical {
  right: auto;
}

.os-host-rtl > .os-scrollbar-corner {
  right: auto;
}

.os-scrollbar-auto-hidden,
.os-padding + .os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-corner,
.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical + .os-scrollbar-corner,
.os-scrollbar-horizontal + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.os-scrollbar-corner-resize-both {
  cursor: nwse-resize;
}

.os-host-rtl > .os-scrollbar-corner-resize-both {
  cursor: nesw-resize;
}

.os-scrollbar-corner-resize-horizontal {
  cursor: ew-resize;
}

.os-scrollbar-corner-resize-vertical {
  cursor: ns-resize;
}

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
  cursor: default;
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
  top: 0;
  bottom: 0;
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal {
  right: 0;
  left: 0;
}

.os-scrollbar:hover,
.os-scrollbar-corner.os-scrollbar-corner-resize {
  opacity: 1 !important;
  visibility: visible !important;
}

.os-scrollbar-corner.os-scrollbar-corner-resize {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  pointer-events: auto !important;
}

.os-host-rtl > .os-scrollbar-corner.os-scrollbar-corner-resize {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.os-host-overflow {
  overflow: hidden !important;
}

/*
THEMES:
*/
/* NONE THEME: */
.os-theme-none > .os-scrollbar-horizontal,
.os-theme-none > .os-scrollbar-vertical,
.os-theme-none > .os-scrollbar-corner {
  display: none !important;
}

.os-theme-none > .os-scrollbar-corner-resize {
  display: block !important;
  min-width: 10px;
  min-height: 10px;
}

/* DARK & LIGHT THEME: */
.os-theme-dark > .os-scrollbar-horizontal,
.os-theme-light > .os-scrollbar-horizontal {
  right: 10px;
  height: 10px;
}

.os-theme-dark > .os-scrollbar-vertical,
.os-theme-light > .os-scrollbar-vertical {
  bottom: 10px;
  width: 0.42vw;
}

@media (max-width: 767px) {
  .os-theme-dark > .os-scrollbar-vertical,
  .os-theme-light > .os-scrollbar-vertical {
    width: 3.2vw;
  }
}

.scrollT2 > .os-scrollbar-vertical {
  width: 0.16vw;
}

.os-theme-dark.os-host-rtl > .os-scrollbar-horizontal,
.os-theme-light.os-host-rtl > .os-scrollbar-horizontal {
  left: 10px;
  right: 0;
}

.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  height: 10px;
  width: 10px;
}

.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  background-color: transparent;
}

.os-theme-dark > .os-scrollbar,
.os-theme-light > .os-scrollbar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
}

.os-theme-dark > .os-scrollbar.os-scrollbar-unusable,
.os-theme-light > .os-scrollbar.os-scrollbar-unusable {
  background: transparent;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  background: #f1f1f1;
}

.scrollT2 > .os-scrollbar > .os-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.os-theme-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  min-width: 30px;
}

.os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  min-height: 30px;
}

.os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: #14365e;
}

.scrollT2 > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: #cecece;
  border-radius: 3.54vw;
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: #14365e;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: #14365e;
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: #14365e;
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

.os-theme-dark.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before {
  display: none;
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: -6px;
  bottom: -2px;
}

.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  left: -6px;
  right: -2px;
}

.os-host-rtl.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  right: -6px;
  left: -2px;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?ueyh8n");
  src: url("../fonts/icomoon/icomoon.eot?ueyh8n#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?ueyh8n") format("truetype"), url("../fonts/icomoon/icomoon.woff?ueyh8n") format("woff"), url("../fonts/icomoon/icomoon.svg?ueyh8n#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu2:before {
  content: "\e920";
}

.icon-arrowBBlack:before {
  content: "\e91c";
}

.icon-arrowLBlack:before {
  content: "\e91d";
}

.icon-arrowRBlack:before {
  content: "\e91e";
}

.icon-arrowTBlack:before {
  content: "\e91f";
}

.icon-play:before {
  content: "\e91b";
}

.icon-arrowTringleB:before {
  content: "\e904";
}

.icon-arrowTringleL:before {
  content: "\e918";
}

.icon-arrowTringleR:before {
  content: "\e919";
}

.icon-arrowTringleT:before {
  content: "\e91a";
}

.icon-arrowBig:before {
  content: "\e917";
}

.icon-close:before {
  content: "\e909";
}

.icon-close2:before {
  content: "\e916";
}

.icon-arrowB:before {
  content: "\e900";
}

.icon-arrowB2:before {
  content: "\e901";
}

.icon-arrowL:before {
  content: "\e902";
}

.icon-arrowL2:before {
  content: "\e903";
}

.icon-arrowR:before {
  content: "\e905";
}

.icon-arrowR2:before {
  content: "\e906";
}

.icon-arrowT:before {
  content: "\e907";
}

.icon-arrowT2:before {
  content: "\e908";
}

.icon-closeLight:before {
  content: "\e90a";
}

.icon-email:before {
  content: "\e90b";
}

.icon-facebook:before {
  content: "\e90c";
}

.icon-instagram:before {
  content: "\e90d";
}

.icon-location:before {
  content: "\e90e";
}

.icon-map:before {
  content: "\e90f";
}

.icon-menu:before {
  content: "\e910";
}

.icon-quote:before {
  content: "\e911";
}

.icon-shear:before {
  content: "\e912";
}

.icon-twitter:before {
  content: "\e913";
}

.icon-waze:before {
  content: "\e914";
}

.icon-youtube:before {
  content: "\e915";
}

@font-face {
  font-family: 'icomoon';
  src:  url('https://i.icomoon.io/public/temp/1abb7ca0d9/UntitledProject/icomoon.eot?b2slvp');
  src:  url('https://i.icomoon.io/public/temp/1abb7ca0d9/UntitledProject/icomoon.eot?b2slvp#iefix') format('embedded-opentype'),
    url('https://i.icomoon.io/public/temp/1abb7ca0d9/UntitledProject/icomoon.ttf?b2slvp') format('truetype'),
    url('https://i.icomoon.io/public/temp/1abb7ca0d9/UntitledProject/icomoon.woff?b2slvp') format('woff'),
    url('https://i.icomoon.io/public/temp/1abb7ca0d9/UntitledProject/icomoon.svg?b2slvp#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-whatsapp:before {
  content: "\e901";
}
/*@font-face {
  font-family: 'icomoon';
  src:  url('https://i.icomoon.io/public/temp/9f35aead31/UntitledProject/icomoon.eot?l627u7');
  src:  url('https://i.icomoon.io/public/temp/9f35aead31/UntitledProject/icomoon.eot?l627u7#iefix') format('embedded-opentype'),
    url('https://i.icomoon.io/public/temp/9f35aead31/UntitledProject/icomoon.ttf?l627u7') format('truetype'),
    url('https://i.icomoon.io/public/temp/9f35aead31/UntitledProject/icomoon.woff?l627u7') format('woff'),
    url('https://i.icomoon.io/public/temp/9f35aead31/UntitledProject/icomoon.svg?l627u7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}*/

/*.icon-whatsapp1:before {
  content: "\e900";
}
.icon-droplet:before {
  content: "\e90b";
}
.icon-whatsapp:before {
  content: "\ea93";
}*/

/*************************HEADER******************************/
body {
  padding-top: 5.94vw;
}

@media (max-width: 1024px) {
  body {
    padding-top: 6.84vw;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 13.87vw;
  }
}

header {
  position: fixed;
  height: 5.94vw;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background: white;
  z-index: 10;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 1024px) {
  header {
    height: 6.84vw;
    -webkit-box-shadow: 0 0.29vw 0.88vw 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.29vw 0.88vw 0 rgba(0, 0, 0, 0.16);
  }
}

@media (max-width: 767px) {
  header {
    height: 13.87vw;
    -webkit-box-shadow: 0 0.8vw 2.4vw 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.8vw 2.4vw 0 rgba(0, 0, 0, 0.16);
  }
}

.header_wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 13.54vw 0 3.13vw;
}

@media (max-width: 1024px) {
  .header_wrap {
    padding: 0 4.1vw;
  }
}

@media (max-width: 767px) {
  .header_wrap {
    padding: 0 4.8vw;
  }
}

.header_section1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  right: 4.38vw;
  height: 100%;
  top: 0;
}

@media (max-width: 1024px) {
  .header_section1 {
    position: relative;
    right: 0;
  }
}

.menu_btn {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 140%;
  color: #14365e;
}

@media (max-width: 1024px) {
  .menu_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .menu_btn {
    font-size: 5.07vw;
  }
}

.header_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.79vw;
}

@media (max-width: 1024px) {
  .header_logo {
    margin-right: 3vw;
    width: 12vw;
  }
}

@media (max-width: 767px) {
  .header_logo {
    margin-right: 5.33vw;
    width: 24.8vw;
  }
}

@media (max-width: 1024px) {
  .header_logo_desktop {
    display: none;
  }
}

.header_logo_tablet {
  display: none;
}

@media (max-width: 1024px) {
  .header_logo_tablet {
    display: block;
  }
}

.header_section3 {
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .header_section3 .menu_listT2 {
    display: none;
  }
}

.menu_listT2 {
  padding: 0;
  margin: 0;
  list-style: none;
  border-color: rgba(0, 0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 78.95%;
  line-height: 1;
}

.menu_listT2 li {
  margin-left: 1.3vw;
}

@media (min-width: 1025px) {
  .menu_listT2 li {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .menu_listT2 li:hover {
    color: #14365e;
    font-weight: 900;
  }
}

.menu_listT2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_section2, .inner_menu, .menu_listT1, .menu_item {
  height: 100%;
}

@media (max-width: 1024px) {
  .header_section2, .inner_menu, .menu_listT1, .menu_item {
    height: auto;
  }
}

@media (max-width: 1024px) {
  .header_section2 {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
    -webkit-transition: opacity .2s .3s, -webkit-transform 0s .5s;
    transition: opacity .2s .3s, -webkit-transform 0s .5s;
    transition: opacity .2s .3s, transform 0s .5s;
    transition: opacity .2s .3s, transform 0s .5s, -webkit-transform 0s .5s;
    display: none;
  }
}

@media (max-width: 1024px) {
  .inner_menu {
    height: 100%;
    background: #efefef;
    width: 86.14%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

.inner_menu_top {
  display: none;
  width: 100%;
  background: #aaaaaa;
  color: white;
  height: 6.84vw;
  padding: 0 3.91vw;
  font-size: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .inner_menu_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .inner_menu_top {
    height: 13.87vw;
    padding: 0 5.33vw;
    font-size: 90%;
  }
}

.menu_listT1, .menu_listT1_inner {
  padding: 0;
  margin: 0;
  list-style: none;
  border-color: rgba(0, 0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1;
}

.menu_listT1 a, .menu_listT1_inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .menu_listT1 {
    width: 100%;
    height: calc(100% - 6.84vw);
    display: block;
    font-size: 118.75%;
    overflow-y: auto;
  }
}

@media (max-width: 767px) {
  .menu_listT1 {
    height: calc(100% - 13.87vw);
  }
}

.menu_item {
  /*margin-left: 1.82vw;*/
  padding-left: 1.82vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.menu_item.active .menu_item_title {
  color: #1E8FBC;
}

@media (min-width: 1025px) {
  .menu_item.active .menu_listT1_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }
}

.menu_item.open .menu_listT1_inner {
  display: block;
}

@media (max-width: 1024px) {
  .menu_item.open .menu_item_title {
    font-weight: 900;
    color: white;
    background: #14365e;
  }
  .menu_item.open .menu_item_title .icon {
    color: white;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media (min-width: 1025px) {
  .menu_item:not(.active):hover .menu_item_title {
    color: #1E8FBC;
  }
  .menu_item:not(.active):hover .menu_listT1_inner {
    opacity: 1;
    pointer-events: all;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    z-index: 1;
  }
}

@media (max-width: 1024px) {
  .menu_item {
    width: 100%;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.menu_item_title {
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 1024px) {
  .menu_item_title {
    width: 100%;
    padding: 1.95vw 3.91vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .menu_item_title {
    padding: 5.33vw;
  }
}

.menu_item_title .icon, .menu_item_title span {
  pointer-events: none;
}

.menu_item_title .icon {
  display: none;
  color: #14365e;
  font-size: 48%;
}

@media (max-width: 1024px) {
  .menu_item_title .icon {
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
  }
}

@media (max-width: 1024px) {
  .menu_item_title sapn {
    max-width: 92%;
  }
}

.menu_listT1_inner {
  display: none;
  position: fixed;
  top: 5.94vw;
  left: 0;
  right: 0;
  padding: 0 13.54vw;
  height: 2.6vw;
  color: white;
  font-size: 89.47%;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(70%, #14365e), color-stop(rgba(45, 173, 224, 0.55)), to(rgba(45, 173, 224, 0)));
  background-image: linear-gradient(to left, #14365e 70%, rgba(45, 173, 224, 0.55), rgba(45, 173, 224, 0));
}

@media (min-width: 1025px) {
  .menu_listT1_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
}

@media (max-width: 1024px) {
  .menu_listT1_inner {
    position: relative;
    top: auto;
    width: 100%;
    height: auto;
    padding: 0;
    background: #02719E;
  }
}

.menu_inner_item {
  margin-left: 1.82vw;
  -webkit-transition: .3s;
  transition: .3s;
  border-bottom: 0.16vw solid white;
  border-color: rgba(0, 0, 0, 0);
  padding: 0.31vw 0 0.16vw;
}

@media (min-width: 1025px) {
  .menu_inner_item:hover {
    border-color: white;
  }
}

@media (max-width: 1024px) {
  .menu_inner_item {
    padding: 1.95vw 3.91vw;
    border: none;
    margin: 0;
  }
  .menu_inner_item a {
    display: inline;
  }
}

@media (max-width: 767px) {
  .menu_inner_item {
    padding: 4.27vw 5.33vw;
  }
}

.menu_inner_item.active {
  font-weight: 900;
  border-color: white;
}

@media (max-width: 1024px) {
  .menu_inner_item.active a {
    border-bottom: 0.2vw solid white;
  }
}

@media (max-width: 767px) {
  .menu_inner_item.active a {
    border-bottom: 0.53vw solid white;
  }
}

@media (max-width: 1024px) {
  header.open .header_section2 {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
}

@media (max-width: 1024px) {
  header.open .inner_menu {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
  }
}

body.ready .popupT1 {
  display: block;
}

body.ready .popup_video {
  opacity: 1;
}

@media (max-width: 1024px) {
  body.ready .header_section2 {
    display: block;
  }
}

/*************************HEADER******************************/
/*VIDEO POPUP*/
.popup_video_wrap {
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.popup_video_wrap.ready {
  opacity: 1;
}

.popup_video {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/popBack1.png");
  z-index: 16;
  padding: 1.56vw 2.6vw;
  opacity: 0;
}

@media (max-width: 1024px) {
  .popup_video {
    padding: 2.54vw 4.1vw;
  }
}

@media (max-width: 767px) {
  .popup_video {
    background-image: url("../img/popBack1_mob.png");
    padding: 4.8vw 0;
  }
}

.popup_btn_close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  font-size: 130%;
  margin-bottom: 1.56vw;
}

@media (max-width: 1024px) {
  .popup_btn_close {
    margin-bottom: 2.93vw;
  }
}

@media (max-width: 767px) {
  .popup_btn_close {
    margin-right: 4.8vw;
    margin-bottom: 9.33vw;
  }
}

.popup_video_wrap {
  width: 65.93%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .popup_video_wrap {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .popup_video_wrap {
    width: 100%;
  }
}

.popup_video_wrap .video_text {
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 1.82vw;
}

@media (max-width: 1024px) {
  .popup_video_wrap .video_text {
    margin-top: 3.42vw;
  }
}

@media (max-width: 767px) {
  .popup_video_wrap .video_text {
    max-width: 80%;
    margin-top: 8vw;
  }
}

.popup_video_wrap .video_name {
  color: #D2DE3B;
  margin-top: 0.16vw;
}

@media (max-width: 1024px) {
  .popup_video_wrap .video_name {
    margin-top: 0.29vw;
  }
}

@media (max-width: 767px) {
  .popup_video_wrap .video_name {
    margin-top: 1.33vw;
  }
}

.video_containerT1 {
  width: 100%;
  position: relative;
  border-radius: 1.15vw;
  overflow: hidden;
  -webkit-box-shadow: 0 0 2.76vw 0 rgba(0, 0, 0, 0.73);
          box-shadow: 0 0 2.76vw 0 rgba(0, 0, 0, 0.73);
}

@media (max-width: 1024px) {
  .video_containerT1 {
    border-radius: 2.15vw;
    -webkit-box-shadow: 0 0 5.18vw 0 rgba(0, 0, 0, 0.73);
            box-shadow: 0 0 5.18vw 0 rgba(0, 0, 0, 0.73);
  }
}

@media (max-width: 767px) {
  .video_containerT1 {
    border-radius: 0;
    -webkit-box-shadow: 0 0 14.13vw 0 rgba(0, 0, 0, 0.73);
            box-shadow: 0 0 14.13vw 0 rgba(0, 0, 0, 0.73);
  }
}

.video_containerT1::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

.video_containerT1 iframe, .video_containerT1 video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*VIDEO POPUP*/
/*************************FOOTER******************************/
footer {
  background: white;
}

.footer_form_container {
  background: #14365e;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.29vw 13.54vw;
}

@media (max-width: 1024px) {
  .footer_form_container {
    padding: 2.93vw 4.1vw;
  }
}

@media (max-width: 767px) {
  .footer_form_container {
    padding: 12vw 12vw;
  }
}

.btnTop {
  right: 5.74vw;
  position: absolute;
  color: #2dade0;
  font-size: 450%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 1025px) {
  .btnTop {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .btnTop:hover {
    color: white;
  }
}

@media (max-width: 1024px) {
  .btnTop {
    right: 1.25vw;
    font-size: 210%;
  }
}

@media (max-width: 767px) {
  .btnTop {
    display: none;
  }
}

.footer_logo {
  width: 4.38vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
}

@media (max-width: 1024px) {
  .footer_logo {
    display: none;
  }
}

.formT1 {
  width: 100%;
  color: white;
}

.formT1 .form_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .formT1 .form_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.formT1 .form_title, .formT1 form {
  width: 50%;
}

@media (max-width: 767px) {
  .formT1 .form_title, .formT1 form {
    width: 100%;
  }
}

.formT1 .form_title {
  padding-left: 2%;
}

@media (max-width: 767px) {
  .formT1 .form_title {
    padding: 0;
    text-align: center;
    margin-bottom: 11.2vw;
  }
  .formT1 .form_title br {
    display: none;
  }
}

.formT1 .item {
  width: 14.32vw;
}

@media (max-width: 1024px) {
  .formT1 .item {
    width: 22vw;
  }
}

@media (max-width: 767px) {
  .formT1 .item {
    width: 100%;
  }
}

.formT1 .btn_form {
  margin-right: 1.56vw;
}

@media (max-width: 1024px) {
  .formT1 .btn_form {
    margin-right: 5%;
  }
}

@media (max-width: 767px) {
  .formT1 .btn_form {
    margin: 0;
    width: 100%;
  }
  .formT1 .btn_form .btn {
    width: 100%;
  }
}

.form_wrapT1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  .form_wrapT1 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .form_wrapT1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer_wrap {
  padding: 2.29vw 13.54vw;
}

@media (max-width: 1024px) {
  .footer_wrap {
    padding: 2.93vw 4.1vw;
  }
}

@media (max-width: 767px) {
  .footer_wrap {
    padding: 10.67vw 4.8vw;
  }
}

.footer_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.29vw;
}

@media (max-width: 1024px) {
  .footer_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
}

.footer_row:last-child {
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .footer_row:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.footer_row_item {
  width: 50%;
}

@media (max-width: 1024px) {
  .footer_row_item {
    width: 100%;
    margin-bottom: 2.44vw;
  }
}

@media (max-width: 767px) {
  .footer_row_item {
    margin-bottom: 10.67vw;
  }
}

.footer_row_item:nth-child(2n) {
  padding-right: 21.8%;
}

@media (max-width: 1024px) {
  .footer_row_item:nth-child(2n) {
    padding: 0;
  }
}

.footer_row_item.type1, .footer_row_item.type2 {
  font-size: 84.21%;
  line-height: 2;
}

@media (max-width: 1024px) {
  .footer_row_item.type1, .footer_row_item.type2 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer_row_item.type1, .footer_row_item.type2 {
    font-size: 131.25%;
    line-height: 1.9;
  }
}

@media (max-width: 1024px) {
  .footer_row_item.type1 {
    margin-bottom: 3.42vw;
  }
}

@media (max-width: 767px) {
  .footer_row_item.type1 {
    /*display: none;*/
  }
}

.footer_row_item.type2 a[href^="mailto"] {
  text-decoration: underline;
  color: #14365e;
}

@media (min-width: 1025px) {
  .footer_row_item.type2 a[href^="mailto"] {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .footer_row_item.type2 a[href^="mailto"]:hover {
    color: #2dade0;
  }
}

@media (max-width: 1024px) {
  .footer_row_item.type3 {
    margin-bottom: 5.37vw;
  }
}

@media (max-width: 767px) {
  .footer_row_item.type3 {
    margin-bottom: 0;
  }
}

.footer_row_item.type4 {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .footer_row_item.type4 {
    margin-top: 16vw;
  }
}

.footer_listT1 {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  -webkit-column-count: 3;
          column-count: 3;
  color: #14365e;
  line-height: 2.3125;
  border-color: rgba(0, 0, 0, 0);
}

@media (min-width: 1025px) {
  .footer_listT1 a {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .footer_listT1 a:hover {
    text-decoration: underline;
  }
}

.footer_listT2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #aaaaaa;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 63.16%;
  border-color: rgba(0, 0, 0, 0);
}

.footer_listT2 a {
  text-decoration: underline;
}

.footer_listT2 li {
  margin-left: 0.94vw;
}

@media (max-width: 1024px) {
  .footer_listT2 li {
    margin-left: 1.76vw;
  }
}

@media (max-width: 767px) {
  .footer_listT2 li {
    margin-left: 4.8vw;
  }
}

.footer_listT2 li:last-child {
  margin: 0;
}

@media (max-width: 1024px) {
  .footer_listT2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 1025px) {
  .footer_listT2 a {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .footer_listT2 a:hover {
    color: #14365e;
  }
}

@media (max-width: 767px) {
  .footer_listT2 {
    font-size: 100%;
    line-height: 1.6;
  }
}

@media (max-width: 1024px) {
  footer .social_mediaT1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper_navigation_containerT1 {
  background: white;
  position: absolute;
  z-index: 1;
  border-radius: 2.08vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.36vw;
  top: 25vw;
  right: 18.22%;
}

@media (max-width: 1024px) {
  .swiper_navigation_containerT1 {
    top: 36vw;
    right: 19%;
    border-radius: 3.91vw;
    padding: 0.59vw;
  }
}

@media (max-width: 767px) {
  .swiper_navigation_containerT1 {
    border-radius: 10.67vw;
    top: 166.93vw;
    left: 4.8vw;
    right: auto;
    padding: 3.47vw 1.87vw;
  }
}

.swiper-button-prev, .swiper-button-next {
  width: 1.56vw;
  height: 1.3vw;
  margin: 0;
  color: #000000;
  z-index: 1;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  outline: none;
  font-size: 130%;
  top: 42%;
}

.swiper-button-prev:focus, .swiper-button-next:focus {
  outline: none;
}

@media (max-width: 1024px) {
  .swiper-button-prev, .swiper-button-next {
    width: 2.34vw;
    height: 1.95vw;
  }
}

@media (max-width: 767px) {
  .swiper-button-prev, .swiper-button-next {
    width: 5.33vw;
    height: 10.67vw;
    font-size: 158%;
  }
}

.swiper-button-prev.type2, .swiper-button-next.type2 {
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  width: 2.5vw;
  height: 2.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #14365e;
  background: #e9e9e9;
  border-radius: 100%;
  margin: 0 0.36vw;
}

@media (min-width: 1025px) {
  .swiper-button-prev.type2, .swiper-button-next.type2 {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .swiper-button-prev.type2:hover, .swiper-button-next.type2:hover {
    color: #D2DE3B;
    background: #14365e;
  }
}

@media (max-width: 1024px) {
  .swiper-button-prev.type2, .swiper-button-next.type2 {
    width: 4.69vw;
    height: 4.69vw;
    margin: 0 0.59vw;
  }
}

@media (max-width: 767px) {
  .swiper-button-prev.type2, .swiper-button-next.type2 {
    font-size: 158%;
    width: 12.8vw;
    height: 12.8vw;
    margin: 0 1.87vw;
  }
}

.swiper-button-prev.type3, .swiper-button-next.type3 {
  top: 5.55vw;
  margin-top: -0.65vw;
}

@media (max-width: 1024px) {
  .swiper-button-prev.type3, .swiper-button-next.type3 {
    top: 6.99vw;
    margin-top: -0.975vw;
  }
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 22.2%;
  right: auto;
}

@media (max-width: 1024px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 10.8%;
  }
}

.swiper-button-prev.type2,
.swiper-container-rtl .swiper-button-next.type2 {
  left: 0px;
}

.swiper-button-prev.type3,
.swiper-container-rtl .swiper-button-next.type3 {
  left: -4%;
}

@media (max-width: 1024px) {
  .swiper-button-prev.type3,
  .swiper-container-rtl .swiper-button-next.type3 {
    left: -3.5%;
  }
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 22.2%;
  left: auto;
}

@media (max-width: 1024px) {
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 10.8%;
  }
}

.swiper-button-next.type2,
.swiper-container-rtl .swiper-button-prev.type2 {
  right: 0px;
}

.swiper-button-next.type3,
.swiper-container-rtl .swiper-button-prev.type3 {
  right: -4%;
}

@media (max-width: 1024px) {
  .swiper-button-next.type3,
  .swiper-container-rtl .swiper-button-prev.type3 {
    right: -3.5%;
  }
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid #2dade0;
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*BANNER TYPE 1 (HOME PAGE + GOGYA ADVANCED + GOGYA HOME )*/
.bannerT1 {
  position: relative;
  width: 66.042%;
  border-radius: 4.48vw;
  -webkit-box-shadow: 0 -0.52vw 0.83vw 0 rgba(0, 0, 0, 0.34);
          box-shadow: 0 -0.52vw 0.83vw 0 rgba(0, 0, 0, 0.34);
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .bannerT1 {
    width: 90%;
    border-radius: 8.4vw;
  }
}

@media (max-width: 767px) {
  .bannerT1 {
    width: 100%;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .bannerT1 .image_back {
    position: relative;
    height: auto;
  }
}

.bannerT1::after {
  content: "";
  display: block;
  padding-bottom: 13.48%;
}

@media (max-width: 767px) {
  .bannerT1::after {
    display: none;
  }
}

.bannerT1 .banner_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 767px) {
  .bannerT1 .banner_wrap {
    position: relative;
  }
}

.bannerT1 .banner_content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 2.71vw;
}

@media (max-width: 767px) {
  .bannerT1 .banner_content {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 68%;
    margin: 0 auto;
    padding: 0 0 6.67vw;
    margin-top: -6.67vw;
  }
}

@media (max-width: 767px) {
  .bannerT1 .banner_content .btn {
    font-size: 100%;
    margin-top: 6.67vw;
  }
}

@media (max-width: 767px) {
  .bannerT1 .banner_content .text {
    margin-top: 3.2vw;
  }
}

@media (min-width: 768px) {
  .bannerT1 .text_wrap {
    max-width: 33%;
    margin-left: 3.13vw;
  }
}

.bannerT1.type2 {
  margin-top: -5.21vw;
  margin-bottom: 7.81vw;
}

@media (min-width: 768px) {
  .bannerT1.type2 {
    width: 66.042%;
  }
}

@media (max-width: 1024px) {
  .bannerT1.type2 {
    margin-bottom: 9.77vw;
  }
}

/*BANNER TYPE 1 (HOME PAGE + GOGYA ADVANCED + GOGYA HOME)*/
/*NUMBERS CONTAINER TYPE 1 (HOME PAGE + ENGLISH PAGE + ABOUT PAGE)*/
.numbers_containerT1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.numbers_containerT1 .numberT1 {
  width: 44%;
  margin: 5% 0;
}

@media (max-width: 1024px) {
  .numbers_containerT1 .numberT1 {
    width: 46%;
  }
}

@media (max-width: 767px) {
  .numbers_containerT1 .numberT1 {
    margin: 4.5% 0;
    width: 50%;
  }
  .numbers_containerT1 .numberT1:nth-child(2n) {
    padding-right: 5%;
  }
}

.numbers_containerT1.typeRow {
  margin: 3.91vw 0 0;
  border-top: 1px solid white;
  padding: 0 3.13vw;
}

@media (min-width: 768px) {
  .numbers_containerT1.typeRow .numberT1 {
    width: 20%;
    margin: 5% 0 0;
  }
}

@media (max-width: 1024px) {
  .numbers_containerT1.typeRow {
    margin: 4.88vw 0 0;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .numbers_containerT1.typeRow {
    margin: 10.67vw 0 0;
    padding-top: 5.33vw;
  }
}

.numberT1 {
  color: white;
}

.numberT1 .text {
  color: #D2DE3B;
  font-weight: 700;
  margin-top: 0.21vw;
}

@media (max-width: 767px) {
  .numberT1 .text {
    margin: 0;
  }
}

.numberT1 .num {
  font-weight: 900;
  font-size: 356%;
  line-height: 1;
}

@media (max-width: 1024px) {
  .numberT1 .num {
    font-size: 320%;
  }
}

@media (max-width: 767px) {
  .numberT1 .num {
    font-size: 300%;
  }
}

/*NUMBERS CONTAINER TYPE 1 (HOME PAGE + ENGLISH PAGE + ABOUT PAGE)*/
/*SECTION TYPE 2 (HOME PAGE + GOGYA ADVANCED + GOGYA ABOUT)*/
.section_cubesT2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cubeT2 {
  position: relative;
  width: 30.86%;
  margin-left: 3.71%;
  margin-bottom: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  .cubeT2 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 18%;
  }
  .cubeT2:last-of-type {
    margin-bottom: 0;
  }
}

.cubeT2:nth-of-type(3n) {
  margin-left: 0;
}

.cubeT2.type2 {
  width: auto;
  margin: 0;
}

@media (min-width: 768px) {
  .cubeT2.type2 .cubeT2_text_wrap {
    max-width: 100%;
  }
  .cubeT2.type2 .cubeT2_text {
    max-width: 90%;
  }
}

.cubeT2_btn {
  margin-top: auto;
}

@media (max-width: 767px) {
  .cubeT2_btn {
    width: 85%;
    margin: 0 auto;
  }
}

.cubeT2_text2 {
  margin: 1.56vw 0 1.04vw;
}

@media (max-width: 767px) {
  .cubeT2_text2 {
    margin: 4vw 0 2.67vw;
  }
}

.cubeT2_image {
  position: relative;
  width: 100%;
  margin-bottom: 1.82vw;
  border-radius: 2.4vw;
  overflow: hidden;
  display: block;
}

@media (max-width: 767px) {
  .cubeT2_image {
    border-radius: 12.27vw;
    margin-bottom: 7.47vw;
  }
}

.cubeT2_image::after {
  content: "";
  padding-bottom: 94.58%;
  display: block;
}

.cubeT2_text {
  display: block;
  color: #14365e;
}

@media (min-width: 1025px) {
  .cubeT2_text {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .cubeT2_text:hover {
    text-decoration: underline;
  }
}

.cubeT2_text_wrap {
  max-width: 90%;
}

@media (max-width: 767px) {
  .cubeT2_text_wrap {
    max-width: 100%;
    width: 85%;
    margin: 0 auto;
  }
}

.labelT1 {
  border-radius: 0.68vw;
  background: #14365e;
  color: #D2DE3B;
  font-size: 73.7%;
  padding: 0.31vw 0.52vw;
  margin-bottom: 0.94vw;
  display: inline-block;
  line-height: 1.1;
  font-weight: 400;
}

@media (max-width: 767px) {
  .labelT1 {
    font-size: 90.625%;
    border-radius: 4.8vw;
    padding: 2.13vw 2.67vw;
    line-height: 1;
    margin-bottom: 3.73vw;
  }
}

@media (min-width: 1025px) {
  .labelT1 {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .labelT1:hover {
    color: white;
  }
}

/*SECTION TYPE 2 (HOME PAGE + GOGYA ADVANCED + GOGYA ABOUT)*/
/*SECTION TYPE4 (HOME PAGE + ENGLISH PAGE + ABOUT PAGE + GOGYA ADVANCED + GOGYA ABOUT + INSTITUTION)*/
.text_container_sizeT1 {
  width: 30.21%;
  margin-left: 13.54%;
  padding: 6.51vw 0;
  padding: 10vw 0;
}

@media (max-width: 1024px) {
  .text_container_sizeT1 {
    padding: 7.81vw 0 6.35vw;
    margin-left: 4.1%;
    width: 41.4%;
  }
}

@media (max-width: 767px) {
  .text_container_sizeT1 {
    width: 90.4%;
    margin: 0 auto;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .text_container_sizeT1.type2 {
    padding-top: 1.95vw;
  }
}

@media (min-width: 1025px) {
  .text_container_sizeT1.type2 {
    padding: 4.69vw 0;
  }
}

.text_container_sizeT2 {
  width: 45.3125%;
  margin-left: 13.54%;
  padding: 6.51vw 0;
}

@media (max-width: 1024px) {
  .text_container_sizeT2 {
    padding: 7.81vw 0 7.32vw;
    margin-left: 4.1%;
    width: 56%;
  }
}

@media (max-width: 767px) {
  .text_container_sizeT2 {
    width: 90.4%;
    margin: 0 auto;
    padding: 0;
  }
}

.sectionT4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .sectionT4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 14.67vw;
  }
}

@media (min-width: 768px) {
  .sectionT4.typeLTR {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .sectionT4.typeLTR .sectionT4_text {
    margin-left: 0;
    margin-right: 4.1%;
  }
}

@media (min-width: 1025px) {
  .sectionT4.typeLTR .sectionT4_text {
    margin-right: 13.54%;
  }
}

.sectionT4.type1 {
  margin-bottom: 7.81vw;
}

@media (min-width: 1025px) {
  .sectionT4.type1 {
    min-height: 37.61vw;
  }
}

@media (max-width: 1024px) {
  .sectionT4.type1 {
    margin-bottom: 0;
  }
}

.sectionT4.type1 .sectionT4_image {
  margin-bottom: -17.19vw;
}

@media (max-width: 1024px) {
  .sectionT4.type1 .sectionT4_image {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .sectionT4.type2 {
    margin-top: 36vw;
  }
}

@media (min-width: 768px) {
  .sectionT4.type2 .sectionT4_image {
    -webkit-transform: translateY(-5.21vw);
            transform: translateY(-5.21vw);
  }
}

@media (max-width: 767px) {
  .sectionT4.type2 .sectionT4_image {
    margin-top: -17.33vw;
  }
}

@media (min-width: 768px) {
  .sectionT4.type3 .sectionT4_image {
    margin-bottom: 5.21vw;
  }
}

@media (min-width: 768px) {
  .sectionT4.type4 .sectionT4_image {
    width: 29.17%;
    margin-top: -1.56vw;
    margin-bottom: 3.13vw;
  }
  .sectionT4.type4 .sectionT4_text {
    width: 32.3%;
    margin: 0;
  }
}

@media (min-width: 1025px) {
  .sectionT4.type4 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sectionT4.type4 .sectionT4_text {
    margin: 0 5.2% 0 10.5%;
    width: 22.65%;
  }
}

@media (max-width: 767px) {
  .sectionT4.type4 {
    padding-bottom: 14.67vw;
    margin-top: 34.67vw;
  }
  .sectionT4.type4 .sectionT4_image {
    margin-top: -17.34vw;
  }
}

@media (min-width: 768px) {
  .sectionT4.type5 {
    margin: 5.21vw 0 10.42vw;
  }
  .sectionT4.type5 .sectionT4_image {
    margin-top: -5.21vw;
    margin-bottom: -5.21vw;
  }
}

@media (max-width: 767px) {
  .sectionT4.type5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 0;
    margin-bottom: 17.33vw;
  }
  .sectionT4.type5 .sectionT4_text {
    margin-bottom: 14.67vw;
  }
  .sectionT4.type5 .sectionT4_image {
    margin-bottom: -13.33vw;
  }
}

.sectionT4.type6 {
  margin-bottom: 6.51vw;
}

@media (max-width: 1024px) {
  .sectionT4.type6 {
    margin-bottom: 7.32vw;
  }
}

@media (max-width: 767px) {
  .sectionT4.type6 .sectionT4_image {
    margin-top: -32vw;
  }
}

@media (min-width: 768px) {
  .sectionT4.type6 .sectionT4_image {
    width: 45.57%;
    margin-top: -3.91vw;
  }
}

@media (min-width: 1025px) {
  .sectionT4.type7 .sectionT4_image {
    margin-top: -7.81vw;
  }
}

@media (min-width: 1025px) {
  .sectionT4.type8 .sectionT4_image {
    margin-top: -1.82vw;
  }
}

@media (min-width: 1025px) {
  .sectionT4.type9 {
    margin-bottom: 8.85vw;
  }
  .sectionT4.type9 .sectionT4_image {
    margin-right: 4.52%;
  }
}

@media (max-width: 767px) {
  .sectionT4.type9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 0;
  }
  .sectionT4.type9::before {
    display: none;
  }
  .sectionT4.type9 .sectionT4_text {
    margin-bottom: 14.67vw;
  }
}

@media (min-width: 1025px) {
  .sectionT4.type10 {
    min-height: 37.61vw;
  }
}

.sectionT4.type10 .sectionT4_image {
  margin-bottom: -17.19vw;
}

@media (max-width: 1024px) {
  .sectionT4.type10 .sectionT4_image {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .sectionT4.noB {
    padding-bottom: 0;
  }
}

.sectionT4_form {
  margin-left: 13.54vw;
  padding: 7.29vw 0;
}

@media (max-width: 1024px) {
  .sectionT4_form {
    margin-left: 4.1vw;
  }
}

@media (max-width: 767px) {
  .sectionT4_form {
    margin: 0;
    margin-top: 9.33vw;
    padding: 0;
    width: 100%;
  }
}

.sectionT4_image {
  width: 48.44%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  z-index: 1;
  position: relative;
}

@media (max-width: 767px) {
  .sectionT4_image {
    width: 95.2%;
    margin-right: 0;
  }
  .typeLTR .sectionT4_image{
    margin-right: auto;
  }

  .page-template-template-about .sectionT4_image{
    margin-right: auto;
  }
  .page-template-template-pedagogical-renewal .sectionT4_image{
    margin-right:auto;
  }
  .page-template-template-pedagogical-renewal .typeLTR .sectionT4_image{
    margin-right: 0;
  }

  .page-template-template-news .sectionT4_image,
  .page-template-template-academy .sectionT4_image{
    margin-right:auto;
  }

}

.sectionT4_image .video_linkT1 {
  position: absolute;
  top: 13.5%;
  right: 13%;
  z-index: 1;
  width: 45%;
}

@media (max-width: 1024px) {
  .sectionT4_image .video_linkT1 {
    width: 50%;
    top: 8%;
  }
}

@media (max-width: 767px) {
  .sectionT4_image .video_linkT1 {
    top: 3%;
    right: 0%;
    width: 80%;
  }
  .sectionT4_image .video_linkT1 .text {
    margin-top: -5vw;
  }
}

@media (min-width: 768px) {
  .sectionT4_image.size2 {
    width: 34.48%;
  }
}

@media (max-width: 767px) {
  .sectionT4_text {
    margin-top: 9.33vw;
  }
  .sectionT4_text .main_title {
    display: none;
  }
}

@media (min-width: 768px) {
  .sectionT4_title {
    display: none;
  }
}

@media (max-width: 767px) {
  .sectionT4_title {
    width: 90.4%;
    margin-bottom: 14.67vw;
  }
}

.sectionT4_banner {
  width: 18.96%;
}

@media (max-width: 1024px) {
  .sectionT4_banner {
    width: 25.68%;
    margin-left: 4.1vw;
  }
}

@media (max-width: 767px) {
  .sectionT4_banner {
    width: 90.4%;
    margin: 0 auto;
    margin-top: 14.67vw;
  }
}

/*SECTION TYPE4 (HOME PAGE + ENGLISH PAGE + ABOUT PAGE + GOGYA ADVANCED + GOGYA ABOUT + INSTITUTION)*/
/*SECTION VIDEO TYPE 1 (HOME PAGE + INSTITUTION)*/
.section_videoT1 {
  width: 100%;
  padding-top: 6.98vw;
  margin-top: 5.21vw;
}

@media (max-width: 1024px) {
  .section_videoT1 {
    padding-top: 0;
    margin-top: 6.35vw;
  }
}

@media (max-width: 767px) {
  .section_videoT1 {
    margin-top: 0;
  }
}

.section_videoT1 .section_videoT1_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .section_videoT1 .section_videoT1_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.section_videoT1 .text_wrap {
  width: 26.05%;
  padding: 3.85vw 0;
}

@media (max-width: 1024px) {
  .section_videoT1 .text_wrap {
    width: 35.48%;
    padding: 4.88vw 0;
  }
}

@media (max-width: 767px) {
  .section_videoT1 .text_wrap {
    width: 100%;
    padding: 8vw 4.8vw;
  }
}

.section_videoT1 .image_wrap {
  width: 60.053%;
  position: relative;
  margin-top: -7.5vw;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (max-width: 1024px) {
  .section_videoT1 .image_wrap {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .section_videoT1 .image_wrap {
    width: 100%;
    margin-top: 6.93vw;
  }
}

.section_videoT1 .image_wrap .image {
  position: relative;
}

.section_videoT1 .video_linkT1 {
  width: 69%;
  position: absolute;
  top: 42%;
  right: 0;
}

@media (max-width: 1024px) {
  .section_videoT1 .video_linkT1 {
    top: 27%;
  }
}

@media (max-width: 767px) {
  .section_videoT1 .video_linkT1 {
    right: auto;
    width: 66.67%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 18%;
  }
}

.section_videoT1 .video_linkT1 .text {
  max-width: 32%;
}

@media (max-width: 1024px) {
  .section_videoT1 .video_linkT1 .text {
    max-width: 49%;
  }
}

@media (max-width: 767px) {
  .section_videoT1 .video_linkT1 .text {
    max-width: 100%;
  }
}

.video_linkT1 {
  z-index: 1;
}

@media (min-width: 1025px) {
  .video_linkT1:hover .play {
    color: #2dade0;
  }
}

.video_linkT1 .play {
  position: relative;
  color: #14365e;
  width: 9.12vw;
  -webkit-transition: .3s;
  transition: .3s;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .video_linkT1 .play {
    width: 11.12vw;
  }
}

@media (max-width: 767px) {
  .video_linkT1 .play {
    width: 38.67vw;
  }
}

.video_linkT1 .play i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 135%;
}

@media (max-width: 1024px) {
  .video_linkT1 .play i {
    font-size: 96%;
  }
}

@media (max-width: 767px) {
  .video_linkT1 .play i {
    font-size: 118%;
  }
}

.video_linkT1 .text {
  color: white;
  text-align: center;
  margin: 0 auto;
  margin-top: -0.78vw;
}

@media (max-width: 1024px) {
  .video_linkT1 .text {
    margin-top: -1.17vw;
  }
}

@media (max-width: 767px) {
  .video_linkT1 .text {
    margin-top: -5vw;
  }
}

/*SECTION VIDEO TYPE 1 (HOME PAGE + INSTITUTION)*/
/*HOME PAGE + ENGLISH PAGE*/
.main_container_textT1 {
  max-width: 30.21%;
  position: absolute;
  right: 54.375%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -2%;
}

.main_container_textT1 .titleT1 br {
  display: none;
}

@media (max-width: 1024px) {
  .main_container_textT1 {
    max-width: 41.4%;
    right: 52%;
  }
}

@media (max-width: 767px) {
  .main_container_textT1 {
    position: relative;
    background: #14365e;
    top: auto;
    margin: 0;
    max-width: 100%;
    right: 0;
    -webkit-transform: none;
            transform: none;
    padding: 9.33vw 16vw;
  }
  .main_container_textT1 .titleT1 br {
    display: block;
  }
}

.sectionT1 {
  width: 100%;
  margin: 5.21vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .sectionT1 {
    margin: 6.35vw 0;
  }
}

@media (max-width: 767px) {
  .sectionT1 {
    margin: 14.67vw 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.sectionT1 .sectionT1_text {
  width: 50%;
  padding-right: 13.54vw;
  margin-top: 2.24vw;
}

@media (max-width: 1024px) {
  .sectionT1 .sectionT1_text {
    padding-right: 4.1vw;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .sectionT1 .sectionT1_text {
    width: 100%;
    padding: 0 4.8vw;
  }
}

.sectionT1 .sectionT1_image {
  width: 40.21%;
  position: relative;
}

@media (max-width: 767px) {
  .sectionT1 .sectionT1_image {
    width: 64%;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-bottom: 6.67vw;
  }
}

.sectionT1 .sectionT1_image img {
  display: block;
}

.sectionT1 .text_content {
  width: 62.15%;
}

@media (max-width: 1024px) {
  .sectionT1 .text_content {
    width: 70.3%;
  }
}

@media (max-width: 767px) {
  .sectionT1 .text_content {
    width: 78.17%;
  }
}

.sectionT1 .links_containerT1 {
  margin-top: 6.51vw;
}

@media (max-width: 767px) {
  .sectionT1 .links_containerT1 {
    margin-top: 16vw;
  }
}

.links_containerT1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.linkT1 {
  width: 33.33%;
  margin-bottom: 1.88vw;
  padding-left: 1%;
  color: #14365e;
}

@media (min-width: 1025px) {
  .linkT1 .txt {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .linkT1:hover .txt {
    text-decoration: underline;
  }
}

@media (max-width: 1024px) {
  .linkT1 {
    margin-bottom: 2.93vw;
  }
}

@media (max-width: 767px) {
  .linkT1 {
    width: 50%;
    margin-bottom: 6.67vw;
    padding-left: 4%;
  }
}

.sectionT2 {
  background: #f1f1f1;
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
}

@media (max-width: 1024px) {
  .sectionT2 {
    padding: 6.35vw 4.1vw;
  }
}

@media (max-width: 767px) {
  .sectionT2 {
    padding: 14.67vw 0 0;
  }
}

.sectionT2 .text_content {
  width: 30.21%;
  margin-right: 13.54%;
  margin-top: 8%;
  margin-bottom: 8%;
}

@media (max-width: 1024px) {
  .sectionT2 .text_content {
    margin-right: 0;
    width: 45.1%;
  }
}

@media (max-width: 767px) {
  .sectionT2 .text_content {
    margin: 0 auto;
    width: 90.4%;
  }
}

.sectionT2_wrap {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .sectionT2_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.gogia_logo {
  position: relative;
  width: 41.72%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .gogia_logo {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .gogia_logo {
    width: 100%;
  }
}

.gogia_logo .image_wrap {
  width: 100%;
  position: relative;
}

.gogia_logo .lines {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.gogia_logo .gogia_link {
  position: absolute;
  display: block;
  top: 14.6%;
  right: 41%;
  width: 6.77vw;
}

@media (max-width: 767px) {
  .gogia_logo .gogia_link {
    width: 28.8vw;
    right: auto;
    left: 18.13%;
    top: 13.6%;
  }
}

.sectionT3 {
  background: #14365e;
  color: white;
  padding-bottom: 4.17vw;
}

@media (max-width: 1024px) {
  .sectionT3 {
    padding-bottom: 6.35vw;
  }
}

@media (max-width: 767px) {
  .sectionT3 {
    padding-bottom: 6.67vw;
  }
}

.sectionT3_image {
  position: relative;
}

.sectionT3_image::after {
  content: "";
  padding-bottom: 35.47%;
  display: block;
}

@media (max-width: 767px) {
  .sectionT3_image::after {
    padding-bottom: 118.67%;
  }
}

.sectionT3_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-top: -5.42vw;
}

@media (max-width: 1024px) {
  .sectionT3_wrap {
    padding-bottom: -6.84vw;
  }
}

@media (max-width: 767px) {
  .sectionT3_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -17.87vw;
  }
}

.sectionT3_wrap .text_content {
  width: 38.33%;
}

@media (max-width: 1024px) {
  .sectionT3_wrap .text_content {
    width: 39%;
  }
}

@media (max-width: 767px) {
  .sectionT3_wrap .text_content {
    width: 100%;
  }
}

.sectionT3_wrap .text_content2 {
  margin-left: 13.54vw;
  width: 42.084%;
}

@media (max-width: 1024px) {
  .sectionT3_wrap .text_content2 {
    margin-left: 4.1vw;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .sectionT3_wrap .text_content2 {
    width: 90.4%;
    margin: 0 auto;
    margin-top: 13.33vw;
  }
}

.text_containerT2 .text_wrap {
  padding: 0 13.54vw 0 2.08vw;
  margin-top: 1.82vw;
}

@media (max-width: 1024px) {
  .text_containerT2 .text_wrap {
    padding: 0 4.1vw 0 2.64vw;
    margin-top: 2.93vw;
  }
}

@media (max-width: 767px) {
  .text_containerT2 .text_wrap {
    padding: 0;
    width: 90.4%;
    margin: 0 auto;
    margin-top: 9.33vw;
  }
}

.text_containerT2 .text_wrap p {
  margin-top: 1.56vw;
}

@media (max-width: 1024px) {
  .text_containerT2 .text_wrap p {
    margin-top: 1.95vw;
  }
}

@media (max-width: 767px) {
  .text_containerT2 .text_wrap p {
    margin-bottom: 5.33vw;
  }
}

.text_containerT2 .text_wrap p:first-of-type {
  margin: 0;
}

.text_containerT2 .title_wrap {
  width: 100%;
  background: white;
  padding: 1.64vw 13.54vw 1.64vw 2.08vw;
  border-bottom-left-radius: 10.42vw;
  border-top-left-radius: 10.42vw;
}

@media (max-width: 1024px) {
  .text_containerT2 .title_wrap {
    padding: 1.37vw 4.1vw 2.64vw;
  }
}

@media (max-width: 767px) {
  .text_containerT2 .title_wrap {
    width: 76.27%;
    padding: 4.8vw;
    border-bottom-left-radius: 53.33vw;
    border-top-left-radius: 53.33vw;
  }
}

.text_containerT2 .title_wrap .btn {
  margin-top: 0.68vw;
}

@media (max-width: 767px) {
  .text_more p:last-of-type {
    display: none;
  }
  .text_more.show p {
    display: block;
  }
  .text_more.show .btn_more {
    display: none;
  }
}

.section_cubesT1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cubeT1 {
  display: block;
  position: relative;
  color: white;
  text-align: center;
  width: 42.33%;
  margin-left: 15.34%;
  margin-bottom: 9.28%;
}

@media (max-width: 1024px) {
  .cubeT1 {
    width: 45%;
    margin-left: 10%;
    margin-bottom: 10%;
  }
}

@media (max-width: 767px) {
  .cubeT1 {
    width: 47.2%;
    margin-left: 5.6%;
    margin-bottom: 8.9%;
  }
}

.cubeT1:nth-child(2n) {
  margin-left: 0;
}

@media (min-width: 1025px) {
  .cubeT1 .cubeT1_text {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .cubeT1:hover .cubeT1_text {
    text-decoration: underline;
  }
}

.cubeT1_image {
  position: relative;
  width: 100%;
  border-radius: 10.42vw;
  overflow: hidden;
  margin-bottom: 1.46vw;
}

@media (max-width: 1024px) {
  .cubeT1_image {
    margin-bottom: 1.95vw;
  }
}

@media (max-width: 767px) {
  .cubeT1_image {
    border-radius: 53.33vw;
    margin-bottom: 4vw;
  }
}

.cubeT1_image::after {
  content: "";
  padding-bottom: 60.82%;
  display: block;
}

.cubeT1_text {
  max-width: 90%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .cubeT1_text {
    max-width: 100%;
  }
}

/*HOME PAGE + ENGLISH PAGE*/
/*CONTACT PAGE*/
.sectionT5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .sectionT5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sectionT5_text {
  width: 41.43%;
}

@media (max-width: 1024px) {
  .sectionT5_text {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .sectionT5_text {
    width: 100%;
  }
}

.sectionT5_text .image {
  display: none;
}

@media (max-width: 767px) {
  .sectionT5_text .image {
    display: block;
    margin-bottom: 10.67vw;
  }
}

.sectionT5_image {
  width: 49.64%;
  position: relative;
  border-radius: 2.4vw;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .sectionT5_image {
    width: 44%;
  }
}

@media (max-width: 767px) {
  .sectionT5_image {
    display: none;
  }
}

.sectionT5_image::after {
  content: "";
  padding-bottom: 101.87%;
  display: block;
}

.sectionT5_text_wrap {
  margin-bottom: 4.43vw;
}

@media (max-width: 1024px) {
  .sectionT5_text_wrap {
    margin-bottom: 5.86vw;
  }
}

@media (max-width: 767px) {
  .sectionT5_text_wrap {
    width: 90.4%;
    margin: 0 auto;
    margin-bottom: 10.67vw;
  }
}

.sectionT5_text_wrap:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 1025px) {
  .sectionT5_text_wrap.text_containerT1 {
    width: 85%;
  }
}

.text_containerT5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .text_containerT5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.text_containerT5 .wrap {
  width: 46.5%;
  margin-bottom: 4%;
}

@media (min-width: 768px) {
  .text_containerT5 .wrap:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .text_containerT5 .wrap {
    width: 100%;
    margin-bottom: 10.67vw;
  }
  .text_containerT5 .wrap:last-of-type {
    margin-bottom: 0;
  }
}

.text_containerT5 .title {
  font-weight: 900;
}

.text_containerT5 .text {
  line-height: 2;
}

.section_cubesT5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2.86vw;
  margin-bottom: 1.3vw;
}

@media (max-width: 1024px) {
  .section_cubesT5 {
    margin-top: 5.37vw;
  }
}

@media (max-width: 767px) {
  .section_cubesT5 {
    margin-top: 10.67vw;
    margin-bottom: 26.67vw;
  }
}

.cubeT5 {
  position: relative;
  display: block;
  width: 25%;
}

@media (max-width: 767px) {
  .cubeT5 {
    width: 100%;
    margin-bottom: 8vw;
  }
  .cubeT5:last-of-type {
    margin-bottom: 0;
  }
}

.cubeT5_image {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 1.3vw;
}

@media (max-width: 767px) {
  .cubeT5_image {
    margin-bottom: 4.8vw;
  }
}

.cubeT5_image::after {
  content: "";
  padding-bottom: 60.92%;
  display: block;
}

.cubeT5_text {
  display: block;
  max-width: 85%;
}

@media (min-width: 1025px) {
  .cubeT5_text {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .cubeT5_text:hover {
    color: #14365e;
    text-decoration: underline;
  }
}

.cubeT5_text .text {
  font-weight: 700;
}

.cubeT5_text .title {
  font-weight: 700;
  line-height: 1;
}

/*CONTACT PAGE*/
/*ENGLISH PAGE*/
.english_page .cubeT3_image .cubeT3_years {
  direction: rtl;
}

.english_page .container_wrap {
  direction: ltr;
}

.english_page .text_containerT2 .title_wrap {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.english_page .cubeT1 {
  margin-left: 0;
}

.english_page .cubeT1:nth-of-type(2n) {
  margin-right: 0;
}

@media (min-width: 768px) {
  .english_page .text_container_sizeT1 {
    margin-left: 0;
    margin-right: 4.1%;
  }
  .english_page .section_videoT1 .image_wrap {
    width: 54.17%;
  }
  .english_page .section_videoT1 .video_linkT1 {
    top: 30%;
  }
  .english_page .section_videoT1 .text_wrap {
    width: 33.05%;
    margin-left: 3.9%;
  }
  .english_page .sectionT2 .text_content {
    margin-right: 0;
  }
  .english_page .cubeT1 {
    margin-right: 10%;
  }
  .english_page .text_containerT2 .title_wrap {
    border-bottom-right-radius: 10.42vw;
    border-top-right-radius: 10.42vw;
  }
  .english_page .text_containerT2 .text_wrap {
    padding: 0 2.64vw 0 4.1vw;
  }
  .english_page .sectionT3_wrap .text_content2 {
    margin-right: 4.1vw;
    margin-left: 0;
  }
  .english_page .cubeT3_image .cubeT3_title {
    right: 0;
    left: 3.13vw;
  }
  .english_page .cubeT3_image .cubeT3_years {
    right: auto;
    left: 3.13vw;
  }
  .english_page .cubeT3_text, .english_page .section_cubesT3_btn {
    margin-right: 0;
    margin-left: 3.13vw;
  }
}

@media (min-width: 1025px) {
  .english_page .text_container_sizeT1 {
    margin-right: 13.54%;
  }
  .english_page .sectionT2 .text_content {
    margin-left: 13.54%;
  }
  .english_page .sectionT3_wrap .text_content2 {
    margin-right: 13.54vw;
  }
  .english_page .cubeT1 {
    margin-right: 15.34%;
  }
  .english_page .text_containerT2 .title_wrap {
    padding: 1.64vw 2.81vw 1.64vw 13.54vw;
    border-bottom-right-radius: 10.42vw;
    border-top-right-radius: 10.42vw;
  }
  .english_page .text_containerT2 .text_wrap {
    padding: 0 2.08vw 0 13.54vw;
  }
  .english_page .cubeT3_image .cubeT3_title {
    left: 3.13vw;
  }
  .english_page .cubeT3_text, .english_page .section_cubesT3_btn {
    margin-left: 3.13vw;
  }
}

@media (max-width: 767px) {
  .english_page .numbers_containerT1 .numberT1:nth-child(2n) {
    padding-left: 5%;
    padding-right: 0;
  }
  .english_page .text_containerT2 .title_wrap {
    border-bottom-right-radius: 53.33vw;
    border-top-right-radius: 53.33vw;
  }
  .english_page .cubeT1 {
    margin-right: 5.6%;
  }
}

/*ENGLISH PAGE*/
/*HISTORY PAGE + ENGLISH PAGE*/
.section_cubesT3 {
  padding: 0 18.36vw;
}

@media (max-width: 1024px) {
  .section_cubesT3 {
    padding: 0 4.1vw;
  }
}

@media (max-width: 767px) {
  .section_cubesT3 {
    padding: 0;
  }
}

.section_cubesT3 .cubeT3 {
  margin-bottom: 11.1vw;
}

@media (max-width: 767px) {
  .section_cubesT3 .cubeT3 {
    margin-bottom: 14.67vw;
  }
}

@media (min-width: 768px) {
  .section_cubesT3 .cubeT3:nth-of-type(even) .cubeT3_text {
    margin-right: 17.97vw;
  }
}

@media (min-width: 1025px) {
  .section_cubesT3 .cubeT3:nth-of-type(even) .cubeT3_text {
    margin-right: 14.84vw;
  }
}

@media (min-width: 768px) {
  .section_cubesT3 .cubeT3:nth-of-type(even) .cubeT3_image .cubeT3_title {
    right: 17.97vw;
  }
}

@media (min-width: 1025px) {
  .section_cubesT3 .cubeT3:nth-of-type(even) .cubeT3_image .cubeT3_title {
    right: 14.84vw;
  }
}

@media (min-width: 768px) {
  .section_cubesT3 .cubeT3:nth-of-type(even) .cubeT3_image .cubeT3_years {
    right: auto;
    left: 3.13vw;
  }
}

.section_cubesT3_title {
  text-align: center;
  margin-bottom: 2.86vw;
}

@media (max-width: 1024px) {
  .section_cubesT3_title {
    margin-bottom: 2.93vw;
  }
}

@media (max-width: 767px) {
  .section_cubesT3_title {
    margin: 0 auto;
    max-width: 90.4%;
    margin-bottom: 8vw;
  }
}

.cubeT3_text {
  width: 63.3%;
  margin-right: 3.13vw;
}

@media (max-width: 767px) {
  .cubeT3_text {
    width: 90.4%;
    margin: 0 auto;
  }
}

.cubeT3_text .cubeT3_title {
  display: none;
}

@media (max-width: 767px) {
  .cubeT3_text .cubeT3_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .cubeT3_text .text {
    margin-top: 5.33vw;
  }
}

.section_cubesT3_btn {
  width: 63.3%;
  margin-right: 3.13vw;
  margin-top: 2.08vw;
}

@media (max-width: 1024px) {
  .section_cubesT3_btn {
    margin-top: 1.95vw;
  }
}

@media (max-width: 767px) {
  .section_cubesT3_btn {
    margin: 0 auto;
    width: 90.4%;
    margin-top: 6.67vw;
  }
}

.cubeT3_image {
  position: relative;
  width: 100%;
  margin-bottom: 1.56vw;
}

@media (max-width: 767px) {
  .cubeT3_image {
    margin-bottom: 8vw;
  }
}

.cubeT3_image .cubeT3_title {
  position: absolute;
  bottom: 1.56vw;
  right: 3.13vw;
  max-width: 63.3%;
  color: white;
  font-size: 229.5%;
  line-height: 1.1;
}

@media (max-width: 767px) {
  .cubeT3_image .cubeT3_title {
    display: none;
  }
}

.cubeT3_image .cubeT3_years {
  position: absolute;
  right: 3.13vw;
  top: 1.56vw;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  background: firebrick;
  width: 1.35vw;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .cubeT3_image .cubeT3_years {
    right: auto;
    left: 5.33vw;
    top: 21.33vw;
    width: 7.73vw;
  }
}

.swiper_cubesT3 .cubeT3 {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .swiper_cubesT3 .cubeT3_image {
    margin-bottom: 16vw;
  }
}

/*HISTORY PAGE + ENGLISH PAGE*/
/*CUBES TYPE 4 (ABOUT PAGE + GOGYA ADVANCED + GOGYA ABOUT)*/
.section_cubesT4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cubeT4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 26%;
  margin-left: 11%;
  margin-bottom: 4.43vw;
}

.cubeT4:nth-of-type(3n) {
  margin-left: 0;
}

@media (max-width: 1024px) {
  .cubeT4 {
    width: 28%;
    margin-left: 8%;
    margin-bottom: 5.86vw;
  }
}

@media (max-width: 767px) {
  .cubeT4 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 16vw;
  }
  .cubeT4:last-of-type {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .cubeT4_btn {
    margin-top: auto;
  }
}

@media (max-width: 767px) {
  .cubeT4_btn {
    margin-top: 4vw;
  }
}

.cubeT4_text {
  margin-bottom: 1.56vw;
}

@media (max-width: 767px) {
  .cubeT4_text {
    margin-bottom: 0;
  }
}

.cubeT4_text .title {
  margin-bottom: 1.15vw;
  font-weight: 900;
  color: #14365e;
  min-height: 3.02vw;
  display: block;
}

.cubeT4_text .textP.textWrap {
  font-size: 125%;
}


@media (max-width: 767px) {
  .cubeT4_text .title {
    margin-bottom: 4vw;
    min-height: auto;
  }
}

.cubeT4_image {
  width: 100%;
  position: relative;
  margin-bottom: 1.15vw;
  display: block;
}

@media (max-width: 767px) {
  .cubeT4_image {
    margin-bottom: 6.67vw;
  }
}

.cubeT4_image::after {
  content: "";
  display: block;
  padding-bottom: 62.72%;
}

.cube_bannerT1 {
  position: relative;
  -webkit-box-shadow: 0 0.16vw 1.93vw 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.16vw 1.93vw 0 rgba(0, 0, 0, 0.16);
  border-radius: 2.4vw;
  overflow: hidden;
}

@media (max-width: 767px) {
  .cube_bannerT1 {
    -webkit-box-shadow: 0 0.8vw 9.87vw 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.8vw 9.87vw 0 rgba(0, 0, 0, 0.16);
    border-radius: 12.27vw;
  }
}

.cube_bannerT1::after {
  content: "";
  padding-bottom: 130.24%;
  display: block;
}

@media (max-width: 767px) {
  .cube_bannerT1::after {
    padding-bottom: 148.8%;
  }
}

.cube_bannerT1 .cube_banner_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cube_bannerT1 .cube_banner_text {
  position: relative;
  text-align: center;
  padding: 1.88vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .cube_bannerT1 .cube_banner_text {
    padding: 9.07vw 4vw;
  }
}

.cube_bannerT1 .cube_banner_text .title {
  color: #14365e;
  margin-bottom: 0.63vw;
}

@media (max-width: 767px) {
  .cube_bannerT1 .cube_banner_text .title {
    margin-bottom: 2.4vw;
  }
}

.cube_bannerT1 .cube_banner_text .btn {
  margin-top: 1.15vw;
}

@media (max-width: 767px) {
  .cube_bannerT1 .cube_banner_text .btn {
    margin-top: 4.27vw;
  }
}

/*CUBES TYPE 4 (ABOUT PAGE + GOGYA ADVANCED + GOGYA ABOUT)*/
/*TABLE TYPE 1 (GOGYA ADVANCED)*/
.tablesT1_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tableT1 {
  width: 31.64%;
  margin-left: 2.54%;
  border-radius: 2.66vw;
  padding: 2.86vw 1.04vw 1.82vw;
  text-align: center;
  -webkit-box-shadow: 0 0.16vw 1.41vw 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.16vw 1.41vw 0 rgba(0, 0, 0, 0.16);
  background: -webkit-gradient(linear, left top, left bottom, from(#14365e), color-stop(28%, #c5c5c5), color-stop(89%, #f5f5f5));
  background: linear-gradient(to bottom, #14365e, #c5c5c5 28%, #f5f5f5 89%);
}

@media (max-width: 1024px) {
  .tableT1 {
    padding: 3.42vw 1.95vw 2.44vw;
  }
}

@media (max-width: 767px) {
  .tableT1 {
    width: 100%;
    margin-left: 0;
    -webkit-box-shadow: 0 0.8vw 7.2vw 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.8vw 7.2vw 0 rgba(0, 0, 0, 0.16);
    border-radius: 0;
    margin-bottom: 10.13vw;
    padding: 8vw 0;
  }
  .tableT1:last-of-type {
    margin-bottom: 0;
  }
}

.tableT1:nth-of-type(3n) {
  margin-left: 0;
}

.tableT1:nth-of-type(2) {
  background: -webkit-gradient(linear, left top, left bottom, from(#D2DE3B), color-stop(28%, #c5c5c5), color-stop(89%, #f5f5f5));
  background: linear-gradient(to bottom, #D2DE3B, #c5c5c5 28%, #f5f5f5 89%);
}

.tableT1:nth-of-type(3) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2dade0), color-stop(28%, #c5c5c5), color-stop(89%, #f5f5f5));
  background-image: linear-gradient(to bottom, #2dade0, #c5c5c5 28%, #f5f5f5 89%);
}

.tableT1_title {
  margin-bottom: 1.56vw;
}

@media (max-width: 1024px) {
  .tableT1_title {
    margin-bottom: 1.46vw;
  }
}

@media (max-width: 767px) {
  .tableT1_title {
    padding: 0 4.8vw;
    margin-bottom: 7.47vw;
  }
}

.tableT1_title .txt {
  margin-top: 0.78vw;
}

@media (max-width: 1024px) {
  .tableT1_title .txt {
    margin-top: 0.49vw;
  }
}

@media (max-width: 767px) {
  .tableT1_title .txt {
    margin-top: 2.67vw;
  }
}

.tableT1_content {
  padding: 0;
  margin: 0;
  list-style: none;
  border-color: rgba(0, 0, 0, 0);
  width: 100%;
  font-size: 78.95%;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .tableT1_content {
    font-size: 93.75%;
  }
}

.tableT1_content li {
  width: 100%;
  background: #f1f1f1;
  border-radius: 0.47vw;
  min-height: 4.22vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.47vw 1.56vw;
  margin-bottom: 0.63vw;
}

@media (max-width: 1024px) {
  .tableT1_content li {
    min-height: 6.64vw;
    padding: 0.88vw 1.46vw;
    border-radius: 0.49vw;
    margin-bottom: 0.98vw;
  }
}

@media (max-width: 767px) {
  .tableT1_content li {
    min-height: 21.6vw;
    padding: 2.4vw 14.67vw;
    margin-bottom: 3.2vw;
    border-radius: 0;
  }
}

.tableT1_content li:last-of-type {
  margin-bottom: 0;
}

.tablesT1_smallText {
  margin-top: 5.21vw;
  text-align: center;
}

@media (max-width: 767px) {
  .tablesT1_smallText {
    margin-top: 9.33vw;
    padding: 0 4.8vw;
  }
}

/*TABLE TYPE 1 (GOGYA ADVANCED)*/
/*FORM TYPE 2*/
.formT2 {
  width: 26.3vw;
}

@media (max-width: 1024px) {
  .formT2 {
    width: 38.57vw;
  }
}

@media (max-width: 767px) {
  .formT2 {
    width: 90.4%;
    margin: 0 auto;
  }
}

.formT2 .form_title {
  margin-bottom: 1.56vw;
}

@media (max-width: 1024px) {
  .formT2 .form_title {
    margin-bottom: 1.95vw;
  }
}

@media (max-width: 767px) {
  .formT2 .form_title {
    margin-bottom: 8vw;
  }
}

.formT2 .form_title.type2 {
  margin-bottom: 0.78vw;
}

@media (max-width: 1024px) {
  .formT2 .form_title.type2 {
    margin-bottom: 1.46vw;
  }
}

@media (max-width: 767px) {
  .formT2 .form_title.type2 {
    margin-bottom: 6vw;
  }
}

.formT2 .form_title.type2 .smallText {
  margin-top: 0.78vw;
}

@media (max-width: 1024px) {
  .formT2 .form_title.type2 .smallText {
    margin-top: 1.37vw;
  }
}

@media (max-width: 767px) {
  .formT2 .form_title.type2 .smallText {
    margin-top: 5vw;
  }
}

.formT2 .smallText {
  margin-top: 1.56vw;
}

@media (max-width: 1024px) {
  .formT2 .smallText {
    margin-top: 1.76vw;
  }
}

@media (max-width: 767px) {
  .formT2 .smallText {
    margin-top: 6.67vw;
  }
}

.formT2 .btn_form {
  margin-top: 1.46vw;
}

@media (max-width: 1024px) {
  .formT2 .btn_form {
    margin-top: 1.95vw;
  }
}

@media (max-width: 767px) {
  .formT2 .btn_form {
    margin-top: 5.6vw;
  }
}

/*FORM TYPE 2*/
/*ARTICLE*/
.article_title, .article_sub_title {
  margin-bottom: 2.86vw;
}

@media (max-width: 1024px) {
  .article_title, .article_sub_title {
    margin-bottom: 5.37vw;
  }
}

@media (max-width: 767px) {
  .article_title, .article_sub_title {
    margin-bottom: 8vw;
  }
}

.article_title .btn, .article_sub_title .btn {
  margin-bottom: 2.08vw;
}

@media (max-width: 1024px) {
  .article_title .btn, .article_sub_title .btn {
    margin-bottom: 3.91vw;
  }
}

@media (max-width: 767px) {
  .article_title .btn, .article_sub_title .btn {
    margin-bottom: 6.67vw;
  }
}

@media (max-width: 767px) {
  .article_title {
    margin-top: 4.8vw;
  }
}

.article_main_image {
  position: relative;
  border-radius: 2.34vw;
  overflow: hidden;
  margin-bottom: 3.91vw;
}

@media (max-width: 767px) {
  .article_main_image {
    border-radius: 0;
    margin-bottom: 8vw;
  }
}

.article_main_image::after {
  content: "";
  display: block;
  padding-bottom: 41.6%;
}

.article_sub_title {
  font-size: 100%;
  font-weight: 400;
}

.article_wrap {
  position: relative;
}

@media (max-width: 767px) {
  .article_wrap .mediaT2 {
    display: none;
  }
}

.article_container > *:not(.article_video):not(.article_gallery) {
  width: 43.75%;
  margin: 0 auto;
  display: block;
  margin-bottom: 1.67vw;
}

@media (max-width: 1024px) {
  .article_container > *:not(.article_video):not(.article_gallery) {
    width: 62%;
    margin-bottom: 1.56vw;
  }
}

@media (max-width: 767px) {
  .article_container > *:not(.article_video):not(.article_gallery) {
    width: 90.4%;
    margin-bottom: 6.67vw;
  }
}

.article_container .firstLetter {
  display: inline-block;
  font-size: 842%;
  font-weight: 900;
  float: right;
  line-height: 0.7;
  margin-left: 1rem;
}

@media (max-width: 767px) {
  .article_container .firstLetter {
    margin-left: .7rem;
  }
}

.article_container .article_video, .article_container .article_gallery {
  margin: 3.39vw auto;
}

@media (max-width: 1024px) {
  .article_container .article_video, .article_container .article_gallery {
    margin: 4.88vw auto;
  }
}

@media (max-width: 767px) {
  .article_container .article_video, .article_container .article_gallery {
    margin: 13.33vw auto;
  }
}

.article_container q {
  margin: 2.6vw auto;
  font-size: 189.47%;
  font-weight: 900;
  line-height: 1.25;
}

@media (max-width: 1024px) {
  .article_container q {
    margin: 5.37vw auto;
  }
}

@media (max-width: 767px) {
  .article_container q {
    margin: 10.67vw auto;
    font-size: 143%;
  }
}

.article_container h2, .article_container h3, .article_container h4 {
  color: #14365e;
  font-weight: 900;
  font-size: 121%;
}

@media (max-width: 767px) {
  .article_container h2, .article_container h3, .article_container h4 {
    line-height: 1.4;
    font-size: 125%;
  }
}

.article_video_image {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.73vw;
  overflow: hidden;
}

.article_video_image::after {
  content: "";
  display: block;
  padding-bottom: 60.1%;
}

@media (max-width: 767px) {
  .article_video_image::after {
    padding-bottom: 95%;
  }
}

.text_containerT6 {
  max-width: 65%;
  text-align: center;
  margin: 0 auto;
  margin-top: 1.15vw;
  font-weight: 400;
  font-size: 94.12%;
  line-height: 1.3125;
}

@media (max-width: 1024px) {
  .text_containerT6 {
    margin-top: 1.95vw;
  }
}

@media (max-width: 767px) {
  .text_containerT6 {
    margin-top: 5.33vw;
    max-width: 90.4%;
  }
}

.article_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3.39vw;
}

@media (max-width: 1024px) {
  .article_links {
    margin-top: 5.86vw;
  }
}

@media (max-width: 767px) {
  .article_links {
    margin-top: 14.67vw;
  }
}

.article_links .btn {
  margin-left: 0.68vw;
  margin-bottom: 1.04vw;
}

@media (max-width: 767px) {
  .article_links .btn {
    margin-left: 2.93vw;
    margin-bottom: 5.33vw;
  }
}

.mediaT2 {
  color: #14365e;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  border-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  right: 20%;
  font-size: 135%;
}

@media (max-width: 1024px) {
  .mediaT2 {
    right: 10%;
  }
}

@media (max-width: 767px) {
  .mediaT2 {
    position: relative;
    right: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.mediaT2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1025px) {
  .mediaT2 a {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .mediaT2 a:hover {
    color: #2dade0;
  }
}

.mediaT2 li {
  margin-bottom: 1.72vw;
}

.mediaT2 li:last-of-type {
  margin: 0;
}

@media (max-width: 1024px) {
  .mediaT2 li {
    margin-bottom: 2.93vw;
  }
}

@media (max-width: 767px) {
  .mediaT2 li {
    margin: 0;
    margin-left: 6.67vw;
  }
}

.article_shear {
  display: none;
  height: 14.4vw;
  position: absolute;
  left: 4.8%;
  top: 5vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 767px) {
  .article_shear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.article_shear .mediaT2 {
  display: none;
}

.article_shear.open .mediaT2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article_shear.open .btn_shear {
  display: none;
}

.btn_shear {
  color: #14365e;
  background: white;
  border-radius: 100%;
  width: 14.4vw;
  height: 14.4vw;
  -webkit-box-shadow: 0 0 5.07vw 0 rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 5.07vw 0 rgba(0, 0, 0, 0.35);
  font-size: 158%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.galleryT1 {
  position: relative;
}

.galleryT1 .swiper-slide {
  width: 51.04%;
  margin: 0 1.5625%;
}

@media (max-width: 1024px) {
  .galleryT1 .swiper-slide {
    width: 73.24%;
    margin: 0 1.6%;
  }
}

@media (max-width: 767px) {
  .galleryT1 .swiper-slide {
    margin: 0;
    width: 79%;
    margin-left: 8%;
  }
  .galleryT1 .swiper-slide:last-of-type {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .galleryT1 .swiper-button-next, .galleryT1 .swiper-button-prev {
    display: none;
  }
}

.galleryT1_slider {
  width: 100%;
}

.galleryT1_image {
  position: relative;
  width: 100%;
  border-radius: 0.73vw;
  overflow: hidden;
}

@media (max-width: 767px) {
  .galleryT1_image {
    border-radius: 0;
  }
}

.galleryT1_image::after {
  content: "";
  display: block;
  padding-bottom: 60.1%;
}

/*ARTICLE*/
/*ACADEMY*/
.sectionT6_container {
  margin-top: 6.51vw;
}

@media (max-width: 767px) {
  .sectionT6_container {
    margin-top: 17.33vw;
  }
}

.sectionT6_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 767px) {
  .sectionT6_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sectionT6_image {
  position: relative;
  width: 38.21%;
  margin: 0 6.07%;
  border-radius: 2.86vw;
  overflow: hidden;
}

@media (max-width: 767px) {
  .sectionT6_image {
    width: 100%;
    margin: 0;
    border-radius: 14.67vw;
    margin-bottom: 7.47vw;
  }
}

.sectionT6_image::after {
  content: "";
  display: block;
  padding-bottom: 121%;
}

.sectionT6_text {
  width: 41.43%;
  padding: 4.17vw 0;
}

@media (max-width: 1024px) {
  .sectionT6_text {
    width: 45.1%;
    padding: 5.86vw 0;
  }
}

@media (max-width: 767px) {
  .sectionT6_text {
    width: 85%;
    margin: 0 auto;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .sectionT6 {
    padding-bottom: 16vw;
  }
}

@media (min-width: 768px) {
  .sectionT6.typeLTR .sectionT6_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sectionT6.typeLTR .sectionT6_text {
    text-align: left;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .sectionT6.typeLTR .sectionT6_image {
    margin-left: 0;
    margin-top: -10%;
  }
  .sectionT6.typeLTR .sectionT6_image::after {
    padding-bottom: 153.85%;
  }
}

@media (min-width: 1025px) {
  .sectionT6.typeLTR .sectionT6_image {
    margin-top: -22%;
  }
}

@media (max-width: 767px) {
  .sectionT6.typeLTR {
    margin-top: 34.67vw;
  }
  .sectionT6.typeLTR .sectionT6_image {
    margin-top: -36vw;
  }
}

@media (min-width: 768px) {
  .sectionT6.type2 {
    margin-bottom: 4.88vw;
  }
  .sectionT6.type2 .sectionT6_text {
    width: 28%;
  }
  .sectionT6.type2 .sectionT6_image {
    width: 50.35%;
    margin-right: 0;
  }
}

@media (min-width: 1025px) {
  .sectionT6.type2 {
    margin-bottom: 5.99vw;
  }
  .sectionT6.type2 .sectionT6_text {
    width: 26%;
  }
}

@media (min-width: 768px) {
  .sectionT6.type3 {
    margin-bottom: 4.88vw;
  }
  .sectionT6.type3 .sectionT6_text {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

@media (min-width: 1025px) {
  .sectionT6.type3 {
    margin-bottom: 5.99vw;
  }
}

@media (min-width: 768px) {
  .sectionT6.type4 .sectionT6_image {
    margin-bottom: -3.42vw;
  }
}

@media (min-width: 1025px) {
  .sectionT6.type4 .sectionT6_image {
    margin-bottom: -3.65vw;
  }


}

/*ACADEMY*/
/*MANAGEMENT*/
.section_cubesT6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
/*  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;*/
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 75%;
  margin: 0 auto;

  -webkit-box-pack: space-around;
      -ms-flex-pack: space-around;
          justify-content: space-around;
}

@media (max-width: 1024px) {
  .section_cubesT6 {
    width: 85%;
  }
}

@media (max-width: 767px) {
  .section_cubesT6 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90.4%;
  }
}

.cubeT6 {
  display: block;
  margin: 0 1.39% 4.28%;
  width: 22.22%;
}

@media (min-width: 1025px) {
  .cubeT6:hover .cubeT6_image::before {
    background: rgba(255, 255, 255, 0.3);
  }
  .cubeT6:hover .name {
    text-decoration: underline;
  }
}

@media (max-width: 767px) {
  .cubeT6 {
    width: 47.2%;
    margin: 0;
    margin-bottom: 10.37%;
  }
}

.cubeT6.type2 .cubeT6_text {
  color: white;
}

.cubeT6.type2 .name {
  color: #D2DE3B;
}

.cubeT6.typeLong {
  background: #f1f1f1;
  border-radius: 2.29vw 2.29vw 0.83vw 0.83vw;
  text-align: center;
  padding-bottom: 2.34vw;
  overflow: hidden;
}

@media (max-width: 767px) {
  .cubeT6.typeLong {
    width: 100%;
    margin-right: 3%;
    margin-left: 3%;
    border-radius: 11.73vw 11.73vw 4.27vw 4.27vw;
    padding-bottom: 10.67vw;
  }
}

.cubeT6.typeLong .cubeT6_text, .cubeT6.typeLong .cubeT6_quote {
  width: 85%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .cubeT6.typeLong .cubeT6_text, .cubeT6.typeLong .cubeT6_quote {
    width: 88%;
  }
}

@media (max-width: 767px) {
  .cubeT6.typeLong .cubeT6_text, .cubeT6.typeLong .cubeT6_quote {
    width: 85.5%;
  }
}

.cubeT6.typeLong .cubeT6_text {
  height: 5.21vw;
  margin-bottom: 0.94vw;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .cubeT6.typeLong .cubeT6_text {
    height: 8.3vw;
    margin-bottom: 1.17vw;
  }
}

@media (max-width: 767px) {
  .cubeT6.typeLong .cubeT6_text {
    height: auto;
    margin-bottom: 12vw;
  }
}

.cubeT6_quote .text {
  line-height: 1.61;
}

.cubeT6_quote .quote {
  color: white;
  font-size: 240%;
  line-height: 1;
  margin-bottom: 0.52vw;
}

@media (max-width: 1024px) {
  .cubeT6_quote .quote {
    margin-bottom: 0.98vw;
  }
}

@media (max-width: 767px) {
  .cubeT6_quote .quote {
    margin-bottom: 2.67vw;
  }
}

.cubeT6_image {
  position: relative;
  width: 100%;
  border-radius: 2.29vw;
  overflow: hidden;
  margin-bottom: 0.89vw;
  display: block;
}

@media (max-width: 767px) {
  .cubeT6_image {
    border-radius: 11.73vw;
    margin-bottom: 4.27vw;
  }
}

.cubeT6_image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

.cubeT6_image:after {
  content: "";
  display: block;
  padding-bottom: 90.625%;
}

.cubeT6_text {
  display: block;
  width: 94%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .cubeT6_text {
    width: 90%;
  }
}

.cubeT6_text .name {
  color: #14365e;
  font-weight: 900;
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
}

@media (max-width: 767px) {
  .cubeT6_text .name {
    line-height: 1;
    margin-bottom: 3px;
  }
}

.cubeT6_text .role {
  line-height: 1.2;
}

.title_containerT1 {
  text-align: center;
  color: white;
  margin-bottom: 4.27vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1024px) {
  .title_containerT1 {
    margin-bottom: 5.37vw;
  }
}

@media (max-width: 767px) {
  .title_containerT1 {
    margin-bottom: 12vw;
  }
}

.title_containerT1 .title {
  width: 100%;
  font-weight: 300;
}

.sort_btnsT1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.56vw 2.08vw 0;
  margin-top: 1.35vw;
  border-top: 1px solid #4e4e4e;
}

@media (max-width: 1024px) {
  .sort_btnsT1 {
    padding: 2.44vw 3.91vw 0;
    margin-top: 1.95vw;
  }
}

@media (max-width: 767px) {
  .sort_btnsT1 {
    padding: 6.67vw 4.8vw 0;
    margin-top: 5.33vw;
  }
}

.sort_btnsT1 .btn {
  margin-left: 0.78vw;
}

@media (max-width: 1024px) {
  .sort_btnsT1 .btn {
    margin-left: 1.46vw;
  }
}

@media (max-width: 767px) {
  .sort_btnsT1 .btn {
    margin-left: 4vw;
    margin-bottom: 4.8vw;
  }
}

.sort_btnsT1 .btn:last-of-type {
  margin: 0;
}

/*MANAGEMENT*/
/*CAREER*/
.section_cubesT7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cubeT7 {
  background: #14365e;
  color: white;
  border-radius: 1.25vw;
  width: 47%;
  padding: 1.56vw 1.82vw;
  margin-bottom: 3.57%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1024px) {
  .cubeT7 {
    padding: 1.95vw 2.93vw;
    margin-bottom: 4.3%;
  }
}

@media (max-width: 767px) {
  .cubeT7 {
    width: 100%;
    border-radius: 6.4vw;
    padding: 8vw 5.33vw;
    margin-bottom: 6.4vw;
  }
}

.cubeT7 .btn {
  font-weight: 400;
}

@media (min-width: 768px) {
  .cubeT7 .btn {
    margin-top: auto;
  }
}

@media (min-width: 768px) {
  .cubeT7_text {
    max-width: 90%;
  }
}

.cubeT7_text .name {
  margin-bottom: 0.63vw;
}

@media (max-width: 1024px) {
  .cubeT7_text .name {
    margin-bottom: 1.17vw;
  }
}

@media (max-width: 767px) {
  .cubeT7_text .name {
    margin-bottom: 3.73vw;
  }
}

.cubeT7_text .location {
  margin-bottom: 0.26vw;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .cubeT7_text .location {
    margin-bottom: 0.78vw;
  }
}

@media (max-width: 767px) {
  .cubeT7_text .location {
    margin-bottom: 5.33vw;
  }
}

/*CAREER*/
/*GOGYA*/
.main_container_textT2 {
  max-width: 30.21%;
  position: absolute;
  margin-top: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .main_container_textT2 {
    max-width: 41.4%;
  }
}

@media (max-width: 767px) {
  .main_container_textT2 {
    position: relative;
    top: auto;
    margin: 0;
    max-width: 90.4%;
    right: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.main_container_textT2 .title {
  font-weight: 700;
  color: #14365e;
}

.main_container_textT2 .image {
  width: 18.86vw;
}

@media (max-width: 767px) {
  .main_container_textT2 .image {
    width: 57.6vw;
  }
}

.main_container_textT2 .btn {
  margin-top: 4.43vw;
}

@media (max-width: 767px) {
  .main_container_textT2 .btn {
    display: none;
  }
}

.sectionT7 {
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 18.23vw 0 9.12vw;
}

@media (max-width: 1024px) {
  .sectionT7 {
    padding: 20.51vw 0 7.32vw;
  }
}

@media (max-width: 767px) {
  .sectionT7 {
    padding: 49.33vw 0 17.33vw;
  }
}

.sectionT7_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.sectionT7_content {
  position: relative;
}

.section_cubesT5_gallery_wrap {
  position: relative;
}

.section_cubesT5_gallery_wrap:not(.active) .swiper-button-next, .section_cubesT5_gallery_wrap:not(.active) .swiper-button-prev {
  display: none;
}

@media (max-width: 767px) {
  .section_cubesT5_gallery_wrap {
    padding-right: 4.8vw;
  }
  .section_cubesT5_gallery_wrap .swiper-button-next, .section_cubesT5_gallery_wrap .swiper-button-prev {
    display: none;
  }
}

@media (max-width: 767px) {
  .section_cubesT5_gallery_wrap .cubeT5 {
    width: 78.43%;
    margin-bottom: 0;
    margin-left: 6.7%;
  }
  .section_cubesT5_gallery_wrap .cubeT5:last-of-type {
    margin-left: 0;
  }
}

.galleryT2_image {
  position: relative;
  border-radius: 2.6vw;
  overflow: hidden;
}

@media (max-width: 767px) {
  .galleryT2_image {
    border-radius: 8vw;
  }
}

.galleryT2_image::after {
  content: "";
  padding-bottom: 31.03%;
  display: block;
}

@media (max-width: 767px) {
  .galleryT2_image::after {
    padding-bottom: 130%;
  }
}

.galleryT2_text {
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  max-width: 86%;
  margin: 0 auto;
  padding-top: 8vw;
  position: relative;
}

.galleryT2_text::after {
  content: "";
  right: calc(50% - 16vw);
  position: absolute;
  top: -4.665vw;
  height: 9.33vw;
  width: 32vw;
  background: #2dade0;
  border-radius: 9.33vw;
  -webkit-box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
}

@media (min-width: 768px) {
  .galleryT2_text {
    display: none;
  }
}

@media (max-width: 767px) {
  .galleryT2 .swiper-slide {
    width: 75.2%;
    margin-left: 4.8%;
  }
  .galleryT2 .swiper-slide:last-of-type {
    margin-left: 0;
  }
  .galleryT2 .swiper-slide:last-of-type .galleryT2_image {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .galleryT2 .swiper-slide:first-of-type .galleryT2_image {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.galleryT2_btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 1.46vw;
}

@media (max-width: 1024px) {
  .galleryT2_btns {
    margin-top: 2.73vw;
  }
}

@media (max-width: 767px) {
  .galleryT2_btns {
    display: none;
  }
}

.galleryT2_btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #14365e;
  padding: 0 3.6%;
  line-height: 1.3;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 1024px) {
  .galleryT2_btn {
    padding: 0 1.6%;
  }
}

.galleryT2_btn.active {
  color: #000000;
  font-weight: 700;
}

.galleryT2_conainer {
  position: relative;
}

@media (max-width: 767px) {
  .galleryT2_conainer {
    padding: 9.33vw 0 5.33vw;
  }
}

.galleryT2_btns_lines {
  position: relative;
  width: 100%;
  z-index: 1;
}

@media (max-width: 767px) {
  .galleryT2_btns_lines {
    display: none;
  }
}

.galleryT2_btns_lines.typeThree .lineT1 {
  right: 16.67%;
}

.galleryT2_btns_lines.typeThree .lineT1.step1 {
  right: 50%;
}

.galleryT2_btns_lines.typeThree .lineT1.step2 {
  right: 83.33%;
}

.galleryT2_btns_lines.typeTwo .lineT1 {
  right: 25%;
}

.galleryT2_btns_lines.typeTwo .lineT1.step1 {
  right: 75%;
}

.galleryT2_btns_lines.noSwip .lineT1 {
  right: 50%;
}

.lineT1 {
  background: #2dade0;
  width: 6.25vw;
  height: 1.82vw;
  border-radius: 1.56vw;
  -webkit-box-shadow: 0 0.16vw 0.31vw rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.16vw 0.31vw rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 0;
  margin-top: -0.91vw;
  right: 12.5%;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateX(3.125vw);
          transform: translateX(3.125vw);
}

@media (max-width: 1024px) {
  .lineT1 {
    width: 9vw;
    height: 2.44vw;
    -webkit-transform: translateX(4.5vw);
            transform: translateX(4.5vw);
  }
}

.lineT1.step1 {
  right: 37.5%;
}

.lineT1.step2 {
  right: 62.5%;
}

.lineT1.step3 {
  right: 87.5%;
}

.section_contact {
  position: relative;
  padding: 6.25vw 13.54vw;
}

@media (max-width: 1024px) {
  .section_contact {
    padding: 7.23vw 4.1vw;
  }
}

@media (max-width: 767px) {
  .section_contact {
    padding: 0;
    margin: 17.33vw 0;
  }
}

.section_contact_title {
  position: relative;
  z-index: 1;
  width: 41.43%;
}

@media (max-width: 1024px) {
  .section_contact_title {
    width: 49%;
  }
}

@media (max-width: 767px) {
  .section_contact_title {
    width: 90.4%;
    margin: 0 auto;
  }
}

.section_contact_title .image {
  width: 14.58vw;
  margin-top: 0.52vw;
}

@media (max-width: 767px) {
  .section_contact_title .image {
    width: 73.33vw;
    margin-top: 2.67vw;
  }
}

.section_contact_title .btn {
  margin-top: 1.82vw;
}

@media (max-width: 767px) {
  .section_contact_title .btn {
    margin-top: 8vw;
  }
}

.mapT1_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .mapT1_container {
    position: relative;
    height: 163.2vw;
    margin-top: -6.4vw;
  }
  .page-template-template-amit-area .mapT1_container{
      margin-top: 6.4vw;
  }
}

.section_contact_text {
  position: relative;
  width: 41.43%;
  margin-top: 4.17vw;
}

@media (max-width: 1024px) {
  .section_contact_text {
    width: 49%;
    margin-top: 6.35vw;
  }
}

@media (max-width: 767px) {
  .section_contact_text {
    width: 90.4%;
    margin: 0 auto;
    margin-top: -20vw;
  }
  .section_contact_text .wrap {
    margin-bottom: 7vw;
  }
}

.mediaT3 {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin-top: 1.04vw;
  font-size: 130%;
}

@media (max-width: 767px) {
  .mediaT3 {
    font-size: 200%;
    margin-top: 7vw;
  }
}

.mediaT3 li {
  margin-left: 1.15vw;
}

@media (max-width: 767px) {
  .mediaT3 li {
    margin-left: 8vw;
  }
}

.mediaT3 li:last-of-type {
  margin-bottom: 0;
}

.mediaT3 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1025px) {
  .mediaT3 a {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .mediaT3 a:hover {
    color: #2dade0;
  }
}

/*GOGYA*/
/*INSTITUTES*/
.location_temp {
  width: 88%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .location_temp {
    width: 91.8%;
  }
}

@media (max-width: 767px) {
  .location_temp {
    width: 100%;
  }
}

.sort_temp {
  width: 100%;
  background: white;
  border-radius: 0.99vw;
  -webkit-box-shadow: 0 0.16vw 1.67vw 0 rgba(0, 0, 0, 0.31);
          box-shadow: 0 0.16vw 1.67vw 0 rgba(0, 0, 0, 0.31);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 2.66% 8.58%;
}

@media (max-width: 1024px) {
  .sort_temp {
    padding: 3%;
    border-radius: 1.86vw;
    -webkit-box-shadow: 0 0.29vw 3.13vw 0 rgba(0, 0, 0, 0.31);
            box-shadow: 0 0.29vw 3.13vw 0 rgba(0, 0, 0, 0.31);
  }
}

@media (max-width: 767px) {
  .sort_temp {
    width: 90.4%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0.8vw 8.53vw 0 rgba(0, 0, 0, 0.31);
            box-shadow: 0 0.8vw 8.53vw 0 rgba(0, 0, 0, 0.31);
    border-radius: 5.07vw;
    padding: 6.67vw 4.27vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .sort_temp .send_form {
    margin-top: 6.67vw;
  }
}

@media (min-width: 768px) {
  .sortT1_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 83.57%;
  }
}

.sortT1 {
  border-left: 1px solid #cecece;
  padding: 0 1.72vw;
  width: 33.33%;
}

@media (max-width: 767px) {
  .sortT1 {
    width: 100%;
    padding: 0;
    border: none;
    margin-bottom: 6.67vw;
  }
}

.sortT1:last-of-type {
  padding-left: 0;
}

.sortT1:last-of-type:not(:first-of-type) {
  border-left: none;
}

@media (max-width: 767px) {
  .sortT1:last-of-type {
    margin-bottom: 0;
  }
}

.sortT1.type2 {
  padding-right: 0;
}

@media (min-width: 768px) {
  .sortT1.type2 {
    width: 16.43%;
  }
}

@media (max-width: 767px) {
  .sortT1.type2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sortT1.type2 .sortT1_title {
    margin-bottom: 0;
  }
}

.sortT1_title {
  font-weight: 700;
  margin-bottom: 1.2vw;
}

@media (max-width: 1024px) {
  .sortT1_title {
    margin-bottom: 1.46vw;
  }
}

@media (max-width: 767px) {
  .sortT1_title {
    margin-bottom: 3.2vw;
  }
}

.sortT1_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.sortT1_container .btn {
  margin-left: 0.42vw;
  margin-bottom: 0.83vw;
}

.sortT1_container .btn:last-of-type {
  margin-left: 0;
}

@media (max-width: 1024px) {
  .sortT1_container .btn {
    margin-left: 1.07vw;
    margin-bottom: 1.07vw;
  }
}

@media (max-width: 767px) {
  .sortT1_container .btn {
    margin-left: 4vw;
    margin-bottom: 0;
  }
}

.selectT1 {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #f1f1f1;
  padding: 5.33vw 4.27vw;
  border-radius: 4.27vw;
  font-size: 112.5%;
  line-height: 1;
  min-height: 15.47vw;
}

.selectT1 .text {
  max-width: 90%;
}

.selectT1 .arrow {
  color: #14365e;
  font-size: 57.8%;
  margin-right: auto;
}

.selectT1 select {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  padding: 0 4.27vw 0 10.67vw;
  font-family: 'SimplerPro', 'Assistant' , sans-serif;
}

.selectT1 select::-ms-expand {
  display: none;
}

.selectT1 select[multiple] {
  opacity: 0;
}

.location_results {
  margin-top: 2.71vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .location_results {
    background: white;
    height: 58vw;
    padding: 2%;
    border-radius: 1.86vw;
  }
}

@media (min-width: 1025px) {
  .location_results {
    border-radius: 0.99vw;
    padding: 2.07% 2.07%;
    height: 51.15vw;
  }
}

@media (max-width: 767px) {
  .location_results {
    margin-top: 12.27vw;
  }
}

.location_results.mapType .location_map_content {
  display: block;
}

@media (min-width: 768px) {
  .location_results.mapType {
    padding-right: 1%;
  }
  .location_results.mapType .location_list_content {
    width: 31%;
  }
  .location_results.mapType .location_list_content .location_list_wrap {
    width: 88%;
  }
  .location_results.mapType .location_list_content .location_list_wrapT1 {
    width: 92%;
  }
  .location_results.mapType .location_list_content .location_list_wrapT1 .type {
    display: block;
  }
  .location_results.mapType .location_list_content .location_list_wrapT2 {
    display: none;
  }
}

@media (min-width: 1025px) {
  .location_results.mapType {
    padding-right: 1.48%;
  }
  .location_results.mapType .location_list_content {
    width: 23.8%;
  }
  .location_results.mapType .location_list_content .location_list_wrap {
    width: 89.5%;
  }
}

@media (max-width: 767px) {
  .location_results.mapType .location_list_content {
    display: none;
  }
}

.location_map_content {
  display: none;
  position: relative;
  width: 74.5%;
  height: 100%;
  background: pink;
}

@media (min-width: 768px) {
  .location_map_content {
    border-radius: 1.95vw;
    overflow: hidden;
    margin-right: auto;
  }
}

@media (min-width: 1025px) {
  .location_map_content {
    border-radius: 2.19vw;
  }
}

@media (max-width: 1024px) {
  .location_map_content {
    width: 68%;
  }
}

@media (max-width: 767px) {
  .location_map_content {
    height: 168.8vw;
    width: 100%;
  }
}

.location_map_wrap {
  width: 100%;
  height: 100%;
}

.map_temp {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
}

.map_temp iframe, .map_temp img {
  width: 100%;
  height: 100%;
}

.pinT1_wrap {
  position: relative;
  font-family: "SimplerPro", "Assistant", sans-serif !important;
}

.pinT1_wrap.on {
  z-index: 1;
}

.pinT1_wrap.on .pinT1_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-animation: animF .3s ease-in-out;
          animation: animF .3s ease-in-out;
}

.pinT1_wrap.on .pinT1 {
  background-color: #D2DE3B;
  width: 24px;
  height: 24px;
}

.pinT1_data {
  position: absolute;
  bottom: calc(100% - -4.8vw);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #14365e;
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 74vw;
  padding: 4vw 3.2vw;
  border-radius: 4.27vw;
  display: none;
  opacity: 0;
}

.pinT1_data::after {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 2.7vw);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.7vw 2.7vw 0 2.7vw;
  border-color: #14365e rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.pinT1_data .arrow {
  color: #2dade0;
  font-size: 165%;
}

.pinT1_data .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 88%;
  font-size: 110%;
}

.pinT1 {
  width: 0.89vw;
  height: 0.89vw;
  -webkit-box-shadow: 0 0.1vw 0.83vw 0 rgba(0, 0, 0, 0.71);
          box-shadow: 0 0.1vw 0.83vw 0 rgba(0, 0, 0, 0.71);
  border: solid 0.16vw white;
  background-color: #14365e;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 100%;
}

@media (max-width: 1024px) {
  .pinT1 {
    width: 1.17vw;
    height: 1.17vw;
    -webkit-box-shadow: 0 0.2vw 1.17vw 0 rgba(0, 0, 0, 0.71);
            box-shadow: 0 0.2vw 1.17vw 0 rgba(0, 0, 0, 0.71);
    border-width: 0.2vw;
  }
}

@media (max-width: 767px) {
  .pinT1 {
    width: 12px;
    height: 12px;
    -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.71);
            box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.71);
    border-width: 3px;
  }
}

.pinT1.on {
  width: 1.77vw;
  height: 1.77vw;
  background-color: #D2DE3B;
}

@media (max-width: 1024px) {
  .pinT1.on {
    width: 2.15vw;
    height: 2.15vw;
  }
}

@media (max-width: 767px) {
  .pinT1.on {
    width: 24px;
    height: 24px;
  }
}

.location_list_content {
  width: 92%;
}

@media (min-width: 768px) {
  .location_list_content {
    margin: 1.48% 0;
    max-height: 100%;
  }
}

@media (max-width: 1024px) {
  .location_list_content {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .location_list_content {
    width: 90.4%;
    border-radius: 5.07vw;
    padding: 8vw 2.67vw;
    background: white;
  }
}

@media (min-width: 768px) {
  .location_list_content .location_list_wrap {
    width: 92%;
    margin: 0 auto;
  }
}

@media (min-width: 1025px) {
  .location_list_content .location_list_wrap {
    width: 94.55%;
  }
}

.location_group {
  margin-bottom: 2.86vw;
}

@media (min-width: 1025px) {
  .location_group:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .location_group {
    margin-bottom: 10.67vw;
  }
}

.location_group_name {
  font-weight: 700;
  margin-bottom: 0.42vw;
}

@media (max-width: 767px) {
  .location_group_name {
    margin-bottom: 4vw;
    padding: 0 2.13vw;
  }
}

.location_list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-color: rgba(0, 0, 0, 0);
}

.location_list li {
  border-top: 1px solid #cecece;
}

.location_list li:first-of-type {
  border: none;
}

.location_list li:last-of-type {
  border-bottom: 1px solid #cecece;
}

@media (min-width: 1025px) {
  .location_list li {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .location_list li:hover {
    border-color: rgba(0, 0, 0, 0);
  }
  .location_list li:hover .location_item {
    color: white;
    background: #14365e;
  }
  .location_list li:hover .location_item .title {
    color: white;
  }
  .location_list li:hover + li {
    border-top-color: rgba(0, 0, 0, 0);
  }
}

.location_list li.active {
  border-color: rgba(0, 0, 0, 0);
}

.location_list li.active .location_item {
  color: white;
  background: #14365e;
}

.location_list li.active .location_item .title {
  color: white;
}

.location_list li.active + li {
  border-top-color: rgba(0, 0, 0, 0);
}

.location_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.94vw 0.42vw 0.94vw 0.83vw;
  border-radius: 1.04vw;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}

@media (max-width: 767px) {
  .location_item {
    padding: 3.73vw 2.13vw;
    border-radius: 5.07vw;
  }
}

.location_item .arrow {
  color: #2dade0;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 82%;
}

@media (max-width: 767px) {
  .location_item .arrow {
    font-size: 112%;
  }
}

.location_list_wrapT1 {
  width: 47%;
  padding-left: 2%;
}

@media (max-width: 767px) {
  .location_list_wrapT1 {
    width: 94%;
    padding: 0;
  }
}

.location_list_wrapT1 .title {
  font-weight: 700;
  color: #14365e;
  line-height: 1.2;
  margin-bottom: 0.21vw;
}

@media (max-width: 767px) {
  .location_list_wrapT1 .title {
    margin-bottom: 0.53vw;
  }
}

@media (min-width: 1025px) {
  .location_list_wrapT1 .type {
    display: none;
  }
}

@media (max-width: 767px) {
  .location_list_wrapT2 .type {
    display: none;
  }
}

/*ANIMATIONS*/
.fadeInUp {
  opacity: 0;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp.on {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fadeInUp.on.delay1 {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}

.fadeInUp.on.delay2 {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}

.fadeInUp.on.delay3 {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}

.fadeInUp.on.delay4 {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}

.fadeInUp.on.delay5 {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}

.fadeInUp.on.delay6 {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}

.fadeInLeft {
  opacity: 0;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  -webkit-transition: 1500ms;
  transition: 1500ms;
}

.fadeInLeft.on {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.drone {
  position: absolute;
  z-index: 3;
  width: 28vw;
  top: 8%;
  left: 12%;
  -webkit-animation: droneFloat 2s ease-in-out infinite alternate;
          animation: droneFloat 2s ease-in-out infinite alternate;
}

@-webkit-keyframes droneFloat {
  from {
    top: 8%;
  }
  to {
    top: 15%;
  }
}

@keyframes droneFloat {
  from {
    top: 8%;
  }
  to {
    top: 15%;
  }
}

@media (max-width: 1024px) {
  .drone {
    width: 86vw;
    left: 5%;
  }
}

.mouseAnim {
  position: relative;
  height: 100%;
  -webkit-perspective: 9999px;
          perspective: 9999px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.mouseAnim img, .mouseAnim a {
  position: absolute;
  top: 50%;
  left: 50%;
}

.mouseAnim img:nth-child(1), .mouseAnim a:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) translateZ(50px);
          transform: translate(-50%, -50%) translateZ(50px);
}

.mouseAnim img:nth-child(2), .mouseAnim a:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) translateZ(80px);
          transform: translate(-50%, -50%) translateZ(80px);
}

.mouseAnim img:nth-child(3), .mouseAnim a:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) translateZ(110px);
          transform: translate(-50%, -50%) translateZ(110px);
}
/*# sourceMappingURL=style.css.map */

@media(max-width: 1024px){
  .hasPopup{
    overflow: hidden;
  }
}


@media(max-width: 1024px){
/*  .page-template-template-pedagogical-renewal .sectionT4_image {
    margin-right: 0;
  }*/
  .section_temp2.gradientT3  {
    overflow-x: hidden;
  }
  .section_temp2.gradientT3 .text_containerT1 .image {
    margin: 0 auto 12vw auto;
  }

  .page-template-template-contact .sectionT4.type6 .sectionT4_image {
      margin-right: auto;
  }

}


.bannerT1 .text_wrap {
    z-index: 1;
}

.article_container p img{
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}


.section_cubesT4.container_temp1{
  padding-top: 20%;
}


@media(min-width: 1024px){
  .single-connections .sectionT4_image {
    top: -2.5vw;
  }

  .page-template-template-advanced-gogya .sectionT4.type3 .sectionT4_image {
    left: -1.5vw;
  }

  .sectionT4_image{
    left: -1.5vw;
  }

  .single-connections .sectionT4_image {
    left: auto;
    right: 0;
  }

  .page-template-template-about .section_cubesT4.container_temp1 {
    padding-top: 0%;
  }

}



.sectionT4_image_right{
  left: auto;
  right: 0;
}


.page-template-template-connections .section_cubesT4.container_temp1 {
  padding-top: 0;
}

@media(max-width: 1024px){

  .section_cubesT4.container_temp1{
    padding-top: 50%;
  }

  .page-template-template-stuff .sectionT4.type1.typeLTR.gradientT1{
    flex-direction: column-reverse;
  }
  
  .sectionT4_text {
      margin-bottom: 10%;
  }



  .page-template-template-stuff .sectionT4.type1 .sectionT4_image {
    position: relative;
    top: 55vw;
  }

  .page-template-template-stuff .section_temp2 {
    padding: 55.33vw 0;
  }

  .page-template-template-pedagogical-renewal .typeLTR .sectionT4_image{
    margin-right: auto;
  }

  .sectionT4.type4 .sectionT4_image.sectionT4_image_right{
    margin-right: 0;
  }

  .page-template-template-about .section_cubesT4.container_temp1{
    padding-top: 0;
  }
  
}

