@font-face {
    font-family: 'TT Hoves';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local('TT Hoves Hairline'),local('TTHoves-Hairline'),url('https://www.paloaltonetworks.com/etc/clientlibs/clean/dependencies/fonts/tthoves/TTHoves-Hairline_optimized.woff2') format('woff2')
}

@font-face {
    font-family: 'TT Hoves';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: local('TT Hoves Thin'),local('TTHoves-Thin'),url('https://www.paloaltonetworks.com/etc/clientlibs/clean/dependencies/fonts/tthoves/TTHoves-Thin_optimized.woff2') format('woff2')
}

@font-face {
    font-family: 'TT Hoves';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('TT Hoves Light'),local('TTHoves-Light'),url('https://www.paloaltonetworks.com/etc/clientlibs/clean/dependencies/fonts/tthoves/TTHoves-Light_optimized.woff2') format('woff2')
}

@font-face {
    font-family: 'TT Hoves';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('TT Hoves Regular'),local('TTHoves-Regular'),url('https://www.paloaltonetworks.com/etc/clientlibs/clean/dependencies/fonts/tthoves/TTHoves-Regular_optimized.woff2') format('woff2')
}

@font-face {
    font-family: 'TT Hoves';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('TT Hoves Medium'),local('TTHoves-Medium'),url('https://www.paloaltonetworks.com/etc/clientlibs/clean/dependencies/fonts/tthoves/TTHoves-Medium_optimized.woff2') format('woff2')
}

@font-face {
    font-family: 'TT Hoves';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('TT Hoves DemiBold'),local('TTHoves-DemiBold'),url('https://www.paloaltonetworks.com/etc/clientlibs/clean/dependencies/fonts/tthoves/TTHoves-DemiBold_optimized.woff2') format('woff2')
}

@font-face {
    font-family: 'TT Hoves';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('TT Hoves Bold'),local('TTHoves-Bold'),url('https://www.paloaltonetworks.com/etc/clientlibs/clean/dependencies/fonts/tthoves/TTHoves-Bold_optimized.woff2') format('woff2')
}

@font-face {
    font-family: 'TT Hoves';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local('TT Hoves ExtraBold'),local('TTHoves-ExtraBold'),url('https://www.paloaltonetworks.com/etc/clientlibs/clean/dependencies/fonts/tthoves/TTHoves-ExtraBold_optimized.woff2') format('woff2')
}

@font-face {
    font-family: 'TT Hoves';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('TT Hoves Black'),local('TTHoves-Black'),url('https://www.paloaltonetworks.com/etc/clientlibs/clean/dependencies/fonts/tthoves/TTHoves-Black_optimized.woff2') format('woff2')
}

:root {
	--green: #0c6;
	--lgreen: #00e673;
	--dgreen: #0D4A29;
	--gray: #515252;
    --lgray: #f2f2f2;
    --dgray: #54595f;
    --black: #000;
    --error: #d6041d;
    --orange: #fa582d;
}

body {
    font-family: "TT Hoves", serif;
    font-weight: 400;
    color: #515252;
    font-size: 16px;
    line-height: 1.4;
}

h1 {
	font-family: "TT Hoves", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 50px;
	font-weight: 500;
}
h1 strong {
    font-family: "TT Hoves", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 600;
}

.btn {
	padding: 13px 34px;
    font-size: 16px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    font-family: "TT Hoves", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 600;
}

.btn-primary i,
.btn-primary-outline i,
.btn-black i,
.btn-submit i {
    width: 20px;
    height: 20px;
    margin-left: 20px;
    flex-grow: 0;
    flex-shrink: 0;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.btn-primary.prev i {
    margin-right: 20px;
    margin-left: 0;
    transform: rotate(180deg);
}

.btn-primary i,
.btn-submit i {
    background-image: url(../img/arrow-right-black.svg);
}

.btn-primary-outline i {
    background-image: url(../img/arrow-right-white.svg);
}

.btn-primary-outline {
	border: 2px solid var(--green);
	color: #fff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
	background: var(--lgreen);
	color: #000;
}
.btn-primary-outline:hover i {
    background-image: url(../img/arrow-right-black.svg);
}
.btn-primary {
	background: var(--green);
	border-color: var(--green);
	color: #000;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:active {
	background: var(--lgreen) !important;
	border-color: var(--lgreen) !important;
	color: #000 !important;
}
.btn-submit input {
	background: transparent;
	border: none;
}

/*=== NAVIGATION ===*/
.product-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.product-nav .dropdown-overlay {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .7;
}
.product-nav-main .pan-home .back-arrow {
    transform: rotate(180deg) translateY(-2px);
}




/*=== BANNER ===*/
.banner {
	background-image: linear-gradient(to right, #010101, transparent 40%), linear-gradient(to bottom, rgba(0,0,0,0.8), rgba(0,0,0,0.2) 40%), url(../img/home-assessment-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 0 0 100px 0;
	background-position: center top;
	overflow: hidden;
}
.contentSlide {
    -webkit-animation-name: fadeInRight_prisma;
    animation-name: fadeInRight_prisma;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
@keyframes fadeInRight_prisma {
        from {
          opacity: 0;
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
        }

        to {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
        }
}
.banner .btn-primary-outline {
	margin-top: 35px;
}
.half-circle-svg {
    padding-bottom: 18.75%;
}
.half-circle-svg {
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}
.half-circle-svg > svg {
    fill: #fff;
    position: absolute;
    top: 0;
    width: 101%;
    height: 101%;
    left: -1%;
}

/*=== PROGRESS BAR ===*/
.progress-wrap {
    padding: 60px 0 50px;
}

.meter {
    box-sizing: content-box;
    height: 40px;
    position: relative;
    background: var(--lgray);
    border-radius: 32px;
    padding: 8px;
    box-sizing: border-box;
}
.meter > span {
    display: block;
    height: 100%;
    border-radius: 32px;
    background-color: var(--green);
    position: relative;
    overflow: hidden;
}
.meter > span:after,
.animate > span > span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.2) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0.2) 75%,
        transparent 75%,
        transparent
    );
    z-index: 1;
    background-size: 150px 150px;
    animation: move 6s linear infinite;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}
@keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 150px 150px;
    }
}
@media (max-width: 540px) {
    .meter {
        width: 100%;
    }
    .progress-wrap {
        width: 100%;
    }
    .progress-wrapper {
        padding: 0;
    }
}

/*=== ASSESSMENT ===*/
.step {
    display: none;
}

.step.active {
    display: block;
}

.number {
	font-size: 100px;
	color: var(--dgreen);
	line-height: 1;
	min-width: 140px;
	text-align: right;
}
.question {
	font-size: 44px;
	padding: 50px 40px;
	border-radius: 40px;
    line-height: 1.2;
}
.question > div > div {
	padding-left: 20px;
}
.select-copy {
	font-size: 24px;
}
.gray {
	background: var(--lgray);
}
.contact-fields {
    background-color: var(--dgreen);
    background-image: url(../img/gradient-map-narrow.png);
    background-size: cover;
}
.form-control {
    font-size: 1.2rem;
}
.question ul {
	padding-left: 0;
}
.question li {
	list-style-type: none;
	display: inline-block;
	width: 100%;
	padding: 0;
}
.tiles input[type="checkbox"][id^="cb"],
.tiles input[type="radio"][id^="cb"] {
	position: absolute;
	top: 50%;
	left: 50%;
}

.tiles .tile-label {
	display: block;
	position: relative;
	cursor: pointer;
}

.tiles .tile-label:before {
	background-color: #fff;
	color: #fff;
	content: "";
	display: block;
	border-radius: 40px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	transition-duration: 0.4s;
	opacity: 0;
	z-index: -1;
}

.tiles .tile-label::after {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 40px;
}

.tiles .tile-label img {
	height: 100%;
	width: 100%;
	transition-duration: 0.2s;
	transform-origin: 50% 50%;
	border-radius: 40px;
    background: #000;
    color: #fff;
    font-size: 16px;
}

.tiles :checked + .tile-label:before {
	content: "";
	background-color: rgba(0, 230, 115, 0.7);
	opacity: 1;
	z-index: 2;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='148.305' height='110.718' viewBox='0 0 148.305 110.718'%3E%3Cpath id='Path_207' data-name='Path 207' d='M775.906,1081.414l36.74,38.126,95.583-86.187' transform='translate(-767.626 -1024.812)' fill='none' stroke='%23fff' stroke-width='23'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 45%;
}
.tiles ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
}
.tiles ul li {
	position: relative;
}
.tiles .tile-label span {
	position: absolute;
    left: 14px;
    top: 50%;
    font-size: 18px;
    color: #fff;
    background: rgba(0,0,0,0.01);
    transform: translateY(-50%);
    z-index: 1;
    width: calc(100% - 28px);
}
.tiles li {
	transform: scale(.5);
	opacity: 0;
}
.single-select li {
	opacity: 0;
	transform: translateX(100px);
}
.tiles li .error + .tile-label {
	border: 2px solid var(--error);
	border-radius: 40px;
	background: var(--error);
}
.checkbox-style .error + span,
.form-control.error {
    border: 2px solid var(--error);
    background: linear-gradient(rgba(255, 0, 0, .2), rgba(255, 0, 0, .2)), linear-gradient(#fff, #fff);
}

.checkbox-style {
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.choices li {
	position: relative;
}
.checkbox-style input[type="radio"] {
	position: absolute;
	top: 50%;
	left: 4px;
	transform: translateY(-50%);
}

.checkbox-style span {
	height: 30px;
	width: 30px;
	margin-right: 8px;
	display: inline-block;
	position: relative;
	border: 2px solid var(--green);
	border-radius: 5px;
	background-color: #fff;
	vertical-align: middle;
    flex-shrink: 0;
}

.checkbox-style input[type="radio"]:checked + span {
	background-color: var(--green);
}

.checkbox-style input[type="radio"]:checked + span::after {
	content: "";
	position: absolute;
	left: 10px;
	top: 2px;
	height: 20px;
	width: 8px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}
.form-control {
    border-color: var(--lgreen);
}
.multistepbtns {
	background: #000;
	padding: 50px 0;
	position: relative;
}
.multistepbtns:after,
.multistepbtns:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: block;
	content: "";
	background: #000;
}
.multistepbtns:after {
	right: 100%;
}
.multistepbtns:before {
	left: 100%;
}
#get-started {
	overflow: hidden;
}
label.error {
    color: var(--error);
    display: block;
    font-size: 14px;
    margin-top: 10px !important;
    font-family: 'TT Hoves', Arial, Helvetica, sans-serif;
}
.contact-fields label.error {
    color: #ffffff;
}
/*=== FOOTER ===*/
.mega-footer {
    padding: 45px 0;
}
.mega-footer .heading-col {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 20px;
}
.nav-headline {
    font-size: 1rem;
    font-weight: 600;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.nav-list {
    font-weight: 500;
}
.text-black, .text-light {
    color: #141414 !important;
}
.mega-footer .columns .list-unstyled>li {
    padding: 8px 0;
}
.mega-footer a {
    text-decoration: none;
    background-color: transparent;
}
.mega-footer {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    font-family: "TT Hoves";
}
.nav-subheader {
    font-weight: 600;
}
.mega-footer .heading-col .nav-headline {
    padding: 10px 0;
}
.nav-headline,
.nav-subheader,
.nav-list {
    font-family: "TT Hoves", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #141414;
    line-height: 140%;
    letter-spacing: .02rem;
}
.nav-subheader, .nav-list {
    font-size: .75rem;
}
.footer-bottom .pan-logo {
    width: 245px;
    height: 46px;
    margin-bottom: 30px;
}
.footer-bottom .pan-logo img {
    width: 100%;
    height: 100%;
}
.footer-bottom .social-icons {
    gap: 30px;
}
.footer-bottom .social-icons .social-icon {
    width: 30px;
    height: 30px;
}
.footer-bottom .social-icons .social-icon img {
    width: 100%;
    height: 100%;
}
.footer-bottom {
    border-top: 1px solid #d8d8d8;
    padding: 80px 0 40px;
}
.footer-bottom a {
    text-decoration: none;
}
.nav-subheader, .nav-list {
    font-size: .75rem;
}

.legal p {
    color: #5f5f5f;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
}
.form-legal,
.form-legal a {
    font-weight: 400;
    font-size: 14px !important;
    line-height: 20px !important;
    margin-top: 20px;
    color: #fff;
}
.form-legal a:hover {
    color: var(--orange)
}
.footer-bottom .social-icons {
    gap: 30px;
}

/*Loader*/
#loader {
    position: absolute;
    left: calc(50% - 50px);
    bottom: 50%;
    z-index: 1;
    width: 100px;
    height: 100px;
    border: 6px solid var(--lgray);
    border-radius: 50%;
    border-top: 6px solid var(--green);
    border-bottom: 6px solid var(--green);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s ease-in-out infinite;
    transform-origin: center;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg);}
    100% { -webkit-transform: rotate(1080deg);}
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(1080deg); }
}
.loader-wrapper {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    top: 0;
    left: 0;
    z-index: 333;
}
.loader-wrapper p {
    position: absolute;
    top: calc(50% + 20px);
    left: 50%;
    color: var(--green);
    transform: translateX(-50%);
    text-align: center;
    font-size: 18px;
}

input[type=range] {
    margin: 18px 0;
    width: 100%;
}

input[type=range]:focus {
    outline: var(--green);
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 30px;
    cursor: pointer;
}

input[type=range]::-webkit-slider-thumb,
input[type=range]:focus::-webkit-slider-thumb {
    height: 34px;
    width: 34px;
    background: var(--green);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -2px;
}

.wrap {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 4em;
    font: 1em/1 arial, sans-serif;
}
.wrap input {
    border-bottom: none !important;
}

.js [type=range] ~ output {
    display: block;
    position: absolute;
    left: 0%;
    top: 0;
    padding: 0.25em 0.5em;
    border-radius: 3px;
    background: var(--green);
    color: #eee;
    transform: translateX(-29px);
    text-align: center;
}
[type=range] {
    --range: calc(var(--max) - var(--min));
    --ratio: calc((var(--val) - var(--min))/var(--range));
    --sx: calc(.5*30px + var(--ratio)*(100% - 30px));
    margin: 0;
    padding: 0;
    width: 100%;
    height: 30px;
    background: transparent;
    font: 1em/1 arial, sans-serif;
}
[type=range], [type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}
[type=range]::-webkit-slider-runnable-track {
    box-sizing: border-box;
    border: none;
    width: 100%;
    height: 30px;
    background: #ccc;
}
.js [type=range]::-webkit-slider-runnable-track {
    background: linear-gradient(var(--green), var(--green)) 0/var(--sx) 100% no-repeat #ccc;
}
[type=range]::-moz-range-track {
    box-sizing: border-box;
    border: none;
    width: 100%;
    height: 30px;
    background: #ccc;
}
[type=range]::-ms-track {
    box-sizing: border-box;
    border: none;
    width: 100%;
    height: 50px;
    background: #ccc;
}
[type=range]::-moz-range-progress {
    height: 30px;
    background: var(--green);
    border-radius: 20px;
}
[type=range]::-ms-fill-lower {
    height: 50px;
    background: var(--green);
}
[type=range]::-webkit-slider-thumb {
    margin-top: -0.625em;
    box-sizing: border-box;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--green);
    border: 3px solid #fff;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 25%);
    z-index: 333;
    position: relative;
}
[type=range]::-moz-range-thumb {
    box-sizing: border-box;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--green);
    border: 3px solid #fff;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 25%);
    z-index: 333;
    position: relative;
}
[type=range]::-ms-thumb {
    margin-top: 0;
    box-sizing: border-box;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--green);
    border: 3px solid #fff;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 25%);
    z-index: 333;
    position: relative;
}
[type=range]::-ms-tooltip {
    display: none;
}
.slider_notches {
    position: absolute;
    width: 100%;
    display: flex;
    pointer-events: none;
    justify-content: space-between;
}
.slider_notch:first-of-type,
.slider_notch:last-of-type {
    background-color: transparent;
}

#rangetooltip {
    width: 60px;
}
.slider_notch {
    /*width: 2px;*/
    height: 30px;
    /*content: "";*/
    /*background-color: #fff;*/
    position: relative;
}
.slider_notch span {
    /*position: absolute;*/
}
.slider_notch:nth-of-type(1) span {
    left: 8px;
}
.slider_notch:nth-of-type(2) span {
    left: calc(25% + 8px);
}
.slider_notch:nth-of-type(4) span {
    left: calc(75% - 10px);
}
.slider_notch:nth-of-type(5) span {
    left: calc(100% - 16px);
}
.slider_number {
    position: absolute;
    width: 160px;
    left: 50%;
    top: 50px;
    text-align: center;
    font-size: 22px;
    transform: translate(-50%);
    font-family: "TT Hoves", Arial, Helvetica, sans-serif;
}
.range-mobile {
    display: none;
}
.thank-you h2 {
    font-size: 36px;
}
.thank-you p {
    font-size: 24px;
}
.thank-you-pg .btn.btn-primary-outline {
    display: none;
}
.number-mobile {
    display: none;
}
fieldset legend {
    float: none !important;
    width: initial !important;
    padding: inherit !important;
    margin-bottom: initial !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

@media(min-width:320px) {
    h1, .h1 {
        font-size: 32px;
        font-size: calc(2rem + (45 - 32) *((100vw - 320px) /(375 - 320)));
        min-height: 0vw;
    }
}

@media(min-width:375px) {
    h1, .h1 {
        font-size: 45px;
        font-size: calc(2.8125rem + (50 - 45) *((100vw - 375px) /(768 - 375)));
        min-height: 0vw;
    }
}

@media (max-width:375px) {
    .h1, h1 {
        font-size: 32px;
        font-size: calc(2rem +(50 - 32)*((100vw - 375px) /(768 - 375)));
    }
}

@media(max-width:425px) {
    .tiles ul {
        /*grid-template-columns: none;*/
    }
    .multistepbtns,
    .multistepbtns > .d-flex {
        flex-direction: column;
    }
    .multistepbtns .btn {
        justify-content: center;
    }
    .multistepbtns .prev {
        margin-bottom: 10px;
    }
    .thank-you .report-thumb {
        width: 75% !important;
    }
    .tiles .tile-label img,
    .tiles .tile-label:before,
    .tiles .tile-label::after,
    .tiles li .error + .tile-label {
        border-radius: 20px;
    }
    .tiles .tile-label span {
        font-size: 14px;
    }
    .tiles ul {
        grid-gap: 14px;
    }
    .progress-wrap {
        padding-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .range-mobile {
        display: block;
    }
    .range-desk {
        display: none;
    }
    .notsure {
        width: auto;
    }
}

@media (max-width: 575.98px) {
    .product-nav-main > .container-fluid {
        padding: 0 30px;
    }
    .product-nav-main .mobile-bottom .pan-home {
        margin-left: 30px;
    }
    .container-fluid {
        padding: 0 30px;
    }
}

@media (min-width: 576px) {
    .container-fluid {
        width: 85.71428%;
        margin-left: 7.14285714%;
        margin-right: 7.14285714%;
    }
}

@media(max-width:767.98px) {
    .tiles .tile-label span br {
        display: none;
    }
    .footer-bottom .pan-logo {
        width: 150px;
        height: 28px;
    }
    .mega-footer .heading-col {
        position: relative;
        border-bottom: 0;
        cursor: pointer;
        margin-bottom: 5px;
    }
    .mega-footer .heading-col:after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -12px;
        display: inline-flex;
        width: 20px;
        height: 20px;
        background-image: url(../img/chevron-down-black.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        transition: transform .15s ease-in-out;
        z-index: 0;
    }
    .mega-footer .heading-col:not(.collapsed):after {
        transform: rotate(180deg);
    }
    .mega-footer .columns .list-unstyled>li.sub-title.hide {
        display: none;
    }
    .mega-footer .columns .list-unstyled > li a {
        position: relative;
        padding: 10px 25px 15px 20px;
        text-decoration: none;
        z-index: 1;
    }
    .footer-bottom .bottom-links>li {
        margin-bottom: 15px;
    }
}

@media(max-width:800px) {
    .slider_number {
        width: 90px;
        font-size: 18px;
    }
}

@media (max-width: 991.98px) {
    .legal {
        margin-top: 30px;
    }
    .question {
        font-size: 20px;
        padding: 30px 10px;
    }
    .select-copy {
        font-size: 1rem;
    }
    .number {
        min-width: auto;
        font-size: 30px;
        letter-spacing: unset;
    }
    .checkbox-style {
        font-size: 1rem;
    }
    .single-select li {
        margin-bottom: 20px;
    }
    .checkbox-style span {
        flex-shrink: 0;
        height: 24px;
        width: 24px;
    }
    .question > div > div {
        padding-left: 10px;
    }
    .checkbox-style input[type="radio"]:checked + span::after {
        left: 8px;
        top: 3px;
        height: 14px;
        width: 6px;
    }
    .banner h1 br {
        display: none;
    }
    .contact-fields > div > div {
        padding: 0 20px 20px 20px !important;
    }
}

@media (min-width: 768px) {
    h1, .h1 {
        font-size: 41px;
        line-height: 1.07142857em;
        letter-spacing: -0.04464286em;
    }
    .mega-footer {
        padding-bottom: 40px;
    }
    .mega-footer .columns .list-unstyled {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 0;
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .nav-list {
        font-size: .75rem;
    }
    .mega-footer .columns {
        margin: 0 -15px;
    }
    .mega-footer .columns .list-unstyled > li.sub-title ~ .sub-title {
        margin-top: 20px;
    }
    .footer-bottom .bottom-links {
        gap: 20px;
    }
}

@media (min-width: 992px) {
    .banner .content {
        padding: 7.14285714vw 0;
    }
    .question > div > div {
        width: 100%;
    }
    .question > div > div > fieldset > div,
    .question > div > div > div {
        width: 82%;
    }
    .tiles ul {
        grid-template-columns: repeat(3, 1fr);
    }

    .form-control {
        padding: 0.975rem 0.75rem;
    }
    .nav-headline {
        font-size: 1.025rem;
    }
    .nav-list {
        font-size: .775rem;
    }
    .mega-footer .columns .list-unstyled>li {
        padding: 9px 0;
    }
}

@media (max-width: 1199px) {
    .product-nav > .nav-open {
        background-image: url(../img/menu-alt-white.svg);
    }
    .product-nav > .nav-open {
        width: 44px;
        height: 44px;
        background-size: 24px 24px;
    }
    .product-nav > .nav-open,
    .product-nav > .mobile-search,
    .product-nav > .mobile-header-logo {
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: auto;
        padding: 0;
        border: 0;
    }
    .product-nav {
        background: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 25px;
        height: 75px;
    }
    .product-nav > .mobile-header-logo {
        background-image: url(../img/cortex-logo-light.svg);
    }
    .product-nav > .mobile-header-logo {
        width: 144px;
        height: 25px;
        background-size: 144px 25px;
    }
    .product-nav > .nav-open,
    .product-nav > .mobile-search,
    .product-nav > .mobile-header-logo {
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: auto;
        padding: 0;
        border: 0;
    }
    .product-nav.open .product-nav-main {
        transform: translateX(100%);
        transition-timing-function: ease-in;
    }
    .product-nav-main {
        background-color: #fff;
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        bottom: 0;
        z-index: 998;
        will-change: transform;
        transition: visibility .25s, transform .25s;
        transition-timing-function: ease-out;
        padding: 0;
        overflow: auto;
        border-top: 1px solid #d8d8d8;
    }
    .product-nav-main .mobile-header {
        display: flex;
        height: 75px;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #d8d8d8;
        flex-shrink: 0;
        padding: 0 25px;
    }
    .product-nav-main .nav-left {
        list-style: none;
        margin: 0;
        padding: 20px 0;
        border-bottom: 1px solid #d8d8d8;
    }
    .product-nav-main .nav-left > li > a {
        font-size: 16px;
        font-weight: 500;
        line-height: 40px;
        padding: 8px 0;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #141414;
        text-decoration: none;
    }
    .product-nav-main .mobile-header .nav-close {
        padding: 10px;
        border: 0;
    }
    .product-nav-main .nav-right {
        list-style: none;
        margin: 0;
        padding: 40px 0;
    }
    .product-nav-main .mobile-bottom {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        position: relative;
    }
    .product-nav-main .mobile-bottom .pan-home {
        margin-bottom: 30px;
        margin-left: calc(7.14285714vw + 15px);
    }
    .product-nav-main .pan-home {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 56px;
        background-color: var(--orange);
    }
    .banner {
        padding-top: 100px !important;
    }
    .product-nav > .nav-open:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }
    .btn:focus,
    .btn:focus {
        box-shadow: 0 0 0 3px rgba(0,204,102,0.5);
    }
}

@media (max-width: 1199px) {
    footer ul {
        margin: 0 0 50px;
    }
}

@media(min-width:1400px) {
    h1, .h1 {
        font-size: 50px;
        font-size: calc(3.125rem + (72 - 50) *((100vw - 1400px) /(1920 - 1400)));
    }
    .nav-headline {
        font-size: 1.075rem;
    }
    .nav-list {
        font-size: .825rem;
    }
    .mega-footer .columns .list-unstyled >li {
        padding: 11px 0;
    }
}
@media(max-width:1399.98px) {
    .footer-bottom .social-icons .social-icon {
        width: 24px;
        height: 24px;
    }
}

@media(min-width:1920px) {
    h1, .h1 {
        font-size: 72px;
    }
}

@media (min-width: 1200px) {
    .product-nav {
        position: relative;
        z-index: 999;
    }
    .product-nav-main > .container-fluid {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .product-nav-main .nav-left,
    .product-nav-main .nav-right {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: auto;
        font-family: "TT Hoves", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
        height: 100px;
    }
    .product-nav-main .nav-left > li.logo {
        padding-right: 20px;
    }
    .product-nav-main .nav-left > li,
    .product-nav-main .nav-right > li {
        display: flex;
        align-items: center;
        height: 100px;
    }
    .product-nav-main .nav-left > li > a {
        position: relative;
        overflow: hidden;
        z-index: 2;
    }
    .product-nav:not(.open) .product-nav-main .nav-left > li > a:not(.btn-primary),
    .product-nav:not(.open) .product-nav-main .nav-right > li > a:not(.btn-primary) {
        color: #fff;
    }
    .product-nav-main .nav-left > li:not(.logo) > a:after {
        content: '';
        position: absolute;
        width: 0;
        height: 4px;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        display: inline-block;
        transition: width .25s ease-in-out;
    }
    .product-nav-main .nav-left > li > a:after {
        background-color: #0c6;
    }
    .product-nav:not(.open) .product-nav-main .logo > a {
        background-image: url(../img/cortex-logo-light.svg);
    }
    .product-nav-main .nav-left > li.logo > a {
        display: inline-block;
        padding: 0;
        background-repeat: no-repeat;
        background-size: contain;
        width: 144px;
        height: 25px;
    }
    .product-nav .dropdown-overlay {
        z-index: -1;
    }
    .product-nav-main .pan-home {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 56px;
        background-color: var(--orange);
    }
    .product-nav-main .pan-home {
        position: absolute;
        z-index: 999;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    .product-nav-main .mobile-header,
    .product-nav-main .nav-mobile-toolbar,
    .product-nav-main .mobile-language-selector,
    .product-nav > .nav-open,
    .product-nav > .nav-logo,
    .product-nav > .mobile-header-logo,
    .product-nav > .mobile-search {
        display: none;
    }
    .product-nav-main .nav-left > li:hover > a:after,
    .product-nav-main .nav-left > li.open > a:after {
        width: 100%;
    }
    .product-nav-main .nav-left>li>a {
        display: flex;
        align-items: center;
        height: 100px;
        padding: 0 15px;
    }
    .product-nav-main .nav-left  li:hover a,
    .product-nav-main .nav-left  li a {
        text-decoration: none !important;
    }
    .mega-footer {
        padding: 60px 0;
    }
    .nav-headline {
        font-size: 1.05rem;
    }
    .nav-list {
        font-size: .8rem;
    }
    .mega-footer .columns .list-unstyled>li {
        padding: 10px 0;
    }
}

@media (min-width: 1400px) {
    .product-nav-main .nav-left > li.logo {
        padding-right: 18px;
    }
    .product-nav-main .nav-left>li>a {
        padding: 0 20px;
    }
}

@media (min-width: 1600px) {
    .product-nav-main .nav-left > li.logo {
        padding-right: 20px;
    }
    .product-nav-main .nav-left > li > a {
        padding: 0 25px;
        font-size: 14px;
    }
    .mega-footer {
        padding: 75px 0;
    }
    .nav-headline {
        font-size: 1.1rem;
    }
    .nav-list {
        font-size: .85rem;
    }
    .mega-footer .columns .list-unstyled > li {
        padding: 12px 0;
    }
    .footer-bottom .bottom-links {
        gap: 30px;
    }
}

@media (min-width: 3840px) {
    body {
        max-width: 3840px;
        margin: 0 auto;
    }
}
@media(max-width:525px) {
    .question > div > div {
        padding-left: 0;
    }
    .question {
        border-radius: 20px;
        padding: 20px;
    }
    /*.question.gray {*/
    /*    padding: 20px;*/
    /*}*/
    .number {
        display: none;
    }
    .number-mobile {
        display: inline-block;
    }
}


