﻿@-webkit-keyframes bounceY {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-15px)
    }

    60% {
        -webkit-transform: translateY(-5px)
    }
}

@-moz-keyframes bounceY {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0)
    }

    40% {
        -moz-transform: translateY(-15px)
    }

    60% {
        -moz-transform: translateY(-5px)
    }
}

@-o-keyframes bounceY {

    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translateY(0)
    }

    40% {
        -o-transform: translateY(-15px)
    }

    60% {
        -o-transform: translateY(-5px)
    }
}

@keyframes bounceY {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-15px)
    }

    60% {
        transform: translateY(-5px)
    }
}

@-webkit-keyframes bounceX {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateX(0)
    }

    40% {
        -webkit-transform: translateX(-15px)
    }

    60% {
        -webkit-transform: translateX(-5px)
    }
}

@-moz-keyframes bounceX {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateX(0)
    }

    40% {
        -moz-transform: translateX(-15px)
    }

    60% {
        -moz-transform: translateX(-5px)
    }
}

@-o-keyframes bounceX {

    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translateX(0)
    }

    40% {
        -o-transform: translateX(-15px)
    }

    60% {
        -o-transform: translateX(-5px)
    }
}

@keyframes bounceX {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(0)
    }

    40% {
        transform: translateX(-15px)
    }

    60% {
        transform: translateX(-5px)
    }
}

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

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

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

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

@viewport {
    width: device-width
}

.has-primary-color {
    color: #005F94 !important
}

.has-primary-background-color {
    background: #005F94 !important
}

.has-primarylight-color {
    color: #006fae !important
}

.has-primarylight-background-color {
    background: #006fae !important
}

.has-primarydark-color {
    color: #003e61 !important
}

.has-primarydark-background-color {
    background: #003e61 !important
}

.has-secondary-color {
    color: #ff5b40 !important
}

.has-secondary-background-color {
    background: #ff5b40 !important
}

.has-secondarylight-color {
    color: #ff715a !important
}

.has-secondarylight-background-color {
    background: #ff715a !important
}

.has-secondarydark-color {
    color: #ff2f0d !important
}

.has-secondarydark-background-color {
    background: #ff2f0d !important
}

.has-tertiary-color {
    color: #1c363b !important
}

.has-tertiary-background-color {
    background: #1c363b !important
}

.has-tertiarylight-color {
    color: #24464c !important
}

.has-tertiarylight-background-color {
    background: #24464c !important
}

.has-tertiarydark-color {
    color: #0c1618 !important
}

.has-tertiarydark-background-color {
    background: #0c1618 !important
}

.has-quaternary-color {
    color: #066192 !important
}

.has-quaternary-background-color {
    background: #066192 !important
}

.has-quaternarylight-color {
    color: #0771aa !important
}

.has-quaternarylight-background-color {
    background: #0771aa !important
}

.has-quaternarydark-color {
    color: #044061 !important
}

.has-quaternarydark-background-color {
    background: #044061 !important
}

.has-gray-color {
    color: gray !important
}

.has-gray-background-color {
    background: gray !important
}

.has-graydark-color {
/*     color: #454345 !important */
}

.has-graydark-background-color {
    background: #454345 !important
}

.has-graylight-color {
    color: #f2f2f2 !important
}

.has-graylight-background-color {
    background: #f2f2f2 !important
}

.has-white-color {
    color: white !important
}

.has-white-background-color {
    background: white !important
}

.has-black-color {
    color: black !important
}

.has-black-background-color {
    background: black !important
}

@font-face {
    font-family: 'droid_serifitalic';
    src: url("DroidSerif-Italic-webfont.eot");
    src: url("DroidSerif-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("DroidSerif-Italic-webfont.woff2") format("woff2"), url("DroidSerif-Italic-webfont.woff") format("woff"), url("DroidSerif-Italic-webfont.ttf") format("truetype"), url("DroidSerif-Italic-webfont.svg#droid_serifitalic") format("svg");
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: 'droid_serifregular';
    src: url("DroidSerif-Regular-webfont.eot");
    src: url("DroidSerif-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("DroidSerif-Regular-webfont.woff2") format("woff2"), url("DroidSerif-Regular-webfont.woff") format("woff"), url("DroidSerif-Regular-webfont.ttf") format("truetype"), url("DroidSerif-Regular-webfont.svg#droid_serifregular") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'droid_serifbold';
    src: url("DroidSerif-Bold-webfont.eot");
    src: url("DroidSerif-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("DroidSerif-Bold-webfont.woff2") format("woff2"), url("DroidSerif-Bold-webfont.woff") format("woff"), url("DroidSerif-Bold-webfont.ttf") format("truetype"), url("DroidSerif-Bold-webfont.svg#droid_serifbold") format("svg");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: "gastromond";
    src: url("https://use.typekit.net/af/3eba23/00000000000000007735ae01/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/3eba23/00000000000000007735ae01/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/3eba23/00000000000000007735ae01/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: "Brandon Text";
    src: url("../fonts/BrandonText-RegularItalic.eot");
    src: url("../fonts/BrandonText-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonText-RegularItalic.woff2") format("woff2"), url("../fonts/BrandonText-RegularItalic.woff") format("woff"), url("../fonts/BrandonText-RegularItalic.ttf") format("truetype"), url("../fonts/BrandonText-RegularItalic.svg#BrandonText-RegularItalic") format("svg");
    font-weight: normal;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Brandon Text";
    src: url("../fonts/BrandonText-Bold.eot");
    src: url("../fonts/BrandonText-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonText-Bold.woff2") format("woff2"), url("../fonts/BrandonText-Bold.woff") format("woff"), url("../fonts/BrandonText-Bold.ttf") format("truetype"), url("../fonts/BrandonText-Bold.svg#BrandonText-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Brandon Text";
    src: url("../fonts/BrandonText-Light.eot");
    src: url("../fonts/BrandonText-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonText-Light.woff2") format("woff2"), url("../fonts/BrandonText-Light.woff") format("woff"), url("../fonts/BrandonText-Light.ttf") format("truetype"), url("../fonts/BrandonText-Light.svg#BrandonText-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Brandon Text";
    src: url("../fonts/BrandonText-Thin.eot");
    src: url("../fonts/BrandonText-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonText-Thin.woff2") format("woff2"), url("../fonts/BrandonText-Thin.woff") format("woff"), url("../fonts/BrandonText-Thin.ttf") format("truetype"), url("../fonts/BrandonText-Thin.svg#BrandonText-Thin") format("svg");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Brandon Text";
    src: url("../fonts/BrandonText-Regular.eot");
    src: url("../fonts/BrandonText-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonText-Regular.woff2") format("woff2"), url("../fonts/BrandonText-Regular.woff") format("woff"), url("../fonts/BrandonText-Regular.ttf") format("truetype"), url("../fonts/BrandonText-Regular.svg#BrandonText-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Akkordeon";
    src: url("../fonts/Akkordeon-Seven.eot");
    src: url("../fonts/Akkordeon-Seven.eot?#iefix") format("embedded-opentype"), url("../fonts/Akkordeon-Seven.woff2") format("woff2"), url("../fonts/Akkordeon-Seven.woff") format("woff"), url("../fonts/Akkordeon-Seven.ttf") format("truetype"), url("../fonts/Akkordeon-Seven.svg#Akkordeon-Seven") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

li.btn-1 a {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
    font-weight: bold !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
    text-align: center !important;
    color: #fff !important;
    text-transform: none !important;
    background-color: #005F94 !important;
    padding: 11px 27px !important;
    border-radius: 100px !important;
    border: solid 2px #005F94 !important;
    text-decoration: none !important;
    display: inline-block !important
}

li.btn-1:hover a,
li.btn-1:focus a,
li.btn-1:active a,
li.btn-1.active a {
    background-color: gray !important;
    color: #454345 !important;
    text-decoration: none !important;
    border-color: gray !important
}

li.btn-1.white a {
    background-color: #fff !important;
    color: #ff5b40 !important
}

li.btn-1.white:hover a,
li.btn-1.white:focus a,
li.btn-1.white:active a,
li.btn-1.white.active a {
    background-color: gray !important;
    color: #454345 !important;
    text-decoration: none !important;
    border-color: gray !important
}

li.btn-1.secondary a {
    background-color: #ff5b40 !important;
    border-color: #ff5b40 !important
}

li.btn-1.secondary:hover a,
li.btn-1.secondary:focus a,
li.btn-1.secondary:active a,
li.btn-1.secondary.active a {
    background-color: gray !important;
    color: #454345 !important;
    text-decoration: none !important;
    border-color: gray !important
}

li.btn-1.tertiary a {
    background-color: #1c363b !important
}

li.btn-1.tertiary:hover a,
li.btn-1.tertiary:focus a,
li.btn-1.tertiary:active a,
li.btn-1.tertiary.active a {
    background-color: gray !important;
    color: #454345 !important;
    text-decoration: none !important;
    border-color: gray !important
}

li.btn-1.border-white a {
    background-color: transparent !important;
    border-color: white !important;
    color: #fff !important
}

li.btn-1.border-white:hover a,
li.btn-1.border-white:focus a,
li.btn-1.border-white:active a,
li.btn-1.border-white.active a {
    background-color: gray !important;
    color: #454345 !important;
    text-decoration: none !important;
    border-color: gray !important
}

li.btn-1.border-primary a {
    background-color: transparent !important;
    border-color: #005F94 !important;
    color: #005F94 !important
}

li.btn-1.border-primary:hover a,
li.btn-1.border-primary:focus a,
li.btn-1.border-primary:active a,
li.btn-1.border-primary.active a {
    background-color: gray !important;
    color: #454345 !important;
    text-decoration: none !important;
    border-color: gray !important
}

a.btn-1,
button.btn-1,
span.btn-1,
input.btn-1 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.15px;
    text-align: center;
    color: #fff;
    text-transform: none;
    background-color: #005F94;
    padding: 16px 27px !important;
    border-radius: 100px;
    border: none;
    text-decoration: none;
    display: inline-block;
    display: inline-flex;
    overflow: hidden;
    border: solid 2px #005F94;
    text-decoration: none !important
}

a.btn-1 .text,
button.btn-1 .text,
span.btn-1 .text,
input.btn-1 .text {
    font-size: 13px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: 0.23px;
    color: white;
    text-transform: none;
    width: 0;
    display: inline-flex;
    text-indent: -300px;
    transition: 0.4s;
    opacity: 0
}

a.btn-1 i,
button.btn-1 i,
span.btn-1 i,
input.btn-1 i {
    font-size: 16px
}

a.btn-1:hover,
a.btn-1:focus,
a.btn-1:active,
button.btn-1:hover,
button.btn-1:focus,
button.btn-1:active,
span.btn-1:hover,
span.btn-1:focus,
span.btn-1:active,
input.btn-1:hover,
input.btn-1:focus,
input.btn-1:active {
    color: #1c363b !important;
    text-decoration: none
}

a.btn-1:hover.btn-social,
a.btn-1:focus.btn-social,
a.btn-1:active.btn-social,
button.btn-1:hover.btn-social,
button.btn-1:focus.btn-social,
button.btn-1:active.btn-social,
span.btn-1:hover.btn-social,
span.btn-1:focus.btn-social,
span.btn-1:active.btn-social,
input.btn-1:hover.btn-social,
input.btn-1:focus.btn-social,
input.btn-1:active.btn-social {
    background-color: #005F94 !important;
    color: #fff !important;
    text-decoration: none;
    border-color: #005F94 !important
}

a.btn-1:hover .text,
a.btn-1:focus .text,
a.btn-1:active .text,
button.btn-1:hover .text,
button.btn-1:focus .text,
button.btn-1:active .text,
span.btn-1:hover .text,
span.btn-1:focus .text,
span.btn-1:active .text,
input.btn-1:hover .text,
input.btn-1:focus .text,
input.btn-1:active .text {
    width: 100%;
    text-indent: 0;
    padding-left: 8px;
    opacity: 1
}

a.btn-1.gray-dark,
button.btn-1.gray-dark,
span.btn-1.gray-dark,
input.btn-1.gray-dark {
    background-color: #454345;
    border-color: #454345
}

a.btn-1.gray-dark:hover,
button.btn-1.gray-dark:hover,
span.btn-1.gray-dark:hover,
input.btn-1.gray-dark:hover {
    color: white !important;
    background-color: #1c363b;
    border-color: #1c363b
}

a.btn-1.tertiary,
button.btn-1.tertiary,
span.btn-1.tertiary,
input.btn-1.tertiary {
    background-color: #1c363b;
    border-color: #1c363b
}

a.btn-1.tertiary:hover,
button.btn-1.tertiary:hover,
span.btn-1.tertiary:hover,
input.btn-1.tertiary:hover {
    color: white !important;
    background-color: #454345;
    border-color: #454345
}

a.btn-1.white,
button.btn-1.white,
span.btn-1.white,
input.btn-1.white {
    background-color: #fff;
    color: #005F94;
    border-color: #fff
}

a.btn-1.white.tertiary-text,
button.btn-1.white.tertiary-text,
span.btn-1.white.tertiary-text,
input.btn-1.white.tertiary-text {
    color: #1c363b
}

a.btn-1.white.tertiary-text:hover,
button.btn-1.white.tertiary-text:hover,
span.btn-1.white.tertiary-text:hover,
input.btn-1.white.tertiary-text:hover {
    color: #005F94 !important
}

a.btn-1.white.gray-dark-text,
button.btn-1.white.gray-dark-text,
span.btn-1.white.gray-dark-text,
input.btn-1.white.gray-dark-text {
    color: #454345
}

a.btn-1.white.gray-dark-text:hover,
button.btn-1.white.gray-dark-text:hover,
span.btn-1.white.gray-dark-text:hover,
input.btn-1.white.gray-dark-text:hover {
    color: #005F94 !important
}

a.btn-1.white.ghost,
button.btn-1.white.ghost,
span.btn-1.white.ghost,
input.btn-1.white.ghost {
    background-color: transparent;
    color: white
}

a.btn-1.white.ghost:hover,
button.btn-1.white.ghost:hover,
span.btn-1.white.ghost:hover,
input.btn-1.white.ghost:hover {
    background-color: white;
    color: #005F94 !important
}

a.btn-2,
button.btn-2,
span.btn-2,
input.btn-2 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: 0.62px;
    color: black;
    background: transparent;
    border: none;
    text-decoration: none;
    padding: 0;
    display: inline-flex
}

a.btn-2:hover,
a.btn-2:focus,
a.btn-2:active,
button.btn-2:hover,
button.btn-2:focus,
button.btn-2:active,
span.btn-2:hover,
span.btn-2:focus,
span.btn-2:active,
input.btn-2:hover,
input.btn-2:focus,
input.btn-2:active {
    text-decoration: underline
}

a.btn-2:hover::after,
a.btn-2:focus::after,
a.btn-2:active::after,
button.btn-2:hover::after,
button.btn-2:focus::after,
button.btn-2:active::after,
span.btn-2:hover::after,
span.btn-2:focus::after,
span.btn-2:active::after,
input.btn-2:hover::after,
input.btn-2:focus::after,
input.btn-2:active::after {
    background-size: contain;
    background-repeat: no-repeat
}

a.btn-2.small,
button.btn-2.small,
span.btn-2.small,
input.btn-2.small {
    font-size: 14px
}

a.btn-2.big,
button.btn-2.big,
span.btn-2.big,
input.btn-2.big {
    transform: scale(1.6);
    transform-origin: left
}

a.btn-2::after,
button.btn-2::after,
span.btn-2::after,
input.btn-2::after {
    content: "";
    display: inline-flex;
    position: relative;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.53 6.53a.75.75 0 0 0 0-1.06L6.757.697a.75.75 0 1 0-1.06 1.06L9.939 6l-4.242 4.243a.75.75 0 0 0 1.06 1.06L11.53 6.53zM0 6.75h11v-1.5H0v1.5z' fill='black'/%3e%3c/svg%3e ");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
    width: 13px;
    height: 10px;
    top: 5px
}

a.btn-2.gray,
button.btn-2.gray,
span.btn-2.gray,
input.btn-2.gray {
    color: gray
}

a.btn-2.gray:after,
button.btn-2.gray:after,
span.btn-2.gray:after,
input.btn-2.gray:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.53 6.53a.75.75 0 0 0 0-1.06L6.757.697a.75.75 0 1 0-1.06 1.06L9.939 6l-4.242 4.243a.75.75 0 0 0 1.06 1.06L11.53 6.53zM0 6.75h11v-1.5H0v1.5z' fill='gray'/%3e%3c/svg%3e ")
}

a.btn-2.white,
button.btn-2.white,
span.btn-2.white,
input.btn-2.white {
    color: white
}

a.btn-2.white:after,
button.btn-2.white:after,
span.btn-2.white:after,
input.btn-2.white:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.53 6.53a.75.75 0 0 0 0-1.06L6.757.697a.75.75 0 1 0-1.06 1.06L9.939 6l-4.242 4.243a.75.75 0 0 0 1.06 1.06L11.53 6.53zM0 6.75h11v-1.5H0v1.5z' fill='white'/%3e%3c/svg%3e ")
}

a.btn-3,
button.btn-3,
span.btn-3,
input.btn-3 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    color: black;
    background: transparent;
    border: none;
    text-decoration: none;
    padding: 0;
    display: inline-flex
}

a.btn-3:hover,
a.btn-3:focus,
a.btn-3:active,
button.btn-3:hover,
button.btn-3:focus,
button.btn-3:active,
span.btn-3:hover,
span.btn-3:focus,
span.btn-3:active,
input.btn-3:hover,
input.btn-3:focus,
input.btn-3:active {
    color: #454345
}

a.btn-3:hover::after,
a.btn-3:focus::after,
a.btn-3:active::after,
button.btn-3:hover::after,
button.btn-3:focus::after,
button.btn-3:active::after,
span.btn-3:hover::after,
span.btn-3:focus::after,
span.btn-3:active::after,
input.btn-3:hover::after,
input.btn-3:focus::after,
input.btn-3:active::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='7.167' height='12.826'%3e%3cpath data-name='Path 1120' d='m0 .374 5.967 4.741L11.527 0' transform='rotate(-90 6.47 5.734)' style='fill:none;stroke:%23888888;stroke-width:2px'/%3e%3c/svg%3e ");
    background-size: contain;
    background-repeat: no-repeat
}

a.btn-3.small,
button.btn-3.small,
span.btn-3.small,
input.btn-3.small {
    font-size: 14px
}

a.btn-3::after,
button.btn-3::after,
span.btn-3::after,
input.btn-3::after {
    content: "";
    display: inline-flex;
    position: relative;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='7.167' height='12.826'%3e%3cpath data-name='Path 1120' d='m0 .374 5.967 4.741L11.527 0' transform='rotate(-90 6.47 5.734)' style='fill:none;stroke:%23000;stroke-width:2px'/%3e%3c/svg%3e ");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 9px;
    width: 9.1px;
    height: 11.5px;
    top: 3px
}

a.btn-3.white,
button.btn-3.white,
span.btn-3.white,
input.btn-3.white {
    color: white
}

a.btn-3.white::after,
button.btn-3.white::after,
span.btn-3.white::after,
input.btn-3.white::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='7.167' height='12.826'%3e%3cpath data-name='Path 1120' d='m0 .374 5.967 4.741L11.527 0' transform='rotate(-90 6.47 5.734)' style='fill:none;stroke:%23fff;stroke-width:2px'/%3e%3c/svg%3e ")
}

a.btn-3.white:hover,
button.btn-3.white:hover,
span.btn-3.white:hover,
input.btn-3.white:hover {
    color: #1c363b
}

a.btn-3.white:hover::after,
button.btn-3.white:hover::after,
span.btn-3.white:hover::after,
input.btn-3.white:hover::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='7.167' height='12.826'%3e%3cpath data-name='Path 1120' d='m0 .374 5.967 4.741L11.527 0' transform='rotate(-90 6.47 5.734)' style='fill:none;stroke:%233ba99f;stroke-width:2px'/%3e%3c/svg%3e ")
}

a.btn-3.white-hover-violet,
button.btn-3.white-hover-violet,
span.btn-3.white-hover-violet,
input.btn-3.white-hover-violet {
    color: white
}

a.btn-3.white-hover-violet::after,
button.btn-3.white-hover-violet::after,
span.btn-3.white-hover-violet::after,
input.btn-3.white-hover-violet::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='7.167' height='12.826'%3e%3cpath data-name='Path 1120' d='m0 .374 5.967 4.741L11.527 0' transform='rotate(-90 6.47 5.734)' style='fill:none;stroke:%23fff;stroke-width:2px'/%3e%3c/svg%3e ")
}

a.btn-3.white-hover-violet:hover,
button.btn-3.white-hover-violet:hover,
span.btn-3.white-hover-violet:hover,
input.btn-3.white-hover-violet:hover {
    color: #044061
}

a.btn-3.white-hover-violet:hover::after,
button.btn-3.white-hover-violet:hover::after,
span.btn-3.white-hover-violet:hover::after,
input.btn-3.white-hover-violet:hover::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='7.167' height='12.826'%3e%3cpath data-name='Path 1120' d='m0 .374 5.967 4.741L11.527 0' transform='rotate(-90 6.47 5.734)' style='fill:none;stroke:%232c2c65;stroke-width:2px'/%3e%3c/svg%3e ")
}

a.btn-video,
button.btn-video,
span.btn-video,
input.btn-video {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: transparent;
    border: none
}

a.btn-video:hover:before,
a.btn-video:focus:before,
a.btn-video:active:before,
a.btn-video.hover:before,
button.btn-video:hover:before,
button.btn-video:focus:before,
button.btn-video:active:before,
button.btn-video.hover:before,
span.btn-video:hover:before,
span.btn-video:focus:before,
span.btn-video:active:before,
span.btn-video.hover:before,
input.btn-video:hover:before,
input.btn-video:focus:before,
input.btn-video:active:before,
input.btn-video.hover:before {
    background: #ff5b40;
    color: #fff
}

a.btn-video:hover::after,
a.btn-video:focus::after,
a.btn-video:active::after,
a.btn-video.hover::after,
button.btn-video:hover::after,
button.btn-video:focus::after,
button.btn-video:active::after,
button.btn-video.hover::after,
span.btn-video:hover::after,
span.btn-video:focus::after,
span.btn-video:active::after,
span.btn-video.hover::after,
input.btn-video:hover::after,
input.btn-video:focus::after,
input.btn-video:active::after,
input.btn-video.hover::after {
    opacity: 0.64;
    -webkit-filter: blur(1px);
    filter: blur(1px);
    border: solid 2px #ff5b40;
    background: #ff5b40
}

a.btn-video::before,
button.btn-video::before,
span.btn-video::before,
input.btn-video::before {
    content: "\f04b";
    box-sizing: border-box;
    display: inline-flex;
    position: relative;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: "Font Awesome 5 Pro";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    text-rendering: auto;
    width: 93px;
    height: 93px;
    border-radius: 50%;
    padding-top: 0px;
    padding-left: 3px;
    background: white;
    color: #ff5b40;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 5
}

a.btn-video::after,
button.btn-video::after,
span.btn-video::after,
input.btn-video::after {
    content: "";
    display: block;
    width: 83px;
    height: 83px;
    border-radius: 50%;
    opacity: 0.64;
    border: solid 2px #ffffff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    position: absolute;
    background-color: #fff;
    display: none
}

footer.footer {
    position: relative;
    overflow: hidden;
    background-color: #066192
}

footer.footer .section-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

footer.footer .section-background::before {
    opacity: 0.71;
    background-color: #000;
    z-index: 2
}

footer.footer .section-background picture {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%
}

footer.footer .section-background source {
    display: block;
    width: 100%;
    height: 100%
}

footer.footer .section-background img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover
}

footer.footer .container {
    position: relative;
    z-index: 7
}

footer.footer .footer-top {
    position: relative;
/*     padding: 44px 0px 0px */
}

footer.footer .logo-box {
    display: flex;
    margin-bottom: 15px
}

footer.footer .logo-box.center {
    justify-content: center
}

footer.footer .logo-footer {
    width: 34.5px;
    height: 30.9px;
    margin: 0;
    max-width: 100%;
    flex-shrink: 0
}

footer.footer .logo-footer img {
    object-fit: contain;
    width: 99%;
    height: 99%
}

footer.footer .info-brand-box p {
    line-height: 1.5;
    letter-spacing: normal;
}

footer.footer h2 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #fff
}

footer.footer h3 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #fff;
    text-transform: none;
    margin-bottom: 10px;
    position: relative
}

footer.footer address,
footer.footer p,
footer.footer a:not(.btn-1) {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #fff;
    text-transform: none
}

footer.footer address {
    margin: 0;
    margin-bottom: 0px
}

footer.footer address::before {
    content: "";
    display: none;
    background: url("../images/icons/address.svg") no-repeat;
    background-size: contain;
    background-position: center;
    width: 15px;
    height: 15px;
    position: relative;
    margin-right: 12px;
    top: 3px;
    flex-shrink: 0
}

footer.footer .link a {
    margin-right: 10px
}

footer.footer .link a:last-child {
    margin-right: 0
}

footer.footer a.email {
    font-family: 'Roboto', sans-serif !important;
    position: relative;
    display: block
}

footer.footer a.email::before {
    content: "";
    display: block;
    background: url("../images/mail-icon.svg") no-repeat;
    background-size: contain;
    background-position: center;
    width: 18.8px;
    height: 18.8px;
    position: relative;
    margin: 0 auto 10px;
    top: 0px;
    flex-shrink: 0;
    display: none
}

@media (min-width: 768px) {
    footer.footer a.email {
        display: flex;
        align-items: center
    }

    footer.footer a.email::before {
        display: inline-flex;
        margin: 0;
        margin-right: 8.5px
    }
}

footer.footer a.email:hover {
    color: #ff5b40
}

footer.footer a.phone {
    position: relative;
    margin-bottom: 10px;
    display: block
}

footer.footer a.phone::before {
    content: "";
    display: block;
    background: url("../images/phone-icon.svg") no-repeat;
    background-size: contain;
    background-position: center;
    width: 18.8px;
    height: 18.8px;
    position: relative;
    margin: 0 auto 10px;
    top: 0px;
    flex-shrink: 0;
    display: none
}

@media (min-width: 768px) {
    footer.footer a.phone {
        display: flex;
        align-items: center
    }
}

footer.footer a.phone:hover {
    color: #ff5b40
}

footer.footer .newsletter-box h3 {
    margin-bottom: 0
}

footer.footer .contact-box a {
    margin-bottom: 9px
}

footer.footer .contact-box a:last-child {
    margin-bottom: 0
}

footer.footer .main-links-box a {
    color: #005F94;
    display: block;
    margin-bottom: 10px
}

footer.footer .main-links-box a:last-child {
    margin-bottom: 0
}

footer.footer .footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

footer.footer .footer-links a {
    font-weight: 700;
    margin: 5px 11px
}

footer.footer .menu-footer-menu-container>ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row
}

footer.footer .menu-footer-menu-container>ul>li,
footer.footer .menu-footer-menu-container>ul .main-item {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 15px
}

footer.footer .menu-footer-menu-container>ul>li>a,
footer.footer .menu-footer-menu-container>ul .main-item>a {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: none
}

footer.footer .menu-footer-menu-container>ul>li ul,
footer.footer .menu-footer-menu-container>ul .main-item ul {
    display: none
}

@media (min-width: 768px) {
    footer.footer .menu-footer-menu-container>ul>li {
        width: 33.3%
    }
}

footer.footer .menu-footer-menu-container>ul .main-item {
    margin-bottom: 10px
}

footer.footer .menu-footer-menu-container>ul .main-item a {
    margin-bottom: 0
}

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

footer.footer .menu-footer-menu-container ul a {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 15px;
    display: block;
    text-decoration: none;
    text-transform: none
}

footer.footer .menu-footer-menu-container ul a:hover {
    color: #ff5b40
}

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

footer.footer .main-links li {
    margin-bottom: 18px;
    position: relative
}

footer.footer .main-links li:hover::after {
    width: 100%
}

footer.footer .main-links li::after {
    content: "";
    display: block;
    width: 41px;
    height: 2px;
    background: gray;
    position: absolute;
    bottom: -6px;
    left: 0;
    transition: 0.4s;
    display: none
}

footer.footer .main-links li.donate::after {
    background: #006fae
}

footer.footer .main-links li.donate a {
    color: #006fae
}

footer.footer .main-links li a {
    min-width: 164px
}

footer.footer .main-links a {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: gray;
    text-decoration: none
}

footer.footer .extra-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

footer.footer .extra-menu ul li {
    width: 50%;
    margin: 18px 0
}

footer.footer .footer-middle {
    background-image: linear-gradient(to bottom, #005F94, #7e1d19)
}

footer.footer .footer-middle .container {
    border-bottom: solid 1px #006fae;
    position: relative;
    padding-top: 54px;
    padding-bottom: 0px
}

footer.footer .footer-middle .link-container {
    display: flex;
    justify-content: space-between
}

footer.footer .footer-middle .link-container a {
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: black
}

footer.footer .footer-bottom {
/*     padding: 47px 0 40px; */
    position: relative;
    z-index: 2
}

footer.footer .footer-bottom .container {
    border-top: 1px solid white;
    position: relative;
    padding-top: 22px
}

footer.footer .footer-bottom p,
footer.footer .footer-bottom .copy-r,
footer.footer .footer-bottom .copy-r p,
footer.footer .footer-bottom .copy-r p a,
footer.footer .footer-bottom .created-by,
footer.footer .footer-bottom .created-by p,
footer.footer .footer-bottom .created-by p a {
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #fff;
    text-transform: none;
    margin: 0
}

footer.footer .footer-bottom p strong,
footer.footer .footer-bottom .copy-r strong,
footer.footer .footer-bottom .copy-r p strong,
footer.footer .footer-bottom .copy-r p a strong,
footer.footer .footer-bottom .created-by strong,
footer.footer .footer-bottom .created-by p strong,
footer.footer .footer-bottom .created-by p a strong {
    color: inherit;
    font-weight: 700
}

footer.footer .footer-bottom p a,
footer.footer .footer-bottom .copy-r a,
footer.footer .footer-bottom .copy-r p a,
footer.footer .footer-bottom .copy-r p a a,
footer.footer .footer-bottom .created-by a,
footer.footer .footer-bottom .created-by p a,
footer.footer .footer-bottom .created-by p a a {
    color: inherit;
    text-decoration: none;
    display: inline
}

footer.footer .footer-bottom p a:hover,
footer.footer .footer-bottom .copy-r a:hover,
footer.footer .footer-bottom .copy-r p a:hover,
footer.footer .footer-bottom .copy-r p a a:hover,
footer.footer .footer-bottom .created-by a:hover,
footer.footer .footer-bottom .created-by p a:hover,
footer.footer .footer-bottom .created-by p a a:hover {
    text-decoration: underline
}

footer.footer .footer-bottom .terms {
    margin-top: 16px
}

footer.footer .footer-bottom .terms a {
    opacity: 0.7;
    font-family: Sarabun;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #066192
}

footer.footer .networks {
    margin: 0
}

footer.footer .networks ul.social {
    margin-left: 0
}

footer.footer ul.social {
    display: inline-flex;
    justify-content: center;
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    flex-direction: row
}

footer.footer ul.social li {
    display: inline-block;
    margin: 0px !important;
    margin-right: 17px !important;
    width: auto
}

footer.footer ul.social li:last-child {
    margin-right: 0 !important
}

footer.footer ul.social li a {
    display: inherit;
    border-radius: 50%;
    color: white;
    border: none;
    background: transparent;
    height: auto;
    margin: 0px;
    position: relative;
    transition: 0.4s;
    width: auto
}

footer.footer ul.social li a i {
    font-size: 15px
}

footer.footer ul.social li a:hover {
    color: #ff5b40
}

footer.footer .img-sponsors {
    width: 104px;
    height: 61px
}

footer.footer .classic-text-widget {
    display: block !important
}

@media (min-width: 768px) {
    footer.footer .logo-box.center {
        justify-content: flex-start
    }

    footer.footer .footer-links {
        justify-content: flex-start
    }

    footer.footer .footer-links a {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    footer.footer .newsletter-box h3 {
        flex-shrink: 0;
        margin-right: 15px
    }
}

@media (min-width: 1200px) {
    footer.footer .menu-footer-menu-container>ul>li.btn-1 {
        text-align: right;
        padding-right: 0
    }

    footer.footer .menu-footer-menu-container>ul>li.btn-1 a {
        min-width: 110px
    }

    footer.footer .menu-footer-menu-container>ul>li.btn-1.secondary {
        position: absolute;
        top: 60px;
        right: 46px
    }

    footer.footer .footer-top {
/*         padding-top: 68px */
    }

    footer.footer .footer-links {
        justify-content: center;
        flex-direction: column;
        margin-top: 100px;
        position: relative
    }

    footer.footer .social-box {
/*         margin-top: 51px; */
        text-align: center
    }

    footer.footer .social-box h3 {
        margin-bottom: 5px
    }

    footer.footer .info-brand-box {
        padding-right: 60px
    }

    footer.footer h2 {
        margin-bottom: 7px
    }

    footer.footer .newsletter-box {
        margin-top: 28px
    }
}

.translate-box {
    padding: 15px 30px;
    text-align: center
}

.translate-box a.switcher-popup {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    display: flex;
    align-items: center;
    color: white;
    text-transform: uppercase;
    text-decoration: none
}

.translate-box a.switcher-popup img {
    margin-right: 5px
}

.translate-box a.switcher-popup span {
    color: #005F94 !important
}

.translate-box .gt_white_content {
    max-width: 90%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0
}

html[data-useragent*="iPad"] body .header-navigation .container,
html[data-useragent*="ios"] body .header-navigation .container,
html[data-useragent*="Android"] body .header-navigation .container,
html[data-useragent*="Mobile"] body .header-navigation .container,
html.touch body .header-navigation .container {
    width: 100vw;
    max-width: 100vw;
    padding: 0;
    margin: 0
}

html[data-useragent*="iPad"] body .navbar-expand-lg .navbar-toggler,
html[data-useragent*="ios"] body .navbar-expand-lg .navbar-toggler,
html[data-useragent*="Android"] body .navbar-expand-lg .navbar-toggler,
html[data-useragent*="Mobile"] body .navbar-expand-lg .navbar-toggler,
html.touch body .navbar-expand-lg .navbar-toggler {
    display: block
}

html[data-useragent*="iPad"] body .extra-links-bar:not(.extra-links-bar-mobile),
html[data-useragent*="ios"] body .extra-links-bar:not(.extra-links-bar-mobile),
html[data-useragent*="Android"] body .extra-links-bar:not(.extra-links-bar-mobile),
html[data-useragent*="Mobile"] body .extra-links-bar:not(.extra-links-bar-mobile),
html.touch body .extra-links-bar:not(.extra-links-bar-mobile) {
    display: none
}

@media (min-width: 576px) {

    html[data-useragent*="iPad"] body #NavDropdown,
    html[data-useragent*="ios"] body #NavDropdown,
    html[data-useragent*="Android"] body #NavDropdown,
    html[data-useragent*="Mobile"] body #NavDropdown,
    html.touch body #NavDropdown {
        width: 300px
    }
}

@media (min-width: 576px) {

    html[data-useragent*="iPad"] body .height-wrap,
    html[data-useragent*="ios"] body .height-wrap,
    html[data-useragent*="Android"] body .height-wrap,
    html[data-useragent*="Mobile"] body .height-wrap,
    html.touch body .height-wrap {
        width: 300px
    }
}

@media (min-width: 768px) {

    html[data-useragent*="iPad"] body header.header .navbar-expand-lg .navbar-toggler,
    html[data-useragent*="ios"] body header.header .navbar-expand-lg .navbar-toggler,
    html[data-useragent*="Android"] body header.header .navbar-expand-lg .navbar-toggler,
    html[data-useragent*="Mobile"] body header.header .navbar-expand-lg .navbar-toggler,
    html.touch body header.header .navbar-expand-lg .navbar-toggler {
        margin-right: 30px;
        margin-left: auto
    }

    html[data-useragent*="iPad"] body header.header #NavDropdown,
    html[data-useragent*="ios"] body header.header #NavDropdown,
    html[data-useragent*="Android"] body header.header #NavDropdown,
    html[data-useragent*="Mobile"] body header.header #NavDropdown,
    html.touch body header.header #NavDropdown {
        top: 105px
    }

    html[data-useragent*="iPad"] body .navbar-brand,
    html[data-useragent*="ios"] body .navbar-brand,
    html[data-useragent*="Android"] body .navbar-brand,
    html[data-useragent*="Mobile"] body .navbar-brand,
    html.touch body .navbar-brand {
        width: 111.8px;
        height: 64.5px;
        margin-left: 30px
    }

    html[data-useragent*="iPad"] body .navbar-brand::before,
    html[data-useragent*="ios"] body .navbar-brand::before,
    html[data-useragent*="Android"] body .navbar-brand::before,
    html[data-useragent*="Mobile"] body .navbar-brand::before,
    html.touch body .navbar-brand::before {
        right: -30px
    }
}

.mega-menu {
    display: none;
    width: 100%;
    margin-left: auto;
    margin-right: 10%;
    height: calc(100vh - 143px);
    max-height: 700px;
    overflow: scroll
}

.mega-menu .card-style-5-links a {
    font-family: "Akkordeon", sans-serif !important;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #0771aa;
    margin-bottom: 22px;
    display: block
}

.mega-menu .card-style-5-links a:last-child {
    margin-bottom: 0
}

.mega-menu .card-style-5-links a:hover {
    color: #005F94
}

.mega-menu .card-style-6-links a {
    font-family: 'Roboto', sans-serif !important;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: normal;
    color: #0771aa;
    margin-bottom: 18px;
    display: block
}

.mega-menu .card-style-6-links a:last-child {
    margin-bottom: 0
}

.mega-menu .card-style-6-links a:hover {
    color: #005F94
}

.mega-menu .section-title {
    font-family: "Akkordeon", sans-serif !important;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #005F94;
    margin-bottom: 17px
}

.mega-menu a.title-link {
    font-family: "Akkordeon", sans-serif !important;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #005F94;
    margin-bottom: 17px
}

.mega-menu a.title-link a {
    color: inherit
}

.mega-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    height: 100%
}

.mega-menu ul li.media-item {
    width: 100%
}

.mega-menu a.d-block {
    text-decoration: none
}

.mega-menu .content-wrap {
    background: white;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.16);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 94%, rgba(0, 0, 0, 0.1))
}

.mega-menu .content-wrap .single-box,
.mega-menu .content-wrap .d-block,
.mega-menu .content-wrap .card {
    height: 100%
}

.mega-menu .content-wrap.mega-menu-style-1 li.media-item {
    width: calc(100% / 3)
}

.mega-menu .content-wrap.mega-menu-style-2 li.media-item {
    width: calc(100% / 4)
}

.mega-menu .content-wrap.mega-menu-style-3 li.media-item {
    width: calc(100% / 5)
}

.mega-menu .content-wrap.mega-menu-style-4 li.media-item {
    width: calc(100% / 3)
}

.mega-menu .content-wrap.mega-menu-style-5 {
    padding-top: 17px;
    padding-left: 0px;
    padding-right: 30px;
    padding-bottom: 47px
}

.mega-menu .content-wrap.mega-menu-style-5 li.media-item {
    width: calc(100% / 3)
}

.mega-menu .content-wrap.mega-menu-style-6 li.media-item {
    width: calc(100% / 3)
}

.mega-menu .content-wrap.mega-menu-style-7 {
    padding-top: 59px;
    padding-bottom: 63px
}

.mega-menu .content-wrap.mega-menu-style-7 li.media-item {
    width: calc(100% / 2)
}

.mega-menu .content-wrap .card-menu-style-1 {
    background: transparent
}

.mega-menu .content-wrap .card-menu-style-1 .img-wrap {
    border-radius: 0;
    margin: 0;
    min-height: 200px;
    height: 100%
}

.mega-menu .content-wrap .card-menu-style-1 .card-title {
    font-family: "Akkordeon", sans-serif !important;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: center;
    color: #005F94;
    margin: 0 auto;
    padding: 28px 0;
    min-height: 100px
}

.mega-menu .content-wrap .card-menu-style-1 .card-title a {
    color: inherit
}

.mega-menu .content-wrap .card-menu-style-1 .card-body {
    padding: 0
}

.mega-menu .content-wrap .card-menu-style-2 {
    background: transparent
}

.mega-menu .content-wrap .card-menu-style-2 .card-title {
    font-family: "Akkordeon", sans-serif !important;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: center;
    color: #005F94;
    margin: 0 auto;
    padding: 28px 0
}

.mega-menu .content-wrap .card-menu-style-2 .card-title a {
    color: inherit
}

.mega-menu .content-wrap .card-menu-style-2 .card-body {
    padding-top: 0
}

.mega-menu .content-wrap .card-menu-style-2 .content-card-text-container {
    display: flex;
    justify-content: space-between
}

.mega-menu .content-wrap .card-menu-style-2 .content-card-text-container * {
    width: 48%
}

.mega-menu .content-wrap .card-menu-style-2 .content-card-text-container p,
.mega-menu .content-wrap .card-menu-style-2 .content-card-text-container address,
.mega-menu .content-wrap .card-menu-style-2 .content-card-text-container a,
.mega-menu .content-wrap .card-menu-style-2 .content-card-text-container li {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: normal;
    color: #000000;
    margin: 0
}

.mega-menu .content-wrap .card-menu-style-2 .img-wrap {
    height: 70%;
    min-height: 130px;
    margin: 0
}

.mega-menu .content-wrap .card-menu-style-3 {
    background: transparent
}

.mega-menu .content-wrap .card-menu-style-3 .card-body {
    display: flex;
    justify-content: center;
    align-items: center
}

.mega-menu .content-wrap .card-menu-style-3 .impact-box {
    display: flex;
    margin-bottom: 49px
}

.mega-menu .content-wrap .card-menu-style-3 .impact-box:last-child {
    margin-bottom: 0
}

.mega-menu .content-wrap .card-menu-style-3 .impact-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #005F94;
    overflow: hidden;
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 27px;
    display: flex;
    align-items: center;
    justify-content: center
}

.mega-menu .content-wrap .card-menu-style-3 .impact-icon img {
    position: absolute;
    width: 28px;
    height: 28px;
    object-fit: contain
}

.mega-menu .content-wrap .card-menu-style-3 .impact-title {
    font-family: "Akkordeon", sans-serif !important;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #005F94
}

.mega-menu .content-wrap .card-menu-style-3 .impact-text p,
.mega-menu .content-wrap .card-menu-style-3 .impact-text li {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #000000
}

.mega-menu .content-wrap .card-menu-style-3 .impact-text p a,
.mega-menu .content-wrap .card-menu-style-3 .impact-text li a {
    color: inherit
}

.mega-menu .content-wrap .card-menu-style-4 {
    background: #005F94
}

.mega-menu .content-wrap .card-menu-style-4 .card-body {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 83px;
    padding-right: 83px
}

.mega-menu .content-wrap .card-menu-style-4 blockquote,
.mega-menu .content-wrap .card-menu-style-4 p,
.mega-menu .content-wrap .card-menu-style-4 li {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    color: #ffffff
}

.mega-menu .content-wrap .card-menu-style-4 blockquote a,
.mega-menu .content-wrap .card-menu-style-4 p a,
.mega-menu .content-wrap .card-menu-style-4 li a {
    color: inherit
}

.mega-menu .content-wrap .card-menu-style-4 cite {
    color: white
}

.mega-menu .content-wrap .card-menu-style-5 {
    background: transparent
}

.mega-menu .content-wrap .card-menu-style-5 .card-body {
    display: flex;
    justify-content: center;
    align-items: center
}

.mega-menu .content-wrap .card-menu-style-6 {
    background: transparent
}

.mega-menu .content-wrap .card-menu-style-6 .card-body {
    padding-top: 0
}

.mega-menu .content-wrap .card-menu-style-6 .card-title {
    font-family: "Akkordeon", sans-serif !important;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: center;
    color: #005F94;
    margin: 0 auto;
    padding: 28px 0
}

.mega-menu .content-wrap .card-menu-style-6 .card-title a {
    color: inherit
}

header.header {
    top: 0;
    transition: 0.4s
}

header.header::before {
    content: "";
    opacity: 0;
    background-color: #005F94;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    transition: 0;
    box-shadow: 1px 6px 17px 0 rgba(0, 0, 0, 0.1)
}

header.header.active::before {
    height: 100%;
    opacity: 1
}

header.header.active .navbar-toggler {
    -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

header.header.active .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 15 14' style='enable-background:new 0 0 15 14;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23fff;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-295 -30) translate(295 30)'%3e%3cpath class='st0' d='M12.1,1L1.5,11.6c-0.4,0.4-0.4,1,0,1.4l0,0c0.4,0.4,1,0.4,1.4,0L13.5,2.4c0.4-0.4,0.4-1,0-1.4l0,0 C13.1,0.6,12.5,0.6,12.1,1z'/%3e%3cpath class='st0' d='M2.9,1l10.6,10.6c0.4,0.4,0.4,1,0,1.4l0,0c-0.4,0.4-1,0.4-1.4,0L1.5,2.4C1.1,2,1.1,1.4,1.5,1l0,0 C1.9,0.6,2.5,0.6,2.9,1z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-size: 55%
}

.header-top.over-navbar {
    display: none
}

.donate-bar {
    padding: 5px 12px;
    background-color: #272727;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    position: relative
}

.donate-bar::before {
    content: "";
    display: block;
    background-color: #272727;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1
}

.donate-bar a {
    font-family: "Akkordeon", sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    display: block;
    width: 171px;
    margin-left: auto
}

.donate-bar a:hover {
    text-decoration: none
}

.donate-bar .close {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 15 14' style='enable-background:new 0 0 15 14;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23cecfd1;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-295 -30) translate(295 30)'%3e%3cpath class='st0' d='M12.1,1L1.5,11.6c-0.4,0.4-0.4,1,0,1.4l0,0c0.4,0.4,1,0.4,1.4,0L13.5,2.4c0.4-0.4,0.4-1,0-1.4l0,0 C13.1,0.6,12.5,0.6,12.1,1z'/%3e%3cpath class='st0' d='M2.9,1l10.6,10.6c0.4,0.4,0.4,1,0,1.4l0,0c-0.4,0.4-1,0.4-1.4,0L1.5,2.4C1.1,2,1.1,1.4,1.5,1l0,0 C1.9,0.6,2.5,0.6,2.9,1z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    font-size: 0;
    margin-left: auto
}

.navbar,
.navbar.navbar-expand-xl {
    margin-top: 0px;
    display: block;
    padding: 0 15px
}

.navbar-header {
    display: flex;
    align-items: center;
    width: 100%;
    margin-right: 0 !important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: relative;
    z-index: 1050;
    padding: 20px 0px
}

.navbar-brand {
    width: 105px;
    height: 60.5px;
    padding: 0 !important;
    position: relative
}

.navbar-brand::before {
    content: "";
    display: block;
    width: calc(100% + 60px);
    height: calc(100% + 40px);
    background-color: #003e61;
    position: absolute;
    top: -20px;
    right: -14px;
    display: none
}

.navbar-brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 5;
    position: relative
}

.navbar-brand img:nth-child(1) {
    display: block
}

.navbar-brand img:nth-child(2) {
    display: none
}

.navbar-toggler {
    padding: 0;
    margin-right: 10px;
    margin-left: auto
}

.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='21' viewBox='0 0 32 21'%3e%3cg fill='none' fill-rule='evenodd' stroke-linecap='round'%3e%3cg stroke='%23fff' stroke-width='3.5'%3e%3cg%3e%3cpath d='M30 1.5L8 1.5M30 19.5L8 19.5M30 10.5L1 10.5' transform='translate(-283.000000, -28.000000) translate(283.000000, 28.000000)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
    width: 26px;
    height: 31px;
    margin: 0;
    padding: 0
}

.navbar-toggler:focus {
    outline: none
}

.navbar-toggler.active {
    -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.navbar-toggler.active .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 15 14' style='enable-background:new 0 0 15 14;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%230f3d5e;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-295 -30) translate(295 30)'%3e%3cpath class='st0' d='M12.1,1L1.5,11.6c-0.4,0.4-0.4,1,0,1.4l0,0c0.4,0.4,1,0.4,1.4,0L13.5,2.4c0.4-0.4,0.4-1,0-1.4l0,0 C13.1,0.6,12.5,0.6,12.1,1z'/%3e%3cpath class='st0' d='M2.9,1l10.6,10.6c0.4,0.4,0.4,1,0,1.4l0,0c-0.4,0.4-1,0.4-1.4,0L1.5,2.4C1.1,2,1.1,1.4,1.5,1l0,0 C1.9,0.6,2.5,0.6,2.9,1z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-size: 55%
}

@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

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

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

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

.just-for-mobile {
    margin-left: auto
}

.just-for-mobile .btn-donate a {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #ffffff;
    text-align: center;
    text-transform: none;
    background-color: #ff5b40;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    border-radius: 23px;
    min-width: auto;
    margin: 0 auto;
    padding: 15px 31px
}

.just-for-mobile .btn-donate a:hover {
    background-color: #ff715a;
    color: #ff2f0d;
    text-decoration: none
}

.just-for-mobile .btn-scape span {
    width: 50px
}

.col-middle {
    display: block
}

#NavDropdown {
    background: transparent;
    height: 100vh;
    position: absolute;
    right: -100%;
    opacity: 0;
    top: 80px;
    width: 100%;
    z-index: 999;
    transition: 0.4s;
    display: block
}

#NavDropdown .height-wrap {
    flex-direction: column;
    background-color: #005F94;
    height: calc(100vh - 0px);
    margin-left: auto;
    overflow-y: scroll !important;
    padding: 20px 0px 200px 0px;
    width: 100%;
    top: 0px
}

#NavDropdown .height-wrap::before {
    content: none
}

#NavDropdown .height-wrap ul:not(.social) {
    width: 100%;
    display: block
}

#NavDropdown .height-wrap ul:not(.social) li {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    padding: 0
}

#NavDropdown .height-wrap ul:not(.social) li a {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    text-decoration: none;
    text-transform: none;
    padding: 15px 40px 15px 33px;
    display: block;
    border-radius: 0px
}

#NavDropdown .height-wrap ul:not(.social) li a::after {
    content: none
}

#NavDropdown .height-wrap ul:not(.social) li a:hover {
    color: #1c363b
}

#NavDropdown .height-wrap ul:not(.social) li button.dropdown-btn {
    background-color: transparent;
    color: #fff;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 4px;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 18px;
    top: 7px;
    width: 40px
}

#NavDropdown .height-wrap ul:not(.social) li button.dropdown-btn::after {
    content: none
}

#NavDropdown .height-wrap ul:not(.social) li button.dropdown-btn span {
    font-size: 12px
}

#NavDropdown .height-wrap ul:not(.social) li button.dropdown-btn span::before {
    content: "\f105";
    color: #fff
}

#NavDropdown .height-wrap ul:not(.social) li button.dropdown-btn span.open::before {
    content: "\f107"
}

#NavDropdown .height-wrap ul:not(.social) li button.dropdown-btn:active,
#NavDropdown .height-wrap ul:not(.social) li button.dropdown-btn:focus {
    outline: none
}

#NavDropdown .height-wrap ul:not(.social) li.only-mobile {
    display: block
}

#NavDropdown .height-wrap ul:not(.social) li.only-mobile::after {
    content: "\f015";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: black;
    position: absolute;
    font-size: 16px;
    right: 12px;
    top: 12px
}

#NavDropdown .height-wrap ul:not(.social) li.active>a {
    background: #ff5b40;
    color: white
}

#NavDropdown .height-wrap ul:not(.social) li.active>button.dropdown-btn span::before {
    color: white
}

#NavDropdown .height-wrap ul:not(.social) li.btn-search {
    text-align: center
}

#NavDropdown .height-wrap ul:not(.social) li.last-menu-item {
    margin-bottom: 67px
}

#NavDropdown .height-wrap ul:not(.social) li.special-btn {
    padding: 5px 40px 5px 33px;
    margin: 0
}

#NavDropdown .height-wrap ul:not(.social) li ul {
    background-color: transparent;
    border-radius: 0;
    border-bottom: 0;
    -webkit-transform: translateZ(0);
    position: relative;
    border: 0
}

#NavDropdown .height-wrap ul:not(.social) li ul li a {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.07;
    color: #fff;
    padding: 10px 15px;
    padding-left: 70px;
    text-transform: none
}

#NavDropdown .height-wrap ul:not(.social) li ul li a:hover,
#NavDropdown .height-wrap ul:not(.social) li ul li a:focus,
#NavDropdown .height-wrap ul:not(.social) li ul li a:active {
    background: #f4f4f4;
    color: #959595 !important
}

#NavDropdown .height-wrap ul:not(.social) li ul li ul li a {
    color: #005F94 !important;
    padding: 10px 15px;
    padding-left: 70px
}

#NavDropdown .height-wrap ul:not(.social) li ul li ul li a:hover,
#NavDropdown .height-wrap ul:not(.social) li ul li ul li a:focus,
#NavDropdown .height-wrap ul:not(.social) li ul li ul li a:active {
    background: #f4f4f4;
    color: #959595 !important
}

#NavDropdown .height-wrap ul:not(.social) li ul li.active a {
    color: white;
    background: #ff5b40
}

#NavDropdown .height-wrap ul:not(.social) li ul li.active a:hover,
#NavDropdown .height-wrap ul:not(.social) li ul li.active a:focus,
#NavDropdown .height-wrap ul:not(.social) li ul li.active a:active {
    background: #f4f4f4;
    color: #959595 !important
}

#open-search {
    background-color: transparent;
    border: none;
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #003e61;
    padding: 0 !important;
    text-align: center;
    transition: all 0.4s ease;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center
}

#open-search .icon-search {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 15' style='enable-background:new 0 0 18 15;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg%3e%3cg transform='translate(-35 -692) translate(20 677) translate(16 16)'%3e%3ccircle class='st0' cx='6' cy='6.2' r='6'/%3e%3cpath class='st0' d='M16,12.5l-4-3.1'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 22px 22px;
    background-position: center;
    width: 23px;
    height: 23px;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

#open-search:hover .icon-search,
#open-search:focus .icon-search,
#open-search:active .icon-search {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    box-shadow: none;
    outline: none !important
}

.translate-box {
    padding: 15px 0px;
    text-align: left;
    margin-bottom: 30px
}

.translate-box a.switcher-popup {
    font-family: "Akkordeon", sans-serif !important;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    display: flex;
    align-items: center;
    color: black;
    text-transform: none;
    text-decoration: none
}

.translate-box a.switcher-popup img {
    margin-right: 5px;
    display: none
}

.login-box a {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    color: #005F94;
    text-transform: none;
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.login-box a:hover {
    color: #5cc8cd
}

.login-box a i {
    margin-right: 5px
}

.login-box a.login:before {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 11 17' style='enable-background:new 0 0 11 17;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%2327BAC1;%7d %3c/style%3e%3cg%3e%3cpath class='st0' d='M2.5,8.4C1.9,8.7,1.3,9.2,1.2,9.9L0,14.4c-0.1,0.5,0.1,1.1,0.6,1.3c3,1.7,6.8,1.7,9.8,0 c0.5-0.3,0.7-0.8,0.6-1.3L9.8,9.9C9.7,9.2,9.1,8.7,8.5,8.4l-0.1,0c-1.9-0.6-3.9-0.6-5.7,0L2.5,8.4L2.5,8.4z M9,3.5 C9,1.6,7.4,0,5.5,0C3.6,0,2,1.6,2,3.5C2,5.4,3.6,7,5.5,7C7.4,7,9,5.4,9,3.5z'/%3e%3c/g%3e%3c/svg%3e");
    background-repeat: no-repeat;
    width: 11px;
    height: 17px;
    position: relative;
    margin-right: 5px;
    display: none
}

.login-box a.login:hover::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 11 17' style='enable-background:new 0 0 11 17;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%235cc8cd;%7d %3c/style%3e%3cg%3e%3cpath class='st0' d='M2.5,8.4C1.9,8.7,1.3,9.2,1.2,9.9L0,14.4c-0.1,0.5,0.1,1.1,0.6,1.3c3,1.7,6.8,1.7,9.8,0 c0.5-0.3,0.7-0.8,0.6-1.3L9.8,9.9C9.7,9.2,9.1,8.7,8.5,8.4l-0.1,0c-1.9-0.6-3.9-0.6-5.7,0L2.5,8.4L2.5,8.4z M9,3.5 C9,1.6,7.4,0,5.5,0C3.6,0,2,1.6,2,3.5C2,5.4,3.6,7,5.5,7C7.4,7,9,5.4,9,3.5z'/%3e%3c/g%3e%3c/svg%3e")
}

.login-box a.logout:before {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 22 21' style='enable-background:new 0 0 22 21;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%2327BAC1;%7d .st1%7bfill:none;stroke:%2327BAC1;stroke-linecap:round;stroke-linejoin:round;%7d .st2%7bfill:none;stroke:%23231F20;stroke-linecap:round;stroke-linejoin:round;%7d %3c/style%3e%3cg%3e%3cg%3e%3cpath class='st0' d='M15.3,1L21,3.4v14.1l-5.7,2.4V1z'/%3e%3cpath class='st1' d='M14.9,17.8H10v-4.9 M10,7.1V3h4.9 M21,17.8l-5.7,2h-0.4V1h0.4L21,3V17.8z M5.5,13.7L9.2,10L5.5,6.3 M8.8,10H1 '/%3e%3cpath class='st2' d='M16.5,9.2v1.6'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-repeat: no-repeat;
    width: 22px;
    height: 21px;
    position: relative;
    margin-right: 5px;
    display: none
}

.login-box a.logout:hover::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 22 21' style='enable-background:new 0 0 22 21;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%235cc8cd;%7d .st1%7bfill:none;stroke:%235cc8cd;stroke-linecap:round;stroke-linejoin:round;%7d .st2%7bfill:none;stroke:%23231F20;stroke-linecap:round;stroke-linejoin:round;%7d %3c/style%3e%3cg%3e%3cg%3e%3cpath class='st0' d='M15.3,1L21,3.4v14.1l-5.7,2.4V1z'/%3e%3cpath class='st1' d='M14.9,17.8H10v-4.9 M10,7.1V3h4.9 M21,17.8l-5.7,2h-0.4V1h0.4L21,3V17.8z M5.5,13.7L9.2,10L5.5,6.3 M8.8,10H1 '/%3e%3cpath class='st2' d='M16.5,9.2v1.6'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")
}

.register-box {
    position: relative
}

.register-box a {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: black;
    text-transform: uppercase
}

.custom-links {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start
}

.custom-links a {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #fff;
    position: relative;
    text-transform: uppercase
}

.custom-links a:hover {
    color: #1c363b
}

.custom-links a i {
    margin-right: 5px
}

.custom-links a::before {
    content: "";
    display: inline-flex;
    width: 18px;
    height: 15.8px;
    margin-right: 9px;
    top: 2px;
    position: relative;
    display: none
}

.custom-links a.btn-news::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='15.641' height='12.525' viewBox='0 0 15.641 12.525'%3e%3cg%3e%3cg%3e%3cpath fill='%23545544' d='M0 51v12.525h15.641V51zm8.889 10.386H2.138v-.916h6.751zm0-1.833H2.138v-.916h6.751zm0-1.833H2.138v-.92h6.751zm0-1.833H2.138v-.916h6.751zm4.611 3.666H9.836v-4.582H13.5zm1.222-6.721H.916v-.916h13.808z' transform='translate(0 -51) translate(0 51) translate(0 -51)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ")
}

.custom-links a.btn-news:hover::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='15.641' height='12.525' viewBox='0 0 15.641 12.525'%3e%3cg%3e%3cg%3e%3cpath fill='%23ed4b29' d='M0 51v12.525h15.641V51zm8.889 10.386H2.138v-.916h6.751zm0-1.833H2.138v-.916h6.751zm0-1.833H2.138v-.92h6.751zm0-1.833H2.138v-.916h6.751zm4.611 3.666H9.836v-4.582H13.5zm1.222-6.721H.916v-.916h13.808z' transform='translate(0 -51) translate(0 51) translate(0 -51)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ")
}

.custom-links a.btn-shop::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' id='shopping-cart' width='18.001' height='15.822' viewBox='0 0 18.001 15.822'%3e%3cdefs%3e%3cstyle%3e .cls-1%7bfill:%23545544%7d %3c/style%3e%3c/defs%3e%3cpath id='Path_68395' d='M5.836 10.548h9.528a.526.526 0 0 0 .507-.383l2.11-7.384a.527.527 0 0 0-.507-.672H4.619L4.242.413A.527.527 0 0 0 3.727 0h-3.2a.527.527 0 0 0 0 1.055H3.3l1.9 8.57a1.581 1.581 0 0 0 .628 3.033h9.528a.527.527 0 0 0 0-1.055h-9.52a.527.527 0 1 1 0-1.055zm0 0' class='cls-1'/%3e%3cpath id='Path_68396' d='M151 361.586a1.582 1.582 0 1 0 1.582-1.586 1.584 1.584 0 0 0-1.582 1.586zm0 0' class='cls-1' transform='translate(-145.691 -347.347)'/%3e%3cpath id='Path_68397' d='M362 361.586a1.582 1.582 0 1 0 1.586-1.586 1.584 1.584 0 0 0-1.586 1.586zm0 0' class='cls-1' transform='translate(-349.276 -347.347)'/%3e%3c/svg%3e ")
}

.custom-links a.btn-shop:hover::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' id='shopping-cart' width='18.001' height='15.822' viewBox='0 0 18.001 15.822'%3e%3cdefs%3e%3cstyle%3e .cls-1%7bfill:%23ed4b29%7d %3c/style%3e%3c/defs%3e%3cpath id='Path_68395' d='M5.836 10.548h9.528a.526.526 0 0 0 .507-.383l2.11-7.384a.527.527 0 0 0-.507-.672H4.619L4.242.413A.527.527 0 0 0 3.727 0h-3.2a.527.527 0 0 0 0 1.055H3.3l1.9 8.57a1.581 1.581 0 0 0 .628 3.033h9.528a.527.527 0 0 0 0-1.055h-9.52a.527.527 0 1 1 0-1.055zm0 0' class='cls-1'/%3e%3cpath id='Path_68396' d='M151 361.586a1.582 1.582 0 1 0 1.582-1.586 1.584 1.584 0 0 0-1.582 1.586zm0 0' class='cls-1' transform='translate(-145.691 -347.347)'/%3e%3cpath id='Path_68397' d='M362 361.586a1.582 1.582 0 1 0 1.586-1.586 1.584 1.584 0 0 0-1.586 1.586zm0 0' class='cls-1' transform='translate(-349.276 -347.347)'/%3e%3c/svg%3e ")
}

.extra-links-bar {
    padding: 0 35px;
    margin-bottom: 200px;
    display: block;
    min-height: unset;
    align-items: flex-start
}

.extra-links-bar::before {
    display: none
}

.extra-links-bar.extra-links-bar-mobile {
    margin-top: 23px;
    padding-top: 0px;
    position: relative
}

.extra-links-bar.extra-links-bar-mobile::after {
    content: "";
    display: block;
    width: calc(100% - 70px);
    height: 1px;
    background: #005F94;
    position: absolute;
    top: 0;
    display: none
}

.extra-links-bar.extra-links-bar-mobile .box {
    margin-bottom: 30px
}

.extra-links-bar.extra-links-bar-mobile .box:last-child {
    margin-bottom: 0
}

.extra-links-bar.extra-links-bar-mobile .login-box {
    order: 2
}

.extra-links-bar.extra-links-bar-mobile .register-box {
    order: 3
}

.extra-links-bar.extra-links-bar-mobile .register-box::before {
    display: none
}

.extra-links-bar.extra-links-bar-mobile .register-box a {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #ffffff;
    background: #005F94;
    padding: 10px 27px 9px;
    border-radius: 60px;
    display: inline-block
}

.extra-links-bar.extra-links-bar-mobile .search-box {
    vertical-align: middle
}

.extra-links-bar.extra-links-bar-mobile .networks {
    margin-bottom: 19px;
    order: 5
}

.extra-links-bar.extra-links-bar-mobile .custom-links {
    padding-bottom: 27px;
    margin-bottom: 19px;
    vertical-align: middle;
    position: relative
}

.extra-links-bar.extra-links-bar-mobile .custom-links a {
    margin-bottom: 19px
}

.extra-links-bar.extra-links-bar-mobile .custom-links a:last-child {
    margin-bottom: 0
}

.search-box {
    display: block;
    margin-left: 0px
}

header.header .networks {
    margin-bottom: 13px
}

header.header .networks ul.social {
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

header.header .networks ul.social li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    width: auto;
    height: 30px;
    border-radius: 50%;
    background: transparent;
    margin-right: 20px
}

header.header .networks ul.social li:last-child {
    margin-bottom: 0
}

header.header .networks ul.social li a {
    color: white
}

header.header .networks ul.social li a i {
    font-size: 15px
}

header.header .networks ul.social li:hover a {
    color: #ff5b40
}

.main-links {
    display: flex;
    flex-direction: column
}

.main-links a {
    margin-bottom: 10px
}

.main-links a:last-child {
    margin-bottom: 0px
}

body.fixed header.header {
    top: 0
}

body.fixed header.header::before {
    height: 100%;
    opacity: 1
}

@media (min-width: 576px) and (max-width: 992px) {
    #NavDropdown {
        width: 300px
    }
}

@media (min-width: 576px) and (max-width: 992px) {
    .height-wrap {
        width: 300px
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .navbar-brand {
        width: 51.8px;
        height: 56.2px
    }
}

@media (max-width: 992px) {
    .header-navigation .container {
        width: 100vw;
        max-width: 100vw;
        padding: 0;
        margin: 0
    }

    .navbar-expand-lg .navbar-toggler {
        display: block
    }

    .extra-links-bar:not(.extra-links-bar-mobile) {
        display: none
    }
}

@media (min-width: 993px) {

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) .navbar-brand:focus-visible,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) #pp-nav li a:focus-visible,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) .pp-slidesNav li a:focus-visible,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) #special-button:focus-visible,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) a:focus-visible,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) button:focus-visible,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) .section-o-1 .single-box a:focus-visible,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) .section-o-1 .single-box a:focus,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) .section-b .single-box a:focus-visible,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) .section-b .single-box a:focus {
        outline: 2px dashed #fc0048 !important
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) .nav.navbar-nav li:focus-within>ul {
        display: block !important;
        z-index: 9
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body {
        padding-top: 0px !important
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header::before {
        opacity: 1;
        background-color: #066192
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .networks ul.social li a {
        color: #fff
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header #NavDropdown ul:not(.social) li.special-btn.btn-1.border-white a {
        color: #fff !important;
        border-color: #fff !important
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header #NavDropdown ul:not(.social) li.special-btn.btn-1:hover a,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header #NavDropdown ul:not(.social) li.special-btn.btn-1:focus a,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header #NavDropdown ul:not(.social) li.special-btn.btn-1:active a,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header #NavDropdown ul:not(.social) li.special-btn.btn-1.active a {
        background-color: #f2f2f2 !important;
        color: #454345 !important;
        text-decoration: none !important;
        border-color: #f2f2f2 !important
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links a,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links button,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links span {
        color: #fff
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links a:hover,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links button:hover,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links span:hover {
        color: #ff5b40
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .login-box a,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .login-box button,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .login-box span {
        color: #fff
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .login-box a:hover,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .login-box button:hover,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .login-box span:hover {
        color: #ff5b40
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header #NavDropdown>ul:not(.social)>li>a {
        color: #fff
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header {
        font-family: 'Roboto', sans-serif !important;
        width: 100%;
        z-index: 1030
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .textwidget {
        display: inline-block
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header::before {
        opacity: 0
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header p {
        margin-bottom: 0 !important
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .container {
        padding: 0 15px;
        margin: auto
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .extra-links-bar {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: relative;
        min-height: auto;
        transition: 0.6s;
        margin: 0;
        padding: 0px 0 0
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .extra-links-bar .box {
        margin-bottom: 0;
        margin-top: 0;
        margin-right: 23px
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .extra-links-bar .box:last-child {
        margin-right: 0
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .extra-links-bar.extra-links-bar-mobile {
        padding: 0
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .extra-links-bar.extra-links-bar-mobile .custom-links,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .extra-links-bar.extra-links-bar-mobile .networks,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .extra-links-bar.extra-links-bar-mobile .login-box,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .extra-links-bar.extra-links-bar-mobile .translate-box,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .extra-links-bar.extra-links-bar-mobile .search-box,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .extra-links-bar.extra-links-bar-mobile .register-box {
        display: none
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .custom-links {
        flex-direction: row;
        align-items: center;
        position: relative
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .custom-links a {
        margin-left: 30px;
        color: white
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .custom-links a:first-child {
        margin-left: 0
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .custom-links a:hover {
        color: #ff5b40
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .search-box {
        position: relative;
        position: relative
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .search-box #open-search .icon-search {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 15' style='enable-background:new 0 0 18 15;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:none;stroke:%23fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg%3e%3cg transform='translate(-35 -692) translate(20 677) translate(16 16)'%3e%3ccircle class='st0' cx='6' cy='6.2' r='6'/%3e%3cpath class='st0' d='M16,12.5l-4-3.1'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .search-box #open-search .text {
        color: white
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .login-box a {
        margin: 0;
        color: white
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .login-box a:hover {
        color: #ff5b40
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .register-box {
        position: relative
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .register-box a {
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.29;
        letter-spacing: normal;
        color: #ffffff
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .translate-box {
        margin: 0;
        margin-left: 23px;
        padding: 5px 12px 5px 15px;
        border-radius: 100px;
        background-color: #fff
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .main-links {
        flex-direction: row;
        align-items: center;
        margin-left: 0 !important
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .main-links a {
        margin-bottom: 0;
        margin-left: 20px;
        min-width: 106px
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .header-top {
        padding: 30px 0 0px;
        position: relative
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .header-top.over-navbar {
        display: block
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .header-top:before {
        content: "";
        display: block;
        background: #ff5b40;
        position: absolute;
        width: 100vw;
        height: 100%;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1;
        display: none
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl {
        display: flex;
        justify-content: space-between;
        padding: 0;
        position: relative
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar::before,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl::before {
        content: "";
        display: none;
        width: 100vw;
        height: 100%;
        background: #005F94;
        position: absolute;
        bottom: 0;
        left: calc((100vw - 930px) / -2)
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar .navbar-header,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl .navbar-header {
        position: relative;
        padding: 0px 0;
        width: auto;
        flex-basis: auto
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar .navbar-header::before,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl .navbar-header::before {
        content: "";
        background: #d0d0d0;
        display: none;
        height: calc(100% + 0.5px);
        position: absolute;
        right: -75px;
        top: 0;
        width: 100vw;
        z-index: -1;
        transition: 0.4s;
        transform: skewX(20deg);
        -webkit-box-shadow: inset -9px 0px 15px -8px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: inset -9px 0px 15px -8px rgba(0, 0, 0, 0.4);
        box-shadow: inset -9px 0px 15px -8px rgba(0, 0, 0, 0.4)
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar .navbar-header::after,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl .navbar-header::after {
        content: "";
        background: black;
        display: none;
        height: calc(100% + 1px);
        position: absolute;
        right: -45px;
        top: 0;
        width: 100vw;
        z-index: -1;
        transition: 0.4s;
        transform: skewX(20deg)
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar .navbar-header .navbar-brand,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl .navbar-header .navbar-brand {
        border-radius: none;
        display: block;
        margin: 0;
        position: relative;
        padding: 0 !important;
        width: 195.9px;
        height: 72.8px;
        max-width: 100%
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar .navbar-header .navbar-brand img,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl .navbar-header .navbar-brand img {
        width: 100%;
        height: auto;
        max-width: 100%;
        transition: all 0.4s ease
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar .navbar-header .navbar-brand img:nth-child(1),
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl .navbar-header .navbar-brand img:nth-child(1) {
        display: block
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar .navbar-header .navbar-brand img:nth-child(2),
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl .navbar-header .navbar-brand img:nth-child(2) {
        display: none
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar .navbar-header .navbar-brand::before,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl .navbar-header .navbar-brand::before {
        height: calc(100% + 63px);
        right: -28px;
        top: -32px
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar .navbar-header .just-for-mobile,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl .navbar-header .just-for-mobile {
        display: none !important
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar .navbar-header .navbar-toggler,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl .navbar-header .navbar-toggler {
        display: none !important
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .col-middle {
        position: relative;
        width: 100%
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .header-bottom {
        width: 100%
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown {
        width: 100%;
        height: auto;
        position: relative;
        left: auto;
        top: auto;
        right: auto !important;
        opacity: 1 !important;
        text-align: center;
        align-items: center;
        justify-content: flex-end
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown .height-wrap {
        background: transparent;
        height: auto;
        margin: auto;
        overflow-y: unset !important;
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: row
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-flow: row wrap;
        width: 100%
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social)>li:last-child a::before {
        display: none
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open {
        display: inline-block;
        float: none;
        padding: 0px;
        width: auto;
        margin: 0 15px
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li button.dropdown-btn,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open button.dropdown-btn {
        display: none
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.mega-menu-item ul,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.mega-menu-item ul {
        display: none !important
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.only-mobile,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.only-mobile {
        display: none
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.active>a,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.active>a {
        background: transparent;
        font-weight: 700
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.active>a::after,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.active>a::after {
        width: 100%
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.active>a:hover,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.active>a:focus,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.active>a:active,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.active>a:hover,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.active>a:focus,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.active>a:active {
        text-decoration: none
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li a,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open a {
        font-size: 14px;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.35;
        letter-spacing: normal;
        color: white;
        padding: 27px 0 32px;
        position: relative;
        text-decoration: none;
        text-transform: none;
        display: block
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li a::before,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open a::before {
        content: "";
        display: none;
        width: 1px;
        height: 14px;
        background: #ff5b40;
        position: absolute;
        top: 6.9px;
        right: -10px
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li a::after,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open a::after {
        content: "";
        background-color: #ff5b40;
        border: none;
        bottom: 0px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        transition: 0.4s;
        width: 0%;
        height: 5px
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li a:hover,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li a:focus,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li a:active,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open a:hover,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open a:focus,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open a:active {
        text-decoration: none
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li a:hover::after,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li a:focus::after,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li a:active::after,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open a:hover::after,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open a:focus::after,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open a:active::after {
        width: 100%
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul {
        background: white;
        border: none;
        display: none;
        height: unset;
        min-height: 0;
        text-align: left;
        position: absolute;
        left: 0%;
        isolation: isolate;
        padding: 0 !important;
        width: 254px;
        border-bottom: 3px solid white;
        border-radius: 0;
        box-shadow: 0 4px 9px 0 rgba(217, 217, 217, 0.42)
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li {
        display: block;
        margin: 0 !important;
        padding: 0
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li.active>a,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li.active>a {
        background-color: #005F94;
        color: white;
        font-weight: bold
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li.active>a::before,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li.active>a::after,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li.active>a::before,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li.active>a::after {
        content: none !important
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li::before,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li::after,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li::before,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li::after {
        content: none !important
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li a,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li a {
        padding: 13px;
        color: #003e61;
        font-weight: 500
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li a::before,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li a::after,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li a::before,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li a::after {
        content: none !important
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li a:hover,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li a:focus,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li a:active,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li a:hover,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li a:focus,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li a:active {
        background-color: #f4f4f4;
        color: #959595 !important
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li:last-child ul,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li:last-child ul {
        left: 100%;
        top: 0;
        right: auto
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li ul,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li ul {
        background: white !important
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li ul li a,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li ul li a {
        color: #003e61 !important
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li ul li a:hover,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li ul li a:hover {
        background-color: #005F94
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.menu-hide,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.menu-hide {
        display: none
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li:last-child,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open:last-child {
        margin-right: 0 !important
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li:last-child ul,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open:last-child ul {
        left: auto;
        right: 0
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li:nth-last-child(2) ul,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open:nth-last-child(2) ul {
        left: auto;
        right: 0
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.special-btn,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.special-btn {
        display: inline-block;
        margin-bottom: 0px;
        margin-left: 9px;
        margin-right: 9px
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.special-btn a::after,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.special-btn a::after {
        display: none
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.special-btn.border-primary a,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.special-btn.border-primary a {
        color: white !important;
        border-color: white !important
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.special-btn.border-primary:hover a,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.special-btn.border-primary:focus a,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.special-btn.border-primary:active a,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.special-btn.border-primary.active a,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.special-btn.border-primary:hover a,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.special-btn.border-primary:focus a,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.special-btn.border-primary:active a,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.special-btn.border-primary.active a {
        background-color: #f2f2f2 !important;
        color: #454345 !important;
        text-decoration: none !important;
        border-color: #f2f2f2 !important
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.special-btn.secondary:hover a,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.special-btn.secondary:focus a,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.special-btn.secondary:active a,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.special-btn.secondary.active a,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.special-btn.secondary:hover a,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.special-btn.secondary:focus a,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.special-btn.secondary:active a,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.special-btn.secondary.active a {
        background-color: #f2f2f2 !important;
        color: #454345 !important;
        text-decoration: none !important;
        border-color: #f2f2f2 !important
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .display_dropdown {
        border-radius: 0
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .display_dropdown li:first-child::before {
        transition-property: top, opacity;
        transition-duration: 0.1s, 0.1s;
        transition-timing-function: ease, ease-out;
        transition-delay: 0.1s, 0s;
        top: 0 !important;
        opacity: 1 !important
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .dropdown-menu {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        display: block;
        left: 50%;
        margin: 0 auto;
        padding: 0px;
        position: absolute
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .dropdown-menu .dropdown-menu {
        background: transparent !important;
        border: 0 !important;
        box-shadow: none;
        display: block;
        left: 100% !important;
        top: 0
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .dropdown-btn {
        display: none
    }
}

@media (min-width: 1200px) {

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]).fixed header.header .navbar,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]).fixed header.header .navbar.navbar-expand-xl {
        padding: 0
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li a {
        font-size: 17px
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .col-middle {
        width: 84%
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .networks ul.social li {
        width: 19px;
        height: 19px
    }

    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .networks ul.social li a {
        line-height: 0
    }
}

@media (min-width: 1280px) {
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.ml-desktop {
        margin-left: 40px
    }
}

@media (min-width: 1440px) {
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.ml-desktop {
        margin-left: 79px
    }
}

.carousel_block_testimonials #carousel__testimonials .row-block-testimonial .right-side {
    padding-top: 60px !important
}

.container .alignfull .container {
    padding-right: 15px;
    padding-left: 15px
}

.entry-content .alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw
}

.entry-content .alignfull .img-wrap img {
    width: 100%;
    height: auto
}

.button-block.aligncenter {
    text-align: center
}

.button-block.alignright {
    text-align: right
}

.image-fit-cover {
    object-fit: cover
}

.image-fit-contain {
    object-fit: contain
}

.image-fit-top {
    object-position: top
}

.image-fit-center {
    object-position: center
}

.image-fit-bottom {
    object-position: bottom
}

.line-clamp-3,
.line-clamp-3 p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.line-clamp-2,
.line-clamp-2 p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.line-clamp-1,
.line-clamp-1 p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 0.6s;
    transition-property: opacity
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0)
}

@supports (transform-style: preserve-3d) {

    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
        transform: translate3d(0, 0, 0)
    }
}

.single-tribe_events .tribe-events-content .addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
    display: none
}

.addtoany_content .addtoany_header {
    font-family: "Akkordeon", sans-serif !important;
    color: #005F94;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    vertical-align: middle
}

.addtoany_content .a2a_kit a {
    border-bottom: none !important
}

.addtoany_content .a2a_kit a span {
    background: transparent !important;
    color: #005F94 !important;
    width: 24px !important;
    height: 24px !important
}

.addtoany_content .a2a_kit a span svg path {
    fill: #005F94 !important
}

.col-align-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.alignleft {
    margin: 0 15px 15px 0
}

.alignright {
    margin: 0 0 15px 15px
}

.aligncenter {
    display: block;
    margin: 0 auto
}

.m-bottom {
    margin-bottom: 25px
}

.m-top {
    margin-top: 25px
}

.m-left {
    margin-left: 25px
}

.m-right {
    margin-right: 25px
}

.img-wrap {
    background-image: none;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    background: transparent;
    height: 250px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 3
}

.img-wrap img {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 101%;
    left: 50%;
    max-height: inherit;
    min-width: inherit;
    position: absolute;
    top: 50%;
    width: 101%;
    z-index: 1;
    object-fit: cover;
    object-position: center;
    transition: 0.4s
}

.card {
    border-radius: 0;
    border: none
}

.card.img-bg {
    min-height: 250px
}

.card.img-bg .img-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0
}

.card.img-bg .card-body {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%
}

.modal-video .modal-content {
    background: black;
    border-radius: 0
}

.modal-video .modal-content .modal-header {
    padding: 0;
    border: none;
    z-index: 5
}

.modal-video .modal-content .modal-header .close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #005F94;
    color: white;
    padding: 0;
    opacity: 1
}

.modal-video .modal-content .modal-body {
    padding: 0
}

.gray-scale {
    background-color: #000;
    background-blend-mode: luminosity
}

.bg-cin {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.bg-cer {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.bg-hor-a {
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat
}

.bg-ver-a {
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat
}

.bg-overlay:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.85
}

.container-full-width {
    width: 100vw;
    left: calc((100vw - 1110px) / -2);
    height: 100%
}

.container-partial-width {
    width: calc(((100vw - 1110px) / 2) + (100% + 15px));
    height: 100%
}

.container-partial-width.left-side {
    left: calc((100vw - 1110px) / -2)
}

.container-partial-width.right-side {
    left: -15px
}

button,
input,
textarea,
select {
    outline: none !important
}

.bg-positive {
    -webkit-filter: brightness(0%) invert(100%);
    filter: brightness(0%) invert(100%)
}

html[data-useragent*="Android"] body .navbar-expand-xl .navbar-toggler,
html[data-useragent*="iPad"] body .navbar-expand-xl .navbar-toggler,
html[data-useragent*="Mobile"] body .navbar-expand-xl .navbar-toggler,
html[data-useragent*="Mobile"] body body .navbar-expand-xl .navbar-toggler,
html.touch body .navbar-expand-xl .navbar-toggler,
html.android body .navbar-expand-xl .navbar-toggler,
html.ios body .navbar-expand-xl .navbar-toggler {
    display: flex !important
}

html[data-useragent*="Android"] body .d-xl-none,
html[data-useragent*="iPad"] body .d-xl-none,
html[data-useragent*="Mobile"] body .d-xl-none,
html[data-useragent*="Mobile"] body body .d-xl-none,
html.touch body .d-xl-none,
html.android body .d-xl-none,
html.ios body .d-xl-none {
    display: flex !important
}

#bbp-search-form {
    margin-bottom: 15px
}

#bbp-search-form input#bbp_search_submit {
    display: inline-block;
    padding: 5px 15px
}

#bbpress-forums div.bbp-breadcrumb {
    display: inline-block;
    float: none;
    vertical-align: middle
}

#bbpress-forums div.bbp-breadcrumb p {
    margin-bottom: 0
}

@media only screen and (max-width: 1199.98px) {
    .container-full-width {
        width: 100vw;
        left: calc((100vw - 930px) / -2);
        height: 100%
    }

    .container-partial-width {
        width: calc(((100vw - 930px) / 2) + (100% + 15px));
        height: 100%
    }

    .container-partial-width.left-side {
        left: calc((100vw - 930px) / -2)
    }

    .container-partial-width.right-side {
        left: -15px
    }
}

@media only screen and (max-width: 991px) {
    .container-full-width {
        width: 100vw;
        left: calc((100vw - 690px) / -2);
        height: 100%
    }

    .container-partial-width {
        width: calc(((100vw - 690px) / 2) + (100% + 15px));
        height: 100%
    }

    .container-partial-width.left-side {
        left: calc((100vw - 690px) / -2)
    }

    .container-partial-width.right-side {
        left: -15px
    }
}

@media only screen and (max-width: 767px) {

    .alignright,
    .alignleft {
        float: none !important;
        display: block !important;
        margin: 0 auto 20px;
        text-align: center
    }

    .container-full-width {
        width: 100vw;
        left: calc((100vw - 510px) / -2);
        height: 100%
    }

    .container-partial-width {
        width: calc(((100vw - 510px) / 2) + (100% + 45px));
        height: 100%
    }

    .container-partial-width.left-side {
        left: calc((100vw - 510px) / -2)
    }

    .container-partial-width.right-side {
        left: -15px
    }
}

@media only screen and (max-width: 576px) {

    .wp-block-image .alignright,
    .wp-block-image .alignleft {
        float: none !important;
        display: block !important;
        text-align: center;
        margin: 0 auto 20px
    }

    .container-full-width {
        width: 100vw;
        left: -15px;
        height: 100%
    }

    .container-partial-width {
        width: 100vw;
        height: 100%
    }

    .container-partial-width.left-side {
        left: -15px
    }

    .container-partial-width.right-side {
        left: -15px
    }
}

.slider-widget {
    position: relative
}

.slider-widget.centered-caption .slider-caption {
    text-align: center
}

.slider-widget.centered-caption .slider-caption .link {
    align-items: center
}

.slider-widget .slider-a {
    height: 100vh
}

.slider-widget .curve {
    position: absolute;
    width: 100%;
    bottom: -2px;
    z-index: 5
}

.slider-widget .curve::after {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 9.3125%;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='1280' height='119.147'%3e%3cpath d='M0-31.147s282.79 49.584 642 51.194 638-51.194 638-51.194V88H0z' transform='translate(0 31.147)' style='fill:%23fff'/%3e%3c/svg%3e ");
    background-size: 100% auto;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2
}

.slider-widget .bg-img {
    position: absolute;
    height: 100%;
    width: 100vw;
    right: 0;
    top: 0;
    margin: 0
}

.slider-widget .bg-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.6s
}

.slider-widget .bg-img::before {
    background-image: url("../images/overlay-banner-homepage.png");
    background-size: cover;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    display: none
}

.slider-widget .bg-img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.42;
    background-color: #000;
    z-index: 5
}

.slider-widget .container {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    flex-direction: column
}

.slider-widget .caption-container {
    position: relative
}

.slider-widget .slider-caption {
    position: relative;
    width: 100%;
    z-index: 10;
    left: 0 !important;
    text-align: center;
    margin: auto;
    padding-top: 0px
}

.slider-widget .slider-caption h3 {
    font-family: 'droid_serifregular' !important;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.03;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 10px;
    text-transform: none
}

.slider-widget .slider-caption h2 {
    font-family: 'Roboto', sans-serif !important;
    color: #ffffff;
    margin-bottom: 21px;
    text-transform: uppercase;
/*     font-size: 35px !important */
}

.slider-widget .slider-caption p {
    font-family: 'Roboto', sans-serif;
    color: white
}

.slider-widget .slider-caption .link {
    margin-top: 5px;
    display: flex;
    align-items: center;
    flex-direction: column
}

.slider-widget .slider-caption .link a[class^="btn-"],
.slider-widget .slider-caption .link button {
    display: inline-block;
    margin-bottom: 20px
}

.slider-widget .slider-caption .link a[class^="btn-"]:last-child,
.slider-widget .slider-caption .link button:last-child {
    margin-bottom: 0;
    margin-right: 0
}

.slider-widget .slider-caption .link button {
    position: relative
}

.slider-widget .carousel-control-next,
.slider-widget .carousel-control-prev {
    border-radius: 50%;
    bottom: 50px;
    opacity: 1;
    position: absolute;
    top: calc(50% - 1rem);
    transition: all 0.4s ease;
    width: 22px;
    height: 22px;
    display: block;
    z-index: 10;
    top: auto;
    bottom: 30px
}

.slider-widget .carousel-control-next .carousel-control-next-icon,
.slider-widget .carousel-control-next .carousel-control-prev-icon,
.slider-widget .carousel-control-prev .carousel-control-next-icon,
.slider-widget .carousel-control-prev .carousel-control-prev-icon {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    height: 100%;
    width: 100%;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='23.98' height='23.98' viewBox='0 0 23.98 23.98'%3e%3cg fill='none' stroke='%23fff'%3e%3cg transform='translate(22.98 1) rotate(90)'%3e%3ccircle cx='10.99' cy='10.99' r='10.99' stroke='none'/%3e%3ccircle cx='10.99' cy='10.99' r='11.49'/%3e%3c/g%3e%3cpath stroke-miterlimit='10' d='M19.279 14.2l-5.172 5.107L9 14.2' transform='translate(22.98 1) rotate(90) translate(-3.182 -5.02)'/%3e%3c/g%3e%3c/svg%3e ");
    background-size: contain
}

.slider-widget .carousel-control-next:hover .carousel-control-prev-icon,
.slider-widget .carousel-control-next:hover .carousel-control-next-icon,
.slider-widget .carousel-control-prev:hover .carousel-control-prev-icon,
.slider-widget .carousel-control-prev:hover .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23FFFFFF;%7d .st1%7bfill:%23FFFFFF;stroke:%23FFFFFF;%7d .st2%7bfill:none;stroke:%230038AE;stroke-miterlimit:10;%7d %3c/style%3e%3cg%3e%3cg transform='translate(22.98 1) rotate(90)'%3e%3ccircle class='st0' cx='11' cy='11' r='11'/%3e%3ccircle class='st1' cx='11' cy='11' r='11.5'/%3e%3c/g%3e%3cpath class='st2' d='M13.8,17.1l-5.1-5.2l5.1-5.1'/%3e%3c/g%3e%3c/svg%3e ")
}

.slider-widget .carousel-control-next {
    right: 40%;
    left: unset;
    transform: scaleX(-1)
}

.slider-widget .carousel-control-next:hover {
    transform: scale(-1.2, 1.2)
}

.slider-widget .carousel-control-prev {
    left: 40%
}

.slider-widget .carousel-control-prev:hover {
    transform: scale(1.2)
}

.slider-widget .scroll {

    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: white;
    text-transform: none;
    opacity: 1;
    position: absolute;
    bottom: 130px;
    right: calc((100vw - 1220px) / 2);
    z-index: 15;
    margin: 0;
    align-items: center;
    transform: scale(0.5)
}

.slider-widget .scroll:after {
    content: "";
    display: none;
    align-items: center;
    background-image: url("../images/discover-more-button.svg");
    background-size: contain;
    width: 43px;
    height: 43px;
    margin-left: 15px;
    top: -3px;
    position: relative
}

.slider-widget .scroll span.text {
    margin-left: 15px
}

@keyframes scroll_2 {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    25% {
        opacity: 1
    }

    75% {
        transform: translateY(0.75em);
        opacity: 0
    }

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

.slider-widget .scroll .example--2 {
    background: cornflowerblue
}

.slider-widget .scroll .scroll-icon__dot {
    display: block;
    position: absolute;
    left: 50%;
    background: #fff;
    height: 4px;
    width: 2px;
    top: 0.6em;
    margin-left: 0px;
    border-radius: 0%;
    transform-origin: top center;
    backface-visibility: hidden;
    animation: scroll_2 2s ease-out infinite
}

.slider-widget .scroll .scroll-icon {
    display: block;
    position: relative;
    height: 61px;
    width: 38px;
    border: 2px solid #fff;
    border-radius: 38px
}

.slider-widget #home-slider,
.slider-widget .carousel-inner,
.slider-widget .carousel-item,
.slider-widget .slider-box {
    height: 100%
}

.slider-widget .slider-a {
    position: relative;
    overflow: hidden
}

.slider-widget .slider-a #home-slider,
.slider-widget .slider-a #home-slider-video {
    overflow: hidden
}

.slider-widget .slider-a #home-slider.zoom-effect .carousel-item,
.slider-widget .slider-a #home-slider-video.zoom-effect .carousel-item {
    width: 100%
}

.slider-widget .slider-a #home-slider.zoom-effect .carousel-item.active .bg-img img,
.slider-widget .slider-a #home-slider-video.zoom-effect .carousel-item.active .bg-img img {
    animation: zoominoutsinglefeatured 40s infinite
}

.slider-widget .slider-a #home-slider .carousel-item,
.slider-widget .slider-a #home-slider-video .carousel-item {
    width: 100%
}

.slider-widget .slider-a #home-slider .carousel-item .slider-caption,
.slider-widget .slider-a #home-slider-video .carousel-item .slider-caption {
    opacity: 0;
    left: -10%;
    transition: 0.9s
}

.slider-widget .slider-a #home-slider .carousel-item.active .slider-caption,
.slider-widget .slider-a #home-slider-video .carousel-item.active .slider-caption {
    opacity: 1;
    left: calc(0% + 15px)
}

@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1, 1)
    }
}

.slider-widget .slider-a .slider-box {
    position: relative
}

.slider-widget .slider-a .slider-box a.link-slider {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%
}

.slider-widget .slider-a #home-video {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    left: 50%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1
}

@supports (object-fit: cover) {
    .slider-widget .slider-a iframe#home-video {
        height: 210%
    }
}

@supports (object-fit: cover) and (-ms-ime-align: auto) {
    .slider-widget .slider-a #home-video {
        height: auto
    }
}

@media (min-width: 768px) {
    .slider-widget .slider-caption {
        width: 615px
    }

    .slider-widget .slider-a {
        height: 686px
    }
}

@media (min-width: 1200px) {
    .slider-widget .slider-a {
        height: 75vh
    }

    .slider-widget .slider-caption h3 {
        font-size: 30px
    }
}

.section-b {
    position: relative;
    padding: 50px 0 0;
    background-image: url("../images/texture-bg-pattern.png")
}

.section-b .container {
    position: relative;
    z-index: 5
}

.section-b .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

@keyframes heartbeat {
    0% {
        transform: scale(1)
    }

    25% {
        transform: scale(1.1)
    }

    40% {
        transform: scale(1)
    }

    60% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

.section-b h1,
.section-b h2,
.section-b h3,
.section-b h4,
.section-b h5,
.section-b h6 {
    color: #1c363b;
    text-transform: unset
}

.section-b h3 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing:normal;
    color: #005F94;
    margin-bottom: 14px
}

.section-b p {
    color: #1c363b
}

.section-b .background-section {
    width: 100%;
    height: auto;
    padding-bottom: 56.153%;
    background-image: url("../images/about-us-photo.webp");
    background-position: top;
    background-size: 100% auto;
    position: relative
}

.section-b .background-section::after {
    content: "";
    background-image: url("../images/about-us_bottom-shadow-background.svg");
    height: 600px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 1
}

@media (min-width: 576px) {
    .background-section {
        padding-bottom: 56.153%;
        background-repeat: no-repeat
    }

    .background-section::after {
        height: 300px
    }
}

@media (min-width: 768px) {
    .section-b .background-section {
        padding-bottom: 56.153%;
        background-repeat: no-repeat
    }

    .section-b .background-section::after {
        height: 500px
    }
}

@media (min-width: 992px) {
    .section-b {
        padding-top: 0;
        padding-bottom: 64px
    }

    .section-b .background-section {
        position: absolute;
        bottom: 0
    }

    .section-b .info-wrap {
        -webkit-filter: brightness(0%) invert(100%);
        filter: brightness(0%) invert(100%)
    }
}

@media (min-width: 1366px) {
    .section-b {
        padding-top: 135px;
        padding-bottom: 92px
    }
}

@media (min-width: 1680px) {
    .section-b .background-section {
        background-image: url("../images/about-us-photo.webp");
        background-repeat: no-repeat;
        background-position: bottom
    }

    .section-b {
        padding-top: 220px
    }
}

@media (min-width: 1920px) {
    .section-b {
        padding-top: 407px
    }
}

@media (min-width: 2303px) {
    .section-b {
        padding-top: 560px
    }
}

.section-c {
    position: relative;
    padding: 10px 0
}

.section-c .container {
    position: relative;
    z-index: 5
}

.section-c h4 {
    font-family: 'droid_serifregular' !important;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #145172;
    margin-bottom: 28px
}

.section-c#sponsors-block-02 .swiper-sponsors-image-container::after {
    display: none
}

.section-c .swiper-sponsors-image-container {
    padding: 45px 0 54px;
    position: relative
}

.section-c .swiper-sponsors-image-container::before {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    opacity: 0.46;
    background-color: #1c363b;
    position: absolute;
    top: 0;
    left: -15px
}

.section-c .swiper-sponsors-image-container::after {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    left: -15px;
    opacity: 0.46;
    background-color: #1c363b;
    position: absolute;
    bottom: 0;
    left: -15px
}

.section-c .card {
    padding: 15px
}

.section-c .card:hover .img-wrap a img {
    filter: grayscale(1);
    opacity: 0.5
}

.section-c .img-wrap {
    height: 130px;
    margin: 0
}

.section-c .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 1;
    transition: 0.4s
}

@media (max-width: 576px) {
    .section-c .arrows-container {
        display: flex;
        justify-content: center;
        align-items: center
    }
}

.section-c .swiper-container {
    overflow: hidden
}

.section-c .swiper-button-next,
.section-c .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='38' height='38' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.47 18.47a.75.75 0 0 0 0 1.06l4.773 4.773a.75.75 0 0 0 1.06-1.06L14.061 19l4.242-4.243a.75.75 0 0 0-1.06-1.06L12.47 18.47zM24 18.25H13v1.5h11v-1.5z' fill='%231C363B'/%3e%3ccircle cx='19' cy='19' r='18.5' transform='rotate(180 19 19)' stroke='%231C363B'/%3e%3c/svg%3e ");
    width: 38px;
    height: 38px;
    background-size: contain;
    background-repeat: no-repeat;
    outline: none
}

@media (max-width: 576px) {

    .section-c .swiper-button-next,
    .section-c .swiper-button-prev {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        margin: 0 4px
    }
}

.section-c .swiper-button-next::after,
.section-c .swiper-button-prev::after {
    display: none
}

.section-c .swiper-button-next:hover,
.section-c .swiper-button-prev:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='38' height='38' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.47 18.47a.75.75 0 0 0 0 1.06l4.773 4.773a.75.75 0 0 0 1.06-1.06L14.061 19l4.242-4.243a.75.75 0 0 0-1.06-1.06L12.47 18.47zM24 18.25H13v1.5h11v-1.5z' fill='%23ff5b40'/%3e%3ccircle cx='19' cy='19' r='18.5' transform='rotate(180 19 19)' stroke='%23ff5b40'/%3e%3c/svg%3e ")
}

.section-c .swiper-button-next {
    transform: scaleX(-1)
}

.section-c .swiper-pagination {
    position: relative;
    margin-top: 30px
}

.section-c .swiper-pagination .swiper-pagination-bullet {
    background: #1c363b
}

@media (min-width: 768px) {

    .section-c .swiper-sponsors-image-container::before,
    .section-c .swiper-sponsors-image-container::after {
        left: calc((100vw - 690px) / -2)
    }

    .section-c .swiper-button-prev {
        left: -30px
    }

    .section-c .swiper-button-next {
        right: -30px
    }

    .section-c .swiper-button-next,
    .section-c .swiper-button-prev {
        top: 43%
    }
}

@media (min-width: 992px) {

    .section-c .swiper-sponsors-image-container::before,
    .section-c .swiper-sponsors-image-container::after {
        left: calc((100vw - 930px) / -2)
    }
}

@media (min-width: 1200px) {

    .section-c .swiper-sponsors-image-container::before,
    .section-c .swiper-sponsors-image-container::after {
        left: calc((100vw - 1110px) / -2)
    }
}

.section-d {
    position: relative;
    padding: 0px 0px 50px
}

.section-d::before {
    content: "";
    display: block;
    width: 100%;
    height: 70%;
    background-image: url("../images/texture-bg-pattern.png");
    position: absolute;
    top: 0;
    left: 0
}

.section-d .container {
    position: relative;
    z-index: 5
}

.section-d h1,
.section-d h2,
.section-d h3,
.section-d h4,
.section-d h5,
.section-d h6 {
    color: #1c363b;
    text-transform: uppercase
}

.section-d h3 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #005F94;
    margin-bottom: 14px
}

.section-d p {
    color: #005F94
}

.section-d .link {
    margin-top: 25px
}

.section-d .info-container .img-wrap {
    width: 79px;
    height: 79px;
    margin-bottom: 24px
}

.section-d .info-container .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.section-d .img-container .img-wrap {
    margin-bottom: 30px
}

.section-d .img-container .img-wrap:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .section-d .img-container {
        display: flex
    }
}

@media (min-width: 992px) {
    .section-d .img-container {
        flex-direction: column
    }

    .section-d .img-container .img-wrap {
        margin-bottom: 48px
    }

    .section-d .img-container .img-wrap:nth-child(1) {
        width: 349px;
        height: 301px;
        margin-left: auto
    }

    .section-d .img-container .img-wrap:nth-child(2) {
        width: 445px;
        height: 305px;
        margin-left: -15px
    }

    .section-d .info-container p {
        width: 445px;
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    .section-d .img-container .img-wrap:nth-child(2) {
        margin-left: -95px
    }

    .section-d .elements::before {
        content: "";
        display: block;
        background-image: url("../images/circle-top-left-3.png");
        width: 229px;
        height: 231px;
        position: absolute;
        top: 0;
        left: 0
    }

    .section-d .elements::after {
        content: "";
        display: block;
        background-image: url("../images/square-c-shape-3.png");
        width: 165px;
        height: 563px;
        position: absolute;
        top: 190px;
        left: 0
    }
}

.section-e {
    position: relative;
    padding: 0
}

.section-e .container {
    position: relative;
    z-index: 5
}

.section-e .content-wrap {
    position: relative;
    padding: 50px 0
}

.section-e .content-wrap::before {
    content: "";
    display: block;
    width: 1351px;
    height: 100%;
    background-color: #1b88ca;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (min-width: 576px) {
    .section-e .content-wrap::before {
        background-size: 468px 100%, 215px 100%;
        background-position: top left, top right;
        background-repeat: no-repeat
    }
}

.section-e h1,
.section-e h2,
.section-e h3,
.section-e h4,
.section-e h5,
.section-e h6 {
    color: #fff;
    text-transform: capitalize
}

.section-e h3 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 14px
}

.section-e p {
    color: #fff
}

.section-e p a {
    color: inherit;
    text-decoration: underline
}

.section-e .link {
    margin-top: 25px
}

.section-e .img-wrap {
    height: auto;
    padding-bottom: 97.158081705150977%
}

@media (min-width: 992px) {
    .section-e .content-wrap {
        padding-top: 50px;
        padding-bottom: 30px
    }
}

.section-f {
    position: relative;
    padding: 250px 0 50px
}

.section-f .container {
    position: relative;
    z-index: 5
}

.section-f .background-section {
    width: 100%;
    height: 100%;
    background-image: url("../images/join-us-photo.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0
}

.section-f h3 {
/*     font-family: 'droid_serifregular' !important; */
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.03;
    letter-spacing: -0.39px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: none
}

.section-f h2 {
    color: #ffffff;
    margin-bottom: 10px !important;
    text-transform: uppercase
}

.section-f h2 strong {
    color: #005F94;
    font-weight: 400
}

.section-f p {
    color: white
}

.section-f .link {
    margin-top: 21px
}

.section-f .link a {
    margin-bottom: 17px;
    margin-right: 17px
}

.section-f .link a:last-child {
    margin-right: 0;
    margin-bottom: 0
}

.section-f .aos-animate .link a.attention-animation {
    -webkit-animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
    animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
    animation-delay: 3s
}

@-webkit-keyframes shake-horizontal {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,
    40%,
    60% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    80% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    90% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px)
    }
}

@keyframes shake-horizontal {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,
    40%,
    60% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    80% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    90% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px)
    }
}

@media (min-width: 1680px) {
    .section-f .background-section {
        background-image: url("../images/join-us-photo.webp")
    }
}

.section-g {
    position: relative;
    padding: 53px 0 46px
}

.section-g::before {
    content: "";
    display: block;
    width: 100%;
    height: 70%;
    background-image: url("../images/texture-bg-pattern.png");
    position: absolute;
    top: 0;
    left: 0
}

.section-g .container {
    position: relative;
    z-index: 5
}

.section-g h4 {
    font-family: 'droid_serifregular' !important;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 1.12px;
    color: #145172;
    margin-bottom: 35px;
    position: relative;
    text-align: center
}

.section-g .news-container {
    padding-top: 62px;
    position: relative
}

.section-g .news-container::before {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background: #005F94;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%)
}

@media (min-width: 768px) {
    .section-g .news-container>.row>.col-12:nth-child(1)::after {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #454345;
        opacity: 0.6
    }
}

@media (min-width: 1200px) {
    .section-g .news-container>.row>.col-12 .col-lg-6:nth-child(odd)::after {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #454345;
        opacity: 0.6
    }
}

.section-g .card {
    background: transparent
}

.section-g .img-wrap {
    height: 144px;
    margin: 0
}

.section-g .card-body {
    padding-left: 0
}

.section-g .category {
    font-family: 'Roboto', sans-serif !important;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #005F94
}

.section-g .date {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.14px;
    color: #1c363b;
    margin-bottom: 5px
}

.section-g .card-title {
    font-size: 19px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: -0.76px;
    color: #1c363b
}

.section-g .card-text p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -0.18px;
    color: #1c363b
}

.section-g .single-box:not(.main-box) .card-text {
    display: none
}

.section-g .single-box:not(.main-box) .date strong {
    display: none
}

.section-g .main-box .img-wrap {
    height: 260.1px
}

.section-g .main-box .card-title {
    font-size: 31px
}

.section-g .content-bottom {
    margin-top: 28px;
    padding-top: 31px;
    border-top: 1px solid rgba(69, 67, 69, 0.5)
}

.section-g .content-bottom .events-container {
    padding-top: 46px;
    position: relative
}

.section-g .content-bottom .events-container::before {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background: #005F94;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%)
}

.section-g .content-bottom .single-box .date strong {
    display: inline
}

@media (min-width: 768px) {
    .section-g .content-bottom .col-12:not(:last-child)::after {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #454345;
        opacity: 0.6
    }
}

@media (min-width: 1200px) {
    .section-g .content-bottom .col-12 .card-body {
        padding-left: 37px
    }

    .section-g .content-bottom .col-12:nth-child(1) .card-body {
        padding-left: 0px;
        padding-right: calc(37px + 1.25rem)
    }

    .section-g .content-bottom .col-12:nth-child(3) .card-body {
        padding-right: 0;
        padding-left: calc(37px + 1.25rem)
    }
}

@media (min-width: 1200px) {
    .section-g .elements::before {
        content: "";
        display: block;
        background-image: url("../images/circle-top-left-3.png");
        width: 229px;
        height: 231px;
        position: absolute;
        top: 0;
        left: 0
    }

    .section-g .elements::after {
        content: "";
        display: block;
        background-image: url("../images/square-c-shape-3.png");
        width: 165px;
        height: 563px;
        position: absolute;
        top: 42px;
        right: 167px
    }
}

.section-h {
    position: relative
}

.section-h .container {
    position: relative;
    z-index: 5
}

.section-h::before {
    content: "";
    display: block
}

.section-h .content-wrap {
    position: relative;
    padding: 90px 0 205px
}

.section-h .content-wrap::before {
    content: "";
    display: block;
    width: 1098px;
    height: 100%;
    background-color: #1c363b;
    position: absolute;
    background-image: url("../images/white-texture-left-pattern.png"), url("../images/white-texture-left-pattern.png");
    background-blend-mode: overlay
}

@media (max-width: 576px) {
    .section-h .content-wrap::before {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media (min-width: 576px) {
    .section-h .content-wrap::before {
        background-size: 468px 100%, 215px 100%;
        background-position: top left, top right;
        background-repeat: no-repeat;
        top: 0;
        right: 0
    }
}

@media (min-width: 1200px) {
    .section-h .content-wrap::before {
        right: 8.333333%
    }
}

.section-h .content-wrap::after {
    content: "";
    display: block;
    width: 433px;
    height: 5px;
    background-color: #ff5b40;
    position: absolute;
    top: 0;
    right: 0
}

@media (max-width: 576px) {
    .section-h .content-wrap::after {
        right: -15px
    }
}

@media (min-width: 1200px) {
    .section-h .content-wrap::after {
        right: 8.333333%
    }
}

.section-h h1,
.section-h h2,
.section-h h3,
.section-h h4,
.section-h h5,
.section-h h6 {
    color: #fff
}

.section-h .h6 {
    color: #fff;
    font-family: 'Roboto', sans-serif !important;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 6px
}

.section-h h3 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 1.12px;
    color: #fff;
    margin-bottom: 14px;
    text-transform: uppercase
}

.section-h p {
    color: white
}

.section-h .card {
    background: transparent
}

.section-h .card-body {
    padding-left: 0
}

.section-h .card-title {
    font-size: 19px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: -0.76px;
    color: white
}

.section-h .introduction-block p {
    font-size: 19px;
    font-weight: 700
}

.section-h .content-bottom {
    margin-top: 89px;
    padding-top: 53px;
    position: relative
}

.section-h .content-bottom::before {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: -15px
}

@media (min-width: 768px) {
    .section-h .img-wrap {
        height: 460px
    }
}

@media (min-width: 992px) {
    .section-h .content-wrap {
        margin-top: -50px
    }
}

@media (min-width: 1200px) {
    .section-h .card-body {
        padding-right: 0
    }

    .section-h .content-wrap {
        padding-bottom: 60px
    }

    .section-h .img-wrap {
        height: 475px
    }

    .section-h .content-bottom {
        margin-top: -11px
    }

    .section-h .content-bottom::before {
        width: 709px;
        left: -8.333333%
    }

    .section-h .img-container {
        margin-top: 32px
    }
}

.interior-page .custom-element-block {
    background-image: linear-gradient(to bottom, #006fae 1%, #003e61 104%)
}

.interior-page .custom-element-block h1,
.interior-page .custom-element-block h2,
.interior-page .custom-element-block h3,
.interior-page .custom-element-block h4,
.interior-page .custom-element-block h5,
.interior-page .custom-element-block h6,
.interior-page .custom-element-block p,
.interior-page .custom-element-block li,
.interior-page .custom-element-block blockquote,
.interior-page .custom-element-block cite,
.interior-page .custom-element-block .card-title {
    color: white
}

.interior-page .custom-element-block .left-side p,
.interior-page .custom-element-block .left-side li {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal
}

.interior-page .custom-element-block .left-side .link {
    margin-top: 49px
}

.interior-page .custom-element-block .single-box {
    margin-bottom: 32px
}

.interior-page .custom-element-block .single-box:last-child {
    margin-bottom: 0
}

.interior-page .custom-element-block .card {
    background: transparent;
    margin-bottom: 34px
}

.interior-page .custom-element-block .card:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .interior-page .custom-element-block .card {
        flex-direction: row
    }
}

.interior-page .custom-element-block .icon-item {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    flex-shrink: 0
}

.interior-page .custom-element-block .card-body {
    padding-left: 0
}

@media (min-width: 768px) {
    .interior-page .custom-element-block .card-body {
        padding-left: 35px;
        padding-top: 0
    }
}

.interior-page .custom-element-block .card-title {
    margin-bottom: 15px
}

.interior-page .custom-element-block .link {
    margin-top: 14px
}

.image-carousel-block {
    position: relative
}

.image-carousel-block h1,
.image-carousel-block h2,
.image-carousel-block h3,
.image-carousel-block h4,
.image-carousel-block h4,
.image-carousel-block h6 {
    margin-bottom: 40px
}

.image-carousel-block .img-item {
    overflow: hidden
}

.image-carousel-block img {
    position: relative;
    height: 250px !important;
    object-fit: cover
}

@media (min-width: 768px) {
    .image-carousel-block img {
        height: 412px !important
    }
}

.image-carousel-block figcaption {
    display: none
}

@media (min-width: 1200px) {
    .image-carousel-block .photo-gallery-container {
        width: calc(100% + ((100vw - 1110px) / 2))
    }
}

.image-carousel-block .navigation-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 30px
}

.image-carousel-block .arrows-container {
    display: flex;
    align-items: center
}

@media (min-width: 768px) {
    .image-carousel-block .arrows-container {
        margin-right: 30px
    }
}

.image-carousel-block .swiper-button-next,
.image-carousel-block .swiper-button-prev {
    position: relative;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 52 52' style='enable-background:new 0 0 52 52;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:none;%7d .st1%7bfill:none;stroke:%2335A6DE;stroke-width:2;%7d .st2%7bfill:%2335A6DE;%7d %3c/style%3e%3cg%3e%3ccircle class='st0' cx='26' cy='26' r='26'/%3e%3ccircle class='st1' cx='26' cy='26' r='25'/%3e%3c/g%3e%3cpath class='st2' d='M20.5,25.5c-0.3,0.3-0.3,0.8,0,1.1l4.8,4.8c0.3,0.3,0.8,0.3,1.1,0c0.3-0.3,0.3-0.7,0-1L22.1,26l4.2-4.2 c0.3-0.3,0.3-0.8,0-1.1c-0.3-0.3-0.7-0.3-1,0L20.5,25.5z M31,25.2H21v1.5h10V25.2z'/%3e%3c/svg%3e ");
    width: 52px;
    height: 52px;
    background-size: contain;
    background-repeat: no-repeat;
    outline: none;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0 4px
}

.image-carousel-block .swiper-button-next::after,
.image-carousel-block .swiper-button-prev::after {
    display: none
}

.image-carousel-block .swiper-button-next:hover,
.image-carousel-block .swiper-button-prev:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 52 52' style='enable-background:new 0 0 52 52;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23D2E9F4;%7d .st1%7bfill:none;stroke:%2335A6DE;stroke-width:2;%7d .st2%7bfill:%2335A6DE;%7d %3c/style%3e%3cg%3e%3ccircle class='st0' cx='26' cy='26' r='26'/%3e%3ccircle class='st1' cx='26' cy='26' r='25'/%3e%3c/g%3e%3cpath class='st2' d='M20.5,25.5c-0.3,0.3-0.3,0.8,0,1.1l4.8,4.8c0.3,0.3,0.8,0.3,1.1,0c0.3-0.3,0.3-0.7,0-1L22.1,26l4.2-4.2 c0.3-0.3,0.3-0.8,0-1.1c-0.3-0.3-0.7-0.3-1,0L20.5,25.5z M31,25.2H21v1.5h10V25.2z'/%3e%3c/svg%3e ")
}

.image-carousel-block .swiper-button-next {
    transform: scaleX(-1)
}

.image-carousel-block .swiper-scrollbar {
    width: 100%;
    background: transparent
}

.image-carousel-block .swiper-scrollbar::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0.5px;
    background: #005F94
}

.image-carousel-block .swiper-scrollbar-drag {
    height: 3px;
    border-radius: 3px;
    background: #005F94
}

@media (min-width: 768px) {
    .image-carousel-block.image-auto-width img {
        width: auto !important
    }

    .image-carousel-block.image-auto-width .swiper-slide {
        width: auto
    }
}

.image-carousel-block-style-1 {
    position: relative
}

.image-carousel-block-style-1 h1,
.image-carousel-block-style-1 h2,
.image-carousel-block-style-1 h3,
.image-carousel-block-style-1 h4,
.image-carousel-block-style-1 h4,
.image-carousel-block-style-1 h6 {
    margin-bottom: 60px
}

.image-carousel-block-style-1 .img-item {
    overflow: hidden
}

.image-carousel-block-style-1 .img-wrap {
    margin: 0;
    height: 328px
}

.image-carousel-block-style-1 .img-wrap img {
    height: 100%
}

.image-carousel-block-style-1 .img-wrap:before {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 2
}

.image-carousel-block-style-1 img {
    position: relative;
    height: 250px !important;
    object-fit: cover
}

@media (min-width: 768px) {
    .image-carousel-block-style-1 img {
        height: 427px !important
    }
}

.image-carousel-block-style-1 figcaption {
    margin-top: 16px;
    text-align: left;
    display: none
}

.image-carousel-block-style-1 .swiper-slide-active figcaption {
    display: block
}

.image-carousel-block-style-1 .navigation-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 30px
}

.image-carousel-block-style-1 .arrows-container {
    display: flex;
    align-items: center
}

@media (min-width: 768px) {
    .image-carousel-block-style-1 .arrows-container {
        margin-right: 30px
    }
}

.image-carousel-block-style-1 .swiper-button-next,
.image-carousel-block-style-1 .swiper-button-prev {
    position: relative;
    width: 7.1px;
    height: 11.5px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='5.987' height='11.31' viewBox='0 0 5.987 11.31'%3e%3cpath fill='none' stroke='%230f3d5e' stroke-miterlimit='10' stroke-width='1.5px' d='M0 0l5.181 4.429L10.334 0' transform='rotate(-90 5.697 5.127)'/%3e%3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
    outline: none;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0 4px
}

.image-carousel-block-style-1 .swiper-button-next::after,
.image-carousel-block-style-1 .swiper-button-prev::after {
    display: none
}

.image-carousel-block-style-1 .swiper-button-next:hover,
.image-carousel-block-style-1 .swiper-button-prev:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='5.987' height='11.31' viewBox='0 0 5.987 11.31'%3e%3cpath fill='none' stroke='%23717073' stroke-miterlimit='10' stroke-width='1.5px' d='M0 0l5.181 4.429L10.334 0' transform='rotate(-90 5.697 5.127)'/%3e%3c/svg%3e")
}

.image-carousel-block-style-1 .swiper-button-prev {
    transform: scaleX(-1)
}

.image-carousel-block-style-1 .swiper-pagination {
    position: relative;
    display: flex;
    justify-content: center
}

.image-carousel-block-style-1 .swiper-pagination-bullet {
    opacity: 1;
    background-color: white;
    border: 2px solid #707070;
    margin: 0 10px;
    width: 12px;
    height: 12px
}

.image-carousel-block-style-1 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #006fae;
    border-color: #006fae
}

.image-carousel-block-style-1 .swiper-scrollbar {
    width: 100%;
    background: #d0d0d0
}

.image-carousel-block-style-1 .swiper-scrollbar-drag {
    height: 3px;
    background: white
}

@media (min-width: 768px) {
    .image-carousel-block-style-1.image-auto-width img {
        width: auto
    }

    .image-carousel-block-style-1.image-auto-width .swiper-slide {
        width: auto
    }
}

.image-carousel-block-style-1 .swiper-slide-active .img-wrap::before {
    opacity: 0
}

.image-carousel-block-style-1.center-item-bigger .swiper-slide {
    margin-top: 50px
}

.image-carousel-block-style-1.center-item-bigger .swiper-slide-active {
    margin: 0
}

.image-carousel-block-style-1.center-item-bigger .swiper-slide-active .img-wrap {
    height: 416px
}

.custom_text_image_2 .link {
    margin-top: 24px;
    gap: 15px;
    display: flex;
    flex-wrap: wrap
}

@media (min-width: 992px) {
    .custom_text_image_2.image_on_left .side-text {
        margin-left: 8.333333%
    }
}

@media (min-width: 992px) {
    .custom_text_image_2.image_on_right .side-text {
        margin-left: 8.333333%
    }
}

@media (min-width: 992px) {
    .custom_text_image_2.image_on_right .side-image {
        order: 1;
        margin-left: 8.333333%
    }
}

.custom_text_image_2.image_on_right .side-image .image-wrapping .image-fit-contain,
.custom_text_image_2.image_on_right .side-image .wp-block-image .image-fit-contain {
    object-position: left center
}

.custom_text_image_2.image_on_right .side-image .image-wrapping figcaption,
.custom_text_image_2.image_on_right .side-image .wp-block-image figcaption {
    text-align: left
}

.custom_text_image .link {
    margin-top: 24px;
    gap: 15px;
    display: flex;
    flex-wrap: wrap
}

@media (min-width: 992px) {
    .custom_text_image.image_on_right .side-image {
        order: 1
    }
}

.custom_text_image.image_on_right .side-image .image-wrapping .image-fit-contain,
.custom_text_image.image_on_right .side-image .wp-block-image .image-fit-contain {
    object-position: left center
}

.custom_text_image.image_on_right .side-image .image-wrapping figcaption,
.custom_text_image.image_on_right .side-image .wp-block-image figcaption {
    text-align: left
}

.not-colored-block+.not-colored-block {
    padding-top: 0 !important
}

.interior-page .image-list-block {
    background-color: #005F94
}

.interior-page .image-list-block h1,
.interior-page .image-list-block h2,
.interior-page .image-list-block h3,
.interior-page .image-list-block h4,
.interior-page .image-list-block h5,
.interior-page .image-list-block h6,
.interior-page .image-list-block p,
.interior-page .image-list-block li,
.interior-page .image-list-block blockquote,
.interior-page .image-list-block cite {
    color: white
}

.interior-page .image-list-block .link {
    margin-top: 30px
}

.interior-page .image-list-block ul.list li {
    padding-left: 60px;
    margin-bottom: 35px
}

.interior-page .image-list-block ul.list li:last-child {
    margin-bottom: 0
}

.interior-page .image-list-block ul.list li::after {
    width: 31.8px;
    height: 2px;
    border-radius: 0;
    top: 7px;
    background: currentColor
}

@media (min-width: 992px) {
    .interior-page .image-list-block.image_on_left .side-text {
        margin-left: 8.333333%
    }
}

@media (min-width: 992px) {
    .interior-page .image-list-block.image_on_right .side-image {
        order: 1;
        margin-left: 8.333333%
    }
}

.interior-page .image-list-block.image_on_right .side-image .image-wrapping .image-fit-contain,
.interior-page .image-list-block.image_on_right .side-image .wp-block-image .image-fit-contain {
    object-position: left center
}

.interior-page .image-list-block.image_on_right .side-image .image-wrapping figcaption,
.interior-page .image-list-block.image_on_right .side-image .wp-block-image figcaption {
    text-align: left
}

.interior-page .custom-list-and-image-block h1,
.interior-page .custom-list-and-image-block h2,
.interior-page .custom-list-and-image-block h3,
.interior-page .custom-list-and-image-block h4,
.interior-page .custom-list-and-image-block h5,
.interior-page .custom-list-and-image-block h6 {
    margin-bottom: 5px
}

.interior-page .custom-list-and-image-block .numbered-boxes-container {
    counter-reset: section
}

.interior-page .custom-list-and-image-block .numbered-boxes-container .single-box {
    counter-increment: item;
    padding-left: 47px;
    position: relative;
    margin-bottom: 29px
}

.interior-page .custom-list-and-image-block .numbered-boxes-container .single-box:last-child {
    margin-bottom: 0
}

.interior-page .custom-list-and-image-block .numbered-boxes-container .single-box:before {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 31px;
    height: 31px;
    background-color: #1c363b;
    border-radius: 50%;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.93;
    letter-spacing: -0.45px;
    color: white;
    counter-increment: section;
    content: counters(item, ".");
    position: absolute;
    top: 0;
    left: 0
}

.interior-page .custom-list-and-image-block .img-wrap {
    margin: 0;
    min-height: 507px
}

.interior-page .custom-list-and-image-block .img-wrap img {
    height: 100%
}

@media (min-width: 768px) {
    .interior-page .custom-list-and-image-block .img-wrap {
        height: 100%
    }
}

.interior-page .text-list-block h1,
.interior-page .text-list-block h2,
.interior-page .text-list-block h3,
.interior-page .text-list-block h4,
.interior-page .text-list-block h5,
.interior-page .text-list-block h6,
.interior-page .text-list-block p,
.interior-page .text-list-block li,
.interior-page .text-list-block blockquote,
.interior-page .text-list-block cite {
    color: inherit !important
}

.interior-page .text-list-block h1 a,
.interior-page .text-list-block h2 a,
.interior-page .text-list-block h3 a,
.interior-page .text-list-block h4 a,
.interior-page .text-list-block h5 a,
.interior-page .text-list-block h6 a,
.interior-page .text-list-block p a,
.interior-page .text-list-block li a,
.interior-page .text-list-block blockquote a,
.interior-page .text-list-block cite a {
    color: inherit
}

.interior-page .text-list-block .link {
    margin-top: 30px
}

.interior-page .text-list-block ul.list li,
.interior-page .text-list-block ul li {
    margin-bottom: 35px !important
}

.interior-page .text-list-block ul.list li:last-child,
.interior-page .text-list-block ul li:last-child {
    margin-bottom: 0 !important
}

.custom-block.text-only-block {
    position: relative
}

.custom-block.text-only-block:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: inherit;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.custom-block.text-only-block.solid-background-color::before {
    background: inherit
}

.custom-block.text-only-block.default-design-style::before {
    background: #1c363b
}

.custom-block.text-only-block.default-design-style h1,
.custom-block.text-only-block.default-design-style h2,
.custom-block.text-only-block.default-design-style h3,
.custom-block.text-only-block.default-design-style h4,
.custom-block.text-only-block.default-design-style h5,
.custom-block.text-only-block.default-design-style h6 {
    color: white
}

.custom-block.text-only-block.default-design-style p,
.custom-block.text-only-block.default-design-style li {
    color: white
}

.custom-block.text-only-block.default-design-style blockquote,
.custom-block.text-only-block.default-design-style cite {
    color: white
}

.custom-block.text-only-block.default-design-style blockquote p,
.custom-block.text-only-block.default-design-style cite p {
    color: white
}

.custom-block.text-only-block .container {
    position: relative;
    z-index: 5
}

.custom-block.text-only-block h1,
.custom-block.text-only-block h2,
.custom-block.text-only-block h3,
.custom-block.text-only-block h4,
.custom-block.text-only-block h5,
.custom-block.text-only-block h6,
.custom-block.text-only-block p,
.custom-block.text-only-block li,
.custom-block.text-only-block blockquote,
.custom-block.text-only-block cite {
    color: inherit
}

.custom-block.text-only-block h1 a,
.custom-block.text-only-block h2 a,
.custom-block.text-only-block h3 a,
.custom-block.text-only-block h4 a,
.custom-block.text-only-block h5 a,
.custom-block.text-only-block h6 a,
.custom-block.text-only-block p a,
.custom-block.text-only-block li a,
.custom-block.text-only-block blockquote a,
.custom-block.text-only-block cite a {
    color: inherit !important
}

.custom-block.text-only-block li:before {
    color: inherit !important
}

.custom-block.text-only-block blockquote {
    margin: 27px 0 37px;
    padding: 37px 0;
    border-top: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal
}

.custom-block.text-only-block blockquote p,
.custom-block.text-only-block blockquote li,
.custom-block.text-only-block blockquote cite {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal
}

.custom-block.text-only-block.background-extended {
    padding-bottom: 0 !important
}

.custom-block.text-only-block.background-extended:before {
    height: calc(100% + 100px)
}

@media (min-width: 768px) {
    .custom-block.text-only-block.background-extended:before {
        height: calc(100% + 250px)
    }
}

.custom-team-bios-block {
    position: relative
}

.custom-team-bios-block.option-05 .card {
    position: relative;
    min-height: 350px;
    overflow: hidden
}

.custom-team-bios-block.option-05 .card:hover .img-wrap::before {
    opacity: 1
}

.custom-team-bios-block.option-05 .card:hover .hover-box {
    z-index: 5;
    opacity: 1
}

.custom-team-bios-block.option-05 .card:hover .card-body {
    z-index: 0
}

.custom-team-bios-block.option-05 .card:hover .team-main-info {
    left: -100%
}

.custom-team-bios-block.option-05 .img-wrap {
    height: 100%;
    margin: 0;
    position: absolute
}

.custom-team-bios-block.option-05 .img-wrap::before {
    background: rgba(0, 0, 0, 0.7);
    z-index: 2;
    opacity: 0
}

.custom-team-bios-block.option-05 .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.custom-team-bios-block.option-05 .hover-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 0;
    opacity: 0
}

.custom-team-bios-block.option-05 .btn-modal {
    background: transparent;
    border: none;
    color: white;
    display: flex;
    align-items: center;
    margin: auto;
    position: absolute
}

.custom-team-bios-block.option-05 .btn-modal i {
    font-size: 27px
}

.custom-team-bios-block.option-05 .btn-modal span {
    margin-right: 15px;
    font-size: 20px
}

.custom-team-bios-block.option-05 .btn-modal:hover {
    opacity: 0.5
}

.custom-team-bios-block.option-05 .networks {
    margin-bottom: 20px;
    margin-top: auto
}

.custom-team-bios-block.option-05 .networks ul.social {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.custom-team-bios-block.option-05 .networks ul.social li {
    padding-left: 0
}

.custom-team-bios-block.option-05 .networks ul.social li::after {
    display: none
}

.custom-team-bios-block.option-05 .networks ul.social li a {
    font-size: 13px;
    text-decoration: none;
    margin-right: 5px;
    margin-bottom: 5px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center
}

.custom-team-bios-block.option-05 .networks ul.social li a i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #005F94;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center
}

.custom-team-bios-block.option-05 .networks ul.social li a span {
    margin-left: 5px;
    color: #fff;
    font-weight: 700
}

.custom-team-bios-block.option-05 .networks ul.social li a:hover i {
    background-color: #ff5b40
}

.custom-team-bios-block.option-05 .networks ul.social li a:hover span {
    color: #fff;
    opacity: 0.8
}

.custom-team-bios-block.option-05 .card-body {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 6;
    display: flex;
    align-items: flex-end;
    padding-left: 0
}

.custom-team-bios-block.option-05 .team-main-info {
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    padding-left: 20px;
    position: relative;
    transition: 0.4s;
    left: 0;
    top: 15px;
    width: 100%
}

.custom-team-bios-block.option-05 .team-main-info h2,
.custom-team-bios-block.option-05 .team-main-info h3 {
    font-family: 'Roboto', sans-serif !important;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1em;
    margin: 0 0 5px;
    padding: 0 !important
}

.custom-team-bios-block.option-05 .team-main-info h3 {
    margin-bottom: 0
}

.teambios-modal.modal-option-05 .modal-content {
    position: relative
}

.teambios-modal.modal-option-05 .modal-header {
    padding: 0;
    border: none
}

.teambios-modal.modal-option-05 .close {
    background: #005F94;
    color: white;
    opacity: 1;
    width: 45px;
    height: 45px;
    border-radius: 0 0 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    z-index: 5
}

.teambios-modal.modal-option-05 .img-wrap {
    height: 167px
}

@media (min-width: 768px) {
    .teambios-modal.modal-option-05 .img-wrap {
        height: 227px
    }
}

.teambios-modal.modal-option-05 .img-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.teambios-modal.modal-option-05 .position h2,
.teambios-modal.modal-option-05 .position h3 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .teambios-modal.modal-option-05 .name {
        padding-right: 40px;
        margin-top: 40px
    }
}

.teambios-modal.modal-option-05 ul.social {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.teambios-modal.modal-option-05 ul.social li {
    padding-left: 0
}

.teambios-modal.modal-option-05 ul.social li::after {
    display: none
}

.teambios-modal.modal-option-05 ul.social li a {
    font-size: 13px;
    text-decoration: none;
    margin-right: 5px;
    margin-bottom: 5px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center
}

.teambios-modal.modal-option-05 ul.social li a i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #005F94;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center
}

.teambios-modal.modal-option-05 ul.social li a span {
    margin-left: 5px;
    color: #005F94;
    font-weight: 700
}

.teambios-modal.modal-option-05 ul.social li a:hover i {
    background-color: #ff5b40
}

.teambios-modal.modal-option-05 ul.social li a:hover span {
    color: #ff5b40
}

.custom-text-video-block {
    position: relative
}

.custom-text-video-block.solid-background-color::before {
    background: inherit
}

.custom-text-video-block h1,
.custom-text-video-block h2,
.custom-text-video-block h3,
.custom-text-video-block h4,
.custom-text-video-block h5,
.custom-text-video-block h6,
.custom-text-video-block p,
.custom-text-video-block li,
.custom-text-video-block blockquote,
.custom-text-video-block cite {
    color: inherit
}

@media (min-width: 768px) {
    .custom-text-video-block .card.img-bg {
        min-height: 510px
    }

    .custom-text-video-block .card.img-bg::before {
        content: "";
        display: block;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='86' height='58.675'%3e%3cdefs%3e%3cstyle%3e .cls-1%7bfill:%23fff%7d %3c/style%3e%3c/defs%3e%3cg id='Group_4064' data-name='Group 4064' transform='translate(-1626.142 -215.833)'%3e%3cpath id='Path_11420' data-name='Path 11420' class='cls-1' d='M1630.167 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z'/%3e%3cpath id='Path_11421' data-name='Path 11421' class='cls-1' d='M1659.312 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-15.483)'/%3e%3cpath id='Path_11422' data-name='Path 11422' class='cls-1' d='M1688.458 217.845a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(-30.966)'/%3e%3cpath id='Path_11423' data-name='Path 11423' class='cls-1' d='M1717.6 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-46.448)'/%3e%3cpath id='Path_11424' data-name='Path 11424' class='cls-1' d='M1746.748 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-61.932)'/%3e%3cpath id='Path_11425' data-name='Path 11425' class='cls-1' d='M1775.894 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-77.414)'/%3e%3cpath id='Path_11426' data-name='Path 11426' class='cls-1' d='M1805.039 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-92.897)'/%3e%3cpath id='Path_11427' data-name='Path 11427' class='cls-1' d='M1630.167 246.99a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(0 -15.483)'/%3e%3cpath id='Path_11428' data-name='Path 11428' class='cls-1' d='M1659.312 246.99a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-15.483 -15.483)'/%3e%3cpath id='Path_11429' data-name='Path 11429' class='cls-1' d='M1688.458 246.99a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(-30.966 -15.483)'/%3e%3cpath id='Path_11430' data-name='Path 11430' class='cls-1' d='M1717.6 246.99a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-46.448 -15.483)'/%3e%3cpath id='Path_11431' data-name='Path 11431' class='cls-1' d='M1746.748 246.99a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-61.932 -15.483)'/%3e%3cpath id='Path_11432' data-name='Path 11432' class='cls-1' d='M1775.894 246.99a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-77.414 -15.483)'/%3e%3cpath id='Path_11433' data-name='Path 11433' class='cls-1' d='M1805.039 246.99a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-92.897 -15.483)'/%3e%3cpath id='Path_11434' data-name='Path 11434' class='cls-1' d='M1630.167 276.136a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(0 -30.966)'/%3e%3cpath id='Path_11435' data-name='Path 11435' class='cls-1' d='M1659.312 276.136a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-15.483 -30.966)'/%3e%3cpath id='Path_11436' data-name='Path 11436' class='cls-1' d='M1688.458 276.136a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(-30.966 -30.966)'/%3e%3cpath id='Path_11437' data-name='Path 11437' class='cls-1' d='M1717.6 276.136a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-46.448 -30.966)'/%3e%3ccircle id='Ellipse_815' data-name='Ellipse 815' class='cls-1' cx='2.012' cy='2.012' r='2.012' transform='translate(1680.792 243.158)'/%3e%3cpath id='Path_11438' data-name='Path 11438' class='cls-1' d='M1775.894 276.136a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-77.414 -30.966)'/%3e%3cpath id='Path_11439' data-name='Path 11439' class='cls-1' d='M1805.039 276.136a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-92.897 -30.966)'/%3e%3cpath id='Path_11440' data-name='Path 11440' class='cls-1' d='M1630.167 305.281a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(0 -46.448)'/%3e%3cpath id='Path_11441' data-name='Path 11441' class='cls-1' d='M1659.312 305.281a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-15.483 -46.448)'/%3e%3cpath id='Path_11442' data-name='Path 11442' class='cls-1' d='M1688.458 305.281a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(-30.966 -46.448)'/%3e%3cpath id='Path_11443' data-name='Path 11443' class='cls-1' d='M1717.6 305.281a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-46.448 -46.448)'/%3e%3cpath id='Path_11444' data-name='Path 11444' class='cls-1' d='M1746.748 305.281a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-61.932 -46.448)'/%3e%3cpath id='Path_11445' data-name='Path 11445' class='cls-1' d='M1775.894 305.281a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-77.414 -46.448)'/%3e%3cpath id='Path_11446' data-name='Path 11446' class='cls-1' d='M1805.039 305.281a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-92.897 -46.448)'/%3e%3cpath id='Path_11447' data-name='Path 11447' class='cls-1' d='M1630.167 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(0 -61.932)'/%3e%3cpath id='Path_11448' data-name='Path 11448' class='cls-1' d='M1659.312 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-15.483 -61.932)'/%3e%3cpath id='Path_11449' data-name='Path 11449' class='cls-1' d='M1688.458 334.427a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(-30.966 -61.932)'/%3e%3cpath id='Path_11450' data-name='Path 11450' class='cls-1' d='M1717.6 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-46.448 -61.932)'/%3e%3cpath id='Path_11451' data-name='Path 11451' class='cls-1' d='M1746.748 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-61.932 -61.932)'/%3e%3cpath id='Path_11452' data-name='Path 11452' class='cls-1' d='M1775.894 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-77.414 -61.932)'/%3e%3cpath id='Path_11453' data-name='Path 11453' class='cls-1' d='M1805.039 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-92.897 -61.932)'/%3e%3c/g%3e%3c/svg%3e ");
        width: 86px;
        height: 58.7px;
        position: absolute;
        top: -20px;
        left: -36px
    }
}

.custom-text-video-block .img-wrap img {
    height: 100%
}

.custom-text-video-block .img-wrap::before {
    opacity: 0.27;
    background-color: #000000;
    z-index: 2
}

.directory-card {
    background: #ffffff;
    box-shadow: 4px 4px 22px rgba(0, 0, 0, 0.05);
    border-radius: 0px 0px 4px 4px
}

.directory-card:hover {
    background-color: #005F94
}

.directory-card:hover .date,
.directory-card:hover .card-title,
.directory-card:hover .card-text,
.directory-card:hover .subtitle,
.directory-card:hover .link {
    -webkit-filter: brightness(0%) invert(100%);
    filter: brightness(0%) invert(100%)
}

.directory-card .img-wrap {
    height: 232px;
    margin: 0;
    background-color: lightgray
}

.directory-card .img-wrap img {
    height: 100%;
    width: 100%;
    object-fit: contain
}

.directory-card .card-body {
    padding-top: 27px;
    padding-bottom: 33px
}

@media (min-width: 992px) {
    .directory-card .card-body {
        padding-left: 48px;
        padding-right: 48px
    }
}

.directory-card .date {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 7px
}

.directory-card .card-title {
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: -0.04em;
    color: #1c363b;
    margin-bottom: 10px
}

.directory-card .subtitle {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #ff5b40
}

.directory-card .card-text {
    margin-bottom: 9px
}

.directory-card .card-text p,
.directory-card .card-text li {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #1c363b !important
}

.directory-card .link {
    margin-top: 16px
}

@media (min-width: 1200px) {
    .custom-directory-block.resources-directory-block .filter-tools fieldset:last-child {
        margin-top: -70px;
        padding-top: 0;
        border: none
    }
}

@media (min-width: 1200px) {
    .custom-directory-block.resources-directory-block .filter-results .filter-results-container {
        display: flex;
        flex-wrap: wrap
    }

    .custom-directory-block.resources-directory-block .filter-results .filter-results-container .single-box {
        width: calc(33.3% - 20px);
        margin-bottom: 30px;
        margin-right: 0
    }

    .custom-directory-block.resources-directory-block .filter-results .filter-results-container .single-box:nth-child(3n+2) {
        margin-right: 30px;
        margin-left: 30px
    }
}

.custom-directory-block .container {
    position: relative;
    z-index: 5
}

.custom-directory-block .filter-tools {
    position: relative;
    padding: 37px 15px;
    border-radius: 2px;
    background: rgba(0, 95, 148, 0.1)
}

@media (min-width: 1200px) {
    .custom-directory-block .filter-tools {
        background-color: transparent
    }

    .custom-directory-block .filter-tools::before {
        content: "";
        display: block;
        width: 1351px;
        height: 100%;
        background: rgba(0, 95, 148, 0.1);
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.custom-directory-block .filter-tools ul.order-list li ul li:nth-child(1n) {
    animation-delay: .1s
}

.custom-directory-block .filter-tools ul.order-list li ul li:nth-child(2n) {
    animation-delay: .2s
}

.custom-directory-block .filter-tools ul.order-list li ul li:nth-child(3n) {
    animation-delay: .3s
}

.custom-directory-block .filter-tools ul.order-list li ul li:nth-child(4n) {
    animation-delay: .4s
}

.custom-directory-block .filter-tools ul.order-list li ul li:nth-child(5n) {
    animation-delay: .5s
}

.custom-directory-block .filter-tools ul.order-list li ul li:nth-child(6n) {
    animation-delay: .6s
}

.custom-directory-block .filter-tools ul.order-list li ul li:nth-child(7n) {
    animation-delay: .7s
}

.custom-directory-block .filter-tools ul.order-list li ul li:nth-child(8n) {
    animation-delay: .8s
}

.custom-directory-block .filter-tools ul.order-list li ul li:nth-child(9n) {
    animation-delay: .9s
}

.custom-directory-block .filter-tools ul.order-list li ul li:nth-child(10n) {
    animation-delay: 1s
}

.custom-directory-block .filter-tools ul.order-list {
    list-style: none;
    padding: 0;
    margin: 30px auto;
    z-index: 10
}

@media (min-width: 768px) {
    .custom-directory-block .filter-tools ul.order-list {
        margin-right: 0
    }

    .custom-directory-block .filter-tools ul.order-list li ul {
        position: absolute !important;
        top: 40px
    }
}

.custom-directory-block .filter-tools ul.order-list li {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative
}

.custom-directory-block .filter-tools ul.order-list li ul {
    justify-content: center;
    align-items: center;
    position: relative;
    list-style: none;
    padding: 0
}

.custom-directory-block .filter-tools ul.order-list li ul li {
    display: none;
    animation: rotateX 300ms ease-in-out forwards;
    transform-origin: top center;
    opacity: 0
}

.custom-directory-block .filter-tools ul.order-list li ul li a,
.custom-directory-block .filter-tools ul.order-list li ul li button {
    display: block;
    margin: 5px;
    background-color: #ececec;
    color: #454345;
    padding: 12px 14px;
    border-radius: 4px;
    border: none;
    box-shadow: none;
    text-decoration: none
}

.custom-directory-block .filter-tools ul.order-list li ul li a:hover,
.custom-directory-block .filter-tools ul.order-list li ul li button:hover {
    background: #ff5b40;
    color: white
}

@keyframes rotateX {
    0% {
        opacity: 0;
        transform: rotateX(-90deg)
    }

    50% {
        transform: rotateX(-20deg)
    }

    100% {
        opacity: 1;
        transform: rotateX(0deg)
    }
}

.custom-directory-block .filter-tools ul.order-list li.list-icon {
    cursor: pointer
}

.custom-directory-block .filter-tools ul.order-list li.list-icon i {
    margin-bottom: 10px;
    width: 39px;
    height: 39px;
    background-color: #ececec;
    color: #454345;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.custom-directory-block .filter-tools ul.order-list li.list-icon:hover i {
    background: #ff5b40;
    color: white
}

.custom-directory-block .filter-tools ul.order-list li.list-icon:hover ul li {
    display: block
}

.custom-directory-block .filter-tools legend {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    color: #1c363b;
    margin-bottom: 23px
}

.custom-directory-block .filter-tools .form-container {
    display: flex;
    flex-direction: column
}

@media (min-width: 768px) {
    .custom-directory-block .filter-tools .form-container {
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center
    }
}

@media (min-width: 992px) {
    .custom-directory-block .filter-tools .directory-search-form {
        display: flex;
        flex-wrap: wrap
    }
}

.custom-directory-block .filter-tools fieldset:nth-child(1) {
    margin-bottom: 30px
}

.custom-directory-block .filter-tools fieldset:last-child {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 0.5px solid #1c363b
}

@media (min-width: 992px) {
    .custom-directory-block .filter-tools fieldset {
        width: 50%
    }

    .custom-directory-block .filter-tools fieldset:last-child {
        width: 100%
    }
}

@media (min-width: 1200px) {
    .custom-directory-block .filter-tools fieldset:nth-child(2) {
        display: flex;
        flex-wrap: wrap;
        z-index: 2
    }

    .custom-directory-block .filter-tools fieldset:last-child {
        display: flex
    }
}

.custom-directory-block .filter-tools .form-item {
    width: 100%;
    margin-bottom: 10px
}

.custom-directory-block .filter-tools .form-item label {
    font-size: 11px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    display: block
}

@media (min-width: 768px) {
    .custom-directory-block .filter-tools .form-item {
        padding-right: 15px
    }
}

@media (min-width: 1200px) {
    .custom-directory-block .filter-tools .form-item.select-item {
        width: 50%
    }

    .custom-directory-block .filter-tools .form-item.submit-item,
    .custom-directory-block .filter-tools .form-item.reset-item {
        width: auto
    }
}

.custom-directory-block .filter-tools .checkbox-item {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0
}

.custom-directory-block .filter-tools .checkbox-item.active::before {
    display: block
}

.custom-directory-block .filter-tools .checkbox-item [type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10
}

.custom-directory-block .filter-tools .checkbox-item [type="checkbox"]:checked+label {
    color: white;
    background-color: #1c363b;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='0.85' y='0.85' width='17.3' height='17.3' rx='3.15' fill='%2335A6DE' stroke='%2335A6DE' stroke-width='1.7'/%3e%3cpath d='M13.7355 5.21993C13.8037 5.1503 13.8852 5.09498 13.9751 5.05722C14.065 5.01945 14.1615 5 14.259 5C14.3565 5 14.453 5.01945 14.5429 5.05722C14.6328 5.09498 14.7142 5.1503 14.7825 5.21993C15.0685 5.50893 15.0725 5.97593 14.7925 6.26993L8.87949 13.2599C8.81236 13.3337 8.73089 13.3929 8.64007 13.4341C8.54925 13.4752 8.45099 13.4974 8.3513 13.4993C8.25161 13.5011 8.15258 13.4827 8.06028 13.4449C7.96798 13.4072 7.88435 13.3511 7.81449 13.2799L4.21649 9.63393C4.07773 9.49242 4 9.30213 4 9.10393C4 8.90574 4.07773 8.71545 4.21649 8.57393C4.28474 8.5043 4.36619 8.44898 4.45608 8.41122C4.54597 8.37345 4.64249 8.354 4.73999 8.354C4.83749 8.354 4.93401 8.37345 5.0239 8.41122C5.11379 8.44898 5.19525 8.5043 5.26349 8.57393L8.31549 11.6669L13.7155 5.24193C13.7217 5.23421 13.7284 5.22686 13.7355 5.21993Z' fill='white'/%3e%3c/svg%3e ")
}

.custom-directory-block .filter-tools .checkbox-item label {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #1c363b;
    margin-bottom: 0;
    position: relative;
    z-index: 5;
    border-radius: 4px;
    padding: 10px;
    padding-left: 40px;
    border-radius: 4px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect id='checkbox-off' x='0.85' y='0.85' width='17.3' height='17.3' rx='3.15' stroke='%23CDCDD5' stroke-width='1.7'/%3e%3c/svg%3e ");
    background-position: left 10px top 10px;
    background-size: 20px;
    background-repeat: no-repeat;
    display: block;
    width: 100%
}

.custom-directory-block .filter-tools input[type="submit"],
.custom-directory-block .filter-tools [type="reset"] {
    width: 100%;
    min-width: auto;
    justify-content: center
}

.custom-directory-block .filter-tools input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]) {
    font-family: 'Roboto', sans-serif !important;
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #abb2b4;
    background: rgba(255, 255, 255, 0);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.132 7.65c0 3.785-3.193 6.9-7.19 6.9-3.999 0-7.192-3.115-7.192-6.9S3.943.75 7.941.75c3.998 0 7.191 3.115 7.191 6.9z' stroke='%2335A6DE' stroke-width='1.5'/%3e%3cpath d='M13.877 12.062 17.24 15.3' stroke='%2335A6DE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 20px center;
    border-radius: 4px;
    border: solid 1px #35a6de;
    height: 43px;
    min-height: auto;
    padding: 13px 21px;
    padding-left: 48px;
    text-align: left;
    width: 100% !important;
    margin-bottom: 0;
    text-transform: none
}

.custom-directory-block .filter-tools input:not([type="checkbox"]):not([type="submit"]):not([type="reset"])::-webkit-input-placeholder {
    color: #abb2b4;
    opacity: 0.61
}

.custom-directory-block .filter-tools input:not([type="checkbox"]):not([type="submit"]):not([type="reset"])::-moz-placeholder {
    color: #abb2b4;
    opacity: 0.61
}

.custom-directory-block .filter-tools input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):-ms-input-placeholder {
    color: #abb2b4;
    opacity: 0.61
}

.custom-directory-block .filter-tools input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):active,
.custom-directory-block .filter-tools input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):focus {
    box-shadow: none;
    outline: none
}

.custom-directory-block .filter-tools input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):active::-webkit-input-placeholder,
.custom-directory-block .filter-tools input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):focus::-webkit-input-placeholder {
    opacity: 1
}

.custom-directory-block .filter-tools input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):active::-moz-placeholder,
.custom-directory-block .filter-tools input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):focus::-moz-placeholder {
    opacity: 1
}

.custom-directory-block .filter-tools input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):active:-ms-input-placeholder,
.custom-directory-block .filter-tools input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):focus:-ms-input-placeholder {
    opacity: 1
}

.custom-directory-block .filter-tools input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):-webkit-autofill,
.custom-directory-block .filter-tools input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):-webkit-autofill:hover,
.custom-directory-block .filter-tools input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):-webkit-autofill:focus,
.custom-directory-block .filter-tools input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):-webkit-autofill,
.custom-directory-block .filter-tools input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):-webkit-autofill:hover,
.custom-directory-block .filter-tools input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):-webkit-autofill:focus,
.custom-directory-block .filter-tools input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):-webkit-autofill,
.custom-directory-block .filter-tools input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):-webkit-autofill:hover,
.custom-directory-block .filter-tools input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):-webkit-autofill:focus {
    background: transparent !important;
    color: #abb2b4 !important;
    -webkit-text-fill-color: #abb2b4 !important;
    transition: background-color 5000s ease-in-out 0s
}

.custom-directory-block .filter-tools select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='3' viewBox='0 0 8 3'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg stroke='%2335A6DE'%3e%3cpath d='M331 36L334 39 337 36' transform='translate(-494.000000, -8369.000000) translate(164.000000, 8333.000000)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-size: 9px 5px;
    background-position: calc(100% - 20px) center;
    font-family: 'Roboto', sans-serif !important;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.72px;
    color: #1c363b;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 2px;
    border: solid 1px #35a6de;
    height: 59px;
    min-height: auto;
    padding: 12px 21px;
    text-align: left;
    width: 100% !important;
    margin-bottom: 0;
    text-transform: none
}

.custom-directory-block .filter-tools select option {
    height: 50px;
    color: #1c363b
}

.custom-directory-block .filter-tools select:focus,
.custom-directory-block .filter-tools select:active {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='3' viewBox='0 0 8 3'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg stroke='%23FFF'%3e%3cpath d='M331 36L334 39 337 36' transform='translate(-494.000000, -8369.000000) translate(164.000000, 8333.000000)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
    transition: all 0.4s ease;
    box-shadow: none;
    outline: none
}

@media (min-width: 768px) {
    .custom-directory-block .filter-results .filter-results-container {
        display: flex;
        flex-wrap: wrap
    }

    .custom-directory-block .filter-results .filter-results-container .single-box {
        width: calc(50% - 20px);
        margin-bottom: 30px;
        margin-right: 30px
    }

    .custom-directory-block .filter-results .filter-results-container .single-box:nth-child(even) {
        margin-right: 0
    }
}

.custom-directory-block.custom-directory-block .filter-results-container .single-box {
    margin-bottom: 30px
}

#moreFiltersModal .modal-content {
    border-radius: 6px
}

#moreFiltersModal .modal-content .modal-header {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16)
}

.more-filters-form .more-filters-form-content-wrap {
    overflow: auto;
    height: calc(100vh - 180px)
}

.more-filters-form .more-filters-form-content-wrap::-webkit-scrollbar {
    width: 1em
}

.more-filters-form .more-filters-form-content-wrap::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border: none
}

.more-filters-form .more-filters-form-content-wrap::-webkit-scrollbar-thumb {
    background-color: #005F94;
    border-radius: 10px
}

@media (min-width: 768px) {
    .more-filters-form .more-filters-form-content-wrap {
        height: calc(100vh - 210px)
    }
}

.more-filters-form fieldset {
    margin-top: 8px;
    padding-bottom: 30px;
    border-bottom: 1px solid gray;
    overflow: hidden
}

.more-filters-form legend {
    font-family: 'Roboto', sans-serif !important;
    font-size: 31px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: auto;
    letter-spacing: normal;
    color: #393e46
}

.more-filters-form label {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #393e46
}

.more-filters-form .input-item {
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .more-filters-form .input-item {
        margin-bottom: 0
    }
}

.more-filters-form .checkbox-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.more-filters-form .checkbox-item label {
    margin: 0
}

.more-filters-form [type="checkbox"] {
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 24.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 26.9 23' style='enable-background:new 0 0 26.9 23;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:none;stroke:%23CDCDD5;stroke-width:1.7;%7d %3c/style%3e%3cpath class='st0' d='M8,2.8h11c1.7,0,3.1,1.4,3.1,3.2v11c0,1.7-1.4,3.1-3.1,3.1H8c-1.7,0-3.2-1.4-3.2-3.1V6C4.8,4.3,6.3,2.8,8,2.8z' /%3e%3c/svg%3e ");
    w: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    background-position: center;
    background-size: cover;
    padding: 9px;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    font-family: "Open Sans", sans-serif !important;
    color: black;
    cursor: pointer;
    display: inline-block !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 1em;
    margin-right: 15px;
    color: #fff
}

.more-filters-form [type="checkbox"]:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 24.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 27 23' style='enable-background:new 0 0 27 23;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23983f87;%7d .st1%7bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;%7d %3c/style%3e%3cpath class='st0' d='M8,2h11c2.2,0,4,1.8,4,4v11c0,2.2-1.8,4-4,4H8c-2.2,0-4-1.8-4-4V6C4,3.8,5.8,2,8,2z'/%3e%3cpath class='st1' d='M9,12.2l3.1,2.8L18,8'/%3e%3c/svg%3e ")
}

.more-filters-form [type="checkbox"]:checked+label {
    color: #ff5b40
}

.more-filters-form .select-item label {
    display: block
}

.more-filters-form input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]) {
    border: 1px solid gray;
    color: #9d9da6;
    min-height: 40px;
    padding: 10px 22px;
    font-size: 14px;
    background: transparent
}

.more-filters-form input:not([type="checkbox"]):not([type="submit"]):not([type="reset"])::-webkit-input-placeholder {
    color: #9d9da6;
    opacity: 1
}

.more-filters-form input:not([type="checkbox"]):not([type="submit"]):not([type="reset"])::-moz-placeholder {
    color: #9d9da6;
    opacity: 1
}

.more-filters-form input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):-ms-input-placeholder {
    color: #9d9da6;
    opacity: 1
}

.more-filters-form input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):active,
.more-filters-form input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):focus {
    box-shadow: none;
    border-color: #ff5b40;
    outline: none;
    color: #ff5b40;
    background-color: rgba(156, 218, 164, 0)
}

.more-filters-form input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):active::-webkit-input-placeholder,
.more-filters-form input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):focus::-webkit-input-placeholder {
    color: #ff5b40;
    opacity: 1
}

.more-filters-form input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):active::-moz-placeholder,
.more-filters-form input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):focus::-moz-placeholder {
    color: #ff5b40;
    opacity: 1
}

.more-filters-form input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):active:-ms-input-placeholder,
.more-filters-form input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):focus:-ms-input-placeholder {
    color: #ff5b40;
    opacity: 1
}

.more-filters-form input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):-webkit-autofill,
.more-filters-form input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):-webkit-autofill:hover,
.more-filters-form input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):-webkit-autofill:focus,
.more-filters-form input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):-webkit-autofill,
.more-filters-form input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):-webkit-autofill:hover,
.more-filters-form input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):-webkit-autofill:focus,
.more-filters-form input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):-webkit-autofill,
.more-filters-form input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):-webkit-autofill:hover,
.more-filters-form input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):-webkit-autofill:focus {
    background: transparent !important;
    color: #ff5b40 !important;
    -webkit-text-fill-color: #ff5b40 !important;
    transition: background-color 5000s ease-in-out 0s
}

.more-filters-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 5' style='enable-background:new 0 0 9 5;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%239d9da6;%7d %3c/style%3e%3cpath class='st0' d='M9,0.6C9,0.2,8.7,0,8.4,0H0.6C0.3,0,0,0.2,0,0.6c0,0.1,0.1,0.3,0.2,0.4l3.9,3.9c0.2,0.2,0.6,0.2,0.8,0 c0,0,0,0,0,0l3.9-3.9C8.9,0.8,9,0.7,9,0.6z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 9px 5px;
    background-position: calc(100% - 20px) center;
    line-height: 1.5em;
    transition: all 0.4s ease;
    color: #9d9da6;
    border: 1px solid gray;
    min-height: 40px;
    padding: 10px 22px;
    padding-right: 44px;
    font-size: 14px
}

.more-filters-form select option {
    height: 50px;
    color: #9d9da6
}

.more-filters-form select:focus,
.more-filters-form select:active {
    border-color: #ff5b40;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 5' style='enable-background:new 0 0 9 5;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23983f87;%7d %3c/style%3e%3cpath class='st0' d='M9,0.6C9,0.2,8.7,0,8.4,0H0.6C0.3,0,0,0.2,0,0.6c0,0.1,0.1,0.3,0.2,0.4l3.9,3.9c0.2,0.2,0.6,0.2,0.8,0 c0,0,0,0,0,0l3.9-3.9C8.9,0.8,9,0.7,9,0.6z'/%3e%3c/svg%3e");
    transition: all 0.4s ease;
    box-shadow: none;
    outline: none;
    color: #ff5b40
}

.more-filters-form .more-filters-form-footer {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end
}

.more-filters-form .more-filters-form-footer a,
.more-filters-form .more-filters-form-footer button,
.more-filters-form .more-filters-form-footer input {
    margin-left: 15px
}

.custom-testimonials-block {
    position: relative
}

.custom-testimonials-block .testimonials-container {
    overflow: hidden
}

@media (min-width: 992px) {
    .custom-testimonials-block .testimonials-container {
        width: calc(100% + ((100vw - 930px) / 2))
    }
}

@media (min-width: 1200px) {
    .custom-testimonials-block .testimonials-container {
        width: calc(100% + ((100vw - 1110px) / 2))
    }
}

.custom-testimonials-block .swiper-slide .card {
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.07)
}

.custom-testimonials-block .card {
    margin: 15px;
    border: none;
    border-radius: 6px;
    padding: 54px 31px 29px;
    background: white;
    min-height: 276px
}

@media (min-width: 992px) {
    .custom-testimonials-block .card {
        padding: 76px 94px 61px 95px
    }
}

.custom-testimonials-block blockquote {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: normal;
    color: black
}

.custom-testimonials-block cite {
    font-family: "Akkordeon", sans-serif !important;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.13px;
    text-align: left;
    color: black;
    text-transform: none;
    margin-top: 0px
}

.custom-testimonials-block cite span {
    font-family: 'Roboto', sans-serif !important;
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    margin-top: 4px;
    display: block
}

.custom-testimonials-block .img-wrap {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin: 0;
    margin-right: 16px;
    flex-shrink: 0
}

.custom-testimonials-block .img-wrap img {
    object-position: top
}

.custom-testimonials-block .cite-container {
    display: flex;
    align-items: center;
    margin-top: 20px
}

.custom-testimonials-block .navigation-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 10px
}

.custom-testimonials-block .arrows-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 54px
}

.custom-testimonials-block .swiper-button-next,
.custom-testimonials-block .swiper-button-prev {
    position: relative;
    width: 20.6px;
    height: 10px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20.6' height='9.978' viewBox='0 0 20.6 9.978'%3e%3cg%3e%3cg%3e%3cpath fill='%233b3b3b' d='M20.364 136.419l-4.2-4.184a.8.8 0 0 0-1.135 1.141l2.823 2.809H.8a.8.8 0 0 0 0 1.609h17.046l-2.823 2.806a.8.8 0 0 0 1.135 1.141l4.2-4.184a.805.805 0 0 0 .006-1.138z' transform='rotate(180 10.3 70.989) translate(0 132) translate(0 -132)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
    background-color: transparent;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0 4px;
    outline: none
}

.custom-testimonials-block .swiper-button-next::after,
.custom-testimonials-block .swiper-button-prev::after {
    display: none
}

.custom-testimonials-block .swiper-button-next:hover,
.custom-testimonials-block .swiper-button-prev:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20.6' height='9.978' viewBox='0 0 20.6 9.978'%3e%3cg%3e%3cg%3e%3cpath fill='%238d8d8d' d='M20.364 136.419l-4.2-4.184a.8.8 0 0 0-1.135 1.141l2.823 2.809H.8a.8.8 0 0 0 0 1.609h17.046l-2.823 2.806a.8.8 0 0 0 1.135 1.141l4.2-4.184a.805.805 0 0 0 .006-1.138z' transform='rotate(180 10.3 70.989) translate(0 132) translate(0 -132)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ")
}

.custom-testimonials-block .swiper-button-next {
    transform: scaleX(-1)
}

.custom-testimonials-block .swiper-pagination {
    position: relative;
    margin-top: 32px;
    display: flex;
    justify-content: center
}

@media (min-width: 992px) {
    .custom-testimonials-block .swiper-pagination {
        justify-content: flex-start;
        padding-left: 11px
    }
}

.custom-testimonials-block .swiper-pagination-bullet {
    opacity: 0.47;
    background-color: #ff5b40;
    margin: 0 10px
}

.custom-testimonials-block .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #ff5b40
}

.interior-page .custom-detail-block {
    position: relative;
    min-height: 292px;
    display: flex;
    justify-content: center;
    align-items: center
}

.interior-page .custom-detail-block h1,
.interior-page .custom-detail-block h2,
.interior-page .custom-detail-block h3,
.interior-page .custom-detail-block h4,
.interior-page .custom-detail-block h5,
.interior-page .custom-detail-block h6,
.interior-page .custom-detail-block p,
.interior-page .custom-detail-block li,
.interior-page .custom-detail-block blockquote,
.interior-page .custom-detail-block cite {
    color: white
}

.interior-page .custom-detail-block .container {
    position: relative;
    z-index: 5
}

.interior-page .custom-detail-block .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    background-color: inherit
}

.interior-page .custom-detail-block .img-wrap img {
    height: 100%
}

.interior-page .custom-detail-block .img-wrap::before {
    opacity: 0.55;
    background-color: #000;
    z-index: 2;
    display: none
}

.interior-page .custom-detail-block .container {
    position: relative;
    z-index: 6
}

.interior-page .custom-detail-block.no-background-image .img-wrap {
    display: none
}

.interior-page .custom-donate-callout-block {
    position: relative;
    z-index: 0;
    padding-bottom: 40px !important;
    overflow: hidden
}

.interior-page .custom-donate-callout-block .container {
    position: relative;
    z-index: 5
}

.interior-page .custom-donate-callout-block .img-wrap::after {
    content: "";
    background-image: url("../images/about-us_bottom-shadow-background.svg");
    height: 90%;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 1
}

.interior-page .custom-donate-callout-block h1,
.interior-page .custom-donate-callout-block h2,
.interior-page .custom-donate-callout-block h3,
.interior-page .custom-donate-callout-block h4,
.interior-page .custom-donate-callout-block h5,
.interior-page .custom-donate-callout-block h6,
.interior-page .custom-donate-callout-block p,
.interior-page .custom-donate-callout-block li,
.interior-page .custom-donate-callout-block blockquote,
.interior-page .custom-donate-callout-block cite {
    color: inherit
}

.interior-page .custom-donate-callout-block h1,
.interior-page .custom-donate-callout-block h2,
.interior-page .custom-donate-callout-block h3,
.interior-page .custom-donate-callout-block h4,
.interior-page .custom-donate-callout-block h5,
.interior-page .custom-donate-callout-block h6 {
    font-family: "gastromond", sans-serif !important
}

.interior-page .custom-donate-callout-block .img-wrap {
    height: 100%;
    position: absolute;
    bottom: 0;
    min-height: 483px
}

.interior-page .custom-donate-callout-block .img-wrap img {
    height: 100%;
    width: 100%
}

.interior-page .custom-donate-callout-block .img-wrap::before {
    background-color: #1c363b;
    opacity: 0.65;
    z-index: 2
}

@media (min-width: 768px) {
    .interior-page .custom-donate-callout-block .img-wrap::before {
        display: none
    }
}

.interior-page .custom-fancy-boxes-block .single-box,
.interior-page .custom-fancy-boxes-block a.d-block,
.interior-page .custom-fancy-boxes-block .card {
    height: 100%
}

.interior-page .custom-fancy-boxes-block .card.img-bg {
    min-height: 409px
}

.interior-page .custom-fancy-boxes-block .card.img-bg .img-wrap img {
    height: 100%
}

.interior-page .custom-fancy-boxes-block .card.img-bg .img-wrap::before {
    opacity: 1;
    background: #1c363b;
    z-index: 2
}

.interior-page .custom-fancy-boxes-block .card.img-bg .card-body {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 88px 44px
}

.interior-page .custom-fancy-boxes-block .card.img-bg .card-title {
    color: white
}

.interior-page .custom-fancy-boxes-block .card.img-bg .card-text p {
    color: white
}

.interior-page .custom-text-image-full {
    padding: 0 !important;
    position: relative
}

.interior-page .custom-text-image-full h1,
.interior-page .custom-text-image-full h2,
.interior-page .custom-text-image-full h3,
.interior-page .custom-text-image-full h4,
.interior-page .custom-text-image-full h5,
.interior-page .custom-text-image-full h6 {
    color: inherit
}

.interior-page .custom-text-image-full .info-container {
    padding: 50px 0
}

@media (min-width: 768px) {
    .interior-page .custom-text-image-full .info-container {
        padding: 70px 0
    }
}

@media (min-width: 992px) {
    .interior-page .custom-text-image-full .info-container {
        padding: 90px 0
    }
}

@media (min-width: 768px) {
    .interior-page .custom-text-image-full .img-wrap {
        position: absolute;
        width: 45vw;
        top: 0;
        height: 100%;
        margin: 0
    }
}

@media (min-width: 992px) {
    .interior-page .custom-text-image-full .img-wrap {
        width: 56vw
    }
}

.interior-page .custom-text-image-full .img-wrap img {
    height: 100%
}

.interior-page .custom-text-image-full.image_on_left .img-wrap {
    left: 0
}

.interior-page .custom-text-image-full.image_on_left .row {
    justify-content: flex-end
}

.interior-page .custom-text-image-full.image_on_right .img-wrap {
    right: 0
}

.interior-page .not-colored-block+.not-colored-block {
    padding-top: 0 !important
}

.interior-page #accordionBlock .card,
.interior-page .elevation-accordion .card,
.interior-page .accordion .card {
    border-radius: 0 !important;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.14);
    margin-bottom: 14px;
    border: none
}

.interior-page #accordionBlock .card:first-child .card-header h2 .btn::before,
.interior-page .elevation-accordion .card:first-child .card-header h2 .btn::before,
.interior-page .accordion .card:first-child .card-header h2 .btn::before {
    content: "\f078"
}

.interior-page #accordionBlock .card .card-header,
.interior-page .elevation-accordion .card .card-header,
.interior-page .accordion .card .card-header {
    padding: 0 !important;
    margin: 0 !important;
    background: white !important;
    border-radius: 0 !important;
    border-bottom: none
}

.interior-page #accordionBlock .card .card-header h2,
.interior-page #accordionBlock .card .card-header h3,
.interior-page #accordionBlock .card .card-header h4,
.interior-page #accordionBlock .card .card-header h6,
.interior-page .elevation-accordion .card .card-header h2,
.interior-page .elevation-accordion .card .card-header h3,
.interior-page .elevation-accordion .card .card-header h4,
.interior-page .elevation-accordion .card .card-header h6,
.interior-page .accordion .card .card-header h2,
.interior-page .accordion .card .card-header h3,
.interior-page .accordion .card .card-header h4,
.interior-page .accordion .card .card-header h6 {
    font-family: "Akkordeon", sans-serif !important;
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: -0px;
    color: #005F94
}

.interior-page #accordionBlock .card .card-header h2 .btn,
.interior-page #accordionBlock .card .card-header h3 .btn,
.interior-page #accordionBlock .card .card-header h4 .btn,
.interior-page #accordionBlock .card .card-header h6 .btn,
.interior-page .elevation-accordion .card .card-header h2 .btn,
.interior-page .elevation-accordion .card .card-header h3 .btn,
.interior-page .elevation-accordion .card .card-header h4 .btn,
.interior-page .elevation-accordion .card .card-header h6 .btn,
.interior-page .accordion .card .card-header h2 .btn,
.interior-page .accordion .card .card-header h3 .btn,
.interior-page .accordion .card .card-header h4 .btn,
.interior-page .accordion .card .card-header h6 .btn {
    color: inherit;
    display: block;
    font-size: inherit;
    font-weight: inherit;
    margin: 0 !important;
    padding: 1.25rem 50px 1.25rem 1.25rem;
    padding-left: 44px;
    position: relative;
    text-align: left;
    width: 100%;
    white-space: normal !important;
    box-shadow: none !important;
    outline: none;
    border-radius: 0
}

.interior-page #accordionBlock .card .card-header h2 .btn[aria-expanded^="true"]::before,
.interior-page #accordionBlock .card .card-header h3 .btn[aria-expanded^="true"]::before,
.interior-page #accordionBlock .card .card-header h4 .btn[aria-expanded^="true"]::before,
.interior-page #accordionBlock .card .card-header h6 .btn[aria-expanded^="true"]::before,
.interior-page .elevation-accordion .card .card-header h2 .btn[aria-expanded^="true"]::before,
.interior-page .elevation-accordion .card .card-header h3 .btn[aria-expanded^="true"]::before,
.interior-page .elevation-accordion .card .card-header h4 .btn[aria-expanded^="true"]::before,
.interior-page .elevation-accordion .card .card-header h6 .btn[aria-expanded^="true"]::before,
.interior-page .accordion .card .card-header h2 .btn[aria-expanded^="true"]::before,
.interior-page .accordion .card .card-header h3 .btn[aria-expanded^="true"]::before,
.interior-page .accordion .card .card-header h4 .btn[aria-expanded^="true"]::before,
.interior-page .accordion .card .card-header h6 .btn[aria-expanded^="true"]::before {
    content: "\f077";
    color: #005F94
}

.interior-page #accordionBlock .card .card-header h2 .btn[aria-expanded^="false"]::before,
.interior-page #accordionBlock .card .card-header h3 .btn[aria-expanded^="false"]::before,
.interior-page #accordionBlock .card .card-header h4 .btn[aria-expanded^="false"]::before,
.interior-page #accordionBlock .card .card-header h6 .btn[aria-expanded^="false"]::before,
.interior-page .elevation-accordion .card .card-header h2 .btn[aria-expanded^="false"]::before,
.interior-page .elevation-accordion .card .card-header h3 .btn[aria-expanded^="false"]::before,
.interior-page .elevation-accordion .card .card-header h4 .btn[aria-expanded^="false"]::before,
.interior-page .elevation-accordion .card .card-header h6 .btn[aria-expanded^="false"]::before,
.interior-page .accordion .card .card-header h2 .btn[aria-expanded^="false"]::before,
.interior-page .accordion .card .card-header h3 .btn[aria-expanded^="false"]::before,
.interior-page .accordion .card .card-header h4 .btn[aria-expanded^="false"]::before,
.interior-page .accordion .card .card-header h6 .btn[aria-expanded^="false"]::before {
    content: "\f078"
}

.interior-page #accordionBlock .card .card-header h2 .btn::before,
.interior-page #accordionBlock .card .card-header h3 .btn::before,
.interior-page #accordionBlock .card .card-header h4 .btn::before,
.interior-page #accordionBlock .card .card-header h6 .btn::before,
.interior-page .elevation-accordion .card .card-header h2 .btn::before,
.interior-page .elevation-accordion .card .card-header h3 .btn::before,
.interior-page .elevation-accordion .card .card-header h4 .btn::before,
.interior-page .elevation-accordion .card .card-header h6 .btn::before,
.interior-page .accordion .card .card-header h2 .btn::before,
.interior-page .accordion .card .card-header h3 .btn::before,
.interior-page .accordion .card .card-header h4 .btn::before,
.interior-page .accordion .card .card-header h6 .btn::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #959595;
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    margin-right: 18px;
    position: absolute;
    right: 0;
    top: calc(50% - 5px)
}

.interior-page #accordionBlock .card .card-header h2 .btn.collapsed::before,
.interior-page #accordionBlock .card .card-header h3 .btn.collapsed::before,
.interior-page #accordionBlock .card .card-header h4 .btn.collapsed::before,
.interior-page #accordionBlock .card .card-header h6 .btn.collapsed::before,
.interior-page .elevation-accordion .card .card-header h2 .btn.collapsed::before,
.interior-page .elevation-accordion .card .card-header h3 .btn.collapsed::before,
.interior-page .elevation-accordion .card .card-header h4 .btn.collapsed::before,
.interior-page .elevation-accordion .card .card-header h6 .btn.collapsed::before,
.interior-page .accordion .card .card-header h2 .btn.collapsed::before,
.interior-page .accordion .card .card-header h3 .btn.collapsed::before,
.interior-page .accordion .card .card-header h4 .btn.collapsed::before,
.interior-page .accordion .card .card-header h6 .btn.collapsed::before {
    content: "\f078"
}

.interior-page #accordionBlock .card .card-header h2 .btn:hover,
.interior-page #accordionBlock .card .card-header h2 .btn:focus,
.interior-page #accordionBlock .card .card-header h2 .btn:active,
.interior-page #accordionBlock .card .card-header h3 .btn:hover,
.interior-page #accordionBlock .card .card-header h3 .btn:focus,
.interior-page #accordionBlock .card .card-header h3 .btn:active,
.interior-page #accordionBlock .card .card-header h4 .btn:hover,
.interior-page #accordionBlock .card .card-header h4 .btn:focus,
.interior-page #accordionBlock .card .card-header h4 .btn:active,
.interior-page #accordionBlock .card .card-header h6 .btn:hover,
.interior-page #accordionBlock .card .card-header h6 .btn:focus,
.interior-page #accordionBlock .card .card-header h6 .btn:active,
.interior-page .elevation-accordion .card .card-header h2 .btn:hover,
.interior-page .elevation-accordion .card .card-header h2 .btn:focus,
.interior-page .elevation-accordion .card .card-header h2 .btn:active,
.interior-page .elevation-accordion .card .card-header h3 .btn:hover,
.interior-page .elevation-accordion .card .card-header h3 .btn:focus,
.interior-page .elevation-accordion .card .card-header h3 .btn:active,
.interior-page .elevation-accordion .card .card-header h4 .btn:hover,
.interior-page .elevation-accordion .card .card-header h4 .btn:focus,
.interior-page .elevation-accordion .card .card-header h4 .btn:active,
.interior-page .elevation-accordion .card .card-header h6 .btn:hover,
.interior-page .elevation-accordion .card .card-header h6 .btn:focus,
.interior-page .elevation-accordion .card .card-header h6 .btn:active,
.interior-page .accordion .card .card-header h2 .btn:hover,
.interior-page .accordion .card .card-header h2 .btn:focus,
.interior-page .accordion .card .card-header h2 .btn:active,
.interior-page .accordion .card .card-header h3 .btn:hover,
.interior-page .accordion .card .card-header h3 .btn:focus,
.interior-page .accordion .card .card-header h3 .btn:active,
.interior-page .accordion .card .card-header h4 .btn:hover,
.interior-page .accordion .card .card-header h4 .btn:focus,
.interior-page .accordion .card .card-header h4 .btn:active,
.interior-page .accordion .card .card-header h6 .btn:hover,
.interior-page .accordion .card .card-header h6 .btn:focus,
.interior-page .accordion .card .card-header h6 .btn:active {
    text-decoration: none
}

.interior-page #accordionBlock .card .collapse .card-body,
.interior-page .elevation-accordion .card .collapse .card-body,
.interior-page .accordion .card .collapse .card-body {
    background: white;
    color: #040404;
    padding: 0
}

.interior-page #accordionBlock .card .collapse .card-body p,
.interior-page #accordionBlock .card .collapse .card-body h3,
.interior-page #accordionBlock .card .collapse .card-body h2,
.interior-page #accordionBlock .card .collapse .card-body h4,
.interior-page #accordionBlock .card .collapse .card-body h5,
.interior-page #accordionBlock .card .collapse .card-body h6,
.interior-page #accordionBlock .card .collapse .card-body span,
.interior-page #accordionBlock .card .collapse .card-body strong,
.interior-page #accordionBlock .card .collapse .card-body em,
.interior-page .elevation-accordion .card .collapse .card-body p,
.interior-page .elevation-accordion .card .collapse .card-body h3,
.interior-page .elevation-accordion .card .collapse .card-body h2,
.interior-page .elevation-accordion .card .collapse .card-body h4,
.interior-page .elevation-accordion .card .collapse .card-body h5,
.interior-page .elevation-accordion .card .collapse .card-body h6,
.interior-page .elevation-accordion .card .collapse .card-body span,
.interior-page .elevation-accordion .card .collapse .card-body strong,
.interior-page .elevation-accordion .card .collapse .card-body em,
.interior-page .accordion .card .collapse .card-body p,
.interior-page .accordion .card .collapse .card-body h3,
.interior-page .accordion .card .collapse .card-body h2,
.interior-page .accordion .card .collapse .card-body h4,
.interior-page .accordion .card .collapse .card-body h5,
.interior-page .accordion .card .collapse .card-body h6,
.interior-page .accordion .card .collapse .card-body span,
.interior-page .accordion .card .collapse .card-body strong,
.interior-page .accordion .card .collapse .card-body em {
    color: #040404
}

.interior-page #accordionBlock .card .collapse.show,
.interior-page .elevation-accordion .card .collapse.show,
.interior-page .accordion .card .collapse.show {
    margin-top: -2px
}

.interior-page #accordionBlock .card .collapse.show .card-body,
.interior-page .elevation-accordion .card .collapse.show .card-body,
.interior-page .accordion .card .collapse.show .card-body {
    padding: 19px;
    padding-top: 0;
    padding-left: 44px;
    padding-right: 86px;
    padding-bottom: 1.25rem
}

.interior-page #accordionBlock .card .collapsing .card-body,
.interior-page .elevation-accordion .card .collapsing .card-body,
.interior-page .accordion .card .collapsing .card-body {
    padding: 19px
}

.interior-page #accordionBlock .card .collapse,
.interior-page #accordionBlock .card .collapsing,
.interior-page .elevation-accordion .card .collapse,
.interior-page .elevation-accordion .card .collapsing,
.interior-page .accordion .card .collapse,
.interior-page .accordion .card .collapsing {
    opacity: 0
}

.interior-page #accordionBlock .card .collapse.show,
.interior-page #accordionBlock .card .collapsing.show,
.interior-page .elevation-accordion .card .collapse.show,
.interior-page .elevation-accordion .card .collapsing.show,
.interior-page .accordion .card .collapse.show,
.interior-page .accordion .card .collapsing.show {
    -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@media only screen and (max-width: 576px) {

    .interior-page #accordionBlock .card .collapse .card-body,
    .interior-page .elevation-accordion .card .collapse .card-body {
        padding: 18px 19px
    }
}

.filter-category div.ajaxsearchpro,
.filter-category .ajaxsearchpro,
.filter-wrap div.ajaxsearchpro,
.filter-wrap .ajaxsearchpro {
    background-image: radial-gradient(ellipse at center, rgba(156, 218, 164, 0), rgba(156, 218, 164, 0)) !important;
    border-radius: 2 !important;
    border: none !important;
    border-bottom: 1px solid #979797 !important;
    font-size: 15px !important;
    font-weight: normal !important;
    max-width: 100% !important
}

@media (min-width: 1200px) {

    .filter-category div.ajaxsearchpro,
    .filter-category .ajaxsearchpro,
    .filter-wrap div.ajaxsearchpro,
    .filter-wrap .ajaxsearchpro {
        width: 357px !important
    }
}

.filter-category div.ajaxsearchpro.vertical,
.filter-category .ajaxsearchpro.vertical,
.filter-wrap div.ajaxsearchpro.vertical,
.filter-wrap .ajaxsearchpro.vertical {
    background-color: black !important
}

.filter-category div.ajaxsearchpro .probox,
.filter-category .ajaxsearchpro .probox,
.filter-wrap div.ajaxsearchpro .probox,
.filter-wrap .ajaxsearchpro .probox {
    height: 40px !important;
    background: transparent !important;
    border-radius: 2px !important;
    box-shadow: none !important;
    border-color: black !important
}

.filter-category div.ajaxsearchpro .probox .promagnifier,
.filter-category .ajaxsearchpro .probox .promagnifier,
.filter-wrap div.ajaxsearchpro .probox .promagnifier,
.filter-wrap .ajaxsearchpro .probox .promagnifier {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    width: 50px !important;
    height: 40px !important
}

.filter-category div.ajaxsearchpro .probox .promagnifier .innericon,
.filter-category .ajaxsearchpro .probox .promagnifier .innericon,
.filter-wrap div.ajaxsearchpro .probox .promagnifier .innericon,
.filter-wrap .ajaxsearchpro .probox .promagnifier .innericon {
    width: 50px !important;
    position: relative;
    height: 40px !important
}

.filter-category div.ajaxsearchpro .probox .promagnifier .innericon::after,
.filter-category .ajaxsearchpro .probox .promagnifier .innericon::after,
.filter-wrap div.ajaxsearchpro .probox .promagnifier .innericon::after,
.filter-wrap .ajaxsearchpro .probox .promagnifier .innericon::after {
    content: "\f002";
    box-sizing: border-box;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: "Font Awesome 5 Pro";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-rendering: auto;
    transition: 0.4s;
    color: #005F94;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px
}

.filter-category div.ajaxsearchpro .probox .promagnifier .innericon svg,
.filter-category .ajaxsearchpro .probox .promagnifier .innericon svg,
.filter-wrap div.ajaxsearchpro .probox .promagnifier .innericon svg,
.filter-wrap .ajaxsearchpro .probox .promagnifier .innericon svg {
    display: none !important;
    fill: #005F94 !important
}

.filter-category div.ajaxsearchpro .probox .proinput,
.filter-category .ajaxsearchpro .probox .proinput,
.filter-wrap div.ajaxsearchpro .probox .proinput,
.filter-wrap .ajaxsearchpro .probox .proinput {
    background: transparent !important;
    padding: 0px !important;
    margin: 0 !important
}

.filter-category div.ajaxsearchpro .probox .proinput form input,
.filter-category div.ajaxsearchpro .probox .proinput form textarea,
.filter-category div.ajaxsearchpro .probox .proinput form select,
.filter-category .ajaxsearchpro .probox .proinput form input,
.filter-category .ajaxsearchpro .probox .proinput form textarea,
.filter-category .ajaxsearchpro .probox .proinput form select,
.filter-wrap div.ajaxsearchpro .probox .proinput form input,
.filter-wrap div.ajaxsearchpro .probox .proinput form textarea,
.filter-wrap div.ajaxsearchpro .probox .proinput form select,
.filter-wrap .ajaxsearchpro .probox .proinput form input,
.filter-wrap .ajaxsearchpro .probox .proinput form textarea,
.filter-wrap .ajaxsearchpro .probox .proinput form select {
    border-radius: 2px !important;
    box-shadow: none !important;
    color: rgba(181, 180, 179, 0.74) !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    height: auto !important;
    outline: none !important;
    padding: 10px 15px !important;
    position: absolute;
    top: 0;
    width: 100%
}

.filter-category div.ajaxsearchpro .probox .proinput form input .autocomplete,
.filter-category div.ajaxsearchpro .probox .proinput form textarea .autocomplete,
.filter-category div.ajaxsearchpro .probox .proinput form select .autocomplete,
.filter-category .ajaxsearchpro .probox .proinput form input .autocomplete,
.filter-category .ajaxsearchpro .probox .proinput form textarea .autocomplete,
.filter-category .ajaxsearchpro .probox .proinput form select .autocomplete,
.filter-wrap div.ajaxsearchpro .probox .proinput form input .autocomplete,
.filter-wrap div.ajaxsearchpro .probox .proinput form textarea .autocomplete,
.filter-wrap div.ajaxsearchpro .probox .proinput form select .autocomplete,
.filter-wrap .ajaxsearchpro .probox .proinput form input .autocomplete,
.filter-wrap .ajaxsearchpro .probox .proinput form textarea .autocomplete,
.filter-wrap .ajaxsearchpro .probox .proinput form select .autocomplete {
    top: 20px !important;
    margin-top: -41px !important
}

.filter-category div.ajaxsearchpro .probox .proinput form input:active,
.filter-category div.ajaxsearchpro .probox .proinput form input:focus,
.filter-category div.ajaxsearchpro .probox .proinput form textarea:active,
.filter-category div.ajaxsearchpro .probox .proinput form textarea:focus,
.filter-category div.ajaxsearchpro .probox .proinput form select:active,
.filter-category div.ajaxsearchpro .probox .proinput form select:focus,
.filter-category .ajaxsearchpro .probox .proinput form input:active,
.filter-category .ajaxsearchpro .probox .proinput form input:focus,
.filter-category .ajaxsearchpro .probox .proinput form textarea:active,
.filter-category .ajaxsearchpro .probox .proinput form textarea:focus,
.filter-category .ajaxsearchpro .probox .proinput form select:active,
.filter-category .ajaxsearchpro .probox .proinput form select:focus,
.filter-wrap div.ajaxsearchpro .probox .proinput form input:active,
.filter-wrap div.ajaxsearchpro .probox .proinput form input:focus,
.filter-wrap div.ajaxsearchpro .probox .proinput form textarea:active,
.filter-wrap div.ajaxsearchpro .probox .proinput form textarea:focus,
.filter-wrap div.ajaxsearchpro .probox .proinput form select:active,
.filter-wrap div.ajaxsearchpro .probox .proinput form select:focus,
.filter-wrap .ajaxsearchpro .probox .proinput form input:active,
.filter-wrap .ajaxsearchpro .probox .proinput form input:focus,
.filter-wrap .ajaxsearchpro .probox .proinput form textarea:active,
.filter-wrap .ajaxsearchpro .probox .proinput form textarea:focus,
.filter-wrap .ajaxsearchpro .probox .proinput form select:active,
.filter-wrap .ajaxsearchpro .probox .proinput form select:focus {
    border: none !important;
    outline: none !important
}

.filter-category div.ajaxsearchpro .probox .proinput form input::-webkit-input-placeholder,
.filter-category div.ajaxsearchpro .probox .proinput form input::-moz-placeholder,
.filter-category div.ajaxsearchpro .probox .proinput form input:-ms-input-placeholder,
.filter-category div.ajaxsearchpro .probox .proinput form input:-moz-placeholder,
.filter-category div.ajaxsearchpro .probox .proinput form textarea::-webkit-input-placeholder,
.filter-category div.ajaxsearchpro .probox .proinput form textarea::-moz-placeholder,
.filter-category div.ajaxsearchpro .probox .proinput form textarea:-ms-input-placeholder,
.filter-category div.ajaxsearchpro .probox .proinput form textarea:-moz-placeholder,
.filter-category div.ajaxsearchpro .probox .proinput form select::-webkit-input-placeholder,
.filter-category div.ajaxsearchpro .probox .proinput form select::-moz-placeholder,
.filter-category div.ajaxsearchpro .probox .proinput form select:-ms-input-placeholder,
.filter-category div.ajaxsearchpro .probox .proinput form select:-moz-placeholder,
.filter-category .ajaxsearchpro .probox .proinput form input::-webkit-input-placeholder,
.filter-category .ajaxsearchpro .probox .proinput form input::-moz-placeholder,
.filter-category .ajaxsearchpro .probox .proinput form input:-ms-input-placeholder,
.filter-category .ajaxsearchpro .probox .proinput form input:-moz-placeholder,
.filter-category .ajaxsearchpro .probox .proinput form textarea::-webkit-input-placeholder,
.filter-category .ajaxsearchpro .probox .proinput form textarea::-moz-placeholder,
.filter-category .ajaxsearchpro .probox .proinput form textarea:-ms-input-placeholder,
.filter-category .ajaxsearchpro .probox .proinput form textarea:-moz-placeholder,
.filter-category .ajaxsearchpro .probox .proinput form select::-webkit-input-placeholder,
.filter-category .ajaxsearchpro .probox .proinput form select::-moz-placeholder,
.filter-category .ajaxsearchpro .probox .proinput form select:-ms-input-placeholder,
.filter-category .ajaxsearchpro .probox .proinput form select:-moz-placeholder,
.filter-wrap div.ajaxsearchpro .probox .proinput form input::-webkit-input-placeholder,
.filter-wrap div.ajaxsearchpro .probox .proinput form input::-moz-placeholder,
.filter-wrap div.ajaxsearchpro .probox .proinput form input:-ms-input-placeholder,
.filter-wrap div.ajaxsearchpro .probox .proinput form input:-moz-placeholder,
.filter-wrap div.ajaxsearchpro .probox .proinput form textarea::-webkit-input-placeholder,
.filter-wrap div.ajaxsearchpro .probox .proinput form textarea::-moz-placeholder,
.filter-wrap div.ajaxsearchpro .probox .proinput form textarea:-ms-input-placeholder,
.filter-wrap div.ajaxsearchpro .probox .proinput form textarea:-moz-placeholder,
.filter-wrap div.ajaxsearchpro .probox .proinput form select::-webkit-input-placeholder,
.filter-wrap div.ajaxsearchpro .probox .proinput form select::-moz-placeholder,
.filter-wrap div.ajaxsearchpro .probox .proinput form select:-ms-input-placeholder,
.filter-wrap div.ajaxsearchpro .probox .proinput form select:-moz-placeholder,
.filter-wrap .ajaxsearchpro .probox .proinput form input::-webkit-input-placeholder,
.filter-wrap .ajaxsearchpro .probox .proinput form input::-moz-placeholder,
.filter-wrap .ajaxsearchpro .probox .proinput form input:-ms-input-placeholder,
.filter-wrap .ajaxsearchpro .probox .proinput form input:-moz-placeholder,
.filter-wrap .ajaxsearchpro .probox .proinput form textarea::-webkit-input-placeholder,
.filter-wrap .ajaxsearchpro .probox .proinput form textarea::-moz-placeholder,
.filter-wrap .ajaxsearchpro .probox .proinput form textarea:-ms-input-placeholder,
.filter-wrap .ajaxsearchpro .probox .proinput form textarea:-moz-placeholder,
.filter-wrap .ajaxsearchpro .probox .proinput form select::-webkit-input-placeholder,
.filter-wrap .ajaxsearchpro .probox .proinput form select::-moz-placeholder,
.filter-wrap .ajaxsearchpro .probox .proinput form select:-ms-input-placeholder,
.filter-wrap .ajaxsearchpro .probox .proinput form select:-moz-placeholder {
    color: rgba(181, 180, 179, 0.74) !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px !important;
    font-weight: normal !important;
    opacity: 1 !important
}

.filter-category div.ajaxsearchpro .probox .proinput input.autocomplete,
.filter-category .ajaxsearchpro .probox .proinput input.autocomplete,
.filter-wrap div.ajaxsearchpro .probox .proinput input.autocomplete,
.filter-wrap .ajaxsearchpro .probox .proinput input.autocomplete {
    top: 48px !important;
    padding-left: 28px !important;
    margin-top: -28px !important
}

.filter-category div.ajaxsearchpro .probox .proinput input.orig,
.filter-category .ajaxsearchpro .probox .proinput input.orig,
.filter-wrap div.ajaxsearchpro .probox .proinput input.orig,
.filter-wrap .ajaxsearchpro .probox .proinput input.orig {
    font-size: 15px !important;
    height: 37px !important;
    left: 16px;
    top: 3px;
    margin: 0 !important;
    padding: 0 !important
}

.filter-category div.ajaxsearchpro .probox .proinput input.orig::-webkit-input-placeholder,
.filter-category .ajaxsearchpro .probox .proinput input.orig::-webkit-input-placeholder,
.filter-wrap div.ajaxsearchpro .probox .proinput input.orig::-webkit-input-placeholder,
.filter-wrap .ajaxsearchpro .probox .proinput input.orig::-webkit-input-placeholder {
    color: #b5b4b3 !important;
    font-size: 15px !important;
    opacity: 1 !important;
    font-weight: 400 !important
}

.filter-category div.ajaxsearchpro .probox .proinput input.orig::-moz-placeholder,
.filter-category .ajaxsearchpro .probox .proinput input.orig::-moz-placeholder,
.filter-wrap div.ajaxsearchpro .probox .proinput input.orig::-moz-placeholder,
.filter-wrap .ajaxsearchpro .probox .proinput input.orig::-moz-placeholder {
    color: #b5b4b3 !important;
    font-size: 15px !important;
    opacity: 1 !important;
    font-weight: 400 !important
}

.filter-category div.ajaxsearchpro .probox .proinput input.orig:-ms-input-placeholder,
.filter-category .ajaxsearchpro .probox .proinput input.orig:-ms-input-placeholder,
.filter-wrap div.ajaxsearchpro .probox .proinput input.orig:-ms-input-placeholder,
.filter-wrap .ajaxsearchpro .probox .proinput input.orig:-ms-input-placeholder {
    color: #b5b4b3 !important;
    font-size: 15px !important;
    opacity: 1 !important;
    font-weight: 400 !important
}

.filter-category div.ajaxsearchpro .probox .proloading,
.filter-category .ajaxsearchpro .probox .proloading,
.filter-wrap div.ajaxsearchpro .probox .proloading,
.filter-wrap .ajaxsearchpro .probox .proloading {
    align-self: center
}

.filter-category div.ajaxsearchpro .probox .proclose,
.filter-category .ajaxsearchpro .probox .proclose,
.filter-wrap div.ajaxsearchpro .probox .proclose,
.filter-wrap .ajaxsearchpro .probox .proclose {
    align-self: center
}

.filter-category div.ajaxsearchpro .results .item .asp_content h3 a,
.filter-category .ajaxsearchpro .results .item .asp_content h3 a,
.filter-wrap div.ajaxsearchpro .results .item .asp_content h3 a,
.filter-wrap .ajaxsearchpro .results .item .asp_content h3 a {
    color: rgba(181, 180, 179, 0.7) !important
}

.filter-category #ajaxsearchpro1_1 .probox .proinput input.orig,
.filter-category #ajaxsearchpro1_2 .probox .proinput input.orig,
.filter-category div.asp_m.asp_m_1 .probox .proinput input.orig,
.filter-wrap #ajaxsearchpro1_1 .probox .proinput input.orig,
.filter-wrap #ajaxsearchpro1_2 .probox .proinput input.orig,
.filter-wrap div.asp_m.asp_m_1 .probox .proinput input.orig {
    line-height: 1.3 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    overflow: visible;
    font-weight: 400 !important
}

.filter-category #ajaxsearchpro1_1,
.filter-category #ajaxsearchpro1_2,
.filter-category div.asp_m.asp_m_1,
.filter-wrap #ajaxsearchpro1_1,
.filter-wrap #ajaxsearchpro1_2,
.filter-wrap div.asp_m.asp_m_1 {
    background: transparent !important
}

div[id^="ajaxsearchprores"].vertical,
div[class^="asp_r_"].vertical {
    background: #b5b4b3 !important
}

div[id^="ajaxsearchprores"] .resdrg .item h3,
div[id^="ajaxsearchprores"] .resdrg .item h3 a,
div[class^="asp_r_"] .resdrg .item h3,
div[class^="asp_r_"] .resdrg .item h3 a {
    color: #b5b4b3 !important
}

@media only screen and (max-width: 991px) {

    .filter-category div[id^="ajaxsearchpro"],
    .filter-category div[class^="asp_r"],
    .filter-wrap div[id^="ajaxsearchpro"],
    .filter-wrap div[class^="asp_r"] {
        flex-basis: auto !important;
        min-width: 100% !important
    }
}

.tml .tml-action-links a {
    color: #005F94 !important
}

.tml input,
.tml textarea,
.tml select {
    background: #f0f0f0;
    border-radius: 0;
    border: 1px solid #f0f0f0;
    box-shadow: none;
    color: #2d1a09;
    min-height: 50px;
    padding: 3px 10px !important
}

#loginform .tml-submit-wrap input[type="submit"],
.pmpro_form .tml-submit-wrap input[type="submit"] {
    background-color: #182955;
    border-radius: 7px;
    border: none;
    box-shadow: none;
    color: white !important;
    display: inline-block;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-weight: bold !important;
    letter-spacing: normal !important;
    line-height: 1 !important;
    max-width: 100%;
    overflow-wrap: break-word;
    padding: 16px 28px;
    position: relative;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.4s ease
}

#loginform .login-username,
#loginform .login-password,
#loginform .pmpro_lost_password-field,
#loginform .pmpro_lost_password-field,
#loginform .pmpro_lost_password-field-user_login,
#loginform .pmpro_member_profile_edit-field,
#loginform .pmpro_member_profile_edit-field-,
#loginform .first_name,
#loginform .pmpro_change_password-field,
#loginform .pmpro_checkout-field,
#loginform .pmpro_checkout-field-username,
.pmpro_form .login-username,
.pmpro_form .login-password,
.pmpro_form .pmpro_lost_password-field,
.pmpro_form .pmpro_lost_password-field,
.pmpro_form .pmpro_lost_password-field-user_login,
.pmpro_form .pmpro_member_profile_edit-field,
.pmpro_form .pmpro_member_profile_edit-field-,
.pmpro_form .first_name,
.pmpro_form .pmpro_change_password-field,
.pmpro_form .pmpro_checkout-field,
.pmpro_form .pmpro_checkout-field-username {
    margin-bottom: 10px !important
}

#loginform .login-username label,
#loginform .login-password label,
#loginform .pmpro_lost_password-field label,
#loginform .pmpro_lost_password-field label,
#loginform .pmpro_lost_password-field-user_login label,
#loginform .pmpro_member_profile_edit-field label,
#loginform .pmpro_member_profile_edit-field- label,
#loginform .first_name label,
#loginform .pmpro_change_password-field label,
#loginform .pmpro_checkout-field label,
#loginform .pmpro_checkout-field-username label,
.pmpro_form .login-username label,
.pmpro_form .login-password label,
.pmpro_form .pmpro_lost_password-field label,
.pmpro_form .pmpro_lost_password-field label,
.pmpro_form .pmpro_lost_password-field-user_login label,
.pmpro_form .pmpro_member_profile_edit-field label,
.pmpro_form .pmpro_member_profile_edit-field- label,
.pmpro_form .first_name label,
.pmpro_form .pmpro_change_password-field label,
.pmpro_form .pmpro_checkout-field label,
.pmpro_form .pmpro_checkout-field-username label {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
    font-weight: bold !important;
    margin: 0 !important;
    color: #040404 !important
}

#loginform .login-username input:not([type="submit"]),
#loginform .login-username textarea,
#loginform .login-username select,
#loginform .login-password input:not([type="submit"]),
#loginform .login-password textarea,
#loginform .login-password select,
#loginform .pmpro_lost_password-field input:not([type="submit"]),
#loginform .pmpro_lost_password-field textarea,
#loginform .pmpro_lost_password-field select,
#loginform .pmpro_lost_password-field input:not([type="submit"]),
#loginform .pmpro_lost_password-field textarea,
#loginform .pmpro_lost_password-field select,
#loginform .pmpro_lost_password-field-user_login input:not([type="submit"]),
#loginform .pmpro_lost_password-field-user_login textarea,
#loginform .pmpro_lost_password-field-user_login select,
#loginform .pmpro_member_profile_edit-field input:not([type="submit"]),
#loginform .pmpro_member_profile_edit-field textarea,
#loginform .pmpro_member_profile_edit-field select,
#loginform .pmpro_member_profile_edit-field- input:not([type="submit"]),
#loginform .pmpro_member_profile_edit-field- textarea,
#loginform .pmpro_member_profile_edit-field- select,
#loginform .first_name input:not([type="submit"]),
#loginform .first_name textarea,
#loginform .first_name select,
#loginform .pmpro_change_password-field input:not([type="submit"]),
#loginform .pmpro_change_password-field textarea,
#loginform .pmpro_change_password-field select,
#loginform .pmpro_checkout-field input:not([type="submit"]),
#loginform .pmpro_checkout-field textarea,
#loginform .pmpro_checkout-field select,
#loginform .pmpro_checkout-field-username input:not([type="submit"]),
#loginform .pmpro_checkout-field-username textarea,
#loginform .pmpro_checkout-field-username select,
.pmpro_form .login-username input:not([type="submit"]),
.pmpro_form .login-username textarea,
.pmpro_form .login-username select,
.pmpro_form .login-password input:not([type="submit"]),
.pmpro_form .login-password textarea,
.pmpro_form .login-password select,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"]),
.pmpro_form .pmpro_lost_password-field textarea,
.pmpro_form .pmpro_lost_password-field select,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"]),
.pmpro_form .pmpro_lost_password-field textarea,
.pmpro_form .pmpro_lost_password-field select,
.pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]),
.pmpro_form .pmpro_lost_password-field-user_login textarea,
.pmpro_form .pmpro_lost_password-field-user_login select,
.pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]),
.pmpro_form .pmpro_member_profile_edit-field textarea,
.pmpro_form .pmpro_member_profile_edit-field select,
.pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]),
.pmpro_form .pmpro_member_profile_edit-field- textarea,
.pmpro_form .pmpro_member_profile_edit-field- select,
.pmpro_form .first_name input:not([type="submit"]),
.pmpro_form .first_name textarea,
.pmpro_form .first_name select,
.pmpro_form .pmpro_change_password-field input:not([type="submit"]),
.pmpro_form .pmpro_change_password-field textarea,
.pmpro_form .pmpro_change_password-field select,
.pmpro_form .pmpro_checkout-field input:not([type="submit"]),
.pmpro_form .pmpro_checkout-field textarea,
.pmpro_form .pmpro_checkout-field select,
.pmpro_form .pmpro_checkout-field-username input:not([type="submit"]),
.pmpro_form .pmpro_checkout-field-username textarea,
.pmpro_form .pmpro_checkout-field-username select {
    font-family: 'Roboto', sans-serif !important;
    background: #ffffff;
    border-radius: 0;
    border: 2px solid #d8d8d8;
    box-shadow: none;
    color: black;
    font-size: 13px !important;
    font-weight: bold;
    min-height: 40px;
    padding: 10px 15px !important
}

#loginform .login-username input:not([type="submit"])::-webkit-input-placeholder,
#loginform .login-username textarea::-webkit-input-placeholder,
#loginform .login-username select::-webkit-input-placeholder,
#loginform .login-password input:not([type="submit"])::-webkit-input-placeholder,
#loginform .login-password textarea::-webkit-input-placeholder,
#loginform .login-password select::-webkit-input-placeholder,
#loginform .pmpro_lost_password-field input:not([type="submit"])::-webkit-input-placeholder,
#loginform .pmpro_lost_password-field textarea::-webkit-input-placeholder,
#loginform .pmpro_lost_password-field select::-webkit-input-placeholder,
#loginform .pmpro_lost_password-field input:not([type="submit"])::-webkit-input-placeholder,
#loginform .pmpro_lost_password-field textarea::-webkit-input-placeholder,
#loginform .pmpro_lost_password-field select::-webkit-input-placeholder,
#loginform .pmpro_lost_password-field-user_login input:not([type="submit"])::-webkit-input-placeholder,
#loginform .pmpro_lost_password-field-user_login textarea::-webkit-input-placeholder,
#loginform .pmpro_lost_password-field-user_login select::-webkit-input-placeholder,
#loginform .pmpro_member_profile_edit-field input:not([type="submit"])::-webkit-input-placeholder,
#loginform .pmpro_member_profile_edit-field textarea::-webkit-input-placeholder,
#loginform .pmpro_member_profile_edit-field select::-webkit-input-placeholder,
#loginform .pmpro_member_profile_edit-field- input:not([type="submit"])::-webkit-input-placeholder,
#loginform .pmpro_member_profile_edit-field- textarea::-webkit-input-placeholder,
#loginform .pmpro_member_profile_edit-field- select::-webkit-input-placeholder,
#loginform .first_name input:not([type="submit"])::-webkit-input-placeholder,
#loginform .first_name textarea::-webkit-input-placeholder,
#loginform .first_name select::-webkit-input-placeholder,
#loginform .pmpro_change_password-field input:not([type="submit"])::-webkit-input-placeholder,
#loginform .pmpro_change_password-field textarea::-webkit-input-placeholder,
#loginform .pmpro_change_password-field select::-webkit-input-placeholder,
#loginform .pmpro_checkout-field input:not([type="submit"])::-webkit-input-placeholder,
#loginform .pmpro_checkout-field textarea::-webkit-input-placeholder,
#loginform .pmpro_checkout-field select::-webkit-input-placeholder,
#loginform .pmpro_checkout-field-username input:not([type="submit"])::-webkit-input-placeholder,
#loginform .pmpro_checkout-field-username textarea::-webkit-input-placeholder,
#loginform .pmpro_checkout-field-username select::-webkit-input-placeholder,
.pmpro_form .login-username input:not([type="submit"])::-webkit-input-placeholder,
.pmpro_form .login-username textarea::-webkit-input-placeholder,
.pmpro_form .login-username select::-webkit-input-placeholder,
.pmpro_form .login-password input:not([type="submit"])::-webkit-input-placeholder,
.pmpro_form .login-password textarea::-webkit-input-placeholder,
.pmpro_form .login-password select::-webkit-input-placeholder,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"])::-webkit-input-placeholder,
.pmpro_form .pmpro_lost_password-field textarea::-webkit-input-placeholder,
.pmpro_form .pmpro_lost_password-field select::-webkit-input-placeholder,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"])::-webkit-input-placeholder,
.pmpro_form .pmpro_lost_password-field textarea::-webkit-input-placeholder,
.pmpro_form .pmpro_lost_password-field select::-webkit-input-placeholder,
.pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"])::-webkit-input-placeholder,
.pmpro_form .pmpro_lost_password-field-user_login textarea::-webkit-input-placeholder,
.pmpro_form .pmpro_lost_password-field-user_login select::-webkit-input-placeholder,
.pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"])::-webkit-input-placeholder,
.pmpro_form .pmpro_member_profile_edit-field textarea::-webkit-input-placeholder,
.pmpro_form .pmpro_member_profile_edit-field select::-webkit-input-placeholder,
.pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"])::-webkit-input-placeholder,
.pmpro_form .pmpro_member_profile_edit-field- textarea::-webkit-input-placeholder,
.pmpro_form .pmpro_member_profile_edit-field- select::-webkit-input-placeholder,
.pmpro_form .first_name input:not([type="submit"])::-webkit-input-placeholder,
.pmpro_form .first_name textarea::-webkit-input-placeholder,
.pmpro_form .first_name select::-webkit-input-placeholder,
.pmpro_form .pmpro_change_password-field input:not([type="submit"])::-webkit-input-placeholder,
.pmpro_form .pmpro_change_password-field textarea::-webkit-input-placeholder,
.pmpro_form .pmpro_change_password-field select::-webkit-input-placeholder,
.pmpro_form .pmpro_checkout-field input:not([type="submit"])::-webkit-input-placeholder,
.pmpro_form .pmpro_checkout-field textarea::-webkit-input-placeholder,
.pmpro_form .pmpro_checkout-field select::-webkit-input-placeholder,
.pmpro_form .pmpro_checkout-field-username input:not([type="submit"])::-webkit-input-placeholder,
.pmpro_form .pmpro_checkout-field-username textarea::-webkit-input-placeholder,
.pmpro_form .pmpro_checkout-field-username select::-webkit-input-placeholder {
    color: rgba(58, 59, 75, 0.5);
    opacity: 1
}

#loginform .login-username input:not([type="submit"])::-moz-placeholder,
#loginform .login-username textarea::-moz-placeholder,
#loginform .login-username select::-moz-placeholder,
#loginform .login-password input:not([type="submit"])::-moz-placeholder,
#loginform .login-password textarea::-moz-placeholder,
#loginform .login-password select::-moz-placeholder,
#loginform .pmpro_lost_password-field input:not([type="submit"])::-moz-placeholder,
#loginform .pmpro_lost_password-field textarea::-moz-placeholder,
#loginform .pmpro_lost_password-field select::-moz-placeholder,
#loginform .pmpro_lost_password-field input:not([type="submit"])::-moz-placeholder,
#loginform .pmpro_lost_password-field textarea::-moz-placeholder,
#loginform .pmpro_lost_password-field select::-moz-placeholder,
#loginform .pmpro_lost_password-field-user_login input:not([type="submit"])::-moz-placeholder,
#loginform .pmpro_lost_password-field-user_login textarea::-moz-placeholder,
#loginform .pmpro_lost_password-field-user_login select::-moz-placeholder,
#loginform .pmpro_member_profile_edit-field input:not([type="submit"])::-moz-placeholder,
#loginform .pmpro_member_profile_edit-field textarea::-moz-placeholder,
#loginform .pmpro_member_profile_edit-field select::-moz-placeholder,
#loginform .pmpro_member_profile_edit-field- input:not([type="submit"])::-moz-placeholder,
#loginform .pmpro_member_profile_edit-field- textarea::-moz-placeholder,
#loginform .pmpro_member_profile_edit-field- select::-moz-placeholder,
#loginform .first_name input:not([type="submit"])::-moz-placeholder,
#loginform .first_name textarea::-moz-placeholder,
#loginform .first_name select::-moz-placeholder,
#loginform .pmpro_change_password-field input:not([type="submit"])::-moz-placeholder,
#loginform .pmpro_change_password-field textarea::-moz-placeholder,
#loginform .pmpro_change_password-field select::-moz-placeholder,
#loginform .pmpro_checkout-field input:not([type="submit"])::-moz-placeholder,
#loginform .pmpro_checkout-field textarea::-moz-placeholder,
#loginform .pmpro_checkout-field select::-moz-placeholder,
#loginform .pmpro_checkout-field-username input:not([type="submit"])::-moz-placeholder,
#loginform .pmpro_checkout-field-username textarea::-moz-placeholder,
#loginform .pmpro_checkout-field-username select::-moz-placeholder,
.pmpro_form .login-username input:not([type="submit"])::-moz-placeholder,
.pmpro_form .login-username textarea::-moz-placeholder,
.pmpro_form .login-username select::-moz-placeholder,
.pmpro_form .login-password input:not([type="submit"])::-moz-placeholder,
.pmpro_form .login-password textarea::-moz-placeholder,
.pmpro_form .login-password select::-moz-placeholder,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"])::-moz-placeholder,
.pmpro_form .pmpro_lost_password-field textarea::-moz-placeholder,
.pmpro_form .pmpro_lost_password-field select::-moz-placeholder,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"])::-moz-placeholder,
.pmpro_form .pmpro_lost_password-field textarea::-moz-placeholder,
.pmpro_form .pmpro_lost_password-field select::-moz-placeholder,
.pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"])::-moz-placeholder,
.pmpro_form .pmpro_lost_password-field-user_login textarea::-moz-placeholder,
.pmpro_form .pmpro_lost_password-field-user_login select::-moz-placeholder,
.pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"])::-moz-placeholder,
.pmpro_form .pmpro_member_profile_edit-field textarea::-moz-placeholder,
.pmpro_form .pmpro_member_profile_edit-field select::-moz-placeholder,
.pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"])::-moz-placeholder,
.pmpro_form .pmpro_member_profile_edit-field- textarea::-moz-placeholder,
.pmpro_form .pmpro_member_profile_edit-field- select::-moz-placeholder,
.pmpro_form .first_name input:not([type="submit"])::-moz-placeholder,
.pmpro_form .first_name textarea::-moz-placeholder,
.pmpro_form .first_name select::-moz-placeholder,
.pmpro_form .pmpro_change_password-field input:not([type="submit"])::-moz-placeholder,
.pmpro_form .pmpro_change_password-field textarea::-moz-placeholder,
.pmpro_form .pmpro_change_password-field select::-moz-placeholder,
.pmpro_form .pmpro_checkout-field input:not([type="submit"])::-moz-placeholder,
.pmpro_form .pmpro_checkout-field textarea::-moz-placeholder,
.pmpro_form .pmpro_checkout-field select::-moz-placeholder,
.pmpro_form .pmpro_checkout-field-username input:not([type="submit"])::-moz-placeholder,
.pmpro_form .pmpro_checkout-field-username textarea::-moz-placeholder,
.pmpro_form .pmpro_checkout-field-username select::-moz-placeholder {
    color: rgba(58, 59, 75, 0.5);
    opacity: 1
}

#loginform .login-username input:not([type="submit"]):-ms-input-placeholder,
#loginform .login-username textarea:-ms-input-placeholder,
#loginform .login-username select:-ms-input-placeholder,
#loginform .login-password input:not([type="submit"]):-ms-input-placeholder,
#loginform .login-password textarea:-ms-input-placeholder,
#loginform .login-password select:-ms-input-placeholder,
#loginform .pmpro_lost_password-field input:not([type="submit"]):-ms-input-placeholder,
#loginform .pmpro_lost_password-field textarea:-ms-input-placeholder,
#loginform .pmpro_lost_password-field select:-ms-input-placeholder,
#loginform .pmpro_lost_password-field input:not([type="submit"]):-ms-input-placeholder,
#loginform .pmpro_lost_password-field textarea:-ms-input-placeholder,
#loginform .pmpro_lost_password-field select:-ms-input-placeholder,
#loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):-ms-input-placeholder,
#loginform .pmpro_lost_password-field-user_login textarea:-ms-input-placeholder,
#loginform .pmpro_lost_password-field-user_login select:-ms-input-placeholder,
#loginform .pmpro_member_profile_edit-field input:not([type="submit"]):-ms-input-placeholder,
#loginform .pmpro_member_profile_edit-field textarea:-ms-input-placeholder,
#loginform .pmpro_member_profile_edit-field select:-ms-input-placeholder,
#loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):-ms-input-placeholder,
#loginform .pmpro_member_profile_edit-field- textarea:-ms-input-placeholder,
#loginform .pmpro_member_profile_edit-field- select:-ms-input-placeholder,
#loginform .first_name input:not([type="submit"]):-ms-input-placeholder,
#loginform .first_name textarea:-ms-input-placeholder,
#loginform .first_name select:-ms-input-placeholder,
#loginform .pmpro_change_password-field input:not([type="submit"]):-ms-input-placeholder,
#loginform .pmpro_change_password-field textarea:-ms-input-placeholder,
#loginform .pmpro_change_password-field select:-ms-input-placeholder,
#loginform .pmpro_checkout-field input:not([type="submit"]):-ms-input-placeholder,
#loginform .pmpro_checkout-field textarea:-ms-input-placeholder,
#loginform .pmpro_checkout-field select:-ms-input-placeholder,
#loginform .pmpro_checkout-field-username input:not([type="submit"]):-ms-input-placeholder,
#loginform .pmpro_checkout-field-username textarea:-ms-input-placeholder,
#loginform .pmpro_checkout-field-username select:-ms-input-placeholder,
.pmpro_form .login-username input:not([type="submit"]):-ms-input-placeholder,
.pmpro_form .login-username textarea:-ms-input-placeholder,
.pmpro_form .login-username select:-ms-input-placeholder,
.pmpro_form .login-password input:not([type="submit"]):-ms-input-placeholder,
.pmpro_form .login-password textarea:-ms-input-placeholder,
.pmpro_form .login-password select:-ms-input-placeholder,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-ms-input-placeholder,
.pmpro_form .pmpro_lost_password-field textarea:-ms-input-placeholder,
.pmpro_form .pmpro_lost_password-field select:-ms-input-placeholder,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-ms-input-placeholder,
.pmpro_form .pmpro_lost_password-field textarea:-ms-input-placeholder,
.pmpro_form .pmpro_lost_password-field select:-ms-input-placeholder,
.pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):-ms-input-placeholder,
.pmpro_form .pmpro_lost_password-field-user_login textarea:-ms-input-placeholder,
.pmpro_form .pmpro_lost_password-field-user_login select:-ms-input-placeholder,
.pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):-ms-input-placeholder,
.pmpro_form .pmpro_member_profile_edit-field textarea:-ms-input-placeholder,
.pmpro_form .pmpro_member_profile_edit-field select:-ms-input-placeholder,
.pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):-ms-input-placeholder,
.pmpro_form .pmpro_member_profile_edit-field- textarea:-ms-input-placeholder,
.pmpro_form .pmpro_member_profile_edit-field- select:-ms-input-placeholder,
.pmpro_form .first_name input:not([type="submit"]):-ms-input-placeholder,
.pmpro_form .first_name textarea:-ms-input-placeholder,
.pmpro_form .first_name select:-ms-input-placeholder,
.pmpro_form .pmpro_change_password-field input:not([type="submit"]):-ms-input-placeholder,
.pmpro_form .pmpro_change_password-field textarea:-ms-input-placeholder,
.pmpro_form .pmpro_change_password-field select:-ms-input-placeholder,
.pmpro_form .pmpro_checkout-field input:not([type="submit"]):-ms-input-placeholder,
.pmpro_form .pmpro_checkout-field textarea:-ms-input-placeholder,
.pmpro_form .pmpro_checkout-field select:-ms-input-placeholder,
.pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):-ms-input-placeholder,
.pmpro_form .pmpro_checkout-field-username textarea:-ms-input-placeholder,
.pmpro_form .pmpro_checkout-field-username select:-ms-input-placeholder {
    color: rgba(58, 59, 75, 0.5);
    opacity: 1
}

#loginform .login-username input:not([type="submit"]):active,
#loginform .login-username input:not([type="submit"]):focus,
#loginform .login-username textarea:active,
#loginform .login-username textarea:focus,
#loginform .login-username select:active,
#loginform .login-username select:focus,
#loginform .login-password input:not([type="submit"]):active,
#loginform .login-password input:not([type="submit"]):focus,
#loginform .login-password textarea:active,
#loginform .login-password textarea:focus,
#loginform .login-password select:active,
#loginform .login-password select:focus,
#loginform .pmpro_lost_password-field input:not([type="submit"]):active,
#loginform .pmpro_lost_password-field input:not([type="submit"]):focus,
#loginform .pmpro_lost_password-field textarea:active,
#loginform .pmpro_lost_password-field textarea:focus,
#loginform .pmpro_lost_password-field select:active,
#loginform .pmpro_lost_password-field select:focus,
#loginform .pmpro_lost_password-field input:not([type="submit"]):active,
#loginform .pmpro_lost_password-field input:not([type="submit"]):focus,
#loginform .pmpro_lost_password-field textarea:active,
#loginform .pmpro_lost_password-field textarea:focus,
#loginform .pmpro_lost_password-field select:active,
#loginform .pmpro_lost_password-field select:focus,
#loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):active,
#loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):focus,
#loginform .pmpro_lost_password-field-user_login textarea:active,
#loginform .pmpro_lost_password-field-user_login textarea:focus,
#loginform .pmpro_lost_password-field-user_login select:active,
#loginform .pmpro_lost_password-field-user_login select:focus,
#loginform .pmpro_member_profile_edit-field input:not([type="submit"]):active,
#loginform .pmpro_member_profile_edit-field input:not([type="submit"]):focus,
#loginform .pmpro_member_profile_edit-field textarea:active,
#loginform .pmpro_member_profile_edit-field textarea:focus,
#loginform .pmpro_member_profile_edit-field select:active,
#loginform .pmpro_member_profile_edit-field select:focus,
#loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):active,
#loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):focus,
#loginform .pmpro_member_profile_edit-field- textarea:active,
#loginform .pmpro_member_profile_edit-field- textarea:focus,
#loginform .pmpro_member_profile_edit-field- select:active,
#loginform .pmpro_member_profile_edit-field- select:focus,
#loginform .first_name input:not([type="submit"]):active,
#loginform .first_name input:not([type="submit"]):focus,
#loginform .first_name textarea:active,
#loginform .first_name textarea:focus,
#loginform .first_name select:active,
#loginform .first_name select:focus,
#loginform .pmpro_change_password-field input:not([type="submit"]):active,
#loginform .pmpro_change_password-field input:not([type="submit"]):focus,
#loginform .pmpro_change_password-field textarea:active,
#loginform .pmpro_change_password-field textarea:focus,
#loginform .pmpro_change_password-field select:active,
#loginform .pmpro_change_password-field select:focus,
#loginform .pmpro_checkout-field input:not([type="submit"]):active,
#loginform .pmpro_checkout-field input:not([type="submit"]):focus,
#loginform .pmpro_checkout-field textarea:active,
#loginform .pmpro_checkout-field textarea:focus,
#loginform .pmpro_checkout-field select:active,
#loginform .pmpro_checkout-field select:focus,
#loginform .pmpro_checkout-field-username input:not([type="submit"]):active,
#loginform .pmpro_checkout-field-username input:not([type="submit"]):focus,
#loginform .pmpro_checkout-field-username textarea:active,
#loginform .pmpro_checkout-field-username textarea:focus,
#loginform .pmpro_checkout-field-username select:active,
#loginform .pmpro_checkout-field-username select:focus,
.pmpro_form .login-username input:not([type="submit"]):active,
.pmpro_form .login-username input:not([type="submit"]):focus,
.pmpro_form .login-username textarea:active,
.pmpro_form .login-username textarea:focus,
.pmpro_form .login-username select:active,
.pmpro_form .login-username select:focus,
.pmpro_form .login-password input:not([type="submit"]):active,
.pmpro_form .login-password input:not([type="submit"]):focus,
.pmpro_form .login-password textarea:active,
.pmpro_form .login-password textarea:focus,
.pmpro_form .login-password select:active,
.pmpro_form .login-password select:focus,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"]):active,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"]):focus,
.pmpro_form .pmpro_lost_password-field textarea:active,
.pmpro_form .pmpro_lost_password-field textarea:focus,
.pmpro_form .pmpro_lost_password-field select:active,
.pmpro_form .pmpro_lost_password-field select:focus,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"]):active,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"]):focus,
.pmpro_form .pmpro_lost_password-field textarea:active,
.pmpro_form .pmpro_lost_password-field textarea:focus,
.pmpro_form .pmpro_lost_password-field select:active,
.pmpro_form .pmpro_lost_password-field select:focus,
.pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):active,
.pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):focus,
.pmpro_form .pmpro_lost_password-field-user_login textarea:active,
.pmpro_form .pmpro_lost_password-field-user_login textarea:focus,
.pmpro_form .pmpro_lost_password-field-user_login select:active,
.pmpro_form .pmpro_lost_password-field-user_login select:focus,
.pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):active,
.pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):focus,
.pmpro_form .pmpro_member_profile_edit-field textarea:active,
.pmpro_form .pmpro_member_profile_edit-field textarea:focus,
.pmpro_form .pmpro_member_profile_edit-field select:active,
.pmpro_form .pmpro_member_profile_edit-field select:focus,
.pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):active,
.pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):focus,
.pmpro_form .pmpro_member_profile_edit-field- textarea:active,
.pmpro_form .pmpro_member_profile_edit-field- textarea:focus,
.pmpro_form .pmpro_member_profile_edit-field- select:active,
.pmpro_form .pmpro_member_profile_edit-field- select:focus,
.pmpro_form .first_name input:not([type="submit"]):active,
.pmpro_form .first_name input:not([type="submit"]):focus,
.pmpro_form .first_name textarea:active,
.pmpro_form .first_name textarea:focus,
.pmpro_form .first_name select:active,
.pmpro_form .first_name select:focus,
.pmpro_form .pmpro_change_password-field input:not([type="submit"]):active,
.pmpro_form .pmpro_change_password-field input:not([type="submit"]):focus,
.pmpro_form .pmpro_change_password-field textarea:active,
.pmpro_form .pmpro_change_password-field textarea:focus,
.pmpro_form .pmpro_change_password-field select:active,
.pmpro_form .pmpro_change_password-field select:focus,
.pmpro_form .pmpro_checkout-field input:not([type="submit"]):active,
.pmpro_form .pmpro_checkout-field input:not([type="submit"]):focus,
.pmpro_form .pmpro_checkout-field textarea:active,
.pmpro_form .pmpro_checkout-field textarea:focus,
.pmpro_form .pmpro_checkout-field select:active,
.pmpro_form .pmpro_checkout-field select:focus,
.pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):active,
.pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):focus,
.pmpro_form .pmpro_checkout-field-username textarea:active,
.pmpro_form .pmpro_checkout-field-username textarea:focus,
.pmpro_form .pmpro_checkout-field-username select:active,
.pmpro_form .pmpro_checkout-field-username select:focus {
    box-shadow: none;
    border-color: #1c363b;
    outline: none;
    color: #1c363b
}

#loginform .login-username input:not([type="submit"]):active::-webkit-input-placeholder,
#loginform .login-username input:not([type="submit"]):focus::-webkit-input-placeholder,
#loginform .login-username textarea:active::-webkit-input-placeholder,
#loginform .login-username textarea:focus::-webkit-input-placeholder,
#loginform .login-username select:active::-webkit-input-placeholder,
#loginform .login-username select:focus::-webkit-input-placeholder,
#loginform .login-password input:not([type="submit"]):active::-webkit-input-placeholder,
#loginform .login-password input:not([type="submit"]):focus::-webkit-input-placeholder,
#loginform .login-password textarea:active::-webkit-input-placeholder,
#loginform .login-password textarea:focus::-webkit-input-placeholder,
#loginform .login-password select:active::-webkit-input-placeholder,
#loginform .login-password select:focus::-webkit-input-placeholder,
#loginform .pmpro_lost_password-field input:not([type="submit"]):active::-webkit-input-placeholder,
#loginform .pmpro_lost_password-field input:not([type="submit"]):focus::-webkit-input-placeholder,
#loginform .pmpro_lost_password-field textarea:active::-webkit-input-placeholder,
#loginform .pmpro_lost_password-field textarea:focus::-webkit-input-placeholder,
#loginform .pmpro_lost_password-field select:active::-webkit-input-placeholder,
#loginform .pmpro_lost_password-field select:focus::-webkit-input-placeholder,
#loginform .pmpro_lost_password-field input:not([type="submit"]):active::-webkit-input-placeholder,
#loginform .pmpro_lost_password-field input:not([type="submit"]):focus::-webkit-input-placeholder,
#loginform .pmpro_lost_password-field textarea:active::-webkit-input-placeholder,
#loginform .pmpro_lost_password-field textarea:focus::-webkit-input-placeholder,
#loginform .pmpro_lost_password-field select:active::-webkit-input-placeholder,
#loginform .pmpro_lost_password-field select:focus::-webkit-input-placeholder,
#loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):active::-webkit-input-placeholder,
#loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):focus::-webkit-input-placeholder,
#loginform .pmpro_lost_password-field-user_login textarea:active::-webkit-input-placeholder,
#loginform .pmpro_lost_password-field-user_login textarea:focus::-webkit-input-placeholder,
#loginform .pmpro_lost_password-field-user_login select:active::-webkit-input-placeholder,
#loginform .pmpro_lost_password-field-user_login select:focus::-webkit-input-placeholder,
#loginform .pmpro_member_profile_edit-field input:not([type="submit"]):active::-webkit-input-placeholder,
#loginform .pmpro_member_profile_edit-field input:not([type="submit"]):focus::-webkit-input-placeholder,
#loginform .pmpro_member_profile_edit-field textarea:active::-webkit-input-placeholder,
#loginform .pmpro_member_profile_edit-field textarea:focus::-webkit-input-placeholder,
#loginform .pmpro_member_profile_edit-field select:active::-webkit-input-placeholder,
#loginform .pmpro_member_profile_edit-field select:focus::-webkit-input-placeholder,
#loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):active::-webkit-input-placeholder,
#loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):focus::-webkit-input-placeholder,
#loginform .pmpro_member_profile_edit-field- textarea:active::-webkit-input-placeholder,
#loginform .pmpro_member_profile_edit-field- textarea:focus::-webkit-input-placeholder,
#loginform .pmpro_member_profile_edit-field- select:active::-webkit-input-placeholder,
#loginform .pmpro_member_profile_edit-field- select:focus::-webkit-input-placeholder,
#loginform .first_name input:not([type="submit"]):active::-webkit-input-placeholder,
#loginform .first_name input:not([type="submit"]):focus::-webkit-input-placeholder,
#loginform .first_name textarea:active::-webkit-input-placeholder,
#loginform .first_name textarea:focus::-webkit-input-placeholder,
#loginform .first_name select:active::-webkit-input-placeholder,
#loginform .first_name select:focus::-webkit-input-placeholder,
#loginform .pmpro_change_password-field input:not([type="submit"]):active::-webkit-input-placeholder,
#loginform .pmpro_change_password-field input:not([type="submit"]):focus::-webkit-input-placeholder,
#loginform .pmpro_change_password-field textarea:active::-webkit-input-placeholder,
#loginform .pmpro_change_password-field textarea:focus::-webkit-input-placeholder,
#loginform .pmpro_change_password-field select:active::-webkit-input-placeholder,
#loginform .pmpro_change_password-field select:focus::-webkit-input-placeholder,
#loginform .pmpro_checkout-field input:not([type="submit"]):active::-webkit-input-placeholder,
#loginform .pmpro_checkout-field input:not([type="submit"]):focus::-webkit-input-placeholder,
#loginform .pmpro_checkout-field textarea:active::-webkit-input-placeholder,
#loginform .pmpro_checkout-field textarea:focus::-webkit-input-placeholder,
#loginform .pmpro_checkout-field select:active::-webkit-input-placeholder,
#loginform .pmpro_checkout-field select:focus::-webkit-input-placeholder,
#loginform .pmpro_checkout-field-username input:not([type="submit"]):active::-webkit-input-placeholder,
#loginform .pmpro_checkout-field-username input:not([type="submit"]):focus::-webkit-input-placeholder,
#loginform .pmpro_checkout-field-username textarea:active::-webkit-input-placeholder,
#loginform .pmpro_checkout-field-username textarea:focus::-webkit-input-placeholder,
#loginform .pmpro_checkout-field-username select:active::-webkit-input-placeholder,
#loginform .pmpro_checkout-field-username select:focus::-webkit-input-placeholder,
.pmpro_form .login-username input:not([type="submit"]):active::-webkit-input-placeholder,
.pmpro_form .login-username input:not([type="submit"]):focus::-webkit-input-placeholder,
.pmpro_form .login-username textarea:active::-webkit-input-placeholder,
.pmpro_form .login-username textarea:focus::-webkit-input-placeholder,
.pmpro_form .login-username select:active::-webkit-input-placeholder,
.pmpro_form .login-username select:focus::-webkit-input-placeholder,
.pmpro_form .login-password input:not([type="submit"]):active::-webkit-input-placeholder,
.pmpro_form .login-password input:not([type="submit"]):focus::-webkit-input-placeholder,
.pmpro_form .login-password textarea:active::-webkit-input-placeholder,
.pmpro_form .login-password textarea:focus::-webkit-input-placeholder,
.pmpro_form .login-password select:active::-webkit-input-placeholder,
.pmpro_form .login-password select:focus::-webkit-input-placeholder,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"]):active::-webkit-input-placeholder,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"]):focus::-webkit-input-placeholder,
.pmpro_form .pmpro_lost_password-field textarea:active::-webkit-input-placeholder,
.pmpro_form .pmpro_lost_password-field textarea:focus::-webkit-input-placeholder,
.pmpro_form .pmpro_lost_password-field select:active::-webkit-input-placeholder,
.pmpro_form .pmpro_lost_password-field select:focus::-webkit-input-placeholder,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"]):active::-webkit-input-placeholder,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"]):focus::-webkit-input-placeholder,
.pmpro_form .pmpro_lost_password-field textarea:active::-webkit-input-placeholder,
.pmpro_form .pmpro_lost_password-field textarea:focus::-webkit-input-placeholder,
.pmpro_form .pmpro_lost_password-field select:active::-webkit-input-placeholder,
.pmpro_form .pmpro_lost_password-field select:focus::-webkit-input-placeholder,
.pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):active::-webkit-input-placeholder,
.pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):focus::-webkit-input-placeholder,
.pmpro_form .pmpro_lost_password-field-user_login textarea:active::-webkit-input-placeholder,
.pmpro_form .pmpro_lost_password-field-user_login textarea:focus::-webkit-input-placeholder,
.pmpro_form .pmpro_lost_password-field-user_login select:active::-webkit-input-placeholder,
.pmpro_form .pmpro_lost_password-field-user_login select:focus::-webkit-input-placeholder,
.pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):active::-webkit-input-placeholder,
.pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):focus::-webkit-input-placeholder,
.pmpro_form .pmpro_member_profile_edit-field textarea:active::-webkit-input-placeholder,
.pmpro_form .pmpro_member_profile_edit-field textarea:focus::-webkit-input-placeholder,
.pmpro_form .pmpro_member_profile_edit-field select:active::-webkit-input-placeholder,
.pmpro_form .pmpro_member_profile_edit-field select:focus::-webkit-input-placeholder,
.pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):active::-webkit-input-placeholder,
.pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):focus::-webkit-input-placeholder,
.pmpro_form .pmpro_member_profile_edit-field- textarea:active::-webkit-input-placeholder,
.pmpro_form .pmpro_member_profile_edit-field- textarea:focus::-webkit-input-placeholder,
.pmpro_form .pmpro_member_profile_edit-field- select:active::-webkit-input-placeholder,
.pmpro_form .pmpro_member_profile_edit-field- select:focus::-webkit-input-placeholder,
.pmpro_form .first_name input:not([type="submit"]):active::-webkit-input-placeholder,
.pmpro_form .first_name input:not([type="submit"]):focus::-webkit-input-placeholder,
.pmpro_form .first_name textarea:active::-webkit-input-placeholder,
.pmpro_form .first_name textarea:focus::-webkit-input-placeholder,
.pmpro_form .first_name select:active::-webkit-input-placeholder,
.pmpro_form .first_name select:focus::-webkit-input-placeholder,
.pmpro_form .pmpro_change_password-field input:not([type="submit"]):active::-webkit-input-placeholder,
.pmpro_form .pmpro_change_password-field input:not([type="submit"]):focus::-webkit-input-placeholder,
.pmpro_form .pmpro_change_password-field textarea:active::-webkit-input-placeholder,
.pmpro_form .pmpro_change_password-field textarea:focus::-webkit-input-placeholder,
.pmpro_form .pmpro_change_password-field select:active::-webkit-input-placeholder,
.pmpro_form .pmpro_change_password-field select:focus::-webkit-input-placeholder,
.pmpro_form .pmpro_checkout-field input:not([type="submit"]):active::-webkit-input-placeholder,
.pmpro_form .pmpro_checkout-field input:not([type="submit"]):focus::-webkit-input-placeholder,
.pmpro_form .pmpro_checkout-field textarea:active::-webkit-input-placeholder,
.pmpro_form .pmpro_checkout-field textarea:focus::-webkit-input-placeholder,
.pmpro_form .pmpro_checkout-field select:active::-webkit-input-placeholder,
.pmpro_form .pmpro_checkout-field select:focus::-webkit-input-placeholder,
.pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):active::-webkit-input-placeholder,
.pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):focus::-webkit-input-placeholder,
.pmpro_form .pmpro_checkout-field-username textarea:active::-webkit-input-placeholder,
.pmpro_form .pmpro_checkout-field-username textarea:focus::-webkit-input-placeholder,
.pmpro_form .pmpro_checkout-field-username select:active::-webkit-input-placeholder,
.pmpro_form .pmpro_checkout-field-username select:focus::-webkit-input-placeholder {
    color: #1c363b;
    opacity: 1
}

#loginform .login-username input:not([type="submit"]):active::-moz-placeholder,
#loginform .login-username input:not([type="submit"]):focus::-moz-placeholder,
#loginform .login-username textarea:active::-moz-placeholder,
#loginform .login-username textarea:focus::-moz-placeholder,
#loginform .login-username select:active::-moz-placeholder,
#loginform .login-username select:focus::-moz-placeholder,
#loginform .login-password input:not([type="submit"]):active::-moz-placeholder,
#loginform .login-password input:not([type="submit"]):focus::-moz-placeholder,
#loginform .login-password textarea:active::-moz-placeholder,
#loginform .login-password textarea:focus::-moz-placeholder,
#loginform .login-password select:active::-moz-placeholder,
#loginform .login-password select:focus::-moz-placeholder,
#loginform .pmpro_lost_password-field input:not([type="submit"]):active::-moz-placeholder,
#loginform .pmpro_lost_password-field input:not([type="submit"]):focus::-moz-placeholder,
#loginform .pmpro_lost_password-field textarea:active::-moz-placeholder,
#loginform .pmpro_lost_password-field textarea:focus::-moz-placeholder,
#loginform .pmpro_lost_password-field select:active::-moz-placeholder,
#loginform .pmpro_lost_password-field select:focus::-moz-placeholder,
#loginform .pmpro_lost_password-field input:not([type="submit"]):active::-moz-placeholder,
#loginform .pmpro_lost_password-field input:not([type="submit"]):focus::-moz-placeholder,
#loginform .pmpro_lost_password-field textarea:active::-moz-placeholder,
#loginform .pmpro_lost_password-field textarea:focus::-moz-placeholder,
#loginform .pmpro_lost_password-field select:active::-moz-placeholder,
#loginform .pmpro_lost_password-field select:focus::-moz-placeholder,
#loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):active::-moz-placeholder,
#loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):focus::-moz-placeholder,
#loginform .pmpro_lost_password-field-user_login textarea:active::-moz-placeholder,
#loginform .pmpro_lost_password-field-user_login textarea:focus::-moz-placeholder,
#loginform .pmpro_lost_password-field-user_login select:active::-moz-placeholder,
#loginform .pmpro_lost_password-field-user_login select:focus::-moz-placeholder,
#loginform .pmpro_member_profile_edit-field input:not([type="submit"]):active::-moz-placeholder,
#loginform .pmpro_member_profile_edit-field input:not([type="submit"]):focus::-moz-placeholder,
#loginform .pmpro_member_profile_edit-field textarea:active::-moz-placeholder,
#loginform .pmpro_member_profile_edit-field textarea:focus::-moz-placeholder,
#loginform .pmpro_member_profile_edit-field select:active::-moz-placeholder,
#loginform .pmpro_member_profile_edit-field select:focus::-moz-placeholder,
#loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):active::-moz-placeholder,
#loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):focus::-moz-placeholder,
#loginform .pmpro_member_profile_edit-field- textarea:active::-moz-placeholder,
#loginform .pmpro_member_profile_edit-field- textarea:focus::-moz-placeholder,
#loginform .pmpro_member_profile_edit-field- select:active::-moz-placeholder,
#loginform .pmpro_member_profile_edit-field- select:focus::-moz-placeholder,
#loginform .first_name input:not([type="submit"]):active::-moz-placeholder,
#loginform .first_name input:not([type="submit"]):focus::-moz-placeholder,
#loginform .first_name textarea:active::-moz-placeholder,
#loginform .first_name textarea:focus::-moz-placeholder,
#loginform .first_name select:active::-moz-placeholder,
#loginform .first_name select:focus::-moz-placeholder,
#loginform .pmpro_change_password-field input:not([type="submit"]):active::-moz-placeholder,
#loginform .pmpro_change_password-field input:not([type="submit"]):focus::-moz-placeholder,
#loginform .pmpro_change_password-field textarea:active::-moz-placeholder,
#loginform .pmpro_change_password-field textarea:focus::-moz-placeholder,
#loginform .pmpro_change_password-field select:active::-moz-placeholder,
#loginform .pmpro_change_password-field select:focus::-moz-placeholder,
#loginform .pmpro_checkout-field input:not([type="submit"]):active::-moz-placeholder,
#loginform .pmpro_checkout-field input:not([type="submit"]):focus::-moz-placeholder,
#loginform .pmpro_checkout-field textarea:active::-moz-placeholder,
#loginform .pmpro_checkout-field textarea:focus::-moz-placeholder,
#loginform .pmpro_checkout-field select:active::-moz-placeholder,
#loginform .pmpro_checkout-field select:focus::-moz-placeholder,
#loginform .pmpro_checkout-field-username input:not([type="submit"]):active::-moz-placeholder,
#loginform .pmpro_checkout-field-username input:not([type="submit"]):focus::-moz-placeholder,
#loginform .pmpro_checkout-field-username textarea:active::-moz-placeholder,
#loginform .pmpro_checkout-field-username textarea:focus::-moz-placeholder,
#loginform .pmpro_checkout-field-username select:active::-moz-placeholder,
#loginform .pmpro_checkout-field-username select:focus::-moz-placeholder,
.pmpro_form .login-username input:not([type="submit"]):active::-moz-placeholder,
.pmpro_form .login-username input:not([type="submit"]):focus::-moz-placeholder,
.pmpro_form .login-username textarea:active::-moz-placeholder,
.pmpro_form .login-username textarea:focus::-moz-placeholder,
.pmpro_form .login-username select:active::-moz-placeholder,
.pmpro_form .login-username select:focus::-moz-placeholder,
.pmpro_form .login-password input:not([type="submit"]):active::-moz-placeholder,
.pmpro_form .login-password input:not([type="submit"]):focus::-moz-placeholder,
.pmpro_form .login-password textarea:active::-moz-placeholder,
.pmpro_form .login-password textarea:focus::-moz-placeholder,
.pmpro_form .login-password select:active::-moz-placeholder,
.pmpro_form .login-password select:focus::-moz-placeholder,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"]):active::-moz-placeholder,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"]):focus::-moz-placeholder,
.pmpro_form .pmpro_lost_password-field textarea:active::-moz-placeholder,
.pmpro_form .pmpro_lost_password-field textarea:focus::-moz-placeholder,
.pmpro_form .pmpro_lost_password-field select:active::-moz-placeholder,
.pmpro_form .pmpro_lost_password-field select:focus::-moz-placeholder,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"]):active::-moz-placeholder,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"]):focus::-moz-placeholder,
.pmpro_form .pmpro_lost_password-field textarea:active::-moz-placeholder,
.pmpro_form .pmpro_lost_password-field textarea:focus::-moz-placeholder,
.pmpro_form .pmpro_lost_password-field select:active::-moz-placeholder,
.pmpro_form .pmpro_lost_password-field select:focus::-moz-placeholder,
.pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):active::-moz-placeholder,
.pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):focus::-moz-placeholder,
.pmpro_form .pmpro_lost_password-field-user_login textarea:active::-moz-placeholder,
.pmpro_form .pmpro_lost_password-field-user_login textarea:focus::-moz-placeholder,
.pmpro_form .pmpro_lost_password-field-user_login select:active::-moz-placeholder,
.pmpro_form .pmpro_lost_password-field-user_login select:focus::-moz-placeholder,
.pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):active::-moz-placeholder,
.pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):focus::-moz-placeholder,
.pmpro_form .pmpro_member_profile_edit-field textarea:active::-moz-placeholder,
.pmpro_form .pmpro_member_profile_edit-field textarea:focus::-moz-placeholder,
.pmpro_form .pmpro_member_profile_edit-field select:active::-moz-placeholder,
.pmpro_form .pmpro_member_profile_edit-field select:focus::-moz-placeholder,
.pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):active::-moz-placeholder,
.pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):focus::-moz-placeholder,
.pmpro_form .pmpro_member_profile_edit-field- textarea:active::-moz-placeholder,
.pmpro_form .pmpro_member_profile_edit-field- textarea:focus::-moz-placeholder,
.pmpro_form .pmpro_member_profile_edit-field- select:active::-moz-placeholder,
.pmpro_form .pmpro_member_profile_edit-field- select:focus::-moz-placeholder,
.pmpro_form .first_name input:not([type="submit"]):active::-moz-placeholder,
.pmpro_form .first_name input:not([type="submit"]):focus::-moz-placeholder,
.pmpro_form .first_name textarea:active::-moz-placeholder,
.pmpro_form .first_name textarea:focus::-moz-placeholder,
.pmpro_form .first_name select:active::-moz-placeholder,
.pmpro_form .first_name select:focus::-moz-placeholder,
.pmpro_form .pmpro_change_password-field input:not([type="submit"]):active::-moz-placeholder,
.pmpro_form .pmpro_change_password-field input:not([type="submit"]):focus::-moz-placeholder,
.pmpro_form .pmpro_change_password-field textarea:active::-moz-placeholder,
.pmpro_form .pmpro_change_password-field textarea:focus::-moz-placeholder,
.pmpro_form .pmpro_change_password-field select:active::-moz-placeholder,
.pmpro_form .pmpro_change_password-field select:focus::-moz-placeholder,
.pmpro_form .pmpro_checkout-field input:not([type="submit"]):active::-moz-placeholder,
.pmpro_form .pmpro_checkout-field input:not([type="submit"]):focus::-moz-placeholder,
.pmpro_form .pmpro_checkout-field textarea:active::-moz-placeholder,
.pmpro_form .pmpro_checkout-field textarea:focus::-moz-placeholder,
.pmpro_form .pmpro_checkout-field select:active::-moz-placeholder,
.pmpro_form .pmpro_checkout-field select:focus::-moz-placeholder,
.pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):active::-moz-placeholder,
.pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):focus::-moz-placeholder,
.pmpro_form .pmpro_checkout-field-username textarea:active::-moz-placeholder,
.pmpro_form .pmpro_checkout-field-username textarea:focus::-moz-placeholder,
.pmpro_form .pmpro_checkout-field-username select:active::-moz-placeholder,
.pmpro_form .pmpro_checkout-field-username select:focus::-moz-placeholder {
    color: #1c363b;
    opacity: 1
}

#loginform .login-username input:not([type="submit"]):active:-ms-input-placeholder,
#loginform .login-username input:not([type="submit"]):focus:-ms-input-placeholder,
#loginform .login-username textarea:active:-ms-input-placeholder,
#loginform .login-username textarea:focus:-ms-input-placeholder,
#loginform .login-username select:active:-ms-input-placeholder,
#loginform .login-username select:focus:-ms-input-placeholder,
#loginform .login-password input:not([type="submit"]):active:-ms-input-placeholder,
#loginform .login-password input:not([type="submit"]):focus:-ms-input-placeholder,
#loginform .login-password textarea:active:-ms-input-placeholder,
#loginform .login-password textarea:focus:-ms-input-placeholder,
#loginform .login-password select:active:-ms-input-placeholder,
#loginform .login-password select:focus:-ms-input-placeholder,
#loginform .pmpro_lost_password-field input:not([type="submit"]):active:-ms-input-placeholder,
#loginform .pmpro_lost_password-field input:not([type="submit"]):focus:-ms-input-placeholder,
#loginform .pmpro_lost_password-field textarea:active:-ms-input-placeholder,
#loginform .pmpro_lost_password-field textarea:focus:-ms-input-placeholder,
#loginform .pmpro_lost_password-field select:active:-ms-input-placeholder,
#loginform .pmpro_lost_password-field select:focus:-ms-input-placeholder,
#loginform .pmpro_lost_password-field input:not([type="submit"]):active:-ms-input-placeholder,
#loginform .pmpro_lost_password-field input:not([type="submit"]):focus:-ms-input-placeholder,
#loginform .pmpro_lost_password-field textarea:active:-ms-input-placeholder,
#loginform .pmpro_lost_password-field textarea:focus:-ms-input-placeholder,
#loginform .pmpro_lost_password-field select:active:-ms-input-placeholder,
#loginform .pmpro_lost_password-field select:focus:-ms-input-placeholder,
#loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):active:-ms-input-placeholder,
#loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):focus:-ms-input-placeholder,
#loginform .pmpro_lost_password-field-user_login textarea:active:-ms-input-placeholder,
#loginform .pmpro_lost_password-field-user_login textarea:focus:-ms-input-placeholder,
#loginform .pmpro_lost_password-field-user_login select:active:-ms-input-placeholder,
#loginform .pmpro_lost_password-field-user_login select:focus:-ms-input-placeholder,
#loginform .pmpro_member_profile_edit-field input:not([type="submit"]):active:-ms-input-placeholder,
#loginform .pmpro_member_profile_edit-field input:not([type="submit"]):focus:-ms-input-placeholder,
#loginform .pmpro_member_profile_edit-field textarea:active:-ms-input-placeholder,
#loginform .pmpro_member_profile_edit-field textarea:focus:-ms-input-placeholder,
#loginform .pmpro_member_profile_edit-field select:active:-ms-input-placeholder,
#loginform .pmpro_member_profile_edit-field select:focus:-ms-input-placeholder,
#loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):active:-ms-input-placeholder,
#loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):focus:-ms-input-placeholder,
#loginform .pmpro_member_profile_edit-field- textarea:active:-ms-input-placeholder,
#loginform .pmpro_member_profile_edit-field- textarea:focus:-ms-input-placeholder,
#loginform .pmpro_member_profile_edit-field- select:active:-ms-input-placeholder,
#loginform .pmpro_member_profile_edit-field- select:focus:-ms-input-placeholder,
#loginform .first_name input:not([type="submit"]):active:-ms-input-placeholder,
#loginform .first_name input:not([type="submit"]):focus:-ms-input-placeholder,
#loginform .first_name textarea:active:-ms-input-placeholder,
#loginform .first_name textarea:focus:-ms-input-placeholder,
#loginform .first_name select:active:-ms-input-placeholder,
#loginform .first_name select:focus:-ms-input-placeholder,
#loginform .pmpro_change_password-field input:not([type="submit"]):active:-ms-input-placeholder,
#loginform .pmpro_change_password-field input:not([type="submit"]):focus:-ms-input-placeholder,
#loginform .pmpro_change_password-field textarea:active:-ms-input-placeholder,
#loginform .pmpro_change_password-field textarea:focus:-ms-input-placeholder,
#loginform .pmpro_change_password-field select:active:-ms-input-placeholder,
#loginform .pmpro_change_password-field select:focus:-ms-input-placeholder,
#loginform .pmpro_checkout-field input:not([type="submit"]):active:-ms-input-placeholder,
#loginform .pmpro_checkout-field input:not([type="submit"]):focus:-ms-input-placeholder,
#loginform .pmpro_checkout-field textarea:active:-ms-input-placeholder,
#loginform .pmpro_checkout-field textarea:focus:-ms-input-placeholder,
#loginform .pmpro_checkout-field select:active:-ms-input-placeholder,
#loginform .pmpro_checkout-field select:focus:-ms-input-placeholder,
#loginform .pmpro_checkout-field-username input:not([type="submit"]):active:-ms-input-placeholder,
#loginform .pmpro_checkout-field-username input:not([type="submit"]):focus:-ms-input-placeholder,
#loginform .pmpro_checkout-field-username textarea:active:-ms-input-placeholder,
#loginform .pmpro_checkout-field-username textarea:focus:-ms-input-placeholder,
#loginform .pmpro_checkout-field-username select:active:-ms-input-placeholder,
#loginform .pmpro_checkout-field-username select:focus:-ms-input-placeholder,
.pmpro_form .login-username input:not([type="submit"]):active:-ms-input-placeholder,
.pmpro_form .login-username input:not([type="submit"]):focus:-ms-input-placeholder,
.pmpro_form .login-username textarea:active:-ms-input-placeholder,
.pmpro_form .login-username textarea:focus:-ms-input-placeholder,
.pmpro_form .login-username select:active:-ms-input-placeholder,
.pmpro_form .login-username select:focus:-ms-input-placeholder,
.pmpro_form .login-password input:not([type="submit"]):active:-ms-input-placeholder,
.pmpro_form .login-password input:not([type="submit"]):focus:-ms-input-placeholder,
.pmpro_form .login-password textarea:active:-ms-input-placeholder,
.pmpro_form .login-password textarea:focus:-ms-input-placeholder,
.pmpro_form .login-password select:active:-ms-input-placeholder,
.pmpro_form .login-password select:focus:-ms-input-placeholder,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"]):active:-ms-input-placeholder,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"]):focus:-ms-input-placeholder,
.pmpro_form .pmpro_lost_password-field textarea:active:-ms-input-placeholder,
.pmpro_form .pmpro_lost_password-field textarea:focus:-ms-input-placeholder,
.pmpro_form .pmpro_lost_password-field select:active:-ms-input-placeholder,
.pmpro_form .pmpro_lost_password-field select:focus:-ms-input-placeholder,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"]):active:-ms-input-placeholder,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"]):focus:-ms-input-placeholder,
.pmpro_form .pmpro_lost_password-field textarea:active:-ms-input-placeholder,
.pmpro_form .pmpro_lost_password-field textarea:focus:-ms-input-placeholder,
.pmpro_form .pmpro_lost_password-field select:active:-ms-input-placeholder,
.pmpro_form .pmpro_lost_password-field select:focus:-ms-input-placeholder,
.pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):active:-ms-input-placeholder,
.pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):focus:-ms-input-placeholder,
.pmpro_form .pmpro_lost_password-field-user_login textarea:active:-ms-input-placeholder,
.pmpro_form .pmpro_lost_password-field-user_login textarea:focus:-ms-input-placeholder,
.pmpro_form .pmpro_lost_password-field-user_login select:active:-ms-input-placeholder,
.pmpro_form .pmpro_lost_password-field-user_login select:focus:-ms-input-placeholder,
.pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):active:-ms-input-placeholder,
.pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):focus:-ms-input-placeholder,
.pmpro_form .pmpro_member_profile_edit-field textarea:active:-ms-input-placeholder,
.pmpro_form .pmpro_member_profile_edit-field textarea:focus:-ms-input-placeholder,
.pmpro_form .pmpro_member_profile_edit-field select:active:-ms-input-placeholder,
.pmpro_form .pmpro_member_profile_edit-field select:focus:-ms-input-placeholder,
.pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):active:-ms-input-placeholder,
.pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):focus:-ms-input-placeholder,
.pmpro_form .pmpro_member_profile_edit-field- textarea:active:-ms-input-placeholder,
.pmpro_form .pmpro_member_profile_edit-field- textarea:focus:-ms-input-placeholder,
.pmpro_form .pmpro_member_profile_edit-field- select:active:-ms-input-placeholder,
.pmpro_form .pmpro_member_profile_edit-field- select:focus:-ms-input-placeholder,
.pmpro_form .first_name input:not([type="submit"]):active:-ms-input-placeholder,
.pmpro_form .first_name input:not([type="submit"]):focus:-ms-input-placeholder,
.pmpro_form .first_name textarea:active:-ms-input-placeholder,
.pmpro_form .first_name textarea:focus:-ms-input-placeholder,
.pmpro_form .first_name select:active:-ms-input-placeholder,
.pmpro_form .first_name select:focus:-ms-input-placeholder,
.pmpro_form .pmpro_change_password-field input:not([type="submit"]):active:-ms-input-placeholder,
.pmpro_form .pmpro_change_password-field input:not([type="submit"]):focus:-ms-input-placeholder,
.pmpro_form .pmpro_change_password-field textarea:active:-ms-input-placeholder,
.pmpro_form .pmpro_change_password-field textarea:focus:-ms-input-placeholder,
.pmpro_form .pmpro_change_password-field select:active:-ms-input-placeholder,
.pmpro_form .pmpro_change_password-field select:focus:-ms-input-placeholder,
.pmpro_form .pmpro_checkout-field input:not([type="submit"]):active:-ms-input-placeholder,
.pmpro_form .pmpro_checkout-field input:not([type="submit"]):focus:-ms-input-placeholder,
.pmpro_form .pmpro_checkout-field textarea:active:-ms-input-placeholder,
.pmpro_form .pmpro_checkout-field textarea:focus:-ms-input-placeholder,
.pmpro_form .pmpro_checkout-field select:active:-ms-input-placeholder,
.pmpro_form .pmpro_checkout-field select:focus:-ms-input-placeholder,
.pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):active:-ms-input-placeholder,
.pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):focus:-ms-input-placeholder,
.pmpro_form .pmpro_checkout-field-username textarea:active:-ms-input-placeholder,
.pmpro_form .pmpro_checkout-field-username textarea:focus:-ms-input-placeholder,
.pmpro_form .pmpro_checkout-field-username select:active:-ms-input-placeholder,
.pmpro_form .pmpro_checkout-field-username select:focus:-ms-input-placeholder {
    color: #1c363b;
    opacity: 1
}

#loginform .login-username input:not([type="submit"]):-webkit-autofill,
#loginform .login-username input:not([type="submit"]):-webkit-autofill:hover,
#loginform .login-username input:not([type="submit"]):-webkit-autofill:focus,
#loginform .login-username input:not([type="submit"]):-webkit-autofill,
#loginform .login-username input:not([type="submit"]):-webkit-autofill:hover,
#loginform .login-username input:not([type="submit"]):-webkit-autofill:focus,
#loginform .login-username input:not([type="submit"]):-webkit-autofill,
#loginform .login-username input:not([type="submit"]):-webkit-autofill:hover,
#loginform .login-username input:not([type="submit"]):-webkit-autofill:focus,
#loginform .login-username textarea:-webkit-autofill,
#loginform .login-username textarea:-webkit-autofill:hover,
#loginform .login-username textarea:-webkit-autofill:focus,
#loginform .login-username textarea:-webkit-autofill,
#loginform .login-username textarea:-webkit-autofill:hover,
#loginform .login-username textarea:-webkit-autofill:focus,
#loginform .login-username textarea:-webkit-autofill,
#loginform .login-username textarea:-webkit-autofill:hover,
#loginform .login-username textarea:-webkit-autofill:focus,
#loginform .login-username select:-webkit-autofill,
#loginform .login-username select:-webkit-autofill:hover,
#loginform .login-username select:-webkit-autofill:focus,
#loginform .login-username select:-webkit-autofill,
#loginform .login-username select:-webkit-autofill:hover,
#loginform .login-username select:-webkit-autofill:focus,
#loginform .login-username select:-webkit-autofill,
#loginform .login-username select:-webkit-autofill:hover,
#loginform .login-username select:-webkit-autofill:focus,
#loginform .login-password input:not([type="submit"]):-webkit-autofill,
#loginform .login-password input:not([type="submit"]):-webkit-autofill:hover,
#loginform .login-password input:not([type="submit"]):-webkit-autofill:focus,
#loginform .login-password input:not([type="submit"]):-webkit-autofill,
#loginform .login-password input:not([type="submit"]):-webkit-autofill:hover,
#loginform .login-password input:not([type="submit"]):-webkit-autofill:focus,
#loginform .login-password input:not([type="submit"]):-webkit-autofill,
#loginform .login-password input:not([type="submit"]):-webkit-autofill:hover,
#loginform .login-password input:not([type="submit"]):-webkit-autofill:focus,
#loginform .login-password textarea:-webkit-autofill,
#loginform .login-password textarea:-webkit-autofill:hover,
#loginform .login-password textarea:-webkit-autofill:focus,
#loginform .login-password textarea:-webkit-autofill,
#loginform .login-password textarea:-webkit-autofill:hover,
#loginform .login-password textarea:-webkit-autofill:focus,
#loginform .login-password textarea:-webkit-autofill,
#loginform .login-password textarea:-webkit-autofill:hover,
#loginform .login-password textarea:-webkit-autofill:focus,
#loginform .login-password select:-webkit-autofill,
#loginform .login-password select:-webkit-autofill:hover,
#loginform .login-password select:-webkit-autofill:focus,
#loginform .login-password select:-webkit-autofill,
#loginform .login-password select:-webkit-autofill:hover,
#loginform .login-password select:-webkit-autofill:focus,
#loginform .login-password select:-webkit-autofill,
#loginform .login-password select:-webkit-autofill:hover,
#loginform .login-password select:-webkit-autofill:focus,
#loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill,
#loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:hover,
#loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:focus,
#loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill,
#loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:hover,
#loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:focus,
#loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill,
#loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:hover,
#loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:focus,
#loginform .pmpro_lost_password-field textarea:-webkit-autofill,
#loginform .pmpro_lost_password-field textarea:-webkit-autofill:hover,
#loginform .pmpro_lost_password-field textarea:-webkit-autofill:focus,
#loginform .pmpro_lost_password-field textarea:-webkit-autofill,
#loginform .pmpro_lost_password-field textarea:-webkit-autofill:hover,
#loginform .pmpro_lost_password-field textarea:-webkit-autofill:focus,
#loginform .pmpro_lost_password-field textarea:-webkit-autofill,
#loginform .pmpro_lost_password-field textarea:-webkit-autofill:hover,
#loginform .pmpro_lost_password-field textarea:-webkit-autofill:focus,
#loginform .pmpro_lost_password-field select:-webkit-autofill,
#loginform .pmpro_lost_password-field select:-webkit-autofill:hover,
#loginform .pmpro_lost_password-field select:-webkit-autofill:focus,
#loginform .pmpro_lost_password-field select:-webkit-autofill,
#loginform .pmpro_lost_password-field select:-webkit-autofill:hover,
#loginform .pmpro_lost_password-field select:-webkit-autofill:focus,
#loginform .pmpro_lost_password-field select:-webkit-autofill,
#loginform .pmpro_lost_password-field select:-webkit-autofill:hover,
#loginform .pmpro_lost_password-field select:-webkit-autofill:focus,
#loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill,
#loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:hover,
#loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:focus,
#loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill,
#loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:hover,
#loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:focus,
#loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill,
#loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:hover,
#loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:focus,
#loginform .pmpro_lost_password-field textarea:-webkit-autofill,
#loginform .pmpro_lost_password-field textarea:-webkit-autofill:hover,
#loginform .pmpro_lost_password-field textarea:-webkit-autofill:focus,
#loginform .pmpro_lost_password-field textarea:-webkit-autofill,
#loginform .pmpro_lost_password-field textarea:-webkit-autofill:hover,
#loginform .pmpro_lost_password-field textarea:-webkit-autofill:focus,
#loginform .pmpro_lost_password-field textarea:-webkit-autofill,
#loginform .pmpro_lost_password-field textarea:-webkit-autofill:hover,
#loginform .pmpro_lost_password-field textarea:-webkit-autofill:focus,
#loginform .pmpro_lost_password-field select:-webkit-autofill,
#loginform .pmpro_lost_password-field select:-webkit-autofill:hover,
#loginform .pmpro_lost_password-field select:-webkit-autofill:focus,
#loginform .pmpro_lost_password-field select:-webkit-autofill,
#loginform .pmpro_lost_password-field select:-webkit-autofill:hover,
#loginform .pmpro_lost_password-field select:-webkit-autofill:focus,
#loginform .pmpro_lost_password-field select:-webkit-autofill,
#loginform .pmpro_lost_password-field select:-webkit-autofill:hover,
#loginform .pmpro_lost_password-field select:-webkit-autofill:focus,
#loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill,
#loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill:hover,
#loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill:focus,
#loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill,
#loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill:hover,
#loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill:focus,
#loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill,
#loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill:hover,
#loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill:focus,
#loginform .pmpro_lost_password-field-user_login textarea:-webkit-autofill,
#loginform .pmpro_lost_password-field-user_login textarea:-webkit-autofill:hover,
#loginform .pmpro_lost_password-field-user_login textarea:-webkit-autofill:focus,
#loginform .pmpro_lost_password-field-user_login textarea:-webkit-autofill,
#loginform .pmpro_lost_password-field-user_login textarea:-webkit-autofill:hover,
#loginform .pmpro_lost_password-field-user_login textarea:-webkit-autofill:focus,
#loginform .pmpro_lost_password-field-user_login textarea:-webkit-autofill,
#loginform .pmpro_lost_password-field-user_login textarea:-webkit-autofill:hover,
#loginform .pmpro_lost_password-field-user_login textarea:-webkit-autofill:focus,
#loginform .pmpro_lost_password-field-user_login select:-webkit-autofill,
#loginform .pmpro_lost_password-field-user_login select:-webkit-autofill:hover,
#loginform .pmpro_lost_password-field-user_login select:-webkit-autofill:focus,
#loginform .pmpro_lost_password-field-user_login select:-webkit-autofill,
#loginform .pmpro_lost_password-field-user_login select:-webkit-autofill:hover,
#loginform .pmpro_lost_password-field-user_login select:-webkit-autofill:focus,
#loginform .pmpro_lost_password-field-user_login select:-webkit-autofill,
#loginform .pmpro_lost_password-field-user_login select:-webkit-autofill:hover,
#loginform .pmpro_lost_password-field-user_login select:-webkit-autofill:focus,
#loginform .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill,
#loginform .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill:hover,
#loginform .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill:focus,
#loginform .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill,
#loginform .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill:hover,
#loginform .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill:focus,
#loginform .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill,
#loginform .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill:hover,
#loginform .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill:focus,
#loginform .pmpro_member_profile_edit-field textarea:-webkit-autofill,
#loginform .pmpro_member_profile_edit-field textarea:-webkit-autofill:hover,
#loginform .pmpro_member_profile_edit-field textarea:-webkit-autofill:focus,
#loginform .pmpro_member_profile_edit-field textarea:-webkit-autofill,
#loginform .pmpro_member_profile_edit-field textarea:-webkit-autofill:hover,
#loginform .pmpro_member_profile_edit-field textarea:-webkit-autofill:focus,
#loginform .pmpro_member_profile_edit-field textarea:-webkit-autofill,
#loginform .pmpro_member_profile_edit-field textarea:-webkit-autofill:hover,
#loginform .pmpro_member_profile_edit-field textarea:-webkit-autofill:focus,
#loginform .pmpro_member_profile_edit-field select:-webkit-autofill,
#loginform .pmpro_member_profile_edit-field select:-webkit-autofill:hover,
#loginform .pmpro_member_profile_edit-field select:-webkit-autofill:focus,
#loginform .pmpro_member_profile_edit-field select:-webkit-autofill,
#loginform .pmpro_member_profile_edit-field select:-webkit-autofill:hover,
#loginform .pmpro_member_profile_edit-field select:-webkit-autofill:focus,
#loginform .pmpro_member_profile_edit-field select:-webkit-autofill,
#loginform .pmpro_member_profile_edit-field select:-webkit-autofill:hover,
#loginform .pmpro_member_profile_edit-field select:-webkit-autofill:focus,
#loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill,
#loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill:hover,
#loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill:focus,
#loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill,
#loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill:hover,
#loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill:focus,
#loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill,
#loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill:hover,
#loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill:focus,
#loginform .pmpro_member_profile_edit-field- textarea:-webkit-autofill,
#loginform .pmpro_member_profile_edit-field- textarea:-webkit-autofill:hover,
#loginform .pmpro_member_profile_edit-field- textarea:-webkit-autofill:focus,
#loginform .pmpro_member_profile_edit-field- textarea:-webkit-autofill,
#loginform .pmpro_member_profile_edit-field- textarea:-webkit-autofill:hover,
#loginform .pmpro_member_profile_edit-field- textarea:-webkit-autofill:focus,
#loginform .pmpro_member_profile_edit-field- textarea:-webkit-autofill,
#loginform .pmpro_member_profile_edit-field- textarea:-webkit-autofill:hover,
#loginform .pmpro_member_profile_edit-field- textarea:-webkit-autofill:focus,
#loginform .pmpro_member_profile_edit-field- select:-webkit-autofill,
#loginform .pmpro_member_profile_edit-field- select:-webkit-autofill:hover,
#loginform .pmpro_member_profile_edit-field- select:-webkit-autofill:focus,
#loginform .pmpro_member_profile_edit-field- select:-webkit-autofill,
#loginform .pmpro_member_profile_edit-field- select:-webkit-autofill:hover,
#loginform .pmpro_member_profile_edit-field- select:-webkit-autofill:focus,
#loginform .pmpro_member_profile_edit-field- select:-webkit-autofill,
#loginform .pmpro_member_profile_edit-field- select:-webkit-autofill:hover,
#loginform .pmpro_member_profile_edit-field- select:-webkit-autofill:focus,
#loginform .first_name input:not([type="submit"]):-webkit-autofill,
#loginform .first_name input:not([type="submit"]):-webkit-autofill:hover,
#loginform .first_name input:not([type="submit"]):-webkit-autofill:focus,
#loginform .first_name input:not([type="submit"]):-webkit-autofill,
#loginform .first_name input:not([type="submit"]):-webkit-autofill:hover,
#loginform .first_name input:not([type="submit"]):-webkit-autofill:focus,
#loginform .first_name input:not([type="submit"]):-webkit-autofill,
#loginform .first_name input:not([type="submit"]):-webkit-autofill:hover,
#loginform .first_name input:not([type="submit"]):-webkit-autofill:focus,
#loginform .first_name textarea:-webkit-autofill,
#loginform .first_name textarea:-webkit-autofill:hover,
#loginform .first_name textarea:-webkit-autofill:focus,
#loginform .first_name textarea:-webkit-autofill,
#loginform .first_name textarea:-webkit-autofill:hover,
#loginform .first_name textarea:-webkit-autofill:focus,
#loginform .first_name textarea:-webkit-autofill,
#loginform .first_name textarea:-webkit-autofill:hover,
#loginform .first_name textarea:-webkit-autofill:focus,
#loginform .first_name select:-webkit-autofill,
#loginform .first_name select:-webkit-autofill:hover,
#loginform .first_name select:-webkit-autofill:focus,
#loginform .first_name select:-webkit-autofill,
#loginform .first_name select:-webkit-autofill:hover,
#loginform .first_name select:-webkit-autofill:focus,
#loginform .first_name select:-webkit-autofill,
#loginform .first_name select:-webkit-autofill:hover,
#loginform .first_name select:-webkit-autofill:focus,
#loginform .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill,
#loginform .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill:hover,
#loginform .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill:focus,
#loginform .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill,
#loginform .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill:hover,
#loginform .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill:focus,
#loginform .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill,
#loginform .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill:hover,
#loginform .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill:focus,
#loginform .pmpro_change_password-field textarea:-webkit-autofill,
#loginform .pmpro_change_password-field textarea:-webkit-autofill:hover,
#loginform .pmpro_change_password-field textarea:-webkit-autofill:focus,
#loginform .pmpro_change_password-field textarea:-webkit-autofill,
#loginform .pmpro_change_password-field textarea:-webkit-autofill:hover,
#loginform .pmpro_change_password-field textarea:-webkit-autofill:focus,
#loginform .pmpro_change_password-field textarea:-webkit-autofill,
#loginform .pmpro_change_password-field textarea:-webkit-autofill:hover,
#loginform .pmpro_change_password-field textarea:-webkit-autofill:focus,
#loginform .pmpro_change_password-field select:-webkit-autofill,
#loginform .pmpro_change_password-field select:-webkit-autofill:hover,
#loginform .pmpro_change_password-field select:-webkit-autofill:focus,
#loginform .pmpro_change_password-field select:-webkit-autofill,
#loginform .pmpro_change_password-field select:-webkit-autofill:hover,
#loginform .pmpro_change_password-field select:-webkit-autofill:focus,
#loginform .pmpro_change_password-field select:-webkit-autofill,
#loginform .pmpro_change_password-field select:-webkit-autofill:hover,
#loginform .pmpro_change_password-field select:-webkit-autofill:focus,
#loginform .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill,
#loginform .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill:hover,
#loginform .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill:focus,
#loginform .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill,
#loginform .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill:hover,
#loginform .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill:focus,
#loginform .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill,
#loginform .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill:hover,
#loginform .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill:focus,
#loginform .pmpro_checkout-field textarea:-webkit-autofill,
#loginform .pmpro_checkout-field textarea:-webkit-autofill:hover,
#loginform .pmpro_checkout-field textarea:-webkit-autofill:focus,
#loginform .pmpro_checkout-field textarea:-webkit-autofill,
#loginform .pmpro_checkout-field textarea:-webkit-autofill:hover,
#loginform .pmpro_checkout-field textarea:-webkit-autofill:focus,
#loginform .pmpro_checkout-field textarea:-webkit-autofill,
#loginform .pmpro_checkout-field textarea:-webkit-autofill:hover,
#loginform .pmpro_checkout-field textarea:-webkit-autofill:focus,
#loginform .pmpro_checkout-field select:-webkit-autofill,
#loginform .pmpro_checkout-field select:-webkit-autofill:hover,
#loginform .pmpro_checkout-field select:-webkit-autofill:focus,
#loginform .pmpro_checkout-field select:-webkit-autofill,
#loginform .pmpro_checkout-field select:-webkit-autofill:hover,
#loginform .pmpro_checkout-field select:-webkit-autofill:focus,
#loginform .pmpro_checkout-field select:-webkit-autofill,
#loginform .pmpro_checkout-field select:-webkit-autofill:hover,
#loginform .pmpro_checkout-field select:-webkit-autofill:focus,
#loginform .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill,
#loginform .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill:hover,
#loginform .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill:focus,
#loginform .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill,
#loginform .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill:hover,
#loginform .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill:focus,
#loginform .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill,
#loginform .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill:hover,
#loginform .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill:focus,
#loginform .pmpro_checkout-field-username textarea:-webkit-autofill,
#loginform .pmpro_checkout-field-username textarea:-webkit-autofill:hover,
#loginform .pmpro_checkout-field-username textarea:-webkit-autofill:focus,
#loginform .pmpro_checkout-field-username textarea:-webkit-autofill,
#loginform .pmpro_checkout-field-username textarea:-webkit-autofill:hover,
#loginform .pmpro_checkout-field-username textarea:-webkit-autofill:focus,
#loginform .pmpro_checkout-field-username textarea:-webkit-autofill,
#loginform .pmpro_checkout-field-username textarea:-webkit-autofill:hover,
#loginform .pmpro_checkout-field-username textarea:-webkit-autofill:focus,
#loginform .pmpro_checkout-field-username select:-webkit-autofill,
#loginform .pmpro_checkout-field-username select:-webkit-autofill:hover,
#loginform .pmpro_checkout-field-username select:-webkit-autofill:focus,
#loginform .pmpro_checkout-field-username select:-webkit-autofill,
#loginform .pmpro_checkout-field-username select:-webkit-autofill:hover,
#loginform .pmpro_checkout-field-username select:-webkit-autofill:focus,
#loginform .pmpro_checkout-field-username select:-webkit-autofill,
#loginform .pmpro_checkout-field-username select:-webkit-autofill:hover,
#loginform .pmpro_checkout-field-username select:-webkit-autofill:focus,
.pmpro_form .login-username input:not([type="submit"]):-webkit-autofill,
.pmpro_form .login-username input:not([type="submit"]):-webkit-autofill:hover,
.pmpro_form .login-username input:not([type="submit"]):-webkit-autofill:focus,
.pmpro_form .login-username input:not([type="submit"]):-webkit-autofill,
.pmpro_form .login-username input:not([type="submit"]):-webkit-autofill:hover,
.pmpro_form .login-username input:not([type="submit"]):-webkit-autofill:focus,
.pmpro_form .login-username input:not([type="submit"]):-webkit-autofill,
.pmpro_form .login-username input:not([type="submit"]):-webkit-autofill:hover,
.pmpro_form .login-username input:not([type="submit"]):-webkit-autofill:focus,
.pmpro_form .login-username textarea:-webkit-autofill,
.pmpro_form .login-username textarea:-webkit-autofill:hover,
.pmpro_form .login-username textarea:-webkit-autofill:focus,
.pmpro_form .login-username textarea:-webkit-autofill,
.pmpro_form .login-username textarea:-webkit-autofill:hover,
.pmpro_form .login-username textarea:-webkit-autofill:focus,
.pmpro_form .login-username textarea:-webkit-autofill,
.pmpro_form .login-username textarea:-webkit-autofill:hover,
.pmpro_form .login-username textarea:-webkit-autofill:focus,
.pmpro_form .login-username select:-webkit-autofill,
.pmpro_form .login-username select:-webkit-autofill:hover,
.pmpro_form .login-username select:-webkit-autofill:focus,
.pmpro_form .login-username select:-webkit-autofill,
.pmpro_form .login-username select:-webkit-autofill:hover,
.pmpro_form .login-username select:-webkit-autofill:focus,
.pmpro_form .login-username select:-webkit-autofill,
.pmpro_form .login-username select:-webkit-autofill:hover,
.pmpro_form .login-username select:-webkit-autofill:focus,
.pmpro_form .login-password input:not([type="submit"]):-webkit-autofill,
.pmpro_form .login-password input:not([type="submit"]):-webkit-autofill:hover,
.pmpro_form .login-password input:not([type="submit"]):-webkit-autofill:focus,
.pmpro_form .login-password input:not([type="submit"]):-webkit-autofill,
.pmpro_form .login-password input:not([type="submit"]):-webkit-autofill:hover,
.pmpro_form .login-password input:not([type="submit"]):-webkit-autofill:focus,
.pmpro_form .login-password input:not([type="submit"]):-webkit-autofill,
.pmpro_form .login-password input:not([type="submit"]):-webkit-autofill:hover,
.pmpro_form .login-password input:not([type="submit"]):-webkit-autofill:focus,
.pmpro_form .login-password textarea:-webkit-autofill,
.pmpro_form .login-password textarea:-webkit-autofill:hover,
.pmpro_form .login-password textarea:-webkit-autofill:focus,
.pmpro_form .login-password textarea:-webkit-autofill,
.pmpro_form .login-password textarea:-webkit-autofill:hover,
.pmpro_form .login-password textarea:-webkit-autofill:focus,
.pmpro_form .login-password textarea:-webkit-autofill,
.pmpro_form .login-password textarea:-webkit-autofill:hover,
.pmpro_form .login-password textarea:-webkit-autofill:focus,
.pmpro_form .login-password select:-webkit-autofill,
.pmpro_form .login-password select:-webkit-autofill:hover,
.pmpro_form .login-password select:-webkit-autofill:focus,
.pmpro_form .login-password select:-webkit-autofill,
.pmpro_form .login-password select:-webkit-autofill:hover,
.pmpro_form .login-password select:-webkit-autofill:focus,
.pmpro_form .login-password select:-webkit-autofill,
.pmpro_form .login-password select:-webkit-autofill:hover,
.pmpro_form .login-password select:-webkit-autofill:focus,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:hover,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:focus,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:hover,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:focus,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:hover,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:focus,
.pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill,
.pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill:hover,
.pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill:focus,
.pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill,
.pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill:hover,
.pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill:focus,
.pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill,
.pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill:hover,
.pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill:focus,
.pmpro_form .pmpro_lost_password-field select:-webkit-autofill,
.pmpro_form .pmpro_lost_password-field select:-webkit-autofill:hover,
.pmpro_form .pmpro_lost_password-field select:-webkit-autofill:focus,
.pmpro_form .pmpro_lost_password-field select:-webkit-autofill,
.pmpro_form .pmpro_lost_password-field select:-webkit-autofill:hover,
.pmpro_form .pmpro_lost_password-field select:-webkit-autofill:focus,
.pmpro_form .pmpro_lost_password-field select:-webkit-autofill,
.pmpro_form .pmpro_lost_password-field select:-webkit-autofill:hover,
.pmpro_form .pmpro_lost_password-field select:-webkit-autofill:focus,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:hover,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:focus,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:hover,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:focus,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:hover,
.pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:focus,
.pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill,
.pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill:hover,
.pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill:focus,
.pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill,
.pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill:hover,
.pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill:focus,
.pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill,
.pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill:hover,
.pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill:focus,
.pmpro_form .pmpro_lost_password-field select:-webkit-autofill,
.pmpro_form .pmpro_lost_password-field select:-webkit-autofill:hover,
.pmpro_form .pmpro_lost_password-field select:-webkit-autofill:focus,
.pmpro_form .pmpro_lost_password-field select:-webkit-autofill,
.pmpro_form .pmpro_lost_password-field select:-webkit-autofill:hover,
.pmpro_form .pmpro_lost_password-field select:-webkit-autofill:focus,
.pmpro_form .pmpro_lost_password-field select:-webkit-autofill,
.pmpro_form .pmpro_lost_password-field select:-webkit-autofill:hover,
.pmpro_form .pmpro_lost_password-field select:-webkit-autofill:focus,
.pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill,
.pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill:hover,
.pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill:focus,
.pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill,
.pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill:hover,
.pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill:focus,
.pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill,
.pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill:hover,
.pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill:focus,
.pmpro_form .pmpro_lost_password-field-user_login textarea:-webkit-autofill,
.pmpro_form .pmpro_lost_password-field-user_login textarea:-webkit-autofill:hover,
.pmpro_form .pmpro_lost_password-field-user_login textarea:-webkit-autofill:focus,
.pmpro_form .pmpro_lost_password-field-user_login textarea:-webkit-autofill,
.pmpro_form .pmpro_lost_password-field-user_login textarea:-webkit-autofill:hover,
.pmpro_form .pmpro_lost_password-field-user_login textarea:-webkit-autofill:focus,
.pmpro_form .pmpro_lost_password-field-user_login textarea:-webkit-autofill,
.pmpro_form .pmpro_lost_password-field-user_login textarea:-webkit-autofill:hover,
.pmpro_form .pmpro_lost_password-field-user_login textarea:-webkit-autofill:focus,
.pmpro_form .pmpro_lost_password-field-user_login select:-webkit-autofill,
.pmpro_form .pmpro_lost_password-field-user_login select:-webkit-autofill:hover,
.pmpro_form .pmpro_lost_password-field-user_login select:-webkit-autofill:focus,
.pmpro_form .pmpro_lost_password-field-user_login select:-webkit-autofill,
.pmpro_form .pmpro_lost_password-field-user_login select:-webkit-autofill:hover,
.pmpro_form .pmpro_lost_password-field-user_login select:-webkit-autofill:focus,
.pmpro_form .pmpro_lost_password-field-user_login select:-webkit-autofill,
.pmpro_form .pmpro_lost_password-field-user_login select:-webkit-autofill:hover,
.pmpro_form .pmpro_lost_password-field-user_login select:-webkit-autofill:focus,
.pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill,
.pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill:hover,
.pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill:focus,
.pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill,
.pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill:hover,
.pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill:focus,
.pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill,
.pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill:hover,
.pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill:focus,
.pmpro_form .pmpro_member_profile_edit-field textarea:-webkit-autofill,
.pmpro_form .pmpro_member_profile_edit-field textarea:-webkit-autofill:hover,
.pmpro_form .pmpro_member_profile_edit-field textarea:-webkit-autofill:focus,
.pmpro_form .pmpro_member_profile_edit-field textarea:-webkit-autofill,
.pmpro_form .pmpro_member_profile_edit-field textarea:-webkit-autofill:hover,
.pmpro_form .pmpro_member_profile_edit-field textarea:-webkit-autofill:focus,
.pmpro_form .pmpro_member_profile_edit-field textarea:-webkit-autofill,
.pmpro_form .pmpro_member_profile_edit-field textarea:-webkit-autofill:hover,
.pmpro_form .pmpro_member_profile_edit-field textarea:-webkit-autofill:focus,
.pmpro_form .pmpro_member_profile_edit-field select:-webkit-autofill,
.pmpro_form .pmpro_member_profile_edit-field select:-webkit-autofill:hover,
.pmpro_form .pmpro_member_profile_edit-field select:-webkit-autofill:focus,
.pmpro_form .pmpro_member_profile_edit-field select:-webkit-autofill,
.pmpro_form .pmpro_member_profile_edit-field select:-webkit-autofill:hover,
.pmpro_form .pmpro_member_profile_edit-field select:-webkit-autofill:focus,
.pmpro_form .pmpro_member_profile_edit-field select:-webkit-autofill,
.pmpro_form .pmpro_member_profile_edit-field select:-webkit-autofill:hover,
.pmpro_form .pmpro_member_profile_edit-field select:-webkit-autofill:focus,
.pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill,
.pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill:hover,
.pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill:focus,
.pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill,
.pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill:hover,
.pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill:focus,
.pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill,
.pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill:hover,
.pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill:focus,
.pmpro_form .pmpro_member_profile_edit-field- textarea:-webkit-autofill,
.pmpro_form .pmpro_member_profile_edit-field- textarea:-webkit-autofill:hover,
.pmpro_form .pmpro_member_profile_edit-field- textarea:-webkit-autofill:focus,
.pmpro_form .pmpro_member_profile_edit-field- textarea:-webkit-autofill,
.pmpro_form .pmpro_member_profile_edit-field- textarea:-webkit-autofill:hover,
.pmpro_form .pmpro_member_profile_edit-field- textarea:-webkit-autofill:focus,
.pmpro_form .pmpro_member_profile_edit-field- textarea:-webkit-autofill,
.pmpro_form .pmpro_member_profile_edit-field- textarea:-webkit-autofill:hover,
.pmpro_form .pmpro_member_profile_edit-field- textarea:-webkit-autofill:focus,
.pmpro_form .pmpro_member_profile_edit-field- select:-webkit-autofill,
.pmpro_form .pmpro_member_profile_edit-field- select:-webkit-autofill:hover,
.pmpro_form .pmpro_member_profile_edit-field- select:-webkit-autofill:focus,
.pmpro_form .pmpro_member_profile_edit-field- select:-webkit-autofill,
.pmpro_form .pmpro_member_profile_edit-field- select:-webkit-autofill:hover,
.pmpro_form .pmpro_member_profile_edit-field- select:-webkit-autofill:focus,
.pmpro_form .pmpro_member_profile_edit-field- select:-webkit-autofill,
.pmpro_form .pmpro_member_profile_edit-field- select:-webkit-autofill:hover,
.pmpro_form .pmpro_member_profile_edit-field- select:-webkit-autofill:focus,
.pmpro_form .first_name input:not([type="submit"]):-webkit-autofill,
.pmpro_form .first_name input:not([type="submit"]):-webkit-autofill:hover,
.pmpro_form .first_name input:not([type="submit"]):-webkit-autofill:focus,
.pmpro_form .first_name input:not([type="submit"]):-webkit-autofill,
.pmpro_form .first_name input:not([type="submit"]):-webkit-autofill:hover,
.pmpro_form .first_name input:not([type="submit"]):-webkit-autofill:focus,
.pmpro_form .first_name input:not([type="submit"]):-webkit-autofill,
.pmpro_form .first_name input:not([type="submit"]):-webkit-autofill:hover,
.pmpro_form .first_name input:not([type="submit"]):-webkit-autofill:focus,
.pmpro_form .first_name textarea:-webkit-autofill,
.pmpro_form .first_name textarea:-webkit-autofill:hover,
.pmpro_form .first_name textarea:-webkit-autofill:focus,
.pmpro_form .first_name textarea:-webkit-autofill,
.pmpro_form .first_name textarea:-webkit-autofill:hover,
.pmpro_form .first_name textarea:-webkit-autofill:focus,
.pmpro_form .first_name textarea:-webkit-autofill,
.pmpro_form .first_name textarea:-webkit-autofill:hover,
.pmpro_form .first_name textarea:-webkit-autofill:focus,
.pmpro_form .first_name select:-webkit-autofill,
.pmpro_form .first_name select:-webkit-autofill:hover,
.pmpro_form .first_name select:-webkit-autofill:focus,
.pmpro_form .first_name select:-webkit-autofill,
.pmpro_form .first_name select:-webkit-autofill:hover,
.pmpro_form .first_name select:-webkit-autofill:focus,
.pmpro_form .first_name select:-webkit-autofill,
.pmpro_form .first_name select:-webkit-autofill:hover,
.pmpro_form .first_name select:-webkit-autofill:focus,
.pmpro_form .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill,
.pmpro_form .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill:hover,
.pmpro_form .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill:focus,
.pmpro_form .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill,
.pmpro_form .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill:hover,
.pmpro_form .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill:focus,
.pmpro_form .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill,
.pmpro_form .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill:hover,
.pmpro_form .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill:focus,
.pmpro_form .pmpro_change_password-field textarea:-webkit-autofill,
.pmpro_form .pmpro_change_password-field textarea:-webkit-autofill:hover,
.pmpro_form .pmpro_change_password-field textarea:-webkit-autofill:focus,
.pmpro_form .pmpro_change_password-field textarea:-webkit-autofill,
.pmpro_form .pmpro_change_password-field textarea:-webkit-autofill:hover,
.pmpro_form .pmpro_change_password-field textarea:-webkit-autofill:focus,
.pmpro_form .pmpro_change_password-field textarea:-webkit-autofill,
.pmpro_form .pmpro_change_password-field textarea:-webkit-autofill:hover,
.pmpro_form .pmpro_change_password-field textarea:-webkit-autofill:focus,
.pmpro_form .pmpro_change_password-field select:-webkit-autofill,
.pmpro_form .pmpro_change_password-field select:-webkit-autofill:hover,
.pmpro_form .pmpro_change_password-field select:-webkit-autofill:focus,
.pmpro_form .pmpro_change_password-field select:-webkit-autofill,
.pmpro_form .pmpro_change_password-field select:-webkit-autofill:hover,
.pmpro_form .pmpro_change_password-field select:-webkit-autofill:focus,
.pmpro_form .pmpro_change_password-field select:-webkit-autofill,
.pmpro_form .pmpro_change_password-field select:-webkit-autofill:hover,
.pmpro_form .pmpro_change_password-field select:-webkit-autofill:focus,
.pmpro_form .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill,
.pmpro_form .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill:hover,
.pmpro_form .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill:focus,
.pmpro_form .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill,
.pmpro_form .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill:hover,
.pmpro_form .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill:focus,
.pmpro_form .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill,
.pmpro_form .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill:hover,
.pmpro_form .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill:focus,
.pmpro_form .pmpro_checkout-field textarea:-webkit-autofill,
.pmpro_form .pmpro_checkout-field textarea:-webkit-autofill:hover,
.pmpro_form .pmpro_checkout-field textarea:-webkit-autofill:focus,
.pmpro_form .pmpro_checkout-field textarea:-webkit-autofill,
.pmpro_form .pmpro_checkout-field textarea:-webkit-autofill:hover,
.pmpro_form .pmpro_checkout-field textarea:-webkit-autofill:focus,
.pmpro_form .pmpro_checkout-field textarea:-webkit-autofill,
.pmpro_form .pmpro_checkout-field textarea:-webkit-autofill:hover,
.pmpro_form .pmpro_checkout-field textarea:-webkit-autofill:focus,
.pmpro_form .pmpro_checkout-field select:-webkit-autofill,
.pmpro_form .pmpro_checkout-field select:-webkit-autofill:hover,
.pmpro_form .pmpro_checkout-field select:-webkit-autofill:focus,
.pmpro_form .pmpro_checkout-field select:-webkit-autofill,
.pmpro_form .pmpro_checkout-field select:-webkit-autofill:hover,
.pmpro_form .pmpro_checkout-field select:-webkit-autofill:focus,
.pmpro_form .pmpro_checkout-field select:-webkit-autofill,
.pmpro_form .pmpro_checkout-field select:-webkit-autofill:hover,
.pmpro_form .pmpro_checkout-field select:-webkit-autofill:focus,
.pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill,
.pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill:hover,
.pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill:focus,
.pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill,
.pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill:hover,
.pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill:focus,
.pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill,
.pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill:hover,
.pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill:focus,
.pmpro_form .pmpro_checkout-field-username textarea:-webkit-autofill,
.pmpro_form .pmpro_checkout-field-username textarea:-webkit-autofill:hover,
.pmpro_form .pmpro_checkout-field-username textarea:-webkit-autofill:focus,
.pmpro_form .pmpro_checkout-field-username textarea:-webkit-autofill,
.pmpro_form .pmpro_checkout-field-username textarea:-webkit-autofill:hover,
.pmpro_form .pmpro_checkout-field-username textarea:-webkit-autofill:focus,
.pmpro_form .pmpro_checkout-field-username textarea:-webkit-autofill,
.pmpro_form .pmpro_checkout-field-username textarea:-webkit-autofill:hover,
.pmpro_form .pmpro_checkout-field-username textarea:-webkit-autofill:focus,
.pmpro_form .pmpro_checkout-field-username select:-webkit-autofill,
.pmpro_form .pmpro_checkout-field-username select:-webkit-autofill:hover,
.pmpro_form .pmpro_checkout-field-username select:-webkit-autofill:focus,
.pmpro_form .pmpro_checkout-field-username select:-webkit-autofill,
.pmpro_form .pmpro_checkout-field-username select:-webkit-autofill:hover,
.pmpro_form .pmpro_checkout-field-username select:-webkit-autofill:focus,
.pmpro_form .pmpro_checkout-field-username select:-webkit-autofill,
.pmpro_form .pmpro_checkout-field-username select:-webkit-autofill:hover,
.pmpro_form .pmpro_checkout-field-username select:-webkit-autofill:focus {
    background: transparent !important;
    color: #1c363b !important;
    -webkit-text-fill-color: #1c363b !important;
    transition: background-color 5000s ease-in-out 0s
}

#loginform .login-username select,
#loginform .login-password select,
#loginform .pmpro_lost_password-field select,
#loginform .pmpro_lost_password-field select,
#loginform .pmpro_lost_password-field-user_login select,
#loginform .pmpro_member_profile_edit-field select,
#loginform .pmpro_member_profile_edit-field- select,
#loginform .first_name select,
#loginform .pmpro_change_password-field select,
#loginform .pmpro_checkout-field select,
#loginform .pmpro_checkout-field-username select,
.pmpro_form .login-username select,
.pmpro_form .login-password select,
.pmpro_form .pmpro_lost_password-field select,
.pmpro_form .pmpro_lost_password-field select,
.pmpro_form .pmpro_lost_password-field-user_login select,
.pmpro_form .pmpro_member_profile_edit-field select,
.pmpro_form .pmpro_member_profile_edit-field- select,
.pmpro_form .first_name select,
.pmpro_form .pmpro_change_password-field select,
.pmpro_form .pmpro_checkout-field select,
.pmpro_form .pmpro_checkout-field-username select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 5' style='enable-background:new 0 0 9 5;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23d8d8d8;%7d %3c/style%3e%3cpath class='st0' d='M9,0.6C9,0.2,8.7,0,8.4,0H0.6C0.3,0,0,0.2,0,0.6c0,0.1,0.1,0.3,0.2,0.4l3.9,3.9c0.2,0.2,0.6,0.2,0.8,0 c0,0,0,0,0,0l3.9-3.9C8.9,0.8,9,0.7,9,0.6z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 9px 5px;
    background-position: calc(100% - 20px) center;
    line-height: 1.5em !important;
    padding: 12px 10px !important;
    transition: all 0.4s ease;
    color: rgba(58, 59, 75, 0.5)
}

#loginform .login-username select option,
#loginform .login-password select option,
#loginform .pmpro_lost_password-field select option,
#loginform .pmpro_lost_password-field select option,
#loginform .pmpro_lost_password-field-user_login select option,
#loginform .pmpro_member_profile_edit-field select option,
#loginform .pmpro_member_profile_edit-field- select option,
#loginform .first_name select option,
#loginform .pmpro_change_password-field select option,
#loginform .pmpro_checkout-field select option,
#loginform .pmpro_checkout-field-username select option,
.pmpro_form .login-username select option,
.pmpro_form .login-password select option,
.pmpro_form .pmpro_lost_password-field select option,
.pmpro_form .pmpro_lost_password-field select option,
.pmpro_form .pmpro_lost_password-field-user_login select option,
.pmpro_form .pmpro_member_profile_edit-field select option,
.pmpro_form .pmpro_member_profile_edit-field- select option,
.pmpro_form .first_name select option,
.pmpro_form .pmpro_change_password-field select option,
.pmpro_form .pmpro_checkout-field select option,
.pmpro_form .pmpro_checkout-field-username select option {
    height: 50px;
    color: rgba(58, 59, 75, 0.5)
}

#loginform .login-username select:focus,
#loginform .login-username select:active,
#loginform .login-password select:focus,
#loginform .login-password select:active,
#loginform .pmpro_lost_password-field select:focus,
#loginform .pmpro_lost_password-field select:active,
#loginform .pmpro_lost_password-field select:focus,
#loginform .pmpro_lost_password-field select:active,
#loginform .pmpro_lost_password-field-user_login select:focus,
#loginform .pmpro_lost_password-field-user_login select:active,
#loginform .pmpro_member_profile_edit-field select:focus,
#loginform .pmpro_member_profile_edit-field select:active,
#loginform .pmpro_member_profile_edit-field- select:focus,
#loginform .pmpro_member_profile_edit-field- select:active,
#loginform .first_name select:focus,
#loginform .first_name select:active,
#loginform .pmpro_change_password-field select:focus,
#loginform .pmpro_change_password-field select:active,
#loginform .pmpro_checkout-field select:focus,
#loginform .pmpro_checkout-field select:active,
#loginform .pmpro_checkout-field-username select:focus,
#loginform .pmpro_checkout-field-username select:active,
.pmpro_form .login-username select:focus,
.pmpro_form .login-username select:active,
.pmpro_form .login-password select:focus,
.pmpro_form .login-password select:active,
.pmpro_form .pmpro_lost_password-field select:focus,
.pmpro_form .pmpro_lost_password-field select:active,
.pmpro_form .pmpro_lost_password-field select:focus,
.pmpro_form .pmpro_lost_password-field select:active,
.pmpro_form .pmpro_lost_password-field-user_login select:focus,
.pmpro_form .pmpro_lost_password-field-user_login select:active,
.pmpro_form .pmpro_member_profile_edit-field select:focus,
.pmpro_form .pmpro_member_profile_edit-field select:active,
.pmpro_form .pmpro_member_profile_edit-field- select:focus,
.pmpro_form .pmpro_member_profile_edit-field- select:active,
.pmpro_form .first_name select:focus,
.pmpro_form .first_name select:active,
.pmpro_form .pmpro_change_password-field select:focus,
.pmpro_form .pmpro_change_password-field select:active,
.pmpro_form .pmpro_checkout-field select:focus,
.pmpro_form .pmpro_checkout-field select:active,
.pmpro_form .pmpro_checkout-field-username select:focus,
.pmpro_form .pmpro_checkout-field-username select:active {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 5' style='enable-background:new 0 0 9 5;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23063087;%7d %3c/style%3e%3cpath class='st0' d='M9,0.6C9,0.2,8.7,0,8.4,0H0.6C0.3,0,0,0.2,0,0.6c0,0.1,0.1,0.3,0.2,0.4l3.9,3.9c0.2,0.2,0.6,0.2,0.8,0 c0,0,0,0,0,0l3.9-3.9C8.9,0.8,9,0.7,9,0.6z'/%3e%3c/svg%3e");
    transition: all 0.4s ease;
    box-shadow: none;
    outline: none
}

#loginform .login-username textarea,
#loginform .login-password textarea,
#loginform .pmpro_lost_password-field textarea,
#loginform .pmpro_lost_password-field textarea,
#loginform .pmpro_lost_password-field-user_login textarea,
#loginform .pmpro_member_profile_edit-field textarea,
#loginform .pmpro_member_profile_edit-field- textarea,
#loginform .first_name textarea,
#loginform .pmpro_change_password-field textarea,
#loginform .pmpro_checkout-field textarea,
#loginform .pmpro_checkout-field-username textarea,
.pmpro_form .login-username textarea,
.pmpro_form .login-password textarea,
.pmpro_form .pmpro_lost_password-field textarea,
.pmpro_form .pmpro_lost_password-field textarea,
.pmpro_form .pmpro_lost_password-field-user_login textarea,
.pmpro_form .pmpro_member_profile_edit-field textarea,
.pmpro_form .pmpro_member_profile_edit-field- textarea,
.pmpro_form .first_name textarea,
.pmpro_form .pmpro_change_password-field textarea,
.pmpro_form .pmpro_checkout-field textarea,
.pmpro_form .pmpro_checkout-field-username textarea {
    height: 100px;
    resize: none;
    max-width: 100%
}

#loginform .login-remember label,
.pmpro_form .login-remember label {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
    font-weight: bold !important;
    margin: 0 !important;
    color: #040404 !important
}

#loginform .login-submit,
#loginform .pmpro_submit,
.pmpro_form .login-submit,
.pmpro_form .pmpro_submit {
    display: inline-block;
    margin: 0 !important;
    position: relative;
    padding: 0 !important;
    width: auto !important;
    margin-top: 30px !important
}

#loginform .login-submit::after,
#loginform .pmpro_submit::after,
.pmpro_form .login-submit::after,
.pmpro_form .pmpro_submit::after {
    content: "";
    background-image: url("../images/icons/chevron-black-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    height: 11px;
    margin-left: 0;
    position: absolute;
    right: 10px;
    left: unset;
    top: 50%;
    width: 8px;
    z-index: 9;
    display: none
}

#loginform .login-submit #wp-submit,
#loginform .login-submit input[type="submit"],
#loginform .login-submit .pmpro_btn,
#loginform .login-submit .pmpro_btn-cancel,
#loginform .pmpro_submit #wp-submit,
#loginform .pmpro_submit input[type="submit"],
#loginform .pmpro_submit .pmpro_btn,
#loginform .pmpro_submit .pmpro_btn-cancel,
.pmpro_form .login-submit #wp-submit,
.pmpro_form .login-submit input[type="submit"],
.pmpro_form .login-submit .pmpro_btn,
.pmpro_form .login-submit .pmpro_btn-cancel,
.pmpro_form .pmpro_submit #wp-submit,
.pmpro_form .pmpro_submit input[type="submit"],
.pmpro_form .pmpro_submit .pmpro_btn,
.pmpro_form .pmpro_submit .pmpro_btn-cancel {
    background-color: #ff5b40;
    border-radius: 50px;
    border: 2px solid #ff5b40 !important;
    color: white !important;
    cursor: pointer;
    display: inline-block;
    font-family: "Akkordeon", sans-serif !important;
    font-size: 14px !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-weight: bold !important;
    letter-spacing: normal !important;
    line-height: 1.39 !important;
    margin: 0 15px 15px 0 !important;
    max-width: 100%;
    min-width: 116px;
    opacity: 1;
    padding: 14px 41px !important;
    position: relative;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none;
    transition: all 0.4s ease
}

#loginform .login-submit #wp-submit:hover,
#loginform .login-submit #wp-submit:focus,
#loginform .login-submit #wp-submit:active,
#loginform .login-submit input[type="submit"]:hover,
#loginform .login-submit input[type="submit"]:focus,
#loginform .login-submit input[type="submit"]:active,
#loginform .login-submit .pmpro_btn:hover,
#loginform .login-submit .pmpro_btn:focus,
#loginform .login-submit .pmpro_btn:active,
#loginform .login-submit .pmpro_btn-cancel:hover,
#loginform .login-submit .pmpro_btn-cancel:focus,
#loginform .login-submit .pmpro_btn-cancel:active,
#loginform .pmpro_submit #wp-submit:hover,
#loginform .pmpro_submit #wp-submit:focus,
#loginform .pmpro_submit #wp-submit:active,
#loginform .pmpro_submit input[type="submit"]:hover,
#loginform .pmpro_submit input[type="submit"]:focus,
#loginform .pmpro_submit input[type="submit"]:active,
#loginform .pmpro_submit .pmpro_btn:hover,
#loginform .pmpro_submit .pmpro_btn:focus,
#loginform .pmpro_submit .pmpro_btn:active,
#loginform .pmpro_submit .pmpro_btn-cancel:hover,
#loginform .pmpro_submit .pmpro_btn-cancel:focus,
#loginform .pmpro_submit .pmpro_btn-cancel:active,
.pmpro_form .login-submit #wp-submit:hover,
.pmpro_form .login-submit #wp-submit:focus,
.pmpro_form .login-submit #wp-submit:active,
.pmpro_form .login-submit input[type="submit"]:hover,
.pmpro_form .login-submit input[type="submit"]:focus,
.pmpro_form .login-submit input[type="submit"]:active,
.pmpro_form .login-submit .pmpro_btn:hover,
.pmpro_form .login-submit .pmpro_btn:focus,
.pmpro_form .login-submit .pmpro_btn:active,
.pmpro_form .login-submit .pmpro_btn-cancel:hover,
.pmpro_form .login-submit .pmpro_btn-cancel:focus,
.pmpro_form .login-submit .pmpro_btn-cancel:active,
.pmpro_form .pmpro_submit #wp-submit:hover,
.pmpro_form .pmpro_submit #wp-submit:focus,
.pmpro_form .pmpro_submit #wp-submit:active,
.pmpro_form .pmpro_submit input[type="submit"]:hover,
.pmpro_form .pmpro_submit input[type="submit"]:focus,
.pmpro_form .pmpro_submit input[type="submit"]:active,
.pmpro_form .pmpro_submit .pmpro_btn:hover,
.pmpro_form .pmpro_submit .pmpro_btn:focus,
.pmpro_form .pmpro_submit .pmpro_btn:active,
.pmpro_form .pmpro_submit .pmpro_btn-cancel:hover,
.pmpro_form .pmpro_submit .pmpro_btn-cancel:focus,
.pmpro_form .pmpro_submit .pmpro_btn-cancel:active {
    background-color: #a2a2a2 !important;
    border-color: #a2a2a2 !important;
    color: white !important;
    text-decoration: none
}

.pmpro_btn,
.pmpro_btn:link,
.pmpro_content_message a,
.pmpro_content_message a:link {
    background-color: #ff5b40;
    border-radius: 50px;
    border: 2px solid #ff5b40 !important;
    color: white !important;
    cursor: pointer;
    display: inline-block;
    font-family: "Akkordeon", sans-serif !important;
    font-size: 14px !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-weight: bold !important;
    letter-spacing: normal !important;
    line-height: 1.39 !important;
    margin: 0 !important;
    max-width: 100%;
    min-width: 116px;
    opacity: 1;
    padding: 14px 41px !important;
    position: relative;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none;
    transition: all 0.4s ease
}

.pmpro_btn:hover,
.pmpro_btn:focus,
.pmpro_btn:active,
.pmpro_btn:link:hover,
.pmpro_btn:link:focus,
.pmpro_btn:link:active,
.pmpro_content_message a:hover,
.pmpro_content_message a:focus,
.pmpro_content_message a:active,
.pmpro_content_message a:link:hover,
.pmpro_content_message a:link:focus,
.pmpro_content_message a:link:active {
    background-color: #a2a2a2 !important;
    border-color: #a2a2a2 !important;
    color: white !important;
    text-decoration: none
}

.switcher div.selected {
    border-radius: 49.5px;
    border: solid 1.5px gray;
    background: #ffffff !important;
    text-align: center;
    padding: 10px;
    overflow: hidden
}

.switcher div.selected a {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #003e61 !important;
    background: white !important;
    width: auto !important;
    border: none !important
}

.switcher .option {
    border: none !important;
    text-align: center;
    background: #f0f1f5 !important;
    bottom: 100% !important;
    border-radius: 10px !important;
    position: absolute !important
}

.switcher .option a {
    color: #003e61 !important;
    padding: 7px;
    margin: 10px 0;
    border-radius: 50px;
    width: 70%;
    margin-left: auto !important;
    margin-right: auto !important
}

.switcher .option a:hover {
    background: rgba(0, 62, 97, 0.1) !important
}

.switcher .option a.selected {
    background: rgba(0, 0, 0, 0.1) !important
}

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .gform_validation_errors {
    border-radius: 2px;
    background: rgba(249, 169, 139, 0.52);
    box-shadow: none;
    border: none
}

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .gform_validation_errors>h2 {
    line-height: 1;
    font-family: "Brandon Text", sans-serif !important
}

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .gform_validation_errors>h2 .gform-icon {
    left: -40px
}

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .gform_validation_errors .gform_submission_error {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.77;
    letter-spacing: normal
}

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .ginput_cardextras {
    display: flex;
    flex-direction: column
}

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .ginput_cardextras .ginput_cardinfo_left {
    margin-bottom: 8px
}

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .ginput_cardextras .ginput_cardinfo_right {
    padding-left: 0
}

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .validation_message {
    border-radius: 2px;
    background: rgba(249, 169, 139, 0.52);
    box-shadow: none;
    border: none
}

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .gform_heading {
    margin-bottom: 0 !important
}

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .gform_heading .gform_title {
    font-family: 'Roboto', sans-serif !important;
    font-size: 2.5rem;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: -0.9px;
    color: #005F94
}

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .gform_heading .gform_description {
    font-family: 'Roboto', sans-serif !important;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: -0.09px;
    margin-bottom: 0 !important;
    color: rgba(4, 4, 4, 0.74)
}

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .gform_body .gform_fields .gfield {
    padding-left: 0 !important;
    margin-top: 0 !important
}

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio input {
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio [type="radio"]:checked+label,
.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio [type="radio"]:not(:checked)+label {
    font-family: 'Roboto', sans-serif !important;
    color: #040404;
    cursor: pointer;
    display: inline-block !important;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.67;
    margin: 0 auto;
    padding: 0 0 0 25px !important;
    position: relative;
    vertical-align: middle;
    z-index: 1
}

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio [type="radio"]:checked+label::after,
.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio [type="radio"]:not(:checked)+label::after {
    content: "";
    -webkit-transition: all 0.2s ease;
    background: white;
    border-radius: 50%;
    border: 4px solid #ff5b40;
    height: 14px;
    left: 0;
    position: absolute;
    top: 7px;
    transition: all 0.2s ease;
    width: 14px;
    z-index: -1
}

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio [type="radio"]:checked,
.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) {
    position: relative;
    left: -9999px;
    margin: 0 !important;
    width: 0;
    height: 0
}

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio [type="radio"]:not(:checked)+label:after {
    content: "";
    transition: all 0.2s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 4px solid #e5e5e5;
    background: transparent
}

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .gform_body .gform_fields .gfield .ginput_container_checkbox input {
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .gform_body .gform_fields .gfield .ginput_container_checkbox [type="checkbox"]:checked+label,
.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .gform_body .gform_fields .gfield .ginput_container_checkbox [type="checkbox"]:not(:checked)+label {
    font-family: 'Roboto', sans-serif !important;
    color: black;
    cursor: pointer;
    display: inline-block !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 1em;
    margin: 0 auto;
    padding: 0 0 0 25px !important;
    position: relative;
    vertical-align: middle;
    max-width: 100%;
    z-index: 1
}

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .gform_body .gform_fields .gfield .ginput_container_checkbox [type="checkbox"]:checked+label::after,
.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .gform_body .gform_fields .gfield .ginput_container_checkbox [type="checkbox"]:not(:checked)+label::after {
    content: "";
    -webkit-transition: all 0.2s ease;
    background: #ff5b40;
    border-radius: 0;
    border: 4px solid #ff5b40;
    height: 15px;
    left: 0;
    position: absolute;
    top: 1px;
    transition: all 0.2s ease;
    width: 15px;
    z-index: -1
}

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .gform_body .gform_fields .gfield .ginput_container_checkbox [type="checkbox"]:checked,
.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .gform_body .gform_fields .gfield .ginput_container_checkbox [type="checkbox"]:not(:checked) {
    position: relative;
    left: -9999px;
    margin: 0 !important;
    width: 0;
    height: 0;
    min-height: 0;
    padding: 0 !important
}

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .gform_body .gform_fields .gfield .ginput_container_checkbox [type="checkbox"]:checked+label::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-size: 12px;
    left: 1px;
    position: absolute;
    top: 0px
}

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .gform_body .gform_fields .gfield .ginput_container_checkbox [type="checkbox"]:not(:checked)+label:after {
    content: "";
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 4px solid #e5e5e5;
    background: transparent
}

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .gform_body .gform_fields .gfield .ginput_container_address .address_country select {
    line-height: 1.5em !important
}

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .gform_body .gform_fields .gfield .top_label .gfield_label {
    font-family: 'Roboto', sans-serif !important;
    color: #005F94;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em
}

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .gform_footer {
    display: inline-block;
    margin: 20px 0 0 0 !important;
    position: relative;
    padding: 0 !important;
    width: auto !important
}

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .gform_footer::after {
    content: "";
    background-image: url("../images/icons/arrow-btn-newsletter-hover.svg");
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 17.9px;
    height: 8.7px;
    -webkit-filter: brightness(0%) invert(100%);
    filter: brightness(0%) invert(100%)
}

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .gform_footer input[type="submit"],
.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .gform_footer input.button {
    border-radius: 100px;
    background-color: #1c363b;
    border: 2px solid #005f94 !important;
    border: none !important;
    color: white !important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-weight: 700 !important;
    letter-spacing: -0.15px !important;
    line-height: 1 !important;
    margin: 0 !important;
    max-width: 100%;
    min-width: 104px;
    opacity: 1;
    padding: 17px 29px 18px !important;
    position: relative;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none
}

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .gform_footer input[type="submit"]:hover,
.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .gform_footer input[type="submit"]:focus,
.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .gform_footer input[type="submit"]:active,
.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .gform_footer input.button:hover,
.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .gform_footer input.button:focus,
.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .gform_footer input.button:active {
    background-color: #454345 !important;
    border-color: #454345 !important;
    color: #fff !important;
    text-decoration: none
}

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .gform_footer:hover::after,
.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .gform_footer:focus::after,
.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper):not(.newsletterFormPopup_wrapper) .gform_footer:active::after {
    -webkit-filter: brightness(100%) invert(0%);
    filter: brightness(100%) invert(0%)
}

.interior .gform_confirmation_wrapper {
    font-size: 16px !important;
    color: #005F94 !important
}

.gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 16px;
    color: #fff;
    display: block;
    background: #005F94;
    padding: 10px 20px;
    position: relative
}

.gform_confirmation_wrapper .gform_confirmation_message a {
    color: inherit !important;
    text-decoration: underline !important
}

.gform_confirmation_wrapper .gform_confirmation_message a:hover {
    text-decoration: none !important
}

.gform_wrapper.gf_browser_chrome .gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_last,
.gform_wrapper.gf_browser_chrome .gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle {
    margin-left: 0 !important
}

.gform_wrapper div.validation_error {
    font-family: 'Roboto', sans-serif !important;
    border: none !important;
    color: red !important;
    font-size: 12px !important;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold !important;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 0 !important;
    padding: 18px 0 !important;
    text-align: left !important;
    width: 300px !important
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100%
}

.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper li.gfield_error textarea {
    border: solid 2px red !important;
    background-color: rgba(255, 0, 0, 0.12);
    color: red !important
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    border: none !important
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding-top: 0 !important;
    font-size: 14px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: red
}

.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) ul li::before {
    content: none !important
}

.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) .field_sublabel_above .gfield_description {
    padding-top: 5px;
    margin-top: 0 !important
}

.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) li.gfield.field_sublabel_above.field_description_below+li.gfield {
    margin-top: 0 !important
}

.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 5px !important
}

.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) input:not([type="submit"]),
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) textarea,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) select {
    font-family: 'Roboto', sans-serif !important;
    background-color: rgba(132, 145, 223, 0);
    border-radius: 2px;
    border: 2px solid #d7d7d7;
    box-shadow: none;
    color: #9d9da6;
    font-size: 13px !important;
    font-weight: normal;
    min-height: 40px;
    padding: 10px 22px !important
}

.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) input:not([type="submit"])::-webkit-input-placeholder,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) textarea::-webkit-input-placeholder,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) select::-webkit-input-placeholder {
    color: #9d9da6;
    opacity: 1
}

.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) input:not([type="submit"])::-moz-placeholder,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) textarea::-moz-placeholder,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) select::-moz-placeholder {
    color: #9d9da6;
    opacity: 1
}

.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) input:not([type="submit"]):-ms-input-placeholder,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) textarea:-ms-input-placeholder,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) select:-ms-input-placeholder {
    color: #9d9da6;
    opacity: 1
}

.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) input:not([type="submit"]):active,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) input:not([type="submit"]):focus,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) textarea:active,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) textarea:focus,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) select:active,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) select:focus {
    box-shadow: none;
    border-color: #005F94;
    outline: none;
    color: #005F94;
    background-color: rgba(156, 218, 164, 0)
}

.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) input:not([type="submit"]):active::-webkit-input-placeholder,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) input:not([type="submit"]):focus::-webkit-input-placeholder,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) textarea:active::-webkit-input-placeholder,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) textarea:focus::-webkit-input-placeholder,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) select:active::-webkit-input-placeholder,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) select:focus::-webkit-input-placeholder {
    color: #005F94;
    opacity: 1
}

.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) input:not([type="submit"]):active::-moz-placeholder,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) input:not([type="submit"]):focus::-moz-placeholder,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) textarea:active::-moz-placeholder,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) textarea:focus::-moz-placeholder,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) select:active::-moz-placeholder,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) select:focus::-moz-placeholder {
    color: #005F94;
    opacity: 1
}

.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) input:not([type="submit"]):active:-ms-input-placeholder,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) input:not([type="submit"]):focus:-ms-input-placeholder,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) textarea:active:-ms-input-placeholder,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) textarea:focus:-ms-input-placeholder,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) select:active:-ms-input-placeholder,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) select:focus:-ms-input-placeholder {
    color: #005F94;
    opacity: 1
}

.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) input:not([type="submit"]):-webkit-autofill,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) input:not([type="submit"]):-webkit-autofill:hover,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) input:not([type="submit"]):-webkit-autofill:focus,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) input:not([type="submit"]):-webkit-autofill,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) input:not([type="submit"]):-webkit-autofill:hover,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) input:not([type="submit"]):-webkit-autofill:focus,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) input:not([type="submit"]):-webkit-autofill,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) input:not([type="submit"]):-webkit-autofill:hover,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) input:not([type="submit"]):-webkit-autofill:focus,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) textarea:-webkit-autofill,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) textarea:-webkit-autofill:hover,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) textarea:-webkit-autofill:focus,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) textarea:-webkit-autofill,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) textarea:-webkit-autofill:hover,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) textarea:-webkit-autofill:focus,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) textarea:-webkit-autofill,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) textarea:-webkit-autofill:hover,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) textarea:-webkit-autofill:focus,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) select:-webkit-autofill,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) select:-webkit-autofill:hover,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) select:-webkit-autofill:focus,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) select:-webkit-autofill,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) select:-webkit-autofill:hover,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) select:-webkit-autofill:focus,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) select:-webkit-autofill,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) select:-webkit-autofill:hover,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) select:-webkit-autofill:focus {
    background: transparent !important;
    color: #005F94 !important;
    -webkit-text-fill-color: #005F94 !important;
    transition: background-color 5000s ease-in-out 0s
}

.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 5' style='enable-background:new 0 0 9 5;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%239d9da6;%7d %3c/style%3e%3cpath class='st0' d='M9,0.6C9,0.2,8.7,0,8.4,0H0.6C0.3,0,0,0.2,0,0.6c0,0.1,0.1,0.3,0.2,0.4l3.9,3.9c0.2,0.2,0.6,0.2,0.8,0 c0,0,0,0,0,0l3.9-3.9C8.9,0.8,9,0.7,9,0.6z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 9px 5px;
    background-position: calc(100% - 20px) center;
    line-height: 1.5em !important;
    padding: 12px 22px !important;
    transition: all 0.4s ease;
    color: #9d9da6
}

.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) select option {
    height: 50px;
    color: #9d9da6
}

.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) select:focus,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) select:active {
    border-color: #005F94;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 5' style='enable-background:new 0 0 9 5;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%2335a6de;%7d %3c/style%3e%3cpath class='st0' d='M9,0.6C9,0.2,8.7,0,8.4,0H0.6C0.3,0,0,0.2,0,0.6c0,0.1,0.1,0.3,0.2,0.4l3.9,3.9c0.2,0.2,0.6,0.2,0.8,0 c0,0,0,0,0,0l3.9-3.9C8.9,0.8,9,0.7,9,0.6z'/%3e%3c/svg%3e");
    transition: all 0.4s ease;
    box-shadow: none;
    outline: none;
    color: #005F94
}

.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) textarea {
    height: 100px;
    resize: none;
    max-width: 100%
}

.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) input[type="checkbox"],
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) input[type="radio"] {
    height: 30px
}

.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) label.gfield_label,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) .gfield_label,
.gform_wrapper:not(.newsletterForm_wrapper):not(.newsletterFormPopup_wrapper) .ginput_complex label {
    font-family: 'Roboto', sans-serif !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    margin: 0 !important;
    color: #868686 !important
}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
    margin-bottom: 5px !important
}

.interior-page .entry-content .interior-section-donate .donation-form-container {
    margin-top: 48px
}

.interior-page .entry-content .interior-section-donate .donation-sponsor-form-container {
    margin-top: 0
}

.interior-page .entry-content .interior-section-donate .img-wrap {
    height: 100%;
    border-radius: 0;
    margin: 0
}

.interior-page .entry-content .interior-section-donate .img-wrap img {
    height: 100% !important
}

.interior-page .entry-content .interior-section-donate form .amount {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.interior-page .entry-content .interior-section-donate form .button {
    font-family: "gastromond", sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #005F94;
    margin-right: 10px;
    margin-bottom: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 116px;
    height: 52px;
    padding: 10px;
    border-radius: 30px;
    border: solid 2px #005F94
}

.interior-page .entry-content .interior-section-donate form .button.selected {
    background: #005F94;
    color: white
}

.interior-page .entry-content .interior-section-donate form .button input {
    text-align: center;
    background: transparent;
    border: none
}

.interior-page .entry-content .interior-section-donate form .button input::-webkit-input-placeholder {
    color: #005F94;
    opacity: 1;
    font-weight: 700
}

.interior-page .entry-content .interior-section-donate form .button input::-moz-placeholder {
    color: #005F94;
    opacity: 1;
    font-weight: 700
}

.interior-page .entry-content .interior-section-donate form .button input:-ms-input-placeholder {
    color: #005F94;
    opacity: 1;
    font-weight: 700
}

.interior-page .entry-content .interior-section-donate form .button input:focus::-webkit-input-placeholder,
.interior-page .entry-content .interior-section-donate form .button input:active::-webkit-input-placeholder {
    color: white;
    opacity: 1
}

.interior-page .entry-content .interior-section-donate form .button input:focus::-moz-placeholder,
.interior-page .entry-content .interior-section-donate form .button input:active::-moz-placeholder {
    color: white;
    opacity: 1
}

.interior-page .entry-content .interior-section-donate form .button input:focus:-ms-input-placeholder,
.interior-page .entry-content .interior-section-donate form .button input:active:-ms-input-placeholder {
    color: white;
    opacity: 1
}

.interior-page .entry-content .interior-section-donate form select {
    font-family: "gastromond", sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #005F94;
    margin-right: 10px;
    margin-bottom: 29px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/icons/select-arrow-donate.png") no-repeat;
    background-size: 10px;
    background-position: calc(100% - 15px) center;
    min-width: 116px;
    height: 52px;
    padding: 10px 30px;
    border-radius: 30px;
    border: solid 2px #005F94;
    transition: all 0.4s ease
}

.interior-page .entry-content .interior-section-donate form select option {
    color: #005F94
}

.interior-page .entry-content .interior-section-donate form select::-webkit-input-placeholder {
    color: #005F94;
    opacity: 1
}

.interior-page .entry-content .interior-section-donate form select::-moz-placeholder {
    color: #005F94;
    opacity: 1
}

.interior-page .entry-content .interior-section-donate form select:-ms-input-placeholder {
    color: #005F94;
    opacity: 1
}

.interior-page .entry-content .interior-section-donate form select:focus,
.interior-page .entry-content .interior-section-donate form select:active {
    background: url("../images/icons/select-arrow-donate-white.png") no-repeat;
    background-size: 10px;
    background-position: calc(100% - 15px) center;
    background-color: #005F94;
    transition: all 0.4s ease;
    color: white;
    outline: none
}

.interior-page .entry-content .interior-section-donate form select:focus::-webkit-input-placeholder,
.interior-page .entry-content .interior-section-donate form select:active::-webkit-input-placeholder {
    color: white;
    opacity: 1
}

.interior-page .entry-content .interior-section-donate form select:focus::-moz-placeholder,
.interior-page .entry-content .interior-section-donate form select:active::-moz-placeholder {
    color: white;
    opacity: 1
}

.interior-page .entry-content .interior-section-donate form select:focus:-ms-input-placeholder,
.interior-page .entry-content .interior-section-donate form select:active:-ms-input-placeholder {
    color: white;
    opacity: 1
}

.interior-page .entry-content .interior-section-donate form .switch {
    display: flex;
    align-items: center;
    margin-bottom: 40px
}

.interior-page .entry-content .interior-section-donate form .item-container {
    font-family: "gastromond", sans-serif !important;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: gray;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center
}

.interior-page .entry-content .interior-section-donate form .item-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.interior-page .entry-content .interior-section-donate form .checkmark {
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 17px;
    border-radius: 50%;
    border: solid 1px #979797;
    background-color: white;
    order: -1;
    flex-shrink: 0
}

.interior-page .entry-content .interior-section-donate form .item-container input:checked~.checkmark {
    background-color: white
}

.interior-page .entry-content .interior-section-donate form .checkmark:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    width: 0px;
    height: 0px;
    transition: 0.4s
}

.interior-page .entry-content .interior-section-donate form .item-container input:checked~.checkmark:before {
    display: block;
    width: 10px;
    height: 10px
}

.interior-page .entry-content .interior-section-donate form .item-container .checkmark:before {
    border-radius: 50%;
    background: #005F94;
    border: none
}

.interior-page .entry-content .interior-section-donate form .destination {
    margin-bottom: 50px
}

.interior-page .entry-content .interior-section-donate form .destination label {
    font-family: "gastromond", sans-serif !important;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #005F94;
    display: block
}

.interior-page .entry-content .interior-section-donate form .destination select {
    margin-top: 28px;
    margin-bottom: 0
}

.interior-page .entry-content .interior-section-donate form input[type="submit"] {
    background-color: #005F94;
    border-radius: 50px;
    border: 2px solid #005F94 !important;
    color: white !important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-weight: 900 !important;
    letter-spacing: -0.32p !important;
    line-height: 1.39 !important;
    margin: 0 !important;
    max-width: 100%;
    min-width: 123px;
    opacity: 1;
    padding: 14px 41px !important;
    position: relative;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.4s ease
}

.interior-page .entry-content .interior-section-donate form input[type="submit"]:hover,
.interior-page .entry-content .interior-section-donate form input[type="submit"]:focus,
.interior-page .entry-content .interior-section-donate form input[type="submit"]:active {
    background-color: #066192 !important;
    border-color: #066192 !important;
    color: #005F94 !important;
    text-decoration: none
}

.interior-page .entry-content .interior-section-donate .content-top {
    margin-bottom: 100px
}

.interior-page .entry-content .interior-section-donate .content-top .img-wrap {
    width: calc(((100vw - 1110px) / 2) + 100%);
    left: calc((100vw - 1110px) / -2)
}

.interior-page .entry-content .interior-section-donate .content-top .title {
    font-family: "gastromond", sans-serif !important;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.14;
    letter-spacing: normal;
    color: #005F94;
    margin-bottom: 16px
}

.interior-page .entry-content .interior-section-donate .content-top h2 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #066192;
    text-transform: uppercase;
    margin-bottom: 34px
}

.interior-page .entry-content .interior-section-donate .content-top p {
    font-family: "gastromond", sans-serif !important;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.61;
    letter-spacing: normal;
    color: gray
}

.interior-page .entry-content .interior-section-donate .content-bottom {
    position: relative;
    padding-bottom: 126px
}

.interior-page .entry-content .interior-section-donate .content-bottom::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #005F94
}

.interior-page .entry-content .interior-section-donate .content-bottom .img-wrap {
    width: calc(((100vw - 1110px) / 2) + 100%)
}

.interior-page .entry-content .interior-section-donate .content-bottom .info-container {
    padding-top: 144px
}

.interior-page .entry-content .interior-section-donate .content-bottom .title {
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.interior-page .entry-content .interior-section-donate .content-bottom .description {
    margin-bottom: 50px
}

.interior-page .entry-content .interior-section-donate .content-bottom h2 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #0c1618;
    text-transform: uppercase;
    margin-bottom: 34px
}

.interior-page .entry-content .interior-section-donate .content-bottom p {
    font-family: "gastromond", sans-serif !important;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.61;
    letter-spacing: normal;
    color: white
}

.interior-page .entry-content .interior-section-donate .content-bottom .amount {
    margin-bottom: 0
}

.interior-page .entry-content .interior-section-donate .content-bottom .button,
.interior-page .entry-content .interior-section-donate .content-bottom select {
    color: white;
    border-color: white
}

.interior-page .entry-content .interior-section-donate .content-bottom input[type="submit"] {
    background: white;
    color: #005F94 !important;
    border-color: #005F94 !important
}

.interior-page .entry-content .interior-section-donate .content-bottom .set-amount {
    color: white
}

.interior-page .entry-content .interior-section-donate .content-bottom .set-amount::-webkit-input-placeholder {
    color: white;
    opacity: 1;
    font-weight: 700
}

.interior-page .entry-content .interior-section-donate .content-bottom .set-amount::-moz-placeholder {
    color: white;
    opacity: 1;
    font-weight: 700
}

.interior-page .entry-content .interior-section-donate .content-bottom .set-amount:-ms-input-placeholder {
    color: white;
    opacity: 1;
    font-weight: 700
}

.interior-page .entry-content .interior-section-donate .content-bottom select {
    background: url("../images/icons/select-arrow-donate-white.png") no-repeat;
    background-size: 10px;
    background-position: calc(100% - 15px) center
}

.interior-page .entry-content .interior-section-donate .content-bottom #accordionBlock,
.interior-page .entry-content .interior-section-donate .content-bottom .elevation-accordion,
.interior-page .entry-content .interior-section-donate .content-bottom .accordion {
    color: white !important;
    margin-top: 38px
}

.interior-page .entry-content .interior-section-donate .content-bottom #accordionBlock .card,
.interior-page .entry-content .interior-section-donate .content-bottom .elevation-accordion .card,
.interior-page .entry-content .interior-section-donate .content-bottom .accordion .card {
    background: transparent;
    border: 1px solid white;
    border-color: white
}

.interior-page .entry-content .interior-section-donate .content-bottom #accordionBlock .card .card-header,
.interior-page .entry-content .interior-section-donate .content-bottom .elevation-accordion .card .card-header,
.interior-page .entry-content .interior-section-donate .content-bottom .accordion .card .card-header {
    background: transparent !important
}

.interior-page .entry-content .interior-section-donate .content-bottom #accordionBlock .card .card-header h2,
.interior-page .entry-content .interior-section-donate .content-bottom .elevation-accordion .card .card-header h2,
.interior-page .entry-content .interior-section-donate .content-bottom .accordion .card .card-header h2 {
    color: white
}

.interior-page .entry-content .interior-section-donate .content-bottom #accordionBlock .card .card-header h2 .btn[aria-expanded^="true"],
.interior-page .entry-content .interior-section-donate .content-bottom .elevation-accordion .card .card-header h2 .btn[aria-expanded^="true"],
.interior-page .entry-content .interior-section-donate .content-bottom .accordion .card .card-header h2 .btn[aria-expanded^="true"] {
    color: white
}

.interior-page .entry-content .interior-section-donate .content-bottom #accordionBlock .card .card-header h2 .btn[aria-expanded^="true"]::before,
.interior-page .entry-content .interior-section-donate .content-bottom .elevation-accordion .card .card-header h2 .btn[aria-expanded^="true"]::before,
.interior-page .entry-content .interior-section-donate .content-bottom .accordion .card .card-header h2 .btn[aria-expanded^="true"]::before {
    color: white
}

.interior-page .entry-content .interior-section-donate .content-bottom #accordionBlock .card .card-header h2 .btn[aria-expanded^="false"]::before,
.interior-page .entry-content .interior-section-donate .content-bottom .elevation-accordion .card .card-header h2 .btn[aria-expanded^="false"]::before,
.interior-page .entry-content .interior-section-donate .content-bottom .accordion .card .card-header h2 .btn[aria-expanded^="false"]::before {
    color: white
}

.interior-page .entry-content .interior-section-donate .content-bottom #accordionBlock .card .collapse .card-body,
.interior-page .entry-content .interior-section-donate .content-bottom .elevation-accordion .card .collapse .card-body,
.interior-page .entry-content .interior-section-donate .content-bottom .accordion .card .collapse .card-body {
    background: transparent;
    padding: 38px 19px
}

.sign-up-form .gform_wrapper.gravity-theme {
    position: relative;
    margin: 0
}

.sign-up-form .gform_wrapper.gravity-theme .gform_body .gform_fields {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0
}

.sign-up-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield {
    width: 100%;
    margin-bottom: 21px
}

.sign-up-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .sign-up-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield {
        margin-right: 0px
    }

    .sign-up-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield:last-child {
        margin-right: 0
    }
}

.sign-up-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_complex span {
    margin-bottom: 21px;
    padding: 0
}

.sign-up-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_complex span:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .sign-up-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_complex span {
        margin-bottom: 0;
        margin-right: 30px
    }

    .sign-up-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_complex span:last-child {
        margin-right: 0
    }
}

.sign-up-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container_checkbox .gchoice {
    margin-bottom: 15px
}

.sign-up-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container_checkbox .gchoice label {
    padding: 0px 0 5px 30px
}

.sign-up-form .gform_wrapper.gravity-theme .gfield_label {
    color: white;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    width: 0;
    font-size: 0;
    display: none
}

.sign-up-form .gform_wrapper.gravity-theme input:not([type="submit"]) {
    font-family: 'Roboto', sans-serif !important;
    font-size: 12px !important;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.12px !important;
    color: white !important;
    background: transparent;
    border-radius: 0px;
    border: 1px solid white;
    height: 44px;
    min-height: auto !important;
    padding: 12px 21px !important;
    padding-right: 70px !important;
    text-align: left;
    width: 100% !important;
    margin-bottom: 0;
    text-transform: none
}

.sign-up-form .gform_wrapper.gravity-theme input:not([type="submit"])::-webkit-input-placeholder {
    color: white;
    opacity: 1
}

.sign-up-form .gform_wrapper.gravity-theme input:not([type="submit"])::-moz-placeholder {
    color: white;
    opacity: 1
}

.sign-up-form .gform_wrapper.gravity-theme input:not([type="submit"]):-ms-input-placeholder {
    color: white;
    opacity: 1
}

.sign-up-form .gform_wrapper.gravity-theme [type="checkbox"]:checked+label,
.sign-up-form .gform_wrapper.gravity-theme [type="checkbox"]:not(:checked)+label {
    font-family: "Akkordeon", sans-serif !important;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1em;
    margin: 0 auto;
    padding: 0 25px;
    padding-left: 50px;
    position: relative;
    vertical-align: middle;
    max-width: 100%;
    z-index: 1
}

.sign-up-form .gform_wrapper.gravity-theme [type="checkbox"]:checked+label::after,
.sign-up-form .gform_wrapper.gravity-theme [type="checkbox"]:not(:checked)+label::after {
    content: "";
    -webkit-transition: all 0.2s ease;
    background: white;
    border-radius: 2px;
    border: 2px solid white;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease;
    width: 20px;
    z-index: -1
}

.sign-up-form .gform_wrapper.gravity-theme [type="checkbox"]:checked,
.sign-up-form .gform_wrapper.gravity-theme [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
    margin: 0
}

.sign-up-form .gform_wrapper.gravity-theme [type="checkbox"]:checked+label::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #005F94;
    font-size: 16px;
    left: 2px;
    position: absolute;
    top: 2px
}

.sign-up-form .gform_wrapper.gravity-theme [type="checkbox"]:not(:checked)+label:after {
    content: "";
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 4px solid white;
    background: white
}

.sign-up-form .gform_wrapper.gravity-theme input.gform_button {
    font-family: 'Roboto', sans-serif !important;
    border-radius: 0;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: -0.15px;
    line-height: 1;
    margin: 0 auto;
    opacity: 1;
    padding: 10px 21px 10px 0;
    text-align: left;
    text-transform: capitalize;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 11.7 11' style='enable-background:new 0 0 11.7 11;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23FFFFFF;%7d %3c/style%3e%3cpath class='st0' d='M11.5,6.1c0.3-0.3,0.3-0.8,0-1.1L6.8,0.2C6.5-0.1,6-0.1,5.7,0.2C5.4,0.5,5.4,1,5.7,1.3c0,0,0,0,0,0l4.2,4.2 L5.7,9.8c-0.3,0.3-0.3,0.8,0,1.1c0.3,0.3,0.7,0.3,1,0L11.5,6.1L11.5,6.1z M0,6.3h11V4.8H0V6.3z'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-size: 11px 11px;
    background-position: right center
}

.sign-up-form .gform_wrapper.gravity-theme input.gform_button:hover {
    opacity: 0.5
}

.sign-up-form .gform_wrapper.gravity-theme .gform_footer {
    margin: 0;
    padding: 0;
    text-align: left
}

.sign-up-form .gform_wrapper.gravity-theme.gform_validation_error .gform_validation_errors {
    border-color: white
}

.sign-up-form .gform_wrapper.gravity-theme.gform_validation_error h2 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    font-weight: bold;
    color: #ff0a16
}

.sign-up-form .gform_wrapper.gravity-theme.gform_validation_error .gform-icon {
    color: #ff0a16
}

.sign-up-form .gform_wrapper.gravity-theme.gform_validation_error input:not([type="submit"]) {
    background-color: #f2d9da;
    border-color: #ff0a16;
    color: #ff0a16
}

.sign-up-form .gform_wrapper.gravity-theme.gform_validation_error input:not([type="submit"])::-webkit-input-placeholder {
    color: #ff0a16;
    opacity: 1
}

.sign-up-form .gform_wrapper.gravity-theme.gform_validation_error input:not([type="submit"])::-moz-placeholder {
    color: #ff0a16;
    opacity: 1
}

.sign-up-form .gform_wrapper.gravity-theme.gform_validation_error input:not([type="submit"]):-ms-input-placeholder {
    color: #ff0a16;
    opacity: 1
}

.sign-up-form .gform_wrapper.gravity-theme.gform_validation_error .gfield_validation_message,
.sign-up-form .gform_wrapper.gravity-theme.gform_validation_error .validation_message {
    border-color: white;
    color: #ff0a16
}

.newsletterFormPopup_wrapper .gform_title {
    font-family: "Akkordeon", sans-serif !important;
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 39px;
    text-transform: uppercase;
    color: #FFFFFF
}

.newsletterFormPopup_wrapper .gform_description {
    font-family: 'Roboto', sans-serif !important;
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin-bottom: 21px;
    display: block
}

.newsletterFormPopup_wrapper .gform_required_legend {
    display: none
}

.newsletterFormPopup_wrapper .gfield_label {
    font-family: 'Roboto', sans-serif !important;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 17px;
    color: #FFFFFF;
    margin-bottom: 4px
}

.newsletterFormPopup_wrapper input:not([type="submit"]) {
    font-family: 'Roboto', sans-serif !important;
    font-size: 13px !important;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.053333px !important;
    color: white !important;
    background: transparent;
    border-radius: 3px;
    border: 1px solid white;
    height: 43px;
    min-height: auto !important;
    padding: 12px 17px !important;
    padding-right: 70px !important;
    text-align: left;
    width: 100% !important;
    margin-bottom: 0;
    text-transform: none
}

.newsletterFormPopup_wrapper input:not([type="submit"])::-webkit-input-placeholder {
    color: white;
    opacity: 1
}

.newsletterFormPopup_wrapper input:not([type="submit"])::-moz-placeholder {
    color: white;
    opacity: 1
}

.newsletterFormPopup_wrapper input:not([type="submit"]):-ms-input-placeholder {
    color: white;
    opacity: 1
}

.newsletterFormPopup_wrapper .gfield_checkbox .gchoice {
    display: flex;
    margin-bottom: 10px
}

.newsletterFormPopup_wrapper .gfield_checkbox .gchoice [type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect id='checkbox-off' x='0.85' y='0.85' width='17.3' height='17.3' rx='3.15' stroke='%23CDCDD5' stroke-width='1.7'/%3E%3C/svg%3E%0A");
    background-size: 19px;
    background-repeat: no-repeat;
    margin: 0;
    margin-right: 10px;
    padding: 0 !important;
    width: 19px !important;
    height: 19px !important;
    border: none
}

.newsletterFormPopup_wrapper .gfield_checkbox .gchoice [type="checkbox"]:checked {
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect id='checkbox-on' width='19' height='19' rx='4' fill='%2335A6DE'/%3E%3C/svg%3E%0A")
}

.newsletterFormPopup_wrapper .gfield_checkbox .gchoice label {
    font-family: 'Roboto', sans-serif !important;
    font-style: normal !important;
    font-weight: normal;
    font-size: 14px !important;
    line-height: 18px !important;
    letter-spacing: -0.01em
}

.newsletterFormPopup_wrapper .gform_footer {
    padding-bottom: 0 !important;
    margin: 0 !important
}

.newsletterFormPopup_wrapper .gform_button {
    font-family: 'Roboto', sans-serif !important;
    background-color: white;
    border: none;
    padding: 17px 27px;
    color: #1c363b;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: -0.01em;
    border-radius: 50px;
    margin-bottom: 0 !important
}

.newsletterFormPopup_wrapper .gform_button:hover {
    color: #005F94
}

.donateForm_wrapper img.gform_ajax_spinner {
    display: none !important
}

.donateForm_wrapper .ginput_cardextras {
    display: flex;
    flex-direction: column
}

.donateForm_wrapper .ginput_cardextras .ginput_cardinfo_left {
    margin-bottom: 8px
}

.donateForm_wrapper .ginput_cardextras .ginput_cardinfo_right {
    padding-left: 0
}

.donateForm_wrapper .gf_page_steps {
    border: none !important;
    display: flex;
    justify-content: space-between
}

.donateForm_wrapper .gf_step {
    margin: 0 !important;
    text-align: center;
    height: auto !important;
    border-bottom: 2px solid gray;
    opacity: 1 !important;
    padding-bottom: 14px;
    width: calc(100% / 3);
    display: flex !important;
    flex-direction: column
}

.donateForm_wrapper .gf_step .gf_step_number {
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #868686;
    margin: 0 auto 14px !important;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #e8e8e8
}

.donateForm_wrapper .gf_step .gf_step_number::before,
.donateForm_wrapper .gf_step .gf_step_number::after {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.donateForm_wrapper .gf_step .gf_step_label {
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
    font-weight: normal !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #767676 !important;
    padding: 0 !important
}

.donateForm_wrapper .gf_step.gf_step_active {
    border-color: #ff5b40
}

.donateForm_wrapper .gf_step.gf_step_active .gf_step_label {
    color: #ff2f0d !important;
    font-weight: 700 !important
}

.donateForm_wrapper legend.gfield_label {
    font-family: 'Roboto', sans-serif !important;
    font-size: 12px !important;
    font-weight: bold !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33 !important;
    letter-spacing: normal;
    color: #003e61
}

.donateForm_wrapper .gform_body .gform_fields .gfield {
    margin-bottom: 17px
}

.donateForm_wrapper .gform_body .gform_fields .gfield input {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: normal;
    text-align: left;
    color: #d8d8d8;
    border: 1px solid #d8d8d8;
    border-radius: 0px
}

.donateForm_wrapper .gform_body .gform_fields .gfield .gfield_radio {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 !important;
    width: 100%
}

.donateForm_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice {
    width: calc(50% - 9px);
    margin: 0;
    margin-bottom: 9px
}

.donateForm_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice input {
    cursor: pointer;
    display: block
}

.donateForm_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice [type="radio"]:checked+label,
.donateForm_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice [type="radio"]:not(:checked)+label {
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #003e61;
    cursor: pointer;
    display: inline-block !important;
    margin: 0 auto;
    padding: 15px !important;
    position: relative;
    vertical-align: middle;
    z-index: 1;
    border-radius: 100px;
    max-width: 100% !important;
    width: 100%;
    border: 2px solid #003e61
}

.donateForm_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice [type="radio"]:checked+label::after,
.donateForm_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice [type="radio"]:not(:checked)+label::after {
    content: "";
    -webkit-transition: all 0.2s ease;
    background: white;
    border-radius: 100px;
    border: 2px solid #005F94;
    height: 14px;
    left: 0;
    position: absolute;
    top: 7px;
    transition: all 0.2s ease;
    width: 14px;
    z-index: -1;
    display: none
}

.donateForm_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice [type="radio"]:checked+label {
    background: #003e61;
    color: white
}

.donateForm_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice [type="radio"]:checked,
.donateForm_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice [type="radio"]:not(:checked) {
    position: relative;
    left: -9999px;
    margin: 0 !important;
    padding: 0px;
    min-width: 0;
    min-height: 0;
    max-width: 0;
    max-height: 0
}

.donateForm_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice [type="radio"]:not(:checked)+label:after {
    content: "";
    transition: all 0.2s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 2px solid #003e61;
    background: transparent
}

.donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price .gfield_radio .gchoice {
    width: calc(50% - 4px);
    margin-bottom: 9px
}

.donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price .gfield_radio .gchoice:last-child {
    margin-bottom: 0
}

.donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price .gfield_radio [type="radio"]:checked+label,
.donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price .gfield_radio [type="radio"]:not(:checked)+label {
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: normal;
    color: #868686;
    border-radius: 4px;
    border: solid 1px #cecece
}

.donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price .gfield_radio [type="radio"]:checked+label {
    background: #003e61;
    border-color: #003e61;
    color: white
}

.donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price.custom-amount-field {
    position: relative
}

.donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price.custom-amount-field::after {
    content: "USD";
    display: block;
    font-size: 14px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    color: #000000;
    position: absolute;
    top: calc(50% - 7px);
    right: 15px
}

.donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price.custom-amount-field input {
    padding-right: 55px
}

.donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price.custom-amount-field.euros::after {
    content: "€"
}

@media (min-width: 576px) {
    .donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price.two-items .gfield_radio .gchoice {
        width: calc(50% - 4px)
    }

    .donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price.three-items .gfield_radio .gchoice {
        width: calc(33% - 4px)
    }

    .donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price.four-items .gfield_radio .gchoice {
        width: calc(25% - 4px)
    }

    .donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price.five-items .gfield_radio .gchoice {
        width: calc(20% - 4px)
    }
}

.donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price.other-field-full-width .gfield_radio .gchoice:last-child {
    width: 100%
}

.donateForm_wrapper .gform_body .gform_fields .gfield [type="checkbox"]:checked+label,
.donateForm_wrapper .gform_body .gform_fields .gfield [type="checkbox"]:not(:checked)+label {
    font-family: 'Roboto', sans-serif !important;
    color: black;
    cursor: pointer;
    display: inline-block !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 1em;
    margin: 0 auto;
    padding: 0 0 0 25px !important;
    position: relative;
    vertical-align: middle;
    max-width: 100%;
    z-index: 1
}

.donateForm_wrapper .gform_body .gform_fields .gfield [type="checkbox"]:checked+label::after,
.donateForm_wrapper .gform_body .gform_fields .gfield [type="checkbox"]:not(:checked)+label::after {
    content: "";
    -webkit-transition: all 0.2s ease;
    background: #ff5b40;
    border-radius: 0;
    border: 4px solid #ff5b40;
    height: 15px;
    left: 0;
    position: absolute;
    top: 1px;
    transition: all 0.2s ease;
    width: 15px;
    z-index: -1
}

.donateForm_wrapper .gform_body .gform_fields .gfield [type="checkbox"]:checked,
.donateForm_wrapper .gform_body .gform_fields .gfield [type="checkbox"]:not(:checked) {
    position: relative;
    left: -9999px;
    margin: 0 !important;
    width: 0;
    height: 0;
    min-width: 0;
    max-width: 0;
    min-height: 0;
    padding: 0 !important
}

.donateForm_wrapper .gform_body .gform_fields .gfield [type="checkbox"]:checked+label::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-size: 12px;
    left: 1px;
    position: absolute;
    top: 0px
}

.donateForm_wrapper .gform_body .gform_fields .gfield [type="checkbox"]:not(:checked)+label:after {
    content: "";
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 4px solid #e5e5e5;
    background: transparent
}

.donateForm_wrapper .gform_body .gform_page_footer {
    text-align: center;
    border: none;
    display: flex;
    justify-content: center
}

.donateForm_wrapper .gform_body .gform_page_footer input[type="submit"],
.donateForm_wrapper .gform_body .gform_page_footer input.button {
    background-color: #ff5b40;
    border-radius: 100px;
    border: 2px solid #ff5b40;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px !important;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    margin: 0;
    margin-right: 15px;
    max-width: 100%;
    min-width: 124px;
    opacity: 1;
    padding: 10px 15px !important;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none
}

.donateForm_wrapper .gform_body .gform_page_footer input[type="submit"]:last-child,
.donateForm_wrapper .gform_body .gform_page_footer input.button:last-child {
    margin-right: 0
}

.donateForm_wrapper .gform_body .gform_page_footer input[type="submit"]:hover,
.donateForm_wrapper .gform_body .gform_page_footer input[type="submit"]:focus,
.donateForm_wrapper .gform_body .gform_page_footer input[type="submit"]:active,
.donateForm_wrapper .gform_body .gform_page_footer input.button:hover,
.donateForm_wrapper .gform_body .gform_page_footer input.button:focus,
.donateForm_wrapper .gform_body .gform_page_footer input.button:active {
    background-color: #d4d2d2;
    border-color: #d4d2d2;
    color: #888888;
    text-decoration: none
}

.interior-banner {
    background-color: #005F94;
    min-height: 350px;
    overflow: hidden;
    position: relative;
    z-index: 5;
    display: flex
}

.interior-banner .container {
    margin-top: auto;
    margin-bottom: auto
}

.interior-banner.centered-banner {
    text-align: center
}

.interior-banner.centered-banner .title-page-container {
    width: 538px;
    margin-left: auto;
    margin-right: auto
}

.interior-banner.centered-banner p {
    margin-left: auto;
    margin-right: auto
}

.interior-banner.interior-banner-slider {
    height: 460px
}

.interior-banner.interior-banner-slider .carousel-control-next,
.interior-banner.interior-banner-slider .carousel-control-prev {
    border-radius: 50%;
    bottom: 50px;
    opacity: 1;
    position: absolute;
    top: calc(50% - 1rem);
    transition: all 0.4s ease;
    width: 22px;
    height: 22px;
    display: block;
    z-index: 10;
    top: auto;
    bottom: 30px
}

.interior-banner.interior-banner-slider .carousel-control-next .carousel-control-next-icon,
.interior-banner.interior-banner-slider .carousel-control-next .carousel-control-prev-icon,
.interior-banner.interior-banner-slider .carousel-control-prev .carousel-control-next-icon,
.interior-banner.interior-banner-slider .carousel-control-prev .carousel-control-prev-icon {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    height: 100%;
    width: 100%;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='23.98' height='23.98' viewBox='0 0 23.98 23.98'%3e%3cg fill='none' stroke='%23fff'%3e%3cg transform='translate(22.98 1) rotate(90)'%3e%3ccircle cx='10.99' cy='10.99' r='10.99' stroke='none'/%3e%3ccircle cx='10.99' cy='10.99' r='11.49'/%3e%3c/g%3e%3cpath stroke-miterlimit='10' d='M19.279 14.2l-5.172 5.107L9 14.2' transform='translate(22.98 1) rotate(90) translate(-3.182 -5.02)'/%3e%3c/g%3e%3c/svg%3e ");
    background-size: contain
}

.interior-banner.interior-banner-slider .carousel-control-next:hover .carousel-control-prev-icon,
.interior-banner.interior-banner-slider .carousel-control-next:hover .carousel-control-next-icon,
.interior-banner.interior-banner-slider .carousel-control-prev:hover .carousel-control-prev-icon,
.interior-banner.interior-banner-slider .carousel-control-prev:hover .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23FFFFFF;%7d .st1%7bfill:%23FFFFFF;stroke:%23FFFFFF;%7d .st2%7bfill:none;stroke:%230038AE;stroke-miterlimit:10;%7d %3c/style%3e%3cg%3e%3cg transform='translate(22.98 1) rotate(90)'%3e%3ccircle class='st0' cx='11' cy='11' r='11'/%3e%3ccircle class='st1' cx='11' cy='11' r='11.5'/%3e%3c/g%3e%3cpath class='st2' d='M13.8,17.1l-5.1-5.2l5.1-5.1'/%3e%3c/g%3e%3c/svg%3e ")
}

.interior-banner.interior-banner-slider .carousel-control-next {
    right: 40%;
    left: unset;
    transform: scaleX(-1)
}

.interior-banner.interior-banner-slider .carousel-control-next:hover {
    transform: scale(-1.2, 1.2)
}

.interior-banner.interior-banner-slider .carousel-control-prev {
    left: 40%
}

.interior-banner.interior-banner-slider .carousel-control-prev:hover {
    transform: scale(1.2)
}

.interior-banner.interior-banner-slider .extra-bullets {
    position: absolute;
    z-index: 20;
    bottom: 80px;
    right: calc((100vw - 1130px) / 2);
    align-items: center
}

@media (min-width: 1200px) {
    .interior-banner.interior-banner-slider .extra-bullets {
        right: calc((100vw - 1040px) / 2)
    }
}

.interior-banner.interior-banner-slider .extra-bullets .carousel-indicators {
    margin: 0;
    counter-reset: item;
    width: 20px;
    justify-content: flex-start;
    position: relative
}

.interior-banner.interior-banner-slider .extra-bullets .carousel-indicators::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: white;
    position: absolute;
    top: calc(50% - 0.5px);
    opacity: 0.54;
    display: none
}

.interior-banner.interior-banner-slider .extra-bullets .carousel-indicators li {
    background: transparent;
    height: 20px;
    margin: 0;
    opacity: 0;
    position: static
}

.interior-banner.interior-banner-slider .extra-bullets .carousel-indicators li::after {
    content: "";
    display: block;
    width: 0%;
    height: 3px;
    border-radius: 3px;
    background: white;
    position: relative;
    top: calc(50% - 1.5px);
    transition: 0.4s;
    display: none
}

.interior-banner.interior-banner-slider .extra-bullets .carousel-indicators li:before {
    counter-increment: item;
    content: "0" counter(item);
    display: table-cell;
    color: white;
    font-family: "Akkordeon", sans-serif !important;
    font-size: 38px;
    font-weight: 900;
    letter-spacing: 0px;
    text-indent: 0;
    position: absolute;
    top: -15px;
    left: -30px;
    opacity: 0;
    transition: 0s
}

.interior-banner.interior-banner-slider .extra-bullets .carousel-indicators li.active {
    opacity: 1
}

.interior-banner.interior-banner-slider .extra-bullets .carousel-indicators li.active::after {
    background-color: white;
    width: 100%
}

.interior-banner.interior-banner-slider .extra-bullets .carousel-indicators li.active::before {
    opacity: 1
}

.interior-banner.interior-banner-slider .extra-bullets .carousel-indicators .final-bullet {
    font-family: "Akkordeon", sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.38px;
    color: white;
    position: absolute;
    right: -30px;
    top: calc(50% - 9px)
}

.interior-banner.interior-banner-slider .extra-bullets .arrow-container {
    display: flex;
    margin-left: 110px
}

.interior-banner.interior-banner-slider .extra-bullets .carousel-control-next,
.interior-banner.interior-banner-slider .extra-bullets .carousel-control-prev {
    display: block;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto
}

.interior-banner.interior-banner-slider .extra-bullets .carousel-control-next .carousel-control-prev-icon,
.interior-banner.interior-banner-slider .extra-bullets .carousel-control-next .carousel-control-next-icon,
.interior-banner.interior-banner-slider .extra-bullets .carousel-control-prev .carousel-control-prev-icon,
.interior-banner.interior-banner-slider .extra-bullets .carousel-control-prev .carousel-control-next-icon {
    background-size: 45%
}

.interior-banner.interior-banner-slider .container.bullets {
    z-index: 0
}

.interior-banner .carousel {
    height: 100%
}

.interior-banner .carousel .carousel-inner {
    height: 100%
}

.interior-banner .carousel .carousel-inner .carousel-item {
    height: 100%
}

.interior-banner .carousel img {
    position: absolute
}

.interior-banner .banner-wrapping:not(.img-brand) {
    padding-top: inherit !important;
    height: 100%;
    position: absolute;
    width: 100vw;
    top: 0;
    right: 0
}

.interior-banner .banner-wrapping:not(.img-brand) img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    max-width: 100%;
    max-height: 100%
}

.interior-banner .banner-wrapping:not(.img-brand)::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images/donate-banner-shadows.png");
    background-size: cover;
    opacity: 1
}

.interior-banner .banner-wrapping:not(.img-brand)::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.42;
    background-color: #000;
    display: none
}

.interior-banner .img-brand {
    width: 105.9px;
    height: 42.8px;
    margin-top: 15px
}

@media (min-width: 992px) {
    .interior-banner .img-brand {
        width: 195.9px;
        height: 72.8px
    }
}

.interior-banner .img-brand img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.interior-banner .interior-banner-caption {
    margin-top: 90px;
    padding-bottom: 50px
}

.interior-banner h1,
.interior-banner .title-page {
    color: white;
    margin-bottom: 70px !important;
    margin-top: 50px
}

.interior-banner h2 {
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 1.12px;
    color: #fff;
    margin-bottom: 7px;
    text-transform: none
}

@media (min-width: 992px) {
    .interior-banner h2 {
        font-size: 14px
    }
}

@media (min-width: 1200px) {
    .interior-banner h2 {
        font-size: 28px
    }
}

.interior-banner p {
    color: white;
    width: 615px;
    max-width: 100%;
    margin-top: 21px
}

.interior-banner.interior-banner-donate h1 {
    margin: 0 !important
}

@media (min-width: 768px) {
    .interior-banner.interior-banner-donate .interior-banner-caption {
        padding-bottom: 90px
    }
}

.interior-banner .scroll {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.28px;
    color: white;
    text-transform: uppercase;
    opacity: 1;
    position: absolute;
    bottom: -50px;
    left: calc(50% - 75px);
    z-index: 15;
    margin: 0;
    align-items: center;
    flex-direction: column;
    text-decoration: none
}

.interior-banner .scroll:after {
    content: "";
    display: block;
    width: 1px;
    height: 77px;
    background: white;
    position: relative;
    margin-top: 30px
}

.interior-banner .scroll span {
    margin-left: 15px
}

.interior-banner .go-back {
    position: absolute;
    left: 15px;
    top: calc(35% - 8.5px);
    z-index: 5;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: white;
    display: flex;
    align-items: center;
    text-decoration: none !important
}

.interior-banner .go-back::before {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='30.036' height='22' viewBox='0 0 30.036 22'%3e%3cg%3e%3cpath fill='%23fff' d='M18.594 167.5l-.972.972 1.577 1.577H0v1.375h19.2L17.622 173l.972.972 3.237-3.237z' transform='translate(819.586 2401.613) rotate(180) translate(789.55 2219.876)'/%3e%3cg fill='none' stroke='%23fff' stroke-width='2px' transform='translate(819.586 2401.613) rotate(180) translate(797.586 2379.613)'%3e%3crect width='22' height='22' stroke='none' rx='11'/%3e%3crect width='20' height='20' x='1' y='1' rx='10'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
    width: 30px;
    height: 22px;
    position: relative;
    margin-right: 19px
}

.interior-banner .go-back:hover::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='30.036' height='22' viewBox='0 0 30.036 22'%3e%3cg%3e%3cpath fill='%23ed4b29' d='M18.594 167.5l-.972.972 1.577 1.577H0v1.375h19.2L17.622 173l.972.972 3.237-3.237z' transform='translate(819.586 2401.613) rotate(180) translate(789.55 2219.876)'/%3e%3cg fill='none' stroke='%23ed4b29' stroke-width='2px' transform='translate(819.586 2401.613) rotate(180) translate(797.586 2379.613)'%3e%3crect width='22' height='22' stroke='none' rx='11'/%3e%3crect width='20' height='20' x='1' y='1' rx='10'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ")
}

@media (min-width: 1200px) {
    .interior-banner .go-back {
        top: calc(80% - 8.5px)
    }
}

@media (min-width: 768px) {

    .interior-banner.interior-banner-slider .carousel-control-next,
    .interior-banner.interior-banner-slider .carousel-control-prev {
        bottom: 40px;
        top: auto
    }

    .interior-banner.interior-banner-slider .carousel-control-prev {
        left: calc((100vw - 690px) / 2)
    }

    .interior-banner.interior-banner-slider .carousel-control-next {
        right: auto;
        left: calc((100vw - 620px) / 2)
    }
}

@media (min-width: 992px) {
    .interior-banner.interior-banner-slider .carousel-control-prev {
        left: calc((100vw - 930px) / 2)
    }

    .interior-banner.interior-banner-slider .carousel-control-next {
        right: auto;
        left: calc((100vw - 850px) / 2)
    }
}

@media (min-width: 1200px) {
    .interior-banner .title-page-container {
        margin-top: 100px
    }

    .interior-banner .title-page {
        margin-top: 160px
    }

    .interior-banner.interior-banner-slider .carousel-control-prev {
        left: calc((100vw - 1110px) / 2)
    }

    .interior-banner.interior-banner-slider .carousel-control-next {
        right: auto;
        left: calc((100vw - 1030px) / 2)
    }

    .interior-banner.interior-banner-slider .carousel-control-prev:hover {
        transform: scale(1.55)
    }

    .interior-banner.interior-banner-slider .carousel-control-next:hover {
        transform: scale(-1.55, 1.55)
    }

    .interior-banner.interior-banner-slider .extra-bullets {
        top: 50%;
        bottom: auto
    }
}

.filter-category {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0px 0 40px !important
}

.filter-category span {
    font-family: 'Roboto', sans-serif !important;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: 0.88px;
    color: #a5a5a5
}

.filter-category select {
    font-family: 'Roboto', sans-serif !important;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' viewBox='0 0 9 5'%3e%3cpath fill='%23cecece' d='M9 .556A.563.563 0 0 0 8.438 0H.563A.563.563 0 0 0 0 .556a.549.549 0 0 0 .167.39L4.1 4.835a.557.557 0 0 0 .791 0L8.833.946A.549.549 0 0 0 9 .556z'/%3e%3c/svg%3e ");
    background-size: 9px 5px;
    background-position: 95% center;
    background-repeat: no-repeat;
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #cecece;
    color: #cecece;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 35px 0 0;
    max-width: 100% !important;
    min-height: 40px;
    padding: 7px 50px 7px 18px;
    width: 260px;
    -moz-appearance: none;
    -webkit-appearance: none
}

.filter-category select option {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal
}

.filter-category select::-webkit-input-placeholder {
    color: #000000;
    opacity: 1
}

.filter-category select::-moz-placeholder {
    color: #000000;
    opacity: 1
}

.filter-category select:-ms-input-placeholder {
    color: #000000;
    opacity: 1
}

.filter-category select:active,
.filter-category select:focus {
    box-shadow: none;
    border-color: #ebb967;
    outline: none;
    color: #ebb967;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='3' viewBox='0 0 8 3'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg stroke='%23ebb967'%3e%3cpath d='M331 36L334 39 337 36' transform='translate(-494.000000, -8369.000000) translate(164.000000, 8333.000000)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ")
}

.filter-category select:active::-webkit-input-placeholder,
.filter-category select:focus::-webkit-input-placeholder {
    color: #ebb967;
    opacity: 1
}

.filter-category select:active::-moz-placeholder,
.filter-category select:focus::-moz-placeholder {
    color: #ebb967;
    opacity: 1
}

.filter-category select:active:-ms-input-placeholder,
.filter-category select:focus:-ms-input-placeholder {
    color: #ebb967;
    opacity: 1
}

.container-blog-post {
    margin-bottom: 40px
}

.container-blog-post .card,
.container-blog-post .single-post {
    border-radius: 4px;
    border: solid 1px rgba(217, 217, 217, 0.65) !important;
    background-color: #ffffff;
    margin-bottom: 27px;
    margin-right: 14px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
    text-decoration: none;
    width: calc(33.3% - 16px) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.container-blog-post .card:hover,
.container-blog-post .single-post:hover {
    text-decoration: none;
    box-shadow: 4px 2px 22px 0 rgba(0, 0, 0, 0.09)
}

.container-blog-post .card:hover .title-post.card-title,
.container-blog-post .single-post:hover .title-post.card-title {
    color: #005F94
}

.container-blog-post .card:hover .body-post::before,
.container-blog-post .single-post:hover .body-post::before {
    top: 0
}

.container-blog-post .card .image-wrapping,
.container-blog-post .single-post .image-wrapping {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 197px;
    margin-bottom: 0 !important;
    overflow: hidden;
    padding-top: inherit;
    position: relative;
    width: 100%
}

.container-blog-post .card .image-wrapping img,
.container-blog-post .single-post .image-wrapping img {
    height: 101%;
    object-fit: cover;
    width: 101%
}

.container-blog-post .card .card-body,
.container-blog-post .card .body-post,
.container-blog-post .single-post .card-body,
.container-blog-post .single-post .body-post {
    background: #fff;
    overflow: hidden;
    padding: 19px 39px 19px;
    position: relative;
    transition: all 0.4s ease;
    min-height: 100px;
    height: 100px
}

.container-blog-post .card .card-body .card-title,
.container-blog-post .card .card-body .card-title a,
.container-blog-post .card .body-post .card-title,
.container-blog-post .card .body-post .card-title a,
.container-blog-post .single-post .card-body .card-title,
.container-blog-post .single-post .card-body .card-title a,
.container-blog-post .single-post .body-post .card-title,
.container-blog-post .single-post .body-post .card-title a {
    font-family: 'Roboto', sans-serif !important;
    font-size: 19px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: -0.76px;
    color: #1c363b;
    text-transform: none;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center
}

.container-blog-post .card .card-body .date-publish,
.container-blog-post .card .body-post .date-publish,
.container-blog-post .single-post .card-body .date-publish,
.container-blog-post .single-post .body-post .date-publish {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left
}

.container-blog-post .card .card-body p.card-text,
.container-blog-post .card .card-body .content-post,
.container-blog-post .card .card-body .content-post p,
.container-blog-post .card .body-post p.card-text,
.container-blog-post .card .body-post .content-post,
.container-blog-post .card .body-post .content-post p,
.container-blog-post .single-post .card-body p.card-text,
.container-blog-post .single-post .card-body .content-post,
.container-blog-post .single-post .card-body .content-post p,
.container-blog-post .single-post .body-post p.card-text,
.container-blog-post .single-post .body-post .content-post,
.container-blog-post .single-post .body-post .content-post p {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: 0.02px;
    color: black
}

.container-blog-post .card .card-body span.btn-read-more,
.container-blog-post .card .body-post span.btn-read-more,
.container-blog-post .single-post .card-body span.btn-read-more,
.container-blog-post .single-post .body-post span.btn-read-more {
    font-size: 14px
}

.container-blog-post .card .card-body .button-post,
.container-blog-post .card .body-post .button-post,
.container-blog-post .single-post .card-body .button-post,
.container-blog-post .single-post .body-post .button-post {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 38px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    border-top: 1px solid #d9d9d9
}

.container-blog-post .card .card-body .button-post span,
.container-blog-post .card .body-post .button-post span,
.container-blog-post .single-post .card-body .button-post span,
.container-blog-post .single-post .body-post .button-post span {
    font-family: 'Roboto', sans-serif !important;
    display: flex;
    align-items: center;
    font-size: 10px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    letter-spacing: normal;
    line-height: normal;
    margin: 0 !important;
    text-transform: none;
    text-align: left;
    color: #1c363b
}

.container-blog-post .card .card-body .button-post .date-post,
.container-blog-post .card .body-post .button-post .date-post,
.container-blog-post .single-post .card-body .button-post .date-post,
.container-blog-post .single-post .body-post .button-post .date-post {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.14px;
    color: #1c363b;
    text-transform: none;
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 25px
}

.container-blog-post .card .card-body .button-post .date-post::before,
.container-blog-post .card .body-post .button-post .date-post::before,
.container-blog-post .single-post .card-body .button-post .date-post::before,
.container-blog-post .single-post .body-post .button-post .date-post::before {
    content: "";
    display: inline-block;
    background-image: url("../images/icon-calendar.svg");
    width: 15px;
    height: 16px;
    position: relative;
    margin-right: 10px;
    display: none
}

.container-blog-post .card .card-body .button-post .author-post,
.container-blog-post .card .body-post .button-post .author-post,
.container-blog-post .single-post .card-body .button-post .author-post,
.container-blog-post .single-post .body-post .button-post .author-post {
    font-family: 'Roboto', sans-serif !important;
    font-size: 11px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.09;
    letter-spacing: normal;
    color: #989898;
    text-transform: uppercase;
    position: relative
}

.container-blog-post .card .card-body .button-post .author-post::before,
.container-blog-post .card .body-post .button-post .author-post::before,
.container-blog-post .single-post .card-body .button-post .author-post::before,
.container-blog-post .single-post .body-post .button-post .author-post::before {
    content: "";
    border-radius: 0%;
    display: inline-block;
    height: 3px;
    margin: 0 5px;
    width: 3px;
    background: currentColor;
    position: relative
}

@media (max-width: 1200px) {

    .container-blog-post .card,
    .container-blog-post .single-post {
        width: calc(50% - 14px)
    }
}

@media (max-width: 767px) {

    .container-blog-post .card,
    .container-blog-post .single-post {
        width: 100%
    }
}

.section-category-news .filter-category select,
.section-category-news .filter-category input {
    border-radius: 10px;
    border: solid 1px #979797;
    background-color: #f4f4f4;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: rgba(99, 99, 99, 0.46)
}

.section-category-news .container-news-post {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px
}

.section-category-news .card {
    border: none;
    display: block
}

.section-category-news .card .image-wrapping {
    height: 227px;
    margin: 0;
    border-radius: 8px;
    margin-bottom: 15px
}

.section-category-news .card .image-wrapping img {
    height: 100%
}

.section-category-news .card .card-body {
    padding: 0;
    padding-top: 15px
}

.section-category-news .card .card-title {
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 1px;
    color: #005F94;
    text-transform: uppercase;
    margin-bottom: 10px
}

.section-category-news .card address {
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: 0.89px;
    color: #636363
}

.section-category-news .card p.card-text {
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: 1px;
    color: #000000
}

@media only screen and (max-width: 1199.98px) {
    .filter-wrap {
        flex-flow: wrap row;
        justify-content: space-between;
        width: 400px !important;
        margin: 20px auto 60px !important;
        max-width: 100%
    }

    .filter-wrap select {
        margin: 20px auto !important;
        width: 100%
    }
}

@media only screen and (max-width: 991px) {
    .interior-category .filter-category select {
        margin-top: 0;
        min-height: 37px;
        padding: 9px 50px 8px 18px
    }

    .container-blog-post .card {
        flex-basis: calc(49% - 10px)
    }

    .interior-category .single-blog-post .info-single-post {
        text-align: center
    }

    .interior-category .single-blog-post .info-single-post .title-post,
    .interior-category .single-blog-post .info-single-post a,
    .interior-category .single-blog-post .info-single-post .content-preview,
    .interior-category .single-blog-post .info-single-post p {
        text-align: center
    }
}

@media only screen and (max-width: 767px) {

    .interior-category .single-blog-post .info-single-post p,
    .interior-category .single-blog-post .info-single-post,
    .interior-category .single-blog-post .info-single-post .title-post {
        text-align: center
    }

    .container-blog-post .card {
        flex-basis: 100%
    }

    .interior-category .single-blog-post .info-single-post {
        text-align: center
    }

    .interior-category .single-blog-post .info-single-post .title-post,
    .interior-category .single-blog-post .info-single-post a,
    .interior-category .single-blog-post .info-single-post .content-preview,
    .interior-category .single-blog-post .info-single-post p {
        text-align: center
    }

    .navigation ol.tw-pagination {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0
    }
}

@media only screen and (max-width: 576px) {
    .interior-category .content-page {
        padding: 0 !important
    }
}

body:not(.home) .no-padding .content-page {
    padding-top: 0
}

body:not(.home) .no-padding .content-page::before {
    display: none
}

body:not(.home) .content-page {
    padding-top: 3rem
}

body:not(.home) .content-page::before {
    content: "";
    display: block;
    width: calc(100% + 120px);
    height: 128px;
    box-shadow: 0 -7px 11px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    position: absolute;
    top: -50px;
    left: -60px;
    z-index: 5;
    display: none
}

body:not(.home) .content-page article {
    position: relative;
    z-index: 6
}

body:not(.home) .wp-caption img {
    max-width: 100%;
    height: auto
}

body:not(.home) .wp-caption .wp-caption-text {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    padding: 5px;
    background: #f0f0f0
}

body:not(.home) h1,
body:not(.home) .h1 {
    /* font-family: 'Roboto', sans-serif !important; */
    font-size: 55px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.89;
    letter-spacing: normal;
    margin-bottom: 40px
}

body:not(.home) p a,
body:not(.home) li a {
    text-decoration: underline
}

body:not(.home) p a:hover,
body:not(.home) li a:hover {
    text-decoration: none
}

body:not(.home) p a::selection,
body:not(.home) li a::selection {
    background-color: #005F94;
    color: white
}

body:not(.home) ul.list {
    padding: 0;
    list-style: none
}

body:not(.home) ul.list br {
    display: none
}

body:not(.home) ul.list li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px
}

body:not(.home) ul.list li::after {
    content: "";
    background: #ff5b40;
    border-radius: 50%;
    display: inline-block;
    left: 0;
    margin-left: 0;
    margin-right: 5px;
    margin-top: 5px;
    position: absolute;
    top: 3px;
    width: 8px;
    height: 8px
}

body:not(.home) ul.list li ul {
    padding-left: 0px;
    list-style: none;
    margin-top: 10px
}

body:not(.home) ul.list li ul li::after {
    background: #ff5b40
}

body:not(.home) ul.list li ol {
    margin-top: 10px;
    padding: 0;
    list-style: none
}

body:not(.home) ol.list {
    counter-reset: section;
    list-style-type: none;
    margin-bottom: 1rem;
    padding: 0;
    position: relative
}

body:not(.home) ol.list>li {
    display: table;
    padding-left: 0;
    counter-increment: item
}

body:not(.home) ol.list>li:before {
    counter-increment: section;
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
    color: black;
    font-family: inherit;
    font-size: inherit;
    font-weight: 600;
    position: relative;
    margin-right: 15px
}

body:not(.home) ol.list>li ol,
body:not(.home) ol.list>li ol.list {
    counter-reset: item
}

body:not(.home) ol.list>li ol>li:before,
body:not(.home) ol.list>li ol.list>li:before {
    counter-increment: item;
    content: counters(item, ".") " "
}

body:not(.home) ol.list>li ol li:after,
body:not(.home) ol.list>li ol.list li:after {
    display: none
}

body:not(.home) ol.list li {
    position: relative;
    margin-bottom: 10px
}

body:not(.home) ol.list li::after {
    background: transparent;
    border-radius: 0;
    color: #ff5b40;
    display: inline-block;
    font-size: inherit;
    font-weight: bold;
    left: 0;
    padding-right: 0;
    position: absolute;
    top: 0
}

body:not(.home) ol.list li ol {
    margin-top: 10px;
    padding: 0;
    list-style: none
}

body:not(.home) ol.list li ol ol {
    margin-left: 42px
}

body:not(.home) .cd-timeline-content h1,
body:not(.home) .cd-timeline-content h2,
body:not(.home) .cd-timeline-content h3,
body:not(.home) .cd-timeline-content h4,
body:not(.home) .cd-timeline-content h5,
body:not(.home) .cd-timeline-content h6,
body:not(.home) .cd-timeline-content p,
body:not(.home) .cd-timeline-content a,
body:not(.home) .cd-timeline-content p a,
body:not(.home) .cd-timeline-content li,
body:not(.home) .cd-timeline-content li a {
    color: white
}

body:not(.home) .cd-timeline-item-title {
    font-size: 27px
}

body:not(.home) .et-ver-timeline-template-1 .et-content-outer-wrap {
    padding: 0
}

body:not(.home) .wp-block-image {
    position: relative;
    z-index: 1
}

body:not(.home) .yottie-widget-header,
body:not(.home) .yottie-widget-header-classic,
body:not(.home) .yottie-visible {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    max-width: 100%
}

body:not(.home) .yottie-widget-header .yottie-widget-header-channel,
body:not(.home) .yottie-widget-header-classic .yottie-widget-header-channel,
body:not(.home) .yottie-visible .yottie-widget-header-channel {
    display: flex
}

body:not(.home) .yottie-widget-header-channel-title a {
    white-space: normal
}

body:not(.home) .yottie-widget-header-channel-title+.yottie-widget-header-channel-caption {
    white-space: normal
}

body:not(.home) .yottie-widget-header-classic .yottie-widget-header-channel,
body:not(.home) .yottie-widget-header-classic .yottie-widget-header-channel-inner {
    height: auto
}

body:not(.home) .yottie-widget-header-channel-caption {
    -webkit-line-clamp: none;
    -webkit-box-orient: initial;
    max-height: inherit
}

@media (max-width: 768px) {
    body:not(.home) .yottie-mw-640 .yottie-widget-header-classic .yottie-widget-header-properties {
        margin-top: 30px
    }
}

body:not(.home) .button-block a {
    margin-right: 10px;
    margin-bottom: 10px
}

body:not(.home) .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0
}

body:not(.home) .wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
    padding-right: 0
}

body:not(.home) .wp-block-media-text .wp-block-media-text__content {
    margin-bottom: 50px
}

body:not(.home) .wp-block-image img {
    width: 100%;
    height: auto
}

body:not(.home) .wp-block-media-text__media img {
    object-fit: contain;
    height: 100%
}

body:not(.home) .custom-block {
    padding: 40px 0;
    position: relative
}

@media (min-width: 768px) {
    body:not(.home) .custom-block {
        padding: 70px 0
    }
}

@media (min-width: 992px) {
    body:not(.home) .custom-block {
        padding: 90px 0
    }
}

body:not(.home) .custom-block.no-padding {
    padding: 0
}

body:not(.home) .custom-block p:last-child {
    margin-bottom: 0
}

body:not(.home) .custom-block .wp-block-button {
    margin-top: 23px
}

body:not(.home) .custom-block ul {
    padding: 0;
    list-style: none
}

body:not(.home) .custom-block ul br {
    display: none
}

body:not(.home) .custom-block ul li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px
}

body:not(.home) .custom-block ul li::after {
    content: "";
    background: #ff5b40;
    border-radius: 50%;
    display: inline-block;
    left: 0;
    margin-left: 0;
    margin-right: 5px;
    margin-top: 5px;
    position: absolute;
    top: 3px;
    width: 8px;
    height: 8px
}

body:not(.home) .custom-block ul li ul {
    padding-left: 0px;
    list-style: none;
    margin-top: 10px
}

body:not(.home) .custom-block ul li ul li::after {
    background: #ff5b40
}

body:not(.home) .custom-block ul li ol {
    margin-top: 10px;
    padding: 0;
    list-style: none
}

body:not(.home) .custom-block ol {
    counter-reset: section;
    list-style-type: none;
    margin-bottom: 1rem;
    padding: 0;
    position: relative
}

body:not(.home) .custom-block ol>li {
    display: table;
    padding-left: 0;
    counter-increment: item
}

body:not(.home) .custom-block ol>li:before {
    counter-increment: section;
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
    color: black;
    font-family: inherit;
    font-size: inherit;
    font-weight: 600;
    position: relative;
    margin-right: 15px
}

body:not(.home) .custom-block ol>li ol,
body:not(.home) .custom-block ol>li ol.list {
    counter-reset: item
}

body:not(.home) .custom-block ol>li ol>li:before,
body:not(.home) .custom-block ol>li ol.list>li:before {
    counter-increment: item;
    content: counters(item, ".") " "
}

body:not(.home) .custom-block ol>li ol li:after,
body:not(.home) .custom-block ol>li ol.list li:after {
    display: none
}

body:not(.home) .custom-block ol li {
    position: relative;
    margin-bottom: 10px
}

body:not(.home) .custom-block ol li::after {
    background: transparent;
    border-radius: 0;
    color: #ff5b40;
    display: inline-block;
    font-size: inherit;
    font-weight: bold;
    left: 0;
    padding-right: 0;
    position: absolute;
    top: 0
}

body:not(.home) .custom-block ol li ol {
    margin-top: 10px;
    padding: 0;
    list-style: none
}

body:not(.home) .custom-block ol li ol ol {
    margin-left: 42px
}

body:not(.home) .image-pop-up-block .row {
    margin-bottom: 1.5rem
}

body:not(.home) .image-pop-up-block .row:last-child {
    margin-bottom: 0
}

body:not(.home) .image-pop-up-block .col-12 {
    margin-bottom: 1.5rem
}

body:not(.home) .image-pop-up-block .col-12:last-child {
    margin-bottom: 0
}

body:not(.home) .image-pop-up-block img {
    width: 100%
}

body:not(.home) .custom-swiper-block {
    position: relative
}

body:not(.home) .custom-swiper-block h1,
body:not(.home) .custom-swiper-block h2,
body:not(.home) .custom-swiper-block h3,
body:not(.home) .custom-swiper-block h4,
body:not(.home) .custom-swiper-block h5,
body:not(.home) .custom-swiper-block h6 {
    color: #005F94
}

body:not(.home) .custom-swiper-block .card {
    margin: 3px
}

body:not(.home) .custom-swiper-block .card:hover {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16)
}

body:not(.home) .custom-swiper-block .img-wrap {
    height: 182px
}

@media (min-width: 768px) {
    body:not(.home) .custom-swiper-block .card-body {
        padding: 39px
    }
}

body:not(.home) .custom-swiper-block .card-title {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #005F94;
    margin-bottom: 16px;
    text-transform: uppercase
}

body:not(.home) .custom-swiper-block .card-text p,
body:not(.home) .custom-swiper-block .card-text li {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.32px;
    color: #000
}

body:not(.home) .custom-swiper-block .link {
    margin-top: 32px
}

body:not(.home) .custom-swiper-block .swiper-button-next,
body:not(.home) .custom-swiper-block .swiper-button-prev {
    width: 22px;
    height: 18px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='21.588' height='14.917' viewBox='0 0 21.588 14.917'%3e%3cdefs%3e%3cstyle%3e .cls-1%7bfill:none;stroke:%2397999b;stroke-width:2px%7d %3c/style%3e%3c/defs%3e%3cg id='arrow-icon' transform='translate(21.588 0.752) rotate(90)'%3e%3cpath id='Path_3' d='M0 0v19.622' class='cls-1' transform='translate(6.425 0)'/%3e%3cpath id='Path_4' d='M0 0l6.352 7.243L13.451 0' class='cls-1' transform='translate(0 12.875)'/%3e%3c/g%3e%3c/svg%3e ");
    background-size: contain;
    background-repeat: no-repeat;
    outline: none
}

body:not(.home) .custom-swiper-block .swiper-button-next::after,
body:not(.home) .custom-swiper-block .swiper-button-prev::after {
    display: none
}

body:not(.home) .custom-swiper-block .swiper-button-next:hover,
body:not(.home) .custom-swiper-block .swiper-button-prev:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='21.588' height='14.917' viewBox='0 0 21.588 14.917'%3e%3cdefs%3e%3cstyle%3e .cls-1%7bfill:none;stroke:%230038ae;stroke-width:2px%7d %3c/style%3e%3c/defs%3e%3cg id='arrow-icon' transform='translate(21.588 0.752) rotate(90)'%3e%3cpath id='Path_3' d='M0 0v19.622' class='cls-1' transform='translate(6.425 0)'/%3e%3cpath id='Path_4' d='M0 0l6.352 7.243L13.451 0' class='cls-1' transform='translate(0 12.875)'/%3e%3c/g%3e%3c/svg%3e ")
}

body:not(.home) .custom-swiper-block .swiper-button-next {
    transform: scaleX(-1)
}

body:not(.home) .custom-full-images-block {
    padding: 0
}

body:not(.home) .custom-become-a-climate-restorer-block {
    padding-top: 0;
    position: relative;
    padding-bottom: 0
}

body:not(.home) .custom-become-a-climate-restorer-block::after {
    content: "";
    display: block;
    background-image: url("../images/become-circle-top-left-4.png");
    width: 157px;
    height: 157px;
    position: absolute;
    right: 44px;
    top: 282px
}

@media (min-width: 1200px) {
    body:not(.home) .custom-become-a-climate-restorer-block::after {
        right: calc((100vw - 1280px) / 2)
    }
}

body:not(.home) .custom-become-a-climate-restorer-block .info-container {
    padding: 50px 0 120px
}

@media (min-width: 992px) {
    body:not(.home) .custom-become-a-climate-restorer-block .info-container {
        padding-top: 112px
    }
}

body:not(.home) .custom-become-a-climate-restorer-block .info-container::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1c363b
}

@media (min-width: 768px) {
    body:not(.home) .custom-become-a-climate-restorer-block .info-container::before {
        width: 70vw;
        left: calc((100vw - 690px) / -2)
    }
}

@media (min-width: 992px) {
    body:not(.home) .custom-become-a-climate-restorer-block .info-container::before {
        width: calc(1016px + ((100vw - 930px) / 2));
        left: calc((100vw - 930px) / -2);
        background-image: url("../images/gradient.png");
        background-size: cover;
        background-position: top left, top right;
        background-repeat: no-repeat
    }
}

@media (min-width: 1200px) {
    body:not(.home) .custom-become-a-climate-restorer-block .info-container::before {
        width: calc(1016px + ((100vw - 1110px) / 2));
        left: calc((100vw - 1110px) / -2)
    }
}

body:not(.home) .custom-become-a-climate-restorer-block .info-container h1,
body:not(.home) .custom-become-a-climate-restorer-block .info-container h2,
body:not(.home) .custom-become-a-climate-restorer-block .info-container h3,
body:not(.home) .custom-become-a-climate-restorer-block .info-container h4,
body:not(.home) .custom-become-a-climate-restorer-block .info-container h5,
body:not(.home) .custom-become-a-climate-restorer-block .info-container h6,
body:not(.home) .custom-become-a-climate-restorer-block .info-container p,
body:not(.home) .custom-become-a-climate-restorer-block .info-container li,
body:not(.home) .custom-become-a-climate-restorer-block .info-container span,
body:not(.home) .custom-become-a-climate-restorer-block .info-container blockquote {
    color: white;
    position: relative;
    z-index: 5
}

body:not(.home) .custom-become-a-climate-restorer-block .img-wrap {
    width: 54px;
    height: 47.2px;
    margin-bottom: 28px
}

body:not(.home) .custom-become-a-climate-restorer-block .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

body:not(.home) .custom-become-a-climate-restorer-block .donate-form-container {
    margin-top: -68px;
    position: relative;
    z-index: 5
}

@media (min-width: 992px) {
    body:not(.home) .custom-become-a-climate-restorer-block .donate-form-container {
        margin-top: -228px
    }
}

body:not(.home) .custom-become-a-climate-restorer-block .link {
    position: relative;
    margin-bottom: 50px
}

@media (min-width: 1200px) {
    body:not(.home) .custom-become-a-climate-restorer-block.extended-background .info-container::before {
        height: calc(100% + 340px)
    }
}

body:not(.home) .custom-why-donate-monthly-block {
    padding: 0
}

body:not(.home) .custom-why-donate-monthly-block h1,
body:not(.home) .custom-why-donate-monthly-block h2,
body:not(.home) .custom-why-donate-monthly-block h3,
body:not(.home) .custom-why-donate-monthly-block h4,
body:not(.home) .custom-why-donate-monthly-block h5,
body:not(.home) .custom-why-donate-monthly-block h6,
body:not(.home) .custom-why-donate-monthly-block p,
body:not(.home) .custom-why-donate-monthly-block li,
body:not(.home) .custom-why-donate-monthly-block span,
body:not(.home) .custom-why-donate-monthly-block blockquote {
    color: white;
    position: relative;
    z-index: 5
}

body:not(.home) .custom-why-donate-monthly-block .content-wrap {
    position: relative;
    padding: 50px 0
}

@media (min-width: 768px) {
    body:not(.home) .custom-why-donate-monthly-block .content-wrap {
        margin-top: -120px
    }
}

body:not(.home) .custom-why-donate-monthly-block .content-wrap::before {
    content: "";
    display: block;
    width: 180%;
    height: 100%;
    background-color: #1b88ca;
    position: absolute;
    background-image: url("../images/white-texture-left-pattern.png"), url("../images/white-texture-left-pattern.png"), url("../images/square-c-shape-2.png"), url("../images/ffcr-logo-symbol-background-2.png");
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (min-width: 576px) {
    body:not(.home) .custom-why-donate-monthly-block .content-wrap::before {
        background-size: 468px 100%, 215px 100%, 563px 197px, 214px 187px;
        background-position: top left, top right, 438px 115px, 686px 115px;
        background-repeat: no-repeat
    }
}

body:not(.home) .custom-why-donate-monthly-block .content-top {
    margin-bottom: 30px
}

body:not(.home) .custom-why-donate-monthly-block .content-top::before {
    content: "";
    display: block;
    width: 9px;
    height: 14px;
    position: relative;
    margin-bottom: 23px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='9' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9 0H0l4.5 6L9 0zM9 8H0l4.5 6L9 8z' fill='%23fff'/%3e%3c/svg%3e ");
    background-size: 100%;
    animation: myanim 0.9s;
    animation-iteration-count: infinite;
    margin-right: 10px;
    animation-timing-function: linear;
    background-position: 0 0
}

@keyframes myanim {
    0% {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='9' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9 0H0l4.5 6L9 0zM9 8H0l4.5 6L9 8z' fill='%23fff'/%3e%3c/svg%3e ")
    }

    24% {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='9' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9 0H0l4.5 6L9 0zM9 8H0l4.5 6L9 8z' fill='%23fff'/%3e%3c/svg%3e ")
    }

    25% {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 14' style='enable-background:new 0 0 9 14;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23FFFFFF;%7d %3c/style%3e%3cpath class='st0' d='M9,0H0l4.5,6L9,0z'/%3e%3c/svg%3e ")
    }

    49% {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 14' style='enable-background:new 0 0 9 14;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23FFFFFF;%7d %3c/style%3e%3cpath class='st0' d='M9,0H0l4.5,6L9,0z'/%3e%3c/svg%3e ")
    }

    50% {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='9' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9 0H0l4.5 6L9 0zM9 8H0l4.5 6L9 8z' fill='%23fff'/%3e%3c/svg%3e ")
    }

    74% {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='9' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9 0H0l4.5 6L9 0zM9 8H0l4.5 6L9 8z' fill='%23fff'/%3e%3c/svg%3e ")
    }

    75% {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 14' style='enable-background:new 0 0 9 14;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23FFFFFF;%7d %3c/style%3e%3cpath class='st0' d='M9,0H0l4.5,6L9,0z'/%3e%3c/svg%3e ")
    }

    100% {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 14' style='enable-background:new 0 0 9 14;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23FFFFFF;%7d %3c/style%3e%3cpath class='st0' d='M9,0H0l4.5,6L9,0z'/%3e%3c/svg%3e ")
    }
}

body:not(.home) .custom-why-donate-monthly-block .card {
    background: transparent
}

body:not(.home) .custom-why-donate-monthly-block .img-wrap {
    width: 39px;
    height: 34px;
    margin-bottom: 14px
}

body:not(.home) .custom-why-donate-monthly-block .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

body:not(.home) .custom-why-donate-monthly-block .card-title {
    font-family: 'Roboto', sans-serif !important;
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.75px;
    margin-bottom: 11px;
    text-transform: none
}

body:not(.home) .custom-donation-frequency-block {
    position: relative
}

body:not(.home) .custom-donation-frequency-block::before {
    content: "";
    display: block;
    width: 100%;
    height: 480px;
    background-image: url("../images/texture-bg-pattern.png");
    position: absolute;
    top: calc(50% - 240px);
    left: 0
}

body:not(.home) .custom-donation-frequency-block::after {
    content: "";
    display: block;
    width: 1500px;
    height: 100%;
    background-image: url("../images/black-triangle.png"), url("../images/ffcr-logo-background.png"), url("../images/frequency-circle-top-left-2.png"), url("../images/ffcr-logo-background.png");
    background-size: 32px 25px, 172px, 157px, 167px;
    background-position: 74px 91px, 0 331px, 45px 77%, 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

body:not(.home) .custom-donation-frequency-block .container {
    position: relative;
    z-index: 5
}

body:not(.home) .custom-donation-frequency-block .single-box {
    padding: 50px 0 0;
    border-bottom: 1px solid #ff5b40
}

body:not(.home) .custom-donation-frequency-block .single-box:first-child {
    padding-top: 0
}

body:not(.home) .custom-donation-frequency-block .card {
    box-shadow: 3px 3px 11px 0 rgba(0, 0, 0, 0.06)
}

body:not(.home) .custom-donation-frequency-block .card:hover .img-wrap img {
    width: 115%;
    height: 115%
}

body:not(.home) .custom-donation-frequency-block .card:hover .card-title {
    color: #ff5b40
}

body:not(.home) .custom-donation-frequency-block .img-wrap {
    height: 203px
}

body:not(.home) .custom-donation-frequency-block .img-wrap img {
    width: 100%;
    height: 100%
}

body:not(.home) .custom-donation-frequency-block .card-body {
    padding: 20px 40px
}

@media (min-width: 768px) {
    body:not(.home) .custom-donation-frequency-block .card-body {
        padding: 20px
    }
}

@media (min-width: 992px) {
    body:not(.home) .custom-donation-frequency-block .card-body {
        padding: 20px 40px
    }
}

body:not(.home) .custom-donation-frequency-block .card-title {
    font-family: 'Roboto', sans-serif !important;
    font-size: 31px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.06;
    letter-spacing: -1.24px;
    color: #005F94;
    text-transform: none;
    margin-bottom: 8px
}

body:not(.home) .custom-donation-frequency-block .donation-category {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 1.12px;
    color: #040404
}

body:not(.home) .custom-donation-frequency-block .link {
    margin-top: 30px
}

body:not(.home) .custom-donation-frequency-block h2 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 1.12px;
    color: #ff5b40;
    margin-bottom: 9px
}

body:not(.home) .custom-ways-to-give-block {
    position: relative
}

body:not(.home) .custom-ways-to-give-block::before {
    content: "";
    display: block;
    width: 100%;
    height: 480px;
    background-image: url("../images/texture-bg-pattern.png");
    position: absolute;
    left: 0;
    top: 0
}

body:not(.home) .custom-ways-to-give-block::after {
    content: "";
    display: block;
    background-image: url("../images/black-triangle.png");
    background-size: contain;
    width: 25px;
    height: 19.5px;
    position: absolute;
    top: 0;
    right: calc((100vw - 1110px) / 2)
}

body:not(.home) .custom-ways-to-give-block h2 {
    color: #ff5b40
}

body:not(.home) .custom-ways-to-give-block h3 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.75px;
    color: #040404;
    text-transform: none
}

@media (min-width: 768px) {
    body:not(.home) .custom-ways-to-give-block h3 {
        font-size: 25px
    }
}

body:not(.home) .custom-ways-to-give-block .content-bottom .row .col-12 .row {
    height: 100%
}

body:not(.home) .custom-ways-to-give-block .single-box,
body:not(.home) .custom-ways-to-give-block .card {
    height: 100%
}

body:not(.home) .custom-ways-to-give-block .card {
    background: #005F94
}

body:not(.home) .custom-ways-to-give-block .card-title {
    font-family: 'Roboto', sans-serif !important;
    font-size: 19px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: -0.76px;
    color: #fff;
    text-transform: none
}

body:not(.home) .custom-ways-to-give-block .card-title a {
    color: inherit;
    text-decoration: underline
}

body:not(.home) .custom-ways-to-give-block .card-title a:hover {
    text-decoration: none
}

body:not(.home) .custom-ways-to-give-block .card-text p,
body:not(.home) .custom-ways-to-give-block .card-text li,
body:not(.home) .custom-ways-to-give-block .card-text blockquote,
body:not(.home) .custom-ways-to-give-block .card-text cite {
    color: white
}

body:not(.home) .custom-ways-to-give-block .card-text p a,
body:not(.home) .custom-ways-to-give-block .card-text li a,
body:not(.home) .custom-ways-to-give-block .card-text blockquote a,
body:not(.home) .custom-ways-to-give-block .card-text cite a {
    color: inherit
}

body:not(.home) .custom-for-corporations-block {
    position: relative;
    padding-top: 0
}

body:not(.home) .custom-for-corporations-block .container {
    position: relative;
    z-index: 5
}

body:not(.home) .custom-for-corporations-block h2 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.75px;
    color: #040404;
    text-transform: none
}

body:not(.home) .custom-for-corporations-block h3 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.2px;
    color: #ff5b40;
    text-transform: none;
    margin-top: 70px
}

body:not(.home) .custom-for-corporations-block h3 a {
    color: inherit;
    text-decoration: underline
}

body:not(.home) .custom-for-corporations-block h3 a:hover {
    text-decoration: none
}

body:not(.home) .custom-for-corporations-block .content-bottom {
    margin-top: 38px
}

@media (min-width: 768px) {
    body:not(.home) .custom-for-corporations-block .content-bottom {
        margin-top: 78px
    }
}

body:not(.home) .custom-for-corporations-block .card {
    background: rgba(255, 255, 255, 0.9)
}

@media (min-width: 768px) {
    body:not(.home) .custom-for-corporations-block .card-body {
        padding: 39px 45px 38px 54px;
        min-height: 450px
    }
}

@media (min-width: 992px) {
    body:not(.home) .custom-for-corporations-block .card-body {
        min-height: 410px
    }
}

@media (min-width: 1200px) {
    body:not(.home) .custom-for-corporations-block .card-body {
        min-height: 360px
    }
}

body:not(.home) .custom-for-corporations-block .card-body::before {
    content: "";
    display: block;
    width: 27px;
    height: 19.7px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='27' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.47 13.363c-1.29 2.797-4.09 5.384-6.102 6.23-.286.127-1.017.226-1.271-.255-.191-.362-.112-.905.475-1.361 2.86-2.216 3.462-5.58 3.56-5.92a6.102 6.102 0 0 1-2.87.241c-4.492-.675-6.739-5.8-4.196-9.58 2.12-3.158 6.592-3.645 9.37-1.033 1.144 1.077 1.7 2.432 1.974 3.941.5 2.678.202 5.265-.94 7.737zM25.827 13.363c-1.29 2.797-4.09 5.384-6.102 6.23-.285.127-1.017.226-1.272-.255-.19-.362-.111-.905.476-1.361 2.86-2.216 3.463-5.58 3.56-5.92a6.102 6.102 0 0 1-2.872.241c-4.492-.675-6.738-5.8-4.196-9.58 2.12-3.158 6.592-3.645 9.37-1.033 1.144 1.077 1.7 2.432 1.976 3.941.5 2.678.202 5.265-.94 7.737z' fill='%23454345'/%3e%3c/svg%3e ");
    background-size: contain;
    position: relative;
    margin-bottom: 14.3px
}

body:not(.home) .custom-for-corporations-block blockquote {
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -0.18px;
    color: #040404
}

body:not(.home) .custom-for-corporations-block cite {
    display: block;
    font-style: normal;
    margin: 0
}

body:not(.home) .custom-for-corporations-block cite.name {
    font-weight: 700
}

body:not(.home) .custom-for-corporations-block .background-section {
    width: 100%;
    height: 100%;
    background-image: url("../images/trees.webp");
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0
}

body:not(.home) .custom-for-corporations-block .swiper-donate-testimonials-container {
    overflow: hidden
}

body:not(.home) .custom-for-corporations-block .swiper-pagination {
    position: relative;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

body:not(.home) .custom-for-corporations-block .swiper-pagination .swiper-pagination-bullet {
    background: white;
    width: 9px;
    height: 9px;
    margin: 0 10px;
    outline: none
}

body:not(.home) .custom-for-corporations-block .swiper-pagination .swiper-pagination-bullet-active {
    width: 13px;
    height: 13px
}

.interior-404 {
    padding-top: 40px
}

.fourerror {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    margin: 0 auto;
    width: 535px;
    max-width: 100%
}

.fourerror .ghost-404 {
    position: relative;
    height: 230px;
    margin: 0 auto;
    width: 140px
}

.fourerror .ghost-404 .ghost-icon,
.fourerror .ghost-404 .ghost-base {
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent;
    position: relative;
    width: 130px
}

.fourerror .ghost-404 .ghost-icon {
    background-image: url("../images/icons/ghost.svg");
    height: 132px
}

.fourerror .ghost-404 .ghost-base {
    background-image: url("../images/icons/base-ghost.svg");
    height: 17px;
    margin-top: 30px
}

.fourerror h3 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #005F94
}

.fourerror p {
    font-size: 24px !important;
    text-align: center !important;
    color: #000000 !important
}

.fourerror a[class^="btn-"] {
    margin: 40px auto
}

.container-paginator {
    background-color: transparent;
    margin: 0 auto 0px;
    max-width: 100%;
    padding: 10px 0px;
    width: 100%;
    border-radius: 0;
    box-shadow: none
}

.pagination,
.navigation {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px auto 30px;
    position: relative
}

.pagination .page-numbers.current,
.pagination .current,
.navigation .page-numbers.current,
.navigation .current {
    position: relative;
    z-index: 0
}

.pagination .page-numbers.current::after,
.pagination .current::after,
.navigation .page-numbers.current::after,
.navigation .current::after {
    content: "";
    background-color: #005F94;
    border-radius: 0%;
    height: 2px;
    left: calc(50% - 5px);
    position: absolute;
    bottom: -9px;
    width: 10px;
    z-index: -1
}

.pagination .nav-links,
.navigation .nav-links {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

@media (min-width: 992px) {

    .pagination .next,
    .navigation .next {
        margin-left: auto !important
    }

    .pagination .prev,
    .navigation .prev {
        margin-right: auto !important
    }
}

.pagination .next,
.pagination .prev,
.navigation .next,
.navigation .prev {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.38 !important;
    letter-spacing: normal !important;
    color: #1c363b !important;
    text-transform: none;
    text-decoration: none !important;
    background-color: transparent;
    border-radius: 60px !important;
    border: none;
    box-shadow: none;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    overflow-wrap: break-word;
    padding: 0;
    position: relative;
    transition: all 0s ease
}

.pagination .next:hover,
.pagination .next:focus,
.pagination .next:active,
.pagination .prev:hover,
.pagination .prev:focus,
.pagination .prev:active,
.navigation .next:hover,
.navigation .next:focus,
.navigation .next:active,
.navigation .prev:hover,
.navigation .prev:focus,
.navigation .prev:active {
    color: #005F94 !important;
    text-decoration: none !important
}

.pagination .next:hover::after,
.pagination .next:focus::after,
.pagination .next:active::after,
.pagination .prev:hover::after,
.pagination .prev:focus::after,
.pagination .prev:active::after,
.navigation .next:hover::after,
.navigation .next:focus::after,
.navigation .next:active::after,
.navigation .prev:hover::after,
.navigation .prev:focus::after,
.navigation .prev:active::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12.001' height='9' viewBox='0 0 12.001 9'%3e%3cpath stroke='%2376297d' stroke-miterlimit='10' d='M11 4a.536.536 0 0 0-.1-.276L7.843.145a.39.39 0 0 0-.578-.034.422.422 0 0 0-.034.589L9.7 3.579H.407a.421.421 0 0 0 0 .842H9.7L7.231 7.3a.417.417 0 0 0 .053.591.374.374 0 0 0 .558-.038L10.9 4.276A.422.422 0 0 0 11 4z' transform='translate(.5 .5)'/%3e%3c/svg%3e ");
    background-size: contain;
    background-repeat: no-repeat
}

.pagination .next::after,
.pagination .prev::after,
.navigation .next::after,
.navigation .prev::after {
    content: "";
    display: none;
    position: relative;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12.001' height='9' viewBox='0 0 12.001 9'%3e%3cpath stroke='%23000' stroke-miterlimit='10' d='M11 4a.536.536 0 0 0-.1-.276L7.843.145a.39.39 0 0 0-.578-.034.422.422 0 0 0-.034.589L9.7 3.579H.407a.421.421 0 0 0 0 .842H9.7L7.231 7.3a.417.417 0 0 0 .053.591.374.374 0 0 0 .558-.038L10.9 4.276A.422.422 0 0 0 11 4z' transform='translate(.5 .5)'/%3e%3c/svg%3e ");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 6px;
    width: 11px;
    height: 8px
}

.pagination ol,
.navigation ol {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0
}

.pagination ol li,
.navigation ol li {
    padding: 0 !important;
    margin: 10px !important
}

.pagination ol li::before,
.navigation ol li::before {
    display: none !important
}

.pagination .navigation,
.pagination .pagination,
.pagination .page-numbers,
.pagination .pagination.current,
.pagination .nav-links>a,
.pagination .page,
.navigation .navigation,
.navigation .pagination,
.navigation .page-numbers,
.navigation .pagination.current,
.navigation .nav-links>a,
.navigation .page {
    font-family: 'Roboto', sans-serif !important;
    background: transparent;
    border: none !important;
    color: #1c363b;
    display: inline-block;
    font-size: 13px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    margin: 12px 25px;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s ease
}

.pagination .navigation:hover,
.pagination .pagination:hover,
.pagination .page-numbers:hover,
.pagination .pagination.current:hover,
.pagination .nav-links>a:hover,
.pagination .page:hover,
.navigation .navigation:hover,
.navigation .pagination:hover,
.navigation .page-numbers:hover,
.navigation .pagination.current:hover,
.navigation .nav-links>a:hover,
.navigation .page:hover {
    text-decoration: none;
    border-color: #005F94
}

.pagination .navigation.current,
.pagination .pagination.current,
.pagination .page-numbers.current,
.pagination .pagination.current.current,
.pagination .nav-links>a.current,
.pagination .page.current,
.navigation .navigation.current,
.navigation .pagination.current,
.navigation .page-numbers.current,
.navigation .pagination.current.current,
.navigation .nav-links>a.current,
.navigation .page.current {
    color: #005F94
}

@media only screen and (max-width: 991px) {
    .pagination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        flex-wrap: wrap
    }
}

@media only screen and (max-width: 767px) {
    .pagination {
        padding: 0 10px !important
    }
}

body.search h1 span {
    font-size: inherit
}

.content-search {
    padding-top: 50px
}

.search-section {
    display: none;
    background: #003e61;
    z-index: 9999;
    position: relative
}

div.search {
    font-family: 'Roboto', sans-serif !important;
    background: #003e61;
    display: block;
    position: relative
}

div.search::before {
    content: "";
    background: #003e61;
    opacity: 0.5;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px
}

div.search::after {
    content: "";
    background: #003e61;
    height: 100%;
    position: absolute;
    opacity: 0.5;
    right: 0;
    top: 0;
    width: 1px
}

div.search .screen-reader-text {
    display: none
}

div.search .fa-times {
    color: white;
    cursor: pointer;
    font-size: 14px;
    margin-right: 10px;
    opacity: 0.5;
    transition: 0.3s
}

div.search .fa-times:hover {
    text-decoration: none;
    opacity: 1
}

div.search #searchsubmit {
    background: transparent url("../images/icons/search-icon-color.png") no-repeat;
    background-color: #ff5b40;
    background-position: center;
    background-size: 24px 24px;
    border-radius: 0;
    border: none;
    color: #fff;
    font-size: 12px;
    height: 40px;
    margin-left: -4px;
    opacity: 0.7;
    text-indent: -99999999px;
    text-transform: uppercase;
    transition: 0.4s;
    vertical-align: middle;
    width: 50px
}

div.search #searchsubmit:hover {
    background-size: 18px 18px;
    opacity: 1
}

div.search #s {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    height: 40px;
    padding: 5px 15px;
    vertical-align: middle;
    width: calc(100% - 70px)
}

div.search #s:hover,
div.search #s:focus,
div.search #s:active {
    outline: none;
    box-shadow: none
}

div.search #s::-webkit-input-placeholder {
    color: #fff
}

div.search #s::-moz-placeholder {
    color: #fff
}

div.search #s:-ms-input-placeholder {
    color: #fff
}

div.search #s:-moz-placeholder {
    color: #fff
}

div.search #s:-webkit-autofill,
div.search #s:-webkit-autofill:hover,
div.search #s:-webkit-autofill:focus,
div.search #s:-webkit-autofill,
div.search #s:-webkit-autofill:hover,
div.search #s:-webkit-autofill:focus,
div.search #s:-webkit-autofill,
div.search #s:-webkit-autofill:hover,
div.search #s:-webkit-autofill:focus {
    background: transparent !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    transition: background-color 5000s ease-in-out 0s
}

@media (max-width: 1200px) {
    div.search #s {
        height: 40px
    }
}

body.search-results {
    display: block;
    padding-top: 0px;
    margin-left: 0
}

body.search-results .content-search h1.search-title {
    font-size: 30px;
    text-transform: none
}

body.search-results .content-search ul.search-list-result {
    padding: 0;
    margin: 0;
    text-align: left
}

body.search-results .content-search ul.search-list-result li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    line-height: 1.66
}

body.search-results .content-search ul.search-list-result li::before {
    content: none !important
}

body.search-results .content-search ul.search-list-result li h3 {
    margin-bottom: 20px;
    font-family: "Akkordeon", sans-serif !important;
    display: block
}

body.search-results .content-search ul.search-list-result li h3 a {
    color: #005F94;
    font-size: 30px;
    font-family: "Akkordeon", sans-serif !important;
    line-height: 1.4;
    padding-bottom: 5px;
    text-decoration: none;
    border-bottom: 2px solid #005F94;
    display: inline
}

body.search-results .content-search ul.search-list-result li .read-more {
    margin-top: 0px;
    text-align: left;
    padding: 10px 0;
    display: block
}

body.search-results .content-search ul.search-list-result li .read-more a.read-more {
    font-family: "Montserrat", sans-serif !important;
    font-size: 12px !important;
    font-weight: bold !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1 !important;
    letter-spacing: normal !important;
    color: black !important;
    text-transform: none;
    text-decoration: none !important;
    background-color: transparent;
    border-radius: 50px !important;
    border: none;
    box-shadow: none;
    display: inline-flex !important;
    align-items: center;
    overflow-wrap: break-word;
    padding: 0;
    position: relative
}

body.search-results .content-search ul.search-list-result li .read-more a.read-more:hover,
body.search-results .content-search ul.search-list-result li .read-more a.read-more:focus,
body.search-results .content-search ul.search-list-result li .read-more a.read-more:active {
    text-decoration: none
}

body.search-results .content-search ul.search-list-result li .read-more a.read-more:hover::after,
body.search-results .content-search ul.search-list-result li .read-more a.read-more:focus::after,
body.search-results .content-search ul.search-list-result li .read-more a.read-more:active::after {
    margin-left: 19px
}

body.search-results .content-search ul.search-list-result li .read-more a.read-more::after {
    content: "";
    display: block;
    position: relative;
    background-image: url("../images/icons/arrow-btn.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 9px;
    width: 17.9px;
    height: 8.7px;
    transition: all 0.4s ease;
    -webkit-filter: brightness(100%) invert(0%);
    filter: brightness(100%) invert(0%)
}

body.single-post .interior-banner .title-page {
    width: 100%;
    max-width: 100%
}

@media only screen and (max-width: 767px) {

    body.single-post .interior-page .title-page,
    body.single-post .sc-single-wrapper .title-page {
        text-align: left !important
    }
}

.block-sponsor-container {
    position: relative
}

.block-sponsor-container.aligncenter .title-block h2,
.block-sponsor-container.aligncenter .title-block h3 {
    text-align: center
}

.block-sponsor-container.aligncenter .row-vList {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.block-sponsor-container.alignright .title-block h2,
.block-sponsor-container.alignright .title-block h3 {
    text-align: right
}

.block-sponsor-container.alignright .row-vList {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.block-sponsor-container.alignleft .title-block h2,
.block-sponsor-container.alignleft .title-block h3 {
    text-align: left
}

.block-sponsor-container.alignleft .row-vList {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.block-sponsor-container .row-vList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.title-block {
    margin-bottom: 30px
}

.title-block h2,
.title-block h3 {
    margin: 0
}

hr.solid {
    border-color: #e8e8e8;
    border-style: solid;
    width: 80%;
    margin: 20px auto 50px
}

.sponsor-vCarousel {
    padding: 50px 0;
    text-align: center
}

.sponsor-vCarousel .title-block {
    font-family: "Brandon Text", sans-serif !important
}

.sponsor-vCarousel p {
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #ff5b40 !important
}

.sponsor-vCarousel #carousel__sponsors {
    padding-top: 40px;
    padding-bottom: 40px
}

.sponsor-vCarousel #carousel__sponsors .carousel-inner {
    margin: 0 auto;
    width: calc(100% - 80px)
}

.sponsor-vCarousel #carousel__sponsors .carousel-control-next,
.sponsor-vCarousel #carousel__sponsors .carousel-control-prev {
    display: block;
    width: 40px;
    height: 40px;
    min-width: 40px;
    top: calc(50% - 20px)
}

.sponsor-vCarousel #carousel__sponsors .carousel-control-next .carousel-control-next-icon,
.sponsor-vCarousel #carousel__sponsors .carousel-control-next .carousel-control-prev-icon,
.sponsor-vCarousel #carousel__sponsors .carousel-control-prev .carousel-control-next-icon,
.sponsor-vCarousel #carousel__sponsors .carousel-control-prev .carousel-control-prev-icon {
    background-image: url("../images/icons/arrow-sponsors.svg");
    background-size: contain;
    background-color: transparent;
    height: 40px;
    width: 40px
}

.sponsor-vCarousel #carousel__sponsors .carousel-control-next .carousel-control-next-icon,
.sponsor-vCarousel #carousel__sponsors .carousel-control-prev .carousel-control-next-icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sponsor-vCarousel #carousel__sponsors .single-sponsor {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% - 10px);
    flex: 1 1 calc(100% - 10px);
    padding: 10px;
    margin: 0 5px;
    width: calc(100% - 15px)
}

.sponsor-vCarousel #carousel__sponsors .single-sponsor .featured-sponsor-images {
    transition: all 0.4s ease;
    text-align: center;
    position: relative;
    height: 100px;
    margin: 0
}

.sponsor-vCarousel #carousel__sponsors .single-sponsor .featured-sponsor-images img {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    left: 50%;
    top: 50%;
    object-fit: contain;
    position: absolute;
    width: 100%
}

.sponsor-vCarousel #carousel__sponsors .single-sponsor .featured-sponsor-images:hover {
    -webkit-transform: scale(1.086);
    -ms-transform: scale(1.086);
    transform: scale(1.086)
}

.sponsor-vCarousel #carousel__sponsors .single-sponsor a {
    display: block;
    text-decoration: none;
    transition: all 0.4s ease;
    height: 100%;
    border: none !important
}

.sponsor-vCarousel #carousel__sponsors .single-sponsor a:hover .featured-sponsor-images img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.sponsor-vGrid {
    padding: 40px 0 50px
}

.sponsor-vGrid .single-sponsor {
    border: 1px solid #baada5;
    margin: 0 10px 60px 0;
    max-width: 100%;
    padding: 20px 15px;
    text-align: center;
    flex-basis: 280px;
    flex-grow: 0
}

.sponsor-vGrid .single-sponsor .featured-sponsor-images {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 110px;
    margin: 0 auto 10px;
    width: 200px
}

.sponsor-vGrid .single-sponsor p {
    color: #292929;
    line-height: 1.2em;
    font-size: 15px;
    margin-bottom: 20px;
    text-align: center !important
}

.sponsor-vGrid .single-sponsor .btn-blue {
    font-family: 'Roboto', sans-serif !important;
    background: #0165ae;
    border-radius: 30px;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    margin: 10px auto;
    max-width: 100%;
    padding: 12px 20px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.4s ease
}

.sponsor-vList {
    padding: 40px 0 50px
}

.sponsor-vList .single-sponsor {
    margin: 0 10px 30px 0;
    max-width: 100%;
    padding: 0;
    text-align: center
}

.sponsor-vList .single-sponsor .featured-sponsor-images {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 150px;
    margin: 0 auto 10px;
    position: relative;
    transition: all 0.4s ease
}

.sponsor-vList .single-sponsor .featured-sponsor-images img {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    left: 50%;
    top: 50%;
    object-fit: contain;
    position: absolute;
    width: 100%
}

.sponsor-vList .single-sponsor .featured-sponsor-images:hover {
    -webkit-transform: scale(1.086);
    -ms-transform: scale(1.086);
    transform: scale(1.086)
}

.sponsor-vList .single-sponsor a {
    display: block;
    text-decoration: none;
    border: none !important
}

#sponsors-home-slider {
    padding: 60px 0
}

#sponsors-home-slider .content-wrap {
    display: flex;
    justify-content: center
}

#sponsors-home-slider .single-box {
    width: calc(100% / 5);
    margin: 0 15px
}

#sponsors-home-slider .img-wrap {
    margin-bottom: 0;
    border-radius: 0;
    height: 74px;
    opacity: 0.28;
    filter: grayscale(100%);
    transition: 0.4s
}

#sponsors-home-slider .img-wrap:hover {
    filter: grayscale(0%);
    opacity: 1
}

@media (min-width: 576px) {
    .sponsor-vCarousel #carousel__sponsors .content-wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width: 992px) {
    .sponsor-vCarousel #carousel__sponsors .content-wrap {
        display: grid;
        grid-template-columns: repeat(4, 1fr)
    }
}

.block-sponsor-container.aligncenter .title-block h2,
.block-sponsor-container.aligncenter .title-block h3 {
    text-align: center
}

.block-sponsor-container.aligncenter .row-vList {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.block-sponsor-container.alignright .title-block h2,
.block-sponsor-container.alignright .title-block h3 {
    text-align: right
}

.block-sponsor-container.alignright .row-vList {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.block-sponsor-container.alignleft .title-block h2,
.block-sponsor-container.alignleft .title-block h3 {
    text-align: left
}

.block-sponsor-container.alignleft .row-vList {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.block-sponsor-container .row-vList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.title-block {
    margin-bottom: 30px
}

.title-block h2,
.title-block h3 {
    margin: 0
}

hr.solid {
    border-color: #e8e8e8;
    border-style: solid;
    width: 80%;
    margin: 20px auto 50px
}

.sponsor-vCarousel {
    padding: 50px 0 100px;
    text-align: center
}

.sponsor-vCarousel h2 {
    text-align: center !important;
    font-weight: bold
}

.sponsor-vCarousel p {
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #6c6b6b
}

.sponsor-vCarousel #carousel__sponsor {
    margin-top: 60px
}

.sponsor-vCarousel #carousel__sponsor .carousel-inner {
    margin: 0 auto;
    width: 90%
}

.sponsor-vCarousel #carousel__sponsor .carousel-inner .carousel-item .d-flex {
    min-height: 150px
}

.sponsor-vCarousel #carousel__sponsor .carousel-control-next,
.sponsor-vCarousel #carousel__sponsor .carousel-control-prev {
    width: 5%;
    min-width: 20px
}

.sponsor-vCarousel #carousel__sponsor .carousel-control-next .carousel-control-next-icon,
.sponsor-vCarousel #carousel__sponsor .carousel-control-next .carousel-control-prev-icon,
.sponsor-vCarousel #carousel__sponsor .carousel-control-prev .carousel-control-next-icon,
.sponsor-vCarousel #carousel__sponsor .carousel-control-prev .carousel-control-prev-icon {
    background-image: url("../images/arrow-green.svg");
    background-color: transparent;
    background-size: auto;
    height: 41px;
    width: 41px
}

.sponsor-vCarousel #carousel__sponsor .carousel-control-next .carousel-control-next-icon,
.sponsor-vCarousel #carousel__sponsor .carousel-control-prev .carousel-control-next-icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sponsor-vCarousel #carousel__sponsor .single-sponsor {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    padding: 0;
    margin: 0 20px
}

.sponsor-vCarousel #carousel__sponsor .single-sponsor .featured-sponsor-images {
    transition: all 0.4s ease;
    text-align: center;
    position: relative
}

.sponsor-vCarousel #carousel__sponsor .single-sponsor .featured-sponsor-images img {
    width: 100%;
    object-fit: contain;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.sponsor-vCarousel #carousel__sponsor .single-sponsor .featured-sponsor-images:hover .featured-sponsor-images img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.sponsor-vCarousel #carousel__sponsor .single-sponsor a {
    display: block;
    text-decoration: none;
    transition: all 0.4s ease
}

.sponsor-vCarousel #carousel__sponsor .single-sponsor a:hover .featured-sponsor-images img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.sponsor-vGrid {
    padding: 40px 0 50px
}

.sponsor-vGrid .single-sponsor {
    border: 1px solid #baada5;
    margin: 0 10px 60px 0;
    max-width: 100%;
    padding: 20px 15px;
    text-align: center;
    flex-basis: 280px;
    flex-grow: 0
}

.sponsor-vGrid .single-sponsor .featured-sponsor-images {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 110px;
    margin: 0 auto 10px;
    width: 200px
}

.sponsor-vGrid .single-sponsor p {
    color: #292929;
    line-height: 1.2em;
    font-size: 15px;
    margin-bottom: 20px;
    text-align: center !important
}

.sponsor-vGrid .single-sponsor .btn-blue {
    font-family: 'Roboto', sans-serif !important;
    background: #0165ae;
    border-radius: 30px;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    margin: 10px auto;
    max-width: 100%;
    padding: 12px 20px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.4s ease
}

.sponsor-vList {
    padding: 40px 0 50px
}

.sponsor-vList .single-sponsor {
    margin: 0 10px 30px 0;
    max-width: 100%;
    padding: 0;
    text-align: center
}

.sponsor-vList .single-sponsor .featured-sponsor-images {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 150px;
    margin: 0 auto 10px;
    position: relative;
    transition: all 0.4s ease
}

.sponsor-vList .single-sponsor .featured-sponsor-images img {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    left: 50%;
    top: 50%;
    object-fit: contain;
    position: absolute;
    width: 100%
}

.sponsor-vList .single-sponsor .featured-sponsor-images:hover {
    -webkit-transform: scale(1.086);
    -ms-transform: scale(1.086);
    transform: scale(1.086)
}

.sponsor-vList .single-sponsor a {
    display: block;
    text-decoration: none
}

.team-vGrid-square .featured-member-images {
    background-color: #005F94 !important
}

.team-vGrid-square .featured-member-images img {
    height: 100% !important
}

.team-vGrid-square .featured-member-images .hover-box .bottom-info-member .name-member h3 {
    font-size: 22px
}

.team-vGrid-square .featured-member-images .hover-box .read-more-hover,
.team-vGrid-square .featured-member-images .hover-box .link-read-more {
    color: white !important;
    border-bottom: none !important
}

.team-vGrid-square .featured-member-images .hover-box .read-more-hover:hover,
.team-vGrid-square .featured-member-images .hover-box .link-read-more:hover {
    border-color: transparent !important
}

.team-vGrid-square .featured-member-images .hover-box .social-networks {
    padding: 0 !important
}

.team-vGrid-square .featured-member-images .hover-box .social-networks li {
    display: inline-block !important;
    padding: 0 !important
}

.team-vGrid-square .featured-member-images .hover-box .social-networks li a {
    color: white !important
}

.team-vGrid-square .featured-member-images .hover-box .social-networks li::before {
    content: none !important
}

.team-vList .single-member {
    flex-direction: column
}

.body-member ul.social-networks {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex
}

.body-member ul.social-networks li {
    margin-right: 15px
}

.body-member ul.social-networks li:last-child {
    margin-right: 0
}

.body-member ul.social-networks li a i {
    color: #003e61 !important
}

@media (min-width: 768px) {
    .team-vList .single-member {
        flex-direction: row
    }
}

@media only screen and (max-width: 991px) {
    .sponsor-vList .single-sponsor {
        margin: 0 30px 0
    }
}

@media only screen and (max-width: 767px) {
    .sponsor-vCarousel #carousel__sponsor .single-sponsor {
        flex-basis: 45%
    }
}

@media only screen and (max-width: 480px) {
    .sponsor-vCarousel #carousel__sponsor .single-sponsor {
        flex-basis: 100%
    }
}

.team-vList .name-member::after {
    background-color: #ff5b40 !important
}

.team-vGrid-square .single-member .featured-member-images {
    background-color: #005F94 !important
}

.team-vGrid-square .single-member .featured-member-images .hover-box .read-more-hover .fa-plus-circle {
    font-size: inherit !important
}

.social-networks a i,
.social-networks a svg[class^="fa"],
.social-networks a svg[class^="fas"],
.social-networks a .svg-inline--fa,
.social-networks li i,
.social-networks li svg[class^="fa"],
.social-networks li svg[class^="fas"],
.social-networks li .svg-inline--fa,
.social-networks li a i,
.social-networks li a svg[class^="fa"],
.social-networks li a svg[class^="fas"],
.social-networks li a .svg-inline--fa {
    color: #fff !important
}

.team_panel .side-panel-fixed .right-side-panel .header-panel {
    background: #005F94 !important
}

ul.social-networks li::before {
    display: none !important
}

.popup_vcard .modal-content button.close,
#popup_vcard .modal-content button.close {
    background-color: #ff5b40 !important
}

.popup_vcard .modal-content .side-right .name-member h2,
.popup_vcard .modal-content .side-right .name-member h3,
.popup_vcard .modal-content .side-right .name-member h4,
.popup_vcard .modal-content .content .name-member h2,
.popup_vcard .modal-content .content .name-member h3,
.popup_vcard .modal-content .content .name-member h4,
#popup_vcard .modal-content .side-right .name-member h2,
#popup_vcard .modal-content .side-right .name-member h3,
#popup_vcard .modal-content .side-right .name-member h4,
#popup_vcard .modal-content .content .name-member h2,
#popup_vcard .modal-content .content .name-member h3,
#popup_vcard .modal-content .content .name-member h4 {
    color: #ff5b40 !important
}

.team-vGrid-square-sm .single-member .featured-member-images {
    background-color: #ff5b40 !important
}

.team_panel .side-panel-fixed .right-side-panel .header-panel {
    background-color: #ff5b40 !important
}

.team_panel .side-panel-fixed .right-side-panel .body-panel .content-member {
    padding: 10px 15px 200px !important
}

@media only screen and (max-width: 991px) {

    .team-vGrid-square .single-member.col-lg-3,
    .team-vGrid-square .single-member.col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media only screen and (max-width: 576px) {

    .team-vGrid-square .single-member.col-lg-3,
    .team-vGrid-square .single-member.col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

#tribe-events-pg-template {
    padding: 0
}

.interior-page .entry-content .tribe-common .tribe-common-svgicon--featured {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h16v20l-7.902-5.122L0 20z' fill='%23942924'/%3E%3C/svg%3E")
}

.interior-page .entry-content .tribe-events .tribe-events-c-ical__link::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M6 1v10m5-5H1' fill='none' fill-rule='evenodd' stroke='%23942924' stroke-linecap='square' stroke-width='1.5'/%3E%3C/svg%3E")
}

.interior-page .entry-content .tribe-events .tribe-events-c-ical__link:hover::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M6 1v10m5-5H1' fill='none' fill-rule='evenodd' stroke='%23FFFFFF' stroke-linecap='square' stroke-width='1.5'/%3E%3C/svg%3E")
}

.interior-page .entry-content .tribe-events .tribe-events-c-messages__message--notice::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 23'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23141827' d='M.5 2.5h20v20H.5z'/%3E%3Cpath stroke='%23942924' stroke-linecap='round' d='M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834'/%3E%3Cpath stroke='%23141827' stroke-linecap='round' d='M4.5.5v4m12-4v4'/%3E%3Cpath stroke='%23141827' stroke-linecap='square' d='M.5 7.5h20'/%3E%3C/g%3E%3C/svg%3E")
}

.interior-page .entry-content .tribe-events .tribe-events-calendar-month__mobile-events-icon--featured {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h16v20l-7.902-5.122L0 20z' fill='%23942924'/%3E%3C/svg%3E")
}

.interior-page .entry-content .tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__mobile-events-icon--featured {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h16v20l-7.902-5.122L0 20z' fill='%23FFF'/%3E%3C/svg%3E")
}

.interior-page .entry-content .tribe-events .tribe-events-c-search__input-control-icon-svg path {
    fill: #942924
}

.interior-page .entry-content .tribe-common .tribe-common-c-svgicon {
    color: #942924
}

.interior-page .entry-content .tribe-common .tribe-common-c-loader__dot {
    background-color: rgba(219, 164, 79, 0.07)
}

@keyframes a {
    50% {
        background-color: #942924
    }
}

.interior-page .entry-content .tribe-common .tribe-common-anchor-thin-alt {
    border-color: #942924;
    text-decoration: none
}

.interior-page .entry-content .tribe-common .tribe-common-anchor-thin-alt:hover {
    color: #942924
}

.interior-page .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-top: 0
}

.interior-page .tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn {
    background: #942924
}

.interior-page .tribe-common .tribe-common-c-btn:hover,
.tribe-common a.tribe-common-c-btn:hover {
    background: #6b1e1a
}

.tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-webkit-autofill,
.tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-webkit-autofill:hover,
.tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-webkit-autofill:focus,
.tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-webkit-autofill,
.tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-webkit-autofill:hover,
.tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-webkit-autofill:focus,
.tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-webkit-autofill,
.tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-webkit-autofill:hover,
.tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-webkit-autofill:focus,
.tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-internal-autofill-selected,
.interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-webkit-autofill,
.interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-webkit-autofill:hover,
.interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-webkit-autofill:focus,
.interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-webkit-autofill,
.interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-webkit-autofill:hover,
.interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-webkit-autofill:focus,
.interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-webkit-autofill,
.interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-webkit-autofill:hover,
.interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-webkit-autofill:focus,
.interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-internal-autofill-selected,
.interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-webkit-autofill,
.interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-webkit-autofill:hover,
.interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-webkit-autofill:focus,
.interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-webkit-autofill,
.interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-webkit-autofill:hover,
.interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-webkit-autofill:focus,
.interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-webkit-autofill,
.interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-webkit-autofill:hover,
.interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-webkit-autofill:focus,
.interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-internal-autofill-selected {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 18.711l-6.044-6.044a7.782 7.782 0 0 0 1.688-4.845c0-2.089-.822-4.044-2.288-5.533C11.866.822 9.91 0 7.822 0S3.778.822 2.29 2.289A7.801 7.801 0 0 0 0 7.822c0 2.09.822 4.045 2.289 5.534a7.801 7.801 0 0 0 5.533 2.288c1.778 0 3.467-.6 4.845-1.688L18.71 20 20 18.711zM3.578 12.067c-2.334-2.334-2.334-6.156 0-8.49a5.968 5.968 0 0 1 4.244-1.755c1.6 0 3.111.622 4.245 1.756 2.333 2.333 2.333 6.155 0 8.489a5.968 5.968 0 0 1-4.245 1.755c-1.6 0-3.11-.622-4.244-1.755z' fill='%23006699'/%3E%3C/svg%3E") !important;
    background-color: transparent !important;
    transition: background-color 5000s ease-in-out 0s;
    padding-left: 10px !important
}

.tribe-events-before-html {
    margin-bottom: 50px !important
}

@media (max-width: 576px) {

    .tribe-block__venue,
    .tribe-block__event-price {
        flex-direction: column;
        margin-bottom: 25px
    }

    .tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__map,
    .tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__meta {
        width: 100%;
        margin-bottom: 25px
    }
}

.tribe-block__events-link .tribe-block__btn--link a {
    color: #942924
}

.tribe-block__event-website a {
    background: #942924
}

.tribe-block__events-link .tribe-block__btn--link img {
    filter: hue-rotate(154deg) brightness(0.9)
}

.single-tribe_events {
    padding-top: 100px
}

.single-tribe_events .tribe-events-single-event-title {
    color: #005F94
}

.single-tribe_events .tribe-events-event-image {
    height: 500px;
    overflow: hidden
}

.single-tribe_events .tribe-events-event-image img {
    object-position: left;
    object-fit: contain;
    height: 100%;
    width: 100%
}

#tribe-events-pg-template {
    max-width: 1320px
}

.tribe-events-after-html p,
.tribe-events-before-html p {
    color: #040404;
    font-family: 'Brandon Text', sans-serif;
    font-size: 18px !important;
    font-stretch: normal;
    font-style: normal;
    font-weight: 500 !important;
    letter-spacing: normal;
    line-height: 1.39
}

.tribe-events-view {
    padding: 170px 0
}

.tribe-events-view .tribe-events-before-html {
    margin-bottom: 30px
}

.tribe-common-form-control-text__input.tribe-events-c-search__input:hover,
.tribe-common-form-control-text__input.tribe-events-c-search__input:focus,
.tribe-common-form-control-text__input.tribe-events-c-search__input:active {
    outline: none;
    box-shadow: none
}

.tribe-common-form-control-text__input.tribe-events-c-search__input::-webkit-input-placeholder {
    color: #040404
}

.tribe-common-form-control-text__input.tribe-events-c-search__input::-moz-placeholder {
    color: #040404
}

.tribe-common-form-control-text__input.tribe-events-c-search__input:-ms-input-placeholder {
    color: #040404
}

.tribe-common-form-control-text__input.tribe-events-c-search__input:-moz-placeholder {
    color: #040404
}

.tribe-common-form-control-text__input.tribe-events-c-search__input:-webkit-autofill,
.tribe-common-form-control-text__input.tribe-events-c-search__input:-webkit-autofill:hover,
.tribe-common-form-control-text__input.tribe-events-c-search__input:-webkit-autofill:focus,
.tribe-common-form-control-text__input.tribe-events-c-search__input:-webkit-autofill,
.tribe-common-form-control-text__input.tribe-events-c-search__input:-webkit-autofill:hover,
.tribe-common-form-control-text__input.tribe-events-c-search__input:-webkit-autofill:focus,
.tribe-common-form-control-text__input.tribe-events-c-search__input:-webkit-autofill,
.tribe-common-form-control-text__input.tribe-events-c-search__input:-webkit-autofill:hover,
.tribe-common-form-control-text__input.tribe-events-c-search__input:-webkit-autofill:focus {
    background: transparent !important;
    color: #040404 !important;
    -webkit-text-fill-color: #040404 !important;
    transition: background-color 5000s ease-in-out 0s
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev-icon-svg {
    display: inline-block;
    vertical-align: top
}

.tribe-common .tribe-common-c-svgicon {
    color: #005F94 !important;
    display: inline-block
}

.tribe-block__events-link .tribe-block__btn--link a {
    border: 1px solid #e1e3e6 !important;
    text-decoration: none !important
}

.tribe-common a,
.tribe-common abbr,
.tribe-common acronym,
.tribe-common address,
.tribe-common applet,
.tribe-common article,
.tribe-common aside,
.tribe-common audio,
.tribe-common b,
.tribe-common big,
.tribe-common blockquote,
.tribe-common canvas,
.tribe-common caption,
.tribe-common center,
.tribe-common cite,
.tribe-common code,
.tribe-common dd,
.tribe-common del,
.tribe-common details,
.tribe-common dfn,
.tribe-common div,
.tribe-common dl,
.tribe-common dt,
.tribe-common em,
.tribe-common embed,
.tribe-common fieldset,
.tribe-common figcaption,
.tribe-common figure,
.tribe-common footer,
.tribe-common form,
.tribe-common h1,
.tribe-common h2,
.tribe-common h3,
.tribe-common h4,
.tribe-common h5,
.tribe-common h6,
.tribe-common header,
.tribe-common i,
.tribe-common iframe,
.tribe-common img,
.tribe-common ins,
.tribe-common kbd,
.tribe-common label,
.tribe-common legend,
.tribe-common li,
.tribe-common main,
.tribe-common mark,
.tribe-common menu,
.tribe-common nav,
.tribe-common object,
.tribe-common ol,
.tribe-common output,
.tribe-common p,
.tribe-common pre,
.tribe-common q,
.tribe-common ruby,
.tribe-common s,
.tribe-common samp,
.tribe-common section,
.tribe-common small,
.tribe-common span,
.tribe-common strike,
.tribe-common strong,
.tribe-common sub,
.tribe-common summary,
.tribe-common sup,
.tribe-common table,
.tribe-common tbody,
.tribe-common td,
.tribe-common tfoot,
.tribe-common th,
.tribe-common thead,
.tribe-common time,
.tribe-common tr,
.tribe-common tt,
.tribe-common u,
.tribe-common ul,
.tribe-common var,
.tribe-common video {
    color: inherit !important
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small,
.tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small {
    border: 1px solid #d5d5d5 !important
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium a {
    margin-bottom: 0 !important
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-datetime-wrapper {
    margin-bottom: 10px !important
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

ul.tribe-events-sub-nav a:hover {
    border: none !important
}

div.tribe-events-notices>ul,
div.tribe-events-notices>ul>li {
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none
}

body.single-tribe_events .tribe-events-single-event-title {
    font-family: 'Roboto', sans-serif !important;
    font-size: 40px !important;
    line-height: 1
}

body.single-tribe_events .tribe-events-schedule h2 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 20px !important;
    margin-bottom: 0 !important;
    text-transform: none
}

body.single-tribe_events h2.tribe-events-single-section-title {
    font-size: 31px !important;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
    text-transform: none
}

body.single-tribe_events .tribe-events-event-meta dl {
    font-family: 'Roboto', sans-serif !important;
    color: #040404 !important;
    font-size: 18px;
    list-style: 1.4
}

.tribe-events-single .tribe-events-sub-nav {
    padding-left: 0
}

.tribe-events-calendar-month__day--current {
    background-color: rgba(0, 0, 0, 0.05)
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-datetime-wrapper,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-title {
    margin: 0 0 16px !important
}

.tribe-events-calendar-day__event-title a {
    border: none !important
}

.tribe-events-calendar-day__event-title a:hover {
    border: none !important
}

.tribe-events-pro .tribe-events-pro-map__event-card-wrapper--active .tribe-events-pro-map__event-actions--linked {
    width: 100% !important
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium a {
    font-size: 30px !important;
    font-family: 'Brandon Text', sans-serif !important;
    font-stretch: normal;
    font-weight: bold;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 30px;
    margin-top: 0
}

.tribe-common * a {
    border-bottom-color: transparent !important;
    display: inline-block !important;
    text-decoration: none !important
}

.tribe-common * a:hover {
    border-bottom-color: initial !important
}

.single-tribe_events .tribe-events-single .tribe-events-event-meta {
    display: none
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav ul.tribe-events-c-top-bar__nav-list {
    align-items: flex-end !important
}

.entry-content .tribe-common ol>li,
.entry-content .tribe-common ul:not(.tribe-events-c-view-selector__list)>li,
.entry-content-wrapper .tribe-common li,
.entry-content .tribe-common ol,
.entry-content .tribe-common ul,
.tribe-theme-genesis .tribe-common ol,
.tribe-theme-genesis .tribe-common ul {
    padding: 0 !important
}

.entry-content .tribe-common ol>li::before,
.entry-content .tribe-common ul:not(.tribe-events-c-view-selector__list)>li::before,
.entry-content-wrapper .tribe-common li::before,
.entry-content .tribe-common ol::before,
.entry-content .tribe-common ul::before,
.tribe-theme-genesis .tribe-common ol::before,
.tribe-theme-genesis .tribe-common ul::before {
    content: none !important
}

.tribe-common h3 {
    margin-bottom: 0 !important
}

.tribe-events-calendar-list__event-title-link {
    border: none !important
}

.tribe-events-calendar-list__event-title-link:hover {
    border: none !important
}

.tribe-events-pro .tribe-events-pro-week-grid__event-title {
    font-size: 18px !important;
    margin-bottom: 0 !important;
    color: #005F94
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__button {
    background-color: #ff5b40 !important;
    border-radius: 3px !important;
    border: 2px solid #ff5b40 !important;
    box-shadow: none;
    color: #fff !important;
    display: inline-block;
    font-family: 'Brandon Text', sans-serif !important;
    font-size: 16px !important;
    font-stretch: normal !important;
    font-style: normal;
    font-weight: 500 !important;
    letter-spacing: -0.37px !important;
    line-height: 1 !important;
    margin: 0;
    max-width: 100%;
    width: auto;
    overflow-wrap: break-word;
    padding: 14px 17px;
    position: relative;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none;
    transition: all 0.4s ease
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__button:hover {
    background-color: #ff5b40 !important;
    border-color: #ff5b40 !important
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium a {
    display: inline-block !important
}

.tribe-events-content img.alignright {
    float: right
}

.tribe-events-content img.alignleft {
    float: left
}

.tribe-common a,
.tribe-common a:active,
.tribe-common a:focus,
.tribe-common a:hover,
.tribe-common a:visited {
    border-bottom: none !important
}

.tribe-events-single-event-description.tribe-events-content p a {
    text-decoration: underline;
    color: #005F94
}

.tribe-events-single-event-description.tribe-events-content p a strong {
    font-weight: bold;
    color: #005F94 !important
}

.tribe-events-single-event-description.tribe-events-content p a em {
    color: #005F94 !important
}

.tooltipster-base.tribe-events-tooltip-theme.tooltipster-show h3.tribe-events-calendar-month__calendar-event-tooltip-title {
    font-family: "Brandon Text", sans-serif !important
}

.tooltipster-base.tribe-events-tooltip-theme.tooltipster-show h3.tribe-events-calendar-month__calendar-event-tooltip-title a {
    display: inline-block !important;
    border: none;
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: normal
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header-column-title {
    margin-bottom: 0 !important;
    text-align: center !important
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-b3 {
    font-size: 18px !important;
    font-family: "Brandon Text", sans-serif !important
}

.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date,
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
    color: #1c363b
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
    background-color: rgba(0, 95, 148, 0.5)
}

div[id*="tribe-events-calendar-day-"] h3,
div[id*="tribe-events-calendar-day-"] .tribe-events-calendar-month__day-date {
    margin-bottom: 0 !important;
    font-size: 18px !important;
    line-height: 1 !important;
    text-transform: none;
    font-family: 'Brandon Text', sans-serif !important
}

div[id*="tribe-events-calendar-day-"] h3 a,
div[id*="tribe-events-calendar-day-"] .tribe-events-calendar-month__day-date a {
    border: none !important;
    display: inline-block;
    font-size: 18px !important;
    line-height: 1 !important;
    text-transform: none;
    font-family: 'Brandon Text', sans-serif !important
}

div[id*="tribe-events-calendar-day-"] .tribe-events-calendar-month__multiday-event--past .tribe-events-calendar-month__multiday-event-bar-inner h3 {
    font-size: 14px !important;
    line-height: 1 !important;
    font-family: 'Brandon Text', serif
}

div[id*="tribe-events-calendar-day-"] .tribe-events-calendar-month__multiday-event--start .tribe-events-calendar-month__multiday-event-bar,
div[id*="tribe-events-calendar-day-"] .tribe-events-calendar-month__multiday-event--end .tribe-events-calendar-month__multiday-event-bar {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important
}

div[id*="tribe-events-calendar-day-"] .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__multiday-event-wrapper {
    height: auto
}

div[id*="tribe-events-calendar-day-"] .tribe-events-calendar-month__events .tribe-events-calendar-month__multiday-event-wrapper a.tribe-events-calendar-month__multiday-event-hidden-link h3,
div[id*="tribe-events-calendar-day-"] .tribe-events-calendar-month__events .tribe-events-calendar-month__multiday-event-wrapper a.tribe-events-calendar-month__multiday-event-hidden-link h3.tribe-events-calendar-month__multiday-event-hidden-title {
    font-size: 14px !important;
    margin: 0 !important
}

div[id*="tribe-events-calendar-day-"] .tribe-events-calendar-month__events article.tribe-events-calendar-month__calendar-event.has-post-thumbnail .tribe-events-calendar-month__calendar-event-details h3.tribe-events-calendar-month__calendar-event-title>a {
    font-size: 14px !important;
    line-height: 1.2 !important
}

.tribe-events-pro .tribe-events-pro-map__event-title,
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h7--min-medium {
    margin-bottom: 10px
}

.tribe-events-pro .tribe-events-pro-map__event-card-wrapper--active .tribe-events-pro-map__event-actions--spacer {
    display: flex;
    flex-direction: row
}

.tribe-events .tribe-events-c-small-cta {
    line-height: 1 !important
}

.tribe-events .tribe-events-c-small-cta>* {
    font-size: 14px !important;
    line-height: 1 !important
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-venue::selection {
    background-color: #005F94;
    color: white
}

.tribe-events-pro .tribe-events-pro-map__event-card-wrapper--active .tribe-events-pro-map__event-card-button {
    border-color: #005F94
}

.tribe-events .tribe-events-c-ical__link {
    background-color: #005F94;
    border: 2px solid transparent !important;
    border-radius: 0 !important;
    box-shadow: none;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Brandon Text', sans-serif !important;
    font-size: 14px !important;
    font-stretch: normal !important;
    font-style: normal;
    font-weight: bold !important;
    letter-spacing: normal !important;
    line-height: 1 !important;
    margin: 0;
    min-width: 146px;
    width: auto;
    max-width: 100%;
    overflow-wrap: break-word;
    position: relative;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none;
    transition: all 0.4s ease
}

.tribe-events .tribe-events-c-ical__link:hover,
.tribe-events .tribe-events-c-ical__link:focus,
.tribe-events .tribe-events-c-ical__link:active {
    text-decoration: none;
    border-color: #005F94 !important;
    background-color: #005F94 !important
}

.tribe-events .tribe-events-c-ical__link .tribe-common-c-svgicon {
    display: none
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-1 .tribe-events-pro-week-grid__event-title {
    font-size: 14px !important;
    margin: 0 !important
}

.tribe-events-pro .tribe-events-pro-week-grid__event-link {
    border: 1px solid transparent !important
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__list-item-link {
    border-bottom-color: transparent !important
}

.tribe-events-pro .tribe-events-pro-week-grid__header-column--current .tribe-events-pro-week-grid__header-column-daynum,
.tribe-events-pro .tribe-events-pro-week-grid__header-column--current .tribe-events-pro-week-grid__header-column-daynum-link {
    color: #005F94
}

.tribe-events-pro .tribe-events-pro-week-grid__multiday-event-hidden-title {
    font-size: 15px !important;
    line-height: 1 !important;
    margin-bottom: 0 !important
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-map__nav .tribe-events-c-nav__next,
.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-map__nav .tribe-events-c-nav__prev {
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px;
    font-weight: 500
}

.tribe-events .tribe-events-c-nav__list .tribe-events-c-nav__list-item a {
    color: #005F94 !important;
    font-weight: normal !important;
    border: none !important;
    text-decoration: none;
    line-height: 1 !important
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev::before,
.tribe-events .tribe-events-c-nav__prev:before {
    display: inline-block;
    vertical-align: middle
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next::after,
.tribe-events .tribe-events-c-nav__next:after {
    display: inline-block;
    vertical-align: middle
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border,
.tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border {
    border: 1px solid #d5d5d5 !important;
    text-decoration: none !important
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border:hover,
.tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border:hover {
    border-color: #005F94 !important
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav ul.tribe-events-c-top-bar__nav-list {
    align-items: center
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav ul.tribe-events-c-top-bar__nav-list li {
    padding: 0 10px !important
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav ul.tribe-events-c-top-bar__nav-list li::before {
    content: none !important
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav ul.tribe-events-c-top-bar__nav-list li a {
    line-height: 1 !important;
    height: auto !important;
    display: flex;
    align-items: center;
    border: none !important;
    text-decoration: none !important
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav ul.tribe-events-c-view-selector__list li {
    padding: 0 !important
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav ul.tribe-events-c-view-selector__list li::before {
    content: none !important
}

.tribe-common--breakpoint-medium.tribe-events #tribe-events-footer .tribe-events-sub-nav li::before,
.tribe-common--breakpoint-medium.tribe-events #tribe-events-header .tribe-events-sub-nav li::before {
    content: none !important
}

.tribe-common--breakpoint-medium.tribe-events nav.tribe-events-calendar-list-nav ul.tribe-events-c-nav__list li,
.tribe-common--breakpoint-medium.tribe-events nav.tribe-events-pro-map__nav ul.tribe-events-c-nav__list li {
    padding: 0 !important
}

.tribe-common--breakpoint-medium.tribe-events nav.tribe-events-calendar-list-nav ul.tribe-events-c-nav__list li::before,
.tribe-common--breakpoint-medium.tribe-events nav.tribe-events-pro-map__nav ul.tribe-events-c-nav__list li::before {
    content: none
}

.tribe-common--breakpoint-medium.tribe-events .tribe-common * a {
    display: inline-block !important
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-ical .tribe-events-c-ical__link {
    background-color: #005F94;
    border: 2px solid transparent !important;
    border-radius: 0 !important;
    box-shadow: none;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Brandon Text', sans-serif !important;
    font-size: 14px !important;
    font-stretch: normal !important;
    font-style: normal;
    font-weight: bold !important;
    letter-spacing: normal !important;
    line-height: 1 !important;
    margin: 0;
    min-width: 146px;
    max-width: 100%;
    overflow-wrap: break-word;
    position: relative;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none;
    transition: all 0.4s ease
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-ical .tribe-events-c-ical__link::before {
    content: none
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-ical .tribe-events-c-ical__link:hover,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-ical .tribe-events-c-ical__link:focus,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-ical .tribe-events-c-ical__link:active {
    background-color: #005F94 !important;
    color: #fff !important;
    text-decoration: none
}

.tribe-events-sub-nav li a {
    background: transparent
}

#tribe-events-footer .tribe-events-sub-nav li::before,
#tribe-events-header .tribe-events-sub-nav li::before {
    content: none !important
}

.tribe-events-pro .tribe-events-pro-week-day-selector__day--active {
    border-color: #005F94 !important
}

.tribe-events .tribe-events-c-view-selector__button:focus {
    outline-color: #005F94 !important
}

.tribe-events .tribe-events-c-view-selector__button:before {
    background-color: #005F94 !important
}

.tribe-events .datepicker .day.active,
.tribe-events .datepicker .day.active.focused,
.tribe-events .datepicker .day.active:focus,
.tribe-events .datepicker .day.active:hover,
.tribe-events .datepicker .month.active,
.tribe-events .datepicker .month.active.focused,
.tribe-events .datepicker .month.active:focus,
.tribe-events .datepicker .month.active:hover,
.tribe-events .datepicker .year.active,
.tribe-events .datepicker .year.active.focused,
.tribe-events .datepicker .year.active:focus,
.tribe-events .datepicker .year.active:hover {
    background-color: #005F94;
    color: #ffffff !important
}

.tribe-events-pro .tribe-events-pro-map__event-title {
    font-size: 20px !important;
    line-height: 1.2 !important;
    font-family: 'Brandon Text', sans-serif !important
}

.tribe-events-pro .tribe-events-pro-map__event-venue {
    font-size: 16px !important
}

.tribe-events-tickets {
    background: transparent
}

.tribe-events-tickets td.quantity input[type="number"] {
    width: 4.375em;
    padding-right: 0 !important
}

.tribe-events-tickets input:not([type="submit"]),
.tribe-events-tickets textarea,
.tribe-events-tickets select {
    font-family: 'Brandon Text', sans-serif !important;
    background: #ffffff;
    border-radius: 0;
    border: 2px solid #d8d8d8;
    box-shadow: none;
    color: #9d9da6;
    font-size: 13px !important;
    font-weight: 600;
    min-height: 46px;
    width: 100%;
    padding: 10px 15px !important
}

.tribe-events-tickets input:not([type="submit"])::-webkit-input-placeholder,
.tribe-events-tickets textarea::-webkit-input-placeholder,
.tribe-events-tickets select::-webkit-input-placeholder {
    color: #9d9da6;
    opacity: 1
}

.tribe-events-tickets input:not([type="submit"])::-moz-placeholder,
.tribe-events-tickets textarea::-moz-placeholder,
.tribe-events-tickets select::-moz-placeholder {
    color: #9d9da6;
    opacity: 1
}

.tribe-events-tickets input:not([type="submit"]):-ms-input-placeholder,
.tribe-events-tickets textarea:-ms-input-placeholder,
.tribe-events-tickets select:-ms-input-placeholder {
    color: #9d9da6;
    opacity: 1
}

.tribe-events-tickets input:not([type="submit"]):active,
.tribe-events-tickets input:not([type="submit"]):focus,
.tribe-events-tickets textarea:active,
.tribe-events-tickets textarea:focus,
.tribe-events-tickets select:active,
.tribe-events-tickets select:focus {
    box-shadow: none;
    border-color: #005F94;
    outline: none;
    color: #005F94
}

.tribe-events-tickets input:not([type="submit"]):active::-webkit-input-placeholder,
.tribe-events-tickets input:not([type="submit"]):focus::-webkit-input-placeholder,
.tribe-events-tickets textarea:active::-webkit-input-placeholder,
.tribe-events-tickets textarea:focus::-webkit-input-placeholder,
.tribe-events-tickets select:active::-webkit-input-placeholder,
.tribe-events-tickets select:focus::-webkit-input-placeholder {
    color: #005F94;
    opacity: 1
}

.tribe-events-tickets input:not([type="submit"]):active::-moz-placeholder,
.tribe-events-tickets input:not([type="submit"]):focus::-moz-placeholder,
.tribe-events-tickets textarea:active::-moz-placeholder,
.tribe-events-tickets textarea:focus::-moz-placeholder,
.tribe-events-tickets select:active::-moz-placeholder,
.tribe-events-tickets select:focus::-moz-placeholder {
    color: #005F94;
    opacity: 1
}

.tribe-events-tickets input:not([type="submit"]):active:-ms-input-placeholder,
.tribe-events-tickets input:not([type="submit"]):focus:-ms-input-placeholder,
.tribe-events-tickets textarea:active:-ms-input-placeholder,
.tribe-events-tickets textarea:focus:-ms-input-placeholder,
.tribe-events-tickets select:active:-ms-input-placeholder,
.tribe-events-tickets select:focus:-ms-input-placeholder {
    color: #005F94;
    opacity: 1
}

.tribe-events-tickets select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/icons/select-arrow.png") 97%/10px no-repeat #fff;
    line-height: 1.5em !important;
    padding: 12px 10px !important;
    transition: all 0.4s ease;
    color: #9d9da6
}

.tribe-events-tickets select option {
    height: 50px;
    color: #9d9da6
}

.tribe-events-tickets select:focus,
.tribe-events-tickets select:active {
    border-color: #005F94;
    background: url("../images/icons/select-arrow.png") 97%/10px no-repeat #fff;
    transition: all 0.4s ease;
    color: #005F94
}

.tribe-events-tickets button.tribe-button {
    background-color: #000;
    border-radius: 0;
    border: 2px solid #000 !important;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Brandon Text', sans-serif !important;
    font-size: 14px !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-weight: 500 !important;
    letter-spacing: -0.58px !important;
    line-height: normal !important;
    margin: 0 !important;
    max-width: 100%;
    opacity: 1;
    padding: 12px 20px !important;
    position: relative;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none;
    transition: all 0.4s ease
}

.tribe-events-tickets button.tribe-button:hover,
.tribe-events-tickets button.tribe-button:focus,
.tribe-events-tickets button.tribe-button:active {
    background-color: #005F94 !important;
    border-color: #005F94 !important;
    color: #ff5b40 !important;
    text-decoration: none
}

.tribe-events-tickets .tribe-rsvp-message-success {
    background-color: #005F94;
    border-color: #005F94;
    padding: 10px;
    border-radius: 0
}

.tribe-rsvp h2 {
    font-size: 30px !important;
    margin-bottom: 10px
}

.tribe-rsvp ul.tribe-rsvp-list li.tribe-item::after,
.tribe-rsvp ul.tribe-rsvp-list li.tribe-item::before {
    content: none !important
}

.tribe-submit-tickets-form button[type="submit"] {
    background-color: #000;
    border-radius: 0;
    border: 2px solid #000 !important;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Brandon Text', sans-serif !important;
    font-size: 14px !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-weight: 500 !important;
    letter-spacing: -0.58px !important;
    line-height: normal !important;
    margin: 0 !important;
    max-width: 100%;
    opacity: 1;
    padding: 12px 20px !important;
    position: relative;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none;
    transition: all 0.4s ease
}

.tribe-submit-tickets-form button[type="submit"]:hover,
.tribe-submit-tickets-form button[type="submit"]:focus,
.tribe-submit-tickets-form button[type="submit"]:active {
    background-color: #005F94 !important;
    border-color: #005F94 !important;
    color: #ff5b40 !important;
    text-decoration: none
}

@media only screen and (max-width: 1199.98px) {

    .tribe-common .tribe-common-c-btn,
    .tribe-common a.tribe-common-c-btn {
        background-color: #005F94 !important;
        font-family: 'Brandon Text', sans-serif !important
    }

    .tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date {
        margin-bottom: 0 !important
    }

    .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date,
    .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
        margin-bottom: 0 !important
    }

    .tribe-events .tribe-events-calendar-month__day {
        height: 60px
    }

    .tribe-events .tribe-events-calendar-month__header-column-title,
    .tribe-events .tribe-events-calendar-month__day-date {
        margin-bottom: 0 !important
    }

    .tribe-common .tribe-common-anchor-thin {
        display: block
    }

    .tribe-common .tribe-common-h6 {
        font-size: 30px !important;
        margin-bottom: 0 !important
    }

    .tribe-common .tribe-common-h6 a {
        font-size: 30px !important
    }

    .tribe-events .tribe-events-c-ical {
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 991px) {

    div.tribe-events-notices>ul,
    div.tribe-events-notices>ul>li {
        padding: 0 !important;
        margin: 0 !important;
        list-style-type: none
    }

    div.tribe-events-notices>ul::before,
    div.tribe-events-notices>ul::marker,
    div.tribe-events-notices>ul>li::before,
    div.tribe-events-notices>ul>li::marker {
        content: none !important;
        display: none
    }

    .tribe-events .tribe-events-c-nav__list-item {
        width: 30.33% !important
    }

    .tribe-events-pro .tribe-events-pro-map__map {
        height: 300px
    }

    .tribe-events-pro .tribe-events-pro-map__event-column {
        height: 400px
    }

    .tribe-events .tribe-events-c-ical__link::before {
        content: none
    }

    .tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
        background-color: #ff5b40
    }

    .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date {
        color: #ff5b40
    }

    .tribe-events .tribe-events-calendar-month__day-cell--selected,
    .tribe-events .tribe-events-calendar-month__day-cell--selected:focus,
    .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
        background-color: #005F94 !important
    }

    .tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__day-date,
    .tribe-events .tribe-events-calendar-month__day-cell--selected:focus .tribe-events-calendar-month__day-date,
    .tribe-events .tribe-events-calendar-month__day-cell--selected:hover .tribe-events-calendar-month__day-date {
        color: #fff !important
    }

    .tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__mobile-events-icon--event,
    .tribe-events .tribe-events-calendar-month__day-cell--selected:focus .tribe-events-calendar-month__mobile-events-icon--event,
    .tribe-events .tribe-events-calendar-month__day-cell--selected:hover .tribe-events-calendar-month__mobile-events-icon--event {
        background-color: #fff
    }

    .tribe-common * {
        font-size: 22px
    }

    .tribe-events .tribe-events-c-nav__list {
        align-items: center !important
    }

    .tribe-events .tribe-events-c-nav__list .tribe-events-c-nav__list-item,
    .tribe-events .tribe-events-c-nav__list .tribe-events-c-nav__list-item--next {
        display: block !important;
        text-align: center !important
    }

    .tribe-events .tribe-events-c-nav__list .tribe-events-c-nav__list-item button,
    .tribe-events .tribe-events-c-nav__list .tribe-events-c-nav__list-item a,
    .tribe-events .tribe-events-c-nav__list .tribe-events-c-nav__list-item--next button,
    .tribe-events .tribe-events-c-nav__list .tribe-events-c-nav__list-item--next a {
        margin: 0 auto !important;
        font-weight: 500;
        display: inline-flex;
        text-align: center;
        font-size: 18px
    }

    .tribe-events .datepicker {
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        position: absolute;
        bottom: unset;
        left: 0%;
        top: 0
    }

    .tribe-events-sub-nav li a {
        background: transparent !important
    }
}

@media only screen and (max-width: 767px) {
    .tribe-common * {
        font-size: 16px
    }

    .tribe-events-sub-nav li a {
        background: transparent !important
    }

    .tribe-events .tribe-events-c-view-selector__content ul.tribe-events-c-view-selector__list {
        width: 70px
    }

    .tribe-events .tribe-events-c-view-selector__content ul.tribe-events-c-view-selector__list li {
        text-align: center
    }

    .tribe-events .tribe-events-c-view-selector__content ul.tribe-events-c-view-selector__list li a {
        width: 100%
    }

    .tribe-events .tribe-events-c-view-selector__content ul.tribe-events-c-view-selector__list li a span.tribe-events-c-view-selector__list-item-icon {
        display: none
    }

    .tribe-events .tribe-events-c-nav__list {
        align-items: center !important
    }

    .tribe-events .tribe-events-c-nav__list .tribe-events-c-nav__list-item,
    .tribe-events .tribe-events-c-nav__list .tribe-events-c-nav__list-item--next {
        display: block !important;
        text-align: center
    }

    .tribe-common .tribe-common-b2 {
        font-size: 16px !important
    }

    .tribe-events .tribe-events-c-view-selector__list-item-link {
        padding: 0 !important
    }
}

@media only screen and (max-width: 576px) {
    .tribe-events-sub-nav li {
        padding-left: 0 !important
    }

    .tribe-events-sub-nav li a {
        padding: 10px 0;
        font-size: 14px !important
    }

    .tribe-events-sub-nav li.tribe-events-nav-next a {
        text-align: right !important
    }
}

.tribe-compatibility-container {
    padding-bottom: 70px;
    padding-left: 15px
}

.tribe-compatibility-container .tribe-events-widget {
    padding: 0 !important
}

.tribe-compatibility-container h1,
.tribe-compatibility-container h2,
.tribe-compatibility-container h3,
.tribe-compatibility-container h4,
.tribe-compatibility-container h5,
.tribe-compatibility-container h6 {
    font-family: "Brandon Text", sans-serif !important
}

.tribe-events-content h1,
.tribe-events-content h2,
.tribe-events-content h3,
.tribe-events-content h4,
.tribe-events-content h5,
.tribe-events-content h6 {
    font-family: "Brandon Text", sans-serif !important
}

body:not(.home) .custom-main-link-box {
    background-color: #ff5b40
}

@media (min-width: 768px) {
    body:not(.home) .custom-main-link-box {
        background-color: white;
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
}

@media (min-width: 768px) {
    body:not(.home) .custom-main-link-box .single-box {
        margin-top: -260px
    }
}

@media (min-width: 992px) {
    body:not(.home) .custom-main-link-box .single-box {
        width: 348px
    }
}

@media (min-width: 1200px) {
    body:not(.home) .custom-main-link-box .single-box {
        margin-top: -170px
    }
}

body:not(.home) .custom-main-link-box .card {
    background-color: #ff5b40
}

body:not(.home) .custom-main-link-box .card-title {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: white
}

@media (min-width: 768px) {
    body:not(.home) .custom-main-link-box .card-body {
        padding: 35px 32px
    }
}

@media (min-width: 1199px) {
    body:not(.home) .custom-infographic-block .mobile-view {
        display: none
    }
}

body:not(.home) .custom-infographic-block .mobile-view .img-container {
    margin-bottom: 50px
}

body:not(.home) .custom-infographic-block .mobile-view .img-container img {
    width: 100%
}

body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card {
    background: transparent !important;
    box-shadow: none !important
}

body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-header {
    background: #ff5b40 !important
}

body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-header h1,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-header h2,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-header h3,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-header h4,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-header h5,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-header h6 {
    color: white !important;
    font-family: "Brandon Text", sans-serif !important
}

body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-header h1 .btn[aria-expanded^="true"]::before,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-header h2 .btn[aria-expanded^="true"]::before,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-header h3 .btn[aria-expanded^="true"]::before,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-header h4 .btn[aria-expanded^="true"]::before,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-header h5 .btn[aria-expanded^="true"]::before,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-header h6 .btn[aria-expanded^="true"]::before {
    color: white !important
}

body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-header h1 .btn[aria-expanded^="false"]::before,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-header h2 .btn[aria-expanded^="false"]::before,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-header h3 .btn[aria-expanded^="false"]::before,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-header h4 .btn[aria-expanded^="false"]::before,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-header h5 .btn[aria-expanded^="false"]::before,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-header h6 .btn[aria-expanded^="false"]::before {
    color: white !important
}

body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-header h1 .btn::before,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-header h2 .btn::before,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-header h3 .btn::before,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-header h4 .btn::before,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-header h5 .btn::before,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-header h6 .btn::before {
    color: white !important;
    top: calc(50% - 10px);
    font-size: 20px
}

body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-body {
    background: #454345 !important;
    color: white !important;
    padding-top: 1.125rem;
    margin-top: 6px;
    padding: 19px;
    padding-left: 44px;
    padding-right: 86px;
    padding-bottom: 1.25rem
}

body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-body h1,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-body h2,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-body h3,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-body h4,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-body h5,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-body h6,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-body p,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-body ul,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-body li,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-body blockquote,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-body cite,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-body a {
    color: white !important
}

body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-body h1:last-child,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-body h2:last-child,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-body h3:last-child,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-body h4:last-child,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-body h5:last-child,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-body h6:last-child,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-body p:last-child,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-body ul:last-child,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-body li:last-child,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-body blockquote:last-child,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-body cite:last-child,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .card-body a:last-child {
    margin-bottom: 0
}

body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .collapse,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .collapsing {
    opacity: 1
}

body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .collapse.show,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .collapsing.show {
    -webkit-animation: none;
    animation: none
}

body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .collapse.show .card-body,
body:not(.home) .custom-infographic-block #accordionInfographic.accordion .card .collapsing.show .card-body {
    padding: 19px;
    padding-left: 44px;
    padding-right: 86px;
    padding-bottom: 1.25rem
}

@media (max-width: 1199px) {
    body:not(.home) .custom-infographic-block .desktop-view {
        display: none
    }
}

body:not(.home) .custom-infographic-block .desktop-view .img-container {
    width: 920px;
    height: 696px;
    margin: 0 auto;
    position: relative
}

body:not(.home) .custom-infographic-block .desktop-view .img-container img {
    width: 100%
}

body:not(.home) .custom-infographic-block .desktop-view .content-wrap {
    position: relative
}

body:not(.home) .custom-infographic-block .desktop-view .nav.nav-tabs {
    position: absolute;
    border: none;
    width: 100%;
    height: 100%
}

body:not(.home) .custom-infographic-block .desktop-view .nav.nav-tabs .nav-link {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background: #ff8540;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: white;
    border: none;
    position: absolute;
    top: 0;
    left: 0
}

body:not(.home) .custom-infographic-block .desktop-view .nav.nav-tabs .nav-link.active {
    background: #ff5b40
}

body:not(.home) .custom-infographic-block .desktop-view .nav.nav-tabs .nav-link:nth-child(1) {
    top: 41px;
    left: 102px
}

body:not(.home) .custom-infographic-block .desktop-view .nav.nav-tabs .nav-link:nth-child(2) {
    top: 29px;
    left: 315px
}

body:not(.home) .custom-infographic-block .desktop-view .nav.nav-tabs .nav-link:nth-child(3) {
    top: 100px;
    left: 615px
}

body:not(.home) .custom-infographic-block .desktop-view .nav.nav-tabs .nav-link:nth-child(4) {
    top: 153px;
    left: 671px
}

body:not(.home) .custom-infographic-block .desktop-view .nav.nav-tabs .nav-link:nth-child(5) {
    top: 616px;
    left: 752px
}

body:not(.home) .custom-infographic-block .desktop-view .nav.nav-tabs .nav-link:nth-child(6) {
    top: auto;
    bottom: 23px;
    left: 413px
}

body:not(.home) .custom-infographic-block .desktop-view .nav.nav-tabs .nav-link:nth-child(7) {
    top: auto;
    bottom: 42px;
    left: 311px
}

body:not(.home) .custom-infographic-block .desktop-view .nav.nav-tabs .nav-link:nth-child(8) {
    top: auto;
    bottom: 23px;
    left: 238px
}

body:not(.home) .custom-infographic-block .desktop-view .nav.nav-tabs .nav-link:nth-child(9) {
    top: auto;
    bottom: 24px;
    left: 238px
}

body:not(.home) .custom-infographic-block .desktop-view .tab-pane {
    position: absolute;
    top: 0;
    left: 0
}

body:not(.home) .custom-infographic-block .desktop-view .tab-pane:nth-child(1) {
    top: 122px;
    left: 90px
}

body:not(.home) .custom-infographic-block .desktop-view .tab-pane:nth-child(2) {
    top: 110px;
    left: 302px
}

body:not(.home) .custom-infographic-block .desktop-view .tab-pane:nth-child(3) {
    top: 147px;
    left: 457px
}

body:not(.home) .custom-infographic-block .desktop-view .tab-pane:nth-child(4) {
    top: 211px;
    left: 566px
}

body:not(.home) .custom-infographic-block .desktop-view .tab-pane:nth-child(5) {
    top: 384px;
    left: 554px
}

body:not(.home) .custom-infographic-block .desktop-view .tab-pane:nth-child(6) {
    top: auto;
    bottom: 95px;
    left: 528px
}

body:not(.home) .custom-infographic-block .desktop-view .tab-pane:nth-child(7) {
    top: auto;
    bottom: 173px;
    left: 432px
}

body:not(.home) .custom-infographic-block .desktop-view .tab-pane:nth-child(8) {
    top: auto;
    bottom: 93px;
    left: 71px
}

body:not(.home) .custom-infographic-block .desktop-view .tab-pane:nth-child(9) {
    top: auto;
    bottom: 283px;
    left: 226px
}

body:not(.home) .custom-infographic-block .desktop-view .card {
    background: transparent
}

body:not(.home) .custom-infographic-block .desktop-view .card .card-title {
    background: #ff5b40;
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 25px;
    letter-spacing: -0.01em;
    margin: 0;
    color: white;
    padding: 10px 20px;
    height: 45px;
    overflow: hidden
}

body:not(.home) .custom-infographic-block .desktop-view .card .card-body {
    background: #454345 !important;
    color: white !important;
    margin-top: 5px;
    height: 162px;
    overflow: hidden
}

body:not(.home) .custom-infographic-block .desktop-view .card .card-body h1,
body:not(.home) .custom-infographic-block .desktop-view .card .card-body h2,
body:not(.home) .custom-infographic-block .desktop-view .card .card-body h3,
body:not(.home) .custom-infographic-block .desktop-view .card .card-body h4,
body:not(.home) .custom-infographic-block .desktop-view .card .card-body h5,
body:not(.home) .custom-infographic-block .desktop-view .card .card-body h6,
body:not(.home) .custom-infographic-block .desktop-view .card .card-body p,
body:not(.home) .custom-infographic-block .desktop-view .card .card-body ul,
body:not(.home) .custom-infographic-block .desktop-view .card .card-body li,
body:not(.home) .custom-infographic-block .desktop-view .card .card-body blockquote,
body:not(.home) .custom-infographic-block .desktop-view .card .card-body cite,
body:not(.home) .custom-infographic-block .desktop-view .card .card-body a {
    color: white !important;
    text-decoration: none
}

body:not(.home) .custom-infographic-block .desktop-view .card .card-body h1:last-child,
body:not(.home) .custom-infographic-block .desktop-view .card .card-body h2:last-child,
body:not(.home) .custom-infographic-block .desktop-view .card .card-body h3:last-child,
body:not(.home) .custom-infographic-block .desktop-view .card .card-body h4:last-child,
body:not(.home) .custom-infographic-block .desktop-view .card .card-body h5:last-child,
body:not(.home) .custom-infographic-block .desktop-view .card .card-body h6:last-child,
body:not(.home) .custom-infographic-block .desktop-view .card .card-body p:last-child,
body:not(.home) .custom-infographic-block .desktop-view .card .card-body ul:last-child,
body:not(.home) .custom-infographic-block .desktop-view .card .card-body li:last-child,
body:not(.home) .custom-infographic-block .desktop-view .card .card-body blockquote:last-child,
body:not(.home) .custom-infographic-block .desktop-view .card .card-body cite:last-child,
body:not(.home) .custom-infographic-block .desktop-view .card .card-body a:last-child {
    margin-bottom: 0
}

body {
    font-family: 'droid_serifregular' !important;
    font-size: 16px;
    line-height: 1.56
}

@media (max-width: 992px) {
    body {
        padding-top: 0px !important
    }
}

body header.header .open-cart {
    display: none !important
}

body.woocommerce-page header.header .open-cart {
    display: flex !important
}

body a.d-block {
    text-decoration: none
}

body .overflow-hidden {
    overflow: hidden
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body a {
    overflow-wrap: break-word;
    word-wrap: break-word
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #040404
}

body h1,
body h2,
body h3 {
    text-transform: uppercase
}

body h4,
body .h4,
body h5,
body .h5,
body h6,
body .h6 {
    text-transform: none
}

body h1,
body .h1 {
/*     font-family: 'droid_serifregular' !important; */
    font-size: 55px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.89;
    letter-spacing: normal;
    margin-bottom: 40px
}

body h2,
body .h2 {
    font-family: 'droid_serifregular' !important;
    font-size: 45px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.89;
    letter-spacing: normal;
    margin-bottom: 20px
}

body h3,
body .h3 {
    font-family: 'droid_serifregular' !important;
    font-size: 42px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.89;
    letter-spacing: normal;
    margin-bottom: 25px
}

body h4,
body .h4 {
    font-family: 'droid_serifregular' !important;
    font-size: 31px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.06;
    letter-spacing: -1.24px;
    margin-bottom: 29px
}

body h5,
body .h5 {
    font-family: 'droid_serifregular' !important;
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.16;
    letter-spacing: -0.75px;
    margin-bottom: 28px
}

body h6,
body .h6 {
    font-family: 'droid_serifregular' !important;
    font-size: 19px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: -0.76px;
    margin-bottom: 27px
}

body p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -0.18px;
    margin-bottom: 1rem
}

body a {
    color: #005F94
}

body a:hover {
    color: #001e2e
}

body li {
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -0.18px
}

body #breadcrumbs a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: black;
    text-decoration: none
}

body #breadcrumbs a::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: black;
    position: relative;
    margin-left: 15px
}

@media (min-width: 768px) {

    body h1,
    body .h1 {
        font-size: 65px;
        line-height: .86;
        letter-spacing: normal
    }

    body h2,
    body .h2 {
        font-size: 55px;
        line-height: .98;
        letter-spacing: normal
    }

    body h3,
    body .h3 {
        font-size: 42px;
        line-height: .93;
        letter-spacing: normal
    }

    body h4,
    body .h4 {
        font-size: 31px;
        line-height: 1.06;
        letter-spacing: -1.24px
    }

    body h5,
    body .h5 {
        font-size: 25px;
        line-height: 1.16;
        letter-spacing: -.75px
    }

    body h6,
    body .h6 {
        font-size: 19px;
        line-height: 1.21;
        letter-spacing: -.76px
    }

    body p {
        font-size: 18px;
        line-height: 1.33
    }

    body li {
        font-size: 18px;
        line-height: 1.33
    }
}

@media (min-width: 1200px) {

    body h1,
    body .h1 {
        font-size: 48px;
        line-height: .85;
        letter-spacing: normal
    }

    body h2,
    body .h2 {
        font-size: 45px;
        line-height: .98;
        letter-spacing: normal
    }

    body h3,
    body .h3 {
        font-size: 42px;
        line-height: .93;
        letter-spacing: normal
    }

    body h4,
    body .h4 {
        font-size: 31px;
        line-height: 1.06;
        letter-spacing: -1.24px
    }

    body h5,
    body .h5 {
        font-size: 25px;
        line-height: 1.16;
        letter-spacing: -.75px
    }

    body h6,
    body .h6 {
        font-size: 19px;
        line-height: 1.21;
        letter-spacing: -.76px
    }

    body p {
        font-size: 18px;
        line-height: 1.33
    }

    body li {
        font-size: 18px;
        line-height: 1.33
    }
}

.anchor-list-container .anchor-list {
    list-style: none;
    padding: 0;
    padding-left: 30px;
    margin: 0;
    text-align: left;
    border-left: 1px solid currentColor
}

.anchor-list-container .anchor-list li {
    margin-bottom: 15px;
    position: relative
}

.anchor-list-container .anchor-list li:after {
    content: "";
    display: block;
    width: 3px;
    height: 0%;
    border-radius: 3px;
    background: transparent;
    position: absolute;
    left: -32px;
    top: 0;
    transition: 0.4s
}

.anchor-list-container .anchor-list li:last-child {
    margin-bottom: 0
}

.anchor-list-container .anchor-list li a {
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 5.06;
    letter-spacing: 0.75px;
    display: block;
    transition: 0.4s;
    transform-origin: left center;
    color: currentColor;
    text-decoration: none !important;
    text-transform: uppercase
}

.anchor-list-container .anchor-list li.active::after {
    background: currentColor;
    height: 100%
}

.anchor-list-container .anchor-list li.active a {
    font-weight: 700;
    font-size: 16px
}

.anchor-list-container .anchor-list li:hover a {
    transform: scale(1.5)
}

.anchor-list-container .anchor-list li:hover::after {
    background: currentColor;
    height: 100%
}

#chartdiv>div {
    overflow: scroll !important;
    height: 101% !important
}

.ampopup-content {
    background: transparent !important;
    box-shadow: none !important;
    padding-bottom: 50px;
    padding-right: 40px;
    min-height: 700px
}

.ampopup-content .ampopup-header {
    background: transparent !important;
    margin-bottom: -2px;
    position: relative
}

.ampopup-content .ampopup-header .ampopup-close {
    right: -4px !important
}

.ampopup-content .ampopup-inside {
    padding: 0;
    max-width: 100%;
    box-shadow: 3px 3px 13px 0 rgba(0, 0, 0, 0.16);
    margin-left: 5px
}

.ampopup-content .ampopup-inside .single-box .img-wrap {
    height: 150px;
    margin: 0
}

.ampopup-content .ampopup-inside .single-box .card-title {
    font-family: "Akkordeon", sans-serif !important;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #005F94;
    margin-bottom: 24px;
    text-transform: uppercase
}

.ampopup-content .ampopup-inside .single-box .card-text p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000000
}

.ampopup-content .ampopup-inside .single-box .link a {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #066192
}

.card-team-bios .card {
    border-radius: 0px;
    background: transparent;
    text-align: center
}

.card-team-bios .card:hover .img-wrap img {
    width: 125%;
    height: 125%
}

.card-team-bios .card:hover .img-wrap .btn-plus {
    top: 50%
}

.card-team-bios .card:hover .img-wrap::before {
    opacity: 0.3
}

@media (min-width: 768px) {
    .card-team-bios .card {
        text-align: left
    }
}

@media (min-width: 768px) {
    .card-team-bios .card-body {
        padding-left: 0
    }
}

.card-team-bios .img-wrap {
    height: 240px;
    margin: 0 auto 0;
    border: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.card-team-bios .img-wrap img {
    width: 100%;
    height: 100%
}

.card-team-bios .img-wrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    z-index: 2
}

.card-team-bios .img-wrap .btn-plus {
    color: white;
    font-size: 50px;
    line-height: 1;
    position: absolute;
    z-index: 5;
    top: -100%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    transition: 0.4s
}

.card-team-bios .networks {
    margin-top: 18px
}

.card-team-bios .networks ul.social {
    flex-direction: row;
    justify-content: center
}

@media (min-width: 768px) {
    .card-team-bios .networks ul.social {
        justify-content: flex-start
    }
}

.card-team-bios .networks ul.social li {
    margin-right: 16px;
    background-color: #ff5b40
}

.card-team-bios .networks ul.social li a {
    font-size: 12px;
    color: white !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important
}

.card-team-bios .networks ul.social li:hover {
    background-color: #ff2f0d
}

.card-team-bios .name {
    font-family: "Akkordeon", sans-serif !important;
    font-size: 23px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.06;
    letter-spacing: 0.36px;
    color: #ff5b40;
    border: none;
    background: transparent;
    padding: 0
}

.card-team-bios .name a {
    color: inherit
}

.card-team-bios .name a:hover {
    text-decoration: underline
}

.card-team-bios .name:hover {
    text-decoration: underline
}

.card-team-bios .position {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: black;
    position: relative;
    padding-bottom: 20px
}

.card-team-bios .position::after {
    content: "";
    background: #ff5b40;
    border-radius: 30px;
    bottom: 0px;
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    width: 40px
}

.card-team-bios .email {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: -0.86px;
    color: #9578bb
}

.card-team-bios .email a,
.card-team-bios .email button {
    color: inherit
}

.card-team-bios .email a:hover,
.card-team-bios .email button:hover {
    text-decoration: underline
}

.card-team-bios .card-text {
    margin-top: 26px;
    padding-top: 4px
}

.card-team-bios .card-text p {
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.28px;
    color: #003e61;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.card-team-bios .info-box {
    padding: 7px 0;
    position: relative
}

.card-team-bios .info-box::after {
    content: "";
    display: block;
    width: 170px;
    height: 1px;
    object-fit: contain;
    opacity: 0.28;
    border: solid 1px #003e61;
    position: absolute;
    bottom: 0;
    left: calc(50% - 85px)
}

.card-team-bios .info-box:last-child::after {
    display: none
}

.card-team-bios .info-box p {
    margin: 0
}

.card-team-bios-rounded .img-wrap {
    width: 265px;
    height: 265px;
    border-radius: 50%;
    margin: 0 auto
}

.card-team-bios-rounded .img-wrap img {
    height: 100%
}

.card-team-bios-rounded .img-wrap:hover:before {
    opacity: 0.7
}

.card-team-bios-rounded .img-wrap:hover .member-info {
    bottom: -100%
}

.card-team-bios-rounded .img-wrap:hover .hover-wrap {
    opacity: 1
}

.card-team-bios-rounded .img-wrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    position: absolute;
    z-index: 2
}

.card-team-bios-rounded .member-info {
    background: rgba(0, 0, 0, 0.8);
    display: block;
    padding: 10px 45px 30px;
    transition: all 0.4s ease;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    text-align: center;
    line-height: 1;
    font-weight: 700
}

.card-team-bios-rounded .name {
    font-size: 18px;
    color: white;
    margin-bottom: 10px
}

.card-team-bios-rounded .position {
    font-size: 14px;
    color: white;
    display: block
}

.card-team-bios-rounded .hover-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 30px;
    opacity: 0;
    transition: 0.6s
}

.card-team-bios-rounded button {
    margin-top: auto;
    border: none;
    background: transparent;
    color: white
}

.card-team-bios-rounded button span {
    display: block;
    line-height: 1;
    color: white
}

.card-team-bios-rounded button i {
    font-size: 40px
}

.card-team-bios-rounded .networks {
    margin-top: auto;
    margin-bottom: 0
}

.card-team-bios-rounded ul.social {
    flex-direction: row;
    justify-content: center
}

@media (min-width: 768px) {
    .card-team-bios-rounded ul.social {
        justify-content: flex-start
    }
}

.card-team-bios-rounded ul.social li {
    margin-right: 16px;
    background-color: #ff5b40
}

.card-team-bios-rounded ul.social li a {
    font-size: 12px;
    color: white !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important
}

.card-team-bios-rounded ul.social li:hover {
    background-color: #ff2f0d
}

.team-bios-modal.show {
    -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.team-bios-modal.hide {
    display: block !important;
    -webkit-animation: slide-out-right 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    animation: slide-out-right 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both
}

@-webkit-keyframes slide-out-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0
    }
}

@keyframes slide-out-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0
    }
}

@-webkit-keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.team-bios-modal .modal-dialog {
    margin: 0;
    margin-left: auto;
    height: 100%;
    max-height: 100%
}

.team-bios-modal .modal-content {
    flex-direction: row;
    background: #313131;
    height: 100%;
    max-height: 100%
}

.team-bios-modal .left-side-panel {
    background: #212121;
    flex-shrink: 0
}

.team-bios-modal .left-side-panel .social {
    flex-direction: column
}

.team-bios-modal .left-side-panel .social li {
    width: 50px;
    height: 50px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.team-bios-modal .left-side-panel .social li a {
    color: white;
    font-size: 16px
}

.team-bios-modal .right-side-panel {
    flex-grow: 1
}

.team-bios-modal .modal-header {
    background: #ff5b40;
    border: none;
    box-shadow: none;
    align-items: center
}

.team-bios-modal .modal-title {
    color: white
}

.team-bios-modal .position {
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 1em;
    margin: 0 0 15px !important;
    padding: 10px 0px;
    position: relative
}

.team-bios-modal .img-wrap {
    height: 400px;
    margin-bottom: 30px
}

.team-bios-modal .modal-body {
    overflow: auto;
    height: calc(100% - 130px);
    padding: 0
}

.team-bios-modal .modal-body h1,
.team-bios-modal .modal-body h2,
.team-bios-modal .modal-body h3,
.team-bios-modal .modal-body h4,
.team-bios-modal .modal-body h5,
.team-bios-modal .modal-body h6 {
    color: white
}

.team-bios-modal .modal-body p,
.team-bios-modal .modal-body li,
.team-bios-modal .modal-body a,
.team-bios-modal .modal-body p a,
.team-bios-modal .modal-body li a,
.team-bios-modal .modal-body blockquote,
.team-bios-modal .modal-body cite,
.team-bios-modal .modal-body span {
    color: white
}

@media (min-width: 992px) {
    .team-bios-modal .modal-body {
        height: calc(100% - 66px)
    }
}

.team-bios-modal .body-container {
    padding: 0 15px
}

.team-bios-modal .close {
    text-shadow: none;
    color: white;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 5px;
    margin-right: 0px;
    opacity: 1
}

.team-bios-modal .close:hover {
    background: #212121
}

.team-bios-modal.team-bios-modal-horizontal-view .modal-dialog-centered {
    height: 100%;
    margin: 0 auto
}

@media (min-width: 768px) {
    .team-bios-modal.team-bios-modal-horizontal-view .modal-dialog-centered {
        height: auto
    }
}

.team-bios-modal.team-bios-modal-horizontal-view .card-body {
    overflow: scroll;
    height: 225px
}

@media (min-width: 768px) {
    .team-bios-modal.team-bios-modal-horizontal-view .card-body {
        height: 322px
    }
}

.team-bios-modal.team-bios-modal-horizontal-view .img-wrap {
    height: 250px;
    margin: 0
}

.team-bios-modal.team-bios-modal-horizontal-view .img-wrap img {
    width: 100% !important;
    height: 100% !important
}

.team-bios-modal.team-bios-modal-horizontal-view .img-wrap::before {
    display: none
}

@media (min-width: 768px) {
    .team-bios-modal.team-bios-modal-horizontal-view .img-wrap {
        margin: 15px
    }
}

.team-bios-modal.team-bios-modal-horizontal-view .card-title {
    color: white
}

.team-bios-modal.team-bios-modal-horizontal-view .card-text p {
    color: white;
    -webkit-box-orient: horizontal;
    overflow: visible;
    margin-bottom: 15px
}

.team-bios-modal.team-bios-modal-horizontal-view .position {
    padding: 15px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 0
}

.team-bios-modal.team-bios-modal-horizontal-view .position::after {
    display: none
}

.team-bios-modal.team-bios-modal-horizontal-view .close {
    position: absolute;
    z-index: 5;
    right: 0
}

.avoiding-card {
    box-shadow: 3px 3px 13px 0 rgba(0, 0, 0, 0.16);
    background-color: #f8f8f8;
    border-radius: 0
}

.avoiding-card a.d-block {
    text-decoration: none
}

.avoiding-card .card-header {
    background-color: white;
    text-align: center;
    border: none;
    padding: 20px
}

.avoiding-card .card-title {
    font-size: 18px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #005F94;
    text-transform: uppercase;
    margin: 0
}

.avoiding-card .img-wrap {
    margin: 0;
    border-radius: 0
}

.avoiding-card .card-body {
    padding: 34px 56px
}

.avoiding-card .card-text p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000000 !important
}

.avoiding-card .link span,
.avoiding-card .link a {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #066192;
    text-decoration: underline
}

.avoiding-card .link span:hover,
.avoiding-card .link a:hover {
    text-decoration: none
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
    padding: 0 !important
}

@media (min-width: 1024px) {
    .pum-container.pum-responsive.pum-responsive-medium {
        width: 920px !important
    }
}

.pum-theme-2975 .pum-content+.pum-close,
.pum-theme-default-theme .pum-content+.pum-close {
    width: 32px !important;
    height: 32px !important;
    font-size: 0 !important;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' fill='white'/%3E%3Cpath d='M12 12L20 20' stroke='%231C363B' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M20 12L12 20' stroke='%231C363B' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-size: contain
}

.pum-theme-2975 .pum-content+.pum-close:hover,
.pum-theme-default-theme .pum-content+.pum-close:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' fill='white'/%3E%3Cpath d='M12 12L20 20' stroke='%2335A6DE' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M20 12L12 20' stroke='%2335A6DE' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A")
}

.pop-up-container {
    position: relative
}

.pop-up-container::before {
    content: "";
    display: block;
    width: 190px;
    height: 100%;
    position: absolute;
    background-image: url("../images/white-texture-left-pattern.png");
    top: 0;
    right: 0;
    opacity: 0.7
}

.pop-up-container .img-wrap {
    height: 100%;
    margin: 0
}

.pop-up-container .img-wrap img {
    height: 100% !important
}

.pop-up-container .pop-up-form-container {
    padding: 42px 18px
}

@media (min-width: 576px) {
    .pop-up-container .pop-up-form-container {
        padding: 72px 58px
    }
}

.pop-up-container .pop-up-form-container::before {
    content: "";
    display: block;
    width: 39px;
    height: 34px;
    position: relative;
    background-image: url("../images/ffcr-logo-background-2.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 20px
}

.loader {
    display: flex;
    justify-content: center;
    align-items: center
}

#loader,
#loader-i {
    z-index: 1050;
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0
}

#loader::before,
#loader-i::before {
    content: "";
    display: block;
    width: 3000px;
    height: 3000px;
    background: #005F94;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#loader::after,
#loader-i::after {
    content: "";
    display: block;
    width: 3000px;
    height: 3000px;
    background: #003e61;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0.7
}

#loader.exit::before,
#loader-i.exit::before {
    -webkit-animation: slide-up 0.6s ease-out 0.8s both;
    animation: slide-up 0.6s ease-out 0.8s both
}

#loader.exit::after,
#loader-i.exit::after {
    -webkit-animation: slide-up 0.6s ease-out 0.9s both;
    animation: slide-up 0.6s ease-out 0.9s both
}

#loader.exit .organic-container,
#loader-i.exit .organic-container {
    -webkit-animation: scale-out-center 0.7s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.7s both;
    animation: scale-out-center 0.7s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.7s both
}

@-webkit-keyframes scale-out-center {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

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

@keyframes scale-out-center {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

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

@-webkit-keyframes slide-up {
    0% {
        width: 3000px;
        height: 3000px
    }

    100% {
        width: 0;
        height: 0
    }
}

@keyframes slide-up {
    0% {
        width: 3000px;
        height: 3000px
    }

    100% {
        width: 0;
        height: 0
    }
}

.organic-container {
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.organic {
    bottom: 0;
    filter: url(#organic);
    left: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(3);
    position: fixed;
    right: 0;
    top: 0
}

.logo-container {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999
}

.loader-logo {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
    margin: 0
}

.loader-logo img {
    object-fit: contain;
    width: 100%;
    height: 100%
}

.dot {
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 0
}

.dot:before {
    background: var(--sn-theme-primary, #ec0000);
    border-radius: 50px;
    content: "";
    height: 22px;
    left: 50%;
    margin-left: -11px;
    margin-top: -11px;
    position: absolute;
    transform: translateY(0) rotate(0deg);
    width: 22px
}

@keyframes dot-move {
    0% {
        transform: translateY(0)
    }

    18%,
    22% {
        transform: translateY(-45px)
    }

    40%,
    100% {
        transform: translateY(0)
    }
}

.dot:nth-child(5):before {
    z-index: 999;
    width: 43px;
    height: 43px;
    margin-left: -22px;
    margin-top: -22.3px;
    animation: dot-colors 5s ease infinite
}

@keyframes dot-rotate-1 {
    0% {
        transform: rotate(-105deg)
    }

    100% {
        transform: rotate(270deg)
    }
}

.dot:nth-child(1) {
    animation: dot-rotate-1 5s 0s linear infinite
}

.dot:nth-child(1):before {
    animation: dot-move 5s 0s ease infinite
}

@keyframes dot-rotate-2 {
    0% {
        transform: rotate(165deg)
    }

    100% {
        transform: rotate(540deg)
    }
}

.dot:nth-child(2) {
    animation: dot-rotate-2 5s 1.25s linear infinite
}

.dot:nth-child(2):before {
    animation: dot-move 5s 1.25s ease infinite
}

@keyframes dot-rotate-3 {
    0% {
        transform: rotate(435deg)
    }

    100% {
        transform: rotate(810deg)
    }
}

.dot:nth-child(3) {
    animation: dot-rotate-3 5s 2.5s linear infinite
}

.dot:nth-child(3):before {
    animation: dot-move 5s 2.5s ease infinite
}

@keyframes dot-rotate-4 {
    0% {
        transform: rotate(705deg)
    }

    100% {
        transform: rotate(1080deg)
    }
}

.dot:nth-child(4) {
    animation: dot-rotate-4 5s 3.75s linear infinite
}

.dot:nth-child(4):before {
    animation: dot-move 5s 3.75s ease infinite
}

.info {
    position: absolute;
    bottom: 0;
    font-family: "Lato", sans-serif;
    text-align: center;
    right: 0;
    left: 0
}

.info .title {
    font-size: 22px;
    color: #333;
    line-height: 1.5
}

.info .subtitle {
    font-size: 14px;
    color: #999;
    line-height: 1.6
}

.invert .loader-logo {
    fill: #ec0000
}

.invert .dot:before {
    background-color: white
}

.invert .info .title {
    color: #f0f0f0
}

.invert .info .subtitle {
    font-size: 14px;
    color: #ddd;
    line-height: 1.6
}

.bubbles {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin: auto;
    filter: url(#organic);
    animation: bubbles-rotate ease-in-out 1s infinite
}

@keyframes bubbles-rotate {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(360deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.bubble {
    background: var(--sn-theme-primary, #ec0000);
    width: 12px;
    height: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -6px;
    margin-left: -6px;
    border-radius: 100%
}

@keyframes bubble-anim-left {
    0% {
        transform: translateX(0) scale(1.06)
    }

    25% {
        transform: translateX(0) scale(1.06)
    }

    100% {
        transform: translateX(-24px) scale(1)
    }
}

.bubble:first-child {
    animation: bubble-anim-left ease-in-out 1s infinite alternate
}

@keyframes bubble-anim-right {
    0% {
        transform: translateX(0) scale(1.06)
    }

    25% {
        transform: translateX(0) scale(1.06)
    }

    100% {
        transform: translateX(24px) scale(1)
    }
}

.bubble:last-child {
    animation: bubble-anim-right ease-in-out 1s infinite alternate
}

.invert .bubble {
    background-color: white
}

a.fe_btn_navigation {
    background-color: #005F94 !important;
    border: none !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 16px !important;
    font-weight: bold !important;
    border-radius: 7px;
    padding: 16px 28px;
    line-height: 1;
    text-transform: none
}

a.fe_btn_navigation:hover {
    background-color: #ff5b40 !important
}

.wpcw_fe_navigation_box {
    padding: 20px
}

.wpcw_fe_navigation_box a {
    margin: 0 10px
}

.ui-loader.ui-corner-all.ui-body-a.ui-loader-default {
    display: none
}

.container {
    transition: 0.4s
}

.social-bar .content-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 25px 0
}

.social-bar .social-share p {
    font-size: 20px;
    color: #005F94;
    font-weight: 700;
    display: inline-block;
    font-family: "Akkordeon", sans-serif !important;
    margin: 0
}

.social-bar .social-share p strong {
    color: #1c363b;
    font-weight: 700
}

.social-bar .social-share .addtoany_shortcode {
    display: inline-block
}

.social-bar .social-share .addtoany_shortcode .a2a_kit a span {
    background: transparent !important;
    color: #005F94 !important;
    width: 24px !important;
    height: 24px !important
}

.social-bar .social-share .addtoany_shortcode .a2a_kit a span svg path {
    fill: #005F94 !important
}

.a2a_menu {
    background-color: white !important;
    border-color: white !important
}

@media (prefers-color-scheme: dark) {
    body .a2a_menu {
        background-color: white;
        border-color: white
    }

    body .a2a_menu a,
    body .a2a_menu a.a2a_i,
    body .a2a_menu a.a2a_i:visited,
    body .a2a_menu a.a2a_more,
    body i.a2a_i {
        border-color: white !important;
        color: #003e61 !important
    }

    body .a2a_menu a:hover,
    body .a2a_menu a.a2a_i:hover,
    body .a2a_menu a.a2a_i:visited:hover,
    body .a2a_menu a.a2a_more:hover,
    body i.a2a_i:hover {
        background: #003e61 !important;
        color: white !important
    }
}

body a.a2a_i,
body i.a2a_i {
    font-family: 'Roboto', sans-serif !important;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #003e61;
    display: inline-flex;
    align-items: center;
    margin: 0
}

body .a2a_menu {
    border-radius: 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16)
}

body a.a2a_i .a2a_svg {
    background: white !important
}

body a.a2a_i .a2a_svg path {
    fill: #003e61
}

body .a2apage_show_more_less .a2a_i .a2a_svg svg {
    background: white !important
}

body .a2apage_show_more_less .a2a_i .a2a_svg svg g {
    fill: #003e61
}

body .a2a_full_footer .a2a_i .a2a_svg svg {
    background: white !important
}

body .a2a_full_footer .a2a_i .a2a_svg svg g {
    fill: #003e61
}

a.a2a_i {
    color: #003e61
}

body.single .a2a_menu a,
body.single .a2a_menu a.a2a_i,
body.single .a2a_menu a.a2a_i:visited,
body.single .a2a_menu a.a2a_more,
body.single i.a2a_i {
    border-color: white !important;
    display: inline-flex;
    align-items: center;
    margin: 0
}

.interior-page .entry-content .addtoany_content .a2a_kit a span {
    background: transparent !important;
    color: #003e61 !important;
    width: 24px !important;
    height: 24px !important
}

.interior-page .entry-content .addtoany_content .a2a_kit a span svg path {
    fill: #003e61 !important
}

.interior-page .entry-content .a2a_kit a span,
.interior-page .entry-content .a2a_kit a.a2a_dd span {
    background: transparent !important;
    color: #003e61 !important;
    width: 24px !important;
    height: 24px !important
}

.interior-page .entry-content .a2a_kit a span svg path,
.interior-page .entry-content .a2a_kit a.a2a_dd span svg path {
    fill: #003e61 !important
}

.interior-page .entry-content .addtoany_shortcode {
    display: inline-block
}

.interior-page .entry-content .addtoany_shortcode .a2a_kit a {
    font-family: "Montserrat", sans-serif !important;
    background: transparent;
    border-radius: 30px;
    border: 2px solid #005F94 !important;
    color: #005F94 !important;
    display: inline-block;
    font-size: 1rem !important;
    letter-spacing: normal;
    font-weight: 500 !important;
    margin: 0 auto;
    padding: 0.99rem 1.7777777777777777rem;
    min-width: 175px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: 0.4s;
    outline: none !important;
    overflow: hidden;
    line-height: 1.19
}

.interior-page .entry-content .addtoany_shortcode .a2a_kit a:hover,
.interior-page .entry-content .addtoany_shortcode .a2a_kit a:focus,
.interior-page .entry-content .addtoany_shortcode .a2a_kit a:active {
    text-decoration: none !important;
    background: #005F94;
    border-color: #005F94;
    color: white !important
}

.interior-page .entry-content .addtoany_shortcode .a2a_kit a:hover:after,
.interior-page .entry-content .addtoany_shortcode .a2a_kit a:focus:after,
.interior-page .entry-content .addtoany_shortcode .a2a_kit a:active:after {
    margin-left: 25px
}

.interior-page .entry-content .addtoany_shortcode .a2a_kit a:hover:before,
.interior-page .entry-content .addtoany_shortcode .a2a_kit a:focus:before,
.interior-page .entry-content .addtoany_shortcode .a2a_kit a:active:before {
    width: 100%
}

img.gform_ajax_spinner {
    display: none !important
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

body main[role="main"] {
    overflow: hidden;
    position: relative
}

html.csstransformspreserve3d.translated-ltr #NavDropdown ul li,
html.csstransformspreserve3d.translated-ltr #NavDropdown ul li.open {
    padding: 0px 7px
}

html.csstransformspreserve3d.translated-ltr #NavDropdown ul li a,
html.csstransformspreserve3d.translated-ltr #NavDropdown ul li.open a {
    font-size: 13px
}

html.csstransformspreserve3d.translated-ltr #NavDropdown ul li.btn-member>a,
html.csstransformspreserve3d.translated-ltr #NavDropdown ul li.open.btn-member>a {
    font-size: 13px
}

html.csstransformspreserve3d.translated-ltr .sign-up-form .gform_wrapper .gform_body,
html.csstransformspreserve3d.translated-ltr .sign-up-form .newsletterForm_wrapper .gform_body {
    width: calc(100% - 130px)
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

#gtranslate_wrapper {
    right: 4% !important;
    bottom: 32px !important
}

#gtranslate_wrapper .switcher .selected {
    background: transparent
}

#gtranslate_wrapper .switcher .selected a {
    border-radius: 49.5px;
    border: solid 1.5px gray;
    background: white;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 18px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #003e61;
    width: auto;
    text-align: center
}

#gtranslate_wrapper .switcher .option {
    background-color: transparent;
    border: none
}

#gtranslate_wrapper .switcher .option a {
    padding: 8px 18px;
    color: #003e61;
    text-align: center
}

.image-wrapping,
.image-post-thumb,
.post-image-css {
    padding-top: 85%
}

.image-wrapping img,
.image-wrapping .wrapped-image,
.image-post-thumb img,
.image-post-thumb .wrapped-image,
.post-image-css img,
.post-image-css .wrapped-image {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.image-wrapping .photo-credit,
.image-post-thumb .photo-credit,
.post-image-css .photo-credit {
    font-family: 'Roboto', sans-serif !important;
    bottom: 10px;
    color: #999999 !important;
    font-family: Helvetica;
    font-size: 11px;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    left: 20px;
    letter-spacing: normal;
    line-height: normal;
    position: absolute;
    text-align: left;
    width: 90%;
    z-index: 2
}

.image-wrapping .photo-credit.center,
.image-post-thumb .photo-credit.center,
.post-image-css .photo-credit.center {
    text-align: center !important
}

.title-section {
    margin-bottom: 60px
}

.title-section h2,
.title-section h3 {
    font-family: 'Roboto', sans-serif !important;
    display: inline-block;
    font-size: 50px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 800;
    letter-spacing: -0.89px;
    letter-spacing: normal;
    line-height: 0.94;
    margin: 0;
    position: relative
}

.title-section.center {
    text-align: center;
    position: relative
}

.title-section.left {
    text-align: left;
    position: relative
}

.title-section.right {
    text-align: right
}

.bottom-link-section {
    display: block
}

.bottom-link-section.left {
    text-align: left
}

.bottom-link-section.right {
    text-align: right
}

.bottom-link-section.center {
    margin: 40px auto;
    text-align: center
}

@media (max-width: 767) {
    .bottom-link-section {
        text-align: center !important
    }
}

.top-section {
    margin-bottom: 50px
}

.top-section h2,
.top-section .view-all>a {
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: normal;
    line-height: normal
}

.top-section h2 {
    font-size: 36px;
    color: #005F94
}

.top-section .view-all>a {
    position: relative
}

.top-section .view-all>a::after {
    content: "";
    background-image: url("../images/icons/arrow-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    margin-left: 12px;
    position: relative;
    padding-left: 10px;
    transition: all 0.4s ease;
    display: inline-block;
    width: 12px;
    height: 9px
}

.top-section .view-all>a:hover {
    text-decoration: none
}

.top-section .view-all>a:hover::after {
    right: -7px
}

.right-side {
    position: relative
}

.right-side .outside-container {
    height: 100%;
    left: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: calc((100vw - 1100px) / (-2));
    top: 0;
    width: calc(100% + ((100vw - 1100px) / (2)));
    z-index: 40
}

.left-side {
    position: relative
}

.left-side .outside-container {
    height: 100%;
    left: calc((100vw - 1100px) / (-2));
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% + ((100vw - 1100px) / (2)));
    z-index: 40
}

.container-text {
    padding: 0 10%
}

.container-text.center {
    text-align: center
}

@media (max-width: 1200) {
    .container-text {
        padding: 0 15px
    }
}

.container-frame-diagonal {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    background-color: #ffffff;
    height: 180%;
    left: 7%;
    overflow: hidden;
    position: absolute;
    top: -30%;
    width: 100%
}

.container-frame-diagonal .frame-diagonal {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%
}

.container-frame-diagonal .frame-diagonal img {
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: translate(-50%, -50%) rotate(-10deg);
    -ms-transform: translate(-50%, -50%) rotate(-10deg);
    transform: translate(-50%, -50%) rotate(-10deg);
    height: auto;
    left: 51%;
    margin-top: -60px;
    max-width: 100%;
    min-height: inherit;
    position: absolute;
    top: 50%;
    width: auto
}

.frame-image {
    background-color: #ffffff;
    box-shadow: -4px 3px 13px 0 rgba(33, 33, 33, 0.25);
    height: auto;
    padding: 23px
}

.frame-image figure {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    margin: 0 !important;
    object-fit: contain;
    padding-bottom: 75%
}

html,
body {
    -webkit-font-smoothing: subpixel-antialiased
}

html .selector-for-some-widget,
body .selector-for-some-widget {
    box-sizing: content-box
}

@media only screen and (max-width: 1199.98px) {
    .right-side .outside-container {
        right: calc((100vw - 940px) / (-2));
        width: calc(100% + ((100vw - 940px) / (2)))
    }

    .left-side .outside-container {
        left: calc((100vw - 940px) / (-2));
        width: calc(100% + ((100vw - 940px) / (2)))
    }

    #gtranslate_wrapper {
        right: 4% !important;
        bottom: 92px !important
    }
}

@media only screen and (max-width: 991px) {
    .right-side .outside-container {
        right: calc((100vw - 700px) / (-2));
        width: calc(100% + ((100vw - 700px) / (2)))
    }

    .left-side .outside-container {
        left: calc((100vw - 690px) / (-2));
        width: calc(100% + ((100vw - 690px) / (2)))
    }

    body.logged-in header.fixed-top {
        top: 46px;
        transition: 0.4s;
        margin-top: 0 !important
    }
}

@media only screen and (max-width: 767px) {
    .right-side .outside-container {
        right: calc((100vw - 524px) / (-2));
        width: calc(100% + ((100vw - 524px) / (2)))
    }

    .left-side .outside-container {
        left: calc((100vw - 524px) / (-2));
        width: calc(100% + ((100vw - 524px) / (2)))
    }
}

@media only screen and (max-width: 576px) {
    #gtranslate_wrapper {
        position: relative !important;
        bottom: 0 !important;
        left: 0;
        right: 0 !important;
        text-align: center;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        padding: 30px
    }

    body.logged-in {
        padding-top: 0px !important
    }

    body.logged-in header.fixed-top {
        top: 46px;
        transition: 0.4s;
        margin-top: 0 !important
    }

    body.logged-in.fixed header.fixed-top {
        top: 0 !important
    }

    body.logged-in #wp-admin-bar-comments {
        display: none !important
    }
}

/*# sourceMappingURL=style.css.map */
