:root {
  --container-padding: 12px;
  --content-width: calc(1252px + (2 * var(--container-padding)));
  --grid-row-gap: 12px;
  --grid-column-gap: 12px; }
  @media (min-width: 460px) {
    :root {
      --grid-row-gap: 12px;
      --grid-column-gap: 12px;
      --container-padding: 12px; } }
  @media (min-width: 990px) {
    :root {
      --grid-row-gap: 16px;
      --grid-column-gap: 16px;
      --container-padding: 16px; } }
  @media (min-width: 1200px) {
    :root {
      --grid-row-gap: 26px;
      --grid-column-gap: 26px;
      --container-padding: 26px; } }
.container {
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  width: 100%;
  margin: 0 auto; }
  .container:not(.container--fluid) {
    max-width: var(--content-width); }

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: var(--grid-row-gap) var(--grid-column-gap); }
  .grid.no-gap {
    grid-gap: 0 0; }
  .grid.no-row-gap {
    grid-row-gap: 0; }
  .grid.no-column-gap {
    grid-column-gap: 0; }

.col-0 {
  grid-column-end: span 0; }

.offset-0 {
  grid-column-start: 1; }

.col-1 {
  grid-column-end: span 1; }

.offset-1 {
  grid-column-start: 2; }

.col-2 {
  grid-column-end: span 2; }

.offset-2 {
  grid-column-start: 3; }

.col-3 {
  grid-column-end: span 3; }

.offset-3 {
  grid-column-start: 4; }

.col-4 {
  grid-column-end: span 4; }

.offset-4 {
  grid-column-start: 5; }

.col-5 {
  grid-column-end: span 5; }

.offset-5 {
  grid-column-start: 6; }

.col-6 {
  grid-column-end: span 6; }

.offset-6 {
  grid-column-start: 7; }

.col-7 {
  grid-column-end: span 7; }

.offset-7 {
  grid-column-start: 8; }

.col-8 {
  grid-column-end: span 8; }

.offset-8 {
  grid-column-start: 9; }

.col-9 {
  grid-column-end: span 9; }

.offset-9 {
  grid-column-start: 10; }

.col-10 {
  grid-column-end: span 10; }

.offset-10 {
  grid-column-start: 11; }

.col-11 {
  grid-column-end: span 11; }

.offset-11 {
  grid-column-start: 12; }

.col-12 {
  grid-column-end: span 12; }

.offset-12 {
  grid-column-start: 13; }

@media (min-width: 460px) {
  .col-xs-0 {
    grid-column-end: span 0; }
  .offset-xs-0 {
    grid-column-start: 1; }
  .col-xs-1 {
    grid-column-end: span 1; }
  .offset-xs-1 {
    grid-column-start: 2; }
  .col-xs-2 {
    grid-column-end: span 2; }
  .offset-xs-2 {
    grid-column-start: 3; }
  .col-xs-3 {
    grid-column-end: span 3; }
  .offset-xs-3 {
    grid-column-start: 4; }
  .col-xs-4 {
    grid-column-end: span 4; }
  .offset-xs-4 {
    grid-column-start: 5; }
  .col-xs-5 {
    grid-column-end: span 5; }
  .offset-xs-5 {
    grid-column-start: 6; }
  .col-xs-6 {
    grid-column-end: span 6; }
  .offset-xs-6 {
    grid-column-start: 7; }
  .col-xs-7 {
    grid-column-end: span 7; }
  .offset-xs-7 {
    grid-column-start: 8; }
  .col-xs-8 {
    grid-column-end: span 8; }
  .offset-xs-8 {
    grid-column-start: 9; }
  .col-xs-9 {
    grid-column-end: span 9; }
  .offset-xs-9 {
    grid-column-start: 10; }
  .col-xs-10 {
    grid-column-end: span 10; }
  .offset-xs-10 {
    grid-column-start: 11; }
  .col-xs-11 {
    grid-column-end: span 11; }
  .offset-xs-11 {
    grid-column-start: 12; }
  .col-xs-12 {
    grid-column-end: span 12; }
  .offset-xs-12 {
    grid-column-start: 13; }
  .hide-xs-up {
    display: none; } }

@media (max-width: 459px) {
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; } }

@media (min-width: 545px) {
  .col-sm-0 {
    grid-column-end: span 0; }
  .offset-sm-0 {
    grid-column-start: 1; }
  .col-sm-1 {
    grid-column-end: span 1; }
  .offset-sm-1 {
    grid-column-start: 2; }
  .col-sm-2 {
    grid-column-end: span 2; }
  .offset-sm-2 {
    grid-column-start: 3; }
  .col-sm-3 {
    grid-column-end: span 3; }
  .offset-sm-3 {
    grid-column-start: 4; }
  .col-sm-4 {
    grid-column-end: span 4; }
  .offset-sm-4 {
    grid-column-start: 5; }
  .col-sm-5 {
    grid-column-end: span 5; }
  .offset-sm-5 {
    grid-column-start: 6; }
  .col-sm-6 {
    grid-column-end: span 6; }
  .offset-sm-6 {
    grid-column-start: 7; }
  .col-sm-7 {
    grid-column-end: span 7; }
  .offset-sm-7 {
    grid-column-start: 8; }
  .col-sm-8 {
    grid-column-end: span 8; }
  .offset-sm-8 {
    grid-column-start: 9; }
  .col-sm-9 {
    grid-column-end: span 9; }
  .offset-sm-9 {
    grid-column-start: 10; }
  .col-sm-10 {
    grid-column-end: span 10; }
  .offset-sm-10 {
    grid-column-start: 11; }
  .col-sm-11 {
    grid-column-end: span 11; }
  .offset-sm-11 {
    grid-column-start: 12; }
  .col-sm-12 {
    grid-column-end: span 12; }
  .offset-sm-12 {
    grid-column-start: 13; }
  .hide-sm-up {
    display: none; } }

@media (max-width: 544px) {
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; } }

@media (min-width: 990px) {
  .col-md-0 {
    grid-column-end: span 0; }
  .offset-md-0 {
    grid-column-start: 1; }
  .col-md-1 {
    grid-column-end: span 1; }
  .offset-md-1 {
    grid-column-start: 2; }
  .col-md-2 {
    grid-column-end: span 2; }
  .offset-md-2 {
    grid-column-start: 3; }
  .col-md-3 {
    grid-column-end: span 3; }
  .offset-md-3 {
    grid-column-start: 4; }
  .col-md-4 {
    grid-column-end: span 4; }
  .offset-md-4 {
    grid-column-start: 5; }
  .col-md-5 {
    grid-column-end: span 5; }
  .offset-md-5 {
    grid-column-start: 6; }
  .col-md-6 {
    grid-column-end: span 6; }
  .offset-md-6 {
    grid-column-start: 7; }
  .col-md-7 {
    grid-column-end: span 7; }
  .offset-md-7 {
    grid-column-start: 8; }
  .col-md-8 {
    grid-column-end: span 8; }
  .offset-md-8 {
    grid-column-start: 9; }
  .col-md-9 {
    grid-column-end: span 9; }
  .offset-md-9 {
    grid-column-start: 10; }
  .col-md-10 {
    grid-column-end: span 10; }
  .offset-md-10 {
    grid-column-start: 11; }
  .col-md-11 {
    grid-column-end: span 11; }
  .offset-md-11 {
    grid-column-start: 12; }
  .col-md-12 {
    grid-column-end: span 12; }
  .offset-md-12 {
    grid-column-start: 13; }
  .hide-md-up {
    display: none; } }

@media (max-width: 989px) {
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; } }

@media (min-width: 1200px) {
  .col-lg-0 {
    grid-column-end: span 0; }
  .offset-lg-0 {
    grid-column-start: 1; }
  .col-lg-1 {
    grid-column-end: span 1; }
  .offset-lg-1 {
    grid-column-start: 2; }
  .col-lg-2 {
    grid-column-end: span 2; }
  .offset-lg-2 {
    grid-column-start: 3; }
  .col-lg-3 {
    grid-column-end: span 3; }
  .offset-lg-3 {
    grid-column-start: 4; }
  .col-lg-4 {
    grid-column-end: span 4; }
  .offset-lg-4 {
    grid-column-start: 5; }
  .col-lg-5 {
    grid-column-end: span 5; }
  .offset-lg-5 {
    grid-column-start: 6; }
  .col-lg-6 {
    grid-column-end: span 6; }
  .offset-lg-6 {
    grid-column-start: 7; }
  .col-lg-7 {
    grid-column-end: span 7; }
  .offset-lg-7 {
    grid-column-start: 8; }
  .col-lg-8 {
    grid-column-end: span 8; }
  .offset-lg-8 {
    grid-column-start: 9; }
  .col-lg-9 {
    grid-column-end: span 9; }
  .offset-lg-9 {
    grid-column-start: 10; }
  .col-lg-10 {
    grid-column-end: span 10; }
  .offset-lg-10 {
    grid-column-start: 11; }
  .col-lg-11 {
    grid-column-end: span 11; }
  .offset-lg-11 {
    grid-column-start: 12; }
  .col-lg-12 {
    grid-column-end: span 12; }
  .offset-lg-12 {
    grid-column-start: 13; }
  .hide-lg-up {
    display: none; } }

@media (max-width: 1199px) {
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; } }

:root {
  --white: #FFFFFF;
  --black: #101828;
  --grey: #475467;
  --blue: #1F2D79;
  --yellow: #FFDC50;
  --font-primary: 'Barlow', sans-serif;
  --font-secondary: 'Barlow Condensed', sans-serif; }

*:focus,
*:focus-visible {
  outline: none; }

body {
  background-color: #F2F4F7;
  color: var(--black);
  font-family: var(--font-primary);
  font-size: 16px;
  overflow-x: hidden; }

a {
  text-decoration: none;
  color: var(--green); }

.hidden {
  display: none; }

p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 24px;
  color: var(--grey); }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-secondary);
  margin: 0 0 30px; }

img {
  max-width: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

\:root {
  -moz-tab-size: 4;
  tab-size: 4; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

hr {
  height: 0;
  color: inherit; }

abbr[title] {
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

table {
  text-indent: 0;
  border-color: inherit; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
select {
  text-transform: none; }

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

::-moz-focus-inner {
  border-style: none;
  padding: 0; }

\:-moz-focusring {
  outline: none; }

\:-moz-ui-invalid {
  box-shadow: none; }

legend {
  padding: 0; }

progress {
  vertical-align: baseline; }

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

summary {
  display: list-item; }

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0; }

.btn-white {
  display: inline-block;
  background-color: var(--white);
  border: 1px solid var(--white);
  color: var(--black);
  padding: 14px 16px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px; }

.btn-yellow {
  display: inline-block;
  background-color: var(--yellow);
  border: 1px solid var(--yellow);
  color: var(--black);
  padding: 14px 16px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px; }

.btn-blue {
  display: inline-block;
  background-color: var(--blue);
  border: 1px solid var(--blue);
  color: var(--white);
  padding: 14px 16px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px; }

header {
  padding: 24px 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  position: sticky;
  top: 0;
  z-index: 1000; }
  header .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }

@media (max-width: 989px) {
  nav {
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    padding: 16px;
    display: none; }
    nav.active {
      display: block; } }

nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex; }
  @media (max-width: 989px) {
    nav ul {
      flex-direction: column;
      align-items: center; } }
  nav ul li {
    margin: 0 16px; }
    nav ul li.current_page_item a {
      color: var(--blue); }
    @media (max-width: 989px) {
      nav ul li {
        display: block;
        margin: 8px 0; } }
    nav ul li a {
      font-size: 16px;
      line-height: 24px;
      color: var(--grey); }
      @media (max-width: 989px) {
        nav ul li a {
          font-size: 20px;
          line-height: 30px; } }
    nav ul li.konfigurator a {
      font-weight: bold;
      color: var(--blue); }
    nav ul li.cta a {
      background: var(--blue);
      color: #FFFFFF;
      padding: 14px 16px;
      border-radius: 8px;
      font-weight: bold; }
      @media (max-width: 989px) {
        nav ul li.cta a {
          display: block; } }
.hamburger {
  display: none; }
  @media (max-width: 989px) {
    .hamburger {
      display: block;
      position: absolute;
      top: 34px;
      right: 24px;
      cursor: pointer; } }
  .hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--blue);
    margin-bottom: 4px; }
    .hamburger span:first-child {
      margin-top: 0; }
    .hamburger span:nth-child(2) {
      width: 16px; }
    .hamburger span:last-child {
      margin-bottom: 0; }
  .hamburger.active span:first-child {
    transform: rotate(45deg) translate(4px, 4px); }
  .hamburger.active span:nth-child(2) {
    opacity: 0; }
  .hamburger.active span:last-child {
    transform: rotate(-45deg) translate(4px, -4px); }

.kv {
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../media/kv.jpg") fixed no-repeat center center;
  background-size: cover;
  color: #FFFFFF;
  position: relative; }
  @media (max-width: 989px) {
    .kv {
      height: auto;
      align-items: flex-start;
      padding: 80px 0; } }
  .kv::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); }
  .kv::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 350px;
    height: 350px;
    background: url("../media/corner.svg") no-repeat center center;
    z-index: 1; }
    @media (max-width: 989px) {
      .kv::after {
        width: 100px;
        height: 100px;
        background-size: 100px; } }
  .kv .container {
    position: relative;
    z-index: 100; }
    .kv .container h1 {
      font-size: 60px;
      line-height: 72px;
      margin-bottom: 24px; }
      @media (max-width: 989px) {
        .kv .container h1 {
          font-size: 40px;
          line-height: 48px; } }
    .kv .container p {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 24px;
      color: var(--white); }
      @media (max-width: 989px) {
        .kv .container p {
          font-size: 16px;
          line-height: 24px; } }
    .kv .container .btns {
      display: flex;
      gap: 16px; }

.footer {
  background-color: #0C111D;
  color: var(--white);
  padding: 64px 0 48px; }
  @media (max-width: 989px) {
    .footer {
      padding: 48px 0 32px;
      text-align: center; } }
  .footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
    display: flex; }
    @media (max-width: 989px) {
      .footer ul {
        float: none;
        justify-content: center; } }
    .footer ul li {
      margin-left: 30px; }
      @media (max-width: 989px) {
        .footer ul li {
          margin: 0 10px; } }
      .footer ul li a {
        font-weight: bold; }
        @media (max-width: 989px) {
          .footer ul li a {
            font-size: 14px; } }
        .footer ul li a:hover {
          color: var(--yellow); }
  .footer .copy {
    margin-top: 48px; }
    .footer .copy p {
      color: #D0D5DD;
      margin: 0;
      font-size: 14px; }
      .footer .copy p.web-dev {
        float: right; }
        @media (max-width: 989px) {
          .footer .copy p.web-dev {
            float: none; } }
        .footer .copy p.web-dev a {
          text-decoration: underline; }
          .footer .copy p.web-dev a:hover {
            color: var(--yellow); }

main {
  position: relative; }

.more-info {
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
  padding: 96px 0; }
  @media (max-width: 989px) {
    .more-info {
      padding: 76px 0 56px; } }
  @media (max-width: 989px) {
    .more-info .card {
      margin-bottom: 20px; } }
  .more-info .card img {
    margin-bottom: 30px; }
  .more-info .card h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px; }
  .more-info .card p {
    margin-bottom: 0px;
    color: var(--white); }

.offer-section {
  padding: 96px 0; }
  @media (max-width: 989px) {
    .offer-section {
      padding: 76px 0; } }
.subtitle {
  margin-bottom: 32px; }
  .subtitle h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
    color: var(--blue);
    font-weight: bold; }
  .subtitle h1,
  .subtitle h2 {
    font-size: 36px;
    line-height: 44px;
    font-weight: bold;
    margin-bottom: 20px; }
    @media (max-width: 989px) {
      .subtitle h1,
      .subtitle h2 {
        font-size: 24px;
        line-height: 30px; } }
  .subtitle p {
    font-size: 20px;
    line-height: 30px; }
    @media (max-width: 989px) {
      .subtitle p {
        font-size: 16px;
        line-height: 24px; } }
.y-card {
  background-color: var(--yellow);
  padding: 20px;
  border-radius: 24px; }
  .y-card img {
    margin-bottom: 10px; }
  .y-card h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px; }
  .y-card p {
    margin-bottom: 0; }

.gallery {
  background-color: var(--blue);
  padding: 76px 0; }
  .gallery img {
    width: 100%; }

.dx {
  display: flex;
  align-items: center; }

@media (max-width: 989px) {
  .text-cent {
    text-align: center; } }

.tradicion-section {
  background-color: var(--yellow);
  padding: 76px 0; }
  .tradicion-section .content {
    padding-right: 50px; }
    @media (max-width: 989px) {
      .tradicion-section .content {
        padding-right: 0; } }
.contact-section {
  padding: 76px 0; }
  .contact-section .content {
    padding-left: 50px; }
    @media (max-width: 989px) {
      .contact-section .content {
        padding-left: 0; } }
@media (max-width: 989px) {
  .or-1 {
    order: 1;
    margin-bottom: 30px; } }

@media (max-width: 989px) {
  .or-2 {
    order: 2; } }

.sub-img {
  display: flex;
  justify-content: center;
  align-items: center; }

.info-box {
  background-color: var(--blue);
  color: var(--white);
  padding: 24px; }
  .info-box .img {
    float: left;
    margin-right: 15px; }
  .info-box h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px; }
  .info-box p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: var(--white); }

.contact-form-section {
  padding: 76px 0;
  background-color: var(--yellow); }
  .contact-form-section h2 {
    font-size: 36px;
    line-height: 44px;
    font-weight: bold;
    margin-bottom: 20px; }
    @media (max-width: 989px) {
      .contact-form-section h2 {
        font-size: 24px;
        line-height: 30px; } }
  .contact-form-section p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 50px; }
    @media (max-width: 989px) {
      .contact-form-section p {
        font-size: 16px;
        line-height: 24px; } }
  .contact-form-section label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal; }
  .contact-form-section input[type="text"],
  .contact-form-section input[type="email"],
  .contact-form-section input[type="tel"],
  .contact-form-section textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    color: #667085;
    font-size: 16px; }
    .contact-form-section input[type="text"].wpcf7-not-valid,
    .contact-form-section input[type="email"].wpcf7-not-valid,
    .contact-form-section input[type="tel"].wpcf7-not-valid,
    .contact-form-section textarea.wpcf7-not-valid {
      border-color: red;
      background-color: rgba(255, 0, 0, 0.1); }
  .contact-form-section input[type="text"],
  .contact-form-section input[type="email"],
  .contact-form-section input[type="tel"] {
    height: 44px; }
  .contact-form-section .copyright {
    display: flex;
    align-items: center;
    margin-bottom: 30px; }
    .contact-form-section .copyright label {
      margin: 0; }
      .contact-form-section .copyright label a {
        text-decoration: underline; }
        .contact-form-section .copyright label a:hover {
          text-decoration: none; }
    .contact-form-section .copyright input {
      margin-right: 10px; }
  .contact-form-section .wpcf7-submit,
  .contact-form-section button {
    background-color: var(--blue);
    color: var(--white);
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer; }
  .contact-form-section span.wpcf7-not-valid {
    color: red; }

.contact-form label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal; }

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  color: #667085;
  font-size: 16px; }
  .contact-form input[type="text"].wpcf7-not-valid,
  .contact-form input[type="email"].wpcf7-not-valid,
  .contact-form input[type="tel"].wpcf7-not-valid,
  .contact-form textarea.wpcf7-not-valid {
    border-color: red;
    background-color: rgba(255, 0, 0, 0.1); }

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"] {
  height: 44px; }

.contact-form .copyright {
  display: flex;
  align-items: center;
  margin-bottom: 30px; }
  .contact-form .copyright label {
    margin: 0; }
    .contact-form .copyright label a {
      text-decoration: underline; }
      .contact-form .copyright label a:hover {
        text-decoration: none; }
  .contact-form .copyright input {
    margin-right: 10px; }

.contact-form .wpcf7-submit,
.contact-form button {
  background-color: var(--blue);
  color: var(--white);
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  width: 100%; }

.contact-form span.wpcf7-not-valid {
  color: red; }

.map {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  padding-left: 80px; }
  @media (max-width: 1199px) {
    .map {
      padding-left: 20px; } }
  @media (max-width: 989px) {
    .map {
      position: relative;
      width: 100%;
      height: 400px;
      padding: 0; } }
  .map iframe {
    width: 100%;
    height: 100%; }

.card {
  display: block;
  background-color: var(--blue); }
  .card .img {
    position: relative;
    overflow: hidden;
    height: 300px; }
    .card .img img {
      position: absolute;
      width: 100%;
      top: 50%;
      transform: translateY(-50%); }
  .card .text {
    padding: 20px 30px;
    color: var(--white); }
    .card .text h2 {
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 8px; }
    .card .text p {
      font-size: 16px;
      line-height: 24px;
      color: var(--white);
      margin-bottom: 0; }

.wpcf7-form br {
  display: none; }

.wpcf7-form p {
  margin: 0; }

.wpcf7-not-valid-tip {
  display: none; }
