@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans:ital,wght@0,300;0,400;1,300&display=swap");
/* Flex Options */
* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans", sans-serif;
  color: #010101;
  font-size: 16px;
  line-height: 1.35;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #010101;
  transition: all 300ms;
}
a:hover {
  color: #000;
}

.loading-screen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: rgba(255,255,255,0.4);
  display: none;
}
.loading-screen.active {
    display: block;
}
.swal2-container {
    z-index: 9999999 !important;
}
.grecaptcha-badge {
    display: none;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #010101;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}


.button {
  color: #fff;
  background-color: #4880B8;
  padding: 13px 45px;
  border-radius: 5px;
  text-align: center;
  font-size: 23px;
  line-height: 28px;
  font-family: "Bebas Neue", cursive;
  transition: 600ms ease;
}
@media screen and (max-width: 1200px) {
  .button {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .button {
    margin: 0 auto;
  }
}
.button:hover {
  background-color: #fff;
  color: #4880B8;
}
.button.bordered {
  background: transparent;
  border: 2px solid #AA826D;
  padding: 30px 70px;
}
.button.bordered:hover {
  background-color: #AA826D;
  color: #fff;
}

.button-2 {
  color: #fff;
  background-color: #4880B8;
  padding: 13px 45px;
  border-radius: 5px;
  text-align: center;
  font-size: 23px;
  line-height: 28px;
  font-family: "Bebas Neue", cursive;
  transition: 600ms ease;
  display: block;
  width: max-content;
}
.button-2:hover {
  background-color: #E5EBEF;
  color: #4880B8;
}
.button-2.bordered {
  background: transparent;
  border: 2px solid #AA826D;
  padding: 30px 70px;
}
.button-2.bordered:hover {
  background-color: #AA826D;
  color: #fff;
}

select,
textarea,
input[type=text],
input[type=number],
input[type=email] {
  display: block;
  width: 100%;
  height: 50px;
  padding: 14px 20px;
  outline: none;
  border-radius: 0;
  transition: all 300ms;
  border: 1px solid #004279;
  font-size: 16px;
  font-style: italic;
  border-radius: 3px;
  font-weight: 200;
}
select:hover, select:focus,
textarea:hover,
textarea:focus,
input[type=text]:hover,
input[type=text]:focus,
input[type=number]:hover,
input[type=number]:focus,
input[type=email]:hover,
input[type=email]:focus {
  border: 2px solid #004279;
}
select::placeholder,
textarea::placeholder,
input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #004279;
  opacity: 1; /* Firefox */
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #004279;
}
select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder { /* Microsoft Edge */
  color: #004279;
}
@media screen and (max-width: 456px) {
  select,
  textarea,
  input[type=text],
  input[type=number],
  input[type=email] {
    width: 99%;
    height: 46px;
    font-style: 15px;
  }
}

textarea {
  height: 131px;
  margin-top: 20px;
  resize: none;
}

img {
  max-width: 100%;
  height: auto;
}

.container-975 {
  width: 100%;
  max-width: 1015px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-1200 {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-1370 {
  width: 100%;
  max-width: 1410px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-1365 {
  width: 100%;
  max-width: 1405px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-1330 {
  width: 100%;
  max-width: 1370px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-1290 {
  width: 100%;
  max-width: 1330px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-1920 {
  width: 100%;
  max-width: 1920px;
  margin: auto 0;
}

.container-1400 {
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-1440 {
  width: 100%;
  max-width: 1480px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-1270 {
  width: 100%;
  max-width: 1310px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-1250 {
  width: 100%;
  max-width: 1290px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-1080 {
  width: 100%;
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-1230 {
  width: 100%;
  max-width: 1270px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-860 {
  width: 100%;
  max-width: 900px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-820 {
  width: 100%;
  max-width: 860px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-730 {
  width: 100%;
  max-width: 770px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-505 {
  width: 100%;
  max-width: 545px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-630 {
  width: 100%;
  max-width: 670px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-615 {
  width: 100%;
  max-width: 655px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-1100 {
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-1140 {
  width: 100%;
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-1170 {
  width: 100%;
  max-width: 1210px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-1660 {
  width: 100%;
  max-width: 1700px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-1620 {
  width: 100%;
  max-width: 1660px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-1570 {
  width: 100%;
  max-width: 1610px;
  padding: 0 20px;
  margin: 0 auto;
}

select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath fill='%23fff' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: right 10px center;
  padding-right: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select.bg-none {
  background-color: transparent !important;
  border: none !important;
  background-position: right 5px center !important;
  padding: 15px 35px 15px 5px !important;
  width: 135px;
  color: #fff;
}
select.bg-none.placeholder-color {
  color: #fff;
}
select.bg-none option {
  color: #000;
}
select.placeholder-color {
  color: #010101;
}

/* label{
    font-size: 14px;
    font-weight: 300;



input[type=checkbox] {
    background-color: $color-white;
    border-color: $color-font;
    border-radius: 0 !important;
    cursor: pointer;
}

input[type=checkbox]:checked {
    background-color: #fff;
    border-color: $color-blue;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%230E2F53' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
    background-position: center;
    background-size: 150%;
}

textarea{
    height: 77px;
    resize: none;
}
*/
button {
  outline: none;
  border: none;
  background-color: #161829;
  color: #fff;
  padding: 15px 30px;
  font-size: 15px;
  width: 100%;
  text-align: center;
}

.arrow-input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath fill='%23fff' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
  background-repeat: no-repeat !important;
  background-size: 15px !important;
  color: #fff !important;
  border: none !important;
  background-color: transparent !important;
  background-position: right 5px center !important;
  padding: 15px 35px 15px 5px !important;
  outline: none !important;
  width: 135px !important;
  block-size: fit-content;
}
.arrow-input:hover, .arrow-input:focus {
  border: none !important;
}
.arrow-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff !important;
  opacity: 1; /* Firefox */
}
.arrow-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff !important;
}
.arrow-input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff !important;
}

.p-120 {
  padding: 120px 0;
}
@media all and (max-width: 1400px) {
  .p-120 {
    padding: 100px 0;
  }
}
@media all and (max-width: 1200px) {
  .p-120 {
    padding: 80px 0;
  }
}
@media all and (max-width: 992px) {
  .p-120 {
    padding: 60px 0;
  }
}
@media all and (max-width: 768px) {
  .p-120 {
    padding: 40px 0;
  }
}

.p-60 {
  padding: 60px 20px;
}
@media all and (max-width: 992px) {
  .p-60 {
    padding: 45px 20px;
  }
}
@media all and (max-width: 768px) {
  .p-60 {
    padding: 30px 20px;
  }
}

.py-75 {
  padding: 75px 0;
}
@media all and (max-width: 1200px) {
  .py-75 {
    padding: 55px 0;
  }
}
@media all and (max-width: 992px) {
  .py-75 {
    padding: 45px 0;
  }
}
@media all and (max-width: 768px) {
  .py-75 {
    padding: 30px 0;
  }
}

.slicer {
  width: 100%;
  height: 100px;
}
@media all and (max-width: 1200px) {
  .slicer {
    height: 80px;
  }
}
@media all and (max-width: 992px) {
  .slicer {
    height: 60px;
  }
}
@media all and (max-width: 768px) {
  .slicer {
    height: 40px;
  }
}
.slicer.bordered {
  position: relative;
}
.slicer.bordered::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f4f4f4;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}

.slicer-120 {
  width: 100%;
  height: 120px;
}
@media all and (max-width: 1600px) {
  .slicer-120 {
    height: 100px;
  }
}
@media all and (max-width: 1400px) {
  .slicer-120 {
    height: 80px;
  }
}
@media all and (max-width: 1200px) {
  .slicer-120 {
    height: 70px;
  }
}
@media all and (max-width: 992px) {
  .slicer-120 {
    height: 60px;
  }
}
@media all and (max-width: 768px) {
  .slicer-120 {
    height: 50px;
  }
}
@media all and (max-width: 575px) {
  .slicer-120 {
    height: 40px;
  }
}

.slicer-140 {
  width: 100%;
  height: 140px;
}
@media all and (max-width: 1600px) {
  .slicer-140 {
    height: 120px;
  }
}
@media all and (max-width: 1400px) {
  .slicer-140 {
    height: 100px;
  }
}
@media all and (max-width: 1200px) {
  .slicer-140 {
    height: 80px;
  }
}
@media all and (max-width: 992px) {
  .slicer-140 {
    height: 60px;
  }
}
@media all and (max-width: 768px) {
  .slicer-140 {
    height: 45px;
  }
}
@media all and (max-width: 575px) {
  .slicer-140 {
    height: 30px;
  }
}

.slicer-150 {
  width: 100%;
  height: 150px;
}
@media all and (max-width: 1600px) {
  .slicer-150 {
    height: 125px;
  }
}
@media all and (max-width: 1400px) {
  .slicer-150 {
    height: 100px;
  }
}
@media all and (max-width: 1200px) {
  .slicer-150 {
    height: 80px;
  }
}
@media all and (max-width: 992px) {
  .slicer-150 {
    height: 60px;
  }
}
@media all and (max-width: 768px) {
  .slicer-150 {
    height: 45px;
  }
}
@media all and (max-width: 575px) {
  .slicer-150 {
    height: 30px;
  }
}

.slicer-80 {
  width: 100%;
  height: 80px;
}
@media all and (max-width: 1400px) {
  .slicer-80 {
    height: 70px;
  }
}
@media all and (max-width: 1200px) {
  .slicer-80 {
    height: 60px;
  }
}
@media all and (max-width: 992px) {
  .slicer-80 {
    height: 45px;
  }
}
@media all and (max-width: 768px) {
  .slicer-80 {
    height: 30px;
  }
}

.slicer-75 {
  width: 100%;
  height: 75px;
}
@media all and (max-width: 1400px) {
  .slicer-75 {
    height: 60px;
  }
}
@media all and (max-width: 1200px) {
  .slicer-75 {
    height: 50px;
  }
}
@media all and (max-width: 992px) {
  .slicer-75 {
    height: 40px;
  }
}
@media all and (max-width: 768px) {
  .slicer-75 {
    height: 30px;
  }
}

.slicer-65 {
  width: 100%;
  height: 65px;
}
@media all and (max-width: 1400px) {
  .slicer-65 {
    height: 55px;
  }
}
@media all and (max-width: 1200px) {
  .slicer-65 {
    height: 50px;
  }
}
@media all and (max-width: 992px) {
  .slicer-65 {
    height: 40px;
  }
}
@media all and (max-width: 768px) {
  .slicer-65 {
    height: 30px;
  }
}

.slicer-55 {
  width: 100%;
  height: 55px;
}
@media all and (max-width: 1200px) {
  .slicer-55 {
    height: 50px;
  }
}
@media all and (max-width: 992px) {
  .slicer-55 {
    height: 40px;
  }
}
@media all and (max-width: 768px) {
  .slicer-55 {
    height: 30px;
  }
}

.slicer-50 {
  width: 100%;
  height: 50px;
}
@media all and (max-width: 1400px) {
  .slicer-50 {
    height: 45px;
  }
}
@media all and (max-width: 1200px) {
  .slicer-50 {
    height: 40px;
  }
}
@media all and (max-width: 992px) {
  .slicer-50 {
    height: 35px;
  }
}
@media all and (max-width: 768px) {
  .slicer-50 {
    height: 30px;
  }
}

.mb-80 {
  margin-bottom: 80px !important;
}
@media all and (max-width: 1200px) {
  .mb-80 {
    margin-bottom: 60px !important;
  }
}
@media all and (max-width: 992px) {
  .mb-80 {
    margin-bottom: 40px !important;
  }
}
@media all and (max-width: 768px) {
  .mb-80 {
    margin-bottom: 30px !important;
  }
}

.mb-55 {
  margin-bottom: 55px !important;
}
@media all and (max-width: 1200px) {
  .mb-55 {
    margin-bottom: 40px !important;
  }
}
@media all and (max-width: 992px) {
  .mb-55 {
    margin-bottom: 30px !important;
  }
}
@media all and (max-width: 768px) {
  .mb-55 {
    margin-bottom: 20px !important;
  }
}

.mb-60 {
  margin-bottom: 60px !important;
}
@media all and (max-width: 992px) {
  .mb-60 {
    margin-bottom: 40px !important;
  }
}
@media all and (max-width: 768px) {
  .mb-60 {
    margin-bottom: 20px !important;
  }
}

.mb-48 {
  margin-bottom: 48px !important;
}
@media all and (max-width: 1400px) {
  .mb-48 {
    margin-bottom: 40px !important;
  }
}
@media all and (max-width: 1200px) {
  .mb-48 {
    margin-bottom: 35px !important;
  }
}
@media all and (max-width: 992px) {
  .mb-48 {
    margin-bottom: 30px !important;
  }
}
@media all and (max-width: 768px) {
  .mb-48 {
    margin-bottom: 20px !important;
  }
}

.mb-35 {
  margin-bottom: 35px !important;
}
@media all and (max-width: 992px) {
  .mb-35 {
    margin-bottom: 28px !important;
  }
}
@media all and (max-width: 768px) {
  .mb-35 {
    margin-bottom: 20px !important;
  }
}

.mb-40 {
  margin-bottom: 40px !important;
}
@media all and (max-width: 992px) {
  .mb-40 {
    margin-bottom: 30px !important;
  }
}
@media all and (max-width: 768px) {
  .mb-40 {
    margin-bottom: 20px !important;
  }
}

.mb-20 {
  margin-bottom: 20px !important;
}

.pb-40 {
  padding-bottom: 40px;
}
@media all and (max-width: 992px) {
  .pb-40 {
    padding-bottom: 30px;
  }
}
@media all and (max-width: 768px) {
  .pb-40 {
    padding-bottom: 20px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media all and (max-width: 768px) {
  .mb-30 {
    margin-bottom: 20px;
  }
}

.bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.light {
  font-weight: 300;
}

.gap-60 {
  gap: 60px !important;
}
@media all and (max-width: 992px) {
  .gap-60 {
    gap: 40px !important;
  }
}
@media all and (max-width: 768px) {
  .gap-60 {
    gap: 20px !important;
  }
}

.gap-40 {
  gap: 40px !important;
}
@media all and (max-width: 992px) {
  .gap-40 {
    gap: 30px !important;
  }
}
@media all and (max-width: 768px) {
  .gap-40 {
    gap: 20px !important;
  }
}

.gap-30 {
  gap: 30px;
}
@media all and (max-width: 768px) {
  .gap-30 {
    gap: 20px;
  }
}

.gap-20 {
  gap: 20px;
}

p {
  max-width: 100%;
}
p.big {
  font-size: 20px;
  font-weight: 300;
}
@media all and (max-width: 992px) {
  p.big {
    font-size: 19px;
  }
}
@media all and (max-width: 768px) {
  p.big {
    font-size: 18px;
  }
}
p.medium {
  font-size: 18px;
}
@media all and (max-width: 992px) {
  p.medium {
    font-size: 17px;
  }
}
@media all and (max-width: 768px) {
  p.medium {
    font-size: 16px;
  }
}
p.light {
  font-weight: 200;
}

.arrow-icon {
  background-color: currentColor;
  mask: url("data:image/svg+xml,%3Csvg width='25' height='39' viewBox='0 0 25 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.12767' y1='38.3798' x2='23.7887' y2='19.0808' stroke='currentColor' stroke-width='0.472228'/%3E%3Cline x1='23.6759' y1='19.1772' x2='1.09892' y2='0.512546' stroke='currentColor' stroke-width='0.472228' stroke-linecap='round'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='25' height='39' viewBox='0 0 25 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.12767' y1='38.3798' x2='23.7887' y2='19.0808' stroke='currentColor' stroke-width='0.472228'/%3E%3Cline x1='23.6759' y1='19.1772' x2='1.09892' y2='0.512546' stroke='currentColor' stroke-width='0.472228' stroke-linecap='round'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
  display: inline-block;
  mask-size: contain;
  -webkit-mask-size: contain;
  vertical-align: middle;
  width: 22px;
  height: 38px;
}

.slick-dots {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  bottom: -22.5px;
}
.slick-dots li {
  background-color: #6e3171;
  width: 15px;
  height: 15px;
  cursor: pointer;
  border-radius: 50%;
  margin: 0;
  padding: 0;
}
.slick-dots li.slick-active {
  background-color: #b02f7a;
}
.slick-dots li button {
  display: none;
}

.video-popup {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.video-popup .layout {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.video-popup .close {
  position: absolute;
  right: 30px;
  top: 30px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  z-index: 1;
}
.video-popup .content {
  overflow-y: auto;
  position: absolute;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  max-height: calc(100vh - 60px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media all and (max-width: 1400px) {
  .video-popup .content {
    max-width: 900px;
  }
}
@media all and (max-width: 992px) {
  .video-popup .content {
    max-width: 700px;
  }
}
@media all and (max-width: 768px) {
  .video-popup .content {
    max-width: calc(100vw - 40px);
  }
}
.video-popup .content .ratio-16x9 {
  padding-top: 56.25%;
  position: relative;
}
.video-popup .content .ratio-16x9 iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@font-face {
  font-family: "Averta";
  src: url("/assets/fonts/Averta-Semibold.eot");
  src: url("/assets/fonts/Averta-Semibold.eot?#iefix") format("embedded-opentype"), 
  url("/assets/fonts/Averta-Semibold.woff2") format("woff2"), 
  url("/assets/fonts/Averta-Semibold.woff") format("woff"), 
  url("/assets/fonts/Averta-Semibold.ttf") format("truetype"), 
  url("/assets/fonts/Averta-Semibold.svg#Averta-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
header {
  position: fixed;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 0 60px;
  background-color: transparent;
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 992px) {
  header {
    align-items: center;
  }
}
@media screen and (max-width: 575px) {
  header {
    justify-content: space-around;
    padding: 0;
  }
}
header::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 246px;
  background: linear-gradient(#000, transparent);
  z-index: -1;
  transition: 300ms ease;
}
header .logo .logo-img {
  display: block;
  margin-top: 26px;
}
header .logo .sticky-logo {
  display: none;
}
header .logo .sticky-logo img {
  margin-top: 14px;
}
header.sticky {
  background-color: #4880B8;
}
header.sticky .logo .logo-img {
  display: none;
}
header.sticky .logo .sticky-logo {
  display: block;
}
header.sticky::before {
  opacity: 0;
  visibility: hidden;
}
header.sticky .menus {
  height: 100px;
}
header.sticky .menus a:hover {
  color: #4880B8;
  background-color: #fff;
}
header .hamburger {
  display: none;
}
@media all and (max-width: 992px) {
  header .hamburger {
    display: block;
  }
}
header .hamburger.active .hamburger-content {
  left: 0;
}
header .hamburger .hamburger-open {
  font-size: 25px;
  color: #fff;
  cursor: pointer;
}
header .hamburger .hamburger-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4880B8;
  left: 100%;
  font-family: "Bebas Neue", cursive;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  padding: 40px;
  font-size: 37px;
}
@media screen and (max-width: 425px) {
  header .hamburger .hamburger-content {
    font-size: 32px;
    gap: 25px;
  }
}
header .hamburger .hamburger-content a img {
  margin: 63px 0 54px;
}
header .hamburger .hamburger-content .hamburger-close {
  font-size: 25px;
  color: #fff;
  position: absolute;
  right: 50px;
  top: 50px;
  width: 37px;
  cursor: pointer;
}
@media screen and (max-width: 375px) {
  header .hamburger .hamburger-content .hamburger-close {
    font-size: 25px;
    top: 46px;
    right: 50px;
    width: 8px;
  }
}
@media screen and (max-width: 320px) {
  header .hamburger .hamburger-content .hamburger-close {
    font-size: 24px;
    top: 40px;
    right: 31px;
  }
}
header .hamburger .hamburger-content a {
  font-weight: 500;
  color: #fff;
}
header .hamburger .hamburger-content a:hover {
  opacity: 25%;
}
header .hamburger .hamburger-content .form-button {
  background-color: #F9AA38;
  font-family: "Bebas Neue", cursive;
  max-width: 300px;
  font-size: 35px;
}
header .hamburger .hamburger-content .form-button:hover {
  background-color: #be8f4c;
  color: ghostwhite;
}
@media screen and (max-width: 425px) {
  header .hamburger .hamburger-content .form-button {
    font-size: 34px;
    max-width: 255px;
    margin-top: 22px;
  }
}
header .hamburger .hamburger-content .hamburger-social {
  display: flex;
  margin-top: 55px;
  font-size: 30px;
  gap: 30px;
  font-family: "Averta";
}
@media screen and (max-width: 425px) {
  header .hamburger .hamburger-content .hamburger-social {
    font-size: 26px;
  }
}
header .menus {
  display: flex;
  gap: 60px;
}
header .menus a {
  color: #fff;
  font-family: "Bebas Neue", cursive;
  font-size: 24px;
  display: flex;
  justify-content: center;
  padding: 42px 15px 15px 15px;
}
header .menus a:hover {
  color: #fff;
  background-color: #4880B8;
}
@media screen and (max-width: 992px) {
  header .menus a {
    display: none;
  }
}

@keyframes jump {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    transform: translate3d(-50%, -19px, 0);
  }
}
.home-page {
  position: relative;
}
.home-page .items {
  color: #fff;
}
.home-page .items .item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 205px;
  overflow: hidden;
  min-height: 750px;
}
@media screen and (max-width: 1400px) {
  .home-page .items .item {
    min-height: 600px;
  }
}
@media screen and (max-width: 992px) {
  .home-page .items .item {
    padding: 0;
    justify-content: center;
    text-align: center;
    min-height: 500px;
  }
}
.home-page .items .item::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.46;
  z-index: 1;
}
.home-page .items .item::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url(../images/homopage/bg-effect.png);
  background-repeat: no-repeat;
  background-position: left center;
  left: -680px;
}
@media screen and (max-width: 992px) {
  .home-page .items .item::after {
    padding: 0;
    justify-content: center;
    text-align: center;
    min-height: 500px;
    transform: rotate(180deg);
    left: -541px;
  }
}
@media screen and (max-width: 768px) {
  .home-page .items .item::after {
    left: -315px;
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 425px) {
  .home-page .items .item::after {
    left: -198px;
    transform: rotate(180deg);
  }
}
.home-page .items .item .content {
  position: relative;
  z-index: 2;
  width: 600px;
  height: 386px;
  margin-top: 179px;
}
@media screen and (max-width: 992px) {
  .home-page .items .item .content {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .home-page .items .item .content {
    padding: 0 70px;
    display: flex;
    flex-direction: column;
    margin: 0;
    height: 100%;
    justify-content: center;
    padding-top: 100px;
  }
}
@media screen and (max-width: 475px) {
  .home-page .items .item .content {
    padding: 0 20px;
  }
}
.home-page .items .item .content .item1 {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 992px) {
  .home-page .items .item .content .item1 {
    justify-content: center;
  }
}
.home-page .items .item .content .item1 img {
  margin-bottom: 10px;
}
@media screen and (max-width: 320px) {
  .home-page .items .item .content .item1 img {
    margin-bottom: 36px;
  }
}
.home-page .items .item .content .item1 h2 {
  font-family: "Bebas Neue", cursive;
  font-size: 23px;
  line-height: 28px;
}
@media screen and (max-width: 1200px) {
  .home-page .items .item .content .item1 h2 {
    font-size: 20px;
  }
}
.home-page .items .item .content h1 {
  font-family: "Bebas Neue", cursive;
  font-size: 90px;
  line-height: 79px;
  margin-top: 12px;
  font-weight: 300;
}
@media screen and (max-width: 1200px) {
  .home-page .items .item .content h1 {
    font-size: 70px;
    line-height: 1;
  }
}
@media screen and (max-width: 992px) {
  .home-page .items .item .content h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .home-page .items .item .content h1 {
    font-size: 50px;
    order: -1;
  }
}
@media screen and (max-width: 575px) {
  .home-page .items .item .content h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 425px) {
  .home-page .items .item .content h1 {
    font-size: 25px;
  }
}
.home-page .items .item .content h1 strong {
  font-family: "Bebas Neue", cursive;
  color: #4880B8;
  font-size: 120px;
  line-height: 79px;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .home-page .items .item .content h1 strong {
    font-size: 100px;
    line-height: 1;
  }
}
@media screen and (max-width: 992px) {
  .home-page .items .item .content h1 strong {
    font-size: 90px;
  }
}
@media screen and (max-width: 768px) {
  .home-page .items .item .content h1 strong {
    font-size: 75px;
  }
}
@media screen and (max-width: 575px) {
  .home-page .items .item .content h1 strong {
    font-size: 50px;
  }
}
@media screen and (max-width: 475px) {
  .home-page .items .item .content h1 strong {
    font-size: 40px;
  }
}
.home-page .items .item .content p {
  font-family: "Noto Sans";
  font-style: italic;
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 38px;
  max-width: 515px;
}
@media screen and (max-width: 992px) {
  .home-page .items .item .content p {
    margin: 0 auto 30px;
    font-size: 15px;
  }
}
.home-page .items .slick-prev {
  left: 60px;
  z-index: 1;
  background-image: url(../images/homopage/leftscroll.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  background-color: #4880B8;
}
.home-page .items .slick-prev::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .home-page .items .slick-prev {
    width: 40px;
    height: 40px;
    left: 20px;
  }
}
@media screen and (max-width: 475px) {
  .home-page .items .slick-prev {
    display: none !important;
  }
}
.home-page .items .slick-next {
  right: 60px;
  z-index: 1;
  background-image: url(../images/homopage/rightscroll.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  background-color: #4880B8;
}
.home-page .items .slick-next::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .home-page .items .slick-next {
    width: 40px;
    height: 40px;
    right: 20px;
  }
}
@media screen and (max-width: 475px) {
  .home-page .items .slick-next {
    display: none !important;
  }
}
.home-page .scroll-down {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  position: absolute;
  color: white;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  animation: jump 2s linear alternate infinite;
}
@media screen and (max-width: 768px) {
  .home-page .scroll-down span {
    display: none;
  }
}
.home-page .social {
  transform-origin: 0 0;
  transform: rotate(270deg);
  position: absolute;
  bottom: 87px;
  right: -60px;
}
@media screen and (max-width: 768px) {
  .home-page .social {
    right: -115px;
    bottom: -21px;
  }
}
.home-page .social ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  align-items: center;
  font-family: "Averta";
  font-weight: 600;
}
.home-page .social ul li {
  padding: 2px 15px;
}
.home-page .social ul li:not(:last-child) {
  border-right: 1px solid white;
}
.home-page .social ul li a {
  color: white;
  font-size: 16px;
  width: 18px;
  height: 16px;
  line-height: 1;
}
.home-page .social ul li a:hover {
  opacity: 25%;
}
@media screen and (max-width: 575px) {
  .home-page .social ul li a {
    font-size: 14px;
  }
}

.about-us {
  display: grid;
  grid-template-columns: 47% 1fr;
  gap: 73px;
  padding-top: 100px;
}
@media screen and (max-width: 1400px) {
  .about-us {
    gap: 50px;
    padding-top: 80;
  }
}
@media screen and (max-width: 1200px) {
  .about-us {
    gap: 40px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 992px) {
  .about-us {
    gap: 30px;
    padding-top: 60px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .about-us {
    width: auto;
    padding-top: 50px;
  }
}
@media screen and (max-width: 992px) {
  .about-us .left {
    order: 1;
  }
}
.about-us .left figure {
  position: relative;
  padding-bottom: 111px;
  margin: 0;
}
@media screen and (max-width: 1400px) {
  .about-us .left figure {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 1200px) {
  .about-us .left figure {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 992px) {
  .about-us .left figure {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .about-us .left figure img {
    margin-top: 15px;
  }
}
.about-us .left figure .blue-box {
  position: absolute;
  width: 410px;
  height: 175px;
  background-color: #4880B8;
  bottom: 0;
  left: 0;
}
@media all and (max-width: 1400px) {
  .about-us .left figure .blue-box {
    width: 325px;
    height: 140px;
  }
}
@media all and (max-width: 1200px) {
  .about-us .left figure .blue-box {
    width: 272px;
    height: 100px;
  }
}
@media all and (max-width: 992px) {
  .about-us .left figure .blue-box {
    width: 40%;
    height: 80px;
  }
}
.about-us .right {
  padding-right: 20px;
  padding-top: 70px;
  max-width: 582px;
}
@media screen and (max-width: 992px) {
  .about-us .right .button-2 {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .about-us .right .button-2 {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1600px) {
  .about-us .right {
    padding-top: 40px;
  }
}
@media all and (max-width: 1400px) {
  .about-us .right {
    padding-top: 0px;
  }
}
@media all and (max-width: 992px) {
  .about-us .right {
    max-width: 100%;
    padding: 0 20px;
    text-align: center;
  }
}
.about-us .right h2 {
  color: #004279;
  font-family: "Bebas Neue", cursive;
  font-size: 60px;
  line-height: 69px;
  font-weight: 400;
}
@media all and (max-width: 1400px) {
  .about-us .right h2 {
    font-size: 55px;
  }
}
@media all and (max-width: 1200px) {
  .about-us .right h2 {
    font-size: 55px;
  }
}
@media all and (max-width: 992px) {
  .about-us .right h2 {
    font-size: 50px;
    margin-top: 0;
    line-height: 42px;
  }
}
.about-us .right h2 span {
  font-size: 90px;
  line-height: 80px;
  color: #E5EBEF;
}
@media all and (max-width: 1400px) {
  .about-us .right h2 span {
    font-size: 55px;
    line-height: inherit;
  }
}
@media all and (max-width: 992px) {
  .about-us .right h2 span {
    font-size: 45px;
    margin-top: 98px;
  }
}
.about-us .right p {
  font-family: "Noto Sans", sans-serif;
  font-size: 19px;
  line-height: 1.27;
  margin-bottom: 43px;
  font-weight: 300;
}
@media all and (max-width: 1400px) {
  .about-us .right p {
    font-size: 16px;
  }
}
@media all and (max-width: 992px) {
  .about-us .right p {
    margin-bottom: 35px;
  }
}

.products {
  background-color: #E6EBEF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products .items {
  display: grid;
  grid-template-columns: 35.43% 1fr;
  margin: 150px 0 141px auto;
  width: 78.64%;
  align-items: end;
}
@media screen and (max-width: 1600px) {
  .products .items {
    width: 90%;
  }
}
@media screen and (max-width: 1400px) {
  .products .items {
    width: 100%;
    padding-left: 20px;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 992px) {
  .products .items {
    padding-left: 0;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }
}
.products .items .left h2 {
  color: #004279;
  font-family: "Bebas Neue", cursive;
  font-size: 60px;
  font-weight: 400;
  padding-right: 20px;
}
@media screen and (max-width: 992px) {
  .products .items .left h2 {
    padding-left: 25px;
    text-align: center;
    font-size: 50px;
    line-height: 65px;
  }
}
@media screen and (max-width: 768px) {
  .products .items .left h2 {
    padding-left: 25px;
    text-align: center;
    font-size: 45px;
  }
}
.products .items .left h2 span {
  font-size: 90px;
  opacity: 0.2;
  line-height: 80px;
}
@media screen and (max-width: 1700px) {
  .products .items .left h2 span {
    font-size: 80px;
  }
}
@media screen and (max-width: 992px) {
  .products .items .left h2 span {
    font-size: 70px;
    line-height: 1px;
  }
}
@media screen and (max-width: 768px) {
  .products .items .left h2 span {
    font-size: 60px;
  }
}
.products .items .left h3 {
  color: #4880B8;
  font-family: "Bebas Neue", cursive;
  font-size: 41px;
  padding-right: 20px;
}
@media screen and (max-width: 992px) {
  .products .items .left h3 {
    padding-left: 25px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .products .items .left h3 {
    font-size: 35px;
  }
}
@media screen and (max-width: 320px) {
  .products .items .left h3 {
    font-size: 31px;
  }
}
.products .items .left p {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  line-height: 30px;
  width: 508px;
  padding-right: 20px;
}
@media screen and (max-width: 992px) {
  .products .items .left p {
    margin: auto;
    max-width: 544px;
    text-align: center;
    padding-right: 0;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .products .items .left p {
    font-size: 16px;
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .products .items .left p {
    font-size: 16px;
    width: 100%;
  }
}
.products .items .left img {
  margin-top: 71px;
}
@media all and (max-width: 992px) {
  .products .items .right {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
  }
}
@media all and (max-width: 768px) {
  .products .items .right {
    flex-direction: column;
  }
}
.products .items .right .list {
  margin-top: 25px;
  height: 464px;
  width: 340px;
  background: rgba(244, 250, 255, 0.76);
  margin-bottom: -113px;
  position: relative;
  z-index: 1;
  backdrop-filter: blur(14px);
  padding: 84px 57px 125px 57px;
}
@media screen and (max-width: 992px) {
  .products .items .right .list {
    margin-top: 0px;
    height: 100%;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    padding: 60px;
    text-align: center;
  }
}
.products .items .right .list h4 {
  font-family: "Bebas Neue", cursive;
  font-size: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .products .items .right .list h4 {
    font-size: 35px;
    font-family: "Bebas Neue", cursive;
    color: #000000;
    line-height: 1px;
    padding: 25px;
  }
}
.products .items .right .list a {
  display: block;
  font-size: 18px;
  font-family: "Noto Sans", sans-serif;
  line-height: 8px;
  width: max-content;
  min-width: 150px;
  text-align: left;
  margin: 26px auto 0;
}
.products .items .right .list a u {
  font-size: 17px;
  color: #4880B8;
  font-family: "Bebas Neue", cursive;
  font-weight: 400;
}
.products .items .right .list a span {
  font-size: 20px;
  color: #4880B8;
  font-family: "Bebas Neue", cursive;
  font-weight: 400;
  margin-left: 32px;
  margin-top: 19px;
}
.products .items .right .service {
  background-color: #4880B8;
  justify-content: center;
  width: 100%;
  padding: 137px 30px 30px 80px;
}
@media screen and (max-width: 992px) {
  .products .items .right .service {
    width: 100%;
    padding: 0;
    margin-left: 0;
    padding: 20px;
  }
}
.products .items .right .service h4 {
  margin-top: 24px;
  font-size: 90px;
  font-family: "Bebas Neue", cursive;
  color: #fff;
  line-height: 118px;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .products .items .right .service h4 {
    margin-top: 24px;
    font-size: 90px;
    font-family: "Bebas Neue", cursive;
    color: #fff;
    line-height: 91px;
  }
}
@media screen and (max-width: 768px) {
  .products .items .right .service h4 {
    margin-top: 0;
    font-size: 90px;
    font-family: "Bebas Neue", cursive;
    color: #fff;
    line-height: 91px;
    margin-left: 0;
    text-align: center;
  }
}
.products .items .right .service h4 span {
  display: block;
  font-size: 60px;
  font-family: "Bebas Neue", cursive;
  font-weight: 400;
  line-height: 55px;
}
@media screen and (max-width: 768px) {
  .products .items .right .service h4 span {
    font-size: 55px;
  }
}
.products .items .right .service h4 span.yellow {
  color: #F9AA38;
  margin-top: -16px;
}

.available {
  background-image: url(../images/available/mavikamyonlar.webp);
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
.available h2 {
  padding-top: 115px;
  color: #F9AA38;
  font-size: 61px;
  font-weight: 400;
  font-family: "Bebas Neue", cursive;
}
@media screen and (max-width: 992px) {
  .available h2 {
    font-size: 50px;
    margin: 20px;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .available h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  .available h2 {
    font-size: 30px;
  }
}
.available h3 {
  font-family: "Bebas Neue", cursive;
  font-size: 35px;
  font-weight: 400;
  color: #FFFFFF;
}
@media screen and (max-width: 992px) {
  .available h3 {
    font-size: 25px;
    margin: 15px;
  }
}
@media screen and (max-width: 575px) {
  .available h3 {
    font-size: 23px;
  }
}

.statistics {
  position: relative;
  margin-top: -60px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .statistics {
    margin-top: 0;
  }
}
.statistics .left {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #4880B8;
  width: calc(50% + 112px);
  padding-top: 119px;
  padding-bottom: 166px;
  padding-right: 145px;
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .statistics .left {
    padding: 50px 30px;
    width: 100%;
    display: block;
    text-align: center;
  }
}
.statistics .left::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  max-width: 376px;
  height: 113px;
  background-color: #F9AA38;
}
@media screen and (max-width: 768px) {
  .statistics .left::after {
    display: none;
  }
}
.statistics .left .layout {
  width: 100%;
  max-width: 472px;
}
@media screen and (max-width: 768px) {
  .statistics .left .layout {
    margin: 0 auto;
  }
}
.statistics .left .title {
  margin-bottom: 47px;
  display: block;
  width: 100%;
}
.statistics .left .title * {
  font-family: "Bebas Neue", cursive;
  color: #fff;
}
.statistics .left .title h3 {
  font-size: 60px;
  line-height: 80px;
  line-height: 1;
}
@media screen and (max-width: 420px) {
  .statistics .left .title h3 {
    font-size: 50px;
    line-height: 65px;
  }
}
.statistics .left .title h3 span {
  display: block;
  font-size: 90px;
  opacity: 16%;
  line-height: 79px;
}
@media screen and (max-width: 420px) {
  .statistics .left .title h3 span {
    font-size: 70px;
    line-height: 60px;
  }
}
.statistics .left .list {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  width: 100%;
}
@media screen and (max-width: 420px) {
  .statistics .left .list {
    gap: 0;
  }
}
.statistics .left .list .item {
  width: calc(50% - 30px);
  color: #fff;
}
.statistics .left .list .item .count {
  display: flex;
}
.statistics .left .list .item .count .plus {
  display: block;
  font-size: 72px;
  line-height: 80px;
  font-family: "Bebas Neue", cursive;
}
@media screen and (max-width: 420px) {
  .statistics .left .list .item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.statistics .left .list .item .number {
  font-family: "Bebas Neue", cursive;
  font-size: 72px;
  line-height: 80px;
  letter-spacing: -3px;
  width: 32%;
  display: block;
}
.statistics .left .list .item .name {
  font-size: 16px;
  display: block;
}
.statistics .right {
  position: absolute;
  right: 0;
  top: 186px;
  width: calc(50% - 42px);
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .statistics .right {
    width: 100%;
    top: 0;
    position: relative;
  }
}
.statistics .right img {
  width: 100%;
  height: 733px;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .statistics .right img {
    height: auto;
  }
}

.brands {
  height: 843px;
  position: relative;
  background-color: #004279;
  margin-top: 280px;
  display: block;
}
@media screen and (max-width: 768px) {
  .brands {
    height: 795px;
    margin-top: 0;
  }
}
.brands::after {
  content: "";
  background-image: url("../images/brands/Group 61026.svg");
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 31px;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .brands::after {
    background-size: contain;
  }
}
@media screen and (max-width: 1200px) {
  .brands::after {
    background-size: contain;
  }
}
.brands .title {
  display: flex;
  justify-content: center;
  color: #FFFFFF;
  padding-top: 105px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .brands .title {
    text-align: center;
    font-size: 45px;
    line-height: 35px;
  }
}
.brands .title h2 {
  font-family: "Bebas Neue", cursive;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  padding-bottom: 78px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .brands .title h2 {
    font-size: 45px;
    line-height: 30px;
  }
}
.brands .title h2 b {
  opacity: 16%;
  line-height: 79px;
  font-size: 90px;
}
@media screen and (max-width: 768px) {
  .brands .title h2 b {
    font-size: 68px;
  }
}
.brands .brands-items {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 78px;
  max-width: 1580px;
  margin: 0 auto;
  position: static;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.brands .brands-items .item {
  padding: 0 10px;
}
.brands .brands-items .item a {
  border: 1px solid white;
  padding: 133px 20px;
  text-align: center;
  color: white;
  display: block;
  font-size: 48px;
}
@media screen and (max-width: 1440px) {
  .brands .brands-items .item a {
    font-size: 43px;
  }
}
@media screen and (max-width: 1200px) {
  .brands .brands-items .item a {
    font-size: 40px;
  }
}
@media screen and (max-width: 992px) {
  .brands .brands-items .item a {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  .brands .brands-items .item a {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .brands .brands-items .item a {
    font-size: 27px;
  }
}
.brands .brands-items .item a:hover {
  background-color: rgba(72, 128, 184, 0.5);
}
.brands .buttons {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.brands .buttons div {
  width: 104px;
  height: 99px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .brands .buttons div {
    width: 90px;
    height: 85px;
  }
}
@media screen and (max-width: 1200px) {
  .brands .buttons div {
    width: 85px;
    height: 80px;
  }
}
@media screen and (max-width: 992px) {
  .brands .buttons div {
    width: 80px;
    height: 75px;
  }
}
@media screen and (max-width: 768px) {
  .brands .buttons div {
    width: 75px;
    height: 70px;
  }
}
@media screen and (max-width: 425px) {
  .brands .buttons div {
    width: 70px;
    height: 65px;
  }
}
@media screen and (max-width: 375px) {
  .brands .buttons div {
    width: 65px;
    height: 60px;
  }
}
.brands .buttons .prev {
  background-color: white;
}
.brands .buttons .next {
  background-color: #F9AA38;
}

.contact {
  position: relative;
  overflow: hidden;
}
.contact .contain {
  display: flex;
  padding-top: 160px;
}
@media screen and (max-width: 1200px) {
  .contact .contain {
    padding-top: 80px;
  }
}
@media screen and (max-width: 992px) {
  .contact .contain {
    display: block;
    padding-top: 0;
  }
}
.contact .contain::after {
  content: "";
  position: absolute;
  max-width: 1601px;
  width: 100%;
  height: 100%;
  max-height: 1267px;
  background-color: #E6EBEF;
  z-index: -1;
  inset: 0;
}
@media screen and (max-width: 1400px) {
  .contact .contain::after {
    max-width: 1120px;
    max-height: 1245px;
  }
}
.contact .contain .left {
  margin-right: -87px;
  z-index: 1;
}
@media screen and (min-width: 1921px) {
  .contact .contain .left {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .contact .contain .left {
    width: 100%;
    display: block;
    margin-right: 0;
    height: auto;
  }
}
.contact .contain .left img {
  min-height: 806px;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 992px) {
  .contact .contain .left img {
    min-height: auto;
  }
}
.contact .contain .right {
  background-color: #4880B8;
  width: 100%;
  max-width: 1074px;
  height: 947px;
  margin-bottom: 160px;
}
@media screen and (min-width: 1921px) {
  .contact .contain .right {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .contact .contain .right {
    justify-content: center;
    text-align: center;
    margin-bottom: 0;
    height: auto;
    max-width: 100%;
  }
}
.contact .contain .right::after {
  content: "";
  position: absolute;
  width: 100%;
  background-image: url(../images/contact/Group\ 61023.svg);
  background-repeat: no-repeat;
  background-position: left center;
  left: 1221px;
  bottom: 0;
  top: 78px;
}
@media screen and (max-width: 1600px) {
  .contact .contain .right::after {
    inset: 0;
    left: 842px;
  }
}
@media screen and (max-width: 1400px) {
  .contact .contain .right::after {
    left: 795px;
  }
}
@media screen and (max-width: 1200px) {
  .contact .contain .right::after {
    left: 675px;
  }
}
.contact .contain .right .online-form {
  max-width: 608px;
  width: 100%;
  display: flex;
  margin-left: 160px;
  margin-top: 205px;
}
@media screen and (max-width: 1200px) {
  .contact .contain .right .online-form {
    margin-left: 120px;
  }
}
@media screen and (max-width: 992px) {
  .contact .contain .right .online-form {
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    padding: 50px 0;
  }
}
.contact .contain .right .online-form .title {
  color: #fff;
}
.contact .contain .right .online-form .title h2 {
  font-family: "Bebas Neue", cursive;
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  .contact .contain .right .online-form .title h2 {
    font-size: 57px;
  }
}
@media screen and (max-width: 320px) {
  .contact .contain .right .online-form .title h2 {
    padding: 20px;
  }
}
.contact .contain .right .online-form .title h2 b {
  font-family: "Bebas Neue", cursive;
  opacity: 16%;
  font-size: 90px;
  line-height: 65px;
}
@media screen and (max-width: 768px) {
  .contact .contain .right .online-form .title h2 b {
    font-size: 80px;
  }
}
.contact .contain .right .online-form .title p {
  max-width: 438px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .contact .contain .right .online-form .title p {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .contact .contain .right .online-form .title p {
    padding: 30px;
  }
}
@media screen and (max-width: 320px) {
  .contact .contain .right .online-form .title p {
    padding: 20px;
  }
}
.contact .contain .right .online-form .title .form-button {
  background-color: #F9AA38;
  margin-top: 43px;
  font-size: 50px;
  font-family: "Bebas Neue", cursive;
  margin-left: -138px;
  position: absolute;
  z-index: 2;
  max-width: 581px;
  max-height: 132px;
  padding-right: 92px;
  padding: 15px 30px;
}
@media screen and (max-width: 992px) {
  .contact .contain .right .online-form .title .form-button {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 20px;
    position: static;
    padding: 18px;
    font-size: 45px;
  }
}
@media screen and (max-width: 768px) {
  .contact .contain .right .online-form .title .form-button {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  .contact .contain .right .online-form .title .form-button {
    width: 90%;
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  .contact .contain .right .online-form .title .form-button {
    width: 85%;
    font-size: 35px;
  }
}
@media screen and (max-width: 360px) {
  .contact .contain .right .online-form .title .form-button {
    padding: 18px;
  }
}
@media screen and (max-width: 325px) {
  .contact .contain .right .online-form .title .form-button {
    width: 80%;
    padding: 16px;
  }
}

footer {
  margin-top: 175px;
  position: relative;
}
footer .content {
  max-height: 591px;
  height: 100%;
  background-color: #041C2F;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .content {
    height: auto;
    padding: 0 20px 30px;
    max-height: 100%;
  }
}
footer .content::after {
  content: "";
  position: absolute;
  width: 117px;
  height: 175px;
  background-color: #4880B8;
  inset: 0;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  background-image: url("../images/footer/Group 61024.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
@media screen and (max-width: 768px) {
  footer .content::after {
    width: 105px;
    height: 160px;
  }
}
@media screen and (max-width: 575px) {
  footer .content::after {
    width: 98px;
    height: 150px;
  }
}
footer .content .menus {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding-top: 158px;
  font-family: "Bebas Neue", cursive;
  font-size: 24px;
}
@media screen and (max-width: 575px) {
  footer .content .menus {
    font-size: 21px;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px 20px;
  }
}
footer .content .menus a {
  color: #fff;
  position: relative;
}
footer .content .menus a:hover::after {
  width: calc(100% + 2px);
}
footer .content .menus a::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 0;
  left: 0;
  background-color: #fff;
  border-radius: 5px;
  transition: all 300ms;
}
footer .content .items {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 30px;
  max-width: 948px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .content .items {
    flex-direction: column;
    margin-top: 30px;
    gap: 55px;
    width: max-content;
    max-width: 100%;
  }
}
footer .content .items::before {
  content: "";
  border-right: 1px solid #fff;
  height: 156px;
  bottom: 0;
  left: 37%;
  top: 42%;
  opacity: 20%;
  position: absolute;
}
@media screen and (max-width: 1400px) {
  footer .content .items::before {
    left: 33%;
  }
}
@media screen and (max-width: 1200px) {
  footer .content .items::before {
    left: 30%;
  }
}
@media screen and (max-width: 992px) {
  footer .content .items::before {
    left: 27%;
    top: 40%;
  }
}
@media screen and (max-width: 768px) {
  footer .content .items::before {
    display: none;
  }
}
footer .content .items::after {
  content: "";
  border-right: 1px solid #fff;
  height: 156px;
  bottom: 0;
  right: 37%;
  top: 42%;
  opacity: 20%;
  position: absolute;
}
@media screen and (max-width: 1400px) {
  footer .content .items::after {
    right: 33%;
  }
}
@media screen and (max-width: 1200px) {
  footer .content .items::after {
    right: 30%;
  }
}
@media screen and (max-width: 992px) {
  footer .content .items::after {
    right: 27%;
    top: 40%;
  }
}
@media screen and (max-width: 768px) {
  footer .content .items::after {
    display: none;
  }
}
footer .content .items .item {
  display: flex;
  flex-direction: column;
  margin-top: 75px;
  align-items: center;
  position: relative;
  min-width: 200px;
}
@media screen and (max-width: 768px) {
  footer .content .items .item {
    margin-top: 0;
    width: 100%;
  }
  footer .content .items .item:not(:last-child)::before {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 1px;
    bottom: -27px;
    right: 0;
    opacity: 20%;
    position: absolute;
  }
}
footer .content .items .item img {
  width: 27px;
  height: 27px;
}
footer .content .items .item span {
  color: #fff;
  margin-top: 13px;
  margin-bottom: 10px;
  font-style: 16px;
}
footer .content .items .item a {
  color: #fff;
  font-weight: 100;
}
footer .content .items .item a p {
  font-size: 16px;
  max-width: 100%;
  width: 336px;
  text-align: center;
  padding: 20px;
  font-weight: 100;
}
@media screen and (max-width: 764px) {
  footer .content .items .item a p {
    padding: 0;
  }
}
@media screen and (max-width: 425px) {
  footer .content .items .item a p {
    font-size: 15px;
    max-width: 317px;
    margin: 0;
    padding: 0;
  }
}
footer .content .social {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  footer .content .social {
    margin-top: 40px;
  }
}
footer .content .social a {
  border: 1px solid gray;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin-bottom: 87px;
  color: gray;
  font-size: 20px;
}
footer .content .social a:hover {
  background-color: #4880B8;
  color: #fff;
}

footer .footer-copyright {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: 21px;
}
footer .footer-copyright .copyright-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  footer .footer-copyright .copyright-container {
    gap: 20px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
footer .footer-copyright .copyright {
  display: flex;
  gap: 26px;
}
footer .footer-copyright .copyright button {
  border: none;
  background-color: transparent;
  padding: 0;
  color: inherit;
  width: auto;
  margin-bottom: 16px;
  font-weight: 100;
  position: relative;
}
footer .footer-copyright .copyright button:hover::after {
  width: calc(100% - 0px);
}
footer .footer-copyright .copyright button::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 0;
  left: 0;
  background-color: gray;
  border-radius: 5px;
  transition: all 300ms;
}
@media screen and (max-width: 992px) {
  footer .footer-copyright .copyright {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px 20px;
  }
}
footer .footer-copyright .copyright p {
  margin-bottom: 0;
}
footer .footer-copyright .projx-logo {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  footer .footer-copyright .projx-logo {
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    align-items: center;
    text-align: center;
  }
}
footer .footer-copyright .projx-logo img {
  align-items: center;
}
footer .footer-copyright .projx-logo p {
  font-weight: 100;
}

.modal-header button span {
  line-height: 1;
  font-size: 35px;
}

.form-popup {
  background-color: #004279;
  width: 100%;
  position: fixed;
  height: 100vh;
  z-index: 99999;
  inset: 0;
}
.form-popup .form-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
}
.form-popup .layout {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 1;
}
.form-popup h2 {
  font-family: "Bebas Neue", cursive;
  font-size: 50px;
  margin-bottom: 0;
  color: #004279;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form-popup h2 {
    font-size: 46px;
  }
}
@media screen and (max-width: 575px) {
  .form-popup h2 {
    font-size: 44px;
  }
}
@media screen and (max-width: 425px) {
  .form-popup h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 390px) {
  .form-popup h2 {
    font-size: 38px;
  }
}
.form-popup p {
  font-size: 18px;
  color: #004279;
  text-align: center;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .form-popup p {
    font-size: 16px;
  }
}
.form-popup form {
  background-color: #fff;
  width: 100%;
  height: auto;
  max-width: 822px;
  max-height: calc(100vh - 60px);
  padding: 71px 20px;
  z-index: 2;
  overflow-y: auto;
  position: relative;
}
@media screen and (max-width: 991px) {
  .form-popup form {
    max-width: calc(100% - 60px);
    padding: 50px 20px;
  }
}
@media screen and (max-width: 768px) {
  .form-popup form {
    max-height: calc(100vh - 40px);
    max-width: calc(100% - 40px);
    padding: 40px 20px;
  }
}
@media screen and (max-width: 575px) {
  .form-popup form {
    padding: 30px 20px;
  }
}
.form-popup form .content {
  max-width: 450px;
  margin: 0 auto;
}
.form-popup form .button-close {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  right: 30px;
  left: unset;
  top: 36px;
  width: 46px;
  height: 46px;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .form-popup form .button-close {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .form-popup form .button-close {
    width: 35px;
    height: 35px;
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .form-popup form .button-close {
    width: 30px;
    height: 30px;
    top: 15px;
    right: 15px;
  }
}
.form-popup form label {
  width: 100%;
}
.form-popup form label a {
  text-decoration: underline;
}
.form-popup form label:active {
  border: 1px solid #004279;
}
.form-popup form .check-box {
  margin-top: 22px;
  margin-bottom: 14px;
}
.form-popup form .check-box .box-items {
  display: flex;
  gap: 20px;
}
.form-popup form .check-box span {
  display: block;
  text-align: left;
  font-size: 17px;
  margin-top: 12px;
  margin-bottom: 14px;
  color: #90B6CE;
  line-height: 22px;
}
@media screen and (max-width: 992px) {
  .form-popup form .check-box span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .form-popup form .check-box span {
    font-size: 14px;
  }
}
.form-popup form .show-more {
  color: #0E306D;
  max-width: 522px;
  width: 100%;
  font-size: 15px;
}
.form-popup form .show-more a {
  color: #0E306D;
}
.form-popup form .send {
  width: 258px;
  height: 40px;
  display: flex;
  justify-content: center;
  margin: 25px auto;
  color: #fff;
  background-color: #004279;
  border-radius: 7px;
  border: none;
}
@media screen and (max-width: 400px) {
  .form-popup form .send {
    width: 100%;
  }
}

#projx-logo {
  text-align: right;
  padding: 10px 0;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  align-items: center;
  text-align: center;
}
.projx-logos {
  width: 100px;
  height: 39px;
  position: relative;
  text-align: center;
  margin: auto;
  display: inline-block; /* left: calc(50% - 50px); */
}

.projx-logos * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.projx-logos > .projx-logos-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.projx-logos-card {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-perspective: 100px;
  -moz-perspective: 100px;
  -o-perspective: 100px;
  perspective: 100px;
}

.projx-logos-card figure {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 0;
  margin: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.projx-logos-card figure > div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.projx-logos-card .back > div {
  font-size: 12px;
  padding-top: 5px;
}

.projx-logos .projx-logos-card .back,
.projx-logos:hover .projx-logos-card .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.projx-logos:hover .projx-logos-card .back {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.tooltip-projx-logos {
  display: block;
  position: relative;
  z-index: 999;
}

.tooltip-projx-logos:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 100%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.projx-logos:hover .tooltip-projx-logos::after {
  pointer-events: auto;
}

.tooltip-projx-logos-content {
  position: absolute;
  z-index: 9999;
  width: 140px;
  left: 50%;
  bottom: 100%;
  font-size: 13px;
  line-height: 1.2;
  margin: 0 0 10px -70px;
  text-align: center;
  font-weight: 400;
  color: #fff;
  background: transparent;
  opacity: 0;
  cursor: default;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}

.projx-logos:hover .tooltip-projx-logos-content {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.tooltip-projx-logos-content span {
  display: block;
}

.tooltip-projx-logos-text {
  border-bottom: 2px solid #fffaf0;
  overflow: hidden;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
}

.projx-logos:hover .tooltip-projx-logos-content .tooltip-projx-logos-text {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.tooltip-projx-logos-text-inner {
  background: rgba(0, 0, 0, 0.7);
  padding: 7px 10px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.projx-logos:hover .tooltip-projx-logos-content .tooltip-projx-logos-text-inner {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.tooltip-projx-logos-content:after {
  content: "";
  bottom: -14px;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #fffaf0;
  border-width: 7px;
  margin-left: -7px;
}

.closer{
  border: none;
  background-color: transparent;
  padding: 0;
  color: inherit;
  width: auto;
  margin-bottom: 16px;
  font-weight: 100;
  position: relative;
}
.modal{
  z-index: 9999999;
}


/* PROJX LOGO */

/*# sourceMappingURL=style.css.map */
