/* FONTS
 ========================================================================== */
@font-face {
  font-family: "Montserrat";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Black.woff") format('woff'), url("../fonts/Montserrat-Black.woff2") format('woff2');
}
@font-face {
  font-family: "Montserrat";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-ExtraBold.woff") format('woff'), url("../fonts/Montserrat-ExtraBold.woff2") format('woff2');
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.woff") format('woff'), url("../fonts/Montserrat-Bold.woff2") format('woff2');
}
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-SemiBold.woff") format('woff'), url("../fonts/Montserrat-SemiBold.woff2") format('woff2');
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.woff") format('woff'), url("../fonts/Montserrat-Medium.woff2") format('woff2');
}
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.woff") format('woff'), url("../fonts/Montserrat-Regular.woff2") format('woff2');
}
@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Light.woff") format('woff'), url("../fonts/Montserrat-Light.woff2") format('woff2');
}
@font-face {
  font-family: "Unbounded";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Unbounded-Black.woff") format('woff'), url("../fonts/Unbounded-Black.woff2") format('woff2');
}
@font-face {
  font-family: "Unbounded";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Unbounded-ExtraBold.woff") format('woff'), url("../fonts/Unbounded-ExtraBold.woff2") format('woff2');
}
@font-face {
  font-family: "Unbounded";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Unbounded-Bold.woff") format('woff'), url("../fonts/Unbounded-Bold.woff2") format('woff2');
}
@font-face {
  font-family: "Unbounded";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Unbounded-SemiBold.woff") format('woff'), url("../fonts/Unbounded-SemiBold.woff2") format('woff2');
}
@font-face {
  font-family: "Unbounded";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Unbounded-Medium.woff") format('woff'), url("../fonts/Unbounded-Medium.woff2") format('woff2');
}
@font-face {
  font-family: "Unbounded";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Unbounded-Regular.woff") format('woff'), url("../fonts/Unbounded-Regular.woff2") format('woff2');
}
@font-face {
  font-family: "Unbounded";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Unbounded-Light.woff") format('woff'), url("../fonts/Unbounded-Light.woff2") format('woff2');
}
/* MAIN  FILES
 ========================================================================== */
.grid-2, .grid-3, .grid-4, .grid-5 {
  display: grid;
}
.row1650, .row1540, .row1480, .row1440, .row1270, .row1200, .row1170, .row {
  margin: 0 auto;
  max-width: 94%;
  position: relative;
}
.gap-1 {
  gap: 5px;
}
.gap-2 {
  gap: 10px;
}
.gap-3 {
  gap: 15px;
}
.gap-4 {
  gap: 20px;
}
.gap-5 {
  gap: 25px;
}
.gap-6 {
  gap: 30px;
}
.gap-7 {
  gap: 35px;
}
.gap-8 {
  gap: 40px;
}
.gap-9 {
  gap: 45px;
}
.gap-10 {
  gap: 50px;
}
.gap-11 {
  gap: 55px;
}
.gap-12 {
  gap: 60px;
}
.gap-13 {
  gap: 65px;
}
.gap-14 {
  gap: 70px;
}
.gap-15 {
  gap: 75px;
}
.gap-16 {
  gap: 80px;
}
.gap-17 {
  gap: 85px;
}
.gap-18 {
  gap: 90px;
}
.gap-19 {
  gap: 95px;
}
.gap-20 {
  gap: 100px;
}
.gap-21 {
  gap: 105px;
}
.gap-22 {
  gap: 110px;
}
.gap-23 {
  gap: 115px;
}
.gap-24 {
  gap: 120px;
}
.gap-25 {
  gap: 125px;
}
.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 576px) {
  .grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 576px) {
  .grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 576px) {
  .grid-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 576px) {
  .grid-5 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.row1650 {
  width: 1650px;
}
.row1540 {
  width: 1540px;
}
.row1480 {
  width: 1480px;
}
.row1440 {
  width: 1440px;
}
.row1270 {
  width: 1270px;
}
.row1200 {
  width: 1200px;
}
.row1170 {
  width: 1170px;
}
.row {
  width: 1140px;
}
.m-space-sm {
  margin: 20px 0;
}
.m-space {
  margin: 40px 0;
}
.m-space-md {
  margin: 60px 0;
}
@media (max-width: 576px) {
  .m-space-md {
    margin: 40px 0;
  }
}
.m-space-xl {
  margin: 80px 0;
}
@media (max-width: 768px) {
  .m-space-xl {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .m-space-xl {
    margin: 40px 0;
  }
}
.m-space-lg {
  margin: 100px 0;
}
@media (max-width: 1024px) {
  .m-space-lg {
    margin: 80px 0;
  }
}
@media (max-width: 768px) {
  .m-space-lg {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .m-space-lg {
    margin: 40px 0;
  }
}
.p-space-sm {
  padding: 20px 0;
}
@media (max-width: 576px) {
  .p-space-sm {
    padding: 20px 0;
  }
}
.p-space {
  padding: 40px 0;
}
@media (max-width: 576px) {
  .p-space {
    padding: 20px 0;
  }
}
.p-space-md {
  padding: 60px 0;
}
@media (max-width: 576px) {
  .p-space-md {
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .p-space-md {
    padding: 20px 0;
  }
}
.p-space-xl {
  padding: 80px 0;
}
@media (max-width: 576px) {
  .p-space-xl {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .p-space-xl {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .p-space-xl {
    padding: 20px 0;
  }
}
.p-space-lg {
  padding: 100px 0;
}
@media (max-width: 576px) {
  .p-space-lg {
    padding: 20px 0;
  }
}
@media (max-width: 1024px) {
  .p-space-lg {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .p-space-lg {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .p-space-lg {
    padding: 20px 0;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  color: #333;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  height: auto;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
body ::-moz-selection {
  background: #f6dc2e;
  color: #fff;
}
body ::selection {
  background: #f6dc2e;
  color: #fff;
}
#wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
mark {
  background: none;
}
/* ==========================================================================
 FORMS & TABLE & NAVIGATION
 ========================================================================== */
input, textarea, select {
  outline: 0 none;
  padding: 0 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type='text'], input[type='number'], input[type='email'], input[type='password'], input[type='search'], input[type='tel'], textarea {
  border: 1px solid #e1e1e1;
  background: #fff;
  color: #222;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  height: 40px;
  padding: 0 5px 0 10px;
  width: 100%;
}
input[type='text']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #4c4c4c;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']::-moz-placeholder, input[type='number']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='tel']::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #4c4c4c;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #4c4c4c;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']:focus, input[type='number']:focus, input[type='email']:focus, input[type='password']:focus, input[type='search']:focus, input[type='tel']:focus, textarea:focus {
  border-color: #f6dc2e;
}
textarea {
  resize: none;
  height: 100px;
  padding: 10px;
}
button[disabled], html input[disabled] {
  cursor: default;
}
input[type='search'], input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
 TYPOGRAPHY
 ========================================================================== */
h1, h2, h3, h4 {
  font-weight: 400;
  font-family: 'Unbounded', sans-serif;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  h1, h2, h3, h4 {
    margin-bottom: 20px;
  }
}
h1 {
  font-size: 80px;
}
@media (max-width: 1380px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 48px;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 34px;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 30px;
  }
}
h3 {
  font-size: 36px;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  h3 {
    font-size: 26px;
  }
}
h4 {
  font-size: 24px;
}
@media (max-width: 768px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  h4 {
    font-size: 20px;
  }
}
h5 {
  font-size: 20px;
  font-family: 'Unbounded', sans-serif;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  h5 {
    font-size: 16px;
  }
}
p {
  padding-bottom: 20px;
  line-height: 1.5;
  font-size: 16px;
}
p:last-child {
  padding-bottom: 0;
}
@media (max-width: 576px) {
  p {
    font-size: 14px;
  }
}
a {
  color: #f6dc2e;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  outline: 0;
  text-decoration: underline;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
strong, b {
  font-weight: 700;
}
i {
  font-style: normal;
}
@media screen and (min-width: 1140px) {
  ::-webkit-scrollbar {
    width: 7px;
  }
  ::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #f6dc2e;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #f5d816;
  }
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex.h_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex.v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex.vh-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/* ==========================================================================
 HELPERS
 ========================================================================== */
#content {
  padding: 40px 0;
}
@media (max-width: 1140px) {
  #content {
    padding: 20px 0;
  }
}
#wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
  max-width: 1980px;
  margin: 0 auto;
  overflow-x: clip;
}
.absl {
  position: absolute;
}
.mb-0 {
  margin-bottom: 0;
}
.col-fluid {
  grid-column-start: 1;
  grid-column-end: -1;
}
.ratio-image {
  position: relative;
  width: 100%;
}
.ratio-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c {
  font-size: 0;
  line-height: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' ';
}
.bg-center {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.underline {
  position: relative;
  display: inline-block;
}
.underline:after {
  display: block;
  width: 0;
  height: 1px;
  margin: auto;
  content: '';
  transition: width 0.5s ease, background-color 0.5s ease;
  background: transparent;
}
.underline:hover:after {
  width: 100%;
  background: #f6dc2e;
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}
.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  font-family: 'Unbounded', sans-serif;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 20px 35px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  text-transform: capitalize;
  color: #000;
  border: none;
  outline: 0;
  background: #f6dc2e;
  appearance: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 576px) {
  .btn {
    font-size: 14px;
    padding: 15px 20px;
  }
}
.btn:hover {
  background: #f1d30a;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn:active {
  background: #cfb509;
}
.btn span {
  margin-right: 10px;
}
.btn svg path {
  transition: all 0.3s ease-in-out;
}
.btn.black {
  background-color: #15141c;
  color: #fff;
}
.btn.black svg path {
  fill: #fff;
}
.btn.transparrent {
  background-color: transparent;
  padding: 0;
}
.btn.transparrent:hover {
  color: #f6dc2e;
  box-shadow: none;
}
.btn.transparrent:hover svg path {
  fill: #f6dc2e;
}
.submit-wrapper {
  position: relative;
}
/* ==========================================================================
 WORDPRESS DEFAULT CLASSES
 ========================================================================== */
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* ==========================================================================
 WYSIWYG
 ========================================================================== */
.wys {
  max-width: 100%;
}
.wys ul {
  margin: 20px 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
.wys ul li {
  position: relative;
  font-size: 16px;
  padding-left: 35px;
  line-height: 1.4;
}
.wys ul li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.404 22.4038C4.66517 22.4038 0 17.7386 0 11.9998C0 6.26092 4.66517 1.5957 10.404 1.5957C13.0356 1.5957 15.5052 2.55151 17.4292 4.3152C16.7892 4.69361 16.1716 5.11278 15.5776 5.56649C14.1198 4.39038 12.3071 3.74284 10.404 3.74284C5.85589 3.74284 2.14714 7.45164 2.14714 11.9998C2.14714 16.5479 5.85589 20.2567 10.404 20.2567C16.7323 20.2567 20.4895 13.4922 17.7676 8.23278C18.1801 7.84916 18.6047 7.47733 19.0405 7.11791C19.1692 7.01178 19.299 6.90664 19.4297 6.80255C20.3402 8.37518 20.8082 10.1582 20.8082 11.9997C20.8081 17.7386 16.1429 22.4038 10.404 22.4038Z' fill='%23F6DC2E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.6772 17.348C10.5601 17.348 10.4625 17.27 10.4235 17.1724C10.404 17.1333 8.72523 12.7999 6.12908 11.1602C5.62156 10.8479 5.23124 10.5161 5.38737 9.7743C5.54349 9.05207 6.03153 8.64215 6.90988 8.44694C8.47144 8.11509 10.1501 10.5356 10.7748 11.5311C12.961 8.34939 17.3334 3.35226 23.6969 2.76667C24.0039 2.73068 24.1174 3.18572 23.8335 3.31323C23.7359 3.35226 14.6396 7.51006 10.9504 17.1919C10.8919 17.2895 10.7943 17.348 10.6772 17.348Z' fill='black'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
/* ==========================================================================
 FULL FRAME
 ========================================================================== */
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
/* ==========================================================================
 CONTACT FORM 7
 ========================================================================== */
.wpcf7 {
  width: 100%;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  display: block;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  display: block;
  background: #16a085;
}
.wpcf7 .wpcf7-not-valid-tip {
  font: 500 16px/1 'Montserrat', sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ff5f5f;
  background: #eee;
}
.wpcf7 .wpcf7-response-output {
  display: none;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 15px 20px;
  cursor: pointer;
  text-align: center;
  color: white;
  background: #ff5f5f;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #1091ae;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #16a085;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block !important;
}
div.wpcf7 .wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-image: url(../img/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  margin: 0 0 0 4px;
  vertical-align: middle;
  background-color: #fff;
  padding: 5px;
  border-radius: 50%;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
div.wpcf7 form.submitting .wpcf7-spinner {
  visibility: visible;
}
/* ==========================================================================
 SOCIAL LINK
 ========================================================================== */
.some .fa {
  display: inline-block;
  font: var(--fa-font-brands);
  width: auto;
  cursor: pointer;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
}
.s-link {
  font-size: 0;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: center;
}
.s-link a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  color: #fff;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.s-link a:before {
  font-size: 18px;
  color: #0080ff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-link a.fa-facebook:hover:before {
  color: #3b5993 !important;
}
.s-link a.fa-twitter:hover:before {
  color: #55acee !important;
}
.s-link a.fa-instagram:hover:before {
  color: #181818 !important;
}
.s-link a.fa-linkedin:hover:before {
  color: #0177b5 !important;
}
.s-link a.fa-youtube:hover:before {
  color: #f80000 !important;
}
.s-link a.fa-youtube-play:hover:before {
  color: #f80000 !important;
}
.s-link a.fa-pinterest:hover:before {
  color: #bd081c !important;
}
.s-link a.fa-vimeo:hover:before {
  color: #1bb7ea !important;
}
.s-link a.fa-yelp:hover:before {
  color: #d32323 !important;
}
.s-link a.fa-google-plus:hover:before {
  color: #dd4c39 !important;
}
/* ==========================================================================
 index-style
 ========================================================================== */
.index-style .post-item {
  margin-bottom: 20px;
}
.index-style .post-title {
  font-size: 18px;
  display: block;
  padding-bottom: 15px;
}
.index-style .post-title:hover {
  color: #15141c;
}
.index-style .post-thumbnail {
  will-change: opacity;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.index-style .post-thumbnail:hover {
  opacity: 0.9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.wp-pagenavi {
  font-size: 0;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 14px;
  margin: 0 3px;
  padding: 3px 5px;
}
.wp-pagenavi a {
  border: 1px solid #ccc;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
  color: #fff;
  border-color: #f6dc2e;
  background: #f6dc2e;
}
#top {
  min-height: 500px;
}
#top.small-banner {
  min-height: auto;
}
.menu-burger {
  display: none;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 101;
  cursor: pointer;
  border-radius: 4px;
}
@media (max-width: 1140px) {
  .menu-burger {
    display: block;
  }
}
.menu-burger:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #333;
  -webkit-box-shadow: 0 7px 0 0 #333, 0 -7px 0 0 #333;
  box-shadow: 0 7px 0 0 #333, 0 -7px 0 0 #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-burger:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-burger.open:before {
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(-45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
  box-shadow: none;
  background: #fff;
}
.menu-burger.open:after {
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  background: #fff;
}
.mobile-main-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  max-width: 480px;
  height: 100vh;
  background: #f6dc2e;
  z-index: 100;
  padding: 50px 0 0;
  overflow: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  display: none;
}
@media (max-width: 1140px) {
  .mobile-main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .mobile-main-menu {
    width: 100%;
    max-width: 100%;
  }
}
.mobile-main-menu .desktop-hide {
  display: none;
}
@media (max-width: 600px) {
  .mobile-main-menu .desktop-hide {
    display: block;
  }
}
.mobile-main-menu .menu-btn-wrapper {
  padding: 10px;
}
.mobile-main-menu .menu-btn-wrapper .btn {
  font-size: 14px;
  margin-right: 10px;
}
.mobile-main-menu .menu-btn-wrapper .btn:last-child {
  margin-right: 0;
}
.mobile-main-menu li a {
  display: inline-block;
  padding: 5px 15px;
  color: #15141c;
  font-family: 'Unbounded', sans-serif;
  font-weight: 600;
}
.mobile-main-menu li a:hover {
  text-decoration: none;
}
.mobile-main-menu .sub-anchor {
  cursor: pointer;
  color: #000;
  margin-left: 5px;
}
.mobile-main-menu .sub-menu {
  display: none;
  padding-left: 20px;
}
.mobile-main-menu span {
  display: inline-block;
  padding: 5px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-main-menu .arrow {
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-main-menu .arrow path {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-main-menu .arrow.active {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.mobile-main-menu.open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile_menu_active {
  overflow: hidden;
}
.desctop_hide {
  display: none;
}
@media (max-width: 1140px) {
  .mobile_hide {
    display: none;
  }
  .desctop_hide {
    display: block;
  }
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
.block-center {
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
  .alignnone {
    margin: 0 0 20px;
  }
}
.numbered_pagination {
  position: relative;
  text-align: center;
  grid-column-start: 1;
  grid-column-end: -1;
}
.numbered_pagination a, .numbered_pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  color: #1d1d1d;
}
.numbered_pagination a svg path, .numbered_pagination span svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.numbered_pagination a.current, .numbered_pagination span.current {
  background-color: #f6dc2e;
  color: #fff;
}
.numbered_pagination a:hover, .numbered_pagination span:hover {
  background-color: #f6dc2e;
  color: #fff;
}
.numbered_pagination a:hover.next svg path, .numbered_pagination span:hover.next svg path, .numbered_pagination a:hover.prev svg path, .numbered_pagination span:hover.prev svg path {
  fill: #fff;
}
.numbered_pagination a.dots, .numbered_pagination span.dots, .numbered_pagination a.next, .numbered_pagination span.next, .numbered_pagination a.prev, .numbered_pagination span.prev {
  color: #1d1d1d;
  border-bottom: 1px solid transparent;
}
/* ==========================================================================
 HEADER
 ========================================================================== */
header {
  position: relative;
  z-index: 100;
  padding: 20px 0;
  will-change: transform, opacity;
}
@media (max-width: 1280px) {
  header {
    padding: 20px 0;
  }
}
@media (max-width: 1024px) {
  header {
    padding: 10px 0;
  }
}
header #logo {
  opacity: 1;
  color: #181818;
  -webkit-flex-basis: 180px;
  -moz-flex-basis: 180px;
  -ms-flex-basis: 180px;
  flex-basis: 180px;
  max-width: 180px;
}
@media (max-width: 576px) {
  header #logo {
    -webkit-flex-basis: 35%;
    -moz-flex-basis: 35%;
    -ms-flex-basis: 35%;
    flex-basis: 35%;
    max-width: 35%;
  }
}
header #logo img, header #logo svg {
  max-width: 100%;
}
header #logo:hover {
  opacity: 0.8;
}
header .header-wrapper {
  gap: 5px;
}
header .header-wrapper .right-header {
  gap: 20px;
}
/* ==========================================================================
 Main Navigation
 ========================================================================== */
.main_nav {
  font-size: 0;
}
.main_nav * {
  line-height: 1;
}
.main_nav a {
  display: block;
}
.main_nav a:hover {
  text-decoration: none;
}
.main_nav .level_a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 30px;
}
@media (max-width: 1450px) {
  .main_nav .level_a {
    gap: 15px;
  }
}
.main_nav .level_a li {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.main_nav .level_a > li {
  position: relative;
}
.main_nav .level_a > li:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -10px;
  height: 3px;
  background-color: #f6dc2e;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.main_nav .level_a > li > a {
  font-size: 16px;
  padding: 30px 5px;
  color: #000;
  font-family: 'Unbounded', sans-serif;
  font-weight: 600;
}
@media (max-width: 1480px) {
  .main_nav .level_a > li > a {
    font-size: 14px;
  }
}
@media (max-width: 1180px) {
  .main_nav .level_a > li > a {
    font-size: 12px;
  }
}
.main_nav .level_a > li.current-menu-item:after, .main_nav .level_a > li:hover:after {
  opacity: 1;
  visibility: visible;
}
.main_nav .level_a > li.menu-item-has-children .fa-solid {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  font-size: 13px;
  color: #000;
}
@media (max-width: 1450px) {
  .main_nav .level_a > li.menu-item-has-children .fa-solid {
    right: -10px;
  }
}
.main_nav .level_a > li.menu-item-has-children:before {
  position: absolute;
  z-index: -1;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 80px;
  content: '';
  display: none;
}
.main_nav .level_a > li.menu-item-has-children:hover:before {
  display: block;
}
.main_nav .level_a > li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.main_nav .level_a > li > .sub-menu {
  position: absolute;
  z-index: 100;
  display: none;
  width: 300px;
  margin-top: 20px;
  padding: 10px 0;
  box-shadow: 5px 10px 25px 0px rgba(0, 0, 0, 0.5);
  background: #fff;
}
.main_nav .level_a > li > .sub-menu .sub-menu {
  display: block;
  padding-left: 10px;
}
.main_nav .level_a > li > .sub-menu li {
  display: block;
  list-style-type: none;
}
.main_nav .level_a > li > .sub-menu li > .sub-menu i {
  display: none;
}
.main_nav .level_a > li > .sub-menu a {
  font-size: 15px;
  line-height: 1.3;
  padding: 10px 15px;
  color: #000;
}
.main_nav .level_a > li > .sub-menu a:hover {
  text-decoration: none;
  background: #f6dc2e;
}
/* ==========================================================================
 FOOTER
 ========================================================================== */
footer {
  background: #15141c;
  color: #fff;
}
footer .custom-links {
  padding: 60px 0 35px;
  border-bottom: 1px solid rgba(228, 228, 228, 0.15);
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
}
@media (max-width: 1024px) {
  footer .custom-links {
    flex-direction: column;
    padding: 30px 0;
  }
}
footer .custom-links .link {
  color: #fff;
  font-family: 'Unbounded', sans-serif;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}
@media (max-width: 768px) {
  footer .custom-links .link {
    font-size: 14px;
  }
}
footer .custom-links .link:hover {
  color: #f6dc2e;
}
footer .custom-links .link:after {
  content: '|';
  display: inline-block;
  margin-left: 15px;
}
@media (max-width: 1024px) {
  footer .custom-links .link:after {
    display: none;
  }
}
footer .custom-links .link:last-child:after {
  display: none;
}
footer .footer--main-wrapper {
  padding: 30px 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 130px;
}
@media (max-width: 1480px) {
  footer .footer--main-wrapper {
    gap: 60px;
  }
}
@media (max-width: 1024px) {
  footer .footer--main-wrapper {
    gap: 20px;
  }
}
footer .footer--main-wrapper .left {
  -webkit-flex-basis: 32%;
  -moz-flex-basis: 32%;
  -ms-flex-basis: 32%;
  flex-basis: 32%;
  max-width: 32%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1024px) {
  footer .footer--main-wrapper .left {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
footer .footer--main-wrapper .left .logo {
  max-width: 450px;
}
@media (max-width: 1024px) {
  footer .footer--main-wrapper .left .logo {
    max-width: 350px;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  footer .footer--main-wrapper .left .logo {
    max-width: 250px;
  }
}
footer .footer--main-wrapper .left .logo a {
  display: block;
}
footer .footer--main-wrapper .left .logo a img {
  max-width: 100%;
}
@media (max-width: 1024px) {
  footer .footer--main-wrapper .left .wys {
    text-align: center;
  }
}
footer .footer--main-wrapper .left .wys * {
  color: #707070;
  font-weight: 500;
}
footer .footer--main-wrapper .left .wys p {
  font-size: 20px;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  footer .footer--main-wrapper .left .wys p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  footer .footer--main-wrapper .left .wys p {
    font-size: 14px;
  }
}
footer .footer--main-wrapper .right {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 90px 25px;
  margin-top: 30px;
}
@media (max-width: 1280px) {
  footer .footer--main-wrapper .right {
    grid-template-columns: repeat(1, auto);
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  footer .footer--main-wrapper .right {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 0;
  }
}
footer .footer--main-wrapper .right .footer_nav .level_a {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  footer .footer--main-wrapper .right .footer_nav .level_a {
    text-align: center;
  }
}
@media (max-width: 576px) {
  footer .footer--main-wrapper .right .footer_nav .level_a {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
footer .footer--main-wrapper .right .footer_nav .level_a li a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 576px) {
  footer .footer--main-wrapper .right .footer_nav .level_a li a {
    font-size: 16px;
  }
}
footer .footer--main-wrapper .right .footer_nav .level_a li a:hover {
  color: #f6dc2e;
}
footer .footer--main-wrapper .right .contact-info {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1024px) {
  footer .footer--main-wrapper .right .contact-info {
    justify-content: center;
    text-align: center;
  }
}
footer .footer--main-wrapper .right .contact-info .contact a {
  display: block;
  font-family: 'Unbounded', sans-serif;
  text-decoration: none;
  color: #fff;
}
footer .footer--main-wrapper .right .contact-info .contact a:hover {
  color: #f6dc2e;
}
footer .footer--main-wrapper .right .contact-info .contact a.phone-number {
  color: #f6dc2e;
  font-size: 36px;
}
@media (max-width: 576px) {
  footer .footer--main-wrapper .right .contact-info .contact a.phone-number {
    font-size: 25px;
  }
}
footer .footer--main-wrapper .right .contact-info .contact a.phone-number:hover {
  color: #fff;
}
footer .footer--main-wrapper .right .contact-info .contact a.email {
  font-size: 16px;
}
footer .footer--main-wrapper .right .contact-info .connect h4 {
  margin-bottom: 20px;
  font-weight: 500;
}
footer .footer--main-wrapper .right .contact-info .connect .some {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 15px;
}
@media (max-width: 1024px) {
  footer .footer--main-wrapper .right .contact-info .connect .some {
    justify-content: center;
  }
}
footer .footer--main-wrapper .right .contact-info .connect .some a {
  background-color: #f6dc2e;
  color: #15141c;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  width: 32px;
  height: 32px;
  font-size: 18px;
}
footer .footer--main-wrapper .right .subscribe-form {
  grid-column-start: 1;
  grid-column-end: -1;
}
footer .footer--main-wrapper .right .subscribe-form form .subscribe-form-wrapper {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
footer .footer--main-wrapper .right .subscribe-form form .subscribe-form-wrapper label input {
  background-color: transparent;
  padding: 15px 20px;
  color: rgba(255, 255, 255, 0.2);
  outline: none;
  border: none;
}
footer .footer--main-wrapper .right .subscribe-form form .subscribe-form-wrapper .submit-wrapper {
  position: relative;
}
footer .footer--main-wrapper .right .subscribe-form form .subscribe-form-wrapper .submit-wrapper .wpcf7-spinner {
  margin-left: 0;
  right: 50%;
}
footer .footer-copyright {
  background-color: #1d1c24;
  padding: 10px 0;
}
footer .footer-copyright .copyright {
  text-align: center;
}
footer .footer-copyright .copyright span, footer .footer-copyright .copyright a {
  color: #707070;
  text-decoration: none;
  font-size: 14px;
}
footer .footer-copyright .copyright a:hover {
  color: #f6dc2e;
}
.same-day-service {
  background: #f5f5f5;
  padding: 40px 0;
}
@media (max-width: 960px) {
  .same-day-service {
    padding: 35px 0;
  }
}
@media (max-width: 768px) {
  .same-day-service {
    padding: 25px 0;
  }
}
.same-day-service .title-info {
  margin-bottom: 55px;
}
@media (max-width: 960px) {
  .same-day-service .title-info {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .same-day-service .title-info {
    margin-bottom: 30px;
  }
}
.same-day-service .title-info .title {
  -webkit-flex-basis: 41%;
  -moz-flex-basis: 41%;
  -ms-flex-basis: 41%;
  flex-basis: 41%;
  font-weight: 500;
  color: #000;
  max-width: 451px;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .same-day-service .title-info .title {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.same-day-service .title-info .right {
  -webkit-flex-basis: 58%;
  -moz-flex-basis: 58%;
  -ms-flex-basis: 58%;
  flex-basis: 58%;
}
@media (max-width: 960px) {
  .same-day-service .title-info .right {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.same-day-service .items {
  counter-reset: section;
}
.same-day-service .items .item {
  background: #fff;
  padding: 60px 55px;
  background: #fff;
  -webkit-flex-basis: 49.3%;
  -moz-flex-basis: 49.3%;
  -ms-flex-basis: 49.3%;
  flex-basis: 49.3%;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 960px) {
  .same-day-service .items .item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 768px) {
  .same-day-service .items .item {
    padding: 40px 30px;
  }
}
@media (max-width: 480px) {
  .same-day-service .items .item {
    padding: 30px 20px;
  }
}
.same-day-service .items .item:nth-child(4n + 3) {
  background: #000;
}
.same-day-service .items .item:nth-child(4n + 3) .sub-title {
  color: #fff;
}
.same-day-service .items .item:nth-child(4n + 3) .sub-title:before {
  color: #1e1e1e;
}
.same-day-service .items .item:nth-child(4n + 3) .info {
  color: #fff;
}
.same-day-service .items .item:nth-child(n + 10) .sub-title:before {
  content: counter(section);
}
.same-day-service .items .item:nth-child(4n + 2) {
  background: #f6dc2e;
}
.same-day-service .items .item:nth-child(4n + 2) .sub-title:before {
  color: #ead01c;
}
.same-day-service .items .item .sub-title {
  font-weight: 500;
  color: #000;
  margin-bottom: 23px;
  position: relative;
  z-index: 1;
}
.same-day-service .items .item .sub-title:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: -30px;
  counter-increment: section;
  content: '0' counter(section);
  font-size: 96px;
  font-weight: 700;
  color: #ededed;
  z-index: -1;
}
@media (max-width: 768px) {
  .same-day-service .items .item .sub-title:before {
    left: -10px;
    font-size: 70px;
  }
}
.testimonials {
  background: #f5f5f5;
}
.testimonials .title-swiper .title {
  -webkit-flex-basis: 23%;
  -moz-flex-basis: 23%;
  -ms-flex-basis: 23%;
  flex-basis: 23%;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 200px;
}
@media (max-width: 960px) {
  .testimonials .title-swiper .title {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    padding-bottom: 0;
    margin-bottom: 30px;
  }
}
.testimonials .title-swiper .title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url('../img/testimonials.png');
  content: '';
  width: 149px;
  height: 150px;
  background-size: cover;
}
@media (max-width: 960px) {
  .testimonials .title-swiper .title:before {
    display: none;
  }
}
.testimonials .title-swiper .swiper {
  -webkit-flex-basis: 74%;
  -moz-flex-basis: 74%;
  -ms-flex-basis: 74%;
  flex-basis: 74%;
  width: 74%;
  max-width: 955px;
  cursor: grab;
  margin-right: 0;
}
@media (max-width: 960px) {
  .testimonials .title-swiper .swiper {
    width: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.testimonials .title-swiper .swiper .swiper-slide .info {
  margin-bottom: 80px;
}
@media (max-width: 960px) {
  .testimonials .title-swiper .swiper .swiper-slide .info {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .testimonials .title-swiper .swiper .swiper-slide .info {
    margin-bottom: 30px;
  }
}
.testimonials .title-swiper .swiper .swiper-slide .info p {
  font-size: 24px;
  color: #000;
  font-family: 'Unbounded';
}
@media (max-width: 768px) {
  .testimonials .title-swiper .swiper .swiper-slide .info p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .testimonials .title-swiper .swiper .swiper-slide .info p {
    font-size: 16px;
  }
}
.testimonials .title-swiper .swiper .swiper-slide .name {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Unbounded';
  display: block;
}
.testimonials .title-swiper .swiper .swiper-slide .position {
  color: #959595;
  font-family: 'Unbounded';
  font-size: 14px;
  font-weight: 300;
  display: block;
}
.faq {
  position: relative;
}
.faq:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: '';
  background: #f5f5f5;
  height: 400px;
}
.faq .row1440 {
  padding: 95px 85px;
  background: #15141c;
}
@media (max-width: 960px) {
  .faq .row1440 {
    padding: 45px;
  }
}
@media (max-width: 768px) {
  .faq .row1440 {
    padding: 35px;
  }
}
@media (max-width: 480px) {
  .faq .row1440 {
    padding: 25px;
  }
}
.faq .section-label {
  color: #fff;
}
.faq .title {
  color: #f6dc2e;
  margin-bottom: 60px;
}
@media (max-width: 960px) {
  .faq .title {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .faq .title {
    margin-bottom: 25px;
  }
}
.faq .items {
  counter-reset: section;
}
.faq .items .item {
  margin-bottom: 45px;
}
@media (max-width: 960px) {
  .faq .items .item {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .faq .items .item {
    margin-bottom: 25px;
  }
}
.faq .items .item:last-child {
  margin-bottom: 0;
}
.faq .items .item.active .closed-open .plus:after {
  opacity: 1;
}
.faq .items .item .closed-open {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #3b3b3b;
  margin-bottom: 20px;
  cursor: pointer;
}
.faq .items .item .closed-open:before {
  counter-increment: section;
  content: '00' counter(section);
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3);
}
.faq .items .item .closed-open .plus {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 21px;
  height: 21px;
}
.faq .items .item .closed-open .plus:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 2px;
  width: 21px;
  background: #f6dc2e;
}
.faq .items .item .closed-open .plus:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 21px;
  width: 2px;
  background: #f6dc2e;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq .items .item .faq-title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .faq .items .item .faq-title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .faq .items .item .faq-title {
    font-size: 16px;
  }
}
.faq .items .item .info {
  color: rgba(255, 255, 255, 0.7);
  display: none;
}
.dumpster-swiper {
  padding: 80px 0 20px 0;
}
.dumpster-swiper .section-label {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.dumpster-swiper .swiper-slide .image {
  text-align: center;
}
.dumpster-swiper .swiper-slide .info-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: none;
}
@media (max-width: 960px) {
  .dumpster-swiper .swiper-slide .info-button {
    padding-top: 80px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .dumpster-swiper .swiper-slide .info-button {
    padding-top: 70px;
  }
}
@media (max-width: 480px) {
  .dumpster-swiper .swiper-slide .info-button {
    padding-top: 60px;
  }
}
.dumpster-swiper .swiper-slide .info-button .sub-title {
  font-weight: 500;
  -webkit-flex-basis: 15%;
  -moz-flex-basis: 15%;
  -ms-flex-basis: 15%;
  flex-basis: 15%;
}
@media (max-width: 960px) {
  .dumpster-swiper .swiper-slide .info-button .sub-title {
    -webkit-flex-basis: 27%;
    -moz-flex-basis: 27%;
    -ms-flex-basis: 27%;
    flex-basis: 27%;
  }
}
@media (max-width: 480px) {
  .dumpster-swiper .swiper-slide .info-button .sub-title {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.dumpster-swiper .swiper-slide .info-button .info {
  max-width: 467px;
  -webkit-flex-basis: 38%;
  -moz-flex-basis: 38%;
  -ms-flex-basis: 38%;
  flex-basis: 38%;
}
@media (max-width: 960px) {
  .dumpster-swiper .swiper-slide .info-button .info {
    max-width: 100%;
    -webkit-flex-basis: 70%;
    -moz-flex-basis: 70%;
    -ms-flex-basis: 70%;
    flex-basis: 70%;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .dumpster-swiper .swiper-slide .info-button .info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}
.dumpster-swiper .swiper-slide .info-button .btn-groupd {
  min-width: 440px;
  position: relative;
}
@media (max-width: 960px) {
  .dumpster-swiper .swiper-slide .info-button .btn-groupd {
    display: none;
  }
}
.dumpster-swiper .swiper-slide .image-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
}
@media (max-width: 1024px) {
  .dumpster-swiper .swiper-slide .image-wrap {
    grid-template-columns: repeat(1, auto);
    justify-content: center;
  }
}
.dumpster-swiper .swiper-slide .image-wrap .right .items {
  display: grid;
  grid-template-columns: repeat(10, 45px);
  gap: 10px;
}
@media (max-width: 1380px) {
  .dumpster-swiper .swiper-slide .image-wrap .right .items {
    grid-template-columns: repeat(8, 45px);
  }
}
@media (max-width: 1024px) {
  .dumpster-swiper .swiper-slide .image-wrap .right .items {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .dumpster-swiper .swiper-slide .image-wrap .right .items {
    grid-template-columns: repeat(8, 1fr);
  }
}
.dumpster-swiper .swiper-slide .image-wrap .right .items .trash-bins {
  aspect-ratio: 0.6666666667;
  background-image: url('../img/trash-bins-img.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.dumpster-swiper .swiper-slide .image-wrap .right .items-count {
  text-align: right;
  margin: 15px 0;
}
@media (max-width: 1024px) {
  .dumpster-swiper .swiper-slide .image-wrap .right .items-count {
    text-align: center;
  }
}
.dumpster-swiper .swiper-slide .image-wrap .right .items-count h4 {
  margin-bottom: 0;
}
.dumpster-swiper .btn-group {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: 1440px;
  width: 100%;
  top: 0;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: none;
  z-index: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  align-items: start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 960px) {
  .dumpster-swiper .btn-group {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    left: 0;
    right: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    transform: none;
  }
}
.dumpster-swiper .btn-group .swiper-button {
  padding: 20px 35px;
  font-weight: 500;
  font-family: 'Unbounded';
  margin-left: 25px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .dumpster-swiper .btn-group .swiper-button {
    padding: 15px 20px;
  }
}
@media (max-width: 480px) {
  .dumpster-swiper .btn-group .swiper-button {
    padding: 10px 13px;
    font-size: 14px;
  }
}
.dumpster-swiper .btn-group .swiper-button:hover {
  opacity: 0.7;
}
.dumpster-swiper .btn-group .swiper-button.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.dumpster-swiper .btn-group .swiper-button.button-prev {
  background: #f6dc2e;
  color: #000;
}
@media (max-width: 960px) {
  .dumpster-swiper .btn-group .swiper-button.button-prev {
    margin-left: 0;
  }
}
.dumpster-swiper .btn-group .swiper-button.button-prev i {
  margin-right: 5px;
}
.dumpster-swiper .btn-group .swiper-button.button-next {
  background: #000;
  color: #f6dc2e;
}
.dumpster-swiper .btn-group .swiper-button.button-next i {
  margin-left: 5px;
}
.contact-form {
  padding: 80px 0;
  background: #f5f5f5;
  overflow-x: clip;
}
@media (max-width: 960px) {
  .contact-form {
    padding: 45px 0 0 0;
  }
}
@media (max-width: 768px) {
  .contact-form {
    padding: 35px 0 0 0;
  }
}
.contact-form .row1440 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.contact-form .left {
  -webkit-flex-basis: 49.5%;
  -moz-flex-basis: 49.5%;
  -ms-flex-basis: 49.5%;
  flex-basis: 49.5%;
  padding: 65px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 960px) {
  .contact-form .left {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 45px 0;
  }
}
@media (max-width: 768px) {
  .contact-form .left {
    padding: 35px 0;
  }
}
.contact-form .left:before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: -1000px;
  background-image: url('../img/bg-contact.jpg');
  content: '';
  background-size: cover;
  z-index: -1;
}
@media (max-width: 960px) {
  .contact-form .left:before {
    right: -1000px;
  }
}
.contact-form .left .phone {
  margin-bottom: 20px;
}
.contact-form .left .phone .title-phone {
  color: #f6dc2e;
  font-size: 16px;
  margin-bottom: 5px;
}
.contact-form .left .phone .phone-number {
  font-size: 36px;
  font-family: 'Unbounded';
  color: #fff;
  text-decoration: none;
}
@media (max-width: 768px) {
  .contact-form .left .phone .phone-number {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .contact-form .left .phone .phone-number {
    font-size: 24px;
  }
}
.contact-form .left .phone .phone-number:hover {
  color: #f6dc2e;
}
.contact-form .left .address {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .contact-form .left .address {
    margin-bottom: 25px;
  }
}
.contact-form .left .address .title-address {
  color: #f6dc2e;
  font-size: 16px;
  margin-bottom: 5px;
}
.contact-form .left .address .address-link {
  font-size: 36px;
  font-family: 'Unbounded';
  color: #fff;
  text-decoration: none;
  max-width: 536px;
  display: inline-block;
}
@media (max-width: 768px) {
  .contact-form .left .address .address-link {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .contact-form .left .address .address-link {
    font-size: 24px;
  }
}
.contact-form .left .address .address-link:hover {
  color: #f6dc2e;
}
.contact-form .left .connect .title-social {
  color: #f6dc2e;
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 500;
}
.contact-form .left .connect .some {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  gap: 15px;
}
.contact-form .left .connect .some a {
  background-color: #fff;
  color: #15141c;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  width: 32px;
  height: 32px;
  font-size: 18px;
}
.contact-form .left .connect .some a:before {
  font-size: 18px;
  color: #3f3f3f;
}
.contact-form .right {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-basis: 48%;
  flex-basis: 48%;
  max-width: 590px;
}
@media (max-width: 960px) {
  .contact-form .right {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.contact-form .right h3 {
  font-weight: 500;
}
.contact-form .right .input-field {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
.contact-form .right .input-field:focus-within label, .contact-form .right .input-field input:not(:placeholder-shown) ~ label {
  display: none;
}
.contact-form .right .input-field.col-6 {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-basis: 49%;
  flex-basis: 49%;
}
@media (max-width: 768px) {
  .contact-form .right .input-field.sm-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.contact-form .right .input-field label {
  position: absolute;
  top: 13px;
  left: 3px;
  pointer-events: none;
  font-size: 14px;
  color: #333;
  z-index: 1;
  font-weight: 500;
  font-style: italic;
}
.contact-form .right .input-field label span {
  color: #903e3c;
}
.contact-form .right .input-field input {
  background: #f5f5f5;
  border: none;
  border-bottom: 1px solid #e4e4e4;
  color: #333;
  padding: 0 0 0 3px;
  font-size: 14px;
  font-weight: 500;
}
.contact-form .right .input-field textarea {
  background: #f5f5f5;
  border: none;
  border-bottom: 1px solid #e4e4e4;
  color: #333;
  padding: 0 0 0 3px;
  font-size: 14px;
  font-weight: 500;
}
.contact-form .right .input-field .wpcf7-not-valid-tip {
  z-index: 2;
}
.contact-form .right .select-field {
  margin-bottom: 20px;
}
.contact-form .right .select-field label {
  font-weight: 500;
  font-style: italic;
  font-size: 14px;
  margin-bottom: 10px;
  margin-left: 3px;
}
.contact-form .right .select-field select {
  width: 100%;
  border: none;
  background: #f5f5f5;
  border-bottom: 1px solid #e4e4e4;
  color: #333;
  height: 40px;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  color: #aeaeae;
  cursor: pointer;
  font-style: italic;
}
.contact-form .right .select-field select option {
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  font-family: 'Montserrat', sans-serif;
  padding: 0;
  color: #aeaeae;
}
.contact-form .right .btn-field {
  position: relative;
  text-align: end;
}
.contact-form .right .btn-field .btn {
  padding: 20px 70px;
}
@media (max-width: 768px) {
  .contact-form .right .btn-field .btn {
    padding: 17px 30px;
  }
}
.contact-top-v {
  padding-bottom: 90px;
}
@media (max-width: 960px) {
  .contact-top-v {
    padding-bottom: 45px;
  }
}
@media (max-width: 768px) {
  .contact-top-v {
    padding-bottom: 35px;
  }
}
.contact-top-v strong {
  font-weight: 600;
}
.tpl-contact .testimonials {
  padding: 90px 0;
}
@media (max-width: 960px) {
  .tpl-contact .testimonials {
    padding: 45px 0;
  }
}
@media (max-width: 768px) {
  .tpl-contact .testimonials {
    padding: 35px 0;
  }
}
.index-top {
  padding: 40px 0;
}
.index-top .row1440 {
  width: 700px;
}
.index-top .wys .section-label {
  padding: 0;
  border: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 22px;
}
.index-top .wys h1 {
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 48px;
}
@media (max-width: 1024px) {
  .index-top .wys h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .index-top .wys h1 {
    font-size: 34px;
  }
}
@media (max-width: 576px) {
  .index-top .wys h1 {
    font-size: 30px;
  }
}
.index-main .wys .section-label {
  padding: 0 0 18px;
  margin-bottom: 18px;
}
.index-main .wys h3 {
  margin-bottom: 32px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .index-main .wys h3 {
    margin-bottom: 20px;
  }
}
.posts-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.7%;
  width: 101.4%;
}
.posts-wrapper > * {
  width: 31.9333333333%;
  margin: 0 0.7% 0.9333333333em;
}
@media (max-width: 1024px) {
  .posts-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.7%;
    width: 101.4%;
  }
  .posts-wrapper > * {
    width: 48.6%;
    margin: 0 0.7% 1.05em;
  }
}
@media (max-width: 768px) {
  .posts-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.7%;
    width: 101.4%;
  }
  .posts-wrapper > * {
    width: 98.6%;
    margin: 0 0.7% 1.4em;
  }
}
.post-item {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .post-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .post-item {
    margin-bottom: 25px;
  }
}
.post-item .section-label {
  margin-bottom: 0;
  border: 0;
}
.post-item .thumb {
  height: 375px;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
@media (max-width: 1024px) {
  .post-item .thumb {
    height: 320px;
  }
}
@media (max-width: 768px) {
  .post-item .thumb {
    height: 260px;
  }
}
.post-item .thumb:hover {
  opacity: 0.7;
}
.post-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-item .post-title {
  display: block;
  margin-bottom: 20px;
}
.post-item .post-title a {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  font-size: 24px;
  line-height: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000;
}
@media (max-width: 768px) {
  .post-item .post-title a {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .post-item .post-title a {
    font-size: 20px;
  }
}
.post-item .post-title a:hover {
  color: #f6dc2e;
}
.recent-posts-block {
  padding: 80px 0;
  background: #f5f5f5;
}
@media (max-width: 1024px) {
  .recent-posts-block {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .recent-posts-block {
    padding: 30px 0;
  }
}
.recent-posts-block .wys .section-label {
  padding: 0 0 18px;
  margin-bottom: 18px;
}
.recent-posts-block .wys h3 {
  margin-bottom: 32px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .recent-posts-block .wys h3 {
    margin-bottom: 20px;
  }
}
.numbered_pagination {
  margin-bottom: 30px;
}
.recent-posts {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.7%;
  width: 101.4%;
}
.recent-posts > * {
  width: 48.6%;
  margin: 0 0.7% 1.05em;
}
@media (max-width: 768px) {
  .recent-posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.7%;
    width: 101.4%;
  }
  .recent-posts > * {
    width: 98.6%;
    margin: 0 0.7% 1.4em;
  }
}
.recent-posts .post-item {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .recent-posts .post-item {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .recent-posts .post-item:last-child {
    margin-bottom: 0;
  }
}
.recent-posts .post-item .thumb {
  -webkit-flex-basis: 224px;
  -moz-flex-basis: 224px;
  -ms-flex-basis: 224px;
  flex-basis: 224px;
  margin-right: 21px;
  height: auto;
}
@media (max-width: 576px) {
  .recent-posts .post-item .thumb {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    margin: 0 auto 15px;
  }
}
.recent-posts .post-item .post-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.recent-posts .post-item .post-info .section-label {
  padding: 0 0 13px;
}
.recent-posts .post-item .post-title {
  margin-bottom: 13px;
}
.single-index-main .single-index-image {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
.single-index-main .category-box {
  margin-bottom: 10px;
  display: block;
}
.single-index-main .author {
  display: block;
  margin-bottom: 10px;
}
.search-block-box {
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.search-block-box:before {
  background: #f5f5f5;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: -1;
  content: '';
}
@media (max-width: 1024px) {
  .search-block-box {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .search-block-box {
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .search-block-box {
    margin-bottom: 0;
  }
}
.search-block {
  position: relative;
  font-size: 0;
  background: #f6dc2e;
  padding: 56px 20px 63px;
}
@media (max-width: 1024px) {
  .search-block {
    padding: 45px 20px;
  }
}
@media (max-width: 768px) {
  .search-block {
    padding: 40px 20px;
  }
}
@media (max-width: 480px) {
  .search-block {
    padding: 30px 20px;
  }
}
.search-block .search-block-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.search-block .wys {
  margin-bottom: 20px;
}
.search-block .wys .section-label {
  padding: 0 0 18px;
  margin-bottom: 18px;
  border-color: #c9b531;
}
.search-block .wys .section-label:before {
  background: #fff;
}
.search-block .wys h3 {
  margin-bottom: 32px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .search-block .wys h3 {
    margin-bottom: 20px;
  }
}
.search-block .search-form {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.search-block .btn {
  min-width: 244px;
  padding: 22px 35px;
}
@media (max-width: 768px) {
  .search-block .btn {
    min-width: auto;
    padding: 16px 25px;
  }
}
@media (max-width: 480px) {
  .search-block .btn {
    padding: 16px 20px;
  }
}
.search-block input[type="text"] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  outline: none;
  border: none;
  font-size: 14px;
  line-height: 17px;
  background: transparent;
  padding: 16px 23px;
  border-bottom: 1px solid #000;
  color: #333;
  margin-right: 50px;
}
@media (max-width: 1024px) {
  .search-block input[type="text"] {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .search-block input[type="text"] {
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .search-block input[type="text"] {
    margin-right: 10px;
    padding: 16px 10px 16px 0;
  }
}
.search-block input[type="text"]::placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #333;
}
.ba-slider {
  padding-bottom: 35px;
}
.ba-slider .title-buttons .title h3 {
  font-weight: 500;
}
@media (max-width: 768px) {
  .ba-slider .title-buttons > .flex {
    display: block;
  }
}
.ba-slider .title-buttons h2 {
  flex: 1;
}
.ba-slider .title-buttons .slider-nav {
  flex-basis: 315px;
}
@media (max-width: 768px) {
  .ba-slider .title-buttons .slider-nav {
    margin-bottom: 30px;
  }
}
.ba-slider .title-buttons .slider-nav .btn {
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  bottom: auto;
  width: auto;
  height: auto;
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3sease-in-out;
}
.ba-slider .title-buttons .swiper-button-next:after, .ba-slider .title-buttons .swiper-button-prev:after {
  display: none;
}
.ba-slider .swiper-slide .twentytwenty-overlay {
  background: rgba(255, 255, 255, 0.37);
}
@media (max-width: 768px) {
  .ba-slider .swiper-slide .twentytwenty-overlay {
    background: rgba(255, 255, 255, 0);
  }
}
.ba-slider .swiper-slide.swiper-slide-active .twentytwenty-overlay {
  background: rgba(255, 255, 255, 0);
}
.ba-slider .swiper-slide .twentytwenty-handle {
  width: 53px;
  height: 53px;
  background: #f6dc2e;
  border: none;
  margin-left: -26px;
}
.ba-slider .swiper-slide .twentytwenty-horizontal .twentytwenty-handle:before, .ba-slider .swiper-slide .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 1px;
  background: #000;
  box-shadow: none;
}
.ba-slider .swiper-slide .twentytwenty-horizontal .twentytwenty-handle:before {
  margin-bottom: 26px;
}
.ba-slider .swiper-slide .twentytwenty-horizontal .twentytwenty-handle:after {
  margin-top: 27px;
}
.ba-slider .swiper-slide .twentytwenty-left-arrow, .ba-slider .swiper-slide .twentytwenty-right-arrow {
  border-left: none;
  border-right: none;
}
.ba-slider .swiper-slide .twentytwenty-left-arrow:before {
  content: '\f104';
  font-family: 'fontawesome';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  font-size: 12px;
}
.ba-slider .swiper-slide .twentytwenty-right-arrow:after {
  content: '\f105';
  font-family: 'fontawesome';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  font-size: 12px;
}
.ba-slider .swiper-slide .twentytwenty-container {
  position: relative;
  aspect-ratio: 1.58;
}
.ba-slider .swiper-slide .twentytwenty-container, .ba-slider .swiper-slide .twentytwenty-before, .ba-slider .swiper-slide .twentytwenty-after, .ba-slider .swiper-slide .twentytwenty-before img, .ba-slider .swiper-slide .twentytwenty-after img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
.ba-slider .swiper-slide .twentytwenty-container img {
  width: 100%;
  object-fit: cover;
}
.section-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 13px 0;
  border-bottom: 1px solid #e4e4e4;
  letter-spacing: 5px;
  position: relative;
  margin-bottom: 30px;
  font-family: 'Unbounded', sans-serif;
}
.section-label > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
.section-label > span:before {
  display: inline-block;
  content: '';
  background-color: #f6dc2e;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.section-label .tabs {
  background-color: #f3f3f3;
  border-radius: 50px;
  overflow: hidden;
}
.section-label .tabs .tab-title {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 50px;
  font-size: 16px;
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  cursor: pointer;
}
.section-label .tabs .tab-title.active {
  background-color: #222;
  color: #f6dc2e;
}
.grey-bg {
  background-color: #f4f4f4;
}
.map-tooltip > div {
  background: #fff !important;
  padding: 25px 15px !important;
  border-radius: 10px;
  color: #222 !important;
  box-shadow: 5px 10px 25px 0px rgba(0, 0, 0, 0.5);
}
.hp-top-banner--section {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1480px) {
  .hp-top-banner--section {
    gap: 40px;
  }
}
@media (max-width: 1180px) {
  .hp-top-banner--section {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.hp-top-banner--section .left {
  padding: 40px 0;
}
@media (max-width: 1480px) {
  .hp-top-banner--section .left {
    padding: 40px 0 40px 45px;
  }
}
@media (max-width: 1180px) {
  .hp-top-banner--section .left {
    padding: 40px 35px;
  }
}
@media (max-width: 1024px) {
  .hp-top-banner--section .left {
    padding: 40px 20px 10px;
  }
}
.hp-top-banner--section .left .text {
  margin-left: auto;
  max-width: 630px;
}
@media (max-width: 1180px) {
  .hp-top-banner--section .left .text {
    max-width: 100%;
  }
}
.hp-top-banner--section .left .wys h1, .hp-top-banner--section .left .wys h2, .hp-top-banner--section .left .wys h3 {
  margin-bottom: 20px;
  font-weight: 600;
}
.hp-top-banner--section .left .wys p {
  font-size: 24px;
}
.hp-top-banner--section .left .wys .button-wrapper {
  margin-top: 50px;
  font-size: 12px;
}
@media (max-width: 768px) {
  .hp-top-banner--section .left .wys .button-wrapper {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(1, auto);
    gap: 10px;
  }
}
.hp-top-banner--section .right {
  position: relative;
}
@media (max-width: 1180px) {
  .hp-top-banner--section .right {
    order: -1;
  }
}
.hp-top-banner--section .right .top-main-image {
  position: relative;
  aspect-ratio: 1.3333333333;
  z-index: 1;
}
.hp-top-banner--section .right .top-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hp-top-banner--section .right .top-phone-number {
  position: absolute;
  top: 0;
  left: 60px;
  background-color: #fff;
  padding: 27px 30px;
  z-index: 2;
}
@media (max-width: 1380px) {
  .hp-top-banner--section .right .top-phone-number {
    left: 30px;
  }
}
@media (max-width: 1024px) {
  .hp-top-banner--section .right .top-phone-number {
    position: relative;
    left: 0;
  }
}
.hp-top-banner--section .right .top-phone-number span {
  color: #333;
  font-size: 20px;
  font-family: 'Unbounded', sans-serif;
  font-weight: 500;
}
.hp-stats--wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 65px;
}
@media (max-width: 1280px) {
  .hp-stats--wrapper {
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .hp-stats--wrapper {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.hp-stats--wrapper .stat--title {
  padding: 15px 0;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .hp-stats--wrapper .stat--title {
    margin-bottom: 10px;
  }
}
.hp-stats--wrapper .stat--title span {
  font-size: 16px;
  font-family: 'Unbounded', sans-serif;
  font-weight: 500;
  color: #000;
}
.hp-stats--wrapper .stat--text span {
  color: #f6dc2e;
  font-size: 60px;
  font-family: 'Unbounded', sans-serif;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .hp-stats--wrapper .stat--text span {
    font-size: 40px;
  }
}
.hp-companies-logo--wrapper .mySwiper {
  overflow: visible;
}
.hp-companies-logo--wrapper .mySwiper .swiper-slide .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.hp-companies-logo--wrapper .mySwiper .swiper-slide .inner figure img {
  max-width: 100%;
}
.hp-wwh--section {
  background: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 80%, rgba(244, 244, 244, 1) 80%);
}
.hp-wwh--top {
  margin-bottom: 50px;
  border-top: 1px solid #e4e4e4;
  padding-top: 30px;
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 15px;
}
@media (max-width: 1350px) {
  .hp-wwh--top {
    grid-template-columns: 0.5fr 1fr;
  }
}
@media (max-width: 1180px) {
  .hp-wwh--top {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hp-wwh--top .title h3 {
  font-weight: 500;
  margin-bottom: 20px;
}
.hp-wwh--top .description {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 60px;
}
@media (max-width: 768px) {
  .hp-wwh--top .description {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.hp-wwh--tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .hp-wwh--tiles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .hp-wwh--tiles {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hp-wwh--tiles .tile {
  position: relative;
  aspect-ratio: 1.5;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 28px;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .hp-wwh--tiles .tile {
    padding: 15px;
  }
}
.hp-wwh--tiles .tile .tile-title h4 {
  margin-bottom: 0;
}
.cta--block {
  padding: 55px 70px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: 40px;
}
@media (max-width: 1140px) {
  .cta--block {
    padding: 40px;
  }
}
@media (max-width: 1024px) {
  .cta--block {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 576px) {
  .cta--block {
    padding: 40px 20px;
  }
}
.cta--block .text h2, .cta--block .text h3 {
  margin-bottom: 10px;
}
.cta--block .text h4, .cta--block .text p {
  color: rgba(255, 255, 255, 0.7);
}
.cta--block .text h2, .cta--block .text h3 {
  color: #fff;
}
@media (max-width: 1140px) {
}
.cta--block .image figure {
  position: relative;
  margin-right: -120px;
}
@media (max-width: 1140px) {
  .cta--block .image figure {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .cta--block .image figure {
    max-width: 600px;
    margin: 0 auto;
  }
}
.cta--block .image figure img {
  width: 100%;
}
.hp-dumpsters--section {
  background-color: #15141c;
}
.hp-dumpsters--wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .hp-dumpsters--wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .hp-dumpsters--wrapper {
    grid-template-columns: repeat(1, 450px);
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .hp-dumpsters--wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.dumpster-card {
  background-color: #1d1c24;
}
.dumpster-card .top {
  text-align: right;
}
.dumpster-card .top .top-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.dumpster-card .top .top-label .type {
  padding: 20px 40px;
  color: #f6dc2e;
  font-weight: 500;
  font-size: 20px;
}
.dumpster-card .top .yd {
  background-color: #f6dc2e;
  padding: 10px 30px;
  display: inline-block;
}
.dumpster-card .top .yd span {
  font-family: 'Unbounded', sans-serif;
  font-weight: 500;
  display: inline-block;
}
.dumpster-card .top .yd span.num {
  font-size: 32px;
  margin-right: 5px;
}
.dumpster-card .top .yd span.text {
  font-size: 14px;
}
.dumpster-card .top figure {
  padding: 30px 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .dumpster-card .top figure {
    padding: 30px 15px;
  }
}
.dumpster-card .top figure img {
  max-width: 100%;
  object-fit: cover;
}
.dumpster-card .middle {
  background-color: #15141c;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 20px;
  padding: 20px;
}
@media (max-width: 1380px) {
  .dumpster-card .middle {
    gap: 10px;
  }
}
@media (max-width: 1200px) {
  .dumpster-card .middle {
    grid-template-columns: repeat(1, auto);
  }
}
.dumpster-card .middle .col span {
  font-family: 'Unbounded', sans-serif;
  font-weight: 500;
}
.dumpster-card .middle .col .col-name {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .dumpster-card .middle .col .col-name {
    margin-bottom: 15px;
  }
}
.dumpster-card .middle .col .col-name span {
  font-size: 12px;
  color: #f6dc2e;
}
.dumpster-card .middle .col .col-info {
  text-align: left;
}
.dumpster-card .middle .col .col-info span {
  color: #fff;
  font-size: 16px;
}
.dumpster-card .middle .col .col-dimensions {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 1200px) {
  .dumpster-card .middle .col .col-dimensions {
    justify-content: flex-start;
  }
}
.dumpster-card .middle .col .col-dimensions > div * {
  color: #fff;
}
.dumpster-card .middle .col .col-dimensions > div span {
  display: block;
  font-size: 16px;
  text-align: center;
}
.dumpster-card .middle .col .col-dimensions > div span.ft {
  font-weight: 400;
  font-size: 12px;
}
.dumpster-card .bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
  gap: 40px 30px;
  padding: 30px 20px;
}
@media (max-width: 1350px) {
  .dumpster-card .bottom {
    gap: 40px 20px;
  }
}
@media (max-width: 1100px) {
  .dumpster-card .bottom {
    grid-template-columns: 1fr;
  }
}
.dumpster-card .bottom .left p, .dumpster-card .bottom .left span {
  color: #fff;
}
.dumpster-card .bottom .left p {
  font-size: 14px;
}
.dumpster-card .bottom .left span {
  font-size: 12px;
}
.dumpster-card .bottom .left h4 {
  color: #f6dc2e;
  margin-bottom: 15px;
}
.dumpster-card .bottom .left .delivery {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 30px;
}
.dumpster-card .bottom .left .delivery .fa-check {
  border: 1px solid #f6dc2e;
  border-radius: 4px;
  width: 15px;
  height: 15px;
  color: #f6dc2e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  font-size: 7px;
}
.dumpster-card .bottom .right .info {
  display: grid;
  grid-template-columns: auto 50px;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}
.dumpster-card .bottom .right .info:last-child {
  margin-bottom: 0;
}
.dumpster-card .bottom .right .info .text span {
  color: #fff;
  display: block;
  font-size: 14px;
}
.dumpster-card .bottom .right .info .text span .num {
  font-family: 'Unbounded', sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.dumpster-card .bottom .right .info .icon svg, .dumpster-card .bottom .right .info .icon img {
  max-width: 100%;
}
.dumpster-card .bottom .button {
  grid-column-start: 1;
  grid-column-end: -1;
}
.dumpster-card .bottom .button .btn {
  width: 100%;
  text-align: center;
}
.hiw--section.bg-grey .card {
  background-color: #fff;
}
.hiw--top {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  gap: 35px 15px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .hiw--top {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.hiw--top .section-label {
  grid-column-start: 1;
  grid-column-end: -1;
}
.hiw--top .title h3 {
  font-weight: 500;
  margin-bottom: 15px;
}
.hiw--cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media (max-width: 1024px) {
  .hiw--cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .hiw--cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hiw--cards .card {
  background-color: #f5f5f5;
  padding: 25px 25px 45px;
}
@media (max-width: 768px) {
  .hiw--cards .card {
    padding: 30px 15px;
  }
}
.hiw--cards .card .top {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 0.6fr 1fr;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1100px) {
  .hiw--cards .card .top {
    grid-template-columns: repeat(2, 1fr);
  }
}
.hiw--cards .card .top figure {
  width: 100%;
}
.hiw--cards .card .top figure img, .hiw--cards .card .top figure svg {
  width: 100%;
  object-fit: cover;
}
.hiw--cards .card .top .count {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: flex-end;
  gap: 15px;
}
.hiw--cards .card .top .count .index {
  font-weight: 700;
  font-size: 90px;
  font-family: 'Unbounded', sans-serif;
  color: #ededed;
}
@media (max-width: 1380px) {
  .hiw--cards .card .top .count .index {
    font-size: 75px;
  }
}
@media (max-width: 1250px) {
  .hiw--cards .card .top .count .index {
    font-size: 60px;
  }
}
@media (max-width: 1100px) {
  .hiw--cards .card .top .count .index {
    display: none;
  }
}
.hiw--cards .card .top .count .rotate {
  background-color: #f6dc2e;
  padding: 25px 15px;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Unbounded', sans-serif;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
.hiw--cards .card .text h4 {
  margin-bottom: 20px;
}
.hp-other-services--top {
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  align-items: center;
  gap: 25px 15px;
  margin-bottom: 50px;
}
@media (max-width: 1180px) {
  .hp-other-services--top {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.hp-other-services--top .section-label {
  grid-column-start: 1;
  grid-column-end: -1;
}
.hp-other-services--top .title h3 {
  font-weight: 500;
  margin-bottom: 0;
}
.hp-other-services--top .buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  flex-direction: row;
}
.hp-other-services--slides {
  position: relative;
}
.hp-other-services--slides .slides-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hp-other-services--slides .slides-bg .mySwiper2 {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hp-other-services--slides .slides-bg .mySwiper2 .swiper-slide figure {
  width: 100%;
  height: 100%;
  position: relative;
}
.hp-other-services--slides .slides-bg .mySwiper2 .swiper-slide figure:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.hp-other-services--slides .slides-bg .mySwiper2 .swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hp-other-services--slides .slides-cards .mySwiper {
  z-index: 2;
}
.hp-other-services--slides .slides-cards .mySwiper .swiper-slide .inner {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding: 50px;
  min-height: 560px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 1fr auto;
  gap: 15px;
}
@media (max-width: 1480px) {
  .hp-other-services--slides .slides-cards .mySwiper .swiper-slide .inner {
    padding: 40px 20px;
  }
}
@media (max-width: 1024px) {
  .hp-other-services--slides .slides-cards .mySwiper .swiper-slide .inner {
    min-height: 400px;
  }
}
.hp-other-services--slides .slides-cards .mySwiper .swiper-slide .inner .count span {
  font-size: 96px;
  font-family: 'Unbounded', sans-serif;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1024px) {
  .hp-other-services--slides .slides-cards .mySwiper .swiper-slide .inner .count span {
    font-size: 60px;
  }
}
.hp-other-services--slides .slides-cards .mySwiper .swiper-slide .inner * {
  color: #fff;
}
.hp-other-services--slides .slides-cards .mySwiper .swiper-slide .inner h4 {
  transition: all 0.4s ease-in-out;
  margin-bottom: 15px;
}
.hp-other-services--slides .slides-cards .mySwiper .swiper-slide.swiper-slide-thumb-active .inner h4 {
  color: #f6dc2e;
}
.gallery--top {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  align-items: center;
  gap: 0 20px;
  margin-bottom: 50px;
}
@media (max-width: 1280px) {
  .gallery--top {
    grid-template-columns: 1fr auto;
  }
}
@media (max-width: 768px) {
  .gallery--top {
    grid-template-columns: repeat(1, 1fr);
  }
}
.gallery--top .section-label {
  grid-column-start: 1;
  grid-column-end: -1;
}
.gallery--top .title {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .gallery--top .title {
    grid-template-columns: repeat(1, 1fr);
  }
}
.gallery--top .title h3 {
  font-weight: 500;
  margin-bottom: 0;
}
.gallery--top .title p {
  color: rgba(0, 0, 0, 0.7);
}
.gallery--top .section-title h3 {
  font-weight: 500;
  margin-bottom: 0;
}
.gallery--top .slider-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
@media (max-width: 1280px) {
  .gallery--top .slider-nav {
    margin: 20px 0;
  }
}
@media (max-width: 768px) {
  .gallery--top .slider-nav {
    justify-content: flex-start;
  }
}
.gallery--top .slider-nav .btn {
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  bottom: auto;
  width: auto;
  height: auto;
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease-in-out;
}
.gallery--top .slider-nav .btn:after {
  display: none;
}
.gallery--slider .mySwiper {
  overflow: visible;
}
.gallery--slider .mySwiper .swiper-slide .inner {
  position: relative;
}
.gallery--slider .mySwiper .swiper-slide .inner figure {
  position: relative;
  aspect-ratio: 0.7142857143;
}
.gallery--slider .mySwiper .swiper-slide .inner figure:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, rgba(0, 0, 0, 1) 100%);
  z-index: 1;
}
.gallery--slider .mySwiper .swiper-slide .inner figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery--slider .mySwiper .swiper-slide .inner .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  z-index: 2;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1180px) {
  .gallery--slider .mySwiper .swiper-slide .inner .text {
    padding: 15px;
  }
}
.gallery--slider .mySwiper .swiper-slide .inner .text * {
  color: #fff;
}
.gallery--slider .mySwiper .swiper-slide:nth-child(even) .inner {
  padding-top: 30px;
}
@media (max-width: 450px) {
  .gallery--slider .mySwiper .swiper-slide:nth-child(even) .inner {
    padding-top: 0;
  }
}
.why-us--section {
  background: #fff;
  background: linear-gradient(180deg, rgba(244, 244, 244, 1) 75%, rgba(255, 255, 255, 1) 75%);
}
.why-us--wrapper {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 140px;
}
@media (max-width: 1480px) {
  .why-us--wrapper {
    gap: 100px;
  }
}
@media (max-width: 1280px) {
  .why-us--wrapper {
    gap: 50px;
  }
}
@media (max-width: 1180px) {
  .why-us--wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .why-us--wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.why-us--wrapper .image figure {
  position: relative;
  aspect-ratio: 1;
}
.why-us--wrapper .image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.why-us--wrapper .right {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 15px;
}
.why-us--wrapper .right .top h3, .why-us--wrapper .right .top h2 {
  margin-bottom: 20px;
}
.why-us--wrapper .right .top h3 strong, .why-us--wrapper .right .top h2 strong {
  font-weight: 500;
}
.why-us--wrapper .right .options {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
.why-us--wrapper .right .options > div {
  justify-content: flex-start;
  gap: 10px;
}
.yellow-box-image--wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch;
}
@media (max-width: 1024px) {
  .yellow-box-image--wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.yellow-box-image--wrapper .left {
  background-color: #f6dc2e;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 60px 100px;
  position: relative;
}
@media (max-width: 1480px) {
  .yellow-box-image--wrapper .left {
    padding: 60px;
  }
}
@media (max-width: 1280px) {
  .yellow-box-image--wrapper .left {
    padding: 60px 40px;
  }
}
@media (max-width: 1024px) {
  .yellow-box-image--wrapper .left {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .yellow-box-image--wrapper .left {
    padding: 40px 20px;
  }
}
.yellow-box-image--wrapper .left .text .section-label {
  border-color: #ababab;
}
.yellow-box-image--wrapper .left .text .section-label:before {
  background-color: #333;
}
.yellow-box-image--wrapper .left .text .wys h2 {
  font-weight: 500;
  font-size: 64px;
}
@media (max-width: 1024px) {
  .yellow-box-image--wrapper .left .text .wys h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .yellow-box-image--wrapper .left .text .wys h2 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .yellow-box-image--wrapper .left .text .wys h2 {
    font-size: 28px;
  }
}
.yellow-box-image--wrapper .left .text .wys p {
  font-size: 24px;
}
@media (max-width: 1024px) {
  .yellow-box-image--wrapper .left .text .wys p {
    font-size: 20px;
  }
}
.yellow-box-image--wrapper .left .button-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1280px) {
  .yellow-box-image--wrapper .left .button-wrapper {
    position: relative;
    text-align: left;
    margin: 40px 0 0;
  }
}
.yellow-box-image--wrapper .right figure {
  position: relative;
  aspect-ratio: 1;
  height: 100%;
}
@media (max-width: 1280px) {
  .yellow-box-image--wrapper .right figure {
    aspect-ratio: auto;
  }
}
@media (max-width: 1024px) {
  .yellow-box-image--wrapper .right figure {
    aspect-ratio: 1.7777777778;
  }
}
@media (max-width: 768px) {
  .yellow-box-image--wrapper .right figure {
    aspect-ratio: 1.5;
  }
}
.yellow-box-image--wrapper .right figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.get-in-touch--section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 100px;
  background-color: #f5f5f5;
}
@media (max-width: 1550px) {
  .get-in-touch--section {
    gap: 50px;
  }
}
@media (max-width: 1024px) {
  .get-in-touch--section {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.get-in-touch--section .left figure {
  position: relative;
  aspect-ratio: 1.3333333333;
}
@media (max-width: 1024px) {
  .get-in-touch--section .left figure {
    aspect-ratio: 1.5;
  }
}
.get-in-touch--section .left figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.get-in-touch--section .right {
  padding: 40px;
}
@media (max-width: 1280px) {
  .get-in-touch--section .right {
    padding: 40px 20px;
  }
}
@media (max-width: 1024px) {
  .get-in-touch--section .right {
    order: -1;
  }
}
@media (max-width: 768px) {
  .get-in-touch--section .right {
    padding: 20px;
  }
}
.get-in-touch--section .right .wys {
  max-width: 630px;
}
@media (max-width: 1024px) {
  .get-in-touch--section .right .wys {
    margin: 0 auto;
  }
}
.get-in-touch--section .right .wys form label input, .get-in-touch--section .right .wys form label textarea, .get-in-touch--section .right .wys form label select {
  width: 100%;
  border: none;
  outline: none;
  border-bottom: 1px solid #e4e4e4;
  font-size: 14px;
  color: #333;
  padding: 15px 0;
  background-color: transparent;
}
.get-in-touch--section .right .wys form label input::placeholder, .get-in-touch--section .right .wys form label textarea::placeholder, .get-in-touch--section .right .wys form label select::placeholder {
  font-size: 14px;
  color: #333;
}
.get-in-touch--section .right .wys form .submit-wrapper {
  text-align: right;
  padding: 20px 0;
}
.top-page-banner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media (max-width: 1180px) {
  .top-page-banner {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.top-page-banner .title {
  padding: 40px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 1480px) {
  .top-page-banner .title {
    padding: 20px 0 20px 45px;
  }
}
@media (max-width: 1180px) {
  .top-page-banner .title {
    padding: 20px 35px;
  }
}
@media (max-width: 1024px) {
  .top-page-banner .title {
    padding: 20px 20px 10px;
  }
}
.top-page-banner .title .section-label {
  border-bottom: none;
  margin-bottom: 10px;
}
.top-page-banner .title .wys, .top-page-banner .title .section-label {
  margin-left: auto;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 690px;
}
@media (max-width: 1180px) {
  .top-page-banner .title .wys, .top-page-banner .title .section-label {
    margin: 0;
  }
}
.top-page-banner .title .wys h1, .top-page-banner .title .wys h2, .top-page-banner .title .wys h3 {
  font-weight: 600;
}
.top-page-banner .image {
  position: relative;
}
@media (max-width: 1180px) {
  .top-page-banner .image {
    order: -1;
  }
}
.top-page-banner .image .phone {
  position: absolute;
  top: -1px;
  left: 0;
  background-color: #fff;
  padding: 27px 30px;
  z-index: 2;
}
@media (max-width: 576px) {
  .top-page-banner .image .phone {
    padding: 20px 15px;
  }
}
.top-page-banner .image .phone span {
  color: #333;
  font-size: 20px;
  font-family: 'Unbounded', sans-serif;
  font-weight: 500;
}
@media (max-width: 576px) {
  .top-page-banner .image .phone span {
    font-size: 16px;
  }
}
.top-page-banner .image figure {
  position: relative;
  z-index: 1;
  aspect-ratio: 1.8;
}
.top-page-banner .image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg-grey {
  background-color: #f4f4f4;
}
.bg-white {
  background-color: #fff;
}
.bg-white-to-grey {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 60%, rgba(244, 244, 244, 1) 60%);
}
.bg-grey-to-white {
  background: linear-gradient(180deg, rgba(244, 244, 244, 1) 50%, rgba(255, 255, 255, 1) 50%);
}
.bg-black {
  background-color: #15141c;
}
.bg-black * {
  color: #fff;
}
.bg-black .btn i, .bg-black .btn span {
  color: #f6dc2e;
}
.bg-black .btn:not(.black) i, .bg-black .btn:not(.black) span {
  color: #15141c;
}
.bg-black .wys ul li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.404 22.4038C4.66517 22.4038 0 17.7386 0 11.9998C0 6.26092 4.66517 1.5957 10.404 1.5957C13.0356 1.5957 15.5052 2.55151 17.4292 4.3152C16.7892 4.69361 16.1716 5.11278 15.5776 5.56649C14.1198 4.39038 12.3071 3.74284 10.404 3.74284C5.85589 3.74284 2.14714 7.45164 2.14714 11.9998C2.14714 16.5479 5.85589 20.2567 10.404 20.2567C16.7323 20.2567 20.4895 13.4922 17.7676 8.23278C18.1801 7.84916 18.6047 7.47733 19.0405 7.11791C19.1692 7.01178 19.299 6.90664 19.4297 6.80255C20.3402 8.37518 20.8082 10.1582 20.8082 11.9997C20.8081 17.7386 16.1429 22.4038 10.404 22.4038Z' fill='%23F6DC2E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.6772 17.348C10.5601 17.348 10.4625 17.27 10.4235 17.1724C10.404 17.1333 8.72523 12.7999 6.12908 11.1602C5.62156 10.8479 5.23124 10.5161 5.38737 9.7743C5.54349 9.05207 6.03153 8.64215 6.90988 8.44694C8.47144 8.11509 10.1501 10.5356 10.7748 11.5311C12.961 8.34939 17.3334 3.35226 23.6969 2.76667C24.0039 2.73068 24.1174 3.18572 23.8335 3.31323C23.7359 3.35226 14.6396 7.51006 10.9504 17.1919C10.8919 17.2895 10.7943 17.348 10.6772 17.348Z' fill='white'/%3E%3C/svg%3E");
}
.bg-black .dumpster-card .top .yd span {
  color: #15141c;
}
.flexible .flx-image-text--wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 100px;
}
@media (max-width: 1480px) {
  .flexible .flx-image-text--wrapper {
    gap: 50px;
  }
}
@media (max-width: 1024px) {
  .flexible .flx-image-text--wrapper {
    gap: 20px;
  }
}
.flexible .flx-image-text--wrapper.reverse {
  flex-direction: row-reverse;
}
.flexible .flx-image-text--wrapper > div.text {
  flex: 1;
}
.flexible .flx-image-text--wrapper > div.text .wys {
  max-width: 590px;
}
.flexible .flx-image-text--wrapper > div.image {
  -webkit-flex-basis: 49.5%;
  -moz-flex-basis: 49.5%;
  -ms-flex-basis: 49.5%;
  flex-basis: 49.5%;
  max-width: 49.5%;
}
@media (max-width: 1300px) {
  .flexible .flx-image-text--wrapper > div.image {
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-basis: 45%;
    flex-basis: 45%;
    max-width: 45%;
  }
}
@media (max-width: 1024px) {
  .flexible .flx-image-text--wrapper > div.image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.flexible .flx-image-text--wrapper > div.image figure {
  position: relative;
  aspect-ratio: auto;
}
.flexible .flx-image-text--wrapper > div.image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flexible .yellow-box-image--wrapper .right figure {
  aspect-ratio: 1.3333333333;
}
.flexible .image-bg--section {
  min-height: 600px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1180px) {
  .flexible .image-bg--section {
    min-height: 500px;
  }
}
@media (max-width: 1024px) {
  .flexible .image-bg--section {
    min-height: 400px;
  }
}
@media (max-width: 576px) {
  .flexible .image-bg--section {
    min-height: 300px;
  }
}
.flexible .image-bg--section:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
@media (max-width: 1024px) {
  .flexible .image-bg--section:after {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
.flexible .image-bg--wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
  z-index: 2;
}
.flexible .image-bg--wrapper.text-end {
  justify-content: flex-end;
}
.flexible .image-bg--wrapper .text {
  max-width: 670px;
}
.flexible .image-bg--wrapper .text ul li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.404 22.4038C4.66517 22.4038 0 17.7386 0 11.9998C0 6.26092 4.66517 1.5957 10.404 1.5957C13.0356 1.5957 15.5052 2.55151 17.4292 4.3152C16.7892 4.69361 16.1716 5.11278 15.5776 5.56649C14.1198 4.39038 12.3071 3.74284 10.404 3.74284C5.85589 3.74284 2.14714 7.45164 2.14714 11.9998C2.14714 16.5479 5.85589 20.2567 10.404 20.2567C16.7323 20.2567 20.4895 13.4922 17.7676 8.23278C18.1801 7.84916 18.6047 7.47733 19.0405 7.11791C19.1692 7.01178 19.299 6.90664 19.4297 6.80255C20.3402 8.37518 20.8082 10.1582 20.8082 11.9997C20.8081 17.7386 16.1429 22.4038 10.404 22.4038Z' fill='%23F6DC2E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.6772 17.348C10.5601 17.348 10.4625 17.27 10.4235 17.1724C10.404 17.1333 8.72523 12.7999 6.12908 11.1602C5.62156 10.8479 5.23124 10.5161 5.38737 9.7743C5.54349 9.05207 6.03153 8.64215 6.90988 8.44694C8.47144 8.11509 10.1501 10.5356 10.7748 11.5311C12.961 8.34939 17.3334 3.35226 23.6969 2.76667C24.0039 2.73068 24.1174 3.18572 23.8335 3.31323C23.7359 3.35226 14.6396 7.51006 10.9504 17.1919C10.8919 17.2895 10.7943 17.348 10.6772 17.348Z' fill='white'/%3E%3C/svg%3E");
}
.flexible .image-bg--wrapper .text * {
  color: #fff;
}
.flexible .flx-num-cards--top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 15px;
  margin-bottom: 60px;
}
.flexible .flx-num-cards--top .section-label {
  grid-column-start: 1;
  grid-column-end: -1;
}
.flexible .flx-num-cards--top .title h1, .flexible .flx-num-cards--top .title h2, .flexible .flx-num-cards--top .title h3, .flexible .flx-num-cards--top .title h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.flexible .flx-num-cards--wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .flexible .flx-num-cards--wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.flexible .flx-num-cards--wrapper .card {
  padding: 70px 50px;
  position: relative;
  background-color: #f4f4f4;
}
@media (max-width: 576px) {
  .flexible .flx-num-cards--wrapper .card {
    padding: 40px 20px;
  }
}
.flexible .flx-num-cards--wrapper .card.hide-count {
  padding: 50px 60px;
}
.flexible .flx-num-cards--wrapper .card:nth-child(4n + 2) {
  background-color: #f6dc2e;
}
.flexible .flx-num-cards--wrapper .card:nth-child(4n + 2) .title .count span {
  color: #ead01c;
}
.flexible .flx-num-cards--wrapper .card:nth-child(4n + 3) {
  background-color: #15141c;
}
.flexible .flx-num-cards--wrapper .card:nth-child(4n + 3) .title .count span {
  color: #1e1e1e;
}
.flexible .flx-num-cards--wrapper .card:nth-child(4n + 3) * {
  color: #fff;
}
.flexible .flx-num-cards--wrapper .card:nth-child(4n + 3) .wys ul li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.404 22.4038C4.66517 22.4038 0 17.7386 0 11.9998C0 6.26092 4.66517 1.5957 10.404 1.5957C13.0356 1.5957 15.5052 2.55151 17.4292 4.3152C16.7892 4.69361 16.1716 5.11278 15.5776 5.56649C14.1198 4.39038 12.3071 3.74284 10.404 3.74284C5.85589 3.74284 2.14714 7.45164 2.14714 11.9998C2.14714 16.5479 5.85589 20.2567 10.404 20.2567C16.7323 20.2567 20.4895 13.4922 17.7676 8.23278C18.1801 7.84916 18.6047 7.47733 19.0405 7.11791C19.1692 7.01178 19.299 6.90664 19.4297 6.80255C20.3402 8.37518 20.8082 10.1582 20.8082 11.9997C20.8081 17.7386 16.1429 22.4038 10.404 22.4038Z' fill='%23F6DC2E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.6772 17.348C10.5601 17.348 10.4625 17.27 10.4235 17.1724C10.404 17.1333 8.72523 12.7999 6.12908 11.1602C5.62156 10.8479 5.23124 10.5161 5.38737 9.7743C5.54349 9.05207 6.03153 8.64215 6.90988 8.44694C8.47144 8.11509 10.1501 10.5356 10.7748 11.5311C12.961 8.34939 17.3334 3.35226 23.6969 2.76667C24.0039 2.73068 24.1174 3.18572 23.8335 3.31323C23.7359 3.35226 14.6396 7.51006 10.9504 17.1919C10.8919 17.2895 10.7943 17.348 10.6772 17.348Z' fill='white'/%3E%3C/svg%3E");
}
.flexible .flx-num-cards--wrapper .card .title {
  position: relative;
}
.flexible .flx-num-cards--wrapper .card .title .count {
  position: absolute;
  top: -35px;
  left: -35px;
  z-index: -1;
}
@media (max-width: 576px) {
  .flexible .flx-num-cards--wrapper .card .title .count {
    left: -10px;
  }
}
.flexible .flx-num-cards--wrapper .card .title .count span {
  font-family: 'Unbounded', sans-serif;
  font-size: 96px;
  font-weight: 700;
  color: #ededed;
  line-height: 1;
}
.flexible .flx-num-cards--wrapper .card .title h4 {
  margin-bottom: 20px;
  font-weight: 500;
}
.flexible .flx-num-cards--wrapper .card .title, .flexible .flx-num-cards--wrapper .card .text {
  position: relative;
  z-index: 2;
}
.flexible .flx-num-cards--wrapper .card .title p, .flexible .flx-num-cards--wrapper .card .text p {
  padding-bottom: 10px;
}
.flexible .flx-icon-cards--wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .flexible .flx-icon-cards--wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .flexible .flx-icon-cards--wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.flexible .flx-icon-cards--wrapper .card {
  background-color: #f0eded;
}
.flexible .flx-icon-cards--wrapper .card .top {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  align-items: center;
  gap: 15px 30px;
}
@media (max-width: 1280px) {
  .flexible .flx-icon-cards--wrapper .card .top {
    gap: 15px;
  }
}
.flexible .flx-icon-cards--wrapper .card .top .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  background-color: #f6dc2e;
  height: 124px;
  position: relative;
  aspect-ratio: 1;
  padding: 20px;
}
.flexible .flx-icon-cards--wrapper .card .top .icon svg, .flexible .flx-icon-cards--wrapper .card .top .icon img {
  max-width: 100%;
}
.flexible .flx-icon-cards--wrapper .card .top .title {
  padding: 10px;
}
.flexible .flx-icon-cards--wrapper .card .top .title h4 {
  margin-bottom: 0;
  font-weight: 500;
}
.flexible .flx-icon-cards--wrapper .card .text {
  padding: 30px;
}
.flexible .flx-cards-img-bg--section .row1440 {
  border-top: 1px solid #e4e4e4;
  padding-top: 30px;
}
.flexible .flx-cards-img-bg--wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0;
}
@media (max-width: 1380px) {
  .flexible .flx-cards-img-bg--wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  .flexible .flx-cards-img-bg--wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .flexible .flx-cards-img-bg--wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.flexible .flx-cards-img-bg--wrapper .card {
  position: relative;
  min-height: 560px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 1fr auto;
  gap: 15px;
  transition: background-size 0.3s ease-in-out;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .flexible .flx-cards-img-bg--wrapper .card {
    padding: 40px 20px;
  }
}
@media (max-width: 1024px) {
  .flexible .flx-cards-img-bg--wrapper .card {
    min-height: 400px;
  }
}
.flexible .flx-cards-img-bg--wrapper .card:last-child {
  border: none;
}
.flexible .flx-cards-img-bg--wrapper .card:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.flexible .flx-cards-img-bg--wrapper .card .count span {
  font-size: 96px;
  font-family: 'Unbounded', sans-serif;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1024px) {
  .flexible .flx-cards-img-bg--wrapper .card .count span {
    font-size: 60px;
  }
}
.flexible .flx-cards-img-bg--wrapper .card .text, .flexible .flx-cards-img-bg--wrapper .card .count {
  position: relative;
  z-index: 2;
}
.flexible .flx-cards-img-bg--wrapper .card .text h4, .flexible .flx-cards-img-bg--wrapper .card .count h4 {
  margin-bottom: 15px;
}
.flexible .flx-cards-img-bg--wrapper .card .text *, .flexible .flx-cards-img-bg--wrapper .card .count * {
  color: #fff;
}
.flexible .flx-capabilities--title .title {
  margin-bottom: 40px;
}
.flexible .flx-capabilities--title .title h1, .flexible .flx-capabilities--title .title h2, .flexible .flx-capabilities--title .title h3, .flexible .flx-capabilities--title .title h4 {
  margin-bottom: 10px;
}
@media (max-width: 1280px) {
  .flexible .flx-capabilities--wrapper.grid-3, .flexible .flx-capabilities--wrapper.grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .flexible .flx-capabilities--wrapper.grid-3, .flexible .flx-capabilities--wrapper.grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .flexible .flx-capabilities--wrapper.grid-3, .flexible .flx-capabilities--wrapper.grid-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.flexible .flx-capabilities--wrapper .col .top {
  display: grid;
  grid-template-columns: 83px 1fr;
  align-items: center;
  gap: 25px;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  .flexible .flx-capabilities--wrapper .col .top {
    grid-template-columns: 60px 1fr;
  }
}
@media (max-width: 768px) {
  .flexible .flx-capabilities--wrapper .col .top {
    grid-template-columns: 50px 1fr;
  }
}
.flexible .flx-capabilities--wrapper .col .top .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  background-color: #f6dc2e;
  height: 83px;
}
@media (max-width: 1280px) {
  .flexible .flx-capabilities--wrapper .col .top .icon {
    height: 60px;
  }
}
@media (max-width: 768px) {
  .flexible .flx-capabilities--wrapper .col .top .icon {
    height: 50px;
  }
}
.flexible .flx-capabilities--wrapper .col .top .icon i {
  font-size: 28px;
  color: #292d32;
}
@media (max-width: 1024px) {
  .flexible .flx-capabilities--wrapper .col .top .icon i {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .flexible .flx-capabilities--wrapper .col .top .icon i {
    font-size: 20px;
  }
}
.flexible .flx-capabilities--wrapper .col .top .title h4 {
  margin-bottom: 0;
}
.flexible .flx-options-cards--wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .flexible .flx-options-cards--wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .flexible .flx-options-cards--wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.flexible .flx-options-cards--wrapper .card .card-top {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f5f5f5;
}
.flexible .flx-options-cards--wrapper .card .card-top .num, .flexible .flx-options-cards--wrapper .card .card-top .title {
  font-family: 'Unbounded', sans-serif;
  font-weight: 500;
}
.flexible .flx-options-cards--wrapper .card .card-top .num {
  line-height: 1;
  font-size: 64px;
  color: #f6dc2e;
  margin-right: 10px;
}
.flexible .flx-dumpsters-slider--top {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  align-items: center;
  gap: 0 20px;
  margin-bottom: 50px;
}
@media (max-width: 1280px) {
  .flexible .flx-dumpsters-slider--top {
    grid-template-columns: 1fr auto;
  }
}
@media (max-width: 768px) {
  .flexible .flx-dumpsters-slider--top {
    grid-template-columns: repeat(1, 1fr);
  }
}
.flexible .flx-dumpsters-slider--top .section-label {
  grid-column-start: 1;
  grid-column-end: -1;
}
.flexible .flx-dumpsters-slider--top .section-title h3 {
  font-weight: 500;
  margin-bottom: 0;
}
.flexible .flx-dumpsters-slider--top .slider-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
@media (max-width: 1280px) {
  .flexible .flx-dumpsters-slider--top .slider-nav {
    margin: 20px 0;
  }
}
@media (max-width: 768px) {
  .flexible .flx-dumpsters-slider--top .slider-nav {
    justify-content: flex-start;
  }
}
.flexible .flx-dumpsters-slider--top .slider-nav .btn {
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  bottom: auto;
  width: auto;
  height: auto;
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease-in-out;
}
.flexible .flx-dumpsters-slider--top .slider-nav .btn:after {
  display: none;
}
.flexible .flx-dumpsters-slider--wrapper .mySwiper {
  overflow: visible;
}
.flexible .flx-faq--block {
  padding: 95px 85px;
}
@media (max-width: 1024px) {
  .flexible .flx-faq--block {
    padding: 60px 40px;
  }
}
@media (max-width: 576px) {
  .flexible .flx-faq--block {
    padding: 40px 20px;
  }
}
.flexible .flx-faq--block .section-label {
  margin-bottom: 0;
  border-bottom: none;
}
.flexible .flx-faq--block .tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 40px;
}
.flexible .flx-faq--block .tabs .tab-title {
  padding: 20px 40px;
  border: 1px solid #3b3b3b;
  flex: auto;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
}
@media (max-width: 576px) {
  .flexible .flx-faq--block .tabs .tab-title {
    padding: 20px;
  }
}
.flexible .flx-faq--block .tabs .tab-title.active {
  background-color: #f6dc2e;
  color: #000;
}
.flexible .flx-faq--block .tab-content {
  display: none;
}
.flexible .flx-faq--block .tab-content .items .item {
  margin-bottom: 45px;
}
@media (max-width: 960px) {
  .flexible .flx-faq--block .tab-content .items .item {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .flexible .flx-faq--block .tab-content .items .item {
    margin-bottom: 25px;
  }
}
.flexible .flx-faq--block .tab-content .items .item:last-child {
  margin-bottom: 0;
}
.flexible .flx-faq--block .tab-content .items .item.active .closed-open .plus:after {
  opacity: 1;
}
.flexible .flx-faq--block .tab-content .items .item .closed-open {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #3b3b3b;
  margin-bottom: 20px;
  cursor: pointer;
}
.flexible .flx-faq--block .tab-content .items .item .closed-open .count {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3);
}
.flexible .flx-faq--block .tab-content .items .item .closed-open .plus {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 21px;
  height: 21px;
}
.flexible .flx-faq--block .tab-content .items .item .closed-open .plus:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 2px;
  width: 21px;
  background: #f6dc2e;
}
.flexible .flx-faq--block .tab-content .items .item .closed-open .plus:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 21px;
  width: 2px;
  background: #f6dc2e;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flexible .flx-faq--block .tab-content .items .item .faq-title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .flexible .flx-faq--block .tab-content .items .item .faq-title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .flexible .flx-faq--block .tab-content .items .item .faq-title {
    font-size: 16px;
  }
}
.flexible .flx-faq--block .tab-content .items .item .info {
  color: rgba(255, 255, 255, 0.7);
  display: none;
}
.areas-we-serve--section {
  position: relative;
}
.areas-we-serve--title {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 90px;
  margin-bottom: 40px;
}
@media (max-width: 1480px) {
  .areas-we-serve--title {
    gap: 50px;
  }
}
@media (max-width: 1024px) {
  .areas-we-serve--title {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.areas-we-serve--title .left h3 {
  font-weight: 500;
}
.areas-we-serve--wrapper {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  align-items: center;
  gap: 70px;
}
@media (max-width: 1024px) {
  .areas-we-serve--wrapper {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
}
.areas-we-serve--wrapper .map .mapSwithcer {
  position: absolute;
  top: 0;
  left: 0;
}
.areas-we-serve--wrapper .map .showMap svg {
  height: auto;
}
.areas-we-serve--wrapper .text {
  background-color: #f6dc2e;
  padding: 85px 35px 85px 120px;
  position: relative;
}
@media (max-width: 1480px) {
  .areas-we-serve--wrapper .text {
    padding: 60px 30px 60px 80px;
  }
}
@media (max-width: 1180px) {
  .areas-we-serve--wrapper .text {
    padding: 60px 30px 60px 40px;
  }
}
@media (max-width: 1024px) {
  .areas-we-serve--wrapper .text {
    padding: 40px;
  }
}
@media (max-width: 576px) {
  .areas-we-serve--wrapper .text {
    padding: 40px 20px;
  }
}
.areas-we-serve--wrapper .text:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 5000px;
  height: 100%;
  transform: translateX(100%);
  background-color: #f6dc2e;
}
@media (max-width: 1024px) {
  .areas-we-serve--wrapper .text:after {
    display: none;
  }
}
.home .areas-we-serve--section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 75%, rgba(244, 244, 244, 1) 75%);
}
