/* Base */

  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Montserrat-Regular.woff2) format('woff2');
  }

  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/Montserrat-Bold.woff2) format('woff2');
  }

html,
body {
    font-family: 'Montserrat', sans-serif, arial, verdana;
    font-weight:400;
    font-size: 100%;
    line-height: 1.625rem;
    color: #272e62;
    margin: 0;
    padding: 0 !important;
    overflow-x: hidden;
    transition: all .2s;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset
}

::selection {
    background-color: rgba(255, 238, 0, 0.25);
    text-shadow: none
}

a {
    color: #272e62;
    text-decoration: none;
    transition: all .2s;
}

a:hover,
a:focus {
    color: #272e63;
    transition: all .2s;
    text-decoration: underline;
}

a:focus {
    outline: none;
}

input,
button {
    outline: none
}

select {
    /*-webkit-appearance: none;
  -moz-appearance: none;*/
    text-indent: 1px;
    text-overflow: '';
}

select::-ms-expand {
    display: none;
}


/* Cookie Consent modifications */

#cm {
    box-shadow: none;
}

#cm:before {
    content: "";
    display: block;
    width: 1000%;
    height: 1000%;
    position: absolute;
    left: -500%;
    top: -500%;
    background-color: rgb(0 0 0 / 65%);
}

#cc_div #cm {
    overflow: visible;
}

.cc_div .cloud #c-inr {
    background-color: #fff;
    position: relative;
    padding: 3em 3em 2em;
    border-bottom: 10px solid #e60012;
}

#cm,
#s-inr,
.cc_div .c-bl,
.cc_div .b-tl,
#s-bl .act .b-acc {
    border-radius: 0;
}

.cc_div *,
.cc_div :hover,
.cc_div :before,
.cc_div :after {
    text-shadow: none;
    color: #131313;
}

.cc_div .cc-link {
    color: #e60012;
    border-bottom: 1px solid #e60012;
    border-color: #e60012;
}

.cc_div .c-bn {
    border-radius: 4px;
    background-color: #dfdfdf;
    color: #000;
    font-weight: bold;
    font-size: .875em;
    padding: 0.9em 1.2em;
}

.cc_div .c-bn:active,
.cc_div .c-bn:hover {
    background-color: #000;
    color: #dfdfdf;
}

#cm .c_link:hover,
#cm .c_link:active,
#s-cnt button+button:hover,
#s-cnt button+button:active,
#s-c-bn:active,
#s-c-bn:hover {
    background-color: #131313;
    color: #dfdfdf;
}

#c-bns button:first-child,
#s-bns button:first-child {
    color: #fff;
    background-color: #e60012;
}

#c-bns button:first-child:active,
#c-bns button:first-child:hover,
#s-bns button:first-child:active,
#s-bns button:first-child:hover {
    background-color: #fff;
    color: #e60012;
}

#c-bns.swap button:last-child:active,
#c-bns.swap button:last-child:hover {
    background-color: #6e6e6e;
    color: #fff;
}

.cc_div .cloud #c-txt button {
    display: none;
}

#cm.cloud {
    padding: 0;
}

.cc_div .cloud #c-bns {
    top: -0.5rem;
    position: relative;
}

.cc_div .b-tg .c-tg {
    background-color: #9c9d9d;
}

.cc_div .b-tg .c-tgl:checked~.c-tg {
    background-color: #fecc00;
}

#s-c-bn {
    position: absolute;
    top: 16px;
    background-color: transparent;
    right: 16px;
}

#s-c-bn::before,
#s-c-bn::after {
    background-color: #131313;
}

#s-c-bn:hover::before,
#s-c-bn:hover::after {
    background-color: #dfdfdf;
}

#cm-ov,
#cs-ov {
    background-color: none;
}

#s-inr {
    border-bottom: 10px solid #fecc00;
}


/* Bootstrap modifications */

.container {
    max-width: 1174px;
}

.btn {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 54px;
    border-radius: 40px;
    border: 0;
    padding: 0 3rem 0;
    transition: all .2s;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
}

.btn:hover {
    transition: all .2s;
    text-decoration: none;
    opacity: .9;
}

.btn-primary {
    background: linear-gradient(90deg,rgba(244, 103, 84, 1) 0%, rgba(235, 58, 66, 1) 100%);
    border-color: #fff;
    color: #fff;
}

.btn-primary:first-child:hover,
:not(.btn-check)+.btn-primary:hover,
.btn-primary:hover {
    background: linear-gradient(90deg,rgba(244, 103, 84, 1) 0%, rgba(235, 58, 66, 1) 100%);
    border-color: #fff;
    color: #fff;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background: linear-gradient(90deg,rgba(244, 103, 84, 1) 0%, rgba(235, 58, 66, 1) 100%);
    border-color: #fff;
    color: #fff;
    box-shadow: none;
    text-decoration: none;
}

.btn-secondary {
    background-color: #fff;
    border-color: #fff;
    color: #272e63;
}

.btn-secondary:first-child:hover,
:not(.btn-check)+.btn-secondary:hover,
.btn-secondary:hover {
    background-color: #fff;
    border-color: #fff;
    color: #272e63;
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background-color: #fff;
    border-color: #fff;
    color: #272e63;
    box-shadow: none;
    text-decoration: none;
}

.btn-third {
    background-color: #397fc0;
    border-color: #397fc0;
    color: #fff;
}

.btn-third:first-child:hover,
:not(.btn-check)+.btn-third:hover,
.btn-third:hover {
    background-color: #397fc0;
    border-color: #397fc0;
    color: #fff;
}

.btn-third.focus,
.btn-third:focus,
.btn-third:not(:disabled):not(.disabled).active,
.btn-third:not(:disabled):not(.disabled):active,
.show>.btn-third.dropdown-toggle {
    background-color: #397fc0;
    border-color: #397fc0;
    color: #fff;
    box-shadow: none;
    text-decoration: none;
}

.btn-forth {
    background-color: #272e63;
    border-color: #272e63;
    color: #fff;
}

.btn-forth:first-child:hover,
:not(.btn-check)+.btn-forth:hover,
.btn-forth:hover {
    background-color: #272e63;
    border-color: #272e63;
    color: #fff;
}

.btn-forth.focus,
.btn-forth:focus,
.btn-forth:not(:disabled):not(.disabled).active,
.btn-forth:not(:disabled):not(.disabled):active,
.show>.btn-forth.dropdown-toggle {
    background-color: #272e63;
    border-color: #272e63;
    color: #fff;
    box-shadow: none;
    text-decoration: none;
}

.btn-fifth {
    background-color: #fff;
    border-color: #fff;
    color: #00a756;
}

.btn-fifth:first-child:hover,
:not(.btn-check)+.btn-fifth:hover,
.btn-fifth:hover {
    background-color: #fff;
    border-color: #fff;
    color: #00a756;
}

.btn-fifth.focus,
.btn-fifth:focus,
.btn-fifth:not(:disabled):not(.disabled).active,
.btn-fifth:not(:disabled):not(.disabled):active,
.show>.btn-fifth.dropdown-toggle {
    background-color: #fff;
    border-color: #fff;
    color: #00a756;
    box-shadow: none;
    text-decoration: none;
}

.btn-alt {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
    transition: all .2s;
    background-image: url(../images/btn-alt.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 286px;
    font-size: 16px;
}

.btn-alt:first-child:hover,
:not(.btn-check)+.btn-alt:hover,
.btn-alt:hover {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
}

.btn-alt.focus,
.btn-alt:focus,
.btn-alt:not(:disabled):not(.disabled).active,
.btn-alt:not(:disabled):not(.disabled):active,
.show>.btn-alt.dropdown-toggle {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
    transition: all .2s;
    box-shadow: none;
    text-decoration: none;
}

.dropdown-toggle::after {
    background-color: transparent;
    background-size: 100%;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: top center;
    border: 0;
    width: 12px;
    height: 16px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    margin-left: .5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M201.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 338.7 54.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
}

.dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active {
    background-color: #fff;
    text-decoration: none;
    color: #e60012;
}

.navbar {
    max-width: calc(1174px + 4rem);
    width:calc(1174px + 4rem);
    margin: 0 auto;
    top: 2rem;
    border-radius: 1.5rem;
    padding: 0 2rem;
    background-color: #fff;
    transition: all .2s;
}

.nav-link {
    line-height: 90px;
    padding-top: 0;
    padding-bottom: 0;
    color: #333;
    transition: all .2s;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif, arial, verdana;
}

.nav-link:focus,
.nav-link:hover {
    background-color: #fff;
    color: #e60012;
    text-decoration: none;
    text-shadow: none;
}

.navbar-expand-xl .navbar-nav .nav-link {
    padding-left: .75rem;
    padding-right: .75rem;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    background-color: #fff;
    color: #e60012;
    text-decoration: none;
}

.navbar-nav .nav-link.active:hover,
.navbar-nav .show>.nav-link:hover {
    cursor: default;
}

.form-group {
    position: relative;
}

.form-group label {
    display: none;
}

.form-group .form-check-label {
    display: block;
    font-size: 17px;
    margin: 4px 1rem 0 .5rem;
}

.form-group .placeholder {
    position: absolute;
    font-size: 20px;
    color: #808080;
    left: 5px;
    top: 1px;
    pointer-events: none;
    transition: all .2s;
    z-index: 2;
    background-color: #ffffff;
    opacity: 1;
    padding: 0 0 0 24px;
    line-height: 72px;
    width: calc(100% - 20px);
    border-radius: 1rem;
}

.form-group-select .placeholder {
    width: calc(100% - 40px);
    max-height: 46px;
    overflow: hidden;
}

.form-group .placeholder.active {
    font-size: 16px;
    line-height: 18px;
    transition: all .2s;
    left: 16px;
    top: 14px;
    padding: 0;
    z-index: 10;
    background-color: transparent;
}

.form-group input[type=file] + .placeholder {
    padding: 0px 20px 0px 16px;
    left: 2px;
    top: 1px;
    width: calc(100% - 48px);
}

.form-group input[type=file] + .placeholder.active {
    padding: 0;
    left: 16px;
    top: 4px;
    width: auto;
}

.form-group.textarea .placeholder {
    left: 26px;
    top: 5px;
    padding: 0;
}

.form-group.textarea .placeholder.active {
    top: 10px;
}

.form-group.has-error .placeholder {
    background-color: #feebeb;
}

.form-group button {
    position: absolute;
    width: 26px;
    height: 26px;
    right: 22px;
    z-index: 10;
    top: 22px;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 28px;
    background-image: url(../images/icon-info.svg);
} 

.form-control:disabled + .placeholder {
    background-color: #e9ecef;
}

.form-text {
    position: absolute;
    right: 0px;
    top: -28px;
    font-size: 14px;
}

.input-group {
    border-radius: 1rem;
    overflow: hidden;
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-text {
    background-color: #fff;
    padding-left: 15px;
    padding-top: 18px;
    padding-bottom: 0;
    border-color: #bdbdbd;
    border-radius: 1rem;
    border: 0;
    font-size: 20px;
    padding: 23px 4px 0 14px;
}

.form-check {
    position: relative;
}

form .error {
    position: absolute;
    font-size: 13px;
    left: 0;
    width: 100%;
    padding-left: 17px;
    bottom: -22px;
    color: #e60012;
    opacity: 0;
    line-height: 15px;
}

form .form-check .error {
    left: 34px;
    bottom: -18px;
    width: auto;
    padding: 0;
}

.has-error .error {
    opacity: 1;
    color: #e60012;
    /*background-color: #e60012;*/
}

.has-error .form-control {
    border-color: rgb(247 30 19);
    background-color: rgb(255 233 233);
}

.form-check.has-error .form-check-input {
    border-color: rgb(255 167 169);
    background-color: rgb(255 233 233);
}

.has-error .input-group-text {
    border-color: rgb(255 167 169);
    background-color: rgb(255 233 233);
}

.form-check.has-error .form-check-input:checked {
    border-color: #e60012;
    background-color: #e60012;
}

.form-control {
    background-color: #fff;
    border-radius: 1rem;
    border: 0;
    padding: 28px 1rem 4px;
    height: 72px;
    font-size: 20px;
}

textarea.form-control {
    line-height: 24px;
    padding-top: 1.5rem;
}

select.form-control {
    padding-left: 14px;
    -webkit-appearance: none;
    position: relative;
    background-color: transparent;
}

select.form-control:focus {
    background-color: transparent;
}

.form-group-select {
    background-color: #fff;
    border-radius: 0;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: right 11px center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M201.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 338.7 54.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
}

.form-group-select {
    background-color: #fff;
    border-radius: 4px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: right 11px center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M201.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 338.7 54.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
}

/*
.form-group-select:before {
    width: 16px;
    height: 16px;
    content: "";
    display: block;
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 16px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M201.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 338.7 54.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
}
*/

.form-control:focus {
    color: #131313;
    border-color: #3a9356;
    box-shadow: none;
    transition: all .2s;
}

.form-check-label {
    font-size: 16px;
    margin-top: 0.3rem;
    margin-left: .3rem;
}

.form-check-input {
    width: 25px;
    height: 25px;
    border-color: #c9c9c9;
    border: 0;
}

.form-check-input[type=checkbox] {
    border-radius: 0;
}

.form-check-input:checked {
    background-color: #3a9356;
    border-color: #3a9356;
}

.form-check-input:focus {
    box-shadow: none;
    border-color: #3a9356;
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23272e63'/%3e%3c/svg%3e");
}

.modal {
    padding-right: 0 !important;
}

.modal-content {
    border: 0;
    border-radius: 2rem;
    background-color: #f3f5f1;
}

.modal-body {
    padding: 2rem 1rem;
}

.modal h3 {
    text-align: left;
    margin-bottom: 1rem;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.btn-close {
    position: absolute !important;
    right: .5rem;
    top: .5rem;
    background-color: transparent;
    opacity: 1;
    border-radius: 0;
    background-size: 14px;
    padding: 8px;
    width: 1rem;
    height: 1rem;
}

.btn-close:hover {
    opacity: 1;
}

.btn-close:focus {
    box-shadow: none;
}

.pagination .page-link svg {
    width: 24px;
    height: 24px;
}

.pagination .page-link svg path {
    fill:#272e63;
}

.pagination .page-link {
    color: #272e63;
    border: 0;
    padding: 0.5rem 1rem;
}

.pagination .active>.page-link, .page-link.active {
    background-color: #272e63;
    color: #fff;
    border-radius: 0;
}

.custom-tooltip .tooltip-inner {
    max-width: 300px;
}

/* Slick modifications */

.slick-list {
    max-width: 90%;
    margin: 0 auto;
    padding: 0 0 3rem;
    text-align: center;
}

.slick-slide img {
    margin: 0 auto;
    max-width: 90%;
}

.slick-prev,
.slick-next {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 10000;
    transform: translateY(-50%);
    font-size: 0;
    width: 46px;
    height: 46px;
    border: 0;
    background-color: transparent;
    background-image: url("data:image/png;base64,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");
    background-repeat: no-repeat;
}

.slick-prev {
    background-image: url("data:image/png;base64,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");
    left: 0;
    right: auto;
}

.slick-dots {
    list-style: none;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -1rem;
    padding: 0;
}

.slick-dots li {
    display: inline-block;
    margin: 0 1rem;
}

.slick-dots button {
    border: 0;
    background-color: #131313;
    opacity: .65;
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    padding: 0;
}

.slick-active button {
    opacity: 1;
    background-color: #154a91;
}

.slick-disabled {
    opacity: .25;
}

.slick-disabled:hover {
    cursor: default;
}

.slick-products .slick-list {
    max-width: 90%;
    padding: 2rem 0 1rem;
}

.slick-products p {
    margin: 1rem auto;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 700;
}

/* Animated hamburger menu */

.navbar-toggler {
    border: 0;
    position: fixed;
    margin: 0;
    padding: 0;
    width: auto;
    opacity: .85;
    transition: all .2s;
    z-index: 103;
    right: 8px;
    top: 14px;
}

.scrolled .navbar-toggler {
    opacity: 1;
}

.navbar-toggler .inline-svg,
.navbar-toggler .inline-svg rect {
    width: 40px;
    height: auto;
    position: relative;
}

.navbar-toggler .inline-svg path {
    fill: #333;
    transition: all .2s;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none;
    box-shadow: none;
}

.svg-menu-toggle {
    fill: #333;
    pointer-events: all;
    cursor: pointer;
    opacity: 1;
}

.svg-menu-toggle .bar {
    transform: rotate(0) translateY(0) translateX(0);
    opacity: 1;
    transform-origin: 20px 10px;
    transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
}

.svg-menu-toggle .bar:nth-of-type(1) {
    transform-origin: 20px 10px;
}

.svg-menu-toggle .bar:nth-of-type(3) {
    transform-origin: 20px 20px;
}

.svg-menu-toggle.active path {
    fill: #e60012;
    opacity: 1;
    transition: all .2s;
}

.svg-menu-toggle.active .bar:nth-of-type(1) {
    transform: rotate(-45deg) translateY(0) translateX(0);
}

.svg-menu-toggle.active .bar:nth-of-type(2) {
    opacity: 0;
}

.svg-menu-toggle.active .bar:nth-of-type(3) {
    transform: rotate(45deg) translateY(0em) translateX(0em);
}


/* Site */

.svg path {
    transition: all .2s;
}

p {
    margin-bottom: 1.8rem;
}

b {
    font-weight: 900;
}

small {
    font-weight: 500;
    font-size: 100%;
}

.highlight {
    color: #272e62;
    font-weight: 700;
}

.highlight2 {
    color: #272e63;
    font-weight: 700;
}

.site {
    font-size: 1.125em;
}

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

.anchor {
    display: block;
    position: relative;
    top: -7rem;
    visibility: hidden;
}

#system-msg:before,
.system-msg:before {
    content: "";
    display: block;
    position: fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color: #000;
    opacity: .25;
    z-index: 11;
}

.system-msg-content {
    position: fixed !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 11;
    background-color: #fff;
    padding: 1.4rem;
    font-size: 1.4rem;
    line-height: 3rem;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 0 30px rgb(0 0 0 / 25%);
}

#passw_errors .system-msg-content,
#reg_errors .system-msg-content,
#comp_errors .system-msg-content {
    font-size: 1rem;
    text-align: left;
    color: #e60012;
    line-height: 1.6em;
    /*text-indent: -1.4rem;*/
    padding-left: 2.4rem;
}

header {
    /*background-color: #397fc0;*/
    color: #fff;
    height: 90px;
    position: fixed;
    transition: all .2s;
    z-index: 30;
    top: 0;
    left: 0;
    right: 0;
}

.navbar:before {
    /*
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    background-color: #397fc0;
    width: 100%;
    height: 0;
    transition: all .05s;*/
}

header.scrolled .navbar {
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    max-width: 100%;
    width: 100%;
    top: 0;
    border-radius: 0;
    transition: all .2s;
    background-color: transparent;
}

header.scrolled .navbar:before {
    height: 100%;
    transition: all .05s;
}

header.scrolled .navbar:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(40px);
    z-index: -1;
    border-radius: 0;
    transition: all .2s;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
}

header .container {
    position: relative;
}

footer {
    background-color: #ffffff;
    color: #333;
    padding: 22px 0;
    height: 70px;
    overflow: hidden;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

footer a {
    color: #333;
    text-decoration: none;
}

footer a:hover {
    color: #ea3542;
    text-decoration: underline;
}

footer a:focus {
    color: #ea3542;
}

.top {
    display: inline-block;
    font-size: 0;
    width: 36px;
    height: 36px;
    transform: rotate(-90deg);
    margin-left: 16px;
    position: relative;
    border-radius: .5rem;
    top: -12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 384 512'%3E%3Cpath d='M342.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L274.7 256 105.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
    background-size: 50%;
    background-position: 8px center;
    background-color: #ea3542;
    background-repeat: no-repeat;
}

.logo-primary {
    position: absolute;
    left: 44px;
    top: 50%;
    transform: translateY(-50%);
}

.logo-primary img,
.logo-primary svg {
    width: auto;
    height: 30px;
    transition: all .2s;
}

.logo-secondary {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.logo-secondary img, 
.logo-secondary svg {
    width: auto;
    height: 61px;
    transition: all .2s;
}

header.scrolled {
    transition: all .2s;
    height: 70px;
}

header.scrolled .nav-link {
    line-height: 70px;
}

header.scrolled .logo-primary img,
header.scrolled .logo-primary svg {
    height: 30px;
    transition: all .2s;
}

header.scrolled .logo-secondary img,
header.scrolled .logo-secondary svg{
    height: 50px;
    transition: all .2s;
}

h1 {
    font-size: 52px;
    line-height: 48px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

h1.subpage {
    font-size: 64px;
    line-height: 1;
    font-weight: bold;
    color: #981915;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    margin: 5rem 0 1rem;
    text-indent: 0;
    position: relative;
    text-align: center;
}

h2 {
    font-size: 52px;
    line-height: 1;
    color: #333;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    margin-bottom: 2rem;
    font-weight: 700;
    text-align: center;
}

h2 span {
    color: #e50012;
}

h3 {
    font-size: 38px;
    line-height: 42px;
    color: #fff;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}

.intro {
    background: transparent url(../images/intro-bg.jpg) center top no-repeat;
    position: relative;
    /*margin-top: 90px;*/
    height: 654px;
}

.intro-content {
    position: absolute;
    left: 12px;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 100px;
}

.intro .intro-content>p {
    max-width: 455px;
    color: #636161;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    margin: 1rem 0;
}

.intro .intro-content>p i {
    display: inline-block;
    font-style: normal;
    font-size: 70px;
    font-weight: bold;
    margin: -10px 0 -6px;
    background: linear-gradient(to bottom, #ffffff 0%, #d5d5d5 45%, #ffffff 50%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 1px 0px #e50012, 0px 2px 0px #e9eee5, 0px 3px 0px #d4d4d4, 0px 4px 0px #b86363, 0px 5px 0px #bdbdbd, 0px 6px 0px #bbbbbb, 0px 7px 10px rgb(129 117 117 / 30%);
    filter: drop-shadow(0 0 2px rgba(118, 192, 67, 0.2)) drop-shadow(0 0 12px rgba(164, 208, 55, 0.2));
    position: relative;
    color: #e50012;
}

.intro .intro-content>p i::after {
    content: '80.000 Ft';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-text-stroke: 4px #fbfbfb; /* Mélyzöld keret */
}

.intro .intro-content>p i u {
    text-decoration:none;
    color: #636161;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
}

.intro .intro-content>p i u::after {
    display: none;
}

.intro .intro-content>span{
    display: block;
    margin-top: 1.5rem;
    color: #333;
    font-weight: 700;
}

.intro .intro-content>span b{
    color: #e60012;
}

.intro .container>span {
    font-size: 14px;
    position: absolute;
    right: 12px;
    color: #fff;
    bottom: .5rem;
}

.intro h1 {
    color: #333;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

.intro h1 span {
    font-size: 32px;
    display: block;
}

.intro h2 {
    font-size: 28px;
    color: #f7921e;
    text-align: center;
    margin: 0;
    text-transform: none;
    position: absolute;
    right: 330px;
    max-width: 310px;
    top: 240px;
    line-height: 1.2;
}

.intro h2 span {
    font-size: 48px;
    color: #017444;
    text-transform: uppercase;
    display: block;
}

.intro>p {
    color: #fff;
    font-size: 22px;
    line-height: 1;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    margin: 11rem 0 6.5rem;
    font-weight: 900;
}

.intro-btn {
    position: absolute;
    bottom: 4rem;
    left: 0;
    text-align: center;
    z-index: 1;
    width: 465px;
}

.intro .btn {
    margin-right: 2rem;
}

.note-highlight {
    background: linear-gradient(0deg, rgba(231, 6, 22, 0.6) 0%, rgba(255, 222, 217, 1) 99%, #ffded9 100%);
    padding: 1px;
    border-radius: 16px;
    font-size: 20px;
    text-align: center;
    max-width: 706px;
    margin: 2rem auto;
}

.note-highlight h3 {
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    text-transform: none;
    color: #333;
    margin: 0 0 .5rem;
}

.note-highlight h3 span {
    color:#e50012;
}

.note-highlight>div {
    background: linear-gradient(1deg, #ffffff 0%, #fff0ef 100%), linear-gradient(#ffffff, #ffffff);
    border-radius: 16px;
    font-size: 20px;
    color: #333;
    padding: 1rem;
}

.steps {
    position: relative;
    z-index: 1;
    background-color: #fff;
    color: #333;
}

.steps .container * {
    position: relative;
    z-index: 1;
}

.steps .row {
    position: relative
}

.steps .row:before {
    content: "";
    display: block;
    width: 70%;
    height: 1px;
    background: #DFDFDF;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 36px;
}

.step-item {
    height: 100%;
    margin: -1rem 0 0;
    font-size: 20px;
    background-color: transparent;
    color: #333;
    padding: 0 .5rem;
    border-radius: 1rem;
    text-align: center;
    position: relative;
}

.step-item>b {
    font-size: 28px;
    display: block;
    margin: 1.5rem 0;
}

.steps img {
    margin-bottom: 2rem;
}

.steps a:not(.btn){
    text-decoration: underline;
    color: #333;
}

.steps a:not(.btn):hover{
    text-decoration: none;
    color: #333;
}

.steps p {
    margin-bottom: 0;
    font-size: 20px;
}

.steps .color {
    color: #333;
}

.steps h2 {
    margin-bottom: 4rem;
}

.steps figure {
    background: linear-gradient(180deg, rgba(244, 103, 84, 1) 0%, rgba(235, 58, 66, 1) 100%);
    padding: 1rem;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 auto 1rem;
    position: relative;
}

.steps .row>div:not(:last-of-type) .step-item:after {
    content: "";
    display: block;
    width: 47px;
    height: 17px;
    position: absolute;
    right: -10%;
    top: 43px;
    background: transparent url(../images/arrow.png) center no-repeat;
}

.steps img,
.steps svg {
    width: 85%;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
}

.steps img + b,
.steps svg + b {
    display: block;
    margin: 1.5rem 0;
    text-transform: uppercase;
    font-size: 32px;
    text-align: center;
    color: #272e63;
    font-weight: 700;
}

.steps svg path {
    /*fill: #272e62;*/
}

.steps .col-12>p {
    font-size: 21px;
    margin:2rem 0 0;
}

.steps b span {
    color: #272e63;
}

.prizes {
    background: linear-gradient(188deg, rgba(23,153,215,1) 30%, rgba(104,195,239,1) 60%);
    color: #f7921e;
}

.prizes .container * {
    position: relative;
    z-index: 1;
}

.prizes .row>div:nth-child(1),
.prizes .row>div:nth-child(3) {
    padding-top: 2rem;
}

.prizes p {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    padding: 0;
    max-width: 265px;
    margin: 1rem auto;
}

.prizes small {
    font-size: 14px;
    display: block;
    text-align: center;
}

.registration {
    background-color: #f3f5f1;
    color: #333;
    position: relative;
    font-size: 20px;
}

.registration a:not(.btn) {
    text-decoration: underline;
    color: #3a9356;
}

.registration .form-success a:not(.btn) {
    color: #3a9356;
}

.registration a:not(.btn):hover {
    text-decoration: none;
}

.registration h2 {
    color: #3a9356;
    text-align: left;
    margin-bottom: 3rem;
    line-height: 1;
}

.registration h3 {
    color: #333;
    margin-bottom: 2rem;
    text-align: left;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    text-transform: none;
}

.registration h3 + p {
    color: #333;
}

.registration form .mb-3,
.contact form .mb-3 {
    margin-bottom: 2rem !important;
}

#reg_files_cont a {
    text-decoration: none;
}

#reg_files_cont a.delete-picture {
    color: #e60012;
}

.samples img {
    border-radius: .5rem;
}

.samples a:not(:last-child) img {
    margin-right: 24px;
}

.modal#sample1 .modal-body p,
.modal#sample2 .modal-body p {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 1rem;
    z-index: 10;
    background-color: #f3f5f1;
    font-weight: bold;
    color: red;
    font-size: 28px;
    padding: .5rem;
    border-radius: .5rem;
    max-width: 160px;
}

#reg_file {
    background: #fff url(../images/icon-upload.svg) right 20px center no-repeat;
    background-size: 28px;
    color: transparent;
}

.has-error #reg_file.form-control {
    background-color: rgb(255 233 233);
}

.lostpass-sent{
    color: #e60012;
    font-weight: bold;
}

.new-password {
    position: absolute;
    left: 2rem;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    z-index: 100;
    border-radius: 4px;
    box-shadow: 0 0 50px #969696;
    max-width: 992px;
    margin: 0 auto;
}

.competition * {
    position: relative;
}

.competition {
    color: #fff;
    position: relative;
    z-index: 1;
    background-color: #fff
}

.competition h2 {
    color: #fff;
}

.competition p {
    max-width: 740px;
    margin: 0 auto 1.8rem;
}

.competition a:not(.btn) {
    color: #fff;
    text-decoration: underline;
}

.competition a:not(.btn):hover {
    text-decoration: none;
}

.competition-item {
    max-width: 776px;
    padding: 2rem;
    margin: 0 auto;
    background-color: #272e63;
    color: #fff;
    text-align: left;
    border-radius: 0;
    font-size: 19px;
}

.competition-item h3 {
    color: #f7921e;
}

.competition-item svg {
    width: 20px;
    height: 20px;
    margin-left: 0.5rem;
    position: relative;
    top: -3px;
}

.competition-item svg path {
    fill: #e60012;
}

.form-upload input[type=file] {
    color: #fff;
    border-radius: 40px;
    border: 1px solid black;
    width: calc(100% - 4px);
    margin: 0 0 0 1px;
}

.form-upload input[type=file] + .placeholder {
    background: #e91c24;
    color: #fff;
    border-radius: 40px;
}

.form-upload input[type=file] + .placeholder .svg {
    width: auto;
    height: 32px;
    margin: 0;
    top: -1px;
}

.form-upload input[type=file] + .placeholder .svg path {
    fill: #fff;
}

.form-group.form-upload input[type=file] + .placeholder.active {
    padding: 0px 20px 0px 16px;
    left: 2px;
    top: 1px;
    width: calc(100% - 4px);
    line-height: 48px;
    font-size: 18px;
}

.form-upload input[type=file] + .placeholder.active .svg {
    height: 32px;
}

#competition_files_cont {
    margin: 2.9rem 0 1rem 0;
    font-size: 16px;
}

#competition_files_cont p:nth-of-type(1) {
    position: relative;
}

#competition_files_cont p:nth-of-type(1):before {
    content: "Feltöltött fájlok";
    position: absolute;
    left: 0;
    top: -26px;
    font-weight: bold;
    color: #f7921e;
}

#competition_files_cont a {
    text-indent: -9999px;
    display: inline-block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAtOTYwIDk2MCA5NjAiIHdpZHRoPSIyNHB4IiBmaWxsPSIjZTgyMjI3Ij48cGF0aCBkPSJtMjU2LTIwMC01Ni01NiAyMjQtMjI0LTIyNC0yMjQgNTYtNTYgMjI0IDIyNCAyMjQtMjI0IDU2IDU2LTIyNCAyMjQgMjI0IDIyNC01NiA1Ni0yMjQtMjI0LTIyNCAyMjRaIi8+PC9zdmc+);
    width: 24px;
    height: 24px;
    background-position: center 1px;
}

#competition_files_cont p {
    margin: 0;
}

.case-person,
.case-online {
    display: none;
}

.case-person.active,
.case-online.active {
    display: flex;
}

.case-person-image,
.case-online-image{
    display: none;
}

@media (max-width:767.98px) {
    .case-person-image.active,
    .case-online-image.active{
        display: block;
    }
}

.validation {
    min-height: calc(100vh - 70px);
}

.competition-success .svg path {
    fill:#61aa4a;
}

.competition-success .svg circle {
    stroke:#61aa4a;
}

.competition-success, .validation-success {
    display: none;
    opacity: 0;
    transition: all .2s;
}

.competition.success .competition-success,
.validation.success .validation-success {
    display: block;
    opacity: 1;
    transition: all .2s;
    color: #4b4b4b;
    font-size: 24px;
    text-align: center;
}

.competition.success .competition-success h3,
.validation.success .validation-success h3 {
    color: #61aa4a;
    font-size: 64px;
    line-height: 1;
    margin: 4rem 0 1rem;
    font-weight: 700;
}

.competition.success .competition-intro>h2,
.competition.success .competition-item,
.validation.success .validation-intro>h1,
.validation.success .validation-intro>h2,
.validation.success .validation-item {
    display: none;
}

#competition-menu .table-hover>tbody>tr:hover>* {
    background-color: #fff;
    --bs-table-accent-bg: none;
    color: #4b4b4b;
}

#competition-menu .table>:not(caption)>*>* {
    color: #4b4b4b;
}

#competition-menu {
    position: relative;
    padding: 4rem 0 3rem;
    color: #4b4b4b;
    margin: 4rem 0 calc(-4rem - 2px);
}

#competition-menu:before {
    content: "";
    display: block;
    width: 1000%;
    height: 100%;
    position: absolute;
    left: -100%;
    right: -100%;
    top: 0;
    bottom: 0;
    z-index: 0;
    background-color: #fff;
}

.tab-content>.tab-pane {
    padding: 2rem 2rem 0;
}

.tab-pane h3 {
    text-align: center;
    color: #272e63;
    margin-bottom: 1rem;
}

.tab-pane ul,
.tab-pane form {
    max-width: 740px;
    margin: 0 auto 1.8rem;
}

.tab-pane a:not(.btn) {
    color: #272e63;
}

p.send-success {
    margin: 1rem 0 0;
    padding: 0.5rem 1rem;
    width: auto;
    display: inline-block;
    border-radius: 200px;
    color: #e60012;
}

.winners {
    background-color: #fef4e8;
    color: #272e62;
    position: relative;
    font-size: 24px;
    overflow: hidden;
    background-size: cover;
}

.winners .container {
    position: relative;
}

.winners img {
    margin: 0 auto 2rem;
}

.winners h2 {
    text-align: left;
    color: #272e63;
}

.winners b span {
    font-size: 2rem;
    display: block;
    margin: 1rem 0 -2rem .25rem;
    text-transform: uppercase;
    color: #272e63;
    font-weight: 700;
}

.winners .note {
    display: block;
    text-align: center;
    font-size: 14px;
    text-transform: none;
    margin: -3rem 0 1rem;
}

.winners .btn {
    /*width: 256px;
    display: block;*/
    margin: 0 1rem;
}

.modal-winners {
    text-align: center;
}

#modal-details span {
    display: block;
    font-weight: 700;
    margin-bottom: 2rem;
    font-size: 28px;
}

.products {
    background-color: #fff;
    text-align: center;
    position: relative;
    font-size: 18px;
    color: #333;
}

.products h2 {
    color: #333;
    line-height: 1.2;
}

.products h2 span {
    color: #e60012;
}

.products span {
    color: #397fc0;
}

.products a:not(.btn){
    text-decoration: underline;
    color: #272e63;
}

.products a:not(.btn):hover{
    text-decoration: none;
}

.products .note {
    margin: 0 0 2rem;
    font-size: 14px;
    text-transform: none;
    text-align: center;
    display: block;
}

.products img {
    margin: 0 auto 1rem;
}

.products .container>p {
    max-width: 965px;
    margin: 0 auto;
}

.aboutus {
    background-color: #f6f6f6;
    font-size: 18px;
    color: #333;
}

.aboutus a {
    color: #3a9356;
    text-decoration: underline;
}

.aboutus a:hover,
.aboutus a:focus {
    color: #e60012;
    text-decoration: none;
}

.aboutus .svg {
    width: auto;
    height: 30px;
}

.aboutus .row {
    padding-top: 3rem;
    padding-bottom: 5rem;
    border-bottom: 1px solid #ddd;
    margin-bottom: 3rem;
}

.slick-aboutus p {
    margin: 0 0 -1rem 0px;
    padding: 0 1rem;
}

.contact {
    background-color: #f6f6f6;
    color: #333;
    font-size: 20px;
}

.contact h2 {
    margin-bottom: 2rem;
    color: #ea3542;
    text-align: left;
    line-height: 1;
}

.contact p {
    max-width: 460px;
}

.contact textarea {
    height: 220px;
}

.contact a {
    text-decoration: underline;
    color: #333;
}

.contact a:hover {
    text-decoration: none;
    color: #ea3542;
}

.contact .form-control,
.contact .form-group .placeholder,
.contact .input-group-text {
    /*
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    */
}

.contact .note-highlight {
    max-width: 500px;
    margin: 2rem 0 0;
}

.administrator header{
    background-color: #e60012;
}

.admin {
    padding: 9rem 0 2rem 0;
    background-color: #fff;
    color: #4b4b4b;
}

.admin .container {
    max-width: 1540px;
}

.admin h3 {
    color: #272e63;
    margin: 0 0 2rem;
}

.admin .btn {
    transform: scale(.8);
}

.admin .table {
    font-size: 1rem;
}

.admin .table>:not(caption)>*>* {
    padding: 0.5rem;
}

.admin .win textarea {
    height: 480px;
    padding: 1rem;
}

.admin .table .highlighted {
    background-color: rgb(255 201 44 / 30%);
}

.admin .table .btn-sm {
    display: inline-block;
    background-color: #e60012;
    padding: 0 .5rem;
    color: #fff;
    border-radius: 8px;
    line-height: 30px;
}

.admin .table .btn-sm:hover {
    text-decoration: none;
    opacity: .75;
}

.modify {
    display: inline-block;
    width:24px;
    height:24px;
    margin: 0 auto;
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23000000'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M495.9 166.6c3.2 8.7 .5 18.4-6.4 24.6l-43.3 39.4c1.1 8.3 1.7 16.8 1.7 25.4s-.6 17.1-1.7 25.4l43.3 39.4c6.9 6.2 9.6 15.9 6.4 24.6c-4.4 11.9-9.7 23.3-15.8 34.3l-4.7 8.1c-6.6 11-14 21.4-22.1 31.2c-5.9 7.2-15.7 9.6-24.5 6.8l-55.7-17.7c-13.4 10.3-28.2 18.9-44 25.4l-12.5 57.1c-2 9.1-9 16.3-18.2 17.8c-13.8 2.3-28 3.5-42.5 3.5s-28.7-1.2-42.5-3.5c-9.2-1.5-16.2-8.7-18.2-17.8l-12.5-57.1c-15.8-6.5-30.6-15.1-44-25.4L83.1 425.9c-8.8 2.8-18.6 .3-24.5-6.8c-8.1-9.8-15.5-20.2-22.1-31.2l-4.7-8.1c-6.1-11-11.4-22.4-15.8-34.3c-3.2-8.7-.5-18.4 6.4-24.6l43.3-39.4C64.6 273.1 64 264.6 64 256s.6-17.1 1.7-25.4L22.4 191.2c-6.9-6.2-9.6-15.9-6.4-24.6c4.4-11.9 9.7-23.3 15.8-34.3l4.7-8.1c6.6-11 14-21.4 22.1-31.2c5.9-7.2 15.7-9.6 24.5-6.8l55.7 17.7c13.4-10.3 28.2-18.9 44-25.4l12.5-57.1c2-9.1 9-16.3 18.2-17.8C227.3 1.2 241.5 0 256 0s28.7 1.2 42.5 3.5c9.2 1.5 16.2 8.7 18.2 17.8l12.5 57.1c15.8 6.5 30.6 15.1 44 25.4l55.7-17.7c8.8-2.8 18.6-.3 24.5 6.8c8.1 9.8 15.5 20.2 22.1 31.2l4.7 8.1c6.1 11 11.4 22.4 15.8 34.3zM256 336c44.2 0 80-35.8 80-80s-35.8-80-80-80s-80 35.8-80 80s35.8 80 80 80z'/%3E%3C/svg%3E");
}

.anonymization {
    display: inline-block;
    width:24px;
    height:24px;
    margin: 0 auto;
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640' fill='%23000000'%3E%3C!--!Font Awesome Free v7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc. --%3E%3Cpath d='M73 39.1C63.6 29.7 48.4 29.7 39.1 39.1C29.8 48.5 29.7 63.7 39 73.1L567 601.1C576.4 610.5 591.6 610.5 600.9 601.1C610.2 591.7 610.3 576.5 600.9 567.2L504.5 470.8C507.2 468.4 509.9 466 512.5 463.6C559.3 420.1 590.6 368.2 605.5 332.5C608.8 324.6 608.8 315.8 605.5 307.9C590.6 272.2 559.3 220.2 512.5 176.8C465.4 133.1 400.7 96.2 319.9 96.2C263.1 96.2 214.3 114.4 173.9 140.4L73 39.1zM236.5 202.7C260 185.9 288.9 176 320 176C399.5 176 464 240.5 464 320C464 351.1 454.1 379.9 437.3 403.5L402.6 368.8C415.3 347.4 419.6 321.1 412.7 295.1C399 243.9 346.3 213.5 295.1 227.2C286.5 229.5 278.4 232.9 271.1 237.2L236.4 202.5zM357.3 459.1C345.4 462.3 332.9 464 320 464C240.5 464 176 399.5 176 320C176 307.1 177.7 294.6 180.9 282.7L101.4 203.2C68.8 240 46.4 279 34.5 307.7C31.2 315.6 31.2 324.4 34.5 332.3C49.4 368 80.7 420 127.5 463.4C174.6 507.1 239.3 544 320.1 544C357.4 544 391.3 536.1 421.6 523.4L357.4 459.2z'/%3E%3C/svg%3E");
}

@media (max-width: 767.98px) {
    .admin {
        padding-top: 6rem;
    }
}

form {
    position: relative;
}

.registration .form-success,
.contact .form-success {
    display: none;
    z-index: 10;
    text-align: center;
    padding: 0;
    opacity: 0;
    transition: all .2s;
    visibility: hidden;
}

.registration.success .form-success,
.contact.success .form-success {
    opacity: 1;
    display: block;
    transition: all .2s;
    visibility: visible;
}

.registration.success .form-success {
    padding: 2rem;
    background-color: #fff;
    border-radius: 2rem;
}

.registration.success .container form>*:not(.form-success),
.contact.success .container form>*:not(.form-success) {
    display: none;
}

.registration .form-success svg,
.contact .form-success svg {
    margin: 0 0 2rem;
}

.registration .form-success svg path {
    fill:#3a9356;
}

.registration .form-success svg circle {
    stroke:#3a9356;
}

.registration .form-success h3,
.contact .form-success h3 {
    max-width: 400px;
    margin: 0 auto 1rem;
    color: #000;
    text-align: center;
    font-weight: 900;
}

.registration .form-success p,
.contact .form-success p {
    max-width: 320px;
    margin: 0 auto;
    color: #000;
}

/* Responsive CSS */

@media (max-width:409.98px) {
    .intro {
        background-size: cover !important;
    }
}

@media (min-width:410px) and (max-width:767.98px) {
    .intro {
        background-size: contain !important;
    }
}

@media (max-width:767.98px) {
    .btn-close {
        right: 0;
    }
    .btn {
        font-size: 20px;
        line-height: 50px;
    }
    .form-check-label {
        width: calc(100% - 20px);
        font-size: 16px;
    }
    form {
        margin-top: 2rem;
    }
    form .btn {
        margin: 2rem auto 0;
        display: block;
    }
    .form-control {
        font-size: 16px;
        height: 60px;
    }
    .form-group {
        margin-bottom: 0;
    }
    .form-group .placeholder {
        font-size: 16px;
        padding: 0 0 0 12px;
        line-height: 60px;
    }
    .form-group .placeholder.active {
        font-size: 12px;
    }
    .form-group button {
        top: 16px;
    } 
    .registration form .mb-3, .contact form .mb-3 {
        margin-bottom: 1.5rem !important;
    }
    .content-padding {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }    
    .site {
        font-size: 1rem;
    }
    h1.subpage {
        font-size: 40px;
        line-height: 38px;
        margin: 4rem 0 -2rem;
    }
    h2 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 1rem;
    }
    h3 {
        font-size: 1.8rem;
        margin: 0 0 1rem;
    }

    .intro {
        margin-top: 0;
        height: auto;
        padding: 0;
        background: none;
    }

    .intro span {
        left: auto;
        top: auto;
        font-size: 3vw;
        right: .5rem;
        bottom: .2rem;
    }

    .intro h1 {
        font-size: 8vw;
        margin: 1rem 0;
        padding: 0;
        left: 0;
        right: 0;
        top: 1%;
        line-height: 1;
        text-align: center;
    }

    .intro h1>span {
        font-size: 6vw;
        line-height: .9;
    }

    .intro img {
        margin: 0 auto;
    }

    .intro .container>img:first-of-type {
        max-width: 50%;
    }

    .intro .container>span {
        position: relative;
        left: 0;
        display: block;
        margin: -4rem 0 0;
    }

    .intro h2 {
        font-size: 5vw;
        margin: 0;
        left: 0;
        right: 0;
        padding: 0 2%;
        top: 17.5%;
        max-width: none;
    }

    .intro h2 span {
        font-size: 9vw;
    }

    .intro .intro-content>p {
        font-size: 5vw !important;
        max-width: none !important;
        margin: 1rem auto 2rem !important;
        line-height: 1.2;
        text-align: center;
    }

    .intro .intro-content>p i {
        font-size: 52px;
        margin: -6px 0 1px;
    }

    .intro p b {
        display: block;
    }

    .intro p span {
        display: block;
    }

    .intro .btn {
        margin: 0 auto;
        display: block;
        width: 290px;
    }

    .intro-content {
        margin-bottom: 4rem;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        transform: none;
    }

    .intro-btn {
        position: relative;
        bottom: auto;
        width: auto;
        left: auto;
        text-align: center;
    }

    .steps {
        margin-top: -5rem;
        padding-top: 1rem;
    }

    .steps h2 {
        margin-bottom: 1rem;
        margin-top: 2rem;
    }

    .steps h3 {
        margin-top: 0rem;
        font-size: 24px;
    }

    .steps img, .steps svg {
        height: 60px;
    }

    .steps img + b, .steps svg + b {
        font-size: 24px;
        margin-bottom: 1rem;
    }

    .steps p {
        font-size: 18px;
    }

    .steps .btn {
        margin: 0 auto;
        display: inline-block;
        width: 290px;
    }

    .step-item>b {
        font-size: 24px;
        margin: 1.5rem 0 .5rem;
    }

    .step-item {
        margin: 1rem 0 1rem;
        height: auto;
        padding: 0 1rem 1rem;
    }

    .note-highlight>div {
        font-size: 18px;
    }

    .registration {
        font-size: 16px;
    }

    .registration .btn {
        margin: 0 auto;
        display: block;
        width: 256px;
    }

    .winners {
        font-size: 20px;
        padding: 2rem 1rem;
        background-size: auto 100%;
        background-repeat: repeat;
        background-position: left top;
    }

    .winners b span {
        font-size: 1.6rem;
        margin: 2rem 0 -3rem 0;
    }

    .winners .container {
        padding: 0;
    }

    .winners span {
        font-size: 1.2rem;
    }

    .winners .btn {
        margin: 0 auto 1rem !important;
        display: block;
        width: 270px;
    }

    .winners img {
        margin: 0;
        width: calc(100% + 2rem);
        position: relative;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }

    .winners .container>span {
        top: auto;
        bottom: 22%;
        left: 0;
        right: 0;
        display: block;
        text-align: center;
        font-size: 2.1vw;
        margin-left: -7px;
    }

    .winners .note {
        margin: 0 0 1rem;
    }

    .products {
        font-size: 16px;
    }

    .products img {
        margin: -1rem auto;
    }

    .products .btn {
        letter-spacing: -.8px;
    }

    .products .note {
        margin: 2rem 0 1rem;
    }

    .prizes p + img {
        margin-bottom: 2rem;
    }

    .aboutus {
        font-size: 16px;
    }

    .aboutus .svg {
        margin-bottom: 2rem;
    }

    .aboutus .row {
            margin-bottom: 0;
    }

    .competition-item {
        margin: 0 -12px;
        padding: 2rem 1rem 1rem;
        border-radius: 0;
    }
    #competition-menu {
        padding: 0;
    }
    #competition-menu .nav {
        display: block;
        text-align: center;
    }
    #competition-menu .nav li {
        display: block;
        margin-bottom: 1rem;
    }

    .tab-content>.tab-pane {
        padding: 2rem 0;
    }
    
    .contact {
        padding: 1rem 0 2rem 0;
        font-size: 16px;
    }

    #competition-menu .btn {
        margin: 0 auto;
        display: block;
        width: 256px;
    }

    .system-msg-content {
        transform: translateY(-50%);
        left: 1rem;
        right: 1rem;
    }
    .competition.success .competition-success h3,
    .validation.success .validation-success h3 {
        font-size: 2.2rem;
        line-height: 40px;
    }
    .validation {
        min-height: calc(100vh - 170px);
    }    
}

@media (min-width:768px) and (max-width:991.98px) {
    .system-msg-content {
        transform: translateY(-50%);
        left: 10%;
        right: 10%;
    }

    h2 {
        font-size: 48px;
    }

    form .error {
        font-size: 12px;
    }

    .intro {
        height: 400px;
        background-size: 1185px;
    }

    .intro>img {
        width: 150%;
        max-width: none;
        margin-left: -25%;
    }

    .intro h1 {
        left: 0;
        right: 0;
        top: 5%;
        font-size: 4vw;
    }

    .intro h1 span {
        font-size: 3.5vw;
    }

    .intro h2 {
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 29%;
        max-width: 55%;
        font-size: 3.5vw;
    }

    .intro h2 span {
        font-size: 6vw;
    }

    .intro-btn {
        transform: scale(.8);
        left: 3%;
        width: auto;
        bottom: 3%;
    }

    .steps .row>div:first-of-type {
        margin-bottom: 4rem;
    }
    
    .steps img + b, .steps svg + b {
        font-size: 24px;
    }

    .winners img {
        max-height: 350px;
        right: -2.6rem;
    }

    .winners .container>span {
        right: 132px;
        top: 174px;
        font-size: 9px;
    }
}

@media (min-width:768px) {
    footer .text-md-start {
        position: relative;
    }

    footer .text-md-start p a:first-of-type {
        display: inline-block;
        margin-left: 8rem;
    }
}

@media (max-width:991.98px) {

    footer {
        height: auto;
        line-height: 1.4;
        padding: 1rem 0 4rem;
        position: relative;
    }

    .top {
        position: absolute;
        bottom: 1rem;
        top: auto;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .steps .row:before,
    .steps .row>div:not(:last-of-type) .step-item:after {
        display: none;
    }

    .registration h3 + p {
        text-align: center;
        max-width: none;
    }

    .intro-content {
        padding-top: 64px;
    }

    .intro .intro-content>p {
        position: relative;
        top: auto;
        width: 100%;
        max-width: 55%;
        right: auto;
        font-size: 2.4vw;
        margin-bottom: 1rem;
    }

    .intro .intro-content>span {
        font-size: 2vw;
        margin-top: 0;
    }

    .intro .container>span {
        right: 1rem;
        bottom: 1rem;    
    }

    .steps {
        background-size: cover;
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .system-msg-content {
        transform: translateY(-50%);
        left: 20%;
        right: 20%;
    }

    .form-group .placeholder {
        font-size: 17px;
    }

    h2 {
        font-size: 48px;
    }

    .intro-content {
        padding-top: 64px;
    }

    .intro {
        background-size: 1420px;
        height: 484px;
    }

    .intro-btn {
        bottom: 2rem;
    }

    .intro h1 {
        font-size: 4vw;
        top: 14px;
        right: 12%;
    }

    .intro h1 span {
        font-size: 2.4vw;
    }

    .intro .container>span {
        font-size: 14px;
        right: 1rem;
    }

    .intro h2 {
        top: 158px;
        right: 25%;
        font-size: 2.3vw;
        width: 32.5%;
    }

    .intro h2 span {
        font-size: 3.5vw;
    }

    .intro .intro-content>p {
        top: 295px;
        right: 25%;
        font-size: 1.8vw;
        width: 32.5%;
    }

    .intro .container>p {
        font-size: 20px;
        margin: 0;
        max-width: 300px;
    }
}

@media (min-width:992px) {

    footer .row>div:first-of-type p a:first-of-type {
        margin-left: 15%;
    }

}

@media (max-width:1199.98px) {

    .dropdown-toggle::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 448 512'%3E%3Cpath d='M201.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 338.7 54.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
    }
    
    .dropdown-toggle::after {
        top: 20px;
        transform: none;
    }

    header {
        z-index: 20;
        height: 64px;
    }

    .navbar {
        height: 64px;
        top: 0;
        border-radius: 0;
        width: 100%;
    }

    .logo-primary {
        left: 16px;
    }

    header.scrolled {
        transition: all .2s;
        height: 64px;
        margin-bottom: -64px;
        box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    }

    header.scrolled .nav-link {
        line-height: 40px;
    }

    .logo-primary img,
    .logo-primary svg,
    header.scrolled .logo-primary img,
    header.scrolled .logo-primary svg {
        height: 18px;
    }

    .logo-secondary img,
    .logo-secondary svg,
    header.scrolled .logo-secondary img,
    header.scrolled .logo-secondary svg {
        height: 45px;
    }

    .navbar-nav {
        z-index: 1;
        position: relative;
    }

    .nav-link {
        line-height: 40px;
        font-size: 1.2rem;
        padding: 0.5rem 0;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        color: #fff;
    }

    .navbar-collapse {
        top: 64px;
        left: 0;
        right: 0;
        position: absolute;
        background-color: #333;
        width: 100%;
        margin: 0;
    }

    .navbar-expand-xl .navbar-nav .nav-link:focus, .navbar-expand-xl .navbar-nav .nav-link:hover {
        color: #e60012;
    }

    .navbar-nav .dropdown-menu {
        text-align: center;
        background-color: #333;
        border: 0;
    }

    .dropdown-item {
        color: #fff;
    }

}

@media (min-width:1200px) {

    .navbar-expand-xl .navbar-nav {
        margin-right: 20px;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        margin-top: -26px;
        border: 0;
        border-radius: 1rem;
        margin-left: -5px;
    }

    .intro .container {
        position: relative;
        height: 654px;
    }

    .products .note {
        padding-top: 1rem;
    }
}
