@charset "UTF-8";
/* All Variables should be declared here which makes it easier to update if something changes globally */
/*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
/*---------------------------------------------------------
  LAYOUT MIXINS
---------------------------------------------------------*/
/*---------------------------------------------------------
  MISC MIXINS
---------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/***
    The new CSS reset - version 1.8.2 (last updated 23.12.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

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

/* Reapply the pointer cursor for anchor tags */
a, button {
  cursor: pointer;
}

/* Remove list styles (bullets/numbers) */
ol, ul, menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  display: block;
  max-inline-size: 100%;
  max-block-size: 100%;
  height: auto;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input, textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  appearance: revert;
}

/* preformatted text - use only for this feature */
pre {
  all: revert;
}

/* reset default text opacity of input placeholder */
::placeholder {
  color: unset;
}

/* remove default dot (•) sign */
::marker {
  content: "";
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly.
   - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

/* Revert Modal native behavior */
:where(dialog:modal) {
  all: revert;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/**
100    Extra Light or Ultra Light
200    Light or Thin
300    Book or Demi
400    Normal or Regular
500    Medium
600    Semibold, Demibold
700    Bold
800    Black, Extra Bold or Heavy
900    Extra Black, Fat, Poster or Ultra Black
**/
body {
  font-size: 1rem;
  line-height: 1.875;
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  --color-orange: #b9975b;
  --color-red: #c8102e;
}
@media (min-width: 768px) {
  body {
    font-size: 1.0625rem;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0;
  font-weight: normal;
  font-family: "beaufort-pro", serif;
}
h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
  margin-top: 0;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
  margin-bottom: 0;
}

h1, .h1 {
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.27;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (min-width: 1260px) {
  h1, .h1 {
    font-size: 3.5rem;
    margin-bottom: 70px;
  }
}

h2, .h2 {
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.27;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 1.9375rem;
  }
}
@media (min-width: 1260px) {
  h2, .h2 {
    font-size: 2.8125rem;
    letter-spacing: 0.15em;
  }
}
@media (min-width: 1600px) {
  h2, .h2 {
    font-size: 3.75rem;
    margin-bottom: 55px;
  }
}

h3, .h3 {
  font-size: 1.625rem;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 1260px) {
  h3, .h3 {
    font-size: 2.1875rem;
    line-height: 1.71;
  }
}

a {
  text-decoration: none;
  color: currentColor;
}

p:not(:last-child) {
  margin: 0 0 1.2em;
}

b, strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

blockquote {
  padding: 0;
  margin: 0;
}

address {
  font-style: normal;
}

.wysiwyg > *:last-child {
  margin-bottom: 0;
}
.wysiwyg a:not(.btn) {
  text-decoration: underline;
}
.wysiwyg ul {
  margin: 0 0 1em;
}
.wysiwyg ol {
  counter-reset: index;
}
.wysiwyg ol li {
  counter-increment: index;
}
.wysiwyg ol li:before {
  content: counters(index, ".") ".";
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=date],
input[type=search],
input[type=url],
input[type=password],
textarea,
select {
  border: 1px solid #000000;
  padding: 0;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  background: transparent;
}

textarea {
  display: block;
}

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

input[type=checkbox] + *,
input[type=radio] + * {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}

input[type=checkbox] + *:before,
input[type=radio] + *:before {
  display: block;
  width: 18px;
  height: 18px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 3px;
  border: 4px solid #ffffff;
  box-shadow: 0 0 0 1px #cccccc;
  border-radius: 3px;
}

input[type=checkbox]:checked + *:before,
input[type=radio]:checked + *:before {
  background: currentColor;
}

.fieldBlock {
  position: relative;
  display: block;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 41px;
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  outline: none;
  margin: 0 15px 15px;
  padding: 2px 25px;
  text-transform: uppercase;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.btn:last-child {
  margin: 0;
}
.btn.hovered {
  border-color: var(--color-red);
  background-color: var(--color-red);
}

table {
  width: 100%;
  max-width: 100%;
}
table th,
table td {
  vertical-align: top;
}
table thead th {
  vertical-align: bottom;
}

@media (min-width: 1260px) {
  .animate {
    transition: 1s all;
  }
  .animate.from-left {
    transform: translateX(-20px);
  }
  .animate.from-left.animated {
    transform: translateX(0);
  }
  .animate.from-opacity0 {
    opacity: 0;
  }
  .animate.from-opacity0.animated {
    opacity: 1;
  }
  .animate.from-bottom {
    transform: translateY(40px);
  }
  .animate.from-bottom.animated {
    transform: translateY(0);
  }
  .animate.from-right {
    transform: translateX(20px);
  }
  .animate.from-right.animated {
    transform: translateX(0);
  }
}
body {
  min-width: 360px;
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  background: #000000 url("../images/bg3.jpg") no-repeat 43% 690px;
}
@media (min-width: 768px) {
  body {
    background-position: 52% 665px;
  }
}
@media (min-width: 1260px) {
  body {
    background-position: center 100vh;
  }
}
@media (min-width: 2000px) {
  body {
    background-size: 100% auto;
  }
}

#site {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  max-width: 1585px;
  padding: 0 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    padding: 0 35px;
  }
}
@media (min-width: 1260px) {
  .container {
    padding: 0 70px;
  }
}

.siteHeader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 3000;
  transition: background-color 0.3s;
}
.siteHeader__inner {
  position: relative;
  height: 80px;
}
.siteHeader__logoContainer {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.siteHeader__logoImage {
  width: 200px;
}
.siteHeader--sticky {
  position: fixed;
  background: #ffffff;
}
.siteHeader--navVisible {
  background: #FAF9F9;
}
@media (min-width: 1260px) {
  .siteHeader--navVisible {
    background: none;
  }
}
.siteHeader--navVisible:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  width: 100%;
  height: 30px;
  background: linear-gradient(180deg, #FAF9F9 0%, rgba(250, 249, 249, 0) 100%);
}
@media (min-width: 1260px) {
  .siteHeader--navVisible:after {
    display: none;
  }
}

.btnMenu {
  position: absolute;
  top: 50%;
  right: -5px;
  padding: 0;
  transform: translateY(-50%);
  z-index: 1000;
  background: transparent;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
}
@media (min-width: 1260px) {
  .btnMenu {
    display: none;
  }
}
.btnMenu__text {
  margin-right: 20px;
}
.btnMenu__hamburger {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
}
.btnMenu__hamburger span {
  display: block;
  border-radius: 0;
  background: #CCCCCC;
  width: 40px;
  height: 4px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.btnMenu__hamburger span:nth-child(1) {
  margin-top: -9px;
}
.btnMenu__hamburger span:nth-child(3) {
  margin-top: 9px;
}
.btnMenu.close .btnMenu__hamburger span:nth-child(1) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.btnMenu.close .btnMenu__hamburger span:nth-child(2) {
  background: transparent;
}
.btnMenu.close .btnMenu__hamburger span:nth-child(3) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.siteFooter {
  position: relative;
  background: rgba(193, 13, 42, 0.8);
  color: #ffffff;
  padding: 110px 0 30px;
}
@media (min-width: 768px) {
  .siteFooter {
    padding: 140px 0 30px;
    line-height: 2;
  }
}
@media (min-width: 1260px) {
  .siteFooter {
    padding: 140px 0 100px;
    margin-top: 200px;
  }
}
.siteFooter__logo {
  position: absolute;
  left: calc(50% - 5px);
  top: -5px;
  transform: translate(-50%, -50%);
  width: 160px;
}
@media (min-width: 768px) {
  .siteFooter__logo {
    width: 170px;
    left: calc(50% - 15px);
  }
}
@media (min-width: 1260px) {
  .siteFooter__cols {
    display: flex;
    justify-content: space-between;
    margin-top: 112px;
  }
}
.siteFooter__cols a {
  position: relative;
  display: inline-block;
}
.siteFooter__cols a:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  opacity: 0;
  transition: opacity 0.3s;
}
.siteFooter__cols a.hovered:after {
  opacity: 1;
}
.siteFooter__contacts {
  text-align: center;
  margin: 60px auto 0;
  letter-spacing: 0.04em;
  max-width: 300px;
}
@media (min-width: 768px) {
  .siteFooter__contacts {
    margin: 40px auto 0;
    max-width: none;
    letter-spacing: 0.01em;
  }
}
@media (min-width: 1260px) {
  .siteFooter__contacts {
    width: 45%;
    margin: 0;
    text-align: left;
  }
}
.siteFooter__contacts strong {
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0em;
}
.siteFooter__copyright {
  text-align: center;
  margin-top: 40px;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .siteFooter__copyright {
    margin-top: 70px;
  }
}
@media (min-width: 1260px) {
  .siteFooter__copyright {
    width: 45%;
    margin: 0;
    text-align: right;
  }
}
@media (min-width: 768px) {
  .siteFooter__copyright br {
    display: none;
  }
}
.siteFooter__designer {
  display: block;
}

.mainNav {
  visibility: hidden;
  opacity: 0;
  padding: 120px 0 0;
  background: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 2000;
  overflow: scroll;
  transition: visibility 0.3s, opacity 0.3s;
}
@media (min-width: 768px) {
  .mainNav {
    padding-top: 180px;
  }
}
@media (min-width: 1260px) {
  .mainNav {
    overflow: visible;
    visibility: visible;
    left: auto;
    right: 65px;
    opacity: 1;
    height: 110px;
    width: auto;
    padding: 0;
    background: none;
    z-index: 4000;
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 1600px) {
  .mainNav {
    right: 50%;
    transform: translateX(735px);
  }
}
.mainNav--visible {
  visibility: visible;
  opacity: 1;
}

.mainMenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
}
@media (min-width: 1260px) {
  .mainMenu {
    flex-direction: row;
    align-items: center;
  }
}
.mainMenu > li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
@media (min-width: 1260px) {
  .mainMenu > li {
    align-items: center;
  }
}
.mainMenu > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  transition: color 0.3s, background-color 0.3s, padding 0.3s;
}
.mainMenu > li.current-menu-ancestor > ul {
  display: block;
}
.mainMenu > li > ul {
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.mainMenu > li > ul > li {
  display: flex;
  flex-wrap: wrap;
}
.mainMenu > li > ul > li > ul {
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.mainMenu > li > ul > li > ul > li {
  display: flex;
  flex-wrap: wrap;
}
.menuArrow {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  transition: color 0.3s;
}
@media (min-width: 1260px) {
  .menuArrow {
    display: none;
  }
}
.menuArrow svg {
  height: 20px;
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.menuArrow.open svg {
  transform: rotate(270deg);
}

.navOverlay {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: #ffffff;
  z-index: 1000;
  transition: visibility 0.3s, opacity 0.3s;
}
.navOverlay--visible {
  opacity: 1;
  visibility: visible;
}

.heroSection {
  position: relative;
  margin: 0;
}
.heroSection__imageContainer {
  position: relative;
  padding-bottom: 56%;
}
@media (min-width: 1260px) {
  .heroSection__imageContainer {
    padding-bottom: 25%;
  }
}
.heroSection__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.heroSection__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.heroSection__textContainer {
  height: 100%;
  display: flex;
  align-items: center;
}

.sectionHero {
  position: relative;
  height: 100vh;
  min-height: 690px;
  margin: 0;
}
@media (min-width: 768px) {
  .sectionHero {
    min-height: 665px;
  }
}
@media (min-width: 1260px) {
  .sectionHero {
    height: 100vh;
    min-height: 665px;
  }
}
.sectionHero__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 20;
}
.sectionHero__video {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 20;
}
.sectionHero__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  padding-top: 90px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 30;
}
@media (min-width: 768px) {
  .sectionHero__overlay {
    padding-top: 60px;
  }
}
.sectionHero__sold {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(193, 13, 42, 0.8);
  color: #ffffff;
  text-transform: uppercase;
  min-height: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  letter-spacing: 0.02em;
}
.sectionHero__letters {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.sectionHero__g {
  background: url("../images/g.png") no-repeat center;
  background-size: contain;
  position: absolute;
  right: calc(50% + 10px);
  bottom: calc(50% + 160px);
  height: 180px;
  width: 180px;
}
@media (min-width: 768px) {
  .sectionHero__g {
    width: 240px;
    height: 240px;
    right: 50%;
    bottom: calc(50% + 80px);
  }
}
@media (min-width: 1260px) {
  .sectionHero__g {
    width: 35.7vh;
    height: 35.7vh;
    right: calc(50% + 195px);
    bottom: calc(50% + 15.3vh);
  }
}
.sectionHero__a {
  background: url("../images/a.png") no-repeat center;
  background-size: contain;
  position: absolute;
  left: calc(50% - 3px);
  bottom: calc(50% + 110px);
  height: 180px;
  width: 180px;
}
@media (min-width: 768px) {
  .sectionHero__a {
    width: 240px;
    height: 240px;
    left: calc(50% - 30px);
    bottom: calc(50% + 40px);
  }
}
@media (min-width: 1260px) {
  .sectionHero__a {
    width: 35.7vh;
    height: 35.7vh;
    left: calc(50% + 165px);
    bottom: calc(50% + 95px);
  }
}
.sectionHero__l {
  background: url("../images/l.png") no-repeat center;
  background-size: contain;
  position: absolute;
  right: calc(50% + 10px);
  top: calc(50% + 174px);
  height: 180px;
  width: 180px;
}
@media (min-width: 768px) {
  .sectionHero__l {
    width: 240px;
    height: 240px;
    top: calc(50% + 105px);
  }
}
@media (min-width: 1260px) {
  .sectionHero__l {
    width: 35.7vh;
    height: 35.7vh;
    top: calc(50% + 11vh);
    right: calc(50% + 195px);
  }
}
.sectionHero__a2 {
  background: url("../images/a2.png") no-repeat center;
  background-size: contain;
  position: absolute;
  left: calc(50% - 4px);
  top: calc(50% + 224px);
  height: 180px;
  width: 180px;
}
@media (min-width: 768px) {
  .sectionHero__a2 {
    width: 240px;
    height: 240px;
    left: calc(50% - 30px);
    top: calc(50% + 173px);
  }
}
@media (min-width: 1260px) {
  .sectionHero__a2 {
    width: 35.7vh;
    height: 35.7vh;
    left: calc(50% + 165px);
    top: calc(50% + 21vh);
  }
}
.sectionHero__logo {
  margin: 0 auto 30px;
  width: 157px;
}
@media (min-width: 768px) {
  .sectionHero__logo {
    width: 220px;
  }
}
@media (min-width: 1260px) {
  .sectionHero__logo {
    width: 525px;
  }
}
.sectionHero h1 {
  position: relative;
  z-index: 100;
}
@media (min-width: 768px) {
  .sectionHero h1 br {
    display: none;
  }
}
.sectionHero__buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
@media (min-width: 640px) {
  .sectionHero__buttons {
    justify-content: center;
    flex-direction: row;
    gap: 20px;
  }
}
@media (min-width: 1260px) {
  .sectionHero__buttons {
    margin-top: -30px;
  }
}
.sectionHero__buttons .btn {
  margin: 0;
}

.sectionDetails {
  position: relative;
  overflow: hidden;
  z-index: 100;
}

.eventDetails {
  margin: 125px 0;
  font-size: 1.625rem;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .eventDetails {
    margin: 200px 0 180px;
  }
}
@media (min-width: 1260px) {
  .eventDetails {
    margin: 250px 0 210px;
    font-size: 2.1875rem;
    line-height: 1.71;
  }
}
.eventDetails__date {
  font-family: "beaufort-pro", serif;
  letter-spacing: 0.01em;
}
.eventDetails__location {
  font-family: "beaufort-pro", serif;
  letter-spacing: 0.01em;
}
.eventDetails__location span {
  display: inline-block;
}
.eventDetails__logos {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .eventDetails__logos {
    display: flex;
    justify-content: center;
    margin-top: 65px;
  }
}
@media (min-width: 1260px) {
  .eventDetails__logos {
    margin-top: 70px;
  }
}
.eventDetails__logo {
  position: relative;
  margin-bottom: 90px;
}
@media (min-width: 768px) {
  .eventDetails__logo {
    margin: 0 65px;
  }
}
.eventDetails__logoTitle {
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .eventDetails__logoTitle {
    margin-bottom: 20px;
  }
}
.eventDetails__logoContainer {
  display: flex;
  height: 70px;
  background: no-repeat center;
  background-size: contain;
  justify-content: center;
}
@media (min-width: 768px) {
  .eventDetails__logoContainer {
    width: 100%;
    max-width: 280px;
    height: 80px;
  }
}
.eventDetails__logo:not(:last-child):after {
  content: "";
  width: 124px;
  height: 1px;
  background: var(--color-red);
  position: absolute;
  left: 50%;
  bottom: -45px;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .eventDetails__logo:not(:last-child):after {
    width: 1px;
    height: 120px;
    left: auto;
    right: -70px;
    bottom: 50%;
    transform: translateY(54%);
  }
}

.disc {
  color: var(--color-orange);
  display: inline-block;
  margin: 0 7px;
}
@media (min-width: 1260px) {
  .disc {
    margin: 0 9px;
  }
}

.eventDescription {
  position: relative;
}
@media (min-width: 1260px) {
  .eventDescription {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}
.eventDescription__imageContainer {
  position: relative;
  width: 87%;
}
@media (min-width: 768px) {
  .eventDescription__imageContainer {
    width: 63%;
    margin-bottom: 45px;
  }
}
@media (min-width: 1260px) {
  .eventDescription__imageContainer {
    width: 45.5%;
    margin: 0;
  }
}
.eventDescription__imageContainer:before {
  content: "";
  display: block;
  padding-bottom: 135%;
}
@media (min-width: 768px) {
  .eventDescription__imageContainer:before {
    padding-bottom: 125%;
  }
}
@media (min-width: 1260px) {
  .eventDescription__imageContainer:before {
    padding-bottom: 135%;
  }
}
.eventDescription__imageContainer img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eventDescription__heading {
  text-align: center;
  margin-top: -95px;
}
@media (min-width: 768px) {
  .eventDescription__heading {
    position: absolute;
    top: 65px;
    padding: 0;
    margin: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .eventDescription__heading br {
    display: none;
  }
}
@media (min-width: 768px) {
  .eventDescription__text {
    margin-left: auto;
    width: 74%;
  }
}
@media (min-width: 1260px) {
  .eventDescription__text {
    margin-left: auto;
    width: 45.5%;
    padding-top: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.eventFeatures {
  text-align: center;
  margin: 85px 0;
}
@media (min-width: 768px) {
  .eventFeatures {
    margin: 135px 0;
  }
}
.eventFeatures__features {
  font-family: "beaufort-pro", serif;
  font-size: 1.625rem;
  line-height: 1.55;
  margin-bottom: 60px;
}
@media (min-width: 1260px) {
  .eventFeatures__features {
    font-size: 2.1875rem;
    line-height: 1.71;
    margin-bottom: 80px;
  }
}
@media (min-width: 1260px) {
  .eventFeatures__features .break {
    display: block;
  }
}
.eventFeatures__buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 640px) {
  .eventFeatures__buttons {
    justify-content: center;
    flex-direction: row;
    gap: 20px;
  }
}
.eventFeatures__buttons .btn {
  margin: 0;
}

.sectionSponsors {
  text-align: center;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .sectionSponsors {
    padding: 15px 0 50px;
  }
}
@media (min-width: 1260px) {
  .sectionSponsors {
    padding: 15px 0 140px;
    background: url("../images/sponsors-bg.jpg") no-repeat center;
    background-size: cover;
  }
}
.sectionSponsors__buttons {
  margin-top: 60px;
}
@media (min-width: 1260px) {
  .sectionSponsors__buttons {
    margin-top: 75px;
  }
}

@media (min-width: 768px) {
  .logosGroups {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .logosGroups > * {
    margin: 0 20px;
    min-width: 330px;
  }
}

.logosGroup {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .logosGroup {
    margin-top: 30px;
  }
}
@media (min-width: 1260px) {
  .logosGroup {
    margin-top: 40px;
  }
}

.logos {
  margin: 40px -10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .logos {
    margin: 40px -25px 0;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1260px) {
  .logos {
    margin-left: -35px;
    margin-right: -35px;
  }
}
.logos__logoContainer {
  display: flex;
  justify-content: center;
  margin: 0 10px 25px;
}
@media (min-width: 768px) {
  .logos__logoContainer {
    margin: 0 25px 25px;
  }
}
@media (min-width: 1260px) {
  .logos__logoContainer {
    margin: 0 35px 35px;
  }
}
@media (min-width: 768px) {
  .logos__logoContainer:nth-child(1) {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .logos__logoContainer:nth-child(1) img {
    width: 525px;
    max-width: 525px;
  }
}
.logos__logoImage {
  max-width: 245px;
}
@media (min-width: 768px) {
  .logos__logoImage {
    max-width: 265px;
  }
}
.logos2 {
  margin: 15px -10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .logos2 {
    margin: 15px -15px 0;
  }
}
@media (min-width: 1260px) {
  .logos2 {
    margin-left: -43px;
    margin-right: -43px;
  }
}
.logos2__logoContainer {
  display: flex;
  justify-content: center;
  margin: 12px 10px;
  width: 100%;
  max-width: 200px;
}
@media (min-width: 768px) {
  .logos2__logoContainer {
    max-width: 210px;
    margin: 12px 15px;
  }
}
@media (min-width: 1260px) {
  .logos2__logoContainer {
    max-width: 280px;
    margin: 15px 43px;
  }
}
.logos2__logoImage {
  max-width: 100%;
}

.logos3 {
  margin: 20px -10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .logos3 {
    margin-top: 30px;
  }
}
@media (min-width: 1260px) {
  .logos3 {
    margin-left: -76px;
    margin-right: -76px;
    margin-top: 40px;
  }
}
.logos3__logoContainer {
  display: flex;
  justify-content: center;
  margin: 15px 10px;
  width: calc((100% - 40px) / 2);
  max-width: 150px;
}
@media (min-width: 768px) {
  .logos3__logoContainer {
    max-width: 165px;
    margin: 11px 35px;
  }
}
@media (min-width: 1260px) {
  .logos3__logoContainer {
    max-width: 215px;
    margin: 18px 76px;
  }
}
.logos3__logoImage {
  max-width: 100%;
}

.logos4 {
  margin: 0 -10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .logos4 {
    min-height: 105px;
  }
}
@media (min-width: 1260px) {
  .logos4 {
    margin-left: -50px;
    margin-right: -50px;
  }
}
.logos4__logoContainer {
  display: flex;
  justify-content: center;
  margin: 13px 20px;
  width: calc((100% - 40px) / 2);
  max-width: 125px;
}
@media (min-width: 768px) {
  .logos4__logoContainer {
    max-width: 135px;
    margin: 15px 15px;
  }
}
@media (min-width: 1260px) {
  .logos4__logoContainer {
    max-width: 180px;
    margin: 20px 50px;
  }
}
.logos4__logoImage {
  max-width: 100%;
}

.socials {
  display: flex;
  align-items: center;
  justify-content: center;
}
.socials > * {
  position: relative;
  margin: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .socials > * {
    margin: 0 20px;
  }
}
.socials > * > *.before {
  opacity: 1;
  transition: opacity 0.3s;
}
.socials > * > *.after {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
}
.socials > *.hovered > *.before {
  opacity: 0;
}
.socials > *.hovered > *.after {
  opacity: 1;
}

.sectionGallery {
  margin: 85px 0 100px;
}
@media (min-width: 768px) {
  .sectionGallery {
    margin: 135px 0;
  }
}
.sectionGallery__inner {
  display: flex;
  flex-direction: column;
  gap: 90px;
}
.sectionGallery__inner.videoFirst {
  flex-direction: column-reverse;
}

.eventVideo {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .eventVideo {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .eventGallery__items {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
  }
}
.eventGallery__item {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .eventGallery__item {
    margin: 30px 15px 0;
    width: calc((100% - 60px) / 2);
  }
}
@media (min-width: 1260px) {
  .eventGallery__item {
    width: calc((100% - 90px) / 3);
  }
}
.eventGallery__imageContainer {
  position: relative;
  padding-bottom: 82%;
  overflow: hidden;
}
.eventGallery__imageContainer img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.eventGallery__imageContainer:hover img {
  transform: scale(1.1);
}
.eventGallery__pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .eventGallery__pagination {
    margin-top: 60px;
  }
}
.eventGallery__credits {
  margin-top: 20px;
  text-align: center;
}
.eventGallery__credits strong {
  font-weight: 600;
}

.videoContainer {
  position: relative;
}
.videoContainer:before {
  content: "";
  display: block;
  padding-bottom: var(--ratio);
}
.videoContainer iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.sectionNews {
  margin: 85px 0 100px;
}
@media (min-width: 768px) {
  .sectionNews {
    margin: 135px 0;
  }
}

.newsCarousel {
  position: relative;
}
.newsCarousel .tns-controls {
  position: absolute;
  top: calc((100vw - 60px) / 2);
  width: 100%;
}
@media (min-width: 768px) {
  .newsCarousel .tns-controls {
    top: calc((100vw - 60px - 40px) / 4);
  }
}
@media (min-width: 1260px) {
  .newsCarousel .tns-controls {
    top: calc((100vw - 140px - 80px) / 6);
  }
}
@media (min-width: 1600px) {
  .newsCarousel .tns-controls {
    top: 225px;
  }
}
.newsCarousel .tns-controls button {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  background: #ffffff;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='23.75px' height='37.75px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='0.5px' stroke-linecap='butt' stroke-linejoin='miter' fill='rgb(255, 255, 255)' d='M22.919,35.230 L22.353,35.964 L1.514,18.988 L1.697,18.750 L1.514,18.512 L22.353,1.536 L22.919,2.270 L2.690,18.750 L22.919,35.230 Z'/%3E%3C/svg%3E") no-repeat center;
  mask-size: 20px auto;
  translate: 0 -50%;
}
@media (min-width: 1260px) {
  .newsCarousel .tns-controls button {
    width: 70px;
    height: 70px;
  }
}
.newsCarousel .tns-controls button[data-controls=prev] {
  right: 100%;
}
.newsCarousel .tns-controls button[data-controls=next] {
  left: 100%;
  rotate: 180deg;
}

.newsTeaser__imageContainer {
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 40px;
}
.newsTeaser__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsTeaser__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.47);
  padding: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.newsTeaser__title {
  font-weight: 700;
  font-size: 49px;
  line-height: 63px;
  text-align: left;
  font-family: "Montserrat", sans-serif;
}
.newsTeaser__date {
  margin-bottom: 25px;
}
.newsTeaser__description {
  font-size: 35px;
  line-height: 45px;
  font-weight: 400;
  margin-bottom: 40px;
  font-family: "beaufort-pro", serif;
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
}

.fancybox-close-small {
  opacity: 1;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  color: #ffffff;
  right: 0;
  width: auto;
  font-weight: 400;
}

.fancybox-button--arrow_left,
.fancybox-button--arrow_right {
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1260px) {
  .fancybox-button--arrow_left,
  .fancybox-button--arrow_right {
    padding: 0 !important;
    width: 140px !important;
  }
}
.fancybox-button--arrow_left svg path,
.fancybox-button--arrow_right svg path {
  stroke-width: 2px;
  fill: none;
}
.fancybox-button--arrow_left:disabled,
.fancybox-button--arrow_right:disabled {
  opacity: 0 !important;
}

@media (min-width: 768px) {
  .fancybox-slide--image {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1260px) {
  .fancybox-slide--image {
    padding-left: 140px;
    padding-right: 140px;
  }
}

.fancybox-bg {
  background: #000000;
}

.select2-container .select2-selection--single {
  height: 53px;
  border-radius: 6px;
  border: 2px solid #000000;
  background: transparent;
  margin: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 10px 60px 10px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #000000;
  font-weight: 400;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #000000;
  font-style: italic;
  opacity: 0.76;
  font-weight: 400;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 51px;
  width: 60px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 10px 6px 0 6px;
  border-top-color: #000000;
  margin: 0;
  transform: translate(-50%, -50%);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-bottom-color: #000000;
  border-width: 0 6px 10px 6px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-radius: 6px;
}

.select2-dropdown {
  border-radius: 6px;
  background: #FFFBF8;
  border: 2px solid #000000;
  padding: 0;
  overflow: hidden;
}

.select2-container--open .select2-dropdown--above {
  border-radius: 6px;
  border: 2px solid #000000;
  margin-bottom: -2px;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 6px;
  border: 2px solid #000000;
  margin-top: -2px;
}

.select2-results__option {
  padding: 6px 22px;
  min-height: 46px;
  display: flex;
  align-items: center;
}
.select2-results__option--highlighted {
  background: #F8E3D5;
}

.wpcf7 form .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 form span.wpcf7-not-valid-tip {
  text-align: right;
  font-size: 14px;
  color: red;
}
.wpcf7 form .wpcf7-response-output {
  text-align: center;
  margin: 30px 0 0;
  padding: 10px 20px;
}
.wpcf7 form div.wpcf7-validation-errors,
.wpcf7 form div.wpcf7-mail-sent-ok {
  border: none;
}
.wpcf7 form div.wpcf7-validation-errors {
  color: red;
}
.wpcf7 form .btnWrap {
  position: relative;
}
.wpcf7 form .btnWrap .ajax-loader {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  margin: 0;
}

.wpcf7-checkbox {
  display: block;
}
.wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  margin: 0;
}
.wpcf7-checkbox .wpcf7-list-item label {
  display: block;
}

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