/* COLORS */
/* BREAK POINTS */
/* SETTINGS */
.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
}

#page {
  margin-top: 60px;
}
@media (min-width: 1024px) {
  #page {
    margin-top: 70px;
  }
}

h1 {
  font-size: 24px;
  color: #000000;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 30px;
  margin-top: 0;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 40px;
    margin-bottom: 50px;
  }
}

h2 {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 30px;
  margin-top: 0;
}
@media (min-width: 1024px) {
  h2 {
    font-size: 40px;
    margin-bottom: 50px;
  }
}

h3 {
  font-size: 16px;
  color: #000000;
  line-height: 120%;
  margin-bottom: 30px;
  margin-top: 0;
}
@media (min-width: 1024px) {
  h3 {
    font-size: 24px;
    margin-bottom: 50px;
  }
}

p {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  line-height: 140%;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  p {
    font-size: 16px;
  }
}

.slider-arrows button {
  background-color: #a01441;
  border-radius: 50%;
  border: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 50%;
}
.slider-arrows button.prev {
  transform: rotate(180deg);
  left: -15px;
}
@media (min-width: 1024px) {
  .slider-arrows button.prev {
    left: -25px;
  }
}
.slider-arrows button.next {
  right: -10px;
}
@media (min-width: 1024px) {
  .slider-arrows button.next {
    right: -5px;
  }
}
.slider-arrows button svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
  fill: #ffffff;
}

.slick-dots {
  display: none !important;
}
@media (min-width: 1024px) {
  .slick-dots {
    list-style: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 30px auto;
    display: flex !important;
  }
}
.slick-dots li {
  margin: 0 5px;
  display: flex;
}
@media (min-width: 1024px) {
  .slick-dots li {
    margin: 0 10px;
  }
}
.slick-dots li.slick-active button {
  background-color: #a01441;
}
.slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
}

/* BUTTONS */
.btn {
  display: inline-flex;
  align-content: center;
  justify-content: center;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  padding: 0 40px !important;
  transition: 0.1s ease-in-out;
  font-family: "Montserrat", sans-serif !important;
  border-radius: 10px !important;
  font-weight: bold;
  text-align: center;
  border: none !important;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 1441px) {
  .btn {
    font-size: 16px;
  }
}
.btn:focus,
.btn:visited,
.btn:hover {
  color: #ffffff;
}
.btn.red {
  background-color: #a01441;
}
.btn.blue {
  background-color: #2640b7;
}
.btn.yellow {
  background-color: #feae03;
  color: #000000;
}
.btn.white {
  background-color: #ffffff;
  color: #000000;
}

header.site-header {
  background-color: #eeeeee;
  padding: 0 5%;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}
header.site-header .header-container {
  display: flex;
  justify-content: space-between;
  height: 60px;
  align-items: center;
}
@media (min-width: 1024px) {
  header.site-header .header-container {
    height: 70px;
  }
}
header.site-header .header-container .logos {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (min-width: 1024px) {
  header.site-header .header-container .logos {
    gap: 40px;
  }
}
header.site-header .header-container .logos .logo {
  display: block;
}
header.site-header .header-container .logos .logo:first-child img {
  max-height: 16px;
}
@media (min-width: 380px) {
  header.site-header .header-container .logos .logo:first-child img {
    max-height: 20px;
  }
}
@media (min-width: 1024px) {
  header.site-header .header-container .logos .logo:first-child img {
    max-height: 30px;
  }
}
header.site-header .header-container .logos .logo img {
  max-height: 20px;
}
@media (min-width: 380px) {
  header.site-header .header-container .logos .logo img {
    max-height: 30px;
  }
}
@media (min-width: 1024px) {
  header.site-header .header-container .logos .logo img {
    max-height: 48px;
  }
}
header.site-header .header-container .mobile-navigation {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 1024px) {
  header.site-header .header-container .mobile-navigation {
    display: none;
  }
}
header.site-header .header-container .mobile-navigation .btn-small {
  background: #a01441;
  color: #ffffff;
  height: 36px;
  font-weight: 700;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  flex-shrink: 0;
  border-radius: 3px;
  text-decoration: none;
}
header.site-header .header-container .mobile-navigation .btn-small:hover {
  color: #ffffff;
}
header.site-header .header-container .mobile-navigation #nav-toggle {
  cursor: pointer;
  padding: 10px 20px 16px 0;
  z-index: 10001;
  position: relative;
}
header.site-header .header-container .mobile-navigation #nav-toggle span {
  border-radius: 1px;
  height: 4px;
  width: 21px;
  background: #000000;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
header.site-header .header-container .mobile-navigation #nav-toggle span.grey {
  background-color: #231f20;
}
header.site-header
  .header-container
  .mobile-navigation
  #nav-toggle
  span.grey:before,
header.site-header
  .header-container
  .mobile-navigation
  #nav-toggle
  span.grey:after {
  background-color: #231f20;
}
header.site-header .header-container .mobile-navigation #nav-toggle span:before,
header.site-header .header-container .mobile-navigation #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 4px;
  width: 21px;
  background: #000000;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
header.site-header
  .header-container
  .mobile-navigation
  #nav-toggle
  span:before {
  top: -8px;
}
header.site-header .header-container .mobile-navigation #nav-toggle span:after {
  bottom: -8px;
}
header.site-header
  .header-container
  .mobile-navigation
  #nav-toggle.active
  span {
  background-color: transparent;
}
header.site-header
  .header-container
  .mobile-navigation
  #nav-toggle.active
  span:before,
header.site-header
  .header-container
  .mobile-navigation
  #nav-toggle.active
  span:after {
  top: 0;
}
header.site-header
  .header-container
  .mobile-navigation
  #nav-toggle.active
  span:before {
  transform: rotate(45deg);
}
header.site-header
  .header-container
  .mobile-navigation
  #nav-toggle.active
  span:after {
  transform: rotate(-45deg);
}
header.site-header .header-container #site-navigation {
  display: none;
}
@media (min-width: 1024px) {
  header.site-header .header-container #site-navigation {
    display: flex;
    justify-content: flex-end;
    height: 100%;
  }
}
header.site-header .header-container #site-navigation #primary-menu {
  display: flex;
  height: 100%;
}
@media (min-width: 1024px) {
  header.site-header .header-container #site-navigation #primary-menu {
    display: flex;
    justify-content: flex-end;
  }
}
header.site-header .header-container #site-navigation #primary-menu li {
  height: 100%;
}
header.site-header .header-container #site-navigation #primary-menu li a {
  color: #000000;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 15px;
  transition: 0.15s ease-in-out;
  font-weight: 500;
}
header.site-header .header-container #site-navigation #primary-menu li a:hover {
  background-color: #a01441;
  color: #ffffff;
}
header.site-header .mobile-nav {
  background-color: #ffffff;
  position: absolute;
  left: 100%;
  transition: all 0.2s ease-in-out;
  top: 60px;
  width: 100%;
  border-radius: 0 0 0 20px;
}
@media (min-width: 1024px) {
  header.site-header .mobile-nav {
    display: none;
  }
}
header.site-header .mobile-nav ul {
  width: 100%;
  margin: 0;
  padding: 30px;
  list-style: none;
}
header.site-header .mobile-nav ul li {
  width: 100%;
}
header.site-header .mobile-nav ul li:nth-child(4n) a:after {
  content: url(../svg/red.svg);
  width: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
header.site-header .mobile-nav ul li a {
  padding: 20px;
  width: auto;
  text-align: center;
  display: inline-flex;
  color: #000000;
  text-decoration: none;
  position: relative;
}
header.site-header .mobile-nav.show {
  left: 30%;
}

footer.site-footer {
  padding: 50px 5%;
}
footer.site-footer .copy {
  margin-top: 50px;
  text-align: center;
}
@media (min-width: 1024px) {
  footer.site-footer .copy {
    text-align: left;
  }
}
footer.site-footer .copy p {
  margin: 0;
}
footer.site-footer .footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  footer.site-footer .footer-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
footer.site-footer .footer-container .logos {
  display: flex;
  gap: 40px;
  align-items: center;
}
footer.site-footer .footer-container .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
@media (min-width: 1024px) {
  footer.site-footer .footer-container .menu {
    flex-direction: row;
  }
}
footer.site-footer .footer-container .menu p {
  margin: 50px 0 10px;
  line-height: 1;
  display: flex;
  align-items: center;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1024px) {
  footer.site-footer .footer-container .menu p {
    margin: 0;
  }
}
footer.site-footer .footer-container .menu li a {
  color: #000000;
  text-decoration: none;
  font-size: 14px;
}
@media (min-width: 1024px) {
  footer.site-footer .footer-container .menu li a {
    font-size: 16px;
  }
}

section.section {
  padding: 50px 5%;
}
section.section.text a {
  color: #a01441;
  font-weight: bold;
  text-decoration: none;
}
section.section.thanks {
  background-color: #a01441;
}
section.section.thanks .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  section.section.thanks .container {
    align-items: flex-start;
  }
}
section.section.thanks .container p,
section.section.thanks .container h1,
section.section.thanks .container h2,
section.section.thanks .container h3,
section.section.thanks .container p {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 1024px) {
  section.section.thanks .container p,
  section.section.thanks .container h1,
  section.section.thanks .container h2,
  section.section.thanks .container h3,
  section.section.thanks .container p {
    text-align: left;
  }
}
section.section.enter {
  padding: 0 0 50px;
  background-color: #eeeeee;
}
@media (min-width: 1024px) {
  section.section.enter {
    padding: 50px 5%;
  }
}
section.section.enter .container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (min-width: 1024px) {
  section.section.enter .container {
    flex-direction: row;
    gap: 80px;
  }
}
section.section.enter .container .enter-images {
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  section.section.enter .container .enter-images--mobile {
    display: none;
  }
}
section.section.enter .container .enter-images--desktop {
  display: none;
}
@media (min-width: 1024px) {
  section.section.enter .container .enter-images--desktop {
    display: flex;
  }
}
section.section.enter .container .enter-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 5%;
}
@media (min-width: 1024px) {
  section.section.enter .container .enter-caption {
    text-align: left;
    padding: 0;
    align-items: flex-start;
  }
}
section.section.enter .container .enter-caption img {
  margin-bottom: 30px;
}
section.section.enter .container .enter-caption h2 {
  display: inline-flex;
  text-align: center;
}
@media (min-width: 1024px) {
  section.section.enter .container .enter-caption h2 {
    text-align: left;
    display: inline-flex;
    width: 100%;
  }
}
section.section.enter .container .enter-caption p a {
  color: #a01441;
  font-weight: bold;
  text-decoration: none;
}
section.section.benefits {
  background-color: #eeeeee;
}
section.section.benefits .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  section.section.benefits .container {
    gap: 50px;
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  section.section.benefits .container .btn.mobile {
    display: none;
  }
}
section.section.benefits .container .btn.desktop {
  display: none;
}
@media (min-width: 1024px) {
  section.section.benefits .container .btn.desktop {
    display: inline-flex;
  }
}
section.section.benefits .container .benefits-caption {
  text-align: center;
}
@media (min-width: 1024px) {
  section.section.benefits .container .benefits-caption {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
section.section.benefits .container .benefits-caption p a {
  color: #a01441;
  font-weight: bold;
  text-decoration: none;
}
section.section.benefits .container .benefits-grid {
  flex-shrink: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  section.section.benefits .container .benefits-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    margin-bottom: 0;
  }
}
section.section.benefits .container .benefits-grid--wrap {
  display: flex;
  width: 100%;
  height: 195px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
  box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  transition: all 0.15s ease-in-out;
  text-align: center;
  font-weight: bold;
  gap: 30px;
  padding: 15px;
}
@media (min-width: 400px) {
  section.section.benefits .container .benefits-grid--wrap {
    width: 180px;
  }
}
section.section.benefits .container .benefits-grid--wrap:hover {
  box-shadow: none;
}
section.section.benefits .container .benefits-grid--wrap p {
  margin: 0;
  font-weight: 700;
}
section.section.benefits .container .benefits-grid--wrap img {
  width: 60px;
  height: 60px;
}
section.section.benefits .container .benefits-grid--item {
  display: flex;
  justify-content: center;
  text-decoration: none;
}
section.section.benefits .container .benefits-grid--item:nth-child(even) {
  justify-content: flex-start;
}
section.section.benefits .container .benefits-grid--item:nth-child(odd) {
  justify-content: flex-end;
}
section.section#form {
  padding: 0;
}
@media (min-width: 1024px) {
  section.section#form {
    padding: 50px 5%;
  }
}
section.section#form .container {
  background-color: #a01441;
  padding: 50px 5%;
}
@media (min-width: 1024px) {
  section.section#form .container {
    background-color: transparent;
    border-radius: 20px;
    background-image: url(../img/profesia2.png);
    background-size: cover;
    background-position: center right;
    padding: 0;
  }
}
section.section#form .container h2 {
  text-align: center;
}
@media (min-width: 1024px) {
  section.section#form .container h2 {
    text-align: left;
  }
}
section.section#form .container .form-wrap {
  background-color: #a01441;
  width: 100%;
}
@media (min-width: 1024px) {
  section.section#form .container .form-wrap {
    width: 50%;
    border-radius: 20px;
    padding: 70px;
  }
}
section.section#form .container .form-wrap h2 {
  color: #ffffff;
}
section.section#form .container .form-wrap .form .wpcf7-response-output {
  border-color: #ffffff;
  border-radius: 10px;
  color: #ffffff;
  font-size: 12px;
  padding: 10px;
}
section.section#form .container .form-wrap .form p {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  section.section#form .container .form-wrap .form p {
    align-items: flex-start;
  }
}
section.section#form .container .form-wrap .form p .wpcf7-spinner {
  display: none;
}
section.section#form .container .form-wrap .form p .wpcf7-text {
  height: 57px;
  line-height: 57px;
  border: none;
  padding: 0 30px;
  border-radius: 10px;
  margin-bottom: 20px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  color: #555555;
  font-size: 16px;
  font-weight: 500;
}
section.section#form
  .container
  .form-wrap
  .form
  p
  .wpcf7-text::-moz-placeholder {
  color: #555555;
}
section.section#form .container .form-wrap .form p .wpcf7-text::placeholder {
  color: #555555;
}
section.section#form .container .form-wrap .form p [data-name="acceptance"] {
  text-align: left;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  section.section#form .container .form-wrap .form p [data-name="acceptance"] {
    margin-bottom: 50px;
  }
}
section.section#form
  .container
  .form-wrap
  .form
  p
  [data-name="acceptance"]
  INPUT[type="checkbox"]:focus {
  outline: 1px solid rgba(0, 0, 0, 0.2);
}
section.section#form
  .container
  .form-wrap
  .form
  p
  [data-name="acceptance"]
  INPUT[type="checkbox"] {
  background-color: #ffffff;
  border-radius: 2px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
  top: 0;
  display: block;
  flex-shrink: 0;
}
@media screen and (min-width: 760px) {
  section.section#form
    .container
    .form-wrap
    .form
    p
    [data-name="acceptance"]
    INPUT[type="checkbox"] {
    width: 16px;
    height: 16px;
  }
}
section.section#form
  .container
  .form-wrap
  .form
  p
  [data-name="acceptance"]
  INPUT[type="checkbox"]:checked {
  background-color: #a01441;
  background-size: contain;
  background: #a01441
    url("data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==")
    3px 3px no-repeat;
}
section.section#form
  .container
  .form-wrap
  .form
  p
  [data-name="acceptance"]
  .wpcf7-acceptance {
  width: 100%;
}
section.section#form
  .container
  .form-wrap
  .form
  p
  [data-name="acceptance"]
  .wpcf7-not-valid-tip {
  top: 35px;
  max-width: 100% !important;
  width: 100%;
  bottom: unset !important;
  text-align: left !important;
}
@media (min-width: 484px) {
  section.section#form
    .container
    .form-wrap
    .form
    p
    [data-name="acceptance"]
    .wpcf7-not-valid-tip {
    top: 20px;
  }
}
section.section#form
  .container
  .form-wrap
  .form
  p
  [data-name="acceptance"]
  .wpcf7-list-item {
  margin: 0;
}
section.section#form
  .container
  .form-wrap
  .form
  p
  [data-name="acceptance"]
  .wpcf7-list-item
  label {
  margin-bottom: 0;
}
section.section#form
  .container
  .form-wrap
  .form
  p
  [data-name="acceptance"]
  .wpcf7-not-valid-tip {
  top: unset !important;
  bottom: -16px;
  max-width: 52%;
}
section.section#form .container .form-wrap .form p [data-name="acceptance"] a {
  color: #ffffff;
  font-weight: bold;
}
section.section#form
  .container
  .form-wrap
  .form
  p
  [data-name="acceptance"]
  .wpcf7-not-valid-tip {
  top: 28px;
  right: 0;
  left: 0;
  text-align: center;
}
section.section#form
  .container
  .form-wrap
  .form
  p
  [data-name="acceptance"]
  .wpcf7-acceptance
  .wpcf7-list-item
  > label {
  display: flex;
}
section.section#form
  .container
  .form-wrap
  .form
  p
  [data-name="acceptance"]
  .wpcf7-acceptance
  .wpcf7-list-item-label {
  font-size: 12px;
  color: #ffffff;
}
section.section#form .container .form-wrap .form p .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  color: #ffffff;
}
section.section#form .container .form-wrap .form p select {
  display: none;
}
section.section#form .container .form-wrap .form p .wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
}
.form-wrap .form .wpcf7-submit {
  display: inline-block;
  font-weight: 600;
  border-radius: 50px;
  padding: 15px 0;
  box-shadow: 0px 3px 11px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.2s ease-in-out;
  font-size: 16px;
  text-align: center;
  border: none;
  cursor: pointer;
  margin-top: 15px;
}

.form-wrap .form .wpcf7-submit[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 50 50'%3E%3Ccircle cx='25' cy='25' r='20' fill='none' stroke='%23888' stroke-width='5' stroke-linecap='round' stroke-dasharray='80,150' style='transform-origin:center;animation:spin 0.8s linear infinite'/%3E%3Cstyle%3E@keyframes spin%7Bto%7Btransform:rotate(360deg)%7D%7D%3C/style%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  background-size: 20px;
}
section.section#form .container .form-wrap .form p #file1 {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  margin-right: 40px;
  text-align: left;
}
section.section#form .container .form-wrap .form p .filelabel {
  width: 100%;
  max-width: 100%;
  padding: 0 30px;
  height: 57px;
  line-height: 57px;
  border: none;
  border-radius: 10px;
  background-color: white;
  cursor: pointer;
  text-align: left;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  color: #555555;
  font-size: 16px;
}
section.section#form .container .form-wrap .form p .filelabel:after {
  content: url("../svg/file.svg");
  position: absolute;
  width: 18px;
  height: 18px;
  top: 8px;
  right: 30px;
}
section.section#form .container .form-wrap .form p .select-selected {
  margin-bottom: 20px;
  padding: 0 30px;
  height: 57px;
  line-height: 57px;
  border: none;
  border-radius: 10px;
  max-width: 100%;
  color: #555555;
  font-family: "Montserrat", sans-serif;
  background-color: #ffffff;
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  white-space: nowrap;
  font-size: 16px;
}
section.section#form .container .form-wrap .form p .select-selected:after {
  content: " ";
  background: url("../svg/prof-arr.svg");
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  background-size: cover;
}
section.section#form .container .form-wrap .form p .select-items div,
section.section#form .container .form-wrap .form p .select-selected {
  color: #555555;
  padding: 14px 20px;
  cursor: pointer;
  text-align: left;
  font-size: 16px;
  width: 100%;
}
section.section#form .container .form-wrap .form p .select-items {
  position: absolute;
  z-index: 99;
  font-size: 14px;
  background-color: #ffffff;
  text-align: left;
  min-width: 100%;
  top: 60px !important;
  border: none;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  max-height: 400px;
  overflow-y: scroll;
  border-radius: 0.25rem;
  padding: 0.5rem 0;
}
section.section#form .container .form-wrap .form p .select-hide {
  display: none;
}
section.section#form .container .form-wrap .form p .select-items div:hover,
section.section#form .container .form-wrap .form p .same-as-selected {
  background-color: #f0f0f0;
}
section.section#statut {
  background-color: #eeeeee;
}
section.section#statut .container {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  section.section#statut .container {
    text-align: left;
    align-items: flex-start;
  }
}
section.section#jobs {
  background-color: #feae03;
}
section.section#jobs .container {
  position: relative;
}
section.section#jobs .container.buttons {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  section.section#jobs .container.buttons {
    margin-top: 50px;
  }
}
section.section#jobs .container h2 {
  text-align: center;
}
@media (min-width: 1024px) {
  section.section#jobs .container h2 {
    text-align: left;
  }
}
section.section#jobs .container .jobs-slider .job-item {
  border-radius: 25px;
  padding: 35px 35px 65px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out;
  display: block;
  text-decoration: none;
  position: relative;
  margin: 0 10px;
}
@media (min-width: 1024px) {
  section.section#jobs .container .jobs-slider .job-item {
    margin: 0 20px 0 0;
  }
}
section.section#jobs .container .jobs-slider .job-item--header {
  display: flex;
}
section.section#jobs .container .jobs-slider .job-item--header .right {
  padding-left: 20px;
}
section.section#jobs
  .container
  .jobs-slider
  .job-item--header
  .right
  .job-title {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 12px;
  font-weight: 700;
  min-height: 80px;
}
section.section#jobs
  .container
  .jobs-slider
  .job-item--header
  .right
  .job-division {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600;
  color: #a01441;
  min-height: 30px;
}
section.section#jobs .container .jobs-slider .job-item--header .job-icon {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background-position: center center !important;
}
section.section#jobs .container .jobs-slider .job-item .bonus {
  position: absolute;
  width: 130px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  bottom: 0;
  right: 0;
  border-radius: 25px 0 25px 0;
  background-color: #1c42be;
}
section.section#jobs .container .jobs-slider .job-item .bonus span {
  position: relative;
  z-index: 10;
  color: #ffffff;
  display: block;
  line-height: 20px;
}
section.section#jobs .container .jobs-slider .job-item .bonus span.title {
  font-size: 11px;
  font-weight: 500;
}
section.section#jobs .container .jobs-slider .job-item .bonus span.number {
  font-size: 14px;
  font-weight: 600;
}
section.section#jobs .container .jobs-slider .job-item .skills-title {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 600;
  color: #686868;
  text-transform: uppercase;
}
section.section#jobs .container .jobs-slider .job-item .skills-list {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  min-height: 87px;
}
@media (min-width: 1024px) {
  section.section#jobs .container .jobs-slider .job-item .skills-list {
    min-height: 70px;
  }
}
section.section#jobs .container .jobs-slider .job-item--content {
  padding-top: 15px;
}
section.section#jobs .container .jobs-slider .job-item--content .home {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 14px;
  color: #000;
  min-height: 35px;
}
section.section#jobs .container .jobs-slider .job-item--content .home p {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
}
section.section#jobs .container .jobs-slider .job-item--content .home img {
  width: 20px;
  margin-right: 20px;
}
section.section#jobs .container .jobs-slider .job-item--content .skills-title {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 600;
  color: #686868;
  text-transform: uppercase;
  display: none;
}
@media (min-width: 1024px) {
  section.section#jobs
    .container
    .jobs-slider
    .job-item--content
    .skills-title {
    display: block;
  }
}
section.section#jobs .container .jobs-slider .job-item--content .skills-list {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  min-height: 42px;
}
section.section.contact-hr {
  position: relative;
  z-index: 11;
}
section.section.contact-hr h2 {
  text-align: center;
}
@media (min-width: 1024px) {
  section.section.contact-hr h2 {
    text-align: left;
  }
}
section.section.contact-hr .wrap {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
section.section.contact-hr .wrap .contact-hr--card {
  display: flex;
  width: 100%;
  padding: 0 10px 20px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  section.section.contact-hr .wrap .contact-hr--card {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  section.section.contact-hr .wrap .contact-hr--card {
    width: 33%;
  }
}
section.section.contact-hr .wrap .contact-hr--card__photo {
  min-width: 160px;
  position: relative;
  z-index: 10;
}
section.section.contact-hr .wrap .contact-hr--card__photo img {
  position: absolute;
  left: 10px;
  bottom: 0;
  max-height: 210px;
}
section.section.contact-hr .wrap .contact-hr--card__content {
  padding: 20px 20px 20px 0;
  position: relative;
  z-index: 10;
}
@media (min-width: 1024px) {
  section.section.contact-hr .wrap .contact-hr--card__content {
    padding: 20px 15px 20px 0;
  }
}
section.section.contact-hr .wrap .contact-hr--card__wrap {
  display: flex;
  flex-wrap: nowrap;
  background: #a01441;
  border-radius: 50px 0;
  position: relative;
  width: 100%;
  min-height: 211px;
}
@media (min-width: 400px) {
  section.section.contact-hr .wrap .contact-hr--card__wrap {
    width: auto;
  }
}
section.section.contact-hr .wrap .contact-hr--card__name {
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0;
}
section.section.contact-hr .wrap .contact-hr--card__job {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 10px;
}
section.section.contact-hr .wrap .contact-hr--card__icon {
  margin-top: 10px;
}
section.section.contact-hr .wrap .contact-hr--card a {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
@media (min-width: 1024px) {
  section.section.contact-hr .wrap .contact-hr--card a {
    font-size: 16px;
  }
}
