@font-face {
  font-family: "Proxima Nova Rg";
  src: url("../../fonts/proxima_nova/ProximaNova-Regular.eot");
  src: url("../../fonts/proxima_nova/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/proxima_nova/ProximaNova-Regular.woff2") format("woff2"), url("../../fonts/proxima_nova/ProximaNova-Regular.woff") format("woff"), url("../../fonts/proxima_nova/ProximaNova-Regular.ttf") format("truetype"), url("../../fonts/proxima_nova/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body main {
  overflow-x: hidden;
}
body main section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
body main section h1.main-title {
  font-size: 64px;
}
body main section h2.secondary-title {
  font-size: 40px;
}
body main section p.lead {
  font-size: 24px;
}
body main section > img.bg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}
body main section.hero {
  min-height: 100vh;
  padding: 240px 10px 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.hero .caption {
  position: relative;
}
body main section.hero .caption h1.main-title {
  font-size: 84px;
}
body main section.hero .caption h2.lead {
  font-size: 24px;
  max-width: 90%;
}
body main section.hero .caption .btn {
  flex-direction: column;
  overflow: unset;
  padding: 20px 30px;
}
body main section.hero .caption .btn span:not(.dark) {
  font-size: 32px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 4px;
}
body main section.hero .caption .btn span:not(.dark) img {
  width: 28px;
}
body main section.hero .caption .btn span.dark {
  background-color: #000000;
  font-size: 40px;
  font-weight: 400;
  color: #D0AB2B;
  padding: 14px 28px;
  border: solid 1px #ffffff;
  border-radius: 50px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -26%);
  min-width: max-content;
}
body main section.hero .caption .btn span.dark strong {
  font-weight: 800;
}
body main section.hero .caption .btn:before {
  display: none;
}
body main section.hero .caption .btn:after {
  content: "";
  height: calc(100% + 20px);
  width: calc(100% + 20px);
  border: solid 1px #ffffff;
  border-radius: 50px;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: -1;
}
body main section.info_card {
  padding: 60px 0;
}
body main section.info_card .img_wrapper {
  overflow: hidden;
  z-index: 1;
}
body main section.info_card .img_wrapper > img {
  border-radius: 5px;
}
body main section.info_card .img_wrapper_s1 {
  position: relative;
  padding: 20px;
}
body main section.info_card .img_wrapper_s1 > img {
  margin-left: 50px;
  max-width: calc(100% - 50px);
}
body main section.info_card .img_wrapper_s1 .custom_badge {
  background: rgb(187, 152, 61);
  background: -moz-linear-gradient(90deg, rgb(187, 152, 61) 0%, rgb(240, 219, 106) 25%, rgb(255, 229, 161) 50%, rgb(241, 207, 86) 75%, rgb(201, 157, 44) 100%);
  background: -webkit-linear-gradient(90deg, rgb(187, 152, 61) 0%, rgb(240, 219, 106) 25%, rgb(255, 229, 161) 50%, rgb(241, 207, 86) 75%, rgb(201, 157, 44) 100%);
  background: linear-gradient(90deg, rgb(187, 152, 61) 0%, rgb(240, 219, 106) 25%, rgb(255, 229, 161) 50%, rgb(241, 207, 86) 75%, rgb(201, 157, 44) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bb983d",endColorstr="#c99d2c",GradientType=1);
  padding: 10px 30px 10px 10px;
  display: flex;
  align-items: center;
  border-radius: 20px 20px 20px 0;
  position: absolute;
  top: 70%;
  left: 20px;
  transform: translate(0, -50%);
}
body main section.info_card .img_wrapper_s1 .custom_badge img {
  height: 120px;
  width: 120px;
  margin-right: 8px;
}
body main section.info_card .img_wrapper_s1 .custom_badge h1 {
  font-family: "Oswald", sans-serif;
  font-size: 72px;
  color: #000000;
}
body main section.info_card .img_wrapper_s1 .custom_badge:before {
  content: "";
  height: 50px;
  width: 50px;
  position: absolute;
  top: 100%;
  left: 0;
  border-right: solid 50px #826826;
  border-bottom: 50px solid transparent;
}
body main section.info_card .img_wrapper_s1:after {
  content: "";
  height: 90%;
  width: 80%;
  border-right: 10px solid #D0AB2B;
  border-bottom: 10px solid #D0AB2B;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
body main section.info_card .img_wrapper_s2 {
  position: relative;
  padding: 20px 50px 50px 70px;
}
body main section.info_card .img_wrapper_s2 .obj_dots {
  height: 140px;
  width: 140px;
  position: absolute;
  right: 0;
  bottom: 0;
}
body main section.info_card .img_wrapper_s2:after {
  content: "";
  height: 60%;
  width: 60%;
  border: 4px solid #D0AB2B;
  position: absolute;
  top: 0;
  left: 50px;
  z-index: -1;
}
body main section.info_with_gallery {
  margin: 180px 0;
  overflow: unset;
}
body main section.info_with_gallery .img_wrapper {
  display: flex;
  flex-direction: column;
}
body main section.info_with_gallery .img_wrapper img {
  width: 100%;
  max-width: 70%;
  border: solid 8px rgba(255, 255, 255, 0.1);
}
body main section.info_with_gallery .img_wrapper img.top {
  margin: -60px 0 0 auto;
}
body main section.info_with_gallery .img_wrapper img.bottom {
  margin: -20% auto -60px 0;
}
body main section.info_with_gallery > img.bg {
  object-position: center top;
}
body main section.cta {
  padding: 260px 0;
}
body main section.key_features {
  padding: 60px 0;
  background-color: rgba(45, 45, 45, 0.2);
}
body main section.key_features .card {
  background-color: transparent;
  border: none;
}
body main section.key_features .card img.card-img {
  width: 118px;
  margin: 0 auto;
}
body main section.key_features .card .card-body {
  padding: 24px 24px 0;
}
body main section.key_features .card .card-body .card-text {
  font-size: 24px;
}
body main section.testimonials {
  padding: 120px 0;
}
body main section.testimonials .slider_image {
  padding: 0 0 0 40px;
  width: 120%;
}
body main section.testimonials .slider_image .item img {
  width: 100%;
}
body main section.testimonials .slider_image .slick-arrow {
  background: rgb(187, 152, 61);
  background: -moz-linear-gradient(90deg, rgb(187, 152, 61) 0%, rgb(240, 219, 106) 25%, rgb(255, 229, 161) 50%, rgb(241, 207, 86) 75%, rgb(201, 157, 44) 100%);
  background: -webkit-linear-gradient(90deg, rgb(187, 152, 61) 0%, rgb(240, 219, 106) 25%, rgb(255, 229, 161) 50%, rgb(241, 207, 86) 75%, rgb(201, 157, 44) 100%);
  background: linear-gradient(90deg, rgb(187, 152, 61) 0%, rgb(240, 219, 106) 25%, rgb(255, 229, 161) 50%, rgb(241, 207, 86) 75%, rgb(201, 157, 44) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bb983d",endColorstr="#c99d2c",GradientType=1);
  height: 80px;
  width: 80px;
  z-index: 2;
  left: 0;
}
body main section.testimonials .slider_image .slick-arrow:before {
  display: none;
}
body main section.testimonials .slider_image .slick-arrow:after {
  content: "";
  background: url("../../img/png/arrow_dark_long.png") no-repeat 50%;
  background-size: contain;
  height: 30px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
}
body main section.testimonials .slider_image .slick-next {
  display: none;
}
body main section.testimonials .slider_content {
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
body main section.testimonials .slider_content .slick-list {
  background-color: #ffffff;
  width: 100%;
}
body main section.testimonials .slider_content .slick-list .slick-track {
  height: 100%;
  display: flex;
  align-items: center;
}
body main section.testimonials .slider_content .slick-list:before, body main section.testimonials .slider_content .slick-list:after {
  content: "";
  background: url("../../img/webp/quote.webp") no-repeat center/100%;
  height: 76px;
  width: 100px;
  position: absolute;
}
body main section.testimonials .slider_content .slick-list:before {
  top: 40px;
  left: 40px;
}
body main section.testimonials .slider_content .slick-list:after {
  bottom: 40px;
  right: 40px;
  transform: scale(-1);
}
body main section.testimonials .slider_content .item {
  padding: 120px 0;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body main section.testimonials .slider_content .item p.review {
  font-size: 22px;
}
body main section.testimonials .slider_content .item h2.author {
  font-size: 30px;
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
}
body main section.testimonials .slider_content .item h2.author:before {
  content: "";
  background: rgb(187, 152, 61);
  background: -moz-linear-gradient(90deg, rgb(187, 152, 61) 0%, rgb(240, 219, 106) 25%, rgb(255, 229, 161) 50%, rgb(241, 207, 86) 75%, rgb(201, 157, 44) 100%);
  background: -webkit-linear-gradient(90deg, rgb(187, 152, 61) 0%, rgb(240, 219, 106) 25%, rgb(255, 229, 161) 50%, rgb(241, 207, 86) 75%, rgb(201, 157, 44) 100%);
  background: linear-gradient(90deg, rgb(187, 152, 61) 0%, rgb(240, 219, 106) 25%, rgb(255, 229, 161) 50%, rgb(241, 207, 86) 75%, rgb(201, 157, 44) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bb983d",endColorstr="#c99d2c",GradientType=1);
  height: 2px;
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
body main section.testimonials .slider_content .slick-arrow {
  background: rgb(187, 152, 61);
  background: -moz-linear-gradient(90deg, rgb(187, 152, 61) 0%, rgb(240, 219, 106) 25%, rgb(255, 229, 161) 50%, rgb(241, 207, 86) 75%, rgb(201, 157, 44) 100%);
  background: -webkit-linear-gradient(90deg, rgb(187, 152, 61) 0%, rgb(240, 219, 106) 25%, rgb(255, 229, 161) 50%, rgb(241, 207, 86) 75%, rgb(201, 157, 44) 100%);
  background: linear-gradient(90deg, rgb(187, 152, 61) 0%, rgb(240, 219, 106) 25%, rgb(255, 229, 161) 50%, rgb(241, 207, 86) 75%, rgb(201, 157, 44) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bb983d",endColorstr="#c99d2c",GradientType=1);
  height: 60px;
  width: 60px;
  z-index: 2;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
body main section.testimonials .slider_content .slick-arrow:before {
  display: none;
}
body main section.testimonials .slider_content .slick-arrow:after {
  content: "";
  background: url("../../img/png/arrow_dark_long.png") no-repeat 50%;
  background-size: contain;
  height: 19px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
}
body main section.testimonials .slider_content .slick-next {
  left: unset;
  right: 0;
  transform: scaleX(-1) translate(0, -50%);
}
body main section.testimonials .slider_content .slick-dots {
  bottom: 10%;
  transform: translate(0, calc(100% + 30px));
  display: flex;
  justify-content: center;
}
body main section.testimonials .slider_content .slick-dots li button {
  background-color: #D0AB2B;
  border-radius: 50%;
  padding: 3px;
}
body main section.testimonials .slider_content .slick-dots li button:before {
  background-color: #000000;
  content: "";
  height: 100%;
  width: 100%;
  position: unset;
  display: block;
  opacity: 1;
  border-radius: 50%;
}
body main section.testimonials .slider_content .slick-dots li.slick-active button:before {
  opacity: 0;
}

@media (max-width: 1780px) {
  body main section h1.main-title {
    font-size: 54px;
  }
  body main section h2.secondary-title {
    font-size: 36px;
  }
  body main section p.lead {
    font-size: 22px;
  }
  body main section.hero .caption h1.main-title {
    font-size: 74px;
  }
  body main section.cta {
    padding: 220px 0;
  }
  body main section.key_features .card .card-body .card-title {
    font-size: 28px;
  }
  body main section.key_features .card .card-body .card-text {
    font-size: 22px;
  }
}
@media (max-width: 1680px) {
  body main section h1.main-title {
    font-size: 44px;
  }
  body main section h2.secondary-title {
    font-size: 30px;
  }
  body main section.hero .caption h1.main-title {
    font-size: 64px;
  }
  body main section.info_card .img_wrapper_s1 {
    padding: 20px 20px 20px 0;
  }
  body main section.info_card .img_wrapper_s1 > img {
    margin-left: 30px;
    max-width: calc(100% - 30px);
  }
  body main section.info_card .img_wrapper_s1 .custom_badge {
    padding: 10px 20px 10px 10px;
    left: 0;
  }
  body main section.info_card .img_wrapper_s1 .custom_badge img {
    height: 80px;
    width: 80px;
  }
  body main section.info_card .img_wrapper_s1 .custom_badge h1 {
    font-size: 52px;
  }
  body main section.info_card .img_wrapper_s1 .custom_badge:before {
    height: 30px;
    width: 30px;
    border-right: solid 30px #826826;
    border-bottom: 30px solid transparent;
  }
  body main section.info_card .img_wrapper_s2 {
    padding: 20px 50px 50px 50px;
  }
  body main section.info_card .img_wrapper_s2:after {
    left: 30px;
  }
  body main section.cta {
    padding: 180px 0;
  }
  body main section.testimonials .slider_content .slick-list:before, body main section.testimonials .slider_content .slick-list:after {
    height: 47px;
    width: 60px;
  }
  body main section.testimonials .slider_content .item {
    padding: 60px 0;
  }
}
@media (max-width: 1580px) {
  body main section.key_features .card .card-body .card-title {
    font-size: 24px;
  }
  body main section.key_features .card .card-body .card-text {
    font-size: 18px;
  }
}
@media (max-width: 1480px) {
  body main section h1.main-title {
    font-size: 34px;
  }
  body main section h2.secondary-title {
    font-size: 28px;
  }
  body main section p.lead {
    font-size: 18px;
  }
  body main section.hero .caption h1.main-title {
    font-size: 54px;
  }
  body main section.hero .caption .btn {
    padding: 16px 30px 20px;
  }
  body main section.hero .caption .btn span:not(.dark) {
    font-size: 28px;
  }
  body main section.hero .caption .btn span.dark {
    font-size: 34px;
  }
  body main section.hero .caption .btn:after {
    height: calc(100% + 16px);
    width: calc(100% + 16px);
    top: -8px;
    left: -8px;
  }
  body main section.info_card .img_wrapper_s1 > img {
    margin-left: 20px;
    max-width: calc(100% - 20px);
  }
  body main section.info_card .img_wrapper_s1 .custom_badge {
    padding: 10px;
    border-radius: 10px 10px 10px 0;
  }
  body main section.info_card .img_wrapper_s1 .custom_badge img {
    height: 50px;
    width: 50px;
  }
  body main section.info_card .img_wrapper_s1 .custom_badge h1 {
    font-size: 32px;
  }
  body main section.info_card .img_wrapper_s1 .custom_badge:before {
    height: 20px;
    width: 20px;
    border-right: solid 20px #826826;
    border-bottom: 20px solid transparent;
  }
  body main section.testimonials {
    padding: 100px 0;
  }
  body main section.testimonials .slider_content .slick-list:before, body main section.testimonials .slider_content .slick-list:after {
    height: 32px;
    width: 40px;
  }
  body main section.testimonials .slider_content .slick-list:before {
    top: 20px;
    left: 20px;
  }
  body main section.testimonials .slider_content .slick-list:after {
    bottom: 20px;
    right: 20px;
  }
  body main section.testimonials .slider_content .item p.review {
    font-size: 18px;
  }
  body main section.testimonials .slider_content .item h2.author {
    font-size: 24px;
    margin-top: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 1380px) {
  body main section.key_features .card .card-body {
    padding: 24px 0 0;
  }
  body main section.key_features .card .card-body .card-title {
    font-size: 22px;
  }
  body main section.key_features .card .card-body .card-text {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  body main section.hero .caption h1.main-title {
    font-size: 48px;
  }
  body main section.hero .caption .btn {
    padding: 12px 24px 16px;
  }
  body main section.hero .caption .btn span:not(.dark) {
    font-size: 24px;
  }
  body main section.hero .caption .btn span:not(.dark) img {
    height: 24px;
    width: 24px;
  }
  body main section.hero .caption .btn span.dark {
    font-size: 28px;
    padding: 10px 24px;
  }
  body main section.hero .caption .btn:after {
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    top: -5px;
    left: -5px;
  }
  body main section.cta {
    padding: 140px 0;
  }
}
@media (max-width: 992px) {
  body main section h1.main-title {
    font-size: 34px;
  }
  body main section h2.secondary-title {
    font-size: 28px;
  }
  body main section p.lead {
    font-size: 18px;
  }
  body main section.hero {
    padding: 180px 10px 200px;
  }
  body main section.hero .caption h1.main-title {
    font-size: 40px;
  }
  body main section.hero .caption h2.lead {
    font-size: 20px;
  }
  body main section.info_card {
    padding: 40px 0;
  }
  body main section.info_card .img_wrapper_s2 {
    padding: 20px 50px 50px 20px;
  }
  body main section.info_card .img_wrapper_s2:after {
    left: 0;
  }
  body main section.info_with_gallery {
    margin: 120px 0 0;
    padding: 0 0 60px;
  }
  body main section.info_with_gallery .img_wrapper img.bottom {
    margin: -20% auto 30px 0;
  }
  body main section.cta {
    padding: 100px 0;
  }
  body main section.key_features .card img.card-img {
    width: 80px;
  }
  body main section.key_features .card .card-body .card-title {
    font-size: 20px;
  }
  body main section.key_features .card .card-body .card-text {
    font-size: 16px;
  }
  body main section.testimonials {
    padding: 60px 0;
  }
  body main section.testimonials .slider_image {
    padding: 0 20%;
    width: 100%;
  }
  body main section.testimonials .slider_image .slick-arrow {
    display: none !important;
  }
  body main section.testimonials .slider_content {
    padding: 0 30px;
  }
  body main section.testimonials .slider_content .slick-list {
    height: unset;
    min-height: unset;
    max-height: unset;
  }
  body main section.testimonials .slider_content .item {
    padding: 60px 60px 40px;
  }
  body main section.testimonials .slider_content .item p.review {
    font-size: 16px;
  }
  body main section.testimonials .slider_content .item h2.author {
    font-size: 18px;
  }
  body main section.testimonials .slider_content .slick-dots {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body main section.hero {
    padding: 180px 10px 140px;
  }
  body main section.hero .caption h1.main-title {
    font-size: 34px;
  }
  body main section.hero .caption h2.lead {
    font-size: 18px;
  }
  body main section.hero .caption .btn {
    padding: 10px 20px 12px;
  }
  body main section.hero .caption .btn span:not(.dark) {
    font-size: 20px;
  }
  body main section.hero .caption .btn span:not(.dark) img {
    height: 20px;
    width: 20px;
  }
  body main section.hero .caption .btn span.dark {
    font-size: 24px;
    padding: 8px 20px;
  }
  body main section.hero .caption .btn:after {
    height: calc(100% + 8px);
    width: calc(100% + 8px);
    top: -4px;
    left: -4px;
  }
  body main section.info_card .img_wrapper_s1:after {
    border-right: 6px solid #D0AB2B;
    border-bottom: 6px solid #D0AB2B;
  }
  body main section.info_card .img_wrapper_s2 {
    padding: 20px 40px 40px 20px;
  }
  body main section.info_card .img_wrapper_s2 .obj_dots {
    height: 100px;
    width: 100px;
  }
  body main section.info_card .img_wrapper_s2:after {
    left: 0;
  }
  body main section.info_with_gallery {
    margin: 80px 0 0;
    padding: 0 0 40px;
  }
  body main section.info_with_gallery .img_wrapper img {
    border-width: 4px;
  }
  body main section.info_with_gallery .img_wrapper img.top {
    margin: -40px 0 0 auto;
  }
  body main section.info_with_gallery .img_wrapper img.bottom {
    margin: -20% auto 30px 0;
  }
  body main section.cta {
    padding: 80px 0;
  }
  body main section.key_features {
    padding: 40px 0;
  }
  body main section.testimonials {
    padding: 40px 0;
  }
}
@media (max-width: 567px) {
  body main section h1.main-title {
    font-size: 24px;
  }
  body main section h2.secondary-title {
    font-size: 24px;
  }
  body main section p.lead {
    font-size: 16px;
  }
  body main section.hero {
    min-height: unset;
  }
  body main section.hero .caption h1.main-title {
    font-size: 24px;
  }
  body main section.hero .caption h2.lead {
    font-size: 16px;
  }
  body main section.hero .caption .btn span:not(.dark) {
    font-size: 16px;
    line-height: 20px;
  }
  body main section.hero .caption .btn span.dark {
    font-size: 20px;
    padding: 4px 14px;
  }
  body main section.hero .caption .btn:after {
    height: calc(100% + 8px);
    width: calc(100% + 8px);
    top: -4px;
    left: -4px;
  }
  body main section.info_card .img_wrapper_s2 {
    padding: 20px 30px 30px 20px;
  }
  body main section.info_card .img_wrapper_s2 .obj_dots {
    height: 60px;
    width: 60px;
  }
  body main section.cta {
    padding: 60px 0;
  }
  body main section.testimonials .slider_content {
    padding: 0 20px;
  }
  body main section.testimonials .slider_content .slick-list:before, body main section.testimonials .slider_content .slick-list:after {
    height: 23px;
    width: 30px;
  }
  body main section.testimonials .slider_content .slick-list:before {
    top: 15px;
    left: 15px;
  }
  body main section.testimonials .slider_content .slick-list:after {
    bottom: 15px;
    right: 15px;
  }
  body main section.testimonials .slider_content .item {
    padding: 40px 40px 30px;
  }
  body main section.testimonials .slider_content .slick-arrow {
    height: 40px;
    width: 40px;
  }
  body main section.testimonials .slider_content .slick-arrow:after {
    height: 18px;
    width: 20px;
  }
}

/*# sourceMappingURL=home.css.map */
