@charset "UTF-8";
:root {
  --mainGap: 3.3333333333rem;
  --globalGap: 8.3333333333rem;
}
@media (max-width: 768px) {
  :root {
    --globalGap: 30px;
    --mainGap: 15px;
  }
}

@font-face {
  font-family: "FontLight";
  src: url(../../fonts/Poppins/Poppins-Light.ttf);
}
@font-face {
  font-family: "FontRegular";
  src: url(../../fonts/Poppins/Poppins-Regular.ttf);
}
@font-face {
  font-family: "FontBlack";
  src: url(../../fonts/Poppins/Poppins-Black.ttf);
}
@font-face {
  font-family: "LightItalic";
  src: url(../../fonts/Poppins/Poppins-LightItalic.ttf);
}
@font-face {
  font-family: "FontBold";
  src: url(../../fonts/Poppins/Poppins-Bold.ttf);
}
@font-face {
  font-family: "FontMedium";
  src: url(../../fonts/Poppins/Poppins-Medium.ttf);
}
:root {
  scroll-behavior: initial;
}

html {
  direction: ltr;
}
@media (min-width: 1200px) {
  html {
    font-size: 0.9vw;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 11px;
  }
}

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

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

::-webkit-scrollbar-thumb {
  background-color: #00ee90;
}

body {
  font-family: "FontLight";
  background-color: #000000;
  color: #fff;
  font-size: 1rem;
  line-height: 1.37;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body section {
    overflow-x: hidden;
  }
}

.container, section.impact .content .table .item, .accordion .item {
  width: 100%;
  margin: auto;
  padding: 0 var(--mainGap);
}

* {
  box-sizing: border-box;
}

a {
  color: #fff;
}
a:hover {
  color: #00ee90;
}

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

span.btn, span.arrow-btn {
  cursor: initial;
  display: inline-block;
}

img,
video {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FontRegular";
  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;
}

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

/****************/
.btn, .arrow-btn {
  border: 1px solid #fff;
  border-radius: 30px;
  line-height: 1.3888888889rem;
  padding: 0.2777777778rem 1.6666666667rem;
  background: none;
  color: #fff;
}
.btn:hover, .arrow-btn:hover {
  color: #000;
  background-color: #fff;
}
.btn.green, .green.arrow-btn {
  background-color: #00ee90;
  border-color: #00ee90;
  color: #000;
}
.btn.green:hover, .green.arrow-btn:hover {
  background-color: #fff;
  border-color: #fff;
}

.arrow-btn {
  display: inline-flex;
  padding: 0.2777777778rem 1.1111111111rem;
  padding-right: 2.7777777778rem;
  background-image: url(../../images/icons/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: 1.1111111111rem;
  background-position: right 0.6666666667rem center;
}
.arrow-btn:hover {
  background-image: url(../../images/icons/arrow-right.svg);
}
.arrow-btn.green {
  background-image: url(../../images/icons/arrow-right.svg);
}

.anim-wrap {
  overflow: hidden;
}

.base-fit, .people-head .img-container {
  position: relative;
  overflow: hidden;
}
.base-fit::before, .people-head .img-container::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.base-fit.video, .people-head .video.img-container {
  padding-top: 56.25%;
  max-height: 70vh;
}
.base-fit.video::before, .people-head .video.img-container::before {
  content: none;
}
.base-fit > *, .people-head .img-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.3888888889rem;
}
.row .col-6 {
  width: 50%;
  padding: 0 1.3888888889rem;
}

.f {
  display: flex;
}

.f-c {
  flex-direction: column;
}

.f-w {
  flex-wrap: wrap;
}

.s-b {
  justify-content: space-between;
}

.s-a {
  justify-content: space-around;
}

.j-e {
  justify-content: flex-end;
}

.j-c {
  justify-content: center;
}

.a-c {
  align-items: center;
}

.a-e {
  align-items: flex-end;
}

.a-b {
  align-items: baseline;
}

.a-s {
  align-items: flex-start;
}

.w-100 {
  width: 100%;
}

.e-none {
  pointer-events: none;
}

.e-auto {
  pointer-events: auto;
}

.d-none {
  display: none;
}

.bg-transparent {
  background-color: transparent;
}

.bg-black {
  background-color: #101010;
}

.bg-dark {
  background-color: #000;
}

/********************************************/
.link {
  display: inline-flex;
  gap: 0.2222222222rem;
  align-items: center;
}
.link:after {
  content: "";
  width: 0.6666666667rem;
  height: 0.6666666667rem;
  background: url(../../images/icons/arrow-top-right-white.svg) no-repeat center/contain;
}

.link-start-sm, .home-hero .bottom .link-start, menu .link-start {
  width: 6.1111111111rem;
  height: 13.6111111111rem;
  color: #000;
  display: block;
  background: url(../../images/icons/start.svg) no-repeat bottom 0.2777777778rem right 0.2777777778rem;
  background-size: 2.2222222222rem;
  background-color: #00ee90;
}
.link-start-sm:hover, .home-hero .bottom .link-start:hover, menu .link-start:hover {
  color: #000;
  background-color: #fff;
}
.link-start-sm > div, .home-hero .bottom .link-start > div, menu .link-start > div {
  transform: rotate(90deg) translate(4.4444444444rem, 1.6666666667rem);
  width: 9.1666666667rem;
  font-size: 1.2222222222rem;
  font-family: "FontRegular";
  line-height: 1.3888888889rem;
}
@media (min-width: 993px) {
  .link-start-sm, .home-hero .bottom .link-start, menu .link-start {
    margin-right: -3.3333333333rem;
  }
}
.link-start-sm.btn, .home-hero .bottom .btn.link-start, menu .btn.link-start, .link-start-sm.arrow-btn, .home-hero .bottom .arrow-btn.link-start, menu .arrow-btn.link-start {
  width: auto;
  height: auto;
  display: inline-block;
  padding-right: 2.7777777778rem;
  padding-left: 1.1111111111rem;
  background-size: 1.3888888889rem;
  background-position: right 0.8333333333rem center;
}

.discover-btn {
  display: inline-flex;
  text-align: left;
  align-items: center;
  gap: 1.9444444444rem;
}
.discover-btn div div:first-child {
  margin-bottom: 0.1666666667rem;
}
.discover-btn div div:last-child {
  font-size: 1.1111111111rem;
  font-family: "FontMedium";
  text-transform: uppercase;
  line-height: 1.4;
  text-align: center;
}
.discover-btn .arrow {
  width: 3.1666666667rem;
  height: 3.1666666667rem;
  background-color: #00ee90;
  border-radius: 50%;
  background-image: url(../../images/icons/arrow-right.svg);
  background-position: center;
  background-size: 1.3888888889rem;
  background-repeat: no-repeat;
}

.preloading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  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;
}
header.hide .header-wrapper > div {
  transform: translateY(-100%);
}
header.fixed:not(.menu-opend) .logo-container {
  opacity: 0;
  visibility: hidden;
}
header .header-wrapper > div {
  padding-top: 2.7777777778rem;
  position: absolute;
  top: 0;
  width: auto;
  transition: transform ease 1s;
}
header .header-wrapper > div.logo-container {
  left: 0;
  transition: all ease 0.3s;
}
header .header-wrapper > div.btns {
  right: 0;
}
header .logo-container a,
header .logo-container img {
  display: block;
}
header .logo-container img {
  height: 3.2222222222rem;
}

.menu-btn {
  border: 0;
  background: none;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
  font-size: 0.2722222222rem;
  padding: 0;
}
.menu-btn > i {
  display: block;
  width: 8em;
  height: 0.2em;
  margin: 1.7em auto;
  background-color: #ffffff;
  transition: all linear 0.2s;
}
.menu-btn.open > i:first-child {
  transform: translateY(2em) rotateZ(-45deg);
}
.menu-btn.open > i:nth-child(2) {
  width: 0;
}
.menu-btn.open > i:last-child {
  transform: translateY(-2em) rotateZ(45deg);
}

menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background-color: #000000;
  margin: 0;
  padding: 2.7777777778rem var(--mainGap);
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.3s;
}
menu header.hide .header-wrapper > div {
  transform: none;
}
menu.active {
  visibility: visible;
  opacity: 1;
}
menu .menu-sheet {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 1;
}
menu .nav-list {
  margin-top: auto;
  margin-bottom: 4.4444444444rem;
  display: flex;
}
menu .nav-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  min-width: 20%;
}
menu .nav-list ul li a {
  font-size: 2.2222222222rem;
  line-height: 2;
  transition: padding ease 0.3s;
  display: block;
}
menu .nav-list ul li a:hover:not(.active) {
  padding-left: 1.6666666667rem;
}
menu .nav-list ul li a.active {
  color: #00ee90;
}
menu .menu-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media (max-width: 767px) {
  menu .menu-footer {
    flex-direction: column;
  }
  menu .menu-footer > div {
    width: 100%;
  }
  menu .menu-footer .social {
    margin-bottom: 2.5rem;
  }
}
menu .menu-footer .social ul {
  display: flex;
  align-items: center;
  gap: 5rem;
  list-style: none;
  padding: 0;
}
menu .menu-footer .social ul a {
  font-size: 1.5555555556rem;
}
menu .menu-footer .social ul a:after {
  width: 1.2222222222rem;
  height: 1.2222222222rem;
}
@media (min-width: 993px) {
  menu .link-start {
    bottom: -2.7777777778rem;
    position: relative;
    margin-top: -8.3333333333rem;
  }
}
@media (max-width: 991px) {
  menu .link-start {
    width: 100%;
    height: auto;
    padding: 1.1111111111rem;
  }
  menu .link-start > div {
    transform: none;
  }
}

footer {
  position: relative;
  overflow: hidden;
}
footer .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 0;
}
footer > div {
  position: relative;
  z-index: 1;
}
footer .left,
footer .right {
  width: 50%;
}
@media (max-width: 767px) {
  footer .left,
  footer .right {
    width: 100%;
  }
}
footer .top,
footer .bottom {
  display: flex;
  min-height: 50vh;
  gap: 1.6666666667rem;
}
@media (max-width: 767px) {
  footer .top,
  footer .bottom {
    justify-content: center;
    flex-direction: column;
    gap: 2.2222222222rem;
    min-height: auto;
  }
}
footer form {
  width: 22.2222222222rem;
  max-width: 100%;
}
footer .top {
  padding: 2.7777777778rem 0 0;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .top {
    justify-content: center;
    margin-bottom: 2.7777777778rem;
  }
}
footer .top .right {
  display: flex;
  flex-direction: column;
}
footer .top .right .up {
  display: flex;
  justify-content: space-between;
  gap: 1.6666666667rem;
  margin-bottom: 2.2222222222rem;
}
footer .top .title {
  font-size: 2.2222222222rem;
  width: 19.4444444444rem;
  max-width: 100%;
  margin: 0 0 2.2222222222rem;
}
@media (max-width: 767px) {
  footer .top .title {
    width: 100%;
  }
}
footer .top ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0.8888888889rem;
}
footer .top ul li {
  display: block;
  margin-bottom: 0.5555555556rem;
}
footer .top ul a {
  font-size: 1rem;
}
@media (max-width: 767px) {
  footer .top ul a {
    font-size: 1.2222222222rem;
  }
}
footer .social {
  margin-top: auto;
  padding: 0 0.8333333333rem;
}
footer .social ul {
  display: flex;
  align-items: center;
}
footer .social ul li + li {
  margin-left: 2.7777777778rem;
}
footer .social ul a {
  display: inline-flex;
  gap: 0.2222222222rem;
  align-items: center;
}
footer .social ul a:after {
  content: "";
  width: 0.8888888889rem;
  height: 0.8888888889rem;
  background: url(../../images/icons/arrow-top-right-white.svg) no-repeat center/contain;
}
@media (max-width: 767px) {
  footer .social {
    padding: 0;
  }
}
footer .bottom {
  display: flex;
}
footer .bottom .left {
  display: flex;
  flex-direction: column;
  padding: 0.8333333333rem 0;
}
footer .bottom .left > div {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: auto;
}
footer .bottom .left > div .log img {
  width: 26.6666666667rem;
}
footer .bottom .link-start {
  height: 100%;
  padding: 1.3888888889rem;
  display: block;
  color: #000;
  display: block;
  background: url(../../images/icons/start.svg) no-repeat bottom right/15%;
  background-color: #00ee90;
  font-size: 2.2222222222rem;
  font-family: "FontRegular";
}
footer .bottom .link-start:hover {
  background-color: #fff;
}
@media (min-width: 993px) {
  footer .bottom .link-start {
    margin-right: -3.3333333333rem;
  }
}
footer .bottom .copy {
  font-size: 0.8888888889rem;
  margin-bottom: 0.8333333333rem;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10vh 10vw;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
  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%;
  overflow: hidden;
  text-align: center;
  display: flex;
}
.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: 0.8333333333rem;
  z-index: 1;
  width: 4.4444444444rem;
  height: 4.4444444444rem;
  border-radius: 50%;
  display: block;
  padding: 0.8333333333rem;
}
.popup .close > i:first-child {
  transform: translateY(1px) rotateZ(-45deg);
}
.popup .close > i:last-child {
  transform: translateY(-1px) rotateZ(45deg);
}
.popup .close i {
  width: 2.7777777778rem;
  height: 2px;
  display: block;
  background-color: #000;
}
.popup .close:hover i {
  background-color: #fff;
}

.home-hero {
  background-image: url(../../images/home-hero.jpg);
  background-size: cover;
  background-position: fixed;
}
.home-hero .content {
  height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.home-hero .content .center {
  text-align: right;
  margin-top: auto;
  padding-top: 8.3333333333rem;
}
.home-hero .bottom {
  display: flex;
  gap: 2.7777777778rem;
  margin-top: auto;
  margin-bottom: 2.7777777778rem;
}
.home-hero .bottom .left {
  width: 55%;
}
.home-hero .bottom .left h3 {
  font-size: 2.2222222222rem;
  line-height: 1.25;
  width: 36.1111111111rem;
  max-width: 100%;
  margin: 0 0 3.8888888889rem;
}
.home-hero .bottom .left .scroll-down {
  display: inline-flex;
  font-family: "FontRegular";
  font-size: 0.8888888889rem;
  padding-right: 0.7777777778rem;
  line-height: 1.2777777778rem;
  background: url(../../images/icons/down.svg) no-repeat right center/0.4444444444rem;
}
.home-hero .bottom .middle > div {
  width: 29.4444444444rem;
  max-width: 100%;
}
.home-hero .bottom .middle p {
  font-size: 1.3888888889rem;
  margin: 0;
}
.home-hero .bottom .right {
  margin-left: auto;
}
@media (min-width: 993px) {
  .home-hero .bottom .link-start {
    bottom: -2.7777777778rem;
    position: relative;
  }
}
@media (max-width: 992px) {
  .home-hero .bottom {
    flex-direction: column;
  }
  .home-hero .bottom .right {
    margin: 0;
  }
  .home-hero .bottom .right .link-start {
    width: 100%;
    height: auto;
    padding: 1.1111111111rem;
  }
  .home-hero .bottom .right .link-start > div {
    transform: none;
  }
}

.two-cols, .hero-two-cols {
  display: flex;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.two-cols .bg.black, .hero-two-cols .bg.black {
  mix-blend-mode: luminosity;
}
.two-cols .bg.black img, .hero-two-cols .bg.black img {
  opacity: attr(data-opacity number, 1);
  -o-object-fit: attr(data-fit, cover);
     object-fit: attr(data-fit, cover);
}
@media (max-width: 992px) {
  .two-cols, .hero-two-cols {
    flex-direction: column;
  }
}
.two-cols .logo-ic, .hero-two-cols .logo-ic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 2.2222222222rem;
}
.two-cols .bg, .hero-two-cols .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .two-cols .bg, .hero-two-cols .bg {
    aspect-ratio: 1/1;
    width: auto;
    transform: rotate(90deg);
    opacity: 0.5;
  }
}
.two-cols .col, .hero-two-cols .col {
  position: relative;
  z-index: 4;
  width: 50%;
  min-height: 100svh;
  padding-top: 12.2222222222rem;
  display: flex;
  justify-content: end;
  flex-direction: column;
  margin-left: 0;
  padding-right: 5%;
}
@media (min-width: 992px) {
  .two-cols .col:last-child, .hero-two-cols .col:last-child {
    padding-left: 5%;
    padding-right: 0;
  }
}
.two-cols .col.off-white, .hero-two-cols .col.off-white {
  background-color: rgba(255, 255, 255, 0.05);
}
@media (max-width: 992px) {
  .two-cols .col, .hero-two-cols .col {
    width: 100%;
    min-height: 50svh;
    padding: 0rem;
  }
}
.two-cols .col > div, .hero-two-cols .col > div {
  margin: 0;
  padding-top: 5.5555555556rem;
  padding-bottom: 5.5555555556rem;
  padding-top: 5vh;
  padding-bottom: 5vh;
  margin-top: auto;
}
@media (max-width: 992px) {
  .two-cols .col > div, .hero-two-cols .col > div {
    padding-top: 2.7777777778rem;
    margin: auto;
    width: 100%;
  }
}
.two-cols .text-space, .hero-two-cols .text-space {
  width: 23.8888888889rem;
  max-width: 100%;
}
.two-cols .text-space2, .hero-two-cols .text-space2 {
  width: 33.3333333333rem;
  max-width: 100%;
}
.two-cols h4, .hero-two-cols h4 {
  font-size: 2.2222222222rem;
  margin: 0;
  line-height: 1.4;
}
.two-cols h5, .hero-two-cols h5 {
  font-size: 1.6666666667rem;
  margin: 0.8333333333rem 0 0;
  line-height: 1.3333333333;
}
.two-cols p, .hero-two-cols p {
  margin: 0.8333333333rem 0 3.0555555556rem;
}

section.logos {
  padding: 10rem 0;
}
section.logos .logo-slider .item {
  padding-right: 4.4444444444rem;
}
section.logos .logo-slider .item img {
  max-height: 5.2777777778rem;
}

.title {
  font-size: 2.2222222222rem;
  margin: 0;
  color: #fff;
  text-transform: capitalize;
}

section.case-studies {
  padding-top: 12.2222222222rem;
  padding-bottom: 1.6666666667rem;
}
section.case-studies .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6.6666666667rem;
}
section.case-studies .cases-list .item {
  display: flex;
  gap: 1.3888888889rem;
  padding: 2.7777777778rem 0 5.5555555556rem;
  border-top: 1px solid #707070;
}
section.case-studies .cases-list .item:after {
  width: 2.5rem;
  height: 3.3333333333rem;
  content: "";
  margin-left: auto;
  background: url(../../images/icons/arrow-right-white.svg) no-repeat center/contain;
}
section.case-studies .cases-list .item .img-container {
  width: 23.0555555556rem;
  max-width: 100%;
}
section.case-studies .cases-list .item .img-container:before {
  padding-top: 67.4698795181%;
}
section.case-studies .cases-list .item .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 27.7777777778rem;
}
section.case-studies .cases-list .item .content h4 {
  font-size: 1.9444444444rem;
  margin: 0 0 2.7777777778rem;
}
@media (max-width: 580px) {
  section.case-studies .cases-list .item .content h4 {
    font-size: 1.3333333333rem;
    margin: 0 0 1.6666666667rem;
  }
}
section.case-studies .cases-list .item .content .info {
  font-size: 1.2222222222rem;
}
section.case-studies .cases-list .item .content .info span + span {
  margin-left: 2.1111111111rem;
}

section.what-we-do {
  position: relative;
  overflow: hidden;
}
section.what-we-do .head {
  margin-bottom: 5.5555555556rem;
}
section.what-we-do .head .title {
  margin-bottom: 1.5555555556rem;
}
section.what-we-do .bg {
  position: absolute;
  top: 0;
  right: -8%;
  width: 50%;
  z-index: -1;
}
section.what-we-do .bg > * {
  width: 100%;
}
section.what-we-do .container, section.what-we-do section.impact .content .table .item, section.impact .content .table section.what-we-do .item, section.what-we-do .accordion .item, .accordion section.what-we-do .item {
  min-height: 100svh;
  padding-top: 10rem;
  padding-bottom: 4.4444444444rem;
  display: flex;
  flex-direction: column;
}
section.what-we-do .service-list {
  display: flex;
  flex-grow: 1;
  gap: 1.3888888889rem;
}
section.what-we-do .service-list .item {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.6666666667rem;
  padding: 2.7777777778rem 3.3333333333rem;
  background-color: #1f2123;
  transition: transform ease 0.5s;
}
section.what-we-do .service-list .item:hover {
  transform: translateY(-7%);
}
@media (max-width: 992px) {
  section.what-we-do .service-list {
    flex-wrap: wrap;
  }
  section.what-we-do .service-list .item {
    width: calc((100% - 1.3888888889rem) / 2);
  }
  section.what-we-do .service-list .item:hover {
    transform: translateY(-1.1111111111rem);
  }
}
section.what-we-do .service-list .no {
  font-family: "FontBlack";
  font-size: 2.2222222222rem;
}
section.what-we-do .service-list .info h5 {
  font-size: 1.7777777778rem;
  line-height: 2.5rem;
  margin: 0 0 0.5555555556rem;
}
section.what-we-do .service-list .info p {
  margin: 0;
  font-size: 0.8888888889rem;
  line-height: 1.2222222222rem;
}
section.what-we-do .service-list .icon img {
  height: 6.1111111111rem;
}

section.what-we-done {
  position: relative;
  overflow: hidden;
  min-height: 100svh;
  padding-top: 10rem;
}
@media (max-width: 767px) {
  section.what-we-done {
    min-height: auto;
  }
}
section.what-we-done .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
section.what-we-done .bg > * {
  width: 100%;
}
section.what-we-done {
  display: flex;
  flex-direction: column;
}
section.what-we-done .head {
  margin-bottom: 2.5rem;
}
section.what-we-done .content {
  background-color: #000;
  flex-grow: 1;
  border: 1px solid rgba(119, 119, 119, 0.5);
  border-width: 1px 0;
}
section.what-we-done .content .grid {
  min-height: 100%;
  display: flex;
}
section.what-we-done .content .grid .left {
  width: 17%;
  margin: -1px 0;
  border-right: 1px solid rgba(119, 119, 119, 0.5);
}
@media (max-width: 767px) {
  section.what-we-done .content .grid .left {
    width: 40%;
  }
}
section.what-we-done .content .grid .left .container, section.what-we-done section.impact .content .grid .left .table .item, section.impact section.what-we-done .content .grid .left .table .item, section.what-we-done section.impact .content .table .grid .left .item, section.impact section.what-we-done .content .table .grid .left .item, section.what-we-done .content .grid .left .accordion .item, .accordion section.what-we-done .content .grid .left .item {
  font-size: 1.3333333333rem;
  line-height: 1.3333333333;
  display: flex;
  flex-direction: column;
  gap: 5.5555555556rem;
  height: 100%;
  padding-top: 4.4444444444rem;
  padding-bottom: 1.6666666667rem;
}
section.what-we-done .content .grid .left .circles {
  flex-grow: 1;
}
section.what-we-done .content .grid .left .circles > div {
  width: 70%;
  padding-top: 70%;
}
section.what-we-done .content .grid .left .circles > div:nth-child(4) {
  margin-bottom: -30%;
}
section.what-we-done .content .grid .right {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 767px) {
  section.what-we-done .content .grid .right {
    grid-template-columns: 1fr;
  }
}
section.what-we-done .content .grid .right > div {
  padding: 10%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(119, 119, 119, 0.25);
  margin: -1px;
}
@media (max-width: 767px) {
  section.what-we-done .content .grid .right > div:nth-child(3) {
    order: -1;
  }
}
section.what-we-done .content .grid .right > div p {
  font-size: 0.8888888889rem;
  max-width: 70%;
  margin: 0;
}
section.what-we-done .content .grid .right > div h4 {
  font-size: 3.0555555556rem;
  margin: 0 0 1.6666666667rem;
}
section.what-we-done .content .grid .right > div h4 span:not(.counter) {
  font-size: 1.3888888889rem;
}

.circles > div {
  border-radius: 50%;
}
.circles > div:first-child {
  background-color: rgba(1, 234, 143, 0.8);
}
.circles > div:nth-child(2) {
  transform: translateY(-20%);
  background-color: rgba(1, 234, 143, 0.55);
}
.circles > div:nth-child(3) {
  transform: translateY(-40%);
  background-color: rgba(1, 234, 143, 0.3);
}
.circles > div:nth-child(4) {
  transform: translateY(-60%);
  background-color: rgba(1, 234, 143, 0.2);
}

@media (min-width: 768px) {
  section.who-we-are .container, section.who-we-are section.impact .content .table .item, section.impact .content .table section.who-we-are .item, section.who-we-are .accordion .item, .accordion section.who-we-are .item {
    min-height: 100svh;
  }
}
section.who-we-are .container, section.who-we-are section.impact .content .table .item, section.impact .content .table section.who-we-are .item, section.who-we-are .accordion .item, .accordion section.who-we-are .item {
  padding-top: 10rem;
  padding-bottom: 4.4444444444rem;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
section.who-we-are .head {
  margin-bottom: 7.2222222222rem;
}
section.who-we-are .bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30%;
  z-index: -1;
  text-align: right;
}
section.who-we-are .nav-arrows {
  margin-top: 2.2222222222rem;
}
section.who-we-are .content {
  width: 73.3333333333rem;
  max-width: 100%;
}
section.who-we-are .content .larg-txt {
  display: flex;
  gap: 0.5555555556rem;
  margin-bottom: 5rem;
}
section.who-we-are .content .larg-txt p {
  font-size: 3.3333333333rem;
  line-height: 1.25;
  margin: 0;
}
section.who-we-are .content .sm-txt p {
  font-size: 1.6666666667rem;
  font-family: "LightItalic";
}

section.team {
  position: relative;
}
section.team .container, section.team section.impact .content .table .item, section.impact .content .table section.team .item, section.team .accordion .item, .accordion section.team .item {
  padding-top: 11.1111111111rem;
  padding-bottom: 12.7777777778rem;
}
section.team .head .title {
  margin-bottom: 1.6666666667rem;
}
section.team .team-list {
  display: flex;
}
@media (max-width: 767px) {
  section.team .team-list {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2%;
  }
  section.team .team-list .item {
    width: 48% !important;
    transform: none !important;
    margin-top: 2%;
  }
}
section.team .team-list .item {
  position: relative;
  width: 33.3333333333%;
  cursor: pointer;
}
section.team .team-list .item:first-child {
  transform: translateY(2.7777777778rem);
}
section.team .team-list .item:nth-child(2) {
  transform: translateY(8.3333333333rem);
}
section.team .team-list .item:nth-child(3) {
  transform: translateY(-5.5555555556rem);
}
section.team .team-list .item .img {
  max-height: 60vh;
}
section.team .team-list .item .img img {
  filter: grayscale(1);
  transition: all ease 0.4s;
}
section.team .team-list .item .img:before {
  padding-top: 121.6666666667%;
}
section.team .team-list .item .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  color: #000;
  transition: all ease 0.4s;
  padding: 0.2222222222rem 0.8333333333rem;
  height: 2.2222222222rem;
  overflow: hidden;
  display: flex;
  gap: 0.8333333333rem;
}
section.team .team-list .item .info:after {
  content: "";
  width: 2.7777777778rem;
  min-width: 2.7777777778rem;
  height: 2.7777777778rem;
  background: url(../../images/icons/arrow-top-right.svg) no-repeat center/contain;
  opacity: 0;
  transition: opacity ease 0.4s;
}
section.team .team-list .item .info .name {
  font-size: 1.4444444444rem;
  margin: 0;
}
section.team .team-list .item .info .job {
  font-size: 0.8888888889rem;
  margin-bottom: 2.2222222222rem;
}
section.team .team-list .item .info .desc {
  font-size: 0.8888888889rem;
}
section.team .team-list .item:hover .img img {
  filter: grayscale(0);
}
section.team .team-list .item:hover .info:after {
  opacity: 1;
}
section.team .team-list .item:hover .info {
  height: auto;
  padding: 1.1111111111rem 0.8333333333rem 2.2222222222rem;
}

/*************************/
.hero-two-cols .col {
  padding-top: 20svh;
}
@media (max-width: 992px) {
  .hero-two-cols .col {
    padding-top: 8.3333333333rem !important;
  }
}
@media (max-width: 992px) {
  .hero-two-cols .col > div {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 993px) {
  .hero-two-cols .black-form {
    width: 111%;
  }
}
.hero-two-cols .s-title {
  margin: auto 0 4.4444444444rem;
  font-size: 2.2222222222rem;
}
.hero-two-cols .slider-wrapper {
  margin-bottom: 2.2222222222rem;
}
.hero-two-cols .slider-wrapper .nav-arrows {
  width: 100%;
  justify-content: end;
  margin-top: 3.3333333333rem;
}
.hero-two-cols .logo-slider .item {
  padding-right: 4.4444444444rem;
}
.hero-two-cols .logo-slider .item img {
  max-height: 6.6666666667rem;
}
.hero-two-cols .cases-slider .item {
  display: flex;
  gap: 1.6666666667rem;
  width: 100%;
  padding-right: 10%;
}
.hero-two-cols .cases-slider .item .img-container {
  width: 22.2222222222rem;
  max-width: 100%;
  margin: 0;
}
.hero-two-cols .cases-slider .item .img-container:before {
  padding-top: 62.5%;
}
.hero-two-cols .cases-slider .item .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero-two-cols .cases-slider .item .content h4 {
  font-size: 1rem;
  margin: 0;
}
.hero-two-cols .cases-slider .item .content .info {
  font-size: 0.8888888889rem;
}
.hero-two-cols .cases-slider .item .content .info span + span {
  margin-left: 2.1111111111rem;
}

.cases-slider .section-head {
  flex-direction: row !important;
  align-items: center !important;
}
.cases-slider .nav-arrows {
  width: auto !important;
  margin-left: auto;
}
.cases-slider .item {
  width: 40%;
  padding-right: 5%;
}
@media (max-width: 992px) {
  .cases-slider .item {
    width: 48%;
  }
}
@media (max-width: 992px) {
  .cases-slider .item {
    width: 80%;
  }
}
.cases-slider .item .img-container {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.6666666667rem;
}
.cases-slider .item .img-container:before {
  padding-top: 50%;
}
.cases-slider .item .content p {
  font-size: 1.5555555556rem;
  margin: 0 0 1.6666666667rem;
}
.cases-slider .item .content .info {
  font-size: 1.1111111111rem;
}
.cases-slider .item .content .info span + span {
  margin-left: 2.1111111111rem;
}

.text-green-dot {
  position: relative;
  padding-left: 1.6666666667rem;
  margin-bottom: 1.6666666667rem;
  max-width: 80%;
  height: 30svh;
}
.text-green-dot:before {
  content: "";
  width: 0.8333333333rem;
  height: 0.8333333333rem;
  background-color: #00ee90;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0.2777777778rem;
}
.text-green-dot h4 {
  font-size: 1.1111111111rem;
  margin-bottom: 1.3888888889rem;
  font-family: "FontBold";
}

.hero-two-cols .quotes {
  position: relative;
}
.hero-two-cols .quotes .item {
  padding-left: 1.6666666667rem;
}
.hero-two-cols .quotes p {
  font-size: 1.3888888889rem;
  line-height: 2.1111111111rem;
}
.hero-two-cols .quotes p::before {
  content: "“";
  position: absolute;
  top: 0;
  left: -1.6666666667rem;
  line-height: 2.7777777778rem;
}
.hero-two-cols .quotes p::after {
  content: "“";
}
.hero-two-cols .quotes p:before, .hero-two-cols .quotes p:after {
  font-size: 2.7777777778rem;
  font-family: "FontMedium";
  line-height: inherit;
}
.hero-two-cols .quotes .name {
  font-size: 1.1111111111rem;
  line-height: 1.4;
  font-family: "LightItalic";
}
.hero-two-cols .quotes .nav-arrows {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -0.5555555556rem;
}

/*************************/
section.services {
  padding-top: 12.2222222222rem;
  padding-bottom: 12.2222222222rem;
}

.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-family: "FontLight";
  background-color: transparent;
}
.form-control option {
  background-color: #000;
}
.form-control option:disabled {
  color: #5c5c5c;
}

textarea.form-control {
  height: 9.4444444444rem;
}

select.form-control {
  cursor: pointer;
  background: url(../../images/icons/down.svg) no-repeat right center/1.3888888889rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select.form-control:has(option[disabled]:checked) {
  color: #5c5c5c;
}

.accordion .item {
  overflow: hidden;
  border-top: 1px solid #707070;
}
.accordion .item:last-child:not(:first-child) {
  border-bottom: 1px solid #707070;
}
.accordion .head {
  display: flex;
  font-size: 2.2222222222rem;
  line-height: 1;
  font-family: "FontRegular";
  cursor: pointer;
}
@media (max-width: 767px) {
  .accordion .head {
    font-size: 1.3888888889rem;
  }
}
.accordion .head .content {
  padding: 3.8888888889rem 0 1.5555555556rem;
}
.accordion .number {
  height: 5.5555555556rem;
  font-size: 14.4444444444rem;
  margin-right: 1.6666666667rem;
  transition: margin-top ease 0.3s;
}
@media (max-width: 767px) {
  .accordion .number {
    font-size: 11.1111111111rem;
  }
}
.accordion .content {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  padding: 1.3888888889rem 0 5.5555555556rem;
}
@media (max-width: 767px) {
  .accordion .content {
    width: 60% !important;
  }
}
.accordion .toggle {
  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: #fff;
  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;
  font-size: 1.3888888889rem;
  line-height: 1.3333333333;
}
@media (max-width: 767px) {
  .accordion .body {
    font-size: 1.1111111111rem;
  }
}
.accordion .body > div {
  display: flex;
  justify-content: end;
}
.accordion .body .content {
  width: 50%;
  padding-right: 3.8888888889rem;
  display: block;
}
.accordion .body p {
  margin: 0;
}
.accordion .active .toggle:after {
  transform: rotate(0deg);
}
.accordion .active .number {
  margin-top: 1.1111111111rem;
}
.accordion .active .body {
  display: block;
}
.accordion.default .content {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 2.5rem 0;
}
.accordion.default .body > div {
  justify-content: start;
}
.accordion.default .body .content {
  width: 60%;
}

.nav-arrows {
  display: inline-flex;
}
.nav-arrows .btn, .nav-arrows .arrow-btn {
  padding: 0.4444444444rem;
  border: 0 !important;
  cursor: pointer;
}
.nav-arrows .btn:after, .nav-arrows .arrow-btn:after {
  content: "";
  width: 1.9444444444rem;
  height: 1.4444444444rem;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform ease 0.3s;
}
.nav-arrows .btn.prev:after, .nav-arrows .prev.arrow-btn:after {
  background-image: url(../../images/icons/arrow-left-white.svg);
}
.nav-arrows .btn.prev:hover:after, .nav-arrows .prev.arrow-btn:hover:after {
  transform: translateX(-20%);
}
.nav-arrows .btn.next:after, .nav-arrows .next.arrow-btn:after {
  background-image: url(../../images/icons/arrow-right-white.svg);
}
.nav-arrows .btn.next:hover:after, .nav-arrows .next.arrow-btn:hover:after {
  transform: translateX(20%);
}
.nav-arrows .btn:hover, .nav-arrows .arrow-btn:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

/*************************/
section.we-do {
  padding-top: 12.2222222222rem;
  padding-bottom: 5.5555555556rem;
}
section.we-do .title {
  margin-bottom: 3.0555555556rem;
}
section.we-do .content {
  display: flex;
  align-items: center;
  gap: 10%;
}
section.we-do .content .text {
  font-size: 1.3888888889rem;
  line-height: 2.1111111111rem;
  width: 55%;
}
section.we-do .content .animation {
  width: 35%;
  margin: -30% 0;
}
@media (max-width: 767px) {
  section.we-do .content {
    flex-direction: column;
  }
  section.we-do .content > div {
    width: 100% !important;
    margin-top: 0 !important;
  }
  section.we-do .content .animation {
    margin: 0;
  }
}
section.we-do .list {
  margin-top: 11.1111111111rem;
}
section.we-do .list .item {
  padding: 0 1.6666666667rem 0.8333333333rem;
  border-left: 1px solid #bfbfbf;
  height: 30svh;
  width: 16.6666666667%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.we-do .list .item:last-child {
  border-right: 1px solid #bfbfbf;
}
@media (max-width: 1200px) {
  section.we-do .list .item {
    width: 20%;
  }
}
@media (max-width: 992px) {
  section.we-do .list .item {
    width: 25%;
  }
}
@media (max-width: 767px) {
  section.we-do .list .item {
    width: 33.3333333333%;
  }
}
section.we-do .list.cols-5 .item {
  width: 20%;
}
@media (max-width: 992px) {
  section.we-do .list.cols-5 .item {
    width: 30.303030303%;
  }
}
@media (max-width: 580px) {
  section.we-do .list.cols-5 .item {
    width: 43.4782608696%;
  }
}
section.we-do .list h6 {
  font-size: 1.1111111111rem;
  margin: 0;
  font-family: "FontLight";
}

/*************************/
section.cycle-plan {
  position: relative;
  background-color: #000;
  padding-top: 12.2222222222rem;
}
section.cycle-plan:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  background-image: url(../../images/bg-t1.png);
  background-size: cover;
  mix-blend-mode: luminosity;
}
section.cycle-plan .content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10%;
}
section.cycle-plan .content .title {
  font-family: "FontLight";
  width: 46.6666666667rem;
  max-width: 100%;
}
@media (max-width: 992px) {
  section.cycle-plan .content {
    flex-direction: column;
  }
  section.cycle-plan .content > div {
    width: 100% !important;
  }
  section.cycle-plan .content .link-start-sm, section.cycle-plan .content menu .link-start, menu section.cycle-plan .content .link-start, section.cycle-plan .content .home-hero .bottom .link-start, .home-hero .bottom section.cycle-plan .content .link-start {
    height: auto;
    width: 100% !important;
    padding: 1.1111111111rem;
    margin-top: 2.7777777778rem;
  }
  section.cycle-plan .content .link-start-sm > div, section.cycle-plan .content menu .link-start > div, menu section.cycle-plan .content .link-start > div, section.cycle-plan .content .home-hero .bottom .link-start > div, .home-hero .bottom section.cycle-plan .content .link-start > div {
    transform: none;
  }
}

/*************************/
section.impact .head {
  padding-top: 15.5555555556rem;
  padding-bottom: 5rem;
  background-image: url(../../images/bg-t2.png);
  background-size: 100%;
  background-color: #000;
  background-position: bottom center;
  background-repeat: no-repeat;
}
section.impact .head .container, section.impact .head .content .table .item, section.impact .content .table .head .item, section.impact .head .accordion .item, .accordion section.impact .head .item {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10%;
}
section.impact .head .container div, section.impact .head .content .table .item div, section.impact .content .table .head .item div, section.impact .head .accordion .item div, .accordion section.impact .head .item div {
  width: 37.2222222222rem;
  max-width: 100%;
}
@media (max-width: 992px) {
  section.impact .head .container, section.impact .head .content .table .item, section.impact .content .table .head .item, section.impact .head .accordion .item, .accordion section.impact .head .item {
    flex-direction: column;
  }
  section.impact .head .container > div, section.impact .head .content .table .item > div, section.impact .content .table .head .item > div, section.impact .head .accordion .item > div, .accordion section.impact .head .item > div {
    width: 100% !important;
  }
}
section.impact .head p {
  font-size: 1.3888888889rem;
  line-height: 1.4;
  margin: 0;
}
section.impact .content {
  position: relative;
  margin: 1.6666666667rem 0;
}
section.impact .content .table .item {
  display: flex;
  justify-content: space-between;
  padding-top: 1.1111111111rem;
  padding-bottom: 2.7777777778rem;
}
section.impact .content .table .item + .item {
  border-top: 1px solid #707070;
}
section.impact .content .table .item > div:first-child {
  width: 30%;
  font-size: 2.7777777778rem;
  line-height: 3.3333333333rem;
}
section.impact .content .table .item > div:nth-child(2) {
  width: 18.8888888889rem;
  font-size: 1.3888888889rem;
  line-height: 1.8888888889rem;
}
section.impact .content .table .item > div:last-child {
  width: 30%;
}
@media (max-width: 767px) {
  section.impact .content .table .item > div:last-child {
    display: none;
  }
}
@media (max-width: 992px) {
  section.impact .content .table .item {
    display: flex;
    flex-direction: column;
    gap: 1.6666666667rem;
  }
  section.impact .content .table .item > div:first-child {
    width: 100%;
  }
}
section.impact .content .circles {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  overflow: hidden;
}
@media (max-width: 767px) {
  section.impact .content .circles {
    opacity: 0.2;
  }
}
section.impact .content .circles > div {
  width: 15.5555555556rem;
  height: 15.5555555556rem;
  margin: auto;
}

section .section-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8.8888888889rem;
}
section .section-head p {
  margin: 0;
}
section .section-head > div {
  width: 45%;
  gap: 10%;
  font-size: 1.3888888889rem;
}
@media (max-width: 992px) {
  section .section-head {
    flex-direction: column;
    align-items: start !important;
    gap: 2.7777777778rem;
  }
  section .section-head > div {
    width: 100% !important;
  }
}
section .head-text {
  display: flex;
  padding: 11.1111111111rem 0;
  gap: 6%;
}
@media (max-width: 992px) {
  section .head-text {
    flex-direction: column;
    gap: 2.7777777778rem;
  }
  section .head-text > div {
    width: 100% !important;
  }
}
section .head-text > div {
  width: 47%;
}
section .head-text > div > * {
  width: 33.0555555556rem;
  max-width: 100%;
}
section .head-text > div p {
  font-size: 1.3888888889rem;
  margin: 0;
}
section .head-text.larg > div.text {
  width: 50%;
}
section .head-text.larg > div.text > * {
  width: 80%;
}

/*************************/
section.creative-work {
  padding: 8.3333333333rem 0 0;
}
section.creative-work .content {
  display: flex;
  align-items: center;
}
section.creative-work .content > div {
  width: 50%;
  gap: 10%;
}
section.creative-work .title {
  margin-bottom: 4.7222222222rem;
}
section.creative-work .anim-container video {
  max-width: 100%;
}

.dotted-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dotted-list li:before {
  content: "";
  width: 0.8333333333rem;
  height: 0.8333333333rem;
  background-color: #00ee90;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.4444444444rem;
}
.dotted-list li {
  position: relative;
  padding-left: 1.9444444444rem;
  font-size: 1.3888888889rem;
  line-height: 1.4;
  margin-bottom: 1.6666666667rem;
}

section.warm-container {
  padding: 13.8888888889rem 0;
}
section.warm-container .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.warm-container .content .text {
  width: 36.1111111111rem;
  max-width: 100%;
}
section.warm-container .content .title {
  margin-bottom: 3.3333333333rem;
}
section.warm-container .content p {
  font-size: 1.3888888889rem;
  margin-bottom: 6.6666666667rem;
}
section.warm-container .content .warm-wrapper {
  width: 50%;
}
section.warm-container .content .warm-wrapper img {
  width: 100%;
}
@media (max-width: 992px) {
  section.warm-container .content {
    flex-direction: column;
  }
  section.warm-container .content .text {
    width: 100%;
  }
}

section.team-work .lines-anim img {
  width: 100%;
}

section.creative-services {
  padding: 8.3333333333rem 0;
}
section.creative-services + .creative-services {
  border-top: 1px solid #BFBFBF;
}
section.creative-services .services-line {
  overflow: hidden;
}
section.creative-services .services-line .item {
  padding: var(--mainGap) 0;
  width: 20%;
}
@media (max-width: 1500px) {
  section.creative-services .services-line .item {
    width: 28.5714285714%;
  }
}
@media (max-width: 992px) {
  section.creative-services .services-line .item {
    width: 40%;
  }
}
@media (max-width: 767px) {
  section.creative-services .services-line .item {
    width: 47.619047619%;
  }
}
section.creative-services .services-line .item > * {
  padding: 0 var(--mainGap);
}
section.creative-services .services-line .item h5 {
  font-size: 1.3888888889rem;
  margin: 0;
  height: 3.8888888889rem;
}
section.creative-services .services-line .item p {
  font-size: 1.1111111111rem;
  margin: 0;
}
section.creative-services .services-line .item .line {
  margin: 3.3333333333rem 0;
}

.line-pointed, section.creative-services .services-line .item .line {
  margin: 2.7777777778rem 0;
  position: relative;
}
.line-pointed:before, section.creative-services .services-line .item .line:before {
  width: 2.2222222222rem;
  height: 2.2222222222rem;
  content: "";
  border-radius: 50%;
  display: block;
  background-color: #00ee90;
}
.line-pointed::after, section.creative-services .services-line .item .line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: -1;
  background-color: #bfbfbf;
  height: 1px;
}

section.creative-practice .head-text {
  align-items: center;
  padding: 2.7777777778rem 0;
}
section.creative-practice .animate {
  text-align: center;
}
section.creative-practice .animate img {
  max-width: 100%;
}

section.people-list {
  position: relative;
}
section.people-list .head .title {
  margin-bottom: 1.6666666667rem;
}
section.people-list .team-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.9444444444rem;
}
section.people-list .team-list .item {
  position: relative;
  width: 33.3333333333%;
  padding: 0.9444444444rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  section.people-list .team-list .item {
    width: 50%;
  }
}
section.people-list .team-list .item .img {
  max-height: 60vh;
}
section.people-list .team-list .item .img img {
  transition: all ease 0.3s;
}
section.people-list .team-list .item .img:before {
  padding-top: 94.7826086957%;
}
section.people-list .team-list .item .info {
  padding: 1.1111111111rem 1.3888888889rem;
  display: flex;
  gap: 0.8333333333rem;
}
section.people-list .team-list .item .info:after {
  content: "";
  width: 2.7777777778rem;
  min-width: 2.7777777778rem;
  height: 2.7777777778rem;
  background: url(../../images/icons/arrow-top-right.svg) no-repeat center/contain;
  line-height: 1.2222222222rem;
  transition: all ease 0.3s;
}
section.people-list .team-list .item .info .name {
  font-size: 1.4444444444rem;
  line-height: 2rem;
  margin: 0;
}
section.people-list .team-list .item .info .job {
  font-size: 0.8888888889rem;
  margin-bottom: 2.2222222222rem;
}
section.people-list .team-list .item .info .desc {
  font-size: 0.8888888889rem;
}
section.people-list .team-list .item > a {
  display: block;
  height: 100%;
  color: #000;
  background-color: #ffffff;
}
section.people-list .team-list .item > a:hover .img img {
  transform: scale(1.01);
}
section.people-list .team-list .item > a:hover .info:after {
  transform: translate(20%, -20%);
}

.hero-section {
  padding-top: 11.1111111111rem;
  padding-bottom: 12.7777777778rem;
}

.people-head {
  display: flex;
}
@media (max-width: 767px) {
  .people-head {
    flex-direction: column;
  }
}
.people-head .img-container {
  width: 30%;
  max-width: 100%;
}
.people-head .img-container:before {
  padding-top: 100%;
}
.people-head .img-container {
  margin-right: 2.7777777778rem;
}
@media (max-width: 767px) {
  .people-head .img-container {
    margin-bottom: 2.7777777778rem;
    width: 22.2222222222rem;
    margin-right: 0;
  }
}
.people-head .head-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.people-head h1 {
  font-size: 2.7777777778rem;
  line-height: 1.42;
  margin: -0.5555555556rem 0 0;
}
.people-head h3 {
  font-size: 2.2222222222rem;
  line-height: 1.375;
  margin: 0 0 1.6666666667rem;
  font-family: "FontLight";
}
.people-head p {
  margin: 0;
}
.people-head .link {
  font-size: 0.8888888889rem;
}
.people-head .f {
  margin-top: auto;
}
.people-head .f > div:first-child {
  width: 34.7222222222rem;
  max-width: 100%;
  margin-bottom: 4.4444444444rem;
}
.people-head .f > div:last-child {
  margin-bottom: 1.1111111111rem;
}
.people-details {
  padding-bottom: 11.1111111111rem;
}
.people-details .section-head {
  align-items: center;
  margin-bottom: 4.7222222222rem;
}
.people-details .section-head div {
  width: auto;
}
.people-details .section-head .btn, .people-details .section-head .arrow-btn {
  display: inline-flex;
  font-size: 1rem;
}
.people-details .text {
  width: 58.8888888889rem;
  max-width: 100%;
  font-size: 1.3888888889rem;
  line-height: 1.4;
}

.case-page section + section {
  border-top: 1px solid rgba(152, 152, 152, 0.7);
}

.case-details {
  font-size: 1.3888888889rem;
  line-height: 1.4;
  padding-bottom: 5.5555555556rem;
}
.case-details .head {
  margin-bottom: 3.0555555556rem;
}
.case-details .head span + span {
  margin-left: 3.3333333333rem;
}
.case-details .case-title {
  font-size: 2.7777777778rem;
  font-family: "FontLight";
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 2.2222222222rem;
}
.case-details h1.case-title {
  margin-bottom: 6.6666666667rem;
}
.case-details .sub-title {
  font-size: 1.3888888889rem;
  font-family: "FontBold";
  margin-top: 0;
  margin-bottom: 1.6666666667rem;
}
.case-details .title {
  margin-bottom: 3.0555555556rem;
}
.case-details .text {
  margin-bottom: 5.5555555556rem;
}
.case-details .text p {
  margin: 0;
}
.case-details .text p + p {
  margin-top: 2.5rem;
}
.case-details .media-container {
  margin-bottom: 8.3333333333rem;
}
.case-details .media-container > * {
  width: 100%;
}
.case-details .inner-container {
  display: flex;
  gap: 10%;
}
.case-details .inner-container .content {
  width: 65%;
}
.case-details .inner-container .animation {
  width: 35%;
}
@media (max-width: 767px) {
  .case-details .inner-container {
    flex-direction: column;
  }
  .case-details .inner-container > div {
    width: 100% !important;
  }
}

.case-nav {
  padding: 4.4444444444rem 0;
}
.case-nav .title {
  margin-bottom: 4.4444444444rem;
}
.case-nav .nav {
  display: flex;
  justify-content: space-between;
  font-size: 2.2222222222rem;
  font-weight: "FontRegular";
}
.case-nav .nav > a {
  width: 20%;
}
.case-nav .nav .base-fit, .case-nav .nav .people-head .img-container, .people-head .case-nav .nav .img-container {
  margin-bottom: 3.6111111111rem;
}
.case-nav .nav .base-fit:before, .case-nav .nav .people-head .img-container:before, .people-head .case-nav .nav .img-container:before {
  padding-top: 66.6666666667%;
}
.case-nav .nav .prev .arrow {
  padding-left: 3.8888888889rem;
  text-align: left;
  background-image: url(../../images/icons/arrow-left-white.svg);
  background-position: left center;
}
.case-nav .nav .next .arrow {
  padding-right: 3.8888888889rem;
  text-align: right;
  background-image: url(../../images/icons/arrow-right-white.svg);
  background-position: right center;
}
.case-nav .nav .arrow {
  background-size: 2.5rem;
  background-repeat: no-repeat;
}/*# sourceMappingURL=style.css.map */