.header--landing-page .header__container {
    justify-content: left;
}

.header--landing-page .header__container img.hs-image-widget {
    max-width: 170px;
}


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

::-webkit-scrollbar-thumb {
    background: #d3d3d3;
    border-radius: 5px
}

strong {
    font-weight: bold;
}

button,
.button,
form input[type='submit'], 
form .hs-button {
    border-radius: 35px 35px 35px 0 !important; 
    font-weight: 400 !important;
}

button:hover, 
.button:hover,
form input[type='submit']:hover,
form .hs-button:hover {
    font-weight: 400 !important;
}

p {
    text-align: center
}

.video {
    border: none;
    display: block;
    height: 400px;
    margin: auto;
    width: 100%
}

.close-btn  {
    cursor: pointer;
    display: block;
    position: absolute;
    right: -40px;
    top: -40px;
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: transparent;
    border: 0;
    color: #fff !important;
    !i;!;font-weight: normal;
    font-size: 30px;
}
.close-btn:hover, .close-btn:focus, .close-btn:active { border:0; outline:0; background:none; }
.popup-btn:hover { 
    color: #fff
}


a.popup-btn img { 
    border-radius: 40px; 
}
.video-popup {
    display: none;
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
}

.popup-bg,.video-popup {
    height: 100vh;
    width: 100%
}

.popup-bg {
    background: rgba(0,0,0,.8);
    position: absolute
}

.popup-content {
    background: #ffffff;
    height: auto;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 800px;
}

.popup-title {
    color: red;
    margin: 0 auto;
    padding: 30px;
    text-transform: uppercase
}


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

ul.list li {
    margin: 0 0 8px 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

ul.list li:before {
    content: "";
    width: 10px;
    height: 10px;
    min-width: 10px;
    background: #102d7b;
    margin-top: 15px;
}

.hs_cos_wrapper_type_form {
    border-radius: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2) !important;!i;!;
    display: block;
}
.hs-form-field {
    margin-bottom: 1rem;
}

.form-title {
    font-size: 24px;
}
.hs-form-field>label {
    margin-bottom: 2px;
}
.hs-richtext a {
    text-decoration: underline;
}

.hs-richtext a:hover {
    text-decoration: none;
}
.inputs-list>li {
    margin: 0;
}