@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
    border: none;
    outline: none;
}

body {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

img {
    width: 90%;
}

h1,h2,h3,h4 {
    font-family:"Helvetica", Helvetica, Arial, sans-serif;
    color:#fff;
    text-align:center;
}

h1 {
    font-size:4rem;
    padding:0 0 .5rem 0
}
    @media(max-width:1024px) {
        h1 {
            font-size:9vw;
            line-height:10vw
        }
    }

h2 {
    font-size:3rem;
    padding-bottom:1rem;
    font-weight: 700;
}

h2 sup {
    vertical-align:super;
    font-size:2.5rem;
    line-height:3.5rem;
    margin-right:.25rem
}


h3 {
    font-size:1.2rem;
    line-height:1.7rem;
    font-weight:600;
    text-align:left;
    margin-bottom:2rem
}

h4 {
  font-size:1.25rem;
  line-height:2rem;
  font-weight:400
}


input[type=email],input[type=tel],input[type=text],textarea {
  font-family:Roboto,sans-serif;
  background:#fff;
  color:#000;
  margin: 0 .3rem;
  border:0;
  width:100%;
  border-radius: .25rem;
  font-size:1rem;
  padding:1.2rem 0;
  text-indent:1.25rem;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none
}
    @media(max-width:780px) {
        input[type=email],input[type=tel],input[type=text],textarea {
            font-size:.8rem;
            padding:.7rem 0;
            text-indent:.75rem
        }
    }

select {
    font-family:Roboto,sans-serif;
    background:#fff;
    color:#000;
    border:0;
    border-radius:0;
    width:100%;
    font-size:1rem;
    margin: 0 .3rem;
    padding:1.2rem 0;
      border-radius: .25rem;
    text-indent:.75rem;
    cursor:pointer;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
    @media(max-width:780px) {
        select {
            font-size:.8rem;
            padding:.8rem 0;
            text-indent:.45rem
        }
    }

.top-banner {
    font-family:"Helvetica" Helvetica, Arial, sans-serif;
    font-weight: 600;
    background:#DA4636;
    padding: 2rem;
    text-align:center;
    width:100%;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    text-transform: uppercase;
    font-size:1.35rem;
    line-height:1.35rem;
    color:#fff
}
    @media(max-width:500px) {
        .top-banner {
            font-size:1rem;
            padding:.5rem 0;
        }
    }
    @media(max-width:350px) {
        .top-banner {
            font-size:.8rem;
        }
    }

.top-banner a {
    color: inherit;
    text-decoration: underline;
}

#phone-number-header-link-radio{
    display: none;
}

header {
    background:#fff;
    text-align:center;
    padding:1rem 0 .5rem 0;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:1480px;
    margin:0 auto;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    align-items: center;
    font-size: 0;
}
    @media(max-width:1430px) {
        header {
            width:90%
        }
    }
    @media(max-width:970px) {
        header {
            display: block
        }
    }
    @media(max-width:500px) {
        header {
            padding:.5rem 0
        }
    }

header .title {
    width: 25%;
    position:relative;
    padding-right:5rem;
}
    @media (max-width: 1330px) {
        header .title {
            width: 30%;
            padding: 0;
        }
    }
    @media (max-width: 1130px) {
        header .title {
            width: 38%;
            padding: 0;
        }
    }

header .title img {
    position: relative;
    width: 365px;
    margin: .75rem 0 0 0;
    cursor: pointer;
}
    @media(max-width:970px) {
        header .title img {
            width: 175px;
        }
    }

  @media(max-width:970px) {
    header .title {
      width:100%;
    }
  }

header .title h1 {
    font-family: 'Roboto',sans-serif;
    font-weight:600;
    font-size:1.75rem;
    line-height:1.75rem;
    color:#141b4d;
    padding-top:3rem;
    text-align:right
}
    @media(max-width:1430px) {
        header .title h1 {
            font-size:1.25rem;
            line-height:1.25rem
        }
    }
    @media(max-width:970px) {
        header .title h1 {
            text-align:center;
            font-size:4vw;
            padding-top:.5rem
        }
    }

header .title h1 span {
    color:#526b9a
}

header .logo {
    width:50%;
    text-align:left
}
    @media(max-width:970px) {
        header .logo {
            width:100%;
            text-align:center
        }
    }

header .logo img {
    width:180px;
}
    @media(max-width:500px) {
        header .logo img {
            width:145px
        }
    }

.hero {
    background-image:url(../images/background.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width:100%;
    padding:0;
    height:830px;
    -webkit-box-shadow:inset 0 5px 5px rgba(0,0,0,.25);
    box-shadow:inset 0 5px 5px rgba(0,0,0,.25);
    position: relative;

    @media(max-width:699px) {
        height: 720px;
    }
}
    @media(max-width:750px) {
        .hero {
            padding:0
        }
    }
    @media(max-width:1100px) {
        .hero .main-container .container {
            display:block;
            width: 100%;
        }
    }
    @media(max-width:970px) {
        .hero .main-container .container {
            padding:0
        }
    }
    @media(max-width:1100px) {
        .hero .main-container .container .column-50 {
            width:100%;
            padding: 0;
            text-align: center;
        }
    }
    @media(max-width:1024px) {
        /* .hero {
            background-image: none;
        } */
    }

.hero .main-container {
    padding: 0;
}

.hero .main-container .column-50 {
    padding: 0 .5rem;
    position: relative;
}

.main-container {
    position: relative;
    box-sizing: border-box;
    padding: .25rem;
    margin: 0 auto;
    width: 1480px;
}
    @media (max-width: 1480px) {
        .main-container {
            width: 100%;
        }
    }

.container {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: .8rem 0;
}
        
.column-100 {
    position: relative;
    width: 100%;
    padding: .75rem;
}
    
.column-75 {
    position: relative;
    width: 75%;
    padding: .75rem;

    @media (max-width: 629px) {
        margin-top: 14rem;
    } 
}
.column-50 {
    position: relative;
    width: 50%;
    padding: .75rem;
}
.column-33 {
    position: relative;
    width: 33%;
    padding: 2rem;
}

    @media (max-width: 1100px) {
        .column-33 {
            width: 100%;
            text-align: center;
        }
    }

.column-25 {
    position: relative;
    width: 25%;
    padding: .75rem;
}

.ars-guy-photo{
    width: 560px;
}

@media (max-width: 1489px) {
    .ars-guy-photo{
        width: 420px;
    }
}

.service-block {
    background: rgb(226,250,255);
    background: linear-gradient(180deg, rgba(226,250,255,1) 0%, rgba(255,255,255,1) 59%); 
    min-height: 800px;
    padding: 5rem 9rem 0 9rem;
    
}
.service-block .container {
    @media (max-width: 1099px) {
        margin-top: 20rem !important;
    } 
}

.service-block .info h1 {
    text-align: left;
    width: 100%;
    color: #234267;
    font-weight: 800;
    font-size: 3.5rem;
    line-height: 4.5rem;
}

.service-block .info p {
    font-size: 1.75rem;
    line-height: 2.25rem;
    width: 85%;
    margin-top: 2rem;
}

    @media (max-width: 1650px) {
        .service-block .info p {
            margin-top: .5rem;
        }
    }

    @media (max-width: 700px) {
        .service-block .info p {
            font-size: 1rem;
            line-height: 1.5rem;
        }
    }

    @media (max-width: 1100px) {
        .service-block {
            padding: .5rem 2rem;
        }
        .service-block .container {
            display: block;
            margin-top: 10rem;
        }
        .service-block .column-25, .service-block .column-75 {
            width: 100%;
            text-align: center;
        }
        .service-block .info h1 {
            text-align: center;
        }
        .service-block .info p {
            width: 100%;
        }
        .service-block .column-25 img {
            width: 300px;
        }
    }

    @media (max-width: 1199px) {
        .service-block .info h1 {
            margin-top: 6rem;
        }
    }

    @media (max-width: 900px) {
        .service-block .info h1 {
            margin-top: 2rem;
            font-size: 2rem;
            line-height: 2.5rem;
        }
    }

    @media (max-width: 649px) {
        .service-block .info h1 {
            margin-top: 6rem;
        }
    }

    @media (max-width: 400px) {
        .service-block .info h1 {
            margin-top: 7rem;
        }
        .service-block .column-25 img {
            width: 260px;
        }
    }

.service-block .icons {
    display: flex;
    margin-top: 4rem;
    width: 85%;
}

    @media (max-width: 1650px) {
        .service-block .icons {
            margin-top: 2rem;
        }
    }
    @media (max-width: 1100px) {
        .service-block .icons {
            width: 100%;
        }
    }
    @media (max-width: 700px) {
        .service-block .icons {
            flex-wrap: wrap;
        }
    }

.service-block .icons div {
    text-align: center;
    width: 100%;
}
    @media (max-width: 700px) {
        .service-block .icons div {
            padding: 0 .25rem;
            width: 49%
        }
    }

.service-block .icons img {
    width: auto;
    height: 50px; 
}
    @media (max-width: 700px) {
        .service-block .icons img {
            width: auto;
            height: 35px;
        }
    }

.service-block .icons h2 {
    font-family: 'Roboto', sans-serif;
    color: #000;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 1.25rem;
}

@media (max-width: 700px) {
    .service-block .icons h2 {
        font-size: .88rem;
        line-height: 1rem;
    }
}

.sliding-banner {
    width: 100%;
    min-height: 250px;
    background: #DA4636;
    margin-top: -6.75rem;
    margin-bottom: 5rem;
}


.offer-cta {
    margin:0;
    width: 600px;
    position: absolute;
    top: 50%;
    transform: translateY(20%);
    left: 20%;
}
    @media(max-width:1100px) {
        .offer-cta {
            position: relative;
            width: 250px!important;
            margin: 1rem auto auto auto;
            top: auto;
            left: auto;
            transform: none;
        }
    }

.entry-form {
    position: absolute;
    text-align: center;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:90%;
    right: 0;
    top: 0;
    background: #234267;
    margin: 0;
    padding-bottom: 1rem;
    padding-top: .25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius:0 0 3rem 3rem
}
    @media(max-width:1100px) {
        .entry-form {
            position: relative;
            top: auto;
            right: auto;
            width: 90%;
            margin:0 auto;
            border-radius: 1rem;
        }
        .entry-form .container {
            margin:0
        }
        .entry-form input,
        .entry-form select {
            margin: .1rem .25rem;
        }
        .entry-form button {
            margin:.5rem 0
        }
    }

    @media(max-width:768px) {
        .entry-form {
            width: 100%;
        }
    }

.entry-form h2 {
    font-family:"Roboto",serif;
    color:#fff;
    padding:2rem 0 1rem 0;
    font-size:2.5rem;
}
    @media(max-width:970px) {
        .entry-form h2 {
            font-size:1.5rem;
            line-height:1.5rem;
            padding:1.5rem
        }
    }
    @media(max-width:750px) {
        .entry-form h2 {
            font-size:1.5rem;
            line-height:1.5rem;
            padding:.75rem 0 .25rem 0;
        }
    }

.formSuccess .entry-form {
    padding: 5rem 0 1rem 0;
    text-align: center;
}
    @media (max-width: 1100px) {
        .formSuccess .entry-form {
            padding: 2rem 0 1rem 0;
        }
    }

.formSuccess .entry-form .checkIcon {
    fill: #ffffff;
    width: 150px;
}
    @media (max-width: 970px) {
        .formSuccess .entry-form .checkIcon {
            width: 80px;
            margin-bottom: 1rem; 
        }
    }

.formSuccess .entry-form .successTitle {
    font-family: 'Helvetica' Helvetica, Arial, sans-serif;
    color: #ffffff;
    font-size: 4rem;
    font-weight: 800;
    text-transform: uppercase;
}
    @media (max-width: 900px) {
        .formSuccess .entry-form .successTitle {
            font-size: 8vw;
            line-height: 8vw;
        }
    }

.formSuccess .entry-form .successSmallerTitle {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-weight: 800;
    font-size: 1.7rem;
    line-height: 1.75rem;
}
    @media (max-width: 900px) {
        .formSuccess .entry-form .successSmallerTitle {
            font-size: 3.5vw;
            line-height: 3.5vw;
        }
    }

.formSuccess .legal {
    padding-top: 8rem;
}
    @media (max-width: 900px) {
        .formSuccess .legal {
            padding-top: 1rem;
        }
    }

form {
    width: 90%;
    margin: 0 auto;
}

.inputDiv{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: .65rem auto;
}

.error-message {
    color: red;
    display: none;
    font-weight: 500;
}

button {
    font-family:"Helvetica", Helvetica, Arial ,sans-serif;
    background:#DA4636;
    color:#fff;
    font-weight:800;
    border:3px solid #fff;
    width: 98%;
    height:auto;
    font-size:1.75rem;
    padding:1rem 0;
    margin: .25rem 0 0 0;
    border-radius: .5rem;
    -webkit-transition:all .3s;
    transition:all .3s;
    text-transform:uppercase;
    cursor:pointer;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
button:hover {
    background:#ffffff;
    color:#DA4636;
    border:3px solid #DA4636
}

    @media(max-width:780px) {
        button {
            font-size:button-font-size-m;
            padding:.5rem 0
        }
    }
    @media(max-width:600px) {
        button {
            font-size:1rem
        }
    }
  

.legal {
    width: 100%;
    padding: .75rem .25rem 2rem .25rem;
    color: white;
    font-weight: 400;
    font-size: .85rem;
    line-height: 1.1rem;
    font-family: 'Roboto', sans-serif;
    text-align: left;

    @media (max-width: 900px) {
        line-height: 16px;
        font-size: .75rem;
    }
}

.legal a {
    color: inherit;
    text-decoration: underline;
}

.process-block {
    text-align:center;
    background:#fff;
    padding: 3rem 0 3rem 0;
}
  @media(max-width:1100px) {
    .process-block {
      padding:3rem 0
    }
    .process-block .container {
      text-align:center;
      -webkit-box-sizing:border-box;
      box-sizing:border-box;
      padding:0 .5rem
    }
  }
  @media(max-width:700px) {
    .process-block {
      padding:1rem 0
    }
  }

.process-block h2 {
    color: #234267;
    font-size: 3.5rem;
    font-weight: 800;
}
    @media (max-width: 640px) {
        .process-block h2 {
            padding-top: 1rem;
            font-size: 2.25rem;
            line-height: 2.25rem;
        }
    }

.process-block h3 {
    color:#234267;
    font-size:2.25rem;
    line-height:3rem;
    font-weight:700;
    margin:1rem 0
}
    @media(max-width:700px) {
        .process-block h3 {
            color:#234267;
            font-size:1.5rem;
            line-height:1.5rem;
            font-weight:700;
            margin:1rem 0
        }
    }

.process-block p {
    text-align:center;
    font-size:.88rem;
    line-height:1.25rem;
    color:#000;
    width:250px;
    margin:0 auto;
}
    @media(max-width:700px) {
        .process-block p {
            width:90%;
        }
    }

.process-block .main-container .divider {
    width:650px;
    margin:2rem auto;
}
    @media(max-width:700px) {
        .process-block .main-container .divider {
            width:90%;
        }
    }

.process-block .main-container .container {
    flex-wrap: wrap;
}

.process-block .main-container .container .column-33 .process-img {
    width: 100%;
}

.umbrella-brands-block {
    text-align: center;
    background: #fff;
    padding: 3rem 0;
}
    @media(max-width:1100px) {
        .umbrella-brands-block {
            padding: 2rem 0;
        }
    }
    @media(max-width:700px) {
        .umbrella-brands-block {
            padding: 1.5rem 0;
        }
    }

.umbrella-brands-block h2 {
    color: #234267;
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 2rem;
}
    @media (max-width: 640px) {
        .umbrella-brands-block h2 {
            font-size: 2.25rem;
            line-height: 2.25rem;
            margin-bottom: 1.5rem;
        }
    }

.umbrella-brands-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 2rem 1.5rem;
    padding: 0 2rem;
    align-items: center;
    justify-items: center;
}
    @media (max-width: 1400px) {
        .umbrella-brands-grid {
            grid-template-columns: repeat(5, 1fr);
        }
    }
    @media (max-width: 1100px) {
        .umbrella-brands-grid {
            grid-template-columns: repeat(4, 1fr);
            gap: 1.5rem 1rem;
            padding: 0 1rem;
        }
    }
    @media (max-width: 768px) {
        .umbrella-brands-grid {
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem 1rem;
        }
    }
    @media (max-width: 500px) {
        .umbrella-brands-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 1rem 0.75rem;
        }
    }

.umbrella-brand-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 1rem;
    transition: transform 0.2s ease;
}
    .umbrella-brand-item:hover {
        transform: scale(1.05);
    }

.umbrella-brand-item img {
    width: 100%;
    max-width: 180px;
    height: auto;
    object-fit: contain;
    filter: grayscale(0%);
    opacity: 1;
}
    @media (max-width: 1100px) {
        .umbrella-brand-item img {
            max-width: 140px;
        }
    }
    @media (max-width: 768px) {
        .umbrella-brand-item img {
            max-width: 120px;
        }
    }
    @media (max-width: 500px) {
        .umbrella-brand-item img {
            max-width: 100px;
        }
    }

.cta-2 {
    width: 100%;
    padding: 1rem 0;
    text-align: center;
    color: #fff;
    background: #0B2744;
    margin: 5rem 0 0 0;
    position: relative;
}
    @media (max-width: 1100px) {
        .cta-2 {
            display: block;
            margin: 8rem 0 0 0;
            padding: 1.5rem 0;
        }  
        .cta-2 .main-container .container .column-50 {
            width: 100%;
            text-align: center;
        }
    }
    @media (max-width: 700px) {
        .cta-2 {
            margin: 12rem 0 0 0;
        }  
    }
    
.cta-2 a {
    color: inherit;
    width: 100%;    
}

.cta-2 .main-container .container {
    display: flex;
}
@media (max-width: 1100px) {
.cta-2 .main-container .container {
    display: block;
}
    
}
.cta-2 .service-buttons {
    display: flex;
    justify-content: space-evenly;
    padding-top: .5rem;
}

.cta-2 .service-buttons .red-button {
    font-family: "Helvetica", Helvetica, sans-serif;
    font-weight: 800;
    width: 90%;
    font-size: 1.1rem;
    margin: 0 .5rem;
    background: #DA4636;
    border: none;
    padding: 1.2rem;
    border-radius: 12px;
}
.cta-2 .service-buttons .red-button:hover {
    color: #fff;    
}

.cta-2 .service-buttons .red-button-radio {
    display: none;
    font-family: "Helvetica", Helvetica, sans-serif;
    font-weight: 800;
    width: 90%;
    font-size: 1.1rem;
    margin: 0 .5rem;
    background: #DA4636;
    border: none;
    padding: 1.2rem;
    border-radius: 12px;
}
.cta-2 .service-buttons .red-button:hover {
    color: #fff;    
}

.cta-2 .service-buttons .blue-button {
    position: relative;
    font-family: "Helvetica", Helvetica, sans-serif;
    font-weight: 800;
    width: 90%;
    font-size: 1.1rem;
    margin: 0 .5rem;
    background: #164B7B;
    border: none;
    padding: 1.2rem;
    border-radius: 12px;
}
.cta-2 .service-buttons .blue-button:hover {
    color: #fff;
}

    @media (max-width: 650px) {
        .cta-2 .service-buttons .blue-button, .cta-2 .service-buttons .red-button {
            font-size: .8rem;
        }    

        .cta-2 .service-buttons .blue-button, .cta-2 .service-buttons .red-button-radio {
            font-size: .8rem;
        }    
    }
    @media (max-width: 440px) {
        .cta-2 .service-buttons {
            text-align: center;
            display: flex;
            flex-direction: column;
        }
        .cta-2 .service-buttons .blue-button, .cta-2 .service-buttons .red-button {
            font-size: .8rem;
            width: 100%;
            margin: .25rem 0;
        }    

        .cta-2 .service-buttons .blue-button, .cta-2 .service-buttons .red-button-radio {
            font-size: .8rem;
            width: 100%;
            margin: .25rem 0;
        }  
    }


.cta-2 .service-buttons .blue-button img {
    width: 15px;
    margin-right: .75rem;
}

.service-cta {
    text-align: left;
    padding-left: 12.5rem;
    padding-bottom: .75rem;
}
    @media (max-width: 1800px) {
        .service-cta {
            padding-left: 16rem;
        }
    }

    @media (max-width: 1100px) {
        .service-cta {
            padding-left: 0;
            text-align: center;
        }
    }


.service-cta h4 {
    text-align: left;
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 800;
    font-style: italic;
}

.service-cta span {
    font-family: 'Roboto', sans-serif;
    font-size: 1.9rem;
    line-height: 1.9rem;
}

    @media (max-width: 1800px) {
        .service-cta h4 {
            font-size: 2rem;
            line-height: 2rem;
        }
        .service-cta span {
            font-family: 'Roboto', sans-serif;
            font-size: 1.35rem;
            line-height: 1.35rem;
        }
    }

    @media (max-width: 1100px) {
        .service-cta h4 {
            padding-left: 0;
            text-align: center;
        }
        .cta-2 .service-buttons .blue-button img {
            display: none;
        }
    }

    @media (max-width: 400px) {
        .service-cta h4 {
            font-size: 1.5rem;
            line-height: 1.5rem;
        }
        .service-cta span {
            font-size: 1rem;
            line-height: 1rem;
        }
    }

.mascot {
    position: absolute;
    width: 140px;
    left: 15rem;
    bottom: -1.85rem;
}

    @media (max-width: 1800px) {
        .mascot {
            left: 10rem;
            width: 100px;
        }
    }
    @media (max-width: 1100px) {
        .mascot {
            left: 0; 
            right: 0; 
            margin-left: auto; 
            margin-right: auto;
            bottom: 15rem;
        }
    }
    @media (max-width: 780px) {
        .mascot {
            bottom: 14.5rem;
        }
    }
    @media (max-width: 650px) {
        .mascot {
            bottom: 12.5rem;
        }
    }
    @media (max-width: 440px) {
        .mascot {
            bottom: 16rem;
        }
    }

.product-block {
    padding: 3rem 0;
    background: #526B9A;
    width: 100%;
    text-align: center;
}
    @media (max-width: 1480px) {
        .product-block .main-container {
            width: 100%;
        }
    }

.product-block .main-container .container {
    box-sizing:border-box;
    width:100%;
    display:flex;
    justify-content:space-between;
    margin:.8rem 0;
    flex-wrap: wrap;
}
    @media (max-width: 1100px) {
        .product-block .main-container .container {
            display: block;
            width: 95%;
            margin: 0 auto;
        }
    }

.product-block h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 3rem;

    text-align: center;
    padding: 0 0 1rem 0 !important;
}   
  
.product {
    background:#fff;
    padding: 3rem 1.5rem 2rem 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 400px;
    width: 375px;
    margin: 0 auto;
    border-radius: 1rem;
}
    @media (max-width: 1100px) {
        .product {
            margin: 1.5rem auto;
        }
    }
    @media (max-width: 400px) {
        .product {
            width: 90%;
        }
    }

.product-block .product h3 {
    font-family: 'Roboto', sans-serif;
    color:#000;
    text-align:center;
    min-height:65px;
    margin-bottom:0
}

.review {
    width: 100%;
    background: rgba(0,0,0,.05);
    padding: 1rem;
    box-sizing: border-box;
    text-align: left;
    min-height: 210px;
}
  
.review h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #000;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1rem;
}
  
.review ul {
    width: 100%;
    margin-top: .35rem;
}
  
.review ul li {
    margin:0 .35rem 0 0;
    list-style-type: none;
    display: inline;
}

.review ul li img {
    width: 15px;
}
  
.verification {
    width: 100%;
    text-align: left;
    position: relative;
    padding: 0 0 0 1.25rem;
    margin-top: .25rem;
    color: #000;
    font-size: .8rem;
    box-sizing: border-box;
}

.verification img {
    position: absolute;
    width: 15px;
    left: 0;
}
  
.review p {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-size: .8rem;
    line-height: 1rem;
    color: #333;
    padding: 1rem 0 .5rem 0;
}

footer {
    width: 100%;
    background-color: #1A3B5C;
    padding: 2.5rem .5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .container {
    width: 1480px !important;
    display: block;
    text-align: center;
}
    @media (max-width: 1480px) {
        footer .container {
            width: 90% !important;
            margin: 0 auto;
        }
    }

footer hr {
    width: 95%;
    border: none;
    height: 2px;
    background: rgba(255,255,255,.25);
    margin: auto auto 1.25rem auto;
}

footer p {
    font-family: 'Roboto', sans-serif;
    text-align: left;
    color: #fff;
    font-size: .88rem;
    line-height: 1rem;
    margin: 2.5rem 0;
    width: 100%;
    padding: 0 !important;
    font-weight: normal;
}

footer p a {
    text-decoration: underline;
    color: inherit;
}

.footer-logo {
    width: 300px;
    margin: auto auto .5rem auto;
}

.red-list {
    width: 100%;
    align-items: left;
    justify-content: left;
    min-height: 36px;
    background: #DA4636;
    padding: 2rem 0 2rem 10rem;
    margin-top: -6.5rem;
}

.red-list ul li {
    list-style-type: none;
    font-family:"Helvetica", Helvetica, Arial ,sans-serif;
    font-weight: 700;
    color: #fff;
    text-align: left;
    margin: 2rem 0;
    font-size: 2rem;
}

.red-list ul li img {
    width: 40px;
    margin-right: .5rem;
}

@media (max-width: 1680px) {
    .red-list {
        margin-top: -4rem;
        padding: 1rem 0 1rem 11rem; 
    }
    .red-list ul li {
        font-size: 1.5rem;
    }
    .red-list ul li img {
        width: 30px;
        margin-right: .5rem;
    }
}

@media (max-width: 1024px) {
    .red-list {
        margin-top: -5rem;
        padding: 1rem; 
    }
    .red-list ul li {
        font-size: 1rem;
        text-align: center;
    }
    .red-list ul li img {
        width: 25px;
        margin: .5rem .5rem .5rem 0;
    }
}

#successContainer{
    display: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
}

.floating-container {
    font-family: 'Roboto', sans-serif;
    background-color: white;
    padding: 1.5rem;
    border-radius: 24px 24px 0 24px;
    box-shadow: 3px 5px 8px rgba(0,0,0,.15);
    position: fixed;
    right: 2%;
    bottom: 3%;
    text-align: left;
    font-size: .9rem;
    line-height: 1.5rem;
    width: 540px;
    z-index: 9;
  
    @media(max-width:1024px) {
        width: 75%;
        padding: 1.5rem;
    }
  
    @media(max-width:768px) {
        width: 95%;
    }
  
    a{
        color: #0077b6;
    }
  }
  
  .floating-container-buttons{
    margin-top: 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
  }
  
  .floating-button {
    padding: 1rem;
    font-size: 1rem;
    min-width: 140px;
    margin: 0;
    cursor: pointer;
    background-color: #DA4636;
    color: white;
    border-radius: 12px;
  
    @media(max-width:1024px) {
        padding: .75rem;
    }
  }
  
  .floating-fake-button{
    text-decoration: underline;
    cursor: pointer;
    font-size: .95rem;
  }
  
  .declined-content {
    text-align: center;
    color: white;
    margin-top: 30%;
    
    @media (max-width: 1373px) {
        margin-top: 50%;
    }
    
    @media (max-width: 1024px) {
        margin-top: 0;
    }
    
    
  }
  
  .declined-content h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 3rem;
    color: white;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
  
    @media(max-width:1373px) {
        font-size: 2rem;
    }
  
  }
  
  .declined-content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    margin: 5px 0;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
  
    @media(max-width:1373px) {
        font-size: 1.6rem;
    }
      
  }
  
  .reset-span {
    text-decoration: underline;
    cursor: pointer;
  }


  .not-accepted-disclaimer{
    display: none;
    position: absolute;
    top: 50%;  /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */

    transform: translate(-50%, -50%);

    h2{
        color: white;
        font-size: 3.5rem;
        text-align: center;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
        line-height: 40px;

        @media (max-width: 1024px) {
            font-size: 2.5rem;
        }
    }

    p{
        color: white;
        font-size: 2.5rem;
        text-align: center;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, .5);

        @media (max-width: 1024px) {
            font-size: 2rem;
        }
    }
  }

  .hidden_label{
    font-size: 1px;
    color: #234267;
    position: absolute;
  }

  #comfort-logo {
    width: 150px;

    @media (max-width: 768px) {
        width: 120px;
    }
  }

  #fl-home-logo img {
    width: auto !important;
    min-width: 180px;
    max-width: 220px !important;
    transform: scale(1.2);
    transform-origin: center;
  }
    @media (max-width: 1100px) {
        #fl-home-logo img {
            min-width: 160px;
            max-width: 180px !important;
            transform: scale(1.15);
        }
    }
    @media (max-width: 768px) {
        #fl-home-logo img {
            min-width: 140px;
            max-width: 150px !important;
            transform: scale(1.1);
        }
    }
    @media (max-width: 500px) {
        #fl-home-logo img {
            min-width: 120px;
            max-width: 130px !important;
            transform: scale(1.05);
        }
    }