.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1300px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-6,
.col-12,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-lg-3,
.col-lg-4,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-12,
.col-xl-10,
.col-xxl-8 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 768px) {

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media (min-width: 992px) {

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 1200px) {

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
}

@media (min-width: 1600px) {

    .col-xxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
}

.d-inline-block {
    display: inline-block !important
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.align-items-center {
    align-items: center !important
}

.align-self-center {
    align-self: center !important
}

html {
    font-family: 'Elza', sans-serif !important;
    font-size: 62.5%;
    line-height: 1.15;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

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

@-ms-viewport {
    width: device-width
}

body {
    overflow-x: hidden;
    font-family: 'Elza', sans-serif !important;
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #383838;
    background-color: #fff;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

@media (min-width: 768px) {
    body {
        font-size: 1.7rem
    }
}

*:focus {
    outline: none;
    outline: 0;
    outline: -webkit-focus-ring-color 0;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none
}

:focus:not(:focus-visable) {
    outline: none
}

a,
button,
input:not([type="range"]),
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

article,
footer,
header,
main,
nav,
div {
    display: block
}

h1,
h2,
h3,
h4 {
    margin-top: 0;
    margin-bottom: 1.5rem
}

p {
    margin-top: 2.8rem;
    margin-bottom: 0
}

@media (min-width: 768px) {
    p {
        margin-top: 2rem;
        margin-bottom: 0px;
        font-weight: 400;
        font-size: 19px;
    }
}

i {
    font-style: normal
}

ul {
    margin-top: 0;
    margin-bottom: 2.0rem;
    padding: 0
}

a:focus,
button:focus {
    outline: 0.1rem dotted #a0a0a0;
    text-decoration: none
}

a {
    color: #df6326;
    text-decoration: none;
    font-weight: 500;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #ffffff;
    text-decoration: underline;
    outline: 0
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none
}

img {
    vertical-align: middle;
    border-style: none;
    image-rendering: auto;
    image-rendering: auto;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor
}

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

svg:not(:root) {
    overflow: hidden
}

svg {
    overflow: hidden;
    vertical-align: middle
}

button {
    cursor: pointer;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease
}

button:focus {
    outline: 0.1rem dotted #a0a0a0
}

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

button,
input {
    overflow: visible
}

button {
    text-transform: none
}

button,
html [type="button"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 999.9rem #fff
}

input,
textarea {
    outline: none
}

:focus {
    outline-color: transparent;
    outline-style: none;
    outline: none;
    outline-offset: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0
}


/*!
 * Font Awesome Pro 5.8.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */


/* Roboto Light (300) */

/* Roboto Medium (500) */

/* Roboto Bold (700) */

/* Source Sans 3 (regular/default) */














.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url("/wp-content/themes/eos_one_page/assets/fonts/fontawesome-pro-5.8.2/webfonts/fa-brands-400.eot");
    src: url("/wp-content/themes/eos_one_page/assets/fonts/fontawesome-pro-5.8.2/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/eos_one_page/assets/fonts/fontawesome-pro-5.8.2/webfonts/fa-brands-400.woff2") format("woff2"), url("/wp-content/themes/eos_one_page/assets/fonts/fontawesome-pro-5.8.2/webfonts/fa-brands-400.woff") format("woff"), url("/wp-content/themes/eos_one_page/assets/fonts/fontawesome-pro-5.8.2/webfonts/fa-brands-400.ttf") format("truetype"), url("/wp-content/themes/eos_one_page/assets/fonts/fontawesome-pro-5.8.2/webfonts/fa-brands-400.svg#fontawesome") format("svg")
}

.fab {
    font-family: 'Font Awesome 5 Brands'
}

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 300;
    font-display: auto;
    src: url("/wp-content/themes/eos_one_page/assets/fonts/fontawesome-pro-5.8.2/webfonts/fa-light-300.eot");
    src: url("/wp-content/themes/eos_one_page/assets/fonts/fontawesome-pro-5.8.2/webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/eos_one_page/assets/fonts/fontawesome-pro-5.8.2/webfonts/fa-light-300.woff2") format("woff2"), url("/wp-content/themes/eos_one_page/assets/fonts/fontawesome-pro-5.8.2/webfonts/fa-light-300.woff") format("woff"), url("/wp-content/themes/eos_one_page/assets/fonts/fontawesome-pro-5.8.2/webfonts/fa-light-300.ttf") format("truetype"), url("/wp-content/themes/eos_one_page/assets/fonts/fontawesome-pro-5.8.2/webfonts/fa-light-300.svg#fontawesome") format("svg")
}

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("/wp-content/themes/eos_one_page/assets/fonts/fontawesome-pro-5.8.2/webfonts/fa-regular-400.eot");
    src: url("/wp-content/themes/eos_one_page/assets/fonts/fontawesome-pro-5.8.2/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/eos_one_page/assets/fonts/fontawesome-pro-5.8.2/webfonts/fa-regular-400.woff2") format("woff2"), url("/wp-content/themes/eos_one_page/assets/fonts/fontawesome-pro-5.8.2/webfonts/fa-regular-400.woff") format("woff"), url("/wp-content/themes/eos_one_page/assets/fonts/fontawesome-pro-5.8.2/webfonts/fa-regular-400.ttf") format("truetype"), url("/wp-content/themes/eos_one_page/assets/fonts/fontawesome-pro-5.8.2/webfonts/fa-regular-400.svg#fontawesome") format("svg")
}

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url("/wp-content/themes/eos_one_page/assets/fonts/fontawesome-pro-5.8.2/webfonts/fa-solid-900.eot");
    src: url("/wp-content/themes/eos_one_page/assets/fonts/fontawesome-pro-5.8.2/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/eos_one_page/assets/fonts/fontawesome-pro-5.8.2/webfonts/fa-solid-900.woff2") format("woff2"), url("/wp-content/themes/eos_one_page/assets/fonts/fontawesome-pro-5.8.2/webfonts/fa-solid-900.woff") format("woff"), url("/wp-content/themes/eos_one_page/assets/fonts/fontawesome-pro-5.8.2/webfonts/fa-solid-900.ttf") format("truetype"), url("/wp-content/themes/eos_one_page/assets/fonts/fontawesome-pro-5.8.2/webfonts/fa-solid-900.svg#fontawesome") format("svg")
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }
}

.text-white {
    color: #ffffff !important;
    letter-spacing: 1.5px;
}

.d-inline-block {
    display: inline-block !important
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }
}

.m-0 {
    margin: 0 !important
}

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

.mt-3 {
    margin-top: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 2rem !important
}

.mt-7 {
    margin-top: 3rem !important
}

.mb-7 {
    margin-bottom: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pt-8 {
    padding-top: 3.5rem !important
}

.pb-8 {
    padding-bottom: 3.5rem !important
}

@media (min-width: 576px) {

    .pt-sm-10 {
        padding-top: 4.5rem !important
    }

    .pb-sm-10 {
        padding-bottom: 4.5rem !important
    }
}

@media (min-width: 768px) {

    .mt-md-10 {
        margin-top: 4.5rem !important
    }

    .py-md-8 {
        padding-top: 3.5rem !important
    }

    .py-md-8 {
        padding-bottom: 3.5rem !important
    }
}

@media (min-width: 992px) {

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

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

    .pt-lg-13 {
        padding-top: 6rem !important
    }

    .pb-lg-13 {
        padding-bottom: 6rem !important
    }

    .pl-lg-18 {
        padding-left: 8.5rem !important
    }
}

@media (min-width: 1200px) {

    .pl-xl-20 {
        padding-left: 6.5rem !important
    }
}

@media (min-width: 1600px) {

    .pl-xxl-23 {
        padding-left: 11rem !important
    }
}

.h-100 {
    height: 100% !important
}

.visible {
    visibility: visible !important
}

body {
    -webkit-animation: fadeIn 1.5s ease;
    -moz-animation: fadeIn 1.5s ease;
    -o-animation: fadeIn 1.5s ease;
    animation: fadeIn 1.5s ease;
        background-color: #27333c;
}

h1,
h2,
h3,
h4 {
    margin-top: 1.2rem
}

@media (min-width: 768px) {

    h1,
    h2,
    h3,
    h4 {
        margin-top: 1.5rem
    }
}

h1 {
    font-family: 'Elza', sans-serif !important;
    font-size: 3.7rem;
    font-weight: 800;
    color: #383838;
    line-height: 1.2;
    margin-bottom: 4rem;
    letter-spacing: -.1rem;
    word-spacing: 0.2rem
}

@media (min-width: 576px) {
    h1 {
        font-size: 5.3rem
    }
}

h1::after {
    display: inline-block;
    font-family: 'eos_one_page';
    content: '\e900';
    width: 100%;
    height: auto;
    color: #24333c;
    margin-top: 3rem;
    text-indent: 0.6rem;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 2.8rem;
    line-height: 0.15;
    -webkit-font-smoothing: none;
    -moz-osx-font-smoothing: none;
    position: relative;
    top: 0.5rem
}

@media (min-width: 576px) {
    h1::after {
        top: -1rem;
        margin-top: 4rem
    }
}

h2 {
    font-family: 'Elza', sans-serif !important;
    font-size: 2.8rem;
    font-weight: 800;
    color: #383838;
    line-height: 1.2;
    margin-bottom: -2rem;
    margin-top: 0;
    letter-spacing: -.1rem;
    word-spacing: 0.2rem
}

@media (min-width: 576px) {
    h2 {
        font-size: 3.5rem
    }
}

@media (min-width: 768px) {
    h2 {
        font-size: 3.8rem
    }
}

@media (min-width: 992px) {
    h2 {
        font-size: 4rem
    }
}



@media (min-width: 576px) {
    h2::after {
        top: -1rem;
        margin-top: 4rem
    }
}

h2:not(:first-child) {
    margin-top: 4rem
}

h3 {
    font-family: 'Elza', sans-serif !important;
    font-size: 2rem;
    font-weight: 700;
    color: #383838;
    line-height: 1.2;
    margin-top: 3.8rem;
    margin-bottom: 1.5rem;
    letter-spacing: -.1rem;
    word-spacing: 0.2rem
}

@media (min-width: 992px) {
    h3 {
        font-size: 2.3rem
    }
}

h4 {
    font-family: 'Elza', sans-serif !important;
    font-size: 1.8rem;
    font-weight: 500;
    color: #1f1f1f;
    margin-top: 2.8rem;
    line-height: 1.7;
    letter-spacing: -.02rem
}

@media (min-width: 768px) {
    h4 {
        font-size: 2.2rem;
        margin-bottom: 3rem
    }
}

@media (min-width: 992px) {
    h4 {
        font-size: 1.7rem;
    }
}

ul {
    padding-left: 2rem;
    margin-top: 2.8rem;
    margin-bottom: 0
}

@media (min-width: 768px) {
    ul {
        margin-top: 3rem;
        margin-bottom: 0
    }
}

.btn {
    position: relative;
    display: inline-block;
    padding: 1.5rem 3rem;
    font-size: 1.4rem;
    line-height: 1.3;
    font-family: 'Elza', sans-serif !important;
    font-weight: 600;
    background-image: none;
    filter: alpha(opacity=100);
    opacity: 1;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border-width: .1rem;
    border-style: solid;
    border-color: transparent;
    text-decoration: none;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    -ms-border-radius: 5rem;
    border-radius: 5rem;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out
}

@media (min-width: 768px) {
    .btn {
        font-size: 1.5rem;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }
}

.btn:hover {
    outline: 0;
    outline-offset: 0;
    text-decoration: none
}

.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn.btn-lg {
    font-size: 1.4rem
}

@media (min-width: 768px) {
    .btn.btn-lg {
        font-size: 1.7rem
    }
}

.btn:disabled {
    cursor: not-allowed;
    color: #fbfbfb;
    background-color: #c9c9c9;
    border: .1rem solid #c9c9c9
}

.btn:disabled:hover,
.btn:disabled:focus {
    color: #fbfbfb;
    background-color: #c9c9c9;
    border: .1rem solid #c9c9c9
}

.btn--default {
    padding: 1.4rem 3.2rem 1.4rem 3.5rem;
    color: #fbfbfb;
    background-color: #363734;
    border-color: #363734;
    border-radius: 0px !important;
    text-transform: uppercase !important;
}

.btn--default::after {
    position: absolute;
    right: 2.7rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro", sans-serif;
    font-weight: 700;
    display: inline-block;
    content: "\f105";
    font-size: 1.5rem;
    line-height: 1;
    color: #24333c;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: none !important;
}

.btn--default:hover {
    color: #1f1f1f;
    background-color: #24333c;
    border: .1rem solid #24333c
}

.btn--default:hover::after {
    right: 2.3rem;
    color: #1f1f1f
}

.btn--default:focus,
.btn--default:focus:active {
    color: #1f1f1f;
    background-color: #24333c;
    border: .1rem solid #24333c
}

.btn--default:focus::after,
.btn--default:focus:active::after {
    right: 2.3rem;
    color: #1f1f1f
}

.btn--default:disabled {
    cursor: not-allowed;
    color: #fbfbfb;
    background-color: #c9c9c9;
    border: .1rem solid #c9c9c9
}

.btn--default:disabled:hover,
.btn--default:disabled:focus {
    color: #fbfbfb;
    background-color: #c9c9c9;
    border: .1rem solid #c9c9c9
}

.btn--secondary {
    padding: 1.4rem 4rem 1.1rem 3.5rem;
    color: #1f1f1f;
    background-color: #24333c;
    border-color: #24333c;
    line-height: 1em;
}

.btn--secondary::after {
    position: absolute;
    right: 2.7rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro", sans-serif;
    font-weight: 700;
    display: inline-block;
    content: "\f105";
    font-size: 1.5rem;
    line-height: 1;
    color: #1f1f1f;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: none !important;
}

.btn--secondary:hover::after {
    right: 2.3rem
}

.btn--secondary:focus::after,
.btn--secondary:focus:active::after {
    right: 2.3rem
}

.btn--secondary:disabled {
    cursor: not-allowed;
    color: #fbfbfb;
    background-color: #c9c9c9;
    border: .1rem solid #c9c9c9
}

.btn--secondary:disabled:hover,
.btn--secondary:disabled:focus {
    color: #fbfbfb;
    background-color: #c9c9c9;
    border: .1rem solid #c9c9c9
}

.form-group {
    position: relative;
    margin-bottom: 1.8rem
}

@media (min-width: 576px) {
    .form-group {
        margin-bottom: 1.5rem
    }
}

textarea {
    min-height: 16.2rem
}

.form-control {
    display: block;
    width: 100%;
    padding: 1rem 1.7rem;
    font-family: 'Elza', sans-serif !important;
    font-size: 1.4rem;
    font-weight: 500;
    color: #afafaf;
    background-color: #fff;
    background-clip: padding-box;
    border: .1rem solid #87969c;
    -webkit-transition: all 0.3s 
ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s 
ease-in-out;
}

@media (min-width: 768px) {
    .form-control {
        padding: 1.5rem 1.7rem 0rem 1.7rem;
        font-size: 1.5rem
    }
}

.form-control::-webkit-input-placeholder {
    color: #c9c9c9;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.form-control::-moz-placeholder {
    color: #c9c9c9;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.form-control:-ms-input-placeholder {
    color: #c9c9c9;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.form-control:-moz-placeholder {
    color: #c9c9c9;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.form-control:focus {
    border-color: #24333c
}

.wpcf7 .screen-reader-response {
    display: none
}

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

div.wpcf7-response-output {
    margin-top: 3rem;
    padding: 1.5rem 2rem;
    font-weight: 500;
    font-size: 1.4rem
}

@media (min-width: 768px) {
    div.wpcf7-response-output {
        padding: 0;
        font-size: 1.6rem;
        margin: 0;
    }
}

main img {
    margin-top: 3rem;
    margin-bottom: 3rem;
    display: block
}

@media (min-width: 576px) {
    main img {
        margin-top: 4rem;
        margin-bottom: 0px;
    }
}

main img.aligncenter {
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 767.98px) {
    main img.aligncenter {
        float: none;
        width: 100% !important
    }
}

.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
    background-color: #070f19cf;
    -webkit-box-shadow: 0 0 0.2rem 0.2rem rgba(31, 31, 31, 0.12);
    -moz-box-shadow: 0 0 0.2rem 0.2rem rgba(31, 31, 31, 0.12);
    box-shadow: 0 0 0.2rem 0.2rem rgba(31, 31, 31, 0.12);
    padding-top: 7px;
    padding-bottom: 5px;
}

.header__container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 992px) and (min-width: 576px) {
    .header__container {
        max-width: 540px
    }
}

@media (min-width: 992px) and (min-width: 768px) {
    .header__container {
        max-width: 720px
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .header__container {
        max-width: 960px
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .header__container {
        max-width: 1140px
    }
}

@media (min-width: 992px) and (min-width: 1600px) {
    .header__container {
        max-width: 1300px
    }
}

@media (max-width: 991.98px) {
    .header__bottom {
        display: none !important;
    }
}

@media (max-width: 991.98px) and (min-width: 576px) {
    .header__bottom {
        top: 6.4rem
    }
}

.header .logo {
    display: block;
    opacity: 1;
    position: relative;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out
}

@media (min-width: 576px) {
    .header .logo {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }
}

.header .logo--sticky {
    opacity: 0
}

.header .logo-container {
    width: 15rem;
    height: 3.3rem;
    position: relative;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out
}

@media (min-width: 576px) {
    .header .logo-container {
        width: 18rem;
        height: 4.4rem
    }
}

@media (min-width: 992px) {
    .header .logo-container {
        width: 25.5rem;
        height: 5.6rem
    }
}

@media (min-width: 576px) {
    .header .logo-container {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }
}

.header .logo__img {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    opacity: 1;
    margin: 0;
    width: 15rem;
    height: 3.3rem;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out
}

@media (min-width: 576px) {
    .header .logo__img {
        width: 18rem;
        height: 4.4rem
    }
}

@media (min-width: 992px) {
    .header .logo__img {
        width: 200px;
        height: auto;
    }
}

@media (min-width: 576px) {
    .header .logo__img {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }
}

.header .logo__img:hover,
.header .logo__img:focus {
    opacity: 0.8
}

.nav-toggle {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0.5rem;
    font-weight: inherit;
    overflow: visible;
    cursor: pointer;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .15s;
    -moz-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    background-color: transparent
}

.nav-toggle__inner {
    position: relative;
    display: inline-block;
    z-index: 2;
    width: 2.5rem;
    height: 2.5rem;
    vertical-align: middle;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease
}

.nav-toggle__icon {
    top: 50%;
    margin-top: -0.2rem;
    position: absolute;
    width: 2.5rem;
    height: 0.3rem;
    display: block;
    content: "";
    background-color: #de6326;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    -o-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition-duration: 75ms;
    -moz-transition-duration: 75ms;
    -o-transition-duration: 75ms;
    transition-duration: 75ms
}

.nav-toggle__icon::before,
.nav-toggle__icon::after {
    position: absolute;
    width: 2.5rem;
    height: 0.3rem;
    display: block;
    content: "";
    background-color: #de6326;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    -o-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    -moz-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

.nav-toggle__icon::before {
    top: -0.8rem;
    -webkit-transition: top 75ms ease .12s, opacity 75ms ease;
    -moz-transition: top 75ms ease .12s, opacity 75ms ease;
    -o-transition: top 75ms ease .12s, opacity 75ms ease;
    -ms-transition: top 75ms ease .12s, opacity 75ms ease;
    transition: top 75ms ease .12s, opacity 75ms ease
}

.nav-toggle__icon::after {
    bottom: -0.8rem;
    -webkit-transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -ms-transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.nav-toggle__text {
    display: inline-block;
    padding-left: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.3rem;
    color: #565656
}

.navigation {
    position: relative;
    font-size: 0;
    display: block;
    float: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out
}

@media (min-width: 576px) {
    .navigation {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }
}

@media (min-width: 992px) {
    .navigation {
        float: right
    }
}

.navigation ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none;
    font-family: 'Elza', sans-serif !important;
    font-size: 1.4rem;
    line-height: 1.3
}

.navigation {
    max-height: 0;
    position: absolute
}

@media (min-width: 992px) {
    .navigation {
        position: relative
    }
}

@media (max-width: 991.98px) {
    .navigation {
        width: 100%;
        position: relative !important
    }

    .navigation ul {
        padding-bottom: 10rem
    }
}

@media (min-width: 992px) {

    .navigation {
        max-height: none;
        overflow: visible
    }

    .navigation {
        position: relative !important
    }
}

@media (min-width: 992px) {

    /* .navigation ul li.current-menu-item>a {
        border-top: 0.3rem solid #e34e17;
        color: #1f1f1f
    } */

    /* .navigation ul li.current-menu-parent>a {
        border-top: 0.3rem solid #e34e17
    } */
}

.main {
    overflow-x: hidden;
    margin-top: 5.3rem
}

@media (min-width: 576px) {
    .main {
        margin-top: 6.5rem
    }
}

@media (min-width: 768px) {
    .main {
        margin-top: 6.5rem
    }
}

@media (min-width: 992px) {
    .main {
        margin-top: 0px !important;
    }
}

.block {
    padding-top: 3rem;
    padding-bottom: 3rem
}

@media (min-width: 576px) {
    .block {
        padding-top: 5.5rem;
        padding-bottom: 6rem
    }
}

@media (min-width: 768px) {
    .block {
        padding-top: 6.5rem;
        padding-bottom: 7rem
    }
}

@media (min-width: 992px) {
    .block {
        padding-top: 6.5rem;
        padding-bottom: 6rem;
        background-color: #27333c;
        color: #ffffff;
    }
}

.block p:last-child {
    margin-bottom: 0
}

.block--primary {
    color: #ffffff;
    background-color: #ffffff;
}

.block--primary h2,
.block--primary h3,
.block--primary h4 {
    color: #ffffff
}

.module-action {
    color: #fff;
    background-color: #1e282e;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-top: 1.5rem solid #7bd2da;
}

.module-action .title {
    font-size: 3rem;
    font-weight: 600;
}

@media (min-width: 576px) {
    .module-action .title {
        font-size: 4rem
    }
}


.module-action .subtitle {
    font-size: 1.6rem;
    color: #ffffff;
    font-weight: 500
}

@media (min-width: 768px) {
    .module-action .subtitle {
        font-size: 1.8rem
    }
}

@media (min-width: 992px) {
    .module-action .subtitle {
        font-size: 1.75rem;
        font-weight: 600;
    }
}

.module-carousel {
    background-color: #383838;
    /* border-bottom: 1.5rem solid #a0a0a0 */
}

.module-carousel .slick-track {
    display: flex
}

.module-carousel .slide {
    display: flex;
    height: auto;
    position: relative;
    background-color: #1f1f1f;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    color: #ffffff;
}

.module-carousel .slide .row {
    position: relative;
    overflow: auto;
    padding-top: 1rem;
    padding-bottom: 8rem
}

@media (min-width: 768px) {
    .module-carousel .slide .row {
        padding-top: 2rem;
        padding-bottom: 7rem
    }
}

@media (min-width: 992px) {
    .module-carousel .slide .row {
        padding-top: 30rem;
        padding-bottom: 10rem;
    }

    .module-carousel .slide .row::before {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 1.5rem;
        height: 12rem;
        background-color: #24333c
    }
}

.module-carousel .slide--video {
    overflow-y: hidden
}

.module-carousel .slide__video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.module-carousel .slide__video video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.module-carousel .slide__tagline {
    color: #c9c9c9;
    font-weight: 500;
    font-size: 1.8rem;
    margin-bottom: 2.5rem
}

@media (min-width: 576px) {
    .module-carousel .slide__tagline {
        font-size: 2rem
    }
}

@media (min-width: 768px) {
    .module-carousel .slide__tagline {
        font-size: 2rem
    }
}

.module-carousel .slide__title {
    color: #fff;
    font-size: 3.4rem;
    line-height: 1.1
}

@media (min-width: 576px) {
    .module-carousel .slide__title {
        font-size: 4rem
    }
}

@media (min-width: 768px) {
    .module-carousel .slide__title {
        font-size: 5.8rem;
        text-shadow: 0 0 10px rgba(0, 94, 144, 0.4), 0 0 25px rgba(0, 94, 144, 0.35), 0 0 45px rgba(0, 94, 144, 0.3);
        font-weight: 500;
        line-height: 1.1em;
    }
}

@media (min-width: 1600px) {
    .module-carousel .slide__title {
        font-size: 6.5rem;
        font-family: 'Elza', sans-serif !important;
        font-weight: 600;
    }
}

.module-carousel .slide__title::after {
    display: none
}

.module-carousel .slide__text {
    font-size: 1.6rem
}

@media (min-width: 576px) {
    .module-carousel .slide__text {
        font-size: 1.8rem
    }
}

@media (min-width: 768px) {
    .module-carousel .slide__text {
        font-size: 2.5rem;
        font-weight: 400;
        text-shadow: 0 0 5px #151616, 0 0 10px #202121, 0 0 20px #040404, 0 0 40px #000000;
        line-height: 1.2em;
        color: #ffffff;
    }
}

.module-carousel .slide .btn {
    padding: 1.4rem 3.5rem 1.4rem 3.5rem;
    color: #fbfbfb;
    background-color: #020407;
    border-color: #565656;
    border-radius: 0px !important;
    text-transform: uppercase !important;
}

.module-carousel .slide .btn::after {
    position: absolute;
    right: 2.7rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro", sans-serif;
    font-weight: 700;
    display: inline-block;
    content: "\f105";
    font-size: 1.5rem;
    line-height: 1;
    color: #fbfbfb;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: none !important;
}

.module-carousel .slide .btn:hover {
    color: #1f1f1f;
    background-color: #24333c;
    border: .1rem solid #24333c
}

.module-carousel .slide .btn:hover::after {
    right: 2.3rem;
    color: #1f1f1f
}

.module-carousel .slide .btn:focus,
.module-carousel .slide .btn:focus:active {
    color: #fbfbfb;
    background-color: transparent;
    border-color: #565656
}

.module-carousel .slide .btn:focus::after,
.module-carousel .slide .btn:focus:active::after {
    right: 2.3rem;
    color: #fbfbfb
}

.module-carousel .slide--light {
    color: #565656
}

.module-carousel .slide--light .slide__tagline {
    color: #565656
}

.module-carousel .slide--light .slide__title {
    color: #1f1f1f
}

.module-carousel .slide--light .btn {
    padding: 1.8rem 5.5rem 1.8rem 3.5rem;
    color: #1f1f1f;
    background-color: transparent;
    border-color: #a0a0a0
}

.module-carousel .slide--light .btn::after {
    position: absolute;
    right: 2.7rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro", sans-serif;
    font-weight: 700;
    display: inline-block;
    content: "\f105";
    font-size: 1.5rem;
    line-height: 1;
    color: #1f1f1f;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.module-carousel .slide--light .btn:hover {
    color: #1f1f1f;
    background-color: #24333c;
    border: .1rem solid #24333c
}

.module-carousel .slide--light .btn:hover::after {
    right: 2.3rem;
    color: #1f1f1f
}

.module-carousel .slide--light .btn:focus,
.module-carousel .slide--light .btn:focus:active {
    color: #1f1f1f;
    background-color: transparent;
    border-color: #a0a0a0
}

.module-carousel .slide--light .btn:focus::after,
.module-carousel .slide--light .btn:focus:active::after {
    right: 2.3rem;
    color: #1f1f1f
}

.module-carousel .slick-nav {
    display: none !important;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    width: 100%;
    display: none;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

}

@media (min-width: 768px) {
    .module-carousel .slick-nav {
        display: block
    }
}

@media (min-width: 1200px) {
    .module-carousel .slick-nav {
        width: 3.3rem;
        right: 10%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        bottom: auto;
        left: auto
    }
}

@media (min-width: 1600px) {
    .module-carousel .slick-nav {
        right: 13%
    }
}

.module-carousel .slick-nav li {
    display: inline-block;
    padding: 1rem
}

@media (min-width: 1200px) {
    .module-carousel .slick-nav li {
        display: block;
        float: right;
        clear: both
    }
}

.module-carousel .slick-nav li .slick-dot {
    width: 1.2rem;
    height: 1.2rem;
    background-color: #c9c9c9;
    display: block;
    position: relative;
    -webkit-backface-visibility: visible;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out
}

@media (min-width: 576px) {
    .module-carousel .slick-nav li .slick-dot {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }
}

.module-carousel .slick-nav li .slick-dot:hover span {
    background-color: #a0a0a0
}

.module-carousel .slick-nav li.slick-active span {
    background-color: #24333c;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.module-carousel .slick-nav>li {
    display: inline-block
}

.module-carousel .slick-nav>li:only-child {
    display: none
}

.module-carousel {
    background-color: #383838;
    /* border-bottom: 1.5rem solid #a0a0a0 */
}

.module-carousel .slide {
    display: flex;
    height: auto;
    position: relative;
    background-color: #1f1f1f;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    color: #ffffff;
}

.module-carousel .slide .row {
    position: relative;
    overflow: auto;
    padding-top: 1rem;
    padding-bottom: 8rem
}

@media (min-width: 768px) {
    .module-carousel .slide .row {
        padding-top: 2rem;
        padding-bottom: 7rem
    }
}

@media (min-width: 992px) {
    .module-carousel .slide .row {
        padding-top: 15rem;
        padding-bottom: 30rem;
        text-align: center;
    }

    .module-carousel .slide .row::before {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 1.5rem;
        height: 12rem;
        background-color: #24333c
    }
}

.module-carousel .slide--video {
    overflow-y: hidden
}

.module-carousel .slide__video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.module-carousel .slide__title {
    color: #fff;
    font-size: 3.4rem;
    line-height: 1.1
}

@media (min-width: 576px) {
    .module-carousel .slide__title {
        font-size: 4rem
    }
}

@media (min-width: 768px) {
    .module-carousel .slide__title {
        font-size: 5.8rem;
        text-shadow: 0 0 10px rgba(0, 94, 144, 0.4), 0 0 25px rgba(0, 94, 144, 0.35), 0 0 45px rgba(0, 94, 144, 0.3);
        font-weight: 500;
        line-height: 1.1em;
    }
}

@media (min-width: 1600px) {
    .module-carousel .slide__title {
        font-size: 5.8rem;
        font-family: 'Elza', sans-serif !important;
        font-weight: 600;
        text-shadow: 0 0 5px #151616, 0 0 10px #202121, 0 0 20px #040404, 0 0 40px #000000;
        line-height: 1.1em;
    }
}

.module-carousel .slide__title::after {
    display: none
}


@media (min-width: 1600px) {
    .module-carousel .slick-nav {
        right: 13%
    }
}

.module-carousel .slick-nav li {
    display: inline-block;
    padding: 1rem
}

@media (min-width: 1200px) {
    .module-carousel .slick-nav li {
        display: block;
        float: right;
        clear: both
    }
}

.module-carousel .slick-nav li .slick-dot {
    width: 1.2rem;
    height: 1.2rem;
    background-color: #c9c9c9;
    display: block;
    position: relative;
    -webkit-backface-visibility: visible;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out
}

@media (min-width: 576px) {
    .module-carousel .slick-nav li .slick-dot {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }
}

.module-carousel .slick-nav li .slick-dot:hover span {
    background-color: #a0a0a0
}

.module-carousel .slick-nav li.slick-active span {
    background-color: #24333c;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.module-carousel .slick-nav>li {
    display: inline-block
}

.module-carousel .slick-nav>li:only-child {
    display: none
}

/**  Customise    **/

.module-carousel {
    /* border-bottom: 1.5rem solid #e66b30; */
}
.module-carousel .slick-nav li.slick-active span {
    background-color: #de6326;
}
.module-carousel .slick-nav li .slick-dot {
    width: 1rem !important;
    height: 1rem !important;
	border-radius: 0px !important;
    transform: rotate(45deg) !important;
}
.module-carousel .slide .btn:hover {
    background-color: #de6326;
    border: .1rem solid #de6326;
}
.post_button_background {
    background: #e9e9ea;
    display: block;
    width: 100%;
    height: 60px;
    position: absolute;
    border-top: 1px solid #b4b5b7;
    bottom: 0px;
}
.pos_read {
    position: initial !important;
    display: block !important;
    text-align: right !important;
    margin-top: 19px;
    margin-right: 25px;
}
@media (min-width: 992px) {
    .module-carousel .slide .row::before {
        display: none;
    }
}
@media (min-width: 992px) {
    .navigation ul li:hover>a, .navigation ul li.focus>a {
        color: #de6326;
        text-decoration: none;
    }
}
.module-about {
    /* border-bottom: 1.5rem solid #7c7c7c; */
}
.btn--secondary {
    color: #ffffff;
    background-color: #191f24e3;
    border-color: #3f7783;
    border-radius: 0px !important;
    text-transform: uppercase !important;

}
.btn--secondary::after {
    color: #ffffff;
}
.btn--default:hover {
    background-color: #24333c;
    border-color: #a3dfea;
    border: .1rem solid #a3dfea;
    color: #ffffff !important;
}
.btn--default::after {
    color: #ffffff;
}
.btn--default:hover::after {
    color: #ffffff;
}
h2::after {
    color: #de6326;
}

.module-carousel .slide .btn:hover
 {
    color: #ffffff !important
}
.module-carousel .slide .btn:hover::after {
    color: #ffffff;
}

.module-about {
    position: relative;
    /* border-bottom: 1.5rem solid #24333c */
}

.module-identity {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    border-bottom: none;
    padding-top: 11rem;
    padding-bottom: 6rem;
}

.module-identity h4 {
    font-size: 1.7rem;
}

@media (min-width: 768px) {
    .module-identity h4 {
        font-size: 1.9rem
    }
}

.module-pagination .pagination li .page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}
.bg-white {
    background-color: #1e282e;
}
.bg-grey {
  background-color: #27333c;
  border-top: none !important;
}
.orange_text {
    color: #df6326 !important;
}

.block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 40px;
}

.block ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
}
.block ul li::before {
    content: "";
    position: absolute;
    left: -8px;
    top: -2px;
    width: 35px;
    height: 35px;
    background-image: url(/wp-content/uploads/2025/07/eos_one_page_bullet-point.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.block ul.solution_list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 70px;
    padding-left: 50px;
}

.block ul.solution_list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.3em;
}
.block ul.solution_list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 14px;
    height: 14px;
    background-color: #8fc76c;
    background-size: contain;
    background-repeat: no-repeat;
}
.contact_para h2{
    color: #27333c !important;
}
.contact_para h2 {
    font-size: 38px !important;
    font-weight: 600;
    letter-spacing: .5px;
}
.contact_para p {
    color: #27333c;
    font-size: 13px;
    font-weight: 500;
    margin-top: 15px;
}
.padding-right {
    padding-right: 45px;
}
.btn--default.wpcf7-submit {
    background-color: #24333c;
    border-color: #a3dfea;
    float: right;
    font-size: 20px;
    letter-spacing: 1.5px;
    padding: 15px 60px 12px 38px;
}
.btn--default.wpcf7-submit:hover {
    background-color: #1d2227;
}
#submit::before {
    content: "";
    background: url(/wp-content/uploads/2025/10/right-arrow-icon.svg);
    width: 19px;
    height: 18px;
    display: block;
    background-size: contain;
    position: absolute;
    right: 22px;
    top: 17px;
    background-repeat: no-repeat;
}

/* Hide the default <img> inside arrow buttons */

/* Custom Left Arrow */

/* Custom Right Arrow */

/**  Customise    **/

.module-carousel {
    /* border-bottom: 1.5rem solid #e66b30; */
}
@media (min-width: 992px) {
    .module-carousel .slide .row::before {
        display: none;
    }
}
.module-about {
    /* border-bottom: 1.5rem solid #7c7c7c; */
}
.btn--secondary {
    color: #ffffff;
    background-color: #191f24e3;
    border-color: #3f7783;
    border-radius: 0px !important;
    text-transform: uppercase !important;

}
.btn--secondary::after {
    color: #ffffff;
}
.btn--default:hover {
    background-color: #24333c;
    border-color: #a3dfea;
    border: .1rem solid #a3dfea;
    color: #ffffff !important;
}
.btn--default:active {
    color: #ffffff !important;
}
.btn--default:focus {
    color: #ffffff !important;
}
.btn--default:visited {
    color: #ffffff !important;
}
.btn--default::after {
    color: #ffffff;
}
.btn--default:hover::after {
    color: #ffffff;
}
h2::after {
    color: #de6326;
}
.module-action {
    border-top: 1.2rem solid #8dc56a;
    border-bottom: 1.2rem solid #8dc56a;
}
p:empty {
  display: none;
}
/* .module-hero--dark .hero__title--no-divider {
    margin-left: -30px;
} */
/* .get_started_con {
    border-top: 1.5rem solid #ffffff;
    border-bottom: 1.5rem solid #ffffff;
} */
.book_your_demo_btn {
    color: #ffffff;
    background: #27333c;
    font-size: 16px;
    text-decoration: none;
    padding: 14px 24px 10px 24px;
    line-height: 1em;
    border: 1px solid #366d7b;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 3px;
}
.book_your_demo_btn:hover {
    background: #1d2227;
}
.book_your_demo_btn:hover {
    text-decoration: none !important;
}
.btn.btn--secondary:hover {
    background: #1d2227;
}
/* write */


.with_a_logo::before {
    content: " ";
    background: url(/wp-content/uploads/2025/10/a.svg);
    display: block;
    position: absolute;
    width: 180px;
    height: 128px;
    background-size: cover;
    top: -4.55rem;
    z-index: 0;
    right: -20px;
}
.with_a_logo::after {
    content: "";
    background: url(/wp-content/uploads/2025/10/right-arrow-icon.svg);
    width: 14px;
    height: 14px;
    display: block;
    background-size: contain;
    position: absolute;
    right: 29px;
    top: 15px;
    background-repeat: no-repeat;
}

/* Eos Part Footer */


/* New styles for EosRisk */
#wrapper-footer .wrapper__sub-menu ul li a {
    font-family: 'Elza', sans-serif !important;

}
body, p, span {
    font-family: 'Elza', sans-serif !important;
}
h1, h2, h3, h4 {
    font-family: 'Elza', sans-serif !important;
}
@media (min-width: 768px){
#wrapper-footer {
    background: #2a3b46 !important;
    background-size: auto !important;
    background-position: center top;
}
}
#wrapper-footer .site-footer__address img {
    width: 250px !important;
    margin: 0;
    padding: 0;
    display: block;
}
/* .site .header-desktop__logo-link img {
    top: 0;
    width: 250px;
} */
.pb-3, #wrapper-footer .site-footer__address img {
    padding-bottom: 0px !important;
}
body{
    background: #fff !important;
}
/* .base_desktop_header::before {
    height:100%;
    content:' ';
    position: absolute;
    top: 0;
    width: 38%;
    left: 0;
    background-color: white !important;
} */



*{
    outline: 0 !important;
}


/* .site .header-desktop nav .nav-list li.menu-item-has-children:hover{
    border-bottom: 5px solid #D7001A;
    transition: border .3s ease; 
    transition: border .4s ease-in;
    border-bottom: linear-gradient(to left, transparent 50%, rgba(34, 41, 46, 1) 50%) right;
} */
#wrapper-footer {
    background: #27333c !important;
}
/* #menu-item-54.current_page_parent::after.current_page_ancestor  {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #D7001A;
    transition: width .4s ease-in;
    z-index: 3;
    margin-top: 22px;
    position: relative;
} */
.stripe_footer {
    width: 100%;
    margin-top: 17px;
    margin-bottom: 25px;
    box-sizing: border-box !important;
    display: block !important;
}
#wrapper-footer, #wrapper-footer a {
    color: #fff !important;
    
}
#wrapper-footer{
    padding-bottom: 0 !important;
}
.footer-right-side {
    text-align: right;
    color: #B2B8BC;
}
#wrapper-footer .site-footer__social ul {
    list-style: none;
    display: inline-block !important;
    width: 81px;
    border-bottom: 2px solid #FFFFFF26;
    padding-bottom: 8px !important;
}
#wrapper-footer .site-footer__social ul li {
    margin-left: 0.5rem !important;
    display: inline-block;
    margin-right: 0 !important;
}
#wrapper-footer .foot_con {
    padding-bottom: 25px !important;
   
}
.wrapper__sub-menu .container, .wrapper__sub-menu .container a {
    color: #fff !important;
}
.wrapper__sub-menu {
    background: #212a31 !important;
}
#wrapper-footer .wrapper__sub-menu ul {
    margin-top: 0;
    list-style: none;
    padding: 0 !important;
    padding-top: 3px !important;
}
#wrapper-footer .wrapper__sub-menu ul li a {
    font-size: 10px;
    color: #ffffff !important;
    font-weight: 500;
}
#wrapper-footer .wrapper__sub-menu ul li a:hover {
    /* color: #2A3B4680 !important; */
    opacity: .5;
}
#wrapper-footer .wrapper__sub-menu ul li:first-child a {
padding-left: 0 !important;
}
#wrapper-footer .wrapper__sub-menu {
    border-top: 0;
    padding: 15px 0px 30px 0px !important;
}
#wrapper-footer .wrapper__sub-menu ul li a:before{
    display: none;
}
.footer_badge{
    padding-left: 0 !important;
}
#wrapper-footer .site-footer__mini-nav {
    padding: 67px 0 0px 0;
}
#wrapper-footer .site-footer__social ul li a {
    color: #B2B8BC !important;
}
#wrapper-footer a.footer_mail, #wrapper-footer a.footer_tel {
    color: #B2B8BC !important;
    display: block;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Elza', sans-serif !important;
}
.wpcf7-not-valid-tip {
    color: red;
}
.address {
    font-size: 15px;
    display: table-cell;
    margin-top: 10px;
    margin-bottom: 5px;
    border-bottom: 2px solid #FFFFFF26;
    padding-bottom: 7px;
}
.copy_r{
    margin-top: 5px !important;
    font-size: 16px;
    font-weight: 600;
    margin-right: -15px;
    padding-right: 0;
    text-align: right;
}
h2 {
    font-size: 4.8rem !important;
}
h2:after, h3:after {
    display: none !important;
}
#wrapper-footer a.footer_mail:hover, #wrapper-footer a.footer_tel:hover {
    text-decoration: none !important;
}
#wrapper-footer .wrapper__sub-menu ul li a:hover {
    text-decoration: none !important;
}

/* CSS for iOS Chrome */
    /* Your styles specific to iOS Chrome here */
.title {
    background-position: top;
}
.footer_mail:hover,.footer_tel:hover {
    opacity: 0.5 !important;
}
#wrapper-footer .site-footer__social ul li a:hover {
    opacity: 0.5 !important;
}

/* Position the sub-menu */
  
  /* Style the sub-menu */
  
  /* Show the sub-menu on hover */
  
  /* Animate the sub-menu */
.social_para p:has(> strong){
    margin-bottom: 0px;
    margin-top: 50px;
}
#wrapper-footer{
    padding-top: 60px;
}
#wrapper-footer .site-footer__address {
    margin-bottom: 40px;
}

/* News Ticker Start */

/* .marquee-sibling {
    font-size: 25px !important;
    font-weight: 600 !important;
} */
/* News Ticker End */
.clear {
    clear: both;
    overflow: hidden;
}
/* #forminator-module-626 .forminator-col-6 .forminator-field {
    width: 95%;
} */
/*.text_area{*/
/*    max-width: 46%;*/
/*}*/

/* .page-template-goverence-page .work_with_us {
    margin-top: 0;
}
.page-template-goverence-page .counter {
    border-top: 0;
} */
/* .page-template-career-page h2.content_title {
    color: #B2B2BC !important;
} */
/* .page-template-policy-page .main_contain_container_sectors_page a {
    font-size: 24px !important;
    color: #687b92 !important;
} */

@media (max-width: 1200px){

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

.copy_r {
    margin-top: 5px !important;
}

}



@media (max-width: 768px){
    .h-100 {
        height: auto !important;
    }
    #wrapper-footer .site-footer__address img {
        margin: auto;
        min-width: 296.6px;
    }
    .footer-right-side {
        text-align: right;
        float: right;
    }
    .address {
        font-size: 18px;
    }
    #wrapper-footer a.footer_mail, #wrapper-footer a.footer_tel {
        font-size: 18px;
        margin-top: 6px;
    }
    .address {
        margin-top: 9px;
        margin-bottom: 9px;
        padding-bottom: 0;
    }
    #wrapper-footer .site-footer__social ul {
        margin-top: 0 !important;
    }
    #wrapper-footer .site-footer__address {
        margin-bottom: 0;
    }
    html {
        margin-top: 0px !important;
    }
    .footer_left_div{
        width: 47%;
    }
    /* .footer_right_div{
        width: 53%;
        padding-top: 30px;
    } */
   #wrapper-footer .wrapper__sub-menu {
        display: block !important;
    }
    #wrapper-footer .wrapper__sub-menu ul {
        display: block !important;
        text-align: left;
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    #wrapper-footer .wrapper__sub-menu ul li a {
        padding-left: 0 !important;
    }
    .copy_r {
        display: block;
        width: 160px;
        font-size: 16px;
        position: absolute;
        right: 15px;
        bottom: 0px;
    }
    .social_para p:has(> strong) {
        margin-top: 25px;
    }
    p:has(> img.right_image_new){
        display: none;
    }
    .pt-8 {
        padding-top: 4rem !important;
    }
    .pb-8 {
        padding-bottom: 4rem !important;
    }
    .footer_badge {
        width: 176%;
    }
    #wrapper-footer .site-footer__social ul li a i.fa-linkedin-in {
        font-size: 20px;
    }
    .menu-footer-menu-container #menu-footer-menu {
        line-height: 0.9em;
    }
}
.officesin {
    font-family: 'Elza', sans-serif !important;
    font-size: 22px;
    font-weight: 600;
    color: #ffffff !important;
    display: block !important;
    float: right;
    margin-bottom: 0;
    margin-top: 10px;
    border-top: 2px solid #FFFFFF26;
    padding-top: 15px;
    line-height: 1em;
}
.countries_served {
    font-size: 24px;
    font-weight: 700;
    float: right !important;
    line-height: 1em;
    margin-top: 8px;
}
.spinner {
    width: 300px;
    height: 23px;
    position: relative;
    overflow: hidden;
  }
  
  .location {
      position: absolute;
      top: 24px;
      right: 0%;
      transform: translateX(-0%);
      transition: top 0.5s ease-in-out;
      margin: 0;
  }
  
  .visible {
    top: 0%; /* Move it to the center to show */
  }
  #wrapper-footer .site-footer__social ul li a svg {
    color: #B2B8BC;
    fill: #B2B8BC;
    margin-top: -7px;
  }

 /* Multistep Begin  */
 .navigation {
   display: flex;
   justify-content: space-between;
 }
  
  .form-group {
    flex: 1 1 50%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  
  @media (max-width: 768px) {
    .form-group {
      flex: 1 1 100%;
    }
  }


/* Additional CSS for side-by-side checkboxes */

   /* Multistep End  */
/* Add arrow using a pseudo-element */

/* Dark overlay */

/* Ensure popup is above the overlay */


.wrapper__sub-menu ul li {
    display: inline-block;
    margin-right: 15px;
}
.part_of {
    color: #7c7c7c !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
.logo_f {
    margin-left: -5px;
    margin-bottom: 30px;
    width: 170px;
}
.wrapper__sub-menu .container .row {
    margin-left: 0px;
    margin-right: 0px;
}


/* Eos Part Footer */

.bg-white, .bg-grey {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

.ships_row {
    align-items: baseline;
    margin-top: 0px;
    margin-bottom: 0px;
}
.ships_row img {
    max-width: 85%;
}
.vector_items {
    text-align: center !important;
}
.lc_icon {
    max-width: 65px !important;
    margin: auto !important;
}
.vector_items h2 {
    margin: auto;
    font-size: 26px !important;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 3rem;
    max-width: 380px;
}
.vector_items h4 {
    margin: auto;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
    margin-top: 20px;
    max-width: 380px;
}
.vector_items_row {
    margin-bottom: 0px;
    margin-top: 50px;
}
.nav-toggle {
    display: none !important;
}
.book_your_demo_btn.mobile {
    display: none;
}
.about-text {
  line-height: 1.6;
  padding: 20px;
}

.about-text .inline-logo {
    height: 26px;
    vertical-align: top;
    float: left;
    margin: 0px;
    margin-right: 8px;
    margin-top: 2px;
}
.module-about {
    padding: 0px;
}
.module-about article {
    padding-bottom: 0px !important;
}
.bg-white img {
    max-width: 465px;
}
.bg-grey img {
    max-width: 85%;
}
.module-action .title {
    margin-bottom: 5px !important;
}
.custom-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #27333c;
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
    position: relative;
    padding-left: 20px;
}
.custom-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border: .1rem solid #87969c;
    border-radius: 2px;
    display: inline-block;
    position: absolute;
    margin-right: 8px;
    cursor: pointer;
    background-color: #f7feff;
    top: 1px;
    min-width: 14px;
    min-height: 14px;
    left: 0;
}
.custom-checkbox input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 3.5px;
    width: 5px;
    height: 8px;
    border: solid #87969c;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
#fakeCheckbox {
        margin-right: 5px;
}



@media (max-width: 992px) {
.book_your_demo_btn {
    display: none;
}
.book_your_demo_btn.mobile {
        display: flex;
        justify-content: center;
        font-size: 10px;
        padding: 10px 7px 6px 7px;
        max-width: 120px;
        float: right;
    }
.block.module-about {
        background-color: #27333c;
        color: #ffffff;
    }
        .main {
        margin-top: 0px !important;
    }
.module-carousel .slide .row {
        padding-top: 8rem;
        padding-bottom: 20rem;
    }
p {
    font-size: 16px;
}
.about-text .inline-logo {
    margin-top: -3px;
}
    .block {
        color: #ffffff;
    }

.with_a_logo::before {
    width: 140px;
    height: 97px;
    background-size: cover;
    top: -2.55rem;
    z-index: 0;
    right: inherit;
    left: 45px;
}
.with_a_logo::after {
    width: 14px;
    height: 14px;
    top: 15px;
    left: 158px;
}
.with_a_logo::after {
        width: 14px;
        height: 14px;
        top: 13px;
        left: 158px !important;
    }
.module-action .subtitle {
    font-size: 1.3rem;
}
.contact_para h2 {
    font-size: 24px !important;
}
.vector_items h2 {
    font-size: 22px !important;
}
#submit::before {
        right: 20px;
        top: 11px;
}
.btn--default.wpcf7-submit {
    font-size: 16px;
    padding: 12px 55px 9px 30px;
}
.header .logo__img {
    top: -5px;
}
#wrapper-footer .site-footer__address img {
        min-width: 175px;
    }
    #wrapper-footer .site-footer__mini-nav {
    padding: 15px 0 0px 0;
}
#wrapper-footer .wrapper__sub-menu ul li a {
    font-size: 8px;
}
.wrapper__sub-menu ul li {
    display: block;
}
    .copy_r {
        font-size: 10px;
    }
    #wrapper-footer a.footer_mail, #wrapper-footer a.footer_tel {
        font-size: 12px;
    }
    .officesin {
    font-size: 16px;
}
.countries_served {
    font-size: 16px;
}
.vector_items h4 {
    font-size: 12px;
}
.module-action .subtitle {
    font-size: 1.3rem;
}
.block ul.solution_list li {
    font-size: 22px;
}
.block ul.solution_list li {
        font-size: 14px;
        margin-bottom: 15px;
    }
.block ul.solution_list li::before {
    top: 3px;
    width: 12px;
    height: 12px;
}
.bg-white, .bg-grey {
    padding-top: 5rem;
    padding-bottom: 6rem;
}
.module-identity {
    padding-top: 8rem;
    padding-bottom: 4rem;
}
.module-action .title {
    font-size: 2.2rem;
}
.module-carousel .slide__title {
        text-shadow: 0 0 10px rgba(0, 94, 144, 0.4), 0 0 25px rgba(0, 94, 144, 0.35), 0 0 45px rgba(0, 94, 144, 0.3);
        font-weight: 500;
        line-height: 1.1em;
        font-size: 22px;
    }
    .hero-comtect .link__title {
        font-size: 1.2rem;
    }
    .hero-comtect .link__body p {
    font-size: 12px !important;
}
.hero-comtect .link__title {
        font-size: 1.7rem !important;
        text-align: center;
            margin: 2rem 0 1rem !important;
    }
    .hero-comtect .link__body {
    font-size: 1.6rem !important;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}
.big_white_title {
    font-size: 22px !important;
}
.bg-white, .bg-grey {
        padding-left: 10px;
        padding-right: 10px;
    }

.block ul.solution_list {
    padding-left: 0px;
}
.wp-image-1405 {
    margin-top: 35px !important;
}
.table-responsive th {
    font-size: 1.5rem;
}
.comparison-table td, .comparison-table th {
    font-size: 11px;
}
img.emoji {
    height: .6em !important;
    width: .6em !important;
}
    .module-action .title {
        font-size: 1.5rem !important;
    }


}
















.hero-comtect .link {
    padding: 0;
    margin: 0;
    color: #fcfefb;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.hero-comtect .link::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgb(174 9 0 / 37%);
    z-index: -1;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease
}
.hero-comtect .link_2::before {
    background: rgb(174 9 0 / 37%);
    opacity: 0;
}

.hero-comtect .link__icon {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
    .hero-comtect .link__icon {
        width:8rem;
        height: 8rem
    }
}

@media (min-width: 992px) {
    .hero-comtect .link__icon {
        width:10rem;
        height: 10rem
    }
}

.hero-comtect .link__title {
    margin: 2rem 0 2rem;
    font-size: 2rem;
    line-height: 0.5;
    color: #ffffff;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

@media (min-width: 768px) {
    .hero-comtect .link__title {
        font-size:2.7rem;
        line-height: 1.2;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s
    }
}

@media (min-width: 992px) {
    .hero-comtect .link__title {
        font-size: 3rem;
        margin: 3rem 0px 1.5rem !important;
     }

    .hero-comtect .link__title_cookie {
        margin: 0.5rem 0 2rem;
    }
}

@media (min-width: 1200px) {
    .hero-comtect .link__title {
        font-size: 3rem;
        color: #ffffff;
        text-align: center;
        line-height: 1em;
        margin-bottom: 15px;
        font-weight: 600;
        text-shadow: 0 0 2px #151616, 0 0 4px #202121, 0 0 8px #040404, 0 0 20px #000000;
    }
}

.hero-comtect .link__body {
    font-size: 1.6rem;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 3rem;
}

@media (min-width: 992px) {
    .hero-comtect .link__body {
        display:block;
        font-size: 1.6rem
    }
}

@media (min-width: 1200px) {
    .hero-comtect .link__body {
        font-size:1.8rem
    }
}

.hero-comtect .link__body p {
    margin: auto;
    margin-bottom: 0;
    max-width: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 1.5em;
    text-shadow: 0 0 2px #151616, 0 0 4px #202121, 0 0 8px #040404, 0 0 20px #000000;
}

.hero-comtect .link__expand {
    opacity: 1;
    color: #06120d;
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    text-align: center;
    font-size: 1.3rem;
    line-height: 3.5rem;
    position: relative;
    padding: 0;
    border: 0.1rem solid #fcfefb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.hero-comtect .link__expand::after,.hero-comtect .link__expand::before {
    width: 3.5rem;
    height: 3.5rem;
    position: relative;
    top: -0.1rem;
    left: -0.1rem;
    font-family: "FontAwesome",sans-serif;
    font-weight: 800;
    display: inline-block;
    color: #fcfefb
}



.hero-comtect .link:hover,.hero-comtect .link:focus {
    text-decoration: none
}

.hero-comtect .link:hover::before,.hero-comtect .link:focus::before {
    opacity: 1;
}

.hero-comtect .link:hover .link__body,.hero-comtect .link:focus .link__body {
    margin-bottom: 3rem;
    opacity: 1;
    max-height: auto;
}



@media (min-width: 992px) {
    .hero-comtect .link:hover .link__expand,.hero-comtect .link:focus .link__expand {
        width:4.5rem;
        height: 4.5rem;
        font-size: 2rem;
        line-height: 4.5rem
    }

    .hero-comtect .link:hover .link__expand::after,.hero-comtect .link:hover .link__expand::before,.hero-comtect .link:focus .link__expand::after,.hero-comtect .link:focus .link__expand::before {
        width: 4.5rem;
        height: 4.5rem
    }
}

/* Large screens (Bootstrap lg breakpoint ≈ 992px) */
@media (min-width: 992px) {
  .link__expand {
    width: 4.5rem;
    height: 4.5rem;
    font-size: 2rem;
    line-height: 4.5rem;
  }

  .link__expand::after,
  .link__expand::before {
    width: 4.5rem;
    height: 4.5rem;
  }
}

/* Define the keyframes used by the animation */
@keyframes spin__plus {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


@media (min-width: 992px) {
    .hero-comtect .link__icon {
        width: 15rem;
        height: 15rem;
    }
    .hero-comtect .link__icon_cookie {
        width: 24rem;
        height: auto;
    }

}
textarea {
    min-height: auto;
    width: 100%;
}
.about-text h3 {
    color: #ffffff;
    font-size: 2.2rem;
    letter-spacing: 1px;
}
.get_in_touch_button {
    margin: auto;
    display: block;
    width: 200px;
    position: relative;
    margin-bottom: 60px;
    margin-top: 80px;
}

.get_in_touch_button::before {
    content: "";
    background: url(/wp-content/uploads/2025/10/right-arrow-icon.svg);
    width: 14px;
    height: 14px;
    display: block;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 14px;
    background-repeat: no-repeat;
}
.gray_module_action {
    background: #c6d4d5;
    border-top: 1.2rem solid #212a31;
    border-bottom: 1.2rem solid #ffffff;
}
.big_logo_a {
    width: 150px;
    margin: auto;
    margin-bottom: 30px;
}
.no_border {
    border-top: none;
    border-bottom: none;
}


.assure-workflow {
    background: #000;
    border-top: 1.2rem solid #3b5759;
    border-bottom: 1.2rem solid #3b5759;
}

.workflow-step {
  color: #fff;
  max-width: 220px;
}

.step-number {
    width: 56px;
    height: 56px;
    background: #7fd3d6;
    color: #000;
    font-weight: 700;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    padding-top: 8px;
}

.workflow-step h5 {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 1.3em;
    margin-top: 20px;
}

.workflow-step p {
    font-size: 12px;
    line-height: 1.5;
    opacity: 0.9;
    color: #ffffff;
    margin-top: 10px;
    opacity: 0.9;
}

.workflow-footnote {
    color: #ffffff;
    font-size: 12px;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}
.justify-content-space-beteen {
    text-align: center;
}

.col-md {
  flex-basis: 0;
  flex-grow: 1;
}
.workflow-step {
    text-align: center;
}
.module-carousel {
    position: relative;
}
.master-main {
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 999;
    background-color: #070f19cf;
}

.comparison-table {
    background: transparent;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    text-align: left;
    max-width: 925px;
    margin: auto;
}


.comparison-table th {
  font-weight: 600;
}

.comparison-table td, .comparison-table th {
    padding: 6px 6px;
    border-color: #d6ecea;
}

.tick {
  color: #7cc242;
  font-size: 20px;
  font-weight: bold;
  filter: invert(61%) sepia(24%) saturate(600%) hue-rotate(58deg);
}

.cross {
  color: #e04b4b;
  font-size: 20px;
  font-weight: bold;
  filter: invert(20%) sepia(80%) saturate(6000%) hue-rotate(350deg);
}
.green_text {
    color: #8fc76c !important;
    line-height: 1.4em;
}
.text_center {
    text-align: center;
}
.big_white_title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 0;
    line-height: 1.2em;
    font-weight: 600;
    color: #ffffff;
    margin-top: 0px;
}
.assure-workflow {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.assure_workflow_title {
    color: #ffffff !important;
    font-size: 4rem !important;
    margin-bottom: 35px !important;
}
.price_table {
    padding-top: 8rem;
    padding-bottom: 8rem;
    border-top: 1.2rem solid #7bd2da;
}
.price_table_b_title {
    text-align: center;
    margin-top: 0;
    font-size: 4rem;
    margin-bottom: 4rem !important;
}
.table-responsive th {
    font-size: 2rem;
}
.get_touch_title {
    color: #27333c !important;
    text-align: center;
}
.get_touch_subtitle {
    color: #27333c !important;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px !important;
}
.module-action .a_text {
    color: #ffffff !important;
    text-align: center;
    font-size: 32px !important;
    margin-bottom: 22px !important;
}
.subtitle_p {
    max-width: 700px;
    margin: auto !important;
    text-align: center;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.4em;
    margin-bottom: 13px !important;
}
.a_foot_note {
        margin-top: 30px !important;
}
.ul_lists {
    padding-left: 0px !important;
    margin-top: 30px !important;
}
.ul_lists li {
    color: #27333c !important;
    font-size: 15px !important;
    margin-bottom: 10px !important;
    padding-left: 20px !important;
}
.ul_lists li::before {
    top: 3px !important;
    width: 10px !important;
    height: 10px !important;
}
.privacy_link {
    color: #27333c;
}
.privacy_link:hover {
    color: #27333c;
}
.wp-image-1405 {
    margin-top: 150px;
}
.orange_text.ss_c {
    font-size: 28px !important;
    margin-top: 20px !important;
    font-weight: 700 !important;
}
.sche_d {
    font-size: 22px !important;
}
img.emoji{
    height: .9em !important;
    width: .9em !important;
}
@media (max-width: 992px) {
.sche_d {
    font-size: 12px !important;
}
}

.module-carousel .slide__title {
        font-family: 'Elza', sans-serif !important;
        font-weight: 600;
        text-shadow: 0 0 5px #151616, 0 0 10px #202121, 0 0 20px #040404, 0 0 40px #000000;
    }
.gray_module_action .get_in_touch_button {
    margin-bottom: 0px;
    margin-top: 0px;
}
.eos_platform_title {
    margin-top: 2px;
}
.bg-white img {
    max-width: 80%;
}
.wp-image-1404 {
    margin-top: 50px;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 200px;
}
@media (max-width: 992px) {
    .hero-comtect .link__body {
        margin-bottom: 2rem !important;
    }
    .text-lg-left {
        width: 37%;
    }
    .text-lg-right {
        width: 62%;
    }
    .workflow-step {
    max-width: none;
}
.work_mobile {
        width: 100% !important;
        max-width: 100% !important;
        float: none;
        flex: none;
        margin-bottom: 50px !important;
    }
#sch_call .text-lg-left {
        width: auto;
        margin: auto;
    }
#sch_call .text-lg-right {
        width: auto;
    }
#big_id.text-lg-left {
        width: auto;
    }
.ships_row {
    display: none !important;
}
.assure_workflow_title {
    font-size: 2.5rem !important;
}
.orange_text.ss_c {
    font-size: 22px !important;
}
.module-action .a_text {
    font-size: 24px !important;
}
.price_table_b_title {
    font-size: 3rem !important;
}

}
@media (max-width: 768px) {
    .link__body {
        max-width: 84% !important;
        padding-left: 20px;
        padding-right: 20px;
    }
    .module-carousel .slide__text {
            font-size: 13px;
            text-shadow: 0 0 5px #151616, 0 0 10px #202121, 0 0 20px #040404, 0 0 40px #000000;
            text-align: center;
        }
    .module-carousel .slide__title {
        text-align: center;
        font-family: 'Elza', sans-serif !important;
        font-weight: 600;
        text-shadow: 0 0 5px #151616, 0 0 10px #202121, 0 0 20px #040404, 0 0 40px #000000;
    }

}