.cookie-adjust {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(200, 200, 210, 0.9));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .cookie-adjust {
    font-size: 0.7rem;
  }
}
.cookie-adjust h1,
.cookie-adjust h2,
.cookie-adjust h3,
.cookie-adjust h4,
.cookie-adjust h5 {
  font-weight: 600;
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 1.2rem;
}
.cookie-adjust__body {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border-bottom: 5px solid #0b5ed7;
  padding: 3rem 2rem;
  background: #fff;
  margin: 0 10%;
}
@media (max-width: 1200px) {
  .cookie-adjust__body {
    margin: 0 1rem;
  }
}
@media (max-width: 768px) {
  .cookie-adjust__body {
    padding: 1rem 1rem;
    margin: 0 0.3rem;
  }
}
.cookie-adjust__buttons {
  margin-top: 2rem;
}
.cookie-adjust__panel-header {
  font-size: 1.8em;
  font-weight: 600;
  padding-bottom: 0.5rem;
  text-align: center;
}
.cookie-adjust .form-switch {
  margin-bottom: 0.5rem;
}
.cookie-adjust__panel-body {
  display: flex;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-body {
    display: block;
  }
}
.cookie-adjust__panel-navigation {
  flex: 1;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-navigation {
    margin-bottom: 2rem;
  }
}
.cookie-adjust__panel-navigation ul {
  list-style-type: none;
  margin: 0 2rem 0 0;
  padding: 0;
}
.cookie-adjust__panel-navigation ul li {
  background: #eee;
  display: block;
  margin: 0;
  padding: 1rem;
  cursor: pointer;
  border-bottom: 1px solid #aaa;
}
.cookie-adjust__panel-navigation ul li.active {
  background: #0b5ed7;
  color: #fff;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-navigation ul li {
    padding: 1rem 0.5rem;
    text-align: center;
    line-height: 1em;
  }
}
.cookie-adjust__panel-options {
  flex: 2;
}
.cookie-adjust__panel-options .--panel {
  display: none;
}
.cookie-adjust__panel-options .--active {
  display: block;
}
.cookie-adjust__panel-analytics {
  display: none;
}
.cookie-adjust__panel-marketing {
  display: none;
}
.cookie-adjust #cookie-adjust__panel-adjust {
  display: none;
}
.wcag__toolbar {
  position: fixed !important;
  left: 0;
  top: 40vh;
  background: #fff;
}
.wcag__toolbar a {
  display: block;
  font-size: 30px;
  padding: 5px 10px;
  cursor: pointer;
}
.wcag__toolbar a span {
  color: #000;
  display: block;
}
.wcag__toolbar a:hover {
  background: #000;
  color: #fff;
}
.wcag__toolbar a:hover span {
  color: #fff;
}
body.wcag-contrast {
  background: #000 !important;
  color: #fff !important;
}
body.wcag-contrast img,
body.wcag-contrast video,
body.wcag-contrast picture,
body.wcag-contrast div {
  filter: grayscale();
}
body.wcag-fontsize-1 {
  font-size: 20px !important;
}
body.wcag-fontsize-2 {
  font-size: 24px !important;
}
body.wcag-fontsize-3 {
  font-size: 28px !important;
}
.facebookWidget .spinner,
.instagramWidget .spinner {
  background: var(--white);
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 1rem;
}
.facebookWidget .spinner img,
.instagramWidget .spinner img {
  display: block;
  margin: 0 auto;
}
.facebookWidget__header,
.instagramWidget__header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.75rem 2rem;
  background: var(--white);
  margin-bottom: 1.25rem;
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  gap: 1rem;
}
.facebookWidget__icon,
.instagramWidget__icon {
  height: 1.5rem;
}
.facebookWidget__title,
.instagramWidget__title {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--black);
}
.facebookWidget__error,
.instagramWidget__error {
  background: var(--white);
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 1rem;
  display: block;
  text-align: center;
  color: var(--red);
  font-weight: 600;
  letter-spacing: 1px;
}
.facebookWidget__items,
.instagramWidget__items {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.instagramPost,
.facebookPost {
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  overflow: hidden;
}
.instagramPost__imageWrap,
.facebookPost__imageWrap {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
}
.instagramPost__image,
.facebookPost__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instagramPost__body,
.facebookPost__body {
  padding: 1rem;
  background: var(--white);
}
.instagramPost__description,
.facebookPost__description {
  font-size: 0.75rem;
  line-height: 1.3;
  display: block;
  text-decoration: none;
  color: var(--black);
  margin-bottom: 0.75rem;
}
.instagramPost__date,
.facebookPost__date {
  font-size: 0.75rem;
  line-height: 1.3;
  display: block;
  color: var(--grey);
  margin-bottom: 0.75rem;
}
.instagramPost__info,
.facebookPost__info {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
.instagramPost__avatar,
.facebookPost__avatar {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 1px 1px 2px 0px rgba(66, 68, 90, 0.2);
}
.instagramPost__avatar img,
.facebookPost__avatar img {
  width: 1.5rem;
}
.instagramPost__hr,
.facebookPost__hr {
  border-color: var(--grey);
  margin: 1rem 0;
}
.instagramPost__profile,
.facebookPost__profile {
  color: var(--black);
  text-decoration: none;
  flex: 1;
}
.instagramPost__displayName,
.facebookPost__displayName {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.instagramPost__username,
.facebookPost__username {
  color: var(--grey);
  font-size: 0.75rem;
}
.instagramPost__share img,
.facebookPost__share img {
  width: 1.5rem;
}
:root {
  --navy: #003D7C;
  --gray: #E3E9EF;
  --white: #ffffff;
  --black: #0E151D;
  --red: #E40427;
  --redH: #f20507;
}
html {
  background: var(--navy);
  scroll-behavior: smooth;
}
body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  background: #fff;
  color: var(--black);
  margin: 0 auto;
  max-width: 2220px;
  max-width: 1800px;
  overflow-x: hidden;
}
@media (max-width: 1200px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  body {
    font-size: 14px;
  }
}
a {
  color: inherit;
  text-decoration: inherit;
}
.section {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 3rem 0;
}
header {
  border-bottom: 1px solid #ddd;
  padding: 1rem 0;
}
.form-group {
  margin-bottom: 1rem;
}
.btn {
  border-radius: 30px;
  padding: 0.75em 2em;
}
.btn-primary {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
  font-weight: 600;
}
.btn-primary:hover {
  background: var(--redH);
  border-color: var(--redH);
  color: #fff;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 80, 80, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: var(--redH);
  border-color: var(--redH);
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--redH);
  border-color: rgba(242, 80, 80, 0.2);
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 80, 80, 0.2);
}
header {
  padding: 2rem 0;
}
.main-nav {
  text-align: right;
}
.main-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.main-nav ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.main-nav ul li a {
  display: block;
  padding: 1rem 2rem;
}
@media (max-width: 992px) {
  .main-nav ul li a {
    padding: 1rem;
  }
}
.main-nav #menuButton {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: var(--white);
  font-size: 4em;
  display: none;
}
@media (max-width: 768px) {
  .main-nav #menuButton {
    display: block;
  }
}
@media (max-width: 768px) {
  .main-nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    z-index: 1000;
  }
  .main-nav ul {
    position: absolute;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    background: var(--white);
    padding: 0 10%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 0.2s all ease-in-out;
    background-image: url(../image/logo-sq.svg);
    background-repeat: no-repeat;
    background-position: center top 100px;
    background-size: 100px auto;
  }
  .main-nav ul li {
    display: block;
  }
}
body.menu-mobile-active {
  overflow: hidden;
}
body.menu-mobile-active .main-nav ul {
  left: 0;
}
.mission {
  position: relative;
  background: var(--red);
}
.mission::before {
  content: '';
  position: absolute;
  bottom: 20%;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), transparent 95%);
}
.mission__body {
  padding: 5rem 0 14rem 0;
}
.mission__body::before {
  content: '';
  position: absolute;
  bottom: 5%;
  right: 0;
  width: 60%;
  height: 100%;
  background: url(../image/fotel.png) no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
@media (max-width: 992px) {
  .mission__body::before {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .mission__body::before {
    width: 100%;
  }
}
.mission__body::after {
  content: '';
  position: absolute;
  bottom: 5%;
  right: 10%;
  width: 20%;
  height: 70%;
  background: url(../image/pani.png) no-repeat;
  background-size: auto 100%;
  background-position: center bottom;
}
@media (max-width: 992px) {
  .mission__body::after {
    width: 30%;
    background-size: 100% auto;
  }
}
@media (max-width: 768px) {
  .mission__body::after {
    width: 40%;
    background-size: 100% auto;
  }
}
.mission__title {
  color: var(--black);
  font-size: 6em;
  font-weight: 600;
  text-align: center;
  margin: 0 0 3rem 0;
}
@media (max-width: 1400px) {
  .mission__title {
    font-size: 5em;
  }
}
@media (max-width: 1200px) {
  .mission__title {
    font-size: 4em;
  }
}
@media (max-width: 768px) {
  .mission__title {
    font-size: 3em;
  }
}
.mission p {
  color: #fff;
  font-size: 1.4em;
  z-index: 2;
  position: relative;
}
@media (max-width: 1200px) {
  .mission p {
    font-size: 1.3em;
  }
}
@media (max-width: 768px) {
  .mission p {
    font-size: 1.2em;
  }
}
@media (max-width: 768px) {
  .mission p.link {
    margin-bottom: 10rem;
  }
}
.mission a.btn {
  border: 2px solid #fff;
}
.mission .container {
  position: relative;
}
.offer-home {
  overflow-x: hidden;
  width: 100%;
}
.offer-home__body {
  padding: 4em 0;
}
.offer-home__title {
  margin: 0 0 0.75em 0;
  padding: 0;
  font-weight: 600;
  font-size: 2.2em;
  line-height: 1.1em;
}
.offer-home__link {
  margin-top: 1.75em;
}
.offer-home__image {
  position: relative;
}
@media (max-width: 768px) {
  .offer-home__image {
    text-align: center;
  }
}
.offer-home__image picture,
.offer-home__image img {
  display: block;
  position: relative;
  z-index: 2;
  max-width: 100%;
}
@media (max-width: 768px) {
  .offer-home__image picture,
  .offer-home__image img {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .offer-home__image img {
    max-width: 90%;
    margin-bottom: -6rem;
  }
}
.offer-home__image::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  margin-left: -50%;
  background: #eee;
}
@media (max-width: 768px) {
  .offer-home__image::before {
    display: none;
  }
}
.offer-home .order-md-1 .offer-home__image::before {
  right: 0;
  margin-left: 0;
  margin-right: -50%;
}
@keyframes marker {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  80% {
    transform: scale(0.5);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}
.offer-schema {
  width: 100%;
  padding-bottom: 60%;
  background: #333 url(../image/offer-home.jpg) no-repeat center center;
  background-size: 100% auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .offer-schema {
    margin-top: 5rem;
  }
}
.offer-schema .claim {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background: rgba(0, 61, 124, 0.7);
  padding: 2rem 5rem;
  font-size: 2em;
}
@media (max-width: 768px) {
  .offer-schema .claim {
    font-size: 1.4em;
    top: -5.45rem;
    width: 100%;
    padding: 2rem 1rem;
    text-align: center;
  }
}
.offer-schema .offer-item {
  position: absolute;
}
.offer-schema .offer-item .marker {
  width: 65px;
  height: 65px;
  margin-top: -50%;
  margin-left: -50%;
  border-radius: 50%;
  background: rgba(228, 4, 39, 0.5);
  background: var(--red);
  cursor: pointer;
  animation-name: marker;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@media (max-width: 768px) {
  .offer-schema .offer-item .marker {
    width: 30px;
    height: 30px;
  }
}
.offer-schema .offer-item .desc {
  display: none;
  position: absolute;
  white-space: nowrap;
  background: rgba(0, 61, 124, 0.7);
  color: #fff;
  padding: 2rem 4rem;
  font-size: 1.4rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .offer-schema .offer-item .desc {
    font-size: 1em;
  }
}
.offer-schema .offer-item:hover .desc {
  display: block;
}
.offer-schema .offer1 {
  top: 30%;
  left: 39%;
}
.offer-schema .offer1 .desc {
  right: 50%;
  bottom: 120%;
}
.offer-schema .offer1 .marker {
  animation-delay: 0.05s;
}
.offer-schema .offer2 {
  top: 79%;
  left: 81%;
}
.offer-schema .offer2 .desc {
  right: 50%;
  bottom: 120%;
}
.offer-schema .offer2 .marker {
  animation-delay: 0.05s;
}
.offer-schema .offer3 {
  display: none;
  top: 07%;
  left: 79%;
}
.offer-schema .offer3 .desc {
  right: 50%;
  bottom: 120%;
}
.offer-schema .offer3 .marker {
  animation-delay: 0.05s;
}
.offer-schema .offer4 {
  top: 79%;
  left: 95%;
}
.offer-schema .offer4 .desc {
  right: -100%;
  top: 120%;
}
.offer-schema .offer4 .marker {
  animation-delay: 0.2s;
}
.offer-schema .offer5 {
  top: 48%;
  left: 68%;
}
.offer-schema .offer5 .desc {
  right: -250%;
  bottom: 120%;
}
.offer-schema .offer5 .marker {
  animation-delay: 0.25s;
}
.offer-schema .offer6 {
  top: 40%;
  left: 19%;
}
.offer-schema .offer6 .desc {
  right: -250%;
  bottom: 120%;
}
.offer-schema .offer6 .marker {
  animation-delay: 0.3s;
}
.offer-schema .offer7 {
  top: 43.5%;
  left: 52.5%;
}
.offer-schema .offer7 .desc {
  right: -250%;
  bottom: 120%;
}
.offer-schema .offer7 .marker {
  animation-delay: 0.35s;
}
.offer-schema .offer8 {
  top: 53.5%;
  left: 47.5%;
}
.offer-schema .offer8 .desc {
  right: -250%;
  bottom: 120%;
}
.offer-schema .offer8 .marker {
  animation-delay: 0.35s;
}
@keyframes span1 {
  0% {
    transform: translateY(0em);
  }
  40% {
    transform: translateY(0em);
  }
  50% {
    transform: translateY(1.5em);
  }
  90% {
    transform: translateY(1.5em);
  }
  100% {
    transform: translateY(0em);
  }
}
@keyframes span2 {
  0% {
    transform: translateY(0em);
  }
  40% {
    transform: translateY(0em);
  }
  50% {
    transform: translateY(-1.5em);
  }
  90% {
    transform: translateY(-1.5em);
  }
  100% {
    transform: translateY(0em);
  }
}
@keyframes span3 {
  0% {
    transform: translateY(-1.5em);
  }
  40% {
    transform: translateY(-1.5em);
  }
  50% {
    transform: translateY(0em);
  }
  90% {
    transform: translateY(0em);
  }
  100% {
    transform: translateY(-1.5em);
  }
}
@keyframes span4 {
  0% {
    transform: translateY(1.5em);
  }
  40% {
    transform: translateY(1.5em);
  }
  50% {
    transform: translateY(0em);
  }
  90% {
    transform: translateY(0em);
  }
  100% {
    transform: translateY(1.5em);
  }
}
.individual {
  padding: 7em 0;
  text-align: center;
}
.slogan {
  margin-bottom: 3rem;
  text-align: center;
  font-size: 4em;
  height: 1.8em;
  line-height: 1.8em;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .slogan {
    font-size: 3em;
  }
}
@media (max-width: 575px) {
  .slogan {
    font-size: 2em;
  }
}
.slogan span {
  display: inline-block;
}
.slogan .line1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slogan .line1 span:first-child {
  animation-name: span1;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
.slogan .line1 span:last-child {
  animation-name: span2;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
.slogan .line2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slogan .line2 span:first-child {
  animation-name: span3;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
.slogan .line2 span:last-child {
  animation-name: span4;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
.footer {
  font-size: 0.8em;
  color: #666666;
  padding: 4em 0 0 0;
}
@media (max-width: 1200px) {
  .footer {
    text-align: center;
  }
}
.footer__header {
  color: #000;
  font-size: 1.4em;
  font-weight: 600;
  margin-top: 4rem;
}
@media (max-width: 1200px) {
  .footer__header {
    margin-top: 2rem;
  }
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer ul li {
  margin: 0;
  padding: 0;
  display: block;
}
.footer ul li a {
  display: block;
  padding: 0.5em 0;
  white-space: nowrap;
}
.footer ul li a:hover {
  text-decoration: underline;
}
.footer .offer_nav ul li {
  display: inline-block;
  width: 45%;
}
@media (max-width: 1200px) {
  .footer .offer_nav ul li {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .footer .offer_nav ul li {
    width: 100%;
    display: block;
  }
}
.footer .contact_nav span {
  color: #000;
}
.footer .contact_nav a {
  display: block;
  padding: 0.5em 0;
  white-space: nowrap;
}
.footer .subfooter {
  text-align: center;
  font-size: 0.7em;
  padding: 1.5em 0;
  border-top: 1px solid #aaaaaa;
}
.partner {
  padding: 4em 0;
}
.partner picture,
.partner img {
  padding: 0 2em;
}
.offer-show {
  position: relative;
  margin: 0;
}
.offer-show__header {
  background: var(--gray);
  display: flex;
  align-items: center;
}
.offer-show__title {
  font-weight: 600;
  font-size: 3em;
  margin: 0 0 0.5em 0;
  padding: 0;
}
.offer-show__image {
  width: 40%;
}
.offer-show__body {
  width: 40%;
  margin-left: 5%;
}
.offer-show__text {
  position: relative;
  padding: 3em 0;
  border-top: 2px solid var(--red);
  margin: 8em 10% 2em 10%;
}
.offer-show__text::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 2px solid var(--red);
  position: absolute;
  top: -6px;
  right: 0;
  border-radius: 50%;
  background: #fff;
}
.offer-show__text2 {
  position: relative;
  padding: 6em 0;
  background: var(--gray);
}
.baner-header {
  padding: 8em 0;
  background: #000;
  color: #fff;
  background-size: cover;
  background-position: center center;
}
.baner-header.contact {
  background-image: url(../image/bg-contact.jpg);
}
.baner-header.contact p {
  width: 50%;
}
@media (max-width: 992px) {
  .baner-header.contact p {
    width: 100%;
  }
}
.baner-header.contact p:last-child {
  font-size: 2.6em;
  font-weight: 600;
  line-height: 1em;
  width: 70%;
}
@media (max-width: 992px) {
  .baner-header.contact p:last-child {
    width: 100%;
  }
}
.baner-header.about-us {
  background-image: url(../image/bg-about-us.jpg);
}
.baner-header.about-us p {
  width: 50%;
}
@media (max-width: 992px) {
  .baner-header.about-us p {
    width: 100%;
  }
}
.baner-header.about-us p:first-child {
  font-size: 2.6em;
  font-weight: 600;
  line-height: 1em;
  width: 70%;
}
@media (max-width: 992px) {
  .baner-header.about-us p:first-child {
    width: 100%;
  }
}
.about-us-text__body {
  margin: 0 10%;
  padding: 5em 0;
}
@media (max-width: 575px) {
  .about-us-text__body {
    margin: 0;
  }
}
.contact-bar__body {
  padding: 3em 6em;
}
.contact-bar p {
  margin-bottom: 1.5rem;
}
.contact-bar p:first-child {
  font-size: 2.6em;
  font-weight: 600;
  line-height: 1em;
}
.contact-bar .links {
  margin-top: 4rem;
}
.contact-panel {
  padding: 5em 0;
  background: #fff;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
.contact-panel::before {
  position: absolute;
  content: '';
  top: 0;
  right: 50%;
  width: 100%;
  height: 100%;
  background: var(--gray);
}
@media (max-width: 768px) {
  .contact-panel::before {
    display: none;
  }
}
.contact-panel .container {
  position: relative;
}
.contact-panel__logo {
  text-align: center;
}
.contact-panel__logo img {
  min-width: 50%;
}
.contact-panel__body {
  padding-left: 15%;
}
.contact-link {
  margin-top: 3em;
}
@media (max-width: 768px) {
  .contact-link {
    text-align: center;
  }
}
.contact-link a {
  margin: 0 1em;
}
@media (max-width: 768px) {
  .contact-link a {
    display: block;
    margin: 1rem 0;
  }
}
/*# sourceMappingURL=style.css.map */