@charset "UTF-8";
/*------------------------------------------------------------------
Template Name: XRoof — Roofing Services HTML Template
Template URL: https://xroof.netlify.app
Description:  XRoof — Roofing Services HTML Template is a clean, modern, and fully responsive template designed specifically for roofing companies, contractors, and construction businesses. Built with the latest technologies, XRoof helps you showcase your services, projects, and team in a professional way that builds trust with customers.
Whether you’re a roofing contractor, construction service provider, or repair specialist, XRoof provides all the essential pages and components to launch your website quickly and easily. With a well-structured codebase, developers can customize it effortlessly, while end-users enjoy a smooth, fast, and mobile-friendly browsing experience.
Author: RoxThemes
Author URL: https://kits.roxthemes.com/babio
Version: 1.0
-------------------------------------------------------------------

SCSS INDEX
===================

1. Header Area 
2. Hero Area 
3. About Area 
4. Services Area 
5. Why Choose Area 
6. Project Area 
7. Achievement Area 
8. Team Area 
9. Testimonials Area 
10. Pricing Area 
11. Faq Area 
12. Blog Area 
13. Blog Details Area 
14. Footer Area 
15. Keywords Area 
16. Started Area 
17. Work Process Area 
18. Award Area 
19. Contact Area 
20. Services Details Area 
21. Project Details Area   
22. Sidebar Area 
23. Breadcrumbs Area 
24. Error Area 
25. Offcanvas Area 

------------------------------------------------------------------*/
/* ===== Poppins ===== */
@font-face {
  font-family: "Poppins";
  src: url("../../assets/fonts/Poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../../assets/fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../../assets/fonts/Poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../../assets/fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../../assets/fonts/Poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../../assets/fonts/Poppins/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../../assets/fonts/Poppins/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
/* ===== Outfit ===== */
@font-face {
  font-family: "Outfit";
  src: url("../../assets/fonts/Outfit/Outfit-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Outfit";
  src: url("../../assets/fonts/Outfit/Outfit-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Outfit";
  src: url("../../assets/fonts/Outfit/Outfit-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Outfit";
  src: url("../../assets/fonts/Outfit/Outfit-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Outfit";
  src: url("../../assets/fonts/Outfit/Outfit-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Outfit";
  src: url("../../assets/fonts/Outfit/Outfit-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
}
@media (max-width: 540px) {
  body {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
  }
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media (min-width: 350px) {
  .col-xs-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xs-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xs-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xs-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xs-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xs-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xs-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xs-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xs-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xs-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-xs {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .col-xs-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 540px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1024px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1440px) {
  .col-x2l-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-x2l-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-x2l-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-x2l-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-x2l-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-x2l-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-x2l-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-x2l-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-x2l-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-x2l-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-x2l-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-x2l-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-x2l {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .col-x2l-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .offset-x2l-1 {
    margin-left: 8.3333333333%;
  }
  .offset-x2l-2 {
    margin-left: 16.6666666667%;
  }
  .offset-x2l-3 {
    margin-left: 25%;
  }
  .offset-x2l-4 {
    margin-left: 33.3333333333%;
  }
  .offset-x2l-5 {
    margin-left: 41.6666666667%;
  }
  .offset-x2l-6 {
    margin-left: 50%;
  }
  .offset-x2l-7 {
    margin-left: 58.3333333333%;
  }
  .offset-x2l-8 {
    margin-left: 66.6666666667%;
  }
  .offset-x2l-9 {
    margin-left: 75%;
  }
  .offset-x2l-10 {
    margin-left: 83.3333333333%;
  }
  .offset-x2l-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1600px) {
  .col-x3l-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-x3l-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-x3l-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-x3l-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-x3l-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-x3l-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-x3l-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-x3l-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-x3l-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-x3l-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-x3l-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-x3l-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-x3l {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .col-x3l-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .offset-x3l-1 {
    margin-left: 8.3333333333%;
  }
  .offset-x3l-2 {
    margin-left: 16.6666666667%;
  }
  .offset-x3l-3 {
    margin-left: 25%;
  }
  .offset-x3l-4 {
    margin-left: 33.3333333333%;
  }
  .offset-x3l-5 {
    margin-left: 41.6666666667%;
  }
  .offset-x3l-6 {
    margin-left: 50%;
  }
  .offset-x3l-7 {
    margin-left: 58.3333333333%;
  }
  .offset-x3l-8 {
    margin-left: 66.6666666667%;
  }
  .offset-x3l-9 {
    margin-left: 75%;
  }
  .offset-x3l-10 {
    margin-left: 83.3333333333%;
  }
  .offset-x3l-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1800px) {
  .col-x4l-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-x4l-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-x4l-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-x4l-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-x4l-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-x4l-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-x4l-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-x4l-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-x4l-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-x4l-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-x4l-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-x4l-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-x4l {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .col-x4l-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .offset-x4l-1 {
    margin-left: 8.3333333333%;
  }
  .offset-x4l-2 {
    margin-left: 16.6666666667%;
  }
  .offset-x4l-3 {
    margin-left: 25%;
  }
  .offset-x4l-4 {
    margin-left: 33.3333333333%;
  }
  .offset-x4l-5 {
    margin-left: 41.6666666667%;
  }
  .offset-x4l-6 {
    margin-left: 50%;
  }
  .offset-x4l-7 {
    margin-left: 58.3333333333%;
  }
  .offset-x4l-8 {
    margin-left: 66.6666666667%;
  }
  .offset-x4l-9 {
    margin-left: 75%;
  }
  .offset-x4l-10 {
    margin-left: 83.3333333333%;
  }
  .offset-x4l-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1920px) {
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.container, .footer--style-3 .footer__middle, .footer--style-3 .footer__bottom {
  width: 100%;
  max-width: 1920px !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 540px) {
  .container, .footer--style-3 .footer__middle, .footer--style-3 .footer__bottom {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .container, .footer--style-3 .footer__middle, .footer--style-3 .footer__bottom {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .container, .footer--style-3 .footer__middle, .footer--style-3 .footer__bottom {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media (min-width: 1200px) {
  .container, .footer--style-3 .footer__middle, .footer--style-3 .footer__bottom {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1440px) {
  .container, .footer--style-3 .footer__middle, .footer--style-3 .footer__bottom {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1600px) {
  .container, .footer--style-3 .footer__middle, .footer--style-3 .footer__bottom {
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (min-width: 1800px) {
  .container, .footer--style-3 .footer__middle, .footer--style-3 .footer__bottom {
    padding-left: 180px;
    padding-right: 180px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1920px) {
  .container, .footer--style-3 .footer__middle, .footer--style-3 .footer__bottom {
    padding-left: 240px;
    padding-right: 240px;
    padding-top: 112px;
    padding-bottom: 112px;
  }
}

.contact--style-2 .contact__card, .work-process--style-2 .process-item, .testimonials__card, .why-choose-us__card, .services--style-1 .services__card, .services--style-2 .services__item {
  background: #ffffff;
  border-radius: 8px;
  padding: 1.5rem 2rem;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  height: 100%;
}
.contact--style-2 .contact__card::after, .work-process--style-2 .process-item::after, .testimonials__card::after, .why-choose-us__card::after, .services--style-1 .services__card::after, .services--style-2 .services__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #EE212B;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.contact--style-2 .contact__card:hover, .work-process--style-2 .process-item:hover, .testimonials__card:hover, .why-choose-us__card:hover, .services--style-1 .services__card:hover, .services--style-2 .services__item:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.contact--style-2 .contact__card:hover::after, .work-process--style-2 .process-item:hover::after, .testimonials__card:hover::after, .why-choose-us__card:hover::after, .services--style-1 .services__card:hover::after, .services--style-2 .services__item:hover::after {
  width: 100%;
}
@media (max-width: 768px) {
  .contact--style-2 .contact__card, .work-process--style-2 .process-item, .testimonials__card, .why-choose-us__card, .services--style-1 .services__card, .services--style-2 .services__item {
    padding: 1.5rem;
  }
}
@media (max-width: 540px) {
  .contact--style-2 .contact__card, .work-process--style-2 .process-item, .testimonials__card, .why-choose-us__card, .services--style-1 .services__card, .services--style-2 .services__item {
    padding: 1rem;
  }
}

.sidebar__services, .sidebar__posts, .sidebar__gallery, .sidebar__project-details {
  background: #FFF4F5;
  padding: 2rem;
  border-radius: 20px;
  height: 100%;
}
@media (max-width: 1200px) {
  .sidebar__services, .sidebar__posts, .sidebar__gallery, .sidebar__project-details {
    padding: 1.5rem;
    border-radius: 12px;
  }
}

.header--style-3 .header__cta-btn, .projects--style-3 .projects__header-btn, .services--style-4 .services__btn--view {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #EE212B;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.08px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #EE212B;
}
.header--style-3 .header__cta-btn span, .projects--style-3 .projects__header-btn span, .services--style-4 .services__btn--view span {
  display: inline-block;
  background: #ffffff;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin: 0;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header--style-3 .header__cta-btn:hover, .projects--style-3 .projects__header-btn:hover, .services--style-4 .services__btn--view:hover {
  background: transparent;
  color: #EE212B;
}
.header--style-3 .header__cta-btn:hover span, .projects--style-3 .projects__header-btn:hover span, .services--style-4 .services__btn--view:hover span {
  background: #EE212B;
}

.text-center {
  text-align: center;
}

.text-light {
  color: #ffffff;
}

.bg-primary {
  background-color: #EE212B;
}

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-items-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subtitle {
  font-family: "Poppins", sans-serif;
  font-size: clamp(16px, 1vw + 12px, 24px);
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
  letter-spacing: 0.12px;
  color: #000;
}

.subtitle-white {
  font-family: "Poppins", sans-serif;
  font-size: clamp(16px, 1vw + 12px, 24px);
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
  letter-spacing: 0.12px;
  color: #ffffff;
}

.title-xxl {
  font-family: "Outfit", sans-serif;
  font-size: clamp(48px, 5vw, 80px);
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.8px;
  color: #ffffff;
}
.title-xxl .highlight {
  color: #EE212B;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.title-xl {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  letter-spacing: -0.56px;
  font-size: clamp(32px, 4vw + 12px, 56px);
  color: #000;
}
.title-xl .highlight {
  color: #EE212B;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.title-xl-white {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  letter-spacing: -0.56px;
  font-size: clamp(32px, 4vw + 12px, 56px);
  color: #ffffff;
}
.title-xl-white .highlight {
  color: #EE212B;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.card-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.24px;
  margin-bottom: 1.5rem;
  font-family: "Outfit", sans-serif;
  color: #000;
}

.contact--style-2 .contact-form__input ::-webkit-input-placeholder, .contact--style-2 .contact-form__textarea ::-webkit-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08px;
  color: #000;
}

.contact--style-2 .contact-form__input ::-moz-placeholder, .contact--style-2 .contact-form__textarea ::-moz-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08px;
  color: #000;
}

.contact--style-2 .contact-form__input :-ms-input-placeholder, .contact--style-2 .contact-form__textarea :-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08px;
  color: #000;
}

.contact--style-2 .contact-form__input ::-ms-input-placeholder, .contact--style-2 .contact-form__textarea ::-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08px;
  color: #000;
}

.body-text, .project-details__text, .project-details__highlight-text, .services-details__text, .services-details__highlight-text, .contact--style-2 .contact__card-text, .contact--style-2 .contact-form__input ::placeholder, .contact--style-2 .contact-form__textarea ::placeholder, .blog-details__text, .blog-details__highlight-text, .services--style-1 .services__card-text {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08px;
  color: #000;
}

.btn-icon-left-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Outfit", sans-serif;
  font-size: clamp(14px, 1vw + 10px, 16px);
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  border: 2px solid #EE212B;
  border-radius: 98px;
  color: #ffffff;
  background-color: #EE212B;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  margin-bottom: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 0px;
}
.btn-icon-left-primary svg {
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 8px;
  margin-left: 12px;
}
.btn-icon-left-primary svg path {
  fill: #EE212B;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-icon-left-primary:hover {
  background-color: transparent;
  color: #EE212B;
  border-color: #EE212B;
}
.btn-icon-left-primary:hover svg {
  background-color: #EE212B;
}
.btn-icon-left-primary:hover svg path {
  fill: #ffffff;
}
.btn-icon-left-primary svg {
  margin-right: 12px;
}

.btn-icon-right-primary, .footer__cta-btn--primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Outfit", sans-serif;
  font-size: clamp(14px, 1vw + 10px, 16px);
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  border: 2px solid #EE212B;
  border-radius: 98px;
  color: #ffffff;
  background-color: #EE212B;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  margin-bottom: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 10px;
}
.btn-icon-right-primary svg, .footer__cta-btn--primary svg {
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 8px;
  margin-left: 12px;
}
.btn-icon-right-primary svg path, .footer__cta-btn--primary svg path {
  fill: #EE212B;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-icon-right-primary:hover, .footer__cta-btn--primary:hover {
  background-color: transparent;
  color: #EE212B;
  border-color: #EE212B;
}
.btn-icon-right-primary:hover svg, .footer__cta-btn--primary:hover svg {
  background-color: #EE212B;
}
.btn-icon-right-primary:hover svg path, .footer__cta-btn--primary:hover svg path {
  fill: #ffffff;
}
.btn-icon-right-primary svg, .footer__cta-btn--primary svg {
  margin-left: 12px !important;
}

.btn-icon-right-secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Outfit", sans-serif;
  font-size: clamp(14px, 1vw + 10px, 16px);
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  border: 2px solid #ffffff;
  border-radius: 98px;
  color: #EE212B;
  background-color: #ffffff;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  margin-bottom: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 0;
}
.btn-icon-right-secondary svg {
  width: 32px;
  height: 32px;
  background-color: #EE212B;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 8px;
  margin-left: 12px;
}
.btn-icon-right-secondary svg path {
  fill: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-icon-right-secondary:hover {
  background-color: #EE212B;
  color: #ffffff;
  border-color: #ffffff;
}
.btn-icon-right-secondary:hover svg {
  background-color: #ffffff;
}
.btn-icon-right-secondary:hover svg path {
  fill: #ffffff;
}
.btn-icon-right-secondary svg {
  margin-right: 12px;
}
.btn-icon-right-secondary:hover svg path {
  fill: #EE212B;
}

.btn-icon-left-secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Outfit", sans-serif;
  font-size: clamp(14px, 1vw + 10px, 16px);
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  border: 2px solid #ffffff;
  border-radius: 98px;
  color: #EE212B;
  background-color: #ffffff;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  margin-bottom: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 0;
}
.btn-icon-left-secondary svg {
  width: 32px;
  height: 32px;
  background-color: #EE212B;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 8px;
  margin-left: 12px;
}
.btn-icon-left-secondary svg path {
  fill: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-icon-left-secondary:hover {
  background-color: #EE212B;
  color: #ffffff;
  border-color: #ffffff;
}
.btn-icon-left-secondary:hover svg {
  background-color: #ffffff;
}
.btn-icon-left-secondary:hover svg path {
  fill: #ffffff;
}
.btn-icon-left-secondary svg {
  margin-right: 12px !important;
}
.btn-icon-left-secondary:hover svg path {
  fill: #EE212B;
}

.btn-phn-primary {
  background: #EE212B;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 5px;
  display: grid;
  place-items: center;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #EE212B;
}
.btn-phn-primary svg path {
  fill: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-phn-primary:hover {
  background: #ffffff;
}
.btn-phn-primary:hover svg path {
  fill: #EE212B;
}
.btn-phn-primary:hover {
  background: transparent;
}

.btn-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Outfit", sans-serif;
  font-size: clamp(14px, 1vw + 10px, 16px);
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  border: 2px solid #EE212B;
  border-radius: 98px;
  color: #ffffff;
  background-color: #EE212B;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  margin-bottom: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn-primary svg {
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 8px;
  margin-left: 12px;
}
.btn-primary svg path {
  fill: #EE212B;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  background-color: transparent;
  color: #EE212B;
  border-color: #EE212B;
}
.btn-primary:hover svg {
  background-color: #EE212B;
}
.btn-primary:hover svg path {
  fill: #ffffff;
}

.flex-items-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mw-510 {
  max-width: 510px !important;
}

.bg-light-pink {
  background: #FFF4F5 !important;
}

.title-hidden {
  display: none;
}

.main {
  overflow: hidden;
}

.hidden-anim {
  opacity: 0;
  visibility: hidden;
}

#hero-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  pointer-events: none;
}

.m-1 {
  margin: 4px;
}

.mt-1 {
  margin-top: 4px;
}

.mb-1 {
  margin-bottom: 4px;
}

.ml-1 {
  margin-left: 4px;
}

.mr-1 {
  margin-right: 4px;
}

.ms-1 {
  -webkit-margin-start: 4px;
          margin-inline-start: 4px;
}

.me-1 {
  -webkit-margin-end: 4px;
          margin-inline-end: 4px;
}

.mx-1 {
  margin-left: 4px;
  margin-right: 4px;
}

.my-1 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.p-1 {
  padding: 4px;
}

.pt-1 {
  padding-top: 4px;
}

.pb-1 {
  padding-bottom: 4px;
}

.pl-1 {
  padding-left: 4px;
}

.pr-1 {
  padding-right: 4px;
}

.ps-1 {
  -webkit-padding-start: 4px;
          padding-inline-start: 4px;
}

.pe-1 {
  -webkit-padding-end: 4px;
          padding-inline-end: 4px;
}

.px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

.py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}

@media (min-width: 350px) {
  .m-xs-1 {
    margin: 4px;
  }
  .mt-xs-1 {
    margin-top: 4px;
  }
  .mb-xs-1 {
    margin-bottom: 4px;
  }
  .ml-xs-1 {
    margin-left: 4px;
  }
  .mr-xs-1 {
    margin-right: 4px;
  }
  .ms-xs-1 {
    -webkit-margin-start: 4px;
            margin-inline-start: 4px;
  }
  .me-xs-1 {
    -webkit-margin-end: 4px;
            margin-inline-end: 4px;
  }
  .mx-xs-1 {
    margin-left: 4px;
    margin-right: 4px;
  }
  .my-xs-1 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .p-xs-1 {
    padding: 4px;
  }
  .pt-xs-1 {
    padding-top: 4px;
  }
  .pb-xs-1 {
    padding-bottom: 4px;
  }
  .pl-xs-1 {
    padding-left: 4px;
  }
  .pr-xs-1 {
    padding-right: 4px;
  }
  .ps-xs-1 {
    -webkit-padding-start: 4px;
            padding-inline-start: 4px;
  }
  .pe-xs-1 {
    -webkit-padding-end: 4px;
            padding-inline-end: 4px;
  }
  .px-xs-1 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .py-xs-1 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
@media (min-width: 540px) {
  .m-sm-1 {
    margin: 4px;
  }
  .mt-sm-1 {
    margin-top: 4px;
  }
  .mb-sm-1 {
    margin-bottom: 4px;
  }
  .ml-sm-1 {
    margin-left: 4px;
  }
  .mr-sm-1 {
    margin-right: 4px;
  }
  .ms-sm-1 {
    -webkit-margin-start: 4px;
            margin-inline-start: 4px;
  }
  .me-sm-1 {
    -webkit-margin-end: 4px;
            margin-inline-end: 4px;
  }
  .mx-sm-1 {
    margin-left: 4px;
    margin-right: 4px;
  }
  .my-sm-1 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .p-sm-1 {
    padding: 4px;
  }
  .pt-sm-1 {
    padding-top: 4px;
  }
  .pb-sm-1 {
    padding-bottom: 4px;
  }
  .pl-sm-1 {
    padding-left: 4px;
  }
  .pr-sm-1 {
    padding-right: 4px;
  }
  .ps-sm-1 {
    -webkit-padding-start: 4px;
            padding-inline-start: 4px;
  }
  .pe-sm-1 {
    -webkit-padding-end: 4px;
            padding-inline-end: 4px;
  }
  .px-sm-1 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .py-sm-1 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
@media (min-width: 768px) {
  .m-md-1 {
    margin: 4px;
  }
  .mt-md-1 {
    margin-top: 4px;
  }
  .mb-md-1 {
    margin-bottom: 4px;
  }
  .ml-md-1 {
    margin-left: 4px;
  }
  .mr-md-1 {
    margin-right: 4px;
  }
  .ms-md-1 {
    -webkit-margin-start: 4px;
            margin-inline-start: 4px;
  }
  .me-md-1 {
    -webkit-margin-end: 4px;
            margin-inline-end: 4px;
  }
  .mx-md-1 {
    margin-left: 4px;
    margin-right: 4px;
  }
  .my-md-1 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .p-md-1 {
    padding: 4px;
  }
  .pt-md-1 {
    padding-top: 4px;
  }
  .pb-md-1 {
    padding-bottom: 4px;
  }
  .pl-md-1 {
    padding-left: 4px;
  }
  .pr-md-1 {
    padding-right: 4px;
  }
  .ps-md-1 {
    -webkit-padding-start: 4px;
            padding-inline-start: 4px;
  }
  .pe-md-1 {
    -webkit-padding-end: 4px;
            padding-inline-end: 4px;
  }
  .px-md-1 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .py-md-1 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
@media (min-width: 1024px) {
  .m-lg-1 {
    margin: 4px;
  }
  .mt-lg-1 {
    margin-top: 4px;
  }
  .mb-lg-1 {
    margin-bottom: 4px;
  }
  .ml-lg-1 {
    margin-left: 4px;
  }
  .mr-lg-1 {
    margin-right: 4px;
  }
  .ms-lg-1 {
    -webkit-margin-start: 4px;
            margin-inline-start: 4px;
  }
  .me-lg-1 {
    -webkit-margin-end: 4px;
            margin-inline-end: 4px;
  }
  .mx-lg-1 {
    margin-left: 4px;
    margin-right: 4px;
  }
  .my-lg-1 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .p-lg-1 {
    padding: 4px;
  }
  .pt-lg-1 {
    padding-top: 4px;
  }
  .pb-lg-1 {
    padding-bottom: 4px;
  }
  .pl-lg-1 {
    padding-left: 4px;
  }
  .pr-lg-1 {
    padding-right: 4px;
  }
  .ps-lg-1 {
    -webkit-padding-start: 4px;
            padding-inline-start: 4px;
  }
  .pe-lg-1 {
    -webkit-padding-end: 4px;
            padding-inline-end: 4px;
  }
  .px-lg-1 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .py-lg-1 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
@media (min-width: 1200px) {
  .m-xl-1 {
    margin: 4px;
  }
  .mt-xl-1 {
    margin-top: 4px;
  }
  .mb-xl-1 {
    margin-bottom: 4px;
  }
  .ml-xl-1 {
    margin-left: 4px;
  }
  .mr-xl-1 {
    margin-right: 4px;
  }
  .ms-xl-1 {
    -webkit-margin-start: 4px;
            margin-inline-start: 4px;
  }
  .me-xl-1 {
    -webkit-margin-end: 4px;
            margin-inline-end: 4px;
  }
  .mx-xl-1 {
    margin-left: 4px;
    margin-right: 4px;
  }
  .my-xl-1 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .p-xl-1 {
    padding: 4px;
  }
  .pt-xl-1 {
    padding-top: 4px;
  }
  .pb-xl-1 {
    padding-bottom: 4px;
  }
  .pl-xl-1 {
    padding-left: 4px;
  }
  .pr-xl-1 {
    padding-right: 4px;
  }
  .ps-xl-1 {
    -webkit-padding-start: 4px;
            padding-inline-start: 4px;
  }
  .pe-xl-1 {
    -webkit-padding-end: 4px;
            padding-inline-end: 4px;
  }
  .px-xl-1 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .py-xl-1 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
@media (min-width: 1440px) {
  .m-x2l-1 {
    margin: 4px;
  }
  .mt-x2l-1 {
    margin-top: 4px;
  }
  .mb-x2l-1 {
    margin-bottom: 4px;
  }
  .ml-x2l-1 {
    margin-left: 4px;
  }
  .mr-x2l-1 {
    margin-right: 4px;
  }
  .ms-x2l-1 {
    -webkit-margin-start: 4px;
            margin-inline-start: 4px;
  }
  .me-x2l-1 {
    -webkit-margin-end: 4px;
            margin-inline-end: 4px;
  }
  .mx-x2l-1 {
    margin-left: 4px;
    margin-right: 4px;
  }
  .my-x2l-1 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .p-x2l-1 {
    padding: 4px;
  }
  .pt-x2l-1 {
    padding-top: 4px;
  }
  .pb-x2l-1 {
    padding-bottom: 4px;
  }
  .pl-x2l-1 {
    padding-left: 4px;
  }
  .pr-x2l-1 {
    padding-right: 4px;
  }
  .ps-x2l-1 {
    -webkit-padding-start: 4px;
            padding-inline-start: 4px;
  }
  .pe-x2l-1 {
    -webkit-padding-end: 4px;
            padding-inline-end: 4px;
  }
  .px-x2l-1 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .py-x2l-1 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
@media (min-width: 1600px) {
  .m-x3l-1 {
    margin: 4px;
  }
  .mt-x3l-1 {
    margin-top: 4px;
  }
  .mb-x3l-1 {
    margin-bottom: 4px;
  }
  .ml-x3l-1 {
    margin-left: 4px;
  }
  .mr-x3l-1 {
    margin-right: 4px;
  }
  .ms-x3l-1 {
    -webkit-margin-start: 4px;
            margin-inline-start: 4px;
  }
  .me-x3l-1 {
    -webkit-margin-end: 4px;
            margin-inline-end: 4px;
  }
  .mx-x3l-1 {
    margin-left: 4px;
    margin-right: 4px;
  }
  .my-x3l-1 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .p-x3l-1 {
    padding: 4px;
  }
  .pt-x3l-1 {
    padding-top: 4px;
  }
  .pb-x3l-1 {
    padding-bottom: 4px;
  }
  .pl-x3l-1 {
    padding-left: 4px;
  }
  .pr-x3l-1 {
    padding-right: 4px;
  }
  .ps-x3l-1 {
    -webkit-padding-start: 4px;
            padding-inline-start: 4px;
  }
  .pe-x3l-1 {
    -webkit-padding-end: 4px;
            padding-inline-end: 4px;
  }
  .px-x3l-1 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .py-x3l-1 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
@media (min-width: 1800px) {
  .m-x4l-1 {
    margin: 4px;
  }
  .mt-x4l-1 {
    margin-top: 4px;
  }
  .mb-x4l-1 {
    margin-bottom: 4px;
  }
  .ml-x4l-1 {
    margin-left: 4px;
  }
  .mr-x4l-1 {
    margin-right: 4px;
  }
  .ms-x4l-1 {
    -webkit-margin-start: 4px;
            margin-inline-start: 4px;
  }
  .me-x4l-1 {
    -webkit-margin-end: 4px;
            margin-inline-end: 4px;
  }
  .mx-x4l-1 {
    margin-left: 4px;
    margin-right: 4px;
  }
  .my-x4l-1 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .p-x4l-1 {
    padding: 4px;
  }
  .pt-x4l-1 {
    padding-top: 4px;
  }
  .pb-x4l-1 {
    padding-bottom: 4px;
  }
  .pl-x4l-1 {
    padding-left: 4px;
  }
  .pr-x4l-1 {
    padding-right: 4px;
  }
  .ps-x4l-1 {
    -webkit-padding-start: 4px;
            padding-inline-start: 4px;
  }
  .pe-x4l-1 {
    -webkit-padding-end: 4px;
            padding-inline-end: 4px;
  }
  .px-x4l-1 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .py-x4l-1 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
@media (min-width: 1920px) {
  .m-xxl-1 {
    margin: 4px;
  }
  .mt-xxl-1 {
    margin-top: 4px;
  }
  .mb-xxl-1 {
    margin-bottom: 4px;
  }
  .ml-xxl-1 {
    margin-left: 4px;
  }
  .mr-xxl-1 {
    margin-right: 4px;
  }
  .ms-xxl-1 {
    -webkit-margin-start: 4px;
            margin-inline-start: 4px;
  }
  .me-xxl-1 {
    -webkit-margin-end: 4px;
            margin-inline-end: 4px;
  }
  .mx-xxl-1 {
    margin-left: 4px;
    margin-right: 4px;
  }
  .my-xxl-1 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .p-xxl-1 {
    padding: 4px;
  }
  .pt-xxl-1 {
    padding-top: 4px;
  }
  .pb-xxl-1 {
    padding-bottom: 4px;
  }
  .pl-xxl-1 {
    padding-left: 4px;
  }
  .pr-xxl-1 {
    padding-right: 4px;
  }
  .ps-xxl-1 {
    -webkit-padding-start: 4px;
            padding-inline-start: 4px;
  }
  .pe-xxl-1 {
    -webkit-padding-end: 4px;
            padding-inline-end: 4px;
  }
  .px-xxl-1 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .py-xxl-1 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.m-2 {
  margin: 8px;
}

.mt-2 {
  margin-top: 8px;
}

.mb-2 {
  margin-bottom: 8px;
}

.ml-2 {
  margin-left: 8px;
}

.mr-2 {
  margin-right: 8px;
}

.ms-2 {
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
}

.me-2 {
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}

.mx-2 {
  margin-left: 8px;
  margin-right: 8px;
}

.my-2 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.p-2 {
  padding: 8px;
}

.pt-2 {
  padding-top: 8px;
}

.pb-2 {
  padding-bottom: 8px;
}

.pl-2 {
  padding-left: 8px;
}

.pr-2 {
  padding-right: 8px;
}

.ps-2 {
  -webkit-padding-start: 8px;
          padding-inline-start: 8px;
}

.pe-2 {
  -webkit-padding-end: 8px;
          padding-inline-end: 8px;
}

.px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

.py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (min-width: 350px) {
  .m-xs-2 {
    margin: 8px;
  }
  .mt-xs-2 {
    margin-top: 8px;
  }
  .mb-xs-2 {
    margin-bottom: 8px;
  }
  .ml-xs-2 {
    margin-left: 8px;
  }
  .mr-xs-2 {
    margin-right: 8px;
  }
  .ms-xs-2 {
    -webkit-margin-start: 8px;
            margin-inline-start: 8px;
  }
  .me-xs-2 {
    -webkit-margin-end: 8px;
            margin-inline-end: 8px;
  }
  .mx-xs-2 {
    margin-left: 8px;
    margin-right: 8px;
  }
  .my-xs-2 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .p-xs-2 {
    padding: 8px;
  }
  .pt-xs-2 {
    padding-top: 8px;
  }
  .pb-xs-2 {
    padding-bottom: 8px;
  }
  .pl-xs-2 {
    padding-left: 8px;
  }
  .pr-xs-2 {
    padding-right: 8px;
  }
  .ps-xs-2 {
    -webkit-padding-start: 8px;
            padding-inline-start: 8px;
  }
  .pe-xs-2 {
    -webkit-padding-end: 8px;
            padding-inline-end: 8px;
  }
  .px-xs-2 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .py-xs-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (min-width: 540px) {
  .m-sm-2 {
    margin: 8px;
  }
  .mt-sm-2 {
    margin-top: 8px;
  }
  .mb-sm-2 {
    margin-bottom: 8px;
  }
  .ml-sm-2 {
    margin-left: 8px;
  }
  .mr-sm-2 {
    margin-right: 8px;
  }
  .ms-sm-2 {
    -webkit-margin-start: 8px;
            margin-inline-start: 8px;
  }
  .me-sm-2 {
    -webkit-margin-end: 8px;
            margin-inline-end: 8px;
  }
  .mx-sm-2 {
    margin-left: 8px;
    margin-right: 8px;
  }
  .my-sm-2 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .p-sm-2 {
    padding: 8px;
  }
  .pt-sm-2 {
    padding-top: 8px;
  }
  .pb-sm-2 {
    padding-bottom: 8px;
  }
  .pl-sm-2 {
    padding-left: 8px;
  }
  .pr-sm-2 {
    padding-right: 8px;
  }
  .ps-sm-2 {
    -webkit-padding-start: 8px;
            padding-inline-start: 8px;
  }
  .pe-sm-2 {
    -webkit-padding-end: 8px;
            padding-inline-end: 8px;
  }
  .px-sm-2 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .py-sm-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (min-width: 768px) {
  .m-md-2 {
    margin: 8px;
  }
  .mt-md-2 {
    margin-top: 8px;
  }
  .mb-md-2 {
    margin-bottom: 8px;
  }
  .ml-md-2 {
    margin-left: 8px;
  }
  .mr-md-2 {
    margin-right: 8px;
  }
  .ms-md-2 {
    -webkit-margin-start: 8px;
            margin-inline-start: 8px;
  }
  .me-md-2 {
    -webkit-margin-end: 8px;
            margin-inline-end: 8px;
  }
  .mx-md-2 {
    margin-left: 8px;
    margin-right: 8px;
  }
  .my-md-2 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .p-md-2 {
    padding: 8px;
  }
  .pt-md-2 {
    padding-top: 8px;
  }
  .pb-md-2 {
    padding-bottom: 8px;
  }
  .pl-md-2 {
    padding-left: 8px;
  }
  .pr-md-2 {
    padding-right: 8px;
  }
  .ps-md-2 {
    -webkit-padding-start: 8px;
            padding-inline-start: 8px;
  }
  .pe-md-2 {
    -webkit-padding-end: 8px;
            padding-inline-end: 8px;
  }
  .px-md-2 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .py-md-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (min-width: 1024px) {
  .m-lg-2 {
    margin: 8px;
  }
  .mt-lg-2 {
    margin-top: 8px;
  }
  .mb-lg-2 {
    margin-bottom: 8px;
  }
  .ml-lg-2 {
    margin-left: 8px;
  }
  .mr-lg-2 {
    margin-right: 8px;
  }
  .ms-lg-2 {
    -webkit-margin-start: 8px;
            margin-inline-start: 8px;
  }
  .me-lg-2 {
    -webkit-margin-end: 8px;
            margin-inline-end: 8px;
  }
  .mx-lg-2 {
    margin-left: 8px;
    margin-right: 8px;
  }
  .my-lg-2 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .p-lg-2 {
    padding: 8px;
  }
  .pt-lg-2 {
    padding-top: 8px;
  }
  .pb-lg-2 {
    padding-bottom: 8px;
  }
  .pl-lg-2 {
    padding-left: 8px;
  }
  .pr-lg-2 {
    padding-right: 8px;
  }
  .ps-lg-2 {
    -webkit-padding-start: 8px;
            padding-inline-start: 8px;
  }
  .pe-lg-2 {
    -webkit-padding-end: 8px;
            padding-inline-end: 8px;
  }
  .px-lg-2 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .py-lg-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (min-width: 1200px) {
  .m-xl-2 {
    margin: 8px;
  }
  .mt-xl-2 {
    margin-top: 8px;
  }
  .mb-xl-2 {
    margin-bottom: 8px;
  }
  .ml-xl-2 {
    margin-left: 8px;
  }
  .mr-xl-2 {
    margin-right: 8px;
  }
  .ms-xl-2 {
    -webkit-margin-start: 8px;
            margin-inline-start: 8px;
  }
  .me-xl-2 {
    -webkit-margin-end: 8px;
            margin-inline-end: 8px;
  }
  .mx-xl-2 {
    margin-left: 8px;
    margin-right: 8px;
  }
  .my-xl-2 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .p-xl-2 {
    padding: 8px;
  }
  .pt-xl-2 {
    padding-top: 8px;
  }
  .pb-xl-2 {
    padding-bottom: 8px;
  }
  .pl-xl-2 {
    padding-left: 8px;
  }
  .pr-xl-2 {
    padding-right: 8px;
  }
  .ps-xl-2 {
    -webkit-padding-start: 8px;
            padding-inline-start: 8px;
  }
  .pe-xl-2 {
    -webkit-padding-end: 8px;
            padding-inline-end: 8px;
  }
  .px-xl-2 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .py-xl-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (min-width: 1440px) {
  .m-x2l-2 {
    margin: 8px;
  }
  .mt-x2l-2 {
    margin-top: 8px;
  }
  .mb-x2l-2 {
    margin-bottom: 8px;
  }
  .ml-x2l-2 {
    margin-left: 8px;
  }
  .mr-x2l-2 {
    margin-right: 8px;
  }
  .ms-x2l-2 {
    -webkit-margin-start: 8px;
            margin-inline-start: 8px;
  }
  .me-x2l-2 {
    -webkit-margin-end: 8px;
            margin-inline-end: 8px;
  }
  .mx-x2l-2 {
    margin-left: 8px;
    margin-right: 8px;
  }
  .my-x2l-2 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .p-x2l-2 {
    padding: 8px;
  }
  .pt-x2l-2 {
    padding-top: 8px;
  }
  .pb-x2l-2 {
    padding-bottom: 8px;
  }
  .pl-x2l-2 {
    padding-left: 8px;
  }
  .pr-x2l-2 {
    padding-right: 8px;
  }
  .ps-x2l-2 {
    -webkit-padding-start: 8px;
            padding-inline-start: 8px;
  }
  .pe-x2l-2 {
    -webkit-padding-end: 8px;
            padding-inline-end: 8px;
  }
  .px-x2l-2 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .py-x2l-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (min-width: 1600px) {
  .m-x3l-2 {
    margin: 8px;
  }
  .mt-x3l-2 {
    margin-top: 8px;
  }
  .mb-x3l-2 {
    margin-bottom: 8px;
  }
  .ml-x3l-2 {
    margin-left: 8px;
  }
  .mr-x3l-2 {
    margin-right: 8px;
  }
  .ms-x3l-2 {
    -webkit-margin-start: 8px;
            margin-inline-start: 8px;
  }
  .me-x3l-2 {
    -webkit-margin-end: 8px;
            margin-inline-end: 8px;
  }
  .mx-x3l-2 {
    margin-left: 8px;
    margin-right: 8px;
  }
  .my-x3l-2 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .p-x3l-2 {
    padding: 8px;
  }
  .pt-x3l-2 {
    padding-top: 8px;
  }
  .pb-x3l-2 {
    padding-bottom: 8px;
  }
  .pl-x3l-2 {
    padding-left: 8px;
  }
  .pr-x3l-2 {
    padding-right: 8px;
  }
  .ps-x3l-2 {
    -webkit-padding-start: 8px;
            padding-inline-start: 8px;
  }
  .pe-x3l-2 {
    -webkit-padding-end: 8px;
            padding-inline-end: 8px;
  }
  .px-x3l-2 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .py-x3l-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (min-width: 1800px) {
  .m-x4l-2 {
    margin: 8px;
  }
  .mt-x4l-2 {
    margin-top: 8px;
  }
  .mb-x4l-2 {
    margin-bottom: 8px;
  }
  .ml-x4l-2 {
    margin-left: 8px;
  }
  .mr-x4l-2 {
    margin-right: 8px;
  }
  .ms-x4l-2 {
    -webkit-margin-start: 8px;
            margin-inline-start: 8px;
  }
  .me-x4l-2 {
    -webkit-margin-end: 8px;
            margin-inline-end: 8px;
  }
  .mx-x4l-2 {
    margin-left: 8px;
    margin-right: 8px;
  }
  .my-x4l-2 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .p-x4l-2 {
    padding: 8px;
  }
  .pt-x4l-2 {
    padding-top: 8px;
  }
  .pb-x4l-2 {
    padding-bottom: 8px;
  }
  .pl-x4l-2 {
    padding-left: 8px;
  }
  .pr-x4l-2 {
    padding-right: 8px;
  }
  .ps-x4l-2 {
    -webkit-padding-start: 8px;
            padding-inline-start: 8px;
  }
  .pe-x4l-2 {
    -webkit-padding-end: 8px;
            padding-inline-end: 8px;
  }
  .px-x4l-2 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .py-x4l-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (min-width: 1920px) {
  .m-xxl-2 {
    margin: 8px;
  }
  .mt-xxl-2 {
    margin-top: 8px;
  }
  .mb-xxl-2 {
    margin-bottom: 8px;
  }
  .ml-xxl-2 {
    margin-left: 8px;
  }
  .mr-xxl-2 {
    margin-right: 8px;
  }
  .ms-xxl-2 {
    -webkit-margin-start: 8px;
            margin-inline-start: 8px;
  }
  .me-xxl-2 {
    -webkit-margin-end: 8px;
            margin-inline-end: 8px;
  }
  .mx-xxl-2 {
    margin-left: 8px;
    margin-right: 8px;
  }
  .my-xxl-2 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .p-xxl-2 {
    padding: 8px;
  }
  .pt-xxl-2 {
    padding-top: 8px;
  }
  .pb-xxl-2 {
    padding-bottom: 8px;
  }
  .pl-xxl-2 {
    padding-left: 8px;
  }
  .pr-xxl-2 {
    padding-right: 8px;
  }
  .ps-xxl-2 {
    -webkit-padding-start: 8px;
            padding-inline-start: 8px;
  }
  .pe-xxl-2 {
    -webkit-padding-end: 8px;
            padding-inline-end: 8px;
  }
  .px-xxl-2 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .py-xxl-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.m-3 {
  margin: 12px;
}

.mt-3 {
  margin-top: 12px;
}

.mb-3 {
  margin-bottom: 12px;
}

.ml-3 {
  margin-left: 12px;
}

.mr-3 {
  margin-right: 12px;
}

.ms-3 {
  -webkit-margin-start: 12px;
          margin-inline-start: 12px;
}

.me-3 {
  -webkit-margin-end: 12px;
          margin-inline-end: 12px;
}

.mx-3 {
  margin-left: 12px;
  margin-right: 12px;
}

.my-3 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.p-3 {
  padding: 12px;
}

.pt-3 {
  padding-top: 12px;
}

.pb-3 {
  padding-bottom: 12px;
}

.pl-3 {
  padding-left: 12px;
}

.pr-3 {
  padding-right: 12px;
}

.ps-3 {
  -webkit-padding-start: 12px;
          padding-inline-start: 12px;
}

.pe-3 {
  -webkit-padding-end: 12px;
          padding-inline-end: 12px;
}

.px-3 {
  padding-left: 12px;
  padding-right: 12px;
}

.py-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (min-width: 350px) {
  .m-xs-3 {
    margin: 12px;
  }
  .mt-xs-3 {
    margin-top: 12px;
  }
  .mb-xs-3 {
    margin-bottom: 12px;
  }
  .ml-xs-3 {
    margin-left: 12px;
  }
  .mr-xs-3 {
    margin-right: 12px;
  }
  .ms-xs-3 {
    -webkit-margin-start: 12px;
            margin-inline-start: 12px;
  }
  .me-xs-3 {
    -webkit-margin-end: 12px;
            margin-inline-end: 12px;
  }
  .mx-xs-3 {
    margin-left: 12px;
    margin-right: 12px;
  }
  .my-xs-3 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .p-xs-3 {
    padding: 12px;
  }
  .pt-xs-3 {
    padding-top: 12px;
  }
  .pb-xs-3 {
    padding-bottom: 12px;
  }
  .pl-xs-3 {
    padding-left: 12px;
  }
  .pr-xs-3 {
    padding-right: 12px;
  }
  .ps-xs-3 {
    -webkit-padding-start: 12px;
            padding-inline-start: 12px;
  }
  .pe-xs-3 {
    -webkit-padding-end: 12px;
            padding-inline-end: 12px;
  }
  .px-xs-3 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .py-xs-3 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 540px) {
  .m-sm-3 {
    margin: 12px;
  }
  .mt-sm-3 {
    margin-top: 12px;
  }
  .mb-sm-3 {
    margin-bottom: 12px;
  }
  .ml-sm-3 {
    margin-left: 12px;
  }
  .mr-sm-3 {
    margin-right: 12px;
  }
  .ms-sm-3 {
    -webkit-margin-start: 12px;
            margin-inline-start: 12px;
  }
  .me-sm-3 {
    -webkit-margin-end: 12px;
            margin-inline-end: 12px;
  }
  .mx-sm-3 {
    margin-left: 12px;
    margin-right: 12px;
  }
  .my-sm-3 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .p-sm-3 {
    padding: 12px;
  }
  .pt-sm-3 {
    padding-top: 12px;
  }
  .pb-sm-3 {
    padding-bottom: 12px;
  }
  .pl-sm-3 {
    padding-left: 12px;
  }
  .pr-sm-3 {
    padding-right: 12px;
  }
  .ps-sm-3 {
    -webkit-padding-start: 12px;
            padding-inline-start: 12px;
  }
  .pe-sm-3 {
    -webkit-padding-end: 12px;
            padding-inline-end: 12px;
  }
  .px-sm-3 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .py-sm-3 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .m-md-3 {
    margin: 12px;
  }
  .mt-md-3 {
    margin-top: 12px;
  }
  .mb-md-3 {
    margin-bottom: 12px;
  }
  .ml-md-3 {
    margin-left: 12px;
  }
  .mr-md-3 {
    margin-right: 12px;
  }
  .ms-md-3 {
    -webkit-margin-start: 12px;
            margin-inline-start: 12px;
  }
  .me-md-3 {
    -webkit-margin-end: 12px;
            margin-inline-end: 12px;
  }
  .mx-md-3 {
    margin-left: 12px;
    margin-right: 12px;
  }
  .my-md-3 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .p-md-3 {
    padding: 12px;
  }
  .pt-md-3 {
    padding-top: 12px;
  }
  .pb-md-3 {
    padding-bottom: 12px;
  }
  .pl-md-3 {
    padding-left: 12px;
  }
  .pr-md-3 {
    padding-right: 12px;
  }
  .ps-md-3 {
    -webkit-padding-start: 12px;
            padding-inline-start: 12px;
  }
  .pe-md-3 {
    -webkit-padding-end: 12px;
            padding-inline-end: 12px;
  }
  .px-md-3 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .py-md-3 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 1024px) {
  .m-lg-3 {
    margin: 12px;
  }
  .mt-lg-3 {
    margin-top: 12px;
  }
  .mb-lg-3 {
    margin-bottom: 12px;
  }
  .ml-lg-3 {
    margin-left: 12px;
  }
  .mr-lg-3 {
    margin-right: 12px;
  }
  .ms-lg-3 {
    -webkit-margin-start: 12px;
            margin-inline-start: 12px;
  }
  .me-lg-3 {
    -webkit-margin-end: 12px;
            margin-inline-end: 12px;
  }
  .mx-lg-3 {
    margin-left: 12px;
    margin-right: 12px;
  }
  .my-lg-3 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .p-lg-3 {
    padding: 12px;
  }
  .pt-lg-3 {
    padding-top: 12px;
  }
  .pb-lg-3 {
    padding-bottom: 12px;
  }
  .pl-lg-3 {
    padding-left: 12px;
  }
  .pr-lg-3 {
    padding-right: 12px;
  }
  .ps-lg-3 {
    -webkit-padding-start: 12px;
            padding-inline-start: 12px;
  }
  .pe-lg-3 {
    -webkit-padding-end: 12px;
            padding-inline-end: 12px;
  }
  .px-lg-3 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .py-lg-3 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 1200px) {
  .m-xl-3 {
    margin: 12px;
  }
  .mt-xl-3 {
    margin-top: 12px;
  }
  .mb-xl-3 {
    margin-bottom: 12px;
  }
  .ml-xl-3 {
    margin-left: 12px;
  }
  .mr-xl-3 {
    margin-right: 12px;
  }
  .ms-xl-3 {
    -webkit-margin-start: 12px;
            margin-inline-start: 12px;
  }
  .me-xl-3 {
    -webkit-margin-end: 12px;
            margin-inline-end: 12px;
  }
  .mx-xl-3 {
    margin-left: 12px;
    margin-right: 12px;
  }
  .my-xl-3 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .p-xl-3 {
    padding: 12px;
  }
  .pt-xl-3 {
    padding-top: 12px;
  }
  .pb-xl-3 {
    padding-bottom: 12px;
  }
  .pl-xl-3 {
    padding-left: 12px;
  }
  .pr-xl-3 {
    padding-right: 12px;
  }
  .ps-xl-3 {
    -webkit-padding-start: 12px;
            padding-inline-start: 12px;
  }
  .pe-xl-3 {
    -webkit-padding-end: 12px;
            padding-inline-end: 12px;
  }
  .px-xl-3 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .py-xl-3 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 1440px) {
  .m-x2l-3 {
    margin: 12px;
  }
  .mt-x2l-3 {
    margin-top: 12px;
  }
  .mb-x2l-3 {
    margin-bottom: 12px;
  }
  .ml-x2l-3 {
    margin-left: 12px;
  }
  .mr-x2l-3 {
    margin-right: 12px;
  }
  .ms-x2l-3 {
    -webkit-margin-start: 12px;
            margin-inline-start: 12px;
  }
  .me-x2l-3 {
    -webkit-margin-end: 12px;
            margin-inline-end: 12px;
  }
  .mx-x2l-3 {
    margin-left: 12px;
    margin-right: 12px;
  }
  .my-x2l-3 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .p-x2l-3 {
    padding: 12px;
  }
  .pt-x2l-3 {
    padding-top: 12px;
  }
  .pb-x2l-3 {
    padding-bottom: 12px;
  }
  .pl-x2l-3 {
    padding-left: 12px;
  }
  .pr-x2l-3 {
    padding-right: 12px;
  }
  .ps-x2l-3 {
    -webkit-padding-start: 12px;
            padding-inline-start: 12px;
  }
  .pe-x2l-3 {
    -webkit-padding-end: 12px;
            padding-inline-end: 12px;
  }
  .px-x2l-3 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .py-x2l-3 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 1600px) {
  .m-x3l-3 {
    margin: 12px;
  }
  .mt-x3l-3 {
    margin-top: 12px;
  }
  .mb-x3l-3 {
    margin-bottom: 12px;
  }
  .ml-x3l-3 {
    margin-left: 12px;
  }
  .mr-x3l-3 {
    margin-right: 12px;
  }
  .ms-x3l-3 {
    -webkit-margin-start: 12px;
            margin-inline-start: 12px;
  }
  .me-x3l-3 {
    -webkit-margin-end: 12px;
            margin-inline-end: 12px;
  }
  .mx-x3l-3 {
    margin-left: 12px;
    margin-right: 12px;
  }
  .my-x3l-3 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .p-x3l-3 {
    padding: 12px;
  }
  .pt-x3l-3 {
    padding-top: 12px;
  }
  .pb-x3l-3 {
    padding-bottom: 12px;
  }
  .pl-x3l-3 {
    padding-left: 12px;
  }
  .pr-x3l-3 {
    padding-right: 12px;
  }
  .ps-x3l-3 {
    -webkit-padding-start: 12px;
            padding-inline-start: 12px;
  }
  .pe-x3l-3 {
    -webkit-padding-end: 12px;
            padding-inline-end: 12px;
  }
  .px-x3l-3 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .py-x3l-3 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 1800px) {
  .m-x4l-3 {
    margin: 12px;
  }
  .mt-x4l-3 {
    margin-top: 12px;
  }
  .mb-x4l-3 {
    margin-bottom: 12px;
  }
  .ml-x4l-3 {
    margin-left: 12px;
  }
  .mr-x4l-3 {
    margin-right: 12px;
  }
  .ms-x4l-3 {
    -webkit-margin-start: 12px;
            margin-inline-start: 12px;
  }
  .me-x4l-3 {
    -webkit-margin-end: 12px;
            margin-inline-end: 12px;
  }
  .mx-x4l-3 {
    margin-left: 12px;
    margin-right: 12px;
  }
  .my-x4l-3 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .p-x4l-3 {
    padding: 12px;
  }
  .pt-x4l-3 {
    padding-top: 12px;
  }
  .pb-x4l-3 {
    padding-bottom: 12px;
  }
  .pl-x4l-3 {
    padding-left: 12px;
  }
  .pr-x4l-3 {
    padding-right: 12px;
  }
  .ps-x4l-3 {
    -webkit-padding-start: 12px;
            padding-inline-start: 12px;
  }
  .pe-x4l-3 {
    -webkit-padding-end: 12px;
            padding-inline-end: 12px;
  }
  .px-x4l-3 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .py-x4l-3 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 1920px) {
  .m-xxl-3 {
    margin: 12px;
  }
  .mt-xxl-3 {
    margin-top: 12px;
  }
  .mb-xxl-3 {
    margin-bottom: 12px;
  }
  .ml-xxl-3 {
    margin-left: 12px;
  }
  .mr-xxl-3 {
    margin-right: 12px;
  }
  .ms-xxl-3 {
    -webkit-margin-start: 12px;
            margin-inline-start: 12px;
  }
  .me-xxl-3 {
    -webkit-margin-end: 12px;
            margin-inline-end: 12px;
  }
  .mx-xxl-3 {
    margin-left: 12px;
    margin-right: 12px;
  }
  .my-xxl-3 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .p-xxl-3 {
    padding: 12px;
  }
  .pt-xxl-3 {
    padding-top: 12px;
  }
  .pb-xxl-3 {
    padding-bottom: 12px;
  }
  .pl-xxl-3 {
    padding-left: 12px;
  }
  .pr-xxl-3 {
    padding-right: 12px;
  }
  .ps-xxl-3 {
    -webkit-padding-start: 12px;
            padding-inline-start: 12px;
  }
  .pe-xxl-3 {
    -webkit-padding-end: 12px;
            padding-inline-end: 12px;
  }
  .px-xxl-3 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .py-xxl-3 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.m-4 {
  margin: 16px;
}

.mt-4 {
  margin-top: 16px;
}

.mb-4 {
  margin-bottom: 16px;
}

.ml-4 {
  margin-left: 16px;
}

.mr-4 {
  margin-right: 16px;
}

.ms-4 {
  -webkit-margin-start: 16px;
          margin-inline-start: 16px;
}

.me-4 {
  -webkit-margin-end: 16px;
          margin-inline-end: 16px;
}

.mx-4 {
  margin-left: 16px;
  margin-right: 16px;
}

.my-4 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.p-4 {
  padding: 16px;
}

.pt-4 {
  padding-top: 16px;
}

.pb-4 {
  padding-bottom: 16px;
}

.pl-4 {
  padding-left: 16px;
}

.pr-4 {
  padding-right: 16px;
}

.ps-4 {
  -webkit-padding-start: 16px;
          padding-inline-start: 16px;
}

.pe-4 {
  -webkit-padding-end: 16px;
          padding-inline-end: 16px;
}

.px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

.py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}

@media (min-width: 350px) {
  .m-xs-4 {
    margin: 16px;
  }
  .mt-xs-4 {
    margin-top: 16px;
  }
  .mb-xs-4 {
    margin-bottom: 16px;
  }
  .ml-xs-4 {
    margin-left: 16px;
  }
  .mr-xs-4 {
    margin-right: 16px;
  }
  .ms-xs-4 {
    -webkit-margin-start: 16px;
            margin-inline-start: 16px;
  }
  .me-xs-4 {
    -webkit-margin-end: 16px;
            margin-inline-end: 16px;
  }
  .mx-xs-4 {
    margin-left: 16px;
    margin-right: 16px;
  }
  .my-xs-4 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .p-xs-4 {
    padding: 16px;
  }
  .pt-xs-4 {
    padding-top: 16px;
  }
  .pb-xs-4 {
    padding-bottom: 16px;
  }
  .pl-xs-4 {
    padding-left: 16px;
  }
  .pr-xs-4 {
    padding-right: 16px;
  }
  .ps-xs-4 {
    -webkit-padding-start: 16px;
            padding-inline-start: 16px;
  }
  .pe-xs-4 {
    -webkit-padding-end: 16px;
            padding-inline-end: 16px;
  }
  .px-xs-4 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .py-xs-4 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (min-width: 540px) {
  .m-sm-4 {
    margin: 16px;
  }
  .mt-sm-4 {
    margin-top: 16px;
  }
  .mb-sm-4 {
    margin-bottom: 16px;
  }
  .ml-sm-4 {
    margin-left: 16px;
  }
  .mr-sm-4 {
    margin-right: 16px;
  }
  .ms-sm-4 {
    -webkit-margin-start: 16px;
            margin-inline-start: 16px;
  }
  .me-sm-4 {
    -webkit-margin-end: 16px;
            margin-inline-end: 16px;
  }
  .mx-sm-4 {
    margin-left: 16px;
    margin-right: 16px;
  }
  .my-sm-4 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .p-sm-4 {
    padding: 16px;
  }
  .pt-sm-4 {
    padding-top: 16px;
  }
  .pb-sm-4 {
    padding-bottom: 16px;
  }
  .pl-sm-4 {
    padding-left: 16px;
  }
  .pr-sm-4 {
    padding-right: 16px;
  }
  .ps-sm-4 {
    -webkit-padding-start: 16px;
            padding-inline-start: 16px;
  }
  .pe-sm-4 {
    -webkit-padding-end: 16px;
            padding-inline-end: 16px;
  }
  .px-sm-4 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .py-sm-4 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .m-md-4 {
    margin: 16px;
  }
  .mt-md-4 {
    margin-top: 16px;
  }
  .mb-md-4 {
    margin-bottom: 16px;
  }
  .ml-md-4 {
    margin-left: 16px;
  }
  .mr-md-4 {
    margin-right: 16px;
  }
  .ms-md-4 {
    -webkit-margin-start: 16px;
            margin-inline-start: 16px;
  }
  .me-md-4 {
    -webkit-margin-end: 16px;
            margin-inline-end: 16px;
  }
  .mx-md-4 {
    margin-left: 16px;
    margin-right: 16px;
  }
  .my-md-4 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .p-md-4 {
    padding: 16px;
  }
  .pt-md-4 {
    padding-top: 16px;
  }
  .pb-md-4 {
    padding-bottom: 16px;
  }
  .pl-md-4 {
    padding-left: 16px;
  }
  .pr-md-4 {
    padding-right: 16px;
  }
  .ps-md-4 {
    -webkit-padding-start: 16px;
            padding-inline-start: 16px;
  }
  .pe-md-4 {
    -webkit-padding-end: 16px;
            padding-inline-end: 16px;
  }
  .px-md-4 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .py-md-4 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .m-lg-4 {
    margin: 16px;
  }
  .mt-lg-4 {
    margin-top: 16px;
  }
  .mb-lg-4 {
    margin-bottom: 16px;
  }
  .ml-lg-4 {
    margin-left: 16px;
  }
  .mr-lg-4 {
    margin-right: 16px;
  }
  .ms-lg-4 {
    -webkit-margin-start: 16px;
            margin-inline-start: 16px;
  }
  .me-lg-4 {
    -webkit-margin-end: 16px;
            margin-inline-end: 16px;
  }
  .mx-lg-4 {
    margin-left: 16px;
    margin-right: 16px;
  }
  .my-lg-4 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .p-lg-4 {
    padding: 16px;
  }
  .pt-lg-4 {
    padding-top: 16px;
  }
  .pb-lg-4 {
    padding-bottom: 16px;
  }
  .pl-lg-4 {
    padding-left: 16px;
  }
  .pr-lg-4 {
    padding-right: 16px;
  }
  .ps-lg-4 {
    -webkit-padding-start: 16px;
            padding-inline-start: 16px;
  }
  .pe-lg-4 {
    -webkit-padding-end: 16px;
            padding-inline-end: 16px;
  }
  .px-lg-4 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .py-lg-4 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .m-xl-4 {
    margin: 16px;
  }
  .mt-xl-4 {
    margin-top: 16px;
  }
  .mb-xl-4 {
    margin-bottom: 16px;
  }
  .ml-xl-4 {
    margin-left: 16px;
  }
  .mr-xl-4 {
    margin-right: 16px;
  }
  .ms-xl-4 {
    -webkit-margin-start: 16px;
            margin-inline-start: 16px;
  }
  .me-xl-4 {
    -webkit-margin-end: 16px;
            margin-inline-end: 16px;
  }
  .mx-xl-4 {
    margin-left: 16px;
    margin-right: 16px;
  }
  .my-xl-4 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .p-xl-4 {
    padding: 16px;
  }
  .pt-xl-4 {
    padding-top: 16px;
  }
  .pb-xl-4 {
    padding-bottom: 16px;
  }
  .pl-xl-4 {
    padding-left: 16px;
  }
  .pr-xl-4 {
    padding-right: 16px;
  }
  .ps-xl-4 {
    -webkit-padding-start: 16px;
            padding-inline-start: 16px;
  }
  .pe-xl-4 {
    -webkit-padding-end: 16px;
            padding-inline-end: 16px;
  }
  .px-xl-4 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .py-xl-4 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (min-width: 1440px) {
  .m-x2l-4 {
    margin: 16px;
  }
  .mt-x2l-4 {
    margin-top: 16px;
  }
  .mb-x2l-4 {
    margin-bottom: 16px;
  }
  .ml-x2l-4 {
    margin-left: 16px;
  }
  .mr-x2l-4 {
    margin-right: 16px;
  }
  .ms-x2l-4 {
    -webkit-margin-start: 16px;
            margin-inline-start: 16px;
  }
  .me-x2l-4 {
    -webkit-margin-end: 16px;
            margin-inline-end: 16px;
  }
  .mx-x2l-4 {
    margin-left: 16px;
    margin-right: 16px;
  }
  .my-x2l-4 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .p-x2l-4 {
    padding: 16px;
  }
  .pt-x2l-4 {
    padding-top: 16px;
  }
  .pb-x2l-4 {
    padding-bottom: 16px;
  }
  .pl-x2l-4 {
    padding-left: 16px;
  }
  .pr-x2l-4 {
    padding-right: 16px;
  }
  .ps-x2l-4 {
    -webkit-padding-start: 16px;
            padding-inline-start: 16px;
  }
  .pe-x2l-4 {
    -webkit-padding-end: 16px;
            padding-inline-end: 16px;
  }
  .px-x2l-4 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .py-x2l-4 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (min-width: 1600px) {
  .m-x3l-4 {
    margin: 16px;
  }
  .mt-x3l-4 {
    margin-top: 16px;
  }
  .mb-x3l-4 {
    margin-bottom: 16px;
  }
  .ml-x3l-4 {
    margin-left: 16px;
  }
  .mr-x3l-4 {
    margin-right: 16px;
  }
  .ms-x3l-4 {
    -webkit-margin-start: 16px;
            margin-inline-start: 16px;
  }
  .me-x3l-4 {
    -webkit-margin-end: 16px;
            margin-inline-end: 16px;
  }
  .mx-x3l-4 {
    margin-left: 16px;
    margin-right: 16px;
  }
  .my-x3l-4 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .p-x3l-4 {
    padding: 16px;
  }
  .pt-x3l-4 {
    padding-top: 16px;
  }
  .pb-x3l-4 {
    padding-bottom: 16px;
  }
  .pl-x3l-4 {
    padding-left: 16px;
  }
  .pr-x3l-4 {
    padding-right: 16px;
  }
  .ps-x3l-4 {
    -webkit-padding-start: 16px;
            padding-inline-start: 16px;
  }
  .pe-x3l-4 {
    -webkit-padding-end: 16px;
            padding-inline-end: 16px;
  }
  .px-x3l-4 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .py-x3l-4 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (min-width: 1800px) {
  .m-x4l-4 {
    margin: 16px;
  }
  .mt-x4l-4 {
    margin-top: 16px;
  }
  .mb-x4l-4 {
    margin-bottom: 16px;
  }
  .ml-x4l-4 {
    margin-left: 16px;
  }
  .mr-x4l-4 {
    margin-right: 16px;
  }
  .ms-x4l-4 {
    -webkit-margin-start: 16px;
            margin-inline-start: 16px;
  }
  .me-x4l-4 {
    -webkit-margin-end: 16px;
            margin-inline-end: 16px;
  }
  .mx-x4l-4 {
    margin-left: 16px;
    margin-right: 16px;
  }
  .my-x4l-4 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .p-x4l-4 {
    padding: 16px;
  }
  .pt-x4l-4 {
    padding-top: 16px;
  }
  .pb-x4l-4 {
    padding-bottom: 16px;
  }
  .pl-x4l-4 {
    padding-left: 16px;
  }
  .pr-x4l-4 {
    padding-right: 16px;
  }
  .ps-x4l-4 {
    -webkit-padding-start: 16px;
            padding-inline-start: 16px;
  }
  .pe-x4l-4 {
    -webkit-padding-end: 16px;
            padding-inline-end: 16px;
  }
  .px-x4l-4 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .py-x4l-4 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (min-width: 1920px) {
  .m-xxl-4 {
    margin: 16px;
  }
  .mt-xxl-4 {
    margin-top: 16px;
  }
  .mb-xxl-4 {
    margin-bottom: 16px;
  }
  .ml-xxl-4 {
    margin-left: 16px;
  }
  .mr-xxl-4 {
    margin-right: 16px;
  }
  .ms-xxl-4 {
    -webkit-margin-start: 16px;
            margin-inline-start: 16px;
  }
  .me-xxl-4 {
    -webkit-margin-end: 16px;
            margin-inline-end: 16px;
  }
  .mx-xxl-4 {
    margin-left: 16px;
    margin-right: 16px;
  }
  .my-xxl-4 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .p-xxl-4 {
    padding: 16px;
  }
  .pt-xxl-4 {
    padding-top: 16px;
  }
  .pb-xxl-4 {
    padding-bottom: 16px;
  }
  .pl-xxl-4 {
    padding-left: 16px;
  }
  .pr-xxl-4 {
    padding-right: 16px;
  }
  .ps-xxl-4 {
    -webkit-padding-start: 16px;
            padding-inline-start: 16px;
  }
  .pe-xxl-4 {
    -webkit-padding-end: 16px;
            padding-inline-end: 16px;
  }
  .px-xxl-4 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .py-xxl-4 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.m-5 {
  margin: 20px;
}

.mt-5 {
  margin-top: 20px;
}

.mb-5 {
  margin-bottom: 20px;
}

.ml-5 {
  margin-left: 20px;
}

.mr-5 {
  margin-right: 20px;
}

.ms-5 {
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
}

.me-5 {
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}

.mx-5 {
  margin-left: 20px;
  margin-right: 20px;
}

.my-5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.p-5 {
  padding: 20px;
}

.pt-5 {
  padding-top: 20px;
}

.pb-5 {
  padding-bottom: 20px;
}

.pl-5 {
  padding-left: 20px;
}

.pr-5 {
  padding-right: 20px;
}

.ps-5 {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}

.pe-5 {
  -webkit-padding-end: 20px;
          padding-inline-end: 20px;
}

.px-5 {
  padding-left: 20px;
  padding-right: 20px;
}

.py-5 {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 350px) {
  .m-xs-5 {
    margin: 20px;
  }
  .mt-xs-5 {
    margin-top: 20px;
  }
  .mb-xs-5 {
    margin-bottom: 20px;
  }
  .ml-xs-5 {
    margin-left: 20px;
  }
  .mr-xs-5 {
    margin-right: 20px;
  }
  .ms-xs-5 {
    -webkit-margin-start: 20px;
            margin-inline-start: 20px;
  }
  .me-xs-5 {
    -webkit-margin-end: 20px;
            margin-inline-end: 20px;
  }
  .mx-xs-5 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .my-xs-5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .p-xs-5 {
    padding: 20px;
  }
  .pt-xs-5 {
    padding-top: 20px;
  }
  .pb-xs-5 {
    padding-bottom: 20px;
  }
  .pl-xs-5 {
    padding-left: 20px;
  }
  .pr-xs-5 {
    padding-right: 20px;
  }
  .ps-xs-5 {
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
  }
  .pe-xs-5 {
    -webkit-padding-end: 20px;
            padding-inline-end: 20px;
  }
  .px-xs-5 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .py-xs-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 540px) {
  .m-sm-5 {
    margin: 20px;
  }
  .mt-sm-5 {
    margin-top: 20px;
  }
  .mb-sm-5 {
    margin-bottom: 20px;
  }
  .ml-sm-5 {
    margin-left: 20px;
  }
  .mr-sm-5 {
    margin-right: 20px;
  }
  .ms-sm-5 {
    -webkit-margin-start: 20px;
            margin-inline-start: 20px;
  }
  .me-sm-5 {
    -webkit-margin-end: 20px;
            margin-inline-end: 20px;
  }
  .mx-sm-5 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .my-sm-5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .p-sm-5 {
    padding: 20px;
  }
  .pt-sm-5 {
    padding-top: 20px;
  }
  .pb-sm-5 {
    padding-bottom: 20px;
  }
  .pl-sm-5 {
    padding-left: 20px;
  }
  .pr-sm-5 {
    padding-right: 20px;
  }
  .ps-sm-5 {
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
  }
  .pe-sm-5 {
    -webkit-padding-end: 20px;
            padding-inline-end: 20px;
  }
  .px-sm-5 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .py-sm-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .m-md-5 {
    margin: 20px;
  }
  .mt-md-5 {
    margin-top: 20px;
  }
  .mb-md-5 {
    margin-bottom: 20px;
  }
  .ml-md-5 {
    margin-left: 20px;
  }
  .mr-md-5 {
    margin-right: 20px;
  }
  .ms-md-5 {
    -webkit-margin-start: 20px;
            margin-inline-start: 20px;
  }
  .me-md-5 {
    -webkit-margin-end: 20px;
            margin-inline-end: 20px;
  }
  .mx-md-5 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .my-md-5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .p-md-5 {
    padding: 20px;
  }
  .pt-md-5 {
    padding-top: 20px;
  }
  .pb-md-5 {
    padding-bottom: 20px;
  }
  .pl-md-5 {
    padding-left: 20px;
  }
  .pr-md-5 {
    padding-right: 20px;
  }
  .ps-md-5 {
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
  }
  .pe-md-5 {
    -webkit-padding-end: 20px;
            padding-inline-end: 20px;
  }
  .px-md-5 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .py-md-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .m-lg-5 {
    margin: 20px;
  }
  .mt-lg-5 {
    margin-top: 20px;
  }
  .mb-lg-5 {
    margin-bottom: 20px;
  }
  .ml-lg-5 {
    margin-left: 20px;
  }
  .mr-lg-5 {
    margin-right: 20px;
  }
  .ms-lg-5 {
    -webkit-margin-start: 20px;
            margin-inline-start: 20px;
  }
  .me-lg-5 {
    -webkit-margin-end: 20px;
            margin-inline-end: 20px;
  }
  .mx-lg-5 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .my-lg-5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .p-lg-5 {
    padding: 20px;
  }
  .pt-lg-5 {
    padding-top: 20px;
  }
  .pb-lg-5 {
    padding-bottom: 20px;
  }
  .pl-lg-5 {
    padding-left: 20px;
  }
  .pr-lg-5 {
    padding-right: 20px;
  }
  .ps-lg-5 {
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
  }
  .pe-lg-5 {
    -webkit-padding-end: 20px;
            padding-inline-end: 20px;
  }
  .px-lg-5 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .py-lg-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .m-xl-5 {
    margin: 20px;
  }
  .mt-xl-5 {
    margin-top: 20px;
  }
  .mb-xl-5 {
    margin-bottom: 20px;
  }
  .ml-xl-5 {
    margin-left: 20px;
  }
  .mr-xl-5 {
    margin-right: 20px;
  }
  .ms-xl-5 {
    -webkit-margin-start: 20px;
            margin-inline-start: 20px;
  }
  .me-xl-5 {
    -webkit-margin-end: 20px;
            margin-inline-end: 20px;
  }
  .mx-xl-5 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .my-xl-5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .p-xl-5 {
    padding: 20px;
  }
  .pt-xl-5 {
    padding-top: 20px;
  }
  .pb-xl-5 {
    padding-bottom: 20px;
  }
  .pl-xl-5 {
    padding-left: 20px;
  }
  .pr-xl-5 {
    padding-right: 20px;
  }
  .ps-xl-5 {
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
  }
  .pe-xl-5 {
    -webkit-padding-end: 20px;
            padding-inline-end: 20px;
  }
  .px-xl-5 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .py-xl-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1440px) {
  .m-x2l-5 {
    margin: 20px;
  }
  .mt-x2l-5 {
    margin-top: 20px;
  }
  .mb-x2l-5 {
    margin-bottom: 20px;
  }
  .ml-x2l-5 {
    margin-left: 20px;
  }
  .mr-x2l-5 {
    margin-right: 20px;
  }
  .ms-x2l-5 {
    -webkit-margin-start: 20px;
            margin-inline-start: 20px;
  }
  .me-x2l-5 {
    -webkit-margin-end: 20px;
            margin-inline-end: 20px;
  }
  .mx-x2l-5 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .my-x2l-5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .p-x2l-5 {
    padding: 20px;
  }
  .pt-x2l-5 {
    padding-top: 20px;
  }
  .pb-x2l-5 {
    padding-bottom: 20px;
  }
  .pl-x2l-5 {
    padding-left: 20px;
  }
  .pr-x2l-5 {
    padding-right: 20px;
  }
  .ps-x2l-5 {
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
  }
  .pe-x2l-5 {
    -webkit-padding-end: 20px;
            padding-inline-end: 20px;
  }
  .px-x2l-5 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .py-x2l-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1600px) {
  .m-x3l-5 {
    margin: 20px;
  }
  .mt-x3l-5 {
    margin-top: 20px;
  }
  .mb-x3l-5 {
    margin-bottom: 20px;
  }
  .ml-x3l-5 {
    margin-left: 20px;
  }
  .mr-x3l-5 {
    margin-right: 20px;
  }
  .ms-x3l-5 {
    -webkit-margin-start: 20px;
            margin-inline-start: 20px;
  }
  .me-x3l-5 {
    -webkit-margin-end: 20px;
            margin-inline-end: 20px;
  }
  .mx-x3l-5 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .my-x3l-5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .p-x3l-5 {
    padding: 20px;
  }
  .pt-x3l-5 {
    padding-top: 20px;
  }
  .pb-x3l-5 {
    padding-bottom: 20px;
  }
  .pl-x3l-5 {
    padding-left: 20px;
  }
  .pr-x3l-5 {
    padding-right: 20px;
  }
  .ps-x3l-5 {
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
  }
  .pe-x3l-5 {
    -webkit-padding-end: 20px;
            padding-inline-end: 20px;
  }
  .px-x3l-5 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .py-x3l-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1800px) {
  .m-x4l-5 {
    margin: 20px;
  }
  .mt-x4l-5 {
    margin-top: 20px;
  }
  .mb-x4l-5 {
    margin-bottom: 20px;
  }
  .ml-x4l-5 {
    margin-left: 20px;
  }
  .mr-x4l-5 {
    margin-right: 20px;
  }
  .ms-x4l-5 {
    -webkit-margin-start: 20px;
            margin-inline-start: 20px;
  }
  .me-x4l-5 {
    -webkit-margin-end: 20px;
            margin-inline-end: 20px;
  }
  .mx-x4l-5 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .my-x4l-5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .p-x4l-5 {
    padding: 20px;
  }
  .pt-x4l-5 {
    padding-top: 20px;
  }
  .pb-x4l-5 {
    padding-bottom: 20px;
  }
  .pl-x4l-5 {
    padding-left: 20px;
  }
  .pr-x4l-5 {
    padding-right: 20px;
  }
  .ps-x4l-5 {
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
  }
  .pe-x4l-5 {
    -webkit-padding-end: 20px;
            padding-inline-end: 20px;
  }
  .px-x4l-5 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .py-x4l-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1920px) {
  .m-xxl-5 {
    margin: 20px;
  }
  .mt-xxl-5 {
    margin-top: 20px;
  }
  .mb-xxl-5 {
    margin-bottom: 20px;
  }
  .ml-xxl-5 {
    margin-left: 20px;
  }
  .mr-xxl-5 {
    margin-right: 20px;
  }
  .ms-xxl-5 {
    -webkit-margin-start: 20px;
            margin-inline-start: 20px;
  }
  .me-xxl-5 {
    -webkit-margin-end: 20px;
            margin-inline-end: 20px;
  }
  .mx-xxl-5 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .my-xxl-5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .p-xxl-5 {
    padding: 20px;
  }
  .pt-xxl-5 {
    padding-top: 20px;
  }
  .pb-xxl-5 {
    padding-bottom: 20px;
  }
  .pl-xxl-5 {
    padding-left: 20px;
  }
  .pr-xxl-5 {
    padding-right: 20px;
  }
  .ps-xxl-5 {
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
  }
  .pe-xxl-5 {
    -webkit-padding-end: 20px;
            padding-inline-end: 20px;
  }
  .px-xxl-5 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .py-xxl-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.m-6 {
  margin: 24px;
}

.mt-6 {
  margin-top: 24px;
}

.mb-6 {
  margin-bottom: 24px;
}

.ml-6 {
  margin-left: 24px;
}

.mr-6 {
  margin-right: 24px;
}

.ms-6 {
  -webkit-margin-start: 24px;
          margin-inline-start: 24px;
}

.me-6 {
  -webkit-margin-end: 24px;
          margin-inline-end: 24px;
}

.mx-6 {
  margin-left: 24px;
  margin-right: 24px;
}

.my-6 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.p-6 {
  padding: 24px;
}

.pt-6 {
  padding-top: 24px;
}

.pb-6 {
  padding-bottom: 24px;
}

.pl-6 {
  padding-left: 24px;
}

.pr-6 {
  padding-right: 24px;
}

.ps-6 {
  -webkit-padding-start: 24px;
          padding-inline-start: 24px;
}

.pe-6 {
  -webkit-padding-end: 24px;
          padding-inline-end: 24px;
}

.px-6 {
  padding-left: 24px;
  padding-right: 24px;
}

.py-6 {
  padding-top: 24px;
  padding-bottom: 24px;
}

@media (min-width: 350px) {
  .m-xs-6 {
    margin: 24px;
  }
  .mt-xs-6 {
    margin-top: 24px;
  }
  .mb-xs-6 {
    margin-bottom: 24px;
  }
  .ml-xs-6 {
    margin-left: 24px;
  }
  .mr-xs-6 {
    margin-right: 24px;
  }
  .ms-xs-6 {
    -webkit-margin-start: 24px;
            margin-inline-start: 24px;
  }
  .me-xs-6 {
    -webkit-margin-end: 24px;
            margin-inline-end: 24px;
  }
  .mx-xs-6 {
    margin-left: 24px;
    margin-right: 24px;
  }
  .my-xs-6 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .p-xs-6 {
    padding: 24px;
  }
  .pt-xs-6 {
    padding-top: 24px;
  }
  .pb-xs-6 {
    padding-bottom: 24px;
  }
  .pl-xs-6 {
    padding-left: 24px;
  }
  .pr-xs-6 {
    padding-right: 24px;
  }
  .ps-xs-6 {
    -webkit-padding-start: 24px;
            padding-inline-start: 24px;
  }
  .pe-xs-6 {
    -webkit-padding-end: 24px;
            padding-inline-end: 24px;
  }
  .px-xs-6 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .py-xs-6 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 540px) {
  .m-sm-6 {
    margin: 24px;
  }
  .mt-sm-6 {
    margin-top: 24px;
  }
  .mb-sm-6 {
    margin-bottom: 24px;
  }
  .ml-sm-6 {
    margin-left: 24px;
  }
  .mr-sm-6 {
    margin-right: 24px;
  }
  .ms-sm-6 {
    -webkit-margin-start: 24px;
            margin-inline-start: 24px;
  }
  .me-sm-6 {
    -webkit-margin-end: 24px;
            margin-inline-end: 24px;
  }
  .mx-sm-6 {
    margin-left: 24px;
    margin-right: 24px;
  }
  .my-sm-6 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .p-sm-6 {
    padding: 24px;
  }
  .pt-sm-6 {
    padding-top: 24px;
  }
  .pb-sm-6 {
    padding-bottom: 24px;
  }
  .pl-sm-6 {
    padding-left: 24px;
  }
  .pr-sm-6 {
    padding-right: 24px;
  }
  .ps-sm-6 {
    -webkit-padding-start: 24px;
            padding-inline-start: 24px;
  }
  .pe-sm-6 {
    -webkit-padding-end: 24px;
            padding-inline-end: 24px;
  }
  .px-sm-6 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .py-sm-6 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .m-md-6 {
    margin: 24px;
  }
  .mt-md-6 {
    margin-top: 24px;
  }
  .mb-md-6 {
    margin-bottom: 24px;
  }
  .ml-md-6 {
    margin-left: 24px;
  }
  .mr-md-6 {
    margin-right: 24px;
  }
  .ms-md-6 {
    -webkit-margin-start: 24px;
            margin-inline-start: 24px;
  }
  .me-md-6 {
    -webkit-margin-end: 24px;
            margin-inline-end: 24px;
  }
  .mx-md-6 {
    margin-left: 24px;
    margin-right: 24px;
  }
  .my-md-6 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .p-md-6 {
    padding: 24px;
  }
  .pt-md-6 {
    padding-top: 24px;
  }
  .pb-md-6 {
    padding-bottom: 24px;
  }
  .pl-md-6 {
    padding-left: 24px;
  }
  .pr-md-6 {
    padding-right: 24px;
  }
  .ps-md-6 {
    -webkit-padding-start: 24px;
            padding-inline-start: 24px;
  }
  .pe-md-6 {
    -webkit-padding-end: 24px;
            padding-inline-end: 24px;
  }
  .px-md-6 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .py-md-6 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .m-lg-6 {
    margin: 24px;
  }
  .mt-lg-6 {
    margin-top: 24px;
  }
  .mb-lg-6 {
    margin-bottom: 24px;
  }
  .ml-lg-6 {
    margin-left: 24px;
  }
  .mr-lg-6 {
    margin-right: 24px;
  }
  .ms-lg-6 {
    -webkit-margin-start: 24px;
            margin-inline-start: 24px;
  }
  .me-lg-6 {
    -webkit-margin-end: 24px;
            margin-inline-end: 24px;
  }
  .mx-lg-6 {
    margin-left: 24px;
    margin-right: 24px;
  }
  .my-lg-6 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .p-lg-6 {
    padding: 24px;
  }
  .pt-lg-6 {
    padding-top: 24px;
  }
  .pb-lg-6 {
    padding-bottom: 24px;
  }
  .pl-lg-6 {
    padding-left: 24px;
  }
  .pr-lg-6 {
    padding-right: 24px;
  }
  .ps-lg-6 {
    -webkit-padding-start: 24px;
            padding-inline-start: 24px;
  }
  .pe-lg-6 {
    -webkit-padding-end: 24px;
            padding-inline-end: 24px;
  }
  .px-lg-6 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .py-lg-6 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .m-xl-6 {
    margin: 24px;
  }
  .mt-xl-6 {
    margin-top: 24px;
  }
  .mb-xl-6 {
    margin-bottom: 24px;
  }
  .ml-xl-6 {
    margin-left: 24px;
  }
  .mr-xl-6 {
    margin-right: 24px;
  }
  .ms-xl-6 {
    -webkit-margin-start: 24px;
            margin-inline-start: 24px;
  }
  .me-xl-6 {
    -webkit-margin-end: 24px;
            margin-inline-end: 24px;
  }
  .mx-xl-6 {
    margin-left: 24px;
    margin-right: 24px;
  }
  .my-xl-6 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .p-xl-6 {
    padding: 24px;
  }
  .pt-xl-6 {
    padding-top: 24px;
  }
  .pb-xl-6 {
    padding-bottom: 24px;
  }
  .pl-xl-6 {
    padding-left: 24px;
  }
  .pr-xl-6 {
    padding-right: 24px;
  }
  .ps-xl-6 {
    -webkit-padding-start: 24px;
            padding-inline-start: 24px;
  }
  .pe-xl-6 {
    -webkit-padding-end: 24px;
            padding-inline-end: 24px;
  }
  .px-xl-6 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .py-xl-6 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 1440px) {
  .m-x2l-6 {
    margin: 24px;
  }
  .mt-x2l-6 {
    margin-top: 24px;
  }
  .mb-x2l-6 {
    margin-bottom: 24px;
  }
  .ml-x2l-6 {
    margin-left: 24px;
  }
  .mr-x2l-6 {
    margin-right: 24px;
  }
  .ms-x2l-6 {
    -webkit-margin-start: 24px;
            margin-inline-start: 24px;
  }
  .me-x2l-6 {
    -webkit-margin-end: 24px;
            margin-inline-end: 24px;
  }
  .mx-x2l-6 {
    margin-left: 24px;
    margin-right: 24px;
  }
  .my-x2l-6 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .p-x2l-6 {
    padding: 24px;
  }
  .pt-x2l-6 {
    padding-top: 24px;
  }
  .pb-x2l-6 {
    padding-bottom: 24px;
  }
  .pl-x2l-6 {
    padding-left: 24px;
  }
  .pr-x2l-6 {
    padding-right: 24px;
  }
  .ps-x2l-6 {
    -webkit-padding-start: 24px;
            padding-inline-start: 24px;
  }
  .pe-x2l-6 {
    -webkit-padding-end: 24px;
            padding-inline-end: 24px;
  }
  .px-x2l-6 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .py-x2l-6 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 1600px) {
  .m-x3l-6 {
    margin: 24px;
  }
  .mt-x3l-6 {
    margin-top: 24px;
  }
  .mb-x3l-6 {
    margin-bottom: 24px;
  }
  .ml-x3l-6 {
    margin-left: 24px;
  }
  .mr-x3l-6 {
    margin-right: 24px;
  }
  .ms-x3l-6 {
    -webkit-margin-start: 24px;
            margin-inline-start: 24px;
  }
  .me-x3l-6 {
    -webkit-margin-end: 24px;
            margin-inline-end: 24px;
  }
  .mx-x3l-6 {
    margin-left: 24px;
    margin-right: 24px;
  }
  .my-x3l-6 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .p-x3l-6 {
    padding: 24px;
  }
  .pt-x3l-6 {
    padding-top: 24px;
  }
  .pb-x3l-6 {
    padding-bottom: 24px;
  }
  .pl-x3l-6 {
    padding-left: 24px;
  }
  .pr-x3l-6 {
    padding-right: 24px;
  }
  .ps-x3l-6 {
    -webkit-padding-start: 24px;
            padding-inline-start: 24px;
  }
  .pe-x3l-6 {
    -webkit-padding-end: 24px;
            padding-inline-end: 24px;
  }
  .px-x3l-6 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .py-x3l-6 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 1800px) {
  .m-x4l-6 {
    margin: 24px;
  }
  .mt-x4l-6 {
    margin-top: 24px;
  }
  .mb-x4l-6 {
    margin-bottom: 24px;
  }
  .ml-x4l-6 {
    margin-left: 24px;
  }
  .mr-x4l-6 {
    margin-right: 24px;
  }
  .ms-x4l-6 {
    -webkit-margin-start: 24px;
            margin-inline-start: 24px;
  }
  .me-x4l-6 {
    -webkit-margin-end: 24px;
            margin-inline-end: 24px;
  }
  .mx-x4l-6 {
    margin-left: 24px;
    margin-right: 24px;
  }
  .my-x4l-6 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .p-x4l-6 {
    padding: 24px;
  }
  .pt-x4l-6 {
    padding-top: 24px;
  }
  .pb-x4l-6 {
    padding-bottom: 24px;
  }
  .pl-x4l-6 {
    padding-left: 24px;
  }
  .pr-x4l-6 {
    padding-right: 24px;
  }
  .ps-x4l-6 {
    -webkit-padding-start: 24px;
            padding-inline-start: 24px;
  }
  .pe-x4l-6 {
    -webkit-padding-end: 24px;
            padding-inline-end: 24px;
  }
  .px-x4l-6 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .py-x4l-6 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 1920px) {
  .m-xxl-6 {
    margin: 24px;
  }
  .mt-xxl-6 {
    margin-top: 24px;
  }
  .mb-xxl-6 {
    margin-bottom: 24px;
  }
  .ml-xxl-6 {
    margin-left: 24px;
  }
  .mr-xxl-6 {
    margin-right: 24px;
  }
  .ms-xxl-6 {
    -webkit-margin-start: 24px;
            margin-inline-start: 24px;
  }
  .me-xxl-6 {
    -webkit-margin-end: 24px;
            margin-inline-end: 24px;
  }
  .mx-xxl-6 {
    margin-left: 24px;
    margin-right: 24px;
  }
  .my-xxl-6 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .p-xxl-6 {
    padding: 24px;
  }
  .pt-xxl-6 {
    padding-top: 24px;
  }
  .pb-xxl-6 {
    padding-bottom: 24px;
  }
  .pl-xxl-6 {
    padding-left: 24px;
  }
  .pr-xxl-6 {
    padding-right: 24px;
  }
  .ps-xxl-6 {
    -webkit-padding-start: 24px;
            padding-inline-start: 24px;
  }
  .pe-xxl-6 {
    -webkit-padding-end: 24px;
            padding-inline-end: 24px;
  }
  .px-xxl-6 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .py-xxl-6 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.m-7 {
  margin: 28px;
}

.mt-7 {
  margin-top: 28px;
}

.mb-7 {
  margin-bottom: 28px;
}

.ml-7 {
  margin-left: 28px;
}

.mr-7 {
  margin-right: 28px;
}

.ms-7 {
  -webkit-margin-start: 28px;
          margin-inline-start: 28px;
}

.me-7 {
  -webkit-margin-end: 28px;
          margin-inline-end: 28px;
}

.mx-7 {
  margin-left: 28px;
  margin-right: 28px;
}

.my-7 {
  margin-top: 28px;
  margin-bottom: 28px;
}

.p-7 {
  padding: 28px;
}

.pt-7 {
  padding-top: 28px;
}

.pb-7 {
  padding-bottom: 28px;
}

.pl-7 {
  padding-left: 28px;
}

.pr-7 {
  padding-right: 28px;
}

.ps-7 {
  -webkit-padding-start: 28px;
          padding-inline-start: 28px;
}

.pe-7 {
  -webkit-padding-end: 28px;
          padding-inline-end: 28px;
}

.px-7 {
  padding-left: 28px;
  padding-right: 28px;
}

.py-7 {
  padding-top: 28px;
  padding-bottom: 28px;
}

@media (min-width: 350px) {
  .m-xs-7 {
    margin: 28px;
  }
  .mt-xs-7 {
    margin-top: 28px;
  }
  .mb-xs-7 {
    margin-bottom: 28px;
  }
  .ml-xs-7 {
    margin-left: 28px;
  }
  .mr-xs-7 {
    margin-right: 28px;
  }
  .ms-xs-7 {
    -webkit-margin-start: 28px;
            margin-inline-start: 28px;
  }
  .me-xs-7 {
    -webkit-margin-end: 28px;
            margin-inline-end: 28px;
  }
  .mx-xs-7 {
    margin-left: 28px;
    margin-right: 28px;
  }
  .my-xs-7 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .p-xs-7 {
    padding: 28px;
  }
  .pt-xs-7 {
    padding-top: 28px;
  }
  .pb-xs-7 {
    padding-bottom: 28px;
  }
  .pl-xs-7 {
    padding-left: 28px;
  }
  .pr-xs-7 {
    padding-right: 28px;
  }
  .ps-xs-7 {
    -webkit-padding-start: 28px;
            padding-inline-start: 28px;
  }
  .pe-xs-7 {
    -webkit-padding-end: 28px;
            padding-inline-end: 28px;
  }
  .px-xs-7 {
    padding-left: 28px;
    padding-right: 28px;
  }
  .py-xs-7 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
@media (min-width: 540px) {
  .m-sm-7 {
    margin: 28px;
  }
  .mt-sm-7 {
    margin-top: 28px;
  }
  .mb-sm-7 {
    margin-bottom: 28px;
  }
  .ml-sm-7 {
    margin-left: 28px;
  }
  .mr-sm-7 {
    margin-right: 28px;
  }
  .ms-sm-7 {
    -webkit-margin-start: 28px;
            margin-inline-start: 28px;
  }
  .me-sm-7 {
    -webkit-margin-end: 28px;
            margin-inline-end: 28px;
  }
  .mx-sm-7 {
    margin-left: 28px;
    margin-right: 28px;
  }
  .my-sm-7 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .p-sm-7 {
    padding: 28px;
  }
  .pt-sm-7 {
    padding-top: 28px;
  }
  .pb-sm-7 {
    padding-bottom: 28px;
  }
  .pl-sm-7 {
    padding-left: 28px;
  }
  .pr-sm-7 {
    padding-right: 28px;
  }
  .ps-sm-7 {
    -webkit-padding-start: 28px;
            padding-inline-start: 28px;
  }
  .pe-sm-7 {
    -webkit-padding-end: 28px;
            padding-inline-end: 28px;
  }
  .px-sm-7 {
    padding-left: 28px;
    padding-right: 28px;
  }
  .py-sm-7 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
@media (min-width: 768px) {
  .m-md-7 {
    margin: 28px;
  }
  .mt-md-7 {
    margin-top: 28px;
  }
  .mb-md-7 {
    margin-bottom: 28px;
  }
  .ml-md-7 {
    margin-left: 28px;
  }
  .mr-md-7 {
    margin-right: 28px;
  }
  .ms-md-7 {
    -webkit-margin-start: 28px;
            margin-inline-start: 28px;
  }
  .me-md-7 {
    -webkit-margin-end: 28px;
            margin-inline-end: 28px;
  }
  .mx-md-7 {
    margin-left: 28px;
    margin-right: 28px;
  }
  .my-md-7 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .p-md-7 {
    padding: 28px;
  }
  .pt-md-7 {
    padding-top: 28px;
  }
  .pb-md-7 {
    padding-bottom: 28px;
  }
  .pl-md-7 {
    padding-left: 28px;
  }
  .pr-md-7 {
    padding-right: 28px;
  }
  .ps-md-7 {
    -webkit-padding-start: 28px;
            padding-inline-start: 28px;
  }
  .pe-md-7 {
    -webkit-padding-end: 28px;
            padding-inline-end: 28px;
  }
  .px-md-7 {
    padding-left: 28px;
    padding-right: 28px;
  }
  .py-md-7 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
@media (min-width: 1024px) {
  .m-lg-7 {
    margin: 28px;
  }
  .mt-lg-7 {
    margin-top: 28px;
  }
  .mb-lg-7 {
    margin-bottom: 28px;
  }
  .ml-lg-7 {
    margin-left: 28px;
  }
  .mr-lg-7 {
    margin-right: 28px;
  }
  .ms-lg-7 {
    -webkit-margin-start: 28px;
            margin-inline-start: 28px;
  }
  .me-lg-7 {
    -webkit-margin-end: 28px;
            margin-inline-end: 28px;
  }
  .mx-lg-7 {
    margin-left: 28px;
    margin-right: 28px;
  }
  .my-lg-7 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .p-lg-7 {
    padding: 28px;
  }
  .pt-lg-7 {
    padding-top: 28px;
  }
  .pb-lg-7 {
    padding-bottom: 28px;
  }
  .pl-lg-7 {
    padding-left: 28px;
  }
  .pr-lg-7 {
    padding-right: 28px;
  }
  .ps-lg-7 {
    -webkit-padding-start: 28px;
            padding-inline-start: 28px;
  }
  .pe-lg-7 {
    -webkit-padding-end: 28px;
            padding-inline-end: 28px;
  }
  .px-lg-7 {
    padding-left: 28px;
    padding-right: 28px;
  }
  .py-lg-7 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
@media (min-width: 1200px) {
  .m-xl-7 {
    margin: 28px;
  }
  .mt-xl-7 {
    margin-top: 28px;
  }
  .mb-xl-7 {
    margin-bottom: 28px;
  }
  .ml-xl-7 {
    margin-left: 28px;
  }
  .mr-xl-7 {
    margin-right: 28px;
  }
  .ms-xl-7 {
    -webkit-margin-start: 28px;
            margin-inline-start: 28px;
  }
  .me-xl-7 {
    -webkit-margin-end: 28px;
            margin-inline-end: 28px;
  }
  .mx-xl-7 {
    margin-left: 28px;
    margin-right: 28px;
  }
  .my-xl-7 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .p-xl-7 {
    padding: 28px;
  }
  .pt-xl-7 {
    padding-top: 28px;
  }
  .pb-xl-7 {
    padding-bottom: 28px;
  }
  .pl-xl-7 {
    padding-left: 28px;
  }
  .pr-xl-7 {
    padding-right: 28px;
  }
  .ps-xl-7 {
    -webkit-padding-start: 28px;
            padding-inline-start: 28px;
  }
  .pe-xl-7 {
    -webkit-padding-end: 28px;
            padding-inline-end: 28px;
  }
  .px-xl-7 {
    padding-left: 28px;
    padding-right: 28px;
  }
  .py-xl-7 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
@media (min-width: 1440px) {
  .m-x2l-7 {
    margin: 28px;
  }
  .mt-x2l-7 {
    margin-top: 28px;
  }
  .mb-x2l-7 {
    margin-bottom: 28px;
  }
  .ml-x2l-7 {
    margin-left: 28px;
  }
  .mr-x2l-7 {
    margin-right: 28px;
  }
  .ms-x2l-7 {
    -webkit-margin-start: 28px;
            margin-inline-start: 28px;
  }
  .me-x2l-7 {
    -webkit-margin-end: 28px;
            margin-inline-end: 28px;
  }
  .mx-x2l-7 {
    margin-left: 28px;
    margin-right: 28px;
  }
  .my-x2l-7 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .p-x2l-7 {
    padding: 28px;
  }
  .pt-x2l-7 {
    padding-top: 28px;
  }
  .pb-x2l-7 {
    padding-bottom: 28px;
  }
  .pl-x2l-7 {
    padding-left: 28px;
  }
  .pr-x2l-7 {
    padding-right: 28px;
  }
  .ps-x2l-7 {
    -webkit-padding-start: 28px;
            padding-inline-start: 28px;
  }
  .pe-x2l-7 {
    -webkit-padding-end: 28px;
            padding-inline-end: 28px;
  }
  .px-x2l-7 {
    padding-left: 28px;
    padding-right: 28px;
  }
  .py-x2l-7 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
@media (min-width: 1600px) {
  .m-x3l-7 {
    margin: 28px;
  }
  .mt-x3l-7 {
    margin-top: 28px;
  }
  .mb-x3l-7 {
    margin-bottom: 28px;
  }
  .ml-x3l-7 {
    margin-left: 28px;
  }
  .mr-x3l-7 {
    margin-right: 28px;
  }
  .ms-x3l-7 {
    -webkit-margin-start: 28px;
            margin-inline-start: 28px;
  }
  .me-x3l-7 {
    -webkit-margin-end: 28px;
            margin-inline-end: 28px;
  }
  .mx-x3l-7 {
    margin-left: 28px;
    margin-right: 28px;
  }
  .my-x3l-7 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .p-x3l-7 {
    padding: 28px;
  }
  .pt-x3l-7 {
    padding-top: 28px;
  }
  .pb-x3l-7 {
    padding-bottom: 28px;
  }
  .pl-x3l-7 {
    padding-left: 28px;
  }
  .pr-x3l-7 {
    padding-right: 28px;
  }
  .ps-x3l-7 {
    -webkit-padding-start: 28px;
            padding-inline-start: 28px;
  }
  .pe-x3l-7 {
    -webkit-padding-end: 28px;
            padding-inline-end: 28px;
  }
  .px-x3l-7 {
    padding-left: 28px;
    padding-right: 28px;
  }
  .py-x3l-7 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
@media (min-width: 1800px) {
  .m-x4l-7 {
    margin: 28px;
  }
  .mt-x4l-7 {
    margin-top: 28px;
  }
  .mb-x4l-7 {
    margin-bottom: 28px;
  }
  .ml-x4l-7 {
    margin-left: 28px;
  }
  .mr-x4l-7 {
    margin-right: 28px;
  }
  .ms-x4l-7 {
    -webkit-margin-start: 28px;
            margin-inline-start: 28px;
  }
  .me-x4l-7 {
    -webkit-margin-end: 28px;
            margin-inline-end: 28px;
  }
  .mx-x4l-7 {
    margin-left: 28px;
    margin-right: 28px;
  }
  .my-x4l-7 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .p-x4l-7 {
    padding: 28px;
  }
  .pt-x4l-7 {
    padding-top: 28px;
  }
  .pb-x4l-7 {
    padding-bottom: 28px;
  }
  .pl-x4l-7 {
    padding-left: 28px;
  }
  .pr-x4l-7 {
    padding-right: 28px;
  }
  .ps-x4l-7 {
    -webkit-padding-start: 28px;
            padding-inline-start: 28px;
  }
  .pe-x4l-7 {
    -webkit-padding-end: 28px;
            padding-inline-end: 28px;
  }
  .px-x4l-7 {
    padding-left: 28px;
    padding-right: 28px;
  }
  .py-x4l-7 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
@media (min-width: 1920px) {
  .m-xxl-7 {
    margin: 28px;
  }
  .mt-xxl-7 {
    margin-top: 28px;
  }
  .mb-xxl-7 {
    margin-bottom: 28px;
  }
  .ml-xxl-7 {
    margin-left: 28px;
  }
  .mr-xxl-7 {
    margin-right: 28px;
  }
  .ms-xxl-7 {
    -webkit-margin-start: 28px;
            margin-inline-start: 28px;
  }
  .me-xxl-7 {
    -webkit-margin-end: 28px;
            margin-inline-end: 28px;
  }
  .mx-xxl-7 {
    margin-left: 28px;
    margin-right: 28px;
  }
  .my-xxl-7 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .p-xxl-7 {
    padding: 28px;
  }
  .pt-xxl-7 {
    padding-top: 28px;
  }
  .pb-xxl-7 {
    padding-bottom: 28px;
  }
  .pl-xxl-7 {
    padding-left: 28px;
  }
  .pr-xxl-7 {
    padding-right: 28px;
  }
  .ps-xxl-7 {
    -webkit-padding-start: 28px;
            padding-inline-start: 28px;
  }
  .pe-xxl-7 {
    -webkit-padding-end: 28px;
            padding-inline-end: 28px;
  }
  .px-xxl-7 {
    padding-left: 28px;
    padding-right: 28px;
  }
  .py-xxl-7 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
.m-8 {
  margin: 32px;
}

.mt-8 {
  margin-top: 32px;
}

.mb-8 {
  margin-bottom: 32px;
}

.ml-8 {
  margin-left: 32px;
}

.mr-8 {
  margin-right: 32px;
}

.ms-8 {
  -webkit-margin-start: 32px;
          margin-inline-start: 32px;
}

.me-8 {
  -webkit-margin-end: 32px;
          margin-inline-end: 32px;
}

.mx-8 {
  margin-left: 32px;
  margin-right: 32px;
}

.my-8 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.p-8 {
  padding: 32px;
}

.pt-8 {
  padding-top: 32px;
}

.pb-8 {
  padding-bottom: 32px;
}

.pl-8 {
  padding-left: 32px;
}

.pr-8 {
  padding-right: 32px;
}

.ps-8 {
  -webkit-padding-start: 32px;
          padding-inline-start: 32px;
}

.pe-8 {
  -webkit-padding-end: 32px;
          padding-inline-end: 32px;
}

.px-8 {
  padding-left: 32px;
  padding-right: 32px;
}

.py-8 {
  padding-top: 32px;
  padding-bottom: 32px;
}

@media (min-width: 350px) {
  .m-xs-8 {
    margin: 32px;
  }
  .mt-xs-8 {
    margin-top: 32px;
  }
  .mb-xs-8 {
    margin-bottom: 32px;
  }
  .ml-xs-8 {
    margin-left: 32px;
  }
  .mr-xs-8 {
    margin-right: 32px;
  }
  .ms-xs-8 {
    -webkit-margin-start: 32px;
            margin-inline-start: 32px;
  }
  .me-xs-8 {
    -webkit-margin-end: 32px;
            margin-inline-end: 32px;
  }
  .mx-xs-8 {
    margin-left: 32px;
    margin-right: 32px;
  }
  .my-xs-8 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .p-xs-8 {
    padding: 32px;
  }
  .pt-xs-8 {
    padding-top: 32px;
  }
  .pb-xs-8 {
    padding-bottom: 32px;
  }
  .pl-xs-8 {
    padding-left: 32px;
  }
  .pr-xs-8 {
    padding-right: 32px;
  }
  .ps-xs-8 {
    -webkit-padding-start: 32px;
            padding-inline-start: 32px;
  }
  .pe-xs-8 {
    -webkit-padding-end: 32px;
            padding-inline-end: 32px;
  }
  .px-xs-8 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .py-xs-8 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (min-width: 540px) {
  .m-sm-8 {
    margin: 32px;
  }
  .mt-sm-8 {
    margin-top: 32px;
  }
  .mb-sm-8 {
    margin-bottom: 32px;
  }
  .ml-sm-8 {
    margin-left: 32px;
  }
  .mr-sm-8 {
    margin-right: 32px;
  }
  .ms-sm-8 {
    -webkit-margin-start: 32px;
            margin-inline-start: 32px;
  }
  .me-sm-8 {
    -webkit-margin-end: 32px;
            margin-inline-end: 32px;
  }
  .mx-sm-8 {
    margin-left: 32px;
    margin-right: 32px;
  }
  .my-sm-8 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .p-sm-8 {
    padding: 32px;
  }
  .pt-sm-8 {
    padding-top: 32px;
  }
  .pb-sm-8 {
    padding-bottom: 32px;
  }
  .pl-sm-8 {
    padding-left: 32px;
  }
  .pr-sm-8 {
    padding-right: 32px;
  }
  .ps-sm-8 {
    -webkit-padding-start: 32px;
            padding-inline-start: 32px;
  }
  .pe-sm-8 {
    -webkit-padding-end: 32px;
            padding-inline-end: 32px;
  }
  .px-sm-8 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .py-sm-8 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (min-width: 768px) {
  .m-md-8 {
    margin: 32px;
  }
  .mt-md-8 {
    margin-top: 32px;
  }
  .mb-md-8 {
    margin-bottom: 32px;
  }
  .ml-md-8 {
    margin-left: 32px;
  }
  .mr-md-8 {
    margin-right: 32px;
  }
  .ms-md-8 {
    -webkit-margin-start: 32px;
            margin-inline-start: 32px;
  }
  .me-md-8 {
    -webkit-margin-end: 32px;
            margin-inline-end: 32px;
  }
  .mx-md-8 {
    margin-left: 32px;
    margin-right: 32px;
  }
  .my-md-8 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .p-md-8 {
    padding: 32px;
  }
  .pt-md-8 {
    padding-top: 32px;
  }
  .pb-md-8 {
    padding-bottom: 32px;
  }
  .pl-md-8 {
    padding-left: 32px;
  }
  .pr-md-8 {
    padding-right: 32px;
  }
  .ps-md-8 {
    -webkit-padding-start: 32px;
            padding-inline-start: 32px;
  }
  .pe-md-8 {
    -webkit-padding-end: 32px;
            padding-inline-end: 32px;
  }
  .px-md-8 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .py-md-8 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (min-width: 1024px) {
  .m-lg-8 {
    margin: 32px;
  }
  .mt-lg-8 {
    margin-top: 32px;
  }
  .mb-lg-8 {
    margin-bottom: 32px;
  }
  .ml-lg-8 {
    margin-left: 32px;
  }
  .mr-lg-8 {
    margin-right: 32px;
  }
  .ms-lg-8 {
    -webkit-margin-start: 32px;
            margin-inline-start: 32px;
  }
  .me-lg-8 {
    -webkit-margin-end: 32px;
            margin-inline-end: 32px;
  }
  .mx-lg-8 {
    margin-left: 32px;
    margin-right: 32px;
  }
  .my-lg-8 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .p-lg-8 {
    padding: 32px;
  }
  .pt-lg-8 {
    padding-top: 32px;
  }
  .pb-lg-8 {
    padding-bottom: 32px;
  }
  .pl-lg-8 {
    padding-left: 32px;
  }
  .pr-lg-8 {
    padding-right: 32px;
  }
  .ps-lg-8 {
    -webkit-padding-start: 32px;
            padding-inline-start: 32px;
  }
  .pe-lg-8 {
    -webkit-padding-end: 32px;
            padding-inline-end: 32px;
  }
  .px-lg-8 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .py-lg-8 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .m-xl-8 {
    margin: 32px;
  }
  .mt-xl-8 {
    margin-top: 32px;
  }
  .mb-xl-8 {
    margin-bottom: 32px;
  }
  .ml-xl-8 {
    margin-left: 32px;
  }
  .mr-xl-8 {
    margin-right: 32px;
  }
  .ms-xl-8 {
    -webkit-margin-start: 32px;
            margin-inline-start: 32px;
  }
  .me-xl-8 {
    -webkit-margin-end: 32px;
            margin-inline-end: 32px;
  }
  .mx-xl-8 {
    margin-left: 32px;
    margin-right: 32px;
  }
  .my-xl-8 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .p-xl-8 {
    padding: 32px;
  }
  .pt-xl-8 {
    padding-top: 32px;
  }
  .pb-xl-8 {
    padding-bottom: 32px;
  }
  .pl-xl-8 {
    padding-left: 32px;
  }
  .pr-xl-8 {
    padding-right: 32px;
  }
  .ps-xl-8 {
    -webkit-padding-start: 32px;
            padding-inline-start: 32px;
  }
  .pe-xl-8 {
    -webkit-padding-end: 32px;
            padding-inline-end: 32px;
  }
  .px-xl-8 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .py-xl-8 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (min-width: 1440px) {
  .m-x2l-8 {
    margin: 32px;
  }
  .mt-x2l-8 {
    margin-top: 32px;
  }
  .mb-x2l-8 {
    margin-bottom: 32px;
  }
  .ml-x2l-8 {
    margin-left: 32px;
  }
  .mr-x2l-8 {
    margin-right: 32px;
  }
  .ms-x2l-8 {
    -webkit-margin-start: 32px;
            margin-inline-start: 32px;
  }
  .me-x2l-8 {
    -webkit-margin-end: 32px;
            margin-inline-end: 32px;
  }
  .mx-x2l-8 {
    margin-left: 32px;
    margin-right: 32px;
  }
  .my-x2l-8 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .p-x2l-8 {
    padding: 32px;
  }
  .pt-x2l-8 {
    padding-top: 32px;
  }
  .pb-x2l-8 {
    padding-bottom: 32px;
  }
  .pl-x2l-8 {
    padding-left: 32px;
  }
  .pr-x2l-8 {
    padding-right: 32px;
  }
  .ps-x2l-8 {
    -webkit-padding-start: 32px;
            padding-inline-start: 32px;
  }
  .pe-x2l-8 {
    -webkit-padding-end: 32px;
            padding-inline-end: 32px;
  }
  .px-x2l-8 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .py-x2l-8 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (min-width: 1600px) {
  .m-x3l-8 {
    margin: 32px;
  }
  .mt-x3l-8 {
    margin-top: 32px;
  }
  .mb-x3l-8 {
    margin-bottom: 32px;
  }
  .ml-x3l-8 {
    margin-left: 32px;
  }
  .mr-x3l-8 {
    margin-right: 32px;
  }
  .ms-x3l-8 {
    -webkit-margin-start: 32px;
            margin-inline-start: 32px;
  }
  .me-x3l-8 {
    -webkit-margin-end: 32px;
            margin-inline-end: 32px;
  }
  .mx-x3l-8 {
    margin-left: 32px;
    margin-right: 32px;
  }
  .my-x3l-8 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .p-x3l-8 {
    padding: 32px;
  }
  .pt-x3l-8 {
    padding-top: 32px;
  }
  .pb-x3l-8 {
    padding-bottom: 32px;
  }
  .pl-x3l-8 {
    padding-left: 32px;
  }
  .pr-x3l-8 {
    padding-right: 32px;
  }
  .ps-x3l-8 {
    -webkit-padding-start: 32px;
            padding-inline-start: 32px;
  }
  .pe-x3l-8 {
    -webkit-padding-end: 32px;
            padding-inline-end: 32px;
  }
  .px-x3l-8 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .py-x3l-8 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (min-width: 1800px) {
  .m-x4l-8 {
    margin: 32px;
  }
  .mt-x4l-8 {
    margin-top: 32px;
  }
  .mb-x4l-8 {
    margin-bottom: 32px;
  }
  .ml-x4l-8 {
    margin-left: 32px;
  }
  .mr-x4l-8 {
    margin-right: 32px;
  }
  .ms-x4l-8 {
    -webkit-margin-start: 32px;
            margin-inline-start: 32px;
  }
  .me-x4l-8 {
    -webkit-margin-end: 32px;
            margin-inline-end: 32px;
  }
  .mx-x4l-8 {
    margin-left: 32px;
    margin-right: 32px;
  }
  .my-x4l-8 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .p-x4l-8 {
    padding: 32px;
  }
  .pt-x4l-8 {
    padding-top: 32px;
  }
  .pb-x4l-8 {
    padding-bottom: 32px;
  }
  .pl-x4l-8 {
    padding-left: 32px;
  }
  .pr-x4l-8 {
    padding-right: 32px;
  }
  .ps-x4l-8 {
    -webkit-padding-start: 32px;
            padding-inline-start: 32px;
  }
  .pe-x4l-8 {
    -webkit-padding-end: 32px;
            padding-inline-end: 32px;
  }
  .px-x4l-8 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .py-x4l-8 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (min-width: 1920px) {
  .m-xxl-8 {
    margin: 32px;
  }
  .mt-xxl-8 {
    margin-top: 32px;
  }
  .mb-xxl-8 {
    margin-bottom: 32px;
  }
  .ml-xxl-8 {
    margin-left: 32px;
  }
  .mr-xxl-8 {
    margin-right: 32px;
  }
  .ms-xxl-8 {
    -webkit-margin-start: 32px;
            margin-inline-start: 32px;
  }
  .me-xxl-8 {
    -webkit-margin-end: 32px;
            margin-inline-end: 32px;
  }
  .mx-xxl-8 {
    margin-left: 32px;
    margin-right: 32px;
  }
  .my-xxl-8 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .p-xxl-8 {
    padding: 32px;
  }
  .pt-xxl-8 {
    padding-top: 32px;
  }
  .pb-xxl-8 {
    padding-bottom: 32px;
  }
  .pl-xxl-8 {
    padding-left: 32px;
  }
  .pr-xxl-8 {
    padding-right: 32px;
  }
  .ps-xxl-8 {
    -webkit-padding-start: 32px;
            padding-inline-start: 32px;
  }
  .pe-xxl-8 {
    -webkit-padding-end: 32px;
            padding-inline-end: 32px;
  }
  .px-xxl-8 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .py-xxl-8 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.m-9 {
  margin: 36px;
}

.mt-9 {
  margin-top: 36px;
}

.mb-9 {
  margin-bottom: 36px;
}

.ml-9 {
  margin-left: 36px;
}

.mr-9 {
  margin-right: 36px;
}

.ms-9 {
  -webkit-margin-start: 36px;
          margin-inline-start: 36px;
}

.me-9 {
  -webkit-margin-end: 36px;
          margin-inline-end: 36px;
}

.mx-9 {
  margin-left: 36px;
  margin-right: 36px;
}

.my-9 {
  margin-top: 36px;
  margin-bottom: 36px;
}

.p-9 {
  padding: 36px;
}

.pt-9 {
  padding-top: 36px;
}

.pb-9 {
  padding-bottom: 36px;
}

.pl-9 {
  padding-left: 36px;
}

.pr-9 {
  padding-right: 36px;
}

.ps-9 {
  -webkit-padding-start: 36px;
          padding-inline-start: 36px;
}

.pe-9 {
  -webkit-padding-end: 36px;
          padding-inline-end: 36px;
}

.px-9 {
  padding-left: 36px;
  padding-right: 36px;
}

.py-9 {
  padding-top: 36px;
  padding-bottom: 36px;
}

@media (min-width: 350px) {
  .m-xs-9 {
    margin: 36px;
  }
  .mt-xs-9 {
    margin-top: 36px;
  }
  .mb-xs-9 {
    margin-bottom: 36px;
  }
  .ml-xs-9 {
    margin-left: 36px;
  }
  .mr-xs-9 {
    margin-right: 36px;
  }
  .ms-xs-9 {
    -webkit-margin-start: 36px;
            margin-inline-start: 36px;
  }
  .me-xs-9 {
    -webkit-margin-end: 36px;
            margin-inline-end: 36px;
  }
  .mx-xs-9 {
    margin-left: 36px;
    margin-right: 36px;
  }
  .my-xs-9 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .p-xs-9 {
    padding: 36px;
  }
  .pt-xs-9 {
    padding-top: 36px;
  }
  .pb-xs-9 {
    padding-bottom: 36px;
  }
  .pl-xs-9 {
    padding-left: 36px;
  }
  .pr-xs-9 {
    padding-right: 36px;
  }
  .ps-xs-9 {
    -webkit-padding-start: 36px;
            padding-inline-start: 36px;
  }
  .pe-xs-9 {
    -webkit-padding-end: 36px;
            padding-inline-end: 36px;
  }
  .px-xs-9 {
    padding-left: 36px;
    padding-right: 36px;
  }
  .py-xs-9 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media (min-width: 540px) {
  .m-sm-9 {
    margin: 36px;
  }
  .mt-sm-9 {
    margin-top: 36px;
  }
  .mb-sm-9 {
    margin-bottom: 36px;
  }
  .ml-sm-9 {
    margin-left: 36px;
  }
  .mr-sm-9 {
    margin-right: 36px;
  }
  .ms-sm-9 {
    -webkit-margin-start: 36px;
            margin-inline-start: 36px;
  }
  .me-sm-9 {
    -webkit-margin-end: 36px;
            margin-inline-end: 36px;
  }
  .mx-sm-9 {
    margin-left: 36px;
    margin-right: 36px;
  }
  .my-sm-9 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .p-sm-9 {
    padding: 36px;
  }
  .pt-sm-9 {
    padding-top: 36px;
  }
  .pb-sm-9 {
    padding-bottom: 36px;
  }
  .pl-sm-9 {
    padding-left: 36px;
  }
  .pr-sm-9 {
    padding-right: 36px;
  }
  .ps-sm-9 {
    -webkit-padding-start: 36px;
            padding-inline-start: 36px;
  }
  .pe-sm-9 {
    -webkit-padding-end: 36px;
            padding-inline-end: 36px;
  }
  .px-sm-9 {
    padding-left: 36px;
    padding-right: 36px;
  }
  .py-sm-9 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media (min-width: 768px) {
  .m-md-9 {
    margin: 36px;
  }
  .mt-md-9 {
    margin-top: 36px;
  }
  .mb-md-9 {
    margin-bottom: 36px;
  }
  .ml-md-9 {
    margin-left: 36px;
  }
  .mr-md-9 {
    margin-right: 36px;
  }
  .ms-md-9 {
    -webkit-margin-start: 36px;
            margin-inline-start: 36px;
  }
  .me-md-9 {
    -webkit-margin-end: 36px;
            margin-inline-end: 36px;
  }
  .mx-md-9 {
    margin-left: 36px;
    margin-right: 36px;
  }
  .my-md-9 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .p-md-9 {
    padding: 36px;
  }
  .pt-md-9 {
    padding-top: 36px;
  }
  .pb-md-9 {
    padding-bottom: 36px;
  }
  .pl-md-9 {
    padding-left: 36px;
  }
  .pr-md-9 {
    padding-right: 36px;
  }
  .ps-md-9 {
    -webkit-padding-start: 36px;
            padding-inline-start: 36px;
  }
  .pe-md-9 {
    -webkit-padding-end: 36px;
            padding-inline-end: 36px;
  }
  .px-md-9 {
    padding-left: 36px;
    padding-right: 36px;
  }
  .py-md-9 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media (min-width: 1024px) {
  .m-lg-9 {
    margin: 36px;
  }
  .mt-lg-9 {
    margin-top: 36px;
  }
  .mb-lg-9 {
    margin-bottom: 36px;
  }
  .ml-lg-9 {
    margin-left: 36px;
  }
  .mr-lg-9 {
    margin-right: 36px;
  }
  .ms-lg-9 {
    -webkit-margin-start: 36px;
            margin-inline-start: 36px;
  }
  .me-lg-9 {
    -webkit-margin-end: 36px;
            margin-inline-end: 36px;
  }
  .mx-lg-9 {
    margin-left: 36px;
    margin-right: 36px;
  }
  .my-lg-9 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .p-lg-9 {
    padding: 36px;
  }
  .pt-lg-9 {
    padding-top: 36px;
  }
  .pb-lg-9 {
    padding-bottom: 36px;
  }
  .pl-lg-9 {
    padding-left: 36px;
  }
  .pr-lg-9 {
    padding-right: 36px;
  }
  .ps-lg-9 {
    -webkit-padding-start: 36px;
            padding-inline-start: 36px;
  }
  .pe-lg-9 {
    -webkit-padding-end: 36px;
            padding-inline-end: 36px;
  }
  .px-lg-9 {
    padding-left: 36px;
    padding-right: 36px;
  }
  .py-lg-9 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media (min-width: 1200px) {
  .m-xl-9 {
    margin: 36px;
  }
  .mt-xl-9 {
    margin-top: 36px;
  }
  .mb-xl-9 {
    margin-bottom: 36px;
  }
  .ml-xl-9 {
    margin-left: 36px;
  }
  .mr-xl-9 {
    margin-right: 36px;
  }
  .ms-xl-9 {
    -webkit-margin-start: 36px;
            margin-inline-start: 36px;
  }
  .me-xl-9 {
    -webkit-margin-end: 36px;
            margin-inline-end: 36px;
  }
  .mx-xl-9 {
    margin-left: 36px;
    margin-right: 36px;
  }
  .my-xl-9 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .p-xl-9 {
    padding: 36px;
  }
  .pt-xl-9 {
    padding-top: 36px;
  }
  .pb-xl-9 {
    padding-bottom: 36px;
  }
  .pl-xl-9 {
    padding-left: 36px;
  }
  .pr-xl-9 {
    padding-right: 36px;
  }
  .ps-xl-9 {
    -webkit-padding-start: 36px;
            padding-inline-start: 36px;
  }
  .pe-xl-9 {
    -webkit-padding-end: 36px;
            padding-inline-end: 36px;
  }
  .px-xl-9 {
    padding-left: 36px;
    padding-right: 36px;
  }
  .py-xl-9 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media (min-width: 1440px) {
  .m-x2l-9 {
    margin: 36px;
  }
  .mt-x2l-9 {
    margin-top: 36px;
  }
  .mb-x2l-9 {
    margin-bottom: 36px;
  }
  .ml-x2l-9 {
    margin-left: 36px;
  }
  .mr-x2l-9 {
    margin-right: 36px;
  }
  .ms-x2l-9 {
    -webkit-margin-start: 36px;
            margin-inline-start: 36px;
  }
  .me-x2l-9 {
    -webkit-margin-end: 36px;
            margin-inline-end: 36px;
  }
  .mx-x2l-9 {
    margin-left: 36px;
    margin-right: 36px;
  }
  .my-x2l-9 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .p-x2l-9 {
    padding: 36px;
  }
  .pt-x2l-9 {
    padding-top: 36px;
  }
  .pb-x2l-9 {
    padding-bottom: 36px;
  }
  .pl-x2l-9 {
    padding-left: 36px;
  }
  .pr-x2l-9 {
    padding-right: 36px;
  }
  .ps-x2l-9 {
    -webkit-padding-start: 36px;
            padding-inline-start: 36px;
  }
  .pe-x2l-9 {
    -webkit-padding-end: 36px;
            padding-inline-end: 36px;
  }
  .px-x2l-9 {
    padding-left: 36px;
    padding-right: 36px;
  }
  .py-x2l-9 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media (min-width: 1600px) {
  .m-x3l-9 {
    margin: 36px;
  }
  .mt-x3l-9 {
    margin-top: 36px;
  }
  .mb-x3l-9 {
    margin-bottom: 36px;
  }
  .ml-x3l-9 {
    margin-left: 36px;
  }
  .mr-x3l-9 {
    margin-right: 36px;
  }
  .ms-x3l-9 {
    -webkit-margin-start: 36px;
            margin-inline-start: 36px;
  }
  .me-x3l-9 {
    -webkit-margin-end: 36px;
            margin-inline-end: 36px;
  }
  .mx-x3l-9 {
    margin-left: 36px;
    margin-right: 36px;
  }
  .my-x3l-9 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .p-x3l-9 {
    padding: 36px;
  }
  .pt-x3l-9 {
    padding-top: 36px;
  }
  .pb-x3l-9 {
    padding-bottom: 36px;
  }
  .pl-x3l-9 {
    padding-left: 36px;
  }
  .pr-x3l-9 {
    padding-right: 36px;
  }
  .ps-x3l-9 {
    -webkit-padding-start: 36px;
            padding-inline-start: 36px;
  }
  .pe-x3l-9 {
    -webkit-padding-end: 36px;
            padding-inline-end: 36px;
  }
  .px-x3l-9 {
    padding-left: 36px;
    padding-right: 36px;
  }
  .py-x3l-9 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media (min-width: 1800px) {
  .m-x4l-9 {
    margin: 36px;
  }
  .mt-x4l-9 {
    margin-top: 36px;
  }
  .mb-x4l-9 {
    margin-bottom: 36px;
  }
  .ml-x4l-9 {
    margin-left: 36px;
  }
  .mr-x4l-9 {
    margin-right: 36px;
  }
  .ms-x4l-9 {
    -webkit-margin-start: 36px;
            margin-inline-start: 36px;
  }
  .me-x4l-9 {
    -webkit-margin-end: 36px;
            margin-inline-end: 36px;
  }
  .mx-x4l-9 {
    margin-left: 36px;
    margin-right: 36px;
  }
  .my-x4l-9 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .p-x4l-9 {
    padding: 36px;
  }
  .pt-x4l-9 {
    padding-top: 36px;
  }
  .pb-x4l-9 {
    padding-bottom: 36px;
  }
  .pl-x4l-9 {
    padding-left: 36px;
  }
  .pr-x4l-9 {
    padding-right: 36px;
  }
  .ps-x4l-9 {
    -webkit-padding-start: 36px;
            padding-inline-start: 36px;
  }
  .pe-x4l-9 {
    -webkit-padding-end: 36px;
            padding-inline-end: 36px;
  }
  .px-x4l-9 {
    padding-left: 36px;
    padding-right: 36px;
  }
  .py-x4l-9 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media (min-width: 1920px) {
  .m-xxl-9 {
    margin: 36px;
  }
  .mt-xxl-9 {
    margin-top: 36px;
  }
  .mb-xxl-9 {
    margin-bottom: 36px;
  }
  .ml-xxl-9 {
    margin-left: 36px;
  }
  .mr-xxl-9 {
    margin-right: 36px;
  }
  .ms-xxl-9 {
    -webkit-margin-start: 36px;
            margin-inline-start: 36px;
  }
  .me-xxl-9 {
    -webkit-margin-end: 36px;
            margin-inline-end: 36px;
  }
  .mx-xxl-9 {
    margin-left: 36px;
    margin-right: 36px;
  }
  .my-xxl-9 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .p-xxl-9 {
    padding: 36px;
  }
  .pt-xxl-9 {
    padding-top: 36px;
  }
  .pb-xxl-9 {
    padding-bottom: 36px;
  }
  .pl-xxl-9 {
    padding-left: 36px;
  }
  .pr-xxl-9 {
    padding-right: 36px;
  }
  .ps-xxl-9 {
    -webkit-padding-start: 36px;
            padding-inline-start: 36px;
  }
  .pe-xxl-9 {
    -webkit-padding-end: 36px;
            padding-inline-end: 36px;
  }
  .px-xxl-9 {
    padding-left: 36px;
    padding-right: 36px;
  }
  .py-xxl-9 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
.m-10 {
  margin: 40px;
}

.mt-10 {
  margin-top: 40px;
}

.mb-10 {
  margin-bottom: 40px;
}

.ml-10 {
  margin-left: 40px;
}

.mr-10 {
  margin-right: 40px;
}

.ms-10 {
  -webkit-margin-start: 40px;
          margin-inline-start: 40px;
}

.me-10 {
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
}

.mx-10 {
  margin-left: 40px;
  margin-right: 40px;
}

.my-10 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.p-10 {
  padding: 40px;
}

.pt-10 {
  padding-top: 40px;
}

.pb-10 {
  padding-bottom: 40px;
}

.pl-10 {
  padding-left: 40px;
}

.pr-10 {
  padding-right: 40px;
}

.ps-10 {
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.pe-10 {
  -webkit-padding-end: 40px;
          padding-inline-end: 40px;
}

.px-10 {
  padding-left: 40px;
  padding-right: 40px;
}

.py-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 350px) {
  .m-xs-10 {
    margin: 40px;
  }
  .mt-xs-10 {
    margin-top: 40px;
  }
  .mb-xs-10 {
    margin-bottom: 40px;
  }
  .ml-xs-10 {
    margin-left: 40px;
  }
  .mr-xs-10 {
    margin-right: 40px;
  }
  .ms-xs-10 {
    -webkit-margin-start: 40px;
            margin-inline-start: 40px;
  }
  .me-xs-10 {
    -webkit-margin-end: 40px;
            margin-inline-end: 40px;
  }
  .mx-xs-10 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .my-xs-10 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .p-xs-10 {
    padding: 40px;
  }
  .pt-xs-10 {
    padding-top: 40px;
  }
  .pb-xs-10 {
    padding-bottom: 40px;
  }
  .pl-xs-10 {
    padding-left: 40px;
  }
  .pr-xs-10 {
    padding-right: 40px;
  }
  .ps-xs-10 {
    -webkit-padding-start: 40px;
            padding-inline-start: 40px;
  }
  .pe-xs-10 {
    -webkit-padding-end: 40px;
            padding-inline-end: 40px;
  }
  .px-xs-10 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .py-xs-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 540px) {
  .m-sm-10 {
    margin: 40px;
  }
  .mt-sm-10 {
    margin-top: 40px;
  }
  .mb-sm-10 {
    margin-bottom: 40px;
  }
  .ml-sm-10 {
    margin-left: 40px;
  }
  .mr-sm-10 {
    margin-right: 40px;
  }
  .ms-sm-10 {
    -webkit-margin-start: 40px;
            margin-inline-start: 40px;
  }
  .me-sm-10 {
    -webkit-margin-end: 40px;
            margin-inline-end: 40px;
  }
  .mx-sm-10 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .my-sm-10 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .p-sm-10 {
    padding: 40px;
  }
  .pt-sm-10 {
    padding-top: 40px;
  }
  .pb-sm-10 {
    padding-bottom: 40px;
  }
  .pl-sm-10 {
    padding-left: 40px;
  }
  .pr-sm-10 {
    padding-right: 40px;
  }
  .ps-sm-10 {
    -webkit-padding-start: 40px;
            padding-inline-start: 40px;
  }
  .pe-sm-10 {
    -webkit-padding-end: 40px;
            padding-inline-end: 40px;
  }
  .px-sm-10 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .py-sm-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .m-md-10 {
    margin: 40px;
  }
  .mt-md-10 {
    margin-top: 40px;
  }
  .mb-md-10 {
    margin-bottom: 40px;
  }
  .ml-md-10 {
    margin-left: 40px;
  }
  .mr-md-10 {
    margin-right: 40px;
  }
  .ms-md-10 {
    -webkit-margin-start: 40px;
            margin-inline-start: 40px;
  }
  .me-md-10 {
    -webkit-margin-end: 40px;
            margin-inline-end: 40px;
  }
  .mx-md-10 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .my-md-10 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .p-md-10 {
    padding: 40px;
  }
  .pt-md-10 {
    padding-top: 40px;
  }
  .pb-md-10 {
    padding-bottom: 40px;
  }
  .pl-md-10 {
    padding-left: 40px;
  }
  .pr-md-10 {
    padding-right: 40px;
  }
  .ps-md-10 {
    -webkit-padding-start: 40px;
            padding-inline-start: 40px;
  }
  .pe-md-10 {
    -webkit-padding-end: 40px;
            padding-inline-end: 40px;
  }
  .px-md-10 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .py-md-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .m-lg-10 {
    margin: 40px;
  }
  .mt-lg-10 {
    margin-top: 40px;
  }
  .mb-lg-10 {
    margin-bottom: 40px;
  }
  .ml-lg-10 {
    margin-left: 40px;
  }
  .mr-lg-10 {
    margin-right: 40px;
  }
  .ms-lg-10 {
    -webkit-margin-start: 40px;
            margin-inline-start: 40px;
  }
  .me-lg-10 {
    -webkit-margin-end: 40px;
            margin-inline-end: 40px;
  }
  .mx-lg-10 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .my-lg-10 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .p-lg-10 {
    padding: 40px;
  }
  .pt-lg-10 {
    padding-top: 40px;
  }
  .pb-lg-10 {
    padding-bottom: 40px;
  }
  .pl-lg-10 {
    padding-left: 40px;
  }
  .pr-lg-10 {
    padding-right: 40px;
  }
  .ps-lg-10 {
    -webkit-padding-start: 40px;
            padding-inline-start: 40px;
  }
  .pe-lg-10 {
    -webkit-padding-end: 40px;
            padding-inline-end: 40px;
  }
  .px-lg-10 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .py-lg-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .m-xl-10 {
    margin: 40px;
  }
  .mt-xl-10 {
    margin-top: 40px;
  }
  .mb-xl-10 {
    margin-bottom: 40px;
  }
  .ml-xl-10 {
    margin-left: 40px;
  }
  .mr-xl-10 {
    margin-right: 40px;
  }
  .ms-xl-10 {
    -webkit-margin-start: 40px;
            margin-inline-start: 40px;
  }
  .me-xl-10 {
    -webkit-margin-end: 40px;
            margin-inline-end: 40px;
  }
  .mx-xl-10 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .my-xl-10 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .p-xl-10 {
    padding: 40px;
  }
  .pt-xl-10 {
    padding-top: 40px;
  }
  .pb-xl-10 {
    padding-bottom: 40px;
  }
  .pl-xl-10 {
    padding-left: 40px;
  }
  .pr-xl-10 {
    padding-right: 40px;
  }
  .ps-xl-10 {
    -webkit-padding-start: 40px;
            padding-inline-start: 40px;
  }
  .pe-xl-10 {
    -webkit-padding-end: 40px;
            padding-inline-end: 40px;
  }
  .px-xl-10 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .py-xl-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .m-x2l-10 {
    margin: 40px;
  }
  .mt-x2l-10 {
    margin-top: 40px;
  }
  .mb-x2l-10 {
    margin-bottom: 40px;
  }
  .ml-x2l-10 {
    margin-left: 40px;
  }
  .mr-x2l-10 {
    margin-right: 40px;
  }
  .ms-x2l-10 {
    -webkit-margin-start: 40px;
            margin-inline-start: 40px;
  }
  .me-x2l-10 {
    -webkit-margin-end: 40px;
            margin-inline-end: 40px;
  }
  .mx-x2l-10 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .my-x2l-10 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .p-x2l-10 {
    padding: 40px;
  }
  .pt-x2l-10 {
    padding-top: 40px;
  }
  .pb-x2l-10 {
    padding-bottom: 40px;
  }
  .pl-x2l-10 {
    padding-left: 40px;
  }
  .pr-x2l-10 {
    padding-right: 40px;
  }
  .ps-x2l-10 {
    -webkit-padding-start: 40px;
            padding-inline-start: 40px;
  }
  .pe-x2l-10 {
    -webkit-padding-end: 40px;
            padding-inline-end: 40px;
  }
  .px-x2l-10 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .py-x2l-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1600px) {
  .m-x3l-10 {
    margin: 40px;
  }
  .mt-x3l-10 {
    margin-top: 40px;
  }
  .mb-x3l-10 {
    margin-bottom: 40px;
  }
  .ml-x3l-10 {
    margin-left: 40px;
  }
  .mr-x3l-10 {
    margin-right: 40px;
  }
  .ms-x3l-10 {
    -webkit-margin-start: 40px;
            margin-inline-start: 40px;
  }
  .me-x3l-10 {
    -webkit-margin-end: 40px;
            margin-inline-end: 40px;
  }
  .mx-x3l-10 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .my-x3l-10 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .p-x3l-10 {
    padding: 40px;
  }
  .pt-x3l-10 {
    padding-top: 40px;
  }
  .pb-x3l-10 {
    padding-bottom: 40px;
  }
  .pl-x3l-10 {
    padding-left: 40px;
  }
  .pr-x3l-10 {
    padding-right: 40px;
  }
  .ps-x3l-10 {
    -webkit-padding-start: 40px;
            padding-inline-start: 40px;
  }
  .pe-x3l-10 {
    -webkit-padding-end: 40px;
            padding-inline-end: 40px;
  }
  .px-x3l-10 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .py-x3l-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1800px) {
  .m-x4l-10 {
    margin: 40px;
  }
  .mt-x4l-10 {
    margin-top: 40px;
  }
  .mb-x4l-10 {
    margin-bottom: 40px;
  }
  .ml-x4l-10 {
    margin-left: 40px;
  }
  .mr-x4l-10 {
    margin-right: 40px;
  }
  .ms-x4l-10 {
    -webkit-margin-start: 40px;
            margin-inline-start: 40px;
  }
  .me-x4l-10 {
    -webkit-margin-end: 40px;
            margin-inline-end: 40px;
  }
  .mx-x4l-10 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .my-x4l-10 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .p-x4l-10 {
    padding: 40px;
  }
  .pt-x4l-10 {
    padding-top: 40px;
  }
  .pb-x4l-10 {
    padding-bottom: 40px;
  }
  .pl-x4l-10 {
    padding-left: 40px;
  }
  .pr-x4l-10 {
    padding-right: 40px;
  }
  .ps-x4l-10 {
    -webkit-padding-start: 40px;
            padding-inline-start: 40px;
  }
  .pe-x4l-10 {
    -webkit-padding-end: 40px;
            padding-inline-end: 40px;
  }
  .px-x4l-10 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .py-x4l-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1920px) {
  .m-xxl-10 {
    margin: 40px;
  }
  .mt-xxl-10 {
    margin-top: 40px;
  }
  .mb-xxl-10 {
    margin-bottom: 40px;
  }
  .ml-xxl-10 {
    margin-left: 40px;
  }
  .mr-xxl-10 {
    margin-right: 40px;
  }
  .ms-xxl-10 {
    -webkit-margin-start: 40px;
            margin-inline-start: 40px;
  }
  .me-xxl-10 {
    -webkit-margin-end: 40px;
            margin-inline-end: 40px;
  }
  .mx-xxl-10 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .my-xxl-10 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .p-xxl-10 {
    padding: 40px;
  }
  .pt-xxl-10 {
    padding-top: 40px;
  }
  .pb-xxl-10 {
    padding-bottom: 40px;
  }
  .pl-xxl-10 {
    padding-left: 40px;
  }
  .pr-xxl-10 {
    padding-right: 40px;
  }
  .ps-xxl-10 {
    -webkit-padding-start: 40px;
            padding-inline-start: 40px;
  }
  .pe-xxl-10 {
    -webkit-padding-end: 40px;
            padding-inline-end: 40px;
  }
  .px-xxl-10 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .py-xxl-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.m-11 {
  margin: 44px;
}

.mt-11 {
  margin-top: 44px;
}

.mb-11 {
  margin-bottom: 44px;
}

.ml-11 {
  margin-left: 44px;
}

.mr-11 {
  margin-right: 44px;
}

.ms-11 {
  -webkit-margin-start: 44px;
          margin-inline-start: 44px;
}

.me-11 {
  -webkit-margin-end: 44px;
          margin-inline-end: 44px;
}

.mx-11 {
  margin-left: 44px;
  margin-right: 44px;
}

.my-11 {
  margin-top: 44px;
  margin-bottom: 44px;
}

.p-11 {
  padding: 44px;
}

.pt-11 {
  padding-top: 44px;
}

.pb-11 {
  padding-bottom: 44px;
}

.pl-11 {
  padding-left: 44px;
}

.pr-11 {
  padding-right: 44px;
}

.ps-11 {
  -webkit-padding-start: 44px;
          padding-inline-start: 44px;
}

.pe-11 {
  -webkit-padding-end: 44px;
          padding-inline-end: 44px;
}

.px-11 {
  padding-left: 44px;
  padding-right: 44px;
}

.py-11 {
  padding-top: 44px;
  padding-bottom: 44px;
}

@media (min-width: 350px) {
  .m-xs-11 {
    margin: 44px;
  }
  .mt-xs-11 {
    margin-top: 44px;
  }
  .mb-xs-11 {
    margin-bottom: 44px;
  }
  .ml-xs-11 {
    margin-left: 44px;
  }
  .mr-xs-11 {
    margin-right: 44px;
  }
  .ms-xs-11 {
    -webkit-margin-start: 44px;
            margin-inline-start: 44px;
  }
  .me-xs-11 {
    -webkit-margin-end: 44px;
            margin-inline-end: 44px;
  }
  .mx-xs-11 {
    margin-left: 44px;
    margin-right: 44px;
  }
  .my-xs-11 {
    margin-top: 44px;
    margin-bottom: 44px;
  }
  .p-xs-11 {
    padding: 44px;
  }
  .pt-xs-11 {
    padding-top: 44px;
  }
  .pb-xs-11 {
    padding-bottom: 44px;
  }
  .pl-xs-11 {
    padding-left: 44px;
  }
  .pr-xs-11 {
    padding-right: 44px;
  }
  .ps-xs-11 {
    -webkit-padding-start: 44px;
            padding-inline-start: 44px;
  }
  .pe-xs-11 {
    -webkit-padding-end: 44px;
            padding-inline-end: 44px;
  }
  .px-xs-11 {
    padding-left: 44px;
    padding-right: 44px;
  }
  .py-xs-11 {
    padding-top: 44px;
    padding-bottom: 44px;
  }
}
@media (min-width: 540px) {
  .m-sm-11 {
    margin: 44px;
  }
  .mt-sm-11 {
    margin-top: 44px;
  }
  .mb-sm-11 {
    margin-bottom: 44px;
  }
  .ml-sm-11 {
    margin-left: 44px;
  }
  .mr-sm-11 {
    margin-right: 44px;
  }
  .ms-sm-11 {
    -webkit-margin-start: 44px;
            margin-inline-start: 44px;
  }
  .me-sm-11 {
    -webkit-margin-end: 44px;
            margin-inline-end: 44px;
  }
  .mx-sm-11 {
    margin-left: 44px;
    margin-right: 44px;
  }
  .my-sm-11 {
    margin-top: 44px;
    margin-bottom: 44px;
  }
  .p-sm-11 {
    padding: 44px;
  }
  .pt-sm-11 {
    padding-top: 44px;
  }
  .pb-sm-11 {
    padding-bottom: 44px;
  }
  .pl-sm-11 {
    padding-left: 44px;
  }
  .pr-sm-11 {
    padding-right: 44px;
  }
  .ps-sm-11 {
    -webkit-padding-start: 44px;
            padding-inline-start: 44px;
  }
  .pe-sm-11 {
    -webkit-padding-end: 44px;
            padding-inline-end: 44px;
  }
  .px-sm-11 {
    padding-left: 44px;
    padding-right: 44px;
  }
  .py-sm-11 {
    padding-top: 44px;
    padding-bottom: 44px;
  }
}
@media (min-width: 768px) {
  .m-md-11 {
    margin: 44px;
  }
  .mt-md-11 {
    margin-top: 44px;
  }
  .mb-md-11 {
    margin-bottom: 44px;
  }
  .ml-md-11 {
    margin-left: 44px;
  }
  .mr-md-11 {
    margin-right: 44px;
  }
  .ms-md-11 {
    -webkit-margin-start: 44px;
            margin-inline-start: 44px;
  }
  .me-md-11 {
    -webkit-margin-end: 44px;
            margin-inline-end: 44px;
  }
  .mx-md-11 {
    margin-left: 44px;
    margin-right: 44px;
  }
  .my-md-11 {
    margin-top: 44px;
    margin-bottom: 44px;
  }
  .p-md-11 {
    padding: 44px;
  }
  .pt-md-11 {
    padding-top: 44px;
  }
  .pb-md-11 {
    padding-bottom: 44px;
  }
  .pl-md-11 {
    padding-left: 44px;
  }
  .pr-md-11 {
    padding-right: 44px;
  }
  .ps-md-11 {
    -webkit-padding-start: 44px;
            padding-inline-start: 44px;
  }
  .pe-md-11 {
    -webkit-padding-end: 44px;
            padding-inline-end: 44px;
  }
  .px-md-11 {
    padding-left: 44px;
    padding-right: 44px;
  }
  .py-md-11 {
    padding-top: 44px;
    padding-bottom: 44px;
  }
}
@media (min-width: 1024px) {
  .m-lg-11 {
    margin: 44px;
  }
  .mt-lg-11 {
    margin-top: 44px;
  }
  .mb-lg-11 {
    margin-bottom: 44px;
  }
  .ml-lg-11 {
    margin-left: 44px;
  }
  .mr-lg-11 {
    margin-right: 44px;
  }
  .ms-lg-11 {
    -webkit-margin-start: 44px;
            margin-inline-start: 44px;
  }
  .me-lg-11 {
    -webkit-margin-end: 44px;
            margin-inline-end: 44px;
  }
  .mx-lg-11 {
    margin-left: 44px;
    margin-right: 44px;
  }
  .my-lg-11 {
    margin-top: 44px;
    margin-bottom: 44px;
  }
  .p-lg-11 {
    padding: 44px;
  }
  .pt-lg-11 {
    padding-top: 44px;
  }
  .pb-lg-11 {
    padding-bottom: 44px;
  }
  .pl-lg-11 {
    padding-left: 44px;
  }
  .pr-lg-11 {
    padding-right: 44px;
  }
  .ps-lg-11 {
    -webkit-padding-start: 44px;
            padding-inline-start: 44px;
  }
  .pe-lg-11 {
    -webkit-padding-end: 44px;
            padding-inline-end: 44px;
  }
  .px-lg-11 {
    padding-left: 44px;
    padding-right: 44px;
  }
  .py-lg-11 {
    padding-top: 44px;
    padding-bottom: 44px;
  }
}
@media (min-width: 1200px) {
  .m-xl-11 {
    margin: 44px;
  }
  .mt-xl-11 {
    margin-top: 44px;
  }
  .mb-xl-11 {
    margin-bottom: 44px;
  }
  .ml-xl-11 {
    margin-left: 44px;
  }
  .mr-xl-11 {
    margin-right: 44px;
  }
  .ms-xl-11 {
    -webkit-margin-start: 44px;
            margin-inline-start: 44px;
  }
  .me-xl-11 {
    -webkit-margin-end: 44px;
            margin-inline-end: 44px;
  }
  .mx-xl-11 {
    margin-left: 44px;
    margin-right: 44px;
  }
  .my-xl-11 {
    margin-top: 44px;
    margin-bottom: 44px;
  }
  .p-xl-11 {
    padding: 44px;
  }
  .pt-xl-11 {
    padding-top: 44px;
  }
  .pb-xl-11 {
    padding-bottom: 44px;
  }
  .pl-xl-11 {
    padding-left: 44px;
  }
  .pr-xl-11 {
    padding-right: 44px;
  }
  .ps-xl-11 {
    -webkit-padding-start: 44px;
            padding-inline-start: 44px;
  }
  .pe-xl-11 {
    -webkit-padding-end: 44px;
            padding-inline-end: 44px;
  }
  .px-xl-11 {
    padding-left: 44px;
    padding-right: 44px;
  }
  .py-xl-11 {
    padding-top: 44px;
    padding-bottom: 44px;
  }
}
@media (min-width: 1440px) {
  .m-x2l-11 {
    margin: 44px;
  }
  .mt-x2l-11 {
    margin-top: 44px;
  }
  .mb-x2l-11 {
    margin-bottom: 44px;
  }
  .ml-x2l-11 {
    margin-left: 44px;
  }
  .mr-x2l-11 {
    margin-right: 44px;
  }
  .ms-x2l-11 {
    -webkit-margin-start: 44px;
            margin-inline-start: 44px;
  }
  .me-x2l-11 {
    -webkit-margin-end: 44px;
            margin-inline-end: 44px;
  }
  .mx-x2l-11 {
    margin-left: 44px;
    margin-right: 44px;
  }
  .my-x2l-11 {
    margin-top: 44px;
    margin-bottom: 44px;
  }
  .p-x2l-11 {
    padding: 44px;
  }
  .pt-x2l-11 {
    padding-top: 44px;
  }
  .pb-x2l-11 {
    padding-bottom: 44px;
  }
  .pl-x2l-11 {
    padding-left: 44px;
  }
  .pr-x2l-11 {
    padding-right: 44px;
  }
  .ps-x2l-11 {
    -webkit-padding-start: 44px;
            padding-inline-start: 44px;
  }
  .pe-x2l-11 {
    -webkit-padding-end: 44px;
            padding-inline-end: 44px;
  }
  .px-x2l-11 {
    padding-left: 44px;
    padding-right: 44px;
  }
  .py-x2l-11 {
    padding-top: 44px;
    padding-bottom: 44px;
  }
}
@media (min-width: 1600px) {
  .m-x3l-11 {
    margin: 44px;
  }
  .mt-x3l-11 {
    margin-top: 44px;
  }
  .mb-x3l-11 {
    margin-bottom: 44px;
  }
  .ml-x3l-11 {
    margin-left: 44px;
  }
  .mr-x3l-11 {
    margin-right: 44px;
  }
  .ms-x3l-11 {
    -webkit-margin-start: 44px;
            margin-inline-start: 44px;
  }
  .me-x3l-11 {
    -webkit-margin-end: 44px;
            margin-inline-end: 44px;
  }
  .mx-x3l-11 {
    margin-left: 44px;
    margin-right: 44px;
  }
  .my-x3l-11 {
    margin-top: 44px;
    margin-bottom: 44px;
  }
  .p-x3l-11 {
    padding: 44px;
  }
  .pt-x3l-11 {
    padding-top: 44px;
  }
  .pb-x3l-11 {
    padding-bottom: 44px;
  }
  .pl-x3l-11 {
    padding-left: 44px;
  }
  .pr-x3l-11 {
    padding-right: 44px;
  }
  .ps-x3l-11 {
    -webkit-padding-start: 44px;
            padding-inline-start: 44px;
  }
  .pe-x3l-11 {
    -webkit-padding-end: 44px;
            padding-inline-end: 44px;
  }
  .px-x3l-11 {
    padding-left: 44px;
    padding-right: 44px;
  }
  .py-x3l-11 {
    padding-top: 44px;
    padding-bottom: 44px;
  }
}
@media (min-width: 1800px) {
  .m-x4l-11 {
    margin: 44px;
  }
  .mt-x4l-11 {
    margin-top: 44px;
  }
  .mb-x4l-11 {
    margin-bottom: 44px;
  }
  .ml-x4l-11 {
    margin-left: 44px;
  }
  .mr-x4l-11 {
    margin-right: 44px;
  }
  .ms-x4l-11 {
    -webkit-margin-start: 44px;
            margin-inline-start: 44px;
  }
  .me-x4l-11 {
    -webkit-margin-end: 44px;
            margin-inline-end: 44px;
  }
  .mx-x4l-11 {
    margin-left: 44px;
    margin-right: 44px;
  }
  .my-x4l-11 {
    margin-top: 44px;
    margin-bottom: 44px;
  }
  .p-x4l-11 {
    padding: 44px;
  }
  .pt-x4l-11 {
    padding-top: 44px;
  }
  .pb-x4l-11 {
    padding-bottom: 44px;
  }
  .pl-x4l-11 {
    padding-left: 44px;
  }
  .pr-x4l-11 {
    padding-right: 44px;
  }
  .ps-x4l-11 {
    -webkit-padding-start: 44px;
            padding-inline-start: 44px;
  }
  .pe-x4l-11 {
    -webkit-padding-end: 44px;
            padding-inline-end: 44px;
  }
  .px-x4l-11 {
    padding-left: 44px;
    padding-right: 44px;
  }
  .py-x4l-11 {
    padding-top: 44px;
    padding-bottom: 44px;
  }
}
@media (min-width: 1920px) {
  .m-xxl-11 {
    margin: 44px;
  }
  .mt-xxl-11 {
    margin-top: 44px;
  }
  .mb-xxl-11 {
    margin-bottom: 44px;
  }
  .ml-xxl-11 {
    margin-left: 44px;
  }
  .mr-xxl-11 {
    margin-right: 44px;
  }
  .ms-xxl-11 {
    -webkit-margin-start: 44px;
            margin-inline-start: 44px;
  }
  .me-xxl-11 {
    -webkit-margin-end: 44px;
            margin-inline-end: 44px;
  }
  .mx-xxl-11 {
    margin-left: 44px;
    margin-right: 44px;
  }
  .my-xxl-11 {
    margin-top: 44px;
    margin-bottom: 44px;
  }
  .p-xxl-11 {
    padding: 44px;
  }
  .pt-xxl-11 {
    padding-top: 44px;
  }
  .pb-xxl-11 {
    padding-bottom: 44px;
  }
  .pl-xxl-11 {
    padding-left: 44px;
  }
  .pr-xxl-11 {
    padding-right: 44px;
  }
  .ps-xxl-11 {
    -webkit-padding-start: 44px;
            padding-inline-start: 44px;
  }
  .pe-xxl-11 {
    -webkit-padding-end: 44px;
            padding-inline-end: 44px;
  }
  .px-xxl-11 {
    padding-left: 44px;
    padding-right: 44px;
  }
  .py-xxl-11 {
    padding-top: 44px;
    padding-bottom: 44px;
  }
}
.m-12 {
  margin: 48px;
}

.mt-12 {
  margin-top: 48px;
}

.mb-12 {
  margin-bottom: 48px;
}

.ml-12 {
  margin-left: 48px;
}

.mr-12 {
  margin-right: 48px;
}

.ms-12 {
  -webkit-margin-start: 48px;
          margin-inline-start: 48px;
}

.me-12 {
  -webkit-margin-end: 48px;
          margin-inline-end: 48px;
}

.mx-12 {
  margin-left: 48px;
  margin-right: 48px;
}

.my-12 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.p-12 {
  padding: 48px;
}

.pt-12 {
  padding-top: 48px;
}

.pb-12 {
  padding-bottom: 48px;
}

.pl-12 {
  padding-left: 48px;
}

.pr-12 {
  padding-right: 48px;
}

.ps-12 {
  -webkit-padding-start: 48px;
          padding-inline-start: 48px;
}

.pe-12 {
  -webkit-padding-end: 48px;
          padding-inline-end: 48px;
}

.px-12 {
  padding-left: 48px;
  padding-right: 48px;
}

.py-12 {
  padding-top: 48px;
  padding-bottom: 48px;
}

@media (min-width: 350px) {
  .m-xs-12 {
    margin: 48px;
  }
  .mt-xs-12 {
    margin-top: 48px;
  }
  .mb-xs-12 {
    margin-bottom: 48px;
  }
  .ml-xs-12 {
    margin-left: 48px;
  }
  .mr-xs-12 {
    margin-right: 48px;
  }
  .ms-xs-12 {
    -webkit-margin-start: 48px;
            margin-inline-start: 48px;
  }
  .me-xs-12 {
    -webkit-margin-end: 48px;
            margin-inline-end: 48px;
  }
  .mx-xs-12 {
    margin-left: 48px;
    margin-right: 48px;
  }
  .my-xs-12 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .p-xs-12 {
    padding: 48px;
  }
  .pt-xs-12 {
    padding-top: 48px;
  }
  .pb-xs-12 {
    padding-bottom: 48px;
  }
  .pl-xs-12 {
    padding-left: 48px;
  }
  .pr-xs-12 {
    padding-right: 48px;
  }
  .ps-xs-12 {
    -webkit-padding-start: 48px;
            padding-inline-start: 48px;
  }
  .pe-xs-12 {
    -webkit-padding-end: 48px;
            padding-inline-end: 48px;
  }
  .px-xs-12 {
    padding-left: 48px;
    padding-right: 48px;
  }
  .py-xs-12 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 540px) {
  .m-sm-12 {
    margin: 48px;
  }
  .mt-sm-12 {
    margin-top: 48px;
  }
  .mb-sm-12 {
    margin-bottom: 48px;
  }
  .ml-sm-12 {
    margin-left: 48px;
  }
  .mr-sm-12 {
    margin-right: 48px;
  }
  .ms-sm-12 {
    -webkit-margin-start: 48px;
            margin-inline-start: 48px;
  }
  .me-sm-12 {
    -webkit-margin-end: 48px;
            margin-inline-end: 48px;
  }
  .mx-sm-12 {
    margin-left: 48px;
    margin-right: 48px;
  }
  .my-sm-12 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .p-sm-12 {
    padding: 48px;
  }
  .pt-sm-12 {
    padding-top: 48px;
  }
  .pb-sm-12 {
    padding-bottom: 48px;
  }
  .pl-sm-12 {
    padding-left: 48px;
  }
  .pr-sm-12 {
    padding-right: 48px;
  }
  .ps-sm-12 {
    -webkit-padding-start: 48px;
            padding-inline-start: 48px;
  }
  .pe-sm-12 {
    -webkit-padding-end: 48px;
            padding-inline-end: 48px;
  }
  .px-sm-12 {
    padding-left: 48px;
    padding-right: 48px;
  }
  .py-sm-12 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 768px) {
  .m-md-12 {
    margin: 48px;
  }
  .mt-md-12 {
    margin-top: 48px;
  }
  .mb-md-12 {
    margin-bottom: 48px;
  }
  .ml-md-12 {
    margin-left: 48px;
  }
  .mr-md-12 {
    margin-right: 48px;
  }
  .ms-md-12 {
    -webkit-margin-start: 48px;
            margin-inline-start: 48px;
  }
  .me-md-12 {
    -webkit-margin-end: 48px;
            margin-inline-end: 48px;
  }
  .mx-md-12 {
    margin-left: 48px;
    margin-right: 48px;
  }
  .my-md-12 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .p-md-12 {
    padding: 48px;
  }
  .pt-md-12 {
    padding-top: 48px;
  }
  .pb-md-12 {
    padding-bottom: 48px;
  }
  .pl-md-12 {
    padding-left: 48px;
  }
  .pr-md-12 {
    padding-right: 48px;
  }
  .ps-md-12 {
    -webkit-padding-start: 48px;
            padding-inline-start: 48px;
  }
  .pe-md-12 {
    -webkit-padding-end: 48px;
            padding-inline-end: 48px;
  }
  .px-md-12 {
    padding-left: 48px;
    padding-right: 48px;
  }
  .py-md-12 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 1024px) {
  .m-lg-12 {
    margin: 48px;
  }
  .mt-lg-12 {
    margin-top: 48px;
  }
  .mb-lg-12 {
    margin-bottom: 48px;
  }
  .ml-lg-12 {
    margin-left: 48px;
  }
  .mr-lg-12 {
    margin-right: 48px;
  }
  .ms-lg-12 {
    -webkit-margin-start: 48px;
            margin-inline-start: 48px;
  }
  .me-lg-12 {
    -webkit-margin-end: 48px;
            margin-inline-end: 48px;
  }
  .mx-lg-12 {
    margin-left: 48px;
    margin-right: 48px;
  }
  .my-lg-12 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .p-lg-12 {
    padding: 48px;
  }
  .pt-lg-12 {
    padding-top: 48px;
  }
  .pb-lg-12 {
    padding-bottom: 48px;
  }
  .pl-lg-12 {
    padding-left: 48px;
  }
  .pr-lg-12 {
    padding-right: 48px;
  }
  .ps-lg-12 {
    -webkit-padding-start: 48px;
            padding-inline-start: 48px;
  }
  .pe-lg-12 {
    -webkit-padding-end: 48px;
            padding-inline-end: 48px;
  }
  .px-lg-12 {
    padding-left: 48px;
    padding-right: 48px;
  }
  .py-lg-12 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .m-xl-12 {
    margin: 48px;
  }
  .mt-xl-12 {
    margin-top: 48px;
  }
  .mb-xl-12 {
    margin-bottom: 48px;
  }
  .ml-xl-12 {
    margin-left: 48px;
  }
  .mr-xl-12 {
    margin-right: 48px;
  }
  .ms-xl-12 {
    -webkit-margin-start: 48px;
            margin-inline-start: 48px;
  }
  .me-xl-12 {
    -webkit-margin-end: 48px;
            margin-inline-end: 48px;
  }
  .mx-xl-12 {
    margin-left: 48px;
    margin-right: 48px;
  }
  .my-xl-12 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .p-xl-12 {
    padding: 48px;
  }
  .pt-xl-12 {
    padding-top: 48px;
  }
  .pb-xl-12 {
    padding-bottom: 48px;
  }
  .pl-xl-12 {
    padding-left: 48px;
  }
  .pr-xl-12 {
    padding-right: 48px;
  }
  .ps-xl-12 {
    -webkit-padding-start: 48px;
            padding-inline-start: 48px;
  }
  .pe-xl-12 {
    -webkit-padding-end: 48px;
            padding-inline-end: 48px;
  }
  .px-xl-12 {
    padding-left: 48px;
    padding-right: 48px;
  }
  .py-xl-12 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 1440px) {
  .m-x2l-12 {
    margin: 48px;
  }
  .mt-x2l-12 {
    margin-top: 48px;
  }
  .mb-x2l-12 {
    margin-bottom: 48px;
  }
  .ml-x2l-12 {
    margin-left: 48px;
  }
  .mr-x2l-12 {
    margin-right: 48px;
  }
  .ms-x2l-12 {
    -webkit-margin-start: 48px;
            margin-inline-start: 48px;
  }
  .me-x2l-12 {
    -webkit-margin-end: 48px;
            margin-inline-end: 48px;
  }
  .mx-x2l-12 {
    margin-left: 48px;
    margin-right: 48px;
  }
  .my-x2l-12 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .p-x2l-12 {
    padding: 48px;
  }
  .pt-x2l-12 {
    padding-top: 48px;
  }
  .pb-x2l-12 {
    padding-bottom: 48px;
  }
  .pl-x2l-12 {
    padding-left: 48px;
  }
  .pr-x2l-12 {
    padding-right: 48px;
  }
  .ps-x2l-12 {
    -webkit-padding-start: 48px;
            padding-inline-start: 48px;
  }
  .pe-x2l-12 {
    -webkit-padding-end: 48px;
            padding-inline-end: 48px;
  }
  .px-x2l-12 {
    padding-left: 48px;
    padding-right: 48px;
  }
  .py-x2l-12 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 1600px) {
  .m-x3l-12 {
    margin: 48px;
  }
  .mt-x3l-12 {
    margin-top: 48px;
  }
  .mb-x3l-12 {
    margin-bottom: 48px;
  }
  .ml-x3l-12 {
    margin-left: 48px;
  }
  .mr-x3l-12 {
    margin-right: 48px;
  }
  .ms-x3l-12 {
    -webkit-margin-start: 48px;
            margin-inline-start: 48px;
  }
  .me-x3l-12 {
    -webkit-margin-end: 48px;
            margin-inline-end: 48px;
  }
  .mx-x3l-12 {
    margin-left: 48px;
    margin-right: 48px;
  }
  .my-x3l-12 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .p-x3l-12 {
    padding: 48px;
  }
  .pt-x3l-12 {
    padding-top: 48px;
  }
  .pb-x3l-12 {
    padding-bottom: 48px;
  }
  .pl-x3l-12 {
    padding-left: 48px;
  }
  .pr-x3l-12 {
    padding-right: 48px;
  }
  .ps-x3l-12 {
    -webkit-padding-start: 48px;
            padding-inline-start: 48px;
  }
  .pe-x3l-12 {
    -webkit-padding-end: 48px;
            padding-inline-end: 48px;
  }
  .px-x3l-12 {
    padding-left: 48px;
    padding-right: 48px;
  }
  .py-x3l-12 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 1800px) {
  .m-x4l-12 {
    margin: 48px;
  }
  .mt-x4l-12 {
    margin-top: 48px;
  }
  .mb-x4l-12 {
    margin-bottom: 48px;
  }
  .ml-x4l-12 {
    margin-left: 48px;
  }
  .mr-x4l-12 {
    margin-right: 48px;
  }
  .ms-x4l-12 {
    -webkit-margin-start: 48px;
            margin-inline-start: 48px;
  }
  .me-x4l-12 {
    -webkit-margin-end: 48px;
            margin-inline-end: 48px;
  }
  .mx-x4l-12 {
    margin-left: 48px;
    margin-right: 48px;
  }
  .my-x4l-12 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .p-x4l-12 {
    padding: 48px;
  }
  .pt-x4l-12 {
    padding-top: 48px;
  }
  .pb-x4l-12 {
    padding-bottom: 48px;
  }
  .pl-x4l-12 {
    padding-left: 48px;
  }
  .pr-x4l-12 {
    padding-right: 48px;
  }
  .ps-x4l-12 {
    -webkit-padding-start: 48px;
            padding-inline-start: 48px;
  }
  .pe-x4l-12 {
    -webkit-padding-end: 48px;
            padding-inline-end: 48px;
  }
  .px-x4l-12 {
    padding-left: 48px;
    padding-right: 48px;
  }
  .py-x4l-12 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 1920px) {
  .m-xxl-12 {
    margin: 48px;
  }
  .mt-xxl-12 {
    margin-top: 48px;
  }
  .mb-xxl-12 {
    margin-bottom: 48px;
  }
  .ml-xxl-12 {
    margin-left: 48px;
  }
  .mr-xxl-12 {
    margin-right: 48px;
  }
  .ms-xxl-12 {
    -webkit-margin-start: 48px;
            margin-inline-start: 48px;
  }
  .me-xxl-12 {
    -webkit-margin-end: 48px;
            margin-inline-end: 48px;
  }
  .mx-xxl-12 {
    margin-left: 48px;
    margin-right: 48px;
  }
  .my-xxl-12 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .p-xxl-12 {
    padding: 48px;
  }
  .pt-xxl-12 {
    padding-top: 48px;
  }
  .pb-xxl-12 {
    padding-bottom: 48px;
  }
  .pl-xxl-12 {
    padding-left: 48px;
  }
  .pr-xxl-12 {
    padding-right: 48px;
  }
  .ps-xxl-12 {
    -webkit-padding-start: 48px;
            padding-inline-start: 48px;
  }
  .pe-xxl-12 {
    -webkit-padding-end: 48px;
            padding-inline-end: 48px;
  }
  .px-xxl-12 {
    padding-left: 48px;
    padding-right: 48px;
  }
  .py-xxl-12 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.m-13 {
  margin: 52px;
}

.mt-13 {
  margin-top: 52px;
}

.mb-13 {
  margin-bottom: 52px;
}

.ml-13 {
  margin-left: 52px;
}

.mr-13 {
  margin-right: 52px;
}

.ms-13 {
  -webkit-margin-start: 52px;
          margin-inline-start: 52px;
}

.me-13 {
  -webkit-margin-end: 52px;
          margin-inline-end: 52px;
}

.mx-13 {
  margin-left: 52px;
  margin-right: 52px;
}

.my-13 {
  margin-top: 52px;
  margin-bottom: 52px;
}

.p-13 {
  padding: 52px;
}

.pt-13 {
  padding-top: 52px;
}

.pb-13 {
  padding-bottom: 52px;
}

.pl-13 {
  padding-left: 52px;
}

.pr-13 {
  padding-right: 52px;
}

.ps-13 {
  -webkit-padding-start: 52px;
          padding-inline-start: 52px;
}

.pe-13 {
  -webkit-padding-end: 52px;
          padding-inline-end: 52px;
}

.px-13 {
  padding-left: 52px;
  padding-right: 52px;
}

.py-13 {
  padding-top: 52px;
  padding-bottom: 52px;
}

@media (min-width: 350px) {
  .m-xs-13 {
    margin: 52px;
  }
  .mt-xs-13 {
    margin-top: 52px;
  }
  .mb-xs-13 {
    margin-bottom: 52px;
  }
  .ml-xs-13 {
    margin-left: 52px;
  }
  .mr-xs-13 {
    margin-right: 52px;
  }
  .ms-xs-13 {
    -webkit-margin-start: 52px;
            margin-inline-start: 52px;
  }
  .me-xs-13 {
    -webkit-margin-end: 52px;
            margin-inline-end: 52px;
  }
  .mx-xs-13 {
    margin-left: 52px;
    margin-right: 52px;
  }
  .my-xs-13 {
    margin-top: 52px;
    margin-bottom: 52px;
  }
  .p-xs-13 {
    padding: 52px;
  }
  .pt-xs-13 {
    padding-top: 52px;
  }
  .pb-xs-13 {
    padding-bottom: 52px;
  }
  .pl-xs-13 {
    padding-left: 52px;
  }
  .pr-xs-13 {
    padding-right: 52px;
  }
  .ps-xs-13 {
    -webkit-padding-start: 52px;
            padding-inline-start: 52px;
  }
  .pe-xs-13 {
    -webkit-padding-end: 52px;
            padding-inline-end: 52px;
  }
  .px-xs-13 {
    padding-left: 52px;
    padding-right: 52px;
  }
  .py-xs-13 {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
@media (min-width: 540px) {
  .m-sm-13 {
    margin: 52px;
  }
  .mt-sm-13 {
    margin-top: 52px;
  }
  .mb-sm-13 {
    margin-bottom: 52px;
  }
  .ml-sm-13 {
    margin-left: 52px;
  }
  .mr-sm-13 {
    margin-right: 52px;
  }
  .ms-sm-13 {
    -webkit-margin-start: 52px;
            margin-inline-start: 52px;
  }
  .me-sm-13 {
    -webkit-margin-end: 52px;
            margin-inline-end: 52px;
  }
  .mx-sm-13 {
    margin-left: 52px;
    margin-right: 52px;
  }
  .my-sm-13 {
    margin-top: 52px;
    margin-bottom: 52px;
  }
  .p-sm-13 {
    padding: 52px;
  }
  .pt-sm-13 {
    padding-top: 52px;
  }
  .pb-sm-13 {
    padding-bottom: 52px;
  }
  .pl-sm-13 {
    padding-left: 52px;
  }
  .pr-sm-13 {
    padding-right: 52px;
  }
  .ps-sm-13 {
    -webkit-padding-start: 52px;
            padding-inline-start: 52px;
  }
  .pe-sm-13 {
    -webkit-padding-end: 52px;
            padding-inline-end: 52px;
  }
  .px-sm-13 {
    padding-left: 52px;
    padding-right: 52px;
  }
  .py-sm-13 {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
@media (min-width: 768px) {
  .m-md-13 {
    margin: 52px;
  }
  .mt-md-13 {
    margin-top: 52px;
  }
  .mb-md-13 {
    margin-bottom: 52px;
  }
  .ml-md-13 {
    margin-left: 52px;
  }
  .mr-md-13 {
    margin-right: 52px;
  }
  .ms-md-13 {
    -webkit-margin-start: 52px;
            margin-inline-start: 52px;
  }
  .me-md-13 {
    -webkit-margin-end: 52px;
            margin-inline-end: 52px;
  }
  .mx-md-13 {
    margin-left: 52px;
    margin-right: 52px;
  }
  .my-md-13 {
    margin-top: 52px;
    margin-bottom: 52px;
  }
  .p-md-13 {
    padding: 52px;
  }
  .pt-md-13 {
    padding-top: 52px;
  }
  .pb-md-13 {
    padding-bottom: 52px;
  }
  .pl-md-13 {
    padding-left: 52px;
  }
  .pr-md-13 {
    padding-right: 52px;
  }
  .ps-md-13 {
    -webkit-padding-start: 52px;
            padding-inline-start: 52px;
  }
  .pe-md-13 {
    -webkit-padding-end: 52px;
            padding-inline-end: 52px;
  }
  .px-md-13 {
    padding-left: 52px;
    padding-right: 52px;
  }
  .py-md-13 {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
@media (min-width: 1024px) {
  .m-lg-13 {
    margin: 52px;
  }
  .mt-lg-13 {
    margin-top: 52px;
  }
  .mb-lg-13 {
    margin-bottom: 52px;
  }
  .ml-lg-13 {
    margin-left: 52px;
  }
  .mr-lg-13 {
    margin-right: 52px;
  }
  .ms-lg-13 {
    -webkit-margin-start: 52px;
            margin-inline-start: 52px;
  }
  .me-lg-13 {
    -webkit-margin-end: 52px;
            margin-inline-end: 52px;
  }
  .mx-lg-13 {
    margin-left: 52px;
    margin-right: 52px;
  }
  .my-lg-13 {
    margin-top: 52px;
    margin-bottom: 52px;
  }
  .p-lg-13 {
    padding: 52px;
  }
  .pt-lg-13 {
    padding-top: 52px;
  }
  .pb-lg-13 {
    padding-bottom: 52px;
  }
  .pl-lg-13 {
    padding-left: 52px;
  }
  .pr-lg-13 {
    padding-right: 52px;
  }
  .ps-lg-13 {
    -webkit-padding-start: 52px;
            padding-inline-start: 52px;
  }
  .pe-lg-13 {
    -webkit-padding-end: 52px;
            padding-inline-end: 52px;
  }
  .px-lg-13 {
    padding-left: 52px;
    padding-right: 52px;
  }
  .py-lg-13 {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
@media (min-width: 1200px) {
  .m-xl-13 {
    margin: 52px;
  }
  .mt-xl-13 {
    margin-top: 52px;
  }
  .mb-xl-13 {
    margin-bottom: 52px;
  }
  .ml-xl-13 {
    margin-left: 52px;
  }
  .mr-xl-13 {
    margin-right: 52px;
  }
  .ms-xl-13 {
    -webkit-margin-start: 52px;
            margin-inline-start: 52px;
  }
  .me-xl-13 {
    -webkit-margin-end: 52px;
            margin-inline-end: 52px;
  }
  .mx-xl-13 {
    margin-left: 52px;
    margin-right: 52px;
  }
  .my-xl-13 {
    margin-top: 52px;
    margin-bottom: 52px;
  }
  .p-xl-13 {
    padding: 52px;
  }
  .pt-xl-13 {
    padding-top: 52px;
  }
  .pb-xl-13 {
    padding-bottom: 52px;
  }
  .pl-xl-13 {
    padding-left: 52px;
  }
  .pr-xl-13 {
    padding-right: 52px;
  }
  .ps-xl-13 {
    -webkit-padding-start: 52px;
            padding-inline-start: 52px;
  }
  .pe-xl-13 {
    -webkit-padding-end: 52px;
            padding-inline-end: 52px;
  }
  .px-xl-13 {
    padding-left: 52px;
    padding-right: 52px;
  }
  .py-xl-13 {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
@media (min-width: 1440px) {
  .m-x2l-13 {
    margin: 52px;
  }
  .mt-x2l-13 {
    margin-top: 52px;
  }
  .mb-x2l-13 {
    margin-bottom: 52px;
  }
  .ml-x2l-13 {
    margin-left: 52px;
  }
  .mr-x2l-13 {
    margin-right: 52px;
  }
  .ms-x2l-13 {
    -webkit-margin-start: 52px;
            margin-inline-start: 52px;
  }
  .me-x2l-13 {
    -webkit-margin-end: 52px;
            margin-inline-end: 52px;
  }
  .mx-x2l-13 {
    margin-left: 52px;
    margin-right: 52px;
  }
  .my-x2l-13 {
    margin-top: 52px;
    margin-bottom: 52px;
  }
  .p-x2l-13 {
    padding: 52px;
  }
  .pt-x2l-13 {
    padding-top: 52px;
  }
  .pb-x2l-13 {
    padding-bottom: 52px;
  }
  .pl-x2l-13 {
    padding-left: 52px;
  }
  .pr-x2l-13 {
    padding-right: 52px;
  }
  .ps-x2l-13 {
    -webkit-padding-start: 52px;
            padding-inline-start: 52px;
  }
  .pe-x2l-13 {
    -webkit-padding-end: 52px;
            padding-inline-end: 52px;
  }
  .px-x2l-13 {
    padding-left: 52px;
    padding-right: 52px;
  }
  .py-x2l-13 {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
@media (min-width: 1600px) {
  .m-x3l-13 {
    margin: 52px;
  }
  .mt-x3l-13 {
    margin-top: 52px;
  }
  .mb-x3l-13 {
    margin-bottom: 52px;
  }
  .ml-x3l-13 {
    margin-left: 52px;
  }
  .mr-x3l-13 {
    margin-right: 52px;
  }
  .ms-x3l-13 {
    -webkit-margin-start: 52px;
            margin-inline-start: 52px;
  }
  .me-x3l-13 {
    -webkit-margin-end: 52px;
            margin-inline-end: 52px;
  }
  .mx-x3l-13 {
    margin-left: 52px;
    margin-right: 52px;
  }
  .my-x3l-13 {
    margin-top: 52px;
    margin-bottom: 52px;
  }
  .p-x3l-13 {
    padding: 52px;
  }
  .pt-x3l-13 {
    padding-top: 52px;
  }
  .pb-x3l-13 {
    padding-bottom: 52px;
  }
  .pl-x3l-13 {
    padding-left: 52px;
  }
  .pr-x3l-13 {
    padding-right: 52px;
  }
  .ps-x3l-13 {
    -webkit-padding-start: 52px;
            padding-inline-start: 52px;
  }
  .pe-x3l-13 {
    -webkit-padding-end: 52px;
            padding-inline-end: 52px;
  }
  .px-x3l-13 {
    padding-left: 52px;
    padding-right: 52px;
  }
  .py-x3l-13 {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
@media (min-width: 1800px) {
  .m-x4l-13 {
    margin: 52px;
  }
  .mt-x4l-13 {
    margin-top: 52px;
  }
  .mb-x4l-13 {
    margin-bottom: 52px;
  }
  .ml-x4l-13 {
    margin-left: 52px;
  }
  .mr-x4l-13 {
    margin-right: 52px;
  }
  .ms-x4l-13 {
    -webkit-margin-start: 52px;
            margin-inline-start: 52px;
  }
  .me-x4l-13 {
    -webkit-margin-end: 52px;
            margin-inline-end: 52px;
  }
  .mx-x4l-13 {
    margin-left: 52px;
    margin-right: 52px;
  }
  .my-x4l-13 {
    margin-top: 52px;
    margin-bottom: 52px;
  }
  .p-x4l-13 {
    padding: 52px;
  }
  .pt-x4l-13 {
    padding-top: 52px;
  }
  .pb-x4l-13 {
    padding-bottom: 52px;
  }
  .pl-x4l-13 {
    padding-left: 52px;
  }
  .pr-x4l-13 {
    padding-right: 52px;
  }
  .ps-x4l-13 {
    -webkit-padding-start: 52px;
            padding-inline-start: 52px;
  }
  .pe-x4l-13 {
    -webkit-padding-end: 52px;
            padding-inline-end: 52px;
  }
  .px-x4l-13 {
    padding-left: 52px;
    padding-right: 52px;
  }
  .py-x4l-13 {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
@media (min-width: 1920px) {
  .m-xxl-13 {
    margin: 52px;
  }
  .mt-xxl-13 {
    margin-top: 52px;
  }
  .mb-xxl-13 {
    margin-bottom: 52px;
  }
  .ml-xxl-13 {
    margin-left: 52px;
  }
  .mr-xxl-13 {
    margin-right: 52px;
  }
  .ms-xxl-13 {
    -webkit-margin-start: 52px;
            margin-inline-start: 52px;
  }
  .me-xxl-13 {
    -webkit-margin-end: 52px;
            margin-inline-end: 52px;
  }
  .mx-xxl-13 {
    margin-left: 52px;
    margin-right: 52px;
  }
  .my-xxl-13 {
    margin-top: 52px;
    margin-bottom: 52px;
  }
  .p-xxl-13 {
    padding: 52px;
  }
  .pt-xxl-13 {
    padding-top: 52px;
  }
  .pb-xxl-13 {
    padding-bottom: 52px;
  }
  .pl-xxl-13 {
    padding-left: 52px;
  }
  .pr-xxl-13 {
    padding-right: 52px;
  }
  .ps-xxl-13 {
    -webkit-padding-start: 52px;
            padding-inline-start: 52px;
  }
  .pe-xxl-13 {
    -webkit-padding-end: 52px;
            padding-inline-end: 52px;
  }
  .px-xxl-13 {
    padding-left: 52px;
    padding-right: 52px;
  }
  .py-xxl-13 {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
.m-14 {
  margin: 56px;
}

.mt-14 {
  margin-top: 56px;
}

.mb-14 {
  margin-bottom: 56px;
}

.ml-14 {
  margin-left: 56px;
}

.mr-14 {
  margin-right: 56px;
}

.ms-14 {
  -webkit-margin-start: 56px;
          margin-inline-start: 56px;
}

.me-14 {
  -webkit-margin-end: 56px;
          margin-inline-end: 56px;
}

.mx-14 {
  margin-left: 56px;
  margin-right: 56px;
}

.my-14 {
  margin-top: 56px;
  margin-bottom: 56px;
}

.p-14 {
  padding: 56px;
}

.pt-14 {
  padding-top: 56px;
}

.pb-14 {
  padding-bottom: 56px;
}

.pl-14 {
  padding-left: 56px;
}

.pr-14 {
  padding-right: 56px;
}

.ps-14 {
  -webkit-padding-start: 56px;
          padding-inline-start: 56px;
}

.pe-14 {
  -webkit-padding-end: 56px;
          padding-inline-end: 56px;
}

.px-14 {
  padding-left: 56px;
  padding-right: 56px;
}

.py-14 {
  padding-top: 56px;
  padding-bottom: 56px;
}

@media (min-width: 350px) {
  .m-xs-14 {
    margin: 56px;
  }
  .mt-xs-14 {
    margin-top: 56px;
  }
  .mb-xs-14 {
    margin-bottom: 56px;
  }
  .ml-xs-14 {
    margin-left: 56px;
  }
  .mr-xs-14 {
    margin-right: 56px;
  }
  .ms-xs-14 {
    -webkit-margin-start: 56px;
            margin-inline-start: 56px;
  }
  .me-xs-14 {
    -webkit-margin-end: 56px;
            margin-inline-end: 56px;
  }
  .mx-xs-14 {
    margin-left: 56px;
    margin-right: 56px;
  }
  .my-xs-14 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .p-xs-14 {
    padding: 56px;
  }
  .pt-xs-14 {
    padding-top: 56px;
  }
  .pb-xs-14 {
    padding-bottom: 56px;
  }
  .pl-xs-14 {
    padding-left: 56px;
  }
  .pr-xs-14 {
    padding-right: 56px;
  }
  .ps-xs-14 {
    -webkit-padding-start: 56px;
            padding-inline-start: 56px;
  }
  .pe-xs-14 {
    -webkit-padding-end: 56px;
            padding-inline-end: 56px;
  }
  .px-xs-14 {
    padding-left: 56px;
    padding-right: 56px;
  }
  .py-xs-14 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media (min-width: 540px) {
  .m-sm-14 {
    margin: 56px;
  }
  .mt-sm-14 {
    margin-top: 56px;
  }
  .mb-sm-14 {
    margin-bottom: 56px;
  }
  .ml-sm-14 {
    margin-left: 56px;
  }
  .mr-sm-14 {
    margin-right: 56px;
  }
  .ms-sm-14 {
    -webkit-margin-start: 56px;
            margin-inline-start: 56px;
  }
  .me-sm-14 {
    -webkit-margin-end: 56px;
            margin-inline-end: 56px;
  }
  .mx-sm-14 {
    margin-left: 56px;
    margin-right: 56px;
  }
  .my-sm-14 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .p-sm-14 {
    padding: 56px;
  }
  .pt-sm-14 {
    padding-top: 56px;
  }
  .pb-sm-14 {
    padding-bottom: 56px;
  }
  .pl-sm-14 {
    padding-left: 56px;
  }
  .pr-sm-14 {
    padding-right: 56px;
  }
  .ps-sm-14 {
    -webkit-padding-start: 56px;
            padding-inline-start: 56px;
  }
  .pe-sm-14 {
    -webkit-padding-end: 56px;
            padding-inline-end: 56px;
  }
  .px-sm-14 {
    padding-left: 56px;
    padding-right: 56px;
  }
  .py-sm-14 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media (min-width: 768px) {
  .m-md-14 {
    margin: 56px;
  }
  .mt-md-14 {
    margin-top: 56px;
  }
  .mb-md-14 {
    margin-bottom: 56px;
  }
  .ml-md-14 {
    margin-left: 56px;
  }
  .mr-md-14 {
    margin-right: 56px;
  }
  .ms-md-14 {
    -webkit-margin-start: 56px;
            margin-inline-start: 56px;
  }
  .me-md-14 {
    -webkit-margin-end: 56px;
            margin-inline-end: 56px;
  }
  .mx-md-14 {
    margin-left: 56px;
    margin-right: 56px;
  }
  .my-md-14 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .p-md-14 {
    padding: 56px;
  }
  .pt-md-14 {
    padding-top: 56px;
  }
  .pb-md-14 {
    padding-bottom: 56px;
  }
  .pl-md-14 {
    padding-left: 56px;
  }
  .pr-md-14 {
    padding-right: 56px;
  }
  .ps-md-14 {
    -webkit-padding-start: 56px;
            padding-inline-start: 56px;
  }
  .pe-md-14 {
    -webkit-padding-end: 56px;
            padding-inline-end: 56px;
  }
  .px-md-14 {
    padding-left: 56px;
    padding-right: 56px;
  }
  .py-md-14 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media (min-width: 1024px) {
  .m-lg-14 {
    margin: 56px;
  }
  .mt-lg-14 {
    margin-top: 56px;
  }
  .mb-lg-14 {
    margin-bottom: 56px;
  }
  .ml-lg-14 {
    margin-left: 56px;
  }
  .mr-lg-14 {
    margin-right: 56px;
  }
  .ms-lg-14 {
    -webkit-margin-start: 56px;
            margin-inline-start: 56px;
  }
  .me-lg-14 {
    -webkit-margin-end: 56px;
            margin-inline-end: 56px;
  }
  .mx-lg-14 {
    margin-left: 56px;
    margin-right: 56px;
  }
  .my-lg-14 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .p-lg-14 {
    padding: 56px;
  }
  .pt-lg-14 {
    padding-top: 56px;
  }
  .pb-lg-14 {
    padding-bottom: 56px;
  }
  .pl-lg-14 {
    padding-left: 56px;
  }
  .pr-lg-14 {
    padding-right: 56px;
  }
  .ps-lg-14 {
    -webkit-padding-start: 56px;
            padding-inline-start: 56px;
  }
  .pe-lg-14 {
    -webkit-padding-end: 56px;
            padding-inline-end: 56px;
  }
  .px-lg-14 {
    padding-left: 56px;
    padding-right: 56px;
  }
  .py-lg-14 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media (min-width: 1200px) {
  .m-xl-14 {
    margin: 56px;
  }
  .mt-xl-14 {
    margin-top: 56px;
  }
  .mb-xl-14 {
    margin-bottom: 56px;
  }
  .ml-xl-14 {
    margin-left: 56px;
  }
  .mr-xl-14 {
    margin-right: 56px;
  }
  .ms-xl-14 {
    -webkit-margin-start: 56px;
            margin-inline-start: 56px;
  }
  .me-xl-14 {
    -webkit-margin-end: 56px;
            margin-inline-end: 56px;
  }
  .mx-xl-14 {
    margin-left: 56px;
    margin-right: 56px;
  }
  .my-xl-14 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .p-xl-14 {
    padding: 56px;
  }
  .pt-xl-14 {
    padding-top: 56px;
  }
  .pb-xl-14 {
    padding-bottom: 56px;
  }
  .pl-xl-14 {
    padding-left: 56px;
  }
  .pr-xl-14 {
    padding-right: 56px;
  }
  .ps-xl-14 {
    -webkit-padding-start: 56px;
            padding-inline-start: 56px;
  }
  .pe-xl-14 {
    -webkit-padding-end: 56px;
            padding-inline-end: 56px;
  }
  .px-xl-14 {
    padding-left: 56px;
    padding-right: 56px;
  }
  .py-xl-14 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media (min-width: 1440px) {
  .m-x2l-14 {
    margin: 56px;
  }
  .mt-x2l-14 {
    margin-top: 56px;
  }
  .mb-x2l-14 {
    margin-bottom: 56px;
  }
  .ml-x2l-14 {
    margin-left: 56px;
  }
  .mr-x2l-14 {
    margin-right: 56px;
  }
  .ms-x2l-14 {
    -webkit-margin-start: 56px;
            margin-inline-start: 56px;
  }
  .me-x2l-14 {
    -webkit-margin-end: 56px;
            margin-inline-end: 56px;
  }
  .mx-x2l-14 {
    margin-left: 56px;
    margin-right: 56px;
  }
  .my-x2l-14 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .p-x2l-14 {
    padding: 56px;
  }
  .pt-x2l-14 {
    padding-top: 56px;
  }
  .pb-x2l-14 {
    padding-bottom: 56px;
  }
  .pl-x2l-14 {
    padding-left: 56px;
  }
  .pr-x2l-14 {
    padding-right: 56px;
  }
  .ps-x2l-14 {
    -webkit-padding-start: 56px;
            padding-inline-start: 56px;
  }
  .pe-x2l-14 {
    -webkit-padding-end: 56px;
            padding-inline-end: 56px;
  }
  .px-x2l-14 {
    padding-left: 56px;
    padding-right: 56px;
  }
  .py-x2l-14 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media (min-width: 1600px) {
  .m-x3l-14 {
    margin: 56px;
  }
  .mt-x3l-14 {
    margin-top: 56px;
  }
  .mb-x3l-14 {
    margin-bottom: 56px;
  }
  .ml-x3l-14 {
    margin-left: 56px;
  }
  .mr-x3l-14 {
    margin-right: 56px;
  }
  .ms-x3l-14 {
    -webkit-margin-start: 56px;
            margin-inline-start: 56px;
  }
  .me-x3l-14 {
    -webkit-margin-end: 56px;
            margin-inline-end: 56px;
  }
  .mx-x3l-14 {
    margin-left: 56px;
    margin-right: 56px;
  }
  .my-x3l-14 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .p-x3l-14 {
    padding: 56px;
  }
  .pt-x3l-14 {
    padding-top: 56px;
  }
  .pb-x3l-14 {
    padding-bottom: 56px;
  }
  .pl-x3l-14 {
    padding-left: 56px;
  }
  .pr-x3l-14 {
    padding-right: 56px;
  }
  .ps-x3l-14 {
    -webkit-padding-start: 56px;
            padding-inline-start: 56px;
  }
  .pe-x3l-14 {
    -webkit-padding-end: 56px;
            padding-inline-end: 56px;
  }
  .px-x3l-14 {
    padding-left: 56px;
    padding-right: 56px;
  }
  .py-x3l-14 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media (min-width: 1800px) {
  .m-x4l-14 {
    margin: 56px;
  }
  .mt-x4l-14 {
    margin-top: 56px;
  }
  .mb-x4l-14 {
    margin-bottom: 56px;
  }
  .ml-x4l-14 {
    margin-left: 56px;
  }
  .mr-x4l-14 {
    margin-right: 56px;
  }
  .ms-x4l-14 {
    -webkit-margin-start: 56px;
            margin-inline-start: 56px;
  }
  .me-x4l-14 {
    -webkit-margin-end: 56px;
            margin-inline-end: 56px;
  }
  .mx-x4l-14 {
    margin-left: 56px;
    margin-right: 56px;
  }
  .my-x4l-14 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .p-x4l-14 {
    padding: 56px;
  }
  .pt-x4l-14 {
    padding-top: 56px;
  }
  .pb-x4l-14 {
    padding-bottom: 56px;
  }
  .pl-x4l-14 {
    padding-left: 56px;
  }
  .pr-x4l-14 {
    padding-right: 56px;
  }
  .ps-x4l-14 {
    -webkit-padding-start: 56px;
            padding-inline-start: 56px;
  }
  .pe-x4l-14 {
    -webkit-padding-end: 56px;
            padding-inline-end: 56px;
  }
  .px-x4l-14 {
    padding-left: 56px;
    padding-right: 56px;
  }
  .py-x4l-14 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media (min-width: 1920px) {
  .m-xxl-14 {
    margin: 56px;
  }
  .mt-xxl-14 {
    margin-top: 56px;
  }
  .mb-xxl-14 {
    margin-bottom: 56px;
  }
  .ml-xxl-14 {
    margin-left: 56px;
  }
  .mr-xxl-14 {
    margin-right: 56px;
  }
  .ms-xxl-14 {
    -webkit-margin-start: 56px;
            margin-inline-start: 56px;
  }
  .me-xxl-14 {
    -webkit-margin-end: 56px;
            margin-inline-end: 56px;
  }
  .mx-xxl-14 {
    margin-left: 56px;
    margin-right: 56px;
  }
  .my-xxl-14 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .p-xxl-14 {
    padding: 56px;
  }
  .pt-xxl-14 {
    padding-top: 56px;
  }
  .pb-xxl-14 {
    padding-bottom: 56px;
  }
  .pl-xxl-14 {
    padding-left: 56px;
  }
  .pr-xxl-14 {
    padding-right: 56px;
  }
  .ps-xxl-14 {
    -webkit-padding-start: 56px;
            padding-inline-start: 56px;
  }
  .pe-xxl-14 {
    -webkit-padding-end: 56px;
            padding-inline-end: 56px;
  }
  .px-xxl-14 {
    padding-left: 56px;
    padding-right: 56px;
  }
  .py-xxl-14 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.m-15 {
  margin: 60px;
}

.mt-15 {
  margin-top: 60px;
}

.mb-15 {
  margin-bottom: 60px;
}

.ml-15 {
  margin-left: 60px;
}

.mr-15 {
  margin-right: 60px;
}

.ms-15 {
  -webkit-margin-start: 60px;
          margin-inline-start: 60px;
}

.me-15 {
  -webkit-margin-end: 60px;
          margin-inline-end: 60px;
}

.mx-15 {
  margin-left: 60px;
  margin-right: 60px;
}

.my-15 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.p-15 {
  padding: 60px;
}

.pt-15 {
  padding-top: 60px;
}

.pb-15 {
  padding-bottom: 60px;
}

.pl-15 {
  padding-left: 60px;
}

.pr-15 {
  padding-right: 60px;
}

.ps-15 {
  -webkit-padding-start: 60px;
          padding-inline-start: 60px;
}

.pe-15 {
  -webkit-padding-end: 60px;
          padding-inline-end: 60px;
}

.px-15 {
  padding-left: 60px;
  padding-right: 60px;
}

.py-15 {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 350px) {
  .m-xs-15 {
    margin: 60px;
  }
  .mt-xs-15 {
    margin-top: 60px;
  }
  .mb-xs-15 {
    margin-bottom: 60px;
  }
  .ml-xs-15 {
    margin-left: 60px;
  }
  .mr-xs-15 {
    margin-right: 60px;
  }
  .ms-xs-15 {
    -webkit-margin-start: 60px;
            margin-inline-start: 60px;
  }
  .me-xs-15 {
    -webkit-margin-end: 60px;
            margin-inline-end: 60px;
  }
  .mx-xs-15 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .my-xs-15 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .p-xs-15 {
    padding: 60px;
  }
  .pt-xs-15 {
    padding-top: 60px;
  }
  .pb-xs-15 {
    padding-bottom: 60px;
  }
  .pl-xs-15 {
    padding-left: 60px;
  }
  .pr-xs-15 {
    padding-right: 60px;
  }
  .ps-xs-15 {
    -webkit-padding-start: 60px;
            padding-inline-start: 60px;
  }
  .pe-xs-15 {
    -webkit-padding-end: 60px;
            padding-inline-end: 60px;
  }
  .px-xs-15 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .py-xs-15 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 540px) {
  .m-sm-15 {
    margin: 60px;
  }
  .mt-sm-15 {
    margin-top: 60px;
  }
  .mb-sm-15 {
    margin-bottom: 60px;
  }
  .ml-sm-15 {
    margin-left: 60px;
  }
  .mr-sm-15 {
    margin-right: 60px;
  }
  .ms-sm-15 {
    -webkit-margin-start: 60px;
            margin-inline-start: 60px;
  }
  .me-sm-15 {
    -webkit-margin-end: 60px;
            margin-inline-end: 60px;
  }
  .mx-sm-15 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .my-sm-15 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .p-sm-15 {
    padding: 60px;
  }
  .pt-sm-15 {
    padding-top: 60px;
  }
  .pb-sm-15 {
    padding-bottom: 60px;
  }
  .pl-sm-15 {
    padding-left: 60px;
  }
  .pr-sm-15 {
    padding-right: 60px;
  }
  .ps-sm-15 {
    -webkit-padding-start: 60px;
            padding-inline-start: 60px;
  }
  .pe-sm-15 {
    -webkit-padding-end: 60px;
            padding-inline-end: 60px;
  }
  .px-sm-15 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .py-sm-15 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .m-md-15 {
    margin: 60px;
  }
  .mt-md-15 {
    margin-top: 60px;
  }
  .mb-md-15 {
    margin-bottom: 60px;
  }
  .ml-md-15 {
    margin-left: 60px;
  }
  .mr-md-15 {
    margin-right: 60px;
  }
  .ms-md-15 {
    -webkit-margin-start: 60px;
            margin-inline-start: 60px;
  }
  .me-md-15 {
    -webkit-margin-end: 60px;
            margin-inline-end: 60px;
  }
  .mx-md-15 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .my-md-15 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .p-md-15 {
    padding: 60px;
  }
  .pt-md-15 {
    padding-top: 60px;
  }
  .pb-md-15 {
    padding-bottom: 60px;
  }
  .pl-md-15 {
    padding-left: 60px;
  }
  .pr-md-15 {
    padding-right: 60px;
  }
  .ps-md-15 {
    -webkit-padding-start: 60px;
            padding-inline-start: 60px;
  }
  .pe-md-15 {
    -webkit-padding-end: 60px;
            padding-inline-end: 60px;
  }
  .px-md-15 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .py-md-15 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .m-lg-15 {
    margin: 60px;
  }
  .mt-lg-15 {
    margin-top: 60px;
  }
  .mb-lg-15 {
    margin-bottom: 60px;
  }
  .ml-lg-15 {
    margin-left: 60px;
  }
  .mr-lg-15 {
    margin-right: 60px;
  }
  .ms-lg-15 {
    -webkit-margin-start: 60px;
            margin-inline-start: 60px;
  }
  .me-lg-15 {
    -webkit-margin-end: 60px;
            margin-inline-end: 60px;
  }
  .mx-lg-15 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .my-lg-15 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .p-lg-15 {
    padding: 60px;
  }
  .pt-lg-15 {
    padding-top: 60px;
  }
  .pb-lg-15 {
    padding-bottom: 60px;
  }
  .pl-lg-15 {
    padding-left: 60px;
  }
  .pr-lg-15 {
    padding-right: 60px;
  }
  .ps-lg-15 {
    -webkit-padding-start: 60px;
            padding-inline-start: 60px;
  }
  .pe-lg-15 {
    -webkit-padding-end: 60px;
            padding-inline-end: 60px;
  }
  .px-lg-15 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .py-lg-15 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .m-xl-15 {
    margin: 60px;
  }
  .mt-xl-15 {
    margin-top: 60px;
  }
  .mb-xl-15 {
    margin-bottom: 60px;
  }
  .ml-xl-15 {
    margin-left: 60px;
  }
  .mr-xl-15 {
    margin-right: 60px;
  }
  .ms-xl-15 {
    -webkit-margin-start: 60px;
            margin-inline-start: 60px;
  }
  .me-xl-15 {
    -webkit-margin-end: 60px;
            margin-inline-end: 60px;
  }
  .mx-xl-15 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .my-xl-15 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .p-xl-15 {
    padding: 60px;
  }
  .pt-xl-15 {
    padding-top: 60px;
  }
  .pb-xl-15 {
    padding-bottom: 60px;
  }
  .pl-xl-15 {
    padding-left: 60px;
  }
  .pr-xl-15 {
    padding-right: 60px;
  }
  .ps-xl-15 {
    -webkit-padding-start: 60px;
            padding-inline-start: 60px;
  }
  .pe-xl-15 {
    -webkit-padding-end: 60px;
            padding-inline-end: 60px;
  }
  .px-xl-15 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .py-xl-15 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1440px) {
  .m-x2l-15 {
    margin: 60px;
  }
  .mt-x2l-15 {
    margin-top: 60px;
  }
  .mb-x2l-15 {
    margin-bottom: 60px;
  }
  .ml-x2l-15 {
    margin-left: 60px;
  }
  .mr-x2l-15 {
    margin-right: 60px;
  }
  .ms-x2l-15 {
    -webkit-margin-start: 60px;
            margin-inline-start: 60px;
  }
  .me-x2l-15 {
    -webkit-margin-end: 60px;
            margin-inline-end: 60px;
  }
  .mx-x2l-15 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .my-x2l-15 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .p-x2l-15 {
    padding: 60px;
  }
  .pt-x2l-15 {
    padding-top: 60px;
  }
  .pb-x2l-15 {
    padding-bottom: 60px;
  }
  .pl-x2l-15 {
    padding-left: 60px;
  }
  .pr-x2l-15 {
    padding-right: 60px;
  }
  .ps-x2l-15 {
    -webkit-padding-start: 60px;
            padding-inline-start: 60px;
  }
  .pe-x2l-15 {
    -webkit-padding-end: 60px;
            padding-inline-end: 60px;
  }
  .px-x2l-15 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .py-x2l-15 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1600px) {
  .m-x3l-15 {
    margin: 60px;
  }
  .mt-x3l-15 {
    margin-top: 60px;
  }
  .mb-x3l-15 {
    margin-bottom: 60px;
  }
  .ml-x3l-15 {
    margin-left: 60px;
  }
  .mr-x3l-15 {
    margin-right: 60px;
  }
  .ms-x3l-15 {
    -webkit-margin-start: 60px;
            margin-inline-start: 60px;
  }
  .me-x3l-15 {
    -webkit-margin-end: 60px;
            margin-inline-end: 60px;
  }
  .mx-x3l-15 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .my-x3l-15 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .p-x3l-15 {
    padding: 60px;
  }
  .pt-x3l-15 {
    padding-top: 60px;
  }
  .pb-x3l-15 {
    padding-bottom: 60px;
  }
  .pl-x3l-15 {
    padding-left: 60px;
  }
  .pr-x3l-15 {
    padding-right: 60px;
  }
  .ps-x3l-15 {
    -webkit-padding-start: 60px;
            padding-inline-start: 60px;
  }
  .pe-x3l-15 {
    -webkit-padding-end: 60px;
            padding-inline-end: 60px;
  }
  .px-x3l-15 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .py-x3l-15 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1800px) {
  .m-x4l-15 {
    margin: 60px;
  }
  .mt-x4l-15 {
    margin-top: 60px;
  }
  .mb-x4l-15 {
    margin-bottom: 60px;
  }
  .ml-x4l-15 {
    margin-left: 60px;
  }
  .mr-x4l-15 {
    margin-right: 60px;
  }
  .ms-x4l-15 {
    -webkit-margin-start: 60px;
            margin-inline-start: 60px;
  }
  .me-x4l-15 {
    -webkit-margin-end: 60px;
            margin-inline-end: 60px;
  }
  .mx-x4l-15 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .my-x4l-15 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .p-x4l-15 {
    padding: 60px;
  }
  .pt-x4l-15 {
    padding-top: 60px;
  }
  .pb-x4l-15 {
    padding-bottom: 60px;
  }
  .pl-x4l-15 {
    padding-left: 60px;
  }
  .pr-x4l-15 {
    padding-right: 60px;
  }
  .ps-x4l-15 {
    -webkit-padding-start: 60px;
            padding-inline-start: 60px;
  }
  .pe-x4l-15 {
    -webkit-padding-end: 60px;
            padding-inline-end: 60px;
  }
  .px-x4l-15 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .py-x4l-15 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1920px) {
  .m-xxl-15 {
    margin: 60px;
  }
  .mt-xxl-15 {
    margin-top: 60px;
  }
  .mb-xxl-15 {
    margin-bottom: 60px;
  }
  .ml-xxl-15 {
    margin-left: 60px;
  }
  .mr-xxl-15 {
    margin-right: 60px;
  }
  .ms-xxl-15 {
    -webkit-margin-start: 60px;
            margin-inline-start: 60px;
  }
  .me-xxl-15 {
    -webkit-margin-end: 60px;
            margin-inline-end: 60px;
  }
  .mx-xxl-15 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .my-xxl-15 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .p-xxl-15 {
    padding: 60px;
  }
  .pt-xxl-15 {
    padding-top: 60px;
  }
  .pb-xxl-15 {
    padding-bottom: 60px;
  }
  .pl-xxl-15 {
    padding-left: 60px;
  }
  .pr-xxl-15 {
    padding-right: 60px;
  }
  .ps-xxl-15 {
    -webkit-padding-start: 60px;
            padding-inline-start: 60px;
  }
  .pe-xxl-15 {
    -webkit-padding-end: 60px;
            padding-inline-end: 60px;
  }
  .px-xxl-15 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .py-xxl-15 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.m-16 {
  margin: 64px;
}

.mt-16 {
  margin-top: 64px;
}

.mb-16 {
  margin-bottom: 64px;
}

.ml-16 {
  margin-left: 64px;
}

.mr-16 {
  margin-right: 64px;
}

.ms-16 {
  -webkit-margin-start: 64px;
          margin-inline-start: 64px;
}

.me-16 {
  -webkit-margin-end: 64px;
          margin-inline-end: 64px;
}

.mx-16 {
  margin-left: 64px;
  margin-right: 64px;
}

.my-16 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.p-16 {
  padding: 64px;
}

.pt-16 {
  padding-top: 64px;
}

.pb-16 {
  padding-bottom: 64px;
}

.pl-16 {
  padding-left: 64px;
}

.pr-16 {
  padding-right: 64px;
}

.ps-16 {
  -webkit-padding-start: 64px;
          padding-inline-start: 64px;
}

.pe-16 {
  -webkit-padding-end: 64px;
          padding-inline-end: 64px;
}

.px-16 {
  padding-left: 64px;
  padding-right: 64px;
}

.py-16 {
  padding-top: 64px;
  padding-bottom: 64px;
}

@media (min-width: 350px) {
  .m-xs-16 {
    margin: 64px;
  }
  .mt-xs-16 {
    margin-top: 64px;
  }
  .mb-xs-16 {
    margin-bottom: 64px;
  }
  .ml-xs-16 {
    margin-left: 64px;
  }
  .mr-xs-16 {
    margin-right: 64px;
  }
  .ms-xs-16 {
    -webkit-margin-start: 64px;
            margin-inline-start: 64px;
  }
  .me-xs-16 {
    -webkit-margin-end: 64px;
            margin-inline-end: 64px;
  }
  .mx-xs-16 {
    margin-left: 64px;
    margin-right: 64px;
  }
  .my-xs-16 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .p-xs-16 {
    padding: 64px;
  }
  .pt-xs-16 {
    padding-top: 64px;
  }
  .pb-xs-16 {
    padding-bottom: 64px;
  }
  .pl-xs-16 {
    padding-left: 64px;
  }
  .pr-xs-16 {
    padding-right: 64px;
  }
  .ps-xs-16 {
    -webkit-padding-start: 64px;
            padding-inline-start: 64px;
  }
  .pe-xs-16 {
    -webkit-padding-end: 64px;
            padding-inline-end: 64px;
  }
  .px-xs-16 {
    padding-left: 64px;
    padding-right: 64px;
  }
  .py-xs-16 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 540px) {
  .m-sm-16 {
    margin: 64px;
  }
  .mt-sm-16 {
    margin-top: 64px;
  }
  .mb-sm-16 {
    margin-bottom: 64px;
  }
  .ml-sm-16 {
    margin-left: 64px;
  }
  .mr-sm-16 {
    margin-right: 64px;
  }
  .ms-sm-16 {
    -webkit-margin-start: 64px;
            margin-inline-start: 64px;
  }
  .me-sm-16 {
    -webkit-margin-end: 64px;
            margin-inline-end: 64px;
  }
  .mx-sm-16 {
    margin-left: 64px;
    margin-right: 64px;
  }
  .my-sm-16 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .p-sm-16 {
    padding: 64px;
  }
  .pt-sm-16 {
    padding-top: 64px;
  }
  .pb-sm-16 {
    padding-bottom: 64px;
  }
  .pl-sm-16 {
    padding-left: 64px;
  }
  .pr-sm-16 {
    padding-right: 64px;
  }
  .ps-sm-16 {
    -webkit-padding-start: 64px;
            padding-inline-start: 64px;
  }
  .pe-sm-16 {
    -webkit-padding-end: 64px;
            padding-inline-end: 64px;
  }
  .px-sm-16 {
    padding-left: 64px;
    padding-right: 64px;
  }
  .py-sm-16 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 768px) {
  .m-md-16 {
    margin: 64px;
  }
  .mt-md-16 {
    margin-top: 64px;
  }
  .mb-md-16 {
    margin-bottom: 64px;
  }
  .ml-md-16 {
    margin-left: 64px;
  }
  .mr-md-16 {
    margin-right: 64px;
  }
  .ms-md-16 {
    -webkit-margin-start: 64px;
            margin-inline-start: 64px;
  }
  .me-md-16 {
    -webkit-margin-end: 64px;
            margin-inline-end: 64px;
  }
  .mx-md-16 {
    margin-left: 64px;
    margin-right: 64px;
  }
  .my-md-16 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .p-md-16 {
    padding: 64px;
  }
  .pt-md-16 {
    padding-top: 64px;
  }
  .pb-md-16 {
    padding-bottom: 64px;
  }
  .pl-md-16 {
    padding-left: 64px;
  }
  .pr-md-16 {
    padding-right: 64px;
  }
  .ps-md-16 {
    -webkit-padding-start: 64px;
            padding-inline-start: 64px;
  }
  .pe-md-16 {
    -webkit-padding-end: 64px;
            padding-inline-end: 64px;
  }
  .px-md-16 {
    padding-left: 64px;
    padding-right: 64px;
  }
  .py-md-16 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1024px) {
  .m-lg-16 {
    margin: 64px;
  }
  .mt-lg-16 {
    margin-top: 64px;
  }
  .mb-lg-16 {
    margin-bottom: 64px;
  }
  .ml-lg-16 {
    margin-left: 64px;
  }
  .mr-lg-16 {
    margin-right: 64px;
  }
  .ms-lg-16 {
    -webkit-margin-start: 64px;
            margin-inline-start: 64px;
  }
  .me-lg-16 {
    -webkit-margin-end: 64px;
            margin-inline-end: 64px;
  }
  .mx-lg-16 {
    margin-left: 64px;
    margin-right: 64px;
  }
  .my-lg-16 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .p-lg-16 {
    padding: 64px;
  }
  .pt-lg-16 {
    padding-top: 64px;
  }
  .pb-lg-16 {
    padding-bottom: 64px;
  }
  .pl-lg-16 {
    padding-left: 64px;
  }
  .pr-lg-16 {
    padding-right: 64px;
  }
  .ps-lg-16 {
    -webkit-padding-start: 64px;
            padding-inline-start: 64px;
  }
  .pe-lg-16 {
    -webkit-padding-end: 64px;
            padding-inline-end: 64px;
  }
  .px-lg-16 {
    padding-left: 64px;
    padding-right: 64px;
  }
  .py-lg-16 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .m-xl-16 {
    margin: 64px;
  }
  .mt-xl-16 {
    margin-top: 64px;
  }
  .mb-xl-16 {
    margin-bottom: 64px;
  }
  .ml-xl-16 {
    margin-left: 64px;
  }
  .mr-xl-16 {
    margin-right: 64px;
  }
  .ms-xl-16 {
    -webkit-margin-start: 64px;
            margin-inline-start: 64px;
  }
  .me-xl-16 {
    -webkit-margin-end: 64px;
            margin-inline-end: 64px;
  }
  .mx-xl-16 {
    margin-left: 64px;
    margin-right: 64px;
  }
  .my-xl-16 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .p-xl-16 {
    padding: 64px;
  }
  .pt-xl-16 {
    padding-top: 64px;
  }
  .pb-xl-16 {
    padding-bottom: 64px;
  }
  .pl-xl-16 {
    padding-left: 64px;
  }
  .pr-xl-16 {
    padding-right: 64px;
  }
  .ps-xl-16 {
    -webkit-padding-start: 64px;
            padding-inline-start: 64px;
  }
  .pe-xl-16 {
    -webkit-padding-end: 64px;
            padding-inline-end: 64px;
  }
  .px-xl-16 {
    padding-left: 64px;
    padding-right: 64px;
  }
  .py-xl-16 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1440px) {
  .m-x2l-16 {
    margin: 64px;
  }
  .mt-x2l-16 {
    margin-top: 64px;
  }
  .mb-x2l-16 {
    margin-bottom: 64px;
  }
  .ml-x2l-16 {
    margin-left: 64px;
  }
  .mr-x2l-16 {
    margin-right: 64px;
  }
  .ms-x2l-16 {
    -webkit-margin-start: 64px;
            margin-inline-start: 64px;
  }
  .me-x2l-16 {
    -webkit-margin-end: 64px;
            margin-inline-end: 64px;
  }
  .mx-x2l-16 {
    margin-left: 64px;
    margin-right: 64px;
  }
  .my-x2l-16 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .p-x2l-16 {
    padding: 64px;
  }
  .pt-x2l-16 {
    padding-top: 64px;
  }
  .pb-x2l-16 {
    padding-bottom: 64px;
  }
  .pl-x2l-16 {
    padding-left: 64px;
  }
  .pr-x2l-16 {
    padding-right: 64px;
  }
  .ps-x2l-16 {
    -webkit-padding-start: 64px;
            padding-inline-start: 64px;
  }
  .pe-x2l-16 {
    -webkit-padding-end: 64px;
            padding-inline-end: 64px;
  }
  .px-x2l-16 {
    padding-left: 64px;
    padding-right: 64px;
  }
  .py-x2l-16 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1600px) {
  .m-x3l-16 {
    margin: 64px;
  }
  .mt-x3l-16 {
    margin-top: 64px;
  }
  .mb-x3l-16 {
    margin-bottom: 64px;
  }
  .ml-x3l-16 {
    margin-left: 64px;
  }
  .mr-x3l-16 {
    margin-right: 64px;
  }
  .ms-x3l-16 {
    -webkit-margin-start: 64px;
            margin-inline-start: 64px;
  }
  .me-x3l-16 {
    -webkit-margin-end: 64px;
            margin-inline-end: 64px;
  }
  .mx-x3l-16 {
    margin-left: 64px;
    margin-right: 64px;
  }
  .my-x3l-16 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .p-x3l-16 {
    padding: 64px;
  }
  .pt-x3l-16 {
    padding-top: 64px;
  }
  .pb-x3l-16 {
    padding-bottom: 64px;
  }
  .pl-x3l-16 {
    padding-left: 64px;
  }
  .pr-x3l-16 {
    padding-right: 64px;
  }
  .ps-x3l-16 {
    -webkit-padding-start: 64px;
            padding-inline-start: 64px;
  }
  .pe-x3l-16 {
    -webkit-padding-end: 64px;
            padding-inline-end: 64px;
  }
  .px-x3l-16 {
    padding-left: 64px;
    padding-right: 64px;
  }
  .py-x3l-16 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1800px) {
  .m-x4l-16 {
    margin: 64px;
  }
  .mt-x4l-16 {
    margin-top: 64px;
  }
  .mb-x4l-16 {
    margin-bottom: 64px;
  }
  .ml-x4l-16 {
    margin-left: 64px;
  }
  .mr-x4l-16 {
    margin-right: 64px;
  }
  .ms-x4l-16 {
    -webkit-margin-start: 64px;
            margin-inline-start: 64px;
  }
  .me-x4l-16 {
    -webkit-margin-end: 64px;
            margin-inline-end: 64px;
  }
  .mx-x4l-16 {
    margin-left: 64px;
    margin-right: 64px;
  }
  .my-x4l-16 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .p-x4l-16 {
    padding: 64px;
  }
  .pt-x4l-16 {
    padding-top: 64px;
  }
  .pb-x4l-16 {
    padding-bottom: 64px;
  }
  .pl-x4l-16 {
    padding-left: 64px;
  }
  .pr-x4l-16 {
    padding-right: 64px;
  }
  .ps-x4l-16 {
    -webkit-padding-start: 64px;
            padding-inline-start: 64px;
  }
  .pe-x4l-16 {
    -webkit-padding-end: 64px;
            padding-inline-end: 64px;
  }
  .px-x4l-16 {
    padding-left: 64px;
    padding-right: 64px;
  }
  .py-x4l-16 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1920px) {
  .m-xxl-16 {
    margin: 64px;
  }
  .mt-xxl-16 {
    margin-top: 64px;
  }
  .mb-xxl-16 {
    margin-bottom: 64px;
  }
  .ml-xxl-16 {
    margin-left: 64px;
  }
  .mr-xxl-16 {
    margin-right: 64px;
  }
  .ms-xxl-16 {
    -webkit-margin-start: 64px;
            margin-inline-start: 64px;
  }
  .me-xxl-16 {
    -webkit-margin-end: 64px;
            margin-inline-end: 64px;
  }
  .mx-xxl-16 {
    margin-left: 64px;
    margin-right: 64px;
  }
  .my-xxl-16 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .p-xxl-16 {
    padding: 64px;
  }
  .pt-xxl-16 {
    padding-top: 64px;
  }
  .pb-xxl-16 {
    padding-bottom: 64px;
  }
  .pl-xxl-16 {
    padding-left: 64px;
  }
  .pr-xxl-16 {
    padding-right: 64px;
  }
  .ps-xxl-16 {
    -webkit-padding-start: 64px;
            padding-inline-start: 64px;
  }
  .pe-xxl-16 {
    -webkit-padding-end: 64px;
            padding-inline-end: 64px;
  }
  .px-xxl-16 {
    padding-left: 64px;
    padding-right: 64px;
  }
  .py-xxl-16 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.m-17 {
  margin: 68px;
}

.mt-17 {
  margin-top: 68px;
}

.mb-17 {
  margin-bottom: 68px;
}

.ml-17 {
  margin-left: 68px;
}

.mr-17 {
  margin-right: 68px;
}

.ms-17 {
  -webkit-margin-start: 68px;
          margin-inline-start: 68px;
}

.me-17 {
  -webkit-margin-end: 68px;
          margin-inline-end: 68px;
}

.mx-17 {
  margin-left: 68px;
  margin-right: 68px;
}

.my-17 {
  margin-top: 68px;
  margin-bottom: 68px;
}

.p-17 {
  padding: 68px;
}

.pt-17 {
  padding-top: 68px;
}

.pb-17 {
  padding-bottom: 68px;
}

.pl-17 {
  padding-left: 68px;
}

.pr-17 {
  padding-right: 68px;
}

.ps-17 {
  -webkit-padding-start: 68px;
          padding-inline-start: 68px;
}

.pe-17 {
  -webkit-padding-end: 68px;
          padding-inline-end: 68px;
}

.px-17 {
  padding-left: 68px;
  padding-right: 68px;
}

.py-17 {
  padding-top: 68px;
  padding-bottom: 68px;
}

@media (min-width: 350px) {
  .m-xs-17 {
    margin: 68px;
  }
  .mt-xs-17 {
    margin-top: 68px;
  }
  .mb-xs-17 {
    margin-bottom: 68px;
  }
  .ml-xs-17 {
    margin-left: 68px;
  }
  .mr-xs-17 {
    margin-right: 68px;
  }
  .ms-xs-17 {
    -webkit-margin-start: 68px;
            margin-inline-start: 68px;
  }
  .me-xs-17 {
    -webkit-margin-end: 68px;
            margin-inline-end: 68px;
  }
  .mx-xs-17 {
    margin-left: 68px;
    margin-right: 68px;
  }
  .my-xs-17 {
    margin-top: 68px;
    margin-bottom: 68px;
  }
  .p-xs-17 {
    padding: 68px;
  }
  .pt-xs-17 {
    padding-top: 68px;
  }
  .pb-xs-17 {
    padding-bottom: 68px;
  }
  .pl-xs-17 {
    padding-left: 68px;
  }
  .pr-xs-17 {
    padding-right: 68px;
  }
  .ps-xs-17 {
    -webkit-padding-start: 68px;
            padding-inline-start: 68px;
  }
  .pe-xs-17 {
    -webkit-padding-end: 68px;
            padding-inline-end: 68px;
  }
  .px-xs-17 {
    padding-left: 68px;
    padding-right: 68px;
  }
  .py-xs-17 {
    padding-top: 68px;
    padding-bottom: 68px;
  }
}
@media (min-width: 540px) {
  .m-sm-17 {
    margin: 68px;
  }
  .mt-sm-17 {
    margin-top: 68px;
  }
  .mb-sm-17 {
    margin-bottom: 68px;
  }
  .ml-sm-17 {
    margin-left: 68px;
  }
  .mr-sm-17 {
    margin-right: 68px;
  }
  .ms-sm-17 {
    -webkit-margin-start: 68px;
            margin-inline-start: 68px;
  }
  .me-sm-17 {
    -webkit-margin-end: 68px;
            margin-inline-end: 68px;
  }
  .mx-sm-17 {
    margin-left: 68px;
    margin-right: 68px;
  }
  .my-sm-17 {
    margin-top: 68px;
    margin-bottom: 68px;
  }
  .p-sm-17 {
    padding: 68px;
  }
  .pt-sm-17 {
    padding-top: 68px;
  }
  .pb-sm-17 {
    padding-bottom: 68px;
  }
  .pl-sm-17 {
    padding-left: 68px;
  }
  .pr-sm-17 {
    padding-right: 68px;
  }
  .ps-sm-17 {
    -webkit-padding-start: 68px;
            padding-inline-start: 68px;
  }
  .pe-sm-17 {
    -webkit-padding-end: 68px;
            padding-inline-end: 68px;
  }
  .px-sm-17 {
    padding-left: 68px;
    padding-right: 68px;
  }
  .py-sm-17 {
    padding-top: 68px;
    padding-bottom: 68px;
  }
}
@media (min-width: 768px) {
  .m-md-17 {
    margin: 68px;
  }
  .mt-md-17 {
    margin-top: 68px;
  }
  .mb-md-17 {
    margin-bottom: 68px;
  }
  .ml-md-17 {
    margin-left: 68px;
  }
  .mr-md-17 {
    margin-right: 68px;
  }
  .ms-md-17 {
    -webkit-margin-start: 68px;
            margin-inline-start: 68px;
  }
  .me-md-17 {
    -webkit-margin-end: 68px;
            margin-inline-end: 68px;
  }
  .mx-md-17 {
    margin-left: 68px;
    margin-right: 68px;
  }
  .my-md-17 {
    margin-top: 68px;
    margin-bottom: 68px;
  }
  .p-md-17 {
    padding: 68px;
  }
  .pt-md-17 {
    padding-top: 68px;
  }
  .pb-md-17 {
    padding-bottom: 68px;
  }
  .pl-md-17 {
    padding-left: 68px;
  }
  .pr-md-17 {
    padding-right: 68px;
  }
  .ps-md-17 {
    -webkit-padding-start: 68px;
            padding-inline-start: 68px;
  }
  .pe-md-17 {
    -webkit-padding-end: 68px;
            padding-inline-end: 68px;
  }
  .px-md-17 {
    padding-left: 68px;
    padding-right: 68px;
  }
  .py-md-17 {
    padding-top: 68px;
    padding-bottom: 68px;
  }
}
@media (min-width: 1024px) {
  .m-lg-17 {
    margin: 68px;
  }
  .mt-lg-17 {
    margin-top: 68px;
  }
  .mb-lg-17 {
    margin-bottom: 68px;
  }
  .ml-lg-17 {
    margin-left: 68px;
  }
  .mr-lg-17 {
    margin-right: 68px;
  }
  .ms-lg-17 {
    -webkit-margin-start: 68px;
            margin-inline-start: 68px;
  }
  .me-lg-17 {
    -webkit-margin-end: 68px;
            margin-inline-end: 68px;
  }
  .mx-lg-17 {
    margin-left: 68px;
    margin-right: 68px;
  }
  .my-lg-17 {
    margin-top: 68px;
    margin-bottom: 68px;
  }
  .p-lg-17 {
    padding: 68px;
  }
  .pt-lg-17 {
    padding-top: 68px;
  }
  .pb-lg-17 {
    padding-bottom: 68px;
  }
  .pl-lg-17 {
    padding-left: 68px;
  }
  .pr-lg-17 {
    padding-right: 68px;
  }
  .ps-lg-17 {
    -webkit-padding-start: 68px;
            padding-inline-start: 68px;
  }
  .pe-lg-17 {
    -webkit-padding-end: 68px;
            padding-inline-end: 68px;
  }
  .px-lg-17 {
    padding-left: 68px;
    padding-right: 68px;
  }
  .py-lg-17 {
    padding-top: 68px;
    padding-bottom: 68px;
  }
}
@media (min-width: 1200px) {
  .m-xl-17 {
    margin: 68px;
  }
  .mt-xl-17 {
    margin-top: 68px;
  }
  .mb-xl-17 {
    margin-bottom: 68px;
  }
  .ml-xl-17 {
    margin-left: 68px;
  }
  .mr-xl-17 {
    margin-right: 68px;
  }
  .ms-xl-17 {
    -webkit-margin-start: 68px;
            margin-inline-start: 68px;
  }
  .me-xl-17 {
    -webkit-margin-end: 68px;
            margin-inline-end: 68px;
  }
  .mx-xl-17 {
    margin-left: 68px;
    margin-right: 68px;
  }
  .my-xl-17 {
    margin-top: 68px;
    margin-bottom: 68px;
  }
  .p-xl-17 {
    padding: 68px;
  }
  .pt-xl-17 {
    padding-top: 68px;
  }
  .pb-xl-17 {
    padding-bottom: 68px;
  }
  .pl-xl-17 {
    padding-left: 68px;
  }
  .pr-xl-17 {
    padding-right: 68px;
  }
  .ps-xl-17 {
    -webkit-padding-start: 68px;
            padding-inline-start: 68px;
  }
  .pe-xl-17 {
    -webkit-padding-end: 68px;
            padding-inline-end: 68px;
  }
  .px-xl-17 {
    padding-left: 68px;
    padding-right: 68px;
  }
  .py-xl-17 {
    padding-top: 68px;
    padding-bottom: 68px;
  }
}
@media (min-width: 1440px) {
  .m-x2l-17 {
    margin: 68px;
  }
  .mt-x2l-17 {
    margin-top: 68px;
  }
  .mb-x2l-17 {
    margin-bottom: 68px;
  }
  .ml-x2l-17 {
    margin-left: 68px;
  }
  .mr-x2l-17 {
    margin-right: 68px;
  }
  .ms-x2l-17 {
    -webkit-margin-start: 68px;
            margin-inline-start: 68px;
  }
  .me-x2l-17 {
    -webkit-margin-end: 68px;
            margin-inline-end: 68px;
  }
  .mx-x2l-17 {
    margin-left: 68px;
    margin-right: 68px;
  }
  .my-x2l-17 {
    margin-top: 68px;
    margin-bottom: 68px;
  }
  .p-x2l-17 {
    padding: 68px;
  }
  .pt-x2l-17 {
    padding-top: 68px;
  }
  .pb-x2l-17 {
    padding-bottom: 68px;
  }
  .pl-x2l-17 {
    padding-left: 68px;
  }
  .pr-x2l-17 {
    padding-right: 68px;
  }
  .ps-x2l-17 {
    -webkit-padding-start: 68px;
            padding-inline-start: 68px;
  }
  .pe-x2l-17 {
    -webkit-padding-end: 68px;
            padding-inline-end: 68px;
  }
  .px-x2l-17 {
    padding-left: 68px;
    padding-right: 68px;
  }
  .py-x2l-17 {
    padding-top: 68px;
    padding-bottom: 68px;
  }
}
@media (min-width: 1600px) {
  .m-x3l-17 {
    margin: 68px;
  }
  .mt-x3l-17 {
    margin-top: 68px;
  }
  .mb-x3l-17 {
    margin-bottom: 68px;
  }
  .ml-x3l-17 {
    margin-left: 68px;
  }
  .mr-x3l-17 {
    margin-right: 68px;
  }
  .ms-x3l-17 {
    -webkit-margin-start: 68px;
            margin-inline-start: 68px;
  }
  .me-x3l-17 {
    -webkit-margin-end: 68px;
            margin-inline-end: 68px;
  }
  .mx-x3l-17 {
    margin-left: 68px;
    margin-right: 68px;
  }
  .my-x3l-17 {
    margin-top: 68px;
    margin-bottom: 68px;
  }
  .p-x3l-17 {
    padding: 68px;
  }
  .pt-x3l-17 {
    padding-top: 68px;
  }
  .pb-x3l-17 {
    padding-bottom: 68px;
  }
  .pl-x3l-17 {
    padding-left: 68px;
  }
  .pr-x3l-17 {
    padding-right: 68px;
  }
  .ps-x3l-17 {
    -webkit-padding-start: 68px;
            padding-inline-start: 68px;
  }
  .pe-x3l-17 {
    -webkit-padding-end: 68px;
            padding-inline-end: 68px;
  }
  .px-x3l-17 {
    padding-left: 68px;
    padding-right: 68px;
  }
  .py-x3l-17 {
    padding-top: 68px;
    padding-bottom: 68px;
  }
}
@media (min-width: 1800px) {
  .m-x4l-17 {
    margin: 68px;
  }
  .mt-x4l-17 {
    margin-top: 68px;
  }
  .mb-x4l-17 {
    margin-bottom: 68px;
  }
  .ml-x4l-17 {
    margin-left: 68px;
  }
  .mr-x4l-17 {
    margin-right: 68px;
  }
  .ms-x4l-17 {
    -webkit-margin-start: 68px;
            margin-inline-start: 68px;
  }
  .me-x4l-17 {
    -webkit-margin-end: 68px;
            margin-inline-end: 68px;
  }
  .mx-x4l-17 {
    margin-left: 68px;
    margin-right: 68px;
  }
  .my-x4l-17 {
    margin-top: 68px;
    margin-bottom: 68px;
  }
  .p-x4l-17 {
    padding: 68px;
  }
  .pt-x4l-17 {
    padding-top: 68px;
  }
  .pb-x4l-17 {
    padding-bottom: 68px;
  }
  .pl-x4l-17 {
    padding-left: 68px;
  }
  .pr-x4l-17 {
    padding-right: 68px;
  }
  .ps-x4l-17 {
    -webkit-padding-start: 68px;
            padding-inline-start: 68px;
  }
  .pe-x4l-17 {
    -webkit-padding-end: 68px;
            padding-inline-end: 68px;
  }
  .px-x4l-17 {
    padding-left: 68px;
    padding-right: 68px;
  }
  .py-x4l-17 {
    padding-top: 68px;
    padding-bottom: 68px;
  }
}
@media (min-width: 1920px) {
  .m-xxl-17 {
    margin: 68px;
  }
  .mt-xxl-17 {
    margin-top: 68px;
  }
  .mb-xxl-17 {
    margin-bottom: 68px;
  }
  .ml-xxl-17 {
    margin-left: 68px;
  }
  .mr-xxl-17 {
    margin-right: 68px;
  }
  .ms-xxl-17 {
    -webkit-margin-start: 68px;
            margin-inline-start: 68px;
  }
  .me-xxl-17 {
    -webkit-margin-end: 68px;
            margin-inline-end: 68px;
  }
  .mx-xxl-17 {
    margin-left: 68px;
    margin-right: 68px;
  }
  .my-xxl-17 {
    margin-top: 68px;
    margin-bottom: 68px;
  }
  .p-xxl-17 {
    padding: 68px;
  }
  .pt-xxl-17 {
    padding-top: 68px;
  }
  .pb-xxl-17 {
    padding-bottom: 68px;
  }
  .pl-xxl-17 {
    padding-left: 68px;
  }
  .pr-xxl-17 {
    padding-right: 68px;
  }
  .ps-xxl-17 {
    -webkit-padding-start: 68px;
            padding-inline-start: 68px;
  }
  .pe-xxl-17 {
    -webkit-padding-end: 68px;
            padding-inline-end: 68px;
  }
  .px-xxl-17 {
    padding-left: 68px;
    padding-right: 68px;
  }
  .py-xxl-17 {
    padding-top: 68px;
    padding-bottom: 68px;
  }
}
.m-18 {
  margin: 72px;
}

.mt-18 {
  margin-top: 72px;
}

.mb-18 {
  margin-bottom: 72px;
}

.ml-18 {
  margin-left: 72px;
}

.mr-18 {
  margin-right: 72px;
}

.ms-18 {
  -webkit-margin-start: 72px;
          margin-inline-start: 72px;
}

.me-18 {
  -webkit-margin-end: 72px;
          margin-inline-end: 72px;
}

.mx-18 {
  margin-left: 72px;
  margin-right: 72px;
}

.my-18 {
  margin-top: 72px;
  margin-bottom: 72px;
}

.p-18 {
  padding: 72px;
}

.pt-18 {
  padding-top: 72px;
}

.pb-18 {
  padding-bottom: 72px;
}

.pl-18 {
  padding-left: 72px;
}

.pr-18 {
  padding-right: 72px;
}

.ps-18 {
  -webkit-padding-start: 72px;
          padding-inline-start: 72px;
}

.pe-18 {
  -webkit-padding-end: 72px;
          padding-inline-end: 72px;
}

.px-18 {
  padding-left: 72px;
  padding-right: 72px;
}

.py-18 {
  padding-top: 72px;
  padding-bottom: 72px;
}

@media (min-width: 350px) {
  .m-xs-18 {
    margin: 72px;
  }
  .mt-xs-18 {
    margin-top: 72px;
  }
  .mb-xs-18 {
    margin-bottom: 72px;
  }
  .ml-xs-18 {
    margin-left: 72px;
  }
  .mr-xs-18 {
    margin-right: 72px;
  }
  .ms-xs-18 {
    -webkit-margin-start: 72px;
            margin-inline-start: 72px;
  }
  .me-xs-18 {
    -webkit-margin-end: 72px;
            margin-inline-end: 72px;
  }
  .mx-xs-18 {
    margin-left: 72px;
    margin-right: 72px;
  }
  .my-xs-18 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .p-xs-18 {
    padding: 72px;
  }
  .pt-xs-18 {
    padding-top: 72px;
  }
  .pb-xs-18 {
    padding-bottom: 72px;
  }
  .pl-xs-18 {
    padding-left: 72px;
  }
  .pr-xs-18 {
    padding-right: 72px;
  }
  .ps-xs-18 {
    -webkit-padding-start: 72px;
            padding-inline-start: 72px;
  }
  .pe-xs-18 {
    -webkit-padding-end: 72px;
            padding-inline-end: 72px;
  }
  .px-xs-18 {
    padding-left: 72px;
    padding-right: 72px;
  }
  .py-xs-18 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media (min-width: 540px) {
  .m-sm-18 {
    margin: 72px;
  }
  .mt-sm-18 {
    margin-top: 72px;
  }
  .mb-sm-18 {
    margin-bottom: 72px;
  }
  .ml-sm-18 {
    margin-left: 72px;
  }
  .mr-sm-18 {
    margin-right: 72px;
  }
  .ms-sm-18 {
    -webkit-margin-start: 72px;
            margin-inline-start: 72px;
  }
  .me-sm-18 {
    -webkit-margin-end: 72px;
            margin-inline-end: 72px;
  }
  .mx-sm-18 {
    margin-left: 72px;
    margin-right: 72px;
  }
  .my-sm-18 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .p-sm-18 {
    padding: 72px;
  }
  .pt-sm-18 {
    padding-top: 72px;
  }
  .pb-sm-18 {
    padding-bottom: 72px;
  }
  .pl-sm-18 {
    padding-left: 72px;
  }
  .pr-sm-18 {
    padding-right: 72px;
  }
  .ps-sm-18 {
    -webkit-padding-start: 72px;
            padding-inline-start: 72px;
  }
  .pe-sm-18 {
    -webkit-padding-end: 72px;
            padding-inline-end: 72px;
  }
  .px-sm-18 {
    padding-left: 72px;
    padding-right: 72px;
  }
  .py-sm-18 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media (min-width: 768px) {
  .m-md-18 {
    margin: 72px;
  }
  .mt-md-18 {
    margin-top: 72px;
  }
  .mb-md-18 {
    margin-bottom: 72px;
  }
  .ml-md-18 {
    margin-left: 72px;
  }
  .mr-md-18 {
    margin-right: 72px;
  }
  .ms-md-18 {
    -webkit-margin-start: 72px;
            margin-inline-start: 72px;
  }
  .me-md-18 {
    -webkit-margin-end: 72px;
            margin-inline-end: 72px;
  }
  .mx-md-18 {
    margin-left: 72px;
    margin-right: 72px;
  }
  .my-md-18 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .p-md-18 {
    padding: 72px;
  }
  .pt-md-18 {
    padding-top: 72px;
  }
  .pb-md-18 {
    padding-bottom: 72px;
  }
  .pl-md-18 {
    padding-left: 72px;
  }
  .pr-md-18 {
    padding-right: 72px;
  }
  .ps-md-18 {
    -webkit-padding-start: 72px;
            padding-inline-start: 72px;
  }
  .pe-md-18 {
    -webkit-padding-end: 72px;
            padding-inline-end: 72px;
  }
  .px-md-18 {
    padding-left: 72px;
    padding-right: 72px;
  }
  .py-md-18 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media (min-width: 1024px) {
  .m-lg-18 {
    margin: 72px;
  }
  .mt-lg-18 {
    margin-top: 72px;
  }
  .mb-lg-18 {
    margin-bottom: 72px;
  }
  .ml-lg-18 {
    margin-left: 72px;
  }
  .mr-lg-18 {
    margin-right: 72px;
  }
  .ms-lg-18 {
    -webkit-margin-start: 72px;
            margin-inline-start: 72px;
  }
  .me-lg-18 {
    -webkit-margin-end: 72px;
            margin-inline-end: 72px;
  }
  .mx-lg-18 {
    margin-left: 72px;
    margin-right: 72px;
  }
  .my-lg-18 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .p-lg-18 {
    padding: 72px;
  }
  .pt-lg-18 {
    padding-top: 72px;
  }
  .pb-lg-18 {
    padding-bottom: 72px;
  }
  .pl-lg-18 {
    padding-left: 72px;
  }
  .pr-lg-18 {
    padding-right: 72px;
  }
  .ps-lg-18 {
    -webkit-padding-start: 72px;
            padding-inline-start: 72px;
  }
  .pe-lg-18 {
    -webkit-padding-end: 72px;
            padding-inline-end: 72px;
  }
  .px-lg-18 {
    padding-left: 72px;
    padding-right: 72px;
  }
  .py-lg-18 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media (min-width: 1200px) {
  .m-xl-18 {
    margin: 72px;
  }
  .mt-xl-18 {
    margin-top: 72px;
  }
  .mb-xl-18 {
    margin-bottom: 72px;
  }
  .ml-xl-18 {
    margin-left: 72px;
  }
  .mr-xl-18 {
    margin-right: 72px;
  }
  .ms-xl-18 {
    -webkit-margin-start: 72px;
            margin-inline-start: 72px;
  }
  .me-xl-18 {
    -webkit-margin-end: 72px;
            margin-inline-end: 72px;
  }
  .mx-xl-18 {
    margin-left: 72px;
    margin-right: 72px;
  }
  .my-xl-18 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .p-xl-18 {
    padding: 72px;
  }
  .pt-xl-18 {
    padding-top: 72px;
  }
  .pb-xl-18 {
    padding-bottom: 72px;
  }
  .pl-xl-18 {
    padding-left: 72px;
  }
  .pr-xl-18 {
    padding-right: 72px;
  }
  .ps-xl-18 {
    -webkit-padding-start: 72px;
            padding-inline-start: 72px;
  }
  .pe-xl-18 {
    -webkit-padding-end: 72px;
            padding-inline-end: 72px;
  }
  .px-xl-18 {
    padding-left: 72px;
    padding-right: 72px;
  }
  .py-xl-18 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media (min-width: 1440px) {
  .m-x2l-18 {
    margin: 72px;
  }
  .mt-x2l-18 {
    margin-top: 72px;
  }
  .mb-x2l-18 {
    margin-bottom: 72px;
  }
  .ml-x2l-18 {
    margin-left: 72px;
  }
  .mr-x2l-18 {
    margin-right: 72px;
  }
  .ms-x2l-18 {
    -webkit-margin-start: 72px;
            margin-inline-start: 72px;
  }
  .me-x2l-18 {
    -webkit-margin-end: 72px;
            margin-inline-end: 72px;
  }
  .mx-x2l-18 {
    margin-left: 72px;
    margin-right: 72px;
  }
  .my-x2l-18 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .p-x2l-18 {
    padding: 72px;
  }
  .pt-x2l-18 {
    padding-top: 72px;
  }
  .pb-x2l-18 {
    padding-bottom: 72px;
  }
  .pl-x2l-18 {
    padding-left: 72px;
  }
  .pr-x2l-18 {
    padding-right: 72px;
  }
  .ps-x2l-18 {
    -webkit-padding-start: 72px;
            padding-inline-start: 72px;
  }
  .pe-x2l-18 {
    -webkit-padding-end: 72px;
            padding-inline-end: 72px;
  }
  .px-x2l-18 {
    padding-left: 72px;
    padding-right: 72px;
  }
  .py-x2l-18 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media (min-width: 1600px) {
  .m-x3l-18 {
    margin: 72px;
  }
  .mt-x3l-18 {
    margin-top: 72px;
  }
  .mb-x3l-18 {
    margin-bottom: 72px;
  }
  .ml-x3l-18 {
    margin-left: 72px;
  }
  .mr-x3l-18 {
    margin-right: 72px;
  }
  .ms-x3l-18 {
    -webkit-margin-start: 72px;
            margin-inline-start: 72px;
  }
  .me-x3l-18 {
    -webkit-margin-end: 72px;
            margin-inline-end: 72px;
  }
  .mx-x3l-18 {
    margin-left: 72px;
    margin-right: 72px;
  }
  .my-x3l-18 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .p-x3l-18 {
    padding: 72px;
  }
  .pt-x3l-18 {
    padding-top: 72px;
  }
  .pb-x3l-18 {
    padding-bottom: 72px;
  }
  .pl-x3l-18 {
    padding-left: 72px;
  }
  .pr-x3l-18 {
    padding-right: 72px;
  }
  .ps-x3l-18 {
    -webkit-padding-start: 72px;
            padding-inline-start: 72px;
  }
  .pe-x3l-18 {
    -webkit-padding-end: 72px;
            padding-inline-end: 72px;
  }
  .px-x3l-18 {
    padding-left: 72px;
    padding-right: 72px;
  }
  .py-x3l-18 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media (min-width: 1800px) {
  .m-x4l-18 {
    margin: 72px;
  }
  .mt-x4l-18 {
    margin-top: 72px;
  }
  .mb-x4l-18 {
    margin-bottom: 72px;
  }
  .ml-x4l-18 {
    margin-left: 72px;
  }
  .mr-x4l-18 {
    margin-right: 72px;
  }
  .ms-x4l-18 {
    -webkit-margin-start: 72px;
            margin-inline-start: 72px;
  }
  .me-x4l-18 {
    -webkit-margin-end: 72px;
            margin-inline-end: 72px;
  }
  .mx-x4l-18 {
    margin-left: 72px;
    margin-right: 72px;
  }
  .my-x4l-18 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .p-x4l-18 {
    padding: 72px;
  }
  .pt-x4l-18 {
    padding-top: 72px;
  }
  .pb-x4l-18 {
    padding-bottom: 72px;
  }
  .pl-x4l-18 {
    padding-left: 72px;
  }
  .pr-x4l-18 {
    padding-right: 72px;
  }
  .ps-x4l-18 {
    -webkit-padding-start: 72px;
            padding-inline-start: 72px;
  }
  .pe-x4l-18 {
    -webkit-padding-end: 72px;
            padding-inline-end: 72px;
  }
  .px-x4l-18 {
    padding-left: 72px;
    padding-right: 72px;
  }
  .py-x4l-18 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media (min-width: 1920px) {
  .m-xxl-18 {
    margin: 72px;
  }
  .mt-xxl-18 {
    margin-top: 72px;
  }
  .mb-xxl-18 {
    margin-bottom: 72px;
  }
  .ml-xxl-18 {
    margin-left: 72px;
  }
  .mr-xxl-18 {
    margin-right: 72px;
  }
  .ms-xxl-18 {
    -webkit-margin-start: 72px;
            margin-inline-start: 72px;
  }
  .me-xxl-18 {
    -webkit-margin-end: 72px;
            margin-inline-end: 72px;
  }
  .mx-xxl-18 {
    margin-left: 72px;
    margin-right: 72px;
  }
  .my-xxl-18 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .p-xxl-18 {
    padding: 72px;
  }
  .pt-xxl-18 {
    padding-top: 72px;
  }
  .pb-xxl-18 {
    padding-bottom: 72px;
  }
  .pl-xxl-18 {
    padding-left: 72px;
  }
  .pr-xxl-18 {
    padding-right: 72px;
  }
  .ps-xxl-18 {
    -webkit-padding-start: 72px;
            padding-inline-start: 72px;
  }
  .pe-xxl-18 {
    -webkit-padding-end: 72px;
            padding-inline-end: 72px;
  }
  .px-xxl-18 {
    padding-left: 72px;
    padding-right: 72px;
  }
  .py-xxl-18 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
.m-19 {
  margin: 76px;
}

.mt-19 {
  margin-top: 76px;
}

.mb-19 {
  margin-bottom: 76px;
}

.ml-19 {
  margin-left: 76px;
}

.mr-19 {
  margin-right: 76px;
}

.ms-19 {
  -webkit-margin-start: 76px;
          margin-inline-start: 76px;
}

.me-19 {
  -webkit-margin-end: 76px;
          margin-inline-end: 76px;
}

.mx-19 {
  margin-left: 76px;
  margin-right: 76px;
}

.my-19 {
  margin-top: 76px;
  margin-bottom: 76px;
}

.p-19 {
  padding: 76px;
}

.pt-19 {
  padding-top: 76px;
}

.pb-19 {
  padding-bottom: 76px;
}

.pl-19 {
  padding-left: 76px;
}

.pr-19 {
  padding-right: 76px;
}

.ps-19 {
  -webkit-padding-start: 76px;
          padding-inline-start: 76px;
}

.pe-19 {
  -webkit-padding-end: 76px;
          padding-inline-end: 76px;
}

.px-19 {
  padding-left: 76px;
  padding-right: 76px;
}

.py-19 {
  padding-top: 76px;
  padding-bottom: 76px;
}

@media (min-width: 350px) {
  .m-xs-19 {
    margin: 76px;
  }
  .mt-xs-19 {
    margin-top: 76px;
  }
  .mb-xs-19 {
    margin-bottom: 76px;
  }
  .ml-xs-19 {
    margin-left: 76px;
  }
  .mr-xs-19 {
    margin-right: 76px;
  }
  .ms-xs-19 {
    -webkit-margin-start: 76px;
            margin-inline-start: 76px;
  }
  .me-xs-19 {
    -webkit-margin-end: 76px;
            margin-inline-end: 76px;
  }
  .mx-xs-19 {
    margin-left: 76px;
    margin-right: 76px;
  }
  .my-xs-19 {
    margin-top: 76px;
    margin-bottom: 76px;
  }
  .p-xs-19 {
    padding: 76px;
  }
  .pt-xs-19 {
    padding-top: 76px;
  }
  .pb-xs-19 {
    padding-bottom: 76px;
  }
  .pl-xs-19 {
    padding-left: 76px;
  }
  .pr-xs-19 {
    padding-right: 76px;
  }
  .ps-xs-19 {
    -webkit-padding-start: 76px;
            padding-inline-start: 76px;
  }
  .pe-xs-19 {
    -webkit-padding-end: 76px;
            padding-inline-end: 76px;
  }
  .px-xs-19 {
    padding-left: 76px;
    padding-right: 76px;
  }
  .py-xs-19 {
    padding-top: 76px;
    padding-bottom: 76px;
  }
}
@media (min-width: 540px) {
  .m-sm-19 {
    margin: 76px;
  }
  .mt-sm-19 {
    margin-top: 76px;
  }
  .mb-sm-19 {
    margin-bottom: 76px;
  }
  .ml-sm-19 {
    margin-left: 76px;
  }
  .mr-sm-19 {
    margin-right: 76px;
  }
  .ms-sm-19 {
    -webkit-margin-start: 76px;
            margin-inline-start: 76px;
  }
  .me-sm-19 {
    -webkit-margin-end: 76px;
            margin-inline-end: 76px;
  }
  .mx-sm-19 {
    margin-left: 76px;
    margin-right: 76px;
  }
  .my-sm-19 {
    margin-top: 76px;
    margin-bottom: 76px;
  }
  .p-sm-19 {
    padding: 76px;
  }
  .pt-sm-19 {
    padding-top: 76px;
  }
  .pb-sm-19 {
    padding-bottom: 76px;
  }
  .pl-sm-19 {
    padding-left: 76px;
  }
  .pr-sm-19 {
    padding-right: 76px;
  }
  .ps-sm-19 {
    -webkit-padding-start: 76px;
            padding-inline-start: 76px;
  }
  .pe-sm-19 {
    -webkit-padding-end: 76px;
            padding-inline-end: 76px;
  }
  .px-sm-19 {
    padding-left: 76px;
    padding-right: 76px;
  }
  .py-sm-19 {
    padding-top: 76px;
    padding-bottom: 76px;
  }
}
@media (min-width: 768px) {
  .m-md-19 {
    margin: 76px;
  }
  .mt-md-19 {
    margin-top: 76px;
  }
  .mb-md-19 {
    margin-bottom: 76px;
  }
  .ml-md-19 {
    margin-left: 76px;
  }
  .mr-md-19 {
    margin-right: 76px;
  }
  .ms-md-19 {
    -webkit-margin-start: 76px;
            margin-inline-start: 76px;
  }
  .me-md-19 {
    -webkit-margin-end: 76px;
            margin-inline-end: 76px;
  }
  .mx-md-19 {
    margin-left: 76px;
    margin-right: 76px;
  }
  .my-md-19 {
    margin-top: 76px;
    margin-bottom: 76px;
  }
  .p-md-19 {
    padding: 76px;
  }
  .pt-md-19 {
    padding-top: 76px;
  }
  .pb-md-19 {
    padding-bottom: 76px;
  }
  .pl-md-19 {
    padding-left: 76px;
  }
  .pr-md-19 {
    padding-right: 76px;
  }
  .ps-md-19 {
    -webkit-padding-start: 76px;
            padding-inline-start: 76px;
  }
  .pe-md-19 {
    -webkit-padding-end: 76px;
            padding-inline-end: 76px;
  }
  .px-md-19 {
    padding-left: 76px;
    padding-right: 76px;
  }
  .py-md-19 {
    padding-top: 76px;
    padding-bottom: 76px;
  }
}
@media (min-width: 1024px) {
  .m-lg-19 {
    margin: 76px;
  }
  .mt-lg-19 {
    margin-top: 76px;
  }
  .mb-lg-19 {
    margin-bottom: 76px;
  }
  .ml-lg-19 {
    margin-left: 76px;
  }
  .mr-lg-19 {
    margin-right: 76px;
  }
  .ms-lg-19 {
    -webkit-margin-start: 76px;
            margin-inline-start: 76px;
  }
  .me-lg-19 {
    -webkit-margin-end: 76px;
            margin-inline-end: 76px;
  }
  .mx-lg-19 {
    margin-left: 76px;
    margin-right: 76px;
  }
  .my-lg-19 {
    margin-top: 76px;
    margin-bottom: 76px;
  }
  .p-lg-19 {
    padding: 76px;
  }
  .pt-lg-19 {
    padding-top: 76px;
  }
  .pb-lg-19 {
    padding-bottom: 76px;
  }
  .pl-lg-19 {
    padding-left: 76px;
  }
  .pr-lg-19 {
    padding-right: 76px;
  }
  .ps-lg-19 {
    -webkit-padding-start: 76px;
            padding-inline-start: 76px;
  }
  .pe-lg-19 {
    -webkit-padding-end: 76px;
            padding-inline-end: 76px;
  }
  .px-lg-19 {
    padding-left: 76px;
    padding-right: 76px;
  }
  .py-lg-19 {
    padding-top: 76px;
    padding-bottom: 76px;
  }
}
@media (min-width: 1200px) {
  .m-xl-19 {
    margin: 76px;
  }
  .mt-xl-19 {
    margin-top: 76px;
  }
  .mb-xl-19 {
    margin-bottom: 76px;
  }
  .ml-xl-19 {
    margin-left: 76px;
  }
  .mr-xl-19 {
    margin-right: 76px;
  }
  .ms-xl-19 {
    -webkit-margin-start: 76px;
            margin-inline-start: 76px;
  }
  .me-xl-19 {
    -webkit-margin-end: 76px;
            margin-inline-end: 76px;
  }
  .mx-xl-19 {
    margin-left: 76px;
    margin-right: 76px;
  }
  .my-xl-19 {
    margin-top: 76px;
    margin-bottom: 76px;
  }
  .p-xl-19 {
    padding: 76px;
  }
  .pt-xl-19 {
    padding-top: 76px;
  }
  .pb-xl-19 {
    padding-bottom: 76px;
  }
  .pl-xl-19 {
    padding-left: 76px;
  }
  .pr-xl-19 {
    padding-right: 76px;
  }
  .ps-xl-19 {
    -webkit-padding-start: 76px;
            padding-inline-start: 76px;
  }
  .pe-xl-19 {
    -webkit-padding-end: 76px;
            padding-inline-end: 76px;
  }
  .px-xl-19 {
    padding-left: 76px;
    padding-right: 76px;
  }
  .py-xl-19 {
    padding-top: 76px;
    padding-bottom: 76px;
  }
}
@media (min-width: 1440px) {
  .m-x2l-19 {
    margin: 76px;
  }
  .mt-x2l-19 {
    margin-top: 76px;
  }
  .mb-x2l-19 {
    margin-bottom: 76px;
  }
  .ml-x2l-19 {
    margin-left: 76px;
  }
  .mr-x2l-19 {
    margin-right: 76px;
  }
  .ms-x2l-19 {
    -webkit-margin-start: 76px;
            margin-inline-start: 76px;
  }
  .me-x2l-19 {
    -webkit-margin-end: 76px;
            margin-inline-end: 76px;
  }
  .mx-x2l-19 {
    margin-left: 76px;
    margin-right: 76px;
  }
  .my-x2l-19 {
    margin-top: 76px;
    margin-bottom: 76px;
  }
  .p-x2l-19 {
    padding: 76px;
  }
  .pt-x2l-19 {
    padding-top: 76px;
  }
  .pb-x2l-19 {
    padding-bottom: 76px;
  }
  .pl-x2l-19 {
    padding-left: 76px;
  }
  .pr-x2l-19 {
    padding-right: 76px;
  }
  .ps-x2l-19 {
    -webkit-padding-start: 76px;
            padding-inline-start: 76px;
  }
  .pe-x2l-19 {
    -webkit-padding-end: 76px;
            padding-inline-end: 76px;
  }
  .px-x2l-19 {
    padding-left: 76px;
    padding-right: 76px;
  }
  .py-x2l-19 {
    padding-top: 76px;
    padding-bottom: 76px;
  }
}
@media (min-width: 1600px) {
  .m-x3l-19 {
    margin: 76px;
  }
  .mt-x3l-19 {
    margin-top: 76px;
  }
  .mb-x3l-19 {
    margin-bottom: 76px;
  }
  .ml-x3l-19 {
    margin-left: 76px;
  }
  .mr-x3l-19 {
    margin-right: 76px;
  }
  .ms-x3l-19 {
    -webkit-margin-start: 76px;
            margin-inline-start: 76px;
  }
  .me-x3l-19 {
    -webkit-margin-end: 76px;
            margin-inline-end: 76px;
  }
  .mx-x3l-19 {
    margin-left: 76px;
    margin-right: 76px;
  }
  .my-x3l-19 {
    margin-top: 76px;
    margin-bottom: 76px;
  }
  .p-x3l-19 {
    padding: 76px;
  }
  .pt-x3l-19 {
    padding-top: 76px;
  }
  .pb-x3l-19 {
    padding-bottom: 76px;
  }
  .pl-x3l-19 {
    padding-left: 76px;
  }
  .pr-x3l-19 {
    padding-right: 76px;
  }
  .ps-x3l-19 {
    -webkit-padding-start: 76px;
            padding-inline-start: 76px;
  }
  .pe-x3l-19 {
    -webkit-padding-end: 76px;
            padding-inline-end: 76px;
  }
  .px-x3l-19 {
    padding-left: 76px;
    padding-right: 76px;
  }
  .py-x3l-19 {
    padding-top: 76px;
    padding-bottom: 76px;
  }
}
@media (min-width: 1800px) {
  .m-x4l-19 {
    margin: 76px;
  }
  .mt-x4l-19 {
    margin-top: 76px;
  }
  .mb-x4l-19 {
    margin-bottom: 76px;
  }
  .ml-x4l-19 {
    margin-left: 76px;
  }
  .mr-x4l-19 {
    margin-right: 76px;
  }
  .ms-x4l-19 {
    -webkit-margin-start: 76px;
            margin-inline-start: 76px;
  }
  .me-x4l-19 {
    -webkit-margin-end: 76px;
            margin-inline-end: 76px;
  }
  .mx-x4l-19 {
    margin-left: 76px;
    margin-right: 76px;
  }
  .my-x4l-19 {
    margin-top: 76px;
    margin-bottom: 76px;
  }
  .p-x4l-19 {
    padding: 76px;
  }
  .pt-x4l-19 {
    padding-top: 76px;
  }
  .pb-x4l-19 {
    padding-bottom: 76px;
  }
  .pl-x4l-19 {
    padding-left: 76px;
  }
  .pr-x4l-19 {
    padding-right: 76px;
  }
  .ps-x4l-19 {
    -webkit-padding-start: 76px;
            padding-inline-start: 76px;
  }
  .pe-x4l-19 {
    -webkit-padding-end: 76px;
            padding-inline-end: 76px;
  }
  .px-x4l-19 {
    padding-left: 76px;
    padding-right: 76px;
  }
  .py-x4l-19 {
    padding-top: 76px;
    padding-bottom: 76px;
  }
}
@media (min-width: 1920px) {
  .m-xxl-19 {
    margin: 76px;
  }
  .mt-xxl-19 {
    margin-top: 76px;
  }
  .mb-xxl-19 {
    margin-bottom: 76px;
  }
  .ml-xxl-19 {
    margin-left: 76px;
  }
  .mr-xxl-19 {
    margin-right: 76px;
  }
  .ms-xxl-19 {
    -webkit-margin-start: 76px;
            margin-inline-start: 76px;
  }
  .me-xxl-19 {
    -webkit-margin-end: 76px;
            margin-inline-end: 76px;
  }
  .mx-xxl-19 {
    margin-left: 76px;
    margin-right: 76px;
  }
  .my-xxl-19 {
    margin-top: 76px;
    margin-bottom: 76px;
  }
  .p-xxl-19 {
    padding: 76px;
  }
  .pt-xxl-19 {
    padding-top: 76px;
  }
  .pb-xxl-19 {
    padding-bottom: 76px;
  }
  .pl-xxl-19 {
    padding-left: 76px;
  }
  .pr-xxl-19 {
    padding-right: 76px;
  }
  .ps-xxl-19 {
    -webkit-padding-start: 76px;
            padding-inline-start: 76px;
  }
  .pe-xxl-19 {
    -webkit-padding-end: 76px;
            padding-inline-end: 76px;
  }
  .px-xxl-19 {
    padding-left: 76px;
    padding-right: 76px;
  }
  .py-xxl-19 {
    padding-top: 76px;
    padding-bottom: 76px;
  }
}
.m-20 {
  margin: 80px;
}

.mt-20 {
  margin-top: 80px;
}

.mb-20 {
  margin-bottom: 80px;
}

.ml-20 {
  margin-left: 80px;
}

.mr-20 {
  margin-right: 80px;
}

.ms-20 {
  -webkit-margin-start: 80px;
          margin-inline-start: 80px;
}

.me-20 {
  -webkit-margin-end: 80px;
          margin-inline-end: 80px;
}

.mx-20 {
  margin-left: 80px;
  margin-right: 80px;
}

.my-20 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.p-20 {
  padding: 80px;
}

.pt-20 {
  padding-top: 80px;
}

.pb-20 {
  padding-bottom: 80px;
}

.pl-20 {
  padding-left: 80px;
}

.pr-20 {
  padding-right: 80px;
}

.ps-20 {
  -webkit-padding-start: 80px;
          padding-inline-start: 80px;
}

.pe-20 {
  -webkit-padding-end: 80px;
          padding-inline-end: 80px;
}

.px-20 {
  padding-left: 80px;
  padding-right: 80px;
}

.py-20 {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (min-width: 350px) {
  .m-xs-20 {
    margin: 80px;
  }
  .mt-xs-20 {
    margin-top: 80px;
  }
  .mb-xs-20 {
    margin-bottom: 80px;
  }
  .ml-xs-20 {
    margin-left: 80px;
  }
  .mr-xs-20 {
    margin-right: 80px;
  }
  .ms-xs-20 {
    -webkit-margin-start: 80px;
            margin-inline-start: 80px;
  }
  .me-xs-20 {
    -webkit-margin-end: 80px;
            margin-inline-end: 80px;
  }
  .mx-xs-20 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .my-xs-20 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .p-xs-20 {
    padding: 80px;
  }
  .pt-xs-20 {
    padding-top: 80px;
  }
  .pb-xs-20 {
    padding-bottom: 80px;
  }
  .pl-xs-20 {
    padding-left: 80px;
  }
  .pr-xs-20 {
    padding-right: 80px;
  }
  .ps-xs-20 {
    -webkit-padding-start: 80px;
            padding-inline-start: 80px;
  }
  .pe-xs-20 {
    -webkit-padding-end: 80px;
            padding-inline-end: 80px;
  }
  .px-xs-20 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .py-xs-20 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 540px) {
  .m-sm-20 {
    margin: 80px;
  }
  .mt-sm-20 {
    margin-top: 80px;
  }
  .mb-sm-20 {
    margin-bottom: 80px;
  }
  .ml-sm-20 {
    margin-left: 80px;
  }
  .mr-sm-20 {
    margin-right: 80px;
  }
  .ms-sm-20 {
    -webkit-margin-start: 80px;
            margin-inline-start: 80px;
  }
  .me-sm-20 {
    -webkit-margin-end: 80px;
            margin-inline-end: 80px;
  }
  .mx-sm-20 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .my-sm-20 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .p-sm-20 {
    padding: 80px;
  }
  .pt-sm-20 {
    padding-top: 80px;
  }
  .pb-sm-20 {
    padding-bottom: 80px;
  }
  .pl-sm-20 {
    padding-left: 80px;
  }
  .pr-sm-20 {
    padding-right: 80px;
  }
  .ps-sm-20 {
    -webkit-padding-start: 80px;
            padding-inline-start: 80px;
  }
  .pe-sm-20 {
    -webkit-padding-end: 80px;
            padding-inline-end: 80px;
  }
  .px-sm-20 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .py-sm-20 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .m-md-20 {
    margin: 80px;
  }
  .mt-md-20 {
    margin-top: 80px;
  }
  .mb-md-20 {
    margin-bottom: 80px;
  }
  .ml-md-20 {
    margin-left: 80px;
  }
  .mr-md-20 {
    margin-right: 80px;
  }
  .ms-md-20 {
    -webkit-margin-start: 80px;
            margin-inline-start: 80px;
  }
  .me-md-20 {
    -webkit-margin-end: 80px;
            margin-inline-end: 80px;
  }
  .mx-md-20 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .my-md-20 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .p-md-20 {
    padding: 80px;
  }
  .pt-md-20 {
    padding-top: 80px;
  }
  .pb-md-20 {
    padding-bottom: 80px;
  }
  .pl-md-20 {
    padding-left: 80px;
  }
  .pr-md-20 {
    padding-right: 80px;
  }
  .ps-md-20 {
    -webkit-padding-start: 80px;
            padding-inline-start: 80px;
  }
  .pe-md-20 {
    -webkit-padding-end: 80px;
            padding-inline-end: 80px;
  }
  .px-md-20 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .py-md-20 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .m-lg-20 {
    margin: 80px;
  }
  .mt-lg-20 {
    margin-top: 80px;
  }
  .mb-lg-20 {
    margin-bottom: 80px;
  }
  .ml-lg-20 {
    margin-left: 80px;
  }
  .mr-lg-20 {
    margin-right: 80px;
  }
  .ms-lg-20 {
    -webkit-margin-start: 80px;
            margin-inline-start: 80px;
  }
  .me-lg-20 {
    -webkit-margin-end: 80px;
            margin-inline-end: 80px;
  }
  .mx-lg-20 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .my-lg-20 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .p-lg-20 {
    padding: 80px;
  }
  .pt-lg-20 {
    padding-top: 80px;
  }
  .pb-lg-20 {
    padding-bottom: 80px;
  }
  .pl-lg-20 {
    padding-left: 80px;
  }
  .pr-lg-20 {
    padding-right: 80px;
  }
  .ps-lg-20 {
    -webkit-padding-start: 80px;
            padding-inline-start: 80px;
  }
  .pe-lg-20 {
    -webkit-padding-end: 80px;
            padding-inline-end: 80px;
  }
  .px-lg-20 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .py-lg-20 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .m-xl-20 {
    margin: 80px;
  }
  .mt-xl-20 {
    margin-top: 80px;
  }
  .mb-xl-20 {
    margin-bottom: 80px;
  }
  .ml-xl-20 {
    margin-left: 80px;
  }
  .mr-xl-20 {
    margin-right: 80px;
  }
  .ms-xl-20 {
    -webkit-margin-start: 80px;
            margin-inline-start: 80px;
  }
  .me-xl-20 {
    -webkit-margin-end: 80px;
            margin-inline-end: 80px;
  }
  .mx-xl-20 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .my-xl-20 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .p-xl-20 {
    padding: 80px;
  }
  .pt-xl-20 {
    padding-top: 80px;
  }
  .pb-xl-20 {
    padding-bottom: 80px;
  }
  .pl-xl-20 {
    padding-left: 80px;
  }
  .pr-xl-20 {
    padding-right: 80px;
  }
  .ps-xl-20 {
    -webkit-padding-start: 80px;
            padding-inline-start: 80px;
  }
  .pe-xl-20 {
    -webkit-padding-end: 80px;
            padding-inline-end: 80px;
  }
  .px-xl-20 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .py-xl-20 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1440px) {
  .m-x2l-20 {
    margin: 80px;
  }
  .mt-x2l-20 {
    margin-top: 80px;
  }
  .mb-x2l-20 {
    margin-bottom: 80px;
  }
  .ml-x2l-20 {
    margin-left: 80px;
  }
  .mr-x2l-20 {
    margin-right: 80px;
  }
  .ms-x2l-20 {
    -webkit-margin-start: 80px;
            margin-inline-start: 80px;
  }
  .me-x2l-20 {
    -webkit-margin-end: 80px;
            margin-inline-end: 80px;
  }
  .mx-x2l-20 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .my-x2l-20 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .p-x2l-20 {
    padding: 80px;
  }
  .pt-x2l-20 {
    padding-top: 80px;
  }
  .pb-x2l-20 {
    padding-bottom: 80px;
  }
  .pl-x2l-20 {
    padding-left: 80px;
  }
  .pr-x2l-20 {
    padding-right: 80px;
  }
  .ps-x2l-20 {
    -webkit-padding-start: 80px;
            padding-inline-start: 80px;
  }
  .pe-x2l-20 {
    -webkit-padding-end: 80px;
            padding-inline-end: 80px;
  }
  .px-x2l-20 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .py-x2l-20 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1600px) {
  .m-x3l-20 {
    margin: 80px;
  }
  .mt-x3l-20 {
    margin-top: 80px;
  }
  .mb-x3l-20 {
    margin-bottom: 80px;
  }
  .ml-x3l-20 {
    margin-left: 80px;
  }
  .mr-x3l-20 {
    margin-right: 80px;
  }
  .ms-x3l-20 {
    -webkit-margin-start: 80px;
            margin-inline-start: 80px;
  }
  .me-x3l-20 {
    -webkit-margin-end: 80px;
            margin-inline-end: 80px;
  }
  .mx-x3l-20 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .my-x3l-20 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .p-x3l-20 {
    padding: 80px;
  }
  .pt-x3l-20 {
    padding-top: 80px;
  }
  .pb-x3l-20 {
    padding-bottom: 80px;
  }
  .pl-x3l-20 {
    padding-left: 80px;
  }
  .pr-x3l-20 {
    padding-right: 80px;
  }
  .ps-x3l-20 {
    -webkit-padding-start: 80px;
            padding-inline-start: 80px;
  }
  .pe-x3l-20 {
    -webkit-padding-end: 80px;
            padding-inline-end: 80px;
  }
  .px-x3l-20 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .py-x3l-20 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1800px) {
  .m-x4l-20 {
    margin: 80px;
  }
  .mt-x4l-20 {
    margin-top: 80px;
  }
  .mb-x4l-20 {
    margin-bottom: 80px;
  }
  .ml-x4l-20 {
    margin-left: 80px;
  }
  .mr-x4l-20 {
    margin-right: 80px;
  }
  .ms-x4l-20 {
    -webkit-margin-start: 80px;
            margin-inline-start: 80px;
  }
  .me-x4l-20 {
    -webkit-margin-end: 80px;
            margin-inline-end: 80px;
  }
  .mx-x4l-20 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .my-x4l-20 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .p-x4l-20 {
    padding: 80px;
  }
  .pt-x4l-20 {
    padding-top: 80px;
  }
  .pb-x4l-20 {
    padding-bottom: 80px;
  }
  .pl-x4l-20 {
    padding-left: 80px;
  }
  .pr-x4l-20 {
    padding-right: 80px;
  }
  .ps-x4l-20 {
    -webkit-padding-start: 80px;
            padding-inline-start: 80px;
  }
  .pe-x4l-20 {
    -webkit-padding-end: 80px;
            padding-inline-end: 80px;
  }
  .px-x4l-20 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .py-x4l-20 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1920px) {
  .m-xxl-20 {
    margin: 80px;
  }
  .mt-xxl-20 {
    margin-top: 80px;
  }
  .mb-xxl-20 {
    margin-bottom: 80px;
  }
  .ml-xxl-20 {
    margin-left: 80px;
  }
  .mr-xxl-20 {
    margin-right: 80px;
  }
  .ms-xxl-20 {
    -webkit-margin-start: 80px;
            margin-inline-start: 80px;
  }
  .me-xxl-20 {
    -webkit-margin-end: 80px;
            margin-inline-end: 80px;
  }
  .mx-xxl-20 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .my-xxl-20 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .p-xxl-20 {
    padding: 80px;
  }
  .pt-xxl-20 {
    padding-top: 80px;
  }
  .pb-xxl-20 {
    padding-bottom: 80px;
  }
  .pl-xxl-20 {
    padding-left: 80px;
  }
  .pr-xxl-20 {
    padding-right: 80px;
  }
  .ps-xxl-20 {
    -webkit-padding-start: 80px;
            padding-inline-start: 80px;
  }
  .pe-xxl-20 {
    -webkit-padding-end: 80px;
            padding-inline-end: 80px;
  }
  .px-xxl-20 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .py-xxl-20 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
h1 {
  font-family: "Outfit", sans-serif;
  font-size: clamp(48px, 5vw, 80px);
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.8px;
  color: #ffffff;
  margin-bottom: 1rem;
}
h1 .highlight {
  color: #EE212B;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

p,
span,
li,
a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08px;
  color: #000;
}

.services__item-icon-wrap {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  background: #EE212B;
  border-radius: 50%;
  margin-bottom: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.services__item-icon-wrap img {
  width: 40px;
}

.services__item-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.24px;
  margin-bottom: 1.5rem;
  font-family: "Outfit", sans-serif;
  color: #000;
}
.services__item-desc {
  font-size: clamp(14px, 1vw + 10px, 16px);
  line-height: 150%;
  letter-spacing: 0.08px;
  color: #313131;
}

.list--check {
  list-style: none;
  padding: 0;
}
.list--check li {
  position: relative;
  padding-left: 2rem;
}
.list--check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3rem;
  width: 17px;
  height: 17px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'><path d='M8.16675 0.205078C3.75572 0.205078 0.166748 3.79405 0.166748 8.20508C0.166748 12.6161 3.75572 16.2051 8.16675 16.2051C12.5778 16.2051 16.1667 12.6161 16.1667 8.20508C16.1667 3.79405 12.5778 0.205078 8.16675 0.205078ZM12.6379 6.09981L7.52514 11.1725C7.22439 11.4732 6.74319 11.4933 6.42239 11.1925L3.71562 8.72638C3.39482 8.42563 3.37477 7.92438 3.65547 7.60357C3.95622 7.28277 4.45747 7.26272 4.77828 7.56347L6.92364 9.52839L11.4951 4.95696C11.8159 4.63616 12.3171 4.63616 12.6379 4.95696C12.9587 5.27776 12.9587 5.77901 12.6379 6.09981Z' fill='%23EE212B'/></svg>") no-repeat center;
  background-size: contain;
}

.preloader {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  background-color: #0F0E0E;
  z-index: 9999;
}
.preloader__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.progress-circle {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 80px;
  height: 80px;
  z-index: 9999;
}
.progress-circle-bg {
  fill: none;
  stroke: rgba(17, 19, 20, 0.2);
  stroke-width: 4;
}
.progress-circle-progress {
  fill: none;
  stroke: #EE212B;
  stroke-width: 4;
  stroke-linecap: round;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: stroke-dashoffset 0.2s;
  transition: stroke-dashoffset 0.2s;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 2px rgba(255, 255, 255, 0.6));
          filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 2px rgba(255, 255, 255, 0.6));
}
.progress-circle-text {
  font-size: 16px;
  font-weight: bold;
  fill: #EE212B;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8), 0 0 2px rgba(255, 255, 255, 0.6);
}

/* 1. Header Area */
.header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* Dropdown Styles - Desktop */
}
.header .nav__menu {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}
@media (max-width: 1200px) {
  .header .nav__menu {
    display: none;
  }
}
.header .nav__item {
  position: relative;
  margin: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08px;
}
.header .nav__link:hover {
  color: #EE212B;
}
.header .nav__item-has-children > .nav__link::after {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 9 5' fill='none'><path d='M8.13231 0.972078C8.13235 1.01586 8.12375 1.05921 8.10699 1.09965C8.09023 1.1401 8.06564 1.17683 8.03464 1.20774L4.70136 4.54102C4.67043 4.57199 4.63369 4.59656 4.59326 4.61333C4.55282 4.63009 4.50947 4.63872 4.4657 4.63872C4.42193 4.63872 4.37858 4.63009 4.33814 4.61333C4.29771 4.59656 4.26097 4.57199 4.23004 4.54102L0.896758 1.20774C0.76651 1.07749 0.76651 0.86658 0.896758 0.736415C1.02701 0.60625 1.23792 0.606167 1.36808 0.736415L4.4657 3.83403L7.56332 0.736415C7.59425 0.705444 7.63099 0.680874 7.67142 0.66411C7.71186 0.647346 7.75521 0.638718 7.79898 0.638718C7.84275 0.638718 7.8861 0.647346 7.92654 0.66411C7.96697 0.680874 8.00371 0.705444 8.03464 0.736415C8.06564 0.767327 8.09023 0.80406 8.10699 0.844503C8.12375 0.884945 8.13235 0.9283 8.13231 0.972078Z' fill='%23EE212B'/></svg>");
  display: inline-block;
  margin-left: 5px;
  vertical-align: bottom;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.header .nav__item-has-children:hover > .nav__link::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-bottom: -3px;
}
.header .nav__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  padding-left: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 100;
}
.header .nav__submenu .nav__link {
  color: #0F0E0E;
}
.header .nav__submenu .nav__submenu {
  top: 0;
  left: 100%;
}
.header .nav .current-menu-item > .nav__link {
  color: #EE212B;
  font-weight: 500;
}
.header .nav__item:hover > .nav__submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 9999;
}
.header__info {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  max-width: 500px;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  z-index: 10000;
  padding: 0 1rem;
  overflow-y: auto;
  visibility: visible;
}
.header__info.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.header__info-panel {
  position: relative;
}
@media (max-width: 1200px) {
  .header__info-panel {
    display: none;
  }
}
.header__info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 1rem 0;
}
.header__info-logo {
  max-width: 140px;
}
.header__info-toggle {
  background: transparent;
  border: 0.3px solid #ffffff !important;
  padding: 0 5px !important;
  border-radius: 4px !important;
}
.header__info-toggle svg {
  width: 30px;
}
.header__info-toggle--close {
  color: #000;
  border: none;
  background: transparent;
  font-size: 2rem;
}
.header__info-title {
  font-size: clamp(18px, 2vw + 1rem, 32px);
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  line-height: 120%;
  letter-spacing: 0.32px;
  color: #000;
}
.header__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.header__info-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #EE212B;
  display: grid;
  place-items: center;
  padding: 8px;
}
.header__info-icon svg {
  width: 15px;
}
.header__info-icon svg path {
  fill: #ffffff;
}
.header__info-text {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08px;
  color: #000;
  font-size: 1rem;
}
.header__info-text:hover {
  color: #EE212B;
}
.header__info-social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.header__info-social-icon .social-icon__link {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: #EE212B;
  border-radius: 50%;
  margin-bottom: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #EE212B;
  transition: all 0.3s ease;
}
.header__info-social-icon .social-icon__link:hover {
  background: transparent;
}
.header__info-social-icon .social-icon__link:hover svg path {
  fill: #EE212B;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header--style-1 {
  position: relative;
  z-index: 9999;
}
.header--style-1 .header__top {
  background: #EE212B;
}
.header--style-1 .header__top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 540px) {
  .header--style-1 .header__top-content {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media (max-width: 540px) {
  .header--style-1 .header__info-wrap {
    display: none;
  }
}
.header--style-1 .header__social {
  gap: 1.5rem;
}
@media (max-width: 1200px) {
  .header--style-1 .header__social {
    gap: 1rem;
  }
}
.header--style-1 .header__social-link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.header--style-1 .header__social-link:hover {
  background-color: #ffffff;
}
.header--style-1 .header__social-link:hover svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header--style-1 .header__social-link:hover svg path {
  fill: #EE212B;
}
.header--style-1 .header__info-text {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .header--style-1 .header__info-text--address {
    display: none;
  }
}
.header--style-1 .header__bottom {
  max-height: 100px;
  background: transparent;
  margin-bottom: -100px;
}
.header--style-1 .nav__logo .nav__link {
  padding: 0;
}

.header--style-1 .nav__logo img{
  max-width: 100%;
  width: 280px;
}

@media (max-width: 768px) {
  .header--style-1 .nav__logo-img {
    max-width: 220px;
  }
}

@media (max-width: 768px) {
.header--style-1 .nav__logo img {
    max-width: 100%;
    width: 220px;
}
}


.header--style-1 .nav__link {
  color: #ffffff;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.header--style-1 .nav__link:hover {
  color: #EE212B;
}
@media (max-width: 540px) {
  .header--style-1 .nav__btn {
    display: none;
  }
}
.header--style-1 .nav__toggle {
  color: #ffffff;
  font-size: 2rem;
  background: transparent;
  border: none;
  display: none;
}
@media (max-width: 1200px) {
  .header--style-1 .nav__toggle {
    display: block;
  }
}
.header--style-2 {
  background: #0F0E0E;
}
.header--style-2 .header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .header--style-2 .header__logo-img {
    max-width: 220px;
  }
}
.header--style-2 .nav__menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border-radius: 200px;
  padding: 0 10px;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
@media (max-width: 1200px) {
  .header--style-2 .nav__menu-wrap {
    display: none;
  }
}
.header--style-2 .nav__arrow {
  background: #0F0E0E;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header--style-2 .nav__arrow:hover {
  background: #EE212B;
}
.header--style-2 .nav__menu {
  padding: 0 2rem;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.header--style-2 .nav__menu.hide {
  padding: 0;
  width: 0 !important;
  visibility: hidden;
}
.header--style-2 .nav__link {
  color: #000;
}
.header--style-2 .nav__link:hover {
  color: #EE212B;
}
.header--style-2 .nav__item-has-children > .nav__link::after {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 9 5' fill='none'><path d='M8.13231 0.972078C8.13235 1.01586 8.12375 1.05921 8.10699 1.09965C8.09023 1.1401 8.06564 1.17683 8.03464 1.20774L4.70136 4.54102C4.67043 4.57199 4.63369 4.59656 4.59326 4.61333C4.55282 4.63009 4.50947 4.63872 4.4657 4.63872C4.42193 4.63872 4.37858 4.63009 4.33814 4.61333C4.29771 4.59656 4.26097 4.57199 4.23004 4.54102L0.896758 1.20774C0.76651 1.07749 0.76651 0.86658 0.896758 0.736415C1.02701 0.60625 1.23792 0.606167 1.36808 0.736415L4.4657 3.83403L7.56332 0.736415C7.59425 0.705444 7.63099 0.680874 7.67142 0.66411C7.71186 0.647346 7.75521 0.638718 7.79898 0.638718C7.84275 0.638718 7.8861 0.647346 7.92654 0.66411C7.96697 0.680874 8.00371 0.705444 8.03464 0.736415C8.06564 0.767327 8.09023 0.80406 8.10699 0.844503C8.12375 0.884945 8.13235 0.9283 8.13231 0.972078Z' fill='%23000000'/></svg>");
}
.header--style-2 .nav__item.current-menu-item > .nav__link {
  color: #EE212B !important;
  font-weight: 500;
}
.header--style-2 .nav__toggle {
  color: #ffffff;
  font-size: 2rem;
  background: transparent;
  border: none;
  display: none;
}
@media (max-width: 1200px) {
  .header--style-2 .nav__toggle {
    display: block;
  }
}
.header--style-3 {
  background: #0F0E0E;
}
.header--style-3 .header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .header--style-3 .header__logo-img {
    max-width: 120px;
  }
}
.header--style-3 .header__bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 8px;
  margin-top: 18px;
}
@media (max-width: 1200px) {
  .header--style-3 .header__bottom {
    display: none !important;
  }
}
.header--style-3 .header__contact-list {
  gap: 40px;
}
.header--style-3 .header__contact-list li {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08px;
  color: #000;
  color: #0F0E0E;
  position: relative;
  padding-left: 1rem;
}
.header--style-3 .header__contact-list li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: #0F0E0E;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header--style-3 .header__cta-btn {
  background: #000;
  border: 1px solid #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 8px;
}
.header--style-3 .header__cta-btn:hover {
  background: #EE212B;
  border-color: #EE212B;
  color: #ffffff;
}
.header--style-3 .header__cta-btn:hover span {
  background: #ffffff;
}
.header--style-3 .nav__menu {
  padding: 0 2rem;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.header--style-3 .nav__menu.hide {
  padding: 0;
  width: 0 !important;
  visibility: hidden;
}
.header--style-3 .nav__link {
  color: #ffffff;
}
.header--style-3 .nav__link:hover {
  color: #EE212B;
}
.header--style-3 .nav__item-has-children > .nav__link::after {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 9 5' fill='none'><path d='M8.13231 0.972078C8.13235 1.01586 8.12375 1.05921 8.10699 1.09965C8.09023 1.1401 8.06564 1.17683 8.03464 1.20774L4.70136 4.54102C4.67043 4.57199 4.63369 4.59656 4.59326 4.61333C4.55282 4.63009 4.50947 4.63872 4.4657 4.63872C4.42193 4.63872 4.37858 4.63009 4.33814 4.61333C4.29771 4.59656 4.26097 4.57199 4.23004 4.54102L0.896758 1.20774C0.76651 1.07749 0.76651 0.86658 0.896758 0.736415C1.02701 0.60625 1.23792 0.606167 1.36808 0.736415L4.4657 3.83403L7.56332 0.736415C7.59425 0.705444 7.63099 0.680874 7.67142 0.66411C7.71186 0.647346 7.75521 0.638718 7.79898 0.638718C7.84275 0.638718 7.8861 0.647346 7.92654 0.66411C7.96697 0.680874 8.00371 0.705444 8.03464 0.736415C8.06564 0.767327 8.09023 0.80406 8.10699 0.844503C8.12375 0.884945 8.13235 0.9283 8.13231 0.972078Z' fill='%23EE212B'/></svg>");
}
.header--style-3 .nav__item.current-menu-item > .nav__link {
  color: #EE212B !important;
  font-weight: 500;
}
.header--style-3 .nav__toggle {
  color: #ffffff;
  font-size: 2rem;
  background: transparent;
  border: none;
  display: none;
}
@media (max-width: 1200px) {
  .header--style-3 .nav__toggle {
    display: block;
  }
}

/* 2. Hero Area */
/*------------------------------------------------------------------
Template Name: XRoof — Roofing Services HTML Template
Template URL: https://xroof.netlify.app
Description:  XRoof — Roofing Services HTML Template is a clean, modern, and fully responsive template designed specifically for roofing companies, contractors, and construction businesses. Built with the latest technologies, XRoof helps you showcase your services, projects, and team in a professional way that builds trust with customers.
Whether you’re a roofing contractor, construction service provider, or repair specialist, XRoof provides all the essential pages and components to launch your website quickly and easily. With a well-structured codebase, developers can customize it effortlessly, while end-users enjoy a smooth, fast, and mobile-friendly browsing experience.
Author: RoxThemes
Author URL: https://kits.roxthemes.com/babio
Version: 1.0
-------------------------------------------------------------------

SCSS INDEX
===================

1. Header Area 
2. Hero Area 
3. About Area 
4. Services Area 
5. Why Choose Area 
6. Project Area 
7. Achievement Area 
8. Team Area 
9. Testimonials Area 
10. Pricing Area 
11. Faq Area 
12. Blog Area 
13. Blog Details Area 
14. Footer Area 
15. Keywords Area 
16. Started Area 
17. Work Process Area 
18. Award Area 
19. Contact Area 
20. Services Details Area 
21. Project Details Area   
22. Sidebar Area 
23. Breadcrumbs Area 
24. Error Area 
25. Offcanvas Area 

------------------------------------------------------------------*/
.hero {
  position: relative;
  overflow: hidden;
}
.hero__container {
  padding-bottom: 0;
}
.hero__left, .hero__right {
  position: relative;
  z-index: 15;
}
.hero__title {
  max-width: 610px;
}
.hero__desc {
  color: #ffffff;
  text-align: left;
  max-width: 480px;
}
.hero__right-content {
  max-width: 430px;
  position: relative;
  z-index: 10;
}
.hero__form-wrap {
  background: #ffffff;
  border-radius: 20px;
}
.hero__form-title {
  font-size: clamp(18px, 2vw + 1rem, 32px);
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  line-height: 120%;
  letter-spacing: 0.32px;
  color: #000;
}
.hero__form-input {
  border: 1px solid #8F9897;
  width: 100%;
  padding: 1rem 1.5rem;
  border-radius: 10px;
  margin-bottom: 1.5rem;
}
.hero__form-input:last-of-type {
  margin-bottom: 0;
}
.hero__form-submit {
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.16px;
  display: block;
  width: 100%;
  margin-top: 0.5rem;
  border: 1px solid #EE212B;
}
.hero__form-submit:hover {
  background: #ffffff;
}
.hero__stats-container {
  margin-top: -50px;
}
@media (max-width: 1200px) {
  .hero__stats-container {
    margin-top: 0;
  }
}
.hero__stats {
  background: #EE212B;
  position: relative;
  gap: 7rem;
  z-index: 2;
}
@media (max-width: 1024px) {
  .hero__stats {
    gap: 2rem;
  }
}
@media (max-width: 1440px) {
  .hero__stats {
    z-index: 10;
  }
}
.hero__stats-container {
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}
.hero__stats-number {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  letter-spacing: -0.56px;
  font-size: clamp(32px, 4vw + 12px, 56px);
  color: #000;
  color: #ffffff;
  line-height: 120%;
}
.hero__stats-number .highlight {
  color: #EE212B;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.hero__stats-text {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.08px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0;
}
.hero__img-wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  max-width: 500px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .hero__img-wrap {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    left: 0;
  }
}
.hero__img-wrap__img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  display: block;
}
.hero--style-1 {
  padding-top: 150px;
  position: relative;
}
.hero--style-1::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(33, 14, 14, 0.64)), to(rgba(2, 2, 2, 0.49)));
  background: linear-gradient(270deg, rgba(33, 14, 14, 0.64) 0%, rgba(2, 2, 2, 0.49) 100%);
  z-index: 1;
}
@media (max-width: 1024px) {
  .hero--style-1 {
    padding-top: 120px;
  }
}
.hero--style-1__left {
  padding-top: 5rem;
}
@media (max-width: 1200px) {
  .hero--style-1__left {
    padding-top: 0;
  }
}
.hero--style-2 {
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.hero--style-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(15, 14, 14, 0.8)), to(rgba(15, 14, 14, 0.8)));
  background: linear-gradient(0deg, rgba(15, 14, 14, 0.8) 0%, rgba(15, 14, 14, 0.8) 100%);
  z-index: 1;
}
.hero--style-2 .hero__content {
  position: relative;
  min-height: 90vh;
}
.hero--style-2 .hero__top {
  padding-bottom: 10rem;
}
@media (max-width: 540px) {
  .hero--style-2 .hero__top {
    padding-bottom: 2rem;
  }
}
.hero--style-2 .hero__title {
  max-width: 710px;
}
.hero--style-2 .hero__desc,
.hero--style-2 .hero__stat-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.24px;
  margin-bottom: 1.5rem;
  font-family: "Outfit", sans-serif;
  color: #ffffff;
  max-width: 610px;
  font-weight: 400;
  letter-spacing: 0.12px;
}
.hero--style-2 .hero__stats {
  background: transparent;
  margin-top: 0.5rem;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
  row-gap: 2rem;
}
.hero--style-2 .hero__stat-number {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  letter-spacing: -0.56px;
  font-size: clamp(32px, 4vw + 12px, 56px);
  color: #ffffff;
}
.hero--style-2 .hero__stat-number .highlight {
  color: #EE212B;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.hero--style-2 .hero__stat-text {
  margin-top: 1rem;
}
.hero--style-2 .hero__img-wrapper {
  position: absolute;
  bottom: -65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 500px;
  z-index: 10 !important;
}
.hero--style-2 .hero__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero--style-2 .hero__nav {
  max-width: 1920px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.02);
  z-index: 5 !important;
}
@media (max-width: 540px) {
  .hero--style-2 .hero__nav {
    display: none;
  }
}
.hero--style-2 .hero__bg-text {
  font-size: clamp(3rem, 20vw, 400px);
  text-align: center;
  color: #ffffff;
  padding-top: 4rem;
  font-weight: 800;
  letter-spacing: -4px;
  line-height: 90%;
  font-family: "Outfit", sans-serif;
  z-index: 999 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.hero--style-2 .hero__prev,
.hero--style-2 .hero__next {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 480px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  position: relative;
}
.hero--style-2 .hero__prev::after,
.hero--style-2 .hero__next::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ffffff;
}
@media (max-width: 1440px) {
  .hero--style-2 .hero__prev,
  .hero--style-2 .hero__next {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.hero--style-2 .hero__next::after {
  left: 0;
}
.hero--style-2 .hero__btn--next,
.hero--style-2 .hero__btn--prev {
  display: grid;
  place-items: center;
  width: 40px;
  height: 30px;
  background: #ffffff;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.hero--style-2 .hero__btn--next svg path,
.hero--style-2 .hero__btn--prev svg path {
  fill: #000;
}
.hero--style-2 .hero__btn--next:hover,
.hero--style-2 .hero__btn--prev:hover {
  background: #EE212B;
}
.hero--style-2 .hero__btn--next:hover svg path,
.hero--style-2 .hero__btn--prev:hover svg path {
  fill: #ffffff;
}
.hero--style-2 .hero__prev-text,
.hero--style-2 .hero__next-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.24px;
  margin-bottom: 1.5rem;
  font-family: "Outfit", sans-serif;
  color: #ffffff;
  margin: 0;
  padding: 0 1.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.hero--style-3 {
  background: #0F0E0E;
}
.hero--style-3 .hero__container {
  position: relative;
}
.hero--style-3 .hero__top-area {
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  row-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hero--style-3 .hero__subtitle {
  color: #ffffff;
  font-size: 20px;
  font-weight: 4;
  line-height: 150%;
  letter-spacing: 0.1px;
  max-width: 275px;
}
.hero--style-3 .hero__review-desc, .hero--style-3 .hero__btn {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
}
.hero--style-3 .hero__avatar-wrap {
  max-width: 50px;
  max-height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #ffffff;
}
.hero--style-3 .hero__avatar-wrap:not(:first-child) {
  margin-left: -25px;
}
@media (max-width: 1024px) {
  .hero--style-3 .hero__avatar-wrap {
    width: 40px;
    height: 40px;
  }
  .hero--style-3 .hero__avatar-wrap:not(:first-child) {
    margin-left: -20px;
  }
}
.hero--style-3 .hero__middle-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  row-gap: 2rem;
}
.hero--style-3 .hero__title {
  font-size: clamp(3rem, 10vw, 225px);
  color: #ffffff;
  font-weight: 500;
  letter-spacing: -2.4px;
  line-height: 100%;
  font-family: "Outfit", sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-width: 915px;
}
.hero--style-3 .hero__desc {
  max-width: 100%;
}
.hero--style-3 .hero__middle-right {
  height: auto !important;
  max-width: 545px;
  width: 100%;
}
.hero--style-3 .hero__btn {
  margin-left: auto;
  margin-right: 0;
  text-decoration: underline;
  display: inline-block;
  position: relative;
  padding-left: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hero--style-3 .hero__btn::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  left: 0;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hero--style-3 .hero__btn:hover {
  color: #EE212B;
}
.hero--style-3 .hero__btn:hover::before {
  background: #EE212B;
}
.hero--style-3 .hero__bottom-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  row-gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero--style-3 .hero__video-wrap {
  position: relative;
  max-width: 435px;
  overflow: hidden;
}
.hero--style-3 .hero__video-wrap svg {
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .hero--style-3 .hero__video-wrap svg {
    right: 1rem;
  }
}
.hero--style-3 .hero__video-wrap-thumb {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1920px) {
  .hero--style-3 .hero__video-wrap {
    max-width: 350px;
  }
}
@media (max-width: 1200px) {
  .hero--style-3 .hero__video-wrap {
    max-width: 300px;
  }
}
@media (max-width: 1024px) {
  .hero--style-3 .hero__video-wrap {
    max-width: 250px;
  }
}
@media (max-width: 540px) {
  .hero--style-3 .hero__video-wrap {
    max-width: 200px;
  }
}
.hero--style-3 .hero__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  position: absolute;
  bottom: 4rem;
  right: 2rem;
}
.hero--style-3 .hero__socials-link {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: transparent;
  border-radius: 50%;
  margin-bottom: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #ffffff;
  width: 48px;
  height: 48px;
  margin-bottom: 0;
}
.hero--style-3 .hero__socials-link svg path {
  fill: #ffffff;
}
.hero--style-3 .hero__socials-link:hover {
  background: #EE212B;
  border: 1px solid #EE212B;
}
@media (max-width: 1600px) {
  .hero--style-3 .hero__socials {
    display: none;
  }
}

/* 3. About Area */
.about {
  overflow: hidden;
}
.about__shape {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__stat {
  position: absolute;
  right: -2rem;
  top: -2rem;
  background: #EE212B;
  border-radius: 10px;
  color: #ffffff;
  width: 100%;
  max-width: 300px;
}
@media (max-width: 1024px) {
  .about__stat {
    right: 10px;
    top: 10px;
  }
}
.about__stat-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.095px;
  color: #ffffff;
}
.about--style-1 .about__left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-right: 1rem;
}
@media (max-width: 1440px) {
  .about--style-1 .about__left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
  }
}
.about--style-1 .about__stat {
  position: absolute;
  left: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 1024px) {
  .about--style-1 .about__stat {
    top: auto;
    left: 10px;
    bottom: -40px;
  }
}
.about--style-1 .about__right {
  margin-left: 1rem;
  padding-top: 0;
}
@media (max-width: 1440px) {
  .about--style-1 .about__right {
    padding-top: 2.5rem;
    padding-left: 0;
  }
}
.about--style-1 .about__img-wrap {
  max-width: 560px;
  width: 100%;
  position: relative;
  z-index: 10;
}
.about--style-1 .about__img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about--style-1 .about__shape-wrap {
  position: absolute;
  top: 50%;
  left: -4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-height: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .about--style-1 .about__shape-wrap {
    left: -50px;
  }
}
.about--style-2 .about__title {
  max-width: 720px;
}
.about--style-2 .about__desc {
  color: #313131;
}
.about--style-2 .about__solutions {
  background: #FFF4F5;
  padding: 1.5em;
  border-radius: 20px;
}
.about--style-2 .about__solution-text {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.09px;
}
.about--style-2 .about__features {
  margin-right: -230px;
  z-index: 999 !important;
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  border-bottom: 3px solid #EE212B;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 1200px) {
  .about--style-2 .about__features {
    margin-right: 0;
  }
}
.about--style-2 .about__feature-text {
  color: #313131;
}
.about--style-2 .about__image {
  max-width: 660px;
  max-height: 775px;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .about--style-2 .about__image {
    max-width: 100%;
    max-height: 100%;
  }
}
.about--style-2 .about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about--style-3 .about__desc, .about--style-3 .about__title {
  max-width: 770px;
}
.about--style-3 .about__solutions {
  list-style: none;
  margin: 0;
  padding: 0;
}
.about--style-3 .about__solutions li {
  font-size: 18px;
  position: relative;
  padding-left: 2rem;
  letter-spacing: 0.09px;
}
.about--style-3 .about__solutions li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3rem;
  width: 17px;
  height: 17px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='9' viewBox='0 0 10 9' fill='none'><path d='M9.35425 0.601318C9.35425 0.325176 9.13039 0.101318 8.85425 0.101318L4.35425 0.101318C4.0781 0.101318 3.85425 0.325176 3.85425 0.601318C3.85425 0.877461 4.0781 1.10132 4.35425 1.10132L8.35425 1.10132L8.35425 5.10132C8.35425 5.37746 8.57811 5.60132 8.85425 5.60132C9.13039 5.60132 9.35425 5.37746 9.35425 5.10132L9.35425 0.601318ZM8.85425 0.601318L8.50069 0.247765L0.646568 8.10189L1.00012 8.45544L1.35368 8.809L9.2078 0.954872L8.85425 0.601318Z' fill='%23EE212B'/></svg>") no-repeat center center;
  background-size: contain;
}
.about--style-3 .about__img {
  max-width: 100%;
  width: 100%;
  border-radius: 8px;
}
.about--style-3 .about__stat {
  position: static;
  max-width: 365px;
  width: 100%;
}
.about--style-3 .about__avatar-wrap {
  max-width: 50px;
  max-height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #ffffff;
}
.about--style-3 .about__avatar-wrap:not(:first-child) {
  margin-left: -25px;
}
@media (max-width: 1024px) {
  .about--style-3 .about__avatar-wrap {
    width: 40px;
    height: 40px;
  }
  .about--style-3 .about__avatar-wrap:not(:first-child) {
    margin-left: -20px;
  }
}
.about--style-3 .about__left {
  display: block;
}
@media (max-width: 1200px) {
  .about--style-3 .about__left-middle {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.about--style-3 .about__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  .about--style-3 .about__right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
}
.about--style-3 .about__img-wrap {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media (max-width: 1200px) {
  .about--style-3 .about__img-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 768px) {
  .about--style-3 .about__img-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.about--style-3 .year__text-wrap {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  max-width: 165px;
  margin-left: 30px;
  height: 100%;
  margin-top: -130px;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
@media (max-width: 1600px) {
  .about--style-3 .year__text-wrap {
    max-width: 90px;
  }
}
@media (max-width: 1200px) {
  .about--style-3 .year__text-wrap {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    margin-top: 0;
    max-width: 100%;
    margin-left: 0;
  }
}
.about--style-3 .year__text-wrap h4 {
  font-family: "Outfit", sans-serif;
  color: #0F0E0E;
  font-size: clamp(4rem, 12vw, 200px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -2px;
  margin: 0;
}
@media (max-width: 1600px) {
  .about--style-3 .year__text-wrap h4 {
    font-size: clamp(4rem, 8vw, 200px);
  }
}
@media (max-width: 1200px) {
  .about--style-3 .year__text-wrap h4 {
    font-size: clamp(4rem, 12vw, 200px);
  }
}

/* 4. Services Area */
/*------------------------------------------------------------------
Template Name: XRoof — Roofing Services HTML Template
Template URL: https://xroof.netlify.app
Description:  XRoof — Roofing Services HTML Template is a clean, modern, and fully responsive template designed specifically for roofing companies, contractors, and construction businesses. Built with the latest technologies, XRoof helps you showcase your services, projects, and team in a professional way that builds trust with customers.
Whether you’re a roofing contractor, construction service provider, or repair specialist, XRoof provides all the essential pages and components to launch your website quickly and easily. With a well-structured codebase, developers can customize it effortlessly, while end-users enjoy a smooth, fast, and mobile-friendly browsing experience.
Author: RoxThemes
Author URL: https://kits.roxthemes.com/babio
Version: 1.0
-------------------------------------------------------------------

SCSS INDEX
===================

1. Header Area 
2. Hero Area 
3. About Area 
4. Services Area 
5. Why Choose Area 
6. Project Area 
7. Achievement Area 
8. Team Area 
9. Testimonials Area 
10. Pricing Area 
11. Faq Area 
12. Blog Area 
13. Blog Details Area 
14. Footer Area 
15. Keywords Area 
16. Started Area 
17. Work Process Area 
18. Award Area 
19. Contact Area 
20. Services Details Area 
21. Project Details Area   
22. Sidebar Area 
23. Breadcrumbs Area 
24. Error Area 
25. Offcanvas Area 

------------------------------------------------------------------*/
.services--secondary .services__container {
  -webkit-transform: translateY(280px);
          transform: translateY(280px);
  margin-top: -320px;
}
.services--secondary .services__container--global {
  -webkit-transform: none;
          transform: none;
  margin-top: 0;
}
.services--secondary .services__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border-radius: 10px;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.services--secondary .services__card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../assets/img/shape/services-card-square-shape.png") center center/cover no-repeat;
  z-index: 10;
}
@media (max-width: 768px) {
  .services--secondary .services__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.services--secondary .services__card-icon-wrap {
  margin-bottom: 2rem;
  margin-left: 0;
  border: none;
}
.services--secondary .services__card-icon-wrap svg path {
  fill: #EE212B;
}
:hover .services--secondary .services__card-icon-wrap {
  background: none;
}
.services--secondary .services__card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #ffffff;
  background: #000;
  height: 100%;
  padding: 2rem;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.services--secondary .services__card-content > * {
  position: relative;
  z-index: 15;
}
@media (max-width: 1440px) {
  .services--secondary .services__card-content {
    width: 100% !important;
  }
}
.services--secondary .services__card--explore .services__card-content {
  background: #EE212B;
}
.services--secondary .services__card--explore .services__card-icon-wrap svg path {
  fill: #ffffff;
}
.services--secondary .services__card-title {
  font-size: clamp(18px, 2vw + 1rem, 32px);
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  line-height: 120%;
  letter-spacing: 0.32px;
  color: #000;
  color: #ffffff;
  text-align: left;
  margin-bottom: 1.5rem;
}
.services--secondary .services__card-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.services--secondary .services__card-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 300px;
  max-height: 320px;
  position: relative;
  z-index: 15;
}
@media (max-width: 768px) {
  .services--secondary .services__card-image {
    max-width: 100% !important;
    width: 100%;
  }
}
.services--secondary .services__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1920px) {
  .services--secondary .services__grid > .col-12.col-xxl-6:nth-child(2) .services__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (max-width: 768px) {
  .services--secondary .services__grid > .col-12.col-xxl-6:nth-child(2) .services__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.services--style-1 .services__item-icon-wrap {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: #EE212B;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.services--style-1 .services__item-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  color: #000;
  letter-spacing: -0.24px;
  margin-bottom: 1.5rem;
}
.services--style-1 .services__item-desc {
  font-size: clamp(14px, 1vw + 10px, 16px);
  line-height: 150%;
  letter-spacing: 0.08px;
  color: #313131;
}
.services--style-1 .services__top-title {
  text-align: center;
  margin-bottom: 1rem;
}
.services--style-1 .services__top-desc {
  color: #ffffff;
  text-align: center;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.services--style-1 .services__top {
  position: relative;
  z-index: 0 !important;
  background-attachment: fixed !important;
}
.services--style-1 .services__top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
  pointer-events: none;
  z-index: -1;
}
.services--style-1 .services__bottom {
  margin-top: -300px;
  padding-top: 0;
}
@media (max-width: 1920px) {
  .services--style-1 .services__bottom {
    margin-top: -240px;
  }
}
@media (max-width: 768px) {
  .services--style-1 .services__bottom {
    margin-top: -170px;
  }
}
.services--style-1 .services__card-icon-wrap {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border: 1px solid #EE212B;
  border-radius: 50%;
  margin-bottom: 1rem;
  margin: 0 auto;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.services--style-1 .services__card-icon-wrap svg path {
  fill: #EE212B;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.services--style-1 .services__card-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  color: #000;
  letter-spacing: -0.24px;
  margin-top: 1rem;
  text-align: center;
}
.services--style-1 .services__card-text {
  text-align: center;
  margin: 1.5rem 0;
}
.services--style-1 .services__card-btn {
  display: block;
  text-align: center !important;
  width: 100%;
  font-size: 1rem;
  color: #EE212B;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08px;
  text-decoration: none;
  -webkit-transition: -webkit-transform all 0.3s ease;
  transition: -webkit-transform all 0.3s ease;
  transition: transform all 0.3s ease;
  transition: transform all 0.3s ease, -webkit-transform all 0.3s ease;
}
.services--style-1 .services__card-btn svg {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.services--style-1 .services__card-btn:hover {
  text-decoration: underline;
}
.services--style-1 .services__card-btn:hover svg {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.services--style-1 .services__card:hover .services__card-icon-wrap {
  background: #ffffff !important;
}
.services--style-1 .services__card:hover .services__card-icon-wrap svg path {
  fill: #ffffff;
}
.services--style-2 {
  background: #0F0E0E;
  position: relative;
  overflow: hidden;
}
.services--style-2 .services__bg-shape {
  position: absolute;
  bottom: -155px;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  z-index: 1 !important;
}
.services--style-2 .services__header {
  -webkit-column-gap: 7rem;
     -moz-column-gap: 7rem;
          column-gap: 7rem;
  row-gap: 2rem;
}
.services--style-2 .services__title {
  max-width: 730px;
}
.services--style-2 .services__header-right {
  max-width: 420px;
  width: 100%;
}
.services--style-2 .stat__number {
  color: #ffffff;
  font-size: clamp(50px, 7.3vw, 140px);
  line-height: 1;
  display: block;
}
.services--style-2 .stat__text {
  color: #ffffff;
  display: block;
  text-align: end;
  margin: 0;
}
@media (max-width: 540px) {
  .services--style-2 .services__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 !important;
    position: relative;
    z-index: 10 !important;
  }
}
.services--style-2 .services__item-icon-wrap {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: #EE212B;
  border-radius: 50%;
  margin-bottom: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.services--style-2 .services__items-down {
  margin-top: 150px;
}
@media (max-width: 540px) {
  .services--style-2 .services__items-down {
    margin-top: 0;
  }
}
.services--style-3 .services__container-top {
  background-color: #ffffff;
}
.services--style-3 .services__top {
  margin: 0 auto;
  margin-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.services--style-3 .services__top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  height: 80px;
  padding-left: 240px;
  height: 100px;
}
@media (max-width: 1920px) {
  .services--style-3 .services__top-left {
    padding-left: 2rem;
  }
}
.services--style-3 .services__top-right {
  background: #0F0E0E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: calc(80px - 1rem);
  padding-right: 240px;
  margin: 0;
}
@media (max-width: 1920px) {
  .services--style-3 .services__top-right {
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .services--style-3 .services__top-right {
    height: 80px;
    margin: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    padding: 10px;
  }
}
.services--style-3 .services__top-right p,
.services--style-3 .services__top-right a {
  color: #ffffff;
}
.services--style-3 .services__play-btn {
  background: #EE212B;
  max-width: 120px;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
.services--style-3 .services__video {
  position: relative;
  margin-top: -5px;
}
.services--style-3 .services__video-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  border-top: 1px solid #ffffff;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  z-index: 10;
}
@media (max-width: 1920px) {
  .services--style-3 .services__video-bottom {
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: calc(100% - 6rem);
  }
}
@media (max-width: 1024px) {
  .services--style-3 .services__video-bottom {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    width: calc(100% - 4rem);
  }
}
@media (max-width: 768px) {
  .services--style-3 .services__video-bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% - 2rem);
  }
}
@media (max-width: 540px) {
  .services--style-3 .services__video-bottom {
    width: calc(100% - 1rem);
  }
}
.services--style-3 .services__video-text {
  color: #ffffff;
  max-width: 255px;
}
@media (max-width: 768px) {
  .services--style-3 .services__video-text {
    text-align: center;
  }
}
.services--style-3 .services__video-btn {
  background: #ffffff;
  color: #0F0E0E;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
.services--style-3 .services__video-btn:hover {
  background: #EE212B;
  color: #ffffff;
}
.services--style-3 .services__video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.services--style-3 .services__video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.services--style-4 .services__title, .services--style-4 .services__desc {
  max-width: 915px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.services--style-4 .services__item {
  position: relative;
  padding: 1.5rem;
  border-radius: 8px;
  background: #000;
  min-height: 500px;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.services--style-4 .services__item-title {
  font-size: clamp(18px, 2vw + 1rem, 32px);
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  line-height: 120%;
  letter-spacing: 0.32px;
  color: #ffffff;
}
.services--style-4 .services__item-text {
  color: #ffffff;
}
.services--style-4 .services__item:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.services--style-4 .services__item:hover .services__img-wrap {
  display: none;
}
.services--style-4 .services__item:hover .services__btn {
  display: inline-block;
}
.services--style-4 .services__item:hover .services__link {
  opacity: 1;
}
.services--style-4 .services__img-wrap {
  overflow: hidden;
  border-radius: 8px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.services--style-4 .services__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services--style-4 .services__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.services--style-4 .services__btn {
  background: #ffffff;
  font-family: "Outfit", sans-serif;
  padding: 12px 1rem;
  border-radius: 64px;
  display: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.services--style-4 .services__btn:hover {
  background: #EE212B;
  color: #ffffff;
}
.services--style-4 .services__link {
  background: #ffffff;
  border-radius: 50%;
  max-width: 60px;
  max-height: 60px;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.services--style-4 .services__link:hover {
  background: #EE212B;
}
.services--style-4 .services__link:hover svg path {
  fill: #ffffff;
}
/* 5. Why Choose Area */
/*------------------------------------------------------------------
Template Name: XRoof — Roofing Services HTML Template
Template URL: https://xroof.netlify.app
Description:  XRoof — Roofing Services HTML Template is a clean, modern, and fully responsive template designed specifically for roofing companies, contractors, and construction businesses. Built with the latest technologies, XRoof helps you showcase your services, projects, and team in a professional way that builds trust with customers.
Whether you’re a roofing contractor, construction service provider, or repair specialist, XRoof provides all the essential pages and components to launch your website quickly and easily. With a well-structured codebase, developers can customize it effortlessly, while end-users enjoy a smooth, fast, and mobile-friendly browsing experience.
Author: RoxThemes
Author URL: https://kits.roxthemes.com/babio
Version: 1.0
-------------------------------------------------------------------

SCSS INDEX
===================

1. Header Area 
2. Hero Area 
3. About Area 
4. Services Area 
5. Why Choose Area 
6. Project Area 
7. Achievement Area 
8. Team Area 
9. Testimonials Area 
10. Pricing Area 
11. Faq Area 
12. Blog Area 
13. Blog Details Area 
14. Footer Area 
15. Keywords Area 
16. Started Area 
17. Work Process Area 
18. Award Area 
19. Contact Area 
20. Services Details Area 
21. Project Details Area   
22. Sidebar Area 
23. Breadcrumbs Area 
24. Error Area 
25. Offcanvas Area 

------------------------------------------------------------------*/
/*------------------------------------------------------------------
Template Name: XRoof — Roofing Services HTML Template
Template URL: https://xroof.netlify.app
Description:  XRoof — Roofing Services HTML Template is a clean, modern, and fully responsive template designed specifically for roofing companies, contractors, and construction businesses. Built with the latest technologies, XRoof helps you showcase your services, projects, and team in a professional way that builds trust with customers.
Whether you’re a roofing contractor, construction service provider, or repair specialist, XRoof provides all the essential pages and components to launch your website quickly and easily. With a well-structured codebase, developers can customize it effortlessly, while end-users enjoy a smooth, fast, and mobile-friendly browsing experience.
Author: RoxThemes
Author URL: https://kits.roxthemes.com/babio
Version: 1.0
-------------------------------------------------------------------

SCSS INDEX
===================

1. Header Area 
2. Hero Area 
3. About Area 
4. Services Area 
5. Why Choose Area 
6. Project Area 
7. Achievement Area 
8. Team Area 
9. Testimonials Area 
10. Pricing Area 
11. Faq Area 
12. Blog Area 
13. Blog Details Area 
14. Footer Area 
15. Keywords Area 
16. Started Area 
17. Work Process Area 
18. Award Area 
19. Contact Area 
20. Services Details Area 
21. Project Details Area   
22. Sidebar Area 
23. Breadcrumbs Area 
24. Error Area 
25. Offcanvas Area 

------------------------------------------------------------------*/
.why-choose-us {
  position: relative;
  z-index: 0;
  background-attachment: fixed !important;
  overflow: hidden;
}
.why-choose-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
  pointer-events: none;
  z-index: -1;
}
.why-choose-us__left {
  position: relative;
  z-index: 10;
}
.why-choose-us__title, .why-choose-us__desc, .why-choose-us__subtitle, .why-choose-us__btn {
  color: #ffffff;
  padding-right: 10px;
}
.why-choose-us__title {
  max-width: 535px;
}
.why-choose-us__desc {
  max-width: 900px;
}
.why-choose-us__card {
  position: relative;
}
.why-choose-us__card-icon-wrap {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: #EE212B;
  border-radius: 50%;
  margin-bottom: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ffffff;
}
.why-choose-us__card-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.24px;
  margin-bottom: 1.5rem;
  font-family: "Outfit", sans-serif;
  color: #000;
}
.why-choose-us__shape {
  position: absolute;
  width: 125%;
  height: calc(100% + 7rem) !important;
  top: 50%;
  right: 0;
  border-radius: 0 200px 200px 0;
  -webkit-transform: translateY(-43%);
          transform: translateY(-43%);
  background-position: center right;
  background-size: contain;
  z-index: -1 !important;
}
@media (max-width: 1920px) {
  .why-choose-us__shape {
    height: calc(100% + 5rem) !important;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.why-choose-us__award {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #EE212B;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px;
  margin-top: 0;
  position: static !important;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.why-choose-us__award-area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 0;
  padding: 0;
  background: transparent;
  max-width: 95px;
  max-height: 78px;
  z-index: 15;
}
@media (max-width: 540px) {
  .why-choose-us__award-area {
    display: none;
  }
}
.why-choose-us__award-title {
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: 0.1px;
  line-height: 120%;
  text-align: center;
}
.why-choose-us__award-text {
  font-size: 6px;
  font-weight: 300;
  letter-spacing: 0.03px;
  text-align: center;
}

/* 6. Project Area */
/*------------------------------------------------------------------
Template Name: XRoof — Roofing Services HTML Template
Template URL: https://xroof.netlify.app
Description:  XRoof — Roofing Services HTML Template is a clean, modern, and fully responsive template designed specifically for roofing companies, contractors, and construction businesses. Built with the latest technologies, XRoof helps you showcase your services, projects, and team in a professional way that builds trust with customers.
Whether you’re a roofing contractor, construction service provider, or repair specialist, XRoof provides all the essential pages and components to launch your website quickly and easily. With a well-structured codebase, developers can customize it effortlessly, while end-users enjoy a smooth, fast, and mobile-friendly browsing experience.
Author: RoxThemes
Author URL: https://kits.roxthemes.com/babio
Version: 1.0
-------------------------------------------------------------------

SCSS INDEX
===================

1. Header Area 
2. Hero Area 
3. About Area 
4. Services Area 
5. Why Choose Area 
6. Project Area 
7. Achievement Area 
8. Team Area 
9. Testimonials Area 
10. Pricing Area 
11. Faq Area 
12. Blog Area 
13. Blog Details Area 
14. Footer Area 
15. Keywords Area 
16. Started Area 
17. Work Process Area 
18. Award Area 
19. Contact Area 
20. Services Details Area 
21. Project Details Area   
22. Sidebar Area 
23. Breadcrumbs Area 
24. Error Area 
25. Offcanvas Area 

------------------------------------------------------------------*/
.projects {
  background: #F2F2F2;
  overflow: hidden;
}
.projects__card {
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
}
.projects__card-thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects__card-title-wrap {
  padding: 1rem 1.5rem;
  padding-bottom: 1.5rem;
}
.projects__card-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.24px;
  margin-bottom: 1.5rem;
  font-family: "Outfit", sans-serif;
  color: #000;
  margin-bottom: 0;
}
.projects__desc {
  max-width: 510px;
}
.projects__filter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 1rem;
}
.projects__filter-item {
  border: 1px solid #EE212B;
  padding: 0.5rem 1rem;
  border-radius: 80px;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.09px;
  color: #EE212B;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.projects__filter-item--active {
  background: #EE212B;
  color: #ffffff;
}
.projects--style-2 {
  position: relative;
}
.projects--style-2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(15, 14, 14, 0.8)), to(rgba(15, 14, 14, 0.8)));
  background: linear-gradient(0deg, rgba(15, 14, 14, 0.8) 0%, rgba(15, 14, 14, 0.8) 100%);
  z-index: 0;
}
.projects--style-2 .projects__subtitle {
  position: relative;
  z-index: 10;
}
.projects--style-2 .projects__header {
  max-width: 1190px;
  position: relative;
  margin-right: 0;
  margin-left: auto;
  z-index: 10;
}
.projects--style-2 .projects__title {
  max-width: 790px;
}
.projects--style-2 .projects__desc {
  color: #ffffff;
  margin-right: 0;
  margin-left: auto;
  padding-right: 3rem;
}
@media (max-width: 1024px) {
  .projects--style-2 .projects__desc {
    padding-right: 0;
  }
}
.projects--style-2 .projects__slider-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}
.projects--style-2 .projects__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s ease-in-out, -webkit-flex-basis 0.4s ease;
  transition: -webkit-transform 0.5s ease-in-out, -webkit-flex-basis 0.4s ease;
  transition: transform 0.5s ease-in-out, flex-basis 0.4s ease;
  transition: transform 0.5s ease-in-out, flex-basis 0.4s ease, -webkit-transform 0.5s ease-in-out, -webkit-flex-basis 0.4s ease, -ms-flex-preferred-size 0.4s ease;
  border-radius: 10px;
}
.projects--style-2 .projects__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: width 0.4s ease, -webkit-flex-basis 0.4s ease;
  transition: width 0.4s ease, -webkit-flex-basis 0.4s ease;
  transition: flex-basis 0.4s ease, width 0.4s ease;
  transition: flex-basis 0.4s ease, width 0.4s ease, -webkit-flex-basis 0.4s ease, -ms-flex-preferred-size 0.4s ease;
  height: 500px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-flex-basis 0.3s ease-in-out;
  transition: -webkit-flex-basis 0.3s ease-in-out;
  transition: flex-basis 0.3s ease-in-out;
  transition: flex-basis 0.3s ease-in-out, -webkit-flex-basis 0.3s ease-in-out, -ms-flex-preferred-size 0.3s ease-in-out;
}
.projects--style-2 .projects__slide:hover .slider__content {
  opacity: 1;
  bottom: 2rem;
}
.projects--style-2 .projects__slide:hover .slider__arrow {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.projects--style-2 .projects__slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(77.88%, rgba(0, 0, 0, 0.7)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 77.88%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  z-index: 5;
}
.projects--style-2 .projects__slide:hover::after {
  opacity: 1;
}
.projects--style-2 .slider__content {
  position: absolute;
  bottom: -400px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 600px;
  width: calc(100% - 4rem);
  padding: 2rem;
  background: #ffffff;
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, bottom 0.5s ease;
  transition: opacity 0.5s ease, bottom 0.5s ease;
  z-index: 10;
}
@media (max-width: 1200px) {
  .projects--style-2 .slider__content {
    width: calc(100% - 2rem);
    padding: 1rem;
  }
}
.projects--style-2 .slider__subtitle {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: 150%;
  display: block;
}
.projects--style-2 .slider__title {
  font-size: clamp(18px, 2vw + 1rem, 32px);
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  line-height: 120%;
  letter-spacing: 0.32px;
  color: #EE212B;
  line-height: 120%;
}
.projects--style-2 .slider__arrow {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: #EE212B;
  border-radius: 50%;
  margin-bottom: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -1000px);
          transform: translate(-50%, -1000px);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 10;
}
.projects--style-2 .projects__slider-btn.prev {
  left: 10px;
}
.projects--style-2 .projects__slider-btn.next {
  right: 10px;
}
.projects--style-2 .slider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 2rem 3rem;
}
@media (max-width: 1200px) {
  .projects--style-2 .slider__nav {
    padding: 1rem 1.5rem;
  }
}
@media (max-width: 540px) {
  .projects--style-2 .slider__nav {
    padding: 10px 1rem;
  }
}
.projects--style-2 .slider__nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  width: 100%;
  max-width: 480px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
}
.projects--style-2 .slider__nav-btn svg {
  cursor: pointer;
  background-color: #000;
  padding: 8px 10px;
  border-radius: 2px;
  width: 35px;
  height: 35px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.projects--style-2 .slider__nav-btn svg path {
  fill: #ffffff;
}
.projects--style-2 .slider__nav-btn svg:hover {
  background: #EE212B;
}
.projects--style-2 .slider__nav-btn:first-child {
  border-right: 1px solid #000;
  padding-right: 2rem;
}
.projects--style-2 .slider__nav-btn:last-child {
  border-left: 1px solid #000;
  padding-left: 2rem;
}
@media (max-width: 540px) {
  .projects--style-2 .slider__nav-btn:last-child {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
.projects--style-2 .nav__btn-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.24px;
  margin-bottom: 1.5rem;
  font-family: "Outfit", sans-serif;
  color: #000;
  margin-bottom: 0;
}
@media (max-width: 540px) {
  .projects--style-2 .nav__btn-text {
    display: none;
  }
}
.projects--style-3 {
  background: #0F0E0E;
}
.projects--style-3 .projects__title {
  max-width: 695px;
}
.projects--style-3 .projects__desc {
  max-width: 665px;
  color: #ffffff;
}
.projects--style-3 .projects__header-btn {
  background: #ffffff;
  color: #000;
  border-color: #ffffff;
}
.projects--style-3 .projects__header-btn span {
  background-color: #000;
}
.projects--style-3 .projects__header-btn:hover {
  background: #EE212B;
  color: #ffffff;
  border-color: #EE212B;
}
.projects--style-3 .projects__header-btn:hover span {
  background: #ffffff;
}
.projects--style-3 .projects__masonry {
  margin-top: 2rem;
}
.projects--style-3 .projects__masonry > [class*=col] {
  gap: 1.5rem;
}
@media (max-width: 540px) {
  .projects--style-3 .projects__masonry > [class*=col] {
    gap: 1rem;
  }
}
.projects--style-3 .projects__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 540px) {
  .projects--style-3 .projects__col {
    gap: 1rem;
  }
}
.projects--style-3 .projects__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  height: auto;
}
@media (max-width: 540px) {
  .projects--style-3 .projects__row {
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.projects--style-3 .projects__item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.projects--style-3 .projects__item img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.projects--style-3 .projects__item-title {
  font-size: clamp(18px, 2vw + 1rem, 32px);
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  line-height: 120%;
  letter-spacing: 0.32px;
  color: #000;
}
.projects--style-3 .projects__content {
  position: absolute;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  padding: 1rem 1.5rem;
  border-radius: 0 0 10px 10px;
  width: calc(100% - 4rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 450px) {
  .projects--style-3 .projects__content {
    display: none;
  }
}
@media (max-width: 540px) {
  .projects--style-3 .projects__content {
    padding: 1rem;
    width: calc(100% - 2rem);
  }
}

/* 7. Achievement Area */
.achievement {
  position: relative;
  background-attachment: fixed !important;
  overflow: hidden;
}
.achievement__img-wrap {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.achievement__phn-number {
  background: #ffffff;
  position: absolute;
  top: 0;
  right: -3rem;
  font-family: "Outfit", sans-serif;
  padding: 10px 1rem;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1440px) {
  .achievement__phn-number {
    right: 0;
  }
}
.achievement__video {
  position: absolute;
  bottom: -2rem;
  right: -2rem;
  z-index: 15;
  border-radius: 10px;
  overflow: hidden;
}
.achievement__video-icon {
  position: absolute;
  top: 2rem;
  left: 2rem;
}
@media (max-width: 540px) {
  .achievement__video {
    max-width: 200px;
    max-height: 200px;
    bottom: -1rem;
    right: 0;
  }
  .achievement__video-icon {
    top: 1rem;
    left: 1rem;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 350px) {
  .achievement__video {
    max-width: 150px;
    max-height: 150px;
  }
}
.achievement__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.achievement__title {
  max-width: 630px;
}
.achievement__desc {
  max-width: 510px;
  color: #0F0E0E;
}
.achievement__right {
  margin-left: 3rem !important;
}
@media (max-width: 1440px) {
  .achievement__right {
    margin-left: 0 !important;
    margin-top: 2rem;
  }
}
.achievement__stats {
  background: #ffffff;
  padding: 1.5rem 2rem;
  border: 8px;
}
.achievement__stat-number {
  color: #EE212B;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 120%;
  font-family: "Outfit", sans-serif;
}
.achievement__stat-text {
  font-size: 18px !important;
  font-weight: 400;
  color: #000;
}
.achievement__home-icon {
  position: absolute;
  left: 40%;
  bottom: -2rem;
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
}
@media (max-width: 768px) {
  .achievement__home-icon {
    left: 20%;
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}
@media (max-width: 350px) {
  .achievement__home-icon {
    display: none;
  }
}

/* 8. Team Area */
/*------------------------------------------------------------------
Template Name: XRoof — Roofing Services HTML Template
Template URL: https://xroof.netlify.app
Description:  XRoof — Roofing Services HTML Template is a clean, modern, and fully responsive template designed specifically for roofing companies, contractors, and construction businesses. Built with the latest technologies, XRoof helps you showcase your services, projects, and team in a professional way that builds trust with customers.
Whether you’re a roofing contractor, construction service provider, or repair specialist, XRoof provides all the essential pages and components to launch your website quickly and easily. With a well-structured codebase, developers can customize it effortlessly, while end-users enjoy a smooth, fast, and mobile-friendly browsing experience.
Author: RoxThemes
Author URL: https://kits.roxthemes.com/babio
Version: 1.0
-------------------------------------------------------------------

SCSS INDEX
===================

1. Header Area 
2. Hero Area 
3. About Area 
4. Services Area 
5. Why Choose Area 
6. Project Area 
7. Achievement Area 
8. Team Area 
9. Testimonials Area 
10. Pricing Area 
11. Faq Area 
12. Blog Area 
13. Blog Details Area 
14. Footer Area 
15. Keywords Area 
16. Started Area 
17. Work Process Area 
18. Award Area 
19. Contact Area 
20. Services Details Area 
21. Project Details Area   
22. Sidebar Area 
23. Breadcrumbs Area 
24. Error Area 
25. Offcanvas Area 

------------------------------------------------------------------*/
.team__desc {
  max-width: 510px;
}
.team__member {
  max-height: 460px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.team__member-img-wrap {
  overflow: hidden;
}
.team__member-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team__member-content {
  position: absolute !important;
  left: 0;
  bottom: 2rem;
  width: 100%;
}
@media (max-width: 768px) {
  .team__member-content {
    bottom: 10px;
  }
}
.team__member-info {
  position: relative;
  background: #ffffff;
  padding: 1rem 1.5rem;
  border-radius: 0 8px 8px 0;
  max-width: 280px;
}
.team__member-info::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 70%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #EE212B;
}
.team__member-title {
  font-size: clamp(18px, 2vw + 1rem, 32px);
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  line-height: 120%;
  letter-spacing: 0.32px;
  color: #000;
}
.team__member-role {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08px;
  color: #000;
  margin-bottom: 0;
}
@media (max-width: 350px) {
  .team__member-role {
    font-size: 10px;
  }
}
.team__member-social-links {
  position: absolute;
  right: 1.5rem;
  bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (max-width: 350px) {
  .team__member-social-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    right: 10px;
    gap: 5px;
  }
}
@media (max-width: 1440px) {
  .team__member-social-links {
    top: 10px;
    right: 10px;
  }
}
.team__member-social-link {
  background: #EE212B;
  display: grid;
  place-items: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  padding: 5px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.team__member-social-link:hover {
  background: #ffffff;
}
.team__member-social-link:hover svg path {
  fill: #EE212B;
}
@media (max-width: 350px) {
  .team__member-social-link {
    height: 30px;
    width: 30px;
  }
  .team__member-social-link svg {
    width: 18px;
    height: 18px;
  }
}
.team--style-1 {
  background-color: #FFF4F5;
}
.team--style-2 .team__title, .team--style-2 .team__desc {
  max-width: 635px;
}
.team--style-2 .team__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  height: 100%;
}
.team--style-2 .team__right {
  position: relative;
  overflow: hidden;
}
.team--style-2 .team__cards {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.team--style-2 .team__card {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 400px;
  -webkit-transition: -webkit-flex-basis 0.4s ease;
  transition: -webkit-flex-basis 0.4s ease;
  transition: flex-basis 0.4s ease;
  transition: flex-basis 0.4s ease, -webkit-flex-basis 0.4s ease, -ms-flex-preferred-size 0.4s ease;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.3333333333% - 21.3333333333px);
          flex: 0 0 calc(33.3333333333% - 21.3333333333px);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.team--style-2 .team__card.active .team__card-content {
  bottom: 1rem;
}
.team--style-2 .team__card:hover .team__card-content {
  bottom: 1rem;
}
.team--style-2 .team__card:hover .active .team__card-content {
  bottom: -150% !important;
}
.team--style-2 .team__img-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.team--style-2 .team__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team--style-2 .team__card-content {
  position: absolute;
  bottom: -150%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #ffffff;
  width: calc(100% - 2rem);
  padding: 1rem;
  border-radius: 8px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.team--style-2 .team__name {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.24px;
  margin-bottom: 1.5rem;
  font-family: "Outfit", sans-serif;
  color: #000;
  margin-bottom: 0;
}
.team--style-2 .team__role {
  color: #000;
  margin-bottom: 0;
}
.team--style-2 .team__social-link {
  border: 1px solid #000;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.team--style-2 .team__social-link svg {
  width: 15px;
  height: 15px;
}
.team--style-2 .team__social-link svg path {
  fill: #000;
}
.team--style-2 .team__social-link:hover {
  background: #EE212B;
  border-color: #EE212B;
}
.team--style-2 .team__social-link:hover svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .team--style-2 .slider__nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
.team--style-2 .slider__btn {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: #EE212B;
  border-radius: 50%;
  margin-bottom: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.team--style-2 .slider__btn:hover {
  background: #000;
}
.team--style-3 {
  background: #FFF4F5;
}
.team--style-3 .team__title, .team--style-3 .team__desc {
  max-width: 630px;
}
.team--style-3 .team__slider-btn {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: #EE212B;
  border-radius: 50%;
  margin-bottom: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: grid !important;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 0;
}
.team--style-3 .team__slider-btn:hover {
  background: #000;
}
.team--style-3 .team-slider {
  overflow: hidden;
  margin-left: -80px;
  margin-right: -80px;
}
@media (max-width: 1800px) {
  .team--style-3 .team-slider {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 1200px) {
  .team--style-3 .team-slider {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.team--style-3 .team-slider__item {
  padding: 2rem;
  border-radius: 20px;
  background: #F8FAF7;
}
@media (max-width: 768px) {
  .team--style-3 .team-slider__item {
    padding: 1.5rem;
  }
}
@media (max-width: 540px) {
  .team--style-3 .team-slider__item {
    padding: 1rem;
  }
}
.team--style-3 .team-slider__item:hover {
  background: #000;
}
.team--style-3 .team-slider__item:hover .team-slider__title,
.team--style-3 .team-slider__item:hover .team-slider__role {
  color: #ffffff;
}
.team--style-3 .team-slider__item:hover .team-slider__image-wrap {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}
.team--style-3 .team-slider__image-wrap {
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team--style-3 .team-slider__image {
  width: 100%;
}
.team--style-3 .team-slider__title {
  font-size: clamp(18px, 2vw + 1rem, 32px);
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  line-height: 120%;
  letter-spacing: 0.32px;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 1rem;
}
.team--style-3 .team-slider__role {
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 12px;
  margin-bottom: 0;
}
.team--style-3 .tns-liveregion.tns-visually-hidden {
  display: none;
}

/* 9. Testimonials Area */
/*------------------------------------------------------------------
Template Name: XRoof — Roofing Services HTML Template
Template URL: https://xroof.netlify.app
Description:  XRoof — Roofing Services HTML Template is a clean, modern, and fully responsive template designed specifically for roofing companies, contractors, and construction businesses. Built with the latest technologies, XRoof helps you showcase your services, projects, and team in a professional way that builds trust with customers.
Whether you’re a roofing contractor, construction service provider, or repair specialist, XRoof provides all the essential pages and components to launch your website quickly and easily. With a well-structured codebase, developers can customize it effortlessly, while end-users enjoy a smooth, fast, and mobile-friendly browsing experience.
Author: RoxThemes
Author URL: https://kits.roxthemes.com/babio
Version: 1.0
-------------------------------------------------------------------

SCSS INDEX
===================

1. Header Area 
2. Hero Area 
3. About Area 
4. Services Area 
5. Why Choose Area 
6. Project Area 
7. Achievement Area 
8. Team Area 
9. Testimonials Area 
10. Pricing Area 
11. Faq Area 
12. Blog Area 
13. Blog Details Area 
14. Footer Area 
15. Keywords Area 
16. Started Area 
17. Work Process Area 
18. Award Area 
19. Contact Area 
20. Services Details Area 
21. Project Details Area   
22. Sidebar Area 
23. Breadcrumbs Area 
24. Error Area 
25. Offcanvas Area 

------------------------------------------------------------------*/
.testimonials {
  position: relative;
  background-attachment: fixed !important;
}
.testimonials--style-1 {
  margin-bottom: 220px;
}
@media (max-width: 1200px) {
  .testimonials--style-1 {
    margin-bottom: 280px;
  }
}
.testimonials__title, .testimonials__desc {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}
.testimonials__title {
  margin-bottom: 1.5rem;
}
.testimonials__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem;
}
.testimonials__card::after {
  display: none !important;
  content: none !important;
}
.testimonials__card:hover::after {
  width: 0 !important;
}
@media (max-width: 768px) {
  .testimonials__card {
    padding: 1.5rem;
  }
}
.testimonials__card-rating {
  max-width: 140px;
}
.testimonials__card-text {
  font-size: clamp(14px, 2vw + 5px, 20px);
  font-family: "Outfit", sans-serif;
  color: #000;
  letter-spacing: 0.1px;
  line-height: 150%;
}
.testimonials__card-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonials__card-author-img-wrap {
  max-width: 56px;
  max-height: 56px;
  overflow: hidden;
  border-radius: 2px;
}
.testimonials__card-author-author-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials__card-author-name {
  font-size: clamp(18px, 2vw + 1rem, 32px);
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  line-height: 120%;
  letter-spacing: 0.32px;
  color: #000;
  margin-bottom: 4px;
}
.testimonials--style-2 {
  background: #0F0E0E;
}
.testimonials--style-2 .testimonials__title {
  text-align: left;
  margin-left: 0;
}
.testimonials--style-2 .testimonials__subtitle {
  position: relative;
  padding-left: 20px;
}
.testimonials--style-2 .testimonials__subtitle::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 5px;
  border-radius: 50%;
  top: 50%;
  left: 0;
  background: #ffffff;
}
.testimonials--style-2 .testimonials__card {
  position: relative;
  overflow: hidden;
  z-index: 5;
  height: auto;
}
.testimonials--style-2 .testimonials__card:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 100px;
  top: -10px;
  left: 1rem;
  background: #0F0E0E;
  background: #0F0E0E url("../../assets/img/testimonials/quoate.png") no-repeat center;
  background-size: 40px;
  z-index: 10;
  border-radius: 0 0 32px 32px;
}
@media (max-width: 768px) {
  .testimonials--style-2 .testimonials__card:before {
    width: 65px;
    height: 80px;
  }
}
@media (max-width: 350px) {
  .testimonials--style-2 .testimonials__card:before {
    display: none;
  }
}
.testimonials--style-2 .testimonials__card-shift-down {
  margin-top: 150px;
}
@media (max-width: 768px) {
  .testimonials--style-2 .testimonials__card-shift-down {
    margin-top: 0;
  }
}
.testimonials--style-2 .testimonials__card-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  max-width: 100%;
}

/*------------------------------------------------------------------
Template Name: XRoof — Roofing Services HTML Template
Template URL: https://xroof.netlify.app
Description:  XRoof — Roofing Services HTML Template is a clean, modern, and fully responsive template designed specifically for roofing companies, contractors, and construction businesses. Built with the latest technologies, XRoof helps you showcase your services, projects, and team in a professional way that builds trust with customers.
Whether you’re a roofing contractor, construction service provider, or repair specialist, XRoof provides all the essential pages and components to launch your website quickly and easily. With a well-structured codebase, developers can customize it effortlessly, while end-users enjoy a smooth, fast, and mobile-friendly browsing experience.
Author: RoxThemes
Author URL: https://kits.roxthemes.com/babio
Version: 1.0
-------------------------------------------------------------------

SCSS INDEX
===================

1. Header Area 
2. Hero Area 
3. About Area 
4. Services Area 
5. Why Choose Area 
6. Project Area 
7. Achievement Area 
8. Team Area 
9. Testimonials Area 
10. Pricing Area 
11. Faq Area 
12. Blog Area 
13. Blog Details Area 
14. Footer Area 
15. Keywords Area 
16. Started Area 
17. Work Process Area 
18. Award Area 
19. Contact Area 
20. Services Details Area 
21. Project Details Area   
22. Sidebar Area 
23. Breadcrumbs Area 
24. Error Area 
25. Offcanvas Area 

------------------------------------------------------------------*/
.pricing__title {
  text-align: center;
  margin-bottom: 1.5rem;
}
.pricing__desc {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}
.pricing__card:hover .pricing__card-header {
  background: #EE212B;
}
.pricing__card:hover .pricing__card-header .pricing__card-title,
.pricing__card:hover .pricing__card-header .pricing__price,
.pricing__card:hover .pricing__card-header .pricing__unit,
.pricing__card:hover .pricing__card-header .pricing__subtitle {
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing__card:hover .pricing__card-header .pricing__icon svg path {
  fill: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing__card:hover .pricing__btn {
  background: #ffffff;
  color: #EE212B;
}
.pricing__card-header {
  background: #FFF4F5;
  padding: 1.5rem 2.5rem;
  border-radius: 10px;
  padding-bottom: 7rem;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing__card-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../assets/img/shape/services-card-square-shape.png") center center/cover no-repeat;
  z-index: 1;
}
.pricing__card-header > * {
  position: relative;
  z-index: 15;
}
@media (max-width: 768px) {
  .pricing__card-header {
    padding: 1.5rem 1rem;
    padding-bottom: 7rem;
  }
}
.pricing__card-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.24px;
  margin-bottom: 1.5rem;
  font-family: "Outfit", sans-serif;
  color: #000;
}
.pricing__price {
  font-size: clamp(18px, 2vw + 1rem, 32px);
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  line-height: 120%;
  letter-spacing: 0.32px;
  color: #000;
}
.pricing__unit {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08px;
  color: #000;
}
.pricing__btn {
  padding-left: 3rem;
  padding-right: 3rem;
  cursor: pointer;
}
.pricing__features {
  background: #ffffff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 2rem;
  border-radius: 8px;
  margin-top: -6rem !important;
  width: 80%;
  position: relative;
  z-index: 10;
}
@media (max-width: 540px) {
  .pricing__features {
    padding: 1.5rem 10px;
    width: calc(100% - 1rem);
  }
}
@media (max-width: 768px) {
  .pricing__features {
    padding: 1.5rem;
    width: 90%;
  }
}
.pricing__item {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08px;
  color: #000;
  position: relative;
  list-style: none;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}

/* 11. Faq Area */
/*------------------------------------------------------------------
Template Name: XRoof — Roofing Services HTML Template
Template URL: https://xroof.netlify.app
Description:  XRoof — Roofing Services HTML Template is a clean, modern, and fully responsive template designed specifically for roofing companies, contractors, and construction businesses. Built with the latest technologies, XRoof helps you showcase your services, projects, and team in a professional way that builds trust with customers.
Whether you’re a roofing contractor, construction service provider, or repair specialist, XRoof provides all the essential pages and components to launch your website quickly and easily. With a well-structured codebase, developers can customize it effortlessly, while end-users enjoy a smooth, fast, and mobile-friendly browsing experience.
Author: RoxThemes
Author URL: https://kits.roxthemes.com/babio
Version: 1.0
-------------------------------------------------------------------

SCSS INDEX
===================

1. Header Area 
2. Hero Area 
3. About Area 
4. Services Area 
5. Why Choose Area 
6. Project Area 
7. Achievement Area 
8. Team Area 
9. Testimonials Area 
10. Pricing Area 
11. Faq Area 
12. Blog Area 
13. Blog Details Area 
14. Footer Area 
15. Keywords Area 
16. Started Area 
17. Work Process Area 
18. Award Area 
19. Contact Area 
20. Services Details Area 
21. Project Details Area   
22. Sidebar Area 
23. Breadcrumbs Area 
24. Error Area 
25. Offcanvas Area 

------------------------------------------------------------------*/
.faq {
  background: #FFF4F5;
}
.faq__title {
  max-width: 750px;
  margin: auto auto;
  text-align: center;
}
.faq__desc {
  max-width: 650px;
  margin: auto auto;
  text-align: center;
  margin-top: 1.5rem;
}
.faq__item {
  height: auto !important;
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: background 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, background 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}
.faq__question-wrap {
  background: #ffffff;
  border-radius: 8px;
  padding: 1.5rem;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}
.faq__question {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.24px;
  margin-bottom: 1.5rem;
  font-family: "Outfit", sans-serif;
  color: #000;
  margin: 0;
  text-align: left;
  margin-right: 10px;
}
.faq__icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.faq__icon::before, .faq__icon::after {
  content: "";
  position: absolute;
  background-color: #EE212B;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.faq__icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq__icon::after {
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.faq__answer {
  height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 1rem;
  -webkit-transition: height 0.5s ease, opacity 0.4s ease, padding 0.5s ease;
  transition: height 0.5s ease, opacity 0.4s ease, padding 0.5s ease;
}
.faq .active .faq__answer {
  opacity: 1;
  padding: 1rem;
  height: auto;
}
.faq .active .faq__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq .active .faq__icon::after {
  -webkit-transform: translateX(-50%) scaleY(0);
          transform: translateX(-50%) scaleY(0);
}
.faq--style-2 {
  background: transparent;
}
.faq--style-2 .faq__title {
  text-align: left;
  margin-left: 0;
}
.faq--style-2 .faq__question-wrap {
  background: #FFF4F5;
}
.faq--style-2 .faq__question {
  color: #EE212B;
}
.faq--style-2 .faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

/* 12. Blog Area */
.blog {
  background: #ffffff;
}
.blog__desc {
  max-width: 510px;
}
.blog-card {
  padding: 1.5rem;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 350px) {
  .blog-card {
    padding: 1.5rem 10px;
  }
}
.blog-card__header {
  position: relative;
}
.blog-card__image-wrap {
  max-height: 300px;
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 0 8px 0 0;
  position: relative;
  overflow: hidden;
}
.blog-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-card__badge {
  position: absolute;
  left: 1rem;
  bottom: -1rem;
  background: #EE212B;
  max-width: 48px;
  max-height: 48px;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 50%;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-card__date {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
}
.blog-card__month {
  color: #ffffff;
  font-size: 8px;
}
.blog-card__title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.24px;
  margin-bottom: 1.5rem;
  font-family: "Outfit", sans-serif;
  color: #000;
  margin: 2rem 0 1rem 0;
}
.blog-card__text {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08px;
  color: #000;
  color: #000;
  margin-bottom: 1.5rem;
}
.blog-card__btn {
  display: inline-block !important;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-card:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.blog-card:hover .blog-card__image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.blog-card:hover .blog-card__badge {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background-color: rgb(239.8138075314, 56.6861924686, 65.6192468619);
}
.blog--style-2 {
  background: #0F0E0E;
  margin-top: -2px;
}
.blog--style-2 .blog__title, .blog--style-2 .blog__desc {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.blog--style-2 .blog__desc {
  max-width: 600px;
  color: #ffffff;
}
.blog--style-2 .blog__btn {
  background: #EE212B;
  color: #ffffff;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #EE212B;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog--style-2 .blog__btn:hover {
  background: transparent;
  color: #EE212B;
}
.blog--style-2 .blog__card {
  background: #ffffff;
  border-radius: 8px;
  padding: 1.5rem;
}
@media (max-width: 540px) {
  .blog--style-2 .blog__card {
    padding: 1rem;
  }
}
.blog--style-2 .blog__img-wrap {
  max-height: 325px;
  border: radius 8px;
  overflow: hidden;
}
.blog--style-2 .blog__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog--style-2 .blog__card-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.24px;
  margin-bottom: 1.5rem;
  font-family: "Outfit", sans-serif;
  color: #000;
  margin-top: 1rem;
  margin-bottom: 0;
}
.blog--style-2 .blog__excerpt {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08px;
  color: #000;
}
.blog--style-2 .meta__date, .blog--style-2 .meta__reading-time {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08px;
  color: #000;
}
.blog--style-3 {
  background: #000;
}
.blog--style-3 .blog__title {
  text-align: center;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.blog--style-3 .blog__desc {
  color: #ffffff;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.blog--style-3 .blog__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (max-width: 1200px) {
  .blog--style-3 .blog__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .blog--style-3 .blog__list {
    grid-template-columns: 1fr;
  }
}
.blog--style-3 .blog__list-item {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-areas: "item1 item2 item3";
}
@media (max-width: 1200px) {
  .blog--style-3 .blog__list-item {
    gap: 1.5rem;
    padding: 1.5rem;
    grid-template-columns: 1fr;
    grid-template-areas: "item2" "item1" "item3";
  }
}
@media (max-width: 350px) {
  .blog--style-3 .blog__list-item {
    padding: 1.5rem 1rem;
  }
}
.blog--style-3 .blog__list-item > :nth-child(1) {
  grid-area: item1;
}
.blog--style-3 .blog__list-item > :nth-child(2) {
  grid-area: item2;
}
.blog--style-3 .blog__list-item > :nth-child(3) {
  grid-area: item3;
}
.blog--style-3 .blog__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (max-width: 768px) {
  .blog--style-3 .blog__left {
    gap: 1rem;
  }
}
.blog--style-3 .blog__meta {
  gap: 12px;
  color: #ffffff;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.blog--style-3 .blog__date {
  line-height: 100%;
}
.blog--style-3 .blog__month-year {
  color: #ffffff;
  max-width: 60px;
  font-size: 12px;
  margin-bottom: -5px;
  font-family: "Outfit", sans-serif;
}
.blog--style-3 .blog__item-title {
  color: #ffffff;
}
.blog--style-3 .blog__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.blog--style-3 .blog__author-name, .blog--style-3 .blog__author-company {
  color: #ffffff;
}
.blog--style-3 .blog__thumb-wrap {
  max-width: 300px;
  max-height: 250px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .blog--style-3 .blog__thumb-wrap {
    max-width: 100%;
    max-height: 100%;
  }
}
.blog--style-3 .blog__thumb-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.blog--style-3 .blog__thumb-wrap img:hover {
  scale: 1.3;
}
.blog--style-3 .blog__excerpt {
  margin-top: 1rem;
  color: #ffffff;
  line-height: 150%;
  letter-spacing: 0.08px;
}
.blog--style-3 .blog__link {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: #ffffff;
  border-radius: 50%;
  margin-bottom: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #ffffff;
}
.blog--style-3 .blog__link svg path {
  fill: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog--style-3 .blog__link:hover {
  background: #EE212B;
  border: 1px solid #EE212B;
}
.blog--style-3 .blog__link:hover svg path {
  fill: #ffffff;
}

/* 13. Blog Details Area */
/*------------------------------------------------------------------
Template Name: XRoof — Roofing Services HTML Template
Template URL: https://xroof.netlify.app
Description:  XRoof — Roofing Services HTML Template is a clean, modern, and fully responsive template designed specifically for roofing companies, contractors, and construction businesses. Built with the latest technologies, XRoof helps you showcase your services, projects, and team in a professional way that builds trust with customers.
Whether you’re a roofing contractor, construction service provider, or repair specialist, XRoof provides all the essential pages and components to launch your website quickly and easily. With a well-structured codebase, developers can customize it effortlessly, while end-users enjoy a smooth, fast, and mobile-friendly browsing experience.
Author: RoxThemes
Author URL: https://kits.roxthemes.com/babio
Version: 1.0
-------------------------------------------------------------------

SCSS INDEX
===================

1. Header Area 
2. Hero Area 
3. About Area 
4. Services Area 
5. Why Choose Area 
6. Project Area 
7. Achievement Area 
8. Team Area 
9. Testimonials Area 
10. Pricing Area 
11. Faq Area 
12. Blog Area 
13. Blog Details Area 
14. Footer Area 
15. Keywords Area 
16. Started Area 
17. Work Process Area 
18. Award Area 
19. Contact Area 
20. Services Details Area 
21. Project Details Area   
22. Sidebar Area 
23. Breadcrumbs Area 
24. Error Area 
25. Offcanvas Area 

------------------------------------------------------------------*/
.blog-details__text {
  font-size: 16px;
  line-height: 150%;
  color: #313131;
}
.blog-details__highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
.blog-details__highlight-thumb {
  overflow: hidden;
  height: 100%;
}
.blog-details__highlight-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details__highlight-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.blog-details__highlight-title {
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.5rem, 2vw + 1rem, 40px);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.4px;
}
.blog-details__highlight-text {
  font-size: 16px;
  line-height: 150%;
  color: #313131;
}
.blog-details__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  padding-left: 0;
}
.blog-details__list-item {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.09px;
  position: relative;
  padding-left: 2rem;
}
.blog-details__list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='9' viewBox='0 0 10 9' fill='none'><path d='M9.35352 0.589661C9.35352 0.313518 9.12966 0.0896605 8.85352 0.0896606L4.35351 0.0896603C4.07737 0.0896603 3.85351 0.313518 3.85351 0.58966C3.85351 0.865803 4.07737 1.08966 4.35351 1.08966L8.35352 1.08966L8.35352 5.08966C8.35352 5.3658 8.57737 5.58966 8.85352 5.58966C9.12966 5.58966 9.35352 5.3658 9.35352 5.08966L9.35352 0.589661ZM8.85352 0.589661L8.49996 0.236107L0.645836 8.09023L0.999389 8.44379L1.35294 8.79734L9.20707 0.943214L8.85352 0.589661Z' fill='%23EE212B'/></svg>") no-repeat center;
  background-size: contain;
}
.blog-details__quote {
  background: #FFF4F5;
  border-left: 5px solid #EE212B;
  border-radius: 8px;
}
.blog-details__quote p {
  font-size: 18px;
  color: #333333;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.09px;
  margin-bottom: 0;
}
.blog-details__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  background: #FFF4F5;
  border-radius: 8px;
}
.blog-details__share-title {
  font-size: clamp(18px, 2vw + 1rem, 32px);
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  line-height: 120%;
  letter-spacing: 0.32px;
  color: #000;
}
.blog-details__share-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.blog-details__share-links a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: #EE212B;
  border-radius: 50%;
  margin-bottom: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  border: 1px solid #EE212B;
  transition: all 0.3s ease;
}
.blog-details__share-links a svg {
  width: 15px;
  height: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-details__share-links a:hover {
  background: transparent;
  color: #EE212B;
}
.blog-details__share-links a:hover svg path {
  fill: #EE212B;
}

/* 14. Footer Area */
/*------------------------------------------------------------------
Template Name: XRoof — Roofing Services HTML Template
Template URL: https://xroof.netlify.app
Description:  XRoof — Roofing Services HTML Template is a clean, modern, and fully responsive template designed specifically for roofing companies, contractors, and construction businesses. Built with the latest technologies, XRoof helps you showcase your services, projects, and team in a professional way that builds trust with customers.
Whether you’re a roofing contractor, construction service provider, or repair specialist, XRoof provides all the essential pages and components to launch your website quickly and easily. With a well-structured codebase, developers can customize it effortlessly, while end-users enjoy a smooth, fast, and mobile-friendly browsing experience.
Author: RoxThemes
Author URL: https://kits.roxthemes.com/babio
Version: 1.0
-------------------------------------------------------------------

SCSS INDEX
===================

1. Header Area 
2. Hero Area 
3. About Area 
4. Services Area 
5. Why Choose Area 
6. Project Area 
7. Achievement Area 
8. Team Area 
9. Testimonials Area 
10. Pricing Area 
11. Faq Area 
12. Blog Area 
13. Blog Details Area 
14. Footer Area 
15. Keywords Area 
16. Started Area 
17. Work Process Area 
18. Award Area 
19. Contact Area 
20. Services Details Area 
21. Project Details Area   
22. Sidebar Area 
23. Breadcrumbs Area 
24. Error Area 
25. Offcanvas Area 

------------------------------------------------------------------*/
.footer__cta-container {
  margin-bottom: -12rem;
}
@media (max-width: 768px) {
  .footer__cta-container {
    margin-bottom: -8rem;
  }
}
.footer__cta {
  background: #EE212B;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.footer__cta > * {
  position: relative;
  z-index: 15;
}
.footer__cta-title {
  max-width: 555px;
  letter-spacing: -0.56px;
}
.footer__cta-desc {
  color: #ffffff;
  max-width: 555px;
}
.footer__cta-btn--primary {
  border: 1px solid #ffffff;
}
.footer__cta-btn--primary:hover {
  background: #ffffff !important;
  border-color: transparent;
}
.footer__cta-bg {
  position: absolute;
  bottom: -20px;
  right: 0;
  max-width: 900px;
  max-height: 415px;
  width: 100%;
  height: 100%;
  margin-top: 3rem;
  background-size: cover;
  z-index: 1 !important;
}
@media (max-width: 1200px) {
  .footer__cta-bg {
    max-width: 700px;
  }
}
.footer__content {
  background: #000;
  padding-top: 7rem;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  row-gap: 40px;
}
.footer__inner > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.footer__brand {
  max-width: 420px !important;
}
.footer__newsletter {
  max-width: 340px;
}
.footer__desc-small {
  color: #ffffff;
  max-width: 92%;
}
.footer__social-link {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: #EE212B;
  border-radius: 50%;
  margin-bottom: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 0;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer__social-link:hover {
  background: #ffffff;
}
.footer__social-link:hover svg path {
  fill: #EE212B;
}
.footer__title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.24px;
  margin-bottom: 1.5rem;
  font-family: "Outfit", sans-serif;
  color: #000;
  color: #ffffff;
}
.footer__nav-link, .footer__hour, .footer__newsletter-text {
  color: #ffffff;
}
.footer__nav-link:hover {
  color: #EE212B;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__newsletter-form-group {
  position: relative;
  max-width: 400px;
}
.footer .newsletter-form {
  border: 1px solid #ffffff;
  border-radius: 8px;
  background: transparent;
  padding: 12px 1.2rem;
  color: #ffffff !important;
}
.footer .newsletter-form:focus {
  border-color: #EE212B;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
.footer .newsletter-form::-webkit-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08px;
  color: #000;
  color: #ffffff;
}
.footer .newsletter-form::-moz-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08px;
  color: #000;
  color: #ffffff;
}
.footer .newsletter-form:-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08px;
  color: #000;
  color: #ffffff;
}
.footer .newsletter-form::-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08px;
  color: #000;
  color: #ffffff;
}
.footer .newsletter-form::placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08px;
  color: #000;
  color: #ffffff;
}
.footer .newsletter-form-btn {
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ffffff;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  border: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.footer .newsletter-form-btn:hover {
  background: #EE212B;
}
.footer .newsletter-form-btn:hover svg {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.footer .newsletter-form-btn:hover svg path {
  fill: #ffffff;
}
.footer__bottom {
  border-top: 0.3px solid #ffffff;
  padding-top: 2rem;
  padding-bottom: 1rem;
  color: #ffffff;
}
.footer__bottom-text {
  color: #ffffff !important;
}
.footer__bottom-nav-link {
  list-style: none;
  position: relative;
  color: #ffffff;
  padding-left: 20px;
}
.footer__bottom-nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
}
.footer--style-2 {
  background: #000;
}
.footer--style-2 .footer__action-btn {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08px;
  color: #000;
  background: #ffffff;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer--style-2 .footer__action-btn:hover {
  background: #EE212B;
  color: #ffffff;
}
.footer--style-2 .footer__nav-link, .footer--style-2 .footer__hour, .footer--style-2 .footer__address {
  color: rgba(255, 255, 255, 0.54);
  letter-spacing: 0.08px;
  font-size: 1rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  max-width: 250px;
}
.footer--style-2 .footer__inner {
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media (max-width: 540px) {
  .footer--style-2 .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer--style-2 .footer__container {
  position: relative;
}
.footer--style-2 .footer__container--top {
  border-bottom: 8px solid #ffffff;
}
@media (max-width: 1024px) {
  .footer--style-2 .footer__container--top {
    border-bottom: 5px solid #ffffff;
  }
}
.footer--style-2 .footer__container--bottom {
  border-top: 8px solid #EE212B;
}
@media (max-width: 1024px) {
  .footer--style-2 .footer__container--bottom {
    border-top: 5px solid #EE212B;
  }
}
.footer--style-2 .footer__bottom {
  padding-bottom: 2rem;
  border: 0;
}
.footer--style-2 .footer__back-to-top {
  color: #ffffff;
  margin-bottom: 0;
  text-decoration: underline;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer--style-3 {
  background: #000;
}
.footer--style-3 .footer__container {
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}
.footer--style-3 .footer__gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-self: center;
  place-items: center;
  gap: 10px;
}
@media (max-width: 1024px) {
  .footer--style-3 .footer__gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
}
@media (max-width: 540px) {
  .footer--style-3 .footer__gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}
.footer--style-3 .footer__gallery-item {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.footer--style-3 .footer__gallery-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 5;
}
.footer--style-3 .footer__gallery-img:hover {
  scale: 1.3;
}
.footer--style-3 .footer__gallery-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 10;
  background: #ffffff;
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer--style-3 .footer__gallery-icon:hover {
  background: #EE212B;
}
.footer--style-3 .footer__gallery-icon:hover svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .footer--style-3 .footer__gallery-icon {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 1024px) {
  .footer--style-3 .footer__gallery-icon {
    top: 10px;
    right: 10px;
  }
}
.footer--style-3 .footer__middle {
  padding-top: 0;
  padding-bottom: 0;
}
.footer--style-3 .footer__cta {
  background: transparent;
}
.footer--style-3 .footer__cta-title {
  font-size: clamp(2.5rem, 10vw, 140px);
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.7px;
  color: #ffffff;
  max-width: 100%;
  text-align: center;
  font-family: "Outfit", sans-serif;
}
.footer--style-3 .footer__cta-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  row-gap: 1.5rem;
}
.footer--style-3 .footer__cta-link {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
  text-decoration: underline;
  font-weight: 400;
  letter-spacing: -0.4px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .footer--style-3 .footer__cta-link {
    font-size: 1.5rem;
  }
}
.footer--style-3 .footer__cta-btn {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: grid;
  place-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .footer--style-3 .footer__cta-btn {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 1024px) {
  .footer--style-3 .footer__cta-btn {
    width: 40px;
    height: 40px;
  }
}
.footer--style-3 .footer__cta-btn:hover {
  background: #EE212B;
  border-color: #EE212B;
}
.footer--style-3 .footer__cta-btn:hover svg path {
  fill: #ffffff;
}
.footer--style-3 .footer__bottom {
  border: none;
  padding-top: 0;
  padding-bottom: 3rem;
}
.footer--style-3 .footer__bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  row-gap: 1rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
}
@media (max-width: 1600px) {
  .footer--style-3 .footer__bottom-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer--style-3 .footer__copyright {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.09px;
}
@media (max-width: 1600px) {
  .footer--style-3 .footer__copyright {
    text-align: center;
  }
}
.footer--style-3 .footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  row-gap: 1rem;
  padding: 0;
}
.footer--style-3 .footer__nav-link {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer--style-3 .footer__nav-link:hover {
  color: #EE212B !important;
}
.footer--style-3 .footer__policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  row-gap: 1rem;
  padding: 0;
}
.footer--style-3 .footer__policy-link {
  list-style: none;
  position: relative;
  color: #ffffff;
  padding-left: 20px;
}
.footer--style-3 .footer__policy-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
  outline: 1px solid #ffffff;
  outline-offset: 3px;
}

/* 15. Keywords Area */
.keywords {
  background-color: #EE212B;
  overflow: hidden;
  white-space: nowrap;
}
.keywords__container {
  padding: 2rem 0 !important;
}
.keywords__wrapper {
  position: relative;
  overflow: hidden;
}
.keywords__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: scroll 20s linear infinite;
          animation: scroll 20s linear infinite;
}
.keywords__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.keywords__item {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.24px;
  margin-bottom: 1.5rem;
  font-family: "Outfit", sans-serif;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 3rem;
  white-space: nowrap;
  position: relative;
}
.keywords__item::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: -14px;
  background: #ffffff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .keywords__item {
    margin: 0 2rem;
  }
}
@media (max-width: 1024px) {
  .keywords__item {
    margin: 0 1.5rem;
  }
}
@media (max-width: 540px) {
  .keywords__item {
    margin: 0 1rem;
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* 16. Started Area */
/*------------------------------------------------------------------
Template Name: XRoof — Roofing Services HTML Template
Template URL: https://xroof.netlify.app
Description:  XRoof — Roofing Services HTML Template is a clean, modern, and fully responsive template designed specifically for roofing companies, contractors, and construction businesses. Built with the latest technologies, XRoof helps you showcase your services, projects, and team in a professional way that builds trust with customers.
Whether you’re a roofing contractor, construction service provider, or repair specialist, XRoof provides all the essential pages and components to launch your website quickly and easily. With a well-structured codebase, developers can customize it effortlessly, while end-users enjoy a smooth, fast, and mobile-friendly browsing experience.
Author: RoxThemes
Author URL: https://kits.roxthemes.com/babio
Version: 1.0
-------------------------------------------------------------------

SCSS INDEX
===================

1. Header Area 
2. Hero Area 
3. About Area 
4. Services Area 
5. Why Choose Area 
6. Project Area 
7. Achievement Area 
8. Team Area 
9. Testimonials Area 
10. Pricing Area 
11. Faq Area 
12. Blog Area 
13. Blog Details Area 
14. Footer Area 
15. Keywords Area 
16. Started Area 
17. Work Process Area 
18. Award Area 
19. Contact Area 
20. Services Details Area 
21. Project Details Area   
22. Sidebar Area 
23. Breadcrumbs Area 
24. Error Area 
25. Offcanvas Area 

------------------------------------------------------------------*/
.started {
  background: #ffffff;
}
.started__title {
  max-width: 570px;
}
.started .statistics__item-wrap {
  position: relative;
}
.started .statistics__item-wrap::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 0.8px;
  left: -4px;
  top: 0;
  background: #000;
}
@media (max-width: 540px) {
  .started .statistics__item-wrap::after {
    left: 4px;
  }
}
.started .statistics__item-wrap::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0.8px;
  left: 8px;
  top: 0;
  background: #000;
}
@media (max-width: 540px) {
  .started .statistics__item-wrap {
    min-height: 500px;
  }
}
.started .statistics__number {
  font-size: clamp(2rem, 6vw + 3rem, 120px);
  font-family: "Outfit", sans-serif;
  color: #000;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1.2px;
}
.started .statistics__description {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.24px;
  margin-bottom: 1.5rem;
  font-family: "Outfit", sans-serif;
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
}
.started .statistics__item-wrap:last-child .statistics__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 540px) {
  .started .statistics__item-wrap:last-child .statistics__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.started .statistics__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 625px;
}
@media (max-width: 1024px) {
  .started .statistics__item {
    padding-left: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 500px;
  }
}
@media (max-width: 540px) {
  .started .statistics__item {
    padding-left: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 300px;
  }
}

/* 17. Work Process Area */
.work-process--style-1 {
  background: #0F0E0E;
}
.work-process--style-1 .work-process__title {
  max-width: 690px;
}
.work-process--style-1 .work-process__desc {
  color: #ffffff;
  max-width: 580px;
}
.work-process--style-1 .step-card {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 5px 1.5rem;
  color: #ffffff;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  overflow: hidden;
}
.work-process--style-1 .step-card__content {
  text-align: center;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
}
.work-process--style-1 .step-card__title, .work-process--style-1 .step-card__number, .work-process--style-1 .step-card__desc, .work-process--style-1 .step-card__subtitle {
  color: #ffffff;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 1s ease;
  transition: opacity 0.5s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 0.5s ease;
  transition: transform 1s ease, opacity 0.5s ease, -webkit-transform 1s ease;
}
.work-process--style-1 .step-card__bottom {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.work-process--style-1 .step-card:hover {
  background: rgba(255, 255, 255, 0.02);
}
.work-process--style-1 .step-card:hover .step-card__bottom {
  max-height: 500px;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.work-process--style-1 .step-card:hover .step-card__title,
.work-process--style-1 .step-card:hover .step-card__number,
.work-process--style-1 .step-card:hover .step-card__subtitle,
.work-process--style-1 .step-card:hover .step-card__desc {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 1;
}
.work-process--style-1 .step-card__link {
  background-color: #EE212B;
  color: #ffffff;
  padding: 8px 1rem;
  border-radius: 50%;
  font-family: "Outfit", sans-serif;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  border: 1px solid #EE212B;
  -webkit-transition: background 0.5s ease, color 0.5s ease;
  transition: background 0.5s ease, color 0.5s ease;
}
.work-process--style-1 .step-card__link:hover {
  background: transparent;
  color: #EE212B;
}
.work-process--style-2 {
  background: #0F0E0E;
}
.work-process--style-2 .work-process__title {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.work-process--style-2 .work-process__img-wrap {
  max-width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.work-process--style-2 .work-process__img {
  max-width: 100%;
  max-height: 615px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.work-process--style-2 .work-process__img:hover {
  scale: 1.3;
}
.work-process--style-2 .process-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 540px) {
  .work-process--style-2 .process-item {
    padding: 1rem;
  }
}
.work-process--style-2 .process-item__icon-wrap {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: #EE212B;
  border-radius: 50%;
  margin-bottom: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* 18. Award Area */
.award {
  background: #0F0E0E;
}
.award__title {
  max-width: 745px;
}
.award__desc {
  max-width: 615px;
  color: #ffffff;
}
.award__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  height: 575px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1024px) {
  .award__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    gap: 1.5rem;
  }
}
.award__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  min-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  -webkit-transition: -webkit-flex-basis 0.5s ease;
  transition: -webkit-flex-basis 0.5s ease;
  transition: flex-basis 0.5s ease;
  transition: flex-basis 0.5s ease, -webkit-flex-basis 0.5s ease, -ms-flex-preferred-size 0.5s ease;
  cursor: pointer;
  position: relative;
  border: 1px solid #ffffff;
}
@media (max-width: 1024px) {
  .award__item {
    min-width: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.award__item-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.24px;
  margin-bottom: 1.5rem;
  font-family: "Outfit", sans-serif;
  color: #ffffff;
}
@media (max-width: 350px) {
  .award__item-title {
    text-align: left;
  }
}
.award__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #ffffff;
  padding: 3rem 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-weight: 500;
  gap: 10px;
}
@media (max-width: 1024px) {
  .award__item-header {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    padding: 1.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media (max-width: 350px) {
  .award__item-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
    padding: 1rem;
  }
}
.award__item-arrow {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: #ffffff;
  border-radius: 50%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.award__item-arrow svg path {
  fill: #0F0E0E;
}
@media (max-width: 1024px) {
  .award__item-arrow {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.award__item-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  padding: 30px;
  color: #ffffff;
  overflow-y: scroll;
}
.award__item-body::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}
.award__item-body::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: 5px;
}
@media (max-width: 1024px) {
  .award__item-body {
    position: static;
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
    display: block;
  }
}
@media (max-width: 540px) {
  .award__item-body-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px !important;
  }
}
.award__item-body .award__item-heading {
  font-size: clamp(18px, 2vw + 1rem, 32px);
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  line-height: 120%;
  letter-spacing: 0.32px;
  color: #ffffff;
}
.award__item-body .award__item-badge-img {
  max-width: 120px;
}
@media (max-width: 540px) {
  .award__item-body .award__item-badge-img {
    max-width: 80px;
  }
}
.award__item-body .award__item-year {
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.4px;
}
.award__item-body .award__item-text {
  color: #ffffff;
}
.award__item-body .award__item-img {
  max-width: 375px;
  max-height: 500px;
  overflow: hidden;
  border-radius: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.award__item-body .award__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.award__item--active {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}
@media (max-width: 1024px) {
  .award__item--active {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    height: auto;
  }
}
.award__item--active .award__item-header {
  display: none;
}
.award__item--active .award__item-body {
  display: block;
}
@media (max-width: 1024px) {
  .award__item--active .award__item-body {
    max-height: 2000px;
    padding: 1.5rem;
  }
}
.award__item-arrow-content {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* 19. Contact Area */
/*------------------------------------------------------------------
Template Name: XRoof — Roofing Services HTML Template
Template URL: https://xroof.netlify.app
Description:  XRoof — Roofing Services HTML Template is a clean, modern, and fully responsive template designed specifically for roofing companies, contractors, and construction businesses. Built with the latest technologies, XRoof helps you showcase your services, projects, and team in a professional way that builds trust with customers.
Whether you’re a roofing contractor, construction service provider, or repair specialist, XRoof provides all the essential pages and components to launch your website quickly and easily. With a well-structured codebase, developers can customize it effortlessly, while end-users enjoy a smooth, fast, and mobile-friendly browsing experience.
Author: RoxThemes
Author URL: https://kits.roxthemes.com/babio
Version: 1.0
-------------------------------------------------------------------

SCSS INDEX
===================

1. Header Area 
2. Hero Area 
3. About Area 
4. Services Area 
5. Why Choose Area 
6. Project Area 
7. Achievement Area 
8. Team Area 
9. Testimonials Area 
10. Pricing Area 
11. Faq Area 
12. Blog Area 
13. Blog Details Area 
14. Footer Area 
15. Keywords Area 
16. Started Area 
17. Work Process Area 
18. Award Area 
19. Contact Area 
20. Services Details Area 
21. Project Details Area   
22. Sidebar Area 
23. Breadcrumbs Area 
24. Error Area 
25. Offcanvas Area 

------------------------------------------------------------------*/
.contact--style-1 {
  position: relative;
  z-index: 2;
}
.contact--style-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #EE212B;
  width: 45%;
  height: 100%;
  z-index: -1;
}
.contact--style-1 .contact__left {
  background: #ffffff;
  border-radius: 20px;
  padding: 3.5rem 3rem;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 1200px) {
  .contact--style-1 .contact__left {
    padding: 3rem 2.5rem;
  }
}
@media (max-width: 1024px) {
  .contact--style-1 .contact__left {
    padding: 3rem 2rem;
  }
}
@media (max-width: 540px) {
  .contact--style-1 .contact__left {
    padding: 3rem 1rem;
  }
}
.contact--style-1 .contact__title {
  max-width: 765px;
}
.contact--style-1 .contact__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.contact--style-1 .contact__form-input, .contact--style-1 .contact__form-message {
  border: 0.5px solid #8F9897;
  padding: 1rem 1.5rem;
  border-radius: 10px;
}
.contact--style-1 .contact__form-submit::-webkit-input-placeholder, .contact--style-1 .contact__form-input::-webkit-input-placeholder {
  color: #313131;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08px;
}
.contact--style-1 .contact__form-submit::-moz-placeholder, .contact--style-1 .contact__form-input::-moz-placeholder {
  color: #313131;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08px;
}
.contact--style-1 .contact__form-submit:-ms-input-placeholder, .contact--style-1 .contact__form-input:-ms-input-placeholder {
  color: #313131;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08px;
}
.contact--style-1 .contact__form-submit::-ms-input-placeholder, .contact--style-1 .contact__form-input::-ms-input-placeholder {
  color: #313131;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08px;
}
.contact--style-1 .contact__form-submit::placeholder, .contact--style-1 .contact__form-input::placeholder {
  color: #313131;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08px;
}
.contact--style-1 .contact__form-submit {
  background: #000;
  color: #ffffff;
  padding: 1rem 1.5rem;
  border-radius: 80px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
}
.contact--style-1 .contact__form-submit:hover {
  background: #EE212B;
}
.contact--style-1 .contact__right {
  background: #ffffff;
  border-radius: 20px;
  padding: 3.5rem 2rem;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  height: 100%;
}
@media (max-width: 1200px) {
  .contact--style-1 .contact__right {
    padding: 3rem 2rem;
  }
}
@media (max-width: 540px) {
  .contact--style-1 .contact__right {
    padding: 3rem 1rem;
  }
}
.contact--style-1 .contact__info-title {
  color: #000;
  font-size: clamp(20px, 2vw + 1rem, 2.5rem);
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.4px;
}
.contact--style-1 .info-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .contact--style-1 .info-card {
    gap: 1rem;
  }
}
.contact--style-1 .info-card__list {
  gap: 2.2rem;
}
@media (max-width: 1200px) {
  .contact--style-1 .info-card__list {
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .contact--style-1 .info-card__list {
    gap: 1rem;
  }
}
.contact--style-1 .info-card__icon {
  background: #000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1200px) {
  .contact--style-1 .info-card__icon {
    width: 40px;
    height: 40px;
  }
}
.contact--style-1 .info-card__link {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.24px;
  margin-bottom: 1.5rem;
  font-family: "Outfit", sans-serif;
  color: #000;
}
.contact--style-1 .info-card__text {
  color: #313131;
  margin-bottom: 0;
  margin-top: 5px;
}
.contact--style-2 .contact__title {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.contact--style-2 .contact__desc {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.contact--style-2 .contact__card {
  background: #FFF4F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.contact--style-2 .contact__card-icon-wrap {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid #EE212B;
  border-radius: 50%;
  margin-bottom: 1rem;
  margin: 0 auto;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.contact--style-2 .contact__card-icon-wrap svg path {
  fill: #EE212B;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.contact--style-2 .contact__card-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  color: #000;
  letter-spacing: -0.24px;
  margin-top: 1rem;
  text-align: center;
}
.contact--style-2 .contact__card-text {
  text-align: center;
  margin: 1.5rem 0;
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
}
.contact--style-2 .contact__card-link {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.24px;
  margin-bottom: 1.5rem;
  font-family: "Outfit", sans-serif;
  color: #EE212B;
  display: block;
  text-align: center !important;
  text-decoration: none;
  -webkit-transition: -webkit-transform all 0.3s ease;
  transition: -webkit-transform all 0.3s ease;
  transition: transform all 0.3s ease;
  transition: transform all 0.3s ease, -webkit-transform all 0.3s ease;
}
.contact--style-2 .contact__card-link:hover {
  text-decoration: underline;
}
.contact--style-2 .contact__card-icon-wrap {
  background: #EE212B;
}
.contact--style-2 .contact__card-icon-wrap svg path {
  fill: #ffffff;
}
.contact--style-2 .contact__map {
  margin-right: 1rem;
}
@media (max-width: 1920px) {
  .contact--style-2 .contact__map {
    margin-right: 0;
  }
}
.contact--style-2 .contact__map-title {
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.5rem, 2vw + 1rem, 40px);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.4px;
}
.contact--style-2 .contact__map-text {
  color: #313131;
}
.contact--style-2 .contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFF4F5;
  padding: 3.5rem 3rem;
  border-radius: 8px;
  gap: 1.5rem;
  height: 100%;
  margin-left: 1rem;
}
@media (max-width: 1920px) {
  .contact--style-2 .contact-form {
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .contact--style-2 .contact-form {
    gap: 1rem;
    padding: 3.5rem 2.5rem;
  }
}
@media (max-width: 350px) {
  .contact--style-2 .contact-form {
    gap: 8px;
    padding: 3.5rem 1.5rem;
  }
}
.contact--style-2 .contact-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 1024px) {
  .contact--style-2 .contact-form__row {
    gap: 1rem;
  }
}
@media (max-width: 350px) {
  .contact--style-2 .contact-form__row {
    gap: 8px;
  }
}
.contact--style-2 .contact-form__row input {
  -webkit-box-flex: 270px;
      -ms-flex: 270px 1 1;
          flex: 270px 1 1;
}
.contact--style-2 .contact-form__input, .contact--style-2 .contact-form__textarea {
  background: #ffffff;
  border-radius: 8px;
  border: 0.5px solid rgba(143, 152, 151, 0.5);
  width: 100%;
  padding: 1rem 1.5rem;
}
.contact--style-2 .contact-form__input ::-webkit-input-placeholder, .contact--style-2 .contact-form__textarea ::-webkit-input-placeholder {
  color: #626262;
  margin: 0;
}
.contact--style-2 .contact-form__input ::-moz-placeholder, .contact--style-2 .contact-form__textarea ::-moz-placeholder {
  color: #626262;
  margin: 0;
}
.contact--style-2 .contact-form__input :-ms-input-placeholder, .contact--style-2 .contact-form__textarea :-ms-input-placeholder {
  color: #626262;
  margin: 0;
}
.contact--style-2 .contact-form__input ::-ms-input-placeholder, .contact--style-2 .contact-form__textarea ::-ms-input-placeholder {
  color: #626262;
  margin: 0;
}
.contact--style-2 .contact-form__input ::placeholder, .contact--style-2 .contact-form__textarea ::placeholder {
  color: #626262;
  margin: 0;
}
@media (max-width: 540px) {
  .contact--style-2 .contact-form__input, .contact--style-2 .contact-form__textarea {
    padding: 12px 20px;
  }
}
.contact--style-2 .contact-form__btn {
  background: #EE212B;
  border-radius: 8px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 1rem 1.5rem;
  display: block;
  border: 1px solid #EE212B;
  width: 100%;
}
.contact--style-2 .contact-form__btn:hover {
  background-color: transparent;
  color: #EE212B;
}
@media (max-width: 540px) {
  .contact--style-2 .contact-form__btn {
    padding: 12px 20px;
  }
}

/* 20. Services Details Area */
/*------------------------------------------------------------------
Template Name: XRoof — Roofing Services HTML Template
Template URL: https://xroof.netlify.app
Description:  XRoof — Roofing Services HTML Template is a clean, modern, and fully responsive template designed specifically for roofing companies, contractors, and construction businesses. Built with the latest technologies, XRoof helps you showcase your services, projects, and team in a professional way that builds trust with customers.
Whether you’re a roofing contractor, construction service provider, or repair specialist, XRoof provides all the essential pages and components to launch your website quickly and easily. With a well-structured codebase, developers can customize it effortlessly, while end-users enjoy a smooth, fast, and mobile-friendly browsing experience.
Author: RoxThemes
Author URL: https://kits.roxthemes.com/babio
Version: 1.0
-------------------------------------------------------------------

SCSS INDEX
===================

1. Header Area 
2. Hero Area 
3. About Area 
4. Services Area 
5. Why Choose Area 
6. Project Area 
7. Achievement Area 
8. Team Area 
9. Testimonials Area 
10. Pricing Area 
11. Faq Area 
12. Blog Area 
13. Blog Details Area 
14. Footer Area 
15. Keywords Area 
16. Started Area 
17. Work Process Area 
18. Award Area 
19. Contact Area 
20. Services Details Area 
21. Project Details Area   
22. Sidebar Area 
23. Breadcrumbs Area 
24. Error Area 
25. Offcanvas Area 

------------------------------------------------------------------*/
@media (max-width: 1024px) {
  .services-details__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.services-details__text {
  font-size: 16px;
  line-height: 150%;
  color: #313131;
}
.services-details__highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
.services-details__highlight-thumb {
  overflow: hidden;
  max-height: auto;
  width: 100%;
  border-radius: 8px;
}
.services-details__highlight-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-details__highlight-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.services-details__highlight-title {
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.5rem, 2vw + 1rem, 40px);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.4px;
}
.services-details__highlight-text {
  font-size: 16px;
  line-height: 150%;
  color: #313131;
}

/* 21. Project Details Area */
/*------------------------------------------------------------------
Template Name: XRoof — Roofing Services HTML Template
Template URL: https://xroof.netlify.app
Description:  XRoof — Roofing Services HTML Template is a clean, modern, and fully responsive template designed specifically for roofing companies, contractors, and construction businesses. Built with the latest technologies, XRoof helps you showcase your services, projects, and team in a professional way that builds trust with customers.
Whether you’re a roofing contractor, construction service provider, or repair specialist, XRoof provides all the essential pages and components to launch your website quickly and easily. With a well-structured codebase, developers can customize it effortlessly, while end-users enjoy a smooth, fast, and mobile-friendly browsing experience.
Author: RoxThemes
Author URL: https://kits.roxthemes.com/babio
Version: 1.0
-------------------------------------------------------------------

SCSS INDEX
===================

1. Header Area 
2. Hero Area 
3. About Area 
4. Services Area 
5. Why Choose Area 
6. Project Area 
7. Achievement Area 
8. Team Area 
9. Testimonials Area 
10. Pricing Area 
11. Faq Area 
12. Blog Area 
13. Blog Details Area 
14. Footer Area 
15. Keywords Area 
16. Started Area 
17. Work Process Area 
18. Award Area 
19. Contact Area 
20. Services Details Area 
21. Project Details Area   
22. Sidebar Area 
23. Breadcrumbs Area 
24. Error Area 
25. Offcanvas Area 

------------------------------------------------------------------*/
.project-details__text {
  font-size: 16px;
  line-height: 150%;
  color: #313131;
}
.project-details__highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
.project-details__highlight-thumb {
  overflow: hidden;
  max-height: 475px;
  border-radius: 8px;
}
.project-details__highlight-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-details__highlight-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.project-details__highlight-title {
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.5rem, 2vw + 1rem, 40px);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.4px;
}
.project-details__highlight-text {
  font-size: 16px;
  line-height: 150%;
  color: #313131;
}
.project-details__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  padding-left: 0;
}
.project-details__list-item {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.09px;
  position: relative;
  padding-left: 2rem;
}
.project-details__list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='9' viewBox='0 0 10 9' fill='none'><path d='M9.35352 0.589661C9.35352 0.313518 9.12966 0.0896605 8.85352 0.0896606L4.35351 0.0896603C4.07737 0.0896603 3.85351 0.313518 3.85351 0.58966C3.85351 0.865803 4.07737 1.08966 4.35351 1.08966L8.35352 1.08966L8.35352 5.08966C8.35352 5.3658 8.57737 5.58966 8.85352 5.58966C9.12966 5.58966 9.35352 5.3658 9.35352 5.08966L9.35352 0.589661ZM8.85352 0.589661L8.49996 0.236107L0.645836 8.09023L0.999389 8.44379L1.35294 8.79734L9.20707 0.943214L8.85352 0.589661Z' fill='%23EE212B'/></svg>") no-repeat center;
  background-size: contain;
}
.project-details__quote {
  background: #FFF4F5;
  border-left: 5px solid #EE212B;
  border-radius: 8px;
}
.project-details__quote p {
  font-size: 18px;
  color: #333333;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.09px;
  margin-bottom: 0;
}

/* 22. Sidebar Area */
/*------------------------------------------------------------------
Template Name: XRoof — Roofing Services HTML Template
Template URL: https://xroof.netlify.app
Description:  XRoof — Roofing Services HTML Template is a clean, modern, and fully responsive template designed specifically for roofing companies, contractors, and construction businesses. Built with the latest technologies, XRoof helps you showcase your services, projects, and team in a professional way that builds trust with customers.
Whether you’re a roofing contractor, construction service provider, or repair specialist, XRoof provides all the essential pages and components to launch your website quickly and easily. With a well-structured codebase, developers can customize it effortlessly, while end-users enjoy a smooth, fast, and mobile-friendly browsing experience.
Author: RoxThemes
Author URL: https://kits.roxthemes.com/babio
Version: 1.0
-------------------------------------------------------------------

SCSS INDEX
===================

1. Header Area 
2. Hero Area 
3. About Area 
4. Services Area 
5. Why Choose Area 
6. Project Area 
7. Achievement Area 
8. Team Area 
9. Testimonials Area 
10. Pricing Area 
11. Faq Area 
12. Blog Area 
13. Blog Details Area 
14. Footer Area 
15. Keywords Area 
16. Started Area 
17. Work Process Area 
18. Award Area 
19. Contact Area 
20. Services Details Area 
21. Project Details Area   
22. Sidebar Area 
23. Breadcrumbs Area 
24. Error Area 
25. Offcanvas Area 

------------------------------------------------------------------*/
.sidebar--right {
  padding-left: 2.5rem;
}
@media (max-width: 1920px) {
  .sidebar--right {
    padding-left: 0;
  }
}
.sidebar--left {
  padding-right: 2.5rem;
}
@media (max-width: 1920px) {
  .sidebar--left {
    padding-right: 0;
  }
}
.sidebar__title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.24px;
  margin-bottom: 1.5rem;
  font-family: "Outfit", sans-serif;
  color: #000;
  border-bottom: 1px solid #333333;
}
.sidebar__subtitle {
  font-size: clamp(18px, 2vw + 1rem, 32px);
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  line-height: 120%;
  letter-spacing: 0.32px;
  color: #000;
  padding-bottom: 12px;
  position: relative;
}
.sidebar__subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 1px;
  background: #EE212B;
}
.sidebar__list {
  padding-left: 0;
}
.sidebar__item {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08px;
}
.sidebar__item:not(:last-child) {
  margin-bottom: 1rem;
}
.sidebar__posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 1024px) {
  .sidebar__posts {
    gap: 1rem;
  }
}
.sidebar-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media (max-width: 350px) {
  .sidebar-post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.sidebar-post__thumb-wrap {
  max-width: 100px;
  max-height: 90px;
  overflow: hidden;
  border-radius: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sidebar-post__thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.sidebar-post__thumb:hover {
  scale: 1.3;
}
.sidebar-post__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sidebar__gallery .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 1920px) {
  .sidebar__gallery .gallery {
    gap: 1rem;
  }
}
@media (max-width: 540px) {
  .sidebar__gallery .gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.sidebar__gallery .gallery__img-wrap {
  border-radius: 2px;
  max-width: 100%;
  overflow: hidden;
}
.sidebar__gallery .gallery__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.sidebar__gallery .gallery__img-wrap img:hover {
  scale: 1.3;
}
.sidebar__project-details .project-details {
  list-style: none;
  padding-left: 0;
}
.sidebar__project-details .project-details__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08px;
  padding-bottom: 1rem;
  gap: 10px;
}
.sidebar__project-details .project-details__item:not(:last-child) {
  margin-bottom: 1rem;
  border-bottom: 1px solid #313131;
}
.sidebar__project-details .project-details__item:not(:first-child) {
  border-bottom: 1px solid #313131;
}
@media (max-width: 250px) {
  .sidebar__project-details .project-details__item {
    grid-template-columns: 1fr;
  }
}
.sidebar__project-details .project-details__group {
  display: grid;
  grid-template-columns: 100px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sidebar__project-details .project-details__label, .sidebar__project-details .project-details__separator {
  color: #000;
  font-size: 18px;
}
.sidebar__project-details .project-details__value {
  color: #313131;
  text-align: right;
}
.sidebar__project-details .project-details__rating {
  color: #EE212B;
  font-weight: bold;
  text-align: right;
}
.sidebar__appointment-card {
  min-height: 500px;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  background-position: top center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.sidebar__appointment-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(29.85%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 29.85%, rgba(0, 0, 0, 0) 100%);
  z-index: 5;
}
.sidebar__appointment-card .appointment-card__body {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
@media (max-width: 768px) {
  .sidebar__appointment-card .appointment-card__body {
    padding: 2.5rem 1.5rem;
  }
}
@media (max-width: 540px) {
  .sidebar__appointment-card .appointment-card__body {
    padding: 2.5rem 1rem;
  }
}
.sidebar__appointment-card .appointment-card__heading {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.24px;
  margin-bottom: 1.5rem;
  font-family: "Outfit", sans-serif;
  color: #ffffff;
  text-align: center;
}
.sidebar__appointment-card .appointment-card__description {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
  max-width: 298px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.08px;
  padding: 0 1.5rem;
}
@media (max-width: 540px) {
  .sidebar__appointment-card .appointment-card__description {
    padding: 0 10px;
  }
}
.sidebar__appointment-card .appointment-card__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sidebar__appointment-card .appointment-card__btn--phn {
  background: #EE212B;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 5px;
  display: grid;
  place-items: center;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #EE212B;
}
.sidebar__appointment-card .appointment-card__btn--phn svg path {
  fill: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar__appointment-card .appointment-card__btn--phn:hover {
  background: #ffffff;
}
.sidebar__appointment-card .appointment-card__btn--phn:hover svg path {
  fill: #EE212B;
}
.sidebar__appointment-card .appointment-card__btn--phn:hover {
  background: transparent;
  border: 1px solid #EE212B;
}

/* 23. Breadcrumbs Area */
/*------------------------------------------------------------------
Template Name: XRoof — Roofing Services HTML Template
Template URL: https://xroof.netlify.app
Description:  XRoof — Roofing Services HTML Template is a clean, modern, and fully responsive template designed specifically for roofing companies, contractors, and construction businesses. Built with the latest technologies, XRoof helps you showcase your services, projects, and team in a professional way that builds trust with customers.
Whether you’re a roofing contractor, construction service provider, or repair specialist, XRoof provides all the essential pages and components to launch your website quickly and easily. With a well-structured codebase, developers can customize it effortlessly, while end-users enjoy a smooth, fast, and mobile-friendly browsing experience.
Author: RoxThemes
Author URL: https://kits.roxthemes.com/babio
Version: 1.0
-------------------------------------------------------------------

SCSS INDEX
===================

1. Header Area 
2. Hero Area 
3. About Area 
4. Services Area 
5. Why Choose Area 
6. Project Area 
7. Achievement Area 
8. Team Area 
9. Testimonials Area 
10. Pricing Area 
11. Faq Area 
12. Blog Area 
13. Blog Details Area 
14. Footer Area 
15. Keywords Area 
16. Started Area 
17. Work Process Area 
18. Award Area 
19. Contact Area 
20. Services Details Area 
21. Project Details Area   
22. Sidebar Area 
23. Breadcrumbs Area 
24. Error Area 
25. Offcanvas Area 

------------------------------------------------------------------*/
.breadcrumbs {
  min-height: 470px;
  padding-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 1920px) {
  .breadcrumbs {
    min-height: 400px;
  }
}
@media (max-width: 1200px) {
  .breadcrumbs {
    min-height: 350px;
  }
}
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.breadcrumbs__item {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs__item svg path {
  stroke: #EE212B;
}
.breadcrumbs__link {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.09px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.breadcrumbs__link:hover {
  color: #EE212B;
}

/* 24. Error Area */
.error__container {
  min-height: 100vh;
  position: relative;
}
.error__area {
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 760px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 3rem;
  border-radius: 8px;
}
@media (max-width: 1200px) {
  .error__area {
    padding: 2rem;
    min-width: 600px;
  }
}
@media (max-width: 1024px) {
  .error__area {
    min-width: 90%;
  }
}
@media (max-width: 540px) {
  .error__area {
    min-width: 95%;
    padding: 2rem 1rem;
  }
}
.error__title {
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.5rem, 5vw + 1rem, 72px);
  color: #000;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.error__subtitle {
  text-align: center;
}
.error__text {
  text-align: center;
  max-width: 665px;
  margin-left: auto;
  margin-right: auto;
}
.error__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

/* 25. Offcanvas Area */
/* Offcanvas menu styles */
.offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  max-width: 600px;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  z-index: 10000;
  padding: 0 1rem;
  overflow-y: auto;
  visibility: visible;
  /* Override navigation styles for offcanvas */
}
.offcanvas.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.offcanvas__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 1rem;
}
.offcanvas__logo-img {
  max-height: 100px;
}
.offcanvas__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1rem 0;
}
.offcanvas__close {
  border: none;
  background: transparent;
  font-size: 2.5rem;
  color: #0F0E0E;
}
.offcanvas .nav__menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 2rem;
  display: block;
  padding-left: 0;
}
.offcanvas .nav__item {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
}
.offcanvas .nav__link {
  width: 100%;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  color: #0F0E0E;
}
.offcanvas .nav__link:hover {
  color: #EE212B;
}
.offcanvas .nav__item-has-children > .nav__link::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 5 9' fill='none'%3E%3Cpath d='M0.972078 8.13231C1.01586 8.13235 1.05921 8.12375 1.09965 8.10699C1.1401 8.09023 1.17683 8.06564 1.20774 8.03464L4.54102 4.70136C4.57199 4.67043 4.59656 4.63369 4.61333 4.59326C4.63009 4.55282 4.63872 4.50947 4.63872 4.4657C4.63872 4.42193 4.63009 4.37858 4.61333 4.33814C4.59656 4.29771 4.57199 4.26097 4.54102 4.23004L1.20774 0.896758C1.07749 0.76651 0.86658 0.76651 0.736415 0.896758C0.60625 1.02701 0.606167 1.23792 0.736415 1.36808L3.83403 4.4657L0.736415 7.56332C0.705444 7.59425 0.680874 7.63099 0.66411 7.67142C0.647346 7.71186 0.638718 7.75521 0.638718 7.79898C0.638718 7.84275 0.647346 7.8861 0.66411 7.92654C0.680874 7.96697 0.705444 8.00371 0.736415 8.03464C0.767327 8.06564 0.80406 8.09023 0.844503 8.10699C0.884945 8.12375 0.9283 8.13235 0.972078 8.13231Z' fill='%23000000'%3E%3C/path%3E%3C/svg%3E");
  margin-left: auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.offcanvas .nav__item-has-children > .nav__link.active::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.offcanvas .nav__submenu {
  position: static;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  padding-left: 0;
}
.offcanvas .nav__submenu.active {
  max-height: 1000px;
}
.offcanvas .nav__submenu .nav__link {
  padding-left: 2rem;
}
.offcanvas .nav__submenu .nav__submenu .nav__link {
  padding-left: 3rem;
}
.offcanvas .current-menu-item > .nav__link {
  color: #EE212B;
  font-weight: 500;
}
.offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 999;
}
.offcanvas-overlay---active {
  opacity: 1;
  visibility: visible;
}

