/*!
Theme Name: ready4life
Theme URI: http://underscores.me/
Author: IN4OUT
Author URI: https://www.in4out.ch
Description: Custom WordPress Theme for ready4life
Version: 1.0.0
Tested up to: 8.3
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ready4life
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

:root {
    --app-height: 100%;
}

html {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #1a4249;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    outline: 0;
    width: 100%;
    overflow-x: hidden;
    background: #eef0eb;
}

.site {
    width: 100%;
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
    margin: 0;
}

figure {
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
.style-h1,
.style-h2,
.style-h3,
.style-h4 {
    font-weight: 400;
    margin-top: 0;
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 16px;
}

p,
ul,
ol {
    margin-bottom: 1.5em;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child {
    margin-bottom: 0;
}

h1,
.style-h1 {
    font-size: 52px;
    line-height: 120%;
}

h2,
.style-h2 {
    font-size: 36px;
    line-height: 110%;
}

h3,
.style-h3 {
    font-size: 28px;
    line-height: 120%;
}

h4,
.style-h4 {
    font-size: 24px;
    line-height: 130%;
}

h5,
.style-h5 {
    font-size: 22px;
    line-height: 140%;
}

p,
ul,
ol {
    margin-top: 0;
    line-height: 150%;
}

section {
    margin-top: 20px;
    margin-bottom: 20px;
}

section.margin-top-small {
    margin-top: 40px;
}

section.margin-bottom-small {
    margin-bottom: 40px;
}

section.margin-top-medium {
    margin-top: 60px;
}

section.margin-bottom-medium {
    margin-bottom: 60px;
}

section.margin-top-large {
    margin-top: 80px;
}
section.margin-bottom-large {
    margin-bottom: 80px;
}

section.margin-top-xl {
    margin-top: 100px;
}
section.margin-bottom-xl {
    margin-bottom: 100px;
}

.site-footer {
    border-radius: 30px;
    background: #0d123a;
    color: #98aae5;
    margin: 20px auto;
    width: 90%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 32px 0 40px;
    text-align: center;
    font-size: 14px;
}

.footer-carousel {
    font-size: 16px;
}

.footer-carousel .carousel-item {
    width: auto;
    margin-right: 24px;
}

.site-footer .footer-main {
    margin-top: 60px;
}

.site-footer .logo {
    width: 148px;
    margin: 0 auto;
}

.site-footer ul {
    padding: 0;
    list-style: none;
}

.site-footer .apps {
    margin-top: 32px;
}

.site-footer .apps img {
    height: 40px;
    width: auto;
}

.site-footer .apps li:not(:first-child) {
    margin-top: 8px;
}

.site-footer .footer-menu {
    margin-top: 32px;
}

.site-footer .footer-menu li {
    margin-bottom: 16px;
}

.site-footer .footer-menu a {
    transition: color 0.2s linear;
}

.site-footer .footer-menu a:hover {
    color: #ffffff;
}

.site-footer .copyright {
    margin-bottom: 0;
}

.site-footer .footer-background-image {
    width: 80%;
    max-width: 400px;
    margin: 64px auto 0;
}

.site-footer .footer-background-image img,
.site-footer .footer-apps-image img,
.site-footer .logo img {
    display: block;
}

.otgs-development-site-front-end {
    display: none;
}

.logo-carousel .carousel-item {
    background: #ffffff;
    width: 180px;
    border-radius: 40px;
    overflow: hidden;
    margin-right: 10px;
}

.logo-carousel .carousel-item a,
.logo-carousel .carousel-item figure:not(:has(a)) {
    display: block;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 64%;
}

.logo-carousel .carousel-item img {
    height: auto;
    width: auto;
    max-width: 54%;
    max-height: 56%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.logo-carousel-section .content {
    width: 75%;
    margin: 0 auto 32px;
    text-align: center;
    max-width: 1024px;
}

.text-section,
.hero-section,
.contact-section,
.title-block,
.error-404 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.text-section.rounded-background {
    background: #ffffff;
    padding: 20px 4%;
    border-radius: 30px;
    position: relative;
}

.text-section.rounded-background::after {
    display: block;
    content: " ";
    position: absolute;
    width: 200px;
    height: 180px;
    background-image: url(inc/img/hands.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    top: 100%;
    left: calc(-5% - 10px);
}

.text-section .carousel {
    margin: 20px 0 40px;
    overflow: hidden;
    width: 110%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    flex-shrink: 0;
}

.text-section .carousel-track {
    align-items: center;
    display: flex;
    width: max-content;
    animation: carousel 48s linear infinite;
}

.text-section .carousel-item {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    margin-right: 16px;
    font-size: 20px;
    line-height: 140%;
    gap: 0 10px;
    width: auto;
    margin-bottom: 0;
}

.text-section .carousel-item img {
    width: 56px;
}

.footer-carousel .carousel-track {
    align-items: center;
    display: flex;
    width: max-content;
    animation: carousel 48s linear infinite;
}

.logo-carousel .carousel-track {
    align-items: center;
    display: flex;
    width: max-content;
    animation: carousel-ltr 80s linear infinite;
    transform: translateX(-50%);
}

.text-section .apps {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

.text-section .apps img {
    height: 40px;
    width: auto;
}

.text-section .image {
    margin: 32px auto 0;
}

.text-section.wider-width .image {
    width: 70%;
    max-width: 460px;
}

.site-footer,
.text-section,
.hero-section,
.contact-section,
.title-block,
.error-404 {
    max-width: 1580px;
}

@keyframes carousel {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes carousel-ltr {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

.hero-section .content {
    border-radius: 30px;
    background: #1a4249;
    color: #3bbea1;
    padding: 20px 4% 50px;
    background-image: url(inc/img/hero-illustration.webp);
    background-size: 110px auto;
    background-repeat: no-repeat;
    background-position: right bottom;
    box-sizing: border-box;
}

.hero-section .content h1,
.hero-section .content h2,
.hero-section .content h3,
.hero-section .content h4,
.hero-section .content h5,
.hero-section .content h6,
.hero-section .content .style-h1,
.hero-section .content .style-h2,
.hero-section .content .style-h3,
.hero-section .content .style-h4,
.hero-section .content .style-h5,
.hero-section .content .style-h6 {
    color: #ffffff;
}

.hero-section .content .logo {
    width: 120px;
    margin-bottom: 32px;
}

.hero-section .content .logo img {
    display: block;
    width: 100%;
}

.hero-section .hero-image {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.hero-section .hero-image figure img {
    display: block;
    width: 100%;
    transition: transform 0.2s linear;
}

.hero-section .hero-image:hover figure img {
    transform: scale(1.075, 1.075);
}

.hero-section .hero-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 0.2s linear;
    z-index: 2;
}

.hero-section .hero-image:hover .overlay {
    opacity: 1;
}

.hero-section .play-button {
    display: flex;
    align-items: center;
    position: absolute;
    top: 12px;
    left: 12px;
    background: #ffffff;
    z-index: 1;
    height: 54px;
    line-height: 140%;
    font-size: 14px;
    border-radius: 100px;
    padding: 0 32px;
    font-weight: 500;
    gap: 8px;
    justify-content: center;
}

.hero-section .play-button.playing {
    z-index: 5;
    padding: 0;
    width: 54px;
}

.hero-section .play-button.playing span {
    display: none;
}

.hero-section .pause-button {
    display: none;
    align-items: center;
    position: absolute;
    top: 12px;
    left: 12px;
    background: #ffffff;
    width: 54px;
    height: 54px;
    background-image: url(inc/img/pause.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px auto;
    z-index: 5;
    border-radius: 50%;
}

.hero-section .play-button::before {
    display: block;
    content: " ";
    width: 16px;
    height: 16px;
    background-image: url(inc/img/play.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.video-container {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 4;
    display: none;
}

.video-container video {
    width: 100%;
    display: block;
}

.logo-carousel-section a,
.text-section a {
    color: #3bbea1;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.logo-carousel-section a.full-link {
    display: table;
    margin: 40px auto 0;
}

.contact-section {
    background: #e3e6df;
    padding: 30px 4%;
    border-radius: 30px;
}

input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Inter", sans-serif;
    background: #eef0eb;
    display: flex;
    align-items: center;
    font-size: 14px;
    outline: 0;
    border: 0;
    box-sizing: border-box;
    padding: 25px 48px 8px 24px;
    color: #1a4249;
    width: 100%;
    font-weight: 700;
}

select {
	background-image: url(inc/img/chevron-down.svg);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 18px auto;
}

select:not(.has-value) {
    font-weight: 400;
}

input::placeholder {
    font-weight: 700;
}

input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):hover,
textarea:hover,
select:hover {
    outline: 1px solid #1a4249;
}

input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):focus,
textarea:focus,
select:focus {
    outline: 2px solid #1a4249;
}

input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]).wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid {
    outline: 2px solid #de3827;
}

input[type="checkbox"] {
    width: 17px;
    height: 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #ffffff;
    flex-shrink: 0;
    margin: 0;
    position: relative;
    top: 2px;
}

input[type="checkbox"]:checked {
    background: #1a4249;
    background-image: url(inc/img/check.svg);
    background-size: 15px auto;
    background-repeat: no-repeat;
    background-position: center;
}

p:has(input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]).wpcf7-not-valid) label,
p:has(textarea.wpcf7-not-valid) label,
p:has(select.wpcf7-not-valid) label {
    color: #de3827;
}

input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
select {
    height: 56px;
    border-radius: 100px;
}

.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
}

textarea {
    border-radius: 24px;
}

form p:has(label) {
    position: relative;
}

form p:has(label) br {
    display: none;
}

.wpcf7-form-control-wrap {
    display: block;
}

form p:has(input:not([type="submit"]):not([type="radio"]):not([type="checkbox"])):not(:has(.no-floating-label)) label,
form p:has(textarea) label,
form p:has(select) label {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    font-size: 14px;
    background: #eef0eb;
    z-index: 1;
    left: 24px;
    right: 24px;
    height: 56px;
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    pointer-events: none;
    border-radius: 20px;
}

form p:has(select) label {
	background: none;
}

form p:has(.wpcf7-validates-as-required) label::after,
p:has(input.wpcf7-quiz) > label::after {
    content: " *";
    color: #de3827;
    margin-left: 4px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #eef0eb inset !important;
}

form p:has(input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):focus):not(:has(.no-floating-label)) label,
form p:has(textarea:focus) label,
form p:has(select) label,
form p:has(input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not(:placeholder-shown)):not(:has(.no-floating-label)) label,
form p:has(textarea:not(:placeholder-shown)) label {
    font-size: 12px;
    height: 18px;
    top: 8px;
}

.form input.wpcf7-quiz:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
    padding: 0 10px;
    justify-content: center;
    width: 80px;
}

.form .wpcf7-quiz-label {
    background: #eef0eb;
    display: flex;
    align-items: center;
    font-size: 14px;
    outline: 0;
    border: 0;
    box-sizing: border-box;
    padding: 0 24px;
    color: #1a4249;
    width: fit-content;
    height: 56px;
    border-radius: 100px;
    position: relative;
    margin-right: 30px;
}

.form .wpcf7-quiz-label::after {
    content: " = ";
    position: absolute;
    left: calc(100% + 9px);
    font-size: 16px;
}

.wpcf7-form-control-wrap:has(.wpcf7-quiz-label) > label {
    display: flex;
    align-items: center;
}

p:has(input.wpcf7-quiz) > label {
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}

.wpcf7-not-valid-tip {
    font-size: 10px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}

.wpcf7-acceptance label {
    font-size: 12px;
    line-height: 165%;
    display: flex;
    gap: 0 16px;
    align-items: flex-start;
}

.wpcf7-acceptance label a {
    text-decoration: underline;
}

.form input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a4249;
    background-color: #3bbea1;
    height: 54px;
    width: 100%;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 14px;
    outline: 0;
    border: 0;
    transition:
        color 0.15s linear,
        background-color 0.15s linear;
}

.form input[type="submit"]:not(:disabled):hover {
    color: #ffffff;
    background-color: #0d123a;
}

.form input[type="submit"]:disabled {
    filter: grayscale(100%);
    opacity: 0.6;
}

.main-navigation {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 8px;
    max-width: 90%;
    background: #ffffff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    z-index: 6;
    padding: 4px;
    gap: 4px;
    font-weight: 500;
    box-sizing: border-box;
    box-shadow: 0 16px 40px 0 rgba(0, 0, 0, 0.16);
    font-size: 14px;
}

.main-navigation > div {
    width: calc(100% - 64px);
}

.main-navigation .primary-menu {
    display: flex;
    align-items: center;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
    padding: 0;
    width: 100%;
    gap: 4px;
}

.main-navigation .primary-menu::-webkit-scrollbar {
    display: none;
}

.main-navigation .primary-menu a,
.main-navigation .language-selector .active {
    display: flex;
    align-items: center;
    height: 37px;
    padding: 0 12px;
    font-weight: 500;
    border-radius: 50px;
    transition:
        color 0.1s cubic-bezier(0.42, 0, 0.58, 1),
        background-color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
    box-sizing: border-box;
}

.main-navigation .primary-menu a {
    background: #ffffff;
}

.main-navigation .primary-menu a:hover {
    background: #3bbea1;
}

.main-navigation .primary-menu a.active {
    background: #1a4249;
    color: #ffffff;
}

.main-navigation .language-selector .active {
    background-color: #e3e6df;
    width: 60px;
    display: flex;
    align-items: center;
    gap: 0 8px;
    font-weight: 700;
}

.main-navigation .language-selector .active::after {
    display: block;
    content: " ";
    height: 10px;
    width: 10px;
    background-image: url(inc/img/chevron-down.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    flex-shrink: 0;
    transition: transform 0.15s linear;
}

.main-navigation .language-selector.open .active::after {
    transform: rotate(-180deg);
}

.main-navigation .language-selector {
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}

.main-navigation .language-selector > div {
    position: absolute;
    bottom: calc(100% + 12px);
    background: #ffffff;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
    left: 50%;
    border-radius: 30px;
    width: 100px;
    max-width: none;
    overflow: hidden;
    transform: translateX(-50%) translateY(10px);
    visibility: hidden;
    opacity: 0;
    transition:
        transform 0.15s linear,
        opacity 0.15s linear;
}

.main-navigation .language-selector.open > div {
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}

.main-navigation .language-selector > div a {
    padding: 16px;
    display: block;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.main-navigation .language-selector > div li.wpml-ls-current-language a,
.main-navigation .language-selector > div a:hover {
    background: #f9f9f9;
}

.contact-section .content-wrapper .image {
    margin-top: 40px;
}

.contact-section .content-wrapper .section-title {
    display: none;
    visibility: hidden;
}

.text-section:not(.rounded-background) {
    font-size: 18px;
}

.text-section:not(.rounded-background) .content h1:not(:first-child),
.text-section:not(.rounded-background) .content h2:not(:first-child),
.text-section:not(.rounded-background) .content h3:not(:first-child),
.text-section:not(.rounded-background) .content h4:not(:first-child),
.text-section:not(.rounded-background) .content h5:not(:first-child),
.text-section:not(.rounded-background) .content .style-h1:not(:first-child),
.text-section:not(.rounded-background) .content .style-h2:not(:first-child),
.text-section:not(.rounded-background) .content .style-h3:not(:first-child),
.text-section:not(.rounded-background) .content .style-h4:not(:first-child),
.text-section:not(.rounded-background) .content .style-h5:not(:first-child) {
    margin-top: 48px;
}

.title-block .logo {
    margin-bottom: 24px;
}

.title-block .logo a {
    display: block;
    padding: 16px 32px 12px;
    background: #1a4249;
    border-radius: 30px;
    width: max-content;
}

.title-block .logo img {
    display: block;
    height: 30px;
    width: auto;
}

body .cky-consent-container {
    width: calc(100% - 20px);
    bottom: 10px;
    left: 10px;
    max-width: 480px;
}

body .cky-consent-container .cky-consent-bar {
    border-radius: 8px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
}

body .cky-notice-btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

body .cky-consent-bar .cky-btn,
body .cky-prefrence-btn-wrapper .cky-btn {
    display: flex;
    width: 100%;
    height: 54px;
    box-sizing: border-box;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    transition:
        color 0.15s linear,
        border-color 0.15s linear,
        background-color 0.15s linear;
    opacity: 1 !important;
}

body .cky-consent-bar .cky-btn-accept,
body .cky-consent-bar .cky-btn-reject,
body .cky-prefrence-btn-wrapper .cky-btn-accept,
body .cky-prefrence-btn-wrapper .cky-btn-reject {
    background-color: #3bbea1 !important;
    color: #1a4249 !important;
    border: 1px solid #3bbea1 !important;
}

body .cky-consent-bar .cky-btn-accept:hover,
body .cky-consent-bar .cky-btn-reject:hover,
body .cky-prefrence-btn-wrapper .cky-btn-accept:hover,
body .cky-prefrence-btn-wrapper .cky-btn-reject:hover {
    background-color: #1a4249 !important;
    color: #ffffff !important;
    border: 1px solid #1a4249 !important;
}

body .cky-consent-bar .cky-btn-customize,
body .cky-prefrence-btn-wrapper .cky-btn-preferences {
    background-color: #ffffff !important;
    color: #3bbea1 !important;
    border: 1px solid #3bbea1 !important;
}

body .cky-consent-bar .cky-btn-customize:hover,
body .cky-prefrence-btn-wrapper .cky-btn-preferences:hover {
    color: #1a4249 !important;
    border: 1px solid #1a4249 !important;
}

body .cky-consent-bar .cky-title,
body .cky-modal .cky-preference-title {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #1a4249;
    line-height: 150%;
}

body .cky-modal {
    width: 90%;
    max-width: 640px;
    border-radius: 30px;
    overflow: hidden;
    max-height: calc(var(--app-height) / 100 * 95);
}

body .cky-modal .cky-preference-header {
    padding-bottom: 0;
}

body .cky-preference-header .cky-btn-close {
    margin-top: -4px;
}

body .cky-preference-header .cky-btn-close img {
    height: 16px;
    width: 16px;
}

body .cky-modal .cky-accordion .cky-accordion-chevron i::before {
    color: #3bbea1;
    height: 8px;
    width: 8px;
}

body .cky-accordion-header .cky-accordion-btn {
    color: #1a4249 !important;
}

body .cky-consent-bar .cky-notice-des,
body .cky-modal .cky-preference-content-wrapper {
    font-weight: 700;
    color: #1a4249 !important;
    margin-bottom: 38px;
}

body .cky-accordion-header .cky-always-active {
    color: #3bbea1 !important;
    font-size: 16px;
}

body .cky-modal .cky-preference-content-wrapper {
    padding-top: 0;
}

body .cky-modal .cky-show-desc-btn,
body .cky-modal .cky-preference-content-wrapper a,
body .cky-consent-bar .cky-notice-des a {
    color: #3bbea1 !important;
    text-decoration-color: #3bbea1 !important;
    text-decoration: underline;
    font-weight: 700;
}

body .cky-consent-bar .cky-notice-des {
    max-width: 308px;
}

body .cky-btn-revisit-wrapper {
    background: #3bbea1 !important;
}

body .cky-accordion-header-des * {
    font-size: 12px;
}

body .cky-modal .cky-switch input[type="checkbox"]:checked {
    background: #3bbea1 !important;
}

.error404 .site-footer,
.error404 .site-header {
    display: none;
}

.error-404 {
    background: #1a4249;
    color: #ffffff;
    border-radius: 30px;
    padding: 32px 0 40px;
    text-align: center;
}

.error-404 .logo img {
    height: 44px;
    width: auto;
}

.error-404 h1 {
    font-size: 180px;
    font-weight: 700;
    margin: 0;
}

.button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-flex;
    background: #3bbea1;
    height: 54px;
    border-radius: 100px;
    align-items: center;
    color: #1a4249;
    font-size: 14px;
    font-weight: 500;
    box-sizing: border-box;
    padding: 0 32px;
    transition: 0.15s linear;
    border: 0;
    cursor: pointer;
}

.button:hover {
    background: #1a4249;
    color: #ffffff;
}

.nocookies {
    width: 100%;
    background: #1a4249;
    color: #ffffff;
    padding: 30px 20px;
    box-sizing: border-box;
    margin: 40px 0;
    border-radius: 30px;
    display: none;
}

.nocookies.active {
    display: block;
}

.contact-section:has(.nocookies.active) button[type="submit"] {
    pointer-events: none;
    filter: grayscale(100);
    opacity: 0.5;
}

.nocookies h1,
.nocookies h2,
.nocookies h3,
.nocookies h4,
.nocookies h5,
.nocookies h6,
.nocookies .style-h1,
.nocookies .style-h2,
.nocookies .style-h3,
.nocookies .style-h4,
.nocookies .style-h5 {
    margin-bottom: 20px;
}

.form-success {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--app-height);
    z-index: 9;
    display: none;
    align-items: center;
    justify-content: center;
}

.form-sent .form-success {
    display: flex;
}

.form-success .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.form-success .success-wrapper {
    max-height: 100%;
    width: 100%;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.form-success .success-wrapper::-webkit-scrollbar {
    display: none;
}

.form-success .success-content {
    background: #ffffff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    padding: 24px;
    text-align: center;
    width: 80%;
    max-width: 400px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    margin: 20px auto;
}

.form-success h1,
.form-success h2,
.form-success h3,
.form-success h4,
.form-success h5,
.form-success .style-h1,
.form-success .style-h2,
.form-success .style-h3,
.form-success .style-h4,
.form-success .style-h5 {
    margin-bottom: 8px;
}

.form-success img {
    width: 200px;
    margin: 40px 0;
}

.form-success .button {
    display: flex;
    width: 100%;
    justify-content: center;
}

.wpcf7 form.sent .wpcf7-response-output {
    display: none;
}

.form-sent {
    overflow: hidden;
}

@media all and (min-width: 480px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 20px;
    }
    h1,
    .style-h1 {
        font-size: 56px;
    }
    h2,
    .style-h2 {
        font-size: 40px;
    }
    h3,
    .style-h3 {
        font-size: 32px;
    }
    .logo-carousel-section .content {
        margin: 0 auto 40px;
    }
    .contact-section {
        padding: 40px 4%;
    }
}

@media all and (min-width: 600px) {
    .logo-carousel .carousel-item {
        width: 220px;
    }
}

@media all and (min-width: 768px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 24px;
    }
    h1,
    .style-h1 {
        font-size: 62px;
    }
    h2,
    .style-h2 {
        font-size: 48px;
    }
    h3,
    .style-h3 {
        font-size: 40px;
    }
    h4,
    .style-h4 {
        font-size: 28px;
    }
    section.margin-top-medium {
        margin-top: 80px;
    }

    section.margin-bottom-medium {
        margin-bottom: 80px;
    }

    section.margin-top-large {
        margin-top: 100px;
    }
    section.margin-bottom-large {
        margin-bottom: 100px;
    }

    section.margin-top-xl {
        margin-top: 120px;
    }
    section.margin-bottom-xl {
        margin-bottom: 120px;
    }

    .site-footer {
        text-align: left;
        position: relative;
    }
    .footer-main,
    .footer-bottom {
        width: 91%;
    }
    .footer-main {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin: 60px auto 0;
    }
    .footer-bottom {
        margin: 100px auto 0;
    }
    .site-footer .apps {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin: 0;
        gap: 16px;
    }
    .site-footer .apps li:not(:first-child) {
        margin-top: 0;
    }
    .site-footer .logo {
        margin: 0 100px 0 0;
    }
    .site-footer .footer-menu {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 16px;
    }
    .site-footer .footer-background-image {
        width: 200px;
        position: absolute;
        bottom: 24px;
        right: 6%;
    }
    .logo-carousel .carousel-item {
        width: 220px;
    }
    .logo-carousel-section .content {
        margin: 0 auto 52px;
    }
    .text-section.rounded-background {
        border-radius: 40px;
    }
    .text-section .carousel-item {
        margin-right: 24px;
        font-size: 22px;
    }
    .text-section .carousel-item img {
        width: 66px;
    }
    .text-section .apps img {
        height: 50px;
        width: auto;
    }
    .hero-section .content {
        position: relative;
        padding: 120px 10%;
        font-size: 18px;
        background-size: 220px auto;
    }
    .hero-section .content .logo {
        width: 180px;
        position: absolute;
        top: 40px;
    }
    .hero-section .play-button {
        font-size: 16px;
        height: 74px;
        top: 32px;
        left: 32px;
        padding: 0 48px;
    }
    .hero-section .play-button.playing {
        width: 74px;
    }
    .hero-section .pause-button {
        width: 74px;
        height: 74px;
        background-size: 24px;
        top: 32px;
        left: 32px;
    }
    .hero-section .play-button::before {
        width: 24px;
        height: 24px;
    }
    .text-section.rounded-background::after {
        width: 280px;
        height: 240px;
    }
    .logo-carousel-section {
        position: relative;
    }

    .logo-carousel-section .content::before {
        display: block;
        content: " ";
        width: 100px;
        height: 100px;
        background-image: url(inc/img/stars.webp);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 0;
        right: 5%;
        transform: translateY(-50%);
    }
    .main-navigation {
        gap: 8px;
        padding: 8px;
        font-size: 16px;
    }
    .main-navigation .language-selector .active {
        font-size: 14px;
    }
    .main-navigation .primary-menu {
        gap: 8px;
    }
    .main-navigation .primary-menu a {
        height: 48px;
        padding: 0 16px;
    }

    .main-navigation .language-selector .active {
        height: 48px;
        width: 66px;
        display: flex;
        align-items: center;
        gap: 0 8px;
    }

    .main-navigation .language-selector > div {
        bottom: calc(100% + 16px);
    }
    .contact-section {
        padding: 50px 4%;
    }

    .text-section:not(.rounded-background) .content h1:not(:first-child),
    .text-section:not(.rounded-background) .content h2:not(:first-child),
    .text-section:not(.rounded-background) .content h3:not(:first-child),
    .text-section:not(.rounded-background) .content h4:not(:first-child),
    .text-section:not(.rounded-background) .content h5:not(:first-child),
    .text-section:not(.rounded-background) .content .style-h1:not(:first-child),
    .text-section:not(.rounded-background) .content .style-h2:not(:first-child),
    .text-section:not(.rounded-background) .content .style-h3:not(:first-child),
    .text-section:not(.rounded-background) .content .style-h4:not(:first-child),
    .text-section:not(.rounded-background) .content .style-h5:not(:first-child) {
        margin-top: 64px;
    }

    .title-block .logo {
        margin-bottom: 32px;
    }

    .title-block .logo img {
        height: 40px;
    }

    body .cky-consent-container {
        bottom: 20px;
        left: 20px;
    }

    body .cky-consent-container .cky-consent-bar {
        padding: 32px;
    }

    .error-404 {
        font-size: 18px;
        padding: 40px 0 48px;
    }

    .error-404 .logo img {
        height: 56px;
    }

    .error-404 h1 {
        font-size: 240px;
    }

    .button {
        font-size: 16px;
        height: 64px;
        padding: 0 40px;
    }

    body .cky-accordion-header-des * {
        font-size: 14px;
    }
    body .cky-prefrence-btn-wrapper .cky-btn {
        display: inline-flex;
        width: auto;
    }

    .nocookies {
        padding: 30px;
    }

    .form-success .success-content {
        border-radius: 50px;
    }
}

@media all and (min-width: 1024px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 30px;
    }
    h1,
    .style-h1 {
        font-size: 72px;
    }
    h2,
    .style-h2 {
        font-size: 52px;
    }
    h3,
    .style-h3 {
        font-size: 46px;
    }
    h4,
    .style-h4 {
        font-size: 32px;
    }
    h5,
    .style-h5 {
        font-size: 24px;
    }

    section.margin-top-large {
        margin-top: 120px;
    }
    section.margin-bottom-large {
        margin-bottom: 120px;
    }

    section.margin-top-xl {
        margin-top: 140px;
    }
    section.margin-bottom-xl {
        margin-bottom: 140px;
    }

    .site-footer .logo {
        width: 180px;
        margin: 0 100px 0 0;
    }
    .site-footer .logo img {
        display: block;
        width: 100%;
    }
    .site-footer .footer-background-image {
        width: 260px;
        max-width: none;
        bottom: 30px;
    }

    .logo-carousel .carousel-item {
        width: 21.48vw;
        border-radius: 3.9vw;
    }
    .logo-carousel-section .content {
        margin: 0 auto 64px;
    }
    .text-section.rounded-background,
    .hero-section .content,
    .hero-section .hero-image,
    .contact-section {
        border-radius: 50px;
    }
    .text-section .carousel-item {
        margin-right: 32px;
        font-size: 24px;
    }
    .text-section .carousel-item img {
        width: 72px;
    }
    .text-section,
    .contact-section {
        display: flex;
        flex-wrap: wrap;
        gap: 0 30px;
        justify-content: space-between;
    }
    .text-section.align-top {
        align-items: flex-start;
    }
    .text-section.align-center {
        align-items: center;
    }
    .text-section.align-bottom {
        align-items: flex-end;
    }
    .text-section .content,
    .contact-section .form,
    .contact-section .content-wrapper {
        width: calc(50% - 15px);
    }
    .text-section.wider-width .content {
        width: calc(63% - 15px);
    }
    .text-section .image {
        width: calc(50% - 15px);
        margin-top: 0;
    }
    .text-section.wider-width .image {
        width: calc(37% - 15px);
    }
    .text-section .apps {
        margin-top: 60px;
    }
    .text-section .apps img {
        height: 60px;
        width: auto;
    }
    .hero-section {
        display: flex;
    }
    .hero-section.align-right,
    .text-section.align-right {
        flex-direction: row-reverse;
    }
    .hero-section .content,
    .hero-section .hero-image {
        width: 50%;
    }
    .hero-section .content {
        padding: 120px 4.5%;
        background-size: 130px auto;
    }
    .hero-image figure {
        height: 100%;
    }
    .hero-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .hero-section .play-button,
    .hero-section .pause-button {
        top: auto;
        bottom: 32px;
    }
    .contact-section .content-wrapper {
        order: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .contact-section .form {
        order: 2;
    }
    .contact-section > .section-title {
        display: none;
        visibility: hidden;
    }

    .contact-section .content-wrapper .section-title {
        display: block;
        visibility: visible;
    }

    .contact-section .content-wrapper .content {
        margin-bottom: auto;
    }

    .text-section.rounded-background::after {
        width: 420px;
        height: 320px;
    }

    .logo-carousel-section .content::before {
        width: 130px;
        height: 130px;
    }
    .main-navigation {
        bottom: auto;
        left: auto;
        top: 40px;
        right: 5%;
        transform: translateX(-20px);
    }
    .main-navigation .language-selector > div {
        bottom: auto;
        top: calc(100% + 18px);
    }
    .main-navigation .language-selector .active::after {
        height: 12px;
        width: 12px;
    }
    .form p:has(input[type="submit"]) {
        margin-bottom: 0;
        position: relative;
    }
    .form input[type="submit"] {
        margin-top: 30px;
    }

    .form input[type="submit"] {
        width: 250px;
    }

    .form .wpcf7-spinner {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

    .contact-section {
        padding: 60px 4%;
    }

    .text-section:not(.rounded-background) {
        font-size: 20px;
    }

    .text-section:not(.rounded-background) .content {
        width: 52%;
    }

    .text-section:not(.rounded-background) aside {
        width: 35%;
    }

    .text-section:not(.rounded-background).wider-width .content {
        width: 62%;
    }

    .text-section:not(.rounded-background).wider-width aside {
        width: 25%;
    }

    .title-block .logo {
        margin-bottom: 40px;
    }

    .title-block .logo img {
        height: 46px;
    }

    .error-404 .logo img {
        height: 64px;
    }

    .error-404 h1 {
        font-size: 360px;
    }

    .error-404 .button {
        height: 72px;
        padding: 0 48px;
    }

    .form-success .success-content {
        border-radius: 60px;
    }

    .form-success img {
        margin: 50px auto;
    }
}

@media all and (min-width: 1280px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 36px;
    }
    h1,
    .style-h1 {
        font-size: 84px;
    }
    h2,
    .style-h2 {
        font-size: 62px;
    }
    h3,
    .style-h3 {
        font-size: 52px;
    }
    h4,
    .style-h4 {
        font-size: 36px;
    }
    h5,
    .style-h5 {
        font-size: 28px;
    }
    section.margin-top-xl {
        margin-top: 160px;
    }
    section.margin-bottom-xl {
        margin-bottom: 160px;
    }
    .footer-bottom {
        position: relative;
        text-align: center;
    }

    .site-footer .copyright {
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .site-footer .footer-navigation {
        margin: 0 auto;
        display: inline-flex;
    }

    .site-footer .footer-menu,
    .site-footer .footer-menu li {
        margin: 0;
    }

    .site-footer .logo {
        margin: 0 15vw 0 0;
    }

    .text-section.rounded-background,
    .hero-section .content,
    .hero-section .hero-image,
    .contact-section {
        border-radius: 62px;
    }
    .text-section .carousel-item {
        margin-right: 40px;
    }
    .text-section .carousel-item img {
        width: 80px;
    }

    .text-section .carousel {
        margin: 30px 0 60px;
    }
    .hero-section .content {
        background-size: 30% auto;
    }
    .contact-section {
        gap: 0 40px;
    }
    .contact-section .form,
    .contact-section .content-wrapper {
        width: calc(50% - 20px);
    }

    .contact-section .form p:has(.half) {
        width: calc(50% - 5px);
    }

    .contact-section .form p:not(:has(.half)) {
        width: 100%;
    }

    .contact-section form {
        display: flex;
        flex-wrap: wrap;
        gap: 0 10px;
    }

    input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
    select {
        height: 60px;
    }

    input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
    select,
    textarea {
        font-size: 16px;
    }

    form p:has(input:not([type="submit"]):not([type="radio"]):not([type="checkbox"])):not(:has(.no-floating-label)) label,
    form p:has(textarea) label,
    .form .wpcf7-quiz-label {
        font-size: 16px;
        height: 60px;
    }

    p:has(input.wpcf7-quiz) > label {
        font-size: 16px;
    }

    .form .wpcf7-quiz-label {
        padding: 0 28px;
    }

    input[type="checkbox"] {
        width: 20px;
        height: 20px;
    }

    .form input[type="submit"] {
        height: 74px;
        width: 300px;
        font-size: 16px;
    }

    .form-success .button {
        font-size: 16px;
        height: 74px;
    }

    .contact-section {
        padding: 75px 4%;
    }

    .title-block .logo img {
        height: 52px;
    }

    body .cky-consent-bar .cky-title,
    body .cky-modal .cky-preference-title {
        font-size: 24px;
    }

    body .cky-consent-bar .cky-notice-des *,
    body .cky-modal .cky-preference-content-wrapper * {
        font-size: 16px !important;
    }

    .error-404 .logo img {
        height: 76px;
    }
}

@media all and (min-width: 1440px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 40px;
    }
    h1,
    .style-h1 {
        font-size: 96px;
    }
    h2,
    .style-h2 {
        font-size: 72px;
    }
    h4,
    .style-h4 {
        font-size: 40px;
    }
    section.margin-top-xl {
        margin-top: 200px;
    }
    section.margin-bottom-xl {
        margin-bottom: 200px;
    }
    .text-section.rounded-background {
        padding: 20px 4% 50px;
    }
    .text-section .apps {
        margin-top: 80px;
    }
    .hero-section .content {
        padding: 150px 4.5%;
    }
    .hero-section .content .logo {
        width: 200px;
        top: 50px;
    }
}

@media all and (min-width: 1755px) {
    .text-section.rounded-background::after {
        left: calc((-100vw + 1557px) / 2);
    }
    .logo-carousel-section .content::before {
        right: calc((100vw - 1557px) / 2);
    }
    .main-navigation {
        right: calc((100vw - 1557px) / 2 - 20px);
    }
}

@media all and (min-width: 1920px) {
    html {
        font-size: 0.833vw;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 2.083vw;
    }
    h1,
    .style-h1 {
        font-size: 5vw;
    }
    h2,
    .style-h2 {
        font-size: 3.75vw;
    }
    h3,
    .style-h3 {
        font-size: 2.7vw;
    }
    h4,
    .style-h4 {
        font-size: 2.083vw;
    }
    h5,
    .style-h5 {
        font-size: 1.458vw;
    }
    section {
        margin-top: 1.041vw;
        margin-bottom: 1.041vw;
    }
    section.margin-top-small {
        margin-top: 2.083vw;
    }
    section.margin-bottom-small {
        margin-bottom: 2.083vw;
    }
    section.margin-top-medium {
        margin-top: 4.166vw;
    }
    section.margin-bottom-medium {
        margin-bottom: 4.166vw;
    }
    section.margin-top-large {
        margin-top: 6.25vw;
    }
    section.margin-bottom-large {
        margin-bottom: 6.25vw;
    }
    section.margin-top-xl {
        margin-top: 10.416vw;
    }
    section.margin-bottom-xl {
        margin-bottom: 10.416vw;
    }
    .site-footer {
        font-size: 0.75vw;
        border-radius: 1.65vw;
        padding: 1.56vw 0 2.34vw;
        margin: 0.78vw auto;
    }
    .site-footer,
    .text-section,
    .hero-section,
    .contact-section,
    .title-block,
    .error-404 {
        width: 82.8%;
        max-width: none;
    }
    .site-footer .logo {
        width: 10vw;
    }
    .site-footer .footer-background-image {
        width: 14.14vw;
        right: 4.12%;
        bottom: 2.14vw;
    }
    .site-footer .apps img {
        height: 2.1vw;
    }
    .site-footer .footer-carousel {
        font-size: 0.85vw;
    }
    .site-footer .apps,
    .site-footer .footer-menu {
        gap: 0.85vw;
    }
    .site-footer .footer-main {
        margin-top: 3.51vw;
    }
    .site-footer .footer-bottom {
        margin-top: 6.09vw;
    }
    .footer-carousel .carousel-item {
        margin-right: 1.25vw;
    }
    .logo-carousel-section .content {
        margin: 0 auto 3.33vw;
        max-width: 53.33vw;
    }
    .text-section.rounded-background,
    .hero-section .content,
    .hero-section .hero-image,
    .contact-section {
        border-radius: 3.229vw;
    }
    .text-section .carousel-item {
        margin-right: 2.083vw;
        font-size: 1.25vw;
    }
    .text-section .carousel-item img {
        width: 4.166vw;
    }
    .text-section {
        gap: 0 4vw;
    }
    .text-section .content {
        width: 37vw;
    }
    .text-section .image {
        width: 33vw;
    }
    .text-section.wider-width .image {
        width: 24vw;
        max-width: none;
    }
    .text-section.wider-width .content {
        width: 46vw;
        flex-shrink: 0;
    }
    .text-section .apps {
        gap: 0.833vw;
        margin-top: 4.166vw;
    }
    .text-section .apps img {
        height: 3.125vw;
    }
    .text-section.rounded-background {
        padding: 1.541vw 4% 2.604vw;
    }
    .hero-section .content {
        padding: 7.812vw 4.5%;
        font-size: 0.937vw;
    }
    .hero-section .content .logo {
        width: 10.416vw;
        top: 2.604vw;
    }
    .hero-section .play-button {
        bottom: 1.666vw;
        left: 1.666vw;
        height: 3.854vw;
        font-size: 0.833vw;
        gap: 0 0.4166vw;
        padding: 0 2.5vw;
    }

    .hero-section .pause-button {
        background-size: 1.25vw;
        bottom: 1.666vw;
        left: 1.666vw;
        width: 3.854vw;
        height: 3.854vw;
    }
    .hero-section .play-button.playing {
        width: 3.854vw;
    }
    .hero-section .play-button::before {
        width: 1.25vw;
        height: 1.25vw;
    }
    .logo-carousel-section a,
    .text-section a {
        text-underline-offset: 0.156vw;
    }

    .logo-carousel-section a.full-link {
        margin: 2.083vw auto 0;
    }

    .contact-section {
        gap: 0 2.083vw;
    }

    .contact-section .form,
    .contact-section .content-wrapper {
        width: 36.041vw;
    }

    .text-section.rounded-background::after {
        width: 21.875vw;
        height: 16.666vw;
        left: -8.6vw;
    }

    .logo-carousel-section .content::before {
        width: 6.77vw;
        height: 6.77vw;
        right: 8.6vw;
    }

    .main-navigation {
        top: 2.083vw;
        gap: 0.416vw;
        padding: 0.416vw;
        font-size: 0.833vw;
        right: 8.86vw;
    }
    .main-navigation .primary-menu a {
        height: 2.5vw;
        padding: 0 0.833vw;
    }
    .main-navigation .primary-menu {
        gap: 0.416vw;
    }
    .main-navigation .language-selector .active {
        height: 2.5vw;
        width: 3.437vw;
        gap: 0 0.416vw;
        font-size: 0.729vw;
        padding: 0 0.625vw;
        gap: 0.416vw;
    }
    .main-navigation .language-selector .active::after {
        height: 0.625vw;
        width: 0.625vw;
    }
    .main-navigation .language-selector > div {
        box-shadow: 0 0 1.25vw rgba(0, 0, 0, 0.08);
        left: 50%;
        border-radius: 1.562vw;
        width: 5.208vw;
        top: calc(100% + 0.937vw);
    }

    .contact-section {
        padding: 3.906vw 4%;
    }

    input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
    select,
    textarea {
        font-size: 0.833vw;
    }

    input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
    select {
        height: 3.125vw;
        padding: 1.302vw 2.5vw 0.416vw 1.25vw;
    }

    form p:has(input:not([type="submit"]):not([type="radio"]):not([type="checkbox"])):not(:has(.no-floating-label)) label,
    form p:has(textarea) label,
    .form .wpcf7-quiz-label {
        font-size: 0.833vw;
        height: 3.125vw;
    }

    form p:has(input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):focus):not(:has(.no-floating-label)) label,
    form p:has(textarea:focus) label,
    form p:has(select) label,
    form p:has(input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not(:placeholder-shown)):not(:has(.no-floating-label)) label,
    form p:has(textarea:not(:placeholder-shown)) label {
        font-size: 0.625vw;
        height: 0.937vw;
        top: 0.416vw;
    }

    .wpcf7-not-valid-tip {
        font-size: 0.52vw;
    }

    input[type="checkbox"] {
        width: 1.041vw;
        height: 1.041vw;
    }

    .wpcf7-acceptance label {
        font-size: 0.625vw;
        gap: 0 0.833vw;
    }

    .form .wpcf7-quiz-label {
        padding: 0 1.458vw;
        margin-right: 1.562vw;
    }

    .form input.wpcf7-quiz:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
        padding: 0 0.52vw;
        width: 4.166vw;
    }

    .form .wpcf7-quiz-label::after {
        left: calc(100% + 0.468vw);
        font-size: 0.833vw;
    }

    .form input[type="submit"] {
        height: 3.854vw;
        width: 15.625vw;
        font-size: 0.833vw;
        margin-top: 1.562vw;
    }

    p:has(input.wpcf7-quiz) > label {
        font-size: 0.833vw;
        margin-bottom: 0.416vw;
    }

    .text-section:not(.rounded-background) {
        font-size: 1.041vw;
    }

    .text-section:not(.rounded-background) .content h1:not(:first-child),
    .text-section:not(.rounded-background) .content h2:not(:first-child),
    .text-section:not(.rounded-background) .content h3:not(:first-child),
    .text-section:not(.rounded-background) .content h4:not(:first-child),
    .text-section:not(.rounded-background) .content h5:not(:first-child),
    .text-section:not(.rounded-background) .content .style-h1:not(:first-child),
    .text-section:not(.rounded-background) .content .style-h2:not(:first-child),
    .text-section:not(.rounded-background) .content .style-h3:not(:first-child),
    .text-section:not(.rounded-background) .content .style-h4:not(:first-child),
    .text-section:not(.rounded-background) .content .style-h5:not(:first-child) {
        margin-top: 3.333vw;
    }

    .title-block .logo {
        margin-bottom: 2.083vw;
    }

    .title-block .logo a {
        padding: 0.833vw 1.666vw 0.625vw;
        border-radius: 1.562vw;
    }

    .title-block .logo img {
        height: 2.708vw;
    }

    .error-404 {
        font-size: 0.937vw;
        padding: 2.083vw 0 2.5vw;
        border-radius: 1.562vw;
    }

    .error-404 .logo img {
        height: 3.958vw;
    }

    .error-404 h1 {
        font-size: 18.75vw;
    }

    .button {
        height: 3.333vw;
        border-radius: 5.208vw;
        font-size: 0.833vw;
        padding: 0 2.083vw;
    }

    .error-404 .button {
        height: 3.75vw;
        padding: 0 2.5vw;
    }

    body .cky-modal {
        max-width: 33.333vw;
        border-radius: 1.562vw;
    }

    body .cky-consent-container {
        bottom: 1.041vw;
        left: 1.041vw;
        max-width: 25vw;
    }

    body .cky-consent-container .cky-consent-bar {
        border-radius: 0.416vw;
        box-shadow: 0 0 0.833vw rgba(0, 0, 0, 0.08);
        padding: 1.666vw;
    }

    body .cky-modal .cky-preference-header,
    body .cky-modal .cky-prefrence-btn-wrapper {
        padding: 1.145vw 1.25vw;
    }

    body .cky-modal .cky-preference-header {
        padding-bottom: 0;
    }

    body .cky-modal .cky-preference-body-wrapper {
        padding: 0 1.25vw;
    }

    body .cky-consent-bar .cky-btn,
    body .cky-prefrence-btn-wrapper .cky-btn {
        height: 2.812vw;
        border-radius: 5.208vw;
        margin-top: 0.52vw;
        font-size: 0.729vw !important;
    }

    body .cky-consent-bar .cky-btn-accept,
    body .cky-consent-bar .cky-btn-reject,
    body .cky-prefrence-btn-wrapper .cky-btn-accept,
    body .cky-prefrence-btn-wrapper .cky-btn-reject {
        border: 0.052vw solid #3bbea1 !important;
    }

    body .cky-consent-bar .cky-btn-accept:hover,
    body .cky-consent-bar .cky-btn-reject:hover,
    body .cky-prefrence-btn-wrapper .cky-btn-accept:hover,
    body .cky-prefrence-btn-wrapper .cky-btn-reject:hover {
        border: 0.052vw solid #1a4249 !important;
    }

    body .cky-consent-bar .cky-btn-customize,
    body .cky-consent-bar .cky-btn-preferences {
        border: 0.052vw solid #3bbea1 !important;
    }

    body .cky-consent-bar .cky-btn-customize:hover,
    body .cky-consent-bar .cky-btn-preferences:hover {
        border: 0.052vw solid #1a4249 !important;
    }

    body .cky-consent-bar .cky-title,
    body .cky-modal .cky-preference-title {
        font-size: 1.041vw;
        margin-bottom: 0.416vw;
    }

    body .cky-consent-bar .cky-notice-des {
        margin-bottom: 1.979vw;
        max-width: 16.041vw;
    }

    body .cky-consent-bar .cky-notice-des *,
    body .cky-modal .cky-preference-content-wrapper * {
        font-size: 0.833vw !important;
    }

    body .cky-accordion-header-des * {
        font-size: 0.729vw;
    }

    body .cky-accordion-header .cky-accordion-btn,
    body .cky-accordion-header .cky-always-active {
        font-size: 0.833vw;
        line-height: 1.25vw;
    }

    body .cky-modal .cky-accordion-chevron {
        margin-right: 1.145vw;
    }

    body .cky-modal .cky-accordion .cky-accordion-chevron i::before {
        height: 0.416vw;
        width: 0.416vw;
    }

    body .cky-preference-header .cky-btn-close img {
        height: 0.833vw;
        width: 0.833vw;
    }

    body .cky-preference-header .cky-btn-close {
        margin-top: -0.208vw;
    }

    .nocookies {
        padding: 1.562vw;
        margin: 2.083vw 0;
        border-radius: 1.562vw;
    }

    .nocookies h1,
    .nocookies h2,
    .nocookies h3,
    .nocookies h4,
    .nocookies h5,
    .nocookies h6,
    .nocookies .style-h1,
    .nocookies .style-h2,
    .nocookies .style-h3,
    .nocookies .style-h4,
    .nocookies .style-h5 {
        margin-bottom: 1.041vw;
    }

    .form-success .success-content {
        box-shadow: 0 0 0.833vw rgba(0, 0, 0, 0.08);
        border-radius: 3.125vw;
        padding: 1.25vw;
        max-width: 20.833vw;
        margin: 1.041vw auto;
    }

    .form-success h1,
    .form-success h2,
    .form-success h3,
    .form-success h4,
    .form-success h5,
    .form-success .style-h1,
    .form-success .style-h2,
    .form-success .style-h3,
    .form-success .style-h4,
    .form-success .style-h5 {
        margin-bottom: 0.416vw;
    }

    .form-success .button {
        height: 3.854vw;
        font-size: 0.833vw;
    }

    .form-success img {
        margin: 2.604vw auto;
        width: 10.416vw;
    }
}
