/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.otgs-development-site-front-end {
  display: none !important;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
html {
  scroll-behavior: smooth;
  min-height: 100%;
  height: auto;
}
html.noscroll {
  overflow: hidden !important;
  scroll-behavior: unset;
}

body {
  overflow-x: hidden;
  min-height: 100%;
  height: auto;
  text-rendering: geometricPrecision;
  line-height: 1.5;
  scroll-behavior: smooth;
}

/* Set Sections to take all width available */
section {
  width: 100%;
}

/* Make HR easier to work with */
hr {
  display: block;
  margin: rem(16) 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  display: block;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
  cursor: pointer;
}

a {
  text-decoration: none;
  opacity: 1;
  cursor: pointer !important;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: urbanist;
  src: url("../fonts/urbanist/Urbanist-Light.otf");
  src: url("../fonts/urbanist/Urbanist-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/urbanist/Urbanist-Light.woff2") format("woff2"), url("../fonts/urbanist/Urbanist-Light.woff") format("woff"), url("../fonts/urbanist/Urbanist-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: urbanist;
  src: url("../fonts/urbanist/Urbanist-Regular.otf");
  src: url("../fonts/urbanist/Urbanist-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/urbanist/Urbanist-Regular.woff2") format("woff2"), url("../fonts/urbanist/Urbanist-Regular.woff") format("woff"), url("../fonts/urbanist/Urbanist-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: urbanist;
  src: url("../fonts/urbanist/Urbanist-Bold.otf");
  src: url("../fonts/urbanist/Urbanist-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/urbanist/Urbanist-Bold.woff2") format("woff2"), url("../fonts/urbanist/Urbanist-Bold.woff") format("woff"), url("../fonts/urbanist/Urbanist-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
body {
  background-color: #f7f7f7;
}

form.wpcf7-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 850px;
  margin: 0 auto;
  width: 100%;
}

.mid {
  width: 100%;
}

.form-full {
  width: 100%;
}

label {
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  font-size: 15px !important;
  padding: 17px 35px 17px 19px;
  border: 1px solid #dbdbdb;
  border-radius: 5px !important;
  -webkit-appearance: none;
  outline: none;
}

.control-group {
  margin-bottom: 15px;
}
.control-group p {
  margin-bottom: 0;
}
.control-group br {
  display: none;
}
.control-group label {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}
.control-group input {
  width: 100%;
}

.control-group .dd-wrap select {
  position: relative;
  display: block;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  padding-right: 50px;
  padding: 16px 35px 16px 19px;
  border: 1px solid #dbdbdb;
  border-radius: 5px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 15px !important;
  font-weight: 500;
  line-height: 140% !important;
  font-family: inherit;
  position: relative;
  -webkit-appearance: none;
  outline: none;
  color: #0f0f0f;
}

.control-group .dd-wrap svg {
  position: absolute;
  width: 16px;
  top: 30px;
  right: 19px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.dd-wrap {
  position: relative;
}

.wpcf7-submit {
  display: inline-block;
  border: 1px solid #e0e0e0;
  padding: 1em;
  font-size: 14px;
  font-weight: 400;
  color: #0f0f0f;
  border-radius: 100px;
  background-color: transparent;
  padding: 15px 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 5px;
  cursor: pointer;
  width: fit-content !important;
}
@media only screen and (min-width: 1100px) {
  .wpcf7-submit {
    font-size: 16px;
    padding: 20px 30px;
    -webkit-transition: 300ms cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 300ms cubic-bezier(0.34, 0.7, 0.27, 1);
  }
  .wpcf7-submit:hover {
    background-color: #0f0f0f;
    color: #ffffff;
  }
}

.wpcf7-not-valid-tip {
  font-size: 14px;
}

.wpcf7-response-output {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.title-form-wp {
  font-size: 20px;
  margin-bottom: 20px;
}

.divider-form-wp {
  margin-top: 30px;
  margin-bottom: 50px;
  width: 100%;
  border-bottom: 1px solid #0f0f0f;
  opacity: 0.1;
}

.wpcf7-list-item {
  margin-left: 0 !important;
  margin-right: 15px;
  margin-bottom: 20px;
}

.codedropz-upload-handler {
  border: 1px solid #dbdbdb !important;
  padding-bottom: 20px;
}
.codedropz-upload-handler h3 {
  font-size: 18px !important;
}
.codedropz-upload-handler .cd-upload-btn {
  margin-top: 10px;
  border-radius: 30px;
  background-color: #0f0f0f;
  color: #ffffff;
  padding: 15px 25px;
  display: inline-block;
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar {
  height: 5px !important;
}

.dnd-upload-status .dnd-upload-details .name {
  color: #0f0f0f !important;
}

.dnd-upload-status .dnd-upload-details span.has-error {
  font-size: 12px !important;
}

.wpcf7-response-output {
  width: 100%;
}

.wpcf7-list-item-label {
  font-size: 16px;
}

@media only screen and (min-width: 600px) {
  .mid {
    width: 49%;
  }

  .title-form-wp {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  .title-form-wp {
    font-size: 23px;
    margin-bottom: 30px;
  }
}
h1,
.title-1 {
  font: 2.5rem "urbanist", Helvetica, Arial, sans-serif;
  color: #0f0f0f;
}
@media only screen and (min-width: 600px) {
  h1,
.title-1 {
    font-size: 3.75rem;
  }
}
@media only screen and (min-width: 1100px) {
  h1,
.title-1 {
    font-size: 6.25rem;
  }
}

h2,
.title-2 {
  font: 1.875rem "urbanist", Helvetica, Arial, sans-serif;
  line-height: 30px;
  color: #0f0f0f;
}
@media only screen and (min-width: 600px) {
  h2,
.title-2 {
    font-size: 2.5rem;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1100px) {
  h2,
.title-2 {
    font-size: 3.125rem;
    line-height: 50px;
  }
}

h3,
.title-3 {
  font: 1.125rem "urbanist", Helvetica, Arial, sans-serif;
  line-height: 20px;
}
@media only screen and (min-width: 600px) {
  h3,
.title-3 {
    font-size: 1.875rem;
    line-height: 30px;
  }
}

h4,
.title-4 {
  font: 1.25rem "urbanist", Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 600px) {
  h4,
.title-4 {
    font-size: 2.1875rem;
  }
}
@media only screen and (min-width: 1100px) {
  h4,
.title-4 {
    font-size: 2.5rem;
  }
}

h5,
.title-5 {
  font: 2.1875rem "urbanist", Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 600px) {
  h5,
.title-5 {
    font-size: 3.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  h5,
.title-5 {
    font-size: 3.125rem;
  }
}

h6,
.title-6 {
  font: 1.125rem "urbanist", Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 600px) {
  h6,
.title-6 {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  h6,
.title-6 {
    font-size: 1.25rem;
  }
}

body {
  font: 400 1rem/1.25 "urbanist", Helvetica, Arial, sans-serif;
  color: #0f0f0f;
}

p,
.paragraph {
  font: 400 1.125rem "urbanist", Helvetica, Arial, sans-serif;
  margin-bottom: 1em;
  color: #0f0f0f;
}
@media only screen and (min-width: 600px) {
  p,
.paragraph {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  p,
.paragraph {
    font-size: 1.125rem;
  }
}

.p1 {
  font: 1.125rem "urbanist", Helvetica, Arial, sans-serif;
  margin-bottom: 1em;
  color: #0f0f0f;
}
@media only screen and (min-width: 600px) {
  .p1 {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .p1 {
    font-size: 1.125rem;
  }
}

.p2 {
  font: 1rem "urbanist", Helvetica, Arial, sans-serif;
  margin-bottom: 1em;
  color: #0f0f0f;
}
@media only screen and (min-width: 600px) {
  .p2 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .p2 {
    font-size: 1.25rem;
  }
}

.p3 {
  font: 1rem "urbanist", Helvetica, Arial, sans-serif;
  margin-bottom: 1em;
  color: #0f0f0f;
}
@media only screen and (min-width: 600px) {
  .p3 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .p3 {
    font-size: 1.5rem;
  }
}

::-moz-selection {
  border: 0;
  text-shadow: none;
  outline: none;
  background-color: #dadada;
}

::selection {
  border: 0;
  text-shadow: none;
  outline: none;
  background-color: #dadada;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 600px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 2000px;
  }
}

.page-wrapper {
  position: relative;
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* Define a transition duration during page visits */
html.is-changing .transition-fade {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  opacity: 1;
}

/* Define the styles for the unloaded pages */
html.is-animating .transition-fade {
  opacity: 0;
}

.clinique-ped .header__toggle-link-ped {
  background-color: #a95a4c;
  color: #ffffff !important;
}
.clinique-ped .menu__bloc-gen {
  display: none;
}
.clinique-ped .menu__toggle-link-ped {
  background-color: #a95a4c;
  color: #ffffff !important;
}
.clinique-ped .services__service {
  border: 1px solid #a95a4c;
}

.clinique-gen .header__toggle-link-gen {
  background-color: #4e5c58;
  color: #ffffff !important;
}
.clinique-gen .menu__bloc-ped {
  display: none;
}
.clinique-gen .menu__toggle-link-gen {
  background-color: #4e5c58;
  color: #ffffff !important;
}
.clinique-gen .contact__container-informations {
  background-color: #4e5c58;
}
.clinique-gen .module-head__tag {
  color: #4e5c58;
  background-color: #4e5c583a;
}
.clinique-gen .referent__tag-gen {
  color: #4e5c58;
  background-color: #4e5c583a;
}
.clinique-gen .careers-jobs__container-left {
  background-color: #4e5c58;
}
.clinique-gen .about {
  background-color: #4e5c58;
}
.clinique-gen .services__service {
  border: 1px solid #4e5c58;
}
.clinique-gen .services__service {
  border: 1px solid #4e5c58;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4000;
  width: 100%;
  -webkit-transition: all 500ms cubic-bezier(0.34, 0.7, 0.27, 1), background-position 300ms cubic-bezier(0.34, 0.7, 0.27, 1);
  transition: all 500ms cubic-bezier(0.34, 0.7, 0.27, 1), background-position 300ms cubic-bezier(0.34, 0.7, 0.27, 1);
}
.header__logo {
  width: 180px;
  margin-bottom: 0;
  -webkit-transition: all 500ms cubic-bezier(0.34, 0.7, 0.27, 1);
  transition: all 500ms cubic-bezier(0.34, 0.7, 0.27, 1);
}
.header__logo--white {
  display: none;
}
.header__contact {
  display: inline-block;
  border: 1px solid #e0e0e0;
  padding: 1em;
  font-size: 14px;
  font-weight: 400;
  color: #0f0f0f;
  border-radius: 100px;
  background-color: transparent;
  padding: 15px 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 5px;
  cursor: pointer;
}
@media only screen and (min-width: 1100px) {
  .header__contact {
    font-size: 16px;
    padding: 20px 30px;
    -webkit-transition: 300ms cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 300ms cubic-bezier(0.34, 0.7, 0.27, 1);
  }
  .header__contact:hover {
    background-color: #0f0f0f;
    color: #ffffff;
  }
}
.header__container {
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 600px) {
  .header__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .header__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 2000px;
  }
}
.header__container-menu-link {
  display: none;
}
.header__container-toggle {
  display: none;
}
.header__mobile-menu {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #0f0f0f;
  height: 40px;
  border-radius: 50px;
}
.header__mobile-menu--open .header__mobile-menu-text-initial {
  display: none;
}
.header__mobile-menu--open .header__mobile-menu-text-close {
  display: block;
}
.header__mobile-menu-text {
  margin: 0 25px;
  font-size: 14px;
  color: #0f0f0f;
}
.header__mobile-menu-text-close {
  display: none;
}
.header__menu-link {
  color: #0f0f0f;
  margin-right: 15px;
  font-size: 15px;
  font-weight: 500;
}
.header--small {
  background-color: #ffffff;
}
.header--small .header__menu-link {
  color: #0f0f0f !important;
}
.header--small .header__toggle {
  border: 1px solid #0f0f0f !important;
}
.header--small .header__toggle-link {
  color: #0f0f0f;
}
.header--small .header__logo--white {
  display: none !important;
}
.header--small .header__logo--black {
  display: block !important;
}
.header--hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.menu {
  background-color: #f5f4f4;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  opacity: 0;
  -webkit-transform-origin: top;
          transform-origin: top;
  pointer-events: none;
  -webkit-transition: 500ms cubic-bezier(0.34, 0.7, 0.27, 1);
  transition: 500ms cubic-bezier(0.34, 0.7, 0.27, 1);
}
.menu--show {
  -webkit-transition: 500ms cubic-bezier(0.34, 0.7, 0.27, 1);
  transition: 500ms cubic-bezier(0.34, 0.7, 0.27, 1);
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: all;
}
.menu__close {
  pointer-events: all;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2000;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #0f0f0f;
  height: 40px;
  border-radius: 50px;
}
.menu__close-text {
  margin: 0 15px;
  font-size: 14px;
  color: #0f0f0f;
}
.menu__container {
  padding-top: 100px;
  height: 100%;
  position: relative;
  scroll-behavior: auto;
  overflow: auto;
}
.menu__container-invisible {
  width: 100%;
}
.menu__bloc {
  background-color: #ffffff;
  margin: 0 20px;
  padding: 20px;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu__bloc-second {
  margin-top: 20px;
}
.menu__title {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #f5f4f4;
  color: #0f0f0f;
}
.menu__link {
  display: block !important;
  color: #0f0f0f;
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 8px;
  margin-bottom: 10px;
  width: 100%;
}
.menu__link:last-of-type {
  margin-bottom: 0;
}
.menu__container-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-column: 3/13;
  grid-row: 1/2;
  margin-bottom: 50px;
  margin-left: 20px;
  margin-right: 20px;
}
.menu__toggle {
  width: 100%;
  border-radius: 40px;
  border: 1px solid #0f0f0f;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px;
}
.menu__toggle-link {
  position: relative;
  height: 40px;
  color: #0f0f0f;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  padding: 0 20px;
  width: 50%;
}

@media only screen and (min-width: 600px) {
  .menu__container {
    padding-top: 130px;
  }
  .menu__title {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 500;
  }
  .menu__link {
    font-size: 23px;
  }
  .menu__close {
    height: 50px;
  }
  .menu__close-text {
    font-size: 16px;
  }
  .menu__bloc {
    padding: 50px;
  }
  .menu__toggle {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 60px;
  }
  .menu__toggle-link {
    position: relative;
    height: 50px;
    font-size: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .header__logo {
    width: 250px;
  }
  .header__mobile-menu {
    height: 50px;
  }
  .header__mobile-menu-text {
    font-size: 16px;
  }
  .header__container-mobile-burger {
    height: 40px;
    width: 40px;
  }
}
@media only screen and (min-width: 1100px) {
  .menu__input-container {
    opacity: 0 !important;
    pointer-events: none;
  }

  .header {
    position: fixed;
  }
  .header__mobile-menu {
    display: none;
  }
  .header__container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__container-menu-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    grid-column: 3/13;
    grid-row: 2/3;
  }
  .header__logo-container {
    grid-column: 1/3;
    grid-row: 1/3;
  }
  .header__logo {
    width: 300px;
  }
  .header__menu-link {
    font-size: 21px;
    margin: 0 15px;
    -webkit-transition: 0.8s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.8s cubic-bezier(0.34, 0.7, 0.27, 1);
  }
  .header__menu-link:hover {
    opacity: 0.5;
  }
  .header__container {
    padding: 20px 50px 20px 50px;
  }
  .header__container-toggle {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    grid-column: 3/13;
    grid-row: 1/2;
    margin-bottom: 20px;
  }
  .header__toggle {
    width: auto;
    border-radius: 40px;
    border: 1px solid #0f0f0f;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 5px;
  }
  .header__toggle-link {
    position: relative;
    height: 40px;
    color: #0f0f0f;
    font-size: 17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 40px;
    padding: 0 20px;
  }
  .header__toggle {
    width: auto;
    border-radius: 40px;
    border: 1px solid #0f0f0f;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 5px;
  }
  .header__toggle-link {
    position: relative;
    height: 40px;
    color: #0f0f0f;
    font-size: 17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 40px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .header__container {
    grid-template-columns: repeat(12, 1fr);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__toggle-link {
    text-align: center;
  }
}
.grecaptcha-badge {
  visibility: hidden !important;
}

.referent__paragraph {
  width: 100%;
}

.footer {
  background-color: #ffffff;
  padding: 0 0 20px 0;
}
.footer__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 600px) {
  .footer__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .footer__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 2000px;
  }
}
.footer__line {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px solid #00000031;
}
.footer__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__content-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__copyright {
  color: #0f0f0f;
  opacity: 0.3;
  font-size: 14px;
  margin-bottom: 5px;
}
.footer__link {
  color: #0f0f0f;
  font-size: 14px;
  opacity: 0.3;
  text-align: right;
  margin-bottom: 5px;
}
.footer__credits {
  color: #0f0f0f;
  font-size: 14px;
  opacity: 0.3;
  text-align: right;
}

@media only screen and (min-width: 600px) {
  .footer__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer__line {
    width: 100%;
  }
  .footer__content-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__link {
    margin-left: 10px;
    margin-bottom: 0;
  }
  .footer__copyright {
    margin: 0;
    text-align: left;
  }
  .footer__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 1100px) {
  .footer__link {
    margin-left: 20px;
  }
  .footer__copyright a {
    -webkit-transition: 300ms cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 300ms cubic-bezier(0.34, 0.7, 0.27, 1);
  }
  .footer__copyright a:hover {
    opacity: 1 !important;
  }
  .footer a {
    -webkit-transition: 300ms cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 300ms cubic-bezier(0.34, 0.7, 0.27, 1);
  }
  .footer a:hover {
    opacity: 1 !important;
  }
}
.preloader {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100vw;
  z-index: 11111;
  pointer-events: none;
}
.preloader--hide .preloader__container {
  opacity: 0;
}
.preloader--opacity .preloader__container {
  opacity: 0;
}
.preloader__container {
  height: 100%;
  width: 100%;
  background: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.module-services {
  background-color: #ffffff;
  padding: 50px 0;
}
.module-services__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}
@media only screen and (min-width: 600px) {
  .module-services__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .module-services__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 2000px;
  }
}
.module-services__head {
  grid-row: 1/2;
}
.module-services__info {
  margin-top: 50px;
  margin-bottom: 30px;
  grid-row: 3/4;
  margin-right: 10%;
}
.module-services__tag {
  color: #0f0f0f;
  border: 1px solid #0f0f0f;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  position: relative;
  margin-bottom: 2em;
}
.module-services__title {
  color: #0f0f0f;
  margin-bottom: 70px;
  font-size: 2em;
  line-height: 1;
  width: 75%;
}
.module-services__container-image {
  display: none;
  position: relative;
  z-index: 3;
  width: 70%;
  overflow: hidden;
  padding-bottom: 250px;
}
.module-services__image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.module-services__services {
  grid-row: 2/3;
  margin-right: 10%;
}
.module-services__service {
  border-bottom: 1px solid #0f0f0f;
  margin-bottom: 30px;
}
.module-services__service-head svg {
  display: none;
}
.module-services__service-title {
  color: #0f0f0f;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 1.2;
}
.module-services__service-paragraph {
  color: #0f0f0f;
  font-size: 14px;
  line-height: 1.2;
  opacity: 50%;
  margin-bottom: 20px;
}
.module-services__container-pricing {
  background-color: #e1dfdd;
  border-radius: 20px;
  margin-bottom: 50px;
}
.module-services__pricing-title {
  font-size: 25px;
  line-height: 1.2;
  padding: 20px;
  border-bottom: 1px solid #b4b2b0;
}
.module-services__pricing-content {
  padding: 20px;
}
.module-services__pricing-description {
  color: #0f0f0f;
  font-size: 16px;
  line-height: 1.4;
  opacity: 50%;
}
.module-services__pricing-note {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 500;
}
.module-services__pricing-price {
  text-align: right;
}
.module-services__pricing-price span {
  color: #0f0f0f;
  font-size: 20px;
}
.module-services__pricing-table-line {
  display: grid;
  grid-template-columns: 2fr 1fr;
}

@media only screen and (min-width: 600px) {
  .module-services__container {
    display: grid;
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
    grid-gap: 50px;
    row-gap: 0;
  }
  .module-services__container-pricing {
    margin-bottom: 0;
  }
  .module-services__services {
    margin-top: 70px;
  }
  .module-services__title {
    color: #0f0f0f;
    margin-bottom: 70px;
    font-size: 3em;
    line-height: 1;
    width: 75%;
  }
  .module-services__service-title {
    color: #0f0f0f;
    margin-bottom: 20px;
    font-size: 32px;
    width: 75%;
    line-height: 1.2;
  }
  .module-services__service-paragraph {
    color: #0f0f0f;
    font-size: 16px;
    opacity: 50%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  .module-services {
    padding: 150px 0;
  }
  .module-services__container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
  .module-services__title {
    font-size: 4em;
    width: 100%;
  }
  .module-services__title .word {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1.2;
    overflow: hidden;
  }
  .module-services__title .word:nth-child(1) span {
    -webkit-transition-delay: 0.02s;
            transition-delay: 0.02s;
  }
  .module-services__title .word:nth-child(2) span {
    -webkit-transition-delay: 0.04s;
            transition-delay: 0.04s;
  }
  .module-services__title .word:nth-child(3) span {
    -webkit-transition-delay: 0.06s;
            transition-delay: 0.06s;
  }
  .module-services__title .word:nth-child(4) span {
    -webkit-transition-delay: 0.08s;
            transition-delay: 0.08s;
  }
  .module-services__title .word:nth-child(5) span {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .module-services__title .word:nth-child(6) span {
    -webkit-transition-delay: 0.12s;
            transition-delay: 0.12s;
  }
  .module-services__title .word:nth-child(7) span {
    -webkit-transition-delay: 0.14s;
            transition-delay: 0.14s;
  }
  .module-services__title .word:nth-child(8) span {
    -webkit-transition-delay: 0.16s;
            transition-delay: 0.16s;
  }
  .module-services__title .word:nth-child(9) span {
    -webkit-transition-delay: 0.18s;
            transition-delay: 0.18s;
  }
  .module-services__title .word:nth-child(10) span {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .module-services__title .word:nth-child(11) span {
    -webkit-transition-delay: 0.22s;
            transition-delay: 0.22s;
  }
  .module-services__title .word:nth-child(12) span {
    -webkit-transition-delay: 0.24s;
            transition-delay: 0.24s;
  }
  .module-services__title .word:nth-child(13) span {
    -webkit-transition-delay: 0.26s;
            transition-delay: 0.26s;
  }
  .module-services__title .word:nth-child(14) span {
    -webkit-transition-delay: 0.28s;
            transition-delay: 0.28s;
  }
  .module-services__title .word:nth-child(15) span {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .module-services__title .word:nth-child(16) span {
    -webkit-transition-delay: 0.32s;
            transition-delay: 0.32s;
  }
  .module-services__title .word:nth-child(17) span {
    -webkit-transition-delay: 0.34s;
            transition-delay: 0.34s;
  }
  .module-services__title .word:nth-child(18) span {
    -webkit-transition-delay: 0.36s;
            transition-delay: 0.36s;
  }
  .module-services__title .word:nth-child(19) span {
    -webkit-transition-delay: 0.38s;
            transition-delay: 0.38s;
  }
  .module-services__title .word:nth-child(20) span {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .module-services__title .word:nth-child(21) span {
    -webkit-transition-delay: 0.42s;
            transition-delay: 0.42s;
  }
  .module-services__title .word:nth-child(22) span {
    -webkit-transition-delay: 0.44s;
            transition-delay: 0.44s;
  }
  .module-services__title .word:nth-child(23) span {
    -webkit-transition-delay: 0.46s;
            transition-delay: 0.46s;
  }
  .module-services__title .word:nth-child(24) span {
    -webkit-transition-delay: 0.48s;
            transition-delay: 0.48s;
  }
  .module-services__title .word:nth-child(25) span {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .module-services__title .word:nth-child(26) span {
    -webkit-transition-delay: 0.52s;
            transition-delay: 0.52s;
  }
  .module-services__title .word:nth-child(27) span {
    -webkit-transition-delay: 0.54s;
            transition-delay: 0.54s;
  }
  .module-services__title .word:nth-child(28) span {
    -webkit-transition-delay: 0.56s;
            transition-delay: 0.56s;
  }
  .module-services__title .word:nth-child(29) span {
    -webkit-transition-delay: 0.58s;
            transition-delay: 0.58s;
  }
  .module-services__title .word:nth-child(30) span {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .module-services__title .word:nth-child(31) span {
    -webkit-transition-delay: 0.62s;
            transition-delay: 0.62s;
  }
  .module-services__title .word:nth-child(32) span {
    -webkit-transition-delay: 0.64s;
            transition-delay: 0.64s;
  }
  .module-services__title .word:nth-child(33) span {
    -webkit-transition-delay: 0.66s;
            transition-delay: 0.66s;
  }
  .module-services__title .word:nth-child(34) span {
    -webkit-transition-delay: 0.68s;
            transition-delay: 0.68s;
  }
  .module-services__title .word:nth-child(35) span {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .module-services__title .word:nth-child(36) span {
    -webkit-transition-delay: 0.72s;
            transition-delay: 0.72s;
  }
  .module-services__title .word:nth-child(37) span {
    -webkit-transition-delay: 0.74s;
            transition-delay: 0.74s;
  }
  .module-services__title .word:nth-child(38) span {
    -webkit-transition-delay: 0.76s;
            transition-delay: 0.76s;
  }
  .module-services__title .word:nth-child(39) span {
    -webkit-transition-delay: 0.78s;
            transition-delay: 0.78s;
  }
  .module-services__title .word:nth-child(40) span {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .module-services__title .word:nth-child(41) span {
    -webkit-transition-delay: 0.82s;
            transition-delay: 0.82s;
  }
  .module-services__title .word:nth-child(42) span {
    -webkit-transition-delay: 0.84s;
            transition-delay: 0.84s;
  }
  .module-services__title .word:nth-child(43) span {
    -webkit-transition-delay: 0.86s;
            transition-delay: 0.86s;
  }
  .module-services__title .word:nth-child(44) span {
    -webkit-transition-delay: 0.88s;
            transition-delay: 0.88s;
  }
  .module-services__title .word:nth-child(45) span {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .module-services__title .word:nth-child(46) span {
    -webkit-transition-delay: 0.92s;
            transition-delay: 0.92s;
  }
  .module-services__title .word:nth-child(47) span {
    -webkit-transition-delay: 0.94s;
            transition-delay: 0.94s;
  }
  .module-services__title .word:nth-child(48) span {
    -webkit-transition-delay: 0.96s;
            transition-delay: 0.96s;
  }
  .module-services__title .word:nth-child(49) span {
    -webkit-transition-delay: 0.98s;
            transition-delay: 0.98s;
  }
  .module-services__title .word:nth-child(50) span {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .module-services__title .word:nth-child(51) span {
    -webkit-transition-delay: 1.02s;
            transition-delay: 1.02s;
  }
  .module-services__title .word:nth-child(52) span {
    -webkit-transition-delay: 1.04s;
            transition-delay: 1.04s;
  }
  .module-services__title .word:nth-child(53) span {
    -webkit-transition-delay: 1.06s;
            transition-delay: 1.06s;
  }
  .module-services__title .word:nth-child(54) span {
    -webkit-transition-delay: 1.08s;
            transition-delay: 1.08s;
  }
  .module-services__title .word:nth-child(55) span {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  .module-services__title .word:nth-child(56) span {
    -webkit-transition-delay: 1.12s;
            transition-delay: 1.12s;
  }
  .module-services__title .word:nth-child(57) span {
    -webkit-transition-delay: 1.14s;
            transition-delay: 1.14s;
  }
  .module-services__title .word:nth-child(58) span {
    -webkit-transition-delay: 1.16s;
            transition-delay: 1.16s;
  }
  .module-services__title .word:nth-child(59) span {
    -webkit-transition-delay: 1.18s;
            transition-delay: 1.18s;
  }
  .module-services__title .word:nth-child(60) span {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .module-services__title .word:nth-child(61) span {
    -webkit-transition-delay: 1.22s;
            transition-delay: 1.22s;
  }
  .module-services__title .word:nth-child(62) span {
    -webkit-transition-delay: 1.24s;
            transition-delay: 1.24s;
  }
  .module-services__title .word:nth-child(63) span {
    -webkit-transition-delay: 1.26s;
            transition-delay: 1.26s;
  }
  .module-services__title .word:nth-child(64) span {
    -webkit-transition-delay: 1.28s;
            transition-delay: 1.28s;
  }
  .module-services__title .word:nth-child(65) span {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  .module-services__title .word:nth-child(66) span {
    -webkit-transition-delay: 1.32s;
            transition-delay: 1.32s;
  }
  .module-services__title .word:nth-child(67) span {
    -webkit-transition-delay: 1.34s;
            transition-delay: 1.34s;
  }
  .module-services__title .word:nth-child(68) span {
    -webkit-transition-delay: 1.36s;
            transition-delay: 1.36s;
  }
  .module-services__title .word:nth-child(69) span {
    -webkit-transition-delay: 1.38s;
            transition-delay: 1.38s;
  }
  .module-services__title .word:nth-child(70) span {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  .module-services__title .word:nth-child(71) span {
    -webkit-transition-delay: 1.42s;
            transition-delay: 1.42s;
  }
  .module-services__title .word:nth-child(72) span {
    -webkit-transition-delay: 1.44s;
            transition-delay: 1.44s;
  }
  .module-services__title .word:nth-child(73) span {
    -webkit-transition-delay: 1.46s;
            transition-delay: 1.46s;
  }
  .module-services__title .word:nth-child(74) span {
    -webkit-transition-delay: 1.48s;
            transition-delay: 1.48s;
  }
  .module-services__title .word:nth-child(75) span {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  .module-services__title .word:nth-child(76) span {
    -webkit-transition-delay: 1.52s;
            transition-delay: 1.52s;
  }
  .module-services__title .word:nth-child(77) span {
    -webkit-transition-delay: 1.54s;
            transition-delay: 1.54s;
  }
  .module-services__title .word:nth-child(78) span {
    -webkit-transition-delay: 1.56s;
            transition-delay: 1.56s;
  }
  .module-services__title .word:nth-child(79) span {
    -webkit-transition-delay: 1.58s;
            transition-delay: 1.58s;
  }
  .module-services__title .word:nth-child(80) span {
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  .module-services__title .word:nth-child(81) span {
    -webkit-transition-delay: 1.62s;
            transition-delay: 1.62s;
  }
  .module-services__title .word:nth-child(82) span {
    -webkit-transition-delay: 1.64s;
            transition-delay: 1.64s;
  }
  .module-services__title .word:nth-child(83) span {
    -webkit-transition-delay: 1.66s;
            transition-delay: 1.66s;
  }
  .module-services__title .word:nth-child(84) span {
    -webkit-transition-delay: 1.68s;
            transition-delay: 1.68s;
  }
  .module-services__title .word:nth-child(85) span {
    -webkit-transition-delay: 1.7s;
            transition-delay: 1.7s;
  }
  .module-services__title .word:nth-child(86) span {
    -webkit-transition-delay: 1.72s;
            transition-delay: 1.72s;
  }
  .module-services__title .word:nth-child(87) span {
    -webkit-transition-delay: 1.74s;
            transition-delay: 1.74s;
  }
  .module-services__title .word:nth-child(88) span {
    -webkit-transition-delay: 1.76s;
            transition-delay: 1.76s;
  }
  .module-services__title .word:nth-child(89) span {
    -webkit-transition-delay: 1.78s;
            transition-delay: 1.78s;
  }
  .module-services__title .word:nth-child(90) span {
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s;
  }
  .module-services__title .word:nth-child(91) span {
    -webkit-transition-delay: 1.82s;
            transition-delay: 1.82s;
  }
  .module-services__title .word:nth-child(92) span {
    -webkit-transition-delay: 1.84s;
            transition-delay: 1.84s;
  }
  .module-services__title .word:nth-child(93) span {
    -webkit-transition-delay: 1.86s;
            transition-delay: 1.86s;
  }
  .module-services__title .word:nth-child(94) span {
    -webkit-transition-delay: 1.88s;
            transition-delay: 1.88s;
  }
  .module-services__title .word:nth-child(95) span {
    -webkit-transition-delay: 1.9s;
            transition-delay: 1.9s;
  }
  .module-services__title .word:nth-child(96) span {
    -webkit-transition-delay: 1.92s;
            transition-delay: 1.92s;
  }
  .module-services__title .word:nth-child(97) span {
    -webkit-transition-delay: 1.94s;
            transition-delay: 1.94s;
  }
  .module-services__title .word:nth-child(98) span {
    -webkit-transition-delay: 1.96s;
            transition-delay: 1.96s;
  }
  .module-services__title .word:nth-child(99) span {
    -webkit-transition-delay: 1.98s;
            transition-delay: 1.98s;
  }
  .module-services__title .word:nth-child(100) span {
    -webkit-transition-delay: 2s;
            transition-delay: 2s;
  }
  .module-services__title .word span {
    display: inline-block;
    -webkit-transform: translateY(105%);
            transform: translateY(105%);
    -webkit-transition: 1.25s cubic-bezier(0.46, 0.01, 0.04, 1);
    transition: 1.25s cubic-bezier(0.46, 0.01, 0.04, 1);
  }
  .module-services__tag {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.3s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.3s;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  .module-services__container-image {
    display: block;
    width: 60%;
    padding-bottom: 75%;
  }
  .module-services__head {
    grid-row: 1/2;
    grid-column: 1/6;
  }
  .module-services__info {
    grid-row: 2/3;
    grid-column: 1/6;
    opacity: 0;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(150px) rotate(10deg);
            transform: translateY(150px) rotate(10deg);
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.5s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.5s;
  }
  .module-services__container-image-show {
    opacity: 0;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(150px) rotate(10deg);
            transform: translateY(150px) rotate(10deg);
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.5s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.5s;
  }
  .module-services__service-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .module-services__service-head svg {
    display: block;
    width: 30px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 10px;
  }
  .module-services__services {
    margin-left: 50px;
    grid-column: 6/13;
    grid-row: 1/3;
    margin-right: 0;
  }
  .module-services__service {
    display: grid;
    grid-template-columns: 2fr 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
    padding-bottom: 30px;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  .module-services__service:nth-of-type(1n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.2s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.2s;
  }
  .module-services__service:nth-of-type(2n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.3s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.3s;
  }
  .module-services__service:nth-of-type(3n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.4s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.4s;
  }
  .module-services__service:nth-of-type(4n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.5s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.5s;
  }
  .module-services__service:nth-of-type(5n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.6s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.6s;
  }
  .module-services__service:nth-of-type(6n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.7s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.7s;
  }
  .module-services__service:nth-of-type(7n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.8s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.8s;
  }
  .module-services__service:nth-of-type(8n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.9s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.9s;
  }
  .module-services__service:nth-of-type(9n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 1s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 1s;
  }
  .module-services__service:nth-of-type(10n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 1.1s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 1.1s;
  }
  .module-services__service:nth-of-type(11n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 1.2s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 1.2s;
  }
  .module-services__service:nth-of-type(12n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 1.3s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 1.3s;
  }
  .module-services__service:nth-of-type(13n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 1.4s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 1.4s;
  }
  .module-services__service:nth-of-type(14n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 1.5s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 1.5s;
  }
  .module-services__service:nth-of-type(15n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 1.6s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 1.6s;
  }
  .module-services__service:nth-of-type(16n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 1.7s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 1.7s;
  }
  .module-services__service:nth-of-type(17n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 1.8s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 1.8s;
  }
  .module-services__service:nth-of-type(18n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 1.9s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 1.9s;
  }
  .module-services__service:nth-of-type(19n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 2s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 2s;
  }
  .module-services__service:nth-of-type(20n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 2.1s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 2.1s;
  }
  .module-services__service:nth-of-type(21n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 2.2s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 2.2s;
  }
  .module-services__service:nth-of-type(22n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 2.3s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 2.3s;
  }
  .module-services__service:nth-of-type(23n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 2.4s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 2.4s;
  }
  .module-services__service:nth-of-type(24n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 2.5s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 2.5s;
  }
  .module-services__service:nth-of-type(25n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 2.6s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 2.6s;
  }
  .module-services__service-title {
    margin-left: 30px;
    color: #0f0f0f;
    margin-bottom: 20px;
    font-size: 2.5rem;
    width: 75%;
    line-height: 1.2;
  }
  .module-services__container-pricing {
    max-width: 400px;
  }
  .module-services__pricing-title {
    padding: 30px;
  }
  .module-services__pricing-content {
    padding: 30px;
  }
  .module-services__pricing-note {
    margin-top: 70px;
  }
  .module-services__pricing-price span {
    font-size: 30px;
  }
  .module-services--tadam .module-services__title {
    opacity: 1;
  }
  .module-services--tadam .module-services__title .word span {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .module-services--tadam .module-services__info {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
    opacity: 1;
  }
  .module-services--tadam .module-services__container-image-show {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
    opacity: 1;
  }
  .module-services--tadam .module-services__service {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .module-services--tadam .module-services__tag {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.module-head {
  padding: 150px 0 30px 0;
}
.module-head__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 600px) {
  .module-head__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .module-head__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 2000px;
  }
}
.module-head__head {
  margin-bottom: 30px;
}
.module-head__paragraph {
  font-size: 18px;
  line-height: 1.4;
  opacity: 0.8;
  text-align: justify;
}
.module-head__title {
  color: #0f0f0f;
  margin-bottom: 20px;
  font-size: 50px;
}
.module-head__line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #0f0f0f;
}
.module-head__tag {
  font-size: 12px;
  background-color: #a95a4c31;
  color: #a95a4c;
  padding: 10px 15px;
  border-radius: 20px;
  margin-bottom: 10px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (min-width: 600px) {
  .module-head__paragraph {
    margin-right: 20%;
  }
  .module-head__title {
    color: #0f0f0f;
    margin-bottom: 20px;
    font-size: 70px;
    line-height: 1;
  }
  .module-head__tag {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  .module-head {
    padding: 250px 0 50px 0;
  }
  .module-head__head {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    margin: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 50px;
  }
  .module-head__title {
    opacity: 0;
    -webkit-transition: 1.5s ease;
    transition: 1.5s ease;
    grid-column: 1/8;
    font-size: 112px;
    margin-bottom: 0;
    width: 100%;
    padding-right: 50px;
  }
  .module-head__container-paragraph {
    grid-column: 8/13;
    opacity: 0;
    -webkit-transition: 1.5s ease;
    transition: 1.5s ease;
  }
  .module-head__paragraph {
    margin: 0;
    font-size: 22px;
    max-width: none;
  }
  .module-head__line {
    -webkit-transition: 1s cubic-bezier(0.3, 1, 0.7, 1) 0.3s;
    transition: 1s cubic-bezier(0.3, 1, 0.7, 1) 0.3s;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .module-head__tag {
    display: none;
  }
  .module-head--tadam .module-head__title {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .module-head--tadam .module-head__container-paragraph {
    opacity: 1;
  }
  .module-head--tadam .module-head__line {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.cta {
  background-color: #ffffff;
  padding: 20px 0;
  border-radius: 20px 20px 0 0;
}
.cta__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 600px) {
  .cta__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .cta__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 2000px;
  }
}
.cta__link {
  font-size: 30px;
  line-height: 0.9;
  color: #0f0f0f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cta__link span {
  opacity: 0.3;
}
.cta__link svg {
  margin-left: 10px;
  width: 30px;
  opacity: 0.3;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media only screen and (min-width: 600px) {
  .cta {
    padding: 50px 0 50px 0;
  }
  .cta__link {
    font-size: 70px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .cta__link svg {
    margin-left: 10px;
    width: 40px;
  }
}
@media only screen and (min-width: 1100px) {
  .cta {
    padding: 100px 0 80px 0;
    border-radius: 50px 50px 0 0;
  }
  .cta__link {
    font-size: 115px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .cta__link span {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .cta__link svg {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .cta__link:hover {
    opacity: 1;
  }
  .cta__link:hover span {
    opacity: 0.7;
  }
  .cta__link:hover svg {
    opacity: 0.7;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .cta__link svg {
    margin-left: 30px;
    width: 70px;
    margin-top: 10px;
  }
}
.module-team {
  background-color: #ffffff;
  border-radius: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.module-team__item-image {
  width: 70%;
  margin: 20px auto;
}
.module-team__name {
  text-align: center;
  line-height: 1;
  font-size: 23px;
  margin-top: 30px;
}
.module-team__job {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 5px;
}
.module-team__description {
  text-align: center;
  line-height: 1.4;
  font-size: 14px;
  opacity: 0.8;
}
.module-team__container-image {
  padding: 0 30px;
}
.module-team__content {
  padding: 0 30px;
}

@media only screen and (min-width: 600px) {
  .module-team__container {
    display: grid;
    grid-template-columns: 4fr 6fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .module-team__item-image {
    width: 100%;
    padding: 20px;
    margin: 0;
  }
  .module-team__name {
    text-align: left;
    font-size: 30px;
  }
  .module-team__job {
    text-align: left;
  }
  .module-team__description {
    text-align: justify;
    font-size: 16px;
  }
  .module-team__content {
    padding-left: 0;
    padding-right: 20%;
  }
}
@media only screen and (min-width: 1100px) {
  .module-team {
    padding: 0;
    border-radius: 50px;
  }
  .module-team__container {
    grid-template-columns: 3fr 7fr;
    padding: 50px;
  }
  .module-team__container-image {
    padding: 0;
  }
  .module-team__item-image {
    padding: 0;
  }
  .module-team__content {
    padding-right: 0;
    padding-left: 50px;
  }
  .module-team__name {
    font-size: 40px;
    margin-top: 20px;
  }
  .module-team__job {
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .module-team__description {
    font-size: 18px;
  }
}
.page-template-tp-home header,
.page-template-tp-home footer {
  display: none;
}

.home {
  position: relative;
  height: 100dvh;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.home__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
  max-width: none !important;
}
@media only screen and (min-width: 600px) {
  .home__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .home__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 2000px;
  }
}
.home__container-image {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.home__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home__filter {
  position: absolute;
  inset: 0;
  background-color: #0f0f0f;
  opacity: 0.3;
  z-index: 2;
}
.home__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.home__logo {
  width: 180px;
  margin-bottom: 20px;
}
.home__title {
  color: #ffffff;
  margin: 20px 0;
  font-size: 2.8em;
  line-height: 1;
}
.home__container-choice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.home__link-a {
  display: inline-block;
  border: 1px solid #ffffff;
  padding: 1em;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  border-radius: 100px;
  padding: 20px 30px;
  margin: 5px;
  cursor: pointer;
}
@media only screen and (min-width: 1100px) {
  .home__link-a {
    font-size: 18px;
    padding: 30px 45px;
    -webkit-transition: 300ms cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 300ms cubic-bezier(0.34, 0.7, 0.27, 1);
  }
  .home__link-a:hover {
    background-color: #ffffff;
    color: #0f0f0f;
  }
}

@media only screen and (min-width: 600px) {
  .home__logo {
    width: 250px;
  }
  .home__title {
    font-size: 5em;
  }
}
@media only screen and (min-width: 1100px) {
  .home {
    min-height: 900px;
  }
  .home__logo {
    width: 300px;
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.2s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.2s;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  .home__title {
    width: 100%;
    font-size: 125px;
    line-height: 1;
  }
  .home__title .word {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1.17;
    overflow: hidden;
  }
  .home__title .word:nth-child(1) span {
    -webkit-transition-delay: 0.02s;
            transition-delay: 0.02s;
  }
  .home__title .word:nth-child(2) span {
    -webkit-transition-delay: 0.04s;
            transition-delay: 0.04s;
  }
  .home__title .word:nth-child(3) span {
    -webkit-transition-delay: 0.06s;
            transition-delay: 0.06s;
  }
  .home__title .word:nth-child(4) span {
    -webkit-transition-delay: 0.08s;
            transition-delay: 0.08s;
  }
  .home__title .word:nth-child(5) span {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .home__title .word:nth-child(6) span {
    -webkit-transition-delay: 0.12s;
            transition-delay: 0.12s;
  }
  .home__title .word:nth-child(7) span {
    -webkit-transition-delay: 0.14s;
            transition-delay: 0.14s;
  }
  .home__title .word:nth-child(8) span {
    -webkit-transition-delay: 0.16s;
            transition-delay: 0.16s;
  }
  .home__title .word:nth-child(9) span {
    -webkit-transition-delay: 0.18s;
            transition-delay: 0.18s;
  }
  .home__title .word:nth-child(10) span {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .home__title .word:nth-child(11) span {
    -webkit-transition-delay: 0.22s;
            transition-delay: 0.22s;
  }
  .home__title .word:nth-child(12) span {
    -webkit-transition-delay: 0.24s;
            transition-delay: 0.24s;
  }
  .home__title .word:nth-child(13) span {
    -webkit-transition-delay: 0.26s;
            transition-delay: 0.26s;
  }
  .home__title .word:nth-child(14) span {
    -webkit-transition-delay: 0.28s;
            transition-delay: 0.28s;
  }
  .home__title .word:nth-child(15) span {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .home__title .word:nth-child(16) span {
    -webkit-transition-delay: 0.32s;
            transition-delay: 0.32s;
  }
  .home__title .word:nth-child(17) span {
    -webkit-transition-delay: 0.34s;
            transition-delay: 0.34s;
  }
  .home__title .word:nth-child(18) span {
    -webkit-transition-delay: 0.36s;
            transition-delay: 0.36s;
  }
  .home__title .word:nth-child(19) span {
    -webkit-transition-delay: 0.38s;
            transition-delay: 0.38s;
  }
  .home__title .word:nth-child(20) span {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .home__title .word:nth-child(21) span {
    -webkit-transition-delay: 0.42s;
            transition-delay: 0.42s;
  }
  .home__title .word:nth-child(22) span {
    -webkit-transition-delay: 0.44s;
            transition-delay: 0.44s;
  }
  .home__title .word:nth-child(23) span {
    -webkit-transition-delay: 0.46s;
            transition-delay: 0.46s;
  }
  .home__title .word:nth-child(24) span {
    -webkit-transition-delay: 0.48s;
            transition-delay: 0.48s;
  }
  .home__title .word:nth-child(25) span {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .home__title .word:nth-child(26) span {
    -webkit-transition-delay: 0.52s;
            transition-delay: 0.52s;
  }
  .home__title .word:nth-child(27) span {
    -webkit-transition-delay: 0.54s;
            transition-delay: 0.54s;
  }
  .home__title .word:nth-child(28) span {
    -webkit-transition-delay: 0.56s;
            transition-delay: 0.56s;
  }
  .home__title .word:nth-child(29) span {
    -webkit-transition-delay: 0.58s;
            transition-delay: 0.58s;
  }
  .home__title .word:nth-child(30) span {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .home__title .word:nth-child(31) span {
    -webkit-transition-delay: 0.62s;
            transition-delay: 0.62s;
  }
  .home__title .word:nth-child(32) span {
    -webkit-transition-delay: 0.64s;
            transition-delay: 0.64s;
  }
  .home__title .word:nth-child(33) span {
    -webkit-transition-delay: 0.66s;
            transition-delay: 0.66s;
  }
  .home__title .word:nth-child(34) span {
    -webkit-transition-delay: 0.68s;
            transition-delay: 0.68s;
  }
  .home__title .word:nth-child(35) span {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .home__title .word:nth-child(36) span {
    -webkit-transition-delay: 0.72s;
            transition-delay: 0.72s;
  }
  .home__title .word:nth-child(37) span {
    -webkit-transition-delay: 0.74s;
            transition-delay: 0.74s;
  }
  .home__title .word:nth-child(38) span {
    -webkit-transition-delay: 0.76s;
            transition-delay: 0.76s;
  }
  .home__title .word:nth-child(39) span {
    -webkit-transition-delay: 0.78s;
            transition-delay: 0.78s;
  }
  .home__title .word:nth-child(40) span {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .home__title .word:nth-child(41) span {
    -webkit-transition-delay: 0.82s;
            transition-delay: 0.82s;
  }
  .home__title .word:nth-child(42) span {
    -webkit-transition-delay: 0.84s;
            transition-delay: 0.84s;
  }
  .home__title .word:nth-child(43) span {
    -webkit-transition-delay: 0.86s;
            transition-delay: 0.86s;
  }
  .home__title .word:nth-child(44) span {
    -webkit-transition-delay: 0.88s;
            transition-delay: 0.88s;
  }
  .home__title .word:nth-child(45) span {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .home__title .word:nth-child(46) span {
    -webkit-transition-delay: 0.92s;
            transition-delay: 0.92s;
  }
  .home__title .word:nth-child(47) span {
    -webkit-transition-delay: 0.94s;
            transition-delay: 0.94s;
  }
  .home__title .word:nth-child(48) span {
    -webkit-transition-delay: 0.96s;
            transition-delay: 0.96s;
  }
  .home__title .word:nth-child(49) span {
    -webkit-transition-delay: 0.98s;
            transition-delay: 0.98s;
  }
  .home__title .word:nth-child(50) span {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .home__title .word:nth-child(51) span {
    -webkit-transition-delay: 1.02s;
            transition-delay: 1.02s;
  }
  .home__title .word:nth-child(52) span {
    -webkit-transition-delay: 1.04s;
            transition-delay: 1.04s;
  }
  .home__title .word:nth-child(53) span {
    -webkit-transition-delay: 1.06s;
            transition-delay: 1.06s;
  }
  .home__title .word:nth-child(54) span {
    -webkit-transition-delay: 1.08s;
            transition-delay: 1.08s;
  }
  .home__title .word:nth-child(55) span {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  .home__title .word:nth-child(56) span {
    -webkit-transition-delay: 1.12s;
            transition-delay: 1.12s;
  }
  .home__title .word:nth-child(57) span {
    -webkit-transition-delay: 1.14s;
            transition-delay: 1.14s;
  }
  .home__title .word:nth-child(58) span {
    -webkit-transition-delay: 1.16s;
            transition-delay: 1.16s;
  }
  .home__title .word:nth-child(59) span {
    -webkit-transition-delay: 1.18s;
            transition-delay: 1.18s;
  }
  .home__title .word:nth-child(60) span {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .home__title .word:nth-child(61) span {
    -webkit-transition-delay: 1.22s;
            transition-delay: 1.22s;
  }
  .home__title .word:nth-child(62) span {
    -webkit-transition-delay: 1.24s;
            transition-delay: 1.24s;
  }
  .home__title .word:nth-child(63) span {
    -webkit-transition-delay: 1.26s;
            transition-delay: 1.26s;
  }
  .home__title .word:nth-child(64) span {
    -webkit-transition-delay: 1.28s;
            transition-delay: 1.28s;
  }
  .home__title .word:nth-child(65) span {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  .home__title .word:nth-child(66) span {
    -webkit-transition-delay: 1.32s;
            transition-delay: 1.32s;
  }
  .home__title .word:nth-child(67) span {
    -webkit-transition-delay: 1.34s;
            transition-delay: 1.34s;
  }
  .home__title .word:nth-child(68) span {
    -webkit-transition-delay: 1.36s;
            transition-delay: 1.36s;
  }
  .home__title .word:nth-child(69) span {
    -webkit-transition-delay: 1.38s;
            transition-delay: 1.38s;
  }
  .home__title .word:nth-child(70) span {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  .home__title .word:nth-child(71) span {
    -webkit-transition-delay: 1.42s;
            transition-delay: 1.42s;
  }
  .home__title .word:nth-child(72) span {
    -webkit-transition-delay: 1.44s;
            transition-delay: 1.44s;
  }
  .home__title .word:nth-child(73) span {
    -webkit-transition-delay: 1.46s;
            transition-delay: 1.46s;
  }
  .home__title .word:nth-child(74) span {
    -webkit-transition-delay: 1.48s;
            transition-delay: 1.48s;
  }
  .home__title .word:nth-child(75) span {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  .home__title .word:nth-child(76) span {
    -webkit-transition-delay: 1.52s;
            transition-delay: 1.52s;
  }
  .home__title .word:nth-child(77) span {
    -webkit-transition-delay: 1.54s;
            transition-delay: 1.54s;
  }
  .home__title .word:nth-child(78) span {
    -webkit-transition-delay: 1.56s;
            transition-delay: 1.56s;
  }
  .home__title .word:nth-child(79) span {
    -webkit-transition-delay: 1.58s;
            transition-delay: 1.58s;
  }
  .home__title .word:nth-child(80) span {
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  .home__title .word:nth-child(81) span {
    -webkit-transition-delay: 1.62s;
            transition-delay: 1.62s;
  }
  .home__title .word:nth-child(82) span {
    -webkit-transition-delay: 1.64s;
            transition-delay: 1.64s;
  }
  .home__title .word:nth-child(83) span {
    -webkit-transition-delay: 1.66s;
            transition-delay: 1.66s;
  }
  .home__title .word:nth-child(84) span {
    -webkit-transition-delay: 1.68s;
            transition-delay: 1.68s;
  }
  .home__title .word:nth-child(85) span {
    -webkit-transition-delay: 1.7s;
            transition-delay: 1.7s;
  }
  .home__title .word:nth-child(86) span {
    -webkit-transition-delay: 1.72s;
            transition-delay: 1.72s;
  }
  .home__title .word:nth-child(87) span {
    -webkit-transition-delay: 1.74s;
            transition-delay: 1.74s;
  }
  .home__title .word:nth-child(88) span {
    -webkit-transition-delay: 1.76s;
            transition-delay: 1.76s;
  }
  .home__title .word:nth-child(89) span {
    -webkit-transition-delay: 1.78s;
            transition-delay: 1.78s;
  }
  .home__title .word:nth-child(90) span {
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s;
  }
  .home__title .word:nth-child(91) span {
    -webkit-transition-delay: 1.82s;
            transition-delay: 1.82s;
  }
  .home__title .word:nth-child(92) span {
    -webkit-transition-delay: 1.84s;
            transition-delay: 1.84s;
  }
  .home__title .word:nth-child(93) span {
    -webkit-transition-delay: 1.86s;
            transition-delay: 1.86s;
  }
  .home__title .word:nth-child(94) span {
    -webkit-transition-delay: 1.88s;
            transition-delay: 1.88s;
  }
  .home__title .word:nth-child(95) span {
    -webkit-transition-delay: 1.9s;
            transition-delay: 1.9s;
  }
  .home__title .word:nth-child(96) span {
    -webkit-transition-delay: 1.92s;
            transition-delay: 1.92s;
  }
  .home__title .word:nth-child(97) span {
    -webkit-transition-delay: 1.94s;
            transition-delay: 1.94s;
  }
  .home__title .word:nth-child(98) span {
    -webkit-transition-delay: 1.96s;
            transition-delay: 1.96s;
  }
  .home__title .word:nth-child(99) span {
    -webkit-transition-delay: 1.98s;
            transition-delay: 1.98s;
  }
  .home__title .word:nth-child(100) span {
    -webkit-transition-delay: 2s;
            transition-delay: 2s;
  }
  .home__title .word span {
    display: inline-block;
    -webkit-transform: translateY(105%);
            transform: translateY(105%);
    -webkit-transition: 1.25s cubic-bezier(0.46, 0.01, 0.04, 1);
    transition: 1.25s cubic-bezier(0.46, 0.01, 0.04, 1);
  }
  .home__link-a-second {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.3s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.3s;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  .home__link-a-first {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.4s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.4s;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  .home--tadam .home__title {
    opacity: 1;
  }
  .home--tadam .home__title .word span {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  .home--tadam .home__link-a-second, .home--tadam .home__link-a-first, .home--tadam .home__logo {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.noscroll .header__logo--white {
  display: none !important;
}
.noscroll .header__logo--black {
  display: block !important;
}
.noscroll .header__mobile-menu {
  border: 1px solid #0f0f0f !important;
}
.noscroll .header__mobile-menu-text {
  color: #0f0f0f !important;
}

.page-template-tp-gabarit-page .header__logo--white,
.background--white .header__logo--white {
  display: block;
}
.page-template-tp-gabarit-page .header__logo--black,
.background--white .header__logo--black {
  display: none;
}
.page-template-tp-gabarit-page .header__menu-link,
.background--white .header__menu-link {
  color: #ffffff;
}
.page-template-tp-gabarit-page .header__toggle,
.background--white .header__toggle {
  border: 1px solid #ffffff;
}
.page-template-tp-gabarit-page .header__toggle-link,
.background--white .header__toggle-link {
  color: #ffffff;
}
.page-template-tp-gabarit-page .header--small .header__toggle-link,
.background--white .header--small .header__toggle-link {
  color: #0f0f0f;
}
.page-template-tp-gabarit-page .header__mobile-menu,
.background--white .header__mobile-menu {
  border: 1px solid #ffffff;
}
.page-template-tp-gabarit-page .header__mobile-menu-text,
.background--white .header__mobile-menu-text {
  color: #ffffff;
}
.page-template-tp-gabarit-page .header__container-mobile-burger,
.background--white .header__container-mobile-burger {
  background-color: #ffffff;
}
.page-template-tp-gabarit-page .header__burger-line,
.background--white .header__burger-line {
  background-color: #0f0f0f;
}

.home-hero {
  border-radius: 0 0 20px 20px;
  position: relative;
  z-index: 4;
  overflow: hidden;
  height: 50vh;
  height: 50dvh;
  min-height: 600px;
}
.home-hero__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 3;
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (min-width: 600px) {
  .home-hero__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .home-hero__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 2000px;
  }
}
.home-hero__filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0f0f0f;
  opacity: 30%;
  z-index: 2;
}
.home-hero__container-image-parralax {
  position: absolute;
  width: 100%;
  height: 100%;
}
.home-hero__container-image {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  z-index: 1;
}
.home-hero__image {
  position: absolute;
  height: 110%;
  width: 100%;
  margin: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 30px;
}
.home-hero__title {
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1;
  font-size: 2.8em;
  line-height: 1;
}
.home-hero__line {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.home-hero__info {
  border-radius: 20px;
  margin-bottom: 20px;
}
.home-hero__subtitle {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: left;
}
.home-hero__container-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.home-hero__link {
  display: inline-block;
  border: 1px solid #e0e0e0;
  padding: 1em;
  font-size: 14px;
  font-weight: 400;
  color: #0f0f0f;
  border-radius: 100px;
  background-color: transparent;
  padding: 15px 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 5px;
  cursor: pointer;
  margin: 0;
  margin-right: 5px;
  color: #ffffff;
}
@media only screen and (min-width: 1100px) {
  .home-hero__link {
    font-size: 16px;
    padding: 20px 30px;
    -webkit-transition: 300ms cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 300ms cubic-bezier(0.34, 0.7, 0.27, 1);
  }
  .home-hero__link:hover {
    background-color: #0f0f0f;
    color: #ffffff;
  }
}

.about {
  background-color: #a95a4c;
  border-radius: 0 0 20px 20px;
  padding: 100px 0 50px 0;
  margin-top: -30px;
  position: relative;
  z-index: 3;
}
.about__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 600px) {
  .about__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .about__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 2000px;
  }
}
.about__container-image {
  grid-row: 2/3;
}
.about__content {
  grid-row: 1/2;
}
.about__image {
  width: 100%;
  padding-right: 30%;
}
.about__tag {
  font-size: 25px;
  display: block;
  margin-bottom: 30px;
  color: #ffffff;
}
.about__title {
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.3;
  text-align: justify;
}

.services {
  background-color: #ffffff;
  padding: 100px 0 50px 0;
  margin-top: -30px;
  position: relative;
  z-index: 2;
}
.services__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 600px) {
  .services__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .services__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 2000px;
  }
}
.services__title {
  color: #0f0f0f;
  font-size: 20px;
  line-height: 1.3;
  opacity: 0.8;
  text-align: center;
  margin: 0 0 50px 0;
}
.services__tag {
  text-align: center;
  display: block;
  font-size: 25px;
  color: #0f0f0f;
  margin-bottom: 50px;
  margin-bottom: 20px;
}
.services__services {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.services__service {
  border: 1px solid #a95a4c;
  border-radius: 100%;
  padding-bottom: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.services__container-service-title {
  position: absolute;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
}
.services__service-title {
  text-align: center;
  color: #0f0f0f;
  font-size: 14px;
  width: 90%;
  line-height: 1.2;
}

.home-slider {
  padding: 50px 0;
}
.home-slider__image {
  border-radius: 20px;
  width: 80%;
  margin: 0 10px;
}
.home-slider__container-arrows {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}
@media only screen and (min-width: 600px) {
  .home-slider__container-arrows {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .home-slider__container-arrows {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 2000px;
  }
}
.home-slider__container-arrows svg {
  width: 30px;
  height: auto;
  opacity: 0.3;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.home-slider__arrow-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 5px;
}

@media only screen and (min-width: 600px) {
  .home-hero {
    min-height: 800px;
  }
  .home-hero__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 50px;
  }
  .home-hero__title {
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1;
    font-size: 5em;
    line-height: 1;
  }
  .home-hero__paragraph {
    width: 50%;
    font-size: 16px;
  }
  .home-hero__info {
    margin-right: 30%;
  }
  .home-hero__subtitle {
    font-size: 18px;
  }

  .about {
    padding: 100px 0;
  }
  .about__tag {
    font-size: 30px;
  }
  .about__title {
    text-align: justify;
    margin-bottom: 50px;
    font-size: 25px;
  }
  .about__container-image {
    margin-right: 10%;
    padding-top: 0;
    grid-row: 1/2;
  }
  .about__image {
    padding: 0;
    max-width: 500px;
    margin: auto;
  }
  .about__container {
    display: grid;
    grid-template-columns: 5fr 7fr;
  }

  .services {
    padding: 150px 0 100px 0;
  }
  .services__head {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 20px;
  }
  .services__service-title {
    font-size: 18px;
  }
  .services__services {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
  }
  .services__title {
    text-align: justify;
    font-size: 25px;
    margin-left: 0;
    margin-right: 0;
  }
  .services__tag {
    font-size: 30px;
    text-align: left;
  }

  .home-slider__review {
    margin-bottom: 0;
  }
  .home-slider__title {
    color: #0f0f0f;
    margin-bottom: 70px;
    font-size: 3em;
    line-height: 1;
  }
  .home-slider__review-paragraph {
    font-size: 25px;
  }
  .home-slider__container-arrows {
    margin-bottom: 30px;
  }
  .home-slider__container-arrows svg {
    width: 40px;
  }
}
@media only screen and (min-width: 1100px) {
  .home-hero {
    height: 90vh;
    min-height: 900px;
    border-radius: 0 0 50px 50px;
  }
  .home-hero__title {
    width: 100%;
    font-size: 120px;
    margin-bottom: 50px;
    line-height: 1;
    opacity: 0;
    -webkit-transition: 1.5s ease;
    transition: 1.5s ease;
    margin-right: 50px;
  }
  .home-hero__title .word {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1.17;
    overflow: hidden;
  }
  .home-hero__title .word:nth-child(1) span {
    -webkit-transition-delay: 0.02s;
            transition-delay: 0.02s;
  }
  .home-hero__title .word:nth-child(2) span {
    -webkit-transition-delay: 0.04s;
            transition-delay: 0.04s;
  }
  .home-hero__title .word:nth-child(3) span {
    -webkit-transition-delay: 0.06s;
            transition-delay: 0.06s;
  }
  .home-hero__title .word:nth-child(4) span {
    -webkit-transition-delay: 0.08s;
            transition-delay: 0.08s;
  }
  .home-hero__title .word:nth-child(5) span {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .home-hero__title .word:nth-child(6) span {
    -webkit-transition-delay: 0.12s;
            transition-delay: 0.12s;
  }
  .home-hero__title .word:nth-child(7) span {
    -webkit-transition-delay: 0.14s;
            transition-delay: 0.14s;
  }
  .home-hero__title .word:nth-child(8) span {
    -webkit-transition-delay: 0.16s;
            transition-delay: 0.16s;
  }
  .home-hero__title .word:nth-child(9) span {
    -webkit-transition-delay: 0.18s;
            transition-delay: 0.18s;
  }
  .home-hero__title .word:nth-child(10) span {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .home-hero__title .word:nth-child(11) span {
    -webkit-transition-delay: 0.22s;
            transition-delay: 0.22s;
  }
  .home-hero__title .word:nth-child(12) span {
    -webkit-transition-delay: 0.24s;
            transition-delay: 0.24s;
  }
  .home-hero__title .word:nth-child(13) span {
    -webkit-transition-delay: 0.26s;
            transition-delay: 0.26s;
  }
  .home-hero__title .word:nth-child(14) span {
    -webkit-transition-delay: 0.28s;
            transition-delay: 0.28s;
  }
  .home-hero__title .word:nth-child(15) span {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .home-hero__title .word:nth-child(16) span {
    -webkit-transition-delay: 0.32s;
            transition-delay: 0.32s;
  }
  .home-hero__title .word:nth-child(17) span {
    -webkit-transition-delay: 0.34s;
            transition-delay: 0.34s;
  }
  .home-hero__title .word:nth-child(18) span {
    -webkit-transition-delay: 0.36s;
            transition-delay: 0.36s;
  }
  .home-hero__title .word:nth-child(19) span {
    -webkit-transition-delay: 0.38s;
            transition-delay: 0.38s;
  }
  .home-hero__title .word:nth-child(20) span {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .home-hero__title .word:nth-child(21) span {
    -webkit-transition-delay: 0.42s;
            transition-delay: 0.42s;
  }
  .home-hero__title .word:nth-child(22) span {
    -webkit-transition-delay: 0.44s;
            transition-delay: 0.44s;
  }
  .home-hero__title .word:nth-child(23) span {
    -webkit-transition-delay: 0.46s;
            transition-delay: 0.46s;
  }
  .home-hero__title .word:nth-child(24) span {
    -webkit-transition-delay: 0.48s;
            transition-delay: 0.48s;
  }
  .home-hero__title .word:nth-child(25) span {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .home-hero__title .word:nth-child(26) span {
    -webkit-transition-delay: 0.52s;
            transition-delay: 0.52s;
  }
  .home-hero__title .word:nth-child(27) span {
    -webkit-transition-delay: 0.54s;
            transition-delay: 0.54s;
  }
  .home-hero__title .word:nth-child(28) span {
    -webkit-transition-delay: 0.56s;
            transition-delay: 0.56s;
  }
  .home-hero__title .word:nth-child(29) span {
    -webkit-transition-delay: 0.58s;
            transition-delay: 0.58s;
  }
  .home-hero__title .word:nth-child(30) span {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .home-hero__title .word:nth-child(31) span {
    -webkit-transition-delay: 0.62s;
            transition-delay: 0.62s;
  }
  .home-hero__title .word:nth-child(32) span {
    -webkit-transition-delay: 0.64s;
            transition-delay: 0.64s;
  }
  .home-hero__title .word:nth-child(33) span {
    -webkit-transition-delay: 0.66s;
            transition-delay: 0.66s;
  }
  .home-hero__title .word:nth-child(34) span {
    -webkit-transition-delay: 0.68s;
            transition-delay: 0.68s;
  }
  .home-hero__title .word:nth-child(35) span {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .home-hero__title .word:nth-child(36) span {
    -webkit-transition-delay: 0.72s;
            transition-delay: 0.72s;
  }
  .home-hero__title .word:nth-child(37) span {
    -webkit-transition-delay: 0.74s;
            transition-delay: 0.74s;
  }
  .home-hero__title .word:nth-child(38) span {
    -webkit-transition-delay: 0.76s;
            transition-delay: 0.76s;
  }
  .home-hero__title .word:nth-child(39) span {
    -webkit-transition-delay: 0.78s;
            transition-delay: 0.78s;
  }
  .home-hero__title .word:nth-child(40) span {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .home-hero__title .word:nth-child(41) span {
    -webkit-transition-delay: 0.82s;
            transition-delay: 0.82s;
  }
  .home-hero__title .word:nth-child(42) span {
    -webkit-transition-delay: 0.84s;
            transition-delay: 0.84s;
  }
  .home-hero__title .word:nth-child(43) span {
    -webkit-transition-delay: 0.86s;
            transition-delay: 0.86s;
  }
  .home-hero__title .word:nth-child(44) span {
    -webkit-transition-delay: 0.88s;
            transition-delay: 0.88s;
  }
  .home-hero__title .word:nth-child(45) span {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .home-hero__title .word:nth-child(46) span {
    -webkit-transition-delay: 0.92s;
            transition-delay: 0.92s;
  }
  .home-hero__title .word:nth-child(47) span {
    -webkit-transition-delay: 0.94s;
            transition-delay: 0.94s;
  }
  .home-hero__title .word:nth-child(48) span {
    -webkit-transition-delay: 0.96s;
            transition-delay: 0.96s;
  }
  .home-hero__title .word:nth-child(49) span {
    -webkit-transition-delay: 0.98s;
            transition-delay: 0.98s;
  }
  .home-hero__title .word:nth-child(50) span {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .home-hero__title .word:nth-child(51) span {
    -webkit-transition-delay: 1.02s;
            transition-delay: 1.02s;
  }
  .home-hero__title .word:nth-child(52) span {
    -webkit-transition-delay: 1.04s;
            transition-delay: 1.04s;
  }
  .home-hero__title .word:nth-child(53) span {
    -webkit-transition-delay: 1.06s;
            transition-delay: 1.06s;
  }
  .home-hero__title .word:nth-child(54) span {
    -webkit-transition-delay: 1.08s;
            transition-delay: 1.08s;
  }
  .home-hero__title .word:nth-child(55) span {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  .home-hero__title .word:nth-child(56) span {
    -webkit-transition-delay: 1.12s;
            transition-delay: 1.12s;
  }
  .home-hero__title .word:nth-child(57) span {
    -webkit-transition-delay: 1.14s;
            transition-delay: 1.14s;
  }
  .home-hero__title .word:nth-child(58) span {
    -webkit-transition-delay: 1.16s;
            transition-delay: 1.16s;
  }
  .home-hero__title .word:nth-child(59) span {
    -webkit-transition-delay: 1.18s;
            transition-delay: 1.18s;
  }
  .home-hero__title .word:nth-child(60) span {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .home-hero__title .word:nth-child(61) span {
    -webkit-transition-delay: 1.22s;
            transition-delay: 1.22s;
  }
  .home-hero__title .word:nth-child(62) span {
    -webkit-transition-delay: 1.24s;
            transition-delay: 1.24s;
  }
  .home-hero__title .word:nth-child(63) span {
    -webkit-transition-delay: 1.26s;
            transition-delay: 1.26s;
  }
  .home-hero__title .word:nth-child(64) span {
    -webkit-transition-delay: 1.28s;
            transition-delay: 1.28s;
  }
  .home-hero__title .word:nth-child(65) span {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  .home-hero__title .word:nth-child(66) span {
    -webkit-transition-delay: 1.32s;
            transition-delay: 1.32s;
  }
  .home-hero__title .word:nth-child(67) span {
    -webkit-transition-delay: 1.34s;
            transition-delay: 1.34s;
  }
  .home-hero__title .word:nth-child(68) span {
    -webkit-transition-delay: 1.36s;
            transition-delay: 1.36s;
  }
  .home-hero__title .word:nth-child(69) span {
    -webkit-transition-delay: 1.38s;
            transition-delay: 1.38s;
  }
  .home-hero__title .word:nth-child(70) span {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  .home-hero__title .word:nth-child(71) span {
    -webkit-transition-delay: 1.42s;
            transition-delay: 1.42s;
  }
  .home-hero__title .word:nth-child(72) span {
    -webkit-transition-delay: 1.44s;
            transition-delay: 1.44s;
  }
  .home-hero__title .word:nth-child(73) span {
    -webkit-transition-delay: 1.46s;
            transition-delay: 1.46s;
  }
  .home-hero__title .word:nth-child(74) span {
    -webkit-transition-delay: 1.48s;
            transition-delay: 1.48s;
  }
  .home-hero__title .word:nth-child(75) span {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  .home-hero__title .word:nth-child(76) span {
    -webkit-transition-delay: 1.52s;
            transition-delay: 1.52s;
  }
  .home-hero__title .word:nth-child(77) span {
    -webkit-transition-delay: 1.54s;
            transition-delay: 1.54s;
  }
  .home-hero__title .word:nth-child(78) span {
    -webkit-transition-delay: 1.56s;
            transition-delay: 1.56s;
  }
  .home-hero__title .word:nth-child(79) span {
    -webkit-transition-delay: 1.58s;
            transition-delay: 1.58s;
  }
  .home-hero__title .word:nth-child(80) span {
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  .home-hero__title .word:nth-child(81) span {
    -webkit-transition-delay: 1.62s;
            transition-delay: 1.62s;
  }
  .home-hero__title .word:nth-child(82) span {
    -webkit-transition-delay: 1.64s;
            transition-delay: 1.64s;
  }
  .home-hero__title .word:nth-child(83) span {
    -webkit-transition-delay: 1.66s;
            transition-delay: 1.66s;
  }
  .home-hero__title .word:nth-child(84) span {
    -webkit-transition-delay: 1.68s;
            transition-delay: 1.68s;
  }
  .home-hero__title .word:nth-child(85) span {
    -webkit-transition-delay: 1.7s;
            transition-delay: 1.7s;
  }
  .home-hero__title .word:nth-child(86) span {
    -webkit-transition-delay: 1.72s;
            transition-delay: 1.72s;
  }
  .home-hero__title .word:nth-child(87) span {
    -webkit-transition-delay: 1.74s;
            transition-delay: 1.74s;
  }
  .home-hero__title .word:nth-child(88) span {
    -webkit-transition-delay: 1.76s;
            transition-delay: 1.76s;
  }
  .home-hero__title .word:nth-child(89) span {
    -webkit-transition-delay: 1.78s;
            transition-delay: 1.78s;
  }
  .home-hero__title .word:nth-child(90) span {
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s;
  }
  .home-hero__title .word:nth-child(91) span {
    -webkit-transition-delay: 1.82s;
            transition-delay: 1.82s;
  }
  .home-hero__title .word:nth-child(92) span {
    -webkit-transition-delay: 1.84s;
            transition-delay: 1.84s;
  }
  .home-hero__title .word:nth-child(93) span {
    -webkit-transition-delay: 1.86s;
            transition-delay: 1.86s;
  }
  .home-hero__title .word:nth-child(94) span {
    -webkit-transition-delay: 1.88s;
            transition-delay: 1.88s;
  }
  .home-hero__title .word:nth-child(95) span {
    -webkit-transition-delay: 1.9s;
            transition-delay: 1.9s;
  }
  .home-hero__title .word:nth-child(96) span {
    -webkit-transition-delay: 1.92s;
            transition-delay: 1.92s;
  }
  .home-hero__title .word:nth-child(97) span {
    -webkit-transition-delay: 1.94s;
            transition-delay: 1.94s;
  }
  .home-hero__title .word:nth-child(98) span {
    -webkit-transition-delay: 1.96s;
            transition-delay: 1.96s;
  }
  .home-hero__title .word:nth-child(99) span {
    -webkit-transition-delay: 1.98s;
            transition-delay: 1.98s;
  }
  .home-hero__title .word:nth-child(100) span {
    -webkit-transition-delay: 2s;
            transition-delay: 2s;
  }
  .home-hero__title .word span {
    display: inline-block;
    -webkit-transform: translateY(105%);
            transform: translateY(105%);
    -webkit-transition: 1.25s cubic-bezier(0.46, 0.01, 0.04, 1);
    transition: 1.25s cubic-bezier(0.46, 0.01, 0.04, 1);
  }
  .home-hero__line {
    margin-bottom: 30px;
  }
  .home-hero__line {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.5s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.5s;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .home-hero__content {
    display: grid;
    grid-template-columns: 5fr 3fr;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .home-hero__info {
    margin-right: 0;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 40px;
    margin-bottom: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    margin-bottom: 50px;
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: 0.8s ease 0.3s;
    transition: 0.8s ease 0.3s;
  }
  .home-hero__subtitle {
    font-size: 22px;
    color: #0f0f0f;
    margin-bottom: 20px;
  }
  .home-hero__link {
    color: #0f0f0f;
    margin-bottom: 10px;
  }
  .home-hero--tadam .home-hero__title {
    opacity: 1;
  }
  .home-hero--tadam .home-hero__line {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .home-hero--tadam .home-hero__paragraph {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .home-hero--tadam .home-hero__info {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }

  .about {
    padding: 200px 0;
    border-radius: 0 0 50px 50px;
    margin-top: -50px;
  }
  .about__container {
    display: grid;
    grid-template-columns: 5fr 7fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  .about__container-image {
    grid-row: 1/2;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    opacity: 0;
    -webkit-transform: scale(0.5) rotate(30deg);
            transform: scale(0.5) rotate(30deg);
  }
  .about__content {
    grid-row: 1/2;
  }
  .about__title {
    -webkit-transition: 1s ease;
    transition: 1s ease;
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  .about__tag {
    -webkit-transition: 1s ease;
    transition: 1s ease;
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    font-size: 45px;
  }
  .about--tadam .about__tag {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .about--tadam .about__title {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .about--tadam .about__container-image {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }

  .services {
    padding: 200px 0 150px 0;
    margin-top: -50px;
  }
  .services__title {
    text-align: justify;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    margin-bottom: 50px;
  }
  .services__head {
    display: grid;
    grid-template-columns: 5fr 7fr;
  }
  .services__head-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.8s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.8s;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  .services__tag {
    font-size: 45px;
    padding-right: 50px;
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.3s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.3s;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  .services__services {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
  }
  .services__service {
    -webkit-transform: scale(0.5) rotate(30deg);
            transform: scale(0.5) rotate(30deg);
    opacity: 0;
  }
  .services__service:nth-of-type(1n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.2s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.2s;
  }
  .services__service:nth-of-type(2n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.3s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.3s;
  }
  .services__service:nth-of-type(3n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.4s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.4s;
  }
  .services__service:nth-of-type(4n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.5s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.5s;
  }
  .services__service:nth-of-type(5n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.6s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.6s;
  }
  .services__service:nth-of-type(6n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.7s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.7s;
  }
  .services__service:nth-of-type(7n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.8s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.8s;
  }
  .services__service:nth-of-type(8n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.9s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 0.9s;
  }
  .services__service:nth-of-type(9n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 1s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 1s;
  }
  .services__service:nth-of-type(10n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 1.1s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 1.1s;
  }
  .services__service:nth-of-type(11n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 1.2s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 1.2s;
  }
  .services__service:nth-of-type(12n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 1.3s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 1.3s;
  }
  .services__service:nth-of-type(13n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 1.4s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 1.4s;
  }
  .services__service:nth-of-type(14n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 1.5s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 1.5s;
  }
  .services__service:nth-of-type(15n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 1.6s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 1.6s;
  }
  .services__service:nth-of-type(16n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 1.7s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 1.7s;
  }
  .services__service:nth-of-type(17n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 1.8s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 1.8s;
  }
  .services__service:nth-of-type(18n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 1.9s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 1.9s;
  }
  .services__service:nth-of-type(19n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 2s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 2s;
  }
  .services__service:nth-of-type(20n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 2.1s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 2.1s;
  }
  .services__service:nth-of-type(21n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 2.2s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 2.2s;
  }
  .services__service:nth-of-type(22n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 2.3s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 2.3s;
  }
  .services__service:nth-of-type(23n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 2.4s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 2.4s;
  }
  .services__service:nth-of-type(24n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 2.5s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 2.5s;
  }
  .services__service:nth-of-type(25n) {
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 2.6s;
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1) 2.6s;
  }
  .services__service-title {
    font-size: 20px;
    margin: 0 30px;
  }
  .services--tadam .services__title {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .services--tadam .services__tag {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .services--tadam .services__service {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  .services--tadam .services__head-right {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }

  .home-slider {
    padding: 150px 0;
  }
  .home-slider__image {
    border-radius: 50px;
  }
  .home-slider__container-arrows svg {
    width: 70px;
  }
  .home-slider__container-arrows svg:hover {
    opacity: 1;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .home-slider__arrow-prev:hover {
    opacity: 1;
    -webkit-transform: rotate(180deg) scale(0.9) !important;
            transform: rotate(180deg) scale(0.9) !important;
  }
}
@media only screen and (min-width: 1400px) {
  .home-hero__title {
    font-size: 150px;
  }

  .services__services {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .home-slider__image {
    width: 70%;
  }
}
.error404 .footer {
  display: none;
}
.error404 .header {
  display: none;
}

.error {
  min-height: 100vh;
  min-height: 100dvh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
}
.error__image {
  position: absolute;
  height: 110%;
  width: 100%;
  margin: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.error__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  min-height: 500px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 600px) {
  .error__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .error__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 2000px;
  }
}
.error__title {
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 30px;
  text-align: center;
  color: #0f0f0f;
}
.error__button {
  display: inline-block;
  border: 1px solid #e0e0e0;
  padding: 1em;
  font-size: 14px;
  font-weight: 400;
  color: #0f0f0f;
  border-radius: 100px;
  background-color: transparent;
  padding: 15px 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 5px;
  cursor: pointer;
}
@media only screen and (min-width: 1100px) {
  .error__button {
    font-size: 16px;
    padding: 20px 30px;
    -webkit-transition: 300ms cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 300ms cubic-bezier(0.34, 0.7, 0.27, 1);
  }
  .error__button:hover {
    background-color: #0f0f0f;
    color: #ffffff;
  }
}

@media only screen and (min-width: 600px) {
  .error__title {
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .error__container {
    margin: 0 20%;
  }
  .error__title {
    font-size: 130px;
    line-height: 130px;
    margin-bottom: 50px;
  }
}
.team {
  padding-bottom: 50px;
}
.team__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 600px) {
  .team__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .team__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 2000px;
  }
}
.team__container-team {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
.team__container-apply {
  margin-top: 20px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px;
}
.team__apply-title {
  color: #0f0f0f;
  margin-bottom: 20px;
  line-height: 1;
}
.team__apply-description {
  color: #0f0f0f;
  margin-bottom: 20px;
  line-height: 1.4;
}
.team__apply-link {
  display: inline-block;
  border: 1px solid #e0e0e0;
  padding: 1em;
  font-size: 14px;
  font-weight: 400;
  color: #0f0f0f;
  border-radius: 100px;
  background-color: transparent;
  padding: 15px 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 5px;
  cursor: pointer;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 1100px) {
  .team__apply-link {
    font-size: 16px;
    padding: 20px 30px;
    -webkit-transition: 300ms cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 300ms cubic-bezier(0.34, 0.7, 0.27, 1);
  }
  .team__apply-link:hover {
    background-color: #0f0f0f;
    color: #ffffff;
  }
}

@media only screen and (min-width: 1100px) {
  .team {
    padding-bottom: 150px;
    -webkit-transition: 1.5s ease 0.4s;
    transition: 1.5s ease 0.4s;
    opacity: 0;
  }
  .team__container {
    display: grid;
    grid-template-columns: 8fr 4fr;
    grid-gap: 50px;
    position: relative;
  }
  .team__container-team {
    row-gap: 30px;
  }
  .team__container-apply {
    margin-top: 0;
    border-radius: 50px;
    padding: 50px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: 0.5s ease 0.8s;
    transition: 0.5s ease 0.8s;
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
  }
  .team__apply-title {
    margin-bottom: 30px;
  }
  .team__apply-description {
    margin-bottom: 30px;
  }
  .team__apply-link {
    width: 100%;
    text-align: center;
  }
  .team--tadam {
    opacity: 1;
  }
  .team--tadam .team__container-apply {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media only screen and (min-width: 1400px) {
  .team__container {
    grid-template-columns: 9fr 3fr;
  }
}
.page-template-tp-contact .header {
  border-bottom: none;
}
.page-template-tp-contact .header__logo--white {
  display: none;
}
.page-template-tp-contact .header__logo--black {
  display: block;
}
.page-template-tp-contact .header__icon-line, .page-template-tp-contact .header__icon-line-second {
  background-color: #ffffff;
}
.page-template-tp-contact .header__item {
  color: #0f0f0f;
}

.contact {
  padding-bottom: 50px;
}
.contact__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 600px) {
  .contact__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .contact__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 2000px;
  }
}
.contact__container-informations {
  grid-row: 2/3;
  background-color: #a95a4c;
  border-radius: 20px;
  padding: 30px 20px;
}
.contact__container-form {
  grid-row: 1/2;
  border-radius: 20px;
  margin-bottom: 20px;
}
.contact__form {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px;
}
.contact__container-informations-bloc {
  margin-bottom: 30px;
}
.contact__bloc-title {
  font-size: 23px;
  color: #ffffff;
  margin-bottom: 10px;
}
.contact__bloc-paragraph {
  color: #ffffff;
  font-size: 16px;
}
.contact__bloc-link {
  color: #ffffff;
  font-size: 14px;
  word-break: break-word;
}
.contact__bloc-link-mail {
  word-break: break-word;
}
.contact__form-title {
  text-align: center;
  line-height: 1.1;
  font-size: 23px;
  margin: 20px auto 20px auto;
  font-weight: 500;
}
.contact__form-paragraph {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 40px;
  opacity: 0.8;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 600px) {
  .contact__container {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 600px) and (min-width: 600px) {
  .contact__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 600px) and (min-width: 1100px) {
  .contact__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 2000px;
  }
}
@media only screen and (min-width: 600px) {
  .contact__container-informations {
    padding: 50px;
    margin: 0;
  }
}
@media only screen and (min-width: 600px) {
  .contact__bloc-link {
    font-size: 16px;
  }
}
@media only screen and (min-width: 600px) {
  .contact__form {
    padding: 50px;
  }
}
@media only screen and (min-width: 600px) {
  .contact__form-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .contact {
    padding-bottom: 100px;
  }
  .contact__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .contact__bloc-title {
    font-size: 25px;
  }
  .contact__form-title {
    margin-bottom: 20px;
    font-size: 40px;
  }
  .contact__form-paragraph {
    font-size: 18px;
    text-align: center;
    margin-bottom: 50px;
  }
  .contact__container-informations {
    width: 45%;
    padding: 50px 40px;
    margin-bottom: 0;
    -webkit-transition: 1.5s ease 0.3s;
    transition: 1.5s ease 0.3s;
    opacity: 0;
    border-radius: 50px;
  }
  .contact__container-form {
    width: 55%;
    margin-bottom: 0;
    margin-left: 30px;
    -webkit-transition: 1.5s ease 0.4s;
    transition: 1.5s ease 0.4s;
    opacity: 0;
  }
  .contact__form {
    padding: 50px 40px;
    border-radius: 50px;
  }
  .contact__container-informations-bloc {
    margin-bottom: 40px;
  }
  .contact__bloc-paragraph {
    font-size: 18px;
    line-height: 1.5;
  }
  .contact__bloc-link {
    font-size: 17px;
    line-height: 1.5;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .contact__bloc-link:hover {
    opacity: 0.5;
  }
  .contact--tadam .contact__container-informations {
    opacity: 1;
  }
  .contact--tadam .contact__container-form {
    opacity: 1;
  }
}
@media only screen and (min-width: 1400px) {
  .contact__container-informations {
    width: 33%;
  }
  .contact__form {
    padding: 60px 100px;
  }
  .contact__container-form {
    width: 66%;
  }
}
.page-template-tp-referents {
  background-color: #ffffff;
}
.page-template-tp-referents .header {
  border-bottom: none;
}
.page-template-tp-referents .header__logo--white {
  display: none;
}
.page-template-tp-referents .header__logo--black {
  display: block;
}
.page-template-tp-referents .header__icon-line, .page-template-tp-referents .header__icon-line-second {
  background-color: #ffffff;
}
.page-template-tp-referents .header__item {
  color: #0f0f0f;
}
.page-template-tp-referents footer {
  background-color: #f5f4f4;
}
.page-template-tp-referents .cta {
  margin-top: 50px;
  background-color: #f5f4f4;
}

.referent {
  padding-top: 150px;
}
.referent__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 600px) {
  .referent__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .referent__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 2000px;
  }
}
.referent__title {
  text-align: center;
  line-height: 1.1;
  font-size: 30px;
  margin: 20px auto 40px auto;
  margin-bottom: 20px;
}
.referent__paragraph {
  width: 100%;
  max-width: 500px;
  margin: auto;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 50px;
  opacity: 0.8;
}
.referent__container-form {
  margin-top: 50px;
}
.referent__tag {
  margin: auto;
  font-size: 12px;
  background-color: #a95a4c31;
  color: #a95a4c;
  padding: 10px 15px;
  border-radius: 20px;
  margin-bottom: 10px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (min-width: 600px) {
  .referent__tag {
    margin-bottom: 20px;
  }
  .referent__title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1100px) {
  .referent {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  .referent__container {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: 1.5s ease 0.3s;
    transition: 1.5s ease 0.3s;
    opacity: 0;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 600px) {
  .referent__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 1100px) {
  .referent__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 2000px;
  }
}
@media only screen and (min-width: 1100px) {
  .referent__title {
    margin-bottom: 20px;
    font-size: 60px;
    max-width: 700px;
  }
}
@media only screen and (min-width: 1100px) {
  .referent__paragraph {
    font-size: 18px;
    text-align: center;
    max-width: 600px;
  }
}
@media only screen and (min-width: 1100px) {
  .referent__container-form {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1100px) {
  .referent__tag {
    display: none;
  }
}
@media only screen and (min-width: 1100px) {
  .referent--tadam .referent__container {
    opacity: 1;
  }
  .referent--tadam .referent__container-form {
    opacity: 1;
  }
}
.faq {
  padding-bottom: 50px;
}
.faq__container-title {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media only screen and (min-width: 600px) {
  .faq__container-title {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .faq__container-title {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 2000px;
  }
}
.faq__head-title {
  font-size: 40px;
  line-height: 40px;
}
@media only screen and (min-width: 1100px) {
  .faq__head-title {
    font-size: 60px;
    line-height: 60px;
  }
}
.faq__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 600px) {
  .faq__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .faq__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 2000px;
  }
}
.faq__grid {
  border-radius: 20px;
  padding: 20px;
  background-color: white;
}
.faq__content {
  background-color: #ffffff;
  height: 0px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
}
.faq__members-header {
  display: grid;
  grid-template-columns: 6fr 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq__title {
  color: #0f0f0f;
  margin-bottom: 0;
}
.faq__members-item {
  cursor: pointer;
  padding: 25px 15px;
  border-bottom: 1px solid #f5f4f4;
}
.faq__members-item:last-of-type {
  border-bottom: none;
}
.faq__members-item--opened .members__anwser {
  display: block;
}
.faq__members-item--opened .members__icon-line-second {
  width: 0;
}
.faq__container-icon {
  background-color: #a95a4c31;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 35px;
  width: 35px;
  border-radius: 50%;
}
.faq__container-icon--opened .faq__icon-line-second {
  width: 0;
}
.faq__icon {
  position: absolute;
  -webkit-transition: all 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
  transition: all 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.faq__icon-line {
  display: block;
  width: 12px;
  height: 1px;
  background-color: #a95a4c;
}
.faq__icon-line-second {
  -webkit-transition: all 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
  transition: all 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
  -webkit-transform-origin: center;
          transform-origin: center;
  display: block;
  position: absolute;
  width: 12px;
  height: 1px;
  background-color: #a95a4c;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq__paragraph {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 30px;
  opacity: 0.8;
  text-align: justify;
}
.faq__container-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.faq__image {
  width: 100%;
  margin: 50px auto 0 auto;
  border-radius: 20px;
}

@media only screen and (min-width: 600px) {
  .faq__members-item {
    padding: 30px 20px;
  }
  .faq__icon-line {
    width: 20px;
  }
  .faq__icon-line-second {
    width: 20px;
  }
  .faq__members-item-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .faq__title {
    color: #0f0f0f;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.1;
  }
  .faq__container-icon {
    height: 45px;
    width: 45px;
  }
  .faq__image {
    width: 50%;
    display: none;
  }
}
@media only screen and (min-width: 1100px) {
  .faq {
    padding-bottom: 100px;
  }
  .faq__container {
    display: grid;
    grid-template-columns: 8fr 4fr;
    grid-gap: 50px;
    position: relative;
  }
  .faq__title {
    font-size: 30px;
  }
  .faq__image {
    width: 100%;
    display: block;
    border-radius: 50px;
    margin-top: 0;
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: 0.5s ease 0.8s;
    transition: 0.5s ease 0.8s;
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
  }
  .faq__grid {
    -webkit-transition: 1.5s ease 0.3s;
    transition: 1.5s ease 0.3s;
    opacity: 0;
    border-radius: 50px;
  }
  .faq__members-item {
    padding: 50px 40px;
  }
  .faq__paragraph {
    font-size: 20px;
    margin-right: 10%;
  }
  .faq__container-icon {
    height: 55px;
    width: 55px;
  }
  .faq--tadam .faq__grid {
    opacity: 1;
  }
  .faq--tadam .faq__image {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media only screen and (min-width: 1400px) {
  .faq__container {
    grid-template-columns: 9fr 3fr;
  }
}
#tinymce {
  background-color: white;
  margin-top: 0 !important;
}
#tinymce h1 {
  font-size: 80px;
  line-height: 80px;
}
#tinymce h2 {
  font-size: 60px;
  line-height: 60px;
}
#tinymce h3 {
  font-size: 35px;
  line-height: 35px;
}
#tinymce h4 {
  font-size: 30px;
  line-height: 30px;
}
#tinymce h5 {
  font-size: 20px;
  line-height: 20px;
}
#tinymce h1,
#tinymce h2,
#tinymce h3,
#tinymce h4,
#tinymce h5,
#tinymce h6 {
  text-transform: initial;
  color: #0f0f0f;
}
#tinymce ul {
  margin: initial !important;
  padding-left: 30px !important;
  list-style: disc !important;
}
#tinymce p {
  font-size: 18px;
  color: #0f0f0f;
  line-height: 1.3;
  margin: 0 !important;
}
#tinymce a {
  text-decoration: underline;
}

.page-wysiwyg__container,
.wysiwyg__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 600px) {
  .page-wysiwyg__container,
.wysiwyg__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .page-wysiwyg__container,
.wysiwyg__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 2000px;
  }
}
.page-wysiwyg h1,
.wysiwyg h1 {
  font-size: 45px;
  line-height: 45px;
}
@media only screen and (min-width: 600px) {
  .page-wysiwyg h1,
.wysiwyg h1 {
    font-size: 80px;
    line-height: 80px;
  }
}
@media only screen and (min-width: 1100px) {
  .page-wysiwyg h1,
.wysiwyg h1 {
    font-size: 112px;
    line-height: 112px;
  }
}
.page-wysiwyg h2,
.wysiwyg h2 {
  font-size: 35px;
  line-height: 35px;
}
@media only screen and (min-width: 1100px) {
  .page-wysiwyg h2,
.wysiwyg h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
.page-wysiwyg h3,
.wysiwyg h3 {
  font-size: 30px;
  line-height: 30px;
}
@media only screen and (min-width: 1100px) {
  .page-wysiwyg h3,
.wysiwyg h3 {
    font-size: 40px;
    line-height: 40px;
  }
}
.page-wysiwyg h4,
.wysiwyg h4 {
  font-size: 20px;
  line-height: 20px;
}
@media only screen and (min-width: 1100px) {
  .page-wysiwyg h4,
.wysiwyg h4 {
    font-size: 30px;
    line-height: 30px;
  }
}
.page-wysiwyg h5,
.wysiwyg h5 {
  font-size: 18px;
  line-height: 18px;
}
@media only screen and (min-width: 1100px) {
  .page-wysiwyg h5,
.wysiwyg h5 {
    font-size: 20px;
    line-height: 20px;
  }
}
.page-wysiwyg h1,
.page-wysiwyg h2,
.page-wysiwyg h3,
.page-wysiwyg h4,
.page-wysiwyg h5,
.page-wysiwyg h6,
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  text-transform: initial;
  color: #0f0f0f;
}
.page-wysiwyg ul li,
.wysiwyg ul li {
  font-size: 16px;
  line-height: 26px;
  display: block;
  position: relative;
  padding-left: 40px;
}
.page-wysiwyg ul li:before,
.wysiwyg ul li:before {
  position: absolute;
  left: 17px;
  top: 14px;
  display: inline-block;
  content: "";
  height: 1px;
  width: 10px;
  background-color: #0f0f0f;
}
@media only screen and (min-width: 1100px) {
  .page-wysiwyg ul li,
.wysiwyg ul li {
    font-size: 20px;
    line-height: 30px;
  }
}
.page-wysiwyg ol,
.wysiwyg ol {
  padding-left: 40px;
  list-style: auto !important;
}
.page-wysiwyg ol li,
.wysiwyg ol li {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}
.page-wysiwyg ol li::marker,
.wysiwyg ol li::marker {
  color: #0f0f0f;
  font-weight: 500;
}
@media only screen and (min-width: 1100px) {
  .page-wysiwyg ol li,
.wysiwyg ol li {
    font-size: 20px;
    line-height: 30px;
  }
}
.page-wysiwyg p,
.page-wysiwyg ul,
.page-wysiwyg ol,
.wysiwyg p,
.wysiwyg ul,
.wysiwyg ol {
  color: #0f0f0f;
}
.page-wysiwyg p,
.wysiwyg p {
  font-size: 16px;
  line-height: 22px;
  margin: 0 !important;
}
@media only screen and (min-width: 1100px) {
  .page-wysiwyg p,
.wysiwyg p {
    font-size: 20px;
    line-height: 25px;
  }
}
.page-wysiwyg figure,
.wysiwyg figure {
  margin: 5px;
}
.page-wysiwyg a,
.wysiwyg a {
  text-decoration: underline;
}
.page-wysiwyg .button,
.page-wysiwyg a,
.wysiwyg .button,
.wysiwyg a {
  color: #0f0f0f;
}
.page-wysiwyg .button mark,
.page-wysiwyg a mark,
.wysiwyg .button mark,
.wysiwyg a mark {
  color: #0f0f0f !important;
}
.page-wysiwyg img,
.wysiwyg img {
  width: 100%;
}
.page-wysiwyg .aligncenter,
.wysiwyg .aligncenter {
  margin: auto;
}

.page-wysiwyg {
  padding-top: 130px;
  padding-bottom: 100px;
}

@media only screen and (min-width: 600px) {
  .page-wysiwyg {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 1100px) {
  .page-wysiwyg {
    padding-top: 250px;
    padding-bottom: 200px;
  }
  .page-wysiwyg__grid {
    margin: 0 12.66%;
  }
}
.page-template-tp-careers {
  background-color: #ffffff;
}
.page-template-tp-careers .header {
  border-bottom: none;
}
.page-template-tp-careers .header__logo--white {
  display: none;
}
.page-template-tp-careers .header__logo--black {
  display: block;
}
.page-template-tp-careers .header__icon-line, .page-template-tp-careers .header__icon-line-second {
  background-color: #ffffff;
}
.page-template-tp-careers .header__item {
  color: #0f0f0f;
}
.page-template-tp-careers footer {
  background-color: #f5f4f4;
}
.page-template-tp-careers .cta {
  margin-top: 50px;
  background-color: #f5f4f4;
}
.page-template-tp-careers .referent {
  padding-top: 50px !important;
}
@media only screen and (min-width: 1100px) {
  .page-template-tp-careers .referent {
    padding-top: 100px !important;
  }
}

.careers-head__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 600px) {
  .careers-head__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .careers-head__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 2000px;
  }
}
.careers-head__image {
  width: 100%;
  border-radius: 20px;
}
@media only screen and (min-width: 1100px) {
  .careers-head__image {
    border-radius: 50px;
  }
}

.careers-jobs {
  padding-top: 50px;
  padding-bottom: 50px;
}
.careers-jobs__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 600px) {
  .careers-jobs__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .careers-jobs__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 2000px;
  }
}
@media only screen and (min-width: 1100px) {
  .careers-jobs__container {
    display: grid;
    grid-template-columns: 8fr 4fr;
    grid-gap: 50px;
  }
}
.careers-jobs__container-left {
  background-color: #a95a4c;
  border-radius: 20px;
  padding: 30px;
}
@media only screen and (min-width: 600px) {
  .careers-jobs__container-left {
    padding: 50px;
  }
}
@media only screen and (min-width: 1100px) {
  .careers-jobs__container-left {
    border-radius: 50px;
    padding: 80px;
  }
}
.careers-jobs__container-left-head h1,
.careers-jobs__container-left-head h2,
.careers-jobs__container-left-head h3,
.careers-jobs__container-left-head h4,
.careers-jobs__container-left-head h5,
.careers-jobs__container-left-head h6,
.careers-jobs__container-left-head p,
.careers-jobs__container-left-head a {
  color: #ffffff !important;
}
.careers-jobs__container-team {
  display: grid;
  grid-template-columns: 1fr;
}
.careers-jobs__container-apply {
  margin-top: 20px;
  background-color: #f7f7f7;
  border-radius: 20px;
  padding: 30px;
}
@media only screen and (min-width: 1100px) {
  .careers-jobs__container-apply {
    margin-top: 0;
    border-radius: 50px;
    padding: 50px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: 0.5s ease 0.8s;
    transition: 0.5s ease 0.8s;
  }
}
.careers-jobs__apply-title {
  color: #0f0f0f;
  margin-bottom: 20px;
  line-height: 1;
}
.careers-jobs__apply-description {
  color: #0f0f0f;
  margin-bottom: 20px;
  line-height: 1.4;
}
.careers-jobs__apply-link {
  display: inline-block;
  border: 1px solid #e0e0e0;
  padding: 1em;
  font-size: 14px;
  font-weight: 400;
  color: #0f0f0f;
  border-radius: 100px;
  background-color: transparent;
  padding: 15px 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 5px;
  cursor: pointer;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 1100px) {
  .careers-jobs__apply-link {
    font-size: 16px;
    padding: 20px 30px;
    -webkit-transition: 300ms cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 300ms cubic-bezier(0.34, 0.7, 0.27, 1);
  }
  .careers-jobs__apply-link:hover {
    background-color: #0f0f0f;
    color: #ffffff;
  }
}
.careers-jobs__container-careers-jobs {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 600px) {
  .careers-jobs__container-careers-jobs {
    margin-top: 50px;
  }
}
.careers-jobs__item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.336);
  display: grid;
  row-gap: 10px;
}
@media only screen and (min-width: 600px) {
  .careers-jobs__item {
    grid-template-columns: 2fr 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.careers-jobs__item:last-child {
  border-bottom: none;
}
@media only screen and (min-width: 600px) {
  .careers-jobs__item-left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.careers-jobs__item-name {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 600px) {
  .careers-jobs__item-name {
    margin: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .careers-jobs__item-name {
    font-size: 22px;
  }
}
.careers-jobs__item-job {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
}
@media only screen and (min-width: 600px) {
  .careers-jobs__item-job {
    text-align: center;
  }
}
@media only screen and (min-width: 1100px) {
  .careers-jobs__item-job {
    font-size: 18px;
  }
}
.careers-jobs__item-apply-link {
  display: inline-block;
  border: 1px solid #ffffff;
  padding: 1em;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  border-radius: 100px;
  background-color: transparent;
  padding: 15px 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 5px;
  cursor: pointer;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  width: 100%;
  justify-self: flex-end;
}
@media only screen and (min-width: 1100px) {
  .careers-jobs__item-apply-link {
    font-size: 16px;
    padding: 20px 30px;
    -webkit-transition: 300ms cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 300ms cubic-bezier(0.34, 0.7, 0.27, 1);
  }
  .careers-jobs__item-apply-link:hover {
    background-color: #ffffff;
    color: #0f0f0f;
  }
}
@media only screen and (min-width: 600px) {
  .careers-jobs__item-apply-link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (min-width: 1100px) {
  .careers-jobs {
    -webkit-transition: 1.5s ease 0.4s;
    transition: 1.5s ease 0.4s;
    opacity: 0;
  }
  .careers-jobs--tadam {
    opacity: 1;
  }
  .careers-jobs--tadam .careers-jobs__container-apply {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media only screen and (min-width: 1400px) {
  .careers-jobs__container {
    grid-template-columns: 9fr 3fr;
  }
}
@media print {
  @page {
    size: portrait;
  }
  *,
*::before,
*::after {
    color: #000 !important;
  }

  body {
    max-width: 670px;
  }

  html {
    font-size: 10px !important;
  }
}
.has-scroll-smooth {
  overflow: hidden;
}
.has-scroll-smooth body {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction=horizontal] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction=horizontal] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  -webkit-transform: scaleX(1.45);
          transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction=horizontal] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
  -webkit-transform: scaleY(1.3);
          transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

[data-marquee-container] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

[data-marquee-content] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-animation: marquee linear infinite;
          animation: marquee linear infinite;
  will-change: transform;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
[data-stay] {
  position: absolute;
}

@media only screen and (max-width: 1100px) {
  [data-cursor-container] {
    display: none;
  }

  [data-scrollbar] {
    opacity: 0 !important;
    pointer-events: none !important;
  }
}
[data-follow-me] {
  will-change: transform;
}

[data-separate-characters] {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
[data-separate-characters] .separate-character__letter {
  display: inline-block;
}

.separate-word {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.separate-word__word {
  display: inline-block;
  margin-right: 0.2em;
}

[data-cursor-container] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  pointer-events: none;
}

[data-cursor-pointer] {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  position: fixed;
  z-index: 111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
[data-cursor-pointer] svg {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

[data-cursor] {
  cursor: none;
}

.height-calc {
  height: 100vh;
}

/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

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

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19f;
          box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.hero {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 20px 20px;
}
@media only screen and (min-width: 1100px) {
  .hero {
    border-radius: 0 0 50px 50px;
  }
}
.hero__media {
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 500px;
}
.hero__content {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0 20px;
  max-width: 900px;
  margin: auto;
}
.hero__content .wysiwyg {
  display: block;
  width: 100%;
}
.hero__content .wysiwyg p,
.hero__content .wysiwyg a,
.hero__content .wysiwyg li {
  font-size: 18px;
  line-height: 23px;
}
@media only screen and (min-width: 1100px) {
  .hero__content .wysiwyg p,
.hero__content .wysiwyg a,
.hero__content .wysiwyg li {
    font-size: 25px;
    line-height: 33px;
  }
}
@media only screen and (min-width: 1100px) {
  .hero__content {
    padding: 0 40px;
  }
}
.hero__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: #1d1d15;
  opacity: 0.3;
}
.hero__video, .hero__image, .hero__placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero .wysiwyg h1,
.hero .wysiwyg h2,
.hero .wysiwyg h3,
.hero .wysiwyg h4,
.hero .wysiwyg h5,
.hero .wysiwyg h6,
.hero .wysiwyg ul,
.hero .wysiwyg li,
.hero .wysiwyg a,
.hero .wysiwyg p {
  color: #ffffff !important;
}

@-webkit-keyframes scroll-indicator {
  0% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}

@keyframes scroll-indicator {
  0% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
.homepage .height-offset {
  min-height: calc(100vh - var(--header-banner-height, 0px));
}
.homepage__title {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 1.1s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}
.homepage__subtitle {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.3s, -webkit-transform 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.3s, -webkit-transform 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.3s, transform 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.3s, transform 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.3s, -webkit-transform 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}
.homepage__container-link {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.6s, -webkit-transform 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.6s;
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.6s, -webkit-transform 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.6s;
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.6s, transform 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.6s;
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.6s, transform 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.6s, -webkit-transform 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.6s;
}
@media only screen and (min-width: 1100px) {
  .homepage__container-link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.homepage.appear .homepage__title, .homepage.appear .homepage__subtitle, .homepage.appear .homepage__container-link {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.module-wysiwyg {
  padding: 30px 0;
}
@media only screen and (min-width: 1100px) {
  .module-wysiwyg {
    padding: 50px 0;
  }
}
.module-wysiwyg__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.8s cubic-bezier(0.3, 1, 0.7, 1);
  transition: 0.8s cubic-bezier(0.3, 1, 0.7, 1);
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
}
@media only screen and (min-width: 600px) {
  .module-wysiwyg__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .module-wysiwyg__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 2000px;
  }
}
.module-wysiwyg__grid {
  width: 100%;
  display: inline-block;
}
@media only screen and (min-width: 1100px) {
  .module-wysiwyg__grid {
    padding: 0 16.66%;
  }
}
.module-wysiwyg--tadam .module-wysiwyg__container {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.module-image-text {
  position: relative;
}
.module-image-text.mask .module-image-text__container-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  width: 100%;
  border-radius: 40px;
}
.module-image-text.mask .module-image-text__image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.module-image-text.vert-pale::after, .module-image-text.vert::after, .module-image-text.rouge-pale::after, .module-image-text.rouge::after {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 100%;
  z-index: -1;
  border-radius: 20px;
}
@media only screen and (min-width: 600px) {
  .module-image-text.vert-pale::after, .module-image-text.vert::after, .module-image-text.rouge-pale::after, .module-image-text.rouge::after {
    left: 30px;
    width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 1100px) {
  .module-image-text.vert-pale::after, .module-image-text.vert::after, .module-image-text.rouge-pale::after, .module-image-text.rouge::after {
    border-radius: 50px;
    left: 50px;
    width: calc(100% - 100px);
  }
}
.module-image-text.vert-pale .module-image-text__grid, .module-image-text.vert .module-image-text__grid, .module-image-text.rouge-pale .module-image-text__grid, .module-image-text.rouge .module-image-text__grid {
  padding: 20px;
}
@media only screen and (min-width: 600px) {
  .module-image-text.vert-pale .module-image-text__grid, .module-image-text.vert .module-image-text__grid, .module-image-text.rouge-pale .module-image-text__grid, .module-image-text.rouge .module-image-text__grid {
    padding: 30px;
  }
}
.module-image-text.vert-pale::after {
  background-color: #4e5c583a;
}
.module-image-text.vert-pale h1,
.module-image-text.vert-pale h2,
.module-image-text.vert-pale h3,
.module-image-text.vert-pale h4,
.module-image-text.vert-pale h5,
.module-image-text.vert-pale p,
.module-image-text.vert-pale a,
.module-image-text.vert-pale li {
  color: #4e5c58;
}
.module-image-text.vert-pale h1::before,
.module-image-text.vert-pale h2::before,
.module-image-text.vert-pale h3::before,
.module-image-text.vert-pale h4::before,
.module-image-text.vert-pale h5::before,
.module-image-text.vert-pale p::before,
.module-image-text.vert-pale a::before,
.module-image-text.vert-pale li::before {
  background-color: #4e5c58;
}
.module-image-text.vert::after {
  background-color: #4e5c58;
}
.module-image-text.vert h1,
.module-image-text.vert h2,
.module-image-text.vert h3,
.module-image-text.vert h4,
.module-image-text.vert h5,
.module-image-text.vert p,
.module-image-text.vert a,
.module-image-text.vert li {
  color: white;
}
.module-image-text.vert h1::before,
.module-image-text.vert h2::before,
.module-image-text.vert h3::before,
.module-image-text.vert h4::before,
.module-image-text.vert h5::before,
.module-image-text.vert p::before,
.module-image-text.vert a::before,
.module-image-text.vert li::before {
  background-color: white;
}
.module-image-text.rouge-pale::after {
  background-color: #a95a4c31;
}
.module-image-text.rouge-pale h1,
.module-image-text.rouge-pale h2,
.module-image-text.rouge-pale h3,
.module-image-text.rouge-pale h4,
.module-image-text.rouge-pale h5,
.module-image-text.rouge-pale p,
.module-image-text.rouge-pale a,
.module-image-text.rouge-pale li {
  color: #a95a4c;
}
.module-image-text.rouge-pale h1::before,
.module-image-text.rouge-pale h2::before,
.module-image-text.rouge-pale h3::before,
.module-image-text.rouge-pale h4::before,
.module-image-text.rouge-pale h5::before,
.module-image-text.rouge-pale p::before,
.module-image-text.rouge-pale a::before,
.module-image-text.rouge-pale li::before {
  background-color: #a95a4c;
}
.module-image-text.rouge::after {
  background-color: #a95a4c;
}
.module-image-text.rouge h1,
.module-image-text.rouge h2,
.module-image-text.rouge h3,
.module-image-text.rouge h4,
.module-image-text.rouge h5,
.module-image-text.rouge p,
.module-image-text.rouge a,
.module-image-text.rouge li {
  color: white;
}
.module-image-text.rouge h1::before,
.module-image-text.rouge h2::before,
.module-image-text.rouge h3::before,
.module-image-text.rouge h4::before,
.module-image-text.rouge h5::before,
.module-image-text.rouge p::before,
.module-image-text.rouge a::before,
.module-image-text.rouge li::before {
  background-color: white;
}
.module-image-text__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 600px) {
  .module-image-text__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .module-image-text__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 2000px;
  }
}
.module-image-text__grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
.module-image-text__container-image {
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 1s cubic-bezier(0.3, 1, 0.7, 1);
  transition: 1s cubic-bezier(0.3, 1, 0.7, 1);
}
@media only screen and (min-width: 600px) {
  .module-image-text__container-image {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
}
@media only screen and (min-width: 1100px) {
  .module-image-text__container-image {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
.module-image-text__image {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
@media only screen and (min-width: 1100px) {
  .module-image-text__image {
    border-radius: 40px;
  }
}
.module-image-text__caption {
  margin-top: 5px;
  font-size: 16px;
}
.module-image-text__grid-item-right {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 1s cubic-bezier(0.3, 1, 0.7, 1) 0.5s;
  transition: 1s cubic-bezier(0.3, 1, 0.7, 1) 0.5s;
}
@media only screen and (min-width: 600px) {
  .module-image-text__grid-item-right {
    padding: 30px 20px 0 20px;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
}
@media only screen and (min-width: 1100px) {
  .module-image-text__grid-item-right {
    padding: 30px 25px 30px 30px;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
.module-image-text--tadam .module-image-text__container-image {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.module-image-text--tadam .module-image-text__grid-item-right {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media only screen and (min-width: 1100px) {
  .module-image-text__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .module-image-text--inverted .module-image-text__grid {
    grid-template-columns: repeat(12, 1fr) !important;
  }
  .module-image-text--inverted .module-image-text__grid-item-left {
    grid-column: 7/13 !important;
    grid-row: 1/2;
  }
  .module-image-text--inverted .module-image-text__grid-item-right {
    grid-column: 1/7 !important;
    grid-row: 1/2;
  }
}
.module-images {
  padding-top: 20px;
}
.module-images.mask .module-images__container-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  width: 100%;
}
.module-images.mask .module-images__image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.module-images__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
}
@media only screen and (min-width: 600px) {
  .module-images__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .module-images__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 2000px;
  }
}
.module-images__title {
  margin-bottom: 20px;
}
.module-images__grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
}
@media only screen and (min-width: 600px) {
  .module-images__grid.two-column {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media only screen and (min-width: 600px) {
  .module-images__grid.three-column {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  .module-images__grid.three-column {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1100px) {
  .module-images__grid {
    row-gap: 50px;
  }
}
.module-images__container-image {
  overflow: hidden;
}
.module-images__image {
  border-radius: 20px;
  width: 100%;
}
.module-images__grid-item {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.module-images__grid-item:nth-of-type(1n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 0.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 0.4s;
}
.module-images__grid-item:nth-of-type(2n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 0.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 0.6s;
}
.module-images__grid-item:nth-of-type(3n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 0.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 0.8s;
}
.module-images__grid-item:nth-of-type(4n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 1s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 1s;
}
.module-images__grid-item:nth-of-type(5n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 1.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 1.2s;
}
.module-images__grid-item:nth-of-type(6n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 1.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 1.4s;
}
.module-images__grid-item:nth-of-type(7n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 1.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 1.6s;
}
.module-images__grid-item:nth-of-type(8n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 1.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 1.8s;
}
.module-images__grid-item:nth-of-type(9n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 2s;
}
.module-images__grid-item:nth-of-type(10n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 2.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 2.2s;
}
.module-images__grid-item:nth-of-type(11n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 2.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 2.4s;
}
.module-images__grid-item:nth-of-type(12n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 2.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 2.6s;
}
.module-images__grid-item:nth-of-type(13n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 2.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 2.8s;
}
.module-images__grid-item:nth-of-type(14n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 3s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 3s;
}
.module-images__grid-item:nth-of-type(15n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 3.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 3.2s;
}
.module-images__grid-item:nth-of-type(16n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 3.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 3.4s;
}
.module-images__grid-item:nth-of-type(17n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 3.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 3.6s;
}
.module-images__grid-item:nth-of-type(18n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 3.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 3.8s;
}
.module-images__grid-item:nth-of-type(19n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 4s;
}
.module-images__grid-item:nth-of-type(20n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 4.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 4.2s;
}
.module-images__grid-item:nth-of-type(21n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 4.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 4.4s;
}
.module-images__grid-item:nth-of-type(22n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 4.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 4.6s;
}
.module-images__grid-item:nth-of-type(23n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 4.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 4.8s;
}
.module-images__grid-item:nth-of-type(24n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 5s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 5s;
}
.module-images__grid-item:nth-of-type(25n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 5.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 5.2s;
}
.module-images__grid-item:nth-of-type(26n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 5.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 5.4s;
}
.module-images__grid-item:nth-of-type(27n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 5.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 5.6s;
}
.module-images__grid-item:nth-of-type(28n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 5.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 5.8s;
}
.module-images__grid-item:nth-of-type(29n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 6s;
}
.module-images__grid-item:nth-of-type(30n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 6.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 6.2s;
}
.module-images__grid-item:nth-of-type(31n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 6.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 6.4s;
}
.module-images__grid-item:nth-of-type(32n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 6.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 6.6s;
}
.module-images__grid-item:nth-of-type(33n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 6.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 6.8s;
}
.module-images__grid-item:nth-of-type(34n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 7s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 7s;
}
.module-images__grid-item:nth-of-type(35n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 7.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 7.2s;
}
.module-images__grid-item:nth-of-type(36n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 7.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 7.4s;
}
.module-images__grid-item:nth-of-type(37n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 7.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 7.6s;
}
.module-images__grid-item:nth-of-type(38n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 7.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 7.8s;
}
.module-images__grid-item:nth-of-type(39n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 8s;
}
.module-images__grid-item:nth-of-type(40n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 8.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 8.2s;
}
.module-images__grid-item:nth-of-type(41n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 8.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 8.4s;
}
.module-images__grid-item:nth-of-type(42n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 8.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 8.6s;
}
.module-images__grid-item:nth-of-type(43n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 8.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 8.8s;
}
.module-images__grid-item:nth-of-type(44n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 9s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 9s;
}
.module-images__grid-item:nth-of-type(45n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 9.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 9.2s;
}
.module-images__grid-item:nth-of-type(46n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 9.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 9.4s;
}
.module-images__grid-item:nth-of-type(47n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 9.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 9.6s;
}
.module-images__grid-item:nth-of-type(48n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 9.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 9.8s;
}
.module-images__grid-item:nth-of-type(49n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 10s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 10s;
}
.module-images__grid-item:nth-of-type(50n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 10.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 10.2s;
}
.module-images__grid-item:nth-of-type(51n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 10.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 10.4s;
}
.module-images__grid-item:nth-of-type(52n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 10.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 10.6s;
}
.module-images__grid-item:nth-of-type(53n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 10.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 10.8s;
}
.module-images__grid-item:nth-of-type(54n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 11s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 11s;
}
.module-images__grid-item:nth-of-type(55n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 11.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 11.2s;
}
.module-images__grid-item:nth-of-type(56n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 11.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 11.4s;
}
.module-images__grid-item:nth-of-type(57n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 11.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 11.6s;
}
.module-images__grid-item:nth-of-type(58n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 11.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 11.8s;
}
.module-images__grid-item:nth-of-type(59n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 12s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 12s;
}
.module-images__grid-item:nth-of-type(60n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 12.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 12.2s;
}
.module-images__grid-item:nth-of-type(61n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 12.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 12.4s;
}
.module-images__grid-item:nth-of-type(62n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 12.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 12.6s;
}
.module-images__grid-item:nth-of-type(63n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 12.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 12.8s;
}
.module-images__grid-item:nth-of-type(64n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 13s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 13s;
}
.module-images__grid-item:nth-of-type(65n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 13.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 13.2s;
}
.module-images__grid-item:nth-of-type(66n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 13.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 13.4s;
}
.module-images__grid-item:nth-of-type(67n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 13.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 13.6s;
}
.module-images__grid-item:nth-of-type(68n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 13.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 13.8s;
}
.module-images__grid-item:nth-of-type(69n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 14s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 14s;
}
.module-images__grid-item:nth-of-type(70n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 14.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 14.2s;
}
.module-images__grid-item:nth-of-type(71n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 14.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 14.4s;
}
.module-images__grid-item:nth-of-type(72n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 14.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 14.6s;
}
.module-images__grid-item:nth-of-type(73n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 14.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 14.8s;
}
.module-images__grid-item:nth-of-type(74n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 15s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 15s;
}
.module-images__grid-item:nth-of-type(75n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 15.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 15.2s;
}
.module-images__grid-item:nth-of-type(76n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 15.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 15.4s;
}
.module-images__grid-item:nth-of-type(77n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 15.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 15.6s;
}
.module-images__grid-item:nth-of-type(78n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 15.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 15.8s;
}
.module-images__grid-item:nth-of-type(79n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 16s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 16s;
}
.module-images__grid-item:nth-of-type(80n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 16.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 16.2s;
}
.module-images__grid-item:nth-of-type(81n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 16.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 16.4s;
}
.module-images__grid-item:nth-of-type(82n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 16.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 16.6s;
}
.module-images__grid-item:nth-of-type(83n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 16.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 16.8s;
}
.module-images__grid-item:nth-of-type(84n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 17s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 17s;
}
.module-images__grid-item:nth-of-type(85n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 17.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 17.2s;
}
.module-images__grid-item:nth-of-type(86n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 17.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 17.4s;
}
.module-images__grid-item:nth-of-type(87n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 17.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 17.6s;
}
.module-images__grid-item:nth-of-type(88n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 17.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 17.8s;
}
.module-images__grid-item:nth-of-type(89n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 18s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 18s;
}
.module-images__grid-item:nth-of-type(90n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 18.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 18.2s;
}
.module-images__grid-item:nth-of-type(91n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 18.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 18.4s;
}
.module-images__grid-item:nth-of-type(92n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 18.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 18.6s;
}
.module-images__grid-item:nth-of-type(93n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 18.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 18.8s;
}
.module-images__grid-item:nth-of-type(94n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 19s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 19s;
}
.module-images__grid-item:nth-of-type(95n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 19.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 19.2s;
}
.module-images__grid-item:nth-of-type(96n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 19.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 19.4s;
}
.module-images__grid-item:nth-of-type(97n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 19.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 19.6s;
}
.module-images__grid-item:nth-of-type(98n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 19.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 19.8s;
}
.module-images__grid-item:nth-of-type(99n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 20s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 20s;
}
.module-images__grid-item:nth-of-type(100n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 20.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 20.2s;
}
@media only screen and (min-width: 600px) {
  .module-images__grid-item {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}
.module-images__description {
  margin-top: 20px;
}
.module-images--tadam .word {
  opacity: 1;
  -webkit-transform: translateZ(0) translateY(0);
          transform: translateZ(0) translateY(0);
}
.module-images--tadam .module-images__grid-item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.module-about__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 600px) {
  .module-about__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .module-about__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 2000px;
  }
}
.module-about__grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
@media only screen and (min-width: 600px) {
  .module-about__grid {
    row-gap: 40px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media only screen and (min-width: 600px) {
  .module-about__title {
    grid-column: 1/13;
    grid-row: 1/2;
  }
}
@media only screen and (min-width: 1100px) {
  .module-about__title {
    grid-column: 1/9;
  }
}
.module-about__content-left {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 0.8s cubic-bezier(0.3, 1, 0.7, 1) 0.5s;
  transition: 0.8s cubic-bezier(0.3, 1, 0.7, 1) 0.5s;
}
@media only screen and (min-width: 600px) {
  .module-about__content-left {
    grid-column: 1/7;
    grid-row: 2/3;
  }
}
@media only screen and (min-width: 1100px) {
  .module-about__content-left {
    grid-column: 1/5;
  }
}
.module-about__content-right {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 0.8s cubic-bezier(0.3, 1, 0.7, 1) 0.8s;
  transition: 0.8s cubic-bezier(0.3, 1, 0.7, 1) 0.8s;
}
@media only screen and (min-width: 600px) {
  .module-about__content-right {
    grid-column: 7/13;
    grid-row: 2/3;
  }
}
@media only screen and (min-width: 1100px) {
  .module-about__content-right {
    grid-column: 5/9;
  }
}
.module-about__container-image {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  border-radius: 20px;
  color: #ffffff;
}
@media only screen and (min-width: 600px) {
  .module-about__container-image {
    grid-column: 1/7;
    grid-row: 3/4;
  }
}
@media only screen and (min-width: 1100px) {
  .module-about__container-image {
    grid-column: 10/13;
    grid-row: 1/5;
    border-radius: 50px;
  }
}
.module-about__image {
  width: 100%;
}
.module-about--tadam .module-about__content-right,
.module-about--tadam .module-about__content-left {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.module-about--tadam .module-about__container-image {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.module-about--tadam .module-about__container-image::before {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.module-list {
  padding-bottom: 30px;
}
.module-list.vert .module-list__item-tag {
  background-color: #4e5c583a;
  color: #4e5c58;
}
.module-list__title {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1100px) {
  .module-list__title {
    margin-bottom: 30px;
  }
}
.module-list__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 600px) {
  .module-list__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .module-list__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 2000px;
  }
}
.module-list__grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
@media only screen and (min-width: 1100px) {
  .module-list__grid {
    row-gap: 20px;
  }
}
.module-list__item {
  background-color: white;
  padding: 20px;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
.module-list__item:nth-of-type(1n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 0.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 0.4s;
}
.module-list__item:nth-of-type(2n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 0.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 0.6s;
}
.module-list__item:nth-of-type(3n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 0.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 0.8s;
}
.module-list__item:nth-of-type(4n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 1s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 1s;
}
.module-list__item:nth-of-type(5n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 1.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 1.2s;
}
.module-list__item:nth-of-type(6n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 1.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 1.4s;
}
.module-list__item:nth-of-type(7n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 1.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 1.6s;
}
.module-list__item:nth-of-type(8n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 1.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 1.8s;
}
.module-list__item:nth-of-type(9n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 2s;
}
.module-list__item:nth-of-type(10n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 2.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 2.2s;
}
.module-list__item:nth-of-type(11n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 2.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 2.4s;
}
.module-list__item:nth-of-type(12n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 2.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 2.6s;
}
.module-list__item:nth-of-type(13n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 2.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 2.8s;
}
.module-list__item:nth-of-type(14n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 3s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 3s;
}
.module-list__item:nth-of-type(15n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 3.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 3.2s;
}
.module-list__item:nth-of-type(16n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 3.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 3.4s;
}
.module-list__item:nth-of-type(17n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 3.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 3.6s;
}
.module-list__item:nth-of-type(18n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 3.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 3.8s;
}
.module-list__item:nth-of-type(19n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 4s;
}
.module-list__item:nth-of-type(20n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 4.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 4.2s;
}
.module-list__item:nth-of-type(21n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 4.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 4.4s;
}
.module-list__item:nth-of-type(22n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 4.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 4.6s;
}
.module-list__item:nth-of-type(23n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 4.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 4.8s;
}
.module-list__item:nth-of-type(24n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 5s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 5s;
}
.module-list__item:nth-of-type(25n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 5.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 5.2s;
}
.module-list__item:nth-of-type(26n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 5.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 5.4s;
}
.module-list__item:nth-of-type(27n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 5.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 5.6s;
}
.module-list__item:nth-of-type(28n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 5.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 5.8s;
}
.module-list__item:nth-of-type(29n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 6s;
}
.module-list__item:nth-of-type(30n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 6.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 6.2s;
}
.module-list__item:nth-of-type(31n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 6.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 6.4s;
}
.module-list__item:nth-of-type(32n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 6.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 6.6s;
}
.module-list__item:nth-of-type(33n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 6.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 6.8s;
}
.module-list__item:nth-of-type(34n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 7s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 7s;
}
.module-list__item:nth-of-type(35n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 7.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 7.2s;
}
.module-list__item:nth-of-type(36n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 7.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 7.4s;
}
.module-list__item:nth-of-type(37n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 7.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 7.6s;
}
.module-list__item:nth-of-type(38n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 7.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 7.8s;
}
.module-list__item:nth-of-type(39n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 8s;
}
.module-list__item:nth-of-type(40n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 8.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 8.2s;
}
.module-list__item:nth-of-type(41n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 8.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 8.4s;
}
.module-list__item:nth-of-type(42n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 8.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 8.6s;
}
.module-list__item:nth-of-type(43n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 8.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 8.8s;
}
.module-list__item:nth-of-type(44n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 9s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 9s;
}
.module-list__item:nth-of-type(45n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 9.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 9.2s;
}
.module-list__item:nth-of-type(46n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 9.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 9.4s;
}
.module-list__item:nth-of-type(47n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 9.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 9.6s;
}
.module-list__item:nth-of-type(48n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 9.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 9.8s;
}
.module-list__item:nth-of-type(49n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 10s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 10s;
}
.module-list__item:nth-of-type(50n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 10.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 10.2s;
}
.module-list__item:nth-of-type(51n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 10.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 10.4s;
}
.module-list__item:nth-of-type(52n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 10.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 10.6s;
}
.module-list__item:nth-of-type(53n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 10.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 10.8s;
}
.module-list__item:nth-of-type(54n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 11s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 11s;
}
.module-list__item:nth-of-type(55n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 11.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 11.2s;
}
.module-list__item:nth-of-type(56n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 11.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 11.4s;
}
.module-list__item:nth-of-type(57n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 11.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 11.6s;
}
.module-list__item:nth-of-type(58n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 11.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 11.8s;
}
.module-list__item:nth-of-type(59n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 12s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 12s;
}
.module-list__item:nth-of-type(60n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 12.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 12.2s;
}
.module-list__item:nth-of-type(61n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 12.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 12.4s;
}
.module-list__item:nth-of-type(62n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 12.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 12.6s;
}
.module-list__item:nth-of-type(63n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 12.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 12.8s;
}
.module-list__item:nth-of-type(64n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 13s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 13s;
}
.module-list__item:nth-of-type(65n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 13.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 13.2s;
}
.module-list__item:nth-of-type(66n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 13.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 13.4s;
}
.module-list__item:nth-of-type(67n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 13.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 13.6s;
}
.module-list__item:nth-of-type(68n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 13.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 13.8s;
}
.module-list__item:nth-of-type(69n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 14s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 14s;
}
.module-list__item:nth-of-type(70n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 14.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 14.2s;
}
.module-list__item:nth-of-type(71n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 14.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 14.4s;
}
.module-list__item:nth-of-type(72n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 14.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 14.6s;
}
.module-list__item:nth-of-type(73n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 14.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 14.8s;
}
.module-list__item:nth-of-type(74n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 15s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 15s;
}
.module-list__item:nth-of-type(75n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 15.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 15.2s;
}
.module-list__item:nth-of-type(76n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 15.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 15.4s;
}
.module-list__item:nth-of-type(77n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 15.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 15.6s;
}
.module-list__item:nth-of-type(78n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 15.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 15.8s;
}
.module-list__item:nth-of-type(79n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 16s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 16s;
}
.module-list__item:nth-of-type(80n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 16.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 16.2s;
}
.module-list__item:nth-of-type(81n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 16.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 16.4s;
}
.module-list__item:nth-of-type(82n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 16.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 16.6s;
}
.module-list__item:nth-of-type(83n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 16.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 16.8s;
}
.module-list__item:nth-of-type(84n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 17s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 17s;
}
.module-list__item:nth-of-type(85n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 17.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 17.2s;
}
.module-list__item:nth-of-type(86n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 17.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 17.4s;
}
.module-list__item:nth-of-type(87n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 17.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 17.6s;
}
.module-list__item:nth-of-type(88n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 17.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 17.8s;
}
.module-list__item:nth-of-type(89n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 18s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 18s;
}
.module-list__item:nth-of-type(90n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 18.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 18.2s;
}
.module-list__item:nth-of-type(91n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 18.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 18.4s;
}
.module-list__item:nth-of-type(92n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 18.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 18.6s;
}
.module-list__item:nth-of-type(93n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 18.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 18.8s;
}
.module-list__item:nth-of-type(94n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 19s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 19s;
}
.module-list__item:nth-of-type(95n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 19.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 19.2s;
}
.module-list__item:nth-of-type(96n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 19.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 19.4s;
}
.module-list__item:nth-of-type(97n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 19.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 19.6s;
}
.module-list__item:nth-of-type(98n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 19.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 19.8s;
}
.module-list__item:nth-of-type(99n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 20s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 20s;
}
.module-list__item:nth-of-type(100n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 20.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 20.2s;
}
@media only screen and (min-width: 600px) {
  .module-list__item {
    row-gap: 15px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media only screen and (min-width: 1100px) {
  .module-list__item {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    border-radius: 50px;
    padding: 20px 20px 20px 30px;
  }
}
.module-list__item-tag {
  font-size: 12px;
  background-color: #a95a4c31;
  color: #a95a4c;
  padding: 10px 15px;
  border-radius: 20px;
  margin-bottom: 10px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (min-width: 600px) {
  .module-list__item-tag {
    grid-column: 1/9;
    grid-row: 1/2;
  }
}
@media only screen and (min-width: 1100px) {
  .module-list__item-tag {
    grid-column: 1/3;
    grid-row: 1/2;
    margin-top: 20px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 600px) {
  .module-list__item-content {
    grid-column: 1/9;
    grid-row: 2/3;
  }
}
@media only screen and (min-width: 1100px) {
  .module-list__item-content {
    grid-column: 3/9;
    grid-row: 1/2;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.module-list__item-image {
  width: 100%;
  border-radius: 20px;
}
@media only screen and (min-width: 600px) {
  .module-list__item-image {
    grid-column: 10/13;
    grid-row: 1/3;
  }
}
@media only screen and (min-width: 1100px) {
  .module-list__item-image {
    grid-column: 10/13;
    grid-row: 1/2;
    max-width: 350px;
    justify-self: flex-end;
    border-radius: 40px;
  }
}
.module-list__link {
  display: inline-block;
  border: 1px solid #e0e0e0;
  padding: 1em;
  font-size: 14px;
  font-weight: 400;
  color: #0f0f0f;
  border-radius: 100px;
  background-color: transparent;
  padding: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 5px;
  cursor: pointer;
  margin-top: 20px;
}
@media only screen and (min-width: 1100px) {
  .module-list__link {
    font-size: 16px;
    -webkit-transition: 300ms cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 300ms cubic-bezier(0.34, 0.7, 0.27, 1);
  }
  .module-list__link:hover {
    background-color: #0f0f0f;
    color: #ffffff;
  }
}
@media only screen and (min-width: 600px) {
  .module-list__link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px 30px;
    border-color: black;
    margin-top: 30px;
  }
}
.module-list--tadam [data-splitting=lines] .line-content {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.module-list--tadam .module-list__item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.module-list--tadam .module-list__line {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.module-formulaire {
  padding: 50px 30px;
  position: relative;
}
.module-formulaire::after {
  content: "";
  position: absolute;
  background-color: white;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 100%;
  z-index: -1;
  border-radius: 20px;
}
@media only screen and (min-width: 600px) {
  .module-formulaire::after {
    left: 30px;
    width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 1100px) {
  .module-formulaire::after {
    border-radius: 50px;
    left: 50px;
    width: calc(100% - 100px);
  }
}
.module-formulaire__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 600px) {
  .module-formulaire__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .module-formulaire__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 2000px;
  }
}
.module-formulaire__title {
  text-align: center;
  line-height: 1.1;
  font-size: 30px;
  margin: 20px auto 40px auto;
  margin-bottom: 20px;
}
.module-formulaire__paragraph {
  width: 100%;
  max-width: 500px;
  margin: auto;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 50px;
  opacity: 0.8;
}
.module-formulaire__container-form {
  margin-top: 50px;
}
.module-formulaire__tag {
  margin: auto;
  font-size: 12px;
  background-color: #a95a4c31;
  color: #a95a4c;
  padding: 10px 15px;
  border-radius: 20px;
  margin-bottom: 10px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (min-width: 600px) {
  .module-formulaire__tag {
    margin-bottom: 20px;
  }
  .module-formulaire__title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1100px) {
  .module-formulaire {
    padding: 80px 50px;
  }
  .module-formulaire__container {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: 1.5s ease 0.3s;
    transition: 1.5s ease 0.3s;
    opacity: 0;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 600px) {
  .module-formulaire__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 1100px) {
  .module-formulaire__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 2000px;
  }
}
@media only screen and (min-width: 1100px) {
  .module-formulaire__title {
    margin-bottom: 20px;
    font-size: 60px;
    max-width: 700px;
  }
}
@media only screen and (min-width: 1100px) {
  .module-formulaire__paragraph {
    font-size: 18px;
    text-align: center;
    max-width: 600px;
  }
}
@media only screen and (min-width: 1100px) {
  .module-formulaire__container-form {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1100px) {
  .module-formulaire__tag {
    display: none;
  }
}
@media only screen and (min-width: 1100px) {
  .module-formulaire--tadam .module-formulaire__container {
    opacity: 1;
  }
  .module-formulaire--tadam .module-formulaire__container-form {
    opacity: 1;
  }
}
.module-services-sticky {
  padding: 50px 0 50px 0;
  position: relative;
  z-index: 2;
}
.module-services-sticky.rouge .module-services-sticky__tag {
  background-color: #a95a4c31;
  color: #a95a4c;
}
.module-services-sticky.rouge .module-services-sticky__service {
  background-color: #a95a4c;
}
.module-services-sticky.rouge .module-services-sticky__service h1,
.module-services-sticky.rouge .module-services-sticky__service h2,
.module-services-sticky.rouge .module-services-sticky__service h3,
.module-services-sticky.rouge .module-services-sticky__service h4,
.module-services-sticky.rouge .module-services-sticky__service h5,
.module-services-sticky.rouge .module-services-sticky__service p,
.module-services-sticky.rouge .module-services-sticky__service a,
.module-services-sticky.rouge .module-services-sticky__service li {
  color: #ffffff;
}
.module-services-sticky.rouge .module-services-sticky__service h1::before,
.module-services-sticky.rouge .module-services-sticky__service h2::before,
.module-services-sticky.rouge .module-services-sticky__service h3::before,
.module-services-sticky.rouge .module-services-sticky__service h4::before,
.module-services-sticky.rouge .module-services-sticky__service h5::before,
.module-services-sticky.rouge .module-services-sticky__service p::before,
.module-services-sticky.rouge .module-services-sticky__service a::before,
.module-services-sticky.rouge .module-services-sticky__service li::before {
  background-color: #ffffff;
}
.module-services-sticky.rouge .module-services-sticky__service .module-services-sticky__tag-services {
  border-color: #ffffff;
  color: #ffffff;
}
.module-services-sticky.vert .module-services-sticky__tag {
  background-color: #4e5c583a;
  color: #4e5c58;
}
.module-services-sticky.vert .module-services-sticky__service {
  background-color: #4e5c58;
}
.module-services-sticky.vert .module-services-sticky__service h1,
.module-services-sticky.vert .module-services-sticky__service h2,
.module-services-sticky.vert .module-services-sticky__service h3,
.module-services-sticky.vert .module-services-sticky__service h4,
.module-services-sticky.vert .module-services-sticky__service h5,
.module-services-sticky.vert .module-services-sticky__service p,
.module-services-sticky.vert .module-services-sticky__service a,
.module-services-sticky.vert .module-services-sticky__service li {
  color: #ffffff;
}
.module-services-sticky.vert .module-services-sticky__service h1::before,
.module-services-sticky.vert .module-services-sticky__service h2::before,
.module-services-sticky.vert .module-services-sticky__service h3::before,
.module-services-sticky.vert .module-services-sticky__service h4::before,
.module-services-sticky.vert .module-services-sticky__service h5::before,
.module-services-sticky.vert .module-services-sticky__service p::before,
.module-services-sticky.vert .module-services-sticky__service a::before,
.module-services-sticky.vert .module-services-sticky__service li::before {
  background-color: #ffffff;
}
.module-services-sticky.vert .module-services-sticky__service .module-services-sticky__tag-services {
  border-color: #ffffff;
  color: #ffffff;
}
@media only screen and (min-width: 600px) {
  .module-services-sticky {
    padding: 0 0 80px 0;
  }
}
@media only screen and (min-width: 1100px) {
  .module-services-sticky {
    padding: 0 0 100px 0;
  }
}
.module-services-sticky__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}
@media only screen and (min-width: 600px) {
  .module-services-sticky__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .module-services-sticky__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 2000px;
  }
}
@media only screen and (min-width: 600px) {
  .module-services-sticky__grid {
    display: grid;
    grid-template-columns: 5fr 7fr;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    position: relative;
  }
}
@media only screen and (min-width: 600px) {
  .module-services-sticky__head {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 80px;
  }
}
@media only screen and (min-width: 1100px) {
  .module-services-sticky__head {
    padding-top: 130px;
  }
}
.module-services-sticky__tag {
  font-size: 12px;
  background-color: #a95a4c31;
  color: #a95a4c;
  padding: 10px 15px;
  border-radius: 20px;
  margin-bottom: 10px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.7s cubic-bezier(0.45, 1.4, 0.6, 0.95);
  transition: 0.7s cubic-bezier(0.45, 1.4, 0.6, 0.95);
}
@media only screen and (min-width: 1100px) {
  .module-services-sticky__tag {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    font-size: 18px;
  }
}
.module-services-sticky__tag-services {
  color: #0f0f0f;
  border: 1px solid #0f0f0f;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 600px) {
  .module-services-sticky__tag-services {
    margin-bottom: 20px;
  }
}
.module-services-sticky__title {
  margin-bottom: 30px;
  width: 75%;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.7s cubic-bezier(0.45, 1.4, 0.6, 0.95) 0.3s;
  transition: 0.7s cubic-bezier(0.45, 1.4, 0.6, 0.95) 0.3s;
}
@media only screen and (min-width: 1100px) {
  .module-services-sticky__title {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}
.module-services-sticky__container-image {
  margin-bottom: 50px;
  position: relative;
  z-index: 3;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  padding-bottom: 110%;
  opacity: 0;
  -webkit-transform: scale(0.8) rotate(5deg);
          transform: scale(0.8) rotate(5deg);
  -webkit-transition: 0.7s cubic-bezier(0.45, 1.4, 0.6, 0.95) 0.5s;
  transition: 0.7s cubic-bezier(0.45, 1.4, 0.6, 0.95) 0.5s;
}
@media only screen and (min-width: 600px) {
  .module-services-sticky__container-image {
    width: 80%;
    padding-bottom: 80%;
  }
}
@media only screen and (min-width: 1100px) {
  .module-services-sticky__container-image {
    border-radius: 50px;
  }
}
.module-services-sticky__image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (min-width: 600px) {
  .module-services-sticky__services {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 1100px) {
  .module-services-sticky__services {
    padding-top: 130px;
  }
}
.module-services-sticky__service {
  background-color: white;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 10px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.module-services-sticky__service:nth-of-type(1n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 0.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 0.4s;
}
.module-services-sticky__service:nth-of-type(2n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 0.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 0.6s;
}
.module-services-sticky__service:nth-of-type(3n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 0.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 0.8s;
}
.module-services-sticky__service:nth-of-type(4n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 1s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 1s;
}
.module-services-sticky__service:nth-of-type(5n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 1.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 1.2s;
}
.module-services-sticky__service:nth-of-type(6n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 1.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 1.4s;
}
.module-services-sticky__service:nth-of-type(7n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 1.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 1.6s;
}
.module-services-sticky__service:nth-of-type(8n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 1.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 1.8s;
}
.module-services-sticky__service:nth-of-type(9n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 2s;
}
.module-services-sticky__service:nth-of-type(10n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 2.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 2.2s;
}
.module-services-sticky__service:nth-of-type(11n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 2.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 2.4s;
}
.module-services-sticky__service:nth-of-type(12n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 2.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 2.6s;
}
.module-services-sticky__service:nth-of-type(13n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 2.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 2.8s;
}
.module-services-sticky__service:nth-of-type(14n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 3s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 3s;
}
.module-services-sticky__service:nth-of-type(15n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 3.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 3.2s;
}
.module-services-sticky__service:nth-of-type(16n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 3.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 3.4s;
}
.module-services-sticky__service:nth-of-type(17n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 3.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 3.6s;
}
.module-services-sticky__service:nth-of-type(18n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 3.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 3.8s;
}
.module-services-sticky__service:nth-of-type(19n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 4s;
}
.module-services-sticky__service:nth-of-type(20n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 4.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 4.2s;
}
.module-services-sticky__service:nth-of-type(21n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 4.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 4.4s;
}
.module-services-sticky__service:nth-of-type(22n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 4.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 4.6s;
}
.module-services-sticky__service:nth-of-type(23n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 4.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 4.8s;
}
.module-services-sticky__service:nth-of-type(24n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 5s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 5s;
}
.module-services-sticky__service:nth-of-type(25n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 5.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 5.2s;
}
.module-services-sticky__service:nth-of-type(26n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 5.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 5.4s;
}
.module-services-sticky__service:nth-of-type(27n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 5.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 5.6s;
}
.module-services-sticky__service:nth-of-type(28n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 5.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 5.8s;
}
.module-services-sticky__service:nth-of-type(29n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 6s;
}
.module-services-sticky__service:nth-of-type(30n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 6.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 6.2s;
}
.module-services-sticky__service:nth-of-type(31n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 6.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 6.4s;
}
.module-services-sticky__service:nth-of-type(32n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 6.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 6.6s;
}
.module-services-sticky__service:nth-of-type(33n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 6.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 6.8s;
}
.module-services-sticky__service:nth-of-type(34n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 7s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 7s;
}
.module-services-sticky__service:nth-of-type(35n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 7.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 7.2s;
}
.module-services-sticky__service:nth-of-type(36n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 7.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 7.4s;
}
.module-services-sticky__service:nth-of-type(37n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 7.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 7.6s;
}
.module-services-sticky__service:nth-of-type(38n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 7.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 7.8s;
}
.module-services-sticky__service:nth-of-type(39n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 8s;
}
.module-services-sticky__service:nth-of-type(40n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 8.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 8.2s;
}
.module-services-sticky__service:nth-of-type(41n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 8.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 8.4s;
}
.module-services-sticky__service:nth-of-type(42n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 8.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 8.6s;
}
.module-services-sticky__service:nth-of-type(43n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 8.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 8.8s;
}
.module-services-sticky__service:nth-of-type(44n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 9s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 9s;
}
.module-services-sticky__service:nth-of-type(45n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 9.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 9.2s;
}
.module-services-sticky__service:nth-of-type(46n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 9.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 9.4s;
}
.module-services-sticky__service:nth-of-type(47n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 9.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 9.6s;
}
.module-services-sticky__service:nth-of-type(48n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 9.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 9.8s;
}
.module-services-sticky__service:nth-of-type(49n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 10s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 10s;
}
.module-services-sticky__service:nth-of-type(50n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 10.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 10.2s;
}
.module-services-sticky__service:nth-of-type(51n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 10.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 10.4s;
}
.module-services-sticky__service:nth-of-type(52n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 10.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 10.6s;
}
.module-services-sticky__service:nth-of-type(53n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 10.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 10.8s;
}
.module-services-sticky__service:nth-of-type(54n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 11s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 11s;
}
.module-services-sticky__service:nth-of-type(55n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 11.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 11.2s;
}
.module-services-sticky__service:nth-of-type(56n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 11.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 11.4s;
}
.module-services-sticky__service:nth-of-type(57n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 11.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 11.6s;
}
.module-services-sticky__service:nth-of-type(58n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 11.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 11.8s;
}
.module-services-sticky__service:nth-of-type(59n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 12s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 12s;
}
.module-services-sticky__service:nth-of-type(60n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 12.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 12.2s;
}
.module-services-sticky__service:nth-of-type(61n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 12.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 12.4s;
}
.module-services-sticky__service:nth-of-type(62n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 12.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 12.6s;
}
.module-services-sticky__service:nth-of-type(63n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 12.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 12.8s;
}
.module-services-sticky__service:nth-of-type(64n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 13s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 13s;
}
.module-services-sticky__service:nth-of-type(65n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 13.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 13.2s;
}
.module-services-sticky__service:nth-of-type(66n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 13.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 13.4s;
}
.module-services-sticky__service:nth-of-type(67n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 13.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 13.6s;
}
.module-services-sticky__service:nth-of-type(68n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 13.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 13.8s;
}
.module-services-sticky__service:nth-of-type(69n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 14s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 14s;
}
.module-services-sticky__service:nth-of-type(70n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 14.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 14.2s;
}
.module-services-sticky__service:nth-of-type(71n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 14.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 14.4s;
}
.module-services-sticky__service:nth-of-type(72n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 14.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 14.6s;
}
.module-services-sticky__service:nth-of-type(73n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 14.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 14.8s;
}
.module-services-sticky__service:nth-of-type(74n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 15s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 15s;
}
.module-services-sticky__service:nth-of-type(75n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 15.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 15.2s;
}
.module-services-sticky__service:nth-of-type(76n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 15.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 15.4s;
}
.module-services-sticky__service:nth-of-type(77n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 15.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 15.6s;
}
.module-services-sticky__service:nth-of-type(78n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 15.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 15.8s;
}
.module-services-sticky__service:nth-of-type(79n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 16s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 16s;
}
.module-services-sticky__service:nth-of-type(80n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 16.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 16.2s;
}
.module-services-sticky__service:nth-of-type(81n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 16.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 16.4s;
}
.module-services-sticky__service:nth-of-type(82n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 16.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 16.6s;
}
.module-services-sticky__service:nth-of-type(83n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 16.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 16.8s;
}
.module-services-sticky__service:nth-of-type(84n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 17s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 17s;
}
.module-services-sticky__service:nth-of-type(85n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 17.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 17.2s;
}
.module-services-sticky__service:nth-of-type(86n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 17.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 17.4s;
}
.module-services-sticky__service:nth-of-type(87n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 17.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 17.6s;
}
.module-services-sticky__service:nth-of-type(88n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 17.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 17.8s;
}
.module-services-sticky__service:nth-of-type(89n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 18s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 18s;
}
.module-services-sticky__service:nth-of-type(90n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 18.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 18.2s;
}
.module-services-sticky__service:nth-of-type(91n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 18.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 18.4s;
}
.module-services-sticky__service:nth-of-type(92n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 18.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 18.6s;
}
.module-services-sticky__service:nth-of-type(93n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 18.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 18.8s;
}
.module-services-sticky__service:nth-of-type(94n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 19s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 19s;
}
.module-services-sticky__service:nth-of-type(95n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 19.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 19.2s;
}
.module-services-sticky__service:nth-of-type(96n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 19.4s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 19.4s;
}
.module-services-sticky__service:nth-of-type(97n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 19.6s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 19.6s;
}
.module-services-sticky__service:nth-of-type(98n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 19.8s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 19.8s;
}
.module-services-sticky__service:nth-of-type(99n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 20s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 20s;
}
.module-services-sticky__service:nth-of-type(100n) {
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 20.2s;
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1) 20.2s;
}
@media only screen and (min-width: 600px) {
  .module-services-sticky__service {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}
@media only screen and (min-width: 1100px) {
  .module-services-sticky__service {
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 20px;
  }
}
.module-services-sticky__service-title {
  color: black;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1100px) {
  .module-services-sticky__service-title {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
.module-services-sticky--tadam .module-services-sticky__tag {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.module-services-sticky--tadam .module-services-sticky__title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.module-services-sticky--tadam .module-services-sticky__container-image {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}
.module-services-sticky--tadam .module-services-sticky__service {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.module-spacer {
  display: block;
  height: var(--height-mobile);
}
@media only screen and (min-width: 37.5rem) {
  .module-spacer {
    height: var(--height-tablet);
  }
}
@media only screen and (min-width: 64rem) {
  .module-spacer {
    height: var(--height-desktop);
  }
}

.module-duo {
  padding: 30px 0;
}
@media only screen and (min-width: 1100px) {
  .module-duo {
    padding: 50px 0;
  }
}
.module-duo__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 600px) {
  .module-duo__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .module-duo__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 2000px;
  }
}
.module-duo__grid {
  width: 100%;
  display: inline-block;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 30px;
}
@media only screen and (min-width: 600px) {
  .module-duo__grid {
    grid-template-columns: 2fr 1fr;
    row-gap: 30px;
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
  }
}
.module-duo__content-l {
  -webkit-transition: 0.8s cubic-bezier(0.3, 1, 0.7, 1);
  transition: 0.8s cubic-bezier(0.3, 1, 0.7, 1);
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
@media only screen and (min-width: 1100px) {
  .module-duo__content-l {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
.module-duo__content-r {
  -webkit-transition: 0.8s cubic-bezier(0.3, 1, 0.7, 1) 0.3s;
  transition: 0.8s cubic-bezier(0.3, 1, 0.7, 1) 0.3s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
@media only screen and (min-width: 1100px) {
  .module-duo__content-r {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
.module-duo--tadam .module-duo__content-l, .module-duo--tadam .module-duo__content-r {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
/*# sourceMappingURL=main.css.map */
