

/* === content-01 === */


#content-01-1386 {
	 --content-01-background: rgba(0, 0, 0, 0);
	 --content-01-color: rgb(75, 75, 75);
	 --content-01-text-align: left;
}

.content-01 {
    padding: 50px 0;
    text-align: var(--content-01-text-align);
    background-color: var(--content-01-background);
    color: var(--content-01-color);
}

.content-01 img {
    border-radius: 20px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.content-01 h2,
.content-01 .h2 {
    font-size: calc(var(--h3-fontsize) + 6px);
    line-height: 1.2;
    margin: 1rem 0;
}

.content-01 h2:first-child,
.content-01 .h2:first-child {
    margin-top: 0;
}

.content-01 h3,
.content-01 .h3 {
    font-size: calc(var(--h4-fontsize) + 6px);
    line-height: 1.2;
    margin: .75rem 0;
}

.content-01 figure {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.content-01-title {
    margin-bottom: 20px;
}

h3.content-01-title {
    font-style: italic;
}

.content-01 table tr,
.content-01 table td {
    border: 1px solid #434547;
    padding: 1rem;
}

@media screen and (max-width: 767.98px) {
    .content-01 table {
        width: 100%;
        max-width: 100%;
        width: 100%;
        table-layout: fixed;
        overflow-wrap: break-word;
    }
}

@media screen and (max-width: 575.98px) {

    .content-01 h2,
    .content-01 .h2 {
        font-size: calc(var(--h3-fontsize) + 2px);
    }

    .content-01 h3,
    .content-01 .h3 {
        font-size: calc(var(--h4-fontsize) + 2px);
    }
}
/* === content-01 === */



/* === footer-05-brochure === */

:root {
    --form-overlap: 2.5rem;
}

.footer-05 {
    padding: calc(var(--block-padding) + 2rem) 0 0;
    background-color: var(--footer-background, rgb(58, 58, 58));
    color: var(--footer-color, #fff);
    position: relative;
    z-index: 5;


    overflow-x: hidden;
    overflow-x: clip;
    overflow-y: visible;
}

.footer-05>.container>.row {
    --bs-gutter-y: 5.25rem;
}

.footer-05 .btn.arrowed {
    --button-background: #363636;
    --button-background-hover: #3f3f3f;
    --button-color: #fff;
}

.footer-05-form {
    position: relative;
    z-index: 1;
    padding: 5rem 2rem;
    padding-right: 0;
    color: var(--body-color);
    height: 100%;
}

.footer-05-form::before {
    content: "";
    background-color: var(--button-background);
    position: absolute;
    left: calc(-1 * var(--col-overlap));
    top: calc(-1 * 1rem);
    height: calc(100% + var(--form-overlap));
    width: calc(100vw + var(--col-overlap));
    border-radius: 150px 20px 20px 20px;
    z-index: -1;
}

.footer-05-form::after {
    content: "";
    background-color: transparent;

    background-image: url('/images/logo.svg');
    background-repeat: no-repeat;
    background-position: left -70px bottom -80px;
    background-size: 900px auto;

    position: absolute;
    left: calc(-1 * var(--col-overlap));
    top: calc(-1 * 1rem);
    height: calc(100% + 2.5rem);
    width: calc(100vw + var(--col-overlap));
    border-radius: 150px 20px 20px 20px;
    z-index: -1;

    filter: brightness(0) saturate(100%) invert(74%) sepia(35%) saturate(587%) hue-rotate(33deg) brightness(95%) contrast(95%);
}

.footer-05-form::after {
    opacity: 0;
}

.footer-05 .content-col {
    display: flex;
    flex-flow: column;
}

@media screen and (min-width: 1200px) {
    .footer-05 .content-col {
        padding-right: calc(4rem + var(--block-gap) * .5);
        padding-bottom: var(--block-padding);
    }

    .footer-05 .form-col {
        --col-overlap: 4rem;
        padding-left: calc(var(--col-overlap) + var(--block-gap) * .5);
    }
}

.footer-05 .label.h3 {
    margin-bottom: .5rem;
    color: var(--button-background);
    line-height: 1;
    font-weight: var(--h2-fontweight);
}

.footer-05 .footer-05-content {
    margin-bottom: 2rem;
}

.footer-05 .footer-05-title {
    margin-bottom: 2rem;
    line-height: 3rem;
    font-size: calc(var(--h2-fontsize) - 6px);
    color: #fff;
}

.footer-05 .footer-05-text {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -.025em;
}

.footer-05 .footer-05-contact {
    display: flex;
    flex-flow: row wrap;
    gap: var(--block-gap);
    margin-bottom: 2rem;
}

.footer-05 .footer-05-contact>div {
    width: calc(50% - var(--block-gap) * .5);
    display: flex;
    flex-flow: column nowrap;
}

.footer-05 .footer-05-contact>div>a {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    font-size: 20px;
    line-height: 28px;
}

.footer-05 .footer-05-contact>.footer-05-phone>a {
    font-size: 24px;
    line-height: 32px;
}

.footer-05 .footer-05-offices {
    margin-bottom: 4rem;
}

.footer-05 .footer-05-office-list {
    display: flex;
    flex-flow: row wrap;
    gap: var(--block-gap);

    font-size: 16px;
    line-height: 24px;
    margin-top: .75rem;
}

.footer-05 .footer-05-office-list p {
    font-size: 16px;
    line-height: 24px;
}

.footer-05 .footer-05-office-list>div {
    width: calc(50% - var(--block-gap) * .5);
    display: flex;
    flex-flow: column;
    gap: .5rem;
}

.footer-05-social {
    display: flex;
    flex-flow: row wrap;
    gap: 6px;
    margin-top: auto;
}

@media screen and (max-width: 1199.98px) {

    :root {
        --form-overlap: 5.5rem;
    }

    .footer-05 .footer-05-title {
        font-size: var(--h2-fontsize);
    }

    .footer-05 .footer-05-office-list {
        gap: calc(var(--block-gap) * 1.5) var(--block-gap);
    }

    .footer-05-form {
        --form-padding: calc(4.5rem + var(--bs-gutter-x) * .5);
        padding: var(--form-padding) 2.5rem 0 var(--form-padding);
    }

    .footer-05-form::before {
        width: 100vw;
        left: 0;
        top: 0;
    }

    .footer-05 .footer-05-text {
        padding-right: 7.5rem;
    }

    .footer-05 .footer-05-contact>div {
        width: calc(100% / 3 - var(--block-gap) * 1);
    }
}

@media screen and (max-width: 1199.98px) and (min-width: 992px) {
    .footer-05 .footer-05-office-list>div {
        width: calc(100% / 3 - var(--block-gap) * 1);
    }
}

@media screen and (max-width: 991.98px) {
    .footer-05 {
        padding: var(--block-padding) 0 0;
    }

    .footer-05 .footer-05-contact>div {
        width: calc(100% / 2 - var(--block-gap) * .5);
    }

    .footer-05 .footer-05-offices {
        margin-bottom: 3.25rem;
    }

    .footer-05>.container>.row {
        --bs-gutter-y: 3.25rem;
    }

    .footer-05-form {
        --form-padding: 3.75rem;
        padding-top: 5.5rem;
    }

    .footer-05-form::before {
        border-top-left-radius: 110px;
    }
}

@media screen and (max-width: 767.98px) {
    .footer-05-form {
        --form-padding: 3rem;
        padding: 3rem 0 0 2.5rem;
    }

    .footer-05-form::before {
        border-top-left-radius: 60px;
    }
}

@media screen and (max-width: 575.98px) {
    .footer-05 {
        --form-overlap: 0px;
    }

    .footer-05 .form-group.bottom-box {
        flex-flow: column wrap;
    }

    .footer-05 .form-group.bottom-box .btn {
        width: 100%;
        justify-content: space-between;
    }

    .footer-05 .footer-05-office-list {
        gap: var(--block-gap);
    }

    .footer-05 .footer-05-title {
        margin-bottom: 0;
    }

    .footer-05 .footer-05-office-list>div,
    .footer-05 .footer-05-contact>div {
        width: 100%;
    }

    .footer-05 .footer-05-contact {
        gap: 1.75rem;
    }

    .footer-05 .footer-05-text {
        display: none;
    }

    .footer-05 .office-name {
        position: relative;
        cursor: pointer;
        user-select: none;
        margin-bottom: 0;
        transition: margin 0.3s ease;
    }

    .footer-05 .footer-05-office.open .footer-title {
        margin-bottom: 40px;
    }

    .footer-05 .office-name::after {
        content: "\f067";
        font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Free';
        font-weight: 300;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        font-size: 16px;
        line-height: 16px;
        cursor: pointer;
        transition: transform 0.3s ease;
    }

    .footer-05 .footer-05-office.open .office-name::after {
        content: "\f068";
        transform: translateY(-50%) rotate(0deg);
    }

    .footer-05 .footer-05-office .office-address {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        margin-bottom: 0rem;
        transition: max-height 0.3s ease, opacity 0.3s ease, margin-bottom 0.3s ease;
    }

    .footer-05 .footer-05-office.open .office-address {
        max-height: 200px;
        opacity: 1;
        margin-bottom: .5rem;
    }

    .footer-05-form::before {
        width: 200vw;
        left: -50vw;
        border-radius: 0;
    }

    .footer-05-form {
        padding: 3rem 0;
    }

}
/* === footer-05-brochure === */



/* === footer-04-ecommerce === */

.footer-04-ecommerce {
  position: relative;
  overflow-y: visible;
  overflow-x: hidden;
  overflow-x: clip;
  z-index: 4;
}

.footer-04-ecommerce .footer-title {
  color: #5c5c5c;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 2px;
  font-weight: 500;
}

.footer-04-ecommerce .footer-bg {
  background-color: #303030;
  color: #ffffff;
  border-radius: 0 !important;
}

.footer-04-ecommerce .container {
  position: relative;
  z-index: 1;
  padding: calc(6.5rem + var(--form-overlap, 0px)) 0 2.5rem;
}

.footer-04-ecommerce .row {
  --bs-gutter-y: 50px;
}

.footer-04-ecommerce .row.footer-bottom {
  margin-top: 4rem;
  padding-top: 2.5rem;
  position: relative;
}

.footer-04-ecommerce .row.footer-bottom::before {
  content: "";
  background-color: rgb(58, 58, 58);
  position: absolute;
  left: -50vw;
  top: 0;
  height: 1px;
  width: 200vw;
}

.footer-04-ecommerce .row.footer-bottom {
  --bs-gutter-y: 0;
}

.footer-04-ecommerce a {
  text-decoration: none;
}

.footer-04-ecommerce .col-additional-links a {
  color: #a7aeb8;
  font-size: 15px;
  line-height: 35px;
}

.footer-04-ecommerce .column-title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 30px;
}

.footer-04-ecommerce .site-authors {
  text-align: left;
  display: inline-flex;
}

.footer-04-ecommerce .site-authors img {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
}

.footer-04-ecommerce .footer-logo {
  margin-left: auto;
  max-height: 150px;
}

.footer-04-ecommerce .footer-info>* {
  margin-bottom: 6px;
}

.footer-04-ecommerce .footer-info {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .footer-04-ecommerce .footer-info {
    flex-direction: column;
    justify-content: center;
    text-align: left;
  }

  .footer-04-ecommerce .site-authors {
    text-align: left;
  }
}

.footer-04-ecommerce .footer-info a {
  color: #ffffff;
}

.footer-04-ecommerce .footer-info b {
  color: #ffffff;
  font-weight: 500;
}

.footer-04-ecommerce .footer-column {
  display: flex;
  flex-flow: column wrap;
}

.footer-04-ecommerce .footer-column>* {
  width: 100%;
}

@media screen and (max-width: 991.98px) {
  .footer-04-ecommerce .footer-info {
    flex-flow: column wrap;
  }

  .footer-04-ecommerce .footer-column {
    text-align: left;
  }
}

.footer-04-ecommerce .link-list .footer-link a {
  color: var(--button-background);
  font-size: 16px;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
  display: block;
  width: 100%;
  font-family: var(--h4-font);
  width: fit-content;
  transition: color 0.3s ease;
  /* text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; */
  width: 100%;
}

.footer-04-ecommerce #footer_column04.link-list .footer-link a {
  color: var(--button-background);
}

.footer-04-ecommerce .link-list .footer-link a:hover,
.footer-04-ecommerce .link-list .footer-link a:focus,
.footer-04-ecommerce #footer_column04.link-list .footer-link a:hover,
.footer-04-ecommerce #footer_column04.link-list .footer-link a:focus {
  color: var(--button-background-hover);
}

.footer-04-ecommerce .contact-with-us {
  display: flex;
  flex-direction: row;
  margin-top: 25px;
  margin-bottom: 25px;
  align-items: center;
}

.footer-04-ecommerce .contact-with-us .title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
}

.footer-04-ecommerce .contact-with-us .icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.footer-04-ecommerce .contact-with-us .icons>a {
  background: var(--header-color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  text-decoration: none;
  transition: 0.1s all;
}

.footer-04-ecommerce .contact-with-us .icons>a:hover,
.footer-04-ecommerce .contact-with-us .icons>a:active {
  background: #fff;
  color: var(--header-color);
}

.footer-04-ecommerce .last-footer {
  color: #fff;
  font-style: normal;
  font-size: 14px;
}

.footer-04-ecommerce .last-footer a {
  color: #fff;
  font-size: 14px;
  width: 100%;
  text-decoration: none;
}

.footer-04-ecommerce .last-footer em.separator {
  color: #fff;
  font-style: normal;
  margin-left: 5px;
  margin-right: 5px;
}

.footer-newsletter {
  position: relative;
  margin-top: 2rem;
}

.footer-newsletter button {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  padding: 12px 20px;
  border-radius: 7px !important;
  position: relative;
  background-color: rgb(87, 175, 224);
  display: block;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  text-align: start;
  border-color: rgb(87, 175, 224);
}

.footer-newsletter button::after {
  content: "\e093";
  font-family: 'Font Awesome 5 Pro';
  color: #fff;
  font-weight: 400;
  line-height: 0;
  margin-left: 24px;
  font-size: 18px;
  width: 8px;
  display: inline-block;
  height: 0px;
  transform: translate(0, 0);
  will-change: transform;
  position: absolute;
  right: 20px;
  bottom: 22px;
  border: unset;
  text-align: start;
  visibility: visible;
}

.footer-newsletter button:hover {
  background-color: rgba(87, 175, 224, 0.89);
  border-color: rgba(87, 175, 224, 0.89);
}

.footer-newsletter button:hover::after {
  animation: bounceArrowRightBottom 2s infinite;
  animation-delay: .0s;
}

.footer-newsletter button:has(+.form-newsletter.active) {
  outline: none !important;
  visibility: hidden;
}

.form-newsletter {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgb(87, 175, 224);
  width: 100%;
  padding: 12px 20px;
  z-index: 1;
  border-radius: 7px;
  max-height: 100%;
  overflow: hidden;
  transition: all .3s ease;
  opacity: 0;
  pointer-events: none;
  min-width: 100%;
  visibility: hidden;
}

.form-newsletter.active {
  padding: 30px 25px 25px;
  display: block;
  max-height: 700px;
  min-width: 300px;
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.form-newsletter .close-btn {
  position: absolute;
  top: 17px;
  right: 17px;
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 2;
  background-color: transparent !important;
}

.form-newsletter .close-btn::after {
  content: unset;
}

.form-newsletter .close-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(90deg);
}

.form-newsletter .title {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-weight: var(--h3-fontweight);
  font-family: var(--h3-font);
  transition: all .3s ease;
}

.form-newsletter.active .title {
  color: #fff;
  font-size: var(--h3-fontsize);
  line-height: 1;
}

.form-newsletter .form-control {
  border-radius: 0px;
  background-color: #fff;
  border: unset;
  height: 52px;
  border-radius: 3px !important;
}

.form-newsletter .form-control::placeholder,
.form-newsletter .form-control::-webkit-input-placeholder {
  color: #a7aeb8;
  font-size: 15px;
}

.form-newsletter .checkbox+label {
  font-size: 14px;
  line-height: 20px;
}

.form-newsletter .checkbox+label::before {
  border: unset;
  border-radius: 3px !important;
}

.form-newsletter .tickbox.has-error label::before {
  background-color: #ffc8c8;
}

.form-newsletter .tickbox.has-error .error {
  display: none;
}


.form-newsletter .has-error input.error,
.form-newsletter .has-error select.error,
.form-newsletter .has-error textarea.error {
  background-color: #ffc8c8;
}

.form-newsletter .has-error input.error::placeholder,
.form-newsletter .has-error select.error::placeholder,
.form-newsletter .has-error textarea.error::placeholder {
  color: #f00;
}

.form-newsletter .checkbox:checked+label::after {
  top: 4px;
}

.footer-newsletter .form-newsletter button {
  background-color: rgb(0, 56, 84);
  border-color: rgb(0, 56, 84);
  border-radius: 0px !important;
  border-radius: 3px !important;
  text-align: center;
}

.footer-newsletter .form-newsletter button::after {
  position: relative;
  right: unset;
  bottom: unset;
  font-size: 16px;
}

.footer-newsletter .form-newsletter button:hover {
  background-color: rgb(0, 69, 104);
  border-color: rgb(0, 69, 104);
}

@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .footer-sitemap.d-xl-inline-block {
    display: none !important;
  }

  .footer-sitemap.d-xl-none {
    display: inline-block !important;
  }
}

@media screen and (max-width: 1199.98px) and (min-width: 992px) {
  .footer-04-ecommerce .row {
    --bs-gutter-y: 50px;
    --bs-gutter-x: 1.75rem;
  }

  .footer-04-ecommerce .footer-info {
    display: flex;
    flex-flow: row;
    gap: var(--block-gap);
  }

  .footer-04-ecommerce .footer-info>* {
    width: calc(100% / 2 - var(--bs-gutter-x) * 0.5);
  }

  .footer-04-ecommerce .link-list .footer-link a {
    max-width: 180px;
  }
}

@media (max-width: 991.97px) {
  .additional-links .footer-link {
    width: 33%;
    display: inline-block;
  }

  .footer-04-ecommerce .contact-with-us {
    justify-content: center;
    align-items: center;
  }

  .footer-04-ecommerce .last-footer {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer-04-ecommerce .column-title {
    position: relative;
    padding-bottom: 15px;
    padding-top: 15px;
    margin: 0;
    margin-top: 15px;
  }

  .footer-04-ecommerce .column-title .toggle-footer {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
  }

  .additional-links .footer-link {
    width: 100%;
    display: block;
  }

  .footer-04-ecommerce .contact-with-us {
    flex-direction: column;
  }

  .footer-04-ecommerce .contact-with-us .title {
    margin-bottom: 15px;
  }

  .col-additional-links {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .footer-04-ecommerce .footer-column {
    justify-content: start;
    flex-flow: column wrap;
  }
}

@media (max-width: 575.97px) {
  .col-authors .site-authors {
    text-align: left;
  }

  .footer-04-ecommerce .footer-bg {
    padding: 3.5rem 30px 2.75rem !important;
  }

  .footer-04-ecommerce .footer-column {
    margin-bottom: 0;
  }

  .footer-04-ecommerce .container {
    padding: 0 !important;
  }

  .footer-04-ecommerce .row {
    --bs-gutter-y: 0rem;
  }

  .footer-04-ecommerce .row.footer-bottom {
    --bs-gutter-y: 1.5rem;

    margin-top: 3rem;
    padding-top: 1.25rem;
  }

}

@media (max-width: 575.98px) {
  .footer-04-ecommerce .footer-title {
    position: relative;
    cursor: pointer;
    user-select: none;
    margin-bottom: 0;
    transition: margin 0.3s ease;
  }

  .footer-04-ecommerce .footer-title::after {
    content: "\f067";
    font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Free';
    font-weight: 300;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .footer-04-ecommerce .link-list.open .footer-title::after {
    content: "\f068";
    transform: translateY(-50%) rotate(0deg);
  }

  .footer-04-ecommerce .link-list.open .footer-title {
    margin-bottom: 25px;
  }

  .footer-04-ecommerce .link-list .footer-link {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
  }

  .footer-04-ecommerce .link-list.open .footer-link {
    max-height: 50px;
    opacity: 1;
  }

  .footer-04-ecommerce .footer-newsletter {
    max-height: 0;
    overflow: visible;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
  }

  .footer-04-ecommerce .link-list.open .footer-newsletter {
    max-height: 200px;
    opacity: 1;
  }

  .footer-04-ecommerce .footer-column {
    padding: 0;
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .footer-04-ecommerce .row {
    margin: 0;
  }

  .footer-04-ecommerce .row>* {
    padding-inline: 0;
  }
}
/* === footer-04-ecommerce === */

