#nav{
    display: none;
}

#hero {
    padding: 100px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: center;
}
#hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
#hero .content {
    position: relative;
    z-index: 2;
}
#hero .content h1 {
    color: #FFF;
    font-family: "tenby-five", sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#hero .content p strong{
    color: #FFF;
font-family: "Open Sans";
font-size: 21px;
font-style: normal;
font-weight: 600;
line-height: 31px; /* 147.619% */
}
#hero .content p {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px; /* 172.222% */
}
#hero .content .click {
    display: flex;
    margin-top: 50px;
}
#hero .content .click .btn:first-of-type {
    margin-right: 10px;
}

#top {
    background: #9F2D20;
    padding: 5px 0;
}
#top .row {
    align-items: center;
}
#top .btn {
    margin-left: auto;
}
#app {
    margin-top: 0 !important;
}

footer {
    display: none;
}
#bottom {
    background: #9F2D20;
    padding: 5px 0;
}
#bottom .row {
    align-items: center;
}
#bottom p {
    margin: 0;
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
#bottom .btn {
    margin-left: auto;
    display: flex;
}

#products {
    padding: 50px 0;
}
#products .row {
    justify-content: center;
}
#products img {
    width: 100%;
}
#products .name {
    color: #404040;
    text-align: center;
    font-family: "tenby-five", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 20px 0;
    min-height: 70px;
}
#products .accordion-button {
    margin-bottom: 20px;
}
#products .accordion-button {
    background: #F6F6F6 !important;
}
#products .accordion-button p {
    margin: 0;
    color: #9F2D20;
    font-family: "tenby-five";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#products .accordion-body ul {
    margin-left: 0;
}
#products .accordion-body ul li {
    color: #404040;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}
#products .accordion-body p {
    color: #404040;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

#products .click {
    width: 100%;
}
#products .click button {
    width: 100%;
    max-width: 100%;
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
#products .click button:hover {
    color: #1F2D65;
}

.modal .modal-content {
    border-radius: 10px;
}
.modal .modal-dialog {
    max-width: 636px;
    margin-top: 50px;
}
.modal .modal-header {
    display: flex;
    flex-direction: column;
    border-bottom: none;
    position: relative;
}
.modal .modal-header button {
    position: absolute;
    top: 20px;
    right: 20px;
}
.modal .modal-header h1 {
    color: #404040;
    text-align: center;
    font-family: "tenby-five";
    font-size: 30px!important;
    font-style: normal;
    font-weight: 700!important;
    line-height: normal;
    margin-bottom: 10px;
}
.modal .modal-header p.sub {
    color: #9F2D20;
    text-align: center;
    font-family: "tenby-five";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.modal .modal-header p {
    color: #404040;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.modal form button {
    margin: 20px auto 0;
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border: 1px solid #282762;
}
.modal form button:hover {
    color: #1F2D65;
}
.modal form input, .modal form textarea {
    border-radius: 3px;
    border: 1px solid #282762;
    background: #FFF;
}
.modal form .form-check {
    color: #000;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.accordion-button{
    position: relative;
}
.accordion-button::before{
    content: '';
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    position: absolute;
    
    right: 15px;
    transition: transform .2s ease-in-out;
}
.accordion-button:not(.collapsed)::before{
    content: '';
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    position: absolute;
    transform: rotate(-180deg);
    right: 15px;
    transition: transform .2s ease-in-out;
}



#today {
    background: #1F2D65;
    padding: 50px 0;
}
#today .header h2 {
    color: #FFF;
    text-align: center;
    font-family: "Tenby-Five";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 50px;
}
#today p {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
}
#today p:first-of-type {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 31px;
}
#today ul {
    margin-left: 20px;
}
#today ul li {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
}

#contact{
    background: #F6F6F6;
    padding: 50px;
}

#contact .row{
    justify-content: center;
}

#contact h2{
    color: #404040;
    text-align: center;
    font-family: Tenby-Five;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#contact .wrap{
    background: #fff;
    padding: 50px;
    border-radius: 10px;
}
#contact form{
    margin: 0;
}

#contact form button {
    margin: 20px auto 0;
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border: 1px solid #282762;
}
#contact form button:hover {
    color: #1F2D65;
}
#contact form input, 
#contact form textarea {
    border-radius: 3px;
    border: 1px solid #282762;
    background: #FFF;
}
#contact form .form-check {
    color: #000;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#why {
    padding: 50px 0;
}
@media (max-width: 1200px) {
    #why {
        padding: 50px 0 0;
    }
}
#why .header {
    margin-bottom: 50px;
}
#why .header h2 {
    color: #404040;
    text-align: center;
    font-family: Tenby-Five;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#why .header p {
    color: #1F2D65;
    text-align: center;
    font-family: "Open Sans";
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 31px;
}
#why .row {
    justify-content: center;
}
#why .wrap img {
    margin: 0 auto 10px;
}
#why .wrap p {
    color: #404040;
    text-align: center;
    font-family: Tenby-Five;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#quiz {
    background: #F6F6F6;
    padding: 50px 0;
}
#quiz img {
    margin: 0 auto 20px;
    display: block;
}
#quiz h2 {
    color: #404040;
    text-align: center;
    font-family: Tenby-Five;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#quiz p {
    color: #1F2D65;
    text-align: center;
    font-family: "Open Sans";
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 31px;
}
#quiz .btn {
    margin: 40px auto 0;
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border: 1px solid #282762;
}

#quiz .btn:hover {
    color: #282762;
}