@font-face {
  font-family: Mierb;
  src: url('../fonts/MierB-Heavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mierb;
  src: url('../fonts/MierB-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mierb;
  src: url('../fonts/MierB-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mierb;
  src: url('../fonts/MierB-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Mierb;
  src: url('../fonts/MierB-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Mierb;
  src: url('../fonts/MierB-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Mierb;
  src: url('../fonts/MierB-HeavyItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Mierb;
  src: url('../fonts/MierB-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --font: #286150;
  --main-black: #231f20;
  --gainsboro: #d3dadd;
  --firebrick: #bc4633;
  --hover-2: #faf6eb;
  --white: white;
  --hover: #e8e6dd;
  --hover-3: #f5efdc;
  --bg-2-hover: #edece6;
  --links: #deac55;
  --lines: #cbcbcb;
  --bg-hover: #fdfcf9;
  --line-green: #517e70;
  --black: black;
  --bg: #f4f3f0;
  --bg-2: #f2f2f2;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  color: var(--font);
  background-color: #fff;
  font-family: Karla, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

h1 {
  letter-spacing: .35px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 60px;
}

h2 {
  letter-spacing: .35px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

h3 {
  color: var(--font);
  letter-spacing: .35px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}

h4 {
  color: var(--font);
  letter-spacing: .35px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
}

h5 {
  color: var(--main-black);
  letter-spacing: .35px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

h6 {
  letter-spacing: .35px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
}

p {
  color: var(--font);
  letter-spacing: -.28px;
  margin-bottom: 10px;
}

a {
  color: #deac55;
  cursor: pointer;
  text-decoration: none;
}

blockquote {
  text-align: center;
  border-left: 5px #e2e2e2;
  width: 80%;
  margin: 40px auto;
  padding: 10px 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 38px;
  font-style: italic;
  font-weight: 400;
  line-height: 50px;
}

figcaption {
  text-align: right;
  letter-spacing: -.5px;
  margin-top: 5px;
  font-size: 14px;
}

.title {
  color: var(--gainsboro);
  letter-spacing: .3px;
  text-transform: uppercase;
  font-family: Mierb, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.title.white {
  color: #fff;
  font-family: Mierb, sans-serif;
  font-weight: 700;
}

.content-wrapper {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1120px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Mierb, sans-serif;
  position: relative;
}

.button-2 {
  color: #ea4929;
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #ea4929;
  border-radius: 25px;
  min-width: 135px;
  min-height: 39px;
  padding: 14px 35px 11px;
  font-family: Mierb, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-2:hover {
  background-color: var(--firebrick);
  color: #fff;
}

.top-margin {
  position: relative;
}

.top-margin._40-pixels {
  margin-top: 40px;
}

.top-margin._10-pixels {
  margin-top: 10px;
}

.top-margin._20-pixels {
  margin-top: 20px;
}

.top-margin._15-pixels {
  margin-top: 15px;
}

.top-margin._30-pixels {
  color: var(--main-black);
  margin-top: 30px;
}

.top-margin._50-pixels {
  margin-top: 50px;
}

.top-margin._5-pixels {
  margin-top: 5px;
}

.top-margin._60-pixels {
  margin-top: 60px;
}

.top-margin._35-pixels {
  margin-top: 35px;
}

.top-margin._50-pixels-mobile {
  margin-top: 50px;
}

.top-margin._120-pixels-mobile {
  margin-top: 120px;
}

.content-section {
  padding-top: 100px;
  position: relative;
}

.content-section.double {
  padding-bottom: 100px;
}

.content-section.double.nomobile {
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-section.hidden {
  overflow: hidden;
}

.content-section.post {
  padding-top: 40px;
  padding-bottom: 80px;
}

.content-section.post-page {
  background-color: var(--hover-2);
  margin-bottom: 100px;
  padding-top: 80px;
  padding-bottom: 100px;
}

.content-section.previews {
  padding-bottom: 40px;
}

.content-section.work-page {
  background-color: var(--hover-2);
  margin-bottom: 100px;
  padding-top: 80px;
  padding-bottom: 100px;
}

.content-wrapper-wide {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1410px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.heading-box {
  text-align: center;
  width: 71%;
  max-width: 700px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.heading-box.less {
  margin-bottom: 30px;
}

.h2-regular {
  color: var(--main-black);
  font-family: Mierb, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 50px;
}

.h2-regular.no-top-border {
  margin-top: 0;
  margin-bottom: 0;
}

.h2-regular.side-word {
  margin-bottom: 0;
  line-height: 35px;
}

.italicized {
  font-style: italic;
}

.flex {
  flex-wrap: wrap;
  height: 100%;
  display: flex;
}

.intro-box {
  color: var(--main-black);
  text-align: center;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
}

.hero-section {
  background-image: linear-gradient(#00000026, #00000026), url('../images/HeaderMdev4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 800px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

.hero-section.contact-us {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Contact.jpg');
  min-height: 600px;
}

.hero-section.work-page {
  background-image: url('../images/luigiestuye-U8hxFaZK3tc-unsplash-10.18.37.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px;
}

.hero-section.works {
  background-image: linear-gradient(#0003, #0003), url('../images/luca-bravo-dHq6CqOHA6o-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 600px;
}

.hero-section.v2 {
  background-image: linear-gradient(to right, #000c, #0000 61%), url('../images/HeaderNew1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-flex {
  flex-wrap: wrap;
  height: 100%;
  min-height: 800px;
  display: flex;
}

.hero-flex.inner-pages {
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 600px;
}

.hero-column {
  justify-content: flex-start;
  align-items: center;
  width: 42%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.hero-column.home {
  width: 50%;
  max-width: 480px;
}

.h1-hero {
  color: #fff;
  font-family: Mierb, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 70px;
}

.h1-hero.green {
  color: var(--main-black);
  font-family: Mierb, sans-serif;
  font-weight: 900;
}

.h1-hero.post {
  color: var(--font);
  font-size: 45px;
  line-height: 55px;
}

.h1-hero.no-top-margin, .h1-hero.no-bottom-margin {
  color: var(--white);
  font-family: Mierb, sans-serif;
  font-size: 55px;
  font-weight: 900;
  line-height: 65px;
}

.subtitle {
  color: var(--main-black);
  font-size: 20px;
  line-height: 30px;
}

.subtitle.white {
  color: #fff;
  font-family: Mierb, sans-serif;
}

.button-3 {
  color: #ea4929;
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #ea4929;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  min-height: 42px;
  padding: 20px;
  font-family: Mierb, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 14px;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button-3:hover {
  color: var(--white);
  background-color: #ea4929;
}

.button-3.small {
  margin-bottom: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 13px;
}

.button-4 {
  border: 1px solid var(--white);
  color: #fff;
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  background-color: #0000;
  min-width: 185px;
  min-height: 42px;
  padding: 13px 28px 11px;
  font-family: Mierb, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-4:hover {
  background-color: var(--white);
  color: var(--firebrick);
}

.navbar {
  background-color: #fff;
  margin-left: 50px;
  margin-right: 50px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  color: var(--main-black);
  height: 90px;
  padding-top: 32px;
  font-family: Mierb, sans-serif;
  font-weight: 400;
  transition: background-color .2s;
}

.nav-link:hover {
  background-color: #d3dadd4d;
}

.nav-link.w--current {
  color: var(--firebrick);
}

.brand {
  justify-content: center;
  align-items: center;
  height: 90px;
  transition: transform .2s, opacity .2s;
  display: flex;
}

.brand:hover {
  transform: scale(1.02);
}

.nav-menu {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.nav-column {
  width: 20%;
}

.nav-column.left {
  flex: 1;
  justify-content: flex-start;
}

.nav-column.right {
  text-align: right;
  flex: 1;
}

.scroll-down {
  background-color: var(--white);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 33.5px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.scroll-down.w--current {
  background-color: #fff;
}

.relative {
  position: relative;
  overflow: hidden;
}

.absolute {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0;
}

.absolute.girl {
  background-image: url('../images/Giancarlo.jpg');
  background-position: 50%;
  height: 110%;
}

.absolute.team {
  background-image: url('../images/Mtl-Dev_Carte-Montreal-03.png');
  background-position: 80%;
}

.absolute.desiger {
  background-image: url('../images/Diamante1.jpg');
}

.absolute.desiger.v2 {
  background-image: url('../images/Homepage1.jpg');
}

.absolute.desks {
  background-image: url('../images/Papineau.jpg');
}

.absolute.office {
  background-image: url('../images/jonathan-borba-W3lF9j7THvM-unsplash.jpg');
}

.absolute.chairs {
  background-image: url('../images/jonathan-borba-YbwkfGINy8w-unsplash.jpg');
}

.absolute.post-image {
  height: 100%;
}

.absolute.planning {
  background-image: url('../images/Plateau.jpg');
  background-position: 72%;
}

.absolute.works {
  background-image: url('../images/BotanikHome.jpg');
  height: 100%;
}

.absolute.consultants {
  background-image: url('../images/HeaderMdev5.jpg');
  background-position: 50% 100%;
}

.absolute.monitors {
  background-image: url('../images/Valeur2b.jpg');
}

.absolute.monitors._2 {
  background-image: url('../images/Valeur2c.jpg');
}

.absolute.waiting {
  background-image: url('../images/LIVING2.jpg');
}

.absolute.room {
  background-image: url('../images/Valeur2c.jpg');
  background-position: 0 0;
  background-size: cover;
}

.absolute.orange {
  background-image: linear-gradient(#00000080, #00000080), url('../images/NewBlackwhite.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.absolute.play {
  background-image: url('../images/linkedin-sales-navigator-YSQNPbBGltI-unsplash.jpg');
  height: 100%;
  display: flex;
}

.absolute.layout {
  background-image: url('../images/jonathan-borba-xokCrT1Sd64-unsplash.jpg');
}

.absolute.sofas {
  background-image: url('../images/jonathan-borba-1vT-dK5hwak-unsplash.jpg');
}

.absolute.tab-1 {
  background-image: url('../images/christina-wocintechchat-com-QCgAK6uHZm8-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.absolute.computer {
  background-image: url('../images/jonathan-borba-PZBjJ12Xv2s-unsplash.jpg');
}

.absolute.desk {
  background-image: url('../images/jonathan-borba-W3lF9j7THvM-unsplash_1.jpg');
}

.absolute.work-1 {
  background-image: url('../images/Work-1.jpg');
  height: 131%;
}

.absolute.work-2 {
  background-image: url('../images/mila-albrecht-yJTCg0EvL0w-unsplash.jpg');
  height: 133%;
}

.absolute.grid-3 {
  background-image: url('../images/the-creative-exchange-dMBexrGJnlo-unsplash.jpg');
}

.absolute.grid-4 {
  background-image: url('../images/guogete-BVybt-KTJAE-unsplash.jpg');
}

.absolute.grid-1 {
  background-image: url('../images/larq-Jbo_StjLDSc-unsplash.jpg');
  height: 130%;
}

.absolute.grid-2 {
  background-image: url('../images/curology-TITp0O0Ue70-unsplash.jpg');
}

.absolute.room {
  background-image: url('../images/Botanik-Ext02-V4_Cropping.jpg');
}

.absolute.station {
  background-image: url('../images/PapineauRealisations.jpg');
}

.absolute.screen {
  background-image: url('../images/jonathan-borba-Oe8PkTNYCPY-unsplash.jpg');
}

.absolute.services {
  background-image: url('../images/jonathan-borba-fNmUtZQwErM-unsplash.jpg');
}

.absolute.tab-2 {
  background-image: url('../images/christina-wocintechchat-com-wKtu9VLr5JM-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.absolute.tab-3 {
  background-image: url('../images/autumn-tomlinson-j2Pn61fBLQE-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.absolute.ok {
  background-image: url('../images/Valeur2v.jpg');
}

.absolute.cours {
  background-image: url('../images/CoursMasson.jpg');
}

.absolute.diamante {
  background-image: url('../images/Diamante_Facade.jpg');
}

.absolute.vida {
  background-image: url('../images/vida-maison-de-ville-perspective.jpg');
}

.absolute.coursmasson {
  background-image: url('../images/CoursMasson.jpg');
  height: 100%;
}

.absolute.diamante {
  background-image: url('../images/Diamante_Facade.jpg');
  height: 100%;
}

.absolute.chateau {
  background-image: url('../images/NewPic.jpg');
  height: 100%;
}

.absolute.milex {
  background-image: url('../images/MileX.jpg');
  height: 100%;
}

.absolute.spark {
  background-image: url('../images/spark.jpg');
  height: 100%;
}

.absolute.augustin {
  background-image: url('../images/augustain.jpg');
  height: 100%;
}

.absolute.plateau2 {
  background-image: url('../images/PapineauRealisations.jpg');
  height: 100%;
}

.absolute.laurent {
  background-image: url('../images/261_0_maxH477.jpg');
  height: 100%;
}

.absolute.garneau {
  background-image: url('../images/Garneau.jpg');
  height: 100%;
}

.absolute.chabanel {
  background-image: url('../images/Chabanel.jpg');
  background-size: cover;
  height: 100%;
}

.absolute.steeli {
  background-image: url('../images/Ste-Eli.jpg');
  height: 100%;
}

.absolute.cartier {
  background-image: url('../images/Cartier.jpg');
  height: 100%;
}

.absolute.visitation {
  background-image: url('../images/HB.jpg');
  height: 100%;
}

.absolute.coubertin {
  background-image: url('../images/Coubertin.jpg');
  height: 100%;
}

.absolute.sturbain {
  background-image: url('../images/StUrbain.jpg');
  height: 100%;
}

.absolute.gounod {
  background-image: url('../images/Gounod.jpg');
  height: 100%;
}

.absolute.gilford {
  background-image: url('../images/NewPlateau.jpg');
  height: 100%;
}

.absolute.stjoseph {
  background-image: url('../images/StJoseph.jpg');
  height: 100%;
}

.absolute.ahsntisc, .absolute.gouin {
  background-image: url('../images/GouinCartierville.jpg');
}

.absolute.walnut {
  background-image: url('../images/walnut-perspective.jpg');
}

._50-percent-flex {
  color: var(--main-black);
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

._50-percent-flex.padding {
  padding-left: 20px;
  padding-right: 20px;
}

.box-80-percent {
  color: var(--main-black);
  width: 79%;
  max-width: 405px;
}

.box-80-percent.center {
  text-align: center;
  width: auto;
}

.left-padding {
  padding-left: 0;
}

.left-padding._130-pixels {
  padding-left: 130px;
}

.left-padding._40-pixels {
  padding-left: 40px;
}

.no-top-margin {
  color: #ea4929;
  text-align: left;
  margin-top: 0;
  font-family: Mierb, sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 48px;
}

.no-bottom-margin {
  color: #ea4929;
  margin-bottom: 0;
  font-family: Mierb, sans-serif;
  font-weight: 900;
}

.badge {
  z-index: 100000;
  background-image: url('../images/3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 52px;
  width: 123px;
  height: 123px;
  margin-top: 120px;
  margin-right: 51px;
  position: absolute;
  inset: auto auto -6% -8%;
}

.badge.w--current {
  background-position: 50%;
}

._50-percent-column {
  color: var(--firebrick);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.column-center {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

._48-percent-column {
  width: 48%;
  position: relative;
}

.expand {
  z-index: 5;
  flex: 1;
  position: relative;
}

.left-padding-offset {
  padding-left: 20px;
  position: relative;
  left: -198px;
}

.content-section-colored {
  background-color: var(--hover-2);
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.service-item {
  text-align: center;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}

.center-content {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.center-content.padding {
  padding-left: 5px;
  padding-right: 5px;
}

.work-preview {
  width: 46%;
  margin-bottom: 60px;
  margin-left: 2%;
  margin-right: 2%;
}

.work-preview.work-page {
  margin-bottom: 0;
}

.work-tag {
  background-color: var(--hover-2);
  letter-spacing: .6px;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 6px 8px;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  font-weight: 600;
  line-height: 9px;
  display: inline-block;
}

.title-link {
  color: var(--main-black);
  font-family: Mierb, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  transition: opacity .2s;
}

.title-link:hover {
  opacity: .85;
}

.mini-title {
  color: var(--font);
  letter-spacing: .3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.side-padding {
  padding-left: 10px;
}

.section-full {
  padding-top: 120px;
  position: relative;
  overflow: hidden;
}

.flex-right {
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.text-container-3 {
  background-color: #fff;
  max-width: 537px;
  padding: 80px 70px;
}

.hover-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.absolute-bg {
  z-index: 5;
  background-color: var(--gainsboro);
  display: none;
  position: absolute;
  inset: 0%;
}

.absolute-bg.darker {
  background-color: var(--hover-2);
}

.absolute-bg.darker-2 {
  background-color: var(--hover-3);
}

.flex-space {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.hover-bg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--hover-2);
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hover-bg.darker, .hover-bg.darker-2 {
  background-color: var(--hover-3);
}

.nav-column-center {
  justify-content: center;
  width: auto;
  display: flex;
}

.text-container-4 {
  background-color: #fff;
  width: 50%;
  margin-bottom: 120px;
  padding: 80px 70px;
}

._76-percent-column {
  max-width: 430px;
}

.flex-left {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.text-container-5 {
  background-color: #fff;
  justify-content: flex-end;
  width: 50%;
  margin-bottom: 120px;
  padding: 80px 70px;
  display: flex;
}

.column-full-width {
  width: 80%;
  max-width: 510px;
}

.client-box {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--font);
  text-align: center;
  width: 25%;
  padding: 55px 40px;
}

.client-box.last {
  border-right-style: solid;
}

.client-box._2-logo {
  width: 25%;
  height: auto;
}

.insta-pic {
  width: 20%;
  position: relative;
  overflow: hidden;
}

.absolute-bg-4 {
  background-color: var(--bg-2-hover);
  display: none;
  position: absolute;
  inset: 0%;
}

.hover-overlay {
  background-color: #e8e6ddbf;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.empty-state {
  background-color: #0000;
}

.image-preview {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.post-link {
  color: var(--font);
  font-family: Playfair Display, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 27px;
}

.mintures-read {
  font-size: 13px;
}

.flex-bottom {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 1366px;
  display: flex;
}

.heading-box-long {
  text-align: left;
  width: 95%;
  max-width: 1330px;
  margin-bottom: 50px;
}

.category-link {
  color: var(--links);
  font-size: 16px;
  transition: opacity .2s;
}

.category-link:hover {
  opacity: .8;
}

.footer {
  padding-bottom: 60px;
  position: relative;
}

.footer-flex {
  border-top: 1px solid var(--main-black);
  border-bottom: 1px solid var(--main-black);
  flex-wrap: wrap;
  display: flex;
}

.footer-left {
  border-right: 1px solid var(--main-black);
  flex-wrap: wrap;
  width: 65%;
  padding: 50px 30px;
  display: flex;
}

.footer-column-1 {
  color: var(--main-black);
  width: 25%;
  padding-right: 20px;
  font-family: Mierb, sans-serif;
}

.menu {
  width: 30%;
}

.menu-link {
  text-decoration: none;
}

.menu-link.black {
  color: var(--main-black);
  height: 30px;
  font-size: 16px;
}

.menu-link.black.w--current {
  color: var(--main-black);
}

.footer-title {
  color: #ea4929;
  font-family: Mierb, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.underline-hover {
  background-color: #a4aebe;
  height: 1px;
  margin-top: -18px;
  position: absolute;
  inset: 73px 0 0;
}

.underline-hover.menu {
  background-color: var(--main-black);
  width: 100%;
  height: 1px;
  margin-top: 0;
  position: relative;
  top: 0;
}

.footer-menu-text {
  color: var(--main-black);
  font-family: Mierb, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.footer-right {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.submit-button {
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #ea4929;
  width: 100%;
  height: 42.5px;
  font-family: Mierb, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: opacity .2s;
}

.submit-button:hover {
  opacity: .9;
}

.paragraph-small {
  font-size: 13px;
  line-height: 20px;
}

.form-container {
  max-width: 267px;
}

.footer-logo {
  transition: transform .2s, opacity .2s;
}

.footer-logo:hover {
  transform: scale(1.02);
}

.notice {
  padding-left: 30px;
  padding-right: 30px;
}

.notice-text {
  color: var(--main-black);
  padding-top: 18px;
  font-family: Mierb, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
}

.notice-link {
  color: #ea4929;
  text-decoration: underline;
  transition: opacity .2s;
}

.notice-link:hover {
  opacity: .85;
}

.success-message {
  background-color: #0000;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 16px;
  line-height: 23px;
}

.error-message {
  text-align: center;
  font-size: 16px;
  line-height: 23px;
}

.pricing-description {
  border-width: 1px;
  border-color: var(--lines);
  border-top-style: solid;
  border-right-style: none;
  width: 29%;
  padding: 33px 20px 20px;
}

.less-line-height {
  line-height: 22px;
}

.checkmark-box {
  border-top: 1px solid var(--lines);
  border-right: 1px none var(--lines);
  border-left: 1px none var(--lines);
  width: 23%;
  padding: 30px 20px 25px;
}

.checkmark-box.not {
  cursor: not-allowed;
}

.checkmark-box-2 {
  border-top: 1px solid var(--lines);
  border-right: 1px none var(--lines);
  border-left: 1px solid var(--lines);
  width: 24%;
  padding: 30px 20px 25px 50px;
}

.checkmark-box-2.not {
  cursor: not-allowed;
}

.checkmark-box-3 {
  border-top: 1px solid var(--lines);
  border-right: 1px none var(--lines);
  border-left: 1px solid var(--lines);
  width: 24%;
  padding: 30px 20px 25px 50px;
}

.pricing-row {
  flex-wrap: wrap;
  transition: background-color .2s;
  display: flex;
}

.pricing-row:hover {
  background-color: var(--bg-hover);
}

.small {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 23px;
}

.pricing-plans {
  flex-wrap: wrap;
  display: flex;
}

.pricing-title-empty {
  width: 29%;
  padding: 33px 20px 20px;
}

.pricing-details-empty {
  border-right: 1px none var(--lines);
  border-bottom-width: 1px;
  border-bottom-color: var(--lines);
  border-left-width: 1px;
  border-left-color: var(--lines);
  width: 29%;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.h4-small {
  font-size: 30px;
  line-height: 40px;
}

.pricing-empty-2 {
  border-right: 1px none var(--lines);
  border-left: 1px none var(--lines);
  width: 23%;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

.pricing-empty-3, .pricing-empty-4 {
  border-right: 1px none var(--lines);
  border-left: 1px solid var(--lines);
  width: 24%;
  padding-bottom: 25px;
  padding-left: 50px;
  padding-right: 20px;
}

.pricing-plan-1 {
  border-right: 1px none var(--lines);
  width: 23%;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

.pricing-plan-2, .pricing-plan-3 {
  border-right: 1px none var(--lines);
  border-left: 1px solid var(--lines);
  width: 24%;
  padding-top: 25px;
  padding-left: 50px;
  padding-right: 20px;
}

.pricing-contact-us {
  flex-wrap: wrap;
  display: flex;
}

.go-up-button {
  z-index: 20;
  background-color: var(--firebrick);
  color: #fff;
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px 100%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 13px;
  margin-right: 15px;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.go-up-button.w--current {
  z-index: 100;
}

.h1-regular {
  color: var(--main-black);
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 500;
}

.heading-box-left {
  text-align: left;
  width: 87%;
  margin-bottom: 50px;
  margin-right: auto;
}

.full-width-image {
  height: 525px;
  position: relative;
  overflow: hidden;
}

.about-us-box {
  text-align: center;
  align-items: center;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.about-us-circle {
  background-image: url('../images/jonathan-borba-w--2s8uKCn0-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 88px;
  height: 88px;
  margin-right: 20px;
  transition: opacity .2s;
}

.about-us-circle:hover {
  opacity: .85;
}

.about-us-circle._3 {
  background-image: url('../images/jonathan-borba-1vT-dK5hwak-unsplash.jpg');
}

.about-us-circle._2-about-us {
  background-image: url('../images/linkedin-sales-navigator-YSQNPbBGltI-unsplash.jpg');
  width: 88px;
  height: 88px;
  margin-right: 20px;
}

.expand-left {
  text-align: left;
  flex: 1;
}

.link-block-2 {
  color: var(--font);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.inline-block {
  display: inline-block;
}

.inline-block.right-border {
  margin-right: 1px;
}

.side-words {
  width: 10%;
  height: 100px;
  margin-top: 19%;
  margin-bottom: auto;
  transform: rotate(90deg);
}

._40-percent-column {
  width: 40%;
}

._52-percent-column {
  width: 53%;
}

.h3-big {
  margin-top: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.column-flex-vertical {
  flex-direction: column;
  align-items: flex-start;
  width: 53%;
  display: flex;
}

.full-section-2 {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.h2-white-big {
  color: #fff;
  margin-bottom: 0;
  font-size: 55px;
}

.white-columns {
  color: #fff;
  column-count: 2;
  column-rule-style: none;
  column-rule-width: 0px;
  column-gap: 98px;
  font-family: Mierb, sans-serif;
  font-weight: 400;
}

._90-percent-column {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.absolute-bg-5 {
  background-color: var(--bg-2-hover);
  display: none;
  position: absolute;
  inset: 0%;
}

.flex-all-center {
  justify-content: center;
  align-items: center;
  width: 72%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tabs-content {
  flex: 1;
  width: 50%;
}

.tab-pane {
  height: 100%;
  overflow: hidden;
}

.tabs {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.tab {
  border-bottom: 1px solid var(--lines);
  background-color: #0000;
  flex-direction: row;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 20px;
  transition: background-color .2s;
  display: flex;
}

.tab:hover, .tab.w--current {
  background-color: var(--hover-2);
}

.tabs-container {
  flex-direction: column;
  justify-content: center;
  width: 46%;
  margin-right: 20px;
  display: flex;
}

.body {
  color: var(--font);
}

.tab-number {
  border: 1px solid var(--font);
  color: var(--font);
  text-align: center;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-top: 17px;
  margin-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
}

.display-none {
  display: none;
}

.slide {
  width: 32%;
  overflow: hidden;
}

.slide-2 {
  width: 32%;
  margin-left: 2%;
  margin-right: 2%;
  overflow: hidden;
}

.slide-3 {
  width: 32%;
  overflow: hidden;
}

.slider {
  background-color: #0000;
  min-height: 400px;
}

.lightbox-link {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.absolute-hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0;
}

.absolute-hover._1 {
  background-image: url('../images/About1.jpg');
  height: 125%;
}

.absolute-hover._3 {
  background-image: url('../images/2790charlemagne.jpg');
  height: 125%;
}

.absolute-hover._4 {
  background-image: url('../images/2790-Av-Charlemagne_02.jpg');
  height: 125%;
}

.absolute-hover._5 {
  background-image: url('../images/2790-Av-Charlemagne_08.jpg');
  height: 125%;
}

.absolute-hover._6 {
  background-image: url('../images/2790-Av-Charlemagne_10.jpg');
  height: 125%;
}

.absolute-hover._2a {
  background-image: url('../images/MiniSlider2.jpg');
}

.absolute-hover._3a {
  background-image: url('../images/About2.jpg');
}

.absolute-hover._3b {
  background-image: url('../images/About3.jpg');
}

.absolute-hover._3c {
  background-image: url('../images/About4.jpg');
}

.absolute-hover._3d {
  background-image: url('../images/About5.jpg');
}

.absolute-hover._3g {
  background-image: url('../images/About6.jpg');
}

.slide-6 {
  width: 32%;
  overflow: hidden;
}

.slide-5 {
  width: 32%;
  margin-left: 2%;
  margin-right: 2%;
  overflow: hidden;
}

.slide-4 {
  width: 32%;
  overflow: hidden;
}

.h3-regular {
  color: var(--main-black);
  font-family: Mierb, sans-serif;
  font-weight: 900;
}

.video {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.play-button {
  border: 2px solid var(--links);
  background-image: url('../images/simbolo-de-reproduccion-multimedia.svg');
  background-position: 53%;
  background-repeat: no-repeat;
  background-size: 32px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}

._43-percent-column {
  align-items: flex-start;
  width: 43%;
}

.content-wrapper-medium {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1410px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.section-full-3 {
  position: relative;
  overflow: hidden;
}

.section-full-3.space {
  margin-top: 65px;
}

.text-container-7 {
  background-color: var(--hover-2);
  width: 50%;
  padding: 80px 70px;
}

.text-container-7.flex {
  background-color: #d3dadd4d;
}

.perks-item {
  justify-content: center;
  align-items: stretch;
  width: 50%;
  margin-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.perks-item.last {
  margin-bottom: 0;
}

.icon-margins {
  margin-top: 15px;
  margin-right: 20px;
}

.text-container-8 {
  background-color: var(--hover-2);
  justify-content: flex-end;
  width: 50%;
  padding: 80px 70px;
  display: flex;
}

.row-flex {
  border-top: 1px solid var(--lines);
  flex-wrap: wrap;
  width: 100%;
  padding: 50px 17px 40px;
  display: flex;
}

.row-flex.last {
  border-bottom: 1px solid var(--lines);
}

.title-left-column {
  width: 49%;
}

.text-field-third {
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  border-left: 1px solid var(--white);
  text-align: center;
  background-color: #0000;
  border-radius: 0;
  width: 33.333%;
  height: 45px;
  margin-bottom: 0;
}

.text-field-third::placeholder {
  color: var(--white);
}

.submit-button-2 {
  background-color: var(--white);
  color: var(--font);
  letter-spacing: .5px;
  text-transform: uppercase;
  width: 33.333%;
  height: 45px;
  padding-top: 11px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: opacity .2s;
}

.submit-button-2:hover {
  opacity: .85;
}

.justfy-left {
  text-align: left;
}

.large {
  font-size: 25px;
}

.link-green {
  color: var(--main-black);
  transition: opacity .2s;
}

.link-green:hover {
  opacity: .8;
}

.chart {
  position: relative;
}

.chart-row {
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.chart-line {
  background-color: var(--lines);
  flex: 1;
  height: 1px;
}

.chart-number {
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.box-83-percent {
  width: 83%;
}

.flex-chart {
  flex-wrap: wrap;
  align-items: flex-end;
  display: flex;
}

.bars-container {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.chart-bar-1 {
  background-color: var(--links);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 24px;
  height: 240px;
  position: absolute;
  inset: auto 0% 5% 34%;
}

.chart-bar-2 {
  background-color: var(--links);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 24px;
  height: 290px;
  position: absolute;
  inset: auto 0% 5% 50%;
}

.chart-bar-3 {
  background-color: var(--links);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 24px;
  height: 260px;
  position: absolute;
  inset: auto 0% 5% 66%;
}

.chart-bar-4 {
  background-color: var(--links);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 24px;
  height: 240px;
  position: absolute;
  inset: auto 0% 5% 82%;
}

.inner-hero {
  padding-top: 140px;
  position: relative;
}

.slide-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow-bg {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 50%;
  width: 54px;
  height: 54px;
}

.slider-arrow {
  color: var(--links);
  font-size: 24px;
  font-weight: 700;
}

.post-left {
  width: 31%;
}

.intro-full-image {
  width: 100%;
  margin-top: 40px;
  margin-left: 10%;
  position: relative;
}

.text-column-padding {
  width: 94%;
  max-width: 443px;
  padding-left: 20px;
  padding-right: 20px;
}

.half-column-flex {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.column-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 48%;
  margin-right: 2%;
  display: flex;
  position: relative;
}

.grid-item-3 {
  position: relative;
  overflow: hidden;
}

.grid-item-4 {
  margin-top: 45px;
  position: relative;
  overflow: hidden;
}

.grid-column-left {
  width: 38%;
  margin-top: 110px;
  position: relative;
}

.grid-column-right {
  width: 55%;
  position: relative;
}

.expand-flex-center {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.mini-feature {
  background-color: var(--hover-2);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 8px 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: flex;
}

.text-block-6 {
  background-color: #0000;
  justify-content: flex-end;
  width: 50%;
  padding: 60px 70px 90px;
  display: flex;
}

.text-block-6.left {
  justify-content: flex-start;
}

.inline-icon {
  margin-right: 16px;
  display: inline-block;
}

.column-offset-left {
  z-index: 10;
  background-color: #fff;
  min-width: 640px;
  max-width: 640px;
  padding: 70px 65px 70px 40px;
  position: relative;
  right: -160px;
}

.section-full-4 {
  margin-top: 65px;
  position: relative;
  overflow: hidden;
}

.column-offset-right {
  z-index: 10;
  background-color: #fff;
  width: 89%;
  min-width: 640px;
  max-width: 640px;
  padding: 70px 40px 70px 65px;
  position: relative;
  left: -160px;
}

.faq-right-column {
  width: 70%;
}

.faq-arrow {
  filter: grayscale();
}

.flex-no-wrap {
  flex-wrap: nowrap;
  display: flex;
}

.full-width {
  flex: 1;
}

.question {
  color: var(--main-black);
  font-size: 18px;
}

.accordion-wrapper {
  border-bottom: 1px solid var(--main-black);
  margin-top: 30px;
}

.accordion-item-trigger {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 5px;
  padding-left: 22px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
}

.accordion-item-trigger:hover {
  text-decoration: none;
}

.open-close-box {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 28px;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.accordion-item-content {
  margin-top: 20px;
  padding-top: 0;
  padding-left: 22px;
  padding-right: 25px;
  overflow: hidden;
}

.contact-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.left-logo-block {
  border-right: 1px solid var(--line-green);
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 80px 20px;
  display: flex;
}

.testimonials {
  background-color: var(--hover-2);
  height: 100%;
}

.testimonial-arrow {
  color: var(--links);
  transition: opacity .2s;
}

.testimonial-arrow:hover {
  opacity: .8;
}

.testimonial-slide {
  text-align: center;
  padding-top: 95px;
  padding-bottom: 95px;
}

.testimonial-text-box {
  width: 66%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-text {
  font-family: Playfair Display, sans-serif;
  font-size: 37.5px;
  line-height: 60px;
}

.testimonial-picture {
  border: 2px solid var(--links);
  background-image: url('../images/T-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-picture._3 {
  background-image: url('../images/T-1.jpg');
}

.testimonial-picture._2-picture {
  background-image: url('../images/T-3.jpg');
  width: 70px;
  max-width: 70px;
  height: 70px;
  padding-left: 0;
}

.column-offset-large {
  z-index: 10;
  background-color: #fff;
  width: 140%;
  min-width: 640px;
  max-width: 640px;
  padding: 75px 65px 75px 40px;
  position: relative;
  right: -160px;
}

._48-percent-column {
  width: 48%;
  margin-bottom: 20px;
}

.offset-bg {
  height: 450px;
  position: relative;
  overflow: hidden;
}

.content-wrapper-services {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1260px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 0;
  position: relative;
}

.navbar-container {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1410px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.image-absolute {
  margin-right: 40px;
  position: absolute;
  inset: auto auto -13% 0%;
  overflow: hidden;
}

.text-container-9 {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 80px 70px;
  display: flex;
}

.button-icon {
  border: 1px solid var(--font);
  color: var(--font);
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  background-color: #0000;
  background-image: url('../images/reloj.svg');
  background-position: 9% 55%;
  background-repeat: no-repeat;
  background-size: 19px;
  border-radius: 25px;
  min-width: 135px;
  min-height: 42px;
  padding: 13px 35px 11px 50px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-icon:hover {
  background-color: var(--font);
  color: #fff;
  background-image: url('../images/reloj-1.svg');
}

.newsletter-box {
  max-width: 430px;
}

.text-field-half {
  border: 1px solid var(--main-black);
  text-align: left;
  background-color: #0000;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding-left: 24px;
}

.text-field-half::placeholder {
  color: var(--main-black);
}

.text-field-full {
  border: 1px solid var(--main-black);
  text-align: left;
  background-color: #0000;
  width: 100%;
  height: 45px;
  margin-bottom: 25px;
  padding-bottom: 46px;
  padding-left: 24px;
}

.text-field-full::placeholder {
  color: var(--main-black);
}

.submit-button-3 {
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #ea4929;
  width: 50%;
  height: 42px;
  min-height: 50px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.flex-start {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.map {
  filter: grayscale();
  width: 1200px;
  height: 500px;
  position: absolute;
  inset: 0%;
}

.map-container {
  width: 50%;
  position: relative;
}

.full-image-preview {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.pagination {
  justify-content: flex-end;
}

.next {
  border: 1px solid var(--font);
  background-color: var(--font);
  color: #fff;
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  min-width: 185px;
  min-height: 42px;
  margin-right: 0;
  padding: 15px 28px 11px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.next:hover {
  color: var(--font);
  background-color: #0000;
}

.previous {
  border: 1px solid var(--font);
  background-color: var(--font);
  color: #fff;
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  min-width: 185px;
  min-height: 42px;
  margin-right: 0;
  padding: 15px 28px 11px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.previous:hover {
  color: var(--font);
  background-color: #0000;
}

.tags {
  margin-right: 7px;
  display: inline-block;
}

.position-sticky {
  position: sticky;
  top: 100px;
}

.position-sticky.top-margin {
  margin-top: 6px;
}

.post-preview-page {
  width: 31.33%;
  margin-right: 3%;
  position: relative;
}

.post-preview-page.last {
  margin-right: 0%;
}

.post-preview-2 {
  width: 48%;
  margin-bottom: 60px;
  margin-left: 1%;
  margin-right: 1%;
}

.work-left {
  width: 30%;
  padding-right: 15px;
}

.work-right {
  width: 70%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-field-login {
  border: 1px solid var(--font);
  text-align: center;
  background-color: #0000;
  height: 42.5px;
  margin-bottom: 10px;
}

.text-field-login::placeholder {
  color: var(--font);
}

.pricing-button {
  border: 1px solid var(--font);
  color: var(--font);
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  background-color: #0000;
  width: 100%;
  min-height: 42px;
  padding: 15px 28px 11px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.pricing-button:hover {
  background-color: var(--font);
  color: var(--white);
}

.pricing-button-box {
  border-top: 1px solid var(--lines);
  border-right: 1px none var(--lines);
  border-left: 1px solid var(--lines);
  width: 24%;
  padding: 30px 20px 25px;
}

.brand-mobile {
  justify-content: center;
  align-items: center;
  height: 106px;
  transition: transform .2s, opacity .2s;
  display: none;
}

.brand-mobile:hover {
  transform: scale(1.02);
}

.brand-mobile.w--current {
  display: none;
}

.relative-height {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.no-margins {
  color: #ea4929;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mierb, sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 48px;
}

.text-container {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.footer-wrapper {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1410px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.pricing-button-first {
  border-top: 1px solid var(--lines);
  border-right: 1px none var(--lines);
  border-left: 1px none var(--lines);
  width: 23%;
  padding: 30px 20px 25px;
}

.footer-logo-column {
  width: 25%;
  padding-right: 20px;
}

.text-container-2 {
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
  max-width: 545px;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.text-container-6 {
  background-color: #d3dadd4d;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.text-box-2 {
  justify-content: center;
  width: 100%;
  min-width: 480px;
  max-width: 633px;
  display: flex;
}

.max-width {
  text-align: center;
  max-width: 405px;
}

.newsletter-cta-container {
  background-color: var(--font);
  text-align: center;
  width: 50%;
  padding: 80px 70px;
}

.white {
  color: var(--white);
}

.hero-heading-left {
  text-align: left;
  width: 87%;
  margin-bottom: 50px;
  margin-right: auto;
}

.max-width-400 {
  width: 40%;
  max-width: 400px;
}

.left-chart {
  width: 50%;
  position: relative;
}

.right-padding {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.image-column, .newsletter-cta-left {
  width: 50%;
  position: relative;
}

.text-feature {
  width: 48%;
  margin-bottom: 20px;
}

.text-feature.last {
  margin-bottom: 0;
}

.post-left-column {
  width: 31%;
}

.absolute-bg-mobile {
  background-color: var(--bg-2-hover);
  display: none;
  position: absolute;
  inset: 0%;
}

.flex-instagram {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.insta-image {
  width: 100%;
}

.heading {
  color: var(--main-black);
  font-family: Mierb, sans-serif;
  font-weight: 700;
}

.h2 {
  color: #ea4929;
  font-family: Mierb, sans-serif;
  font-weight: 900;
}

.h3 {
  font-family: Montserrat, sans-serif;
}

.paragraph {
  color: var(--main-black);
  margin-bottom: 20px;
  font-family: Mierb, sans-serif;
}

.paragraph.bold {
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  font-weight: 400;
}

.paragraph.bold.red {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph.bold.personnes {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
}

.logo {
  margin-top: 20px;
}

.centerlogo {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blocklogo {
  align-items: flex-start;
  display: flex;
}

.logotitle {
  width: 215px;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 17px;
  padding-right: 0;
}

.linky {
  color: #ea4929;
}

.heading-2 {
  font-family: Mierb, sans-serif;
}

.grid-2-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.text-span {
  font-weight: 700;
}

.text-span.red {
  color: #ea4929;
}

.image {
  max-width: 70%;
}

.link-block-3, .link-block-4 {
  max-width: 30%;
}

.content-wrapper-form {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 25px 100px;
  font-family: Mierb, sans-serif;
  display: flex;
  position: relative;
}

.form-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form-block-fleuri {
  width: 800px;
}

.text-field-fleuri {
  border: 1px solid var(--main-black);
  color: var(--black);
  text-align: left;
  background-color: #0000;
  width: 100%;
  height: 45px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.text-field-fleuri::placeholder {
  color: var(--main-black);
}

.field-wrap-5 {
  padding-bottom: 0;
}

.field-wrap-5._2-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  padding-bottom: 0;
  display: grid;
}

.code-embed {
  display: none;
}

.form-block-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1000px;
  display: block;
}

.form-block-6 {
  text-align: left;
  width: 600px;
  display: block;
}

.slide-7 {
  background-image: url('../images/540740158_122137956596851709_2485527668666327057_n.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-2 {
  width: 100%;
  height: 600px;
}

.slide-8 {
  background-image: url('../images/541363891_122137956782851709_7863621160066005633_n.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/540620418_122137956632851709_8573345007552880569_n.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/542079888_122137956650851709_5815048080456307643_n.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/540790290_122137956812851709_1451498746359169600_n.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/519407592_122137956470851709_2294659929125299928_n.jpg');
  background-position: 50%;
  background-size: cover;
}

.content-wrapper-slider {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 25px;
  font-family: Mierb, sans-serif;
  display: flex;
  position: relative;
}

.icon-3, .icon-4 {
  filter: drop-shadow(0 2px 5px #000000b3);
}

.slider-gouin {
  width: 100%;
  height: 600px;
}

.slide-gouin1 {
  background-image: url('../images/540619248_122137958576851709_6052242964915346024_n.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gouin2 {
  background-image: url('../images/541311992_122137958570851709_8736273857316170311_n.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gouin3 {
  background-image: url('../images/515436220_122137958498851709_8567490800294854179_n.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gouin4 {
  background-image: url('../images/541371608_122137958336851709_8458569982614138177_n.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gouin5 {
  background-image: url('../images/541832193_122137958360851709_5104374207860616589_n.jpg');
  background-position: 50%;
  background-size: cover;
}

.link, .link-2 {
  color: var(--black);
  text-decoration: underline;
}

@media screen and (min-width: 1440px) {
  .content-wrapper {
    max-width: 1220px;
  }

  .button-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .box-80-percent {
    max-width: 450px;
  }

  .hover-bg {
    display: flex;
  }

  ._76-percent-column {
    max-width: 470px;
  }

  .column-full-width {
    width: 97%;
    max-width: 520px;
  }

  .column-offset-left, .column-offset-right {
    min-width: 680px;
    max-width: 680px;
  }

  .column-offset-large {
    min-width: 680px;
  }

  .max-width, .max-width-400 {
    max-width: 440px;
  }

  .content-wrapper-form {
    max-width: 1220px;
  }

  .form-block-fleuri {
    width: 800px;
  }

  .content-wrapper-slider {
    max-width: 1220px;
  }
}

@media screen and (min-width: 1920px) {
  .content-wrapper {
    max-width: 1420px;
  }

  .content-section.previews {
    padding-bottom: 100px;
  }

  .content-wrapper-wide {
    max-width: 1610px;
  }

  .box-80-percent {
    max-width: 490px;
  }

  .text-container-3, .column-full-width {
    max-width: 570px;
  }

  .insta-pic {
    width: 20%;
  }

  .heading-box-long {
    max-width: 1600px;
  }

  .video {
    width: 100%;
  }

  .column-offset-left, .column-offset-right, .column-offset-large {
    min-width: 700px;
    max-width: 700px;
  }

  .navbar-container {
    max-width: 1610px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper {
    max-width: 1610px;
    padding-left: 0;
  }

  .max-width, .max-width-400 {
    max-width: 480px;
  }

  .content-wrapper-form {
    max-width: 1420px;
  }

  .form-block-fleuri {
    width: 800px;
  }

  .content-wrapper-slider {
    max-width: 1420px;
  }
}

@media screen and (max-width: 991px) {
  .top-margin._120-pixels-mobile {
    margin-top: 60px;
  }

  .content-section {
    padding-bottom: 0;
  }

  .heading-box {
    width: 74%;
  }

  .hero-section, .hero-flex {
    min-height: 700px;
  }

  .hero-column {
    width: 70%;
    max-width: 480px;
  }

  .nav-link {
    width: 100%;
    height: 60px;
    padding-top: 17px;
  }

  .nav-link:hover {
    background-color: #dddacf;
  }

  .nav-menu {
    background-color: var(--hover);
  }

  .nav-column.left, .nav-column.right {
    flex: 0 auto;
    width: 100%;
  }

  .badge {
    top: auto;
    left: -4%;
    right: auto;
  }

  .section-full {
    padding-bottom: 0;
  }

  .nav-column-center {
    display: none;
  }

  ._76-percent-column, .column-full-width {
    width: 100%;
  }

  .client-box {
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-box-long {
    width: 74%;
  }

  .footer {
    padding-bottom: 0;
  }

  .pricing-plan-2, .pricing-plan-3 {
    padding-left: 20px;
  }

  .heading-box-left {
    width: 74%;
  }

  .full-section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .flex-all-center {
    width: 100%;
  }

  .section-full-3, .inner-hero {
    padding-bottom: 0;
  }

  .grid-item-4 {
    margin-top: 30px;
  }

  .grid-column-left {
    margin-top: 48px;
  }

  .column-offset-left {
    min-width: 440px;
  }

  .section-full-4 {
    padding-bottom: 0;
  }

  .column-offset-right, .column-offset-large {
    min-width: 440px;
  }

  .navbar-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-absolute {
    bottom: -1%;
  }

  .menu-button {
    height: 70px;
    padding-top: 25px;
  }

  .menu-button.w--open {
    background-color: var(--hover);
    color: var(--font);
  }

  .brand-mobile {
    height: 70px;
    display: flex;
  }

  .brand-mobile.w--current {
    height: 70px;
    margin-left: 10px;
    display: flex;
  }

  .footer-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-container-6 {
    justify-content: center;
  }

  .text-box-2 {
    min-width: 100%;
  }

  .max-width {
    max-width: 290px;
  }

  .newsletter-cta-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-heading-left, .form-block-fleuri {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 55px;
  }

  h2 {
    font-size: 35px;
    line-height: 45px;
  }

  p {
    font-size: 17px;
    line-height: 25px;
  }

  blockquote {
    width: 90%;
  }

  .title {
    font-size: 12px;
  }

  .button-2 {
    min-width: 123px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-section {
    padding-top: 80px;
  }

  .content-section.double {
    padding-bottom: 80px;
  }

  .content-section.post-page {
    margin-bottom: 80px;
    padding-bottom: 80px;
  }

  .content-wrapper-wide {
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-box {
    width: 90%;
    margin-bottom: 40px;
  }

  .h2-regular {
    font-size: 30px;
    line-height: 45px;
  }

  .h2-regular.side-word {
    font-size: 32px;
    line-height: 32px;
  }

  .hero-section, .hero-section.work-page {
    min-height: 500px;
  }

  .hero-section.works {
    min-height: 500px;
    padding-top: 40px;
  }

  .hero-flex {
    min-height: 500px;
  }

  .hero-column {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .h1-hero {
    font-size: 55px;
    line-height: 65px;
  }

  .h1-hero.post {
    font-size: 40px;
    line-height: 50px;
  }

  .subtitle {
    font-size: 18.5px;
    line-height: 28px;
  }

  .button-3.small {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    height: 100vh;
    padding-bottom: 240px;
    overflow: auto;
  }

  .left-padding {
    padding-left: 15px;
  }

  .badge {
    width: 90px;
    height: 90px;
    margin-right: 20px;
  }

  .badge.w--current {
    background-position: 50%;
  }

  .left-padding-offset {
    left: -140px;
  }

  .content-section-colored {
    padding-top: 80px;
  }

  .mini-title {
    font-size: 12px;
  }

  .section-full {
    padding-top: 80px;
  }

  .text-container-3 {
    margin-left: 40px;
    margin-right: 40px;
    padding: 60px 50px;
  }

  .text-container-4, .text-container-5 {
    margin-bottom: 80px;
    padding: 60px 50px;
  }

  .client-box {
    width: 50%;
  }

  .client-box._1, .client-box._5 {
    border-bottom-style: none;
  }

  .client-box._6 {
    border-bottom-style: none;
    border-right-style: solid;
  }

  .client-box._2-logo {
    border-bottom-style: none;
    border-right-style: solid;
    width: 50%;
  }

  .insta-pic {
    width: 25%;
  }

  .insta-pic.last {
    display: none;
  }

  .heading-box-long {
    width: 90%;
    margin-bottom: 40px;
  }

  .footer-left {
    border-bottom: 1px solid var(--font);
    border-right-style: none;
    width: 100%;
  }

  .footer-column-1 {
    width: 33.33%;
  }

  .menu {
    width: 50%;
    margin-bottom: 30px;
  }

  .footer-right {
    justify-content: flex-start;
    padding-bottom: 40px;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

  .h4-small {
    font-size: 26px;
    line-height: 36px;
  }

  .pricing-plan-1 {
    padding-left: 0;
  }

  .heading-box-left {
    width: 90%;
    margin-bottom: 40px;
  }

  .full-width-image {
    height: 325px;
  }

  .about-us-box {
    flex-direction: column;
  }

  .about-us-circle, .about-us-circle._2-about-us {
    margin-right: 0;
  }

  .expand-left {
    text-align: center;
  }

  .h3-big {
    font-size: 35px;
    line-height: 45px;
  }

  .full-section-2 {
    padding-top: 80px;
  }

  .white-columns {
    column-gap: 40px;
  }

  .text-container-7 {
    padding: 60px 50px;
  }

  .perks-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-container-8 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .text-field-third {
    border-bottom-style: none;
    width: 100%;
  }

  .submit-button-2 {
    width: 100%;
  }

  .flex-chart {
    align-items: center;
  }

  .inner-hero {
    padding-top: 100px;
  }

  .text-column-padding {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-offset-left {
    min-width: 350px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 50px;
  }

  .section-full-4 {
    padding-top: 80px;
  }

  .column-offset-right {
    width: 100%;
    min-width: 340px;
    padding-left: 50px;
  }

  .contact-block {
    width: 100%;
    margin-top: 20px;
  }

  .contact-block.last {
    margin-bottom: 20px;
  }

  .left-logo-block {
    width: 40%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-text {
    font-size: 32.5px;
    line-height: 55px;
  }

  .column-offset-large {
    min-width: 340px;
  }

  .image-absolute {
    bottom: 14%;
  }

  .text-container-9 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .button-icon {
    min-width: 123px;
    padding-right: 25px;
  }

  .pricing-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-logo-column {
    width: 100%;
  }

  .text-container-6 {
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-box-2 {
    width: 80%;
    min-width: 80%;
  }

  .max-width {
    max-width: 100%;
  }

  .newsletter-cta-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-chart {
    height: 100%;
  }

  .right-padding {
    padding-right: 20px;
  }

  .form-block-2, .max-width-300 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.bold {
    font-size: 14px;
  }

  .grid-2-col {
    display: block;
  }

  .form-block-fleuri, .field-wrap-5 {
    width: 100%;
  }

  .field-wrap-5._2-col {
    grid-template-columns: 1fr;
    padding-top: 5px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 50px;
  }

  h2, h3 {
    font-size: 30px;
    line-height: 40px;
  }

  h4 {
    font-size: 25px;
    line-height: 40px;
  }

  blockquote, .top-margin._30-pixels {
    width: 100%;
  }

  .top-margin._50-pixels-mobile {
    margin-top: 0;
  }

  .content-section {
    padding-top: 60px;
  }

  .content-section.double {
    padding-bottom: 60px;
    overflow: hidden;
  }

  .content-section.double.nomobile {
    display: none;
  }

  .content-section.post-page {
    margin-bottom: 80px;
    padding-bottom: 50px;
  }

  .content-section.work-page {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-wrapper-wide {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-box {
    width: 100%;
  }

  .h2-regular {
    font-size: 30px;
    line-height: 45px;
  }

  .h2-regular.side-word {
    font-size: 25px;
    line-height: 25px;
  }

  .flex {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .intro-box {
    width: 100%;
    margin-bottom: 40px;
  }

  .hero-section {
    min-height: 500px;
  }

  .hero-section.v2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .h1-hero {
    font-size: 45px;
    line-height: 53px;
  }

  .h1-hero.post {
    font-size: 35px;
    line-height: 45px;
  }

  .button-3 {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 50px;
    padding-top: 13px;
    padding-bottom: 13px;
    display: flex;
  }

  .button-3.small {
    min-height: 50px;
    margin-top: 15px;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .navbar {
    margin-left: 40px;
    margin-right: 40px;
  }

  ._50-percent-flex, .box-80-percent {
    width: 100%;
  }

  .box-80-percent.mobile-margin {
    margin-bottom: 40px;
  }

  .box-80-percent.mobile-padding {
    margin-left: 25px;
  }

  .left-padding {
    padding-left: 0;
  }

  .no-top-margin {
    text-align: center;
  }

  ._50-percent-column {
    clear: none;
    width: 100%;
  }

  .column-center {
    width: 100%;
  }

  ._48-percent-column {
    width: 100%;
    margin-bottom: 0;
  }

  .left-padding-offset {
    padding-left: 0;
    left: 0;
  }

  .content-section-colored {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-item {
    width: 100%;
    margin-bottom: 40px;
  }

  .service-item.last {
    margin-bottom: 0;
  }

  .work-preview {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .work-preview.work-page {
    margin-bottom: 40px;
  }

  .section-full {
    padding-top: 60px;
  }

  .flex-right {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-container-3 {
    margin-left: 10px;
    margin-right: 10px;
    padding: 40px;
  }

  .flex-space {
    text-align: center;
    flex-flow: column;
    width: 100%;
  }

  .text-container-4, .text-container-5 {
    width: 90%;
    padding: 40px;
  }

  .client-box {
    border-bottom-style: none;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .client-box.last {
    border-bottom-style: solid;
  }

  .client-box._1, .client-box._5, .client-box._3, .client-box._7 {
    border-right-style: solid;
  }

  .client-box._2-logo {
    width: 100%;
  }

  .insta-pic {
    width: 50%;
  }

  .heading-box-long {
    width: 100%;
    padding-left: 20px;
  }

  .footer-left {
    padding: 30px 20px 20px;
  }

  .footer-column-1 {
    width: 50%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .footer-right {
    padding: 30px 20px 20px;
  }

  .pricing-description {
    width: 100%;
  }

  .pricing-description.mobile-lines {
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    margin-bottom: 20px;
    padding-top: 25px;
  }

  .checkmark-box {
    text-align: center;
    width: 33.333%;
  }

  .checkmark-box-2 {
    text-align: center;
    width: 33.333%;
    padding-left: 20px;
  }

  .checkmark-box-3 {
    text-align: center;
    width: 33.3334%;
    padding-left: 20px;
  }

  .pricing-row {
    border-right: 1px solid var(--lines);
    border-bottom: 1px solid var(--lines);
    border-left: 1px solid var(--lines);
    margin-bottom: 20px;
  }

  .pricing-details-empty {
    width: 100%;
  }

  .pricing-empty-2, .pricing-empty-3, .pricing-empty-4 {
    display: none;
  }

  .pricing-plan-1 {
    border-style: solid;
    border-top-width: 1px;
    border-top-color: var(--lines);
    border-bottom-width: 1px;
    border-bottom-color: var(--lines);
    border-left-width: 1px;
    border-left-color: var(--lines);
    width: 100%;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-left: 20px;
  }

  .pricing-plan-2, .pricing-plan-3 {
    border-style: solid;
    border-top-width: 1px;
    border-top-color: var(--lines);
    border-bottom-width: 1px;
    border-bottom-color: var(--lines);
    width: 100%;
    margin-bottom: 20px;
    padding-top: 15px;
  }

  .h1-regular {
    font-size: 40px;
    line-height: 52px;
  }

  .heading-box-left {
    width: 100%;
  }

  .about-us-box {
    width: 100%;
    margin-bottom: 40px;
  }

  .side-words {
    margin-left: 6px;
    display: none;
  }

  ._40-percent-column {
    flex: 1;
    width: 100%;
    margin-bottom: 40px;
    margin-left: 1px;
  }

  ._52-percent-column, .column-flex-vertical {
    width: 100%;
  }

  .full-section-2 {
    padding-top: 60px;
  }

  .white-columns {
    column-count: 1;
  }

  .tabs-content {
    flex: 0 auto;
    width: 100%;
  }

  .tabs-container {
    width: 100%;
    margin-right: 0;
  }

  .slide {
    width: 100%;
  }

  .slide-2 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .slide-3, .slide-6 {
    width: 100%;
  }

  .slide-5 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .slide-4 {
    width: 100%;
  }

  .play-button {
    background-size: 21px;
    width: 60px;
    height: 60px;
  }

  ._43-percent-column {
    width: 100%;
  }

  .section-full-3 {
    padding-top: 60px;
  }

  .text-container-7 {
    width: 100%;
  }

  .text-container-7.flex {
    padding: 50px 40px;
  }

  .perks-item {
    width: 100%;
  }

  .text-container-8 {
    width: 100%;
    padding: 40px 20px;
  }

  .row-flex, .row-flex.last {
    padding-top: 40px;
  }

  .title-left-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .text-field-third {
    border-right: 1px solid var(--white);
    border-bottom-style: none;
    width: 100%;
  }

  .submit-button-2, .box-83-percent, .post-left {
    width: 100%;
  }

  .half-column-flex {
    align-items: flex-start;
    width: 100%;
    min-height: 300px;
  }

  .column-flex {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0%;
  }

  .mini-feature {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-6 {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-6.left {
    width: 100%;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-offset-left {
    min-width: 100%;
    max-width: none;
    padding: 0 20px;
    right: 0;
  }

  .section-full-4 {
    padding-top: 60px;
  }

  .section-full-4.flex-space {
    margin-top: 0;
    padding-top: 0;
  }

  .column-offset-right {
    width: 100%;
    min-width: 100%;
    padding: 0 20px;
    left: 0;
  }

  .faq-right-column {
    width: 100%;
  }

  .contact-block {
    width: 100%;
    margin-bottom: 20px;
  }

  .left-logo-block {
    border-bottom: 1px solid var(--line-green);
    border-right-style: none;
    width: 100%;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .testimonial-arrow {
    width: 50px;
  }

  .testimonial-slide {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .column-offset-large {
    width: 100%;
    min-width: 310px;
    padding: 0 20px;
    right: 0;
  }

  .text-container-9 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding: 0;
  }

  .button-icon {
    padding-left: 50px;
  }

  .text-field-half, .submit-button-3 {
    width: 100%;
  }

  .map {
    width: 100%;
    margin-bottom: 40px;
  }

  .map-container {
    width: 100%;
  }

  .post-preview-page {
    width: 100%;
    max-width: 350px;
    margin-bottom: 30px;
    margin-right: 0%;
  }

  .post-preview-2 {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .work-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .work-right {
    width: 100%;
  }

  .pricing-button-box {
    border-bottom: 1px solid var(--lines);
    border-right-style: solid;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 25px;
  }

  .no-margins {
    text-align: left;
  }

  .text-container {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing-button-first {
    border: 1px solid var(--lines);
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .text-container-6 {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .newsletter-cta-container, .hero-heading-left, .max-width-400 {
    width: 100%;
  }

  .max-width-400.mobile-margin {
    margin-top: 60px;
  }

  .left-chart {
    width: 100%;
  }

  .right-padding {
    width: 100%;
    margin-bottom: 20px;
  }

  .image-column, .newsletter-cta-left {
    width: 100%;
    min-height: 300px;
  }

  .post-left-column {
    display: none;
  }

  .paragraph.bold {
    font-size: 17px;
  }

  .blocklogo {
    flex-direction: column;
  }

  .logotitle {
    margin-top: 0;
    margin-left: 0;
  }

  .icon {
    color: var(--firebrick);
  }

  .icon-2 {
    color: var(--main-black);
  }

  .grid-2-col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: block;
  }

  .content-wrapper-form {
    padding-top: 25px;
  }

  .form-block-4, .form-block-fleuri {
    width: 100%;
  }

  .text-field-fleuri {
    width: 100%;
    margin-bottom: 0;
  }

  .field-wrap-5 {
    width: 100%;
    padding-bottom: 0;
  }

  .field-wrap-5._2-col {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .form-block-5 {
    width: auto;
  }

  .form-block-6 {
    width: 100%;
  }

  .slider-2, .slider-gouin {
    width: 100%;
    height: 400px;
  }
}


@font-face {
  font-family: 'Mierb';
  src: url('../fonts/MierB-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mierb';
  src: url('../fonts/MierB-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mierb';
  src: url('../fonts/MierB-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mierb';
  src: url('../fonts/MierB-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mierb';
  src: url('../fonts/MierB-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mierb';
  src: url('../fonts/MierB-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mierb';
  src: url('../fonts/MierB-HeavyItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mierb';
  src: url('../fonts/MierB-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}