/* 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 {
  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;
}

/* 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: swissItalic;
  src: url("../fonts/swiss/Swiss721BT-Italic.otf");
  src: url("../fonts/swiss/Swiss721BT-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/swiss/Swiss721BT-Italic.woff2") format("woff2"), url("../fonts/swiss/Swiss721BT-Italic.woff") format("woff"), url("../fonts/swiss/Swiss721BT-Italic.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: swiss;
  src: url("../fonts/swiss/Swiss721BT-Roman.otf");
  src: url("../fonts/swiss/Swiss721BT-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/swiss/Swiss721BT-Roman.woff2") format("woff2"), url("../fonts/swiss/Swiss721BT-Roman.woff") format("woff"), url("../fonts/swiss/Swiss721BT-Roman.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: swiss;
  src: url("../fonts/swiss/Swiss721BT-Bold.otf");
  src: url("../fonts/swiss/Swiss721BT-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/swiss/Swiss721BT-Bold.woff2") format("woff2"), url("../fonts/swiss/Swiss721BT-Bold.woff") format("woff"), url("../fonts/swiss/Swiss721BT-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
#tinymce {
  background-color: white;
}

[data-splitting] .word {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
}
[data-splitting] .word-content {
  display: inline-block;
  will-change: transform;
  -webkit-transform: translateZ(0) translateY(101%);
          transform: translateZ(0) translateY(101%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: calc(var(--line-index) * 0.1s);
          transition-delay: calc(var(--line-index) * 0.1s);
}

.ui-datepicker {
  width: 100%;
  left: 0 !important;
  bottom: 0 !important;
  top: initial !important;
  background-color: white !important;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 20px 20px 0 0;
}

.ui-state-default {
  color: black;
}

.ui-datepicker-unselectable {
  opacity: 0.5;
}

.ui-datepicker-calendar {
  margin: 0 20px 20px 20px !important;
  width: calc(100% - 40px);
}
@media only screen and (min-width: 1024px) {
  .ui-datepicker-calendar {
    margin: 0 50px 50px 50px !important;
    width: calc(100% - 100px);
  }
}
.ui-datepicker-calendar tbody {
  padding: 20px !important;
}
.ui-datepicker-calendar th {
  text-align: left !important;
}
.ui-datepicker-calendar tr,
.ui-datepicker-calendar td {
  padding: 5px;
}
@media only screen and (min-width: 1024px) {
  .ui-datepicker-calendar tr,
.ui-datepicker-calendar td {
    padding: 10px;
    font-size: 18px;
  }
}

.ui-datepicker-header {
  margin-bottom: 10px;
  padding: 20px 20px 0 20px;
}
@media only screen and (min-width: 1024px) {
  .ui-datepicker-header {
    margin-bottom: 50px;
    padding: 50px 50px 0 50px;
    position: relative;
  }
}

.ui-datepicker-month {
  font-size: 16px;
  background-color: #f2f2f2;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  background-position: right 10px top 50%, 0 0;
  background-size: 0.5em auto, 100%;
  color: black !important;
}
@media only screen and (min-width: 1024px) {
  .ui-datepicker-month {
    font-size: 18px;
  }
}

.ui-datepicker-year {
  font-size: 16px;
  background-color: #f2f2f2;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  background-position: right 10px top 50%, 0 0;
  background-size: 0.5em auto, 100%;
  color: black !important;
}
@media only screen and (min-width: 1024px) {
  .ui-datepicker-year {
    font-size: 18px;
  }
}

.ui-datepicker-next {
  background: #1d1d1d;
  padding: 5px 10px;
  border-radius: 5px;
  top: 0;
  color: white;
  margin-left: 5px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .ui-datepicker-next {
    width: 200px;
    display: block;
    text-align: center;
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 18px;
  }
}

.ui-datepicker-prev {
  background: #1d1d1d;
  padding: 5px 10px;
  border-radius: 5px;
  color: white;
}
@media only screen and (min-width: 1024px) {
  .ui-datepicker-prev {
    width: 200px;
    display: block;
    text-align: center;
    font-size: 18px;
  }
}

.ui-datepicker-title {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* ----------------------------------------------------------------------------------------------------
Super Form Reset
A couple of things to watch out for:
- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs
----------------------------------------------------------------------------------------------------*/
.form {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: 1s cubic-bezier(0.38, 0.005, 0.215, 1);
}
.form .gform_button {
  background-color: #ffffff;
  color: #1d1d1d;
  width: 100%;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px;
  padding: 8px 0;
  border-radius: 4px;
}
.form .ginput_container_date {
  position: relative;
}
.form .ginput_container_date:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 20px;
  right: 15px;
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/themes/cargoarchitecture/assets/src/svg/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% auto, 50%;
}
.form .gfield_date_calendar label {
  display: none;
}
.form .gfield_date_calendar .ginput_complex {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  background-color: transparent !important;
}
.form .gfield_date_calendar .ginput_container_date {
  background-color: #3e3e3e;
}
.form .gfield_date_calendar input::-webkit-input-placeholder {
  opacity: 0;
  /*Change the opacity between 0 and 1*/
}
.form .gfield_date_calendar input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}
.form .gfield_date_calendar input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}
.form .gfield_date_calendar input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}
.form .gfield_date_calendar input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}
.form .field_description_below label {
  font-size: 14px;
}
.form .gfield_select_hide_label label {
  display: none !important;
}
.form .gform_confirmation_message {
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 30px;
  line-height: 1.2;
  font-family: "swiss", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #1d1d1d;
  color: #ffffff;
}
@media only screen and (min-width: 600px) {
  .form .gform_confirmation_message {
    font-size: 40px;
  }
}
.form .gfield_subtitle {
  font-size: 10px;
  line-height: 1;
  color: #b4b4b4;
  text-align: right;
  text-transform: uppercase;
}
.form .gfield_h2_separator {
  margin-top: 100px;
  padding-top: 60px;
  display: inline-block;
  position: relative;
}
.form .gfield_h2_separator::after {
  margin-top: 5px;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  background-color: #ffffff;
  width: 100%;
}
.form .gfield_h3 {
  margin-top: 30px;
}
@media only screen and (min-width: 1024px) {
  .form .gfield_h3 {
    margin-top: 60px;
  }
}
.form .gfield_h3 h3 {
  color: #ffffff;
  line-height: 1.1;
  font-weight: 800;
  font-size: 12px !important;
}
@media only screen and (min-width: 1024px) {
  .form .gfield_h3 h3 {
    font-size: 14px !important;
  }
}
.form .spacer {
  display: none;
}
.form .gform_fields {
  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: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form .gfield_visibility_hidden {
  opacity: 0;
  padding: 0 !important;
  height: 0 !important;
  margin: 0 !important;
}
.form .gfield {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.form .gfield .ginput_preview {
  margin-top: 10px;
  font-size: 0.9375rem;
  font-family: "swiss", Helvetica, Arial, sans-serif;
  color: #ffffff;
  position: relative;
  z-index: 5;
}
.form .gfield .ginput_preview .gform_delete_file {
  color: #ffffff;
}
.form .gfield .gfield_label {
  font-size: 12px;
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "swiss", Helvetica, Arial, sans-serif;
  color: #b4b4b4;
  position: absolute;
  top: 21px;
  z-index: 2;
  left: 21px;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
  transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
  padding-right: 30px;
}
.form .gfield .gfield_label .gfield_required {
  display: none;
}
.form .gfield .ginput_container {
  width: 100%;
  position: relative;
  background-color: #3e3e3e;
  border-radius: 4px;
}
.form .gfield .ginput_container textarea {
  margin-bottom: 5px;
  width: calc(100% - 40px) !important;
}
.form .gfield .ginput_container input,
.form .gfield .ginput_container textarea,
.form .gfield .ginput_container select {
  font-size: 13px;
  font-family: "swiss", Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-weight: 500;
  width: 90%;
  padding: 20px 15px 18px 18px;
}
.form .gfield .ginput_container input:-webkit-autofill, .form .gfield .ginput_container input:-webkit-autofill:hover, .form .gfield .ginput_container input:-webkit-autofill:focus, .form .gfield .ginput_container input:-webkit-autofill:active,
.form .gfield .ginput_container textarea:-webkit-autofill,
.form .gfield .ginput_container textarea:-webkit-autofill:hover,
.form .gfield .ginput_container textarea:-webkit-autofill:focus,
.form .gfield .ginput_container textarea:-webkit-autofill:active,
.form .gfield .ginput_container select:-webkit-autofill,
.form .gfield .ginput_container select:-webkit-autofill:hover,
.form .gfield .ginput_container select:-webkit-autofill:focus,
.form .gfield .ginput_container select:-webkit-autofill:active {
  outline-width: 0;
  -webkit-box-shadow: 0 0 0 30px #3e3e3e inset !important;
}
.form .gfield .ginput_container input:focus,
.form .gfield .ginput_container select:focus,
.form .gfield .ginput_container textarea:focus,
.form .gfield .ginput_container button:focus {
  outline: none;
}
.form .gfield .ginput_container .instruction {
  display: none;
}
.form .gfield .gfield_validation_message {
  font-size: 0.75rem;
  font-family: "swiss", Helvetica, Arial, sans-serif;
  color: red;
  font-weight: 500;
  margin-top: 8px;
}
.form .gfield__file {
  position: relative;
}
.form .gfield__file .gfield_label {
  opacity: 1;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  height: 100%;
  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;
  background: #3e3e3e;
  z-index: 2;
  border: 1px dashed #b8b8b8;
  -webkit-transform: none !important;
          transform: none !important;
  z-index: 1;
  padding: 50px;
  position: relative;
  border-radius: 4px;
  top: 0;
}
.form .gfield__file .gfield_label .gform__sublabel {
  font-size: 0.75em;
  margin-top: 1em;
}
.form .gfield__file .ginput_container {
  padding: 15px;
  position: unset;
  padding: 0 !important;
}
.form .gfield__file .ginput_container input {
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.form .gfield__file .ginput_container .gform_fileupload_rules {
  display: none;
}
.form .gfield__file .ginput_container:after {
  display: none;
}
.form .gfield--focus .gfield_label {
  top: 10px;
  left: 15px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.form fieldset {
  margin-top: 30px;
}
@media only screen and (min-width: 1024px) {
  .form fieldset {
    margin-top: 60px;
  }
}
.form .gfield_labeltop label {
  position: initial !important;
  color: #1d1d1d !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.form .gfield_select label {
  color: #ffffff !important;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 10px;
  position: initial !important;
  -webkit-transform: none !important;
          transform: none !important;
  margin-top: 30px;
  font-size: 12px !important;
}
@media only screen and (min-width: 1024px) {
  .form .gfield_select label {
    margin-top: 60px;
    font-size: 14px !important;
  }
}
.form .gfield_select--dark label {
  position: initial !important;
  color: #1d1d1d !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.form .ginput_container_select {
  margin-bottom: 0;
  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;
  color: #1d1d1d !important;
}
.form .ginput_container_select .gfield_label {
  position: initial !important;
}
.form .ginput_container_select:after {
  -webkit-transition: 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  background-image: url("/wp-content/themes/cargoarchitecture/assets/src/svg/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% auto, 50%;
  pointer-events: none;
}
.form legend {
  display: block !important;
  position: initial !important;
  color: #ffffff !important;
  -webkit-transform: initial !important;
          transform: initial !important;
  margin-bottom: 10px;
  width: 100%;
  font-size: 12px !important;
}
@media only screen and (min-width: 1024px) {
  .form legend {
    font-size: 14px !important;
  }
}
.form .gfield_space {
  border: none;
}
.form .gfield_upload label {
  display: none;
}
.form .gfield_upload .ginput_container {
  background-color: transparent !important;
}
.form .gfield_upload .gform_fileupload_rules {
  color: white;
}
.form .gfield_upload .gform_drop_area {
  height: 50px;
  background-color: #3e3e3e;
  border-radius: 4px;
  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;
}
.form .gfield_upload .gform_drop_instructions {
  display: none;
}
.form .gfield_upload .gform_fileupload_rules {
  display: none;
}
.form .gfield_upload .gform_button_select_files {
  background-color: #ffffff;
  color: black;
  border-radius: 4px;
  padding: 5px 10px;
  margin-left: 5px;
  font-size: 12px;
  font-weight: 600;
  font-family: "swiss", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.form .gchoice {
  position: relative;
  cursor: pointer;
  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;
  background-color: #363636;
  border-radius: 4px !important;
  border: 2px solid #1d1d1d;
  background-color: transparent;
  margin: 0 10px 10px 0;
}
.form .gchoice input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0 !important;
}
.form .gchoice label {
  cursor: pointer;
}
.form .ginput_container_checkbox {
  background-color: transparent !important;
}
.form .gfield_checkbox {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.form .gfield_checkbox .gchoice {
  width: 100%;
  background-color: #3e3e3e;
  padding: 10px 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.form .gfield_checkbox .gchoice--clicked:before {
  background-color: #ffffff;
}
.form .gfield_checkbox .gchoice:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  position: absolute;
  left: 15px;
  pointer-events: none;
}
.form .gfield_checkbox .gchoice label {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  padding: 10px 15px 10px 20px;
}
.form .gfield_checkbox label {
  padding: 15px 15px 15px 40px;
}
@media only screen and (min-width: 1024px) {
  .form .gfield_gchoice_container .gfield_label {
    margin-bottom: 20px !important;
    font-size: 30px;
  }
  .form .gfield_radio,
.form .gfield_checkbox {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .form .gfield_radio .gchoice,
.form .gfield_checkbox .gchoice {
    width: 32%;
    background-color: #3e3e3e;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 5px 10px 0;
  }
  .form .gfield_radio label,
.form .gfield_checkbox label {
    padding: 15px 15px 15px 40px;
  }
  .form .gfield_full {
    width: calc(100% - 5px) !important;
  }
  .form .gfield_half {
    width: calc(50% - 5px) !important;
  }
  .form .gfield_quarter {
    width: calc(25% - 5px) !important;
  }
  .form .gfield-list-large .gfield_checkbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .form .gfield_h2_separator::after {
    margin-top: 5px;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: -8.33%;
    height: 1px;
    background-color: #ffffff;
    width: calc(100% + 16.66%);
  }
}
.form .gfield_h3_border {
  position: relative;
}
.form .gfield_h3_border h3 {
  margin-left: 20px;
  margin-right: 20px;
}
.form .gfield_h3_border:after {
  content: "";
  pointer-events: none;
  height: 175px;
  position: absolute;
  width: 100%;
  border: 1px solid #ffffff;
  border-radius: 20px;
  top: -10px;
  left: 0;
}
@media only screen and (min-width: 600px) {
  .form .gfield_h3_border:after {
    height: 110px;
  }
}
@media only screen and (min-width: 1024px) {
  .form .gfield_h3_border:after {
    height: 130px;
    top: -20px;
  }
}
.form .gfield_half_border_left {
  margin-left: 20px;
  margin-right: 20px;
}
@media only screen and (min-width: 600px) {
  .form .gfield_half_border_left {
    margin-left: 20px;
    margin-right: 0;
  }
}
.form .gfield_half_border_right {
  margin-left: 20px;
  margin-right: 20px;
}
@media only screen and (min-width: 600px) {
  .form .gfield_half_border_right {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 600px) {
  .form .gfield_half_border {
    width: calc(50% - 25px) !important;
  }
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  border-radius: 0px;
  /* Browsers have different default form fonts */
  font-size: 13px;
  font-family: "swiss", Helvetica, Arial, sans-serif;
}

/* Remove the stupid outer glow in Webkit */
input:focus {
  outline: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Text Inputs
-----------------------------------------------*/
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: auto;
  border: 0;
  border-radius: 0px;
  margin: 0;
  outline: none;
  outline-color: transparent;
  background-color: transparent;
  -webkit-font-smoothing: inherit !important;
}

/* Button Controls
-----------------------------------------------*/
input[type=radio] {
  width: 0.9375rem;
  height: 1.625rem;
  margin: 0;
  border-radius: 0px;
}

/* File Uploads
-----------------------------------------------*/
input[type=file] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: auto;
  border: 0;
  outline: none;
  outline-color: transparent;
  background-color: transparent;
  -webkit-font-smoothing: inherit !important;
}

/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Buttons
-----------------------------------------------*/
button,
input[type=reset],
input[type=button],
input[type=submit] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto;
}

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
}

/* Selects
-----------------------------------------------*/
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: auto;
  border: 0;
  outline: none;
  outline-color: transparent;
  background-color: transparent;
  -webkit-font-smoothing: inherit !important;
  background-repeat: no-repeat, repeat;
  background-position: right 0 top 50%, 0 0;
  background-size: 0.7em auto, 100%;
}
select option {
  color: #1d1d1d !important;
}

select[multiple] {
  vertical-align: top;
}

h1,
.title-1 {
  font-size: 30px;
  line-height: 1.2;
  font-family: "swiss", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #1d1d1d;
}
@media only screen and (min-width: 600px) {
  h1,
.title-1 {
    font-size: 40px;
  }
}

h2,
.title-2 {
  font-size: 18px;
  line-height: 24px;
  font-family: "swiss", Helvetica, Arial, sans-serif;
  color: #1d1d1d;
  font-weight: 500;
}
@media only screen and (min-width: 600px) {
  h2,
.title-2 {
    font-size: 26px;
    line-height: 32px;
  }
}

h3,
.title-3 {
  text-transform: uppercase;
  font-size: 22px;
  font-family: "swiss", Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 24px;
  color: #1d1d1d;
}
@media only screen and (min-width: 1024px) {
  h3,
.title-3 {
    font-size: 30px;
    line-height: 32px;
  }
}

h4,
.title-4 {
  text-transform: uppercase;
  font-size: 15px;
  font-family: "swiss", Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 16px;
  color: #1d1d1d;
}
@media only screen and (min-width: 1024px) {
  h4,
.title-4 {
    font-size: 1.25rem;
    line-height: 23px;
  }
}

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

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

body {
  font: 500 1rem/1.25 "swiss", Helvetica, Arial, sans-serif;
  color: #1d1d1d;
}

p,
.paragraph {
  font-size: 12px;
  line-height: 16px;
  font-family: "swiss", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #1d1d1d;
}
@media only screen and (min-width: 600px) {
  p,
.paragraph {
    font-size: 14px;
    line-height: 18px;
  }
}

::-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: 1024px) {
  .container {
    margin-left: auto;
    margin-right: auto;
  }
}

.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;
}

.header {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  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__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: 1024px) {
  .header__container {
    margin-left: auto;
    margin-right: auto;
  }
}
.header__logo {
  pointer-events: all;
  width: 70px;
  -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--black {
  display: none;
}
.header__list {
  display: none;
}
.header__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header__translate {
  display: none;
}
.header__mobile {
  border: 1px solid #000000;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #000000;
}
.header .wpml-ls-link {
  color: #ffffff;
  pointer-events: all;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.header__link-form {
  pointer-events: all;
  border: 1px solid #000000;
  border-radius: 4px;
  background-color: #ffffff;
  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;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  color: #1d1d1d;
}
.header__mobile-menu {
  pointer-events: all;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 40px;
  height: 35px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.header__mobile-menu--open .header__burger-line:first-of-type {
  margin: 0px;
  -webkit-transform: rotate(45deg) translateY(1px);
          transform: rotate(45deg) translateY(1px);
}
.header__mobile-menu--open .header__burger-line:last-of-type {
  margin: 0px;
  -webkit-transform: rotate(-45deg) translateY(-1px);
          transform: rotate(-45deg) translateY(-1px);
}
.header__mobile-menu--open .header__burger-line-second {
  display: none;
}
.header__burger-line {
  width: 20px;
  height: 1px;
  display: block;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.header__burger-line:first-of-type {
  margin-bottom: 5px;
}
.header__burger-line-second {
  margin-bottom: 5px;
}

body.menu-show .header__logo--black {
  display: none !important;
}
body.menu-show .header__logo--white {
  display: block !important;
}

.menu {
  background-color: #1d1d1d;
  z-index: 1999;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100dvh;
  height: var(--doc-height);
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  scroll-behavior: unset;
  pointer-events: none;
  -webkit-transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
  transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
}
.menu--show {
  -webkit-transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
  transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.menu--show .menu__link {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.menu__container {
  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;
  height: 100%;
  position: relative;
  padding: 0 30px;
}
.menu__container-invisible {
  width: 100%;
}
.menu__links {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: 25px;
}
.menu__link {
  color: #ffffff;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1;
  font-family: "swiss", Helvetica, Arial, sans-serif;
  line-height: 1;
  text-align: center;
  width: 100%;
}
.menu .wpml-ls {
  padding: 0;
}
.menu .wpml-ls-link {
  margin: 0;
  padding: 0;
}

.menu-show .home-option {
  display: none;
}

@media only screen and (min-width: 600px) {
  .header__logo {
    width: 100px;
  }
  .header__link-form {
    font-size: 12px;
  }

  .menu__link {
    font-size: 32px;
  }
  .menu__link-translate {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .header {
    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;
    padding: 0 20px;
  }
  .header__container {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    padding: 0;
    margin: 15px 0;
    border-radius: 5px;
  }
  .header__logo {
    display: none;
  }
  .header__mobile {
    border: none;
  }
  .header__link-form {
    height: 40px;
    padding-left: 34px;
    padding-right: 34px;
    cursor: pointer;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transition: 0.4s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.4s cubic-bezier(0.34, 0.7, 0.27, 1);
  }
  .header__link-form:hover {
    padding-left: 40px;
    padding-right: 40px;
  }
  .header--small {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  .header--mid .header__container {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    background-color: black;
  }
  .header--mid .header__link-form {
    border-radius: 0 4px 4px 0;
  }
  .header--hide {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
    opacity: 1 !important;
  }
  .header__list {
    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;
  }
  .header__translate ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header__buttons {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    justify-self: flex-end;
  }
  .header__translate {
    display: block;
  }
  .header .wpml-ls {
    padding: 0 30px 2px 15px;
  }
  .header .wpml-ls-link {
    color: #ffffff;
    pointer-events: all;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .header .wpml-ls-link:hover {
    opacity: 0.5;
  }
  .header__item {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    pointer-events: all;
    color: #1d1d1d;
    margin: 0 15px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    -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);
    height: 22px;
    overflow: hidden;
  }
  .header__item div {
    padding: 0;
    border: none;
  }
  .header__item span {
    -webkit-transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    z-index: 2;
  }
  .header__item .container-anim {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    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;
  }
  .header__item .container-anim .container-anim-item {
    margin-bottom: 10px;
    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;
  }
  .header__item:hover .container-anim {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header__soumission {
    margin: 0;
    padding: 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .header__mobile-menu {
    display: none;
  }
}
.transition {
  background-color: #1d1d1d;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 3000;
  pointer-events: none;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.3, 0.86, 0.36, 0.95);
          animation-timing-function: cubic-bezier(0.3, 0.86, 0.36, 0.95);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.transition--open {
  -webkit-animation-name: open-transition;
          animation-name: open-transition;
}
@-webkit-keyframes open-transition {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes open-transition {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.transition--load {
  -webkit-animation-name: load-transition;
          animation-name: load-transition;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}
@-webkit-keyframes load-transition {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes load-transition {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.grecaptcha-badge {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.footer {
  margin-top: 50px;
  border-top: 1px solid #b4b4b4;
}
.footer__container {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .footer__container {
    margin-left: auto;
    margin-right: auto;
  }
}
.footer__container-logo {
  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;
}
.footer__logo {
  height: 20px;
  margin: 0 4px;
}
.footer__logo--black {
  display: none;
}
.footer__logo-secondary--black {
  display: none;
}
.footer__copyright {
  margin-top: 20px;
}
.footer__copyright p,
.footer__copyright a {
  color: #b4b4b4;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 13px;
}
.footer__copyright a {
  color: #b4b4b4;
  font-weight: 800;
}

@media only screen and (min-width: 600px) {
  .footer__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer__container-logo {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer__copyright {
    margin-top: 0;
    text-align: right;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__container {
    position: relative;
    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: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: 80px;
  }
  .footer__container-logo {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 30px;
    padding: 0 20px;
  }
  .footer__copyright {
    margin-top: 0;
    text-align: right;
    width: 50%;
    text-align: center;
    margin: auto;
    position: relative;
    z-index: 3;
  }
  .footer__logo-principal {
    opacity: 0;
    pointer-events: none;
  }
  .footer__logo-secondary {
    margin-top: 3px;
  }
}
.cursor__ball {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  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;
  mix-blend-mode: difference;
  height: 100px;
  width: 100px;
}
.cursor__ball svg {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.cursor__ball circle {
  shape-rendering: geometricPrecision;
  fill: #ccc;
  fill-opacity: 0;
  stroke: #ccc;
  stroke-width: 2;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.cursor__ball--big svg {
  width: 100px;
  height: 100px;
}
.cursor__ball--small circle {
  fill-opacity: 1;
  stroke-width: 0;
}
.cursor__text {
  height: 100px;
  width: 100px;
}
.cursor__text p {
  color: #ffffff;
  opacity: 0;
  mix-blend-mode: difference;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.cursor__image {
  width: 200px;
  height: 200px;
}
.cursor__image div {
  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;
  width: 200px;
  height: 200px;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.cursor__image div img {
  width: 100%;
}
.cursor--animate .cursor__ball--big svg {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.cursor--expand .cursor__ball--big svg {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.cursor--text .cursor__ball--small svg {
  opacity: 0;
}
.cursor--text .cursor__text p {
  opacity: 1;
}
.cursor--image .cursor__ball--small svg,
.cursor--image .cursor__ball--big svg {
  opacity: 0;
}
.cursor--image .cursor__image div {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.cursor--other .cursor__ball--big svg circle {
  fill-opacity: 1;
  fill: #dafba1;
  stroke: #dafba1;
}

.cta {
  margin-top: 50px;
  margin-bottom: 50px;
}
.cta__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .cta__container {
    margin-left: auto;
    margin-right: auto;
  }
}
.cta__block {
  cursor: pointer;
  padding: 20px 0 20px 20px;
  background-color: #ffffff;
  border-radius: 3px;
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  color: #1d1d1d;
  text-transform: uppercase;
  font-weight: 800;
}
.cta__block-left {
  margin-right: 20px;
}
.cta__block-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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cta__block-right-arrows {
  margin-left: 15px;
}
.cta__arrows {
  margin-left: 10px;
  max-width: 76px;
}
.cta__arrows svg {
  margin-right: 4px;
  width: 35px;
  height: auto;
}
.cta__arrows svg path,
.cta__arrows svg line {
  stroke-width: 4px;
}

@media only screen and (min-width: 600px) {
  .cta__block {
    padding: 30px 0 30px 50px;
    font-size: 14px;
  }
  .cta__block-right-arrows {
    height: 100px;
  }
  .cta__block-right svg {
    height: 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .cta__arrows {
    margin-left: 10px;
    max-width: 180px;
  }
  .cta__arrows svg {
    margin-right: 8px;
    width: 55px;
    height: auto;
  }
  .cta__arrows svg path,
.cta__arrows svg line {
    stroke-width: 3px;
  }
}
@media only screen and (min-width: 1024px) {
  .cta__block {
    padding: 30px 0 30px 100px;
    position: relative;
  }
  .cta__block::after {
    z-index: 1;
    content: "";
    position: absolute;
    border-radius: 5px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #eeeeee;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  .cta__block:hover::after {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .cta__block:hover .cta__block-left {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .cta__block-right {
    position: relative;
    z-index: 2;
  }
  .cta__block-left {
    position: relative;
    z-index: 2;
    -webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .cta__block-left {
    font-size: 18px;
  }
  .cta__arrows {
    margin-left: 15px;
  }
  .cta__arrows svg {
    margin-right: 8px;
  }
  .cta__arrows svg path,
.cta__arrows svg line {
    stroke-width: 3px;
  }
  .cta__arrows--marquee {
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  .cta__arrows--marquee-content {
    -webkit-animation-play-state: running !important;
            animation-play-state: running !important;
  }
}
.module-description {
  padding: 50px 0;
}
.module-description__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .module-description__container {
    margin-left: auto;
    margin-right: auto;
  }
}
.module-description__title {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 40px;
}
.module-description__description {
  color: #ffffff;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0.8s;
  transition: 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0.8s;
}
.module-description--tadam .word-content {
  -webkit-transform: translateZ(0) translateY(0);
          transform: translateZ(0) translateY(0);
}
.module-description--tadam .module-description__description {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media only screen and (min-width: 600px) {
  .module-description__grid {
    padding: 0 8.33%;
  }
  .module-description__title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .module-description {
    padding: 100px 0;
  }
  .module-description__grid {
    padding: 0 8.33%;
    display: grid;
    grid-template-columns: 6fr 3fr;
    -webkit-column-gap: 8.33%;
       -moz-column-gap: 8.33%;
            column-gap: 8.33%;
  }
  .module-description__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
.module-image-large {
  padding: 50px 0;
}
.module-image-large__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .module-image-large__container {
    margin-left: auto;
    margin-right: auto;
  }
}
.module-image-large__container-image {
  border-radius: 4px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden;
}
.module-image-large__container-image--tadam {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.module-image-large__container-image--tadam .module-image-large__image {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.module-image-large__image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  width: 100%;
}
.module-image-large__description {
  font-size: 12px;
  line-height: 14px;
  color: #b4b4b4;
  width: 75%;
  margin-top: 10px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}
@media only screen and (min-width: 600px) {
  .module-image-large__description {
    width: 100%;
    max-width: 460px;
  }
}
@media only screen and (min-width: 1024px) {
  .module-image-large__description {
    max-width: 500px;
    font-size: 14px;
    line-height: 16px;
  }
}
.module-image-large--tadam .module-image-large__description {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media only screen and (min-width: 600px) {
  .module-image-large__grid {
    padding: 0 8.33%;
  }
}
@media only screen and (min-width: 1024px) {
  .module-image-large {
    padding: 100px 0;
  }
  .module-image-large__grid {
    padding: 0 8.33%;
  }
}
.module-quote {
  padding: 50px 0;
}
.module-quote__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .module-quote__container {
    margin-left: auto;
    margin-right: auto;
  }
}
.module-quote__title, .module-quote__author {
  color: #ffffff;
  text-align: center;
}
.module-quote__author {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 10px !important;
  line-height: 12px !important;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
}
.module-quote__title {
  font-family: "swissItalic", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 22px;
}
.module-quote--tadam .word-content {
  -webkit-transform: translateZ(0) translateY(0);
          transform: translateZ(0) translateY(0);
}
.module-quote--tadam .module-quote__author {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media only screen and (min-width: 600px) {
  .module-quote__grid {
    padding: 0 8.33%;
  }
  .module-quote__title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .module-quote {
    padding: 100px 0;
  }
  .module-quote__grid {
    padding: 0 16.66%;
  }
  .module-quote__title {
    font-size: 26px;
    line-height: 32px;
  }
}
.module-image-duo {
  padding: 50px 0;
}
.module-image-duo__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .module-image-duo__container {
    margin-left: auto;
    margin-right: auto;
  }
}
.module-image-duo__title {
  font-family: "swissItalic", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
.module-image-duo__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 10px;
}
.module-image-duo__container-image-small {
  border-radius: 4px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  transition: -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s, -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  overflow: hidden;
}
.module-image-duo__container-image-large {
  border-radius: 4px;
  margin-bottom: 10px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden;
}
.module-image-duo__image-small {
  width: 75%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
  transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
}
.module-image-duo__image-large {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}
.module-image-duo__description-small {
  font-size: 12px;
  line-height: 14px;
  color: #b4b4b4;
  width: 75%;
  margin-top: 10px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}
@media only screen and (min-width: 600px) {
  .module-image-duo__description-small {
    width: 100%;
    max-width: 460px;
  }
}
@media only screen and (min-width: 1024px) {
  .module-image-duo__description-small {
    max-width: 500px;
    font-size: 14px;
    line-height: 16px;
  }
}
.module-image-duo__description-large {
  font-size: 12px;
  line-height: 14px;
  color: #b4b4b4;
  width: 75%;
  margin-top: 10px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.8s;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.8s;
  margin-bottom: 20px;
}
@media only screen and (min-width: 600px) {
  .module-image-duo__description-large {
    width: 100%;
    max-width: 460px;
  }
}
@media only screen and (min-width: 1024px) {
  .module-image-duo__description-large {
    max-width: 500px;
    font-size: 14px;
    line-height: 16px;
  }
}
.module-image-duo--tadam .module-image-duo__container-image-large {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.module-image-duo--tadam .module-image-duo__container-image-small {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.module-image-duo--tadam .module-image-duo__image-small {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.module-image-duo--tadam .module-image-duo__image-large {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.module-image-duo--tadam .module-image-duo__description-small {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.module-image-duo--tadam .module-image-duo__description-large {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media only screen and (min-width: 600px) {
  .module-image-duo__container-image-small {
    -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .module-image-duo__container-image-large {
    -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
    transition: -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
    transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
    transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s, -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  }
  .module-image-duo__grid {
    padding: 0 8.33%;
    display: grid;
    grid-template-columns: 3fr 5fr;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .module-image-duo__title {
    margin-bottom: 30px;
  }
  .module-image-duo__image-small {
    width: 100%;
    -webkit-transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
    transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  }
  .module-image-duo__image-large {
    width: 100%;
    margin: 0;
    -webkit-transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
    transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
  }
}
@media only screen and (min-width: 1024px) {
  .module-image-duo {
    padding: 100px 0;
  }
  .module-image-duo__grid {
    padding: 0 8.33%;
    grid-template-columns: 3fr 7fr;
  }
}
.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: 1024px) {
  .module-duo__container {
    margin-left: auto;
    margin-right: auto;
  }
}
.module-duo__title {
  font-family: "swissItalic", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
.module-duo__grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 30px;
}
.module-duo__container-image-first {
  border-radius: 4px;
  margin-bottom: 10px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden;
}
.module-duo__container-image-second {
  border-radius: 4px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  transition: -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s, -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  overflow: hidden;
}
.module-duo__image {
  width: 100%;
  -webkit-transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.module-duo__image--second {
  -webkit-transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
  transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
}
.module-duo__description-left {
  font-size: 12px;
  line-height: 14px;
  color: #b4b4b4;
  width: 75%;
  margin-top: 10px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}
@media only screen and (min-width: 600px) {
  .module-duo__description-left {
    width: 100%;
    max-width: 460px;
  }
}
@media only screen and (min-width: 1024px) {
  .module-duo__description-left {
    max-width: 500px;
    font-size: 14px;
    line-height: 16px;
  }
}
.module-duo__description-right {
  font-size: 12px;
  line-height: 14px;
  color: #b4b4b4;
  width: 75%;
  margin-top: 10px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.8s;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.8s;
  margin-bottom: 20px;
}
@media only screen and (min-width: 600px) {
  .module-duo__description-right {
    width: 100%;
    max-width: 460px;
  }
}
@media only screen and (min-width: 1024px) {
  .module-duo__description-right {
    max-width: 500px;
    font-size: 14px;
    line-height: 16px;
  }
}
.module-duo--tadam .module-duo__container-image-first {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.module-duo--tadam .module-duo__container-image-second {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.module-duo--tadam .module-duo__image {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.module-duo--tadam .module-duo__image--second {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.module-duo--tadam .module-duo__description-left {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.module-duo--tadam .module-duo__description-right {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media only screen and (min-width: 600px) {
  .module-duo__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .module-duo {
    padding: 100px 0;
  }
  .module-duo__grid {
    padding: 0 8.33%;
  }
}
.module-distinction {
  padding: 50px 0;
}
.module-distinction__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .module-distinction__container {
    margin-left: auto;
    margin-right: auto;
  }
}
.module-distinction__title {
  color: #ffffff;
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 15px;
  font-weight: 800;
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
@media only screen and (min-width: 1024px) {
  .module-distinction__title {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}
.module-distinction__link {
  background-color: #ffffff;
  color: #1d1d1d;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 10px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1024px) {
  .module-distinction__link {
    -webkit-transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
  }
  .module-distinction__link:hover {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.module-distinction__distinction-item {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.module-distinction__distinction-item:nth-of-type(1n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.module-distinction__distinction-item:nth-of-type(2n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}
.module-distinction__distinction-item:nth-of-type(3n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}
.module-distinction__distinction-item:nth-of-type(4n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
.module-distinction__distinction-item:nth-of-type(5n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.module-distinction__distinction-item:nth-of-type(6n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.module-distinction__distinction-item:nth-of-type(7n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.module-distinction__distinction-item:nth-of-type(8n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
}
.module-distinction__distinction-item:nth-of-type(9n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.module-distinction__distinction-item:nth-of-type(10n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
}
.module-distinction__distinction-item:nth-of-type(11n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.module-distinction__distinction-item:nth-of-type(12n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
}
.module-distinction__distinction-item:nth-of-type(13n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
.module-distinction__distinction-item:nth-of-type(14n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s;
}
.module-distinction__distinction-item:nth-of-type(15n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s;
}
.module-distinction__distinction-item:nth-of-type(16n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}
.module-distinction__distinction-item:nth-of-type(17n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s;
}
.module-distinction__distinction-item:nth-of-type(18n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.7s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.7s;
}
.module-distinction__distinction-item:nth-of-type(19n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s;
}
.module-distinction__distinction-item:nth-of-type(20n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.9s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.9s;
}
.module-distinction__distinction-item:nth-of-type(21n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
}
.module-distinction__distinction-item:nth-of-type(22n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.1s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.1s;
}
.module-distinction__distinction-item:nth-of-type(23n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.2s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.2s;
}
.module-distinction__distinction-item:nth-of-type(24n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.3s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.3s;
}
.module-distinction__distinction-item:nth-of-type(25n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.4s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.4s;
}
.module-distinction__distinction-item {
  padding: 20px 0;
  border-bottom: 1px solid #ffffff;
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.module-distinction__distinction-item:first-child {
  border-top: 1px solid #ffffff;
}
.module-distinction__number {
  color: white;
  font-size: 12px;
  font-weight: 800;
}
.module-distinction__distinction-title {
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.module-distinction__distinction-title, .module-distinction__distinction-paragraph {
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
}
.module-distinction--tadam .module-distinction__title {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.module-distinction--tadam .module-distinction__distinction-item {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media only screen and (min-width: 600px) {
  .module-distinction__grid {
    padding: 0 8.33%;
  }
  .module-distinction__distinction-item {
    grid-template-columns: 1fr 5fr;
  }
  .module-distinction__distinction-text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .module-distinction__distinction-title, .module-distinction__distinction-paragraph {
    color: #ffffff;
    font-size: 14px;
    line-height: 19px;
  }
}
@media only screen and (min-width: 1024px) {
  .module-distinction {
    padding: 100px 0;
  }
}
.module-gallery {
  padding: 50px 0;
}
.module-gallery__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .module-gallery__container {
    margin-left: auto;
    margin-right: auto;
  }
}
.module-gallery__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}
.module-gallery__container-image {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.module-gallery__container-image:nth-of-type(1n) {
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.module-gallery__container-image:nth-of-type(2n) {
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.module-gallery__container-image:nth-of-type(3n) {
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}
.module-gallery__container-image:nth-of-type(4n) {
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.module-gallery__container-image:nth-of-type(5n) {
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}
.module-gallery__container-image:nth-of-type(6n) {
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
}
.module-gallery__container-image:nth-of-type(7n) {
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.7s;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.7s;
}
.module-gallery__container-image:nth-of-type(8n) {
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.8s;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.8s;
}
.module-gallery__container-image:nth-of-type(9n) {
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.9s;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.9s;
}
.module-gallery__container-image:nth-of-type(10n) {
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 1s;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 1s;
}
.module-gallery__container-image:nth-of-type(11n) {
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 1.1s;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 1.1s;
}
.module-gallery__container-image:nth-of-type(12n) {
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 1.2s;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 1.2s;
}
.module-gallery__container-image:nth-of-type(13n) {
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 1.3s;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 1.3s;
}
.module-gallery__container-image:nth-of-type(14n) {
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 1.4s;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 1.4s;
}
.module-gallery__container-image:nth-of-type(15n) {
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
}
.module-gallery__container-image:nth-of-type(16n) {
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 1.6s;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 1.6s;
}
.module-gallery__container-image:nth-of-type(17n) {
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 1.7s;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 1.7s;
}
.module-gallery__container-image:nth-of-type(18n) {
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 1.8s;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 1.8s;
}
.module-gallery__container-image:nth-of-type(19n) {
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 1.9s;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 1.9s;
}
.module-gallery__container-image:nth-of-type(20n) {
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 2s;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 2s;
}
.module-gallery__container-image:nth-of-type(21n) {
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 2.1s;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 2.1s;
}
.module-gallery__container-image:nth-of-type(22n) {
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 2.2s;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 2.2s;
}
.module-gallery__container-image:nth-of-type(23n) {
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 2.3s;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 2.3s;
}
.module-gallery__container-image:nth-of-type(24n) {
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 2.4s;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 2.4s;
}
.module-gallery__container-image:nth-of-type(25n) {
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 2.5s;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 2.5s;
}
.module-gallery__image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.module-gallery--tadam .module-gallery__container-image {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media only screen and (min-width: 1024px) {
  .module-gallery {
    padding: 100px 0;
  }
  .module-gallery__grid {
    padding: 0 8.33%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .module-gallery__image {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .module-gallery__container-image:hover .module-gallery__image {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.module-soumission {
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #1d1d1d;
  height: 100vh;
  height: 100dvh;
  width: 0;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5001;
  scroll-behavior: unset;
  pointer-events: none;
  -webkit-transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1) 500ms;
  transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1) 500ms;
}
.module-soumission__container {
  margin-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
  transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.module-soumission__button {
  cursor: pointer;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 10px 0;
  border-radius: 4px;
}
.module-soumission__button-text {
  color: #1d1d1d;
}
@media only screen and (min-width: 1024px) {
  .module-soumission__button {
    top: 0;
    right: 0;
    width: 100%;
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
  }
  .module-soumission__button::after {
    -webkit-transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    z-index: -1;
  }
  .module-soumission__button:hover {
    z-index: 1;
    color: #1d1d1d;
  }
  .module-soumission__button:hover::after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.module-soumission__planif {
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 15px;
  margin-top: 15px;
}
.module-soumission__planif-title {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.module-soumission__planif-link {
  background-color: #ffffff;
  color: #1d1d1d;
  border-radius: 4px;
  padding: 8px 6px 6px 6px;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
  width: 100%;
  display: block;
  text-align: center;
}
.module-soumission__left {
  margin-top: 60px;
  position: relative;
}
.module-soumission__left-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.module-soumission__left-head-icon {
  margin-right: 15px;
  width: 40px;
  height: 40px;
  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;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.module-soumission__left-head-icon svg {
  position: relative;
}
.module-soumission__left-head-line {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #ffffff;
}
.module-soumission__left-head-content {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 110px;
}
.module-soumission__title {
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 30px;
  color: #ffffff;
  text-transform: none;
}
.module-soumission__paragraph {
  color: #ffffff;
  font-size: 14px;
  line-height: 19px;
}
.module-soumission__subtitle {
  text-align: center;
  margin-bottom: 40px;
  color: #ffffff;
}
.module-soumission__right--large {
  display: none;
}
.module-soumission__form {
  padding-bottom: 50px;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: 1s cubic-bezier(0.38, 0.005, 0.215, 1);
}
.module-soumission__form .gform_button {
  background-color: #ffffff;
  color: #1d1d1d;
  width: 100%;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px;
  padding: 8px 0;
  border-radius: 4px;
}
.module-soumission__form .ginput_container_date {
  position: relative;
}
.module-soumission__form .ginput_container_date:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 20px;
  right: 15px;
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/themes/cargoarchitecture/assets/src/svg/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% auto, 50%;
}
.module-soumission__form .gfield_date_calendar label {
  display: none;
}
.module-soumission__form .gfield_date_calendar .ginput_complex {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  background-color: transparent !important;
}
.module-soumission__form .gfield_date_calendar .ginput_container_date {
  background-color: #3e3e3e;
}
.module-soumission__form .gfield_date_calendar input::-webkit-input-placeholder {
  opacity: 0;
  /*Change the opacity between 0 and 1*/
}
.module-soumission__form .gfield_date_calendar input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}
.module-soumission__form .gfield_date_calendar input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}
.module-soumission__form .gfield_date_calendar input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}
.module-soumission__form .gfield_date_calendar input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}
.module-soumission__form .field_description_below label {
  font-size: 14px;
}
.module-soumission__form .gfield_select_hide_label label {
  display: none !important;
}
.module-soumission__form .gform_confirmation_message {
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 30px;
  line-height: 1.2;
  font-family: "swiss", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #1d1d1d;
  color: #ffffff;
}
@media only screen and (min-width: 600px) {
  .module-soumission__form .gform_confirmation_message {
    font-size: 40px;
  }
}
.module-soumission__form .gfield_subtitle {
  font-size: 10px;
  line-height: 1;
  color: #b4b4b4;
  text-align: right;
  text-transform: uppercase;
}
.module-soumission__form .gfield_h2_separator {
  margin-top: 100px;
  padding-top: 60px;
  display: inline-block;
  position: relative;
}
.module-soumission__form .gfield_h2_separator::after {
  margin-top: 5px;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  background-color: #ffffff;
  width: 100%;
}
.module-soumission__form .gfield_h3 {
  margin-top: 30px;
}
@media only screen and (min-width: 1024px) {
  .module-soumission__form .gfield_h3 {
    margin-top: 60px;
  }
}
.module-soumission__form .gfield_h3 h3 {
  color: #ffffff;
  line-height: 1.1;
  font-weight: 800;
  font-size: 12px !important;
}
@media only screen and (min-width: 1024px) {
  .module-soumission__form .gfield_h3 h3 {
    font-size: 14px !important;
  }
}
.module-soumission__form .spacer {
  display: none;
}
.module-soumission__form .gform_fields {
  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: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.module-soumission__form .gfield_visibility_hidden {
  opacity: 0;
  padding: 0 !important;
  height: 0 !important;
  margin: 0 !important;
}
.module-soumission__form .gfield {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.module-soumission__form .gfield .ginput_preview {
  margin-top: 10px;
  font-size: 0.9375rem;
  font-family: "swiss", Helvetica, Arial, sans-serif;
  color: #ffffff;
  position: relative;
  z-index: 5;
}
.module-soumission__form .gfield .ginput_preview .gform_delete_file {
  color: #ffffff;
}
.module-soumission__form .gfield .gfield_label {
  font-size: 12px;
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "swiss", Helvetica, Arial, sans-serif;
  color: #b4b4b4;
  position: absolute;
  top: 21px;
  z-index: 2;
  left: 21px;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
  transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
  padding-right: 30px;
}
.module-soumission__form .gfield .gfield_label .gfield_required {
  display: none;
}
.module-soumission__form .gfield .ginput_container {
  width: 100%;
  position: relative;
  background-color: #3e3e3e;
  border-radius: 4px;
}
.module-soumission__form .gfield .ginput_container textarea {
  margin-bottom: 5px;
  width: calc(100% - 40px) !important;
}
.module-soumission__form .gfield .ginput_container input,
.module-soumission__form .gfield .ginput_container textarea,
.module-soumission__form .gfield .ginput_container select {
  font-size: 13px;
  font-family: "swiss", Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-weight: 500;
  width: 90%;
  padding: 20px 15px 18px 18px;
}
.module-soumission__form .gfield .ginput_container input:-webkit-autofill, .module-soumission__form .gfield .ginput_container input:-webkit-autofill:hover, .module-soumission__form .gfield .ginput_container input:-webkit-autofill:focus, .module-soumission__form .gfield .ginput_container input:-webkit-autofill:active,
.module-soumission__form .gfield .ginput_container textarea:-webkit-autofill,
.module-soumission__form .gfield .ginput_container textarea:-webkit-autofill:hover,
.module-soumission__form .gfield .ginput_container textarea:-webkit-autofill:focus,
.module-soumission__form .gfield .ginput_container textarea:-webkit-autofill:active,
.module-soumission__form .gfield .ginput_container select:-webkit-autofill,
.module-soumission__form .gfield .ginput_container select:-webkit-autofill:hover,
.module-soumission__form .gfield .ginput_container select:-webkit-autofill:focus,
.module-soumission__form .gfield .ginput_container select:-webkit-autofill:active {
  outline-width: 0;
  -webkit-box-shadow: 0 0 0 30px #3e3e3e inset !important;
}
.module-soumission__form .gfield .ginput_container input:focus,
.module-soumission__form .gfield .ginput_container select:focus,
.module-soumission__form .gfield .ginput_container textarea:focus,
.module-soumission__form .gfield .ginput_container button:focus {
  outline: none;
}
.module-soumission__form .gfield .ginput_container .instruction {
  display: none;
}
.module-soumission__form .gfield .gfield_validation_message {
  font-size: 0.75rem;
  font-family: "swiss", Helvetica, Arial, sans-serif;
  color: red;
  font-weight: 500;
  margin-top: 8px;
}
.module-soumission__form .gfield__file {
  position: relative;
}
.module-soumission__form .gfield__file .gfield_label {
  opacity: 1;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  height: 100%;
  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;
  background: #3e3e3e;
  z-index: 2;
  border: 1px dashed #b8b8b8;
  -webkit-transform: none !important;
          transform: none !important;
  z-index: 1;
  padding: 50px;
  position: relative;
  border-radius: 4px;
  top: 0;
}
.module-soumission__form .gfield__file .gfield_label .gform__sublabel {
  font-size: 0.75em;
  margin-top: 1em;
}
.module-soumission__form .gfield__file .ginput_container {
  padding: 15px;
  position: unset;
  padding: 0 !important;
}
.module-soumission__form .gfield__file .ginput_container input {
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.module-soumission__form .gfield__file .ginput_container .gform_fileupload_rules {
  display: none;
}
.module-soumission__form .gfield__file .ginput_container:after {
  display: none;
}
.module-soumission__form .gfield--focus .gfield_label {
  top: 10px;
  left: 15px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.module-soumission__form fieldset {
  margin-top: 30px;
}
@media only screen and (min-width: 1024px) {
  .module-soumission__form fieldset {
    margin-top: 60px;
  }
}
.module-soumission__form .gfield_labeltop label {
  position: initial !important;
  color: #1d1d1d !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.module-soumission__form .gfield_select label {
  color: #ffffff !important;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 10px;
  position: initial !important;
  -webkit-transform: none !important;
          transform: none !important;
  margin-top: 30px;
  font-size: 12px !important;
}
@media only screen and (min-width: 1024px) {
  .module-soumission__form .gfield_select label {
    margin-top: 60px;
    font-size: 14px !important;
  }
}
.module-soumission__form .gfield_select--dark label {
  position: initial !important;
  color: #1d1d1d !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.module-soumission__form .ginput_container_select {
  margin-bottom: 0;
  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;
  color: #1d1d1d !important;
}
.module-soumission__form .ginput_container_select .gfield_label {
  position: initial !important;
}
.module-soumission__form .ginput_container_select:after {
  -webkit-transition: 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  background-image: url("/wp-content/themes/cargoarchitecture/assets/src/svg/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% auto, 50%;
  pointer-events: none;
}
.module-soumission__form legend {
  display: block !important;
  position: initial !important;
  color: #ffffff !important;
  -webkit-transform: initial !important;
          transform: initial !important;
  margin-bottom: 10px;
  width: 100%;
  font-size: 12px !important;
}
@media only screen and (min-width: 1024px) {
  .module-soumission__form legend {
    font-size: 14px !important;
  }
}
.module-soumission__form .gfield_space {
  border: none;
}
.module-soumission__form .gfield_upload label {
  display: none;
}
.module-soumission__form .gfield_upload .ginput_container {
  background-color: transparent !important;
}
.module-soumission__form .gfield_upload .gform_fileupload_rules {
  color: white;
}
.module-soumission__form .gfield_upload .gform_drop_area {
  height: 50px;
  background-color: #3e3e3e;
  border-radius: 4px;
  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;
}
.module-soumission__form .gfield_upload .gform_drop_instructions {
  display: none;
}
.module-soumission__form .gfield_upload .gform_fileupload_rules {
  display: none;
}
.module-soumission__form .gfield_upload .gform_button_select_files {
  background-color: #ffffff;
  color: black;
  border-radius: 4px;
  padding: 5px 10px;
  margin-left: 5px;
  font-size: 12px;
  font-weight: 600;
  font-family: "swiss", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.module-soumission__form .gchoice {
  position: relative;
  cursor: pointer;
  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;
  background-color: #363636;
  border-radius: 4px !important;
  border: 2px solid #1d1d1d;
  background-color: transparent;
  margin: 0 10px 10px 0;
}
.module-soumission__form .gchoice input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0 !important;
}
.module-soumission__form .gchoice label {
  cursor: pointer;
}
.module-soumission__form .ginput_container_checkbox {
  background-color: transparent !important;
}
.module-soumission__form .gfield_checkbox {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.module-soumission__form .gfield_checkbox .gchoice {
  width: 100%;
  background-color: #3e3e3e;
  padding: 10px 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.module-soumission__form .gfield_checkbox .gchoice--clicked:before {
  background-color: #ffffff;
}
.module-soumission__form .gfield_checkbox .gchoice:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  position: absolute;
  left: 15px;
  pointer-events: none;
}
.module-soumission__form .gfield_checkbox .gchoice label {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  padding: 10px 15px 10px 20px;
}
.module-soumission__form .gfield_checkbox label {
  padding: 15px 15px 15px 40px;
}
@media only screen and (min-width: 1024px) {
  .module-soumission__form .gfield_gchoice_container .gfield_label {
    margin-bottom: 20px !important;
    font-size: 30px;
  }
  .module-soumission__form .gfield_radio,
.module-soumission__form .gfield_checkbox {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .module-soumission__form .gfield_radio .gchoice,
.module-soumission__form .gfield_checkbox .gchoice {
    width: 32%;
    background-color: #3e3e3e;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 5px 10px 0;
  }
  .module-soumission__form .gfield_radio label,
.module-soumission__form .gfield_checkbox label {
    padding: 15px 15px 15px 40px;
  }
  .module-soumission__form .gfield_full {
    width: calc(100% - 5px) !important;
  }
  .module-soumission__form .gfield_half {
    width: calc(50% - 5px) !important;
  }
  .module-soumission__form .gfield_quarter {
    width: calc(25% - 5px) !important;
  }
  .module-soumission__form .gfield-list-large .gfield_checkbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .module-soumission__form .gfield_h2_separator::after {
    margin-top: 5px;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: -8.33%;
    height: 1px;
    background-color: #ffffff;
    width: calc(100% + 16.66%);
  }
}
.module-soumission__form .gfield_h3_border {
  position: relative;
}
.module-soumission__form .gfield_h3_border h3 {
  margin-left: 20px;
  margin-right: 20px;
}
.module-soumission__form .gfield_h3_border:after {
  content: "";
  pointer-events: none;
  height: 175px;
  position: absolute;
  width: 100%;
  border: 1px solid #ffffff;
  border-radius: 20px;
  top: -10px;
  left: 0;
}
@media only screen and (min-width: 600px) {
  .module-soumission__form .gfield_h3_border:after {
    height: 110px;
  }
}
@media only screen and (min-width: 1024px) {
  .module-soumission__form .gfield_h3_border:after {
    height: 130px;
    top: -20px;
  }
}
.module-soumission__form .gfield_half_border_left {
  margin-left: 20px;
  margin-right: 20px;
}
@media only screen and (min-width: 600px) {
  .module-soumission__form .gfield_half_border_left {
    margin-left: 20px;
    margin-right: 0;
  }
}
.module-soumission__form .gfield_half_border_right {
  margin-left: 20px;
  margin-right: 20px;
}
@media only screen and (min-width: 600px) {
  .module-soumission__form .gfield_half_border_right {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 600px) {
  .module-soumission__form .gfield_half_border {
    width: calc(50% - 25px) !important;
  }
}
.module-soumission__form .gfield_h2 {
  margin-top: 60px;
}
.module-soumission__form .gfield_h2 h3 {
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 30px;
  color: #ffffff;
  text-transform: none;
}
.module-soumission__form .gform_button {
  margin-top: 30px;
}
.module-soumission--active {
  -webkit-transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
  transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
  width: 100vw;
  pointer-events: all;
}
.module-soumission--active .module-soumission__container {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: all !important;
  -webkit-transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1) 500ms;
  transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1) 500ms;
}

.gfield_checkbox_projects {
  position: absolute;
  bottom: 120px;
  width: 100%;
}
.gfield_checkbox_projects .gfield_h3_projects {
  margin-top: 60px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 10px;
}
.gfield_checkbox_projects__container {
  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;
  background-color: #3e3e3e;
  border-radius: 4px;
  padding: 10px;
  max-height: 170px;
  overflow: scroll;
}
.gfield_checkbox_projects .gchoice_projects {
  width: 100%;
  padding: 3px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.gfield_checkbox_projects .gchoice_projects--clicked label:before {
  background-color: #ffffff;
}
.gfield_checkbox_projects .gchoice_projects input {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
}
.gfield_checkbox_projects .gchoice_projects label {
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  padding: 10px 15px 10px 30px;
  position: relative;
}
.gfield_checkbox_projects .gchoice_projects label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  position: absolute;
  top: 5px;
  left: 0;
  pointer-events: none;
}
.gfield_checkbox_projects label {
  padding: 15px 15px 15px 40px;
}

.gform_confirmation_wrapper .gfield_checkbox_projects {
  display: none !important;
}

@media only screen and (min-width: 600px) {
  .module-soumission__container {
    display: grid;
    grid-template-columns: 6fr 2fr;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .module-soumission__left {
    margin-top: 0;
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    -webkit-transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
  }
  .module-soumission__paragraph {
    max-width: 350px;
  }
  .module-soumission__right {
    display: none;
    opacity: 0;
    pointer-events: none;
  }
  .module-soumission__right--large {
    opacity: 0;
    position: fixed;
    display: block;
    top: 15px;
    right: 20px;
    width: calc(25% - 10px);
    -webkit-transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  .module-soumission--active .module-soumission__left {
    -webkit-transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1) 500ms;
    transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1) 500ms;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .module-soumission--active .module-soumission__right--large {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    pointer-events: all;
    opacity: 1;
    -webkit-transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1) 500ms;
    transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1) 500ms;
  }
}
@media only screen and (min-width: 1024px) {
  .gfield_checkbox_projects {
    padding-left: 8.33%;
    padding-right: 8.33%;
    bottom: 240px;
  }

  .module-soumission__container {
    grid-template-columns: 10fr 2fr;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .module-soumission__left-head-content {
    padding-left: 8.33%;
    padding-right: 8.33%;
    padding-bottom: 300px;
    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;
  }
  .module-soumission__form {
    padding-top: 60px;
    padding-left: 8.33%;
    padding-right: 8.33%;
    padding-bottom: 150px;
  }
  .module-soumission__logo {
    top: 50px;
    left: 50px;
  }
  .module-soumission__planif-link {
    -webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .module-soumission__planif-link:hover {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  .module-soumission__container-icon {
    -webkit-transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
  }
  .module-soumission__right--large {
    width: calc(16.66% - 10px);
  }
}
.gform_confirmation_wrapper .gfield_checkbox_projects {
  display: none;
}

.module-lightbox-carousel {
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #1d1d1d;
  max-height: 100000px;
  height: 100dvh;
  height: var(--doc-height);
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5001;
  scroll-behavior: unset;
  pointer-events: none;
  -webkit-transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1) 500ms;
  transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1) 500ms;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.module-lightbox-carousel__container-button {
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
  transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
}
.module-lightbox-carousel__button {
  margin: 20px;
  cursor: pointer;
  color: #1d1d1d;
  background-color: #ffffff;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 10px 0;
  border-radius: 4px;
}
.module-lightbox-carousel__container-image {
  padding: 0 20px;
  width: 100%;
  height: 80vh;
  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;
}
.module-lightbox-carousel__container-image img {
  display: block;
  max-height: 100%;
}
.module-lightbox-carousel__carousel {
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
  transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
}
.module-lightbox-carousel__container-arrows {
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
  transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
  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;
  margin-top: 15px;
}
.module-lightbox-carousel__container-arrows svg {
  margin: 5px;
}
.module-lightbox-carousel--active {
  -webkit-transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
  transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  pointer-events: all;
}
.module-lightbox-carousel--active .module-lightbox-carousel__container {
  pointer-events: all !important;
}
.module-lightbox-carousel--active .module-lightbox-carousel__container-button {
  opacity: 1;
  -webkit-transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1) 500ms;
  transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1) 500ms;
}
.module-lightbox-carousel--active .module-lightbox-carousel__container-arrows {
  opacity: 1;
  -webkit-transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1) 500ms;
  transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1) 500ms;
}
.module-lightbox-carousel--active .module-lightbox-carousel__carousel {
  opacity: 1;
  -webkit-transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1) 500ms;
  transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1) 500ms;
}

@media only screen and (min-width: 1024px) {
  .module-lightbox-carousel__container {
    position: relative;
  }
  .module-lightbox-carousel__container-button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  .module-lightbox-carousel__button {
    width: 220px;
    -webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .module-lightbox-carousel__button:hover {
    width: 240px;
  }
  .module-lightbox-carousel__carousel {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
  }
  .module-lightbox-carousel__container-image {
    padding: 0 20px;
    width: 80%;
    height: 100vh;
    overflow: hidden;
  }
  .module-lightbox-carousel__container-arrows {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    width: calc(80% + 70px);
    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: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 3;
    pointer-events: none;
  }
  .module-lightbox-carousel__container-arrows svg {
    cursor: pointer;
    pointer-events: all;
    -webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .module-lightbox-carousel__container-arrows svg:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .module-lightbox-carousel--active .module-lightbox-carousel__container-button {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .module-lightbox-carousel--active .module-lightbox-carousel__container-arrows {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .module-lightbox-carousel--active .module-lightbox-carousel__carousel {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.module-lightbox-video {
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #1d1d1d;
  max-height: 100000px;
  height: 100dvh;
  height: var(--doc-height);
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5001;
  scroll-behavior: unset;
  pointer-events: none;
  -webkit-transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1) 500ms;
  transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1) 500ms;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.module-lightbox-video__container-button {
  position: relative;
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
  transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
}
.module-lightbox-video__button {
  margin: 20px;
  cursor: pointer;
  color: #1d1d1d;
  background-color: #ffffff;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 10px 0;
  border-radius: 4px;
}
.module-lightbox-video__container {
  position: absolute;
  top: 0;
  z-index: 2;
  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;
}
.module-lightbox-video__video {
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
  transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
}
.module-lightbox-video--active {
  -webkit-transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
  transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  pointer-events: all;
  inset: 0;
  z-index: 9999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.module-lightbox-video--active .module-lightbox-video__container {
  pointer-events: all !important;
}
.module-lightbox-video--active .module-lightbox-video__container-button {
  opacity: 1;
  -webkit-transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1) 500ms;
  transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1) 500ms;
}
.module-lightbox-video--active .module-lightbox-video__video {
  opacity: 1;
  -webkit-transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1) 500ms;
  transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1) 500ms;
}

@media only screen and (min-width: 1024px) {
  .module-lightbox-video__container {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .module-lightbox-video__container {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .module-lightbox-video__container-button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@media only screen and (min-width: 1024px) {
  .module-lightbox-video__button {
    width: 220px;
    -webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .module-lightbox-video__button:hover {
    width: 240px;
  }
}
@media only screen and (min-width: 1024px) {
  .module-lightbox-video__video {
    width: 80%;
    max-width: 1400px;
    margin: auto;
    display: block;
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
  }
}
@media only screen and (min-width: 1024px) {
  .module-lightbox-video--active .module-lightbox-video__container-button {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .module-lightbox-video--active .module-lightbox-video__video {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.module-logo {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .module-logo {
    -webkit-transition: 0.5s cubic-bezier(0.3, 1, 0.7, 1);
    transition: 0.5s cubic-bezier(0.3, 1, 0.7, 1);
    opacity: 0;
    pointer-events: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: fixed;
    z-index: 4 !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
  .module-logo__container {
    width: 100%;
  }
  .module-logo__container-logo {
    padding: 30px 20px;
    width: 100%;
    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: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .module-logo__logo {
    pointer-events: all;
    -webkit-transition: 0.5s cubic-bezier(0.3, 1, 0.7, 1);
    transition: 0.5s cubic-bezier(0.3, 1, 0.7, 1);
    height: 80px;
    margin: 0 4px;
  }
  .module-logo__logo--black {
    display: none;
  }
  .module-logo__logo-secondary {
    -webkit-transition: 0.5s cubic-bezier(0.3, 1, 0.7, 1);
    transition: 0.5s cubic-bezier(0.3, 1, 0.7, 1);
    height: 80px;
  }
  .module-logo__logo-secondary--black {
    display: none;
  }
  .module-logo--small {
    mix-blend-mode: difference;
  }
  .module-logo--small .module-logo__logo-principal {
    height: 20px;
  }
  .module-logo--small .module-logo__logo-secondary {
    height: 20px;
  }
  .module-logo--small .module-logo__logo-secondary--black {
    height: 20px;
  }
  .module-logo--hide .module-logo__logo-secondary {
    -webkit-transform: translateX(130%);
            transform: translateX(130%);
  }
  .module-logo--hide .module-logo__logo-secondary--black {
    -webkit-transform: translateX(130%);
            transform: translateX(130%);
  }
  .module-logo--tadam {
    opacity: 1;
  }
}
.card {
  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: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 100%;
  background-color: #ffffff;
  width: 250px;
  overflow: hidden;
  margin-right: 5px;
  margin-left: 5px;
}
.card__container-image {
  border-radius: 4px;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 130%;
}
.card__image {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.card__content {
  padding: 10px 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  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;
}
.card__info-left {
  display: block;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.card__info-left span {
  margin-right: 20px;
  position: relative;
  display: inline-block;
}
.card__info-left span::after {
  position: absolute;
  content: "";
  height: 1px;
  top: 8px;
  right: -15px;
  width: 10px;
  background-color: #1d1d1d;
}

@media only screen and (min-width: 1024px) {
  .card {
    width: 350px;
  }
}
.page-template-tp-home footer {
  display: none;
}
.page-template-tp-home .header__logo--white {
  display: none;
}
.page-template-tp-home .header__logo--black {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .page-template-tp-home .header__logo {
    display: none;
  }
  .page-template-tp-home .header__link-form {
    background-color: #1d1d1d;
    color: #ffffff;
  }
  .page-template-tp-home .header .wpml-ls-link {
    color: #1d1d1d;
  }
  .page-template-tp-home .module-logo__container {
    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;
    -webkit-transform: translateY(-45vh);
            transform: translateY(-45vh);
    -webkit-transition: 1.2s ease 1s;
    transition: 1.2s ease 1s;
  }
  .page-template-tp-home .module-logo__container-logo {
    overflow: hidden;
    width: 1150px;
    -webkit-transition: 1.2s ease 1s;
    transition: 1.2s ease 1s;
  }
  .page-template-tp-home .module-logo__logo {
    height: 120px;
    -webkit-transition: 1.2s ease 1.1s;
    transition: 1.2s ease 1.1s;
  }
  .page-template-tp-home .module-logo__logo {
    height: 120px;
    display: none;
  }
  .page-template-tp-home .module-logo__logo--black {
    display: block;
  }
  .page-template-tp-home .module-logo__logo-secondary {
    height: 120px;
  }
  .page-template-tp-home .module-logo__logo-secondary--black {
    display: block;
  }
  .page-template-tp-home .module-logo__logo-principal-link {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
    -webkit-transition: 0.7s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.7s cubic-bezier(0.34, 0.7, 0.27, 1);
  }
  .page-template-tp-home .module-logo__logo-secondary-link {
    -webkit-transition: 0.7s cubic-bezier(0.34, 0.7, 0.27, 1) 0.4s;
    transition: 0.7s cubic-bezier(0.34, 0.7, 0.27, 1) 0.4s;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  .page-template-tp-home .module-logo--tadam .module-logo__logo-principal-link {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .page-template-tp-home .module-logo--tadam .module-logo__logo-secondary-link {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .page-template-tp-home .module-logo--tadam .module-logo__container {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .page-template-tp-home .module-logo--tadam .module-logo__container-logo {
    width: 100%;
  }
  .page-template-tp-home .module-logo--tadam .module-logo__logo {
    height: 80px;
  }
}

.home-head {
  position: relative;
}
.home-head__container {
  position: fixed;
  top: 0;
  padding-top: 75px;
  overflow: hidden;
  height: 100vh;
  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;
}
@media only screen and (min-width: 1024px) {
  .home-head__animation {
    opacity: 0;
    -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 1s;
    transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 1s;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.home-head__card {
  width: 300px;
  padding: 0 10px;
}
@media only screen and (min-width: 600px) {
  .home-head__card {
    padding: 0 20px;
    width: 450px;
    pointer-events: all;
  }
  .home-head__card:hover .home-head__info {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .home-head__card:hover .home-head__card-image {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media only screen and (min-width: 1024px) {
  .home-head__card {
    width: 600px;
    padding: 0 30px;
  }
}
.home-head__card-container-image {
  overflow: hidden;
}
.home-head__card-image {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.home-head__info {
  margin-top: 10px;
  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;
}
@media only screen and (min-width: 1024px) {
  .home-head__info {
    margin-top: 0;
    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;
    opacity: 0;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    -webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
.home-head__info-left {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .home-head__info-left {
    display: block;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
  }
  .home-head__info-left span {
    margin-right: 20px;
    position: relative;
    display: inline-block;
  }
  .home-head__info-left span::after {
    position: absolute;
    content: "";
    height: 1px;
    top: 8px;
    right: -15px;
    width: 10px;
    background-color: #1d1d1d;
  }
}
.home-head__card-title {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  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;
}
.home-head__card-title svg {
  margin-left: 6px;
}
.home-head__grid {
  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;
}
.home-head--tadam .home-head__animation {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.page-template-tp-realisations footer {
  display: none;
}
.page-template-tp-realisations .header__logo--white {
  display: none;
}
.page-template-tp-realisations .header__logo--black {
  display: block;
}
.page-template-tp-realisations .cta {
  margin-bottom: 100px;
}
.page-template-tp-realisations .cta__container {
  padding-left: 0;
  padding-right: 0;
}
.page-template-tp-realisations .cta__arrows svg path,
.page-template-tp-realisations .cta__arrows svg line {
  stroke: #1d1d1d;
}

.home-list {
  background-color: #1d1d1d;
}
.home-list .header__logo--white {
  display: block;
}
.home-list .header__logo--black {
  display: none;
}

.home-project {
  padding-top: 150px;
}
.home-project__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .home-project__container {
    margin-left: auto;
    margin-right: auto;
  }
}
.home-project__taxonomies {
  opacity: 0;
  height: 0;
  width: 0;
}
.home-project__no-result {
  display: none;
}
.home-project__no-result--show {
  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;
  height: calc(100vh - 150px);
  width: 100%;
}
.home-project__no-result h2 {
  font-size: 20px;
}
.home-project__grid-toggl {
  position: absolute;
  top: 0;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  width: calc(100% - 40px);
  z-index: 1;
}
.home-project__grid-toggl--active {
  opacity: 1;
  pointer-events: all;
  z-index: 2;
}
.home-project__grid-toggl .cta__block {
  background-color: #1d1d1d;
}
.home-project__grid-toggl .cta__block::after {
  background-color: #292929;
}
.home-project__grid-toggl .cta__block-left {
  color: #ffffff;
}
.home-project__grid-toggl .cta__letter path {
  fill: #ffffff !important;
}
.home-project__grid-toggl .cta__arrows line,
.home-project__grid-toggl .cta__arrows path {
  stroke: #ffffff !important;
}
.home-project__list-toggl {
  position: absolute;
  top: 0;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  min-height: calc(100vh - 300px);
  z-index: 1;
  width: calc(100% - 40px);
}
.home-project__list-toggl--active {
  opacity: 1;
  pointer-events: all;
  z-index: 2;
}
.home-project__list-toggl a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.home-project__list-toggl table {
  min-width: 500px;
}
.home-project__list-toggl thead {
  border-bottom: 1px solid #ffffff;
}
.home-project__list-toggl .home-project__list-item-title {
  font-weight: 800;
}
.home-project__list-toggl tr {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  position: relative;
  font-size: 10px;
  line-height: 1.1;
}
.home-project__list-toggl tr p {
  font-size: 10px;
  line-height: 1.1;
  color: #ffffff;
}
.home-project__list-toggl td {
  text-transform: uppercase;
  pointer-events: none;
}
.home-project__list-toggl td a {
  pointer-events: all;
}
.home-project__list-toggl thead {
  background-color: transparent;
}
.home-project__list-toggl th {
  color: #747474;
  font-size: 8px;
  position: relative;
}
.home-project__list-toggl th:after {
  content: "";
  position: absolute;
  top: 12px;
  width: 8px;
  height: 8px;
  left: 0;
  background-image: url("/wp-content/themes/cargoarchitecture/assets/src/svg/icon-table.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto, 100%;
}
.home-project__list-container-image {
  display: none;
}
.home-project__list-cards {
  width: 100%;
}
.home-project__container-animation {
  -webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.home-project__container-animation--animate {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.home-project__card {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}
.home-project__card-image {
  border-radius: 4px;
  height: 100%;
  width: -webkit-fill-available;
}
.home-project__info {
  margin-top: 10px;
  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;
}
.home-project__info-left {
  display: none;
}
.home-project__card-title {
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  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;
}
.home-project__card-title svg {
  margin-left: 6px;
}

.home-option {
  position: fixed;
  z-index: 2005;
  bottom: 0;
  width: 100%;
  padding-bottom: 30px;
}
.home-option__container {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .home-option__container {
    margin-left: auto;
    margin-right: auto;
  }
}
.home-option__toggle {
  background-color: #ffffff;
  border: 1px solid #1d1d1d;
  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-radius: 5px;
  padding: 3px;
}
.home-option__toggle-item {
  cursor: pointer;
  font-size: 10px;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 4px;
  font-weight: 800;
}
.home-option__toggle-item--active {
  background-color: #1d1d1d;
  color: #ffffff;
}
.home-option__filter {
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #1d1d1d;
  border-radius: 5px;
  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;
}
.home-option__filter p {
  padding: 3px 8px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 800;
}
.home-option__filter--active {
  background-color: #1d1d1d;
  color: #ffffff;
}
.home-option__filter--open .home-option__line {
  width: 10px;
}
.home-option__filter--open .home-option__line:first-of-type {
  margin: 0px;
  -webkit-transform: rotate(45deg) translateY(1.2px);
          transform: rotate(45deg) translateY(1.2px);
}
.home-option__filter--open .home-option__line:last-of-type {
  margin: 0px;
  -webkit-transform: rotate(-45deg) translateY(-1.2px);
          transform: rotate(-45deg) translateY(-1.2px);
}
.home-option__filter-container-icon {
  padding-right: 8px;
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home-option__line {
  width: 5px;
  height: 2px;
  margin: auto;
  display: block;
  background-color: #1d1d1d;
  border-radius: 5px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.home-option__line:first-of-type {
  width: 10px;
  margin-bottom: 2px;
}

.filters {
  opacity: 0;
  pointer-events: none;
  background-color: #1d1d1d;
  z-index: 1999;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100dvh;
  height: var(--doc-height);
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  scroll-behavior: unset;
  z-index: 2001;
  -webkit-transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
  transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
}
.filters input[type=checkbox] {
  -webkit-appearance: auto !important;
  margin-right: 0 !important;
}
.filters--open {
  opacity: 1;
  pointer-events: all;
}
.filters--open .menu__close {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.filters__container {
  padding: 42px 20px;
}
.filters__head-title {
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  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;
  border-bottom: solid 1px #ffffff;
  padding-bottom: 12px;
}
.filters__filter-choice {
  position: relative;
  font-family: "swiss", Helvetica, Arial, sans-serif !important;
}
.filters__filter-choice--active span:before {
  background-color: #ffffff;
}
.filters__filter-choice span {
  padding: 10px 15px 10px 30px;
  display: block;
  position: relative;
  z-index: 1;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "swiss", Helvetica, Arial, sans-serif !important;
  font-size: 12px;
}
.filters__filter-choice span:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  position: absolute;
  top: 11px;
  left: 0;
  pointer-events: none;
}
.filters__list-item {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.filters__filter-choice {
  color: #ffffff;
}
.filters__filter-choice {
  cursor: pointer;
  color: #ffffff;
  margin-top: 20px;
}
.filters__filter-choice span {
  color: #ffffff;
}
.filters__filter-choice label {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.filters__categories-list {
  height: 0px;
  overflow: hidden;
  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;
}
.filters__categories {
  margin-bottom: 40px;
}
.filters__categories--opened .filters__categories-list {
  height: auto;
}
.filters__categories--opened svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.filters__btn-reset {
  border: 1px solid #ffffff;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 10px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  line-height: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (min-width: 1024px) {
  .filters__btn-reset {
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
  }
  .filters__btn-reset::after {
    -webkit-transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    z-index: -1;
  }
  .filters__btn-reset svg {
    -webkit-transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    margin-right: 5px;
  }
  .filters__btn-reset:hover {
    z-index: 1;
    color: #1d1d1d;
  }
  .filters__btn-reset:hover::after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .filters__btn-reset:hover svg line {
    stroke: #1d1d1d;
  }
  .filters__btn-reset:hover svg path {
    stroke: #1d1d1d;
  }
}

@media only screen and (min-width: 600px) {
  .page-template-tp-realisations body,
.page-template-tp-realisations html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden !important;
  }
  .page-template-tp-realisations .header__logo {
    display: none;
  }
  .page-template-tp-realisations .module-logo__logo {
    display: none;
  }
  .page-template-tp-realisations .module-logo__logo--black {
    display: block;
  }
  .page-template-tp-realisations .module-logo__logo-secondary {
    display: none;
  }
  .page-template-tp-realisations .module-logo__logo-secondary--black {
    display: block;
  }

  .home-list .home-option__filter {
    color: #ffffff;
  }
  .home-list .header__link-form {
    background-color: #ffffff;
    color: #1d1d1d;
  }
  .home-list .header__item {
    color: #ffffff;
  }
  .home-list .filters__filter-choice span {
    color: #1d1d1d;
  }
  .home-list .filters__filter-choice span:before {
    border: 2px solid #1d1d1d;
  }
  .home-list .filters__filter-choice--active span:before {
    background-color: #1d1d1d;
  }
  .home-list .filters__head-title {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
  }
  .home-list .filters__categories--opened {
    background-color: #ffffff;
  }
  .home-list .filters__categories--opened .filters__head-title {
    color: #1d1d1d;
    border-bottom: 1px solid #1d1d1d;
  }
  .home-list .filters__btn-reset {
    border: 1px solid #ffffff;
    color: #ffffff;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .home-list .module-logo__logo {
    display: block;
  }
  .home-list .module-logo__logo--black {
    display: none;
  }
  .home-list .module-logo__logo-secondary {
    display: block;
  }
  .home-list .module-logo__logo-secondary--black {
    display: none;
  }
  .home-list .home-option__filter p {
    color: #ffffff;
  }
  .home-list .home-option__line {
    background-color: #ffffff;
  }

  .home-option {
    position: fixed;
    top: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 30px;
  }
  .home-option__container {
    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: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 600px) and (min-width: 1024px) {
  .home-option__container {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 600px) {
  .home-option__toggle {
    background-color: #ffffff;
    border: 1px solid #1d1d1d;
    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-radius: 5px;
    padding: 3px;
  }
}
@media only screen and (min-width: 600px) {
  .home-option__toggle-item {
    font-size: 10px;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 4px;
    font-weight: 800;
  }
  .home-option__toggle-item--active {
    background-color: #1d1d1d;
    color: #ffffff;
  }
}
@media only screen and (min-width: 600px) {
  .home-option__filter {
    margin-left: 20px;
    background-color: transparent;
    border: none;
  }
}
@media only screen and (min-width: 600px) {
  .home-project__info {
    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;
  }
  .home-project__info-left {
    display: block;
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
  }
  .home-project__info-left span {
    margin-right: 20px;
    position: relative;
    display: inline-block;
  }
  .home-project__info-left span::after {
    position: absolute;
    content: "";
    height: 1px;
    top: 5px;
    right: -15px;
    width: 10px;
    background-color: #1d1d1d;
  }
  .home-project__card {
    width: 50%;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 600px) {
  .filters {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    padding-right: 10px;
    opacity: 0;
    pointer-events: none;
    background-color: transparent;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: fixed;
    top: 70px;
    left: 30px;
  }
  .filters__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  .filters--open {
    opacity: 1;
    pointer-events: all;
  }
  .filters__head-title {
    color: #1d1d1d;
    border-bottom: solid 1px #1d1d1d;
  }
  .filters__filter-choice {
    margin: 0;
  }
  .filters__categories {
    width: 220px;
    padding: 15px;
    margin-bottom: 0;
    margin-right: 10px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    border-radius: 4px;
  }
  .filters__categories--opened {
    background-color: #1d1d1d;
  }
  .filters__categories--opened .filters__head-title {
    color: #ffffff;
  }
  .filters__categories--opened .filters__head-title {
    border-bottom: solid 1px #ffffff;
  }
  .filters__btn-reset {
    border: 1px solid #1d1d1d;
    color: #1d1d1d;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 10px;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    line-height: 1;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 600px) and (min-width: 1024px) {
  .filters__btn-reset {
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
  }
  .filters__btn-reset::after {
    -webkit-transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #1d1d1d;
  }
  .filters__btn-reset:hover {
    z-index: 1;
    color: #ffffff;
  }
  .filters__btn-reset:hover::after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    z-index: -1;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-tp-realisations .header__link-form {
    background-color: #1d1d1d;
    color: #ffffff;
  }
  .page-template-tp-realisations .header--small .header__item {
    color: #ffffff;
  }
  .page-template-tp-realisations .header--small .header__link-form {
    background-color: #ffffff;
    color: #1d1d1d;
  }
  .page-template-tp-realisations .header--small .wpml-ls-link {
    color: #ffffff;
  }
  .page-template-tp-realisations .wpml-ls-link {
    color: #1d1d1d;
    -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);
  }

  .project-list-second__container-overflow {
    padding-top: 50px;
    overflow: visible;
    padding-bottom: 200px;
    position: relative;
  }
  .project-list-second__container-overflow::after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: #1d1d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 29, 29, 0)), to(#1d1d1d));
    background: linear-gradient(180deg, rgba(29, 29, 29, 0) 0%, #1d1d1d 100%);
    z-index: 2;
    pointer-events: none;
  }

  .home-list .header__link-form {
    background-color: #ffffff;
    color: #1d1d1d;
  }
  .home-list .wpml-ls-link {
    color: #ffffff !important;
  }
  .home-list .home-option__filter:hover {
    background-color: #000000;
  }

  .home-project__container {
    position: relative;
    z-index: 1;
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-project__no-result h2 {
    font-size: 30px;
  }
  .home-project td {
    -webkit-transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
    z-index: 2;
  }
  .home-project td p {
    -webkit-transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
    z-index: 2;
  }
  .home-project .overflow-x-auto {
    overflow-x: visible;
  }
  .home-project thead {
    pointer-events: none;
  }
  .home-project thead tr {
    pointer-events: none;
  }
  .home-project thead tr::after {
    display: none !important;
  }
  .home-project thead th {
    pointer-events: all;
  }
  .home-project tr {
    grid-template-columns: 1fr 4fr 1fr 1fr 1fr;
    padding: 5px 0;
    position: relative;
  }
  .home-project tr::after {
    pointer-events: none;
    z-index: 1;
    content: "";
    position: absolute;
    border-radius: 5px;
    left: -10px;
    top: -2px;
    width: calc(100% + 20px);
    height: calc(100% + 4px);
    -webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #ffffff;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  .home-project tr:hover::after {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .home-project tr:hover td {
    color: #1d1d1d !important;
  }
  .home-project tr:hover td p {
    color: #1d1d1d !important;
  }
  .home-project th {
    font-size: 10px;
  }
  .home-project td {
    font-size: 12px;
  }
  .home-project td p {
    font-size: 12px;
  }
  .home-project__list-toggl {
    position: relative;
    padding: 0 10px;
    grid-template-columns: 8fr 3fr;
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
  }
  .home-project__list-toggl .home-project__list-item-title {
    font-size: 14px;
  }
  .home-project__list-toggl .cta {
    padding-bottom: 200px;
  }
  .home-project__list-toggl--active {
    display: grid;
  }
  .home-project__list-container-image {
    padding-top: 50px;
    display: block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  .home-project__image {
    width: auto;
    height: auto;
    max-height: 400px;
    float: right;
    border-radius: 4px;
  }
  .home-project__info {
    opacity: 0;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    -webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .home-project__card-container {
    -webkit-transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
  }
  .home-project__card-container:hover {
    padding-bottom: 50px;
  }
  .home-project__card-container:hover .home-project__info {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .home-project__card-container:hover .home-project__card-image {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .home-project__card-container-image {
    overflow: hidden;
    border-radius: 4px;
  }
  .home-project__card-image {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .home-project__card {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 10px;
  }

  .filters {
    top: 70px;
    left: 20px;
    overflow: hidden;
  }
  .filters__btn-reset {
    margin-top: 20px;
  }

  .home-option__toggle-item {
    -webkit-transition: 0.4s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.4s cubic-bezier(0.34, 0.7, 0.27, 1);
  }
  .home-option__toggle-item--active {
    background-color: #1d1d1d !important;
    color: #ffffff;
  }
  .home-option__toggle-item:hover {
    background-color: #e9e9e9;
  }
  .home-option__filter {
    -webkit-transition: 0.4s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.4s cubic-bezier(0.34, 0.7, 0.27, 1);
  }
  .home-option__filter:hover {
    background-color: #e9e9e9;
  }
}
.page-template-tp-contact {
  background-color: #1d1d1d;
}
.page-template-tp-contact .header__item {
  color: #ffffff;
}
.page-template-tp-contact .cta__arrows svg path,
.page-template-tp-contact .cta__arrows svg line {
  stroke: #1d1d1d;
}

.contact {
  padding-top: 150px;
  height: calc(100vh - 150px);
}
.contact__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  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;
}
@media only screen and (min-width: 1024px) {
  .contact__container {
    margin-left: auto;
    margin-right: auto;
  }
}
.contact__social-grid {
  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;
}
.contact__social-link {
  border: 1px solid #ffffff;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 10px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1024px) {
  .contact__social-link {
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
  }
  .contact__social-link::after {
    -webkit-transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    z-index: -1;
  }
  .contact__social-link svg {
    -webkit-transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    margin-right: 5px;
  }
  .contact__social-link:hover {
    z-index: 1;
    color: #1d1d1d;
  }
  .contact__social-link:hover::after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .contact__social-link:hover svg line {
    stroke: #1d1d1d;
  }
  .contact__social-link:hover svg path {
    stroke: #1d1d1d;
  }
}
.contact__head {
  margin-bottom: 50px;
}
.contact__offices-item {
  padding: 20px 0;
  border-bottom: 1px solid #ffffff;
  display: grid;
  grid-template-columns: 1fr 3fr 4fr;
}
.contact__offices-item:first-child {
  border-top: 1px solid #ffffff;
}
.contact__number {
  color: white;
  font-size: 12px;
}
.contact__offices-name, .contact__offices-address, .contact__offices-phone {
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
}
.contact__offices-links {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10px;
  padding-left: 10px;
}
.contact__container-social-link {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  opacity: 0;
}
.contact__container-social-link:nth-of-type(1n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.contact__container-social-link:nth-of-type(2n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}
.contact__container-social-link:nth-of-type(3n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}
.contact__container-social-link:nth-of-type(4n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
.contact__container-social-link:nth-of-type(5n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.contact__container-social-link:nth-of-type(6n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.contact__container-social-link:nth-of-type(7n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.contact__container-social-link:nth-of-type(8n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
}
.contact__container-social-link:nth-of-type(9n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.contact__container-social-link:nth-of-type(10n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
}
.contact__container-social-link:nth-of-type(11n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.contact__container-social-link:nth-of-type(12n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
}
.contact__container-social-link:nth-of-type(13n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
.contact__container-social-link:nth-of-type(14n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s;
}
.contact__container-social-link:nth-of-type(15n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s;
}
.contact__container-social-link:nth-of-type(16n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}
.contact__container-social-link:nth-of-type(17n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s;
}
.contact__container-social-link:nth-of-type(18n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.7s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.7s;
}
.contact__container-social-link:nth-of-type(19n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s;
}
.contact__container-social-link:nth-of-type(20n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.9s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.9s;
}
.contact__container-social-link:nth-of-type(21n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
}
.contact__container-social-link:nth-of-type(22n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.1s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.1s;
}
.contact__container-social-link:nth-of-type(23n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.2s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.2s;
}
.contact__container-social-link:nth-of-type(24n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.3s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.3s;
}
.contact__container-social-link:nth-of-type(25n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.4s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.4s;
}
.contact__offices-item {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  opacity: 0;
}
.contact__offices-item:nth-of-type(1n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.contact__offices-item:nth-of-type(2n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}
.contact__offices-item:nth-of-type(3n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}
.contact__offices-item:nth-of-type(4n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
.contact__offices-item:nth-of-type(5n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.contact__offices-item:nth-of-type(6n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.contact__offices-item:nth-of-type(7n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.contact__offices-item:nth-of-type(8n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
}
.contact__offices-item:nth-of-type(9n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.contact__offices-item:nth-of-type(10n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
}
.contact__offices-item:nth-of-type(11n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.contact__offices-item:nth-of-type(12n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
}
.contact__offices-item:nth-of-type(13n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
.contact__offices-item:nth-of-type(14n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s;
}
.contact__offices-item:nth-of-type(15n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s;
}
.contact__offices-item:nth-of-type(16n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}
.contact__offices-item:nth-of-type(17n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s;
}
.contact__offices-item:nth-of-type(18n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.7s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.7s;
}
.contact__offices-item:nth-of-type(19n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s;
}
.contact__offices-item:nth-of-type(20n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.9s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.9s;
}
.contact__offices-item:nth-of-type(21n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
}
.contact__offices-item:nth-of-type(22n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.1s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.1s;
}
.contact__offices-item:nth-of-type(23n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.2s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.2s;
}
.contact__offices-item:nth-of-type(24n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.3s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.3s;
}
.contact__offices-item:nth-of-type(25n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.4s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.4s;
}
.contact--tadam .contact__offices-item {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.contact--tadam .contact__container-social-link {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

@media only screen and (min-width: 600px) {
  .contact {
    padding-top: 150px;
    height: calc(100vh - 250px);
  }
  .contact__container {
    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;
  }
  .contact__social-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .contact__social-link {
    margin-left: 15px;
  }
  .contact__head {
    margin-bottom: 0;
  }
  .contact__offices-item {
    grid-template-columns: 1fr 3fr 4fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact__number {
    font-size: 14px;
  }
  .contact__offices-address, .contact__offices-phone {
    color: #ffffff;
    font-size: 14px;
    line-height: 19px;
  }
  .contact__offices-name {
    font-size: 18px;
    line-height: 21px;
  }
  .contact__offices-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .contact__offices-phone {
    text-align: right;
  }
}
@media only screen and (min-width: 1024px) {
  .contact {
    padding-top: 250px;
    margin-bottom: 140px;
    height: calc(100vh - 140px);
  }
  .contact__offices-item {
    grid-template-columns: 1fr 8fr 3fr;
  }
  .contact__offices-name {
    font-size: 26px;
    line-height: 31px;
  }
  .contact__offices-address, .contact__offices-phone {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .contact__offices-address:hover, .contact__offices-phone:hover {
    opacity: 0.5;
  }
}
.page-template-tp-about {
  background-color: #1d1d1d;
}
.page-template-tp-about .header__item {
  color: #ffffff;
}
.page-template-tp-about .cta__block {
  background-color: #1d1d1d;
}
.page-template-tp-about .cta__block::after {
  background-color: #292929;
}
.page-template-tp-about .cta__block-left {
  color: #ffffff;
}
.page-template-tp-about .cta__letter path {
  fill: #ffffff !important;
}
.page-template-tp-about .cta__arrows line,
.page-template-tp-about .cta__arrows path {
  stroke: #ffffff !important;
}

.about-head {
  padding-top: 150px;
}
.about-head__container-image {
  border-radius: 4px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden;
}
.about-head__image {
  width: 100%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}
.about-head__anchor-grid-container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .about-head__anchor-grid-container {
    margin-left: auto;
    margin-right: auto;
  }
}
.about-head__anchor-grid {
  position: relative;
  padding-top: 20px;
  margin-top: 20px;
  display: grid;
  -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;
}
.about-head__anchor-grid::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: white;
  top: 0;
  left: 0;
  -webkit-transition: 0.4s cubic-bezier(0.3, 1, 0.7, 1);
  transition: 0.4s cubic-bezier(0.3, 1, 0.7, 1);
  width: 0;
}
.about-head__container-link {
  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-transform: translateX(-50px);
          transform: translateX(-50px);
  opacity: 0;
}
.about-head__container-link:nth-of-type(1n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.about-head__container-link:nth-of-type(2n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}
.about-head__container-link:nth-of-type(3n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}
.about-head__container-link:nth-of-type(4n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
.about-head__container-link:nth-of-type(5n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.about-head__container-link:nth-of-type(6n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.about-head__container-link:nth-of-type(7n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.about-head__container-link:nth-of-type(8n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
}
.about-head__container-link:nth-of-type(9n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.about-head__container-link:nth-of-type(10n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
}
.about-head__container-link:nth-of-type(11n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.about-head__container-link:nth-of-type(12n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
}
.about-head__container-link:nth-of-type(13n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
.about-head__container-link:nth-of-type(14n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s;
}
.about-head__container-link:nth-of-type(15n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s;
}
.about-head__container-link:nth-of-type(16n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}
.about-head__container-link:nth-of-type(17n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s;
}
.about-head__container-link:nth-of-type(18n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.7s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.7s;
}
.about-head__container-link:nth-of-type(19n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s;
}
.about-head__container-link:nth-of-type(20n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.9s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.9s;
}
.about-head__container-link:nth-of-type(21n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
}
.about-head__container-link:nth-of-type(22n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.1s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.1s;
}
.about-head__container-link:nth-of-type(23n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.2s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.2s;
}
.about-head__container-link:nth-of-type(24n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.3s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.3s;
}
.about-head__container-link:nth-of-type(25n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.4s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.4s;
}
.about-head__link {
  text-align: right;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 15px;
}
.about-head--tadam .about-head__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%);
}
.about-head--tadam .about-head__image {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.about-head--tadam .about-head__container-link {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.about-head--tadam .about-head__anchor-grid::after {
  width: 100%;
}

.about {
  padding-top: 100px;
}
.about__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .about__container {
    margin-left: auto;
    margin-right: auto;
  }
}
.about__title {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1);
  transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1);
}
.about__description {
  color: #ffffff;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}
.about__container-image {
  width: 75%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden;
  max-width: 250px;
}
.about__image {
  border-radius: 4px;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}
.about__copyright {
  margin-top: 5px;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  width: 75%;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
  max-width: 250px;
}
.about--tadam .word-content {
  -webkit-transform: translateZ(0) translateY(0);
          transform: translateZ(0) translateY(0);
}
.about--tadam .about__title {
  opacity: 1;
}
.about--tadam .about__description {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.about--tadam .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%);
}
.about--tadam .about__image {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.about--tadam .about__copyright {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.about-cards {
  padding-top: 100px;
}
.about-cards__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .about-cards__container {
    margin-left: auto;
    margin-right: auto;
  }
}
.about-cards__container-card {
  opacity: 0;
  -webkit-transform: translateY(300px);
          transform: translateY(300px);
}
.about-cards__container-card:nth-of-type(1n) {
  -webkit-transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 0.5s;
  transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 0.5s;
}
.about-cards__container-card:nth-of-type(2n) {
  -webkit-transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 0.6s;
  transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 0.6s;
}
.about-cards__container-card:nth-of-type(3n) {
  -webkit-transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 0.7s;
  transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 0.7s;
}
.about-cards__container-card:nth-of-type(4n) {
  -webkit-transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 0.8s;
  transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 0.8s;
}
.about-cards__container-card:nth-of-type(5n) {
  -webkit-transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 0.9s;
  transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 0.9s;
}
.about-cards__container-card:nth-of-type(6n) {
  -webkit-transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 1s;
  transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 1s;
}
.about-cards__container-card:nth-of-type(7n) {
  -webkit-transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 1.1s;
  transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 1.1s;
}
.about-cards__container-card:nth-of-type(8n) {
  -webkit-transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 1.2s;
  transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 1.2s;
}
.about-cards__container-card:nth-of-type(9n) {
  -webkit-transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 1.3s;
  transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 1.3s;
}
.about-cards__container-card:nth-of-type(10n) {
  -webkit-transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 1.4s;
  transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 1.4s;
}
.about-cards__container-card:nth-of-type(11n) {
  -webkit-transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 1.5s;
  transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 1.5s;
}
.about-cards__container-card:nth-of-type(12n) {
  -webkit-transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 1.6s;
  transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 1.6s;
}
.about-cards__container-card:nth-of-type(13n) {
  -webkit-transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 1.7s;
  transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 1.7s;
}
.about-cards__container-card:nth-of-type(14n) {
  -webkit-transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 1.8s;
  transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 1.8s;
}
.about-cards__container-card:nth-of-type(15n) {
  -webkit-transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 1.9s;
  transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 1.9s;
}
.about-cards__container-card:nth-of-type(16n) {
  -webkit-transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 2s;
  transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 2s;
}
.about-cards__container-card:nth-of-type(17n) {
  -webkit-transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 2.1s;
  transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 2.1s;
}
.about-cards__container-card:nth-of-type(18n) {
  -webkit-transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 2.2s;
  transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 2.2s;
}
.about-cards__container-card:nth-of-type(19n) {
  -webkit-transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 2.3s;
  transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 2.3s;
}
.about-cards__container-card:nth-of-type(20n) {
  -webkit-transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 2.4s;
  transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 2.4s;
}
.about-cards__container-card:nth-of-type(21n) {
  -webkit-transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 2.5s;
  transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 2.5s;
}
.about-cards__container-card:nth-of-type(22n) {
  -webkit-transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 2.6s;
  transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 2.6s;
}
.about-cards__container-card:nth-of-type(23n) {
  -webkit-transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 2.7s;
  transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 2.7s;
}
.about-cards__container-card:nth-of-type(24n) {
  -webkit-transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 2.8s;
  transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 2.8s;
}
.about-cards__container-card:nth-of-type(25n) {
  -webkit-transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 2.9s;
  transition: 500ms cubic-bezier(0.3, 1, 0.7, 1) 2.9s;
}
.about-cards__card {
  background-color: #ffffff;
  padding: 35px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.about-cards__title {
  margin-bottom: 20px;
  font-size: 16px;
}
.about-cards__description {
  font-size: 14px;
}
.about-cards__link {
  border: 1px solid #1d1d1d;
  color: #1d1d1d;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 10px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  margin-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .about-cards__link {
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
  }
  .about-cards__link::after {
    -webkit-transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #1d1d1d;
  }
  .about-cards__link:hover {
    z-index: 1;
    color: #ffffff;
  }
  .about-cards__link:hover::after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    z-index: -1;
  }
}
.about-cards__container-image {
  display: none;
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  width: 100%;
  margin-bottom: 10px;
}
.about-cards__image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.about-cards__wysiwyg {
  padding-top: 20px;
}
.about-cards__wysiwyg ul {
  padding-left: 11px;
  list-style: none !important;
}
.about-cards__wysiwyg ul li {
  margin-bottom: 5px;
  position: relative;
  word-break: break-word;
  font-size: 12px;
  line-height: 1.2;
}
.about-cards__wysiwyg ul li:before {
  position: absolute;
  left: -10px;
  top: 7px;
  display: inline-block;
  content: "";
  height: 1px;
  width: 5px;
  background-color: #1d1d1d;
}
@media only screen and (min-width: 1024px) {
  .about-cards__wysiwyg ul li {
    font-size: 14px;
  }
  .about-cards__wysiwyg ul li:before {
    top: 11px;
  }
}
.about-cards__wysiwyg ol {
  padding-left: 11px;
  list-style: auto !important;
}
.about-cards__wysiwyg ol li {
  word-break: break-word;
  font-size: 12px;
  line-height: 1.2;
}
.about-cards__wysiwyg ol li::marker {
  color: #1d1d1d;
  font-weight: 500;
}
@media only screen and (min-width: 1024px) {
  .about-cards__wysiwyg ol li {
    font-size: 14px;
  }
}
.about-cards--tadam .about-cards__container-card {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.about-phases {
  padding-top: 100px;
}
.about-phases__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .about-phases__container {
    margin-left: auto;
    margin-right: auto;
  }
}
.about-phases__title {
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 1.2;
}
.about-phases__container-link {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}
.about-phases__link {
  background-color: #ffffff;
  color: #1d1d1d;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 10px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .about-phases__link {
    -webkit-transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
  }
  .about-phases__link:hover {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.about-phases__head {
  margin-bottom: 50px;
}
.about-phases__phases-item {
  padding: 20px 0;
  border-bottom: 1px solid #ffffff;
  display: grid;
  grid-template-columns: 1fr 3fr;
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.about-phases__phases-item:nth-of-type(1n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.about-phases__phases-item:nth-of-type(2n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}
.about-phases__phases-item:nth-of-type(3n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}
.about-phases__phases-item:nth-of-type(4n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
.about-phases__phases-item:nth-of-type(5n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.about-phases__phases-item:nth-of-type(6n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.about-phases__phases-item:nth-of-type(7n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.about-phases__phases-item:nth-of-type(8n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
}
.about-phases__phases-item:nth-of-type(9n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.about-phases__phases-item:nth-of-type(10n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
}
.about-phases__phases-item:nth-of-type(11n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.about-phases__phases-item:nth-of-type(12n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
}
.about-phases__phases-item:nth-of-type(13n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
.about-phases__phases-item:nth-of-type(14n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s;
}
.about-phases__phases-item:nth-of-type(15n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s;
}
.about-phases__phases-item:nth-of-type(16n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}
.about-phases__phases-item:nth-of-type(17n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s;
}
.about-phases__phases-item:nth-of-type(18n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.7s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.7s;
}
.about-phases__phases-item:nth-of-type(19n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s;
}
.about-phases__phases-item:nth-of-type(20n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.9s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.9s;
}
.about-phases__phases-item:nth-of-type(21n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
}
.about-phases__phases-item:nth-of-type(22n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.1s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.1s;
}
.about-phases__phases-item:nth-of-type(23n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.2s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.2s;
}
.about-phases__phases-item:nth-of-type(24n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.3s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.3s;
}
.about-phases__phases-item:nth-of-type(25n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.4s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.4s;
}
.about-phases__phases-item:first-child {
  border-top: 1px solid #ffffff;
}
.about-phases li {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.about-phases li:nth-of-type(1n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.about-phases li:nth-of-type(2n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}
.about-phases li:nth-of-type(3n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}
.about-phases li:nth-of-type(4n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
.about-phases li:nth-of-type(5n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.about-phases li:nth-of-type(6n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.about-phases li:nth-of-type(7n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.about-phases li:nth-of-type(8n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
}
.about-phases li:nth-of-type(9n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.about-phases li:nth-of-type(10n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
}
.about-phases li:nth-of-type(11n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.about-phases li:nth-of-type(12n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
}
.about-phases li:nth-of-type(13n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
.about-phases li:nth-of-type(14n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s;
}
.about-phases li:nth-of-type(15n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s;
}
.about-phases li:nth-of-type(16n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}
.about-phases li:nth-of-type(17n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s;
}
.about-phases li:nth-of-type(18n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.7s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.7s;
}
.about-phases li:nth-of-type(19n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s;
}
.about-phases li:nth-of-type(20n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.9s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.9s;
}
.about-phases li:nth-of-type(21n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
}
.about-phases li:nth-of-type(22n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.1s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.1s;
}
.about-phases li:nth-of-type(23n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.2s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.2s;
}
.about-phases li:nth-of-type(24n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.3s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.3s;
}
.about-phases li:nth-of-type(25n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.4s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.4s;
}
.about-phases li:first-child {
  border-top: 1px solid #ffffff;
}
.about-phases__number {
  color: white;
  font-size: 12px;
}
.about-phases__phases-name {
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.about-phases__phases-name, .about-phases__phases-paragraph {
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
}
.about-phases__bottom {
  margin: 20px;
  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;
  opacity: 0;
  -webkit-transition: 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.5s;
  transition: 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.5s;
}
.about-phases__button-more {
  border: 1px solid #ffffff;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 10px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .about-phases__button-more {
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
  }
  .about-phases__button-more::after {
    -webkit-transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    z-index: -1;
  }
  .about-phases__button-more svg {
    -webkit-transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    margin-right: 5px;
  }
  .about-phases__button-more:hover {
    z-index: 1;
    color: #1d1d1d;
  }
  .about-phases__button-more:hover::after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .about-phases__button-more:hover svg line {
    stroke: #1d1d1d;
  }
  .about-phases__button-more:hover svg path {
    stroke: #1d1d1d;
  }
}
.about-phases--tadam .word-content {
  -webkit-transform: translateZ(0) translateY(0);
          transform: translateZ(0) translateY(0);
}
.about-phases--tadam li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.about-phases--tadam .about-phases__container-link {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.about-phases--tadam .about-phases__bottom {
  opacity: 1;
}
.about-phases--tadam .about-phases__phases-item {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.lifecycle {
  background-color: #ffffff;
  margin-top: 100px;
  padding: 100px 0;
}
.lifecycle__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .lifecycle__container {
    margin-left: auto;
    margin-right: auto;
  }
}
.lifecycle__title {
  color: #1d1d1d;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1);
  transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1);
}
.lifecycle__description {
  color: #1d1d1d;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}
.lifecycle__image {
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
  max-width: 300px;
}
.lifecycle--tadam .word-content {
  -webkit-transform: translateZ(0) translateY(0);
          transform: translateZ(0) translateY(0);
}
.lifecycle--tadam .lifecycle__title {
  opacity: 1;
}
.lifecycle--tadam .lifecycle__description {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.lifecycle--tadam .lifecycle__image {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.about-video {
  background-color: #ffffff;
}
.about-video__container-video {
  position: relative;
  overflow: hidden;
  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;
  height: 250px;
  width: 100%;
  border-radius: 4px;
}
.about-video__play {
  pointer-events: all;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  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;
  width: 60px;
  height: 60px;
  border: 2px solid #1d1d1d;
  border-radius: 50%;
  cursor: pointer;
}
.about-video__video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.about-team {
  background-color: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
}
.about-team__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .about-team__container {
    margin-left: auto;
    margin-right: auto;
  }
}
.about-team__title {
  color: #1d1d1d;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 26px;
}
.about-team__link {
  background-color: #ffffff;
  color: #1d1d1d;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 10px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1024px) {
  .about-team__link {
    -webkit-transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
  }
  .about-team__link:hover {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.about-team__head {
  margin-bottom: 50px;
}
.about-team__team-grid {
  border-top: 1px solid #1d1d1d;
}
.about-team__team-text-large {
  display: none;
}
.about-team__team-item {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #1d1d1d;
  display: grid;
  grid-template-columns: 1fr 3fr;
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.about-team__team-item:nth-of-type(1n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.about-team__team-item:nth-of-type(2n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}
.about-team__team-item:nth-of-type(3n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}
.about-team__team-item:nth-of-type(4n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
.about-team__team-item:nth-of-type(5n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.about-team__team-item:nth-of-type(6n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.about-team__team-item:nth-of-type(7n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.about-team__team-item:nth-of-type(8n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
}
.about-team__team-item:nth-of-type(9n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.about-team__team-item:nth-of-type(10n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
}
.about-team__team-item:nth-of-type(11n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.about-team__team-item:nth-of-type(12n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
}
.about-team__team-item:nth-of-type(13n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
.about-team__team-item:nth-of-type(14n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s;
}
.about-team__team-item:nth-of-type(15n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s;
}
.about-team__team-item:nth-of-type(16n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}
.about-team__team-item:nth-of-type(17n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s;
}
.about-team__team-item:nth-of-type(18n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.7s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.7s;
}
.about-team__team-item:nth-of-type(19n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s;
}
.about-team__team-item:nth-of-type(20n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.9s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.9s;
}
.about-team__team-item:nth-of-type(21n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
}
.about-team__team-item:nth-of-type(22n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.1s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.1s;
}
.about-team__team-item:nth-of-type(23n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.2s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.2s;
}
.about-team__team-item:nth-of-type(24n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.3s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.3s;
}
.about-team__team-item:nth-of-type(25n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.4s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.4s;
}
.about-team__team-item::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -10px;
  height: calc(100% + 2px);
  width: calc(100% + 20px);
  background-color: #1d1d1d;
  border-radius: 4px;
  -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);
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
}
.about-team__team-item--opened::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.about-team__team-item--opened .about-team__number, .about-team__team-item--opened .about-team__team-name, .about-team__team-item--opened .about-team__team-paragraph, .about-team__team-item--opened .about-team__team-job {
  color: #ffffff;
}
.about-team__team-item--opened .about-team__icon-line, .about-team__team-item--opened .about-team__icon-line-second {
  background-color: #ffffff;
}
.about-team__team-item--opened .about-team__icon-line-second {
  width: 0;
}
.about-team__number {
  color: #1d1d1d;
  font-size: 12px;
  position: relative;
  z-index: 2;
}
.about-team__team-text {
  padding-right: 20%;
  position: relative;
  z-index: 2;
}
.about-team__team-name {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
}
.about-team__team-paragraph {
  pointer-events: none;
  margin-top: 20px;
  margin-bottom: 20px;
}
.about-team__team-image {
  border-radius: 4px;
  width: 100%;
}
.about-team__team-image--small {
  display: block;
  pointer-events: none;
}
.about-team__team-image--large {
  display: none;
  pointer-events: none;
}
.about-team__team-content {
  height: 0px;
  overflow: hidden;
}
.about-team__container-icon {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 0;
  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-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about-team__icon {
  margin-top: 5px;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 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;
}
.about-team__icon-line {
  display: block;
  width: 12px;
  height: 1px;
  background-color: #1d1d1d;
}
.about-team__icon-line-second {
  -webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform-origin: center;
          transform-origin: center;
  display: block;
  position: absolute;
  width: 12px;
  height: 1px;
  background-color: #1d1d1d;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.about-team .cta {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.about-team--tadam .word-content {
  -webkit-transform: translateZ(0) translateY(0);
          transform: translateZ(0) translateY(0);
}
.about-team--tadam .about-team__team-item {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.about-phases-last {
  padding-bottom: 100px;
}

@media only screen and (min-width: 600px) {
  .about-head {
    padding-top: 200px;
  }
  .about-head__grid {
    display: grid;
    grid-template-columns: 5fr 3fr;
    padding: 0;
    width: 100%;
  }
  .about-head__anchor-grid-container {
    width: 100%;
    padding: 0 20px;
  }
  .about-head__anchor-grid {
    margin: 0;
  }

  .about__grid {
    padding: 0 8.33%;
  }
  .about__title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 60px;
  }
  .about__image {
    width: 50%;
  }
  .about__copyright {
    width: 50%;
  }

  .about-cards {
    padding-top: 100px;
  }
  .about-cards__container {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 600px) and (min-width: 1024px) {
  .about-cards__container {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 600px) {
  .about-cards__title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 600px) {
  .about-cards__description {
    font-size: 16px;
  }
}
@media only screen and (min-width: 600px) {
  .about-cards__card {
    padding: 82px 90px;
  }
}
@media only screen and (min-width: 600px) {
  .about-phases {
    padding-top: 150px;
  }
  .about-phases__grid {
    padding: 0 8.33%;
  }
  .about-phases__head {
    margin-bottom: 45px;
  }
  .about-phases__phases-item {
    grid-template-columns: 1fr 5fr;
  }
  .about-phases__phases-text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .about-phases__phases-name, .about-phases__phases-paragraph {
    color: #ffffff;
    font-size: 14px;
    line-height: 19px;
  }
}
@media only screen and (min-width: 600px) {
  .lifecycle__grid {
    padding: 0 8.33%;
  }
  .lifecycle__title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 60px;
  }
  .lifecycle__image {
    padding-right: 16%;
  }
}
@media only screen and (min-width: 600px) {
  .about-video__container {
    padding: 0 10px;
  }
  .about-video__container-video {
    height: 300px;
  }
  .about-video__play {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 600px) {
  .about-team__head {
    margin-bottom: 50px;
    padding: 0 8.33%;
  }
  .about-team__title {
    font-size: 26px;
    line-height: 32px;
  }
  .about-team__team-item {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #1d1d1d;
    display: grid;
    grid-template-columns: 1fr 7fr;
  }
  .about-team__team-item--opened .about-team__team-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
  }
  .about-team__team-item--opened .about-team__team-image {
    opacity: 1;
  }
  .about-team__team-item--opened .about-team__team-paragraph {
    opacity: 1;
    -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1) 300ms;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1) 300ms;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .about-team__team-text {
    padding-right: 30px;
  }
  .about-team__team-name {
    font-size: 18px;
    line-height: 21px;
    width: calc(50% - 20px);
  }
  .about-team__team-job {
    width: calc(50% - 20px);
  }
  .about-team__team-paragraph {
    margin-right: 20px;
    opacity: 0;
    -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  .about-team__team-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    overflow: visible;
  }
  .about-team__team-image {
    border-radius: 4px;
    width: 50%;
    position: absolute;
    bottom: -21px;
    right: 0;
    opacity: 0;
    -webkit-transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1) 300ms;
    transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1) 300ms;
  }
}
@media only screen and (min-width: 600px) {
  .about-phases-last {
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 1024px) {
  .about-head {
    height: 100vh;
  }
  .about-head__container {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .about-head__link {
    -webkit-transition: 0.4s cubic-bezier(0.3, 1, 0.7, 1);
    transition: 0.4s cubic-bezier(0.3, 1, 0.7, 1);
  }
  .about-head__link:hover {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .about-head__anchor-grid {
    padding-right: 20%;
  }

  .about {
    padding-top: 200px;
  }
  .about__grid {
    padding: 0 8.33%;
    display: grid;
    grid-template-columns: 6fr 3fr;
    -webkit-column-gap: 8.33%;
       -moz-column-gap: 8.33%;
            column-gap: 8.33%;
  }
  .about__title {
    font-size: 26px !important;
    line-height: 32px !important;
    margin-bottom: 0;
  }
  .about__image {
    width: 75%;
  }
  .about__copyright {
    width: 75%;
  }

  .about-cards {
    padding-top: 150px;
  }
  .about-cards__container {
    max-width: none;
    padding: 10px;
  }
  .about-cards__grid {
    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;
    position: relative;
  }
  .about-cards__container-card {
    position: relative;
    width: 33.33%;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: none !important;
    transition: none !important;
  }
  .about-cards__container-card:nth-child(2n) .about-cards__card {
    margin-top: 200px;
  }
  .about-cards__container-card:nth-child(3n) .about-cards__card {
    margin-top: 400px;
  }
  .about-cards__card {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    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;
    margin: 2px;
    padding: 30px;
    margin-top: 0;
    min-height: 905px;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1300px) {
  .about-cards__card {
    padding: 62px;
    min-height: 877px;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1900px) {
  .about-cards__card {
    min-height: 1000px;
  }
}
@media only screen and (min-width: 1024px) {
  .about-cards__title {
    font-size: 26px !important;
    line-height: 32px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .about-cards__container-image {
    margin-top: 30px;
    display: block;
    padding-bottom: 80%;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1300px) {
  .about-cards__container-image {
    padding-bottom: 70%;
  }
}
@media only screen and (min-width: 1024px) {
  .about-phases {
    padding-top: 150px;
  }
  .about-phases__grid {
    display: grid;
    grid-template-columns: 3fr 7fr;
  }
  .about-phases__head {
    padding-right: 30px;
  }
  .about-phases__title {
    font-size: 26px !important;
    line-height: 32px !important;
  }
  .about-phases__number, .about-phases__phases-name, .about-phases__phases-paragraph {
    -webkit-transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
    z-index: 2;
  }
  .about-phases__phases-item {
    -webkit-transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
    position: relative;
  }
  .about-phases__phases-item::after {
    z-index: 1;
    content: "";
    position: absolute;
    border-radius: 5px;
    left: -10px;
    top: -2px;
    width: calc(100% + 20px);
    height: calc(100% + 4px);
    -webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #ffffff;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  .about-phases__phases-item:hover::after {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .about-phases__phases-item:hover .about-phases__number, .about-phases__phases-item:hover .about-phases__phases-name, .about-phases__phases-item:hover .about-phases__phases-paragraph {
    color: #1d1d1d;
  }
}
@media only screen and (min-width: 1024px) {
  .lifecycle {
    margin-top: 200px;
    padding: 150px 0;
  }
  .lifecycle__grid {
    padding: 0 8.33%;
    display: grid;
    grid-template-columns: 6fr 3fr;
    -webkit-column-gap: 8.33%;
       -moz-column-gap: 8.33%;
            column-gap: 8.33%;
  }
  .lifecycle__title {
    font-size: 46px;
    line-height: 52px;
    margin-bottom: 0;
  }
  .lifecycle__image {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .about-video__container-video {
    height: 700px;
  }
  .about-video__play {
    -webkit-transition: 0.5s cubic-bezier(0.3, 1, 0.7, 1);
    transition: 0.5s cubic-bezier(0.3, 1, 0.7, 1);
    width: 90px;
    height: 90px;
  }
  .about-video__play:hover {
    width: 100px;
    height: 100px;
    color: #ffffff;
    border-color: #ffffff;
  }
}
@media only screen and (min-width: 1024px) {
  .about-team__head {
    margin-bottom: 150px;
  }
  .about-team__title {
    max-width: 500px;
  }
  .about-team__team-item {
    padding: 30px 0;
    cursor: pointer;
  }
  .about-team__team-item:hover .about-team__container-icon {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  .about-team__team-item:hover .about-team__container-team-image {
    z-index: 1000;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1);
  }
  .about-team__team-name {
    width: 100%;
    font-size: 26px;
    margin-bottom: 0;
  }
  .about-team__team-job {
    width: 100%;
    text-align: right;
  }
  .about-team__container-team-image {
    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;
    position: relative;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1);
  }
  .about-team__team-image-large {
    opacity: 1;
    position: absolute;
    height: 300px;
    width: auto;
    border-radius: 4px;
    top: -150px;
  }
  .about-team__team-text-large {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .about-team__team-content {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
  .about-team__container-icon {
    top: 33px;
    -webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .about-team .small {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .about-phases-last {
    padding-bottom: 200px;
  }
  .about-phases-last .about-phases__phases-item {
    opacity: 1 !important;
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
  .about-phases-last .shown {
    display: block;
  }
  .about-phases-last .hidden {
    display: none;
  }
}
.page-template-tp-wysiwyg {
  background-color: #1d1d1d;
}
.page-template-tp-wysiwyg .header__item {
  color: #ffffff;
}

#tinymce {
  background-color: white;
  color: black;
  margin-top: 0 !important;
}
#tinymce h1 {
  font-size: 40px;
  line-height: 40px;
}
@media only screen and (min-width: 1024px) {
  #tinymce h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
#tinymce h2 {
  font-size: 30px;
  line-height: 30px;
}
@media only screen and (min-width: 1024px) {
  #tinymce h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
#tinymce h3 {
  font-size: 25px;
  line-height: 25px;
}
@media only screen and (min-width: 1024px) {
  #tinymce h3 {
    font-size: 35px;
    line-height: 35px;
  }
}
#tinymce h4 {
  font-size: 20px;
  line-height: 20px;
}
@media only screen and (min-width: 1024px) {
  #tinymce h4 {
    font-size: 30px;
    line-height: 30px;
  }
}
#tinymce h5 {
  font-size: 18px;
  line-height: 18px;
}
@media only screen and (min-width: 1024px) {
  #tinymce h5 {
    font-size: 20px;
    line-height: 20px;
  }
}
#tinymce h1,
#tinymce h2,
#tinymce h3,
#tinymce h4,
#tinymce h5,
#tinymce h6 {
  text-transform: initial;
  color: #1d1d1d;
}
#tinymce ul {
  margin: initial !important;
  padding-left: 30px !important;
  list-style: disc !important;
}
#tinymce p {
  margin: 0 !important;
  font-size: 18px;
  color: #1d1d1d;
  line-height: 1.3;
}
#tinymce a {
  text-decoration: underline;
}

.page-wysiwyg h1 {
  font-size: 45px;
  line-height: 45px;
}
@media only screen and (min-width: 1024px) {
  .page-wysiwyg h1 {
    font-size: 60px;
    line-height: 60px;
  }
}
.page-wysiwyg h2 {
  font-size: 40px;
  line-height: 40px;
}
@media only screen and (min-width: 1024px) {
  .page-wysiwyg h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
.page-wysiwyg h3 {
  font-size: 30px;
  line-height: 30px;
}
@media only screen and (min-width: 1024px) {
  .page-wysiwyg h3 {
    font-size: 40px;
    line-height: 40px;
  }
}
.page-wysiwyg h4 {
  font-size: 20px;
  line-height: 20px;
}
@media only screen and (min-width: 1024px) {
  .page-wysiwyg h4 {
    font-size: 30px;
    line-height: 30px;
  }
}
.page-wysiwyg h5 {
  font-size: 18px;
  line-height: 18px;
}
@media only screen and (min-width: 1024px) {
  .page-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 {
  text-transform: initial;
  color: #ffffff;
  font-weight: 400 !important;
}
.page-wysiwyg ul {
  padding-left: 40px;
  list-style: none !important;
}
.page-wysiwyg ul li {
  position: relative;
  word-break: break-word;
  font-size: 16px;
  line-height: 20px;
}
.page-wysiwyg ul li:before {
  position: absolute;
  left: -17px;
  top: 10px;
  display: inline-block;
  content: "";
  height: 1px;
  width: 10px;
  background-color: #ffffff;
}
@media only screen and (min-width: 1024px) {
  .page-wysiwyg ul li {
    font-size: 18px;
    line-height: 22px;
  }
  .page-wysiwyg ul li:before {
    top: 11px;
  }
}
.page-wysiwyg ol {
  padding-left: 40px;
  list-style: auto !important;
}
.page-wysiwyg ol li {
  word-break: break-word;
  font-size: 16px;
  line-height: 20px;
}
.page-wysiwyg ol li::marker {
  color: #ffffff;
  font-weight: 500;
}
@media only screen and (min-width: 1024px) {
  .page-wysiwyg ol li {
    font-size: 18px;
    line-height: 22px;
  }
}
.page-wysiwyg p,
.page-wysiwyg ul,
.page-wysiwyg ol {
  color: #ffffff;
}
.page-wysiwyg p {
  margin: 0 !important;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 1024px) {
  .page-wysiwyg p {
    font-size: 18px;
    line-height: 22px;
  }
}
.page-wysiwyg figure {
  margin: 5px;
}
.page-wysiwyg a {
  text-decoration: underline;
}
.page-wysiwyg .button,
.page-wysiwyg a {
  color: #ffffff;
}
.page-wysiwyg .button mark,
.page-wysiwyg a mark {
  color: #ffffff !important;
}
.page-wysiwyg .aligncenter {
  margin: auto;
}
.page-wysiwyg .alignright {
  float: right;
  padding-left: 50px;
}
.page-wysiwyg .alignleft {
  float: left;
  padding-right: 50px;
}

.page-wysiwyg {
  padding-top: 200px;
  padding-bottom: 100px;
  min-height: calc(100vh - 135px);
}
.page-wysiwyg__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .page-wysiwyg__container {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 600px) {
  .page-wysiwyg {
    padding-top: 250px;
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-tp-wysiwyg .module-logo__logo {
    height: 20px;
  }
  .page-template-tp-wysiwyg .module-logo__logo-secondary {
    display: none;
  }

  .page-wysiwyg {
    padding-top: 250px;
    padding-bottom: 100px;
  }
  .page-wysiwyg__grid {
    margin: 0 12.66%;
    -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  .page-wysiwyg--tadam .page-wysiwyg__grid {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.error404 {
  background-color: #1d1d1d;
}
.error404 .header__item {
  color: #ffffff;
}

.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__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: 1024px) {
  .error__container {
    margin-left: auto;
    margin-right: auto;
  }
}
.error__title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 1.2;
  font-family: "swiss", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #1d1d1d;
  color: #ffffff;
}
@media only screen and (min-width: 600px) {
  .error__title {
    font-size: 40px;
  }
}
.error__button {
  pointer-events: all;
  border: 1px solid #000000;
  border-radius: 4px;
  background-color: #ffffff;
  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;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: #1d1d1d;
}

.single-projects {
  background-color: #1d1d1d;
}
.single-projects .header__item {
  color: #ffffff;
}
.single-projects .cta {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.single-projects .cta__block {
  background-color: #1d1d1d;
}
.single-projects .cta__block::after {
  background-color: #292929;
}
.single-projects .cta__block-left {
  color: #ffffff;
}
.single-projects .cta__letter path {
  fill: #ffffff !important;
}
.single-projects .cta__arrows line,
.single-projects .cta__arrows path {
  stroke: #ffffff !important;
}
.single-projects .footer {
  margin-top: 0;
  background-color: #ffffff;
}
.single-projects .footer__logo {
  display: none;
}
.single-projects .footer__logo--black {
  display: block;
}
.single-projects .footer__logo-secondary {
  display: none;
}
.single-projects .footer__logo-secondary--black {
  display: block;
}

.project-head {
  padding-top: 130px;
}
.project-head__link-back {
  border: 1px solid #ffffff;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 10px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 100px;
  display: block;
  margin-left: 20px;
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
}
@media only screen and (min-width: 1024px) {
  .project-head__link-back {
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
  }
  .project-head__link-back::after {
    -webkit-transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    z-index: -1;
  }
  .project-head__link-back svg {
    -webkit-transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    margin-right: 5px;
  }
  .project-head__link-back:hover {
    z-index: 1;
    color: #1d1d1d;
  }
  .project-head__link-back:hover::after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .project-head__link-back:hover svg line {
    stroke: #1d1d1d;
  }
  .project-head__link-back:hover svg path {
    stroke: #1d1d1d;
  }
}
.project-head__link-back span {
  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;
}
.project-head__link-back svg {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-right: 5px;
}
@media only screen and (min-width: 1024px) {
  .project-head__link-back {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}
.project-head__content {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 1024px) {
  .project-head__content {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 600px) {
  .project-head__content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.project-head__title, .project-head__country, .project-head__year {
  color: #ffffff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 3px;
}
.project-head__title {
  -webkit-transition: 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
}
.project-head__country {
  -webkit-transition: 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  transition: 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
}
@media only screen and (min-width: 600px) {
  .project-head__country {
    text-align: center;
  }
}
.project-head__year {
  -webkit-transition: 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
}
@media only screen and (min-width: 600px) {
  .project-head__year {
    text-align: right;
  }
}
.project-head__mask {
  margin: 10px;
}
.project-head__container-image {
  cursor: pointer;
  position: relative;
  padding-bottom: 60%;
  width: 100%;
  border-radius: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden;
  border-radius: 4px;
}
.project-head__image {
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}
.project-head--tadam .project-head__title {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.project-head--tadam .project-head__country {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.project-head--tadam .project-head__year {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.project-head--tadam .project-head__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%);
}
.project-head--tadam .project-head__image {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.project-head--tadam .project-head__link-back {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.project-similar {
  background-color: #ffffff;
  padding: 100px 0;
}
.project-similar__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}
@media only screen and (min-width: 1024px) {
  .project-similar__container {
    margin-left: auto;
    margin-right: auto;
  }
}
.project-similar__head-title {
  color: #1d1d1d;
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 26px;
  text-transform: none;
}
.project-similar__list-item-title {
  font-size: 12px;
  line-height: 1.2;
}
.project-similar a {
  position: absolute;
  pointer-events: all;
  height: 100%;
  width: calc(100vw - 40px);
  top: 0;
  left: 0;
  z-index: 11;
}
.project-similar tr {
  position: relative;
  font-size: 12px;
  line-height: 1.1;
  color: #1d1d1d;
}
.project-similar tr p {
  font-size: 12px;
  line-height: 1.1;
  color: #1d1d1d;
}
.project-similar thead {
  background-color: transparent;
}
.project-similar th {
  color: #747474;
  font-size: 8px;
  position: relative;
}
.project-similar td {
  pointer-events: none;
  position: relative;
}
.project-similar__card-container-image {
  display: none;
}
.project-similar--tadam .word-content {
  -webkit-transform: translateZ(0) translateY(0);
          transform: translateZ(0) translateY(0);
}

@media only screen and (min-width: 600px) {
  .project-head {
    padding-top: 200px;
  }

  .project-similar {
    padding: 100px 0;
  }
  .project-similar__container {
    padding-bottom: 150px;
  }
  .project-similar__head {
    padding: 0 8.33%;
  }
  .project-similar__head-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 100px;
  }
  .project-similar__list-item-title {
    font-size: 18px;
  }
  .project-similar tr {
    font-size: 14px;
  }
  .project-similar tr p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .project-head {
    padding-top: 300px;
  }
  .project-head__link-back {
    position: absolute;
    top: 20px;
    left: 20px;
    margin-left: 0;
  }
  .project-head__title, .project-head__country, .project-head__year {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .project-similar {
    padding: 115px 0 125px 0;
  }
  .project-similar__container {
    padding-bottom: 200px;
    border-bottom: 1px solid #b4b4b4;
  }
  .project-similar__head-title {
    margin-bottom: 120px;
    max-width: 500px;
  }
  .project-similar__list-item-title {
    font-size: 26px;
  }
  .project-similar__card-container-image {
    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;
    position: relative;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1);
  }
  .project-similar__card-image {
    opacity: 1;
    position: absolute;
    height: 250px;
    width: auto;
    border-radius: 4px;
    top: -120px;
  }
  .project-similar thead {
    pointer-events: none;
  }
  .project-similar td {
    -webkit-transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
    z-index: 2;
  }
  .project-similar td p {
    -webkit-transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
    z-index: 2;
  }
  .project-similar tr {
    display: grid;
    grid-template-columns: 1fr 5fr 5fr 1fr;
    position: relative;
  }
  .project-similar tr::after {
    z-index: 1;
    content: "";
    position: absolute;
    border-radius: 5px;
    left: -10px;
    top: -2px;
    width: calc(100% + 20px);
    height: calc(100% + 4px);
    -webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #1d1d1d;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  .project-similar tr:hover .project-similar__card-container-image {
    z-index: 1000;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1);
  }
  .project-similar tr:hover::after {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .project-similar tr:hover td {
    color: #ffffff !important;
  }
  .project-similar tr:hover td p {
    color: #ffffff !important;
  }
}
.page-template-tp-spontanious-application {
  background-color: #1d1d1d;
}
.page-template-tp-spontanious-application .header__item {
  color: #ffffff;
}
.page-template-tp-spontanious-application .cta__block {
  background-color: #1d1d1d;
}
.page-template-tp-spontanious-application .cta__block-left {
  color: #ffffff;
}
.page-template-tp-spontanious-application .cta__letter path {
  fill: #ffffff !important;
}
.page-template-tp-spontanious-application .cta__arrows line,
.page-template-tp-spontanious-application .cta__arrows path {
  stroke: #ffffff !important;
}

.spontanious-application {
  padding-top: 150px;
}
@media only screen and (min-width: 1024px) {
  .spontanious-application {
    padding-top: 300px;
    padding-bottom: 100px;
  }
}
.spontanious-application__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .spontanious-application__container {
    margin-left: auto;
    margin-right: auto;
  }
}
.spontanious-application__title {
  font-size: 18px;
  line-height: 24px;
  font-family: "swiss", Helvetica, Arial, sans-serif;
  color: #1d1d1d;
  font-weight: 500;
  color: #ffffff;
}
@media only screen and (min-width: 600px) {
  .spontanious-application__title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .spontanious-application__title {
    padding: 0 8.33%;
  }
}
.spontanious-application__container-head {
  padding-bottom: 15px;
}
@media only screen and (min-width: 1024px) {
  .spontanious-application__form {
    padding: 0 8.33%;
  }
}

.page-template-tp-culture {
  background-color: #1d1d1d;
}
.page-template-tp-culture .header__item {
  color: #ffffff;
}
.page-template-tp-culture .cta__arrows svg path,
.page-template-tp-culture .cta__arrows svg line {
  stroke: #1d1d1d;
}
.page-template-tp-culture .module-distinction {
  padding: 0 !important;
  background-color: #ffffff;
}
.page-template-tp-culture .module-distinction__number, .page-template-tp-culture .module-distinction__distinction-title, .page-template-tp-culture .module-distinction__distinction-paragraph, .page-template-tp-culture .module-distinction__title {
  color: #1d1d1d;
}
.page-template-tp-culture .module-distinction__distinction-item {
  border-bottom: 1px solid #1d1d1d;
}
.page-template-tp-culture .module-distinction__distinction-item:first-child {
  border-top: 1px solid #1d1d1d;
}

.culture-head {
  padding-top: 130px;
}
.culture-head__container-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 60%;
  border-radius: 4px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden;
}
.culture-head__image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  width: 100%;
}
.culture-head--tadam .culture-head__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%);
}
.culture-head--tadam .culture-head__image {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media only screen and (min-width: 600px) {
  .culture-head {
    padding-top: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  .culture-head {
    padding-top: 300px;
  }
}

.culture-details {
  background-color: #ffffff;
  padding-top: 50px;
}
.culture-details__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .culture-details__container {
    margin-left: auto;
    margin-right: auto;
  }
}
.culture-details__title {
  color: #1d1d1d;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1);
  transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1);
}
@media only screen and (min-width: 600px) {
  .culture-details__title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .culture-details__title {
    font-size: 26px !important;
    line-height: 32px !important;
    margin-bottom: 0;
  }
}
.culture-details__description {
  color: #1d1d1d;
  font-size: 14px;
  line-height: 19px;
  padding-bottom: 50px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}
@media only screen and (min-width: 600px) {
  .culture-details__grid {
    padding: 0 8.33%;
  }
}
@media only screen and (min-width: 1024px) {
  .culture-details__grid {
    padding: 0 8.33%;
    display: grid;
    grid-template-columns: 6fr 3fr;
    -webkit-column-gap: 8.33%;
       -moz-column-gap: 8.33%;
            column-gap: 8.33%;
  }
}
.culture-details--tadam .word-content {
  -webkit-transform: translateZ(0) translateY(0);
          transform: translateZ(0) translateY(0);
}
.culture-details--tadam .culture-details__title {
  opacity: 1;
}
.culture-details--tadam .culture-details__description {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media only screen and (min-width: 1024px) {
  .culture-details {
    padding-top: 100px;
  }
}

.culture-image {
  background-color: #ffffff;
}
.culture-image__container-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 60%;
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .culture-image__container-image {
    padding-bottom: 40%;
  }
}
.culture-image__image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.culture-image__description {
  font-size: 10px;
  line-height: 12px;
  color: #b4b4b4;
  width: 75%;
  margin-top: 10px;
  -webkit-transition: 0.5s ease 500ms;
  transition: 0.5s ease 500ms;
  opacity: 0;
}
@media only screen and (min-width: 600px) {
  .culture-image__description {
    width: 100%;
    max-width: 260px;
  }
}
@media only screen and (min-width: 1024px) {
  .culture-image__description {
    max-width: 236px;
    font-size: 12px;
    line-height: 14px;
  }
}
@media only screen and (min-width: 600px) {
  .culture-image {
    padding: 100px 0;
  }
}

.culture-event {
  overflow: hidden;
  background-color: #ffffff;
  padding-bottom: 50px;
}
.culture-event__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .culture-event__container {
    margin-left: auto;
    margin-right: auto;
  }
}
.culture-event__title {
  color: #1d1d1d;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 26px;
}
.culture-event__link {
  background-color: #ffffff;
  color: #1d1d1d;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 10px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1024px) {
  .culture-event__link {
    -webkit-transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
  }
  .culture-event__link:hover {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.culture-event__head {
  margin-bottom: 50px;
}
.culture-event__event-grid {
  border-top: 1px solid #1d1d1d;
}
.culture-event__event-text-large {
  display: none;
}
.culture-event__event-item {
  position: relative;
  border-bottom: 1px solid #1d1d1d;
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.culture-event__event-item:nth-of-type(1n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.culture-event__event-item:nth-of-type(2n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}
.culture-event__event-item:nth-of-type(3n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}
.culture-event__event-item:nth-of-type(4n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
.culture-event__event-item:nth-of-type(5n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.culture-event__event-item:nth-of-type(6n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.culture-event__event-item:nth-of-type(7n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.culture-event__event-item:nth-of-type(8n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
}
.culture-event__event-item:nth-of-type(9n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.culture-event__event-item:nth-of-type(10n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
}
.culture-event__event-item:nth-of-type(11n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.culture-event__event-item:nth-of-type(12n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
}
.culture-event__event-item:nth-of-type(13n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
.culture-event__event-item:nth-of-type(14n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s;
}
.culture-event__event-item:nth-of-type(15n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s;
}
.culture-event__event-item:nth-of-type(16n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}
.culture-event__event-item:nth-of-type(17n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s;
}
.culture-event__event-item:nth-of-type(18n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.7s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.7s;
}
.culture-event__event-item:nth-of-type(19n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s;
}
.culture-event__event-item:nth-of-type(20n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.9s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.9s;
}
.culture-event__event-item:nth-of-type(21n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
}
.culture-event__event-item:nth-of-type(22n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.1s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.1s;
}
.culture-event__event-item:nth-of-type(23n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.2s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.2s;
}
.culture-event__event-item:nth-of-type(24n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.3s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.3s;
}
.culture-event__event-item:nth-of-type(25n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.4s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.4s;
}
.culture-event__event-head {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.culture-event__event-head--opened .culture-event__icon-line-second {
  width: 0;
}
.culture-event__number {
  color: #1d1d1d;
  font-size: 12px;
  position: relative;
  z-index: 2;
}
.culture-event__event-text {
  padding-right: 20%;
  position: relative;
  z-index: 2;
}
.culture-event__event-name {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
}
.culture-event__event-paragraph {
  pointer-events: none;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 25%;
}
.culture-event__event-image {
  border-radius: 4px;
  width: 100%;
}
.culture-event__event-image--small {
  display: block;
  pointer-events: none;
}
.culture-event__event-image--large {
  display: none;
  pointer-events: none;
}
.culture-event__event-content {
  height: 0px;
  overflow: hidden;
}
.culture-event__container-icon {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 0;
  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-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.culture-event__icon {
  margin-top: 5px;
  -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;
}
.culture-event__icon-line {
  display: block;
  width: 12px;
  height: 1px;
  background-color: #1d1d1d;
}
.culture-event__icon-line-second {
  -webkit-transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
  transition: 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: #1d1d1d;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.culture-event .module-carousel {
  margin-bottom: 50px;
}
.culture-event--tadam .word-content {
  -webkit-transform: translateZ(0) translateY(0);
          transform: translateZ(0) translateY(0);
}
.culture-event--tadam .culture-event__event-item {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.module-carousel {
  overflow: hidden;
}
.module-carousel .flickity-viewport {
  overflow: visible;
}
.module-carousel__list {
  overflow: visible;
}
.module-carousel__grid-head {
  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: 40px;
}
@media only screen and (min-width: 1024px) {
  .module-carousel__grid-head {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .module-carousel__grid-head {
    padding-left: 8.33%;
    padding-right: 8.33%;
  }
}
.module-carousel__navigation {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.module-carousel__navigation-left {
  width: 40px;
  height: 40px;
  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;
  background-color: #1d1d1d;
  border-radius: 6px;
  margin-right: 5px;
}
.module-carousel__navigation-left svg {
  position: absolute;
}
.module-carousel__navigation-right {
  background-color: #1d1d1d;
  border-radius: 6px;
  width: 40px;
  height: 40px;
  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;
}
.module-carousel__navigation-right svg {
  position: absolute;
}

.jobs {
  padding-top: 50px;
}
.jobs__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .jobs__container {
    margin-left: auto;
    margin-right: auto;
  }
}
.jobs__title {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 26px;
}
@media only screen and (min-width: 600px) {
  .jobs__title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .jobs__title {
    max-width: 500px;
  }
}
.jobs__head {
  margin-bottom: 50px;
}
@media only screen and (min-width: 600px) {
  .jobs__head {
    margin-bottom: 50px;
    padding: 0 8.33%;
  }
}
@media only screen and (min-width: 1024px) {
  .jobs__head {
    margin-bottom: 100px;
    margin-top: 100px;
  }
}
.jobs__job-grid {
  border-top: 1px solid #ffffff;
}
.jobs__job-item {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #ffffff;
  display: grid;
  grid-template-columns: 1fr 3fr 2fr;
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.jobs__job-item:nth-of-type(1n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.jobs__job-item:nth-of-type(2n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}
.jobs__job-item:nth-of-type(3n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}
.jobs__job-item:nth-of-type(4n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
.jobs__job-item:nth-of-type(5n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.jobs__job-item:nth-of-type(6n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.jobs__job-item:nth-of-type(7n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.jobs__job-item:nth-of-type(8n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
}
.jobs__job-item:nth-of-type(9n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.jobs__job-item:nth-of-type(10n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
}
.jobs__job-item:nth-of-type(11n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.jobs__job-item:nth-of-type(12n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
}
.jobs__job-item:nth-of-type(13n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
.jobs__job-item:nth-of-type(14n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s;
}
.jobs__job-item:nth-of-type(15n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s;
}
.jobs__job-item:nth-of-type(16n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}
.jobs__job-item:nth-of-type(17n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s;
}
.jobs__job-item:nth-of-type(18n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.7s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.7s;
}
.jobs__job-item:nth-of-type(19n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s;
}
.jobs__job-item:nth-of-type(20n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.9s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.9s;
}
.jobs__job-item:nth-of-type(21n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
}
.jobs__job-item:nth-of-type(22n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.1s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.1s;
}
.jobs__job-item:nth-of-type(23n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.2s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.2s;
}
.jobs__job-item:nth-of-type(24n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.3s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.3s;
}
.jobs__job-item:nth-of-type(25n) {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.4s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.4s;
}
@media only screen and (min-width: 600px) {
  .jobs__job-item {
    grid-template-columns: 1fr 6fr 1fr;
  }
}
.jobs__number {
  color: #ffffff;
  font-size: 12px;
  position: relative;
  z-index: 2;
}
.jobs__job-name {
  font-size: 14px;
  line-height: 16px;
  padding-right: 20px;
  color: #ffffff;
}
@media only screen and (min-width: 600px) {
  .jobs__job-name {
    font-size: 18px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 1024px) {
  .jobs__job-name {
    font-size: 26px;
    margin-bottom: 0;
  }
}
.jobs__container-link {
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.jobs__link {
  border: 1px solid #ffffff;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 10px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (min-width: 1024px) {
  .jobs__link {
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
  }
  .jobs__link::after {
    -webkit-transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    z-index: -1;
  }
  .jobs__link svg {
    -webkit-transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    margin-right: 5px;
  }
  .jobs__link:hover {
    z-index: 1;
    color: #1d1d1d;
  }
  .jobs__link:hover::after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .jobs__link:hover svg line {
    stroke: #1d1d1d;
  }
  .jobs__link:hover svg path {
    stroke: #1d1d1d;
  }
}
.jobs--tadam .word-content {
  -webkit-transform: translateZ(0) translateY(0);
          transform: translateZ(0) translateY(0);
}
.jobs--tadam .jobs__job-item {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media only screen and (min-width: 600px) {
  .culture-event__head {
    margin-bottom: 50px;
    padding: 0 8.33%;
  }
  .culture-event__title {
    font-size: 26px;
    line-height: 32px;
  }
  .culture-event__event-item {
    position: relative;
    border-bottom: 1px solid #1d1d1d;
  }
  .culture-event__event-head {
    display: grid;
    grid-template-columns: 1fr 7fr;
    padding: 20px 0;
  }
  .culture-event__event-head--opened .culture-event__event-paragraph {
    opacity: 1;
    -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1) 300ms;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1) 300ms;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .culture-event__event-text {
    padding-right: 30px;
  }
  .culture-event__event-name {
    font-size: 18px;
    line-height: 21px;
    width: calc(50% - 20px);
  }
  .culture-event__event-job {
    width: calc(50% - 20px);
  }
  .culture-event__event-paragraph {
    margin-right: 20px;
    margin-left: 12.5%;
    max-width: 800px;
  }
  .culture-event__event-content {
    position: relative;
    overflow: hidden;
  }
  .culture-event__event-image {
    border-radius: 4px;
    width: 50%;
    position: absolute;
    bottom: -21px;
    right: 0;
    opacity: 0;
    -webkit-transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1) 300ms;
    transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1) 300ms;
  }
}
@media only screen and (min-width: 1024px) {
  .culture-event {
    padding-bottom: 100px;
  }
  .culture-event__head {
    margin-bottom: 100px;
  }
  .culture-event__title {
    max-width: 500px;
  }
  .culture-event__event-item {
    position: relative;
    z-index: 1;
    cursor: pointer;
  }
  .culture-event__event-item:hover .culture-event__container-icon {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  .culture-event__event-item:hover .culture-event__container-icon {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  .culture-event__event-item:hover .culture-event__container-anim {
    z-index: 1000;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1);
  }
  .culture-event__container-anim {
    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;
    position: relative;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1);
  }
  .culture-event__container-anim-image {
    border-radius: 4px;
    position: absolute;
    overflow: hidden;
    padding-bottom: 250px;
    width: 350px;
    top: -150px;
  }
  .culture-event__anim-image {
    position: absolute;
    width: 100%;
    height: 105%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
  .culture-event__event-head {
    padding: 30px 0;
  }
  .culture-event__event-head--opened .culture-event__container-anim {
    opacity: 0 !important;
  }
  .culture-event__event-name {
    width: 100%;
    font-size: 26px;
    margin-bottom: 0;
  }
  .culture-event__event-job {
    width: 100%;
    text-align: right;
  }
  .culture-event__container-event-image {
    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;
    position: relative;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 1s cubic-bezier(0.34, 0.7, 0.27, 1);
  }
  .culture-event__event-image-large {
    opacity: 1;
    position: absolute;
    height: 300px;
    width: auto;
    border-radius: 4px;
    top: -150px;
  }
  .culture-event__event-text-large {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .culture-event__container-icon {
    -webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    top: 33px;
  }
  .culture-event .small {
    display: none;
  }
  .culture-event__event-paragraph {
    padding-top: 50px;
  }
  .culture-event .module-carousel__navigation-left {
    -webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .culture-event .module-carousel__navigation-left:hover {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .culture-event .module-carousel__navigation-right {
    -webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .culture-event .module-carousel__navigation-right:hover {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.single-emplois {
  background-color: #1d1d1d;
}
.single-emplois .header__item {
  color: #ffffff;
}
.single-emplois .cta__block {
  background-color: #1d1d1d;
}
.single-emplois .cta__block-left {
  color: #ffffff;
}
.single-emplois .cta__letter path {
  fill: #ffffff !important;
}
.single-emplois .cta__arrows line,
.single-emplois .cta__arrows path {
  stroke: #ffffff !important;
}

.single-head {
  padding-top: 130px;
}
.single-head__link-back {
  border: 1px solid #ffffff;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 10px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 100px;
  display: block;
  margin-left: 20px;
}
@media only screen and (min-width: 1024px) {
  .single-head__link-back {
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
  }
  .single-head__link-back::after {
    -webkit-transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    z-index: -1;
  }
  .single-head__link-back svg {
    -webkit-transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
    margin-right: 5px;
  }
  .single-head__link-back:hover {
    z-index: 1;
    color: #1d1d1d;
  }
  .single-head__link-back:hover::after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .single-head__link-back:hover svg line {
    stroke: #1d1d1d;
  }
  .single-head__link-back:hover svg path {
    stroke: #1d1d1d;
  }
}
.single-head__link-back span {
  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;
}
.single-head__link-back svg {
  -webkit-transition: 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  margin-right: 5px;
}
@media only screen and (min-width: 600px) {
  .single-head {
    padding-top: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  .single-head {
    padding-top: 300px;
  }
  .single-head__link-back {
    position: absolute;
    top: 20px;
    left: 20px;
    margin-left: 0;
  }
}
.single-head__grid-head {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .single-head__grid-head {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .single-head__grid-head {
    padding: 0;
  }
}
.single-head__title {
  font-size: 18px;
  line-height: 24px;
  font-family: "swiss", Helvetica, Arial, sans-serif;
  color: #1d1d1d;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
}
@media only screen and (min-width: 600px) {
  .single-head__title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .single-head__title {
    padding: 0 8.33%;
    font-size: 46px;
    margin-bottom: 40px;
  }
}
.single-head__container-head {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
}
.single-head__grid-mid {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 1024px) {
  .single-head__grid-mid {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 600px) {
  .single-head__grid-mid {
    display: grid;
    grid-template-columns: 6fr 2fr;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .single-head__grid-mid {
    grid-template-columns: 10fr 2fr;
  }
}
.single-head__grid-mid-first {
  width: 100%;
  position: relative;
}
.single-head__grid-mid-first::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.single-head__grid-mid-second {
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 15px;
  margin-top: 15px;
}
.single-head__grid-mid-second-title {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.single-head__grid-mid-second-link {
  background-color: #ffffff;
  color: #1d1d1d;
  border-radius: 4px;
  padding: 8px 6px 6px 6px;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
  width: 100%;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .single-head__grid-mid-second {
    margin-top: 0;
  }
}
.single-head__grid-bottom {
  margin-top: 30px;
  margin-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .single-head__grid-bottom {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .single-head__grid-bottom {
    padding: 0 8.33%;
    display: grid;
    grid-template-columns: 6fr 3fr;
    -webkit-column-gap: 8.33%;
       -moz-column-gap: 8.33%;
            column-gap: 8.33%;
    margin-bottom: 150px;
  }
}
.single-head__grid-bottom-title {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 600px) {
  .single-head__grid-bottom-title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .single-head__grid-bottom-title {
    font-size: 26px !important;
    line-height: 32px !important;
    margin-bottom: 0;
  }
}
.single-head__grid-bottom-description {
  color: #ffffff;
  font-size: 14px;
  line-height: 19px;
  padding-bottom: 50px;
}
.single-head__grid-content {
  border-top: 1px solid #ffffff;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .single-head__grid-content {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .single-head__grid-content {
    margin: 0 20% 0 8.33%;
    padding: 30px 0;
  }
}
.single-head__grid-content h1 {
  font-size: 45px;
  line-height: 45px;
}
@media only screen and (min-width: 1024px) {
  .single-head__grid-content h1 {
    font-size: 60px;
    line-height: 60px;
  }
}
.single-head__grid-content h2 {
  font-size: 40px;
  line-height: 40px;
}
@media only screen and (min-width: 1024px) {
  .single-head__grid-content h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
.single-head__grid-content h3 {
  font-size: 30px;
  line-height: 30px;
}
@media only screen and (min-width: 1024px) {
  .single-head__grid-content h3 {
    font-size: 40px;
    line-height: 40px;
  }
}
.single-head__grid-content h4 {
  font-size: 20px;
  line-height: 20px;
}
@media only screen and (min-width: 1024px) {
  .single-head__grid-content h4 {
    font-size: 30px;
    line-height: 30px;
  }
}
.single-head__grid-content h5 {
  font-size: 18px;
  line-height: 18px;
}
@media only screen and (min-width: 1024px) {
  .single-head__grid-content h5 {
    font-size: 20px;
    line-height: 20px;
  }
}
.single-head__grid-content h1,
.single-head__grid-content h2,
.single-head__grid-content h3,
.single-head__grid-content h4,
.single-head__grid-content h5,
.single-head__grid-content h6 {
  text-transform: initial;
  color: #ffffff;
  font-weight: 400 !important;
}
.single-head__grid-content ul {
  padding-left: 20px;
  list-style: none !important;
}
.single-head__grid-content ul li {
  position: relative;
  word-break: break-word;
  font-size: 16px;
  line-height: 20px;
}
.single-head__grid-content ul li:before {
  position: absolute;
  left: -10px;
  top: 10px;
  display: inline-block;
  content: "";
  height: 1px;
  width: 5px;
  background-color: #ffffff;
}
@media only screen and (min-width: 1024px) {
  .single-head__grid-content ul li {
    font-size: 18px;
    line-height: 22px;
  }
  .single-head__grid-content ul li:before {
    top: 11px;
  }
}
.single-head__grid-content ol {
  padding-left: 40px;
  list-style: auto !important;
}
.single-head__grid-content ol li {
  word-break: break-word;
  font-size: 16px;
  line-height: 20px;
}
.single-head__grid-content ol li::marker {
  color: #ffffff;
  font-weight: 500;
}
@media only screen and (min-width: 1024px) {
  .single-head__grid-content ol li {
    font-size: 18px;
    line-height: 22px;
  }
}
.single-head__grid-content p,
.single-head__grid-content ul,
.single-head__grid-content ol {
  color: #ffffff;
}
.single-head__grid-content p {
  margin: 0 !important;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 1024px) {
  .single-head__grid-content p {
    font-size: 18px;
    line-height: 22px;
  }
}
.single-head__grid-content figure {
  margin: 5px;
}
.single-head__grid-content a {
  text-decoration: underline;
}
.single-head__grid-content .button,
.single-head__grid-content a {
  color: #ffffff;
}
.single-head__grid-content .button mark,
.single-head__grid-content a mark {
  color: #ffffff !important;
}
.single-head__grid-content .aligncenter {
  margin: auto;
}
.single-head__grid-content .alignright {
  float: right;
  padding-left: 50px;
}
.single-head__grid-content .alignleft {
  float: left;
  padding-right: 50px;
}

.single-form {
  margin-top: 100px;
  margin-bottom: 100px;
}
.single-form__container {
  border-top: 1px solid #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .single-form__container {
    margin-left: auto;
    margin-right: auto;
  }
}
.single-form__title {
  margin-top: 100px;
  font-size: 18px;
  line-height: 24px;
  font-family: "swiss", Helvetica, Arial, sans-serif;
  color: #1d1d1d;
  font-weight: 500;
  color: #ffffff;
}
@media only screen and (min-width: 600px) {
  .single-form__title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .single-form__form {
    padding: 0 8.33%;
  }
}
.single-form__form .job_name {
  pointer-events: none;
}

@media print {
  @page {
    size: portrait;
  }
  *,
*::before,
*::after {
    color: #000 !important;
  }

  body {
    max-width: 670px;
  }

  html {
    font-size: 10px !important;
  }
}
html {
  overflow-x: hidden;
}

.has-scroll-smooth {
  overflow: hidden;
}
.has-scroll-smooth body {
  overflow: hidden;
}

a:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

a,
input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

[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(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
}

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

@media only screen and (max-width: 1024px) {
  [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;
}
/*# sourceMappingURL=main.css.map */
