@charset "UTF-8";
/*
-----------------------------------------------------------------------------------
  Theme Name    : Touro
  Author        : Webnextpro
  Author URI    : https://themeforest.net/user/webnextpro/portfolio
  Description   : Touro - Travel & Tour Booking Agency Html Template
  Version       : 1.0.0
-----------------------------------------------------------------------------------

  CSS TABLE OF CONTENTS
  -------------------------------------------------------------------------------
  01. Mixins
  02. Variables
  03. Buttons
  04. Typography
  05. Custom Bootstrap Overrides
  06. Base Styles

  --- Template Sections ---
  07. Header
  08. Hero
  09. About
  10. Services / Adventure
  11. Features
  12. Tour
  13. Destinations / Projects
  14. Team
  15. Testimonials
  16. FAQ
  17. Events
  18. CTA
  19. Helping Section
  20. News / Blog
  21. Contact
  22. Footer
  23. Preloader
  24. MeanMenu
  25. Section Utilities
  26. Animations
-----------------------------------------------------------------------------------
*/
@import url("https://fonts.cdnfonts.com/css/general-sans");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.cdnfonts.com/css/amatica-sc");
:root {
  --body: #0F1F1F;
  --black: #000;
  --white: #fff;
  --theme: #015FC9;
  --theme-2: #FB5B32;
  --header: #001914;
  --text: #414141;
  --text2: #20282D;
  --text3: #566A70;
  --border: #49515b4d;
  --bg: #F2F4F7;
  --bg-2: #000;
  --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
  --bg-primary: #FB5B32;
  --grap: #F2EEE8;
  --grap2: #F7F5F1;
}

.theme-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  text-align: center;
  border-radius: 30px;
  background: var(--theme-2);
  font-family: "Poppins", sans-serif;
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 20px 30px;
}
.theme-btn i {
  margin-right: 10px;
  color: var(--white);
}
.theme-btn::before {
  content: "";
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--header);
  z-index: -1;
  transition: all 0.4s ease-out;
  border-radius: inherit;
}
.theme-btn:hover {
  color: var(--white);
  box-shadow: none;
}
.theme-btn:hover::before {
  width: 100%;
}
@media (max-width: 575px) {
  .theme-btn {
    font-size: 14px;
  }
}

.link-btns {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
  color: var(--theme);
}
.link-btns i {
  transform: rotate(-40deg);
  transition: all 0.4s ease-in-out;
  font-weight: 400;
}
.link-btns:hover i {
  transform: rotate(0);
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: var(--text);
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--text);
  outline: none;
}

input {
  color: var(--text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "General Sans", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 60px;
  font-weight: 500;
  line-height: 134%;
}
@media (max-width: 1600px) {
  h1 {
    font-size: 64px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 46px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 38px;
  }
}
@media (max-width: 470px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 37px;
  }
}
@media (max-width: 470px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 137%;
}
@media (max-width: 1399px) {
  h3 {
    font-size: 21px;
  }
}
@media (max-width: 1199px) {
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 155%;
}
@media (max-width: 1399px) {
  h4 {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 575px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 16px;
  font-weight: 600;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

span {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

.m-1 {
  margin: 1px !important;
}

.mt-1 {
  margin-top: 1px !important;
}

.mb-1 {
  margin-bottom: 1px !important;
}

.ms-1 {
  margin-left: 1px !important;
}

.me-1 {
  margin-right: 1px !important;
}

.p-1 {
  padding: 1px !important;
}

.pt-1 {
  padding-top: 1px !important;
}

.pb-1 {
  padding-bottom: 1px !important;
}

.ps-1 {
  padding-left: 1px !important;
}

.pe-1 {
  padding-right: 1px !important;
}

.m-2 {
  margin: 2px !important;
}

.mt-2 {
  margin-top: 2px !important;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.ms-2 {
  margin-left: 2px !important;
}

.me-2 {
  margin-right: 2px !important;
}

.p-2 {
  padding: 2px !important;
}

.pt-2 {
  padding-top: 2px !important;
}

.pb-2 {
  padding-bottom: 2px !important;
}

.ps-2 {
  padding-left: 2px !important;
}

.pe-2 {
  padding-right: 2px !important;
}

.m-3 {
  margin: 3px !important;
}

.mt-3 {
  margin-top: 3px !important;
}

.mb-3 {
  margin-bottom: 3px !important;
}

.ms-3 {
  margin-left: 3px !important;
}

.me-3 {
  margin-right: 3px !important;
}

.p-3 {
  padding: 3px !important;
}

.pt-3 {
  padding-top: 3px !important;
}

.pb-3 {
  padding-bottom: 3px !important;
}

.ps-3 {
  padding-left: 3px !important;
}

.pe-3 {
  padding-right: 3px !important;
}

.m-4 {
  margin: 4px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.ms-4 {
  margin-left: 4px !important;
}

.me-4 {
  margin-right: 4px !important;
}

.p-4 {
  padding: 4px !important;
}

.pt-4 {
  padding-top: 4px !important;
}

.pb-4 {
  padding-bottom: 4px !important;
}

.ps-4 {
  padding-left: 4px !important;
}

.pe-4 {
  padding-right: 4px !important;
}

.m-5 {
  margin: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ms-5 {
  margin-left: 5px !important;
}

.me-5 {
  margin-right: 5px !important;
}

.p-5 {
  padding: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.ps-5 {
  padding-left: 5px !important;
}

.pe-5 {
  padding-right: 5px !important;
}

.m-6 {
  margin: 6px !important;
}

.mt-6 {
  margin-top: 6px !important;
}

.mb-6 {
  margin-bottom: 6px !important;
}

.ms-6 {
  margin-left: 6px !important;
}

.me-6 {
  margin-right: 6px !important;
}

.p-6 {
  padding: 6px !important;
}

.pt-6 {
  padding-top: 6px !important;
}

.pb-6 {
  padding-bottom: 6px !important;
}

.ps-6 {
  padding-left: 6px !important;
}

.pe-6 {
  padding-right: 6px !important;
}

.m-7 {
  margin: 7px !important;
}

.mt-7 {
  margin-top: 7px !important;
}

.mb-7 {
  margin-bottom: 7px !important;
}

.ms-7 {
  margin-left: 7px !important;
}

.me-7 {
  margin-right: 7px !important;
}

.p-7 {
  padding: 7px !important;
}

.pt-7 {
  padding-top: 7px !important;
}

.pb-7 {
  padding-bottom: 7px !important;
}

.ps-7 {
  padding-left: 7px !important;
}

.pe-7 {
  padding-right: 7px !important;
}

.m-8 {
  margin: 8px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.ms-8 {
  margin-left: 8px !important;
}

.me-8 {
  margin-right: 8px !important;
}

.p-8 {
  padding: 8px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.ps-8 {
  padding-left: 8px !important;
}

.pe-8 {
  padding-right: 8px !important;
}

.m-9 {
  margin: 9px !important;
}

.mt-9 {
  margin-top: 9px !important;
}

.mb-9 {
  margin-bottom: 9px !important;
}

.ms-9 {
  margin-left: 9px !important;
}

.me-9 {
  margin-right: 9px !important;
}

.p-9 {
  padding: 9px !important;
}

.pt-9 {
  padding-top: 9px !important;
}

.pb-9 {
  padding-bottom: 9px !important;
}

.ps-9 {
  padding-left: 9px !important;
}

.pe-9 {
  padding-right: 9px !important;
}

.m-10 {
  margin: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ms-10 {
  margin-left: 10px !important;
}

.me-10 {
  margin-right: 10px !important;
}

.p-10 {
  padding: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.ps-10 {
  padding-left: 10px !important;
}

.pe-10 {
  padding-right: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ms-15 {
  margin-left: 15px !important;
}

.me-15 {
  margin-right: 15px !important;
}

.p-15 {
  padding: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.ps-15 {
  padding-left: 15px !important;
}

.pe-15 {
  padding-right: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ms-20 {
  margin-left: 20px !important;
}

.me-20 {
  margin-right: 20px !important;
}

.p-20 {
  padding: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.ps-20 {
  padding-left: 20px !important;
}

.pe-20 {
  padding-right: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ms-25 {
  margin-left: 25px !important;
}

.me-25 {
  margin-right: 25px !important;
}

.p-25 {
  padding: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.ps-25 {
  padding-left: 25px !important;
}

.pe-25 {
  padding-right: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ms-30 {
  margin-left: 30px !important;
}

.me-30 {
  margin-right: 30px !important;
}

.p-30 {
  padding: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.ps-30 {
  padding-left: 30px !important;
}

.pe-30 {
  padding-right: 30px !important;
}

.m-35 {
  margin: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ms-35 {
  margin-left: 35px !important;
}

.me-35 {
  margin-right: 35px !important;
}

.p-35 {
  padding: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.ps-35 {
  padding-left: 35px !important;
}

.pe-35 {
  padding-right: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ms-40 {
  margin-left: 40px !important;
}

.me-40 {
  margin-right: 40px !important;
}

.p-40 {
  padding: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.ps-40 {
  padding-left: 40px !important;
}

.pe-40 {
  padding-right: 40px !important;
}

.m-45 {
  margin: 45px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ms-45 {
  margin-left: 45px !important;
}

.me-45 {
  margin-right: 45px !important;
}

.p-45 {
  padding: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.ps-45 {
  padding-left: 45px !important;
}

.pe-45 {
  padding-right: 45px !important;
}

.m-50 {
  margin: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ms-50 {
  margin-left: 50px !important;
}

.me-50 {
  margin-right: 50px !important;
}

.p-50 {
  padding: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.ps-50 {
  padding-left: 50px !important;
}

.pe-50 {
  padding-right: 50px !important;
}

.m-60 {
  margin: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ms-60 {
  margin-left: 60px !important;
}

.me-60 {
  margin-right: 60px !important;
}

.p-60 {
  padding: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.ps-60 {
  padding-left: 60px !important;
}

.pe-60 {
  padding-right: 60px !important;
}

.m-70 {
  margin: 70px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ms-70 {
  margin-left: 70px !important;
}

.me-70 {
  margin-right: 70px !important;
}

.p-70 {
  padding: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.ps-70 {
  padding-left: 70px !important;
}

.pe-70 {
  padding-right: 70px !important;
}

.m-80 {
  margin: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ms-80 {
  margin-left: 80px !important;
}

.me-80 {
  margin-right: 80px !important;
}

.p-80 {
  padding: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.ps-80 {
  padding-left: 80px !important;
}

.pe-80 {
  padding-right: 80px !important;
}

.m-90 {
  margin: 90px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ms-90 {
  margin-left: 90px !important;
}

.me-90 {
  margin-right: 90px !important;
}

.p-90 {
  padding: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.ps-90 {
  padding-left: 90px !important;
}

.pe-90 {
  padding-right: 90px !important;
}

.m-100 {
  margin: 100px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ms-100 {
  margin-left: 100px !important;
}

.me-100 {
  margin-right: 100px !important;
}

.p-100 {
  padding: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.ps-100 {
  padding-left: 100px !important;
}

.pe-100 {
  padding-right: 100px !important;
}

.m-120 {
  margin: 120px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.ms-120 {
  margin-left: 120px !important;
}

.me-120 {
  margin-right: 120px !important;
}

.p-120 {
  padding: 120px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.ps-120 {
  padding-left: 120px !important;
}

.pe-120 {
  padding-right: 120px !important;
}

.m-140 {
  margin: 140px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.ms-140 {
  margin-left: 140px !important;
}

.me-140 {
  margin-right: 140px !important;
}

.p-140 {
  padding: 140px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.ps-140 {
  padding-left: 140px !important;
}

.pe-140 {
  padding-right: 140px !important;
}

.m-160 {
  margin: 160px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.ms-160 {
  margin-left: 160px !important;
}

.me-160 {
  margin-right: 160px !important;
}

.p-160 {
  padding: 160px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.ps-160 {
  padding-left: 160px !important;
}

.pe-160 {
  padding-right: 160px !important;
}

.m-180 {
  margin: 180px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.ms-180 {
  margin-left: 180px !important;
}

.me-180 {
  margin-right: 180px !important;
}

.p-180 {
  padding: 180px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.ps-180 {
  padding-left: 180px !important;
}

.pe-180 {
  padding-right: 180px !important;
}

.m-200 {
  margin: 200px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.ms-200 {
  margin-left: 200px !important;
}

.me-200 {
  margin-right: 200px !important;
}

.p-200 {
  padding: 200px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.ps-200 {
  padding-left: 200px !important;
}

.pe-200 {
  padding-right: 200px !important;
}

@media (min-width: 320px) {
  .m-xxs-1 {
    margin: 1px !important;
  }
  .mt-xxs-1 {
    margin-top: 1px !important;
  }
  .mb-xxs-1 {
    margin-bottom: 1px !important;
  }
  .ms-xxs-1 {
    margin-left: 1px !important;
  }
  .me-xxs-1 {
    margin-right: 1px !important;
  }
  .p-xxs-1 {
    padding: 1px !important;
  }
  .pt-xxs-1 {
    padding-top: 1px !important;
  }
  .pb-xxs-1 {
    padding-bottom: 1px !important;
  }
  .ps-xxs-1 {
    padding-left: 1px !important;
  }
  .pe-xxs-1 {
    padding-right: 1px !important;
  }
  .m-xxs-2 {
    margin: 2px !important;
  }
  .mt-xxs-2 {
    margin-top: 2px !important;
  }
  .mb-xxs-2 {
    margin-bottom: 2px !important;
  }
  .ms-xxs-2 {
    margin-left: 2px !important;
  }
  .me-xxs-2 {
    margin-right: 2px !important;
  }
  .p-xxs-2 {
    padding: 2px !important;
  }
  .pt-xxs-2 {
    padding-top: 2px !important;
  }
  .pb-xxs-2 {
    padding-bottom: 2px !important;
  }
  .ps-xxs-2 {
    padding-left: 2px !important;
  }
  .pe-xxs-2 {
    padding-right: 2px !important;
  }
  .m-xxs-3 {
    margin: 3px !important;
  }
  .mt-xxs-3 {
    margin-top: 3px !important;
  }
  .mb-xxs-3 {
    margin-bottom: 3px !important;
  }
  .ms-xxs-3 {
    margin-left: 3px !important;
  }
  .me-xxs-3 {
    margin-right: 3px !important;
  }
  .p-xxs-3 {
    padding: 3px !important;
  }
  .pt-xxs-3 {
    padding-top: 3px !important;
  }
  .pb-xxs-3 {
    padding-bottom: 3px !important;
  }
  .ps-xxs-3 {
    padding-left: 3px !important;
  }
  .pe-xxs-3 {
    padding-right: 3px !important;
  }
  .m-xxs-4 {
    margin: 4px !important;
  }
  .mt-xxs-4 {
    margin-top: 4px !important;
  }
  .mb-xxs-4 {
    margin-bottom: 4px !important;
  }
  .ms-xxs-4 {
    margin-left: 4px !important;
  }
  .me-xxs-4 {
    margin-right: 4px !important;
  }
  .p-xxs-4 {
    padding: 4px !important;
  }
  .pt-xxs-4 {
    padding-top: 4px !important;
  }
  .pb-xxs-4 {
    padding-bottom: 4px !important;
  }
  .ps-xxs-4 {
    padding-left: 4px !important;
  }
  .pe-xxs-4 {
    padding-right: 4px !important;
  }
  .m-xxs-5 {
    margin: 5px !important;
  }
  .mt-xxs-5 {
    margin-top: 5px !important;
  }
  .mb-xxs-5 {
    margin-bottom: 5px !important;
  }
  .ms-xxs-5 {
    margin-left: 5px !important;
  }
  .me-xxs-5 {
    margin-right: 5px !important;
  }
  .p-xxs-5 {
    padding: 5px !important;
  }
  .pt-xxs-5 {
    padding-top: 5px !important;
  }
  .pb-xxs-5 {
    padding-bottom: 5px !important;
  }
  .ps-xxs-5 {
    padding-left: 5px !important;
  }
  .pe-xxs-5 {
    padding-right: 5px !important;
  }
  .m-xxs-6 {
    margin: 6px !important;
  }
  .mt-xxs-6 {
    margin-top: 6px !important;
  }
  .mb-xxs-6 {
    margin-bottom: 6px !important;
  }
  .ms-xxs-6 {
    margin-left: 6px !important;
  }
  .me-xxs-6 {
    margin-right: 6px !important;
  }
  .p-xxs-6 {
    padding: 6px !important;
  }
  .pt-xxs-6 {
    padding-top: 6px !important;
  }
  .pb-xxs-6 {
    padding-bottom: 6px !important;
  }
  .ps-xxs-6 {
    padding-left: 6px !important;
  }
  .pe-xxs-6 {
    padding-right: 6px !important;
  }
  .m-xxs-7 {
    margin: 7px !important;
  }
  .mt-xxs-7 {
    margin-top: 7px !important;
  }
  .mb-xxs-7 {
    margin-bottom: 7px !important;
  }
  .ms-xxs-7 {
    margin-left: 7px !important;
  }
  .me-xxs-7 {
    margin-right: 7px !important;
  }
  .p-xxs-7 {
    padding: 7px !important;
  }
  .pt-xxs-7 {
    padding-top: 7px !important;
  }
  .pb-xxs-7 {
    padding-bottom: 7px !important;
  }
  .ps-xxs-7 {
    padding-left: 7px !important;
  }
  .pe-xxs-7 {
    padding-right: 7px !important;
  }
  .m-xxs-8 {
    margin: 8px !important;
  }
  .mt-xxs-8 {
    margin-top: 8px !important;
  }
  .mb-xxs-8 {
    margin-bottom: 8px !important;
  }
  .ms-xxs-8 {
    margin-left: 8px !important;
  }
  .me-xxs-8 {
    margin-right: 8px !important;
  }
  .p-xxs-8 {
    padding: 8px !important;
  }
  .pt-xxs-8 {
    padding-top: 8px !important;
  }
  .pb-xxs-8 {
    padding-bottom: 8px !important;
  }
  .ps-xxs-8 {
    padding-left: 8px !important;
  }
  .pe-xxs-8 {
    padding-right: 8px !important;
  }
  .m-xxs-9 {
    margin: 9px !important;
  }
  .mt-xxs-9 {
    margin-top: 9px !important;
  }
  .mb-xxs-9 {
    margin-bottom: 9px !important;
  }
  .ms-xxs-9 {
    margin-left: 9px !important;
  }
  .me-xxs-9 {
    margin-right: 9px !important;
  }
  .p-xxs-9 {
    padding: 9px !important;
  }
  .pt-xxs-9 {
    padding-top: 9px !important;
  }
  .pb-xxs-9 {
    padding-bottom: 9px !important;
  }
  .ps-xxs-9 {
    padding-left: 9px !important;
  }
  .pe-xxs-9 {
    padding-right: 9px !important;
  }
  .m-xxs-10 {
    margin: 10px !important;
  }
  .mt-xxs-10 {
    margin-top: 10px !important;
  }
  .mb-xxs-10 {
    margin-bottom: 10px !important;
  }
  .ms-xxs-10 {
    margin-left: 10px !important;
  }
  .me-xxs-10 {
    margin-right: 10px !important;
  }
  .p-xxs-10 {
    padding: 10px !important;
  }
  .pt-xxs-10 {
    padding-top: 10px !important;
  }
  .pb-xxs-10 {
    padding-bottom: 10px !important;
  }
  .ps-xxs-10 {
    padding-left: 10px !important;
  }
  .pe-xxs-10 {
    padding-right: 10px !important;
  }
  .m-xxs-15 {
    margin: 15px !important;
  }
  .mt-xxs-15 {
    margin-top: 15px !important;
  }
  .mb-xxs-15 {
    margin-bottom: 15px !important;
  }
  .ms-xxs-15 {
    margin-left: 15px !important;
  }
  .me-xxs-15 {
    margin-right: 15px !important;
  }
  .p-xxs-15 {
    padding: 15px !important;
  }
  .pt-xxs-15 {
    padding-top: 15px !important;
  }
  .pb-xxs-15 {
    padding-bottom: 15px !important;
  }
  .ps-xxs-15 {
    padding-left: 15px !important;
  }
  .pe-xxs-15 {
    padding-right: 15px !important;
  }
  .m-xxs-20 {
    margin: 20px !important;
  }
  .mt-xxs-20 {
    margin-top: 20px !important;
  }
  .mb-xxs-20 {
    margin-bottom: 20px !important;
  }
  .ms-xxs-20 {
    margin-left: 20px !important;
  }
  .me-xxs-20 {
    margin-right: 20px !important;
  }
  .p-xxs-20 {
    padding: 20px !important;
  }
  .pt-xxs-20 {
    padding-top: 20px !important;
  }
  .pb-xxs-20 {
    padding-bottom: 20px !important;
  }
  .ps-xxs-20 {
    padding-left: 20px !important;
  }
  .pe-xxs-20 {
    padding-right: 20px !important;
  }
  .m-xxs-25 {
    margin: 25px !important;
  }
  .mt-xxs-25 {
    margin-top: 25px !important;
  }
  .mb-xxs-25 {
    margin-bottom: 25px !important;
  }
  .ms-xxs-25 {
    margin-left: 25px !important;
  }
  .me-xxs-25 {
    margin-right: 25px !important;
  }
  .p-xxs-25 {
    padding: 25px !important;
  }
  .pt-xxs-25 {
    padding-top: 25px !important;
  }
  .pb-xxs-25 {
    padding-bottom: 25px !important;
  }
  .ps-xxs-25 {
    padding-left: 25px !important;
  }
  .pe-xxs-25 {
    padding-right: 25px !important;
  }
  .m-xxs-30 {
    margin: 30px !important;
  }
  .mt-xxs-30 {
    margin-top: 30px !important;
  }
  .mb-xxs-30 {
    margin-bottom: 30px !important;
  }
  .ms-xxs-30 {
    margin-left: 30px !important;
  }
  .me-xxs-30 {
    margin-right: 30px !important;
  }
  .p-xxs-30 {
    padding: 30px !important;
  }
  .pt-xxs-30 {
    padding-top: 30px !important;
  }
  .pb-xxs-30 {
    padding-bottom: 30px !important;
  }
  .ps-xxs-30 {
    padding-left: 30px !important;
  }
  .pe-xxs-30 {
    padding-right: 30px !important;
  }
  .m-xxs-35 {
    margin: 35px !important;
  }
  .mt-xxs-35 {
    margin-top: 35px !important;
  }
  .mb-xxs-35 {
    margin-bottom: 35px !important;
  }
  .ms-xxs-35 {
    margin-left: 35px !important;
  }
  .me-xxs-35 {
    margin-right: 35px !important;
  }
  .p-xxs-35 {
    padding: 35px !important;
  }
  .pt-xxs-35 {
    padding-top: 35px !important;
  }
  .pb-xxs-35 {
    padding-bottom: 35px !important;
  }
  .ps-xxs-35 {
    padding-left: 35px !important;
  }
  .pe-xxs-35 {
    padding-right: 35px !important;
  }
  .m-xxs-40 {
    margin: 40px !important;
  }
  .mt-xxs-40 {
    margin-top: 40px !important;
  }
  .mb-xxs-40 {
    margin-bottom: 40px !important;
  }
  .ms-xxs-40 {
    margin-left: 40px !important;
  }
  .me-xxs-40 {
    margin-right: 40px !important;
  }
  .p-xxs-40 {
    padding: 40px !important;
  }
  .pt-xxs-40 {
    padding-top: 40px !important;
  }
  .pb-xxs-40 {
    padding-bottom: 40px !important;
  }
  .ps-xxs-40 {
    padding-left: 40px !important;
  }
  .pe-xxs-40 {
    padding-right: 40px !important;
  }
  .m-xxs-45 {
    margin: 45px !important;
  }
  .mt-xxs-45 {
    margin-top: 45px !important;
  }
  .mb-xxs-45 {
    margin-bottom: 45px !important;
  }
  .ms-xxs-45 {
    margin-left: 45px !important;
  }
  .me-xxs-45 {
    margin-right: 45px !important;
  }
  .p-xxs-45 {
    padding: 45px !important;
  }
  .pt-xxs-45 {
    padding-top: 45px !important;
  }
  .pb-xxs-45 {
    padding-bottom: 45px !important;
  }
  .ps-xxs-45 {
    padding-left: 45px !important;
  }
  .pe-xxs-45 {
    padding-right: 45px !important;
  }
  .m-xxs-50 {
    margin: 50px !important;
  }
  .mt-xxs-50 {
    margin-top: 50px !important;
  }
  .mb-xxs-50 {
    margin-bottom: 50px !important;
  }
  .ms-xxs-50 {
    margin-left: 50px !important;
  }
  .me-xxs-50 {
    margin-right: 50px !important;
  }
  .p-xxs-50 {
    padding: 50px !important;
  }
  .pt-xxs-50 {
    padding-top: 50px !important;
  }
  .pb-xxs-50 {
    padding-bottom: 50px !important;
  }
  .ps-xxs-50 {
    padding-left: 50px !important;
  }
  .pe-xxs-50 {
    padding-right: 50px !important;
  }
  .m-xxs-60 {
    margin: 60px !important;
  }
  .mt-xxs-60 {
    margin-top: 60px !important;
  }
  .mb-xxs-60 {
    margin-bottom: 60px !important;
  }
  .ms-xxs-60 {
    margin-left: 60px !important;
  }
  .me-xxs-60 {
    margin-right: 60px !important;
  }
  .p-xxs-60 {
    padding: 60px !important;
  }
  .pt-xxs-60 {
    padding-top: 60px !important;
  }
  .pb-xxs-60 {
    padding-bottom: 60px !important;
  }
  .ps-xxs-60 {
    padding-left: 60px !important;
  }
  .pe-xxs-60 {
    padding-right: 60px !important;
  }
  .m-xxs-70 {
    margin: 70px !important;
  }
  .mt-xxs-70 {
    margin-top: 70px !important;
  }
  .mb-xxs-70 {
    margin-bottom: 70px !important;
  }
  .ms-xxs-70 {
    margin-left: 70px !important;
  }
  .me-xxs-70 {
    margin-right: 70px !important;
  }
  .p-xxs-70 {
    padding: 70px !important;
  }
  .pt-xxs-70 {
    padding-top: 70px !important;
  }
  .pb-xxs-70 {
    padding-bottom: 70px !important;
  }
  .ps-xxs-70 {
    padding-left: 70px !important;
  }
  .pe-xxs-70 {
    padding-right: 70px !important;
  }
  .m-xxs-80 {
    margin: 80px !important;
  }
  .mt-xxs-80 {
    margin-top: 80px !important;
  }
  .mb-xxs-80 {
    margin-bottom: 80px !important;
  }
  .ms-xxs-80 {
    margin-left: 80px !important;
  }
  .me-xxs-80 {
    margin-right: 80px !important;
  }
  .p-xxs-80 {
    padding: 80px !important;
  }
  .pt-xxs-80 {
    padding-top: 80px !important;
  }
  .pb-xxs-80 {
    padding-bottom: 80px !important;
  }
  .ps-xxs-80 {
    padding-left: 80px !important;
  }
  .pe-xxs-80 {
    padding-right: 80px !important;
  }
  .m-xxs-90 {
    margin: 90px !important;
  }
  .mt-xxs-90 {
    margin-top: 90px !important;
  }
  .mb-xxs-90 {
    margin-bottom: 90px !important;
  }
  .ms-xxs-90 {
    margin-left: 90px !important;
  }
  .me-xxs-90 {
    margin-right: 90px !important;
  }
  .p-xxs-90 {
    padding: 90px !important;
  }
  .pt-xxs-90 {
    padding-top: 90px !important;
  }
  .pb-xxs-90 {
    padding-bottom: 90px !important;
  }
  .ps-xxs-90 {
    padding-left: 90px !important;
  }
  .pe-xxs-90 {
    padding-right: 90px !important;
  }
  .m-xxs-100 {
    margin: 100px !important;
  }
  .mt-xxs-100 {
    margin-top: 100px !important;
  }
  .mb-xxs-100 {
    margin-bottom: 100px !important;
  }
  .ms-xxs-100 {
    margin-left: 100px !important;
  }
  .me-xxs-100 {
    margin-right: 100px !important;
  }
  .p-xxs-100 {
    padding: 100px !important;
  }
  .pt-xxs-100 {
    padding-top: 100px !important;
  }
  .pb-xxs-100 {
    padding-bottom: 100px !important;
  }
  .ps-xxs-100 {
    padding-left: 100px !important;
  }
  .pe-xxs-100 {
    padding-right: 100px !important;
  }
  .m-xxs-120 {
    margin: 120px !important;
  }
  .mt-xxs-120 {
    margin-top: 120px !important;
  }
  .mb-xxs-120 {
    margin-bottom: 120px !important;
  }
  .ms-xxs-120 {
    margin-left: 120px !important;
  }
  .me-xxs-120 {
    margin-right: 120px !important;
  }
  .p-xxs-120 {
    padding: 120px !important;
  }
  .pt-xxs-120 {
    padding-top: 120px !important;
  }
  .pb-xxs-120 {
    padding-bottom: 120px !important;
  }
  .ps-xxs-120 {
    padding-left: 120px !important;
  }
  .pe-xxs-120 {
    padding-right: 120px !important;
  }
  .m-xxs-140 {
    margin: 140px !important;
  }
  .mt-xxs-140 {
    margin-top: 140px !important;
  }
  .mb-xxs-140 {
    margin-bottom: 140px !important;
  }
  .ms-xxs-140 {
    margin-left: 140px !important;
  }
  .me-xxs-140 {
    margin-right: 140px !important;
  }
  .p-xxs-140 {
    padding: 140px !important;
  }
  .pt-xxs-140 {
    padding-top: 140px !important;
  }
  .pb-xxs-140 {
    padding-bottom: 140px !important;
  }
  .ps-xxs-140 {
    padding-left: 140px !important;
  }
  .pe-xxs-140 {
    padding-right: 140px !important;
  }
  .m-xxs-160 {
    margin: 160px !important;
  }
  .mt-xxs-160 {
    margin-top: 160px !important;
  }
  .mb-xxs-160 {
    margin-bottom: 160px !important;
  }
  .ms-xxs-160 {
    margin-left: 160px !important;
  }
  .me-xxs-160 {
    margin-right: 160px !important;
  }
  .p-xxs-160 {
    padding: 160px !important;
  }
  .pt-xxs-160 {
    padding-top: 160px !important;
  }
  .pb-xxs-160 {
    padding-bottom: 160px !important;
  }
  .ps-xxs-160 {
    padding-left: 160px !important;
  }
  .pe-xxs-160 {
    padding-right: 160px !important;
  }
  .m-xxs-180 {
    margin: 180px !important;
  }
  .mt-xxs-180 {
    margin-top: 180px !important;
  }
  .mb-xxs-180 {
    margin-bottom: 180px !important;
  }
  .ms-xxs-180 {
    margin-left: 180px !important;
  }
  .me-xxs-180 {
    margin-right: 180px !important;
  }
  .p-xxs-180 {
    padding: 180px !important;
  }
  .pt-xxs-180 {
    padding-top: 180px !important;
  }
  .pb-xxs-180 {
    padding-bottom: 180px !important;
  }
  .ps-xxs-180 {
    padding-left: 180px !important;
  }
  .pe-xxs-180 {
    padding-right: 180px !important;
  }
  .m-xxs-200 {
    margin: 200px !important;
  }
  .mt-xxs-200 {
    margin-top: 200px !important;
  }
  .mb-xxs-200 {
    margin-bottom: 200px !important;
  }
  .ms-xxs-200 {
    margin-left: 200px !important;
  }
  .me-xxs-200 {
    margin-right: 200px !important;
  }
  .p-xxs-200 {
    padding: 200px !important;
  }
  .pt-xxs-200 {
    padding-top: 200px !important;
  }
  .pb-xxs-200 {
    padding-bottom: 200px !important;
  }
  .ps-xxs-200 {
    padding-left: 200px !important;
  }
  .pe-xxs-200 {
    padding-right: 200px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-1 {
    margin: 1px !important;
  }
  .mt-sm-1 {
    margin-top: 1px !important;
  }
  .mb-sm-1 {
    margin-bottom: 1px !important;
  }
  .ms-sm-1 {
    margin-left: 1px !important;
  }
  .me-sm-1 {
    margin-right: 1px !important;
  }
  .p-sm-1 {
    padding: 1px !important;
  }
  .pt-sm-1 {
    padding-top: 1px !important;
  }
  .pb-sm-1 {
    padding-bottom: 1px !important;
  }
  .ps-sm-1 {
    padding-left: 1px !important;
  }
  .pe-sm-1 {
    padding-right: 1px !important;
  }
  .m-sm-2 {
    margin: 2px !important;
  }
  .mt-sm-2 {
    margin-top: 2px !important;
  }
  .mb-sm-2 {
    margin-bottom: 2px !important;
  }
  .ms-sm-2 {
    margin-left: 2px !important;
  }
  .me-sm-2 {
    margin-right: 2px !important;
  }
  .p-sm-2 {
    padding: 2px !important;
  }
  .pt-sm-2 {
    padding-top: 2px !important;
  }
  .pb-sm-2 {
    padding-bottom: 2px !important;
  }
  .ps-sm-2 {
    padding-left: 2px !important;
  }
  .pe-sm-2 {
    padding-right: 2px !important;
  }
  .m-sm-3 {
    margin: 3px !important;
  }
  .mt-sm-3 {
    margin-top: 3px !important;
  }
  .mb-sm-3 {
    margin-bottom: 3px !important;
  }
  .ms-sm-3 {
    margin-left: 3px !important;
  }
  .me-sm-3 {
    margin-right: 3px !important;
  }
  .p-sm-3 {
    padding: 3px !important;
  }
  .pt-sm-3 {
    padding-top: 3px !important;
  }
  .pb-sm-3 {
    padding-bottom: 3px !important;
  }
  .ps-sm-3 {
    padding-left: 3px !important;
  }
  .pe-sm-3 {
    padding-right: 3px !important;
  }
  .m-sm-4 {
    margin: 4px !important;
  }
  .mt-sm-4 {
    margin-top: 4px !important;
  }
  .mb-sm-4 {
    margin-bottom: 4px !important;
  }
  .ms-sm-4 {
    margin-left: 4px !important;
  }
  .me-sm-4 {
    margin-right: 4px !important;
  }
  .p-sm-4 {
    padding: 4px !important;
  }
  .pt-sm-4 {
    padding-top: 4px !important;
  }
  .pb-sm-4 {
    padding-bottom: 4px !important;
  }
  .ps-sm-4 {
    padding-left: 4px !important;
  }
  .pe-sm-4 {
    padding-right: 4px !important;
  }
  .m-sm-5 {
    margin: 5px !important;
  }
  .mt-sm-5 {
    margin-top: 5px !important;
  }
  .mb-sm-5 {
    margin-bottom: 5px !important;
  }
  .ms-sm-5 {
    margin-left: 5px !important;
  }
  .me-sm-5 {
    margin-right: 5px !important;
  }
  .p-sm-5 {
    padding: 5px !important;
  }
  .pt-sm-5 {
    padding-top: 5px !important;
  }
  .pb-sm-5 {
    padding-bottom: 5px !important;
  }
  .ps-sm-5 {
    padding-left: 5px !important;
  }
  .pe-sm-5 {
    padding-right: 5px !important;
  }
  .m-sm-6 {
    margin: 6px !important;
  }
  .mt-sm-6 {
    margin-top: 6px !important;
  }
  .mb-sm-6 {
    margin-bottom: 6px !important;
  }
  .ms-sm-6 {
    margin-left: 6px !important;
  }
  .me-sm-6 {
    margin-right: 6px !important;
  }
  .p-sm-6 {
    padding: 6px !important;
  }
  .pt-sm-6 {
    padding-top: 6px !important;
  }
  .pb-sm-6 {
    padding-bottom: 6px !important;
  }
  .ps-sm-6 {
    padding-left: 6px !important;
  }
  .pe-sm-6 {
    padding-right: 6px !important;
  }
  .m-sm-7 {
    margin: 7px !important;
  }
  .mt-sm-7 {
    margin-top: 7px !important;
  }
  .mb-sm-7 {
    margin-bottom: 7px !important;
  }
  .ms-sm-7 {
    margin-left: 7px !important;
  }
  .me-sm-7 {
    margin-right: 7px !important;
  }
  .p-sm-7 {
    padding: 7px !important;
  }
  .pt-sm-7 {
    padding-top: 7px !important;
  }
  .pb-sm-7 {
    padding-bottom: 7px !important;
  }
  .ps-sm-7 {
    padding-left: 7px !important;
  }
  .pe-sm-7 {
    padding-right: 7px !important;
  }
  .m-sm-8 {
    margin: 8px !important;
  }
  .mt-sm-8 {
    margin-top: 8px !important;
  }
  .mb-sm-8 {
    margin-bottom: 8px !important;
  }
  .ms-sm-8 {
    margin-left: 8px !important;
  }
  .me-sm-8 {
    margin-right: 8px !important;
  }
  .p-sm-8 {
    padding: 8px !important;
  }
  .pt-sm-8 {
    padding-top: 8px !important;
  }
  .pb-sm-8 {
    padding-bottom: 8px !important;
  }
  .ps-sm-8 {
    padding-left: 8px !important;
  }
  .pe-sm-8 {
    padding-right: 8px !important;
  }
  .m-sm-9 {
    margin: 9px !important;
  }
  .mt-sm-9 {
    margin-top: 9px !important;
  }
  .mb-sm-9 {
    margin-bottom: 9px !important;
  }
  .ms-sm-9 {
    margin-left: 9px !important;
  }
  .me-sm-9 {
    margin-right: 9px !important;
  }
  .p-sm-9 {
    padding: 9px !important;
  }
  .pt-sm-9 {
    padding-top: 9px !important;
  }
  .pb-sm-9 {
    padding-bottom: 9px !important;
  }
  .ps-sm-9 {
    padding-left: 9px !important;
  }
  .pe-sm-9 {
    padding-right: 9px !important;
  }
  .m-sm-10 {
    margin: 10px !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .ms-sm-10 {
    margin-left: 10px !important;
  }
  .me-sm-10 {
    margin-right: 10px !important;
  }
  .p-sm-10 {
    padding: 10px !important;
  }
  .pt-sm-10 {
    padding-top: 10px !important;
  }
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
  .ps-sm-10 {
    padding-left: 10px !important;
  }
  .pe-sm-10 {
    padding-right: 10px !important;
  }
  .m-sm-15 {
    margin: 15px !important;
  }
  .mt-sm-15 {
    margin-top: 15px !important;
  }
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  .ms-sm-15 {
    margin-left: 15px !important;
  }
  .me-sm-15 {
    margin-right: 15px !important;
  }
  .p-sm-15 {
    padding: 15px !important;
  }
  .pt-sm-15 {
    padding-top: 15px !important;
  }
  .pb-sm-15 {
    padding-bottom: 15px !important;
  }
  .ps-sm-15 {
    padding-left: 15px !important;
  }
  .pe-sm-15 {
    padding-right: 15px !important;
  }
  .m-sm-20 {
    margin: 20px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .ms-sm-20 {
    margin-left: 20px !important;
  }
  .me-sm-20 {
    margin-right: 20px !important;
  }
  .p-sm-20 {
    padding: 20px !important;
  }
  .pt-sm-20 {
    padding-top: 20px !important;
  }
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  .ps-sm-20 {
    padding-left: 20px !important;
  }
  .pe-sm-20 {
    padding-right: 20px !important;
  }
  .m-sm-25 {
    margin: 25px !important;
  }
  .mt-sm-25 {
    margin-top: 25px !important;
  }
  .mb-sm-25 {
    margin-bottom: 25px !important;
  }
  .ms-sm-25 {
    margin-left: 25px !important;
  }
  .me-sm-25 {
    margin-right: 25px !important;
  }
  .p-sm-25 {
    padding: 25px !important;
  }
  .pt-sm-25 {
    padding-top: 25px !important;
  }
  .pb-sm-25 {
    padding-bottom: 25px !important;
  }
  .ps-sm-25 {
    padding-left: 25px !important;
  }
  .pe-sm-25 {
    padding-right: 25px !important;
  }
  .m-sm-30 {
    margin: 30px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .ms-sm-30 {
    margin-left: 30px !important;
  }
  .me-sm-30 {
    margin-right: 30px !important;
  }
  .p-sm-30 {
    padding: 30px !important;
  }
  .pt-sm-30 {
    padding-top: 30px !important;
  }
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
  .ps-sm-30 {
    padding-left: 30px !important;
  }
  .pe-sm-30 {
    padding-right: 30px !important;
  }
  .m-sm-35 {
    margin: 35px !important;
  }
  .mt-sm-35 {
    margin-top: 35px !important;
  }
  .mb-sm-35 {
    margin-bottom: 35px !important;
  }
  .ms-sm-35 {
    margin-left: 35px !important;
  }
  .me-sm-35 {
    margin-right: 35px !important;
  }
  .p-sm-35 {
    padding: 35px !important;
  }
  .pt-sm-35 {
    padding-top: 35px !important;
  }
  .pb-sm-35 {
    padding-bottom: 35px !important;
  }
  .ps-sm-35 {
    padding-left: 35px !important;
  }
  .pe-sm-35 {
    padding-right: 35px !important;
  }
  .m-sm-40 {
    margin: 40px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .ms-sm-40 {
    margin-left: 40px !important;
  }
  .me-sm-40 {
    margin-right: 40px !important;
  }
  .p-sm-40 {
    padding: 40px !important;
  }
  .pt-sm-40 {
    padding-top: 40px !important;
  }
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
  .ps-sm-40 {
    padding-left: 40px !important;
  }
  .pe-sm-40 {
    padding-right: 40px !important;
  }
  .m-sm-45 {
    margin: 45px !important;
  }
  .mt-sm-45 {
    margin-top: 45px !important;
  }
  .mb-sm-45 {
    margin-bottom: 45px !important;
  }
  .ms-sm-45 {
    margin-left: 45px !important;
  }
  .me-sm-45 {
    margin-right: 45px !important;
  }
  .p-sm-45 {
    padding: 45px !important;
  }
  .pt-sm-45 {
    padding-top: 45px !important;
  }
  .pb-sm-45 {
    padding-bottom: 45px !important;
  }
  .ps-sm-45 {
    padding-left: 45px !important;
  }
  .pe-sm-45 {
    padding-right: 45px !important;
  }
  .m-sm-50 {
    margin: 50px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .ms-sm-50 {
    margin-left: 50px !important;
  }
  .me-sm-50 {
    margin-right: 50px !important;
  }
  .p-sm-50 {
    padding: 50px !important;
  }
  .pt-sm-50 {
    padding-top: 50px !important;
  }
  .pb-sm-50 {
    padding-bottom: 50px !important;
  }
  .ps-sm-50 {
    padding-left: 50px !important;
  }
  .pe-sm-50 {
    padding-right: 50px !important;
  }
  .m-sm-60 {
    margin: 60px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .ms-sm-60 {
    margin-left: 60px !important;
  }
  .me-sm-60 {
    margin-right: 60px !important;
  }
  .p-sm-60 {
    padding: 60px !important;
  }
  .pt-sm-60 {
    padding-top: 60px !important;
  }
  .pb-sm-60 {
    padding-bottom: 60px !important;
  }
  .ps-sm-60 {
    padding-left: 60px !important;
  }
  .pe-sm-60 {
    padding-right: 60px !important;
  }
  .m-sm-70 {
    margin: 70px !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .ms-sm-70 {
    margin-left: 70px !important;
  }
  .me-sm-70 {
    margin-right: 70px !important;
  }
  .p-sm-70 {
    padding: 70px !important;
  }
  .pt-sm-70 {
    padding-top: 70px !important;
  }
  .pb-sm-70 {
    padding-bottom: 70px !important;
  }
  .ps-sm-70 {
    padding-left: 70px !important;
  }
  .pe-sm-70 {
    padding-right: 70px !important;
  }
  .m-sm-80 {
    margin: 80px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .ms-sm-80 {
    margin-left: 80px !important;
  }
  .me-sm-80 {
    margin-right: 80px !important;
  }
  .p-sm-80 {
    padding: 80px !important;
  }
  .pt-sm-80 {
    padding-top: 80px !important;
  }
  .pb-sm-80 {
    padding-bottom: 80px !important;
  }
  .ps-sm-80 {
    padding-left: 80px !important;
  }
  .pe-sm-80 {
    padding-right: 80px !important;
  }
  .m-sm-90 {
    margin: 90px !important;
  }
  .mt-sm-90 {
    margin-top: 90px !important;
  }
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
  .ms-sm-90 {
    margin-left: 90px !important;
  }
  .me-sm-90 {
    margin-right: 90px !important;
  }
  .p-sm-90 {
    padding: 90px !important;
  }
  .pt-sm-90 {
    padding-top: 90px !important;
  }
  .pb-sm-90 {
    padding-bottom: 90px !important;
  }
  .ps-sm-90 {
    padding-left: 90px !important;
  }
  .pe-sm-90 {
    padding-right: 90px !important;
  }
  .m-sm-100 {
    margin: 100px !important;
  }
  .mt-sm-100 {
    margin-top: 100px !important;
  }
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  .ms-sm-100 {
    margin-left: 100px !important;
  }
  .me-sm-100 {
    margin-right: 100px !important;
  }
  .p-sm-100 {
    padding: 100px !important;
  }
  .pt-sm-100 {
    padding-top: 100px !important;
  }
  .pb-sm-100 {
    padding-bottom: 100px !important;
  }
  .ps-sm-100 {
    padding-left: 100px !important;
  }
  .pe-sm-100 {
    padding-right: 100px !important;
  }
  .m-sm-120 {
    margin: 120px !important;
  }
  .mt-sm-120 {
    margin-top: 120px !important;
  }
  .mb-sm-120 {
    margin-bottom: 120px !important;
  }
  .ms-sm-120 {
    margin-left: 120px !important;
  }
  .me-sm-120 {
    margin-right: 120px !important;
  }
  .p-sm-120 {
    padding: 120px !important;
  }
  .pt-sm-120 {
    padding-top: 120px !important;
  }
  .pb-sm-120 {
    padding-bottom: 120px !important;
  }
  .ps-sm-120 {
    padding-left: 120px !important;
  }
  .pe-sm-120 {
    padding-right: 120px !important;
  }
  .m-sm-140 {
    margin: 140px !important;
  }
  .mt-sm-140 {
    margin-top: 140px !important;
  }
  .mb-sm-140 {
    margin-bottom: 140px !important;
  }
  .ms-sm-140 {
    margin-left: 140px !important;
  }
  .me-sm-140 {
    margin-right: 140px !important;
  }
  .p-sm-140 {
    padding: 140px !important;
  }
  .pt-sm-140 {
    padding-top: 140px !important;
  }
  .pb-sm-140 {
    padding-bottom: 140px !important;
  }
  .ps-sm-140 {
    padding-left: 140px !important;
  }
  .pe-sm-140 {
    padding-right: 140px !important;
  }
  .m-sm-160 {
    margin: 160px !important;
  }
  .mt-sm-160 {
    margin-top: 160px !important;
  }
  .mb-sm-160 {
    margin-bottom: 160px !important;
  }
  .ms-sm-160 {
    margin-left: 160px !important;
  }
  .me-sm-160 {
    margin-right: 160px !important;
  }
  .p-sm-160 {
    padding: 160px !important;
  }
  .pt-sm-160 {
    padding-top: 160px !important;
  }
  .pb-sm-160 {
    padding-bottom: 160px !important;
  }
  .ps-sm-160 {
    padding-left: 160px !important;
  }
  .pe-sm-160 {
    padding-right: 160px !important;
  }
  .m-sm-180 {
    margin: 180px !important;
  }
  .mt-sm-180 {
    margin-top: 180px !important;
  }
  .mb-sm-180 {
    margin-bottom: 180px !important;
  }
  .ms-sm-180 {
    margin-left: 180px !important;
  }
  .me-sm-180 {
    margin-right: 180px !important;
  }
  .p-sm-180 {
    padding: 180px !important;
  }
  .pt-sm-180 {
    padding-top: 180px !important;
  }
  .pb-sm-180 {
    padding-bottom: 180px !important;
  }
  .ps-sm-180 {
    padding-left: 180px !important;
  }
  .pe-sm-180 {
    padding-right: 180px !important;
  }
  .m-sm-200 {
    margin: 200px !important;
  }
  .mt-sm-200 {
    margin-top: 200px !important;
  }
  .mb-sm-200 {
    margin-bottom: 200px !important;
  }
  .ms-sm-200 {
    margin-left: 200px !important;
  }
  .me-sm-200 {
    margin-right: 200px !important;
  }
  .p-sm-200 {
    padding: 200px !important;
  }
  .pt-sm-200 {
    padding-top: 200px !important;
  }
  .pb-sm-200 {
    padding-bottom: 200px !important;
  }
  .ps-sm-200 {
    padding-left: 200px !important;
  }
  .pe-sm-200 {
    padding-right: 200px !important;
  }
}
@media (min-width: 768px) {
  .m-md-1 {
    margin: 1px !important;
  }
  .mt-md-1 {
    margin-top: 1px !important;
  }
  .mb-md-1 {
    margin-bottom: 1px !important;
  }
  .ms-md-1 {
    margin-left: 1px !important;
  }
  .me-md-1 {
    margin-right: 1px !important;
  }
  .p-md-1 {
    padding: 1px !important;
  }
  .pt-md-1 {
    padding-top: 1px !important;
  }
  .pb-md-1 {
    padding-bottom: 1px !important;
  }
  .ps-md-1 {
    padding-left: 1px !important;
  }
  .pe-md-1 {
    padding-right: 1px !important;
  }
  .m-md-2 {
    margin: 2px !important;
  }
  .mt-md-2 {
    margin-top: 2px !important;
  }
  .mb-md-2 {
    margin-bottom: 2px !important;
  }
  .ms-md-2 {
    margin-left: 2px !important;
  }
  .me-md-2 {
    margin-right: 2px !important;
  }
  .p-md-2 {
    padding: 2px !important;
  }
  .pt-md-2 {
    padding-top: 2px !important;
  }
  .pb-md-2 {
    padding-bottom: 2px !important;
  }
  .ps-md-2 {
    padding-left: 2px !important;
  }
  .pe-md-2 {
    padding-right: 2px !important;
  }
  .m-md-3 {
    margin: 3px !important;
  }
  .mt-md-3 {
    margin-top: 3px !important;
  }
  .mb-md-3 {
    margin-bottom: 3px !important;
  }
  .ms-md-3 {
    margin-left: 3px !important;
  }
  .me-md-3 {
    margin-right: 3px !important;
  }
  .p-md-3 {
    padding: 3px !important;
  }
  .pt-md-3 {
    padding-top: 3px !important;
  }
  .pb-md-3 {
    padding-bottom: 3px !important;
  }
  .ps-md-3 {
    padding-left: 3px !important;
  }
  .pe-md-3 {
    padding-right: 3px !important;
  }
  .m-md-4 {
    margin: 4px !important;
  }
  .mt-md-4 {
    margin-top: 4px !important;
  }
  .mb-md-4 {
    margin-bottom: 4px !important;
  }
  .ms-md-4 {
    margin-left: 4px !important;
  }
  .me-md-4 {
    margin-right: 4px !important;
  }
  .p-md-4 {
    padding: 4px !important;
  }
  .pt-md-4 {
    padding-top: 4px !important;
  }
  .pb-md-4 {
    padding-bottom: 4px !important;
  }
  .ps-md-4 {
    padding-left: 4px !important;
  }
  .pe-md-4 {
    padding-right: 4px !important;
  }
  .m-md-5 {
    margin: 5px !important;
  }
  .mt-md-5 {
    margin-top: 5px !important;
  }
  .mb-md-5 {
    margin-bottom: 5px !important;
  }
  .ms-md-5 {
    margin-left: 5px !important;
  }
  .me-md-5 {
    margin-right: 5px !important;
  }
  .p-md-5 {
    padding: 5px !important;
  }
  .pt-md-5 {
    padding-top: 5px !important;
  }
  .pb-md-5 {
    padding-bottom: 5px !important;
  }
  .ps-md-5 {
    padding-left: 5px !important;
  }
  .pe-md-5 {
    padding-right: 5px !important;
  }
  .m-md-6 {
    margin: 6px !important;
  }
  .mt-md-6 {
    margin-top: 6px !important;
  }
  .mb-md-6 {
    margin-bottom: 6px !important;
  }
  .ms-md-6 {
    margin-left: 6px !important;
  }
  .me-md-6 {
    margin-right: 6px !important;
  }
  .p-md-6 {
    padding: 6px !important;
  }
  .pt-md-6 {
    padding-top: 6px !important;
  }
  .pb-md-6 {
    padding-bottom: 6px !important;
  }
  .ps-md-6 {
    padding-left: 6px !important;
  }
  .pe-md-6 {
    padding-right: 6px !important;
  }
  .m-md-7 {
    margin: 7px !important;
  }
  .mt-md-7 {
    margin-top: 7px !important;
  }
  .mb-md-7 {
    margin-bottom: 7px !important;
  }
  .ms-md-7 {
    margin-left: 7px !important;
  }
  .me-md-7 {
    margin-right: 7px !important;
  }
  .p-md-7 {
    padding: 7px !important;
  }
  .pt-md-7 {
    padding-top: 7px !important;
  }
  .pb-md-7 {
    padding-bottom: 7px !important;
  }
  .ps-md-7 {
    padding-left: 7px !important;
  }
  .pe-md-7 {
    padding-right: 7px !important;
  }
  .m-md-8 {
    margin: 8px !important;
  }
  .mt-md-8 {
    margin-top: 8px !important;
  }
  .mb-md-8 {
    margin-bottom: 8px !important;
  }
  .ms-md-8 {
    margin-left: 8px !important;
  }
  .me-md-8 {
    margin-right: 8px !important;
  }
  .p-md-8 {
    padding: 8px !important;
  }
  .pt-md-8 {
    padding-top: 8px !important;
  }
  .pb-md-8 {
    padding-bottom: 8px !important;
  }
  .ps-md-8 {
    padding-left: 8px !important;
  }
  .pe-md-8 {
    padding-right: 8px !important;
  }
  .m-md-9 {
    margin: 9px !important;
  }
  .mt-md-9 {
    margin-top: 9px !important;
  }
  .mb-md-9 {
    margin-bottom: 9px !important;
  }
  .ms-md-9 {
    margin-left: 9px !important;
  }
  .me-md-9 {
    margin-right: 9px !important;
  }
  .p-md-9 {
    padding: 9px !important;
  }
  .pt-md-9 {
    padding-top: 9px !important;
  }
  .pb-md-9 {
    padding-bottom: 9px !important;
  }
  .ps-md-9 {
    padding-left: 9px !important;
  }
  .pe-md-9 {
    padding-right: 9px !important;
  }
  .m-md-10 {
    margin: 10px !important;
  }
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .ms-md-10 {
    margin-left: 10px !important;
  }
  .me-md-10 {
    margin-right: 10px !important;
  }
  .p-md-10 {
    padding: 10px !important;
  }
  .pt-md-10 {
    padding-top: 10px !important;
  }
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
  .ps-md-10 {
    padding-left: 10px !important;
  }
  .pe-md-10 {
    padding-right: 10px !important;
  }
  .m-md-15 {
    margin: 15px !important;
  }
  .mt-md-15 {
    margin-top: 15px !important;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .ms-md-15 {
    margin-left: 15px !important;
  }
  .me-md-15 {
    margin-right: 15px !important;
  }
  .p-md-15 {
    padding: 15px !important;
  }
  .pt-md-15 {
    padding-top: 15px !important;
  }
  .pb-md-15 {
    padding-bottom: 15px !important;
  }
  .ps-md-15 {
    padding-left: 15px !important;
  }
  .pe-md-15 {
    padding-right: 15px !important;
  }
  .m-md-20 {
    margin: 20px !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .ms-md-20 {
    margin-left: 20px !important;
  }
  .me-md-20 {
    margin-right: 20px !important;
  }
  .p-md-20 {
    padding: 20px !important;
  }
  .pt-md-20 {
    padding-top: 20px !important;
  }
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
  .ps-md-20 {
    padding-left: 20px !important;
  }
  .pe-md-20 {
    padding-right: 20px !important;
  }
  .m-md-25 {
    margin: 25px !important;
  }
  .mt-md-25 {
    margin-top: 25px !important;
  }
  .mb-md-25 {
    margin-bottom: 25px !important;
  }
  .ms-md-25 {
    margin-left: 25px !important;
  }
  .me-md-25 {
    margin-right: 25px !important;
  }
  .p-md-25 {
    padding: 25px !important;
  }
  .pt-md-25 {
    padding-top: 25px !important;
  }
  .pb-md-25 {
    padding-bottom: 25px !important;
  }
  .ps-md-25 {
    padding-left: 25px !important;
  }
  .pe-md-25 {
    padding-right: 25px !important;
  }
  .m-md-30 {
    margin: 30px !important;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .ms-md-30 {
    margin-left: 30px !important;
  }
  .me-md-30 {
    margin-right: 30px !important;
  }
  .p-md-30 {
    padding: 30px !important;
  }
  .pt-md-30 {
    padding-top: 30px !important;
  }
  .pb-md-30 {
    padding-bottom: 30px !important;
  }
  .ps-md-30 {
    padding-left: 30px !important;
  }
  .pe-md-30 {
    padding-right: 30px !important;
  }
  .m-md-35 {
    margin: 35px !important;
  }
  .mt-md-35 {
    margin-top: 35px !important;
  }
  .mb-md-35 {
    margin-bottom: 35px !important;
  }
  .ms-md-35 {
    margin-left: 35px !important;
  }
  .me-md-35 {
    margin-right: 35px !important;
  }
  .p-md-35 {
    padding: 35px !important;
  }
  .pt-md-35 {
    padding-top: 35px !important;
  }
  .pb-md-35 {
    padding-bottom: 35px !important;
  }
  .ps-md-35 {
    padding-left: 35px !important;
  }
  .pe-md-35 {
    padding-right: 35px !important;
  }
  .m-md-40 {
    margin: 40px !important;
  }
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .ms-md-40 {
    margin-left: 40px !important;
  }
  .me-md-40 {
    margin-right: 40px !important;
  }
  .p-md-40 {
    padding: 40px !important;
  }
  .pt-md-40 {
    padding-top: 40px !important;
  }
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
  .ps-md-40 {
    padding-left: 40px !important;
  }
  .pe-md-40 {
    padding-right: 40px !important;
  }
  .m-md-45 {
    margin: 45px !important;
  }
  .mt-md-45 {
    margin-top: 45px !important;
  }
  .mb-md-45 {
    margin-bottom: 45px !important;
  }
  .ms-md-45 {
    margin-left: 45px !important;
  }
  .me-md-45 {
    margin-right: 45px !important;
  }
  .p-md-45 {
    padding: 45px !important;
  }
  .pt-md-45 {
    padding-top: 45px !important;
  }
  .pb-md-45 {
    padding-bottom: 45px !important;
  }
  .ps-md-45 {
    padding-left: 45px !important;
  }
  .pe-md-45 {
    padding-right: 45px !important;
  }
  .m-md-50 {
    margin: 50px !important;
  }
  .mt-md-50 {
    margin-top: 50px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .ms-md-50 {
    margin-left: 50px !important;
  }
  .me-md-50 {
    margin-right: 50px !important;
  }
  .p-md-50 {
    padding: 50px !important;
  }
  .pt-md-50 {
    padding-top: 50px !important;
  }
  .pb-md-50 {
    padding-bottom: 50px !important;
  }
  .ps-md-50 {
    padding-left: 50px !important;
  }
  .pe-md-50 {
    padding-right: 50px !important;
  }
  .m-md-60 {
    margin: 60px !important;
  }
  .mt-md-60 {
    margin-top: 60px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .ms-md-60 {
    margin-left: 60px !important;
  }
  .me-md-60 {
    margin-right: 60px !important;
  }
  .p-md-60 {
    padding: 60px !important;
  }
  .pt-md-60 {
    padding-top: 60px !important;
  }
  .pb-md-60 {
    padding-bottom: 60px !important;
  }
  .ps-md-60 {
    padding-left: 60px !important;
  }
  .pe-md-60 {
    padding-right: 60px !important;
  }
  .m-md-70 {
    margin: 70px !important;
  }
  .mt-md-70 {
    margin-top: 70px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .ms-md-70 {
    margin-left: 70px !important;
  }
  .me-md-70 {
    margin-right: 70px !important;
  }
  .p-md-70 {
    padding: 70px !important;
  }
  .pt-md-70 {
    padding-top: 70px !important;
  }
  .pb-md-70 {
    padding-bottom: 70px !important;
  }
  .ps-md-70 {
    padding-left: 70px !important;
  }
  .pe-md-70 {
    padding-right: 70px !important;
  }
  .m-md-80 {
    margin: 80px !important;
  }
  .mt-md-80 {
    margin-top: 80px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .ms-md-80 {
    margin-left: 80px !important;
  }
  .me-md-80 {
    margin-right: 80px !important;
  }
  .p-md-80 {
    padding: 80px !important;
  }
  .pt-md-80 {
    padding-top: 80px !important;
  }
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
  .ps-md-80 {
    padding-left: 80px !important;
  }
  .pe-md-80 {
    padding-right: 80px !important;
  }
  .m-md-90 {
    margin: 90px !important;
  }
  .mt-md-90 {
    margin-top: 90px !important;
  }
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  .ms-md-90 {
    margin-left: 90px !important;
  }
  .me-md-90 {
    margin-right: 90px !important;
  }
  .p-md-90 {
    padding: 90px !important;
  }
  .pt-md-90 {
    padding-top: 90px !important;
  }
  .pb-md-90 {
    padding-bottom: 90px !important;
  }
  .ps-md-90 {
    padding-left: 90px !important;
  }
  .pe-md-90 {
    padding-right: 90px !important;
  }
  .m-md-100 {
    margin: 100px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .ms-md-100 {
    margin-left: 100px !important;
  }
  .me-md-100 {
    margin-right: 100px !important;
  }
  .p-md-100 {
    padding: 100px !important;
  }
  .pt-md-100 {
    padding-top: 100px !important;
  }
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
  .ps-md-100 {
    padding-left: 100px !important;
  }
  .pe-md-100 {
    padding-right: 100px !important;
  }
  .m-md-120 {
    margin: 120px !important;
  }
  .mt-md-120 {
    margin-top: 120px !important;
  }
  .mb-md-120 {
    margin-bottom: 120px !important;
  }
  .ms-md-120 {
    margin-left: 120px !important;
  }
  .me-md-120 {
    margin-right: 120px !important;
  }
  .p-md-120 {
    padding: 120px !important;
  }
  .pt-md-120 {
    padding-top: 120px !important;
  }
  .pb-md-120 {
    padding-bottom: 120px !important;
  }
  .ps-md-120 {
    padding-left: 120px !important;
  }
  .pe-md-120 {
    padding-right: 120px !important;
  }
  .m-md-140 {
    margin: 140px !important;
  }
  .mt-md-140 {
    margin-top: 140px !important;
  }
  .mb-md-140 {
    margin-bottom: 140px !important;
  }
  .ms-md-140 {
    margin-left: 140px !important;
  }
  .me-md-140 {
    margin-right: 140px !important;
  }
  .p-md-140 {
    padding: 140px !important;
  }
  .pt-md-140 {
    padding-top: 140px !important;
  }
  .pb-md-140 {
    padding-bottom: 140px !important;
  }
  .ps-md-140 {
    padding-left: 140px !important;
  }
  .pe-md-140 {
    padding-right: 140px !important;
  }
  .m-md-160 {
    margin: 160px !important;
  }
  .mt-md-160 {
    margin-top: 160px !important;
  }
  .mb-md-160 {
    margin-bottom: 160px !important;
  }
  .ms-md-160 {
    margin-left: 160px !important;
  }
  .me-md-160 {
    margin-right: 160px !important;
  }
  .p-md-160 {
    padding: 160px !important;
  }
  .pt-md-160 {
    padding-top: 160px !important;
  }
  .pb-md-160 {
    padding-bottom: 160px !important;
  }
  .ps-md-160 {
    padding-left: 160px !important;
  }
  .pe-md-160 {
    padding-right: 160px !important;
  }
  .m-md-180 {
    margin: 180px !important;
  }
  .mt-md-180 {
    margin-top: 180px !important;
  }
  .mb-md-180 {
    margin-bottom: 180px !important;
  }
  .ms-md-180 {
    margin-left: 180px !important;
  }
  .me-md-180 {
    margin-right: 180px !important;
  }
  .p-md-180 {
    padding: 180px !important;
  }
  .pt-md-180 {
    padding-top: 180px !important;
  }
  .pb-md-180 {
    padding-bottom: 180px !important;
  }
  .ps-md-180 {
    padding-left: 180px !important;
  }
  .pe-md-180 {
    padding-right: 180px !important;
  }
  .m-md-200 {
    margin: 200px !important;
  }
  .mt-md-200 {
    margin-top: 200px !important;
  }
  .mb-md-200 {
    margin-bottom: 200px !important;
  }
  .ms-md-200 {
    margin-left: 200px !important;
  }
  .me-md-200 {
    margin-right: 200px !important;
  }
  .p-md-200 {
    padding: 200px !important;
  }
  .pt-md-200 {
    padding-top: 200px !important;
  }
  .pb-md-200 {
    padding-bottom: 200px !important;
  }
  .ps-md-200 {
    padding-left: 200px !important;
  }
  .pe-md-200 {
    padding-right: 200px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-1 {
    margin: 1px !important;
  }
  .mt-lg-1 {
    margin-top: 1px !important;
  }
  .mb-lg-1 {
    margin-bottom: 1px !important;
  }
  .ms-lg-1 {
    margin-left: 1px !important;
  }
  .me-lg-1 {
    margin-right: 1px !important;
  }
  .p-lg-1 {
    padding: 1px !important;
  }
  .pt-lg-1 {
    padding-top: 1px !important;
  }
  .pb-lg-1 {
    padding-bottom: 1px !important;
  }
  .ps-lg-1 {
    padding-left: 1px !important;
  }
  .pe-lg-1 {
    padding-right: 1px !important;
  }
  .m-lg-2 {
    margin: 2px !important;
  }
  .mt-lg-2 {
    margin-top: 2px !important;
  }
  .mb-lg-2 {
    margin-bottom: 2px !important;
  }
  .ms-lg-2 {
    margin-left: 2px !important;
  }
  .me-lg-2 {
    margin-right: 2px !important;
  }
  .p-lg-2 {
    padding: 2px !important;
  }
  .pt-lg-2 {
    padding-top: 2px !important;
  }
  .pb-lg-2 {
    padding-bottom: 2px !important;
  }
  .ps-lg-2 {
    padding-left: 2px !important;
  }
  .pe-lg-2 {
    padding-right: 2px !important;
  }
  .m-lg-3 {
    margin: 3px !important;
  }
  .mt-lg-3 {
    margin-top: 3px !important;
  }
  .mb-lg-3 {
    margin-bottom: 3px !important;
  }
  .ms-lg-3 {
    margin-left: 3px !important;
  }
  .me-lg-3 {
    margin-right: 3px !important;
  }
  .p-lg-3 {
    padding: 3px !important;
  }
  .pt-lg-3 {
    padding-top: 3px !important;
  }
  .pb-lg-3 {
    padding-bottom: 3px !important;
  }
  .ps-lg-3 {
    padding-left: 3px !important;
  }
  .pe-lg-3 {
    padding-right: 3px !important;
  }
  .m-lg-4 {
    margin: 4px !important;
  }
  .mt-lg-4 {
    margin-top: 4px !important;
  }
  .mb-lg-4 {
    margin-bottom: 4px !important;
  }
  .ms-lg-4 {
    margin-left: 4px !important;
  }
  .me-lg-4 {
    margin-right: 4px !important;
  }
  .p-lg-4 {
    padding: 4px !important;
  }
  .pt-lg-4 {
    padding-top: 4px !important;
  }
  .pb-lg-4 {
    padding-bottom: 4px !important;
  }
  .ps-lg-4 {
    padding-left: 4px !important;
  }
  .pe-lg-4 {
    padding-right: 4px !important;
  }
  .m-lg-5 {
    margin: 5px !important;
  }
  .mt-lg-5 {
    margin-top: 5px !important;
  }
  .mb-lg-5 {
    margin-bottom: 5px !important;
  }
  .ms-lg-5 {
    margin-left: 5px !important;
  }
  .me-lg-5 {
    margin-right: 5px !important;
  }
  .p-lg-5 {
    padding: 5px !important;
  }
  .pt-lg-5 {
    padding-top: 5px !important;
  }
  .pb-lg-5 {
    padding-bottom: 5px !important;
  }
  .ps-lg-5 {
    padding-left: 5px !important;
  }
  .pe-lg-5 {
    padding-right: 5px !important;
  }
  .m-lg-6 {
    margin: 6px !important;
  }
  .mt-lg-6 {
    margin-top: 6px !important;
  }
  .mb-lg-6 {
    margin-bottom: 6px !important;
  }
  .ms-lg-6 {
    margin-left: 6px !important;
  }
  .me-lg-6 {
    margin-right: 6px !important;
  }
  .p-lg-6 {
    padding: 6px !important;
  }
  .pt-lg-6 {
    padding-top: 6px !important;
  }
  .pb-lg-6 {
    padding-bottom: 6px !important;
  }
  .ps-lg-6 {
    padding-left: 6px !important;
  }
  .pe-lg-6 {
    padding-right: 6px !important;
  }
  .m-lg-7 {
    margin: 7px !important;
  }
  .mt-lg-7 {
    margin-top: 7px !important;
  }
  .mb-lg-7 {
    margin-bottom: 7px !important;
  }
  .ms-lg-7 {
    margin-left: 7px !important;
  }
  .me-lg-7 {
    margin-right: 7px !important;
  }
  .p-lg-7 {
    padding: 7px !important;
  }
  .pt-lg-7 {
    padding-top: 7px !important;
  }
  .pb-lg-7 {
    padding-bottom: 7px !important;
  }
  .ps-lg-7 {
    padding-left: 7px !important;
  }
  .pe-lg-7 {
    padding-right: 7px !important;
  }
  .m-lg-8 {
    margin: 8px !important;
  }
  .mt-lg-8 {
    margin-top: 8px !important;
  }
  .mb-lg-8 {
    margin-bottom: 8px !important;
  }
  .ms-lg-8 {
    margin-left: 8px !important;
  }
  .me-lg-8 {
    margin-right: 8px !important;
  }
  .p-lg-8 {
    padding: 8px !important;
  }
  .pt-lg-8 {
    padding-top: 8px !important;
  }
  .pb-lg-8 {
    padding-bottom: 8px !important;
  }
  .ps-lg-8 {
    padding-left: 8px !important;
  }
  .pe-lg-8 {
    padding-right: 8px !important;
  }
  .m-lg-9 {
    margin: 9px !important;
  }
  .mt-lg-9 {
    margin-top: 9px !important;
  }
  .mb-lg-9 {
    margin-bottom: 9px !important;
  }
  .ms-lg-9 {
    margin-left: 9px !important;
  }
  .me-lg-9 {
    margin-right: 9px !important;
  }
  .p-lg-9 {
    padding: 9px !important;
  }
  .pt-lg-9 {
    padding-top: 9px !important;
  }
  .pb-lg-9 {
    padding-bottom: 9px !important;
  }
  .ps-lg-9 {
    padding-left: 9px !important;
  }
  .pe-lg-9 {
    padding-right: 9px !important;
  }
  .m-lg-10 {
    margin: 10px !important;
  }
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .ms-lg-10 {
    margin-left: 10px !important;
  }
  .me-lg-10 {
    margin-right: 10px !important;
  }
  .p-lg-10 {
    padding: 10px !important;
  }
  .pt-lg-10 {
    padding-top: 10px !important;
  }
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }
  .ps-lg-10 {
    padding-left: 10px !important;
  }
  .pe-lg-10 {
    padding-right: 10px !important;
  }
  .m-lg-15 {
    margin: 15px !important;
  }
  .mt-lg-15 {
    margin-top: 15px !important;
  }
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
  .ms-lg-15 {
    margin-left: 15px !important;
  }
  .me-lg-15 {
    margin-right: 15px !important;
  }
  .p-lg-15 {
    padding: 15px !important;
  }
  .pt-lg-15 {
    padding-top: 15px !important;
  }
  .pb-lg-15 {
    padding-bottom: 15px !important;
  }
  .ps-lg-15 {
    padding-left: 15px !important;
  }
  .pe-lg-15 {
    padding-right: 15px !important;
  }
  .m-lg-20 {
    margin: 20px !important;
  }
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .ms-lg-20 {
    margin-left: 20px !important;
  }
  .me-lg-20 {
    margin-right: 20px !important;
  }
  .p-lg-20 {
    padding: 20px !important;
  }
  .pt-lg-20 {
    padding-top: 20px !important;
  }
  .pb-lg-20 {
    padding-bottom: 20px !important;
  }
  .ps-lg-20 {
    padding-left: 20px !important;
  }
  .pe-lg-20 {
    padding-right: 20px !important;
  }
  .m-lg-25 {
    margin: 25px !important;
  }
  .mt-lg-25 {
    margin-top: 25px !important;
  }
  .mb-lg-25 {
    margin-bottom: 25px !important;
  }
  .ms-lg-25 {
    margin-left: 25px !important;
  }
  .me-lg-25 {
    margin-right: 25px !important;
  }
  .p-lg-25 {
    padding: 25px !important;
  }
  .pt-lg-25 {
    padding-top: 25px !important;
  }
  .pb-lg-25 {
    padding-bottom: 25px !important;
  }
  .ps-lg-25 {
    padding-left: 25px !important;
  }
  .pe-lg-25 {
    padding-right: 25px !important;
  }
  .m-lg-30 {
    margin: 30px !important;
  }
  .mt-lg-30 {
    margin-top: 30px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .ms-lg-30 {
    margin-left: 30px !important;
  }
  .me-lg-30 {
    margin-right: 30px !important;
  }
  .p-lg-30 {
    padding: 30px !important;
  }
  .pt-lg-30 {
    padding-top: 30px !important;
  }
  .pb-lg-30 {
    padding-bottom: 30px !important;
  }
  .ps-lg-30 {
    padding-left: 30px !important;
  }
  .pe-lg-30 {
    padding-right: 30px !important;
  }
  .m-lg-35 {
    margin: 35px !important;
  }
  .mt-lg-35 {
    margin-top: 35px !important;
  }
  .mb-lg-35 {
    margin-bottom: 35px !important;
  }
  .ms-lg-35 {
    margin-left: 35px !important;
  }
  .me-lg-35 {
    margin-right: 35px !important;
  }
  .p-lg-35 {
    padding: 35px !important;
  }
  .pt-lg-35 {
    padding-top: 35px !important;
  }
  .pb-lg-35 {
    padding-bottom: 35px !important;
  }
  .ps-lg-35 {
    padding-left: 35px !important;
  }
  .pe-lg-35 {
    padding-right: 35px !important;
  }
  .m-lg-40 {
    margin: 40px !important;
  }
  .mt-lg-40 {
    margin-top: 40px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .ms-lg-40 {
    margin-left: 40px !important;
  }
  .me-lg-40 {
    margin-right: 40px !important;
  }
  .p-lg-40 {
    padding: 40px !important;
  }
  .pt-lg-40 {
    padding-top: 40px !important;
  }
  .pb-lg-40 {
    padding-bottom: 40px !important;
  }
  .ps-lg-40 {
    padding-left: 40px !important;
  }
  .pe-lg-40 {
    padding-right: 40px !important;
  }
  .m-lg-45 {
    margin: 45px !important;
  }
  .mt-lg-45 {
    margin-top: 45px !important;
  }
  .mb-lg-45 {
    margin-bottom: 45px !important;
  }
  .ms-lg-45 {
    margin-left: 45px !important;
  }
  .me-lg-45 {
    margin-right: 45px !important;
  }
  .p-lg-45 {
    padding: 45px !important;
  }
  .pt-lg-45 {
    padding-top: 45px !important;
  }
  .pb-lg-45 {
    padding-bottom: 45px !important;
  }
  .ps-lg-45 {
    padding-left: 45px !important;
  }
  .pe-lg-45 {
    padding-right: 45px !important;
  }
  .m-lg-50 {
    margin: 50px !important;
  }
  .mt-lg-50 {
    margin-top: 50px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .ms-lg-50 {
    margin-left: 50px !important;
  }
  .me-lg-50 {
    margin-right: 50px !important;
  }
  .p-lg-50 {
    padding: 50px !important;
  }
  .pt-lg-50 {
    padding-top: 50px !important;
  }
  .pb-lg-50 {
    padding-bottom: 50px !important;
  }
  .ps-lg-50 {
    padding-left: 50px !important;
  }
  .pe-lg-50 {
    padding-right: 50px !important;
  }
  .m-lg-60 {
    margin: 60px !important;
  }
  .mt-lg-60 {
    margin-top: 60px !important;
  }
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .ms-lg-60 {
    margin-left: 60px !important;
  }
  .me-lg-60 {
    margin-right: 60px !important;
  }
  .p-lg-60 {
    padding: 60px !important;
  }
  .pt-lg-60 {
    padding-top: 60px !important;
  }
  .pb-lg-60 {
    padding-bottom: 60px !important;
  }
  .ps-lg-60 {
    padding-left: 60px !important;
  }
  .pe-lg-60 {
    padding-right: 60px !important;
  }
  .m-lg-70 {
    margin: 70px !important;
  }
  .mt-lg-70 {
    margin-top: 70px !important;
  }
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
  .ms-lg-70 {
    margin-left: 70px !important;
  }
  .me-lg-70 {
    margin-right: 70px !important;
  }
  .p-lg-70 {
    padding: 70px !important;
  }
  .pt-lg-70 {
    padding-top: 70px !important;
  }
  .pb-lg-70 {
    padding-bottom: 70px !important;
  }
  .ps-lg-70 {
    padding-left: 70px !important;
  }
  .pe-lg-70 {
    padding-right: 70px !important;
  }
  .m-lg-80 {
    margin: 80px !important;
  }
  .mt-lg-80 {
    margin-top: 80px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .ms-lg-80 {
    margin-left: 80px !important;
  }
  .me-lg-80 {
    margin-right: 80px !important;
  }
  .p-lg-80 {
    padding: 80px !important;
  }
  .pt-lg-80 {
    padding-top: 80px !important;
  }
  .pb-lg-80 {
    padding-bottom: 80px !important;
  }
  .ps-lg-80 {
    padding-left: 80px !important;
  }
  .pe-lg-80 {
    padding-right: 80px !important;
  }
  .m-lg-90 {
    margin: 90px !important;
  }
  .mt-lg-90 {
    margin-top: 90px !important;
  }
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
  .ms-lg-90 {
    margin-left: 90px !important;
  }
  .me-lg-90 {
    margin-right: 90px !important;
  }
  .p-lg-90 {
    padding: 90px !important;
  }
  .pt-lg-90 {
    padding-top: 90px !important;
  }
  .pb-lg-90 {
    padding-bottom: 90px !important;
  }
  .ps-lg-90 {
    padding-left: 90px !important;
  }
  .pe-lg-90 {
    padding-right: 90px !important;
  }
  .m-lg-100 {
    margin: 100px !important;
  }
  .mt-lg-100 {
    margin-top: 100px !important;
  }
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  .ms-lg-100 {
    margin-left: 100px !important;
  }
  .me-lg-100 {
    margin-right: 100px !important;
  }
  .p-lg-100 {
    padding: 100px !important;
  }
  .pt-lg-100 {
    padding-top: 100px !important;
  }
  .pb-lg-100 {
    padding-bottom: 100px !important;
  }
  .ps-lg-100 {
    padding-left: 100px !important;
  }
  .pe-lg-100 {
    padding-right: 100px !important;
  }
  .m-lg-120 {
    margin: 120px !important;
  }
  .mt-lg-120 {
    margin-top: 120px !important;
  }
  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
  .ms-lg-120 {
    margin-left: 120px !important;
  }
  .me-lg-120 {
    margin-right: 120px !important;
  }
  .p-lg-120 {
    padding: 120px !important;
  }
  .pt-lg-120 {
    padding-top: 120px !important;
  }
  .pb-lg-120 {
    padding-bottom: 120px !important;
  }
  .ps-lg-120 {
    padding-left: 120px !important;
  }
  .pe-lg-120 {
    padding-right: 120px !important;
  }
  .m-lg-140 {
    margin: 140px !important;
  }
  .mt-lg-140 {
    margin-top: 140px !important;
  }
  .mb-lg-140 {
    margin-bottom: 140px !important;
  }
  .ms-lg-140 {
    margin-left: 140px !important;
  }
  .me-lg-140 {
    margin-right: 140px !important;
  }
  .p-lg-140 {
    padding: 140px !important;
  }
  .pt-lg-140 {
    padding-top: 140px !important;
  }
  .pb-lg-140 {
    padding-bottom: 140px !important;
  }
  .ps-lg-140 {
    padding-left: 140px !important;
  }
  .pe-lg-140 {
    padding-right: 140px !important;
  }
  .m-lg-160 {
    margin: 160px !important;
  }
  .mt-lg-160 {
    margin-top: 160px !important;
  }
  .mb-lg-160 {
    margin-bottom: 160px !important;
  }
  .ms-lg-160 {
    margin-left: 160px !important;
  }
  .me-lg-160 {
    margin-right: 160px !important;
  }
  .p-lg-160 {
    padding: 160px !important;
  }
  .pt-lg-160 {
    padding-top: 160px !important;
  }
  .pb-lg-160 {
    padding-bottom: 160px !important;
  }
  .ps-lg-160 {
    padding-left: 160px !important;
  }
  .pe-lg-160 {
    padding-right: 160px !important;
  }
  .m-lg-180 {
    margin: 180px !important;
  }
  .mt-lg-180 {
    margin-top: 180px !important;
  }
  .mb-lg-180 {
    margin-bottom: 180px !important;
  }
  .ms-lg-180 {
    margin-left: 180px !important;
  }
  .me-lg-180 {
    margin-right: 180px !important;
  }
  .p-lg-180 {
    padding: 180px !important;
  }
  .pt-lg-180 {
    padding-top: 180px !important;
  }
  .pb-lg-180 {
    padding-bottom: 180px !important;
  }
  .ps-lg-180 {
    padding-left: 180px !important;
  }
  .pe-lg-180 {
    padding-right: 180px !important;
  }
  .m-lg-200 {
    margin: 200px !important;
  }
  .mt-lg-200 {
    margin-top: 200px !important;
  }
  .mb-lg-200 {
    margin-bottom: 200px !important;
  }
  .ms-lg-200 {
    margin-left: 200px !important;
  }
  .me-lg-200 {
    margin-right: 200px !important;
  }
  .p-lg-200 {
    padding: 200px !important;
  }
  .pt-lg-200 {
    padding-top: 200px !important;
  }
  .pb-lg-200 {
    padding-bottom: 200px !important;
  }
  .ps-lg-200 {
    padding-left: 200px !important;
  }
  .pe-lg-200 {
    padding-right: 200px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-1 {
    margin: 1px !important;
  }
  .mt-xl-1 {
    margin-top: 1px !important;
  }
  .mb-xl-1 {
    margin-bottom: 1px !important;
  }
  .ms-xl-1 {
    margin-left: 1px !important;
  }
  .me-xl-1 {
    margin-right: 1px !important;
  }
  .p-xl-1 {
    padding: 1px !important;
  }
  .pt-xl-1 {
    padding-top: 1px !important;
  }
  .pb-xl-1 {
    padding-bottom: 1px !important;
  }
  .ps-xl-1 {
    padding-left: 1px !important;
  }
  .pe-xl-1 {
    padding-right: 1px !important;
  }
  .m-xl-2 {
    margin: 2px !important;
  }
  .mt-xl-2 {
    margin-top: 2px !important;
  }
  .mb-xl-2 {
    margin-bottom: 2px !important;
  }
  .ms-xl-2 {
    margin-left: 2px !important;
  }
  .me-xl-2 {
    margin-right: 2px !important;
  }
  .p-xl-2 {
    padding: 2px !important;
  }
  .pt-xl-2 {
    padding-top: 2px !important;
  }
  .pb-xl-2 {
    padding-bottom: 2px !important;
  }
  .ps-xl-2 {
    padding-left: 2px !important;
  }
  .pe-xl-2 {
    padding-right: 2px !important;
  }
  .m-xl-3 {
    margin: 3px !important;
  }
  .mt-xl-3 {
    margin-top: 3px !important;
  }
  .mb-xl-3 {
    margin-bottom: 3px !important;
  }
  .ms-xl-3 {
    margin-left: 3px !important;
  }
  .me-xl-3 {
    margin-right: 3px !important;
  }
  .p-xl-3 {
    padding: 3px !important;
  }
  .pt-xl-3 {
    padding-top: 3px !important;
  }
  .pb-xl-3 {
    padding-bottom: 3px !important;
  }
  .ps-xl-3 {
    padding-left: 3px !important;
  }
  .pe-xl-3 {
    padding-right: 3px !important;
  }
  .m-xl-4 {
    margin: 4px !important;
  }
  .mt-xl-4 {
    margin-top: 4px !important;
  }
  .mb-xl-4 {
    margin-bottom: 4px !important;
  }
  .ms-xl-4 {
    margin-left: 4px !important;
  }
  .me-xl-4 {
    margin-right: 4px !important;
  }
  .p-xl-4 {
    padding: 4px !important;
  }
  .pt-xl-4 {
    padding-top: 4px !important;
  }
  .pb-xl-4 {
    padding-bottom: 4px !important;
  }
  .ps-xl-4 {
    padding-left: 4px !important;
  }
  .pe-xl-4 {
    padding-right: 4px !important;
  }
  .m-xl-5 {
    margin: 5px !important;
  }
  .mt-xl-5 {
    margin-top: 5px !important;
  }
  .mb-xl-5 {
    margin-bottom: 5px !important;
  }
  .ms-xl-5 {
    margin-left: 5px !important;
  }
  .me-xl-5 {
    margin-right: 5px !important;
  }
  .p-xl-5 {
    padding: 5px !important;
  }
  .pt-xl-5 {
    padding-top: 5px !important;
  }
  .pb-xl-5 {
    padding-bottom: 5px !important;
  }
  .ps-xl-5 {
    padding-left: 5px !important;
  }
  .pe-xl-5 {
    padding-right: 5px !important;
  }
  .m-xl-6 {
    margin: 6px !important;
  }
  .mt-xl-6 {
    margin-top: 6px !important;
  }
  .mb-xl-6 {
    margin-bottom: 6px !important;
  }
  .ms-xl-6 {
    margin-left: 6px !important;
  }
  .me-xl-6 {
    margin-right: 6px !important;
  }
  .p-xl-6 {
    padding: 6px !important;
  }
  .pt-xl-6 {
    padding-top: 6px !important;
  }
  .pb-xl-6 {
    padding-bottom: 6px !important;
  }
  .ps-xl-6 {
    padding-left: 6px !important;
  }
  .pe-xl-6 {
    padding-right: 6px !important;
  }
  .m-xl-7 {
    margin: 7px !important;
  }
  .mt-xl-7 {
    margin-top: 7px !important;
  }
  .mb-xl-7 {
    margin-bottom: 7px !important;
  }
  .ms-xl-7 {
    margin-left: 7px !important;
  }
  .me-xl-7 {
    margin-right: 7px !important;
  }
  .p-xl-7 {
    padding: 7px !important;
  }
  .pt-xl-7 {
    padding-top: 7px !important;
  }
  .pb-xl-7 {
    padding-bottom: 7px !important;
  }
  .ps-xl-7 {
    padding-left: 7px !important;
  }
  .pe-xl-7 {
    padding-right: 7px !important;
  }
  .m-xl-8 {
    margin: 8px !important;
  }
  .mt-xl-8 {
    margin-top: 8px !important;
  }
  .mb-xl-8 {
    margin-bottom: 8px !important;
  }
  .ms-xl-8 {
    margin-left: 8px !important;
  }
  .me-xl-8 {
    margin-right: 8px !important;
  }
  .p-xl-8 {
    padding: 8px !important;
  }
  .pt-xl-8 {
    padding-top: 8px !important;
  }
  .pb-xl-8 {
    padding-bottom: 8px !important;
  }
  .ps-xl-8 {
    padding-left: 8px !important;
  }
  .pe-xl-8 {
    padding-right: 8px !important;
  }
  .m-xl-9 {
    margin: 9px !important;
  }
  .mt-xl-9 {
    margin-top: 9px !important;
  }
  .mb-xl-9 {
    margin-bottom: 9px !important;
  }
  .ms-xl-9 {
    margin-left: 9px !important;
  }
  .me-xl-9 {
    margin-right: 9px !important;
  }
  .p-xl-9 {
    padding: 9px !important;
  }
  .pt-xl-9 {
    padding-top: 9px !important;
  }
  .pb-xl-9 {
    padding-bottom: 9px !important;
  }
  .ps-xl-9 {
    padding-left: 9px !important;
  }
  .pe-xl-9 {
    padding-right: 9px !important;
  }
  .m-xl-10 {
    margin: 10px !important;
  }
  .mt-xl-10 {
    margin-top: 10px !important;
  }
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  .ms-xl-10 {
    margin-left: 10px !important;
  }
  .me-xl-10 {
    margin-right: 10px !important;
  }
  .p-xl-10 {
    padding: 10px !important;
  }
  .pt-xl-10 {
    padding-top: 10px !important;
  }
  .pb-xl-10 {
    padding-bottom: 10px !important;
  }
  .ps-xl-10 {
    padding-left: 10px !important;
  }
  .pe-xl-10 {
    padding-right: 10px !important;
  }
  .m-xl-15 {
    margin: 15px !important;
  }
  .mt-xl-15 {
    margin-top: 15px !important;
  }
  .mb-xl-15 {
    margin-bottom: 15px !important;
  }
  .ms-xl-15 {
    margin-left: 15px !important;
  }
  .me-xl-15 {
    margin-right: 15px !important;
  }
  .p-xl-15 {
    padding: 15px !important;
  }
  .pt-xl-15 {
    padding-top: 15px !important;
  }
  .pb-xl-15 {
    padding-bottom: 15px !important;
  }
  .ps-xl-15 {
    padding-left: 15px !important;
  }
  .pe-xl-15 {
    padding-right: 15px !important;
  }
  .m-xl-20 {
    margin: 20px !important;
  }
  .mt-xl-20 {
    margin-top: 20px !important;
  }
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .ms-xl-20 {
    margin-left: 20px !important;
  }
  .me-xl-20 {
    margin-right: 20px !important;
  }
  .p-xl-20 {
    padding: 20px !important;
  }
  .pt-xl-20 {
    padding-top: 20px !important;
  }
  .pb-xl-20 {
    padding-bottom: 20px !important;
  }
  .ps-xl-20 {
    padding-left: 20px !important;
  }
  .pe-xl-20 {
    padding-right: 20px !important;
  }
  .m-xl-25 {
    margin: 25px !important;
  }
  .mt-xl-25 {
    margin-top: 25px !important;
  }
  .mb-xl-25 {
    margin-bottom: 25px !important;
  }
  .ms-xl-25 {
    margin-left: 25px !important;
  }
  .me-xl-25 {
    margin-right: 25px !important;
  }
  .p-xl-25 {
    padding: 25px !important;
  }
  .pt-xl-25 {
    padding-top: 25px !important;
  }
  .pb-xl-25 {
    padding-bottom: 25px !important;
  }
  .ps-xl-25 {
    padding-left: 25px !important;
  }
  .pe-xl-25 {
    padding-right: 25px !important;
  }
  .m-xl-30 {
    margin: 30px !important;
  }
  .mt-xl-30 {
    margin-top: 30px !important;
  }
  .mb-xl-30 {
    margin-bottom: 30px !important;
  }
  .ms-xl-30 {
    margin-left: 30px !important;
  }
  .me-xl-30 {
    margin-right: 30px !important;
  }
  .p-xl-30 {
    padding: 30px !important;
  }
  .pt-xl-30 {
    padding-top: 30px !important;
  }
  .pb-xl-30 {
    padding-bottom: 30px !important;
  }
  .ps-xl-30 {
    padding-left: 30px !important;
  }
  .pe-xl-30 {
    padding-right: 30px !important;
  }
  .m-xl-35 {
    margin: 35px !important;
  }
  .mt-xl-35 {
    margin-top: 35px !important;
  }
  .mb-xl-35 {
    margin-bottom: 35px !important;
  }
  .ms-xl-35 {
    margin-left: 35px !important;
  }
  .me-xl-35 {
    margin-right: 35px !important;
  }
  .p-xl-35 {
    padding: 35px !important;
  }
  .pt-xl-35 {
    padding-top: 35px !important;
  }
  .pb-xl-35 {
    padding-bottom: 35px !important;
  }
  .ps-xl-35 {
    padding-left: 35px !important;
  }
  .pe-xl-35 {
    padding-right: 35px !important;
  }
  .m-xl-40 {
    margin: 40px !important;
  }
  .mt-xl-40 {
    margin-top: 40px !important;
  }
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  .ms-xl-40 {
    margin-left: 40px !important;
  }
  .me-xl-40 {
    margin-right: 40px !important;
  }
  .p-xl-40 {
    padding: 40px !important;
  }
  .pt-xl-40 {
    padding-top: 40px !important;
  }
  .pb-xl-40 {
    padding-bottom: 40px !important;
  }
  .ps-xl-40 {
    padding-left: 40px !important;
  }
  .pe-xl-40 {
    padding-right: 40px !important;
  }
  .m-xl-45 {
    margin: 45px !important;
  }
  .mt-xl-45 {
    margin-top: 45px !important;
  }
  .mb-xl-45 {
    margin-bottom: 45px !important;
  }
  .ms-xl-45 {
    margin-left: 45px !important;
  }
  .me-xl-45 {
    margin-right: 45px !important;
  }
  .p-xl-45 {
    padding: 45px !important;
  }
  .pt-xl-45 {
    padding-top: 45px !important;
  }
  .pb-xl-45 {
    padding-bottom: 45px !important;
  }
  .ps-xl-45 {
    padding-left: 45px !important;
  }
  .pe-xl-45 {
    padding-right: 45px !important;
  }
  .m-xl-50 {
    margin: 50px !important;
  }
  .mt-xl-50 {
    margin-top: 50px !important;
  }
  .mb-xl-50 {
    margin-bottom: 50px !important;
  }
  .ms-xl-50 {
    margin-left: 50px !important;
  }
  .me-xl-50 {
    margin-right: 50px !important;
  }
  .p-xl-50 {
    padding: 50px !important;
  }
  .pt-xl-50 {
    padding-top: 50px !important;
  }
  .pb-xl-50 {
    padding-bottom: 50px !important;
  }
  .ps-xl-50 {
    padding-left: 50px !important;
  }
  .pe-xl-50 {
    padding-right: 50px !important;
  }
  .m-xl-60 {
    margin: 60px !important;
  }
  .mt-xl-60 {
    margin-top: 60px !important;
  }
  .mb-xl-60 {
    margin-bottom: 60px !important;
  }
  .ms-xl-60 {
    margin-left: 60px !important;
  }
  .me-xl-60 {
    margin-right: 60px !important;
  }
  .p-xl-60 {
    padding: 60px !important;
  }
  .pt-xl-60 {
    padding-top: 60px !important;
  }
  .pb-xl-60 {
    padding-bottom: 60px !important;
  }
  .ps-xl-60 {
    padding-left: 60px !important;
  }
  .pe-xl-60 {
    padding-right: 60px !important;
  }
  .m-xl-70 {
    margin: 70px !important;
  }
  .mt-xl-70 {
    margin-top: 70px !important;
  }
  .mb-xl-70 {
    margin-bottom: 70px !important;
  }
  .ms-xl-70 {
    margin-left: 70px !important;
  }
  .me-xl-70 {
    margin-right: 70px !important;
  }
  .p-xl-70 {
    padding: 70px !important;
  }
  .pt-xl-70 {
    padding-top: 70px !important;
  }
  .pb-xl-70 {
    padding-bottom: 70px !important;
  }
  .ps-xl-70 {
    padding-left: 70px !important;
  }
  .pe-xl-70 {
    padding-right: 70px !important;
  }
  .m-xl-80 {
    margin: 80px !important;
  }
  .mt-xl-80 {
    margin-top: 80px !important;
  }
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
  .ms-xl-80 {
    margin-left: 80px !important;
  }
  .me-xl-80 {
    margin-right: 80px !important;
  }
  .p-xl-80 {
    padding: 80px !important;
  }
  .pt-xl-80 {
    padding-top: 80px !important;
  }
  .pb-xl-80 {
    padding-bottom: 80px !important;
  }
  .ps-xl-80 {
    padding-left: 80px !important;
  }
  .pe-xl-80 {
    padding-right: 80px !important;
  }
  .m-xl-90 {
    margin: 90px !important;
  }
  .mt-xl-90 {
    margin-top: 90px !important;
  }
  .mb-xl-90 {
    margin-bottom: 90px !important;
  }
  .ms-xl-90 {
    margin-left: 90px !important;
  }
  .me-xl-90 {
    margin-right: 90px !important;
  }
  .p-xl-90 {
    padding: 90px !important;
  }
  .pt-xl-90 {
    padding-top: 90px !important;
  }
  .pb-xl-90 {
    padding-bottom: 90px !important;
  }
  .ps-xl-90 {
    padding-left: 90px !important;
  }
  .pe-xl-90 {
    padding-right: 90px !important;
  }
  .m-xl-100 {
    margin: 100px !important;
  }
  .mt-xl-100 {
    margin-top: 100px !important;
  }
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }
  .ms-xl-100 {
    margin-left: 100px !important;
  }
  .me-xl-100 {
    margin-right: 100px !important;
  }
  .p-xl-100 {
    padding: 100px !important;
  }
  .pt-xl-100 {
    padding-top: 100px !important;
  }
  .pb-xl-100 {
    padding-bottom: 100px !important;
  }
  .ps-xl-100 {
    padding-left: 100px !important;
  }
  .pe-xl-100 {
    padding-right: 100px !important;
  }
  .m-xl-120 {
    margin: 120px !important;
  }
  .mt-xl-120 {
    margin-top: 120px !important;
  }
  .mb-xl-120 {
    margin-bottom: 120px !important;
  }
  .ms-xl-120 {
    margin-left: 120px !important;
  }
  .me-xl-120 {
    margin-right: 120px !important;
  }
  .p-xl-120 {
    padding: 120px !important;
  }
  .pt-xl-120 {
    padding-top: 120px !important;
  }
  .pb-xl-120 {
    padding-bottom: 120px !important;
  }
  .ps-xl-120 {
    padding-left: 120px !important;
  }
  .pe-xl-120 {
    padding-right: 120px !important;
  }
  .m-xl-140 {
    margin: 140px !important;
  }
  .mt-xl-140 {
    margin-top: 140px !important;
  }
  .mb-xl-140 {
    margin-bottom: 140px !important;
  }
  .ms-xl-140 {
    margin-left: 140px !important;
  }
  .me-xl-140 {
    margin-right: 140px !important;
  }
  .p-xl-140 {
    padding: 140px !important;
  }
  .pt-xl-140 {
    padding-top: 140px !important;
  }
  .pb-xl-140 {
    padding-bottom: 140px !important;
  }
  .ps-xl-140 {
    padding-left: 140px !important;
  }
  .pe-xl-140 {
    padding-right: 140px !important;
  }
  .m-xl-160 {
    margin: 160px !important;
  }
  .mt-xl-160 {
    margin-top: 160px !important;
  }
  .mb-xl-160 {
    margin-bottom: 160px !important;
  }
  .ms-xl-160 {
    margin-left: 160px !important;
  }
  .me-xl-160 {
    margin-right: 160px !important;
  }
  .p-xl-160 {
    padding: 160px !important;
  }
  .pt-xl-160 {
    padding-top: 160px !important;
  }
  .pb-xl-160 {
    padding-bottom: 160px !important;
  }
  .ps-xl-160 {
    padding-left: 160px !important;
  }
  .pe-xl-160 {
    padding-right: 160px !important;
  }
  .m-xl-180 {
    margin: 180px !important;
  }
  .mt-xl-180 {
    margin-top: 180px !important;
  }
  .mb-xl-180 {
    margin-bottom: 180px !important;
  }
  .ms-xl-180 {
    margin-left: 180px !important;
  }
  .me-xl-180 {
    margin-right: 180px !important;
  }
  .p-xl-180 {
    padding: 180px !important;
  }
  .pt-xl-180 {
    padding-top: 180px !important;
  }
  .pb-xl-180 {
    padding-bottom: 180px !important;
  }
  .ps-xl-180 {
    padding-left: 180px !important;
  }
  .pe-xl-180 {
    padding-right: 180px !important;
  }
  .m-xl-200 {
    margin: 200px !important;
  }
  .mt-xl-200 {
    margin-top: 200px !important;
  }
  .mb-xl-200 {
    margin-bottom: 200px !important;
  }
  .ms-xl-200 {
    margin-left: 200px !important;
  }
  .me-xl-200 {
    margin-right: 200px !important;
  }
  .p-xl-200 {
    padding: 200px !important;
  }
  .pt-xl-200 {
    padding-top: 200px !important;
  }
  .pb-xl-200 {
    padding-bottom: 200px !important;
  }
  .ps-xl-200 {
    padding-left: 200px !important;
  }
  .pe-xl-200 {
    padding-right: 200px !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-1 {
    margin: 1px !important;
  }
  .mt-xxl-1 {
    margin-top: 1px !important;
  }
  .mb-xxl-1 {
    margin-bottom: 1px !important;
  }
  .ms-xxl-1 {
    margin-left: 1px !important;
  }
  .me-xxl-1 {
    margin-right: 1px !important;
  }
  .p-xxl-1 {
    padding: 1px !important;
  }
  .pt-xxl-1 {
    padding-top: 1px !important;
  }
  .pb-xxl-1 {
    padding-bottom: 1px !important;
  }
  .ps-xxl-1 {
    padding-left: 1px !important;
  }
  .pe-xxl-1 {
    padding-right: 1px !important;
  }
  .m-xxl-2 {
    margin: 2px !important;
  }
  .mt-xxl-2 {
    margin-top: 2px !important;
  }
  .mb-xxl-2 {
    margin-bottom: 2px !important;
  }
  .ms-xxl-2 {
    margin-left: 2px !important;
  }
  .me-xxl-2 {
    margin-right: 2px !important;
  }
  .p-xxl-2 {
    padding: 2px !important;
  }
  .pt-xxl-2 {
    padding-top: 2px !important;
  }
  .pb-xxl-2 {
    padding-bottom: 2px !important;
  }
  .ps-xxl-2 {
    padding-left: 2px !important;
  }
  .pe-xxl-2 {
    padding-right: 2px !important;
  }
  .m-xxl-3 {
    margin: 3px !important;
  }
  .mt-xxl-3 {
    margin-top: 3px !important;
  }
  .mb-xxl-3 {
    margin-bottom: 3px !important;
  }
  .ms-xxl-3 {
    margin-left: 3px !important;
  }
  .me-xxl-3 {
    margin-right: 3px !important;
  }
  .p-xxl-3 {
    padding: 3px !important;
  }
  .pt-xxl-3 {
    padding-top: 3px !important;
  }
  .pb-xxl-3 {
    padding-bottom: 3px !important;
  }
  .ps-xxl-3 {
    padding-left: 3px !important;
  }
  .pe-xxl-3 {
    padding-right: 3px !important;
  }
  .m-xxl-4 {
    margin: 4px !important;
  }
  .mt-xxl-4 {
    margin-top: 4px !important;
  }
  .mb-xxl-4 {
    margin-bottom: 4px !important;
  }
  .ms-xxl-4 {
    margin-left: 4px !important;
  }
  .me-xxl-4 {
    margin-right: 4px !important;
  }
  .p-xxl-4 {
    padding: 4px !important;
  }
  .pt-xxl-4 {
    padding-top: 4px !important;
  }
  .pb-xxl-4 {
    padding-bottom: 4px !important;
  }
  .ps-xxl-4 {
    padding-left: 4px !important;
  }
  .pe-xxl-4 {
    padding-right: 4px !important;
  }
  .m-xxl-5 {
    margin: 5px !important;
  }
  .mt-xxl-5 {
    margin-top: 5px !important;
  }
  .mb-xxl-5 {
    margin-bottom: 5px !important;
  }
  .ms-xxl-5 {
    margin-left: 5px !important;
  }
  .me-xxl-5 {
    margin-right: 5px !important;
  }
  .p-xxl-5 {
    padding: 5px !important;
  }
  .pt-xxl-5 {
    padding-top: 5px !important;
  }
  .pb-xxl-5 {
    padding-bottom: 5px !important;
  }
  .ps-xxl-5 {
    padding-left: 5px !important;
  }
  .pe-xxl-5 {
    padding-right: 5px !important;
  }
  .m-xxl-6 {
    margin: 6px !important;
  }
  .mt-xxl-6 {
    margin-top: 6px !important;
  }
  .mb-xxl-6 {
    margin-bottom: 6px !important;
  }
  .ms-xxl-6 {
    margin-left: 6px !important;
  }
  .me-xxl-6 {
    margin-right: 6px !important;
  }
  .p-xxl-6 {
    padding: 6px !important;
  }
  .pt-xxl-6 {
    padding-top: 6px !important;
  }
  .pb-xxl-6 {
    padding-bottom: 6px !important;
  }
  .ps-xxl-6 {
    padding-left: 6px !important;
  }
  .pe-xxl-6 {
    padding-right: 6px !important;
  }
  .m-xxl-7 {
    margin: 7px !important;
  }
  .mt-xxl-7 {
    margin-top: 7px !important;
  }
  .mb-xxl-7 {
    margin-bottom: 7px !important;
  }
  .ms-xxl-7 {
    margin-left: 7px !important;
  }
  .me-xxl-7 {
    margin-right: 7px !important;
  }
  .p-xxl-7 {
    padding: 7px !important;
  }
  .pt-xxl-7 {
    padding-top: 7px !important;
  }
  .pb-xxl-7 {
    padding-bottom: 7px !important;
  }
  .ps-xxl-7 {
    padding-left: 7px !important;
  }
  .pe-xxl-7 {
    padding-right: 7px !important;
  }
  .m-xxl-8 {
    margin: 8px !important;
  }
  .mt-xxl-8 {
    margin-top: 8px !important;
  }
  .mb-xxl-8 {
    margin-bottom: 8px !important;
  }
  .ms-xxl-8 {
    margin-left: 8px !important;
  }
  .me-xxl-8 {
    margin-right: 8px !important;
  }
  .p-xxl-8 {
    padding: 8px !important;
  }
  .pt-xxl-8 {
    padding-top: 8px !important;
  }
  .pb-xxl-8 {
    padding-bottom: 8px !important;
  }
  .ps-xxl-8 {
    padding-left: 8px !important;
  }
  .pe-xxl-8 {
    padding-right: 8px !important;
  }
  .m-xxl-9 {
    margin: 9px !important;
  }
  .mt-xxl-9 {
    margin-top: 9px !important;
  }
  .mb-xxl-9 {
    margin-bottom: 9px !important;
  }
  .ms-xxl-9 {
    margin-left: 9px !important;
  }
  .me-xxl-9 {
    margin-right: 9px !important;
  }
  .p-xxl-9 {
    padding: 9px !important;
  }
  .pt-xxl-9 {
    padding-top: 9px !important;
  }
  .pb-xxl-9 {
    padding-bottom: 9px !important;
  }
  .ps-xxl-9 {
    padding-left: 9px !important;
  }
  .pe-xxl-9 {
    padding-right: 9px !important;
  }
  .m-xxl-10 {
    margin: 10px !important;
  }
  .mt-xxl-10 {
    margin-top: 10px !important;
  }
  .mb-xxl-10 {
    margin-bottom: 10px !important;
  }
  .ms-xxl-10 {
    margin-left: 10px !important;
  }
  .me-xxl-10 {
    margin-right: 10px !important;
  }
  .p-xxl-10 {
    padding: 10px !important;
  }
  .pt-xxl-10 {
    padding-top: 10px !important;
  }
  .pb-xxl-10 {
    padding-bottom: 10px !important;
  }
  .ps-xxl-10 {
    padding-left: 10px !important;
  }
  .pe-xxl-10 {
    padding-right: 10px !important;
  }
  .m-xxl-15 {
    margin: 15px !important;
  }
  .mt-xxl-15 {
    margin-top: 15px !important;
  }
  .mb-xxl-15 {
    margin-bottom: 15px !important;
  }
  .ms-xxl-15 {
    margin-left: 15px !important;
  }
  .me-xxl-15 {
    margin-right: 15px !important;
  }
  .p-xxl-15 {
    padding: 15px !important;
  }
  .pt-xxl-15 {
    padding-top: 15px !important;
  }
  .pb-xxl-15 {
    padding-bottom: 15px !important;
  }
  .ps-xxl-15 {
    padding-left: 15px !important;
  }
  .pe-xxl-15 {
    padding-right: 15px !important;
  }
  .m-xxl-20 {
    margin: 20px !important;
  }
  .mt-xxl-20 {
    margin-top: 20px !important;
  }
  .mb-xxl-20 {
    margin-bottom: 20px !important;
  }
  .ms-xxl-20 {
    margin-left: 20px !important;
  }
  .me-xxl-20 {
    margin-right: 20px !important;
  }
  .p-xxl-20 {
    padding: 20px !important;
  }
  .pt-xxl-20 {
    padding-top: 20px !important;
  }
  .pb-xxl-20 {
    padding-bottom: 20px !important;
  }
  .ps-xxl-20 {
    padding-left: 20px !important;
  }
  .pe-xxl-20 {
    padding-right: 20px !important;
  }
  .m-xxl-25 {
    margin: 25px !important;
  }
  .mt-xxl-25 {
    margin-top: 25px !important;
  }
  .mb-xxl-25 {
    margin-bottom: 25px !important;
  }
  .ms-xxl-25 {
    margin-left: 25px !important;
  }
  .me-xxl-25 {
    margin-right: 25px !important;
  }
  .p-xxl-25 {
    padding: 25px !important;
  }
  .pt-xxl-25 {
    padding-top: 25px !important;
  }
  .pb-xxl-25 {
    padding-bottom: 25px !important;
  }
  .ps-xxl-25 {
    padding-left: 25px !important;
  }
  .pe-xxl-25 {
    padding-right: 25px !important;
  }
  .m-xxl-30 {
    margin: 30px !important;
  }
  .mt-xxl-30 {
    margin-top: 30px !important;
  }
  .mb-xxl-30 {
    margin-bottom: 30px !important;
  }
  .ms-xxl-30 {
    margin-left: 30px !important;
  }
  .me-xxl-30 {
    margin-right: 30px !important;
  }
  .p-xxl-30 {
    padding: 30px !important;
  }
  .pt-xxl-30 {
    padding-top: 30px !important;
  }
  .pb-xxl-30 {
    padding-bottom: 30px !important;
  }
  .ps-xxl-30 {
    padding-left: 30px !important;
  }
  .pe-xxl-30 {
    padding-right: 30px !important;
  }
  .m-xxl-35 {
    margin: 35px !important;
  }
  .mt-xxl-35 {
    margin-top: 35px !important;
  }
  .mb-xxl-35 {
    margin-bottom: 35px !important;
  }
  .ms-xxl-35 {
    margin-left: 35px !important;
  }
  .me-xxl-35 {
    margin-right: 35px !important;
  }
  .p-xxl-35 {
    padding: 35px !important;
  }
  .pt-xxl-35 {
    padding-top: 35px !important;
  }
  .pb-xxl-35 {
    padding-bottom: 35px !important;
  }
  .ps-xxl-35 {
    padding-left: 35px !important;
  }
  .pe-xxl-35 {
    padding-right: 35px !important;
  }
  .m-xxl-40 {
    margin: 40px !important;
  }
  .mt-xxl-40 {
    margin-top: 40px !important;
  }
  .mb-xxl-40 {
    margin-bottom: 40px !important;
  }
  .ms-xxl-40 {
    margin-left: 40px !important;
  }
  .me-xxl-40 {
    margin-right: 40px !important;
  }
  .p-xxl-40 {
    padding: 40px !important;
  }
  .pt-xxl-40 {
    padding-top: 40px !important;
  }
  .pb-xxl-40 {
    padding-bottom: 40px !important;
  }
  .ps-xxl-40 {
    padding-left: 40px !important;
  }
  .pe-xxl-40 {
    padding-right: 40px !important;
  }
  .m-xxl-45 {
    margin: 45px !important;
  }
  .mt-xxl-45 {
    margin-top: 45px !important;
  }
  .mb-xxl-45 {
    margin-bottom: 45px !important;
  }
  .ms-xxl-45 {
    margin-left: 45px !important;
  }
  .me-xxl-45 {
    margin-right: 45px !important;
  }
  .p-xxl-45 {
    padding: 45px !important;
  }
  .pt-xxl-45 {
    padding-top: 45px !important;
  }
  .pb-xxl-45 {
    padding-bottom: 45px !important;
  }
  .ps-xxl-45 {
    padding-left: 45px !important;
  }
  .pe-xxl-45 {
    padding-right: 45px !important;
  }
  .m-xxl-50 {
    margin: 50px !important;
  }
  .mt-xxl-50 {
    margin-top: 50px !important;
  }
  .mb-xxl-50 {
    margin-bottom: 50px !important;
  }
  .ms-xxl-50 {
    margin-left: 50px !important;
  }
  .me-xxl-50 {
    margin-right: 50px !important;
  }
  .p-xxl-50 {
    padding: 50px !important;
  }
  .pt-xxl-50 {
    padding-top: 50px !important;
  }
  .pb-xxl-50 {
    padding-bottom: 50px !important;
  }
  .ps-xxl-50 {
    padding-left: 50px !important;
  }
  .pe-xxl-50 {
    padding-right: 50px !important;
  }
  .m-xxl-60 {
    margin: 60px !important;
  }
  .mt-xxl-60 {
    margin-top: 60px !important;
  }
  .mb-xxl-60 {
    margin-bottom: 60px !important;
  }
  .ms-xxl-60 {
    margin-left: 60px !important;
  }
  .me-xxl-60 {
    margin-right: 60px !important;
  }
  .p-xxl-60 {
    padding: 60px !important;
  }
  .pt-xxl-60 {
    padding-top: 60px !important;
  }
  .pb-xxl-60 {
    padding-bottom: 60px !important;
  }
  .ps-xxl-60 {
    padding-left: 60px !important;
  }
  .pe-xxl-60 {
    padding-right: 60px !important;
  }
  .m-xxl-70 {
    margin: 70px !important;
  }
  .mt-xxl-70 {
    margin-top: 70px !important;
  }
  .mb-xxl-70 {
    margin-bottom: 70px !important;
  }
  .ms-xxl-70 {
    margin-left: 70px !important;
  }
  .me-xxl-70 {
    margin-right: 70px !important;
  }
  .p-xxl-70 {
    padding: 70px !important;
  }
  .pt-xxl-70 {
    padding-top: 70px !important;
  }
  .pb-xxl-70 {
    padding-bottom: 70px !important;
  }
  .ps-xxl-70 {
    padding-left: 70px !important;
  }
  .pe-xxl-70 {
    padding-right: 70px !important;
  }
  .m-xxl-80 {
    margin: 80px !important;
  }
  .mt-xxl-80 {
    margin-top: 80px !important;
  }
  .mb-xxl-80 {
    margin-bottom: 80px !important;
  }
  .ms-xxl-80 {
    margin-left: 80px !important;
  }
  .me-xxl-80 {
    margin-right: 80px !important;
  }
  .p-xxl-80 {
    padding: 80px !important;
  }
  .pt-xxl-80 {
    padding-top: 80px !important;
  }
  .pb-xxl-80 {
    padding-bottom: 80px !important;
  }
  .ps-xxl-80 {
    padding-left: 80px !important;
  }
  .pe-xxl-80 {
    padding-right: 80px !important;
  }
  .m-xxl-90 {
    margin: 90px !important;
  }
  .mt-xxl-90 {
    margin-top: 90px !important;
  }
  .mb-xxl-90 {
    margin-bottom: 90px !important;
  }
  .ms-xxl-90 {
    margin-left: 90px !important;
  }
  .me-xxl-90 {
    margin-right: 90px !important;
  }
  .p-xxl-90 {
    padding: 90px !important;
  }
  .pt-xxl-90 {
    padding-top: 90px !important;
  }
  .pb-xxl-90 {
    padding-bottom: 90px !important;
  }
  .ps-xxl-90 {
    padding-left: 90px !important;
  }
  .pe-xxl-90 {
    padding-right: 90px !important;
  }
  .m-xxl-100 {
    margin: 100px !important;
  }
  .mt-xxl-100 {
    margin-top: 100px !important;
  }
  .mb-xxl-100 {
    margin-bottom: 100px !important;
  }
  .ms-xxl-100 {
    margin-left: 100px !important;
  }
  .me-xxl-100 {
    margin-right: 100px !important;
  }
  .p-xxl-100 {
    padding: 100px !important;
  }
  .pt-xxl-100 {
    padding-top: 100px !important;
  }
  .pb-xxl-100 {
    padding-bottom: 100px !important;
  }
  .ps-xxl-100 {
    padding-left: 100px !important;
  }
  .pe-xxl-100 {
    padding-right: 100px !important;
  }
  .m-xxl-120 {
    margin: 120px !important;
  }
  .mt-xxl-120 {
    margin-top: 120px !important;
  }
  .mb-xxl-120 {
    margin-bottom: 120px !important;
  }
  .ms-xxl-120 {
    margin-left: 120px !important;
  }
  .me-xxl-120 {
    margin-right: 120px !important;
  }
  .p-xxl-120 {
    padding: 120px !important;
  }
  .pt-xxl-120 {
    padding-top: 120px !important;
  }
  .pb-xxl-120 {
    padding-bottom: 120px !important;
  }
  .ps-xxl-120 {
    padding-left: 120px !important;
  }
  .pe-xxl-120 {
    padding-right: 120px !important;
  }
  .m-xxl-140 {
    margin: 140px !important;
  }
  .mt-xxl-140 {
    margin-top: 140px !important;
  }
  .mb-xxl-140 {
    margin-bottom: 140px !important;
  }
  .ms-xxl-140 {
    margin-left: 140px !important;
  }
  .me-xxl-140 {
    margin-right: 140px !important;
  }
  .p-xxl-140 {
    padding: 140px !important;
  }
  .pt-xxl-140 {
    padding-top: 140px !important;
  }
  .pb-xxl-140 {
    padding-bottom: 140px !important;
  }
  .ps-xxl-140 {
    padding-left: 140px !important;
  }
  .pe-xxl-140 {
    padding-right: 140px !important;
  }
  .m-xxl-160 {
    margin: 160px !important;
  }
  .mt-xxl-160 {
    margin-top: 160px !important;
  }
  .mb-xxl-160 {
    margin-bottom: 160px !important;
  }
  .ms-xxl-160 {
    margin-left: 160px !important;
  }
  .me-xxl-160 {
    margin-right: 160px !important;
  }
  .p-xxl-160 {
    padding: 160px !important;
  }
  .pt-xxl-160 {
    padding-top: 160px !important;
  }
  .pb-xxl-160 {
    padding-bottom: 160px !important;
  }
  .ps-xxl-160 {
    padding-left: 160px !important;
  }
  .pe-xxl-160 {
    padding-right: 160px !important;
  }
  .m-xxl-180 {
    margin: 180px !important;
  }
  .mt-xxl-180 {
    margin-top: 180px !important;
  }
  .mb-xxl-180 {
    margin-bottom: 180px !important;
  }
  .ms-xxl-180 {
    margin-left: 180px !important;
  }
  .me-xxl-180 {
    margin-right: 180px !important;
  }
  .p-xxl-180 {
    padding: 180px !important;
  }
  .pt-xxl-180 {
    padding-top: 180px !important;
  }
  .pb-xxl-180 {
    padding-bottom: 180px !important;
  }
  .ps-xxl-180 {
    padding-left: 180px !important;
  }
  .pe-xxl-180 {
    padding-right: 180px !important;
  }
  .m-xxl-200 {
    margin: 200px !important;
  }
  .mt-xxl-200 {
    margin-top: 200px !important;
  }
  .mb-xxl-200 {
    margin-bottom: 200px !important;
  }
  .ms-xxl-200 {
    margin-left: 200px !important;
  }
  .me-xxl-200 {
    margin-right: 200px !important;
  }
  .p-xxl-200 {
    padding: 200px !important;
  }
  .pt-xxl-200 {
    padding-top: 200px !important;
  }
  .pb-xxl-200 {
    padding-bottom: 200px !important;
  }
  .ps-xxl-200 {
    padding-left: 200px !important;
  }
  .pe-xxl-200 {
    padding-right: 200px !important;
  }
}
.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: start !important;
}

.justify-content-end {
  justify-content: end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: between !important;
}

.justify-content-around {
  justify-content: around !important;
}

.justify-content-evenly {
  justify-content: evenly !important;
}

.align-items-start {
  align-items: start !important;
}

.align-items-end {
  align-items: end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.gap-1 {
  gap: 1px !important;
}

.row-gap-1 {
  row-gap: 1px !important;
}

.column-gap-1 {
  column-gap: 1px !important;
}

.gap-2 {
  gap: 2px !important;
}

.row-gap-2 {
  row-gap: 2px !important;
}

.column-gap-2 {
  column-gap: 2px !important;
}

.gap-3 {
  gap: 3px !important;
}

.row-gap-3 {
  row-gap: 3px !important;
}

.column-gap-3 {
  column-gap: 3px !important;
}

.gap-4 {
  gap: 4px !important;
}

.row-gap-4 {
  row-gap: 4px !important;
}

.column-gap-4 {
  column-gap: 4px !important;
}

.gap-5 {
  gap: 5px !important;
}

.row-gap-5 {
  row-gap: 5px !important;
}

.column-gap-5 {
  column-gap: 5px !important;
}

.gap-6 {
  gap: 6px !important;
}

.row-gap-6 {
  row-gap: 6px !important;
}

.column-gap-6 {
  column-gap: 6px !important;
}

.gap-8 {
  gap: 8px !important;
}

.row-gap-8 {
  row-gap: 8px !important;
}

.column-gap-8 {
  column-gap: 8px !important;
}

.gap-10 {
  gap: 10px !important;
}

.row-gap-10 {
  row-gap: 10px !important;
}

.column-gap-10 {
  column-gap: 10px !important;
}

.gap-12 {
  gap: 12px !important;
}

.row-gap-12 {
  row-gap: 12px !important;
}

.column-gap-12 {
  column-gap: 12px !important;
}

.gap-15 {
  gap: 15px !important;
}

.row-gap-15 {
  row-gap: 15px !important;
}

.column-gap-15 {
  column-gap: 15px !important;
}

.gap-20 {
  gap: 20px !important;
}

.row-gap-20 {
  row-gap: 20px !important;
}

.column-gap-20 {
  column-gap: 20px !important;
}

.gap-25 {
  gap: 25px !important;
}

.row-gap-25 {
  row-gap: 25px !important;
}

.column-gap-25 {
  column-gap: 25px !important;
}

.gap-28 {
  gap: 28px !important;
}

.row-gap-28 {
  row-gap: 28px !important;
}

.column-gap-28 {
  column-gap: 28px !important;
}

.gap-30 {
  gap: 30px !important;
}

.row-gap-30 {
  row-gap: 30px !important;
}

.column-gap-30 {
  column-gap: 30px !important;
}

.gap-40 {
  gap: 40px !important;
}

.row-gap-40 {
  row-gap: 40px !important;
}

.column-gap-40 {
  column-gap: 40px !important;
}

.gap-50 {
  gap: 50px !important;
}

.row-gap-50 {
  row-gap: 50px !important;
}

.column-gap-50 {
  column-gap: 50px !important;
}

.gap-55 {
  gap: 55px !important;
}

.row-gap-55 {
  row-gap: 55px !important;
}

.column-gap-55 {
  column-gap: 55px !important;
}

.gap-60 {
  gap: 60px !important;
}

.row-gap-60 {
  row-gap: 60px !important;
}

.column-gap-60 {
  column-gap: 60px !important;
}

.gap-70 {
  gap: 70px !important;
}

.row-gap-70 {
  row-gap: 70px !important;
}

.column-gap-70 {
  column-gap: 70px !important;
}

.gap-80 {
  gap: 80px !important;
}

.row-gap-80 {
  row-gap: 80px !important;
}

.column-gap-80 {
  column-gap: 80px !important;
}

.gap-90 {
  gap: 90px !important;
}

.row-gap-90 {
  row-gap: 90px !important;
}

.column-gap-90 {
  column-gap: 90px !important;
}

.gap-100 {
  gap: 100px !important;
}

.row-gap-100 {
  row-gap: 100px !important;
}

.column-gap-100 {
  column-gap: 100px !important;
}

@media (min-width: 320px) {
  .d-xxs-flex {
    display: flex !important;
  }
  .d-xxs-inline-flex {
    display: inline-flex !important;
  }
  .flex-xxs-row {
    flex-direction: row !important;
  }
  .flex-xxs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxs-column {
    flex-direction: column !important;
  }
  .flex-xxs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxs-start {
    justify-content: start !important;
  }
  .justify-content-xxs-end {
    justify-content: end !important;
  }
  .justify-content-xxs-center {
    justify-content: center !important;
  }
  .justify-content-xxs-between {
    justify-content: between !important;
  }
  .justify-content-xxs-around {
    justify-content: around !important;
  }
  .justify-content-xxs-evenly {
    justify-content: evenly !important;
  }
  .align-items-xxs-start {
    align-items: start !important;
  }
  .align-items-xxs-end {
    align-items: end !important;
  }
  .align-items-xxs-center {
    align-items: center !important;
  }
  .align-items-xxs-baseline {
    align-items: baseline !important;
  }
  .align-items-xxs-stretch {
    align-items: stretch !important;
  }
  .flex-xxs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .gap-xxs-1 {
    gap: 1px !important;
  }
  .row-gap-xxs-1 {
    row-gap: 1px !important;
  }
  .column-gap-xxs-1 {
    column-gap: 1px !important;
  }
  .gap-xxs-2 {
    gap: 2px !important;
  }
  .row-gap-xxs-2 {
    row-gap: 2px !important;
  }
  .column-gap-xxs-2 {
    column-gap: 2px !important;
  }
  .gap-xxs-3 {
    gap: 3px !important;
  }
  .row-gap-xxs-3 {
    row-gap: 3px !important;
  }
  .column-gap-xxs-3 {
    column-gap: 3px !important;
  }
  .gap-xxs-4 {
    gap: 4px !important;
  }
  .row-gap-xxs-4 {
    row-gap: 4px !important;
  }
  .column-gap-xxs-4 {
    column-gap: 4px !important;
  }
  .gap-xxs-5 {
    gap: 5px !important;
  }
  .row-gap-xxs-5 {
    row-gap: 5px !important;
  }
  .column-gap-xxs-5 {
    column-gap: 5px !important;
  }
  .gap-xxs-6 {
    gap: 6px !important;
  }
  .row-gap-xxs-6 {
    row-gap: 6px !important;
  }
  .column-gap-xxs-6 {
    column-gap: 6px !important;
  }
  .gap-xxs-8 {
    gap: 8px !important;
  }
  .row-gap-xxs-8 {
    row-gap: 8px !important;
  }
  .column-gap-xxs-8 {
    column-gap: 8px !important;
  }
  .gap-xxs-10 {
    gap: 10px !important;
  }
  .row-gap-xxs-10 {
    row-gap: 10px !important;
  }
  .column-gap-xxs-10 {
    column-gap: 10px !important;
  }
  .gap-xxs-12 {
    gap: 12px !important;
  }
  .row-gap-xxs-12 {
    row-gap: 12px !important;
  }
  .column-gap-xxs-12 {
    column-gap: 12px !important;
  }
  .gap-xxs-15 {
    gap: 15px !important;
  }
  .row-gap-xxs-15 {
    row-gap: 15px !important;
  }
  .column-gap-xxs-15 {
    column-gap: 15px !important;
  }
  .gap-xxs-20 {
    gap: 20px !important;
  }
  .row-gap-xxs-20 {
    row-gap: 20px !important;
  }
  .column-gap-xxs-20 {
    column-gap: 20px !important;
  }
  .gap-xxs-25 {
    gap: 25px !important;
  }
  .row-gap-xxs-25 {
    row-gap: 25px !important;
  }
  .column-gap-xxs-25 {
    column-gap: 25px !important;
  }
  .gap-xxs-28 {
    gap: 28px !important;
  }
  .row-gap-xxs-28 {
    row-gap: 28px !important;
  }
  .column-gap-xxs-28 {
    column-gap: 28px !important;
  }
  .gap-xxs-30 {
    gap: 30px !important;
  }
  .row-gap-xxs-30 {
    row-gap: 30px !important;
  }
  .column-gap-xxs-30 {
    column-gap: 30px !important;
  }
  .gap-xxs-40 {
    gap: 40px !important;
  }
  .row-gap-xxs-40 {
    row-gap: 40px !important;
  }
  .column-gap-xxs-40 {
    column-gap: 40px !important;
  }
  .gap-xxs-50 {
    gap: 50px !important;
  }
  .row-gap-xxs-50 {
    row-gap: 50px !important;
  }
  .column-gap-xxs-50 {
    column-gap: 50px !important;
  }
  .gap-xxs-55 {
    gap: 55px !important;
  }
  .row-gap-xxs-55 {
    row-gap: 55px !important;
  }
  .column-gap-xxs-55 {
    column-gap: 55px !important;
  }
  .gap-xxs-60 {
    gap: 60px !important;
  }
  .row-gap-xxs-60 {
    row-gap: 60px !important;
  }
  .column-gap-xxs-60 {
    column-gap: 60px !important;
  }
  .gap-xxs-70 {
    gap: 70px !important;
  }
  .row-gap-xxs-70 {
    row-gap: 70px !important;
  }
  .column-gap-xxs-70 {
    column-gap: 70px !important;
  }
  .gap-xxs-80 {
    gap: 80px !important;
  }
  .row-gap-xxs-80 {
    row-gap: 80px !important;
  }
  .column-gap-xxs-80 {
    column-gap: 80px !important;
  }
  .gap-xxs-90 {
    gap: 90px !important;
  }
  .row-gap-xxs-90 {
    row-gap: 90px !important;
  }
  .column-gap-xxs-90 {
    column-gap: 90px !important;
  }
  .gap-xxs-100 {
    gap: 100px !important;
  }
  .row-gap-xxs-100 {
    row-gap: 100px !important;
  }
  .column-gap-xxs-100 {
    column-gap: 100px !important;
  }
}
@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: start !important;
  }
  .justify-content-sm-end {
    justify-content: end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: between !important;
  }
  .justify-content-sm-around {
    justify-content: around !important;
  }
  .justify-content-sm-evenly {
    justify-content: evenly !important;
  }
  .align-items-sm-start {
    align-items: start !important;
  }
  .align-items-sm-end {
    align-items: end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .gap-sm-1 {
    gap: 1px !important;
  }
  .row-gap-sm-1 {
    row-gap: 1px !important;
  }
  .column-gap-sm-1 {
    column-gap: 1px !important;
  }
  .gap-sm-2 {
    gap: 2px !important;
  }
  .row-gap-sm-2 {
    row-gap: 2px !important;
  }
  .column-gap-sm-2 {
    column-gap: 2px !important;
  }
  .gap-sm-3 {
    gap: 3px !important;
  }
  .row-gap-sm-3 {
    row-gap: 3px !important;
  }
  .column-gap-sm-3 {
    column-gap: 3px !important;
  }
  .gap-sm-4 {
    gap: 4px !important;
  }
  .row-gap-sm-4 {
    row-gap: 4px !important;
  }
  .column-gap-sm-4 {
    column-gap: 4px !important;
  }
  .gap-sm-5 {
    gap: 5px !important;
  }
  .row-gap-sm-5 {
    row-gap: 5px !important;
  }
  .column-gap-sm-5 {
    column-gap: 5px !important;
  }
  .gap-sm-6 {
    gap: 6px !important;
  }
  .row-gap-sm-6 {
    row-gap: 6px !important;
  }
  .column-gap-sm-6 {
    column-gap: 6px !important;
  }
  .gap-sm-8 {
    gap: 8px !important;
  }
  .row-gap-sm-8 {
    row-gap: 8px !important;
  }
  .column-gap-sm-8 {
    column-gap: 8px !important;
  }
  .gap-sm-10 {
    gap: 10px !important;
  }
  .row-gap-sm-10 {
    row-gap: 10px !important;
  }
  .column-gap-sm-10 {
    column-gap: 10px !important;
  }
  .gap-sm-12 {
    gap: 12px !important;
  }
  .row-gap-sm-12 {
    row-gap: 12px !important;
  }
  .column-gap-sm-12 {
    column-gap: 12px !important;
  }
  .gap-sm-15 {
    gap: 15px !important;
  }
  .row-gap-sm-15 {
    row-gap: 15px !important;
  }
  .column-gap-sm-15 {
    column-gap: 15px !important;
  }
  .gap-sm-20 {
    gap: 20px !important;
  }
  .row-gap-sm-20 {
    row-gap: 20px !important;
  }
  .column-gap-sm-20 {
    column-gap: 20px !important;
  }
  .gap-sm-25 {
    gap: 25px !important;
  }
  .row-gap-sm-25 {
    row-gap: 25px !important;
  }
  .column-gap-sm-25 {
    column-gap: 25px !important;
  }
  .gap-sm-28 {
    gap: 28px !important;
  }
  .row-gap-sm-28 {
    row-gap: 28px !important;
  }
  .column-gap-sm-28 {
    column-gap: 28px !important;
  }
  .gap-sm-30 {
    gap: 30px !important;
  }
  .row-gap-sm-30 {
    row-gap: 30px !important;
  }
  .column-gap-sm-30 {
    column-gap: 30px !important;
  }
  .gap-sm-40 {
    gap: 40px !important;
  }
  .row-gap-sm-40 {
    row-gap: 40px !important;
  }
  .column-gap-sm-40 {
    column-gap: 40px !important;
  }
  .gap-sm-50 {
    gap: 50px !important;
  }
  .row-gap-sm-50 {
    row-gap: 50px !important;
  }
  .column-gap-sm-50 {
    column-gap: 50px !important;
  }
  .gap-sm-55 {
    gap: 55px !important;
  }
  .row-gap-sm-55 {
    row-gap: 55px !important;
  }
  .column-gap-sm-55 {
    column-gap: 55px !important;
  }
  .gap-sm-60 {
    gap: 60px !important;
  }
  .row-gap-sm-60 {
    row-gap: 60px !important;
  }
  .column-gap-sm-60 {
    column-gap: 60px !important;
  }
  .gap-sm-70 {
    gap: 70px !important;
  }
  .row-gap-sm-70 {
    row-gap: 70px !important;
  }
  .column-gap-sm-70 {
    column-gap: 70px !important;
  }
  .gap-sm-80 {
    gap: 80px !important;
  }
  .row-gap-sm-80 {
    row-gap: 80px !important;
  }
  .column-gap-sm-80 {
    column-gap: 80px !important;
  }
  .gap-sm-90 {
    gap: 90px !important;
  }
  .row-gap-sm-90 {
    row-gap: 90px !important;
  }
  .column-gap-sm-90 {
    column-gap: 90px !important;
  }
  .gap-sm-100 {
    gap: 100px !important;
  }
  .row-gap-sm-100 {
    row-gap: 100px !important;
  }
  .column-gap-sm-100 {
    column-gap: 100px !important;
  }
}
@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: start !important;
  }
  .justify-content-md-end {
    justify-content: end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: between !important;
  }
  .justify-content-md-around {
    justify-content: around !important;
  }
  .justify-content-md-evenly {
    justify-content: evenly !important;
  }
  .align-items-md-start {
    align-items: start !important;
  }
  .align-items-md-end {
    align-items: end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .gap-md-1 {
    gap: 1px !important;
  }
  .row-gap-md-1 {
    row-gap: 1px !important;
  }
  .column-gap-md-1 {
    column-gap: 1px !important;
  }
  .gap-md-2 {
    gap: 2px !important;
  }
  .row-gap-md-2 {
    row-gap: 2px !important;
  }
  .column-gap-md-2 {
    column-gap: 2px !important;
  }
  .gap-md-3 {
    gap: 3px !important;
  }
  .row-gap-md-3 {
    row-gap: 3px !important;
  }
  .column-gap-md-3 {
    column-gap: 3px !important;
  }
  .gap-md-4 {
    gap: 4px !important;
  }
  .row-gap-md-4 {
    row-gap: 4px !important;
  }
  .column-gap-md-4 {
    column-gap: 4px !important;
  }
  .gap-md-5 {
    gap: 5px !important;
  }
  .row-gap-md-5 {
    row-gap: 5px !important;
  }
  .column-gap-md-5 {
    column-gap: 5px !important;
  }
  .gap-md-6 {
    gap: 6px !important;
  }
  .row-gap-md-6 {
    row-gap: 6px !important;
  }
  .column-gap-md-6 {
    column-gap: 6px !important;
  }
  .gap-md-8 {
    gap: 8px !important;
  }
  .row-gap-md-8 {
    row-gap: 8px !important;
  }
  .column-gap-md-8 {
    column-gap: 8px !important;
  }
  .gap-md-10 {
    gap: 10px !important;
  }
  .row-gap-md-10 {
    row-gap: 10px !important;
  }
  .column-gap-md-10 {
    column-gap: 10px !important;
  }
  .gap-md-12 {
    gap: 12px !important;
  }
  .row-gap-md-12 {
    row-gap: 12px !important;
  }
  .column-gap-md-12 {
    column-gap: 12px !important;
  }
  .gap-md-15 {
    gap: 15px !important;
  }
  .row-gap-md-15 {
    row-gap: 15px !important;
  }
  .column-gap-md-15 {
    column-gap: 15px !important;
  }
  .gap-md-20 {
    gap: 20px !important;
  }
  .row-gap-md-20 {
    row-gap: 20px !important;
  }
  .column-gap-md-20 {
    column-gap: 20px !important;
  }
  .gap-md-25 {
    gap: 25px !important;
  }
  .row-gap-md-25 {
    row-gap: 25px !important;
  }
  .column-gap-md-25 {
    column-gap: 25px !important;
  }
  .gap-md-28 {
    gap: 28px !important;
  }
  .row-gap-md-28 {
    row-gap: 28px !important;
  }
  .column-gap-md-28 {
    column-gap: 28px !important;
  }
  .gap-md-30 {
    gap: 30px !important;
  }
  .row-gap-md-30 {
    row-gap: 30px !important;
  }
  .column-gap-md-30 {
    column-gap: 30px !important;
  }
  .gap-md-40 {
    gap: 40px !important;
  }
  .row-gap-md-40 {
    row-gap: 40px !important;
  }
  .column-gap-md-40 {
    column-gap: 40px !important;
  }
  .gap-md-50 {
    gap: 50px !important;
  }
  .row-gap-md-50 {
    row-gap: 50px !important;
  }
  .column-gap-md-50 {
    column-gap: 50px !important;
  }
  .gap-md-55 {
    gap: 55px !important;
  }
  .row-gap-md-55 {
    row-gap: 55px !important;
  }
  .column-gap-md-55 {
    column-gap: 55px !important;
  }
  .gap-md-60 {
    gap: 60px !important;
  }
  .row-gap-md-60 {
    row-gap: 60px !important;
  }
  .column-gap-md-60 {
    column-gap: 60px !important;
  }
  .gap-md-70 {
    gap: 70px !important;
  }
  .row-gap-md-70 {
    row-gap: 70px !important;
  }
  .column-gap-md-70 {
    column-gap: 70px !important;
  }
  .gap-md-80 {
    gap: 80px !important;
  }
  .row-gap-md-80 {
    row-gap: 80px !important;
  }
  .column-gap-md-80 {
    column-gap: 80px !important;
  }
  .gap-md-90 {
    gap: 90px !important;
  }
  .row-gap-md-90 {
    row-gap: 90px !important;
  }
  .column-gap-md-90 {
    column-gap: 90px !important;
  }
  .gap-md-100 {
    gap: 100px !important;
  }
  .row-gap-md-100 {
    row-gap: 100px !important;
  }
  .column-gap-md-100 {
    column-gap: 100px !important;
  }
}
@media (min-width: 992px) {
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: start !important;
  }
  .justify-content-lg-end {
    justify-content: end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: between !important;
  }
  .justify-content-lg-around {
    justify-content: around !important;
  }
  .justify-content-lg-evenly {
    justify-content: evenly !important;
  }
  .align-items-lg-start {
    align-items: start !important;
  }
  .align-items-lg-end {
    align-items: end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .gap-lg-1 {
    gap: 1px !important;
  }
  .row-gap-lg-1 {
    row-gap: 1px !important;
  }
  .column-gap-lg-1 {
    column-gap: 1px !important;
  }
  .gap-lg-2 {
    gap: 2px !important;
  }
  .row-gap-lg-2 {
    row-gap: 2px !important;
  }
  .column-gap-lg-2 {
    column-gap: 2px !important;
  }
  .gap-lg-3 {
    gap: 3px !important;
  }
  .row-gap-lg-3 {
    row-gap: 3px !important;
  }
  .column-gap-lg-3 {
    column-gap: 3px !important;
  }
  .gap-lg-4 {
    gap: 4px !important;
  }
  .row-gap-lg-4 {
    row-gap: 4px !important;
  }
  .column-gap-lg-4 {
    column-gap: 4px !important;
  }
  .gap-lg-5 {
    gap: 5px !important;
  }
  .row-gap-lg-5 {
    row-gap: 5px !important;
  }
  .column-gap-lg-5 {
    column-gap: 5px !important;
  }
  .gap-lg-6 {
    gap: 6px !important;
  }
  .row-gap-lg-6 {
    row-gap: 6px !important;
  }
  .column-gap-lg-6 {
    column-gap: 6px !important;
  }
  .gap-lg-8 {
    gap: 8px !important;
  }
  .row-gap-lg-8 {
    row-gap: 8px !important;
  }
  .column-gap-lg-8 {
    column-gap: 8px !important;
  }
  .gap-lg-10 {
    gap: 10px !important;
  }
  .row-gap-lg-10 {
    row-gap: 10px !important;
  }
  .column-gap-lg-10 {
    column-gap: 10px !important;
  }
  .gap-lg-12 {
    gap: 12px !important;
  }
  .row-gap-lg-12 {
    row-gap: 12px !important;
  }
  .column-gap-lg-12 {
    column-gap: 12px !important;
  }
  .gap-lg-15 {
    gap: 15px !important;
  }
  .row-gap-lg-15 {
    row-gap: 15px !important;
  }
  .column-gap-lg-15 {
    column-gap: 15px !important;
  }
  .gap-lg-20 {
    gap: 20px !important;
  }
  .row-gap-lg-20 {
    row-gap: 20px !important;
  }
  .column-gap-lg-20 {
    column-gap: 20px !important;
  }
  .gap-lg-25 {
    gap: 25px !important;
  }
  .row-gap-lg-25 {
    row-gap: 25px !important;
  }
  .column-gap-lg-25 {
    column-gap: 25px !important;
  }
  .gap-lg-28 {
    gap: 28px !important;
  }
  .row-gap-lg-28 {
    row-gap: 28px !important;
  }
  .column-gap-lg-28 {
    column-gap: 28px !important;
  }
  .gap-lg-30 {
    gap: 30px !important;
  }
  .row-gap-lg-30 {
    row-gap: 30px !important;
  }
  .column-gap-lg-30 {
    column-gap: 30px !important;
  }
  .gap-lg-40 {
    gap: 40px !important;
  }
  .row-gap-lg-40 {
    row-gap: 40px !important;
  }
  .column-gap-lg-40 {
    column-gap: 40px !important;
  }
  .gap-lg-50 {
    gap: 50px !important;
  }
  .row-gap-lg-50 {
    row-gap: 50px !important;
  }
  .column-gap-lg-50 {
    column-gap: 50px !important;
  }
  .gap-lg-55 {
    gap: 55px !important;
  }
  .row-gap-lg-55 {
    row-gap: 55px !important;
  }
  .column-gap-lg-55 {
    column-gap: 55px !important;
  }
  .gap-lg-60 {
    gap: 60px !important;
  }
  .row-gap-lg-60 {
    row-gap: 60px !important;
  }
  .column-gap-lg-60 {
    column-gap: 60px !important;
  }
  .gap-lg-70 {
    gap: 70px !important;
  }
  .row-gap-lg-70 {
    row-gap: 70px !important;
  }
  .column-gap-lg-70 {
    column-gap: 70px !important;
  }
  .gap-lg-80 {
    gap: 80px !important;
  }
  .row-gap-lg-80 {
    row-gap: 80px !important;
  }
  .column-gap-lg-80 {
    column-gap: 80px !important;
  }
  .gap-lg-90 {
    gap: 90px !important;
  }
  .row-gap-lg-90 {
    row-gap: 90px !important;
  }
  .column-gap-lg-90 {
    column-gap: 90px !important;
  }
  .gap-lg-100 {
    gap: 100px !important;
  }
  .row-gap-lg-100 {
    row-gap: 100px !important;
  }
  .column-gap-lg-100 {
    column-gap: 100px !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: start !important;
  }
  .justify-content-xl-end {
    justify-content: end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: between !important;
  }
  .justify-content-xl-around {
    justify-content: around !important;
  }
  .justify-content-xl-evenly {
    justify-content: evenly !important;
  }
  .align-items-xl-start {
    align-items: start !important;
  }
  .align-items-xl-end {
    align-items: end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .gap-xl-1 {
    gap: 1px !important;
  }
  .row-gap-xl-1 {
    row-gap: 1px !important;
  }
  .column-gap-xl-1 {
    column-gap: 1px !important;
  }
  .gap-xl-2 {
    gap: 2px !important;
  }
  .row-gap-xl-2 {
    row-gap: 2px !important;
  }
  .column-gap-xl-2 {
    column-gap: 2px !important;
  }
  .gap-xl-3 {
    gap: 3px !important;
  }
  .row-gap-xl-3 {
    row-gap: 3px !important;
  }
  .column-gap-xl-3 {
    column-gap: 3px !important;
  }
  .gap-xl-4 {
    gap: 4px !important;
  }
  .row-gap-xl-4 {
    row-gap: 4px !important;
  }
  .column-gap-xl-4 {
    column-gap: 4px !important;
  }
  .gap-xl-5 {
    gap: 5px !important;
  }
  .row-gap-xl-5 {
    row-gap: 5px !important;
  }
  .column-gap-xl-5 {
    column-gap: 5px !important;
  }
  .gap-xl-6 {
    gap: 6px !important;
  }
  .row-gap-xl-6 {
    row-gap: 6px !important;
  }
  .column-gap-xl-6 {
    column-gap: 6px !important;
  }
  .gap-xl-8 {
    gap: 8px !important;
  }
  .row-gap-xl-8 {
    row-gap: 8px !important;
  }
  .column-gap-xl-8 {
    column-gap: 8px !important;
  }
  .gap-xl-10 {
    gap: 10px !important;
  }
  .row-gap-xl-10 {
    row-gap: 10px !important;
  }
  .column-gap-xl-10 {
    column-gap: 10px !important;
  }
  .gap-xl-12 {
    gap: 12px !important;
  }
  .row-gap-xl-12 {
    row-gap: 12px !important;
  }
  .column-gap-xl-12 {
    column-gap: 12px !important;
  }
  .gap-xl-15 {
    gap: 15px !important;
  }
  .row-gap-xl-15 {
    row-gap: 15px !important;
  }
  .column-gap-xl-15 {
    column-gap: 15px !important;
  }
  .gap-xl-20 {
    gap: 20px !important;
  }
  .row-gap-xl-20 {
    row-gap: 20px !important;
  }
  .column-gap-xl-20 {
    column-gap: 20px !important;
  }
  .gap-xl-25 {
    gap: 25px !important;
  }
  .row-gap-xl-25 {
    row-gap: 25px !important;
  }
  .column-gap-xl-25 {
    column-gap: 25px !important;
  }
  .gap-xl-28 {
    gap: 28px !important;
  }
  .row-gap-xl-28 {
    row-gap: 28px !important;
  }
  .column-gap-xl-28 {
    column-gap: 28px !important;
  }
  .gap-xl-30 {
    gap: 30px !important;
  }
  .row-gap-xl-30 {
    row-gap: 30px !important;
  }
  .column-gap-xl-30 {
    column-gap: 30px !important;
  }
  .gap-xl-40 {
    gap: 40px !important;
  }
  .row-gap-xl-40 {
    row-gap: 40px !important;
  }
  .column-gap-xl-40 {
    column-gap: 40px !important;
  }
  .gap-xl-50 {
    gap: 50px !important;
  }
  .row-gap-xl-50 {
    row-gap: 50px !important;
  }
  .column-gap-xl-50 {
    column-gap: 50px !important;
  }
  .gap-xl-55 {
    gap: 55px !important;
  }
  .row-gap-xl-55 {
    row-gap: 55px !important;
  }
  .column-gap-xl-55 {
    column-gap: 55px !important;
  }
  .gap-xl-60 {
    gap: 60px !important;
  }
  .row-gap-xl-60 {
    row-gap: 60px !important;
  }
  .column-gap-xl-60 {
    column-gap: 60px !important;
  }
  .gap-xl-70 {
    gap: 70px !important;
  }
  .row-gap-xl-70 {
    row-gap: 70px !important;
  }
  .column-gap-xl-70 {
    column-gap: 70px !important;
  }
  .gap-xl-80 {
    gap: 80px !important;
  }
  .row-gap-xl-80 {
    row-gap: 80px !important;
  }
  .column-gap-xl-80 {
    column-gap: 80px !important;
  }
  .gap-xl-90 {
    gap: 90px !important;
  }
  .row-gap-xl-90 {
    row-gap: 90px !important;
  }
  .column-gap-xl-90 {
    column-gap: 90px !important;
  }
  .gap-xl-100 {
    gap: 100px !important;
  }
  .row-gap-xl-100 {
    row-gap: 100px !important;
  }
  .column-gap-xl-100 {
    column-gap: 100px !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: start !important;
  }
  .justify-content-xxl-end {
    justify-content: end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: between !important;
  }
  .justify-content-xxl-around {
    justify-content: around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: evenly !important;
  }
  .align-items-xxl-start {
    align-items: start !important;
  }
  .align-items-xxl-end {
    align-items: end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .gap-xxl-1 {
    gap: 1px !important;
  }
  .row-gap-xxl-1 {
    row-gap: 1px !important;
  }
  .column-gap-xxl-1 {
    column-gap: 1px !important;
  }
  .gap-xxl-2 {
    gap: 2px !important;
  }
  .row-gap-xxl-2 {
    row-gap: 2px !important;
  }
  .column-gap-xxl-2 {
    column-gap: 2px !important;
  }
  .gap-xxl-3 {
    gap: 3px !important;
  }
  .row-gap-xxl-3 {
    row-gap: 3px !important;
  }
  .column-gap-xxl-3 {
    column-gap: 3px !important;
  }
  .gap-xxl-4 {
    gap: 4px !important;
  }
  .row-gap-xxl-4 {
    row-gap: 4px !important;
  }
  .column-gap-xxl-4 {
    column-gap: 4px !important;
  }
  .gap-xxl-5 {
    gap: 5px !important;
  }
  .row-gap-xxl-5 {
    row-gap: 5px !important;
  }
  .column-gap-xxl-5 {
    column-gap: 5px !important;
  }
  .gap-xxl-6 {
    gap: 6px !important;
  }
  .row-gap-xxl-6 {
    row-gap: 6px !important;
  }
  .column-gap-xxl-6 {
    column-gap: 6px !important;
  }
  .gap-xxl-8 {
    gap: 8px !important;
  }
  .row-gap-xxl-8 {
    row-gap: 8px !important;
  }
  .column-gap-xxl-8 {
    column-gap: 8px !important;
  }
  .gap-xxl-10 {
    gap: 10px !important;
  }
  .row-gap-xxl-10 {
    row-gap: 10px !important;
  }
  .column-gap-xxl-10 {
    column-gap: 10px !important;
  }
  .gap-xxl-12 {
    gap: 12px !important;
  }
  .row-gap-xxl-12 {
    row-gap: 12px !important;
  }
  .column-gap-xxl-12 {
    column-gap: 12px !important;
  }
  .gap-xxl-15 {
    gap: 15px !important;
  }
  .row-gap-xxl-15 {
    row-gap: 15px !important;
  }
  .column-gap-xxl-15 {
    column-gap: 15px !important;
  }
  .gap-xxl-20 {
    gap: 20px !important;
  }
  .row-gap-xxl-20 {
    row-gap: 20px !important;
  }
  .column-gap-xxl-20 {
    column-gap: 20px !important;
  }
  .gap-xxl-25 {
    gap: 25px !important;
  }
  .row-gap-xxl-25 {
    row-gap: 25px !important;
  }
  .column-gap-xxl-25 {
    column-gap: 25px !important;
  }
  .gap-xxl-28 {
    gap: 28px !important;
  }
  .row-gap-xxl-28 {
    row-gap: 28px !important;
  }
  .column-gap-xxl-28 {
    column-gap: 28px !important;
  }
  .gap-xxl-30 {
    gap: 30px !important;
  }
  .row-gap-xxl-30 {
    row-gap: 30px !important;
  }
  .column-gap-xxl-30 {
    column-gap: 30px !important;
  }
  .gap-xxl-40 {
    gap: 40px !important;
  }
  .row-gap-xxl-40 {
    row-gap: 40px !important;
  }
  .column-gap-xxl-40 {
    column-gap: 40px !important;
  }
  .gap-xxl-50 {
    gap: 50px !important;
  }
  .row-gap-xxl-50 {
    row-gap: 50px !important;
  }
  .column-gap-xxl-50 {
    column-gap: 50px !important;
  }
  .gap-xxl-55 {
    gap: 55px !important;
  }
  .row-gap-xxl-55 {
    row-gap: 55px !important;
  }
  .column-gap-xxl-55 {
    column-gap: 55px !important;
  }
  .gap-xxl-60 {
    gap: 60px !important;
  }
  .row-gap-xxl-60 {
    row-gap: 60px !important;
  }
  .column-gap-xxl-60 {
    column-gap: 60px !important;
  }
  .gap-xxl-70 {
    gap: 70px !important;
  }
  .row-gap-xxl-70 {
    row-gap: 70px !important;
  }
  .column-gap-xxl-70 {
    column-gap: 70px !important;
  }
  .gap-xxl-80 {
    gap: 80px !important;
  }
  .row-gap-xxl-80 {
    row-gap: 80px !important;
  }
  .column-gap-xxl-80 {
    column-gap: 80px !important;
  }
  .gap-xxl-90 {
    gap: 90px !important;
  }
  .row-gap-xxl-90 {
    row-gap: 90px !important;
  }
  .column-gap-xxl-90 {
    column-gap: 90px !important;
  }
  .gap-xxl-100 {
    gap: 100px !important;
  }
  .row-gap-xxl-100 {
    row-gap: 100px !important;
  }
  .column-gap-xxl-100 {
    column-gap: 100px !important;
  }
}
.w-1 {
  width: 1px !important;
}

.h-1 {
  height: 1px !important;
}

.br-1 {
  border-radius: 1px !important;
}

.w-2 {
  width: 2px !important;
}

.h-2 {
  height: 2px !important;
}

.br-2 {
  border-radius: 2px !important;
}

.w-3 {
  width: 3px !important;
}

.h-3 {
  height: 3px !important;
}

.br-3 {
  border-radius: 3px !important;
}

.w-4 {
  width: 4px !important;
}

.h-4 {
  height: 4px !important;
}

.br-4 {
  border-radius: 4px !important;
}

.w-5 {
  width: 5px !important;
}

.h-5 {
  height: 5px !important;
}

.br-5 {
  border-radius: 5px !important;
}

.w-6 {
  width: 6px !important;
}

.h-6 {
  height: 6px !important;
}

.br-6 {
  border-radius: 6px !important;
}

.w-7 {
  width: 7px !important;
}

.h-7 {
  height: 7px !important;
}

.br-7 {
  border-radius: 7px !important;
}

.w-8 {
  width: 8px !important;
}

.h-8 {
  height: 8px !important;
}

.br-8 {
  border-radius: 8px !important;
}

.w-9 {
  width: 9px !important;
}

.h-9 {
  height: 9px !important;
}

.br-9 {
  border-radius: 9px !important;
}

.w-10 {
  width: 10px !important;
}

.h-10 {
  height: 10px !important;
}

.br-10 {
  border-radius: 10px !important;
}

.w-11 {
  width: 11px !important;
}

.h-11 {
  height: 11px !important;
}

.br-11 {
  border-radius: 11px !important;
}

.w-12 {
  width: 12px !important;
}

.h-12 {
  height: 12px !important;
}

.br-12 {
  border-radius: 12px !important;
}

.w-13 {
  width: 13px !important;
}

.h-13 {
  height: 13px !important;
}

.br-13 {
  border-radius: 13px !important;
}

.w-14 {
  width: 14px !important;
}

.h-14 {
  height: 14px !important;
}

.br-14 {
  border-radius: 14px !important;
}

.w-15 {
  width: 15px !important;
}

.h-15 {
  height: 15px !important;
}

.br-15 {
  border-radius: 15px !important;
}

.w-16 {
  width: 16px !important;
}

.h-16 {
  height: 16px !important;
}

.br-16 {
  border-radius: 16px !important;
}

.w-17 {
  width: 17px !important;
}

.h-17 {
  height: 17px !important;
}

.br-17 {
  border-radius: 17px !important;
}

.w-18 {
  width: 18px !important;
}

.h-18 {
  height: 18px !important;
}

.br-18 {
  border-radius: 18px !important;
}

.w-19 {
  width: 19px !important;
}

.h-19 {
  height: 19px !important;
}

.br-19 {
  border-radius: 19px !important;
}

.w-20 {
  width: 20px !important;
}

.h-20 {
  height: 20px !important;
}

.br-20 {
  border-radius: 20px !important;
}

.w-21 {
  width: 21px !important;
}

.h-21 {
  height: 21px !important;
}

.br-21 {
  border-radius: 21px !important;
}

.w-22 {
  width: 22px !important;
}

.h-22 {
  height: 22px !important;
}

.br-22 {
  border-radius: 22px !important;
}

.w-23 {
  width: 23px !important;
}

.h-23 {
  height: 23px !important;
}

.br-23 {
  border-radius: 23px !important;
}

.w-24 {
  width: 24px !important;
}

.h-24 {
  height: 24px !important;
}

.br-24 {
  border-radius: 24px !important;
}

.w-25 {
  width: 25px !important;
}

.h-25 {
  height: 25px !important;
}

.br-25 {
  border-radius: 25px !important;
}

.w-26 {
  width: 26px !important;
}

.h-26 {
  height: 26px !important;
}

.br-26 {
  border-radius: 26px !important;
}

.w-27 {
  width: 27px !important;
}

.h-27 {
  height: 27px !important;
}

.br-27 {
  border-radius: 27px !important;
}

.w-28 {
  width: 28px !important;
}

.h-28 {
  height: 28px !important;
}

.br-28 {
  border-radius: 28px !important;
}

.w-29 {
  width: 29px !important;
}

.h-29 {
  height: 29px !important;
}

.br-29 {
  border-radius: 29px !important;
}

.w-30 {
  width: 30px !important;
}

.h-30 {
  height: 30px !important;
}

.br-30 {
  border-radius: 30px !important;
}

.w-31 {
  width: 31px !important;
}

.h-31 {
  height: 31px !important;
}

.br-31 {
  border-radius: 31px !important;
}

.w-32 {
  width: 32px !important;
}

.h-32 {
  height: 32px !important;
}

.br-32 {
  border-radius: 32px !important;
}

.w-33 {
  width: 33px !important;
}

.h-33 {
  height: 33px !important;
}

.br-33 {
  border-radius: 33px !important;
}

.w-34 {
  width: 34px !important;
}

.h-34 {
  height: 34px !important;
}

.br-34 {
  border-radius: 34px !important;
}

.w-35 {
  width: 35px !important;
}

.h-35 {
  height: 35px !important;
}

.br-35 {
  border-radius: 35px !important;
}

.w-36 {
  width: 36px !important;
}

.h-36 {
  height: 36px !important;
}

.br-36 {
  border-radius: 36px !important;
}

.w-37 {
  width: 37px !important;
}

.h-37 {
  height: 37px !important;
}

.br-37 {
  border-radius: 37px !important;
}

.w-38 {
  width: 38px !important;
}

.h-38 {
  height: 38px !important;
}

.br-38 {
  border-radius: 38px !important;
}

.w-39 {
  width: 39px !important;
}

.h-39 {
  height: 39px !important;
}

.br-39 {
  border-radius: 39px !important;
}

.w-40 {
  width: 40px !important;
}

.h-40 {
  height: 40px !important;
}

.br-40 {
  border-radius: 40px !important;
}

.w-41 {
  width: 41px !important;
}

.h-41 {
  height: 41px !important;
}

.br-41 {
  border-radius: 41px !important;
}

.w-42 {
  width: 42px !important;
}

.h-42 {
  height: 42px !important;
}

.br-42 {
  border-radius: 42px !important;
}

.w-43 {
  width: 43px !important;
}

.h-43 {
  height: 43px !important;
}

.br-43 {
  border-radius: 43px !important;
}

.w-44 {
  width: 44px !important;
}

.h-44 {
  height: 44px !important;
}

.br-44 {
  border-radius: 44px !important;
}

.w-45 {
  width: 45px !important;
}

.h-45 {
  height: 45px !important;
}

.br-45 {
  border-radius: 45px !important;
}

.w-46 {
  width: 46px !important;
}

.h-46 {
  height: 46px !important;
}

.br-46 {
  border-radius: 46px !important;
}

.w-47 {
  width: 47px !important;
}

.h-47 {
  height: 47px !important;
}

.br-47 {
  border-radius: 47px !important;
}

.w-48 {
  width: 48px !important;
}

.h-48 {
  height: 48px !important;
}

.br-48 {
  border-radius: 48px !important;
}

.w-49 {
  width: 49px !important;
}

.h-49 {
  height: 49px !important;
}

.br-49 {
  border-radius: 49px !important;
}

.w-50 {
  width: 50px !important;
}

.h-50 {
  height: 50px !important;
}

.br-50 {
  border-radius: 50px !important;
}

.w-51 {
  width: 51px !important;
}

.h-51 {
  height: 51px !important;
}

.br-51 {
  border-radius: 51px !important;
}

.w-52 {
  width: 52px !important;
}

.h-52 {
  height: 52px !important;
}

.br-52 {
  border-radius: 52px !important;
}

.w-53 {
  width: 53px !important;
}

.h-53 {
  height: 53px !important;
}

.br-53 {
  border-radius: 53px !important;
}

.w-54 {
  width: 54px !important;
}

.h-54 {
  height: 54px !important;
}

.br-54 {
  border-radius: 54px !important;
}

.w-55 {
  width: 55px !important;
}

.h-55 {
  height: 55px !important;
}

.br-55 {
  border-radius: 55px !important;
}

.w-56 {
  width: 56px !important;
}

.h-56 {
  height: 56px !important;
}

.br-56 {
  border-radius: 56px !important;
}

.w-57 {
  width: 57px !important;
}

.h-57 {
  height: 57px !important;
}

.br-57 {
  border-radius: 57px !important;
}

.w-58 {
  width: 58px !important;
}

.h-58 {
  height: 58px !important;
}

.br-58 {
  border-radius: 58px !important;
}

.w-59 {
  width: 59px !important;
}

.h-59 {
  height: 59px !important;
}

.br-59 {
  border-radius: 59px !important;
}

.w-60 {
  width: 60px !important;
}

.h-60 {
  height: 60px !important;
}

.br-60 {
  border-radius: 60px !important;
}

.w-61 {
  width: 61px !important;
}

.h-61 {
  height: 61px !important;
}

.br-61 {
  border-radius: 61px !important;
}

.w-62 {
  width: 62px !important;
}

.h-62 {
  height: 62px !important;
}

.br-62 {
  border-radius: 62px !important;
}

.w-63 {
  width: 63px !important;
}

.h-63 {
  height: 63px !important;
}

.br-63 {
  border-radius: 63px !important;
}

.w-64 {
  width: 64px !important;
}

.h-64 {
  height: 64px !important;
}

.br-64 {
  border-radius: 64px !important;
}

.w-65 {
  width: 65px !important;
}

.h-65 {
  height: 65px !important;
}

.br-65 {
  border-radius: 65px !important;
}

.w-66 {
  width: 66px !important;
}

.h-66 {
  height: 66px !important;
}

.br-66 {
  border-radius: 66px !important;
}

.w-67 {
  width: 67px !important;
}

.h-67 {
  height: 67px !important;
}

.br-67 {
  border-radius: 67px !important;
}

.w-68 {
  width: 68px !important;
}

.h-68 {
  height: 68px !important;
}

.br-68 {
  border-radius: 68px !important;
}

.w-69 {
  width: 69px !important;
}

.h-69 {
  height: 69px !important;
}

.br-69 {
  border-radius: 69px !important;
}

.w-70 {
  width: 70px !important;
}

.h-70 {
  height: 70px !important;
}

.br-70 {
  border-radius: 70px !important;
}

.w-71 {
  width: 71px !important;
}

.h-71 {
  height: 71px !important;
}

.br-71 {
  border-radius: 71px !important;
}

.w-72 {
  width: 72px !important;
}

.h-72 {
  height: 72px !important;
}

.br-72 {
  border-radius: 72px !important;
}

.w-73 {
  width: 73px !important;
}

.h-73 {
  height: 73px !important;
}

.br-73 {
  border-radius: 73px !important;
}

.w-74 {
  width: 74px !important;
}

.h-74 {
  height: 74px !important;
}

.br-74 {
  border-radius: 74px !important;
}

.w-75 {
  width: 75px !important;
}

.h-75 {
  height: 75px !important;
}

.br-75 {
  border-radius: 75px !important;
}

.w-76 {
  width: 76px !important;
}

.h-76 {
  height: 76px !important;
}

.br-76 {
  border-radius: 76px !important;
}

.w-77 {
  width: 77px !important;
}

.h-77 {
  height: 77px !important;
}

.br-77 {
  border-radius: 77px !important;
}

.w-78 {
  width: 78px !important;
}

.h-78 {
  height: 78px !important;
}

.br-78 {
  border-radius: 78px !important;
}

.w-79 {
  width: 79px !important;
}

.h-79 {
  height: 79px !important;
}

.br-79 {
  border-radius: 79px !important;
}

.w-80 {
  width: 80px !important;
}

.h-80 {
  height: 80px !important;
}

.br-80 {
  border-radius: 80px !important;
}

.w-81 {
  width: 81px !important;
}

.h-81 {
  height: 81px !important;
}

.br-81 {
  border-radius: 81px !important;
}

.w-82 {
  width: 82px !important;
}

.h-82 {
  height: 82px !important;
}

.br-82 {
  border-radius: 82px !important;
}

.w-83 {
  width: 83px !important;
}

.h-83 {
  height: 83px !important;
}

.br-83 {
  border-radius: 83px !important;
}

.w-84 {
  width: 84px !important;
}

.h-84 {
  height: 84px !important;
}

.br-84 {
  border-radius: 84px !important;
}

.w-85 {
  width: 85px !important;
}

.h-85 {
  height: 85px !important;
}

.br-85 {
  border-radius: 85px !important;
}

.w-86 {
  width: 86px !important;
}

.h-86 {
  height: 86px !important;
}

.br-86 {
  border-radius: 86px !important;
}

.w-87 {
  width: 87px !important;
}

.h-87 {
  height: 87px !important;
}

.br-87 {
  border-radius: 87px !important;
}

.w-88 {
  width: 88px !important;
}

.h-88 {
  height: 88px !important;
}

.br-88 {
  border-radius: 88px !important;
}

.w-89 {
  width: 89px !important;
}

.h-89 {
  height: 89px !important;
}

.br-89 {
  border-radius: 89px !important;
}

.w-90 {
  width: 90px !important;
}

.h-90 {
  height: 90px !important;
}

.br-90 {
  border-radius: 90px !important;
}

.w-91 {
  width: 91px !important;
}

.h-91 {
  height: 91px !important;
}

.br-91 {
  border-radius: 91px !important;
}

.w-92 {
  width: 92px !important;
}

.h-92 {
  height: 92px !important;
}

.br-92 {
  border-radius: 92px !important;
}

.w-93 {
  width: 93px !important;
}

.h-93 {
  height: 93px !important;
}

.br-93 {
  border-radius: 93px !important;
}

.w-94 {
  width: 94px !important;
}

.h-94 {
  height: 94px !important;
}

.br-94 {
  border-radius: 94px !important;
}

.w-95 {
  width: 95px !important;
}

.h-95 {
  height: 95px !important;
}

.br-95 {
  border-radius: 95px !important;
}

.w-96 {
  width: 96px !important;
}

.h-96 {
  height: 96px !important;
}

.br-96 {
  border-radius: 96px !important;
}

.w-97 {
  width: 97px !important;
}

.h-97 {
  height: 97px !important;
}

.br-97 {
  border-radius: 97px !important;
}

.w-98 {
  width: 98px !important;
}

.h-98 {
  height: 98px !important;
}

.br-98 {
  border-radius: 98px !important;
}

.w-99 {
  width: 99px !important;
}

.h-99 {
  height: 99px !important;
}

.br-99 {
  border-radius: 99px !important;
}

.w-100 {
  width: 100px !important;
}

.h-100 {
  height: 100px !important;
}

.br-100 {
  border-radius: 100px !important;
}

.w-101 {
  width: 101px !important;
}

.h-101 {
  height: 101px !important;
}

.br-101 {
  border-radius: 101px !important;
}

.w-102 {
  width: 102px !important;
}

.h-102 {
  height: 102px !important;
}

.br-102 {
  border-radius: 102px !important;
}

.w-103 {
  width: 103px !important;
}

.h-103 {
  height: 103px !important;
}

.br-103 {
  border-radius: 103px !important;
}

.w-104 {
  width: 104px !important;
}

.h-104 {
  height: 104px !important;
}

.br-104 {
  border-radius: 104px !important;
}

.w-105 {
  width: 105px !important;
}

.h-105 {
  height: 105px !important;
}

.br-105 {
  border-radius: 105px !important;
}

.w-106 {
  width: 106px !important;
}

.h-106 {
  height: 106px !important;
}

.br-106 {
  border-radius: 106px !important;
}

.w-107 {
  width: 107px !important;
}

.h-107 {
  height: 107px !important;
}

.br-107 {
  border-radius: 107px !important;
}

.w-108 {
  width: 108px !important;
}

.h-108 {
  height: 108px !important;
}

.br-108 {
  border-radius: 108px !important;
}

.w-109 {
  width: 109px !important;
}

.h-109 {
  height: 109px !important;
}

.br-109 {
  border-radius: 109px !important;
}

.w-110 {
  width: 110px !important;
}

.h-110 {
  height: 110px !important;
}

.br-110 {
  border-radius: 110px !important;
}

.w-111 {
  width: 111px !important;
}

.h-111 {
  height: 111px !important;
}

.br-111 {
  border-radius: 111px !important;
}

.w-112 {
  width: 112px !important;
}

.h-112 {
  height: 112px !important;
}

.br-112 {
  border-radius: 112px !important;
}

.w-113 {
  width: 113px !important;
}

.h-113 {
  height: 113px !important;
}

.br-113 {
  border-radius: 113px !important;
}

.w-114 {
  width: 114px !important;
}

.h-114 {
  height: 114px !important;
}

.br-114 {
  border-radius: 114px !important;
}

.w-115 {
  width: 115px !important;
}

.h-115 {
  height: 115px !important;
}

.br-115 {
  border-radius: 115px !important;
}

.w-116 {
  width: 116px !important;
}

.h-116 {
  height: 116px !important;
}

.br-116 {
  border-radius: 116px !important;
}

.w-117 {
  width: 117px !important;
}

.h-117 {
  height: 117px !important;
}

.br-117 {
  border-radius: 117px !important;
}

.w-118 {
  width: 118px !important;
}

.h-118 {
  height: 118px !important;
}

.br-118 {
  border-radius: 118px !important;
}

.w-119 {
  width: 119px !important;
}

.h-119 {
  height: 119px !important;
}

.br-119 {
  border-radius: 119px !important;
}

.w-120 {
  width: 120px !important;
}

.h-120 {
  height: 120px !important;
}

.br-120 {
  border-radius: 120px !important;
}

.w-121 {
  width: 121px !important;
}

.h-121 {
  height: 121px !important;
}

.br-121 {
  border-radius: 121px !important;
}

.w-122 {
  width: 122px !important;
}

.h-122 {
  height: 122px !important;
}

.br-122 {
  border-radius: 122px !important;
}

.w-123 {
  width: 123px !important;
}

.h-123 {
  height: 123px !important;
}

.br-123 {
  border-radius: 123px !important;
}

.w-124 {
  width: 124px !important;
}

.h-124 {
  height: 124px !important;
}

.br-124 {
  border-radius: 124px !important;
}

.w-125 {
  width: 125px !important;
}

.h-125 {
  height: 125px !important;
}

.br-125 {
  border-radius: 125px !important;
}

.w-126 {
  width: 126px !important;
}

.h-126 {
  height: 126px !important;
}

.br-126 {
  border-radius: 126px !important;
}

.w-127 {
  width: 127px !important;
}

.h-127 {
  height: 127px !important;
}

.br-127 {
  border-radius: 127px !important;
}

.w-128 {
  width: 128px !important;
}

.h-128 {
  height: 128px !important;
}

.br-128 {
  border-radius: 128px !important;
}

.w-129 {
  width: 129px !important;
}

.h-129 {
  height: 129px !important;
}

.br-129 {
  border-radius: 129px !important;
}

.w-130 {
  width: 130px !important;
}

.h-130 {
  height: 130px !important;
}

.br-130 {
  border-radius: 130px !important;
}

.w-131 {
  width: 131px !important;
}

.h-131 {
  height: 131px !important;
}

.br-131 {
  border-radius: 131px !important;
}

.w-132 {
  width: 132px !important;
}

.h-132 {
  height: 132px !important;
}

.br-132 {
  border-radius: 132px !important;
}

.w-133 {
  width: 133px !important;
}

.h-133 {
  height: 133px !important;
}

.br-133 {
  border-radius: 133px !important;
}

.w-134 {
  width: 134px !important;
}

.h-134 {
  height: 134px !important;
}

.br-134 {
  border-radius: 134px !important;
}

.w-135 {
  width: 135px !important;
}

.h-135 {
  height: 135px !important;
}

.br-135 {
  border-radius: 135px !important;
}

.w-136 {
  width: 136px !important;
}

.h-136 {
  height: 136px !important;
}

.br-136 {
  border-radius: 136px !important;
}

.w-137 {
  width: 137px !important;
}

.h-137 {
  height: 137px !important;
}

.br-137 {
  border-radius: 137px !important;
}

.w-138 {
  width: 138px !important;
}

.h-138 {
  height: 138px !important;
}

.br-138 {
  border-radius: 138px !important;
}

.w-139 {
  width: 139px !important;
}

.h-139 {
  height: 139px !important;
}

.br-139 {
  border-radius: 139px !important;
}

.w-140 {
  width: 140px !important;
}

.h-140 {
  height: 140px !important;
}

.br-140 {
  border-radius: 140px !important;
}

.w-141 {
  width: 141px !important;
}

.h-141 {
  height: 141px !important;
}

.br-141 {
  border-radius: 141px !important;
}

.w-142 {
  width: 142px !important;
}

.h-142 {
  height: 142px !important;
}

.br-142 {
  border-radius: 142px !important;
}

.w-143 {
  width: 143px !important;
}

.h-143 {
  height: 143px !important;
}

.br-143 {
  border-radius: 143px !important;
}

.w-144 {
  width: 144px !important;
}

.h-144 {
  height: 144px !important;
}

.br-144 {
  border-radius: 144px !important;
}

.w-145 {
  width: 145px !important;
}

.h-145 {
  height: 145px !important;
}

.br-145 {
  border-radius: 145px !important;
}

.w-146 {
  width: 146px !important;
}

.h-146 {
  height: 146px !important;
}

.br-146 {
  border-radius: 146px !important;
}

.w-147 {
  width: 147px !important;
}

.h-147 {
  height: 147px !important;
}

.br-147 {
  border-radius: 147px !important;
}

.w-148 {
  width: 148px !important;
}

.h-148 {
  height: 148px !important;
}

.br-148 {
  border-radius: 148px !important;
}

.w-149 {
  width: 149px !important;
}

.h-149 {
  height: 149px !important;
}

.br-149 {
  border-radius: 149px !important;
}

.w-150 {
  width: 150px !important;
}

.h-150 {
  height: 150px !important;
}

.br-150 {
  border-radius: 150px !important;
}

.w-151 {
  width: 151px !important;
}

.h-151 {
  height: 151px !important;
}

.br-151 {
  border-radius: 151px !important;
}

.w-152 {
  width: 152px !important;
}

.h-152 {
  height: 152px !important;
}

.br-152 {
  border-radius: 152px !important;
}

.w-153 {
  width: 153px !important;
}

.h-153 {
  height: 153px !important;
}

.br-153 {
  border-radius: 153px !important;
}

.w-154 {
  width: 154px !important;
}

.h-154 {
  height: 154px !important;
}

.br-154 {
  border-radius: 154px !important;
}

.w-155 {
  width: 155px !important;
}

.h-155 {
  height: 155px !important;
}

.br-155 {
  border-radius: 155px !important;
}

.w-156 {
  width: 156px !important;
}

.h-156 {
  height: 156px !important;
}

.br-156 {
  border-radius: 156px !important;
}

.w-157 {
  width: 157px !important;
}

.h-157 {
  height: 157px !important;
}

.br-157 {
  border-radius: 157px !important;
}

.w-158 {
  width: 158px !important;
}

.h-158 {
  height: 158px !important;
}

.br-158 {
  border-radius: 158px !important;
}

.w-159 {
  width: 159px !important;
}

.h-159 {
  height: 159px !important;
}

.br-159 {
  border-radius: 159px !important;
}

.w-160 {
  width: 160px !important;
}

.h-160 {
  height: 160px !important;
}

.br-160 {
  border-radius: 160px !important;
}

.w-161 {
  width: 161px !important;
}

.h-161 {
  height: 161px !important;
}

.br-161 {
  border-radius: 161px !important;
}

.w-162 {
  width: 162px !important;
}

.h-162 {
  height: 162px !important;
}

.br-162 {
  border-radius: 162px !important;
}

.w-163 {
  width: 163px !important;
}

.h-163 {
  height: 163px !important;
}

.br-163 {
  border-radius: 163px !important;
}

.w-164 {
  width: 164px !important;
}

.h-164 {
  height: 164px !important;
}

.br-164 {
  border-radius: 164px !important;
}

.w-165 {
  width: 165px !important;
}

.h-165 {
  height: 165px !important;
}

.br-165 {
  border-radius: 165px !important;
}

.w-166 {
  width: 166px !important;
}

.h-166 {
  height: 166px !important;
}

.br-166 {
  border-radius: 166px !important;
}

.w-167 {
  width: 167px !important;
}

.h-167 {
  height: 167px !important;
}

.br-167 {
  border-radius: 167px !important;
}

.w-168 {
  width: 168px !important;
}

.h-168 {
  height: 168px !important;
}

.br-168 {
  border-radius: 168px !important;
}

.w-169 {
  width: 169px !important;
}

.h-169 {
  height: 169px !important;
}

.br-169 {
  border-radius: 169px !important;
}

.w-170 {
  width: 170px !important;
}

.h-170 {
  height: 170px !important;
}

.br-170 {
  border-radius: 170px !important;
}

.w-171 {
  width: 171px !important;
}

.h-171 {
  height: 171px !important;
}

.br-171 {
  border-radius: 171px !important;
}

.w-172 {
  width: 172px !important;
}

.h-172 {
  height: 172px !important;
}

.br-172 {
  border-radius: 172px !important;
}

.w-173 {
  width: 173px !important;
}

.h-173 {
  height: 173px !important;
}

.br-173 {
  border-radius: 173px !important;
}

.w-174 {
  width: 174px !important;
}

.h-174 {
  height: 174px !important;
}

.br-174 {
  border-radius: 174px !important;
}

.w-175 {
  width: 175px !important;
}

.h-175 {
  height: 175px !important;
}

.br-175 {
  border-radius: 175px !important;
}

.w-176 {
  width: 176px !important;
}

.h-176 {
  height: 176px !important;
}

.br-176 {
  border-radius: 176px !important;
}

.w-177 {
  width: 177px !important;
}

.h-177 {
  height: 177px !important;
}

.br-177 {
  border-radius: 177px !important;
}

.w-178 {
  width: 178px !important;
}

.h-178 {
  height: 178px !important;
}

.br-178 {
  border-radius: 178px !important;
}

.w-179 {
  width: 179px !important;
}

.h-179 {
  height: 179px !important;
}

.br-179 {
  border-radius: 179px !important;
}

.w-180 {
  width: 180px !important;
}

.h-180 {
  height: 180px !important;
}

.br-180 {
  border-radius: 180px !important;
}

.w-181 {
  width: 181px !important;
}

.h-181 {
  height: 181px !important;
}

.br-181 {
  border-radius: 181px !important;
}

.w-182 {
  width: 182px !important;
}

.h-182 {
  height: 182px !important;
}

.br-182 {
  border-radius: 182px !important;
}

.w-183 {
  width: 183px !important;
}

.h-183 {
  height: 183px !important;
}

.br-183 {
  border-radius: 183px !important;
}

.w-184 {
  width: 184px !important;
}

.h-184 {
  height: 184px !important;
}

.br-184 {
  border-radius: 184px !important;
}

.w-185 {
  width: 185px !important;
}

.h-185 {
  height: 185px !important;
}

.br-185 {
  border-radius: 185px !important;
}

.w-186 {
  width: 186px !important;
}

.h-186 {
  height: 186px !important;
}

.br-186 {
  border-radius: 186px !important;
}

.w-187 {
  width: 187px !important;
}

.h-187 {
  height: 187px !important;
}

.br-187 {
  border-radius: 187px !important;
}

.w-188 {
  width: 188px !important;
}

.h-188 {
  height: 188px !important;
}

.br-188 {
  border-radius: 188px !important;
}

.w-189 {
  width: 189px !important;
}

.h-189 {
  height: 189px !important;
}

.br-189 {
  border-radius: 189px !important;
}

.w-190 {
  width: 190px !important;
}

.h-190 {
  height: 190px !important;
}

.br-190 {
  border-radius: 190px !important;
}

.w-191 {
  width: 191px !important;
}

.h-191 {
  height: 191px !important;
}

.br-191 {
  border-radius: 191px !important;
}

.w-192 {
  width: 192px !important;
}

.h-192 {
  height: 192px !important;
}

.br-192 {
  border-radius: 192px !important;
}

.w-193 {
  width: 193px !important;
}

.h-193 {
  height: 193px !important;
}

.br-193 {
  border-radius: 193px !important;
}

.w-194 {
  width: 194px !important;
}

.h-194 {
  height: 194px !important;
}

.br-194 {
  border-radius: 194px !important;
}

.w-195 {
  width: 195px !important;
}

.h-195 {
  height: 195px !important;
}

.br-195 {
  border-radius: 195px !important;
}

.w-196 {
  width: 196px !important;
}

.h-196 {
  height: 196px !important;
}

.br-196 {
  border-radius: 196px !important;
}

.w-197 {
  width: 197px !important;
}

.h-197 {
  height: 197px !important;
}

.br-197 {
  border-radius: 197px !important;
}

.w-198 {
  width: 198px !important;
}

.h-198 {
  height: 198px !important;
}

.br-198 {
  border-radius: 198px !important;
}

.w-199 {
  width: 199px !important;
}

.h-199 {
  height: 199px !important;
}

.br-199 {
  border-radius: 199px !important;
}

.w-200 {
  width: 200px !important;
}

.h-200 {
  height: 200px !important;
}

.br-200 {
  border-radius: 200px !important;
}

.about-section {
  margin: 0 40px;
  position: relative;
  border-radius: 30px;
  z-index: 9;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .about-section {
    margin: 0 15px;
  }
}
.about-section .shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 48px;
}
.about-section .shape-1 img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
@media (max-width: 1199px) {
  .about-section .shape-1 {
    display: none;
  }
}
.about-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 30px;
  background: #f2eee8;
  height: 94%;
  z-index: -1;
}
@media (max-width: 1199px) {
  .about-section::before {
    height: 100%;
  }
}

.about-image-item-style-1 .counter-content {
  margin-bottom: 48px;
  position: relative;
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .about-image-item-style-1 .counter-content {
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.about-image-item-style-1 .counter-content h2 {
  font-size: 78px;
  color: var(--theme-2);
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .about-image-item-style-1 .counter-content h2 {
    font-size: 50px;
  }
}
.about-image-item-style-1 .about-image {
  max-width: 408px;
  position: relative;
}
@media (max-width: 1199px) {
  .about-image-item-style-1 .about-image {
    max-width: initial;
  }
}
.about-image-item-style-1 .about-image img {
  width: 100%;
  height: 100%;
  border-radius: 30px 0;
  border: 5px solid var(--white);
}
.about-image-item-style-1 .about-image .about-box {
  max-width: initial;
  position: absolute;
  border-radius: 22px 0px;
  background-color: var(--white);
  bottom: 160px;
  right: -125px;
  padding: 12px 30px;
}
@media (max-width: 1199px) {
  .about-image-item-style-1 .about-image .about-box {
    right: 0;
    bottom: 0;
  }
}
.about-image-item-style-1 .about-image .about-image-2 {
  position: absolute;
  top: -200px;
  right: -200px;
  max-width: 298px;
}
@media (max-width: 1199px) {
  .about-image-item-style-1 .about-image .about-image-2 {
    right: 0;
    top: 0;
    max-width: 180px;
  }
}
@media (max-width: 991px) {
  .about-image-item-style-1 .about-image .about-image-2 {
    max-width: 298px;
  }
}
@media (max-width: 767px) {
  .about-image-item-style-1 .about-image .about-image-2 {
    max-width: 180px;
  }
}

.about-content {
  margin-left: 90px;
}
@media (max-width: 1199px) {
  .about-content {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .about-content .list-item {
    flex-wrap: wrap;
    gap: 10px !important;
    margin-top: 30px !important;
  }
}
.about-content .list-item .list li {
  color: #566a70;
}
.about-content .list-item .list li i {
  margin-right: 5px;
  color: var(--theme);
}
.about-content .list-item .list li:not(:last-child) {
  margin-bottom: 8px;
}
.about-content .about-button {
  margin-top: 48px;
}
@media (max-width: 1199px) {
  .about-content .about-button {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .about-content .list-item {
    margin-top: 20px !important;
  }
}

@media (max-width: 991px) {
  .about-content-padding-1 {
    padding-bottom: 80px;
  }
}

.about-thumb03 .flower-shape {
  position: absolute;
  top: 60px;
  left: -30px;
}

.about-thumb__three {
  max-width: 600px;
  height: 695px;
}
@media (max-width: 1199px) {
  .about-thumb__three .thumb1 {
    max-width: 300px;
  }
  .about-thumb__three .thumb2 {
    max-width: 260px;
  }
}
@media (max-width: 991px) {
  .about-thumb__three {
    height: 595px;
  }
  .about-thumb__three .thumb1 {
    max-width: 300px;
  }
  .about-thumb__three .thumb2 {
    max-width: 260px;
  }
}
@media (max-width: 767px) {
  .about-thumb__three {
    height: 400px;
  }
  .about-thumb__three .thumb1 {
    max-width: 250px;
  }
  .about-thumb__three .thumb2 {
    max-width: 150px;
    margin-left: 200px;
  }
}
@media (max-width: 575px) {
  .about-thumb__three {
    height: 350px;
  }
  .about-thumb__three .thumb1 {
    max-width: 250px;
  }
  .about-thumb__three .thumb2 {
    max-width: 150px;
    margin-left: 50px;
  }
}
@media screen and (max-width: 380px) {
  .about-thumb__three {
    height: 350px;
  }
  .about-thumb__three .thumb1 {
    max-width: 200px;
  }
  .about-thumb__three .thumb2 {
    max-width: 150px;
    margin-left: 50px;
  }
}

.about-thumb_controller {
  width: 670px;
  height: 680px;
  margin-left: -90px;
}
@media (max-width: 1199px) {
  .about-thumb_controller {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .about-thumb_controller {
    width: 100%;
    height: 400px;
    margin-left: 0;
  }
  .about-thumb_controller .thumb1 {
    max-width: 150px;
  }
  .about-thumb_controller .thumb2 {
    max-width: 200px;
  }
  .about-thumb_controller .thumb3 {
    max-width: 300px;
  }
}

.about-list03 .icon {
  width: 88px;
  min-width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: rgba(251, 91, 50, 0.12);
}
@media (max-width: 575px) {
  .about-list03 .icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
  .about-list03 .icon img {
    width: 30px;
  }
}

.thumb-quote {
  max-width: 490px;
  height: 750px;
}
@media (max-width: 991px) {
  .thumb-quote {
    height: 650px;
  }
}
@media (max-width: 767px) {
  .thumb-quote {
    height: 550px;
  }
}

.about-advanture {
  margin-left: -200px;
  position: relative;
  z-index: 1;
}
.about-advanture p {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  color: #000;
}
.about-advanture .thumb {
  width: 98px;
  min-width: 98px;
}
@media (max-width: 991px) {
  .about-advanture {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .about-advanture p {
    font-size: 16px !important;
    line-height: 22px;
  }
}

.exprience-counting {
  transform: rotate(-90deg);
  position: absolute;
  left: -70px;
  top: 90px;
}
@media (max-width: 575px) {
  .exprience-counting {
    top: 5px;
  }
}

.counting-status {
  transform: translateY(-100px);
  margin-bottom: -100px;
}
@media (max-width: 1399px) {
  .counting-status {
    margin-bottom: 0;
    transform: translateY(0px);
    padding-top: 80px;
  }
}

#countdown ul .count-down-item {
  width: 108px;
  height: 108px;
  border: 2px solid var(--text);
  border-radius: 50%;
}
#countdown ul .dots-clone {
  font-size: 44px;
  color: var(--text);
  text-align: center;
}

.custom-tabs__navs .nav-link {
  color: #566a70;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  border: unset;
  border-bottom: 1px solid #fff !important;
  padding: 0 0;
}
.custom-tabs__navs .nav-link.active {
  color: #fb5b32;
  font-weight: 600;
  border-bottom: 1px solid #fb5b32 !important;
}

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
.float-bob-x2 {
  -webkit-animation-name: float-bob-x2;
  animation-name: float-bob-x2;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x2 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(-30px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}
@keyframes float-bob-x2 {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*img-animation**********************/
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-bottom {
  animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes arryLeftRight {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(10px);
  }
}
.animation__arryLeftRight {
  animation: arryLeftRight 2s ease infinite alternate;
}

@keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}
.animation-infinite {
  animation: ShapeAnim 50s linear infinite;
  height: 30px;
  width: 100%;
  background-repeat: repeat;
  overflow: hidden;
}

@keyframes ShapeAnim {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top left 3000px;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fade-down {
  0% {
    opacity: 0;
    transform: scaleY(0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
  }
}
@keyframes wobble-horizontal-hover {
  16.65% {
    transform: translateX(5px);
  }
  33.3% {
    transform: translateX(-3px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
.contact-us-items .icon {
  width: 108px;
  height: 108px;
  line-height: 108px;
  border-radius: 12px;
  background: rgba(251, 91, 50, 0.07);
  font-size: 50px;
  text-align: center;
  color: var(--theme-2);
  transition: all 0.4s ease-in-out;
  position: relative;
}
.contact-us-items .icon:hover {
  background-color: var(--theme-2);
  color: var(--white);
}
.contact-us-items .icon:hover i {
  animation: wobble-horizontal-hover 1s ease-in-out 1;
}
.contact-us-items .content p {
  line-height: 175%;
  color: #626C74;
}
.contact-us-items .content p a {
  color: #626C74;
}
.contact-us-items:hover .icon {
  background-color: var(--theme-2);
  color: var(--white);
}
.contact-us-items:hover .icon i {
  animation: wobble-horizontal-hover 1s ease-in-out 1;
}

.contact-inner-image1 img {
  width: 100%;
  height: 100%;
}

.contact-inner-box-1 {
  background-color: var(--bg);
  border-radius: 6px;
  border: 1px solid rgba(35, 31, 32, 0.1);
  background: #F2EEE8;
}
.contact-inner-box-1 .form-clt span {
  color: #646464;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
}
.contact-inner-box-1 .form-clt input, .contact-inner-box-1 .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background: var(--white);
  padding: 16px 20px;
  font-weight: 400;
  border-radius: 5px;
  font-size: 16px;
  color: rgba(100, 100, 100, 0.71);
  line-height: 1;
}
.contact-inner-box-1 .form-clt input::placeholder, .contact-inner-box-1 .form-clt textarea::placeholder {
  color: rgba(100, 100, 100, 0.71);
}
.contact-inner-box-1 .form-clt .form .single-select {
  border-radius: 5px;
  border: none;
  padding: 16px 20px;
  height: initial;
  line-height: 1;
  background: var(--white);
  width: 100% !important;
}
.contact-inner-box-1 .form-clt .form .single-select .current {
  color: #646464;
}
.contact-inner-box-1 .form-clt .form .single-select::after {
  right: 20px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #626C74;
  border-right: 2px solid #626C74;
}
.contact-inner-box-1 .form-clt .form .single-select .list {
  width: 100%;
}
.contact-inner-box-1 .form-check-label {
  font-size: 15px;
  color: #57595C;
}
.contact-inner-box-1 .form-check .form-check-input {
  float: left;
  transform: translateY(4px);
  border-radius: 100px;
  border: 1px solid var(--theme);
  background-color: #F2EEE8;
}
.contact-inner-box-1 .form-check .form-check-input:checked {
  background-color: var(--theme);
}

.map-items .googpemap iframe {
  width: 100%;
  height: 444.228px;
}
@media (max-width: 575px) {
  .map-items .googpemap iframe {
    height: 300px;
  }
}

.contact-page-image {
  margin-right: 27px;
}
@media (max-width: 1199px) {
  .contact-page-image {
    margin-right: 0;
  }
}

.cta-style-1 {
  background-color: var(--theme-2);
  border-radius: 40px 0px;
  padding: 100px 0;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.cta-style-1 .cta-image {
  position: absolute;
  left: 50px;
  bottom: 0;
  max-width: 240px;
}
@media (max-width: 991px) {
  .cta-style-1 .cta-image {
    display: none;
  }
}
.cta-style-1 .cta-image img {
  width: 100%;
  height: 100%;
}
.cta-style-1 .cta-image-2 {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  .cta-style-1 .cta-image-2 {
    display: none;
  }
}
.cta-style-1 .cta-image-2 img {
  width: 100%;
  height: 100%;
  border-radius: 30px 0;
  border: 4px solid var(--white);
  transform: rotate(15deg);
}
.cta-style-1 .cta-image-3 {
  position: absolute;
  right: 0;
  bottom: 30px;
}
@media (max-width: 991px) {
  .cta-style-1 .cta-image-3 {
    display: none;
  }
}
.cta-style-1 .cta-image-3 img {
  width: 100%;
  height: 100%;
  border-radius: 30px 0;
  border: 4px solid var(--white);
  transform: rotate(15deg);
}
.cta-style-1 .shape {
  position: absolute;
  bottom: 44px;
  left: 34%;
}
@media (max-width: 1199px) {
  .cta-style-1 .shape {
    display: none;
  }
}
.cta-style-1 .shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.cta-1 {
  position: relative;
  z-index: 9;
}
.cta-1::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #F2EEE8;
  z-index: -1;
  height: 50%;
}

.cta-section {
  position: relative;
}
.cta-section .shape-3 {
  position: absolute;
  top: 75px;
  left: 17%;
}
@media (max-width: 1199px) {
  .cta-section .shape-3 {
    display: none;
  }
}

.cta-offer-items-style-1 .cta-offer-image {
  max-width: 285px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .cta-offer-items-style-1 .cta-offer-image {
    max-width: initial;
  }
}
.cta-offer-items-style-1 .cta-offer-image img {
  width: 100%;
  height: 100%;
  border-radius: 0 30px;
  border: 4px solid var(--white);
}
.cta-offer-items-style-1 .cta-offer-image .cta-offer-image-2 {
  position: absolute;
  max-width: 180px;
  right: -70px;
  top: -188px;
}
@media (max-width: 1199px) {
  .cta-offer-items-style-1 .cta-offer-image .cta-offer-image-2 {
    max-width: 150px;
    right: initial;
    left: 0;
    top: 0;
  }
}
@media (max-width: 991px) {
  .cta-offer-items-style-1 .cta-offer-image .cta-offer-image-2 {
    max-width: 180px;
  }
}
@media (max-width: 575px) {
  .cta-offer-items-style-1 .cta-offer-image .cta-offer-image-2 {
    max-width: 150px;
  }
}
.cta-offer-items-style-1 .cta-offer-image .cta-offer-image-3 {
  position: absolute;
  max-width: 202px;
  right: -210px;
  top: -85px;
  z-index: -1;
}
.cta-offer-items-style-1 .cta-offer-image .cta-offer-image-3 img {
  border-radius: 0 30px;
}
@media (max-width: 1199px) {
  .cta-offer-items-style-1 .cta-offer-image .cta-offer-image-3 {
    max-width: 150px;
    right: 0;
    top: initial;
    bottom: 0;
    z-index: initial;
  }
}
@media (max-width: 991px) {
  .cta-offer-items-style-1 .cta-offer-image .cta-offer-image-3 {
    max-width: 202x;
  }
}
@media (max-width: 575px) {
  .cta-offer-items-style-1 .cta-offer-image .cta-offer-image-3 {
    max-width: 150px;
  }
}
.cta-offer-items-style-1 .cta-offer-image .circle-image {
  position: absolute;
  max-width: initial;
  right: -165px;
  bottom: 20px;
}
@media (max-width: 1199px) {
  .cta-offer-items-style-1 .cta-offer-image .circle-image {
    display: none;
  }
}
.cta-offer-items-style-1 .cta-offer-image .circle-image img {
  border: 4px none;
}
.cta-offer-items-style-1 .cta-offer-image .circle-image .offer-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.cta-offer-items-style-1 .cta-offer-image .circle-image .offer-content h4 {
  font-weight: 800;
}
.cta-offer-items-style-1 .cta-offer-image .circle-image .offer-content h2 {
  font-size: 44px;
  font-weight: 700;
  color: var(--theme-2);
}

.cta-offer-section {
  margin: 0 30px;
  position: relative;
  border-radius: 30px;
}
@media (max-width: 1199px) {
  .cta-offer-section {
    margin: 0 15px;
  }
}
.cta-offer-section .shape-1 {
  position: absolute;
  top: 55px;
  right: 28%;
}
@media (max-width: 1199px) {
  .cta-offer-section .shape-1 {
    display: none;
  }
}
.cta-offer-section .shape-2 {
  position: absolute;
  top: 90px;
  right: 62px;
}
@media (max-width: 1199px) {
  .cta-offer-section .shape-2 {
    display: none;
  }
}
.cta-offer-section .shape-3 {
  position: absolute;
  bottom: 0;
  right: 222px;
}
@media (max-width: 1199px) {
  .cta-offer-section .shape-3 {
    display: none;
  }
}
.cta-offer-section .shape-4 {
  position: absolute;
  bottom: 95px;
  left: 42%;
}
@media (max-width: 1199px) {
  .cta-offer-section .shape-4 {
    display: none;
  }
}

.cta-offer-content-style-1 .cta-button {
  margin-top: 48px;
}
@media (max-width: 1199px) {
  .cta-offer-content-style-1 .cta-button {
    margin-top: 30px;
  }
}
.cta-offer-content-style-1 .cta-button .theme-btn {
  background-color: var(--white);
  color: var(--theme-2);
}
.cta-offer-content-style-1 .cta-button .theme-btn i {
  color: var(--theme-2);
}

.cta-content-style-1 .cta-button {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 1199px) {
  .cta-content-style-1 .cta-button {
    margin-top: 30px;
  }
}
.cta-content-style-1 .cta-button .theme-btn {
  background-color: var(--white);
  color: var(--theme-2);
  text-align: center;
}
.cta-content-style-1 .cta-button .theme-btn i {
  color: var(--theme-2);
}
.cta-content-style-1 .cta-button .theme-btn:hover {
  color: var(--white);
}
.cta-content-style-1 .cta-button .theme-btn:hover i {
  color: var(--white);
}

.cta-thumb4 {
  margin: 0 80px -20px 0;
}
@media (max-width: 767px) {
  .cta-thumb4 {
    margin: 0 10px -40px 0;
  }
}

.tour-gallery-section {
  margin: 0 15px;
}

.tour-gallery-image-style-1 img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

@media (max-width: 1199px) {
  .activities-rating-style-1 {
    flex-wrap: wrap !important;
    gap: 20px !important;
  }
}
.activities-rating-style-1 .activities-content h2 {
  font-size: 44px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .activities-rating-style-1 .activities-content h2 {
    font-size: 24px;
  }
}
.activities-rating-style-1 .activities-content .rating {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1199px) {
  .activities-rating-style-1 .activities-content .rating {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.activities-rating-style-1 .activities-content .rating span {
  color: #566A70;
  font-size: 14px;
  font-weight: 500;
}
.activities-rating-style-1 .activities-content .rating .star i {
  color: var(--theme-2);
}
.activities-rating-style-1 .activities-content .rating li {
  color: #848F93;
  font-size: 14px;
  font-weight: 500;
}
.activities-rating-style-1 .activities-content .rating li i {
  color: var(--theme);
  margin-right: 6px;
}
.activities-rating-style-1 .share {
  border-radius: 6px;
  border: 1px solid var(--theme-2);
  padding: 18px 24px;
  line-height: 1;
}
.activities-rating-style-1 .share li {
  color: #1D3638;
}
.activities-rating-style-1 .share li i {
  color: var(--theme-2);
  margin-left: 5px;
}

.tour-details-post-style-1 .tour-box-wrap {
  border-radius: 10px;
  border: 1px solid rgba(21, 20, 21, 0.14);
  padding: 40px;
}
@media (max-width: 1199px) {
  .tour-details-post-style-1 .tour-box-wrap {
    padding: 30px;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}
.tour-details-post-style-1 .tour-box-wrap .tour-box-area {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .tour-details-post-style-1 .tour-box-wrap .tour-box-area {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
  }
}
.tour-details-post-style-1 .tour-box-wrap .tour-box-area .tour-box-item {
  display: flex;
  gap: 12px;
  flex-basis: 21%;
}
@media (max-width: 575px) {
  .tour-details-post-style-1 .tour-box-wrap .tour-box-area .tour-box-item {
    flex-basis: 100%;
  }
}
.tour-details-post-style-1 .tour-box-wrap .tour-box-area .tour-box-item .content h6 {
  font-size: 14px;
}
.tour-details-post-style-1 .tour-box-wrap .tour-box-area .tour-box-item .content span {
  font-size: 12px;
  font-weight: 300;
  color: #636D6C;
}
.tour-details-post-style-1 .tour-detils-content h3 {
  font-size: 32px;
}
@media (max-width: 575px) {
  .tour-details-post-style-1 .tour-detils-content h3 {
    font-size: 25px;
  }
}
.tour-details-post-style-1 .tour-detils-content h4 {
  font-weight: 500;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .tour-details-post-style-1 .tour-detils-content h4 {
    margin-top: 30px;
  }
}
.tour-details-post-style-1 .tour-detils-content .list li {
  color: #566A70;
}
.tour-details-post-style-1 .tour-detils-content .list li i {
  margin-right: 4px;
  color: var(--theme);
}
.tour-details-post-style-1 .tour-detils-content .list li:not(:last-child) {
  margin-bottom: 10px;
}
.tour-details-post-style-1 .tour-detils-content .list.style-2 li i {
  color: var(--theme-2);
}
.tour-details-post-style-1 .tour-detils-content h6 {
  font-weight: 500;
}
.tour-details-post-style-1 .tour-detils-content h6 span {
  color: #666;
  font-weight: 400;
  display: inline-block;
  margin-left: 5px;
}
.tour-details-post-style-1 .tour-detils-content .text {
  font-size: 24px;
  font-weight: 600;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .tour-details-post-style-1 .tour-detils-content .text {
    margin-top: 30px;
  }
}
.tour-details-post-style-1 .tour-detils-content .faq-items-2 {
  margin-top: 20px;
}
.tour-details-post-style-1 .tour-detils-content .faq-items-2 .accordion-item {
  border: 0;
  background-color: transparent;
  border: 1px solid #D9D9D9;
  border-radius: 12px;
  margin-bottom: 30px;
}
.tour-details-post-style-1 .tour-detils-content .faq-items-2 .accordion-item .accordion-header {
  border: none;
}
.tour-details-post-style-1 .tour-detils-content .faq-items-2 .accordion-item .accordion-header .accordion-button {
  font-weight: 600;
  color: var(--header);
  border: 0;
  border-radius: 20px 20px 0 0;
  box-shadow: none;
  background-color: rgba(251, 91, 50, 0.05);
  padding: 25px 30px 20px;
  text-transform: capitalize;
  font-size: 22px;
  gap: 18px;
}
@media (max-width: 1199px) {
  .tour-details-post-style-1 .tour-detils-content .faq-items-2 .accordion-item .accordion-header .accordion-button {
    font-size: 16px !important;
    gap: 10px !important;
  }
}
.tour-details-post-style-1 .tour-detils-content .faq-items-2 .accordion-item .accordion-header .accordion-button span {
  color: var(--theme-2);
  font-weight: 500;
}
@media (max-width: 1199px) {
  .tour-details-post-style-1 .tour-detils-content .faq-items-2 .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
  }
}
.tour-details-post-style-1 .tour-detils-content .faq-items-2 .accordion-item .accordion-header .accordion-button::after {
  font-size: 16px;
  content: "\f077";
  background: transparent;
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  transition: all 0.3s ease-in-out !important;
  color: var(--header);
}
.tour-details-post-style-1 .tour-detils-content .faq-items-2 .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  font-size: 16px;
  content: "\f078";
  background: transparent;
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  transform: rotate(0);
  color: var(--header);
}
.tour-details-post-style-1 .tour-detils-content .faq-items-2 .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: transparent;
  padding: 25px 30px;
  color: var(--header);
}
@media (max-width: 1199px) {
  .tour-details-post-style-1 .tour-detils-content .faq-items-2 .accordion-item .accordion-header .accordion-button.collapsed {
    padding: 25px 20px;
  }
}
.tour-details-post-style-1 .tour-detils-content .faq-items-2 .accordion-item .accordion-collapse .content {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
@media (max-width: 575px) {
  .tour-details-post-style-1 .tour-detils-content .faq-items-2 .accordion-item .accordion-collapse .content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.tour-details-post-style-1 .tour-detils-content .faq-items-2 .accordion-item .accordion-collapse .content .accordion-body {
  color: #767676;
}
.tour-details-post-style-1 .tour-detils-content .faq-items-2 .accordion-item .accordion-collapse .content .thumb {
  margin-right: 20px;
}
.tour-details-post-style-1 .tour-detils-content .faq-items-2 .accordion-item .accordion-collapse .content .thumb img {
  border-radius: 10px;
}
.tour-details-post-style-1 .tour-detils-content .faq-items-2 .accordion-item .accordion-collapse.show {
  background-color: rgba(251, 91, 50, 0.05);
}
.tour-details-post-style-1 .tour-detils-content .map-items {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .tour-details-post-style-1 .tour-detils-content .map-items {
    margin-top: 30px;
  }
}
.tour-details-post-style-1 .tour-detils-content .map-items .googpemap iframe {
  width: 100%;
  height: 430px;
  border-radius: 20px;
}
@media (max-width: 575px) {
  .tour-details-post-style-1 .tour-detils-content .map-items .googpemap iframe {
    height: 400px;
  }
}
.tour-details-post-style-1 .review-area {
  margin-top: 50px;
}
.tour-details-post-style-1 .review-area h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
}
.tour-details-post-style-1 .review-area .courses-reviews-box-items {
  border-radius: 10px;
  border: 1px solid #E1E4E5;
  padding: 35px;
}
.tour-details-post-style-1 .review-area .courses-reviews-box-items .courses-reviews-box {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media (max-width: 767px) {
  .tour-details-post-style-1 .review-area .courses-reviews-box-items .courses-reviews-box {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.tour-details-post-style-1 .review-area .courses-reviews-box-items .courses-reviews-box .reviews-box {
  padding: 50px 34px;
  text-align: center;
  min-width: 257px;
  border-radius: 10px;
  background: #F7F7F7;
}
.tour-details-post-style-1 .review-area .courses-reviews-box-items .courses-reviews-box .reviews-box h2 {
  font-size: 70px;
  line-height: 1;
}
.tour-details-post-style-1 .review-area .courses-reviews-box-items .courses-reviews-box .reviews-box .star {
  color: #F7921E;
  margin-bottom: 10px;
}
.tour-details-post-style-1 .review-area .courses-reviews-box-items .courses-reviews-box .reviews-box p {
  color: var(--white);
}
.tour-details-post-style-1 .review-area .courses-reviews-box-items .reviews-ratting-right {
  max-width: 460px;
  width: 100%;
}
.tour-details-post-style-1 .review-area .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .tour-details-post-style-1 .review-area .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.tour-details-post-style-1 .review-area .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item:not(:last-child) {
  margin-bottom: 15px;
}
.tour-details-post-style-1 .review-area .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .star {
  color: #F7921E;
  display: flex;
  align-items: center;
  gap: 7px;
}
.tour-details-post-style-1 .review-area .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .star i.color-2 {
  color: var(--text);
}
.tour-details-post-style-1 .review-area .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item span {
  font-weight: 500;
  color: var(--white);
  font-size: 16px;
}
.tour-details-post-style-1 .review-area .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .progress {
  background: rgba(247, 146, 30, 0.15);
  justify-content: flex-start;
  border-radius: 0;
  align-items: center;
  position: relative;
  display: flex;
  height: 5px;
  width: 100%;
  max-width: 244px;
}
.tour-details-post-style-1 .review-area .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  background: #F7921E;
  height: 5px;
  width: 0;
}
.tour-details-post-style-1 .review-area .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .style-two {
  animation: load2 3s normal forwards;
}
.tour-details-post-style-1 .review-area .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .style-three {
  animation: load3 3s normal forwards;
}
.tour-details-post-style-1 .review-area .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .style-four {
  animation: load4 3s normal forwards;
}
.tour-details-post-style-1 .review-area .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .style-five {
  animation: load5 3s normal forwards;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}
@keyframes load3 {
  0% {
    width: 0;
  }
  100% {
    width: 80%;
  }
}
@keyframes load4 {
  0% {
    width: 0;
  }
  100% {
    width: 70%;
  }
}
@keyframes load5 {
  0% {
    width: 0;
  }
  100% {
    width: 60%;
  }
}
.tour-details-post-style-1 .client-review-items {
  margin-top: 50px;
  margin-bottom: 50px;
}
.tour-details-post-style-1 .client-review-items h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
}
.tour-details-post-style-1 .client-review-items .clinet-box-items {
  border-radius: 10px;
  border: 1px solid #E1E4E5;
  padding: 35px;
  background: var(--white);
}
.tour-details-post-style-1 .client-review-items .clinet-box-items .clinet-box .star {
  color: #F7921E;
  margin-bottom: 20px;
}
.tour-details-post-style-1 .client-review-items .clinet-box-items .clinet-box h5 {
  font-size: 18px;
  letter-spacing: -0.36px;
  font-weight: 500;
  line-height: 178%;
}
.tour-details-post-style-1 .client-review-items .clinet-box-items .clinet-box .review-wrap-area {
  border-bottom: 1px solid rgba(21, 20, 21, 0.14);
  padding-bottom: 40px;
  margin-top: 40px;
  gap: 20px !important;
}
@media (max-width: 991px) {
  .tour-details-post-style-1 .client-review-items .clinet-box-items .clinet-box .review-wrap-area {
    flex-wrap: wrap;
    gap: 20px !important;
  }
}
.tour-details-post-style-1 .client-review-items .clinet-box-items .clinet-box .review-wrap-area .review-thumb {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.tour-details-post-style-1 .client-review-items .clinet-box-items .clinet-box .review-wrap-area .review-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.tour-details-post-style-1 .client-review-items .clinet-box-items .clinet-box .review-wrap-area .review-content {
  width: 100%;
  flex-basis: 90%;
}
@media (max-width: 991px) {
  .tour-details-post-style-1 .client-review-items .clinet-box-items .clinet-box .review-wrap-area .review-content {
    flex-basis: initial;
  }
}
.tour-details-post-style-1 .client-review-items .clinet-box-items .clinet-box .review-wrap-area .review-content .head-area .cont {
  margin-bottom: 10px;
}
.tour-details-post-style-1 .client-review-items .clinet-box-items .clinet-box .review-wrap-area .review-content .head-area .cont h5 {
  font-size: 20px;
  font-weight: 600;
}
.tour-details-post-style-1 .client-review-items .clinet-box-items .clinet-box .review-wrap-area .review-content .head-area .cont span {
  color: #455151;
  font-size: 16px;
  font-weight: 600;
}
.tour-details-post-style-1 .client-review-items .clinet-box-items .clinet-box .review-wrap-area .review-content .head-area h6 {
  font-weight: 400;
  font-size: 20px;
  text-decoration: underline;
  color: var(--theme-2);
}
.tour-details-post-style-1 .client-review-items .clinet-box-items .clinet-box .review-wrap-area .review-content .head-area h6 a {
  color: var(--theme-2);
}
.tour-details-post-style-1 .client-review-items .clinet-box-items .clinet-box.style-2 {
  padding-left: 100px;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .tour-details-post-style-1 .client-review-items .clinet-box-items .clinet-box.style-2 {
    padding-left: 0;
  }
}
.tour-details-post-style-1 .client-review-items .clinet-box-items .clinet-box.style-2 .review-wrap-area {
  border-bottom: none;
  margin-top: 40px;
  padding-bottom: 0;
  gap: 20px !important;
}
.tour-details-post-style-1 .client-review-items .clinet-box-3 {
  border-radius: 10px;
  border: 1px solid #E1E4E5;
  padding: 35px;
  margin-top: 25px;
}
.tour-details-post-style-1 .client-review-items .clinet-box-3 .star {
  color: #F7921E;
  margin-bottom: 20px;
}
.tour-details-post-style-1 .client-review-items .clinet-box-3 h5 {
  font-size: 18px;
  letter-spacing: -0.36px;
  font-weight: 500;
  line-height: 178%;
}
.tour-details-post-style-1 .client-review-items .clinet-box-3 .review-wrap-area {
  margin-top: 40px;
  gap: 20px !important;
}
@media (max-width: 991px) {
  .tour-details-post-style-1 .client-review-items .clinet-box-3 .review-wrap-area {
    flex-wrap: wrap;
    gap: 20px !important;
  }
}
.tour-details-post-style-1 .client-review-items .clinet-box-3 .review-wrap-area .review-thumb {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.tour-details-post-style-1 .client-review-items .clinet-box-3 .review-wrap-area .review-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.tour-details-post-style-1 .client-review-items .clinet-box-3 .review-wrap-area .review-content {
  width: 100%;
  flex-basis: 90%;
}
@media (max-width: 991px) {
  .tour-details-post-style-1 .client-review-items .clinet-box-3 .review-wrap-area .review-content {
    flex-basis: initial;
  }
}
.tour-details-post-style-1 .client-review-items .clinet-box-3 .review-wrap-area .review-content .head-area .cont {
  margin-bottom: 10px;
}
.tour-details-post-style-1 .client-review-items .clinet-box-3 .review-wrap-area .review-content .head-area .cont h5 {
  font-size: 20px;
  font-weight: 600;
}
.tour-details-post-style-1 .client-review-items .clinet-box-3 .review-wrap-area .review-content .head-area .cont span {
  color: #455151;
  font-size: 16px;
  font-weight: 600;
}
.tour-details-post-style-1 .client-review-items .clinet-box-3 .review-wrap-area .review-content .head-area h6 {
  font-weight: 500;
  font-size: 20px;
  text-decoration: underline;
  color: var(--theme);
}
.tour-details-post-style-1 .client-review-items .clinet-box-3 .review-wrap-area .review-content .head-area h6 a {
  color: var(--theme-2);
}
.tour-details-post-style-1 .review-comment-items {
  border-radius: 10px;
  border: 1px solid #E1E4E5;
  padding: 35px;
}
@media (max-width: 575px) {
  .tour-details-post-style-1 .review-comment-items {
    padding: 30px;
  }
}
.tour-details-post-style-1 .review-comment-items h3 {
  font-size: 24px;
  margin-bottom: 40px;
}
.tour-details-post-style-1 .review-comment-items ul {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .tour-details-post-style-1 .review-comment-items ul {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.tour-details-post-style-1 .review-comment-items ul li {
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
  display: flex;
  align-items: center;
  gap: 12px;
  flex-basis: 30%;
}
@media (max-width: 1399px) {
  .tour-details-post-style-1 .review-comment-items ul li {
    flex-basis: initial;
  }
}
.tour-details-post-style-1 .review-comment-items ul li .star {
  color: #F7921E;
}
.tour-details-post-style-1 .review-comment-items h4 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 25px;
}
.tour-details-post-style-1 .review-comment-items .form-clt input, .tour-details-post-style-1 .review-comment-items .form-clt textarea {
  border: none;
  outline: none;
  width: 100%;
  background: #F7F7F7;
  padding: 20px 30px;
  line-height: 1;
  border-radius: 4px;
  color: var(--text);
  text-transform: capitalize;
}
.tour-details-post-style-1 .review-comment-items .form-clt input::placeholder, .tour-details-post-style-1 .review-comment-items .form-clt textarea::placeholder {
  color: var(--text);
}
.tour-details-post-style-1 .review-comment-items .form-clt textarea {
  padding-bottom: 152px;
}

.tour-sidebar-items {
  border-radius: 28px;
  padding: 35px 30px;
  border-radius: 10px;
  border: 1px solid #E1E4E5;
}
@media (max-width: 575px) {
  .tour-sidebar-items {
    padding: 25px;
  }
}
.tour-sidebar-items h3 {
  font-size: 24px;
}
.tour-sidebar-items .form-list {
  position: relative;
  margin-top: 10px;
}
.tour-sidebar-items .form-list li {
  color: #455151;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(21, 20, 21, 0.09);
  padding-bottom: 20px;
  padding-top: 15px;
}
.tour-sidebar-items .form-list li .form-clt input {
  width: 100%;
  outline: none;
  border: none;
  padding: 11px 16px;
  color: #455151;
  background-color: var(--white);
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 700;
  border-radius: 8px !important;
  border: 1px solid rgba(21, 20, 21, 0.15);
  color-scheme: dark;
  line-height: 1;
  font-size: 14px;
}
@media (max-width: 575px) {
  .tour-sidebar-items .form-list li .form-clt input {
    padding: 12px 20px;
    font-size: 14px;
  }
}
.tour-sidebar-items .form-list li .form-clt input::placeholder {
  color: #455151;
}
.tour-sidebar-items .form-list li .form-clt input[type=date]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  cursor: pointer;
}
.tour-sidebar-items .form-list li .form-clt .checkbox-single {
  position: relative;
  padding-left: 18px;
  cursor: pointer;
  display: block;
}
.tour-sidebar-items .form-list li .form-clt .checkbox-single input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.tour-sidebar-items .form-list li .form-clt .checkbox-single .checkbox-area .checkmark {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  border: 1px solid rgba(21, 20, 21, 0.15);
  background-color: var(--white);
  top: 5px;
}
.tour-sidebar-items .form-list li .form-clt .checkbox-single .checkbox-area .checkmark::after {
  content: "";
}
.tour-sidebar-items .form-list li .form-clt .checkbox-single .checkbox-area input:checked ~ .checkmark {
  background-color: var(--theme);
}
.tour-sidebar-items .form-list li .form-clt .checkbox-single .checkbox-area input:checked ~ .checkmark::after {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  top: -5px;
  left: 5px;
  color: var(--theme);
  font-size: 11px;
}
.tour-sidebar-items .form-list li .form-clt .checkbox-single .checkbox-area input:checked ~ .checkmark:after {
  display: block;
  color: var(--white);
}
.tour-sidebar-items .form-list li .form-clt .checkbox-single .text-color {
  color: #455151;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.tour-sidebar-items .form-list .form-clt {
  position: relative;
}
.tour-sidebar-items .form-list .input-group-addon {
  position: absolute;
  right: 12px;
  top: 8px;
}
.tour-sidebar-items .tickets-list {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(21, 20, 21, 0.09);
  padding-bottom: 24px;
}
.tour-sidebar-items .tickets-list p {
  font-size: 16px;
  color: #455151;
  font-weight: 800;
  margin-bottom: 10px;
}
.tour-sidebar-items .tickets-list ul li {
  color: #455151;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tour-sidebar-items .tickets-list ul li:not(:last-child) {
  margin-bottom: 20px;
}
.tour-sidebar-items .tickets-list ul li b {
  font-weight: 700;
  color: var(--theme);
  padding-left: 10px;
}
.tour-sidebar-items .tickets-list ul li .form-clt {
  flex-basis: 50%;
}
.tour-sidebar-items .tickets-list ul li .form-clt .single-select {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(21, 20, 21, 0.15);
  background: var(--white);
  padding: 11px 16px;
  line-height: 1;
  font-size: 14px;
  color: #455151;
  font-weight: 700;
  height: initial;
  line-height: initial;
  width: 100% !important;
}
.tour-sidebar-items .tickets-list ul li .form-clt .single-select::after {
  border-bottom: 1px solid #231C25;
  border-right: 1px solid #231C25;
  width: 8px;
  height: 8px;
}
.tour-sidebar-items .tickets-list ul li .form-clt .single-select .list {
  width: 100%;
  background-color: var(--white);
}
.tour-sidebar-items .tickets-list ul li .form-clt .single-select .focus {
  background-color: var(--white);
}
.tour-sidebar-items .tickets-list ul li .form-clt .single-select .option {
  border: none;
}
.tour-sidebar-items .extra-items {
  border-bottom: 1px solid rgba(21, 20, 21, 0.09);
  padding-bottom: 24px;
}
.tour-sidebar-items .extra-items p {
  color: #455151;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 20px;
}
.tour-sidebar-items .extra-items .checkbox-single {
  position: relative;
  padding-left: 18px;
  cursor: pointer;
}
.tour-sidebar-items .extra-items .checkbox-single input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.tour-sidebar-items .extra-items .checkbox-single:not(:last-child) {
  margin-bottom: 10px;
}
.tour-sidebar-items .extra-items .checkbox-single .checkbox-area .checkmark {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  border: 1px solid rgba(21, 20, 21, 0.15);
  top: 5px;
  background-color: var(--white);
}
.tour-sidebar-items .extra-items .checkbox-single .checkbox-area .checkmark::after {
  content: "";
}
.tour-sidebar-items .extra-items .checkbox-single .checkbox-area input:checked ~ .checkmark {
  background-color: var(--theme);
}
.tour-sidebar-items .extra-items .checkbox-single .checkbox-area input:checked ~ .checkmark::after {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  top: -5px;
  left: 5px;
  color: var(--theme);
  font-size: 11px;
}
.tour-sidebar-items .extra-items .checkbox-single .checkbox-area input:checked ~ .checkmark:after {
  display: block;
  color: var(--white);
}
.tour-sidebar-items .extra-items .checkbox-single .text-color {
  font-weight: 500;
  color: #455151;
  font-size: 16px;
}
.tour-sidebar-items .extra-items .checkbox-single .text-color .star {
  color: #FFA41B;
  margin-right: 5px;
}
.tour-sidebar-items .total-list {
  display: flex;
  align-items: center;
  padding-top: 24px;
  justify-content: space-between;
  margin-bottom: 30px;
}
.tour-sidebar-items .total-list li {
  font-size: 20px;
  font-weight: 800;
  color: #151415;
}
.tour-sidebar-items .theme-btn {
  width: 100%;
}
.tour-sidebar-items .theme-btn span {
  margin-right: 0;
}
.tour-sidebar-items .text {
  text-align: center;
  text-transform: capitalize;
  margin-top: 30px;
}

.main-bar-style-1 .activities-card {
  border: 1px solid var(--border);
  padding: 30px;
  border-radius: 10px;
}
.main-bar-style-1 .activities-card h3 {
  margin-bottom: 30px;
}
.main-bar-style-1 .activities-card .from-bar .from-list {
  border-bottom: 1px solid #E1E4E5;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-family: "General Sans", sans-serif;
}
.main-bar-style-1 .activities-card .from-bar .from-list li {
  font-size: 18px;
  font-weight: 500;
  color: var(--header);
}
.main-bar-style-1 .activities-card .from-bar .from-list li i {
  color: var(--theme);
}
.main-bar-style-1 .activities-card .from-bar .list {
  font-size: 18px;
  font-weight: 500;
  color: var(--header);
  border-bottom: 1px solid var(--border);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.main-bar-style-1 .activities-card .from-bar .ticket {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border);
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.main-bar-style-1 .activities-card .from-bar .ticket li {
  font-size: 18px;
  font-weight: 500;
  color: var(--header);
}
.main-bar-style-1 .activities-card .from-bar .ticket li span {
  font-weight: 300;
}
.main-bar-style-1 .activities-card .from-bar .form {
  margin-bottom: 40px;
  margin-top: 5px;
}
.main-bar-style-1 .activities-card .from-bar .form .single-select {
  border-radius: 0;
  border: none;
  height: initial;
  line-height: 1;
  background: rgba(255, 255, 255, 0.32);
}
.main-bar-style-1 .activities-card .from-bar .form .single-select .current {
  color: var(--header);
  font-size: 18px;
  font-weight: 500;
}
.main-bar-style-1 .activities-card .from-bar .form .single-select::after {
  right: 20px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--header);
  border-right: 2px solid var(--header);
}
.main-bar-style-1 .activities-card .from-bar .form .single-select .list {
  width: 100%;
}
.main-bar-style-1 .activities-card .categories-list h5 {
  font-weight: 500;
  margin-bottom: 15px;
}
.main-bar-style-1 .activities-card .categories-list .checkbox-single {
  position: relative;
  padding-left: 18px;
  cursor: pointer;
}
.main-bar-style-1 .activities-card .categories-list .checkbox-single input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.main-bar-style-1 .activities-card .categories-list .checkbox-single:not(:last-child) {
  margin-bottom: 10px;
}
.main-bar-style-1 .activities-card .categories-list .checkbox-single .checkbox-area .checkmark {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid var(--border);
  top: 5px;
}
.main-bar-style-1 .activities-card .categories-list .checkbox-single .checkbox-area .checkmark::after {
  content: "";
}
.main-bar-style-1 .activities-card .categories-list .checkbox-single .checkbox-area input:checked ~ .checkmark {
  background-color: var(--theme-2);
}
.main-bar-style-1 .activities-card .categories-list .checkbox-single .checkbox-area input:checked ~ .checkmark::after {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  top: -5px;
  left: 5px;
  color: var(--theme);
  font-size: 11px;
}
.main-bar-style-1 .activities-card .categories-list .checkbox-single .checkbox-area input:checked ~ .checkmark:after {
  display: block;
  color: var(--white);
}
.main-bar-style-1 .activities-card .categories-list .checkbox-single .text-color {
  color: var(--text);
}
.main-bar-style-1 .activities-card .doller {
  margin-top: 30px;
}
.main-bar-style-1 .activities-card .doller li {
  font-size: 18px;
  font-weight: 500;
  color: var(--header);
}
.main-bar-style-1 .activities-card .doller li:not(:last-child) {
  margin-bottom: 10px;
}
.main-bar-style-1 .activities-card .doller li span {
  font-weight: 500;
  color: var(--header);
  font-size: 16px;
}
.main-bar-style-1 .activities-card .price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 10px;
  border-top: 1px solid var(--border);
  padding-top: 15px;
}
.main-bar-style-1 .activities-card .price li {
  font-size: 18px;
  font-weight: 500;
  color: var(--header);
}
.main-bar-style-1 .activities-card .price li span {
  font-weight: 500;
  color: var(--header);
  font-size: 16px;
}
.main-bar-style-1 .activities-card .theme-btn {
  width: 100%;
}

.tours-image-itmes-style-1 .tour-image {
  position: relative;
  z-index: 9;
  overflow: hidden;
  border-radius: 8px;
}
.tours-image-itmes-style-1 .tour-image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.tours-image-itmes-style-1 .tour-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(251, 91, 50, 0) 0%, #FB5B32 100%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.tours-image-itmes-style-1 .tour-image::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(0, 11, 23, 0) 0%, rgba(0, 11, 23, 0.56) 100%);
}
.tours-image-itmes-style-1 .tour-image .tour-content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 30px;
  z-index: 9;
}
.tours-image-itmes-style-1 .tour-image .tour-content .list li {
  font-size: 15px;
  font-weight: 500;
  color: var(--white);
}
.tours-image-itmes-style-1 .tour-image .tour-content .list li i {
  margin-right: 5px;
}
.tours-image-itmes-style-1 .tour-image .tour-content h3 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 24px;
}
@media (max-width: 1199px) {
  .tours-image-itmes-style-1 .tour-image .tour-content h3 {
    font-size: 20px !important;
  }
}
.tours-image-itmes-style-1 .tour-image .tour-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--white);
}
.tours-image-itmes-style-1 .tour-image .tour-content h3 a:hover {
  color: var(--white);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--white) 0%, var(--white) 100%);
}
.tours-image-itmes-style-1 .tour-image .tour-content .price-item {
  justify-content: space-between !important;
}
.tours-image-itmes-style-1 .tour-image .tour-content .price-item .content h3 {
  color: var(--white);
  line-height: 0;
}
.tours-image-itmes-style-1 .tour-image .tour-content .price-item .content span {
  font-weight: 500;
  font-size: 15px;
  color: var(--white);
}
.tours-image-itmes-style-1 .tour-image .tour-content .price-item .tour-button .theme-btn {
  border-radius: 27.5px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.16);
  padding: 16px 18px;
  color: var(--white);
}
.tours-image-itmes-style-1 .tour-image .tour-content .price-item .tour-button .theme-btn:hover {
  border: 1px solid var(--header);
}
.tours-image-itmes-style-1:hover .tour-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.tours-image-itmes-style-1:hover .tour-image .tour-content {
  z-index: 999;
}
.tours-image-itmes-style-1:hover .tour-image::before {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

.tour-sideber-style-1 .tour-from-box {
  border-radius: 10px;
  border: 1px solid rgba(21, 20, 21, 0.14);
}
@media (max-width: 1199px) {
  .tour-sideber-style-1 .tour-from-box {
    padding: 25px !important;
  }
}
.tour-sideber-style-1 .tour-from-box .booking-list {
  display: flex;
  gap: 15px;
  border-bottom: 1px solid rgba(21, 20, 21, 0.14);
  padding-bottom: 0;
  margin-bottom: 15px;
}
.tour-sideber-style-1 .tour-from-box .booking-list .content {
  width: 100%;
}
.tour-sideber-style-1 .tour-from-box .booking-list .content h5 {
  font-size: 14px;
  font-weight: 600;
  color: #8E8F8F;
  font-family: "DM Sans", sans-serif;
}
.tour-sideber-style-1 .tour-from-box .booking-list .content .form-clt .nice-select {
  width: 100% !important;
  padding: 0;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-size: 14px;
  font-family: "General Sans", sans-serif;
  color: var(--header);
  font-weight: 600;
  width: initial;
}
.tour-sideber-style-1 .tour-from-box .booking-list .content .form-clt .nice-select::after {
  right: 0;
  width: 10px;
  height: 8px;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  margin-top: 0;
  background-color: #8E8F8F;
  clip-path: polygon(100% 0, 49% 100%, 0 0);
  -webkit-transform: rotate(0eg);
  transform: rotate(0deg);
  top: 36%;
}
.tour-sideber-style-1 .tour-from-box .booking-list .content .form-clt .nice-select .list {
  width: 100%;
  background-color: var(--bg);
  top: 60%;
  font-size: 16px;
}
.tour-sideber-style-1 .tour-from-box .booking-list .content .form-clt .nice-select .focus {
  background-color: transparent;
  font-weight: 400;
  color: var(--text);
}
.tour-sideber-style-1 .tour-from-box .booking-list .content .form-clt .nice-select .option {
  border: none;
}
.tour-sideber-style-1 .tour-from-box .booking-list .content .form-clt .nice-select .option:hover {
  background-color: transparent;
}
.tour-sideber-style-1 .tour-from-box .price-range-wrapper {
  margin-bottom: 40px;
  margin-top: 20px !important;
  /* Custom thumb styling */
  /* Remove the default appearance for sliders in Firefox */
}
.tour-sideber-style-1 .tour-from-box .price-range-wrapper .slider-container {
  position: relative;
  width: 100%;
}
.tour-sideber-style-1 .tour-from-box .price-range-wrapper .price-text label {
  color: var(--text);
  font-size: 16px;
  font-weight: 500;
}
.tour-sideber-style-1 .tour-from-box .price-range-wrapper .price-text input {
  color: var(--text);
  font-size: 16px;
  font-weight: 500;
}
.tour-sideber-style-1 .tour-from-box .price-range-wrapper .slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  background: #ddd; /* Default background */
  outline: none;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.tour-sideber-style-1 .tour-from-box .price-range-wrapper .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: #FB5B32;
  cursor: pointer;
  border: 2px solid #fff;
  position: relative;
  z-index: 2;
  pointer-events: all;
}
.tour-sideber-style-1 .tour-from-box .price-range-wrapper .slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #FB5B32;
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid #ddd;
  z-index: 2;
  position: relative;
}
.tour-sideber-style-1 .tour-from-box .price-range-wrapper .slider::-ms-thumb {
  width: 20px;
  height: 20px;
  background: #FB5B32;
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid #ddd;
  z-index: 2;
  position: relative;
}
.tour-sideber-style-1 .tour-from-box .price-range-wrapper input[type=range]::-moz-range-track {
  background: transparent;
}
.tour-sideber-style-1 .tour-from-box h5 {
  font-weight: 500;
}
.tour-sideber-style-1 .tour-from-box .circle-cheak-item .cheaks-box .checkbox-single {
  position: relative;
  padding-left: 18px;
  cursor: pointer;
  display: block;
}
.tour-sideber-style-1 .tour-from-box .circle-cheak-item .cheaks-box .checkbox-single input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.tour-sideber-style-1 .tour-from-box .circle-cheak-item .cheaks-box .checkbox-single .checkbox-area .checkmark {
  position: absolute;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 3px;
  border: 1.3px solid rgba(142, 143, 143, 0.55);
  top: 8px;
  content: "";
}
.tour-sideber-style-1 .tour-from-box .circle-cheak-item .cheaks-box .checkbox-single .checkbox-area input:checked ~ .checkmark {
  background-color: var(--theme-2);
}
.tour-sideber-style-1 .tour-from-box .circle-cheak-item .cheaks-box .checkbox-single .checkbox-area input:checked ~ .checkmark::after {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  top: -8px;
  left: 3px;
  color: var(--theme);
  font-size: 11px;
}
.tour-sideber-style-1 .tour-from-box .circle-cheak-item .cheaks-box .checkbox-single .checkbox-area input:checked ~ .checkmark:after {
  display: block;
  color: var(--white);
}
.tour-sideber-style-1 .tour-from-box .circle-cheak-item .cheaks-box .checkbox-single span {
  font-size: 14px;
  font-weight: 500;
  color: #848F93;
  display: inline-block;
  margin-left: 1px;
}
.tour-sideber-style-1 .tour-from-box .circle-cheak-item.style-2 {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .tour-sideber-style-1 .tour-from-box .circle-cheak-item.style-2 {
    margin-bottom: 30px;
  }
}
.tour-sideber-style-1 .tour-single-sideber-box {
  border-radius: 10px;
  border: 1px solid #E1E4E5;
}
.tour-sideber-style-1 .tour-single-sideber-box h3 {
  font-weight: 600;
}
@media (max-width: 1199px) {
  .tour-sideber-style-1 .tour-single-sideber-box .recent-post-item {
    flex-wrap: wrap !important;
    gap: 30px !important;
  }
}
.tour-sideber-style-1 .tour-single-sideber-box .recent-post-item .post-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.tour-sideber-style-1 .tour-single-sideber-box .recent-post-item .content .star {
  color: var(--theme-2);
}
.tour-sideber-style-1 .tour-single-sideber-box .recent-post-item .content h6 {
  font-weight: 500;
}
.tour-sideber-style-1 .tour-single-sideber-box .recent-post-item .content h6 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.tour-sideber-style-1 .tour-single-sideber-box .recent-post-item .content h6 a:hover {
  color: var(--theme-2);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme-2) 0%, var(--theme-2) 100%);
}
.tour-sideber-style-1 .tour-single-sideber-box .recent-post-item .content p {
  color: var(--theme-2);
  font-size: 14px;
  font-weight: 700;
}
.tour-sideber-style-1 .tour-single-sideber-box .recent-post-item .content p span {
  font-weight: 600;
  color: #8E8F8F;
}

.tours-image-itmes__03 {
  position: relative;
  z-index: 1;
}
.tours-image-itmes__03 .tour-image {
  z-index: 1;
}
.tours-image-itmes__03 .tour-image .tour-content {
  z-index: 1;
}
.tours-image-itmes__03 .tour-image::after {
  background: linear-gradient(180deg, rgba(0, 11, 23, 0) 0%, rgba(0, 11, 23, 0.56) 100%);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.destination-common-wrap {
  position: relative;
  z-index: 99;
}
@media (min-width: 1400px) {
  .destination-common-wrap {
    transform: translateY(240px);
    margin-top: -220px;
  }
}

@media (min-width: 320px) {
  .m-xxs-1 {
    margin: 1px !important;
  }
  .mt-xxs-1 {
    margin-top: 1px !important;
  }
  .mb-xxs-1 {
    margin-bottom: 1px !important;
  }
  .ms-xxs-1 {
    margin-left: 1px !important;
  }
  .me-xxs-1 {
    margin-right: 1px !important;
  }
  .p-xxs-1 {
    padding: 1px !important;
  }
  .pt-xxs-1 {
    padding-top: 1px !important;
  }
  .pb-xxs-1 {
    padding-bottom: 1px !important;
  }
  .ps-xxs-1 {
    padding-left: 1px !important;
  }
  .pe-xxs-1 {
    padding-right: 1px !important;
  }
  .m-xxs-2 {
    margin: 2px !important;
  }
  .mt-xxs-2 {
    margin-top: 2px !important;
  }
  .mb-xxs-2 {
    margin-bottom: 2px !important;
  }
  .ms-xxs-2 {
    margin-left: 2px !important;
  }
  .me-xxs-2 {
    margin-right: 2px !important;
  }
  .p-xxs-2 {
    padding: 2px !important;
  }
  .pt-xxs-2 {
    padding-top: 2px !important;
  }
  .pb-xxs-2 {
    padding-bottom: 2px !important;
  }
  .ps-xxs-2 {
    padding-left: 2px !important;
  }
  .pe-xxs-2 {
    padding-right: 2px !important;
  }
  .m-xxs-3 {
    margin: 3px !important;
  }
  .mt-xxs-3 {
    margin-top: 3px !important;
  }
  .mb-xxs-3 {
    margin-bottom: 3px !important;
  }
  .ms-xxs-3 {
    margin-left: 3px !important;
  }
  .me-xxs-3 {
    margin-right: 3px !important;
  }
  .p-xxs-3 {
    padding: 3px !important;
  }
  .pt-xxs-3 {
    padding-top: 3px !important;
  }
  .pb-xxs-3 {
    padding-bottom: 3px !important;
  }
  .ps-xxs-3 {
    padding-left: 3px !important;
  }
  .pe-xxs-3 {
    padding-right: 3px !important;
  }
  .m-xxs-4 {
    margin: 4px !important;
  }
  .mt-xxs-4 {
    margin-top: 4px !important;
  }
  .mb-xxs-4 {
    margin-bottom: 4px !important;
  }
  .ms-xxs-4 {
    margin-left: 4px !important;
  }
  .me-xxs-4 {
    margin-right: 4px !important;
  }
  .p-xxs-4 {
    padding: 4px !important;
  }
  .pt-xxs-4 {
    padding-top: 4px !important;
  }
  .pb-xxs-4 {
    padding-bottom: 4px !important;
  }
  .ps-xxs-4 {
    padding-left: 4px !important;
  }
  .pe-xxs-4 {
    padding-right: 4px !important;
  }
  .m-xxs-5 {
    margin: 5px !important;
  }
  .mt-xxs-5 {
    margin-top: 5px !important;
  }
  .mb-xxs-5 {
    margin-bottom: 5px !important;
  }
  .ms-xxs-5 {
    margin-left: 5px !important;
  }
  .me-xxs-5 {
    margin-right: 5px !important;
  }
  .p-xxs-5 {
    padding: 5px !important;
  }
  .pt-xxs-5 {
    padding-top: 5px !important;
  }
  .pb-xxs-5 {
    padding-bottom: 5px !important;
  }
  .ps-xxs-5 {
    padding-left: 5px !important;
  }
  .pe-xxs-5 {
    padding-right: 5px !important;
  }
  .m-xxs-6 {
    margin: 6px !important;
  }
  .mt-xxs-6 {
    margin-top: 6px !important;
  }
  .mb-xxs-6 {
    margin-bottom: 6px !important;
  }
  .ms-xxs-6 {
    margin-left: 6px !important;
  }
  .me-xxs-6 {
    margin-right: 6px !important;
  }
  .p-xxs-6 {
    padding: 6px !important;
  }
  .pt-xxs-6 {
    padding-top: 6px !important;
  }
  .pb-xxs-6 {
    padding-bottom: 6px !important;
  }
  .ps-xxs-6 {
    padding-left: 6px !important;
  }
  .pe-xxs-6 {
    padding-right: 6px !important;
  }
  .m-xxs-7 {
    margin: 7px !important;
  }
  .mt-xxs-7 {
    margin-top: 7px !important;
  }
  .mb-xxs-7 {
    margin-bottom: 7px !important;
  }
  .ms-xxs-7 {
    margin-left: 7px !important;
  }
  .me-xxs-7 {
    margin-right: 7px !important;
  }
  .p-xxs-7 {
    padding: 7px !important;
  }
  .pt-xxs-7 {
    padding-top: 7px !important;
  }
  .pb-xxs-7 {
    padding-bottom: 7px !important;
  }
  .ps-xxs-7 {
    padding-left: 7px !important;
  }
  .pe-xxs-7 {
    padding-right: 7px !important;
  }
  .m-xxs-8 {
    margin: 8px !important;
  }
  .mt-xxs-8 {
    margin-top: 8px !important;
  }
  .mb-xxs-8 {
    margin-bottom: 8px !important;
  }
  .ms-xxs-8 {
    margin-left: 8px !important;
  }
  .me-xxs-8 {
    margin-right: 8px !important;
  }
  .p-xxs-8 {
    padding: 8px !important;
  }
  .pt-xxs-8 {
    padding-top: 8px !important;
  }
  .pb-xxs-8 {
    padding-bottom: 8px !important;
  }
  .ps-xxs-8 {
    padding-left: 8px !important;
  }
  .pe-xxs-8 {
    padding-right: 8px !important;
  }
  .m-xxs-9 {
    margin: 9px !important;
  }
  .mt-xxs-9 {
    margin-top: 9px !important;
  }
  .mb-xxs-9 {
    margin-bottom: 9px !important;
  }
  .ms-xxs-9 {
    margin-left: 9px !important;
  }
  .me-xxs-9 {
    margin-right: 9px !important;
  }
  .p-xxs-9 {
    padding: 9px !important;
  }
  .pt-xxs-9 {
    padding-top: 9px !important;
  }
  .pb-xxs-9 {
    padding-bottom: 9px !important;
  }
  .ps-xxs-9 {
    padding-left: 9px !important;
  }
  .pe-xxs-9 {
    padding-right: 9px !important;
  }
  .m-xxs-10 {
    margin: 10px !important;
  }
  .mt-xxs-10 {
    margin-top: 10px !important;
  }
  .mb-xxs-10 {
    margin-bottom: 10px !important;
  }
  .ms-xxs-10 {
    margin-left: 10px !important;
  }
  .me-xxs-10 {
    margin-right: 10px !important;
  }
  .p-xxs-10 {
    padding: 10px !important;
  }
  .pt-xxs-10 {
    padding-top: 10px !important;
  }
  .pb-xxs-10 {
    padding-bottom: 10px !important;
  }
  .ps-xxs-10 {
    padding-left: 10px !important;
  }
  .pe-xxs-10 {
    padding-right: 10px !important;
  }
  .m-xxs-15 {
    margin: 15px !important;
  }
  .mt-xxs-15 {
    margin-top: 15px !important;
  }
  .mb-xxs-15 {
    margin-bottom: 15px !important;
  }
  .ms-xxs-15 {
    margin-left: 15px !important;
  }
  .me-xxs-15 {
    margin-right: 15px !important;
  }
  .p-xxs-15 {
    padding: 15px !important;
  }
  .pt-xxs-15 {
    padding-top: 15px !important;
  }
  .pb-xxs-15 {
    padding-bottom: 15px !important;
  }
  .ps-xxs-15 {
    padding-left: 15px !important;
  }
  .pe-xxs-15 {
    padding-right: 15px !important;
  }
  .m-xxs-20 {
    margin: 20px !important;
  }
  .mt-xxs-20 {
    margin-top: 20px !important;
  }
  .mb-xxs-20 {
    margin-bottom: 20px !important;
  }
  .ms-xxs-20 {
    margin-left: 20px !important;
  }
  .me-xxs-20 {
    margin-right: 20px !important;
  }
  .p-xxs-20 {
    padding: 20px !important;
  }
  .pt-xxs-20 {
    padding-top: 20px !important;
  }
  .pb-xxs-20 {
    padding-bottom: 20px !important;
  }
  .ps-xxs-20 {
    padding-left: 20px !important;
  }
  .pe-xxs-20 {
    padding-right: 20px !important;
  }
  .m-xxs-25 {
    margin: 25px !important;
  }
  .mt-xxs-25 {
    margin-top: 25px !important;
  }
  .mb-xxs-25 {
    margin-bottom: 25px !important;
  }
  .ms-xxs-25 {
    margin-left: 25px !important;
  }
  .me-xxs-25 {
    margin-right: 25px !important;
  }
  .p-xxs-25 {
    padding: 25px !important;
  }
  .pt-xxs-25 {
    padding-top: 25px !important;
  }
  .pb-xxs-25 {
    padding-bottom: 25px !important;
  }
  .ps-xxs-25 {
    padding-left: 25px !important;
  }
  .pe-xxs-25 {
    padding-right: 25px !important;
  }
  .m-xxs-30 {
    margin: 30px !important;
  }
  .mt-xxs-30 {
    margin-top: 30px !important;
  }
  .mb-xxs-30 {
    margin-bottom: 30px !important;
  }
  .ms-xxs-30 {
    margin-left: 30px !important;
  }
  .me-xxs-30 {
    margin-right: 30px !important;
  }
  .p-xxs-30 {
    padding: 30px !important;
  }
  .pt-xxs-30 {
    padding-top: 30px !important;
  }
  .pb-xxs-30 {
    padding-bottom: 30px !important;
  }
  .ps-xxs-30 {
    padding-left: 30px !important;
  }
  .pe-xxs-30 {
    padding-right: 30px !important;
  }
  .m-xxs-35 {
    margin: 35px !important;
  }
  .mt-xxs-35 {
    margin-top: 35px !important;
  }
  .mb-xxs-35 {
    margin-bottom: 35px !important;
  }
  .ms-xxs-35 {
    margin-left: 35px !important;
  }
  .me-xxs-35 {
    margin-right: 35px !important;
  }
  .p-xxs-35 {
    padding: 35px !important;
  }
  .pt-xxs-35 {
    padding-top: 35px !important;
  }
  .pb-xxs-35 {
    padding-bottom: 35px !important;
  }
  .ps-xxs-35 {
    padding-left: 35px !important;
  }
  .pe-xxs-35 {
    padding-right: 35px !important;
  }
  .m-xxs-40 {
    margin: 40px !important;
  }
  .mt-xxs-40 {
    margin-top: 40px !important;
  }
  .mb-xxs-40 {
    margin-bottom: 40px !important;
  }
  .ms-xxs-40 {
    margin-left: 40px !important;
  }
  .me-xxs-40 {
    margin-right: 40px !important;
  }
  .p-xxs-40 {
    padding: 40px !important;
  }
  .pt-xxs-40 {
    padding-top: 40px !important;
  }
  .pb-xxs-40 {
    padding-bottom: 40px !important;
  }
  .ps-xxs-40 {
    padding-left: 40px !important;
  }
  .pe-xxs-40 {
    padding-right: 40px !important;
  }
  .m-xxs-45 {
    margin: 45px !important;
  }
  .mt-xxs-45 {
    margin-top: 45px !important;
  }
  .mb-xxs-45 {
    margin-bottom: 45px !important;
  }
  .ms-xxs-45 {
    margin-left: 45px !important;
  }
  .me-xxs-45 {
    margin-right: 45px !important;
  }
  .p-xxs-45 {
    padding: 45px !important;
  }
  .pt-xxs-45 {
    padding-top: 45px !important;
  }
  .pb-xxs-45 {
    padding-bottom: 45px !important;
  }
  .ps-xxs-45 {
    padding-left: 45px !important;
  }
  .pe-xxs-45 {
    padding-right: 45px !important;
  }
  .m-xxs-50 {
    margin: 50px !important;
  }
  .mt-xxs-50 {
    margin-top: 50px !important;
  }
  .mb-xxs-50 {
    margin-bottom: 50px !important;
  }
  .ms-xxs-50 {
    margin-left: 50px !important;
  }
  .me-xxs-50 {
    margin-right: 50px !important;
  }
  .p-xxs-50 {
    padding: 50px !important;
  }
  .pt-xxs-50 {
    padding-top: 50px !important;
  }
  .pb-xxs-50 {
    padding-bottom: 50px !important;
  }
  .ps-xxs-50 {
    padding-left: 50px !important;
  }
  .pe-xxs-50 {
    padding-right: 50px !important;
  }
  .m-xxs-60 {
    margin: 60px !important;
  }
  .mt-xxs-60 {
    margin-top: 60px !important;
  }
  .mb-xxs-60 {
    margin-bottom: 60px !important;
  }
  .ms-xxs-60 {
    margin-left: 60px !important;
  }
  .me-xxs-60 {
    margin-right: 60px !important;
  }
  .p-xxs-60 {
    padding: 60px !important;
  }
  .pt-xxs-60 {
    padding-top: 60px !important;
  }
  .pb-xxs-60 {
    padding-bottom: 60px !important;
  }
  .ps-xxs-60 {
    padding-left: 60px !important;
  }
  .pe-xxs-60 {
    padding-right: 60px !important;
  }
  .m-xxs-70 {
    margin: 70px !important;
  }
  .mt-xxs-70 {
    margin-top: 70px !important;
  }
  .mb-xxs-70 {
    margin-bottom: 70px !important;
  }
  .ms-xxs-70 {
    margin-left: 70px !important;
  }
  .me-xxs-70 {
    margin-right: 70px !important;
  }
  .p-xxs-70 {
    padding: 70px !important;
  }
  .pt-xxs-70 {
    padding-top: 70px !important;
  }
  .pb-xxs-70 {
    padding-bottom: 70px !important;
  }
  .ps-xxs-70 {
    padding-left: 70px !important;
  }
  .pe-xxs-70 {
    padding-right: 70px !important;
  }
  .m-xxs-80 {
    margin: 80px !important;
  }
  .mt-xxs-80 {
    margin-top: 80px !important;
  }
  .mb-xxs-80 {
    margin-bottom: 80px !important;
  }
  .ms-xxs-80 {
    margin-left: 80px !important;
  }
  .me-xxs-80 {
    margin-right: 80px !important;
  }
  .p-xxs-80 {
    padding: 80px !important;
  }
  .pt-xxs-80 {
    padding-top: 80px !important;
  }
  .pb-xxs-80 {
    padding-bottom: 80px !important;
  }
  .ps-xxs-80 {
    padding-left: 80px !important;
  }
  .pe-xxs-80 {
    padding-right: 80px !important;
  }
  .m-xxs-90 {
    margin: 90px !important;
  }
  .mt-xxs-90 {
    margin-top: 90px !important;
  }
  .mb-xxs-90 {
    margin-bottom: 90px !important;
  }
  .ms-xxs-90 {
    margin-left: 90px !important;
  }
  .me-xxs-90 {
    margin-right: 90px !important;
  }
  .p-xxs-90 {
    padding: 90px !important;
  }
  .pt-xxs-90 {
    padding-top: 90px !important;
  }
  .pb-xxs-90 {
    padding-bottom: 90px !important;
  }
  .ps-xxs-90 {
    padding-left: 90px !important;
  }
  .pe-xxs-90 {
    padding-right: 90px !important;
  }
  .m-xxs-100 {
    margin: 100px !important;
  }
  .mt-xxs-100 {
    margin-top: 100px !important;
  }
  .mb-xxs-100 {
    margin-bottom: 100px !important;
  }
  .ms-xxs-100 {
    margin-left: 100px !important;
  }
  .me-xxs-100 {
    margin-right: 100px !important;
  }
  .p-xxs-100 {
    padding: 100px !important;
  }
  .pt-xxs-100 {
    padding-top: 100px !important;
  }
  .pb-xxs-100 {
    padding-bottom: 100px !important;
  }
  .ps-xxs-100 {
    padding-left: 100px !important;
  }
  .pe-xxs-100 {
    padding-right: 100px !important;
  }
  .m-xxs-120 {
    margin: 120px !important;
  }
  .mt-xxs-120 {
    margin-top: 120px !important;
  }
  .mb-xxs-120 {
    margin-bottom: 120px !important;
  }
  .ms-xxs-120 {
    margin-left: 120px !important;
  }
  .me-xxs-120 {
    margin-right: 120px !important;
  }
  .p-xxs-120 {
    padding: 120px !important;
  }
  .pt-xxs-120 {
    padding-top: 120px !important;
  }
  .pb-xxs-120 {
    padding-bottom: 120px !important;
  }
  .ps-xxs-120 {
    padding-left: 120px !important;
  }
  .pe-xxs-120 {
    padding-right: 120px !important;
  }
  .m-xxs-140 {
    margin: 140px !important;
  }
  .mt-xxs-140 {
    margin-top: 140px !important;
  }
  .mb-xxs-140 {
    margin-bottom: 140px !important;
  }
  .ms-xxs-140 {
    margin-left: 140px !important;
  }
  .me-xxs-140 {
    margin-right: 140px !important;
  }
  .p-xxs-140 {
    padding: 140px !important;
  }
  .pt-xxs-140 {
    padding-top: 140px !important;
  }
  .pb-xxs-140 {
    padding-bottom: 140px !important;
  }
  .ps-xxs-140 {
    padding-left: 140px !important;
  }
  .pe-xxs-140 {
    padding-right: 140px !important;
  }
  .m-xxs-160 {
    margin: 160px !important;
  }
  .mt-xxs-160 {
    margin-top: 160px !important;
  }
  .mb-xxs-160 {
    margin-bottom: 160px !important;
  }
  .ms-xxs-160 {
    margin-left: 160px !important;
  }
  .me-xxs-160 {
    margin-right: 160px !important;
  }
  .p-xxs-160 {
    padding: 160px !important;
  }
  .pt-xxs-160 {
    padding-top: 160px !important;
  }
  .pb-xxs-160 {
    padding-bottom: 160px !important;
  }
  .ps-xxs-160 {
    padding-left: 160px !important;
  }
  .pe-xxs-160 {
    padding-right: 160px !important;
  }
  .m-xxs-180 {
    margin: 180px !important;
  }
  .mt-xxs-180 {
    margin-top: 180px !important;
  }
  .mb-xxs-180 {
    margin-bottom: 180px !important;
  }
  .ms-xxs-180 {
    margin-left: 180px !important;
  }
  .me-xxs-180 {
    margin-right: 180px !important;
  }
  .p-xxs-180 {
    padding: 180px !important;
  }
  .pt-xxs-180 {
    padding-top: 180px !important;
  }
  .pb-xxs-180 {
    padding-bottom: 180px !important;
  }
  .ps-xxs-180 {
    padding-left: 180px !important;
  }
  .pe-xxs-180 {
    padding-right: 180px !important;
  }
  .m-xxs-200 {
    margin: 200px !important;
  }
  .mt-xxs-200 {
    margin-top: 200px !important;
  }
  .mb-xxs-200 {
    margin-bottom: 200px !important;
  }
  .ms-xxs-200 {
    margin-left: 200px !important;
  }
  .me-xxs-200 {
    margin-right: 200px !important;
  }
  .p-xxs-200 {
    padding: 200px !important;
  }
  .pt-xxs-200 {
    padding-top: 200px !important;
  }
  .pb-xxs-200 {
    padding-bottom: 200px !important;
  }
  .ps-xxs-200 {
    padding-left: 200px !important;
  }
  .pe-xxs-200 {
    padding-right: 200px !important;
  }
}
@media (min-width: 575px) {
  .m-sm-1 {
    margin: 1px !important;
  }
  .mt-sm-1 {
    margin-top: 1px !important;
  }
  .mb-sm-1 {
    margin-bottom: 1px !important;
  }
  .ms-sm-1 {
    margin-left: 1px !important;
  }
  .me-sm-1 {
    margin-right: 1px !important;
  }
  .p-sm-1 {
    padding: 1px !important;
  }
  .pt-sm-1 {
    padding-top: 1px !important;
  }
  .pb-sm-1 {
    padding-bottom: 1px !important;
  }
  .ps-sm-1 {
    padding-left: 1px !important;
  }
  .pe-sm-1 {
    padding-right: 1px !important;
  }
  .m-sm-2 {
    margin: 2px !important;
  }
  .mt-sm-2 {
    margin-top: 2px !important;
  }
  .mb-sm-2 {
    margin-bottom: 2px !important;
  }
  .ms-sm-2 {
    margin-left: 2px !important;
  }
  .me-sm-2 {
    margin-right: 2px !important;
  }
  .p-sm-2 {
    padding: 2px !important;
  }
  .pt-sm-2 {
    padding-top: 2px !important;
  }
  .pb-sm-2 {
    padding-bottom: 2px !important;
  }
  .ps-sm-2 {
    padding-left: 2px !important;
  }
  .pe-sm-2 {
    padding-right: 2px !important;
  }
  .m-sm-3 {
    margin: 3px !important;
  }
  .mt-sm-3 {
    margin-top: 3px !important;
  }
  .mb-sm-3 {
    margin-bottom: 3px !important;
  }
  .ms-sm-3 {
    margin-left: 3px !important;
  }
  .me-sm-3 {
    margin-right: 3px !important;
  }
  .p-sm-3 {
    padding: 3px !important;
  }
  .pt-sm-3 {
    padding-top: 3px !important;
  }
  .pb-sm-3 {
    padding-bottom: 3px !important;
  }
  .ps-sm-3 {
    padding-left: 3px !important;
  }
  .pe-sm-3 {
    padding-right: 3px !important;
  }
  .m-sm-4 {
    margin: 4px !important;
  }
  .mt-sm-4 {
    margin-top: 4px !important;
  }
  .mb-sm-4 {
    margin-bottom: 4px !important;
  }
  .ms-sm-4 {
    margin-left: 4px !important;
  }
  .me-sm-4 {
    margin-right: 4px !important;
  }
  .p-sm-4 {
    padding: 4px !important;
  }
  .pt-sm-4 {
    padding-top: 4px !important;
  }
  .pb-sm-4 {
    padding-bottom: 4px !important;
  }
  .ps-sm-4 {
    padding-left: 4px !important;
  }
  .pe-sm-4 {
    padding-right: 4px !important;
  }
  .m-sm-5 {
    margin: 5px !important;
  }
  .mt-sm-5 {
    margin-top: 5px !important;
  }
  .mb-sm-5 {
    margin-bottom: 5px !important;
  }
  .ms-sm-5 {
    margin-left: 5px !important;
  }
  .me-sm-5 {
    margin-right: 5px !important;
  }
  .p-sm-5 {
    padding: 5px !important;
  }
  .pt-sm-5 {
    padding-top: 5px !important;
  }
  .pb-sm-5 {
    padding-bottom: 5px !important;
  }
  .ps-sm-5 {
    padding-left: 5px !important;
  }
  .pe-sm-5 {
    padding-right: 5px !important;
  }
  .m-sm-6 {
    margin: 6px !important;
  }
  .mt-sm-6 {
    margin-top: 6px !important;
  }
  .mb-sm-6 {
    margin-bottom: 6px !important;
  }
  .ms-sm-6 {
    margin-left: 6px !important;
  }
  .me-sm-6 {
    margin-right: 6px !important;
  }
  .p-sm-6 {
    padding: 6px !important;
  }
  .pt-sm-6 {
    padding-top: 6px !important;
  }
  .pb-sm-6 {
    padding-bottom: 6px !important;
  }
  .ps-sm-6 {
    padding-left: 6px !important;
  }
  .pe-sm-6 {
    padding-right: 6px !important;
  }
  .m-sm-7 {
    margin: 7px !important;
  }
  .mt-sm-7 {
    margin-top: 7px !important;
  }
  .mb-sm-7 {
    margin-bottom: 7px !important;
  }
  .ms-sm-7 {
    margin-left: 7px !important;
  }
  .me-sm-7 {
    margin-right: 7px !important;
  }
  .p-sm-7 {
    padding: 7px !important;
  }
  .pt-sm-7 {
    padding-top: 7px !important;
  }
  .pb-sm-7 {
    padding-bottom: 7px !important;
  }
  .ps-sm-7 {
    padding-left: 7px !important;
  }
  .pe-sm-7 {
    padding-right: 7px !important;
  }
  .m-sm-8 {
    margin: 8px !important;
  }
  .mt-sm-8 {
    margin-top: 8px !important;
  }
  .mb-sm-8 {
    margin-bottom: 8px !important;
  }
  .ms-sm-8 {
    margin-left: 8px !important;
  }
  .me-sm-8 {
    margin-right: 8px !important;
  }
  .p-sm-8 {
    padding: 8px !important;
  }
  .pt-sm-8 {
    padding-top: 8px !important;
  }
  .pb-sm-8 {
    padding-bottom: 8px !important;
  }
  .ps-sm-8 {
    padding-left: 8px !important;
  }
  .pe-sm-8 {
    padding-right: 8px !important;
  }
  .m-sm-9 {
    margin: 9px !important;
  }
  .mt-sm-9 {
    margin-top: 9px !important;
  }
  .mb-sm-9 {
    margin-bottom: 9px !important;
  }
  .ms-sm-9 {
    margin-left: 9px !important;
  }
  .me-sm-9 {
    margin-right: 9px !important;
  }
  .p-sm-9 {
    padding: 9px !important;
  }
  .pt-sm-9 {
    padding-top: 9px !important;
  }
  .pb-sm-9 {
    padding-bottom: 9px !important;
  }
  .ps-sm-9 {
    padding-left: 9px !important;
  }
  .pe-sm-9 {
    padding-right: 9px !important;
  }
  .m-sm-10 {
    margin: 10px !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .ms-sm-10 {
    margin-left: 10px !important;
  }
  .me-sm-10 {
    margin-right: 10px !important;
  }
  .p-sm-10 {
    padding: 10px !important;
  }
  .pt-sm-10 {
    padding-top: 10px !important;
  }
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
  .ps-sm-10 {
    padding-left: 10px !important;
  }
  .pe-sm-10 {
    padding-right: 10px !important;
  }
  .m-sm-15 {
    margin: 15px !important;
  }
  .mt-sm-15 {
    margin-top: 15px !important;
  }
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  .ms-sm-15 {
    margin-left: 15px !important;
  }
  .me-sm-15 {
    margin-right: 15px !important;
  }
  .p-sm-15 {
    padding: 15px !important;
  }
  .pt-sm-15 {
    padding-top: 15px !important;
  }
  .pb-sm-15 {
    padding-bottom: 15px !important;
  }
  .ps-sm-15 {
    padding-left: 15px !important;
  }
  .pe-sm-15 {
    padding-right: 15px !important;
  }
  .m-sm-20 {
    margin: 20px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .ms-sm-20 {
    margin-left: 20px !important;
  }
  .me-sm-20 {
    margin-right: 20px !important;
  }
  .p-sm-20 {
    padding: 20px !important;
  }
  .pt-sm-20 {
    padding-top: 20px !important;
  }
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  .ps-sm-20 {
    padding-left: 20px !important;
  }
  .pe-sm-20 {
    padding-right: 20px !important;
  }
  .m-sm-25 {
    margin: 25px !important;
  }
  .mt-sm-25 {
    margin-top: 25px !important;
  }
  .mb-sm-25 {
    margin-bottom: 25px !important;
  }
  .ms-sm-25 {
    margin-left: 25px !important;
  }
  .me-sm-25 {
    margin-right: 25px !important;
  }
  .p-sm-25 {
    padding: 25px !important;
  }
  .pt-sm-25 {
    padding-top: 25px !important;
  }
  .pb-sm-25 {
    padding-bottom: 25px !important;
  }
  .ps-sm-25 {
    padding-left: 25px !important;
  }
  .pe-sm-25 {
    padding-right: 25px !important;
  }
  .m-sm-30 {
    margin: 30px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .ms-sm-30 {
    margin-left: 30px !important;
  }
  .me-sm-30 {
    margin-right: 30px !important;
  }
  .p-sm-30 {
    padding: 30px !important;
  }
  .pt-sm-30 {
    padding-top: 30px !important;
  }
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
  .ps-sm-30 {
    padding-left: 30px !important;
  }
  .pe-sm-30 {
    padding-right: 30px !important;
  }
  .m-sm-35 {
    margin: 35px !important;
  }
  .mt-sm-35 {
    margin-top: 35px !important;
  }
  .mb-sm-35 {
    margin-bottom: 35px !important;
  }
  .ms-sm-35 {
    margin-left: 35px !important;
  }
  .me-sm-35 {
    margin-right: 35px !important;
  }
  .p-sm-35 {
    padding: 35px !important;
  }
  .pt-sm-35 {
    padding-top: 35px !important;
  }
  .pb-sm-35 {
    padding-bottom: 35px !important;
  }
  .ps-sm-35 {
    padding-left: 35px !important;
  }
  .pe-sm-35 {
    padding-right: 35px !important;
  }
  .m-sm-40 {
    margin: 40px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .ms-sm-40 {
    margin-left: 40px !important;
  }
  .me-sm-40 {
    margin-right: 40px !important;
  }
  .p-sm-40 {
    padding: 40px !important;
  }
  .pt-sm-40 {
    padding-top: 40px !important;
  }
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
  .ps-sm-40 {
    padding-left: 40px !important;
  }
  .pe-sm-40 {
    padding-right: 40px !important;
  }
  .m-sm-45 {
    margin: 45px !important;
  }
  .mt-sm-45 {
    margin-top: 45px !important;
  }
  .mb-sm-45 {
    margin-bottom: 45px !important;
  }
  .ms-sm-45 {
    margin-left: 45px !important;
  }
  .me-sm-45 {
    margin-right: 45px !important;
  }
  .p-sm-45 {
    padding: 45px !important;
  }
  .pt-sm-45 {
    padding-top: 45px !important;
  }
  .pb-sm-45 {
    padding-bottom: 45px !important;
  }
  .ps-sm-45 {
    padding-left: 45px !important;
  }
  .pe-sm-45 {
    padding-right: 45px !important;
  }
  .m-sm-50 {
    margin: 50px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .ms-sm-50 {
    margin-left: 50px !important;
  }
  .me-sm-50 {
    margin-right: 50px !important;
  }
  .p-sm-50 {
    padding: 50px !important;
  }
  .pt-sm-50 {
    padding-top: 50px !important;
  }
  .pb-sm-50 {
    padding-bottom: 50px !important;
  }
  .ps-sm-50 {
    padding-left: 50px !important;
  }
  .pe-sm-50 {
    padding-right: 50px !important;
  }
  .m-sm-60 {
    margin: 60px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .ms-sm-60 {
    margin-left: 60px !important;
  }
  .me-sm-60 {
    margin-right: 60px !important;
  }
  .p-sm-60 {
    padding: 60px !important;
  }
  .pt-sm-60 {
    padding-top: 60px !important;
  }
  .pb-sm-60 {
    padding-bottom: 60px !important;
  }
  .ps-sm-60 {
    padding-left: 60px !important;
  }
  .pe-sm-60 {
    padding-right: 60px !important;
  }
  .m-sm-70 {
    margin: 70px !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .ms-sm-70 {
    margin-left: 70px !important;
  }
  .me-sm-70 {
    margin-right: 70px !important;
  }
  .p-sm-70 {
    padding: 70px !important;
  }
  .pt-sm-70 {
    padding-top: 70px !important;
  }
  .pb-sm-70 {
    padding-bottom: 70px !important;
  }
  .ps-sm-70 {
    padding-left: 70px !important;
  }
  .pe-sm-70 {
    padding-right: 70px !important;
  }
  .m-sm-80 {
    margin: 80px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .ms-sm-80 {
    margin-left: 80px !important;
  }
  .me-sm-80 {
    margin-right: 80px !important;
  }
  .p-sm-80 {
    padding: 80px !important;
  }
  .pt-sm-80 {
    padding-top: 80px !important;
  }
  .pb-sm-80 {
    padding-bottom: 80px !important;
  }
  .ps-sm-80 {
    padding-left: 80px !important;
  }
  .pe-sm-80 {
    padding-right: 80px !important;
  }
  .m-sm-90 {
    margin: 90px !important;
  }
  .mt-sm-90 {
    margin-top: 90px !important;
  }
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
  .ms-sm-90 {
    margin-left: 90px !important;
  }
  .me-sm-90 {
    margin-right: 90px !important;
  }
  .p-sm-90 {
    padding: 90px !important;
  }
  .pt-sm-90 {
    padding-top: 90px !important;
  }
  .pb-sm-90 {
    padding-bottom: 90px !important;
  }
  .ps-sm-90 {
    padding-left: 90px !important;
  }
  .pe-sm-90 {
    padding-right: 90px !important;
  }
  .m-sm-100 {
    margin: 100px !important;
  }
  .mt-sm-100 {
    margin-top: 100px !important;
  }
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  .ms-sm-100 {
    margin-left: 100px !important;
  }
  .me-sm-100 {
    margin-right: 100px !important;
  }
  .p-sm-100 {
    padding: 100px !important;
  }
  .pt-sm-100 {
    padding-top: 100px !important;
  }
  .pb-sm-100 {
    padding-bottom: 100px !important;
  }
  .ps-sm-100 {
    padding-left: 100px !important;
  }
  .pe-sm-100 {
    padding-right: 100px !important;
  }
  .m-sm-120 {
    margin: 120px !important;
  }
  .mt-sm-120 {
    margin-top: 120px !important;
  }
  .mb-sm-120 {
    margin-bottom: 120px !important;
  }
  .ms-sm-120 {
    margin-left: 120px !important;
  }
  .me-sm-120 {
    margin-right: 120px !important;
  }
  .p-sm-120 {
    padding: 120px !important;
  }
  .pt-sm-120 {
    padding-top: 120px !important;
  }
  .pb-sm-120 {
    padding-bottom: 120px !important;
  }
  .ps-sm-120 {
    padding-left: 120px !important;
  }
  .pe-sm-120 {
    padding-right: 120px !important;
  }
  .m-sm-140 {
    margin: 140px !important;
  }
  .mt-sm-140 {
    margin-top: 140px !important;
  }
  .mb-sm-140 {
    margin-bottom: 140px !important;
  }
  .ms-sm-140 {
    margin-left: 140px !important;
  }
  .me-sm-140 {
    margin-right: 140px !important;
  }
  .p-sm-140 {
    padding: 140px !important;
  }
  .pt-sm-140 {
    padding-top: 140px !important;
  }
  .pb-sm-140 {
    padding-bottom: 140px !important;
  }
  .ps-sm-140 {
    padding-left: 140px !important;
  }
  .pe-sm-140 {
    padding-right: 140px !important;
  }
  .m-sm-160 {
    margin: 160px !important;
  }
  .mt-sm-160 {
    margin-top: 160px !important;
  }
  .mb-sm-160 {
    margin-bottom: 160px !important;
  }
  .ms-sm-160 {
    margin-left: 160px !important;
  }
  .me-sm-160 {
    margin-right: 160px !important;
  }
  .p-sm-160 {
    padding: 160px !important;
  }
  .pt-sm-160 {
    padding-top: 160px !important;
  }
  .pb-sm-160 {
    padding-bottom: 160px !important;
  }
  .ps-sm-160 {
    padding-left: 160px !important;
  }
  .pe-sm-160 {
    padding-right: 160px !important;
  }
  .m-sm-180 {
    margin: 180px !important;
  }
  .mt-sm-180 {
    margin-top: 180px !important;
  }
  .mb-sm-180 {
    margin-bottom: 180px !important;
  }
  .ms-sm-180 {
    margin-left: 180px !important;
  }
  .me-sm-180 {
    margin-right: 180px !important;
  }
  .p-sm-180 {
    padding: 180px !important;
  }
  .pt-sm-180 {
    padding-top: 180px !important;
  }
  .pb-sm-180 {
    padding-bottom: 180px !important;
  }
  .ps-sm-180 {
    padding-left: 180px !important;
  }
  .pe-sm-180 {
    padding-right: 180px !important;
  }
  .m-sm-200 {
    margin: 200px !important;
  }
  .mt-sm-200 {
    margin-top: 200px !important;
  }
  .mb-sm-200 {
    margin-bottom: 200px !important;
  }
  .ms-sm-200 {
    margin-left: 200px !important;
  }
  .me-sm-200 {
    margin-right: 200px !important;
  }
  .p-sm-200 {
    padding: 200px !important;
  }
  .pt-sm-200 {
    padding-top: 200px !important;
  }
  .pb-sm-200 {
    padding-bottom: 200px !important;
  }
  .ps-sm-200 {
    padding-left: 200px !important;
  }
  .pe-sm-200 {
    padding-right: 200px !important;
  }
}
@media (min-width: 768px) {
  .m-md-1 {
    margin: 1px !important;
  }
  .mt-md-1 {
    margin-top: 1px !important;
  }
  .mb-md-1 {
    margin-bottom: 1px !important;
  }
  .ms-md-1 {
    margin-left: 1px !important;
  }
  .me-md-1 {
    margin-right: 1px !important;
  }
  .p-md-1 {
    padding: 1px !important;
  }
  .pt-md-1 {
    padding-top: 1px !important;
  }
  .pb-md-1 {
    padding-bottom: 1px !important;
  }
  .ps-md-1 {
    padding-left: 1px !important;
  }
  .pe-md-1 {
    padding-right: 1px !important;
  }
  .m-md-2 {
    margin: 2px !important;
  }
  .mt-md-2 {
    margin-top: 2px !important;
  }
  .mb-md-2 {
    margin-bottom: 2px !important;
  }
  .ms-md-2 {
    margin-left: 2px !important;
  }
  .me-md-2 {
    margin-right: 2px !important;
  }
  .p-md-2 {
    padding: 2px !important;
  }
  .pt-md-2 {
    padding-top: 2px !important;
  }
  .pb-md-2 {
    padding-bottom: 2px !important;
  }
  .ps-md-2 {
    padding-left: 2px !important;
  }
  .pe-md-2 {
    padding-right: 2px !important;
  }
  .m-md-3 {
    margin: 3px !important;
  }
  .mt-md-3 {
    margin-top: 3px !important;
  }
  .mb-md-3 {
    margin-bottom: 3px !important;
  }
  .ms-md-3 {
    margin-left: 3px !important;
  }
  .me-md-3 {
    margin-right: 3px !important;
  }
  .p-md-3 {
    padding: 3px !important;
  }
  .pt-md-3 {
    padding-top: 3px !important;
  }
  .pb-md-3 {
    padding-bottom: 3px !important;
  }
  .ps-md-3 {
    padding-left: 3px !important;
  }
  .pe-md-3 {
    padding-right: 3px !important;
  }
  .m-md-4 {
    margin: 4px !important;
  }
  .mt-md-4 {
    margin-top: 4px !important;
  }
  .mb-md-4 {
    margin-bottom: 4px !important;
  }
  .ms-md-4 {
    margin-left: 4px !important;
  }
  .me-md-4 {
    margin-right: 4px !important;
  }
  .p-md-4 {
    padding: 4px !important;
  }
  .pt-md-4 {
    padding-top: 4px !important;
  }
  .pb-md-4 {
    padding-bottom: 4px !important;
  }
  .ps-md-4 {
    padding-left: 4px !important;
  }
  .pe-md-4 {
    padding-right: 4px !important;
  }
  .m-md-5 {
    margin: 5px !important;
  }
  .mt-md-5 {
    margin-top: 5px !important;
  }
  .mb-md-5 {
    margin-bottom: 5px !important;
  }
  .ms-md-5 {
    margin-left: 5px !important;
  }
  .me-md-5 {
    margin-right: 5px !important;
  }
  .p-md-5 {
    padding: 5px !important;
  }
  .pt-md-5 {
    padding-top: 5px !important;
  }
  .pb-md-5 {
    padding-bottom: 5px !important;
  }
  .ps-md-5 {
    padding-left: 5px !important;
  }
  .pe-md-5 {
    padding-right: 5px !important;
  }
  .m-md-6 {
    margin: 6px !important;
  }
  .mt-md-6 {
    margin-top: 6px !important;
  }
  .mb-md-6 {
    margin-bottom: 6px !important;
  }
  .ms-md-6 {
    margin-left: 6px !important;
  }
  .me-md-6 {
    margin-right: 6px !important;
  }
  .p-md-6 {
    padding: 6px !important;
  }
  .pt-md-6 {
    padding-top: 6px !important;
  }
  .pb-md-6 {
    padding-bottom: 6px !important;
  }
  .ps-md-6 {
    padding-left: 6px !important;
  }
  .pe-md-6 {
    padding-right: 6px !important;
  }
  .m-md-7 {
    margin: 7px !important;
  }
  .mt-md-7 {
    margin-top: 7px !important;
  }
  .mb-md-7 {
    margin-bottom: 7px !important;
  }
  .ms-md-7 {
    margin-left: 7px !important;
  }
  .me-md-7 {
    margin-right: 7px !important;
  }
  .p-md-7 {
    padding: 7px !important;
  }
  .pt-md-7 {
    padding-top: 7px !important;
  }
  .pb-md-7 {
    padding-bottom: 7px !important;
  }
  .ps-md-7 {
    padding-left: 7px !important;
  }
  .pe-md-7 {
    padding-right: 7px !important;
  }
  .m-md-8 {
    margin: 8px !important;
  }
  .mt-md-8 {
    margin-top: 8px !important;
  }
  .mb-md-8 {
    margin-bottom: 8px !important;
  }
  .ms-md-8 {
    margin-left: 8px !important;
  }
  .me-md-8 {
    margin-right: 8px !important;
  }
  .p-md-8 {
    padding: 8px !important;
  }
  .pt-md-8 {
    padding-top: 8px !important;
  }
  .pb-md-8 {
    padding-bottom: 8px !important;
  }
  .ps-md-8 {
    padding-left: 8px !important;
  }
  .pe-md-8 {
    padding-right: 8px !important;
  }
  .m-md-9 {
    margin: 9px !important;
  }
  .mt-md-9 {
    margin-top: 9px !important;
  }
  .mb-md-9 {
    margin-bottom: 9px !important;
  }
  .ms-md-9 {
    margin-left: 9px !important;
  }
  .me-md-9 {
    margin-right: 9px !important;
  }
  .p-md-9 {
    padding: 9px !important;
  }
  .pt-md-9 {
    padding-top: 9px !important;
  }
  .pb-md-9 {
    padding-bottom: 9px !important;
  }
  .ps-md-9 {
    padding-left: 9px !important;
  }
  .pe-md-9 {
    padding-right: 9px !important;
  }
  .m-md-10 {
    margin: 10px !important;
  }
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .ms-md-10 {
    margin-left: 10px !important;
  }
  .me-md-10 {
    margin-right: 10px !important;
  }
  .p-md-10 {
    padding: 10px !important;
  }
  .pt-md-10 {
    padding-top: 10px !important;
  }
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
  .ps-md-10 {
    padding-left: 10px !important;
  }
  .pe-md-10 {
    padding-right: 10px !important;
  }
  .m-md-15 {
    margin: 15px !important;
  }
  .mt-md-15 {
    margin-top: 15px !important;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .ms-md-15 {
    margin-left: 15px !important;
  }
  .me-md-15 {
    margin-right: 15px !important;
  }
  .p-md-15 {
    padding: 15px !important;
  }
  .pt-md-15 {
    padding-top: 15px !important;
  }
  .pb-md-15 {
    padding-bottom: 15px !important;
  }
  .ps-md-15 {
    padding-left: 15px !important;
  }
  .pe-md-15 {
    padding-right: 15px !important;
  }
  .m-md-20 {
    margin: 20px !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .ms-md-20 {
    margin-left: 20px !important;
  }
  .me-md-20 {
    margin-right: 20px !important;
  }
  .p-md-20 {
    padding: 20px !important;
  }
  .pt-md-20 {
    padding-top: 20px !important;
  }
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
  .ps-md-20 {
    padding-left: 20px !important;
  }
  .pe-md-20 {
    padding-right: 20px !important;
  }
  .m-md-25 {
    margin: 25px !important;
  }
  .mt-md-25 {
    margin-top: 25px !important;
  }
  .mb-md-25 {
    margin-bottom: 25px !important;
  }
  .ms-md-25 {
    margin-left: 25px !important;
  }
  .me-md-25 {
    margin-right: 25px !important;
  }
  .p-md-25 {
    padding: 25px !important;
  }
  .pt-md-25 {
    padding-top: 25px !important;
  }
  .pb-md-25 {
    padding-bottom: 25px !important;
  }
  .ps-md-25 {
    padding-left: 25px !important;
  }
  .pe-md-25 {
    padding-right: 25px !important;
  }
  .m-md-30 {
    margin: 30px !important;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .ms-md-30 {
    margin-left: 30px !important;
  }
  .me-md-30 {
    margin-right: 30px !important;
  }
  .p-md-30 {
    padding: 30px !important;
  }
  .pt-md-30 {
    padding-top: 30px !important;
  }
  .pb-md-30 {
    padding-bottom: 30px !important;
  }
  .ps-md-30 {
    padding-left: 30px !important;
  }
  .pe-md-30 {
    padding-right: 30px !important;
  }
  .m-md-35 {
    margin: 35px !important;
  }
  .mt-md-35 {
    margin-top: 35px !important;
  }
  .mb-md-35 {
    margin-bottom: 35px !important;
  }
  .ms-md-35 {
    margin-left: 35px !important;
  }
  .me-md-35 {
    margin-right: 35px !important;
  }
  .p-md-35 {
    padding: 35px !important;
  }
  .pt-md-35 {
    padding-top: 35px !important;
  }
  .pb-md-35 {
    padding-bottom: 35px !important;
  }
  .ps-md-35 {
    padding-left: 35px !important;
  }
  .pe-md-35 {
    padding-right: 35px !important;
  }
  .m-md-40 {
    margin: 40px !important;
  }
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .ms-md-40 {
    margin-left: 40px !important;
  }
  .me-md-40 {
    margin-right: 40px !important;
  }
  .p-md-40 {
    padding: 40px !important;
  }
  .pt-md-40 {
    padding-top: 40px !important;
  }
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
  .ps-md-40 {
    padding-left: 40px !important;
  }
  .pe-md-40 {
    padding-right: 40px !important;
  }
  .m-md-45 {
    margin: 45px !important;
  }
  .mt-md-45 {
    margin-top: 45px !important;
  }
  .mb-md-45 {
    margin-bottom: 45px !important;
  }
  .ms-md-45 {
    margin-left: 45px !important;
  }
  .me-md-45 {
    margin-right: 45px !important;
  }
  .p-md-45 {
    padding: 45px !important;
  }
  .pt-md-45 {
    padding-top: 45px !important;
  }
  .pb-md-45 {
    padding-bottom: 45px !important;
  }
  .ps-md-45 {
    padding-left: 45px !important;
  }
  .pe-md-45 {
    padding-right: 45px !important;
  }
  .m-md-50 {
    margin: 50px !important;
  }
  .mt-md-50 {
    margin-top: 50px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .ms-md-50 {
    margin-left: 50px !important;
  }
  .me-md-50 {
    margin-right: 50px !important;
  }
  .p-md-50 {
    padding: 50px !important;
  }
  .pt-md-50 {
    padding-top: 50px !important;
  }
  .pb-md-50 {
    padding-bottom: 50px !important;
  }
  .ps-md-50 {
    padding-left: 50px !important;
  }
  .pe-md-50 {
    padding-right: 50px !important;
  }
  .m-md-60 {
    margin: 60px !important;
  }
  .mt-md-60 {
    margin-top: 60px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .ms-md-60 {
    margin-left: 60px !important;
  }
  .me-md-60 {
    margin-right: 60px !important;
  }
  .p-md-60 {
    padding: 60px !important;
  }
  .pt-md-60 {
    padding-top: 60px !important;
  }
  .pb-md-60 {
    padding-bottom: 60px !important;
  }
  .ps-md-60 {
    padding-left: 60px !important;
  }
  .pe-md-60 {
    padding-right: 60px !important;
  }
  .m-md-70 {
    margin: 70px !important;
  }
  .mt-md-70 {
    margin-top: 70px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .ms-md-70 {
    margin-left: 70px !important;
  }
  .me-md-70 {
    margin-right: 70px !important;
  }
  .p-md-70 {
    padding: 70px !important;
  }
  .pt-md-70 {
    padding-top: 70px !important;
  }
  .pb-md-70 {
    padding-bottom: 70px !important;
  }
  .ps-md-70 {
    padding-left: 70px !important;
  }
  .pe-md-70 {
    padding-right: 70px !important;
  }
  .m-md-80 {
    margin: 80px !important;
  }
  .mt-md-80 {
    margin-top: 80px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .ms-md-80 {
    margin-left: 80px !important;
  }
  .me-md-80 {
    margin-right: 80px !important;
  }
  .p-md-80 {
    padding: 80px !important;
  }
  .pt-md-80 {
    padding-top: 80px !important;
  }
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
  .ps-md-80 {
    padding-left: 80px !important;
  }
  .pe-md-80 {
    padding-right: 80px !important;
  }
  .m-md-90 {
    margin: 90px !important;
  }
  .mt-md-90 {
    margin-top: 90px !important;
  }
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  .ms-md-90 {
    margin-left: 90px !important;
  }
  .me-md-90 {
    margin-right: 90px !important;
  }
  .p-md-90 {
    padding: 90px !important;
  }
  .pt-md-90 {
    padding-top: 90px !important;
  }
  .pb-md-90 {
    padding-bottom: 90px !important;
  }
  .ps-md-90 {
    padding-left: 90px !important;
  }
  .pe-md-90 {
    padding-right: 90px !important;
  }
  .m-md-100 {
    margin: 100px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .ms-md-100 {
    margin-left: 100px !important;
  }
  .me-md-100 {
    margin-right: 100px !important;
  }
  .p-md-100 {
    padding: 100px !important;
  }
  .pt-md-100 {
    padding-top: 100px !important;
  }
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
  .ps-md-100 {
    padding-left: 100px !important;
  }
  .pe-md-100 {
    padding-right: 100px !important;
  }
  .m-md-120 {
    margin: 120px !important;
  }
  .mt-md-120 {
    margin-top: 120px !important;
  }
  .mb-md-120 {
    margin-bottom: 120px !important;
  }
  .ms-md-120 {
    margin-left: 120px !important;
  }
  .me-md-120 {
    margin-right: 120px !important;
  }
  .p-md-120 {
    padding: 120px !important;
  }
  .pt-md-120 {
    padding-top: 120px !important;
  }
  .pb-md-120 {
    padding-bottom: 120px !important;
  }
  .ps-md-120 {
    padding-left: 120px !important;
  }
  .pe-md-120 {
    padding-right: 120px !important;
  }
  .m-md-140 {
    margin: 140px !important;
  }
  .mt-md-140 {
    margin-top: 140px !important;
  }
  .mb-md-140 {
    margin-bottom: 140px !important;
  }
  .ms-md-140 {
    margin-left: 140px !important;
  }
  .me-md-140 {
    margin-right: 140px !important;
  }
  .p-md-140 {
    padding: 140px !important;
  }
  .pt-md-140 {
    padding-top: 140px !important;
  }
  .pb-md-140 {
    padding-bottom: 140px !important;
  }
  .ps-md-140 {
    padding-left: 140px !important;
  }
  .pe-md-140 {
    padding-right: 140px !important;
  }
  .m-md-160 {
    margin: 160px !important;
  }
  .mt-md-160 {
    margin-top: 160px !important;
  }
  .mb-md-160 {
    margin-bottom: 160px !important;
  }
  .ms-md-160 {
    margin-left: 160px !important;
  }
  .me-md-160 {
    margin-right: 160px !important;
  }
  .p-md-160 {
    padding: 160px !important;
  }
  .pt-md-160 {
    padding-top: 160px !important;
  }
  .pb-md-160 {
    padding-bottom: 160px !important;
  }
  .ps-md-160 {
    padding-left: 160px !important;
  }
  .pe-md-160 {
    padding-right: 160px !important;
  }
  .m-md-180 {
    margin: 180px !important;
  }
  .mt-md-180 {
    margin-top: 180px !important;
  }
  .mb-md-180 {
    margin-bottom: 180px !important;
  }
  .ms-md-180 {
    margin-left: 180px !important;
  }
  .me-md-180 {
    margin-right: 180px !important;
  }
  .p-md-180 {
    padding: 180px !important;
  }
  .pt-md-180 {
    padding-top: 180px !important;
  }
  .pb-md-180 {
    padding-bottom: 180px !important;
  }
  .ps-md-180 {
    padding-left: 180px !important;
  }
  .pe-md-180 {
    padding-right: 180px !important;
  }
  .m-md-200 {
    margin: 200px !important;
  }
  .mt-md-200 {
    margin-top: 200px !important;
  }
  .mb-md-200 {
    margin-bottom: 200px !important;
  }
  .ms-md-200 {
    margin-left: 200px !important;
  }
  .me-md-200 {
    margin-right: 200px !important;
  }
  .p-md-200 {
    padding: 200px !important;
  }
  .pt-md-200 {
    padding-top: 200px !important;
  }
  .pb-md-200 {
    padding-bottom: 200px !important;
  }
  .ps-md-200 {
    padding-left: 200px !important;
  }
  .pe-md-200 {
    padding-right: 200px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-1 {
    margin: 1px !important;
  }
  .mt-lg-1 {
    margin-top: 1px !important;
  }
  .mb-lg-1 {
    margin-bottom: 1px !important;
  }
  .ms-lg-1 {
    margin-left: 1px !important;
  }
  .me-lg-1 {
    margin-right: 1px !important;
  }
  .p-lg-1 {
    padding: 1px !important;
  }
  .pt-lg-1 {
    padding-top: 1px !important;
  }
  .pb-lg-1 {
    padding-bottom: 1px !important;
  }
  .ps-lg-1 {
    padding-left: 1px !important;
  }
  .pe-lg-1 {
    padding-right: 1px !important;
  }
  .m-lg-2 {
    margin: 2px !important;
  }
  .mt-lg-2 {
    margin-top: 2px !important;
  }
  .mb-lg-2 {
    margin-bottom: 2px !important;
  }
  .ms-lg-2 {
    margin-left: 2px !important;
  }
  .me-lg-2 {
    margin-right: 2px !important;
  }
  .p-lg-2 {
    padding: 2px !important;
  }
  .pt-lg-2 {
    padding-top: 2px !important;
  }
  .pb-lg-2 {
    padding-bottom: 2px !important;
  }
  .ps-lg-2 {
    padding-left: 2px !important;
  }
  .pe-lg-2 {
    padding-right: 2px !important;
  }
  .m-lg-3 {
    margin: 3px !important;
  }
  .mt-lg-3 {
    margin-top: 3px !important;
  }
  .mb-lg-3 {
    margin-bottom: 3px !important;
  }
  .ms-lg-3 {
    margin-left: 3px !important;
  }
  .me-lg-3 {
    margin-right: 3px !important;
  }
  .p-lg-3 {
    padding: 3px !important;
  }
  .pt-lg-3 {
    padding-top: 3px !important;
  }
  .pb-lg-3 {
    padding-bottom: 3px !important;
  }
  .ps-lg-3 {
    padding-left: 3px !important;
  }
  .pe-lg-3 {
    padding-right: 3px !important;
  }
  .m-lg-4 {
    margin: 4px !important;
  }
  .mt-lg-4 {
    margin-top: 4px !important;
  }
  .mb-lg-4 {
    margin-bottom: 4px !important;
  }
  .ms-lg-4 {
    margin-left: 4px !important;
  }
  .me-lg-4 {
    margin-right: 4px !important;
  }
  .p-lg-4 {
    padding: 4px !important;
  }
  .pt-lg-4 {
    padding-top: 4px !important;
  }
  .pb-lg-4 {
    padding-bottom: 4px !important;
  }
  .ps-lg-4 {
    padding-left: 4px !important;
  }
  .pe-lg-4 {
    padding-right: 4px !important;
  }
  .m-lg-5 {
    margin: 5px !important;
  }
  .mt-lg-5 {
    margin-top: 5px !important;
  }
  .mb-lg-5 {
    margin-bottom: 5px !important;
  }
  .ms-lg-5 {
    margin-left: 5px !important;
  }
  .me-lg-5 {
    margin-right: 5px !important;
  }
  .p-lg-5 {
    padding: 5px !important;
  }
  .pt-lg-5 {
    padding-top: 5px !important;
  }
  .pb-lg-5 {
    padding-bottom: 5px !important;
  }
  .ps-lg-5 {
    padding-left: 5px !important;
  }
  .pe-lg-5 {
    padding-right: 5px !important;
  }
  .m-lg-6 {
    margin: 6px !important;
  }
  .mt-lg-6 {
    margin-top: 6px !important;
  }
  .mb-lg-6 {
    margin-bottom: 6px !important;
  }
  .ms-lg-6 {
    margin-left: 6px !important;
  }
  .me-lg-6 {
    margin-right: 6px !important;
  }
  .p-lg-6 {
    padding: 6px !important;
  }
  .pt-lg-6 {
    padding-top: 6px !important;
  }
  .pb-lg-6 {
    padding-bottom: 6px !important;
  }
  .ps-lg-6 {
    padding-left: 6px !important;
  }
  .pe-lg-6 {
    padding-right: 6px !important;
  }
  .m-lg-7 {
    margin: 7px !important;
  }
  .mt-lg-7 {
    margin-top: 7px !important;
  }
  .mb-lg-7 {
    margin-bottom: 7px !important;
  }
  .ms-lg-7 {
    margin-left: 7px !important;
  }
  .me-lg-7 {
    margin-right: 7px !important;
  }
  .p-lg-7 {
    padding: 7px !important;
  }
  .pt-lg-7 {
    padding-top: 7px !important;
  }
  .pb-lg-7 {
    padding-bottom: 7px !important;
  }
  .ps-lg-7 {
    padding-left: 7px !important;
  }
  .pe-lg-7 {
    padding-right: 7px !important;
  }
  .m-lg-8 {
    margin: 8px !important;
  }
  .mt-lg-8 {
    margin-top: 8px !important;
  }
  .mb-lg-8 {
    margin-bottom: 8px !important;
  }
  .ms-lg-8 {
    margin-left: 8px !important;
  }
  .me-lg-8 {
    margin-right: 8px !important;
  }
  .p-lg-8 {
    padding: 8px !important;
  }
  .pt-lg-8 {
    padding-top: 8px !important;
  }
  .pb-lg-8 {
    padding-bottom: 8px !important;
  }
  .ps-lg-8 {
    padding-left: 8px !important;
  }
  .pe-lg-8 {
    padding-right: 8px !important;
  }
  .m-lg-9 {
    margin: 9px !important;
  }
  .mt-lg-9 {
    margin-top: 9px !important;
  }
  .mb-lg-9 {
    margin-bottom: 9px !important;
  }
  .ms-lg-9 {
    margin-left: 9px !important;
  }
  .me-lg-9 {
    margin-right: 9px !important;
  }
  .p-lg-9 {
    padding: 9px !important;
  }
  .pt-lg-9 {
    padding-top: 9px !important;
  }
  .pb-lg-9 {
    padding-bottom: 9px !important;
  }
  .ps-lg-9 {
    padding-left: 9px !important;
  }
  .pe-lg-9 {
    padding-right: 9px !important;
  }
  .m-lg-10 {
    margin: 10px !important;
  }
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .ms-lg-10 {
    margin-left: 10px !important;
  }
  .me-lg-10 {
    margin-right: 10px !important;
  }
  .p-lg-10 {
    padding: 10px !important;
  }
  .pt-lg-10 {
    padding-top: 10px !important;
  }
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }
  .ps-lg-10 {
    padding-left: 10px !important;
  }
  .pe-lg-10 {
    padding-right: 10px !important;
  }
  .m-lg-15 {
    margin: 15px !important;
  }
  .mt-lg-15 {
    margin-top: 15px !important;
  }
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
  .ms-lg-15 {
    margin-left: 15px !important;
  }
  .me-lg-15 {
    margin-right: 15px !important;
  }
  .p-lg-15 {
    padding: 15px !important;
  }
  .pt-lg-15 {
    padding-top: 15px !important;
  }
  .pb-lg-15 {
    padding-bottom: 15px !important;
  }
  .ps-lg-15 {
    padding-left: 15px !important;
  }
  .pe-lg-15 {
    padding-right: 15px !important;
  }
  .m-lg-20 {
    margin: 20px !important;
  }
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .ms-lg-20 {
    margin-left: 20px !important;
  }
  .me-lg-20 {
    margin-right: 20px !important;
  }
  .p-lg-20 {
    padding: 20px !important;
  }
  .pt-lg-20 {
    padding-top: 20px !important;
  }
  .pb-lg-20 {
    padding-bottom: 20px !important;
  }
  .ps-lg-20 {
    padding-left: 20px !important;
  }
  .pe-lg-20 {
    padding-right: 20px !important;
  }
  .m-lg-25 {
    margin: 25px !important;
  }
  .mt-lg-25 {
    margin-top: 25px !important;
  }
  .mb-lg-25 {
    margin-bottom: 25px !important;
  }
  .ms-lg-25 {
    margin-left: 25px !important;
  }
  .me-lg-25 {
    margin-right: 25px !important;
  }
  .p-lg-25 {
    padding: 25px !important;
  }
  .pt-lg-25 {
    padding-top: 25px !important;
  }
  .pb-lg-25 {
    padding-bottom: 25px !important;
  }
  .ps-lg-25 {
    padding-left: 25px !important;
  }
  .pe-lg-25 {
    padding-right: 25px !important;
  }
  .m-lg-30 {
    margin: 30px !important;
  }
  .mt-lg-30 {
    margin-top: 30px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .ms-lg-30 {
    margin-left: 30px !important;
  }
  .me-lg-30 {
    margin-right: 30px !important;
  }
  .p-lg-30 {
    padding: 30px !important;
  }
  .pt-lg-30 {
    padding-top: 30px !important;
  }
  .pb-lg-30 {
    padding-bottom: 30px !important;
  }
  .ps-lg-30 {
    padding-left: 30px !important;
  }
  .pe-lg-30 {
    padding-right: 30px !important;
  }
  .m-lg-35 {
    margin: 35px !important;
  }
  .mt-lg-35 {
    margin-top: 35px !important;
  }
  .mb-lg-35 {
    margin-bottom: 35px !important;
  }
  .ms-lg-35 {
    margin-left: 35px !important;
  }
  .me-lg-35 {
    margin-right: 35px !important;
  }
  .p-lg-35 {
    padding: 35px !important;
  }
  .pt-lg-35 {
    padding-top: 35px !important;
  }
  .pb-lg-35 {
    padding-bottom: 35px !important;
  }
  .ps-lg-35 {
    padding-left: 35px !important;
  }
  .pe-lg-35 {
    padding-right: 35px !important;
  }
  .m-lg-40 {
    margin: 40px !important;
  }
  .mt-lg-40 {
    margin-top: 40px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .ms-lg-40 {
    margin-left: 40px !important;
  }
  .me-lg-40 {
    margin-right: 40px !important;
  }
  .p-lg-40 {
    padding: 40px !important;
  }
  .pt-lg-40 {
    padding-top: 40px !important;
  }
  .pb-lg-40 {
    padding-bottom: 40px !important;
  }
  .ps-lg-40 {
    padding-left: 40px !important;
  }
  .pe-lg-40 {
    padding-right: 40px !important;
  }
  .m-lg-45 {
    margin: 45px !important;
  }
  .mt-lg-45 {
    margin-top: 45px !important;
  }
  .mb-lg-45 {
    margin-bottom: 45px !important;
  }
  .ms-lg-45 {
    margin-left: 45px !important;
  }
  .me-lg-45 {
    margin-right: 45px !important;
  }
  .p-lg-45 {
    padding: 45px !important;
  }
  .pt-lg-45 {
    padding-top: 45px !important;
  }
  .pb-lg-45 {
    padding-bottom: 45px !important;
  }
  .ps-lg-45 {
    padding-left: 45px !important;
  }
  .pe-lg-45 {
    padding-right: 45px !important;
  }
  .m-lg-50 {
    margin: 50px !important;
  }
  .mt-lg-50 {
    margin-top: 50px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .ms-lg-50 {
    margin-left: 50px !important;
  }
  .me-lg-50 {
    margin-right: 50px !important;
  }
  .p-lg-50 {
    padding: 50px !important;
  }
  .pt-lg-50 {
    padding-top: 50px !important;
  }
  .pb-lg-50 {
    padding-bottom: 50px !important;
  }
  .ps-lg-50 {
    padding-left: 50px !important;
  }
  .pe-lg-50 {
    padding-right: 50px !important;
  }
  .m-lg-60 {
    margin: 60px !important;
  }
  .mt-lg-60 {
    margin-top: 60px !important;
  }
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .ms-lg-60 {
    margin-left: 60px !important;
  }
  .me-lg-60 {
    margin-right: 60px !important;
  }
  .p-lg-60 {
    padding: 60px !important;
  }
  .pt-lg-60 {
    padding-top: 60px !important;
  }
  .pb-lg-60 {
    padding-bottom: 60px !important;
  }
  .ps-lg-60 {
    padding-left: 60px !important;
  }
  .pe-lg-60 {
    padding-right: 60px !important;
  }
  .m-lg-70 {
    margin: 70px !important;
  }
  .mt-lg-70 {
    margin-top: 70px !important;
  }
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
  .ms-lg-70 {
    margin-left: 70px !important;
  }
  .me-lg-70 {
    margin-right: 70px !important;
  }
  .p-lg-70 {
    padding: 70px !important;
  }
  .pt-lg-70 {
    padding-top: 70px !important;
  }
  .pb-lg-70 {
    padding-bottom: 70px !important;
  }
  .ps-lg-70 {
    padding-left: 70px !important;
  }
  .pe-lg-70 {
    padding-right: 70px !important;
  }
  .m-lg-80 {
    margin: 80px !important;
  }
  .mt-lg-80 {
    margin-top: 80px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .ms-lg-80 {
    margin-left: 80px !important;
  }
  .me-lg-80 {
    margin-right: 80px !important;
  }
  .p-lg-80 {
    padding: 80px !important;
  }
  .pt-lg-80 {
    padding-top: 80px !important;
  }
  .pb-lg-80 {
    padding-bottom: 80px !important;
  }
  .ps-lg-80 {
    padding-left: 80px !important;
  }
  .pe-lg-80 {
    padding-right: 80px !important;
  }
  .m-lg-90 {
    margin: 90px !important;
  }
  .mt-lg-90 {
    margin-top: 90px !important;
  }
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
  .ms-lg-90 {
    margin-left: 90px !important;
  }
  .me-lg-90 {
    margin-right: 90px !important;
  }
  .p-lg-90 {
    padding: 90px !important;
  }
  .pt-lg-90 {
    padding-top: 90px !important;
  }
  .pb-lg-90 {
    padding-bottom: 90px !important;
  }
  .ps-lg-90 {
    padding-left: 90px !important;
  }
  .pe-lg-90 {
    padding-right: 90px !important;
  }
  .m-lg-100 {
    margin: 100px !important;
  }
  .mt-lg-100 {
    margin-top: 100px !important;
  }
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  .ms-lg-100 {
    margin-left: 100px !important;
  }
  .me-lg-100 {
    margin-right: 100px !important;
  }
  .p-lg-100 {
    padding: 100px !important;
  }
  .pt-lg-100 {
    padding-top: 100px !important;
  }
  .pb-lg-100 {
    padding-bottom: 100px !important;
  }
  .ps-lg-100 {
    padding-left: 100px !important;
  }
  .pe-lg-100 {
    padding-right: 100px !important;
  }
  .m-lg-120 {
    margin: 120px !important;
  }
  .mt-lg-120 {
    margin-top: 120px !important;
  }
  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
  .ms-lg-120 {
    margin-left: 120px !important;
  }
  .me-lg-120 {
    margin-right: 120px !important;
  }
  .p-lg-120 {
    padding: 120px !important;
  }
  .pt-lg-120 {
    padding-top: 120px !important;
  }
  .pb-lg-120 {
    padding-bottom: 120px !important;
  }
  .ps-lg-120 {
    padding-left: 120px !important;
  }
  .pe-lg-120 {
    padding-right: 120px !important;
  }
  .m-lg-140 {
    margin: 140px !important;
  }
  .mt-lg-140 {
    margin-top: 140px !important;
  }
  .mb-lg-140 {
    margin-bottom: 140px !important;
  }
  .ms-lg-140 {
    margin-left: 140px !important;
  }
  .me-lg-140 {
    margin-right: 140px !important;
  }
  .p-lg-140 {
    padding: 140px !important;
  }
  .pt-lg-140 {
    padding-top: 140px !important;
  }
  .pb-lg-140 {
    padding-bottom: 140px !important;
  }
  .ps-lg-140 {
    padding-left: 140px !important;
  }
  .pe-lg-140 {
    padding-right: 140px !important;
  }
  .m-lg-160 {
    margin: 160px !important;
  }
  .mt-lg-160 {
    margin-top: 160px !important;
  }
  .mb-lg-160 {
    margin-bottom: 160px !important;
  }
  .ms-lg-160 {
    margin-left: 160px !important;
  }
  .me-lg-160 {
    margin-right: 160px !important;
  }
  .p-lg-160 {
    padding: 160px !important;
  }
  .pt-lg-160 {
    padding-top: 160px !important;
  }
  .pb-lg-160 {
    padding-bottom: 160px !important;
  }
  .ps-lg-160 {
    padding-left: 160px !important;
  }
  .pe-lg-160 {
    padding-right: 160px !important;
  }
  .m-lg-180 {
    margin: 180px !important;
  }
  .mt-lg-180 {
    margin-top: 180px !important;
  }
  .mb-lg-180 {
    margin-bottom: 180px !important;
  }
  .ms-lg-180 {
    margin-left: 180px !important;
  }
  .me-lg-180 {
    margin-right: 180px !important;
  }
  .p-lg-180 {
    padding: 180px !important;
  }
  .pt-lg-180 {
    padding-top: 180px !important;
  }
  .pb-lg-180 {
    padding-bottom: 180px !important;
  }
  .ps-lg-180 {
    padding-left: 180px !important;
  }
  .pe-lg-180 {
    padding-right: 180px !important;
  }
  .m-lg-200 {
    margin: 200px !important;
  }
  .mt-lg-200 {
    margin-top: 200px !important;
  }
  .mb-lg-200 {
    margin-bottom: 200px !important;
  }
  .ms-lg-200 {
    margin-left: 200px !important;
  }
  .me-lg-200 {
    margin-right: 200px !important;
  }
  .p-lg-200 {
    padding: 200px !important;
  }
  .pt-lg-200 {
    padding-top: 200px !important;
  }
  .pb-lg-200 {
    padding-bottom: 200px !important;
  }
  .ps-lg-200 {
    padding-left: 200px !important;
  }
  .pe-lg-200 {
    padding-right: 200px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-1 {
    margin: 1px !important;
  }
  .mt-xl-1 {
    margin-top: 1px !important;
  }
  .mb-xl-1 {
    margin-bottom: 1px !important;
  }
  .ms-xl-1 {
    margin-left: 1px !important;
  }
  .me-xl-1 {
    margin-right: 1px !important;
  }
  .p-xl-1 {
    padding: 1px !important;
  }
  .pt-xl-1 {
    padding-top: 1px !important;
  }
  .pb-xl-1 {
    padding-bottom: 1px !important;
  }
  .ps-xl-1 {
    padding-left: 1px !important;
  }
  .pe-xl-1 {
    padding-right: 1px !important;
  }
  .m-xl-2 {
    margin: 2px !important;
  }
  .mt-xl-2 {
    margin-top: 2px !important;
  }
  .mb-xl-2 {
    margin-bottom: 2px !important;
  }
  .ms-xl-2 {
    margin-left: 2px !important;
  }
  .me-xl-2 {
    margin-right: 2px !important;
  }
  .p-xl-2 {
    padding: 2px !important;
  }
  .pt-xl-2 {
    padding-top: 2px !important;
  }
  .pb-xl-2 {
    padding-bottom: 2px !important;
  }
  .ps-xl-2 {
    padding-left: 2px !important;
  }
  .pe-xl-2 {
    padding-right: 2px !important;
  }
  .m-xl-3 {
    margin: 3px !important;
  }
  .mt-xl-3 {
    margin-top: 3px !important;
  }
  .mb-xl-3 {
    margin-bottom: 3px !important;
  }
  .ms-xl-3 {
    margin-left: 3px !important;
  }
  .me-xl-3 {
    margin-right: 3px !important;
  }
  .p-xl-3 {
    padding: 3px !important;
  }
  .pt-xl-3 {
    padding-top: 3px !important;
  }
  .pb-xl-3 {
    padding-bottom: 3px !important;
  }
  .ps-xl-3 {
    padding-left: 3px !important;
  }
  .pe-xl-3 {
    padding-right: 3px !important;
  }
  .m-xl-4 {
    margin: 4px !important;
  }
  .mt-xl-4 {
    margin-top: 4px !important;
  }
  .mb-xl-4 {
    margin-bottom: 4px !important;
  }
  .ms-xl-4 {
    margin-left: 4px !important;
  }
  .me-xl-4 {
    margin-right: 4px !important;
  }
  .p-xl-4 {
    padding: 4px !important;
  }
  .pt-xl-4 {
    padding-top: 4px !important;
  }
  .pb-xl-4 {
    padding-bottom: 4px !important;
  }
  .ps-xl-4 {
    padding-left: 4px !important;
  }
  .pe-xl-4 {
    padding-right: 4px !important;
  }
  .m-xl-5 {
    margin: 5px !important;
  }
  .mt-xl-5 {
    margin-top: 5px !important;
  }
  .mb-xl-5 {
    margin-bottom: 5px !important;
  }
  .ms-xl-5 {
    margin-left: 5px !important;
  }
  .me-xl-5 {
    margin-right: 5px !important;
  }
  .p-xl-5 {
    padding: 5px !important;
  }
  .pt-xl-5 {
    padding-top: 5px !important;
  }
  .pb-xl-5 {
    padding-bottom: 5px !important;
  }
  .ps-xl-5 {
    padding-left: 5px !important;
  }
  .pe-xl-5 {
    padding-right: 5px !important;
  }
  .m-xl-6 {
    margin: 6px !important;
  }
  .mt-xl-6 {
    margin-top: 6px !important;
  }
  .mb-xl-6 {
    margin-bottom: 6px !important;
  }
  .ms-xl-6 {
    margin-left: 6px !important;
  }
  .me-xl-6 {
    margin-right: 6px !important;
  }
  .p-xl-6 {
    padding: 6px !important;
  }
  .pt-xl-6 {
    padding-top: 6px !important;
  }
  .pb-xl-6 {
    padding-bottom: 6px !important;
  }
  .ps-xl-6 {
    padding-left: 6px !important;
  }
  .pe-xl-6 {
    padding-right: 6px !important;
  }
  .m-xl-7 {
    margin: 7px !important;
  }
  .mt-xl-7 {
    margin-top: 7px !important;
  }
  .mb-xl-7 {
    margin-bottom: 7px !important;
  }
  .ms-xl-7 {
    margin-left: 7px !important;
  }
  .me-xl-7 {
    margin-right: 7px !important;
  }
  .p-xl-7 {
    padding: 7px !important;
  }
  .pt-xl-7 {
    padding-top: 7px !important;
  }
  .pb-xl-7 {
    padding-bottom: 7px !important;
  }
  .ps-xl-7 {
    padding-left: 7px !important;
  }
  .pe-xl-7 {
    padding-right: 7px !important;
  }
  .m-xl-8 {
    margin: 8px !important;
  }
  .mt-xl-8 {
    margin-top: 8px !important;
  }
  .mb-xl-8 {
    margin-bottom: 8px !important;
  }
  .ms-xl-8 {
    margin-left: 8px !important;
  }
  .me-xl-8 {
    margin-right: 8px !important;
  }
  .p-xl-8 {
    padding: 8px !important;
  }
  .pt-xl-8 {
    padding-top: 8px !important;
  }
  .pb-xl-8 {
    padding-bottom: 8px !important;
  }
  .ps-xl-8 {
    padding-left: 8px !important;
  }
  .pe-xl-8 {
    padding-right: 8px !important;
  }
  .m-xl-9 {
    margin: 9px !important;
  }
  .mt-xl-9 {
    margin-top: 9px !important;
  }
  .mb-xl-9 {
    margin-bottom: 9px !important;
  }
  .ms-xl-9 {
    margin-left: 9px !important;
  }
  .me-xl-9 {
    margin-right: 9px !important;
  }
  .p-xl-9 {
    padding: 9px !important;
  }
  .pt-xl-9 {
    padding-top: 9px !important;
  }
  .pb-xl-9 {
    padding-bottom: 9px !important;
  }
  .ps-xl-9 {
    padding-left: 9px !important;
  }
  .pe-xl-9 {
    padding-right: 9px !important;
  }
  .m-xl-10 {
    margin: 10px !important;
  }
  .mt-xl-10 {
    margin-top: 10px !important;
  }
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  .ms-xl-10 {
    margin-left: 10px !important;
  }
  .me-xl-10 {
    margin-right: 10px !important;
  }
  .p-xl-10 {
    padding: 10px !important;
  }
  .pt-xl-10 {
    padding-top: 10px !important;
  }
  .pb-xl-10 {
    padding-bottom: 10px !important;
  }
  .ps-xl-10 {
    padding-left: 10px !important;
  }
  .pe-xl-10 {
    padding-right: 10px !important;
  }
  .m-xl-15 {
    margin: 15px !important;
  }
  .mt-xl-15 {
    margin-top: 15px !important;
  }
  .mb-xl-15 {
    margin-bottom: 15px !important;
  }
  .ms-xl-15 {
    margin-left: 15px !important;
  }
  .me-xl-15 {
    margin-right: 15px !important;
  }
  .p-xl-15 {
    padding: 15px !important;
  }
  .pt-xl-15 {
    padding-top: 15px !important;
  }
  .pb-xl-15 {
    padding-bottom: 15px !important;
  }
  .ps-xl-15 {
    padding-left: 15px !important;
  }
  .pe-xl-15 {
    padding-right: 15px !important;
  }
  .m-xl-20 {
    margin: 20px !important;
  }
  .mt-xl-20 {
    margin-top: 20px !important;
  }
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .ms-xl-20 {
    margin-left: 20px !important;
  }
  .me-xl-20 {
    margin-right: 20px !important;
  }
  .p-xl-20 {
    padding: 20px !important;
  }
  .pt-xl-20 {
    padding-top: 20px !important;
  }
  .pb-xl-20 {
    padding-bottom: 20px !important;
  }
  .ps-xl-20 {
    padding-left: 20px !important;
  }
  .pe-xl-20 {
    padding-right: 20px !important;
  }
  .m-xl-25 {
    margin: 25px !important;
  }
  .mt-xl-25 {
    margin-top: 25px !important;
  }
  .mb-xl-25 {
    margin-bottom: 25px !important;
  }
  .ms-xl-25 {
    margin-left: 25px !important;
  }
  .me-xl-25 {
    margin-right: 25px !important;
  }
  .p-xl-25 {
    padding: 25px !important;
  }
  .pt-xl-25 {
    padding-top: 25px !important;
  }
  .pb-xl-25 {
    padding-bottom: 25px !important;
  }
  .ps-xl-25 {
    padding-left: 25px !important;
  }
  .pe-xl-25 {
    padding-right: 25px !important;
  }
  .m-xl-30 {
    margin: 30px !important;
  }
  .mt-xl-30 {
    margin-top: 30px !important;
  }
  .mb-xl-30 {
    margin-bottom: 30px !important;
  }
  .ms-xl-30 {
    margin-left: 30px !important;
  }
  .me-xl-30 {
    margin-right: 30px !important;
  }
  .p-xl-30 {
    padding: 30px !important;
  }
  .pt-xl-30 {
    padding-top: 30px !important;
  }
  .pb-xl-30 {
    padding-bottom: 30px !important;
  }
  .ps-xl-30 {
    padding-left: 30px !important;
  }
  .pe-xl-30 {
    padding-right: 30px !important;
  }
  .m-xl-35 {
    margin: 35px !important;
  }
  .mt-xl-35 {
    margin-top: 35px !important;
  }
  .mb-xl-35 {
    margin-bottom: 35px !important;
  }
  .ms-xl-35 {
    margin-left: 35px !important;
  }
  .me-xl-35 {
    margin-right: 35px !important;
  }
  .p-xl-35 {
    padding: 35px !important;
  }
  .pt-xl-35 {
    padding-top: 35px !important;
  }
  .pb-xl-35 {
    padding-bottom: 35px !important;
  }
  .ps-xl-35 {
    padding-left: 35px !important;
  }
  .pe-xl-35 {
    padding-right: 35px !important;
  }
  .m-xl-40 {
    margin: 40px !important;
  }
  .mt-xl-40 {
    margin-top: 40px !important;
  }
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  .ms-xl-40 {
    margin-left: 40px !important;
  }
  .me-xl-40 {
    margin-right: 40px !important;
  }
  .p-xl-40 {
    padding: 40px !important;
  }
  .pt-xl-40 {
    padding-top: 40px !important;
  }
  .pb-xl-40 {
    padding-bottom: 40px !important;
  }
  .ps-xl-40 {
    padding-left: 40px !important;
  }
  .pe-xl-40 {
    padding-right: 40px !important;
  }
  .m-xl-45 {
    margin: 45px !important;
  }
  .mt-xl-45 {
    margin-top: 45px !important;
  }
  .mb-xl-45 {
    margin-bottom: 45px !important;
  }
  .ms-xl-45 {
    margin-left: 45px !important;
  }
  .me-xl-45 {
    margin-right: 45px !important;
  }
  .p-xl-45 {
    padding: 45px !important;
  }
  .pt-xl-45 {
    padding-top: 45px !important;
  }
  .pb-xl-45 {
    padding-bottom: 45px !important;
  }
  .ps-xl-45 {
    padding-left: 45px !important;
  }
  .pe-xl-45 {
    padding-right: 45px !important;
  }
  .m-xl-50 {
    margin: 50px !important;
  }
  .mt-xl-50 {
    margin-top: 50px !important;
  }
  .mb-xl-50 {
    margin-bottom: 50px !important;
  }
  .ms-xl-50 {
    margin-left: 50px !important;
  }
  .me-xl-50 {
    margin-right: 50px !important;
  }
  .p-xl-50 {
    padding: 50px !important;
  }
  .pt-xl-50 {
    padding-top: 50px !important;
  }
  .pb-xl-50 {
    padding-bottom: 50px !important;
  }
  .ps-xl-50 {
    padding-left: 50px !important;
  }
  .pe-xl-50 {
    padding-right: 50px !important;
  }
  .m-xl-60 {
    margin: 60px !important;
  }
  .mt-xl-60 {
    margin-top: 60px !important;
  }
  .mb-xl-60 {
    margin-bottom: 60px !important;
  }
  .ms-xl-60 {
    margin-left: 60px !important;
  }
  .me-xl-60 {
    margin-right: 60px !important;
  }
  .p-xl-60 {
    padding: 60px !important;
  }
  .pt-xl-60 {
    padding-top: 60px !important;
  }
  .pb-xl-60 {
    padding-bottom: 60px !important;
  }
  .ps-xl-60 {
    padding-left: 60px !important;
  }
  .pe-xl-60 {
    padding-right: 60px !important;
  }
  .m-xl-70 {
    margin: 70px !important;
  }
  .mt-xl-70 {
    margin-top: 70px !important;
  }
  .mb-xl-70 {
    margin-bottom: 70px !important;
  }
  .ms-xl-70 {
    margin-left: 70px !important;
  }
  .me-xl-70 {
    margin-right: 70px !important;
  }
  .p-xl-70 {
    padding: 70px !important;
  }
  .pt-xl-70 {
    padding-top: 70px !important;
  }
  .pb-xl-70 {
    padding-bottom: 70px !important;
  }
  .ps-xl-70 {
    padding-left: 70px !important;
  }
  .pe-xl-70 {
    padding-right: 70px !important;
  }
  .m-xl-80 {
    margin: 80px !important;
  }
  .mt-xl-80 {
    margin-top: 80px !important;
  }
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
  .ms-xl-80 {
    margin-left: 80px !important;
  }
  .me-xl-80 {
    margin-right: 80px !important;
  }
  .p-xl-80 {
    padding: 80px !important;
  }
  .pt-xl-80 {
    padding-top: 80px !important;
  }
  .pb-xl-80 {
    padding-bottom: 80px !important;
  }
  .ps-xl-80 {
    padding-left: 80px !important;
  }
  .pe-xl-80 {
    padding-right: 80px !important;
  }
  .m-xl-90 {
    margin: 90px !important;
  }
  .mt-xl-90 {
    margin-top: 90px !important;
  }
  .mb-xl-90 {
    margin-bottom: 90px !important;
  }
  .ms-xl-90 {
    margin-left: 90px !important;
  }
  .me-xl-90 {
    margin-right: 90px !important;
  }
  .p-xl-90 {
    padding: 90px !important;
  }
  .pt-xl-90 {
    padding-top: 90px !important;
  }
  .pb-xl-90 {
    padding-bottom: 90px !important;
  }
  .ps-xl-90 {
    padding-left: 90px !important;
  }
  .pe-xl-90 {
    padding-right: 90px !important;
  }
  .m-xl-100 {
    margin: 100px !important;
  }
  .mt-xl-100 {
    margin-top: 100px !important;
  }
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }
  .ms-xl-100 {
    margin-left: 100px !important;
  }
  .me-xl-100 {
    margin-right: 100px !important;
  }
  .p-xl-100 {
    padding: 100px !important;
  }
  .pt-xl-100 {
    padding-top: 100px !important;
  }
  .pb-xl-100 {
    padding-bottom: 100px !important;
  }
  .ps-xl-100 {
    padding-left: 100px !important;
  }
  .pe-xl-100 {
    padding-right: 100px !important;
  }
  .m-xl-120 {
    margin: 120px !important;
  }
  .mt-xl-120 {
    margin-top: 120px !important;
  }
  .mb-xl-120 {
    margin-bottom: 120px !important;
  }
  .ms-xl-120 {
    margin-left: 120px !important;
  }
  .me-xl-120 {
    margin-right: 120px !important;
  }
  .p-xl-120 {
    padding: 120px !important;
  }
  .pt-xl-120 {
    padding-top: 120px !important;
  }
  .pb-xl-120 {
    padding-bottom: 120px !important;
  }
  .ps-xl-120 {
    padding-left: 120px !important;
  }
  .pe-xl-120 {
    padding-right: 120px !important;
  }
  .m-xl-140 {
    margin: 140px !important;
  }
  .mt-xl-140 {
    margin-top: 140px !important;
  }
  .mb-xl-140 {
    margin-bottom: 140px !important;
  }
  .ms-xl-140 {
    margin-left: 140px !important;
  }
  .me-xl-140 {
    margin-right: 140px !important;
  }
  .p-xl-140 {
    padding: 140px !important;
  }
  .pt-xl-140 {
    padding-top: 140px !important;
  }
  .pb-xl-140 {
    padding-bottom: 140px !important;
  }
  .ps-xl-140 {
    padding-left: 140px !important;
  }
  .pe-xl-140 {
    padding-right: 140px !important;
  }
  .m-xl-160 {
    margin: 160px !important;
  }
  .mt-xl-160 {
    margin-top: 160px !important;
  }
  .mb-xl-160 {
    margin-bottom: 160px !important;
  }
  .ms-xl-160 {
    margin-left: 160px !important;
  }
  .me-xl-160 {
    margin-right: 160px !important;
  }
  .p-xl-160 {
    padding: 160px !important;
  }
  .pt-xl-160 {
    padding-top: 160px !important;
  }
  .pb-xl-160 {
    padding-bottom: 160px !important;
  }
  .ps-xl-160 {
    padding-left: 160px !important;
  }
  .pe-xl-160 {
    padding-right: 160px !important;
  }
  .m-xl-180 {
    margin: 180px !important;
  }
  .mt-xl-180 {
    margin-top: 180px !important;
  }
  .mb-xl-180 {
    margin-bottom: 180px !important;
  }
  .ms-xl-180 {
    margin-left: 180px !important;
  }
  .me-xl-180 {
    margin-right: 180px !important;
  }
  .p-xl-180 {
    padding: 180px !important;
  }
  .pt-xl-180 {
    padding-top: 180px !important;
  }
  .pb-xl-180 {
    padding-bottom: 180px !important;
  }
  .ps-xl-180 {
    padding-left: 180px !important;
  }
  .pe-xl-180 {
    padding-right: 180px !important;
  }
  .m-xl-200 {
    margin: 200px !important;
  }
  .mt-xl-200 {
    margin-top: 200px !important;
  }
  .mb-xl-200 {
    margin-bottom: 200px !important;
  }
  .ms-xl-200 {
    margin-left: 200px !important;
  }
  .me-xl-200 {
    margin-right: 200px !important;
  }
  .p-xl-200 {
    padding: 200px !important;
  }
  .pt-xl-200 {
    padding-top: 200px !important;
  }
  .pb-xl-200 {
    padding-bottom: 200px !important;
  }
  .ps-xl-200 {
    padding-left: 200px !important;
  }
  .pe-xl-200 {
    padding-right: 200px !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-1 {
    margin: 1px !important;
  }
  .mt-xxl-1 {
    margin-top: 1px !important;
  }
  .mb-xxl-1 {
    margin-bottom: 1px !important;
  }
  .ms-xxl-1 {
    margin-left: 1px !important;
  }
  .me-xxl-1 {
    margin-right: 1px !important;
  }
  .p-xxl-1 {
    padding: 1px !important;
  }
  .pt-xxl-1 {
    padding-top: 1px !important;
  }
  .pb-xxl-1 {
    padding-bottom: 1px !important;
  }
  .ps-xxl-1 {
    padding-left: 1px !important;
  }
  .pe-xxl-1 {
    padding-right: 1px !important;
  }
  .m-xxl-2 {
    margin: 2px !important;
  }
  .mt-xxl-2 {
    margin-top: 2px !important;
  }
  .mb-xxl-2 {
    margin-bottom: 2px !important;
  }
  .ms-xxl-2 {
    margin-left: 2px !important;
  }
  .me-xxl-2 {
    margin-right: 2px !important;
  }
  .p-xxl-2 {
    padding: 2px !important;
  }
  .pt-xxl-2 {
    padding-top: 2px !important;
  }
  .pb-xxl-2 {
    padding-bottom: 2px !important;
  }
  .ps-xxl-2 {
    padding-left: 2px !important;
  }
  .pe-xxl-2 {
    padding-right: 2px !important;
  }
  .m-xxl-3 {
    margin: 3px !important;
  }
  .mt-xxl-3 {
    margin-top: 3px !important;
  }
  .mb-xxl-3 {
    margin-bottom: 3px !important;
  }
  .ms-xxl-3 {
    margin-left: 3px !important;
  }
  .me-xxl-3 {
    margin-right: 3px !important;
  }
  .p-xxl-3 {
    padding: 3px !important;
  }
  .pt-xxl-3 {
    padding-top: 3px !important;
  }
  .pb-xxl-3 {
    padding-bottom: 3px !important;
  }
  .ps-xxl-3 {
    padding-left: 3px !important;
  }
  .pe-xxl-3 {
    padding-right: 3px !important;
  }
  .m-xxl-4 {
    margin: 4px !important;
  }
  .mt-xxl-4 {
    margin-top: 4px !important;
  }
  .mb-xxl-4 {
    margin-bottom: 4px !important;
  }
  .ms-xxl-4 {
    margin-left: 4px !important;
  }
  .me-xxl-4 {
    margin-right: 4px !important;
  }
  .p-xxl-4 {
    padding: 4px !important;
  }
  .pt-xxl-4 {
    padding-top: 4px !important;
  }
  .pb-xxl-4 {
    padding-bottom: 4px !important;
  }
  .ps-xxl-4 {
    padding-left: 4px !important;
  }
  .pe-xxl-4 {
    padding-right: 4px !important;
  }
  .m-xxl-5 {
    margin: 5px !important;
  }
  .mt-xxl-5 {
    margin-top: 5px !important;
  }
  .mb-xxl-5 {
    margin-bottom: 5px !important;
  }
  .ms-xxl-5 {
    margin-left: 5px !important;
  }
  .me-xxl-5 {
    margin-right: 5px !important;
  }
  .p-xxl-5 {
    padding: 5px !important;
  }
  .pt-xxl-5 {
    padding-top: 5px !important;
  }
  .pb-xxl-5 {
    padding-bottom: 5px !important;
  }
  .ps-xxl-5 {
    padding-left: 5px !important;
  }
  .pe-xxl-5 {
    padding-right: 5px !important;
  }
  .m-xxl-6 {
    margin: 6px !important;
  }
  .mt-xxl-6 {
    margin-top: 6px !important;
  }
  .mb-xxl-6 {
    margin-bottom: 6px !important;
  }
  .ms-xxl-6 {
    margin-left: 6px !important;
  }
  .me-xxl-6 {
    margin-right: 6px !important;
  }
  .p-xxl-6 {
    padding: 6px !important;
  }
  .pt-xxl-6 {
    padding-top: 6px !important;
  }
  .pb-xxl-6 {
    padding-bottom: 6px !important;
  }
  .ps-xxl-6 {
    padding-left: 6px !important;
  }
  .pe-xxl-6 {
    padding-right: 6px !important;
  }
  .m-xxl-7 {
    margin: 7px !important;
  }
  .mt-xxl-7 {
    margin-top: 7px !important;
  }
  .mb-xxl-7 {
    margin-bottom: 7px !important;
  }
  .ms-xxl-7 {
    margin-left: 7px !important;
  }
  .me-xxl-7 {
    margin-right: 7px !important;
  }
  .p-xxl-7 {
    padding: 7px !important;
  }
  .pt-xxl-7 {
    padding-top: 7px !important;
  }
  .pb-xxl-7 {
    padding-bottom: 7px !important;
  }
  .ps-xxl-7 {
    padding-left: 7px !important;
  }
  .pe-xxl-7 {
    padding-right: 7px !important;
  }
  .m-xxl-8 {
    margin: 8px !important;
  }
  .mt-xxl-8 {
    margin-top: 8px !important;
  }
  .mb-xxl-8 {
    margin-bottom: 8px !important;
  }
  .ms-xxl-8 {
    margin-left: 8px !important;
  }
  .me-xxl-8 {
    margin-right: 8px !important;
  }
  .p-xxl-8 {
    padding: 8px !important;
  }
  .pt-xxl-8 {
    padding-top: 8px !important;
  }
  .pb-xxl-8 {
    padding-bottom: 8px !important;
  }
  .ps-xxl-8 {
    padding-left: 8px !important;
  }
  .pe-xxl-8 {
    padding-right: 8px !important;
  }
  .m-xxl-9 {
    margin: 9px !important;
  }
  .mt-xxl-9 {
    margin-top: 9px !important;
  }
  .mb-xxl-9 {
    margin-bottom: 9px !important;
  }
  .ms-xxl-9 {
    margin-left: 9px !important;
  }
  .me-xxl-9 {
    margin-right: 9px !important;
  }
  .p-xxl-9 {
    padding: 9px !important;
  }
  .pt-xxl-9 {
    padding-top: 9px !important;
  }
  .pb-xxl-9 {
    padding-bottom: 9px !important;
  }
  .ps-xxl-9 {
    padding-left: 9px !important;
  }
  .pe-xxl-9 {
    padding-right: 9px !important;
  }
  .m-xxl-10 {
    margin: 10px !important;
  }
  .mt-xxl-10 {
    margin-top: 10px !important;
  }
  .mb-xxl-10 {
    margin-bottom: 10px !important;
  }
  .ms-xxl-10 {
    margin-left: 10px !important;
  }
  .me-xxl-10 {
    margin-right: 10px !important;
  }
  .p-xxl-10 {
    padding: 10px !important;
  }
  .pt-xxl-10 {
    padding-top: 10px !important;
  }
  .pb-xxl-10 {
    padding-bottom: 10px !important;
  }
  .ps-xxl-10 {
    padding-left: 10px !important;
  }
  .pe-xxl-10 {
    padding-right: 10px !important;
  }
  .m-xxl-15 {
    margin: 15px !important;
  }
  .mt-xxl-15 {
    margin-top: 15px !important;
  }
  .mb-xxl-15 {
    margin-bottom: 15px !important;
  }
  .ms-xxl-15 {
    margin-left: 15px !important;
  }
  .me-xxl-15 {
    margin-right: 15px !important;
  }
  .p-xxl-15 {
    padding: 15px !important;
  }
  .pt-xxl-15 {
    padding-top: 15px !important;
  }
  .pb-xxl-15 {
    padding-bottom: 15px !important;
  }
  .ps-xxl-15 {
    padding-left: 15px !important;
  }
  .pe-xxl-15 {
    padding-right: 15px !important;
  }
  .m-xxl-20 {
    margin: 20px !important;
  }
  .mt-xxl-20 {
    margin-top: 20px !important;
  }
  .mb-xxl-20 {
    margin-bottom: 20px !important;
  }
  .ms-xxl-20 {
    margin-left: 20px !important;
  }
  .me-xxl-20 {
    margin-right: 20px !important;
  }
  .p-xxl-20 {
    padding: 20px !important;
  }
  .pt-xxl-20 {
    padding-top: 20px !important;
  }
  .pb-xxl-20 {
    padding-bottom: 20px !important;
  }
  .ps-xxl-20 {
    padding-left: 20px !important;
  }
  .pe-xxl-20 {
    padding-right: 20px !important;
  }
  .m-xxl-25 {
    margin: 25px !important;
  }
  .mt-xxl-25 {
    margin-top: 25px !important;
  }
  .mb-xxl-25 {
    margin-bottom: 25px !important;
  }
  .ms-xxl-25 {
    margin-left: 25px !important;
  }
  .me-xxl-25 {
    margin-right: 25px !important;
  }
  .p-xxl-25 {
    padding: 25px !important;
  }
  .pt-xxl-25 {
    padding-top: 25px !important;
  }
  .pb-xxl-25 {
    padding-bottom: 25px !important;
  }
  .ps-xxl-25 {
    padding-left: 25px !important;
  }
  .pe-xxl-25 {
    padding-right: 25px !important;
  }
  .m-xxl-30 {
    margin: 30px !important;
  }
  .mt-xxl-30 {
    margin-top: 30px !important;
  }
  .mb-xxl-30 {
    margin-bottom: 30px !important;
  }
  .ms-xxl-30 {
    margin-left: 30px !important;
  }
  .me-xxl-30 {
    margin-right: 30px !important;
  }
  .p-xxl-30 {
    padding: 30px !important;
  }
  .pt-xxl-30 {
    padding-top: 30px !important;
  }
  .pb-xxl-30 {
    padding-bottom: 30px !important;
  }
  .ps-xxl-30 {
    padding-left: 30px !important;
  }
  .pe-xxl-30 {
    padding-right: 30px !important;
  }
  .m-xxl-35 {
    margin: 35px !important;
  }
  .mt-xxl-35 {
    margin-top: 35px !important;
  }
  .mb-xxl-35 {
    margin-bottom: 35px !important;
  }
  .ms-xxl-35 {
    margin-left: 35px !important;
  }
  .me-xxl-35 {
    margin-right: 35px !important;
  }
  .p-xxl-35 {
    padding: 35px !important;
  }
  .pt-xxl-35 {
    padding-top: 35px !important;
  }
  .pb-xxl-35 {
    padding-bottom: 35px !important;
  }
  .ps-xxl-35 {
    padding-left: 35px !important;
  }
  .pe-xxl-35 {
    padding-right: 35px !important;
  }
  .m-xxl-40 {
    margin: 40px !important;
  }
  .mt-xxl-40 {
    margin-top: 40px !important;
  }
  .mb-xxl-40 {
    margin-bottom: 40px !important;
  }
  .ms-xxl-40 {
    margin-left: 40px !important;
  }
  .me-xxl-40 {
    margin-right: 40px !important;
  }
  .p-xxl-40 {
    padding: 40px !important;
  }
  .pt-xxl-40 {
    padding-top: 40px !important;
  }
  .pb-xxl-40 {
    padding-bottom: 40px !important;
  }
  .ps-xxl-40 {
    padding-left: 40px !important;
  }
  .pe-xxl-40 {
    padding-right: 40px !important;
  }
  .m-xxl-45 {
    margin: 45px !important;
  }
  .mt-xxl-45 {
    margin-top: 45px !important;
  }
  .mb-xxl-45 {
    margin-bottom: 45px !important;
  }
  .ms-xxl-45 {
    margin-left: 45px !important;
  }
  .me-xxl-45 {
    margin-right: 45px !important;
  }
  .p-xxl-45 {
    padding: 45px !important;
  }
  .pt-xxl-45 {
    padding-top: 45px !important;
  }
  .pb-xxl-45 {
    padding-bottom: 45px !important;
  }
  .ps-xxl-45 {
    padding-left: 45px !important;
  }
  .pe-xxl-45 {
    padding-right: 45px !important;
  }
  .m-xxl-50 {
    margin: 50px !important;
  }
  .mt-xxl-50 {
    margin-top: 50px !important;
  }
  .mb-xxl-50 {
    margin-bottom: 50px !important;
  }
  .ms-xxl-50 {
    margin-left: 50px !important;
  }
  .me-xxl-50 {
    margin-right: 50px !important;
  }
  .p-xxl-50 {
    padding: 50px !important;
  }
  .pt-xxl-50 {
    padding-top: 50px !important;
  }
  .pb-xxl-50 {
    padding-bottom: 50px !important;
  }
  .ps-xxl-50 {
    padding-left: 50px !important;
  }
  .pe-xxl-50 {
    padding-right: 50px !important;
  }
  .m-xxl-60 {
    margin: 60px !important;
  }
  .mt-xxl-60 {
    margin-top: 60px !important;
  }
  .mb-xxl-60 {
    margin-bottom: 60px !important;
  }
  .ms-xxl-60 {
    margin-left: 60px !important;
  }
  .me-xxl-60 {
    margin-right: 60px !important;
  }
  .p-xxl-60 {
    padding: 60px !important;
  }
  .pt-xxl-60 {
    padding-top: 60px !important;
  }
  .pb-xxl-60 {
    padding-bottom: 60px !important;
  }
  .ps-xxl-60 {
    padding-left: 60px !important;
  }
  .pe-xxl-60 {
    padding-right: 60px !important;
  }
  .m-xxl-70 {
    margin: 70px !important;
  }
  .mt-xxl-70 {
    margin-top: 70px !important;
  }
  .mb-xxl-70 {
    margin-bottom: 70px !important;
  }
  .ms-xxl-70 {
    margin-left: 70px !important;
  }
  .me-xxl-70 {
    margin-right: 70px !important;
  }
  .p-xxl-70 {
    padding: 70px !important;
  }
  .pt-xxl-70 {
    padding-top: 70px !important;
  }
  .pb-xxl-70 {
    padding-bottom: 70px !important;
  }
  .ps-xxl-70 {
    padding-left: 70px !important;
  }
  .pe-xxl-70 {
    padding-right: 70px !important;
  }
  .m-xxl-80 {
    margin: 80px !important;
  }
  .mt-xxl-80 {
    margin-top: 80px !important;
  }
  .mb-xxl-80 {
    margin-bottom: 80px !important;
  }
  .ms-xxl-80 {
    margin-left: 80px !important;
  }
  .me-xxl-80 {
    margin-right: 80px !important;
  }
  .p-xxl-80 {
    padding: 80px !important;
  }
  .pt-xxl-80 {
    padding-top: 80px !important;
  }
  .pb-xxl-80 {
    padding-bottom: 80px !important;
  }
  .ps-xxl-80 {
    padding-left: 80px !important;
  }
  .pe-xxl-80 {
    padding-right: 80px !important;
  }
  .m-xxl-90 {
    margin: 90px !important;
  }
  .mt-xxl-90 {
    margin-top: 90px !important;
  }
  .mb-xxl-90 {
    margin-bottom: 90px !important;
  }
  .ms-xxl-90 {
    margin-left: 90px !important;
  }
  .me-xxl-90 {
    margin-right: 90px !important;
  }
  .p-xxl-90 {
    padding: 90px !important;
  }
  .pt-xxl-90 {
    padding-top: 90px !important;
  }
  .pb-xxl-90 {
    padding-bottom: 90px !important;
  }
  .ps-xxl-90 {
    padding-left: 90px !important;
  }
  .pe-xxl-90 {
    padding-right: 90px !important;
  }
  .m-xxl-100 {
    margin: 100px !important;
  }
  .mt-xxl-100 {
    margin-top: 100px !important;
  }
  .mb-xxl-100 {
    margin-bottom: 100px !important;
  }
  .ms-xxl-100 {
    margin-left: 100px !important;
  }
  .me-xxl-100 {
    margin-right: 100px !important;
  }
  .p-xxl-100 {
    padding: 100px !important;
  }
  .pt-xxl-100 {
    padding-top: 100px !important;
  }
  .pb-xxl-100 {
    padding-bottom: 100px !important;
  }
  .ps-xxl-100 {
    padding-left: 100px !important;
  }
  .pe-xxl-100 {
    padding-right: 100px !important;
  }
  .m-xxl-120 {
    margin: 120px !important;
  }
  .mt-xxl-120 {
    margin-top: 120px !important;
  }
  .mb-xxl-120 {
    margin-bottom: 120px !important;
  }
  .ms-xxl-120 {
    margin-left: 120px !important;
  }
  .me-xxl-120 {
    margin-right: 120px !important;
  }
  .p-xxl-120 {
    padding: 120px !important;
  }
  .pt-xxl-120 {
    padding-top: 120px !important;
  }
  .pb-xxl-120 {
    padding-bottom: 120px !important;
  }
  .ps-xxl-120 {
    padding-left: 120px !important;
  }
  .pe-xxl-120 {
    padding-right: 120px !important;
  }
  .m-xxl-140 {
    margin: 140px !important;
  }
  .mt-xxl-140 {
    margin-top: 140px !important;
  }
  .mb-xxl-140 {
    margin-bottom: 140px !important;
  }
  .ms-xxl-140 {
    margin-left: 140px !important;
  }
  .me-xxl-140 {
    margin-right: 140px !important;
  }
  .p-xxl-140 {
    padding: 140px !important;
  }
  .pt-xxl-140 {
    padding-top: 140px !important;
  }
  .pb-xxl-140 {
    padding-bottom: 140px !important;
  }
  .ps-xxl-140 {
    padding-left: 140px !important;
  }
  .pe-xxl-140 {
    padding-right: 140px !important;
  }
  .m-xxl-160 {
    margin: 160px !important;
  }
  .mt-xxl-160 {
    margin-top: 160px !important;
  }
  .mb-xxl-160 {
    margin-bottom: 160px !important;
  }
  .ms-xxl-160 {
    margin-left: 160px !important;
  }
  .me-xxl-160 {
    margin-right: 160px !important;
  }
  .p-xxl-160 {
    padding: 160px !important;
  }
  .pt-xxl-160 {
    padding-top: 160px !important;
  }
  .pb-xxl-160 {
    padding-bottom: 160px !important;
  }
  .ps-xxl-160 {
    padding-left: 160px !important;
  }
  .pe-xxl-160 {
    padding-right: 160px !important;
  }
  .m-xxl-180 {
    margin: 180px !important;
  }
  .mt-xxl-180 {
    margin-top: 180px !important;
  }
  .mb-xxl-180 {
    margin-bottom: 180px !important;
  }
  .ms-xxl-180 {
    margin-left: 180px !important;
  }
  .me-xxl-180 {
    margin-right: 180px !important;
  }
  .p-xxl-180 {
    padding: 180px !important;
  }
  .pt-xxl-180 {
    padding-top: 180px !important;
  }
  .pb-xxl-180 {
    padding-bottom: 180px !important;
  }
  .ps-xxl-180 {
    padding-left: 180px !important;
  }
  .pe-xxl-180 {
    padding-right: 180px !important;
  }
  .m-xxl-200 {
    margin: 200px !important;
  }
  .mt-xxl-200 {
    margin-top: 200px !important;
  }
  .mb-xxl-200 {
    margin-bottom: 200px !important;
  }
  .ms-xxl-200 {
    margin-left: 200px !important;
  }
  .me-xxl-200 {
    margin-right: 200px !important;
  }
  .p-xxl-200 {
    padding: 200px !important;
  }
  .pt-xxl-200 {
    padding-top: 200px !important;
  }
  .pb-xxl-200 {
    padding-bottom: 200px !important;
  }
  .ps-xxl-200 {
    padding-left: 200px !important;
  }
  .pe-xxl-200 {
    padding-right: 200px !important;
  }
}
.faq-items .accordion-item {
  border-bottom: none !important;
  border-radius: 6px;
  border: 1px solid rgba(0, 25, 20, 0.14);
  background: #f9f9f9;
}
.faq-items .accordion-item .accordion-header .accordion-button {
  font-weight: 500;
  color: var(--header);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #f9f9f9 !important;
  text-transform: capitalize;
  font-size: 18px;
  padding: 23px 30px;
}
.faq-items .accordion-item .accordion-header .accordion-button::after {
  content: "+";
  background: transparent;
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  transition: all 0.3s ease-in-out !important;
  color: var(--header);
}
.faq-items .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f00d";
  background: transparent;
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  color: var(--header);
}
.faq-items .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: var(--white);
  color: var(--header);
  border-bottom: 1px solid rgba(32, 40, 45, 0.18);
}
.faq-items .accordion-item .accordion-collapse .accordion-body {
  padding-left: 30px;
  color: var(--text);
  background-color: transparent;
  padding-top: 20px;
  border-top: 1px solid rgba(32, 40, 45, 0.18);
  border-bottom: 1px solid rgba(86, 86, 86, 0.3);
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .faq-items .accordion-item .accordion-collapse .accordion-body {
    padding-right: 30px;
  }
}

.accordion-item {
  border: 0;
  background-color: transparent;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  margin-bottom: 30px;
}
.accordion-item .accordion-header {
  border: none;
}
.accordion-item .accordion-header .accordion-button {
  font-weight: 600;
  color: var(--header);
  border: 0;
  border-radius: 20px 20px 0 0;
  box-shadow: none;
  background-color: rgba(251, 91, 50, 0.05);
  padding: 22px 30px 20px;
  text-transform: capitalize;
  font-size: 22px;
  gap: 18px;
  line-height: 1;
}
@media (max-width: 1199px) {
  .accordion-item .accordion-header .accordion-button {
    font-size: 16px !important;
    gap: 10px !important;
  }
}
.accordion-item .accordion-header .accordion-button span {
  color: var(--theme-2);
  font-weight: 500;
}
@media (max-width: 1199px) {
  .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
  }
}
.accordion-item .accordion-header .accordion-button::after {
  font-size: 16px;
  content: "\f077";
  background: transparent;
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  transition: all 0.3s ease-in-out !important;
  color: var(--header);
}
.accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  font-size: 16px;
  content: "\f078";
  background: transparent;
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  transform: rotate(0);
  color: var(--header);
}
.accordion-item .accordion-header .accordion-button.collapsed {
  background-color: transparent;
  padding: 25px 30px;
  color: var(--header);
}
@media (max-width: 1199px) {
  .accordion-item .accordion-header .accordion-button.collapsed {
    padding: 25px 20px;
  }
}
.accordion-item .accordion-body {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: -20px;
}
.accordion-item .accordion-collapse .content {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-top: -20px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 575px) {
  .accordion-item .accordion-collapse .content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.accordion-item .accordion-collapse .content .accordion-body {
  color: #414141;
}
.accordion-item .accordion-collapse .content .thumb {
  margin-right: 20px;
}
.accordion-item .accordion-collapse .content .thumb img {
  border-radius: 10px;
}
.accordion-item .accordion-collapse.show {
  background-color: rgba(251, 91, 50, 0.05);
}
.accordion-item.style-inner-page .accordion-body {
  padding: 0;
  margin-top: 0;
  flex-basis: 62%;
}
@media (max-width: 1199px) {
  .accordion-item.style-inner-page .accordion-body {
    flex-basis: initial;
  }
}
.accordion-item.style-inner-page .accordion-header {
  font-size: 16px;
  font-weight: 500;
}
.accordion-item.style-inner-page .accordion-header .accordion-button {
  font-size: 16px !important;
  font-weight: 500 !important;
  background-color: rgba(251, 91, 50, 0.05);
}
.accordion-item.style-inner-page .content {
  gap: 25px;
  padding: 30px;
  padding-bottom: 30px !important;
}
@media (max-width: 1199px) {
  .accordion-item.style-inner-page .content {
    flex-wrap: wrap;
  }
}
.accordion-item.style-inner-page .thumb {
  max-width: 261px;
  width: 100%;
  margin-right: 0 !important;
}
@media (max-width: 1199px) {
  .accordion-item.style-inner-page .thumb {
    max-width: initial;
  }
}
.accordion-item.style-inner-page .thumb img {
  width: 100%;
}
.accordion-item.bg-none .accordion-collapse .content {
  margin-top: 0;
}
.accordion-item.bg-none .accordion-collapse.show {
  background-color: transparent !important;
}
.accordion-item.bg-none .accordion-collapse.show {
  background: transparent !important;
}

.faq-custom .accordion-item {
  border-radius: 8px;
  border: 1px solid rgba(10, 80, 110, 0.15);
  background: rgba(242, 238, 232, 0.33);
}
.faq-custom .accordion-item .accordion-button {
  font-size: 20px;
  font-weight: 500;
  color: var(--text2);
}
.faq-custom .accordion-item .accordion-header .accordion-button {
  background-color: rgba(242, 238, 232, 0.33) !important;
}
.faq-custom .accordion-item .accordion-collapse.show {
  background-color: rgba(242, 238, 232, 0.33) !important;
}

.counter-box-item-style-1 {
  text-align: center;
  width: 262px;
  height: 383px;
  border-radius: 141px;
  background: rgba(242, 238, 232, 0.47);
  outline: 1px dashed rgba(103, 103, 103, 0.27);
  outline-offset: -12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin: 0 auto;
}
.counter-box-item-style-1 .icon {
  width: 110px;
  height: 110px;
  line-height: 110px;
  border-radius: 100%;
  text-align: center;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.counter-box-item-style-1 .content {
  margin-top: 20px;
}
.counter-box-item-style-1 .content h2 {
  font-size: 58px;
  margin: 0;
}
.counter-box-item-style-1 .content p {
  margin: 0;
}
.counter-box-item-style-1:hover .icon img {
  animation: zoomIn 0.5s linear;
}

.gallery-item {
  position: relative;
}
.gallery-item .gallery-iamge {
  position: relative;
  z-index: 9;
  overflow: hidden;
  height: 384px;
}
.gallery-item .gallery-iamge img {
  width: 100%;
  height: 100%;
  border-radius: 30px 0px;
  object-fit: cover;
}
.gallery-item .gallery-iamge::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 30px 0px;
  background: rgba(251, 91, 50, 0.5);
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
  z-index: 1;
}
.gallery-item .gallery-iamge.style-2 {
  height: 790px;
}
@media (max-width: 575px) {
  .gallery-item .gallery-iamge.style-2 {
    height: 384px;
  }
}
.gallery-item .gallery-iamge .icon {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  color: var(--white);
  z-index: 999;
  font-size: 30px;
}
.gallery-item:hover .gallery-iamge .icon {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.gallery-item:hover .gallery-iamge::before {
  transform: scale(1, 1);
  transform-origin: top center;
}

.rock-feature-section .container {
  max-width: 1560px;
  margin: 0 auto;
}
.rock-feature-section .feature-rock-wrap {
  border-radius: 0px 0px 35px 35px;
  border: 1px solid rgba(0, 0, 0, 0.13);
  background: #FFF;
  padding: 0 100px;
}
@media (max-width: 1399px) {
  .rock-feature-section .feature-rock-wrap {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .rock-feature-section .feature-rock-wrap {
    padding: 30px 20px;
  }
  .rock-feature-section .feature-rock-wrap .rock-border {
    border: unset;
  }
}

.roock-shape {
  top: -50px;
  max-width: 800px !important;
  width: 800px;
  height: 700px;
}

.rock-border {
  border-left: 1px solid rgba(0, 0, 0, 0.13);
}

.offer-styleing03 {
  transform: translateY(-140px);
  margin-bottom: -120px;
}

.offer-item {
  padding: 50px 40px;
}
.offer-item .section-title {
  max-width: 240px;
}
.offer-item .section-title h6 {
  font-size: 20px !important;
}
.offer-item .section-title h2 {
  font-size: 24px !important;
}
@media (max-width: 991px) {
  .offer-item {
    padding: 40px 35px;
  }
}
@media (max-width: 575px) {
  .offer-item {
    padding: 40px 24px;
  }
  .offer-item img {
    width: 60px;
  }
}

.sek-shape__thumb {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1800px;
  margin: 0 auto;
}
.sek-shape__thumb img {
  width: 100%;
}

@media (max-width: 1199px) {
  .xl-space-date {
    margin-bottom: 0 !important;
  }
}

.pricing-main-item {
  border: 1px solid rgba(0, 25, 20, 0.11);
  background: #FBFBFB;
  margin-top: 30px;
}
.pricing-main-item .pricing-top {
  padding: 20px;
}
.pricing-main-item .pricing-top h6 {
  color: var(--theme);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 5.25px;
}
.pricing-main-item .pricing-card-item {
  border-top: 1px solid rgba(173, 185, 190, 0.48);
  padding: 35px 30px 40px;
}
@media (max-width: 1199px) {
  .pricing-main-item .pricing-card-item {
    padding: 30px;
  }
}
.pricing-main-item .pricing-card-item .pricing-header h2 {
  color: var(--theme-2);
  font-size: 58px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .pricing-main-item .pricing-card-item .pricing-header h2 {
    font-size: 50px;
  }
}
.pricing-main-item .pricing-card-item .pricing-header h2 sup {
  font-size: 22px;
  font-weight: 600;
  vertical-align: super;
  line-height: 0;
}
.pricing-main-item .pricing-card-item .pricing-header h2 span {
  color: #626C74;
  font-size: 14px;
  font-weight: 400;
}
.pricing-main-item .pricing-card-item p {
  max-width: 326px;
}
.pricing-main-item .pricing-card-item .theme-btn {
  width: 100%;
  border: 1px solid var(--theme-2);
  color: var(--theme-2);
  background-color: transparent;
  margin-top: 40px;
  margin-bottom: 35px;
}
.pricing-main-item .pricing-card-item .theme-btn i {
  color: var(--theme-2);
}
.pricing-main-item .pricing-card-item .theme-btn::before {
  background-color: var(--theme-2);
}
.pricing-main-item .pricing-card-item .theme-btn:hover {
  color: var(--white);
}
.pricing-main-item .pricing-card-item .theme-btn:hover i {
  color: var(--white);
}
.pricing-main-item .pricing-card-item h5 {
  font-weight: 500;
}
.pricing-main-item .pricing-card-item .pricing-list {
  margin-top: 20px;
}
.pricing-main-item .pricing-card-item .pricing-list li {
  color: #414141;
}
.pricing-main-item .pricing-card-item .pricing-list li:not(:last-child) {
  margin-bottom: 12px;
}
.pricing-main-item .pricing-card-item .pricing-list li i {
  color: #015FC9;
  margin-right: 5px;
}

.pricing-section .nav {
  border: none;
  justify-self: center;
}
.pricing-section .nav .nav-tabs {
  display: flex;
  justify-content: center;
}
.pricing-section .nav .nav-link {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  border: 0;
  border-radius: 0;
  padding: 7px 56px;
  position: relative;
  background: transparent;
  z-index: 2;
  color: #001914;
  margin-bottom: 0;
}
.pricing-section .nav .nav-link::before {
  position: absolute;
  content: "";
  right: 0px;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  width: 68px;
  height: 31px;
  border-radius: 20px;
  border: 1px solid var(--theme-2);
}
.pricing-section .nav .nav-link::after {
  position: absolute;
  content: "";
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--theme-2);
  z-index: 1;
}
.pricing-section .nav .nav-link:first-child {
  padding-left: 0;
}
.pricing-section .nav .nav-link:last-child {
  padding-right: 0;
}
.pricing-section .nav .nav-link:last-child::after {
  display: none;
}
.pricing-section .nav .nav-link:last-child::before {
  display: none;
}
.pricing-section .nav .nav-link.active::after {
  right: 6px;
}

.footer-widget-wrapper {
  padding: 70px 0 100px;
}
@media (max-width: 991px) {
  .footer-widget-wrapper {
    padding: 50px 0 80px;
  }
}
.footer-widget-wrapper .single-footer-widget {
  margin-top: 30px;
}
.footer-widget-wrapper .single-footer-widget.style-2 {
  margin-left: 35px;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper .single-footer-widget.style-2 {
    margin-left: 0;
  }
}
.footer-widget-wrapper .single-footer-widget .wid-title {
  margin-bottom: 30px;
}
.footer-widget-wrapper .single-footer-widget .wid-title h4 {
  color: var(--white);
  font-weight: 500;
  font-size: 20px;
}
.footer-widget-wrapper .single-footer-widget .footer-content p {
  color: var(--white);
  max-width: 466px;
}
.footer-widget-wrapper .single-footer-widget .footer-content .caller-item {
  margin-top: 60px;
  gap: 44px;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper .single-footer-widget .footer-content .caller-item {
    flex-wrap: wrap !important;
    gap: 20px;
    margin-top: 30px;
  }
}
.footer-widget-wrapper .single-footer-widget .footer-content .caller-item .call-item {
  gap: 13px;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper .single-footer-widget .footer-content .caller-item .call-item {
    flex-wrap: wrap !important;
  }
}
.footer-widget-wrapper .single-footer-widget .footer-content .caller-item .call-item .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100px;
  text-align: center;
  background-color: var(--theme-2);
  color: var(--white);
}
.footer-widget-wrapper .single-footer-widget .footer-content .caller-item .call-item .content span {
  color: var(--white);
}
.footer-widget-wrapper .single-footer-widget .footer-content .caller-item .call-item .content h5 {
  font-weight: 500;
}
.footer-widget-wrapper .single-footer-widget .footer-content .caller-item .call-item .content h5 a {
  color: var(--white);
}
.footer-widget-wrapper .single-footer-widget .footer-content .footer-gallery-item {
  margin-top: 55px;
  gap: 15px;
}
.footer-widget-wrapper .single-footer-widget .footer-content .footer-gallery-item .gallery-iamge {
  position: relative;
}
.footer-widget-wrapper .single-footer-widget .footer-content .footer-gallery-item .gallery-iamge img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.footer-widget-wrapper .single-footer-widget .footer-content .footer-gallery-item .gallery-iamge .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  transition: 0.3s;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.footer-widget-wrapper .single-footer-widget .footer-content .footer-gallery-item .gallery-iamge .icon::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(251, 91, 50, 0.5);
  transition: 0.4s;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.footer-widget-wrapper .single-footer-widget .footer-content .footer-gallery-item .gallery-iamge .icon i {
  color: var(--white);
  font-size: 22px;
  z-index: 99;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer-widget-wrapper .single-footer-widget .footer-content .footer-gallery-item .gallery-iamge:hover .icon {
  opacity: 1;
}
.footer-widget-wrapper .single-footer-widget .footer-content .footer-gallery-item .gallery-iamge:hover .icon::after {
  opacity: 1;
}
.footer-widget-wrapper .single-footer-widget .list-items li {
  transition: all 0.4s ease-in-out;
  font-size: 16px;
}
.footer-widget-wrapper .single-footer-widget .list-items li a {
  color: rgba(255, 255, 255, 0.9);
}
.footer-widget-wrapper .single-footer-widget .list-items li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-widget-wrapper .single-footer-widget .list-items li:hover {
  margin-left: 5px;
}
.footer-widget-wrapper .single-footer-widget .list-items li:hover a {
  color: var(--theme-2);
}
.footer-widget-wrapper .single-footer-widget .list-items.style-2 li:hover a {
  color: var(--theme-2) !important;
}
.footer-widget-wrapper .footer-newsletter {
  margin-top: 40px;
  margin-left: 41px;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper .footer-newsletter {
    margin-left: 0;
    margin-top: 30px;
  }
}
.footer-widget-wrapper .footer-newsletter h4 {
  font-weight: 500;
  color: #20282D;
  margin-bottom: 20px;
}
.footer-widget-wrapper .footer-newsletter form {
  width: 100%;
}
.footer-widget-wrapper .footer-newsletter .form-clt {
  position: relative;
}
.footer-widget-wrapper .footer-newsletter .form-clt input {
  width: 100%;
  outline: none;
  border: none;
  background-color: var(--white);
  color: var(--text);
  line-height: 1;
  padding: 20px 20px;
  border-radius: 100px;
}
.footer-widget-wrapper .footer-newsletter .form-clt input::placeholder {
  color: var(--text);
}
.footer-widget-wrapper .footer-newsletter .form-clt .theme-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  padding: 12px 30px;
  background-color: var(--theme);
}

.footer-bootom {
  padding: 20px 0;
  background-color: var(--header);
  padding-top: 0;
}
.footer-bootom .footer-wrapper p {
  font-size: 15px;
  color: var(--white);
}
@media (max-width: 1199px) {
  .footer-bootom .footer-wrapper {
    flex-wrap: wrap !important;
    gap: 20px;
  }
}
.footer-bootom .footer-wrapper .social-icon {
  gap: 10px;
}
.footer-bootom .footer-wrapper .social-icon a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--white);
  display: inline-block;
  border-radius: 100px;
  font-size: 12px;
}
.footer-bootom .footer-wrapper .social-icon a:hover {
  background-color: var(--theme-2);
}
.footer-bootom.style-inner {
  padding: 20px 0;
}

.footer-section {
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .footer-section {
    overflow: hidden;
  }
}
.footer-section .left-shape {
  position: absolute;
  top: 180px;
  left: 65px;
}
@media (max-width: 1199px) {
  .footer-section .left-shape {
    display: none;
  }
}
.footer-section .right-shape {
  position: absolute;
  bottom: 60px;
  right: 0;
}
@media (max-width: 1199px) {
  .footer-section .right-shape {
    display: none;
  }
}
.footer-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--header);
  top: -50%;
  z-index: -1;
}
.footer-section.style-bg::before {
  display: none;
}

.footer-style3::before {
  border-radius: 0 !important;
}

.footer-style4 .footer-bottom2 {
  background-color: #001914;
}

.header-top-section {
  position: relative;
  background-color: var(--theme);
}
@media (max-width: 991px) {
  .header-top-section {
    display: none;
  }
}
.header-top-section.bg-color {
  background-color: var(--header);
}

.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0 45px;
}
@media (max-width: 1600px) {
  .header-top-wrapper {
    padding: 10px 0 40px;
  }
}
@media (max-width: 1199px) {
  .header-top-wrapper {
    padding: 10px 0 10px;
  }
}
.header-top-wrapper.style-2 {
  padding: 16px 0;
}
@media (max-width: 1600px) {
  .header-top-wrapper.style-2 {
    padding: 10px 0;
  }
}
.header-top-wrapper.style-3 {
  padding: 16px 0;
}
@media (max-width: 1600px) {
  .header-top-wrapper.style-3 {
    padding: 10px 0;
  }
}
.header-top-wrapper .contact-list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-top-wrapper .contact-list li {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  font-weight: 500;
}
.header-top-wrapper .contact-list li i {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.85);
}
.header-top-wrapper .contact-list li a {
  color: rgba(255, 255, 255, 0.85);
}
.header-top-wrapper .top-right {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header-top-wrapper .top-right .flag-item {
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 1;
}
.header-top-wrapper .top-right .flag-item .top-list {
  display: flex;
  align-items: center;
  gap: 50px;
}
.header-top-wrapper .top-right .flag-item .top-list li {
  font-size: 15px;
  font-weight: 500;
  color: var(--white);
}
.header-top-wrapper .top-right .flag-item .top-list li a {
  color: var(--white);
}
.header-top-wrapper .top-right .flag-item .top-list li.style-2 {
  position: relative;
}
.header-top-wrapper .top-right .flag-item .top-list li.style-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.41);
  width: 1px;
  height: 14px;
  left: -25px;
  top: 0;
}
.header-top-wrapper .top-right .flag-wrap {
  position: relative;
  max-width: 106px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .header-top-wrapper .top-right .flag-wrap {
    display: none;
  }
}
.header-top-wrapper .top-right .flag-wrap .flag {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 1;
}
@media (max-width: 767px) {
  .header-top-wrapper .top-right .flag-wrap .flag {
    display: none;
  }
}
.header-top-wrapper .top-right .flag-wrap .flag img {
  width: 100%;
  height: 100%;
}
.header-top-wrapper .top-right .flag-wrap .nice-select {
  padding: 0 0 0 45px;
  background: transparent;
  border: none;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 9999;
  border: none !important;
  padding-bottom: 0 !important;
  font-weight: 400 !important;
  line-height: initial;
  height: initial;
}
.header-top-wrapper .top-right .flag-wrap .nice-select span {
  font-weight: 400;
}
.header-top-wrapper .top-right .flag-wrap .nice-select .list {
  width: 100px;
  left: 0;
  background-color: var(--white);
  border-radius: 0;
  top: 50%;
}
.header-top-wrapper .top-right .flag-wrap .nice-select .option {
  border: none;
  background-color: #fff;
}
.header-top-wrapper .top-right .flag-wrap .nice-select .option.selected.focus {
  background-color: #fff;
}
.header-top-wrapper .top-right .flag-wrap .nice-select::after {
  right: 0;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  width: 8px;
  height: 8px;
  top: 10px;
  border-bottom: 1px solid transparent;
  border-color: var(--white);
  border-right: 1px solid var(--white);
}
.header-top-wrapper .top-right .flag-wrap .nice-select span {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white);
}
.header-top-wrapper .top-right .social-icon {
  gap: 20px;
}
.header-top-wrapper .top-right .social-icon span {
  color: var(--white);
}
.header-top-wrapper .top-right .social-icon a {
  color: var(--white);
}
.header-top-wrapper .top-right .social-icon a:hover {
  color: var(--theme-2);
}

@media (max-width: 1199px) {
  .menu-thumb {
    display: none !important;
  }
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 35px;
}
@media (max-width: 1600px) {
  .header-main .main-menu ul li {
    margin-inline-end: 20px;
  }
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #626C74;
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li a i {
  margin-left: 4px;
  font-size: 12px;
}
.header-main .main-menu ul li a:hover {
  color: var(--theme-2) !important;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 115%;
  inset-inline-start: 0;
  min-width: 240px;
  background: var(--white);
  padding: 20px 0;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: #626C74;
  transform: translateY(-10px);
  transition: all 0.4s ease-in-out;
  border-top: 6px solid var(--theme-2);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 15px;
  font-weight: 500;
  color: #626C74;
  line-height: 38px;
  padding: 0px 0px 0px 32px;
  width: 100%;
}
.header-main .main-menu ul li .submenu li a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background: var(--theme-2);
  left: 14px;
  bottom: 18px;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .submenu li a:hover {
  color: var(--theme-2) !important;
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  color: var(--theme-2) !important;
  margin-left: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::before {
  width: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme-2);
}
.header-main .main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme-2);
}
.header-main .main-menu ul li .has-homemenu {
  width: 1000px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: -250px;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    flex-wrap: wrap;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 14px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 30px !important;
  line-height: initial;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn::before, .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn::after {
  display: none;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  background: var(--header);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
}
.header-main .main-menu ul li:hover > a {
  color: var(--theme-2);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--theme-2);
}
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.header-main .header-right {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header-main .header-right .header-search {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1199px) {
  .header-main .header-right .header-search .search-icon {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header-main .header-right .header-search .header-button {
    display: none;
  }
}
.header-main .header-right .sidebar__toggle {
  color: var(--header);
}
.header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
}

.header-1 {
  background: #F2EEE8;
}
.header-1 .header-main {
  background-color: var(--white);
  border-radius: 0px 0px 35px 35px;
  padding: 0 32px;
  margin-top: -32px;
  position: relative;
  z-index: 999;
}
@media (max-width: 1199px) {
  .header-1 .header-main {
    margin-top: 0;
    padding: 10px 30px;
  }
}

.header-2 {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1050;
}
.header-2 .header-main .header-left .logo .logo-2 {
  display: none;
}
.header-2 .header-main .main-menu {
  border-radius: 56px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10.6499996185px);
  padding: 0 30px;
}
@media (max-width: 1199px) {
  .header-2 .header-main .main-menu {
    border-radius: 0;
    border: 1px solid transparent;
    background: transparent;
    backdrop-filter: none;
    padding: 0 0;
  }
}
.header-2 .header-main .main-menu ul li a {
  color: var(--white);
}
.header-2 .header-main .header-right .header-search .search-icon i {
  color: var(--white);
}
.header-2 .header-main .header-right .header-search .sidebar__toggle {
  color: var(--white);
}

.header-4 {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(20.2999992371px);
  width: 98.7%;
  position: absolute;
  left: 16px;
  right: 0;
  z-index: 9999;
}
.header-4 .header-main .header-left .logo .logo-2 {
  display: none;
}
.header-4 .header-main .header-right .main-menu {
  border-radius: 0;
  border: 1px solid transparent;
  background: transparent;
  backdrop-filter: none;
  padding: 0 0;
}
.header-4 .header-main .header-right .main-menu ul li a {
  color: var(--white);
}
.header-4 .header-main .header-right .main-menu ul li .submenu li a {
  color: #626C74;
}
.header-4 .header-main .header-right .header-search .search-icon i {
  color: var(--white);
}
.header-4 .header-main .header-right .header-search .contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1199px) {
  .header-4 .header-main .header-right .header-search .contact-item {
    display: none;
  }
}
.header-4 .header-main .header-right .header-search .contact-item .content span {
  color: var(--white);
  font-size: 15px;
  font-weight: 400;
}
.header-4 .header-main .header-right .header-search .contact-item .content h6 {
  font-size: 18px;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
}
.header-4 .header-main .header-right .header-search .contact-item .content h6 a {
  color: var(--white);
}
.header-4 .header-main .header-right .header-search .sidebar__toggle {
  color: var(--white);
}
@media (max-width: 1399px) {
  .header-4 {
    left: 0;
    width: 100%;
  }
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 1050;
  transition: all 0.9s;
  background-color: var(--white);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.sticky.header-1 .header-main {
  margin-top: 0;
}
.sticky.header-2 .header-main .header-left .logo .logo {
  display: none;
}
.sticky.header-2 .header-main .header-left .logo .logo-2 {
  display: block;
}
.sticky.header-2 .header-main .header-right .main-menu {
  border-radius: 0;
  border: 1px solid transparent;
  background: transparent;
  backdrop-filter: none;
  padding: 0 0;
}
.sticky.header-2 .header-main .header-right .main-menu li a {
  color: var(--header);
}
.sticky.header-2 .header-main .header-right .header-search .search-icon i {
  color: var(--header);
}
.sticky.header-2 .header-main .header-right .header-search .sidebar__toggle {
  color: var(--header);
}
.sticky.header-4 .header-main .header-left .logo .logo {
  display: none;
}
.sticky.header-4 .header-main .header-left .logo .logo-2 {
  display: block;
}
.sticky.header-4 .header-main .header-right .main-menu li a {
  color: var(--header);
}
.sticky.header-4 .header-main .header-right .header-search .contact-item .icon img {
  filter: invert(1) brightness(0);
}
.sticky.header-4 .header-main .header-right .header-search .contact-item .content span {
  color: var(--header);
}
.sticky.header-4 .header-main .header-right .header-search .contact-item .content h6 a {
  color: var(--header);
}
.sticky.header-4 .header-main .header-right .header-search .sidebar__toggle {
  color: var(--header);
}
.sticky.header-4 .header-main .header-right .header-search .search-icon i {
  color: var(--header);
}

.offcanvas__info {
  background: var(--white) none repeat scroll 0 0;
  border-left: 2px solid var(--theme);
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 9999999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__logo a img {
  width: 150px;
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
.offcanvas__wrapper .offcanvas__top {
  margin-bottom: 40px !important;
}
.offcanvas__wrapper .offcanvas-title {
  font-size: 28px;
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content p {
  color: var(--header);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .social-icon {
  margin-top: 30px;
  gap: 10px;
  margin-bottom: 30px;
}
.offcanvas__wrapper .offcanvas__content .social-icon a {
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--header);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
  border-radius: 50%;
}
.offcanvas__wrapper .offcanvas__content .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
  margin-bottom: 40px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li {
  font-size: 16px;
  color: var(--header);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li:not(:last-child) {
  margin-bottom: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li span {
  font-weight: 600;
  color: var(--header);
  font-size: 18px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li a {
  font-size: 16px;
  color: var(--header);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button {
  display: flex;
  align-items: center;
}
.offcanvas__wrapper .offcanvas__content .offcanvas-gallery-area {
  margin-top: 30px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas-gallery-area .offcanvas-gallery-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas-gallery-area .offcanvas-gallery-items:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas-gallery-area .offcanvas-gallery-items .offcanvas-image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 0;
}
.offcanvas__wrapper .offcanvas__content .theme-btn {
  text-align: center;
  width: 100%;
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 1060;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 350px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
.error-image img {
  width: 100%;
  height: 100%;
}

.error-content {
  margin-left: 60px;
}
@media (max-width: 1199px) {
  .error-content {
    margin-left: 0;
  }
  .error-content br {
    display: none;
  }
}
.error-content h3 {
  font-size: 24px;
  font-weight: 600;
}
.error-content .theme-btn {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .error-content .theme-btn {
    margin-top: 30px;
  }
}

.breadcrumb-wrapper {
  position: relative;
  z-index: 9;
  margin-top: -42px;
}
.breadcrumb-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 21, 44, 0.6);
  z-index: -1;
}
.breadcrumb-wrapper .page-heading {
  padding: 180px 0;
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading {
    padding: 120px 0;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-list {
  gap: 6px;
}
.breadcrumb-wrapper .page-heading .breadcrumb-list li {
  font-size: 18px;
  font-weight: 500;
}
.breadcrumb-wrapper .page-heading .breadcrumb-list li a {
  color: var(--white);
}
.breadcrumb-wrapper .page-heading .breadcrumb-list li a:hover {
  color: var(--theme-2);
}
.breadcrumb-wrapper .page-heading .breadcrumb-title {
  font-size: 76px;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-title {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-title {
    font-size: 35px;
  }
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--theme);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme);
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.array-button {
  display: flex;
  align-items: center;
  gap: 20px;
}
.array-button .array-prev {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100px;
  text-align: center;
  background-color: var(--white);
  border: 1px solid var(--theme-2);
  color: var(--theme-2);
  transition: all 0.4s ease-in-out;
}
.array-button .array-prev:hover {
  background-color: var(--theme-2);
  color: var(--white);
}
.array-button .array-next {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100px;
  text-align: center;
  color: var(--white);
  background-color: var(--theme-2);
  transition: all 0.4s ease-in-out;
}
.array-button .array-next:hover {
  background-color: var(--header);
  color: var(--white);
}

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

.custom-container {
  max-width: 1730px;
  margin: 0 auto;
}

.custom-container {
  max-width: 1790px;
  margin: 0 auto;
}

.mt-60 {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .mt-60 {
    margin-top: 30px;
  }
}

.mtt-30 {
  margin-top: -30px;
}
@media (max-width: 1199px) {
  .mtt-30 {
    margin-top: 30px;
  }
}

.swiper-dot {
  text-align: center;
  margin-top: 60px;
}
.swiper-dot .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  transition: 0.6s;
  background: transparent;
  border: 1px solid var(--theme-2);
  opacity: 1;
  border-radius: 50%;
}
.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-2);
  transition: 0.6s;
  position: relative;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 18px;
  height: 18px;
  line-height: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--theme-2);
  content: "";
}

.transform-none {
  margin-bottom: -40px !important;
}
@media (max-width: 991px) {
  .transform-none {
    margin-bottom: -60px !important;
  }
}

.swiper-dot-2 {
  margin-top: 30px;
  position: relative;
}
.swiper-dot-2 .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  transition: 0.6s;
  background: transparent;
  border: 1px solid var(--theme-2);
  opacity: 1;
  border-radius: 50%;
}
.swiper-dot-2 .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-2);
  transition: 0.6s;
  position: relative;
}
.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 18px;
  height: 18px;
  line-height: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--theme-2);
  content: "";
}

.padding {
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .padding {
    padding: 0 0;
  }
}

.nice-select {
  background-color: transparent;
  width: unset;
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0;
  color: #414141;
  font-weight: 500;
  text-transform: capitalize;
}

.nice-select .current {
  margin-right: 30px;
}

.nice-select.open .list {
  background: var(--bg);
  margin-top: 16px;
  width: 100%;
  text-transform: capitalize;
  color: var(--text);
}

.nice-select .option.selected.focus {
  background: var(--bg);
  outline: none;
  color: var(--text);
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  border: none;
}

.nice-select .option {
  border: none;
}

.nice-select .option:hover {
  background: transparent;
}

.page-nav-wrap {
  margin-top: 60px;
}
.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap ul li.active .page-numbers {
  background-color: var(--theme-2);
  color: var(--white);
  border: 1px solid var(--theme-2);
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 100px;
  border: 1px solid var(--header);
  background: transparent;
  color: var(--black);
  font-weight: 500;
  font-size: 18px;
  font-family: "General Sans", sans-serif;
  transition: all 0.3s ease-in-out;
  margin: 0 5px;
}
.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--theme);
  color: var(--white);
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
}
.page-nav-wrap ul li .page-numbers:hover {
  background-color: var(--theme-2);
  color: var(--white);
  border: 1px solid var(--theme-2);
}

.sticky-style {
  position: sticky !important;
  top: 100px;
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.hero-1 {
  padding: 240px 0 200px;
  position: relative;
  margin-top: -40px;
}
@media (max-width: 1199px) {
  .hero-1 {
    padding: 100px 0 100px;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .hero-1 {
    padding: 80px 0 80px;
  }
}
.hero-1::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #F2EEE8;
  height: 75%;
}
@media (max-width: 1199px) {
  .hero-1::before {
    height: 100%;
  }
}
.hero-1 .right-shape {
  position: absolute;
  top: 0;
  right: 0;
}
.hero-1 .right-shape img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .hero-1 .right-shape {
    display: none;
  }
}
.hero-1 .bottom-shape {
  position: absolute;
  left: 66px;
  bottom: 13%;
  z-index: 999;
}
@media (max-width: 1199px) {
  .hero-1 .bottom-shape {
    display: none;
  }
}
.hero-1 .left-shape {
  position: absolute;
  left: 0;
  top: 154px;
}
@media (max-width: 1199px) {
  .hero-1 .left-shape {
    display: none;
  }
}
.hero-1 .plane-shape {
  position: absolute;
  left: 42%;
  top: 80px;
}
@media (max-width: 1199px) {
  .hero-1 .plane-shape {
    display: none;
  }
}
.hero-1 .plane-shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 999;
}
@media (max-width: 1199px) {
  .hero-1 .plane-shape-2 {
    display: none;
  }
}
.hero-1 .top-shape {
  position: absolute;
  top: 200px;
  left: 36%;
}
@media (max-width: 1199px) {
  .hero-1 .top-shape {
    display: none;
  }
}
.hero-1 .bg-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .hero-1 .bg-shape {
    display: none;
  }
}
.hero-1 .hero-content {
  position: relative;
}
.hero-1 .hero-content p {
  margin-top: 20px;
}
.hero-1 .hero-image {
  max-width: 304px;
  position: relative;
}
@media (max-width: 1199px) {
  .hero-1 .hero-image {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-image {
    max-width: initial;
  }
}
.hero-1 .hero-image img {
  width: 100%;
  height: 100%;
  border: 6px solid var(--white);
  border-radius: 30px 0;
}
.hero-1 .hero-image .hero-image-2 {
  max-width: 246px;
  position: absolute;
  top: -130px;
  right: -180px;
}
@media (max-width: 1199px) {
  .hero-1 .hero-image .hero-image-2 {
    max-width: 170px;
    left: 0;
    right: initial;
    top: 0;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-image .hero-image-2 {
    max-width: 246px;
    left: 0;
    right: initial;
    top: 0;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-image .hero-image-2 {
    max-width: 170px;
    left: 0;
    right: initial;
    top: 0;
  }
}
.hero-1 .hero-image .hero-image-3 {
  max-width: 360px;
  position: absolute;
  bottom: -65%;
  right: -121%;
}
@media (max-width: 1199px) {
  .hero-1 .hero-image .hero-image-3 {
    max-width: 170px;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-image .hero-image-3 {
    max-width: 360px;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-image .hero-image-3 {
    max-width: 170px;
  }
}
.hero-1 .booking-list-area {
  background-color: var(--white);
  padding: 10px;
  border-radius: 100px;
  position: relative;
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .hero-1 .booking-list-area {
    margin-top: 30px;
    gap: 20px;
    justify-content: start !important;
    padding: 30px;
    flex-wrap: wrap;
    border-radius: 30px;
  }
}
@media (max-width: 991px) {
  .hero-1 .booking-list-area {
    flex-wrap: wrap;
    gap: 20px;
    border-radius: 0;
    padding: 20px;
  }
}
.hero-1 .booking-list-area .booking-list {
  display: flex;
  gap: 8px;
  line-height: 1;
  width: 100% !important;
  align-items: center;
  background: rgba(65, 65, 65, 0.05);
  padding: 16px 20px;
  border-radius: 100px;
  max-width: 210px;
  width: 100%;
}
@media (max-width: 1199px) {
  .hero-1 .booking-list-area .booking-list {
    display: grid;
    flex-basis: 100%;
  }
}
@media (max-width: 575px) {
  .hero-1 .booking-list-area .booking-list {
    width: 100%;
    max-width: initial;
  }
}
.hero-1 .booking-list-area .booking-list .content {
  width: 100%;
}
.hero-1 .booking-list-area .booking-list .form-clt .nice-select {
  padding: 0;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-size: 16px;
  font-family: "General Sans", sans-serif;
  color: #414141;
  font-weight: 500;
  padding-right: 20px;
  height: initial;
  width: 100% !important;
  height: initial;
  line-height: initial;
}
.hero-1 .booking-list-area .booking-list .form-clt .nice-select::after {
  right: 0;
  border-bottom: 1px solid var(--header);
  border-right: 1px solid var(--header);
  width: 9px;
  height: 9px;
  top: 28%;
  margin-top: 0;
}
.hero-1 .booking-list-area .booking-list .form-clt .nice-select .list {
  width: 100%;
}
.hero-1 .booking-list-area .booking-list .form-clt input {
  padding: 0;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  color: var(--header);
  font-weight: 800;
  height: initial;
  padding: 8px;
  padding-right: 25px;
}
.hero-1 .booking-list-area .booking-list .form-clt input::placeholder {
  color: var(--header);
}
.hero-1 .booking-list-area .booking-list .form-clt .input-group-addon {
  margin-left: -55px !important;
  color: var(--header);
}
.hero-1 .booking-list-area .booking-list .form-clt #datepicker {
  position: relative;
}
.hero-1 .booking-list-area .booking-list .form-clt #datepicker::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--header);
  border-bottom: 1px solid var(--header);
  pointer-events: none;
}
.hero-1 .booking-list-area .theme-btn {
  background-color: var(--theme);
}
@media (max-width: 575px) {
  .hero-1 .booking-list-area .theme-btn {
    width: 100%;
  }
}
.hero-1 .booking-list-area .theme-btn i {
  margin-left: 10px;
  margin-right: 0;
}

.hero-section4 {
  margin: 16px 16px 0;
}
@media (max-width: 991px) {
  .hero-section4 {
    margin: 10px 10px 70px;
  }
}

.hero-swiper4-item {
  border-radius: 30px;
  padding: 242px 5px 193px;
}
.hero-swiper4-item .hero4-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.hero-swiper4-item .hero4-content h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 1.96px;
  color: var(--white);
  font-family: "Amatica SC", sans-serif;
}
.hero-swiper4-item .hero4-content h1 {
  color: var(--white);
  font-family: "General Sans", sans-serif;
  font-weight: 600;
}
.hero-swiper4-item .hero4-content ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 36px;
}
.hero-swiper4-item .hero4-content ul li {
  font-size: 18px;
}
.hero-swiper4-item .hero4-content ul li i {
  color: #66c419 !important;
}
.hero-swiper4-item.bg-overlay::before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 8, 17, 0.42);
  border-radius: 30px;
}
@media (max-width: 1399px) {
  .hero-swiper4-item {
    padding: 242px 5px 120px;
  }
}
@media (max-width: 1199px) {
  .hero-swiper4-item {
    padding: 200px 5px 120px;
  }
}
@media (max-width: 991px) {
  .hero-swiper4-item {
    padding: 170px 5px 120px;
  }
  .hero-swiper4-item .hero4-content h3 {
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 1.4px;
  }
  .hero-swiper4-item .hero4-content h1 {
    color: var(--white);
    font-family: "General Sans", sans-serif;
    font-weight: 600;
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .hero-swiper4-item .hero4-content h3 {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 1.4px;
  }
  .hero-swiper4-item .hero4-content h1 {
    font-size: 40px;
  }
  .hero-swiper4-item .hero4-content ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 20px;
  }
  .hero-swiper4-item .hero4-content ul li {
    font-size: 16px;
  }
  .hero-swiper4-item .hero4-content ul li i {
    color: #66c419 !important;
  }
}

.hero-swiper3-item {
  padding: 200px 5px 200px;
}
.hero-swiper3-item .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 9000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 9000ms ease;
  transition: transform 9000ms ease, opacity 1500ms ease-in;
  transition: transform 9000ms ease, opacity 1500ms ease-in, -webkit-transform 9000ms ease;
}
.hero-swiper3-item .hero-bg::before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 8, 17, 0.42);
  border-radius: 0px;
}
.hero-swiper3-item .hero3-content {
  max-width: 890px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  opacity: 0;
  z-index: 3;
  position: relative;
  -webkit-transform: translateY(-150px);
  transform: translateY(-150px);
}
.hero-swiper3-item .hero3-content h3 {
  font-size: 80px;
  font-weight: 500;
  line-height: 111px;
  letter-spacing: -1.6px;
  color: var(--white);
}
.hero-swiper3-item .hero3-content h1 {
  font-size: 166px;
  font-style: normal;
  font-weight: 600;
  line-height: 111px;
  letter-spacing: -3.32px;
}
.hero-swiper3-item .hero3-content p {
  font-size: 18px;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: 0.18px;
  max-width: 612px;
  margin: 0 auto;
}
.hero-swiper3-item .hero-button {
  text-align: center;
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
  opacity: 0;
  position: relative;
  z-index: 9;
}
@media (max-width: 1399px) {
  .hero-swiper3-item {
    padding: 260px 5px 240px;
  }
  .hero-swiper3-item .hero3-content {
    max-width: 890px;
    margin: 0 auto;
    text-align: center;
  }
  .hero-swiper3-item .hero3-content h3 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1.6px;
  }
  .hero-swiper3-item .hero3-content h1 {
    font-size: 100px;
    line-height: 80px;
    letter-spacing: -3.32px;
  }
  .hero-swiper3-item .hero3-content p {
    font-size: 18px;
    line-height: 31px;
    letter-spacing: 0.18px;
  }
}
@media (max-width: 1199px) {
  .hero-swiper3-item {
    padding: 200px 5px 190px;
  }
}
@media (max-width: 991px) {
  .hero-swiper3-item {
    padding: 150px 5px 150px;
  }
}
@media (max-width: 767px) {
  .hero-swiper3-item .hero3-content h3 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -0.6px;
  }
  .hero-swiper3-item .hero3-content h1 {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -1.32px;
  }
}
@media (max-width: 500px) {
  .hero-swiper3-item .hero3-content h3 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -0.6px;
  }
  .hero-swiper3-item .hero3-content h1 {
    font-size: 46px;
    line-height: 60px;
    letter-spacing: -1.32px;
  }
}

.hero-3 {
  position: relative;
}
.hero-3 .bg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero-3 .bg-shape img {
  width: 100%;
}
.hero-3 .swiper-slide.swiper-slide-active .hero-bg {
  -webkit-transform: scale(1.35);
  transform: scale(1.35);
}
.hero-3 .swiper-slide.swiper-slide-active .hero3-content {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}
.hero-3 .swiper-slide.swiper-slide-active .hero-button {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}

.bn-slide-btn {
  width: 100%;
  position: absolute;
  top: 500px;
}
@media screen and (max-width: 767px) {
  .bn-slide-btn {
    top: initial;
    bottom: 50px;
    justify-content: center;
  }
}

.hero-2 {
  position: relative;
  padding: 250px 0 200px;
}
@media (max-width: 1199px) {
  .hero-2 {
    padding: 180px 0 180px;
  }
}
@media (max-width: 767px) {
  .hero-2 {
    padding: 150px 0;
  }
}
.hero-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(89deg, rgba(0, 13, 27, 0.49) 11.83%, rgba(0, 13, 27, 0) 77.67%);
}
.hero-2 .hero-content {
  position: relative;
  z-index: 9;
}
.hero-2 .hero-content h1 {
  font-size: 98px;
  font-weight: 500;
  color: var(--white);
  line-height: 114%;
}
@media (max-width: 1199px) {
  .hero-2 .hero-content h1 {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .hero-2 .hero-content h1 {
    font-size: 72px;
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-content h1 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-content h1 {
    font-size: 48px;
  }
}
.hero-2 .hero-content p {
  font-size: 18px;
  color: var(--white);
  max-width: 570px;
  margin-top: 15px;
  margin-bottom: 48px;
}
@media (max-width: 575px) {
  .hero-2 .hero-content p {
    font-size: 16px;
    margin-bottom: 26px;
  }
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

@media (max-width: 1199px) {
  .mean-container .mean-nav ul li li li a {
    padding: 10px 0% !important;
  }
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items {
    flex-wrap: wrap;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu {
  position: relative;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items .homemenu {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid var(--border);
    padding: 10px;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 12px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: #626c74;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: capitalize;
  border-bottom: 1px solid var(--border) !important;
  border: none;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

.daterangepicker-section-custom {
  position: relative;
  z-index: 1;
}

.date-range-wrapper {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 4px 85.6px 17px rgba(0, 0, 0, 0.11);
  padding: 18px 35px;
  transform: translateY(-60px);
  margin-bottom: -150px;
  position: relative;
  z-index: 9;
}
.date-range-wrapper .content {
  width: 100%;
}
.date-range-wrapper .booking-list-area .line {
  width: 1px;
  height: 75px;
  background: rgba(35, 28, 37, 0.14);
}
.date-range-wrapper .booking-list-area .booking-list {
  gap: 14px;
  max-width: 215px;
  width: 100%;
}
@media (max-width: 575px) {
  .date-range-wrapper .booking-list-area .booking-list {
    max-width: 100%;
  }
}
.date-range-wrapper .booking-list-area .booking-list .subt {
  font-size: 14px;
  color: #8e8f8f;
}
.date-range-wrapper .booking-list-area .nice-select {
  width: 100% !important;
  line-height: 1;
  height: initial;
}
.date-range-wrapper .booking-list-area .nice-select::after {
  right: 0;
  height: 7px;
  width: 7px;
  top: 6px;
}
.date-range-wrapper .booking-list-area .nice-select .list {
  top: 48%;
}
.date-range-wrapper .booking-list-area .nice-select .list li {
  font-size: 16px;
  color: #414141;
}
@media (max-width: 1199px) {
  .date-range-wrapper {
    margin-bottom: 70px;
    margin-top: 60px;
    transform: translateY(0);
  }
  .date-range-wrapper .booking-list-area {
    gap: 10px 30px;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .date-range-wrapper .booking-list-area {
    gap: 20px;
  }
  .date-range-wrapper .booking-list-area .theme-btn {
    width: 100%;
  }
}

.daterangepicker-section-custom .container {
  max-width: 1360px;
  margin: 0 auto;
}

.news-card-item-style-1 {
  margin-top: 30px;
}
.news-card-item-style-1 .news-image {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.news-card-item-style-1 .news-image img {
  width: 100%;
  height: 100%;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
  border-radius: 8px;
}
.news-card-item-style-1 .news-image::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.news-card-item-style-1 .news-content .news-meta {
  gap: 40px;
  padding: 17px;
  background-color: var(--header);
  margin-bottom: 27px;
  line-height: 1;
}
.news-card-item-style-1 .news-content .news-meta li {
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  position: relative;
}
.news-card-item-style-1 .news-content .news-meta li i {
  margin-right: 5px;
}
.news-card-item-style-1 .news-content .news-meta li.style-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  width: 11px;
  height: 1px;
  background: rgba(255, 255, 255, 0.66);
  left: -26px;
  top: 7px;
}
.news-card-item-style-1 .news-content h4 {
  font-weight: 500;
  margin-bottom: 10px;
}
.news-card-item-style-1 .news-content h4 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-card-item-style-1 .news-content h4 a:hover {
  color: var(--theme-2);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme-2) 0%, var(--theme-2) 100%);
}
.news-card-item-style-1 .news-content p {
  max-width: 368px;
  font-weight: 400;
  font-size: 16px;
}
.news-card-item-style-1 .news-content .theme-btn {
  background-color: transparent;
  border: 1px solid var(--theme-2);
  margin-top: 40px;
  color: var(--theme-2);
}
.news-card-item-style-1 .news-content .theme-btn i {
  color: var(--theme-2);
}
.news-card-item-style-1 .news-content .theme-btn::before {
  background-color: var(--theme-2);
}
.news-card-item-style-1 .news-content .theme-btn:hover {
  color: var(--white);
}
.news-card-item-style-1 .news-content .theme-btn:hover i {
  color: var(--white);
}
.news-card-item-style-1:hover .news-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.news-card-item-style-1:hover .news-image::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.news-section {
  margin: 0 60px;
  position: relative;
  z-index: 999;
  border-radius: 30px;
}
@media (max-width: 1199px) {
  .news-section {
    margin: 0 40px;
  }
}
@media (max-width: 991px) {
  .news-section {
    margin: 0 30px;
  }
}
@media (max-width: 575px) {
  .news-section {
    margin: 0 15px;
  }
}
.news-section .left-shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.desti-badge {
  z-index: 16;
}
.desti-badge.active, .desti-badge:hover {
  color: var(--white);
  background-color: var(--theme-2) !important;
  cursor: pointer;
}

.blog__item4 {
  position: relative;
  z-index: 9;
}
.blog__item4 .thumb-img {
  min-width: 225px;
}
.blog__item4 .thumb-img .desti-badge.active, .blog__item4 .thumb-img .desti-badge:hover {
  background-color: var(--theme-2) !important;
}
.blog__item4 .text-color3 {
  font-size: 14px;
}
@media (max-width: 1199px) {
  .blog__item4 .thumb-img {
    min-width: 150px;
  }
}
@media (max-width: 991px) {
  .blog__item4 {
    flex-wrap: wrap;
  }
  .blog__item4 .thumb-img {
    min-width: 100%;
  }
}

.news-details-wrapper .news-details-post .news-details-image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.news-details-wrapper .news-details-post .news-details-content {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .news-details-wrapper .news-details-post .news-details-content {
    margin-top: 30px;
  }
}
.news-details-wrapper .news-details-post .news-details-content .news-list {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 10px;
}
.news-details-wrapper .news-details-post .news-details-content .news-list li {
  color: #1053f3;
}
.news-details-wrapper .news-details-post .news-details-content .news-list li i {
  color: #1053f3;
}
.news-details-wrapper .news-details-post .news-details-content .news-list li.style-1 {
  position: relative;
}
.news-details-wrapper .news-details-post .news-details-content .news-list li.style-1::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #898d90;
  border-radius: 30px;
  top: 14px;
  left: -20px;
}
.news-details-wrapper .news-details-post .news-details-content h2 {
  font-size: 44px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .news-details-wrapper .news-details-post .news-details-content h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .news-details-wrapper .news-details-post .news-details-content h2 {
    font-size: 25px;
  }
}
.news-details-wrapper .news-details-post .news-details-content p {
  max-width: 761px;
}
.news-details-wrapper .news-details-post .news-details-content .sideber {
  border: 1px solid var(--header);
  border-radius: 12px;
  border: 2px solid #231f20;
  padding: 35px;
  margin-top: 40px;
  margin-bottom: 45px;
}
@media (max-width: 1199px) {
  .news-details-wrapper .news-details-post .news-details-content .sideber {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.news-details-wrapper .news-details-post .news-details-content .sideber h3 {
  max-width: 692px;
}
.news-details-wrapper .news-details-post .news-details-content .sideber .info-item {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.news-details-wrapper .news-details-post .news-details-content .sideber .info-item span {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  color: #003566;
  display: inline-block;
  margin-left: 30px;
  font-style: italic;
}
.news-details-wrapper .news-details-post .news-details-content .sideber .info-item span::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #003566;
  width: 18px;
  height: 1px;
  left: -30px;
  top: 18px;
}
.news-details-wrapper .news-details-post .news-details-content h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .news-details-wrapper .news-details-post .news-details-content h4 {
    font-size: 20px;
  }
}
.news-details-wrapper .news-details-post .news-details-content .list {
  margin-top: 20px;
  margin-bottom: 40px;
}
.news-details-wrapper .news-details-post .news-details-content .list li img {
  margin-right: 8px;
}
.news-details-wrapper .news-details-post .news-details-content .list li:not(:last-child) {
  margin-bottom: 10px;
}
.news-details-wrapper .news-details-post .news-details-content .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.news-details-wrapper .news-details-post .news-details-content .text {
  margin-top: 30px;
}
.news-details-wrapper .news-details-post .news-details-content .list-item li {
  position: relative;
  line-height: 225%;
  margin-left: 20px;
}
.news-details-wrapper .news-details-post .news-details-content .list-item li:not(:last-child) {
  margin-bottom: 20px;
}
.news-details-wrapper .news-details-post .news-details-content .list-item li::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #4b5563;
  border-radius: 30px;
  top: 15px;
  left: -15px;
}
.news-details-wrapper .news-details-post .news-details-content .comment-area {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .news-details-wrapper .news-details-post .news-details-content .comment-area {
    margin-top: 30px;
  }
}
.news-details-wrapper .news-details-post .news-details-content .comment-area h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .news-details-wrapper .news-details-post .news-details-content .comment-area h3 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .news-details-wrapper .news-details-post .news-details-content .comment-area h3 {
    font-size: 20px;
  }
}
.news-details-wrapper .news-details-post .news-details-content .comment-area .blog-single-comment {
  display: flex;
  gap: 18px;
  margin-bottom: 45px;
}
@media (max-width: 1199px) {
  .news-details-wrapper .news-details-post .news-details-content .comment-area .blog-single-comment {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .news-details-wrapper .news-details-post .news-details-content .comment-area .blog-single-comment {
    flex-wrap: wrap;
  }
}
.news-details-wrapper .news-details-post .news-details-content .comment-area .blog-single-comment .image img {
  max-width: initial;
}
.news-details-wrapper .news-details-post .news-details-content .comment-area .blog-single-comment .content h6 {
  color: #5c6672;
  margin-bottom: 20px;
}
.news-details-wrapper .news-details-post .news-details-content .comment-area .blog-single-comment .content h6 span {
  color: var(--header);
  font-size: 18px;
  font-weight: 700;
}
.news-details-wrapper .news-details-post .news-details-content .comment-area .blog-single-comment .content .single-box {
  border: 1px solid rgba(0, 53, 102, 0.15);
  padding: 30px;
  margin-bottom: 10px;
}
.news-details-wrapper .news-details-post .news-details-content .comment-area .blog-single-comment .content .reply {
  color: #1053f3;
  font-weight: 500;
}
.news-details-wrapper .news-details-post .news-details-content .comment-area .blog-single-comment .content .reply i {
  margin-left: 5px;
}
.news-details-wrapper .news-details-post .news-details-content .comment-area .blog-single-comment.style-2 {
  margin-left: 110px;
}
@media (max-width: 1199px) {
  .news-details-wrapper .news-details-post .news-details-content .comment-area .blog-single-comment.style-2 {
    margin-left: 0;
  }
}
.news-details-wrapper .news-details-post .news-details-content .comment-form-wrap {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .news-details-wrapper .news-details-post .news-details-content .comment-form-wrap {
    margin-top: 30px;
  }
}
.news-details-wrapper .news-details-post .news-details-content .comment-form-wrap h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .news-details-wrapper .news-details-post .news-details-content .comment-form-wrap h3 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .news-details-wrapper .news-details-post .news-details-content .comment-form-wrap h3 {
    font-size: 20px;
  }
}
.news-details-wrapper .news-details-post .news-details-content .comment-form-wrap p {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .news-details-wrapper .news-details-post .news-details-content .comment-form-wrap p {
    margin-bottom: 30px;
  }
}
.news-details-wrapper .news-details-post .news-details-content .comment-form-wrap .form-clt span {
  color: var(--header);
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.news-details-wrapper .news-details-post .news-details-content .comment-form-wrap .form-clt input,
.news-details-wrapper .news-details-post .news-details-content .comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background: #f7f7f7;
  padding: 12px 20px;
  font-weight: 400;
  color: var(--text);
}
.news-details-wrapper .news-details-post .news-details-content .comment-form-wrap .form-clt input::placeholder,
.news-details-wrapper .news-details-post .news-details-content .comment-form-wrap .form-clt textarea::placeholder {
  color: #f7f7f7;
}
.news-details-wrapper .news-details-post .news-details-content .comment-form-wrap .form-clt textarea {
  padding-bottom: 150px;
  resize: none;
}
.news-details-wrapper .news-details-post .news-details-content .comment-form-wrap .form-check .form-check-input {
  float: left;
  margin-left: -10px;
  transform: translateY(4px);
}
@media (max-width: 767px) {
  .news-details-wrapper .news-details-post .news-details-content .comment-form-wrap .form-check .form-check-input {
    transform: translateY(23px);
  }
}
.news-details-wrapper .news-details-post .news-details-content .comment-form-wrap .form-check .form-check-label {
  font-size: 15px;
  color: #454e63;
  margin-left: 10px;
}
.news-details-wrapper .main-sideber .single-sideber-widget {
  margin-bottom: 48px;
}
@media (max-width: 1199px) {
  .news-details-wrapper .main-sideber .single-sideber-widget {
    margin-bottom: 30px;
  }
}
.news-details-wrapper .main-sideber .single-sideber-widget .widget-title {
  margin-bottom: 30px;
}
.news-details-wrapper .main-sideber .single-sideber-widget .search-widget form {
  width: 100%;
  position: relative;
}
.news-details-wrapper .main-sideber .single-sideber-widget .search-widget form input {
  border-radius: 7px;
  border: 1px solid rgba(34, 48, 53, 0.25);
  font-size: 18px;
  font-weight: 400;
  padding: 16px 20px;
  width: 100%;
  color: #5b696d;
}
.news-details-wrapper .main-sideber .single-sideber-widget .search-widget form button {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 18px;
  color: #5b696d;
  text-align: center;
}
.news-details-wrapper .main-sideber .single-sideber-widget .recent-post-area .recent-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.news-details-wrapper .main-sideber .single-sideber-widget .recent-post-area .recent-items:not(:last-child) {
  margin-bottom: 20px;
}
.news-details-wrapper .main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-thumb img {
  border-radius: 12px;
}
.news-details-wrapper .main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content ul li {
  color: #1053f3;
}
.news-details-wrapper .main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content h6 {
  font-weight: 500;
  margin-top: 5px;
  line-height: 162%;
}
.news-details-wrapper .main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content h6 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-details-wrapper .main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content h6 a:hover {
  color: var(--theme-2);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme-2) 0%, var(--theme-2) 100%);
}
.news-details-wrapper .main-sideber .single-sideber-widget ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  color: #4b5563;
  transition: all 0.4s ease-in-out;
  border-radius: 0;
}
.news-details-wrapper .main-sideber .single-sideber-widget ul li a {
  color: #4b5563;
}
.news-details-wrapper .main-sideber .single-sideber-widget ul li span {
  transition: all 0.4s ease-in-out;
  color: #4b5563;
}
.news-details-wrapper .main-sideber .single-sideber-widget ul li:not(:last-child) {
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(34, 48, 53, 0.25);
  padding-bottom: 15px;
}
.news-details-wrapper .main-sideber .single-sideber-widget ul li:hover a {
  color: var(--theme-2);
}
.news-details-wrapper .main-sideber .single-sideber-widget ul li:hover span {
  color: var(--theme-2);
}
.news-details-wrapper .main-sideber .single-sideber-widget .tagcloud a {
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  color: #5b696d;
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 36px;
}
@media (max-width: 1199px) {
  .news-details-wrapper .main-sideber .single-sideber-widget .tagcloud a {
    margin-right: 25px;
  }
}
.news-details-wrapper .main-sideber .single-sideber-widget .tagcloud a:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.news-details-wrapper .main-sideber .single-sideber-widget .tagcloud a:hover {
  color: var(--theme-2);
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #F2F4F7;
  opacity: 0.9;
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}
.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: capitalize;
  background: transparent;
  font-size: 25px;
  color: var(--theme);
  border-bottom: 2px solid var(--theme);
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 575px) {
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 18px;
  }
}
.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: var(--theme);
}

input.main-search-input::placeholder {
  color: var(--theme);
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 575px) {
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}
.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: var(--theme);
  cursor: pointer;
}

/* ================================= preload Css Start =========================== */
/* ================================= preload Css Start =========================== */
.loading-screen {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F2F4F7;
  z-index: 999999;
}

.loading-screen .bar {
  position: absolute;
  height: 100%;
  width: 50%;
  background-color: transparent;
}

.loading-screen .top-bar {
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}

.loading-screen .down-bar {
  bottom: 0;
  top: auto;
  right: 0;
  left: auto;
}

.loading-screen .animation-preloader {
  z-index: 1000;
  width: 70%;
  margin: auto;
}

.loading-screen .animation-preloader .spinner {
  -webkit-animation: spinner-run 5s infinite linear;
  animation: spinner-run 5s infinite linear;
  margin-bottom: 0%;
}

.loading-screen .animation-preloader .spinner img {
  width: 300px;
  height: 150px;
}

.loading-screen .animation-preloader .txt-loading {
  font: bold 4rem "DM Sans", sans-serif;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.loading-screen .animation-preloader .txt-loading .letters-loading {
  color: var(--header);
  position: relative;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
  animation: letters-loading 4s infinite;
  color: var(--theme-2);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "DM Sans", sans-serif;
  position: absolute;
  top: -3px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

@-webkit-keyframes spinner-run {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(80%);
    transform: translateX(80%);
  }
}
@keyframes spinner-run {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(80%);
    transform: translateX(80%);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@media screen and (max-width: 767px) {
  .loading-screen .animation-preloader .spinner img {
    width: 8em;
  }
  .loading-screen .animation-preloader .txt-loading {
    font: bold 3.5em "DM Sans", sans-serif;
  }
}
@media screen and (max-width: 500px) {
  .loading-screen .animation-preloader .spinner img {
    width: 7em;
  }
  .loading-screen .animation-preloader .txt-loading {
    font: bold 2em "DM Sans", sans-serif;
  }
}
/* ================================= preload Css End ===========================  */
/* ================================= preload Css End ===========================  */
.back-to-top {
  border-radius: 50%;
  background-color: var(--theme);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--white);
  font-size: 18px;
  position: fixed;
  display: inline-block;
  z-index: 999;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.back-to-top:hover {
  background-color: var(--header);
  color: var(--white);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.cursor-outer {
  -webkit-margin-start: -12px;
  margin-inline-start: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme);
  background-color: var(--theme);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.34;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.cursor-outer.cursor-hover {
  opacity: 0.14;
}

.cursor-outer.cursor-big {
  opacity: 0;
}

.mouseCursor {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

.mouseCursor.cursor-big {
  width: 20px;
  height: 20px;
  -webkit-margin-start: -12px;
  margin-inline-start: -12px;
  margin-top: -12px;
}

.cursor-inner {
  -webkit-margin-start: -3px;
  margin-inline-start: -3px;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: var(--theme);
  opacity: 1;
  -webkit-transition: all 0.24s ease-out 0s;
  transition: all 0.24s ease-out 0s;
}
.cursor-inner span {
  color: var(--text);
  line-height: 60px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.cursor-inner.cursor-hover {
  -webkit-margin-start: -10px;
  margin-inline-start: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--theme);
  border: 1px solid #686363;
  opacity: 0;
}

.back-to-top {
  border-radius: 50%;
  background-color: var(--theme-2);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--white);
  font-size: 18px;
  position: fixed;
  display: inline-block;
  z-index: 999;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.back-to-top:hover {
  background-color: var(--header);
  color: var(--white);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.cursor-outer {
  -webkit-margin-start: -12px;
  margin-inline-start: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme-2);
  background-color: var(--theme-2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.34;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.cursor-outer.cursor-hover {
  opacity: 0.14;
}

.cursor-outer.cursor-big {
  opacity: 0;
}

.mouseCursor {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

.mouseCursor.cursor-big {
  width: 20px;
  height: 20px;
  -webkit-margin-start: -12px;
  margin-inline-start: -12px;
  margin-top: -12px;
}

.cursor-inner {
  -webkit-margin-start: -3px;
  margin-inline-start: -3px;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: var(--theme-2);
  opacity: 1;
  -webkit-transition: all 0.24s ease-out 0s;
  transition: all 0.24s ease-out 0s;
}
.cursor-inner span {
  color: var(--text);
  line-height: 60px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.cursor-inner.cursor-hover {
  -webkit-margin-start: -10px;
  margin-inline-start: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--theme-2);
  border: 1px solid #686363;
  opacity: 0;
}

.popular-deatination-style-1 .popular-deatination-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.popular-deatination-style-1 .popular-deatination-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.popular-deatination-style-1 .popular-deatination-image::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.popular-deatination-style-1 .popular-deatination-image .star {
  background-color: var(--white);
  border-radius: 100px;
  padding: 8px 16px;
  color: var(--header);
  line-height: 1;
  position: absolute;
  left: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 9;
}
.popular-deatination-style-1 .popular-deatination-image .star i {
  color: var(--theme-2);
}
.popular-deatination-style-1 .popular-deatination-image .star p {
  font-weight: 500;
}
.popular-deatination-style-1 .popular-deatination-image .popular-deatination-content {
  background-color: var(--white);
  padding: 25px 28px;
  border-radius: 10px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 999;
}
.popular-deatination-style-1 .popular-deatination-image .popular-deatination-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.popular-deatination-style-1 .popular-deatination-image .popular-deatination-content h3 a:hover {
  color: var(--theme-2);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme-2) 0%, var(--theme-2) 100%);
}
.popular-deatination-style-1:hover .popular-deatination-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.popular-deatination-style-1:hover .popular-deatination-image::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.popular-destination-section .destination-slider {
  margin-right: -34%;
}
@media (max-width: 1199px) {
  .popular-destination-section .destination-slider {
    margin-right: 0;
  }
}

.best-destination-item-style-1 {
  border-radius: 10px;
  border: 1px solid rgba(10, 80, 110, 0.14);
  padding: 10px 10px 0;
}
.best-destination-item-style-1 .best-destination-image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  z-index: 9;
}
.best-destination-item-style-1 .best-destination-image::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.best-destination-item-style-1 .best-destination-image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.best-destination-item-style-1 .best-destination-image .icon {
  gap: 10px;
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 9;
}
.best-destination-item-style-1 .best-destination-image .icon a {
  width: 39px;
  height: 39px;
  line-height: 39px;
  border-radius: 100px;
  text-align: center;
  background-color: var(--white);
  color: var(--theme);
  font-size: 16px;
}
.best-destination-item-style-1 .best-destination-image .icon a:hover {
  background-color: var(--theme-2);
  color: var(--white);
}
.best-destination-item-style-1 .best-destination-image .offer {
  background-color: var(--theme-2);
  color: var(--white);
  font-weight: 500;
  padding: 10px 14px;
  border-radius: 0px 4px 4px 0px;
  position: absolute;
  left: 0;
  top: 16px;
  line-height: 1;
}
.best-destination-item-style-1 .best-destination-content {
  padding: 24px 5px;
}
.best-destination-item-style-1 .best-destination-content .list li {
  font-size: 15px;
  font-weight: 500;
  color: #a9a9a9;
}
.best-destination-item-style-1 .best-destination-content .list li i {
  color: var(--theme);
  margin-right: 5px;
}
.best-destination-item-style-1 .best-destination-content .list.style-2 {
  gap: 20px;
  border-bottom: 1px dashed rgba(103, 103, 103, 0.32);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .best-destination-item-style-1 .best-destination-content .list.style-2 {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.best-destination-item-style-1 .best-destination-content .list.style-2 li i {
  color: var(--theme-2);
}
.best-destination-item-style-1 .best-destination-content .list.style-2 li.style-border {
  position: relative;
}
.best-destination-item-style-1 .best-destination-content .list.style-2 li.style-border::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  width: 1px;
  height: 16px;
  border-left: 1px dashed rgba(103, 103, 103, 0.32);
  left: -10px;
  top: 8px;
}
.best-destination-item-style-1 .best-destination-content h5 {
  font-weight: 500;
  margin-bottom: 10px;
}
.best-destination-item-style-1 .best-destination-content h5 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.best-destination-item-style-1 .best-destination-content h5 a:hover {
  color: var(--theme-2);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme-2) 0%, var(--theme-2) 100%);
}
@media (max-width: 1199px) {
  .best-destination-item-style-1 .best-destination-content .price-item {
    flex-wrap: wrap !important;
    gap: 20px;
  }
}
.best-destination-item-style-1 .best-destination-content .price-item .content span {
  font-weight: 500;
  font-size: 15px;
  color: #a9a9a9;
}
.best-destination-item-style-1 .best-destination-content .price-item .theme-btn {
  background: transparent;
  border: 1px solid var(--theme-2);
  padding: 16px 18px;
  color: var(--theme-2);
  font-size: 14px;
}
.best-destination-item-style-1 .best-destination-content .price-item .theme-btn::before {
  background-color: var(--theme-2);
}
.best-destination-item-style-1 .best-destination-content .price-item .theme-btn i {
  color: var(--theme-2);
}
.best-destination-item-style-1 .best-destination-content .price-item .theme-btn:hover {
  color: var(--white);
  border: 1px solid var(--theme-2);
}
.best-destination-item-style-1 .best-destination-content .price-item .theme-btn:hover i {
  color: var(--white);
}
.best-destination-item-style-1:hover .best-destination-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.best-destination-item-style-1:hover .best-destination-image::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.world-theme-shape {
  position: absolute;
  bottom: 450px;
  left: 254px;
}

.destination-slider_popular .swiper-slide {
  margin: 0 auto;
}

.destination-slide-update .destination-image {
  max-width: 230px;
}
.destination-slide-update .content h3 a:hover {
  color: var(--theme-2);
}

.best-destination-section {
  position: relative;
}
@media (max-width: 1199px) {
  .best-destination-section {
    overflow: hidden;
  }
}
@media (max-width: 1199px) {
  .best-destination-section .array-button {
    display: none;
  }
}
.best-destination-section .array-button .array-prev {
  position: absolute;
  top: 58%;
  left: 260px;
}
.best-destination-section .array-button .array-next {
  position: absolute;
  top: 58%;
  right: 260px;
}
.best-destination-section .texts {
  font-size: 200px;
  color: rgba(242, 238, 232, 0.62);
  font-weight: 500;
  text-align: center;
  line-height: 1;
  margin-top: -30px;
  margin-bottom: 70px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1600px) {
  .best-destination-section .texts {
    font-size: 140px;
  }
}
@media (max-width: 1399px) {
  .best-destination-section .texts {
    display: none;
  }
}

@media (max-width: 1399px) {
  .best-destination-section1 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .best-destination-section1 {
    margin-top: 80px;
  }
}

.destination-details-section {
  margin: 15px 15px 0;
}

.destination-details-image-style-1 img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.destination-details-post-style-1 .destination-details-content .destination-details-box {
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 8px 6px 51.9px 34px rgba(3, 15, 44, 0.03);
}
.destination-details-post-style-1 .destination-details-content .destination-details-box p {
  line-height: 175%;
}
.destination-details-post-style-1 .destination-details-content .texts {
  font-size: 20px;
  font-weight: 500;
  color: var(--header);
}
.destination-details-post-style-1 .destination-details-content .list li {
  color: #566a70;
}
.destination-details-post-style-1 .destination-details-content .list li i {
  margin-right: 4px;
  color: var(--theme);
}
.destination-details-post-style-1 .destination-details-content .list li:not(:last-child) {
  margin-bottom: 10px;
}
.destination-details-post-style-1 .destination-details-content .list.style-2 li i {
  color: var(--theme-2);
}
.destination-details-post-style-1 .destination-details-content .details-rafing-item {
  margin-top: 60px;
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .destination-details-post-style-1 .destination-details-content .details-rafing-item {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.destination-details-post-style-1 .destination-details-content .details-rafing-item .rafting-item .content h4 {
  font-weight: 500;
}

.destination-sideber-card-style-1 .map-items .googpemap iframe {
  width: 100%;
  height: 430px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .destination-sideber-card-style-1 .map-items .googpemap iframe {
    height: 400px;
  }
}
.destination-sideber-card-style-1 .details-single-sideber-box {
  border-radius: 10px;
  border: 1px solid #e1e4e5;
}
.destination-sideber-card-style-1 .details-single-sideber-box h3 {
  font-weight: 600;
}
.destination-sideber-card-style-1 .details-single-sideber-box .recent-post-item .post-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.destination-sideber-card-style-1 .details-single-sideber-box .recent-post-item .content .star {
  color: var(--theme-2);
}
.destination-sideber-card-style-1 .details-single-sideber-box .recent-post-item .content h6 {
  font-weight: 500;
}
.destination-sideber-card-style-1 .details-single-sideber-box .recent-post-item .content h6 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.destination-sideber-card-style-1 .details-single-sideber-box .recent-post-item .content h6 a:hover {
  color: var(--theme-2);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme-2) 0%, var(--theme-2) 100%);
}
.destination-sideber-card-style-1 .details-single-sideber-box .recent-post-item .content p {
  color: var(--theme-2);
  font-size: 14px;
  font-weight: 700;
}
.destination-sideber-card-style-1 .details-single-sideber-box .recent-post-item .content p span {
  font-weight: 600;
  color: #8e8f8f;
}

.link-effect {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.link-effect:hover {
  color: var(--theme-2);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme-2) 0%, var(--theme-2) 100%);
}

.icon-effect:hover .icon {
  animation: zoomIn 0.5s linear;
}

.grap-bg2 {
  background-color: var(--grap2);
}

.card-effect .thumb-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.card-effect .thumb-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.card-effect .thumb-img::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.card-effect:hover .thumb-img img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.card-effect:hover .thumb-img::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.section-top {
  padding-top: 120px;
}

.section-bottom {
  padding-bottom: 120px;
}

@media (max-width: 1199px) {
  .section-top {
    padding-top: 100px;
  }
  .section-bottom {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .section-top {
    padding-top: 80px;
  }
  .section-bottom {
    padding-bottom: 80px;
  }
}
.popular-deatination-style-2 .popular-deatination-content {
  border-radius: 0px 0px 142px 142px;
  inset: auto 10px 0px;
  width: 90%;
  bottom: 10px;
  left: 14px;
}

.video-popup__1 {
  width: 140px;
  height: 140px;
  border-radius: 144px;
  background: rgba(255, 255, 255, 0.17);
  backdrop-filter: blur(4.4499998093px);
}

@media screen and (max-width: 1199px) {
  .tutorail-wrap .video-popup__1 {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 400px) {
  .tutorail-wrap .video-popup__1 {
    width: 50px;
    height: 50px;
  }
}

.d-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

img {
  max-width: 100%;
}

.body-color {
  color: var(--body);
}

.black-color {
  color: var(--black);
}

.white-color {
  color: var(--white);
}

.white-bg {
  background-color: var(--white);
}

.theme-color {
  color: var(--theme);
}

.theme-bg {
  background-color: var(--theme);
}

.theme-color-2 {
  color: var(--theme-2);
}

.theme-bg-2 {
  background-color: var(--theme-2);
}

.text-color {
  color: var(--text) !important;
}

.text-color2 {
  color: var(--text2) !important;
}

.text-color3 {
  color: var(--text3) !important;
}

.header-color {
  color: var(--header);
}

.border-color {
  border: 1px solid var(--border);
}

.border-bottom-dash {
  border-bottom: 1px dashed rgba(29, 38, 45, 0.21);
}

.theme-border-25 {
  border: 1px solid rgba(251, 91, 50, 0.25) !important;
}

.bg-color {
  background-color: var(--bg);
}

.bg-color-2 {
  background-color: var(--bg-2);
}

.grap-bg {
  background-color: var(--grap);
}

.grap-bg_i {
  background-color: var(--grap) !important;
}

.border__insual {
  border: 1px solid rgba(251, 91, 50, 0.25) !important;
}

.grap-border {
  border-color: var(--grap) !important;
}

.shadow {
  box-shadow: var(--box-shadow);
}

.vertical-list-line {
  width: 1px;
  height: 18px;
  background: rgba(0, 0, 0, 0.15);
}

.p-10 {
  padding: 10px;
}

p {
  line-height: 28px;
}

.py-10px {
  padding: 10px 0;
}

.w--100 {
  width: 100%;
}

.top-02 {
  top: 2px;
}

.h--100 {
  height: 100% !important;
}

.w-38 {
  width: 38px;
}

.h-38 {
  height: 38px;
}

.min-w-50 {
  min-width: 50px;
}

.max-w-575px {
  max-width: 575px;
}

.max-w-520px {
  max-width: 520px;
}

.max-w-590px {
  max-width: 590px;
}

.max-w-350px {
  max-width: 350px;
}

.max-w-235px {
  max-width: 235px;
}

.max-w-250px {
  max-width: 250px;
}

.fs-13 {
  font-size: 13px;
  line-height: 16px;
}

.fs-16 {
  font-size: 16px;
}

.bg-cover {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.bg-top-cover {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
}

.social-icon2 a {
  background: rgba(255, 255, 255, 0.11);
  border-radius: 6px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.social-icon2 a i {
  color: var(--white);
  position: relative;
  top: 1px;
}
.social-icon2 a:hover {
  background-color: var(--theme-2);
}
.social-icon2.social-icon3 a {
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.33);
  background-color: transparent;
}
.social-icon2.social-icon3 a:hover {
  background-color: var(--white);
}
.social-icon2.social-icon3 a:hover i {
  color: var(--theme) !important;
}

.app-item {
  transition: all 0.4s;
  padding: 10px 20px;
}
.app-item i {
  font-size: 28px;
  transition: all 0.4s;
}
.app-item:hover {
  background-color: var(--theme-2) !important;
  color: var(--white);
}
.app-item:hover i {
  color: var(--white);
}
.app-item:hover img {
  filter: brightness(25);
}
.app-item:hover a,
.app-item:hover span,
.app-item:hover h5 {
  color: var(--white);
}
.app-item:hover span {
  color: var(--white) !important;
}
@media (max-width: 991px) {
  .app-item a,
  .app-item h5 {
    font-size: 16px;
  }
}

.cus-shadow {
  box-shadow: 0px 22px 50px 11px rgba(1, 53, 102, 0.04);
}

.support-member .container {
  max-width: 897px;
  margin: 0 auto;
}

.counting-status-wrapper {
  background-color: var(--theme);
  border-radius: 100px;
  padding: 50px 70px;
}
@media (max-width: 1199px) {
  .counting-status-wrapper {
    border-radius: 30px;
  }
}
@media (max-width: 575px) {
  .counting-status-wrapper {
    padding: 30px 20px;
    border-radius: 10px;
  }
}

.count-status-item .content h2 {
  color: transparent;
  -webkit-text-stroke: 1px var(--white);
  text-stroke: 1px var(--white);
}

.counting-status-wrapper4 .count-status-item .content h2 {
  color: transparent;
  -webkit-text-stroke: 1px var(--black);
  text-stroke: 1px var(--black);
}
.counting-status-wrapper4 .count-status-item .content p {
  color: var(--black) !important;
}

.support-memeber {
  max-width: 140px;
}
.support-memeber img {
  width: 100%;
}

.gallery-iamge {
  position: relative;
}
.gallery-iamge img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.gallery-iamge .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  transition: 0.3s;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.gallery-iamge .icon::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(251, 91, 50, 0.5);
  transition: 0.4s;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.gallery-iamge .icon i {
  color: var(--white);
  font-size: 22px;
  z-index: 99;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery-iamge:hover .icon {
  opacity: 1;
}
.gallery-iamge:hover .icon::after {
  opacity: 1;
}

.section-adjustment {
  margin: 0 57px;
}
@media (max-width: 1199px) {
  .section-adjustment {
    margin: 0 0;
  }
}

.card-theme2 {
  transition: all 0.4s;
}
.card-theme2:hover {
  background-color: var(--theme-2);
  border-color: var(--theme-2);
}

.stact-item:hover .icon img {
  filter: brightness(25);
}
.stact-item:hover h4,
.stact-item:hover a {
  color: var(--white);
}

.stact-section {
  transform: translateY(90px);
  z-index: 1;
  position: relative;
}

.theme-btn_white {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  border: none;
  text-transform: capitalize;
  text-align: center;
  border-radius: 30px;
  background: var(--white);
  font-family: "Poppins", sans-serif;
  color: var(--theme-2);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 19px 26px;
  letter-spacing: -0.18px;
  gap: 10px;
}
.theme-btn_white.white-theme {
  color: var(--theme-2);
  border: 1px solid var(--theme-2);
}
.theme-btn_white.white-theme::before {
  content: "";
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--theme-2);
  z-index: -1;
  transition: all 0.4s ease-out;
  border-radius: inherit;
}
.theme-btn_white.white-theme:hover {
  color: var(--white);
  box-shadow: none;
  border-color: var(--white);
}
.theme-btn_white.primary_btn {
  background-color: var(--theme);
  color: #fff;
}
.theme-btn_white::before {
  content: "";
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--header);
  z-index: -1;
  transition: all 0.4s ease-out;
  border-radius: inherit;
}
.theme-btn_white:hover {
  color: var(--white);
  box-shadow: none;
}
.theme-btn_white:hover::before {
  width: 100%;
}
.theme-btn_white.theme_btn {
  background-color: var(--theme-2);
  color: var(--white);
}
@media (max-width: 1399px) {
  .theme-btn_white {
    padding: 14px 20px;
    font-size: 14px;
  }
}

.cta-style-2 {
  padding: 20px 0 20px 85px;
}
@media (max-width: 1399px) {
  .cta-style-2 .cta-thumb2 {
    max-width: 500px;
  }
  .cta-style-2 .cta-thumb2 img {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .cta-style-2 .cta-thumb2 {
    max-width: 400px;
  }
  .cta-style-2 .cta-thumb2 img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cta-style-2 {
    padding: 20px 0 20px 40px;
  }
  .cta-style-2 .cta-thumb2 {
    max-width: 300px;
  }
  .cta-style-2 .cta-thumb2 img {
    width: 100%;
  }
  .cta-style-2 .section-title h2 {
    font-size: 32px !important;
  }
  .cta-style-2 .section-title .sub-title {
    font-size: 16px !important;
  }
}
@media (max-width: 991px) {
  .cta-style-2 {
    padding: 45px 16px 30px 16px;
  }
  .cta-style-2 .cta-thumb2 {
    max-width: 300px;
  }
  .cta-style-2 .cta-thumb2 img {
    width: 100%;
  }
  .cta-style-2 br {
    display: none;
  }
  .cta-style-2 .section-title h2 {
    font-size: 32px !important;
  }
  .cta-style-2 .section-title .sub-title {
    font-size: 16px !important;
  }
}

.cta-space {
  transform: translateY(230px);
  margin-top: -230px;
  position: relative;
  z-index: 1;
}

.footer-style2 {
  padding-top: 270px;
  z-index: 0;
  border-radius: 30px;
}
.footer-style2::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 25, 20, 0.85);
  content: "";
  z-index: -1;
  border-radius: 30px;
}
.footer-style2 .plan2 {
  bottom: 500px;
  right: 330px;
}
.footer-style2 .trou-plan {
  top: 280px;
  left: 102px;
}
@media screen and (max-width: 1800px) {
  .footer-style2 .plan2 {
    right: 20px;
  }
  .footer-style2 .trou-plan {
    top: 270px;
    left: 50px;
  }
}

.footer-bottom2 {
  background: rgba(255, 255, 255, 0.28);
}

.footer-gallery-small2 .gallery-iamge {
  max-width: 74px;
}
.footer-gallery-small2 .gallery-iamge img {
  width: 100%;
}

.call-item {
  gap: 13px;
}
.call-item .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100px;
  text-align: center;
  background-color: var(--theme-2);
  color: var(--white);
}
.call-item .content span {
  color: var(--white);
}
.call-item .content h5 {
  font-weight: 500;
}
.call-item .content h5 a {
  color: var(--white);
}
@media (max-width: 575px) {
  .call-item .content h5,
  .call-item .content a {
    font-size: 16px;
  }
  .call-item .icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    line-height: 38px;
  }
}

.container-cus {
  max-width: 1850px;
  margin: 0 auto;
}

.pt-120 {
  padding-top: 120px !important;
}
@media (max-width: 1199px) {
  .pt-120 {
    padding-top: 100px !important;
  }
}
@media (max-width: 991px) {
  .pt-120 {
    padding-top: 80px !important;
  }
}

.pb-120 {
  padding-bottom: 120px !important;
}
@media (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 80px !important;
  }
}

.explore-shape-2 {
  position: relative;
  height: 200px; /* adjust as needed */
}

.rafting-padding-top {
  margin-top: -60px;
}
@media (max-width: 1199px) {
  .rafting-padding-top {
    margin-top: 0;
  }
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}
.section-title .sub-title {
  border-radius: 30px;
  color: var(--theme);
  line-height: 1;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  font-family: "Amatica SC", sans-serif;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 30px;
  }
}
.section-title h2 {
  margin-bottom: 15px;
}
.section-title.style-2 h2 {
  font-size: 44px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .section-title.style-2 h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .section-title.style-2 h2 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .section-title.style-2 h2 {
    font-size: 37px;
  }
}
@media (max-width: 470px) {
  .section-title.style-2 h2 {
    font-size: 30px;
  }
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title-area {
    margin-bottom: 0;
  }
}
.section-title-area .section-title {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.center {
  text-align: center;
  margin: 0 auto;
}

.section-bg {
  background-color: var(--bg);
}

.section-bg-2 {
  background-color: var(--bg-2);
}

.section-bg-3 {
  background: #162726;
}

.theme-bg {
  background-color: var(--theme);
}

.header-bg {
  background-color: var(--header);
}

.news-bg {
  background: #F2EEE8;
}
.news-bg input {
  background-color: var(--white) !important;
}

.section-padding {
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}
.section-padding.style-2 {
  padding: 100px 0;
}

@media (max-width: 1199px) {
  .adventure-items-style-1.mt-60 {
    margin-top: 30px !important;
  }
}
.adventure-items-style-1 .adventure-image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.adventure-items-style-1 .adventure-image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.adventure-items-style-1 .adventure-image::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.adventure-items-style-1 .adventure-image .adventure-content {
  gap: 18px;
  background-color: var(--white);
  padding: 24px 30px;
  border-radius: 10px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
}
.adventure-items-style-1 .adventure-image .adventure-content .icon {
  transition: 0.3s;
}
.adventure-items-style-1 .adventure-image .adventure-content .content h4 {
  font-weight: 500;
  position: relative;
  z-index: 999;
}
.adventure-items-style-1 .adventure-image .adventure-content .content h4 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.adventure-items-style-1 .adventure-image .adventure-content .content h4 a:hover {
  color: var(--theme-2);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme-2) 0%, var(--theme-2) 100%);
}
.adventure-items-style-1:hover .adventure-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.adventure-items-style-1:hover .adventure-image::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.adventure-items-style-1:hover .adventure-image .adventure-content .icon img {
  animation: fade-down 0.5s linear;
}

.adventure-section {
  position: relative;
}
@media (max-width: 1199px) {
  .adventure-section {
    margin-top: -100px;
  }
}
@media (max-width: 991px) {
  .adventure-section {
    margin-top: -80px;
  }
}
.adventure-section .section-title-area .section-title .sub-title {
  color: var(--white);
}
@media (max-width: 1199px) {
  .adventure-section .section-title-area .section-title .sub-title {
    color: var(--header) !important;
  }
}
.adventure-section .section-title-area .section-title h2 {
  color: var(--white);
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .adventure-section .section-title-area .section-title h2 {
    color: var(--header) !important;
  }
}
.adventure-section .section-title-area p {
  color: var(--white);
  max-width: 496px;
}
@media (max-width: 1199px) {
  .adventure-section .section-title-area p {
    color: var(--header);
    max-width: 460px;
  }
}
@media (max-width: 991px) {
  .adventure-section .section-title-area p {
    max-width: 496px;
  }
}
.adventure-section .top-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .adventure-section .top-shape {
    display: none;
  }
}
.adventure-section .plane-shape {
  position: absolute;
  top: 220px;
  right: 6px;
}
@media (max-width: 1199px) {
  .adventure-section .plane-shape {
    display: none;
  }
}
.adventure-section .adventure-slider {
  margin-left: -60px;
  margin-right: -60px;
}
@media (max-width: 1199px) {
  .adventure-section .adventure-slider {
    margin-left: 0;
    margin-right: 0;
  }
}

.team-card-items-style-1 .team-image {
  position: relative;
  overflow: hidden;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.team-card-items-style-1 .team-image img {
  width: 100%;
  height: 100%;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.team-card-items-style-1 .team-image.style-1 {
  border-top-left-radius: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 0;
}
.team-card-items-style-1 .team-image.style-1 img {
  border-top-left-radius: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 0;
}
.team-card-items-style-1 .team-image .social-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  gap: 10px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.team-card-items-style-1 .team-image .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--white);
  color: var(--header);
  display: inline-block;
  border-radius: 100px;
}
.team-card-items-style-1 .team-image .social-icon a:hover {
  background-color: var(--theme-2);
  color: var(--white);
}
.team-card-items-style-1 .team-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.team-card-items-style-1 .team-content h3 a:hover {
  color: var(--theme-2);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme-2) 0%, var(--theme-2) 100%);
}
.team-card-items-style-1:hover .team-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.team-card-items-style-1:hover .team-image .social-icon {
  bottom: 35px;
  opacity: 1;
  visibility: visible;
}

.team-section {
  position: relative;
}
.team-section .left-shape {
  position: absolute;
  top: 30%;
  left: 0;
}
@media (max-width: 1199px) {
  .team-section .left-shape {
    display: none;
  }
}

.guider-details-image-style-1 img {
  width: 100%;
  height: 100%;
}

.guider-details-content-style-1 {
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .guider-details-content-style-1 {
    margin-left: 0;
  }
}
.guider-details-content-style-1 span {
  color: var(--theme-2);
  font-size: 13px;
  font-weight: 600;
}
.guider-details-content-style-1 h2 {
  font-size: 44px;
}
.guider-details-content-style-1 .progress-wrap .pro-items {
  width: 100%;
}
.guider-details-content-style-1 .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 20px;
}
.guider-details-content-style-1 .progress-wrap .pro-items .pro-head {
  margin-bottom: 10px;
}
.guider-details-content-style-1 .progress-wrap .pro-items .pro-head .title {
  font-weight: 500;
}
.guider-details-content-style-1 .progress-wrap .pro-items .pro-head .point {
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
}
.guider-details-content-style-1 .progress-wrap .pro-items .progress {
  background: rgba(251, 91, 50, 0.1);
  justify-content: flex-start;
  border-radius: 6px;
  align-items: center;
  position: relative;
  display: flex;
  height: 7px;
  width: 100%;
}
.guider-details-content-style-1 .progress-wrap .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 6px;
  background: var(--theme-2);
  height: 7px;
  width: 0;
}
.guider-details-content-style-1 .progress-wrap .pro-items .style-two {
  animation: load2 3s normal forwards;
}
.guider-details-content-style-1 .progress-wrap .pro-items .style-three {
  animation: load3 3s normal forwards;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 70%;
  }
}
@keyframes load3 {
  0% {
    width: 0;
  }
  100% {
    width: 55%;
  }
}

.guider-inner-content h3 {
  font-size: 24px;
}
.guider-inner-content p {
  max-width: 1217px;
}

.testimonial-box-item-style-1 {
  background-color: var(--white);
  border-radius: 30px 0px;
  box-shadow: -10px -8px 27.5px 8px rgba(4, 27, 53, 0.04);
  padding: 27px 35px 45px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .testimonial-box-item-style-1 {
    padding: 27px 30px 30px;
  }
}
.testimonial-box-item-style-1::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  width: 100px;
  height: 66px;
  border-radius: 0px 34px 34px 0px;
  background: #d9d9d9;
  top: 24px;
  left: 0;
  z-index: -1;
}
.testimonial-box-item-style-1 .client-info-item {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .testimonial-box-item-style-1 .client-info-item {
    flex-wrap: wrap;
    gap: 30px !important;
  }
}
.testimonial-box-item-style-1 .client-info-item .info-item {
  gap: 20px;
}
.testimonial-box-item-style-1 .client-info-item .info-item .content h5 {
  font-weight: 500;
}
.testimonial-box-item-style-1 p {
  color: var(--header);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .testimonial-box-item-style-1 p {
    font-size: 16px;
  }
}
.testimonial-box-item-style-1 .test-meta {
  gap: 10px;
}
.testimonial-box-item-style-1 .test-meta .star {
  color: var(--theme-2);
}

.testimonial-section {
  position: relative;
}
@media (max-width: 1600px) {
  .testimonial-section {
    overflow: hidden;
    margin-top: 0;
  }
}
.testimonial-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  bottom: -40%;
  top: initial;
  background: #F2EEE8;
}
@media (max-width: 1600px) {
  .testimonial-section::before {
    bottom: 0;
  }
}
.testimonial-section .top-shape {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
@media (max-width: 1600px) {
  .testimonial-section .top-shape {
    display: none;
  }
}
.testimonial-section .testimonial-slider {
  margin-right: -75%;
}
@media (max-width: 1199px) {
  .testimonial-section .testimonial-slider {
    margin-right: 0;
  }
}
.testimonial-section .text {
  font-size: 200px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  position: relative;
  z-index: 9;
  margin-top: -50px;
  margin-bottom: -100px;
}
@media (max-width: 1399px) {
  .testimonial-section .text {
    display: none;
  }
}

.testimonial-box-2::before {
  top: initial;
  bottom: 41px;
}
@media (max-width: 1199px) {
  .testimonial-box-2::before {
    top: initial;
    bottom: 26px;
  }
}
@media (max-width: 575px) {
  .testimonial-box-2::before {
    display: none;
  }
}

@media (max-width: 1199px) {
  .counting-xl-space {
    padding-bottom: 0px !important;
  }
}

.testimonial-slider03 {
  max-width: 700px;
  margin: 0 auto;
}

.testimonial-box-3 {
  box-shadow: none;
}
.testimonial-box-3::before {
  display: none;
}
.testimonial-box-3 p {
  font-size: 22px;
  color: var(--text);
  font-weight: 500;
}
@media (max-width: 575px) {
  .testimonial-box-3 p {
    font-size: 18px;
    color: var(--text);
    font-weight: 500;
  }
}

.testi-group {
  max-width: 1300px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 290px;
}

.testimonial-single-section .array-button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}
@media (max-width: 575px) {
  .testimonial-single-section .array-button {
    position: static;
    justify-content: center;
    margin-top: 20px;
  }
}

.testimonial-single-items {
  gap: 94px;
}
.testimonial-single-items .star {
  color: #FB5B32;
}
.testimonial-single-items p {
  font-size: 24px;
  font-weight: 500;
  color: #414b53;
  line-height: 44px;
}
.testimonial-single-items .thumbs {
  max-width: 368px;
  width: 368px;
  min-width: 368px;
  height: 368px;
}
.testimonial-single-items .thumbs img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1399px) {
  .testimonial-single-items {
    gap: 40px !important;
  }
}
@media (max-width: 991px) {
  .testimonial-single-items {
    gap: 20px;
  }
  .testimonial-single-items .thumbs {
    max-width: 168px;
    width: 168px;
    min-width: 168px;
    height: 168px;
  }
  .testimonial-single-items p {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .testimonial-single-items {
    gap: 15px !important;
    text-align: center !important;
  }
  .testimonial-single-items .thumbs {
    max-width: 168px;
    width: 168px;
    min-width: 168px;
    height: 168px;
    margin: 0 auto !important;
  }
  .testimonial-single-items p {
    font-size: 18px;
    font-weight: 500;
    line-height:  24px;
  }
}/*# sourceMappingURL=main.css.map */