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;
}
p{
  margin-bottom: 2.4rem;
}
p:last-child{
  margin-bottom: 0;
}
a {
  background-color: rgba(0, 0, 0, 0);
  color: #171920;
  text-decoration: none;
}
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;
}
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)".";
}
.infobox .txt.infobox-txt > div > img {
  display: none;
}
.container{
  padding: 0 1.5rem !important;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px !important;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px !important;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px !important;
  }
}
@media (min-width: 1352px) {
  .container {
    max-width: 132.2rem !important;
  }
}
.configurator-container {
  max-width: 180rem !important;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .8rem 2rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
  .btn {
    -webkit-transition: none;
    transition: none
  }
}

.btn-brand {
  color: #212529;
  background-color: #ffe700;
  border-color: #ffe700
}
.btn-brand.focus,
.btn-brand:focus,
.btn-brand:hover {
  color: #212529;
  background-color: #ffe700;
  border-color: #d6a300
}
.btn-brand.focus,
.btn-brand:focus {
  box-shadow: 0 0 0 .2rem rgba(222, 173, 15, .5)
}
.btn-brand.disabled,
.btn-brand:disabled {
  color: #212529;
  background-color: #ffe700;
  border-color: #ffe700
}
.btn-brand:not(:disabled):not(.disabled).active,
.btn-brand:not(:disabled):not(.disabled):active,
.show>.btn-brand.dropdown-toggle {
  color: #212529;
  background-color: #d6a300;
  border-color: #c99a00
}
.btn-brand:not(:disabled):not(.disabled).active:focus,
.btn-brand:not(:disabled):not(.disabled):active:focus,
.show>.btn-brand.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(222, 173, 15, .5)
}
.confirmbox-bg,
.infobox-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1009;
  opacity: .6;
  display: none
}
.confirmbox,
.infobox {
  position: fixed;
  z-index: 1010;
  top: 10%;
  left: 50%;
  width: 30rem;
  margin-left: -15rem;
  background: #fff;
  padding: 4.5rem;
  display: none
}
.close-popup {
  position: absolute;
  top: -2rem;
  right: -2rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  color: #212529;
  background-color: #ffe700;
  line-height: 4rem;
  text-align: center;
  font-size: 3.4rem
}
.close-popup:hover {
  cursor: pointer;
  color: #212529;
  text-decoration: none;
  background-color: #ffe700;
  border-color: #d6a300
}
.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;
}
b,strong {
  font-weight: bolder
}
.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{
  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;
  color: #fff;
}
.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{
  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;
}
.form-control-gray{
  background-color: #FAFAFA;
}
select.form-control{
  background: url(/Tedgifted/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-search{
  padding-left: 4.4rem;
  background: url(/Tedgifted/images/icon-search.png) no-repeat left 1.2rem center #fff;
}
.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(/Tedgifted/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 {
  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.2rem;
}
.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-320{
  width: 32rem;
}
.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;
}
.fade {
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear
}

@media(prefers-reduced-motion:reduce) {
  .fade {
    -webkit-transition: none;
    transition: none
  }
}

.fade:not(.show) {
  opacity: 0
}

.collapse:not(.show) {
  display: none
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease
}

@media(prefers-reduced-motion:reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px)
}

@media(prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02)
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
  -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;
  height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none
}

.modal-content {
  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;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, .2);
  border-radius: 0;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .5
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 0 solid #e5e5e5;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 0 solid #e5e5e5;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.modal-footer>* {
  margin: .25rem
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media(min-width:576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem)
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem)
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem)
  }

  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content
  }

  .modal-sm {
    max-width: 300px
  }
}

@media(min-width:992px) {

  .modal-lg,
  .modal-xl {
    max-width: 840px
  }
}

@media(min-width:1260px) {
  .modal-xl {
    max-width: 1140px
  }
}

@media(min-width:1200px) and (max-width:1351.98px){
  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;
  }
  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){
  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;
  }
  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;
  }
}
.close-popup {
  line-height: 33px;
}
.csp-left .splide__list li{
  padding-left: 0 !important;
}
.modal-body .contact-form{
  padding: 0;
  max-width: 100%;
  background: transparent;
}
@media(max-width:767px){
  .popup-container {
    left: 5vw !important;
    transform: translate(0, -50%) !important;
  }
}