.home .ad-innerhero__bg {
  position: relative;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.ad-hero__bg {
  position: relative;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ad-hero__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(43, 33, 23, 0.6);
}

.introbgvideo {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.introbgvideo video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
.introbgvideo iframe {
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: -2;
}

.ad-hero__content-wrapper {
  max-width: 100%;
  width: 100%;
}

.ad-whatdo__section .ad-figure__block-inner {
  position: relative;
  overflow: hidden;
}
.ad-whatdo__section .ad-figure__block-inner:before, .ad-whatdo__section .ad-figure__block-inner:after {
  content: "";
}
.ad-whatdo__section .ad-figure__block-inner:before {
  float: left;
  padding-top: 85%;
}
.ad-whatdo__section .ad-figure__block-inner:after {
  display: table;
  clear: both;
}
.ad-whatdo__section .ad-figure__block-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.ad-whoare__section .ad-figure__block-inner {
  margin-bottom: 13vw;
}
.ad-whoare__section .ad-figure__block-inner img {
  width: 100%;
  box-shadow: var(--shadow-primary);
}
.ad-whoare__section .ad-figure__block-inner img:nth-child(2) {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 18vw;
}
.ad-whoare__section .ad-figure__block-inner img:last-child {
  max-width: 15vw;
  position: absolute;
  bottom: -13vw;
  right: calc(var(--container-w) / 12 + 2rem);
  margin-left: auto;
}

.ad-contact__section .ad-figure__block-inner {
  padding-right: calc(var(--container-w) / 12 + 2rem);
  position: relative;
  margin-bottom: 10vw;
}
.ad-contact__section .ad-figure__block-inner img {
  width: 100%;
  box-shadow: var(--shadow-primary);
}
.ad-contact__section .ad-figure__block-inner img:last-child {
  max-width: 18vw;
  position: absolute;
  bottom: -10vw;
  right: 0rem;
  margin-left: auto;
}

.ad-contact__header {
  max-width: 400px;
}

.ad-contact__form-wrapper {
  position: relative;
  padding-left: calc(var(--container-w) / 12);
}

.ad-hero__content-wrapper .h1 {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}
.ad-hero__content-wrapper p {
  font-size: 1rem;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.ad-hero__content-wrapper h1, .ad-hero__content-wrapper p {
  margin-left: auto;
  margin-right: auto;
}

.ad-keyvalue__wrapper {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  align-items: flex-start;
}
.ad-keyvalue__wrapper .ad-keyvalue__block {
  max-width: calc((100% + 1.25rem) / 5 - 20px);
  flex: 0 0 calc((100% + 1.25rem) / 5 - 20px);
  display: flex;
  flex-direction: column;
  background-color: var(--trietory-color);
  border-radius: var(--radius130);
  padding: 2.5rem 1rem;
  position: relative;
  transition: 0.5s all ease;
  cursor: pointer;
  box-shadow: var(--shadow-primary);
}
.ad-keyvalue__wrapper .ad-keyvalue__block.logo__letter {
  background-color: transparent;
  margin-top: 7.85vw;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}

.ad-keyvalue__figure {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ad-keyvalue__front {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1.25rem;
}

.ad-keyvalue__back {
  width: 100%;
  text-align: center;
  transition: 0.5s all ease;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transform: translateY(100px);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  padding: 0 1rem;
}

.ad-keyvalue__section {
  position: relative;
  top: -8vw;
  margin-bottom: -8vw;
  z-index: 2;
}

.ad-keyvalue__block:hover > .ad-keyvalue__back {
  opacity: 1;
  visibility: visible;
  height: 5rem;
  transform: translateY(0);
  margin-bottom: 1.25rem;
}

.ad-keyvalue__block:not(.logo__letter) svg {
  position: absolute;
}
.ad-keyvalue__block:not(.logo__letter) .ad-keyvalue__figure {
  position: relative;
  max-width: 6.25rem;
}
.ad-keyvalue__block:not(.logo__letter) .ad-keyvalue__figure img.gif {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  visibility: hidden;
}
.ad-keyvalue__block:not(.logo__letter):hover .ad-keyvalue__figure img {
  opacity: 0;
  visibility: hidden;
}
.ad-keyvalue__block:not(.logo__letter):hover .ad-keyvalue__figure img.gif {
  opacity: 1;
  visibility: visible;
}
.ad-keyvalue__block:not(.logo__letter):nth-child(5) .ad-keyvalue__figure img {
  transform: scale(1.5);
}

@media (max-width: 1199px) {
  .ad-keyvalue__wrapper .ad-keyvalue__block .connector {
    display: none;
  }
}
@media (max-width: 767px) {
  .ad-keyvalue__wrapper .ad-keyvalue__block {
    max-width: calc((100% + 1.25rem) / 2 - 20px);
    flex: 0 0 calc((100% + 1.25rem) / 2 - 20px);
  }
  .ad-keyvalue__wrapper .ad-keyvalue__block.logo__letter {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
    margin: 0;
  }
  .ad-keyvalue__section {
    top: -9rem;
    margin-bottom: -9rem;
  }
  .ad-keyvalue__front {
    row-gap: 0;
  }
  .ad-whatdo__content {
    margin-bottom: 2.5rem;
  }
  .odd-section .row {
    flex-direction: column-reverse;
  }
  .ad-contact__form-wrapper {
    margin-top: 2.5rem;
  }
  .ad-contact__section .ad-figure__block-inner img:first-child {
    max-width: 78%;
  }
  .ad-contact__section .ad-figure__block-inner img:last-child {
    max-width: 45%;
  }
  .ad-whoare__section .ad-figure__block-inner {
    margin-bottom: 30%;
  }
  .ad-whoare__section .ad-figure__block-inner img:first-child {
    max-width: 78%;
  }
  .ad-whoare__section .ad-figure__block-inner img:nth-child(2) {
    max-width: 45%;
  }
  .ad-whoare__section .ad-figure__block-inner img:nth-child(3) {
    max-width: 37%;
    right: 20%;
    bottom: -26%;
  }
  .home .ad-innerhero__bg {
    padding-top: 3.75rem;
    padding-bottom: 7.5rem;
    min-height: 560px;
    align-items: flex-start;
  }
  .ad-hero__bg {
    padding-top: 3.75rem;
    padding-bottom: 7.5rem;
    min-height: 560px;
    align-items: flex-start;
  }
  .ad-keyvalue__block:hover > .ad-keyvalue__back {
    height: 5rem;
    margin-bottom: 0;
  }
  .ad-keyvalue__block:hover > .ad-keyvalue__back p {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .ad-keyvalue__wrapper .ad-keyvalue__block {
    z-index: 1;
  }
  .ad-keyvalue__wrapper .ad-keyvalue__block .connector {
    transition: 1s all ease;
    position: absolute;
    bottom: -8px;
    left: 50%;
    min-width: calc((var(--container-w) - 1.25rem) / 12 * 2.4);
    z-index: 0;
    pointer-events: none;
    height: auto;
  }
  .ad-keyvalue__wrapper .ad-keyvalue__block .connector svg {
    transition: 1s all ease;
    position: static;
    width: calc(100% + 8rem);
    height: 100%;
  }
  .ad-keyvalue__wrapper .ad-keyvalue__block:nth-child(1) .connector svg .svg-elem-1, .ad-keyvalue__wrapper .ad-keyvalue__block:nth-child(4) .connector svg .svg-elem-1 {
    stroke-dashoffset: 453.393371582px;
    stroke-dasharray: 453.393371582px;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  }
  .ad-keyvalue__wrapper .ad-keyvalue__block:nth-child(1):hover .connector svg .svg-elem-1, .ad-keyvalue__wrapper .ad-keyvalue__block:nth-child(4):hover .connector svg .svg-elem-1 {
    stroke-dashoffset: 0;
  }
  .ad-keyvalue__wrapper .ad-keyvalue__block:nth-child(1) .connector svg .svg-elem-2, .ad-keyvalue__wrapper .ad-keyvalue__block:nth-child(4) .connector svg .svg-elem-2 {
    stroke-dashoffset: 27.4558448792px;
    stroke-dasharray: 27.4558448792px;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
  }
  .ad-keyvalue__wrapper .ad-keyvalue__block:nth-child(1):hover .connector svg .svg-elem-2, .ad-keyvalue__wrapper .ad-keyvalue__block:nth-child(4):hover .connector svg .svg-elem-2 {
    stroke-dashoffset: 0;
  }
  .ad-keyvalue__wrapper .ad-keyvalue__block:nth-child(2) .connector {
    bottom: -30px;
    transform: rotate(-3.5deg);
  }
  .ad-keyvalue__wrapper .ad-keyvalue__block:nth-child(2) .connector svg .svg-elem-1 {
    stroke-dashoffset: 755.7428588867px;
    stroke-dasharray: 755.7428588867px;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  }
  .ad-keyvalue__wrapper .ad-keyvalue__block:nth-child(2) .connector svg .svg-elem-2 {
    stroke-dashoffset: 27.4555339813px;
    stroke-dasharray: 27.4555339813px;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
  }
  .ad-keyvalue__wrapper .ad-keyvalue__block:nth-child(2):hover .connector svg .svg-elem-1 {
    stroke-dashoffset: 0;
  }
  .ad-keyvalue__wrapper .ad-keyvalue__block:nth-child(2):hover .connector svg .svg-elem-2 {
    stroke-dashoffset: 0;
  }
  .ad-keyvalue__wrapper .ad-keyvalue__block:nth-child(2) .connector svg {
    min-width: calc((var(--container-w) - 1.25rem) / 12 * 4.8);
  }
  .ad-keyvalue__wrapper .ad-keyvalue__block .connector {
    width: 0px;
    max-width: 230px;
    overflow: hidden;
    min-width: 1px;
    transform: rotate(-9deg);
  }
  .ad-keyvalue__wrapper .ad-keyvalue__block .connector svg {
    min-width: 230px;
    max-width: 230px;
  }
  .ad-keyvalue__wrapper .ad-keyvalue__block:hover .connector {
    width: 230px;
  }
  .ad-keyvalue__wrapper .ad-keyvalue__block:nth-child(2) .connector {
    width: 0px;
    max-width: 458px;
    overflow: hidden;
    min-width: 1px;
  }
  .ad-keyvalue__wrapper .ad-keyvalue__block:nth-child(2) .connector svg {
    min-width: 458px;
    max-width: 458px;
  }
  .ad-keyvalue__wrapper .ad-keyvalue__block:nth-child(2):hover .connector {
    width: 458px;
  }
}
@media (min-width: 1680px) {
  .ad-keyvalue__wrapper .ad-keyvalue__block .connector {
    position: absolute;
    bottom: -30px;
    left: 50%;
    min-width: calc((var(--container-w) - 1.25rem) / 12 * 2.4);
    z-index: 0;
    pointer-events: none;
    height: auto;
    transform: none;
  }
  .ad-keyvalue__wrapper .ad-keyvalue__block:nth-child(2) .connector {
    bottom: -65px;
    transform: rotate(0deg);
  }
  .ad-keyvalue__wrapper .ad-keyvalue__block .connector {
    width: 0px;
    max-width: 324px;
    overflow: hidden;
    min-width: 1px;
    transform: none;
  }
  .ad-keyvalue__wrapper .ad-keyvalue__block .connector svg {
    min-width: 324px;
    max-width: 324px;
  }
  .ad-keyvalue__wrapper .ad-keyvalue__block:hover .connector {
    width: 324px;
  }
  .ad-keyvalue__wrapper .ad-keyvalue__block:nth-child(2) .connector {
    width: 0px;
    max-width: 650px;
    overflow: hidden;
    min-width: 1px;
  }
  .ad-keyvalue__wrapper .ad-keyvalue__block:nth-child(2) .connector svg {
    min-width: 650px;
    max-width: 650px;
  }
  .ad-keyvalue__wrapper .ad-keyvalue__block:nth-child(2):hover .connector {
    width: 650px;
  }
}/*# sourceMappingURL=home.css.map */