:root {
    --font-heading: 'Benzin', sans-serif;
    --font-primary: 'Montserrat', sans-serif;
    --lime-accent: #39F2AE;
    --black: #161616;
    --glossy-white: #F9F9F9;
    --dark-green: #1B3532;
    --metall: #323941;
    --bg-color: var(--black);
    --text-color: var(--glossy-white);
    --accent-color: var(--lime-accent);
    scroll-behavior: smooth;
}

.montserrat-font {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

*, *::before, *::after {
    box-sizing: inherit;
    outline: none !important;
}

*:hover, *:focus {
    outline: none !important;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

html, body {
    height: 100%;
    width: 100%;
    font-size: 16px;
    /* overflow: hidden; */
}

body {
    min-width: 320px;
    position: relative;
    font-family: var(--font-primary);
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 1.25;
    color: var(--text-color);
    background: var(--bg-color);
    opacity: 1;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.wrapper {
    overflow: hidden;
    width: 100%;
}

.wrapper-in {
    overflow: hidden;
    /* padding-bottom: 60px; */
    /*max-width: 375px;*/
    /* max-width: 1440px; */
}

.ps-wrap {
    max-width: 1760px;
    max-width: 1360px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: auto;
    margin-left: auto;
}

input[type="search"]::-ms-clear {
    width : 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

a, button {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    font-family: inherit;
    background: none;
    padding: 0;
    border: none;
    font-weight: inherit;
    line-height: inherit;
    font-size: inherit;
    cursor: pointer;
}

a {
    transition: color 0.3s ease 0s;
}

a:hover, a:focus {
    color: var(--text-color);
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.text-nowrap {
    white-space: nowrap;
}

.wp-lightbox-overlay .scrim {
    background: rgba(0, 0, 0, 0.8) !important;
}

.wp-lightbox-overlay .close-button {
    fill: #fff !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: var(--font-heading);
    font-weight: 500;
}

h1, .h1 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.35;
    text-transform: uppercase;
    margin: 0.22em 0 1.25em;
}

h2, .h2 {
    font-size: 22px;
    line-height: 1.184;
    text-transform: uppercase;
    margin: 1.65em 0 0.9em 0;
}

.ps-small-space-h2 {
    margin-top: 1.29em;
}

h3, .h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.18;
    margin: 0.98em 0 0.95em 0;
}

.h3-text {
    font-size: 18px;
    line-height: 1.4;
    margin: 1.2em 0 1.2em 0;
}

h4, .h4 {
    font-family: var(--font-primary);
    font-size: 20px;
    font-weight: 600;
}

h5, .h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.225;
}

h6, .h6 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.08px;
}

@media (min-width: 1200.98px) {
    h1, .h1 {
        font-size: 35px;
        line-height: 1.38;
        margin: 0.6em 0 0.8em 0;
    }

    h2, .h2 {
        font-size: 32px;
        line-height: 1.185;
        margin: 1.7em 0 0.85em 0;
    }

    .ps-small-space-h2 {
        margin-top: 0;
    }

    h3, .h3 {
        font-size: 26px;
    }

    .h3-text {}

    h4, .h4 {
        font-size: 22px;
        margin: 1.35em 0 0.8em 0;
    }

    h5, .h5 {
        font-size: 18px;
    }

    h6, .h6 {
        font-size: 20px;
    }

    .h1-desktop {
        font-size: 45px;
        line-height: 1.38;
    }

    .h1-desktop-sm {
        font-size: 40px;
        line-height: 1.38;
    }

    .h2-desktop {
        font-size: 32px;
        line-height: 1.185;
    }

    .h3-desktop {
        font-size: 26px;
    }

    .h4-desktop {
        font-size: 22px;
        margin: 1.35em 0 0.8em 0;
    }

    .h5-desktop {
        font-size: 18px;
    }

    .h6-desktop {
        font-size: 20px;
    }
}

.text-block {
}

.text-block p {
    margin: 4px 0;
}

.text-block p:first-child {
    margin-top: 0;
}

.text-block p:last-child {
    margin-bottom: 0;
}

.block-title {
    font-size: 22px;
    font-family: var(--font-secondary);
    line-height: 1.32;
    text-transform: uppercase;
}

.block-subtitle {
    font-size: 16px;
    text-transform: uppercase;
    font-family: var(--font-secondary);
    line-height: 1.32;
    padding: 8px 0;
}

.block-description {
    padding-top: 10px;
}

@media (min-width: 1200.98px) {
    .text-block {
        font-size: 18px;
        line-height: 1.224;
    }

    .text-block--default {
        font-size: 16px;
        /* line-height: 1.5; */
    }

    .text-block p {
        margin: 0;
    }

    .text-block p:first-child {
    }

    .text-block p:last-child {
    }

    .block-title {
        font-size: 35px;
        line-height: 1.34;
        max-width: 1000px;
        margin: 0 auto;
    }

    .block-subtitle {
        font-size: 25px;
    }

    .block-description {
        padding-top: 24px;
        margin: 0 auto;
    }
}

.linkwrap {
    position: relative;
}

.linkwrap-main {
}

.linkwrap-row {
    display: flex;
    align-items: start;
}

.linkwrap-col {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.linkwrap-col--link {
}

.linkwrap-link {
}

.linkwrap-col--button {
    width: 100%;
    flex: 1 0 0;
    display: none;
}

.menu li.menu-item-has-children>.linkwrap .linkwrap-col--button {
    display: block;
}

.linkwrap-button {
    font-size: 0;
    line-height: 1;
    display: block;
    width: 100%;
    text-align: left;
    padding: 13px 11px 9px 11px;
}

.linkwrap-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.linkwrap-button svg {
    transform: rotate(-180deg);
    transition: all 0.3s ease 0s;
}

.menu li.submenu-open>.linkwrap .linkwrap-button svg {
    transform: rotate(0deg);
}

@media (min-width: 1200.98px) {
    .linkwrap {
    }

    .linkwrap-main {
    }

    .linkwrap-row {
        align-items: center;
    }

    .linkwrap-col {
    }

    .linkwrap-col--link {
    }

    .linkwrap-link {
    }

    .linkwrap-col--button {
    }

    .menu li.menu-item-has-children>.linkwrap .linkwrap-col--button {
    }

    .linkwrap-button {
        padding: 0;
    }

    .linkwrap-button:before {
    }

    .linkwrap-button svg {
    }

    .menu li.submenu-open>.linkwrap .linkwrap-button svg {
        transform: rotate(-180deg);
    }
}

.subtitle {
}

.subtitle-main {
}

.subtitle-row {
    margin: 0 -12px;
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
}

.subtitle-col {
    padding: 0 12px;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.subtitle-col--icon {
}

.subtitle-col--text {
    /* flex: 1 0 0; */
    /* width: 100%; */
    /* max-width: 100%; */
}

.subtitle-col--line {
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
}

.subtitle-iconwrap {
    font-size: 0;
    line-height: 1;
    color: var(--accent-color);
    padding-top: 1px;
}

.subtitle-iconwrap svg {
    width: 30px;
    height: auto;
}

.subtitle-text {
    font-family: var(--font-heading);
    font-size: 12px;
    line-height: 92%;
    letter-spacing: 4.8px;
    text-transform: uppercase;
    font-weight: 500;
    white-space: nowrap;
}

.subtitle hr {
    height: 1px;
    width: 100%;
    margin: 0;
    background: var(--text-color);
}

.arbtn-wrap {
    display: flex;
}

.arbtn {
    display: block;
    color: var(--accent-color);
    text-align: center;
    font-family: var(--font-heading);
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
}

.arbtn-main {
    display: block;
}

.arbtn-row {
    display: flex;
    flex-wrap: wrap;
}

.arbtn-col {
}

.arbtn-col--text {
}

.arbtn-col--icon {
    padding-left: 16px;
    padding-top: 2px;
}

.arbtn-text {
}

.arbtn-iconwrap {
    font-size: 0;
    line-height: 1;
}

@media (min-width: 1200.98px) {
    .subtitle {
    }

    .subtitle-main {
    }

    .subtitle-row {
    }

    .subtitle-col {
    }

    .subtitle-col--icon {
    }

    .subtitle-col--text {
    }

    .subtitle-col--line {
    }

    .subtitle-iconwrap {
    }

    .subtitle-iconwrap svg {
        width: 40px;
    }

    .subtitle-text {
        font-size: 18px;
        letter-spacing: 7.2px;
        padding-bottom: 1px;
    }

    .subtitle hr {
    }

    .arbtn-wrap {
    }

    .arbtn {
    }

    .arbtn-main {
    }

    .arbtn-row {
    }

    .arbtn-col {
    }

    .arbtn-col--text {
    }

    .arbtn-col--icon {
    }

    .arbtn-text {
    }

    .arbtn-iconwrap {
    }
}

.blocktext {
}

.blocktext-visible {
}

.blocktext-control {
}

.blocktext-remail {
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-not-valid-tip {
    font-size: 0.8em;
    margin-top: 0.3em;
}

.wpcf7-response-output {
    font-size: 0.8em;
}

.iti {
    --iti-hover-color: transparent;
    display: block;
}

.iti__selected-country {
    padding: 0 0 0px 0;
    position: relative;
}

.iti__selected-country-primary {
    display: flex;
    align-items: center;
    justify-content: center;
}

.iti .iti__selected-dial-code {
    color: #FFF;
    font-family: var(--font-heading);
    font-size: 14px;
    line-height: 1;
    margin-left: 7px;
}

.iti__search-input {
    background: #F5F6F8;
    height: 40px;
    min-height: 40px;
    padding: 0 10px 0 30px;
}

.iti__search-input:focus {
    outline: none;
}

.iti--inline-dropdown .iti__dropdown-content {
    color: #000;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(64, 61, 61, 0.10);
    border: none;
    margin-top: 6px;
    overflow: hidden;
}

.iti__selected-country-primary .iti__flag {
    transform: scaleY(1.66666667) scaleX(1.9305);
}

.iti__arrow {
    margin: 0;
    border: none;
    width: auto;
    height: auto;
    padding-left: 19px;
}

.iti__arrow:before {
    content: '';
    display: block;
    width: 9px;
    height: 5px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="5" viewBox="0 0 9 5" fill="none"><path d="M8.57131 0.184874C8.51321 0.126294 8.44408 0.0797974 8.36792 0.048067C8.29176 0.0163366 8.21006 0 8.12756 0C8.04505 0 7.96336 0.0163366 7.8872 0.048067C7.81104 0.0797974 7.74191 0.126294 7.68381 0.184874L4.37756 3.49737L1.07131 0.184874C0.953617 0.0671841 0.793996 0.00106692 0.627557 0.00106692C0.461119 0.00106692 0.301497 0.0671841 0.183807 0.184874C0.0661172 0.302564 0 0.462185 0 0.628624C0 0.795062 0.0661172 0.954684 0.183807 1.07237L3.93381 4.82237C3.99191 4.88095 4.06103 4.92745 4.1372 4.95918C4.21336 4.99091 4.29505 5.00725 4.37756 5.00725C4.46006 5.00725 4.54176 4.99091 4.61792 4.95918C4.69408 4.92745 4.76321 4.88095 4.82131 4.82237L8.57131 1.07237C8.62989 1.01427 8.67638 0.945147 8.70812 0.868984C8.73985 0.792822 8.75618 0.711131 8.75618 0.628624C8.75618 0.546117 8.73985 0.464426 8.70812 0.388263C8.67638 0.312101 8.62989 0.242976 8.57131 0.184874Z" fill="white"/></svg>');
}

.iti__highlight:hover, .iti__highlight:focus {
    background: #F5F6F8;
}

.iti input.iti__tel-input, .iti input.iti__tel-input[type=text], .iti input.iti__tel-input[type=tel] {
    /* padding-left: 105px !important; */
}

.entry-content .iti__country-list {
    padding-left: 0;
    margin: 0;
}

@media (min-width: 1200.98px) {
    .wpcf7-form-control-wrap {
    }

    .iti {
    }

    .iti__selected-country {
    }

    .iti__selected-country-primary {
    }

    .iti__selected-dial-code {
    }

    .iti .iti__selected-dial-code {
        font-size: 16px;
        padding-top: 1px;
    }

    .iti__search-input {
    }

    .iti__search-input:focus {
    }

    .iti--inline-dropdown .iti__dropdown-content {
    }

    .iti__flag {
    }

    .iti__arrow {
    }

    .iti__arrow:before {
    }

    .iti__highlight:hover, .iti__highlight:focus {
    }

    .iti input.iti__tel-input, .iti input.iti__tel-input[type=text], .iti input.iti__tel-input[type=tel] {
        /* padding-left: 110px !important; */
    }
}

.slick-slider {
    /* padding-bottom: var(--f-padding-bottom, 79px); */
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.slick-list {
    width: 100%;
    /* height: 100% !important; */
}

.slick-track {
    display: flex;
    float: none;
    /* height: 100%; */
}

.slick-slide {
    /* height: 100%; */
}

.slick-slide>div {
    display: block;
    height: auto;
}

.slick-slide>div>div {
    display: block !important;
}

.slick-arrow {
    border-radius: 0;
    border: 1px solid var(--accent-color);
    color: var(--accent-color);
    display: flex;
    width: 50px;
    height: 50px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    /* position: absolute; */
    position: relative;
    bottom: 0;
    transition: all 0.3s ease 0s;
    order: 1;
    margin-top: 20px;
}

.slick-arrow:hover {
    background: var(--accent-color);
    color: var(--black);
}

.slick-prev {
    margin-left: var(--f-arrow-pos, 0);
    margin-right: 7px;
}

.slick-next {
    margin-right: var(--f-arrow-pos, 0);
}

.slick-disabled {
    /* opacity: 0.5; */
}

@media (min-width: 1200.98px) {
    .slick-slider {
    }

    .slick-track {
        /* align-items: center; */
    }

    .slick-slide>div {
    }

    .slick-slide>div>div {
    }

    .slick-arrow {
    }

    .slick-arrow:hover {
    }

    .slick-prev {
        left: auto;
        margin-right: 7px;
    }

    .slick-next {
    }

    .slick-disabled {
    }
}

.btnblock {
}

.btnblock-main {
    position: relative;
}

.btnblock-btncover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.btnblock-row {
    display: flex;
    margin: 0 -7px;
}

.btnblock-col {
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
    padding: 0 7px;
}

.btnblock-col--button {
}

.btnblock-col--plus {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.btnblock-btn {
    display: block;
    font-size: 14px;
    border: 1px solid var(--accent-color);
    background: var(--accent-color);
    color: var(--black);
    text-align: center;
    line-height: 1;
    font-family: var(--font-heading);
    text-transform: uppercase;
    padding: 16px 5px 16px 5px;
    transition: all 0.3s ease 0s;
    height: 100%;
    width: 100%;
}

.btnblock-main:hover .btnblock-btn, .btnblock-main:focus .btnblock-btn, .btnblock-main:hover .btnblock-plus, .btnblock-main:focus .btnblock-plus {
    border-color: #fff;
    background: #fff;
    color: var(--black);
}

.btnblock-btn:hover, .btnblock-btn:focus {
    border-color: #fff;
    background: #fff;
    color: var(--black);
}

.btnblock-plus {
    display: block;
    font-size: 0;
    border: 1px solid var(--accent-color);
    background: var(--accent-color);
    color: var(--black);
    text-align: center;
    line-height: 1;
    font-family: var(--font-heading);
    text-transform: uppercase;
    padding: 8px 8px 8px 9px;
    transition: all 0.3s ease 0s;
    height: 100%;
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btnblock-plus:hover, .btnblock-plus:focus {
    border-color: #fff;
    background: #fff;
    color: var(--black);
}

@media (min-width: 1200.98px) {
    .btnblock {
    }

    .btnblock-main {
    }

    .btnblock-btncover {
    }

    .btnblock-row {
        margin: 0 -5px;
    }

    .btnblock-col {
        padding: 0 5px;
    }

    .btnblock-col--button {
    }

    .btnblock-col--plus {
    }

    .btnblock-btn {
        font-size: 18px;
        padding: 13px 19px 15px 19px;
        /* letter-spacing: -0.2px; */
    }

    .btnblock-main:hover .btnblock-btn, .btnblock-main:focus .btnblock-btn, .btnblock-main:hover .btnblock-plus, .btnblock-main:focus .btnblock-plus {
    }

    .btnblock-btn:hover, .btnblock-btn:focus {
    }

    .btnblock-plus {
    }

    .btnblock-plus:hover, .btnblock-plus:focus {
    }
}

.entry-content .slick-dots, .slick-dots {
    margin: 0 0 28px 0;
    padding: 0 var(--f-arrow-pos);
    max-width: none;
    font-size: 0;
    line-height: 1;
    display: flex;
    order: -1;
    width: 100%;
    max-width: 565px;
    list-style: none;
}

.entry-content .slick-dots li, .slick-dots li {
    margin: 0;
    padding: 0;
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
}

.entry-content .slick-dots li:before {
    display: none;
}

.entry-content .slick-dots button, .slick-dots button {
    border-bottom: 1px solid rgb(21 27 33 / 50%);
    display: block;
    width: 100%;
    background: var(--dark-peacock-blue);
    height: 3px;
}

.entry-content .slick-dots .slick-active button, .slick-dots .slick-active button {
    background: var(--dark-peacock-blue);
}

.entry-content .slick-dots .slick-active ~ li button, .slick-dots .slick-active ~ li button {
    background: none;
}

.slider-info {
    color: #151B21;
    font-family: var(--font-heading);
    font-size: 32px;
    text-align: right;
    padding-bottom: 19px;
    line-height: 0.9;
}

.playbutton {
    border-radius: 3px;
    background: rgba(217, 217, 217, 0.55);
    font-size: 0;
    line-height: 1;
    width: 45px;
    height: 45px;
    color: var(--dark-peacock-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 4px;
}

@media (min-width: 1200.98px) {
    .playbutton {
        width: 65px;
        height: 64px;
    }

    .playbutton svg {
        height: auto;
        width: 17px;
    }
}

.logoicontext {
    background-image: linear-gradient(45deg, #fff 21%, transparent 21%, transparent 42%, #fff 42%, #fff 60%, transparent 60%, transparent 77%, #fff 77%);
    background-size: 19px 19px;
    background-repeat: no-repeat;
    background-position: 3px 0px;
    padding-left: 38px;
    display: block;
}

.clientsbadge {
    color: #FFF;
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.17;
    display: flex;
}

.clientsbadge-figure {
    font-size: 0;
    line-height: 1;
}

.clientsbadge-figure div {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
}

.clientsbadge-figure div:nth-child(2) {
    margin: 0 -10px;
    position: relative;
    z-index: 1;
}

.clientsbadge-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.clientsbadge-text {
    padding: 1px 0 0 12px;
}

@media (min-width: 1200.98px) {
    .clientsbadge {
    }

    .clientsbadge-figure {
    }

    .clientsbadge-figure div {
        width: 70px;
        height: 70px;
    }

    .clientsbadge-figure div:nth-child(2) {
        margin: 0 -35px;
    }

    .clientsbadge-figure img {
    }

    .clientsbadge-text {
        padding-left: 17px;
        padding-top: 14px;
    }
}

.ps-textbox {
    line-height: 1.57;
}

@media (min-width: 1200.98px) {
    .ps-textbox {
        line-height: 1.5;
    }
}

.ps-acceptanceblock {
    padding-bottom: 10px;
    display: block;
}

.ps-acceptanceblock br {
    display: none;
}

.ps-acceptance {
}

.ps-acceptance a {
    text-decoration: underline;
    color: inherit;
}

.ps-acceptance a:hover, .ps-acceptance a:focus {
    text-decoration: none;
}

.ps-acceptance .wpcf7-form-control {
    display: block;
}

.ps-acceptance .wpcf7-list-item {
    display: block;
    margin: 0;
}

.ps-acceptance .wpcf7-list-item-label {
    line-height: 1;
}

.ps-acceptance label, .ps-acceptance__label {
    font-size: 0;
    user-select: none;
    position: relative;
    display: block;
    cursor: pointer;
}

.ps-acceptance__input {
    display: block;
    width: 25px;
    height: 25px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    /* transform: translateY(-50%); */
    margin: 0;
}

.ps-acceptance__mark {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 25px;
    height: 25px;
    position: relative;
    color: #04424E;
    padding: 3px 0px 0 3px;
    border-radius: 0px;
    border: 1px solid var(--glossy-white);
}

.ps-acceptance__mark:before {
    content: '';
    display: block;
    width: 11px;
    height: 9px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='9' viewBox='0 0 11 9' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2357 0.176033C10.5534 0.442897 10.5947 0.916777 10.3278 1.23447L4.02689 8.73555C3.88703 8.90205 3.68189 8.99978 3.46448 9.00349C3.24706 9.0072 3.03871 8.91653 2.89324 8.75491L0.192858 5.75448C-0.0847 5.44608 -0.0596993 4.97107 0.248699 4.69351C0.557096 4.41595 1.03211 4.44095 1.30967 4.74935L3.4321 7.10761L9.17731 0.268071C9.44417 -0.0496251 9.91805 -0.090832 10.2357 0.176033Z' fill='%23ffffff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ps-acceptance__input:checked ~ .wpcf7-list-item-label .ps-acceptance__mark:before {
    opacity: 1;
}

.ps-acceptance__text {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-left: -25px;
    padding-left: 40px;
    padding-top: 1px;
    font-weight: 400;
    color: var(--glossy-white);
    font-size: 12px;
    line-height: 1.225;
}

.ps-acceptance__text a {
    color: inherit;
    text-decoration: underline;
}

.ps-acceptance__text a:hover, .ps-acceptance__text a:focus {
    text-decoration: none;
}

@media (min-width: 1200.98px) {
    .ps-acceptanceblock {
    }

    .ps-acceptance {
    }

    .ps-acceptance__text {
        font-size: 18px;
        line-height: 1.225;
        padding-top: 1px;
    }
}
