@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
body {
  font-family: 'Roboto', sans-serif;
  padding: 0;
  margin: 0;
}

.hero-arrow-down {
  position: relative;
  z-index: 100;
}

.hero-arrow-down img {
  position: absolute;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 215px;
  height: 215px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.hero-arrow-down img:hover {
  -webkit-transform: translateY(-50%) scale(0.9);
          transform: translateY(-50%) scale(0.9);
}

@media screen and (max-width: 992px) {
  .hero-arrow-down img {
    width: 180px;
    height: 180px;
  }
}

@media screen and (max-width: 767px) {
  .hero-arrow-down img {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 550px) {
  .hero-arrow-down img {
    width: 110px;
    height: 110px;
  }
}

@media screen and (max-width: 450px) {
  .hero-arrow-down img {
    width: 90px;
    height: 90px;
  }
}

.contact-media-inner {
  position: fixed;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 101;
  background-color: white;
  padding: 30px 15px;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  border-radius: 170px;
}

.contact-media .contact-item {
  position: relative;
  cursor: pointer;
}

.contact-media .contact-item img {
  width: 25px;
}

.contact-media .contact-item:hover .details {
  width: auto;
  padding: 7px 16px;
}

.contact-media .contact-item .details {
  position: absolute;
  background-color: white;
  right: 110%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  width: 0;
}

input:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.bronze-color {
  color: #bf946d;
}

.bronze-color:hover {
  color: #bf946d;
}

.carbon-color {
  color: #13181e;
}

.carbon-light-color {
  color: #26273b;
}

.light-grey-color {
  color: #c8c8c8;
}

.light-grey-color-2 {
  color: #a2a2a2;
}

.dark-grey-color {
  color: #5d5d61;
}

.bronze-bg {
  background-color: #bf946d;
}

.carbon-bg {
  background-color: #13181e;
}

.carbon-light-bg {
  background-color: #26273b;
}

.website-wrapper {
  max-width: 1920px;
  width: 100%;
  overflow: hidden;
  margin: auto;
}

p {
  margin: 0;
}

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

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

@media screen and (min-width: 767px) {
  .mt-md-100 {
    margin-top: 100px;
  }
}

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

.mt-150 {
  margin-top: 150px;
}

@media screen and (max-width: 992px) {
  .mt-150 {
    margin-top: 130px;
  }
}

@media screen and (max-width: 768px) {
  .mt-150 {
    margin-top: 90px;
  }
}

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

@media screen and (max-width: 992px) {
  .mt-200 {
    margin-top: 160px;
  }
}

@media screen and (max-width: 768px) {
  .mt-200 {
    margin-top: 120px;
  }
}

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

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

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

.mb-150 {
  margin-bottom: 150px;
}

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

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

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

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

.pt-150 {
  padding-top: 150px;
}

@media screen and (max-width: 1200px) {
  .pt-150 {
    padding-top: 120px;
  }
}

@media screen and (max-width: 992px) {
  .pt-150 {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .pt-150 {
    padding-top: 60px;
  }
}

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

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

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

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

.pb-150 {
  padding-bottom: 150px;
}

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

.py-90 {
  padding: 90px 0;
}

.py-100 {
  padding: 100px 0;
}

.py-120 {
  padding: 150px 0;
}

.py-150 {
  padding: 150px 0;
}

.py-200 {
  padding: 200px 0;
}

.my-90 {
  margin: 90px 0;
}

.my-100 {
  margin: 100px 0;
}

.my-120 {
  margin: 150px 0;
}

.my-150 {
  margin: 150px 0;
}

.my-200 {
  margin: 200px 0;
}

.mw-1294 {
  max-width: 1294px;
}

.mw-1236 {
  max-width: 1236px;
}

.mw-1180 {
  max-width: 1180px;
}

.mw-1080 {
  max-width: 1080px;
}

.mw-1060 {
  max-width: 1060px;
}

.mw-1040 {
  max-width: 1040px;
}

.mw-767 {
  max-width: 767px;
}

.mw-641 {
  max-width: 767px;
}

.mw-352 {
  max-width: 352px;
}

.mw-245 {
  max-width: 245px;
}

.mw-285 {
  max-width: 285px;
}

.minw-180 {
  min-width: 180px;
}

h1 {
  font-size: 180px;
  font-weight: normal;
}

@media screen and (max-width: 1600px) {
  h1 {
    font-size: 170px;
  }
}

@media screen and (max-width: 1400px) {
  h1 {
    font-size: 150px;
  }
}

@media screen and (max-width: 1200px) {
  h1 {
    font-size: 120px;
  }
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 90px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 65px;
  }
}

@media screen and (max-width: 450px) {
  h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 375px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-size: 72px;
  font-weight: normal;
}

@media screen and (max-width: 1200px) {
  h2 {
    font-size: 60px;
  }
}

@media screen and (max-width: 992px) {
  h2 {
    font-size: 53px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 48px;
  }
}

@media screen and (max-width: 450px) {
  h2 {
    font-size: 42px;
  }
}

@media screen and (max-width: 375px) {
  h2 {
    font-size: 38px;
  }
}

h3 {
  font-size: 36px;
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  h3 {
    font-size: 34px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 32px;
  }
}

@media screen and (max-width: 450px) {
  h3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 375px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  h4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 29px;
  }
}

@media screen and (max-width: 450px) {
  h4 {
    font-size: 27px;
  }
}

@media screen and (max-width: 375px) {
  h4 {
    font-size: 26px;
  }
}

h5 {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  h5 {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  h5 {
    font-size: 21px;
  }
}

@media screen and (max-width: 450px) {
  h5 {
    font-size: 20px;
  }
}

@media screen and (max-width: 375px) {
  h5 {
    font-size: 19px;
  }
}

h6 {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  h6 {
    font-size: 17px;
  }
}

@media screen and (max-width: 450px) {
  h6 {
    font-size: 16px;
  }
}

.desc-lg {
  font-size: 24px;
  font-weight: normal;
}

@media screen and (max-width: 992px) {
  .desc-lg {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .desc-lg {
    font-size: 21px;
  }
}

@media screen and (max-width: 450px) {
  .desc-lg {
    font-size: 19px;
  }
}

@media screen and (max-width: 375px) {
  .desc-lg {
    font-size: 18px;
  }
}

.desc-md {
  font-size: 18px;
  font-weight: normal;
}

@media screen and (max-width: 992px) {
  .desc-md {
    font-size: 17px;
  }
}

@media screen and (max-width: 450px) {
  .desc-md {
    font-size: 16px;
  }
}

@media screen and (max-width: 375px) {
  .desc-md {
    font-size: 15px;
  }
}

.desc-sm {
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .desc-sm {
    font-size: 13px;
  }
}

.desc-xs {
  font-size: 12px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .desc-xs {
    font-size: 11px;
  }
}

.btn-outline-bronze {
  border: 2px solid #bf946d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-outline-white {
  color: white;
  border: 2px solid white;
  padding: 6px 25px;
  font: 14px;
  font-weight: 400;
  -webkit-transition: background-color, color, 0.4s ease-in-out;
  transition: background-color, color, 0.4s ease-in-out;
}

.btn-outline-white:hover {
  background-color: white;
  color: #26273b;
}

.btn-outline-carbon-light {
  color: #26273b;
  border: 2px solid #26273b;
  padding: 6px 25px;
  font: 14px;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: background-color, color, 0.4s ease-in-out;
  transition: background-color, color, 0.4s ease-in-out;
}

.btn-outline-carbon-light:hover {
  background-color: #26273b;
  color: white;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #26273b;
}

::-webkit-scrollbar-thumb:hover {
  background: #13181e;
}

.page-title-img {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 120px;
  position: relative;
}

.page-title-img-outer {
  z-index: 10;
  position: relative;
  padding: 0 12px;
}

@media screen and (max-width: 1200px) {
  .page-title-img {
    height: 90px;
  }
}

@media screen and (max-width: 992px) {
  .page-title-img {
    height: 0px;
  }
}

.page-title-img a {
  padding-right: 0px;
}

.page-title-img img {
  width: 215px;
  height: 215px;
}

@media screen and (max-width: 992px) {
  .page-title-img img {
    width: 180px;
    height: 180px;
  }
}

@media screen and (max-width: 767px) {
  .page-title-img img {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 550px) {
  .page-title-img img {
    width: 110px;
    height: 110px;
  }
}

@media screen and (max-width: 450px) {
  .page-title-img img {
    width: 90px;
    height: 90px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background-color: white;
  z-index: 1000;
}

.navbar-top {
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
  overflow: hidden;
}

.navbar {
  background-color: white;
  color: #13181e;
}

.navbar a {
  color: #13181e;
  font-weight: 500;
  text-decoration: none;
}

.navbar a:hover {
  text-decoration: none;
}

.navbar-link {
  position: relative;
}

.navbar-link::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: -7px;
  width: 0;
  height: 2px;
  background-color: #13181ee5;
}

.navbar-link:hover::after {
  -webkit-transition: all 400ms ease-in-out !important;
  transition: all 400ms ease-in-out !important;
  left: 0;
  width: 100%;
}

.navbar .offcanvas-body .navbar-link::after {
  left: 0;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  bottom: -1px;
}

.navbar .offcanvas-body ul h3 {
  margin-bottom: 0;
  position: relative;
  margin-bottom: 20px;
}

.navbar .offcanvas-body ul h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 2px;
  background-color: #13181ee5;
}

.navbar .offcanvas-body ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar .desc-md {
  margin-bottom: 5px;
}

.navbar button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar .offcanvas {
  width: 100%;
}

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

.px-sm-12 {
  padding: 0;
}

@media screen and (min-width: 576px) {
  .px-sm-12 {
    padding: 0 12px;
  }
}

.h-48 {
  font-size: 48px;
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  .h-48 {
    font-size: 34px;
  }
}

@media screen and (max-width: 767px) {
  .h-48 {
    font-size: 32px;
  }
}

@media screen and (max-width: 450px) {
  .h-48 {
    font-size: 29px;
  }
}

@media screen and (max-width: 375px) {
  .h-48 {
    font-size: 28px;
  }
}

.p-12 {
  padding: 0 12px;
}

.progress-container {
  background-color: #c4c4c4;
  height: 12px;
  width: 100%;
}

.progress-bar {
  background-color: #26273b;
  height: 12px;
  width: 0%;
}

main {
  margin-top: 200px;
}

@media screen and (max-width: 992px) {
  main {
    margin-top: 95px;
  }
}

.hero .tag {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  background: #26273b;
  color: white;
  padding: 6px 16px;
  margin-bottom: 10px;
}

.top-social .social-item {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #bf946d;
  border: 1px solid #bf946d;
  text-decoration: none;
  border-radius: 50%;
  margin: 0 12px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.top-social .social-item:hover {
  background-color: #bf946d;
  color: white;
}

.btn-back {
  font-size: 12px;
  color: #bf946d;
  text-decoration: none;
}

.btn-back img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.video-container {
  border-radius: 4px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.video-container .video-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video-container video {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.play-button-wrapper .circle-play-b {
  cursor: pointer;
  pointer-events: auto;
}

.play-button-wrapper .circle-play-b img {
  width: 113px;
  height: 113px;
}

@media screen and (max-width: 992px) {
  .play-button-wrapper .circle-play-b img {
    width: 90px;
    height: 90px;
  }
}

@media screen and (max-width: 767px) {
  .play-button-wrapper .circle-play-b img {
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 450px) {
  .play-button-wrapper .circle-play-b img {
    width: 50px;
    height: 50px;
  }
}

body {
  font-family: 'Roboto', sans-serif;
  padding: 0;
  margin: 0;
}

.hero-arrow-down {
  position: relative;
  z-index: 100;
}

.hero-arrow-down img {
  position: absolute;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 215px;
  height: 215px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.hero-arrow-down img:hover {
  -webkit-transform: translateY(-50%) scale(0.9);
          transform: translateY(-50%) scale(0.9);
}

@media screen and (max-width: 992px) {
  .hero-arrow-down img {
    width: 180px;
    height: 180px;
  }
}

@media screen and (max-width: 767px) {
  .hero-arrow-down img {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 550px) {
  .hero-arrow-down img {
    width: 110px;
    height: 110px;
  }
}

@media screen and (max-width: 450px) {
  .hero-arrow-down img {
    width: 90px;
    height: 90px;
  }
}

.contact-media-inner {
  position: fixed;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 101;
  background-color: white;
  padding: 30px 15px;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  border-radius: 170px;
}

.contact-media .contact-item {
  position: relative;
  cursor: pointer;
}

.contact-media .contact-item img {
  width: 25px;
}

.contact-media .contact-item:hover .details {
  width: auto;
  padding: 7px 16px;
}

.contact-media .contact-item .details {
  position: absolute;
  background-color: white;
  right: 110%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  width: 0;
}

input:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.bronze-color {
  color: #bf946d;
}

.bronze-color:hover {
  color: #bf946d;
}

.carbon-color {
  color: #13181e;
}

.carbon-light-color {
  color: #26273b;
}

.light-grey-color {
  color: #c8c8c8;
}

.light-grey-color-2 {
  color: #a2a2a2;
}

.dark-grey-color {
  color: #5d5d61;
}

.bronze-bg {
  background-color: #bf946d;
}

.carbon-bg {
  background-color: #13181e;
}

.carbon-light-bg {
  background-color: #26273b;
}

.website-wrapper {
  max-width: 1920px;
  width: 100%;
  overflow: hidden;
  margin: auto;
}

p {
  margin: 0;
}

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

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

@media screen and (min-width: 767px) {
  .mt-md-100 {
    margin-top: 100px;
  }
}

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

.mt-150 {
  margin-top: 150px;
}

@media screen and (max-width: 992px) {
  .mt-150 {
    margin-top: 130px;
  }
}

@media screen and (max-width: 768px) {
  .mt-150 {
    margin-top: 90px;
  }
}

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

@media screen and (max-width: 992px) {
  .mt-200 {
    margin-top: 160px;
  }
}

@media screen and (max-width: 768px) {
  .mt-200 {
    margin-top: 120px;
  }
}

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

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

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

.mb-150 {
  margin-bottom: 150px;
}

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

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

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

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

.pt-150 {
  padding-top: 150px;
}

@media screen and (max-width: 1200px) {
  .pt-150 {
    padding-top: 120px;
  }
}

@media screen and (max-width: 992px) {
  .pt-150 {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .pt-150 {
    padding-top: 60px;
  }
}

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

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

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

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

.pb-150 {
  padding-bottom: 150px;
}

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

.py-90 {
  padding: 90px 0;
}

.py-100 {
  padding: 100px 0;
}

.py-120 {
  padding: 150px 0;
}

.py-150 {
  padding: 150px 0;
}

.py-200 {
  padding: 200px 0;
}

.my-90 {
  margin: 90px 0;
}

.my-100 {
  margin: 100px 0;
}

.my-120 {
  margin: 150px 0;
}

.my-150 {
  margin: 150px 0;
}

.my-200 {
  margin: 200px 0;
}

.mw-1294 {
  max-width: 1294px;
}

.mw-1236 {
  max-width: 1236px;
}

.mw-1180 {
  max-width: 1180px;
}

.mw-1080 {
  max-width: 1080px;
}

.mw-1060 {
  max-width: 1060px;
}

.mw-1040 {
  max-width: 1040px;
}

.mw-767 {
  max-width: 767px;
}

.mw-641 {
  max-width: 767px;
}

.mw-352 {
  max-width: 352px;
}

.mw-245 {
  max-width: 245px;
}

.mw-285 {
  max-width: 285px;
}

.minw-180 {
  min-width: 180px;
}

h1 {
  font-size: 180px;
  font-weight: normal;
}

@media screen and (max-width: 1600px) {
  h1 {
    font-size: 170px;
  }
}

@media screen and (max-width: 1400px) {
  h1 {
    font-size: 150px;
  }
}

@media screen and (max-width: 1200px) {
  h1 {
    font-size: 120px;
  }
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 90px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 65px;
  }
}

@media screen and (max-width: 450px) {
  h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 375px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-size: 72px;
  font-weight: normal;
}

@media screen and (max-width: 1200px) {
  h2 {
    font-size: 60px;
  }
}

@media screen and (max-width: 992px) {
  h2 {
    font-size: 53px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 48px;
  }
}

@media screen and (max-width: 450px) {
  h2 {
    font-size: 42px;
  }
}

@media screen and (max-width: 375px) {
  h2 {
    font-size: 38px;
  }
}

h3 {
  font-size: 36px;
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  h3 {
    font-size: 34px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 32px;
  }
}

@media screen and (max-width: 450px) {
  h3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 375px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  h4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 29px;
  }
}

@media screen and (max-width: 450px) {
  h4 {
    font-size: 27px;
  }
}

@media screen and (max-width: 375px) {
  h4 {
    font-size: 26px;
  }
}

h5 {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  h5 {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  h5 {
    font-size: 21px;
  }
}

@media screen and (max-width: 450px) {
  h5 {
    font-size: 20px;
  }
}

@media screen and (max-width: 375px) {
  h5 {
    font-size: 19px;
  }
}

h6 {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  h6 {
    font-size: 17px;
  }
}

@media screen and (max-width: 450px) {
  h6 {
    font-size: 16px;
  }
}

.desc-lg {
  font-size: 24px;
  font-weight: normal;
}

@media screen and (max-width: 992px) {
  .desc-lg {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .desc-lg {
    font-size: 21px;
  }
}

@media screen and (max-width: 450px) {
  .desc-lg {
    font-size: 19px;
  }
}

@media screen and (max-width: 375px) {
  .desc-lg {
    font-size: 18px;
  }
}

.desc-md {
  font-size: 18px;
  font-weight: normal;
}

@media screen and (max-width: 992px) {
  .desc-md {
    font-size: 17px;
  }
}

@media screen and (max-width: 450px) {
  .desc-md {
    font-size: 16px;
  }
}

@media screen and (max-width: 375px) {
  .desc-md {
    font-size: 15px;
  }
}

.desc-sm {
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .desc-sm {
    font-size: 13px;
  }
}

.desc-xs {
  font-size: 12px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .desc-xs {
    font-size: 11px;
  }
}

.btn-outline-bronze {
  border: 2px solid #bf946d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-outline-white {
  color: white;
  border: 2px solid white;
  padding: 6px 25px;
  font: 14px;
  font-weight: 400;
  -webkit-transition: background-color, color, 0.4s ease-in-out;
  transition: background-color, color, 0.4s ease-in-out;
}

.btn-outline-white:hover {
  background-color: white;
  color: #26273b;
}

.btn-outline-carbon-light {
  color: #26273b;
  border: 2px solid #26273b;
  padding: 6px 25px;
  font: 14px;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: background-color, color, 0.4s ease-in-out;
  transition: background-color, color, 0.4s ease-in-out;
}

.btn-outline-carbon-light:hover {
  background-color: #26273b;
  color: white;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #26273b;
}

::-webkit-scrollbar-thumb:hover {
  background: #13181e;
}

.page-title-img {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 120px;
  position: relative;
}

.page-title-img-outer {
  z-index: 10;
  position: relative;
  padding: 0 12px;
}

@media screen and (max-width: 1200px) {
  .page-title-img {
    height: 90px;
  }
}

@media screen and (max-width: 992px) {
  .page-title-img {
    height: 0px;
  }
}

.page-title-img a {
  padding-right: 0px;
}

.page-title-img img {
  width: 215px;
  height: 215px;
}

@media screen and (max-width: 992px) {
  .page-title-img img {
    width: 180px;
    height: 180px;
  }
}

@media screen and (max-width: 767px) {
  .page-title-img img {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 550px) {
  .page-title-img img {
    width: 110px;
    height: 110px;
  }
}

@media screen and (max-width: 450px) {
  .page-title-img img {
    width: 90px;
    height: 90px;
  }
}

.footer {
  background-color: #d8dddf;
  padding: 180px 0 96px 0;
  position: relative;
}

.footer .address-item {
  border-top: 2px solid #bf946d;
  padding-top: 46px;
  padding-bottom: 80px;
  color: #13181e;
}

.footer .social-item {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #bf946d;
  border: 1px solid #bf946d;
  text-decoration: none;
  border-radius: 50%;
  margin-right: 32px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .social-item:hover {
  background-color: #bf946d;
  color: white;
}

.footer .back-top {
  width: 109px;
  height: 109px;
  background-color: #bf946d;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.footer .back-top p {
  font-weight: 500;
}

.footer .back-top:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.footer .partners p {
  font-weight: 500;
}

.footer .email-letter {
  background: #26273b;
  padding: 22px;
  position: absolute;
  bottom: 0;
  right: 10%;
  color: white;
  border-radius: 30px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  max-width: 320px;
}

@media screen and (max-width: 450px) {
  .footer .email-letter {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    width: 80vw;
  }
}

.footer .email-letter .form-control {
  background-color: #26273b !important;
  border: none;
  color: white;
}

.footer .email-letter .form-control:-webkit-autofill, .footer .email-letter .form-control:-webkit-autofill:hover, .footer .email-letter .form-control:-webkit-autofill:focus, .footer .email-letter .form-control:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #26273b inset !important;
  -webkit-text-fill-color: white;
}

.footer .email-letter .form-check-input {
  background-color: white;
  border-color: white;
}

.footer .email-letter .form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.footer .email-letter .form-check-input:checked {
  background-color: white;
  border-color: white;
}

.footer .email-letter .form-check-input:checked[type='checkbox'] {
  background-image: url("../assets/images/footer-tick.svg");
}
/*# sourceMappingURL=blog-page.css.map */