/*
 * bad imports
 */
* {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
}

blockquote, ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.alignright {
  float: right;
}

.aligncenter {
  margin: 0 auto;
  display: block;
}

.alignleft {
  float: left;
}

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

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

.text-right {
  text-align: right;
}

.bold, strong, b {
  font-weight: bold;
}

.undo-ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}

.undo-li {
  margin-bottom: 0;
  list-style: none;
  list-style-type: none;
}

.undo-p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

svg {
  max-height: 100%;
}

.clearfix:after, .cf:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

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

.flat-right {
  padding-right: 0;
}

.flat-both {
  padding-left: 0;
  padding-right: 0;
}

.flat-top {
  padding-top: 0;
}

.flat-bottom {
  padding-bottom: 0;
}

.flat-vertical {
  padding-top: 0;
  padding-bottom: 0;
}

.flat-all {
  padding: 0;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.float-none {
  float: none !important;
}

/*
 * Colors
 */
/*
 * Misc.
 */
/*
 * Fonts
 */
/*
 * Vertically align an element without using Flexbox
 */
/*
 * Add a color overlay absolutelly positionned over something
 */
/*
 * Overwrite browser placeholders styles
 */
/*
 * Convert images to background
 */
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.m__top {
  margin-top: 45px;
}
.m__top-large {
  margin-top: 90px;
}
.m__top-medium {
  margin-top: 60px;
}
.m__top-small {
  margin-top: 30px;
}
.m__bottom, .gform_wrapper.gform-theme .gform_description, .gform_wrapper.gform-theme .gform_title {
  margin-bottom: 45px;
}
.m__bottom-large {
  margin-bottom: 90px;
}
.m__bottom-medium {
  margin-bottom: 60px;
}
.m__bottom-small {
  margin-bottom: 30px;
}

.p__both {
  padding-top: 85px;
  padding-bottom: 85px;
}
.p__both-large {
  padding-top: 150px;
  padding-bottom: 150px;
}

.heading, .gform_wrapper.gform-theme .gform_title {
  text-transform: uppercase;
}
.heading__1 {
  font: 600 80px/100% "Work Sans", sans-serif;
}
.heading__2 {
  font: 600 62px/120% "Work Sans", sans-serif;
}
.heading__3, .gform_wrapper.gform-theme .gform_title {
  font: 600 40px/150% "Work Sans", sans-serif;
}
.heading__4 {
  font: 600 32px/150% "Work Sans", sans-serif;
}
.heading__5 {
  font: 600 35px/150% "Work Sans", sans-serif;
}
.heading__6 {
  font: 600 33px/150% "Work Sans", sans-serif;
}

.subheading__large {
  font: normal 22px/150% "Work Sans", sans-serif;
}
.subheading__small {
  font: normal 16px/150% "Work Sans", sans-serif;
}

html, body {
  font: normal 20px/160% "Work Sans", sans-serif;
  scroll-behavior: smooth;
}
html .gform_wrapper.gravity-theme .gform_fields, body .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 28px;
  grid-column-gap: 16px;
}
html .gform_wrapper.gravity-theme .gform_fields input[type=color],
html .gform_wrapper.gravity-theme .gform_fields input[type=date],
html .gform_wrapper.gravity-theme .gform_fields input[type=datetime-local],
html .gform_wrapper.gravity-theme .gform_fields input[type=datetime],
html .gform_wrapper.gravity-theme .gform_fields input[type=email],
html .gform_wrapper.gravity-theme .gform_fields input[type=month],
html .gform_wrapper.gravity-theme .gform_fields input[type=number],
html .gform_wrapper.gravity-theme .gform_fields input[type=password],
html .gform_wrapper.gravity-theme .gform_fields input[type=search],
html .gform_wrapper.gravity-theme .gform_fields input[type=tel],
html .gform_wrapper.gravity-theme .gform_fields input[type=text],
html .gform_wrapper.gravity-theme .gform_fields input[type=time],
html .gform_wrapper.gravity-theme .gform_fields input[type=url],
html .gform_wrapper.gravity-theme .gform_fields input[type=week],
html .gform_wrapper.gravity-theme .gform_fields select,
html .gform_wrapper.gravity-theme .gform_fields textarea, body .gform_wrapper.gravity-theme .gform_fields input[type=color],
body .gform_wrapper.gravity-theme .gform_fields input[type=date],
body .gform_wrapper.gravity-theme .gform_fields input[type=datetime-local],
body .gform_wrapper.gravity-theme .gform_fields input[type=datetime],
body .gform_wrapper.gravity-theme .gform_fields input[type=email],
body .gform_wrapper.gravity-theme .gform_fields input[type=month],
body .gform_wrapper.gravity-theme .gform_fields input[type=number],
body .gform_wrapper.gravity-theme .gform_fields input[type=password],
body .gform_wrapper.gravity-theme .gform_fields input[type=search],
body .gform_wrapper.gravity-theme .gform_fields input[type=tel],
body .gform_wrapper.gravity-theme .gform_fields input[type=text],
body .gform_wrapper.gravity-theme .gform_fields input[type=time],
body .gform_wrapper.gravity-theme .gform_fields input[type=url],
body .gform_wrapper.gravity-theme .gform_fields input[type=week],
body .gform_wrapper.gravity-theme .gform_fields select,
body .gform_wrapper.gravity-theme .gform_fields textarea {
  border: 0;
  color: #000000;
  font: normal 20px/165% "Work Sans", sans-serif;
  background: #FFFFFF;
  padding: 10px;
}
html .gform_wrapper.gravity-theme .gform_fields input[type=color]::-webkit-input-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=date]::-webkit-input-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=datetime-local]::-webkit-input-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=datetime]::-webkit-input-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=email]::-webkit-input-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=month]::-webkit-input-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=number]::-webkit-input-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=password]::-webkit-input-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=search]::-webkit-input-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=tel]::-webkit-input-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=text]::-webkit-input-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=time]::-webkit-input-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=url]::-webkit-input-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=week]::-webkit-input-placeholder,
html .gform_wrapper.gravity-theme .gform_fields select::-webkit-input-placeholder,
html .gform_wrapper.gravity-theme .gform_fields textarea::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .gform_fields input[type=color]::-webkit-input-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=date]::-webkit-input-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=datetime-local]::-webkit-input-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=datetime]::-webkit-input-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=email]::-webkit-input-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=month]::-webkit-input-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=number]::-webkit-input-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=password]::-webkit-input-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=search]::-webkit-input-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=tel]::-webkit-input-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=text]::-webkit-input-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=time]::-webkit-input-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=url]::-webkit-input-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=week]::-webkit-input-placeholder,
body .gform_wrapper.gravity-theme .gform_fields select::-webkit-input-placeholder,
body .gform_wrapper.gravity-theme .gform_fields textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c1c1c0;
  opacity: 1;
}
html .gform_wrapper.gravity-theme .gform_fields input[type=color]::-moz-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=date]::-moz-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=datetime-local]::-moz-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=datetime]::-moz-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=email]::-moz-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=month]::-moz-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=number]::-moz-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=password]::-moz-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=search]::-moz-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=tel]::-moz-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=text]::-moz-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=time]::-moz-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=url]::-moz-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=week]::-moz-placeholder,
html .gform_wrapper.gravity-theme .gform_fields select::-moz-placeholder,
html .gform_wrapper.gravity-theme .gform_fields textarea::-moz-placeholder, body .gform_wrapper.gravity-theme .gform_fields input[type=color]::-moz-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=date]::-moz-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=datetime-local]::-moz-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=datetime]::-moz-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=email]::-moz-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=month]::-moz-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=number]::-moz-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=password]::-moz-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=search]::-moz-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=tel]::-moz-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=text]::-moz-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=time]::-moz-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=url]::-moz-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=week]::-moz-placeholder,
body .gform_wrapper.gravity-theme .gform_fields select::-moz-placeholder,
body .gform_wrapper.gravity-theme .gform_fields textarea::-moz-placeholder { /* Firefox 19+ */
  color: #c1c1c0;
  opacity: 1;
}
html .gform_wrapper.gravity-theme .gform_fields input[type=color]:-ms-input-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=date]:-ms-input-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=datetime-local]:-ms-input-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=datetime]:-ms-input-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=email]:-ms-input-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=month]:-ms-input-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=number]:-ms-input-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=password]:-ms-input-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=search]:-ms-input-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=tel]:-ms-input-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=text]:-ms-input-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=time]:-ms-input-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=url]:-ms-input-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=week]:-ms-input-placeholder,
html .gform_wrapper.gravity-theme .gform_fields select:-ms-input-placeholder,
html .gform_wrapper.gravity-theme .gform_fields textarea:-ms-input-placeholder, body .gform_wrapper.gravity-theme .gform_fields input[type=color]:-ms-input-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=date]:-ms-input-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=datetime-local]:-ms-input-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=datetime]:-ms-input-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=email]:-ms-input-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=month]:-ms-input-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=number]:-ms-input-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=password]:-ms-input-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=search]:-ms-input-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=tel]:-ms-input-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=text]:-ms-input-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=time]:-ms-input-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=url]:-ms-input-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=week]:-ms-input-placeholder,
body .gform_wrapper.gravity-theme .gform_fields select:-ms-input-placeholder,
body .gform_wrapper.gravity-theme .gform_fields textarea:-ms-input-placeholder { /* IE 10+ */
  color: #c1c1c0;
  opacity: 1;
}
html .gform_wrapper.gravity-theme .gform_fields input[type=color]:-moz-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=date]:-moz-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=datetime-local]:-moz-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=datetime]:-moz-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=email]:-moz-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=month]:-moz-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=number]:-moz-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=password]:-moz-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=search]:-moz-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=tel]:-moz-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=text]:-moz-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=time]:-moz-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=url]:-moz-placeholder,
html .gform_wrapper.gravity-theme .gform_fields input[type=week]:-moz-placeholder,
html .gform_wrapper.gravity-theme .gform_fields select:-moz-placeholder,
html .gform_wrapper.gravity-theme .gform_fields textarea:-moz-placeholder, body .gform_wrapper.gravity-theme .gform_fields input[type=color]:-moz-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=date]:-moz-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=datetime-local]:-moz-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=datetime]:-moz-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=email]:-moz-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=month]:-moz-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=number]:-moz-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=password]:-moz-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=search]:-moz-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=tel]:-moz-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=text]:-moz-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=time]:-moz-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=url]:-moz-placeholder,
body .gform_wrapper.gravity-theme .gform_fields input[type=week]:-moz-placeholder,
body .gform_wrapper.gravity-theme .gform_fields select:-moz-placeholder,
body .gform_wrapper.gravity-theme .gform_fields textarea:-moz-placeholder { /* Firefox 18- */
  color: #c1c1c0;
  opacity: 1;
}
html .gform_wrapper.gravity-theme .gform_fields textarea, body .gform_wrapper.gravity-theme .gform_fields textarea {
  resize: vertical;
  height: 285px;
}
html .gform_wrapper.gravity-theme .gform_fields select, body .gform_wrapper.gravity-theme .gform_fields select {
  padding: 10px;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'><polyline points='1,1 5,5 9,1' fill='none' stroke='%23D9031B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 0.75em;
}
html .gform_wrapper.gravity-theme .gform_footer, body .gform_wrapper.gravity-theme .gform_footer {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 150ms ease-in-out;
}

.header {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  padding: 100px 0;
  transition: all 150ms ease-in-out;
}
.header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header.is-fixed {
  position: fixed;
  padding: 25px 0 !important;
  background: #000000;
}
.header.is-fixed .header__logo {
  width: 352px;
}
.header.is-fixed .header__nav {
  display: block;
}
.header__logo {
  display: block;
  width: 674px;
  max-width: 100%;
}
.header__logo img {
  display: block;
}
.header__nav {
  display: none;
}
#main {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}

.wrapper {
  position: relative;
  height: 100%;
  width: 90%;
  max-width: 1700px;
  margin: 0 auto;
}
.wrapper.large {
  max-width: 1364px;
}
.wrapper.medium {
  max-width: 1090px;
}

.row.gutter-94 {
  --bs-gutter-x: 94px;
}

.the-content *:last-child {
  margin-bottom: 0;
}
.the-content p {
  margin-bottom: 40px;
}

.hero {
  position: relative;
  height: 970px;
  background: #000000;
  color: #FFFFFF;
  padding: 70px 0 0 0;
  /*&:before{
  	content: '';
  	position: absolute;
  }*/
}
.hero .wrapper {
  z-index: 2;
}
.hero__inner {
  padding: 270px 0 0 0;
  max-width: 1150px;
}
.hero__photo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 620px;
  height: 100%;
  object-fit: contain;
  object-position: bottom right;
}
.hero__icon {
  position: absolute;
  top: 0;
  right: 30%;
  width: 206px;
  height: 261px;
}
.hero__bg {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom left;
  opacity: 0.5;
}
.hero__content {
  font: normal 30px/133% "Work Sans", sans-serif;
}
.hero__content h1 {
  font: 800 90px/102% "Work Sans", sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.hero__content h2 {
  font: normal 50px/118% "Work Sans", sans-serif;
  color: #D9031B;
  margin-bottom: 30px;
}

.down-arrow {
  position: absolute;
  z-index: 3;
  top: calc(100% - 110px);
  left: 50%;
  margin-left: -2px;
  width: 4px;
  height: 60px;
  background: #D9031B;
  display: block;
  transition: all 150ms ease-in-out;
}
.down-arrow.active, .down-arrow:hover {
  height: 292px;
}
.down-arrow.active:after, .down-arrow:hover:after {
  top: 277px;
}
.down-arrow:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 46px;
  transform: translateY(-50%) rotate(45deg);
  width: 20px;
  height: 20px;
  border-right: 4px solid #D9031B;
  border-bottom: 4px solid #D9031B;
  transition: all 150ms ease-in-out;
}

.buttons {
  display: flex;
  gap: 35px;
  margin-top: 45px;
}
.buttons.center {
  justify-content: center;
}

.button, .header__nav a {
  display: inline-flex;
  position: relative;
  background: #D9031B;
  padding: 15px 46px 15px 23px;
  color: #FFFFFF;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  cursor: pointer;
  font-size: 20px;
}
.button:hover, .header__nav a:hover {
  background: #C40117;
}
.button:hover span, .header__nav a:hover span {
  width: 25px;
  transform: translateX(10px);
}
.button span, .header__nav a span {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 23px;
  display: block;
  width: 14px;
  height: 2px;
  background: #FFFFFF;
  transition: all 150ms ease-in-out;
}
.button span:after, .header__nav a span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 6px;
  height: 6px;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transition: all 150ms ease-in-out;
}

.mega-heading {
  display: block;
  font-weight: 800;
  line-height: 117%;
  width: 102vw;
  overflow-x: hidden;
  font-size: 18vw;
  text-transform: uppercase;
  color: #FFFFFF;
  display: block;
  text-align: center;
  transform: translateX(-2%);
}

.slice {
  position: relative;
  padding: 135px 0;
}
.slice.padding-big {
  padding: 205px 0 95px 0;
}
.slice.grey {
  background: #eff0f2;
}
.slice.grey .slice__intro .heading, .slice.grey .slice__intro .gform_wrapper.gform-theme .gform_title, .gform_wrapper.gform-theme .slice.grey .slice__intro .gform_title,
.slice.grey .slice__intro .the-content {
  color: #000000;
}
.slice.dark {
  background: #000000;
}
.slice.background {
  background: #000000;
}
.slice.background:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.63;
}
.slice.background .slice__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.63;
}
.slice.background .wrapper {
  z-index: 3;
}
.slice__intro {
  text-align: center;
  margin-bottom: 115px;
}
.slice__intro .heading, .slice__intro .gform_wrapper.gform-theme .gform_title, .gform_wrapper.gform-theme .slice__intro .gform_title,
.slice__intro .the-content {
  color: #FFFFFF;
}
.slice__intro .buttons {
  justify-content: center;
}

.subheading {
  text-transform: uppercase;
  font: normal 30px/116% "Work Sans", sans-serif;
  color: #D9031B;
  margin-bottom: 15px;
}

.heading, .gform_wrapper.gform-theme .gform_title {
  text-transform: uppercase;
  font: 800 79px/116% "Work Sans", sans-serif;
  margin-bottom: 15px;
}

.awards-slides__slide {
  text-align: center;
  color: #FFFFFF;
  font-family: "Georgia", serif;
  text-transform: uppercase;
}
.awards-slides__slide img {
  display: block;
  margin: 0 auto 15px auto;
  max-width: 190px;
}

.red {
  color: #D9031B;
}

.splide .splide__arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 120px;
}
.splide .splide__arrows button {
  position: relative;
  left: unset;
  right: unset;
  background: none;
  opacity: 1;
  width: 38px;
  height: 32px;
  top: unset;
  border-radius: 0;
  padding: 0 30px;
}
.splide .splide__arrows button:hover span {
  width: 104px;
  transform: translateX(65px);
}
.splide .splide__arrows button.splide__arrow--prev:hover span {
  transform: translateX(0) !important;
}
.splide .splide__arrows button.splide__arrow--prev span:after {
  transform: translateY(-50%) rotate(135deg);
  right: unset;
  left: 0;
}
.splide .splide__arrows button span {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 23px;
  display: block;
  width: 38px;
  height: 4px;
  background: #D9031B;
  transition: all 150ms ease-in-out;
}
.splide .splide__arrows button span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 16px;
  height: 16px;
  border-right: 4px solid #D9031B;
  border-bottom: 4px solid #D9031B;
  transition: all 150ms ease-in-out;
}

.testimonials-slides__slide {
  margin: 0 auto;
  text-align: center;
}

#temoignages {
  background-image: url("../images/deco-logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}

.footer {
  position: relative;
  background: #000000;
  color: #FFFFFF;
  padding: 110px 0 28px 0;
  font-size: 30px;
}
.footer:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.43;
}
.footer__nav {
  margin-bottom: 10px;
}
.footer__nav ul {
  display: flex;
  gap: 25px;
  justify-content: center;
  font-size: 14px;
}
.footer .footer__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.63;
}
.footer .wrapper {
  z-index: 3;
}
.footer__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-bottom: 62px;
}
.footer__logos img {
  width: 50%;
}
.footer__logos img:first-child {
  max-width: 614px;
}
.footer__logos img:last-child {
  max-width: 718px;
}
.footer__contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__credits {
  text-align: center;
  font-size: 18px;
  margin-top: 65px;
}
.footer__credits a:hover {
  text-decoration: underline;
}
.footer__socials {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  gap: 35px;
}
.footer__socials ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer__socials ul li a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 25px;
  height: 25px;
}
.footer__socials ul li a:hover svg path:not([fill=none]) {
  fill: #D9031B;
}
.footer__socials ul li a svg {
  display: block;
}
.footer__socials ul li a svg path {
  transition: all 150ms ease-in-out;
}

.avantages__grid .splide__list {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.avantages__grid .splide__arrows {
  display: none;
}
.avantages__grid-tile {
  background: #FFFFFF;
  padding: 50px;
  text-align: center;
  height: 100%;
}
.avantages__grid-tile img {
  display: block;
  max-width: 154px;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
  margin: 0 auto 25px auto;
}
.avantages__grid-tile .subheading {
  font: bold 30px/116% "Work Sans", sans-serif;
  color: #000000;
}

.services__grid {
  display: grid;
  row-gap: 118px;
  margin: 150px 0 185px 0;
}
.services__grid-row {
  display: flex;
  gap: 70px;
  color: #FFFFFF;
}
.services__grid-row .row-image {
  width: 50%;
}
.services__grid-row .row-image img {
  display: block;
  width: 100%;
  aspect-ratio: 674/519;
  object-fit: cover;
  object-position: center;
}
.services__grid-row .row-content {
  flex: 1;
}
.services__grid-row .row-content .button, .services__grid-row .row-content .header__nav a, .header__nav .services__grid-row .row-content a {
  margin-top: 35px;
}
.services__grid-row:nth-child(even) {
  flex-direction: row-reverse;
}
.services__grid-row:nth-child(even) .row-content {
  text-align: right;
}
.services__grid .subheading {
  font: 900 50px/104% "Work Sans", sans-serif;
  color: #FFFFFF;
  margin-bottom: 40px;
}

#services {
  padding-bottom: 100px;
}
#services .top-deco {
  content: "";
  z-index: 0;
  display: block;
  width: 50%;
  aspect-ratio: 1/1;
  position: absolute;
  top: -10px;
  right: -150px;
  background-image: url("../images/deco-slash.svg");
  background-position: center;
  background-size: cover;
  transform: translateY(-100%) translateX(50%);
  transition: all 150ms ease-in-out;
}
#services .top-deco.animated {
  transform: translateY(0) translateX(0);
}
#services .bottom-deco {
  content: "";
  display: block;
  z-index: 1;
  width: 50%;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: -10px;
  left: -150px;
  background-image: url("../images/deco-slash.svg");
  background-position: center;
  background-size: cover;
  transform: translateY(100%) translateX(-50%);
  transition: all 150ms ease-in-out;
}
#services .bottom-deco.animated {
  transform: translateY(0) translateX(0);
}
#services .wrapper {
  z-index: 3;
}

.services__keywords {
  color: #FFFFFF;
  font: 900 89px/100% "Work Sans", sans-serif;
  text-transform: uppercase;
}
.services__keywords span {
  display: inline-flex;
}
.services__keywords span:after {
  content: "/";
  color: #D9031B;
  margin: 0 0.4em;
}

.page-template-default .header {
  background: #000000;
  position: fixed;
  padding: 25px 0 !important;
}
.page-template-default .header .header__logo {
  width: 352px;
}
.page-template-default .header .header__nav {
  display: block;
}
.page-template-default #main {
  padding-top: 112px;
}

.gform_wrapper .gform_ajax_spinner {
  width: 30px;
  height: 30px;
}
.gform_wrapper .gform_confirmation_message {
  border-radius: 50px;
  padding: 25px 25px 25px 50px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.gform_wrapper.gform-theme .gform_footer {
  display: flex;
  align-items: center;
}

@media (max-width: 1700px) {
  .hero {
    height: auto;
    padding-bottom: 80px;
  }
  .hero__photo {
    width: 475px;
    bottom: -80px;
  }
  .hero__inner {
    max-width: 950px;
  }
  .hero__content {
    font-size: 20px;
  }
  .hero__content h1 {
    font-size: 50px;
  }
  .hero__content h2 {
    font-size: 30px;
  }
}
@media (max-width: 1439px) {
  .header__logo {
    width: 400px;
  }
}
/*
 * XL
 */
@media (max-width: 1200px) {
  .header {
    padding: 60px 0;
  }
  .hero {
    padding-bottom: 0;
  }
  .hero__icon {
    width: 105px;
    height: 133px;
    left: 0;
    right: auto;
    top: auto;
    bottom: 28%;
  }
  .hero__inner {
    max-width: none;
    padding-top: 100px;
  }
  .hero__content {
    text-align: center;
  }
  .hero__photo {
    position: static;
    margin: 15px auto 0 auto;
    width: 100%;
    height: auto;
    max-width: 280px;
    display: block;
  }
  .hero .buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    justify-content: center;
    margin-top: 0;
    padding: 40px 0;
  }
  .hero .down-arrow {
    display: none;
  }
  .slice {
    padding: 50px 0;
  }
  .slice.padding-big {
    padding: 50px 0;
  }
  .heading, .gform_wrapper.gform-theme .gform_title {
    font-size: 46px;
  }
  .subheading {
    font-size: 20px;
  }
}
/*
 * LG
 */
@media (max-width: 992px) {
  .buttons {
    flex-wrap: wrap;
  }
  .mega-heading {
    margin: 75px 0 25px 0;
  }
  #avantages {
    text-align: center;
  }
  #avantages .wrapper.large {
    width: 100%;
  }
  .avantages__grid {
    background: #FFFFFF;
    padding-bottom: 30px;
  }
  .avantages__grid .splide__list {
    display: flex !important;
    gap: 0;
  }
  .avantages__grid .splide__arrows {
    display: flex;
    margin-top: 0 !important;
  }
  .splide .splide__arrows {
    margin-top: 50px;
  }
  .slice__intro {
    margin-bottom: 35px;
  }
  #services .top-deco,
  #services .bottom-deco {
    width: 100%;
  }
  .services__grid {
    margin: 0 0 50px 0;
  }
  .services__grid-row {
    display: block;
  }
  .services__grid-row .row-image {
    width: 100%;
    margin-bottom: 50px;
  }
  .services__grid-row .row-content {
    text-align: center !important;
  }
  .services__keywords {
    font-size: 60px;
  }
  .down-arrow {
    display: none;
  }
}
/*
 * MD
 */
@media (max-width: 768px) {
  .header.is-fixed {
    display: none;
  }
  .footer {
    padding-top: 50px;
  }
  .footer__logos {
    display: block;
    margin-bottom: 40px;
  }
  .footer__logos img {
    width: 100%;
    max-width: none !important;
  }
  .footer__contact {
    display: block;
    text-align: center;
  }
  .footer__socials {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .footer__credits p {
    margin-bottom: 25px;
  }
  .footer .tel-link {
    margin-bottom: 40px;
    display: inline-block;
  }
  .heading, .gform_wrapper.gform-theme .gform_title {
    font-size: 32px;
  }
  .page-template-default .header__nav {
    display: none !important;
  }
}
/*
 * SM
 */
/*
 * XS
 */

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