:root {
  --swiper-theme-color: #000FFF !important;
}

body {
  overflow-x: hidden;
  font-family: CeraRegular;
  line-height: 1.47059;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

.text-muted {
  color: #1d1d1f !important;
}

p {
  font-size: 1em;
  color: #6c757d;
}

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

li {
  color: #6c757d;
  text-align: left;
  font-size: 1em;
}

.section-list li + li {
  margin-top: 0.4em;
}

.text-primary {
  color: #fed136 !important;
}

ul {
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}

h1, h2 {
  font-weight: 600;
  font-size: 2.75em;
  line-height: 1.083493;
  color: #1d1d1f;
}

h3, h4, h5, h6 {
  line-height: 1.083493;
  font-size: 1.5em;
  color: #6c757d;
}

h3 {
  font-size: 1.375em;
}

.page-section {
  padding: 6.25em 0;
}
.page-section h2.section-heading {
  margin-top: 0;
  margin-bottom: 25px;
}
.page-section h3.section-subheading {
  margin-bottom: 3.125em;
  text-transform: none;
}
.page-section h4.section-title {
  font-size: 1.5em;
}

@media (min-width: 768px) {
  section {
    padding: 6.25em 0;
  }
}
::selection,
::-moz-selection {
  background: #fed136;
  text-shadow: none;
}

img::selection,
img::-moz-selection {
  background: transparent;
}

.bg-light {
  background-color: #fbfbfa !important;
}

.section-list li::before {
  content: "+";
  font-size: 1.063em;
  margin-right: 0.5em;
  color: #000FFF;
}

html[lang=ar] .section-list li::before {
  font-size: 1.063em;
  margin-left: 0.5em;
  color: #000FFF;
}

html[lang=ar] .section-list li {
  text-align: right;
}

html[lang=ar] .who-is-right-for-row-item-1 {
  border-left: 0;
  border-right: 0.25em solid #02C002;
  padding-right: 1em;
}

html[lang=ar] .who-is-right-for-row-item-2 {
  border-left: 0;
  border-right: 0.25em solid #D02DE8;
  padding-right: 1em;
}

html[lang=ar] .who-is-right-for-row-item-3 {
  border-left: 0;
  border-right: 0.25em solid #000FFF;
  padding-right: 1em;
}

html[lang=ar] .who-is-right-for-row-item-1 li::after,
html[lang=ar] .who-is-right-for-row-item-1 li::before {
  color: #02C002;
}

html[lang=ar] .who-is-right-for-row-item-2 li::after,
html[lang=ar] .who-is-right-for-row-item-2 li::before {
  color: #D02DE8;
}

html[lang=ar] .who-is-right-for-row-item-3 li::after html[lang=ar] .who-is-right-for-row-item-3 li::before {
  color: #000FFF;
}

html[lang=ar] .distribution-list-3 li::before {
  color: black;
}

html[lang=ar] .distribution-list-3 li::before {
  color: black;
}

html[lang=ar] .distribution-list-1 li::before {
  color: #02C002;
}

@font-face {
  font-family: CeraBold;
  src: url("/assets/fonts/CeraPro/CeraPro-Bold.woff");
}
@font-face {
  font-family: CeraMedium;
  src: url("/assets/fonts/CeraPro/CeraPro-Medium.woff");
}
@font-face {
  font-family: CeraRegular;
  src: url("/assets/fonts/CeraPro/CeraPro-Regular.woff");
}
@font-face {
  font-family: CeraLight;
  src: url("/assets/fonts/CeraPro/CeraPro-Light.woff");
}
.btn {
  font-family: CeraLight;
  font-weight: 600;
}

.btn-xl {
  font-size: 1.125em;
  padding: 1.25em 2.5em;
}

.btn-primary {
  background-color: #fed136;
  border-color: #fed136;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #fec810 !important;
  border-color: #fec810 !important;
  color: white;
}
.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

#mainNav {
  background-color: black;
  text-transform: lowercase;
}
#mainNav .navbar-toggler {
  font-size: 0.75em;
  right: 0;
  padding: 0.375em;
  text-transform: lowercase;
  color: white;
  border: 0;
  background-color: transparent;
}
#mainNav .navbar-brand {
  color: #fed136;
  font-family: CeraBold;
  color: white;
}
#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #fec503;
}
#mainNav .navbar-nav {
  padding: 0;
}
#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 0.063em;
  color: white;
  font-family: CeraLight;
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #fed136;
}
#mainNav .navbar-left {
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  #mainNav {
    padding: 1.563em 0 1.563em 0;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
    font-size: 1.125em;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #000000;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 0.75em 0;
  }
}
@media (max-width: 1200px) {
  .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
    font-size: 0.938em !important;
  }
}
.navbar-collapse {
  flex-grow: inherit;
}

#scrolling-clients {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}

#col-md-3 col-sm-6 {
  flex: 0 0 auto;
}

.definition {
  font-size: 1.25em;
  margin-bottom: 1.563em !important;
}

.billing-img {
  background-image: url("/assets/img/extremum/billing.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  background-position: center;
}

.form-group input {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  font-size: 1.125em;
}

.form-group textarea {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  resize: none;
  width: 100%;
  height: 160px;
}

.form-group textarea::placeholder {
  padding-top: 7.5em;
}

.form-control {
  color: rgb(7, 7, 7);
}

.btn-send {
  color: rgb(250, 250, 250);
  border: 2px solid #000FFF;
  background-color: #000FFF;
  height: 60px;
  width: 250px;
  transition: transform 0.3s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.btn-send:hover {
  color: rgb(250, 250, 250);
  transform: scale(1.05);
  transition: transform 0.3s ease-out;
}

#sendMessageButton {
  margin-top: 2.688em;
}

@media (max-width: 991px) {
  .billing-img {
    display: none;
  }
}
.distribution-list-1 li::before {
  color: #02C002;
}

.distribution-list-3 li::before {
  color: black;
}

.card {
  width: 340px !important;
}
.card-text {
  margin-top: 2em;
  margin-bottom: 2em;
}
.card-title {
  margin-top: 1em;
  color: #1d1d1f;
  font-family: CeraMedium;
  font-size: 1.875em;
}
.card-btn {
  margin: 0 0 1.25em 0;
  width: 250px;
  height: 3.75em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: CeraLight;
  font-size: 1.125em;
  color: rgb(255, 255, 255);
}

.btn-1 {
  background-color: #02C002;
  border: 0;
}

.btn-2 {
  background-color: #000FFF;
  border: 0.125em solid #000FFF;
}

.btn-3 {
  background-color: rgba(0, 0, 0, 0.8784313725);
  border: 0;
}

.card-item-1 {
  cursor: pointer;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(45, 149, 107, 0.2196078431), rgba(59, 202, 59, 0.2039215686));
  border-image-slice: 1;
  transition: transform 0.3s ease-out;
}
.card-item-1:hover {
  background: linear-gradient(180deg, #2D956C 0%, #02C002 100%);
  border: transparent;
  border-radius: 0;
  transform: scale(1.05);
  transition: transform 0.3s ease-out;
}
.card-item-1:hover .card-btn {
  color: rgb(255, 255, 255);
}
.card-item-1:hover .btn-1 {
  border: 0.063em solid white;
}
.card-item-1:hover .btn-1:hover {
  border: 0.063em rgba(255, 255, 255, 0.5) solid !important;
  background-color: #02C002 !important;
}
.card-item-1:hover .text-title-sub,
.card-item-1:hover .card-text,
.card-item-1:hover .card-title,
.card-item-1:hover .card-price,
.card-item-1:hover .card-list li,
.card-item-1:hover .distribution-list-1 li::before,
.card-item-1:hover .distribution-list-1 li::after {
  color: white !important;
}

.card-item-2 {
  cursor: pointer;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(24, 80, 176, 0.2039215686), rgba(3, 7, 247, 0.2470588235));
  border-image-slice: 1;
  transition: transform 0.3s ease-out;
}
.card-item-2:hover {
  background: linear-gradient(180deg, #184FB0 0%, #000FFF 100%);
  border: transparent;
  border-radius: 0;
  transform: scale(1.05);
  transition: transform 0.3s ease-out;
}
.card-item-2:hover .card-btn {
  color: rgb(255, 255, 255);
}
.card-item-2:hover .btn-2 {
  border: 0.063em solid white;
}
.card-item-2:hover .btn-2:hover {
  border: 0.063em rgba(255, 255, 255, 0.5) solid !important;
  background-color: #000FFF !important;
}
.card-item-2:hover .text-title-sub,
.card-item-2:hover .card-text,
.card-item-2:hover .card-price,
.card-item-2:hover .card-title,
.card-item-2:hover .card-list li,
.card-item-2:hover .distribution-list-2 li::before,
.card-item-2:hover .distribution-list-2 li::after {
  color: white !important;
}

.card-item-3 {
  cursor: pointer;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(1, 0, 3, 0.2549019608), rgba(0, 0, 0, 0.2549019608));
  border-image-slice: 1;
  transition: transform 0.3s ease-out;
}
.card-item-3:hover {
  background: linear-gradient(180deg, #010003 0%, rgba(0, 0, 0, 0.8784313725) 100%);
  border: transparent;
  border-radius: 0;
  transform: scale(1.05);
  transition: transform 0.3s ease-out;
}
.card-item-3:hover .btn-3 {
  border: 0.063em solid white;
}
.card-item-3:hover .btn-3:hover {
  border: 0.063em rgba(255, 255, 255, 0.5) solid !important;
  background-color: rgba(0, 0, 0, 0.8784313725) !important;
}
.card-item-3:hover .text-title-sub,
.card-item-3:hover .card-text,
.card-item-3:hover .card-title,
.card-item-3:hover .card-price,
.card-item-3:hover .card-btn,
.card-item-3:hover .card-list li,
.card-item-3:hover .distribution-list-3 li::before,
.card-item-3:hover .distribution-list-3 li::after {
  color: white !important;
}

.swiper {
  height: 570px;
}
.swiper-item {
  margin: 15px auto;
  height: 515px;
}

.doc {
  text-align: center;
}

.img-thumbnail {
  transition: transform 0.2s ease-in-out;
}

.text-img {
  font-family: CeraMedium;
  margin-top: 1em;
  font-size: 1.25em;
}

.text-img a {
  color: #000FFF;
}

.img-row {
  filter: drop-shadow(0px -0.063em 1.25em rgba(0, 0, 0, 0.25));
}

header.masthead {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: lowercase;
  text-align: center;
  color: white;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

.intro-text .intro-lead-in p {
  color: #ffffff;
  font-family: CeraRegular;
  font-style: normal;
  font-size: 4.688em;
  filter: drop-shadow(0.013em 0.013em 0.053em rgba(0, 0, 0, 0.25));
  margin: 0;
  padding: 0.333em 0 0 0;
}

.intro-img {
  filter: drop-shadow(0.063em 0.063em 0.25em rgba(0, 0, 0, 0.25));
}

@media (max-aspect-ratio: 3/2) and (min-width: 900px) {
  header.masthead {
    background-position: 20% top;
  }
}
@media (max-aspect-ratio: 3/2) and (min-width: 992px) {
  .masthead-1 {
    background-position: 30% top !important;
  }
}
@media (max-width: 1214px) {
  .intro-text .intro-lead-in p {
    font-size: 3.438em;
  }
}
@media (max-width: 991px) {
  header.masthead {
    background-image: url("/assets/img/extremum/jump/jump-mobile.jpg");
  }
}
@media (max-width: 600px) {
  header.masthead img {
    height: 75px;
  }
  .intro-text .intro-lead-in p {
    font-size: 2.813em;
  }
}
.text-quote {
  font-weight: 600;
}

.page-quote-3 {
  background-image: url("/assets/img/extremum/quote/quote-img-3.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 600px;
  transition: transform 0.5s ease-out;
}

.magic-img {
  position: absolute;
}

.text-quote-1 {
  color: #ffffff !important;
}

.magic-phrase {
  font-family: CeraLight;
  font-size: 1.5em;
}

.text-quote {
  font-weight: 600;
}

.page-quote-2 {
  background-image: url("/assets/img/extremum/quote/quote-1.1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 600px;
  transition: transform 0.5s ease-out;
}

.magic-img {
  position: absolute;
}

.page-quote-2-text {
  color: #ffffff !important;
  font-size: CeraMedium;
}

.text-quote {
  font-weight: 600;
}

.page-quote-1 {
  display: flex;
  align-items: center;
  justify-self: center;
  background-image: url("/assets/img/extremum/quote/quote-img-1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 600px;
  transition: transform 0.5s ease-out;
}

.magic-img {
  position: absolute;
}

.text-quote-1 {
  color: #ffffff !important;
}

@media (max-width: 1200px) {
  .page-quotes {
    height: 250px;
  }
  .layer__text {
    width: 60% !important;
  }
}
@media (max-width: 991px) {
  .page-quotes {
    height: 200px !important;
  }
  .page-quote-3 {
    background-image: url("/assets/img/extremum/quote/quote-img-3-mobile 1.webp");
    height: 300px;
  }
  .page-quote-1,
  .page-quote-2 {
    height: 450px;
    transform: translate3d(0, calc(var(--scrollTop) / -40), 0) !important;
  }
  .page-quote-3-1,
  .page-quote-3-2 {
    display: none;
  }
  .tools-link,
  .support-title {
    color: #000FFF !important;
  }
}
@media (max-width: 760px) {
  .layer__text {
    width: 90% !important;
  }
}
@media (max-width: 576px) {
  .page-quotes {
    height: 200px;
  }
  .layer__text {
    font-size: 18px !important;
  }
}
.page-quote-1 {
  transform: translate3d(0, calc(var(--scrollTop) / -35), 0);
}

.page-quotes {
  height: 360px;
  position: relative;
}

.layer__text {
  top: 50%;
  left: 50%;
  text-align: center;
  position: relative;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-family: CeraLight;
  color: white;
  font-size: 24px;
  width: 40%;
}

.layer__base {
  height: inherit;
}

.layer__back {
  position: absolute;
  width: 100%;
  top: 0;
}

.gradient {
  background: -moz-linear-gradient(to bottom, #4cfc03, #45fa19, #26e680, #20e392, #1fdaaa, #48acc6, #7c76dd, #a451e5, #cf2be5, #e61ae3, #e61ae3, #e61ae3, #e61ae3);
  background: -webkit-linear-gradient(to bottom, #4cfc03, #45fa19, #26e680, #20e392, #1fdaaa, #48acc6, #7c76dd, #a451e5, #cf2be5, #e61ae3, #e61ae3, #e61ae3, #e61ae3);
  background: linear-gradient(to bottom, #4cfc03, #45fa19, #26e680, #20e392, #1fdaaa, #48acc6, #7c76dd, #a451e5, #cf2be5, #e61ae3, #e61ae3, #e61ae3, #e61ae3);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.services-row {
  font-family: CeraLight;
}

.services-more a {
  color: #000FFF;
}

.services-title {
  font-weight: 400;
}

.support-title {
  font-family: CeraMedium;
  color: #1d1d1f;
}

.support-title:hover {
  color: #000FFF;
}

.section-subheading {
  text-transform: lowercase !important;
}

.support-desc {
  margin-bottom: 1.875em;
}

@media (min-width: 1200px) {
  .row-icon:hover .gradient {
    transform: scale(1.1);
    transition: transform 0.3s ease-in-out;
  }
  .row-icon .gradient {
    transition: transform 0.3s ease-in-out;
  }
}
.tools-link {
  color: #1d1d1f;
  font-family: CeraMedium;
}

.tools-link-desc {
  font-size: 1.063em;
  color: #6c757d;
  margin-bottom: 1.765em;
}

.tools-link:hover {
  color: #000FFF;
}

.tools-box .fa-stack {
  transition: transform 0.3s ease-in-out;
}

.tools-box:hover .fa-stack {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}

.section-heading {
  position: relative;
  z-index: 1;
  font-weight: 600 !important;
}

.section-list li {
  font-family: CeraRegular;
}

.who-is-right-for-row {
  font-family: CeraMedium;
  margin-left: 0;
}
.who-is-right-for-row-items {
  font-family: CeraRegular;
}
.who-is-right-for-row-item {
  margin-top: 3.125em;
}
.who-is-right-for-row-item-1 {
  border-left: 0.25em solid #02C002;
  padding-left: 1em;
  margin-right: 1.25em;
}
.who-is-right-for-row-item-1 li::before {
  color: #02C002;
}
.who-is-right-for-row-item-2 {
  border-left: 0.25em solid #D02DE8;
  padding-left: 1em;
  margin-bottom: 3.125em;
}
.who-is-right-for-row-item-2 li::before {
  color: #D02DE8;
}
.who-is-right-for-row-item-3 {
  border-left: 0.25em solid #0404FF;
  padding-left: 1em;
  margin-right: 1.25em;
}
.who-is-right-for-icon-box {
  font-size: 12.5em;
  position: absolute;
  left: 0;
  top: 0;
  color: #E6E6E6;
  padding-top: 0.15em;
}

.text-green {
  color: #02C002;
}

.text-blue {
  color: #0404FF;
}

.text-violet {
  color: #D02DE8;
}

@media (max-width: 1199px) {
  .item-3 {
    margin-left: 0;
  }
}
.footer {
  padding: 1.563em 0;
  font-family: CeraRegular;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
}

.footer-list li a {
  color: rgb(255, 255, 255);
  font-size: 0.875em;
  line-height: 1.571em !important;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.footer-set h6 {
  font-size: 1.188em;
  color: #525252;
  /* line-height: 1px; */
}

.footer-list {
  line-height: 0.063em;
}

.footer-copy p {
  font-size: 0.875em;
  color: #ffffff;
}

.footer-title {
  font-family: CeraMedium;
}

.footer-copy {
  border-top: 0.063em solid rgba(255, 255, 255, 0.123);
  margin-left: 0;
}

@media (max-width: 991px) {
  .footer__inner {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(2, auto);
  }
}
@media (max-width: 575px) {
  .footer-set {
    margin-top: 3.125em;
  }
  .footer-set:first-child {
    margin-top: 0;
  }
  .footer__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.slide {
  margin: 35px 0 0 0;
}

.slide-title-centre {
  font-weight: 100 !important;
  font-size: 30px;
  color: #444;
}

.slide-item {
  margin: 5px 0 20px 0 !important;
}

.title-main {
  color: black;
}

.slide-sub {
  margin: 12px 0 0 0 !important;
}

.title-h2 {
  color: #444 !important;
  font-size: 1.875em;
}

.title-h5 {
  color: #6c757d !important;
  font-weight: 400 !important;
  font-size: 1.25em;
}

.navbar-title {
  color: white;
  font-size: 1.375em;
  font-family: CeraMedium;
  margin-left: 1rem;
  text-decoration: none !important;
}

.text-primary {
  color: rgba(0, 208, 255, 0) !important;
}

.icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-extremum-cli,
.icon-extremum-studio,
.icon-client-libraries {
  font-size: 50px;
  color: black;
}

.service-heading {
  font-weight: 400;
}

.section-heading {
  font-weight: 100 !important;
}

.section-subheading {
  font-style: normal !important;
}

.service-heading {
  margin: 0.625em 0;
  text-transform: none;
}

.navbar-title:hover {
  color: white;
}

#mainNav .navbar-nav .nav-item .nav-link.active:hover {
  text-decoration: underline;
  font-family: CeraMedium !important;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: white;
  font-family: CeraMedium;
}

.nav-item a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
  font-family: CeraLight !important;
}

.menu__icon {
  z-index: 101;
  display: block;
  position: relative;
  width: 23.35px;
  height: 12px;
  cursor: pointer;
}

.menu__icon::before,
.menu__icon::after {
  left: 0;
  position: absolute;
  height: 10%;
  width: 100%;
  background-color: #fff !important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.menu__icon::before,
.menu__icon::after {
  content: "";
}

.menu__icon::before {
  top: 0;
  height: 2px;
}

.menu__icon::after {
  bottom: 0;
  height: 2px;
}

.menu__icon[aria-expanded=true] {
  height: 19px;
  transition: height 0.3s ease-in-out 0s;
  -webkit-transition: height 0.3s ease-in-out 0s;
  -ms-transition: height 0.3s ease-in-out 0s;
  -moz-transition: height 0.3s ease-in-out 0s;
  -o-transition: height 0.3s ease-in-out 0s;
}

.menu__icon[aria-expanded=true]::before {
  top: 45%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu__icon[aria-expanded=true]::after {
  bottom: 45%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (min-width: 992px) {
  .menu__icon {
    display: none;
  }
  .masthead-1 {
    height: 100vh;
    transform: translate3d(calc(var(--scrollTop) / -5), calc(var(--scrollTop) / -5), 0) !important;
  }
}
.card-slider {
  position: relative;
}
.card-slider .card-slider-wrapper {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.3s ease-out;
}
.card-slider .card-slider-wrapper .card {
  padding: 1rem;
  box-sizing: border-box;
}
.card-slider .card-slider-wrapper .card.active {
  transform: translateX(0);
}
.card-slider .card-slider-buttons {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.card-slider .card-slider-buttons .prev-button, .card-slider .card-slider-buttons .next-button {
  display: none;
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  background: transparent;
  border: none;
  cursor: pointer;
}
@media (max-width: 991px) {
  .card-slider .card-slider-wrapper {
    flex-wrap: wrap;
  }
  .card-slider .card-slider-wrapper .card {
    width: 100%;
  }
  .card-slider .card-slider-wrapper .card:not(.active) {
    display: none;
  }
  .card-slider .card-slider-buttons {
    display: flex;
  }
  .card-slider .card-slider-buttons .prev-button, .card-slider .card-slider-buttons .next-button {
    display: inline-block;
  }
}

.intro-img > img {
  transform: translate3d(0, calc(var(--scrollTop) / -5), 0);
  transition: transform 0.5s ease-out;
}

.intro-lead-in {
  transform: translate3d(0, calc(var(--scrollTop) / -5), 0);
  transition: transform 0.4s ease-out;
}

.masthead-1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100vh;
  width: 100%;
  position: absolute;
  transition: transform 0.3s ease-out;
  transform: translate3d(0, calc(var(--scrollTop) / -5), 0);
}

.title-h2 {
  margin-bottom: 0.5rem;
  line-height: 1.083493;
}

body {
  height: 100vh;
  background: radial-gradient(100% 100% at 50% 0%, #3B393A 0%, #3C3A3B 8.28%, #423E3F 18.21%, #474340 30.54%, #524A48 40.81%, #5A5250 49.71%, #695F5D 58.95%, #786E6B 68.2%, #93857F 78.81%, #A99A92 88.74%, #B4A298 97.3%);
}

#about-platform {
  background-color: white;
}

@media (min-width: 1000px) {
  .section-support {
    width: 50%;
    margin: 0 auto;
  }
  .section-tools {
    width: 75%;
    margin: 0 auto;
  }
}
@keyframes wheel {
  to {
    opacity: 0;
    top: 60px;
  }
}
@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 60px;
  }
}
.scroll {
  position: absolute;
  transition: bottom 0.5s ease-in-out;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
  border: 2px solid rgba(255, 255, 255, 0.231372549);
  border-radius: 50%;
  animation: down 3.5s infinite;
  -webkit-animation: down 3.5s infinite;
}
.scroll::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 18px;
  width: 18px;
  height: 18px;
  border-left: 2px solid rgba(255, 255, 255, 0.5019607843);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5019607843);
  transform: rotate(-45deg);
}

@media (max-width: 540px) {
  .scroll {
    left: auto;
    right: 0;
    margin-right: 30px;
  }
}
@keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}
@-webkit-keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}
@keyframes scroll {
  0% {
    height: 40px;
  }
  30% {
    height: 70px;
  }
  60% {
    height: 40px;
  }
}
@-webkit-keyframes scroll {
  0% {
    height: 40px;
  }
  30% {
    height: 70px;
  }
  60% {
    height: 40px;
  }
}
.btn-lang,
.dropdown-toggle {
  border: 0;
}

.btn:focus {
  box-shadow: none;
}

.dropdown-menu {
  border: 0;
  color: white;
}

.btn-lang {
  color: white;
  font-family: CeraLight;
  font-weight: 300;
  font-size: 1.125em;
}

.btn-lang:focus {
  color: white;
}

.navbar-content {
  justify-content: space-around;
}

@media (max-width: 992px) {
  .language-switcher {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 3.438em;
    padding: 0.188em;
  }
  .navbar-content {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}
.navbar-logo img:hover {
  color: red;
}

.language-switcher-menu {
  margin-top: 10px;
}

.btn-lang:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
  color: white;
}

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