html {
    scroll-behavior: smooth
}
@keyframes play_top {
    0% {
        -webkit-box-shadow: 0 0 rgba(0, 163, 182, .6);
        -moz-box-shadow: 0 0 rgba(0, 163, 182, .6);
        box-shadow: 0 0 rgba(0, 163, 182, .6)
    }
    to {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 163, 182, 0);
        -moz-box-shadow: 0 0 0 20px rgba(0, 163, 182, 0);
        box-shadow: 0 0 0 20px rgba(0, 163, 182, 0)
    }
}

@keyframes play_down {
    0% {
        -webkit-box-shadow: 0 0 rgba(55, 55, 55, .6);
        -moz-box-shadow: 0 0 rgba(55, 55, 55, .6);
        box-shadow: 0 0 rgba(55, 55, 55, .6)
    }
    to {
        -webkit-box-shadow: 0 0 0 20px rgba(55, 55, 55, 0);
        -moz-box-shadow: 0 0 0 20px rgba(55, 55, 55, 0);
        box-shadow: 0 0 0 20px rgba(55, 55, 55, 0)
    }
}

ol li, ul li {
    font-size: 1.5rem;
    line-height: 2.6rem
}

button[type="submit"] {
    line-height: 2.6rem
}

@media (max-width: 800px) {
}

h2 {
    font-size: 26px;
    font-weight: bold;
    margin: 24px 0
}
.vid {
    position: relative
}

.img-play {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #00000057
}

.vid svg {
    width: 150px;
    height: 150px;
    cursor: pointer;
    animation: spin 2s linear infinite
}

@keyframes spin {
    0% {
        transform: scale(.95)
    }
    50% {
        transform: scale(1.05)
    }
    100% {
        transform: scale(.95)
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .vti__flag {
        background-size: 5630px 15px
    }
}

.vti__flag.de {
    height: 12px;
    background-position: -1269px 0
}

.vti__flag {
    width: 20px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url("");
    background-repeat: no-repeat;
    background-color: #dbdbdb
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .vti__flag {
        background-image: url("")
    }
}
.vue-tel-input {
    display: flex;
    border: 1px solid #bbb;
    text-align: left
}

.vue-tel-input:focus-within {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    border-color: #66afe9
}

.vti__dropdown {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    position: relative;
    padding: 7px;
    cursor: pointer
}

.vti__dropdown:hover {
    background-color: #f3f3f3
}

.vti__selection {
    font-size: .8em;
    display: flex;
    align-items: center
}

.vti__flag {
    margin-right: 5px;
    margin-left: 5px
}

.vti__dropdown-list {
    z-index: 1;
    padding: 0;
    margin: 0;
    text-align: left;
    list-style: none;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    left: -1px;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 390px
}

.vti__dropdown-list.below {
    top: 33px
}

.vti__dropdown-arrow {
    transform: scaleY(.5);
    display: inline-block;
    color: #666;
    margin-left: 9px
}

.vti__input {
    border: none;
    border-radius: 0 2px 2px 0;
    width: 100%;
    outline: 0;
    padding-left: 7px
}
@media (max-width: 768px) {
}

.vue-tel-input {
    position: relative;
    transition: margin-top .5s ease-in-out
}

.vue-tel-input .currentNumber {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: -50px;
    left: 0;
    width: 100%;
    height: 0;
    font-size: .9rem;
    color: #212121;
    text-align: center;
    opacity: 0;
    transition: height .5s ease-in-out, opacity .2s ease-in-out
}
.sf-hidden {
    display: none !important
}
img[src="data:,"], source[src="data:,"] {
    display: none !important
}
@media (min-width: 64em) {
    .subnav.breadcrumb .subnav__list li {
        font-size: var(--breadcrumb-font-size-lg)
    }
}
@media (max-width: 1200px) {
}

@media (max-width: 1024px) {
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
}

h3 {
    line-height: 1.3;
    margin-bottom: 20px
}

:root {
    --text-color: #1d2228;
    --blue: #052962;
    --white: #ffffff;
    --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25)
}

@media (min-width: 1199px) {
}
@media (max-width: 507px) {
}

@media (max-width: 459px) {
}

figcaption {
    text-align: center;
    color: grey;
    margin: 4px 0
}
.quote-block {
    display: flex;
    align-items: center;
    padding: 20px;
    margin: 20px auto;
    max-width: 800px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1)
}

.quote-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 20px;
    border: 2px solid #e0e0e0
}

.quote-content {
    flex: 1
}

.quote-name {
    margin: 0;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333
}

.quote-text {
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1.6;
    color: #555
}

@media (max-width: 768px) {
    .quote-block {
        flex-direction: column;
        align-items: center;
        padding: 15px
    }

    .quote-image {
        width: 100px;
        height: 100px;
        margin-right: 0;
        margin-bottom: 15px
    }

    .quote-name {
        font-size: 1.25rem;
        text-align: center
    }

    .quote-text {
        font-size: 0.9rem;
        text-align: center
    }
}

button[type="submit"] {
    margin: 0 auto;
    display: block;
    font-size: 17px;
    font-weight: bold;
    position: relative;
    color: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #064b71;
    text-transform: uppercase;
    width: 100%;
    padding: 16px 24px;
    cursor: pointer;
    white-space: normal;
    text-align: center
}
@media (max-width: 768px) {
}

@media (max-width: 768px) {
}

@media (max-width: 768px) {
}

p {
    line-height: var(--body-line-height-lg);
    padding-bottom: 32px;
    color: #212529;
    font-family: var(--body-font);
    font-size: var(--body-font-size)
}
.comment {
    margin-bottom: 2rem
}

.comment-content {
    display: flex;
    flex-direction: column
}

.comment-block {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-start;
    border-top: 1px solid #767d843c;
    padding-top: .5rem
}

.comment-block-answer {
    margin-left: 4rem
}

.block-avatar {
    margin-right: 1rem
}

.block-avatar img {
    border-radius: 50%;
    width: 50px
}

.block-info {
    width: 100%
}

.block-info-comment__svg svg {
    background-color: #62626237;
    border-radius: 50%;
    fill: #303030;
    width: 20px;
    padding: 5px
}

.block-info-comment__name {
    font-weight: 700;
    color: #000;
    padding-bottom: 1rem;
    font-size: 1.08em
}

.block-info-comment__name span {
    font-size: .9rem;
    font-weight: normal;
    color: #30303093;
    padding-left: .5rem
}

.block-info-comment {
    position: relative;
    font-family: sans-serif;
    line-height: 1.3;
    font-size: 1.1em
}
.comments {
    position: relative;
    margin: 20px 5px;
    font-family: sans-serif
}

@media screen and (max-width: 599px) {
    .comments {
        margin: 20px 10px
    }
}

.comments .comments__anchor {
    position: absolute;
    top: -80px
}

.comments .comments__header {
    display: block
}

.comments .comments__header-title {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    background-color: #000000;
    color: #fff;
    font-family: helvetica, sans-serif;
    font-size: 16px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: bold
}

@media screen and (max-width: 599px) {
    .comments .comments__header-title {
        font-size: 1em;
        line-height: 30px
    }
}

.comments .comments__header-title svg {
    margin-right: 5px;
    vertical-align: middle;
    fill: currentColor
}

@media screen and (max-width: 599px) {
    .comments .comments__header-title svg {
        width: 17px;
        height: 16px
    }
}

.comments .comments__login {
    padding: 10px;
    background-color: #f5f5f5
}

.comments .comments__login-textareabutton {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px;
    height: 132px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    color: #999;
    text-decoration: none
}

.comments .comments__login-textareabutton .comment-form__input-counter {
    position: absolute;
    right: 0;
    bottom: 0
}

.comments .comment-form__input-counter {
    display: block;
    margin: 0;
    padding: 10px;
    background-color: #fff;
    color: #999;
    font-size: .75em;
    text-align: right
}

@media screen and (max-width: 599px) {
    .comments .comment-form__input-counter {
        font-size: .65em
    }
}

.comments .comment-form__button {
    text-decoration: none;
    color: #fff;
    margin-top: 10px;
    padding: 12px 10px;
    background-color: #d10a10;
    line-height: 1;
    font-size: 16px;
    font-weight: 900
}

.comments .comment-form__button:visited {
    color: #fff
}

.comments .comment-form__button:focus, .comments .comment-form__button:hover {
    color: #fff;
    text-decoration: none
}

@media screen and (max-width: 599px) {
}

@media screen and (max-width: 599px) {
}

@media screen and (max-width: 599px) {
}

@media screen and (max-width: 599px) {
}

@media screen and (max-width: 599px) {
}

@media screen and (max-width: 599px) {
}

.comments .comments__more-trigger-wrapper {
    margin-top: 10px
}

.button--list-block {
    color: #292929;
    display: block;
    width: 100%;
    padding: 10px;
    border: 0;
    border-radius: 5px;
    background-color: #f1ebe5;
    font-family: flamaprosemicond-bold, arial, helvetica neue, helvetica, sans-serif;
    font-size: 1em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

.button--list-block p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0
}

.button--list-block span {
    font-size: 16px;
    font-weight: 900
}

.button--list-block svg {
    margin-left: 5px;
    fill: currentColor
}
.my-btn {
    color: #fff;
    background: #d10a10;
    padding: 15px 20px;
    border-radius: 4px;
    text-align: center;
    font-size: 23px;
    text-decoration: none;
    font-weight: bold;
}