/**
 * hero
 *
 * @format
 */

.hero {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

.hero-text {
  z-index: 1;
  display: flex;
  text-align: center;
  min-height: 300px;
  padding-top: 120px;
  position: relative;
  align-items: center;
  justify-content: center;
}

.hero-title {
  line-height: 1.1;
  /* font-size: 2.375rem; */
  font-size: 1.7rem;
  color: var(--color-white);
}

.hero-title-2 {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.hero-title-2 .words {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}

.hero-title-2 .words span {
  display: block;
  width: 100%;
  opacity: 0;
  transform: translateY(-100%);
  transition: transform 0.8s ease-in-out, opacity 0.8s;
  white-space: normal;
  position: absolute;
}

.hero-title-2 .words span.active {
  opacity: 1;
  transform: translateY(0);
  position: relative;
}

.hero-title-2 .words span.prev {
  opacity: 0;
  transform: translateY(100%);
}

.hero-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hero-media:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 31.16%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background-blend-mode: multiply, normal, normal;
}

.hero-watermark {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  pointer-events: none;
}

.hero-watermark img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 370px) {
  .hero-title {
    font-size: 1.9rem;
  }
}

@media screen and (min-width: 640px) {
  .hero-text {
    height: 500px;
  }
}

@media screen and (min-width: 768px) {
  .hero-title {
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 1025px) {
  .hero-title {
    /*     font-size: 5rem; */
    font-size: 6rem;
  }
  .hero-text {
    height: 100vh;
    padding-top: 0;
  }
}

@media screen and (min-width: 1281px) {
  .hero-title {
    /*     font-size: 6.25rem; */
    font-size: 7.25rem;
  }
}

/* @media screen and (min-width: 1441px) {
  .hero-title {
    font-size: 7.5rem;
  }
} */

.hero .column,
.hero .hero-text,
.hero .hero-title {
  width: 100%;
}

.hero-title span {
  text-align: center;
  display: inline-block;
}

.hero-title .hero-title-1,
.hero-title .hero-title-2 {
  color: var(--color-white);
  overflow: hidden;
  position: relative;
  z-index: 11;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  grid-gap: 10px;
  gap: 10px;
  line-height: 1.3;
}

.hero-title-1 .words {
  position: relative;
  width: 90px;
}

.hero-title-1 .animated-word {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.hero-title .hero-title-2 {
  line-height: 1.2;
}

.hero-title-2 .sentences {
  position: relative;
  width: 100%;
}

.hero-title-2 .animated-sentence {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.hero-title .sentence-1,
.hero-title .sentence-1 .part-1,
.hero-title .sentence-1 .part-1 > span:last-of-type {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  gap: 10px;
}

.sentence-1 .part-1 > span:first-of-type {
  max-width: 100%;
  height: 100%;
  opacity: 1;
  white-space: nowrap;
}

.sentence-1 .part-1 > span:first-of-type.active {
  overflow: hidden;
  max-width: 0;
  height: 0;
  transition: max-width 1.5s ease-in-out, height 1.5s ease-in-out;
}

.sentence-1 .part-2 {
  max-width: 0;
  transition: max-width 1.5s ease-in-out;
  white-space: nowrap;
  overflow: hidden;
}

.sentence-1 .part-2.active {
  max-width: 100%;
}

@media screen and (min-width: 370px) {
  .hero-title-1 .words {
    width: 130px;
  }
}

@media screen and (min-width: 768px) {
  .hero-title-1 .words {
    width: 180px;
  }
}

@media screen and (min-width: 1025px) {
  .hero-title-1 .words {
    width: 255px;
  }

  .hero-title .hero-title-1,
  .hero-title .hero-title-2,
  .hero-title .sentence-1,
  .hero-title .sentence-1 .part-1,
  .hero-title .sentence-1 .part-1 > span:last-of-type {
    grid-gap: 25px;
    gap: 25px;
  }
}

@media screen and (min-width: 1281px) {
  .hero-title-1 .words {
    width: 400px;
    width: 320px;
  }
}

/* process */
.process {
  padding-top: 29px;
  padding-bottom: 40px;
  background: var(--color-gray-100) url('../images/pattern-img1.png');
  background-size: cover;
}

.process h2 {
  font-size: 1.25rem;
  margin-bottom: 4px;
  font-family: var(--font-family-body), sans-serif;
}

.process h3 {
  font-size: 1.563rem;
  margin-bottom: 12px;
  display: block;
}

.process-heading {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: 50px;
}

.process-item {
  position: relative;
  margin-bottom: 55px;
  transition: all 0.5s;
}

.process-item:last-of-type {
  margin-bottom: 0;
}

.process-item h4 {
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2px;
  text-align: center;
}

.process-block > i {
  font-size: 1.2rem;
  color: var(--color-primary);
  display: none;
}

.process-item.active .process-block > i {
  display: none;
}

.process-block {
  padding: 53px 39px 50px;
  background-color: var(--color-white);
  overflow: hidden;
}

.process-block:has(.process-icon.is-active) .process-text {
  display: block;
}

.process-number {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 58px;
  height: 58px;
  font-weight: 600;
  font-size: 2.5rem;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: var(--color-primary);
  background-color: var(--color-white);
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
  font-family: var(--font-family-heading);
}

.process-text {
  padding-top: 40px;
  display: none;
  transition: all 0.3s;
  font-weight: 400;
  line-height: 1.4;
}

.process-text p {
  margin-bottom: 24px;
}

.process-icon {
  position: relative;
  font-size: 1.875rem;
  font-weight: 900;
  display: block;
  text-align: center;
  color: var(--color-primary);
}

.process-icon:after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '\f067';
  font-size: 1.563rem;
  font-weight: 800;
  font-family: var(--font-family-icon);
  cursor: pointer;
}

.process-icon.is-active:after {
  content: '\f068';
}

.process-link {
  color: var(--color-primary);
  font-weight: 700;
  font-size: 0.938rem;
  text-decoration: none;
  position: relative;
}

.process-link:hover,
.process-link:focus-visible {
  text-decoration: none;
}

.process-link:after {
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 54px;
  height: 3px;
  content: '';
  background-color: var(--color-primary);
}

@media screen and (min-width: 768px) {
  .process {
    padding-top: 70px;
    padding-bottom: 88px;
  }

  .process h2 {
    font-size: 1.563rem;
    margin-bottom: 15px;
  }

  .process h3 {
    font-size: 3.125rem;
    margin-bottom: 15px;
  }

  .process-heading {
    font-size: 1.563rem;
    line-height: 1.2;
    margin-bottom: 100px;
  }

  .process-holder {
    display: grid;
    grid-column-gap: 41px;
    grid-template-columns: repeat(2, 1fr);
  }

  .process-item h4 {
    text-align: unset;
    margin-bottom: 14px;
  }

  .process-block {
    padding: 61px 39px 37px;
    padding: 61px 32px 37px;
  }

  .process-block:hover .process-text,
  .process-item.active .process-text {
    display: block;
    padding-top: 0;
  }

  .process-icon {
    display: none;
  }

  .process-block > i {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .process-holder {
    display: grid;
    grid-column-gap: 41px;
    grid-template-columns: repeat(4, 1fr);

    display: flex;
  }

  .process-holder.child-is-active .process-item {
    flex: unset;
  }

  .process-item.active {
    width: 365px;
  }

  .process-item {
    /* flex: 1; */
    width: 240px;
    margin-bottom: 0;
    height: 300px;
  }

  .process-block {
    height: 100%;
  }

  .process-item:not(:last-of-type):after {
    position: absolute;
    top: 70px;
    right: -30px;
    content: '\f061';
    font-size: 1.563rem;
    font-weight: 800;
    color: var(--color-primary);
    font-family: var(--font-family-icon);
  }

  .process-item .process-text {
    opacity: 0;
    display: block;
    /* transition: opacity 0.5s; */
    animation: fadeOut 0.25s ease-out forwards;
  }
  .process-item.active .process-text {
    position: relative;
    /* opacity: 1; */
    animation: fadeInUp 0.75s ease-in-out forwards;
  }
}

/* intro */
.intro {
  position: relative;
  padding-top: 40px;
  padding-bottom: 96px;
}

.intro h2 {
  font-size: 2.813rem;
  margin-bottom: 18px;
}

.intro h2 span {
  display: block;
  color: var(--color-primary);
}

.intro h2 div {
  animation-delay: 0.25s;
}

.intro .sub-title {
  margin-bottom: 3px;
}

.intro-bg {
  display: none;
}

.intro-link {
  position: relative;
  margin-bottom: 30px;
}

.intro-link .button {
  padding: 16px 70px;
}

.intro-image {
  margin-left: calc(var(--gutter-size) * -1);
  margin-right: calc(var(--gutter-size) * -1);
  overflow: hidden;
  margin-bottom: 30px;
}

.intro-image img {
  display: block;
  width: 100%;
  transition: all 0.5s;
  clip-path: inset(0 100% 0 0);
  animation: revealImage 2s ease-out forwards;
}

.intro-text {
  background-color: var(--color-white);
  position: relative;
}

.intro-text h3 {
  margin-bottom: 15px;
  position: relative;
  font-size: 2.813rem;
  color: var(--color-primary);
  font-family: var(--font-family-heading), sans-serif;
}

.intro-text h3 span {
  display: block;
}

.intro-text h3 strong {
  display: flex;
  font-weight: 600;
  align-items: center;
  color: var(--color-body-text);
  font-family: var(--font-family-body), sans-serif;
}

.intro-text h3 strong:after {
  flex: 1;
  height: 3px;
  content: '';
  margin-left: 15px;
  margin-right: 25px;
  background-color: var(--color-primary);
}

.intro-block h5 {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 29px;
  font-family: var(--font-family-body), sans-serif;
}

.intro-item {
  display: flex;
  margin-bottom: 27px;
}

.intro-icon {
  width: 66px;
  flex: 0 0 auto;
  overflow: hidden;
  display: block;
  transition: 1s 2.5s ease-out;
}

.intro-icon img {
  width: 44px;
  animation-delay: 600ms;
}

.intro-info {
  line-height: 1.2;
}

.intro-info h6 {
  font-size: 1.25rem;
  font-style: italic;
  margin-bottom: 11px;
  line-height: 1.3;
  color: var(--color-primary);
}

.intro-info p:last-of-type {
  margin-bottom: 0;
}

.intro-link-btn {
  margin-top: 23px;
  margin-left: 65px;
}

.intro-link-btn a {
  position: relative;
  font-size: 0.938rem;
  font-weight: 700;
  color: var(--color-primary);
  text-decoration: none;
}

.intro-link-btn a:after {
  position: absolute;
  bottom: -11px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background-color: var(--color-primary);
}

.intro-link-btn a:focus-visible,
.intro-link-btn a:hover {
  color: var(--color-secondary);
}

@keyframes revealImage {
  to {
    clip-path: inset(0 0 0 0);
  }
}

@media screen and (min-width: 768px) {
  .intro {
    padding-top: 100px;
  }

  .intro-bg {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: -1;
    display: block;
  }

  .intro h2 {
    font-size: 3.125rem;
    margin-bottom: 42px;
  }

  .intro-link {
    margin-bottom: 98px;
  }

  .intro-link:after {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 0;
    content: '';
    background-color: var(--color-primary);
    transition: 1s 0.5s ease-out;
  }

  .intro-link.animated:after {
    height: 130px;
  }

  .intro-image {
    margin: 0;
  }

  .intro-text {
    max-width: 490px;
    padding: 41px 59px;
    margin-top: -150px;
  }

  .intro-text h3 {
    font-size: 3.125rem;
  }

  .intro-block {
    max-width: 884px;
    margin-left: 56px;
  }

  .intro-block h5 {
    font-size: 1.563rem;
    margin-bottom: 49px;
  }

  .intro-holder {
    display: grid;
    grid-column-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }

  .intro-item {
    margin-bottom: 54px;
  }

  .intro-item:last-of-type {
    margin-bottom: 0;
  }

  .intro-icon {
    width: 73px;
  }

  .intro-info h6 {
    margin-bottom: 17px;
  }

  .intro-icon img {
    width: auto;
  }

  .intro-link-btn {
    margin-top: 83px;
    margin-left: 74px;
  }
}

@media screen and (min-width: 1025px) {
  .intro {
    padding-top: 158px;
  }

  .intro-holder {
    grid-column-gap: 90px;
  }
}

@media screen and (min-width: 1441px) {
  .intro {
    padding-bottom: 119px;
  }
}

/* review */
.review {
  padding-top: 42px;
  padding-bottom: 60px;
  background: var(--color-gray-100) url('../images/pattern-img1.png');
  background-size: cover;
}

.review h2 {
  font-size: 2.813rem;
  color: var(--color-primary);
}

.review-wrap {
  text-align: center;
  margin-bottom: 30px;
}

.review-text {
  margin-bottom: 15px;
  text-align: center;
}

.review-text h3 {
  display: flex;
  margin-bottom: 5px;
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 1.563rem;
}

.review-text h3:before,
.review-text h3:after {
  content: '';
  width: 37px;
  height: 3px;
  background-color: var(--color-primary);
}

.review-text h3:after {
  margin-left: 10px;
}

.review-text h3:before {
  margin-right: 10px;
}

.review-rating {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 600;
  justify-content: center;
  grid-gap: 0 20px;
  gap: 0 20px;
  flex-wrap: wrap;
}

.review-rating i {
  font-size: 1.063rem;
}

.review-rating i + i {
  margin-left: 5px;
}

/* .review-rating span {
  margin-left: 20px;
} */

.review-item {
  position: relative;
  padding: 48px 28px 52px;
  margin: 0 auto;
  text-align: center;
  border-radius: 5px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  background-color: var(--color-white);
  box-shadow: 0 0 52px 0 rgba(0, 0, 0, 0.1);
  font-family: var(--font-family-heading), sans-serif;
}

.review-item:after {
  position: absolute;
  top: 10px;
  left: 10px;
  content: '';
  border: 2px solid var(--color-primary);
  pointer-events: none;
  width: calc(100% - 23px);
  height: calc(100% - 20px);
  border-radius: 5px;
}

.review-item:before {
  content: '“';
  line-height: 1;
  display: block;
  font-weight: 500;
  font-size: 8.5rem;
  margin-top: -20px;
  margin-bottom: -40px;
  color: var(--color-primary);
}

.review-item img {
  margin-bottom: 22px;
  width: 46px;
}

.review-item span {
  display: block;
  font-size: 1rem;
  font-family: var(--font-family-body), sans-serif;
}

.review-btn {
  text-align: center;
  position: relative;
}

.review-btn:after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 3px;
  height: 0;
  content: '';
  transform: translateX(-50%);
  background-color: var(--color-primary);
  pointer-events: none;
  transition: 1s height ease-out;
}

.review-btn.animated:after {
  height: 63px;
}

.review-slider {
  overflow: visible;
  margin-bottom: 21px;
}

.review-slider .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.2;
}

@media screen and (min-width: 768px) {
  .review {
    padding-top: 71px;
  }

  .review h2 {
    font-size: 3.125rem;
  }

  .review-wrap {
    margin: 0 auto 24px;
  }

  .review-text {
    display: flex;
    align-items: center;
    margin-bottom: 9px;
    justify-content: center;
    text-align: unset;
  }

  .review-text h3 {
    margin-right: 12px;
    margin-bottom: 0;
  }

  .review-text h3:before {
    display: none;
  }

  .review-text h3:after {
    top: 18px;
    right: -130px;
    width: 117px;
  }

  .review-rating {
    font-size: 1.563rem;
    justify-content: unset;
  }

  .review-rating i {
    font-size: 1.313rem;
  }

  .review-item {
    padding: 48px 100px 52px;
    font-size: 1.875rem;
  }

  .review-item:before {
    margin-top: -30px;
    font-size: 10.375rem;
    margin-bottom: -50px;
  }

  .review-item span {
    font-size: 1.25rem;
  }

  .review-slider {
    max-width: 950px;
    margin: 0 auto 35px auto;
  }

  .review-slider .swiper-pagination {
    display: none;
  }

  .review-btn.animated:after {
    height: 275px;
  }
}

@media screen and (min-width: 1025px) {
  .review-btn.animated:after {
    height: 225px;
  }
}

/* planning */
.planning {
  padding-top: 2px;
  padding-bottom: 40px;
  background: var(--color-gray-100) url('../images/pattern-img2.png');
  background-size: cover;
}

.planning .column {
  padding: 0 64px;
}

.planning-wrap {
  margin-bottom: 31px;
  text-align: center;
}

.planning-wrap h2 {
  font-size: 2.813rem;
  margin-bottom: 11px;
  color: var(--color-primary);
}

.planning-para {
  font-size: 1.25rem;
  line-height: 1.2;
}

.planning-para p:last-of-type {
  margin-bottom: 0;
}

.planning-box {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.planning-image {
  position: relative;
  aspect-ratio: 246/130;
}

.planning-image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(0deg, rgba(49, 49, 49, 0.6), rgba(49, 49, 49, 0.4));
  background-blend-mode: multiply, normal;
}

.planning-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: 200ms ease-out;
}

.planning-info {
  top: 50%;
  position: absolute;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  line-height: 1.4;
  color: var(--color-white);
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .planning {
    padding-top: 62px;
    padding-bottom: 75px;
  }

  .planning-wrap {
    display: flex;
    text-align: unset;
    margin-bottom: 48px;
    align-items: flex-end;
    justify-content: space-between;
  }

  .planning-heading {
    width: 44%;
  }

  .planning-wrap h2 {
    font-size: 3.125rem;
    font-size: 2.7rem;
    margin-bottom: 0;
  }

  .planning-para {
    width: 50%;
    font-size: 1.375rem;
    line-height: 1.2;
    padding-left: 25px;
  }

  .planning-holder {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
  }

  .planning-box {
    margin-bottom: 0;
  }

  .planning-image {
    aspect-ratio: unset;
  }
}

@media screen and (min-width: 1025px) {
  .planning-holder {
    gap: 33px;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 1441px) {
  .planning-para {
    width: 52%;
    margin-right: -2%;
  }
}

/* FAQ */
.asked {
  padding-top: 21px;
  padding-bottom: 47px;
  background: url('../images/pattern-img3.png') no-repeat;
  background-size: cover;
  color: var(--color-white);
}

.asked h2 {
  font-size: 2.813rem;
  color: inherit;
  line-height: 1.1;
  margin-bottom: 27px;
}

.asked-left {
  font-size: 1.25rem;
  display: flex;
  flex-direction: column;
}

.asked-text {
  font-weight: 700;
  order: 2;
  text-align: center;
  border-top: 1px solid var(--color-white);
  padding-top: 15px;
  padding-bottom: 35px;
}

.asked-text p:last-of-type {
  margin-bottom: 10px;
}

.asked-user {
  order: 1;
  display: flex;
  justify-content: center;
}

.asked-user img {
  display: block;
  max-width: 100%;
  height: auto;
}

.asked .title-line:before {
  display: none;
}

.asked .accordion-item {
  color: inherit;
  border-color: var(--color-white);
}

.asked .accordion-item-title,
.asked .accordion-item-title:after {
  color: var(--color-white);
}
.asked .accordion-item.active .accordion-item-title,
.asked .accordion-item.active .accordion-item-title::after,
.asked .accordion-item-title:hover,
.asked .accordion-item-title:focus-visible,
.asked .accordion-item-title:hover::after,
.asked .accordion-item-title:focus-visible::after {
  color: var(--color-black);
}

@media screen and (min-width: 768px) {
  .asked {
    padding-top: 104px;
    padding-bottom: 0;
  }

  .asked h2 {
    font-size: 3.125rem;
    margin-bottom: 32px;
  }

  .asked-holder {
    display: flex;
    justify-content: space-between;
  }

  .asked-left {
    width: 38%;
    font-size: 1.375rem;
  }

  .asked-text {
    order: 1;
    text-align: unset;
    border-top: unset;
    padding-top: 0;
    padding-bottom: 0;
  }

  .asked-user {
    margin-top: auto;
    order: 2;
  }

  .asked-right {
    width: 50%;
  }

  .asked .title-line:before {
    display: block;
    top: 28px;
    margin-right: 17px;
    background-color: var(--color-white);
  }
}

@media screen and (min-width: 1025px) {
  .asked-text {
    padding-left: 60px;
  }

  .asked-user {
    display: unset;
  }
}

@media screen and (min-width: 1441px) {
  .asked-text {
    padding-left: 74px;
  }

  .asked-right {
    width: 49%;
  }
}

/* location */
.location {
  position: relative;
  padding-top: 46px;
  padding-bottom: 45px;
}

.location:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 0;
  content: '';
  transform: translateX(-50%);
  background-color: var(--color-primary);
  transition: 1s 1.5s ease-out;
}

.location.animated:before {
  height: 104px;
}

.location h2 {
  font-size: 2.813rem;
  margin-bottom: 12px;
  color: var(--color-primary);
}

.location-wrap {
  position: relative;
  text-align: center;
}

.location-map {
  pointer-events: none;
}

.location-map img {
  width: 100%;
  display: block;
}

.location-text {
  font-size: 1.125rem;
  font-weight: 500;
}

.location-wrap .button {
  padding: 16px 70px;
}

@media screen and (min-width: 768px) {
  .location h2 {
    font-size: 3.125rem;
  }

  .location-text {
    font-size: 1.188rem;
  }

  .location.animated:before {
    height: 170px;
  }
}

@media screen and (min-width: 1025px) {
  .location {
    padding-top: 103px;
    padding-bottom: 193px;
  }

  .location-map {
    position: absolute;
    top: -103px;
    right: -94px;
  }

  .location-wrap {
    margin-left: 81px;
    text-align: unset;
  }

  .location-text {
    max-width: 587px;
  }

  .location:before {
    margin-left: -486px;
  }

  .location.animated:before {
    height: 381px;
  }
}

@media screen and (min-width: 1441px) {
  .location {
    padding-top: 222px;
    padding-bottom: 233px;
  }

  .location-wrap {
    margin-left: 95px;
  }

  .location:before {
    margin-left: -472px;
  }

  .location.animated:before {
    height: 500px;
  }
}
