@keyframes rotating {
    100% {
        transform: rotate(360deg)
    }
}

:root {
    --notification-height: 0px;
    --mobile-header-height: 8rem;
    --desktop-header-height: 10rem
}

html,body {
    font-family: "Microsoft YaHei",sans-serif !important;
    height: 100%;
    color: #1d1d1b;
    scroll-behavior: smooth
}

html {
    font-size: 10px
}

@media(min-width: 1924px) {
    html {
        font-size:12.5px
    }
}

@media(min-width: 3200px) {
    html {
        font-size:17.5px
    }
}

*:before,*:after {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    font-size: clamp(1.2rem, 1.3138686131vw, 1.4rem);
    line-height: clamp(2.6rem, 1.8248175182vw, 2.5rem)
}

main {
    padding-top: calc(var(--mobile-header-height) + var(--notification-height))
}

@media(min-width: 768px) {
    main {
        padding-top:calc(var(--desktop-header-height) + var(--notification-height))
    }
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot");
    src: url("../fonts/icomoon.eot") format("embedded-opentype"),url("../fonts/icomoon.woff2") format("woff2"),url("../fonts/icomoon.ttf") format("truetype"),url("../fonts/icomoon.woff") format("woff"),url("../fonts/icomoon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

[class^=icon-],[class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-accordion-minus:before {
    content: "";
    color: #e8ac3b
}

.icon-accordion-plus:before {
    content: "";
    color: #e8ac3b
}

.icon-application-1:before {
    content: "";
    color: #e8ac3b
}

.icon-application-2:before {
    content: "";
    color: #e8ac3b
}

.icon-application-3:before {
    content: "";
    color: #e8ac3b
}

.icon-application-4:before {
    content: "";
    color: #e8ac3b
}

.icon-arrow:before {
    content: "";
    color: #e8ac3b
}

.icon-benefit .path1:before {
    content: "";
    color: rgb(170, 192, 198);
    opacity: .3
}

.icon-benefit .path2:before {
    content: "";
    margin-left: -1em;
    color: rgb(0, 167, 231)
}

.icon-contact-1:before {
    content: "";
    color: #e8ac3b
}

.icon-contact-2:before {
    content: "";
    color: #e8ac3b
}

.icon-download:before {
    content: "";
    color: #e8ac3b
}

.icon-drop:before {
    content: "";
    color: #e8ac3b
}

.icon-logo .path1:before {
    content: "";
    color: rgb(29, 29, 27)
}

.icon-logo .path2:before {
    content: "";
    margin-left: -5.8330078125em;
    color: rgb(0, 167, 231)
}

.icon-logo-white:before {
    content: "";
    color: #fff
}

.icon-product-1:before {
    content: "";
    color: #e8ac3b
}

.icon-product-2:before {
    content: "";
    color: #e8ac3b
}

.icon-product-3:before {
    content: "";
    color: #e8ac3b
}

.icon-product-4:before {
    content: "";
    color: #e8ac3b
}

.icon-star:before {
    content: ""
}

.icon-bulb:before {
    content: ""
}

.icon-person:before {
    content: ""
}

.icon-minus:before {
    content: ""
}

.icon-home:before {
    content: "";
    color: #494761
}

.icon-close:before {
    content: ""
}

.icon-close-small:before {
    content: ""
}

.icon-check:before {
    content: ""
}

.icon-place:before {
    content: ""
}

.icon-print:before {
    content: ""
}

.icon-plus:before {
    content: ""
}

.icon-search:before {
    content: ""
}

.icon-social_yt:before {
    content: ""
}

.icon-social_tw:before {
    content: ""
}

.icon-social_pin:before {
    content: ""
}

.icon-social_li:before {
    content: ""
}

.icon-social_ig:before {
    content: ""
}

.icon-social_fb:before {
    content: ""
}

.icon-scroll-down:before {
    content: ""
}

.icon-arrow1:before {
    content: ""
}

.icon-arrow11:before {
    content: ""
}

.icon-download1:before {
    content: ""
}

.icon-email:before {
    content: ""
}

.icon-chevron:before {
    content: ""
}

.icon-chevron1:before {
    content: ""
}

.icon-chevron2:before {
    content: ""
}

.icon-chevron3:before {
    content: ""
}

.icon-language:before {
    content: ""
}

.icon-mobile:before {
    content: ""
}

.icon-video:before {
    content: ""
}

*,*::before,*::after {
    box-sizing: border-box
}

@media(prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

video {
    outline: 0
}

a {
    background-color: transparent
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none;
    vertical-align: middle
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

p {
    margin: 0
}

ol,ul {
    padding: 0;
    margin: 0
}

b,strong {
    font-weight: 700
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

thead,tbody,tfoot,tr,td,th {
    border-color: inherit;
    border-style: none;
    border-width: 0
}

button,[type=button],[type=reset],[type=submit] {
    -webkit-appearance: button;
    border: none
}

button {
    border-radius: 0
}

button:focus {
    outline: dotted 1px;
    outline: -webkit-focus-ring-color auto 5px
}

input,button,select,optgroup,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

textarea {
    resize: vertical;
    overflow: auto
}

iframe {
    border: 0
}

[hidden] {
    display: none
}

@keyframes rotating {
    100% {
        transform: rotate(360deg)
    }
}

.tns-outer {
    position: relative
}

.tns-outer button[data-action] {
    display: none
}

.tns-controls {
    display: block
}

.tns-controls button {
    position: absolute;
    top: calc(50% - (clamp(3.5rem, 3.6496350365vw, 5rem) / 2));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(3.5rem, 3.6496350365vw, 5rem);
    height: clamp(3.5rem, 3.6496350365vw, 5rem);
    border-radius: 50%;
    border: none;
    background-color: #fff;
    color: #e8ac3b;
    transition: 200ms ease-in-out;
    outline: none !important;
    z-index: 2;
    font-size: 0;
    box-shadow: 14px 14px 40px rgba(232,172,59,.1)
}

.tns-controls button::before {
    font-size: clamp(2rem, 2.1897810219vw, 3rem)
}

.tns-controls button[data-controls=prev] {
    left: 0
}

@media(min-width: 1200px) {
    .tns-controls button[data-controls=prev] {
        left:calc(clamp(3.5rem, 3.6496350365vw, 5rem) * -0.5)
    }
}

@media(min-width: 1500px) {
    .tns-controls button[data-controls=prev] {
        left:45px;
    }
}

@media(min-width: 1924px) {
    .tns-controls button[data-controls=prev] {
        left:45px;
    }
}

.tns-controls button[data-controls=prev]::before {
    content: "";
    transform: rotate(90deg)
}

.tns-controls button[data-controls=next] {
    right: 0
}

@media(min-width: 1200px) {
    .tns-controls button[data-controls=next] {
        right:right:45px;
    }
}

@media(min-width: 1500px) {
    .tns-controls button[data-controls=next] {
        right:calc(clamp(3.5rem, 3.6496350365vw, 5rem) * -1 - 6rem)
    }
}

@media(min-width: 1924px) {
    .tns-controls button[data-controls=next] {
        right:45px;
    }
}

.tns-controls button[data-controls=next]::before {
    content: "";
    transform: rotate(-90deg)
}

.tns-controls button svg {
    display: none
}

.tns-controls button:hover {
    color: #fff;
    background-color: #e8ac3b;
    box-shadow: 14px 14px 40px rgba(232,172,59,.2)
}

.tns-controls button:disabled {
    color: #aac0c6 !important;
    border-color: #aac0c6;
    pointer-events: none
}

.tns-nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: clamp(2rem, 2.1897810219vw, 3rem)
}

.tns-nav span {
    padding: 0;
    margin: 0;
    position: relative;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border-width: 0px;
    border-style: solid;
    border-color: #fff;
    background-color: transparent;
    transition: 200ms ease-in-out;
    outline: none !important
}

.tns-nav span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
    transition: 200ms ease-in-out
}

.tns-nav span:hover::after {
    opacity: 1
}

.tns-nav span.swiper-pagination-bullet-active {
    background-color: rgba(255,255,255,.2)
}

.tns-nav span.swiper-pagination-bullet-active::after {
    background-color: #e8ac3b;
    opacity: 1
}
@media(max-width:991px){
    .widget-topimagecontainer .tns-outer .tns-controls{
        display:none!important;
    }
}
.section-grey .slider__arrow {
    background: #fff
}

.section-grey .slider__arrow:hover {
    background: #e8ac3b
}

.ss-main {
    position: relative;
    display: inline-block;
    user-select: none;
    color: #1d1d1b;
    width: 100%
}

.ss-main .ss-single-selected {
    display: flex;
    cursor: pointer;
    width: 100%;
    height: 6rem;
    padding: 2.3rem 3rem;
    border: 1px solid #aac0c6;
    border-radius: 30px;
    background-color: transparent;
    outline: 0;
    box-sizing: border-box;
    transition: background-color .2s
}

.ss-main .ss-single-selected.ss-disabled {
    background-color: 1px solid #aac0c6;
    cursor: not-allowed
}

.ss-main .ss-single-selected.ss-open-above {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px
}

.ss-main .ss-single-selected.ss-open-below {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px
}

.ss-main .ss-single-selected .placeholder {
    display: flex;
    flex: 1 1 100%;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    width: calc(100% - 30px);
    line-height: 1em;
    min-height: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ss-main .ss-single-selected .placeholder * {
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto
}

.ss-main .ss-single-selected .placeholder .ss-disabled {
    color: #1d1d1b
}

.ss-main .ss-single-selected .ss-deselect {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 1 auto;
    margin: 0 6px 0 6px;
    font-weight: bold
}

.ss-main .ss-single-selected .ss-deselect.ss-hide {
    display: none
}

.ss-main .ss-single-selected .ss-arrow {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 1 auto;
    margin: 0 6px 0 6px
}

.ss-main .ss-single-selected .ss-arrow span {
    border: solid #e8ac3b;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transition: transform .2s,margin .2s
}

.ss-main .ss-single-selected .ss-arrow span.arrow-up {
    transform: rotate(-135deg);
    margin: 3px 0 0 0
}

.ss-main .ss-single-selected .ss-arrow span.arrow-down {
    transform: rotate(45deg);
    margin: -3px 0 0 0
}

.ss-main .ss-multi-selected {
    display: flex;
    flex-direction: row;
    cursor: pointer;
    min-height: 6rem;
    width: 100%;
    padding: 0 0 0 6px;
    border: 1px solid 1px solid #aac0c6;
    border-radius: 30px;
    background-color: transparent;
    outline: 0;
    box-sizing: border-box;
    transition: background-color .2s
}

.ss-main .ss-multi-selected.ss-disabled {
    background-color: 1px solid #aac0c6;
    cursor: not-allowed
}

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled {
    color: #1d1d1b
}

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete {
    cursor: not-allowed
}

.ss-main .ss-multi-selected.ss-open-above {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px
}

.ss-main .ss-multi-selected.ss-open-below {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-color: #e8ac3b
}

.ss-main .ss-multi-selected .ss-values {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex: 1 1 100%;
    width: calc(100% - 30px)
}

.ss-main .ss-multi-selected .ss-values .ss-disabled {
    display: flex;
    padding: 4px 5px 4px 14px;
    margin: 2px 0px;
    line-height: 1em;
    align-items: center;
    width: 100%;
    color: #1d1d1b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@keyframes scaleIn {
    0% {
        transform: scale(0);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes scaleOut {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(0);
        opacity: 0
    }
}

.ss-main .ss-multi-selected .ss-values .ss-value {
    display: flex;
    user-select: none;
    align-items: center;
    padding: 3px 5px;
    margin: 3px 5px 3px 0px;
    color: #fff;
    background-color: #e8ac3b;
    border-radius: 30px;
    animation-name: scaleIn;
    animation-duration: .2s;
    animation-timing-function: ease-out;
    animation-fill-mode: both
}

.ss-main .ss-multi-selected .ss-values .ss-value.ss-out {
    animation-name: scaleOut;
    animation-duration: .2s;
    animation-timing-function: ease-out
}

.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete {
    margin: 0 0 0 5px;
    cursor: pointer
}

.ss-main .ss-multi-selected .ss-add {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 1 40px
}

.ss-main .ss-multi-selected .ss-add .ss-plus {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1d1d1b;
    position: relative;
    height: 10px;
    width: 2px;
    transition: transform .2s
}

.ss-main .ss-multi-selected .ss-add .ss-plus:after {
    background: #1d1d1b;
    content: "";
    position: absolute;
    height: 2px;
    width: 10px;
    left: -4px;
    top: 4px
}

.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross {
    transform: rotate(45deg)
}

.ss-content {
    position: absolute;
    width: 100%;
    margin: -1px 0 0 0;
    box-sizing: border-box;
    border: solid 1px 1px solid #aac0c6;
    z-index: 1010;
    background-color: #fff;
    transform-origin: center top;
    transition: transform .2s,opacity .2s;
    opacity: 0;
    transform: scaleY(0)
}

.ss-content.ss-open {
    display: block;
    opacity: 1;
    transform: scaleY(1);
    border: 1px solid #aac0c6;
    margin-top: 1rem;
    border-radius: 30px;
    overflow: hidden;
    padding: 1rem 2rem
}

.ss-content .ss-search {
    display: flex;
    flex-direction: row;
    padding: 8px 8px 6px 8px
}

.ss-content .ss-search.ss-hide {
    height: 0px;
    opacity: 0;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px
}

.ss-content .ss-search.ss-hide input {
    height: 0px;
    opacity: 0;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px
}

.ss-content .ss-search input {
    display: inline-flex;
    font-size: inherit;
    line-height: inherit;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0px;
    height: 40px;
    padding: 6px 8px;
    margin: 0;
    border: 1px solid 1px solid #aac0c6;
    border-radius: 30px;
    background-color: transparent;
    outline: 0;
    text-align: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: textfield
}

.ss-content .ss-search input::placeholder {
    color: #1d1d1b;
    vertical-align: middle
}

.ss-content .ss-search .ss-addable {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    flex: 0 0 30px;
    height: 30px;
    margin: 0 0 0 8px;
    border: 1px solid 1px solid #aac0c6;
    border-radius: 30px;
    box-sizing: border-box
}

.ss-content .ss-addable {
    padding-top: 0px
}

.ss-content .ss-list {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
    padding: 6px 10px 6px 10px;
    font-weight: bold
}

.ss-content .ss-list .ss-optgroup .ss-option {
    padding: 6px 6px 6px 25px
}

.ss-content .ss-list .ss-optgroup-label-selectable {
    cursor: pointer
}

.ss-content .ss-list .ss-optgroup-label-selectable:hover {
    color: #fff;
    background-color: #e8ac3b
}

.ss-content .ss-list .ss-option {
    padding: 6px 10px 6px 10px;
    cursor: pointer;
    user-select: none
}

.ss-content .ss-list .ss-option * {
    display: inline-block
}

.ss-content .ss-list .ss-option:hover,.ss-content .ss-list .ss-option.ss-highlighted {
    color: #e8ac3b
}

.ss-content .ss-list .ss-option.ss-disabled {
    cursor: not-allowed;
    color: #1d1d1b;
    background-color: transparent
}

.ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected {
    color: #aac0c6
}

.ss-content .ss-list .ss-option.ss-hide {
    display: none
}

.ss-content .ss-list .ss-option .ss-search-highlight {
    background-color: #fffb8c
}

.ss-list.multiple-list .ss-option:before {
    content: "";
    width: 24px;
    height: 24px;
    background: transparent;
    border-radius: 3px;
    border: 1px solid #e8ac3b;
    margin: 0 10px 0 0;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    top: -2px
}

.ss-list.multiple-list .ss-option.ss-option-selected:before {
    content: "";
    background-color: #e8ac3b;
    font-size: 9px
}

.ss-list.multiple-list .ss-option.ss-disabled:before {
    display: none
}

.input-validation-error .ss-single-selected {
    border: 1px solid #e11937
}

.widget-container {
    margin: clamp(4rem, 5.8394160584vw, 8rem) 0
}

.widget-container.widget-wysiwyg *:first-child {
    margin-top: 0
}

.widget-container.widget-wysiwyg *:last-child {
    margin-bottom: 0
}

.section-grey {
    background: #f3f7f8
}

.section-wave {
    background: url("../images/element.jpg");
    background-size: 72rem 42rem;
    background-repeat: no-repeat;
    background-position: bottom left
}

.section-logo-left:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url("../images/bg-element-2.svg");
    background-size: 102rem 75rem;
    background-repeat: no-repeat;
    background-position: top left
}

.section-logo-right:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url("../fonts/bg-element-2.svg");
    background-size: 102rem 75rem;
    background-repeat: no-repeat;
    background-position: top right
}

.widget-row {
    margin: clamp(2rem, 2.9197080292vw, 4rem) 0
}

.widget-row .widget-container {
    padding: clamp(2rem, 2.9197080292vw, 4rem) 0;
    margin: 0
}

.section-background .widget-container:first-child {
    padding-top: clamp(4rem, 5.8394160584vw, 8rem);
    margin-top: 0
}

.section-background .widget-container:last-child {
    padding-bottom: clamp(4rem, 5.8394160584vw, 8rem);
    margin-bottom: 0
}

.section-background .widget-row:first-child {
    padding-top: clamp(2rem, 2.9197080292vw, 4rem);
    margin-top: 0
}

.section-background .widget-row:last-child {
    padding-bottom: clamp(2rem, 2.9197080292vw, 4rem);
    margin-bottom: 0
}

.widget-title {
    max-width: unset;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    text-align: left
}

.widget-description {
    max-width: unset;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: clamp(2.5rem, 2.9197080292vw, 4rem);
    text-align: left
}
.widget-description h3{
    height: auto;;line-height: 1;
}
.widget-description *:first-child {
    margin-top: 0
}

.widget-description *:last-child {
    margin-bottom: 0
}

.breadcrumbs {
    margin-top: clamp(3rem, 4.3795620438vw, 6rem)
}

.breadcrumbs .breadcrumbs-inner {
    display: flex;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden
}

.breadcrumbs .breadcrumbs-inner::-webkit-scrollbar {
    height: 1px
}

.breadcrumbs .breadcrumbs-inner .breadcrumbs-item a,.breadcrumbs .breadcrumbs-inner span {
    color: #aac0c6;
    font-weight: 500;
    white-space: nowrap;
    font-size: 1.4rem;
    transition: 200ms ease-in-out
}

.breadcrumbs .breadcrumbs-inner .breadcrumbs-item a {
    text-decoration: none;
    color: #aac0c6
}

.breadcrumbs .breadcrumbs-inner .breadcrumbs-item a:hover {
    color: #8ba9b2;
    text-decoration: none
}

.breadcrumbs .breadcrumbs-inner .breadcrumbs-item a::after {
    background-color: #aac0c6;
    bottom: 2px
}

.breadcrumbs .breadcrumbs-inner .breadcrumbs-item-last {
    width: 100%
}

.breadcrumbs .breadcrumbs-inner .breadcrumbs-separator {
    margin: 0 10px;
    font-weight: 400
}

.header-menu>ul>li>a.header-cta-btn,.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 1rem 3rem;
    min-width: 10rem;
    transition: .4s ease-in-out;
    white-space: unset;
    text-decoration: none;
    border-radius: 5rem;
    vertical-align: middle;
    font-weight: 500;
    line-height: normal
}

.header-menu>ul>li>a.header-cta-btn:after,.header-menu>ul>li>a.header-cta-btn:before,.btn:after,.btn:before {
    font-size: 1.5rem;
    margin: 0 1rem 0 0;
    transition: .2s ease-in-out
}

.header-menu>ul>li>a.header-cta-btn:after,.btn:after {
    margin: 0 0 0 1rem
}

.header-menu>ul>li>a.header-cta-btn.hovered,.header-menu>ul>li>a.header-cta-btn:focus,.header-menu>ul>li>a.header-cta-btn:hover,.btn.hovered,.btn:focus,.btn:hover {
    text-decoration: none;
    outline: 0
}

.header-menu>ul>li>a.header-cta-btn.loading:before,.btn.loading:before {
    content: "";
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(0,0,0,.1);
    border-top: 3px solid #e8ac3b;
    animation: rotating 1.2s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.header-menu>ul>li>a.header-cta-btn,.btn-primary {
    background: #e8ac3b;
    color: #fff;
    box-shadow: 14px 14px 40px rgba(232,172,59,.2)
}

.header-menu>ul>li>a.header-cta-btn:focus,.btn-primary:focus {
    background: #e8ac3b;
    color: #fff
}

.header-menu>ul>li>a.header-cta-btn.hovered,.header-menu>ul>li>a.header-cta-btn:hover,.btn-primary.hovered,.btn-primary:hover {
    text-decoration: none;
    background: #e8ac3b;
    color: #fff
}

.header-menu>ul>li>a.header-cta-btn.loading:before,.btn-primary.loading:before {
    border-color: #aac0c6;
    border-top-color: #1d1d1b
}

.header-menu>ul>li>a.header-cta-btn.active,.btn-primary.active {
    color: #fff
}

.header-menu>ul>li>a.header-cta-btn:disabled,.btn-primary:disabled {
    background-color: #aac0c6;
    box-shadow: 14px 14px 40px rgba(170,192,198,.2)
}

.btn-default {
    background: #fff;
    color: #e8ac3b;
    border: 2px solid #e8ac3b
}

.btn-default.hovered,.btn-default:focus,.btn-default:hover {
    text-decoration: none;
    border-color: #1d1d1b;
    color: #1d1d1b
}

.btn-default.loading:before {
    border-color: #aac0c6;
    border-top-color: #e8ac3b
}

.btn-default:disabled {
    border-color: #aac0c6;
    color: #aac0c6
}

.btn-arrow:after {
    content: ""
}

.btn-arrow:focus:after,.btn-arrow:hover:after {
    transform: translateX(5px)
}

.btn-scroll:after {
    content: ""
}

.btn-download:after {
    content: ""
}

.btn-back:before {
    content: ""
}

.btn-back:focus:before,.btn-back:hover:before {
    transform: translateX(-5px)
}

span.icon-arrow {
    transform: rotate(-90deg);
    display: inline-flex;
    width: 20px;
    height: 1.5rem;
    margin-right: 1rem
}

.newsletter-box {
    margin-top: clamp(5rem, 8.0291970803vw, 11rem)
}

.newsletter-container {
    display: grid;
    grid-gap: clamp(2rem, 2.9197080292vw, 4rem);
    grid-template-columns: 1fr
}

@media(min-width: 768px) {
    .newsletter-container {
        grid-template-columns:1fr 2fr
    }
}

.newsletter-container .newsletter-perex {
    margin-top: 2rem
}

.newsletter-container .newsletter-form form {
    display: flex;
    column-gap: 2rem;
    flex-direction: column
}

@media(min-width: 992px) {
    .newsletter-container .newsletter-form form {
        flex-direction:row
    }
}

.newsletter-container .newsletter-form form input[type=submit] {
    margin-top: 2rem;
    white-space: nowrap
}

.form-small-container {
    max-width: 58rem;
    margin: 0 auto
}

.form-container {
    display: grid;
    grid-gap: 4rem;
    grid-template-columns: repeat(1, 1fr)
}

@media(min-width: 575px) {
    .form-container {
        grid-template-columns:repeat(2, 1fr)
    }
}

.form-container .w-100 {
    grid-column: span 2
}

.label-form,label {
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    color: #1d1d1b
}

.label-form.required:after,label.required:after {
    content: "*";
    display: inline-block;
    margin: 0 2px 0 0;
    font-size: 1.4rem
}

select,input[type=email],input[type=tel],input[type=text],input[type=number] input[type=password],textarea {
    width: 100%;
    background-color: transparent;
    outline: 0;
    border: 1px solid #aac0c6;
    border-radius: 30px;
    padding: 2.3rem 3rem;
    height: 6rem;
    font-weight: 300
}

select:focus,input[type=email]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=number] input[type=password]:focus,textarea:focus {
    border: 1px solid #aac0c6
}

select::placeholder,input[type=email]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,input[type=number] input[type=password]::placeholder,textarea::placeholder {
    color: #1d1d1b
}

textarea {
    min-height: 20rem;
    resize: none
}

.checkbox {
    display: flex;
    align-items: center;
    margin: 0
}

.checkbox input[type=checkbox]+.fake-check {
    width: 2rem;
    height: 2rem;
    border: 1px solid #aac0c6;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 1rem 0 0;
    border-radius: 6px
}

.checkbox input[type=checkbox]+.fake-check:before {
    content: "";
    width: 1rem;
    height: 1rem;
    background: #e8ac3b;
    border-radius: 50%
}

.checkbox input[type=checkbox]:checked+.fake-check:before {
    opacity: 1
}

.radio {
    display: flex;
    align-items: center;
    margin: 0
}

.radio input[type=radio] {
    display: none
}

.radio input[type=radio]+.fake-radio {
    width: 2rem;
    height: 2rem;
    border: 1px solid #aac0c6;
    background-color: transparent;
    border-radius: 50%;
    margin: 0 1rem 0 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.radio input[type=radio]+.fake-radio:before {
    content: "";
    width: 1rem;
    height: 1rem;
    background: #e8ac3b;
    border-radius: 50%
}

.radio input[type=radio]:checked+.fake-radio:before {
    opacity: 1
}

.file-input {
    display: flex
}

.file-input label {
    margin: 0
}

.file-input-name {
    border: 1px solid #aac0c6;
    justify-content: flex-end;
    position: relative;
    width: 50%;
    margin: 0 1rem 0 0;
    padding: 0 3rem 0 0
}

.file-input .file-name,.file-input .file-placeholder {
    padding: 2.3rem 3rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

.file-input .btn {
    background: #000;
    color: #fff;
    cursor: pointer
}

.file-input .file-remove {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 100%;
    align-items: center;
    justify-content: center;
    width: 2.5rem
}

.file-input .error-file {
    display: none
}

select.input-validation-error,textarea.input-validation-error,input[type=text].input-validation-error,input[type=tel].input-validation-error,input[type=number].input-validation-error,input[type=email].input-validation-error,input[type=password].input-validation-error {
    border: 1px solid #e11937;
    animation-name: blink;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-iteration-count: 2;
    animation-direction: normal
}

.field-validation-error {
    font-size: 1.4rem;
    line-height: 1;
    color: #e11937;
    display: block;
    margin: .5rem 0 1rem 0
}

button,input[type=submit] {
    cursor: pointer
}

input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active,input:-internal-autofill-selected,input:-internal-autofill-previewed {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0 4rem transparent inset !important;
    color: #1d1d1b !important
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger h2,.alert-danger h3 {
    color: #721c24;
    margin: 0 0 5px 0
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success h2,.alert-success h3 {
    color: #155724;
    margin: 0 0 5px 0
}

.alert {
    padding: .75rem 1.25rem;
    margin: 0;
    border: 1px solid transparent;
    border-radius: .6rem;
    font-weight: 700
}

@keyframes blink {
    0% {
        background: #fff
    }

    50% {
        background: #fec7ca
    }

    100% {
        background: #fff
    }
}

.hidden {
    display: none
}

.form-parent.d-none {
    display: none
}

.form-parent h2 {
    margin-top: 0
}

.form-success {
    display: none
}

.form-success.d-block {
    display: block
}

.floating-label {
    position: relative
}

.floating-label label {
    left: 3rem;
    top: 3rem;
    transform: translateY(-50%);
    position: absolute;
    transition: all 250ms;
    line-height: 1;
    margin: 0;
    pointer-events: none;
    color: #1d1d1b;
    font-weight: 400;
    font-size: clamp(14px,1.7rem,1.7rem)
}

.floating-label label.required::after {
    color: #e8ac3b;
    margin-left: .3rem
}

.floating-label.active label {
    top: 1.5rem;
    left: 3rem;
    font-size: 1.2rem;
    color: #aac0c6
}

.floating-label.active label.required::after {
    color: #aac0c6
}

.floating-label.active input {
    font-size: clamp(14px,1.7rem,1.7rem);
    padding-bottom: 1rem
}

#ie-warning-modal {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%
}

#ie-warning-modal .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(232,172,59,.5)
}

#ie-warning-modal .modal-body {
    position: relative;
    width: 100%;
    max-width: 740px;
    padding: 3rem;
    margin: 50px auto 0;
    background: #fff;
    text-align: center
}

#ie-warning-modal .modal-title {
    margin: 0 0 30px
}

#ie-warning-modal .close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    outline: none !important
}

#ie-warning-modal .close::before {
    display: none
}

#ie-warning-modal ul {
    margin: 20px 0;
    list-style-type: none
}

#ie-warning-modal ul li {
    margin-bottom: 0
}

#ie-warning-modal ul li::before {
    display: none
}

#ie-warning-modal .btn-accept-warning {
    cursor: pointer
}

a {
    color: #e8ac3b;
    cursor: pointer;
    text-decoration: none
}

a.hovered,a:focus,a:hover {
    color: #e8ac3b;
    outline: none;
    text-decoration: underline
}

.link {
    display: inline-block;
    align-items: center;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 400;
    position: relative
}

.link::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 5px;
    background-color: #e8ac3b;
    transition: color 200ms
}

.link:hover,.link:focus {
    text-decoration: none;
    color: #1d1d1b
}

.link:hover::after,.link:focus::after {
    background-color: #1d1d1b
}

.link.loading:before {
    content: "";
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(0,0,0,.1);
    border-top: 3px solid #e8ac3b;
    animation: rotating 1.2s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.link-primary {
    color: #e8ac3b
}

.link-primary:hover,.link-primary:focus {
    text-decoration: none;
    color: #e8ac3b
}

.link-default {
    color: #1d1d1b;
    text-decoration: underline
}

.link-default:hover,.link-default:focus {
    text-decoration: none;
    color: #1d1d1b
}

.link-arrow {
    margin-left: 4rem
}

.link-arrow:before {
    position: absolute;
    content: "";
    top: 2px;
    left: -3rem;
    transform: rotate(-90deg);
    transition: all 200ms
}

.link-arrow:focus:before,.link-arrow:hover:before {
    transform: translateX(5px) rotate(-90deg)
}

.link-back:after {
    content: ""
}

.link-back:focus:after,.link-back:hover:after {
    transform: translateX(-5px)
}

.link-scroll:after {
    content: ""
}

.link-download:after {
    content: ""
}

.link-phone:before {
    content: "";
    font-size: 2.9rem
}

.link-email:before {
    content: "";
    font-size: 2.9rem
}

.video-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(170,192,198,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    transition: 250ms
}

.video-link-play {
    color: #fff;
    text-align: center
}

.video-link-play:before {
    content: "";
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem auto;
    text-indent: 3px;
    color: #e8ac3b;
    transition: all 200ms
}

.video-link:focus,.video-link:hover {
    text-decoration: none;
    background: rgba(232,172,59,.5)
}

.video-link:focus .video-link-play::before,.video-link:hover .video-link-play::before {
    background-color: #000;
    color: #fff
}

::-webkit-scrollbar {
    width: 5px
}

@media(min-width: 768px) {
    ::-webkit-scrollbar {
        width:10px
    }
}

::-webkit-scrollbar-track {
    background: #f3f7f8
}

::-webkit-scrollbar-thumb {
    background: #1d1d1b
}

::-webkit-scrollbar-thumb:hover {
    background: #e8ac3b
}

img {
    max-width: 100%
}

.relative {
    position: relative
}

.line {
    width: 100%;
    height: 1px;
    background: #aac0c6;
    margin: 3rem 0
}

main table {
    width: 100%;
    color: #1d1d1b;
    font-size: clamp(14px,1.7rem,1.7rem)
}

main table tr {
    border-bottom: 1px solid #aac0c6
}

main table tr td {
    padding: 1rem
}

main table tr:nth-child(even) {
    background: #fff
}

main table thead tr {
    background: #fff !important
}

main table thead tr th {
    color: #1d1d1b;
    padding: 1rem 0;
    font-weight: 400;
    font-size: clamp(14px,1.4rem,1.4rem);
    padding: 1rem
}

main table tbody tr:nth-child(odd) {
    background: #f3f7f8
}

main table.time-table tr {
    border: none
}

main table.time-table tr td {
    padding: 0
}

main table.respo-table {
    width: 100%;
    font-size: 1.5rem
}

main table.respo-table thead {
    padding: 0 0 3rem
}

@media(min-width: 768px) {
    main table.respo-table thead {
        display:table-header-group;
        padding: 0
    }
}

main table.respo-table thead tr {
    border-bottom: 1px solid #cfeadd;
    border-bottom: none;
    background: none !important
}

@media(min-width: 768px) {
    main table.respo-table thead tr {
        display:table-row
    }
}

main table.respo-table thead tr th {
    font-weight: 700;
    color: #f3f7f8;
    padding: 1rem 15px;
    font-weight: 400
}

main table.respo-table thead tr th:first-child {
    padding: 1rem 1rem 1rem 0
}

main table.respo-table thead tr th:last-child {
    padding: 1rem 0 1rem 1rem
}

@media(min-width: 768px) {
    main table.respo-table tbody {
        display:table-row-group;
        margin: 0
    }
}

main table.respo-table tbody tr {
    margin: 0;
    border: none;
    border-bottom: 1px solid #cfeadd;
    cursor: pointer;
    margin: 0 0 2rem;
    width: 100%;
    padding: 0 1rem 2rem 1rem
}

main table.respo-table tbody tr:nth-child(odd) {
    background: none
}

@media(min-width: 768px) {
    main table.respo-table tbody tr {
        display:table-row;
        margin: 0;
        width: auto;
        padding: 0
    }
}

main table.respo-table tbody tr:last-child {
    border-color: #fff
}

main table.respo-table tbody tr:nth-child(even) {
    background: none
}

main table.respo-table tbody tr td {
    border: none;
    padding: 15px;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.25;
    font-weight: normal;
    vertical-align: middle;
    color: #000;
    white-space: nowrap;
    font-family: gill-sans-nova,sans-serif
}

@media(min-width: 768px) {
    main table.respo-table tbody tr td {
        display:table-cell;
        width: auto;
        height: 40px;
        text-align: left;
        white-space: normal
    }
}

@media(min-width: 768px) {
    main table.respo-table tbody tr td:first-child {
        padding:1rem 1rem 1rem 0
    }
}

main table.respo-table tbody tr td:last-child {
    vertical-align: middle
}

@media(min-width: 768px) {
    main table.respo-table tbody tr td:last-child {
        padding:1rem 0 1rem 1rem
    }
}

main table.respo-table tbody tr td:before {
    content: attr(data-th);
    display: none;
    font-weight: bold;
    text-align: left;
    font-family: "aktiv-grotesk",sans-serif !important;
    margin: 0 2.5rem 0 0;
    font-size: clamp(12px,11.6788321168vw,16px);
    white-space: nowrap
}

@media(min-width: 768px) {
    main table.respo-table tbody tr td:before {
        display:none
    }
}

main table.respo-table tbody tr:hover {
    border-color: #e8ac3b
}

main table.respo-table tbody tr:hover .btn-small {
    color: #e8ac3b;
    border-color: #e8ac3b
}

main table.respo-table.table-edit thead tr th:first-child {
    padding-left: 5.6rem
}

.edit-table-helper {
    display: flex;
    align-items: center
}

.edit-table-helper .btn-small {
    margin: 0 1.5rem 0 0
}

.scroll-table {
    max-width: 100%;
    overflow: auto
}

h1,.h1 {
    font-size: clamp(3.2rem, 4.3795620438vw, 4rem);
    line-height: clamp(5rem, 4.7445255474vw, 6.5rem);
    font-weight: 700;
    color: #1d1d1b;
    margin: clamp(4rem, 3.6496350365vw, 5rem) 0
}

h2,.h2 {
    font-size: clamp(2.4rem, 3.6496350365vw, 4rem);
    line-height: clamp(4.1rem, 4.0145985401vw, 5.5rem);
    font-weight: 700;
    color: #1d1d1b;
    margin: clamp(2.5rem, 2.9197080292vw, 4rem) 0
}

h3,.h3 {
    font-size: clamp(2.2rem, 2.5547445255vw, 4rem);
    line-height: clamp(3.2rem, 2.5547445255vw, 3.5rem);
    font-weight: 700;
    color: #1d1d1b;
    margin: 2rem 0
}

h4,.h4 {
    font-size: clamp(1.7rem, 1.6058394161vw, 2.2rem);
    line-height: clamp(2.8rem, 2.1897810219vw, 3rem);
    font-weight: 500;
    color: #1d1d1b;
    margin: 2rem 0 2.5rem 0
}

small,.small-text {
    font-size: 1.4rem;
    line-height: 2rem
}

big,.perex {
    font-size: clamp(1.6rem, 1.7518248175vw, 1.4rem);
    line-height: clamp(3rem, 2.1897810219vw, 3rem);
    font-weight: 500
}

main ol {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: my-ol
}

main ol li {
    margin: 0 0 .5rem 0;
    padding: 0 0 0 4rem;
    position: relative
}

main ol li:before {
    content: counter(my-ol) ".";
    counter-increment: my-ol;
    color: #aac0c6;
    position: absolute;
    left: 0;
    top: .3rem;
    font-weight: 700;
    font-family: "aktiv-grotesk",sans-serif !important
}

main ul {
    margin: 0;
    padding: 0;
    list-style: none
}

main ul li {
    margin: 0 0 .5rem 0;
    padding: 0 0 0 4rem;
    position: relative
}

main ul li:before {
    content: "";
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: .9rem;
    color: #aac0c6;
    transform: rotate(-90deg)
}

main a {
    font-weight: 700;
    position: relative;
    padding-bottom: clamp(5px,.5rem,.5rem);
    transition: color 200ms
}

main a.btn::before,main a.btn::after,main a.download-item-content::before,main a.download-item-content::after,main a.video-link::before,main a.video-link::after,main a.crosslink-item::before,main a.crosslink-item::after,main a.logo-item::before,main a.logo-item::after,main a.gallery-item-inner::before,main a.gallery-item-inner::after,main a.blog-item::before,main a.blog-item::after {
    content: none
}

main a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 2px;
    background-color: #e8ac3b;
    transition: color 200ms
}

main a:hover,main a:focus {
    text-decoration: none;
    color: #1d1d1b
}

main a:hover::after,main a:focus::after {
    background-color: #1d1d1b
}

@keyframes rotating {
    100% {
        transform: rotate(360deg)
    }
}
.repeater-load-more1 {
    margin: 5rem 0 0;
    text-align: center
}

.items-container.loading {
    position: relative
}

.items-container.loading:after {
    content: "";
    background: rgba(255,255,255,.2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11
}

.items-container.loading:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 5rem;
    left: 50%;
    width: 3rem;
    height: 3rem;
    margin-left: -1.5rem;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #e8ac3b;
    border-bottom-color: #e8ac3b;
    animation: spinner .8s ease infinite;
    z-index: 22
}

@media(min-width: 768px) {
    .items-container.loading:before {
        width:4.6rem;
        height: 4.6rem;
        margin-left: -2.3rem
    }
}

@keyframes spinner {
    to {
        transform: rotate(360deg)
    }
}

.pux-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 137rem;
    width: 100%
}

.pux-container:after {
    display: block;
    content: "";
    clear: both
}

@media(min-width: 768px) {
    .pux-container {
        padding-left:4.5rem;
        padding-right: 4.5rem
    }
}

.pux-container .pux-container {
    padding-left: 0;
    padding-right: 0
}

.header-container {
    max-width: 192rem
}

.small-container {
    max-width: 100rem;
    margin: 0 auto
}

.smaller-container {
    max-width: 75rem;
    margin: 0 auto
}

.body-container {
    background: #fff;
    border-radius: .6rem;
    padding: 1px 1rem 2rem 1rem
}

@media(min-width: 768px) {
    .body-container {
        padding:1px 2.5rem 2.5rem 2.5rem
    }
}

.section-row,.widget-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0 3rem
}

.section-container,.widget-container {
    position: relative;
    display: block;
    width: 100%;
    flex-basis: 100%
}

@media(min-width: 768px) {
    .col-25 {
        flex-basis:calc(25% - (3rem / 1.25))
    }
}

@media(min-width: 768px) {
    .col-33 {
        flex-basis:calc(33.3333333333% - (3rem / 1.5))
    }
}

@media(min-width: 768px) {
    .col-50 {
        flex-basis:calc(50% - (3rem / 2))
    }
}

@media(min-width: 768px) {
    .col-66 {
        flex-basis:calc(66.6666666667% - (3rem / 3))
    }
}

@media(min-width: 768px) {
    .col-75 {
        flex-basis:calc(75% - (3rem / 5))
    }
}

:root {
    --header-bg-color: #e8ac3b
}

header {
    /*background: var(--header-bg-color);*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: 250ms;
    box-shadow: 0px 10px 20px -9px rgba(0,0,0,.05)
}
header {
    background: rgba(0, 0, 0, .3);
}
.header {
    display: flex;
    justify-content: space-between
}

.header-logo {
    display: flex;
    align-items: center;
    padding: clamp(1.3rem, 2.4087591241vw, 3.3rem) 0;
    margin: 0 auto 0 0;
    transition: 200ms ease
}

@media(min-width: 1200px) {
    .header-logo {
        margin:0 2.4rem 0 0
    }
}

.header-logo a {
    display: inline-block
}

.header-logo a span {
    display: none
}

.header-logo a img {
    max-width: none;
    height: 4rem !important
}

.header-cta {
    display: flex;
    align-items: center;
    padding: 2rem
}

@media(min-width: 1200px) {
    .header-cta {
        padding:0 4rem
    }
}

.header-cta .header-cta-btn {
    padding: 1.2rem 2rem
}

.header-hamburger {
    display: flex;
    align-items: center
}

@media(min-width: 1200px) {
    .header-hamburger {
        display:none
    }
}

.header-hamburger .open-menu {
    width: clamp(3rem, 4.3795620438vw, 6rem);
    height: clamp(3rem, 4.3795620438vw, 6rem);
    position: relative;
    display: block
}

.header-hamburger .open-menu span {
    width: calc(clamp(3rem, 4.3795620438vw, 6rem) - clamp(0.5rem, 0.7299270073vw, 1rem));
    position: absolute;
    left: .5rem;
    height: 4px;
    background: #fff;
    margin-top: -1px;
    top: 50%;
    border-radius: 2px;
    transition: 200ms ease-in-out;
    transition-delay: 50ms
}

.header-hamburger .open-menu span:before,.header-hamburger .open-menu span:after {
    content: "";
    width: calc(clamp(3rem, 4.3795620438vw, 6rem) - clamp(0.5rem, 0.7299270073vw, 1rem));
    left: 0;
    height: 4px;
    background: #fff;
    position: absolute;
    border-radius: 2px;
    transition: 200ms ease-in-out
}

.header-hamburger .open-menu span:before {
    bottom: clamp(8px, 1.1678832117vw, 1.6rem)
}

.header-hamburger .open-menu span:after {
    top: clamp(8px, 1.1678832117vw, 1.6rem);
    width: calc((clamp(3rem, 4.3795620438vw, 6rem) / 2) - .5rem);
    background: #fff
}

.header-hamburger.active .open-menu span {
    width: 0;
    background: transparent
}

.header-hamburger.active .open-menu span:before {
    top: 0;
    background: #fff;
    transform: rotate(45deg)
}

.header-hamburger.active .open-menu span:after {
    top: 0;
    width: calc(clamp(3rem, 4.3795620438vw, 6rem) - clamp(0.5rem, 0.7299270073vw, 1rem));
    background: #fff;
    transform: rotate(-45deg)
}

.scrolled header .header-logo {
    padding: 1.5rem 0
}

.scrolled.down header {
    top: calc(-1*var(--notification-height))
}

.target {
    scroll-margin-top: calc(10rem + var(--notification-height))
}

@media(min-width: 1200px) {
    .target {
        scroll-margin-top:10rem
    }
}

.header-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.header-menu>ul {
    background: #e8ac3b;
    min-height: calc(100vh - 8rem)
}
.header-menu>ul>li:last-child{
    margin-right: 0;
}
@media(min-width: 1200px) {
    .header-menu>ul {
        display:flex;
        align-items:center;
        background: transparent;
        min-height: auto
    }
}

.header-menu>ul>li {
    display: block;
    position: relative;
    border-bottom: 0px solid #aac0c6
}
.header-menu>ul>li>ul li a{
    text-indent: 0px;
}
@media(min-width: 1920px) {
    .header-menu>ul>li {
        margin: 0 2rem;
        display: flex;
        align-items: center;
        border: none
    }
}
@media(min-width: 1600px){
    .header-menu>ul>li {
        margin: 0 1.5rem;
        display: flex;
        align-items: center;
        border: none
    }    
}
@media(max-width: 1599px) {
    .header-menu>ul>li {
        margin: 0 1.5rem;
        display: flex;
        align-items: center;
        border: none
    }
}
@media(max-width: 1440px) {
    .header-logo a img{
        height:3.5rem!important;
    }
    .header-menu>ul>li {
        margin: 0 1.80rem;
    }    
}
@media(max-width: 1360px) {
    .header-menu>ul>li {
        margin: 0 1.55rem;
    }
    .pux-container.header-container{
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}
@media(max-width: 1360px) {
    .header-menu>ul>li {
        margin: 0 1.5rem;
        display:flex;
        flex-wrap:wrap;
        align-items:center;
    }
}
@media(max-width:1199px){
    .header-menu>ul>li{
        display:block;
    }
}
@media(max-width:767px){
    .header-logo a img{
        max-width:260px;
        height:auto!important;
    }
    .pux-container.header-container{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
.header-menu>ul>li>span,.header-menu>ul>li>a {
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 500;
    transition: .3s ease-in-out;
    padding: 1.2rem 2rem;
    font-size: clamp(15px, 1.3138686131vw, 1.6rem);
    text-underline-offset: .5rem
}

@media(min-width: 1200px) {
    .header-menu>ul>li>span,.header-menu>ul>li>a {
        padding:5px 0;
        order: 2
    }
}
@media(max-width: 1600px){
    .header-menu>ul>li>span, .header-menu>ul>li>a {
        font-size: clamp(16px, 1.3138686131vw, 1.8rem);
    }  
}

.header-menu>ul>li>span.active,.header-menu>ul>li>a.active {
    text-decoration: underline
}

.header-menu>ul>li>span.header-contact,.header-menu>ul>li>a.header-contact {
    text-decoration: none !important;
    color: #e8ac3b;
    border-radius: 10rem;
    background-color: #fff;
    padding: 1rem 2rem;
    line-height: 1;
    display: inline-block;
    margin: 1rem 15px 3rem
}

@media(min-width: 1200px) {
    .header-menu>ul>li>span.header-contact,.header-menu>ul>li>a.header-contact {
        margin:0
    }
}

.header-menu>ul>li>span.header-contact:hover,.header-menu>ul>li>a.header-contact:hover {
    background-color: #e6e6e6
}

.header-menu>ul>li>a:focus,.header-menu>ul>li>a:hover {
    text-decoration: underline
}

@media(min-width: 1200px) {
    .header-menu>ul>li>a:focus,.header-menu>ul>li>a:hover {
        text-decoration:underline
    }
}

.header-menu>ul>li>span {
    cursor: default
}

.header-menu>ul>li>ul {
    position: relative;
    background: #e8ac3b;
    transform: translateY(1rem);
    overflow-y: hidden;
    overflow-x: hidden;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    border-radius: .4rem;
    z-index: 14;
    transition: 300ms ease-in-out
}

@media(min-width: 1200px) {
    .header-menu>ul>li>ul {
        min-width:28rem;
        position: absolute;
        top: 100%;
        overflow-y: auto;
        overflow-y: auto;
        background: #e8ac3b;
        box-shadow: 14px 14px 40px rgba(0,57,118,.1);
        border-radius: 0 0 15px 15px
    }
}

.header-menu>ul>li>ul>li>a,.header-menu>ul>li>ul>li>span {
    display: block;
    color: #fff;
    text-decoration: none;
    transition: 300ms ease-in-out;
    padding: clamp(8px, 1.0948905109vw, 1.5rem) clamp(20px, 2.1897810219vw, 3rem);
    text-underline-offset: .5rem
}

.header-menu>ul>li>ul>li>a:focus,.header-menu>ul>li>ul>li>a:hover,.header-menu>ul>li>ul>li>span:focus,.header-menu>ul>li>ul>li>span:hover {
    text-decoration: underline;
    transform: translateX(8px)
}

.header-menu>ul>li>ul>li>a.active,.header-menu>ul>li>ul>li>span.active {
    text-decoration: underline
}

.header-menu>ul>li.open>ul {
    opacity: 1;
    visibility: visible;
    max-height: 99999px;
    transform: translateY(0)
}

@media(min-width: 1200px) {
    .header-menu>ul>li.open>ul {
        opacity:0;
        visibility: hidden;
        max-height: 0;
        transform: unset
    }
}

.header-menu>ul>li.open .menu-openner:before {
    transform: rotate(180deg)
}

@media(min-width: 1200px) {
    .header-menu>ul>li.open .menu-openner:before {
        transform:unset
    }
}

@media(min-width: 1200px) {
    .header-menu>ul>li.hovered>ul,.header-menu>ul>li:hover>ul {
        opacity:1;
        visibility: visible;
        max-height: 500px;
        transform: translateY(0)
    }

    .header-menu>ul>li.hovered .menu-openner:before,.header-menu>ul>li:hover .menu-openner:before {
        transform: rotate(180deg)
    }
}

.header-menu .menu-openner {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    padding: 0;
    width: 5rem;
    right: 0;
    top: 0;
    height: clamp(49px, 35.7664233577vw, 49px)
}

@media(min-width: 1200px) {
    .header-menu .menu-openner {
        position:static;
        width: auto;
        margin-right: 1rem;
        order: 1
    }
}

.header-menu .menu-openner:before {
    content: "";
    font-size: 1rem;
    transition: 250ms
}

.header-menu>ul>li>a.header-cta-btn {
    padding: 1.2rem 2rem;
    margin: 2rem
}

@media(min-width: 1200px) {
    .header-menu>ul>li>a.header-cta-btn {
        margin:0
    }
}

.header-window.small-window.header-menu {
    overflow-y: auto;
    max-height: calc(100vh - (6rem + var(--notification-height)));
    box-shadow: 0px 10px 20px -9px rgba(0,0,0,.05);
    border-bottom: 1px solid #aac0c6
}

@media(min-width: 1200px) {
    .header-window.overlay-window.header-menu,.header-window.small-window.header-menu {
        display:flex;
        position: static;
        padding: 0;
        visibility: visible;
        opacity: 1;
        min-width: 1px;
        transform: none;
        background: none;
        width: max-content;
        z-index: 99;
        margin-left: auto;
        overflow-y: unset;
        box-shadow: none;
        border: none
    }

    .header-window.overlay-window.header-menu.showing,.header-window.small-window.header-menu.showing {
        transform: none
    }
}

@media(min-width: 320px)and (max-width: 1199px) {
    .header-window.overlay-window>ul {
        padding:8rem 2rem 3rem;
        background-color: #fff
    }
}

@media(min-width: 768px)and (max-width: 1199px) {
    .header-window.overlay-window>ul {
        padding:10rem 20vw 6rem
    }
}

.header-login {
    position: relative;
    display: flex;
    align-items: center
}

.header-login-btn {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    border: 1px solid #aac0c6;
    border-radius: .6rem;
    padding: 1.5rem
}

@media(min-width: 1200px) {
    .header-login-btn {
        padding:1rem 1.5rem;
        margin: 0;
        max-width: 190px
    }
}

.header-login-btn:before {
    content: "";
    font-size: 1.6rem;
    color: #1d1d1b
}

@media(min-width: 1200px) {
    .header-login-btn:before {
        margin:0 1rem 0 0
    }
}

.header-login-btn-inner {
    display: none
}

@media(min-width: 1200px) {
    .header-login-btn-inner {
        max-width:130px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        font-size: 1.5rem
    }
}

.header-login-btn:hover {
    color: #1d1d1b
}

.header-login-btn.active {
    background: #1d1d1b;
    color: #fff
}

.header-login-btn.active:before {
    color: #fff
}

@media(min-width: 1200px) {
    .header-login .header-window {
        width:190px;
        padding: 2rem 0;
        min-height: 150px;
        border: 1px solid #aac0c6
    }
}

.header-login a {
    color: #1d1d1b;
    text-decoration: none;
    display: block;
    padding: .5rem 0;
    line-height: 1
}

@media(min-width: 1200px) {
    .header-login a {
        color:#fff
    }
}

.header-login a:focus,.header-login a:hover {
    text-decoration: none;
    color: #e8ac3b
}

.header-login ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.header-login li {
    padding: .5rem 2rem
}

.header-login li:last-child {
    margin-top: 2rem
}

@media(min-width: 1200px) {
    .header-login li:last-child {
        padding-top:2.5rem;
        border-top: 1px solid #aac0c6
    }
}

.header-window {
    display: none
}

.header-window.small-window {
    background-color: #f3f7f8;
    color: #fff;
    box-shadow: 0px 10px 20px -9px rgba(0,0,0,.05);
    width: 100%;
    min-width: inherit;
    max-width: none;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(0%, calc(100% + 2rem));
    z-index: 12;
    display: block;
    visibility: hidden;
    opacity: 0;
    min-width: 100%;
    transition: 160ms ease-in
}

.header-window.small-window.active {
    opacity: 1;
    visibility: visible;
    margin-bottom: 0px
}

.header-window.small-window.showing {
    transform: translate(0%, 100%);
    transition: 300ms ease-in-out
}

.header-window.small-window:hover,.header-window.small-window:focus {
    transition-delay: 200ms
}

.header-window-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 1rem;
    cursor: pointer;
    display: none
}

.header-window-close:before {
    content: "";
    color: #e8ac3b;
    font-size: 2.2rem;
    transition: color 200ms ease-in-out
}

@media(min-width: 768px) {
    .header-window-close:before {
        font-size:3rem
    }
}

.header-window-close:hover:before,.header-window-close:focus:before {
    color: #c10f37
}

@media(min-width: 320px)and (max-width: 1199px) {
    .header-window.overlay-window {
        position:fixed;
        background: #fff;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        min-width: 100%;
        max-width: 100% !important;
        height: 100vh;
        width: 100% !important;
        z-index: 9999;
        transition: all 250ms ease-in;
        overflow: auto;
        padding: 0 !important
    }

    .header-window.overlay-window .header-window-close {
        display: block
    }
}

@media(min-width: 320px)and (max-width: 1199px) {
    .header-window.overlay-window .header-window-inner {
        flex:0 1 100%;
        display: flex;
        min-height: 100%;
        align-items: flex-start;
        justify-content: center;
        max-width: 100%;
        padding: 8rem 2rem 3rem;
        background-color: #fff
    }
}

@media(min-width: 768px)and (max-width: 1199px) {
    .header-window.overlay-window .header-window-inner {
        padding:10rem 20vw 6rem
    }
}

@media(min-width: 1200px) {
    .header-window.overlay-window {
        width:100%;
        min-width: inherit;
        max-width: none;
        position: absolute;
        bottom: 0;
        right: 0;
        transition: none;
        transform: translate(0%, calc(100% + 20px));
        z-index: 12;
        display: block;
        visibility: hidden;
        opacity: 0;
        min-width: 100%;
        transition: 160ms ease-in
    }
}

@media(min-width: 1200px) {
    .header-window.overlay-window:hover,.header-window.overlay-window:focus {
        transition-delay:200ms
    }
}

.header-window.overlay-window.active {
    display: block
}

@media(min-width: 1200px) {
    .header-window.overlay-window.active {
        opacity:1;
        visibility: visible;
        margin-bottom: -1px
    }
}

@media(min-width: 1200px) {
    .header-window.overlay-window.showing {
        transform:translate(0%, 100%);
        transition: 300ms ease-in-out
    }
}

.header-search {
    display: flex
}

.header-search .header-search-openner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 1.5rem 0 0
}

@media(min-width: 1200px) {
    .header-search .header-search-openner {
        margin:0 1.5rem 0 1rem
    }
}


.header-search .header-search-openner:before {
    color: #e8ac3b;
    content: "";
    font-size: clamp(1.8rem, 1.4598540146vw, 2rem);
    transition: 120ms ease-in
}

.header-search .header-search-openner.active::before,.header-search .header-search-openner:hover::before {
    cursor: pointer;
    color: #1d1d1b
}

.header-search .header-window {
    border-radius: 0;
    padding: clamp(1.5rem, 2.1897810219vw, 3rem);
    left: auto;
    right: 0
}

.overlay-window .header-search-container {
    background: #f3f7f8
}

@media(min-width: 1200px) {
    .overlay-window .header-search-container {
        background:none
    }
}

.header-search-container .header-search-controls {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 30px
}

.header-search-container .header-search-controls input[type=search] {
    max-width: 100%;
    flex: 0 1 100%;
    height: clamp(4rem, 4.3795620438vw, 6rem);
    padding: .4rem .8rem;
    background-color: transparent;
    border: none;
    caret-color: #1d1d1b;
    color: #1d1d1b
}

.header-search-container .header-search-controls input[type=search]:focus,.header-search-container .header-search-controls input[type=search]:hover {
    outline: 0
}

.header-search-container .header-search-controls a {
    outline: none;
    border: none;
    background: transparent;
    font-size: 0;
    height: 100%;
    display: flex;
    align-items: center
}

.header-search-container .header-search-controls a::after {
    content: "";
    font-size: clamp(2rem, 1.8248175182vw, 2.5rem);
    color: #e8ac3b;
    transition: 200ms ease-in-out
}

.header-search-container .header-search-controls a:hover,.header-search-container .header-search-controls a:focus {
    cursor: pointer;
    text-decoration: none
}

.header-search-container .header-search-controls a:hover::after,.header-search-container .header-search-controls a:focus::after {
    color: #e8ac3b
}

@media(max-width:1199px){
    .top-image-content h1, .top-image-content h2{
        font-size:clamp(2.5rem, 3.6496350365vw, 5rem);
        margin: 0 0 2.5rem 0;
    }
    big, .perex {
        font-size: clamp(1.6rem, 1.7518248175vw, 1.4rem);
    }
}

.language-selector {
    position: relative;
    display: flex;
    margin: 0 1rem 0 0
}

.language-selector-current {
    display: flex;
    align-items: center;
    cursor: pointer
}

.language-selector-current:after {
    content: "";
    margin: 0 0 0 .8rem;
    font-size: 1rem;
    transition: 250ms
}

.language-selector.active .language-selector-current:after {
    transform: rotate(180deg)
}

.language-selector .header-window {
    width: max-content;
    max-width: 39rem;
    min-width: 1px;
    background-color: #fff
}

.language-selector .header-window-inner {
    padding: 2.5rem 3rem
}

.language-selector ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem
}

.lang-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    gap: 1rem;
    color: #000;
    text-decoration: none;
    border: 1px solid #f3f7f8;
    background-color: #fff;
    transition: 300ms ease
}

.lang-item::before {
    content: "";
    display: block;
    height: 2.2rem;
    width: 2.2rem
}

.lang-item span {
    display: none
}

.lang-item:not(.active):hover,.lang-item:not(.active):focus {
    border-color: #e8ac3b
}

.lang-item.active {
    pointer-events: none;
    background-color: #f3f7f8
}

.lang-cs-CZ:before {
    background: url("../fonts/cz.svg")
}

.lang-en-US:before {
    background: url("../fonts/us.svg")
}

.notification-top {
    background-color: #353534;
    position: relative;
    transition: max-height .5s ease-in-out;
    overflow: hidden
}

.notification-top-inner {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 1rem 0;
    text-align: center
}

.notification-top-inner a {
    color: #fff;
    text-decoration: underline
}

.notification-top-inner a:focus,.notification-top-inner a:hover {
    text-decoration: none
}

.notification-top-close {
    color: #fff;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%)
}

.notification-top-close:before {
    content: "";
    font-size: 1rem;
    line-height: 1
}

.notification-top-close span {
    display: none
}

.notification-top-close:focus,.notification-top-close:hover {
    text-decoration: none
}

.notification-top.notification-close {
    max-height: 0
}

.notification-top.notification-close.show {
    transition: max-height .5s ease-in-out;
    max-height: 500px
}

footer {
    margin-top: 6rem
}

footer .footer {
    background: #f3f7f8;
    color: #1d1d1b;
    padding-top: clamp(3rem, 3.6496350365vw, 5rem)
}

footer .footer h4 {
    color: #1d1d1b;
    margin: 0 0 2rem 0
}

footer .footer-title {
    font-weight: 600;
    margin-bottom: 2rem
}

footer .footer-row {
    display: grid;
    grid-gap: 3rem;
    grid-template-columns: 1fr
}

@media(min-width: 1200px) {
    footer .footer-row {
        grid-template-columns:1fr 1fr auto;
        align-items: center
    }
}

footer .footer-item {
    align-self: flex-start
}

@media(min-width: 320px)and (max-width: 1199px) {
    footer .footer-item {
        text-align:center
    }
}

footer .footer-item-menu {
    display: flex;
    flex-direction: column;
    height: 100%
}

footer .footer-links {
    display: flex;
    flex-direction: column;
    font-size: 1.4rem;
    column-gap: 5rem;
    margin: 1.5rem 0 0 0
}

@media(min-width: 320px)and (max-width: 1199px) {
    footer .footer-links {
        text-align:center
    }
}

footer .footer-links a::after {
    content: none
}

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

footer .footer ul li {
    margin: 0 0 .5rem 0
}
.footer-links a{
    font-size: 24px;
    line-height: 2;
}
footer .footer a {
    color: #1d1d1b;
    text-decoration: none
}

footer .footer a:focus,footer .footer a:hover {
    color: #1d1d1b;
    text-decoration: underline
}

footer .footer-logo {
    font-size: 0
}

footer .copyright {
    padding: 2.8rem 0;
    background: #f3f7f8;
    color: #1d1d1b;
    font-size: 1.4rem
}

footer .copyright-row {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: space-between;
    align-items: center
}
@media(max-width:1440px){
    .footer-links a{
        font-size:20px;
    }
}
@media(min-width: 320px)and (max-width: 1199px) {
    footer .copyright-row {
        flex-direction:column
    }
    .footer-links a{
        font-size:18px;
    }
}

@media(min-width: 320px)and (max-width: 1199px) {
    footer .copyright-item {
        text-align:center
    }
}

footer .copyright a {
    color: #1d1d1b;
    text-decoration: none
}

footer .copyright a:focus,footer .copyright a:hover {
    color: #1d1d1b;
    text-decoration: underline
}

footer .footer-subscription {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}

footer .footer-subscription-container {
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    bottom: 0;
    right: 0;
    background: #fff;
    padding: 3rem;
    border-radius: 1rem;
    transform: translateX(100%);
    border: 1px solid #e8ac3b;
    transition: 200ms ease-in-out;
    z-index: 33
}

@media(min-width: 1200px) {
    footer .footer-subscription-container {
        max-width:unset;
        margin-right: unset
    }
}

footer .footer-subscription-container.is-open {
    transform: translateX(0%)
}

footer .footer-subscription-input {
    font-size: 1.5rem
}

@media(min-width: 1200px) {
    footer .footer-subscription-input {
        max-width:24rem
    }
}

@media(min-width: 320px)and (max-width: 1199px) {
    footer .footer-subscription>*,footer .footer-subscription .btn {
        width:100%
    }
}

footer .footer-subscription-disclaimer {
    font-size: 1.4rem;
    margin-top: .5rem
}

footer .footer-subscription-disclaimer a {
    color: #e8ac3b;
    position: relative
}

footer .footer-subscription-disclaimer a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -3px;
    background-color: #e8ac3b;
    transition: color 200ms
}

footer .footer-subscription-disclaimer a:hover,footer .footer-subscription-disclaimer a:focus {
    text-decoration: none
}

footer .footer-subscription-disclaimer a:hover::after,footer .footer-subscription-disclaimer a:focus::after {
    background-color: #1d1d1b
}

footer #mc_embed_signup div.mce_inline_error {
    font-size: 1.4rem;
    font-weight: 400;
    color: #e11937 !important;
    background-color: transparent
}

footer #mc_embed_signup input.mce_inline_error {
    border-color: #e11937
}

.social-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem
}

@media(min-width: 1200px) {
    .social-container {
        justify-content:flex-start
    }
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 4.5rem;
    height: 4.5rem;
    padding: 1rem;
    border-radius: 50%
}

.social-link:before {
    font-size: 2.5rem;
    height: 2.5rem;
    transition: 200ms ease
}

.social-link.social-facebook:before {
    content: ""
}

.social-link.social-youtube:before {
    content: ""
}

.social-link.social-twitter:before {
    content: ""
}

.social-link.social-instagram:before {
    content: ""
}

.social-link.social-linkedin:before {
    content: ""
}

.social-link span {
    display: none
}

.social-link:focus,.social-link:hover {
    text-decoration: none !important
}

.social-link.social-facebook {
    background-color: #e8ac3b;
    color: #fff
}

.social-link.social-facebook:focus,.social-link.social-facebook:hover {
    background-color: #e8ac3b
}

.social-link.social-facebook:focus::before,.social-link.social-facebook:hover::before {
    color: #fff
}

.social-link.social-twitter {
    background-color: #e8ac3b;
    color: #fff
}

.social-link.social-twitter:focus,.social-link.social-twitter:hover {
    background-color: #e8ac3b
}

.social-link.social-twitter:focus::before,.social-link.social-twitter:hover::before {
    color: #fff
}

.social-link.social-linkedin {
    background-color: #e8ac3b;
    color: #fff
}

.social-link.social-linkedin:focus,.social-link.social-linkedin:hover {
    background-color: #e8ac3b
}

.social-link.social-linkedin:focus::before,.social-link.social-linkedin:hover::before {
    color: #fff
}

.social-link.social-youtube {
    background-color: #e8ac3b;
    color: #fff
}

.social-link.social-youtube:focus,.social-link.social-youtube:hover {
    background-color: #e8ac3b
}

.social-link.social-youtube:focus::before,.social-link.social-youtube:hover::before {
    color: #fff
}

.social-link.social-instagram {
    background-color: #e8ac3b;
    color: #fff
}

.social-link.social-instagram:focus,.social-link.social-instagram:hover {
    background-color: #e8ac3b
}

.social-link.social-instagram:focus::before,.social-link.social-instagram:hover::before {
    color: #fff
}

.social-link.social-pinterest {
    background-color: #e8ac3b;
    color: #fff
}

.social-link.social-pinterest:focus,.social-link.social-pinterest:hover {
    background-color: #e8ac3b
}

.social-link.social-pinterest:focus::before,.social-link.social-pinterest:hover::before {
    color: #fff
}

.social-link.social-google {
    background-color: #e8ac3b;
    color: #fff
}

.social-link.social-google:focus,.social-link.social-google:hover {
    background-color: #e8ac3b
}

.social-link.social-google:focus::before,.social-link.social-google:hover::before {
    color: #fff
}

.ktc-form input+label:after,.ktc-form input+label:before,.ktc-admin-ui [class*=" icon-"]:before,.ktc-admin-ui [class^=icon-]:before,kentico-section-header .ktc-section-header [class*=" icon-"]:before,kentico-section-header .ktc-section-header [class^=icon-]:before {
    font-family: "Core-icons" !important
}

*:before,*:after {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2rem
}

.pt-20 {
    padding-top: clamp(2rem,1.4598540146vw,2rem) !important
}

.pb-20 {
    padding-bottom: clamp(2rem,1.4598540146vw,2rem) !important
}

.mt-20 {
    margin-top: clamp(2rem,1.4598540146vw,2rem) !important
}

.mb-20 {
    margin-bottom: clamp(2rem,1.4598540146vw,2rem) !important
}

.pt-30 {
    padding-top: clamp(2rem,2.1897810219vw,3rem) !important
}

.pb-30 {
    padding-bottom: clamp(2rem,2.1897810219vw,3rem) !important
}

.mt-30 {
    margin-top: clamp(2rem,2.1897810219vw,3rem) !important
}

.mb-30 {
    margin-bottom: clamp(2rem,2.1897810219vw,3rem) !important
}

.pt-40 {
    padding-top: clamp(2rem,2.9197080292vw,4rem) !important
}

.pb-40 {
    padding-bottom: clamp(2rem,2.9197080292vw,4rem) !important
}

.mt-40 {
    margin-top: clamp(2rem,2.9197080292vw,4rem) !important
}

.mb-40 {
    margin-bottom: clamp(2rem,2.9197080292vw,4rem) !important
}

.pt-50 {
    padding-top: clamp(2rem,3.6496350365vw,5rem) !important
}

.pb-50 {
    padding-bottom: clamp(2rem,3.6496350365vw,5rem) !important
}

.mt-50 {
    margin-top: clamp(2rem,3.6496350365vw,5rem) !important
}

.mb-50 {
    margin-bottom: clamp(2rem,3.6496350365vw,5rem) !important
}

.pt-60 {
    padding-top: clamp(2rem,4.3795620438vw,6rem) !important
}

.pb-60 {
    padding-bottom: clamp(2rem,4.3795620438vw,6rem) !important
}

.mt-60 {
    margin-top: clamp(2rem,4.3795620438vw,6rem) !important
}

.mb-60 {
    margin-bottom: clamp(2rem,4.3795620438vw,6rem) !important
}

.pt-80 {
    padding-top: clamp(2rem,5.8394160584vw,8rem) !important
}

.pb-80 {
    padding-bottom: clamp(2rem,5.8394160584vw,8rem) !important
}

.mt-80 {
    margin-top: clamp(2rem,5.8394160584vw,8rem) !important
}

.mb-80 {
    margin-bottom: clamp(2rem,5.8394160584vw,8rem) !important
}

.pt-100 {
    padding-top: clamp(2rem,7.299270073vw,10rem) !important
}

.pb-100 {
    padding-bottom: clamp(2rem,7.299270073vw,10rem) !important
}

.mt-100 {
    margin-top: clamp(2rem,7.299270073vw,10rem) !important
}

.mb-100 {
    margin-bottom: clamp(2rem,7.299270073vw,10rem) !important
}

.pt-120 {
    padding-top: clamp(2rem,8.7591240876vw,12rem) !important
}

.pb-120 {
    padding-bottom: clamp(2rem,8.7591240876vw,12rem) !important
}

.mt-120 {
    margin-top: clamp(2rem,8.7591240876vw,12rem) !important
}

.mb-120 {
    margin-bottom: clamp(2rem,8.7591240876vw,12rem) !important
}

.d-none,.hide {
    display: none !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

.align-baseline {
    align-items: baseline
}

.align-center {
    align-items: center
}

.text-center {
    text-align: center
}

.m-0 {
    margin: 0 !important
}

.p-0 {
    padding: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.uppercase {
    text-transform: uppercase
}

.checkbox {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    cursor: pointer
}

.checkbox label {
    padding-left: 3rem
}

.checkbox input[type=checkbox] {
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
    position: absolute
}

.checkbox input[type=checkbox]+label .fake-check {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 2.2rem;
    height: 2.2rem;
    border: 1.2px solid #aac0c6;
    background-color: #fff;
    margin: 0 1rem 0 0;
    pointer-events: none;
    transition: .2s ease-in-out
}

.checkbox input[type=checkbox]+label .fake-check:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    opacity: 0;
    background-color: #e8ac3b;
    transition: .2s ease-in-out;
    transform: translate(-50%, -50%)
}

.checkbox input[type=checkbox]:checked+label .fake-check {
    border-color: #e8ac3b
}

.checkbox input[type=checkbox]:checked+label .fake-check:before {
    opacity: 1
}

.checkbox .pristine-error {
    width: 100%
}

.radio {
    margin: 0
}

.radio .form-radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(2rem, 2.3357664234vw, 3.2rem)
}

.radio .form-radio-item {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    margin-bottom: 1.6rem
}

.radio input[type=radio] {
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
    position: absolute
}

.radio input[type=radio]+label {
    display: flex;
    align-items: center;
    gap: .8rem
}

.radio input[type=radio]+label .fake-radio {
    position: relative;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 50%
}

.radio input[type=radio]+label .fake-radio:before {
    content: "";
    top: 50%;
    position: absolute;
    left: 50%;
    width: 1rem;
    height: 1rem;
    background: #e8ac3b;
    border-radius: 50%;
    opacity: 0;
    transition: .2s ease-in-out;
    transform: translate(-50%, -50%)
}

.radio input[type=radio]:checked+label .fake-radio {
    border-color: #e8ac3b
}

.radio input[type=radio]:checked+label .fake-radio:before {
    opacity: 1
}

.radio label {
    margin: 0
}

.widget-formfieldsubmit.col-50 .form-group {
    text-align: center
}

@media(min-width: 768px) {
    .widget-formfieldsubmit.col-50 .form-group {
        text-align:right
    }
}

.pux-file-upload-component {
    background-color: transparent
}

.pux-file-upload-component .pux-file-upload-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: transparent;
    outline: 0;
    border: 1px solid #aac0c6;
    border-radius: var(--base-border-radius, 1rem);
    padding: 2.3rem 3rem;
    min-height: 6rem;
    font-weight: 300
}

.pux-file-upload-component .pux-file-upload-input::after {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(30px,3rem,3rem);
    height: clamp(30px,3rem,3rem);
    color: #e8ac3b;
    font-size: clamp(14px,1.6rem,1.6rem)
}

.pux-file-upload-component .pux-file-upload-input:hover {
    cursor: pointer
}

.pux-file-upload-component .pux-file-upload-input-files {
    display: grid;
    grid-gap: 1px;
    width: 100%;
    border: 1px solid #aac0c6;
    border-top: none;
    border-radius: 0;
    background-color: transparent
}

.pux-file-upload-component .pux-file-upload-input-files .pux-file-upload-input-file {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: 3fr clamp(35px,5rem,5rem) clamp(30px,3rem,3rem);
    padding: 2.3rem 3rem;
    background-color: transparent;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.pux-file-upload-component .pux-file-upload-input-files .pux-file-upload-input-file .pux-file-upload-input-file-name {
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: clamp(14px,1.5rem,1.5rem)
}

.pux-file-upload-component .pux-file-upload-input-files .pux-file-upload-input-file .pux-file-upload-input-file-name::before {
    content: "";
    display: flex;
    color: #e8ac3b;
    font-size: clamp(14px,1.6rem,1.6rem);
    margin: 0 1rem 0 0
}

.pux-file-upload-component .pux-file-upload-input-files .pux-file-upload-input-file .pux-file-upload-input-file-type {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    min-width: max-content;
    font-size: clamp(14px,1.4rem,1.4rem);
    line-height: clamp(18px,1.8rem,1.8rem);
    border-radius: .4rem;
    border: 1px solid #aac0c6
}

.pux-file-upload-component .pux-file-upload-input-files .pux-file-upload-input-file .pux-file-upload-input-file-clear {
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(30px,3rem,3rem);
    height: clamp(30px,3rem,3rem);
    background-color: #ebebeb;
    border-radius: .4rem;
    transition: 200ms ease-in-out
}

.pux-file-upload-component .pux-file-upload-input-files .pux-file-upload-input-file .pux-file-upload-input-file-clear::after {
    content: "";
    font-size: clamp(14px,1.5rem,1.5rem);
    color: #000
}

.pux-file-upload-component .pux-file-upload-input-files .pux-file-upload-input-file .pux-file-upload-input-file-clear:hover,.pux-file-upload-component .pux-file-upload-input-files .pux-file-upload-input-file .pux-file-upload-input-file-clear:focus {
    cursor: pointer;
    background-color: #d2d2d2
}

.pux-file-upload-component .pux-file-upload-clear-btn {
    background-color: #1d1d1b;
    padding: .8rem 1rem;
    border-radius: .4rem;
    font-size: clamp(12px,1.2rem,1.2rem);
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    transition: 200ms ease-in-out
}

.pux-file-upload-component .pux-file-upload-clear-btn:hover,.pux-file-upload-component .pux-file-upload-clear-btn:focus {
    text-decoration: none;
    background-color: var(--second-color-hover, #110f0f)
}

.file-input {
    display: flex
}

.file-input label {
    margin: 0
}

.file-input .file-input-name {
    border: 1px solid #aac0c6;
    justify-content: flex-end;
    position: relative;
    width: 50%;
    margin: 0 1rem 0 0;
    padding: 0 3rem 0 0
}

.file-input .file-name,.file-input .file-placeholder {
    padding: 2.3rem 3rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

.file-input .btn {
    background: #000;
    color: #fff;
    cursor: pointer
}

.file-input .file-remove {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 100%;
    align-items: center;
    justify-content: center;
    width: 2.5rem
}

.file-input .error-file {
    display: none
}

.newsletter-wrapper {
    padding: clamp(2rem, 2.9197080292vw, 4rem) 0 !important;
    background-color: #f3f7f8
}

.newsletter-wrapper .newsletter-container {
    max-width: 60rem;
    margin: 0 auto
}

.newsletter-wrapper .newsletter-container form .widget-row {
    gap: 2rem 0
}

@media(min-width: 320px)and (max-width: 991px) {
    .newsletter-wrapper .newsletter-container form .widget-row .widget-formfieldsubmit {
        order:3
    }
}

.newsletter-wrapper .newsletter-container form input[type=email] {
    height: 5rem
}

.newsletter-wrapper .newsletter-container form button {
    width: 100%;
    height: 5rem;
    padding: .5rem 2rem;
    border-radius: 0
}

.has-danger {
    scroll-margin-top: 10rem
}

.has-danger select,.has-danger input[type=email],.has-danger input[type=tel],.has-danger input[type=text],.has-danger input[type=number],.has-danger input[type=password],.has-danger input[type=number],.has-danger input[type=date],.has-danger input[type=datetime-local],.has-danger input[type=url],.has-danger .pux-file-upload-input,.has-danger textarea {
    border: 1px solid #e11937;
    animation-name: blink;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-iteration-count: 2;
    animation-direction: normal
}

.pristine-error,.selectError {
    font-size: 1.4rem;
    line-height: 1;
    color: #e11937;
    display: block;
    margin: .5rem 0 1rem 0
}

button,input[type=submit] {
    cursor: pointer
}

input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active,input:-internal-autofill-selected,input:-internal-autofill-previewed {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0 4rem transparent inset !important;
    color: #1d1d1b !important
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger h2,.alert-danger h3 {
    color: #721c24;
    margin: 0 0 5px 0
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success h2,.alert-success h3 {
    color: #155724;
    margin: 0 0 5px 0
}

.alert {
    padding: .75rem 1.25rem;
    margin: 0;
    border: 1px solid transparent;
    border-radius: .6rem;
    font-weight: 700
}

@keyframes blink {
    0% {
        background: #fff
    }

    50% {
        background: #fec7ca
    }

    100% {
        background: #fff
    }
}

.hidden {
    display: none
}

.form-parent.d-none {
    display: none
}

.form-parent h2 {
    margin-top: 0
}

.form-success {
    display: none
}

.form-success.d-block {
    display: block
}

.revealing-dropdown-fields {
    display: none;
    width: 100%
}

.revealing-dropdown-fields.active {
    display: block
}

.revealing-dropdown-fields.active>.section-grid>.form-group {
    display: none
}

.revealing-dropdown-fields.active>.section-grid>.form-group.active {
    display: block
}

.widget-container.widget-form .small-container {
    margin: 0
}

form .widget-row {
    gap: 3rem
}

form .widget-row .form-group {
    margin: 0 !important
}

form .widget-row .form-group.widget-formfieldinput,form .widget-row .form-group.widget-formfieldmultiple,form .widget-row .form-group.widget-formfieldtextarea {
    padding: 0 !important
}

form .widget-row .form-group.widget-formfieldsubmit {
    padding: 0 !important;
    margin: 0 !important
}

form .form-group {
    margin: 3rem 0
}

form.hide-labels .form-group:not(.checkbox)>label {
    display: none
}

.required-star::before {
    content: "*";
    color: #e8ac3b;
    font-size: clamp(14px,1.4rem,1.4rem);
    line-height: 1
}

.form-group-centered {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%
}

select,input[type=email],input[type=tel],input[type=text],input[type=number],input[type=password],input[type=number],input[type=date],input[type=datetime-local],input[type=url],textarea {
    width: 100%;
    background-color: transparent;
    outline: 0;
    border: 1px solid #aac0c6;
    border-radius: var(--base-border-radius, 1rem);
    padding: 2.3rem 3rem;
    height: 6rem;
    font-weight: 300
}

select:focus,input[type=email]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=number]:focus,input[type=password]:focus,input[type=number]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=url]:focus,textarea:focus {
    border: 1px solid #e8ac3b
}

select::placeholder,input[type=email]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=number]::placeholder,input[type=date]::placeholder,input[type=datetime-local]::placeholder,input[type=url]::placeholder,textarea::placeholder {
    color: #b0b0b0
}

textarea {
    min-height: 20rem
}

textarea.no-resize {
    resize: none
}

.form-group.type-hidden {
    margin: 0 !important
}

.form-group.type-hidden label {
    display: none
}

.grecaptcha-badge {
    z-index: 1009
}

.parts-rows {
    display: flex;
    flex-direction: column;
    width: 100%
}

.parts-rows .parts-row {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: .5fr .5fr 3rem;
    grid-template-areas: "code number close" "note note note" "files files files"
}

.parts-rows .parts-row .form-group:first-of-type {
    grid-area: code
}

.parts-rows .parts-row .form-group:nth-child(3) {
    grid-area: number
}

.parts-rows .parts-row .form-group:nth-child(5) {
    grid-area: close
}

.parts-rows .parts-row .form-group:nth-child(2) {
    grid-area: note
}

.parts-rows .parts-row .form-group:nth-child(4) {
    grid-area: files
}

@media(min-width: 575px) {
    .parts-rows .parts-row {
        grid-template-columns:.5fr .5fr 5rem;
        grid-template-areas: "code number close" "note files files"
    }
}

@media(min-width: 992px) {
    .parts-rows .parts-row {
        grid-template-columns:.9fr 1.9fr .25fr 1fr 5rem;
        grid-template-areas: "code note number files close"
    }
}

.parts-rows .parts-row .parts-remove-btn {
    font-size: 0;
    background-color: inherit;
    text-decoration: none
}

.parts-rows .parts-row .parts-remove-btn::before {
    content: "";
    font-size: 2rem;
    font-weight: 700
}

.parts-rows .parts-row+.parts-row {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 2px solid #e8ac3b
}

@media(min-width: 992px) {
    .parts-rows .parts-row+.parts-row {
        border:none
    }
}

.parts-rows .parts-row+.parts-row.parts-rows-0 {
    border: none
}

.parts-rows .parts-row.parts-footer {
    order: 1;
    margin-top: 1rem;
    grid-template-areas: "footer footer footer"
}

.parts-rows .parts-row.parts-footer .parts-footer-note {
    grid-area: footer
}

@media(min-width: 575px) {
    .parts-rows .parts-row.parts-footer {
        grid-template-areas:". footer footer"
    }
}

@media(min-width: 992px) {
    .parts-rows .parts-row.parts-footer {
        grid-template-areas:". . . footer ."
    }
}

.parts-add-btn {
    width: 100%;
    text-align: center
}

@keyframes rotating {
    100% {
        transform: rotate(360deg)
    }
}

.contact-page {
    display: grid;
    gap: 5rem
}

@media(min-width: 768px) {
    .contact-page {
        grid-template-columns:.5fr 1fr;
        gap: 7rem
    }
}

@media(min-width: 1200px) {
    .contact-page {
        grid-template-columns:calc(100% - 86rem) 72rem;
        gap: 14rem
    }
}

.contact-page .contact-left h3 {
    margin-top: 0
}

.contact-page .contact-left a {
    margin-bottom: 1rem;
    display: inline-block
}

.contact-page .contact-left a[href*=mailto]::before,.contact-page .contact-left a[href*=tel]::before {
    color: #e8ac3b;
    margin-right: 1.5rem;
    width: 2rem;
    vertical-align: middle
}

.contact-page .contact-left a[href*=mailto]::after,.contact-page .contact-left a[href*=tel]::after {
    width: calc(100% - 3.5rem);
    right: 0;
    left: auto
}

.contact-page .contact-left a[href*=mailto]::before {
    content: ""
}

.contact-page .contact-left a[href*=tel]::before {
    content: "";
    font-size: 2.2rem
}

.contact-page .contact-right .contact-form {
    margin-top: 4rem
}

.contact-page .contact-right .widget-row {
    margin: 0 0 2rem 0;
    gap: 2rem
}

@media(min-width: 320px)and (max-width: 991px) {
    .contact-page .contact-right .widget-row .col-50 {
        width:100%
    }
}

.contact-page .contact-right #mc_embed_signup div.mce_inline_error {
    background-color: transparent;
    color: #e11937;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: normal;
    margin: 0
}

.contact-page .contact-right #mc_embed_signup input.mce_inline_error {
    border-color: #e11937
}

.contact-form .widget-row {
    gap: 0;
    margin: 0
}

.contact-form .widget-row .widget-container {
    margin: 0 0 2rem 0;
    gap: 2rem;
    padding: 1rem
}

@media(min-width: 320px)and (max-width: 991px) {
    .contact-form .widget-row .widget-container .col-50 {
        width:100%
    }
}

.contact-form .widget-row .widget-container:has(.type-hidden) {
    display: none
}
