/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

*{
    margin : 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    overflow-x: hidden;
}

@font-face {
    src: url('assets/Big-Caslon-Medium.ttf');
    font-family: "Big Casion";
}

@font-face {
    font-family: "Avenir";
    src: url(assets/Avenir-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: "Avenir";
    src: url(assets/Avenir-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: "Avenir";
    src: url(assets/Avenir-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: "Avenir";
    src: url(assets/Avenir-MediumOblique.ttf);
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "Avenir";
    src: url(assets/Avenir-Heavy.ttf);
    font-weight: 600;
}

@font-face {
    font-family: "Avenir";
    src: url(assets/Avenir-Black.ttf);
    font-weight: 900;
}

section {
    padding: 0 7.431vw;
}

body {
    font-family: "Avenir";
}

.call-us{
    width: 100%;
    height: 2.639vw; 
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #282878;
    color: #fff;
    font-family: "Avenir";
    font-weight: 900;
    font-size: 0.972vw;
    letter-spacing: 0.175vw;
}

.header{
    width: 100%;
    height: 7.153vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#fff ;
    color: #282878;
    font-size: 0.5vw;
    font-family: "Avenir";
    font-weight: 900;
}

.logo{
    width: 17.361vw;
    height: 3.75vw;
    margin-right: 3.056vw;
    justify-content: flex-end;
    display: flex;
    margin-left: 0;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.header-description{
    background-color:#fff ;
    color: #282878;
    font-size: 1.042vw;
    font-family: "Avenir";
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: .07em;
}
.hamburger-icon{
    visibility: hidden;
}
.first-section{
    height: 38.125vw;
    width: 100%;
    display: flex;
    background: center / cover no-repeat url(./assets/hero1.jpg);
    background-position: center;
    background-size: cover;
}

.notification{
    width: 36.806vw;
    display: grid;
    align-content: center;
    justify-items: start;
}

.notification h1{
    margin-bottom: 2.778vw;
    margin-top: 1.597vw;
    font-weight: 400;
    text-align: start;
    font-size: 2.917vw;
    line-height: 1.03;
    padding-top: 1.736vw;
    position: relative;
    text-transform: uppercase;
}

.notification h1:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28.75vw;
    height: 0.069vw;
    background-color: #201a1c;
}

.notification-logo{
    background: url(./assets/section_logo.svg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 18.819vw;
    height: 6.528vw;
    /* border-bottom: 0.1vw solid black; */
}

.quote-btn{
    background-color: #cc0000;
    color: #fff;
    width: 16.979vw;
    height: 3.125vw;
    border: none;
    cursor: pointer;
    font-family: "Avenir";
    text-transform: uppercase;
    font-size: 0.972vw;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-align: center;
    padding-top: 1.05vw;
    display: block;
    line-height: 1.15;
    transition: .2s;
}

.quote-btn:hover {
    background-color: #ff0a0a;
}

.notification .quote-btn {
    margin-bottom: 0.694vw;
}

.second-section{
    width: 100%;
    height: 100%;
    background-color: #282878;
    display: flex;
    position: relative;
    padding-top: 4.688vw;
    padding-bottom: 4.844vw;
    justify-content: space-between;
}


.second-section-logo{
    width: 40.104vw;
    height: 23.177vw;
}

.second-section-description{
    width: 45%;
    display: block;
    text-align: start;
    margin-top: auto;
    margin-bottom: auto;
    color: #fff;
    margin: 0 0 0 auto;
}

.second-section-description h1{
    margin-bottom: 1.25vw;
    font-size: 2.917vw;
    font-weight: 300;
    line-height: 1;
    margin-top: 0;
}

.second-section-description h1 strong {
    font-weight: 700;
}

.second-section-description p{
    margin-bottom: 1.667vw;
    font-size: 1.146vw;
    line-height: 1.45;
    max-width: 36.979vw;
}

img {
    object-fit: cover;
}

.section-thre{
    width: 100%;
    padding: 4.688vw 6.51vw 4.948vw;
    text-align: center;
}

.section-thre-description{
    width: 55vw;
    margin-bottom: 1.563vw;
    font-size: 1.146vw;
    font-weight: 500;
    margin: 0 auto 3.125vw;
    line-height: 1.6;
}

.section-thre-description h1 {
    font-size: 2.917vw;
    color: #201a1c;
    font-weight: 400;
    margin: 0 0 1.042vw;
    text-transform: uppercase;
    line-height: 1.2;
}

.section-thre-description h1 strong {
    font-weight: 700;
}

.section-thre .images{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-thre img {
    display: block;
    width: 100%;
}
.section-thre .image {
    margin: 0 1.042vw;
}
.first-image{
    margin-right: 2vw;
    width: 19.792vw;
}
.second-image{
    margin-right: 2vw;
    width: 19.792vw;
}
.third-image{
    margin-right: 2vw;
    width: 19.792vw;
}
.forth-image {
    width: 19.792vw;
}

.images-description {
    margin-top: 1.563vw;
    margin-bottom: 0;
    text-align: center;
    font-size: 0.99vw;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}
.section-thre  .quote-btn {
    display: block;
    margin: 4vw auto 0;
    width: 24.01vw;
}
.section-thre .btn-div {
    font-size: 1.25vw;
    line-height: 1.33;
    margin-top: 3.125vw;
    font-weight: 500;
}

.section-thre-btn{
    width: 21vw;
    height: 3vw;
    background-color: #BC2424;
    color: #fff;
    border: none;
    font-family: "Lato";
    margin-top: 1vw;
}

.section-four{
    width: 100%;
    background-color: #F3F4F8;
    display: flex;
    justify-content: space-between;
    padding-top: 5.347vw;
    padding-bottom: 5.347vw;
}

.usa-div{
    width: 50%;
    height: 100%;
    display: grid;
    justify-items: center;
    align-content: center;
}
.section-four .item {
    width: 41.389vw;
}
.section-four img {
    width: 100%;
    display: block;
}
.section-four .image {
    position: relative;
}
.section-four .image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #282878;
    opacity: 0.5;
}

.cat-dog{
    height: 100%;
    display: grid;
    justify-items: center;
    align-content: center;
}
.section-four-btn{
    margin-top: -5.208vw;
    width: 15.625vw;
    height: 3.125vw;
    background: #BC2424;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: "Lato";
    justify-self: start;
    margin-left: 2.083vw;
    z-index: 5;
    font-size: 0.972vw;
    font-weight: 900;
    letter-spacing: 0.2em;
}

.section-five{
    width: 100%;
    height: 41.181vw;
    justify-content: center;
    align-items: center;
    display: flex;
    background: url(./assets/wetprotect.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.content{
    width: 48.194vw;
    background-color: #fff;
    text-align: center;
    display: grid;
    z-index: 1000;
   box-shadow: 0 1.528vw 3.472vw 0.903vw rgba(0, 0, 0, 0.1);
    padding: 3.819vw 5.903vw 4.375vw;
    font-size: 1.111vw;
    font-family: Lato;
    font-weight: 500;
    line-height: 1.5;
}
.content h2{
    font-size: 1.4vw;
    font-weight: 300;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-bottom: 2vw;
    font-family: "Lato";
}
.logo-five{
   width: 28.194vw;
   margin: 0 auto 0.694vw;
}
.logo-five img {
    display: block;
    width: 100%;
}
.section-five .quote-btn {
    display: block;
    margin: 2.778vw auto 0;
}

.quote-btn-5{
    background-color: #BC2424;
    color: #fff;
    width: 18vw;
    height: 3vw;
    border: none;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    font-family: "Lato";
}

.section-six {
  width: 100%;
  height: 32.448vw;
  justify-content: center;
  align-items: center;
  display: flex;
  padding-bottom: 4.167vw;
}

.content-six {
  background: url(./assets/img.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  height: 28.438vw;
  width: 87.135vw;
}

.footer{
    width: 100%;
    height: 100%;
    background-color: #282878;
    display: grid;
    align-content: space-evenly;
    justify-items: center;
    padding-bottom: 5.347vw;
    padding-top: 5.417vw;
}

.footer-logos{
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;
    align-items: center;   
    padding-bottom: 3%;
}
.footer-logos img {
    width: 22vw;
    display: block;
}
.footer-first-logo{
    margin-right: 5.903vw;
    width: 22.083vw;
}
.footer-btn{
    background-color: #BC2424;
    color: #fff;
    width: 30%;
    height: 80%;
    font-family: "Lato";
    cursor: pointer;
    border: none;
    margin-top: 1vw;
    margin-bottom: 2vw;
}
.footer .quote-btn {
    width: 23.958vw;
    margin-top: 1.736vw;
}
 .notification .mobile-text {
    display: none;
 }

 .mobile {
    display: none;
 }
 a {
    color: inherit;
    text-decoration: none;
 }
.second-section-description h1 strong {
   letter-spacing: -0.03em;
}

/* responsive  css */

@media screen and (max-width: 999px) {
    .call-us{
        height: 9.179vw;
        font-size: 3.382vw;
        letter-spacing: 0.2em;
    }
    .header{
        height: 19.082vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 4.831vw 0 4.348vw;
    }
    .logo {
        width: 50vw;
        height: 10.628vw;
        position: initial;
        z-index: 3;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        margin: auto;
    }
    
    .header-description{
        display: none;
    }
    .hamburger-icon{
        visibility: visible;
        margin-right: 1vw;
        width: 6.522vw;
        display: none;
    }
    .hamburger-icon span {
        display: block;
        height: 0.966vw;
        border-radius: 4.831vw;
        background-color: #000067;
        margin-bottom: 0.966vw;
        display: none;
    }
    .hamburger-icon span:last-child {
        margin-bottom: 0;
    }
    .quote-btn{
        width: 55.556vw;
        height: 10.870vw;
        font-size: 3.382vw;
        padding-top: 3.5vw;
    }
    section {
        padding: 0 5.797vw;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }

    
    .first-section{
        min-height: 135.266vw;
        height: auto;
        width: 100%;
        display: flex;
        background: center / cover no-repeat url(./assets/hero-mobile.jpg);
        background-position: center;
        background-size: cover;
        color: #fff;
        padding: 0 2.415vw 10vw;
    }

    .notification{
        width: 100%;
        display: grid;
        align-content: center;
        justify-items: start;
    }

    .second-section-description p{
        font-size: 3.865vw;
    }

    .section-thre {
        padding: 11.594vw 0 13vw;
    }
    .notification{
        width: 100%;
        padding-left: 0vw;
        justify-items: center;
        text-align: center;
        display: block;
        padding-top: 4.831vw;
    }
    .notification-logo{
        background: url(./assets/logo_ta.png) no-repeat;
        background-position: center;
        background-size: cover;
        width: 62.560vw;
        height: 20.048vw;
        margin: 0 auto;
        position: relative;
        z-index: 10;
    }
    .notification-logo:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        /*box-shadow: 0 0 20.531vw 7.729vw rgba(255, 255, 255, .6);*/
        z-index: -1;
    }
    .notification h1{
        margin-bottom: 3.623vw;
        margin-top: 5.314vw;
        font-weight: 400;
        text-align: start;
        font-size: 7.729vw;
        line-height: 1.12;
        padding-bottom: 3.14vw;
        position: relative;
        text-align: center;
        letter-spacing: -.025em;
        text-shadow: 0 0 3.623vw rgba(0, 0, 0, 1);
        padding-top: 0;
    }


    .notification h1:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 76.087vw;
        height: 0.242vw;
        background-color: #fff;
    }

    .notification .mobile-text {
        display: block;
        font-size: 3.623vw;
        font-weight: 900;
        color: #fff;        
        text-shadow: 0 0 2vw rgba(0, 0, 0, 1);
        text-align: center;
        font-family: "Lato";
        margin-bottom: 20.048vw;
        letter-spacing: 0.1em;
    }

    .notification .quote-btn {
        margin: 8vw auto 0;
    }

    .notification .text {
        width: 89.372vw;
        margin: 0 auto;
        font-size: 3.865vw;
        line-height: 1.5;
        text-shadow: 0 0 3.623vw rgba(0, 0, 0, 1);
    }

    .notification .read-more {
        display: block;
        font-weight: 900;
        color: #cc0000;
        margin-top: 3.623vw;
    }

    .notification .text p {
        display: none;
        margin-bottom: 3vw;
    }

    .notification .text p:first-child {
        display: block;
    }


     .second-section{
        width: 100%;
        display: block;
        height: 100%;
        text-align: center;
        padding: 9.903vw 5.797vw 11.594vw;
    }
    .second-section-logo{
        width: 100%;
        position: static;
        transform: none;
        margin-bottom: 9.179vw;
        height: auto;
    }
    .second-section-description{
        width: 100%;
        text-align: center;
    }
    .second-section p {
        width: 100%;
        padding: 0;
        line-height: 1.56;
        margin-bottom: 4.831vw;
        max-width: none;
    }
    .second-section h1 {
        font-size: 6.763vw;
        margin-bottom: 4.106vw;
        line-height: 1.2;
    }

    .second-section .quote-btn {
        margin: 0 auto;
        display: block;
        margin-top: 6.763vw;
    }
    .section-thre-description{
        width: 89.372vw;
        margin: 0 auto;
    }
    .section-thre .images{
        margin-top: 7.246vw;
    }
    .section-thre-description {
        margin: 0 auto;
        font-size: 3.865vw;
        line-height: 1.56;
    }
    .section-thre-description h1 {
        font-size: 7.246vw;
        line-height: 1.16;
        margin-bottom: 3.623vw;
    }
    .section-thre-description h1 strong {
        display: block;
    }
    .section-thre-description p {
        letter-spacing: -0.01em;
    }
    .section-thre .image {
        width: 45.169vw;
        margin: 0 3.14vw;
    }
    .section-thre .image img {
        height: 44.928vw;
    }
    .images-description{
        font-size: 3.14vw;
        margin: 4.348vw 0 0;
    }
    button.section-thre-btn{
        width: 80%;
        height: 5vw;
    }
    .section-thre img {
        height: 41.546vw;
    }
    .section-thre .quote-btn {
        margin-top: 9.662vw;
       width: 83.575vw;
    }
    .section-thre .btn-div {
        width: 94.203vw;
        margin: 8.454vw auto 0;
        font-size: 3.865vw;
        line-height: 1.56;
        letter-spacing: -0.01em;
    }

    .first-image{
        width: 41.546vw;
        height: auto;
        margin-right: 5.314vw;
    }
    .second-image{
        width: 41.546vw;
        height: auto;
    }
    .third-image{
        width: 41.546vw;
        height: auto;
        margin-right: 5.314vw;
    }
    .forth-image{
        width: 41.546vw;
        height: auto;
    }

    
    .section-four{
        padding: 13.527vw 6.280vw 13.043vw;
        display: block;
    }

    .section-four .item {
        width: 100%;
        margin-bottom: 10.628vw;
    }
    .section-four .item:last-child {
        margin-bottom: 0;
    }
    .section-four-btn{
        margin: -5.314vw auto 0;
        width: 54.348vw;
        height: 10.870vw;
        z-index: 5;
        font-size: 3.382vw;
    }
    .section-five{
        padding: 0;
        width: 100%;
        height: 141.304vw;
        padding-top: 10.145vw;
        display: block;
        background: url(./assets/section-5-mobile.jpg) no-repeat;
        background-position: center;
        background-size: cover;
    }

    .content{
        width: 100%;
        background-color: transparent;
       box-shadow: none;
        padding: 0 6.039vw;
        font-size: 3.865vw;
        font-family: Lato;
        font-weight: 500;
        line-height: 1.5;
    }
    .content h2{
        font-size: 1.4vw;
        font-weight: 300;
        padding-left: 2vw;
        padding-right: 2vw;
        padding-bottom: 2vw;
        font-family: "Lato";
    }
    .logo-five{
      width: 86.232vw;
       margin: 0 auto 2.415vw;
    }
    .section-five .quote-btn {
        display: block;
        margin: 6.522vw auto 0;
        width: 54.348vw;
    }

    .section-six {
        height: 100%;
        height: 95vw;
        padding-top: 0;
        padding-bottom: 1vw;
    }

    button.quote-btn-5{
        width: 40%;
        height: 100%;
    }

    .content-six{
        background: url(./assets/SectionSixMobile.svg) no-repeat;
        background-position: center;
        background-size: cover;
        width: 89.614vw;
        height: 84.541vw;
    }

    h2.section-five-description{
        font-size: 2.5vw;
        width: 70%;
        justify-self: center;
    }

    .footer{
        display:block;
        padding-bottom: 12.077vw;
        padding-top: 12.077vw;
    }

    .footer-logos{
        width: 100%;
        height: 100%;
        justify-content: center;
        display: flex;
        align-items: center; 
        flex-direction: column;  
        padding-bottom: 0;
    }
    .footer-logos img {
        display: block;
        width: 52.174vw;
    }
    img.footer-first-logo{
        margin-right: 0;
        margin-bottom: 10.628vw;
        width: 76.812vw;
    }
    .footer .quote-btn {
        width: 83.333vw;
        margin: 11.594vw auto 0;
    }
}

@media(max-width: 999px) {
    logo .img {
        margin-left: auto;
        margin-right: auto;
    }
}

/*Flyout Form */

.tab-heading {
    font-size: 24px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-align: center;
    padding-top: 3px;
}

#flyout {
    display: block;
    position: fixed;
    align-items: center;
    z-index: 99999;
    right: -50px;
    top: 50%;
    transform: rotate(90deg);
    background-color: #e40808;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

#close-button {
    position: absolute;
    right: 0;
    margin-right: 10px;
    font-size: 20px;
    background-color: #e40808;
    text-align: center;
    border-radius: 20px;
    padding: 0px 12px;
    cursor: pointer;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

#flyout-contact {
	display: block;
    position: fixed;
    top: 20%;
    z-index: 99999;
    right: -110%;
    background-color: #fff;
    padding: 10px 20px;
	transition: 1s;
	width: 400px;
	overflow: auto;
    height: 520px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(121,121,121,0.5);
	-moz-box-shadow: 0px 0px 15px 0px rgba(121,121,121,0.5);
	box-shadow: 0px 0px 15px 0px rgba(121,121,121,0.5);
}

#flyout-contact .gfield_required {
	display: none !important;
}

#flyout-contact input,
#flyout-contact textarea {
    width: 100% !important;
    background: #d9d9e8;
    border: none;
    margin-top: 8px;
    padding: 10px;
}

#flyout-contact textarea {
    height: 80px;
}

#flyout-contact .request_form-field {
    font-family: 'Montserrat', sans-serif;
}

#flyout-contact .request_form-field input[type=submit]{
    background: #e40808 !important;
    color: #fff;
    font-style: normal !important;
    padding: 8px 40px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    display: block;
    cursor: pointer;
}

#flyout-contact .info {
    font-size: small;
    color: red;
    padding-left: 0.5vw;
    display:none;
}
.disclaimer{ margin: 10px 0;font-size: 14px; }
.disclaimer a{ color: #cc0000; }
.disclaimer a:hover{ text-decoration: underline;color: #ff0a0a;}  

@media screen and (max-width: 999px) {
    #flyout-contact {
        width: 100%;
    }
}

@media (min-width: 1000px) {
    .call-us {
        font-weight: 500;
    }

    .call-us span {
        display: inline-block;
        width: 0.26vw;
    }

    .header .logo {
        width: 19.271vw;
        height: 4.167vw;
        margin-right: 2.083vw;
    }

    .first-section {
        font-size: 1.146vw;
        line-height: 1.45;
    }

    .notification h1 {
        letter-spacing: -.03em;
        padding-bottom: 1.302vw;
        margin-bottom: 1.667vw;
        padding-top: 0;
        margin-top: 0;
    }

    .notification p {
        margin-bottom: 0.938vw;
    }

    .notification {
        width: 37.6vw;
    }

    .notification .quote-btn {
        margin-bottom: 3vw;
        margin-top: 1.4vw;
    }
}

.door-benefits {
    background-color: #e2e2e2;
    padding: 10.87vw 2.174vw 12.319vw;
    text-align: center;
    color: #201a1c;
}

.door-benefits h2 {
    font-size: 6.763vw;
    line-height: 1.12;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 3.623vw;
}

.door-benefits h2 strong {
    display: block;
    font-weight: 700;
}

.door-benefits .text {
    width: 89.372vw;
    margin: 0 auto;
}

.door-benefits .list {
    margin-top: 5.556vw;
    background-color: #ffffff;
    border-radius: 31px;
    padding: 8.454vw 6.039vw 2.899vw 17.874vw;
    text-align: left;
    font-size: 4.348vw;
    font-style: italic;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: -.03em;
}

.door-benefits p {
    line-height: 1.6;
    font-size: 3.865vw;
}

.door-benefits .list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.door-benefits .list li {
    margin-bottom: 5.072vw;
    position: relative;
}

.door-benefits .list li:before {
    content: "";
    position: absolute;
    width: 8.696vw;
    height: 8.213vw;
    top: -3.382vw;
    left: -1.932vw;
    transform: translateX(-100%);
    background: center / contain no-repeat url(assets/check.png);
}

.door-benefits .quote-btn {
    margin: 7.246vw auto 0;
}

@media (min-width: 1000px) {
    .door-benefits {
        padding: 4.792vw 7.604vw 4.74vw 7.604vw;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .door-benefits h2 {
        font-size: 2.917vw;
        line-height: .95;
        margin-bottom: 1.563vw;
        margin-top: 0.26vw;
    }

    .door-benefits .text {
        width: 38.021vw;
        margin: 0;
    }

    .door-benefits .list {
        width: 42.396vw;
        margin-top: 0;
        border-radius: 31px;
        padding: 2.969vw 2.865vw 1.302vw 6vw;
        font-size: 1.25vw;
        line-height: 1.2;
        letter-spacing: -.03em;
    }

    .door-benefits p {
        line-height: 1.45;
        font-size: 1.146vw;
    }

    .door-benefits .list li {
        margin-bottom: 1.6vw;
    }

    .door-benefits .list li:before {
        width: 2.188vw;
        height: 2.083vw;
        top: -0.625vw;
        left: -.7vw;
    }

    .door-benefits .quote-btn {
        margin: 2.083vw 0 0;
    }
}

.signs-section {
    color: #fff;
    background-color: #282878;
    padding: 12.077vw 0 10.5vw;
    text-align: center;
    font-size: 3.865vw;
}

@media (max-width: 999px) {
    body .section-nine-title p {
        font-size: 3.865vw;
    }
}

.signs-section h2 {
    font-size: 6.763vw;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 4.831vw;
    letter-spacing: -0.01em;
}

.signs-section h2 strong {
    font-weight: 700;
    display: block;
}

.signs-section .text {
    width: 95vw;
    margin: 0 auto 6vw;
    line-height: 1.62;
}

.signs-section .icon {
    width: 32.367vw;
    height: 32.126vw;
    background-color: #cc0000;
    border-radius: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.signs-section .item {
    width: 53.14vw;
    margin: 0;
    font-size: 3.14vw;
    line-height: 1.46;
}

.signs-section .item img {
    display: block;
    height: 15.942vw;
    width: auto;
}

.signs-section h3 {
    font-size: 4.589vw;
    line-height: 1;
    margin-top: 4.106vw;
    padding-bottom: 3.865vw;
    position: relative;
    margin-bottom: 3.623vw;
}

.signs-section h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 32.609vw;
    height: 0.483vw;
    background-color: #cc0000;
}

@media (min-width: 1000px) {
    .signs-section {
        padding: 4.948vw 6.25vw 3.5vw;
        font-size: 1.094vw;
        line-height: 1.52;
        font-weight: 500;
    }

    .signs-section h2 {
        font-size: 2.917vw;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 1.08;
        margin-bottom: 1.146vw;
        letter-spacing: -0.01em;
    }

    .signs-section h2 strong {
        font-weight: 900;
    }

    .signs-section .text {
        width: 39.063vw;
        margin: 0 auto 3.021vw;
        line-height: 1.6;
    }

    .signs-section .icon {
        width: 10.365vw;
        height: 10.365vw;
    }

    .signs-section .item {
        width: 16.667vw;
        font-size: 0.99vw;
        line-height: 1.47;
    }

    .signs-section .item img {
        height: 5.208vw;
    }

    .signs-section h3 {
        font-size: 1.563vw;
        margin-top: 1.458vw;
        padding-bottom: 1.406vw;
        margin-bottom: 1.146vw;
    }

    .signs-section h3:after {
        width: 10.469vw;
        height: 0.104vw;
    }
}
.blog-section {
    background-color: #ffffff;
    padding: 12.319vw 3.623vw 12.802vw;
}

.blog-section .second-section-description {
    color: #201a1c;
}

.blog-section .second-section-description h1 {
    font-size: 6.28vw;
    line-height: 1.23;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.blog-section .second-section-logo {
    width: 87.923vw;
    margin: 0 auto 5.314vw;
    position: relative;
}

.blog-section .second-section-logo span {
    position: absolute;
    z-index: 10;
    font-size: 7.729vw;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    top: 3.865vw;
    left: 4.589vw;
    text-shadow: 0 0 3.623vw rgba(0, 0, 0, 1);
}

.blog-section p {
    width: 90.58vw;
    margin: 0 auto;
    font-weight: 500;
    line-height: 1.5;
}

.blog-section .quote-btn {
    width: 42.512vw;
}

@media (min-width: 1000px) {
   .blog-section {
        padding: 5.3vw 7.813vw 5.208vw 7.656vw;
    }

    .blog-section .second-section-description {
        margin-left: 4.844vw;
        width: 37.5vw;
    }

    .blog-section .second-section-description h1 {
        font-size: 2.083vw;
        line-height: 1.05;
        letter-spacing: -0.02em;
    }

    .blog-section .second-section-logo {
        width: 42.344vw;
        height: 21.667vw;
        margin: 0.26vw 0 0;
    }

    .blog-section .second-section-logo span {
        font-size: 2.917vw;
        top: 1.979vw;
        left: 2.24vw;
        text-shadow: 0 0 0.781vw rgba(0, 0, 0, 1);
    }

    .blog-section p {
        width: 100%;
        margin: 0 auto 0 0;
        font-weight: 500;
        line-height: 1.45;
        font-size: 1.25vw;
    }

    .blog-section .quote-btn {
        width: 15.677vw;
        margin-top: 1.7vw !important;
    }
}

.section-nine {
    background: #e2e2e2;
    text-align: center;
}

.section-nine-title {
    width: 40vw;
    margin: 0 auto;
    margin-bottom: 2vw;
}

.section-nine-title h1 {
    text-transform: uppercase;
}

.section-nine-list {
    display: flex;
    justify-content: space-evenly;
}

.section-nine-wrapper {
    display: flex;
    flex-direction: column;
}

.section-nine-item {
    display: flex;
    align-items: baseline;
    gap: 3vw;
    margin-bottom: 0.521vw;
    text-align: left;
}

.section-nine-item p {
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    color: #201a1c;
}

.section-nine-item .long-text {
    max-width: 20vw;
}

.section-nine-item img {
    height: 2vw;
}

.section-nine .new-button {
    margin: 3vw auto;
    margin-bottom: 0;
}

@media (max-width: 999px) {
    .section-nine-item .long-text {
        max-width: 65vw;
    }

    .section-nine-list {
        display: flex;
        flex-direction: column;
        align-items: start;
        margin: auto;
        margin-top: 5vw;
        max-width: 84%;
    }

    .section-nine-title {
        width: 100%;
    }

    .section-nine-title h1 {
        font-size: 6.3vw;
        text-align: center;
        line-height: 1.25;
        margin-bottom: 3vw;
    }

    .section-nine-item {
        margin-bottom: 4.831vw;
    }

    .section-nine-item p {
        font-size: 4.2vw;
    }

    .section-nine-item img {
        height: 6vw;
        margin-top: -2.415vw;
        transform: translateY(0.725vw);
    }
}

@media (max-width: 999px) {
    body .section-nine-title h1 {
        font-size: 7.005vw;
        margin-bottom: 3.5vw;
        font-weight: 400;
        line-height: 1.15;
        margin-top: 0;
    }
    
    body .section-nine-title h1 b {
        font-size: 7.005vw;
        font-weight: 900;
    }
    
    body section.section-nine {
        padding-top: 12.077vw;
        padding-bottom: 11.836vw;
        padding-left: 4.831vw;
        padding-right: 4.831vw;
    }
    
    body .section-nine-title p {
        font-weight: 400;
        line-height: 1.5;
    }
    
    section.section-nine .section-nine-list {
        margin-top: 7vw;
        font-weight: 500;
    }

    .section-nine .quote-btn {
        width: 54.589vw;
        margin: 4.106vw auto 0;
    }
}

@media (min-width: 1000px) {
    body .section-nine-title h1 {
        font-size: 2.917vw;
        margin-bottom: 1vw;
        font-weight: 400;
        line-height: 1;
        margin-top: 0;
    }
    
    body section.section-nine {
        padding-top: 5.208vw;
        padding-bottom: 5.208vw;
    }
    
    body section.section-nine p {
        font-size: 1.25vw;
        font-weight: 300;
        line-height: 1.65;
    }

    section.section-nine .section-nine-list p {
        font-size: 1.25vw;
        font-weight: 500;
        line-height: 1.5;
    }

    section.section-nine .section-nine-item {
        margin-bottom: 0.365vw;
    }
    
    body .section-nine-title {
        margin-bottom: 1.563vw;
    }

    .section-nine .quote-btn {
        width: 16.979vw;
        margin: 3.49vw auto 0;
        display: block;
    }

    .section-nine-item img {
        transform: translateY(0.365vw);
    }
}

.section-ten {
  background: #282878;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 6.5vw;
}

.content-ten-left {
  width: 50%;
}

.content-ten-left p {
  font-size: 1.1vw;
}

.content-ten-right {
  width: 50%;
  background: white;
  color: #201a1c;
  border-radius: 7.246vw;
  padding: 2.5vw 3.5vw 0.5vw 2.5vw;
  margin: 0 4vw;
  margin-right: 0;
  position: relative;
}

.content-ten-right:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4vw 6vw 4vw 0;
  border-color: transparent #ffffff transparent transparent;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  transform: translate(-4vw, 0vw);
}

.testimonial-slider {
  padding: 2.5vw 3.5vw;
  position: relative;
}

.testimonial-slider:before {
  content: "";
  background: url(./assets/quotation.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 5vw;
  width: 7vw;
  display: block;
  position: absolute;
  top: -28%;
  right: 8%;
}

.slick-next:before,
.slick-prev:before {
  opacity: 1 !important;
}

.slick-next,
.slick-prev {
  width: 3.623vw;
  height: 4.831vw;
  object-fit: contain;
  top: 40%;
}

.slick-prev {
  left: -3.623vw;
}

.slick-next {
  right: -2.415vw;
}

.content-ten-right p {
  font-weight: 500;
  font-style: italic;
  color: rgb(32, 26, 28);
  line-height: 1.47;
  font-size: 3.623vw;
}

.content-ten-right h3 {
  text-transform: uppercase;
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: .05em;
  text-align: center;
  color: rgb(32, 26, 28);
  margin-top: 6.039vw;
}

.section-ten .content-ten-left h1 {
  font-weight: 300;
  font-size: 7.005vw;
  text-transform: uppercase;
  margin-top: 0;
}

.section-ten .content-ten-left h1 b {
  font-weight: 700;
}

.section-ten .quote-btn {
  width: 73.188vw;
  margin: 3.623vw auto 0;
}

@media (max-width: 999px) {
    section.section-ten {
      padding-top: 12.077vw;
      padding-bottom: 12.077vw;
    }

    section.section-ten .content-ten-left .new-button {
      margin-top: 3.623vw;
    }

    .section-ten {
      flex-direction: column;
      padding: 10vw 3.14vw;
    }

    .content-ten-left {
      width: 100%;
    }

    .content-ten-left h1 {
      font-size: 7.246vw;
      text-align: center;
      line-height: 1.25;
      margin-bottom: 1.932vw;
      letter-spacing: .02em;
    }

    .content-ten-left p {
      font-size: 3.865vw;
      line-height: 1.7;
      text-align: center;
    }

    .content-ten-left .new-button {
      margin: auto;
      margin-top: 3vw;
      width: 50vw;
    }

    .content-ten-right {
      width: 100%;
      padding: 10.5vw 5.5vw 2.5vw 6vw;
      margin: 0;
      margin-top: 13vw;
      margin-bottom: 5vw;
    }

    .content-ten-right:before {
      display: none;
    }

    .testimonial-slider:before {
      height: 14.251vw;
      width: 20.048vw;
    }

    .content-right-wrapper {
      max-width: unset;
    }

    .content-ten-right h3 {
      font-size: 3.382vw;
    }
}

@media (min-width: 1000px) {
    .section-ten .content-ten-left h1 {
      font-size: 2.917vw;
      line-height: 1.05;
      margin-bottom: 1.302vw;
    }

    section.section-ten {
      padding-top: 5.990vw;
      padding-bottom: 4.427vw;
    }

    section.section-ten p {
      font-size: 1.094vw;
      font-weight: 500;
    }

    section.section-ten .content-ten-right h3 {
      font-weight: 500;
      margin-top: 2.083vw;
      font-size: 1.146vw;
    }

    .section-ten .quote-btn {
      width: 22.135vw;
      margin: 2.865vw 0 0;
    }

    section.section-ten .content-ten-right {
      width: 38.177vw;
      padding: 2.5vw 2vw 0.5vw 2.5vw;
      border-radius: 1.615vw;
    }

    section.section-ten .content-ten-right p {
      font-size: 1.25vw;
      line-height: 1.75;
    }

    section.section-ten .content-ten-left {
      margin-left: 3.646vw;
    }

    .testimonial-slider:before {
      width: 8.021vw;
      height: 5.625vw;
      top: -4.948vw;
      right: 4.167vw;
    }

    .slick-next,
    .slick-prev {
      width: 1.146vw;
      height: 1.927vw;
      top: 45%;
    }

    .slick-next {
      right: 0;
    }

    .slick-prev {
      left: -0.7vw;
    }
}

.section-seven {
    background-color: #e2e2e2;
    padding-bottom: 4vw;
    padding-top: 4vw;
}

.content-seven {
    display: flex;
    align-items: center;
    gap: 4vw;
}

.content-seven-left {
    width: 20%;
}

.content-seven-right {
    width: 80%;
}

.section-seven img {
    border-radius: 100%;
}

.section-seven h2 {
    color: #282878;
    text-align: left;
    font-weight: 900;
    font-size: 3.21vw;
    line-height: 1.2;
    font-family: 'Avenir';
}

.section-seven h3 {
    font-size: 2vw;
    font-weight: 500;
    letter-spacing: 10px;
    color: #bc2424;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 2vw;
}

.section-seven p {
    color: #201a1c;
    margin-bottom: 0;
    max-width: 90%;
    font-weight: 400;
    line-height: 1.8;
}

@media (min-width: 1000px) {
    .section-seven p {
        max-width: 94%;
    }
}

@media (max-width: 999px) {
    .section-seven {
      display: block;
      padding-top: 9.903vw;
      padding-bottom: 12vw;
      padding-left: 4.831vw;
      padding-right: 4.831vw;
    }

    .section-seven .content-seven {
      display: block;
    }

    .section-seven .content-seven-left {
      width: 100%;
      margin-bottom: 4.831vw;
    }

    .section-seven .content-seven-left img {
      display: block;
      width: 39.855vw;
      margin: 0 auto;
    }

    .section-seven h2 {
      font-size: 7.246vw;
      font-weight: 700;
      letter-spacing: -0.02em;
      white-space: nowrap;
      margin-bottom: 0;
    }

    .section-seven .content-seven-right {
      width: 100%;
    }

    .section-seven h3 {
      font-size: 4.348vw;
      color: #bc2424;
      text-transform: uppercase;
      font-weight: 900;
      letter-spacing: 0.3em;
      font-weight: 500;
      text-align: left;
      margin-bottom: 4.831vw;
    }

    .section-seven p {
      font-size: 3.865vw;
      line-height: 1.5;
      margin: 0;
      font-weight: 400;
      max-width: 98%;
      letter-spacing: -0.01em;
    }

    .footer-first-logo {
        width: 77.053vw;
        margin: 0 auto;
    }

    .footer-first-logo img {
        margin: 0 auto;
        width: 100%;
    }

    .footer .quote-btn {
      margin-top: 7.246vw;
    }

    .footer {
        padding-top: 10.5vw;
        padding-bottom: 16.667vw;
    }

    img.footer-first-logo {
        margin: 0 auto;
    }
}

@media (min-width: 1000px) {
    .content-seven-left {
      width: 17.24vw;
    }

    .content-seven-right {
      width: 59.896vw;
    }

    .section-seven {
      padding: 4.531vw 7.552vw 4.271vw 9.896vw;
    }

    .section-seven h3 {
      letter-spacing: 0.33em;
      margin-top: 0.26vw;
      margin-bottom: 1.302vw;
    }

    .content-seven-right p {
      max-width: 100%;
      font-size: 1.25vw;
      line-height: 1.75;
      letter-spacing: -0.01em;
      font-weight: 400;
    }

    .section-seven h2 {
      font-size: 3.385vw;
      letter-spacing: -0.01em;
      margin-top: -0.26vw;
    }

    .footer-first-logo {
        width: 22.135vw;
        max-width: 22.135vw;
        margin-right: 6.979vw;
    }

    .footer .quote-btn {
      height: 4.219vw;
      padding-top: 1.563vw;
      font-size: 0.99vw;
      letter-spacing: .15em;
      margin-top: 0;
      margin-bottom: 0.26vw;
    }

    .footer {
      padding-top: 2.188vw;
      padding-bottom: 3.125vw;
    }

    img.footer-first-logo {
      margin-right: 6.771vw;
      margin-left: 1.563vw;
    }

    .footer-logos {
      padding: 0;
    }
}

.footer .text {
  font-size: 3.865vw;
  font-weight: 900;
  color: #f7c910;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 8.5vw;
}

@media (min-width: 1000px) {
    .footer .text {
      font-size: 1.458vw;
      line-height: 1.5;
      margin-bottom: 2.344vw;
      letter-spacing: -0.01em;
    }

    .section-nine-item {
      gap: .8vw;
    }

    .second-section-description .quote-btn {
        margin-top: 3vw;
    }

    .images-description {
        letter-spacing: 0.12em;
    }
}








