<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    Theme Name: TheTicketClinic
    Description: Theme designed for the company TheTicketClinic
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: theTicketClinic
*/

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  line-height: 2;
  overflow-x: hidden;
}

*,
*:before,
*::after {
  box-sizing: inherit;
}
:root {
  --size0: 1.1rem;
  --size1: 1.3rem;
  --size2: 1.6rem;
  --size3: 2rem;
  --circleSize: 5px;
  --gray: #8b8a89;
  --dark-gray: #363636;
  --black-gray: #282828;
  --yellow: #ffe500;
  --black: #000000;
  --widhSubMenu: 15rem;
  --font1: "Montserrat", sans-serif;
  --font2: "Lato", sans-serif;
  --widthDots: 1.8rem;
  --bold: 600;
  --normal: 400;
  --mapSize: 60rem;
}
a {
  text-decoration: none;
  /* white-space: nowrap; */
}
header a {
  white-space: nowrap;
}
ul,
li {
  list-style: none;
  margin: 0;
}
p {
  font-family: var(--font1);
}
.site-header {
  background-color: var(--black);
}

.site-header .secondary-header {
  display: flex;
  /* justify-content: space-between; */
  justify-content: flex-end;
  align-items: center;
  /* padding-top: 2rem; */
}

.container {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto !important;
}

.site-header .secondary-header .secondary-menu ul {
  display: flex;
  align-items: center;
}
.site-header .secondary-header .secondary-menu ul li a {
  color: white;
  margin-right: 4rem;
  font-size: var(--size2);
}
.site-header .secondary-header .secondary-menu ul li:last-of-type a {
  margin-right: 0;
}
.site-header .secondary-header .current_page_item a {
  color: var(--yellow) !important;
}

.site-header .menu-box {
  background-color: var(--yellow);
}

.site-header .main-header ul.menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.site-header .main-header .main-menu .menu &gt; li &gt; a {
  color: var(--black);
  margin-right: 4rem;
  font-size: var(--size3);
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}

.site-header .main-header .main-menu ul li:last-of-type &gt; a {
  margin-right: 0;
}
.site-header .main-header {
  position: relative;
}
.site-header .image-main-header {
  position: absolute;
  top: -45px;
  /* top: 1rem; */
  z-index: 100;
}
.site-header .main-header .main-menu {
  padding: 3rem 0;
}
.site-header hr {
  border: 0.5px solid #8b8a8933;
}
.site-header .main-header .main-menu .menu &gt; li &gt; a.active::after {
  background-color: var(--yellow) !important;
}
.site-header .main-header .main-menu .menu &gt; li &gt; a::after {
  /* content: "";
  position: absolute;
  display: inline-block;
  width: var(--circleSize);
  height: var(--circleSize);
  background: var(--gray);
  bottom: -12px;
  border-radius: 50%;
  right: calc(50% - var(--circleSize) / 2); */
}
.site-header .main-header .current_page_item a {
  color: white !important;
}
.site-header .main-header a.active {
  color: white !important;
}
.site-header .main-header .sub-menu .current_page_item a {
  color: var(--yellow) !important;
}
.site-header .main-header .current_page_item a::after {
  background: var(--yellow) !important;
}

/*FOOTER*/

.site-footer .main-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2rem;
}

.site-footer .main-menu ul li a {
  color: var(--gray);
  margin-right: 4rem;
  font-size: var(--size0);
  text-transform: uppercase;
  position: relative;
}

.site-footer .main-menu ul li a::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: var(--circleSize);
  height: var(--circleSize);
  background: var(--gray);
  bottom: -12px;
  border-radius: 50%;
  right: calc(50% - var(--circleSize) / 2);
}

.site-footer .current_page_item a {
  color: white !important;
}

.site-footer .current_page_item a::after {
  background: var(--yellow) !important;
}
.site-footer {
  background-color: var(--black-gray);
  padding: 5rem 0;
}
.site-footer .contend-footer .grid-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.site-footer .contend-footer .grid-section h4 {
  color: white;
  text-transform: capitalize;
  font-size: var(--size3);
  border-bottom: 2px solid var(--yellow);
  width: 10rem;
  margin-bottom: 2rem;
  font-family: var(--font1);
  font-weight: 500;
  white-space: nowrap;
}
.site-footer .follow-us .social-nav a {
  margin-right: 1.5rem;
}
.site-footer .links .links-menu ul {
  padding: 0;
  margin-top: -1rem;
}
.site-footer .links .links-menu ul a {
  font-size: var(--size0);
  text-transform: uppercase;
  color: var(--gray);
  font-family: var(--font1);
}
.site-footer .links .links-menu ul li {
  margin-bottom: 0.5rem;
}
.logo img {
  /* width: 17.4rem; */
}
.disclaimer {
  background-color: #424242;
}
.disclaimer p {
  margin: 0;
  color: white;
  padding: 2rem 0;
  text-align: center;
}
.copyright {
  color: var(--gray);
  font-size: var(--size1);
  margin: 0;
  font-family: var(--font1);
}
.site-header .sub-menu {
  display: none;
}

.site-header .sub-menu li &gt; .sub-menu {
  display: none !important;
  left: 100%;
  top: 0;
  transform: none;
}

.site-header .sub-menu li:hover &gt; .sub-menu {
  display: block !important;
}

.main-header .menu &gt; li {
  position: relative;
}
.site-header .sub-menu li {
  padding: 1rem 2rem;
  cursor: pointer;
}
/*TODO: Not sure how to add this effect to the menu*/
/*.site-header .menu li::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    display: inline-block;*/
/*    width: var(--circleSize);*/
/*    height: var(--circleSize);*/
/*    bottom: -12px;*/
/*    border-radius: 50%;*/
/*    right: calc(50% - var(--circleSize) / 2);*/
/*    border: 1px solid var(--gray);*/
/*}*/
.site-header .sub-menu li:hover {
  background: #ffe500;
}
.site-header .sub-menu li:hover a,
.site-header .sub-menu li .sub-menu li:hover a {
  color: #000000 !important;
}
.site-header .main-header .sub-menu .current_page_item:hover a {
  color: #000000 !important;
}
.site-header .sub-menu li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #e0dedd;
  font-family: var(--font1);
}

.site-header .sub-menu li .sub-menu li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #e0dedd !important;
  font-family: var(--font1);
}
.site-header .sub-menu {
  position: absolute;
  background-color: #595959;
  border: 1px solid var(--yellow);
  top: 5rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 1rem 0;
  z-index: 1000;
}
/*TODO: fix toggle with display grid*/
.toggle {
  display: block;
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
  column-gap: 4rem;
}
/*.grid-3.activate-grid {*/
/*    opacity: 1;*/
/*}*/
/*.grid-3.activate-grid {*/
/*    display: grid!important;*/
/*    grid-template-columns: repeat(3, 1fr);*/
/*    column-gap: 4rem;*/
/*    visibility: visible;*/
/*    opacity: 1;*/
/*}*/
/*.grid-3.deactivate-grid {*/
/*    grid-template-columns: repeat(3, 1fr);*/
/*    column-gap: 4rem;*/
/*    visibility: hidden;*/
/*    opacity: 0;*/
/*    transition: visibility 10s, opacity 10s linear;*/
/*}*/

.site-header .sub-menu a {
  color: white;
  font-size: var(--size1);
}
.main-header .main-menu .menu &gt; li &gt; a::before {
  position: absolute;
  content: "";
  background-color: red;
  opacity: 0;
  width: 100%;
  height: calc(100% + 5rem);
}
.secondary-menu a {
  font-family: var(--font1);
  font-weight: 200;
}
.main-menu a {
  font-family: var(--font1);
  font-weight: 500;
}

/*HEADER MOBILE*/
.site-header-mobile {
  display: none;
}

@media (max-width: 1180px) {
  .site-header-mobile {
    display: block;
    background-color: var(--dark-gray);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  .site-header {
    display: none;
  }
  .site-footer .main-menu ul {
    display: inline-block;
    padding: 0;
    text-align: center;
  }
  .site-footer .main-menu ul li a {
    margin: 0;
    display: block;
    padding: 2rem 1.5rem;
    font-size: 1.5rem;
    white-space: break-spaces;
  }
  .site-footer .main-menu ul li a::after {
    bottom: 10px;
  }

  .site-footer .main-menu .menu &gt; li {
    text-align: center;
    display: inline-block;
  }
  .site-footer .contend-footer .grid-section {
    display: block;
    text-align: center;
  }
  .site-footer .contend-footer .grid-section h4 {
    margin: 0 auto 2rem auto;
  }
  .site-footer .contend-footer .grid-section div {
    margin-bottom: 2rem;
  }
  .site-header-mobile .secondary-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .site-header-mobile .image img {
    width: 100%;
  }
  .site-header-mobile .secondary-menu .menu {
    display: flex;
  }
  .site-header-mobile .secondary-menu .menu &gt; li {
    margin-right: 1rem;
  }
  .site-header-mobile .secondary-menu .menu &gt; li a {
    color: white;
    font-family: var(--font1);
  }
  .site-header-mobile .secondary-menu .menu &gt; li:last-of-type {
    margin: 0;
  }
  .site-header-mobile .current_page_item &gt; a {
    color: var(--yellow) !important;
  }
  .site-header-mobile .main-header .image-main-header.logo {
    text-align: center;
    margin: 1rem 0;
  }
  .site-header-mobile .main-header .image-main-header.logo img {
    width: 35%;
  }
  .site-header-mobile .main-header .main-menu a {
    color: white;
  }
  .site-header-mobile .main-header .main-menu .sub-menu {
    display: block;
  }
  .main-header .main-menu .menu &gt; li &gt; a::before {
    display: none;
  }
  .site-header-mobile .main-menu .menu {
    padding: 0;
  }
  .site-header-mobile .main-menu .menu &gt; li &gt; a {
    font-size: 1.5rem;
  }
  .site-header-mobile .main-menu .menu &gt; li {
    padding: 1rem 2rem;
  }
  .site-header-mobile .main-menu .sub-menu li {
    padding: 1rem 0;
  }
  .site-header-mobile .main-menu .sub-menu li a {
    font-size: 1.3rem;
  }
  #nav-toggle {
    padding: 20px 10px;
    font: 700 20px/20px "Roboto", sans-serif;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    cursor: pointer;
    margin: 15px 0 0;
    background-color: #f7db00;
  }
  .site-header-mobile .main-header .main-menu {
    display: none;
  }
}

.banner {
  position: relative;
  height: 81.5vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: black;
}
/*dots slider*/
.owl-dots .owl-dot.active span {
  background-color: var(--yellow) !important;
  position: relative;
}
.owl-dots .owl-dot.active span::after {
  content: "";
  position: absolute;
  width: var(--widthDots);
  height: var(--widthDots);
  border: 2px solid var(--yellow);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.owl-dots {
  position: absolute;
  bottom: 12rem;
  right: 10%;
}
.banner-footer {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  background-color: #00000061;
  z-index: 100;
}
.banner-footer p {
  color: #8b8a89;
  font-size: var(--size0);
  font-family: var(--font1);
  padding: 0.5rem 0;
}
.banner-content {
  position: absolute;
  right: 0;
  /* height: 90.2%; */
  height: 100%;
  width: 100%;
  z-index: 100;
  /* background-color: var(--yellow); */
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.banner-content-box {
  padding: 0 4rem;
  width: 80%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1180px) {
  .banner-content-box {
    padding: 0;
    width: unset;
  }
}

.banner-content h1 {
  font-family: var(--font1);
  text-transform: uppercase;
  margin-bottom: -20px;
  font-weight: var(--bold);
  /* font-size: 60px; */
  font-size: 3rem;
  line-height: 35px;
  /* or 104% */

  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
  color: var(--yellow);
}
.banner-content h2 {
  font-family: var(--font2);
  text-transform: uppercase;
  font-size: 3rem;
  /* font-size: 2rem; */
  /* margin-bottom: -3rem; */
  font-weight: var(--bold);
  line-height: 35px;
  letter-spacing: 0.3125px;
  color: var(--yellow);
  /* color: #958600; */
  text-align: center;
}
.banner-content h3 {
  font-family: var(--font2);
  font-weight: var(--normal);
  font-size: 3rem;
  line-height: 35px;
  letter-spacing: 0.3125px;
  color: #fff;
  margin: 3rem 0;
  text-align: center;
  text-transform: uppercase;
}

.banner-content .search {
  width: 85%;
  padding: 20px 0;
}

.banner-content .call p {
  font-size: 24px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: var(--font1);
  color: #958500;
  margin: 3rem 0 6rem 0;
}
.awards {
  text-align: center;
}

@media (max-height: 789px) and (max-width: 1600px) {
  .banner-content h1 {
    /* font-size: 50px; */
    font-size: 3rem;
  }
  .banner-content h2 {
    font-size: 3rem;
    /* font-size: 1.5rem; */
  }
  .banner-content h3 {
    /* font-size: 15px; */
    font-size: 3rem;
  }
  .banner-content .call p {
    font-size: 20px;
  }
  .awards img {
    width: 80%;
  }
  .site-header .main-header .main-menu {
    /*padding: 1rem 0 2rem 0;*/
  }
  .breakout {
    margin: 1em -100%; /* old browsers fallback */
    margin: 1em calc(50% - 50vw);
  }
  .zoom {
    zoom: 0.85;
  }
  .banner {
    height: 79.3vh;
  }
  .banner-content {
    height: 100%;
    /* height: 88.2%; */
  }
}

@media (max-height: 789px) and (max-width: 1200px) {
  /*.banner-content {*/
  /*    top: 15%;*/
  /*}*/
  .banner-content {
    height: 100%;
    /* height: 82.9%; */
  }
}
@media (max-height: 736px) and (max-width: 500px) {
  .no-js .owl-carousel,
  .owl-carousel.owl-loaded {
    height: 84vh;
  }
  .banner-content {
    height: 92%;
  }
}
@media (max-height: 667px) and (max-width: 500px) {
  .no-js .owl-carousel,
  .owl-carousel.owl-loaded {
    height: 90vh;
  }
  .banner-content {
    height: 92%;
  }
}
@media (max-height: 568px) and (max-width: 500px) {
  .no-js .owl-carousel,
  .owl-carousel.owl-loaded {
    height: 120vh;
  }
}
.ui-menu {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ui-autocomplete {
  background: #dddddd !important;
  max-height: 200px !important;
  overflow-y: auto !important;
  /* prevent horizontal scrollbar */
  overflow-x: hidden !important;
  /* add padding to account for vertical scrollbar */
  /*padding-right: 10px!important;*/
}
.state-row {
  margin: 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #000000;
}
.ui-autocomplete .ui-menu-item:first-child .state-row {
  border-top: none;
}
.ui-menu-item {
  padding: 0 2rem !important;
}
.state-row .code {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: var(--black);
  /* color: #ff2e2e; */
  font-family: var(--font1);
}
.state-row .name {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #474747;
  font-family: var(--font1);
}
.state-row .name {
  text-transform: uppercase;
  font-size: 1.3rem;
}
/*Menu hover*/
/*.ui-menu-item .ui-menu-item-wrapper.ui-state-active {*/
/*    background:none !important;*/
/*    color: black!important;*/
/*}*/
/*.ui-menu-item .ui-menu-item-wrapper.ui-state-active .code {*/
/*    color: black!important;*/
/*}*/
#search {
  background-color: #dddddd;
  padding-left: 2rem;
  width: 75%;
  border: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-right: -3px;
  font-family: var(--font1);
  /* font-size: 2rem; */
  height: 60px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
}
#search:focus {
  outline: none;
}
#search-form-state input::placeholder {
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.25px;

  color: var(--black);
  font-family: var(--font1);
  font-style: italic;
}
#search-form-state input {
  /* border: 2px solid rgba(255, 229, 0, 0.7); */
  background-color: rgba(255, 229, 0, 0.7);
}
#search-form-state button {
  color: var(--black);
  background-color: var(--yellow);
  text-transform: uppercase;
  padding: 1rem 2rem;
  border: none;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  z-index: 100;
  font-family: var(--font1);
  height: 60px;
  cursor: pointer;
  font-weight: var(--bold);
  font-size: 15px;
}

.bottom-letter button {
  font-family: var(--font1);
  color: white !important;
  background-color: #ff2e2e !important;
  font-weight: 600;
}

.bottom-letter a {
  font-family: var(--font1);
  color: white !important;
  background-color: #ff2e2e !important;
  font-weight: 600;
}
/*.ui-autocomplete {*/
/*    max-height: 200px;*/
/*    overflow-y: auto;*/
/*    !* prevent horizontal scrollbar *!*/
/*    overflow-x: hidden;*/
/*    !* add padding to account for vertical scrollbar *!*/
/*    padding-right: 20px;*/
/*}*/

/*TESTIMONIALS HOME*/

.testimonial-container {
  position: relative;
}

.testimonial-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 3px solid #75735f;
}
.testimonial-header h2 {
  font-family: var(--font1);
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  color: var(--black);
}

.testimonial-counter {
  width: 100%;
  /* max-width: 420px; */
  background-color: #ffffff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin-left: 20px;
}

.testimonial-counter-qty {
  display: flex;
}

.testimonial-counter-qty span {
  background: #ffe500;
  border-radius: 5px;
  font-family: var(--font1);
  font-style: normal;
  font-weight: bold;
  font-size: 55px;
  line-height: 50px;
  color: var(--black);
  padding: 10px;
  margin-right: 10px;
}

.testimonial-counter-qty span:last-child {
  margin-right: 0px;
}
.testimonial-counter.mobile {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  top: 65% !important;
}
@media (max-width: 1180px) {
  .testimonial-header {
    display: block;
  }
  .testimonial-counter.mobile {
    display: block;
    margin-left: 0;
    text-align: center;
  }
  .testimonial-counter.mobile .testimonial-counter-qty span {
    font-size: 2rem;
    line-height: 25px;
  }
  .testimonial-counter.mobile .testimonial-counter-qty {
    justify-content: center;
  }
  .testimonial-counter.mobile .testimonial-counter-label {
    margin-top: 0;
  }
  .testimonial-counter.mobile .testimonial-counter-label.txt1 {
    padding-bottom: 1.5rem;
  }
  .testimonial-counter.mobile .testimonial-counter-label.txt2 {
    padding-top: 1.5rem;
  }
  .testimonial-counter,
  .testimonial-header h2 {
    display: none;
  }

  .testimonial-container .item {
    height: 45rem !important;
  }
}
.testimonial-counter-label {
  font-family: var(--font1);
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
  color: var(--black);
  margin-top: 15px;
}

.swiper-button-next {
  right: -6% !important;
}
.swiper-button-next,
.swiper-button-prev {
  background: var(--black);
  color: black !important;
  padding: 25px !important;
  border-radius: 50%;
}
.swiper-button-next::after,
.swiper-button-prev::after,
.swiper-button-next-blog::after,
.swiper-button-prev-blog::after {
  font-size: 25px !important;
  font-weight: bold !important;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  color: var(--yellow) !important;
}
.swiper-button-prev::after,
.swiper-button-prev-blog::after {
  content: "\f053" !important;
}
.swiper-button-next::after,
.swiper-button-next-blog::after {
  content: "\f054" !important;
}

.swiper-button-prev {
  left: -6% !important;
}

.testimonial-container .item {
  padding: 4rem 3rem;
  background: white;
  border-radius: 1rem;
  height: 40rem;
}
.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}
.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.testimonial-container .item .header {
  display: flex;
  justify-content: space-between;
}
.testimonial-container .item .content {
  border-bottom: 2px solid var(--yellow);
}
.testimonial-container .item .content p {
  font-size: 1.4rem;
  font-family: var(--font2);
  margin: 2rem 0;
}
.testimonial-container .item .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}

.testimonial-container .item .footer .person {
  display: flex;
  align-items: center;
}
.testimonial-container .item .footer .location {
  text-align: right;
}
.testimonial-container .item .footer .location .datee {
  color: #1a1a1a;
  font-weight: bold;
}

.testimonial-container .item .footer img {
  margin-right: 2rem;
}
.testimonial-container .item .footer h5 {
  font-size: 16px;
  font-family: var(--font1);
  margin: 0;
  line-height: normal;
}
.testimonial-container .item .footer p {
  font-size: 13px;
  font-family: var(--font1);
  margin: 0;
}

.hero-front-page {
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: -10px;
}
/*Mobile app section*/
.mobile-container {
  display: flex;
  justify-content: space-between;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.mobile-slide-container {
  max-width: 1200px;
  width: 95%;
  margin-right: calc((72rem - 100vw) / 2) !important;
  position: relative;
}

.appSwiper-button-prev,
.appSwiper-button-next {
  background: #636363;
  color: black !important;
  border-radius: 50%;
  left: -6% !important;
  top: 44% !important;
  position: absolute;
  padding: 0 18px !important;
}
.appSwiper-button-prev::after,
.appSwiper-button-next::after {
  font-size: 25px !important;
  font-weight: bold !important;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  content: "\f053" !important;
  color: var(--yellow);
}
.appSwiper-button-next::after {
  content: "\f054" !important;
}
.appSwiper-button-next {
  /*TODO: random value just to make it visible*/
  top: 1% !important;
  /*hide in desktop*/
  display: none;
}
.mobile-app-cover {
  background: #ffe50085;
}
.testimonial-cover {
  background: var(--yellow) !important;
}
.mobile-container .content {
  padding-right: 9rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mobile-container .top-section h4 {
  background: white;
  font-size: 1.5rem;
  padding: 0 1rem;
  font-family: var(--font1);
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
}
.mobile-container .top-section h2 {
  font-size: 4rem;
  text-transform: uppercase;
  font-family: var(--font1);
  line-height: 7rem;
  margin-top: 0;
}
.mobile-container .top-section p {
  font-size: 17px;
  font-family: var(--font2);
}
.mobile-container .bottom-section {
  font-size: 17px;
  font-family: var(--font1);
  font-weight: 800;
}
.mobile-container .bottom-section .download-app {
  display: flex;
  align-items: center;
}
.mobile-container .bottom-section .download-app &gt; div {
  margin-right: 1rem;
}
/*Featured On*/
.brands-cover {
  background-image: url("./img/brands-bg-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 8rem;
}
.brands {
  font-size: 1rem;
}
.brands p {
  color: white;
  font-size: 15px;
  text-transform: uppercase;
  font-family: var(--font1);
  font-weight: 400;
}
.brands p span {
  color: var(--yellow);
}

/*Contact form */
.form-group label {
  font-family: var(--font1);
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.583333px;
  color: black;
  float: left;
}
.form-group label span {
  color: #ff0000;
}
.form-group .input-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 2rem;
  align-items: flex-end;
  margin-bottom: 2rem;
}
.form-group .input-group span input,
.form-group .input-group span textarea,
.form-group select {
  color: #8b8a89;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  font-family: var(--font1);
  background: #ffffff;
  border: 2px solid #e0dedd;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 6px 10px;
  width: 95%;
  text-align: left;
}

.right {
  text-align: right;
}
.right label {
  margin-left: 3rem;
}
.form-group .input-group .input {
  /*width: 40%;*/
}
.one-row {
  grid-column: 1/3;
}
.form-group .input-group .one-row span input,
.form-group .input-group .one-row span textarea,
.form-group select {
  width: 100%;
}
.form-group select {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.583333px;
  color: #595959;
}
h3.contact-form {
  font-family: var(--font1);
  font-weight: bold;
  font-size: 24px;
  line-height: 16px;
  letter-spacing: 0.583333px;
  color: #000000;
}
.input-radio-group {
}
.input-radio label,
.input-select label {
  float: none;
}
.input-radio &gt; span &gt; span {
  display: grid;
  margin: 2rem 0;
}
.input-radio &gt; span &gt; span &gt; span {
  margin: 7px 0;
}
.input-radio &gt; span &gt; span &gt; span &gt; label &gt; span {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.583333px;
  color: #595959;
  margin-left: 1rem;
}
.btn {
  text-align: center;
  margin-top: 4rem;
}
.btn input {
  width: 100%;
  max-width: 85rem;
  background: #ff2e2e;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #ffffff;
  border: none;
  padding: 1rem;
  font-family: var(--font1);
}
/*citation*/
.citation-box {
  width: 300px;
  padding: 15px 40px;
  /* background-color: var(--black-gray); */
  display: flex;
  justify-content: center;
}

.citation {
  text-align: right;
  max-width: 20rem;
}
.citation-first-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: -1.5rem; */
}
.citation-first-row p {
  font-family: var(--font1);
  font-weight: var(--bold);
  font-size: 20px;
  line-height: 16px;
  letter-spacing: 0.58px;
  color: #e8f0fc;
  /* margin-left: 1rem; */
  margin: 0 0 0 1rem;
}
.citation-first-row p span {
  color: #ffe500;
}
.citation-second-row span {
  font-family: var(--font1);
  font-weight: var(--normal);
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 2.58px;
  color: #ffe500;
}
.borderOval {
  border-radius: 15px !important;
}

/*LOCATIONS*/
.title-location {
  font-family: var(--font1);
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 5rem;
}
.location-endpoint-data {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  column-gap: 4rem;
  width: 95%;
  align-items: center;
}
.img-location img {
  width: 100%;
  border-radius: 3%;
  border: 1px solid var(--yellow);
}
.location-content .row {
  display: grid;
  grid-template-columns: 1fr 10fr;
  column-gap: 1rem;
  align-items: center;
  margin-bottom: 1.2rem;
}
.location-content .row p {
  margin: 0;
  font-family: var(--font1);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #1a1a1a;
}
.location-content .row .zip {
  font-family: var(--font1);
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 28px;
  color: #ff2e2e;
}
.location-content .row .text {
  text-align: left;
}
.location-content .row .img {
  margin-top: 8px;
}
.location-content .row .address {
  line-height: 15px;
}
.location-content .row .sunday-message {
  background: #ff2e2e;
  font-family: var(--font1);
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 28px;
  color: #ffffff;
  text-align: center;
}
.location-endpoint-data hr {
  border: 1px solid #ff2e2e;
  width: 7rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.adjustHR {
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
}

/*PAGE LOCATIONS*/
.location-page-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.location-page-grid .location-header {
  grid-column: 1 / 4;
  grid-row: 1 / 2;
}
.location-page-grid .sidebar-banner {
  grid-row: 1 / 3;
  grid-column: 3 / 4;
  display: none;
}
.space-header {
  margin-top: 15rem !important;
  margin-bottom: 10rem !important;
}
.location-page-grid .location-header h1 {
  font-family: var(--font1);
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: 0.5px;
  color: #1a1a1a;
  margin-bottom: 4rem;
}
.lh-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lh-content p {
  font-family: var(--font1);
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 48px;
  letter-spacing: -1px;
  color: #000000;
  margin: 0;
}
.lh-content p strong {
  font-weight: 600;
}
.fake-button {
  background: var(--yellow);
  border-top-right-radius: 3rem;
  padding: 3px 2rem;
}
.fake-button span {
  font-family: var(--font1);
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  color: #1a1a1a;
  margin: 0;
}
.location-header hr {
  border: 2px solid #c4c4c4;
  margin-top: -8px;
}
.lh-content-parent {
  grid-column: 1 / 4;
  /* max-width: 80rem; */
  padding: 4rem 0;
}
.lh-content-parent hr {
  border: 2px solid #c4c4c4;
  margin-top: -8px;
}
.citation.black p,
.citation.black span {
  color: black !important;
}
.sidebar-banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.title-banner p {
  font-family: var(--font1);
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 1px;
  color: #000000;
}
.title-banner p strong {
  font-size: 30px;
}
.location-img {
  display: flex;
}
.location-name p {
  margin: 0;
}
.location-name {
  background-color: #595959;
  padding: 2rem 3rem 4rem 3rem;
}
.block.location .front p {
  font-family: var(--font1);
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #ffe500;
}
.block.location .card {
  border-radius: 1rem;
  overflow: hidden;
  height: 40rem;
  width: 100%;
}
.front,
.back {
  width: 100%;
  height: 100%;
  overflow: hidden;
  backface-visibility: hidden;
  position: absolute;
  border: 1px solid var(--yellow);
  transition: transform 0.3s linear;
  border-radius: 1rem;
}
.front {
  transform: perspective(600px) rotateY(0deg);
}
.back {
  background-color: rgba(255, 255, 255, 0.8);
  transform: perspective(600px) rotateY(180deg);
}
.block.location {
  position: relative;
}

.card:hover &gt; .front {
  transform: perspective(600px) rotateY(-180deg);
}
.card:hover &gt; .back {
  transform: perspective(600px) rotateY(0deg);
}

.middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.block.location hr {
  border: 1px solid #ff2e2e;
  width: 7rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.adjustHR {
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
}

.block.location .view-location-btn {
  font-family: var(--font1);
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 16px;
  color: #ffffff;
  background-color: #ff2e2e;
  width: 100%;
  padding: 2rem 0;
  text-align: center;
  margin-top: 5px !important;
}
.location .row .text a {
  color: black;
}
.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 4rem;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.comment-form-comment label {
  display: block;
}
.comment-form-comment textarea {
  width: 100%;
}
.no-comments {
  font-family: var(--font1);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.583333px;
  color: #0764e3;
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid #0764e3;
}
.no-comments::before {
  content: "\f27a";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  padding-right: 5px;
}

#respond {
  margin-top: 4rem;
  border: 1px solid black;
  border-radius: 1rem;
}

#reply-title {
  border-bottom: 2px solid black;
  margin: 0;
  padding: 1rem 2rem;
  font-family: var(--font1);
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #000000;
}
#commentform {
  padding: 1rem 2rem;
}
#commentform .form-submit {
  text-align: center;
}
#commentform .form-submit input {
  background: var(--yellow);
  border: none;
  padding: 1rem 2rem;
  border-radius: 0.7rem;
  font-family: var(--font1);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #1a1a1a;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-comment label {
  font-family: var(--font1);
  font-style: normal;
  font-weight: 500 !important;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.583333px;
  color: #595959;
  margin-bottom: 5px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-comment textarea {
  border: 2px solid #e0dedd !important;
  box-sizing: border-box;
  border-radius: 8px !important;
  box-shadow: none !important;
  width: 100%;
  padding: 1rem 0.7rem;
}
.comment-form-author input::placeholder,
.comment-form-email input::placeholder,
.comment-form-comment textarea::placeholder {
  font-family: var(--font1);
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #cac8c7;
}
.video-main h1 {
  font-family: var(--font1);
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: 0.5px;
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 4rem;
}
.video-main h2 {
  font-family: var(--font1);
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 48px;
  letter-spacing: 0.5px;
  color: #000000;
}
.comment-form-author label,
.comment-form-email label {
  display: block;
}

.reorder-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3rem;
  row-gap: 1.5rem;
}
.reorder-form .comment-form-comment {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
}
.reorder-form .comment-form-author {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
.reorder-form .comment-form-email {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}
.recommended_section h2,
.views_section h2 {
  background: var(--yellow);
  width: 85%;
  padding: 1.5rem 2rem;
  font-family: var(--font1);
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 16px;
  letter-spacing: 0.583333px;
  color: #000000;
  border-top-right-radius: 20px;
  margin: 0;
}
.recommended_content,
.views_content {
  border: 2px solid var(--yellow);
  padding: 1rem;
  border-radius: 0 10px 10px 10px;
  margin-bottom: 4rem;
}
.recommended,
.view {
  border: 1px solid var(--yellow);
  margin-bottom: 3rem;
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.recommended h4,
.view h4,
.related h4 {
  margin: 0;
  background: #595959;
  padding: 1rem 2rem;
  text-transform: uppercase;
  font-family: var(--font1);
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.583333px;
  color: #ffffff;
  min-height: 5rem;
}
.related {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid black;
}
.related .iframe-container {
  margin-bottom: 0;
}
.related h4 {
  background: var(--yellow);
  color: black;
  text-transform: none;
  font-size: 17px;
  height: 100%;
}

.page-numbers {
  height: 3rem;
  width: 3rem;
  display: inline-grid;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid #e0dedd;
}
.page-numbers {
  font-family: var(--font1);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  margin-right: 1rem;
}
.page-numbers.current {
  background: var(--yellow);
  border: none;
}
.page-numbers.next,
.page-numbers.prev {
  background: transparent;
  border: 2px solid black;
  border-radius: 8px;
  margin: 0;
}
.page-numbers.next i,
.page-numbers.prev i {
  color: black;
}

.pagination {
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #e0dedd;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 2.5rem 3rem;
}
.blog-banner-content h2 {
  font-family: var(--font1);
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin: 0;
}
.blog-banner-content p {
  font-family: var(--font2);
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 3rem;
}
.read-more {
  background: var(--yellow);
  padding: 1rem 5rem;
  font-family: var(--font1);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  letter-spacing: 0.583333px;
  color: #1a1a1a;
  border-radius: 4px;
}
.blog-banner-gradiant::before {
  content: "";
  position: absolute;
  display: flex;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to bottom, #1a1a1a 100%, #000000 0%);
  opacity: 0.5;
}
.swiper-pagination-bullet-active {
  background: var(--yellow) !important;
}
.top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.date,
.author {
  font-family: var(--font1);
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.583333px;
  color: #000000;
  margin-right: 2rem;
}
.date::before {
  content: "\f133";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  padding-right: 5px;
}
.author::before {
  content: "\f007";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  padding-right: 5px;
}
.featured {
  font-family: var(--font1);
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  letter-spacing: 0.583333px;
  color: #1a1a1a;
  background: var(--yellow);
  padding: 0.5rem 3rem;
  border-radius: 2rem 0 0 0;
}
.blog-post-preview .thumbnail-blog img {
  border-radius: 1.5rem;
}
.blog-post-preview {
  border: 1px solid #e0dedd;
  margin-bottom: 5rem;
  border-radius: 1.5rem;
}
.thumbnail-blog {
  padding: 1px;
}
.blog-post-preview-content {
  padding: 2rem 3rem 3rem 3rem;
}
.middle-blog h3 {
  font-family: var(--font1);
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.5px;
  color: #1a1a1a;
}
.middle-blog p {
  font-family: var(--font2);
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  color: #595959;
  margin-top: -1rem;
}
.blog-post-preview-content .button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.button .tags::before {
  content: "\f02c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 5px;
}
.blog-post-preview-content .btn-read-more {
  font-family: var(--font1);
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  letter-spacing: 0.583333px;
  color: #1a1a1a;
  padding: 1rem 6rem;
  background: var(--yellow);
  border-radius: 0.5rem;
}
.button .tags {
  font-family: var(--font1);
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.583333px;
  color: #000000;
}
.sidebar-post {
  border: 1px solid #e0dedd;
  margin-bottom: 5rem;
  border-radius: 1rem;
}
.sidebar-post h3 {
  font-family: var(--font1);
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #1a1a1a;
  padding: 2rem 3rem;
  border-bottom: 1px solid #e0dedd;
  margin: 0;
}
.last-post {
  margin-bottom: 2rem;
}
.last-post:last-of-type {
  margin-bottom: 0;
}
.read-more-latest {
  font-family: var(--font1);
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.583333px;
  color: #000000;
  margin-top: 5px;
  display: inline-block;
}
.tag-link {
  font-family: var(--font1);
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.58px;
  color: #000000;
}
.tag-link-li {
  display: inline-block;
  background: #e5e5e5;
  padding: 1px 6px;
  margin-right: 1rem;
  border-radius: 5px;
  margin-top: 1rem;
}
.tag-link-li:hover {
  background: var(--yellow);
}
.single-post-content img {
  width: 100%;
}
.states-modal {
  position: fixed;
  z-index: 100000;
  background: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2rem;
  width: 84%;
  padding: 10rem 0 3rem 0;
  text-align: center;
  display: none;
}
.states-modal p {
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 0.58px;
  color: #000000;
}
.other-state {
  background: black;
}
.other-state a {
  color: var(--yellow);
  font-family: var(--font1);
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.58px;
  text-decoration-line: underline;
  padding: 2rem 0;
  display: inline-block;
}
.states-imgs-link {
  margin: 5rem 0;
}
.states-modal i {
  position: absolute;
  top: 2rem;
  right: 3rem;
  font-size: 2rem;
  cursor: pointer;
}
.backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 990;
  display: none;
}
#map {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  margin-left: 30rem;
  padding: 5rem 0;
}
.background-map {
  text-align: center;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.content-map {
  background: black;
  text-align: center;
  padding: 3rem 0;
}
.content-map h1 {
  font-family: var(--font1);
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 48px;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin: 0;
}
.content-map p {
  font-family: var(--font2);
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.3125px;
  color: #ffffff;
}
.work-with-us b {
  font-weight: 700 !important;
  font-family: var(--font1);
  font-style: normal;
  font-size: 25px;
  line-height: 48px;
  color: #181715;
}

@media (max-width: 767px) {
  .site-header-mobile .secondary-menu .menu {
    display: flex;
    justify-content: space-between;
    padding: 1rem 2rem 0 2rem;
    font-size: 11px;
  }
  .states-modal {
    padding: 3rem 0 1rem 0;
  }
  .states-modal p,
  .other-state a {
    font-size: 18px;
    line-height: 24px;
  }
  .states-modal img {
    width: 8.5rem;
  }
  .states-imgs-link {
    margin: 3rem 0;
  }
  .states-imgs-link a {
    margin-right: 2rem !important;
  }
  .states-imgs-link a:last-of-type {
    margin: 0 !important;
  }
}
.grid-with-sidebar {
  display: grid;
  grid-template-columns: 3fr 1.5fr;
  column-gap: 4rem;
}

.how-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  padding-top: 8rem !important;
}
.title-2 {
  color: #ffe500;
  font-style: normal;
  font-weight: bold;
  font-size: 69px;
  line-height: 75px;
  font-family: var(--font1);
  margin: 0;
  text-transform: uppercase;
  max-width: 70%;
  display: block;
  padding-bottom: 5rem;
}
.how-cover {
  background: black;
}

.how-cover-mobile {
  display: none;
}
.banner-mobile {
  display: none;
}

#menu-item-1714,
#menu-item-1715,
#menu-item-1716 {
  display: none;
}
.banner-content .titles h2 {
  color: white;
}

@media (max-width: 1180px) {
  #menu-item-1714,
  #menu-item-1715,
  #menu-item-1716 {
    display: block;
  }
  .how-cover {
    display: none;
  }

  .how-cover-mobile {
    display: block;
  }
  .how-cover-mobile .title {
    background-color: black;
    text-align: center;
  }
  .title-2 {
    padding-bottom: 0;
    font-size: 3rem;
    line-height: 46px;
    max-width: unset;
    padding: 2rem 0;
  }
  .how-cover-mobile .how-video {
    background-color: var(--yellow);
    padding: 2rem 1rem;
  }
  .how-cover-mobile .iframe-container {
    margin-bottom: 0;
  }

  .owl-carousel.owl-theme.home {
    display: none;
  }

  .banner-mobile {
    display: block;
    margin-top: 79px;
  }
  .banner-mobile .banner-footer {
    position: inherit;
  }
  .banner-mobile .success {
    background-color: #333333;
    text-align: center;
    padding: 2rem 0;
    font-size: 1.5rem;
  }
  .banner-mobile .success h1,
  .banner-mobile .success h3 {
    margin: 0;
    font-family: var(--font1);
  }
  .banner-mobile .success h1 {
    color: var(--yellow);
  }
  .banner-mobile .success h3 {
    color: white;
    font-weight: 500;
    letter-spacing: 1.5px;
  }
  .main-header {
    background-color: black;
  }
  .banner-mobile .search {
    background-color: #000000;
    padding: 4rem 2rem 0rem 2rem;
  }
  .banner-mobile .search button {
    z-index: 1 !important;
  }
  .banner-mobile .titles {
    padding: 4rem 2rem;
    background-color: #000000;
    color: white;
    font-family: var(--font1);
    text-align: center;
  }
  .banner-mobile .titles h2 {
    margin: 0;
  }
  .banner-mobile .banner-footer {
    background-color: #000;
    padding: 0 2rem 4rem 2rem;
  }
  .banner-mobile .banner-footer p {
    margin: 0;
  }
  .site-header-mobile .main-header {
    justify-content: space-between;
    height: unset;
    padding: 1rem 2rem;
  }
  .site-header-mobile .main-header .logo-mobile img {
    width: 6rem;
  }
  .site-header-mobile .main-header .logo-mobile {
    line-height: 0;
  }
  body .mobile-top-0 {
    margin-top: 7rem !important;
  }
  .site-header-mobile #menu-secondary-menu {
    display: none !important;
  }
}
.footer-location-menu {
  grid-column: 1 / 4;
  /* text-align: center; */
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* padding: 1rem 0; */
  border-top: 1px solid var(--yellow);
  margin-top: 5px;
  column-gap: 5rem;
  align-items: center;
}
.footer-location-menu a {
  padding: 2rem 2rem 1rem 2rem;
  font-weight: bold;
}
.menu-parent {
  display: grid;
  grid-template-columns: auto 18%;
  align-items: center;
}
.btn-signin {
  background: #555;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-signin a {
  color: white;
  font-family: var(--font1);
  font-size: var(--size3);
  font-weight: 600;
}
.submenu-btn {
  display: flex;
  justify-content: space-between;
}
.submenu-btn a {
  font-size: 1.3rem;
}
.submenu-btn i {
  color: var(--yellow);
  font-size: 1.5rem;
  align-items: center;
  padding: 0.5rem 0;
}
.testimonial-header h2 {
  font-size: 28px;
}
/* .title-2 {
  font-size: 69px;
} */
.form-custom-gravity legend {
  font-size: 20px !important;
  font-family: var(--font2) !important;
}
.form-custom-gravity label,
.form-custom-gravity strong,
.form-custom-gravity #field_1_5 {
  font-size: 16px !important;
  font-family: var(--font2) !important;
}

.form-custom-gravity input[type="submit"] {
  font-family: var(--font1);
  background-color: #ff2e2e !important;
  color: white !important;
  font-weight: 600;
  border: none;
  padding: 1rem 3rem;
  font-size: 1.5rem;
  border-radius: 12px;
}

@media (max-width: 1450px) {
  .site-header .main-header .main-menu .menu &gt; li &gt; a {
    margin-right: 3rem;
    font-size: 1.5rem;
  }
}

.about-popup {
  position: fixed;
  z-index: 100000;
  background: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2rem;
  width: 84%;
  text-align: left;
  display: none;
  max-width: 117rem;
  /* position: relative; */
}
.about-popup .content {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.about-popup .content .img-about {
  background: black;
  padding: 5rem;
  text-align: center;
}
.about-popup .content .text {
  padding: 5rem;
  font-family: Lato;
  font-weight: 300;
  font-style: normal;
  font-size: 1.4rem;
}

.about-popup i {
  position: absolute;
  top: 2rem;
  right: 3rem;
  font-size: 2rem;
  cursor: pointer;
  color: black;
}

@media (max-width: 1200px) {
  .about-popup .content .text {
    font-size: 1.2rem;
  }
}
.nowrap {
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .about-popup .content .text {
    padding: 2rem;
    font-size: 1rem;
    overflow-y: auto;
    max-height: 40vh;
  }

  .about-popup .content {
    display: block;
  }
  .about-popup i {
    color: white;
  }

  .about-popup .content .img-about img {
    width: 20rem;
  }
  .about-popup .content .img-about {
    padding: 2rem;
  }
}
</pre></body></html>