body {
  background: #f5f5f5;
}

body > footer,
body > footer *,
body > nav,
body > nav *,
body > section,
body > section *:not(script):not(table):not(table *) {
  display: flex;
  box-sizing: border-box;
}

ul {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}

a {
  text-decoration: none;
}

.slick-dotted.slick-slider {
  margin: 0 !important;
}

img {
  vertical-align: bottom;
}

.advantage-container {
  padding-left: 13.1770833333vw;
  background: #fff;
  flex-direction: column;
}

.advantage-card {
  width: 100%;
  padding-top: 1.6666666667vw;
  flex-direction: column;
}
.advantage-card:not(:last-child) {
  border-bottom: 1px solid #97979730;
}
.advantage-card__title img {
  height: 7.1354166667vw;
}
.advantage-card__number {
  align-self: flex-end;
}
.advantage-card__number img {
  width: 8.28125vw;
  height: 20.625vw;
}
.advantage-card__body {
  padding-right: 10.4166666667vw;
}
.advantage-card__content {
  flex: 1;
  padding-left: 5.4166666667vw;
}

.sub-banner {
  align-items: center;
}
.sub-banner img {
  display: block;
  width: 100%;
}

.navbar {
  height: 116px;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999999;
}
.navbar__logo {
  width: 38.59375vw;
  align-items: center;
  padding-left: 7.96875vw;
}
.navbar__logo img {
  width: 14.1145833333vw;
  height: 3.0208333333vw;
  object-fit: cover;
}
.navbar__items {
  flex: 1;
  height: 100%;
}
.navbar__item {
  height: 100%;
  position: relative;
}
.navbar__item--active a {
  background: linear-gradient(214deg, #ffd773 0%, #ecc89c 100%);
  font-weight: 600;
  color: #000 !important;
  height: 119px !important;
}
.navbar__item--active::before {
  content: none !important;
}
.navbar__item--active + .navbar__item::before {
  content: none !important;
}
.navbar__item a {
  width: 9.4791666667vw;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.9375vw;
  line-height: 1.3020833333vw;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
.navbar__item:not(:first-child)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 2.0833333333vw;
  background: #fff;
  left: 0;
  top: 50%;
  transform: rotate(45deg);
  margin-top: -1.0416666667vw;
}

.footer {
  background: #000;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding-top: 0.5208333333vw;
}
.footer .navbar__items {
  align-items: center;
  flex: 0;
}
.footer .navbar__items .navbar__item--active::before {
  content: "" !important;
}
.footer .navbar__items .navbar__item--active a {
  background: none !important;
  color: #ffd773 !important;
}
.footer .navbar__items .navbar__item--active ~ .navbar__item::before {
  content: "" !important;
}
.footer__record {
  padding: 1.5625vw;
  font-size: 0.9375vw;
  font-weight: 300;
  letter-spacing: 1px;
}

.banner {
  position: relative;
  flex-wrap: nowrap;
  overflow: hidden;
}
.banner__item {
  width: 100%;
  flex-shrink: 0;
}
.banner__item img {
  width: 100%;
}
.banner .slick-dots {
  width: auto;
  bottom: 4.6875vw;
  left: 12.96875vw;
  bottom: 4.6875vw;
}
.banner .slick-dots li {
  width: 5.2083333333vw;
  height: 0.3125vw;
  background: rgba(255, 255, 255, 0.3);
  margin: 0;
}
.banner .slick-dots li.slick-active {
  background: white;
}
.banner .slick-dots li button {
  display: none;
}
.banner .slick-dots li ~ li {
  margin-left: 1.0416666667vw;
}

.brand {
  background: #fff;
  position: relative;
  flex-direction: column;
  height: 33.3333333333vw;
}
.brand__logo {
  position: absolute;
  width: 14.6875vw;
  height: 6.7708333333vw;
  top: 3.4895833333vw;
  left: 10.4166666667vw;
}
.brand__logo img {
  width: 100%;
  height: 100%;
}
.brand__items {
  position: absolute;
  width: 81.0416666667vw;
  height: auto;
  bottom: 6.6666666667vw;
  left: 50%;
  transform: translateX(-50%);
}
.brand__items::after {
  position: absolute;
  content: "";
  height: 7px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: url(../images/line.png) repeat-x;
}
.brand__item {
  flex-direction: column;
}
.brand__item:nth-child(even) .brand__dot, .brand__item:nth-child(even) .brand__dot::after {
  background: #ffc023 !important;
}
.brand__content {
  position: absolute;
  flex-direction: column;
  font-size: 1.0416666667vw;
}
.brand__content b {
  font-size: 1.25vw;
  margin: 0 0.2083333333vw;
}
.brand__content span {
  align-items: flex-end;
}
.brand__content .yellow {
  color: #ffc023;
}
.brand__dot {
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  border-radius: 50%;
  flex-shrink: 0;
  background: #000;
  position: absolute;
  bottom: -0.234375vw;
  z-index: 2;
  transform: translateX(20px);
  opacity: 0;
}
.brand__date {
  position: absolute;
  bottom: -3.125vw;
  letter-spacing: 1px;
  font-size: 1.4583333333vw;
  transform: translateX(-36%);
}
.brand__item:nth-child(1) .brand__dot {
  left: calc(9.5833333333vw + 2.6041666667vw);
  transition: all 400ms ease 700ms;
}
.brand__item:nth-child(1) .brand__dot::after {
  content: "";
  position: absolute;
  width: 1px;
  bottom: 0.2083333333vw;
  background: #000;
  transform-origin: left bottom;
  transform: rotate(33deg);
  left: 0.2604166667vw;
}
.brand__item:nth-child(1) .brand__date {
  left: 9.8958333333vw;
}
.brand__item:nth-child(2) .brand__dot {
  left: calc(19.1666666667vw + 2.6041666667vw);
  transition: all 400ms ease 600ms;
}
.brand__item:nth-child(2) .brand__dot::after {
  content: "";
  position: absolute;
  width: 1px;
  bottom: 0.2083333333vw;
  background: #000;
  transform-origin: left bottom;
  transform: rotate(33deg);
  left: 0.2604166667vw;
}
.brand__item:nth-child(2) .brand__date {
  left: 19.7916666667vw;
}
.brand__item:nth-child(3) .brand__dot {
  left: calc(28.75vw + 2.6041666667vw);
  transition: all 400ms ease 500ms;
}
.brand__item:nth-child(3) .brand__dot::after {
  content: "";
  position: absolute;
  width: 1px;
  bottom: 0.2083333333vw;
  background: #000;
  transform-origin: left bottom;
  transform: rotate(33deg);
  left: 0.2604166667vw;
}
.brand__item:nth-child(3) .brand__date {
  left: 29.6875vw;
}
.brand__item:nth-child(4) .brand__dot {
  left: calc(38.3333333333vw + 2.6041666667vw);
  transition: all 400ms ease 400ms;
}
.brand__item:nth-child(4) .brand__dot::after {
  content: "";
  position: absolute;
  width: 1px;
  bottom: 0.2083333333vw;
  background: #000;
  transform-origin: left bottom;
  transform: rotate(33deg);
  left: 0.2604166667vw;
}
.brand__item:nth-child(4) .brand__date {
  left: 39.5833333333vw;
}
.brand__item:nth-child(5) .brand__dot {
  left: calc(47.9166666667vw + 2.6041666667vw);
  transition: all 400ms ease 300ms;
}
.brand__item:nth-child(5) .brand__dot::after {
  content: "";
  position: absolute;
  width: 1px;
  bottom: 0.2083333333vw;
  background: #000;
  transform-origin: left bottom;
  transform: rotate(33deg);
  left: 0.2604166667vw;
}
.brand__item:nth-child(5) .brand__date {
  left: 49.4791666667vw;
}
.brand__item:nth-child(1) .brand__dot::after {
  height: 6.0208333333vw;
}
.brand__item:nth-child(2) .brand__dot::after {
  height: 14.765625vw;
}
.brand__item:nth-child(3) .brand__dot::after {
  height: 6.0208333333vw;
}
.brand__item:nth-child(4) .brand__dot::after {
  height: 18.890625vw;
}
.brand__item:nth-child(5) .brand__dot::after {
  height: 3.078125vw;
}
.brand__item:nth-child(1) .brand__content {
  left: 13.2291666667vw;
  bottom: 6.25vw;
}
.brand__item:nth-child(2) .brand__content {
  left: 27.96875vw;
  bottom: 12.9166666667vw;
}
.brand__item:nth-child(3) .brand__content {
  left: 32.5520833333vw;
  bottom: 6.25vw;
}
.brand__item:nth-child(4) .brand__content {
  left: 48.90625vw;
  bottom: 16.6145833333vw;
}
.brand__item:nth-child(5) .brand__content {
  left: 51.3020833333vw;
  bottom: 3.0208333333vw;
}

.brand.brand-waypoint .brand__item:nth-child(1) .brand__dot {
  transform: translateX(0);
  opacity: 1;
}
.brand.brand-waypoint .brand__item:nth-child(2) .brand__dot {
  transform: translateX(0);
  opacity: 1;
}
.brand.brand-waypoint .brand__item:nth-child(3) .brand__dot {
  transform: translateX(0);
  opacity: 1;
}
.brand.brand-waypoint .brand__item:nth-child(4) .brand__dot {
  transform: translateX(0);
  opacity: 1;
}
.brand.brand-waypoint .brand__item:nth-child(5) .brand__dot {
  transform: translateX(0);
  opacity: 1;
}

.service {
  flex-direction: column;
  align-items: center;
  padding-top: 2.6041666667vw;
  padding-bottom: 3.90625vw;
}
.service__title img {
  width: 14.84375vw;
  height: 6.6666666667vw;
}
.service__item {
  flex-direction: column;
  padding: 1.09375vw 1.7708333333vw;
  align-items: center;
}
.service__item:hover .service__image::after {
  background: rgba(0, 0, 0, 0.6);
}
.service__item:hover .service__image span {
  opacity: 1;
}
.service__image {
  width: 14.2708333333vw;
  height: 14.2708333333vw;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.service__image img {
  width: 100%;
  height: 100%;
}
.service__image::after {
  transition: all 600ms ease;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.service__image span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 3;
  color: #fff;
  font-size: 1.4583333333vw;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  opacity: 0;
  transition: all 800ms ease;
}
.service__info {
  flex-direction: column;
  margin-top: 1.5625vw;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 1.4583333333vw;
  text-transform: uppercase;
  align-items: center;
}
.service__button {
  cursor: pointer;
  margin-top: 6.40625vw;
  width: 250px;
  height: 50px;
  border: 1px solid #333333;
  justify-content: center;
  align-items: center;
  font-size: 1.0416666667vw;
  position: relative;
  transition: all 200ms ease;
}
.service__button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: -1;
  transform: scaleY(0);
  transition: all 500ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transform-origin: 50% 100%;
}
.service__button:hover {
  color: #fff;
}
.service__button:hover::after {
  transform: scaleY(1);
  background: #333333;
}

.advantage {
  position: relative;
  flex-direction: column;
}
.advantage__row {
  width: 100%;
  height: 18.6979166667vw;
}
.advantage__row > div {
  flex: 1 0 0%;
}
.advantage__container {
  position: relative;
  width: 50% !important;
}
.advantage__container__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advantage__container__title {
  position: absolute;
  width: 18.75vw;
  height: 7.6041666667vw;
  right: 3.1770833333vw;
  bottom: 5.0520833333vw;
}
.advantage__container__title img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}
.advantage__container__dots {
  position: absolute;
  width: auto;
  right: 3.6458333333vw;
  bottom: 2.2395833333vw;
}
.advantage__container__dots li {
  width: 5.2083333333vw;
  height: 0.3125vw;
  background: rgba(255, 255, 255, 0.3);
  margin: 0;
  transition: all 400ms ease;
  cursor: pointer;
}
.advantage__container__dots li.active, .advantage__container__dots li:hover {
  background: white;
}
.advantage__container__dots li button {
  display: none;
}
.advantage__container__dots li ~ li {
  margin-left: 1.0416666667vw;
}
.advantage__arrows {
  flex: 1 0 0%;
}
.advantage__arrows__item {
  flex: 1;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-size: 1.4583333333vw;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.advantage__arrows__item span ~ span {
  font-weight: 300;
}
.advantage__arrows__item img {
  width: 1.71875vw;
  height: 1.4583333333vw;
  margin-top: 1.6145833333vw;
  cursor: pointer;
  opacity: 0.6;
  transition: all 600ms ease;
}
.advantage__arrows__item img:hover {
  opacity: 1;
}
.advantage__arrows__item ~ .advantage__arrows__item {
  background: linear-gradient(214deg, #ffd773 0%, #ecc89c 100%);
}
.advantage__second-carousel {
  display: flex !important;
  flex-shrink: 0;
  width: 100%;
  overflow: hidden;
}
.advantage__second-carousel__item {
  width: 25%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.advantage__second-carousel__item img {
  width: 100%;
  height: 100%;
  filter: blur(6px);
  transform: scale(1.2);
}
.advantage__second-carousel__item:hover .advantage__second-carousel__layer {
  background: #ffc048;
  color: #000;
}
.advantage__second-carousel__layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  color: white;
  text-transform: uppercase;
  font-size: 1.0416666667vw;
  flex-direction: column;
  justify-content: center;
  transition: all 400ms ease;
  padding: 0 3.6458333333vw;
}
.advantage__second-carousel__title {
  font-weight: bold;
  margin-bottom: 1em;
}
.advantage__second-carousel__description {
  flex-direction: column;
  line-height: 1.6;
  font-weight: 300;
}
.advantage__second-carousel__description b {
  width: 1.25vw;
}
.advantage .slick-slide img {
  width: 100%;
}
.advantage__carousel-wrapper {
  width: 100%;
  height: 18.6979166667vw;
  overflow: hidden;
}
.advantage__first-carousel {
  display: flex !important;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
}
.advantage__first-carousel__item {
  width: 25%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.advantage__first-carousel__item img {
  width: 100%;
  height: 100%;
}
.advantage__first-carousel__item:hover .advantage__first-carousel__layer {
  background: rgba(0, 0, 0, 0.6);
  color: white;
}
.advantage__first-carousel__layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, 0);
  text-transform: uppercase;
  font-size: 1.4583333333vw;
  justify-content: center;
  align-items: center;
  transition: all 400ms ease;
  padding: 0 3.6458333333vw;
}
.advantage__first-carousel__title {
  font-weight: bold;
  text-transform: uppercase;
}

.case {
  flex-direction: column;
  align-items: center;
  padding-top: 3.9583333333vw;
  padding-bottom: 8.2291666667vw;
}
.case__title {
  width: 11.6666666667vw;
  height: 6.6666666667vw;
  margin-bottom: 1.71875vw;
}
.case__title img {
  width: 100%;
  height: 100%;
}
.case__items {
  width: 85.2604166667vw;
}
.case__item {
  box-sizing: content-box;
  padding: 0 0.4166666667vw;
  width: 16.25vw;
  height: 22.0833333333vw;
  flex-shrink: 0;
}
.case__item img {
  width: 100%;
  height: 100%;
}
.case .slick-dots {
  width: auto;
  bottom: 4.6875vw;
  bottom: -4.53125vw;
  left: 50%;
  transform: translateX(-50%);
}
.case .slick-dots li {
  width: 5.2083333333vw;
  height: 0.3125vw;
  background: rgba(255, 255, 255, 0.3);
  margin: 0;
}
.case .slick-dots li.slick-active {
  background: white;
}
.case .slick-dots li button {
  display: none;
}
.case .slick-dots li ~ li {
  margin-left: 1.0416666667vw;
}
.case .slick-dots li {
  background: #fff;
}
.case .slick-dots li.slick-active {
  background: #fbd26c;
}

.house__item {
  flex: 1;
  flex-direction: column;
  cursor: pointer;
  color: #000;
}
@keyframes upAndDown {
  from {
    transform: rotate(-90deg) translateX(0px);
  }
  to {
    transform: rotate(-90deg) translateX(20px);
  }
}
.house__item:hover .house__info__title img {
  animation: upAndDown 400ms cubic-bezier(0.165, 0.84, 0.44, 1) infinite alternate;
}
.house__image img {
  width: 100%;
  height: 32.65625vw;
  object-fit: cover;
}
.house__info {
  height: 10.4166666667vw;
  padding: 0 6.40625vw;
  background: linear-gradient(to right, #eec489, #fccf6c);
}
.house__info-container {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.house__info__title {
  width: 100%;
  font-size: 32px;
  font-weight: 400;
  font-family: Raleway-Regular, Raleway;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
}
.house__info__title img {
  width: 1.71875vw;
  height: 1.4583333333vw;
}
.house__info__name {
  font-size: 1.25vw;
  font-weight: 300;
}

.thanks {
  flex-direction: column;
  align-items: center;
  padding-top: 2.9166666667vw;
  padding-bottom: 4.2708333333vw;
  background: #fff;
}
.thanks__title {
  width: 15vw;
  height: 6.6666666667vw;
  margin-bottom: 3.75vw;
}
.thanks__title img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thanks__items {
  width: 69.5833333333vw;
  flex-wrap: nowrap;
  font-size: 0.9375vw;
  line-height: 1.4583333333vw;
  letter-spacing: 1px;
  font-weight: 400;
  color: #666;
}
.thanks__item {
  display: flex !important;
  align-items: center;
  flex-direction: column;
  width: 50%;
  flex-shrink: 0;
  padding: 0 2.1354166667vw;
}
.thanks__image {
  width: 4.4270833333vw;
  height: 4.4270833333vw;
  margin-bottom: 1.3020833333vw;
}
.thanks__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thanks__content p {
  font-family: Raleway;
  margin: 0;
}

.thanks-arrow {
  position: absolute;
  top: 1.1979166667vw;
  border: none;
  outline: none;
  background: none;
  width: 1.71875vw;
  height: 1.4583333333vw;
  box-sizing: content-box;
  padding: 1.0416666667vw;
  margin: 0;
  opacity: 0.3;
  cursor: pointer;
  transition: all 700ms ease;
}
.thanks-arrow:hover {
  opacity: 1;
}
.thanks-arrow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thanks-arrow-prev {
  left: -5.2604166667vw;
}
.thanks-arrow-next {
  right: -5.2604166667vw;
}

.business {
  flex-direction: column;
  align-items: center;
  padding-top: 3.5416666667vw;
  padding-bottom: 5.5208333333vw;
}
.business__title {
  width: 22.4479166667vw;
  height: 6.6666666667vw;
  margin-bottom: 1.6145833333vw;
}
.business__title img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.business__items {
  flex-wrap: wrap;
  width: 70.1041666667vw;
}
.business__item {
  padding: 0.46875vw 0.4427083333vw;
  flex-shrink: 0;
}
.business__item:hover .business__image::after {
  opacity: 1;
}
.business__image {
  width: 22.1875vw;
  height: 7.8125vw;
  border: 1px solid #e0e0e0;
  position: relative;
}
.business__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.business__image::after {
  transition: all 600ms ease;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(214deg, #ffd773 0%, #ffd773 0%, #ecc89c 100%);
}

.contact {
  background: url(../images/contact.png) no-repeat 0 0/cover;
  justify-content: center;
  align-items: center;
}
.contact__container {
  width: 62.6041666667vw;
  height: 19.8958333333vw;
  align-items: center;
  justify-content: space-between;
  font-family: Raleway;
}
.contact__info {
  flex-direction: column;
  font-size: 0.9375vw;
}
.contact__info__title {
  font-family: Raleway;
  font-weight: 400;
  font-size: 2.0833333333vw;
  text-transform: uppercase;
}
.contact__info__sub-title {
  font-size: 1.6666666667vw;
  font-weight: 300;
  line-height: 1.7;
}
.contact__info__p {
  margin-top: 2.6041666667vw;
}
.contact__info__detail, .contact__info__p {
  flex-direction: column;
  font-size: 0.9375vw;
  line-height: 1.2;
  font-weight: 300;
}
.contact__info__detail {
  flex-direction: row;
  margin-top: 1.0416666667vw;
}
.contact__info__detail span {
  align-items: center;
}
.contact__info__detail img {
  height: 1.0416666667vw;
  margin-right: 0.4166666667vw;
}
.contact__info__detail span ~ span {
  margin-left: 2.0833333333vw;
}
.contact__form {
  width: 29.1666666667vw;
  flex-direction: column;
}
.contact .form__field {
  position: relative;
}
.contact .form__field input {
  height: 2.1875vw;
  width: 100%;
  background: #fff;
  border: none;
  padding: 0 0.7291666667vw;
}
.contact .form__field img {
  position: absolute;
  height: 1.0416666667vw;
  top: 50%;
  transform: translateY(-50%);
  right: 1.0416666667vw;
  opacity: 0.6;
}
.contact .form__field textarea {
  width: 100%;
  height: 7.8125vw;
  border: none;
  padding: 0.7291666667vw;
}
.contact .form__field button[type=submit] {
  position: absolute;
  width: 8.8541666667vw;
  height: 2.0833333333vw;
  background: #3c3c3b;
  border: none;
  outline: none;
  align-items: center;
  justify-content: center;
  color: #fff;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.contact .form__field ~ .form__field {
  margin-top: 0.78125vw;
}

.map {
  padding: 3.3333333333vw 0 1.8229166667vw;
  justify-content: center;
  align-items: center;
}
.map__container {
  width: 54.4791666667vw;
  position: relative;
}
.map__image {
  width: 100%;
  height: 100%;
}
.map__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.map__box {
  position: absolute;
}
.map__box:hover .map__box__content {
  opacity: 1;
}
.map__box--one {
  left: 10.2604166667vw;
  top: 2.4479166667vw;
}
.map__box--two {
  right: 8.59375vw;
  top: 6.1458333333vw;
}
@keyframes locate {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(8px);
  }
}
.map__box img {
  width: 4.3229166667vw;
  height: 5.7291666667vw;
  animation: locate 400ms linear infinite alternate;
}
.map__box__content {
  position: absolute;
  width: 17.03125vw;
  height: 6.0416666667vw;
  background: #ffffff;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.21);
  bottom: -7.1875vw;
  left: 50%;
  transform: translateX(-50%);
  flex-direction: column;
  justify-content: center;
  padding: 0.7291666667vw 1.3020833333vw;
  opacity: 0;
  transition: all 200ms ease;
}
.map__box__content::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.5208333333vw 0.5208333333vw 0.5208333333vw;
  border-color: transparent transparent #fff transparent;
  top: -0.5208333333vw;
  left: 50%;
  transform: translateX(-50%);
}
.map__box__title {
  text-transform: uppercase;
  font-size: 1.0416666667vw;
}
.map__box__address {
  font-size: 0.9375vw;
  line-height: 1.3020833333vw;
  font-weight: 300;
}

.breadcrumb {
  display: flex;
  height: 4.1666666667vw;
  padding: 0 10.4166666667vw;
  font-size: 0.9375vw;
  background: #fff;
  align-items: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}
.breadcrumb__divider {
  width: 0.625vw;
  margin: 0 0.8333333333vw;
}
.breadcrumb__item {
  color: #777777;
}
.breadcrumb__item--active {
  color: #000;
}
.breadcrumb--fixed {
  position: fixed;
  top: 116px;
  width: 100%;
  left: 0;
}

.advantage-grid__items {
  flex: 1;
  flex-wrap: wrap;
}
.advantage-grid__item {
  flex-shrink: 0;
  width: 25%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.4583333333vw;
  padding-bottom: 4.53125vw;
}
.advantage-grid__item img {
  width: 5.2083333333vw;
  height: 4.375vw;
  margin-bottom: 1.875vw;
}
.advantage-grid__item__subtitle {
  font-weight: 400;
  line-height: 2;
  font-family: Raleway;
  color: #999;
}
.advantage-grid--huge-image .advantage-grid__item img {
  width: 8.28125vw;
  height: 8.28125vw;
}

.landing table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9375vw;
  margin-bottom: 3.125vw;
}
.landing table tr {
  background: linear-gradient(214deg, #ffd773 0%, #ecc89c 100%);
}
.landing table tr:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.landing table tr td {
  padding: 0 2.0833333333vw;
  border: none;
  height: 3.1770833333vw;
}

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