* {
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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

main {
  margin-top: 95px;
}
@media (min-width: 1265px) {
  main {
    margin-top: 92px;
  }
}

html {
  font-size: 10px;
  line-height: 1.2;
  scroll-behavior: smooth;
}
@media (max-width: 1265px) {
  html.scroll-off {
    overflow: hidden;
  }
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.6rem;
  color: #231F20;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.6rem;
}

.list-unstyled {
  list-style: none;
  padding-left: 0px;
}

p {
  margin-bottom: 1rem;
  font-weight: 300;
}

a {
  color: #000;
  text-decoration: none;
}

.img-placeholder {
  position: relative;
  display: block;
}
.img-placeholder:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.img-placeholder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.overlay {
  position: relative;
}
.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 31, 32, 0.6);
  z-index: 10000;
  display: none;
}
.modal .modal-wrapper {
  width: 100%;
  height: 100%;
}
.modal .modal-wrapper .modal-inner {
  background-color: #fff;
  flex: 0 0 500px;
  width: 500px;
  max-width: 90%;
}
.modal .modal-wrapper .modal-inner .modal-header {
  padding: 20px 20px 10px 20px;
}
.modal .modal-wrapper .modal-inner .modal-body {
  padding: 10px 20px;
  max-height: 90vh;
  overflow-y: auto;
}
.modal .modal-wrapper .modal-inner .modal-footer {
  padding: 20px;
  text-align: center;
}
.modal .modal-wrapper .modal-inner .modal-close {
  cursor: pointer;
}
.modal .thankyou-icon,
.modal .error-icon {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px;
  border-radius: 50%;
}
.modal .thankyou-icon svg,
.modal .error-icon svg {
  fill: #fff;
}
.modal .thankyou-icon {
  background-color: #1f4f3c;
}
.modal .error-icon {
  background-color: red;
}

.section-title .small-title {
  display: inline-block;
  color: #231F20;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 3rem;
}
@media (min-width: 1265px) {
  .section-title .small-title {
    margin-bottom: 3.9rem;
  }
}
.section-title .small-title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.6rem;
  height: 2.7rem;
  background-color: #000;
}
.section-title .big-title {
  color: #231F20;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 111%;
  letter-spacing: -0.56px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section-title .big-title {
    font-size: 3.8rem;
  }
}
@media (min-width: 768px) {
  .section-title .big-title {
    font-size: 4.4rem;
    line-height: 113%;
    letter-spacing: -0.88px;
  }
}

.btn-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 131%;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  background-color: #000;
  padding: 1.3rem 2.4rem;
  border: none;
  cursor: pointer;
}
.btn-main svg {
  display: flex;
  align-items: center;
  margin-left: 0.8rem;
}
@media (min-width: 1265px) {
  .btn-main {
    color: #231F20;
    font-weight: 500;
    background-color: transparent;
    padding: 1.6rem 3rem;
    border: 0.5px solid #231f20;
    transition: 0.3s linear;
  }
  .btn-main:hover {
    border: 0.5px solid #231F20;
    background-color: #231F20;
    color: #fff;
  }
  .btn-main:hover svg path {
    fill: #fff;
  }
  .btn-main svg {
    display: flex;
    align-items: center;
    margin-left: 0.8rem;
  }
  .btn-main svg path {
    transition: 0.3s linear;
    fill: #231F20;
  }
}

.btn-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #231F20;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 131%;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 1.6rem 3rem;
  transition: 0.3s linear;
}
.btn-light svg {
  display: flex;
  align-items: center;
  margin-left: 0.8rem;
}
.btn-light:hover {
  color: #fff;
  background-color: #231F20;
  border: 1px solid #231F20;
}
.btn-light:hover svg path {
  fill: #fff;
}

.homepage-careers {
  padding: 2.7rem 0 3.1rem;
  background-color: #fff;
}
@media (min-width: 1265px) {
  .homepage-careers {
    padding: 4.7rem 0 7.3rem;
    position: relative;
    z-index: 2;
  }
}

.section-lead {
  min-height: 54.8vh;
  min-height: 54.8dvh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 1265px) {
  .section-lead {
    min-height: 69.2vh;
    min-height: 69.2dvh;
    position: sticky;
    z-index: 1;
    top: 0;
  }
}
.section-lead .section-lead-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.section-lead .section-lead-media > * {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.section-lead .section-lead-media > * img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.section-lead .section-lead-media .home-lead-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.56) 100%);
}
.section-lead .section-lead-data-wrapper {
  position: relative;
  z-index: 2;
  padding: 11.8rem 0 3.2rem;
  width: 100%;
}
@media (min-width: 1265px) {
  .section-lead .section-lead-data-wrapper {
    padding: 15rem 0 5rem;
  }
}
.section-lead .section-lead-data-wrapper .back-to {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
}
@media (min-width: 1265px) {
  .section-lead .section-lead-data-wrapper .back-to {
    font-size: 1.6rem;
  }
}
.section-lead .section-lead-data-wrapper .back-to svg {
  display: flex;
  align-items: center;
  margin-right: 1.5rem;
}
.section-lead .section-lead-data-wrapper .section-lead-title {
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 144%;
  letter-spacing: -0.72px;
  padding-top: 8.9rem;
}
@media (min-width: 768px) {
  .section-lead .section-lead-data-wrapper .section-lead-title {
    font-size: 5rem;
  }
}
@media (min-width: 1265px) {
  .section-lead .section-lead-data-wrapper .section-lead-title {
    font-size: 7.6rem;
    line-height: 125%;
    letter-spacing: -1.52px;
    padding-top: 5.1rem;
    max-width: 55%;
  }
}
.section-lead .section-lead-data-wrapper .section-lead-subtitle {
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 0;
  padding-top: 2rem;
}
@media (min-width: 992px) {
  .section-lead .section-lead-data-wrapper .section-lead-subtitle {
    font-size: 1.8rem;
  }
}
@media (min-width: 1265px) {
  .section-lead .section-lead-data-wrapper .section-lead-subtitle {
    font-size: 2.4rem;
    padding-top: 3rem;
  }
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(../gif/loader.gif) center no-repeat #fff;
  background-size: 150px auto;
  text-align: center;
}

.grecaptcha-badge {
  z-index: 9999 !important;
}

.wpml-ls-legacy-dropdown {
  width: auto !important;
}

.wpml-ls-legacy-dropdown a {
  border: none !important;
  padding: 0 !important;
  color: #231F20 !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-weight: 500 !important;
  font-size: 1.3rem !important;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  padding-right: 0 !important;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
  display: none !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown a:hover {
  color: #231F20 !important;
  background: transparent !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-top: none !important;
  padding: 1rem 0 !important;
}

#load-more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  background-color: #fff;
  color: #231F20;
  border: 0.5px solid #231f20;
  cursor: pointer;
  overflow: hidden;
  margin-inline: auto;
  min-width: 12rem;
  min-height: 5.2rem;
}

#load-more .spinner {
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-top: 3px solid #231f20;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  animation: spin 1s linear infinite;
  display: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#load-more .load-text {
  display: inline-block;
  color: #231F20;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 131%;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.position-relative {
  position: relative;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.list-unstyled {
  list-style: none;
  padding-left: 0;
}

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

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

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

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

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-static {
  position: static;
}

.position-fixed {
  position: fixed;
}

.btn-secondary, .btn-primary {
  display: inline-block;
  border: none;
  cursor: pointer;
  transition: 0.2s linear;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.19px;
  border-radius: 3rem;
}

.btn-block {
  display: block;
}

.btn-primary {
  background-color: #231F20;
  color: #fff !important;
}
.btn-primary:hover {
  background-color: #080707;
  color: #fff !important;
}

.bg-primary {
  background-color: #231F20;
}

.text-primary {
  color: #231F20 !important;
}

.btn-secondary {
  background-color: #fff;
  color: #000 !important;
}
.btn-secondary:hover {
  background-color: #e6e6e6;
  color: #000 !important;
}

.bg-secondary {
  background-color: #fff;
}

.text-secondary {
  color: #fff !important;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.row > [class*=col-] {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.row.no-gutters {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.row.no-gutters > [class*=col-] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.container,
.container-fluid {
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

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

.align-items-end {
  align-items: flex-end;
}

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

.align-items-stretch {
  align-items: stretch;
}

.align-content-start {
  align-content: flex-start;
}

.align-content-end {
  align-content: flex-end;
}

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

.align-content-stretch {
  align-content: stretch;
}

.align-content-between {
  align-content: space-between;
}

.justify-content-start {
  justify-content: flex-start;
}

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

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

@media (min-width: 450px) {
  .col-xm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-xm-none {
    display: none !important;
  }
  .d-xm-block {
    display: block !important;
  }
  .d-xm-flex {
    display: flex !important;
  }
  .d-xm-inline-block {
    display: inline-block !important;
  }
  .d-xm-inline-flex {
    display: inline-flex !important;
  }
  .flex-xm-wrap {
    flex-wrap: wrap;
  }
  .flex-xm-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xm-row {
    flex-direction: row;
  }
  .flex-xm-column {
    flex-direction: column;
  }
  .align-items-xm-start {
    align-items: flex-start;
  }
  .align-items-xm-end {
    align-items: flex-end;
  }
  .align-items-xm-center {
    align-items: center;
  }
  .align-items-xm-stretch {
    align-items: stretch;
  }
  .align-content-xm-start {
    align-content: flex-start;
  }
  .align-content-xm-end {
    align-content: flex-end;
  }
  .align-content-xm-center {
    align-content: center;
  }
  .align-content-xm-stretch {
    align-content: stretch;
  }
  .align-content-xm-between {
    align-content: space-between;
  }
  .justify-content-xm-start {
    justify-content: flex-start;
  }
  .justify-content-xm-end {
    justify-content: flex-end;
  }
  .justify-content-xm-center {
    justify-content: center;
  }
  .justify-content-xm-between {
    justify-content: space-between;
  }
  .justify-content-xm-around {
    justify-content: space-around;
  }
}
@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }
  .flex-sm-row {
    flex-direction: row;
  }
  .flex-sm-column {
    flex-direction: column;
  }
  .align-items-sm-start {
    align-items: flex-start;
  }
  .align-items-sm-end {
    align-items: flex-end;
  }
  .align-items-sm-center {
    align-items: center;
  }
  .align-items-sm-stretch {
    align-items: stretch;
  }
  .align-content-sm-start {
    align-content: flex-start;
  }
  .align-content-sm-end {
    align-content: flex-end;
  }
  .align-content-sm-center {
    align-content: center;
  }
  .align-content-sm-stretch {
    align-content: stretch;
  }
  .align-content-sm-between {
    align-content: space-between;
  }
  .justify-content-sm-start {
    justify-content: flex-start;
  }
  .justify-content-sm-end {
    justify-content: flex-end;
  }
  .justify-content-sm-center {
    justify-content: center;
  }
  .justify-content-sm-between {
    justify-content: space-between;
  }
  .justify-content-sm-around {
    justify-content: space-around;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 740px;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap;
  }
  .flex-md-row {
    flex-direction: row;
  }
  .flex-md-column {
    flex-direction: column;
  }
  .align-items-md-start {
    align-items: flex-start;
  }
  .align-items-md-end {
    align-items: flex-end;
  }
  .align-items-md-center {
    align-items: center;
  }
  .align-items-md-stretch {
    align-items: stretch;
  }
  .align-content-md-start {
    align-content: flex-start;
  }
  .align-content-md-end {
    align-content: flex-end;
  }
  .align-content-md-center {
    align-content: center;
  }
  .align-content-md-stretch {
    align-content: stretch;
  }
  .align-content-md-between {
    align-content: space-between;
  }
  .justify-content-md-start {
    justify-content: flex-start;
  }
  .justify-content-md-end {
    justify-content: flex-end;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .justify-content-md-between {
    justify-content: space-between;
  }
  .justify-content-md-around {
    justify-content: space-around;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }
  .flex-lg-row {
    flex-direction: row;
  }
  .flex-lg-column {
    flex-direction: column;
  }
  .align-items-lg-start {
    align-items: flex-start;
  }
  .align-items-lg-end {
    align-items: flex-end;
  }
  .align-items-lg-center {
    align-items: center;
  }
  .align-items-lg-stretch {
    align-items: stretch;
  }
  .align-content-lg-start {
    align-content: flex-start;
  }
  .align-content-lg-end {
    align-content: flex-end;
  }
  .align-content-lg-center {
    align-content: center;
  }
  .align-content-lg-stretch {
    align-content: stretch;
  }
  .align-content-lg-between {
    align-content: space-between;
  }
  .justify-content-lg-start {
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    justify-content: center;
  }
  .justify-content-lg-between {
    justify-content: space-between;
  }
  .justify-content-lg-around {
    justify-content: space-around;
  }
}
@media (min-width: 1265px) {
  .container {
    max-width: 1260px;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xl-row {
    flex-direction: row;
  }
  .flex-xl-column {
    flex-direction: column;
  }
  .align-items-xl-start {
    align-items: flex-start;
  }
  .align-items-xl-end {
    align-items: flex-end;
  }
  .align-items-xl-center {
    align-items: center;
  }
  .align-items-xl-stretch {
    align-items: stretch;
  }
  .align-content-xl-start {
    align-content: flex-start;
  }
  .align-content-xl-end {
    align-content: flex-end;
  }
  .align-content-xl-center {
    align-content: center;
  }
  .align-content-xl-stretch {
    align-content: stretch;
  }
  .align-content-xl-between {
    align-content: space-between;
  }
  .justify-content-xl-start {
    justify-content: flex-start;
  }
  .justify-content-xl-end {
    justify-content: flex-end;
  }
  .justify-content-xl-center {
    justify-content: center;
  }
  .justify-content-xl-between {
    justify-content: space-between;
  }
  .justify-content-xl-around {
    justify-content: space-around;
  }
}
@media (min-width: 1450px) {
  .container {
    max-width: 1430px;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xxl-row {
    flex-direction: row;
  }
  .flex-xxl-column {
    flex-direction: column;
  }
  .align-items-xxl-start {
    align-items: flex-start;
  }
  .align-items-xxl-end {
    align-items: flex-end;
  }
  .align-items-xxl-center {
    align-items: center;
  }
  .align-items-xxl-stretch {
    align-items: stretch;
  }
  .align-content-xxl-start {
    align-content: flex-start;
  }
  .align-content-xxl-end {
    align-content: flex-end;
  }
  .align-content-xxl-center {
    align-content: center;
  }
  .align-content-xxl-stretch {
    align-content: stretch;
  }
  .align-content-xxl-between {
    align-content: space-between;
  }
  .justify-content-xxl-start {
    justify-content: flex-start;
  }
  .justify-content-xxl-end {
    justify-content: flex-end;
  }
  .justify-content-xxl-center {
    justify-content: center;
  }
  .justify-content-xxl-between {
    justify-content: space-between;
  }
  .justify-content-xxl-around {
    justify-content: space-around;
  }
}
.form-group-wrapper {
  display: flex;
  align-items: flex-start;
  padding-top: 0.9rem;
}

.form-group {
  margin-bottom: 1.6rem;
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
}

.btn-form {
  flex: 0 0 4rem;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 0;
  border: none;
  cursor: pointer;
  margin-left: 4.7rem;
}
@media (min-width: 1265px) {
  .btn-form {
    flex: 0 0 5.7rem;
    width: 5.7rem;
    height: 5.7rem;
    margin-left: 5rem;
  }
}

.input-group {
  display: flex;
  width: 100%;
  min-width: 1px;
  background-color: transparent;
  border: none;
  border-bottom: 0.627px solid rgba(255, 255, 255, 0.3);
  padding: 0.8rem 1.1rem 0.8rem 1.1rem;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}
.input-group::placeholder {
  color: #fff;
  opacity: 1;
}
.input-group[type=number] {
  appearance: textfield;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}
.input-group::-webkit-outer-spin-button, .input-group::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-group:focus {
  outline: none;
}
@media (min-width: 1265px) {
  .input-group {
    font-size: 1.4rem;
  }
}

.invalid-feedback {
  padding: 1rem 0 0;
  color: #c92327;
}

.error {
  color: #c92327;
  font-size: 1.4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  margin-top: 1rem;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

.label-text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: -0.26px;
  color: #a6a6a6;
}
@media (min-width: 768px) {
  .label-text {
    font-size: 1.6rem;
  }
}

.fake-radio,
.fake-checkbox {
  width: 22px;
  flex: 0 0 22px;
  height: 22px;
  margin-right: 1.2rem;
  position: relative;
  overflow: hidden;
  border: 0.627px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
@media (min-width: 1265px) {
  .fake-radio,
  .fake-checkbox {
    width: 16px;
    flex: 0 0 16px;
    height: 16px;
    margin-right: 1.4rem;
  }
}
.fake-radio:after,
.fake-checkbox:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  text-align: center;
}

.radio-label {
  cursor: pointer;
  margin-bottom: 0;
}

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

.checkbox-text {
  color: #fff !important;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 142%;
}
@media (min-width: 1265px) {
  .checkbox-text {
    font-size: 1.4rem;
  }
}

input[type=checkbox]:checked + .fake-checkbox::after {
  background-color: #fff;
}

input[type=radio]:checked + .fake-radio::after {
  background-color: #fff;
}

.form-group .contact-select .selectize-input {
  height: auto;
  transition: 0.2s linear;
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0.8rem 1.1rem 0.8rem 1.1rem;
  background-color: transparent;
  border: none;
  border-bottom: 0.627px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  outline: none;
  box-shadow: none;
}
@media (min-width: 1265px) {
  .form-group .contact-select .selectize-input {
    font-size: 1.4rem;
  }
}
.form-group .contact-select .selectize-input > div {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 1265px) {
  .form-group .contact-select .selectize-input > div {
    font-size: 1.4rem;
  }
}
.form-group .contact-select .selectize-input input {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 1265px) {
  .form-group .contact-select .selectize-input input {
    font-size: 1.4rem;
  }
}
.form-group .contact-select .selectize-input input::placeholder {
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #fff;
  opacity: 1;
  white-space: pre-wrap;
}
@media (min-width: 1265px) {
  .form-group .contact-select .selectize-input input::placeholder {
    font-size: 1.4rem;
  }
}
.form-group .contact-select .selectize-input.dropdown-active::after {
  transform: translateY(-53%) rotateZ(180deg);
}
.form-group .contact-select .selectize-input::after {
  transition: 0.4s linear;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 53%;
  right: 15px;
  transform: translateY(-53%);
  margin-top: unset;
  border-style: unset;
  border-width: unset;
  border-color: unset;
  background-image: url("../png/select-btn.png");
  background-size: 14px 14px;
  background-position: center;
  background-repeat: no-repeat;
}

.selectize-control .selectize-input {
  font-family: "Plus Jakarta Sans", sans-serif !important;
}
.selectize-control .selectize-input.input-active {
  background: transparent !important;
}
.selectize-control .selectize-input::before {
  background: transparent !important;
}
.selectize-control .selectize-input:focus-within {
  border-color: #fff !important;
}

.selectize-dropdown {
  top: calc(100% + 1.3rem) !important;
  overflow: hidden;
  color: #231F20;
}
@media (min-width: 768px) {
  .selectize-dropdown {
    top: 65px !important;
  }
}
.selectize-dropdown .option {
  padding: 0.8rem 1.1rem 0.8rem 1.1rem;
  font-size: 1.4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
}
.selectize-dropdown .selected {
  background-color: rgba(167, 169, 172, 0.2);
  color: #231F20;
}
.selectize-dropdown .active:not(.selected) {
  background-color: rgba(167, 169, 172, 0.2);
  color: #231F20;
}

header {
  background-color: #fff;
  z-index: 10000;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  transition: 0.3s linear;
}
header.header-white {
  background-color: #fff;
}
@media (min-width: 1265px) {
  header.header-white .header-wrapper {
    border-bottom: none;
  }
}
header.header-white .header-wrapper .logo img {
  filter: brightness(0%);
}
header.header-white .header-wrapper .header-right .header-action .language-wrapper .wpml-ls-legacy-list-horizontal .wpml-ls-item .wpml-ls-link {
  color: #231F20;
}
header.header-white .header-wrapper .header-right .header-action .contact-link {
  color: #231F20;
  background: rgba(167, 169, 172, 0.2);
  backdrop-filter: blur(14.6666498184px);
}
header.header-white .header-wrapper .header-right .header-action .contact-link:hover {
  color: #fff;
  background: #231F20;
  backdrop-filter: none;
}
header.header-white .header-wrapper .header-right .header-action .navbar-toggler .open img {
  filter: brightness(0%);
}
header.header-white .header-wrapper .header-right .main-menu-wrapper .main-menu .menu-item::after {
  background-color: #231F20;
}
header.header-white .header-wrapper .header-right .main-menu-wrapper .main-menu .menu-item .menu-link-wrapper .menu-link {
  color: #231F20;
  opacity: 1;
}
header.open-menu {
  background-color: #fff;
}
header.open-menu .header-wrapper .logo img {
  filter: brightness(0%);
}
header.open-menu .header-wrapper .header-right .header-action .language-wrapper .wpml-ls-legacy-list-horizontal .wpml-ls-item .wpml-ls-link {
  color: #231F20;
}
header.open-menu .header-wrapper .header-right .header-action .navbar-toggler .open {
  display: none;
  opacity: 0;
}
header.open-menu .header-wrapper .header-right .header-action .navbar-toggler .close {
  display: block;
  opacity: 1;
}
header.open-menu .header-wrapper .header-right .header-action .navbar-toggler .close img {
  filter: brightness(0%);
}
header.open-menu .header-wrapper .header-right .main-menu-wrapper {
  right: 0;
}
header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem 0;
}
@media (min-width: 1265px) {
  header .header-wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 1.6rem 0;
  }
}
header .header-wrapper .logo {
  display: block;
  max-width: 17.1rem;
}
@media (min-width: 1265px) {
  header .header-wrapper .logo {
    max-width: 22rem;
  }
}
@media (min-width: 1265px) {
  header .header-wrapper .header-right {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
}
header .header-wrapper .header-right .header-action {
  display: flex;
  align-items: center;
}
header .header-wrapper .header-right .header-action .language-wrapper {
  margin-right: 1.6rem;
  position: relative;
  cursor: pointer;
}
@media (min-width: 1265px) {
  header .header-wrapper .header-right .header-action .language-wrapper {
    margin-right: 4.4rem;
  }
}
header .header-wrapper .header-right .header-action .language-wrapper .wpml-ls-legacy-list-horizontal {
  border: none;
  padding: 0;
}
header .header-wrapper .header-right .header-action .language-wrapper .wpml-ls-legacy-list-horizontal .wpml-ls-item {
  display: block;
}
header .header-wrapper .header-right .header-action .language-wrapper .wpml-ls-legacy-list-horizontal .wpml-ls-item .wpml-ls-link {
  padding: 0;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
}
header .header-wrapper .header-right .header-action .contact-link {
  display: none;
}
@media (min-width: 1265px) {
  header .header-wrapper .header-right .header-action .contact-link {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    padding: 1.8rem 3.5rem;
    background: rgba(167, 169, 172, 0.2);
    backdrop-filter: blur(14.6666498184px);
    transition: 0.3s linear;
  }
  header .header-wrapper .header-right .header-action .contact-link:hover {
    background: #fff;
    backdrop-filter: none;
    color: #231F20;
  }
}
header .header-wrapper .header-right .header-action .navbar-toggler {
  cursor: pointer;
}
@media (min-width: 1265px) {
  header .header-wrapper .header-right .header-action .navbar-toggler {
    display: none;
  }
}
header .header-wrapper .header-right .header-action .navbar-toggler .open {
  display: block;
}
header .header-wrapper .header-right .header-action .navbar-toggler .close {
  opacity: 0;
  display: none;
}
header .header-wrapper .header-right .main-menu-wrapper {
  position: fixed;
  top: 95px;
  right: -2000px;
  height: 100vh;
  width: 100%;
  background: #fff;
  z-index: 100;
  padding: 0 1.5rem 15rem;
  overflow-y: auto;
}
@media (min-width: 1265px) {
  header .header-wrapper .header-right .main-menu-wrapper {
    position: static;
    height: auto;
    width: 100%;
    padding: 0;
    overflow-y: unset;
    border-top: none;
    background: transparent;
    order: -1;
    margin-right: 9.2rem;
  }
}
@media (min-width: 1450px) {
  header .header-wrapper .header-right .main-menu-wrapper {
    margin-right: 18.4rem;
  }
}
header .header-wrapper .header-right .main-menu-wrapper .main-menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2.4rem;
}
@media (min-width: 1265px) {
  header .header-wrapper .header-right .main-menu-wrapper .main-menu-top {
    display: none;
  }
}
header .header-wrapper .header-right .main-menu-wrapper .main-menu-top .logo img {
  filter: brightness(0%);
}
header .header-wrapper .header-right .main-menu-wrapper .main-menu-top .header-action .language-wrapper .current-language {
  color: #231F20;
}
header .header-wrapper .header-right .main-menu-wrapper .main-menu-top .header-action .language-wrapper .current-language .language-arrow svg path {
  fill: #231F20;
}
header .header-wrapper .header-right .main-menu-wrapper .main-menu-top .header-action .navbar-toggler .open img {
  filter: brightness(0%);
}
header .header-wrapper .header-right .main-menu-wrapper .main-menu-top .header-action .navbar-toggler .close img {
  filter: brightness(0%);
}
header .header-wrapper .header-right .main-menu-wrapper .main-menu {
  border-top: 1px solid rgba(217, 217, 217, 0.3);
  padding-top: 2.4rem;
}
@media (min-width: 1265px) {
  header .header-wrapper .header-right .main-menu-wrapper .main-menu {
    display: flex;
    align-items: center;
    padding-top: 0;
    border-top: none;
  }
}
header .header-wrapper .header-right .main-menu-wrapper .main-menu .menu-item:not(:last-of-type) {
  margin-bottom: 4.2rem;
}
@media (min-width: 1265px) {
  header .header-wrapper .header-right .main-menu-wrapper .main-menu .menu-item:not(:last-of-type) {
    margin-bottom: 0;
    margin-right: 5.3rem;
  }
}
@media (min-width: 1265px) {
  header .header-wrapper .header-right .main-menu-wrapper .main-menu .menu-item {
    position: relative;
  }
}
@media (min-width: 1265px) {
  header .header-wrapper .header-right .main-menu-wrapper .main-menu .menu-item:hover .submenu {
    display: block;
    opacity: 1;
  }
}
header .header-wrapper .header-right .main-menu-wrapper .main-menu .menu-item .menu-link-wrapper {
  display: flex;
  align-items: center;
}
header .header-wrapper .header-right .main-menu-wrapper .main-menu .menu-item .menu-link-wrapper .menu-link {
  display: block;
  color: #231F20;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 114%;
  letter-spacing: -0.56px;
}
@media (min-width: 1265px) {
  header .header-wrapper .header-right .main-menu-wrapper .main-menu .menu-item .menu-link-wrapper .menu-link {
    color: #fff;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    position: relative;
    padding: 1rem 0;
  }
  header .header-wrapper .header-right .main-menu-wrapper .main-menu .menu-item .menu-link-wrapper .menu-link::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #231F20;
    width: 0;
    height: 1px;
    opacity: 0;
    transition: 0.3s linear;
  }
}
@media (min-width: 1265px) {
  header .header-wrapper .header-right .main-menu-wrapper .main-menu .menu-item .menu-link-wrapper .menu-link.off {
    display: none;
  }
}
@media (min-width: 1265px) {
  header .header-wrapper .header-right .main-menu-wrapper .main-menu .menu-item .menu-link-wrapper .menu-link:hover::after {
    width: 100%;
    opacity: 1;
  }
}
@media (min-width: 1265px) {
  header .header-wrapper .header-right .main-menu-wrapper .main-menu .menu-item .menu-link-wrapper .menu-link.active::after {
    width: 100%;
    opacity: 1;
  }
}
header .header-wrapper .header-right .main-menu-wrapper .main-menu .menu-item .menu-link-wrapper .toggle-submenu {
  display: flex;
  align-items: center;
  justify-content: end;
  flex: 0 0 3rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  margin-left: 1rem;
}
header .header-wrapper .header-right .main-menu-wrapper .main-menu .menu-item .menu-link-wrapper .toggle-submenu svg {
  transition: 0.3s linear;
}
header .header-wrapper .header-right .main-menu-wrapper .main-menu .menu-item .menu-link-wrapper .toggle-submenu.open svg {
  transform: rotate(180deg);
}
@media (min-width: 1265px) {
  header .header-wrapper .header-right .main-menu-wrapper .main-menu .menu-item .menu-link-wrapper .toggle-submenu {
    display: none;
  }
}
header .header-wrapper .header-right .main-menu-wrapper .main-menu .menu-item .submenu {
  display: none;
  padding-top: 3rem;
}
@media (min-width: 1265px) {
  header .header-wrapper .header-right .main-menu-wrapper .main-menu .menu-item .submenu {
    padding-top: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    min-width: 30.7rem;
    padding: 2.9rem 3.9rem;
    opacity: 0;
    transition: 0.3s linear;
  }
}
header .header-wrapper .header-right .main-menu-wrapper .main-menu .menu-item .submenu .submenu-item:not(:last-of-type) {
  margin-bottom: 4rem;
}
@media (min-width: 1265px) {
  header .header-wrapper .header-right .main-menu-wrapper .main-menu .menu-item .submenu .submenu-item:not(:last-of-type) {
    margin-bottom: 2.3rem;
  }
}
header .header-wrapper .header-right .main-menu-wrapper .main-menu .menu-item .submenu .submenu-item.active .submenu-link {
  font-weight: 600;
}
header .header-wrapper .header-right .main-menu-wrapper .main-menu .menu-item .submenu .submenu-item .submenu-link {
  display: inline-block;
  color: #231F20;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: -0.36px;
}
@media (min-width: 1265px) {
  header .header-wrapper .header-right .main-menu-wrapper .main-menu .menu-item .submenu .submenu-item .submenu-link {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.32px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
  }
}
@media (min-width: 1265px) and (min-width: 1265px) {
  header .header-wrapper .header-right .main-menu-wrapper .main-menu .menu-item .submenu .submenu-item .submenu-link.active {
    font-weight: 600;
  }
}
@media (min-width: 1265px) {
  header .header-wrapper .header-right .main-menu-wrapper .social-wrapper {
    display: none;
  }
}

.single-position {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 4.6rem 0 7rem;
}
@media (min-width: 1265px) {
  .single-position {
    padding: 8.3rem 0 18.3rem;
  }
}
@media (min-width: 992px) {
  .single-position .single-position-wrapper {
    display: flex;
    align-items: flex-start;
  }
}
.single-position .single-position-wrapper .single-position-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5rem;
}
@media (min-width: 992px) {
  .single-position .single-position-wrapper .single-position-info {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 0;
    flex: 0 0 34.7rem;
    width: 34.7rem;
    margin-right: 5rem;
  }
}
@media (min-width: 1265px) {
  .single-position .single-position-wrapper .single-position-info {
    margin-right: 10.4rem;
  }
}
.single-position .single-position-wrapper .single-position-info .single-position-info-item {
  flex: 0 0 45%;
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .single-position .single-position-wrapper .single-position-info .single-position-info-item {
    display: block;
    flex: 0 0 100%;
    width: 100%;
    padding: 1.4rem 0;
    border-bottom: 1px solid #d9d9d9;
  }
  .single-position .single-position-wrapper .single-position-info .single-position-info-item:first-of-type {
    border-top: 1px solid #d9d9d9;
  }
}
.single-position .single-position-wrapper .single-position-info .single-position-info-item .single-position-info-title {
  display: block;
  color: #8b8b8b;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 136%;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.single-position .single-position-wrapper .single-position-info .single-position-info-item .single-position-info-desc p {
  color: #231F20;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: -0.32px;
}
.single-position .single-position-wrapper .single-position-info .single-position-info-item .single-position-info-desc p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .single-position .single-position-wrapper .single-position-desc-form {
    flex: 1;
    width: 100%;
  }
}
.single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-header {
  margin-bottom: 5rem;
}
@media (min-width: 1265px) {
  .single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-header {
    padding-bottom: 5.5rem;
    border-bottom: 1px solid rgba(217, 217, 217, 0.3);
  }
}
.single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-header .section-title {
  margin-bottom: 3rem;
}
@media (min-width: 1265px) {
  .single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-header .section-title {
    margin-bottom: 5.5rem;
  }
}
@media (min-width: 1265px) {
  .single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-header .section-title .small-title {
    margin-bottom: 5.5rem;
  }
}
.single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-header .single-position-desc-text h2,
.single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-header .single-position-desc-text h3,
.single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-header .single-position-desc-text h4,
.single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-header .single-position-desc-text h5,
.single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-header .single-position-desc-text h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 2.5rem;
  color: #231F20;
}
.single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-header .single-position-desc-text h2 {
  font-size: 2.4rem;
  line-height: 160%;
}
@media (min-width: 1265px) {
  .single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-header .single-position-desc-text h2 {
    font-size: 2.8rem;
  }
}
.single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-header .single-position-desc-text h3 {
  font-size: 2.2rem;
  line-height: 160%;
}
@media (min-width: 1265px) {
  .single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-header .single-position-desc-text h3 {
    font-size: 2.6rem;
  }
}
.single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-header .single-position-desc-text h4 {
  font-size: 2rem;
  line-height: 160%;
}
@media (min-width: 1265px) {
  .single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-header .single-position-desc-text h4 {
    font-size: 2.4rem;
  }
}
.single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-header .single-position-desc-text h5 {
  font-size: 1.8rem;
  line-height: 160%;
}
@media (min-width: 1265px) {
  .single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-header .single-position-desc-text h5 {
    font-size: 2.2rem;
  }
}
.single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-header .single-position-desc-text h6 {
  font-size: 1.6rem;
  line-height: 160%;
}
@media (min-width: 1265px) {
  .single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-header .single-position-desc-text h6 {
    font-size: 2rem;
  }
}
.single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-header .single-position-desc-text p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 160%;
  margin-bottom: 0;
}
.single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-header .single-position-desc-text p:not(:last-of-type) {
  margin-bottom: 2.5rem;
}
@media (min-width: 1265px) {
  .single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-header .single-position-desc-text p {
    font-size: 2rem;
  }
}
.single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-header .single-position-desc-text b,
.single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-header .single-position-desc-text strong {
  font-weight: 600;
}
.single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-header .single-position-desc-text a {
  font-weight: 700;
  text-decoration: underline;
}
.single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-header .single-position-desc-text ul {
  padding-left: 2rem;
  margin-bottom: 2.5rem;
}
.single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-header .single-position-desc-text ul li {
  color: #231F20;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 160%;
}
.single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-header .single-position-desc-text ul li:not(:last-of-type) {
  margin-bottom: 1rem;
}
.single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-content {
  margin-bottom: 7.6rem;
}
@media (min-width: 1265px) {
  .single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-content {
    margin-bottom: 13rem;
  }
}
.single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-content h2,
.single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-content h3,
.single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-content h4,
.single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-content h5,
.single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-content h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 3rem;
  color: #231F20;
  letter-spacing: -0.48px;
  line-height: 154%;
}
@media (min-width: 1265px) {
  .single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-content h2,
  .single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-content h3,
  .single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-content h4,
  .single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-content h5,
  .single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-content h6 {
    margin-bottom: 3.9rem;
    letter-spacing: -0.64px;
    line-height: 144%;
  }
}
.single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-content h2 {
  font-size: 2.4rem;
}
@media (min-width: 1265px) {
  .single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-content h2 {
    font-size: 3.2rem;
  }
}
.single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-content h3 {
  font-size: 2.2rem;
}
@media (min-width: 1265px) {
  .single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-content h3 {
    font-size: 2.8rem;
  }
}
.single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-content h4 {
  font-size: 1.9rem;
}
@media (min-width: 1265px) {
  .single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-content h4 {
    font-size: 2.6rem;
  }
}
.single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-content h5 {
  font-size: 1.7rem;
}
@media (min-width: 1265px) {
  .single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-content h5 {
    font-size: 2.2rem;
  }
}
.single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-content h6 {
  font-size: 1.4rem;
}
@media (min-width: 1265px) {
  .single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-content h6 {
    font-size: 1.9rem;
  }
}
.single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-content p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 160%;
  margin-bottom: 0;
}
.single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-content p:not(:last-of-type) {
  margin-bottom: 2.5rem;
}
@media (min-width: 1265px) {
  .single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-content p {
    font-size: 1.8rem;
  }
}
.single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-content b,
.single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-content strong {
  font-weight: 700;
}
.single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-content a {
  font-weight: 700;
  text-decoration: underline;
}
.single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-content ul {
  padding-left: 2rem;
  margin-bottom: 2.5rem;
}
.single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-content ul li {
  color: #231F20;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 160%;
}
.single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-content ul li:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media (min-width: 1265px) {
  .single-position .single-position-wrapper .single-position-desc-form .single-position-desc .single-position-desc-content ul li {
    font-size: 1.8rem;
  }
}

.single-position-form .section-title {
  margin-bottom: 7.6rem;
}
@media (min-width: 1265px) {
  .single-position-form .section-title {
    margin-bottom: 5.5rem;
  }
}
@media (min-width: 1265px) {
  .single-position-form .section-title .small-title {
    margin-bottom: 5.5rem;
  }
}
.single-position-form .form-section {
  margin-bottom: 7.6rem;
}
@media (min-width: 1265px) {
  .single-position-form .form-section {
    margin-bottom: 9rem;
  }
}
@media (min-width: 768px) {
  .single-position-form .form-section.personal {
    margin-bottom: 4.7rem;
  }
}
@media (min-width: 1265px) {
  .single-position-form .form-section.personal {
    margin-bottom: 5.8rem;
  }
}
.single-position-form .form-section.personal .form-group-wrapper .form-group {
  margin-bottom: 2.9rem;
}
@media (min-width: 1265px) {
  .single-position-form .form-section.personal .form-group-wrapper .form-group {
    margin-bottom: 3.2rem;
  }
}
@media (min-width: 576px) {
  .single-position-form .form-section.education {
    margin-bottom: 5.2rem;
  }
}
@media (min-width: 1265px) {
  .single-position-form .form-section.education {
    margin-bottom: 4.5rem;
  }
}
.single-position-form .form-section.education .form-group-wrapper .form-group .checkbox {
  margin-bottom: 2.4rem;
}
@media (min-width: 1265px) {
  .single-position-form .form-section.education .form-group-wrapper .form-group .checkbox {
    margin-bottom: 4.5rem;
  }
}
.single-position-form .form-section.certification .form-section-item {
  margin-bottom: 4rem;
}
@media (min-width: 576px) {
  .single-position-form .form-section.certification .form-section-item {
    margin-bottom: 1.6rem;
  }
}
@media (min-width: 1265px) {
  .single-position-form .form-section.certification .form-section-item {
    margin-bottom: 0;
  }
}
.single-position-form .form-section.certification .form-section-item .form-group-wrapper .form-group .checkbox {
  margin-bottom: 2.4rem;
}
@media (min-width: 1265px) {
  .single-position-form .form-section.certification .form-section-item .form-group-wrapper .form-group .checkbox {
    margin-bottom: 4.5rem;
  }
}
.single-position-form .form-section.certification .form-section-item.select {
  position: relative;
}
@media (min-width: 1265px) {
  .single-position-form .form-section.certification .form-section-item.select .form-subtitle {
    margin-bottom: 6rem;
  }
}
.single-position-form .form-section.certification .form-section-item.select .form-wrapper .form-group-wrapper {
  position: relative;
  max-width: 70.8rem;
  margin-bottom: 3rem;
}
.single-position-form .form-section.certification .form-section-item.select .form-wrapper .form-group-wrapper .form-group {
  flex: 0 0 70.8rem;
  width: 70.8rem;
}
.single-position-form .form-section.certification .form-section-item.select .form-wrapper .form-group-wrapper .remove-language {
  position: absolute;
  top: 13px;
  right: 10%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.5rem;
  transition: 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 30;
}
.single-position-form .form-section.certification .form-section-item.select .form-wrapper .form-group-wrapper .remove-language svg path {
  transition: 0.3s linear;
}
.single-position-form .form-section.certification .form-section-item.select .form-wrapper .form-group-wrapper .remove-language:hover {
  background-color: #231F20;
}
.single-position-form .form-section.certification .form-section-item.select .form-wrapper .form-group-wrapper .remove-language:hover svg path {
  fill: #fff;
}
.single-position-form .form-section.certification .form-section-item.select .add-licence {
  margin-top: 1.7rem;
}
@media (min-width: 1265px) {
  .single-position-form .form-section.certification .form-section-item.select .add-licence {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    min-width: 21.4rem;
  }
}
@media (min-width: 1265px) {
  .single-position-form .form-section.language {
    margin-bottom: 6rem;
    position: relative;
  }
}
.single-position-form .form-section.language .form-group-wrapper {
  position: relative;
}
.single-position-form .form-section.language .form-group-wrapper .remove-language {
  position: absolute;
  top: 13px;
  right: 10%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.5rem;
  transition: 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 30;
}
.single-position-form .form-section.language .form-group-wrapper .remove-language svg path {
  transition: 0.3s linear;
}
.single-position-form .form-section.language .form-group-wrapper .remove-language:hover {
  background-color: #231F20;
}
.single-position-form .form-section.language .form-group-wrapper .remove-language:hover svg path {
  fill: #fff;
}
.single-position-form .form-section.language .form-group-wrapper .form-group {
  margin-bottom: 3rem;
}
.single-position-form .form-section.language .add-language {
  margin-top: 1.7rem;
}
@media (min-width: 1265px) {
  .single-position-form .form-section.language .add-language {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
  }
}
@media (min-width: 576px) {
  .single-position-form .form-section.experience {
    margin-bottom: 5.2rem;
  }
}
@media (min-width: 1265px) {
  .single-position-form .form-section.experience {
    margin-bottom: 4.5rem;
  }
}
.single-position-form .form-section.experience .form-group-wrapper .form-group .checkbox {
  margin-bottom: 2.4rem;
}
@media (min-width: 1265px) {
  .single-position-form .form-section.experience .form-group-wrapper .form-group .checkbox {
    margin-bottom: 4.5rem;
  }
}
@media (min-width: 768px) {
  .single-position-form .form-section.upload {
    margin-bottom: 6rem;
  }
}
@media (min-width: 1265px) {
  .single-position-form .form-section.upload {
    margin-bottom: 3.9rem;
  }
}
@media (min-width: 768px) {
  .single-position-form .form-section.upload .form-section-item-wrapper {
    display: flex;
  }
}
.single-position-form .form-section.upload .form-section-item-wrapper .form-section-item {
  margin-bottom: 2.7rem;
}
@media (min-width: 768px) {
  .single-position-form .form-section.upload .form-section-item-wrapper .form-section-item {
    margin-bottom: 0;
    flex: 0 0 auto;
    width: auto;
    margin-right: 4.9rem;
  }
}
.single-position-form .form-section.upload .form-section-item-wrapper .form-section-item .form-subtitle {
  margin-bottom: 1.8rem;
  font-size: 1.8rem;
}
@media (min-width: 1265px) {
  .single-position-form .form-section.upload .form-section-item-wrapper .form-section-item .form-subtitle {
    margin-bottom: 2.5rem;
    font-size: 2rem;
  }
}
.single-position-form .form-section .form-title {
  color: #231F20;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 192%;
  letter-spacing: -0.48px;
  margin-bottom: 3rem;
}
@media (min-width: 1265px) {
  .single-position-form .form-section .form-title {
    font-size: 3.2rem;
    line-height: 144%;
    letter-spacing: -0.64px;
    margin-bottom: 4.4rem;
  }
}
.single-position-form .form-section .form-section-item .form-subtitle {
  color: #231F20;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 3rem;
  text-transform: uppercase;
}
@media (min-width: 1265px) {
  .single-position-form .form-section .form-section-item .form-subtitle {
    margin-bottom: 2.1rem;
  }
}
.single-position-form .form-section .form-group-wrapper {
  display: block;
  padding-top: 0;
}
@media (min-width: 768px) {
  .single-position-form .form-section .form-group-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.single-position-form .form-section .form-group-wrapper .form-group {
  margin-bottom: 0;
  position: relative;
}
@media (min-width: 768px) {
  .single-position-form .form-section .form-group-wrapper .form-group {
    flex: 0 0 45%;
    width: 45%;
  }
}
.single-position-form .form-section .form-group-wrapper .form-group.checkbox {
  display: block;
}
@media (min-width: 576px) {
  .single-position-form .form-section .form-group-wrapper .form-group.checkbox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    flex: 0 0 100%;
  }
  .single-position-form .form-section .form-group-wrapper .form-group.checkbox .checkbox {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .single-position-form .form-section .form-group-wrapper .form-group.checkbox .checkbox {
    flex: 0 0 calc(33.3333333333% - 2rem);
    width: calc(33.3333333333% - 2rem);
    margin-right: 3rem;
  }
  .single-position-form .form-section .form-group-wrapper .form-group.checkbox .checkbox:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1265px) {
  .single-position-form .form-section .form-group-wrapper .form-group.checkbox .checkbox {
    flex: 0 0 calc(25% - 2.25rem);
    width: calc(25% - 2.25rem);
    margin-right: 3rem;
  }
  .single-position-form .form-section .form-group-wrapper .form-group.checkbox .checkbox:nth-of-type(3n) {
    margin-right: 3rem;
  }
  .single-position-form .form-section .form-group-wrapper .form-group.checkbox .checkbox:nth-of-type(4n) {
    margin-right: 0;
  }
}
.single-position-form .form-section .form-group-wrapper .form-group .error-msg {
  margin: 0;
  flex: 0 0 100%;
  width: 100%;
}
.single-position-form .form-section .form-group-wrapper .form-group .label {
  position: absolute;
  top: 1.7rem;
  color: #231F20;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}
@media (min-width: 1265px) {
  .single-position-form .form-section .form-group-wrapper .form-group .label {
    font-size: 1.8rem;
  }
}
.single-position-form .form-section .form-group-wrapper .form-group .label .star {
  color: #ff0004;
}
.single-position-form .form-section .form-group-wrapper .form-group .label.active-label {
  color: #8b8b8b;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  position: absolute;
  top: -5px;
}
.single-position-form .form-section .form-group-wrapper .form-group .input-wrapper .date-icon {
  display: block;
  position: absolute;
  right: 0;
  top: 1rem;
  width: 1.8rem;
  height: 1.8rem;
}
@media (min-width: 1265px) {
  .single-position-form .form-section .form-group-wrapper .form-group .input-wrapper .date-icon {
    width: 2rem;
    height: 2rem;
  }
}
.single-position-form .form-section .form-group-wrapper .form-group .input-wrapper .date-icon svg {
  width: 1.8rem;
  height: 1.8rem;
}
@media (min-width: 1265px) {
  .single-position-form .form-section .form-group-wrapper .form-group .input-wrapper .date-icon svg {
    width: 2rem;
    height: 2rem;
  }
}
.single-position-form .form-section .form-group-wrapper .form-group input {
  border-bottom: 0.816px solid #d9d9d9;
  color: #231F20;
  height: 4.8rem;
  font-size: 1.4rem;
}
@media (min-width: 1265px) {
  .single-position-form .form-section .form-group-wrapper .form-group input {
    font-size: 1.8rem;
    height: 5.3rem;
  }
}
@media (min-width: 1265px) {
  .single-position-form .form-section .form-group-wrapper .form-group input[type=checkbox]:hover + .fake-checkbox {
    border: none;
  }
  .single-position-form .form-section .form-group-wrapper .form-group input[type=checkbox]:hover + .fake-checkbox::after {
    width: 100%;
    height: 100%;
    background-image: url(../webp/checked.webp);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
    transform: unset;
    opacity: 0.5;
  }
}
.single-position-form .form-section .form-group-wrapper .form-group input[type=checkbox]:checked + .fake-checkbox::after {
  width: 100%;
  height: 100%;
  background-image: url(../webp/checked.webp);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  transform: unset;
}
.single-position-form .form-section .form-group-wrapper .form-group input[type=checkbox]:checked ~ .checkbox-text {
  font-weight: 400;
}
.single-position-form .form-section .form-group-wrapper .form-group .checkbox {
  align-items: center;
}
.single-position-form .form-section .form-group-wrapper .form-group .checkbox .fake-checkbox {
  border: 0.399px solid #231f20;
  margin-right: 2rem;
}
@media (min-width: 1265px) {
  .single-position-form .form-section .form-group-wrapper .form-group .checkbox .fake-checkbox {
    width: 24px;
    flex: 0 0 24px;
    height: 24px;
  }
}
.single-position-form .form-section .form-group-wrapper .form-group .checkbox .checkbox-text {
  color: #231F20 !important;
  font-size: 1.6rem;
  line-height: normal;
  cursor: pointer;
}
.single-position-form .btn-position-form {
  display: flex;
  width: 100%;
  background-color: #231F20;
}
@media (min-width: 1265px) {
  .single-position-form .btn-position-form {
    color: #fff;
    background-color: #231F20;
  }
  .single-position-form .btn-position-form svg path {
    fill: #fff;
  }
}

.contact-licences .selectize-input {
  height: auto;
  transition: 0.2s linear;
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  background-color: transparent;
  border: none;
  border-bottom: 0.816px solid #d9d9d9 !important;
  padding: 1.4rem 0;
  color: #231F20;
  outline: none;
  box-shadow: none;
  border-radius: 0;
}
@media (min-width: 1265px) {
  .contact-licences .selectize-input {
    font-size: 1.8rem;
  }
}
.contact-licences .selectize-input > div {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #231F20;
}
@media (min-width: 1265px) {
  .contact-licences .selectize-input > div {
    font-size: 1.8rem;
  }
}
.contact-licences .selectize-input input {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  color: #231F20 !important;
  height: auto !important;
}
@media (min-width: 1265px) {
  .contact-licences .selectize-input input {
    font-size: 1.8rem !important;
  }
}
.contact-licences .selectize-input input::placeholder {
  font-size: 1.4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #231F20;
  opacity: 1;
  white-space: pre-wrap;
}
@media (min-width: 1265px) {
  .contact-licences .selectize-input input::placeholder {
    font-size: 1.8rem;
  }
}
.contact-licences .selectize-input.dropdown-active::after {
  transform: translateY(-53%) rotateZ(180deg);
}
.contact-licences .selectize-input::after {
  transition: 0.4s linear !important;
  width: 14px !important;
  height: 14px !important;
  position: absolute !important;
  top: 53% !important;
  right: 15px !important;
  transform: translateY(-53%) !important;
  margin-top: unset !important;
  border-style: unset !important;
  border-width: unset !important;
  border-color: unset !important;
  background-image: url("../webp/down.webp") !important;
  background-size: 14px 14px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.contact-licences .selectize-dropdown {
  position: relative !important;
  box-shadow: none;
  border-radius: 0 !important;
  border: none !important;
  top: 0 !important;
  margin: -2px 0 0 0;
  overflow: hidden;
  color: #231F20;
}
.contact-licences .selectize-dropdown .option {
  padding: 1.4rem 0 1.4rem 2rem;
}
@media (min-width: 1265px) {
  .contact-licences .selectize-dropdown .option {
    font-size: 1.6rem;
  }
}
.contact-licences .selectize-dropdown .selected {
  background-color: rgba(217, 217, 217, 0.3);
  color: #231F20;
}
.contact-licences .selectize-dropdown .active:not(.selected) {
  background-color: rgba(217, 217, 217, 0.3);
  color: #231F20;
}

.selectize-control.multi .selectize-input > div {
  border: 0.5px solid #000;
  background: transparent;
  color: #231F20;
  padding: 1rem 2.1rem;
  margin-bottom: 1.8rem;
  max-width: 90%;
}

.selectize-control.plugin-remove_button .item .remove {
  border-left: none;
  border-radius: 0;
  margin-left: 0;
  padding: 0 2.1rem;
  font-size: 2rem;
  margin-top: -5px;
}

.selectize-control.plugin-remove_button .item .remove:hover {
  background: transparent;
}

.selectize-control.plugin-remove_button .item.active .remove {
  border-left-color: transparent;
}

.contact-language .selectize-input {
  height: auto;
  transition: 0.2s linear;
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  background-color: transparent;
  border: none;
  border-bottom: 0.816px solid #d9d9d9 !important;
  padding: 1.45rem 0;
  color: #231F20;
  outline: none;
  box-shadow: none;
  border-radius: 0;
}
@media (min-width: 1265px) {
  .contact-language .selectize-input {
    font-size: 1.8rem;
    padding: 14.5px 0;
  }
}
.contact-language .selectize-input > div {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #231F20;
}
@media (min-width: 1265px) {
  .contact-language .selectize-input > div {
    font-size: 1.8rem;
  }
}
.contact-language .selectize-input input {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  color: #231F20 !important;
  height: auto !important;
}
@media (min-width: 1265px) {
  .contact-language .selectize-input input {
    font-size: 1.8rem !important;
  }
}
.contact-language .selectize-input input::placeholder {
  font-size: 1.4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #231F20;
  opacity: 1;
  white-space: pre-wrap;
}
@media (min-width: 1265px) {
  .contact-language .selectize-input input::placeholder {
    font-size: 1.8rem;
  }
}
.contact-language .selectize-input.dropdown-active::after {
  transform: translateY(-53%) rotateZ(180deg) !important;
}
.contact-language .selectize-input::after {
  transition: 0.4s linear !important;
  width: 14px !important;
  height: 14px !important;
  position: absolute !important;
  top: 53% !important;
  right: 15px !important;
  transform: translateY(-53%) !important;
  margin-top: unset !important;
  border-style: unset !important;
  border-width: unset !important;
  border-color: unset !important;
  background-image: url("../webp/down.webp") !important;
  background-size: 14px 14px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.contact-language .selectize-dropdown {
  box-shadow: none;
  border-radius: 0 !important;
  border: none !important;
  top: 0;
  margin: -2px 0 0 0;
  overflow: hidden;
  color: #231F20;
}
.contact-language .selectize-dropdown .option {
  padding: 1.4rem 0 1.4rem 2rem;
}
@media (min-width: 1265px) {
  .contact-language .selectize-dropdown .option {
    font-size: 1.6rem;
  }
}
.contact-language .selectize-dropdown .selected {
  background-color: rgba(217, 217, 217, 0.3);
  color: #231F20;
}
.contact-language .selectize-dropdown .active:not(.selected) {
  background-color: rgba(217, 217, 217, 0.3);
  color: #231F20;
}

.ui-widget.ui-widget-content {
  border: 0.816px solid #d9d9d9;
}

.ui-corner-all {
  border-radius: 0;
}

.ui-widget-content {
  color: #231F20;
}

.ui-widget {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.ui-widget-header {
  border: 0.816px solid #d9d9d9;
  background: #d9d9d9;
  color: #231F20;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  border: 1px solid #3545ff;
  background: rgba(53, 69, 255, 0.8);
  color: #fff;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  background: transparent;
  border: none;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0;
  max-width: 70%;
  margin-inline: auto;
}

.ui-state-default {
  border: 0.816px solid #d9d9d9;
  background: #d9d9d9;
  color: #231F20;
}

.ui-widget-header .ui-icon {
  background-image: url(../png/arrow-l.png) !important;
  background-repeat: no-repeat !important;
  background-size: 1.2rem auto !important;
}

.ui-icon-circle-triangle-w {
  background-position: center !important;
}

.ui-icon-circle-triangle-e {
  background-position: center !important;
}

.ui-datepicker .ui-datepicker-prev span {
  margin-top: -6px !important;
  margin-left: -10px !important;
}

.ui-datepicker .ui-datepicker-next span {
  margin-top: -6px !important;
  margin-left: -6px !important;
}

.ui-datepicker .ui-datepicker-next span {
  transform: rotate(180deg) !important;
}

.file-input {
  display: none;
}

.file-label {
  display: inline-flex;
  align-items: center;
  padding: 1.3rem 2.4rem;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  color: #fff;
  background-color: #231F20;
  border: 0.5px solid #231F20;
}
@media (min-width: 1265px) {
  .file-label {
    color: #231F20;
    padding: 1.6rem 3rem;
    background-color: #fff;
    border: 0.5px solid #231F20;
    transition: 0.3s linear;
  }
}

.file-label svg {
  display: none;
}
@media (min-width: 1265px) {
  .file-label svg {
    display: flex;
    margin-left: 1rem;
  }
  .file-label svg path {
    fill: #231F20;
    transition: 0.3s linear;
  }
}

.file-name-display {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  margin-top: 1rem;
}

@media (min-width: 1265px) {
  .file-label:hover {
    background-color: #231F20;
    border: 0.5px solid #231F20;
    color: #fff;
  }
  .file-label:hover svg path {
    fill: #fff;
  }
}

.form-group.other-input {
  flex: 0 0 100% !important;
  width: 100% !important;
}
@media (min-width: 576px) {
  .form-group.other-input {
    margin-bottom: 2rem !important;
  }
}

.social-wrapper {
  padding-top: 3.1rem;
  display: flex;
  align-items: center;
}
.social-wrapper .social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.5rem;
  height: 5.5rem;
  border: 1.318px solid rgba(35, 31, 32, 0.3);
}
.social-wrapper .social-item:not(:last-of-type) {
  margin-right: 1.3rem;
}

footer {
  background: #231F20;
  padding: 5rem 0 7.5rem;
  position: relative;
}
@media (min-width: 1265px) {
  footer {
    padding: 6.8rem 0 6.8rem;
  }
}
footer .footer-wrapper {
  position: relative;
  z-index: 10;
}
footer .footer-wrapper .footer-top {
  margin-bottom: 3.7rem;
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5.7rem;
  }
}
@media (min-width: 992px) and (min-width: 1450px) {
  footer .footer-wrapper .footer-top {
    flex-wrap: nowrap;
  }
}
footer .footer-wrapper .footer-top .footer-form-wrapper {
  margin-bottom: 3.4rem;
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-top .footer-form-wrapper {
    flex: 100%;
    width: 100%;
  }
}
@media (min-width: 1265px) {
  footer .footer-wrapper .footer-top .footer-form-wrapper {
    flex: 0 0 47.5rem;
    width: 47.5rem;
    margin-right: 15.5rem;
    margin-bottom: 0;
  }
}
footer .footer-wrapper .footer-top .footer-form-wrapper .footer-form-title {
  display: block;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 129%;
  letter-spacing: -0.48px;
  margin-bottom: 3.8rem;
}
@media (min-width: 1265px) {
  footer .footer-wrapper .footer-top .footer-form-wrapper .footer-form-title {
    font-size: 4.4rem;
    line-height: 113%;
    letter-spacing: -0.88px;
    margin-bottom: 4.4rem;
  }
}
footer .footer-wrapper .footer-top .footer-form-wrapper input[type=checkbox]:checked + .fake-checkbox::after {
  width: 100%;
  height: 100%;
  background-image: url(../webp/checked.webp);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  transform: unset;
}
footer .footer-wrapper .footer-top .footer-form-wrapper input[type=checkbox]:checked ~ .checkbox-text {
  font-weight: 400;
}
footer .footer-wrapper .footer-top .footer-form-wrapper .form-group.button {
  margin-bottom: 0;
  flex: 0 0 5.7rem;
}
footer .footer-wrapper .footer-top .footer-form-wrapper .checkbox-text a {
  color: #fff;
  transition: 0.3s linear;
}
footer .footer-wrapper .footer-top .footer-form-wrapper .checkbox-text a:hover {
  text-decoration: underline;
}
footer .footer-wrapper .footer-top .footer-menu {
  column-count: 2;
  margin-bottom: 3.7rem;
  text-align: center;
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-top .footer-menu {
    gap: 20rem;
    margin-bottom: 0;
    text-align: start;
  }
}
@media (min-width: 1265px) {
  footer .footer-wrapper .footer-top .footer-menu {
    gap: 0;
    flex: 1;
    width: 100%;
  }
}
footer .footer-wrapper .footer-top .footer-menu .footer-menu-item {
  margin-bottom: 3.2rem;
}
footer .footer-wrapper .footer-top .footer-menu .footer-menu-item .footer-menu-link {
  display: inline-block;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 100%;
  position: relative;
  text-decoration: none;
}
footer .footer-wrapper .footer-top .footer-menu .footer-menu-item .footer-menu-link::after {
  content: "";
  width: 100%;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: -1rem;
  left: 0;
  opacity: 0;
  transition: opacity 300ms ease;
}
footer .footer-wrapper .footer-top .footer-menu .footer-menu-item .footer-menu-link:hover::after {
  opacity: 1;
}
footer .footer-wrapper .footer-top .footer-menu .footer-menu-item .footer-menu-link.active::after {
  opacity: 1;
}
@media (min-width: 1265px) {
  footer .footer-wrapper .footer-top .footer-menu .footer-menu-item .footer-menu-link {
    font-size: 1.4rem;
  }
}
footer .footer-wrapper .footer-top .footer-info {
  text-align: center;
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-top .footer-info {
    text-align: start;
  }
}
@media (min-width: 1265px) {
  footer .footer-wrapper .footer-top .footer-info {
    flex: 0 0 22rem;
    width: 22rem;
  }
}
footer .footer-wrapper .footer-top .footer-info p,
footer .footer-wrapper .footer-top .footer-info a {
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 171%;
  margin-bottom: 0.5rem;
}
footer .footer-wrapper .footer-top .footer-info p a,
footer .footer-wrapper .footer-top .footer-info a a {
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 171%;
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 3.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}
footer .footer-wrapper .footer-bottom .social-wrapper {
  padding-top: 0;
  margin-bottom: 4.3rem;
  justify-content: center;
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-bottom .social-wrapper {
    margin-bottom: 0;
    justify-content: start;
  }
}
footer .footer-wrapper .footer-bottom .social-wrapper .social-item {
  border: 1.318px solid rgba(255, 255, 255, 0.3);
  transition: 0.3s linear;
}
footer .footer-wrapper .footer-bottom .social-wrapper .social-item svg {
  transition: 0.3s linear;
  fill: #fff;
}
footer .footer-wrapper .footer-bottom .social-wrapper .social-item:hover {
  background-color: #fff;
}
footer .footer-wrapper .footer-bottom .social-wrapper .social-item:hover svg {
  fill: #231F20;
}
footer .footer-wrapper .footer-bottom .footer-static {
  text-align: center;
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-bottom .footer-static {
    text-align: start;
    display: flex;
    align-items: center;
  }
}
footer .footer-wrapper .footer-bottom .footer-static .static-menu {
  margin-bottom: 1.9rem;
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-bottom .footer-static .static-menu {
    margin-bottom: 0;
    margin-right: 1.7rem;
    display: flex;
    align-items: center;
  }
}
footer .footer-wrapper .footer-bottom .footer-static .static-menu .static-item {
  margin-right: 1.2rem;
}
footer .footer-wrapper .footer-bottom .footer-static .static-menu .static-item .static-link {
  display: block;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 100%;
  position: relative;
  text-decoration: none;
}
footer .footer-wrapper .footer-bottom .footer-static .static-menu .static-item .static-link::after {
  content: "";
  width: 100%;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: -1rem;
  left: 0;
  opacity: 0;
  transition: opacity 300ms ease;
}
@media (min-width: 1265px) {
  footer .footer-wrapper .footer-bottom .footer-static .static-menu .static-item .static-link:hover::after {
    opacity: 1;
  }
  footer .footer-wrapper .footer-bottom .footer-static .static-menu .static-item .static-link.active::after {
    opacity: 1;
  }
}
footer .footer-wrapper .footer-bottom .footer-static .copyright {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-bottom .footer-static .copyright {
    display: flex;
    align-items: center;
  }
}
footer .footer-wrapper .footer-bottom .footer-static .copyright .copyright-link {
  text-decoration: none;
  text-transform: uppercase;
}
footer .footer-wrapper .footer-bottom .footer-static .copyright span {
  display: block;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 100%;
  position: relative;
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-bottom .footer-static .copyright span {
    font-size: 1.3rem;
    padding: 0 2.4rem;
  }
}
footer .footer-wrapper .footer-bottom .footer-static .copyright span:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-bottom .footer-static .copyright span:not(:last-of-type) {
    margin-bottom: 0;
  }
}
footer .footer-wrapper .footer-bottom .footer-static .copyright span:not(:first-of-type)::before {
  display: none;
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-bottom .footer-static .copyright span:not(:first-of-type)::before {
    display: block;
    content: "";
    position: absolute;
    background-color: #a7a9ac;
    width: 2px;
    height: 1.4rem;
    left: 0;
    top: 0;
  }
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-bottom .footer-static .copyright span:last-of-type {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-bottom .footer-static .copyright span:first-of-type::before {
    content: "";
    position: absolute;
    background-color: #a7a9ac;
    width: 2px;
    height: 1.4rem;
    left: 0;
    top: 0;
  }
}
footer .footer-wrapper .footer-bottom .footer-static .copyright span a {
  color: #fff;
  text-decoration: underline;
}
footer .footer-wrapper .footer-logo {
  padding-top: 5.4rem;
}
@media (min-width: 1450px) {
  footer .footer-wrapper .footer-logo {
    padding-top: 0;
    position: absolute;
    bottom: 14.6rem;
    right: 0;
  }
}
footer .footer-wrapper .footer-logo .logo-footer {
  display: block;
  max-width: 33.5rem;
  margin-inline: auto;
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-logo .logo-footer {
    padding-top: 7.5rem;
    max-width: 48.7rem;
  }
}
@media (min-width: 1450px) {
  footer .footer-wrapper .footer-logo .logo-footer {
    padding-top: 0;
    margin-inline: unset;
  }
}

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