/* @link https://utopia.fyi/type/calculator?c=320,16,1.2,1440,20,1.25,5,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
/* @link https://utopia.fyi/space/calculator?c=320,18,1.2,1440,20,1.25,5,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
/* One-up pairs */
/* Custom pairs */
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin-block-end: 0;
}
body {
  min-width: 320px;
  min-height: 100vh;
  line-height: 1.5;
  font-size: clamp(1rem, calc(0.9286rem + 0.3571vi), 1.25rem);
  margin: 0;
}
body.scroll-lock {
  overflow: hidden;
}
h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}
h1, h2, h3, h4 {
  text-wrap: balance;
}
img, picture {
  max-width: 100%;
  display: block;
}
input, button, textarea, select {
  font: inherit;
}
textarea:not([rows]) {
  min-height: 10em;
}
/* Typography
   ========================================================================== */
p, h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
}
p:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}
h1, .is-h1 {
  font-size: clamp(2.4883rem, calc(2.1094rem + 1.8948vi), 3.8147rem);
}
h2, .is-h2 {
  font-size: clamp(2.0736rem, calc(2.7941rem + 1.3974vi), 3.0518rem);
}
h3, .is-h3 {
  font-size: clamp(1.728rem, calc(1.5242rem + 1.0192vi), 2.4414rem);
}
h4, .is-h4 {
  font-size: clamp(1.44rem, calc(1.2934rem + 0.733vi), 1.9531rem);
}
h5, .is-h5 {
  font-size: clamp(1.2rem, calc(1.0964rem + 0.5179vi), 1.5625rem);
}
h6, .is-h6 {
  font-size: clamp(0.8333rem, calc(0.7857rem + 0.2381vi), 1rem);
}
.text-big {
  font-size: clamp(1.2rem, calc(1.0964rem + 0.5179vi), 1.5625rem);
}
.has-small-padding {
  padding-top: clamp(0.875rem, calc(0.7679rem + 0.5357vi), 1.25rem);
  padding-bottom: clamp(0.875rem, calc(0.7679rem + 0.5357vi), 1.25rem);
}
.has-medium-padding {
  padding-top: clamp(1.125rem, calc(0.9107rem + 1.0714vi), 1.875rem);
  padding-bottom: clamp(1.125rem, calc(0.9107rem + 1.0714vi), 1.875rem);
}
.has-large-padding {
  padding-top: clamp(1.6875rem, calc(1.4554rem + 1.1607vi), 2.5rem);
  padding-bottom: clamp(1.6875rem, calc(1.4554rem + 1.1607vi), 2.5rem);
}
.has-x-large-padding {
  padding-top: clamp(2.25rem, calc(1.8214rem + 2.1429vi), 3.75rem);
  padding-bottom: clamp(2.25rem, calc(1.8214rem + 2.1429vi), 3.75rem);
}
.has-small-padding-top {
  padding-top: clamp(0.875rem, calc(0.7679rem + 0.5357vi), 1.25rem);
}
.has-small-padding-bottom {
  padding-bottom: clamp(0.875rem, calc(0.7679rem + 0.5357vi), 1.25rem);
}
.has-medium-padding-top {
  padding-top: clamp(1.125rem, calc(0.9107rem + 1.0714vi), 1.875rem);
}
.has-medium-padding-bottom {
  padding-bottom: clamp(1.125rem, calc(0.9107rem + 1.0714vi), 1.875rem);
}
.has-large-padding-top {
  padding-top: clamp(1.6875rem, calc(1.4554rem + 1.1607vi), 2.5rem);
}
.has-large-padding-bottom {
  padding-bottom: clamp(1.6875rem, calc(1.4554rem + 1.1607vi), 2.5rem);
}
.has-x-large-padding-top {
  padding-top: clamp(3.375rem, calc(2.9107rem + 2.3214vi), 5rem);
}
.has-x-large-padding-bottom {
  padding-bottom: clamp(3.375rem, calc(2.9107rem + 2.3214vi), 5rem);
}
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1.125rem, calc(0.7321rem + 1.9643vi), 2.5rem);
  padding-right: clamp(1.125rem, calc(0.7321rem + 1.9643vi), 2.5rem);
  overflow: hidden;
}
.container.is-fluid {
  max-width: 100%;
}
.container.is-narrower {
  max-width: 600px;
}
.container.is-narrow {
  max-width: 768px;
}
.container.is-wide {
  max-width: 1200px;
}
.container.is-wider {
  max-width: 1440px;
}
.is-flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-space-between {
  justify-content: space-between;
}
.justify-space-around {
  justify-content: space-around;
}
.align-start {
  align-items: flex-start;
}
.align-center {
  align-items: center;
}
.align-end {
  align-items: flex-end;
}
.is-vertical {
  flex-direction: column;
}
.is-vertical.reverse {
  flex-direction: column-reverse;
}
.is-horizontal {
  flex-direction: row;
}
.is-horizontal.reverse {
  flex-direction: row-reverse;
}
.is-center {
  justify-content: center;
  align-items: center;
}
.push-right {
  margin-left: auto;
}
.is-full-height {
  height: 100%;
}
.is-full-width {
  width: 100%;
}
.is-full-screen {
  width: 100%;
  min-height: 100vh;
}
.is-absolute {
  position: absolute;
}
.is-block {
  display: block;
}
.is-fixed {
  position: fixed;
}
.is-inline {
  display: inline;
}
.is-inline-block {
  display: inline-block;
}
.is-circle {
  border-radius: 50%;
}
.is-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.is-square, .is-4-3, .is-16-9, .is-landscape, .is-portrait {
  position: relative;
  width: 100%;
}
.is-square:before, .is-4-3:before, .is-16-9:before, .is-landscape:before, .is-portrait:before {
  content: "";
  display: block;
  width: 100%;
}
.is-square > *, .is-4-3 > *, .is-16-9 > *, .is-landscape > *, .is-portrait > * {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.is-square:before {
  padding-top: 100%;
}
.is-4-3:before {
  padding-top: 75%;
}
.is-landscape:before, .is-16-9:before {
  padding-top: 56.25%;
}
.is-portrait:before {
  padding-top: 133%;
}
.cover-background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.contain-background {
  background-size: contain;
  background-repeat: no-repeat;
}
.center-background {
  background-position: center center;
}
.object-cover {
  object-fit: cover;
  object-position: center;
}
.is-elevated {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.is-elevated:hover:not(.progress-bar) {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.is-parallax {
  background-attachment: scroll;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.is-lowercase {
  text-transform: lowercase;
}
.is-uppercase {
  text-transform: uppercase;
}
.is-hidden {
  display: none;
}
.is-relative {
  position: relative;
}
.is-static {
  position: static;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.is-marginless {
  margin: 0 !important;
}
.is-paddingless {
  padding: 0 !important;
}
.max-height-0 {
  max-height: 0 !important;
}
.is-animate {
  transition: all 400ms ease;
}
@media (max-width: 767.98px) {
  .is-mobile-hidden {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .hide-before-tablet-landscape {
    display: none;
  }
}
@media (min-width: 1024px) {
  .hide-tablet-landscape-up {
    display: none;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(clamp(1.125rem, calc(0.7321rem + 1.9643vi), 2.5rem) * -1);
  margin-right: calc(clamp(1.125rem, calc(0.7321rem + 1.9643vi), 2.5rem) * -1);
}
.row.nowrap {
  flex-wrap: nowrap;
}
.row.reverse {
  flex-direction: row-reverse;
}
.row > * {
  width: 100%;
  max-width: 100%;
  padding-left: clamp(1.125rem, calc(0.7321rem + 1.9643vi), 2.5rem);
  padding-right: clamp(1.125rem, calc(0.7321rem + 1.9643vi), 2.5rem);
}
@media (max-width: 767.98px) {
  .row:not(.nowrap) .col, .row:not(.nowrap) > [class^="col-"], .row:not(.nowrap) > [class*=" col-"] {
    flex-basis: 100%;
  }
}
.row .col {
  flex: 1 0 0%;
}
.row .col-1 {
  width: calc(1/12 * 100%);
}
.row .col-2 {
  width: calc(2/12 * 100%);
}
.row .col-3 {
  width: calc(3/12 * 100%);
}
.row .col-4 {
  width: calc(4/12 * 100%);
}
.row .col-5 {
  width: calc(5/12 * 100%);
}
.row .col-6 {
  width: calc(6/12 * 100%);
}
.row .col-7 {
  width: calc(7/12 * 100%);
}
.row .col-8 {
  width: calc(8/12 * 100%);
}
.row .col-9 {
  width: calc(9/12 * 100%);
}
.row .col-10 {
  width: calc(10/12 * 100%);
}
.row .col-11 {
  width: calc(11/12 * 100%);
}
.row .col-12 {
  width: 100%;
}
.row .col-one-fifth {
  width: 20%;
}
.form-group {
  margin-bottom: 25px;
}
label {
  vertical-align: middle;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="url"], input[type="number"], textarea, select {
  display: block;
  width: 100%;
  padding: 6px 14px;
  background-color: #fff;
  border: 1px solid #bcc2cc;
  border-radius: 4px;
  margin-top: 9px;
  outline: 0;
}
input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="url"]:focus, input[type="number"]:focus, textarea:focus, select:focus {
  border-color: #000;
}
input::placeholder {
  opacity: 1;
  color: #a8a8a8;
}
input[type="submit"] {
  margin-top: 5px;
}
select {
  cursor: pointer;
  padding-left: 10px;
  padding-right: 36px;
  background: #f9f9f9 url("data:image/svg+xml,%3Csvg class='bi bi-chevron-expand' width='1em' height='1em' viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M3.646 9.146a.5.5 0 01.708 0L8 12.793l3.646-3.647a.5.5 0 01.708.708l-4 4a.5.5 0 01-.708 0l-4-4a.5.5 0 010-.708zm0-2.292a.5.5 0 00.708 0L8 3.207l3.646 3.647a.5.5 0 00.708-.708l-4-4a.5.5 0 00-.708 0l-4 4a.5.5 0 000 .708z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat right 10px center;
}
.is-contrast select {
  background: transparent url("data:image/svg+xml,%3Csvg class='bi bi-chevron-expand' width='1em' height='1em' viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M3.646 9.146a.5.5 0 01.708 0L8 12.793l3.646-3.647a.5.5 0 01.708.708l-4 4a.5.5 0 01-.708 0l-4-4a.5.5 0 010-.708zm0-2.292a.5.5 0 00.708 0L8 3.207l3.646 3.647a.5.5 0 00.708-.708l-4-4a.5.5 0 00-.708 0l-4 4a.5.5 0 000 .708z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat right 10px center;
}
.form-group .input-checkbox, .form-group .input-radio {
  position: absolute;
  opacity: 0;
}
.form-group .input-checkbox + label, .form-group .input-radio + label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  font-size: 14px;
}
.form-group .input-checkbox + label:before, .form-group .input-radio + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #bcc2cc;
  border-radius: 4px;
  background-color: #fff;
}
.form-group .input-checkbox + label:after, .form-group .input-radio + label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
}
.form-group .input-radio + label:before, .form-group .input-radio + label:after {
  border-radius: 100%;
}
.form-group .input-checkbox:not(:checked) + label:after, .form-group .input-radio:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.form-group .input-checkbox:checked + label:after, .form-group .input-radio:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
body {
  font-family: Euclid Square, sans-serif;
  font-weight: 300;
  color: #333;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Euclid Square, sans-serif;
  font-weight: 600;
}
.en-hamburger {
  background: none;
  outline: none;
  border: 0;
  cursor: pointer;
}
.en-hamburger > span {
  width: 20px;
  height: 2px;
  margin: 2px 0;
  background-color: #B3F8F7;
}
.no-main-banner .en-hamburger > span {
  background-color: #B3F8F7;
}
.scrolled .en-hamburger > span {
  background-color: #B3F8F7;
}
.main-logo > a {
  color: #B3F8F7;
}
.main-logo > a svg path {
  fill: currentColor;
}
.main-logo > a:hover {
  color: #fff;
}
.main-logo > a, .main-logo > a svg {
  width: 80px;
  height: 60px;
}
body.scrolled .main-logo {
  color: #B3F8F7;
}
body.no-main-banner .main-logo {
  color: #B3F8F7;
}
@media (min-width: 1024px) {
  .main-logo > a, .main-logo > a svg {
    width: 180px;
    height: 60px;
  }
}
#mobile-menu {
  position: fixed;
  overflow: hidden;
  width: 100%;
  max-height: 0;
  background-color: #fff;
  z-index: 1000;
  top: 0;
  left: 0;
  box-shadow: 0 1px 1px rgba(17, 17, 17, 0.08);
  visibility: hidden;
  font-family: Euclid Square, sans-serif;
  font-weight: normal;
  font-size: 16px;
}
#mobile-menu nav .sub-menu {
  display: none;
  background-color: #fff;
  margin: 0;
  padding: 0;
}
#mobile-menu nav .sub-menu.open {
  display: block;
}
#mobile-menu.open {
  max-height: 1000px;
  visibility: visible;
}
#close-mobile-menu {
  display: none;
  background-position: center center;
}
.dropdown-menu ul {
  width: 100%;
}
.dropdown-menu > nav > ul {
  border-top: 1px solid rgba(230, 228, 228, 0.5);
}
.dropdown-menu > nav > ul > li:last-child a {
  margin-bottom: 8px;
}
.dropdown-menu li {
  display: block;
}
.dropdown-menu a {
  display: block;
  margin-top: 8px;
  padding: 15px;
  color: #333;
}
.dropdown-menu a:hover {
  color: #333;
}
.dropdown-menu .sub-menu li {
  padding-left: 20px;
}
@media (min-width: 1024px) {
  #mobile-menu.open {
    max-height: 0;
  }
}
header {
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  min-width: 320px;
  background-color: #fff;
  font-family: Euclid Square, sans-serif;
  font-weight: normal;
  font-size: clamp(1rem, calc(0.9286rem + 0.3571vi), 1.25rem);
  padding-top: clamp(0.875rem, calc(0.7679rem + 0.5357vi), 1.25rem);
  padding-bottom: clamp(0.875rem, calc(0.7679rem + 0.5357vi), 1.25rem);
}
header a {
  color: #B3F8F7;
  text-decoration: none;
}
header a:hover {
  color: #fff;
}
header nav > ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
header nav > ul > li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0 12px;
}
header nav .sub-menu {
  position: absolute;
  min-width: 180px;
  left: 0;
  top: 100%;
  max-height: 0;
  overflow: hidden;
  list-style: none;
  padding-left: 0;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(17, 17, 17, 0.08);
  white-space: nowrap;
  z-index: 100;
  margin: 0;
}
header nav .sub-menu li a {
  display: block;
  margin: 8px;
  padding: 10px;
  white-space: nowrap;
}
header nav .sub-menu.open {
  max-height: 1000px;
  padding: 4px 0;
}
body.scrolled header {
  background-color: #000;
}
body.scrolled header a {
  color: #B3F8F7;
}
body.scrolled header a:hover {
  color: #fff;
}
body.no-main-banner header {
  background-color: #000;
}
@media (min-width: 768px) {
  header {
    background-color: #000;
  }
}
footer {
  background-color: #fff;
  color: #000;
  font-size: 13px;
}
footer .is-overlay {
  opacity: 0.2;
}
footer .footer-logo {
  width: 180px;
  height: 100px;
  margin-bottom: 25px;
  background-position: center center;
}
footer a {
  color: #000;
}
footer a:hover {
  color: #000;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .copyright {
  font-size: 11px;
  margin-bottom: 0;
}
footer {
  margin-top: auto;
  border-top: 1px solid #efecec;
  padding-top: 50px;
  padding-bottom: 27px;
  font-size: 16px;
  background-color: #fff;
}
footer .mobile-menu {
  font-size: 14px;
}
footer .mobile-menu .main-logo, footer .mobile-menu .main-logo svg {
  width: 50px;
  height: 50px;
}
footer .footer-logo, footer .footer-logo svg {
  width: 50px;
  height: 50px;
}
footer .button {
  margin-top: 0;
}
footer .menu li {
  margin: 3px 0;
}
footer .menu a {
  text-decoration: none;
}
footer .menu a:hover {
  text-decoration: underline;
}
footer .footer-desk-rows {
  display: none;
}
@media (max-width: 1023.98px) {
  footer .copyright > div {
    max-width: 390px;
  }
  footer .copyright > div .hide-small-screen {
    opacity: 0;
    display: block;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  footer .footer-desk-rows {
    display: block;
  }
  footer .mobile-menu {
    display: none;
  }
  footer .footer-row {
    display: flex;
  }
}
footer .copyright-row {
  margin-top: 23px;
}
@media (min-width: 1024px) {
  footer .copyright-row {
    margin-top: 53px;
  }
}
footer .copyright {
  color: rgba(0, 0, 0, 0.4);
}
footer .copyright a {
  color: rgba(0, 0, 0, 0.4);
}
footer .copyright a:hover {
  color: #000;
}
footer .copyright .link-sep {
  display: inline-block;
  margin: 0 7px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
}
footer .social-icons {
  display: none;
  margin: 20px 0;
  margin-left: -5px;
}
footer .social-icons > a.social-icon-link {
  margin-right: 12px;
}
footer .social-icons > a.social-icon-link svg path {
  fill: #000;
}
footer .social-icons > a.social-icon-link:hover svg path {
  fill: #640000;
}
footer .contact-details {
  display: none;
}
footer .contact-details a {
  display: inline-flex;
  padding: 5px;
  background-color: #0068FF;
  color: #554F41;
  border-radius: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}
footer .contact-details a .adi-icon, footer .contact-details a .adi-icon svg {
  width: 16px;
  height: 16px;
}
footer .dropdown-menu {
  padding-top: 10px;
}
footer .dropdown-menu > nav > ul {
  border-top: 0;
}
footer .dropdown-menu > nav > ul > li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}
footer .dropdown-menu > nav > ul > li:last-child a {
  margin-bottom: 0;
}
footer .dropdown-menu > nav > ul > li.has-sub-menu:after {
  content: "+";
  display: block;
  position: absolute;
  right: 0;
  top: 8px;
}
footer .dropdown-menu > nav > ul > li.sub-menu-open:after {
  content: "-";
}
footer .dropdown-menu > nav > ul > li a {
  padding: 10px 0;
  margin: 0;
  color: #000;
}
footer .dropdown-menu > nav > ul > li a:hover {
  color: #000;
}
footer .dropdown-menu > nav > ul > li > a {
  font-weight: 500;
}
footer .dropdown-menu > nav > ul > li .sub-menu {
  background: none;
  left: 0;
  top: 100%;
  max-height: 0;
  overflow: hidden;
  list-style: none;
  padding-left: 0;
  background-color: #fff;
  white-space: nowrap;
  z-index: 10;
}
footer .dropdown-menu > nav > ul > li .sub-menu.open {
  max-height: 1000px;
}
footer .dropdown-menu > nav > ul > li .sub-menu li {
  padding-left: 0;
}
footer .dropdown-menu > nav > ul > li .sub-menu li a {
  padding: 4px 0;
}
footer .dropdown-menu > nav > ul > li .sub-menu li:first-child {
  margin-top: 7px;
}
footer .dropdown-menu > nav > ul > li .sub-menu li:last-child {
  margin-bottom: 16px;
}
.widget h5 {
  font-size: 20px;
}
.widget a {
  font-size: 14px;
  text-decoration: none;
}
#cookie-banner {
  position: fixed;
  left: 5px;
  bottom: 5px;
  width: calc(100% - 10px);
  background-color: #000;
  color: #B3F8F7;
  z-index: 10;
  padding: 10px 15px;
  padding-right: 10px;
  font-family: Euclid Square, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0;
  visibility: hidden;
}
#cookie-banner.display {
  opacity: 1;
  visibility: visible;
}
#cookie-banner h4 {
  font-size: 26px;
  margin-bottom: 10px;
}
#cookie-banner p {
  font-size: 15px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #cookie-banner p {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #cookie-banner .content {
    width: calc(100% - 300px);
  }
  #cookie-banner .ctas {
    width: 300px;
  }
}
#cookie-banner .ctas > a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: #fff;
  color: #000;
  padding: 5px 10px;
  margin: 0 5px;
  text-transform: uppercase;
  width: 50%;
  text-align: center;
}
#cookie-banner .ctas > a:first-child {
  font-size: 24px;
  margin-left: 0;
}
#cookie-banner .ctas > a:last-child {
  font-size: 13px;
}
#cookie-banner .ctas > a:hover {
  background-color: #0068FF;
}
@media (min-width: 768px) {
  #cookie-banner .ctas > a {
    width: 120px;
  }
}
.skew-top {
  clip-path: polygon(0% 20px, 100% 0%, 100% 100%, 0% 100%);
  margin-top: -20px;
}
.skew-bottom {
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), 0% 100%);
  margin-bottom: -20px;
}
.skew-both {
  clip-path: polygon(0% 50px, 100% 0%, 100% calc(100% - 20px), 0% 100%);
  margin-top: -20px;
  margin-bottom: -20px;
}
@media (min-width: 1024px) {
  .skew-top {
    clip-path: polygon(0% 50px, 100% 0%, 100% 100%, 0% 100%);
    margin-top: -50px;
  }
  .skew-bottom {
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 50px), 0% 100%);
    margin-bottom: -50px;
  }
  .skew-both {
    clip-path: polygon(0% 50px, 100% 0%, 100% calc(100% - 50px), 0% 100%);
    margin-top: -50px;
    margin-bottom: -50px;
  }
}
.post-component .post-image {
  margin-bottom: 50px;
}
.post-component .post-image > div {
  background-position: center center;
}
.post-component .author-info {
  margin-top: 40px;
  border-top: 1px solid #eee;
}
.post-component .author-image {
  width: 85px;
  height: 85px;
}
.post-component .author-bio {
  opacity: 0.8;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 0 !important;
}
.post-component .navigation {
  padding-top: 50px;
}
.post-component .navigation .button {
  margin: 0 10px;
}
.video-component iframe {
  position: absolute;
  left: 0;
  top: 0;
}
.columns-content-component .is-overlay {
  z-index: -1;
}
.columns-content-component.is-contrast, .columns-content-component.is-contrast p {
  color: #fff;
}
.columns-content-component.cover-background, .columns-content-component.cover-background h1, .columns-content-component.cover-background h2, .columns-content-component.cover-background h3, .columns-content-component.cover-background h4, .columns-content-component.cover-background h5, .columns-content-component.cover-background h6 {
  z-index: 1;
}
.columns-content-component.cover-background .container {
  position: static;
}
.columns-content-component .col-image small {
  color: #a4a4a4;
}
.columns-content-component .content-above {
  margin-bottom: 10px;
}
.columns-content-component .content-below {
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .columns-content-component .content-with-image > div.col-image {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .columns-content-component .col-6:first-child {
    padding-right: 20px;
  }
  .columns-content-component .col-6:last-child {
    padding-left: 20px;
  }
  .columns-content-component .content-with-image .col-content {
    padding-left: 20px;
  }
  .columns-content-component .content-with-image .col-image {
    padding-right: 20px;
  }
  .columns-content-component .content-with-image.reverse .col-content {
    padding-left: clamp(1.125rem, calc(0.7321rem + 1.9643vi), 2.5rem);
    padding-right: 20px;
  }
  .columns-content-component .content-with-image.reverse .col-image {
    padding-right: clamp(1.125rem, calc(0.7321rem + 1.9643vi), 2.5rem);
    padding-left: 20px;
  }
  .columns-content-component .content-with-image.reverse .col-image .is-portrait {
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .columns-content-component .col-6:first-child {
    padding-right: 40px;
  }
  .columns-content-component .col-6:last-child {
    padding-left: 40px;
  }
  .columns-content-component .content-with-image .col-content {
    padding-left: 40px;
  }
  .columns-content-component .content-with-image .col-image {
    padding-right: 40px;
  }
  .columns-content-component .content-with-image.reverse .col-content {
    padding-left: clamp(1.125rem, calc(0.7321rem + 1.9643vi), 2.5rem);
    padding-right: 40px;
  }
  .columns-content-component .content-with-image.reverse .col-image {
    padding-right: clamp(1.125rem, calc(0.7321rem + 1.9643vi), 2.5rem);
    padding-left: 40px;
  }
}
.blog-component .col-4 {
  margin-top: 20px;
}
.blog-component .post-feed {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.blog-component .post-feed:last-child {
  border-bottom: 0;
}
.blog-component .pagination .button {
  margin: 0 10px;
}
.social-icons {
  margin-left: -5px;
  margin-right: -5px;
}
.social-icons .social-icon-link {
  width: 18px;
  height: 18px;
  margin-left: 5px;
  margin-right: 5px;
}
.social-icons .social-icon-link.svg-icon-linkedin {
  margin-top: -3px;
}
.social-icons svg {
  width: 18px;
  height: 18px;
}
.banner-component .is-16-9.is-small {
  height: 300px;
}
@media (min-width: 1280px) {
  .banner-component .is-16-9.is-small {
    height: 400px;
  }
}
.banner-component .is-16-9.is-medium {
  max-height: 80vh;
  min-height: 450px;
}
.banner-component .is-16-9.is-fit-text {
  height: auto;
}
.banner-component .is-16-9.is-fit-text:before {
  display: none;
}
.banner-component .is-16-9.is-fit-text > div {
  position: relative;
  padding: 60px 0;
}
@media (min-width: 1024px) {
  .banner-component .is-16-9.is-fit-text > div {
    padding: 100px 0;
  }
}
@media (min-width: 1280px) {
  .banner-component .is-16-9.is-fit-text > div {
    padding: 120px 0;
  }
}
.banner-component .banner, .banner-component .banner h1, .banner-component .banner h2, .banner-component .banner h3, .banner-component .banner h4, .banner-component .banner h5, .banner-component .banner h6 {
  color: #fff;
}
.banner-component .banner .banner-image {
  left: 0;
  top: 0;
}
.banner-component .banner .container {
  margin-left: 0;
  margin-right: 0;
}
.banner-component .banner.is-full-screen > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main-banner {
  /*.banner-slideshow {
                    .swiper-pagination-bullets {
                        bottom: auto;
                        left: auto;
                        width: auto;
                        right: 10px;
                        top: 50%;
                        transform: translate3d(0px,-50%,0);
                    }

                    .swiper-pagination-bullet {
                        margin: 6px 0;
                        display: block;
                    }

                    .swiper-pagination-bullet-active {
                        background: #fff;
                    }

                    .swiper-slide {
                        .container.is-fluid {
                            margin-left: 0;
                            max-width: 800px;
                        }
                    }
                }*/
}
.main-banner .banner-scroll-button {
  bottom: 50px;
  width: 50px;
  height: 50px;
}
.main-banner .banner-scroll-button > span {
  position: absolute;
  left: 12px;
  top: 0;
  width: 24px;
  height: 24px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: scrolldown 1.5s infinite;
  animation: scrolldown 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes scrolldown {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
[data-file] {
  cursor: pointer;
}
[data-file]:hover {
  color: #0068FF;
}
#response-message.show {
  background-color: #fff;
  margin-top: 15px;
  padding: 8px;
}
#en-newsletter-signup {
  padding: 15px;
}
#en-newsletter-signup .close-newsletter-signup-modal {
  width: 30px;
  height: 30px;
  top: 15px;
  right: 15px;
  outline: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
#en-newsletter-signup .close-newsletter-signup-modal path {
  fill: #fff;
}
#en-newsletter-signup .modal-container {
  background-color: #0068FF;
  color: #fff;
  max-width: 550px;
}
#en-newsletter-signup .modal-container .newsletter-content {
  padding: 30px 25px;
}
#en-newsletter-signup .modal-container ol {
  padding-left: 0;
}
#en-newsletter-signup .modal-container ol li {
  padding-left: 0;
  margin: 15px 0;
  display: flex;
  align-items: center;
}
#en-newsletter-signup .modal-container ol li::before {
  display: none;
}
#en-newsletter-signup .modal-container ol li .list-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
#en-newsletter-signup .modal-container ol li .list-icon svg {
  width: 40px;
  height: 40px;
}
#en-newsletter-signup .modal-container ol li .list-icon svg circle {
  fill: #fff;
}
#en-newsletter-signup .modal-container ol li .list-icon svg path {
  fill: #0068FF;
}
#en-newsletter-signup .modal-container .button {
  background-color: #fff;
  border-radius: 0;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 16px;
  width: 220px;
  padding: 10px 20px;
  text-decoration: none;
  color: #000;
  margin: 10px;
}
#en-newsletter-signup[data-scheme="purple"] .modal-container {
  background-color: #B4A0FF;
  color: #000;
}
#en-newsletter-signup[data-scheme="purple"] .modal-container ol li .list-icon svg circle {
  fill: #000;
}
#en-newsletter-signup[data-scheme="purple"] .modal-container ol li .list-icon svg path {
  fill: #B4A0FF;
}
#en-newsletter-signup[data-scheme="teal"] .modal-container {
  background-color: #BAE6E7;
  color: #000;
}
#en-newsletter-signup[data-scheme="teal"] .modal-container ol li .list-icon svg circle {
  fill: #0068FF;
}
#en-newsletter-signup[data-scheme="teal"] .modal-container ol li .list-icon svg path {
  fill: #BAE6E7;
}
#subscribe-form {
  padding-top: 10px;
}
.notification {
  padding: 10px 20px;
  margin-bottom: 30px;
  font-size: 14px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.5);
}
.notification p {
  margin: 0;
}
.notification.is-success {
  border: 1px solid rgba(37, 121, 83, 0.4);
  color: rgba(37, 121, 83, 0.8);
}
.notification.is-error {
  border: 1px solid rgba(174, 39, 39, 0.4);
  color: rgba(174, 39, 39, 0.8);
}
.contact-component {
  padding-top: 60px;
}
.contact-component .contact-columns > div {
  width: 100%;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .contact-component .contact-columns > div {
    width: calc(50% - 75px);
  }
  .contact-component .contact-columns > div:first-child {
    order: 1;
  }
  .contact-component .contact-columns > div:nth-child(2) {
    order: 3;
  }
  .contact-component .contact-columns > div:last-child {
    order: 2;
  }
}
@media (min-width: 1024px) {
  .contact-component .contact-columns > div {
    width: calc(33.33333% - 60px);
  }
  .contact-component .contact-columns > div:nth-child(2) {
    order: 2;
  }
  .contact-component .contact-columns > div:last-child {
    order: 3;
  }
}
@media (min-width: 1280px) {
  .contact-component .contact-columns > div {
    width: calc(33.33333% - 160px);
  }
}
.contact-component p {
  font-size: 23px;
  font-weight: 200;
}
@media (min-width: 1280px) {
  .contact-component p {
    font-size: 26px;
  }
}
.contact-component .contact-details a {
  color: #000;
}
.contact-component .contact-details a:hover {
  color: #FF8254;
}
.contact-component .social-icons a {
  font-size: 23px;
  font-weight: 200;
  color: #202020;
  text-decoration: none;
}
.contact-component .social-icons a:hover {
  color: #FF8254;
}
.contact-component .social-icons a:hover svg * {
  fill: #FF8254;
}
@media (min-width: 1280px) {
  .contact-component .social-icons a {
    font-size: 26px;
  }
}
.contact-component .calendly svg {
  width: 18px;
  height: 18px;
}
.contact-component .calendly svg path {
  stroke: #0068FF;
  transition: all 200ms ease;
}
.contact-component .calendly svg:hover path {
  stroke: #000;
}
.contact-component .bottom-content {
  max-width: 850px;
  padding-top: 90px;
  color: #9B9B9B;
}
.logo-slider-component > .container {
  padding: 60px 0;
}
.logo-slider-component > .container.has-top-line {
  border-top: 1px solid rgba(166, 177, 188, 0.35);
}
.logo-slider-component .swiper .swiper-slide {
  padding: 0 20px;
  height: auto;
}
@media (min-width: 1024px) {
  .logo-slider-component .swiper .swiper-slide {
    padding: 0 30px;
  }
}
.logo-slider-component .swiper .swiper-slide img {
  width: 100%;
  max-width: 120px;
  max-height: 70px;
  object-fit: contain;
  object-position: center;
  filter: grayscale(1);
}
.our-solutions-component {
  background-color: rgba(192, 192, 192, 0.08);
}
.our-solutions-component > .container {
  padding-top: 60px;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .our-solutions-component > .container {
    padding-top: 100px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1280px) {
  .our-solutions-component > .container {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1800px) {
  .our-solutions-component > .container {
    padding-top: 140px;
    padding-bottom: 60px;
  }
}
.our-solutions-component .top-content {
  max-width: 550px;
}
.our-solutions-component .our-solutions-list {
  display: none;
  padding-top: 80px;
}
.our-solutions-component .our-solutions-list.is-active {
  display: flex;
}
.our-solutions-component .our-solutions-list .our-solutions-entry {
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .our-solutions-component .our-solutions-list .our-solutions-entry {
    width: calc(33.333333% - 30px);
    margin-bottom: 80px;
  }
}
.our-solutions-component .our-solutions-list .our-solutions-entry .entry-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  margin-bottom: 16px;
}
.our-solutions-component .our-solutions-list .our-solutions-entry .entry-icon > div, .our-solutions-component .our-solutions-list .our-solutions-entry .entry-icon > div svg {
  width: 24px;
  height: 24px;
}
.our-solutions-component .our-solutions-list .our-solutions-entry .entry-icon > div svg * {
  fill: #363E45;
  color: #363E45;
}
.our-solutions-component .our-solutions-list .our-solutions-entry p {
  font-size: 13px;
}
.our-solutions-component .our-solutions-list .our-solutions-entry .button {
  padding-left: 0;
}
.project-cycle-component {
  background-color: rgba(192, 192, 192, 0.08);
}
.project-cycle-component .project-cycle {
  margin-top: 55px;
}
.project-cycle-component .project-cycle .project-cycle-entry {
  margin-top: 50px;
  width: 100%;
}
.project-cycle-component .project-cycle .project-cycle-entry:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .project-cycle-component .project-cycle .project-cycle-entry {
    margin-top: 0;
    width: calc(33.3333% - 70px);
  }
}
.project-cycle-component .project-cycle .project-cycle-entry .arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #0068FF;
}
.project-cycle-component .project-cycle .project-cycle-entry .arrow:after {
  content: "";
  position: absolute;
  width: calc(100% - 70px);
  height: 2px;
  right: 0;
  top: 26px;
  background-color: #0068FF;
}
.project-cycle-component .project-cycle .project-cycle-entry .arrow span, .project-cycle-component .project-cycle .project-cycle-entry .arrow svg {
  width: 20px;
  height: 14px;
}
.project-cycle-component .project-cycle .project-cycle-entry h5 {
  margin-top: 25px;
}
.project-cycle-component .project-cycle .project-cycle-entry p {
  font-size: 16px;
}
.solution-intro-benefits-component .left-content {
  width: 100%;
}
@media (min-width: 1024px) {
  .solution-intro-benefits-component .left-content {
    width: 60%;
    padding-right: 80px;
  }
}
.solution-intro-benefits-component .right-content {
  margin-top: 50px;
  width: 100%;
}
@media (min-width: 1024px) {
  .solution-intro-benefits-component .right-content {
    margin-top: 0;
    width: 40%;
  }
}
.solution-intro-benefits-component .right-content .benefits {
  padding: 50px 25px;
  border-radius: 8px;
  background-color: #363E45;
  color: #fff;
}
.solution-intro-benefits-component .right-content .benefits .benefit-entry {
  margin-top: 25px;
}
.solution-intro-benefits-component .right-content .benefits .benefit-entry:first-child {
  margin-top: 0;
}
.solution-intro-benefits-component .right-content .benefits .benefit-entry .benefit-icon, .solution-intro-benefits-component .right-content .benefits .benefit-entry .benefit-icon svg {
  width: 20px;
  height: 20px;
  color: #A7813D;
}
.solution-intro-benefits-component .right-content .benefits .benefit-entry > div:last-child {
  width: calc(100% - 20px);
  padding-left: 20px;
}
.solution-intro-benefits-component .right-content .benefits .benefit-entry h5 {
  margin-bottom: 7px;
}
.solution-intro-benefits-component .right-content .benefits .benefit-entry p {
  opacity: 0.7;
  font-size: 15px;
}
/*
Theme Name: flocsam-25
Template: encore
*/
@font-face {
  font-family: "Euclid Square";
  src: url("/wp-content/themes/flocsam-25/assets/fonts/EuclidSquare-Light.woff2") format("woff2"), url("/wp-content/themes/flocsam-25/assets/fonts/EuclidSquare-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Square";
  src: url("/wp-content/themes/flocsam-25/assets/fonts/EuclidSquare-Bold.woff2") format("woff2"), url("/wp-content/themes/flocsam-25/assets/fonts/EuclidSquare-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Euclid Square", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  color: #000;
}
body.page-risks-two-day-fix h3 {
  background-color: #0068FF;
  color: #fff;
}
body.page-roi-two-day-fix .banner, body.page-roi-two-day-fix .banner h1 {
  color: #000;
}
body.page-roi-two-day-fix h3 {
  background-color: #B4A0FF;
  color: #000;
}
body.page-rules-two-day-fix .banner, body.page-rules-two-day-fix .banner h1 {
  color: #0068FF;
}
body.page-rules-two-day-fix h3 {
  background-color: #B3F8F7;
  color: #0068FF;
}
body.page-boosts-for-lawyers .banner, body.page-boosts-for-lawyers .banner h1 {
  color: #0068FF;
}
body.page-boosts-for-lawyers h3 {
  background-color: #fff;
  color: #0068FF;
  border: 1px solid #0068FF;
}
body.page-boosts-for-business .banner, body.page-boosts-for-business .banner h1 {
  color: #000;
}
body.page-boosts-for-business h3 {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
body.page-about h3 {
  padding: 0 !important;
}
header {
  background-color: #000;
}
header > .container > .is-flex {
  justify-content: space-between;
}
header > .container > .is-flex nav {
  display: block;
}
@media (min-width: 1024px) {
  header > .container > .is-flex {
    justify-content: center;
  }
}
header > .container > .is-flex > .hide-before-tablet-landscape {
  width: calc(50% - 180px);
}
header > .container > .is-flex > div:nth-child(2) {
  width: 180px;
}
@media (min-width: 1024px) {
  header > .container > .is-flex > div:nth-child(2) {
    margin: 0 40px;
  }
}
header > .container > .is-flex > div:first-child ul {
  justify-content: flex-end;
}
header > .container > .is-flex .sub-menu {
  background-color: #000;
}
header > .container > .is-flex .sub-menu li {
  margin: 0 5px;
  padding: 0 12px;
}
#mobile-menu a {
  text-decoration: none;
}
#mobile-menu ul {
  padding-left: 0;
}
#mobile-menu li.has-sub-menu {
  position: relative;
}
#mobile-menu li.has-sub-menu::after {
  content: "+";
  display: block;
  position: absolute;
  right: 15px;
  top: 8px;
}
#mobile-menu li.sub-menu-open::after {
  content: "-";
}
.button {
  margin-top: 30px;
  background-color: #000;
  color: #fff;
  padding: 10px 18px;
  border-radius: 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
  text-decoration: none;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.button.is-text {
  background: none;
  color: #000;
}
.button > svg {
  width: 6px;
  height: 9px;
  color: #000;
  margin-left: 10px;
}
.button > svg * {
  fill: #fff;
}
.columns-content-component .col-image .is-square {
  border-radius: 50%;
}
.columns-content-component .col-content h3 {
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 8px;
  letter-spacing: 1px;
}
@media (max-width: 767.98px) {
  .columns-content-component .col-content h3 {
    margin-bottom: 30px;
  }
}
.main-banner {
  padding-top: 100px;
}
.main-banner h1 {
  font-weight: 600;
  letter-spacing: 3px;
}
.main-banner p {
  max-width: 600px;
  margin: 0 auto;
  font-size: 22px;
}
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  background-color: rgba(54, 62, 69, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal.display {
  opacity: 1;
  z-index: 110;
}
.modal-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 650px;
  min-width: 300px;
  max-height: 100%;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.modal-content {
  padding: 20px;
}
.modal-actions {
  background-color: #f9fafb;
  text-align: right;
  padding: 10px 20px;
}
.adi-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.adi-icon > svg {
  width: 20px;
  height: 20px;
}
ol {
  list-style: none;
}
ol li {
  margin: 25px 0;
  padding-left: 60px;
  position: relative;
  max-width: 300px;
}
@media (min-width: 768px) {
  ol li {
    max-width: 100%;
  }
}
ol li::before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="none"><circle cx="50" cy="50" r="50" fill="%23B3F8F7"/><path d="M28 51L42.549 65.549L72.549 35.549" stroke="black" stroke-width="9.16667"/></svg>');
  position: absolute;
  left: 0;
  top: 4px;
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  ol li::before {
    top: 3px;
  }
}
@media (min-width: 1024px) {
  ol li::before {
    top: 7px;
  }
}
ul.download-list {
  list-style: none;
  padding-left: 0;
}
ul.download-list li {
  margin: 25px 0;
}
ul.download-list li::after {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 25px;
  margin-top: -5px;
  vertical-align: middle;
}
.page-slider-component.color-scheme-blue ul.download-list li:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90 90" fill="none"><circle cx="45" cy="45" r="45" fill="%230068FF"/><path d="M25.1992 37.7998L47.4731 60.0737" stroke="%23FFF" stroke-width="9.16667"/><path d="M41.4004 60.0732L63.6742 37.7994" stroke="%23FFF" stroke-width="9.16667"/><path d="M45 53.0996V21.5996" stroke="%23FFF" stroke-width="9.16667"/><path d="M22.5 68.4004L66.6 68.4004" stroke="%23FFF" stroke-width="9.16667"/></svg>');
}
.page-slider-component.color-scheme-purple ul.download-list li:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90 90" fill="none"><circle cx="45" cy="45" r="45" fill="%23B4A0FF"/><path d="M25.1992 37.7998L47.4731 60.0737" stroke="%23FFF" stroke-width="9.16667"/><path d="M41.4004 60.0732L63.6742 37.7994" stroke="%23FFF" stroke-width="9.16667"/><path d="M45 53.0996V21.5996" stroke="%23FFF" stroke-width="9.16667"/><path d="M22.5 68.4004L66.6 68.4004" stroke="%23FFF" stroke-width="9.16667"/></svg>');
}
.page-slider-component.color-scheme-teal ul.download-list li:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90 90" fill="none"><circle cx="45" cy="45" r="45" fill="%23B3F8F7"/><path d="M25.1992 37.7998L47.4731 60.0737" stroke="%230068FF" stroke-width="9.16667"/><path d="M41.4004 60.0732L63.6742 37.7994" stroke="%230068FF" stroke-width="9.16667"/><path d="M45 53.0996V21.5996" stroke="%230068FF" stroke-width="9.16667"/><path d="M22.5 68.4004L66.6 68.4004" stroke="%230068FF" stroke-width="9.16667"/></svg>');
}
.page-slider-component.color-scheme-white ul.download-list li:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90 90" fill="none"><circle cx="45" cy="45" r="45" fill="none"/><path d="M25.1992 37.7998L47.4731 60.0737" stroke="%230068FF" stroke-width="9.16667"/><path d="M41.4004 60.0732L63.6742 37.7994" stroke="%230068FF" stroke-width="9.16667"/><path d="M45 53.0996V21.5996" stroke="%230068FF" stroke-width="9.16667"/><path d="M22.5 68.4004L66.6 68.4004" stroke="%230068FF" stroke-width="9.16667"/></svg>');
  border: 1px solid #0068FF;
  border-radius: 50%;
}
