html {
  font-family: "Hero", sans-serif !important;
  scroll-behavior: smooth;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 18px;
  }
}

section h1 {
  font-family: "Open sans", sans-serif !important;
  color: #51AEC3;
  font-size: 2.5rem !important;
  line-height: 1 !important;
  font-weight: 700 !important;
}

section h2 {
  color: #1B1B1B;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  line-height: 2rem !important;
}

section h3 {
  color: #1B1B1B;
  font-size: 1.0rem !important;
  font-weight: 600 !important;
  line-height: 1.5rem !important;
}

section strong {
  font-weight: 700;
}

section {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

section:has(.text-image > .row-wrapper:not(.top-fold)), section:has(.interactive-display), section:has(.simple-menu) {
  padding-left: 0;
  padding-right: 0;
}

section:has(.simple-menu),
section:has(.view-component .top-fold),
section.ZAQWidget,
section:has(.footer),
section:has(.full-article) {
  padding-top: 0;
  padding-bottom: 0;
}

section .simple-cta .buttonsRow {
  gap: 20px;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .TextImage .text-image .row-wrapper.blue-bg,
.TextImage .text-image .row-wrapper.yellow-bg,
.TextImage .text-image .row-wrapper.pink-bg,
.TextImage .text-image .row-wrapper.purple-bg {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
  section:has(.text-image > .row-wrapper.blue-bg),
  section:has(.text-image > .row-wrapper.yellow-bg),
  section:has(.text-image > .row-wrapper.pink-bg),
  section:has(.text-image > .row-wrapper.purple-bg) {
    padding-top: 0;
    padding-bottom: 0;
  }
  .simple-menu.main ul li a p {
  font-size: 0.584rem !important;
}
  section .text-image .row-wrapper.image-left {
  padding-right: 1.75rem;
}
section .text-image .row-wrapper.image-right {
  padding-left: 1.75rem;
}
}

@media screen and (max-width: 768px) {
  section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  section:has(.footer) {
    background-color: #f4fbfc;
  }
  section:has(.copyright) {
    background-color: #51AEC3;
    p {
      text-align: center;
    }
  }
}

span.ql-size-large {
  font-size: 2.25rem !important;
}
@media screen and (max-width: 768px) {
  span.ql-size-large {
    font-size: 3rem !important;
  }
}
span.ql-size-small {
  font-size: 0.875rem !important;
}

.simple-menu.menu-label h4 {
  font-size: 0.875rem !important;
}

@media screen and (max-width: 768px) {
  .simple-menu.menu-label h4 {
    display: none;
  }
}

section h4 {
  color: #1B1B1B;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

section h5 {
  font-size: 12px;
}
section h6 {
  font-size: 10px;
}

section p {
  color: #1B1B1B;
  font-size: 1.00rem !important;
  font-weight: 300 !important;
}

section article {
  color: #1B1B1B;
  font-size: 1.00rem !important;
  font-weight: 300 !important;
}

section ul {
  list-style: disc;
  margin: revert;
  padding: revert;
}

section ol {
  list-style: decimal;
  margin: revert;
  padding: revert;
}

.button-selector, section .view-component button {
  font-size: 20px;
  font-weight: 300;
  border-radius: 50px !important;
  padding: 6px 6px 6px 12px !important;
  color: #FFFFFF !important;
  height: max-content;
  white-space: nowrap;
  background: #51AEC3;
  border: none;
  display: flex;
  align-items: center;
  align-self: start;
}

.button-selector::after, section .view-component button::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(https://s3.eu-west-3.amazonaws.com/geeks-apps/sections%2Fbutton_arrowfe4d492a8b2c4da7b7a1ffd3dec782e0.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 18px;
}

@media screen and (max-width: 768px) {
  .button-selector, section .view-component button {
    max-width: 100%;
    white-space: normal;
    margin: 0;
    line-height: 1;
  }

}

section .view-component button a {
  font-size: 20px !important;
}

label {
  color: #B6B6B6;
}

input {
  padding: 0 0 0.75rem 0 !important;
  font-size: 1.25rem !important;
  border: none;
  border-bottom: 2px solid #B6B6B6;
  line-height: 24px !important;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  width: 100%;
  box-sizing: border-box;
}

input:focus {
  border-bottom: 2px solid #51AEC3;
}

.author-view .relative.inline-block:has(.button-selector) {
    align-content: center;
}

.button-selector p {
  color: #FFFFFF !important;
}

img {
  border-radius: 18px;
}

.simple-menu li {
  color: #51AEC3 !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  cursor: pointer;
}

.simple-menu:not(.main) li.mobileHidden {
  display: flex !important;
}

.simple-menu:not(.main) li {
  margin-bottom: 1.25rem;
}
.simple-menu:not(.main) ul {
  margin-top: 0;
  margin-left: 0 !important;
  padding-left: 0;
}
.simple-menu:not(.main) ul li {
  padding-left: 22px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADUSURBVHgBbY5NEsFAEIW7W8qCDVXKzy43ULkBJ8EJlBOIE3AETsAN4gYkDiA7PynGKivplp+aIom3mTfzvunX4N2fjnd7nN2bGsEfkYiY8Wki8PoUqHkJYKahAPjJRZjtIkRWr+lzlazY7zTkBY+lBvCXdq/BCpGmWYDHd4hDLHa6l8BGIl3jU2kpMkT7xOQA766WAmxnqew5JCutOJxVo1KXbfw4yH7Kpt9pjdOJh4syjVrkfENe6DCRUSF2BNDMpkazfre9yu0EiL4gvCKOJsUw0Qcs4WDfJyyrFwAAAABJRU5ErkJggg==") no-repeat left center;
  background-size: 8px;
}

.simple-menu.menu-label:not(.main)  {
  padding-top: 0 !important;
}

.simple-menu.socials:not(.main) ul  {
  display: inline-flex;
  gap: 50px;
}

.simple-menu.socials:not(.main) ul li p, li p a {
  display: none !important;
}

.simple-menu.socials:not(.main) ul li {
  background: none !important;
  background-size: 0 !important;
  padding-left: 0;
}

.simple-menu.socials:not(.main) ul li.twitter::before {
  content: url("https://s3.eu-west-3.amazonaws.com/geeks-apps/sections%2Ftwitter-x-resized221f96c725454ee98ab64c7b63961162.svg");
}

.simple-menu.socials:not(.main) ul li.linkedin::before {
  content: url("https://s3.eu-west-3.amazonaws.com/geeks-apps/sections%2Flinkedin4d4bb2113a0c4be4a637413cfbccc6dd.svg");
}

@media screen and (max-width: 768px) {
  .simple-menu:not(.main) ul {
    margin-left: -20px !important;
    justify-items: center;
    display: flex;
    flex-direction: column;
    place-items: center;
  }
  .simple-menu:not(.main) ul li {
    margin-bottom: 2rem !important;
  }
  .simple-menu:not(.main) li a p {
    font-size: 1.25rem !important;
  }
}

.region62-wrapper .simple-menu:not(.main), .region63-wrapper .simple-menu:not(.main) {
  justify-self: center;
  text-align: center;
}

li div p {
  color: #51AEC3 !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  cursor: pointer;
}

li a p {
  color: #51AEC3 !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  cursor: pointer;
}

a {
  color: #51AEC3 !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  cursor: pointer;
}

.simple-menu .logo {
  border-radius: 0;
  max-height: 23px;
}

.simple-menu.main {
  padding: 0 !important;
  padding-top: 2.0rem !important;
  padding-bottom: 2.0rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.simple-menu.main ul {
  display: flex;
  justify-content: end;
  place-items: center;
  gap: 35px;
  padding-right: 32px;
  padding-left: 0 !important;
  width: 100%;
  margin: auto;
}
.simple-menu.main ul li {
  list-style: none;
}
.simple-menu.main li.lang {
  display: flex;
  align-items: center;
}
.simple-menu.main li.lang a {
  font-size: 16px !important;
}
.simple-menu.main li a p {
  font-family: "Open sans", sans-serif !important;
}
.simple-menu.main li.lang::before {
  content: '';
  display: inline-block;
  background: url('https://s3.eu-west-3.amazonaws.com/geeks-apps/sections%2FblueLang6f10a7e2fb204245b1a2d5795e22c135.png') no-repeat center;
  background-size: 66%;
  width: 41px;
  height: 41px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #F7F7F7;
  transition: background-color 0.3s;
}

.simple-menu.main li.lang:hover::before {
  background: url('https://s3.eu-west-3.amazonaws.com/geeks-apps/sections%2FwhiteLang1a15cf472cb24170826ea2a954ea73a1.png') no-repeat center;
  background-size: 65%;
  background-color: #51AEC3;
}
.simple-menu.main ul li.logo p {
  display: none;
}
.simple-menu.main ul li.logo a {
  display: flex;
  width: 117px;
  height: 23px;
}
.simple-menu.main ul li.logo div {
  display: flex;
  width: 117px;
  height: 23px;
}
.simple-menu.main li.logo {
  margin-right: auto;
  width: 117px;
  height: 23px;
  background: url("https://s3.eu-west-3.amazonaws.com/geeks-apps/sections%2FEweev-Logof735122de21a48fab305e0576e0678df.png");
}
.simple-menu h3 {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 700;
  padding-bottom: 12px;
}
.simple-menu ul {
  margin-left: 15px
}
.author-view .twitter {
  background: url(https://s3.eu-west-3.amazonaws.com/geeks-apps/sections%2Ftwitter995bc6f4691945219cf3d5b372a9160a.svg);
  background-size: cover;
  width: 30px !important;
  height: 30px !important;
  align-self: center;
}
.author-view .linkedin {
  background: url(https://s3.eu-west-3.amazonaws.com/geeks-apps/sections%2Flinkedin5b971409349142cf97da14dc8a6d9d8c.svg);
  background-size: cover;
  width: 30px !important;
  height: 30px !important;
  align-self: center;
}
.author-view .facebook {
  background: url(https://s3.eu-west-3.amazonaws.com/geeks-apps/sections%2Ffacebook94c89d4d719c483a94cc35811be073e4.svg);
  background-size: cover;
  width: 30px !important;
  height: 30px !important;
  align-self: center;
}
.author-view .button-selector p {
  position: relative;
}

.author-view .relative.inline-block:has(.button-selector) {
  align-content: center;
}

.author-view .wrapper {
  gap: 20px;
}

.faq .section-wrapper .question {
  border: 1px solid darkgray;
  border-radius: 18px !important;
}

.TextImage .text-image .row-wrapper .desc-wrapper {
  margin-top: 0 !important;
}

.TextImage .text-image .row-wrapper .pt-4 {
  padding-top: 0 !important;
}

.TextImage .text-image .row-wrapper.blue-bg .image-wrapper img,
.TextImage .text-image .row-wrapper.yellow-bg .image-wrapper img,
.TextImage .text-image .row-wrapper.pink-bg .image-wrapper img,
.TextImage .text-image .row-wrapper.purple-bg .image-wrapper img {
  margin-top: 2.75rem;
}

.TextImage .text-image .row-wrapper.blue-bg, .TextImage .text-image .row-wrapper.pink-bg {
  padding-left: 0 !important;
}

.TextImage .text-image .row-wrapper.blue-bg .image-wrapper, .TextImage .text-image .row-wrapper.pink-bg .image-wrapper {
  border-bottom-right-radius: 18px;
  border-top-right-radius: 18px;
}

.TextImage .text-image .row-wrapper.blue-bg .image-wrapper {
  background-color: #d2e9ed;
  width: 630px;
  margin-top: 0 !important;
}

.TextImage .text-image .row-wrapper.pink-bg .image-wrapper {
  background-color: #ffd8d7;
  width: 630px;
}

.TextImage .text-image .row-wrapper.yellow-bg, .TextImage .text-image .row-wrapper.purple-bg {
  padding-right: 0 !important;
}

.TextImage .text-image .row-wrapper.yellow-bg .image-wrapper, .TextImage .text-image .row-wrapper.purple-bg .image-wrapper {
  border-bottom-left-radius: 18px;
  border-top-left-radius: 18px;
}

.TextImage .text-image .row-wrapper.yellow-bg .image-wrapper {
  background-color: #ffeaab;
  width: 630px;
}

.TextImage .text-image .row-wrapper.purple-bg .image-wrapper {
  background-color: #efe3f1;
  width: 630px;
}

@media screen and (max-width: 768px) {
  .simple-menu.main ul {
    gap: 15px;
  }
  .TextImage .text-image .row-wrapper:not(.blue-bg) .image-wrapper img,
  .TextImage .text-image .row-wrapper:not(.pink-bg) .image-wrapper img,
  .TextImage .text-image .row-wrapper:not(.yellow-bg) .image-wrapper img,
  .TextImage .text-image .row-wrapper:not(.purple-bg) .image-wrapper img {
    margin-top: 0 !important;
  }
  .TextImage .text-image .row-wrapper .image-wrapper {
    height: 265px;
    width: 265px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 1.75rem;
  }
  .TextImage .text-image .row-wrapper.top-fold .image-wrapper {
    height: auto;
    width: auto;
  }
  .simple-menu.main {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
}

.features .image-wrapper-inner.image-wrapper-inner-0 {
  background-color: #d2e9ed;
}

.features .image-wrapper-inner.image-wrapper-inner-1 {
  background-color: #ffd8d7;
}

.features .image-wrapper-inner.image-wrapper-inner-2 {
  background-color: #f8f8f8;
}

.features .image-wrapper-inner.image-wrapper-inner-3 {
  background-color: #efe3f1;
}

.features .image-wrapper-inner.image-wrapper-inner-0,
.features .image-wrapper-inner.image-wrapper-inner-1,
.features .image-wrapper-inner.image-wrapper-inner-2,
.features .image-wrapper-inner.image-wrapper-inner-3 {
  height: 105px;
  width: 102px;
  border-radius: 50%;
}

.features .image-wrapper-inner img {
  margin-top: 0.5rem;
}

.features .image-wrapper-inner {
  margin-bottom: 0.875rem;
}

.features .blocks-wrapper {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

@media screen and (max-width: 768px) {
  .TextImage .text-image .row-wrapper.blue-bg .image-wrapper,
  .TextImage .text-image .row-wrapper.pink-bg .image-wrapper,
  .TextImage .text-image .row-wrapper.yellow-bg .image-wrapper,
  .TextImage .text-image .row-wrapper.purple-bg .image-wrapper {
    height: 265px !important;
    width: 265px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
  }
  .TextImage .text-image .row-wrapper .title-wrapper, .TextImage .text-image .row-wrapper .desc-wrapper {
    width: 265px;
  }
  .TextImage .text-image .row-wrapper.image-right {
    flex-direction: column-reverse !important;
  }
  .TextImage .text-image .row-wrapper {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .TextImage .text-image .row-wrapper {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .TextImage .text-image .row-wrapper.top-fold .title-wrapper, .TextImage .text-image .row-wrapper.top-fold .desc-wrapper {
    width: auto !important;
  }
}

.features .image-main-wrapper {
  box-shadow: unset !important;
}

.features .blocks-wrapper {
  justify-content: space-around !important;
}

@media screen and (min-width: 768px) {
  .features .image-main-wrapper {
    width: 228px !important;
    justify-content: start !important;
  }
}

@media screen and (min-width: 768px) {
  section .wys-wrapper.ql-snow {
    width: 100%;
    margin: auto;
  }
}

@supports (-webkit-hyphens: none) {
  .articles .articles-wrapper .card-wrapper img {
    height: 300px;
  }
}

@media screen and (max-width: 768px) {
  .wysiwyg:has(.ql-snow.blue-bg) {
    background-color: #f4fbfc;
    padding-top: 0.5rem;
  }
  .SimpleMenu .view-component:has(.simple-menu:not(.main)) {
    background-color: #f4fbfc !important;
  }
  .articles .articles-wrapper .card-wrapper img {
    height: 300px;
  }
}

:root {
  --cookie-control-barBackground: #51AEC3;
  --cookie-control-barTextColor: #fff;
  --cookie-control-barButtonColor: #fff;
  --cookie-control-barButtonHoverColor: #03B1C7;
  --cookie-control-modalTextColor: #00131F;
  --cookie-control-modalBackground: #fff;
  --cookie-control-modalOverlayOpacity: 0.8;
  --cookie-control-modalButtonColor: #fff;
  --cookie-control-modalUnsavedColor: #fff;
  --cookie-control-barButtonBackground: #03B1C7;
  --cookie-control-modalButtonHoverColor: #03B1C7;
  --cookie-control-controlButtonIconColor: #fff;
  --cookie-control-modalButtonBackground: #03B1C7;
  --cookie-control-modalButtonShadowedBackground: #aaa;
  --cookie-control-controlButtonBackground: #03B1C7;
  --cookie-control-barButtonHoverBackground: #fff;
  --cookie-control-checkboxActiveBackground: #03B1C7;
  --cookie-control-controlButtonIconHoverColor: #03B1C7;
  --cookie-control-checkboxInactiveBackground: #00131F;
  --cookie-control-modalButtonHoverBackground: #fff;
  --cookie-control-modalOverlay: #333;
  --cookie-control-checkboxDisabledBackground: #ddd;
  --cookie-control-controlButtonHoverBackground: #fff;
  --cookie-control-checkboxActiveCircleBackground: #fff;
  --cookie-control-checkboxInactiveCircleBackground: #fff;
  --cookie-control-checkboxDisabledCircleBackground: #fff;
}

.cookieControl__Modal-enter-active, .cookieControl__Modal-leave-active {
  transition: opacity 0.25s;
}
.cookieControl__Modal-enter, .cookieControl__Modal-leave-to {
  opacity: 0;
}
.cookieControl__Bar--center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cookieControl__Bar--center-enter-active, .cookieControl__Bar--top-left-enter-active, .cookieControl__Bar--top-full-enter-active, .cookieControl__Bar--top-right-enter-active, .cookieControl__Bar--bottom-left-enter-active, .cookieControl__Bar--bottom-full-enter-active, .cookieControl__Bar--bottom-right-enter-active, .cookieControl__Bar--center-leave-active, .cookieControl__Bar--top-left-leave-active, .cookieControl__Bar--top-full-leave-active, .cookieControl__Bar--top-right-leave-active, .cookieControl__Bar--bottom-left-leave-active, .cookieControl__Bar--bottom-full-leave-active, .cookieControl__Bar--bottom-right-leave-active {
  transition: transform 0.25s;
}
.cookieControl__Bar--top-left-enter, .cookieControl__Bar--top-full-enter, .cookieControl__Bar--top-right-enter, .cookieControl__Bar--top-left-leave-to, .cookieControl__Bar--top-full-leave-to, .cookieControl__Bar--top-right-leave-to {
  transform: translateY(-100%);
}
.cookieControl__Bar--bottom-left-enter, .cookieControl__Bar--bottom-full-enter, .cookieControl__Bar--bottom-right-enter, .cookieControl__Bar--bottom-left-leave-to, .cookieControl__Bar--bottom-right-leave-to, .cookieControl__Bar--bottom-full-leave-to {
  transform: translateY(100%);
}
.cookieControl__Bar--center-enter, .cookieControl__Bar--center-leave-to {
  transform: translate(-50%, -50%) scale(0.95);
}
.cookieControl {
  position: relative;
  z-index: 100000;
}
.cookieControl__Bar {
  position: fixed;
  background-color: var(--cookie-control-barBackground);
  z-index: 10;
}
.cookieControl__Bar h3, .cookieControl__Bar p {
  color: var(--cookie-control-barTextColor);
  max-width: 900px;
}
.cookieControl__Bar h3 {
  margin: 0;
  font-size: 20px;
}
.cookieControl__Bar p {
  font-size: 16px;
  margin: 5px 0 0;
}
.cookieControl__Bar button + button {
  margin-left: 10px;
}
.cookieControl__BarContainer {
  display: flex;
  padding: 20px;
  align-items: flex-end;
  justify-content: space-between;
}
.cookieControl__Bar--top-full, .cookieControl__Bar--bottom-full {
  left: 0;
  right: 0;
}
.cookieControl__Bar--top-full {
  top: 0;
}
.cookieControl__Bar--bottom-full {
  bottom: 0;
}
.cookieControl__Bar--center p, .cookieControl__Bar--top-left p, .cookieControl__Bar--top-right p, .cookieControl__Bar--bottom-left p, .cookieControl__Bar--bottom-right p {
  max-width: 400px;
}
.cookieControl__Bar--center .cookieControl__BarContainer, .cookieControl__Bar--top-left .cookieControl__BarContainer, .cookieControl__Bar--top-right .cookieControl__BarContainer, .cookieControl__Bar--bottom-left .cookieControl__BarContainer, .cookieControl__Bar--bottom-right .cookieControl__BarContainer {
  flex-direction: column;
}
.cookieControl__Bar--center .cookieControl__BarButtons, .cookieControl__Bar--top-left .cookieControl__BarButtons, .cookieControl__Bar--top-right .cookieControl__BarButtons, .cookieControl__Bar--bottom-left .cookieControl__BarButtons, .cookieControl__Bar--bottom-right .cookieControl__BarButtons {
  margin-top: 20px;
}
.cookieControl__Bar--top-left, .cookieControl__Bar--top-right {
  top: 20px;
}
.cookieControl__Bar--bottom-left, .cookieControl__Bar--bottom-right {
  bottom: 20px;
}
.cookieControl__Bar--top-left, .cookieControl__Bar--bottom-left {
  left: 20px;
}
.cookieControl__Bar--top-right, .cookieControl__Bar--bottom-right {
  right: 20px;
}
.cookieControl__BarButtons {
  display: flex;
}
.cookieControl__Modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-size: 0;
  text-align: center;
}
.cookieControl__Modal:before {
  content: "";
  min-height: 100vh;
  display: inline-block;
  vertical-align: middle;
}
.cookieControl__Modal:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: var(--cookie-control-modalOverlayOpacity);
  background-color: var(--cookie-control-modalOverlay);
}
.cookieControl__Modal > div {
  font-size: initial;
}
.cookieControl__Modal button.shadowed {
  white-space: nowrap;
  color: var(--cookie-control-modalButtonColor);
  background-color: var(--cookie-control-modalButtonShadowedBackground);
  border: 1px solid var(--cookie-control-modalButtonShadowedBackground);
}
.cookieControl__Modal button.shadowed:hover {
  border: 1px solid var(--cookie-control-modalButtonHoverColor);
}
.cookieControl__ModalContent {
  position: relative;
  padding: 40px;
  max-height: 85vh;
  text-align: left;
  overflow-y: scroll;
  display: inline-block;
  vertical-align: middle;
  border-radius: 16px;
  color: var(--cookie-control-modalTextColor);
  background-color: var(--cookie-control-modalBackground);
}
.cookieControl__ModalContent *:not(button):not(svg):not(path) {
  color: var(--cookie-control-modalTextColor);
}
.cookieControl__ModalContent h3 {
  font-size: 24px;
  margin: 50px 0 25px;
}
.cookieControl__ModalContent h3:first-of-type {
  margin-top: 0;
}
.cookieControl__ModalContent ul {
  padding: 0;
  font-size: 16px;
  list-style-type: none;
}
.cookieControl__ModalContent ul ul {
  padding: 5px 56px 0;
}
.cookieControl__ModalContent ul ul li + li {
  margin-top: 5px;
}
.cookieControl__ModalContent li {
  align-items: center;
}
.cookieControl__ModalContent li + li {
  margin-top: 20px;
}
.cookieControl__ModalContent input {
  display: none;
}
.cookieControl__ModalContent input:checked + label {
  background-color: var(--cookie-control-checkboxActiveBackground);
}
.cookieControl__ModalContent input:checked + label:before {
  background-color: var(--cookie-control-checkboxActiveCircleBackground);
  transform: translate3d(100%, -50%, 0);
}
.cookieControl__ModalContent input:checked:disabled + label {
  background-color: var(--cookie-control-checkboxDisabledBackground);
}
.cookieControl__ModalContent input:checked:disabled + label:before {
  background-color: var(--cookie-control-checkboxDisabledCircleBackground);
}
.cookieControl__ModalContent label {
  position: relative;
  min-width: 36px;
  min-height: 20px;
  font-size: 0;
  display: block;
  margin-right: 20px;
  border-radius: 20px;
  backface-visibility: hidden;
  transition: background-color 200ms;
  background-color: grey;
}
.cookieControl__ModalContent label:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  transition: transform 200ms;
  transform: translate3d(0, -50%, 0);
  background-color: var(--cookie-control-checkboxInactiveCircleBackground);
}
.cookieControl__ModalInputWrapper {
  display: flex;
  align-items: flex-start;
}
.cookieControl__ModalCookieName {
  font-weight: bold;
  text-transform: uppercase;
}
.cookieControl__ModalCookieName span {
  font-weight: normal;
  text-transform: none;
}
.cookieControl__ModalClose {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  color: var(--cookie-control-modalButtonHoverColor) !important;
}
.cookieControl__ModalButtons {
  display: flex;
  margin-top: 20px;
  align-items: flex-start;
  justify-content: center;
}
.cookieControl__ModalButtons button + button {
  margin-left: 20px;
}
.cookieControl__ModalUnsaved {
  position: absolute;
  left: 50%;
  bottom: 40px;
  margin: 0;
  color: var(--cookie-control-modalUnsavedColor);
  font-size: 14px;
  transform: translateX(-50%);
}
.cookieControl__BlockedIframe {
  padding: 20px;
  border: 2px solid #ddd;
}
.cookieControl__BlockedIframe p, .cookieControl__BlockedIframe a {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
@media screen and (max-width: 768px) {
  .cookieControl__Bar {
    flex-direction: column;
    left: 0;
    right: 0;
  }
  .cookieControl__Bar p, .cookieControl__Bar h3 {
    max-width: 100%;
  }
  .cookieControl__Bar--top-full, .cookieControl__Bar--top-left, .cookieControl__Bar--top-right {
    top: 0;
  }
  .cookieControl__Bar--bottom-full, .cookieControl__Bar--bottom-left, .cookieControl__Bar--bottom-right {
    bottom: 0;
  }
  .cookieControl__ModalContent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    max-height: 100%;
    padding: 80px 20px 20px;
  }
  .cookieControl__BarButtons {
    width: 100%;
    margin-top: 20px;
    flex-direction: column;
    justify-content: center;
  }
  .cookieControl__BarButtons button {
    width: 100%;
  }
  .cookieControl__BarButtons button + button {
    margin: 10px 0 0;
  }
  .cookieControl__BarContainer {
    flex-direction: column;
  }
  .cookieControl__ModalButtons {
    flex-direction: column-reverse;
  }
  .cookieControl__ModalButtons button {
    width: 100%;
    margin: 10px 0 0;
  }
  .cookieControl__ModalButtons button + button {
    margin: 10px 0 0;
  }
}
.cookieControl__ControlButton {
  position: fixed;
  right: 20px;
  bottom: 40px;
  outline: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  backface-visibility: hidden;
  transition: background-color 200ms;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: var(--cookie-control-controlButtonBackground);
  border: 1px solid var(--cookie-control-modalButtonHoverColor);
}
.cookieControl__ControlButton svg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 24px;
  min-height: 24px;
  max-width: 24px;
  max-height: 24px;
  transition: color 200ms;
  backface-visibility: hidden;
  transform: translate(-50%, -50%);
  color: var(--cookie-control-controlButtonIconColor);
}
.cookieControl__ControlButton:hover {
  background-color: var(--cookie-control-controlButtonHoverBackground);
}
.cookieControl__ControlButton:hover svg {
  color: var(--cookie-control-controlButtonIconHoverColor);
}
