:root {
    font-size: 12px;
    background: #ededed;
}

@media (min-width: 767px) {
    :root {
        font-size: 16px;
    }
}

/* header */

body {
    background: #fff;
    font-family: "FlamaLight", "Open Sans", arial, helvetica, sans-serif;
}
a {
    color: #003d83;
    text-decoration: underline;
}
a:hover {
    color: #2cbdc1 !important;
    text-decoration: none;
}
a:active {
    color: #2cbdc1;
    text-decoration: underline;
}
a:visited {
    color: inherit;
    text-decoration: underline;
}
.bolder,
strong {
    font-weight: bolder;
    font-family: "FlamaBlack" !important;
}

b {
    font-family: "FlamaMedium";
}

header {
    margin: 0;
    padding: 0;
    /*background: #2dbec1; */
    /*background: -moz-linear-gradient(top, #2dbec1 0%, #27b4ba 100%, #22acb4 100%); */
    /*background: -webkit-linear-gradient(top, #2dbec1 0%,#27b4ba 100%,#22acb4 100%); */
    /*background: linear-gradient(to bottom, #2dbec1 0%,#27b4ba 100%,#22acb4 100%); */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dbec1', endColorstr='#22acb4',GradientType=0 ); */
    position: fixed;
    width: 100%;
    z-index: 99;
    background: #fff;
}

.logo {
    display: block;
}
.logo img {
    display: block;
}

p.bold {
    font-family: FlamaMedium;
}

/**/

.responsive-img {
    max-width: 100%;
}
.space-before-25p {
    padding-top: 15px;
}
.space-after-50p {
    padding-bottom: 30px;
}
.space-after-15m {
    margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
    .space-before-25p {
        padding-top: 25px;
    }
    .space-after-50p {
        padding-bottom: 50px;
    }
}

/* typography */
@font-face {
    font-family: "FlamaMedium";
    src: url("../_fonts/Flama-Medium.eot#") format("eot"), url("../_fonts/Flama-Medium.woff") format("woff"),
        url("../_fonts/Flama-Medium.ttf") format("truetype"), url("../_fonts/Flama-Medium.svg#webfontFHzvtkso") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "FlamaLight";
    src: url("../_fonts/Flama-Light.eot#") format("eot"), url("../_fonts/Flama-Light.woff") format("woff"),
        url("../_fonts/Flama-Light.ttf") format("truetype"), url("../_fonts/Flama-Light.svg#webfontFHzvtkso") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "FlamaBlack";
    src: url("../_fonts/Flama-Black.eot");
    src: url("../_fonts/Flama-Black.woff") format("woff"), url("../_fonts/Flama-Black.ttf") format("truetype"),
        url("../_fonts/Flama-Black.svg#Flama-Black") format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "FlamaCondensed";
    src: url("../_fonts/FlamaCondensed-Bold.eot");
    src: url("../_fonts/FlamaCondensed-Bold.woff") format("woff"), url("../_fonts/FlamaCondensed-Bold.ttf") format("truetype"),
        url("../_fonts/FlamaCondensed-Bold.svg#FlamaCondensed-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

h1 {
    font-family: FlamaMedium;
    color: #003c83;
    display: block;
    width: 100%;
}

p {
    font-size: 1.1875em;
    /*line-height: 1.75rem;*/
    margin: 0.75em 0;
}

p.intro,
ul.intro li {
    font-family: FlamaLight;
    font-size: 1.5em;
    line-height: 1.15;
    color: #fff;
    text-align: left;
}
ul.intro {
    font-size: 1em;
    margin-left: 0;
    padding-left: 1.5em;
    list-style-type: disc;
    list-style-position: outside;
}
ul.intro li {
    margin-left: 0;
    padding-left: 0;
}

.hline {
    display: block;
    margin: 1em 0;
    background-color: #ccc;
    height: 1px;
}

.hline-blue {
    display: block;
    margin: 2em 0;
    background-color: #003c83;
    height: 1px;
}

/* MainMenu */
.header__container {
    display: flex;
    justify-content: space-between;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 1em;
    align-items: center;
}
ul.MainMenu {
    margin: 0;
    list-style-type: none;
    text-align: right;
    font-size: 1em;
    font-weight: bolder;
    font-family: "FlamaBlack";
    text-transform: uppercase;
    display: flex;
}
@media screen and (min-width: 1200px) {
    ul.MainMenu {
        font-size: 1.25em;
    }
}
ul.MainMenu li {
    display: inline-block;
    margin-left: 25px;
    vertical-align: middle;
    position: relative;
}
ul.MainMenu li a {
    display: block;
    text-decoration: none;
    color: #003c83;
    line-height: 1;
}
ul.MainMenu li a:hover {
    text-decoration: none;
    color: #003c83 !important; 
}
ul.MainMenu li a.current-page,
ul.MainMenu li a.current-page:hover {
    display: block;
    text-decoration: none;
    color: #003c83;
}
#desk-menu ul.MainMenu > li:before {
    content: "";
    border-left: 1px solid #003c83;
    height: 2em;
    position: absolute;
    top: 50%;
    left: -14px;
    margin-top: -1em;
}
#desk-menu ul.MainMenu > li:first-child:before {
    display: none;
}

#mob-menu ul.MainMenu {
    background-color: #2dbec1;
    background-color: rgba(45, 190, 193, 0.9);
    text-align: center;
    padding: 10px 0;
    font-size: 1.5em;
    border-bottom: 1px solid #fff;
    height: 100vh;
}
#mob-menu ul.MainMenu li {
    display: block;
    margin: 2em 0;
}

#mob-menu .MainMenu {
    display: none;
}
#desk-menu {
    display: none;
}
.burger-click-region {
    display: block;
}
@media (min-width: 961px) {
    #mob-menu {
        display: none;
    }
    #desk-menu {
        display: block;
    }
}

.burger-menu {
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 961px) {
    .burger-menu {
        display: none;
    }
}

.burger-click-region {
    width: 30px;
    height: 24px;
    cursor: pointer;
    position: relative;
    padding: 0 13px;
    box-sizing: content-box;
}

.burger-menu-piece {
    display: block;
    position: absolute;
    width: 30px;
    border-top: 2px solid #003c83;
    transform-origin: 50% 50%;
    transition: transform 400ms ease-out;
}
.burger-menu-piece:nth-child(1) {
    top: 4px;
}
.burger-menu-piece:nth-child(2) {
    top: 10px;
    opacity: 1;
    transition: transform 400ms ease-out, opacity 0ms linear 400ms / 2;
}
.burger-menu-piece:nth-child(3) {
    top: 16px;
}

.active .burger-menu-piece:nth-child(1) {
    animation: burger-open-top 400ms ease-out forwards;
}
.active .burger-menu-piece:nth-child(2) {
    opacity: 0;
    transition: transform 400ms ease-out, opacity 0ms linear 400ms / 2;
}
.active .burger-menu-piece:nth-child(3) {
    animation: burger-open-bot 400ms ease-out forwards;
}
.closing .burger-menu-piece:nth-child(1) {
    animation: burger-close-top 400ms ease-out forwards;
}
.closing .burger-menu-piece:nth-child(3) {
    animation: burger-close-bot 400ms ease-out forwards;
}

@keyframes burger-open-top {
    50% {
        transform: translate3d(0, 6px, 0);
    }
    100% {
        transform: translate3d(0, 6px, 0) rotate(45deg);
    }
}

@keyframes burger-open-bot {
    50% {
        transform: translate3d(0, -6px, 0);
    }
    100% {
        transform: translate3d(0, -6px, 0) rotate(-45deg);
    }
}

@keyframes burger-close-top {
    0% {
        transform: translate3d(0, 6px, 0) rotate(45deg);
    }
    50% {
        transform: translate3d(0, 6px, 0) rotate(0deg);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes burger-close-bot {
    0% {
        transform: translate3d(0, -6px, 0) rotate(-45deg);
    }
    50% {
        transform: translate3d(0, -6px, 0) rotate(0deg);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

/* back to top */
.backTop {
    bottom: 90px;
    position: fixed;
    right: 15px;
    -webkit-transform: translateZ(0);
    z-index: 99;
    display: none;
}
.backTop a {
    background: #fff;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    display: block;
    font: 38px/46px FontAwesome;
    height: 51px;
    text-align: center;
    width: 51px;
    border: 2px solid #fff;
    box-shadow: 1px 2px 3px -1px #888888;
    color: #000;
}
.backTop a > span:before {
    content: "\f106";
}
.backTop a:hover {
    background: #fff;
    box-shadow: 2px 5px 8px -1px #888888;
    color: #000;
}

/* landing top */
.landing-top,
.success-top {
    height: auto;
    width: 100%;
    position: relative;
    z-index: auto;
    top: 80px;
    margin-bottom: 80px;
    overflow: hidden;
    /*min-height: 170vw;*/
}
.success-top {
    background-color: #fff;
}
/*.landing-top .roof-img {
    position: absolute;
    z-index: auto;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: transparent url(../_images/bg.jpg) 50% 0% no-repeat;
    background-size: cover;
}*/

.placeholder-d {
    display: none;
}
.placeholder-m {
    display: block;
}
.landing-top h1 {
    margin: 0;
    box-sizing: border-box;
    font-family: "FlamaBlack";
    color: #fff;
    margin-bottom: 1em;
    font-size: 2.2125em;
}
@media screen and (min-width: 920px) {
    .landing-top h1 {
        font-size: 2.8125em;
    }
}
.landing-top .moreBelow {
    font-size: 1.65em;
    letter-spacing: -1px;
    margin-top: 2em;
}
.landing-top p {
    font-size: 1em;
    color: #fff;
}
.landing-top .moreBelow span {
    font-size: 1.45em;
}
.landing-top {
    background: url(../_images/bg.jpg?v=2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    min-height: 40em;
}
@media screen and (min-width: 768px) {
    .landing-top {
        aspect-ratio: 16 / 9;
    }
}
.landing-top.ty-page {
    background: url(../_images/bg_mob.jpg) no-repeat center;
    background-size: cover;
}
.landing-top img {
    max-width: 100%;
}

.landing-top.ty-page {
    min-height: auto;
    font-size: 1em;
}
.landing-top.ty-page .placeholder {
    display: none;
}
.landing-top.ty-page .separator {
    border-bottom: 2px dashed #2cbdc1;
    max-width: 30em;
    margin: 4em auto;
}
.landing-top .ty-container {
    width: 84em;
    max-width: 93%;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    background: rgb(255 255 255 / 80%);
    height: 100%;
    text-align: center;
    padding: 0 3em 3em 3em;
}
.landing-top .ty-logo {
    padding: 4em 0 0 0;
    max-width: 52em;
    margin: 0 auto;
}
.landing-top .ty-container .h2 {
    color: #003c83;
    font-size: 3em;
    font-weight: bold;
    margin: 1em auto;
    font-family: "FlamaBlack";
}
.landing-top .ty-container p,
.landing-top .ty-container a {
    color: #003c83;
    font-size: 1.65em;
    max-width: 38em;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    /*text-decoration: none;*/
    display: block;
    line-height: 135%;
}
.landing-top .ty-container p {
    max-width: 47em;
}
.landing-top .ty-container a {
    margin-bottom: 1em;
}
.landing-top .ty-container a:hover {
    text-decoration: underline;
}
.landing-top .ty-container p span {
    font-family: "FlamaBlack";
}
.landing-top .headline-container {
    position: relative;
    z-index: 9;
    width: 100%;
    max-width: 96%;
    margin: 2em auto 5em auto;
}
.landing-top .headline-description {
    font-size: 2.25em;
    margin-bottom: 0.25em;
}
.landing-top .headline-paragraph {
    font-size: 2em;
    max-width: 21em;
}
@media screen and (min-width: 920px) {
    .landing-top .headline-paragraph {
        font-size: 1.375em;
    }
    .landing-top .headline-container {
        margin: 3em auto 0 auto;
    }
}
@media (min-width: 1000px) {
    .placeholder-d {
        display: block;
    }
    .placeholder-m {
        display: none;
    }
    .landing-top {
        background: url(../_images/bg.jpg?v=2);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        max-height: 1080px;
    }
    .landing-top.ty-page {
        min-height: 760px;
        max-height: none;
    }
    .landing-top.ty-page {
        background: url(../_images/bg.jpg) no-repeat center;
        background-size: cover;
    }
    .landing-top .ty-logo {
        padding: 6em 0 4em 0;
    }
    .landing-top .ty-container a {
        margin-bottom: 0.85em;
    }
    .landing-top .campaign-logo {
        max-width: 74em;
        width: 43%;
        margin: 0 auto 0 0;
        padding-top: 0;
    }
}
@media (min-width: 1700px) {
}
@media (min-width: 1700px) {
}

.landing-video {
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}
.landing-video iframe {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 177.77vh;
    transform: translate(-50%, -50%);
}
.landing-video::before {
    content: "";
    background: transparent linear-gradient(90deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
    opacity: 0.9;
    z-index: 123;
    position: absolute;
    left: 0;
    top: 0;
    width: 120%;
    height: 100%;
}
.landing-video .hu-blocked {
    z-index: 124;
}
.landing-video .hu-iframe-content {
    color: #fff;
    z-index: 125;
    position: absolute;
    bottom: 5%;
    left: 4%;
    text-align: left;
}
@media screen and (min-width: 768px) {
    .landing-video::before {
        opacity: 0.7;
        width: 100%;
    }
}
@media screen and (min-width: 1160px) {
    .landing-video iframe {
        width: 100%;
    }
}
@media screen and (min-width: 1800px) {
    .landing-video .hu-iframe-content {
        bottom: 45%;
    }
}

/* footer */
footer {
    background: #ededed;
    margin-bottom: 0;
    padding: 1em 0;
    overflow: hidden;
}
footer .bottom .container {
    padding-top: 0px;
    /*border-top: 1px solid #003c83;*/
    margin-top: 3em;
    /*width: 80%;*/
    font-size: 1.15em;
}
footer .bottom {
    color: #003c83;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 50px;
    font-weight: bold;
}
footer .links a,
footer .secondary-links a {
    text-decoration: none;
    margin-right: 1em;
    margin-bottom: 0.25em;
}
footer .links a:last-child {
    margin-right: 0;
}
footer .secondary-links a {
    margin-right: 0;
}
footer .secondary-links {
    line-height: 125%;
}
footer .fb_iframe_widget iframe {
    width: auto !important;
    padding-left: 0 !important;
}
footer .fb_iframe_widget {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.ft-social-icon {
    font-size: 30px;
    vertical-align: middle;
    color: #003d83;
    display: inline-block;
    margin-bottom: 0.45em;
}
.ft-social-icon:hover {
    color: #0099b8;
}

@media screen and (max-width: 768px) {
    footer .links {
        margin-bottom: 2em;
    }
    footer .links a {
        display: block;
        margin-bottom: 1em;
        margin-right: 0;
    }
    footer .fb_iframe_widget_fluid {
        display: block;
        width: 100%;
        margin: 0 !important;
        margin-top: 1em !important;
    }
}

/* modals */
.html-modal-open {
    overflow: hidden;
    height: 100%;
    margin: 0;
}
/*.md-open {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  position: fixed;
}*/
.md-perspective,
.md-perspective body {
    height: 100%;
    overflow: hidden;
}
.md-perspective body {
    background: #222;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
}
.md-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.md-show {
    visibility: visible;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 2001;
}
.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}
.md-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
/* Content styles */
.md-trigger {
    cursor: pointer;
}
.md-content {
    color: #4a6270;
    background-color: #ffffff;
    position: relative;
    border-radius: 3px;
    margin: 0 auto;
    padding: 30px;
    max-width: 690px;
    min-width: 300px;
    text-align: center;
    overflow-y: hidden;
    box-sizing: border-box;
}
@media screen and(min-width:768px) {
    .md-content {
        width: 600px;
        margin: 30px auto;
    }
}
.md-content > .modal-pin-wrapper {
    text-align: center;
    margin: 0;
}
.md-content button {
    display: block;
    margin: 0 auto;
    font-size: 0.8em;
}
p.modal-title {
    color: #003d83;
    font-family: FlamaMedium;
    font-size: 3rem;
    line-height: 3rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: -1px;
    display: block;
}
p.label-p {
    font-weight: bold;
    text-align: left;
    font-size: 1.16666666em;
    line-height: 1.25;
    margin: 0.75em 0;
}
.md-container input {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 1.16666666em;
    line-height: 1.25;
    margin-bottom: 1em;
    border: 1px solid #bfbfbf;
}
.md-container select {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 1.16666666em;
    line-height: 1.25;
    margin-bottom: 1em;
    border: 1px solid #bfbfbf;
}
.md-container select option:first-child {
    color: #999;
}

label {
    display: block;
    cursor: pointer;
    position: relative;
    padding-right: 25px;
    text-align: left;
    margin: 10px 0;
    font-size: 1.16666666em;
    margin-bottom: 15px;
}
/* radio custom */
/*.custom-checkbox { position: relative; }
input[type=radio] {position: absolute; right: 0; width: 1em; top: 0; opacity: 0; pointer-events: none;}
label.radio-label:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 1px;
	background-color: #fff;
	border: 1px solid #bfbfbf;
	border-radius: 100%;
	vertical-align: middle;
}
input[type=radio]:checked + label:before {
    content: "";
	background-color: #949494;
    text-align: center;
}
input[type=checkbox] {position: absolute; left: 0; width: 1em; top: 0; opacity: 0; pointer-events: none;}
label.checkbox-label:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 1px;
	background-color: #fff;
	border: 1px solid #bfbfbf;
	vertical-align: middle;
}
input[type=checkbox]:checked + label:before {
    content: "\2713";
    font-size: 15px;
    color: #4a6270;
    text-align: center;
    line-height: 15px;
    font-weight: bold;
}*/

/* type submit */
input[type="submit"] {
    font-family: inherit;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background-color: #003c83;
    padding: 11px 12px;
    border: 0;
    width: 100%;
    text-transform: uppercase;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    font-style: normal;
    cursor: pointer;
    margin-top: 15px;
}
input[type="submit"]:hover {
    background-color: #0099b8;
}

input[type="submit"].disabled {
    background-color: #e8ebec;
}

.errors {
    background-color: #d00;
    color: #fff;
    padding: 1em;
}
.notification {
    background-color: #e8ebec;
    color: #003c83;
    padding: 1em;
}
.notification#check_email_notification {
    font-size: 1.125em;
    padding: 0.5em;
    position: absolute;
    bottom: 100%;
    left: 15px;
    right: 15px;
    height: auto;
    margin-bottom: -2em;
}

#md-content-form .modal-title {
    margin: 0 0 0.5em 0;
    font-size: 2.5em;
    line-height: 1.15;
}
.form-details p {
    font-size: 1.16666666em;
    text-align: justify;
    margin: 0 0 0.75em 0;
    line-height: 1.4;
}
.fineprint p {
    font-size: 1.0833333em;
    text-align: left;
    margin: 0 0 0.75em 0;
    line-height: 1.4;
}
.fineprint label {
    font-size: 1.0833333em;
}

/* modal-pin-wrapper */
@keyframes hover {
    50% {
        transform: translateY(-3px);
    }
    100% {
        transform: translateY(-6px);
    }
}
@keyframes hover-shadow {
    0% {
        transform: translateY(6px);
        opacity: 0.4;
    }
    50% {
        transform: translateY(3px);
        opacity: 1;
    }
    100% {
        transform: translateY(6px);
        opacity: 0.4;
    }
}
.hover-shadow {
    display: inline-block;
    position: relative;
    transition-duration: 0.3s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;

    transform: translateY(-6px);
    animation-name: hover;
    animation-duration: 1.5s;
    animation-delay: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.hover-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    transition-duration: 0.3s;
    transition-property: transform opacity;
    opacity: 0.4;
    transform: translateY(6px);
    animation-name: hover-shadow;
    animation-duration: 1.5s;
    animation-delay: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

/* cancel modal */
a.cancel-modal,
a.blue-modal {
    font-family: inherit;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    padding: 11px 12px;
    border: 0;
    width: 100%;
    text-transform: uppercase;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    font-style: normal;
    cursor: pointer;
    text-decoration: none;
    display: block;
    margin-top: 15px;
}
a.cancel-modal {
    color: #fff;
    background-color: #a5b1b8;
}
a.cancel-modal:hover {
    background-color: #bfbfbf;
    text-decoration: none;
}
a.blue-modal {
    color: #fff;
    background-color: #003c83;
}
a.blue-modal:hover {
    background-color: #0099b8;
    text-decoration: none;
}

/* arrow blue modal */
a.blue-arrow {
    position: relative;
    font-family: inherit;
    font-weight: 700;
    font-size: 1em;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background-color: #003c83;
    padding: 0.7em 2em 0.7em 0.7em;
    border: 0;
    text-transform: uppercase;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    font-style: normal;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
}
a.blue-arrow:hover {
    background-color: #0099b8;
    text-decoration: none;
}
a.blue-arrow span.fa {
    display: block;
    position: absolute;
    right: 0.7em;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1em;
}

/* Modal Slide from the bottom */
.md-effect-3 .md-content {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.md-show.md-effect-3 .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

/* map */
.landing-map {
    position: relative;
    overflow: hidden;
}
.pin-map {
    /*position: absolute;*/
    height: 100%;
    width: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.pin-map-tooltip-close {
    font-size: 1.5em;
    line-height: 1em;
    color: #fff;
    font-weight: normal;
}
#map {
    height: 400px;
    height: 70vh;
    width: 100%;
    /*margin: 0 10% 0 10%;*/
    margin: 0;
}
.touch #map {
    width: 100%;
    margin: 0;
}

/* cancel modal */
a.pin-map-done {
    font-family: inherit;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1rem;
    text-align: center;
    color: #fff;
    background-color: #ff0014; /*#e3699a*/
    padding: 1.25em 3em;
    border: 0;
    text-transform: uppercase;
    transition: all 0.2s ease;
    font-style: normal;
    cursor: pointer;
    text-decoration: none;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    position: absolute;
    bottom: 2em;
    left: 50%;
    min-width: 5em;
    /*margin-left: -5.5em;*/
    margin-left: -6.25em;
    display: block;
    z-index: auto;
}
@media screen and (min-height: 768px) {
    a.pin-map-done {
        bottom: 15em;
    }
}
a.pin-map-done:hover {
    background-color: #a5b1b8;
    text-decoration: none;
}

.inputFieldStyled {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 1.25em;
    line-height: 1.25em;
    margin-bottom: 15px;
    border: 1px solid #bfbfbf;
}

.moreBelow {
    font-size: 2em;
    cursor: pointer;
    text-align: center;
}

.scroll-down {
    position: relative;
    width: 3em;
    background-size: cover;
    color: #003c83;
    transition: color 0.3s ease-in-out;
    box-sizing: border-box;
    font-weight: bold;
    padding: 0;
    font-family: "FlamaMedium";
    font-size: 1.3em;
    line-height: 1.5em;
    margin-bottom: 0.45em;
    margin-left: auto;
    margin-right: auto;
    animation: nudgeMouse 5s ease-out infinite;
}
.scroll-down img {
    max-width: 100%;
}
.scroll-down:hover,
.scroll-down:focus {
    color: #fff;
}

@media screen and (min-width: 1000px) {
    .scroll-down {
        display: block;
        font-size: 0.7em;
        margin-bottom: 0.45em;
        margin-left: 0;
        margin-right: 0;
        width: 5em;
    }
}
@keyframes nudgeMouse {
    0%,
    30%,
    60%,
    90% {
        transform: translateY(0);
    }
    20%,
    50%,
    80% {
        transform: translateY(8px);
    }
}

.close-m {
    color: #fff !important;
    background-color: #ff0000 !important;
    display: inline-block !important;
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    margin: 0 !important;
    width: 35px !important;
    height: 35px !important;
    line-height: 35px !important;
    padding: 0 !important;
    border-radius: 100%;
    font-weight: bold !important;
}
.close-m:hover {
    background-color: #a9a9a9 !important;
}

/* 31.03.2021 Embed form */
.campaign-intro {
    margin: 2em auto;
}
.campaign-intro h2 {
    color: #2cbdc1;
    font-size: 2.45em;
    font-family: "FlamaBlack";
}
.campaign-intro .bold {
    font-weight: bold;
    font-family: "FlamaBlack";
}
.campaign-intro p {
    color: #003c83;
    font-size: 1.85em;
    font-family: "FlamaLight";
    font-weight: 600;
}

#eprvakform_wrapper_slob2cspringcampaign2023 {
    max-width: 1000px;
    padding: 0 2em;
    margin: 0 auto;
    margin-bottom: 4em;
    padding-bottom: 2em;
    border-bottom: 1px dashed;
    text-align: left;
}

.eprvakform_wrapper {
    margin: 2em auto !important;
    text-align: left;
}
.landing-top.ty-page .eprvakform_wrapper {
    margin: 1em auto !important;
}

#eprvakform_wrapper_slob2cspringcampaign2023 .eprvakform-field-1,
#eprvakform_wrapper_slob2cspringcampaign2023 .eprvakform-field-2,
#eprvakform_wrapper_slob2cspringcampaign2023 .eprvakform-field-3,
#eprvakform_wrapper_slob2cspringcampaign2023 .eprvakform-field-4,
#eprvakform_wrapper_slob2cspringcampaign2023 .eprvakform-field-5 {
    width: 48%;
    display: inline-block;
}
#eprvakform_wrapper_slob2cspringcampaign2023 .eprvakform-field-6,
#eprvakform_wrapper_slob2cspringcampaign2023 .eprvakform-field-7 {
    display: inline-block;
}
#eprvakform_wrapper_slob2cspringcampaign2023 .eprvakform-field-6 {
    width: 16%;
}
#eprvakform_wrapper_slob2cspringcampaign2023 .eprvakform-field-7 {
    width: 30.5%;
}
#eprvakform_wrapper_slob2cspringcampaign2023 .eprvakform-field-1,
#eprvakform_wrapper_slob2cspringcampaign2023 .eprvakform-field-3,
#eprvakform_wrapper_slob2cspringcampaign2023 .eprvakform-field-5,
#eprvakform_wrapper_slob2cspringcampaign2023 .eprvakform-field-6 {
    margin-right: 1%;
}
#eprvakform_wrapper_slob2cspringcampaign2023 .eprvakform-field-8 > label:first-child {
    font-size: 1.45em;
    font-family: "FlamaBlack";
}
#eprvakform_wrapper_slob2cspringcampaign2023 #eprvakform_prizegame2021slo_kdaj_planirate__prekrivat {
    display: block;
    width: 100%;
}
#eprvakform_wrapper_slob2cspringcampaign2023 .eprvakform-label {
    font-family: "FlamaMedium";
    padding-left: 0;
}

#eprvakform_wrapper_slob2cspringcampaign2023 .eprvakform-radiogrp-label {
    padding-right: 1.25em;
    margin-right: 2em;
}
#eprvakform_wrapper_slob2cspringcampaign2023 input[type="radio"],
#eprvakform_wrapper_slob2cspringcampaign2023 input[type="checkbox"] {
    position: absolute;
    cursor: pointer;
    padding: 0;
    right: 0;
}
#eprvakform_wrapper_slob2cspringcampaign2023 input[type="radio"]:before,
#eprvakform_wrapper_slob2cspringcampaign2023 input[type="checkbox"]:before {
    content: "";
    margin-top: -4px;
    width: 23px;
    height: 23px;
    background: #fff;
    border: 2px solid #003c83;
    border-radius: 50%;
    display: block;
    position: relative;
    margin-left: -2px;
}
#eprvakform_wrapper_slob2cspringcampaign2023 input[type="radio"]:after,
#eprvakform_wrapper_slob2cspringcampaign2023 input[type="checkbox"]:after {
    content: "";
    transform: scale(0);
    transition: all 0.2s ease-in-out;
}
#eprvakform_wrapper_slob2cspringcampaign2023 input[type="radio"]:checked:before,
#eprvakform_wrapper_slob2cspringcampaign2023 input[type="checkbox"]:checked:before {
    background: #003c83;
    border-color: #003c83;
    box-shadow: inset 0px 0px 0 3px #fff;
}
#eprvakform_wrapper_slob2cspringcampaign2023 input[type="radio"]:checked:after,
#eprvakform_wrapper_slob2cspringcampaign2023 input[type="radio"]:hover:after,
#eprvakform_wrapper_slob2cspringcampaign2023 input[type="checkbox"]:checked:after,
#eprvakform_wrapper_slob2cspringcampaign2023 input[type="checkbox"]:hover:after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    top: 1px;
    left: 3px;
    right: 0;
    border-radius: 50%;
    background: #003c83;
    transform: scale(1);
    transition: all 0.2s ease-in-out;
}
#eprvakform_wrapper_slob2cspringcampaign2023 input[type="checkbox"] {
    right: auto;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
}
#eprvakform_wrapper_slob2cspringcampaign2023 input[type="checkbox"]:before,
#eprvakform_wrapper_slob2cspringcampaign2023 input[type="checkbox"]:checked:after,
#eprvakform_wrapper_slob2cspringcampaign2023 input[type="checkbox"]:hover:after {
    border-radius: 0;
    transform: scale(0.8);
}
#eprvakform_wrapper_slob2cspringcampaign2023 .eprvakform-checkboxgrp-label {
    padding-left: 2em;
    font-family: "FlamaLight";
    font-weight: 600;
}
#eprvakform_wrapper_slob2cspringcampaign2023 input[type="checkbox"]:before {
    transform: scale(0.8);
}

#eprvakform_wrapper_slob2cspringcampaign2023 #eprvakform_input_prizegame2021slo_prijavi {
    margin-bottom: 1em;
}

#eprvakform_wrapper_slob2cspringcampaign2023 .eprvakform-button-wrapper {
    text-align: center;
}

@media screen and (max-width: 768px) {
    #eprvakform_wrapper_slob2cspringcampaign2023 .eprvakform-row,
    #eprvakform_wrapper_slob2cspringcampaign2023 .eprvakform-radiogrp-label {
        width: 100%;
        margin: 0;
        margin-bottom: 1em;
    }
    #eprvakform_wrapper_slob2cspringcampaign2023 .eprvakform-radiogrp-label {
        width: 12em;
        display: block;
    }
    #eprvakform_wrapper_slob2cspringcampaign2023 .eprvakform-field-6 {
        width: 31%;
        margin-right: 1%;
    }
    #eprvakform_wrapper_slob2cspringcampaign2023 .eprvakform-field-7 {
        width: 66.5%;
    }
}
@media screen and (max-width: 468px) {
    #eprvakform_wrapper_slob2cspringcampaign2023 .eprvakform-field-6,
    #eprvakform_wrapper_slob2cspringcampaign2023 .eprvakform-field-7 {
        margin-right: 0;
        width: 100%;
    }
}

.benefits {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    column-gap: 6rem;
}
.benefit {
    margin-bottom: 1em;
}
.benefit__text,
.benefit__icon {
    position: relative;
    text-align: center;
}
.benefit__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
}
/* .benefit__icon:hover .benefit__text {
  transform: translate(-50%, 150%);
  opacity: 0;
} */
.benefit__icon {
    margin: 2rem 0;
    padding: 16px;
    object-fit: contain;
    box-shadow: 5px 14px 35px rgba(0, 0, 0, 0.25), 5px 10px 20px rgba(0, 0, 0, 0.22);
}
.benefit__list {
    padding-left: 1.5rem;
}
.benefit__list-item {
    display: flex;
    gap: 1em;
    align-items: center;
    margin-bottom: 0.5rem;
}
.benefit__list-thumb {
    width: 1.5rem;
    height: 1.5rem;
    overflow: hidden;
}
.benefit__list-thumb img {
    object-position: bottom left;
    width: 3em;
    height: 3em;
    max-width: 3em;
}
.benefit__list-text {
    opacity: 0.8;
    font-size: 1.5rem;
}
.benefit__list-thumb img,
.benefit__icon img {
    object-fit: cover;
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .benefits {
        flex-direction: row;
        align-items: flex-start;
        column-gap: 3rem;
    }
    .benefit__list-text {
        font-size: 1rem;
    }
}

/* Main form */
.h2 {
    /* font-size: 2.8125em; */
    font-size: 2.7125em;
    font-family: "FlamaMedium";
}
.h3 {
    font-size: 1.5625em;
    font-family: "FlamaMedium";
}
.main-form {
    background-color: #fff;
    padding: 1em 2em;
    overflow-y: auto;
    box-sizing: border-box;
}
.main-form__header,
.main-form__footer {
    color: #1e4280;
    font-weight: bold;
    padding-right: 4em;
    font-size: 1.175em;
}
.main-form__header {
    padding-bottom: 0.25em;
    border-bottom: 3px solid #2cbdc1;
}
.main-form__footer {
    padding-top: 0.25em;
    border-top: 3px solid #2cbdc1;
}
@media screen and (min-width: 1440px) {
    .main-form {
        position: fixed;
        right: 0;
        top: 5em;
        max-width: 32.75em;
        z-index: 999;
        max-height: calc(100vh - 5em);
        border-radius: 0 0 0 30px;
        border: 1px solid #707070;
    }
}
.bg__gradient {
    background: transparent linear-gradient(90deg, #1e4280 0%, #28b7c0 100%) 0% 0% no-repeat padding-box;
}

/* Why section */
.why-section {
    overflow: hidden;
    box-sizing: border-box;
}
.why-section .h2 {
    color: #fff;
    max-width: 15em;
    margin: 1em auto;
}
.reasons {
    display: flex;
    justify-content: space-between;
    gap: 3em;
    max-width: 55.75em;
    margin: 0 auto;
    color: #fff;
    flex-wrap: wrap;
    padding: 0 1em 3em 1em;
}
.reasons .reason {
    max-width: 12em;
    margin: 0 auto;
}
.reason__image {
    margin-bottom: 1em;
}
.reason__title {
    font-weight: bold;
    margin: 0;
}
.reason__description {
    margin-top: 0.25em;
}
@media screen and (min-width: 425px) {
    .reasons .reason {
        max-width: 14em;
    }
}

/* Discount section */
.discount-section {
    display: flex;
    flex-direction: row;
    color: #1e4280;
}
.discount__list {
    position: relative;
    text-align: left;
    border-left: 6px solid #2cbdc1;
    max-width: 31em;
    padding-left: 2em;
    padding-right: 1em;
    box-sizing: border-box;
}
.discount__text-title {
    font-weight: bold;
    font-family: "FlamaMedium";
}
.discount__number {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: 3em;
    left: -1.26675em;
    width: 2.3335em;
    height: 2.3335em;
    font-size: 1.5em;
    font-weight: bold;
    background: #2cbdc1;
    border-radius: 50%;
    font-family: "FlamaMedium";
}
.discount__image {
    max-width: 55em;
    width: 46.5%;
    min-width: 9em;
}
.discount__image-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.discount:last-child {
    margin-bottom: 2em;
}
@media screen and (min-width: 425px) {
    .discount:last-child {
        margin-bottom: 7em;
    }
}
@media screen and (min-width: 768px) {
    .discount__list {
        padding-left: 4em;
        padding-right: 0;
    }
    .discount__number {
        font-size: 3em;
    }
}
@media screen and (min-width: 860px) {
    .discount:last-child {
        margin-bottom: 3em;
    }
}

/* Contact section */
.contact-section {
    background: transparent linear-gradient(90deg, #2cbdc1 0%, #28b7c0 100%) 0% 0% no-repeat padding-box;
    /* overflow: hidden; */
    color: #fff;
    display: flex;
    flex-direction: column;
}
.contact__image {
    display: none;
    max-width: 55.3125em;
    width: 46.5%;
    margin: -6em 0 0 0;
    text-align: right;
    z-index: 2;
}
.contact__boxes {
    position: relative;
    text-align: left;
    padding: 0 1em;
    box-sizing: border-box;
    z-index: 3;
}
.contact__image-img {
    height: 100%;
}
.contact__box {
    border: 3px solid #fff;
    border-radius: 22px;
    padding: 0 1em;
    margin-bottom: 2em;
    background: #29b9c0;
}
.contact__box a {
    color: #fff;
    text-decoration: none;
}
.contact__box a:hover {
    text-decoration: underline;
    color: #fff !important;
}
.contact__boxes-content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.contact__image-mob {
    display: block;
    width: 60%;
    margin-top: -8em;
    margin-left: -6em;
    max-width: 17em;
}
.contact__boxes-text {
    width: 57%;
}
.contact__image-mob-img {
    max-width: 100%;
    display: block;
}
@media screen and (min-width: 440px) {
    .contact__image-mob {
        margin-left: -1em;
    }
}
@media screen and (min-width: 768px) {
    .contact-section {
        flex-direction: row;
    }
    .contact__image {
        display: block;
    }
    .contact__boxes {
        max-width: 31em;
        padding-left: 4em;
    }
    .contact__image-mob {
        display: none;
    }
    .contact__boxes-text {
        width: 100%;
    }
}

/* Reviews */
.reviews-section {
    color: #fff;
    overflow: hidden;
    padding: 2em 1em;
}
.reviews__container {
    position: relative;
    max-width: 80.125em;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 4em;
    --swiper-pagination-bottom: 0;
    --swiper-pagination-color: #1e4280;
    --swiper-pagination-bullet-size: 15px;
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-bullet-horizontal-gap: 8px;
    --swiper-pagination-bullet-inactive-opacity: 1;
}
.review__image {
    margin-bottom: 2em;
}

/* Subscribe section */
.subscribe-section {
    color: #1e4280;
    padding: 2em 1em;
    font-weight: bold;
}
.subscribe-section .h2 {
    color: #5fbabf;
    font-size: 2em;
}
.pre-form-buttons {
    display: flex;
    column-gap: 0;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 2em auto 2em auto;
}
.pre-form-buttons .button {
    padding: 0.85em 2em 0.9em 2em;
    margin: 0 0.5em 0.5em 0;
    color: #fff;
    font-size: 1.25em;
    font-weight: 600;
    background-color: #003c83;
    text-decoration: none;
    border-radius: 4px;
    width: 20em;
    transition: all 0.2s ease-in-out;
}
.subscribe-section details[open] > summary,
.reviews-section details[open] > summary {
    display: none !important;
}
@media screen and (min-width: 768px) {
    .pre-form-buttons {
        margin: 4em auto 8em auto;
    }
}

/* Adapt for the useless fixed form that won't even fit vertically on most computers and will be removed at the first feedback */
@media screen and (min-width: 1440px) {
    .why-section,
    .reviews-section,
    .contact-section,
    .discount-section,
    .subscribe-section {
        padding-right: 34em;
    }
}
@media screen and (min-width: 1600px) {
    .discount-section,
    .contact-section {
        padding-right: 22em;
    }
}
@media screen and (min-width: 1919px) {
    .discount-section,
    .contact-section,
    .why-section {
        padding-right: 0;
    }
    /* .discount-section,
    .contact-section {
        max-width: 1920px;
        margin: 0 auto;
    } */
}
