@charset "UTF-8";
:root {
  --white-static: #fff;
  --heading-static: #1d1d1f;
  --grey-static: #b7b7b7;
  --midgrey-static: #7c7c7c;
  --dark-grey-static: #28282a;
  --black-static: #000;
  --blue-static: #060677;
  --midblue-static: #0c50b8;
  --green-static: green;
  --light-green-static: #17cd6b;
  --bright-green-static: #5fe549;
  --red-yt-static: #ff0000;
  --blue-fb-static: #4267b2;
  --yellow-static: #ffb800;
  --bg-color: #fff;
  --heading-color: #1d1d1f;
  --text-color: #3d3c3c;
  --light-border-color: #ebebeb;
  --dark-border-color: #7c7c7c;
  --dark-bg-color: #1d1d1f;
  --light-bg-color: #f2f2f2;
  --nav-bg-color: #29292a;
  --nav-dropdown-bg-color: #1d1d1f;
  --nav-collapse-bg-color: #1d1d1f;
  --footer-bg-color: #3d3c3c;
  --footer-bar-bg-color: #1d1d1f;
  --link-color: #22b8d9;
  --link-hover-color: #168faa;
  --red-color: #d94e22;
  --black-color: #000;
  --orange-accent: #e58b49;
  --label-color: #7c7c7c;
  --input-color: #7c7c7c;
  --input-border-color: #7c7c7c;
  --input-border-focus-color: #3d3c3c;
  --form-border-color: #b7b7b7;
  --input-error-color: #d94e22;
  --modal-color: #3d3c3c;
  --modal-bg-color: #fff;
  --quill-color: #3d3c3c;
  --quill-bg-color: #fff;
  --midblue-to-white: #2456a7;
}

[data-theme=dark] {
  --bg-color: #1d1d1f;
  --heading-color: #fff;
  --text-color: #ebebeb;
  --light-border-color: #3d3c3c;
  --dark-border-color: #ebebeb;
  --dark-bg-color: #000;
  --light-bg-color: #28282a;
  --nav-bg-color: #1d1d1f;
  --nav-dropdown-bg-color: #000;
  --nav-collapse-bg-color: #000;
  --red-color: #ff8661;
  --black-color: #fff;
  --orange-accent: #ffc267;
  --label-color: #ebebeb;
  --input-color: #fff;
  --input-border-color: #7c7c7c;
  --input-border-focus-color: #fff;
  --form-border-color: #ebebeb;
  --input-error-color: #ff6f44;
  --modal-color: #fff;
  --modal-bg-color: #1d1d1f;
  --quill-color: #000;
  --quill-bg-color: #b7b7b7;
  --midblue-to-white: #fff;
}

/* Variable Fonts */
/* Fonts */
@font-face {
  font-family: "Sofia Sans";
  src: url("../fonts/SofiaSans-Thin.woff2") format("woff2"), url("../fonts/SofiaSans-Thin.woff") format("woff"), url("../fonts/SofiaSans-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Sans";
  src: url("../fonts/SofiaSans-ExtraLight.woff2") format("woff2"), url("../fonts/SofiaSans-ExtraLight.woff") format("woff"), url("../fonts/SofiaSans-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Sans";
  src: url("../fonts/SofiaSans-Light.woff2") format("woff2"), url("../fonts/SofiaSans-Light.woff") format("woff"), url("../fonts/SofiaSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Sans";
  src: url("../fonts/SofiaSans-Regular.woff2") format("woff2"), url("../fonts/SofiaSans-Regular.woff") format("woff"), url("../fonts/SofiaSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Sans";
  src: url("../fonts/SofiaSans-Medium.woff2") format("woff2"), url("../fonts/SofiaSans-Medium.woff") format("woff"), url("../fonts/SofiaSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Sans";
  src: url("../fonts/SofiaSans-SemiBold.woff2") format("woff2"), url("../fonts/SofiaSans-SemiBold.woff") format("woff"), url("../fonts/SofiaSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Sans";
  src: url("../fonts/SofiaSans-Bold.woff2") format("woff2"), url("../fonts/SofiaSans-Bold.woff") format("woff"), url("../fonts/SofiaSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Sans";
  src: url("../fonts/SofiaSans-ExtraBold.woff2") format("woff2"), url("../fonts/SofiaSans-ExtraBold.woff") format("woff"), url("../fonts/SofiaSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Sans";
  src: url("../fonts/SofiaSans-Black.woff2") format("woff2"), url("../fonts/SofiaSans-Black.woff") format("woff"), url("../fonts/SofiaSans-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Italic.woff2") format("woff2"), url("../fonts/OpenSans-Italic.woff") format("woff"), url("../fonts/OpenSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Medium.woff2") format("woff2"), url("../fonts/OpenSans-Medium.woff") format("woff"), url("../fonts/OpenSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("../fonts/OpenSans-ExtraBold.woff") format("woff"), url("../fonts/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormac-Black";
  src: url("../fonts/Cormac-Black.woff2") format("woff2"), url("../fonts/Cormac-Black.woff") format("woff"), url("../fonts/Cormac-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormac-ExtraLight";
  src: url("../fonts/Cormac-ExtraLight.woff2") format("woff2"), url("../fonts/Cormac-ExtraLight.woff") format("woff"), url("../fonts/Cormac-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Caveat";
  src: url("../fonts/Caveat-Regular.woff2") format("woff2"), url("../fonts/Caveat-Regular.woff") format("woff"), url("../fonts/Caveat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-weight: normal;
  font-display: block;
  font-family: "culturama-icon-font";
  src: url("../fonts/culturama-icon-font.eot"), url("../fonts/culturama-icon-font.eot?#iefix") format("embedded-opentype"), url("../fonts/culturama-icon-font.woff2") format("woff2"), url("../fonts/culturama-icon-font.woff") format("woff"), url("../fonts/culturama-icon-font.ttf") format("truetype"), url("../fonts/culturama-icon-font.svg") format("svg");
}
/* Breakpoints */
/* Container */
/* Gutters */
.icon-amazon::before {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "amazon" !important;
}

.icon-amazon-music::before {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "amazon_music" !important;
}

.icon-apple-music::before {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "apple_music" !important;
}

.icon-arrow-left::before {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "arrow_left" !important;
}

.icon-arrow-right::before {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "arrow_right" !important;
}

.icon-check::before {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "check" !important;
}

.icon-chevron-down::before, .goose-page .tile-accordion::before, .events-list-page .events-filter-top .events-select-toggler::before, .section-faq .faq-accordion::before, .ui-button .ui-icon::before {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "chevron_down" !important;
}

.icon-chevron-left::before, .carousel .carousel-control-prev-icon::before, .splide__arrow--prev::before {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "chevron_left" !important;
}

.icon-chevron-right::before, .carousel .carousel-control-next-icon::before, .splide__arrow--next::before {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "chevron_right" !important;
}

.icon-chevron-right-light::before {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "chevron_right_light" !important;
}

.icon-close::before, .events-list-page .events-active-filter-container .event-delete-filter::before {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "close" !important;
}

.icon-close-simple::before {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "close_simple" !important;
}

.icon-copy::before {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "copy" !important;
}

.icon-date::before, .date::before {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "date" !important;
}

.icon-deezer::before {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "deezer" !important;
}

.icon-document::before {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "document" !important;
}

.icon-external-link::before {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "external_link" !important;
}

.icon-eye::before, .candidatures-table .table-row .overlay .preview-candidature-button::before, .app-form-preview .display-files-container .thumbnail:not(.is-downloadable)::before, #register-view .form-group .js-show-password::before,
#login-view .form-group .js-show-password::before,
#forgot-pass-view .form-group .js-show-password::before,
#change-pass-view .form-group .js-show-password::before,
#delete-user-view .form-group .js-show-password::before {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "eye" !important;
}

.icon-eye-crossed::before, #register-view .form-group .js-show-password.show::before,
#login-view .form-group .js-show-password.show::before,
#forgot-pass-view .form-group .js-show-password.show::before,
#change-pass-view .form-group .js-show-password.show::before,
#delete-user-view .form-group .js-show-password.show::before {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "eye_crossed" !important;
}

.icon-facebook::before {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "facebook" !important;
}

.icon-file::before {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "file" !important;
}

.icon-file-download::before {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "file_download" !important;
}

.icon-flag::before {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "flag" !important;
}

.icon-info::before {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "info" !important;
}

.icon-instagram::before {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "instagram" !important;
}

.icon-itunes::before {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "itunes" !important;
}

.icon-location::before, .location::before {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "location" !important;
}

.icon-media::before {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "media" !important;
}

.icon-message::before {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "message" !important;
}

.icon-moon::before {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "moon" !important;
}

.icon-music::before {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "music" !important;
}

.icon-play::before {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "play" !important;
}

.icon-search::before {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "search" !important;
}

.icon-spotify::before {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "spotify" !important;
}

.icon-sun::before {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "sun" !important;
}

.icon-ticket::before {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "ticket" !important;
}

.icon-tidal::before {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "tidal" !important;
}

.icon-time::before, .time::before {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "time" !important;
}

.icon-upload::before {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "upload" !important;
}

.icon-video::before {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "video" !important;
}

.icon-youtube::before {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "youtube" !important;
}

/* Base */
body {
  background: var(--bg-color);
  font-family: "Sofia Sans", sans-serif;
  font-size: 18px;
  line-height: 135%;
  color: var(--text-color);
  font-style: normal;
  font-weight: normal;
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 16px;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Cormac-Black", sans-serif;
  font-weight: 999;
  font-style: normal;
  color: var(--heading-color);
}

h1,
h1 {
  font-size: 60px;
  line-height: 1.1;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  h1,
h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  h1,
h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 640px) {
  h1,
h1 {
    font-size: 36px;
  }
}

h2,
.h2 {
  font-size: 48px;
  line-height: 1.15;
}
@media only screen and (max-width: 991px) {
  h2,
.h2 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  h2,
.h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 640px) {
  h2,
.h2 {
    font-size: 28px;
  }
}

h3,
.h3 {
  font-size: 42px;
  line-height: 1.2;
}
@media only screen and (max-width: 991px) {
  h3,
.h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  h3,
.h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 640px) {
  h3,
.h3 {
    font-size: 26px;
  }
}

h4,
.h4 {
  font-size: 30px;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  h4,
.h4 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 640px) {
  h4,
.h4 {
    font-size: 23px;
  }
}

ul {
  padding: 0;
}

ul[class] {
  list-style-type: none;
  margin-bottom: 0;
}

p {
  margin-bottom: 20px;
}

main a:not([class*=btn]) {
  cursor: pointer;
  color: var(--link-color);
  transition: all 0.15s ease;
  text-decoration: none;
}
main a:not([class*=btn]):hover {
  text-decoration: underline;
  color: var(--link-hover-color);
}
main a:not([class*=btn]).disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
ul:last-child,
ol:last-child,
p:last-child {
  margin-bottom: 0;
}

svg,
svg > * {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

img {
  max-width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.section-form span.text-muted {
  color: var(--dark-border-color) !important;
}

/* Body locked */
body.is-locked {
  height: 100vh;
  overflow: hidden;
}
body.is-locked .header .navbar-collapse {
  overflow-y: auto;
}

/* Main */
.desktop-hidden {
  display: none;
}
@media only screen and (max-width: 991px) {
  .desktop-hidden {
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  .mobile-hidden {
    display: none;
  }
}

/* Header */
.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  z-index: 100;
}
.header-wrapper + .main,
.header-wrapper ~ .main {
  padding-top: 40px;
}
.header-wrapper nav {
  max-height: 40px;
}

.header {
  position: static;
  background-color: var(--nav-bg-color);
  color: var(--white-static);
  height: inherit;
}
.header .nav-mobile-bottom-container {
  display: none;
}

@media only screen and (max-width: 991px) {
  .header-wrapper {
    height: 48px;
  }
  .header-wrapper + .main,
.header-wrapper ~ .main {
    padding-top: 48px;
  }
  .header-wrapper nav {
    max-height: 48px;
  }

  .header {
    display: flex;
    align-items: center;
  }
  .header .container {
    padding: 0 25px 0 0;
  }
  .header .nav-mobile-bottom-container {
    display: flex;
    flex-direction: column;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 36px;
    gap: 28px;
  }
  .header .nav-mobile-socials .socials ul {
    padding-left: 0;
  }
  .header .nav-mobile-socials .socials ul li {
    width: 32px;
    height: 32px;
  }
}
@media only screen and (max-width: 640px) {
  .header .container {
    padding: 0 16px 0 0;
  }
}
.header--secondary {
  background-color: var(--footer-bg-color);
  color: var(--white-static);
  z-index: 99;
  position: sticky;
  padding: 10px 0;
  top: 40px;
  text-align: center;
  transition: top 0.3s ease, z-index 0.45s ease;
}
.header--secondary.to-top {
  top: 0;
  z-index: 101;
}
.header--secondary .btn, .header--secondary .sustainability-page .btn-primary-border, .sustainability-page .header--secondary .btn-primary-border,
.header--secondary .sustainability-page .btn-blue,
.sustainability-page .header--secondary .btn-blue,
.header--secondary .goose-page .btn-primary-border,
.goose-page .header--secondary .btn-primary-border,
.header--secondary .goose-page .btn-blue,
.goose-page .header--secondary .btn-blue {
  font-size: 16px;
  gap: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header--secondary .btn::before, .header--secondary .sustainability-page .btn-primary-border::before, .sustainability-page .header--secondary .btn-primary-border::before,
.header--secondary .sustainability-page .btn-blue::before,
.sustainability-page .header--secondary .btn-blue::before,
.header--secondary .goose-page .btn-primary-border::before,
.goose-page .header--secondary .btn-primary-border::before,
.header--secondary .goose-page .btn-blue::before,
.goose-page .header--secondary .btn-blue::before {
  font-size: 80%;
}
@media only screen and (max-width: 991px) {
  .header--secondary {
    padding: 0;
    top: 48px;
  }
  .header--secondary .btn, .header--secondary .sustainability-page .btn-primary-border, .sustainability-page .header--secondary .btn-primary-border,
.header--secondary .sustainability-page .btn-blue,
.sustainability-page .header--secondary .btn-blue,
.header--secondary .goose-page .btn-primary-border,
.goose-page .header--secondary .btn-primary-border,
.header--secondary .goose-page .btn-blue,
.goose-page .header--secondary .btn-blue {
    width: 100%;
    min-height: 48px;
  }
}

/*
.searchbar-toggle {
  img {
    transition: transform 0.3s;
  }

  &:hover img {
    transform: rotate(-10deg);
  }
}

.header-searchbar-form {
  display: none;
  padding: 16px 0;
  position: fixed;
  top: $nav-height;
  left: 0;
  right: 0;
  z-index: 102;
  background: var(--bg-color);

  .inner-wrapper {
    max-width: 973px;
    margin: 0 auto;
    padding: 0 16px;
  }

  .input-wrapper {
    position: relative;
  }

  .searchbar-input {
    @include p-20;

    width: 100%;
    font-weight: 300;
    border: none;
    border-bottom: 1px solid var(--heading-color);
    padding: 10px 70px 10px 16px;

    &:focus-visible {
      outline: none;
    }
  }

  .searchbar-submit {
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 0;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--dark-bg-color);
  }

  .clear-searchbar {
    display: none;
    position: absolute;
    right: 27px;
    top: 0;
    width: 24px;
    height: 24px;
  }

  @include tablet {
    top: $nav-height-tablet;

    .searchbar-input {
      font-size: 16px;
      line-height: 110%;
      padding: 10px 35px 10px 10px;
    }

    .searchbar-submit {
      width: 15px;
      height: 14px;
      right: 15px;
    }

    .clear-searchbar {
      right: 12px;
      width: 15px;
      height: 15px;
    }
  }
}
 */
/* Footer */
.footer {
  position: relative;
  z-index: 2;
  color: var(--white-static);
}
.footer a:hover {
  color: var(--link-color);
}
.footer .footer__inner {
  padding: 0 0 65px;
  background-color: var(--footer-bg-color);
}
.footer .footer__head {
  margin: 0 auto 144px;
  text-align: center;
}
.footer .footer__bar {
  padding: 16px 0 18px;
  background-color: var(--footer-bar-bg-color);
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0.02em;
}
.footer .footer__title {
  margin-bottom: 20px;
  font-size: 22px;
  font-family: "Sofia Sans", sans-serif;
  font-weight: 700;
  color: var(--white-static);
}
.footer .footer__body {
  line-height: 1.35;
  letter-spacing: 0.02em;
}
.footer .footer__contacts a[href*=mailto] {
  display: inline-block;
  margin: 24px 0;
}
.footer .footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.footer .footer__bar-inner {
  align-items: center;
}
.footer .flaticon-links-container {
  margin-top: 20px;
  line-height: 0.7;
}
.footer .flaticon-link {
  font-size: 8px;
}
.footer .list-inline li + li {
  margin-left: 16px;
}

@media only screen and (max-width: 991px) {
  .footer .footer__head {
    margin-bottom: 80px;
  }
  .footer__bar .list-inline {
    margin-bottom: 26px;
  }
}
.phone-link {
  pointer-events: none;
  text-decoration: none;
  cursor: default;
  color: inherit !important;
}

@media only screen and (max-width: 640px) {
  .phone-link {
    pointer-events: auto;
    color: var(--link-color) !important;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer__inner {
    padding-bottom: 56px;
  }
  .footer .footer__head {
    margin-bottom: 56px;
  }
  .footer .footer__title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .footer .footer__body {
    font-size: 16px;
  }
  .footer .footer__body > .row > [class*=col]:not(:last-child) {
    margin-bottom: 32px;
  }
  .footer .footer__socials {
    display: flex;
    flex-direction: column;
    margin-top: 48px;
  }
  .footer .footer__socials .text-follow {
    font-size: 18px;
  }
  .footer .footer__bar-inner .list-inline > li {
    min-width: 45%;
    display: inline-block;
  }
  .footer .footer__bar-inner .list-inline > li + li {
    margin-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .footer .footer__inner {
    padding-bottom: 32px;
  }
  .footer .footer__socials {
    margin-top: 32px;
  }
  .footer .footer__bar-inner .list-inline > li {
    width: 100%;
    display: inline-block;
  }
}
/* Navbar */
.navbar {
  padding: 0;
  justify-content: flex-start;
}
@media only screen and (max-width: 1450px) {
  .navbar {
    padding: 0 40px 0;
  }
}
@media only screen and (max-width: 1170px) and (min-width: 992px) {
  .navbar {
    padding: 0;
  }
}
.navbar .js-theme-switch {
  color: var(--white-static);
  transition: color 0.3s;
}
.navbar .js-theme-switch:focus, .navbar .js-theme-switch:hover {
  color: var(--link-color);
  border-bottom: 0 solid transparent;
}
.navbar .js-theme-switch [class^=icon]:before {
  color: inherit;
}
.navbar .js-theme-switch .text-theme {
  display: none;
}
.navbar .login-link:hover,
.navbar .donate-li > a:hover,
.navbar .dropdown-item:hover {
  text-decoration: none;
}
.navbar .dropdown-menu {
  position: absolute;
  display: block;
  z-index: -1;
  border-radius: 0;
  border-width: 0;
  background-color: var(--nav-dropdown-bg-color);
  margin-top: 0;
  transition: all 0.35s 0.1s;
  top: 100%;
  transform: translateY(-108%);
  visibility: hidden;
  backface-visibility: hidden;
  padding: 12px 0 12px 0;
  min-width: 194px;
  left: -17px;
}
.navbar .dropdown-menu li + li {
  margin-top: 13px;
}
.navbar .dropdown-menu .dropdown-item {
  color: var(--white-static);
}
.navbar .dropdown-menu .dropdown-item:focus, .navbar .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: var(--link-color);
}
.navbar .dropdown-menu .dropdown-item.is-active {
  color: var(--white-static);
  font-weight: 700;
  cursor: default;
}
.navbar .dropdown:hover i:before {
  transform: rotate(180deg);
}
.navbar .dropdown:hover .dropdown-toggle {
  color: var(--link-color);
}
.navbar .dropdown:hover .dropdown-toggle:after {
  opacity: 1;
  transform: scaleX(1);
}
.navbar .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.navbar .show.dropdown-toggle:after {
  opacity: 1;
  transform: scaleX(1);
}
.navbar .show.dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.navbar-nav {
  font-size: 16px;
}
.navbar-nav .nav-item + .nav-item {
  margin-left: 20px;
}
@media only screen and (max-width: 1170px) and (min-width: 992px) {
  .navbar-nav .nav-item + .nav-item {
    margin-left: 13px;
  }
}
.navbar-nav .nav-item.dropdown {
  transition: all 0.3s;
  position: relative;
}
.navbar-nav .nav-item.dropdown .nav-link {
  cursor: default;
}
.navbar-nav .nav-item.dropdown i {
  font-size: 70%;
  width: 12px;
  margin-left: 6px;
}

#nav-button-donate {
  font-family: "Sofia Sans", sans-serif;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.3s;
  color: var(--white-static);
  background-color: var(--link-color);
  border: 1px solid var(--link-color);
  font-size: 16px;
  line-height: 1;
  align-content: center;
  height: 36px;
  width: 112px;
}
#nav-button-donate:hover, #nav-button-donate:focus, #nav-button-donate:active {
  text-decoration: none;
  box-shadow: none;
}
#nav-button-donate:hover, #nav-button-donate.focus, #nav-button-donate:active {
  color: var(--link-color);
  background-color: var(--white-static);
  border: 1px solid var(--link-color);
}
@media only screen and (max-width: 1550px) {
  #nav-button-donate {
    width: 86px;
  }
}
@media only screen and (max-width: 640px) {
  #nav-button-donate {
    font-size: 14px;
  }
}

.navbar-expand-lg .navbar-collapse {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  .navbar-expand-lg .navbar-collapse {
    justify-content: flex-start;
  }
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 0;
}
.navbar-expand-lg .nav-item,
.navbar-expand-lg .nav-link {
  height: 40px;
  display: inline-flex;
  align-items: center;
  position: relative;
}

.nav-link {
  letter-spacing: 0.015em;
  color: var(--white-static);
  line-height: 1;
  transition: color 0.15s ease;
}
.nav-link [class*=icon]:before {
  font-size: 80%;
  margin-right: 4px;
}
.nav-link:focus, .nav-link.is-active {
  color: inherit;
}
.nav-link.show, .nav-link:hover {
  text-decoration: none !important;
  color: var(--link-color) !important;
}
.nav-link:before, .nav-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -8.5%;
  opacity: 0;
  width: 117%;
  height: 1px;
  margin: 2px 0 0;
  border-width: 0;
  background-color: var(--white-static);
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.2s ease-in-out;
  transition-duration: 0.5s;
}
.nav-link.is-active:after, .nav-link:hover:after {
  opacity: 1;
  transform: scaleX(1);
}

.navbar-collapse.collapsing {
  display: none !important;
}
.navbar-collapse.show {
  display: flex !important;
}

/* Nav access */
.nav-access > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.nav-access > ul .nav-item {
  margin-left: 16px;
}
.nav-access .nav-item-login a {
  display: block;
}
.nav-access .nav-item-login a:hover svg {
  background-color: var(--white-static);
}
.nav-access .nav-item-login a:hover svg path {
  fill: var(--heading-static);
}
.nav-access .nav-link-user {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--yellow-static);
  border: 1px solid var(--yellow-static);
  color: var(--heading-static) !important;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: border-color 0.15s ease;
}
.nav-access .nav-link-user:after {
  display: none;
}
.nav-access .nav-link-user:hover {
  border-color: var(--white-static);
  color: var(--heading-static) !important;
}
.nav-access .nav-item-auth .dropdown-menu {
  min-width: auto;
  right: 0;
  left: auto;
}
.nav-access .nav-item-auth .dropdown-menu li {
  margin-left: 0;
}
.nav-access .nav-item-auth .dropdown-item {
  min-width: auto;
  cursor: pointer;
}

/* Navbar brand */
.navbar-brand {
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.navbar-brand.center {
  margin: 0 auto;
}
.navbar-brand .slogan {
  display: none;
  margin-left: 8px;
  font-size: 26px;
  font-weight: 700;
  color: var(--white-static);
}
@media only screen and (max-width: 991px) {
  .navbar-brand .slogan {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .navbar-brand .slogan {
    font-size: 18px;
    margin-left: 3px;
  }
}

.navbar-toggler {
  display: none;
  padding: 0;
  font-size: 0;
  border: 0;
  border-radius: 0;
  position: relative;
  width: 16px;
  height: 12px;
  margin: 0;
  transform: rotate(0deg);
  transition: transform 0.5s ease-in-out;
  cursor: pointer;
}

.navbar-toggler-icon span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: var(--white-static);
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.navbar-toggler-icon span:nth-child(1) {
  top: 0;
}
.navbar-toggler-icon span:nth-child(2), .navbar-toggler-icon span:nth-child(3) {
  top: 4px;
}
.navbar-toggler-icon span:nth-child(4) {
  top: 8px;
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon span:nth-child(1) {
  top: 4px;
  width: 0%;
  left: 50%;
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon span:nth-child(2) {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon span:nth-child(3) {
  transform: rotate(-45deg);
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon span:nth-child(4) {
  top: 4px;
  width: 0%;
  left: 50%;
}

@media only screen and (max-width: 991px) {
  .navbar {
    padding: 0;
  }

  .navbar-brand img {
    width: 56px;
    height: 48px;
  }

  .navbar-expand-lg {
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-collapse {
    position: absolute;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    width: 100vw;
    max-width: 100vw;
    height: 100%;
    min-height: calc(100vh - 48px) !important;
    background-color: var(--nav-collapse-bg-color);
    padding: 30px 50px 30px;
    top: 48px;
    left: 0;
    bottom: 0;
    right: 0;
    flex-direction: column;
    align-items: normal;
    opacity: 0;
    visibility: hidden;
  }
}
@media only screen and (max-width: 991px) and (max-width: 410px) {
  .navbar-expand-lg .navbar-collapse {
    padding: 30px 20px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-expand-lg .navbar-collapse.collapsing {
    display: flex !important;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-expand-lg .navbar-collapse.show {
    display: flex !important;
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-expand-lg .navbar-nav {
    display: block;
    flex: none;
  }
  .navbar-expand-lg .navbar-nav .nav-item {
    border-bottom: 1px solid var(--white-static);
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .navbar-expand-lg .navbar-nav .nav-item:last-child {
    border-bottom-width: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-item > a {
    padding: 20px 8px;
    width: 100%;
    height: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-item + .nav-item {
    margin: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    position: relative;
  }
  .navbar-expand-lg .navbar-nav .nav-link.is-active {
    font-weight: 700;
  }
  .navbar-expand-lg .navbar-nav .nav-link:before, .navbar-expand-lg .navbar-nav .nav-link:after {
    display: none;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative;
    visibility: hidden;
    opacity: 0;
    transform: translateY(0);
    left: 0;
    padding: 0;
    min-width: auto;
    width: 100%;
    max-height: 0;
    height: auto;
    background-color: transparent;
    transition: all 0.35s ease;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu:not(.show) > * {
    visibility: hidden;
    transition: visibility 0.2s ease;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu.show {
    max-height: 100vh;
    opacity: 1;
    visibility: visible;
    z-index: 3;
    padding-bottom: 24px;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu.show > * {
    visibility: visible;
  }
  .navbar-expand-lg .navbar-nav .dropdown-item {
    padding: 4px 22px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-expand-lg .navbar-toggler {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .nav-access {
    flex: 1 1 auto;
    margin: 0 15px 0 0;
  }
  .nav-access > ul li:first-child {
    margin-left: 0;
  }
}
/* 
  DRAFT
*/
/* 
Section info 
water-game.html
about-us.html
*/
.section-info {
  padding: 74px 0;
}
@media only screen and (max-width: 767px) {
  .section-info {
    padding: 64px 0 32px;
  }
}

@media only screen and (max-width: 640px) {
  .festival-game-page .section-info {
    padding: 24px 0px;
  }
}
.about-us-page .section-info {
  padding: 84px 0 86px;
}
@media only screen and (max-width: 991px) {
  .about-us-page .section-info {
    padding: 54px 0 64px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-page .section-info {
    padding-top: 32px;
    padding-bottom: 46px;
  }
}

/* 
Section form 
application-form-preview
apply
candidatures
*/
.section-form {
  padding: 80px 0 90px;
}
@media only screen and (max-width: 767px) {
  .section-form {
    padding: 50px 0 70px;
  }
}

/* 
Section services 
scholarship.html
scholarship-2023.html
scholarship-2024.html
*/
.section-services {
  padding: 64px 0 72px;
}
.section-services + .section-services {
  padding-top: 0;
}
@media only screen and (max-width: 991px) {
  .section-services {
    padding: 42px 0 48px;
  }
}
@media only screen and (max-width: 767px) {
  .section-services {
    padding: 32px 0 32px;
  }
}

/* 
Error page 
error.ftl
error-404.ftl
*/
.error-page section {
  padding: 56px 0;
  margin: 64px auto;
}
@media only screen and (max-width: 767px) {
  .error-page section {
    max-width: calc(100% - 32px);
    padding: 28px 0 16px;
    margin: 32px auto;
  }
}

/* 
Video section
Homepage
scholarship.html
scholarship-2024.html
*/
.video-section {
  padding: 60px 64px;
}
@media only screen and (max-width: 991px) {
  .video-section {
    padding: 42px 32px;
  }
}
@media only screen and (max-width: 640px) {
  .video-section {
    padding: 28px 16px;
  }
}

.news-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .news-section {
    padding: 42px 0;
  }
}
@media only screen and (max-width: 640px) {
  .news-section {
    padding: 28px 0;
  }
}

.about-us-section,
.campaign-section {
  padding: 56px 0 72px;
}
@media only screen and (max-width: 991px) {
  .about-us-section,
.campaign-section {
    padding: 42px 0 64px;
  }
}
@media only screen and (max-width: 640px) {
  .about-us-section,
.campaign-section {
    padding: 28px 0 48px;
  }
}

.section-info {
  padding-top: 144px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .section-info {
    padding: 64px 0 90px;
  }
}
@media only screen and (max-width: 767px) {
  .section-info {
    padding-top: 32px;
    padding-bottom: 56px;
  }
}

.section-team {
  padding: 64px 0 88px;
}
@media only screen and (max-width: 991px) {
  .section-team {
    padding: 38px 0 48px;
  }
}
@media only screen and (max-width: 640px) {
  .section-team {
    padding: 32px 0 36px;
  }
}

.section-detailed-info {
  padding: 86px 0 96px;
}
@media only screen and (max-width: 991px) {
  .section-detailed-info {
    padding-top: 62px;
    padding-bottom: 72px;
  }
}
@media only screen and (max-width: 640px) {
  .section-detailed-info {
    padding-top: 32px;
    padding-bottom: 46px;
  }
}
.section-detailed-info .row + .row {
  margin-top: 84px;
}
@media only screen and (max-width: 991px) {
  .section-detailed-info .row + .row {
    margin-top: 56px;
  }
}
@media only screen and (max-width: 640px) {
  .section-detailed-info .row + .row {
    margin-top: 32px;
  }
}

.event-inner-section {
  padding-bottom: 28px;
}
@media only screen and (max-width: 991px) {
  .event-inner-section {
    padding-bottom: 22px;
  }
}
@media only screen and (max-width: 640px) {
  .event-inner-section {
    padding-bottom: 12px;
  }
}

.other-events-section {
  padding-top: 70px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .other-events-section {
    padding-top: 42px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .other-events-section {
    padding-top: 28px;
    padding-bottom: 32px;
  }
}

.artist-inner-page section {
  padding: 30px 0;
}

/* 
Title section - holds h1
Artist list
*/
.title-section {
  padding-top: 160px;
  padding-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .title-section {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .title-section {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 640px) {
  .title-section {
    padding-top: 42px;
  }
}

.projects-section,
.festival-section,
.events-list-section {
  padding: 102px 0 96px;
}
@media only screen and (max-width: 991px) {
  .projects-section,
.festival-section,
.events-list-section {
    padding-top: 62px;
    padding-bottom: 72px;
  }
}
@media only screen and (max-width: 640px) {
  .projects-section,
.festival-section,
.events-list-section {
    padding-top: 32px;
    padding-bottom: 56px;
  }
}

.roles-management section {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media only screen and (max-width: 991px) {
  .roles-management section {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

.campaign-section {
  padding: 44px 0 56px;
}
@media only screen and (max-width: 640px) {
  .campaign-section {
    padding: 32px 0 36px;
  }
}

.section-up {
  position: relative;
  top: -90px;
  margin-bottom: -90px;
}
@media only screen and (max-width: 991px) {
  .section-up {
    top: 0;
    margin-bottom: 0;
  }
}

.section-banner {
  position: relative;
  overflow: hidden;
}
.section-banner .container {
  position: relative;
  z-index: 3;
}

.section-bg {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}
.section-bg picture,
.section-bg img,
.section-bg video,
.section-bg svg {
  display: block;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
  width: 100%;
}
.section-bg.section-bg--top picture,
.section-bg.section-bg--top img,
.section-bg.section-bg--top video,
.section-bg.section-bg--top svg {
  object-position: 50% 0;
}
.section-bg.section-bg--bottom picture,
.section-bg.section-bg--bottom img,
.section-bg.section-bg--bottom video,
.section-bg.section-bg--bottom svg {
  object-position: 50% 100%;
}
.section-bg.section-bg--left picture,
.section-bg.section-bg--left img,
.section-bg.section-bg--left video,
.section-bg.section-bg--left svg {
  object-position: 0 50%;
}
.section-bg.section-bg--right picture,
.section-bg.section-bg--right img,
.section-bg.section-bg--right video,
.section-bg.section-bg--right svg {
  object-position: 100% 50%;
}

.banner-650 {
  height: 650px;
}
@media only screen and (max-width: 1280px) {
  .banner-650 {
    height: 600px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-650 {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-650 {
    height: 400px;
  }
}
@media only screen and (max-width: 640px) {
  .banner-650 {
    height: 360px;
  }
}

/* Form */
.form strong {
  font-weight: 800;
}
.form .form__head {
  font-size: 16px;
  line-height: 1.45;
  margin-bottom: 32px;
}
.form .form__title {
  font-size: 20px;
  line-height: 1.35;
  font-family: "Sofia Sans", sans-serif;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .form .form__title {
    font-size: 18px;
  }
}
.form .form__actions,
.form .form__body {
  margin-bottom: 32px;
}
.form .form__actions:last-child,
.form .form__body:last-child {
  margin-bottom: 0;
}
.form .form__asterisk {
  display: inline-block;
  vertical-align: super;
  font-size: 12px;
  font-weight: 700;
  color: var(--red-color);
}
.form .form-section-header {
  margin: 40px 0 20px 0;
}
.form .form-section-subheader {
  font-size: 16px;
  line-height: 1.45;
  margin: 0 0 10px 0;
  color: var(--black-color);
}
.form .form-text {
  margin-top: 3px;
  margin-bottom: 2px;
}
.form .action-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .form .action-buttons {
    flex-direction: column-reverse;
  }
  .form .action-buttons button {
    width: 100%;
  }
}
.form .media-files-group .link-btn {
  border: 1px solid var(--link-color);
  height: 48px;
  width: 32px;
  font-size: xx-large;
  background-color: var(--link-color);
  color: var(--white-static);
}
.form .media-files-group .link-btn:hover {
  background-color: var(--white-static);
  color: var(--link-color);
}
.form .media-files-group .media-group-info {
  font-size: 16px;
  margin-top: 8px;
}
.form .media-files-group .link-counter {
  grid-row: 1;
  grid-column: 3;
  font-size: smaller;
  justify-self: flex-end;
}
.form .media-files-group .gridify {
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  grid-template-rows: auto auto min-content min-content;
  max-width: 100%;
  width: 100%;
}
.form .media-files-group .gridify label {
  grid-row: 1;
  grid-column: 1/span 2;
  width: 100%;
}
.form .media-files-group .gridify .form-field-warning {
  padding: 10px;
  position: relative;
  font-size: 14px;
}
.form .media-files-group .gridify .form-field-warning::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--orange-accent);
  opacity: 0.1;
  z-index: -1;
}
.form .media-files-group .gridify .form-field-info,
.form .media-files-group .gridify .form-field-error,
.form .media-files-group .gridify .form-field-warning,
.form .media-files-group .gridify .input-field-wrapper {
  grid-column: 1/span 3;
  width: 100%;
}
.form .media-files-group .gridify .input-field-wrapper {
  display: grid;
  grid-column: 1/span 4;
  grid-template-columns: 1fr auto min-content;
  align-items: center;
  margin-top: 10px;
  margin-top: 10px;
  width: 100%;
}
.form .media-files-group .gridify .input-field-wrapper input.media-link {
  grid-row: 1;
  grid-column: 1/span 3;
  max-width: 100%;
}
.form .media-files-group .gridify .input-field-wrapper .link-btn.remove {
  grid-row: 1;
  grid-column: 4;
  transform: translateX(-1px);
  margin: 10px 0 10px 10px;
  padding: 0;
  height: 28px;
  width: 28px;
  font-size: 28px;
  color: var(--input-error-color);
  background-color: var(--bg-color);
  border: 2px solid var(--input-error-color);
  transition: 0.15s ease all;
}
.form .media-files-group .gridify .input-field-wrapper .link-btn.remove:hover {
  color: var(--bg-color);
  background-color: var(--input-error-color);
}
.form .media-files-group .gridify .input-field-wrapper .form-field-info {
  grid-row: 2;
}
.form .media-files-group .gridify .input-field-wrapper .form-field-error {
  grid-row: 3;
  grid-column: 1/span 4;
  width: 100%;
}
.form .media-files-group .gridify .input-field-wrapper .link-btn.add {
  grid-row: 4;
  grid-column: 1;
  margin-top: 20px;
  transform: translateX(1px);
  height: 48px;
  width: 207px;
  background-color: var(--bg-color);
  color: var(--link-color);
  font-size: 18px;
  transition: 0.15s ease all;
}
.form .media-files-group .gridify .input-field-wrapper .link-btn.add::before {
  content: "+";
  font-size: 2em;
  line-height: 0.5;
  font-weight: 300;
  display: inline-block;
  position: relative;
  top: 4px;
  right: 5px;
}
.form .media-files-group .gridify .input-field-wrapper .link-btn.add:hover {
  color: var(--white-static);
  background-color: var(--link-color);
}
.form .media-files-group .gridify .input-field-wrapper.error input.media-link {
  border: 1px solid var(--input-error-color);
}
.form .media-files-group .gridify .input-field-wrapper.error .form-field-error {
  display: block;
}
.form .artistic-counter,
.form .project-counter,
.form .motivation-counter {
  position: absolute;
  right: 0;
  padding-right: 15px;
}

/* Form elements */
.form label,
.form .form-label {
  font-size: 16px;
  line-height: 1.45;
  color: var(--heading-color);
  display: block;
  margin-bottom: 5px;
}

.form .form-control {
  font-size: 16px;
  line-height: 1.45;
  height: 48px;
  border-radius: 0;
  background-color: var(--bg-color);
  border: 1px solid var(--input-border-color);
  display: inline-flex;
  padding: 8px 25px 8px 15px;
  color: var(--heading-color);
  caret-color: currentColor;
}
.form .form-control:focus {
  border-color: var(--input-border-focus-color);
  box-shadow: none;
}
.form .form-control span {
  display: inline-flex;
  align-self: center;
}
.form .form-control-select {
  font-size: 16px;
  line-height: 1.45;
  height: 48px;
  border-radius: 0;
  background-color: var(--bg-color);
  border: 1px solid var(--input-border-color);
  display: inline-flex;
  padding: 8px 25px 8px 15px;
  color: var(--heading-color);
  caret-color: currentColor;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 12px 38px 12px 15px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 48 48"%3E%3Cpath fill="%23000" d="M24.052 31.599 3.084 10.63.156 13.56 24.05 37.454l23.898-23.895-2.928-2.929Z"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}
.form .form-control-select:focus {
  border-color: var(--input-border-focus-color);
  box-shadow: none;
}
.form .form-control-select span {
  display: inline-flex;
  align-self: center;
}
[data-theme=dark] .form .form-control-select {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 48 48"%3E%3Cpath fill="%23fff" d="M24.052 31.599 3.084 10.63.156 13.56 24.05 37.454l23.898-23.895-2.928-2.929Z"/%3E%3C/svg%3E');
}
.form .form-control-date {
  font-size: 16px;
  line-height: 1.45;
  height: 48px;
  border-radius: 0;
  background-color: var(--bg-color);
  border: 1px solid var(--input-border-color);
  display: inline-flex;
  padding: 8px 25px 8px 15px;
  color: var(--heading-color);
  caret-color: currentColor;
  width: 100%;
  position: relative;
  padding: 12px 38px 12px 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 14'%3E%3Cg fill='%23000' fill-rule='evenodd'%3E%3Cpath d='M1.375 3.5v8.75a.875.875 0 0 0 .875.875h10.5a.875.875 0 0 0 .875-.875V3.5H1.375ZM2.25.875A1.75 1.75 0 0 0 .5 2.625v9.625A1.75 1.75 0 0 0 2.25 14h10.5a1.75 1.75 0 0 0 1.75-1.75V2.625a1.75 1.75 0 0 0-1.75-1.75H2.25Z'/%3E%3Cpath d='M3.563 0A.437.437 0 0 1 4 .437v.438a.437.437 0 1 1-.875 0V.437A.438.438 0 0 1 3.563 0Zm7.875 0a.437.437 0 0 1 .437.437v.438a.437.437 0 1 1-.875 0V.437A.438.438 0 0 1 11.438 0Z'/%3E%3Cpath d='M11.437 5.25h-.875a.438.438 0 0 0-.437.437v.875c0 .242.196.438.437.438h.875a.438.438 0 0 0 .438-.438v-.875a.438.438 0 0 0-.438-.437Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}
.form .form-control-date:focus {
  border-color: var(--input-border-focus-color);
  box-shadow: none;
}
.form .form-control-date span {
  display: inline-flex;
  align-self: center;
}
[data-theme=dark] .form .form-control-date {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 14'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M1.375 3.5v8.75a.875.875 0 0 0 .875.875h10.5a.875.875 0 0 0 .875-.875V3.5H1.375ZM2.25.875A1.75 1.75 0 0 0 .5 2.625v9.625A1.75 1.75 0 0 0 2.25 14h10.5a1.75 1.75 0 0 0 1.75-1.75V2.625a1.75 1.75 0 0 0-1.75-1.75H2.25Z'/%3E%3Cpath d='M3.563 0A.437.437 0 0 1 4 .437v.438a.437.437 0 1 1-.875 0V.437A.438.438 0 0 1 3.563 0Zm7.875 0a.437.437 0 0 1 .437.437v.438a.437.437 0 1 1-.875 0V.437A.438.438 0 0 1 11.438 0Z'/%3E%3Cpath d='M11.437 5.25h-.875a.438.438 0 0 0-.437.437v.875c0 .242.196.438.437.438h.875a.438.438 0 0 0 .438-.438v-.875a.438.438 0 0 0-.438-.437Z'/%3E%3C/g%3E%3C/svg%3E");
}

.custom-file [class*=icon],
.form-group--date [class*=icon] {
  position: absolute;
  z-index: 2;
  bottom: 12px;
  pointer-events: none;
}

.custom-file [class*=icon],
.form-group--date [class*=icon] {
  right: 8px;
  font-size: 110%;
  color: var(--input-color);
}

.custom-file {
  height: auto;
  z-index: 0;
  background-color: var(--bg-color);
}
.custom-file .form-label,
.custom-file small {
  background-color: var(--bg-color);
}
.custom-file .form-text {
  position: absolute;
  top: 100%;
  left: 0;
}

.form .form-control::placeholder {
  color: var(--form-border-color);
}

.form__asterisk,
.form-field-error {
  display: none;
  color: var(--red-color) !important;
}

.form .form-group {
  position: relative;
  margin-bottom: 36px;
}
.form .form-group .hint-input {
  font-size: 14px;
}
.form .form-group:not(:only-child) {
  margin-bottom: 36px;
}
.form .form-group:not(:last-child) + .form-check {
  margin-top: 36px;
  margin-bottom: 14px;
}
.form .form-group:not(:last-child) + .form-check[class*=col-] {
  margin-top: 0;
}
.form .form-group:not(:last-child) + .form-check + .form-check {
  margin-bottom: 15px;
  margin-top: 15px;
}
.form .form-group .form-group--files:not(:last-child) {
  margin-bottom: 24px;
}
.form .form-group.is-existing .form__email {
  display: block;
}
.form .form-group .filepond--root {
  margin: 0;
  background-color: var(--bg-color);
}
.form .form-group .filepond--root [data-filepond-item-state*=error] .filepond--item-panel,
.form .form-group .filepond--root [data-filepond-item-state*=invalid] .filepond--item-panel {
  background-color: var(--red-color);
}
.form .form-group .filepond--root .filepond--list {
  width: 100%;
  transform: translateX(-16px);
}
.form .form-group .filepond--root .filepond--item {
  width: 100%;
}
.form .form-group .filepond--root .filepond--drop-label {
  background-color: transparent;
  border: 1px solid var(--input-border-color);
  min-height: auto;
  height: 48px;
  justify-content: left;
}
.form .form-group .filepond--root .filepond--drop-label label {
  padding-left: 18px;
}
.form .form-group .filepond--root .filepond--label-action {
  color: var(--link-color);
}
.form .form-group .filepond--root .filepond--drip {
  background-color: var(--bg-color);
  opacity: 1;
}
.form .form-group .filepond--root .filepond--drip .filepond--drip-blob {
  background-color: var(--light-border-color) !important;
}
.form .form-group .filepond--root .filepond--file-action-button.filepond--action-remove-item {
  border-radius: 0;
}
.form .form-group .filepond--root .filepond--panel-bottom,
.form .form-group .filepond--root .filepond--panel-top {
  border-radius: 0;
  height: 0;
}
.form .form-group .filepond--root .filepond--panel-root {
  background-color: var(--bg-color);
}
.form .form-group .filepond--root .filepond--file-status-sub,
.form .form-group .filepond--root .filepond--file-info-sub {
  opacity: 0.8;
}
.form .form-group .filepond--root .filepond--item:last-child {
  margin-bottom: 0;
}
.form .form-group .ql-snow .ql-color-picker .ql-picker-label svg,
.form .form-group .ql-snow .ql-icon-picker .ql-picker-label svg,
.form .form-group .ql-snow.ql-toolbar button svg,
.form .form-group .ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  filter: brightness(200%);
}
.form .form-group .ql-snow .ql-picker-label {
  color: var(--heading-color);
  filter: brightness(70%);
}
.form .form-group input:-webkit-autofill,
.form .form-group input:-webkit-autofill:hover,
.form .form-group input:-webkit-autofill:focus,
.form .form-group input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: var(--heading-color);
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px var(--bg-color);
}
.form .form-group > label,
.form p.form-label,
.form .date-of-birth-label {
  font-size: 16px;
  font-weight: 400;
}
.form .ui-selectmenu-button.ui-button {
  color: var(--heading-color);
}
.form .media-section-subtitle,
.form .guardian-section-subtitle {
  margin-top: 30px;
  font-family: "Sofia Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.form .guardian-row p {
  font-size: 16px;
  font-weight: 400;
  color: var(--label-color);
  margin: 0;
}
.form .guardian-row .guardian-row-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 10px;
}
.form .guardian-row .form-group {
  margin-bottom: 16px;
}
.form label + small,
.form .form-label + small {
  display: block;
  margin-top: 1px;
  margin-bottom: -3px;
}
.form .form-label + small {
  margin-top: -2px;
}
.form small a {
  color: var(--link-color);
}
.form small.download-declaration {
  margin-top: -3px;
  margin-bottom: 3px;
}
.form .form-group--date .form-group__inner {
  position: relative;
}
.form .form-group--date .form-control {
  padding: 8px 32px 8px 15px;
}
.form .form-group--date svg {
  position: absolute;
  bottom: 16px;
  right: 12px;
  pointer-events: none;
}
.form .personal-information-group .guardian-row {
  margin-top: 10px;
}
.form .personal-information-group .correspondence-info-text {
  font-size: 16px;
}
.form .form-field-error,
.form .form__email {
  font-size: 12px;
}
.form-check .form .form-field-error,
.form-check .form .form__email {
  padding-left: 5px;
}

.form label + small,
.form .form-label + small,
.form-text {
  font-size: 12px;
  line-height: 1.45;
  color: var(--label-color);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  color: var(--label-color);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button {
  font-size: 16px;
  line-height: 1.45;
  display: block;
  margin-bottom: 0;
}

.ui-corner-all {
  border-radius: 0;
}

.ui-selectmenu-button.ui-button {
  font-size: 16px;
  line-height: 1.45;
  height: 48px;
  border-radius: 0;
  background-color: var(--bg-color);
  border: 1px solid var(--input-border-color);
  display: inline-flex;
  padding: 8px 25px 8px 15px;
  color: var(--heading-color);
  caret-color: currentColor;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 12px 38px 12px 15px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 48 48"%3E%3Cpath fill="%23000" d="M24.052 31.599 3.084 10.63.156 13.56 24.05 37.454l23.898-23.895-2.928-2.929Z"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}
.ui-selectmenu-button.ui-button:focus {
  border-color: var(--input-border-focus-color);
  box-shadow: none;
}
.ui-selectmenu-button.ui-button span {
  display: inline-flex;
  align-self: center;
}
[data-theme=dark] .ui-selectmenu-button.ui-button {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 48 48"%3E%3Cpath fill="%23fff" d="M24.052 31.599 3.084 10.63.156 13.56 24.05 37.454l23.898-23.895-2.928-2.929Z"/%3E%3C/svg%3E');
}

.ui-widget {
  font-family: "Sofia Sans", sans-serif;
}

.ui-button .ui-icon {
  font-size: 90%;
  text-indent: 0;
  float: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background: none;
}

.ui-selectmenu-text {
  margin: 0;
}

.ui-menu .ui-menu-item-wrapper {
  padding: 5px 12px;
  letter-spacing: 0.02em;
  background: var(--bg-color);
  color: var(--heading-color);
}
.ui-menu .ui-menu-item-wrapper.ui-state-active {
  background: var(--heading-color);
  color: var(--bg-color);
}

.ui-widget.ui-widget-content {
  background-color: var(--bg-color);
  color: var(--heading-color);
}
.ui-widget.ui-widget-content .ui-state-default {
  color: var(--heading-color);
}
.ui-widget.ui-widget-content .ui-state-disabled .ui-state-default {
  filter: brightness(0.6);
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-radius: 0;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 0;
  background: var(--dark-bg-color);
  color: var(--modal-bg-color);
}

.ui-selectmenu-button.ui-button[aria-labelledby*=id-1] .ui-selectmenu-text {
  color: var(--modal-color);
}

.ui-selectmenu-disabled.ui-state-disabled {
  opacity: 1;
}
.ui-selectmenu-disabled.ui-selectmenu-button.ui-button {
  background-color: var(--light-border-color);
  border: 1px solid var(--form-border-color);
}
.ui-selectmenu-disabled.ui-selectmenu-button.ui-button[aria-labelledby*=id-1] .ui-selectmenu-text {
  color: var(--label-color);
}

.ui-datepicker {
  max-width: 260px !important;
  width: 100% !important;
  padding: 13px 5px 13px 11px;
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.25);
  z-index: 10 !important;
}
.ui-datepicker .ui-datepicker-title {
  font-size: 14px;
  font-weight: 400;
  text-transform: lowercase;
}
.ui-datepicker .ui-datepicker-title select {
  font-family: "Sofia Sans", sans-serif;
  padding: 2px;
  margin: 0 5px;
  border-color: var(--form-border-color);
}

.ui-widget-header,
.ui-datepicker .ui-datepicker-header {
  padding: 1px 0 5px;
  border: 0;
  background: transparent;
  color: var(--dark-bg-color);
}

div#ui-datepicker-div .ui-datepicker-year {
  font-size: 14px;
  font-weight: 400;
  width: 37%;
  cursor: pointer;
}

ul.ui-menu {
  max-height: 220px;
  max-width: 308px !important;
}

.ui-datepicker {
  max-width: 258px !important;
  padding: 9px 5px 11px 11px;
}
.ui-datepicker table {
  margin: 0;
  font-size: 12px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  top: 2px;
}
.ui-datepicker .ui-datepicker-prev::before,
.ui-datepicker .ui-datepicker-next::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6.5px 10px 6.5px;
  border-color: transparent transparent var(--dark-border-color) transparent;
  transition: border-color 0.15s ease;
}
.ui-datepicker .ui-datepicker-prev {
  left: 7px;
  right: auto;
}
.ui-datepicker .ui-datepicker-prev::before {
  transform: rotate(-90deg);
  left: 0;
}
.ui-datepicker .ui-datepicker-next {
  left: auto;
  right: 7px;
}
.ui-datepicker .ui-datepicker-next::before {
  transform: rotate(90deg);
  right: 0;
}
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
  top: 2px;
  background-color: transparent;
  border-color: transparent !important;
}
.ui-datepicker .ui-state-hover::before {
  border-color: transparent transparent var(--link-color) transparent;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  color: var(--heading-color);
  padding: 9.5px 3px;
  font-size: 10px;
  line-height: 1.2;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button {
  border: 1px solid transparent;
  background: transparent;
}

html .ui-button.ui-state-disabled:hover {
  border: 1px solid var(--input-color);
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled {
  background: transparent;
}

.ui-widget-header .ui-icon {
  background: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover {
  border: 1px solid var(--heading-color);
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  background-color: var(--heading-color);
  color: var(--bg-color);
}

.custom-select {
  display: block !important;
  position: absolute;
  top: -9999px;
  left: -9999px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

#register-view .form-group .js-show-password,
#login-view .form-group .js-show-password,
#forgot-pass-view .form-group .js-show-password,
#change-pass-view .form-group .js-show-password,
#delete-user-view .form-group .js-show-password {
  color: var(--form-border-color);
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 39px;
  transition: all 0.15s ease;
}
#register-view .form-group .js-show-password:hover,
#login-view .form-group .js-show-password:hover,
#forgot-pass-view .form-group .js-show-password:hover,
#change-pass-view .form-group .js-show-password:hover,
#delete-user-view .form-group .js-show-password:hover {
  color: var(--link-color);
}
#register-view .form-group .js-show-password.show,
#login-view .form-group .js-show-password.show,
#forgot-pass-view .form-group .js-show-password.show,
#change-pass-view .form-group .js-show-password.show,
#delete-user-view .form-group .js-show-password.show {
  color: var(--link-color);
}

@media only screen and (max-width: 767px) {
  .form .form-group:not(:only-child) {
    margin-bottom: 18px;
  }
  .form .form-group:not(:last-child) + .form-check[class*=col-] {
    margin-top: 15px;
    padding: 0px 22px 0 36px;
  }
  .form .form-group--files:not(:last-child) {
    margin-bottom: 68px;
  }
  .form .form__actions {
    display: flex;
    flex-direction: column-reverse;
  }
  .form .form__help {
    margin-bottom: 48px;
  }
}
/* Apply.js, Application-form-preview.js forms */
.form--apply .form__head {
  margin-bottom: 50px;
  text-align: center;
}
.form--apply .form__title {
  font-size: 48px;
  line-height: 1.15;
  font-family: "Cormac-Black", sans-serif;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .form--apply .form__title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .form--apply .form__title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 640px) {
  .form--apply .form__title {
    font-size: 28px;
  }
}
.form--apply .form__title p {
  margin-bottom: 0.5rem;
}
.form--apply .form__section:not(:last-child) {
  margin-bottom: 48px;
}
.form--apply .form__actions {
  margin-top: 12px;
  text-align: center;
}
.form--apply .form__actions button {
  padding: 11px 55px;
}
.form--apply .form__help {
  font-size: 16px;
  line-height: 1.45;
  margin-top: 49px;
  color: var(--label-color);
  text-align: justify;
}
.form--apply .checkbox-container {
  padding-left: 20px;
}
.form--apply .section-margin-top {
  margin-top: 5px;
}
.form--apply .conditions-group .declaration-checkbox a {
  cursor: pointer;
  color: var(--link-color);
  transition: all 0.15s ease;
  text-decoration: none;
}
.form--apply .conditions-group .declaration-checkbox a:hover {
  text-decoration: underline;
  color: var(--link-hover-color);
}
.form--apply .conditions-group .declaration-checkbox a.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.form--apply .application-info-wrapper {
  display: none;
}
.form--apply .application-info-wrapper .global-info-text {
  padding-top: 50px;
}
.form--apply .application-info-wrapper .global-info-text .info-text-header {
  font-family: "Sofia Sans";
  font-size: 20px;
  font-weight: 700;
}
.form--apply .application-info-wrapper .global-info-text b,
.form--apply .application-info-wrapper .global-info-text p {
  color: var(--orange-accent);
}
.form--apply .global-error {
  display: none;
}

@media only screen and (max-width: 767px) {
  .form--apply .form__head {
    margin-bottom: 42px;
  }
  .form--apply .form__help {
    padding: 0;
  }
  .form--apply .form__title {
    font-size: 20px;
  }
  .form--apply .form__section:not(:last-child) {
    margin-bottom: 51px;
  }
  .form--apply .form-row + .form__actions {
    margin-top: 46px;
  }
  .form--apply .form__actions {
    margin-top: 0;
    text-align: left;
  }
}
/* Form login */
.form--login .form-group:not(:last-child) {
  margin-bottom: 22px;
}
.form--login .form__actions > a {
  cursor: pointer;
  color: var(--link-color);
  transition: all 0.15s ease;
  text-decoration: none;
  display: inline-block;
  margin-top: 6px;
  font-size: 14px;
  letter-spacing: 0.02em;
}
.form--login .form__actions > a:hover {
  text-decoration: underline;
  color: var(--link-hover-color);
}
.form--login .form__actions > a.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
@media only screen and (max-width: 767px) {
  .form--login .form__actions > a {
    margin-top: 12px;
  }
}
.form--login .form__foot {
  margin-top: 28px;
  font-size: 16px;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
.form--login .form__foot p {
  margin-bottom: 2px;
}

@media only screen and (max-width: 767px) {
  .form--login .form__actions {
    flex-direction: column;
  }
}
/* Form check */
.form-check input {
  position: absolute;
  top: -9999px;
  left: -9999px;
  display: block;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  overflow: hidden;
  height: 0;
  width: 0;
}
.form-check input:checked + label:before, .form-check input + label:before, .form-check input:checked + label:after, .form-check input + label:after {
  content: "";
  position: absolute;
}
.form-check input:checked + label:before, .form-check input + label:before {
  top: 2px;
  left: -20px;
  width: 16px;
  height: 16px;
  border: 1px solid var(--dark-border-color);
}
.form-check input:checked + label:after, .form-check input + label:after {
  top: 6px;
  left: -16px;
  width: 8px;
  height: 8px;
  background-color: var(--dark-border-color);
  transition: transform 0.3s ease;
}
.form-check input + label:after {
  transform: scale(0);
}
.form-check input:checked + label:after {
  transform: scale(1);
}
.form-check input.unchecked + label {
  color: var(--red-color);
}
.form-check input.unchecked + label:after {
  background-color: var(--red-color);
}
.form-check input.unchecked + label:before {
  border-color: var(--red-color);
}
.form-check label {
  position: relative;
  padding-left: 5px;
  font-size: 16px;
  line-height: 1;
  margin-left: 20px;
}
.form-check .form__asterisk {
  margin-left: 0;
}

.form-group img.remove-media-link-btn {
  background: var(--white-static);
  position: relative;
  top: -38px;
  left: 96%;
  cursor: pointer;
}
.form-group input.fields-video-links, .form-group input.fields-audio-links {
  margin-top: -27px;
}
.form-group input.fields-video-links:nth-child(2), .form-group input.fields-video-links:nth-child(3), .form-group input.fields-audio-links:nth-child(2), .form-group input.fields-audio-links:nth-child(3) {
  margin-top: 0;
}

#dateOfBirth.form-control[readonly] {
  background-color: var(--bg-color);
}
#dateOfBirth.form-control[disabled] {
  background-color: var(--light-border-color);
  border: 1px solid var(--form-border-color);
}

.quill-editor-container,
.quill-comment-container {
  height: 150px;
  color: var(--quill-color);
  background-color: var(--quill-bg-color);
}

.ql-toolbar.ql-snow,
.ql-container.ql-snow {
  border: 1px solid var(--dark-border-color);
}

.ql-container.ql-snow {
  border-top: 0;
}

.ql-editor ol li[data-list=bullet] {
  list-style-type: disc;
}

.form-group .form-field-error {
  margin-top: 0;
}
.form-group.error .ql-container.ql-snow {
  border-top: 0;
}
.form-group.error .filepond--drop-label {
  border: 1px solid var(--red-color) !important;
}
.form-group.error .ql-toolbar.ql-snow,
.form-group.error .ql-container.ql-snow,
.form-group.error input,
.form-group.error .ui-selectmenu-button.ui-button {
  border: 1px solid var(--red-color);
}
.form-group.error .birth-declaration-label {
  color: var(--heading-color) !important;
}
.form-group.error .ql-editor.ql-blank::before {
  color: var(--red-color) !important;
}
.form-group.error .form-field-error {
  margin-top: 0.25rem;
  display: inline-block;
}
.form-group.error .media-section-subtitle {
  color: var(--red-color);
  margin-bottom: 0;
}
.form-group.error .form-label {
  color: var(--red-color);
}
.form-group.error .custom-file .form-label {
  color: var(--red-color);
}
.form-group.error input::placeholder {
  color: var(--red-color);
}
.form-group.error label::before {
  border-color: var(--red-color);
}
.form-group.error .global-error {
  display: block;
}
.form-group.error .global-error .form-section-header {
  margin: 32px 0 10px 0;
}
.form-group.error .global-error h4,
.form-group.error .global-error p {
  color: var(--red-color);
}
.form-group.error .artistic-counter,
.form-group.error .project-counter,
.form-group.error .motivation-counter {
  color: var(--red-color);
}
.form-group.error .form-field-error {
  display: block;
}

.files-form-group .form-text.form-field-error {
  font-size: 14px;
}
.files-form-group.error .form-label {
  color: var(--red-color);
}

.links-form-group.error .form-field-error {
  display: none;
}
.links-form-group.error .media-link {
  border: 1px solid var(--input-border-color);
}
.links-form-group .input-field-wrapper.wrapper-error .form-field-error {
  display: block;
}
.links-form-group .input-field-wrapper.wrapper-error .media-link {
  border: 1px solid var(--red-color);
}

.info-text-box {
  display: none;
  font-size: 18px;
  background-color: var(--link-color);
  color: var(--white-static);
  padding: 15px 20px 15px 55px;
  position: relative;
  margin: 5px 0 50px;
}

.info-icon {
  width: 20px;
  height: 20px;
  fill: var(--white-static);
  position: absolute;
  left: 20px;
  top: 18px;
}

.submit-modal-trigger {
  font-family: "Sofia Sans", sans-serif;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.3s;
  color: var(--white-static);
  background-color: var(--link-color);
  border: 1px solid var(--link-color);
  font-size: 20px;
  line-height: 1.35;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
}
.submit-modal-trigger:hover, .submit-modal-trigger:focus, .submit-modal-trigger:active {
  text-decoration: none;
  box-shadow: none;
}
.submit-modal-trigger:hover, .submit-modal-trigger.focus, .submit-modal-trigger:active {
  color: var(--link-color);
  background-color: var(--white-static);
  border: 1px solid var(--link-color);
}
@media only screen and (max-width: 991px) {
  .submit-modal-trigger {
    font-size: 18px;
  }
}

.is-invalid .form-control,
.is-invalid .form-control::placeholder,
.has-error .form-control,
.has-error .form-control::placeholder,
.is-existing .form-control,
.is-existing .form-control::placeholder {
  color: var(--input-error-color) !important;
}
.is-invalid .form-field-error,
.has-error .form-field-error,
.is-existing .form-field-error {
  display: inline-block;
}
.is-invalid .form__email,
.has-error .form__email,
.is-existing .form__email {
  display: none;
}

/* Loader */
#loader {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-color);
  z-index: 2;
}
#loader .loader-waiting-prompt {
  position: absolute;
  left: 50%;
  right: 50%;
  color: var(--heading-color);
  width: max-content;
  padding: 0;
  transform: translate(-50%, -200%);
}

.lds-facebook {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: inline-block;
  position: fixed;
  width: 80px;
  height: 80px;
}

.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: var(--heading-color);
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}

@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
/* Modals */
.modal-dialog {
  max-width: 555px;
  text-align: center;
}

.video-preview-container {
  transform: translateX(-30%) !important;
}

.modal-dialog .modal-dialog-video-preview {
  width: fit-content;
  height: fit-content;
  padding: 75px 23px 16px;
}

.modal-dialog .sponsor-videos-modal {
  padding-top: 120px;
}

.video-link-player {
  width: 854px;
  height: 480px;
}

.modal-dialog-success-application {
  max-width: 900px;
}
.modal-dialog-success-application #modal-dialog-success-application-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.modal-dialog-success-application #modal-dialog-success-application-content:first-child {
  flex-basis: 68%;
  align-self: flex-start;
}
.modal-dialog-success-application #modal-dialog-success-application-content-save {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.modal-dialog-success-application #modal-dialog-success-application-content-save img {
  align-self: flex-start;
  margin: 0;
}
.modal-dialog-success-application #modal-dialog-success-application-content-save > div {
  flex-basis: 55%;
  display: flex;
  flex-direction: column;
}
.modal-dialog-success-application #modal-dialog-success-application-content-save button {
  position: static;
  background: var(--bg-color);
  border: 1px solid var(--heading-color);
  box-sizing: border-box;
  margin: 48px auto;
  padding: 10px 15px;
  cursor: pointer;
}
.modal-dialog-success-application #modal-dialog-success-application-content-save button > span {
  font-size: 18px;
  line-height: 1.35;
  margin: 0 10px;
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--text-color);
}
@media only screen and (max-width: 640px) {
  .modal-dialog-success-application #modal-dialog-success-application-content-save button > span {
    font-size: 16px;
  }
}

.modal-content {
  display: block;
  padding: 32px 32px 16px;
  border: 1px solid var(--light-border-color);
  border-radius: 0;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.02em;
  background-clip: border-box;
  color: var(--modal-color);
  background-color: var(--modal-bg-color);
}
.modal-content img {
  margin: 0 auto 35px;
}
.modal-content .modal-title {
  color: var(--modal-color);
  margin-bottom: 2px;
}
.modal-content .btn, .modal-content .sustainability-page .btn-primary-border, .sustainability-page .modal-content .btn-primary-border,
.modal-content .sustainability-page .btn-blue,
.sustainability-page .modal-content .btn-blue,
.modal-content .goose-page .btn-primary-border,
.goose-page .modal-content .btn-primary-border,
.modal-content .goose-page .btn-blue,
.goose-page .modal-content .btn-blue {
  padding-left: 42px;
  padding-right: 42px;
}

.dark-theme-modal svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.dark-theme-modal svg.triangle-sign {
  top: 10px;
}
.dark-theme-modal svg.triangle-sign path {
  stroke: var(--heading-color);
}
.dark-theme-modal svg.warning-sign {
  top: 30px;
}
.dark-theme-modal svg.warning-sign path {
  fill: var(--heading-color);
}
.dark-theme-modal svg.square-sign {
  top: 15px;
}
.dark-theme-modal svg.square-sign path {
  stroke: var(--heading-color);
}
.dark-theme-modal svg.tick-sign {
  top: 15px;
}
.dark-theme-modal svg.tick-sign g > path {
  fill: var(--heading-color);
}
.dark-theme-modal svg.person-icon-success,
.dark-theme-modal svg.person-icon-success-b {
  top: 35px;
}
.dark-theme-modal svg.person-icon-success path,
.dark-theme-modal svg.person-icon-success-b path {
  fill: var(--heading-color);
}
.dark-theme-modal .modal-title {
  margin-top: 70px;
}

#registrationConfirm .modal-content img {
  margin-bottom: 14px;
}

.modal .close {
  appearance: none;
  position: absolute;
  top: 18px;
  right: 18px;
  transition: opacity 0.15s ease;
  text-shadow: none;
  color: var(--heading-color);
  border-width: 0;
  background-color: transparent;
}
.modal .close:hover {
  opacity: 0.8;
}
.modal .close[class*=icon-] {
  font-size: 20px;
}
.modal .modal-content img.warning-sign {
  margin-left: -49px;
  margin-top: 12px;
}
.modal .modal-content img.tick-sign {
  margin-left: -60px;
  margin-top: -15px;
}
.modal .modal-content h4.modal-title-application, .modal .modal-content h4.modal-title-login {
  font-size: 18px;
  line-height: 1.35;
  font-family: "Sofia Sans", sans-serif;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .modal .modal-content h4.modal-title-application, .modal .modal-content h4.modal-title-login {
    font-size: 16px;
  }
}
.modal .modal-content h4.modal-title-login {
  margin-bottom: 10px;
}
.modal .modal-content h4.form-submit-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.modal .modal-content .modal-sponsor-link {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  width: max-content;
  margin: auto;
}
.modal .modal-content .modal-sponsor-link .modal-logo {
  height: 70px;
}
.modal .modal-content .modal-sponsor-link .modal-logo.bioderma {
  height: 40px;
}
.modal .modal-content .modal-sponsor-link .modal-logo.etat-pur {
  height: 40px;
}
.modal .modal-content .modal-sponsor-link .modal-logo.protoderm-hero {
  height: 40px;
}
.modal .modal-content .modal-sponsor-link .modal-logo.kit-naos {
  height: 40px;
}
.modal .modal-content .modal-sponsor-link .modal-logo-bg {
  background-color: var(--white-static);
  padding: 10px;
  border-radius: 10px;
}
.modal .modal-content .modal-sponsor-link .accenture {
  margin-top: 12px;
  height: 55px;
}
.modal .modal-content .modal-sponsor-link .schweppes {
  height: 85px;
  transform: translateY(-10px);
}
.modal .modal-content .modal-sponsor-link .bmw {
  height: 80px;
  transform: translateY(-5px);
}
@media only screen and (max-width: 767px) {
  .modal .close {
    top: 12px;
    right: 12px;
  }
}

#general-terms-competition-popup {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#general-terms-competition-popup .modal-dialog {
  max-width: 75%;
  text-align: unset;
}
#general-terms-competition-popup button {
  margin-bottom: 35px;
}

#apply-form-submit-modal {
  top: 40px;
}
#apply-form-submit-modal .modal-content {
  padding-top: 60px;
  padding-bottom: 80px;
}
#apply-form-submit-modal .btns-container {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
#apply-form-submit-modal .submit-modal-btn {
  font-size: 18px;
  line-height: 1.35;
  width: 150px;
  height: 50px;
  background-color: var(--bg-color);
  border: 1px solid var(--heading-color);
  color: var(--heading-color);
  transition: all 0.3s;
}
@media only screen and (max-width: 640px) {
  #apply-form-submit-modal .submit-modal-btn {
    font-size: 16px;
  }
}
#apply-form-submit-modal .primary-submit-btn {
  background-color: var(--heading-color);
  color: var(--bg-color);
}
#apply-form-submit-modal #apply-form-submit-trigger:hover,
#apply-form-submit-modal #apply-form-submit-cancel:hover {
  background-color: var(--link-color);
  border: 1px solid var(--link-color);
  color: var(--bg-color);
}
@media only screen and (max-width: 640px) {
  #apply-form-submit-modal .btns-container {
    margin-top: 20px;
  }
}

#apply-form-session-expire .modal-dialog .modal-content {
  top: 30px;
  padding: 24px 32px;
}
#apply-form-session-expire .modal-dialog .modal-content .modal-header-wrapper {
  margin-bottom: 24px;
}
#apply-form-session-expire .modal-dialog .modal-content .sad-emoji {
  position: static;
  display: none;
}
#apply-form-session-expire .modal-dialog .modal-content .warning-sign,
#apply-form-session-expire .modal-dialog .modal-content .triangle-sign {
  position: static;
  transform: translateX(8px);
}
#apply-form-session-expire .modal-dialog .modal-content .warning-sign {
  transform: translate(-40px, 5px);
}
#apply-form-session-expire .modal-dialog .modal-content .session-modal-msg {
  margin-top: 36px;
}
#apply-form-session-expire .modal-dialog .modal-content .refresh-btn {
  width: fit-content;
  padding: 19px 16px;
  background-color: var(--heading-color);
  color: var(--bg-color);
}
#apply-form-session-expire .modal-dialog .modal-content .refresh-btn:hover {
  background-color: var(--bg-color);
  border: 1px solid var(--heading-color);
  color: var(--heading-color);
}

@media only screen and (max-width: 767px) {
  #general-terms-competition-popup .modal-dialog {
    max-width: 97%;
  }
  #general-terms-competition-popup button {
    margin-bottom: 45px;
  }

  #apply-form-submit-modal .modal-content {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
#media-controls-popup .modal-dialog {
  max-width: 1300px;
}
#media-controls-popup .modal-content {
  padding: 35px 10px 25px;
}
#media-controls-popup .modal-content img {
  max-height: 80vh;
  margin-bottom: 0;
}
#media-controls-popup .close {
  top: 3px;
  right: 3px;
}
#media-controls-popup .embeded-video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}
#media-controls-popup .embeded-video-container::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}
#media-controls-popup .embeded-video-container iframe,
#media-controls-popup .embeded-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#media-controls-popup object {
  width: 100%;
  height: 85vh;
}
#media-controls-popup video {
  width: 100%;
  height: auto;
  max-height: 80vh;
}

@media only screen and (max-width: 1600px) {
  #media-controls-popup .modal-dialog {
    max-width: 1100px;
  }

  .video-link-player {
    width: 854px;
    height: 480px;
  }
}
@media only screen and (max-width: 1105px) {
  #media-controls-popup .modal-dialog {
    margin: 5px;
  }

  .video-link-player {
    width: 854px;
    height: 480px;
  }
}
@media only screen and (max-width: 945px) {
  .video-preview-container {
    transform: translateX(-10%) !important;
  }

  .video-link-player {
    width: 640px;
    height: 360px;
  }
}
@media only screen and (max-width: 720px) {
  .video-preview-container {
    transform: translate(-1%, 10%) !important;
  }

  .modal-dialog .modal-dialog-video-preview {
    margin: 0 auto;
  }

  .video-link-player {
    width: 426px;
    height: 260px;
  }
}
@media only screen and (max-width: 470px) {
  .video-preview-container {
    transform: translate(-1%, 50%) !important;
  }

  .video-link-player {
    width: 320px;
    height: 180px;
  }
}
.modal-full .modal-dialog {
  max-width: none;
  width: 100vw;
  height: 100vh;
  margin: 0;
}
.modal-full .modal-content {
  border: 0 solid transparent;
  box-shadow: none;
  padding-top: 94px;
  padding-bottom: 48px;
}
@media only screen and (max-width: 991px) {
  .modal-full .modal-content {
    padding-top: 64px;
  }
}
.modal-full .close {
  opacity: 1;
  width: 48px;
  height: 48px;
  line-height: 1;
  border-radius: 50%;
  align-content: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .modal-full .close {
    top: 8px;
    right: 8px;
  }
}

#birds-modal .modal-dialog {
  max-width: 940px;
}
#birds-modal .modal-content {
  padding: 0 0 24px 0;
}
#birds-modal .modal-content img {
  margin-bottom: 0;
}
#birds-modal .bird-content {
  margin-top: 18px;
}
@media only screen and (max-width: 640px) {
  #birds-modal .bird-content {
    margin-top: 24px;
  }
}
#birds-modal .bird-content h3 {
  text-transform: uppercase;
  color: var(--modal-color);
}
#birds-modal .bird-content p {
  padding: 0 25px;
}
@media only screen and (max-width: 767px) {
  #birds-modal .bird-content p {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 640px) {
  #birds-modal .bird-content p {
    padding: 0 15px;
  }
}
#birds-modal .close {
  opacity: 1;
  width: 48px;
  height: 48px;
  line-height: 1;
  border-radius: 50%;
  align-content: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  background-color: var(--heading-color);
  color: var(--bg-color);
}

.goose-modal-container .modal-dialog {
  max-width: 758px;
}
.goose-modal-container .modal-images-container {
  display: flex;
  flex-wrap: wrap;
}
.goose-modal-container .modal-images-container img {
  width: calc(50% - 3px);
  margin: 0;
  object-fit: cover;
}
.goose-modal-container .modal-images-container img:last-of-type {
  margin-left: 6px;
}
.goose-modal-container .images-container-1 img,
.goose-modal-container .images-container-50 img {
  width: 100%;
}
.goose-modal-container .images-container-1 img:last-of-type,
.goose-modal-container .images-container-50 img:last-of-type {
  margin: 0;
}
.goose-modal-container .modal-content {
  padding: 53px 90px;
}
.goose-modal-container .modal-content img {
  margin-bottom: 0;
}
.goose-modal-container .modal-content h3 {
  margin-bottom: 41px;
}
.goose-modal-container .modal-content h3 span {
  font-size: 20px;
}
.goose-modal-container .modal-content .heading-para {
  text-align: center;
  margin-top: -25px;
  margin-bottom: 30px;
}
.goose-modal-container .modal-content .tile-row {
  margin-top: 20px;
}
.goose-modal-container .modal-content .green {
  color: #17cd6b;
}
.goose-modal-container .modal-content .holder {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.goose-modal-container .modal-content .holder.margin-20 {
  margin-top: 20px;
}
.goose-modal-container .modal-content .split-container {
  width: calc(50% - 8px);
}
.goose-modal-container .modal-content .pre-line {
  white-space: pre-line;
}
.goose-modal-container .modal-content .btn-holder {
  margin-top: 37px;
}
.goose-modal-container .modal-content .content-btn {
  font-family: "Sofia Sans", sans-serif;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.3s;
  padding: 16px 32px;
  background-color: var(--link-color);
  color: var(--white-static);
  border: 1px solid var(--link-color);
  position: relative;
}
.goose-modal-container .modal-content .content-btn:hover, .goose-modal-container .modal-content .content-btn:focus, .goose-modal-container .modal-content .content-btn:active {
  text-decoration: none;
  box-shadow: none;
}
.goose-modal-container .modal-content .content-btn::before {
  background: url(/site/webfiles/latest/images/svg/white-arrow-right.svg) no-repeat, top center;
  background-size: 100%;
  content: "";
  width: 11px;
  height: 19px;
  position: absolute;
  top: 17px;
  transition: all 0.3s;
}
.goose-modal-container .modal-content .btn-next {
  padding-right: 40px;
}
.goose-modal-container .modal-content .btn-next::before {
  right: 20px;
}
.goose-modal-container .modal-content .btn-next:hover::before {
  right: 17px;
}
.goose-modal-container .modal-content .btn-prev {
  padding-left: 40px;
  background-color: var(--white-static);
  color: var(--heading-static);
  border: 1px solid var(--heading-static);
}
.goose-modal-container .modal-content .btn-prev::before {
  background: url(/site/webfiles/latest/images/svg/black-arrow-left.svg) no-repeat, top center;
  background-size: 100%;
  left: 20px;
}
.goose-modal-container .modal-content .btn-prev:hover::before {
  left: 17px;
}
.goose-modal-container .modal-content .goose-btn {
  width: max-content;
}
.goose-modal-container .modal-content .goose-btn.text-right {
  margin-right: auto;
}
.goose-modal-container .modal-content .goose-btn.text-left {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .goose-modal-container .modal-content .content-btn {
    font-size: 14px;
    padding: 18px 35px 16px;
  }
}
@media only screen and (max-width: 640px) {
  .goose-modal-container .modal-content {
    padding: 53px 24px;
  }
  .goose-modal-container .modal-content h3 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 0.9;
  }
  .goose-modal-container .modal-content h3 span {
    font-size: 16px;
  }
  .goose-modal-container .modal-content .heading-para {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 16px;
  }
  .goose-modal-container .modal-content .tile-row {
    margin-top: 14px;
  }
  .goose-modal-container .modal-content .pre-line {
    white-space: pre-line;
  }
  .goose-modal-container .modal-content .btn-holder {
    margin-top: 37px;
  }
  .goose-modal-container .modal-content .content-btn {
    width: 101px;
    height: 48px;
    padding: 0;
  }
  .goose-modal-container .modal-content .content-btn::before {
    top: 15px;
  }
  .goose-modal-container .modal-content .content-btn span {
    display: none;
  }
}
@media only screen and (max-width: 508px) {
  .goose-modal-container .modal-content .holder:not(.btn-holder) {
    display: block;
    align-items: flex-start;
    gap: 16px;
  }
  .goose-modal-container .modal-content .holder:not(.btn-holder) .split-container {
    width: 100%;
  }
  .goose-modal-container .modal-images-container {
    display: block;
    max-width: 280px;
    margin: 0 auto;
  }
  .goose-modal-container .modal-images-container img {
    width: 100%;
  }
  .goose-modal-container .modal-images-container img:last-of-type {
    margin-left: 0;
    margin-top: 10px;
  }
}

#bank-modal .modal-dialog {
  max-width: 950px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  #bank-modal .modal-dialog {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 640px) {
  #bank-modal .modal-dialog {
    max-width: 95vw;
  }
}
#bank-modal .modal-content {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  height: 413px;
}
@media only screen and (max-width: 991px) {
  #bank-modal .modal-content {
    height: auto;
  }
}
#bank-modal .modal-content .image-wrap {
  width: 449px;
  height: 413px;
  margin-left: -72px;
  margin-top: -33px;
}
#bank-modal .modal-content .image-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 449px;
  background: linear-gradient(180deg, rgba(2, 209, 255, 0) 52.6%, rgba(0, 209, 255, 0.41) 100%);
  background-blend-mode: darken, normal;
  opacity: 0.8;
}
#bank-modal .modal-content .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  #bank-modal .modal-content .image-wrap {
    display: none;
  }
}
#bank-modal .modal-content .content {
  max-width: 550px;
  min-width: 350px;
}
@media only screen and (max-width: 640px) {
  #bank-modal .modal-content .content {
    max-width: 100%;
    min-width: unset;
  }
}
#bank-modal .modal-content h4 {
  font-size: 20px;
  line-height: 1.35;
  font-family: "Sofia Sans", sans-serif;
  font-weight: 700;
  color: var(--heading-color);
  text-align: left;
  margin-bottom: 48px;
}
@media only screen and (max-width: 991px) {
  #bank-modal .modal-content h4 {
    font-size: 18px;
  }
}
#bank-modal .modal-content .field-container {
  margin-bottom: 32px;
}
@media only screen and (max-width: 991px) {
  #bank-modal .modal-content .field-container {
    min-width: auto;
    max-width: none;
    width: 100%;
  }
}
#bank-modal .modal-content .field-container h5 {
  font-family: "Sofia Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 110%;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: var(--text-color);
}
#bank-modal .modal-content .field-container .field-value-container {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
  max-width: 400px;
}
#bank-modal .modal-content .field-container .field-value-container span {
  font-size: 16px;
  line-height: 1.45;
  color: var(--heading-color);
  margin-top: 0;
  text-align: left;
}
#bank-modal .modal-content .field-container .field-value-container .copy-btn {
  cursor: pointer;
  translate: opacity 0.15s ease;
}
#bank-modal .modal-content .field-container .field-value-container .copy-btn:not(:hover) {
  opacity: 0.8;
}
#bank-modal .modal-content .thanks-text {
  font-size: 16px;
  line-height: 1.45;
  align-items: center;
  color: var(--midgrey-static);
  margin-top: 15px;
}
#bank-modal .modal-content #success-copy-notification {
  background: var(--white-static);
  color: var(--green-static);
  font-size: 16px;
  border: 1px solid var(--green-static);
}

@keyframes from-right {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes from-bottom {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
.splide__arrow {
  border-radius: 0;
  background: var(--bg-color);
  opacity: 1;
  color: var(--heading-color);
  font-size: 20px;
  transition: opacity 0.15s ease;
}
.splide__arrow::before {
  width: auto;
  height: auto;
}
.splide__arrow:hover {
  opacity: 1;
}
.splide__arrow svg {
  display: none;
}
.splide__arrow--prev {
  left: 0;
}
.splide__arrow--next {
  right: 0;
}

.splide__pagination {
  bottom: -31px;
}
.splide__pagination__page {
  background: transparent;
  border: 1px solid var(--dark-border-color);
  width: 14px;
  height: 14px;
  opacity: 1;
  transition: background 0.15s ease;
}
.splide__pagination__page:not(.is-active):hover {
  background: var(--dark-border-color);
}
.splide__pagination__page.is-active {
  background: var(--heading-color);
  border: 1px solid var(--heading-color);
  transform: initial;
}

@media only screen and (max-width: 767px) {
  .splide__arrow {
    top: 47%;
    width: 24px;
    height: 24px;
  }
}
.list-spacing-0 > li,
.list-spacing-0 .list-item {
  margin-bottom: 0;
}

.list-spacing-10 > li:not(:last-child), .text-container ol > li:not(:last-child), .text-container ul > li:not(:last-child),
.list-spacing-10 .list-item:not(:last-child),
.text-container ol .list-item:not(:last-child),
.text-container ul .list-item:not(:last-child) {
  margin-bottom: 10px;
}

.list-spacing-20 > li:not(:last-child),
.list-spacing-20 .list-item:not(:last-child) {
  margin-bottom: 20px;
}

/* List simple */
.list-simple {
  list-style-type: none;
}
.list-simple li + li {
  margin-top: 18px;
}
.list-simple strong {
  font-weight: 700;
}

@media only screen and (max-width: 991px) {
  .list-simple li + li {
    margin-top: 8px;
  }
}
/* List inline */
.list-inline {
  display: flex;
  align-items: center;
}
.list-inline li + li {
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .list-inline {
    display: block;
  }
  .list-inline li + li {
    margin: 10px 0 0;
  }
}
/* List buttons */
.list-bullets, .text-container ul {
  list-style-type: disc !important;
  padding-left: 2em;
}
.list-bullets li::marker, .text-container ul li::marker {
  color: inherit;
}

.list-dashes {
  list-style-type: none;
}
.list-dashes li {
  position: relative;
  padding-left: 1.5em;
}
.list-dashes li::before {
  content: "-";
  display: block;
  color: inherit;
  font-size: 1.1em;
  position: absolute;
  left: 0.4em;
  top: -0.1em;
}

.list-numbers, .text-container ol {
  list-style-type: none;
  counter-reset: list-num;
}
.list-numbers > li, .text-container ol > li,
.list-numbers .list-item,
.text-container ol .list-item {
  position: relative;
  padding-left: 1.5em;
}
.list-numbers > li::before, .text-container ol > li::before,
.list-numbers .list-item::before,
.text-container ol .list-item::before {
  content: counter(list-num) ".";
  counter-increment: list-num;
  display: block;
  color: inherit;
  font-size: 1em;
  font-weight: inherit;
  position: absolute;
  left: 0;
  top: auto;
}
.list-numbers.list-thick > li::before, .text-container ol.list-thick > li::before,
.list-numbers.list-thick .list-item::before,
.text-container ol.list-thick .list-item::before {
  font-weight: 700;
}

.list-subnumbers {
  list-style-type: none;
  counter-reset: list-subn;
}
.list-subnumbers > li,
.list-subnumbers .list-item {
  position: relative;
  padding-left: 1.5em;
}
.list-subnumbers > li::before,
.list-subnumbers .list-item::before {
  content: "(" counter(list-subn) ")";
  counter-increment: list-subn;
  display: block;
  color: inherit;
  font-size: 1em;
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .list-bullets, .text-container ul {
    padding-left: 1.5em;
  }

  .list-dashes > li,
.list-dashes .list-item,
.list-numbers > li,
.text-container ol > li,
.list-numbers .list-item,
.text-container ol .list-item {
    padding-left: 1.6em;
  }

  li ol,
li ul,
.list-item ol,
.list-item ul {
    padding-left: 0;
  }
}
/* Buttons */
.btn, .sustainability-page .btn-primary-border,
.sustainability-page .btn-blue,
.goose-page .btn-primary-border,
.goose-page .btn-blue {
  font-family: "Sofia Sans", sans-serif;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.3s;
  font-size: 18px;
  line-height: 1.35;
  line-height: 1 !important;
  padding: 14px 16px;
}
.btn:hover, .sustainability-page .btn-primary-border:hover,
.sustainability-page .btn-blue:hover,
.goose-page .btn-primary-border:hover,
.goose-page .btn-blue:hover, .btn:focus, .sustainability-page .btn-primary-border:focus,
.sustainability-page .btn-blue:focus,
.goose-page .btn-primary-border:focus,
.goose-page .btn-blue:focus, .btn:active, .sustainability-page .btn-primary-border:active,
.sustainability-page .btn-blue:active,
.goose-page .btn-primary-border:active,
.goose-page .btn-blue:active {
  text-decoration: none;
  box-shadow: none;
}
@media only screen and (max-width: 640px) {
  .btn, .sustainability-page .btn-primary-border,
.sustainability-page .btn-blue,
.goose-page .btn-primary-border,
.goose-page .btn-blue {
    font-size: 16px;
  }
}
.btn[disabled], .sustainability-page [disabled].btn-primary-border,
.sustainability-page [disabled].btn-blue,
.goose-page [disabled].btn-primary-border,
.goose-page [disabled].btn-blue, .btn.disabled, .sustainability-page .disabled.btn-primary-border,
.sustainability-page .disabled.btn-blue,
.goose-page .disabled.btn-primary-border,
.goose-page .disabled.btn-blue {
  background-color: var(--bg-color);
  color: var(--form-border-color);
  border: 1px solid var(--form-border-color);
}
.btn[disabled]:hover, .sustainability-page [disabled].btn-primary-border:hover,
.sustainability-page [disabled].btn-blue:hover,
.goose-page [disabled].btn-primary-border:hover,
.goose-page [disabled].btn-blue:hover, .btn[disabled].focus, .sustainability-page [disabled].focus.btn-primary-border,
.sustainability-page [disabled].focus.btn-blue,
.goose-page [disabled].focus.btn-primary-border,
.goose-page [disabled].focus.btn-blue, .btn[disabled]:active, .sustainability-page [disabled].btn-primary-border:active,
.sustainability-page [disabled].btn-blue:active,
.goose-page [disabled].btn-primary-border:active,
.goose-page [disabled].btn-blue:active, .btn.disabled:hover, .sustainability-page .disabled.btn-primary-border:hover,
.sustainability-page .disabled.btn-blue:hover,
.goose-page .disabled.btn-primary-border:hover,
.goose-page .disabled.btn-blue:hover, .btn.disabled.focus, .sustainability-page .disabled.focus.btn-primary-border,
.sustainability-page .disabled.focus.btn-blue,
.goose-page .disabled.focus.btn-primary-border,
.goose-page .disabled.focus.btn-blue, .btn.disabled:active, .sustainability-page .disabled.btn-primary-border:active,
.sustainability-page .disabled.btn-blue:active,
.goose-page .disabled.btn-primary-border:active,
.goose-page .disabled.btn-blue:active {
  background-color: var(--bg-color);
  color: var(--form-border-color);
  border: 1px solid var(--form-border-color);
}

.btn-primary {
  font-family: "Sofia Sans", sans-serif;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.3s;
  background-color: var(--heading-color) !important;
  border: 1px solid var(--heading-color) !important;
  color: var(--bg-color) !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  text-decoration: none;
  box-shadow: none;
}
.btn-primary:hover, .btn-primary.focus, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled).hover, .btn-primary:not(:disabled):not(.disabled):hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
  background-color: var(--bg-color) !important;
  border: 1px solid var(--heading-color) !important;
  color: var(--heading-color) !important;
}
.btn-primary.disable, .btn-primary.disabled {
  border-color: var(--form-border-color);
  color: var(--form-border-color);
  background-color: var(--white-static);
}
.btn-primary.bg-danger {
  border-color: var(--red-color);
}

.btn-primary-border {
  font-family: "Sofia Sans", sans-serif;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.3s;
  background-color: transparent;
  border: 1px solid var(--heading-color);
  color: var(--heading-color);
}
.btn-primary-border:hover, .btn-primary-border:focus, .btn-primary-border:active {
  text-decoration: none;
  box-shadow: none;
}
.btn-primary-border:hover, .btn-primary-border.focus, .btn-primary-border:active {
  color: var(--bg-color);
  background-color: var(--heading-color);
}

.btn-white {
  font-family: "Sofia Sans", sans-serif;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.3s;
  background-color: var(--white-static);
  color: var(--heading-static);
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
  text-decoration: none;
  box-shadow: none;
}
.btn-white:hover, .btn-white.focus, .btn-white:active, .btn-white:not(:disabled):not(.disabled).active, .btn-white:not(:disabled):not(.disabled):active {
  border-color: var(--heading-static);
  background-color: var(--heading-static);
  color: var(--white-static);
}

.btn-white-border {
  font-family: "Sofia Sans", sans-serif;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.3s;
  border: 1px solid var(--white-static);
  color: var(--white-static);
  transition: all 0.4s;
}
.btn-white-border:hover, .btn-white-border:focus, .btn-white-border:active {
  text-decoration: none;
  box-shadow: none;
}
.btn-white-border:hover, .btn-white-border.focus, .btn-white-border:active {
  background-color: var(--white-static);
  color: var(--black-static);
  border: 1px solid var(--black-static);
}

.btn-lg {
  padding: 18px 16px;
}

@media only screen and (max-width: 991px) {
  .btn-blue--mobile {
    font-family: "Sofia Sans", sans-serif;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.3s;
    color: var(--white-static);
    background-color: var(--link-color);
    border: 1px solid var(--link-color);
  }
  .btn-blue--mobile:hover, .btn-blue--mobile:focus, .btn-blue--mobile:active {
    text-decoration: none;
    box-shadow: none;
  }
  .btn-blue--mobile:hover, .btn-blue--mobile.focus, .btn-blue--mobile:active {
    color: var(--link-color);
    background-color: var(--white-static);
    border: 1px solid var(--link-color);
  }

  .btn-block--mobile {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .btn-lg {
    padding: 12px 16px;
  }
}
.btn-blue {
  font-family: "Sofia Sans", sans-serif;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.3s;
  color: var(--white-static);
  background-color: var(--link-color);
  border: 1px solid var(--link-color);
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active {
  text-decoration: none;
  box-shadow: none;
}
.btn-blue:hover, .btn-blue.focus, .btn-blue:active {
  color: var(--link-color);
  background-color: var(--white-static);
  border: 1px solid var(--link-color);
}

.btn-blue-border {
  font-family: "Sofia Sans", sans-serif;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.3s;
  color: var(--link-color);
  background-color: var(--white-static);
  border: 1px solid var(--link-color);
}
.btn-blue-border:hover, .btn-blue-border:focus, .btn-blue-border:active {
  text-decoration: none;
  box-shadow: none;
}
.btn-blue-border:hover, .btn-blue-border.focus, .btn-blue-border:active {
  background-color: #009cbf;
  color: var(--white-static);
  border: 1px solid var(--white-static);
}

.btn-block {
  width: 100%;
}

.event-info-container,
.accent-container,
.text-container,
.quote-container {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .event-info-container,
.accent-container,
.text-container,
.quote-container {
    max-width: 100%;
  }
}

.title-container {
  padding: 16px 16px 48px;
}
@media only screen and (max-width: 767px) {
  .title-container {
    padding: 16px 8px;
  }
}

.text-container {
  margin-top: 40px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .text-container {
    margin-top: 16px;
  }
}
.text-container .quote-container {
  margin-bottom: 42px;
}
.text-container h2 {
  font-size: 42px;
  line-height: 1.2;
  margin-top: 36px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 991px) {
  .text-container h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .text-container h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 640px) {
  .text-container h2 {
    font-size: 26px;
  }
}
.text-container h3 {
  font-size: 30px;
  line-height: 1.25;
  margin-top: 32px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .text-container h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 640px) {
  .text-container h3 {
    font-size: 23px;
  }
}
.text-container h4 {
  font-size: 26px;
  line-height: 1.25;
  margin-top: 32px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  .text-container h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .text-container h4 {
    font-size: 20px;
  }
}
.text-container h5 {
  font-size: 22px;
  line-height: 1.35;
  margin-top: 32px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  .text-container h5 {
    font-size: 20px;
  }
}
.text-container p,
.text-container ul,
.text-container ol {
  font-size: 20px;
  line-height: 1.35;
}
@media only screen and (max-width: 991px) {
  .text-container p,
.text-container ul,
.text-container ol {
    font-size: 18px;
  }
}
.text-container a {
  cursor: pointer;
  color: var(--link-color);
  transition: all 0.15s ease;
  text-decoration: none;
}
.text-container a:hover {
  text-decoration: underline;
  color: var(--link-hover-color);
}
.text-container a.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.text-container img {
  margin-bottom: 32px;
}
.text-container img:last-child {
  margin-bottom: 0;
}
.text-container .row {
  margin-bottom: 32px;
}
.text-container .row [class^=col-] p {
  font-size: 18px;
  line-height: 1.35;
}
@media only screen and (max-width: 640px) {
  .text-container .row [class^=col-] p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .text-container h2 {
    margin-top: 32px;
    margin-bottom: 28px;
  }
  .text-container h3 {
    margin-top: 28px;
    margin-bottom: 24px;
  }
  .text-container h4,
.text-container h5 {
    margin-top: 24px;
    margin-bottom: 20px;
  }
}

.quote-container {
  padding: 0 116px;
  margin-top: 32px;
  position: relative;
}
.quote-container::before, .quote-container::after {
  content: "";
  position: absolute;
  width: 59px;
  height: 56px;
  background: url(../images/temp/event-inner/quote.svg) no-repeat;
  background-size: 100%;
}
.quote-container::before {
  top: 0;
  left: 0;
}
.quote-container::after {
  right: 0;
  bottom: 0;
}
.quote-container .quote {
  font-size: 20px;
  line-height: 1.35;
  font-style: italic;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .quote-container .quote {
    font-size: 18px;
  }
}
.quote-container .author {
  font-size: 16px;
  line-height: 1.45;
  margin: 20px 0 0;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .quote-container {
    padding: 52px 42px;
    margin-top: 16px;
  }
  .quote-container::before, .quote-container::after {
    width: 36px;
    height: 36px;
  }
  .quote-container::before {
    left: 16px;
  }
  .quote-container::after {
    right: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .quote-container {
    padding: 48px 18px;
  }
}

.accent-container {
  margin-top: 32px;
}
@media only screen and (max-width: 991px) {
  .accent-container {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .accent-container {
    margin-top: 16px;
  }
}
.accent-container h2 {
  font-size: 30px;
  line-height: 1.25;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .accent-container h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 640px) {
  .accent-container h2 {
    font-size: 23px;
  }
}

.carousel {
  padding-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  .carousel {
    padding-bottom: 40px;
  }
}
.carousel .carousel-control-prev,
.carousel .carousel-control-next,
.carousel .carousel-indicators button {
  appearance: none;
  transition: all 0.3s;
}
.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  border: none;
  background-color: transparent;
  width: 5%;
}
@media only screen and (max-width: 640px) {
  .carousel .carousel-control-prev,
.carousel .carousel-control-next {
    width: 8%;
  }
}
.carousel .carousel-control-prev span,
.carousel .carousel-control-next span {
  background-image: none;
  font-size: 1.625rem;
}
@media only screen and (max-width: 640px) {
  .carousel .carousel-control-prev span,
.carousel .carousel-control-next span {
    font-size: 1.25rem;
  }
}
.carousel-w-100 {
  width: 100%;
  max-width: 100%;
}
.carousel-w-100 .carousel-item .slide-content {
  width: 100%;
  max-width: 100%;
  padding-top: 0;
}

.carousel-item {
  height: 100%;
  transition: transform 0.6s ease-in-out;
}
.carousel-item .slide-content {
  width: 85%;
  margin: 0 auto;
  padding-top: 40px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .carousel-item .slide-content {
    width: 80%;
    flex-direction: column;
    padding-top: 20px;
  }
}
.carousel-item .video-container iframe,
.carousel-item .video-container embed,
.carousel-item .video-container video,
.carousel-item .video-content iframe,
.carousel-item .video-content embed,
.carousel-item .video-content video {
  display: none;
  max-width: 100%;
}

.carousel-indicators {
  bottom: -10px;
}
.carousel-indicators [data-bs-target] {
  flex: none;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin: 6px 4px;
  background-color: transparent;
  border: 1px solid var(--white-static);
}
.carousel-indicators [data-bs-target]:hover, .carousel-indicators [data-bs-target].active {
  background-color: var(--white-static);
}
@media only screen and (max-width: 640px) {
  .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    margin: 4px 2px;
  }
}

.carousel.accent-blue-to-white .carousel-control-prev,
.carousel.accent-blue-to-white .carousel-control-next {
  color: var(--midblue-to-white);
}
.carousel.accent-blue-to-white .carousel-indicators [data-bs-target] {
  border-color: var(--midblue-to-white);
}
.carousel.accent-blue-to-white .carousel-indicators [data-bs-target]:hover, .carousel.accent-blue-to-white .carousel-indicators [data-bs-target].active {
  background-color: var(--midblue-to-white);
}
.carousel.carousel-base .carousel-control-prev,
.carousel.carousel-base .carousel-control-next {
  width: 40px;
  opacity: 1;
}
.carousel.carousel-base .carousel-control-prev:hover,
.carousel.carousel-base .carousel-control-next:hover {
  opacity: 0.9;
}
.carousel.carousel-base .carousel-control-prev span,
.carousel.carousel-base .carousel-control-next span {
  background-color: var(--bg-color);
  color: var(--heading-color);
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 80%;
  width: 100%;
  height: 40px;
}
.carousel.carousel-base .carousel-indicators [data-bs-target] {
  border-color: var(--black-color);
}
.carousel.carousel-base .carousel-indicators [data-bs-target]:hover, .carousel.carousel-base .carousel-indicators [data-bs-target].active {
  background-color: var(--black-color);
}

.carousel-indicators.a-black [data-bs-target] {
  border-color: var(--black-color);
}
.carousel-indicators.a-black [data-bs-target]:hover, .carousel-indicators.a-black [data-bs-target].active {
  background-color: var(--black-color);
}

/* Tabs */
.nav-tabs {
  margin-left: -1px;
  margin-right: -1px;
  border-bottom-width: 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-left: 0;
}
.nav-tabs .nav-item {
  border-bottom-width: 0;
  display: inline-flex;
  flex: 1;
}
.nav-tabs .nav-link {
  font-family: "Sofia Sans", sans-serif;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.3s;
  color: var(--white-static);
  background-color: var(--link-color);
  border: 1px solid var(--link-color);
  font-size: 18px;
  line-height: 1.35;
  width: 100%;
  height: 62px;
  font-weight: 700;
  align-content: center;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:active {
  text-decoration: none;
  box-shadow: none;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link.focus, .nav-tabs .nav-link:active {
  color: var(--link-color);
  background-color: var(--white-static);
  border: 1px solid var(--link-color);
}
@media only screen and (max-width: 640px) {
  .nav-tabs .nav-link {
    font-size: 16px;
  }
}
.nav-tabs .nav-link:before, .nav-tabs .nav-link:after {
  display: none;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active:focus {
  cursor: default;
  background-color: var(--white-static);
  color: var(--black-static) !important;
  border: 1px solid #5b5b5b !important;
}

@media only screen and (max-width: 640px) {
  .nav-tabs {
    margin: 0px;
    gap: 8px;
  }
  .nav-tabs .nav-link {
    font-size: 13px;
    height: 54px;
  }
}
.partners-section,
.partners-logos {
  background-color: var(--light-border-color);
  padding: 64px 0 72px 0;
}
@media only screen and (max-width: 991px) {
  .partners-section,
.partners-logos {
    padding: 54px 0 66px 0;
  }
}
@media only screen and (max-width: 767px) {
  .partners-section,
.partners-logos {
    padding: 48px 0 52px 0;
  }
}
@media only screen and (max-width: 480px) {
  .partners-section,
.partners-logos {
    padding: 36px 0 36px 0;
  }
}
.partners-section .container,
.partners-section .inner-wrapper,
.partners-logos .container,
.partners-logos .inner-wrapper {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}
@media only screen and (max-width: 991px) {
  .partners-section .container,
.partners-section .inner-wrapper,
.partners-logos .container,
.partners-logos .inner-wrapper {
    gap: 18px;
  }
}
.partners-section .partner-logo,
.partners-logos .partner-logo {
  width: 200px;
  height: 100px;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .partners-section .partner-logo,
.partners-logos .partner-logo {
    height: auto;
    width: 100%;
    max-width: 150px;
  }
}
.partners-section .partner-logo .logo,
.partners-logos .partner-logo .logo {
  max-width: 100%;
  border-radius: 0;
  transition: 0.35s ease transform;
  transform: scale(1);
  display: inline-flex;
}
.partners-section .partner-logo:hover .logo,
.partners-logos .partner-logo:hover .logo {
  transform: scale(1.1);
}
.partners-section .partner-logo img,
.partners-logos .partner-logo img {
  height: auto;
  max-height: 100px;
  padding: 5px;
}

.partners-logos .container,
.partners-logos .inner-wrapper {
  max-width: 1340px;
  padding: 0 16px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}
.partners-logos .video-sponsors-header {
  text-align: center;
  padding-top: 40px;
}
.partners-logos .video-sponsors-container {
  gap: 16px;
}
.partners-logos .video-sponsor {
  display: flex;
  width: fit-content;
  min-width: 280px;
  height: fit-content;
  min-height: 135px;
  transform: scale(0.6);
  align-items: center;
  justify-content: center;
  margin: 30px;
}
.partners-logos .video-sponsor .logo {
  padding: 0;
}
.partners-logos .video-sponsor .video-thumbnail-container {
  box-shadow: 0 0 4px 4px var(--heading-color);
}
.partners-logos .video-sponsor .video-thumbnail-container .thumbnail-overlay,
.partners-logos .video-sponsor .video-thumbnail-container .thumbnail-underlay {
  display: block;
  position: absolute;
  background-color: rgba(29, 29, 31, 0.8);
  min-width: 100%;
  min-height: 100%;
  z-index: 2;
}
.partners-logos .video-sponsor .video-thumbnail-container .thumbnail-underlay {
  background-color: #1d1d1f;
  z-index: -1;
}
.partners-logos .video-sponsor .partner-logo {
  z-index: 3;
}
.partners-logos .video-sponsor .video-thumbnail-container {
  width: 560px;
  height: 315px;
  position: absolute;
  cursor: pointer;
}
.partners-logos .video-sponsor .video-thumbnail-container .sponsor-video-preview {
  width: inherit;
  height: inherit;
  position: inherit;
  z-index: -1;
}
.partners-logos .video-sponsor .video-thumbnail-container .video-sound-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 60px;
  z-index: 5;
  background: white;
  border-radius: 30px;
  padding: 5px;
}
.partners-logos .video-sponsor .video-thumbnail-container .sound-off {
  z-index: -1;
}
.partners-logos .video-sponsor .video-thumbnail-container .sound-on {
  z-index: -1;
}
.partners-logos .video-sponsor .video-thumbnail-container:hover .sponsor-video-preview {
  z-index: 1;
}
.partners-logos .video-sponsor .video-thumbnail-container:hover .sound-on {
  z-index: 4;
}
.partners-logos .video-sponsor .video-thumbnail-container:hover .sound-off {
  z-index: 5;
}
.partners-logos .video-sponsor .video-thumbnail-container:hover .thumbnail-underlay {
  z-index: 1;
}
.partners-logos .partner-logo {
  margin: 0;
  position: relative;
  display: inline-flex;
}
.partners-logos .partner-logo img {
  max-width: 250px;
  height: auto;
  max-height: 100px;
  transition: opacity 0.5s;
  padding: 5px;
  transform: scale(1.2);
}
.partners-logos .partner-logo:hover .bg-light {
  background-color: rgba(250, 250, 250, 0.5);
  padding: 5px 20px;
}
.partners-logos .homepage-sponsors-container {
  margin-top: 80px;
}
.partners-logos .homepage-sponsors-container .logo-hover {
  opacity: 0;
}
.partners-logos .homepage-sponsors-container .partner-logo {
  margin: 10px 15px;
}
@media only screen and (max-width: 991px) {
  .partners-logos .homepage-sponsors-container .partner-logo {
    margin: 0;
  }
}
.partners-logos .homepage-sponsors-container .partner-logo:hover .logo {
  opacity: 0;
}
.partners-logos .homepage-sponsors-container .partner-logo:hover .logo-hover {
  opacity: 1;
}
.partners-logos .homepage-sponsors-container .partner-logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-width: fit-content;
  max-height: none;
  transform: none !important;
  transition: opacity 0.5s ease;
  padding: 0;
}
.partners-logos .accenture-10y {
  width: 380px;
  height: 40px;
}
.partners-logos .spanish-embassy {
  width: 290px;
  height: 85px;
}
.partners-logos .polish-institute {
  width: 105px;
  height: 90px;
}
.partners-logos .italian-institute {
  width: 140px;
  height: 90px;
}
.partners-logos .hilton {
  width: 110px;
  height: 90px;
}
.partners-logos .jpoint {
  width: 50px;
  height: 80px;
}
.partners-logos .rim-sofia {
  width: 90px;
  height: 90px;
}
.partners-logos .national-archeology-institute {
  height: 60px;
}
.partners-logos .sghg {
  width: 90px;
  height: 50px;
}
.partners-logos .gallery-palace {
  width: 160px;
  height: 65px;
}
.partners-logos .vratsa-symphony {
  width: 130px;
  height: 80px;
}
.partners-logos .dia-del-tango {
  width: 200px;
  height: 60px;
}
.partners-logos .photosynthesis {
  width: 150px;
  height: 70px;
}
.partners-logos .bnr {
  width: 134px;
  height: 45px;
}
.partners-logos .kultura {
  width: 54px;
  height: 89px;
}
.partners-logos .bta {
  width: 100px;
  height: 100px;
}
.partners-logos .sofia {
  width: 90px;
  height: 100px;
}
.partners-logos .ministry-of-culture {
  width: 127px;
  height: 130px;
}

.container {
  max-width: 1340px;
}
.container.terms {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .container.lg-streched {
    padding-left: 0;
    padding-right: 0;
  }
}

.container-m {
  max-width: 1180px !important;
}

.container-s {
  max-width: 1040px !important;
}

.container-xs {
  max-width: 820px !important;
}

/* Terms */
.terms .terms-title-container {
  margin: 24px 0 70px;
}
.terms .terms-title-container a {
  font-weight: 800;
}
.terms h3 {
  color: var(--heading-color);
  font-size: 30px;
  font-weight: bold;
  line-height: 1.35;
}
.terms p {
  display: flex;
}
.terms *[id] {
  margin-top: -30px;
  padding-top: 30px;
}
.terms .terms-container {
  margin: 0 200px;
}
.terms .section-terms-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 50px;
}
.terms .terms-num {
  font-size: 42px;
  line-height: 1.2;
  font-family: "Cormac-Black", sans-serif;
  font-weight: 1000;
}
@media only screen and (max-width: 991px) {
  .terms .terms-num {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .terms .terms-num {
    font-size: 28px;
  }
}
@media only screen and (max-width: 640px) {
  .terms .terms-num {
    font-size: 26px;
  }
}
.terms .terms-num-def {
  font-size: 20px;
  line-height: 1.35;
  font-weight: 800;
}
@media only screen and (max-width: 991px) {
  .terms .terms-num-def {
    font-size: 18px;
  }
}
.terms .sub-num {
  margin-right: 16px;
}
.terms .terms-mail {
  cursor: pointer;
  color: var(--link-color);
  transition: all 0.15s ease;
  text-decoration: none;
  display: contents;
}
.terms .terms-mail:hover {
  text-decoration: underline;
  color: var(--link-hover-color);
}
.terms .terms-mail.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.terms .indented {
  margin: 0 20px 20px 40px;
}
.terms .indented:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .terms .terms-container {
    margin: 0 32px;
  }
}
@media only screen and (max-width: 767px) {
  .terms .terms-title-container {
    margin: 0 0 40px;
  }
  .terms .terms-container {
    margin: 0 16px;
  }
  .terms .section-terms-info {
    margin-bottom: 30px;
  }
}

/* Fullsize sections */
[data-size=fullsize] > .container {
  max-width: 1180px !important;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  [data-size=fullsize] {
    height: auto;
    min-height: auto;
  }
}
/* Jumbotron */
.jumbotron {
  position: relative;
  padding: 100px 20px 45px;
  min-height: 600px;
  height: 100vh;
  max-height: 800px;
  margin: 0;
  background-color: var(--heading-static);
  border-radius: 0;
  color: var(--white-static);
  overflow-x: hidden;
  overflow-y: auto;
}
.jumbotron .jumbotron__content {
  position: relative;
  z-index: 5;
  max-width: 760px;
}
.jumbotron .jumbotron__title {
  margin-bottom: 16px;
  line-height: 1.1;
  font-weight: 800;
}
.jumbotron .jumbotron__entry {
  line-height: 1.3;
  letter-spacing: 0.02em;
}
.jumbotron .jumbotron__entry strong {
  font-weight: 800;
}
.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
  color: var(--white-static);
}
.jumbotron .jumbotron__actions {
  margin-top: 8px;
}
.jumbotron .jumbotron__entry,
.jumbotron .jumbotron__actions {
  padding-left: 32px;
}
.jumbotron .jumbotron__actions a.btn-white:hover {
  border-color: var(--white-static);
}
.jumbotron .jumbotron__inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.jumbotron .jumbotron__content,
.jumbotron .jumbotron__image {
  flex: 1 1 auto;
}
.jumbotron .jumbotron__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 63vw;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}
.jumbotron .jumbotron__image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20vw;
  background: linear-gradient(to left, rgba(34, 184, 217, 0), var(--heading-static));
  z-index: 2;
}

@media only screen and (max-width: 1400px) {
  .jumbotron .jumbotron__image {
    right: -20vw;
    width: 69vw;
  }
  .jumbotron .jumbotron__image::before {
    left: -1px;
    width: 9vw;
  }
}
@media only screen and (max-width: 1100px) {
  .jumbotron .jumbotron__content {
    max-width: 520px;
  }
  .jumbotron .jumbotron__image {
    right: -34vw;
    width: 85vw;
  }
}
@media only screen and (max-width: 991px) {
  .jumbotron {
    padding: 0;
    min-height: auto;
    height: auto;
    max-height: none;
    background-color: transparent;
    color: var(--heading-color);
  }
  .jumbotron .jumbotron__content {
    max-width: 100%;
    padding: 0;
    margin-top: 10px;
  }
  .jumbotron .jumbotron__entry,
.jumbotron .jumbotron__actions {
    padding-left: 0;
  }
  .jumbotron .jumbotron__inner {
    display: block;
    height: auto;
  }
  .jumbotron .jumbotron__image {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: unset;
    padding-bottom: 82%;
    margin: 0 -15px;
    background-color: var(--heading-static);
  }
  .jumbotron .jumbotron__image::before {
    left: 0;
    right: 0;
    height: 20%;
    bottom: 0;
    top: auto;
    width: auto;
    background: linear-gradient(to bottom, transparent, var(--heading-static));
  }
}
@media only screen and (max-width: 767px) {
  .jumbotron .jumbotron__title {
    letter-spacing: 0;
  }
}
/* Section info */
.section-info {
  font-size: 20px;
  line-height: 1.35;
}
@media only screen and (max-width: 991px) {
  .section-info {
    font-size: 18px;
  }
}
.section-info .section__inner {
  max-width: 1180px;
  margin: 0 auto;
}
.section-info .section__aside {
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .section-info .section__aside {
    padding: 0 15px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-info .section__inner {
    padding: 0 22px;
  }
  .section-info .section__inner > [class*=col] {
    padding-left: 9px;
    padding-right: 9px;
  }
  .section-info .section__inner > .section__aside {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 24px;
  }
}
/* Section form */
.section-form .section__inner {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Section services */
.section-services {
  overflow: hidden;
}
.section-services .section__title {
  position: relative;
  z-index: 5;
  margin-bottom: 25px;
  letter-spacing: 0.01em;
}
.section-services .section__image {
  padding: 0 !important;
}
.section-services .section__inner {
  align-items: center;
}
.section-services .section__content {
  font-size: 20px;
  line-height: 1.35;
  padding-left: 20px;
}
@media only screen and (max-width: 991px) {
  .section-services .section__content {
    font-size: 18px;
  }
}
.section-services .section__content-inner {
  max-width: 480px;
}
.section-services .section__content-inner p {
  margin: 0;
}

.section-services--reverse .section__content {
  padding-left: 20px;
}
.section-services--reverse .section__image {
  padding: 0 15px;
}

@media only screen and (max-width: 991px) {
  .section-services .section__image {
    margin-bottom: 16px;
  }
  .section-services .section__content {
    padding-left: 45px;
    font-size: 18px;
  }
  .section-services .section__content-inner {
    max-width: 100%;
  }

  .section-services--reverse .section__image {
    padding-left: 40px;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .section-services .section__title {
    margin-bottom: 15px;
  }
  .section-services .section__image {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 16px;
  }
  .section-services .section__image .section__title {
    padding-left: 16px;
    font-weight: 800;
    font-size: 30px;
    text-transform: uppercase;
    color: var(--heading-color);
  }
  .section-services .section__content {
    padding-left: 16px;
    line-height: 1.35;
  }

  .section-services--reverse .section__title {
    text-align: left;
  }
}
/* Socials */
.socials ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  padding-left: 0;
}
.socials ul li {
  width: 32px;
  height: 32px;
}
.socials ul li a {
  display: block;
}
.socials ul li + li {
  margin-left: 16px;
}
.socials ul li svg {
  border-radius: 3px;
}
.socials .socials__icon--fb:hover:hover svg path {
  fill: var(--white-static);
}
.socials .socials__icon--fb:hover svg rect {
  fill: var(--blue-fb-static);
}
.socials .socials__icon--ig:hover svg rect#background, .socials .socials__icon--ig:active svg rect#background {
  fill: url(#IGGradient);
}
.socials .socials__icon--ig:hover svg rect#backgroundfooter, .socials .socials__icon--ig:active svg rect#backgroundfooter {
  fill: url(#IGGradientfooter);
}
.socials .socials__icon--ig:hover svg path, .socials .socials__icon--ig:active svg path {
  fill: var(--white-static);
}
.socials .socials__icon--youtube:hover .youtube-hover {
  fill: var(--red-yt-static);
}
.socials .socials__icon--youtube:hover .youtube-hover-white {
  fill: var(--white-static);
}

/* Panel */
.panel {
  max-width: 890px;
  margin: 50px auto;
  border: 1px solid var(--form-border-color);
}
@media only screen and (max-width: 991px) {
  .panel {
    margin-top: 38px;
    margin-bottom: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .panel {
    border-width: 0;
  }
}
.panel .panel__inner {
  display: flex;
}
.panel .panel__aside,
.panel .panel__content {
  max-width: 50%;
  flex: 0 0 50%;
}
@media only screen and (max-width: 767px) {
  .panel .panel__aside,
.panel .panel__content {
    max-width: 100%;
  }
}
.panel .panel__content {
  padding: 36px 46px 46px;
}
@media only screen and (max-width: 991px) {
  .panel .panel__content {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .panel .panel__content {
    padding: 0 !important;
    flex: 0 0 100%;
  }
}
.panel .panel__content:only-child {
  max-width: 100%;
  flex: 0 0 100%;
}
.panel .panel__aside {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .panel .panel__aside {
    display: none;
  }
}
.panel .panel__aside-inner {
  position: relative;
  max-width: 348px;
  padding: 23px 24px;
  margin: 0 auto;
  color: var(--white-static);
}
.panel .panel__title {
  font-family: "Sofia Sans", sans-serif;
  line-height: 1;
  color: var(--white-static);
}
.panel .panel__image {
  position: absolute;
  top: -1px;
  left: -1px;
  right: 0;
  bottom: -1px;
  background-color: var(--dark-bg-color);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.panel--sm {
  max-width: 480px;
}

.panel--md {
  max-width: 595px;
}

/* Notification save application */
#save-form-success-fields {
  background: var(--green-static);
  padding-left: 10px;
  padding-right: 10px;
  width: 65%;
  text-align: center;
  color: var(--white-static);
  line-height: 3;
  position: fixed;
  top: 40px;
  right: 0;
  z-index: 999;
}

@media only screen and (max-width: 767px) {
  #save-form-success-fields {
    width: 100%;
    top: 48px;
  }
}
/* Tab counter */
.tab-counter-paragraph {
  position: fixed;
  right: 0;
  top: 240px;
  padding: 12px;
  height: 48px;
  background-color: var(--link-color);
  color: var(--white-static);
}

@media only screen and (max-width: 767px) {
  .tab-counter-paragraph {
    position: static;
    padding: 10px;
    top: 48px;
  }
}
/* Credits */
.credits {
  display: flex;
  align-items: center;
}
.credits > a {
  margin: 0 0 10px 10px;
}
.credits > a > img {
  margin-top: -5px;
}

/* Invalid field */
.invalid {
  border: 1px solid var(--red-color) !important;
}

.invalid-text,
.invalid > span.ui-selectmenu-text {
  color: var(--red-color) !important;
}

/* Invalid file fields */
.custom-file.invalid-file p,
.custom-file.invalid-file span {
  color: var(--red-color) !important;
}
.custom-file.invalid-file label.custom-file-label {
  border: 1px solid var(--red-color) !important;
}

/* Invalid application tab */
#personal-info-tab.invalid-tab,
#files-tab.invalid-tab,
#media-files-tab.invalid-tab,
#finalize-tab.invalid-tab {
  border: 1px solid var(--bg-color) !important;
  background: var(--red-color);
  color: var(--bg-color);
}

/* Cookies */
div.cc-revoke.cc-bottom.cc-right {
  border: 1px solid var(--black-color);
  color: var(--modal-color);
  background-color: var(--modal-bg-color);
  border-bottom-width: 0;
}

.cc-window {
  background-color: var(--modal-bg-color) !important;
}
.cc-window.cc-floating {
  font-size: 16px;
  line-height: 1.45;
  max-width: 406px;
  padding: 16px 16px 16px 22px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  font-family: "Sofia Sans", sans-serif;
}
.cc-window .cc-message {
  color: var(--modal-color);
}

.cc-btn {
  font-family: "Sofia Sans", sans-serif;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.3s;
  font-size: 18px;
  font-weight: 700;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.cc-btn:hover, .cc-btn:focus, .cc-btn:active {
  text-decoration: none;
  box-shadow: none;
}
.cc-btn + .cc-btn {
  margin-left: 24px;
}
.cc-btn.cc-allow {
  color: var(--white-static) !important;
  background-color: var(--link-color) !important;
  border: 1px solid var(--link-color) !important;
}
.cc-btn.cc-allow:hover, .cc-btn.cc-allow:focus, .cc-btn.cc-allow:active {
  color: var(--link-color) !important;
  background-color: var(--white-static) !important;
}

.cc-link {
  display: none;
}

.cc-highlight a.cc-btn:first-child {
  color: var(--heading-color) !important;
  background-color: transparent !important;
  border-color: var(--heading-color) !important;
}
.cc-highlight a.cc-btn:first-child:hover, .cc-highlight a.cc-btn:first-child:focus, .cc-highlight a.cc-btn:first-child:active {
  text-decoration: none !important;
  color: var(--bg-color) !important;
  background-color: var(--heading-color) !important;
}

/* Uploaded files */
.uploaded-file {
  display: flex;
  margin-top: 27px;
  align-items: center;
}
.uploaded-file > p {
  margin: 5px 11px 0px 0px;
  font-size: 16px;
  overflow-wrap: anywhere;
}
.uploaded-file > p:hover {
  color: var(--heading-color);
}
.uploaded-file > img {
  width: 17px;
  height: 17px;
  margin-top: 9px;
  cursor: pointer;
}
.uploaded-file > i {
  cursor: pointer;
  display: inline-flex;
  margin-top: 5px;
  font-size: 17px;
  color: var(--red-color);
}
.uploaded-file:last-of-type {
  margin-bottom: 27px;
}

.pointer {
  cursor: pointer;
}

.cc-window.cc-floating .cc-compliance {
  margin-top: 8px;
}

.counter {
  color: var(--black-color);
  font-weight: 800;
}

.text-danger {
  color: var(--red-color) !important;
}

/* Error page */
.error-page section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 8px;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  text-align: center;
  border: 1px solid var(--red-color);
  box-sizing: border-box;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .error-page section {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.error-page h1,
.error-page h2,
.error-page h3 {
  color: var(--red-color);
  margin: 15px 10px;
}
.error-page p {
  position: static;
  margin: 20px 10px;
}

.donate-banner {
  background-color: var(--link-color);
  color: var(--white-static);
  margin-top: 68px;
}
.donate-banner .wrapper {
  max-width: 940px;
  padding: 24px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.donate-banner h3,
.donate-banner p,
.donate-banner .btn-donate {
  margin: 0;
  font-style: normal;
  line-height: 135%;
}
.donate-banner .donate-title {
  font-size: 30px;
  line-height: 1.25;
  color: var(--white-static);
}
@media only screen and (max-width: 767px) {
  .donate-banner .donate-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 640px) {
  .donate-banner .donate-title {
    font-size: 23px;
  }
}
.donate-banner .btn-donate {
  font-family: "Sofia Sans", sans-serif;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.3s;
  color: var(--link-color);
  background-color: var(--white-static);
  border: 1px solid var(--link-color);
  width: 172px;
  padding: 19px;
  font-size: 18px;
  height: min-content;
}
.donate-banner .btn-donate:hover, .donate-banner .btn-donate:focus, .donate-banner .btn-donate:active {
  text-decoration: none;
  box-shadow: none;
}
.donate-banner .btn-donate:hover, .donate-banner .btn-donate.focus, .donate-banner .btn-donate:active {
  background-color: #009cbf;
  color: var(--white-static);
  border: 1px solid var(--white-static);
}
@media only screen and (max-width: 991px) {
  .donate-banner {
    background-color: transparent;
    margin-top: 48px;
  }
  .donate-banner .wrapper {
    padding: 0 16px;
    display: block;
  }
  .donate-banner .text-holder {
    background-color: var(--link-color);
    padding: 16px;
  }
  .donate-banner .btn-donate {
    font-family: "Sofia Sans", sans-serif;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.3s;
    color: var(--white-static);
    background-color: var(--link-color);
    border: 1px solid var(--link-color);
    width: 288px;
    margin: 16px auto 0;
  }
  .donate-banner .btn-donate:hover, .donate-banner .btn-donate:focus, .donate-banner .btn-donate:active {
    text-decoration: none;
    box-shadow: none;
  }
  .donate-banner .btn-donate:hover, .donate-banner .btn-donate.focus, .donate-banner .btn-donate:active {
    color: var(--link-color);
    background-color: var(--white-static);
    border: 1px solid var(--link-color);
  }
}
@media only screen and (max-width: 640px) {
  .donate-banner {
    margin-top: 36px;
  }
  .donate-banner .btn-donate {
    width: 100%;
  }
}

.social-content-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 32px 0 48px;
  padding: 0 16px;
}
.social-content-wrap p {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .social-content-wrap {
    margin: 24px 0 32px;
  }
}

.social-links-grid {
  margin-top: 28px;
  justify-content: center;
  display: flex;
  flex-direction: row;
  gap: 26px;
}
.social-links-grid a {
  color: var(--black-color) !important;
  border-radius: 2px;
  display: inline-flex;
  font-size: 40px;
  transition: 0.25s ease-in-out;
}
.social-links-grid a:hover {
  opacity: 0.8;
}
.social-links-grid img {
  border-radius: 3px;
}
@media only screen and (max-width: 991px) {
  .social-links-grid {
    margin-top: 24px;
    gap: 18px;
  }
}
@media only screen and (max-width: 640px) {
  .social-links-grid {
    flex-wrap: wrap;
  }
}

.global-overlay {
  background: rgba(29, 29, 31, 0.25);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 200;
  display: none;
}

.global-scholarship-apply-btn {
  font-family: "Sofia Sans", sans-serif;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.3s;
  color: var(--link-color);
  background-color: var(--white-static);
  border: 1px solid var(--link-color);
  font-size: 18px;
  line-height: 1.35;
  width: 200px;
  margin: 0 auto;
  height: 54px;
  padding-top: 12px;
}
.global-scholarship-apply-btn:hover, .global-scholarship-apply-btn:focus, .global-scholarship-apply-btn:active {
  text-decoration: none;
  box-shadow: none;
}
.global-scholarship-apply-btn:hover, .global-scholarship-apply-btn.focus, .global-scholarship-apply-btn:active {
  background-color: #009cbf;
  color: var(--white-static);
  border: 1px solid var(--white-static);
}
@media only screen and (max-width: 640px) {
  .global-scholarship-apply-btn {
    font-size: 16px;
  }
}

.global-info-text-box {
  font-size: 18px;
  background-color: var(--link-color);
  color: var(--white-static);
  padding: 15px 20px 15px 55px;
  position: relative;
  margin: 6px 0 48px;
}
@media only screen and (max-width: 991px) {
  .global-info-text-box {
    margin-bottom: 32px;
  }
}
.global-info-text-box.small-text {
  font-size: 16px;
}
.global-info-text-box .info-icon {
  width: 20px;
  height: 20px;
  fill: var(--white-static);
  position: absolute;
  left: 20px;
  top: 18px;
}

.global-link {
  cursor: pointer;
  color: var(--link-color);
  transition: all 0.15s ease;
  text-decoration: none;
}
.global-link:hover {
  text-decoration: underline;
  color: var(--link-hover-color);
}
.global-link.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

.date-time-container {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 12px;
  align-items: center;
}

.date,
.time,
.location {
  position: relative;
  display: inline-flex;
  padding-left: 24px;
  line-height: 1.15;
}
.date::before,
.time::before,
.location::before {
  font-size: 80%;
  position: absolute;
  left: 0;
  top: 4px;
}
.date svg,
.time svg,
.location svg {
  display: none;
}

.location::before {
  font-size: 100%;
}

@media only screen and (max-width: 480px) {
  .date,
.time,
.location {
    margin-left: 5px;
  }
}
.main-cover-play-btn,
.video-play-btn,
.main-play-btn {
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.main-cover-play-btn i,
.video-play-btn i,
.main-play-btn i {
  transition: all 0.3s ease;
  line-height: 1 !important;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
}
.main-cover-play-btn:hover i,
.video-play-btn:hover i,
.main-play-btn:hover i {
  transform: scale(1.2);
}

.main-cover-play-btn i {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  color: var(--heading-static);
  font-size: 53px;
  padding: 13px 14px;
}
.main-cover-play-btn:hover i {
  color: var(--heading-static);
}
@media only screen and (max-width: 767px) {
  .main-cover-play-btn i {
    font-size: 36px;
  }
}

.video-play-btn i {
  font-size: 48px;
  padding: 8px;
  background-color: var(--white-static);
  color: var(--heading-static);
}
@media only screen and (max-width: 767px) {
  .video-play-btn i {
    font-size: 36px;
  }
}

.main-play-btn i {
  font-size: 48px;
  padding: 8px;
  background-color: var(--heading-static);
  color: var(--white-static);
}

.event-label {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 1;
  font-weight: 700;
  background-color: var(--heading-color);
  color: var(--bg-color);
  padding: 4px;
  width: fit-content;
}
@media only screen and (max-width: 991px) {
  .event-label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .event-label {
    font-size: 12px;
  }
}

ol,
ul {
  padding-left: 20px;
}

.project,
.event {
  display: flex;
  align-self: start;
  min-height: 100%;
  flex-direction: column;
  transition: background-color 0.3s;
}
.project .img-wrapper,
.event .img-wrapper {
  height: 240px;
  position: relative;
  overflow: hidden;
}
.project .project-title,
.project .event-title,
.project h3,
.event .project-title,
.event .event-title,
.event h3 {
  font-size: 30px;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .project .project-title,
.project .event-title,
.project h3,
.event .project-title,
.event .event-title,
.event h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 640px) {
  .project .project-title,
.project .event-title,
.project h3,
.event .project-title,
.event .event-title,
.event h3 {
    font-size: 23px;
  }
}
.project .title-container,
.event .title-container {
  padding: 16px 8px 28px;
  text-align: left;
}
.project .title-container *,
.event .title-container * {
  text-align: left;
  transition: color, background-color 0.3s ease;
}
.project img,
.event img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.project:hover,
.event:hover {
  background-color: var(--heading-color);
  text-decoration: none !important;
}
.project:hover .title-container .project-title,
.project:hover .title-container .event-title,
.project:hover .title-container h3,
.event:hover .title-container .project-title,
.event:hover .title-container .event-title,
.event:hover .title-container h3 {
  color: var(--bg-color);
}
.project:hover img,
.event:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
@media only screen and (max-width: 1362px) and (min-width: 992px) {
  .project .img-wrapper,
.event .img-wrapper {
    height: 17.6211453744vw;
  }
  .project .project-title,
.project .event-title,
.project h3,
.event .project-title,
.event .event-title,
.event h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .project .img-wrapper,
.event .img-wrapper {
    height: 400px;
  }
  .project .project-title,
.project .event-title,
.project h3,
.event .project-title,
.event .event-title,
.event h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .project .img-wrapper,
.event .img-wrapper {
    height: 149px;
  }
  .project .title-container,
.event .title-container {
    padding: 12px 8px 16px 8px;
  }
  .project .project-title,
.project .event-title,
.project h3,
.event .project-title,
.event .event-title,
.event h3 {
    font-size: 18px;
  }
}

.photo-author {
  font-size: 12px;
  line-height: 110%;
  text-align: right;
  letter-spacing: 0.02em;
  color: var(--grey-static);
  margin: 10px 0 0;
  padding: 0 16px;
}

.author-holder {
  font-size: 16px;
  line-height: 1.45;
  margin-top: 16px;
}

.general-terms-container {
  background-color: var(--dark-grey-static);
  margin-bottom: 64px;
  color: var(--white-static);
  padding: 24px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .general-terms-container {
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 640px) {
  .general-terms-container {
    margin-bottom: 36px;
  }
}
.general-terms-container h2,
.general-terms-container h3,
.general-terms-container h4 {
  color: var(--white-static);
}
.general-terms-container--light {
  background-color: var(--light-bg-color);
  color: var(--heading-color);
}
.general-terms-container--light h2,
.general-terms-container--light h3,
.general-terms-container--light h4 {
  color: var(--heading-color);
}
.general-terms-container p {
  margin-top: 15px;
}

.container-previous-year {
  padding: 48px 24px;
  text-align: center;
}
.container-previous-year + .container-previous-year {
  border-top: 1px solid var(--form-border-color);
}
@media only screen and (max-width: 991px) {
  .container-previous-year {
    padding: 36px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .container-previous-year {
    padding: 32px 12px;
  }
}
.container-previous-year .btn-prev-year {
  font-family: "Sofia Sans", sans-serif;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.3s;
  background-color: transparent;
  border: 1px solid var(--heading-color);
  color: var(--heading-color);
  padding: 15px 20px;
  height: 54px;
  margin-bottom: 0 !important;
}
.container-previous-year .btn-prev-year:hover, .container-previous-year .btn-prev-year:focus, .container-previous-year .btn-prev-year:active {
  text-decoration: none;
  box-shadow: none;
}
.container-previous-year .btn-prev-year:hover, .container-previous-year .btn-prev-year.focus, .container-previous-year .btn-prev-year:active {
  color: var(--bg-color);
  background-color: var(--heading-color);
}

.btn-select {
  font-size: 16px;
  line-height: 1.45;
  height: 48px;
  border-radius: 0;
  background-color: var(--bg-color);
  border: 1px solid var(--input-border-color);
  display: inline-flex;
  padding: 8px 25px 8px 15px;
  color: var(--heading-color);
  caret-color: currentColor;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 12px 38px 12px 15px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 48 48"%3E%3Cpath fill="%23000" d="M24.052 31.599 3.084 10.63.156 13.56 24.05 37.454l23.898-23.895-2.928-2.929Z"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  appearance: none;
  color: var(--heading-color);
  font-weight: 800;
  min-width: 270px;
  text-align: left;
  align-items: center;
  height: auto;
  text-wrap-mode: wrap;
}
.btn-select:focus {
  border-color: var(--input-border-focus-color);
  box-shadow: none;
}
.btn-select span {
  display: inline-flex;
  align-self: center;
}
[data-theme=dark] .btn-select {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 48 48"%3E%3Cpath fill="%23fff" d="M24.052 31.599 3.084 10.63.156 13.56 24.05 37.454l23.898-23.895-2.928-2.929Z"/%3E%3C/svg%3E');
}
.btn-select::before {
  color: var(--input-color);
}
.btn-select::after {
  display: none;
}
@media only screen and (max-width: 480px) {
  .btn-select {
    min-height: 48px;
    height: auto;
    white-space: normal;
  }
}
.btn-select ~ .btn-select-nav {
  padding: 0;
  width: 100%;
  margin: auto;
  border: 1px solid var(--dark-border-color);
  background-color: var(--bg-color);
  border-top-width: 0;
  border-radius: 0;
}
.btn-select ~ .btn-select-nav.show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.btn-select ~ .btn-select-nav li {
  width: 100%;
  margin: 0;
}
.btn-select ~ .btn-select-nav li + li {
  border-top: 1px solid var(--dark-border-color);
}
.btn-select ~ .btn-select-nav a {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  text-align: left;
  white-space: normal;
  text-decoration: none !important;
  padding: 10px 15px;
  color: var(--text-color);
}
.btn-select ~ .btn-select-nav a:hover, .btn-select ~ .btn-select-nav a:focus, .btn-select ~ .btn-select-nav a:active {
  color: var(--heading-color);
  background-color: var(--light-border-color);
}
.btn-select ~ .btn-select-nav a[data-bs-item], .btn-select ~ .btn-select-nav a[data-bs-region] {
  display: inline-block;
}
.btn-select ~ .btn-select-nav a.is-active {
  color: var(--heading-color);
  background-color: var(--light-border-color);
}
@media only screen and (max-width: 991px) {
  .btn-select ~ .btn-select-nav a {
    font-size: 16px;
    padding: 13px 15px;
  }
}

.game-accent {
  padding: 20px;
}
.game-accent [class*=col-]:first-child {
  gap: 20px;
  padding: 20px;
}
.game-accent [class*=col-]:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .game-accent [class*=col-]:first-child {
    order: 2;
    padding-bottom: 0;
  }
  .game-accent [class*=col-]:last-child {
    order: 1;
  }
}

.game-accent-btn {
  min-width: 240px;
  width: fit-content;
}
@media only screen and (max-width: 640px) {
  .game-accent-btn {
    width: 100%;
  }
}

/* Home page */
.main-home .main-slider-container {
  padding-bottom: 30px;
}
.main-home .homepage-slider-cover,
.main-home .homepage-slider-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-home .homepage-slider-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-home .homepage-slider-video {
  width: 102%;
}
.main-home .homepage-video-link {
  display: block;
  height: 100%;
}
.main-home .homepage-slide {
  height: calc(100vh - 40px);
  position: relative;
  overflow: hidden;
}
.main-home .homepage-slide .content-wrapper {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 3;
}
.main-home .homepage-slide .content {
  position: absolute;
  left: 0;
  padding: 0 15px;
  bottom: 36px;
  color: var(--white-static);
  width: 100%;
}
.main-home .homepage-slide .special-content-gallery {
  padding-left: 139px;
}
.main-home .homepage-slide .special-content-gallery::before {
  content: "";
  width: 100px;
  height: 86px;
  position: absolute;
  left: 15px;
  top: 12px;
  background: url(/site/webfiles/latest/images/logo.svg) top center no-repeat;
  background-size: 100%;
}
.main-home .homepage-slide h1,
.main-home .homepage-slide h2,
.main-home .homepage-slide h3 {
  color: var(--white-static);
}
.main-home .homepage-slide h1 {
  margin: 0;
}
.main-home .homepage-slide h3 {
  letter-spacing: 0.5px;
  margin: 12px 0 0;
}
.main-home .homepage-slide p {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
  margin: 8px 0 0;
}
@media only screen and (max-width: 640px) {
  .main-home .homepage-slide p {
    font-size: 16px;
  }
}
.main-home .homepage-slide p:first-of-type {
  margin-top: 10px;
}
.main-home .homepage-slide .holder {
  margin-top: 10px;
}
.main-home .homepage-slide .date,
.main-home .homepage-slide .time,
.main-home .homepage-slide .location {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
  position: relative;
  padding-left: 24px;
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .main-home .homepage-slide .date,
.main-home .homepage-slide .time,
.main-home .homepage-slide .location {
    font-size: 16px;
  }
}
.main-home .homepage-slide .homepage-slider-btn {
  font-size: 18px;
  line-height: 1.35;
  font-family: "Sofia Sans", sans-serif;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.3s;
  color: var(--white-static);
  background-color: var(--link-color);
  border: 1px solid var(--link-color);
  font-weight: 700;
  padding: 12px 44px;
  margin-top: 12px;
}
@media only screen and (max-width: 640px) {
  .main-home .homepage-slide .homepage-slider-btn {
    font-size: 16px;
  }
}
.main-home .homepage-slide .homepage-slider-btn:hover, .main-home .homepage-slide .homepage-slider-btn:focus, .main-home .homepage-slide .homepage-slider-btn:active {
  text-decoration: none;
  box-shadow: none;
}
.main-home .homepage-slide .homepage-slider-btn:hover, .main-home .homepage-slide .homepage-slider-btn.focus, .main-home .homepage-slide .homepage-slider-btn:active {
  color: var(--link-color);
  background-color: var(--white-static);
  border: 1px solid var(--link-color);
}
.main-home .section-heading {
  font-size: 42px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .main-home .section-heading {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .main-home .section-heading {
    font-size: 28px;
  }
}
@media only screen and (max-width: 640px) {
  .main-home .section-heading {
    font-size: 26px;
  }
}
.main-home .timetable-section {
  padding: 64px 0 10px;
  text-align: center;
}
.main-home .timetable-section h2 {
  padding: 0 16px;
}
.main-home .timetable-slider-container {
  margin-top: 24px;
  padding: 0 16px;
}
.main-home .timetable-element {
  display: block;
  width: 325px;
  border: 1px solid transparent;
  transition: border 0.3s;
}
.main-home .timetable-element:hover {
  color: var(--heading-color);
  border: 1px solid var(--heading-color);
}
.main-home .timetable-element .img-wrapper {
  height: 184px;
  position: relative;
  overflow: hidden;
}
.main-home .timetable-element .img-wrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.main-home .timetable-element .info-container {
  padding: 8px 8px 25px;
}
.main-home .timetable-element h3 {
  font-size: 20px;
  line-height: 1.35;
  font-family: "Sofia Sans", sans-serif;
  font-weight: 800;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .main-home .timetable-element h3 {
    font-size: 18px;
  }
}
.main-home .timetable-element .label {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 1;
  font-weight: 700;
  background-color: var(--heading-color);
  color: var(--bg-color);
  padding: 4px;
  width: fit-content;
  font-size: 14px;
  padding: 2px 4px;
}
@media only screen and (max-width: 991px) {
  .main-home .timetable-element .label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .main-home .timetable-element .label {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .main-home .timetable-element .label {
    font-size: 12px;
  }
}
.main-home .timetable-element .date,
.main-home .timetable-element .time,
.main-home .timetable-element .location {
  font-size: 16px;
  line-height: 1.45;
  position: relative;
}
.main-home .timetable-element .location {
  display: block;
}
.main-home .timetable-btn {
  font-size: 18px;
  line-height: 1.35;
  font-family: "Sofia Sans", sans-serif;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.3s;
  background-color: transparent;
  border: 1px solid var(--heading-color);
  color: var(--heading-color);
  width: 178px;
  padding: 12px;
  margin: 35px auto 0;
}
@media only screen and (max-width: 640px) {
  .main-home .timetable-btn {
    font-size: 16px;
  }
}
.main-home .timetable-btn:hover, .main-home .timetable-btn:focus, .main-home .timetable-btn:active {
  text-decoration: none;
  box-shadow: none;
}
.main-home .timetable-btn:hover, .main-home .timetable-btn.focus, .main-home .timetable-btn:active {
  color: var(--bg-color);
  background-color: var(--heading-color);
}
.main-home .news-section {
  padding: 60px 0;
}
.main-home .news-section .inner-wrapper {
  padding: 0 16px;
  margin: 0 auto;
  max-width: 1202px;
}
.main-home .news-grid-container {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 40px;
}
.main-home .news-grid-container .date-time-container {
  margin-top: 10px;
}
.main-home .piece-of-news {
  display: block;
  max-width: 565px;
}
.main-home .piece-of-news:hover {
  color: var(--heading-color);
  text-decoration: none !important;
}
.main-home .piece-of-news:hover .img-wrapper img {
  transform: scale(1.1);
}
.main-home .piece-of-news .img-wrapper {
  height: 324px;
  position: relative;
  overflow: hidden;
}
.main-home .piece-of-news .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: transform 0.3s;
}
.main-home .piece-of-news .info-container {
  padding: 16px;
}
.main-home .piece-of-news h3 {
  font-size: 30px;
  line-height: 1.25;
  font-weight: 1000;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .main-home .piece-of-news h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 640px) {
  .main-home .piece-of-news h3 {
    font-size: 23px;
  }
}
.main-home .piece-of-news .label {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 1;
  font-weight: 700;
  background-color: var(--heading-color);
  color: var(--bg-color);
  padding: 4px;
  width: fit-content;
  font-size: 14px;
  padding: 2px 4px;
}
@media only screen and (max-width: 991px) {
  .main-home .piece-of-news .label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .main-home .piece-of-news .label {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .main-home .piece-of-news .label {
    font-size: 12px;
  }
}
.main-home .piece-of-news .holder {
  margin-bottom: 16px;
}
.main-home .piece-of-news .date,
.main-home .piece-of-news .time,
.main-home .piece-of-news .location {
  font-size: 16px;
  line-height: 1.45;
  position: relative;
}
.main-home .piece-of-news .location {
  margin-top: 4px;
}
.main-home .piece-of-news p {
  font-size: 20px;
  line-height: 1.35;
  color: var(--text-color);
  margin: 13px 0 0;
}
@media only screen and (max-width: 991px) {
  .main-home .piece-of-news p {
    font-size: 18px;
  }
}
.main-home .about-us-section {
  text-align: center;
}
.main-home .about-us-section .inner-wrapper {
  padding: 0 16px;
}
.main-home .about-us-section p {
  max-width: 666px;
  margin: 24px auto 18px;
}
.main-home .campaign-section {
  position: relative;
  color: var(--white-static);
}
.main-home .campaign-section .cover-img,
.main-home .campaign-section .campaign-overlay {
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.main-home .campaign-section .campaign-overlay {
  background: linear-gradient(0deg, rgba(23, 205, 107, 0.7), rgba(23, 205, 107, 0.7));
  z-index: 1;
}
.main-home .campaign-section .section-heading {
  color: var(--white-static);
  max-width: 640px;
  margin: 0 auto 24px;
}
.main-home .campaign-section p {
  font-size: 28px;
  line-height: 1.25;
  font-family: "Cormac-ExtraLight", sans-serif;
  font-weight: 250;
  max-width: 930px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .main-home .campaign-section p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .main-home .campaign-section p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 640px) {
  .main-home .campaign-section p {
    font-size: 20px;
  }
}
.main-home .campaign-section .campaign-btn {
  margin: 56px auto 0;
}
.main-home .scholarship-info-section {
  padding: 130px 0 70px;
}
.main-home .scholarship-info-section .inner-wrapper {
  max-width: 1344px;
  margin: 0 auto;
  padding: 0 16px;
}
.main-home .scholarship-info-section .right {
  display: flex;
  justify-content: end;
}
.main-home .scholarship-info-section .section-heading {
  text-align: left;
  max-width: 736px;
}
.main-home .scholarship-info-section p {
  font-size: 18px;
  line-height: 1.35;
  max-width: 736px;
  margin-top: 15px;
}
@media only screen and (max-width: 640px) {
  .main-home .scholarship-info-section p {
    font-size: 16px;
  }
}
.main-home .scholarship-section {
  color: var(--bg-color);
  padding-bottom: 148px;
}
.main-home .scholarship-section .inner-wrapper {
  max-width: 1344px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
  display: flex;
  justify-content: end;
}
.main-home .scholarship-section .left-side {
  width: 489px;
  top: 30px;
  left: 16px;
  position: absolute;
}
.main-home .scholarship-section .img-wrapper {
  position: relative;
  z-index: 1;
  height: 657px;
  overflow: hidden;
}
.main-home .scholarship-section .img-wrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.main-home .scholarship-section .right-side {
  background-color: var(--link-color);
  width: 883px;
  padding: 190px 73px 165px 117px;
}
.main-home .scholarship-section .section-heading {
  text-align: left;
  color: var(--bg-color);
}
.main-home .scholarship-section p {
  font-size: 18px;
  line-height: 1.35;
  margin: 80px 0 0;
}
@media only screen and (max-width: 640px) {
  .main-home .scholarship-section p {
    font-size: 16px;
  }
}
.main-home .scholarship-section h3 {
  font-size: 30px;
  line-height: 1.25;
  color: var(--bg-color);
  margin: 8px 0 0;
}
@media only screen and (max-width: 767px) {
  .main-home .scholarship-section h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 640px) {
  .main-home .scholarship-section h3 {
    font-size: 23px;
  }
}
.main-home .scholarship-winners-section {
  padding: 32px 0 42px;
  background-color: var(--dark-bg-color);
  color: var(--white-static);
}
.main-home .scholarship-winners-section .inner-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
}
.main-home .scholarship-winners-section .section-heading {
  color: var(--white-static);
}
.main-home .scholarship-winners-section .winners-grid {
  margin-top: 84px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  column-gap: 13px;
  row-gap: 13px;
}
.main-home .scholarship-winners-section .winner-container {
  height: 142px;
  position: relative;
  overflow: hidden;
}
.main-home .scholarship-winners-section .winner-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.main-home .scholarship-winners-section .winner-container:nth-of-type(2n + 2) {
  margin-top: 68px;
}
.main-home .scholarship-winners-section p {
  font-size: 18px;
  line-height: 1.35;
  max-width: 720px;
  margin: 94px auto 0;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .main-home .scholarship-winners-section p {
    font-size: 16px;
  }
}
.main-home .scholarship-winners-section p a {
  cursor: pointer;
  color: var(--link-color);
  transition: all 0.15s ease;
  text-decoration: none;
}
.main-home .scholarship-winners-section p a:hover {
  text-decoration: underline;
  color: var(--link-hover-color);
}
.main-home .scholarship-winners-section p a.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.main-home .projects-section .wrapper {
  text-align: center;
  margin-top: 40px;
}
.main-home .projects-section .view-all-btn {
  font-size: 18px;
  line-height: 1.35;
  cursor: pointer;
  color: var(--link-color);
  transition: all 0.15s ease;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .main-home .projects-section .view-all-btn {
    font-size: 16px;
  }
}
.main-home .projects-section .view-all-btn:hover {
  text-decoration: underline;
  color: var(--link-hover-color);
}
.main-home .projects-section .view-all-btn.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

@media only screen and (max-width: 1440px) {
  .main-home .scholarship-winners-section .winner-container {
    height: 9.8611111111vw;
  }
}
@media only screen and (max-width: 1344px) and (min-width: 768px) {
  .main-home .scholarship-section {
    padding-bottom: 11.0119047619vw;
  }
  .main-home .scholarship-section h2 {
    font-size: 3.125vw;
  }
  .main-home .scholarship-section .inner-wrapper {
    max-width: 100vw;
    padding: 0 1.1904761905vw;
  }
  .main-home .scholarship-section .left-side {
    width: 36.3839285714vw;
    top: 2.2321428571vw;
    left: 1.1904761905vw;
  }
  .main-home .scholarship-section .img-wrapper {
    height: 48.8839285714vw;
  }
  .main-home .scholarship-section .right-side {
    width: 65.6994047619vw;
    padding: 14.1369047619vw 5.431547619vw 12.2767857143vw 8.7053571429vw;
  }
  .main-home .scholarship-section p {
    margin: 5.9523809524vw 0 0;
    font-size: 1.3392857143vw;
  }
  .main-home .scholarship-section h3 {
    font-size: 2.2321428571vw;
    margin: 0.5952380952vw 0 0;
  }
}
@media only screen and (max-width: 1202px) {
  .main-home .news-grid-container {
    column-gap: 16px;
    row-gap: 16px;
  }
  .main-home .piece-of-news .img-wrapper {
    height: 26.9550748752vw;
  }
}
@media only screen and (max-width: 991px) {
  .main-home .homepage-slide {
    height: 600px;
  }
  .main-home .homepage-slide .special-content-gallery {
    padding-left: 115px;
  }
  .main-home .homepage-slide .special-content-gallery::before {
    width: 80px;
    height: 68px;
  }
  .main-home .homepage-slider-video {
    width: 100%;
    height: 100%;
  }
  .main-home .homepage-video-link {
    display: block;
    height: 100%;
    background-color: var(--black-static);
  }
  .main-home .scholarship-winners-section .winners-grid {
    max-width: 500px;
    margin: 84px auto 0;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .main-home .scholarship-winners-section .winner-container {
    height: 162px;
  }
  .main-home .scholarship-winners-section .winner-container:nth-of-type(7) {
    margin-top: 68px;
  }
  .main-home .scholarship-winners-section .winner-container:nth-of-type(8) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .main-home {
    padding-top: 48px;
  }
  .main-home .main-slider-container {
    padding-bottom: 40px;
  }
  .main-home .homepage-slide {
    height: 400px;
  }
  .main-home .homepage-slide .content {
    padding: 0 16px;
    bottom: 12px;
  }
  .main-home .homepage-slide .special-content-gallery h3,
.main-home .homepage-slide .special-content-gallery p {
    padding-left: 70px;
  }
  .main-home .homepage-slide .special-content-gallery::before {
    width: 58px;
    height: 50px;
  }
  .main-home .homepage-slide h1,
.main-home .homepage-slide h3 {
    font-size: 25px;
    line-height: 1.25;
  }
  .main-home .homepage-slide p {
    font-weight: 400;
    font-size: 16px;
    margin: 0;
  }
  .main-home .homepage-slide .holder {
    margin-top: 0;
  }
  .main-home .homepage-slide .date,
.main-home .homepage-slide .time,
.main-home .homepage-slide .location {
    font-size: 16px;
    font-weight: 400;
  }
  .main-home .homepage-slide .location {
    margin-left: 0;
  }
  .main-home .homepage-slide .homepage-slider-btn {
    display: block;
    width: 100%;
    padding: 12px 8px;
    margin: 35px auto 0;
  }
  .main-home .homepage-slider-cover,
.main-home .homepage-slider-overlay {
    height: calc(100% - 70px);
  }
  .main-home .timetable-section {
    padding: 52px 0 32px;
  }
  .main-home .timetable-slider-container {
    margin-top: 16px;
  }
  .main-home .timetable-element {
    width: 176px;
  }
  .main-home .timetable-element .img-wrapper {
    height: 98px;
  }
  .main-home .timetable-element .info-container {
    padding: 8px 8px 8px;
  }
  .main-home .timetable-element h3 {
    font-size: 14px;
    line-height: 1.35;
    font-weight: 1000;
  }
  .main-home .timetable-element .holder {
    margin-top: 8px;
  }
  .main-home .timetable-btn {
    font-size: 18px;
    line-height: 135%;
    width: calc(100% - 32px);
    margin: 33px auto 0;
  }
  .main-home .news-section {
    padding: 24px 0;
  }
  .main-home .news-section .inner-wrapper {
    padding: 0;
  }
  .main-home .news-grid-container {
    margin-top: 32px;
    grid-template-columns: 1fr;
    row-gap: 16px;
  }
  .main-home .piece-of-news {
    max-width: 100%;
  }
  .main-home .piece-of-news .img-wrapper {
    height: 46.9361147327vw;
  }
  .main-home .piece-of-news h3 {
    font-size: 18px;
  }
  .main-home .piece-of-news .holder {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .main-home .piece-of-news p {
    font-size: 16px;
    margin: 14px 0 0;
  }
  .main-home .about-us-section {
    padding: 44px 0 60px;
  }
  .main-home .about-us-section p {
    margin: 24px auto 18px;
  }
  .main-home .about-us-section p strong {
    font-weight: 800;
  }
  .main-home .campaign-section .campaign-btn {
    margin-top: 32px;
  }
  .main-home .scholarship-info-section {
    padding: 80px 0 8px;
  }
  .main-home .scholarship-info-section .section-heading {
    text-align: left;
    max-width: 736px;
  }
  .main-home .scholarship-info-section p {
    margin-top: 8px;
  }
  .main-home .scholarship-section {
    padding-bottom: 80px;
  }
  .main-home .scholarship-section .inner-wrapper {
    padding: 0;
    display: block;
  }
  .main-home .scholarship-section .left-side {
    width: 100%;
    position: initial;
  }
  .main-home .scholarship-section .img-wrapper {
    height: 85.6584093872vw;
  }
  .main-home .scholarship-section .right-side {
    width: 100%;
    padding: 32px 16px;
  }
  .main-home .scholarship-section p {
    margin: 24px 0 0;
    font-size: 16px;
  }
  .main-home .scholarship-section h3 {
    font-size: 20px;
  }
  .main-home .scholarship-winners-section {
    padding: 56px 0;
  }
  .main-home .scholarship-winners-section .inner-wrapper {
    padding: 0 11px;
  }
  .main-home .scholarship-winners-section .winners-grid {
    max-width: 296px;
    margin-top: 24px;
    column-gap: 16px;
    row-gap: 8px;
  }
  .main-home .scholarship-winners-section .winner-container {
    height: 88px;
  }
  .main-home .scholarship-winners-section .winner-container:nth-of-type(2n + 2), .main-home .scholarship-winners-section .winner-container:nth-of-type(7) {
    margin-top: 42px;
  }
  .main-home .scholarship-winners-section .winner-container:nth-of-type(8) {
    margin-top: 0;
  }
  .main-home .scholarship-winners-section p {
    max-width: 720px;
    margin: 29px auto 0;
    font-size: 16px;
  }
  .main-home .projects-section .wrapper {
    margin-top: 20px;
  }
  .main-home .projects-section .view-all-btn {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .main-home .homepage-slide {
    height: 360px;
  }
  .main-home .homepage-slide .special-content-gallery h3,
.main-home .homepage-slide .special-content-gallery p {
    padding-left: 60px;
  }
  .main-home .homepage-slide .special-content-gallery::before {
    width: 48px;
    height: 41px;
  }
  .main-home .homepage-slide h1,
.main-home .homepage-slide h3 {
    font-size: 22px;
  }
  .main-home .homepage-slide .homepage-slider-btn {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .main-home .homepage-slide {
    height: 360px;
  }
  .main-home .homepage-slide .special-content-gallery h3,
.main-home .homepage-slide .special-content-gallery p {
    padding-left: 60px;
  }
  .main-home .homepage-slide .special-content-gallery::before {
    width: 48px;
    height: 41px;
  }
  .main-home .homepage-slide .homepage-slider-btn {
    font-size: 14px;
  }
  .main-home .piece-of-news .img-wrapper {
    height: 192px;
  }
  .main-home .scholarship-section .img-wrapper {
    height: 388px;
  }
}
/* Application form preview */
.app-form-preview .form--apply .form-control,
.app-form-preview .form--apply .form-control[disabled],
.app-form-preview .form--apply #dateOfBirth.form-control[disabled],
.app-form-preview .form--apply .form-control:active,
.app-form-preview .form--apply .form-control:focus,
.app-form-preview .form--apply .ql-toolbar.ql-snow,
.app-form-preview .form--apply .ql-container.ql-snow,
.app-form-preview .form--apply .ui-selectmenu-disabled.ui-selectmenu-button.ui-button {
  border-color: var(--light-bg-color);
}
.app-form-preview .form--apply .form-control[disabled],
.app-form-preview .form--apply #dateOfBirth.form-control[disabled],
.app-form-preview .form--apply .ui-selectmenu-disabled.ui-selectmenu-button.ui-button {
  background-color: var(--bg-color);
}
.app-form-preview .form--apply .ql-toolbar {
  display: none;
}
.app-form-preview .form--apply .ql-toolbar + .ql-container {
  border-top-width: 1px;
  border-top-style: solid;
}
.app-form-preview .rating-tab {
  text-decoration: underline;
  font-weight: 800;
}
.app-form-preview .uploaded-file {
  margin-top: 0;
  color: var(--link-color);
}
.app-form-preview .warning-msg {
  color: var(--red-color);
  font-size: 12px;
  white-space: break-spaces;
}
.app-form-preview .rating-group {
  padding: 5px 0;
}
.app-form-preview .rating {
  display: flex;
  justify-content: flex-start;
}
.app-form-preview .rating .rating-result {
  margin-top: 0;
}
.app-form-preview .rating .rating-stars-wrapper {
  cursor: pointer;
  display: flex;
  margin: 0 20px;
  line-height: 20px;
}
.app-form-preview .rating .rating-stars-wrapper:hover .rating-star .star {
  fill: var(--yellow-static) !important;
}
.app-form-preview .rating .rating-stars-wrapper .rating-star .star {
  fill: var(--bg-color);
}
.app-form-preview .rating .rating-stars-wrapper .rating-star:hover ~ .rating-star .star {
  fill: var(--bg-color) !important;
}
.app-form-preview .rating .filled svg .star {
  fill: var(--yellow-static) !important;
}
.app-form-preview .rating .unfilled svg .star {
  fill: var(--bg-color) !important;
}
.app-form-preview .error .rating {
  color: var(--red-color);
}
.app-form-preview .error .rating svg path {
  stroke: var(--red-color) !important;
}
.app-form-preview #quillArea {
  min-height: 200px;
}
.app-form-preview #comment-label {
  color: var(--heading-color);
  margin-bottom: 1rem;
  text-decoration: none;
  font-size: 18px;
  font-weight: initial;
}
.app-form-preview .save-btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.app-form-preview .display-file,
.app-form-preview .display-file-wrap {
  border: 1px solid var(--dark-border-color);
  overflow: hidden;
  width: 100%;
  max-width: 160px;
  height: 120px;
  display: inline-flex;
  flex-direction: column;
}
.app-form-preview .display-file .thumbnail,
.app-form-preview .display-file-wrap .thumbnail {
  position: relative;
  display: block;
  width: 100%;
  height: 85px;
  border-bottom: 1px solid var(--dark-border-color);
  overflow: hidden;
  cursor: pointer;
  background-color: var(--bg-color);
  text-decoration: none !important;
}
.app-form-preview .display-file .thumbnail-error,
.app-form-preview .display-file-wrap .thumbnail-error {
  width: 100%;
  font-size: 16px;
  text-align: center;
}
.app-form-preview .display-file .thumbnail-icon,
.app-form-preview .display-file-wrap .thumbnail-icon {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.app-form-preview .display-file .thumbnail-icon:before,
.app-form-preview .display-file-wrap .thumbnail-icon:before {
  color: var(--heading-color);
  font-size: 40px;
  text-decoration: none !important;
}
.app-form-preview .display-file .file-info-container,
.app-form-preview .display-file-wrap .file-info-container {
  text-align: center;
}
.app-form-preview .display-file .title,
.app-form-preview .display-file-wrap .title {
  font-size: 12px;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 5px 2px;
  cursor: pointer;
}
.app-form-preview .display-files-container {
  min-height: 100px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.app-form-preview .display-files-container .container-profile-picture {
  grid-template-columns: 100%;
}
.app-form-preview .display-files-container.container-media-files {
  grid-template-columns: 20% 20% 20% 20% 20%;
}
.app-form-preview .display-files-container .thumbnail::after, .app-form-preview .display-files-container .thumbnail::before {
  content: "";
  position: absolute;
  opacity: 0;
  transition: opacity 0.4s;
}
.app-form-preview .display-files-container .thumbnail::after {
  background-color: var(--black-static);
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
.app-form-preview .display-files-container .thumbnail:not(.is-downloadable)::before {
  color: var(--white-static) !important;
}
.app-form-preview .display-files-container .thumbnail.is-downloadable::before {
  content: "свали";
  line-height: 1;
}
.app-form-preview .display-files-container .thumbnail::before {
  color: var(--white-static);
  font-size: 20px;
  display: flex;
  width: fit-content;
  height: fit-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  background: none;
}
.app-form-preview .display-files-container .thumbnail:hover::before {
  opacity: 1;
}
.app-form-preview .display-files-container .thumbnail:hover::after {
  opacity: 0.8;
}
.app-form-preview .display-files-container .thumbnail img {
  max-width: calc(100% + 1px);
  position: absolute;
  width: calc(100% + 1px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.app-form-preview .display-files-container .thumbnail.other img, .app-form-preview .display-files-container .thumbnail.is-downloadable img {
  width: 35%;
}
.app-form-preview .external-video-link,
.app-form-preview .external-link {
  font-size: 16px;
  line-height: 1.45;
}
.app-form-preview .social-link-trigger {
  position: relative;
}

.preview-media-link {
  align-content: center;
  min-height: 48px;
  height: fit-content !important;
}
.preview-media-link a {
  word-break: break-all;
}

.title:hover {
  border-bottom: 0px solid transparent;
}

@media only screen and (max-width: 991px) {
  .app-form-preview .display-files-container {
    grid-template-columns: 1fr 1fr;
  }
  .app-form-preview .display-files-container .display-file,
.app-form-preview .display-files-container .display-file-wrap {
    width: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .application-form-preview .rating .rating-stars-wrapper {
    margin: 0 10px;
  }
}
/* Candidatures */
.filter_page_title {
  margin: 0;
  padding-bottom: 50px;
}

.filter_category {
  margin-bottom: 20px;
}
.filter_category > p,
.filter_category .form-check {
  display: inline-block;
  margin-right: 1.25rem;
  margin-bottom: 20px;
}
.filter_category .form-check {
  padding: 0;
}

.filter_check label,
.filter_check_status label {
  color: var(--label-color);
  line-height: 1.3;
}

.search-input-wrapper {
  position: relative;
}
.search-input-wrapper .search_button {
  background: var(--link-color);
  border: none;
  display: flex;
  align-items: center;
  padding: 8px 72px;
}
.search-input-wrapper .search-clear-button {
  position: absolute;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  right: 11rem;
  border-radius: 50%;
  background: var(--link-color);
  padding: 3px 4px;
  border: none;
}

.candidatures-table {
  font-size: 16px;
  line-height: 1.45;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid var(--dark-border-color);
  margin-bottom: 70px;
}
.candidatures-table .table-cell,
.candidatures-table .table-cell-no-data {
  padding: 8px;
}
.candidatures-table .table-head {
  background: var(--dark-border-color);
  color: var(--bg-color);
}
.candidatures-table .table-row {
  position: relative;
  border: 1px solid transparent;
  border-top-width: 2px;
  border-bottom-width: 0;
  border-left-color: var(--dark-border-color);
  border-right-color: var(--dark-border-color);
  border-top-color: var(--light-border-color);
  transition: border 0.1s ease;
}
.candidatures-table .table-row:first-of-type {
  border-top-color: transparent;
}
.candidatures-table .table-row .overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity 0.35s ease;
  opacity: 0;
  z-index: 2;
  background-color: transparent;
}
.candidatures-table .table-row .overlay .preview-candidature-button {
  position: relative;
  cursor: pointer;
  width: 100%;
  text-align: center;
}
.candidatures-table .table-row .overlay .preview-candidature-button:before {
  color: var(--white-static);
  font-size: 20px;
}
.candidatures-table .table-row:hover {
  border-color: var(--link-color);
  z-index: 1;
}
.candidatures-table .table-row:hover:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: var(--link-color);
}
.candidatures-table .table-row:hover .overlay {
  opacity: 1;
  background-color: var(--link-color);
}
.candidatures-table .table-row:hover .num-cell {
  color: transparent;
}
.candidatures-table .table-row.IN_PROGRESS {
  color: var(--dark-border-color);
}
.candidatures-table .table-row.IN_PROGRESS:hover {
  border-color: var(--yellow-static);
}
.candidatures-table .table-row.IN_PROGRESS:hover:after {
  background-color: var(--yellow-static);
}
.candidatures-table .table-row.IN_PROGRESS:hover .overlay {
  background-color: var(--yellow-static);
}
.candidatures-table .table-row.IN_PROGRESS:hover .notes-modal-button {
  color: var(--yellow-static);
}
.candidatures-table .num-head,
.candidatures-table .num-cell,
.candidatures-table .rating-head,
.candidatures-table .rating-cell,
.candidatures-table .notes-head,
.candidatures-table .notes-cell {
  text-align: center;
}
.candidatures-table .num-cell {
  position: relative;
}
.candidatures-table .notes-modal-button {
  background: none;
  border: none;
  color: var(--heading-color);
}
.candidatures-table .no-comments {
  opacity: 0.5;
  cursor: not-allowed;
}

.ratings-modal-body {
  max-height: 500px;
}
.ratings-modal-body .label-note {
  color: var(--heading-color);
}
.ratings-modal-body .row-comment p {
  margin-bottom: 0;
}
.ratings-modal-body .ratings-row:first-child {
  padding-bottom: 1rem;
}
.ratings-modal-body .ratings-row:not(:first-child) {
  border-top: 1px solid var(--light-border-color);
  padding: 1rem 0;
}

@media only screen and (max-width: 991px) {
  .filter_page_title {
    padding-bottom: 30px;
  }

  .filter_category p {
    width: 100%;
  }

  .section-filter .override-col-behavior {
    max-width: unset;
    flex: unset;
  }

  .candidatures-table {
    border: none;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 40px;
  }
  .candidatures-table .table-head {
    display: none;
  }
  .candidatures-table .table-cell-no-data {
    border: 1px solid var(--light-border-color);
  }
  .candidatures-table .num-head,
.candidatures-table .num-cell,
.candidatures-table .rating-head,
.candidatures-table .rating-cell,
.candidatures-table .notes-head {
    text-align: left;
  }
  .candidatures-table .listed_candidatures {
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .candidatures-table .listed_candidatures .single_candidature {
    margin-right: 0;
    margin-left: 0;
    border: 1px solid var(--dark-border-color);
    margin-bottom: 15px;
    width: 49%;
  }
  .candidatures-table .listed_candidatures .num-cell::before {
    content: "№: ";
  }
  .candidatures-table .listed_candidatures .name-cell::before {
    content: "Име: ";
  }
  .candidatures-table .listed_candidatures .genre-cell::before {
    content: "Жанр: ";
  }
  .candidatures-table .listed_candidatures .email-cell::before {
    content: "Имейл: ";
  }
  .candidatures-table .listed_candidatures .phone-cell::before {
    content: "Телефон: ";
  }
  .candidatures-table .listed_candidatures .rating-cell::before {
    content: "Рейтинг: ";
  }

  .notes-modal-button {
    padding: 0;
    color: var(--link-color);
  }
  .notes-modal-button::after {
    content: " бележки";
  }
}
@media only screen and (max-width: 576px) {
  .candidatures-table .listed_candidatures .single_candidature {
    width: 100%;
  }
}
/* Profile */
.profile-main .delete-user-btn-content {
  padding-top: 25px;
  padding-bottom: 25px;
}
.profile-main .delete-user-btn-content #delete-user-btn {
  border-color: unset;
}
.profile-main .delete-user-btn-content #delete-user-btn:hover {
  color: var(--white-static);
}

@media only screen and (max-width: 767px) {
  .profile-main #delete-user-view {
    border-top: 1px solid var(--form-border-color);
    border-bottom: 1px solid var(--form-border-color);
    margin-top: 0;
  }
}
/* Roles managing */
.roles-management .form__section {
  margin-bottom: 32px;
}
.roles-management .add-user-role-btn-container {
  display: flex;
}
.roles-management .add-user-role-btn-container button {
  align-self: end;
}
.roles-management .roles_table {
  font-size: 16px;
  border: 1px solid var(--dark-border-color);
}
.roles-management .roles_table .table-cell {
  padding: 8px;
}
.roles-management .roles_table .table-head {
  background: var(--dark-border-color);
  color: var(--bg-color);
}
.roles-management .roles_table .row:not(.table-head) {
  position: relative;
  transition: background-color 0.25s ease;
}
.roles-management .roles_table .row:not(.table-head):hover {
  color: var(--white-static);
}
.roles-management .roles_table .row:not(.table-head):hover [class^=col-] {
  background-color: var(--link-color);
}
.roles-management .roles_table .row:not(.table-head):hover .table-cell:not(:last-child) {
  border-right: 1px solid var(--link-color);
  transition: border-color 0.5s;
}
.roles-management .roles_table .row:not(.table-head) .table-cell:not(:last-child) {
  border-right: 1px solid var(--light-border-color);
}
.roles-management .roles_table .row:not(.table-head) .delete-row {
  cursor: pointer;
  transition: filter 0.15s ease;
}
.roles-management .roles_table .row:not(.table-head) .delete-row:hover {
  filter: invert(1);
}
.roles-management .roles_table .row:not(.table-head):not(:last-child) .table-cell {
  border-bottom: 1px solid var(--light-border-color);
}

.modal .buttons-holder {
  margin-top: 23px;
  display: flex;
  justify-content: space-evenly;
}

@media only screen and (max-width: 991px) {
  .roles-management .table-head :last-child {
    font-size: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .roles-management .form__section .flex-wrap-none {
    flex-wrap: unset;
  }
  .roles-management .add-user-role-btn-container {
    flex-shrink: 4;
  }
  .roles-management .roles_table .row:not(.table-head) {
    border-bottom: 1px solid var(--light-border-color);
  }
  .roles-management .roles_table .row:not(.table-head):not(:last-child) .table-cell {
    border-bottom: none;
  }
}
@media only screen and (max-width: 576px) {
  .roles-management .roles_table {
    border: none;
  }
  .roles-management .roles_table .table-head {
    display: none;
  }
  .roles-management .roles_table .row {
    text-align: center;
  }
  .roles-management .roles_table .row:not(.table-head) {
    border: 1px solid var(--dark-border-color);
  }
  .roles-management .roles_table .row:not(.table-head):not(:last-child) .table-cell {
    border-bottom: none;
  }
  .roles-management .roles_table .row + .row {
    margin-top: 20px;
  }
}
/* Scholarship */
.section-faq {
  padding-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .section-faq {
    padding-bottom: 40px;
  }
}
.section-faq .faq-accordion {
  font-size: 20px;
  line-height: 1.35;
  cursor: pointer;
  padding: 18px 40px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.35s all ease;
  position: relative;
  background-color: var(--bg-color);
  color: var(--heading-color);
}
@media only screen and (max-width: 991px) {
  .section-faq .faq-accordion {
    font-size: 18px;
  }
}
.section-faq .faq-accordion::before {
  font-size: 70%;
  width: auto;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.section-faq .faq-accordion:not(.active):hover {
  background-color: var(--heading-color);
  color: var(--bg-color);
}
.section-faq .faq-accordion.active {
  background-color: var(--link-color);
  color: var(--white-static);
}
.section-faq .faq-accordion.active::before {
  transform: translateY(-50%) rotate(180deg);
}
.section-faq .faq-panel {
  margin: 0 18px;
  border-bottom: 1px solid var(--light-border-color);
  background-color: var(--bg-color);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-size: 20px;
}
.section-faq .faq-panel .faq-par {
  padding: 20px;
}
.section-faq .show-more-faq {
  cursor: pointer;
  color: var(--link-color);
  transition: all 0.15s ease;
  text-decoration: none;
  font-weight: 600;
  padding: 20px;
}
.section-faq .show-more-faq:hover {
  text-decoration: underline;
  color: var(--link-hover-color);
}
.section-faq .show-more-faq.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.section-faq .faq-more {
  display: none;
}
.section-faq .faq-more.show {
  display: block;
}

.scholarship-page .scholars-names-para {
  max-width: 607px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  font-size: 20px;
  padding-left: 40px;
}
.scholarship-page .scholars-names-para::before {
  content: "";
  background: url(/site/webfiles/latest/images/svg/ico-person3.svg) top center no-repeat;
  background-size: 100%;
  fill: #e58b49;
  width: 26px;
  height: 32px;
  position: absolute;
  left: 0;
  top: -5px;
}
.scholarship-page .video-cover-section {
  padding-top: 40px;
}
.scholarship-page .video-cover-container {
  position: relative;
  padding-bottom: 45.85%;
}
.scholarship-page .scholarship-video-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.scholarship-page .main-static-cover {
  width: 100%;
  object-fit: cover;
}
.scholarship-page .video-container {
  position: relative;
  overflow: hidden;
  width: 560px;
  height: 360px;
  max-width: 100%;
}
.scholarship-page .video-container video {
  clip-path: inset(2px 2px);
  width: 100%;
  height: 100%;
}
.scholarship-page .video-container.budget {
  width: 542px;
  height: 360px;
}
.scholarship-page .video-container.budget video {
  width: 542px;
  height: 364px;
}
.scholarship-page .scholarship-winners-section {
  padding: 64px 0;
}
.scholarship-page .scholarship-winners-section .content-container {
  margin-top: 96px;
}
.scholarship-page .scholarship-winners-section h3 {
  font-size: 30px;
  line-height: 1.25;
  margin: 50px 0 0;
}
@media only screen and (max-width: 767px) {
  .scholarship-page .scholarship-winners-section h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 640px) {
  .scholarship-page .scholarship-winners-section h3 {
    font-size: 23px;
  }
}
.scholarship-page .scholarship-winners-section h3:first-of-type {
  margin-top: 0;
}
.scholarship-page .scholarship-winners-section .scholarship-period {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
}
.scholarship-page .scholarship-btn-wrapper {
  text-align: center;
  margin-top: 40px;
}
.scholarship-page .scholarship-btn-wrapper .global-scholarship-apply-btn {
  width: fit-content;
  background-color: var(--link-color);
  color: var(--white-static);
  padding: 12px 15px;
  line-height: 1.6;
}
.scholarship-page .scholarship-btn-wrapper .global-scholarship-apply-btn:hover {
  border: 1px solid var(--link-color);
  color: var(--link-color);
  background-color: var(--white-static);
}
.scholarship-page .btn-container {
  padding: 24px;
  text-align: center;
}

@media only screen and (max-width: 1080px) and (min-width: 991px) {
  .scholarship-page .video-container.special video {
    margin-left: -30px;
  }
  .scholarship-page .video-container.budget video {
    width: 543px;
    max-width: 100%;
    margin-left: -15px;
  }
}
@media only screen and (max-width: 991px) {
  .scholarship-page .scholarship-winners-section {
    padding: 64px 0 20px;
  }
  .scholarship-page .scholarship-winners-section .content-container {
    margin-top: 76px;
  }
}
@media only screen and (max-width: 767px) {
  .scholarship-page .video-cover-section {
    padding-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .scholarship-page .scholars-names-para {
    font-size: 16px;
    padding-left: 0;
    padding-top: 50px;
  }
  .scholarship-page .scholars-names-para::before {
    content: "";
    width: 32px;
    height: 37px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
  .scholarship-page .scholarship-winners-section {
    padding: 44px 0 20px;
  }
  .scholarship-page .scholarship-winners-section .content-container {
    margin-top: 56px;
  }
}
@media only screen and (max-width: 576px) {
  .scholarship-page .video-container {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 62.5vw;
  }
  .scholarship-page .video-container video {
    clip-path: inset(2px 2px);
  }
  .scholarship-page .video-container.budget {
    width: 100vw;
    height: 62.5vw;
  }
  .scholarship-page .video-container.budget video {
    width: 100%;
    height: 100%;
  }
}
.framed-y25 {
  background-color: var(--white-static);
  border: 1px solid var(--black-static);
}

.main-donation .banner-donation {
  height: 600px;
}
@media only screen and (max-width: 991px) {
  .main-donation .banner-donation {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .main-donation .banner-donation {
    height: 350px;
  }
}
@media only screen and (max-width: 640px) {
  .main-donation .banner-donation {
    height: 250px;
  }
}
.main-donation .donation-type-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 3;
  bottom: 1px;
  position: absolute;
  width: 100%;
}
.main-donation .donation-type-container .nav-tabs {
  flex-grow: 1;
  max-width: 820px;
  margin: 0 auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.main-donation .pay-buttons-container {
  z-index: 3;
  position: fixed;
  top: 327px;
  width: 104.4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.main-donation .pay-buttons-container.slide-from-right {
  right: 0;
  animation: 0.4s from-right ease-in-out;
}
.main-donation .pay-buttons-container .title {
  font-size: 14px;
  line-height: 110%;
  color: var(--heading-color);
  background-color: var(--bg-color);
  margin: 8px 0px;
  padding: 8px;
}
.main-donation .pay-buttons-container .title.title-bottom-navigation {
  display: none;
}
.main-donation .pay-buttons-container .pay-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 76.8px;
  height: 76.8px;
  margin-top: 2px;
  color: var(--bg-color);
}
.main-donation .pay-buttons-container .pay-button.paypal {
  background-color: var(--yellow-static);
}
.main-donation .pay-buttons-container .pay-button.paypal form img {
  display: none;
}
.main-donation .pay-buttons-container .pay-button.bank {
  background-color: var(--red-color);
}
.main-donation .pay-buttons-container .pay-button img {
  width: 24px;
  height: 24px;
}
.main-donation .pay-buttons-container .pay-button span {
  display: block;
  font-size: 14px;
  line-height: 110%;
  margin-top: 4px;
}
@media only screen and (max-width: 991px) {
  .main-donation .pay-buttons-container {
    top: unset;
    bottom: 0;
    right: 0;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: var(--heading-color) !important;
  }
  .main-donation .pay-buttons-container.slide-from-right {
    top: auto;
    animation: 0.4s from-bottom ease-in-out;
  }
  .main-donation .pay-buttons-container .title {
    display: none;
    width: 100%;
    margin: 0;
  }
  .main-donation .pay-buttons-container .title.title-bottom-navigation {
    display: flex;
    justify-content: center;
  }
  .main-donation .pay-buttons-container .pay-button {
    margin-top: 0;
    background-color: var(--heading-color) !important;
    width: 50%;
    -webkit-filter: grayscale(100%);
    /* Chrome, Safari, Opera */
    filter: grayscale(100%);
  }
}
.main-donation .container-form .donate-title-mobile {
  display: none;
  margin-bottom: 18px;
}
.main-donation .container-form p {
  font-size: 20px;
  line-height: 1.35;
}
@media only screen and (max-width: 991px) {
  .main-donation .container-form p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .main-donation .container-form .donate-title-mobile {
    display: block;
  }
  .main-donation footer.mobile-margin-bottom {
    margin-bottom: 106.2px;
  }
}

.main-artist-list .year-title {
  margin: 100px 0;
}
.main-artist-list .artist-list-section {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 40px;
  padding: 0 64px;
  margin-bottom: 100px;
}
.main-artist-list .artist-list-section .artist-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  height: 506px;
  text-decoration: none;
  max-width: 250px;
}
.main-artist-list .artist-list-section .artist-container:nth-child(2n) {
  justify-content: flex-end;
}
.main-artist-list .artist-list-section .artist-container:last-child {
  height: unset;
}
.main-artist-list .artist-list-section .artist-container:hover .image img {
  scale: 1.1;
}
.main-artist-list .artist-list-section .artist-container .image {
  cursor: pointer;
  width: 250px;
  max-height: 250px;
  margin-bottom: 1em;
  align-content: center;
  overflow: hidden;
}
.main-artist-list .artist-list-section .artist-container .image img {
  transition: 0.35s scale ease;
  scale: 1;
}
.main-artist-list .artist-list-section .artist-container h2 {
  cursor: pointer;
  word-break: break-word;
  white-space: pre-line;
  margin: 0;
}
.main-artist-list .artist-list-section .artist-container span {
  cursor: pointer;
  font-size: 16px;
  line-height: 135%;
  letter-spacing: 0.02em;
  color: var(--heading-color);
  margin: 0;
  text-transform: lowercase;
}
@media only screen and (max-width: 991px) {
  .main-artist-list .year-title {
    font-size: 60px;
  }
  .main-artist-list .artist-list-section {
    gap: 26px;
    padding: 0 32px;
  }
  .main-artist-list .artist-list-section .artist-container {
    height: unset;
    margin-bottom: 36px;
  }
  .main-artist-list .artist-list-section .artist-container:nth-child(2n) {
    justify-content: unset;
  }
}
@media only screen and (max-width: 767px) {
  .main-artist-list .artist-list-section {
    gap: 13px;
    padding: 0 16px;
    margin-bottom: 64px;
  }
  .main-artist-list .artist-list-section .artist-container:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .main-artist-list .artist-list-section {
    gap: 6.5px;
    padding: 0 8px;
  }
}

.artist-inner-page {
  padding-bottom: 150px;
}
.artist-inner-page .inner-wrapper {
  max-width: 1016px;
  padding: 0 16px;
  margin: 0 auto;
}
.artist-inner-page .artist-bio-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.artist-inner-page .artist-bio-container .img-wrapper {
  width: 500px;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.artist-inner-page .artist-bio-container .img-wrapper img {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.artist-inner-page h1 {
  font-size: 42px;
  line-height: 1.2;
  font-style: normal;
  line-height: 110%;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .artist-inner-page h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .artist-inner-page h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 640px) {
  .artist-inner-page h1 {
    font-size: 26px;
  }
}
.artist-inner-page h1 span {
  display: block;
}
.artist-inner-page .bio-container {
  margin-left: 48px;
  max-width: 436px;
}
.artist-inner-page .bio-container p {
  font-size: 16px;
  line-height: 1.45;
  margin: 8px 0 0;
}
.artist-inner-page .bio-container p:first-of-type {
  margin-top: 0;
}
.artist-inner-page .anchors-container,
.artist-inner-page .social-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
}
.artist-inner-page .anchors-container a,
.artist-inner-page .social-container a {
  color: var(--heading-color);
}
.artist-inner-page .anchors-container a:hover, .artist-inner-page .anchors-container a:focus, .artist-inner-page .anchors-container a:active,
.artist-inner-page .social-container a:hover,
.artist-inner-page .social-container a:focus,
.artist-inner-page .social-container a:active {
  color: var(--link-color);
}
.artist-inner-page .anchors-container {
  font-size: 28px;
  margin-top: 16px;
}
.artist-inner-page .social-container {
  font-size: 32px;
  margin-top: 20px;
}
.artist-inner-page h2 {
  font-size: 42px;
  line-height: 1.2;
  padding-left: 78px;
  padding-right: 85px;
  margin: 0;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .artist-inner-page h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .artist-inner-page h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 640px) {
  .artist-inner-page h2 {
    font-size: 26px;
  }
}
.artist-inner-page h2::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 90%;
}
.artist-inner-page .text-container {
  padding-left: 78px;
  padding-right: 85px;
}
.artist-inner-page .text-container p {
  margin: 30px 0 0;
}
.artist-inner-page .text-container p:first-of-type {
  margin-top: 16px;
}
.artist-inner-page .media-slider-container {
  margin-top: 60px;
}
.artist-inner-page .media-slider-container a {
  display: block;
}
.artist-inner-page .media-slider-container .splide__slide img {
  width: 100%;
  height: auto;
  max-height: 21.3vw;
  object-fit: cover;
}
.artist-inner-page .video-section .splide__arrow {
  background: none;
}
.artist-inner-page .video-section .splide__arrow--prev {
  left: -50px;
}
.artist-inner-page .video-section .splide__arrow--next {
  right: -50px;
}
.artist-inner-page .video-gallery {
  margin-top: 42px;
}
.artist-inner-page .main-video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.artist-inner-page .main-video-cover {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
}
.artist-inner-page iframe,
.artist-inner-page embed,
.artist-inner-page video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.artist-inner-page .additional-videos-container {
  margin-top: 19px;
}
.artist-inner-page .additional-video,
.artist-inner-page .additional-video-container {
  display: block;
  width: 184px;
  height: 104px;
  position: relative;
  overflow: hidden;
}
.artist-inner-page .additional-video img,
.artist-inner-page .additional-video-container img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.artist-inner-page .external-links a {
  cursor: pointer;
  color: var(--link-color);
  transition: all 0.15s ease;
  text-decoration: none;
}
.artist-inner-page .external-links a:hover {
  text-decoration: underline;
  color: var(--link-hover-color);
}
.artist-inner-page .external-links a.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.artist-inner-page .external-links .text-container {
  margin-top: 40px;
}
.artist-inner-page .partners-logos {
  padding-bottom: 50px;
}
.artist-inner-page .contact-artist-content {
  display: none;
}
.artist-inner-page .contact-artist-content .move-away {
  position: absolute;
  width: 20px;
  bottom: 8000px;
}
.artist-inner-page .contact-artist-content .hide {
  visibility: hidden;
}
.artist-inner-page form {
  margin-top: 16px;
  padding-left: 78px;
  padding-right: 85px;
}
.artist-inner-page textarea {
  font-size: 16px;
  line-height: 1.45;
  height: 48px;
  border-radius: 0;
  background-color: var(--bg-color);
  border: 1px solid var(--input-border-color);
  display: inline-flex;
  padding: 8px 25px 8px 15px;
  color: var(--heading-color);
  caret-color: currentColor;
  display: block;
  width: 100%;
  height: 200px;
  resize: none;
  padding: 10px 15px;
}
.artist-inner-page textarea:focus {
  border-color: var(--input-border-focus-color);
  box-shadow: none;
}
.artist-inner-page textarea span {
  display: inline-flex;
  align-self: center;
}
.artist-inner-page .form-input {
  font-size: 16px;
  line-height: 1.45;
  height: 48px;
  border-radius: 0;
  background-color: var(--bg-color);
  border: 1px solid var(--input-border-color);
  display: inline-flex;
  padding: 8px 25px 8px 15px;
  color: var(--heading-color);
  caret-color: currentColor;
  width: 100%;
  margin-bottom: 20px;
  padding: 5px 15px;
}
.artist-inner-page .form-input:focus {
  border-color: var(--input-border-focus-color);
  box-shadow: none;
}
.artist-inner-page .form-input span {
  display: inline-flex;
  align-self: center;
}
.artist-inner-page .artist-message-submit,
.artist-inner-page .form-btn-toggler {
  font-size: 18px;
  line-height: 1.35;
  font-family: "Sofia Sans", sans-serif;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.3s;
  background-color: var(--heading-color) !important;
  border: 1px solid var(--heading-color) !important;
  color: var(--bg-color) !important;
  width: 172px;
  font-weight: 700;
  margin: 16px auto 0;
  padding: 19px 16px;
}
@media only screen and (max-width: 640px) {
  .artist-inner-page .artist-message-submit,
.artist-inner-page .form-btn-toggler {
    font-size: 16px;
  }
}
.artist-inner-page .artist-message-submit:hover, .artist-inner-page .artist-message-submit:focus, .artist-inner-page .artist-message-submit:active,
.artist-inner-page .form-btn-toggler:hover,
.artist-inner-page .form-btn-toggler:focus,
.artist-inner-page .form-btn-toggler:active {
  text-decoration: none;
  box-shadow: none;
}
.artist-inner-page .artist-message-submit:hover, .artist-inner-page .artist-message-submit.focus, .artist-inner-page .artist-message-submit:active, .artist-inner-page .artist-message-submit:not(:disabled):not(.disabled).hover, .artist-inner-page .artist-message-submit:not(:disabled):not(.disabled):hover, .artist-inner-page .artist-message-submit:not(:disabled):not(.disabled).active, .artist-inner-page .artist-message-submit:not(:disabled):not(.disabled):active,
.artist-inner-page .form-btn-toggler:hover,
.artist-inner-page .form-btn-toggler.focus,
.artist-inner-page .form-btn-toggler:active,
.artist-inner-page .form-btn-toggler:not(:disabled):not(.disabled).hover,
.artist-inner-page .form-btn-toggler:not(:disabled):not(.disabled):hover,
.artist-inner-page .form-btn-toggler:not(:disabled):not(.disabled).active,
.artist-inner-page .form-btn-toggler:not(:disabled):not(.disabled):active {
  background-color: var(--bg-color) !important;
  border: 1px solid var(--heading-color) !important;
  color: var(--heading-color) !important;
}
.artist-inner-page .artist-message-submit.disable, .artist-inner-page .artist-message-submit.disabled,
.artist-inner-page .form-btn-toggler.disable,
.artist-inner-page .form-btn-toggler.disabled {
  border-color: var(--form-border-color);
  color: var(--form-border-color);
  background-color: var(--white-static);
}
.artist-inner-page .form-btn-toggler {
  margin-top: 56px;
}
@media only screen and (min-width: 1114px) {
  .artist-inner-page .inner-wrapper {
    max-width: 1114px;
    padding: 0 65px;
  }
}
@media screen and (max-width: 1114px) {
  .artist-inner-page .video-section .inner-wrapper {
    padding: 0 16px;
  }
  .artist-inner-page .video-section .video-gallery {
    padding: 0 49px;
  }
  .artist-inner-page .additional-video,
.artist-inner-page .additional-video-container {
    width: 16.51vw;
    height: 9.33vw;
  }
}
@media screen and (max-width: 991px) {
  .artist-inner-page .artist-bio-container {
    display: block;
  }
  .artist-inner-page .artist-bio-container .img-wrapper {
    margin: 0 auto;
  }
  .artist-inner-page .bio-container {
    margin: 24px auto 0;
    max-width: 500px;
  }
  .artist-inner-page .media-slider-container .splide__slide img {
    max-height: 32vw;
  }
}
@media screen and (max-width: 767px) {
  .artist-inner-page {
    padding-top: 78px;
    padding-bottom: 100px;
  }
  .artist-inner-page .artist-bio-container {
    max-width: 254px;
    margin: 0 auto;
  }
  .artist-inner-page .artist-bio-container .img-wrapper {
    width: 100%;
    height: 254px;
  }
  .artist-inner-page .bio-container {
    max-width: 100%;
    margin-top: 16px;
  }
  .artist-inner-page .bio-container p {
    font-size: 14px;
    line-height: 110%;
  }
  .artist-inner-page .anchors-container {
    margin-top: 26px;
  }
  .artist-inner-page h2 {
    font-size: 20px;
    padding: 7px 16px 7px 30px;
    line-height: 100%;
  }
  .artist-inner-page h2::before {
    top: 22px;
    width: 27px;
    height: 27px;
  }
  .artist-inner-page h2.media::before {
    width: 32px;
  }
  .artist-inner-page h2.file::before {
    width: 21px;
  }
  .artist-inner-page .text-container {
    margin-top: 26px;
    padding-left: 0;
    padding-right: 0;
  }
  .artist-inner-page .text-container p {
    font-size: 16px;
    margin: 16px 0 0;
  }
  .artist-inner-page .media-slider-container {
    margin-top: 30px;
  }
  .artist-inner-page .video-gallery {
    margin-top: 30px;
  }
  .artist-inner-page .main-video-container {
    display: none;
  }
  .artist-inner-page .additional-videos-container {
    margin-top: 0;
    padding-bottom: 30px;
  }
  .artist-inner-page .additional-video,
.artist-inner-page .additional-video-container {
    width: 100%;
    padding-top: 56.25%;
    height: initial;
  }
  .artist-inner-page .additional-video {
    position: absolute;
    top: 0;
    left: 0;
  }
  .artist-inner-page .splide__pagination {
    bottom: -28px;
  }
  .artist-inner-page form {
    padding: 0;
    font-size: 16px;
  }
  .artist-inner-page textarea {
    height: 150px;
  }
  .artist-inner-page .form-input {
    margin-bottom: 16px;
  }
  .artist-inner-page .artist-message-submit,
.artist-inner-page .form-btn-toggler {
    width: 108px;
    font-size: 14px;
    line-height: 110%;
    padding: 23px 16px;
  }
}
@media screen and (max-width: 480px) {
  .artist-inner-page .media-slider-container .splide__slide img {
    max-height: 38vw;
  }
}

.goverlay,
.glightbox-mobile .goverlay {
  background: var(--heading-static);
}

.projects-page .inner-wrapper {
  padding: 0 35px;
  max-width: 1362px;
  margin: 0 auto;
}
.projects-page .projects-list-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 16px;
  row-gap: 32px;
  margin-top: 96px;
}
@media only screen and (max-width: 1362px) and (min-width: 992px) {
  .projects-page .inner-wrapper {
    padding: 0 2.5697503671vw;
  }
  .projects-page .projects-list-container {
    column-gap: 1.174743025vw;
    row-gap: 2.3494860499vw;
    margin-top: 7.0484581498vw;
  }
}
@media only screen and (max-width: 991px) {
  .projects-page .inner-wrapper {
    padding: 0 16px;
  }
  .projects-page .projects-list-container {
    grid-template-columns: 1fr 1fr;
    max-width: 856px;
    margin: 96px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .projects-page h1 {
    font-size: 25px;
    line-height: 125%;
  }
  .projects-page .projects-list-container {
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
    margin-top: 24px;
    max-width: 593px;
  }
}
@media only screen and (max-width: 640px) {
  .projects-page .projects-list-container {
    grid-template-columns: 1fr;
    max-width: 288px;
  }
}

.projects-pagination {
  display: flex;
  justify-content: center;
  width: 350px;
  margin: 112px auto 0;
  color: var(--heading-color);
}
.projects-pagination li {
  width: 53px;
  margin: 0 7px;
  text-align: center;
}
.projects-pagination li:first-of-type {
  margin-left: 0;
}
.projects-pagination li:last-of-type {
  margin-right: 0;
}
.projects-pagination [class*=icon] {
  font-size: 70%;
}
.projects-pagination a,
.projects-pagination span {
  font-size: 18px;
  line-height: 1.35;
  width: 100%;
  display: block;
  text-align: center;
  padding: 13px 0;
  transition: color 0.3s;
}
@media only screen and (max-width: 640px) {
  .projects-pagination a,
.projects-pagination span {
    font-size: 16px;
  }
}
.projects-pagination a:hover {
  color: var(--link-color);
}
.projects-pagination .pagination-control {
  padding-top: 10px;
}
.projects-pagination .prev {
  margin-right: 25px;
}
.projects-pagination .next {
  margin-left: 25px;
}
@media only screen and (max-width: 767px) {
  .projects-pagination {
    margin-top: 70px;
    width: 300px;
  }
  .projects-pagination li {
    width: 45px;
    margin: 0 5px;
  }
  .projects-pagination a,
.projects-pagination span {
    padding: 9px 0;
    font-size: 16px;
  }
  .projects-pagination .pagination-control {
    padding-top: 7px;
  }
  .projects-pagination .prev {
    margin-right: 20px;
  }
  .projects-pagination .next {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .projects-pagination {
    margin-top: 40px;
    width: 288px;
  }
  .projects-pagination li {
    width: 40px;
  }
  .projects-pagination a,
.projects-pagination span {
    padding: 8px 0;
    font-size: 14px;
  }
  .projects-pagination .pagination-control {
    padding-top: 7px;
  }
  .projects-pagination .prev {
    margin-right: 15px;
  }
  .projects-pagination .next {
    margin-left: 15px;
  }
}

.events-list-page .events-list-section {
  color: var(--heading-color);
}
.events-list-page .events-filter-container {
  display: none;
}
.events-list-page .events-filter-top {
  margin-top: 57px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .events-list-page .events-filter-top {
    justify-content: center;
    max-width: 360px;
    margin: 57px auto 0;
  }
}
@media only screen and (max-width: 480px) {
  .events-list-page .events-filter-top {
    margin-top: 24px;
  }
}
.events-list-page .events-filter-top .events-select-toggler {
  font-size: 16px;
  line-height: 1.45;
  color: var(--text-color);
  margin: 0;
}
.events-list-page .events-filter-top .events-select-toggler::before {
  display: none;
}
.events-list-page .events-filter-top .select-container {
  width: 200px;
  margin-left: 16px;
}
.events-list-page .events-filter-top .selects-holder {
  display: flex;
}
.events-list-page .events-clear-filter {
  font-size: 18px;
  line-height: 1.35;
  display: none;
  margin-left: 16px;
  width: 107px;
  font-weight: 700;
  text-align: center;
  background-color: var(--link-color);
  color: var(--white-static);
  padding: 12px 0;
}
@media only screen and (max-width: 640px) {
  .events-list-page .events-clear-filter {
    font-size: 16px;
  }
}
.events-list-page .events-clear-filter:hover {
  color: var(--white-static);
}
@media only screen and (max-width: 991px) {
  .events-list-page .events-clear-filter {
    margin-left: 0;
    margin-top: 16px;
    width: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .events-list-page .events-clear-filter {
    margin-top: 24px;
    width: 100%;
  }
}
.events-list-page .events-active-filter-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .events-list-page .events-active-filter-container {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .events-list-page .events-active-filter-container {
    margin-top: 24px;
  }
}
.events-list-page .events-active-filter-container .active-filter {
  margin-left: 8px;
  margin-top: 8px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.events-list-page .events-active-filter-container .label {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 1;
  font-weight: 700;
  background-color: var(--heading-color);
  color: var(--bg-color);
  padding: 4px;
  width: fit-content;
  padding: 8px;
}
@media only screen and (max-width: 991px) {
  .events-list-page .events-active-filter-container .label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .events-list-page .events-active-filter-container .label {
    font-size: 12px;
  }
}
.events-list-page .events-active-filter-container .event-delete-filter {
  color: var(--midgrey-static);
  background-size: 100%;
  width: 16px;
  height: 16px;
}
.events-list-page .events-list-container {
  margin-top: 72px;
}
@media only screen and (max-width: 767px) {
  .events-list-page .events-list-container {
    margin-top: 32px;
  }
}
.events-list-page .date-heading {
  color: var(--grey-static);
  margin: 32px 0;
}
@media only screen and (max-width: 991px) {
  .events-list-page .events-filter-top .events-select-toggler {
    font-size: 16px;
    line-height: 1.45;
    height: 48px;
    border-radius: 0;
    background-color: var(--bg-color);
    border: 1px solid var(--input-border-color);
    display: inline-flex;
    padding: 8px 25px 8px 15px;
    color: var(--heading-color);
    caret-color: currentColor;
    position: relative;
    width: 100%;
    text-align: left;
    padding: 12px 28px 12px 15px;
    cursor: pointer;
  }
  .events-list-page .events-filter-top .events-select-toggler:focus {
    border-color: var(--input-border-focus-color);
    box-shadow: none;
  }
  .events-list-page .events-filter-top .events-select-toggler span {
    display: inline-flex;
    align-self: center;
  }
  .events-list-page .events-filter-top .events-select-toggler::before {
    display: inline-flex;
    width: auto;
    right: 10px;
    top: 16px;
    left: auto;
    position: absolute;
    transition: transform 0.3s;
  }
  .events-list-page .events-filter-top .events-select-toggler.opened::before {
    transform: rotate(180deg);
  }
  .events-list-page .events-filter-top .selects-holder {
    display: none;
    width: 100%;
  }
  .events-list-page .events-filter-top .select-container {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .events-list-page .date-heading {
    margin: 16px 0;
  }
}

.event-holder {
  position: relative;
  transition: background-color 0.3s;
}
.event-holder + .event-holder {
  margin-top: 36px;
}
@media only screen and (max-width: 991px) {
  .event-holder + .event-holder {
    padding-top: 36px;
    border-top: 1px solid var(--form-border-color);
  }
}
.event-holder * {
  color: var(--heading-color);
  transition: color 0.3s;
}
.event-holder:first-of-type {
  margin-top: 0;
}
.event-holder:hover {
  background-color: var(--heading-color);
}
.event-holder:hover * {
  text-decoration: none !important;
  color: var(--bg-color);
}
.event-holder:hover .event-tickets-btn {
  color: var(--black-static);
  border: 1px solid var(--black-static);
}
.event-holder .event-tickets-btn {
  font-family: "Sofia Sans", sans-serif;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.3s;
  font-size: 18px;
  line-height: 1.35;
  width: 172px;
  padding: 12px 16px;
  bottom: 50px;
  right: 24px;
  color: var(--heading-static);
  background-color: var(--white-static);
  border: 1px solid var(--heading-color);
  position: absolute;
  z-index: 2;
}
.event-holder .event-tickets-btn:hover, .event-holder .event-tickets-btn:focus, .event-holder .event-tickets-btn:active {
  text-decoration: none;
  box-shadow: none;
}
@media only screen and (max-width: 640px) {
  .event-holder .event-tickets-btn {
    font-size: 16px;
  }
}
.event-holder .event-tickets-btn:hover {
  color: var(--white-static) !important;
  background-color: var(--link-color);
  border: 1px solid var(--link-color) !important;
}
@media only screen and (max-width: 991px) {
  .event-holder .event-tickets-btn {
    position: relative;
    bottom: auto;
    right: 16px;
    left: calc(100% - 188px);
  }
}
@media only screen and (max-width: 640px) {
  .event-holder .event-tickets-btn {
    margin-top: 8px;
  }
}
.event-holder .event {
  color: inherit !important;
  transition: all 0.15s ease;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
}
.event-holder .event:hover {
  color: inherit !important;
}
@media only screen and (max-width: 640px) {
  .event-holder .event {
    flex-direction: column;
  }
}
.event-holder .event.has-ticket .event-tickets-btn {
  display: block;
}
.event-holder .event.has-ticket .info-container {
  padding-right: 197px;
}
@media only screen and (max-width: 991px) {
  .event-holder .event.has-ticket .info-container {
    padding-right: 0;
  }
}
.event-holder .event .img-wrapper {
  position: relative;
  overflow: hidden;
  width: 320px;
  height: unset;
  min-height: 184px;
}
@media only screen and (max-width: 991px) {
  .event-holder .event .img-wrapper {
    width: 210px;
    height: 165px;
    min-height: unset;
  }
}
@media only screen and (max-width: 640px) {
  .event-holder .event .img-wrapper {
    min-height: 180px;
    width: 100%;
    height: auto;
  }
}
.event-holder .event .img-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.event-holder .event .event-info-container {
  padding: 16px 24px 16px 40px;
  width: calc(100% - 320px);
}
@media only screen and (max-width: 991px) {
  .event-holder .event .event-info-container {
    margin: 0;
    padding: 12px 16px;
    width: calc(100% - 210px);
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .event-holder .event .event-info-container {
    width: 100%;
  }
}
.event-holder .event .info-container {
  font-size: 18px;
  line-height: 1.35;
  margin-top: 8px;
}
@media only screen and (max-width: 640px) {
  .event-holder .event .info-container {
    font-size: 16px;
  }
}
.event-holder .event .event-label {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 1;
  font-weight: 700;
  background-color: var(--heading-color);
  color: var(--bg-color);
  padding: 4px;
  width: fit-content;
  margin-top: 4px;
}
@media only screen and (max-width: 991px) {
  .event-holder .event .event-label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .event-holder .event .event-label {
    font-size: 12px;
  }
}
.event-holder .event .date::before,
.event-holder .event .time::before,
.event-holder .event .location::before {
  top: 2px;
}
.event-holder .event .location {
  margin-top: 10px;
}

.events-pagination {
  display: flex;
  justify-content: center;
  width: 350px;
  margin: 112px auto 0;
  color: var(--heading-color);
}
.events-pagination li {
  width: 53px;
  margin: 0 7px;
  text-align: center;
}
.events-pagination li:first-of-type {
  margin-left: 0;
}
.events-pagination li:last-of-type {
  margin-right: 0;
}
.events-pagination [class*=icon] {
  font-size: 70%;
}
.events-pagination a,
.events-pagination span {
  font-size: 18px;
  line-height: 1.35;
  width: 100%;
  display: block;
  text-align: center;
  padding: 13px 0;
  transition: color 0.3s;
}
@media only screen and (max-width: 640px) {
  .events-pagination a,
.events-pagination span {
    font-size: 16px;
  }
}
.events-pagination a:hover {
  color: var(--link-color);
}
.events-pagination .pagination-control {
  padding-top: 10px;
}
.events-pagination .prev {
  margin-right: 25px;
}
.events-pagination .next {
  margin-left: 25px;
}
@media only screen and (max-width: 767px) {
  .events-pagination {
    margin-top: 70px;
    width: 300px;
  }
  .events-pagination li {
    width: 45px;
    margin: 0 5px;
  }
  .events-pagination a,
.events-pagination span {
    padding: 9px 0;
    font-size: 16px;
  }
  .events-pagination .pagination-control {
    padding-top: 7px;
  }
  .events-pagination .prev {
    margin-right: 20px;
  }
  .events-pagination .next {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .events-pagination {
    margin-top: 40px;
    width: 288px;
  }
  .events-pagination li {
    width: 40px;
  }
  .events-pagination a,
.events-pagination span {
    padding: 8px 0;
    font-size: 14px;
  }
  .events-pagination .pagination-control {
    padding-top: 7px;
  }
  .events-pagination .prev {
    margin-right: 15px;
  }
  .events-pagination .next {
    margin-left: 15px;
  }
}

.event-inner-page {
  overflow: hidden;
}
.event-inner-page h1 {
  font-size: 48px;
  line-height: 1.15;
}
@media only screen and (max-width: 991px) {
  .event-inner-page h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .event-inner-page h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 640px) {
  .event-inner-page h1 {
    font-size: 28px;
  }
}
.event-inner-page .event-cover-container {
  height: 38.1944444444vw;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .event-inner-page .event-cover-container {
    height: 360px;
  }
}
@media only screen and (max-width: 640px) {
  .event-inner-page .event-cover-container {
    height: 240px;
  }
}
.event-inner-page .event-cover-container iframe,
.event-inner-page .event-cover-container embed,
.event-inner-page .event-cover-container video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-inner-page .event-main-cover {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.event-inner-page .event-main-cover,
.event-inner-page .main-static-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.event-inner-page .main-static-cover {
  cursor: initial;
}
.event-inner-page .event-info-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 24px;
  gap: 16px;
}
.event-inner-page .date-time-container span {
  font-size: 20px;
  line-height: 1.35;
  position: relative;
  display: block;
  padding-left: 24px;
  color: var(--heading-color);
}
@media only screen and (max-width: 991px) {
  .event-inner-page .date-time-container span {
    font-size: 18px;
  }
}
.event-inner-page .event-tickets-btn {
  font-size: 18px;
  line-height: 1.35;
  font-family: "Sofia Sans", sans-serif;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.3s;
  background-color: transparent;
  border: 1px solid var(--heading-color);
  color: var(--heading-color);
  width: 172px;
  padding: 18px 16px;
}
@media only screen and (max-width: 640px) {
  .event-inner-page .event-tickets-btn {
    font-size: 16px;
  }
}
.event-inner-page .event-tickets-btn:hover, .event-inner-page .event-tickets-btn:focus, .event-inner-page .event-tickets-btn:active {
  text-decoration: none;
  box-shadow: none;
}
.event-inner-page .event-tickets-btn:hover, .event-inner-page .event-tickets-btn.focus, .event-inner-page .event-tickets-btn:active {
  color: var(--bg-color);
  background-color: var(--heading-color);
}
.event-inner-page .content-slider-container {
  margin-top: 32px;
  padding-bottom: 36px;
}
.event-inner-page .content-slider-container .image-container,
.event-inner-page .content-slider-container .video-container {
  max-height: 580px;
}
.event-inner-page .content-slider-container .carousel-control-prev,
.event-inner-page .content-slider-container .carousel-control-next {
  opacity: 1;
}
.event-inner-page .content-slider-container .carousel-control-prev:hover,
.event-inner-page .content-slider-container .carousel-control-next:hover {
  opacity: 0.9;
}
.event-inner-page .content-slider-container .carousel-control-prev span,
.event-inner-page .content-slider-container .carousel-control-next span {
  background-color: var(--bg-color);
  color: var(--heading-color);
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 80%;
  width: 40px;
  height: 40px;
}
.event-inner-page .content-slider-container .carousel-control-prev span {
  left: -10px;
}
.event-inner-page .content-slider-container .carousel .carousel-control-next span {
  right: -10px;
}
.event-inner-page .timetable-container {
  max-width: 460px;
  margin: 56px auto 0;
}
.event-inner-page .timetable-container h3 {
  font-size: 30px;
  line-height: 1.25;
  margin: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .event-inner-page .timetable-container h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 640px) {
  .event-inner-page .timetable-container h3 {
    font-size: 23px;
  }
}
.event-inner-page .video-container,
.event-inner-page .image-container .img-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 61.8%;
  margin-top: 32px;
}
.event-inner-page .video-container .video-cover,
.event-inner-page .image-container .img-wrapper .video-cover {
  cursor: pointer;
}
.event-inner-page .video-container .video-cover,
.event-inner-page .video-container img,
.event-inner-page .video-container .content-video,
.event-inner-page .video-container iframe,
.event-inner-page .video-container video,
.event-inner-page .image-container .img-wrapper .video-cover,
.event-inner-page .image-container .img-wrapper img,
.event-inner-page .image-container .img-wrapper .content-video,
.event-inner-page .image-container .img-wrapper iframe,
.event-inner-page .image-container .img-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-inner-page .video-container .content-video,
.event-inner-page .video-container iframe,
.event-inner-page .video-container video,
.event-inner-page .image-container .img-wrapper .content-video,
.event-inner-page .image-container .img-wrapper iframe,
.event-inner-page .image-container .img-wrapper video {
  display: none;
}
.event-inner-page .timetable {
  font-size: 20px;
  line-height: 1.35;
  margin-top: 32px;
}
@media only screen and (max-width: 991px) {
  .event-inner-page .timetable {
    font-size: 18px;
  }
}
.event-inner-page .timetable:first-of-type {
  margin-top: 40px;
}
.event-inner-page .timetable strong {
  font-style: normal;
  font-weight: 800;
}
.event-inner-page .timetable i {
  font-style: italic;
  font-weight: 400;
}
.event-inner-page .timetable p {
  margin: 0;
}
.event-inner-page .timetable ul {
  list-style: none;
  padding-left: 24px;
  margin-top: 16px;
}
.event-inner-page .external-links {
  margin-top: 70px;
  text-align: center;
}
.event-inner-page .other-events-section .other-events-container {
  margin: 48px auto 0;
  max-width: 912px;
  padding: 0 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 16px;
  row-gap: 16px;
}
.event-inner-page .other-events-section .other-events-container div {
  display: inline-grid;
  align-items: start;
}
.event-inner-page .other-events-section .other-events-container div > div {
  height: 100%;
}
.event-inner-page .other-events-section .img-wrapper {
  width: 100%;
  height: 240px;
  position: relative;
  overflow: hidden;
}
.event-inner-page .other-events-section .img-wrapper img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.event-inner-page .other-events-section .other-event-info-container {
  padding: 16px 8px;
  transition: background-color 0.3s;
}
.event-inner-page .other-events-section .other-event-info {
  margin-top: 10px;
}
.event-inner-page .other-events-section .other-date,
.event-inner-page .other-events-section .other-time,
.event-inner-page .other-events-section .other-location {
  display: inline-block;
  padding-left: 24px;
  position: relative;
  font-size: 18px;
}
.event-inner-page .other-events-section .other-date svg,
.event-inner-page .other-events-section .other-time svg,
.event-inner-page .other-events-section .other-location svg {
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
}
.event-inner-page .other-events-section .other-time {
  margin-left: 28px;
}
.event-inner-page .other-events-section .other-location {
  margin-top: 10px;
}
.event-inner-page .other-events-section .other-location svg {
  width: 14px;
  left: 1px;
  top: 2px;
}
@media only screen and (max-width: 991px) {
  .event-inner-page .timetable-container {
    max-width: 492px;
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .event-inner-page .event-info-container {
    margin-top: 16px;
    display: block;
  }
  .event-inner-page .date-time-container span {
    padding-left: 24px;
  }
  .event-inner-page .date-time-container .date,
.event-inner-page .date-time-container .time {
    display: inline-block;
  }
  .event-inner-page .date-time-container .time {
    margin-left: 25px;
  }
  .event-inner-page .event-tickets-btn {
    margin: 32px auto 0;
    width: 288px;
  }
  .event-inner-page .content-slider-container {
    margin-top: 16px;
    padding-bottom: 36px;
  }
  .event-inner-page .timetable-container {
    margin-top: 40px;
  }
  .event-inner-page .timetable {
    font-size: 16px;
    letter-spacing: 0.02em;
  }
  .event-inner-page .timetable ul {
    list-style: none;
    padding-left: 24px;
    margin-top: 16px;
  }
  .event-inner-page .other-events-section .other-events-container {
    margin-top: 32px;
    max-width: 624px;
  }
  .event-inner-page .other-events-section .img-wrapper {
    height: 149px;
  }
  .event-inner-page .other-events-section .other-event-info {
    margin-top: 16px;
  }
  .event-inner-page .other-events-section .other-date,
.event-inner-page .other-events-section .other-time,
.event-inner-page .other-events-section .other-location {
    font-size: 14px;
    line-height: 110%;
  }
  .event-inner-page .other-events-section .other-date svg,
.event-inner-page .other-events-section .other-time svg,
.event-inner-page .other-events-section .other-location svg {
    top: 0;
    width: 13px;
  }
  .event-inner-page .other-events-section .other-time {
    margin-left: 25px;
  }
  .event-inner-page .other-events-section .other-location {
    margin-top: 10px;
  }
  .event-inner-page .other-events-section .other-location svg {
    width: 9px;
    left: 0;
    top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .event-inner-page .other-events-section .other-events-container {
    max-width: 320px;
    grid-template-columns: 1fr;
  }
}

.festival-events-page .festival-events-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 16px;
  row-gap: 32px;
  margin-top: 96px;
}
.festival-events-page .title-container {
  text-align: center;
  transition: background-color 0.3s;
}
.festival-events-page .external-links,
.festival-events-page .sponsors-section {
  text-align: center;
}
.festival-events-page .sponsors-section .partners-logos {
  margin-top: 40px;
}
@media only screen and (max-width: 1362px) and (min-width: 992px) {
  .festival-events-page .festival-events-container {
    column-gap: 1.174743025vw;
    row-gap: 2.3494860499vw;
    margin-top: 7.0484581498vw;
  }
}
@media only screen and (max-width: 991px) {
  .festival-events-page .festival-events-container {
    grid-template-columns: 1fr 1fr;
    max-width: 856px;
    margin: 96px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .festival-events-page .festival-events-container {
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
    margin-top: 24px;
    max-width: 593px;
  }
}
@media only screen and (max-width: 640px) {
  .festival-events-page .festival-events-container {
    grid-template-columns: 1fr;
    max-width: 288px;
  }
  .festival-events-page .festival-events-container .img-wrapper {
    width: 100%;
    min-height: 165px;
  }
}

.projects-pagination {
  display: flex;
  justify-content: center;
  width: 350px;
  margin: 112px auto 0;
  color: var(--heading-color);
}
.projects-pagination li {
  width: 53px;
  margin: 0 7px;
  text-align: center;
}
.projects-pagination li:first-of-type {
  margin-left: 0;
}
.projects-pagination li:last-of-type {
  margin-right: 0;
}
.projects-pagination svg {
  width: 10px;
  display: block;
  margin: 0 auto;
}
.projects-pagination svg path {
  transition: fill 0.3s;
}
.projects-pagination a,
.projects-pagination span {
  width: 100%;
  display: block;
  text-align: center;
  padding: 13px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
  letter-spacing: 0.02em;
}
.projects-pagination a:hover {
  color: var(--link-color);
}
.projects-pagination a:hover svg path {
  fill: var(--link-color);
}
.projects-pagination .prev svg {
  transform: rotateZ(-180deg);
}
.projects-pagination .pagination-control {
  padding: 15px 0 10px;
}
.projects-pagination .prev {
  margin-right: 25px;
}
.projects-pagination .next {
  margin-left: 25px;
}
@media only screen and (max-width: 767px) {
  .projects-pagination {
    margin-top: 70px;
    width: 300px;
  }
  .projects-pagination li {
    width: 45px;
    margin: 0 5px;
  }
  .projects-pagination svg {
    width: 8px;
  }
  .projects-pagination a,
.projects-pagination span {
    padding: 9px 0;
    font-size: 16px;
  }
  .projects-pagination .pagination-control {
    padding: 12px 0 8px;
  }
  .projects-pagination .prev {
    margin-right: 20px;
  }
  .projects-pagination .next {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .projects-pagination {
    margin-top: 40px;
    width: 288px;
  }
  .projects-pagination li {
    width: 40px;
  }
  .projects-pagination svg {
    width: 7px;
  }
  .projects-pagination a,
.projects-pagination span {
    padding: 8px 0;
    font-size: 14px;
  }
  .projects-pagination .pagination-control {
    padding: 10px 0 8px;
  }
  .projects-pagination .prev {
    margin-right: 15px;
  }
  .projects-pagination .next {
    margin-left: 15px;
  }
}

/* About us page */
.about-us-page .jumbotron {
  max-height: 650px;
  height: auto;
}
.about-us-page .jumbotron .jumbotron__inner {
  flex-direction: column;
}
.about-us-page .jumbotron .jumbotron__entry {
  padding-left: 0;
  margin-top: 16px;
}
.about-us-page .jumbotron .jumbotron__title {
  margin-bottom: 0;
}
.about-us-page .jumbotron .jumbotron__content {
  font-size: 18px;
  line-height: 1.35;
  color: var(--white-static);
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .about-us-page .jumbotron .jumbotron__content {
    font-size: 16px;
  }
}
.about-us-page .jumbotron .jumbotron__content h1 {
  text-align: center;
  text-indent: 0;
}
.about-us-page .jumbotron .jumbotron__content h1 span {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.about-us-page .jumbotron .jumbotron__content .edition-p,
.about-us-page .jumbotron .jumbotron__content .scholar-p {
  margin: 0;
}
.about-us-page .jumbotron .jumbotron__content h3 {
  font-size: 30px;
  line-height: 1.25;
  line-height: 100%;
  margin: 10px 0;
}
@media only screen and (max-width: 767px) {
  .about-us-page .jumbotron .jumbotron__content h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 640px) {
  .about-us-page .jumbotron .jumbotron__content h3 {
    font-size: 23px;
  }
}
.about-us-page .jumbotron .jumbotron__content .scholar-p {
  font-size: 18px;
  line-height: 1.35;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .about-us-page .jumbotron .jumbotron__content .scholar-p {
    font-size: 16px;
  }
}
.about-us-page .jumbotron .jumbo-scholar-btn {
  font-family: "Sofia Sans", sans-serif;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.3s;
  border: 1px solid var(--white-static);
  color: var(--white-static);
  transition: all 0.4s;
  font-size: 18px;
  line-height: 1.35;
  width: fit-content;
  padding: 11px 16px;
  margin: 16px auto 0;
}
.about-us-page .jumbotron .jumbo-scholar-btn:hover, .about-us-page .jumbotron .jumbo-scholar-btn:focus, .about-us-page .jumbotron .jumbo-scholar-btn:active {
  text-decoration: none;
  box-shadow: none;
}
.about-us-page .jumbotron .jumbo-scholar-btn:hover, .about-us-page .jumbotron .jumbo-scholar-btn.focus, .about-us-page .jumbotron .jumbo-scholar-btn:active {
  background-color: var(--white-static);
  color: var(--black-static);
  border: 1px solid var(--black-static);
}
@media only screen and (max-width: 640px) {
  .about-us-page .jumbotron .jumbo-scholar-btn {
    font-size: 16px;
  }
}
.about-us-page .jumbotron-original {
  background: linear-gradient(180deg, var(--heading-static) 0%, var(--blue-static) 100%);
}
.about-us-page .jumbotron-original img {
  max-height: 723px;
  min-width: 650px;
  margin-top: -140px;
}
.about-us-page .jumbotron-scholarship-y25 {
  background: var(--black-static);
  padding: 10px 0 40px;
}
.about-us-page .jumbotron-scholarship-y25 > .container {
  max-width: 1400px;
}
.about-us-page .jumbotron-scholarship-y25 .jumbotron__entry {
  margin-top: 28px;
}
@media only screen and (max-width: 640px) {
  .about-us-page .jumbotron-scholarship-y25 .jumbotron__entry {
    margin-top: 16px;
  }
}
.about-us-page .jumbotron-scholarship-y25 .jumbotron__content {
  padding-top: 28px;
}
.about-us-page .jumbotron-scholarship-y25 .jumbotron__inner {
  position: relative;
}
.about-us-page .jumbotron-scholarship-y25 img {
  position: relative;
  max-height: 270px;
  min-width: 650px;
  margin-top: -10px;
  padding-left: 40px;
  padding-right: 40px;
}
.about-us-page .green-banner {
  background-color: var(--light-green-static);
  color: var(--bg-color);
  display: block;
  padding: 9px 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 80px;
}
.about-us-page .green-banner:hover {
  color: var(--bg-color);
}
.about-us-page .green-banner .inner-wrapper {
  max-width: 536px;
  padding: 0 16px;
  margin: 0 auto;
}
.about-us-page .green-banner strong {
  font-weight: 700;
  font-size: 16px;
}
.about-us-page .green-banner p {
  margin: 4px 0 0;
}
.about-us-page .green-banner p:first-of-type {
  margin-top: 0;
}
.about-us-page .section-info .wrapper {
  padding: 0;
}
.about-us-page .section-info h2 {
  margin: 0 auto 24px;
}
.about-us-page .section-info .person-icons-content {
  margin-top: 98px;
  margin-bottom: 58px;
  min-width: 680px;
}
.about-us-page .section-info .person-icons-content .section__inner {
  align-items: flex-end;
  justify-content: center;
}
.about-us-page .section-info .person-icons-content img {
  width: auto;
  padding: 0;
}
.about-us-page .section-info .person-icons-content img:last-child {
  margin-bottom: 25px;
}
.about-us-page .section-detailed-info .row {
  font-size: 20px;
  line-height: 1.35;
}
@media only screen and (max-width: 991px) {
  .about-us-page .section-detailed-info .row {
    font-size: 18px;
  }
}
.about-us-page .section-detailed-info .row h2 {
  width: 100%;
}
.about-us-page .section-detailed-info .content-text {
  padding: 0 75px;
}
.about-us-page .section-detailed-info .detailed-info__image {
  max-width: 561px;
  min-height: 421px;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-us-page .section-team {
  width: 100%;
  background: var(--dark-bg-color);
}
.about-us-page .section-team h2 {
  margin-bottom: 48px;
  color: var(--white-static);
}
.about-us-page .section-team .team-items {
  gap: 42px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  flex-direction: row;
}
@media only screen and (max-width: 991px) {
  .about-us-page .section-team .team-items {
    justify-content: space-between;
    max-width: 470px;
    gap: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .about-us-page .section-team .team-items {
    justify-content: center;
    flex-direction: column;
  }
}
.about-us-page .section-team .team-item-container {
  font-size: 18px;
  line-height: 1.35;
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 220px;
  color: var(--white-static);
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .about-us-page .section-team .team-item-container {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .about-us-page .section-team .team-item-container {
    min-width: 200px;
    width: auto;
    margin: 0 auto;
  }
}
.about-us-page .section-team .team-item-container .team-backgr-img {
  width: 100px;
  height: 100px;
  background-color: var(--black-static);
}
.about-us-page .section-team .team-item-container .team-backgr-img img {
  width: 100%;
  height: 100%;
  filter: grayscale(100%) brightness(1.1);
  transform: scale(1);
  transition: all 0.5s ease;
}
.about-us-page .section-team .team-item-container .modal {
  font-size: 20px;
  line-height: 1.35;
}
@media only screen and (max-width: 991px) {
  .about-us-page .section-team .team-item-container .modal {
    font-size: 18px;
  }
}
.about-us-page .section-team .team-item-container .modal .team-modal-image {
  height: 300px;
  width: 300px;
  position: absolute;
  left: -165px;
  top: 50px;
  z-index: 1;
}
.about-us-page .section-team .team-item-container .modal .modal-content {
  padding-left: 175px;
  width: 160%;
  text-align: left;
  font-weight: 300;
  color: var(--heading-color);
  background: var(--bg-color);
}
.about-us-page .section-team .team-item-container .modal .modal-content .modal-title {
  font-family: "Sofia Sans", sans-serif;
  font-weight: 800;
  color: var(--heading-color);
}
.about-us-page .section-team .team-item-container span {
  transition: font-weight 0.1s ease, color 0.1s ease;
}
.about-us-page .section-team .team-item-container:hover span, .about-us-page .section-team .team-item-container:focus span {
  color: var(--white-static);
  font-weight: bold;
}
.about-us-page .section-team .team-item-container:hover .team-backgr-img img, .about-us-page .section-team .team-item-container:focus .team-backgr-img img {
  filter: none;
  transform: scale(1.2);
}
.about-us-page .section-team .team-item-container > div:first-child {
  width: 100px;
  height: 100px;
  margin-right: 16px;
  overflow: hidden;
}

@media only screen and (max-width: 1235px) {
  .about-us-page .section-team .team-item-container .modal .modal-content {
    width: 137%;
  }
}
@media only screen and (max-width: 991px) {
  .about-us-page .jumbotron .jumbotron__inner {
    display: flex;
  }
  .about-us-page .jumbotron .jumbotron__inner .jumbotron__content {
    margin-bottom: 95px;
  }
  .about-us-page .jumbotron .jumbotron__inner h1 {
    font-size: 38px;
  }
  .about-us-page .jumbotron-original {
    padding-top: 55px;
  }
  .about-us-page .jumbotron-scholarship-y25 .jumbotron__inner .jumbotron__content {
    margin-bottom: 12px;
  }
  .about-us-page .jumbotron-scholarship-y25 .jumbotron__inner img {
    width: 100%;
    min-width: unset;
    margin-top: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .about-us-page .section-info h2 {
    margin: 0 auto 24px;
  }
  .about-us-page .section-info .person-icons-content {
    padding: 0;
    margin: 46px auto 34px;
    min-width: initial;
  }
  .about-us-page .section-info .person-icons-content img {
    max-width: 55px;
    max-height: 55px;
  }
  .about-us-page .section-info .person-icons-content img:last-child {
    max-width: 68px;
    max-height: 68px;
    margin-bottom: 13px;
  }
  .about-us-page .section-detailed-info .content-text {
    padding: 16px 15px 56px;
  }

  .section-team .team-item-container {
    top: auto !important;
    margin-bottom: 24px;
    width: auto;
  }
  .section-team .team-item-container .modal .team-modal-image {
    width: 200px;
    height: 200px;
    left: -65px;
    background-size: cover;
  }
  .section-team .team-item-container .modal .modal-content {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-page .jumbotron-scholarship-y25 {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .about-us-page .jumbotron-scholarship-y25 .jumbotron__content {
    padding-top: 20px;
  }
  .about-us-page .jumbotron-scholarship-y25 .jumbotron__content h1 {
    font-size: 32px;
  }
  .about-us-page .section-info .section__inner {
    padding: 0;
  }
  .about-us-page .section-info .person-icons-content .section__inner {
    max-width: 360px;
    padding: 0;
  }
  .about-us-page .section-info .person-icons-content img {
    max-width: 50px;
    max-height: 50px;
    width: 15%;
    height: auto;
  }
  .about-us-page .section-info .person-icons-content img:last-child {
    max-width: 60px;
    max-height: 60px;
    width: 20%;
    margin-bottom: 6px;
  }
  .about-us-page .section-detailed-info .container {
    padding-left: 0;
    padding-right: 0;
  }
  .about-us-page .section-detailed-info .content-text {
    order: 2;
    padding: 16px 16px 0;
  }
  .about-us-page .section-detailed-info .detailed-info__image {
    order: 1;
    background-size: cover;
    min-height: 400px;
    width: 100%;
    max-width: 100vw;
    padding: 0;
  }
  .about-us-page .section-detailed-info .row {
    margin-left: 0;
    margin-right: 0;
  }
  .about-us-page .section-detailed-info .row > h2 {
    order: 0;
    font-weight: 800;
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-us-page .section-team h2 {
    margin-bottom: 38px;
  }
  .about-us-page .section-team .team-item-container {
    font-size: 16px;
  }
  .about-us-page .section-team .team-item-container .modal .team-modal-image {
    width: 150px;
    height: 150px;
    left: 0px;
    background-size: cover;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .about-us-page .section-team .team-item-container .modal .modal-content {
    width: 98%;
    padding-left: 16px;
  }
  .about-us-page .section-team .team-item-container .modal .modal-content .modal-title {
    padding-top: 30px;
    margin-top: 150px;
  }
}
@media only screen and (max-width: 640px) {
  .about-us-page .jumbotron-scholarship-y25 .jumbotron__content {
    padding: 10px 16px;
  }
}
@media only screen and (max-width: 520px) {
  .about-us-page .section-detailed-info .detailed-info__image {
    min-height: 76.9230769231vw;
  }
}
@media only screen and (max-width: 400px) {
  .about-us-page .section-info data-bs-dismiss .section__inner {
    min-width: unset;
  }
  .about-us-page .section-info data-bs-dismiss img {
    max-width: 40px;
    max-height: 40px;
  }
  .about-us-page .section-info data-bs-dismiss img:last-child {
    max-width: 50px;
    max-height: 50px;
  }
}
.main-campaign .banner-campaign {
  height: 600px;
}
@media only screen and (max-width: 991px) {
  .main-campaign .banner-campaign {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .main-campaign .banner-campaign {
    height: 350px;
  }
}
@media only screen and (max-width: 640px) {
  .main-campaign .banner-campaign {
    height: 250px;
  }
}
.main-campaign .donation-type-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 3;
  bottom: 1px;
  position: absolute;
  width: 100%;
}
.main-campaign .donation-type-container .nav-tabs {
  flex-grow: 1;
  max-width: 820px;
  margin: 0 auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.main-campaign .pay-buttons-container {
  z-index: 3;
  position: fixed;
  top: 327px;
  width: 104.4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.main-campaign .pay-buttons-container.slide-from-right {
  right: 0;
  animation: 0.4s from-right ease-in-out;
}
.main-campaign .pay-buttons-container .title {
  font-size: 14px;
  line-height: 110%;
  color: var(--heading-color);
  background-color: var(--bg-color);
  margin: 8px 0px;
  padding: 8px;
}
.main-campaign .pay-buttons-container .title.title-bottom-navigation {
  display: none;
}
.main-campaign .pay-buttons-container .pay-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 76.8px;
  height: 76.8px;
  margin-top: 2px;
  color: var(--bg-color);
}
.main-campaign .pay-buttons-container .pay-button.paypal {
  background-color: var(--yellow-static);
}
.main-campaign .pay-buttons-container .pay-button.paypal form img {
  display: none;
}
.main-campaign .pay-buttons-container .pay-button.bank {
  background-color: var(--red-color);
}
.main-campaign .pay-buttons-container .pay-button img {
  width: 24px;
  height: 24px;
}
.main-campaign .pay-buttons-container .pay-button span {
  display: block;
  font-size: 14px;
  line-height: 110%;
  margin-top: 4px;
}
@media only screen and (max-width: 991px) {
  .main-campaign .pay-buttons-container {
    top: unset;
    bottom: 0;
    right: 0;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: var(--heading-color) !important;
  }
  .main-campaign .pay-buttons-container.slide-from-right {
    top: auto;
    animation: 0.4s from-bottom ease-in-out;
  }
  .main-campaign .pay-buttons-container .title {
    display: none;
    width: 100%;
    margin: 0;
  }
  .main-campaign .pay-buttons-container .title.title-bottom-navigation {
    display: flex;
    justify-content: center;
  }
  .main-campaign .pay-buttons-container .pay-button {
    margin-top: 0;
    background-color: var(--heading-color) !important;
    width: 50%;
    -webkit-filter: grayscale(100%);
    /* Chrome, Safari, Opera */
    filter: grayscale(100%);
  }
}
.main-campaign .content-image-container {
  margin-left: -56px;
  width: calc(100% + 112px);
  margin-top: 56px;
  margin-bottom: 56px;
  text-align: right;
}
.main-campaign .content-image-container .owner {
  font-size: 14px;
  line-height: 1.35;
  display: inline-block;
  margin: 10px 0px;
  color: var(--grey-static);
}
.main-campaign .content-image-container .owner .name {
  font-size: 16px;
  line-height: 1.45;
}
.main-campaign h1 {
  margin-bottom: 28px;
}
.main-campaign h4 {
  margin-top: 36px;
}
.main-campaign p.italic-inner {
  font-style: italic;
  margin: 36px 0;
}
.main-campaign p.info-para {
  font-size: 16px;
  line-height: 1.45;
  text-align: right;
  font-style: italic;
  margin: 10px 0 50px;
}

.progress-bar .progress-bar-container {
  width: 100%;
  height: 18px;
  background: var(--light-border-color);
}
.progress-bar .progress-bar-container .progress-bar-success {
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #22b8d9 0%, #00d1ff 100%);
}
.progress-bar .progress-bar-container .progress-bar-success.disabled {
  background: var(--dark-border-color);
}
.progress-bar .progress-bar-info {
  font-size: 20px;
  line-height: 1.35;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 991px) {
  .progress-bar .progress-bar-info {
    font-size: 18px;
  }
}
.progress-bar .progress-bar-info span {
  width: 50%;
}
.progress-bar .progress-bar-info span:nth-child(2n+2) {
  text-align: right;
}

.progress-bar-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 26px;
}
.progress-bar-buttons .pay-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 48%;
  height: 64px;
  margin-top: 2px;
  color: var(--bg-color);
}
.progress-bar-buttons .pay-button.paypal {
  background-color: var(--yellow-static);
}
.progress-bar-buttons .pay-button.paypal form img {
  display: none;
}
.progress-bar-buttons .pay-button.bank {
  background-color: var(--red-color);
}
.progress-bar-buttons .pay-button img {
  width: 26px;
  height: 26px;
}
.progress-bar-buttons .pay-button span {
  font-size: 14px;
  line-height: 1.35;
  display: block;
  margin-top: 4px;
}

@media only screen and (max-width: 991px) {
  .main-campaign #jumbotron-image {
    height: 450px;
  }
  .main-campaign .content-image-container {
    margin-left: -16px;
    width: calc(100% + 32px);
    margin-top: 42px;
    margin-bottom: 28px;
  }
  .main-campaign .content-image-container .owner {
    padding-right: 10px;
  }
  .main-campaign h1 {
    margin-bottom: 24px;
  }
  .main-campaign .progress-bar-info {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .main-campaign p.italic-inner {
    margin: 24px 0;
  }
  .main-campaign p.info-para {
    margin: 10px 0 40px;
  }

  footer.mobile-margin-bottom {
    margin-bottom: 106.2px;
  }
}
@media only screen and (max-width: 767px) {
  .main-campaign #jumbotron-image {
    height: 350px;
  }
}
@media only screen and (max-width: 640px) {
  .main-campaign #jumbotron-image {
    height: 250px;
  }
  .main-campaign p.italic-inner {
    margin: 24px 0;
  }
}
/* 
  /music/music_is.html
  /music/das-fremde-kind.html
  /music/solemn-concert
  /music/solemn-concert-en
*/
.music-is-page .banner-main,
.das-fremde-kind-page .banner-main {
  height: 580px;
}
@media only screen and (max-width: 1440px) {
  .music-is-page .banner-main,
.das-fremde-kind-page .banner-main {
    height: 480px;
  }
}
@media only screen and (max-width: 991px) {
  .music-is-page .banner-main,
.das-fremde-kind-page .banner-main {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .music-is-page .banner-main,
.das-fremde-kind-page .banner-main {
    height: 340px;
  }
}
@media only screen and (max-width: 480px) {
  .music-is-page .banner-main,
.das-fremde-kind-page .banner-main {
    height: 260px;
  }
}
.music-is-page .content-img,
.das-fremde-kind-page .content-img {
  display: block;
  margin: 32px auto;
}
@media only screen and (max-width: 767px) {
  .music-is-page .content-img,
.das-fremde-kind-page .content-img {
    margin: 16px auto;
  }
}

.das-fremde-kind-page.music-is-page .text-container p {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .das-fremde-kind-page.music-is-page .text-container p {
    margin-top: 16px;
  }
}

.sustainability-page .section-hero,
.goose-page .section-hero {
  padding: 132px 0 0;
}
.sustainability-page .section,
.goose-page .section {
  padding: 74px 0 32px;
}
.sustainability-page h1,
.goose-page h1 {
  margin-bottom: 76px;
}
.sustainability-page h1:only-child,
.goose-page h1:only-child {
  margin-bottom: 0;
}
.sustainability-page h2,
.goose-page h2 {
  margin-bottom: 40px;
}
.sustainability-page h3,
.goose-page h3 {
  margin-bottom: 32px;
}
.sustainability-page p ~ h2,
.sustainability-page ul ~ h2,
.sustainability-page ol ~ h2,
.goose-page p ~ h2,
.goose-page ul ~ h2,
.goose-page ol ~ h2 {
  padding-top: calc(68px - 1rem);
}
.sustainability-page p ~ h3,
.sustainability-page ul ~ h3,
.sustainability-page ol ~ h3,
.goose-page p ~ h3,
.goose-page ul ~ h3,
.goose-page ol ~ h3 {
  padding-top: calc(48px - 1rem);
}
.sustainability-page ul li + li,
.sustainability-page ol li + li,
.goose-page ul li + li,
.goose-page ol li + li {
  margin-top: 8px;
}
.sustainability-page strong,
.goose-page strong {
  font-weight: 800;
}
.sustainability-page .map,
.goose-page .map {
  margin-bottom: 42px;
}
.sustainability-page [data-bs-region]:not(.is-active),
.goose-page [data-bs-region]:not(.is-active) {
  display: none;
}
.sustainability-page .bird-line,
.goose-page .bird-line {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 50px;
}
.sustainability-page .bird-item,
.goose-page .bird-item {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 220px;
  height: 220px;
  background-color: var(--dark-border-color);
  border-radius: 500px;
  overflow: hidden;
  border: 2px solid var(--white-static);
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);
  transition: 0.25s ease box-shadow;
}
.sustainability-page .bird-item:hover,
.goose-page .bird-item:hover {
  box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.2);
}
.sustainability-page .bird-item img,
.goose-page .bird-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sustainability-page .bird-item h3,
.sustainability-page .bird-item p,
.goose-page .bird-item h3,
.goose-page .bird-item p {
  display: none;
}
.sustainability-page .bird-item .right-20,
.goose-page .bird-item .right-20 {
  object-position: 20%;
}
.sustainability-page .bird-item .right-30,
.goose-page .bird-item .right-30 {
  object-position: 30%;
}
.sustainability-page .bird-item .right-65,
.goose-page .bird-item .right-65 {
  object-position: 65%;
}
.sustainability-page .bird-item .down-5,
.goose-page .bird-item .down-5 {
  object-position: 0 5%;
}
.sustainability-page .cta-container,
.goose-page .cta-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.sustainability-page .btn-badge,
.goose-page .btn-badge {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
}
.sustainability-page .btn-badge img,
.goose-page .btn-badge img {
  height: 48px;
}
.sustainability-page .section-cta,
.goose-page .section-cta {
  padding: 64px 0;
  position: relative;
  z-index: 1;
}
.sustainability-page .section-cta .cta-container,
.goose-page .section-cta .cta-container {
  flex-direction: column;
}
.sustainability-page .section-giki,
.goose-page .section-giki {
  padding: 180px 0 180px;
  margin-top: -50px;
  position: relative;
  overflow: hidden;
}
.sustainability-page .section-giki .container,
.goose-page .section-giki .container {
  position: relative;
  z-index: 1;
}
.sustainability-page .section-giki .logo,
.goose-page .section-giki .logo {
  max-width: 160px;
  margin-bottom: 16px;
}
.sustainability-page .section-giki .bg-left,
.goose-page .section-giki .bg-left {
  position: absolute;
  width: 23vw;
  max-width: 510px;
  z-index: 0;
  transform: rotateY(180deg) rotateZ(6deg);
  left: -8%;
  top: 0;
}
.sustainability-page .section-giki .bg-right,
.goose-page .section-giki .bg-right {
  position: absolute;
  width: 38vw;
  max-width: 790px;
  z-index: 0;
  transform: rotate(-10deg);
  right: -4%;
  bottom: -35%;
}
.sustainability-page .section-giki .cta-container,
.goose-page .section-giki .cta-container {
  flex-direction: row;
}
@media only screen and (max-width: 1450px) {
  .sustainability-page .section-giki .bg-left,
.goose-page .section-giki .bg-left {
    transform: rotateY(180deg) rotateZ(9deg);
    width: 28vw;
    left: -10%;
    top: 2%;
  }
  .sustainability-page .section-giki .bg-right,
.goose-page .section-giki .bg-right {
    width: 46vw;
    right: -11%;
    bottom: -35%;
  }
}
@media only screen and (max-width: 1280px) {
  .sustainability-page .section-giki .bg-left,
.goose-page .section-giki .bg-left {
    left: -12%;
  }
  .sustainability-page .section-giki .bg-right,
.goose-page .section-giki .bg-right {
    bottom: -30%;
  }
}
@media only screen and (max-width: 991px) {
  .sustainability-page .section-hero,
.goose-page .section-hero {
    padding: 64px 0 0;
  }
  .sustainability-page .section,
.goose-page .section {
    padding: 56px 0 0;
  }
  .sustainability-page h1,
.goose-page h1 {
    margin-bottom: 44px;
  }
  .sustainability-page h2,
.goose-page h2 {
    margin-bottom: 32px;
  }
  .sustainability-page p ~ h2,
.sustainability-page ul ~ h2,
.sustainability-page ol ~ h2,
.goose-page p ~ h2,
.goose-page ul ~ h2,
.goose-page ol ~ h2 {
    padding-top: calc(50px - 1rem);
  }
  .sustainability-page p ~ h3,
.sustainability-page ul ~ h3,
.sustainability-page ol ~ h3,
.goose-page p ~ h3,
.goose-page ul ~ h3,
.goose-page ol ~ h3 {
    padding-top: calc(40px - 1rem);
  }
  .sustainability-page .bird-item,
.goose-page .bird-item {
    width: 180px;
    height: 180px;
  }
  .sustainability-page .photo-author,
.goose-page .photo-author {
    margin-top: 6px;
  }
  .sustainability-page .section-giki,
.goose-page .section-giki {
    margin-top: 0;
    padding: 50px 0 200px;
  }
  .sustainability-page .section-giki .bg-left,
.goose-page .section-giki .bg-left {
    display: none;
  }
  .sustainability-page .section-giki .bg-right,
.goose-page .section-giki .bg-right {
    width: 400px;
    right: -8px;
    bottom: -28%;
  }
}
@media only screen and (max-width: 640px) {
  .sustainability-page .section,
.sustainability-page .section-hero,
.goose-page .section,
.goose-page .section-hero {
    padding: 32px 0 0;
  }
  .sustainability-page h1,
.goose-page h1 {
    margin-bottom: 24px;
  }
  .sustainability-page h3,
.goose-page h3 {
    margin-bottom: 24px;
  }
  .sustainability-page .map,
.goose-page .map {
    margin-bottom: 24px;
  }
  .sustainability-page .bird-line,
.goose-page .bird-line {
    justify-content: space-evenly;
    gap: 20px;
  }
  .sustainability-page .bird-item,
.goose-page .bird-item {
    width: 160px;
    height: 160px;
  }
  .sustainability-page .section-cta,
.goose-page .section-cta {
    padding: 32px 0;
  }
  .sustainability-page .section-cta .cta-container,
.goose-page .section-cta .cta-container {
    gap: 16px;
  }
  .sustainability-page .section-giki,
.goose-page .section-giki {
    margin-top: 0;
    padding-bottom: 160px;
  }
  .sustainability-page .section-giki .bg-right,
.goose-page .section-giki .bg-right {
    width: 380px;
    bottom: -34%;
    right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .sustainability-page .bird-item,
.goose-page .bird-item {
    width: 120px;
    height: 120px;
  }
  .sustainability-page .section-giki,
.goose-page .section-giki {
    text-align: center;
  }
  .sustainability-page .section-giki .cta-container,
.goose-page .section-giki .cta-container {
    justify-content: center;
  }
  .sustainability-page .section-giki .cta-container .btn-blue,
.goose-page .section-giki .cta-container .btn-blue {
    width: 100%;
  }
  .sustainability-page .section-giki .bg-right,
.goose-page .section-giki .bg-right {
    width: 340px;
    bottom: -24%;
    right: auto;
    left: 8%;
  }
}
@media only screen and (max-width: 320px) {
  .sustainability-page .bird-item,
.goose-page .bird-item {
    width: 80px;
    height: 80px;
  }
}

.hide-sustainability-action .action-sustainability {
  display: none;
}

.hide-green-action .action-green {
  display: none;
}

.birds-page .section {
  padding: 0;
}
.birds-page .area-regions {
  margin-top: 44px;
}
.birds-page .area-regions h2 {
  margin-bottom: 36px;
}
.birds-page .region-image-wrapper {
  margin: 36px 0 36px 0;
}
@media only screen and (min-width: 992px) {
  .birds-page .section-hero {
    padding: 64px 0 0;
  }
  .birds-page .photo-author {
    padding-right: 30px;
  }
}

.goose-page .banner-section {
  height: 315px;
}
.goose-page .inner-wrapper {
  max-width: 1243px;
  padding: 0 50px;
  margin: 0 auto;
}
.goose-page .listen-section {
  padding: 32px 0;
  background-color: var(--light-border-color);
}
.goose-page .listen-section .holder {
  display: flex;
  align-items: center;
  gap: 16px;
}
.goose-page .listen-section .amazon-music {
  max-width: 64px;
}
.goose-page .listen-section .lighttheme {
  display: none;
}
.goose-page .listen-section .darktheme {
  display: none;
}
.goose-page .listen-section .darktheme[data-theme=dark] {
  display: inline;
}
.goose-page .listen-section .lighttheme[data-theme=light] {
  display: inline;
}
.goose-page .listen-section h3 {
  margin-bottom: 10px;
}
.goose-page .listen-section h3 span {
  font-family: "Cormac-ExtraLight", sans-serif;
  font-weight: 250;
}
.goose-page .not-clickable {
  pointer-events: none;
}
.goose-page .goose-info-section {
  padding: 50px 0;
}
.goose-page .goose-info-section h3 {
  margin-bottom: 10px;
}
.goose-page .buy-game-holder {
  padding: 24px 10px;
}
.goose-page .learn-more-section {
  padding: 50px 0 0;
}
.goose-page .learn-more-links-container .learn-more-link:hover {
  text-decoration: none;
}
.goose-page .learn-more-links-container .learn-more-link:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.goose-page .learn-more-links-container .img-wrapper {
  height: 200px;
  position: relative;
  overflow: hidden;
}
.goose-page .learn-more-links-container .img-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.goose-page .learn-more-links-container .title-container {
  margin-top: 16px;
}
.goose-page .learn-more-links-container h5 {
  font-size: 20px;
  line-height: 110%;
  /* 22px */
}
.goose-page .about-painters-container {
  border-top: 1px solid #d9d6d6;
  padding: 50px 0 0;
  margin-top: 50px;
}
.goose-page .more-links-section {
  padding: 50px 0 120px;
}
.goose-page .more-links-section .learn-more-links-container .img-wrapper {
  height: 134px;
}
.goose-page .accordion-wrapper {
  margin-top: 16px;
}
.goose-page .tile-accordion {
  font-size: 20px;
  line-height: 1.35;
  cursor: pointer;
  padding: 24px 40px;
  background: transparent;
  width: 100%;
  border: 1px solid var(--heading-color);
  text-align: left;
  outline: none;
  transition: 0.4s all ease;
  position: relative;
  color: var(--heading-color);
}
@media only screen and (max-width: 991px) {
  .goose-page .tile-accordion {
    font-size: 18px;
  }
}
.goose-page .tile-accordion::before {
  font-size: 70%;
  width: auto;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.goose-page .tile-accordion:hover {
  background-color: var(--heading-color);
  color: var(--bg-color);
}
.goose-page .tile-accordion.active::before {
  transform: translateY(-50%) rotate(180deg);
}
.goose-page .tile-panel {
  display: none;
  overflow: hidden;
  border: 1px solid var(--heading-color);
  border-top: none;
}
.goose-page .tile-panel .tile-par {
  padding: 20px 40px 24px;
  margin: 0;
}
.goose-page .tile-panel .tile-par span {
  white-space: pre-line;
}
.goose-page .tile-panel ul.tile-par {
  list-style: disc;
  padding-left: 60px;
  padding-top: 0;
}
@media only screen and (max-width: 1080px) {
  .goose-page .learn-more-links-container .img-wrapper {
    height: 18.5185185185vw;
  }
  .goose-page .learn-more-links-container h5 {
    font-size: 1.8518518519vw;
  }
  .goose-page .more-links-section .learn-more-links-container .img-wrapper {
    height: 12.5vw;
  }
  .goose-page .more-links-section .learn-more-links-container .title-container {
    margin-top: 2.2222222222vw;
  }
  .goose-page .more-links-section .learn-more-links-container h5 {
    font-size: 1.8518518519vw;
  }
}
@media only screen and (max-width: 991px) {
  .goose-page .socials-holder i {
    font-size: 48px;
  }
  .goose-page .text-container h3 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .goose-page .banner-section {
    height: 183px;
  }
  .goose-page .inner-wrapper {
    padding: 0 21px;
  }
  .goose-page .listen-section .holder {
    display: block;
  }
  .goose-page .listen-section .text-container {
    margin: 0 auto 16px;
  }
  .goose-page .listen-section p {
    font-size: 16px;
    letter-spacing: 0.16px;
  }
  .goose-page .goose-info-section {
    padding: 21px 0;
  }
  .goose-page .goose-info-section h3 {
    margin-bottom: 10px;
  }
  .goose-page .goose-info-section .heading-para {
    font-size: 16px;
    letter-spacing: 0.16px;
  }
  .goose-page .tile-accordion {
    font-size: 16px;
    padding: 10px 40px;
  }
  .goose-page .tile-panel .tile-par {
    padding: 10px 40px;
  }
  .goose-page .game-section .inner-wrapper,
.goose-page .buy-game-section .inner-wrapper {
    padding: 0;
  }
  .goose-page .buy-game-holder {
    padding: 12px 10px 24px;
  }
  .goose-page .learn-more-section {
    padding: 21px 0 0;
  }
  .goose-page .learn-more-section h3 {
    margin-bottom: 16px;
  }
  .goose-page .learn-more-links-container .img-wrapper {
    height: 135px;
  }
  .goose-page .learn-more-links-container .title-container {
    margin-top: 10px;
  }
  .goose-page .learn-more-links-container h5 {
    font-size: 16px;
  }
  .goose-page .about-painters-container {
    padding-top: 21px;
    margin-top: 21px;
  }
  .goose-page .about-painters-container h5 {
    font-size: 16px;
  }
  .goose-page .more-links-section {
    padding: 21px 0;
  }
  .goose-page .more-links-section .learn-more-links-container .title-container {
    margin-top: 16px;
  }
  .goose-page .more-links-section .learn-more-links-container .img-wrapper {
    height: 135px;
  }
  .goose-page .more-links-section .learn-more-links-container h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .goose-page .tile-panel .tile-par {
    padding: 10px;
  }
  .goose-page .tile-panel ul.tile-par {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 410px) {
  .goose-page .listen-section .socials-holder i {
    font-size: 32px;
  }
}

.img-theme-light {
  display: inherit;
}

.img-theme-dark {
  display: none !important;
}

a[data-theme=light] {
  display: none;
}

[data-theme=dark] .img-theme-light {
  display: none !important;
}
[data-theme=dark] .img-theme-dark {
  display: inherit !important;
}
[data-theme=dark] a[data-theme=dark] {
  display: none;
}
[data-theme=dark] a[data-theme=light] {
  display: block;
}
[data-theme=dark] .about-us-page .section-info .person-icons-content img {
  filter: invert(1);
}
[data-theme=dark] .ogilvy .logo-hover,
[data-theme=dark] [alt=Ogilvy].logo-hover {
  filter: invert(1);
}
[data-theme=dark] .pay-button.bank img {
  filter: invert(1);
}
[data-theme=dark] .modal-backdrop {
  opacity: 0.8;
}
[data-theme=dark] .ui-state-disabled,
[data-theme=dark] #dateOfBirth.form-control[disabled] {
  opacity: 0.9;
}
[data-theme=dark] .sustainability-page .section-giki .logo {
  filter: brightness(1.3);
}
[data-theme=dark] .cc-window.cc-floating {
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.25);
}

.video-section {
  text-align: center;
}
.video-section .video-header {
  margin: 0;
}
.video-section .video-header.medium-header {
  font-size: 42px;
  line-height: 1.2;
}
@media only screen and (max-width: 991px) {
  .video-section .video-header.medium-header {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .video-section .video-header.medium-header {
    font-size: 28px;
  }
}
@media only screen and (max-width: 640px) {
  .video-section .video-header.medium-header {
    font-size: 26px;
  }
}
.video-section .video-header.small-header {
  font-size: 42px;
  line-height: 1.2;
}
@media only screen and (max-width: 991px) {
  .video-section .video-header.small-header {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .video-section .video-header.small-header {
    font-size: 28px;
  }
}
@media only screen and (max-width: 640px) {
  .video-section .video-header.small-header {
    font-size: 26px;
  }
}
.video-section .video-container {
  position: relative;
  width: 100%;
  height: fit-content;
  margin: 24px 0;
}
.video-section .video-container .video-player {
  display: none;
  width: 100%;
}
.video-section .video-container .video-thumbnail {
  width: 100%;
}
.video-section .video-container .video-play-btn {
  position: absolute;
  display: block;
  width: 10vmin;
  left: 50%;
  bottom: 15%;
  transform: translateX(-50%);
  z-index: 2;
}
.video-section .video-container .video-play-btn:hover {
  cursor: pointer;
}
.video-section .video-container .video-play-btn:hover rect {
  fill: var(--white-static);
}
.video-section .video-container .video-play-btn:hover path {
  fill: var(--heading-static);
}
@media only screen and (max-width: 991px) {
  .video-section .video-header {
    margin: 0;
  }
}

.has-new-content-button {
  position: relative;
  width: 40px;
  height: 40px;
}

.container-festival {
  width: 100%;
  margin-bottom: 40px;
}

.flex-container-festival {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.flex-container-festival .box {
  font-size: 20px;
  line-height: 1.35;
  display: inline-flex;
  align-content: center;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
  flex: 1;
  background-color: #f5f5f5;
  padding: 5px;
  color: #2450b3;
  font-weight: 900;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .flex-container-festival .box {
    font-size: 18px;
  }
}

.second-section-container-statement div {
  color: var(--heading-color);
}

.hidden-events {
  display: none;
}

.second-section-container-statement-water {
  width: 80%;
  display: flex;
  flex-direction: column;
  color: var(--heading-color);
}

#go-to-the-game:disabled {
  opacity: 0.6;
}

.water-live-page h1.water-live-header {
  font-size: 42px;
  line-height: 1.2;
  text-align: center;
  padding: 40px 0px 40px 0px;
}
@media only screen and (max-width: 991px) {
  .water-live-page h1.water-live-header {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .water-live-page h1.water-live-header {
    font-size: 28px;
  }
}
@media only screen and (max-width: 640px) {
  .water-live-page h1.water-live-header {
    font-size: 26px;
  }
}
.water-live-page .events-clear-filter {
  font-size: 18px;
  line-height: 1.35;
  display: none;
  margin-left: 16px;
  width: 107px;
  font-weight: 700;
  text-align: center;
  background-color: var(--link-color);
  color: var(--white-static);
  padding: 12px 0;
}
@media only screen and (max-width: 640px) {
  .water-live-page .events-clear-filter {
    font-size: 16px;
  }
}
.water-live-page .events-clear-filter:hover {
  color: var(--white-static);
}
.water-live-page .events-list-container {
  margin-top: 72px;
}
.water-live-page .date-heading {
  color: var(--grey-static);
  margin: 32px 0;
}
.water-live-page h3 {
  font-size: 30px;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .water-live-page h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 640px) {
  .water-live-page h3 {
    font-size: 23px;
  }
}
.water-live-page .circle {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #058bc2;
  font-family: "Cormac-Black", sans-serif;
  font-weight: 1000;
  font-size: 30px;
  line-height: 1;
  color: var(--white-static);
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .water-live-page .circle {
    width: 45px;
    height: 45px;
    font-size: 22px;
    margin: auto;
  }
}
.water-live-page .text {
  width: 100%;
  color: var(--white-static);
}
.water-live-page .carousel img {
  height: fit-content;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  .water-live-page .events-active-filter-container,
.water-live-page .events-filter-top {
    margin-top: 24px;
  }
  .water-live-page .events-list-container {
    margin-top: 24px;
  }
  .water-live-page .date-heading {
    margin: 16px 0;
  }
  .water-live-page .date,
.water-live-page .time,
.water-live-page .location {
    font-size: 14px;
    line-height: 1.35;
  }
}
@media only screen and (max-width: 640px) {
  .water-live-page .container-festival {
    margin-bottom: 20px;
  }
  .water-live-page .additional-text-container-festival {
    font-size: 12px;
  }
  .water-live-page .flex-container-festival {
    flex-direction: column;
    gap: 0px;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.water-live-page .events-pagination {
  display: flex;
  justify-content: center;
  width: 350px;
  margin: 112px auto 0;
  color: var(--heading-color);
}
.water-live-page .events-pagination li {
  width: 53px;
  margin: 0 7px;
  text-align: center;
}
.water-live-page .events-pagination li:first-of-type {
  margin-left: 0;
}
.water-live-page .events-pagination li:last-of-type {
  margin-right: 0;
}
.water-live-page .events-pagination [class*=icon] {
  font-size: 70%;
}
.water-live-page .events-pagination a,
.water-live-page .events-pagination span {
  font-size: 18px;
  line-height: 1.35;
  width: 100%;
  display: block;
  text-align: center;
  padding: 13px 0;
  transition: color 0.3s;
}
@media only screen and (max-width: 640px) {
  .water-live-page .events-pagination a,
.water-live-page .events-pagination span {
    font-size: 16px;
  }
}
.water-live-page .events-pagination a:hover {
  color: var(--link-color);
}
.water-live-page .events-pagination .pagination-control {
  padding-top: 10px;
}
.water-live-page .events-pagination .prev {
  margin-right: 25px;
}
.water-live-page .events-pagination .next {
  margin-left: 25px;
}
@media only screen and (max-width: 767px) {
  .water-live-page .events-pagination {
    margin-top: 70px;
    width: 300px;
  }
  .water-live-page .events-pagination li {
    width: 45px;
    margin: 0 5px;
  }
  .water-live-page .events-pagination a,
.water-live-page .events-pagination span {
    padding: 9px 0;
    font-size: 16px;
  }
  .water-live-page .events-pagination .pagination-control {
    padding-top: 7px;
  }
  .water-live-page .events-pagination .prev {
    margin-right: 20px;
  }
  .water-live-page .events-pagination .next {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .water-live-page .events-pagination {
    margin-top: 40px;
    width: 288px;
  }
  .water-live-page .events-pagination li {
    width: 40px;
  }
  .water-live-page .events-pagination a,
.water-live-page .events-pagination span {
    padding: 8px 0;
    font-size: 14px;
  }
  .water-live-page .events-pagination .pagination-control {
    padding-top: 7px;
  }
  .water-live-page .events-pagination .prev {
    margin-right: 15px;
  }
  .water-live-page .events-pagination .next {
    margin-left: 15px;
  }
}

@media only screen and (min-width: 640px) {
  .festival-game-page .homepage-slide h3 {
    display: none;
  }
}

.partners-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .partners-container {
    gap: 22px;
  }
}

.festival-main-page .game-accent,
.festival-main-page .container-statement {
  margin-bottom: 40px;
  padding: 20px;
}
@media only screen and (max-width: 640px) {
  .festival-main-page .game-accent,
.festival-main-page .container-statement {
    margin-bottom: 20px;
  }
}

.festival-2025-page .banner-main {
  height: 700px;
}
@media only screen and (max-width: 1600px) {
  .festival-2025-page .banner-main {
    height: 550px;
  }
}
@media only screen and (max-width: 640px) {
  .festival-2025-page .banner-main {
    height: 360px;
  }
  .festival-2025-page .banner-main .section-bg picture,
.festival-2025-page .banner-main .section-bg img {
    opacity: 0.8;
  }
}
.festival-2025-page .banner-main .container-wrap {
  position: absolute;
}
.festival-2025-page .banner-game {
  height: 450px;
}
@media only screen and (max-width: 1600px) {
  .festival-2025-page .banner-game {
    height: 350px;
  }
}
@media only screen and (max-width: 991px) {
  .festival-2025-page .banner-game {
    height: auto;
  }
  .festival-2025-page .banner-game .container {
    height: 100%;
    display: flex;
    align-items: end;
  }
  .festival-2025-page .banner-game .section-bg picture,
.festival-2025-page .banner-game .section-bg img {
    opacity: 0.5;
  }
}

.bg-fest-2025 {
  background-color: #4b846a !important;
}

.bg-fest-game-2025 {
  background-color: #559bf5 !important;
}

.btn-fest-2025 {
  font-size: 18px;
  line-height: 1.35;
  background-color: #fede17;
  color: var(--heading-static);
  border: 1px solid #ccb000;
  padding: 12px;
  font-family: "Cormac-Black", sans-serif;
  border-radius: 8px;
  display: inline-flex;
  width: fit-content;
}
@media only screen and (max-width: 640px) {
  .btn-fest-2025 {
    font-size: 16px;
  }
}
.btn-fest-2025:hover {
  background-color: #ccb000;
  color: var(--black-static);
}

.carousel-fest-2025 {
  padding-bottom: 1em;
}
@media only screen and (max-width: 640px) {
  .carousel-fest-2025 img {
    max-height: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .carousel-fest-2025 img {
    max-height: 180px;
  }
}
.carousel-fest-2025 .carousel-control-next,
.carousel-fest-2025 .carousel-control-prev {
  top: auto;
  bottom: 1.5em;
}
@media only screen and (max-width: 640px) {
  .carousel-fest-2025 .carousel-control-next,
.carousel-fest-2025 .carousel-control-prev {
    bottom: 1.8em;
  }
}
.carousel-fest-2025 .carousel-control-prev {
  left: 0.5em;
}
.carousel-fest-2025 .carousel-control-next {
  right: 0.5em;
}
.carousel-fest-2025 .carousel-control-prev-icon,
.carousel-fest-2025 .carousel-control-next-icon {
  width: 45px;
  height: 25px;
}
@media only screen and (max-width: 640px) {
  .carousel-fest-2025 .carousel-control-prev-icon,
.carousel-fest-2025 .carousel-control-next-icon {
    width: 24px;
    height: 15px;
  }
}
.carousel-fest-2025 .carousel-control-prev-icon::before,
.carousel-fest-2025 .carousel-control-next-icon::before {
  display: none !important;
}
.carousel-fest-2025 .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 14'%3E%3Cpath fill='%23EBEBEB' d='M24 7.707v-2l-21.444.03 4.322-4.323L5.464 0 .878 4.586a3 3 0 0 0 0 4.242l4.586 4.585L6.878 12 2.616 7.738 24 7.707Z'/%3E%3C/svg%3E") !important;
}
.carousel-fest-2025 .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 14'%3E%3Cpath fill='%23EBEBEB' d='M0 7.707v-2l21.445.031-4.322-4.324L18.538 0l4.586 4.586a3 3 0 0 1 0 4.242l-4.586 4.586L17.123 12l4.262-4.262L0 7.708Z'/%3E%3C/svg%3E") !important;
}

.section-banner-interactive {
  cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAACdxJREFUeJyNV3lsHOUV/825p/e217cdJ07iM4nTBJQUAkQVSakq0SoNLaWHGlSVFghHq0KhEq2grcqRYI5KJSqlLQW1on+UkFQCcUqJSIgd2yTE9uawEx/r3fV6z9k5vun7ZkOkFiLY9efZ2Zn53nu/93u/91bG53jt/Nm6aM4tXcVkZYuoKL2ipK5QRMkr2jZE0S6VS+VJ0SyO+SrW274Ke2ffE2OZz9pTvtyF++68AufVcl3GL22z/bFd7aFIZ324Lh4PRoWALwhVlCAJAKOVLefaU0uprQsLyZtSS7mJrzzke85bKh2sK6nJpwY/+PyGd963xv2hy9oZCjfetaF1Wd+Gtl4x4glAkVTYNgMEAbZIS7ABOm8MBiE0NAlmJ6vPaeX6D88nNp88kxidSaee+Nov1r38ysND2mcavufnm8ULLvuH0Xj0l1t7N0VWNbRRZAIEiGREJMM8SvonMG6fjnRukxO0RPoi5Pbius514vLatjWvDx96fHbqbOhHd6wZfPbJ4+yyhu9+4Gpx0mW90Lmq6+brezYiovppM0ASxYuG4ViyyDCjE34qCvQ9qzpkk2HulG5baI5E8a0tN0TeHD2y5/DY+1+48/b+7+4dHGGfMPz9u7vdZ0TttpWr+m/eMXA1FOeSCFm0KTKKuMKgzWbgagxClLlZBomui3RkS0vQzuQgdzfSNcBiNkzTotTIuGFgEwzR/vbI8OFjO37a/+w/fj+iXTJ8/+5eTNT4bgo3xB/Y1nclRIpAkGhTClekaG2LoZSYwsTf3kD8jnVgAYIZJkHMHIgr03kUD8+gpWMzVH8tPSM7zvL806P4UtcAUqm5B6fnZxZvvb37+T8OnqgannOZde7a4O5r124KB2QXx9YhDzikBGEJs8g3TsO8pQtTlo0afQmyQIb55oIEtMvwtdWiIJ2HoucQUJeRY266zlNgw0uRb+3fEN5/9K3dc7mF18hk0jGc9YW2b2zt7uuMNIFjJVKpOLwho7qdQap0BoZiQHfVY01gIybKxyDIM5TrPDlmQqa6MggZi2moMB0GMxFgK6G4PLRXlYCtkTh627r7/pNa3A5M/Fm+9Z7+mBYJ7uppWS5y2PjbZgzZQwmUZs4B21WYFJ1uAaocxsEXX4QvZMG/sg3+1rxTXgI5auk+aGYN5V2mqAuYefIvWH3rjXAvr3Usczb0tHSIQ6c/+sHX7+7eLxe90lW14diKkMdPZSM6pcM9dNV5kZdsWJJOrK2y2TQN1HhziNS4sJQpwdNM99P3+XQcfi2I9kgrgl43JqwJxL5HETe6ifVSlf/0x0stGg525pLCF2XN697SHKyNqxLfgtcm5YwcEDtdMJtkit4ksgEK4V4h2IvMA2lBRCVgQ7J9KJVNZIensKpLwOQHaWy+biulp4zYMoJezkJFqEo00akRtMbq4+cSE1tkJop9MX+4qgW8bITqsVIpOV4SPZyoeKrqYkmw9cvQoBHMTRHMm6NYmF1Cs4ugnfM65TdenEVtIEtlKMG007TqINouIqPoKF5jMCZQzvplVa3p8PsDTpSXSsAuUL5SjngUKyryRTcRh7SZJDNSa8JFzPfZfnRZAwg2F3GWWkI6WUbbWs7k4wiqGsUmgRkmBLMEwetztIKwRMjlh99f0yGriscvy9W6c4SRarg8n6L8GsgjCm+lEUZiEoI1j2RKRmzL9aiTvPCefAPM1NGyeguSPQF4yFTUm4HbpVHdUxBEZzNRwnziJBq+GkGV3iQclDLqbH5ZxMcqJjhQSUzB2VeGUF7fhJYVPWgIBXFi7CCWLTNh6ERAgi1XKECSVfDkJ60KiqdMhGNuZI0QldUCXEqRUKMUNfkQjLfC4vklJBnxxabys0kc5IquFZhpxLjucp01ZBMd37wGi9IULpSGKEcr0dDRBctDSufxYFYfhurphL7ySuT0FBbNPLTTE/C4c9DzdJ93NUrSMXhEAwq1T68acdJnk35z0nAls5hVkIta4XROy7cLRAJOe35ZjcZQYxXpQ4Lu/QCNG7ma2aiTSziZKGL49TGE/FH4B1rhDWQQWN0I2SpDKxvo9XTjRPkcFG8SXrGeGofoRCtYltNMssUS0rncadm2dN43r+2tX8F7mxM1b/BuKYayOE2Gy0SOskMNZksoTxfQ2pCHohChiioaG0zkOlScnhlAfSSMlJVGSXMhPK1C6CLl4tXJ9UFUnKTO5VKEtDkihzXh7bnFzE7DMupdokreEdEcBVOg6mGKogK5xnYeMkjRahvaYVwgzymCSNR24GsnJYv7UqRuGaRZAjWygcx4GZ7lDLKLxiPew2lpxIdz6bl527DfkWMV6V3yYiJTztU3+mov9l5OBhXlo2Xk80kEt9c7IsIdam7vRCi6DtPGOHw1p6q9maD0KiL8Cmcu3egOwnXjAJWf4lyXuFVCM1cqIJlJT4QLeFfe8+ih1M6HNu0bmkpsjvdEqUWYTlPnDI9u6KVO1EwES0JjGYKMYUG/gAoRzReahVu2ne7DmWHSEp2n3PC7qTtx5C42GoGIZRJCx85Osmwmt2//3mMppzupWuHA5NlTo+PR2jWrCUrRgZoGABIjxRMkFfI4q2xcgMdKwO3XL45DdBe1ST7ylMfykCJuhNvaiYeqk1eeBj6J8vIZX5zD8PT4aKRYOHBpEGgps2Qind3z5vHDj8fD0XBI8TnRWZRT3iaZyZtBHQJ2AFP/+jeab1kD08UjJNMkbzSQoJDQEXCvoOmzrjoQsuqUwj8WKhoOHH9/MZ/K7ukz1eQlw4/sGcNt9659KX9hNnzg+KHHd6y/xhlruKgwxgu/2vBNyYeWL2+Di1DwCLqTEqep0F/LN1Y795oWySQrw+lbguzo/f7RI8hPzf66Rjdfevjp0f+duZ55dFi7/861e8c/OrH+n4zdfH3fFTRJeB2PifFV2Kg21HofKpQvSagOC6JQVTwn03QzZ7BMb0Zlmzc0vHriGD46deqvy0vy3sHBoU8Oe07ke4fZfT/u/86Zyomjf8pkH7y2Z12kmyRPISN8U2by6Kvdi10cb7kmC7Z4sZMJTm5LMDCRmsV7I0OZhfm5Xy03hcHBwaOXH2/56zdPj7Bd9274Qzqdzr4+emj3+dRsX0/rSjHk9kHlTd2RP9vRfOfolABzDOqkh4uVAobPnGTj0+dGS9mlJ/yW+PLgY0fY/9v51F8Szz16RLv/ng3Pz5qLr51Mp7aNn53aVRPwd8ZCoXg99dMAOeGRql1aJ8N5rYi5TNpOZlPz2eziRHEp9VxElw+2aq7k75459GkmLv/b6ZHHjvADZ+ALP7lr06vJxexVM7PT1wyLcq8oqys8iuLlQ27FNEu6Vp5UDHvMZVhvNamu9/7+25H05fb9+PVfYUB9MUq1SCsAAAAASUVORK5CYII=") 40 40, auto;
}
.section-banner-interactive svg {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
}
@media only screen and (max-width: 1600px) {
  .section-banner-interactive svg {
    max-height: 600px;
  }
}
.section-banner-interactive svg .puzzle-base {
  transition: opacity 0.55s;
}
.section-banner-interactive svg .puzzle-base.fade {
  opacity: 0.5;
}
.section-banner-interactive svg .puzzle-link-block {
  opacity: 0;
  transition: all 0.5s;
  visibility: hidden;
  z-index: 1;
  pointer-events: none;
}
.section-banner-interactive svg .puzzle-link-block.show {
  opacity: 1;
  visibility: visible;
}
.section-banner-interactive svg .puzzle-link-trigger {
  z-index: 103;
}

.banner-game {
  background-color: #03011c;
  height: 340px;
  overflow: visible;
}
.banner-game .container {
  position: absolute;
  max-width: none;
}
@media only screen and (max-width: 991px) {
  .banner-game {
    height: auto;
    margin-bottom: 0;
    overflow: hidden;
  }
  .banner-game .container {
    position: relative;
    bottom: auto;
  }
  .banner-game h1 {
    color: var(--white-static);
  }
}

.container-quiz-game {
  max-width: 480px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .container-quiz-game {
    width: 80%;
    margin: 0 auto;
    padding-top: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .container-quiz-game {
    width: 90%;
  }
}

.questions-counter {
  font-size: 16px;
  line-height: 1.45;
  text-align: center;
  color: var(--black-color);
  background-color: var(--light-border-color);
  padding: 12px 90px 12px 90px;
}

.question-container {
  width: auto;
  margin: 0px 7px;
}
.question-container .question {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 26px;
  position: relative;
  margin-bottom: 100px;
}
@media only screen and (max-width: 480px) {
  .question-container .question {
    gap: 14px;
    padding-top: 14px;
    margin-bottom: 90px;
  }
}
.question-container .question p {
  font-size: 20px;
  line-height: 1.35;
  text-align: left;
  color: var(--black-color);
}
@media only screen and (max-width: 991px) {
  .question-container .question p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .question-container .question p {
    margin-bottom: 12px;
  }
}
.question-container .answer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.question-container .answer {
  font-size: 20px;
  line-height: 1.35;
  line-height: 1.1;
  min-height: 50px;
  width: 100%;
  background-color: var(--white-static);
  color: var(--heading-static);
  border: 1px solid var(--heading-color);
  display: flex;
  padding: 8px;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .question-container .answer {
    font-size: 18px;
  }
}
.question-container .answer .icon {
  font-size: 90%;
  position: absolute;
  right: 8px;
}
.question-container .answer.correct, .question-container .answer.wrong, .question-container .answer.is-correct, .question-container .answer.is-wrong {
  padding-right: 32px;
}
.question-container .is-selected {
  background-color: #e8fbff;
  border-color: var(--link-color);
  font-weight: 700;
}
.question-container .is-wrong {
  background-color: #ffe9e9;
  border-color: #ff7070;
  font-weight: 700;
}
.question-container .is-wrong .icon {
  color: #ba3030;
}
.question-container .correct,
.question-container .is-correct {
  background-color: #f4ffe7;
  border-color: #97ed2c;
  font-weight: 700;
}
.question-container .correct .icon,
.question-container .is-correct .icon {
  color: #568022;
}
.question-container .wrong,
.question-container .correct {
  font-weight: 400;
}
.question-container .feedback-container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  min-height: 80px;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  .question-container .feedback-container {
    min-height: 60px;
  }
}
.question-container .feedback-text {
  font-size: 20px;
  line-height: 1.35;
  font-weight: 800;
}
@media only screen and (max-width: 991px) {
  .question-container .feedback-text {
    font-size: 18px;
  }
}
.question-container .points {
  font-family: "Cormac-Black", sans-serif;
  font-size: 25px;
  margin-top: 10px;
}
@media only screen and (max-width: 480px) {
  .question-container .points {
    margin-top: 8px;
  }
}
.question-container .btn-action {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  width: 100%;
  color: var(--grey-static);
  border: 1px solid var(--grey-static);
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
}
.question-container .btn-action.is-active {
  background-color: var(--link-color);
  border-color: var(--link-color);
  color: var(--white-static);
}
.question-container .btn-action.action-next i {
  font-size: 85%;
  line-height: 1;
}

.post-quiz-container .points-container {
  background-color: var(--light-border-color);
  width: 100%;
  min-height: 76px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.post-quiz-container .points-container .score {
  font-size: 25px;
}

.festival-game-page.festival-passed .question {
  margin-bottom: 60px;
}
.festival-game-page.festival-passed .question .feedback-container {
  min-height: auto;
}
.festival-game-page.festival-passed .question .points {
  display: none;
}

.festival-game-page .hidden,
.festival-game-page .game-points,
.festival-game-page .check-in,
.festival-game-page .register-callout {
  display: none;
}
.festival-game-page .btn-maps {
  appearance: none;
  background-color: var(--white-static);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  border: 1px solid var(--light-border-color);
  border-radius: 2px;
  color: #666;
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin-right: 10px;
  transition: color 0.3s ease-in-out;
}
.festival-game-page .btn-maps:hover, .festival-game-page .btn-maps:active {
  color: #111;
}
.festival-game-page .check-in {
  font-family: "Sofia Sans", sans-serif;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.3s;
  color: var(--white-static);
  background-color: var(--link-color);
  border: 1px solid var(--link-color);
  padding: 16px;
  font-weight: 700;
  width: 100%;
  display: none;
}
.festival-game-page .check-in:hover, .festival-game-page .check-in:focus, .festival-game-page .check-in:active {
  text-decoration: none;
  box-shadow: none;
}
.festival-game-page .check-in:hover, .festival-game-page .check-in.focus, .festival-game-page .check-in:active {
  color: var(--link-color);
  background-color: var(--white-static);
  border: 1px solid var(--link-color);
}
.festival-game-page .check-in:disabled {
  background-color: var(--bg-color);
  color: var(--form-border-color);
  border: 1px solid var(--form-border-color);
}
.festival-game-page .check-in:disabled:hover, .festival-game-page .check-in:disabled.focus, .festival-game-page .check-in:disabled:active {
  background-color: var(--bg-color);
  color: var(--form-border-color);
  border: 1px solid var(--form-border-color);
}
.festival-game-page .check-in .add-score {
  font-weight: 400;
}
.festival-game-page .btn-container {
  background-color: var(--bg-color);
  border-top: 1px solid var(--light-border-color);
}
.festival-game-page .checked-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
}
.festival-game-page .location-info {
  color: var(--black-color);
  display: none;
}
.festival-game-page .gm-style-iw {
  font-family: "Sofia Sans", sans-serif;
  padding-right: 6px;
}
.festival-game-page .gm-style-iw-ch {
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
  padding-top: 12px;
}
.festival-game-page .gm-style-iw-ch,
.festival-game-page .gm-style-iw-d {
  color: var(--heading-static);
}
.festival-game-page #fountainsContainer .container-map {
  height: 500px;
  position: relative;
}
.festival-game-page #fountainsContainer .container-map #map {
  height: 500px;
  width: 100%;
  position: absolute;
}
.festival-game-page #fountainsContainer .container-map #map iframe:focus {
  outline: none;
}
@media only screen and (max-width: 640px) {
  .festival-game-page #fountainsContainer .container-map {
    height: 400px;
  }
  .festival-game-page #fountainsContainer .container-map #map {
    height: 400px;
  }
}
.festival-game-page .map-locations-banner {
  background-color: #fffdea;
}
.festival-game-page .map-locations-banner .container {
  position: relative;
  width: fit-content;
}
.festival-game-page .map-locations-banner .container picture {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.festival-game-page .map-locations-banner .container picture img {
  max-height: 600px;
  width: auto;
  display: inline-block;
  object-fit: contain;
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .festival-game-page .map-locations-banner .container picture img {
    height: 550px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 767px) {
  .festival-game-page .map-locations-banner .container picture img {
    height: 450px;
  }
}
@media only screen and (max-width: 640px) {
  .festival-game-page .map-locations-banner .container picture img {
    height: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .festival-game-page .map-locations-banner .container picture img {
    height: 360px;
  }
}
.festival-game-page #location-carousel-wrap .carousel-img-wrap {
  height: 600px;
  min-height: 500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
@media only screen and (max-width: 767px) {
  .festival-game-page #location-carousel-wrap .carousel-img-wrap {
    height: 400px;
  }
}
@media only screen and (max-width: 640px) {
  .festival-game-page #location-carousel-wrap .carousel-img-wrap {
    min-height: 300px;
    height: 300px;
  }
}
.festival-game-page #location-carousel-wrap .carousel-img-wrap img {
  height: 100%;
  max-height: 100%;
  width: auto;
  object-fit: contain;
  transition: opacity 0.3s ease-in-out;
}

.festival-profile .tab-content-game .score-game {
  background-color: var(--light-border-color);
  color: var(--modal-color);
  padding: 12px 0px 12px 0px;
  width: 100%;
  height: 76px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.festival-profile a.disabled {
  pointer-events: none;
  cursor: not-allowed;
  color: var(--form-border-color);
  background-color: var(--bg-color);
  border: 1px solid var(--form-border-color);
}

.icon-sprite {
  color: var(--heading-color);
}
.icon-sprite.red {
  color: var(--red-color);
}

.image-overlay,
.homepage-slider-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.17%, rgba(0, 0, 0, 0.65) 90.92%);
  transform: translate3d(0, 0, 0);
  z-index: 2;
}
.image-overlay.overlay-scholarship-y25,
.homepage-slider-overlay.overlay-scholarship-y25 {
  height: 50%;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.7) 40%, black 100%);
}
@media only screen and (max-width: 991px) {
  .image-overlay,
.homepage-slider-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 32.61%, rgba(0, 0, 0, 0.8) 100%);
  }
  .image-overlay.overlay-scholarship-y25,
.homepage-slider-overlay.overlay-scholarship-y25 {
    bottom: 70px;
  }
}
@media only screen and (max-width: 640px) {
  .image-overlay,
.homepage-slider-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 32.61%, rgba(0, 0, 0, 0.85) 100%);
  }
  .image-overlay.overlay-scholarship-y25,
.homepage-slider-overlay.overlay-scholarship-y25 {
    height: 60%;
  }
}

.image-overlay-thick,
.homepage-slider-overlay-thick {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 90%);
}
@media only screen and (max-width: 991px) {
  .image-overlay-thick,
.homepage-slider-overlay-thick {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.8) 80%);
  }
}
@media only screen and (max-width: 640px) {
  .image-overlay-thick,
.homepage-slider-overlay-thick {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.8) 90%);
  }
}

.weglot-container .weglot_switcher {
  background-color: transparent !important;
  width: auto !important;
}
.weglot-container .weglot_switcher .language-option {
  padding-left: 16px !important;
}
.weglot-container .weglot_switcher .active-language {
  border: 0 solid transparent !important;
  padding-right: 0 !important;
}
.weglot-container .weglot_switcher .active-language > a {
  gap: 0 !important;
  font-size: 0 !important;
}
.weglot-container .weglot_switcher .wg-flag {
  width: 24px !important;
}

.nav-item-translate {
  margin-left: 0 !important;
}
@media only screen and (max-width: 991px) {
  .nav-item-translate {
    display: none !important;
    visibility: hidden !important;
  }
}
.nav-item-translate .weglot-container {
  z-index: inherit !important;
}
.nav-item-translate .weglot-container .language-list {
  display: block !important;
  z-index: -1;
  right: 0 !important;
  border: 0 solid transparent;
  border-radius: 0 !important;
  background-color: var(--nav-dropdown-bg-color) !important;
  transition: all 0.35s 0.1s;
  transform: translateY(-108%) !important;
  top: 100% !important;
  color: var(--white-static);
  font-size: 12px;
  padding: 12px 0 !important;
}
.nav-item-translate .weglot-container .language-list a {
  padding: 4px 0 !important;
}
.nav-item-translate .weglot-container:hover .language-list {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.nav-mobile-translate {
  display: none;
}
@media only screen and (max-width: 991px) {
  .nav-mobile-translate {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .nav-mobile-translate .weglot_switcher .language-option {
    padding-right: 16px !important;
  }
  .nav-mobile-translate .weglot_switcher .language-option > a {
    color: var(--white-static) !important;
  }
  .nav-mobile-translate .weglot_switcher .language-option .underline {
    background-color: transparent !important;
  }
  .nav-mobile-translate .weglot_switcher .language-option:hover {
    color: var(--link-color);
    border-bottom: 0 solid transparent;
  }
  .nav-mobile-translate .weglot_switcher .language-option[aria-label*="Language selected"] > a {
    color: var(--white-static) !important;
  }
  .nav-mobile-translate .weglot_switcher .language-option[aria-label*="Language selected"] .underline {
    background-color: var(--white-static) !important;
  }
}

.hippo-show-components #events-news {
  display: block !important;
}

.fs-28 {
  font-size: 28px;
  line-height: 1.25;
}
@media only screen and (max-width: 991px) {
  .fs-28 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .fs-28 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 640px) {
  .fs-28 {
    font-size: 20px;
  }
}

.fs-26 {
  font-size: 26px;
  line-height: 1.25;
}
@media only screen and (max-width: 991px) {
  .fs-26 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .fs-26 {
    font-size: 20px;
  }
}

.fs-24 {
  font-size: 24px;
  line-height: 1.3;
}
@media only screen and (max-width: 991px) {
  .fs-24 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .fs-24 {
    font-size: 20px;
  }
}

.fs-22 {
  font-size: 22px;
  line-height: 1.35;
}
@media only screen and (max-width: 991px) {
  .fs-22 {
    font-size: 20px;
  }
}

.fs-20 {
  font-size: 20px;
  line-height: 1.35;
}
@media only screen and (max-width: 991px) {
  .fs-20 {
    font-size: 18px;
  }
}

.fs-18 {
  font-size: 18px;
  line-height: 1.35;
}
@media only screen and (max-width: 640px) {
  .fs-18 {
    font-size: 16px;
  }
}

.fs-16 {
  font-size: 16px;
  line-height: 1.45;
}

.fs-14 {
  font-size: 14px;
  line-height: 1.35;
}

.fw-200 {
  font-weight: 200;
}

.fw-400 {
  font-weight: 400;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.ff-script, #bank-modal .modal-content .thanks-text, .author-holder, .main-campaign .content-image-container .owner .name {
  font-family: "Caveat", sans-serif;
}

.ff-title {
  font-family: "Cormac-Black", sans-serif;
}

.ff-title-light {
  font-family: "Cormac-ExtraLight", sans-serif;
}

.ff-base {
  font-family: "Sofia Sans", sans-serif;
}

.lh-110 {
  line-height: 1.1 !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-no-underline {
  text-decoration: none !important;
}

.text-no-transform {
  text-transform: none !important;
}

.font-normal {
  font-style: normal;
}

.link {
  cursor: pointer;
  color: var(--link-color);
  transition: all 0.15s ease;
  text-decoration: none;
}
.link:hover {
  text-decoration: underline;
  color: var(--link-hover-color);
}
.link.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

.link-underline, .preview-media-link a {
  cursor: pointer;
  color: var(--link-color);
  transition: all 0.15s ease;
  text-decoration: none;
  text-decoration: underline !important;
}
.link-underline:hover, .preview-media-link a:hover {
  text-decoration: underline;
  color: var(--link-hover-color);
}
.link-underline.disabled, .preview-media-link a.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

.link-inherit {
  color: inherit !important;
  transition: all 0.15s ease;
}
.link-inherit:hover {
  color: inherit !important;
}

.is-external::after {
  display: inline-flex;
  direction: ltr;
  width: auto;
  height: auto;
  word-wrap: normal;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  content: "";
  font-family: "culturama-icon-font";
  font-feature-settings: "liga";
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  content: "external_link" !important;
  font-size: 80%;
  color: inherit;
  margin-left: 3px;
}

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

/* 
  from Bootstrap, in rem
  *-1 = 0.25rem = 4px
  *-2 = 0.5rem = 8px
  *-3 = 1rem = 18px
  *-4 = 1.5rem = 24px
  *-5 = 3rem = 48px
*/
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bg-lightgrey {
  background-color: var(--light-bg-color);
}

.bg-darkgrey {
  background-color: var(--dark-grey-static);
}
.bg-darkgrey h1,
.bg-darkgrey .h1,
.bg-darkgrey h2,
.bg-darkgrey .h2,
.bg-darkgrey h3,
.bg-darkgrey .h3,
.bg-darkgrey h4,
.bg-darkgrey .h4,
.bg-darkgrey h5,
.bg-darkgrey .h5,
.bg-darkgrey h6,
.bg-darkgrey .h6 {
  color: var(--white-static);
}

.bg-body, .section-up > .container {
  background-color: var(--bg-color) !important;
}

.bg-lightblue {
  background-color: rgba(5, 139, 194, 0.08);
}

.bg-lightgreen {
  background-color: rgba(9, 198, 29, 0.08);
}

.bg-cornsilk {
  background-color: rgba(253, 208, 0, 0.08);
}

.bg-blue {
  background-color: var(--midblue-static);
}

.bg-link {
  background-color: var(--link-color);
}
.bg-link h1,
.bg-link .h1,
.bg-link h2,
.bg-link .h2,
.bg-link h3,
.bg-link .h3,
.bg-link h4,
.bg-link .h4,
.bg-link h5,
.bg-link .h5,
.bg-link h6,
.bg-link .h6 {
  color: var(--white-static);
}

.c-black {
  color: var(--black-color) !important;
}

.c-title {
  color: var(--heading-color) !important;
}

.c-white {
  color: var(--bg-color) !important;
}

.c-heading {
  color: var(--heading-color) !important;
}

.c-blue-to-white {
  color: var(--midblue-to-white) !important;
}

.c-white-static {
  color: var(--white-static) !important;
}

@media (min-width: 991px) {
  .position-lg-relative {
    position: relative !important;
  }

  .d-lg-none {
    display: none !important;
  }
}
@media (min-width: 767px) {
  .position-md-relative {
    position: relative !important;
  }

  .d-md-none {
    display: none !important;
  }
}
@media (min-width: 640px) {
  .position-sm-relative {
    position: relative !important;
  }

  .d-sm-none {
    display: none !important;
  }
}
.is-loading {
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 640px) {
  .cc-mobile-hidden .cc-revoke {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .cc-tablet-center .cc-revoke {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 94px;
    transform: translate(-50%, 2em);
  }
}

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