:root {
  --mainGap: 11.1111111111rem;
  --globalGap: 2.2222222222rem;
}
@media (max-width: 1450px) {
  :root {
    --mainGap: 60px;
    --globalGap: 30px;
  }
}
@media (max-width: 992px) {
  :root {
    --mainGap: 15px;
    --globalGap: 15px;
  }
}

@font-face {
  font-family: "RedHatDisplay";
  src: url(../fonts/RedHatDisplay-VariableFont_wght.ttf);
}
@font-face {
  font-family: "Urbanist";
  src: url(../fonts/Urbanist-VariableFont_wght.ttf);
}
:root {
  scroll-behavior: initial;
}

html {
  direction: ltr;
}
@media (min-width: 1200px) {
  html {
    font-size: 0.8vw;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 1000px) {
  html {
    font-size: 11px;
  }
}
@media (max-width: 560px) {
  html {
    font-size: 10px;
  }
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: #ccc;
}

::-webkit-scrollbar-thumb {
  background-color: #000000;
}

body {
  font-family: "RedHatDisplay";
  background-color: #ffffff;
  color: #000000;
  font-weight: 100;
  font-size: 1.2222222222rem;
  line-height: 1.4545454545;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.container {
  width: 100%;
  margin: auto;
  padding: 0 var(--mainGap);
}

.inner-container {
  padding: 0 var(--globalGap);
}

* {
  box-sizing: border-box;
}

a {
  color: #000;
}
a:hover {
  color: #000000;
}

a,
.btn,
button {
  transition: all ease 0.2s;
  text-decoration: none;
  text-transform: capitalize;
  cursor: pointer;
  font-family: inherit;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-weight: normal;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.font-10 {
  font-size: 0.5555555556rem !important;
}

.font-11 {
  font-size: 0.6111111111rem !important;
}

.font-12 {
  font-size: 0.6666666667rem !important;
}

.font-13 {
  font-size: 0.7222222222rem !important;
}

.font-14 {
  font-size: 0.7777777778rem !important;
}

.font-15 {
  font-size: 0.8333333333rem !important;
}

.font-16 {
  font-size: 0.8888888889rem !important;
}

.font-17 {
  font-size: 0.9444444444rem !important;
}

.font-18 {
  font-size: 1rem !important;
}

.font-19 {
  font-size: 1.0555555556rem !important;
}

.font-20 {
  font-size: 1.1111111111rem !important;
}

.font-21 {
  font-size: 1.1666666667rem !important;
}

.font-22 {
  font-size: 1.2222222222rem !important;
}

.font-23 {
  font-size: 1.2777777778rem !important;
}

.font-24 {
  font-size: 1.3333333333rem !important;
}

.font-25 {
  font-size: 1.3888888889rem !important;
}

.font-26 {
  font-size: 1.4444444444rem !important;
}

.font-27 {
  font-size: 1.5rem !important;
}

.font-28 {
  font-size: 1.5555555556rem !important;
}

.font-29 {
  font-size: 1.6111111111rem !important;
}

.font-30 {
  font-size: 1.6666666667rem !important;
}

.font-31 {
  font-size: 1.7222222222rem !important;
}

.font-32 {
  font-size: 1.7777777778rem !important;
}

.font-33 {
  font-size: 1.8333333333rem !important;
}

.font-34 {
  font-size: 1.8888888889rem !important;
}

.font-35 {
  font-size: 1.9444444444rem !important;
}

.font-36 {
  font-size: 2rem !important;
}

.font-37 {
  font-size: 2.0555555556rem !important;
}

.font-38 {
  font-size: 2.1111111111rem !important;
}

.font-39 {
  font-size: 2.1666666667rem !important;
}

.font-40 {
  font-size: 2.2222222222rem !important;
}

.font-100 {
  font-size: 5.5555555556rem;
}

.fontLight {
  font-weight: 100 !important;
}

.fontRegular {
  font-weight: 400 !important;
}

.fontSemiBold {
  font-weight: 500 !important;
}

.fontBold {
  font-weight: 700 !important;
}

.t-uppercase {
  text-transform: uppercase;
}

.line-normal {
  line-height: normal;
}

.m-0 {
  margin: 0rem !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.p-0 {
  padding: 0rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.m-1 {
  margin: 0.0555555556rem !important;
}

.mt-1 {
  margin-top: 0.0555555556rem !important;
}

.mb-1 {
  margin-bottom: 0.0555555556rem !important;
}

.ml-1 {
  margin-left: 0.0555555556rem !important;
}

.mr-1 {
  margin-right: 0.0555555556rem !important;
}

.p-1 {
  padding: 0.0555555556rem !important;
}

.pt-1 {
  padding-top: 0.0555555556rem !important;
}

.pb-1 {
  padding-bottom: 0.0555555556rem !important;
}

.pl-1 {
  padding-left: 0.0555555556rem !important;
}

.pr-1 {
  padding-right: 0.0555555556rem !important;
}

.m-2 {
  margin: 0.1111111111rem !important;
}

.mt-2 {
  margin-top: 0.1111111111rem !important;
}

.mb-2 {
  margin-bottom: 0.1111111111rem !important;
}

.ml-2 {
  margin-left: 0.1111111111rem !important;
}

.mr-2 {
  margin-right: 0.1111111111rem !important;
}

.p-2 {
  padding: 0.1111111111rem !important;
}

.pt-2 {
  padding-top: 0.1111111111rem !important;
}

.pb-2 {
  padding-bottom: 0.1111111111rem !important;
}

.pl-2 {
  padding-left: 0.1111111111rem !important;
}

.pr-2 {
  padding-right: 0.1111111111rem !important;
}

.m-3 {
  margin: 0.1666666667rem !important;
}

.mt-3 {
  margin-top: 0.1666666667rem !important;
}

.mb-3 {
  margin-bottom: 0.1666666667rem !important;
}

.ml-3 {
  margin-left: 0.1666666667rem !important;
}

.mr-3 {
  margin-right: 0.1666666667rem !important;
}

.p-3 {
  padding: 0.1666666667rem !important;
}

.pt-3 {
  padding-top: 0.1666666667rem !important;
}

.pb-3 {
  padding-bottom: 0.1666666667rem !important;
}

.pl-3 {
  padding-left: 0.1666666667rem !important;
}

.pr-3 {
  padding-right: 0.1666666667rem !important;
}

.m-4 {
  margin: 0.2222222222rem !important;
}

.mt-4 {
  margin-top: 0.2222222222rem !important;
}

.mb-4 {
  margin-bottom: 0.2222222222rem !important;
}

.ml-4 {
  margin-left: 0.2222222222rem !important;
}

.mr-4 {
  margin-right: 0.2222222222rem !important;
}

.p-4 {
  padding: 0.2222222222rem !important;
}

.pt-4 {
  padding-top: 0.2222222222rem !important;
}

.pb-4 {
  padding-bottom: 0.2222222222rem !important;
}

.pl-4 {
  padding-left: 0.2222222222rem !important;
}

.pr-4 {
  padding-right: 0.2222222222rem !important;
}

.m-5 {
  margin: 0.2777777778rem !important;
}

.mt-5 {
  margin-top: 0.2777777778rem !important;
}

.mb-5 {
  margin-bottom: 0.2777777778rem !important;
}

.ml-5 {
  margin-left: 0.2777777778rem !important;
}

.mr-5 {
  margin-right: 0.2777777778rem !important;
}

.p-5 {
  padding: 0.2777777778rem !important;
}

.pt-5 {
  padding-top: 0.2777777778rem !important;
}

.pb-5 {
  padding-bottom: 0.2777777778rem !important;
}

.pl-5 {
  padding-left: 0.2777777778rem !important;
}

.pr-5 {
  padding-right: 0.2777777778rem !important;
}

.m-6 {
  margin: 0.3333333333rem !important;
}

.mt-6 {
  margin-top: 0.3333333333rem !important;
}

.mb-6 {
  margin-bottom: 0.3333333333rem !important;
}

.ml-6 {
  margin-left: 0.3333333333rem !important;
}

.mr-6 {
  margin-right: 0.3333333333rem !important;
}

.p-6 {
  padding: 0.3333333333rem !important;
}

.pt-6 {
  padding-top: 0.3333333333rem !important;
}

.pb-6 {
  padding-bottom: 0.3333333333rem !important;
}

.pl-6 {
  padding-left: 0.3333333333rem !important;
}

.pr-6 {
  padding-right: 0.3333333333rem !important;
}

.m-7 {
  margin: 0.3888888889rem !important;
}

.mt-7 {
  margin-top: 0.3888888889rem !important;
}

.mb-7 {
  margin-bottom: 0.3888888889rem !important;
}

.ml-7 {
  margin-left: 0.3888888889rem !important;
}

.mr-7 {
  margin-right: 0.3888888889rem !important;
}

.p-7 {
  padding: 0.3888888889rem !important;
}

.pt-7 {
  padding-top: 0.3888888889rem !important;
}

.pb-7 {
  padding-bottom: 0.3888888889rem !important;
}

.pl-7 {
  padding-left: 0.3888888889rem !important;
}

.pr-7 {
  padding-right: 0.3888888889rem !important;
}

.m-8 {
  margin: 0.4444444444rem !important;
}

.mt-8 {
  margin-top: 0.4444444444rem !important;
}

.mb-8 {
  margin-bottom: 0.4444444444rem !important;
}

.ml-8 {
  margin-left: 0.4444444444rem !important;
}

.mr-8 {
  margin-right: 0.4444444444rem !important;
}

.p-8 {
  padding: 0.4444444444rem !important;
}

.pt-8 {
  padding-top: 0.4444444444rem !important;
}

.pb-8 {
  padding-bottom: 0.4444444444rem !important;
}

.pl-8 {
  padding-left: 0.4444444444rem !important;
}

.pr-8 {
  padding-right: 0.4444444444rem !important;
}

.m-9 {
  margin: 0.5rem !important;
}

.mt-9 {
  margin-top: 0.5rem !important;
}

.mb-9 {
  margin-bottom: 0.5rem !important;
}

.ml-9 {
  margin-left: 0.5rem !important;
}

.mr-9 {
  margin-right: 0.5rem !important;
}

.p-9 {
  padding: 0.5rem !important;
}

.pt-9 {
  padding-top: 0.5rem !important;
}

.pb-9 {
  padding-bottom: 0.5rem !important;
}

.pl-9 {
  padding-left: 0.5rem !important;
}

.pr-9 {
  padding-right: 0.5rem !important;
}

.m-10 {
  margin: 0.5555555556rem !important;
}

.mt-10 {
  margin-top: 0.5555555556rem !important;
}

.mb-10 {
  margin-bottom: 0.5555555556rem !important;
}

.ml-10 {
  margin-left: 0.5555555556rem !important;
}

.mr-10 {
  margin-right: 0.5555555556rem !important;
}

.p-10 {
  padding: 0.5555555556rem !important;
}

.pt-10 {
  padding-top: 0.5555555556rem !important;
}

.pb-10 {
  padding-bottom: 0.5555555556rem !important;
}

.pl-10 {
  padding-left: 0.5555555556rem !important;
}

.pr-10 {
  padding-right: 0.5555555556rem !important;
}

.m-11 {
  margin: 0.6111111111rem !important;
}

.mt-11 {
  margin-top: 0.6111111111rem !important;
}

.mb-11 {
  margin-bottom: 0.6111111111rem !important;
}

.ml-11 {
  margin-left: 0.6111111111rem !important;
}

.mr-11 {
  margin-right: 0.6111111111rem !important;
}

.p-11 {
  padding: 0.6111111111rem !important;
}

.pt-11 {
  padding-top: 0.6111111111rem !important;
}

.pb-11 {
  padding-bottom: 0.6111111111rem !important;
}

.pl-11 {
  padding-left: 0.6111111111rem !important;
}

.pr-11 {
  padding-right: 0.6111111111rem !important;
}

.m-12 {
  margin: 0.6666666667rem !important;
}

.mt-12 {
  margin-top: 0.6666666667rem !important;
}

.mb-12 {
  margin-bottom: 0.6666666667rem !important;
}

.ml-12 {
  margin-left: 0.6666666667rem !important;
}

.mr-12 {
  margin-right: 0.6666666667rem !important;
}

.p-12 {
  padding: 0.6666666667rem !important;
}

.pt-12 {
  padding-top: 0.6666666667rem !important;
}

.pb-12 {
  padding-bottom: 0.6666666667rem !important;
}

.pl-12 {
  padding-left: 0.6666666667rem !important;
}

.pr-12 {
  padding-right: 0.6666666667rem !important;
}

.m-13 {
  margin: 0.7222222222rem !important;
}

.mt-13 {
  margin-top: 0.7222222222rem !important;
}

.mb-13 {
  margin-bottom: 0.7222222222rem !important;
}

.ml-13 {
  margin-left: 0.7222222222rem !important;
}

.mr-13 {
  margin-right: 0.7222222222rem !important;
}

.p-13 {
  padding: 0.7222222222rem !important;
}

.pt-13 {
  padding-top: 0.7222222222rem !important;
}

.pb-13 {
  padding-bottom: 0.7222222222rem !important;
}

.pl-13 {
  padding-left: 0.7222222222rem !important;
}

.pr-13 {
  padding-right: 0.7222222222rem !important;
}

.m-14 {
  margin: 0.7777777778rem !important;
}

.mt-14 {
  margin-top: 0.7777777778rem !important;
}

.mb-14 {
  margin-bottom: 0.7777777778rem !important;
}

.ml-14 {
  margin-left: 0.7777777778rem !important;
}

.mr-14 {
  margin-right: 0.7777777778rem !important;
}

.p-14 {
  padding: 0.7777777778rem !important;
}

.pt-14 {
  padding-top: 0.7777777778rem !important;
}

.pb-14 {
  padding-bottom: 0.7777777778rem !important;
}

.pl-14 {
  padding-left: 0.7777777778rem !important;
}

.pr-14 {
  padding-right: 0.7777777778rem !important;
}

.m-15 {
  margin: 0.8333333333rem !important;
}

.mt-15 {
  margin-top: 0.8333333333rem !important;
}

.mb-15 {
  margin-bottom: 0.8333333333rem !important;
}

.ml-15 {
  margin-left: 0.8333333333rem !important;
}

.mr-15 {
  margin-right: 0.8333333333rem !important;
}

.p-15 {
  padding: 0.8333333333rem !important;
}

.pt-15 {
  padding-top: 0.8333333333rem !important;
}

.pb-15 {
  padding-bottom: 0.8333333333rem !important;
}

.pl-15 {
  padding-left: 0.8333333333rem !important;
}

.pr-15 {
  padding-right: 0.8333333333rem !important;
}

.m-16 {
  margin: 0.8888888889rem !important;
}

.mt-16 {
  margin-top: 0.8888888889rem !important;
}

.mb-16 {
  margin-bottom: 0.8888888889rem !important;
}

.ml-16 {
  margin-left: 0.8888888889rem !important;
}

.mr-16 {
  margin-right: 0.8888888889rem !important;
}

.p-16 {
  padding: 0.8888888889rem !important;
}

.pt-16 {
  padding-top: 0.8888888889rem !important;
}

.pb-16 {
  padding-bottom: 0.8888888889rem !important;
}

.pl-16 {
  padding-left: 0.8888888889rem !important;
}

.pr-16 {
  padding-right: 0.8888888889rem !important;
}

.m-17 {
  margin: 0.9444444444rem !important;
}

.mt-17 {
  margin-top: 0.9444444444rem !important;
}

.mb-17 {
  margin-bottom: 0.9444444444rem !important;
}

.ml-17 {
  margin-left: 0.9444444444rem !important;
}

.mr-17 {
  margin-right: 0.9444444444rem !important;
}

.p-17 {
  padding: 0.9444444444rem !important;
}

.pt-17 {
  padding-top: 0.9444444444rem !important;
}

.pb-17 {
  padding-bottom: 0.9444444444rem !important;
}

.pl-17 {
  padding-left: 0.9444444444rem !important;
}

.pr-17 {
  padding-right: 0.9444444444rem !important;
}

.m-18 {
  margin: 1rem !important;
}

.mt-18 {
  margin-top: 1rem !important;
}

.mb-18 {
  margin-bottom: 1rem !important;
}

.ml-18 {
  margin-left: 1rem !important;
}

.mr-18 {
  margin-right: 1rem !important;
}

.p-18 {
  padding: 1rem !important;
}

.pt-18 {
  padding-top: 1rem !important;
}

.pb-18 {
  padding-bottom: 1rem !important;
}

.pl-18 {
  padding-left: 1rem !important;
}

.pr-18 {
  padding-right: 1rem !important;
}

.m-19 {
  margin: 1.0555555556rem !important;
}

.mt-19 {
  margin-top: 1.0555555556rem !important;
}

.mb-19 {
  margin-bottom: 1.0555555556rem !important;
}

.ml-19 {
  margin-left: 1.0555555556rem !important;
}

.mr-19 {
  margin-right: 1.0555555556rem !important;
}

.p-19 {
  padding: 1.0555555556rem !important;
}

.pt-19 {
  padding-top: 1.0555555556rem !important;
}

.pb-19 {
  padding-bottom: 1.0555555556rem !important;
}

.pl-19 {
  padding-left: 1.0555555556rem !important;
}

.pr-19 {
  padding-right: 1.0555555556rem !important;
}

.m-20 {
  margin: 1.1111111111rem !important;
}

.mt-20 {
  margin-top: 1.1111111111rem !important;
}

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

.ml-20 {
  margin-left: 1.1111111111rem !important;
}

.mr-20 {
  margin-right: 1.1111111111rem !important;
}

.p-20 {
  padding: 1.1111111111rem !important;
}

.pt-20 {
  padding-top: 1.1111111111rem !important;
}

.pb-20 {
  padding-bottom: 1.1111111111rem !important;
}

.pl-20 {
  padding-left: 1.1111111111rem !important;
}

.pr-20 {
  padding-right: 1.1111111111rem !important;
}

.m-21 {
  margin: 1.1666666667rem !important;
}

.mt-21 {
  margin-top: 1.1666666667rem !important;
}

.mb-21 {
  margin-bottom: 1.1666666667rem !important;
}

.ml-21 {
  margin-left: 1.1666666667rem !important;
}

.mr-21 {
  margin-right: 1.1666666667rem !important;
}

.p-21 {
  padding: 1.1666666667rem !important;
}

.pt-21 {
  padding-top: 1.1666666667rem !important;
}

.pb-21 {
  padding-bottom: 1.1666666667rem !important;
}

.pl-21 {
  padding-left: 1.1666666667rem !important;
}

.pr-21 {
  padding-right: 1.1666666667rem !important;
}

.m-22 {
  margin: 1.2222222222rem !important;
}

.mt-22 {
  margin-top: 1.2222222222rem !important;
}

.mb-22 {
  margin-bottom: 1.2222222222rem !important;
}

.ml-22 {
  margin-left: 1.2222222222rem !important;
}

.mr-22 {
  margin-right: 1.2222222222rem !important;
}

.p-22 {
  padding: 1.2222222222rem !important;
}

.pt-22 {
  padding-top: 1.2222222222rem !important;
}

.pb-22 {
  padding-bottom: 1.2222222222rem !important;
}

.pl-22 {
  padding-left: 1.2222222222rem !important;
}

.pr-22 {
  padding-right: 1.2222222222rem !important;
}

.m-23 {
  margin: 1.2777777778rem !important;
}

.mt-23 {
  margin-top: 1.2777777778rem !important;
}

.mb-23 {
  margin-bottom: 1.2777777778rem !important;
}

.ml-23 {
  margin-left: 1.2777777778rem !important;
}

.mr-23 {
  margin-right: 1.2777777778rem !important;
}

.p-23 {
  padding: 1.2777777778rem !important;
}

.pt-23 {
  padding-top: 1.2777777778rem !important;
}

.pb-23 {
  padding-bottom: 1.2777777778rem !important;
}

.pl-23 {
  padding-left: 1.2777777778rem !important;
}

.pr-23 {
  padding-right: 1.2777777778rem !important;
}

.m-24 {
  margin: 1.3333333333rem !important;
}

.mt-24 {
  margin-top: 1.3333333333rem !important;
}

.mb-24 {
  margin-bottom: 1.3333333333rem !important;
}

.ml-24 {
  margin-left: 1.3333333333rem !important;
}

.mr-24 {
  margin-right: 1.3333333333rem !important;
}

.p-24 {
  padding: 1.3333333333rem !important;
}

.pt-24 {
  padding-top: 1.3333333333rem !important;
}

.pb-24 {
  padding-bottom: 1.3333333333rem !important;
}

.pl-24 {
  padding-left: 1.3333333333rem !important;
}

.pr-24 {
  padding-right: 1.3333333333rem !important;
}

.m-25 {
  margin: 1.3888888889rem !important;
}

.mt-25 {
  margin-top: 1.3888888889rem !important;
}

.mb-25 {
  margin-bottom: 1.3888888889rem !important;
}

.ml-25 {
  margin-left: 1.3888888889rem !important;
}

.mr-25 {
  margin-right: 1.3888888889rem !important;
}

.p-25 {
  padding: 1.3888888889rem !important;
}

.pt-25 {
  padding-top: 1.3888888889rem !important;
}

.pb-25 {
  padding-bottom: 1.3888888889rem !important;
}

.pl-25 {
  padding-left: 1.3888888889rem !important;
}

.pr-25 {
  padding-right: 1.3888888889rem !important;
}

.m-26 {
  margin: 1.4444444444rem !important;
}

.mt-26 {
  margin-top: 1.4444444444rem !important;
}

.mb-26 {
  margin-bottom: 1.4444444444rem !important;
}

.ml-26 {
  margin-left: 1.4444444444rem !important;
}

.mr-26 {
  margin-right: 1.4444444444rem !important;
}

.p-26 {
  padding: 1.4444444444rem !important;
}

.pt-26 {
  padding-top: 1.4444444444rem !important;
}

.pb-26 {
  padding-bottom: 1.4444444444rem !important;
}

.pl-26 {
  padding-left: 1.4444444444rem !important;
}

.pr-26 {
  padding-right: 1.4444444444rem !important;
}

.m-27 {
  margin: 1.5rem !important;
}

.mt-27 {
  margin-top: 1.5rem !important;
}

.mb-27 {
  margin-bottom: 1.5rem !important;
}

.ml-27 {
  margin-left: 1.5rem !important;
}

.mr-27 {
  margin-right: 1.5rem !important;
}

.p-27 {
  padding: 1.5rem !important;
}

.pt-27 {
  padding-top: 1.5rem !important;
}

.pb-27 {
  padding-bottom: 1.5rem !important;
}

.pl-27 {
  padding-left: 1.5rem !important;
}

.pr-27 {
  padding-right: 1.5rem !important;
}

.m-28 {
  margin: 1.5555555556rem !important;
}

.mt-28 {
  margin-top: 1.5555555556rem !important;
}

.mb-28 {
  margin-bottom: 1.5555555556rem !important;
}

.ml-28 {
  margin-left: 1.5555555556rem !important;
}

.mr-28 {
  margin-right: 1.5555555556rem !important;
}

.p-28 {
  padding: 1.5555555556rem !important;
}

.pt-28 {
  padding-top: 1.5555555556rem !important;
}

.pb-28 {
  padding-bottom: 1.5555555556rem !important;
}

.pl-28 {
  padding-left: 1.5555555556rem !important;
}

.pr-28 {
  padding-right: 1.5555555556rem !important;
}

.m-29 {
  margin: 1.6111111111rem !important;
}

.mt-29 {
  margin-top: 1.6111111111rem !important;
}

.mb-29 {
  margin-bottom: 1.6111111111rem !important;
}

.ml-29 {
  margin-left: 1.6111111111rem !important;
}

.mr-29 {
  margin-right: 1.6111111111rem !important;
}

.p-29 {
  padding: 1.6111111111rem !important;
}

.pt-29 {
  padding-top: 1.6111111111rem !important;
}

.pb-29 {
  padding-bottom: 1.6111111111rem !important;
}

.pl-29 {
  padding-left: 1.6111111111rem !important;
}

.pr-29 {
  padding-right: 1.6111111111rem !important;
}

.m-30 {
  margin: 1.6666666667rem !important;
}

.mt-30 {
  margin-top: 1.6666666667rem !important;
}

.mb-30 {
  margin-bottom: 1.6666666667rem !important;
}

.ml-30 {
  margin-left: 1.6666666667rem !important;
}

.mr-30 {
  margin-right: 1.6666666667rem !important;
}

.p-30 {
  padding: 1.6666666667rem !important;
}

.pt-30 {
  padding-top: 1.6666666667rem !important;
}

.pb-30 {
  padding-bottom: 1.6666666667rem !important;
}

.pl-30 {
  padding-left: 1.6666666667rem !important;
}

.pr-30 {
  padding-right: 1.6666666667rem !important;
}

.m-31 {
  margin: 1.7222222222rem !important;
}

.mt-31 {
  margin-top: 1.7222222222rem !important;
}

.mb-31 {
  margin-bottom: 1.7222222222rem !important;
}

.ml-31 {
  margin-left: 1.7222222222rem !important;
}

.mr-31 {
  margin-right: 1.7222222222rem !important;
}

.p-31 {
  padding: 1.7222222222rem !important;
}

.pt-31 {
  padding-top: 1.7222222222rem !important;
}

.pb-31 {
  padding-bottom: 1.7222222222rem !important;
}

.pl-31 {
  padding-left: 1.7222222222rem !important;
}

.pr-31 {
  padding-right: 1.7222222222rem !important;
}

.m-32 {
  margin: 1.7777777778rem !important;
}

.mt-32 {
  margin-top: 1.7777777778rem !important;
}

.mb-32 {
  margin-bottom: 1.7777777778rem !important;
}

.ml-32 {
  margin-left: 1.7777777778rem !important;
}

.mr-32 {
  margin-right: 1.7777777778rem !important;
}

.p-32 {
  padding: 1.7777777778rem !important;
}

.pt-32 {
  padding-top: 1.7777777778rem !important;
}

.pb-32 {
  padding-bottom: 1.7777777778rem !important;
}

.pl-32 {
  padding-left: 1.7777777778rem !important;
}

.pr-32 {
  padding-right: 1.7777777778rem !important;
}

.m-33 {
  margin: 1.8333333333rem !important;
}

.mt-33 {
  margin-top: 1.8333333333rem !important;
}

.mb-33 {
  margin-bottom: 1.8333333333rem !important;
}

.ml-33 {
  margin-left: 1.8333333333rem !important;
}

.mr-33 {
  margin-right: 1.8333333333rem !important;
}

.p-33 {
  padding: 1.8333333333rem !important;
}

.pt-33 {
  padding-top: 1.8333333333rem !important;
}

.pb-33 {
  padding-bottom: 1.8333333333rem !important;
}

.pl-33 {
  padding-left: 1.8333333333rem !important;
}

.pr-33 {
  padding-right: 1.8333333333rem !important;
}

.m-34 {
  margin: 1.8888888889rem !important;
}

.mt-34 {
  margin-top: 1.8888888889rem !important;
}

.mb-34 {
  margin-bottom: 1.8888888889rem !important;
}

.ml-34 {
  margin-left: 1.8888888889rem !important;
}

.mr-34 {
  margin-right: 1.8888888889rem !important;
}

.p-34 {
  padding: 1.8888888889rem !important;
}

.pt-34 {
  padding-top: 1.8888888889rem !important;
}

.pb-34 {
  padding-bottom: 1.8888888889rem !important;
}

.pl-34 {
  padding-left: 1.8888888889rem !important;
}

.pr-34 {
  padding-right: 1.8888888889rem !important;
}

.m-35 {
  margin: 1.9444444444rem !important;
}

.mt-35 {
  margin-top: 1.9444444444rem !important;
}

.mb-35 {
  margin-bottom: 1.9444444444rem !important;
}

.ml-35 {
  margin-left: 1.9444444444rem !important;
}

.mr-35 {
  margin-right: 1.9444444444rem !important;
}

.p-35 {
  padding: 1.9444444444rem !important;
}

.pt-35 {
  padding-top: 1.9444444444rem !important;
}

.pb-35 {
  padding-bottom: 1.9444444444rem !important;
}

.pl-35 {
  padding-left: 1.9444444444rem !important;
}

.pr-35 {
  padding-right: 1.9444444444rem !important;
}

.m-36 {
  margin: 2rem !important;
}

.mt-36 {
  margin-top: 2rem !important;
}

.mb-36 {
  margin-bottom: 2rem !important;
}

.ml-36 {
  margin-left: 2rem !important;
}

.mr-36 {
  margin-right: 2rem !important;
}

.p-36 {
  padding: 2rem !important;
}

.pt-36 {
  padding-top: 2rem !important;
}

.pb-36 {
  padding-bottom: 2rem !important;
}

.pl-36 {
  padding-left: 2rem !important;
}

.pr-36 {
  padding-right: 2rem !important;
}

.m-37 {
  margin: 2.0555555556rem !important;
}

.mt-37 {
  margin-top: 2.0555555556rem !important;
}

.mb-37 {
  margin-bottom: 2.0555555556rem !important;
}

.ml-37 {
  margin-left: 2.0555555556rem !important;
}

.mr-37 {
  margin-right: 2.0555555556rem !important;
}

.p-37 {
  padding: 2.0555555556rem !important;
}

.pt-37 {
  padding-top: 2.0555555556rem !important;
}

.pb-37 {
  padding-bottom: 2.0555555556rem !important;
}

.pl-37 {
  padding-left: 2.0555555556rem !important;
}

.pr-37 {
  padding-right: 2.0555555556rem !important;
}

.m-38 {
  margin: 2.1111111111rem !important;
}

.mt-38 {
  margin-top: 2.1111111111rem !important;
}

.mb-38 {
  margin-bottom: 2.1111111111rem !important;
}

.ml-38 {
  margin-left: 2.1111111111rem !important;
}

.mr-38 {
  margin-right: 2.1111111111rem !important;
}

.p-38 {
  padding: 2.1111111111rem !important;
}

.pt-38 {
  padding-top: 2.1111111111rem !important;
}

.pb-38 {
  padding-bottom: 2.1111111111rem !important;
}

.pl-38 {
  padding-left: 2.1111111111rem !important;
}

.pr-38 {
  padding-right: 2.1111111111rem !important;
}

.m-39 {
  margin: 2.1666666667rem !important;
}

.mt-39 {
  margin-top: 2.1666666667rem !important;
}

.mb-39 {
  margin-bottom: 2.1666666667rem !important;
}

.ml-39 {
  margin-left: 2.1666666667rem !important;
}

.mr-39 {
  margin-right: 2.1666666667rem !important;
}

.p-39 {
  padding: 2.1666666667rem !important;
}

.pt-39 {
  padding-top: 2.1666666667rem !important;
}

.pb-39 {
  padding-bottom: 2.1666666667rem !important;
}

.pl-39 {
  padding-left: 2.1666666667rem !important;
}

.pr-39 {
  padding-right: 2.1666666667rem !important;
}

.m-40 {
  margin: 2.2222222222rem !important;
}

.mt-40 {
  margin-top: 2.2222222222rem !important;
}

.mb-40 {
  margin-bottom: 2.2222222222rem !important;
}

.ml-40 {
  margin-left: 2.2222222222rem !important;
}

.mr-40 {
  margin-right: 2.2222222222rem !important;
}

.p-40 {
  padding: 2.2222222222rem !important;
}

.pt-40 {
  padding-top: 2.2222222222rem !important;
}

.pb-40 {
  padding-bottom: 2.2222222222rem !important;
}

.pl-40 {
  padding-left: 2.2222222222rem !important;
}

.pr-40 {
  padding-right: 2.2222222222rem !important;
}

.m-41 {
  margin: 2.2777777778rem !important;
}

.mt-41 {
  margin-top: 2.2777777778rem !important;
}

.mb-41 {
  margin-bottom: 2.2777777778rem !important;
}

.ml-41 {
  margin-left: 2.2777777778rem !important;
}

.mr-41 {
  margin-right: 2.2777777778rem !important;
}

.p-41 {
  padding: 2.2777777778rem !important;
}

.pt-41 {
  padding-top: 2.2777777778rem !important;
}

.pb-41 {
  padding-bottom: 2.2777777778rem !important;
}

.pl-41 {
  padding-left: 2.2777777778rem !important;
}

.pr-41 {
  padding-right: 2.2777777778rem !important;
}

.m-42 {
  margin: 2.3333333333rem !important;
}

.mt-42 {
  margin-top: 2.3333333333rem !important;
}

.mb-42 {
  margin-bottom: 2.3333333333rem !important;
}

.ml-42 {
  margin-left: 2.3333333333rem !important;
}

.mr-42 {
  margin-right: 2.3333333333rem !important;
}

.p-42 {
  padding: 2.3333333333rem !important;
}

.pt-42 {
  padding-top: 2.3333333333rem !important;
}

.pb-42 {
  padding-bottom: 2.3333333333rem !important;
}

.pl-42 {
  padding-left: 2.3333333333rem !important;
}

.pr-42 {
  padding-right: 2.3333333333rem !important;
}

.m-43 {
  margin: 2.3888888889rem !important;
}

.mt-43 {
  margin-top: 2.3888888889rem !important;
}

.mb-43 {
  margin-bottom: 2.3888888889rem !important;
}

.ml-43 {
  margin-left: 2.3888888889rem !important;
}

.mr-43 {
  margin-right: 2.3888888889rem !important;
}

.p-43 {
  padding: 2.3888888889rem !important;
}

.pt-43 {
  padding-top: 2.3888888889rem !important;
}

.pb-43 {
  padding-bottom: 2.3888888889rem !important;
}

.pl-43 {
  padding-left: 2.3888888889rem !important;
}

.pr-43 {
  padding-right: 2.3888888889rem !important;
}

.m-44 {
  margin: 2.4444444444rem !important;
}

.mt-44 {
  margin-top: 2.4444444444rem !important;
}

.mb-44 {
  margin-bottom: 2.4444444444rem !important;
}

.ml-44 {
  margin-left: 2.4444444444rem !important;
}

.mr-44 {
  margin-right: 2.4444444444rem !important;
}

.p-44 {
  padding: 2.4444444444rem !important;
}

.pt-44 {
  padding-top: 2.4444444444rem !important;
}

.pb-44 {
  padding-bottom: 2.4444444444rem !important;
}

.pl-44 {
  padding-left: 2.4444444444rem !important;
}

.pr-44 {
  padding-right: 2.4444444444rem !important;
}

.m-45 {
  margin: 2.5rem !important;
}

.mt-45 {
  margin-top: 2.5rem !important;
}

.mb-45 {
  margin-bottom: 2.5rem !important;
}

.ml-45 {
  margin-left: 2.5rem !important;
}

.mr-45 {
  margin-right: 2.5rem !important;
}

.p-45 {
  padding: 2.5rem !important;
}

.pt-45 {
  padding-top: 2.5rem !important;
}

.pb-45 {
  padding-bottom: 2.5rem !important;
}

.pl-45 {
  padding-left: 2.5rem !important;
}

.pr-45 {
  padding-right: 2.5rem !important;
}

.m-46 {
  margin: 2.5555555556rem !important;
}

.mt-46 {
  margin-top: 2.5555555556rem !important;
}

.mb-46 {
  margin-bottom: 2.5555555556rem !important;
}

.ml-46 {
  margin-left: 2.5555555556rem !important;
}

.mr-46 {
  margin-right: 2.5555555556rem !important;
}

.p-46 {
  padding: 2.5555555556rem !important;
}

.pt-46 {
  padding-top: 2.5555555556rem !important;
}

.pb-46 {
  padding-bottom: 2.5555555556rem !important;
}

.pl-46 {
  padding-left: 2.5555555556rem !important;
}

.pr-46 {
  padding-right: 2.5555555556rem !important;
}

.m-47 {
  margin: 2.6111111111rem !important;
}

.mt-47 {
  margin-top: 2.6111111111rem !important;
}

.mb-47 {
  margin-bottom: 2.6111111111rem !important;
}

.ml-47 {
  margin-left: 2.6111111111rem !important;
}

.mr-47 {
  margin-right: 2.6111111111rem !important;
}

.p-47 {
  padding: 2.6111111111rem !important;
}

.pt-47 {
  padding-top: 2.6111111111rem !important;
}

.pb-47 {
  padding-bottom: 2.6111111111rem !important;
}

.pl-47 {
  padding-left: 2.6111111111rem !important;
}

.pr-47 {
  padding-right: 2.6111111111rem !important;
}

.m-48 {
  margin: 2.6666666667rem !important;
}

.mt-48 {
  margin-top: 2.6666666667rem !important;
}

.mb-48 {
  margin-bottom: 2.6666666667rem !important;
}

.ml-48 {
  margin-left: 2.6666666667rem !important;
}

.mr-48 {
  margin-right: 2.6666666667rem !important;
}

.p-48 {
  padding: 2.6666666667rem !important;
}

.pt-48 {
  padding-top: 2.6666666667rem !important;
}

.pb-48 {
  padding-bottom: 2.6666666667rem !important;
}

.pl-48 {
  padding-left: 2.6666666667rem !important;
}

.pr-48 {
  padding-right: 2.6666666667rem !important;
}

.m-49 {
  margin: 2.7222222222rem !important;
}

.mt-49 {
  margin-top: 2.7222222222rem !important;
}

.mb-49 {
  margin-bottom: 2.7222222222rem !important;
}

.ml-49 {
  margin-left: 2.7222222222rem !important;
}

.mr-49 {
  margin-right: 2.7222222222rem !important;
}

.p-49 {
  padding: 2.7222222222rem !important;
}

.pt-49 {
  padding-top: 2.7222222222rem !important;
}

.pb-49 {
  padding-bottom: 2.7222222222rem !important;
}

.pl-49 {
  padding-left: 2.7222222222rem !important;
}

.pr-49 {
  padding-right: 2.7222222222rem !important;
}

.m-50 {
  margin: 2.7777777778rem !important;
}

.mt-50 {
  margin-top: 2.7777777778rem !important;
}

.mb-50 {
  margin-bottom: 2.7777777778rem !important;
}

.ml-50 {
  margin-left: 2.7777777778rem !important;
}

.mr-50 {
  margin-right: 2.7777777778rem !important;
}

.p-50 {
  padding: 2.7777777778rem !important;
}

.pt-50 {
  padding-top: 2.7777777778rem !important;
}

.pb-50 {
  padding-bottom: 2.7777777778rem !important;
}

.pl-50 {
  padding-left: 2.7777777778rem !important;
}

.pr-50 {
  padding-right: 2.7777777778rem !important;
}

.m-51 {
  margin: 2.8333333333rem !important;
}

.mt-51 {
  margin-top: 2.8333333333rem !important;
}

.mb-51 {
  margin-bottom: 2.8333333333rem !important;
}

.ml-51 {
  margin-left: 2.8333333333rem !important;
}

.mr-51 {
  margin-right: 2.8333333333rem !important;
}

.p-51 {
  padding: 2.8333333333rem !important;
}

.pt-51 {
  padding-top: 2.8333333333rem !important;
}

.pb-51 {
  padding-bottom: 2.8333333333rem !important;
}

.pl-51 {
  padding-left: 2.8333333333rem !important;
}

.pr-51 {
  padding-right: 2.8333333333rem !important;
}

.m-52 {
  margin: 2.8888888889rem !important;
}

.mt-52 {
  margin-top: 2.8888888889rem !important;
}

.mb-52 {
  margin-bottom: 2.8888888889rem !important;
}

.ml-52 {
  margin-left: 2.8888888889rem !important;
}

.mr-52 {
  margin-right: 2.8888888889rem !important;
}

.p-52 {
  padding: 2.8888888889rem !important;
}

.pt-52 {
  padding-top: 2.8888888889rem !important;
}

.pb-52 {
  padding-bottom: 2.8888888889rem !important;
}

.pl-52 {
  padding-left: 2.8888888889rem !important;
}

.pr-52 {
  padding-right: 2.8888888889rem !important;
}

.m-53 {
  margin: 2.9444444444rem !important;
}

.mt-53 {
  margin-top: 2.9444444444rem !important;
}

.mb-53 {
  margin-bottom: 2.9444444444rem !important;
}

.ml-53 {
  margin-left: 2.9444444444rem !important;
}

.mr-53 {
  margin-right: 2.9444444444rem !important;
}

.p-53 {
  padding: 2.9444444444rem !important;
}

.pt-53 {
  padding-top: 2.9444444444rem !important;
}

.pb-53 {
  padding-bottom: 2.9444444444rem !important;
}

.pl-53 {
  padding-left: 2.9444444444rem !important;
}

.pr-53 {
  padding-right: 2.9444444444rem !important;
}

.m-54 {
  margin: 3rem !important;
}

.mt-54 {
  margin-top: 3rem !important;
}

.mb-54 {
  margin-bottom: 3rem !important;
}

.ml-54 {
  margin-left: 3rem !important;
}

.mr-54 {
  margin-right: 3rem !important;
}

.p-54 {
  padding: 3rem !important;
}

.pt-54 {
  padding-top: 3rem !important;
}

.pb-54 {
  padding-bottom: 3rem !important;
}

.pl-54 {
  padding-left: 3rem !important;
}

.pr-54 {
  padding-right: 3rem !important;
}

.m-55 {
  margin: 3.0555555556rem !important;
}

.mt-55 {
  margin-top: 3.0555555556rem !important;
}

.mb-55 {
  margin-bottom: 3.0555555556rem !important;
}

.ml-55 {
  margin-left: 3.0555555556rem !important;
}

.mr-55 {
  margin-right: 3.0555555556rem !important;
}

.p-55 {
  padding: 3.0555555556rem !important;
}

.pt-55 {
  padding-top: 3.0555555556rem !important;
}

.pb-55 {
  padding-bottom: 3.0555555556rem !important;
}

.pl-55 {
  padding-left: 3.0555555556rem !important;
}

.pr-55 {
  padding-right: 3.0555555556rem !important;
}

.m-56 {
  margin: 3.1111111111rem !important;
}

.mt-56 {
  margin-top: 3.1111111111rem !important;
}

.mb-56 {
  margin-bottom: 3.1111111111rem !important;
}

.ml-56 {
  margin-left: 3.1111111111rem !important;
}

.mr-56 {
  margin-right: 3.1111111111rem !important;
}

.p-56 {
  padding: 3.1111111111rem !important;
}

.pt-56 {
  padding-top: 3.1111111111rem !important;
}

.pb-56 {
  padding-bottom: 3.1111111111rem !important;
}

.pl-56 {
  padding-left: 3.1111111111rem !important;
}

.pr-56 {
  padding-right: 3.1111111111rem !important;
}

.m-57 {
  margin: 3.1666666667rem !important;
}

.mt-57 {
  margin-top: 3.1666666667rem !important;
}

.mb-57 {
  margin-bottom: 3.1666666667rem !important;
}

.ml-57 {
  margin-left: 3.1666666667rem !important;
}

.mr-57 {
  margin-right: 3.1666666667rem !important;
}

.p-57 {
  padding: 3.1666666667rem !important;
}

.pt-57 {
  padding-top: 3.1666666667rem !important;
}

.pb-57 {
  padding-bottom: 3.1666666667rem !important;
}

.pl-57 {
  padding-left: 3.1666666667rem !important;
}

.pr-57 {
  padding-right: 3.1666666667rem !important;
}

.m-58 {
  margin: 3.2222222222rem !important;
}

.mt-58 {
  margin-top: 3.2222222222rem !important;
}

.mb-58 {
  margin-bottom: 3.2222222222rem !important;
}

.ml-58 {
  margin-left: 3.2222222222rem !important;
}

.mr-58 {
  margin-right: 3.2222222222rem !important;
}

.p-58 {
  padding: 3.2222222222rem !important;
}

.pt-58 {
  padding-top: 3.2222222222rem !important;
}

.pb-58 {
  padding-bottom: 3.2222222222rem !important;
}

.pl-58 {
  padding-left: 3.2222222222rem !important;
}

.pr-58 {
  padding-right: 3.2222222222rem !important;
}

.m-59 {
  margin: 3.2777777778rem !important;
}

.mt-59 {
  margin-top: 3.2777777778rem !important;
}

.mb-59 {
  margin-bottom: 3.2777777778rem !important;
}

.ml-59 {
  margin-left: 3.2777777778rem !important;
}

.mr-59 {
  margin-right: 3.2777777778rem !important;
}

.p-59 {
  padding: 3.2777777778rem !important;
}

.pt-59 {
  padding-top: 3.2777777778rem !important;
}

.pb-59 {
  padding-bottom: 3.2777777778rem !important;
}

.pl-59 {
  padding-left: 3.2777777778rem !important;
}

.pr-59 {
  padding-right: 3.2777777778rem !important;
}

.m-60 {
  margin: 3.3333333333rem !important;
}

.mt-60 {
  margin-top: 3.3333333333rem !important;
}

.mb-60 {
  margin-bottom: 3.3333333333rem !important;
}

.ml-60 {
  margin-left: 3.3333333333rem !important;
}

.mr-60 {
  margin-right: 3.3333333333rem !important;
}

.p-60 {
  padding: 3.3333333333rem !important;
}

.pt-60 {
  padding-top: 3.3333333333rem !important;
}

.pb-60 {
  padding-bottom: 3.3333333333rem !important;
}

.pl-60 {
  padding-left: 3.3333333333rem !important;
}

.pr-60 {
  padding-right: 3.3333333333rem !important;
}

.m-61 {
  margin: 3.3888888889rem !important;
}

.mt-61 {
  margin-top: 3.3888888889rem !important;
}

.mb-61 {
  margin-bottom: 3.3888888889rem !important;
}

.ml-61 {
  margin-left: 3.3888888889rem !important;
}

.mr-61 {
  margin-right: 3.3888888889rem !important;
}

.p-61 {
  padding: 3.3888888889rem !important;
}

.pt-61 {
  padding-top: 3.3888888889rem !important;
}

.pb-61 {
  padding-bottom: 3.3888888889rem !important;
}

.pl-61 {
  padding-left: 3.3888888889rem !important;
}

.pr-61 {
  padding-right: 3.3888888889rem !important;
}

.m-62 {
  margin: 3.4444444444rem !important;
}

.mt-62 {
  margin-top: 3.4444444444rem !important;
}

.mb-62 {
  margin-bottom: 3.4444444444rem !important;
}

.ml-62 {
  margin-left: 3.4444444444rem !important;
}

.mr-62 {
  margin-right: 3.4444444444rem !important;
}

.p-62 {
  padding: 3.4444444444rem !important;
}

.pt-62 {
  padding-top: 3.4444444444rem !important;
}

.pb-62 {
  padding-bottom: 3.4444444444rem !important;
}

.pl-62 {
  padding-left: 3.4444444444rem !important;
}

.pr-62 {
  padding-right: 3.4444444444rem !important;
}

.m-63 {
  margin: 3.5rem !important;
}

.mt-63 {
  margin-top: 3.5rem !important;
}

.mb-63 {
  margin-bottom: 3.5rem !important;
}

.ml-63 {
  margin-left: 3.5rem !important;
}

.mr-63 {
  margin-right: 3.5rem !important;
}

.p-63 {
  padding: 3.5rem !important;
}

.pt-63 {
  padding-top: 3.5rem !important;
}

.pb-63 {
  padding-bottom: 3.5rem !important;
}

.pl-63 {
  padding-left: 3.5rem !important;
}

.pr-63 {
  padding-right: 3.5rem !important;
}

.m-64 {
  margin: 3.5555555556rem !important;
}

.mt-64 {
  margin-top: 3.5555555556rem !important;
}

.mb-64 {
  margin-bottom: 3.5555555556rem !important;
}

.ml-64 {
  margin-left: 3.5555555556rem !important;
}

.mr-64 {
  margin-right: 3.5555555556rem !important;
}

.p-64 {
  padding: 3.5555555556rem !important;
}

.pt-64 {
  padding-top: 3.5555555556rem !important;
}

.pb-64 {
  padding-bottom: 3.5555555556rem !important;
}

.pl-64 {
  padding-left: 3.5555555556rem !important;
}

.pr-64 {
  padding-right: 3.5555555556rem !important;
}

.m-65 {
  margin: 3.6111111111rem !important;
}

.mt-65 {
  margin-top: 3.6111111111rem !important;
}

.mb-65 {
  margin-bottom: 3.6111111111rem !important;
}

.ml-65 {
  margin-left: 3.6111111111rem !important;
}

.mr-65 {
  margin-right: 3.6111111111rem !important;
}

.p-65 {
  padding: 3.6111111111rem !important;
}

.pt-65 {
  padding-top: 3.6111111111rem !important;
}

.pb-65 {
  padding-bottom: 3.6111111111rem !important;
}

.pl-65 {
  padding-left: 3.6111111111rem !important;
}

.pr-65 {
  padding-right: 3.6111111111rem !important;
}

.m-66 {
  margin: 3.6666666667rem !important;
}

.mt-66 {
  margin-top: 3.6666666667rem !important;
}

.mb-66 {
  margin-bottom: 3.6666666667rem !important;
}

.ml-66 {
  margin-left: 3.6666666667rem !important;
}

.mr-66 {
  margin-right: 3.6666666667rem !important;
}

.p-66 {
  padding: 3.6666666667rem !important;
}

.pt-66 {
  padding-top: 3.6666666667rem !important;
}

.pb-66 {
  padding-bottom: 3.6666666667rem !important;
}

.pl-66 {
  padding-left: 3.6666666667rem !important;
}

.pr-66 {
  padding-right: 3.6666666667rem !important;
}

.m-67 {
  margin: 3.7222222222rem !important;
}

.mt-67 {
  margin-top: 3.7222222222rem !important;
}

.mb-67 {
  margin-bottom: 3.7222222222rem !important;
}

.ml-67 {
  margin-left: 3.7222222222rem !important;
}

.mr-67 {
  margin-right: 3.7222222222rem !important;
}

.p-67 {
  padding: 3.7222222222rem !important;
}

.pt-67 {
  padding-top: 3.7222222222rem !important;
}

.pb-67 {
  padding-bottom: 3.7222222222rem !important;
}

.pl-67 {
  padding-left: 3.7222222222rem !important;
}

.pr-67 {
  padding-right: 3.7222222222rem !important;
}

.m-68 {
  margin: 3.7777777778rem !important;
}

.mt-68 {
  margin-top: 3.7777777778rem !important;
}

.mb-68 {
  margin-bottom: 3.7777777778rem !important;
}

.ml-68 {
  margin-left: 3.7777777778rem !important;
}

.mr-68 {
  margin-right: 3.7777777778rem !important;
}

.p-68 {
  padding: 3.7777777778rem !important;
}

.pt-68 {
  padding-top: 3.7777777778rem !important;
}

.pb-68 {
  padding-bottom: 3.7777777778rem !important;
}

.pl-68 {
  padding-left: 3.7777777778rem !important;
}

.pr-68 {
  padding-right: 3.7777777778rem !important;
}

.m-69 {
  margin: 3.8333333333rem !important;
}

.mt-69 {
  margin-top: 3.8333333333rem !important;
}

.mb-69 {
  margin-bottom: 3.8333333333rem !important;
}

.ml-69 {
  margin-left: 3.8333333333rem !important;
}

.mr-69 {
  margin-right: 3.8333333333rem !important;
}

.p-69 {
  padding: 3.8333333333rem !important;
}

.pt-69 {
  padding-top: 3.8333333333rem !important;
}

.pb-69 {
  padding-bottom: 3.8333333333rem !important;
}

.pl-69 {
  padding-left: 3.8333333333rem !important;
}

.pr-69 {
  padding-right: 3.8333333333rem !important;
}

.m-70 {
  margin: 3.8888888889rem !important;
}

.mt-70 {
  margin-top: 3.8888888889rem !important;
}

.mb-70 {
  margin-bottom: 3.8888888889rem !important;
}

.ml-70 {
  margin-left: 3.8888888889rem !important;
}

.mr-70 {
  margin-right: 3.8888888889rem !important;
}

.p-70 {
  padding: 3.8888888889rem !important;
}

.pt-70 {
  padding-top: 3.8888888889rem !important;
}

.pb-70 {
  padding-bottom: 3.8888888889rem !important;
}

.pl-70 {
  padding-left: 3.8888888889rem !important;
}

.pr-70 {
  padding-right: 3.8888888889rem !important;
}

.m-71 {
  margin: 3.9444444444rem !important;
}

.mt-71 {
  margin-top: 3.9444444444rem !important;
}

.mb-71 {
  margin-bottom: 3.9444444444rem !important;
}

.ml-71 {
  margin-left: 3.9444444444rem !important;
}

.mr-71 {
  margin-right: 3.9444444444rem !important;
}

.p-71 {
  padding: 3.9444444444rem !important;
}

.pt-71 {
  padding-top: 3.9444444444rem !important;
}

.pb-71 {
  padding-bottom: 3.9444444444rem !important;
}

.pl-71 {
  padding-left: 3.9444444444rem !important;
}

.pr-71 {
  padding-right: 3.9444444444rem !important;
}

.m-72 {
  margin: 4rem !important;
}

.mt-72 {
  margin-top: 4rem !important;
}

.mb-72 {
  margin-bottom: 4rem !important;
}

.ml-72 {
  margin-left: 4rem !important;
}

.mr-72 {
  margin-right: 4rem !important;
}

.p-72 {
  padding: 4rem !important;
}

.pt-72 {
  padding-top: 4rem !important;
}

.pb-72 {
  padding-bottom: 4rem !important;
}

.pl-72 {
  padding-left: 4rem !important;
}

.pr-72 {
  padding-right: 4rem !important;
}

.m-73 {
  margin: 4.0555555556rem !important;
}

.mt-73 {
  margin-top: 4.0555555556rem !important;
}

.mb-73 {
  margin-bottom: 4.0555555556rem !important;
}

.ml-73 {
  margin-left: 4.0555555556rem !important;
}

.mr-73 {
  margin-right: 4.0555555556rem !important;
}

.p-73 {
  padding: 4.0555555556rem !important;
}

.pt-73 {
  padding-top: 4.0555555556rem !important;
}

.pb-73 {
  padding-bottom: 4.0555555556rem !important;
}

.pl-73 {
  padding-left: 4.0555555556rem !important;
}

.pr-73 {
  padding-right: 4.0555555556rem !important;
}

.m-74 {
  margin: 4.1111111111rem !important;
}

.mt-74 {
  margin-top: 4.1111111111rem !important;
}

.mb-74 {
  margin-bottom: 4.1111111111rem !important;
}

.ml-74 {
  margin-left: 4.1111111111rem !important;
}

.mr-74 {
  margin-right: 4.1111111111rem !important;
}

.p-74 {
  padding: 4.1111111111rem !important;
}

.pt-74 {
  padding-top: 4.1111111111rem !important;
}

.pb-74 {
  padding-bottom: 4.1111111111rem !important;
}

.pl-74 {
  padding-left: 4.1111111111rem !important;
}

.pr-74 {
  padding-right: 4.1111111111rem !important;
}

.m-75 {
  margin: 4.1666666667rem !important;
}

.mt-75 {
  margin-top: 4.1666666667rem !important;
}

.mb-75 {
  margin-bottom: 4.1666666667rem !important;
}

.ml-75 {
  margin-left: 4.1666666667rem !important;
}

.mr-75 {
  margin-right: 4.1666666667rem !important;
}

.p-75 {
  padding: 4.1666666667rem !important;
}

.pt-75 {
  padding-top: 4.1666666667rem !important;
}

.pb-75 {
  padding-bottom: 4.1666666667rem !important;
}

.pl-75 {
  padding-left: 4.1666666667rem !important;
}

.pr-75 {
  padding-right: 4.1666666667rem !important;
}

.m-76 {
  margin: 4.2222222222rem !important;
}

.mt-76 {
  margin-top: 4.2222222222rem !important;
}

.mb-76 {
  margin-bottom: 4.2222222222rem !important;
}

.ml-76 {
  margin-left: 4.2222222222rem !important;
}

.mr-76 {
  margin-right: 4.2222222222rem !important;
}

.p-76 {
  padding: 4.2222222222rem !important;
}

.pt-76 {
  padding-top: 4.2222222222rem !important;
}

.pb-76 {
  padding-bottom: 4.2222222222rem !important;
}

.pl-76 {
  padding-left: 4.2222222222rem !important;
}

.pr-76 {
  padding-right: 4.2222222222rem !important;
}

.m-77 {
  margin: 4.2777777778rem !important;
}

.mt-77 {
  margin-top: 4.2777777778rem !important;
}

.mb-77 {
  margin-bottom: 4.2777777778rem !important;
}

.ml-77 {
  margin-left: 4.2777777778rem !important;
}

.mr-77 {
  margin-right: 4.2777777778rem !important;
}

.p-77 {
  padding: 4.2777777778rem !important;
}

.pt-77 {
  padding-top: 4.2777777778rem !important;
}

.pb-77 {
  padding-bottom: 4.2777777778rem !important;
}

.pl-77 {
  padding-left: 4.2777777778rem !important;
}

.pr-77 {
  padding-right: 4.2777777778rem !important;
}

.m-78 {
  margin: 4.3333333333rem !important;
}

.mt-78 {
  margin-top: 4.3333333333rem !important;
}

.mb-78 {
  margin-bottom: 4.3333333333rem !important;
}

.ml-78 {
  margin-left: 4.3333333333rem !important;
}

.mr-78 {
  margin-right: 4.3333333333rem !important;
}

.p-78 {
  padding: 4.3333333333rem !important;
}

.pt-78 {
  padding-top: 4.3333333333rem !important;
}

.pb-78 {
  padding-bottom: 4.3333333333rem !important;
}

.pl-78 {
  padding-left: 4.3333333333rem !important;
}

.pr-78 {
  padding-right: 4.3333333333rem !important;
}

.m-79 {
  margin: 4.3888888889rem !important;
}

.mt-79 {
  margin-top: 4.3888888889rem !important;
}

.mb-79 {
  margin-bottom: 4.3888888889rem !important;
}

.ml-79 {
  margin-left: 4.3888888889rem !important;
}

.mr-79 {
  margin-right: 4.3888888889rem !important;
}

.p-79 {
  padding: 4.3888888889rem !important;
}

.pt-79 {
  padding-top: 4.3888888889rem !important;
}

.pb-79 {
  padding-bottom: 4.3888888889rem !important;
}

.pl-79 {
  padding-left: 4.3888888889rem !important;
}

.pr-79 {
  padding-right: 4.3888888889rem !important;
}

.m-80 {
  margin: 4.4444444444rem !important;
}

.mt-80 {
  margin-top: 4.4444444444rem !important;
}

.mb-80 {
  margin-bottom: 4.4444444444rem !important;
}

.ml-80 {
  margin-left: 4.4444444444rem !important;
}

.mr-80 {
  margin-right: 4.4444444444rem !important;
}

.p-80 {
  padding: 4.4444444444rem !important;
}

.pt-80 {
  padding-top: 4.4444444444rem !important;
}

.pb-80 {
  padding-bottom: 4.4444444444rem !important;
}

.pl-80 {
  padding-left: 4.4444444444rem !important;
}

.pr-80 {
  padding-right: 4.4444444444rem !important;
}

.m-81 {
  margin: 4.5rem !important;
}

.mt-81 {
  margin-top: 4.5rem !important;
}

.mb-81 {
  margin-bottom: 4.5rem !important;
}

.ml-81 {
  margin-left: 4.5rem !important;
}

.mr-81 {
  margin-right: 4.5rem !important;
}

.p-81 {
  padding: 4.5rem !important;
}

.pt-81 {
  padding-top: 4.5rem !important;
}

.pb-81 {
  padding-bottom: 4.5rem !important;
}

.pl-81 {
  padding-left: 4.5rem !important;
}

.pr-81 {
  padding-right: 4.5rem !important;
}

.m-82 {
  margin: 4.5555555556rem !important;
}

.mt-82 {
  margin-top: 4.5555555556rem !important;
}

.mb-82 {
  margin-bottom: 4.5555555556rem !important;
}

.ml-82 {
  margin-left: 4.5555555556rem !important;
}

.mr-82 {
  margin-right: 4.5555555556rem !important;
}

.p-82 {
  padding: 4.5555555556rem !important;
}

.pt-82 {
  padding-top: 4.5555555556rem !important;
}

.pb-82 {
  padding-bottom: 4.5555555556rem !important;
}

.pl-82 {
  padding-left: 4.5555555556rem !important;
}

.pr-82 {
  padding-right: 4.5555555556rem !important;
}

.m-83 {
  margin: 4.6111111111rem !important;
}

.mt-83 {
  margin-top: 4.6111111111rem !important;
}

.mb-83 {
  margin-bottom: 4.6111111111rem !important;
}

.ml-83 {
  margin-left: 4.6111111111rem !important;
}

.mr-83 {
  margin-right: 4.6111111111rem !important;
}

.p-83 {
  padding: 4.6111111111rem !important;
}

.pt-83 {
  padding-top: 4.6111111111rem !important;
}

.pb-83 {
  padding-bottom: 4.6111111111rem !important;
}

.pl-83 {
  padding-left: 4.6111111111rem !important;
}

.pr-83 {
  padding-right: 4.6111111111rem !important;
}

.m-84 {
  margin: 4.6666666667rem !important;
}

.mt-84 {
  margin-top: 4.6666666667rem !important;
}

.mb-84 {
  margin-bottom: 4.6666666667rem !important;
}

.ml-84 {
  margin-left: 4.6666666667rem !important;
}

.mr-84 {
  margin-right: 4.6666666667rem !important;
}

.p-84 {
  padding: 4.6666666667rem !important;
}

.pt-84 {
  padding-top: 4.6666666667rem !important;
}

.pb-84 {
  padding-bottom: 4.6666666667rem !important;
}

.pl-84 {
  padding-left: 4.6666666667rem !important;
}

.pr-84 {
  padding-right: 4.6666666667rem !important;
}

.m-85 {
  margin: 4.7222222222rem !important;
}

.mt-85 {
  margin-top: 4.7222222222rem !important;
}

.mb-85 {
  margin-bottom: 4.7222222222rem !important;
}

.ml-85 {
  margin-left: 4.7222222222rem !important;
}

.mr-85 {
  margin-right: 4.7222222222rem !important;
}

.p-85 {
  padding: 4.7222222222rem !important;
}

.pt-85 {
  padding-top: 4.7222222222rem !important;
}

.pb-85 {
  padding-bottom: 4.7222222222rem !important;
}

.pl-85 {
  padding-left: 4.7222222222rem !important;
}

.pr-85 {
  padding-right: 4.7222222222rem !important;
}

.m-86 {
  margin: 4.7777777778rem !important;
}

.mt-86 {
  margin-top: 4.7777777778rem !important;
}

.mb-86 {
  margin-bottom: 4.7777777778rem !important;
}

.ml-86 {
  margin-left: 4.7777777778rem !important;
}

.mr-86 {
  margin-right: 4.7777777778rem !important;
}

.p-86 {
  padding: 4.7777777778rem !important;
}

.pt-86 {
  padding-top: 4.7777777778rem !important;
}

.pb-86 {
  padding-bottom: 4.7777777778rem !important;
}

.pl-86 {
  padding-left: 4.7777777778rem !important;
}

.pr-86 {
  padding-right: 4.7777777778rem !important;
}

.m-87 {
  margin: 4.8333333333rem !important;
}

.mt-87 {
  margin-top: 4.8333333333rem !important;
}

.mb-87 {
  margin-bottom: 4.8333333333rem !important;
}

.ml-87 {
  margin-left: 4.8333333333rem !important;
}

.mr-87 {
  margin-right: 4.8333333333rem !important;
}

.p-87 {
  padding: 4.8333333333rem !important;
}

.pt-87 {
  padding-top: 4.8333333333rem !important;
}

.pb-87 {
  padding-bottom: 4.8333333333rem !important;
}

.pl-87 {
  padding-left: 4.8333333333rem !important;
}

.pr-87 {
  padding-right: 4.8333333333rem !important;
}

.m-88 {
  margin: 4.8888888889rem !important;
}

.mt-88 {
  margin-top: 4.8888888889rem !important;
}

.mb-88 {
  margin-bottom: 4.8888888889rem !important;
}

.ml-88 {
  margin-left: 4.8888888889rem !important;
}

.mr-88 {
  margin-right: 4.8888888889rem !important;
}

.p-88 {
  padding: 4.8888888889rem !important;
}

.pt-88 {
  padding-top: 4.8888888889rem !important;
}

.pb-88 {
  padding-bottom: 4.8888888889rem !important;
}

.pl-88 {
  padding-left: 4.8888888889rem !important;
}

.pr-88 {
  padding-right: 4.8888888889rem !important;
}

.m-89 {
  margin: 4.9444444444rem !important;
}

.mt-89 {
  margin-top: 4.9444444444rem !important;
}

.mb-89 {
  margin-bottom: 4.9444444444rem !important;
}

.ml-89 {
  margin-left: 4.9444444444rem !important;
}

.mr-89 {
  margin-right: 4.9444444444rem !important;
}

.p-89 {
  padding: 4.9444444444rem !important;
}

.pt-89 {
  padding-top: 4.9444444444rem !important;
}

.pb-89 {
  padding-bottom: 4.9444444444rem !important;
}

.pl-89 {
  padding-left: 4.9444444444rem !important;
}

.pr-89 {
  padding-right: 4.9444444444rem !important;
}

.m-90 {
  margin: 5rem !important;
}

.mt-90 {
  margin-top: 5rem !important;
}

.mb-90 {
  margin-bottom: 5rem !important;
}

.ml-90 {
  margin-left: 5rem !important;
}

.mr-90 {
  margin-right: 5rem !important;
}

.p-90 {
  padding: 5rem !important;
}

.pt-90 {
  padding-top: 5rem !important;
}

.pb-90 {
  padding-bottom: 5rem !important;
}

.pl-90 {
  padding-left: 5rem !important;
}

.pr-90 {
  padding-right: 5rem !important;
}

.m-91 {
  margin: 5.0555555556rem !important;
}

.mt-91 {
  margin-top: 5.0555555556rem !important;
}

.mb-91 {
  margin-bottom: 5.0555555556rem !important;
}

.ml-91 {
  margin-left: 5.0555555556rem !important;
}

.mr-91 {
  margin-right: 5.0555555556rem !important;
}

.p-91 {
  padding: 5.0555555556rem !important;
}

.pt-91 {
  padding-top: 5.0555555556rem !important;
}

.pb-91 {
  padding-bottom: 5.0555555556rem !important;
}

.pl-91 {
  padding-left: 5.0555555556rem !important;
}

.pr-91 {
  padding-right: 5.0555555556rem !important;
}

.m-92 {
  margin: 5.1111111111rem !important;
}

.mt-92 {
  margin-top: 5.1111111111rem !important;
}

.mb-92 {
  margin-bottom: 5.1111111111rem !important;
}

.ml-92 {
  margin-left: 5.1111111111rem !important;
}

.mr-92 {
  margin-right: 5.1111111111rem !important;
}

.p-92 {
  padding: 5.1111111111rem !important;
}

.pt-92 {
  padding-top: 5.1111111111rem !important;
}

.pb-92 {
  padding-bottom: 5.1111111111rem !important;
}

.pl-92 {
  padding-left: 5.1111111111rem !important;
}

.pr-92 {
  padding-right: 5.1111111111rem !important;
}

.m-93 {
  margin: 5.1666666667rem !important;
}

.mt-93 {
  margin-top: 5.1666666667rem !important;
}

.mb-93 {
  margin-bottom: 5.1666666667rem !important;
}

.ml-93 {
  margin-left: 5.1666666667rem !important;
}

.mr-93 {
  margin-right: 5.1666666667rem !important;
}

.p-93 {
  padding: 5.1666666667rem !important;
}

.pt-93 {
  padding-top: 5.1666666667rem !important;
}

.pb-93 {
  padding-bottom: 5.1666666667rem !important;
}

.pl-93 {
  padding-left: 5.1666666667rem !important;
}

.pr-93 {
  padding-right: 5.1666666667rem !important;
}

.m-94 {
  margin: 5.2222222222rem !important;
}

.mt-94 {
  margin-top: 5.2222222222rem !important;
}

.mb-94 {
  margin-bottom: 5.2222222222rem !important;
}

.ml-94 {
  margin-left: 5.2222222222rem !important;
}

.mr-94 {
  margin-right: 5.2222222222rem !important;
}

.p-94 {
  padding: 5.2222222222rem !important;
}

.pt-94 {
  padding-top: 5.2222222222rem !important;
}

.pb-94 {
  padding-bottom: 5.2222222222rem !important;
}

.pl-94 {
  padding-left: 5.2222222222rem !important;
}

.pr-94 {
  padding-right: 5.2222222222rem !important;
}

.m-95 {
  margin: 5.2777777778rem !important;
}

.mt-95 {
  margin-top: 5.2777777778rem !important;
}

.mb-95 {
  margin-bottom: 5.2777777778rem !important;
}

.ml-95 {
  margin-left: 5.2777777778rem !important;
}

.mr-95 {
  margin-right: 5.2777777778rem !important;
}

.p-95 {
  padding: 5.2777777778rem !important;
}

.pt-95 {
  padding-top: 5.2777777778rem !important;
}

.pb-95 {
  padding-bottom: 5.2777777778rem !important;
}

.pl-95 {
  padding-left: 5.2777777778rem !important;
}

.pr-95 {
  padding-right: 5.2777777778rem !important;
}

.m-96 {
  margin: 5.3333333333rem !important;
}

.mt-96 {
  margin-top: 5.3333333333rem !important;
}

.mb-96 {
  margin-bottom: 5.3333333333rem !important;
}

.ml-96 {
  margin-left: 5.3333333333rem !important;
}

.mr-96 {
  margin-right: 5.3333333333rem !important;
}

.p-96 {
  padding: 5.3333333333rem !important;
}

.pt-96 {
  padding-top: 5.3333333333rem !important;
}

.pb-96 {
  padding-bottom: 5.3333333333rem !important;
}

.pl-96 {
  padding-left: 5.3333333333rem !important;
}

.pr-96 {
  padding-right: 5.3333333333rem !important;
}

.m-97 {
  margin: 5.3888888889rem !important;
}

.mt-97 {
  margin-top: 5.3888888889rem !important;
}

.mb-97 {
  margin-bottom: 5.3888888889rem !important;
}

.ml-97 {
  margin-left: 5.3888888889rem !important;
}

.mr-97 {
  margin-right: 5.3888888889rem !important;
}

.p-97 {
  padding: 5.3888888889rem !important;
}

.pt-97 {
  padding-top: 5.3888888889rem !important;
}

.pb-97 {
  padding-bottom: 5.3888888889rem !important;
}

.pl-97 {
  padding-left: 5.3888888889rem !important;
}

.pr-97 {
  padding-right: 5.3888888889rem !important;
}

.m-98 {
  margin: 5.4444444444rem !important;
}

.mt-98 {
  margin-top: 5.4444444444rem !important;
}

.mb-98 {
  margin-bottom: 5.4444444444rem !important;
}

.ml-98 {
  margin-left: 5.4444444444rem !important;
}

.mr-98 {
  margin-right: 5.4444444444rem !important;
}

.p-98 {
  padding: 5.4444444444rem !important;
}

.pt-98 {
  padding-top: 5.4444444444rem !important;
}

.pb-98 {
  padding-bottom: 5.4444444444rem !important;
}

.pl-98 {
  padding-left: 5.4444444444rem !important;
}

.pr-98 {
  padding-right: 5.4444444444rem !important;
}

.m-99 {
  margin: 5.5rem !important;
}

.mt-99 {
  margin-top: 5.5rem !important;
}

.mb-99 {
  margin-bottom: 5.5rem !important;
}

.ml-99 {
  margin-left: 5.5rem !important;
}

.mr-99 {
  margin-right: 5.5rem !important;
}

.p-99 {
  padding: 5.5rem !important;
}

.pt-99 {
  padding-top: 5.5rem !important;
}

.pb-99 {
  padding-bottom: 5.5rem !important;
}

.pl-99 {
  padding-left: 5.5rem !important;
}

.pr-99 {
  padding-right: 5.5rem !important;
}

.m-100 {
  margin: 5.5555555556rem !important;
}

.mt-100 {
  margin-top: 5.5555555556rem !important;
}

.mb-100 {
  margin-bottom: 5.5555555556rem !important;
}

.ml-100 {
  margin-left: 5.5555555556rem !important;
}

.mr-100 {
  margin-right: 5.5555555556rem !important;
}

.p-100 {
  padding: 5.5555555556rem !important;
}

.pt-100 {
  padding-top: 5.5555555556rem !important;
}

.pb-100 {
  padding-bottom: 5.5555555556rem !important;
}

.pl-100 {
  padding-left: 5.5555555556rem !important;
}

.pr-100 {
  padding-right: 5.5555555556rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.text-gray {
  color: #5D5D5D;
}

/****************/
.btn {
  background-color: transparent;
  box-shadow: none;
  border: 0;
}

.btn-primary {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #000000;
  background-color: #000000;
  border-radius: 2.7777777778rem;
  font-size: 1.1111111111rem;
  line-height: 1.5;
  padding: 0.5555555556rem 2.1111111111rem;
  text-transform: capitalize;
  color: #ff9e3f;
  font-weight: 400;
  display: inline-block;
}
.btn-primary:hover {
  background-color: transparent !important;
  color: #000000;
}
.btn-primary.orange {
  color: #000000;
  border-color: #ff9e3f;
  background-color: #ff9e3f;
}
.btn-primary.orange:hover {
  color: #ff9e3f;
}

.anim-wrap {
  overflow: hidden;
}

.base-fit, .blog-details .page-container .image-container, .blog-page .blog-slider .item .image-container, .new-list-item .img-container, section.mind-now .new-list .item .img-container, section.team .team-list .wrapper .img-container, .popup .pop-content .content-wrapper .img-container {
  position: relative;
  overflow: hidden;
}
.base-fit::before, .blog-details .page-container .image-container::before, .blog-page .blog-slider .item .image-container::before, .new-list-item .img-container::before, section.mind-now .new-list .item .img-container::before, section.team .team-list .wrapper .img-container::before, .popup .pop-content .content-wrapper .img-container::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.base-fit.video, .blog-details .page-container .video.image-container, .blog-page .blog-slider .item .video.image-container, .new-list-item .video.img-container, section.mind-now .new-list .item .video.img-container, section.team .team-list .wrapper .video.img-container, .popup .pop-content .content-wrapper .video.img-container {
  padding-top: 56.25%;
}
.base-fit.video::before, .blog-details .page-container .video.image-container::before, .blog-page .blog-slider .item .video.image-container::before, .new-list-item .video.img-container::before, section.mind-now .new-list .item .video.img-container::before, section.team .team-list .wrapper .video.img-container::before, .popup .pop-content .content-wrapper .video.img-container::before {
  content: none;
}
.base-fit.video::after, .blog-details .page-container .video.image-container::after, .blog-page .blog-slider .item .video.image-container::after, .new-list-item .video.img-container::after, section.mind-now .new-list .item .video.img-container::after, section.team .team-list .wrapper .video.img-container::after, .popup .pop-content .content-wrapper .video.img-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}
.base-fit > *, .blog-details .page-container .image-container > *, .blog-page .blog-slider .item .image-container > *, .new-list-item .img-container > *, section.mind-now .new-list .item .img-container > *, section.team .team-list .wrapper .img-container > *, .popup .pop-content .content-wrapper .img-container > *,
.base-fit video,
.blog-details .page-container .image-container video,
.blog-page .blog-slider .item .image-container video,
.new-list-item .img-container video,
section.mind-now .new-list .item .img-container video,
section.team .team-list .wrapper .img-container video,
.popup .pop-content .content-wrapper .img-container video,
.base-fit img,
.blog-details .page-container .image-container img,
.blog-page .blog-slider .item .image-container img,
.new-list-item .img-container img,
section.mind-now .new-list .item .img-container img,
section.team .team-list .wrapper .img-container img,
.popup .pop-content .content-wrapper .img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.f {
  display: flex !important;
}

.f-c {
  flex-direction: column !important;
}

.f-w {
  flex-wrap: wrap !important;
}

.s-b {
  justify-content: space-between !important;
}

.s-a {
  justify-content: space-around !important;
}

.j-e {
  justify-content: flex-end !important;
}

.j-c {
  justify-content: center !important;
}

.a-c {
  align-items: center !important;
}

.a-e {
  align-items: flex-end !important;
}

.a-b {
  align-items: baseline !important;
}

.a-s {
  align-items: flex-start !important;
}

.w-100 {
  width: 100%;
}

.e-none {
  pointer-events: none;
}

.e-auto {
  pointer-events: auto;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

/************************************/
.link {
  color: #000000;
  padding-right: 1.6666666667rem;
  position: relative;
}
.link:after {
  content: "";
  width: 1.1111111111rem;
  height: 1.1111111111rem;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  transition: all ease 0.3s;
  background-image: url(../images/icons/arrow-link.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.link:hover:after {
  top: -0.2777777778rem;
  right: -0.2777777778rem;
}

.gray-bg {
  background-color: #f7f7f7;
}

.orange-bg {
  background-color: #ff9e3f;
}

.blue-bg {
  background-color: #79c3ff;
}

.title {
  margin: 0;
  font-size: 2.2222222222rem;
  line-height: 1.2;
  font-weight: 500;
}

/***************************************/
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fadeUp {
  to {
    opacity: 1;
  }
}
.accordion .item {
  overflow: hidden;
  border-top: 1px solid #707070;
}
@media (min-width: 767px) {
  .accordion .item {
    padding: 0 var(--globalGap);
  }
}
.accordion .item:last-child:not(:first-child) {
  border-bottom: 1px solid #707070;
}
.accordion .head {
  display: flex;
  font-size: 1.9444444444rem;
  line-height: 1;
  cursor: pointer;
  font-weight: 400;
}
@media (max-width: 767px) {
  .accordion .head {
    font-size: 1.3888888889rem;
  }
}
.accordion .head .content {
  padding: 4.1666666667rem 0 1.3888888889rem;
}
@media (max-width: 580px) {
  .accordion .head .content {
    padding: 2.7777777778rem 0 1.3888888889rem;
  }
}
.accordion.ulist .head {
  align-items: center;
  font-size: 1.2222222222rem;
}
.accordion.ulist .head .content {
  padding: 1.6666666667rem 0;
}
.accordion.ulist .head .t {
  font-size: 1.9444444444rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .accordion.ulist .head {
    align-items: start;
    flex-direction: column;
  }
  .accordion.ulist .head .content {
    width: 100%;
    padding-top: 0;
    padding-bottom: 1.1111111111rem;
  }
  .accordion.ulist .head .t {
    padding: 2.2222222222rem 0 1.1111111111rem;
  }
}
.accordion.ulist .body {
  font-size: 1.2222222222rem;
  line-height: 1.4090909091;
}
.accordion .number {
  height: 5.5555555556rem;
  font-size: 9.4444444444rem;
  line-height: 1.3294117647;
  margin-right: 1.6666666667rem;
  font-weight: 100;
}
@media (max-width: 767px) {
  .accordion .number {
    height: auto;
  }
}
@media (max-width: 580px) {
  .accordion .number {
    font-size: 5.5555555556rem;
  }
}
.accordion .content {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
}
@media (max-width: 767px) {
  .accordion .content {
    flex-grow: 1;
  }
}
.accordion .toggle {
  width: 2.7777777778rem;
  min-width: 2.7777777778rem;
  height: 2.7777777778rem;
  position: relative;
  margin-left: 1.1111111111rem;
}
.accordion .toggle:before, .accordion .toggle:after {
  content: "";
  position: absolute;
  width: 2.7777777778rem;
  height: 1px;
  background-color: #000;
  transition: all ease 0.3s;
  top: 50%;
  left: 0;
}
@media (max-width: 767px) {
  .accordion .toggle:before, .accordion .toggle:after {
    width: 1.9444444444rem;
  }
}
.accordion .toggle:after {
  transform: rotate(90deg);
}
.accordion .body {
  display: none;
  padding: 1.8333333333rem 1.1111111111rem;
  font-size: 1.3888888889rem;
  line-height: 1.32;
}
@media (max-width: 767px) {
  .accordion .body {
    font-size: 1.2222222222rem;
  }
}
.accordion .body > div {
  display: flex;
  justify-content: end;
}
.accordion .body .content {
  width: 50%;
  padding-right: 3.8888888889rem;
  font-weight: 100;
}
.accordion .body p {
  margin: 0;
}
.accordion .active .toggle:after {
  transform: rotate(0deg);
}
.accordion .active .body {
  display: block;
}

.preloading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 9999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preloading img {
  max-height: 4.4444444444rem;
}
.preloading svg {
  height: 2.7777777778rem;
  position: relative;
  max-width: 75%;
}
.preloading.inner {
  z-index: 998;
}
.preloading.inner img {
  height: 1.6666666667rem;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 99;
  padding: 1.6666666667rem var(--mainGap);
}
header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 0 2.5rem;
  border-radius: 2.7777777778rem;
  border: 1px solid #000000;
}
header .logo-container a {
  padding: 0.5555555556rem 0;
}
header .logo-container a,
header .logo-container img {
  display: block;
}
header .logo-container img {
  height: 1.8333333333rem;
}
@media (max-width: 767px) {
  header .logo-container a {
    padding: 1.1111111111rem 0;
  }
  header .logo-container a img {
    height: 2.2222222222rem;
  }
}
header .nav {
  display: flex;
  align-items: center;
  gap: 3.3333333333rem;
}
header .nav .menu-container > ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 2.2222222222rem;
}
header .nav .menu-container > ul li {
  position: relative;
}
header .nav .menu-container > ul li a {
  color: #000;
  font-size: 0.9444444444rem;
  padding: 1.2222222222rem 0;
  display: block;
  font-weight: 400;
  position: relative;
}
header .nav .menu-container > ul li a:after {
  content: "";
  border-bottom: 0.2777777778rem solid #ff9e3f;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}
header .nav .menu-container > ul li a:hover {
  color: #ff9e3f;
}
header .nav .menu-container > ul li a.active {
  font-weight: 700;
}
header .nav .menu-container > ul li a.active:after {
  display: block;
}
header .nav .menu-container > ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 0.8333333333rem;
  border: 1px solid #000000;
  background-color: #FFF;
  padding: 1.1111111111rem 0;
  z-index: 1;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
}
header .nav .menu-container > ul li ul li {
  display: block;
}
header .nav .menu-container > ul li ul li a {
  display: block;
  padding: 0.5555555556rem 1.3888888889rem;
  font-size: 0.8333333333rem;
  white-space: nowrap;
}
header .nav .menu-container > ul li:hover ul, header .nav .menu-container > ul li.active ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
header .nav .menu-container > ul li:hover.dropdown:after, header .nav .menu-container > ul li.active.dropdown:after {
  transform: rotate(-135deg);
}
header .nav .menu-container > ul li.dropdown {
  display: flex;
  align-items: center;
}
header .nav .menu-container > ul li.dropdown:after {
  content: "";
  padding: 0.2222222222rem;
  border: solid black;
  border-width: 0 0.1111111111rem 0.1111111111rem 0;
  transform: rotate(45deg);
  margin-left: 0.3333333333rem;
  transition: transform ease 0.2s;
}
header .nav .nav-btn {
  display: none;
}
header .nav-btn {
  border: 0;
  background: none;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
  font-size: 0.2722222222rem;
}
header .nav-btn > i {
  display: block;
  width: 8em;
  height: 0.2em;
  margin: 1.7em auto;
  background-color: #000;
  transition: all linear 0.2s;
}
header .nav-btn.open > i:first-child {
  transform: translateY(2em) rotateZ(-45deg);
}
header .nav-btn.open > i:nth-child(2) {
  width: 0;
}
header .nav-btn.open > i:last-child {
  transform: translateY(-2em) rotateZ(45deg);
}
@media (max-width: 992px) {
  header .logo-container,
  header .nav-btn {
    position: relative;
    z-index: 99;
  }
  header .nav .nav-btn {
    display: block;
  }
  header .nav .menu-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFF;
    z-index: 98;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.5s;
  }
  header .nav .menu-container.active {
    opacity: 1;
    visibility: visible;
  }
  header .nav .menu-container > ul {
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 3.8888888889rem calc(var(--mainGap) + 2.5rem);
  }
  header .nav .menu-container > ul > li {
    width: 100%;
  }
  header .nav .menu-container > ul > li a {
    font-size: 1.9444444444rem;
  }
}

menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-color: #ffffff;
  margin: 0;
  padding: 3.8888888889rem var(--mainGap);
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.3s;
}
menu.active {
  visibility: visible;
  opacity: 1;
}

footer {
  font-size: 0.8888888889rem;
  font-weight: 400;
  background-color: #f7f7f7;
}
footer .footer-wrapper {
  padding: 6.1111111111rem 0 2.5rem;
}
footer a {
  color: #000000;
}
footer a:hover {
  color: #ff9e3f;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li {
  margin-bottom: 0.6666666667rem;
}
footer .top {
  display: flex;
  justify-content: space-between;
  gap: 2.7777777778rem;
}
@media (max-width: 580px) {
  footer .top {
    flex-direction: column;
  }
}
footer .top > div:last-child {
  display: flex;
  gap: 7.2222222222rem;
}
@media (max-width: 580px) {
  footer .top > div:last-child {
    justify-content: space-between;
    align-items: end;
  }
}
footer .bottom {
  margin-top: 8.8888888889rem;
  display: flex;
  gap: 1.6666666667rem;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 580px) {
  footer .bottom {
    margin-top: 3.3333333333rem;
  }
}
@media (min-width: 767px) {
  footer .bottom .copy {
    margin-bottom: 1.1111111111rem;
  }
}
footer .bottom .logo {
  width: 52.7777777778rem;
  max-width: 70%;
}
footer .bottom .logo a {
  display: block;
}
footer .bottom .logo img {
  display: block;
  width: 100%;
}
footer .social-links {
  display: flex;
  align-items: center;
}
footer .social-links li {
  margin: 0;
  margin-right: 1.1111111111rem;
}
footer .social-links a {
  display: block;
  padding: 0.2777777778rem;
}
footer .social-links img {
  display: block;
  height: 1.6666666667rem;
}

@media (max-width: 767px) {
  .subsc {
    margin-bottom: 3.3333333333rem;
  }
}
.subsc h4 {
  font-size: 1rem;
  line-height: 1.3333333333rem;
  margin-bottom: 0.5555555556rem;
  text-transform: none;
}
.subsc form {
  width: 20.8333333333rem;
  max-width: 100%;
  display: flex;
  border-bottom: 1px solid #000000;
}
.subsc input {
  background: none;
  border: 0;
  box-shadow: none;
  outline: none;
  width: 100%;
}
.subsc button {
  border: 0;
  background: none;
  box-shadow: none;
  width: 1.9444444444rem;
  height: 1.9444444444rem;
  background-image: url(../images/icons/arrow-right.svg);
  background-size: 1.1111111111rem;
  background-repeat: no-repeat;
  background-position: center;
}

.c-scrollbar {
  z-index: 99;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.93);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
}
.popup.active {
  opacity: 1;
  visibility: visible;
}
.popup.active .pop-content video {
  transform: scale(1);
  opacity: 1;
}
.popup .pop-content {
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
}
.popup .pop-content .content-wrapper {
  position: relative;
  margin: auto;
  padding: 4.4444444444rem;
  border-radius: 2.2222222222rem;
  display: flex;
  background-color: #FFF;
  width: 72.2222222222rem;
  max-width: 100%;
  border: 1px solid #000;
  align-items: normal;
}
@media (max-width: 767px) {
  .popup .pop-content .content-wrapper {
    flex-direction: column;
  }
  .popup .pop-content .content-wrapper .img-container {
    margin-bottom: 2.2222222222rem;
  }
}
.popup .pop-content .content-wrapper .img-container {
  width: 16.6666666667rem;
  min-width: 16.6666666667rem;
  margin-right: 4.4444444444rem;
  border-radius: 0.8888888889rem;
}
.popup .pop-content .content-wrapper .img-container:before {
  padding-top: 93.3333333333%;
}
.popup .pop-content .content-wrapper .info {
  display: flex;
  flex-direction: column;
}
.popup .pop-content .content-wrapper .info h4 {
  font-size: 1.3888888889rem;
  margin: 0 0 1.1111111111rem;
}
.popup .pop-content .content-wrapper .info p {
  font-size: 1.1111111111rem;
  margin: 0;
}
.popup .pop-content .content-wrapper .info .text {
  margin-top: auto;
  padding-top: 1.6666666667rem;
}
.popup .pop-content video {
  margin: auto;
  width: auto;
  height: 5000px;
  max-width: 100%;
  max-height: 100%;
  transform: scale(0.8);
  opacity: 0;
  transition: all ease 0.3s;
  transition-delay: 0.4s;
}
.popup .pop-content iframe {
  margin: auto;
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .popup {
    padding: 15px;
  }
  .popup .pop-content video {
    width: 100%;
    height: auto;
  }
}
.popup .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2.2222222222rem;
  cursor: pointer;
}
.popup .close-btn img {
  height: 2.7777777778rem;
}
.popup .close {
  position: absolute;
  top: 1.6666666667rem;
  right: 1.6666666667rem;
  z-index: 1;
  display: block;
  background: none;
  border: 0;
  padding: 0.5555555556rem;
}
.popup .close > i:first-child {
  transform: translateY(1px) rotateZ(-45deg);
}
.popup .close > i:last-child {
  transform: translateY(0) rotateZ(45deg);
}
.popup .close i {
  width: 1.2222222222rem;
  height: 1px;
  display: block;
  background-color: #000;
}
.popup .close:hover i {
  background-color: #ff9e3f;
}

section {
  padding: 8.8888888889rem 0;
  overflow: hidden;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.6666666667rem;
  margin-bottom: 7.2222222222rem;
}
.section-head .text {
  width: 40.5555555556rem;
  max-width: 100%;
}
.section-head .text p {
  margin: 0;
}
.section-head .text p + p {
  margin-top: 1.6666666667rem;
}
@media (max-width: 992px) {
  .section-head .text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-head {
    flex-direction: column;
    align-items: start;
  }
}

section.inner-hero {
  padding-top: 16.6666666667rem;
  padding-bottom: 5.5555555556rem;
}

.nav-arrows-container {
  margin-top: 2.2222222222rem;
  text-align: end;
}

.nav-arrows, .slider-wrapper .arrows, section.network .arrows {
  display: inline-flex;
}
.nav-arrows .btn, .slider-wrapper .arrows .btn, section.network .arrows .btn {
  padding: 0.5555555556rem;
}
.nav-arrows .btn:after, .slider-wrapper .arrows .btn:after, section.network .arrows .btn:after {
  content: "";
  width: 2.5rem;
  height: 1.9444444444rem;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform ease 0.3s;
}
.nav-arrows .btn.prev:after, .slider-wrapper .arrows .btn.prev:after, section.network .arrows .btn.prev:after {
  background-image: url(../images/icons/arrow-left.svg);
}
.nav-arrows .btn.prev:hover:after, .slider-wrapper .arrows .btn.prev:hover:after, section.network .arrows .btn.prev:hover:after {
  transform: translateX(-20%);
}
.nav-arrows .btn.next:after, .slider-wrapper .arrows .btn.next:after, section.network .arrows .btn.next:after {
  background-image: url(../images/icons/arrow-right.svg);
}
.nav-arrows .btn.next:hover:after, .slider-wrapper .arrows .btn.next:hover:after, section.network .arrows .btn.next:hover:after {
  transform: translateX(20%);
}

/****************************/
.home-hero {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.home-hero .bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.home-hero .wrapper {
  display: flex;
  flex-direction: column;
  height: 100dvh;
  position: relative;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.35);
  padding: 4.1666666667rem 0;
}
.home-hero .wrapper .art {
  margin-top: auto;
}
.home-hero .wrapper .art img,
.home-hero .wrapper .art svg {
  width: 100%;
}
.home-hero .wrapper .art img text,
.home-hero .wrapper .art svg text {
  font-weight: 100;
}
.home-hero .wrapper .art img .hero-svg,
.home-hero .wrapper .art svg .hero-svg {
  max-width: 100%;
  display: block;
  position: relative;
}
.home-hero .wrapper .art img .line,
.home-hero .wrapper .art svg .line {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-dasharray: 2500;
  stroke-dashoffset: 2500;
}
.home-hero .wrapper .art img .line.second,
.home-hero .wrapper .art svg .line.second {
  animation-delay: 0.8s;
  stroke-dasharray: 4000;
  stroke-dashoffset: 4000;
}
.home-hero .wrapper .art img .txt,
.home-hero .wrapper .art svg .txt {
  opacity: 0;
  animation-delay: 2.8s;
}
.loaded .home-hero .wrapper .art img .line,
.loaded .home-hero .wrapper .art svg .line {
  animation: draw 2.5s ease-out forwards;
}
.loaded .home-hero .wrapper .art img .txt,
.loaded .home-hero .wrapper .art svg .txt {
  animation: fadeUp 1.4s ease-out forwards;
}
.home-hero .wrapper .container {
  margin-top: 10vh;
  margin-bottom: 0;
}
.home-hero .scroll-down {
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 0.9444444444rem;
  font-size: 1.1111111111rem;
  border: 0;
  padding: 0;
}
.home-hero .scroll-down:hover {
  background: none;
}
.home-hero .scroll-down img {
  height: 1.9444444444rem;
}

/****************************/
section.story {
  padding: 0;
}
section.story .inner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6666666667rem;
}
@media (max-width: 767px) {
  section.story .inner-container {
    flex-direction: column;
  }
  section.story .inner-container .content {
    width: 100%;
  }
}
section.story .content {
  width: 50%;
  padding: 2.7777777778rem 0;
}
section.story .content p {
  margin: 0 0 1.6666666667rem;
}
section.story .content > div:last-child {
  margin-top: 6.1111111111rem;
}
section.story .title {
  margin-bottom: 4.4444444444rem;
}
section.story .animation {
  padding-top: 8.8888888889rem;
  width: 35%;
}
section.story .animation img {
  width: 100%;
  display: block;
}
section.story .animation > video {
  max-width: 100%;
  display: block;
}
@media (max-width: 767px) {
  section.story .animation {
    padding: 0;
    width: 45%;
    margin-left: auto;
    margin-top: -8.3333333333rem;
  }
}

/****************************/
section.network {
  padding: 9.4444444444rem 0;
}
section.network .content {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
section.network .content > div {
  max-width: 50%;
}
@media (max-width: 580px) {
  section.network .content {
    flex-direction: column;
  }
  section.network .content > div {
    max-width: 100%;
  }
}
section.network .title {
  margin-bottom: 2.7777777778rem;
}
section.network .network-slider {
  margin-top: 3.3333333333rem;
  padding-left: calc(var(--mainGap) + var(--globalGap));
}
section.network .network-slider .item {
  width: 32.2580645161%;
  padding-right: 2.7777777778rem;
}
@media (max-width: 767px) {
  section.network .network-slider .item {
    width: 47.619047619%;
  }
}
@media (max-width: 580px) {
  section.network .network-slider .item {
    width: 76.9230769231%;
  }
}
section.network .network-slider .item > div {
  border: 1px solid #000000;
  border-radius: 1.6666666667rem;
  text-align: center;
  overflow: hidden;
}
section.network .network-slider .img-container {
  position: relative;
}
section.network .network-slider .img-container:before {
  content: "";
  display: block;
  padding-top: 73.5849056604%;
}
section.network .network-slider .img-container img {
  max-width: 50%;
  max-height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
section.network .network-slider .name {
  background-color: #f7f7f7;
  border-top: 1px solid #000000;
  font-size: 1.6666666667rem;
  font-weight: 500;
  padding: 3.0555555556rem 1.1111111111rem;
  white-space: nowrap;
}
/****************************/
section.growth {
  padding: 11.1111111111rem 0 6.9444444444rem;
  position: relative;
}
section.growth .container {
  position: relative;
  z-index: 2;
}
section.growth .bg {
  width: 100%;
  position: absolute;
  bottom: 25%;
  z-index: 1;
}
section.growth .bg svg {
  width: 100%;
  height: auto;
  display: block;
}
section.growth .content {
  display: flex;
  justify-content: space-between;
}
section.growth .content .title {
  margin: 5.5555555556rem 0;
}
section.growth .content .counters {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
  width: 50%;
}
section.growth .content .counters .item {
  width: calc((100% - 2.5rem) / 2);
  font-size: 3.2222222222rem;
  padding: 5.5555555556rem 3.3333333333rem 2.2222222222rem;
  border-radius: 1.6666666667rem;
}
section.growth .content .counters .item .name {
  font-size: 1.9444444444rem;
  margin-top: 1.1111111111rem;
}
section.growth .content .counters .item.white {
  background-color: #ffffff;
  border: 1px solid #000000;
}
section.growth .content .counters .item.orange {
  background-color: #ff9e3f;
}
section.growth .content .counters .item.blue {
  background-color: #79c3ff;
}
section.growth .content .counters .item.black {
  background-color: #000000;
  color: #ffffff;
}
@media (max-width: 767px) {
  section.growth .content {
    flex-direction: column;
  }
  section.growth .content .counters {
    width: 100%;
  }
}

/****************************/
section.team {
  padding: 11.1111111111rem 0 5rem;
}
section.team .team-list {
  display: flex;
  flex-wrap: wrap;
  margin: -2.7777777778rem -1rem 0;
}
section.team .team-list .item {
  padding: 0 1rem;
  width: 25%;
  margin: 2.7777777778rem 0;
  cursor: pointer;
}
@media (max-width: 992px) {
  section.team .team-list .item {
    width: 50%;
  }
}
section.team .team-list .item:hover .wrapper .img-container img {
  opacity: 0.2;
}
section.team .team-list .item:hover .wrapper .img-container:after {
  opacity: 1;
}
section.team .team-list .wrapper .img-container {
  border-radius: 0.8888888889rem;
}
section.team .team-list .wrapper .img-container:before {
  padding-top: 111.3924050633%;
}
section.team .team-list .wrapper .img-container:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.14);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity ease 0.3s;
  background-image: url(../images/icons/plus.svg);
  background-position: center;
  background-size: 3.0555555556rem;
  background-repeat: no-repeat;
}
section.team .team-list .wrapper .img-container img {
  filter: grayscale(1);
  transition: opacity ease 0.3s;
}
section.team .team-list .wrapper h4 {
  font-size: 1.3888888889rem;
  font-weight: normal;
  margin: 1.3888888889rem 0 0;
  text-transform: capitalize;
}
section.team .team-list .wrapper h5 {
  font-size: 1.1111111111rem;
  font-weight: 100;
  margin: 1rem 0 0;
}

/****************************/
section.mind-difference {
  padding: 8.3333333333rem 0;
}
section.mind-difference .content {
  display: flex;
  justify-content: space-between;
}
section.mind-difference .content .text {
  padding: 2.7777777778rem 0;
  width: 52%;
}
@media (max-width: 767px) {
  section.mind-difference .content .text {
    width: 100%;
  }
}
section.mind-difference .title {
  margin-bottom: 3.0555555556rem;
}
section.mind-difference .animation {
  width: 30%;
}
section.mind-difference .animation img {
  width: 100%;
  display: block;
}
section.mind-difference .animation > video {
  max-width: 100%;
  display: block;
}
@media (max-width: 580px) {
  section.mind-difference .inner-container .content {
    flex-direction: column;
  }
  section.mind-difference .animation {
    width: 50%;
    margin: auto;
  }
}
section.mind-difference p {
  font-size: 1.3888888889rem;
  line-height: 1.32;
  font-weight: 100;
}
section.mind-difference p + p {
  margin-top: 1.6666666667rem;
}

/****************************/
section.mind-now {
  padding: 11.1111111111rem 0 7.7777777778rem;
}
.new-list-item, section.mind-now .new-list .item {
  display: flex;
  gap: 1.9444444444rem;
  border-bottom: 1px solid #b8b8b8;
  padding: 2.7777777778rem 0;
  color: #000000;
}
.new-list-item:first-child, section.mind-now .new-list .item:first-child {
  border-top: 1px solid #b8b8b8;
}
.new-list-item .nav-arrows, .new-list-item .slider-wrapper .arrows, .slider-wrapper .new-list-item .arrows, section.mind-now .new-list .item .nav-arrows, section.mind-now .new-list .item .slider-wrapper .arrows, .slider-wrapper section.mind-now .new-list .item .arrows, .new-list-item section.network .arrows, section.network .new-list-item .arrows, section.mind-now .new-list .item section.network .arrows, section.network section.mind-now .new-list .item .arrows {
  margin-left: auto;
}
.new-list-item:hover, section.mind-now .new-list .item:hover {
  color: #79c3ff;
}
.new-list-item:hover .img-container img, section.mind-now .new-list .item:hover .img-container img {
  transform: scale(1.1);
}
.new-list-item .img-container, section.mind-now .new-list .item .img-container {
  width: 30%;
}
.new-list-item .img-container img, section.mind-now .new-list .item .img-container img {
  transition: transform ease 0.3s;
}
.new-list-item .img-container:before, section.mind-now .new-list .item .img-container:before {
  padding-top: 67.4698795181%;
  height: 100%;
}
@media (max-width: 767px) {
  .new-list-item, section.mind-now .new-list .item {
    flex-direction: column;
  }
  .new-list-item .img-container, section.mind-now .new-list .item .img-container {
    width: 60%;
  }
  .new-list-item .nav-arrows, .new-list-item .slider-wrapper .arrows, .slider-wrapper .new-list-item .arrows, section.mind-now .new-list .item .nav-arrows, section.mind-now .new-list .item .slider-wrapper .arrows, .slider-wrapper section.mind-now .new-list .item .arrows, .new-list-item section.network .arrows, section.network .new-list-item .arrows, section.mind-now .new-list .item section.network .arrows, section.network section.mind-now .new-list .item .arrows {
    display: none;
  }
}
.new-list-item .content, section.mind-now .new-list .item .content {
  display: flex;
  flex-direction: column;
  width: 34.4444444444rem;
  max-width: 100%;
}
.new-list-item h5, section.mind-now .new-list .item h5 {
  font-size: 1.3888888889rem;
  font-weight: 500;
  margin: 0 0 2.2222222222rem;
  line-height: 1.4;
}
.new-list-item p, section.mind-now .new-list .item p {
  font-size: 0.8333333333rem;
  font-weight: 400;
  margin: 0 0 1.1111111111rem;
}
.new-list-item .foot, section.mind-now .new-list .item .foot {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 2.2222222222rem;
  font-weight: 100;
  font-size: 1rem;
}
.new-list-item .foot span, section.mind-now .new-list .item .foot span {
  min-width: 6.3888888889rem;
}
.new-list-item .foot span:last-child, section.mind-now .new-list .item .foot span:last-child {
  text-transform: uppercase;
}

/****************************/
/****************************/
/****************************/
section.story.inner-hero .inner-container {
  align-items: start;
}
section.story.inner-hero .inner-container .content {
  padding: 0;
}
@media (max-width: 767px) {
  section.story.inner-hero .inner-container .content,
  section.story.inner-hero .inner-container .img-container {
    width: 100%;
  }
}
section.story.inner-hero .img-container {
  width: 35%;
}
section.story.inner-hero .img-container img {
  width: 100%;
  display: block;
}

/****************************/
section.inner-hero {
  padding-top: 16.6666666667rem;
  padding-bottom: 5.5555555556rem;
}

section.story.inner-hero .inner-container {
  align-items: start;
}
section.story.inner-hero .inner-container .content {
  padding: 0;
}
@media (max-width: 767px) {
  section.story.inner-hero .inner-container .content,
  section.story.inner-hero .inner-container .img-container {
    width: 100%;
  }
}
section.story.inner-hero .img-container {
  width: 35%;
}
section.story.inner-hero .img-container img {
  width: 100%;
  display: block;
}

/****************************/
section.ceo-message {
  padding: 0;
}
section.ceo-message .inner-container {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.6666666667rem;
}
@media (max-width: 767px) {
  section.ceo-message .inner-container {
    flex-direction: column;
  }
  section.ceo-message .inner-container .content {
    width: 100%;
  }
  section.ceo-message .inner-container .img-container {
    width: 50%;
    margin: auto;
  }
}
section.ceo-message .content {
  width: 50%;
  padding: 5.5555555556rem 0;
}
section.ceo-message .content p {
  margin: 0 0 1.6666666667rem;
}
section.ceo-message .title {
  margin-bottom: 4.4444444444rem;
}
section.ceo-message .img-container {
  width: 35%;
}
section.ceo-message .img-container img {
  width: 100%;
  display: block;
}

/****************************/
.slider-wrapper {
  padding-left: calc(var(--mainGap) + var(--globalGap));
}
.slider-wrapper .img-container {
  position: relative;
  overflow: hidden;
}
.slider-wrapper .img-container:before {
  content: "";
  display: block;
  padding-top: 84.5238095238%;
}
.slider-wrapper .img-container img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  margin: auto;
}
.slider-wrapper .wide .item {
  width: 55.5555555556%;
  padding-right: 5.5555555556rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .slider-wrapper .wide .item {
    width: 90.9090909091%;
  }
}
.slider-wrapper .wide .item > div {
  display: flex;
  gap: 1.6666666667rem;
  height: 100%;
}
.slider-wrapper .wide .img-container {
  min-width: 40%;
  border-radius: 1.1111111111rem;
}
.slider-wrapper .wide .img-container:before {
  content: "";
  display: block;
  padding-top: 70.1754385965%;
}
.slider-wrapper .wide .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.slider-wrapper .wide .info h5 {
  font-size: 1.9444444444rem;
  margin: 0 0 2.7777777778rem;
}
.slider-wrapper .boxes .item {
  width: 31.25%;
  margin-right: 2.7777777778rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .slider-wrapper .boxes .item {
    width: 47.619047619%;
  }
}
@media (max-width: 580px) {
  .slider-wrapper .boxes .item {
    width: 76.9230769231%;
  }
}
.slider-wrapper .boxes .item {
  min-height: 100%;
  border-radius: 1.6666666667rem;
  overflow: hidden;
  padding: 3.0555555556rem;
  background-color: #F7F7F7;
}
.slider-wrapper .boxes.white .item {
  background-color: #FFF;
}
.slider-wrapper .boxes .img-container {
  border-radius: 1.1111111111rem;
}
.slider-wrapper .boxes .s-title {
  display: flex;
  justify-content: space-between;
  gap: 2.7777777778rem;
  font-size: 1.3888888889rem;
  font-weight: 500;
  margin-top: 3.0555555556rem;
}
.slider-wrapper .boxes .s-title:after {
  content: "";
  width: 2.4444444444rem;
  min-width: 2.4444444444rem;
  height: 2.4444444444rem;
  background-image: url(../images/icons/plus.svg);
  background-position: center;
  background-size: 2.4444444444rem;
  background-repeat: no-repeat;
}
/****************************/
section .content-wrapper {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2.7777777778rem;
}
section .content-wrapper .text {
  width: 34.4444444444rem;
  max-width: 100%;
}
section .content-wrapper .img-container {
  width: 25.5555555556rem;
  max-width: 100%;
}
section .content-wrapper .img-container img {
  width: 100%;
  display: block;
}
section .content-wrapper .img-container.large {
  width: 43.8888888889rem;
  max-width: 100%;
  border-radius: 1.9444444444rem;
  overflow: hidden;
}
@media (max-width: 992px) {
  section .content-wrapper {
    flex-direction: column;
  }
  section .content-wrapper .text {
    width: 100%;
  }
  section .content-wrapper .img-container {
    margin: auto !important;
  }
}

.vision {
  padding-bottom: 0;
}
.vision .text {
  padding-bottom: 7.2222222222rem;
}

.line-bg, .curricula, .careers {
  position: relative;
}
.line-bg:after, .curricula:after, .careers:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-image: url(../images/line-orange-dash.svg);
  background-position: top 22.2222222222rem center;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .line-bg:after, .curricula:after, .careers:after {
    background-position: top 13.8888888889rem center;
  }
}
.line-bg > *, .curricula > *, .careers > * {
  position: relative;
  z-index: 1;
}
.line-bg .content-wrapper .img-container, .curricula .content-wrapper .img-container, .careers .content-wrapper .img-container {
  width: 43.8888888889rem;
  max-width: 100%;
  border-radius: 1.9444444444rem;
  overflow: hidden;
}
.line-bg .content-wrapper .img-container > img, .curricula .content-wrapper .img-container > img, .careers .content-wrapper .img-container > img {
  border-radius: 1.9444444444rem;
}
.line-bg.gray-bg, .gray-bg.curricula, .gray-bg.careers {
  text-align: right;
}
.line-bg.gray-bg:after, .gray-bg.curricula:after, .gray-bg.careers:after {
  transform: scaleX(-1);
}
.line-bg.gray-bg .section-head, .gray-bg.curricula .section-head, .gray-bg.careers .section-head {
  flex-direction: row-reverse;
}
.line-bg.gray-bg .content-wrapper, .gray-bg.curricula .content-wrapper, .gray-bg.careers .content-wrapper {
  direction: rtl;
}

.def-list > div {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #707070;
  padding: 1.1111111111rem 0 2.7777777778rem;
  gap: 2.2222222222rem;
}
@media (max-width: 992px) {
  .def-list > div {
    flex-direction: column;
  }
}
.def-list > div .name {
  font-size: 1.3888888889rem;
  font-weight: 500;
  margin-bottom: 1.6666666667rem;
}
@media (min-width: 992px) {
  .def-list > div .name {
    width: 22.2222222222rem;
  }
}
.def-list > div .desc {
  width: 32.2222222222rem;
  max-width: 100%;
  margin-bottom: 2.7777777778rem;
  font-size: 1.1111111111rem;
}
.def-list > div .base-fit, .def-list > div .blog-details .page-container .image-container, .blog-details .page-container .def-list > div .image-container, .def-list > div .blog-page .blog-slider .item .image-container, .blog-page .blog-slider .item .def-list > div .image-container, .def-list > div .popup .pop-content .content-wrapper .img-container, .popup .pop-content .content-wrapper .def-list > div .img-container, .def-list > div section.team .team-list .wrapper .img-container, section.team .team-list .wrapper .def-list > div .img-container, .def-list > div .new-list-item .img-container, .new-list-item .def-list > div .img-container, .def-list > div section.mind-now .new-list .item .img-container, section.mind-now .new-list .item .def-list > div .img-container {
  width: 18.8888888889rem;
  max-width: 100%;
  border-radius: 0.8333333333rem;
}
.def-list > div .base-fit:before, .def-list > div .blog-details .page-container .image-container:before, .blog-details .page-container .def-list > div .image-container:before, .def-list > div .blog-page .blog-slider .item .image-container:before, .blog-page .blog-slider .item .def-list > div .image-container:before, .def-list > div .popup .pop-content .content-wrapper .img-container:before, .popup .pop-content .content-wrapper .def-list > div .img-container:before, .def-list > div section.team .team-list .wrapper .img-container:before, section.team .team-list .wrapper .def-list > div .img-container:before, .def-list > div .new-list-item .img-container:before, .new-list-item .def-list > div .img-container:before, .def-list > div section.mind-now .new-list .item .img-container:before, section.mind-now .new-list .item .def-list > div .img-container:before {
  padding-top: 70.5882352941%;
}

.curricula:after {
  background-position: top 38.8888888889rem center;
}
.curricula .curricula-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.curricula .curricula-cards > div {
  width: 33.3333333333%;
  padding: 0.8333333333rem;
}
@media (max-width: 992px) {
  .curricula .curricula-cards > div {
    width: 50%;
  }
  .curricula .curricula-cards > div:first-child {
    display: none;
  }
}
.curricula .curricula-cards > div > div {
  padding: 3.8888888889rem 2.7777777778rem;
  border-radius: 1.3888888889rem;
  height: 100%;
}
.curricula .curricula-cards > div .orange {
  background-color: #ff9e3f;
}
.curricula .curricula-cards > div .white {
  background-color: #fff;
  border: 1px solid #000;
}
.curricula .curricula-cards > div .blue {
  background-color: #79c3ff;
}
.curricula .curricula-cards > div .gray {
  background-color: #f7f7f7;
}
.curricula .curricula-cards > div .black {
  background-color: #000;
  color: #FFF;
}
.curricula .curricula-cards > div .number {
  font-size: 1.1111111111rem;
  font-weight: 500;
  margin-bottom: 9.4444444444rem;
}
.curricula .curricula-cards > div .name {
  font-size: 1.9444444444rem;
  margin: 0 0 3.6111111111rem;
}
.curricula .curricula-cards > div p {
  font-size: 1.1111111111rem;
  margin: 0;
}

.accred-section .content {
  display: flex;
  justify-content: space-between;
}
.accred-section .list {
  margin-left: 7.2222222222rem;
  flex-grow: 1;
}
.accred-section .list > div {
  border-top: 1px solid #707070;
  padding: 1.3888888889rem 0 3.3333333333rem;
}
.accred-section .list > div:last-child {
  border-bottom: 1px solid #707070;
}
.accred-section .list > div {
  display: flex;
  justify-content: space-between;
}
.accred-section .list > div .img {
  min-width: 13.3333333333rem;
  height: 9.4444444444rem;
  margin-right: 7.2222222222rem;
}
.accred-section .list > div .img img {
  max-width: 100%;
  max-height: 100%;
}
.accred-section .list > div .text {
  display: flex;
  gap: 1.5rem;
}
.accred-section .list > div .font-13 {
  margin-top: 0.8333333333rem;
}
.accred-section .list > div h4 {
  margin: 0 0 2.2222222222rem;
  font-size: 1.9444444444rem;
}
.accred-section .list > div p {
  margin: 0;
  font-size: 1.1111111111rem;
}
@media (max-width: 992px) {
  .accred-section .content {
    flex-direction: column;
  }
  .accred-section .list {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .accred-section .list > div {
    flex-direction: column;
  }
  .accred-section .list > div .img {
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 1.6666666667rem;
    display: flex;
  }
  .accred-section .list > div .img img {
    max-width: 13.3333333333rem;
    margin: auto;
  }
}

/*****/
.more-container {
  text-align: center;
}
.more-container .btn-arrow:after {
  transform: rotate(90deg);
}

.loader {
  text-align: center;
  margin: 5.5555555556rem 0;
}

.blog-page .inner-hero {
  padding-bottom: 0;
  padding-top: 12.7777777778rem;
}
.blog-page .inner-hero .section-head {
  margin-bottom: 4.4444444444rem;
}
.blog-page .inner-hero .nav-arrows-container {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 2.2222222222rem 0;
}
.blog-page .blog-slider {
  padding: 0;
  position: relative;
}
.blog-page .blog-slider .item {
  width: 100%;
  display: flex;
  background-color: #f7f7f7;
}
.blog-page .blog-slider .item > div {
  width: 50%;
}
@media (max-width: 767px) {
  .blog-page .blog-slider .item {
    flex-direction: column;
  }
  .blog-page .blog-slider .item > div {
    width: 100%;
  }
}
.blog-page .blog-slider .item .image-container {
  height: 100%;
}
.blog-page .blog-slider .item .image-container:before {
  padding-top: 63%;
}
.blog-page .blog-slider .item .content {
  display: flex;
  flex-direction: column;
  padding: 8.3333333333rem 4.7222222222rem;
  padding-inline-end: 7.7777777778rem;
}
@media (max-width: 1200px) {
  .blog-page .blog-slider .item .content {
    padding: 5.5555555556rem 2.2222222222rem 8.3333333333rem;
  }
}
.blog-page .blog-slider .item .content > div {
  width: 36.3888888889rem;
  max-width: 100%;
  margin: auto 0;
}
.blog-page .blog-slider .item .blog-item-head {
  display: flex;
  align-items: center;
  gap: 2.2222222222rem;
  font-weight: 100;
  font-size: 1.1111111111rem;
  margin-bottom: 1.9444444444rem;
}
.blog-page .blog-slider .item .blog-item-head span {
  min-width: 6.3888888889rem;
}
.blog-page .blog-slider .item .title {
  font-size: 1.6666666667rem;
  line-height: 1.3333333333;
  font-weight: 500;
  margin-bottom: 3.3333333333rem;
}
.blog-page .blog-slider .item .text {
  font-size: 1.1111111111rem;
  line-height: 1.5;
  margin: 0;
}
.blog-page .mind-now {
  padding: 6.1111111111rem 0;
}
.blog-page .filters {
  position: sticky;
  top: 3.8888888889rem;
  z-index: 1;
  padding: 0.8333333333rem 0;
  background-color: #ffffff;
  margin-bottom: 6.1111111111rem;
  cursor: grab;
  gap: 1.1111111111rem;
}
.blog-page .filters .btn-primary {
  font-size: 1.1666666667rem;
  padding: 0.5555555556rem 1.3888888889rem;
  line-height: 1.1904761905;
  transition: all ease-in-out 0.3s;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  color: #000000;
  margin-right: 1.1111111111rem;
}
.blog-page .filters .btn-primary:hover {
  color: #ff9e3f !important;
  border-color: #ff9e3f !important;
}
.blog-page .filters .btn-primary.active {
  color: #000 !important;
  background-color: #ff9e3f !important;
  border-color: #ff9e3f !important;
}

.blog-details .inner-hero {
  background-color: #f7f7f7;
}
.blog-details .page-container {
  width: 60rem;
  max-width: 100%;
  margin: auto;
}
.blog-details .page-container .image-container {
  width: 100%;
  border-radius: 1.8333333333rem;
}
.blog-details .page-container .image-container:before {
  padding-top: 60.1851851852%;
}
.blog-details .page-container .slider-wrapper {
  padding: 0 0 2.7777777778rem;
}
.blog-details .page-container .flickity-viewport {
  border-radius: 1.8333333333rem;
  overflow: hidden;
}
.blog-details .page-container .article-info {
  display: flex;
  margin: 2.2222222222rem 0 3.0555555556rem;
  flex-wrap: wrap;
  align-items: start;
}
.blog-details .page-container .article-info .blog-item-head {
  display: flex;
  align-items: center;
  gap: 2.2222222222rem;
  font-weight: 100;
  font-size: 1.1111111111rem;
}
.blog-details .page-container .article-info .article-owner {
  margin-top: auto;
  display: flex;
  align-items: center;
  margin-bottom: 0.8333333333rem;
  margin-inline-end: 2.7777777778rem;
  flex-grow: 1;
}
.blog-details .page-container .article-info .article-owner .photo {
  width: 4.2777777778rem;
  height: 4.2777777778rem;
  border-radius: 50%;
  overflow: hidden;
  margin-inline-end: 1.1111111111rem;
}
.blog-details .page-container .article-info .article-owner .photo img {
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details .page-container .article-info .article-owner h4 {
  font-size: 1.1111111111rem;
  font-weight: 700;
  margin: 0 0 0.4444444444rem;
}
.blog-details .page-container .article-info .article-owner h4 span {
  font-weight: 400;
}
.blog-details .page-container .article-info .article-owner p {
  font-size: 0.9444444444rem;
  margin: 0;
  font-weight: 400;
}
.blog-details .page-container h3 {
  font-size: 1.6666666667rem;
  line-height: 2.2222222222rem;
  margin-bottom: 2.5rem;
}
.blog-details .page-container article {
  font-size: 1.3333333333rem;
  line-height: 1.8333333333rem;
}
.blog-details .page-container article p {
  margin-bottom: 0.8888888889rem;
}
.blog-details .page-container article .image-container {
  margin: 4.4444444444rem 0 0;
}
.blog-details .page-container article ul {
  margin: 5.5555555556rem 0;
  padding: 0;
}
.blog-details .page-container article ul li + li {
  margin-top: 2.7777777778rem;
}
.blog-details .page-container article ul li {
  display: flex;
}
.blog-details .page-container article ul li::before {
  content: "";
  width: 0.8888888889rem;
  min-width: 0.8888888889rem;
  height: 0.8888888889rem;
  border-radius: 50%;
  background-color: #ff9e3f;
  margin-inline-end: 1.2222222222rem;
  margin-top: 0.4444444444rem;
}
.blog-details .page-container article ul p {
  margin: 0;
}

.blog-related .new-list-item, .blog-related section.mind-now .new-list .item, section.mind-now .new-list .blog-related .item {
  border: 0;
  width: 65%;
  padding-right: 5%;
}
.blog-related .new-list-item .img-container, .blog-related section.mind-now .new-list .item .img-container, section.mind-now .new-list .blog-related .item .img-container {
  border-radius: 0.8333333333rem;
}
@media (max-width: 767px) {
  .blog-related .new-list-item, .blog-related section.mind-now .new-list .item, section.mind-now .new-list .blog-related .item {
    width: 90%;
    padding-right: 5%;
  }
  .blog-related .new-list-item .img-container, .blog-related section.mind-now .new-list .item .img-container, section.mind-now .new-list .blog-related .item .img-container {
    width: 40%;
  }
}

.form-group {
  margin-bottom: 3.3333333333rem;
}

.form-control {
  height: 4.7222222222rem;
  width: 100%;
  outline: 0;
  border: 0;
  color: #fff;
  border-bottom: 1px solid #BFBFBF;
  font-size: 1.3888888889rem;
  font-weight: 100;
  background-color: transparent;
  font-family: inherit;
}
.form-control::-moz-placeholder {
  color: #5C5C5C;
}
.form-control::placeholder {
  color: #5C5C5C;
}
.form-control option {
  background-color: #000;
}
.form-control option:disabled {
  color: #5c5c5c;
}

.contact-section .content-wrapper {
  align-items: start;
}
.contact-section .content-wrapper > div {
  min-width: 50%;
}
@media (max-width: 767px) {
  .contact-section .content-wrapper {
    flex-direction: column;
  }
  .contact-section .content-wrapper > div {
    width: 100%;
    margin: 2.2222222222rem 0;
  }
}
.contact-section .col-6 {
  width: 47%;
}

.network-filter .accordion .item {
  padding: 0;
  border-top: 0;
  border-bottom: 1px solid #989898;
}
.network-filter .accordion .item .head {
  flex-direction: row;
  align-items: center;
}
.network-filter .accordion .item .content {
  width: auto;
  flex-grow: 1;
  justify-content: start;
  margin: 0;
}
.network-filter .body {
  padding: 0.5555555556rem 0;
}
.network-filter .body .filter-item {
  margin: 1.3888888889rem 0 0;
  display: flex;
  align-items: center;
  justify-content: start;
  font-weight: 400;
  line-height: 1;
}
.network-filter .body .filter-item span {
  font-size: 1.1666666667rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .network-filter .body .filter-item {
    flex-direction: column;
    align-items: start;
    margin-bottom: 2.2222222222rem;
  }
  .network-filter .body .filter-item .check-list {
    margin: 0.8333333333rem 0 0;
  }
}
.network-filter .body .btns {
  padding: 1.1111111111rem 0;
  gap: 1.9444444444rem;
}
.network-filter .check-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 2.2222222222rem;
}
.network-filter .check-list input {
  display: none;
}
.network-filter .check-list input:checked + label {
  border-color: #ff9e3f;
  background-color: #ff9e3f;
  padding-right: 0.8333333333rem;
}
.network-filter .check-list input:checked + label:after {
  content: "";
  width: 0.5555555556rem;
  height: 0.5555555556rem;
  background-image: url(../images/icons/close.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 0.7222222222rem;
}
.network-filter .check-list label {
  border: 1px solid #000;
  border-radius: 1.6666666667rem;
  padding: 0.5555555556rem 1.3888888889rem;
  margin: 0.1111111111rem 0;
  margin-right: 0.8333333333rem;
  cursor: pointer;
  font-size: 0.9444444444rem;
  display: flex;
  align-items: center;
}

section.network-list {
  padding: 0;
}
section.network-list .item:nth-child(even) {
  background-color: #f7f7f7;
}
section.network-list .item .image-container {
  width: 30%;
  padding-right: 2.2222222222rem;
}
section.network-list .item .image-container .image {
  width: 20.3333333333rem;
  height: 20.3333333333rem;
  max-width: 100%;
  max-height: 100%;
}
section.network-list .item .image-container .image img {
  max-width: 100%;
  max-height: 100%;
}
section.network-list .item .details {
  width: 48.0555555556rem;
  max-width: 100%;
  font-size: 1rem;
}
section.network-list .item .content {
  display: flex;
  padding: 5rem 0;
}
@media (max-width: 767px) {
  section.network-list .item .content {
    flex-direction: column;
  }
  section.network-list .item .content .image-container {
    width: 100%;
    padding: 0;
    margin-bottom: 2.7777777778rem;
  }
}
section.network-list .item h2 {
  margin: 0 0 0.2777777778rem;
  font-size: 1.3888888889rem;
  font-weight: 500;
}
section.network-list .item h6 {
  font-size: 1rem;
  color: #8D8D8D;
  font-weight: 400;
  margin: 0 0 0.8333333333rem;
}
section.network-list .item .text {
  margin: 3.0555555556rem 0 4.1666666667rem;
}
section.network-list .item .text p {
  margin: 0 0 1.1111111111rem;
}
section.network-list .item .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: 400;
  margin: 4.1666666667rem 0;
  color: #8D8D8D;
}
section.network-list .item .info > div {
  width: 45%;
  margin: 1.1111111111rem 0;
}
section.network-list .item .btns {
  display: flex;
  align-items: center;
  gap: 1.9444444444rem;
  margin-top: 1.1111111111rem;
}
section.network-list .item .btns .btn-primary {
  padding: 0.5555555556rem 1.1111111111rem;
}

.tabs {
  display: flex;
  align-items: center;
  max-width: 100%;
  overflow: auto;
  white-space: nowrap;
}
.tabs > * {
  cursor: pointer;
}
.tabs .title {
  opacity: 0.2;
  padding-bottom: 0.7777777778rem;
  transition: all ease 0.3s;
  border-bottom: 0.2777777778rem solid transparent;
}
.tabs .title + .title {
  margin-left: 8.3333333333rem;
}
.tabs .title:hover {
  opacity: 1;
}
.tabs .title.active {
  opacity: 1;
  border-bottom-color: #ff9e3f;
}

.tabs-content .tab:not(.active) {
  display: none;
}
@media (min-width: 992px) {
  .tabs-content .tab .content-wrapper .text {
    width: 38.8888888889rem;
  }
}
.tabs-content .tab .content-wrapper .text {
  padding-top: 5.5555555556rem;
}
.tabs-content :not(.logos).img-container {
  width: 33.3333333333rem;
}
.tabs-content :not(.logos).img-container .item,
.tabs-content :not(.logos).img-container img {
  width: 100%;
}
.tabs-content .logos.img-container {
  width: 55.5555555556rem;
}
.tabs-content .logos .slider {
  margin-bottom: 2.7777777778rem;
}
.tabs-content .logos .item {
  padding: 0 1.6666666667rem;
  height: 9.1666666667rem;
}
.tabs-content .logos .item img {
  height: 9.1666666667rem;
}/*# sourceMappingURL=style.css.map */