/**
 * @project        policija
 * @author         Jože Rožman <joze@specto.si>
 * @build          Tue, Apr 7, 2020 2:48 PM CET
 * @copyright      Copyright (c) 2020, Specto informacijske tehnologije d.o.o.
 *
 */

@charset "UTF-8";
.questions__step .irs-handle.single:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.button {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0; }

.cover-bg {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0; }

body {
    font-size: 16px;
    line-height: 1.5; }

.form-text, .checkbox {
    font-size: 14px;
    line-height: 1.5em; }

.questions__header {
    font-size: 19px; }
    @media only screen and (max-width: 766px) {
        .questions__header {
            font-size: 17px; } }

.text--22, .button-list, .radio-button {
    font-size: 22px;
    line-height: 1.23; }
    @media only screen and (max-width: 766px) {
        .text--22, .button-list, .radio-button {
            font-size: 15px;
            line-height: 1.06; } }

.questions__title, .questions__slider-number {
    font-size: 30px;
    line-height: 1.4; }
    @media only screen and (max-width: 766px) {
        .questions__title, .questions__slider-number {
            font-size: 18px; } }

.headline-small {
    font-size: 34px;
    line-height: 1.06; }
    @media only screen and (min-width: 992px) and (max-width: 1024px) {
        .headline-small {
            font-size: 38px; } }
    @media only screen and (min-width: 767px) and (max-width: 991px) {
        .headline-small {
            font-size: 46px;
            line-height: 1.05; } }
    @media only screen and (max-width: 766px) {
        .headline-small {
            font-size: 26px;
            line-height: 1.05; } }

.normal-screen {
    min-height: calc(100vh - 54px);
    min-height: calc(var(--vh, 1vh) * 100 - 54px); }
    @media only screen and (min-width: 767px) and (max-width: 1024px) {
        .normal-screen {
            min-height: calc(100vh - 28px);
            min-height: calc(var(--vh, 1vh) * 100 - 28px); } }
    @media only screen and (max-width: 766px) {
        .normal-screen {
            min-height: 100vh;
            min-height: calc(var(--vh, 1vh) * 100); } }

.text *,
.title *,
.title-main * {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit;
    text-align: inherit;
    font-style: inherit; }

*,
*::before,
*::after {
    box-sizing: border-box; }

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block; }

body {
    margin: 0;
    text-align: left; }

[tabindex="-1"]:focus {
    outline: 0 !important; }

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible; }

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 1rem; }

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

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none; }

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit; }

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0; }

dt {
    font-weight: 700; }

dd {
    margin-bottom: 0.5rem;
    margin-left: 0; }

blockquote {
    margin: 0 0 1rem; }

b,
strong {
    font-weight: 700; }

small {
    font-size: 80%; }

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline; }

sub {
    bottom: -0.25em; }

sup {
    top: -0.5em; }

a {
    text-decoration: none;
    background-color: transparent; }
    a:hover, a:focus {
        text-decoration: none; }

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }
    a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
        color: inherit;
        text-decoration: none; }
    a:not([href]):not([tabindex]):focus {
        outline: 0; }

pre,
code,
kbd,
samp {
    font-family: monospace;
    font-size: 1em; }

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto; }

figure {
    margin: 0 0 1rem; }

img {
    vertical-align: middle;
    border-style: none; }

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

table {
    border-collapse: collapse; }

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    caption-side: bottom; }

th {
    text-align: inherit; }

label {
    display: inline-block;
    margin-bottom: 1rem; }

button {
    border-radius: 0;
    text-transform: none;
    cursor: pointer;
    -webkit-appearance: button; }

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

select {
    word-wrap: normal;
    text-transform: none; }

input {
    overflow: visible; }

[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; }

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

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox; }

textarea {
    overflow: auto;
    resize: vertical; }

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal; }

progress {
    vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto; }

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

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

output {
    display: inline-block; }

summary {
    display: list-item;
    cursor: pointer; }

template {
    display: none; }

[hidden] {
    display: none !important; }

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem; }

.container {
    display: block;
    margin: 0 auto;
    max-width: calc(100% - 60px);
    padding: 0;
    width: 100%; }
    .container .container {
        padding: 0 !important; }
        @media only screen and (max-width: 766px) {
            .container .container {
                max-width: 100%; } }

.row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px; }

.row.reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse; }

.col.reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse; }

[class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box; }

@media only screen and (min-width: 767px) {
    .row {
        margin-left: -8px;
        margin-right: -8px; }
    .container {
        max-width: 744px;
        padding-left: 8px;
        padding-right: 8px; }
    [class*='col-'] {
        padding-left: 8px;
        padding-right: 8px; } }

@media only screen and (min-width: 992px) {
    .row {
        margin-left: -8px;
        margin-right: -8px; }
    .container {
        max-width: 914px;
        padding-left: 8px;
        padding-right: 8px; }
    [class*='col-'] {
        padding-left: 8px;
        padding-right: 8px; } }

@media only screen and (min-width: 1025px) {
    .row {
        margin-left: -8px;
        margin-right: -8px; }
    .container {
        max-width: 914px;
        padding-left: 8px;
        padding-right: 8px; }
    [class*='col-'] {
        padding-left: 8px;
        padding-right: 8px; } }

@font-face {
    font-family: 'Franklin Gothic';
    src: url("../font/FranklinGothic-Heavy.woff2") format("woff2"), url("../font/FranklinGothic-Heavy.woff") format("woff");
    font-weight: 900;
    font-style: normal; }

@font-face {
    font-family: 'Myriad Pro';
    src: url("../font/MyriadPro-Semibold.woff2") format("woff2"), url("../font/MyriadPro-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal; }

@font-face {
    font-family: 'Myriad Pro';
    src: url("../font/MyriadPro-Regular.woff2") format("woff2"), url("../font/MyriadPro-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal; }

.cover-bg {
    background-size: cover;
    background-position: center center; }
    .cover-bg img {
        display: none; }

.bule_bg {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='1220px' height='660.3px' viewBox='0 0 1220 660.3' style='enable-background:new 0 0 1220 660.3;' xml:space='preserve' preserveAspectRatio='none'%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);fill:url(%23SVGID_3_);%7D .st1%7Bopacity:5.000310e-02;clip-path:url(%23SVGID_5_);%7D .st2%7Bclip-path:url(%23SVGID_7_);fill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D .st3%7Bclip-path:url(%23SVGID_9_);fill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D .st4%7Bopacity:0.2;clip-path:url(%23SVGID_5_);%7D .st5%7Bclip-path:url(%23SVGID_11_);%7D .st6%7Bclip-path:url(%23SVGID_13_);fill:url(%23SVGID_14_);%7D%0A%3C/style%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M30.7,0C13.7,0,0,13.7,0,30.7v599c0,16.9,13.7,30.7,30.7,30.7h1158.7c16.9,0,30.7-13.7,30.7-30.7v-599 c0-16.9-13.7-30.7-30.7-30.7H30.7z'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cuse xlink:href='%23SVGID_1_' style='overflow:visible;'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_3_' gradientUnits='userSpaceOnUse' x1='-197.363' y1='889.1789' x2='-196.363' y2='889.1789' gradientTransform='matrix(1419.2551 717.9274 717.9274 -1419.2551 -358439.9375 1403593.25)'%3E%3Cstop offset='0' style='stop-color:%23529DBA'/%3E%3Cstop offset='1' style='stop-color:%231B495A'/%3E%3C/linearGradient%3E%3Cpolygon class='st0' points='248.6,-491.4 1486,134.5 971.5,1151.8 -266,525.8 '/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_4_' d='M30.7,0C13.7,0,0,13.7,0,30.7v599c0,16.9,13.7,30.7,30.7,30.7h1158.7c16.9,0,30.7-13.7,30.7-30.7v-599 c0-16.9-13.7-30.7-30.7-30.7H30.7z'/%3E%3C/defs%3E%3CclipPath id='SVGID_5_'%3E%3Cuse xlink:href='%23SVGID_4_' style='overflow:visible;'/%3E%3C/clipPath%3E%3Cg class='st1'%3E%3Cg%3E%3Cdefs%3E%3Crect id='SVGID_6_' x='-130.2' y='158.6' width='1095.7' height='636'/%3E%3C/defs%3E%3CclipPath id='SVGID_7_'%3E%3Cuse xlink:href='%23SVGID_6_' style='overflow:visible;'/%3E%3C/clipPath%3E%3Cpath class='st2' d='M-34.5,196.6c17.1-17.5,147.9-49.5,198.3-33.8c50.4,15.7,37.6,83.5,83.3,96.4c45.7,12.9,108.6-7.9,174,7.8 c65.5,15.7,68.1,85.4,87.5,125.7c19.4,40.2,143.6,15.8,209.4,59.7c65.8,43.9,34.9,109.9,65.9,148.2 c30.9,38.2,68.3,13.4,115.9,51.9c47.5,38.6,65.6,142.1,65.6,142.1l-1095.7-123L-34.5,196.6z'/%3E%3C/g%3E%3C/g%3E%3Cg class='st1'%3E%3Cg%3E%3Cdefs%3E%3Crect id='SVGID_8_' x='-197.4' y='286.3' width='1074' height='602.8'/%3E%3C/defs%3E%3CclipPath id='SVGID_9_'%3E%3Cuse xlink:href='%23SVGID_8_' style='overflow:visible;'/%3E%3C/clipPath%3E%3Cpath class='st3' d='M-107.9,329.9c17.9-18,151-54.3,201.1-40.4c50.2,13.9,34.7,81.6,80.2,92.9c45.5,11.2,109.7-11.6,175.1,1.7 c65.4,13.3,65.3,82.5,83.3,121.8c18,39.3,144.1,10.7,208.7,52c64.6,41.3,30.9,108,60.6,144.9c29.7,36.9,68.3,10.9,114.8,47.5 c46.4,36.7,60.6,138.9,60.6,138.9L-197.4,714L-107.9,329.9z'/%3E%3C/g%3E%3C/g%3E%3Cg class='st4'%3E%3Cg%3E%3Cdefs%3E%3Crect id='SVGID_10_' x='376.7' y='-127.7' width='1095' height='469.2'/%3E%3C/defs%3E%3CclipPath id='SVGID_11_'%3E%3Cuse xlink:href='%23SVGID_10_' style='overflow:visible;'/%3E%3C/clipPath%3E%3Cg class='st5'%3E%3Cdefs%3E%3Cpath id='SVGID_12_' d='M1471.8,270.4c-13.5,20.5-135.9,76.6-188.3,70.6c-52.4-5.9-52.7-74.9-100.1-78.9 c-47.3-4-105.1,28.3-172.4,25.3c-67.2-3-83-71-109.7-106.8c-26.7-35.8-144,11.6-216.9-19s-55.1-101.4-92.7-133 C554.1-3.2,522,28.3,468.1-0.6s-91.3-127.1-91.3-127.1l1095,7V270.4z'/%3E%3C/defs%3E%3CclipPath id='SVGID_13_'%3E%3Cuse xlink:href='%23SVGID_12_' style='overflow:visible;'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_14_' gradientUnits='userSpaceOnUse' x1='-197.363' y1='889.2065' x2='-196.363' y2='889.2065' gradientTransform='matrix(-809.2245 672.2788 672.2788 809.2245 -755976.5625 -587277.625)'%3E%3Cstop offset='0' style='stop-color:%23529DBA'/%3E%3Cstop offset='1' style='stop-color:%231B495A'/%3E%3C/linearGradient%3E%3Cpolygon class='st6' points='1705.1,153.1 823.9,885.2 143.4,66.1 1024.6,-665.9 '/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center center/cover; }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }

.text-left {
    text-align: left; }

.text-right {
    text-align: right; }

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

.text--yellow {
    color: #f2cb0a; }

.text--blue {
    color: #182855; }

.text--white {
    color: #fff; }

.text--uppercase {
    text-transform: uppercase; }

.title {
    font-family: "Franklin Gothic", sans-serif; }

.font-secondary {
    font-family: "Franklin Gothic", sans-serif; }

.d-flex {
    display: flex; }

@media only screen and (max-width: 766px) {
    .hidden-mobile {
        display: none; } }

@media only screen and (max-width: 992px) {
    .hidden-tablet-p {
        display: none; } }

.visible-mobile {
    display: none; }
    @media only screen and (max-width: 766px) {
        .visible-mobile {
            display: block; } }

.visible-tablet-p {
    display: none; }
    @media only screen and (max-width: 992px) {
        .visible-tablet-p {
            display: block; } }

.col-left {
    max-width: 55%;
    flex: 0 0 55%; }
    @media only screen and (min-width: 992px) and (max-width: 1024px) {
        .col-left {
            max-width: 62%;
            flex: 0 0 62%; } }
    @media only screen and (max-width: 992px) {
        .col-left {
            max-width: 100%;
            flex: 0 0 100%; } }

.col-right {
    max-width: 45%;
    flex: 0 0 45%; }
    @media only screen and (min-width: 992px) and (max-width: 1024px) {
        .col-right {
            max-width: 38%;
            flex: 0 0 38%; } }
    @media only screen and (max-width: 992px) {
        .col-right {
            max-width: 100%;
            flex: 0 0 100%; } }

html,
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

body {
    color: #fff;
    font-family: "Myriad Pro", sans-serif;
    position: relative;
    height: auto;
    min-height: 100%;
    width: 100%; }

.noselect,
.noselect * {
    user-select: none; }

.main {
    width: 100%; }

.hide {
    display: none !important; }

p {
    margin: 0; }

a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease, border 0.3s ease;
    -webkit-transition: color 0.3s ease, border 0.3s ease; }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0; }

:focus {
    outline: none; }

b,
strong {
    font-weight: 800; }

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

.sc-general {
    position: relative; }

.swiper-container:not(.swiper-container-initialized) .swiper-slide:not(:first-of-type) {
    display: none !important; }

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

input,
select,
textarea {
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; }

input,
textarea {
    -webkit-appearance: none;
    border-radius: 0; }

input:invalid {
    outline: none; }

textarea::-ms-clear,
input::-ms-clear {
    display: none; }

/**
Ion.RangeSlider, 2.3.1
© Denis Ineshin, 2010 - 2019, IonDen.com
Build date: 2019-12-19 16:51:02
*/
.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    font-family: Arial, sans-serif; }

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important; }

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0; }

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0; }

.irs-handle {
    position: absolute;
    display: block;
    box-sizing: border-box;
    cursor: default;
    z-index: 1; }

.irs-handle.type_last {
    z-index: 2; }

.irs-min,
.irs-max {
    position: absolute;
    display: block;
    cursor: default; }

.irs-min {
    left: 0; }

.irs-max {
    right: 0; }

.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap; }

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px; }

.irs-with-grid .irs-grid {
    display: block; }

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000; }

.irs-grid-pol.small {
    height: 4px; }

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000; }

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0);
    z-index: 2; }

.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed; }

.irs-disabled {
    opacity: 0.4; }

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important; }

.irs--flat {
    height: 40px; }

.irs--flat.irs-with-grid {
    height: 60px; }

.irs--flat .irs-line {
    top: 25px;
    height: 12px;
    background-color: #e1e4e9;
    border-radius: 4px; }

.irs--flat .irs-bar {
    top: 25px;
    height: 12px;
    background-color: #ed5565; }

.irs--flat .irs-bar--single {
    border-radius: 4px 0 0 4px; }

.irs--flat .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: #e1e4e9; }

.irs--flat .irs-handle {
    top: 22px;
    width: 16px;
    height: 18px;
    background-color: transparent; }

.irs--flat .irs-handle > i:first-child {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background-color: #da4453; }

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
    background-color: #a43540; }

.irs--flat .irs-min,
.irs--flat .irs-max {
    top: 0;
    padding: 1px 3px;
    color: #999;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    background-color: #e1e4e9;
    border-radius: 4px; }

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    color: white;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #ed5565;
    border-radius: 4px; }

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #ed5565; }

.irs--flat .irs-grid-pol {
    background-color: #e1e4e9; }

.irs--flat .irs-grid-text {
    color: #999; }

.irs--big {
    height: 55px; }

.irs--big.irs-with-grid {
    height: 70px; }

.irs--big .irs-line {
    top: 33px;
    height: 12px;
    background-color: white;
    background: linear-gradient(to bottom, #ddd -50%, white 150%);
    border: 1px solid #ccc;
    border-radius: 12px; }

.irs--big .irs-bar {
    top: 33px;
    height: 12px;
    background-color: #92bce0;
    border: 1px solid #428bca;
    background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5); }

.irs--big .irs-bar--single {
    border-radius: 12px 0 0 12px; }

.irs--big .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: rgba(66, 139, 202, 0.5); }

.irs--big .irs-handle {
    top: 25px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: #cbcfd5;
    background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
    border-radius: 30px; }

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
    border-color: rgba(0, 0, 0, 0.45);
    background-color: #939ba7;
    background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%); }

.irs--big .irs-min,
.irs--big .irs-max {
    top: 0;
    padding: 1px 5px;
    color: white;
    text-shadow: none;
    background-color: #9f9f9f;
    border-radius: 3px; }

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
    color: white;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #428bca;
    background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
    border-radius: 3px; }

.irs--big .irs-grid-pol {
    background-color: #428bca; }

.irs--big .irs-grid-text {
    color: #428bca; }

.irs--modern {
    height: 55px; }

.irs--modern.irs-with-grid {
    height: 55px; }

.irs--modern .irs-line {
    top: 25px;
    height: 5px;
    background-color: #d1d6e0;
    background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
    border: 1px solid #a3adc1;
    border-bottom-width: 0;
    border-radius: 5px; }

.irs--modern .irs-bar {
    top: 25px;
    height: 5px;
    background: #20b426;
    background: linear-gradient(to bottom, #20b426 0%, #18891d 100%); }

.irs--modern .irs-bar--single {
    border-radius: 5px 0 0 5px; }

.irs--modern .irs-shadow {
    height: 1px;
    bottom: 21px;
    background-color: rgba(209, 214, 224, 0.5); }

.irs--modern .irs-handle {
    top: 37px;
    width: 12px;
    height: 13px;
    border: 1px solid #a3adc1;
    border-top-width: 0;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px; }

.irs--modern .irs-handle > i:nth-child(1) {
    position: absolute;
    display: block;
    top: -4px;
    left: 1px;
    width: 6px;
    height: 6px;
    border: 1px solid #a3adc1;
    background: white;
    transform: rotate(45deg); }

.irs--modern .irs-handle > i:nth-child(2) {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 10px;
    height: 12px;
    background: #e9e6e6;
    background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
    border-radius: 0 0 3px 3px; }

.irs--modern .irs-handle > i:nth-child(3) {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 3px;
    left: 3px;
    width: 4px;
    height: 5px;
    border-left: 1px solid #a3adc1;
    border-right: 1px solid #a3adc1; }

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
    border-color: #7685a2;
    background: #c3c7cd;
    background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%); }

.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
    border-color: #7685a2; }

.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
    border-color: #48536a; }

.irs--modern .irs-min,
.irs--modern .irs-max {
    top: 0;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    color: white;
    background-color: #d1d6e0;
    border-radius: 5px; }

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #20b426;
    color: white;
    border-radius: 5px; }

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #20b426; }

.irs--modern .irs-grid {
    height: 25px; }

.irs--modern .irs-grid-pol {
    background-color: #dedede; }

.irs--modern .irs-grid-text {
    color: silver;
    font-size: 13px; }

.irs--sharp {
    height: 50px;
    font-size: 12px;
    line-height: 1; }

.irs--sharp.irs-with-grid {
    height: 57px; }

.irs--sharp .irs-line {
    top: 30px;
    height: 2px;
    background-color: black;
    border-radius: 2px; }

.irs--sharp .irs-bar {
    top: 30px;
    height: 2px;
    background-color: #ee22fa; }

.irs--sharp .irs-bar--single {
    border-radius: 2px 0 0 2px; }

.irs--sharp .irs-shadow {
    height: 1px;
    bottom: 21px;
    background-color: rgba(0, 0, 0, 0.5); }

.irs--sharp .irs-handle {
    top: 25px;
    width: 10px;
    height: 10px;
    background-color: #a804b2; }

.irs--sharp .irs-handle > i:first-child {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #a804b2; }

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
    background-color: black; }

.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
    border-top-color: black; }

.irs--sharp .irs-min,
.irs--sharp .irs-max {
    color: white;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 4px;
    opacity: 0.4;
    background-color: #a804b2;
    border-radius: 2px; }

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 4px;
    background-color: #a804b2;
    color: white;
    border-radius: 2px; }

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #a804b2; }

.irs--sharp .irs-grid {
    height: 25px; }

.irs--sharp .irs-grid-pol {
    background-color: #dedede; }

.irs--sharp .irs-grid-text {
    color: silver;
    font-size: 13px; }

.irs--round {
    height: 50px; }

.irs--round.irs-with-grid {
    height: 65px; }

.irs--round .irs-line {
    top: 36px;
    height: 4px;
    background-color: #dee4ec;
    border-radius: 4px; }

.irs--round .irs-bar {
    top: 36px;
    height: 4px;
    background-color: #006cfa; }

.irs--round .irs-bar--single {
    border-radius: 4px 0 0 4px; }

.irs--round .irs-shadow {
    height: 4px;
    bottom: 21px;
    background-color: rgba(222, 228, 236, 0.5); }

.irs--round .irs-handle {
    top: 26px;
    width: 24px;
    height: 24px;
    border: 4px solid #006cfa;
    background-color: white;
    border-radius: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3); }

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
    background-color: #f0f6ff; }

.irs--round .irs-min,
.irs--round .irs-max {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px; }

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #006cfa;
    color: white;
    border-radius: 4px; }

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #006cfa; }

.irs--round .irs-grid {
    height: 25px; }

.irs--round .irs-grid-pol {
    background-color: #dedede; }

.irs--round .irs-grid-text {
    color: silver;
    font-size: 13px; }

.irs--square {
    height: 50px; }

.irs--square.irs-with-grid {
    height: 60px; }

.irs--square .irs-line {
    top: 31px;
    height: 4px;
    background-color: #dedede; }

.irs--square .irs-bar {
    top: 31px;
    height: 4px;
    background-color: black; }

.irs--square .irs-shadow {
    height: 2px;
    bottom: 21px;
    background-color: #dedede; }

.irs--square .irs-handle {
    top: 25px;
    width: 16px;
    height: 16px;
    border: 3px solid black;
    background-color: white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
    background-color: #f0f6ff; }

.irs--square .irs-min,
.irs--square .irs-max {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, 0.1); }

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: black;
    color: white; }

.irs--square .irs-grid {
    height: 25px; }

.irs--square .irs-grid-pol {
    background-color: #dedede; }

.irs--square .irs-grid-text {
    color: silver;
    font-size: 11px; }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    outline: 0;
    background-color: #f2cb0a;
    color: #1b495a;
    border-radius: 10px;
    font-size: 15px;
    font-family: "Franklin Gothic", sans-serif;
    vertical-align: middle;
    padding: 8px 18px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
    -webkit-transition: background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease; }
    html[data-agent*="Trident"] .btn {
        font-weight: 700; }
    @media only screen and (min-width: 767px) and (max-width: 1024px) {
        .btn {
            font-size: 17px;
            padding: 10px 20px; } }
    @media only screen and (max-width: 766px) {
        .btn {
            font-size: 13px;
            border-radius: 6px;
            padding: 6px 13px; } }
    .btn:hover, .btn:focus {
        color: #1b495a;
        box-shadow: 0 0 0 3px rgba(242, 203, 10, 0.2); }
    .btn-blue {
        background-color: transparent;
        color: #1b495a;
        border: 1px solid #1b495a; }
        .btn-blue:hover, .btn-blue:focus {
            background-color: #1b495a;
            color: #fff;
            box-shadow: 0 0 0 3px rgba(27, 73, 90, 0.2); }

.site_logo {
    position: absolute;
    right: 80px;
    top: 66px;
    max-width: 82px; }
    @media only screen and (min-width: 992px) and (max-width: 1024px) {
        .site_logo {
            right: 65px;
            top: 54px; } }
    @media only screen and (min-width: 767px) and (max-width: 991px) {
        .site_logo {
            right: 70px;
            top: 67px; } }
    @media only screen and (max-width: 766px) {
        .site_logo {
            position: relative;
            display: inline-block;
            top: 0;
            right: 0;
            max-width: 50px;
            margin: 0 0 20px 35px; } }

.icon {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; }
    .icon-left-arrow {
        width: 11px;
        height: 20px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='10.1px' height='19.4px' viewBox='0 0 10.1 19.4' style='enable-background:new 0 0 10.1 19.4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);fill:none;stroke:%23FFFFFF;stroke-width:1.5;stroke-linecap:round;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cg%3E%3Cdefs%3E%3Crect id='SVGID_1_' y='0' width='10.1' height='19.4'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cuse xlink:href='%23SVGID_1_' style='overflow:visible;'/%3E%3C/clipPath%3E%3Cpath class='st0' d='M9.4,0.8L1,9.2C0.7,9.5,0.7,10,1,10.3l8.3,8.3'/%3E%3C/g%3E%3C/svg%3E%0A"); }

.normal-screen {
    border-radius: 34px;
    padding: 70px 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    html[data-agent*="Trident"] .normal-screen {
        display: table-cell;
        vertical-align: middle;
        width: 100%; }
    @media only screen and (min-width: 767px) and (max-width: 1024px) {
        .normal-screen {
            border-radius: 20px; } }
    @media only screen and (min-width: 767px) and (max-width: 991px) {
        .normal-screen {
            padding: 40px 30px 5px;
            display: block; } }
    @media only screen and (max-width: 766px) {
        .normal-screen {
            padding: 28px 0 62px;
            display: block;
            border-radius: 0; } }
    .normal-screen .container {
        height: 100%;
        margin: auto; }
        @media only screen and (min-width: 992px) and (max-width: 1024px) {
            .normal-screen .container {
                max-width: 950px; } }
        @media only screen and (min-width: 767px) and (max-width: 991px) {
            .normal-screen .container {
                max-width: 614px; } }
    @media only screen and (min-width: 992px) and (max-width: 1024px) {
        .normal-screen__content {
            padding-left: 60px; } }
    @media only screen and (min-width: 767px) and (max-width: 991px) {
        .normal-screen__content {
            max-width: 520px; } }
    .normal-screen__sub-title {
        margin-bottom: 40px; }
    .normal-screen__text {
        margin: 40px 0 10px; }
        @media only screen and (min-width: 992px) and (max-width: 1024px) {
            .normal-screen__text {
                margin-top: 44px; } }
        @media only screen and (min-width: 767px) and (max-width: 991px) {
            .normal-screen__text {
                margin: 53px 0 11px; } }
        @media only screen and (max-width: 766px) {
            .normal-screen__text {
                margin: 26px 0 10px; } }
    .normal-screen .form-text {
        margin: 70px 0 18px; }
        @media only screen and (min-width: 992px) and (max-width: 1024px) {
            .normal-screen .form-text {
                margin: 50px 0 20px; } }
        @media only screen and (min-width: 767px) and (max-width: 991px) {
            .normal-screen .form-text {
                margin: 52px 0 20px; } }
        @media only screen and (max-width: 766px) {
            .normal-screen .form-text {
                margin: 35px 0 30px; } }
    .normal-screen .form-button {
        margin-top: 50px; }
        @media only screen and (min-width: 992px) and (max-width: 1024px) {
            .normal-screen .form-button {
                margin: 70px 0 5px; } }
        @media only screen and (max-width: 766px) {
            .normal-screen .form-button {
                margin-top: 23px;
                max-width: calc(100% - 140px); } }
    @media only screen and (min-width: 992px) and (max-width: 1024px) {
        .normal-screen .row {
            align-items: flex-end; } }

.sc-normal-screen {
    padding: 27px; }
    html[data-agent*="Trident"] .sc-normal-screen {
        display: table;
        width: 100%; }
    @media only screen and (min-width: 767px) and (max-width: 1024px) {
        .sc-normal-screen {
            padding: 14px; } }
    @media only screen and (max-width: 766px) {
        .sc-normal-screen {
            padding: 0; } }

label {
    display: block; }

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
textarea,
select {
    width: 100%;
    border: 1px solid #fff;
    padding: 0 14px;
    border-radius: 10px;
    background: transparent;
    height: 34px;
    box-shadow: none;
    outline: none;
    color: #fff;
    transition: border 0.3s ease;
    -webkit-transition: border 0.3s ease; }
    @media only screen and (min-width: 992px) and (max-width: 1024px) {
        input[type="text"],
        input[type="email"],
        input[type="number"],
        input[type="password"],
        textarea,
        select {
            height: 38px; } }
    @media only screen and (min-width: 767px) and (max-width: 991px) {
        input[type="text"],
        input[type="email"],
        input[type="number"],
        input[type="password"],
        textarea,
        select {
            height: 46px;
            border-radius: 15px; } }
    @media only screen and (max-width: 766px) {
        input[type="text"],
        input[type="email"],
        input[type="number"],
        input[type="password"],
        textarea,
        select {
            height: 20px;
            border-radius: 6px;
            padding: 0 8px; } }

::-webkit-input-placeholder {
    color: #fff;
    opacity: 1; }

::-moz-placeholder {
    color: #fff;
    opacity: 1; }

::-ms-input-placeholder {
    color: #fff;
    opacity: 1; }

:-moz-placeholder {
    color: #fff;
    opacity: 1; }

:-ms-input-placeholder {
    color: #fff;
    opacity: 1; }

::placeholder {
    color: #fff;
    opacity: 1; }

select {
    cursor: pointer; }

.form-text strong {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.36;
    color: #f2cb0a;
    font-family: "Franklin Gothic", sans-serif; }
    @media only screen and (max-width: 1025px) {
        .form-text strong {
            font-size: 16px;
            line-height: 1.76; } }

.form {
    width: 100%;
    max-width: 430px; }
    @media only screen and (min-width: 992px) and (max-width: 1024px) {
        .form {
            max-width: 478px; } }
    @media only screen and (max-width: 992px) {
        .form {
            max-width: 100%; } }

.form-group {
    margin-bottom: 12px; }
    @media only screen and (min-width: 767px) and (max-width: 991px) {
        .form-group {
            margin-bottom: 15px; } }
    @media only screen and (max-width: 766px) {
        .form-group {
            margin-bottom: 14px; } }
    .form-group.age {
        flex: 0 0 113px; }
        @media only screen and (min-width: 992px) and (max-width: 1024px) {
            .form-group.age {
                flex: 0 0 125px; } }
        @media only screen and (min-width: 767px) and (max-width: 991px) {
            .form-group.age {
                flex: 0 0 150px; } }
        @media only screen and (max-width: 766px) {
            .form-group.age {
                flex: 0 0 66px; } }
    .form-group.email {
        flex: auto;
        margin-left: 26px; }
        @media only screen and (min-width: 767px) and (max-width: 991px) {
            .form-group.email {
                margin-left: 35px; } }
        @media only screen and (max-width: 766px) {
            .form-group.email {
                margin-left: 16px; } }

.is-required {
    position: relative; }
    .is-required::before {
        content: '';
        position: absolute;
        left: -13px;
        top: 50%;
        margin-top: -3px;
        width: 6px;
        height: 6px;
        border-radius: 100%;
        background-color: #ff0024; }
        @media only screen and (min-width: 767px) and (max-width: 991px) {
            .is-required::before {
                left: -21px;
                margin-top: -4px;
                width: 8px;
                height: 8px; } }
        @media only screen and (max-width: 766px) {
            .is-required::before {
                left: -7px;
                margin-top: -2px;
                width: 4px;
                height: 4px; } }

.checkbox {
    user-select: none;
    line-height: 1.2;
    padding: 3px 0; }
    .checkbox input {
        position: absolute;
        width: 0;
        height: 0;
        opacity: 0; }
        .checkbox input:checked + label::after {
            transform: scale(1);
            -webkit-transform: scale(1); }
    .checkbox label {
        position: relative;
        cursor: pointer;
        padding-left: 25px;
        margin-bottom: 0; }
        .checkbox label::before, .checkbox label::after {
            content: '';
            position: absolute; }
        .checkbox label::before {
            width: 15px;
            height: 15px;
            border: 1px solid #fff;
            border-radius: 3px;
            position: absolute;
            left: 0;
            top: 0px; }
        .checkbox label::after {
            left: 4px;
            top: 4px;
            width: 7px;
            height: 7px;
            border-radius: 2px;
            background-color: #fff;
            transform: scale(0);
            -webkit-transform: scale(0);
            transition: transform 0.3s ease;
            -webkit-transition: transform 0.3s ease; }
    .checkbox a {
        color: #f2cb0a; }
        .checkbox a:hover, .checkbox a:focus {
            text-decoration: underline; }

.form-caption {
    padding-top: 12px;
    font-size: 0.7em; }
    @media only screen and (max-width: 766px) {
        .form-caption {
            max-width: 50%; } }

html[data-agent*="Trident"] .headline {
    font-weight: 700; }

.headline + div {
    margin-top: 38px; }
    @media only screen and (min-width: 992px) and (max-width: 1024px) {
        .headline + div {
            margin-top: 32px; } }
    @media only screen and (min-width: 767px) and (max-width: 991px) {
        .headline + div {
            margin-top: 44px; } }
    @media only screen and (max-width: 766px) {
        .headline + div {
            margin-top: 23px; } }

.headline-large {
    font-size: 71px;
    line-height: 1.18; }
    @media only screen and (min-width: 767px) and (max-width: 1024px) {
        .headline-large {
            font-size: 81px; } }
    @media only screen and (max-width: 766px) {
        .headline-large {
            font-size: 35px; } }
    .headline-large strong {
        font-size: 90px;
        line-height: 1.03; }
        @media only screen and (min-width: 767px) and (max-width: 1024px) {
            .headline-large strong {
                font-size: 103px; } }
        @media only screen and (max-width: 766px) {
            .headline-large strong {
                font-size: 44px; } }

.headline-small + div {
    margin-top: 30px; }
    @media only screen and (min-width: 992px) and (max-width: 1024px) {
        .headline-small + div {
            margin-top: 35px; } }
    @media only screen and (min-width: 767px) and (max-width: 991px) {
        .headline-small + div {
            margin-top: 42px; } }
    @media only screen and (max-width: 766px) {
        .headline-small + div {
            margin-top: 23px; } }

.sub-headline {
    text-transform: uppercase;
    font-size: 19px;
    line-height: 1.25; }
    html[data-agent*="Trident"] .sub-headline {
        font-weight: 700; }
    @media only screen and (min-width: 767px) and (max-width: 1024px) {
        .sub-headline {
            font-size: 22px; } }
    @media only screen and (max-width: 766px) {
        .sub-headline {
            font-size: 17px; } }

.graphic {
    display: inline-block;
    width: 100%; }
    @media only screen and (min-width: 767px) and (max-width: 991px) {
        .graphic {
            display: block;
            text-align: center;
            margin-top: -7px; } }
    @media only screen and (max-width: 766px) {
        .graphic {
            max-width: 126px;
            position: absolute;
            bottom: 23px;
            right: 32px; } }
    @media only screen and (min-width: 767px) and (max-width: 991px) {
        .graphic img {
            max-width: 300px; } }

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .sc-final-screen {
        font-size: 18px;
        line-height: 1.67; } }

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .sc-final-screen {
        font-size: 22px;
        line-height: 1.65; } }

@media only screen and (max-width: 766px) {
    .sc-final-screen {
        font-size: 9px; } }

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .sc-final-screen .normal-screen {
        padding: 95px 0 0; } }

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .sc-final-screen .normal-screen {
        padding: 116px 30px 155px; } }

@media only screen and (max-width: 766px) {
    .sc-final-screen .normal-screen {
        padding: 28px 0; } }

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .sc-final-screen .normal-screen__content {
        padding-left: 65px; } }

@media only screen and (max-width: 992px) {
    .sc-final-screen .normal-screen__content {
        max-width: 100%; } }

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .sc-final-screen .normal-screen .container {
        max-width: 600px; } }

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .sc-final-screen .sub-headline {
        font-size: 21px;
        line-height: 1.22; } }

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .sc-final-screen .sub-headline {
        font-size: 25px;
        line-height: 1.24; } }

@media only screen and (max-width: 766px) {
    .sc-final-screen .sub-headline {
        font-size: 14px;
        line-height: 1.24; } }

@media only screen and (min-width: 1025px) {
    .sc-final-screen .row {
        align-items: center; } }

.sc-final-screen .form-text {
    margin: 22px 0 12px; }
    @media only screen and (min-width: 767px) and (max-width: 991px) {
        .sc-final-screen .form-text {
            margin: 33px 0 15px; } }
    @media only screen and (max-width: 766px) {
        .sc-final-screen .form-text {
            margin: 10px 0 12px; } }

.sc-final-screen .form-button {
    margin-top: 38px; }
    @media only screen and (min-width: 992px) and (max-width: 1024px) {
        .sc-final-screen .form-button {
            margin-top: 42px; } }
    @media only screen and (max-width: 766px) {
        .sc-final-screen .form-button {
            margin-top: 16px;
            max-width: 100%; } }

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .sc-final-screen .graphic {
        max-width: 196px;
        position: absolute;
        bottom: 34px;
        right: 70px; } }

@media only screen and (max-width: 766px) {
    .sc-final-screen .graphic {
        display: none; } }

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .sc-final-screen .graphic img {
        max-width: 100%; } }

.questions__header {
    position: relative;
    display: flex;
    padding: 47px 8px 42px;
    justify-content: space-between; }
    html[data-agent*="Trident"] .questions__header {
        font-weight: 700; }
    @media only screen and (min-width: 992px) and (max-width: 1024px) {
        .questions__header {
            padding: 56px 8px 21px; } }
    @media only screen and (min-width: 767px) and (max-width: 991px) {
        .questions__header {
            padding: 69px 0 29px; } }
    @media only screen and (max-width: 766px) {
        .questions__header {
            padding: 30px 0 13px; } }
    .questions__header .site_logo {
        max-width: 58px;
        right: inherit;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%); }
        @media only screen and (max-width: 766px) {
            .questions__header .site_logo {
                position: absolute;
                margin: 0;
                max-width: 30px; } }

.questions__back-button {
    display: flex;
    align-items: center;
    margin-left: 8px; }
    @media only screen and (max-width: 766px) {
        .questions__back-button {
            margin-left: 2px; } }
    .questions__back-button i {
        margin-right: 15px; }

.questions__progress {
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 766px) {
        .questions__progress {
            margin-right: 10px; } }
    .questions__progress-bar {
        position: relative;
        width: 92px;
        height: 14px;
        overflow: hidden;
        border-radius: 5px;
        background-color: rgba(255, 255, 255, 0.3); }
        @media only screen and (max-width: 766px) {
            .questions__progress-bar {
                display: none; } }
        .questions__progress-bar span {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 0;
            background-color: rgba(255, 255, 255, 0.5);
            transition: width 0.3s ease;
            -webkit-transition: width 0.3s ease; }
    .questions__progress-steps {
        min-width: 58px;
        padding-left: 10px;
        text-align: right; }

.questions__content-aria {
    position: relative;
    width: 100%;
    background-color: #fff;
    min-height: calc(100vh - 117px - 67px);
    min-height: calc(var(--vh, 1vh) * 100 - 117px - 67px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 20px;
    padding: 65px 30px 115px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4); }
    html[data-agent*="Trident"] .questions__content-aria {
        height: 600px; }
    @media only screen and (min-width: 992px) and (max-width: 1024px) {
        .questions__content-aria {
            min-height: calc(100vh - 105px - 52px);
            min-height: calc(var(--vh, 1vh) * 100 - 105px - 52px);
            padding: 30px 20px 140px; } }
    @media only screen and (min-width: 767px) and (max-width: 991px) {
        .questions__content-aria {
            min-height: calc(100vh - 126px - 79px);
            min-height: calc(var(--vh, 1vh) * 100 - 126px - 79px);
            padding: 30px 20px 156px; } }
    @media only screen and (max-width: 766px) {
        .questions__content-aria {
            border-radius: 10px;
            padding: 30px 10px 100px;
            min-height: calc(100vh - 68px - 15px);
            min-height: calc(var(--vh, 1vh) * 100 - 68px - 15px); } }

.questions__title {
    margin-bottom: 35px; }
    @media only screen and (max-width: 766px) {
        .questions__title {
            padding: 0 30px;
            line-height: 1.25; } }

.questions__image {
    position: relative;
    margin: 33px 0 36px;
    display: inline-block;
    width: 100%; }
    @media only screen and (min-width: 992px) and (max-width: 1024px) {
        .questions__image {
            margin: 56px 0 41px; } }
    @media only screen and (min-width: 767px) and (max-width: 991px) {
        .questions__image {
            margin: 86px 0 48px; } }
    @media only screen and (max-width: 766px) {
        .questions__image {
            margin: 38px 0 0;
            max-width: 172px; } }
    .questions__image .scale-img {
        overflow: visible; }
        .questions__image .scale-img__rotate {
            transform-origin: center;
            -webkit-transform-origin: center; }
    .questions__image .scale-number {
        position: absolute;
        left: 50%;
        bottom: 28%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0); }
        @media only screen and (max-width: 766px) {
            .questions__image .scale-number {
                font-size: 9px;
                bottom: 9px; } }

.questions__step {
    display: none;
    margin: 0 auto;
    width: 100%;
    max-width: 805px; }
    @media only screen and (min-width: 992px) and (max-width: 1024px) {
        .questions__step {
            max-width: 730px; } }
    .questions__step.is-active {
        display: block; }
    .questions__step--scale .range-slider .irs--flat .irs-bar--single {
        opacity: 0; }
    .questions__step .irs-handle.single:after {
        transform: scale(3.33);
        -webkit-transform: scale(3.33);
        z-index: 2; }

.questions__slider {
    display: flex;
    position: relative;
    justify-content: space-between; }
    .questions__slider:before {
        content: "Premakni drsnik";
        display: block;
        position: absolute;
        color: #dadbdc;
        width: 100%;
        height: 20px;
        text-align: center;
        font-size: 13px;
        top: 48px; }
    @media only screen and (max-width: 992px) {
        .questions__slider {
            flex-wrap: wrap; } }
    .questions__slider-bar {
        flex: auto;
        order: 2; }
        @media only screen and (max-width: 992px) {
            .questions__slider-bar {
                order: 1;
                flex: 0 0 100%; } }
    .questions__slider-number {
        margin-top: 60px; }
        @media only screen and (max-width: 766px) {
            .questions__slider-number {
                margin-top: 30px; } }
    .questions__slider .slider-label {
        flex: 0 0 212px;
        margin-top: 20px;
        order: 1; }
        @media only screen and (max-width: 992px) {
            .questions__slider .slider-label {
                order: 2;
                flex-basis: calc(50% - 30px);
                padding: 0 15px;
                margin-top: 55px; } }
        @media only screen and (max-width: 766px) {
            .questions__slider .slider-label {
                flex: 0 0 45%;
                padding: 0 10px;
                margin-top: 31px;
                line-height: 1.15; } }
        .questions__slider .slider-label:last-child {
            order: 3; }

.questions__footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 10px 58px; }
    @media only screen and (min-width: 992px) and (max-width: 1024px) {
        .questions__footer {
            padding: 10px 10px 43px; } }
    @media only screen and (max-width: 766px) {
        .questions__footer {
            padding: 10px 10px 47px; } }
    .questions__footer .btn {
        padding: 5px 28px; }
        @media only screen and (min-width: 767px) and (max-width: 1024px) {
            .questions__footer .btn {
                padding: 4px 25px; } }
        @media only screen and (max-width: 766px) {
            .questions__footer .btn {
                padding: 2px 18px; } }

.sc-questions {
    background-size: 110% 110%;
    padding-bottom: 67px; }
    @media only screen and (min-width: 992px) and (max-width: 1024px) {
        .sc-questions {
            padding-bottom: 52px; } }
    @media only screen and (min-width: 767px) and (max-width: 991px) {
        .sc-questions {
            padding-bottom: 79px; } }
    @media only screen and (max-width: 766px) {
        .sc-questions {
            padding-bottom: 15px; } }
    .sc-questions .container {
        max-width: 1026px; }
        @media only screen and (min-width: 992px) and (max-width: 1024px) {
            .sc-questions .container {
                max-width: 836px; } }
        @media only screen and (min-width: 767px) and (max-width: 991px) {
            .sc-questions .container {
                max-width: 626px; } }
        @media only screen and (max-width: 766px) {
            .sc-questions .container {
                max-width: calc(100% - 30px); } }

.range-slider {
    max-width: 276px;
    display: inline-block;
    width: 100%; }
    @media only screen and (min-width: 992px) and (max-width: 1024px) {
        .range-slider {
            max-width: 197px; } }
    @media only screen and (max-width: 766px) {
        .range-slider {
            max-width: 136px; } }
    .range-slider .irs--flat .irs-line {
        height: 19px;
        background-color: rgba(198, 199, 201, 0.65);
        border-radius: 16px; }
        @media only screen and (min-width: 992px) and (max-width: 1024px) {
            .range-slider .irs--flat .irs-line {
                height: 14px; } }
        @media only screen and (max-width: 766px) {
            .range-slider .irs--flat .irs-line {
                height: 9px; } }
    .range-slider .irs--flat .irs-bar {
        height: 19px;
        background: #529cb9;
        background: linear-gradient(90deg, #529cb9 0%, #367389 50%, #1e4e60 100%); }
        @media only screen and (min-width: 992px) and (max-width: 1024px) {
            .range-slider .irs--flat .irs-bar {
                height: 14px; } }
        @media only screen and (max-width: 766px) {
            .range-slider .irs--flat .irs-bar {
                height: 9px; } }
        .range-slider .irs--flat .irs-bar--single {
            border-radius: 16px 0 0 16px; }
    .range-slider .irs--flat .irs-handle {
        top: 25px;
        width: 19px;
        height: 19px;
        border-radius: 100%;
        cursor: pointer;
        background-color: #529dba; }
        @media only screen and (min-width: 992px) and (max-width: 1024px) {
            .range-slider .irs--flat .irs-handle {
                height: 14px;
                width: 14px; } }
        @media only screen and (max-width: 766px) {
            .range-slider .irs--flat .irs-handle {
                height: 9px;
                width: 9px; } }
        .range-slider .irs--flat .irs-handle i {
            display: none; }

.button-list {
    margin-top: 52px;
    display: inline-block;
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    @media only screen and (max-width: 992px) {
        .button-list {
            display: inline-flex;
            flex-direction: column;
            margin-top: 89px; } }
    @media only screen and (max-width: 766px) {
        .button-list {
            font-size: 16px;
            margin-top: 28px; } }
    .button-list__item {
        display: inline-block;
        margin: 0 24px; }
        @media only screen and (max-width: 992px) {
            .button-list__item {
                margin: 0; } }
        .button-list__item + .button-list__item {
            margin-top: 40px; }
            @media only screen and (min-width: 767px) and (max-width: 991px) {
                .button-list__item + .button-list__item {
                    margin-top: 36px; } }
            @media only screen and (max-width: 766px) {
                .button-list__item + .button-list__item {
                    margin-top: 28px; } }
        .button-list__item input {
            position: absolute;
            width: 0;
            height: 0;
            opacity: 0; }
            .button-list__item input:checked + label {
                color: #182855;
                background-color: #f2cb0a; }
        .button-list__item label {
            cursor: pointer;
            border-radius: 10px;
            position: relative;
            display: inline-block;
            text-align: center;
            background-color: #3d7b93;
            color: #fff;
            margin-bottom: 0;
            padding: 3px 15px;
            min-width: 141px;
            transition: background-color 0.3s ease;
            -webkit-transition: background-color 0.3s ease; }
            @media only screen and (max-width: 766px) {
                .button-list__item label {
                    border-radius: 6px;
                    padding: 4px 15px;
                    min-width: 108px; } }

.radio-button {
    display: inline-block;
    text-align: left;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    @media only screen and (min-width: 767px) and (max-width: 991px) {
        .radio-button {
            font-size: 28px; } }
    @media only screen and (max-width: 766px) {
        .radio-button {
            font-size: 18px;
            line-height: 1.32; } }
    .radio-button-list {
        list-style: none;
        padding-left: 0;
        margin: 21px 0 0;
        display: inline-flex;
        flex-direction: column; }
        @media only screen and (min-width: 992px) and (max-width: 1024px) {
            .radio-button-list {
                margin-top: 50px; } }
        @media only screen and (min-width: 767px) and (max-width: 991px) {
            .radio-button-list {
                margin-top: 78px; } }
        @media only screen and (max-width: 766px) {
            .radio-button-list {
                margin-top: 50px; } }
        .radio-button-list li {
            text-align: left;
            display: inline-block; }
            .radio-button-list li + li {
                margin-top: 21px; }
                @media only screen and (min-width: 767px) and (max-width: 991px) {
                    .radio-button-list li + li {
                        margin-top: 40px; } }
                @media only screen and (max-width: 766px) {
                    .radio-button-list li + li {
                        margin-top: 28px; } }
        .radio-button-list .emoji {
            width: 34px;
            display: inline-block;
            text-align: center; }
            @media only screen and (min-width: 767px) and (max-width: 991px) {
                .radio-button-list .emoji {
                    width: 40px; } }
            @media only screen and (max-width: 766px) {
                .radio-button-list .emoji {
                    width: 24px; } }
    .radio-button input {
        position: absolute;
        width: 0;
        height: 0;
        opacity: 0; }
        .radio-button input:checked + label::after {
            transform: scale(1);
            -webkit-transform: scale(1); }
    .radio-button label {
        cursor: pointer;
        position: relative;
        padding-left: 35px;
        display: inline-block;
        margin-bottom: 0; }
        @media only screen and (min-width: 767px) and (max-width: 991px) {
            .radio-button label {
                padding-left: 42px; } }
        @media only screen and (max-width: 766px) {
            .radio-button label {
                padding-left: 30px; } }
        .radio-button label::before, .radio-button label::after {
            content: '';
            position: absolute;
            border-radius: 100%; }
        .radio-button label::before {
            left: 0;
            top: 0;
            width: 25px;
            height: 25px;
            border: 1px solid #182855; }
            @media only screen and (min-width: 767px) and (max-width: 991px) {
                .radio-button label::before {
                    width: 31px;
                    height: 31px; } }
            @media only screen and (max-width: 766px) {
                .radio-button label::before {
                    width: 21px;
                    height: 21px; } }
        .radio-button label::after {
            left: 5px;
            top: 5px;
            width: 15px;
            height: 15px;
            background-color: #182855;
            transform: scale(0);
            -webkit-transform: scale(0);
            transition: transform 0.3s ease;
            -webkit-transition: transform 0.3s ease; }
            @media only screen and (min-width: 767px) and (max-width: 991px) {
                .radio-button label::after {
                    width: 21px;
                    height: 21px; } }
            @media only screen and (max-width: 766px) {
                .radio-button label::after {
                    width: 11px;
                    height: 11px; } }

/*# sourceMappingURL=app.css.map */
