<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  direction: ltr;
  background: #ffffff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  margin: 0;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a {
  color: #E4BE33;
  text-decoration: none;
  transition: all ease-in 0.2s
}
p {
  color: #E4BE33
}
/*header*/
header {
  margin: 0;
  display: block;
  background: #ff6d00;
  width: 100%;
}
.header-site {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
  justify-content: flex-start;
  width: 100%;
  gap: 1em;
}
header .logo {
  padding: 1em;
}
header .logo a {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 2em;
}
header .baseline {
  font-size: 1.5em;
  line-height: 1.1;
  font-weight: 600;
  color: #ffffff;
  position: relative;
}
header .baseline strong {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: max-content;
  text-transform: uppercase;
  font-size: 2em;
}
header .baseline em {
  font-style: normal;
  text-align: center;
  max-width: max-content;
  margin: 0 auto;
  display: block;
  text-transform: uppercase;
}
header .logo img {
  width: auto;
  max-height: 70px;
}
header .call-contact a, header .mail-contact a {
  display: flex;
  background: #ffffff;
  color: #E4BE33;
  padding: 0 10px;
  font-size: 26px;
  align-items: center;
  width: 50px;
  height: 50px;
  justify-content: center;
  border-radius: 35% 65% 47% 53% / 60% 35% 65% 40%;
}
header .mail-contact a:hover, header .call-contact a:hover {
  background: #E4BE33;
  color: #ffffff;
}
.header-contact {
  display: flex;
  gap: 1em;
}
/*header*/
/*content*/
.main-title {
  width: 100%;
  display: block;
}
.main-block {
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  min-height: 600px;
  align-items: center;
}
.main-block div h2 {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0 auto;
}
.main-block:before {
  height: 75%;
  width: 100%;
  background: #ff6d00;
  content: '';
  position: absolute;
  z-index: 1;
  border-radius: 0% 100% 66% 34% / 31% 0% 100% 70%;
  top: 0;
}
.main-block p {
  color: #ffffff;
  font-size: 18px;
  padding: 0;
  max-width: 75%;
  line-height: 1.4;
  margin: 1em auto;
  font-weight: 500;
}
.main-block img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  border-radius: 37% 63% 56% 44% / 29% 35% 65% 71%;
  max-width: 1160px;
}
.main-block div {
    display: block;
    background-color: #E4BE3399;
    position: relative;
    z-index: 10;
    max-width: 50%;
    padding: 4em;
    border-radius: 37% 63% 56% 44% / 29% 35% 65% 75%;
    text-align: center;
    bottom: 4em;
    width: 100%;
}
.main-block div:before {
  height: 100%;
  content: '';
  background: #E4BE33
}
.content h1 {
  color: #ffffff;
  font-weight: 900;
  margin: 0 0 15px !important;
  line-height: 1;
  font-size: 4em;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.content h1 strong {
  font-size: 28px;
  background: #ff6d00;
  display: block;
  max-width: max-content;
  margin: 0 auto 0;
}
.content h2 {
  color: #ffffff;
  font-weight: 900;
  text-align: center;
  margin: 0;
  line-height: 1.2;
  font-size: 3em;
  background: #ff6d00;
  max-width: max-content;
  padding: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.content-columns {
  width: 100%;
  align-items: normal !important;
  box-sizing: border-box;
  max-width: 1160px;
  margin: 5em auto 0;
  gap: 5em;
  display: flex;
}
.content-columns p {
  font-size: 17px;
  margin: 1em 0;
  text-align: center;
  color: #ffffff;
  font-weight: 400;
}
.right-column-block {
  overflow-wrap: break-word;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  flex-basis: 0;
  flex-grow: 1;
  box-sizing: border-box;
}
.right-column-block img {
  width: 100%;
  height: auto;
}
.left-column-block {
  flex-basis: 0;
  flex-grow: 2;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border-radius: 20px;
  height: auto;
}
.left-column-block div {
  background: #ff6d00;
  border-radius: 32% 68% 43% 57% / 51% 34% 66% 49%;
  padding: 6em 6em;
}
.left-column-block h2 {
  color: #ffffff;
  font-weight: 900;
  text-align: center;
  margin: 0 0 15px !important;
  line-height: 1.2;
  font-size: 2.5em;
  background: transparent;
  max-width: 100%;
  padding: 0;
  display: flex;
  gap: 10px;
  padding-right: 0;
  flex-basis: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.left-column-block h2 strong {
  display: block;
  font-weight: 900
}
.left-column-block h2 span {
  width: auto
}
.left-column-block .intro {
  background: #E4BE33;
  padding: 3em 4em;
  color: #ffffff;
  border-radius: 68% 35% 78% 30% / 40% 49% 64% 71%;
  text-align: center;
}
.left-column-block h3 {
  font-size: 18px;
  margin-bottom: 1em;
  line-height: 1.2;
  text-align: center;
  color: #E4BE33;
  background: #ffffff;
  padding: 10px 20px;
  margin: 0 auto;
  display: block;
  max-width: max-content;
  border-radius: 100px;
}
.services p {
  max-width: 65%;
  margin: 1em auto 2em;
  box-sizing: border-box;
  width: 100%;
  display: block
}
.informations {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.informations h2 {
  background: #E4BE33
}
.informations p {
  color: #ff6d00 !important
}
.informations div {
  margin: 0 auto;
  display: block;
  padding: 0;
}
.informations iframe {
  border: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  min-height: 450px;
  display: block;
}
.address, .email {
  display: flex;
  gap: 5px;
  font-size: 13px;
  align-items: center;
  color: #ff6d00 !important;
}
.phone-number {
  display: flex;
  gap: 5px;
  font-size: 18px;
  align-items: center;
}
.email, .phone-number {
  color: #E4BE33;
  font-weight: 900;
  max-width: max-content;
  width: 100%;
}
.phone-number:before {
  content: '\f095';
  font-family: "Font Awesome 6 free";
  display: flex;
  padding: 0;
  width: 25px;
  height: 25px;
  border-radius: 35% 65% 47% 53% / 60% 35% 65% 40%;
  background: #ff6d00;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 12px;
}
.email:before {
  content: '\f0e0';
  font-family: "Font Awesome 6 free";
  display: flex;
  padding: 0;
  width: 25px;
  height: 25px;
  border-radius: 35% 65% 47% 53% / 60% 35% 65% 40%;
  background: #ff6d00;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 12px;
}
.address:before {
  content: '\f35a';
  font-family: "Font Awesome 6 free";
  display: flex;
  padding: 0;
  width: 25px;
  height: 25px;
  border-radius: 35% 65% 47% 53% / 60% 35% 65% 40%;
  background: #ff6d00;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 12px;
}
footer .phone-number {
  margin: 0 auto;
  color: #ffffff;
}
footer {
  max-width: max-content;
  width: 100%;
  background: #E4BE33;
  margin: 2em auto;
  padding: 2em;
  display: block;
  border-radius: 32% 68% 43% 57% / 51% 34% 66% 49%;
}
footer p {
  color: #ffffff;
  max-width: max-content;
  margin: 0 auto;
  font-size: 13px;
}
@media (max-width:767px) {
  header .mail-contact a {
    font-size: 24px;
    height: 50px;
    width: 50px;
  }
  header .logo img {
    max-height: 50px;
  }
  header .call-contact a:before {
    font-size: 16px;
    width: 30px;
  }
  .header-site {
    align-items: center;
    gap: 1em;
  }
  .main-block h1 {
    font-size: 2em;
  }
  .main-block {
    padding: 0 20px;
    flex-direction: column;
    min-height: 530px;
    align-items: center;
  }
  .main-block div h2 {
    font-size: 18px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0;
  }
  .main-block p {
    font-size: 14px;
    padding: 10px;
    max-width: 100%;
  }
  .content-columns {
    margin: 3em auto 0;
    flex-direction: column;
    padding: 0;
    gap: 0;
  }
  .address {
    padding-left: 2em;
  }
  .content-columns p {
    padding: 2em;
    background: #ff6d00;
    border-radius: 68% 35% 78% 30% / 40% 49% 64% 71%;
  }
  .left-column-block .intro {
    margin: 0;
  }
  .left-column-block h3 {
    border-left: 0;
    padding: 0 30px;
    margin-bottom: 0;
  }
  .informations h2 {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    border-radius: 100px;
  }
  .email {
    font-size: 15px;
    margin: 0;
  }
  .email:before, .phone-number:before {
    font-size: 13px
  }
  header .baseline strong {
    font-size: 22px;
  }
  .main-block img {
    height: 100%;
    object-fit: cover;
  }
  .main-block div {
    max-width: 100%;
  }
  .content h1 strong {
    font-size: 24px;
  }
  .left-column-block div {
    background: transparent;
    padding: 0 1em;
  }
  .services p {
    padding: 4em;
    border-radius: 80% 52% 78% 53% / 44% 34% 70% 47%;
    width: 100%;
    max-width: 100%;
  }
  .informations {
    padding: 1em;
  }
  .informations p {
    color: #ff6d00 !important;
    background: transparent !important;
    text-align: left;
    margin: 0;
    padding: 10px 1em !important;
  }
  .left-column-block h2 span {
    color: #ff6d00;
  }
}</pre></body></html>