.elementor-widget-templines-custom-title .heading__title {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-weight: 600;
  margin-bottom: 60px;
  font-size: 128px;
  line-height: 114px;
}
.elementor-widget-templines-custom-title .index .heading__title {
  color: #6D9985;
  width: 800px;
  margin-bottom: 15px;
}
@media (max-width: 1210px) {
  .elementor-widget-templines-custom-title .heading__title {
    margin-bottom: calc(20px + 40 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .elementor-widget-templines-custom-title .heading__title {
    font-size: calc(50px + 78 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .elementor-widget-templines-custom-title .heading__title {
    line-height: calc(40px + 74 * (100vw - 375px) / 835);
  }
}
.elementor-widget-templines-custom-title .heading__title span {
  position: relative;
  z-index: 1;
  color: #0e1218;
}
.elementor-widget-templines-custom-title .heading__title span::before {
  content: "";
  width: 102%;
  height: 65%;
  border-radius: 25px;
  background: #fff;
  position: absolute;
  top: 30px;
  left: -14px;
  right: -14px;
  bottom: -14px;
  z-index: -1;
}
@media (max-width: 1210px) {
  .elementor-widget-templines-custom-title .heading__title span:first-child::before {
    top: calc(12px + 18 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .elementor-widget-templines-custom-title .heading__title span:first-child::before {
    left: calc(-4px + -10 * (100vw - 375px) / 835);
  }
}
.elementor-widget-templines-custom-title .heading__title span.last {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #fff;
}
.elementor-widget-templines-custom-title .heading__title span.last::before {
  content: "";
  width: 112%;
  height: 82%;
  border-radius: 25px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  position: absolute;
  right: -14px;
  bottom: -26px;
  z-index: -1;
  top: 18px;
  left: -14px;
}
@media (max-width: 1210px) {
  .elementor-widget-templines-custom-title .heading__title span:last-child::before {
    top: calc(15px + 25 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .elementor-widget-templines-custom-title .heading__title span:last-child::before {
    left: calc(-7px + -7 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1400px) {
  .elementor-widget-templines-custom-title .index .heading__title {
    width: auto;
    font-size: 97px;
  }
}
@media (max-width: 1250px) {
  .elementor-widget-templines-custom-title .index .heading__title {
    width: auto;
    font-size: 78px;
  }
}
@media (max-width: 1150px) {
  .elementor-widget-templines-custom-title .index .heading__title {
    width: auto;
    font-size: 47px;
    line-height: 40px;
  }
}
.elementor-widget-templines-custom-title .body--white .heading__title {
  color: #0e1218;
}
.elementor-widget-templines-custom-title .body--white .heading__title span {
  color: #fff;
}
.elementor-widget-templines-custom-title .body--white .heading__title span::before {
  background: #0e1218;
}
.elementor-widget-templines-custom-title .body--white .heading__title span.last::before {
  border: 1px solid #0e1218;
}
.elementor-widget-templines-custom-title .elevate-content__title {
  margin-bottom: 30px;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 64px;
  line-height: 64px;
  font-weight: 600;
}
.elementor-widget-templines-custom-title .elevate-content__title span {
  color: #6d9985;
}

.elementor-widget-templines-custom-text-editor .content-editor-content ul li {
  margin: 0;
  padding-left: 38px;
  position: relative;
}
.elementor-widget-templines-custom-text-editor .content-editor-content ul li::marker {
  content: none;
}
.elementor-widget-templines-custom-text-editor .content-editor-content ul li:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #282534;
  -webkit-mask-image: url(../../img/list-tick-icon.svg);
  mask-image: url(../../img/list-tick-icon.svg);
  background-image: url('data:image/svg+xml;utf8,<svg ...><g stroke="red" ... /></g></svg>');
}

.users-resently__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.users-resently__list-item {
  border: 3px solid #fff;
  width: 76px;
  height: 76px;
  max-width: 76px;
  max-height: 76px;
  min-width: 76px;
  min-height: 76px;
  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;
  border-radius: 100%;
  overflow: hidden;
  margin: 0;
}

.users-resently__list-item:nth-child(2) {
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
}

.users-resently__list-item:nth-child(3) {
  -webkit-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  transform: translateX(-40px);
}

.users-resently__list-item:nth-child(4) {
  -webkit-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  transform: translateX(-60px);
}

.users-resently__list-item:nth-child(5) {
  -webkit-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  transform: translateX(-80px);
}

.users-resently__list-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
}

.users-resently__list-count {
  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;
  background: #ffeaf6;
  border-radius: 100%;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #202020;
}

@media (max-width: 1440px) {
  .users-resently__list-item {
    width: 66px;
    height: 66px;
    max-width: 66px;
    max-height: 66px;
    min-width: 66px;
    min-height: 66px;
  }
}
@media (max-width: 750px) {
  .users-resently__list-item {
    width: 76px;
    height: 76px;
    max-width: 76px;
    max-height: 76px;
    min-width: 76px;
    min-height: 76px;
  }
}
@media (max-width: 750px) and (max-width: 1920px) {
  .users-resently__list-item {
    width: calc(55px + 21 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 750px) and (max-width: 1920px) {
  .users-resently__list-item {
    height: calc(55px + 21 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 750px) and (max-width: 1920px) {
  .users-resently__list-item {
    max-width: calc(55px + 21 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 750px) and (max-width: 1920px) {
  .users-resently__list-item {
    max-height: calc(55px + 21 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 750px) and (max-width: 1920px) {
  .users-resently__list-item {
    min-width: calc(55px + 21 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 750px) and (max-width: 1920px) {
  .users-resently__list-item {
    min-height: calc(55px + 21 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 750px) {
  .users-resently__list-item:nth-child(2) {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 750px) {
  .users-resently__list-item:nth-child(3) {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 750px) {
  .users-resently__list-item:nth-child(4) {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 750px) {
  .users-resently__list-item:nth-child(5) {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.elementor-widget-templines-users-list .users-resently__list-item {
  margin: 0 !important;
}
.elementor-widget-templines-users-list .users-resently__list-img {
  border-radius: 50%;
  height: 76px;
}

.elementor-widget-templines-counter .count__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.elementor-widget-templines-counter .body--white .count-item:nth-child(4) {
  border: 1px solid #d7dadd;
  background: #fff;
}
.elementor-widget-templines-counter .body--white .count-item:nth-child(4) .count-item__text {
  color: #0e1218;
}
.elementor-widget-templines-counter .body--white .count-item:nth-child(4) .count-item__subtext {
  color: #0e1218;
}
.elementor-widget-templines-counter .body--white .count-item:nth-child(4) .count-item__icon {
  border: unset;
}
.elementor-widget-templines-counter .body--white .count-item:nth-child(4):hover .count-item__icon {
  border: 1px solid #0e1218;
}
.elementor-widget-templines-counter .count-item {
  border-radius: 25px;
  padding: 40px;
}
@media (max-width: 1210px) {
  .elementor-widget-templines-counter .count-item {
    padding: calc(30px + 10 * (100vw - 375px) / 835);
  }
}
.elementor-widget-templines-counter .count-item:hover .count-item__icon {
  background: #fff;
}
.elementor-widget-templines-counter .count-item:hover .count-item__icon svg path {
  stroke: #0e1218;
}
.elementor-widget-templines-counter .count-item:nth-child(1) {
  background: #f9d442;
}
.elementor-widget-templines-counter .count-item:nth-child(2) {
  background: #ff99c0;
}
.elementor-widget-templines-counter .count-item:nth-child(3) {
  background: #9981c2;
}
.elementor-widget-templines-counter .count-item:nth-child(4) {
  border: 1px solid #4b515a;
  background: #0e1218;
}
.elementor-widget-templines-counter .count-item:nth-child(4) .count-item__text {
  color: #fff;
}
.elementor-widget-templines-counter .count-item:nth-child(4) .count-item__text svg {
  width: 24px;
  height: 24px;
}
.elementor-widget-templines-counter .count-item:nth-child(4) .count-item__subtext {
  color: #fff;
}
.elementor-widget-templines-counter .count-item:nth-child(4) .count-item__icon {
  border: 1px solid #4b515a;
}
.elementor-widget-templines-counter .count-item:nth-child(4):hover .count-item__icon {
  border: 1px solid #fff;
}
.elementor-widget-templines-counter .count-item__icon {
  margin-left: auto;
  border-radius: 10px;
  background: #0e1218;
  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;
  text-align: center;
  width: 48px;
  height: 48px;
  margin-bottom: 85px;
  -webkit-transition: background 0.3s, border 0.3s;
  -o-transition: background 0.3s, border 0.3s;
  transition: background 0.3s, border 0.3s;
}
@media (max-width: 1210px) {
  .elementor-widget-templines-counter .count-item__icon {
    width: calc(38px + 10 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .elementor-widget-templines-counter .count-item__icon {
    height: calc(38px + 10 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .elementor-widget-templines-counter .count-item__icon {
    margin-bottom: calc(35px + 50 * (100vw - 375px) / 835);
  }
}
.elementor-widget-templines-counter .count-item__icon svg path {
  -webkit-transition: stroke 0.3s;
  -o-transition: stroke 0.3s;
  transition: stroke 0.3s;
}
.elementor-widget-templines-counter .count-item__text {
  color: #0e1218;
  leading-trim: both;
  text-edge: cap;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 64px;
  line-height: 64px;
}
@media (max-width: 1210px) {
  .elementor-widget-templines-counter .count-item__text {
    font-size: calc(45px + 19 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .elementor-widget-templines-counter .count-item__text {
    line-height: calc(45px + 19 * (100vw - 375px) / 835);
  }
}
.elementor-widget-templines-counter .count-item__subtext {
  color: #0e1218;
  leading-trim: both;
  text-edge: cap;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
}
@media (max-width: 1210px) {
  .elementor-widget-templines-counter .count-item__subtext {
    font-size: calc(16px + 4 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .elementor-widget-templines-counter .count-item__subtext {
    line-height: calc(16px + 4 * (100vw - 375px) / 835);
  }
}

.elevate-view {
  width: 100%;
  height: 100%;
  min-width: 565px;
  min-height: 470px;
  position: relative;
  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;
}

.index .elevate-view__box {
  border-radius: 20px;
  padding: 35px 35px 0 35px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-top: 220px;
  -webkit-animation: toUpAnimation 3s infinite;
  animation: toUpAnimation 3s infinite;
}

.index .elevate-view__box-subtext_img {
  text-align: right;
  display: inline-block;
  width: 100%;
  padding-top: 15px;
}

.index .elevate-view__box img {
  max-width: 66px;
}

.index .elevate-view__box .elevate-view__box-subtext {
  line-height: 26px;
}

.elevate-view__box {
  width: 300px;
  height: 300px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background: #f9d442;
  display: flex;
  z-index: 1;
  -webkit-animation: smallToDownAnimation 6s infinite;
  animation: smallToDownAnimation 6s infinite;
}

.elevate-view__box-text {
  color: #0e1218;
  leading-trim: both;
  text-edge: cap;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 64px;
  line-height: 64px;
}

@media (max-width: 1210px) {
  .elevate-view__box-text {
    margin-bottom: calc(5px + 3 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .elevate-view__box-text {
    font-size: calc(36px + 28 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .elevate-view__box-text {
    line-height: calc(36px + 28 * (100vw - 375px) / 835);
  }
}
.elevate-view__box-subtext {
  color: #0e1218;
  leading-trim: both;
  text-edge: cap;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
}

@media (max-width: 1210px) {
  .elevate-view__box-subtext {
    font-size: calc(16px + 4 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .elevate-view__box-subtext {
    line-height: calc(16px + 4 * (100vw - 375px) / 835);
  }
}
.elevate-view__index1 {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
  position: absolute;
  left: 307px;
  top: 72px;
  width: 120px;
  -webkit-animation: toUpAnimation 3s infinite;
  animation: toUpAnimation 3s infinite;
}

.elevate-view__index2 {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
  position: absolute;
  left: 401px;
  top: 158px;
  width: 166px;
  -webkit-animation: smallToDownAnimation 4s infinite;
  animation: smallToDownAnimation 4s infinite;
}

.elevate-view__index3 {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
  position: absolute;
  left: -67px;
  top: 79%;
  width: 166px;
  z-index: 3;
  -webkit-animation: toRightAnimation 3s infinite;
  animation: toRightAnimation 3s infinite;
}

.elevate-view__index4 {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
  position: absolute;
  left: 267px;
  top: 100%;
  width: 100px;
  -webkit-animation: smallToDownAnimation 4s infinite;
  animation: smallToDownAnimation 4s infinite;
}

.elevate-view__index5 {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
  position: absolute;
  left: 120px;
  top: 97px;
  width: 100px;
  -webkit-animation: toLeftAnimation 3s infinite;
  animation: toLeftAnimation 3s infinite;
}

.elevate-view__index6 {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
  position: absolute;
  left: -24px;
  top: 43%;
  width: 100px;
  -webkit-animation: toRightAnimation 3s infinite;
  animation: toRightAnimation 3s infinite;
}

.elevate-view__index7 {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
  position: absolute;
  left: 500px;
  top: 93%;
  width: 100px;
  -webkit-animation: toLeftAnimation 3s infinite;
  animation: toLeftAnimation 3s infinite;
}

.elevate-view__index8 {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
  position: absolute;
  left: 33px;
  top: 97%;
  width: 171px;
  z-index: 1;
  -webkit-animation: smallToDownAnimation 4s infinite;
  animation: smallToDownAnimation 4s infinite;
}

.elevate-view__img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
  position: absolute;
}

.elevate-view__img:nth-child(2) {
  width: 100px;
  height: 100px;
  left: 110px;
  top: 0;
  -webkit-animation: smallToDownAnimation 4s infinite;
  animation: smallToDownAnimation 4s infinite;
}

.elevate-view__img:nth-child(3) {
  width: 200px;
  height: 200px;
  top: 25px;
  right: 40px;
  -webkit-animation: toLeftAnimation 7s infinite;
  animation: toLeftAnimation 7s infinite;
}

.elevate-view__img:nth-child(4) {
  width: 150px;
  height: 150px;
  left: 0;
  bottom: 70px;
  -webkit-animation: toRightAnimation 3s infinite;
  animation: toRightAnimation 3s infinite;
}

.elevate-view__img:nth-child(5) {
  width: 120px;
  height: 120px;
  bottom: 90px;
  right: 0;
  -webkit-animation: smallToDownAnimation 4s infinite;
  animation: smallToDownAnimation 4s infinite;
}

.elevate-view__img:nth-child(6) {
  width: 80px;
  height: 80px;
  right: 80px;
  bottom: 0;
  -webkit-animation: toRightAnimation 3s infinite;
  animation: toRightAnimation 3s infinite;
}

@media (max-width: 1250px) {
  .index .elevate-view__box {
    height: auto;
    width: 301px;
  }
}
@media (max-width: 1200px) {
  .elevate-view__index8 {
    left: 0;
    top: 82%;
  }
  .elevate-view__index4 {
    left: -100px;
    top: 2%;
  }
  .elevate-view__index2 {
    left: -100px;
    top: 42%;
  }
  .elevate-view__index3 {
    left: 100px;
    top: -32px;
  }
  .elevate-view__index7 {
    display: none;
  }
  .elevate-view__index5 {
    display: none;
  }
  .elevate-view__index6 {
    display: none;
  }
}
@media (max-width: 1150px) {
  .index .elevate-content__title {
    font-size: 40px;
    line-height: 51px;
  }
  .index .elevate-view__index5 {
    left: -120px;
    top: 97px;
  }
  .elevate-view__index8 {
    left: 5px;
    top: 92%;
    width: 109px;
  }
  .count__inner {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .elevate-view__img:nth-child(2) {
    width: 70px;
    height: 70px;
  }
  .elevate-view__img:nth-child(3) {
    width: 120px;
    height: 120px;
  }
  .elevate-view__img:nth-child(4) {
    width: 90px;
    height: 90px;
  }
  .elevate-view__img:nth-child(5) {
    width: 80px;
    height: 80px;
  }
  .elevate-view__img:nth-child(6) {
    width: 60px;
    height: 60px;
  }
  .elevate-view {
    min-width: unset;
    max-width: 400px;
    max-height: 390px;
    min-height: unset;
    margin-left: auto;
    margin-right: auto;
  }
  .elevate-view__box {
    width: 250px;
    height: 250px;
  }
}
.elevate-view__index2 {
  display: none;
}

.elevate-view__index4 {
  left: 0;
  top: 20%;
  z-index: 7;
}

@media (max-width: 850px) {
  .elevate-view {
    min-height: 400px;
  }
}
.elevate-view__index2 {
  display: block;
}

.elevate-view__index7 {
  display: block;
  left: 80%;
}

.elevate-view__index1 {
  left: 72%;
  top: 187px;
  z-index: 8;
}

.elevate-view__index3 {
  left: 51%;
  top: -30px;
}

.elevate-view {
  max-width: 500px;
  max-height: 400px;
}

.elevate-view__box {
  width: 280px;
  height: 280px;
}

@media (max-width: 550px) {
  .elevate-view__box {
    width: 225px;
    height: 225px;
  }
}
@-webkit-keyframes smallToDownAnimation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes smallToDownAnimation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes toRightAnimation {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes toRightAnimation {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes toLeftAnimation {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes toLeftAnimation {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.elementor-widget-templines-button-simple .tmreviews_size_medium {
  padding-top: 12px;
  padding-bottom: 12px;
}
.elementor-widget-templines-button-simple .tmreviews_size_medium span:first-child {
  height: 43px;
}
.elementor-widget-templines-button-simple .tmreviews_size_medium span:first-child:after {
  height: 122%;
}
.elementor-widget-templines-button-simple .tmreviews_size_large {
  padding-top: 32px;
  padding-bottom: 32px;
}
.elementor-widget-templines-button-simple .tmreviews_size_large span:first-child {
  height: 83px;
}
.elementor-widget-templines-button-simple .tmreviews_size_large span:first-child:after {
  height: 122%;
  right: -13px;
  width: 26px;
}
.elementor-widget-templines-button-simple .tmreviews_size_large:hover span:first-child::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  right: -40px;
}
.elementor-widget-templines-button-simple .section-top-body-bottom__link.tmreviews_size_medium {
  padding-top: 10px;
  padding-bottom: 10px;
}
.elementor-widget-templines-button-simple .section-top-body-bottom__link.tmreviews_size_large {
  padding-top: 35px;
  padding-bottom: 35px;
}
.elementor-widget-templines-button-simple .provide__link.tmreviews_size_medium {
  padding-top: 10px;
  padding-bottom: 10px;
}
.elementor-widget-templines-button-simple .provide__link.tmreviews_size_large {
  padding-top: 35px;
  padding-bottom: 35px;
}

.tmreviews_left {
  width: fit-content;
  margin-right: auto;
  margin-left: 0;
}

.tmreviews_right {
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
}

.tmreviews_center {
  width: fit-content;
  margin: auto;
}

.elementor-widget-templines-socials .social {
  width: fit-content;
}
.elementor-widget-templines-socials .tmreviews_left {
  margin-right: auto;
  margin-left: 0;
}
.elementor-widget-templines-socials .tmreviews_right {
  margin-right: 0;
  margin-left: auto;
}
.elementor-widget-templines-socials .tmreviews_center {
  margin: auto;
}

.elementor-widget-templines-button-simple .link__template {
  display: inline-block !important;
  color: #fff;
}
.elementor-widget-templines-button-simple .tools-body__link.btn {
  max-width: unset;
}
.elementor-widget-templines-button-simple .tools-body__link.btn:hover {
  max-width: unset;
  padding-right: 60px;
  padding-left: 60px;
}
.elementor-widget-templines-button-simple .section-top-body-bottom__link {
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 22px;
  padding-top: 25px;
  padding-right: 50px;
  padding-bottom: 25px;
  padding-left: 55px;
  background: #202020;
  position: relative;
}
@media (max-width: 1510px) {
  .elementor-widget-templines-button-simple .section-top-body-bottom__link {
    font-size: calc(16px + 4 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .elementor-widget-templines-button-simple .section-top-body-bottom__link {
    line-height: calc(18px + 4 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .elementor-widget-templines-button-simple .section-top-body-bottom__link {
    padding-top: calc(15px + 10 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .elementor-widget-templines-button-simple .section-top-body-bottom__link {
    padding-right: calc(25px + 25 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .elementor-widget-templines-button-simple .section-top-body-bottom__link {
    padding-bottom: calc(15px + 10 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .elementor-widget-templines-button-simple .section-top-body-bottom__link {
    padding-left: calc(25px + 30 * (100vw - 360px) / 1150);
  }
}
.elementor-widget-templines-button-simple .section-top-body-bottom__link span {
  position: relative;
  z-index: 1;
}
.elementor-widget-templines-button-simple .section-top-body-bottom__link::before {
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0%, 20% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 20% 100%, 0% 100%);
  background: #f5ab1a;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 28px;
  -webkit-transition: width 0.3s, -webkit-clip-path 0.3s;
  transition: width 0.3s, -webkit-clip-path 0.3s;
  -o-transition: width 0.3s, clip-path 0.3s;
  transition: width 0.3s, clip-path 0.3s;
  transition: width 0.3s, clip-path 0.3s, -webkit-clip-path 0.3s;
}
@media (max-width: 1510px) {
  .elementor-widget-templines-button-simple .section-top-body-bottom__link::before {
    width: calc(20px + 8 * (100vw - 360px) / 1150);
  }
}
.elementor-widget-templines-button-simple .section-top-body-bottom__link:hover::before {
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.elementor-widget-templines-button-simple .provide__link {
  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;
  gap: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-transform: capitalize;
  background: #f5ab1a;
  position: relative;
  padding: 25px 45px;
}
.elementor-widget-templines-button-simple .provide__link span {
  position: relative;
  z-index: 1;
}
.elementor-widget-templines-button-simple .provide__link::before {
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0%, 20% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 20% 100%, 0% 100%);
  background: rgba(255, 255, 255, 0.25);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 28px;
  height: 100%;
  -webkit-transition: width 0.3s, -webkit-clip-path 0.3s;
  transition: width 0.3s, -webkit-clip-path 0.3s;
  -o-transition: width 0.3s, clip-path 0.3s;
  transition: width 0.3s, clip-path 0.3s;
  transition: width 0.3s, clip-path 0.3s, -webkit-clip-path 0.3s;
}
.elementor-widget-templines-button-simple .provide__link::after {
  content: "";
  -webkit-clip-path: polygon(80% 0, 100% 0%, 100% 100%, 0 100%);
  clip-path: polygon(80% 0, 100% 0%, 100% 100%, 0 100%);
  background: rgba(255, 255, 255, 0.25);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 28px;
  height: 100%;
  -webkit-transition: width 0.3s, -webkit-clip-path 0.3s;
  transition: width 0.3s, -webkit-clip-path 0.3s;
  -o-transition: width 0.3s, clip-path 0.3s;
  transition: width 0.3s, clip-path 0.3s;
  transition: width 0.3s, clip-path 0.3s, -webkit-clip-path 0.3s;
}
.elementor-widget-templines-button-simple .provide__link:hover::before {
  width: 100%;
  -webkit-clip-path: 10%;
  clip-path: 10%;
}
.elementor-widget-templines-button-simple .provide__link:hover::after {
  width: 100%;
  -webkit-clip-path: 10%;
  clip-path: 10%;
}

.social-link-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.social-link-wrapper .social-link__items {
  list-style: none;
  display: flex;
  justify-content: center;
}

.social-link__items .social-link__item {
  margin-right: 50px;
  font-size: 30px;
  padding-bottom: 30px;
  font-weight: 300;
  padding-left: 50px;
}

.social-link__items .social-link__item .soc-icon {
  width: 100%;
  text-align: center;
}

.social-link__items .social-link__item .soc-icon i {
  font-size: 32px;
  margin-bottom: 15px;
}

.social-link__text-link {
  text-decoration: none !important;
}

.elementor-widget-templines-socials .social-link__text-link {
  font-weight: 300;
  color: #6fb134;
}

.b-reviews-slider-2 {
  margin-bottom: 0;
}

.b-reviews-slider-2 .slick-dots {
  bottom: -30px;
  text-align: center;
  padding-left: 0;
}

.b-reviews-slider-2 .slick-prev,
.b-reviews-slider-2 .slick-next {
  bottom: 30%;
}

.b-reviews-slider-2 .slick-dots li {
  margin-right: 5px;
  margin-left: 5px;
}

.b-reviews-slider-2 .slick-dots li button {
  background-color: #eee;
}

.elementor-widget-templines-testimonial-slider {
  text-align: center;
}
.elementor-widget-templines-testimonial-slider .slick-prev {
  left: 25px;
}
.elementor-widget-templines-testimonial-slider .slick-prev:before {
  content: "";
  opacity: 0.75;
  color: white;
  width: 10px;
  height: 10px;
  display: block;
  border-left: 2px solid #c7ccd1;
  border-top: 2px solid #c7ccd1;
  transform: rotate(-45deg);
}
.elementor-widget-templines-testimonial-slider .slick-next {
  right: 25px;
}
.elementor-widget-templines-testimonial-slider .slick-next:before {
  content: "";
  opacity: 0.75;
  color: white;
  width: 10px;
  height: 10px;
  display: block;
  border-left: 2px solid #c7ccd1;
  border-top: 2px solid #c7ccd1;
  transform: rotate(135deg);
}
.elementor-widget-templines-testimonial-slider .slick-prev, .elementor-widget-templines-testimonial-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 14%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 1;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slider-review-stars {
  display: flex;
  align-items: center;
  color: #f0a837;
}

.elementor-widget-templines-blog-box .articles__inner_two {
  display: flex;
  flex-wrap: wrap;
}
.elementor-widget-templines-blog-box .home-page-post-containers {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.elementor-widget-templines-blog-box .home-page-post-containers .blog-post-home-page {
  width: 33.3333%;
}
.elementor-widget-templines-blog-box .home-page-post-containers .blog-post-home-page a {
  color: #253241;
  transition: 0.3s ease;
}
.elementor-widget-templines-blog-box .home-page-post-containers .blog-post-home-page a:hover {
  color: #f0a837;
  transition: 0.3s ease;
}
.elementor-widget-templines-blog-box .home-page-post-containers .blog-post-home-page .post-entry-content {
  padding: 0 15px;
}
.elementor-widget-templines-blog-box .home-page-post-containers .blog-post-home-page .post-entry-content .post-holder {
  margin-bottom: 25px;
}
.elementor-widget-templines-blog-box .home-page-post-containers .blog-post-home-page .post-entry-content .post-info {
  opacity: 0.75;
  display: flex;
  margin-bottom: 15px;
  line-height: 1;
  font-size: 11px;
  text-transform: uppercase;
}
.elementor-widget-templines-blog-box .home-page-post-containers .blog-post-home-page .post-entry-content .post-info .post-date-info-content {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #253241;
}
.elementor-widget-templines-blog-box .home-page-post-containers .blog-post-home-page .post-entry-content .post-info .post-author-info-content .author-prefix {
  margin-right: 3px;
}
.elementor-widget-templines-blog-box .home-page-post-containers .blog-post-home-page .post-entry-content .post-title {
  margin-bottom: 10px;
}
.elementor-widget-templines-blog-box .home-page-post-containers .blog-post-home-page .post-entry-content .post-title a {
  font-size: 17px;
}
.elementor-widget-templines-blog-box .home-page-post-containers .blog-post-home-page .post-entry-content .post-bottom-content {
  margin-bottom: 25px;
  opacity: 0.8;
}
.elementor-widget-templines-blog-box .home-page-post-containers .blog-post-home-page .post-entry-content .bottom-link-post-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.elementor-widget-templines-blog-box .home-page-post-containers .blog-post-home-page .post-entry-content .bottom-link-post-content .left-content {
  flex-grow: 1;
}
.elementor-widget-templines-blog-box .home-page-post-containers .blog-post-home-page .post-entry-content .bottom-link-post-content .left-content .post-link {
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 8px;
  transition: 0.2s ease-out;
}
.elementor-widget-templines-blog-box .home-page-post-containers .blog-post-home-page .post-entry-content .bottom-link-post-content .left-content .post-link:before {
  transition: transform 0.2s ease-out 0.2s;
  transform: scaleX(1);
  transform-origin: left;
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: #253241;
}
.elementor-widget-templines-blog-box .home-page-post-containers .blog-post-home-page .post-entry-content .bottom-link-post-content .left-content .post-link:after {
  background-color: #f0a837;
  content: "";
  transform: scaleX(0);
  transition: transform 0.2s ease-out;
  transform-origin: right;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  z-index: 2;
}
.elementor-widget-templines-blog-box .home-page-post-containers .blog-post-home-page .post-entry-content .bottom-link-post-content .left-content .post-link:hover:before {
  transition: transform 0.2s ease-out;
  transform: scaleX(0);
  transform-origin: right;
}
.elementor-widget-templines-blog-box .home-page-post-containers .blog-post-home-page .post-entry-content .bottom-link-post-content .left-content .post-link:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
.elementor-widget-templines-blog-box .home-page-post-containers .blog-post-home-page .post-entry-content .bottom-link-post-content .right-content {
  position: relative;
  top: 2px;
  flex-grow: 0;
  font-size: 12px;
}
.elementor-widget-templines-blog-box .home-page-post-containers .blog-post-home-page .post-entry-content .bottom-link-post-content .right-content i {
  font-size: 14px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.reasons-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1920px) {
  .reasons-list__item {
    gap: calc(20px + 15 * (100vw - 360px) / 1560);
  }
}
.reasons-list__item:nth-child(2) .reasons-list__box-title {
  text-align: left;
}

.reasons-list__item:nth-child(2) .reasons-list__box-text {
  text-align: left;
}

.reasons-list__item:nth-child(4) .reasons-list__box-title {
  text-align: left;
}

.reasons-list__item:nth-child(4) .reasons-list__box-text {
  text-align: left;
}

@media (max-width: 1000px) {
  .reasons-list__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 800px) {
  .reasons-list__item {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .reasons-list__item:nth-child(2n) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.reasons-list__icon {
  background: #fff;
  -webkit-box-shadow: 10px 10px 50px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 50px 5px rgba(0, 0, 0, 0.1);
  width: 100px;
  height: 100px;
  min-width: 100px;
  min-height: 100px;
  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;
}

@media (max-width: 1920px) {
  .reasons-list__icon {
    width: calc(70px + 30 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .reasons-list__icon {
    height: calc(70px + 30 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .reasons-list__icon {
    min-width: calc(70px + 30 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .reasons-list__icon {
    min-height: calc(70px + 30 * (100vw - 360px) / 1560);
  }
}
.reasons {
  margin-bottom: 120px;
}

.reasons-list__icon i {
  font-size: 50px;
}

@media (max-width: 1920px) {
  .reasons {
    margin-bottom: calc(60px + 60 * (100vw - 360px) / 1560);
  }
}
.reasons__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.reasons__wrapper {
  position: relative;
  padding-top: 45px;
  padding-bottom: 45px;
}

@media (max-width: 1920px) {
  .reasons__wrapper {
    padding-top: calc(30px + 15 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .reasons__wrapper {
    padding-bottom: calc(30px + 15 * (100vw - 360px) / 1560);
  }
}
.reasons__suptext {
  text-align: center;
}

.reasons__title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}

@media (max-width: 1920px) {
  .reasons__title {
    margin-bottom: calc(30px + 50 * (100vw - 360px) / 1560);
  }
}
.reasons__img {
  position: absolute;
  width: 430px;
  height: 430px;
  max-width: 430px;
  max-height: 430px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 1920px) {
  .reasons__img {
    width: calc(300px + 130 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .reasons__img {
    height: calc(300px + 130 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .reasons__img {
    max-width: calc(300px + 130 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .reasons__img {
    max-height: calc(300px + 130 * (100vw - 360px) / 1560);
  }
}
.reasons__img-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reasons__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 158px;
  height: 158px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 1920px) {
  .reasons__icon {
    width: calc(80px + 78 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .reasons__icon {
    height: calc(80px + 78 * (100vw - 360px) / 1560);
  }
}
.reasons-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 415px 415px;
  grid-template-columns: 415px 415px;
  z-index: 1;
  position: relative;
  gap: 150px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.reasons-list__box {
  max-width: 285px;
}
.reasons-list__box.reasons-list-left {
  text-align: left;
}
.reasons-list__box.reasons-list-left .reasons-list__box-title, .reasons-list__box.reasons-list-left .reasons-list__box-text {
  text-align: left;
}
.reasons-list__box.reasons-list-right {
  text-align: right;
}
.reasons-list__box.reasons-list-right .reasons-list__box-title, .reasons-list__box.reasons-list-right .reasons-list__box-text {
  text-align: right;
}
.reasons-list__box .reasons-list__box-text {
  margin: 0;
}

.reasons-list__box-title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 5px !important;
  text-align: right;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  font-weight: 500;
}

@media (max-width: 1920px) {
  .reasons-list__box-title {
    font-size: calc(18px + 6 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .reasons-list__box-title {
    line-height: calc(22px + 10 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .reasons-list__box-title {
    margin-bottom: calc(10px + 5 * (100vw - 360px) / 1560);
  }
}
.reasons-list__box-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: #515151;
  text-align: right;
  letter-spacing: 0.01em;
}

@media (max-width: 1920px) {
  .reasons-list__box-text {
    font-size: calc(14px + 2 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .reasons-list__box-text {
    line-height: calc(20px + 10 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1100px) {
  .reasons .biggest-container {
    padding: 0;
  }
  .reasons__wrapper {
    padding-left: 15px;
    padding-right: 15px;
    background: #490083;
  }
  .reasons-list__box-title {
    color: #fff;
  }
  .reasons-list__box-text {
    color: #fff;
  }
  .reasons__suptext {
    padding-left: 15px;
    padding-right: 15px;
  }
  .reasons__title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1000px) {
  .reasons-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1000px) {
  .reasons-list {
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
  }
}
@media (max-width: 800px) {
  .reasons-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .reasons__img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
  .reasons__icon {
    display: none;
  }
  .reasons__img {
    display: none;
  }
}
.steps-list__item {
  max-width: 305px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.steps-list__item::after {
  content: "";
  width: 63px;
  height: 22px;
  position: absolute;
  top: 100px;
  right: -90px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/steps-arrow.svg);
}

.steps-list__item:last-child::after {
  display: none;
}

@media (max-width: 1200px) {
  .steps-list__item::after {
    content: unset;
  }
}
@media (max-width: 700px) {
  .steps-list__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
  }
}
@media (max-width: 700px) and (max-width: 1920px) {
  .steps-list__item {
    gap: calc(30px + 20 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 700px) {
  .steps-list__item__inner {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    text-align: left;
  }
}
@media (max-width: 1920px) {
  .steps__title {
    margin-bottom: calc(40px + 40 * (100vw - 360px) / 1560);
  }
}
.steps-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 60px;
}

@media (max-width: 1920px) {
  .steps-list {
    gap: calc(30px + 30 * (100vw - 360px) / 1560);
  }
}
.steps-list__top {
  position: relative;
}

.steps-list__top-icon {
  margin-bottom: 60px;
  width: 193px;
  height: 193px;
}

@media (max-width: 1920px) {
  .steps-list__top-icon {
    width: calc(70px + 123 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .steps-list__top-icon {
    height: calc(70px + 123 * (100vw - 360px) / 1560);
  }
}
.steps-list__top-icon svg {
  width: 100%;
  height: 100%;
}

.steps-list__top-icon i {
  font-size: 192px;
}

.steps-list__top-count {
  position: absolute;
  top: 0;
  right: -10px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  font-size: 20px;
  line-height: 29px;
  width: 62px;
  height: 62px;
  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;
  background: #de0a89;
  border: 5px solid #fff;
  border-radius: 100%;
}

@media (max-width: 1920px) {
  .steps-list__top-count {
    font-size: calc(14px + 6 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .steps-list__top-count {
    line-height: calc(20px + 9 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .steps-list__top-count {
    width: calc(35px + 27 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .steps-list__top-count {
    height: calc(35px + 27 * (100vw - 360px) / 1560);
  }
}
.steps-list__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 25px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #202020;
}

@media (max-width: 1920px) {
  .steps-list__title {
    font-size: calc(18px + 6 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .steps-list__title {
    line-height: calc(24px + 8 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .steps-list__title {
    margin-bottom: calc(15px + 10 * (100vw - 360px) / 1560);
  }
}
.steps-list__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #515151;
}

@media (max-width: 1920px) {
  .steps-list__text {
    font-size: calc(14px + 2 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .steps-list__text {
    line-height: calc(20px + 10 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 700px) {
  .steps-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 700px) {
  .steps-list__top-icon {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0;
  }
}
@media (max-width: 700px) {
  .contacts-item {
    gap: 30px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 700px) {
  .contacts-item__inner {
    text-align: left;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (max-width: 700px) {
  .contacts-item__icon {
    margin-bottom: 0;
  }
}
.contacts-item {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  max-width: 250px;
}

.contacts-item__icon {
  margin-bottom: 45px;
  width: 193px;
  height: 193px;
  min-width: 193px;
  min-height: 193px;
}
.contacts-item__icon i {
  font-size: 170px;
}

@media (max-width: 1920px) {
  .contacts-item__icon {
    margin-bottom: calc(20px + 25 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .contacts-item__icon {
    width: calc(70px + 123 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .contacts-item__icon {
    height: calc(70px + 123 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .contacts-item__icon {
    min-width: calc(70px + 123 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .contacts-item__icon {
    min-height: calc(70px + 123 * (100vw - 360px) / 1560);
  }
}
.contacts-item__icon svg {
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
}

.contacts-item__title {
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  color: #202020;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 35px;
}

@media (max-width: 1920px) {
  .contacts-item__title {
    font-size: calc(18px + 6 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .contacts-item__title {
    line-height: calc(24px + 8 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .contacts-item__title {
    margin-bottom: calc(20px + 15 * (100vw - 360px) / 1560);
  }
}
.contacts-item__title::after {
  content: "";
  width: 100%;
  left: 0;
  position: absolute;
  bottom: -3px;
  height: 5px;
  background: #ec6c23;
}

@media (max-width: 1920px) {
  .contacts-item__title::after {
    height: calc(3px + 2 * (100vw - 360px) / 1560);
  }
}
.contacts-item__link {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #515151;
  display: block;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
}

@media (max-width: 1920px) {
  .contacts-item__link {
    font-size: calc(14px + 2 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .contacts-item__link {
    line-height: calc(20px + 10 * (100vw - 360px) / 1560);
  }
}
.contacts-item__link::before {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  left: 0;
  background: #490083;
  right: 0;
  top: 102%;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.contacts-item__link:hover {
  color: #490083;
}

.contacts-item__link:hover::before {
  width: 100%;
}

.about-body-bottom__item:nth-child(1) {
  padding-right: 60px;
  border-right: 1px solid #d9d9d9;
}

@media (max-width: 1720px) {
  .about-body-bottom__item:nth-child(1) {
    padding-right: calc(30px + 30 * (100vw - 360px) / 1360);
  }
}
.about-body-bottom__item:nth-child(2) {
  padding-left: 60px;
}

@media (max-width: 1720px) {
  .about-body-bottom__item:nth-child(2) {
    padding-left: calc(30px + 30 * (100vw - 360px) / 1360);
  }
}
.about-body-bottom__item-icon {
  margin-bottom: 25px;
  width: 62px;
  height: 62px;
}
.about-body-bottom__item-icon i {
  font-size: 62px;
}

@media (max-width: 1720px) {
  .about-body-bottom__item-icon {
    margin-bottom: calc(15px + 10 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .about-body-bottom__item-icon {
    width: calc(45px + 17 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .about-body-bottom__item-icon {
    height: calc(45px + 17 * (100vw - 360px) / 1360);
  }
}
.about-body-bottom__item-icon svg {
  width: 100%;
  height: 100%;
}

.about-body-bottom__item-title {
  color: #202020;
  font-weight: 700;
  text-transform: capitalize;
  max-width: 200px;
  font-size: 20px;
  line-height: 22px;
}

@media (max-width: 1720px) {
  .about-body-bottom__item-title {
    font-size: calc(16px + 4 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .about-body-bottom__item-title {
    line-height: calc(18px + 4 * (100vw - 360px) / 1360);
  }
}
.about-posters {
  width: 100%;
  max-width: 555px;
  height: 100%;
  position: relative;
}

.about-posters__img {
  position: relative;
}

.about-posters__img:nth-child(1) {
  width: 285px;
  height: 280px;
  position: absolute;
  bottom: -75px;
  left: 0;
  z-index: 1;
}

.about-posters__img:nth-child(1)::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: -1;
}

.about-posters__img:nth-child(2) {
  width: 450px;
  height: 580px;
  margin-left: auto;
}

.about-posters__img:nth-child(2)::before {
  content: "";
  width: 100%;
  height: calc(100% - 40px);
  background: #ed2222;
  position: absolute;
  top: 20px;
  right: -20px;
  bottom: 20px;
  width: 20px;
}

.about-posters__img:nth-child(2)::after {
  content: "";
  width: 20px;
  height: 100px;
  background: #ed2222;
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-posters__img-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1300px) {
  .about-posters {
    margin-right: 15px;
  }
}
@media (max-width: 1200px) {
  .about-posters {
    max-width: 495px;
  }
}
@media (max-width: 1150px) {
  .about-posters {
    max-width: 415px;
  }
  .about-posters__img:nth-child(1) {
    width: 220px;
    height: 205px;
    bottom: -35px;
  }
  .about-posters__img:nth-child(2) {
    width: 345px;
    height: 435px;
  }
}
@media (max-width: 1000px) {
  .about-posters {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 550px) {
  .about-posters {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-posters__img:nth-child(1) {
    width: 185px;
    height: 170px;
  }
  .about-posters__img:nth-child(2) {
    width: 265px;
    height: 365px;
  }
}
.steps-item__icon .icon {
  position: relative;
}
.steps-item__icon .icon svg {
  position: relative !important;
  z-index: 1 !important;
  left: unset !important;
  top: unset !important;
  -webkit-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
}
.steps-item__icon .icon i {
  font-size: 72px;
}

.elementor-widget-templines-icon-box .icon_rotate_one .steps-item-icon svg:nth-child(1) {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(30deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(30deg);
  transform: translateY(-50%) translateX(-50%) rotate(30deg);
}
.elementor-widget-templines-icon-box .icon_rotate_one .steps-item-icon svg:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.elementor-widget-templines-icon-box .icon_rotate_one .steps-item-icon__count {
  left: 45px;
}
.elementor-widget-templines-icon-box .icon_rotate_two .steps-item-icon svg:nth-child(1) {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.elementor-widget-templines-icon-box .icon_rotate_two .steps-item-icon svg:nth-child(2) {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(40deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(40deg);
  transform: translateY(-50%) translateX(-50%) rotate(40deg);
}
.elementor-widget-templines-icon-box .icon_rotate_two .steps-item-icon__count {
  right: 50px;
}
.elementor-widget-templines-icon-box .icon_rotate_three .steps-item-icon svg:nth-child(1) {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.elementor-widget-templines-icon-box .icon_rotate_three .steps-item-icon svg:nth-child(2) {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(30deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(30deg);
  transform: translateY(-50%) translateX(-50%) rotate(30deg);
}
.elementor-widget-templines-icon-box .icon_rotate_three .steps-item-icon__count {
  right: 55px;
}
.elementor-widget-templines-icon-box .steps-item__text, .elementor-widget-templines-icon-box .choose-item__text {
  margin: 0;
}

.steps-item {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.steps-item::after {
  content: "";
  position: absolute;
  top: 85px;
  right: -35px;
  background-image: url(../images/steps-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 63px;
  height: 22px;
}

.steps-item:last-child::after {
  content: unset;
}

.steps-item__inner {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  max-width: 305px;
}

.steps-item__title {
  color: #202020;
  font-weight: 600;
  letter-spacing: -0.2px;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 28px;
}

@media (max-width: 1680px) {
  .steps-item__title {
    margin-bottom: calc(10px + 5 * (100vw - 360px) / 1320);
  }
}
@media (max-width: 1680px) {
  .steps-item__title {
    font-size: calc(18px + 2 * (100vw - 360px) / 1320);
  }
}
@media (max-width: 1680px) {
  .steps-item__title {
    line-height: calc(26px + 2 * (100vw - 360px) / 1320);
  }
}
.steps-item__text {
  color: #515151;
  font-weight: 300;
  letter-spacing: 0.16px;
  font-size: 16px;
  line-height: 30px;
}

@media (max-width: 1680px) {
  .steps-item__text {
    font-size: calc(14px + 2 * (100vw - 360px) / 1320);
  }
}
@media (max-width: 1680px) {
  .steps-item__text {
    line-height: calc(26px + 4 * (100vw - 360px) / 1320);
  }
}
.steps-item-icon {
  position: relative;
  width: 219px;
  height: 176px;
  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;
  margin-bottom: 50px;
}

@media (max-width: 1680px) {
  .steps-item-icon {
    margin-bottom: calc(30px + 20 * (100vw - 360px) / 1320);
  }
}
.steps-item-icon svg:nth-child(1) {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.steps-item-icon svg:nth-child(1) path {
  fill: #d9d9d9;
}

.steps-item-icon svg:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.steps-item-icon svg:nth-child(3) {
  position: relative;
  z-index: 1;
}

.steps-item-icon__count {
  width: 60px;
  height: 60px;
  border: 6px solid #fff;
  background: #de0a89;
  border-radius: 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;
  text-align: center;
  position: absolute;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  top: -12px;
  font-size: 20px;
  line-height: 29px;
}

@media (max-width: 1680px) {
  .steps-item-icon__count {
    font-size: calc(18px + 2 * (100vw - 360px) / 1320);
  }
}
@media (max-width: 1680px) {
  .steps-item-icon__count {
    line-height: calc(26px + 3 * (100vw - 360px) / 1320);
  }
}
@media (max-width: 1000px) {
  .steps-item::after {
    content: unset;
  }
}
.choose-item {
  background: rgba(73, 0, 131, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 60px;
  padding-right: 44px;
  padding-bottom: 60px;
  padding-left: 44px;
}

@media (max-width: 1680px) {
  .choose-item {
    padding-top: calc(25px + 35 * (100vw - 360px) / 1320);
  }
}
@media (max-width: 1680px) {
  .choose-item {
    padding-right: calc(20px + 24 * (100vw - 360px) / 1320);
  }
}
@media (max-width: 1680px) {
  .choose-item {
    padding-bottom: calc(25px + 35 * (100vw - 360px) / 1320);
  }
}
@media (max-width: 1680px) {
  .choose-item {
    padding-left: calc(20px + 24 * (100vw - 360px) / 1320);
  }
}
.choose-item__icon {
  margin-bottom: 35px;
}

@media (max-width: 1680px) {
  .choose-item__icon {
    margin-bottom: calc(25px + 10 * (100vw - 360px) / 1320);
  }
}
.choose-item__icon svg {
  width: 70px;
  height: 70px;
}

@media (max-width: 1680px) {
  .choose-item__icon svg {
    width: calc(50px + 20 * (100vw - 360px) / 1320);
  }
}
@media (max-width: 1680px) {
  .choose-item__icon svg {
    height: calc(50px + 20 * (100vw - 360px) / 1320);
  }
}
.choose-item__inner {
  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-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.choose-item__title {
  color: #202020;
  font-weight: 600;
  letter-spacing: -0.24px;
  text-transform: capitalize;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 1680px) {
  .choose-item__title {
    font-size: calc(20px + 4 * (100vw - 360px) / 1320);
  }
}
@media (max-width: 1680px) {
  .choose-item__title {
    line-height: calc(28px + 4 * (100vw - 360px) / 1320);
  }
}
@media (max-width: 1680px) {
  .choose-item__title {
    margin-bottom: calc(10px + 5 * (100vw - 360px) / 1320);
  }
}
.choose-item__text {
  color: #515151;
  font-weight: 300;
  letter-spacing: 0.16px;
  font-size: 16px;
  line-height: 30px;
}

@media (max-width: 1680px) {
  .choose-item__text {
    font-size: calc(14px + 2 * (100vw - 360px) / 1320);
  }
}
@media (max-width: 1680px) {
  .choose-item__text {
    line-height: calc(26px + 4 * (100vw - 360px) / 1320);
  }
}
.choose-item__icon i {
  font-size: 70px;
}

.advantages-item {
  border: 1px solid #d9d9d9;
  background: #fff;
  padding-top: 60px;
  padding-right: 50px;
  padding-bottom: 60px;
  padding-left: 50px;
  cursor: pointer;
  -webkit-transition: background 0.3s, border 0.3s;
  -o-transition: background 0.3s, border 0.3s;
  transition: background 0.3s, border 0.3s;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.advantages-item i {
  transition: all 0.3s ease-in-out;
  font-size: 62px;
}
.advantages-item .advantages-item__text {
  margin: 0;
}

@media (max-width: 1510px) {
  .advantages-item {
    padding-top: calc(25px + 35 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .advantages-item {
    padding-right: calc(20px + 30 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .advantages-item {
    padding-bottom: calc(25px + 35 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .advantages-item {
    padding-left: calc(20px + 30 * (100vw - 360px) / 1150);
  }
}
.advantages-item:nth-child(1) .advantages-item__icon svg {
  width: 63px;
  height: 81px;
}

@media (max-width: 1510px) {
  .advantages-item:nth-child(1) .advantages-item__icon svg {
    width: calc(55px + 8 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .advantages-item:nth-child(1) .advantages-item__icon svg {
    height: calc(70px + 11 * (100vw - 360px) / 1150);
  }
}
.advantages-item:nth-child(2) .advantages-item__icon svg {
  width: 77px;
  height: 77px;
}

@media (max-width: 1510px) {
  .advantages-item:nth-child(2) .advantages-item__icon svg {
    width: calc(60px + 17 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .advantages-item:nth-child(2) .advantages-item__icon svg {
    height: calc(60px + 17 * (100vw - 360px) / 1150);
  }
}
.advantages-item:nth-child(3) .advantages-item__icon svg {
  width: 74px;
  height: 81px;
}

@media (max-width: 1510px) {
  .advantages-item:nth-child(3) .advantages-item__icon svg {
    width: calc(60px + 14 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .advantages-item:nth-child(3) .advantages-item__icon svg {
    height: calc(68px + 13 * (100vw - 360px) / 1150);
  }
}
.advantages-item:hover {
  background: #fffaf0;
  border: 1px solid #fffaf0;
}

.advantages-item:hover .advantages-item__icon path {
  stroke: #f5ab1a;
}

.advantages-item__title {
  padding-bottom: 30px;
  margin-bottom: 45px;
  position: relative;
  color: #202020;
  font-size: 22px;
  line-height: 36px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (max-width: 1510px) {
  .advantages-item__title {
    padding-bottom: calc(20px + 10 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .advantages-item__title {
    margin-bottom: calc(30px + 15 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .advantages-item__title {
    font-size: calc(20px + 2 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .advantages-item__title {
    line-height: calc(28px + 8 * (100vw - 360px) / 1150);
  }
}
.advantages-item__title-line {
  width: 40px;
  height: 2px;
  display: block;
  background: #202020;
  position: relative;
  margin-left: 13px;
  position: absolute;
  bottom: 0;
}

.advantages-item__title-line::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -13px;
  width: 8px;
  height: 8px;
  background: #f5ab1a;
}

.advantages-item__title-line::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -13px;
  width: 8px;
  height: 8px;
  background: #f5ab1a;
}

.advantages-item__icon {
  margin-bottom: 30px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 1510px) {
  .advantages-item__icon {
    margin-bottom: calc(20px + 10 * (100vw - 360px) / 1150);
  }
}
.advantages-item__icon path {
  -webkit-transition: stroke 0.3s;
  -o-transition: stroke 0.3s;
  transition: stroke 0.3s;
}

.advantages-item__text {
  color: #515151;
  letter-spacing: 0.36px;
  font-size: 18px;
  line-height: 30px;
}

@media (max-width: 1510px) {
  .advantages-item__text {
    font-size: calc(16px + 2 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .advantages-item__text {
    line-height: calc(26px + 4 * (100vw - 360px) / 1150);
  }
}
.tools-body-info-item__top {
  font-size: 50px;
}

.tools-body-info-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}

@media (max-width: 1510px) {
  .tools-body-info-item__top {
    gap: calc(15px + 10 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .tools-body-info-item__top {
    padding-bottom: calc(10px + 10 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .tools-body-info-item__top {
    margin-bottom: calc(15px + 10 * (100vw - 360px) / 1150);
  }
}
.tools-body-info-item__top svg {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
}

@media (max-width: 1510px) {
  .tools-body-info-item__top svg {
    width: calc(35px + 15 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .tools-body-info-item__top svg {
    height: calc(35px + 15 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .tools-body-info-item__top svg {
    min-width: calc(35px + 15 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .tools-body-info-item__top svg {
    min-height: calc(35px + 15 * (100vw - 360px) / 1150);
  }
}
.tools-body-info-item__top-title {
  color: #202020;
  font-weight: 700;
  font-size: 18px;
  line-height: 29px;
  text-transform: capitalize;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0;
}

@media (max-width: 1510px) {
  .tools-body-info-item__top-title {
    font-size: calc(16px + 2 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .tools-body-info-item__top-title {
    line-height: calc(24px + 5 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1920px) {
  .testimonials_style_one .recalls {
    padding-top: calc(40px + 80 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .testimonials_style_one .recalls {
    padding-bottom: calc(40px + 80 * (100vw - 360px) / 1560);
  }
}
.testimonials_style_one .recalls__inner {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
.testimonials_style_one .recalls__box {
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 500px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 1920px) {
  .testimonials_style_one .recalls__box {
    margin-bottom: calc(30px + 50 * (100vw - 360px) / 1560);
  }
}
.testimonials_style_one .recalls .swiper {
  padding-bottom: 85px;
}
@media (max-width: 1920px) {
  .testimonials_style_one .recalls .swiper {
    padding-bottom: calc(50px + 35 * (100vw - 360px) / 1560);
  }
}
.testimonials_style_one .recalls__swiper .swiper-pagination-bullet {
  opacity: 1 !important;
  background: #d9d9d9;
  width: 15px;
  margin: 0 !important;
  height: 6px;
  border-radius: 0;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.testimonials_style_one .recalls__swiper .swiper-pagination-bullet:hover {
  background: #490083;
}
.testimonials_style_one .recalls__swiper .swiper-pagination {
  gap: 10px;
  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;
}
.testimonials_style_one .recalls__swiper .swiper-pagination-bullet-active {
  width: 30px;
  background: #490083;
}
.testimonials_style_one .recalls__swiper .swiper-slide-active {
  -webkit-box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.1);
}
.testimonials_style_one .recalls-slide {
  background: #fff;
  padding-top: 45px;
  padding-bottom: 45px;
  padding-right: 45px;
  padding-left: 45px;
}
@media (max-width: 1920px) {
  .testimonials_style_one .recalls-slide {
    padding-top: calc(30px + 15 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .testimonials_style_one .recalls-slide {
    padding-bottom: calc(30px + 15 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .testimonials_style_one .recalls-slide {
    padding-right: calc(15px + 30 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .testimonials_style_one .recalls-slide {
    padding-left: calc(15px + 30 * (100vw - 360px) / 1560);
  }
}
.testimonials_style_one .recalls-slide__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #515151;
  max-width: 300px;
}
@media (max-width: 1920px) {
  .testimonials_style_one .recalls-slide__text {
    font-size: calc(14px + 2 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .testimonials_style_one .recalls-slide__text {
    line-height: calc(20px + 10 * (100vw - 360px) / 1560);
  }
}
.testimonials_style_one .recalls-slide-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}
@media (max-width: 1920px) {
  .testimonials_style_one .recalls-slide-top {
    padding-bottom: calc(20px + 15 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .testimonials_style_one .recalls-slide-top {
    margin-bottom: calc(20px + 15 * (100vw - 360px) / 1560);
  }
}
.testimonials_style_one .recalls-slide-top__img {
  width: 80px;
  height: 80px;
  max-width: 80px;
  max-height: 80px;
}
.testimonials_style_one .recalls-slide-top__img-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
}
.testimonials_style_one .recalls-slide-top__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
}
.testimonials_style_one .recalls-slide-top__box-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #202020;
}
@media (max-width: 1920px) {
  .testimonials_style_one .recalls-slide-top__box-text {
    font-size: calc(16px + 2 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .testimonials_style_one .recalls-slide-top__box-text {
    line-height: calc(26px + 2 * (100vw - 360px) / 1560);
  }
}
.testimonials_style_one .recalls-slide-top__box-subtext {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: #515151;
}

.testimonials_style_two .recalls {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1720px) {
  .testimonials_style_two .recalls {
    padding-top: calc(40px + 80 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .testimonials_style_two .recalls {
    padding-bottom: calc(40px + 80 * (100vw - 360px) / 1360);
  }
}
.testimonials_style_two .recalls .container {
  max-width: 1195px;
}
.testimonials_style_two .recalls-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 70px;
  gap: 50px;
}
@media (max-width: 1720px) {
  .testimonials_style_two .recalls-top {
    margin-bottom: calc(50px + 20 * (100vw - 360px) / 1360);
  }
}
.testimonials_style_two .recalls-top__heading {
  max-width: 500px;
}
.testimonials_style_two .recalls-top .heading__title {
  color: #fff;
}
.testimonials_style_two .recalls-top__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  position: absolute;
  right: 0;
  top: 0;
}
.testimonials_style_two .swiper-wrapper {
  padding-top: 120px;
}
.testimonials_style_two .recalls-top__buttons-prev {
  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;
  border: 1px solid #fff;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  width: 52px;
  height: 52px;
  background: rgba(0, 0, 0, 0);
}
.testimonials_style_two .recalls-top__buttons-prev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.testimonials_style_two .recalls-top__buttons-prev:hover {
  background: #ed2222;
  border: 1px solid #ed2222;
}
@media (max-width: 1720px) {
  .testimonials_style_two .recalls-top__buttons-prev {
    width: calc(40px + 12 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .testimonials_style_two .recalls-top__buttons-prev {
    height: calc(40px + 12 * (100vw - 360px) / 1360);
  }
}
.testimonials_style_two .recalls-top__buttons-next {
  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;
  width: 52px;
  height: 52px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  -webkit-transition: background 0.3s, border 0.3s;
  -o-transition: background 0.3s, border 0.3s;
  transition: background 0.3s, border 0.3s;
}
@media (max-width: 1720px) {
  .testimonials_style_two .recalls-top__buttons-next {
    width: calc(40px + 12 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .testimonials_style_two .recalls-top__buttons-next {
    height: calc(40px + 12 * (100vw - 360px) / 1360);
  }
}
.testimonials_style_two .recalls-top__buttons-next:hover {
  background: #ed2222;
  border: 1px solid #ed2222;
}
.testimonials_style_two .recalls__swiper {
  padding-bottom: 75px;
}
@media (max-width: 1720px) {
  .testimonials_style_two .recalls__swiper {
    padding-bottom: calc(40px + 35 * (100vw - 360px) / 1360);
  }
}
.testimonials_style_two .recalls__swiper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.testimonials_style_two .recalls__swiper .swiper-pagination-bullet {
  opacity: 1;
  background: rgba(217, 217, 217, 0.3);
  width: 15px;
  height: 6px;
  border-radius: unset;
  -webkit-transition: background 0.3s, width 0.3s;
  -o-transition: background 0.3s, width 0.3s;
  transition: background 0.3s, width 0.3s;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.testimonials_style_two .recalls__swiper .swiper-pagination-bullet:hover {
  background: #ed2222;
}
.testimonials_style_two .recalls__swiper .swiper-pagination-bullet-active {
  width: 30px;
  background: #ed2222;
}
.testimonials_style_two .recalls-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 110px;
}
@media (max-width: 1720px) {
  .testimonials_style_two .recalls-slide {
    gap: calc(20px + 90 * (100vw - 360px) / 1360);
  }
}
.testimonials_style_two .recalls-slide__text {
  padding: 15px 0 15px 80px;
  padding-left: 80px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.14px;
  max-width: 790px;
  border-left: 1px solid #fff;
}
@media (max-width: 1720px) {
  .testimonials_style_two .recalls-slide__text {
    padding-left: calc(20px + 60 * (100vw - 360px) / 1360);
  }
}
.testimonials_style_two .recalls-slide-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  gap: 30px;
}
@media (max-width: 1720px) {
  .testimonials_style_two .recalls-slide-box {
    gap: calc(15px + 15 * (100vw - 360px) / 1360);
  }
}
.testimonials_style_two .recalls-slide-box__img {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
}
@media (max-width: 1720px) {
  .testimonials_style_two .recalls-slide-box__img {
    width: calc(60px + 20 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .testimonials_style_two .recalls-slide-box__img {
    height: calc(60px + 20 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .testimonials_style_two .recalls-slide-box__img {
    min-width: calc(60px + 20 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .testimonials_style_two .recalls-slide-box__img {
    min-height: calc(60px + 20 * (100vw - 360px) / 1360);
  }
}
.testimonials_style_two .recalls-slide-box__img-image {
  width: 100%;
  height: 100%;
}
.testimonials_style_two .recalls-slide-box__column-text {
  margin-bottom: 2px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.18px;
  text-transform: capitalize;
}
.testimonials_style_two .recalls-slide-box__column-subtext {
  margin-bottom: 2px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.14px;
}
@media (max-width: 500px) {
  .testimonials_style_two .recalls-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .testimonials_style_two .recalls-top__buttons {
    display: none;
  }
}

.elementor-widget-templines-testimonial-slider .recalls-slide-box__column-text, .elementor-widget-templines-testimonial-slider .recalls-slide-box__column-subtext, .elementor-widget-templines-testimonial-slider .recalls-slide__text {
  margin: 0;
}

.elementor-widget-templines-blog-box .news-section__top .news-section__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.elementor-widget-templines-blog-box .news-section__top .news-section__buttons .news-section__buttons-prev, .elementor-widget-templines-blog-box .news-section__top .news-section__buttons .news-section__buttons-next {
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #4b515a;
  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;
  -webkit-transition: background 0.3s, border 0.3s;
  -o-transition: background 0.3s, border 0.3s;
  transition: background 0.3s, border 0.3s;
}
.elementor-widget-templines-blog-box .news-section__top .news-section__buttons .news-section__buttons-prev:hover, .elementor-widget-templines-blog-box .news-section__top .news-section__buttons .news-section__buttons-next:hover {
  background: #fff;
  border: 1px solid #fff;
}
.elementor-widget-templines-blog-box .news-section__top .news-section__buttons .news-section__buttons-prev:hover svg path, .elementor-widget-templines-blog-box .news-section__top .news-section__buttons .news-section__buttons-next:hover svg path {
  stroke: #0e1218;
}
.elementor-widget-templines-blog-box .news-section__top .news-section__buttons .news-section__buttons-prev {
  transform: rotate(180deg);
}
.elementor-widget-templines-blog-box .news-section__swiper .news-section-swiper__slide .news-section-slide__card.card {
  border-bottom: 0;
}
.elementor-widget-templines-blog-box .news-section__swiper .news-section-swiper__slide .news-section-slide__card.card .card__suptext {
  margin-bottom: 15px;
}
.elementor-widget-templines-blog-box .news-section__swiper .news-section-swiper__slide .news-section-slide__card.card .card__title {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  -webkit-transition: color 0.3s, color 0.3s, border 0.3s;
  -o-transition: color 0.3s, color 0.3s, border 0.3s;
  transition: color 0.3s, color 0.3s, border 0.3s;
}
.elementor-widget-templines-blog-box .news-section__swiper .news-section-swiper__slide .news-section-slide__card.card .card__title:hover {
  color: #f9d442;
}
.elementor-widget-templines-blog-box .news-section__swiper .news-section-swiper__slide .news-section-slide__card.card .card__list .card-list__item {
  margin: 0;
}
.elementor-widget-templines-blog-box .news-section__swiper .news-section-swiper__slide .news-section-slide__card.card .card__list .card-list__item::marker {
  content: none;
}
.elementor-widget-templines-blog-box .news-section__swiper .news-section-swiper__slide .news-section-slide__card.card .card__description {
  color: #fff;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  whitespace: nowrap;
  leading-trim: both;
  text-edge: cap;
  font-family: Clash Grotesk;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.elementor-widget-templines-blog-box .news-section__swiper .news-section-swiper__slide .news-section-slide__card.card .card-list__link {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-family: Clash Grotesk;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.elementor-widget-templines-blog-box .news-section__swiper .news-section-swiper__slide .news-section-slide__card.card .card-list__link:hover {
  color: #6d9985;
}
.elementor-widget-templines-blog-box .news-section__swiper .news-section-swiper__slide .news-section-slide__card.card .card-list__link img {
  margin-top: -1px;
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
}

.elementor-widget-tm-groups #message {
  width: 100%;
}
.elementor-widget-tm-groups #message p {
  color: #0e1218;
}
.elementor-widget-tm-groups .groups-section__top .groups-section__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.elementor-widget-tm-groups .groups-section__top .groups-section__buttons .groups-section__buttons-prev, .elementor-widget-tm-groups .groups-section__top .groups-section__buttons .groups-section__buttons-next {
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #4b515a;
  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;
  -webkit-transition: background 0.3s, border 0.3s;
  -o-transition: background 0.3s, border 0.3s;
  transition: background 0.3s, border 0.3s;
}
.elementor-widget-tm-groups .groups-section__top .groups-section__buttons .groups-section__buttons-prev:hover, .elementor-widget-tm-groups .groups-section__top .groups-section__buttons .groups-section__buttons-next:hover {
  background: #fff;
  border: 1px solid #fff;
}
.elementor-widget-tm-groups .groups-section__top .groups-section__buttons .groups-section__buttons-prev:hover svg path, .elementor-widget-tm-groups .groups-section__top .groups-section__buttons .groups-section__buttons-next:hover svg path {
  stroke: #0e1218;
}
.elementor-widget-tm-groups .groups-section__top .groups-section__buttons .groups-section__buttons-prev {
  transform: rotate(180deg);
}
.elementor-widget-tm-groups .groups-section__swiper .groups-section-swiper__slide .groups-section__card {
  border-bottom: 0;
}
.elementor-widget-tm-groups .groups-section__swiper .groups-section-swiper__slide .groups-section__card .card__inner .group-button {
  background: transparent;
  color: #222;
}
.elementor-widget-tm-groups .groups-section__swiper .groups-section-swiper__slide .groups-section__card .card__inner .card__suptext {
  border-radius: 4px;
  background: #f9d442;
  margin-bottom: 15px;
  padding: 0px 10px;
  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;
  color: #0e1218;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}
.elementor-widget-tm-groups .groups-section__swiper .groups-section-swiper__slide .groups-section__card .card__inner .card__suptext.card__suptext--pink {
  background: #ff99c0;
}
.elementor-widget-tm-groups .groups-section__swiper .groups-section-swiper__slide .groups-section__card .card__inner .bp-group-home-link {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  -webkit-transition: color 0.3s, color 0.3s, border 0.3s;
  -o-transition: color 0.3s, color 0.3s, border 0.3s;
  transition: color 0.3s, color 0.3s, border 0.3s;
}
.elementor-widget-tm-groups .groups-section__swiper .groups-section-swiper__slide .groups-section__card .card__inner .bp-group-home-link:hover {
  color: #f9d442;
}
.elementor-widget-tm-groups .groups-section__swiper .groups-section-swiper__slide .groups-section__card .card__inner .card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10px;
}
.elementor-widget-tm-groups .groups-section__swiper .groups-section-swiper__slide .groups-section__card .card__inner .card__list .card-list__item {
  margin: 0;
}
.elementor-widget-tm-groups .groups-section__swiper .groups-section-swiper__slide .groups-section__card .card__inner .card__list .card-list__item::marker {
  content: none;
}
.elementor-widget-tm-groups .groups-section__swiper .groups-section-swiper__slide .groups-section__card .card__inner .card-box__poster img {
  object-fit: cover;
  height: 100%;
}

.elementor-widget-templines-event .section-top-content__buttons-link {
  color: #fff;
}
.elementor-widget-templines-event .section-top-content__buttons-link:hover {
  color: #fff;
}
.elementor-widget-templines-event .section-top__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 25px;
}

.brands-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}
.brands-list.brands__list {
  margin: 0;
}

@media (max-width: 1920px) {
  .brands-list {
    gap: calc(15px + 15 * (100vw - 360px) / 1560);
  }
}
.brands-list__item {
  width: 100%;
  height: 200px;
  max-height: 200px;
  max-width: 200px;
  margin: 0 !important;
  overflow: hidden;
}
.brands-list__item::marker {
  content: none;
}

@media (max-width: 1920px) {
  .brands-list__item {
    height: calc(110px + 90 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .brands-list__item {
    max-height: calc(110px + 90 * (100vw - 360px) / 1560);
  }
}
.brands-list__link {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  border: 1px solid #d9d9d9;
}

.brands-list__link-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.brands-list__link-img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.index-main .brands-list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  .index-main .brands-list {
    padding: 0 3%;
  }
}
@media (max-width: 750px) {
  .brands-list {
    width: 300px;
    max-width: 300px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 750px) {
  .brands-list__item {
    max-width: 100%;
    height: auto !important;
    max-height: fit-content;
  }
}
@media (max-width: 400px) {
  .brands-list {
    width: 80%;
    max-width: 80%;
  }
  .brands-list__item {
    max-height: 150px;
    height: 150px;
  }
}
.rental__button-prev {
  border-radius: 100px;
  background: #fff;
  -webkit-box-shadow: -10px 10px 13px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 10px 13px 0px rgba(0, 0, 0, 0.1);
  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;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  width: 65px;
  height: 65px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.rental__button-prev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 1510px) {
  .rental__button-prev {
    width: calc(45px + 20 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .rental__button-prev {
    height: calc(45px + 20 * (100vw - 360px) / 1150);
  }
}
.rental__button-prev:hover {
  -webkit-box-shadow: -10px 10px 13px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -10px 10px 13px 0px rgba(0, 0, 0, 0.2);
}

.rental__button-next {
  border-radius: 100px;
  background: #fff;
  -webkit-box-shadow: 5px 20px 13px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 20px 13px 0px rgba(0, 0, 0, 0.1);
  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;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  width: 65px;
  height: 65px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

@media (max-width: 1510px) {
  .rental__button-next {
    width: calc(45px + 20 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .rental__button-next {
    height: calc(45px + 20 * (100vw - 360px) / 1150);
  }
}
.rental__button-next:hover {
  -webkit-box-shadow: 5px 20px 13px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 20px 13px 0px rgba(0, 0, 0, 0.2);
}

.rental__swiper {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.rental-slide-link {
  min-height: 170px;
  width: 100%;
  background: #fff;
  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;
}

.rental-slide-link__img {
  width: 100%;
  height: 145px;
}

.rental-slide-link__img-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.rental__inner {
  max-width: 1265px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.elementor-widget-templines-contact-form .comment-form__box {
  padding-bottom: 0;
}
.elementor-widget-templines-contact-form .comment-form__box p {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0px;
  position: relative;
  padding-bottom: 0px;
}
.elementor-widget-templines-contact-form .comment-form__box input {
  height: 72px;
}

.elementor-widget-tm-products .shop-section__swiper .shop-section-swiper__slide .shop__card {
  border-bottom: 0;
}
.elementor-widget-tm-products .shop-section__swiper .shop-section-swiper__slide .shop__card .card__title {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  -webkit-transition: color 0.3s, color 0.3s, border 0.3s;
  -o-transition: color 0.3s, color 0.3s, border 0.3s;
  transition: color 0.3s, color 0.3s, border 0.3s;
}
.elementor-widget-tm-products .shop-section__swiper .shop-section-swiper__slide .shop__card .card__title:hover {
  color: #f9d442;
}
.elementor-widget-tm-products .shop-section__swiper .shop-section-swiper__slide .shop__card .card__price ins {
  background: transparent;
  color: #6d9985;
}
.elementor-widget-tm-products .shop-section__swiper .shop-section-swiper__slide .shop__card .card__price del {
  color: #666;
}
.elementor-widget-tm-products .shop-section__swiper .shop-section-swiper__slide .shop__card .card-box__poster img {
  height: 100%;
  object-fit: cover;
}
.elementor-widget-tm-products .shop-section__swiper .shop-section-swiper__slide .shop__card .product_type_simple {
  margin-top: 30px;
  padding: 14px;
  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;
  text-align: center;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #4b515a;
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
  -o-transition: background 0.3s, color 0.3s, border 0.3s;
  transition: background 0.3s, color 0.3s, border 0.3s;
  background: transparent;
  position: relative;
}
.elementor-widget-tm-products .shop-section__swiper .shop-section-swiper__slide .shop__card .product_type_simple:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #0e1218;
}
.elementor-widget-tm-products .shop-section__swiper .shop-section-swiper__slide .shop__card .product_type_simple.added:after {
  top: 15px;
  right: 0;
  left: 100px;
  margin: auto;
  position: absolute;
  font-family: WooCommerce;
  content: "\e017";
  margin-left: 0.53em;
  vertical-align: bottom;
}
.elementor-widget-tm-products .shop-section__swiper .shop-section-swiper__slide .shop__card .product_type_simple.loading {
  opacity: 0.25;
}
.elementor-widget-tm-products .shop-section__swiper .shop-section-swiper__slide .shop__card .product_type_simple.loading:after {
  top: 15px;
  right: 0;
  left: 100px;
  margin: auto;
  position: absolute;
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  animation: spin 2s linear infinite;
}
.elementor-widget-tm-products .shop-section__swiper .shop-section-swiper__slide .shop__card .added_to_cart {
  display: none;
}
.elementor-widget-tm-products .shop-section__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.elementor-widget-tm-products .shop-section__buttons .shop-section__buttons-prev {
  transform: rotate(180deg);
}
.elementor-widget-tm-products .shop-section__buttons .shop-section__buttons-prev, .elementor-widget-tm-products .shop-section__buttons .shop-section__buttons-next {
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #4b515a;
  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;
  -webkit-transition: background 0.3s, border 0.3s;
  -o-transition: background 0.3s, border 0.3s;
  transition: background 0.3s, border 0.3s;
}
.elementor-widget-tm-products .shop-section__buttons .shop-section__buttons-prev:hover, .elementor-widget-tm-products .shop-section__buttons .shop-section__buttons-next:hover {
  background: #fff;
  border: 1px solid #fff;
}
.elementor-widget-tm-products .shop-section__buttons .shop-section__buttons-prev:hover svg path, .elementor-widget-tm-products .shop-section__buttons .shop-section__buttons-next:hover svg path {
  stroke: #0e1218;
}

.section-top-body-bottom__view {
  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;
  gap: 25px;
  color: #202020;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (max-width: 1510px) {
  .section-top-body-bottom__view {
    gap: calc(15px + 10 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .section-top-body-bottom__view {
    font-size: calc(16px + 4 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .section-top-body-bottom__view {
    line-height: calc(20px + 4 * (100vw - 360px) / 1150);
  }
}
.section-top-body-bottom__view:hover .section-top-body-bottom__view-box span {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.section-top-body-bottom__view-box {
  border-radius: 100px;
  background: #fff;
  width: 90px;
  height: 90px;
  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;
}

@media (max-width: 1510px) {
  .section-top-body-bottom__view-box {
    width: calc(70px + 20 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .section-top-body-bottom__view-box {
    height: calc(70px + 20 * (100vw - 360px) / 1150);
  }
}
.section-top-body-bottom__view-box span {
  border-radius: 100px;
  background: #fff;
  width: 72px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  -o-transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
}

@media (max-width: 1510px) {
  .section-top-body-bottom__view-box span {
    width: calc(50px + 22 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .section-top-body-bottom__view-box span {
    height: calc(50px + 22 * (100vw - 360px) / 1150);
  }
}
.section-top-body-bottom__view-box svg {
  width: 30px;
  height: 30px;
}

@media (max-width: 1510px) {
  .section-top-body-bottom__view-box svg {
    width: calc(26px + 4 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .section-top-body-bottom__view-box svg {
    height: calc(26px + 4 * (100vw - 360px) / 1150);
  }
}
.section-top-body-bottom__view span {
  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;
  gap: 25px;
  color: #202020;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: capitalize;
}
.section-top-body-bottom__view:hover {
  color: #202020;
}

.temp_notice {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 15px;
  text-align: center;
}

.temp_notice a {
  text-decoration: underline;
  font-weight: 500;
  color: #721c24 !important;
}

.section-top-poster {
  position: relative;
  margin-right: 90px;
  z-index: 1;
  width: fit-content;
}

.section-top-poster__box {
  border-radius: 200px 200px 0px 100px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
  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;
  width: 580px;
  height: 640px;
  border: 20px white solid;
  overflow: hidden;
}

.section-top-poster__img {
  position: absolute;
  bottom: 24px;
  right: -95px;
  left: 0;
  margin-top: -23px;
  width: 763px;
  height: 639px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 1400px) {
  .section-top-poster__box {
    width: 450px;
    height: 500px;
    position: relative;
    border-radius: 150px 150px 0px 100px;
  }
  .section-top-poster__box-bg {
    width: 400px;
    height: 450px;
    position: absolute;
    bottom: 20px;
  }
  .section-top-poster__img {
    top: unset;
    width: 120%;
    right: -20px;
    margin-top: -29px;
    bottom: 25px;
    height: 451px;
  }
  .section-top-poster {
    margin-right: 0;
  }
}
@media (max-width: 950px) {
  .section-top-poster__img {
    right: -50px;
  }
}
@media (max-width: 600px) {
  .section-top-poster__box {
    height: 440px;
  }
  .section-top-poster__box-bg {
    height: 395px;
  }
  .section-top-poster__img {
    width: 100%;
    right: 0px;
    left: 0;
    height: 85%;
  }
}
@media (max-width: 500px) {
  .section-top-poster {
    width: 100%;
  }
  .section-top-poster__box {
    height: 420px;
    width: 100%;
  }
  .section-top-poster__box-bg {
    height: 90%;
    width: 90%;
  }
  .section-top-poster__img {
    height: 80%;
  }
}
@media (max-width: 450px) {
  .section-top-poster__box {
    height: 370px;
    border-radius: 130px 130px 0px 75px;
  }
  .tools-poster__box {
    height: 470px;
  }
  .section-top-poster__img {
    height: 75%;
  }
}
@media (max-width: 400px) {
  .section-top-poster__box {
    height: 320px;
    border-radius: 100px 100px 0px 60px;
  }
}
.featured-top__list {
  margin-right: 20px;
  max-width: 700px;
  width: 100%;
  border-top: 4px solid #f5ab1a;
  padding-top: 45px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 1510px) {
  .featured-top__list {
    padding-top: calc(30px + 15 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .featured-top__list {
    gap: calc(15px + 5 * (100vw - 360px) / 1150);
  }
}
.featured-top__list-link {
  color: #515151;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

@media (max-width: 1510px) {
  .featured-top__list-link {
    font-size: calc(16px + 2 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .featured-top__list-link {
    line-height: calc(18px + 2 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .featured-top__list-link {
    gap: calc(4px + 4 * (100vw - 360px) / 1150);
  }
}
.featured-top__list-link svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 1510px) {
  .featured-top__list-link svg {
    width: calc(20px + 4 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .featured-top__list-link svg {
    height: calc(20px + 4 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 600px) {
  .featured-top__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.elementor-widget-templines-links .featured-top__list-item {
  margin: 0;
}
.elementor-widget-templines-links .featured-top__list-item .featured-top__list-link {
  color: #515151;
}
.elementor-widget-templines-links .featured-top__list-item:hover .featured-top__list-link {
  color: #515151;
}
.elementor-widget-templines-links .featured-top__list-item::marker {
  content: none;
}

.faq__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 35px 30px;
  row-gap: 35px;
}

@media (max-width: 1720px) {
  .faq__inner {
    row-gap: calc(30px + 5 * (100vw - 360px) / 1360);
  }
}
.faq__item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.faq-item__question {
  background: #fff;
  -webkit-box-shadow: 10px 10px 50px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 50px 5px rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  padding-right: 70px;
  padding-bottom: 20px;
  padding-left: 30px;
  position: relative;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

@media (max-width: 1720px) {
  .faq-item__question {
    padding-top: calc(20px + 0 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .faq-item__question {
    padding-right: calc(50px + 20 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .faq-item__question {
    padding-bottom: calc(20px + 0 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .faq-item__question {
    padding-left: calc(20px + 10 * (100vw - 360px) / 1360);
  }
}
.faq-item__question::after {
  content: "+";
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #515151;
  font-size: 30px;
  font-weight: 200;
  line-height: 32px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

@media (max-width: 1720px) {
  .faq-item__question::after {
    right: calc(20px + 15 * (100vw - 360px) / 1360);
  }
}
.faq-item__question:hover {
  background: #1a99f5;
}

.faq-item__question:hover::after {
  color: #fff;
}

.faq-item__question:hover .faq-item__question-text {
  color: #fff;
}

.faq-item__question-text {
  color: #202020;
  font-size: 20px;
  line-height: 29px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

@media (max-width: 1720px) {
  .faq-item__question-text {
    font-size: calc(16px + 4 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .faq-item__question-text {
    line-height: calc(24px + 5 * (100vw - 360px) / 1360);
  }
}
.faq-item__answer {
  padding-right: 40px;
  padding-left: 30px;
  color: #515151;
  font-weight: 300;
  letter-spacing: 0.16px;
  height: 0;
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, padding 0.3s;
  -o-transition: height 0.3s, opacity 0.3s, padding 0.3s;
  transition: height 0.3s, opacity 0.3s, padding 0.3s;
  font-size: 16px;
  line-height: 30px;
}

@media (max-width: 1720px) {
  .faq-item__answer {
    padding-right: calc(20px + 20 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .faq-item__answer {
    padding-left: calc(20px + 10 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .faq-item__answer {
    font-size: calc(14px + 2 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .faq-item__answer {
    line-height: calc(24px + 6 * (100vw - 360px) / 1360);
  }
}
.faq-item--active .faq-item__question {
  background: #1a99f5;
}

.faq-item--active .faq-item__question::after {
  content: "-";
  color: #fff;
}

.faq-item--active .faq-item__question .faq-item__question-text {
  color: #fff;
}

.faq-item--active .faq-item__answer {
  padding-top: 35px;
  padding-right: 40px;
  padding-bottom: 15px;
  padding-left: 30px;
  height: unset;
  opacity: 1;
}

@media (max-width: 1720px) {
  .faq-item--active .faq-item__answer {
    padding-top: calc(20px + 15 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .faq-item--active .faq-item__answer {
    padding-right: calc(20px + 20 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .faq-item--active .faq-item__answer {
    padding-bottom: calc(15px + 0 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .faq-item--active .faq-item__answer {
    padding-left: calc(20px + 10 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 800px) {
  .faq__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.faq {
  padding-top: 130px;
  padding-bottom: 120px;
  position: relative;
}

@media (max-width: 1720px) {
  .faq {
    padding-top: calc(40px + 90 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .faq {
    padding-bottom: calc(40px + 80 * (100vw - 360px) / 1360);
  }
}
.faq::before {
  content: "";
  width: 100%;
  max-width: 1170px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #ed2222;
}

.faq .container {
  max-width: 1200px;
}

.faq__heading {
  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;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 70px;
}

@media (max-width: 1720px) {
  .faq__heading {
    margin-bottom: calc(30px + 40 * (100vw - 360px) / 1360);
  }
}
.faq .heading__text {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.elementor-widget-templines-accordeon .faq-item__question-text, .elementor-widget-templines-accordeon .faq-item__answer {
  margin: 0;
}

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