html{
  font-size: 62.5%;
  overflow-x: hidden;
}
body{
  font-family: 'Matter';
  font-weight: normal;
  font-style: normal;
  overflow-x: initial;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #6B6B6B;
  background: #FAFAFA;
}
h1,h2,h3,h4,h5,h6{
  color: #242424;
}
h1,h2,h3,h4,h5,h6,p{
  margin: 0px;
  padding: 0px;
}
ul,ol{
  margin: 0px;
  padding:0px;
  list-style: none;
}
a{
  text-decoration: none !important;
  outline: none !important;
  color: #242424;
}
p{
  margin-bottom: 2.4rem;
}
p:last-child{
  margin-bottom: 0;
}
ul{
  margin-bottom: 2.4rem;
}
ul:last-child{
  margin-bottom: 0;
}
ul > li{
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 1.6rem;
}
ul > li:last-child{
  margin-bottom: 0;
}
ul > li:after {
  position: absolute;
  content: "";
  height: 0.8rem;
  width: 0.8rem;
  border: 0;
  left: 0;
  top: 0.6rem;
  background: #242424;
  border-radius: 50%;
}
ol{
  counter-reset: number;
  margin-bottom: 2.4rem;
}
ol:last-child{
  margin-bottom: 0;
}
ol > li{
  position: relative;
  padding-left: 2.5rem;
  counter-increment: number;
  margin-bottom: 1.6rem;
}
ol > li:last-child{
  margin-bottom: 0;
}
ol > li:after{
  content: none;
}
ol > li::before {
  position: absolute;
  content: "";
  left: -0.7rem;
  width: 2rem;
  text-align: right;
  top: 0;
  content: counter(number)".";
}
.container{
    padding: 0 1.5rem;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1352px) {
  .container {
    max-width: 1322px;
  }
}
main{
  padding-top: 9.6rem;
}
.text-white,
.text-white *{
  color: #fff;
}
.text-dark-black,
.text-dark-black *{
  color: #000;
}
.text-black,
.text-black *{
  color: #242424;
}
.text-black-1,
.text-black-1 *{
  color: #171920;
}
.text-grey,
.text-grey *{
  color: #646464;
}
h1,.h1,.h1 *{
  font-size: 6.4rem;
  line-height: 1;
  font-weight: 500;
  margin: 0;
}
h2,.h2,.h2 *{
  font-size: 4rem;
  line-height: 1;
  font-weight: 500;
  margin: 0;
}
h3,.h3,.h3 *{
  font-size: 3.2rem;
  line-height: 3.68rem;
  font-weight: 500;
  margin: 0;
}
h4,.h4,.h4 *{
  font-size: 2.8rem;
  line-height: 3.35rem;
  font-weight: 500;
  margin: 0;
}
h5,.h5,.h5 *{
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 500;
  margin: 0;
}
.p-text-1,
.p-text-2,
.p-text-3{
  line-height: 125%;
  font-weight: 400;
}
.p-text-1{
  font-size: 1.4rem;
}
.p-text-2{
  font-size: 1.2rem;
}
.p-text-3{
  font-size: 0.8rem;
}
button{
  outline: none !important;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.btn-group{
  display: flex;
  align-items: center;
  margin: 0 -0.6rem -1.2rem;
}
.btn-group .btn{
  margin: 0 0.6rem 1.2rem;
}
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3.6rem;
  border: 1px solid transparent;
  padding: 0 1.4rem 0.2rem;
  font-size: 1.4rem;
  font-weight: 400;
  border-radius: 20rem;
  letter-spacing: -0.012em;
}
.btn-sm{
  height: 2.6rem;
  font-size: 1.2rem;
}
.btn-lg{
  height: 4.4rem;
  padding: 0 1.6rem 0.4rem;
  font-size: 1.8rem;
  font-weight: 400;
}
.btn-xl{
  height: 5.6rem;
  padding: 0 2.4rem;
}
.btn-xl img{
  max-width: 2.4rem;
  margin-right: 1.6rem;
}
.btn-round,
.btn-bookmark{
  padding: 0 !important;
  width: 3.6rem;
  justify-content: center;
}
.btn-black{
  border-color: #242424;
  background: #242424;
  color: #fff;
}
.btn-black:hover{
  border-color: #000;
  background: #000;
}
.btn-black-outline{
  border-color: #373737;
  color: #242424;
}
.btn-black-outline:hover{
  background: #242424;
  border-color: #242424;
  color: #fff;
}
.btn-yellow{
  border-color: #FFE700;
  background: #FFE700;
  color: #000;
}
.btn-yellow:hover{
  border-color: #edd703;
  background: #edd703;
}
.btn-gray-outline{
  border-color: #E1E1E1;
  background: #fff;
  color: #000000;
}
.btn-dark-gray-outline{
  border-color: #CECECE;
  color: #171920;
  background: #fff;
}
.btn-gray-outline:hover,
.btn-dark-gray-outline:hover{
  color: #fff;
  background: #000;
  border-color: #000;
}
.btn-gray-outline:hover img,
.btn-dark-gray-outline:hover img{
  filter: invert(100%);
}
.btn-bookmark.active,
.btn-bookmark:hover{
  border-color: #242424 !important;
  background: transparent !important;
}
.btn-bookmark.active img,
.btn-bookmark:hover img{
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.label,
.form-label{
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.2rem;
  display: block;
  margin: 0 0 0.8rem;
}
.form-label{
  text-transform: initial;
  line-height: 1.5rem;
  color: #242424;
}
.form-control{
  outline: none !important;
  width: 100%;
  border: 1px solid #BDBDBD;
  background: #fff;
  height: 4rem;
  border-radius: 0.3rem;
  padding: 0 1.2rem;
  font-family: inherit;
  font-size: 1.4rem;
  color: #242424;
  resize: none;
}
select.form-control{
  background: url(../images/icon-select-arrow.png) no-repeat right 1.2rem center #fff;
  -moz-appearance:none;
  -webkit-appearance:none;
  appearance:none;
  padding-right: 3.2rem;
}
textarea.form-control{
  height: 12rem;
  padding: 1.2rem;
  display: block;
}
.form-control::placeholder{
  opacity: 1;
  color: #242424;
}
.form-control:-ms-input-placeholder{
  color: #242424;
}
.form-control:focus{
  border-color: #242424;
}
.form-control.error{
  border-color: red;
}
label.error {
  display: block;
  font-size: 1.4rem;
  margin: 0.4rem 0 0;
  color: red;
}
.chk {
  display: inline-flex;
  position: relative;
  padding-left: 2.1rem;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #171920;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.chk span{
  font-style: italic;
}
.chk i{
  margin-left: 0.4rem;
}
.chk span + i{
  margin-left: 0;
}
.chk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.chk .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.6rem;
  width: 1.6rem;
  border: 1px solid #BDBDBD;
}
.chk input:checked ~ .checkmark {
  border-color: #242424;
  background-color: #242424;
}
.chk .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.chk input:checked ~ .checkmark:after {
  display: block;
}
.chk .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tooltip{
  position: relative;
}
.tooltip-box{
  position: absolute;
  top: calc(100% + 1.1rem);
  left: 0;
  transform: translateX(calc(-50% + 0.8rem));
  min-width: 25.9rem;
  box-shadow: 0px 4px 40px 0px #00000066;
  padding: 1.2rem;
  background: #242424;
  border-radius: 0.8rem;
  z-index: 1;
  display: none;
}
.tooltip:hover .tooltip-box{
  display: block;
}
.tooltip-box.right{
  text-align: left;
  left: auto;
  right: -1rem;
  transform: none;
}
.tooltip-box::before {
  position: absolute;
  content: "";
  top: -1.1rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 1.6rem;
  height: 1.3rem;
  background: url(../images/icon-tooltip-arrow.png);
  background-size: cover;
  background-position: center;
  -webkit-filter: drop-shadow(0px 4px 40px #00000066);
  filter: drop-shadow(0px 4px 40px #00000066);
}
.tooltip-box.right:before{
  left: auto;
  right: 1.9rem;
}
.tooltip-box p {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #fff;
}
.owl-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.owl-nav button {
  outline: none;
  padding: 0;
  border: 0 !important;
  margin: 0 0.45rem;
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff !important;
  border-radius: 50%;
}
.owl-nav button:hover{
  background: #000 !important;
}
.owl-nav button:first-child{
  margin-left: 0;
}
.owl-nav button:last-child{
  margin-right: 0;
}
.owl-nav button.disabled,
.owl-nav button.disabled:hover{
  background: #E1E1E1 !important;
}
.owl-nav button img{
  display: block;
}
.owl-nav button.owl-prev img{
  margin-right: 0.2rem;
}
.owl-nav button.owl-next img{
  margin-left: 0.4rem;
}
.owl-nav button:hover img{
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.owl-nav button.disabled img,
.owl-nav button.disabled:hover img{
  -webkit-filter: invert(71%) sepia(2%) saturate(0%) hue-rotate(59deg) brightness(107%) contrast(87%);
  filter: invert(71%) sepia(2%) saturate(0%) hue-rotate(59deg) brightness(107%) contrast(87%);
}
.row {
  --bs-gutter-x: 2.4rem;
}
.w-100{
  width: 100%;
}
.mt-12{
  margin-top: 1.2rem;
}
.mt-16{
  margin-top: 1.6rem;
}
.mb-16{
  margin-bottom: 1.6rem;
}
.mt-24{
  margin-top: 2.4rem;
}
.mb-24{
  margin-bottom: 2.4rem;
}
.mt-32{
  margin-top: 3.2rem;
}
.mb-32{
  margin-bottom: 3.2rem;
}
.mt-48{
  margin-top: 4.8rem;
}
.mb-48{
  margin-bottom: 4.8rem;
}
.mt-60{
  margin-top: 6rem;
}
.mb-60{
  margin-bottom: 6rem;
}
.mt-64{
  margin-top: 6.4rem;
}
.mb-64{
  margin-bottom: 6.4rem;
}
.pt-64{
  padding-top: 6.4rem;
}
.pb-64{
  padding-bottom: 6.4rem;
}
.mb-80{
  margin-bottom: 8rem;
}
.mb-96{
  margin-bottom: 9.6rem;
}
.mb-104{
  margin-bottom: 10.4rem;
}
.mb-120{
  margin-bottom: 12rem;
}
.mb-128{
  margin-bottom: 12.8rem;
}
@media(min-width:1200px) and (max-width:1351.98px){
  main {
    padding-top: 9.6rem;
  }
  h1, .h1, .h1 * {
    font-size: 5.6rem;
  }
  h2, .h2, .h2 * {
    font-size: 3.6rem;
  }
  h3, .h3, .h3 * {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  h4, .h4, .h4 * {
    font-size: 2.6rem;
    line-height: 3.1rem;
  }
  h5, .h5, .h5 * {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .mb-64 {
    margin-bottom: 5.6rem;
  }
  .mt-64 {
    margin-top: 5.6rem;
  }
  .mb-104 {
    margin-bottom: 9.6rem;
  }
  .mb-120 {
    margin-bottom: 10.4rem;
  }
  .mb-128 {
    margin-bottom: 10.4rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  body{
    font-size: 1.5rem;
  }
  main {
    padding-top: 8.6rem;
  }
  h1, .h1, .h1 * {
    font-size: 4.8rem;
  }
  h2, .h2, .h2 * {
    font-size: 3.4rem;
  } 
  h3, .h3, .h3 * {
    font-size: 2.8rem;
    line-height: 3.2rem;
  } 
  h4, .h4, .h4 * {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  h5, .h5, .h5 * {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .btn-lg {
    font-size: 1.7rem;
  }
  .row {
    --bs-gutter-x: 2rem;
  }
  .mb-64 {
    margin-bottom: 5.6rem;
  }
  .mt-64 {
    margin-top: 5.6rem;
  }
  .mb-80 {
    margin-bottom: 7.2rem;
  }
  .mb-104 {
    margin-bottom: 8rem;
  }
  .mb-120 {
    margin-bottom: 9.6rem;
  }
  .mb-128 {
    margin-bottom: 9.6rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  main {
    padding-top: 8rem;
  }
  h1, .h1, .h1 * {
    font-size: 3.6rem;
  }
  h2, .h2, .h2 * {
    font-size: 3.2rem;
  }
  h3, .h3, .h3 * {
    font-size: 2.6rem;
    line-height: 3rem;
  }
  h4, .h4, .h4 * {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
  h5, .h5, .h5 * {
    font-size: 1.8rem;
    line-height: 110%;
  }
  .btn-lg {
    height: 3.6rem;
    padding: 0 1.4rem 0.3rem;
    font-size: 1.6rem;
  }
  .row {
    --bs-gutter-x: 2rem;
  }
  .mb-64 {
    margin-bottom: 5.6rem;
  }
  .mt-64 {
    margin-top: 5.6rem;
  }
  .mb-80 {
    margin-bottom: 7.2rem;
  }
  .mb-104 {
    margin-bottom: 7.2rem;
  }
  .mb-120 {
    margin-bottom: 7.2rem;
  }
  .mb-128 {
    margin-bottom: 7.2rem;
  }
}
@media(max-width:767.98px){
  .container {
    padding: 0 2.4rem;
  }
  main {
    padding-top: 8rem;
  }
  h1, .h1, .h1 * {
    font-size: 3.2rem;
    line-height: 100%;
  }
  h2, .h2, .h2 * {
    font-size: 2.8rem;
  }
  h3, .h3, .h3 * {
    font-size: 2.4rem;
    line-height: 100%;
  }
  h4, .h4, .h4 * {
    font-size: 2rem;
    line-height: 120%;
  }
  h5, .h5, .h5 * {
    font-size: 1.8rem;
    line-height: 110%;
  }
  .btn-lg {
    height: 3.6rem;
    padding: 0 1.4rem 0.2rem;
    font-size: 1.4rem;
  }
  .mt-48 {
    margin-top: 3.2rem;
  }
  .mt-64 {
    margin-top: 4.8rem;
  }
  .mb-64 {
    margin-bottom: 4.8rem;
  }
  .mb-80 {
    margin-bottom: 6.4rem;
  }
  .mb-104 {
    margin-bottom: 6.4rem;
  }
  .mb-120 {
    margin-bottom: 6.8rem;
  }
  .mb-128 {
    margin-bottom: 6.4rem;
  }
}