
/*****************************************/
/********** CONTENT PAGE BANNER **********/
/*****************************************/

.content {
    /* min-height: calc(100vh - 363px); */
    margin-bottom: 50px;
}

body .content h2:first-child,
body .content h3:first-child,
body .content h4:first-child,
body .content p:first-child,
body .content ul:first-child,
body .content ol:first-child {
	margin-top: 0;
}

body .content h2:last-child,
body .content h3:last-child,
body .content h4:last-child,
body .content p:last-child,
body .content ul:last-child,
body .content ol:last-child {
	margin-bottom: 0;
}

.content .banner {
	position: relative;
}

.content .banner.no-img {
    margin-top: 72px;
}

.content .banner.no-img + .template {
    margin-top: 130px;
}

.content .banner.no-img .container {
    padding-top: 100px;
    left: unset;
    bottom: unset; 
    transform: none;
    position: relative;
    display: flex;
    flex-direction: column;
}
.content .banner.no-img .container:not(.container-full) {
    max-width: 1060px;
}


.banner .container {
    color: var(--white);
    position: absolute;
    left: 50%;
    bottom: 40%;
    transform: translate(-50%, 50%);
}
.banner .container:not(.container-full) {
    max-width: 1048px;
}

.content .banner ul {
	padding: 0;
	margin-bottom: 30px;
	list-style: none;
    font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: normal;
    color: var(--wtb);
}
.content .banner ul li {
	display: inline-block;
}
.content .banner ul li a.disabled {
	pointer-events: none;
}
.content .banner ul li a {
    opacity: 0.4;
}
.content .banner ul li a > h1,
.content .banner ul li a {
    font-size: 0.875rem !important;
	font-weight: 300;
	letter-spacing: normal;
    color: var(--wtb);
    display: inline-block;
    cursor: pointer;
}
.content .banner ul li a.selected,
.content .banner ul li a:hover,
.content .banner ul li a:focus {
	opacity: 1;
}

.content .banner .container ul li+li::before {
    content: "/";
    padding-left: 0.2em;
    padding-right: 0.4em;
    font-size: 0.875rem;
    opacity: 0.2;
}

.content .banner .h1,
.content .banner h1 {
	font-size: 150px;
	font-weight: bold;
	color: var(--wtb);
	line-height: 0.87;
	margin: 0;
    max-width: 1060px;
}

.content .banner .container > div {
    display: flex;
    gap: 30px;
    margin-top: 39px;
}

.content .banner span {
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.55px;
    text-align: left;
    color: #b1b1b1;
    text-transform: uppercase;
}

.content .banner span a {
    color: var(--blue);
    margin-left: 2px;
    cursor: pointer;
}


@media(max-width: 922px) {
    .content .banner.no-img .container {
        padding-inline: 40px;
    }

    .content .banner .h1, .content .banner h1 {
        font-size: 80px;
    }

    .content .banner.no-img + .template{
        margin-top: 80px;
    }
}

@media(min-width: 768px) {
    .content {
        margin-bottom: 100px;
    }
    .content + .brand-slider {
        margin-top: 190px;
    }

    .content .banner img {
        height: unset;
    }

}

@media(min-width: 992px) {
	.content .banner {
		padding: 0;
	}
	.content .banner .container::before {
		left: -15px;
	}
}

/***************************/
/*******  Template *********/
/***************************/

.template {
    margin-block: 100px;
}

.template h2,
.template .h2,
.template h3,
.template .h3,
.template h4,
.template .h4,
.template p {
    font-size: 22px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: -0.22px;
    text-align: left;
    color: var(--wtb);
}
.template p {
    margin: 1em 0;
    color: #8e8d8d;
}

.white-mode .template p {
    color: #606060;
}

.white-mode .template .h2  {
    color: #000000;
}

.template .container {
    max-width: 890px;
    padding: 0 20px;
    /* display: table; */
    clear: both;
}

.template .container.container-full {
    max-width: 1250px;

}

.template h2,
.template .h2 {
    font-size: 55px;
    line-height: 1.18;
    letter-spacing: normal;
    margin: .5em 0;
}

.template h3,
.template .h3 {
    font-size: 40px;
    line-height: normal;
    letter-spacing: 0.65px;
    color: #ffffff;
    margin: .75em 0;
    font-weight: 300; 
}

.white-mode .template h3,
.white-mode .template a:not(.cta) .h3 {
    color: var(--bluesoft);
}

.template h4,
.template .h4 {
    font-size: 28px;
    font-weight: normal;
    line-height: 1.45;
    letter-spacing: 0.55px;
    margin: .75em 0;
}

.template b,
.template strong {
    font-weight: 500;
    color: var(--wtb);
}

.template ul a,
.template p a {
    font-weight: 500;
    color: var(--wtb);
    transition: var(--transition);
    display: inline-flex !important;
    position: relative;
    cursor: pointer;
    background: linear-gradient(to bottom, transparent 60%, blue 60%);
    transition: var(--transition);
}

.template ul a:hover,
.template p a:hover {
    background: linear-gradient(to bottom, transparent 50%, blue 40%);
}


.white-mode .template ul a,
.white-mode .template p a {
    background: none;
}

.white-mode .template ul a,
.white-mode .template p a {
    color: var(--bluesoft);
}

.template .template-module ul a:hover::before,
.template .template-module p a:hover::before {
    bottom: 0px;
}

.template p small,
p small {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.3px;
    display: inline-block;
}

.template p small b,
p small b {
    font-size: 14px;
    font-weight: 500;
    color: var(--wtb);
}

body .content .template blockquote p,
body .content .template p big {
    position: relative;
    display: block;
    font-size: 28px;
    font-weight: 500;
    font-style: italic;
    color: var(--wtb);
    text-align: left;
    padding-left: 50px;
    letter-spacing: 0.5px;
    margin-block: 55px;
}

body.white-mode .content .template blockquote p,
body.white-mode .content .template p big {
    font-weight: 300;
}

.template blockquote {
    position: relative;
    margin: 0;
}

.template blockquote::before {
    content: ' ';
    -webkit-mask-image: url("/assets/img/template/quote.svg");
    mask-image: url("/assets/img/template/quote.svg");
    background-color: var(--bluesoft);
    width: 69px;
    height: 60px;
    object-fit: cover;
    display: block;
    position: absolute;
    left: 0px;
    top: -27px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

big::before {
    content: ' ';
    background-color: var(--bluesoft);
    width: 81px;
    height: 81px;
    display: block;
    position: absolute;
    left: 5px;
    top: -20px;
    z-index: -1;
    border-radius: 100%;
}

.white-mode .template blockquote::before,
.white-mode big::before {
    opacity: 0.08;
}



.template blockquote p {
    padding-top: 0;
}


.template blockquote small{
    color: var(--bluesoft);
    font-style: normal;
}

.template ul, .template ol {
    list-style-type: none;
    font-size: 22px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #8e8d8d;;
    margin: 0;
    padding-block: 1rem;
    counter-reset: item;
    padding-inline-start: 50px;
}

.template-module ul li::before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 32px;
    margin-left: -52px;
    margin-right: 20px;
    -webkit-mask-image: url("/assets/img/template/bullet-arrow.svg");
    mask-image: url("/assets/img/template/bullet-arrow.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--bluesoft);
    transform: translate(0, 2px);
}

.template-module ol li::before {
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: var(--bluesoft);
    counter-increment: item;
    content: counter(item) ".";
    display: inline-block;
    width: 2em;
    margin-left: -2em;
}

.rating-section {
    border-top: 1px solid #e6e6e8;   
}


@media(max-width: 991px) {
    .template .container {
        padding: 0 40px;
    }
}


@media(max-width: 767px) {
    .template {
        margin-block: 50px;
    }

	.content .banner + .template {
		margin-top: 35px;
	}

    .content .banner.no-img {
        margin-top: 57px;
    }

    .content .banner.no-img .container {
        padding-top: 50px;
    }

    .banner .container {
        bottom: 35%;
    }

    .banner .container ul li+li::before,
    .banner .container ul {
        margin-bottom: 20px;
    }

    .content .banner .h1,
    .banner .container h1 {
        font-size: 55px !important;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.17;
        letter-spacing: normal;
        max-width: unset;
    }

    .banner .image {
        min-height: 264px;
    }

    .template h2, .template .h2 {
        font-size: 38px;
        line-height: 1.16;
        letter-spacing: normal;
     }

    .template ul,
    .template ol,
    .template p {
        font-size: 20px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.4;
        letter-spacing: -0.2px;
    }


    .template h3, .template .h3 {
        font-size: 30px;
        font-weight: 300;
        line-height: normal;
        letter-spacing: 0.55px;
    }

    .template h4, .template .h4 {
        font-size: 24px;
        font-weight: normal;
        line-height: 1.42;
        letter-spacing: normal;
    }

    .template p small b,
    .template p small {
        font-size: 12px;
        line-height: 2.5;
        letter-spacing: -0.12px;
    }

    .template blockquote p, .template p big {
        font-size: 24px;
        font-weight: 600;
        line-height: 1.42;
        letter-spacing: -0.24px;
        padding: 20px 0 0 50px;
    }

    .template-module table, .template-module table td, .template-module table tr, .template-module table th {
        font-size: 1rem;
    }

    big::before {
        top: 1px;
        left: 10px;
        height: 69px;
        width: 69px;
    }


    body .content .template blockquote p, 
    body .content .template p big {
        padding-left: 40px;
        font-size: 24px;
        line-height: 1.42;
        letter-spacing: -0.24px;
    }

    .template blockquote::before {
        top: -2px;
        left: 10px;    
        width: 60px;
        height: 51px;
        -webkit-mask-size: contain;
        mask-size: contain;
    }

    .template-module ol li::before {
        font-size: 20px;
    }

    .template .button.full, .template .button.full:hover, .template .button.full:focus {
        padding: 20px 30px 17px;
    }


    .template-module ol li::before{
        margin-left: -30px;
        margin-right: -11px;
    }
    .template-module ul li::before {
        margin-left: -35px;
        margin-right: 12px;
        width: 22px;
        height: 14px;
    }

    .template ul a::before,
    .template p a::before {
        height: 10px;
    }
}



@media(max-width: 500px) {

    .content .banner .h1,
    .banner .container h1 {
        font-size: 37px !important;
    }
}