:root {
  --grid-gap: 24px;
}

* {
  margin: 0;
  padding: 0;
  outline: 0 none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: inherit;
}

html, body {
  height: 100%;
}

html {
  font: 300 16px/20px "Mundial", sans-serif;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  color: #110505;
  background-color: #FFFEF7;
  font-family: "Mundial", sans-serif;
  overflow-x: hidden;
}
@media screen and (max-width: 1024px) {
  body.is_overflow {
    overflow: hidden;
  }
}

#main {
  flex: 1 0 auto;
  margin-top: 142px;
}

.home #main {
  margin-top: 0;
}

.our-work #main {
  margin-bottom: 0;
}

.container {
  width: 1340px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) and (min-width: 767px) {
  .container {
    max-width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1025px) {
  .container {
    max-width: calc(100% - 50px);
  }
}

article, aside, figure, footer, header, nav, section {
  display: block;
}

button {
  background: rgba(255, 255, 255, 0);
  border: medium none;
  cursor: pointer;
}

strong, b {
  font-family: "Mundial", sans-serif;
  font-weight: 600;
}

table {
  border-spacing: 0;
}

td {
  vertical-align: middle;
}

ul {
  list-style: none;
}

img {
  height: auto;
  display: block;
  max-width: 100%;
}

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

a, button, input, textarea, select, .button {
  transition: all 0.3s ease;
}

input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]), select, textarea {
  width: 100%;
  outline: 0 none;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
}
input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {
  -webkit-text-fill-color: #110505 !important;
  -webkit-box-shadow: 0 0 0 30px #FFFEF7 inset !important;
}

input[type=submit],
input[type=button] {
  width: auto;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #110505;
  opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #110505;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #110505;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #110505;
  opacity: 1;
}

html::-webkit-scrollbar {
  width: 6px;
}
@media screen and (min-width: 1025px) {
  html::-webkit-scrollbar {
    width: 8px;
  }
}

::-webkit-scrollbar-thumb {
  background-color: #110505;
}

::-webkit-scrollbar-track {
  background-color: #eaeaea;
}

::-webkit-scrollbar-thumb:hover {
  background-color: black;
}

::-webkit-scrollbar-thumb:active {
  background-color: black;
}

:root {
  scrollbar-width: thin;
  scrollbar-color: #110505 #eaeaea;
}

:focus {
  outline: 0 none;
}

a[href]:focus, a[href]:focus-visible, area[href]:focus, area[href]:focus-visible, input:not([disabled]):not([type=hidden]):focus, input:not([disabled]):not([type=hidden]):focus-visible, select:not([disabled]):focus, select:not([disabled]):focus-visible, textarea:not([disabled]):focus, textarea:not([disabled]):focus-visible, button:not([disabled]):focus, button:not([disabled]):focus-visible, iframe:focus, iframe:focus-visible, object:focus, object:focus-visible, embed:focus, embed:focus-visible, [tabindex="0"]:focus, [tabindex="0"]:focus-visible, [contenteditable]:focus, [contenteditable]:focus-visible, audio[controls]:focus, audio[controls]:focus-visible, video[controls]:focus, video[controls]:focus-visible, summary:focus, summary:focus-visible, [tabindex^="0"]:focus, [tabindex^="0"]:focus-visible, [tabindex^="1"]:focus, [tabindex^="1"]:focus-visible, [tabindex^="2"]:focus, [tabindex^="2"]:focus-visible, [tabindex^="3"]:focus, [tabindex^="3"]:focus-visible, [tabindex^="4"]:focus, [tabindex^="4"]:focus-visible, [tabindex^="5"]:focus, [tabindex^="5"]:focus-visible, [tabindex^="6"]:focus, [tabindex^="6"]:focus-visible, [tabindex^="7"]:focus, [tabindex^="7"]:focus-visible, [tabindex^="8"]:focus, [tabindex^="8"]:focus-visible, [tabindex^="9"]:focus, [tabindex^="9"]:focus-visible {
  transition: none;
  outline: 2px dashed #A699FF;
}
.is_using_mouse a[href]:focus, .is_using_mouse a[href]:focus-visible, .is_using_mouse area[href]:focus, .is_using_mouse area[href]:focus-visible, .is_using_mouse input:not([disabled]):not([type=hidden]):focus, .is_using_mouse input:not([disabled]):not([type=hidden]):focus-visible, .is_using_mouse select:not([disabled]):focus, .is_using_mouse select:not([disabled]):focus-visible, .is_using_mouse textarea:not([disabled]):focus, .is_using_mouse textarea:not([disabled]):focus-visible, .is_using_mouse button:not([disabled]):focus, .is_using_mouse button:not([disabled]):focus-visible, .is_using_mouse iframe:focus, .is_using_mouse iframe:focus-visible, .is_using_mouse object:focus, .is_using_mouse object:focus-visible, .is_using_mouse embed:focus, .is_using_mouse embed:focus-visible, .is_using_mouse [tabindex="0"]:focus, .is_using_mouse [tabindex="0"]:focus-visible, .is_using_mouse [contenteditable]:focus, .is_using_mouse [contenteditable]:focus-visible, .is_using_mouse audio[controls]:focus, .is_using_mouse audio[controls]:focus-visible, .is_using_mouse video[controls]:focus, .is_using_mouse video[controls]:focus-visible, .is_using_mouse summary:focus, .is_using_mouse summary:focus-visible, .is_using_mouse [tabindex^="0"]:focus, .is_using_mouse [tabindex^="0"]:focus-visible, .is_using_mouse [tabindex^="1"]:focus, .is_using_mouse [tabindex^="1"]:focus-visible, .is_using_mouse [tabindex^="2"]:focus, .is_using_mouse [tabindex^="2"]:focus-visible, .is_using_mouse [tabindex^="3"]:focus, .is_using_mouse [tabindex^="3"]:focus-visible, .is_using_mouse [tabindex^="4"]:focus, .is_using_mouse [tabindex^="4"]:focus-visible, .is_using_mouse [tabindex^="5"]:focus, .is_using_mouse [tabindex^="5"]:focus-visible, .is_using_mouse [tabindex^="6"]:focus, .is_using_mouse [tabindex^="6"]:focus-visible, .is_using_mouse [tabindex^="7"]:focus, .is_using_mouse [tabindex^="7"]:focus-visible, .is_using_mouse [tabindex^="8"]:focus, .is_using_mouse [tabindex^="8"]:focus-visible, .is_using_mouse [tabindex^="9"]:focus, .is_using_mouse [tabindex^="9"]:focus-visible {
  outline: 0 none;
}

*:not(.wpcf7) input[type=text], *:not(.wpcf7) input[type=email], *:not(.wpcf7) input[type=tel], *:not(.wpcf7) input[type=url], *:not(.wpcf7) input[type=search] {
  display: block;
  font: 400 14px "Mundial", sans-serif;
  color: #110505;
  padding: 0 15px;
  border: 1px solid #110505;
  background-color: #FFFEF7;
}
*:not(.wpcf7) input[type=text]::-webkit-input-placeholder, *:not(.wpcf7) input[type=email]::-webkit-input-placeholder, *:not(.wpcf7) input[type=tel]::-webkit-input-placeholder, *:not(.wpcf7) input[type=url]::-webkit-input-placeholder, *:not(.wpcf7) input[type=search]::-webkit-input-placeholder {
  color: #110505;
  opacity: 1;
  font: 400 12px "Mundial", sans-serif;
}
*:not(.wpcf7) input[type=text]:-moz-placeholder, *:not(.wpcf7) input[type=email]:-moz-placeholder, *:not(.wpcf7) input[type=tel]:-moz-placeholder, *:not(.wpcf7) input[type=url]:-moz-placeholder, *:not(.wpcf7) input[type=search]:-moz-placeholder {
  color: #110505;
  opacity: 1;
  font: 400 12px "Mundial", sans-serif;
}
*:not(.wpcf7) input[type=text]::-moz-placeholder, *:not(.wpcf7) input[type=email]::-moz-placeholder, *:not(.wpcf7) input[type=tel]::-moz-placeholder, *:not(.wpcf7) input[type=url]::-moz-placeholder, *:not(.wpcf7) input[type=search]::-moz-placeholder {
  color: #110505;
  opacity: 1;
  font: 400 12px "Mundial", sans-serif;
}
*:not(.wpcf7) input[type=text]:-ms-input-placeholder, *:not(.wpcf7) input[type=email]:-ms-input-placeholder, *:not(.wpcf7) input[type=tel]:-ms-input-placeholder, *:not(.wpcf7) input[type=url]:-ms-input-placeholder, *:not(.wpcf7) input[type=search]:-ms-input-placeholder {
  color: #110505;
  opacity: 1;
  font: 400 12px "Mundial", sans-serif;
}
*:not(.wpcf7) input[type=text]:focus, *:not(.wpcf7) input[type=text]:focus-visible, *:not(.wpcf7) input[type=email]:focus, *:not(.wpcf7) input[type=email]:focus-visible, *:not(.wpcf7) input[type=tel]:focus, *:not(.wpcf7) input[type=tel]:focus-visible, *:not(.wpcf7) input[type=url]:focus, *:not(.wpcf7) input[type=url]:focus-visible, *:not(.wpcf7) input[type=search]:focus, *:not(.wpcf7) input[type=search]:focus-visible {
  outline: 0 none;
  border-color: #FFFEF7;
}
.is_using_mouse *:not(.wpcf7) input[type=text]:focus, .is_using_mouse *:not(.wpcf7) input[type=text]:focus-visible, .is_using_mouse *:not(.wpcf7) input[type=email]:focus, .is_using_mouse *:not(.wpcf7) input[type=email]:focus-visible, .is_using_mouse *:not(.wpcf7) input[type=tel]:focus, .is_using_mouse *:not(.wpcf7) input[type=tel]:focus-visible, .is_using_mouse *:not(.wpcf7) input[type=url]:focus, .is_using_mouse *:not(.wpcf7) input[type=url]:focus-visible, .is_using_mouse *:not(.wpcf7) input[type=search]:focus, .is_using_mouse *:not(.wpcf7) input[type=search]:focus-visible {
  border-color: #FFFEF7;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  display: none;
}

.button,
.wp-block-button__link,
.wp-block-file__button {
  display: inline-flex;
  align-items: center;
  font: 600 16px "Mundial", sans-serif;
  color: #110505;
  padding: 4px 10px 7px;
  background-color: #A699FF;
  cursor: pointer;
  user-select: none;
  border: 1px solid #A699FF;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
.button:active,
.wp-block-button__link:active,
.wp-block-file__button:active {
  background: transparent;
}
@media screen and (min-width: 1025px) {
  .button:hover,
  .wp-block-button__link:hover,
  .wp-block-file__button:hover {
    background: transparent;
  }
}

.is_secondary {
  background: transparent;
  border-color: #FFFEF7;
  color: #FFFEF7;
}
.is_secondary:active {
  background: #A699FF;
  border-color: #A699FF;
  color: #110505;
}
@media screen and (min-width: 1025px) {
  .is_secondary:hover {
    background: #A699FF;
    border-color: #A699FF;
    color: #110505;
  }
}

.is-style-outline a {
  background: transparent;
  border: 1px solid #110505;
  color: #110505;
  padding: 4px 10px 7px;
}
.is-style-outline a:active {
  background: #A699FF;
  border-color: #A699FF;
  color: #110505;
}
@media screen and (min-width: 1025px) {
  .is-style-outline a:hover {
    background: #A699FF;
    border-color: #A699FF;
    color: #110505;
  }
}

.wp-block-button {
  display: inline-block;
}
.wp-block-button.is_full .wp-block-button__link {
  width: 100%;
}

.wp-block-buttons.is-content-justification-center {
  text-align: center;
}
.wp-block-buttons.is-content-justification-right {
  text-align: right;
}

.button_group, .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.link, .content p a:not(.button), .content li a:not(.button) {
  text-decoration: underline;
  word-break: break-word;
}
.link:active, .content p a:active:not(.button), .content li a:active:not(.button) {
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  .link:hover, .content p a:hover:not(.button), .content li a:hover:not(.button) {
    text-decoration: none;
  }
}

h1, .h1 {
  font-family: "Superior-Title", serif;
  font-weight: 500;
  line-height: normal;
}
h1 a, .h1 a {
  color: inherit;
}
h1 a:active, .h1 a:active {
  color: #A699FF;
}
@media screen and (min-width: 1025px) {
  h1 a:hover, .h1 a:hover {
    color: #A699FF;
  }
}

h2, .h2 {
  font-family: "Superior-Title", serif;
  font-weight: 500;
  line-height: normal;
}
h2 a, .h2 a {
  color: inherit;
}
h2 a:active, .h2 a:active {
  color: #A699FF;
}
@media screen and (min-width: 1025px) {
  h2 a:hover, .h2 a:hover {
    color: #A699FF;
  }
}

h3, .h3 {
  font-family: "Superior-Title", serif;
  font-weight: 500;
  line-height: normal;
}
h3 a, .h3 a {
  color: inherit;
}
h3 a:active, .h3 a:active {
  color: #A699FF;
}
@media screen and (min-width: 1025px) {
  h3 a:hover, .h3 a:hover {
    color: #A699FF;
  }
}

h4, .h4 {
  font-family: "Superior-Title", serif;
  font-weight: 500;
  line-height: normal;
}
h4 a, .h4 a {
  color: inherit;
}
h4 a:active, .h4 a:active {
  color: #A699FF;
}
@media screen and (min-width: 1025px) {
  h4 a:hover, .h4 a:hover {
    color: #A699FF;
  }
}

h1, .h1 {
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 42px;
  }
}

h2, .h2 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 28px;
  }
}

h3, .h3 {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  h3, .h3 {
    font-size: 20px;
  }
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-family: "Mundial", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 120%;
}

h6, .h6 {
  font-size: 12px;
}
@media screen and (min-width: 1025px) {
  h6, .h6 {
    font-size: 14px;
  }
}

.tag_bold {
  font-family: "Mundial", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}

.tag_regular {
  font-family: "Mundial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
}

small {
  font-size: 14px;
}

sup, sub {
  font-size: 65%;
}

figure a {
  display: block;
  overflow: clip;
}
figure a:active img {
  transform: scale(1.05);
}
@media screen and (min-width: 1025px) {
  figure a:hover img {
    transform: scale(1.05);
  }
}

figcaption {
  font-size: 12px;
  font-weight: 400;
  margin-top: 12px;
}

blockquote {
  font: 800 28px/1.3 "Mundial", sans-serif;
  margin-bottom: 30px;
  padding: 16px 0 16px 30px;
  position: relative;
}
blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 6px;
  background: #110505;
}
blockquote p {
  margin-bottom: 0;
}

hr {
  border-top: none;
  border-bottom: 2px solid #110505;
  margin-bottom: 30px;
}

ol {
  list-style-position: inside;
}

.content h1:not(:last-child) {
  margin-bottom: 20px;
}
.content h2:not(:last-child) {
  margin-bottom: 20px;
}
.content h3:not(:last-child) {
  margin-bottom: 20px;
}
.content h4:not(:last-child) {
  margin-bottom: 20px;
}
.content h5:not(:last-child) {
  margin-bottom: 20px;
}
.content h6:not(:last-child) {
  margin-bottom: 20px;
}
.content p:not(:last-child) {
  margin-bottom: 15px;
}
.content p:not(:last-child).full_frame {
  margin-bottom: 30px;
}
.content p.j_empty {
  line-height: 0;
}
.content p, .content li {
  line-height: 1.2;
}
.content ol {
  list-style-type: none !important;
  counter-reset: decimal_counter;
  margin: 20px 0;
  counter-reset: item calc(attr(start number) - 1);
}
.content ol[start] {
  list-style: none;
  counter-reset: list-counter;
  padding-left: 0;
}
.content ol[start] li {
  counter-increment: list-counter;
}
.content ol[start] li:before {
  content: counter(list-counter) ". ";
}
.content ol[start="2"] {
  counter-reset: list-counter 1;
}
.content ol[start="3"] {
  counter-reset: list-counter 2;
}
.content ol[start="4"] {
  counter-reset: list-counter 3;
}
.content ol[start="5"] {
  counter-reset: list-counter 4;
}
.content ol[start="6"] {
  counter-reset: list-counter 5;
}
.content ol[start="7"] {
  counter-reset: list-counter 6;
}
.content ol[start="8"] {
  counter-reset: list-counter 7;
}
.content ol li {
  counter-increment: decimal_counter;
}
.content ol li:before {
  content: counter(decimal_counter) ". ";
  font-weight: inherit;
}
.content ol li > ol {
  counter-reset: alpha_counter;
  padding: 16px 0 0 32px;
}
.content ol li > ol li {
  counter-increment: alpha_counter;
}
.content ol li > ol li:before {
  content: counter(alpha_counter, lower-alpha) ". ";
}
.content ol li > ol li > ol {
  counter-reset: roman_counter;
}
.content ol li > ol li > ol li {
  counter-increment: roman_counter;
}
.content ol li > ol li > ol li:before {
  content: counter(roman_counter, lower-roman) ". ";
}
.content img.alignnone {
  margin: 0 0 20px;
}
.content img.aligncenter {
  margin: 0 auto 20px;
}
.content img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.content img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.wp-block-table table {
  min-width: 640px;
}

.full_frame,
.is-type-video .wp-block-embed__wrapper,
.wp-block-embed-soundcloud .wp-block-embed__wrapper {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.full_frame iframe, .full_frame object, .full_frame embed,
.is-type-video .wp-block-embed__wrapper iframe,
.is-type-video .wp-block-embed__wrapper object,
.is-type-video .wp-block-embed__wrapper embed,
.wp-block-embed-soundcloud .wp-block-embed__wrapper iframe,
.wp-block-embed-soundcloud .wp-block-embed__wrapper object,
.wp-block-embed-soundcloud .wp-block-embed__wrapper embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.wp-block-embed {
  position: relative;
  width: 100%;
  margin: 0;
  aspect-ratio: 1340/764;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .wp-block-embed {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1024px) {
  .wp-block-embed {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .wp-block-embed {
    margin-bottom: 120px;
  }
}
.wp-block-embed .wp-block-embed__wrapper {
  height: 100%;
}
.wp-block-embed iframe {
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .flex__rwd {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .flex__mob {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.flex_start {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .flex_start__rwd {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .flex_start__tab {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .flex_start__mob {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.flex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .flex_center__rwd {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .flex_center__mob {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.object_fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.last_no_spacing > *:last-child:not(.button):not(.full_frame):not(blockquote) {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 1025px) {
  .rwd_show {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .rwd_hide {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .mob_show {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .mob_hide {
    display: none !important;
  }
}

.is_visually_hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

@media screen and (min-width: 1025px) {
  .container_grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 40px 20px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .container_grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 40px 20px;
    width: 100%;
  }
}

.start_1_cols_1 {
  grid-column: 1/span 1 !important;
}

.start_1_cols_2 {
  grid-column: 1/span 2 !important;
}

.start_1_cols_3 {
  grid-column: 1/span 3 !important;
}

.start_1_cols_4 {
  grid-column: 1/span 4 !important;
}

.start_1_cols_5 {
  grid-column: 1/span 5 !important;
}

.start_1_cols_6 {
  grid-column: 1/span 6 !important;
}

.start_1_cols_7 {
  grid-column: 1/span 7 !important;
}

.start_1_cols_8 {
  grid-column: 1/span 8 !important;
}

.start_1_cols_9 {
  grid-column: 1/span 9 !important;
}

.start_1_cols_10 {
  grid-column: 1/span 10 !important;
}

.start_1_cols_11 {
  grid-column: 1/span 11 !important;
}

.start_1_cols_12 {
  grid-column: 1/span 12 !important;
}

.start_2_cols_1 {
  grid-column: 2/span 1 !important;
}

.start_2_cols_2 {
  grid-column: 2/span 2 !important;
}

.start_2_cols_3 {
  grid-column: 2/span 3 !important;
}

.start_2_cols_4 {
  grid-column: 2/span 4 !important;
}

.start_2_cols_5 {
  grid-column: 2/span 5 !important;
}

.start_2_cols_6 {
  grid-column: 2/span 6 !important;
}

.start_2_cols_7 {
  grid-column: 2/span 7 !important;
}

.start_2_cols_8 {
  grid-column: 2/span 8 !important;
}

.start_2_cols_9 {
  grid-column: 2/span 9 !important;
}

.start_2_cols_10 {
  grid-column: 2/span 10 !important;
}

.start_2_cols_11 {
  grid-column: 2/span 11 !important;
}

.start_3_cols_1 {
  grid-column: 3/span 1 !important;
}

.start_3_cols_2 {
  grid-column: 3/span 2 !important;
}

.start_3_cols_3 {
  grid-column: 3/span 3 !important;
}

.start_3_cols_4 {
  grid-column: 3/span 4 !important;
}

.start_3_cols_5 {
  grid-column: 3/span 5 !important;
}

.start_3_cols_6 {
  grid-column: 3/span 6 !important;
}

.start_3_cols_7 {
  grid-column: 3/span 7 !important;
}

.start_3_cols_8 {
  grid-column: 3/span 8 !important;
}

.start_3_cols_9 {
  grid-column: 3/span 9 !important;
}

.start_3_cols_10 {
  grid-column: 3/span 10 !important;
}

.start_4_cols_1 {
  grid-column: 4/span 1 !important;
}

.start_4_cols_2 {
  grid-column: 4/span 2 !important;
}

.start_4_cols_3 {
  grid-column: 4/span 3 !important;
}

.start_4_cols_4 {
  grid-column: 4/span 4 !important;
}

.start_4_cols_5 {
  grid-column: 4/span 5 !important;
}

.start_4_cols_6 {
  grid-column: 4/span 6 !important;
}

.start_4_cols_7 {
  grid-column: 4/span 7 !important;
}

.start_4_cols_8 {
  grid-column: 4/span 8 !important;
}

.start_4_cols_9 {
  grid-column: 4/span 9 !important;
}

.start_5_cols_1 {
  grid-column: 5/span 1 !important;
}

.start_5_cols_2 {
  grid-column: 5/span 2 !important;
}

.start_5_cols_3 {
  grid-column: 5/span 3 !important;
}

.start_5_cols_4 {
  grid-column: 5/span 4 !important;
}

.start_5_cols_5 {
  grid-column: 5/span 5 !important;
}

.start_5_cols_6 {
  grid-column: 5/span 6 !important;
}

.start_5_cols_7 {
  grid-column: 5/span 7 !important;
}

.start_5_cols_8 {
  grid-column: 5/span 8 !important;
}

.start_6_cols_1 {
  grid-column: 6/span 1 !important;
}

.start_6_cols_2 {
  grid-column: 6/span 2 !important;
}

.start_6_cols_3 {
  grid-column: 6/span 3 !important;
}

.start_6_cols_4 {
  grid-column: 6/span 4 !important;
}

.start_6_cols_5 {
  grid-column: 6/span 5 !important;
}

.start_6_cols_6 {
  grid-column: 6/span 6 !important;
}

.start_6_cols_7 {
  grid-column: 6/span 7 !important;
}

.start_7_cols_1 {
  grid-column: 7/span 1 !important;
}

.start_7_cols_2 {
  grid-column: 7/span 2 !important;
}

.start_7_cols_3 {
  grid-column: 7/span 3 !important;
}

.start_7_cols_4 {
  grid-column: 7/span 4 !important;
}

.start_7_cols_5 {
  grid-column: 7/span 5 !important;
}

.start_7_cols_6 {
  grid-column: 7/span 6 !important;
}

.start_8_cols_1 {
  grid-column: 8/span 1 !important;
}

.start_8_cols_2 {
  grid-column: 8/span 2 !important;
}

.start_8_cols_3 {
  grid-column: 8/span 3 !important;
}

.start_8_cols_4 {
  grid-column: 8/span 4 !important;
}

.start_8_cols_5 {
  grid-column: 8/span 5 !important;
}

.start_9_cols_1 {
  grid-column: 9/span 1 !important;
}

.start_9_cols_2 {
  grid-column: 9/span 2 !important;
}

.start_9_cols_3 {
  grid-column: 9/span 3 !important;
}

.start_9_cols_4 {
  grid-column: 9/span 4 !important;
}

.start_10_cols_1 {
  grid-column: 10/span 1 !important;
}

.start_10_cols_2 {
  grid-column: 10/span 2 !important;
}

.start_10_cols_3 {
  grid-column: 10/span 3 !important;
}

.start_11_cols_1 {
  grid-column: 11/span 1 !important;
}

.start_11_cols_2 {
  grid-column: 11/span 2 !important;
}

.start_12_cols_1 {
  grid-column: 12/span 1 !important;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_1_cols_1 {
    grid-column: 1/span 1 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_1_cols_2 {
    grid-column: 1/span 2 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_1_cols_3 {
    grid-column: 1/span 3 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_1_cols_4 {
    grid-column: 1/span 4 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_1_cols_5 {
    grid-column: 1/span 5 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_1_cols_6 {
    grid-column: 1/span 6 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_1_cols_7 {
    grid-column: 1/span 7 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_1_cols_8 {
    grid-column: 1/span 8 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_1_cols_9 {
    grid-column: 1/span 9 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_1_cols_10 {
    grid-column: 1/span 10 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_1_cols_11 {
    grid-column: 1/span 11 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_1_cols_12 {
    grid-column: 1/span 12 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_2_cols_1 {
    grid-column: 2/span 1 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_2_cols_2 {
    grid-column: 2/span 2 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_2_cols_3 {
    grid-column: 2/span 3 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_2_cols_4 {
    grid-column: 2/span 4 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_2_cols_5 {
    grid-column: 2/span 5 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_2_cols_6 {
    grid-column: 2/span 6 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_2_cols_7 {
    grid-column: 2/span 7 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_2_cols_8 {
    grid-column: 2/span 8 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_2_cols_9 {
    grid-column: 2/span 9 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_2_cols_10 {
    grid-column: 2/span 10 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_2_cols_11 {
    grid-column: 2/span 11 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_3_cols_1 {
    grid-column: 3/span 1 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_3_cols_2 {
    grid-column: 3/span 2 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_3_cols_3 {
    grid-column: 3/span 3 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_3_cols_4 {
    grid-column: 3/span 4 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_3_cols_5 {
    grid-column: 3/span 5 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_3_cols_6 {
    grid-column: 3/span 6 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_3_cols_7 {
    grid-column: 3/span 7 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_3_cols_8 {
    grid-column: 3/span 8 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_3_cols_9 {
    grid-column: 3/span 9 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_3_cols_10 {
    grid-column: 3/span 10 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_4_cols_1 {
    grid-column: 4/span 1 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_4_cols_2 {
    grid-column: 4/span 2 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_4_cols_3 {
    grid-column: 4/span 3 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_4_cols_4 {
    grid-column: 4/span 4 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_4_cols_5 {
    grid-column: 4/span 5 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_4_cols_6 {
    grid-column: 4/span 6 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_4_cols_7 {
    grid-column: 4/span 7 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_4_cols_8 {
    grid-column: 4/span 8 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_4_cols_9 {
    grid-column: 4/span 9 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_5_cols_1 {
    grid-column: 5/span 1 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_5_cols_2 {
    grid-column: 5/span 2 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_5_cols_3 {
    grid-column: 5/span 3 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_5_cols_4 {
    grid-column: 5/span 4 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_5_cols_5 {
    grid-column: 5/span 5 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_5_cols_6 {
    grid-column: 5/span 6 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_5_cols_7 {
    grid-column: 5/span 7 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_5_cols_8 {
    grid-column: 5/span 8 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_6_cols_1 {
    grid-column: 6/span 1 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_6_cols_2 {
    grid-column: 6/span 2 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_6_cols_3 {
    grid-column: 6/span 3 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_6_cols_4 {
    grid-column: 6/span 4 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_6_cols_5 {
    grid-column: 6/span 5 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_6_cols_6 {
    grid-column: 6/span 6 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_6_cols_7 {
    grid-column: 6/span 7 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_7_cols_1 {
    grid-column: 7/span 1 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_7_cols_2 {
    grid-column: 7/span 2 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_7_cols_3 {
    grid-column: 7/span 3 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_7_cols_4 {
    grid-column: 7/span 4 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_7_cols_5 {
    grid-column: 7/span 5 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_7_cols_6 {
    grid-column: 7/span 6 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_8_cols_1 {
    grid-column: 8/span 1 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_8_cols_2 {
    grid-column: 8/span 2 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_8_cols_3 {
    grid-column: 8/span 3 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_8_cols_4 {
    grid-column: 8/span 4 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_8_cols_5 {
    grid-column: 8/span 5 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_9_cols_1 {
    grid-column: 9/span 1 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_9_cols_2 {
    grid-column: 9/span 2 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_9_cols_3 {
    grid-column: 9/span 3 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_9_cols_4 {
    grid-column: 9/span 4 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_10_cols_1 {
    grid-column: 10/span 1 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_10_cols_2 {
    grid-column: 10/span 2 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_10_cols_3 {
    grid-column: 10/span 3 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_11_cols_1 {
    grid-column: 11/span 1 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_11_cols_2 {
    grid-column: 11/span 2 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_start_12_cols_1 {
    grid-column: 12/span 1 !important;
  }
}

.section-title {
  font-size: 14px;
  font-family: "Mundial", sans-serif;
  font-weight: 600;
  padding-top: 10px;
  border-top: 1px solid #110505;
  margin-bottom: 40px !important;
}

.bg-green {
  background: #A699FF;
  color: #110505;
}

.bg-white svg, .bg-white path {
  fill: #110505;
}
.bg-white .section-title {
  border-top-color: #110505;
}

.bg-black {
  background: #110505;
  color: #FFFEF7;
}
.bg-black svg, .bg-black path {
  fill: #FFFEF7;
}
.bg-black .breadcrumbs {
  color: #FFFEF7;
}
.bg-black .section-title {
  border-top-color: #FFFEF7;
}

.breadcrumbs {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  color: #110505;
}
.breadcrumbs span {
  display: inline-flex;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 5px;
}
.breadcrumbs span span:not(:last-child)::after {
  content: "\e930";
  position: relative;
  top: 2px;
  font-family: "icons";
  font-weight: 400;
  font-size: 10px;
  margin: 0 10px;
  display: inline-block;
}
.breadcrumbs a {
  text-decoration: none !important;
}
.breadcrumbs a:active {
  color: #A699FF;
}
@media screen and (min-width: 1025px) {
  .breadcrumbs a:hover {
    color: #A699FF;
  }
}

.fancybox-active.is_searching {
  overflow: hidden;
}

.list__post-item {
  padding-top: 20px;
  border-top: 1px solid #110505;
}
.list__post-item-title-small a {
  display: inline-block;
  transition: color 0.3s ease, text-decoration 0.3s ease;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .list__post-item-title-small {
    margin-bottom: 10px !important;
    font-size: 18px;
  }
}
.list__post-item:not(:last-child) {
  margin-bottom: 20px;
}
.list__read-more {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  gap: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  padding-right: 1rem;
  transition: color 0.3s ease;
}
.list__read-more span:first-child {
  display: inline-block;
  transition: transform 0.3s ease, color 0.3s ease;
}
.list__read-more .i_arrow-right-converted {
  display: inline-block;
  transition: transform 0.3s ease;
  transform: translateX(0);
}
.list__read-more:active {
  color: #110505 !important;
}
.list__read-more:active span:first-child {
  transform: translateX(5px);
  color: #110505;
}
.list__read-more:active .i_arrow-right-converted {
  transform: translateX(6px);
  color: #110505;
}
@media screen and (min-width: 1025px) {
  .list__read-more:hover {
    color: #110505 !important;
  }
  .list__read-more:hover span:first-child {
    transform: translateX(5px);
    color: #110505;
  }
  .list__read-more:hover .i_arrow-right-converted {
    transform: translateX(6px);
    color: #110505;
  }
}

section {
  scroll-margin-top: 100px;
}

.gutenberg_block {
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .gutenberg_block {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .gutenberg_block {
    margin-bottom: 60px;
  }
}

.section_title {
  padding-top: 5px;
  border-top: 1px solid #110505;
}
@media screen and (max-width: 767px) {
  .section_title {
    margin-bottom: 30px;
  }
}
.section_title h2 {
  font-family: "Mundial", sans-serif;
  color: #110505;
}

.bg_burgundy {
  background: #49072C;
}
.bg_burgundy .section_title {
  border-color: #FFFEF7;
}
.bg_burgundy .section_title h2 {
  color: #FFFEF7;
}
.bg_burgundy.top_panel__with_image,
.bg_burgundy .breadcrumbs {
  color: #FFFEF7;
}
.bg_burgundy .breadcrumbs a:active {
  color: #A699FF;
}
@media screen and (min-width: 1025px) {
  .bg_burgundy .breadcrumbs a:hover {
    color: #A699FF;
  }
}
.bg_burgundy .button.is_secondary {
  color: #FFFEF7;
  border-color: #FFFEF7;
}
.bg_burgundy .button.is_secondary:active {
  color: #110505;
  border-color: #A699FF;
}
@media screen and (min-width: 1025px) {
  .bg_burgundy .button.is_secondary:hover {
    color: #110505;
    border-color: #A699FF;
  }
}
.bg_burgundy .section_description p {
  color: #FFFEF7;
}
.bg_burgundy .issue_meta {
  color: #FFFEF7;
}
.bg_burgundy h3 {
  color: #FFFEF7;
}
.bg_burgundy .connected_articles {
  border-color: #FFFEF7;
}
.bg_burgundy .connected_articles .delimiter {
  background: #FFFEF7;
}

.bg_green {
  background: #1E3A00;
}
.bg_green .section_title {
  border-color: #FFFEF7;
}
.bg_green .section_title h2 {
  color: #FFFEF7;
}
.bg_green.top_panel__with_image,
.bg_green .breadcrumbs {
  color: #FFFEF7;
}
.bg_green .breadcrumbs a:active {
  color: #A699FF;
}
@media screen and (min-width: 1025px) {
  .bg_green .breadcrumbs a:hover {
    color: #A699FF;
  }
}
.bg_green .button.is_secondary {
  color: #FFFEF7;
  border-color: #FFFEF7;
}
.bg_green .button.is_secondary:active {
  color: #110505;
  border-color: #A699FF;
}
@media screen and (min-width: 1025px) {
  .bg_green .button.is_secondary:hover {
    color: #110505;
    border-color: #A699FF;
  }
}
.bg_green .section_description p {
  color: #FFFEF7;
}
.bg_green .issue_meta {
  color: #FFFEF7;
}
.bg_green h3 {
  color: #FFFEF7;
}
.bg_green .connected_articles {
  border-color: #FFFEF7;
}
.bg_green .connected_articles .delimiter {
  background: #FFFEF7;
}

.bg_light_blue {
  background: #A4E5FF;
}
.bg_light_blue .section_title {
  border-color: #110505;
}
.bg_light_blue .section_title h2 {
  color: #110505;
}
.bg_light_blue.top_panel__with_image,
.bg_light_blue .breadcrumbs {
  color: #110505;
}
.bg_light_blue .breadcrumbs a:active {
  color: #A699FF;
}
@media screen and (min-width: 1025px) {
  .bg_light_blue .breadcrumbs a:hover {
    color: #A699FF;
  }
}
.bg_light_blue .button.is_secondary {
  color: #110505;
  border-color: #110505;
}
.bg_light_blue .button.is_secondary:active {
  color: #110505;
  border-color: #A699FF;
}
@media screen and (min-width: 1025px) {
  .bg_light_blue .button.is_secondary:hover {
    color: #110505;
    border-color: #A699FF;
  }
}
.bg_light_blue .section_description p {
  color: #110505;
}
.bg_light_blue .issue_meta {
  color: #110505;
}
.bg_light_blue h3 {
  color: #110505;
}
.bg_light_blue .connected_articles {
  border-color: #110505;
}
.bg_light_blue .connected_articles .delimiter {
  background: #110505;
}

.bg_lilac {
  background: #A699FF;
}
.bg_lilac .section_title {
  border-color: #110505;
}
.bg_lilac .section_title h2 {
  color: #110505;
}
.bg_lilac.top_panel__with_image,
.bg_lilac .breadcrumbs {
  color: #110505;
}
.bg_lilac .breadcrumbs a:active {
  color: #A699FF;
}
@media screen and (min-width: 1025px) {
  .bg_lilac .breadcrumbs a:hover {
    color: #A699FF;
  }
}
.bg_lilac .button.is_secondary {
  color: #110505;
  border-color: #110505;
}
.bg_lilac .button.is_secondary:active {
  color: #110505;
  border-color: #A699FF;
}
@media screen and (min-width: 1025px) {
  .bg_lilac .button.is_secondary:hover {
    color: #110505;
    border-color: #A699FF;
  }
}
.bg_lilac .section_description p {
  color: #110505;
}
.bg_lilac .issue_meta {
  color: #110505;
}
.bg_lilac h3 {
  color: #110505;
}
.bg_lilac .connected_articles {
  border-color: #110505;
}
.bg_lilac .connected_articles .delimiter {
  background: #110505;
}
.bg_lilac .breadcrumbs a:active {
  color: #FFFEF7;
}
@media screen and (min-width: 1025px) {
  .bg_lilac .breadcrumbs a:hover {
    color: #FFFEF7;
  }
}
.bg_lilac .button.is_secondary:active {
  color: #FFFEF7;
  border-color: #FFFEF7;
}
@media screen and (min-width: 1025px) {
  .bg_lilac .button.is_secondary:hover {
    color: #FFFEF7;
    border-color: #FFFEF7;
  }
}

.bg_yellow {
  background: #FFDA00;
}
.bg_yellow .section_title {
  border-color: #110505;
}
.bg_yellow .section_title h2 {
  color: #110505;
}
.bg_yellow.top_panel__with_image,
.bg_yellow .breadcrumbs {
  color: #110505;
}
.bg_yellow .breadcrumbs a:active {
  color: #A699FF;
}
@media screen and (min-width: 1025px) {
  .bg_yellow .breadcrumbs a:hover {
    color: #A699FF;
  }
}
.bg_yellow .button.is_secondary {
  color: #110505;
  border-color: #110505;
}
.bg_yellow .button.is_secondary:active {
  color: #110505;
  border-color: #A699FF;
}
@media screen and (min-width: 1025px) {
  .bg_yellow .button.is_secondary:hover {
    color: #110505;
    border-color: #A699FF;
  }
}
.bg_yellow .section_description p {
  color: #110505;
}
.bg_yellow .issue_meta {
  color: #110505;
}
.bg_yellow h3 {
  color: #110505;
}
.bg_yellow .connected_articles {
  border-color: #110505;
}
.bg_yellow .connected_articles .delimiter {
  background: #110505;
}

.bg_dark_blue {
  background: #020054;
}
.bg_dark_blue .section_title {
  border-color: #FFFEF7;
}
.bg_dark_blue .section_title h2 {
  color: #FFFEF7;
}
.bg_dark_blue.top_panel__with_image,
.bg_dark_blue .breadcrumbs {
  color: #FFFEF7;
}
.bg_dark_blue .breadcrumbs a:active {
  color: #A699FF;
}
@media screen and (min-width: 1025px) {
  .bg_dark_blue .breadcrumbs a:hover {
    color: #A699FF;
  }
}
.bg_dark_blue .button.is_secondary {
  color: #FFFEF7;
  border-color: #FFFEF7;
}
.bg_dark_blue .button.is_secondary:active {
  color: #110505;
  border-color: #A699FF;
}
@media screen and (min-width: 1025px) {
  .bg_dark_blue .button.is_secondary:hover {
    color: #110505;
    border-color: #A699FF;
  }
}
.bg_dark_blue .section_description p {
  color: #FFFEF7;
}
.bg_dark_blue .issue_meta {
  color: #FFFEF7;
}
.bg_dark_blue h3 {
  color: #FFFEF7;
}
.bg_dark_blue .connected_articles {
  border-color: #FFFEF7;
}
.bg_dark_blue .connected_articles .delimiter {
  background: #FFFEF7;
}

.home header:not(.is_sticky) {
  background: transparent;
}
.home header:not(.is_sticky) .gtranslate_wrapper {
  background: transparent;
}

header.compensate-for-scrollbar:not(.is_sticky) {
  background: #FFFEF7;
}
header.compensate-for-scrollbar:not(.is_sticky):before {
  box-shadow: 0 1px 5px rgba(17, 5, 5, 0.33);
}
header.compensate-for-scrollbar:not(.is_sticky) .header__logo img {
  filter: invert(1);
}
@media screen and (max-width: 1024px) {
  header.compensate-for-scrollbar:not(.is_sticky) .menu__toggle span {
    background-color: #110505;
  }
}
header.compensate-for-scrollbar:not(.is_sticky) a {
  color: #110505 !important;
}

@media screen and (max-width: 1024px) {
  header.transparent:not(.is_sticky) .menu__primary {
    background: #FFFEF7;
  }
}
header.transparent:not(.is_sticky) .menu__primary .button a {
  color: #110505;
}
header.transparent:not(.is_sticky) .menu__primary .button a:active {
  color: #FFFEF7;
}
@media screen and (min-width: 1025px) {
  header.transparent:not(.is_sticky) .menu__primary .button a:hover {
    color: #FFFEF7;
  }
}
header.transparent:not(.is_sticky) .menu__primary a:active {
  border-color: #A699FF;
}
@media screen and (min-width: 1025px) {
  header.transparent:not(.is_sticky) .menu__primary a:hover {
    border-color: #A699FF;
  }
}

header:not(.is_sticky):not(.transparent) .header__logo img {
  filter: invert(1);
}

.is_overflow header.transparent:not(.is_sticky) {
  background: #FFFEF7;
}
.is_overflow header.transparent:not(.is_sticky):before {
  box-shadow: 0 1px 5px rgba(17, 5, 5, 0.33);
}
.is_overflow header.transparent:not(.is_sticky) .header__logo img {
  filter: invert(1);
}
@media screen and (max-width: 1024px) {
  .is_overflow header.transparent:not(.is_sticky) .menu__toggle span {
    background-color: #110505;
  }
}
.is_overflow header.transparent:not(.is_sticky) a {
  color: #110505;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  padding: 23px 0 23px;
  transition: all 0.3s ease;
}
.logged-in.admin-bar header {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .logged-in.admin-bar header {
    top: 32px;
  }
}
header.is_sticky {
  background: #FFFEF7;
}
header.is_sticky:before {
  box-shadow: 0 1px 5px rgba(17, 5, 5, 0.33);
}
header.is_sticky .header__logo img {
  filter: invert(1);
}
header.header-hidden {
  transform: translateY(-100%);
}
header:before {
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
header.compensate-for-scrollbar {
  z-index: 999999;
}
header.transparent {
  background: transparent;
}
header.transparent .menu__primary li.current-menu-item > a {
  border-color: #A699FF;
}
header.transparent .menu__primary a {
  color: #FFFEF7;
}
@media screen and (max-width: 1024px) {
  header.transparent .menu__primary a {
    color: #110505;
  }
}
header.transparent .menu__primary a:active {
  border-color: #A699FF;
}
@media screen and (min-width: 1025px) {
  header.transparent .menu__primary a:hover {
    border-color: #A699FF;
  }
}
header.transparent .menu__toggle span {
  background-color: #FFFEF7;
}
header.transparent .search_toggle {
  color: #FFFEF7;
}
header.transparent .search_toggle:active {
  color: #A699FF;
}
@media screen and (min-width: 1025px) {
  header.transparent .search_toggle:hover {
    color: #A699FF;
  }
}
header.transparent.is_sticky {
  background: #FFFEF7;
}
header.transparent.is_sticky:before {
  box-shadow: 0 1px 5px rgba(17, 5, 5, 0.33);
}
header.transparent.is_sticky .header__logo img {
  filter: invert(1);
}
@media screen and (max-width: 1024px) {
  header.transparent.is_sticky .menu__toggle span {
    background-color: #110505;
  }
}
header.transparent.is_sticky a {
  color: #110505;
}

.header__logo.is-visible {
  opacity: 1;
  visibility: visible;
}
.header__logo img {
  width: 123px;
}
@media screen and (min-width: 768px) {
  .header__logo img {
    width: 135px;
  }
}

.menu__primary {
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .menu__primary {
    margin-left: auto;
  }
}
@media screen and (max-width: 1024px) {
  .menu__primary {
    position: fixed;
    top: 87px;
    right: 0;
    bottom: 0;
    width: 100%;
    overflow: auto;
    padding: 105px 51px 40px;
    background-color: #FFFEF7;
    transform: translateX(101%);
    z-index: 2;
  }
  .menu__primary.is_open {
    transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  .menu__primary {
    padding: 54px 30px 20px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 783px) {
  .logged-in.admin-bar .menu__primary {
    top: 121px;
  }
}
@media screen and (max-width: 782px) {
  .logged-in.admin-bar .menu__primary {
    top: 132px;
  }
}
@media screen and (min-width: 1025px) {
  .menu__primary_list > li {
    position: relative;
    z-index: 1;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .menu__primary_list > li {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .menu__primary_list > li {
    margin-bottom: 30px;
  }
}
.menu__primary_list > li a {
  padding-bottom: 3px;
  border-bottom: 4px solid transparent;
  font-family: "Mundial", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  color: #110505;
}
.menu__primary_list > li a:hover {
  border-color: #A699FF;
}
@media screen and (max-width: 1024px) {
  .menu__primary_list > li a {
    display: inline-block;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .menu__primary_list > li a {
    font-size: 42px;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .menu__primary_list > li a {
    font-size: 30px;
  }
}
.menu__primary li {
  font-weight: 400;
}
.menu__primary li.current-menu-item > a {
  padding-bottom: 3px;
  border-bottom: 4px solid #A699FF;
}
@media screen and (max-width: 1024px) {
  .menu__primary li.current-menu-item > a {
    border-color: #A699FF;
  }
}
.menu__primary li.button a {
  padding: 0;
  border: none;
}
.menu__primary li.menu-item-has-children {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1025px) {
  .menu__primary li.menu-item-has-children:before {
    content: "";
    display: none;
    position: absolute;
    top: -28px;
    height: 100px;
  }
  .menu__primary li.menu-item-has-children > a {
    position: relative;
  }
  .menu__primary li.menu-item-has-children:hover:before, .menu__primary li.menu-item-has-children.is_focused:before {
    display: block;
  }
  .menu__primary li.menu-item-has-children:hover > .sub-menu, .menu__primary li.menu-item-has-children.is_focused > .sub-menu {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
  }
}
@media screen and (min-width: 1200px) {
  .menu__primary li.menu-item-has-children:before {
    left: -80px;
    right: -80px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 1025px) {
  .menu__primary li.menu-item-has-children:before {
    left: -50px;
    right: -50px;
  }
}
@media screen and (max-width: 1024px) {
  .menu__primary li.menu-item-has-children > a + span {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 42px;
    cursor: pointer;
    z-index: 2;
  }
  .menu__primary li.menu-item-has-children > a + span:after, .menu__primary li.menu-item-has-children > a + span:before {
    content: "";
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #FFFEF7;
    transition: all 0.3s ease;
  }
  .menu__primary li.menu-item-has-children > a + span:after {
    width: 16px;
    height: 2px;
  }
  .menu__primary li.menu-item-has-children > a + span:before {
    width: 2px;
    height: 16px;
  }
  .menu__primary li.menu-item-has-children > a + span.is_open:after {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .menu__primary li.menu-item-has-children > a + span.is_open:before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .menu__primary li.menu-item-has-children.current-menu-item > a + span:after, .menu__primary li.menu-item-has-children.current-menu-item > a + span:before, .menu__primary li.menu-item-has-children.current-menu-item > span + span:after, .menu__primary li.menu-item-has-children.current-menu-item > span + span:before, .menu__primary li.menu-item-has-children.current-menu-parent > a + span:after, .menu__primary li.menu-item-has-children.current-menu-parent > a + span:before, .menu__primary li.menu-item-has-children.current-menu-parent > span + span:after, .menu__primary li.menu-item-has-children.current-menu-parent > span + span:before {
    background-color: #110505;
  }
}
@media screen and (min-width: 1025px) {
  .menu__primary .sub-menu {
    position: absolute;
    top: 52px;
    min-width: 140px;
    padding: 15px 20px 7px;
    background-color: #110505;
    transform: translateY(5px);
    transition: all 0.3s ease;
    opacity: 0;
    pointer-events: none;
    z-index: 3;
  }
}
@media screen and (min-width: 1200px) {
  .menu__primary .sub-menu {
    left: -35px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 1025px) {
  .menu__primary .sub-menu {
    left: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .menu__primary .sub-menu {
    display: none;
    padding: 5px 0 0 25px;
  }
}
@media screen and (min-width: 1025px) {
  .menu__primary .sub-menu li {
    white-space: nowrap;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .menu__primary .sub-menu li {
    text-transform: none;
  }
}
@media screen and (max-width: 1024px) {
  .menu__primary .sub-menu a {
    padding: 5px 0;
  }
}
@media screen and (min-width: 1025px) {
  .menu__primary .sub-menu a {
    color: #FFFEF7;
  }
  .menu__primary .sub-menu a:active {
    color: #A699FF;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .menu__primary .sub-menu a:hover {
    color: #A699FF;
  }
}
.menu__toggle {
  transition: all 0.3s ease;
  display: block;
  transform: translateY(-50%) rotate(0deg) skew(40deg);
  position: absolute;
  top: 50%;
  right: calc(4px * -1);
  width: 30px;
  height: 30px;
  border: none;
  outline: none;
  box-shadow: none;
  appearance: none;
  border-radius: 0;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 1025px) {
  .menu__toggle {
    display: none;
  }
}
.menu__toggle span {
  display: block;
  position: absolute;
  left: 4px;
  right: 4px;
  top: 6px;
  height: 2px;
  background-color: #110505;
  transform: rotate(0deg);
  transition: all 0.25s ease-in-out;
  opacity: 1;
  pointer-events: none;
}
.menu__toggle span:nth-child(2) {
  top: 14px;
}
.menu__toggle span:nth-child(3) {
  top: 22px;
}
.menu__toggle.is_active {
  transform: translateY(-50%) rotate(0deg);
}
.menu__toggle.is_active span {
  left: 0px;
  right: 0px;
}
.menu__toggle.is_active span:nth-child(1) {
  transform: rotate(135deg);
  top: 14px;
}
.menu__toggle.is_active span:nth-child(2) {
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}
.menu__toggle.is_active span:nth-child(3) {
  transform: rotate(-135deg);
  top: 14px;
}

.search_toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #110505;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .search_toggle {
    margin-right: 60px;
    font-size: 30px;
  }
}

#search_field {
  display: none;
  padding: 0;
  background-color: transparent;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  #search_field {
    max-width: 936px;
  }
}
#search_field form {
  position: relative;
}
#search_field input {
  height: 48px;
  border: 1px solid #110505;
  font: 400 24px "Mundial", sans-serif;
  color: #110505;
  padding: 5px 10px;
  background-color: transparent;
}
#search_field input::-webkit-input-placeholder {
  color: #110505;
  opacity: 1;
  font: 600 28px "Mundial", sans-serif;
}
#search_field input:-moz-placeholder {
  color: #110505;
  opacity: 1;
  font: 600 28px "Mundial", sans-serif;
}
#search_field input::-moz-placeholder {
  color: #110505;
  opacity: 1;
  font: 600 28px "Mundial", sans-serif;
}
#search_field input:-ms-input-placeholder {
  color: #110505;
  opacity: 1;
  font: 600 28px "Mundial", sans-serif;
}
#search_field button {
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 48px;
  height: 48px;
  color: #110505;
  text-align: center;
  box-shadow: inset 0 0 0 0 transparent;
  cursor: pointer;
}
#search_field button:before {
  font-size: 28px;
  line-height: 48px;
}
#search_field button:active {
  box-shadow: inset 0 0 0 1px #110505;
}
@media screen and (min-width: 1025px) {
  #search_field button:hover {
    box-shadow: inset 0 0 0 1px #110505;
  }
}

.skip_to_content {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-110%, -110%);
  transition: none;
  z-index: 10;
}
.skip_to_content:focus, .skip_to_content:focus-visible {
  transform: translate(10px, 10px);
}

.admin-bar .fancybox-button {
  top: 105px;
}

.fancybox-button {
  top: 90px;
  background: transparent !important;
  color: #110505 !important;
}

.footer {
  padding-top: 60px;
}
@media screen and (max-width: 566px) {
  .footer {
    padding-bottom: 61px;
  }
}
@media screen and (max-width: 1036px) and (min-width: 567px) {
  .footer {
    padding-bottom: 84px;
  }
}
@media screen and (min-width: 1025px) {
  .footer {
    padding-bottom: 20px;
  }
}
.footer__top {
  margin-bottom: 70px;
}
.footer__top .footer__logo {
  display: inline-block;
}
.footer__top img {
  max-width: 208px;
}
@media screen and (max-width: 767px) {
  .footer__top img {
    max-width: 197px;
  }
}
.footer__center {
  margin-bottom: 85px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .footer__center {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .footer__center {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .footer__subscribe {
    width: 320px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .footer__subscribe {
    width: 35vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__subscribe {
    margin-bottom: 53px;
  }
}
.footer__subscribe h3, .footer__subscribe h4, .footer__subscribe h5 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1025px) and (min-width: 768px) {
  .footer__subscribe h3, .footer__subscribe h4, .footer__subscribe h5 {
    width: 35vw;
  }
}
.footer__subscribe .button.green {
  border-color: #fff;
  color: #fff;
}
.footer__subscribe .button.green:active {
  border-color: #A699FF;
  color: #110505;
}
@media screen and (min-width: 1025px) {
  .footer__subscribe .button.green:hover {
    border-color: #A699FF;
    color: #110505;
  }
}
.footer__menu_wrapper {
  display: flex;
}
@media screen and (max-width: 479px) {
  .footer__menu_wrapper {
    justify-content: space-between;
  }
}
.footer .partner_logos {
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer .partner_logos figure {
  width: 150px;
}
.footer .partner_logos figure a:active img {
  transform: none;
  opacity: 0.75;
}
@media screen and (min-width: 1025px) {
  .footer .partner_logos figure a:hover img {
    transform: none;
    opacity: 0.75;
  }
}
.footer .partner_logos figure img {
  width: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .footer__menu {
    margin-left: 35px;
    width: 100%;
    max-width: 545px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 480px) {
  .footer__menu {
    margin-left: 24px;
  }
}
@media screen and (max-width: 479px) {
  .footer__menu {
    margin-left: 12px;
  }
}
.footer__menu-list {
  justify-content: flex-end;
  gap: 30px;
}
.footer__menu-list .menu-item-has-children > a:first-child {
  font: 700 18px/27px "Superior-Title", serif;
  pointer-events: none;
  cursor: default;
}
.footer__menu-list .menu-item-has-children a {
  font: 500 14px/18px "Mundial", sans-serif;
  padding-bottom: 10px;
}
.footer__menu-list .menu-item-has-children a:hover {
  color: #A699FF;
  transition: all 0.3s ease;
}
.footer__menu-list ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 480px) {
  .footer__down {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 479px) {
  .footer__down {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer__down-left {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__down-left {
    margin-bottom: 10px;
  }
}
.footer__down-right {
  display: flex;
}
@media screen and (min-width: 850px) {
  .footer__down-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.footer__down-left a, .footer__down-left p, .footer__down-right a, .footer__down-right p {
  font: 500 10px "Mundial", sans-serif;
}
.footer__down-left a:hover, .footer__down-right a:hover {
  color: #A699FF;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .footer__down-left p:not(:last-child), .footer__down-right p:not(:last-child) {
    margin-bottom: 5px;
  }
}
.footer__down-left a:not(:last-child)::after, .footer__down-right a:not(:last-child)::after {
  content: "|";
  margin: 0 5px;
  color: #FFFEF7;
}
.footer__down-left p:not(:last-child)::after, .footer__down-right p:not(:last-child)::after {
  content: "|";
  margin-left: 5px;
  margin-right: 5px;
  color: #FFFEF7;
}

@media screen and (min-width: 1025px) {
  header .menu__down-left {
    display: none;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  header .menu__down-left {
    margin-top: 34vh;
  }
}
@media screen and (max-width: 767px) {
  header .menu__down-left {
    margin-top: 13vh;
  }
}

footer .menu__down-left li:not(:last-child) a::after {
  color: #FFFEF7;
}
footer .menu__down-left li a {
  font-size: 10px;
}

@media screen and (min-width: 850px) {
  .menu__down {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.menu__down-left {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .menu__down-left {
    margin-bottom: 10px;
  }
}
.menu__down-left li:not(:last-child) a::after {
  content: "|";
  margin: 0 5px;
  color: inherit;
}
.menu__down-left a {
  font-size: 16px;
  font-weight: 500;
}
.menu__down-left a:active {
  color: #A699FF;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .menu__down-left a:hover {
    color: #A699FF;
    transition: all 0.3s ease;
  }
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  border: none !important;
  background-color: #110505 !important;
  z-index: 100000 !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container {
  transition: all 0.3s ease !important;
}
@media screen and (min-width: 1025px) {
  #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container {
    padding: 18px 0 !important;
    max-width: calc(100% - 50px);
    width: 1340px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container {
    padding: 22px 50px !important;
  }
}
@media screen and (max-width: 767px) {
  #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container {
    padding: 18px 30px !important;
  }
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-cookie-notice {
    padding-left: 0 !important;
    margin-bottom: 20px !important;
  }
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder {
  display: flex !important;
  gap: 10px 20px !important;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder {
    flex-wrap: wrap !important;
    min-width: 30vw !important;
  }
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder button.moove-gdpr-infobar-reject-btn,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder button.moove-gdpr-infobar-settings-btn {
  font: 600 14px "Mundial", sans-serif !important;
  color: #fff !important;
  padding: 5px 10px !important;
  border: 1px solid #fff !important;
  opacity: 1 !important;
  box-shadow: none !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder button.moove-gdpr-infobar-reject-btn:hover, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder button.moove-gdpr-infobar-reject-btn:focus,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder button.moove-gdpr-infobar-settings-btn:hover,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder button.moove-gdpr-infobar-settings-btn:focus {
  background-color: #fff !important;
  color: #110505 !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .mgbutton {
  flex: 1 !important;
  margin: 0 !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-infobar-allow-all {
  background: #A699FF !important;
  font: 600 14px "Mundial", sans-serif !important;
  color: #110505 !important;
  padding: 5px 10px !important;
  border: 1px solid #A699FF !important;
  opacity: 1 !important;
  box-shadow: none !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-infobar-allow-all:hover, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-infobar-allow-all:focus {
  background-color: #fff !important;
  color: #110505 !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme p, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme a {
  font-family: "Mundial", sans-serif !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 120% !important;
  color: #FFF !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme p a:active {
  color: #A699FF !important;
}
@media screen and (min-width: 1025px) {
  #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme p a:hover {
    color: #A699FF !important;
  }
}

.gdpr_lightbox {
  z-index: 999999 !important;
}

.grecaptcha-badge {
  bottom: 125px !important;
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .grecaptcha-badge {
    bottom: 100px !important;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .grecaptcha-badge {
    bottom: 80px !important;
  }
}
@media screen and (min-width: 1025px) {
  .grecaptcha-badge {
    bottom: 100px !important;
  }
}

.top_panel h1 {
  padding-bottom: 0;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .top_panel__default .container_grid {
    display: block;
  }
}
.top_panel__default.short_margin_bottom {
  margin-bottom: 60px !important;
}
.top_panel__default__text {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .top_panel__default__text {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top_panel__default__left-block {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 768px) {
  .top_panel__default__left-block {
    margin-bottom: 60px;
  }
}

.top_panel__with_image {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .top_panel__with_image {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .top_panel__with_image__title {
    margin-bottom: 40px;
  }
}
.top_panel__with_image.bg_white {
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .top_panel__with_image .container_grid {
    display: block;
  }
}
.top_panel__with_image .center_alignment {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.top_panel__with_image .top_alignment {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}
.top_panel__with_image__text {
  font-size: 18px;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .top_panel__with_image__text {
    font-size: 16px;
    line-height: 20px;
  }
}
.top_panel__with_image__button {
  margin-top: 40px;
}
.top_panel__with_image__figure {
  width: 100%;
}
.top_panel__with_image__figure img {
  aspect-ratio: 661/527;
}
.top_panel__with_image__left-block {
  row-gap: 47px;
}
@media screen and (max-width: 767px) {
  .top_panel__with_image__left-block {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 768px) {
  .top_panel__with_image__left-block {
    margin-bottom: 60px;
  }
}

.shrs li,
.so_me li {
  display: inline-flex;
  vertical-align: middle;
}
.shrs a,
.so_me a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 14px;
  border: 1px solid;
  line-height: 20px;
}
.shrs .i_ytb_play,
.so_me .i_ytb_play {
  line-height: 19px;
}

.shrs {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
.shrs a {
  border-color: #110505;
  color: #110505;
}
.shrs a:active {
  background: #A699FF;
}
@media screen and (min-width: 1025px) {
  .shrs a:hover {
    background: #A699FF;
  }
}

.so_me {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.so_me a {
  border-color: #FFFEF7;
  color: #FFFEF7;
}
.so_me a:active {
  background: #A699FF;
  color: #110505;
}
@media screen and (min-width: 1025px) {
  .so_me a:hover {
    background: #A699FF;
    color: #110505;
  }
}

.fancybox-slide--html {
  padding: 0;
}

.is_searching .fancybox-bg {
  background-color: #FFFEF7;
}

.is_searching .fancybox-is-open .fancybox-bg {
  opacity: 1;
}

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