.cookieAlert {
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 0;
  z-index: 1000;
  width: 32em;
  background-color: #fff;
  border: 1px solid #eee !important;
  -webkit-box-shadow: 15.0313px 20.0417px 30.1042px rgba(157, 157, 157, 0.15);
  box-shadow: 15.0313px 20.0417px 30.1042px rgba(157, 157, 157, 0.15);
  position: fixed;
  left: 30px;
  bottom: 30px;
  padding: 1.2rem 1.4rem;
}
.cookieAlert p {
  margin-bottom: 0;
  line-height: 1.4;
}
.cookieAlert a {
  color: #2b70c8;
  text-decoration: none;
  background-color: transparent;
}
.cookieAlert img {
  width: 50px;
  border-radius: 350px;
  padding: 8px;
  margin-bottom: 10px;
  background-color: #f6f7fa;
}
#btnCookie {
  width: 50%;
  text-align: center;
  font-size: 0.82em;
  border-radius: 0.25rem;
  padding: 1em 1.7em;
  line-height: 1.2;
}

.g-recaptcha {
  position: relative;
  z-index: 9999;
}

a {
  color: #00b4eb;
}
a:hover {
  color: #00b4eb;
  text-decoration: underline;
}

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

.form-group label {
  cursor: pointer;
}
form .form-group {
  margin-bottom: 0.5rem;
}
form .form-group p {
  font-size: 13px !important;
}
.bordered {
  -webkit-box-shadow: 15.0313px 20.0417px 50.1042px rgba(157, 157, 157, 0.29);
  box-shadow: 15.0313px 20.0417px 50.1042px rgba(157, 157, 157, 0.29);
  border: 1px solid transparent !important;
}
.bordered h4 {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 1.5px;
  font-weight: 700;
}
.navbar {
  background-color: #ffffff;
  z-index: 200;
  box-shadow: none !important;
  /* padding: 22px 0; */
}
.navbar-login {
  background-color: transparent !important;
}

.login-btn::after {
  content: "";
  margin: 0 12px 0 32px;
  border-right: 1.5px solid #1f1548;
}

.navbar-inverse {
  background-color: transparent !important;
}

.navbar-transparent {
  background-color: transparent !important;
}

@media (max-width: 767px) {
  .navbar-transparent {
    background-color: #ffffff !important;
  }
  .cookieAlert {
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
  }
  #btnCookie {
    width: 100%;
  }
}

.navbar-login .col .navbar-toggler,
.navbar-login .col .collapse {
  display: none !important;
}
.navbar-brand .header_logo_img {
  max-height: 35px;
}
.navbar-brand__logo:hover {
  text-decoration: none;
}
.navbar-brand__logo {
  cursor: pointer;
  font-size: 64%;
}
.nav-link {
  font-weight: 500;
}
.nav-link:hover {
  color: #7b8a9c !important;
}
#FoundNotice {
  position: relative;
  padding: 2.5rem 2rem;
}
#FoundNotice h3 {
  margin-bottom: 1.5rem !important;
  margin-top: 1rem !important;
  font-size: 26px;
  font-weight: normal;
  line-height: 148%;
  color: #636366;
}
#BlockProgress {
  width: 100%;
  border-radius: 3px;
  background-color: #ddd;
}
#BarProgress {
  width: 10%;
  height: 30px;
  background-color: #6fc14b;
  border-radius: 3px;
  text-align: center;
  line-height: 30px;
  color: white;
}
#FoundNotice .SuccessProgress {
  display: none;
  text-align: center;
}
#FoundNotice .SuccessProgress p {
  margin-top: 1rem;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 2rem;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
#errorMessage {
  margin: -10px 0 36px;
  padding: 24px;
}
#transactioninfo {
  opacity: 1;
  transition: all 1s ease;
}
#transactioninfo.ti-hidden {
  opacity: 0;
}

/* #CardNumber {
  background-image: none !important;
} */
input#CardNumber {
  padding-left: 44px;
  padding-right: 10px;
}

.input-gap {
  gap: 20px;
}

@media (max-width: 1200px) {
  input#CardNumber {
    padding-left: 10px;
  }
  #CardNumber {
    background-image: none;
    background-size: 0 !important;
  }
}

@media (max-width: 767.98px) {
  input#CardNumber {
    padding-left: 60px;
  }
  #CardNumber {
    background-image: url(/img/cards/card_icon.svg);
    background-size: 28px !important;
  }
  .input-gap {
    gap: 0;
  }
}

@media (max-width: 567px) {
  .input-gap {
    gap: 0;
  }
}

#CardNumber {
  background-image: url(/img/cards/card_icon.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 28px;
  background-position-x: 3%;
  -webkit-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
  letter-spacing: 0.15rem;
}

label.error {
  font-size: 12px;
  color: rgb(255, 51, 51);
}
.repair__content__item div img {
  display: none;
}
.repair__nav .repair__nav__item.active {
  background: #007bff91;
  border: 2px solid #007bff91;
}
.repair__nav .repair__nav__item.active h5 {
  color: #fff;
}
.repair__nav .repair__nav__item {
  border: 2px solid #ccc;
  padding: 24px;
  border-radius: 16px;
  margin-bottom: 16px;
  cursor: pointer;
}
.repair__content__item h4 a {
  text-transform: lowercase;
  font-size: 14px;
  line-height: 98%;
  letter-spacing: 1px;
  font-weight: normal;
  color: #555;
}
.repair__nav .repair__nav__item h5 {
  color: #777;
  margin-bottom: 0px;
  font-size: 12px;
  margin-left: -10px;
  margin-right: -10px;
  text-align: center;
}
.repair__nav .repair__nav__item figure {
  padding: 0px 36px;
}
.repair__content__item h3 {
  font-size: 26px;
}
.repair__content__item .col-sm-4 {
  display: none;
}
.navbar-brand a {
  font-size: 18px;
  color: #1f1548;
}
.head {
  padding-top: 148px;
}
h1 {
  font-size: 36px;
  font-weight: 500;
}
.form-bloc h5 {
  color: #777;
}
label#ContactEmail-error {
  display: none !important;
}
#email-invalid {
  display: none;
  font-size: 13px;
  color: rgb(255, 51, 51);
  font-weight: 500;
  font-family: Avenir, sans-serif;
  margin-bottom: 0;
  margin-top: -16px;
}
#check-invalid {
  /* display: none; */
  font-size: 13px;
  color: rgb(255, 51, 51);
  font-weight: 500;
  font-family: Avenir, sans-serif;
  margin-bottom: 0;
  margin-top: 0px;
}
.bg-light {
  background: #f6f7fa !important;
}
.text-muted {
  color: #605a7d !important;
}
.bg-no-shadow {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.row-with-reduced-margins {
  margin-top: -42px;
  margin-bottom: -36px;
}
#login .g-recaptcha > div {
  margin: auto;
}
/* #PaymentIndexForm label.error {
  display: none !important;
} */
label#CardNumber-error,
label#CardName-error,
label#CardDateExpire-error,
label#CardCvv-error {
  display: none !important;
}

#CustomerIndexForm_ input::placeholder,
#PaymentIndexForm_ input::placeholder,
#PaymentIndexForm label.mono {
  color: #6c757d !important;
}
#PaymentIndexForm label.mono {
  line-height: 1.2;
}
#form1 > p,
#form1 .h3.small {
  margin-bottom: 0;
}
#faq .card-header button {
  background-color: #fff;
  outline: none;
  font-size: 16px;
}
#faq .card-body {
  padding: 0 32px 32px 32px;
  background-color: #fff;
}
.col-with-contacts small {
  font-size: 100%;
  width: calc(100% - 24px - 17px);
  float: right;
}

.r-16 {
  border-radius: 16px;
}

/* ------- HOME BANNER ------ */

.home_banner_image {
  position: relative;
}

.home_banner_image::after {
  position: absolute;
  top: -40%;
  display: block;
  content: "";
  width: 100%;
  height: 120%;
  left: 0;
  background-image: image-set(
    url("../img/patterns-icons.webp") 1x,
    url("../img/patterns-icons.png") 2x
  );
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
}

.home_section_01 {
  position: relative;
  overflow: hidden;
  background-image: image-set(url("../img/trial-bg.webp") 1x, url("../img/trial-bg.png") 2x);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

@media only screen and (max-width: 1200px) {
  .home_banner_image::after {
    top: -40%;
    width: 85%;
  }
}
@media only screen and (max-width: 767.98px) {
  .home_banner_image img {
    max-width: 100%;
  }
  .home_banner_image {
    padding-top: 0;
  }
}

/* ------------------ */

h1,
h2,
h3 {
  color: #1f1548;
}
h3 {
  font-size: 35px;
}
h4 {
  letter-spacing: 0;
  text-transform: capitalize;
}
p {
  color: #1f1548;
}
.sub-terms {
  font-family: "Avenir", sans-serif;
  font-size: 10px;
  line-height: 1.2;
  color: #303030;
  margin-top: 4px;
}
.sub-terms a {
  font-size: 10px;
  line-height: 1.2;
  color: #303030;
}
.colored {
  color: #2b70c8 !important;
}
.social-item h5 {
  color: #3b4750 !important;
}
.social-item i {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  -o-object-fit: 100%;
  object-fit: 100%;
  -o-object-position: center;
  object-position: center;
}
.social-item {
  margin-bottom: 0px;
}
.social-item p {
  margin-bottom: 16px;
  font-size: 13px;
  text-align: justify;
  line-height: 20px;
}

.contact-item {
  padding-left: 52px;
  position: relative;
  margin-bottom: 40px;
}
.contact-item img {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  -o-object-fit: 100%;
  object-fit: 100%;
  -o-object-position: center;
  object-position: center;
}

.card-header button,
.card-body {
  color: #1f1548 !important;
}

form input[type="checkbox"] + label {
  color: #1f1548;
}
form .form-group a {
  color: #007bff;
}

#login .login-container h1 {
  color: #1f1548;
}
#login .login-container p .colored {
  color: #1f1548;
}

.categories img {
  margin-top: 10px;
  margin-bottom: 30px;
}
.border-box {
  border: 1px solid transparent;
  background: #eaeef2;
  padding: 10px;
  border-radius: 5px;
  cursor: default;
}
.border-box p {
  font-weight: 600;
  letter-spacing: 0.5px;
}

.navy-bg {
  background: rgba(1, 30, 65, 0.85);
  border-radius: 12px;
  margin: 80px 0 80px 20px;
  max-width: 490px;
  padding: 38px;
  z-index: 100;
}

/* FORM T&C Declaration */
form input[type="checkbox"] + label {
  font-family: "Avenir", sans-serif !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  margin-top: 4px !important;
}
form input[type="checkbox"] + label a {
  font-family: "Avenir", sans-serif !important;
  font-size: 10px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
  margin-top: 4px !important;
  color: #303030;
}
form label {
  font-size: 13px;
  color: #6c757d;
  margin-bottom: 5px;
}
form .form-control,
form textarea {
  border: 0.5px solid #f1f4f5;
}

.btn {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.btn-primary {
  background: #ff5722 !important;
  color: #ffffff;
}
.btn-primary:hover {
  background: #ff5722 !important;
  color: #ffffff;
  box-shadow: 0 3.00625px 14px rgba(31, 121, 230, 0.2);
}

.step {
  color: #1f1548;
}
/* SVG ANIMATION */
#manual {
  animation: appear 1900ms ease-in-out infinite;
  transform-origin: top;
}

@keyframes appear {
  from {
    transform: translateX(-100px);
    animation-timing-function: ease-out;
  }
  50% {
    transform: translateX(0px);
    animation-timing-function: ease-in;
  }
  to {
    transform: translateX(100px);
    animation-timing-function: ease-out;
    opacity: 1;
  }
}

#magnifying {
  animation: searching 3650ms ease-in-out infinite;
  transform-origin: bottom;
}
@keyframes searching {
  000% {
    transform: rotate(0deg);
  }
  025% {
    transform: rotate(-22deg);
  }
  050% {
    transform: rotate(0deg);
  }
  075% {
    transform: rotate(-22deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* end of SVG ANIMATION */

.slide-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 50px;
}

.slide img {
  width: 120px;
  height: 120px; /* This ensures a 1:1 aspect ratio */
  object-fit: cover;
}

@media (max-width: 992.98px) {
  .slide img {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 767.98px) {
  .slide-container {
    display: none;
  }
}

.head-danger {
  width: 100%;
  background: transparent !important;
  color: #1f1548 !important;
  padding: 15px 10px;
  margin: 0;
  border-radius: 0;
  font-size: 18px;
}

.head-danger strong {
  font-size: 20px;
}

/* .head-danger {
  width: 100%;
  background: #f8f9fa !important;
  color: #1f1548 !important;
  padding: 15px 10px;
  margin: 0;
  border-radius: 0;
} */

.btn-warning {
  background: #2b70c8 !important;
  color: #ffffff !important;
}

@media (max-width: 767.98px) {
  .head {
    padding-top: 118px;
  }
  h3.small {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 2px;
  }
  h3 {
    font-size: 32px;
    line-height: 33px;
  }
  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .w-25 {
    width: calc(25% - 20px)!important;
  }

  @media (max-width: 767.98px) {
    form .d-flex .flex-row {
      flex-direction: row!important;
      width: 100%!important;
      gap: 20px;
    }
  }

  .navy-bg {
    margin: 80px 15px 80px 15px;
  }
  .white-bg {
    padding: 38px;
  }
  .padding-bg {
    padding: 16px 20px;
  }
  .head-danger {
    width: 100%;
    background: #ffffff !important;
    color: #1f1548 !important;
    padding: 10px 0;
    font-size: 18.56px;
  }
  #buttonPayment {
    font-size: 18px;
  }
  .btn-warning {
    padding: 14px 20px;
  }
  .btn-danger {
    padding: 12px 35px;
  }

  form input[type="checkbox"] + label {
    font-size: 10px;
  }
  .white-bg small img {
    width: 80px;
    margin-left: 0px;
  }
  .repair__nav .repair__nav__item {
    padding: 10px 0px;
  }

  .price {
    font-size: 40px !important;
  }
  .thin {
    font-size: 15px !important;
  }
}

.white-bg-small {
  padding: 22px;
  background-color: #ffffff;
  border: 5px solid #f6f7fa !important;
  box-shadow: 15.0313px 20.0417px 50.1042px rgb(157 157 157 / 29%);
  -webkit-box-shadow: 15.0313px 20.0417px 50.1042px rgb(157 157 157 / 29%);
}
.white-bg-small img {
  width: 30px;
  text-align: center;
}

.white-bg-small .h4 {
  font-size: 18px;
  font-weight: 600;
  margin: auto 0;
  padding-left: 14px;
}

.white-bg-small p.small {
  line-height: 1.3;
}

.white-bg ul li span {
  color: #605a7d;
}

footer {
  background: #121a23;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 20px;
}

.footer_bg {
  position: relative;
  bottom: -2px;
  background-size: cover;
  padding: 180px 0 80px;
  background-image: image-set(
    url("../img/footer-stick.webp") 1x,
    url("../img/footer-stick.png") 2x
  );
  background-position: top left;
  background-repeat: no-repeat;
  margin-left: -1px;
}

footer a {
  opacity: 1;
  margin: 8px 0;
  text-decoration: none;
  transition: all 0.3s ease-in;
}
footer a:hover {
  opacity: 0.5;
  text-decoration: none;
}

footer .bottom-nav__link {
  margin: 0px 20px;
}

footer .copyright-link::after {
  content: "";
  margin: 0 12px 0 32px;
  border-right: 1.5px solid #fff;
}

footer .site-logo {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 35px;
}

footer .site-logo img {
  width: 35px;
  height: auto;
  margin-right: 6px;
}

footer .h5 {
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #eee;
}

.footer-lower {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 767.98px) {
  footer .bottom-nav__link {
    margin: 0;
  }
}

.subscription_card {
  background-image: image-set(
    url("../img/subs-card-bg-light.webp") 1x,
    url("../img/subs-card-bg-light.png") 2x
  );
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  border: 5px solid #f6f7fa;
  box-shadow: none !important;
  padding: 28px;
}

/* Steps registration - payment */
.registration-head {
  padding-top: 120px;
}
@media (max-width: 575.98px) {
  .registration-head {
    padding-top: 80px;
  }
}
.steps {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  display: flex;
  width: 100%;
  font-size: 0;
}
.steps__item {
  margin-right: 16px;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  flex: 1;
  overflow: hidden;
  vertical-align: top;
}
.steps__item:last-child {
  flex: none;
}
.steps__item:last-child .steps__item__title:after {
  content: none;
}
.steps__item__content {
  display: inline-block;
  vertical-align: top;
}
.steps__item__title {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 16px;
  line-height: 32px;
}
.steps__item__title:after {
  position: absolute;
  top: 16px;
  left: 100%;
  display: block;
  width: 9999px;
  height: 1px;
  background: #e8e8e8;
  content: "";
}
.steps__item__description {
  max-width: 185px;
  white-space: normal;
  color: rgb(0, 0, 0);
  font-size: 10px;
  line-height: 1;
}
.steps__item__tail {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  padding: 0 10px;
}
.steps__item__icon {
  background-color: #fff;
  border-color: #00b4eb;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-top: 6px;
  padding: 8px 0;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  transition: background-color 0.3s, border-color 0.3s;
  display: inline-block;
  vertical-align: top;
}
.steps__item-finish .steps__item__title:after {
  background-color: #00b4eb;
}
.steps__item-finish .steps__item__icon {
  background-color: #00b4eb;
  border-color: #00b4eb;
}
.steps__item-finish .steps__item__title {
  color: #00b4eb;
}
.steps__item-process .steps__item__title {
  font-weight: 700;
  color: #1f1548;
}
.steps__item-process .steps__item__icon {
  background: #00b4eb;
}
.steps__item-process .steps__icon {
  color: #fff;
}
.steps__item-wait .steps__item__title {
  color: rgba(0, 0, 0, 0.25);
}
.steps__item-wait .steps__item__description {
  color: rgba(0, 0, 0, 0.25);
}
.steps__item-wait .steps__item__icon {
  border-color: rgba(0, 0, 0, 0.25);
}
.steps__item-wait .steps__icon {
  color: rgba(0, 0, 0, 0.25);
}
.steps__icon {
  position: relative;
  top: -15px;
  color: #00b4eb;
  line-height: 1;
}

.steps__item-process .steps__item__icon,
.iteration__item.active .iteration__item__number {
  background: #00b4eb;
  border-color: #00b4eb;
}

.form-title--secondary {
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 24px !important;
  color: #1f1548 !important;
  margin-bottom: 20px !important;
}
.form-title--tertiary {
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 24px !important;
  line-height: 26px !important;
  color: #1f1548 !important;
}

#form1 .text-black {
  font-size: 15px;
  margin-bottom: 20px !important;
}

#form1 .form-control {
  padding: 12px 16px 13px;
}

#form2 .payment-cards {
  width: 80px;
  height: 30px;
}

.form-control {
  padding: 14px 16px 15px;
  background: #f1f4f5;
  border-radius: 5px;
}

.bg {
  padding: 20px;
}
.bullet-list__item img {
  width: 16px;
}
.bullet-list__item p {
  font-size: 12px;
  color: #4f5665 !important;
  margin-bottom: 12px;
}

.card__content p small {
  align-items: center;
  color: #4f5665 !important;
  display: flex;
  font-size: 12px;
  font-weight: 300;
  line-height: 150%;
}

.tooltip-inner {
  font-size: 10px;
  max-width: 250px;
  padding: 10px;
  line-height: 1.2;
}
.tooltip-inner img {
  min-width: 45px !important;
}

.tooltip .arrow::before {
  display: none;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 8px 14px;
  cursor: pointer;
  background-color: #ffffff;
  border-bottom: 1px solid #d4d4d4;
}

.manualImg {
  width: 100px;
  min-width: 150px;
  border: 1px solid #eee;
  margin-bottom: 10px;
}

.order-card {
  background: #f6f7fa;
  margin-bottom: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

/* Shell container */

.banner {
  font-size: 18px;
  background-color: #f6f7fa;
  border-radius: 20px;
  overflow: hidden;
  color: #605a7d;
}

.banner .banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.banner .banner__content {
  width: 64.2%;
  padding: 40px;
}

.banner .banner__image {
  width: 35.8%;
}

.banner .banner__figure {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 0 0 0 102px;
}
.image-fit {
  overflow: hidden;
  background-size: cover;
  background-position: 50%;
}
.image-fit img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 992.98px) {
  .banner .banner__figure {
    padding-top: 220%;
  }
}

@media (max-width: 767.98px) {
  .banner .banner__content {
    width: 100%;
  }
  .banner .banner__image {
    width: 100%;
  }
  .banner .banner__figure {
    padding-top: 60%;
    border-radius: 102px 0 0 0;
  }
}

@media (max-width: 575.98px) {
  .banner .banner__content {
    width: 100%;
  }
  .banner .banner__image {
    width: 100%;
  }
  .banner .banner__figure {
    padding-top: 100%;
    border-radius: 102px 0 0 0;
  }
}

.contact-form {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 22px;
  border: 5px solid #f6f7fa !important;
}

.c-underlay-icon {
  border-radius: 50%;
  height: 760px;
  opacity: 2%;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: calc(50% - 380px);
  top: 100px;
  width: 760px;
  z-index: -1;
}

.c-underlay-icon svg {
  height: 100%;
  width: 100%;
}

#logowall img {
  width: 55px;
  max-width: 80px;
  max-height: 55px;
}
#logowall img.smaller {
  width: 50px;
  max-height: 30px;
}
