/*styles to home.css */
:root {
  --clr-base: #0B1218;
  --clr-att: #FCC501;
  --clr-att-second: #00B8FF;
  --clr-light: #8F9295;
  --clr-dark: #000;
  --min: 320px;
  --max: 1260px;
  --paddingContainer: 26px;
  font-size: 10px;
}
.popup-outer-box {
  display: none;
  padding: 70px 25px;
  animation: fadein ease 0.2s;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  z-index: 100;
  background: rgba(2, 18, 58, 0.25);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.popup-outer-box.active {
  display: -ms-flexbox;
  display: flex;
}
.popup-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  width: 1176px;
  max-width: 100%;
  max-height: 100%;
  background-color: #fff;
  z-index: 20;
}
.popup-box .popup-title-wrap,
.popup-box .popup-footer-wrap {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.popup-box .popup-content-wrap {
  width: 100%;
  overflow: auto;
  -ms-overflow-style: none;
}
.popup-box .popup-content-wrap::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.popup-box .btn-action-ico.ico-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
body.page-id-48793 .elementor-section > .section-top-box  {
	margin-bottom: 0;
}
body.page-id-48793 .section-top-box > .inner-wrap {
	padding: 92px 42px;
}
body.page-id-48793 .section-top-box:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    border-radius: 100px 100px 0 0;
    height: 103px;
    background: #fff;
    z-index: 2;
    pointer-events: none;
}
@media (max-width: 1023px) {
  .popup-outer-box {
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    height: 100%;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .popup-outer-box::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .popup-outer-box .popup-box {
    max-height: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.page-form-box {
  text-align: left;
}
.page-form-box select {
	color: #70848d !important;
  }
  .page-form-box select.form-input:required:invalid {
	color: #70848D !important;
  }
@media (max-width: 992px) {
  .page-form-box.form_0823 .box-inner-wrap {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 36px 62px;
  }
  .page-form-box.form_0823 .info-inner-wrap {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
    -ms-flex: inherit;
    flex: inherit;
    display: contents;
    -ms-flex-order: 1;
    order: 1;
  }
  .page-form-box.form_0823 .title-inner-wrap {
    padding: 0;
    margin: 0 auto 40px auto;
    max-width: 500px;
    -ms-flex-order: 1;
    order: 1;
  }
  .page-form-box.form_0823 .title-inner-wrap p {
    max-width: 100%;
  }
  .page-form-box.form_0823 .form-inner-wrap {
    width: 100%;
    padding: 0;
    margin: 0;
    -ms-flex: inherit;
    flex: inherit;
    -ms-flex-order: 2;
    order: 2;
  }
  .page-form-box.form_0823 .form-wrap {
    padding: 36px;
  }
  .page-form-box.form_0823 .form-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.01px;
    margin-bottom: 12px;
  }
  .page-form-box.form_0823 .info-wrap {
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    max-width: 100%;
    margin: 26px 0 0 0;
    -ms-flex: inherit;
    flex: inherit;
    text-align: left;
  }
}
@media (max-width: 769px) {
  .page-form-box.form_0823 {
    margin-bottom: 64px;
  }
  .page-form-box.form_0823 .box-inner-wrap {
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .page-form-box.form_0823 .title-inner-wrap {
    margin-bottom: 24px;
    font-size: 16px;
  }
  .page-form-box.form_0823 .form-wrap {
    padding: 36px 16px;
  }
  .page-form-box.form_0823 .form-title {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 8px;
    letter-spacing: -0.006px;
  }
  .page-form-box.form_0823 .page-form-input {
    padding-left: 12px;
    font-size: 16px;
  }
  .page-form-box.form_0823 .frm-select label {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.2px;
  }
  .page-form-box.form_0823 .info-wrap {
    margin-top: 12px;
  }
}
.cnt-section {
  position: relative;
  clear: both;
  min-width: var(--min);
  width: 100%;
}
select.form-input {
  display: block;
  width: 100%;
  padding-right: 30px;
  background-image: url(../img/icons/arrow-select.svg);
  background-position: right 20px center;
  background-color: #fff;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none !important;
  line-height: 1em;
  text-indent: 0.01px;
  text-overflow: '';
  outline: none;
}
select.form-input.form-input-clear {
  height: auto;
  border: none;
  min-height: 0;
  border-radius: 0;
  box-shadow: none;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  line-height: inherit;
  padding: 0 16px 0 0;
  color: inherit;
  font-weight: bold;
  background-image: url(../img/icons/arrow-select.png);
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-position: right center;
}
select::-ms-expand {
  display: none;
}
.btn {
  height: 54px;
  padding: 0 24px;
  border-radius: 5px;
  background-color: var(--clr-att-second);
  border: 1px solid var(--clr-att-second);
  font-size: 18px;
  line-height: 1.33333333;
  font-weight: 600;
  letter-spacing: 0.78px;
  color: #fff;
}
.btn:hover {
  background-color: #6AD9FF;
  border-color: #6AD9FF;
  color: #fff;
}
.btn-action-ico {
  min-width: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  display: block;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  transition: all ease 0.2s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.btn-action-ico:not(.btn) {
  background: none;
  border: none;
  box-shadow: none;
}
.btn-action-ico.btn {
  min-width: 0;
  min-height: 0;
  padding: 0;
  display: block;
}
.btn-action-ico:before,
.btn-action-ico:after,
.btn-action-ico [class*="icon-"],
.btn-action-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transition: all ease 0.2s;
}
.btn-action-ico:before,
.btn-action-ico:after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto auto;
}
.btn-action-ico:hover {
  text-decoration: none;
}
.btn-action-ico:hover:not(.btn) {
  background: none;
  box-shadow: none;
}
.btn-action-ico.ico-arrow {
  z-index: 20;
  cursor: pointer;
}
.btn-action-ico.ico-arrow:before {
  background-image: url(../img/icons/arrow-slider.png);
  background-size: 24px auto;
}
.btn-action-ico.ico-arrow-prev:before {
  transform: rotate(180deg);
}
.btn-action-ico.ico-menu:before {
  background-image: url(../img/icons/menu.svg);
  background-size: 20px auto;
}
.btn-action-ico.ico-menu:after,
.btn-action-ico.ico-menu:before {
  transition: none;
}
.btn-action-ico.ico-close:after,
.btn-action-ico.ico-menu.active:after,
.btn-action-ico.ico-close:before,
.btn-action-ico.ico-menu.active:before {
  width: 20px;
  height: 2px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  margin: -1px 0 0 -10px;
  background: var(--clr-base);
}
.btn-action-ico.ico-close:before,
.btn-action-ico.ico-menu.active:before {
  transform: rotate(45deg);
}
.btn-action-ico.ico-close:after,
.btn-action-ico.ico-menu.active:after {
  transform: rotate(-45deg);
}
.btn-action-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}
.btn-action-icon .button-ico {
  width: 24px;
  height: 24px;
  margin: 0 5px 0 0;
}
.btn-action-icon .button-title {
  display: block;
}
.frm-row,
.frm-field,
.frm-row-submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  line-height: 1;
}
.frm-field {
  display: block;
  width: 100%;
}
.frm-select {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 1;
}
.frm-select input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.frm-select label {
  display: block;
  position: relative;
  cursor: pointer;
}
.frm-select label:before,
.frm-select label:after {
  content: "";
  display: block;
  position: absolute;
}
@media (min-width: 1024px) {
  .btn {
    padding: 0 29px;
    font-weight: 500;
  }
}
.img-bg-cover,
.img-bg-contain {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.img-bg-contain {
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
@supports (object-fit: cover) {
  .img-bg-cover {
    height: 100%;
    object-fit: cover;
  }
}
@supports (object-fit: contain) {
  .img-bg-contain {
    height: 100%;
    object-fit: contain;
    max-width: inherit;
    max-height: inherit;
    right: auto;
    bottom: auto;
  }
}
/*end styles to home.css */
.items-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.item-wrap {
  width: 100%;
  position: relative;
  break-inside: avoid-column;
  display: block;
}
.item-tile-letter {
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.01px;
  color: #0B1218;
  padding-bottom: 48px;
  text-align: left;
}
.item-tile-letter .tile-title {
  display: block;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.006px;
  margin: 0 0 16px 0;
}
.item-tile-letter .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.item-tile-letter .list li {
  margin: 0 0 16px 0;
  padding: 0;
  list-style-type: none;
}
.item-tile-letter .list li:before {
  display: none;
}
.item-tile-letter .list li:last-child {
  margin-bottom: 0;
}
.item-tile-letter a {
  display: inline-block;
  max-width: 100%;
  color: inherit;
  font-weight: 300;
}
.item-tile-letter a:hover {
  color: #00A9FF;
}
.elm-star {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
  background: url(../img/star.svg) center top no-repeat;
  background-size: 100% auto;
}
.elm-star:before {
  content: "";
  display: block;
  padding-top: 132%;
}
.section-title-main,
.section-title-medium,
.section-title-small {
  display: block;
  position: relative;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.006px;
  margin: 1em 0;
}
.section-title-main:first-child,
.section-title-medium:first-child,
.section-title-small:first-child {
  margin-top: 0;
}
.section-title-main:last-child,
.section-title-medium:last-child,
.section-title-small:last-child {
  margin-bottom: 0 !important;
}
.section-letters-box {
  margin-bottom: 24px;
}
.section-letters-box .items-wrap {
  display: block;
  margin: 0 -31px;
  display: -ms-flexbox;
  display: flex;
}
.section-letters-box .item-wrap {
  padding: 0 31px;
  width: auto;
  width: 100%;
}
.section-top-box {
  position: relative;
  overflow: hidden;
  background: #02123A;
  color: #fff;
  text-align: center;
  padding: 112px 0;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.01px;
  margin-bottom: 64px;
}
.section-top-box .title-inner-wrap {
  display: block;
  position: relative;
  z-index: 2;
}
.section-top-box .section-title-main {
  margin-bottom: 12px;
}
.section-top-box .title-inner-wrap p{
  font-weight: 300;
}
.section-top-box .elm-star {
  width: 66px;
  top: 50%;
  left: 50%;
  margin-top: -140px;
  margin-left: -150px;
}
.section-top-box .elm-star + .elm-star {
  width: 49px;
  margin-left: 100px;
  margin-top: -155px;
}
.section-top-box .elm-star + .elm-star + .elm-star {
  margin-top: 105px;
  margin-left: -120px;
  width: 40px;
  display: none;
}
.section-top-box .elm-star + .elm-star + .elm-star + .elm-star {
  margin-top: 98px;
  margin-left: 110px;
  width: 35px;
  display: block;
}
.popup-outer-box {
  background: rgba(2, 18, 58, 0.15);
}
.popup-outer-box.popup-message-text {
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}
.popup-outer-box.popup-message-text .popup-box {
  width: 676px;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.006px;
  color: #0B1218;
  padding: 16px 16px 36px 16px;
  border-radius: 8px;
  text-align: left;
}
.popup-outer-box.popup-message-text .popup-box .btn-action-ico.ico-close {
  top: 8px;
  right: 5px;
}
.popup-outer-box.popup-message-text .popup-box p {
  margin-bottom: 1.5em;
}
.popup-outer-box.popup-message-text .popup-box p:last-child {
  margin-bottom: 0;
}
.popup-outer-box.popup-message-text .popup-box .popup-title-wrap {
  margin-bottom: 8px;
  text-align: left;
}
.popup-outer-box.popup-message-text .popup-box .popup-title-wrap .popup-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.04px;
  margin: 0;
}
@media (min-width: 768px) {
  .item-tile-letter {
    padding-bottom: 72px;
  }
  .section-title-main {
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.01px;
    line-height: 1.2;
  }
  .section-letters-box {
    margin-bottom: 28px;
    /*.items-wrap:not([style]) {
            columns: 2;
            column-gap: 0;
            .item-wrap {
                width: 100%;
            }
        }*/
  }
  .section-letters-box .items-wrap {
    display: block;
  }
  .section-letters-box .item-wrap {
    width: 50%;
  }
  .section-top-box {
    padding: 120px 0;
    font-size: 20px;
  }
  .section-top-box .section-title-main {
    margin-bottom: 20px;
  }
  .section-top-box .elm-star {
    width: 66px;
    margin-top: -140px;
    margin-left: -230px;
  }
  .section-top-box .elm-star + .elm-star {
    width: 49px;
    margin-left: 205px;
    margin-top: -140px;
  }
  .section-top-box .elm-star + .elm-star + .elm-star {
    margin-top: 8px;
    margin-left: -372px;
    width: 49px;
    display: block;
  }
  .section-top-box .elm-star + .elm-star + .elm-star + .elm-star {
    margin-top: 55px;
    margin-left: 310px;
    width: 44px;
  }
  .popup-outer-box.popup-message-text .popup-box .popup-title-wrap .popup-title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.002px;
  }
}
@media (min-width: 1177px) {
  .section-title-main {
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -0.022px;
  }
  .section-letters-box {
    margin-bottom: 78px;
    /*.items-wrap:not([style]) {
            columns: 3;
        }*/
  }
  .section-letters-box .items-wrap {
    margin: 0 -44px;
  }
  .section-letters-box .item-wrap {
    padding: 0 36px;
    width: 33.33%;
  }
  .section-top-box {
    margin-bottom: 120px;
  }
  .section-top-box .elm-star {
    width: 66px;
    margin-top: -130px;
    margin-left: -350px;
  }
  .section-top-box .elm-star + .elm-star {
    width: 49px;
    margin-left: 355px;
    margin-top: -110px;
  }
  .section-top-box .elm-star + .elm-star + .elm-star {
    margin-top: 30px;
    margin-left: -480px;
    width: 49px;
    display: block;
  }
  .section-top-box .elm-star + .elm-star + .elm-star + .elm-star {
    margin-top: 15px;
    margin-left: 470px;
    width: 66px;
  }
}
@media (min-width: 1441px) {
  .section-letters-box {
    margin-bottom: 128px;
  }
  .section-letters-box .items-wrap {
    margin: 0 -50px;
  }
  .section-letters-box .item-wrap {
    padding: 0 50px;
  }
  .section-top-box .elm-star {
    margin-top: -120px;
    margin-left: -440px;
  }
  .section-top-box .elm-star + .elm-star {
    margin-left: 365px;
    margin-top: -110px;
  }
  .section-top-box .elm-star + .elm-star + .elm-star {
    margin-top: 50px;
    margin-left: -565px;
  }
  .section-top-box .elm-star + .elm-star + .elm-star + .elm-star {
    margin-top: 50px;
    margin-left: 485px;
  }
}
@media (min-width: 1025px) and (max-width: 1401px) {

  .section-top-box .elm-star {
    margin-top: -160px;
  }
  .section-top-box .elm-star + .elm-star {
    margin-top: -160px;
  }
  .section-top-box .elm-star + .elm-star + .elm-star {
    margin-top: -20px;
  }
  .section-top-box .elm-star + .elm-star + .elm-star + .elm-star {
    margin-top: 39px;
  }
}
@media (max-width: 1024px) {
  body.page-id-48793 .section-top-box:before {
    bottom: -2px;
    z-index: 9999;
  }
}

@media (max-width: 580px) {
    body.page-id-48793 .section-top-box:before {
        display: none;
    }

    body.page-id-48793 .elementor-section > .section-top-box {
        margin-bottom: 64px;
        margin-bottom: 64px;
    }

    body.page-id-48793 .section-top-box > .inner-wrap {
        padding: 0 25px;
    }

    .popup-outer-box.popup-message-text .popup-box .popup-title-wrap .popup-title {
        max-width: 93%;
    }
}