/*!************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/src/main.scss ***!
  \************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;600&display=swap);
/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/src/main.scss (1) ***!
  \****************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz@6..96&display=swap);
/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/src/main.scss (2) ***!
  \****************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap);
/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/src/main.scss (3) ***!
  \****************************************************************************************************************/
html,
body, * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
}

.container {
  width: calc(100% - 60px);
  margin: 0 auto;
}
@media only screen and (min-width: 1199px) {
  .container {
    width: 85%;
    max-width: 1110px;
  }
}
.container--big {
  width: 100%;
  max-width: calc(100% - 60px);
  margin: 0 auto;
}
@media only screen and (min-width: 1280px) {
  .container--big {
    max-width: 1320px;
  }
}
.container--full {
  width: 100%;
  max-width: 100%;
}

.footer {
  background-color: #163029;
  padding: 5.75rem 0 2rem;
}
.footer h3 {
  font-family: "Work Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin: 0 0 0.25rem;
  color: #BC955B;
  font-weight: bold;
}
@media only screen and (min-width: 1024px) {
  .footer .container {
    display: flex;
    justify-content: space-between;
  }
}
.footer__col1 {
  margin: 0 0 1.875rem;
}
@media only screen and (min-width: 1024px) {
  .footer__col1 {
    margin: 0;
    width: 293px;
  }
}
.footer__col1 img {
  display: block;
  margin: 0 0 1.75rem;
}
.footer__col1 p {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #ffffff;
  font-weight: 400;
}
.footer__col2 {
  margin: 0 0 1.875rem;
}
.footer__col2 p {
  font-family: "Work Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  color: #ffffff;
}
.footer__col2 p strong {
  color: #BC955B;
  font-weight: bold;
}
.footer__col3 {
  margin: 0 0 1.875rem;
}
.footer__col3 ul {
  list-style-type: none;
}
.footer__col3 ul li a {
  font-family: "Work Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  color: #ffffff;
  text-decoration: unset;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.footer__col3 ul li a i {
  font-size: 0.625rem;
}
.footer__col4 i {
  color: #F4EAE1;
  font-size: 28px;
  display: block;
  margin: 0.8125rem 0 0;
}

.bottomFooter {
  background-color: #41685B;
  padding: 1.8125rem 0;
}
@media only screen and (min-width: 1024px) {
  .bottomFooter .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.bottomFooter__politics {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 0.9375rem;
}
@media only screen and (min-width: 1024px) {
  .bottomFooter__politics {
    flex-direction: row;
    gap: 34px;
    margin: 0;
  }
}
.bottomFooter__politics a {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  color: #ffffff;
  font-weight: 400;
  text-decoration: unset;
}
.bottomFooter__reserved p {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}
.bottomFooter__reserved p a {
  color: #ffffff;
  text-decoration: unset;
}

.whatsapp {
  position: fixed;
  left: 31px;
  width: 3.1875rem;
  height: 3rem;
  background-color: #2AB73C;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 44px;
  z-index: 9;
}
@media only screen and (min-width: 1024px) {
  .whatsapp {
    left: 39px;
  }
}
.whatsapp i {
  font-size: 1.6875rem;
  line-height: 2.125rem;
  color: #ffffff;
}

.navigation {
  display: none;
  position: fixed;
  left: 39px;
  z-index: 9;
  top: 279px;
  list-style-type: none;
}
@media only screen and (min-width: 1024px) {
  .navigation {
    display: inline-flex;
    flex-direction: column;
    gap: 15px;
  }
}
.navigation li img {
  transition: 0.3s all ease-out;
}
.navigation li:hover img {
  transform: scale(1.2);
}

.header {
  position: absolute;
  z-index: 9;
  left: 0;
  width: 100%;
  top: 41px;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  width: 137px;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .header__logo {
    width: 168px;
  }
}
.header__logo img {
  width: 100%;
  height: auto;
}
.header__info {
  display: none;
}
@media only screen and (min-width: 1199px) {
  .header__info {
    display: flex;
    justify-content: flex-start;
  }
}
.header__info p {
  font-family: "Work Sans";
  font-size: 0.875rem;
  color: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header__info p i {
  margin: 4px 10px 0 0;
  font-size: 12px;
}
.header__info p:nth-of-type(1) {
  margin: 0 5px 0 0;
}
.header__hamburguer {
  cursor: pointer;
}
.header__hamburguer i {
  font-size: 1.8125rem;
  color: #F4EAE1;
}

.menu {
  position: fixed;
  top: 0;
  right: -99em;
  width: 365px;
  z-index: 10;
  background-color: #163029;
  height: 100vh;
  opacity: 0.96;
  transition: 1s all ease-in;
}
.menu.active {
  right: 0;
  transition: 1s all ease-out;
}
.menu__close {
  padding: 2rem 1.875rem 0;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}
.menu__close i {
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  font-size: 1.5625rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
}
.menu__container {
  padding: 0.625rem 5.1875rem 0 4.5625rem;
}
.menu ul {
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.menu ul li {
  padding: 0.8125rem 0;
  position: relative;
}
.menu ul li:hover::after {
  background-color: #BC955B;
}
.menu ul li:hover a {
  color: #BC955B;
}
.menu ul li::after {
  content: "";
  width: 90%;
  height: 1px;
  background-color: #F4EAE1;
  position: absolute;
  bottom: 0;
  right: 0;
}
.menu ul li a {
  font-family: "Bodoni Bold";
  font-size: 1.125rem;
  color: #F4EAE1;
  text-decoration: unset;
}
.menu__information {
  margin: 1.875rem 0 0;
}
.menu__information p {
  font-family: "Work Sans";
  font-size: 0.875rem;
  color: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  word-break: break-word;
  margin: 0 0 1.25rem;
}
.menu__information p i {
  margin: 4px 10px 0 0;
  font-size: 12px;
}
.menu__information h3 {
  font-family: "Work Sans";
  font-size: 1rem;
  color: #ffffff;
  font-weight: 600;
  margin: 0 0 1.25rem;
}
.menu__information .fa-linkedin {
  color: #ffffff;
}

.btn {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  border: 1px solid #BC955B;
  color: #F4EAE1;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  display: inline-block;
  text-decoration: none;
  padding: 0.53125rem 1.625rem;
  border-radius: 6px;
}

.callto {
  margin: 4.0625rem 0 0;
  position: relative;
}
.callto__bg {
  width: 100%;
  height: 500px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .callto__bg {
    height: 360px;
  }
}
.callto__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.callto__bg__overlay {
  background: #163029;
  mix-blend-mode: multiply;
  opacity: 0.7;
  position: absolute;
  inset: 0;
}
.callto__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 80%;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .callto__content {
    max-width: 382px;
  }
}
.callto__content h3 {
  font-family: "Bodoni 72 Oldstyle";
  font-size: 1.75rem;
  line-height: 2.0625rem;
  color: #F4EAE1;
  text-align: center;
  margin: 0 0 1.5625rem;
}
@media only screen and (min-width: 1024px) {
  .callto__content h3 {
    font-size: 2rem;
    line-height: 2.0625rem;
    margin: 0 0 2rem;
  }
}
.callto__content p {
  font-family: "Work Medium";
  font-size: 0.9375rem;
  line-height: 1.25rem;
  color: #BC955B;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
}
.callto__content .btn {
  transition: 0.3s all ease-out;
}
.callto__content .btn:hover {
  background-color: #BC955B;
}

.contact {
  position: relative;
  padding: 7.9375rem 0 8.25rem;
}
@media only screen and (min-width: 1024px) {
  .contact__row {
    display: flex;
    justify-content: space-between;
    gap: 14.3125rem;
  }
}
@media only screen and (min-width: 1024px) {
  .contact__form {
    width: calc(100% - 229px - 334px);
    padding: 6.25rem 0 0;
  }
}
.contact__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.contact__bg::after {
  background-color: #F4EAE1;
  content: "";
  inset: 0;
  position: absolute;
  mix-blend-mode: multiply;
}
.contact__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact .container {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .contact__left {
    width: 334px;
  }
}
.contact__left h2 {
  font-family: "Bodoni Bold";
  font-size: 2.125rem;
  line-height: 2.375rem;
  color: #163029;
  font-weight: bold;
  margin: 0 0 1.8125rem;
}
@media only screen and (min-width: 1024px) {
  .contact__left h2 {
    font-size: 3.5rem;
    line-height: 3.3125rem;
  }
}
.contact__item:nth-of-type(1) {
  margin: 0 0 2.125rem;
}
.contact__item h3 {
  font-family: "Work Sans", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  color: #BC955B;
  margin: 0 0 0.1875rem;
  font-weight: bold;
}
.contact__item p {
  font-family: "Work Sans", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  color: #163029;
}
.contact__actions {
  margin: 3.75rem 0 2.5rem;
  background-color: #163029;
  padding: 0.375rem 0.75rem;
  display: inline-flex;
}
.contact__actions a {
  font-family: "Work Sans", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  color: #BC955B;
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  gap: 17px;
}

.form__row {
  margin: 0 0 1.5625rem;
}
.form__input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #163029;
  width: 100%;
  padding: 0 0 0.375rem;
  font-family: "Work Sans", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  color: #163029;
}
.form__input::placeholder {
  font-family: "Work Sans", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  color: #163029;
}
.form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.form__action .wpcf7-submit {
  background: #F4EAE1;
  color: #BC955B;
}
.form__action p {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.hero {
  position: relative;
  height: 100vh;
}
@media only screen and (min-width: 768px) {
  .hero {
    height: 600px;
  }
}
@media only screen and (min-width: 1024px) {
  .hero {
    height: 700px;
  }
}
@media only screen and (min-width: 1280px) {
  .hero {
    height: 711px;
  }
}
.hero .swiper {
  position: absolute;
  inset: 0;
}
.hero .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero .swiper .swiper-pagination {
  bottom: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.4375rem;
}
.hero .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background: #8B572A;
  opacity: 1;
}
.hero .swiper .swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
  border: 4px solid #101820;
  width: 1rem;
  height: 1rem;
}
.hero .swiper .swiper-pagination .swiper-pagination-bullet-active::after {
  content: "";
  background: #F4EAE1;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  display: block;
  z-index: 3;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.9;
  mix-blend-mode: multiply;
}
.hero__overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__content {
  padding: 10rem 0 0;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translatex(-50%);
}
@media only screen and (min-width: 1280px) {
  .hero__content {
    padding: 14.5rem 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .hero__content .container {
    display: flex;
    justify-content: space-between;
    gap: 5.3125rem;
  }
}
.hero__text h1 {
  font-family: "Bodoni Bold";
  font-size: 3.5rem;
  line-height: 3.0625rem;
  color: #ffffff;
  margin: 0 0 1.5625rem;
}
@media only screen and (min-width: 1024px) {
  .hero__text h1 {
    font-size: 4.125rem;
    line-height: 3.5625rem;
  }
}
.hero__text h1 span {
  font-style: italic;
  color: #BC955B;
}
@media only screen and (min-width: 1024px) {
  .hero__text h1 span {
    display: inline;
  }
}
.hero__text p {
  font-family: "Work Sans", sans-serif;
  color: #ffffff;
  font-size: 1.0625rem;
  line-height: 1.5625rem;
  margin: 0 0 4.0625rem;
}
@media only screen and (min-width: 1024px) {
  .hero__text p {
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin: 0 0 1.5625rem;
  }
}
@media only screen and (min-width: 1024px) {
  .hero__text p {
    width: 100%;
    max-width: 464px;
    margin: 0 0 2.8125rem;
  }
}
.hero__text .btn {
  transition: 0.3s all ease-out;
}
.hero__text .btn:hover {
  background-color: #BC955B;
}
.hero__logo {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .hero__logo {
    display: block;
  }
}

.marketing {
  padding: 2.8125rem 0 5.3125rem;
}
.marketing h2 {
  text-align: center;
  margin: 0 0 2.1875rem;
  font-family: "Bodoni Bold";
  font-size: 2.125rem;
  line-height: 2.375rem;
  color: #163029;
  font-weight: bold;
}
@media only screen and (min-width: 1024px) {
  .marketing h2 {
    font-size: 2.5625rem;
    line-height: 2.1875rem;
    margin: 0 0 6rem;
  }
}
.marketing h2 span {
  color: #BC955B;
  font-family: "Bodoni Italic";
  font-weight: 300;
}
.marketing h2 strong {
  font-family: "Bodoni Italic";
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .marketing__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1.25rem;
  }
}
@media only screen and (min-width: 1280px) {
  .marketing__row {
    grid-template-columns: 330px 372px 382px;
    justify-content: space-between;
  }
}
.marketing__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0.9375rem;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .marketing__item {
    grid-column-gap: 3.3125rem;
  }
}
@media only screen and (min-width: 1280px) {
  .marketing__item {
    display: flex;
    grid-column-gap: unset;
    gap: 2.5625rem;
  }
}
.marketing__number {
  display: flex;
  align-items: flex-end;
  gap: 0.625rem;
}
.marketing__number span {
  font-family: "Satoshi Black";
  font-size: 2.625rem;
  line-height: 3.375rem;
  color: #7C4F3F;
}
@media only screen and (min-width: 1024px) {
  .marketing__number span {
    font-size: 3.75rem;
    line-height: 4.8125rem;
  }
}
.marketing__number h3 {
  font-family: "Work Bold";
  font-size: 3.6875rem;
  line-height: 4.75rem;
  letter-spacing: -4px;
  color: #101820;
}
@media only screen and (min-width: 1024px) {
  .marketing__number h3 {
    font-size: 5rem;
    line-height: 6.4375rem;
    letter-spacing: -3.2px;
  }
}
.marketing__text p {
  font-family: "Work Sans";
  font-size: 1rem;
  line-height: 1.125rem;
  color: #1C1C1C;
  opacity: 0.5;
}
@media only screen and (min-width: 1280px) {
  .marketing__text p {
    font-size: 1.4375rem;
    line-height: 2.25rem;
  }
}

.metodology {
  position: relative;
  overflow: hidden;
  padding: 7.0625rem 0 1.9375rem;
}
.metodology .container {
  width: calc(100% - 20px);
}
.metodology__circle {
  position: absolute;
  top: -95px;
  left: -95px;
  width: 50%;
}
@media only screen and (min-width: 1024px) {
  .metodology__circle {
    width: inherit;
  }
}
.metodology__circle:nth-of-type(2) {
  top: unset;
  left: unset;
  bottom: -95px;
  right: -95px;
}
.metodology__circle img {
  width: 100%;
  height: auto;
  display: block;
}
.metodology__title {
  text-align: center;
}
.metodology__title h2 {
  font-family: "Bodoni Bold";
  font-size: 2.125rem;
  line-height: 2.375rem;
  color: #163029;
  font-weight: bold;
}
@media only screen and (min-width: 1024px) {
  .metodology__title h2 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}
.metodology__title img {
  width: 60%;
  height: auto;
  display: block;
  margin: -10px auto 0;
}
@media only screen and (min-width: 1024px) {
  .metodology__title img {
    width: auto;
  }
}
.metodology__picture img {
  width: 100%;
  height: auto;
  margin: 5.625rem 0 0;
}

.our {
  padding: 0 0 3.75rem;
}
.our__left {
  position: relative;
  margin: 0 0 4.0625rem;
}
.our__left img {
  width: 100%;
  height: auto;
  padding: 1.625rem 1.25rem 0.75rem;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .our__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 5.4375rem;
  }
}
.our__indicator {
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.16) 0 15px 30px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.375rem 0 0.625rem;
  width: 100%;
  max-width: 114px;
  min-height: 60px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.our__indicator:nth-of-type(2) {
  top: unset;
  right: unset;
  bottom: 0;
  left: 0;
}
.our__indicator p {
  display: flex;
  align-items: center;
  font-family: "Bodoni Bold";
  font-size: 1.75rem;
  line-height: 1.375rem;
  text-align: center;
  color: #41685B;
  justify-content: center;
}
.our__indicator p span {
  font-family: "Bodoni 72 Oldstyle";
  font-weight: 300;
  font-size: 1.3125rem;
  line-height: 1rem;
  display: inline-block;
  margin: 0 0.3125rem 0 0;
}
.our__indicator small {
  text-transform: uppercase;
  font-family: "Work Medium";
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 1px;
  color: #BC955B;
}
.our__right img {
  width: 100%;
  height: auto;
  max-width: 240px;
  margin: 0 auto 2.1875rem;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .our__right img {
    max-width: 100%;
    margin: 0 auto 5.5625rem;
  }
}
.our__right h2 {
  font-family: "Bodoni Bold";
  font-size: 3.4375rem;
  line-height: 4.0625rem;
  color: #41685B;
}
.our__right p {
  font-family: "Work Sans";
  font-size: 1rem;
  line-height: 1.5625rem;
  color: #333333;
}

.planeation {
  background-color: #F7F7F2;
  padding: 5rem 0 0;
}
.planeation .swiper {
  height: auto;
  padding: 0 0 3.875rem;
}
@media only screen and (min-width: 1024px) {
  .planeation .swiper {
    padding: 0 0 6.25rem;
  }
}
.planeation .swiper-wrapper {
  height: auto;
}
.planeation .swiper-button-next {
  display: none;
}
.planeation .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.125rem;
  bottom: 10% !important;
}
.planeation .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background: #8B572A;
  opacity: 1;
}
.planeation .swiper-pagination-bullet-active {
  position: relative;
  border: 4px solid #101820;
  width: 1rem;
  height: 1rem;
}
.planeation .swiper-pagination-bullet-active::after {
  content: "";
  background: #F4EAE1;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  display: block;
  z-index: 3;
}
@media only screen and (min-width: 1024px) {
  .planeation .swiper-slide {
    padding: 0 2.5rem 0 0;
  }
}
.planeation .swiper-slide:nth-child(odd) .planeation__graphic {
  background-color: #BC955B;
}
.planeation .swiper-slide:nth-child(even) .planeation__graphic {
  background-color: #41685B;
}
.planeation h2 {
  margin: 0 0 3.125rem;
  font-family: "Bodoni Bold";
  font-size: 2.125rem;
  line-height: 2.375rem;
  color: #163029;
  font-weight: bold;
}
@media only screen and (min-width: 1024px) {
  .planeation h2 {
    font-size: 3.5rem;
    line-height: 3.3125rem;
  }
}
.planeation h2 span {
  color: #BC955B;
  font-family: "Bodoni Italic";
  font-weight: 300;
  font-size: 1.875rem;
  line-height: 2.125rem;
}
@media only screen and (min-width: 1024px) {
  .planeation h2 span {
    font-size: 2rem;
    line-height: 3.3125rem;
  }
}
.planeation__top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 2.375rem;
  gap: 1.25rem;
}
.planeation__graphic {
  width: 5.75rem;
  height: 5.75rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.planeation__number h3 {
  font-family: "Work Sans";
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 3.3125rem;
  color: #163029;
}
.planeation__description p {
  font-family: "Work Sans";
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 2.4375rem;
  color: #101820;
}

.platforms {
  padding: 6.25rem 0 5.3125rem;
}
.platforms__title {
  text-align: center;
}
.platforms__title h2 {
  margin: 0 0 1.5rem;
  font-family: "Bodoni Bold";
  font-size: 2.125rem;
  line-height: 2.375rem;
  color: #163029;
  font-weight: bold;
}
@media only screen and (min-width: 1024px) {
  .platforms__title h2 {
    font-size: 3.5rem;
    line-height: 3.3125rem;
  }
}
.platforms__logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1.875rem;
}
@media only screen and (min-width: 1024px) {
  .platforms__logos {
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 5rem;
  }
}
.platforms__logos img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 2/1;
}

.results {
  position: relative;
  padding: 6.0625rem 0 5.3125rem;
}
.results__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.results__bg::after {
  content: "";
  background: #BC955B 0% 0% no-repeat padding-box;
  opacity: 0.86;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.results__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.results .container {
  position: relative;
  z-index: 2;
  text-align: center;
}
.results h2 {
  font-family: "Bodoni Moda 18pt";
  color: #ffffff;
  text-transform: uppercase;
  font-size: 2.125rem;
  line-height: 2.375rem;
  color: #ffffff;
  text-align: center;
  margin: 0 0 3.75rem;
}
@media only screen and (min-width: 1024px) {
  .results h2 {
    width: 100%;
    max-width: 1090px;
    margin: 0 auto 3.75rem;
  }
}
.results h2 span {
  text-transform: lowercase;
}
.results h2 strong {
  font-family: "Bodoni Italic";
  font-weight: 300;
  text-transform: lowercase;
  color: #163029;
}
.results .btn {
  background-color: #F4EAE1;
  color: #BC955B;
  transition: 0.3s all ease-out;
}
.results .btn:hover {
  background-color: #163029;
  color: #ffffff;
}

.strategy {
  position: relative;
  padding: 4.375rem 0 6.25rem;
}
.strategy__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.strategy__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 76%;
}
.strategy__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent linear-gradient(180deg, #163029 0%, #41685B 100%) 0% 0% no-repeat padding-box;
  opacity: 0.9;
}
.strategy .container {
  position: relative;
  z-index: 2;
}
.strategy__title {
  margin: 0 0 3.125rem;
}
.strategy__title h2 {
  text-align: center;
  font-family: "Bodoni Italic";
  font-size: 2.125rem;
  line-height: 2.375rem;
  color: #F4EAE1;
}
@media only screen and (min-width: 1024px) {
  .strategy__title h2 {
    font-size: 3.5rem;
    line-height: 3.3125rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.strategy__title h2 img {
  display: inline-block;
}
@media only screen and (min-width: 1024px) {
  .strategy__title h2 img {
    margin: 0 0 0 13px;
  }
}
.strategy__subtitle {
  margin: 0 0 5.625rem;
  text-align: center;
}
.strategy__subtitle h3 {
  font-family: "Bodoni Bold";
  font-weight: 300;
  margin: 1.3125rem 0 0;
  color: #F4EAE1;
  font-size: 2.125rem;
  line-height: 2.375rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .strategy__subtitle h3 {
    font-size: 3.125rem;
    line-height: 3.5rem;
    width: 100%;
    max-width: 525px;
    margin: 1.3125rem auto 0;
  }
}
.strategy__subtitle h3 strong,
.strategy__subtitle h3 span {
  text-transform: lowercase;
}
.strategy__subtitle h3 span {
  font-family: "Bodoni Italic";
  color: #BC955B;
}
@media only screen and (min-width: 1024px) {
  .strategy__row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 72px;
  }
}
.strategy__item:not(:last-child) {
  margin: 0 0 1.875rem;
}
.strategy__item__icon {
  margin: 0 0 1.625rem;
}
.strategy__item__body h4 {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #F4EAE1;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  margin: 0 0 0.375rem;
}
.strategy__item__body p {
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  color: #F4EAE1;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin: 0 0 0.625rem;
}
.strategy__item__action .btn:hover {
  background-color: #F4EAE1;
  color: #BC955B;
}
.strategy__actions {
  margin: 3.125rem 0 0;
  display: flex;
  justify-content: center;
}
.strategy__actions .btn {
  transition: 0.3s all ease-out;
}
.strategy__actions .btn:hover {
  background-color: #BC955B;
}

@media only screen and (min-width: 1024px) {
  .successStories__container {
    display: flex;
  }
}
.successStories__gallery {
  aspect-ratio: 1/1;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .successStories__gallery {
    width: 50%;
    aspect-ratio: unset;
  }
}
.successStories__information {
  padding: 5rem 1.875rem 3.125rem;
  background-color: #163029;
}
@media only screen and (min-width: 1024px) {
  .successStories__information {
    padding: 10.25rem 3.625rem 0 4.8125rem;
    width: 50%;
  }
}
.successStories__information .swiper {
  height: auto;
}
.successStories__information .swiper-wrapper {
  height: auto;
}
.successStories__indicator {
  position: absolute;
  top: 1.9375rem;
  right: 1.9375rem;
}
.successStories__indicator p {
  font-family: "Bodoni Bold";
  color: #F4EAE1;
  font-size: 2.1875rem;
}
@media only screen and (min-width: 1024px) {
  .successStories__indicator p {
    font-size: 8.25rem;
  }
}
.successStories__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.successStories__title {
  position: absolute;
  bottom: 2.5rem;
  right: 1.9375rem;
}
.successStories__title h4 {
  font-family: "Bodoni Bold";
  color: #F4EAE1;
  font-size: 1.5625rem;
}
@media only screen and (min-width: 1024px) {
  .successStories__title h4 {
    font-size: 2.375rem;
  }
}
@media only screen and (min-width: 1024px) {
  .successStories__text {
    padding: 0 5rem 0 0;
  }
}
.successStories__text h2 {
  font-family: "Bodoni Bold";
  color: #F4EAE1;
  font-size: 2.1875rem;
}
@media only screen and (min-width: 1024px) {
  .successStories__text h2 {
    font-size: 3.625rem;
    line-height: 2.8125rem;
    margin: 0 0 1.875rem;
  }
}
.successStories__text p {
  font-family: "Work Sans";
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #F4EAE1;
}
.successStories__description .swiper {
  padding: 5rem 0 4rem;
}
@media only screen and (min-width: 1024px) {
  .successStories__description .swiper {
    padding: 5rem 0 7.5rem;
  }
}
.successStories__description .swiper-button-next, .successStories__description .swiper-button-prev {
  right: 0;
  margin-top: 0;
  width: 2.5625rem;
  height: 2.5625rem;
  background-color: #F4EAE1;
  border-radius: 50%;
  bottom: 0;
  top: unset;
}
@media only screen and (min-width: 1024px) {
  .successStories__description .swiper-button-next, .successStories__description .swiper-button-prev {
    top: unset;
    bottom: 10%;
  }
}
.successStories__description .swiper-button-next::after, .successStories__description .swiper-button-prev::after {
  display: none;
}
.successStories__description .swiper-button-next i, .successStories__description .swiper-button-prev i {
  font-size: 1.875rem;
  color: #163029;
}
.successStories__description .swiper-button-prev {
  right: unset;
  left: 0;
}
@media only screen and (min-width: 1024px) {
  .successStories__description .swiper-slide {
    padding: 0 5rem 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .successStories__description h3 {
    margin: 1.875rem 0 0;
  }
}
.successStories__description p {
  font-family: "Work Sans";
  font-size: 0.9375rem;
  line-height: 1.375rem;
  color: #F4EAE1;
  margin: 0.5625rem 0 2.3125rem;
}
.successStories__description .btn {
  transition: 0.3s all ease-out;
}
.successStories__description .btn:hover {
  background-color: #BC955B;
}

.team {
  padding: 6.25rem 0 7.6875rem;
}
.team__title h2 {
  font-family: "Bodoni Bold";
  font-size: 2.125rem;
  line-height: 2.375rem;
  color: #163029;
  font-weight: bold;
  margin: 0 0 3.125rem;
}
@media only screen and (min-width: 1024px) {
  .team__title h2 {
    font-size: 3.5rem;
    line-height: 3.3125rem;
    margin: 0 0 6.6875rem;
  }
}
.team__title h2 span {
  color: #BC955B;
  font-family: "Bodoni Italic";
  font-weight: 300;
  font-size: 1.875rem;
  line-height: 2.125rem;
}
@media only screen and (min-width: 1024px) {
  .team__title h2 span {
    font-size: 2rem;
    line-height: 3.3125rem;
  }
}
.team__slider .swiper {
  height: auto;
  padding: 0 0 2.5rem;
}
@media only screen and (min-width: 1024px) {
  .team__slider .swiper {
    padding: 0 0 5rem;
  }
}
.team__slider .swiper-wrapper {
  height: auto;
}
.team__slider .swiper-slide {
  padding: 3.125rem 0 0;
  position: relative;
}
.team__slider .swiper-slide::before {
  content: "";
  width: 100%;
  height: 6px;
  background: #163029 0% 0% no-repeat padding-box;
  border: 1px solid #101820;
  opacity: 0.4;
  position: absolute;
  top: 1.875rem;
  left: 0;
  transition: 0.3s all ease-in;
}
.team__slider .swiper-slide p {
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  font-family: "Work Sans";
  font-size: 1rem;
  line-height: 1.5625rem;
  width: 100%;
  text-align: center;
  transition: 0.3s all ease-in;
}
.team__slider .swiper-slide:hover::before {
  opacity: 1;
}
.team__slider .swiper-slide:hover img {
  transform: scale(1.2);
}
.team__slider .swiper-slide:hover p {
  opacity: 1;
}
.team__slider .swiper-slide img {
  display: block;
  margin: auto;
  transition: 0.3s all ease-in;
  aspect-ratio: 4/1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (min-width: 1024px) {
  .team__slider .swiper-slide img {
    padding: 0 60px;
  }
}
.team__slider .swiper-button-next {
  display: none;
}
.team__slider .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0% !important;
}
@media only screen and (min-width: 1024px) {
  .team__slider .swiper-pagination {
    gap: 1.125rem;
  }
}
.team__slider .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background: #8B572A;
  opacity: 1;
}
.team__slider .swiper-pagination-bullet-active {
  position: relative;
  border: 4px solid #101820;
  width: 1rem;
  height: 1rem;
}
.team__slider .swiper-pagination-bullet-active::after {
  content: "";
  background: #F4EAE1;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  display: block;
  z-index: 3;
}

.testimonials {
  background: transparent linear-gradient(299deg, #163029 0%, #41685B 100%) 0% 0% no-repeat padding-box;
  padding: 4.4375rem 0 5rem;
}
.testimonials__title {
  text-align: center;
  margin: 0 0 4.625rem;
}
.testimonials__title h2 {
  margin: 0 0 1.625rem;
  font-family: "Bodoni Bold";
  font-size: 2.125rem;
  line-height: 2.375rem;
  color: #F4EAE1;
  font-weight: bold;
}
@media only screen and (min-width: 1024px) {
  .testimonials__title h2 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}
.testimonials__title p {
  font-family: "Work Sans", sans-serif;
  color: #F4EAE1;
  font-size: 1.25rem;
  line-height: 2rem;
}
@media only screen and (min-width: 1024px) {
  .testimonials__title p {
    width: 570px;
    margin: 0 auto;
  }
}
.testimonials .swiper {
  height: auto;
  padding: 0 0 3.875rem;
}
@media only screen and (min-width: 1024px) {
  .testimonials .swiper {
    padding: 0 0 6.25rem;
  }
}
.testimonials .swiper-wrapper {
  height: auto;
}
.testimonials .swiper-button-next {
  display: none;
}
.testimonials .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.125rem;
  bottom: 0% !important;
}
.testimonials .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background: #8B572A;
  opacity: 1;
}
.testimonials .swiper-pagination-bullet-active {
  position: relative;
  border: 4px solid #101820;
  width: 1rem;
  height: 1rem;
}
.testimonials .swiper-pagination-bullet-active::after {
  content: "";
  background: #F4EAE1;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  display: block;
  z-index: 3;
}
.testimonials__testimonial__picture {
  margin: 0 auto 1.875rem;
  border-radius: 50%;
  overflow: hidden;
  width: 60%;
  height: auto;
}
.testimonials__testimonial__picture img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.testimonials__testimonial__body p {
  text-align: center;
  font-family: "Work Sans", sans-serif;
  color: #F4EAE1;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  margin: 0 0 0.1875rem;
}
.testimonials__testimonial__body h3 {
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  color: #F4EAE1;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0 0 0.6875rem;
}
.testimonials__testimonial__body h4 {
  text-align: center;
  font-family: "Work Sans", sans-serif;
  color: #163029;
  font-size: 1rem;
  line-height: 1.5rem;
}

.smallTitle {
  font-family: "Work Medium";
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 1.05px;
  color: #BC955B;
  text-transform: uppercase;
}

.work {
  height: auto;
}
.work .container {
  height: auto;
}
@media only screen and (max-width: 1400px) {
  .work .container--big {
    max-width: 80%;
  }
}
@media only screen and (max-width: 1024px) {
  .work .container--big {
    max-width: calc(100% - 60px);
  }
}
.work__header {
  margin: 0 0 4.0625rem;
}
@media only screen and (min-width: 1024px) {
  .work__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  .work__header__left {
    width: 780px;
  }
}
.work__header__left h2 {
  margin: 0.3125rem 0 0;
  font-family: "Bodoni Bold";
  font-size: 2.125rem;
  line-height: 2.375rem;
  color: #163029;
  font-weight: bold;
}
@media only screen and (min-width: 1024px) {
  .work__header__left h2 {
    font-size: 3.5rem;
    line-height: 3.3125rem;
  }
}
.work__header__left h2 span {
  color: #BC955B;
  font-family: "Bodoni Italic";
  font-weight: 300;
  font-size: 1.875rem;
  line-height: 2.125rem;
}
@media only screen and (min-width: 1024px) {
  .work__header__left h2 span {
    font-size: 2rem;
    line-height: 3.3125rem;
  }
}
.work__header__left p {
  font-family: "Work Sans";
  font-size: 1rem;
  line-height: 1.5625rem;
  color: #333333;
  margin: 0.3125rem 0 0;
}
@media only screen and (min-width: 1024px) {
  .work__header__left p {
    font-size: 1.25rem;
    line-height: 2rem;
    width: 578px;
  }
}
.work__header__right {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .work__header__right {
    display: block;
  }
}
.work__carousel {
  height: auto;
}
.work__carousel .swiper {
  height: auto;
  padding: 0 0 2.8125rem;
}
.work__carousel .swiper-wrapper {
  height: auto;
}
.work__carousel .swiper-slide {
  height: 661px;
}
.work__carousel .swiper-button-next {
  display: none;
}
.work__carousel .swiper-button-prev {
  display: none;
}
.work__carousel .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.125rem;
}
.work__carousel .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background: #8B572A;
  opacity: 1;
}
.work__carousel .swiper-pagination-bullet-active {
  position: relative;
  border: 4px solid #101820;
  width: 1rem;
  height: 1rem;
}
.work__carousel .swiper-pagination-bullet-active::after {
  content: "";
  background: #F4EAE1;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  display: block;
  z-index: 3;
}
.work__carousel .swiper-slide:nth-child(odd) .work__item__bg__overlay {
  background-color: #163029;
}
.work__carousel .swiper-slide:nth-child(odd) .work__item__description i {
  color: #BC955B;
}
.work__carousel .swiper-slide:nth-child(even) .work__item__bg__overlay {
  background-color: #BC955B;
}
.work__carousel .swiper-slide:nth-child(even) .work__item__logo img {
  filter: brightness(0) invert(1);
}
.work__carousel .swiper-slide:nth-child(even) .work__item__description i {
  color: #163029;
}
.work__bigBox {
  position: relative;
}
.work__bigBox .swiper-navigation {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%);
  width: 95%;
}
@media only screen and (max-width: 1024px) {
  .work__bigBox .swiper-navigation {
    display: none;
  }
}
.work__bigBox .swiper-button-next::after, .work__bigBox .swiper-button-prev::after {
  display: none;
}
.work__bigBox .swiper-button-next i, .work__bigBox .swiper-button-prev i {
  font-size: 2.5625rem;
  color: #41685B;
}
@media only screen and (min-width: 1199px) {
  .work__bigBox .swiper-pagination {
    display: none;
  }
}
.work__item {
  position: relative;
  height: 100%;
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
.work__item:hover {
  opacity: 0.5;
}
.work__item:hover .work__item__description i {
  display: none;
}
@media only screen and (min-width: 1199px) {
  .work__item:hover .work__item__description p {
    transition: 1s all ease-out;
    display: block;
    margin: 0 0 5.9375rem;
  }
}
.work__item__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work__item__bg__overlay {
  position: absolute;
  inset: 0;
  top: 0;
  opacity: 0.87;
}
.work__item__box {
  position: absolute;
  z-index: 2;
  top: 80px;
  width: 100%;
  max-width: calc(100% - 90px);
  left: 50%;
  transform: translateX(-50%);
  height: calc(100% - 113px);
}
@media only screen and (min-width: 1024px) {
  .work__item__box {
    max-width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 1199px) {
  .work__item__box {
    overflow: hidden;
    display: block;
	  padding-top: 35%;
  }
}
.work__item__number {
  margin: 0 0 5rem;
}
@media only screen and (min-width: 1199px) {
  .work__item__number {
    margin: 0 0 2rem;
  }
}
.work__item__number h4 {
  font-family: "Bodoni Bold";
  font-size: 3rem;
  line-height: 2.9375rem;
  color: #F4EAE1;
}
@media only screen and (min-width: 1199px) {
  .work__item__number h4 {
    font-size: 6.75rem;
    line-height: 6.625rem;
  }
}
.work__item__title {
  margin: 0 0 3.125rem;
}
@media only screen and (min-width: 1199px) {
  .work__item__title {
    margin: 0 0 2.5rem;
  }
}
.work__item__title h3 {
  font-family: "Bodoni Bold";
  font-size: 1.875rem;
  line-height: 2.4375rem;
  color: #F4EAE1;
}
@media only screen and (min-width: 1199px) {
  .work__item__title h3 {
    font-size: 2rem;
    line-height: 2.625rem;
  }
}
.work__item__description i {
  display: none;
}
@media only screen and (min-width: 1199px) {
  .work__item__description i {
    display: block;
    transition: 0.3s all ease-in-out;
    font-size: 1.75rem;
    margin: 0 0 5rem;
  }
}
.work__item__description p {
  font-family: "Work Sans";
  font-size: 1rem;
  line-height: 1.5625rem;
  color: #F4EAE1;
  transition: 1s all ease-in;
}
@media only screen and (min-width: 1199px) {
  .work__item__description p {
    display: none;
  }
}
.work__item__logo {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 1199px) {
  .work__item__logo {
    position: absolute;
  }
}

@font-face {
  font-family: "Bodoni Bold";
  src: url(../.././css/build/font/BodoniModa18pt-Bold.eot);
  src: url(../.././css/build/font/BodoniModa18pt-Bold.eot?#iefix) format("embedded-opentype"), url(../.././css/build/font/BodoniModa18pt-Bold.woff2) format("woff2"), url(../.././css/build/font/BodoniModa18pt-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bodoni Italic";
  src: url(../.././css/build/font/BodoniModa18pt-Italic.eot);
  src: url(../.././css/build/font/BodoniModa18pt-Italic.eot?#iefix) format("embedded-opentype"), url(../.././css/build/font/BodoniModa18pt-Italic.woff2) format("woff2"), url(../.././css/build/font/BodoniModa18pt-Italic.woff) format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Bodoni 72 Oldstyle";
  src: url(../.././css/build/font/BodoniSvtyTwoOSITCTT-Bold.eot);
  src: url(../.././css/build/font/BodoniSvtyTwoOSITCTT-Bold.eot?#iefix) format("embedded-opentype"), url(../.././css/build/font/BodoniSvtyTwoOSITCTT-Bold.woff2) format("woff2"), url(../.././css/build/font/BodoniSvtyTwoOSITCTT-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bodoni Moda 18pt";
  src: url(../.././css/build/font/BodoniModa18pt-Regular.woff2) format("woff2"), url(../.././css/build/font/BodoniModa18pt-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Medium";
  src: url(../.././css/build/font/WorkSans-Medium.eot);
  src: url(../.././css/build/font/WorkSans-Medium.eot?#iefix) format("embedded-opentype"), url(../.././css/build/font/WorkSans-Medium.woff2) format("woff2"), url(../.././css/build/font/WorkSans-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Bold";
  src: url(../.././css/build/font/WorkSans-Bold.eot);
  src: url(../.././css/build/font/WorkSans-Bold.eot?#iefix) format("embedded-opentype"), url(../.././css/build/font/WorkSans-Bold.woff2) format("woff2"), url(../.././css/build/font/WorkSans-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url(../.././css/build/font/WorkSans-Regular.eot);
  src: url(../.././css/build/font/WorkSans-Regular.eot?#iefix) format("embedded-opentype"), url(../.././css/build/font/WorkSans-Regular.woff2) format("woff2"), url(../.././css/build/font/WorkSans-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi Black";
  src: url(../.././css/build/font/Satoshi-Black.eot);
  src: url(../.././css/build/font/Satoshi-Black.eot?#iefix) format("embedded-opentype"), url(../.././css/build/font/Satoshi-Black.woff2) format("woff2"), url(../.././css/build/font/Satoshi-Black.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
