/* line 1, app/assets/stylesheets/a_reset.sass */
html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, img, small, strike, sub, sup, tt, u, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

/* line 12, app/assets/stylesheets/a_reset.sass */
footer, header, nav, section, main {
  display: block;
}

/* line 15, app/assets/stylesheets/a_reset.sass */
body {
  line-height: 1;
}

/* line 18, app/assets/stylesheets/a_reset.sass */
blockquote, q {
  quotes: none;
}

/* line 21, app/assets/stylesheets/a_reset.sass */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* line 25, app/assets/stylesheets/a_reset.sass */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 29, app/assets/stylesheets/a_reset.sass */
input {
  -webkit-appearance: none;
  border-radius: 0;
}

/* line 33, app/assets/stylesheets/a_reset.sass */
a {
  text-decoration: none;
}
/* line 3, app/assets/stylesheets/accessibility.sass */
#accessibility_menu {
  position: relative;
  overflow: hidden;
  width: 300px;
  bottom: 20px;
  z-index: 100;
}

/* line 9, app/assets/stylesheets/accessibility.sass */
#accessibility_menu .menu {
  flex-direction: column;
  display: flex;
  list-style: none;
  width: 300px;
  height: fit-content;
  opacity: 0;
  transition: 0.2s ease all;
  z-index: -1;
  position: fixed;
  bottom: 110px;
  right: 40px;
  visibility: hidden;
  box-shadow: 10px 10px 0px 0px #00000040;
  z-index: 2;
  border-radius: 8px;
}

/* line 25, app/assets/stylesheets/accessibility.sass */
#accessibility_menu .menu .header {
  background: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 12px 14px 12px 20px;
  border-radius: 8px 8px 0px 0px;
  margin: 0px;
}

/* line 34, app/assets/stylesheets/accessibility.sass */
#accessibility_menu .menu .header p {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  font-family: "Arial" !important;
}

/* line 39, app/assets/stylesheets/accessibility.sass */
#accessibility_menu .menu #accessibility_close {
  cursor: pointer;
  font-weight: 600;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(/assets/close-46acfa2e6efe92b02adf0e9dbad24c9df610556679e25113c34d8498ca1e6f97.svg) no-repeat center;
  background-size: 16px 16px;
  border: none;
}

/* line 48, app/assets/stylesheets/accessibility.sass */
#accessibility_menu .menu #accessibility_close:hover {
  background-color: #1a1a1a;
}

/* line 50, app/assets/stylesheets/accessibility.sass */
#accessibility_menu ul {
  padding: 12px;
  background-color: #ebebeb;
  border-radius: 0px 0px 8px 8px;
  margin: 0px;
}

/* line 55, app/assets/stylesheets/accessibility.sass */
#accessibility_menu ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px;
  font-weight: 500;
  cursor: pointer alias;
}

/* line 64, app/assets/stylesheets/accessibility.sass */
#accessibility_menu ul li button {
  background: none;
  border: none;
  font-size: 100%;
  cursor: pointer;
  display: flex;
  flex: 1;
  align-items: center;
  gap: 20px;
  padding: 12px;
  border-radius: 4px;
  text-align: left;
  font-family: "Arial" !important;
  font-size: 18px;
  font-weight: 400;
}

/* line 79, app/assets/stylesheets/accessibility.sass */
#accessibility_menu ul li button:hover {
  background: #ddd;
}

/* line 81, app/assets/stylesheets/accessibility.sass */
#accessibility_menu ul li button::before, #accessibility_menu ul li button::after {
  content: '';
  display: inline-block;
  background-size: contain;
  background-color: inherit;
  background-repeat: no-repeat;
}

/* line 87, app/assets/stylesheets/accessibility.sass */
#accessibility_menu ul li button::before {
  flex: 0 0 25px;
  height: 25px;
  background-position: center;
}

/* line 91, app/assets/stylesheets/accessibility.sass */
#accessibility_menu ul li button::after {
  flex: 1;
  height: 12px;
  background-position: center right;
}

/* line 95, app/assets/stylesheets/accessibility.sass */
#accessibility_menu ul li button.typography_btn::before {
  background-image: url(/assets/typography_btn-f801d67bc32c839b549a4a1586c50337fa28313d34ceb750e5aa41ae5eb266e7.svg);
}

/* line 97, app/assets/stylesheets/accessibility.sass */
#accessibility_menu ul li button.contrast_btn::before {
  background-image: url(/assets/contrast_btn-e6dc1aa30c3ccb73796a1f267f7783a20584ab5de837dd85f6d07dc7be5130c4.svg);
}

/* line 99, app/assets/stylesheets/accessibility.sass */
#accessibility_menu ul li button.underlined_btn::before {
  background-image: url(/assets/underlined_btn-5df1f53d1680559ec6e1a8efc58188624bb2f73a6ba3edf0c8e1da1e3e7174c4.svg);
}

/* line 101, app/assets/stylesheets/accessibility.sass */
#accessibility_menu ul li button.reset_btn::before {
  background-image: url(/assets/reset_btn-463f8694d77a0c214188e63e547151bf15f03dd5162b8cf7034cef289c95f170.svg);
}

/* line 103, app/assets/stylesheets/accessibility.sass */
#accessibility_menu ul li button.disable_btn::before {
  background-image: url(/assets/disable_btn-c8fdaffb145343f1a1915374c54533201503a35b0f26d9f04286d1f4b010fc9c.svg);
}

/* line 106, app/assets/stylesheets/accessibility.sass */
#accessibility_menu hr {
  background: #ddd;
  border: none;
  height: 1px;
  margin: 12px 0px;
}

/* line 111, app/assets/stylesheets/accessibility.sass */
#accessibility_menu hr.hr_alt {
  background: #808080;
}

/* line 115, app/assets/stylesheets/accessibility.sass */
#accessibility_menu #accessibility_btn {
  background-image: url(/assets/universal_access-419c431d70259cc26cc4a1ff9268c93500b08f62127b402897b0e467d2731d7a.svg);
  background-color: #000;
  background-size: 48px 48px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: -3px;
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 40px;
  border-radius: 50%;
  border: none;
  transition: transform 0.2s;
  transform: scale(1);
}

/* line 134, app/assets/stylesheets/accessibility.sass */
#accessibility_menu #accessibility_btn:hover {
  background-color: #1a1a1a;
}

/* line 138, app/assets/stylesheets/accessibility.sass */
#accessibility_menu.accessibility-active .menu {
  transition: opacity 0.2s;
  opacity: 1;
  transform: translateY(0);
  z-index: 1;
  visibility: visible;
}

/* line 145, app/assets/stylesheets/accessibility.sass */
#accessibility_menu.absolute {
  top: 40px;
  right: 40px;
  overflow: visible;
  position: absolute;
}

/* line 150, app/assets/stylesheets/accessibility.sass */
#accessibility_menu.absolute #accessibility_btn {
  position: absolute;
  top: 0px;
  right: 0px;
}

/* line 154, app/assets/stylesheets/accessibility.sass */
#accessibility_menu.absolute .menu {
  position: absolute;
  right: 0;
  top: 80px;
}

/* line 158, app/assets/stylesheets/accessibility.sass */
#accessibility_menu.absolute .hr_alt {
  display: none;
}

/* line 160, app/assets/stylesheets/accessibility.sass */
#accessibility_menu.absolute.accessibility-active {
  overflow: visible;
}

/* line 164, app/assets/stylesheets/accessibility.sass */
#accessibility_menu.fixed.scroll-anim .menu {
  transition: opacity 0.2s;
  opacity: 0;
}

/* line 167, app/assets/stylesheets/accessibility.sass */
#accessibility_menu.fixed.scroll-anim #accessibility_btn {
  transition: transform 0.2s;
  transform: scale(0);
}

/* line 171, app/assets/stylesheets/accessibility.sass */
.disable-accessibility {
  position: relative;
}

/* line 173, app/assets/stylesheets/accessibility.sass */
.disable-accessibility #accessibility_menu {
  display: flex;
  right: 40px;
  justify-content: flex-end;
  overflow: visible;
  position: absolute;
  bottom: 40px;
}

/* line 180, app/assets/stylesheets/accessibility.sass */
.disable-accessibility #accessibility_menu .menu {
  bottom: 80px;
  right: 0px;
  position: absolute;
}

/* line 184, app/assets/stylesheets/accessibility.sass */
.disable-accessibility #accessibility_menu .hr_alt {
  display: none;
}

/* line 186, app/assets/stylesheets/accessibility.sass */
.disable-accessibility #accessibility_menu .disable_btn {
  display: none;
}

/* line 188, app/assets/stylesheets/accessibility.sass */
.disable-accessibility #accessibility_menu #accessibility_btn {
  position: relative;
  right: 0;
  top: 0;
}

/* line 193, app/assets/stylesheets/accessibility.sass */
.disable-accessibility #footer .footer-links, .disable-accessibility #footer .copyright {
  margin-right: 40px;
}

/* line 197, app/assets/stylesheets/accessibility.sass */
a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
  font-weight: 500;
  background: #fff;
  line-height: 1.2;
}

/* line 208, app/assets/stylesheets/accessibility.sass */
a.skip-main:focus, a.skip-main:active {
  outline-style: solid;
  outline-color: #00f;
  outline-width: 3px;
  left: auto;
  top: auto;
  width: 20%;
  height: auto;
  overflow: auto;
  margin: 10px 40%;
  padding: 8px;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}

/* line 223, app/assets/stylesheets/accessibility.sass */
a:focus-visible, button:focus-visible {
  outline-style: solid;
  outline-color: #00f;
  outline-width: 3px;
  visibility: visible;
}

/* line 229, app/assets/stylesheets/accessibility.sass */
.open-dyslexic-font {
  font-family: "OpenDyslexic";
}

/* line 231, app/assets/stylesheets/accessibility.sass */
.open-dyslexic-font h1, .open-dyslexic-font h2, .open-dyslexic-font h3, .open-dyslexic-font h4, .open-dyslexic-font h5, .open-dyslexic-font h6, .open-dyslexic-font p, .open-dyslexic-font li, .open-dyslexic-font a, .open-dyslexic-font span, .open-dyslexic-font .button, .open-dyslexic-font label, .open-dyslexic-font input, .open-dyslexic-font select, .open-dyslexic-font option {
  font-family: "OpenDyslexic";
}

/* line 233, app/assets/stylesheets/accessibility.sass */
.open-dyslexic-font form .input-group .radio:first-of-type {
  width: 130px;
}

/* line 236, app/assets/stylesheets/accessibility.sass */
.open-dyslexic-font #accessibility_menu {
  font-family: "Arial" !important;
}

/* line 240, app/assets/stylesheets/accessibility.sass */
.open-dyslexic-font #accessibility_menu .menu button.typography_btn::after {
  background-image: url(/assets/check-e2e07bf638b96df0b7e51cfc793cd6c6573dfff11d7d99eb791a9d56ec617e68.svg);
}

/* line 242, app/assets/stylesheets/accessibility.sass */
.open-dyslexic-font #accessibility_menu .menu .header p, .open-dyslexic-font #accessibility_menu .menu button {
  font-family: "Arial" !important;
}

/* line 247, app/assets/stylesheets/accessibility.sass */
.underlined-links a {
  text-decoration: underline !important;
}

/* line 252, app/assets/stylesheets/accessibility.sass */
.underlined-links #accessibility_menu .menu button.underlined_btn::after {
  background-image: url(/assets/check-e2e07bf638b96df0b7e51cfc793cd6c6573dfff11d7d99eb791a9d56ec617e68.svg);
}

/* line 255, app/assets/stylesheets/accessibility.sass */
.active-contrast {
  background: #1a1a1a;
}

/* line 257, app/assets/stylesheets/accessibility.sass */
.active-contrast h1, .active-contrast h2, .active-contrast h3, .active-contrast h4, .active-contrast h5, .active-contrast h6, .active-contrast p, .active-contrast li, .active-contrast label {
  color: #F2F2F2;
}

/* line 259, app/assets/stylesheets/accessibility.sass */
.active-contrast img {
  filter: brightness(0.9) contrast(0.95);
}

/* line 261, app/assets/stylesheets/accessibility.sass */
.active-contrast #header {
  background: #1a1a1a;
}

/* line 264, app/assets/stylesheets/accessibility.sass */
.active-contrast .inas-logo img {
  filter: grayscale(1) brightness(1) invert(1);
}

/* line 268, app/assets/stylesheets/accessibility.sass */
.active-contrast #nav .nav-menu-item a, .active-contrast #nav .nav-menu-item button {
  color: #F2F2F2;
}

/* line 270, app/assets/stylesheets/accessibility.sass */
.active-contrast #nav .nav-menu-item a:hover, .active-contrast #nav .nav-menu-item button:hover {
  color: #9F9F9F;
}

/* line 272, app/assets/stylesheets/accessibility.sass */
.active-contrast #nav .nav-menu-item button::after {
  filter: brightness(0) invert(1);
}

/* line 274, app/assets/stylesheets/accessibility.sass */
.active-contrast #nav .nav-submenu {
  background: #1a1a1a;
  border: 1px solid #9F9F9F;
}

/* line 278, app/assets/stylesheets/accessibility.sass */
.active-contrast #nav .nav-submenu-item a {
  color: #F2F2F2;
}

/* line 281, app/assets/stylesheets/accessibility.sass */
.active-contrast .lang-switch a {
  color: #9F9F9F;
  position: relative;
}

/* line 284, app/assets/stylesheets/accessibility.sass */
.active-contrast .lang-switch a:hover {
  color: #F2F2F2;
}

/* line 286, app/assets/stylesheets/accessibility.sass */
.active-contrast .lang-switch a.is-active {
  color: #F2F2F2;
}

/* line 288, app/assets/stylesheets/accessibility.sass */
.active-contrast .members-zone {
  color: #F2F2F2;
}

/* line 290, app/assets/stylesheets/accessibility.sass */
.active-contrast .members-zone:hover {
  color: #9F9F9F;
}

/* line 292, app/assets/stylesheets/accessibility.sass */
.active-contrast .members-zone::after {
  filter: brightness(0) invert(1);
}

/* line 295, app/assets/stylesheets/accessibility.sass */
.active-contrast .banner-hero {
  background: linear-gradient(to right, #000 50%, rgba(0, 0, 0, 0.8) 65%, rgba(0, 0, 0, 0.05) 80%);
}

/* line 297, app/assets/stylesheets/accessibility.sass */
.active-contrast .banner-hero.reverse {
  background: linear-gradient(to left, #000 50%, rgba(0, 0, 0, 0.8) 65%, rgba(0, 0, 0, 0.05) 80%);
}

/* line 299, app/assets/stylesheets/accessibility.sass */
.active-contrast .banner-campaign, .active-contrast .banner-cta {
  background: #000;
  color: #F2F2F2;
}

/* line 302, app/assets/stylesheets/accessibility.sass */
.active-contrast .banner-campaign h3, .active-contrast .banner-campaign p, .active-contrast .banner-cta h3, .active-contrast .banner-cta p {
  color: #F2F2F2;
}

/* line 304, app/assets/stylesheets/accessibility.sass */
.active-contrast .banner-campaign .button.filled, .active-contrast .banner-cta .button.filled {
  color: #F2F2F2;
}

/* line 307, app/assets/stylesheets/accessibility.sass */
.active-contrast .croatia-background::after {
  filter: opacity(0.5) invert(1);
}

/* line 310, app/assets/stylesheets/accessibility.sass */
.active-contrast .info-graphic {
  background: #30373F;
}

/* line 312, app/assets/stylesheets/accessibility.sass */
.active-contrast .info-graphic h3, .active-contrast .info-graphic p {
  color: #F2F2F2;
}

/* line 315, app/assets/stylesheets/accessibility.sass */
.active-contrast .info-graphic .page-aside .logo-article.basic:hover {
  border-color: #F2F2F2;
  background: #30373F;
}

/* line 319, app/assets/stylesheets/accessibility.sass */
.active-contrast .info-graphic-article {
  border-top: 1px solid #9F9F9F;
  border-left: 1px solid #9F9F9F;
}

/* line 322, app/assets/stylesheets/accessibility.sass */
.active-contrast .info-graphic-article h3, .active-contrast .info-graphic-article p {
  color: #F2F2F2;
}

/* line 324, app/assets/stylesheets/accessibility.sass */
.active-contrast .info-graphic-article img {
  filter: brightness(0) invert(1);
}

/* line 328, app/assets/stylesheets/accessibility.sass */
.active-contrast .cta-container {
  border-color: #9F9F9F;
}

/* line 332, app/assets/stylesheets/accessibility.sass */
.active-contrast .logo-article img {
  filter: grayscale(1) invert(1) brightness(1);
}

/* line 334, app/assets/stylesheets/accessibility.sass */
.active-contrast .logo-article a::after {
  background-image: url(/assets/logo-article-frame-dark-78f20d199951529ac58e6044ca89cd9b7c846f5d1fff06344f35d476abc30c77.svg);
}

/* line 336, app/assets/stylesheets/accessibility.sass */
.active-contrast .logo-article a:hover::after {
  background-image: url(/assets/logo-article-frame-dark-hover-2e7087e29c1efdfd43e8fd8d5fa3db247946168ea39b48e167c666061f17d5f1.svg);
}

/* line 338, app/assets/stylesheets/accessibility.sass */
.active-contrast .logo-article p, .active-contrast .logo-article p span {
  color: #F2F2F2;
}

/* line 341, app/assets/stylesheets/accessibility.sass */
.active-contrast .logo-article.basic {
  background: none;
  border-color: #9F9F9F;
}

/* line 344, app/assets/stylesheets/accessibility.sass */
.active-contrast .logo-article.basic:hover {
  border-color: #F2F2F2;
  background: none;
}

/* line 350, app/assets/stylesheets/accessibility.sass */
.active-contrast .logo-docs-article .logo-article.basic:hover {
  border-color: #9F9F9F;
}

/* line 353, app/assets/stylesheets/accessibility.sass */
.active-contrast .document {
  border-color: #9F9F9F;
}

/* line 355, app/assets/stylesheets/accessibility.sass */
.active-contrast .document .name, .active-contrast .document .type, .active-contrast .document .download span {
  color: #F2F2F2;
}

/* line 357, app/assets/stylesheets/accessibility.sass */
.active-contrast .document .download span::before {
  filter: brightness(0) invert(1);
}

/* line 359, app/assets/stylesheets/accessibility.sass */
.active-contrast .document:hover {
  border-color: #F2F2F2;
  background: #1a1a1a;
}

/* line 362, app/assets/stylesheets/accessibility.sass */
.active-contrast .document:hover .document-icon {
  filter: brightness(0) invert(1);
}

/* line 365, app/assets/stylesheets/accessibility.sass */
.active-contrast .background-wrapper {
  background: #30373F;
}

/* line 368, app/assets/stylesheets/accessibility.sass */
.active-contrast .inas-info-article {
  border-color: #9F9F9F;
}

/* line 370, app/assets/stylesheets/accessibility.sass */
.active-contrast .inas-info-article .inas-info-article-header::before {
  background: #9F9F9F;
}

/* line 372, app/assets/stylesheets/accessibility.sass */
.active-contrast .inas-info-article .label-chip {
  color: #F2F2F2;
}

/* line 374, app/assets/stylesheets/accessibility.sass */
.active-contrast .inas-info-article h3, .active-contrast .inas-info-article p {
  color: #F2F2F2;
}

/* line 376, app/assets/stylesheets/accessibility.sass */
.active-contrast .inas-info-article:hover {
  border-color: #F2F2F2;
  background: #30373F;
}

/* line 379, app/assets/stylesheets/accessibility.sass */
.active-contrast .inas-info-article:hover .inas-info-article-header::before {
  background: #F2F2F2;
}

/* line 382, app/assets/stylesheets/accessibility.sass */
.active-contrast .contact-card {
  border-color: #9F9F9F;
}

/* line 384, app/assets/stylesheets/accessibility.sass */
.active-contrast .contact-card h4, .active-contrast .contact-card span {
  color: #F2F2F2;
}

/* line 386, app/assets/stylesheets/accessibility.sass */
.active-contrast .contact-card.main, .active-contrast .contact-card.with-person-image {
  background: none;
}

/* line 389, app/assets/stylesheets/accessibility.sass */
.active-contrast .contact-card.with-background h4 {
  color: #F2F2F2;
}

/* line 392, app/assets/stylesheets/accessibility.sass */
.active-contrast .contact-card.with-logo .logo {
  border-color: #9F9F9F;
}

/* line 394, app/assets/stylesheets/accessibility.sass */
.active-contrast .contact-card.with-logo .logo img {
  filter: grayscale(1) invert(1) brightness(1);
}

/* line 398, app/assets/stylesheets/accessibility.sass */
.active-contrast .legal-info span:first-of-type {
  color: #F2F2F2;
}

/* line 401, app/assets/stylesheets/accessibility.sass */
.active-contrast .link {
  color: #F2F2F2;
}

/* line 403, app/assets/stylesheets/accessibility.sass */
.active-contrast .link::before {
  filter: brightness(0) invert(1) opacity(0.5);
}

/* line 405, app/assets/stylesheets/accessibility.sass */
.active-contrast .link:hover {
  color: #9F9F9F;
}

/* line 408, app/assets/stylesheets/accessibility.sass */
.active-contrast .button {
  color: #F2F2F2;
}

/* line 410, app/assets/stylesheets/accessibility.sass */
.active-contrast .button::before {
  background: #9F9F9F;
}

/* line 413, app/assets/stylesheets/accessibility.sass */
.active-contrast .button.large {
  border-color: #9F9F9F;
  color: #F2F2F2;
}

/* line 416, app/assets/stylesheets/accessibility.sass */
.active-contrast .button.large:hover {
  background: #30373F !important;
  color: #F2F2F2 !important;
  border-color: #F2F2F2 !important;
}

/* line 420, app/assets/stylesheets/accessibility.sass */
.active-contrast .button.large.is-selected {
  background: #535A60 !important;
  color: #F2F2F2 !important;
  border-color: #F2F2F2 !important;
}

/* line 425, app/assets/stylesheets/accessibility.sass */
.active-contrast .button.filled {
  background: none;
}

/* line 428, app/assets/stylesheets/accessibility.sass */
.active-contrast .input-container {
  background: #535A60;
}

/* line 432, app/assets/stylesheets/accessibility.sass */
.active-contrast .page-content .section-heading, .active-contrast .page-content .sub-heading, .active-contrast .page-content p, .active-contrast .page-content li {
  color: #F2F2F2;
}

/* line 435, app/assets/stylesheets/accessibility.sass */
.active-contrast .page-content p a {
  text-decoration: underline;
  color: #F2F2F2;
}

/* line 438, app/assets/stylesheets/accessibility.sass */
.active-contrast .page-content p a:hover {
  color: #9F9F9F;
}

/* line 440, app/assets/stylesheets/accessibility.sass */
.active-contrast .page-content ul li::before {
  background: #9F9F9F;
  color: #9F9F9F;
}

/* line 443, app/assets/stylesheets/accessibility.sass */
.active-contrast .page-content ol li::before {
  color: #9F9F9F;
}

/* line 445, app/assets/stylesheets/accessibility.sass */
.active-contrast .page-content .timeline .time {
  color: #F2F2F2;
}

/* line 448, app/assets/stylesheets/accessibility.sass */
.active-contrast .title-image .caption, .active-contrast .body-image .caption {
  color: #9F9F9F;
}

/* line 452, app/assets/stylesheets/accessibility.sass */
.active-contrast .nav-tabs a {
  color: #9F9F9F;
}

/* line 454, app/assets/stylesheets/accessibility.sass */
.active-contrast .nav-tabs a:hover {
  color: #F2F2F2;
}

/* line 456, app/assets/stylesheets/accessibility.sass */
.active-contrast .nav-tabs a.is-active {
  color: #F2F2F2;
}

/* line 459, app/assets/stylesheets/accessibility.sass */
.active-contrast .page-content-wrapper {
  border-color: #9F9F9F;
}

/* line 463, app/assets/stylesheets/accessibility.sass */
.active-contrast .input-group > span {
  color: #F2F2F2;
}

/* line 466, app/assets/stylesheets/accessibility.sass */
.active-contrast input[type="text"], .active-contrast input[type="email"], .active-contrast input[type="number"], .active-contrast input[type="tel"], .active-contrast select {
  background: #1a1a1a;
  color: #9F9F9F;
  border: 1px solid #9F9F9F;
}

/* line 470, app/assets/stylesheets/accessibility.sass */
.active-contrast input[type="text"]::placeholder, .active-contrast input[type="email"]::placeholder, .active-contrast input[type="number"]::placeholder, .active-contrast input[type="tel"]::placeholder, .active-contrast select::placeholder {
  color: #9F9F9F;
}

/* line 472, app/assets/stylesheets/accessibility.sass */
.active-contrast input[type="text"]:focus-visible, .active-contrast input[type="email"]:focus-visible, .active-contrast input[type="number"]:focus-visible, .active-contrast input[type="tel"]:focus-visible, .active-contrast select:focus-visible {
  border: 1px solid #fff;
  outline: none;
  color: #F2F2F2;
}

/* line 478, app/assets/stylesheets/accessibility.sass */
.active-contrast .checkbox input {
  border: 2px solid #9F9F9F;
}

/* line 480, app/assets/stylesheets/accessibility.sass */
.active-contrast .checkbox input:checked {
  background: url(/assets/input-checked-b4b1c3a1a289ca8e0d2613499f2f0cdf42ac7b5be36786052faabc57313a76c9.svg) no-repeat center;
  filter: brightness(0) invert(1);
  border: 2px solid #192954;
}

/* line 484, app/assets/stylesheets/accessibility.sass */
.active-contrast .checkbox label {
  color: #F2F2F2;
}

/* line 486, app/assets/stylesheets/accessibility.sass */
.active-contrast .checkbox label a {
  color: #F2F2F2;
  text-decoration: underline;
}

/* line 489, app/assets/stylesheets/accessibility.sass */
.active-contrast .checkbox label a:hover {
  color: #9F9F9F;
}

/* line 492, app/assets/stylesheets/accessibility.sass */
.active-contrast .radio input {
  background: url(/assets/radio-1b0cfbfc322bbafaf78b63b595ec5c114288702768039f8e9448ed1c966725db.svg) no-repeat center;
  filter: brightness(0) invert(1);
}

/* line 495, app/assets/stylesheets/accessibility.sass */
.active-contrast .radio input:checked {
  background: url(/assets/radio-checked-0030f738440f3996de67e85c46febbbf4bbd8cce125dae09832e4fdf5836b5c8.svg) no-repeat center;
}

/* line 499, app/assets/stylesheets/accessibility.sass */
.active-contrast select option {
  color: #F2F2F2;
}

/* line 502, app/assets/stylesheets/accessibility.sass */
.active-contrast .datepicker-cell:not(.disabled):hover {
  background-color: #E0E0E0;
}

/* line 505, app/assets/stylesheets/accessibility.sass */
.active-contrast .datepicker-cell.selected {
  background-color: #1a1a1a;
  color: #F2F2F2;
}

/* line 509, app/assets/stylesheets/accessibility.sass */
.active-contrast .datepicker-cell.selected:hover {
  background-color: #000;
}

/* line 513, app/assets/stylesheets/accessibility.sass */
.active-contrast .slider-container label {
  color: #F2F2F2 !important;
}

/* line 516, app/assets/stylesheets/accessibility.sass */
.active-contrast .custom-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
}

/* line 521, app/assets/stylesheets/accessibility.sass */
.active-contrast .custom-slider::-moz-range-thumb {
  background: #fff;
}

/* line 524, app/assets/stylesheets/accessibility.sass */
.active-contrast .cookies {
  background: #000;
  border-top: 1px solid #30373F;
}

/* line 527, app/assets/stylesheets/accessibility.sass */
.active-contrast .cookies p {
  color: #F2F2F2;
}

/* line 531, app/assets/stylesheets/accessibility.sass */
.active-contrast #footer {
  background: #000;
}

/* line 533, app/assets/stylesheets/accessibility.sass */
.active-contrast #footer .support-visibility img {
  filter: grayscale(1) brightness(1) invert(1);
}

/* line 538, app/assets/stylesheets/accessibility.sass */
.active-contrast #accessibility_menu .header {
  background: #0f0f0f;
}

/* line 541, app/assets/stylesheets/accessibility.sass */
.active-contrast #accessibility_menu .menu ul {
  background: #404040 !important;
}

/* line 543, app/assets/stylesheets/accessibility.sass */
.active-contrast #accessibility_menu .menu hr {
  background: #4d4d4d;
}

/* line 545, app/assets/stylesheets/accessibility.sass */
.active-contrast #accessibility_menu .menu hr.hr_alt {
  background: #808080;
}

/* line 547, app/assets/stylesheets/accessibility.sass */
.active-contrast #accessibility_menu .menu button {
  color: #fff !important;
}

/* line 550, app/assets/stylesheets/accessibility.sass */
.active-contrast #accessibility_menu .menu button.typography_btn::before {
  background-image: url(/assets/typography_btn_negative-d04da4a5e26694dd4a2f4ad0fe572311840dd71d603b0d7029cc556212dd4ec6.svg);
}

/* line 553, app/assets/stylesheets/accessibility.sass */
.active-contrast #accessibility_menu .menu button.contrast_btn::before {
  background-image: url(/assets/contrast_btn_negative-8fc9b2ea0d2da62e44068c8d88708ea635288b712f861de754321589fc408c07.svg);
}

/* line 555, app/assets/stylesheets/accessibility.sass */
.active-contrast #accessibility_menu .menu button.contrast_btn::after {
  background-image: url(/assets/check_negative-d4f784eb73f2da563b2686e4e79155df1f41e0b7a0dacce812a7e4748e2a9553.svg);
}

/* line 558, app/assets/stylesheets/accessibility.sass */
.active-contrast #accessibility_menu .menu button.underlined_btn::before {
  background-image: url(/assets/underlined_btn_negative-376c650a5bee1d016ab93733cbed6f371984ca08f8e1a9cc1867c56812834584.svg);
}

/* line 561, app/assets/stylesheets/accessibility.sass */
.active-contrast #accessibility_menu .menu button.reset_btn::before {
  background-image: url(/assets/reset_btn_negative-208dc4847b604f5926f585fd9ee0a78814fb5b1e936830e19a4e518cc4d0107e.svg);
}

/* line 564, app/assets/stylesheets/accessibility.sass */
.active-contrast #accessibility_menu .menu button.disable_btn::before {
  background-image: url(/assets/disable_btn_negative-0732aa8f7cb7864fd3dd1cab944cbebbc26b659862dd59610d918b0ec5c2f7aa.svg);
}

/* line 566, app/assets/stylesheets/accessibility.sass */
.active-contrast #accessibility_menu .menu button:hover {
  background: #1a1a1a;
}

/* line 573, app/assets/stylesheets/accessibility.sass */
.active-contrast.open-dyslexic-font #accessibility_menu .menu button.typography_btn::after {
  background-image: url(/assets/check_negative-d4f784eb73f2da563b2686e4e79155df1f41e0b7a0dacce812a7e4748e2a9553.svg);
}

/* line 580, app/assets/stylesheets/accessibility.sass */
.active-contrast.underlined-links #accessibility_menu .menu button.underlined_btn::after {
  background-image: url(/assets/check_negative-d4f784eb73f2da563b2686e4e79155df1f41e0b7a0dacce812a7e4748e2a9553.svg);
}

@media only screen and (max-width: 1200px) {
  /* line 588, app/assets/stylesheets/accessibility.sass */
  #accessibility_menu .menu, #accessibility_menu #accessibility_btn {
    right: 30px;
  }
  /* line 591, app/assets/stylesheets/accessibility.sass */
  .disable-accessibility #accessibility_menu {
    right: 30px;
  }
  /* line 595, app/assets/stylesheets/accessibility.sass */
  .active-contrast #nav {
    background: #1a1a1a;
    border-top: 1px solid #000;
  }
  /* line 598, app/assets/stylesheets/accessibility.sass */
  .active-contrast #nav .nav-submenu {
    background: #1a1a1a;
  }
  /* line 601, app/assets/stylesheets/accessibility.sass */
  .active-contrast #nav .nav-submenu-item a {
    color: #F2F2F2;
  }
  /* line 603, app/assets/stylesheets/accessibility.sass */
  .active-contrast .hamburger {
    background: #F2F2F2;
  }
  /* line 607, app/assets/stylesheets/accessibility.sass */
  .active-contrast.no-scroll::after {
    background: rgba(0, 0, 0, 0.7);
  }
}

@media only screen and (max-width: 970px) {
  /* line 613, app/assets/stylesheets/accessibility.sass */
  .active-contrast .banner-hero, .active-contrast .banner-hero.reverse {
    background: linear-gradient(to top, #000 40%, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0.05) 80%);
  }
}

@media only screen and (max-width: 450px) {
  /* line 621, app/assets/stylesheets/accessibility.sass */
  .disable-accessibility #footer .footer-links {
    flex-flow: row wrap;
  }
}

@media only screen and (min-width: 2000px) {
  /* line 627, app/assets/stylesheets/accessibility.sass */
  .active-contrast .banner-hero {
    background: linear-gradient(to right, black 50%, rgba(0, 0, 0, 0.05) 51%);
  }
  /* line 629, app/assets/stylesheets/accessibility.sass */
  .active-contrast .banner-hero::before {
    background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0) 60%);
  }
  /* line 631, app/assets/stylesheets/accessibility.sass */
  .active-contrast .banner-hero::after {
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 200px, black 100%);
  }
}

/*
Trix 1.3.2
Copyright © 2024 Basecamp, LLC
http://trix-editor.org/*/
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none; }
trix-toolbar * {
  box-sizing: border-box; }
trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto; }
trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px; }
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 1.5vw; }
    @media (max-device-width: 768px) {
      trix-toolbar .trix-button-group:not(:first-child) {
        margin-left: 0; } }
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1; }
  @media (max-device-width: 768px) {
    trix-toolbar .trix-button-group-spacer {
      display: none; } }
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent; }
  trix-toolbar .trix-button:not(:first-child) {
    border-left: 1px solid #ccc; }
  trix-toolbar .trix-button.trix-active {
    background: #cbeefa;
    color: black; }
  trix-toolbar .trix-button:not(:disabled) {
    cursor: pointer; }
  trix-toolbar .trix-button:disabled {
    color: rgba(0, 0, 0, 0.125); }
  @media (max-device-width: 768px) {
    trix-toolbar .trix-button {
      letter-spacing: -0.01em;
      padding: 0 0.3em; } }
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px; }
  @media (max-device-width: 768px) {
    trix-toolbar .trix-button--icon {
      height: 2em;
      max-width: calc(0.8em + 3.5vw); } }
  trix-toolbar .trix-button--icon::before {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (max-device-width: 768px) {
      trix-toolbar .trix-button--icon::before {
        right: 6%;
        left: 6%; } }
  trix-toolbar .trix-button--icon.trix-active::before {
    opacity: 1; }
  trix-toolbar .trix-button--icon:disabled::before {
    opacity: 0.125; }
trix-toolbar .trix-button--icon-attach::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M16.5%206v11.5a4%204%200%201%201-8%200V5a2.5%202.5%200%200%201%205%200v10.5a1%201%200%201%201-2%200V6H10v9.5a2.5%202.5%200%200%200%205%200V5a4%204%200%201%200-8%200v12.5a5.5%205.5%200%200%200%2011%200V6h-1.5z%22%2F%3E%3C%2Fsvg%3E);
  top: 8%;
  bottom: 4%; }
trix-toolbar .trix-button--icon-bold::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M15.6%2011.8c1-.7%201.6-1.8%201.6-2.8a4%204%200%200%200-4-4H7v14h7c2.1%200%203.7-1.7%203.7-3.8%200-1.5-.8-2.8-2.1-3.4zM10%207.5h3a1.5%201.5%200%201%201%200%203h-3v-3zm3.5%209H10v-3h3.5a1.5%201.5%200%201%201%200%203z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-italic::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M10%205v3h2.2l-3.4%208H6v3h8v-3h-2.2l3.4-8H18V5h-8z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-link::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M9.88%2013.7a4.3%204.3%200%200%201%200-6.07l3.37-3.37a4.26%204.26%200%200%201%206.07%200%204.3%204.3%200%200%201%200%206.06l-1.96%201.72a.91.91%200%201%201-1.3-1.3l1.97-1.71a2.46%202.46%200%200%200-3.48-3.48l-3.38%203.37a2.46%202.46%200%200%200%200%203.48.91.91%200%201%201-1.3%201.3z%22%2F%3E%3Cpath%20d%3D%22M4.25%2019.46a4.3%204.3%200%200%201%200-6.07l1.93-1.9a.91.91%200%201%201%201.3%201.3l-1.93%201.9a2.46%202.46%200%200%200%203.48%203.48l3.37-3.38c.96-.96.96-2.52%200-3.48a.91.91%200%201%201%201.3-1.3%204.3%204.3%200%200%201%200%206.07l-3.38%203.38a4.26%204.26%200%200%201-6.07%200z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-strike::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.73%2014l.28.14c.26.15.45.3.57.44.12.14.18.3.18.5%200%20.3-.15.56-.44.75-.3.2-.76.3-1.39.3A13.52%2013.52%200%200%201%207%2014.95v3.37a10.64%2010.64%200%200%200%204.84.88c1.26%200%202.35-.19%203.28-.56.93-.37%201.64-.9%202.14-1.57s.74-1.45.74-2.32c0-.26-.02-.51-.06-.75h-5.21zm-5.5-4c-.08-.34-.12-.7-.12-1.1%200-1.29.52-2.3%201.58-3.02%201.05-.72%202.5-1.08%204.34-1.08%201.62%200%203.28.34%204.97%201l-1.3%202.93c-1.47-.6-2.73-.9-3.8-.9-.55%200-.96.08-1.2.26-.26.17-.38.38-.38.64%200%20.27.16.52.48.74.17.12.53.3%201.05.53H7.23zM3%2013h18v-2H3v2z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-quote::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M6%2017h3l2-4V7H5v6h3zm8%200h3l2-4V7h-6v6h3z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12%209v3H9v7H6v-7H3V9h9zM8%204h14v3h-6v12h-3V7H8V4z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-code::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.2%2012L15%2015.2l1.4%201.4L21%2012l-4.6-4.6L15%208.8l3.2%203.2zM5.8%2012L9%208.8%207.6%207.4%203%2012l4.6%204.6L9%2015.2%205.8%2012z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%204a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm4%203h14v-2H8v2zm0-6h14v-2H8v2zm0-8v2h14V5H8z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-number-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M2%2017h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1%203h1.8L2%2013.1v.9h3v-1H3.2L5%2010.9V10H2v1zm5-6v2h14V5H7zm0%2014h14v-2H7v2zm0-6h14v-2H7v2z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-undo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.5%208c-2.6%200-5%201-6.9%202.6L2%207v9h9l-3.6-3.6A8%208%200%200%201%2020%2016l2.4-.8a10.5%2010.5%200%200%200-10-7.2z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-redo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.4%2010.6a10.5%2010.5%200%200%200-16.9%204.6L4%2016a8%208%200%200%201%2012.7-3.6L13%2016h9V7l-3.6%203.6z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-8.3-.3l2.8%202.9L6%2014.2%204%2012l2-2-1.4-1.5L1%2012l.7.7zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-6.9-1L1%2014.2l1.4%201.4L6%2012l-.7-.7-2.8-2.8L1%209.9%203.1%2012zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-dialogs {
  position: relative; }
trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5; }
trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
  trix-toolbar .trix-input--dialog.validate:invalid {
    box-shadow: #F00 0px 0px 1.5px 1px; }
trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none; }
trix-toolbar .trix-dialog--link {
  max-width: 600px; }
trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline; }
  trix-toolbar .trix-dialog__link-fields .trix-input {
    flex: 1; }
  trix-toolbar .trix-dialog__link-fields .trix-button-group {
    flex: 0 0 content;
    margin: 0; }
trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none; }
trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection, trix-editor [data-trix-mutable] ::selection {
  background: none; }

trix-editor [data-trix-mutable].attachment__caption-editor:focus::-moz-selection {
  background: highlight; }
trix-editor [data-trix-mutable].attachment__caption-editor:focus::selection {
  background: highlight; }

trix-editor [data-trix-mutable].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent; }
trix-editor [data-trix-mutable].attachment img {
  box-shadow: 0 0 0 2px highlight; }
trix-editor .attachment {
  position: relative; }
  trix-editor .attachment:hover {
    cursor: default; }
trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text; }
trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in; }
  trix-editor .attachment__progress[value="100"] {
    opacity: 0; }
trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center; }
trix-editor .trix-button-group {
  display: inline-flex; }
trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent; }
  trix-editor .trix-button:not(:first-child) {
    border-left: 1px solid #ccc; }
  trix-editor .trix-button.trix-active {
    background: #cbeefa; }
  trix-editor .trix-button:not(:disabled) {
    cursor: pointer; }
trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25); }
  trix-editor .trix-button--remove::before {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    content: "";
    background-image: url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.4L17.6%205%2012%2010.6%206.4%205%205%206.4l5.6%205.6L5%2017.6%206.4%2019l5.6-5.6%205.6%205.6%201.4-1.4-5.6-5.6z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%; }
  trix-editor .trix-button--remove:hover {
    border-color: #333; }
    trix-editor .trix-button--remove:hover::before {
      opacity: 1; }
trix-editor .attachment__metadata-container {
  position: relative; }
trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px; }
  trix-editor .attachment__metadata .attachment__name {
    display: inline-block;
    max-width: 100%;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  trix-editor .attachment__metadata .attachment__size {
    margin-left: 0.2em;
    white-space: nowrap; }
@charset "UTF-8";
.trix-content {
  line-height: 1.5; }
  .trix-content * {
    box-sizing: border-box;
    margin: 0;
    padding: 0; }
  .trix-content h1 {
    font-size: 1.2em;
    line-height: 1.2; }
  .trix-content blockquote {
    border: 0 solid #ccc;
    border-left-width: 0.3em;
    margin-left: 0.3em;
    padding-left: 0.6em; }
  .trix-content [dir=rtl] blockquote,
  .trix-content blockquote[dir=rtl] {
    border-width: 0;
    border-right-width: 0.3em;
    margin-right: 0.3em;
    padding-right: 0.6em; }
  .trix-content li {
    margin-left: 1em; }
  .trix-content [dir=rtl] li {
    margin-right: 1em; }
  .trix-content pre {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-family: monospace;
    font-size: 0.9em;
    padding: 0.5em;
    white-space: pre;
    background-color: #eee;
    overflow-x: auto; }
  .trix-content img {
    max-width: 100%;
    height: auto; }
  .trix-content .attachment {
    display: inline-block;
    position: relative;
    max-width: 100%; }
    .trix-content .attachment a {
      color: inherit;
      text-decoration: none; }
      .trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
        color: inherit; }
  .trix-content .attachment__caption {
    text-align: center; }
    .trix-content .attachment__caption .attachment__name + .attachment__size::before {
      content: ' · '; }
  .trix-content .attachment--preview {
    width: 100%;
    text-align: center; }
    .trix-content .attachment--preview .attachment__caption {
      color: #666;
      font-size: 0.9em;
      line-height: 1.2; }
  .trix-content .attachment--file {
    color: #333;
    line-height: 1;
    margin: 0 2px 2px 2px;
    padding: 0.4em 1em;
    border: 1px solid #bbb;
    border-radius: 5px; }
  .trix-content .attachment-gallery {
    display: flex;
    flex-wrap: wrap;
    position: relative; }
    .trix-content .attachment-gallery .attachment {
      flex: 1 0 33%;
      padding: 0 0.5em;
      max-width: 33%; }
    .trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
      flex-basis: 50%;
      max-width: 50%; }
/*
 * Provides a drop-in pointer for the default Trix stylesheet that will format the toolbar and
 * the trix-editor content (whether displayed or under editing). Feel free to incorporate this
 * inclusion directly in any other asset bundle and remove this file.
 *

*/

/*
 * We need to override trix.css’s image gallery styles to accommodate the
 * <action-text-attachment> element we wrap around attachments. Otherwise,
 * images in galleries will be squished by the max-width: 33%; rule.
*/
.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}
/* line 3, app/assets/stylesheets/banners.sass */
.banner {
  width: 100%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

/* line 8, app/assets/stylesheets/banners.sass */
.banner .grid-container {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  padding: 120px 0px 140px;
}

/* line 13, app/assets/stylesheets/banners.sass */
.banner h1, .banner h2, .banner .lead {
  margin-bottom: 48px;
}

/* line 15, app/assets/stylesheets/banners.sass */
.banner h1 {
  font-size: 68px;
  line-height: 1.1;
}

/* line 18, app/assets/stylesheets/banners.sass */
.banner h2 {
  font-size: 48px;
  line-height: 1.2;
}

/* line 21, app/assets/stylesheets/banners.sass */
.banner .lead {
  display: flex;
  flex-flow: column;
  gap: 16px;
}

/* line 25, app/assets/stylesheets/banners.sass */
.banner .lead p {
  font-size: 24px;
  line-height: 1.4;
}

/* line 28, app/assets/stylesheets/banners.sass */
.banner .caption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 40%;
  mix-blend-mode: difference;
  filter: invert(1);
}

/* line 36, app/assets/stylesheets/banners.sass */
.banner-hero, .banner-campaign, .banner-cta {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}

/* line 40, app/assets/stylesheets/banners.sass */
.banner-hero img, .banner-campaign img, .banner-cta img {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* line 49, app/assets/stylesheets/banners.sass */
.banner-hero {
  background: linear-gradient(to right, #0C193B 50%, rgba(12, 25, 59, 0.8) 65%, rgba(12, 25, 59, 0.05) 80%);
}

/* line 51, app/assets/stylesheets/banners.sass */
.banner-hero .inner-container {
  width: 66.67%;
}

/* line 53, app/assets/stylesheets/banners.sass */
.banner-hero h1, .banner-hero h2, .banner-hero p {
  color: #fff;
}

/* line 55, app/assets/stylesheets/banners.sass */
.banner-hero img {
  width: 65%;
  z-index: -1;
}

@media only screen and (min-width: 2000px) {
  /* line 60, app/assets/stylesheets/banners.sass */
  .banner-hero {
    background: linear-gradient(to right, #0c193b 50%, rgba(12, 25, 59, 0.05) 51%);
    /* left blue block up to image left */
    /* right gradient starting from image right */
  }
  /* line 62, app/assets/stylesheets/banners.sass */
  .banner-hero img {
    width: 1300px;
    max-width: 1300px;
    left: 50%;
    right: 0;
    transform: translateX(-460px);
    object-position: right center;
  }
  /* line 70, app/assets/stylesheets/banners.sass */
  .banner-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 840px;
    background: linear-gradient(to right, #0c193b 0%, rgba(12, 25, 59, 0.8) 30%, rgba(12, 25, 59, 0) 60%);
    pointer-events: none;
    z-index: 0;
  }
  /* line 81, app/assets/stylesheets/banners.sass */
  .banner-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% + 640px);
    height: 100%;
    width: 50%;
    pointer-events: none;
    background: linear-gradient(to right, rgba(12, 25, 59, 0) 0%, #0c193b 200px, #0c193b 100%);
    z-index: 0;
  }
  /* line 91, app/assets/stylesheets/banners.sass */
  .banner-hero .inner-container {
    position: relative;
    z-index: 1;
  }
  /* line 94, app/assets/stylesheets/banners.sass */
  .banner-campaign img {
    max-width: 840px;
    right: auto;
    left: 50%;
  }
}

/* line 99, app/assets/stylesheets/banners.sass */
.banner-hero.reverse {
  background: linear-gradient(to left, #0C193B 50%, rgba(12, 25, 59, 0.8) 65%, rgba(12, 25, 59, 0.05) 80%);
}

/* line 101, app/assets/stylesheets/banners.sass */
.banner-hero.reverse .grid-container {
  align-items: flex-end;
}

/* line 103, app/assets/stylesheets/banners.sass */
.banner-hero.reverse img {
  left: 0px;
}

/* line 106, app/assets/stylesheets/banners.sass */
.banner-campaign, .banner-cta {
  background: #DBDAE4;
  color: #192954;
}

/* line 110, app/assets/stylesheets/banners.sass */
.banner-campaign p, .banner-cta p {
  color: #1a1a1a;
}

/* line 114, app/assets/stylesheets/banners.sass */
.banner-campaign .inner-container {
  width: 45%;
}

/* line 116, app/assets/stylesheets/banners.sass */
.banner-campaign img {
  width: 50%;
  z-index: 0;
}

/* line 121, app/assets/stylesheets/banners.sass */
.banner-cta .grid-container {
  padding: 80px 0px;
}

/* line 123, app/assets/stylesheets/banners.sass */
.banner-cta .inner-container {
  width: 66.67%;
}

/* line 127, app/assets/stylesheets/banners.sass */
.benefits-rotator {
  position: relative;
}

/* line 129, app/assets/stylesheets/banners.sass */
.benefits-rotator .benefit-slide {
  display: none;
}

/* line 131, app/assets/stylesheets/banners.sass */
.benefits-rotator .benefit-slide.is-active {
  display: block;
}

/* line 133, app/assets/stylesheets/banners.sass */
.benefits-rotator .benefit-slide.is-active .inner-container {
  animation: slideInBR 2.5s ease both;
}

@keyframes slideInBR {
  0% {
    transform: translate(600px, 0px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@media only screen and (max-width: 1500px) {
  /* line 146, app/assets/stylesheets/banners.sass */
  .banner .grid-container {
    padding: 60px 30px 40px;
    width: 100%;
  }
  /* line 149, app/assets/stylesheets/banners.sass */
  .banner h1, .banner h2 {
    font-size: 48px;
  }
  /* line 152, app/assets/stylesheets/banners.sass */
  .banner .lead p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 158, app/assets/stylesheets/banners.sass */
  .banner-campaign {
    flex-flow: column;
  }
  /* line 160, app/assets/stylesheets/banners.sass */
  .banner-campaign .grid-container, .banner-campaign .inner-container {
    width: 100%;
  }
  /* line 162, app/assets/stylesheets/banners.sass */
  .banner-campaign img {
    position: static;
    width: 100%;
  }
  /* line 165, app/assets/stylesheets/banners.sass */
  .banner-campaign .caption {
    width: calc(100% - 40px);
  }
}

@media only screen and (max-width: 970px) {
  /* line 170, app/assets/stylesheets/banners.sass */
  .banner-hero, .banner-hero.reverse {
    background: linear-gradient(to top, #0C193B 40%, rgba(12, 25, 59, 0.8) 60%, rgba(12, 25, 59, 0.05) 80%);
    padding-top: 35%;
  }
  /* line 173, app/assets/stylesheets/banners.sass */
  .banner-hero .inner-container, .banner-hero.reverse .inner-container {
    width: 100%;
  }
  /* line 175, app/assets/stylesheets/banners.sass */
  .banner-hero img, .banner-hero.reverse img {
    width: 100%;
    height: 60%;
  }
  /* line 180, app/assets/stylesheets/banners.sass */
  .banner-cta .inner-container {
    width: 100%;
  }
}

@media only screen and (max-width: 750px) {
  /* line 187, app/assets/stylesheets/banners.sass */
  .banner .grid-container {
    padding: 30px 20px;
  }
  /* line 191, app/assets/stylesheets/banners.sass */
  .banner h1, .banner h2, .banner .lead {
    margin-bottom: 30px;
  }
  /* line 193, app/assets/stylesheets/banners.sass */
  .banner h1, .banner h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 600px) {
  /* line 200, app/assets/stylesheets/banners.sass */
  .banner .grid-container {
    padding: 20px 10px 10px;
  }
  /* line 202, app/assets/stylesheets/banners.sass */
  .banner h1, .banner h2 {
    font-size: 32px;
  }
  /* line 206, app/assets/stylesheets/banners.sass */
  .banner-campaign .grid-container {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 450px) {
  /* line 212, app/assets/stylesheets/banners.sass */
  .banner .grid-container {
    padding: 20px 10px;
  }
}
/* line 3, app/assets/stylesheets/buttons.sass */
.button {
  display: inline-flex;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  color: #30373F;
  border-radius: 8px;
  padding: 20px 28px;
  border: 1px solid #9F9F9F;
  gap: 24px;
  align-items: center;
  letter-spacing: 0.5px;
}

/* line 15, app/assets/stylesheets/buttons.sass */
.button::before {
  content: "";
  display: block;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #ED1C24;
}

/* line 23, app/assets/stylesheets/buttons.sass */
.button:hover {
  background: #F7F9FF !important;
  border: 1px solid #9F9F9F !important;
  color: #30373F !important;
}

/* line 28, app/assets/stylesheets/buttons.sass */
.button.small {
  font-size: 16px;
  padding: 12px 20px;
  gap: 12px;
  letter-spacing: 0.6px;
}

/* line 33, app/assets/stylesheets/buttons.sass */
.button.small::before {
  flex: 0 0 12px;
  height: 12px;
  border-radius: 2px;
}

/* line 40, app/assets/stylesheets/buttons.sass */
.button.reverse::before {
  order: 1;
}

/* line 43, app/assets/stylesheets/buttons.sass */
.button.filled {
  background: #fff;
}

/* line 47, app/assets/stylesheets/buttons.sass */
.banner-hero .button {
  color: #fff;
  border: 1px solid rgba(224, 224, 224, 0.4);
}

/* line 52, app/assets/stylesheets/buttons.sass */
.banner-campaign .button {
  background: #fff;
  border: 1px solid #9F9F9F;
  color: #30373F;
}

/* line 56, app/assets/stylesheets/buttons.sass */
.banner-campaign .button:hover {
  background: #F7F9FF !important;
}

/* line 60, app/assets/stylesheets/buttons.sass */
.button.large {
  font-size: 24px;
  line-height: 1.4;
  color: #30373F;
  font-weight: 600;
  justify-content: center;
  border: 1px solid #E0E0E0;
  height: 150px;
  width: 100%;
  padding: 40px;
}

/* line 70, app/assets/stylesheets/buttons.sass */
.button.large::before {
  display: none;
}

/* line 72, app/assets/stylesheets/buttons.sass */
.button.large.is-selected {
  background: #F7F9FF;
  border-color: #9F9F9F;
}

/* line 77, app/assets/stylesheets/buttons.sass */
.button.negative {
  color: #fff;
  border-color: rgba(224, 224, 224, 0.4);
}

/* line 81, app/assets/stylesheets/buttons.sass */
.button.text {
  border: 1px solid transparent;
}

@media only screen and (max-width: 1500px) {
  /* line 87, app/assets/stylesheets/buttons.sass */
  .button {
    font-size: 20px;
    padding: 16px 24px;
    gap: 18px;
  }
  /* line 91, app/assets/stylesheets/buttons.sass */
  .button::before {
    flex: 0 0 16px;
    height: 16px;
  }
  /* line 95, app/assets/stylesheets/buttons.sass */
  .button.large {
    height: auto;
    font-size: 20px;
  }
  /* line 99, app/assets/stylesheets/buttons.sass */
  .button.large.main {
    height: 120px;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 105, app/assets/stylesheets/buttons.sass */
  .button.large {
    padding: 20px;
    font-size: 18px;
  }
}
.datepicker {
  width: -moz-min-content;
  width: min-content;
}

.datepicker:not(.active) {
  display: none;
}

.datepicker-dropdown {
  position: absolute;
  z-index: 20;
  padding-top: 4px;
}

.datepicker-dropdown.datepicker-orient-top {
  padding-top: 0;
  padding-bottom: 4px;
}

.datepicker-picker {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  background-color: hsl(0, 0%, 100%);
}

.datepicker-dropdown .datepicker-picker {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}

.datepicker-main {
  flex: auto;
  padding: 2px;
}

.datepicker-footer {
  box-shadow: inset 0 1px 1px rgba(10, 10, 10, 0.1);
  background-color: hsl(0, 0%, 96%);
}

.datepicker-title {
  box-shadow: inset 0 -1px 1px rgba(10, 10, 10, 0.1);
  background-color: hsl(0, 0%, 96%);
  padding: 0.375rem 0.75rem;
  text-align: center;
  font-weight: 700;
}

.datepicker-controls {
  display: flex;
}

.datepicker-header .datepicker-controls {
  padding: 2px 2px 0;
}

.datepicker-controls .button {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 1px solid gainsboro;
  border-radius: 4px;
  box-shadow: none;
  background-color: hsl(0, 0%, 100%);
  cursor: pointer;
  padding: calc(0.375em - 1px) 0.75em;
  height: 2.25em;
  vertical-align: top;
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
  color: hsl(0, 0%, 21%);
  font-size: 1rem;
}

.datepicker-controls .button:focus,
.datepicker-controls .button:active {
  outline: none;
}

.datepicker-controls .button:hover {
  border-color: #b8b8b8;
  color: hsl(0, 0%, 21%);
}

.datepicker-controls .button:focus {
  border-color: hsl(217, 71%, 53%);
  color: hsl(0, 0%, 21%);
}

.datepicker-controls .button:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.datepicker-controls .button:active {
  border-color: #474747;
  color: hsl(0, 0%, 21%);
}

.datepicker-controls .button[disabled] {
  cursor: not-allowed;
}

.datepicker-header .datepicker-controls .button {
  border-color: transparent;
  font-weight: bold;
}

.datepicker-header .datepicker-controls .button:hover {
  background-color: #f9f9f9;
}

.datepicker-header .datepicker-controls .button:active {
  background-color: #f2f2f2;
}

.datepicker-footer .datepicker-controls .button {
  flex: auto;
  margin: calc(0.375rem - 1px) 0.375rem;
  border-radius: 2px;
  font-size: 0.75rem;
}

.datepicker-controls .view-switch {
  flex: auto;
}

.datepicker-controls .prev-button,
.datepicker-controls .next-button {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  flex: 0 0 14.2857142857%;
}

.datepicker-controls .prev-button.disabled,
.datepicker-controls .next-button.disabled {
  visibility: hidden;
}

.datepicker-view,
.datepicker-grid {
  display: flex;
}

.datepicker-view {
  align-items: stretch;
  width: 15.75rem;
}

.datepicker-grid {
  flex-wrap: wrap;
  flex: auto;
}

.datepicker .days {
  display: flex;
  flex-direction: column;
  flex: auto;
}

.datepicker .days-of-week {
  display: flex;
}

.datepicker .week-numbers {
  display: flex;
  flex-direction: column;
  flex: 0 0 9.6774193548%;
}

.datepicker .weeks {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: auto;
}

.datepicker span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.datepicker .dow {
  height: 1.5rem;
  font-size: 0.875rem;
  font-weight: 700;
}

.datepicker .week {
  flex: auto;
  color: #b8b8b8;
  font-size: 0.75rem;
}

.datepicker-cell,
.datepicker .days .dow {
  flex-basis: 14.2857142857%;
}

.datepicker-cell {
  height: 2.25rem;
}

.datepicker-cell:not(.day) {
  flex-basis: 25%;
  height: 4.5rem;
}

.datepicker-cell:not(.disabled):hover {
  background-color: #f9f9f9;
  cursor: pointer;
}

.datepicker-cell.focused:not(.selected) {
  background-color: #e9e9e9;
}

.datepicker-cell.selected,
.datepicker-cell.selected:hover {
  background-color: #ED1C24;
  color: #fff;
  font-weight: 600;
}

.datepicker-cell.disabled {
  color: gainsboro;
}

.datepicker-cell.prev:not(.disabled),
.datepicker-cell.next:not(.disabled) {
  color: hsl(0, 0%, 48%);
}

.datepicker-cell.prev.selected,
.datepicker-cell.next.selected {
  color: #e6e6e6;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
  border-radius: 0;
  background-color: hsl(0, 0%, 96%);
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover {
  background-color: #efefef;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused {
  background-color: #e9e9e9;
}

.datepicker-cell.today:not(.selected) {
  background-color: hsl(171, 100%, 41%);
}

.datepicker-cell.today:not(.selected):not(.disabled) {
  color: #fff;
}

.datepicker-cell.today.focused:not(.selected) {
  background-color: #00ccad;
}

.datepicker-cell.range-end:not(.selected),
.datepicker-cell.range-start:not(.selected) {
  background-color: #b8b8b8;
  color: #fff;
}

.datepicker-cell.range-end.focused:not(.selected),
.datepicker-cell.range-start.focused:not(.selected) {
  background-color: #b3b3b3;
}

.datepicker-cell.range-start:not(.range-end) {
  border-radius: 4px 0 0 4px;
}

.datepicker-cell.range-end:not(.range-start) {
  border-radius: 0 4px 4px 0;
}

.datepicker-cell.range {
  border-radius: 0;
  background-color: gainsboro;
}

.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover {
  background-color: #d7d7d7;
}

.datepicker-cell.range.disabled {
  color: #c6c6c6;
}

.datepicker-cell.range.focused {
  background-color: #d1d1d1;
}

.datepicker-input.in-edit {
  border-color: #276bda;
}

.datepicker-input.in-edit:focus,
.datepicker-input.in-edit:active {
  box-shadow: 0 0 0.25em 0.25em rgba(39, 107, 218, 0.2);
}

.datepicker button::before {
  display: none;
}
  
@font-face {
  font-family: 'Lato';
  src: url(/assets/Lato-Black-d6478ee42da76a9b606ae31d00ffb1a5e99d2b41ea3630e66c87e1624d5e90f6.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url(/assets/Lato-BlackItalic-529c0e13b76a7690ce10636864a8b1f410638e6294c8940ad48b7e2790d7abb1.woff2) format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url(/assets/Lato-ExtraBold-d855bb507d4570ac8fdeafb41a13c1406c6b9ca3c5a6b75f82cf079011852cd2.woff2) format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url(/assets/Lato-ExtraBoldItalic-24059f1f782b01cbcce975789ab91db9c3a905feb4dde6b600b6672c4ca3e937.woff2) format("woff2");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url(/assets/Lato-Bold-79470e56530069d3a3747f140bd6c4ec24671aa54a27696f6f0324de34cbc83e.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url(/assets/Lato-BoldItalic-215d5c9218c230cb227da62c2a85e6e4ecab639e6f368407c930e21f398761f0.woff2) format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url(/assets/Lato-SemiBold-b1e2bde9ea20c99e99004e7ebed243b0db9d6090c3b5633b82082f36d7cb5c2f.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url(/assets/Lato-SemiBoldItalic-046cb8457836bebc44671c8b265dc8bb293f0fb2913149042a56d27eb92915db.woff2) format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url(/assets/Lato-Medium-b183b0abee5b89511e479a2469f0d2d529171131ea3fca2ea0261a65c58b510f.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url(/assets/Lato-MediumItalic-909fb085917ea283ed53a9f8dca51ddb08c410b78f8024aaa8fb16bce35424f4.woff2) format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url(/assets/Lato-Regular-8715ab5eb5217a3fc3c0d145989aed3324c9fe618fc50d2309ba448283172a15.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url(/assets/Lato-Italic-b45f9e9620ac0fd17bafbf62cd91ae249d85cd790fd083dd03a258a671c166f4.woff2) format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "OpenDyslexic";
  src: url(/assets/OpenDyslexic-Bold-e8f77795937ba39962d94ffc145e3534747c719b6034167403c8d1a79d735646.woff2) format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "OpenDyslexic";
  src: url(/assets/OpenDyslexic-BoldItalic-e709080d129ccf46148193c6abf4145a066c32dd6feaefbe3841ff765cfe06d6.woff2) format("woff2");
  font-style: italic;
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "OpenDyslexic";
  src: url(/assets/OpenDyslexic-Italic-8437e13d654107c92fe8e00ca7452bdebb4fede1a37856241d7576f6693e128b.woff2) format("woff2");
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "OpenDyslexic";
  src: url(/assets/OpenDyslexic-Regular-0316fd4bee64644adea24084e646793bad1847c4f0ad52fbdb0b0865a774eec2.woff2) format("woff2");
  font-style: normal;
  font-display: swap;
}
/* line 3, app/assets/stylesheets/footer.sass */
#footer {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 32px 10px 40px;
  background: #F8F8F8;
  margin-top: auto;
}

/* line 10, app/assets/stylesheets/footer.sass */
#footer .footer-container {
  display: grid;
  grid-template-columns: 3fr 9fr;
  gap: 60px 24px;
}

/* line 14, app/assets/stylesheets/footer.sass */
#footer .inas {
  display: flex;
  flex-flow: column;
  gap: 16px;
}

/* line 18, app/assets/stylesheets/footer.sass */
#footer .inas-logo {
  margin-bottom: 16px;
}

/* line 19, app/assets/stylesheets/footer.sass */
#footer .inas-logo img {
  width: auto;
  height: 90px;
}

/* line 23, app/assets/stylesheets/footer.sass */
#footer .footer-right-section {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
}

/* line 28, app/assets/stylesheets/footer.sass */
#footer .support-visibility {
  display: flex;
  align-items: flex-start;
  gap: 20px 40px;
  margin-bottom: auto;
}

/* line 33, app/assets/stylesheets/footer.sass */
#footer .support-visibility img {
  height: 90px;
  width: auto;
}

/* line 36, app/assets/stylesheets/footer.sass */
#footer .footer-links {
  display: flex;
  gap: 10px 24px;
  margin-bottom: 12px;
}

/* line 40, app/assets/stylesheets/footer.sass */
#footer .copyright {
  letter-spacing: 0.2px;
}

@media only screen and (max-width: 1500px) {
  /* line 46, app/assets/stylesheets/footer.sass */
  #footer .inas-logo img, #footer .support-visibility img {
    height: 70px;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 52, app/assets/stylesheets/footer.sass */
  #footer .footer-right-section {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 50px;
  }
  /* line 56, app/assets/stylesheets/footer.sass */
  #footer .support-visibility {
    flex-flow: row wrap;
  }
  /* line 58, app/assets/stylesheets/footer.sass */
  #footer .support-visibility img {
    height: 50px;
  }
}

@media only screen and (max-width: 750px) {
  /* line 64, app/assets/stylesheets/footer.sass */
  #footer .footer-container {
    grid-template-columns: 1fr;
  }
  /* line 66, app/assets/stylesheets/footer.sass */
  #footer .footer-right-section {
    padding: 0px;
  }
  /* line 68, app/assets/stylesheets/footer.sass */
  #footer .support-visibility {
    margin-bottom: 40px;
  }
}
/* line 4, app/assets/stylesheets/forms.sass */
form {
  width: 100%;
}

/* line 6, app/assets/stylesheets/forms.sass */
form .button {
  display: flex;
  margin-top: 40px;
}

/* line 9, app/assets/stylesheets/forms.sass */
form .button.large.main {
  margin-top: 24px;
}

/* line 11, app/assets/stylesheets/forms.sass */
form .button.filled.big {
  margin-top: 24px;
}

/* line 14, app/assets/stylesheets/forms.sass */
form .grid-4-4-4 .button {
  margin: 0px;
}

/* line 16, app/assets/stylesheets/forms.sass */
form .input-group {
  display: flex;
  align-items: center;
  gap: 8px 16px;
}

/* line 20, app/assets/stylesheets/forms.sass */
form .input-group .radio:first-of-type {
  width: 112px;
}

/* line 22, app/assets/stylesheets/forms.sass */
form .input-group .radio:nth-of-type(2) {
  width: 231px;
}

/* line 24, app/assets/stylesheets/forms.sass */
form .input-group input.date {
  flex: 1;
}

/* line 26, app/assets/stylesheets/forms.sass */
form .contact-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

/* line 33, app/assets/stylesheets/forms.sass */
.page-content form .sub-heading, .page-content form p {
  max-width: 700px;
}

/* line 36, app/assets/stylesheets/forms.sass */
input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], select {
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  padding: 0px 16px;
  height: 40px;
  width: 100%;
  background: #fff;
}

/* line 44, app/assets/stylesheets/forms.sass */
input[type="text"]:focus-visible, input[type="email"]:focus-visible, input[type="number"]:focus-visible, input[type="tel"]:focus-visible, input[type="password"]:focus-visible, select:focus-visible {
  border: 1px solid #1a1a1a;
  outline: none;
}

/* line 48, app/assets/stylesheets/forms.sass */
input[type="text"], input[type="email"], input[type="number"], input[type="password"], select {
  color: #30373F;
}

/* line 50, app/assets/stylesheets/forms.sass */
input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="number"]::placeholder, input[type="password"]::placeholder, select::placeholder {
  color: #535A60;
}

/* line 53, app/assets/stylesheets/forms.sass */
input.date {
  background: #fff url(/assets/calendar-icon-eea012a6f4da393031950a191d750315d569de15ea4ed071fce75b0e082d3a71.svg) no-repeat calc(100% - 12px) 50%;
  height: 40px;
}

/* line 57, app/assets/stylesheets/forms.sass */
select {
  color: #535A60;
  position: relative;
  appearance: none;
  background: #fff url(/assets/select-arrow-down-3a0978a571763207c616259b47f40e3f847a0bc4905f417140965e79217ebe4b.svg) no-repeat calc(100% - 16px) 50%;
  background-size: 12px;
}

/* line 63, app/assets/stylesheets/forms.sass */
select option {
  color: #30373F;
}

/* line 66, app/assets/stylesheets/forms.sass */
.checkbox {
  display: flex;
  gap: 12px;
  padding: 8px;
}

/* line 70, app/assets/stylesheets/forms.sass */
.checkbox input {
  flex: 0 0 15px;
  height: 15px;
  border: 2px solid #9F9F9F;
  border-radius: 3px;
}

/* line 75, app/assets/stylesheets/forms.sass */
.checkbox input:checked {
  background: url(/assets/input-checked-b4b1c3a1a289ca8e0d2613499f2f0cdf42ac7b5be36786052faabc57313a76c9.svg) no-repeat center;
  border: 2px solid #192954;
}

/* line 78, app/assets/stylesheets/forms.sass */
.checkbox label {
  margin-top: 2px;
  color: #535A60;
}

/* line 81, app/assets/stylesheets/forms.sass */
.checkbox label a {
  color: #192954;
  font-weight: 700;
}

/* line 84, app/assets/stylesheets/forms.sass */
.checkbox label a:hover {
  color: #ED1C24;
}

/* line 87, app/assets/stylesheets/forms.sass */
.radio {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* line 91, app/assets/stylesheets/forms.sass */
.radio input {
  flex: 0 0 20px;
  height: 20px;
  background: url(/assets/radio-1b0cfbfc322bbafaf78b63b595ec5c114288702768039f8e9448ed1c966725db.svg) no-repeat center;
  border-radius: 3px;
  margin: 0px;
}

/* line 97, app/assets/stylesheets/forms.sass */
.radio input:checked {
  background: url(/assets/radio-checked-0030f738440f3996de67e85c46febbbf4bbd8cce125dae09832e4fdf5836b5c8.svg) no-repeat center;
}

/* line 100, app/assets/stylesheets/forms.sass */
.input-container {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 24px;
  justify-content: center;
  align-items: center;
  background: #F7F9FF;
  border: 1px solid #9F9F9F;
  border-radius: 8px;
  margin-top: 24px;
  height: 150px;
}

/* line 111, app/assets/stylesheets/forms.sass */
.input-container input {
  grid-column: 2 / span 1;
}

/* line 114, app/assets/stylesheets/forms.sass */
.form-group {
  display: flex;
  flex-flow: column;
  gap: 8px;
  max-width: 700px;
}

/* line 120, app/assets/stylesheets/forms.sass */
.voting-form {
  display: flex;
  flex-flow: column;
  gap: 24px;
  align-items: flex-start;
  margin-top: 24px;
}

/* line 126, app/assets/stylesheets/forms.sass */
.voting-form fieldset {
  display: flex;
  flex-flow: column;
  gap: 16px;
}

/* line 130, app/assets/stylesheets/forms.sass */
.voting-form .voting-option {
  cursor: pointer;
  gap: 12px;
}

/* line 134, app/assets/stylesheets/forms.sass */
.voting-results {
  display: flex;
  flex-flow: column;
  gap: 16px;
  margin: 16px 0 24px;
  max-width: 500px;
  list-style: none;
}

/* line 142, app/assets/stylesheets/forms.sass */
.voting-result-label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}

/* line 146, app/assets/stylesheets/forms.sass */
.voting-result-label strong {
  color: #192954;
}

/* line 149, app/assets/stylesheets/forms.sass */
.voting-result-bar {
  background: #E0E0E0;
  border-radius: 8px;
  height: 12px;
  overflow: hidden;
}

/* line 155, app/assets/stylesheets/forms.sass */
.voting-result-fill {
  background: #192954;
  height: 100%;
  border-radius: 8px;
}

/* line 160, app/assets/stylesheets/forms.sass */
.voting-total {
  font-weight: 700;
}

/* line 163, app/assets/stylesheets/forms.sass */
.datepicker-cell:not(.disabled):hover {
  background-color: #E0E0E0;
}

/* line 166, app/assets/stylesheets/forms.sass */
.datepicker-cell.selected {
  background-color: #ED1C24;
  color: #fff;
  font-weight: 600;
}

/* line 171, app/assets/stylesheets/forms.sass */
.datepicker-cell.selected:hover {
  background-color: #A70006;
}

@media only screen and (max-width: 1500px) {
  /* line 178, app/assets/stylesheets/forms.sass */
  .input-container {
    display: flex;
    align-items: center;
    height: 120px;
    padding: 0px 80px;
  }
}

@media only screen and (max-width: 750px) {
  /* line 187, app/assets/stylesheets/forms.sass */
  form .input-group {
    flex-flow: row wrap;
    padding: 24px 0px;
  }
}

@media only screen and (max-width: 600px) {
  /* line 194, app/assets/stylesheets/forms.sass */
  .input-container {
    padding: 0 30px;
  }
  /* line 198, app/assets/stylesheets/forms.sass */
  form .input-group {
    flex-flow: column;
    align-items: flex-start;
    gap: 16px;
  }
  /* line 202, app/assets/stylesheets/forms.sass */
  form .input-group input.date {
    flex: auto;
  }
  /* line 205, app/assets/stylesheets/forms.sass */
  form .contact-group {
    display: flex;
    flex-flow: column;
  }
}
/* line 3, app/assets/stylesheets/global.sass */
html {
  box-sizing: border-box;
  min-height: 100vh;
}

/* line 7, app/assets/stylesheets/global.sass */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 11, app/assets/stylesheets/global.sass */
.col-1 {
  flex: 0 0 calc(((100% / 12) * 1) - 24px);
}

/* line 11, app/assets/stylesheets/global.sass */
.col-2 {
  flex: 0 0 calc(((100% / 12) * 2) - 24px);
}

/* line 11, app/assets/stylesheets/global.sass */
.col-3 {
  flex: 0 0 calc(((100% / 12) * 3) - 24px);
}

/* line 11, app/assets/stylesheets/global.sass */
.col-4 {
  flex: 0 0 calc(((100% / 12) * 4) - 24px);
}

/* line 11, app/assets/stylesheets/global.sass */
.col-5 {
  flex: 0 0 calc(((100% / 12) * 5) - 24px);
}

/* line 11, app/assets/stylesheets/global.sass */
.col-6 {
  flex: 0 0 calc(((100% / 12) * 6) - 24px);
}

/* line 11, app/assets/stylesheets/global.sass */
.col-7 {
  flex: 0 0 calc(((100% / 12) * 7) - 24px);
}

/* line 11, app/assets/stylesheets/global.sass */
.col-8 {
  flex: 0 0 calc(((100% / 12) * 8) - 24px);
}

/* line 11, app/assets/stylesheets/global.sass */
.col-9 {
  flex: 0 0 calc(((100% / 12) * 9) - 24px);
}

/* line 11, app/assets/stylesheets/global.sass */
.col-10 {
  flex: 0 0 calc(((100% / 12) * 10) - 24px);
}

/* line 11, app/assets/stylesheets/global.sass */
.col-11 {
  flex: 0 0 calc(((100% / 12) * 11) - 24px);
}

/* line 11, app/assets/stylesheets/global.sass */
.col-12 {
  flex: 0 0 calc(((100% / 12) * 12) - 24px);
}

/* line 14, app/assets/stylesheets/global.sass */
body, .main-container, .background-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

/* line 20, app/assets/stylesheets/global.sass */
body {
  margin: 0 auto;
  min-height: 100vh;
  overflow-x: hidden;
}

/* line 25, app/assets/stylesheets/global.sass */
.grid-container {
  width: calc(100% - 60px);
  max-width: 1680px;
}

/* line 29, app/assets/stylesheets/global.sass */
.main-container {
  width: calc(100% - 20px);
  overflow: hidden;
}

/* line 34, app/assets/stylesheets/global.sass */
.main-container.with-hero h3:not(:is(section *)), .main-container.with-hero p:not(:is(section *)), .main-container.with-hero blockquote:not(:is(section *)) {
  max-width: 1270px;
  align-self: baseline;
}

/* line 37, app/assets/stylesheets/global.sass */
.main-container.with-hero h3:not(:is(section *)) {
  font-size: 48px;
  margin-top: 80px;
  padding: 0 100px;
}

/* line 41, app/assets/stylesheets/global.sass */
.main-container.with-hero p:not(:is(section *, .banner-hero *)), .main-container.with-hero blockquote:not(:is(section *)) {
  font-size: 24px;
  margin-bottom: 16px;
  padding: 0 100px;
}

/* line 46, app/assets/stylesheets/global.sass */
.background-wrapper {
  background: #F8F8F8;
  width: 100%;
  padding: 40px 0px 120px;
  flex: 1;
}

/* line 52, app/assets/stylesheets/global.sass */
.grid-4-4-4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* line 57, app/assets/stylesheets/global.sass */
.inter-section {
  margin: 80px 0px;
}

/* line 59, app/assets/stylesheets/global.sass */
.inter-section .timeline {
  margin-bottom: 0px;
}

/* line 61, app/assets/stylesheets/global.sass */
.inter-section .button {
  margin-top: 40px;
}

/* line 65, app/assets/stylesheets/global.sass */
h1, h2, h3, h4, p, ol, ul, span, a, input, label, figcaption, blockquote, .button {
  font-family: "Lato";
  color: #30373F;
}

/* line 69, app/assets/stylesheets/global.sass */
h1, h2, h3, h4 {
  color: #192954;
  font-weight: 800;
  line-height: 1.2;
}

/* line 74, app/assets/stylesheets/global.sass */
p {
  color: #30373F;
  font-weight: 400;
  line-height: 1.4;
}

/* line 79, app/assets/stylesheets/global.sass */
p a {
  color: #192954;
  font-weight: 700;
}

/* line 82, app/assets/stylesheets/global.sass */
p a:hover {
  color: #ED1C24;
}

/* line 86, app/assets/stylesheets/global.sass */
strong {
  font-weight: 700;
}

/* line 89, app/assets/stylesheets/global.sass */
i {
  font-style: italic;
}

/* line 92, app/assets/stylesheets/global.sass */
.info-graphic {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background: #f9f8f3;
  border-radius: 8px;
  padding: 80px 0px;
  margin-bottom: 8px;
}

/* line 102, app/assets/stylesheets/global.sass */
.info-graphic .page-body {
  margin-bottom: 40px;
}

/* line 106, app/assets/stylesheets/global.sass */
.info-graphic-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 24px 0px;
  width: calc(100% + 24px);
  margin-left: -12px;
  margin-right: -12px;
}

/* line 114, app/assets/stylesheets/global.sass */
.info-graphic-container + .button {
  margin-top: 24px;
}

/* line 117, app/assets/stylesheets/global.sass */
.info-graphic-article {
  display: flex;
  flex-flow: column;
  margin: 0px 12px;
  border-radius: 8px;
  border-top: 1px solid rgba(237, 28, 36, 0.5);
  border-left: 1px solid rgba(237, 28, 36, 0.5);
  padding: 40px;
  gap: 40px;
}

/* line 126, app/assets/stylesheets/global.sass */
.info-graphic-article .inner-container {
  display: flex;
  flex-flow: column;
  gap: 16px;
  flex: 1;
}

/* line 131, app/assets/stylesheets/global.sass */
.info-graphic-article h3, .info-graphic-article p {
  width: 100%;
  color: #30373F;
}

/* line 134, app/assets/stylesheets/global.sass */
.info-graphic-article h3 {
  font-size: 32px;
  line-height: 1.25;
}

/* line 137, app/assets/stylesheets/global.sass */
.info-graphic-article p {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

/* line 141, app/assets/stylesheets/global.sass */
.info-graphic-article img, .info-graphic-article picture {
  display: block;
  flex: 0 0 80px;
  height: 80px;
  margin-top: auto;
  align-self: baseline;
}

/* line 148, app/assets/stylesheets/global.sass */
.info-graphic-article.horizontal {
  flex-flow: row;
  align-items: flex-start;
}

/* line 151, app/assets/stylesheets/global.sass */
.info-graphic-article.horizontal img, .info-graphic-article.horizontal picture {
  margin-top: 0;
}

/* line 154, app/assets/stylesheets/global.sass */
.logos {
  margin: 80px 0px 40px;
}

/* line 156, app/assets/stylesheets/global.sass */
.logos .section-lead {
  margin-bottom: 40px;
}

/* line 160, app/assets/stylesheets/global.sass */
.logos-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%;
}

/* line 167, app/assets/stylesheets/global.sass */
.logos-with-lead {
  margin-bottom: 0px;
}

/* line 169, app/assets/stylesheets/global.sass */
.logos-with-lead .logos-container {
  gap: 64px 24px;
}

/* line 172, app/assets/stylesheets/global.sass */
.logo-article {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  border-radius: 8px;
}

/* line 178, app/assets/stylesheets/global.sass */
.logo-article a, .logo-article button, .logo-article div {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 402 / 235;
  width: 100%;
  height: auto;
  padding: 0px 40px;
  position: relative;
}

/* line 188, app/assets/stylesheets/global.sass */
.logo-article a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(/assets/logo-article-frame-7331d7aa1ab704f170c796c3e3fde9529e34385ce4d2b501bbf6b14b4ab549bd.svg) no-repeat center/contain;
  top: 0px;
  left: 0px;
  transition: background 0.3s;
  z-index: -1;
}

/* line 200, app/assets/stylesheets/global.sass */
.logo-article a:hover::after {
  background: url(/assets/logo-article-frame-hover-dd8135499acf3a901a5195fcb1466bf5a90af33d4b01c13e8a72a3454dcb5b20.svg) no-repeat center/contain;
}

/* line 202, app/assets/stylesheets/global.sass */
.logo-article img {
  max-width: 240px;
  width: 100%;
  max-height: 80px;
  height: 100%;
  object-fit: contain;
}

/* line 208, app/assets/stylesheets/global.sass */
.logo-article p {
  font-size: 18px;
  line-height: 1.4;
  color: #30373F;
  margin-top: 24px;
}

/* line 214, app/assets/stylesheets/global.sass */
.logo-article.basic {
  border: 1px solid #E0E0E0;
  background: #fff;
  transition: background 0.3s, border-color 0.3s;
}

/* line 218, app/assets/stylesheets/global.sass */
.logo-article.basic a::after, .logo-article.basic button::after {
  display: none;
}

/* line 220, app/assets/stylesheets/global.sass */
.logo-article.basic:hover {
  background: #F7F9FF;
  border-color: #9F9F9F;
}

/* line 223, app/assets/stylesheets/global.sass */
.logo-article.basic.is-selected {
  background: #F7F9FF;
  border-color: #9F9F9F;
}

/* line 229, app/assets/stylesheets/global.sass */
.info-graphic .page-aside .logo-article.basic:hover {
  background: #F7F9FF;
  border-color: #9F9F9F;
}

/* line 233, app/assets/stylesheets/global.sass */
.logo-article.basic.open {
  border: none;
  border-top: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
}

/* line 239, app/assets/stylesheets/global.sass */
.cta {
  padding: 40px 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* line 245, app/assets/stylesheets/global.sass */
.cta-container {
  padding: 40px;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
}

/* line 249, app/assets/stylesheets/global.sass */
.cta-container h2 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 24px;
}

/* line 253, app/assets/stylesheets/global.sass */
.cta-container .lead {
  margin-bottom: 48px;
  display: flex;
  flex-flow: column;
  gap: 8px;
}

/* line 258, app/assets/stylesheets/global.sass */
.cta-container .lead p {
  font-size: 24px;
  line-height: 1.4;
}

/* line 263, app/assets/stylesheets/global.sass */
.contact {
  display: grid;
  grid-template-columns: 5fr 4fr 3fr;
  align-items: stretch;
  align-content: end;
  gap: 24px;
  padding: 40px 0px 120px;
}

/* line 272, app/assets/stylesheets/global.sass */
.contact-card {
  display: block;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  padding: 24px;
}

/* line 277, app/assets/stylesheets/global.sass */
.contact-card .label-chip {
  margin-bottom: 16px;
}

/* line 279, app/assets/stylesheets/global.sass */
.contact-card h4 {
  font-size: 24px;
  font-weight: 700;
  color: #30373F;
  margin-bottom: 8px;
}

/* line 284, app/assets/stylesheets/global.sass */
.contact-card p {
  margin-bottom: 4px;
}

/* line 286, app/assets/stylesheets/global.sass */
.contact-card.main {
  background: #F7F9FF;
}

/* line 288, app/assets/stylesheets/global.sass */
.contact-card.align-end {
  align-self: end;
}

/* line 290, app/assets/stylesheets/global.sass */
.contact-card.legal {
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 16px;
}

/* line 295, app/assets/stylesheets/global.sass */
.contact-card.with-background {
  background: #F7F9FF;
}

/* line 297, app/assets/stylesheets/global.sass */
.contact-card.with-person-image {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 0px 24px;
}

/* line 301, app/assets/stylesheets/global.sass */
.contact-card.with-person-image h4 {
  color: #192954;
}

/* line 303, app/assets/stylesheets/global.sass */
.contact-card.with-person-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
  aspect-ratio: 130 / 170;
  object-fit: cover;
}

/* line 310, app/assets/stylesheets/global.sass */
.contact-card.with-logo {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 0px 24px;
  align-items: start;
}

/* line 315, app/assets/stylesheets/global.sass */
.contact-card.with-logo .logo, .contact-card.with-logo picture, .contact-card.with-logo img {
  width: 100%;
}

/* line 317, app/assets/stylesheets/global.sass */
.contact-card.with-logo .logo {
  padding: 0px 24px;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  aspect-ratio: 130 / 75;
  display: flex;
  align-items: center;
}

/* line 324, app/assets/stylesheets/global.sass */
.contact-card .contacts {
  margin-top: 16px;
  display: flex;
  flex-flow: column;
  gap: 12px;
}

/* line 330, app/assets/stylesheets/global.sass */
.map-location {
  border-radius: 8px;
  overflow: hidden;
  background: #192954;
  width: 100%;
  height: 100%;
  grid-row: 1 / span 2;
}

/* line 339, app/assets/stylesheets/global.sass */
.link {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  color: #192954;
  word-break: break-all;
}

/* line 345, app/assets/stylesheets/global.sass */
.link:hover {
  color: #ED1C24;
}

/* line 348, app/assets/stylesheets/global.sass */
.location, .location-outline, .phone, .email, .fax {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

/* line 352, app/assets/stylesheets/global.sass */
.location::before, .location-outline::before, .phone::before, .email::before, .fax::before {
  flex: 0 0 20px;
  height: 20px;
  line-height: 1;
}

/* line 357, app/assets/stylesheets/global.sass */
.location-group {
  display: flex;
  flex-flow: column;
  gap: 16px;
}

/* line 361, app/assets/stylesheets/global.sass */
.location-group div {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 30px;
}

/* line 367, app/assets/stylesheets/global.sass */
.location::before {
  content: url(/assets/location-79588b28fd7885c518bd808490daa7b5472ea93860cbc24d029ff0a7115a858d.svg);
}

/* line 370, app/assets/stylesheets/global.sass */
.location-outline::before {
  content: url(/assets/location-outline-6b618b3fcde4183c72932d351940858c7df29a8a3555cbb4959e4e404844c3d3.svg);
}

/* line 373, app/assets/stylesheets/global.sass */
.phone::before {
  content: url(/assets/phone-8b5b78a5c58ff0bfdf17cf6eebe30afc37d42f1376fefa9df2b540ea5ebaae17.svg);
}

/* line 376, app/assets/stylesheets/global.sass */
.email::before {
  content: url(/assets/email-e8a0f4a03f36717fdd3f04ae3e5702f4def32db23780f6333e9dca28715b73b2.svg);
}

/* line 379, app/assets/stylesheets/global.sass */
.fax::before {
  content: url(/assets/fax-11104940fc241a9101d91dead67c71640a6cbd9dd1b5284075c677db4eb2cf78.svg);
}

/* line 382, app/assets/stylesheets/global.sass */
.legal-info {
  display: grid;
  grid-template-columns: minmax(100px, auto) 1fr;
  gap: 12px;
}

/* line 386, app/assets/stylesheets/global.sass */
.legal-info span {
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
}

/* line 390, app/assets/stylesheets/global.sass */
.legal-info span:first-of-type {
  color: #ED1C24;
  font-weight: 700;
  flex: 0 1 100px;
}

/* line 394, app/assets/stylesheets/global.sass */
.legal-info span:last-of-type {
  font-weight: 400;
}

/* line 397, app/assets/stylesheets/global.sass */
.inas-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* line 401, app/assets/stylesheets/global.sass */
.inas-info + .button {
  margin-top: 24px;
}

/* line 404, app/assets/stylesheets/global.sass */
.inas-info-article {
  border: 1px solid #E0E0E0;
  border-radius: 8px;
}

/* line 407, app/assets/stylesheets/global.sass */
.inas-info-article .inner-wrapper {
  padding: 24px;
  display: block;
  height: 100%;
}

/* line 411, app/assets/stylesheets/global.sass */
.inas-info-article .inas-info-article-header {
  display: flex;
  flex-flow: row wrap;
  gap: 4px;
  padding-left: 40px;
  position: relative;
  margin-bottom: 24px;
}

/* line 418, app/assets/stylesheets/global.sass */
.inas-info-article .inas-info-article-header::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #E0E0E0;
  border-radius: 4px;
  margin-right: 14px;
  position: absolute;
  left: 0px;
  top: 4px;
}

/* line 428, app/assets/stylesheets/global.sass */
.inas-info-article img {
  display: block;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 24px;
  aspect-ratio: 496 / 330;
  object-fit: cover;
  object-position: center;
}

/* line 436, app/assets/stylesheets/global.sass */
.inas-info-article h3 {
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 16px;
  color: #192954;
}

/* line 441, app/assets/stylesheets/global.sass */
.inas-info-article .lead {
  display: flex;
  flex-flow: column;
  gap: 12px;
}

/* line 445, app/assets/stylesheets/global.sass */
.inas-info-article p {
  color: #30373F;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

/* line 450, app/assets/stylesheets/global.sass */
.inas-info-article:hover {
  background: #F7F9FF;
  border-color: #9F9F9F;
}

/* line 453, app/assets/stylesheets/global.sass */
.inas-info-article:hover .inas-info-article-header::before {
  background: #ED1C24;
}

/* line 455, app/assets/stylesheets/global.sass */
.inas-info-article:hover img {
  filter: brightness(105%);
}

/* line 458, app/assets/stylesheets/global.sass */
.label-chip {
  font-size: 16px;
  color: #30373F;
  line-height: 1;
  border: 1px solid #E0E0E0;
  display: flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 15px;
  display: inline-block;
}

/* line 468, app/assets/stylesheets/global.sass */
.label-chip.with-bullet {
  gap: 4px;
}

/* line 470, app/assets/stylesheets/global.sass */
.label-chip.with-bullet::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E0E0E0;
}

/* line 477, app/assets/stylesheets/global.sass */
.documents {
  display: flex;
  flex-flow: column;
  gap: 8px;
  max-width: 970px;
  margin-top: 16px;
}

/* line 484, app/assets/stylesheets/global.sass */
.document {
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  line-height: 1.4;
  color: #30373F;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  position: relative;
  width: 100%;
  padding: 8px 16px 8px 56px;
  min-height: 52px;
  width: 100%;
  position: relative;
  gap: 12px 0px;
}

/* line 499, app/assets/stylesheets/global.sass */
.document .document-icon {
  display: block;
  position: absolute;
  top: 12px;
  left: 16px;
  transition: transform 0.1s;
  width: 24px;
  height: 24px;
}

/* line 507, app/assets/stylesheets/global.sass */
.document .name {
  flex: 1;
  padding: 4px 20px 0px 0px;
}

/* line 510, app/assets/stylesheets/global.sass */
.document .type {
  text-transform: uppercase;
  padding: 4px 16px 0px 0px;
}

/* line 513, app/assets/stylesheets/global.sass */
.document .download {
  font-size: 16px;
  font-weight: 800;
  color: #192954;
  line-height: 1;
  border-left: 1px solid #E0E0E0;
  align-self: stretch;
  padding: 4px 8px 0px 16px;
}

/* line 521, app/assets/stylesheets/global.sass */
.document .download span {
  display: flex;
  gap: 8px;
  align-items: center;
  transform: translateY(2px);
}

/* line 526, app/assets/stylesheets/global.sass */
.document .download span::before {
  content: url(/assets/download-e749402d69f549f0252a20ab21270341e462ab78e5612f5220fa8513e8e42e60.svg);
  line-height: 0;
}

/* line 529, app/assets/stylesheets/global.sass */
.document:hover {
  background: #F7F9FF;
  border-color: #9F9F9F;
}

/* line 532, app/assets/stylesheets/global.sass */
.document:hover .document-icon {
  transform: rotate(-15deg);
  filter: brightness(0) saturate(100%) invert(21%) sepia(99%) saturate(3362%) hue-rotate(346deg) brightness(91%) contrast(104%);
}

/* line 536, app/assets/stylesheets/global.sass */
.logo-docs-article {
  display: grid;
  grid-template-columns: 3fr 4fr;
  gap: 24px;
  margin-bottom: 24px;
  max-width: 970px;
}

/* line 542, app/assets/stylesheets/global.sass */
.logo-docs-article .logo-article.basic {
  border-right: none;
  border-bottom: none;
  background: none;
}

/* line 546, app/assets/stylesheets/global.sass */
.logo-docs-article .logo-article.basic:hover {
  border-color: #E0E0E0;
}

/* line 548, app/assets/stylesheets/global.sass */
.logo-docs-article .documents {
  margin-top: 0px;
}

/* line 551, app/assets/stylesheets/global.sass */
.page-header, .page-body {
  display: grid;
  grid-template-columns: 8fr 1fr 3fr;
  gap: 24px;
  align-items: start;
}

/* line 558, app/assets/stylesheets/global.sass */
.grid-container .page-header {
  margin: 0px;
}

/* line 562, app/assets/stylesheets/global.sass */
.inas-info-page .page-body {
  row-gap: 64px;
}

/* line 564, app/assets/stylesheets/global.sass */
.inas-info-page .page-body > .page-content {
  grid-column: 1;
}

/* line 566, app/assets/stylesheets/global.sass */
.inas-info-page .page-body > .page-aside-wrapper {
  grid-column: 3;
  grid-row: 1 / span 2;
  display: flex;
  flex-flow: column;
  gap: 64px;
}

/* line 574, app/assets/stylesheets/global.sass */
.inas-info-page.no-title-image hr {
  background: #E0E0E0;
  width: 100%;
  height: 1px;
  border: none;
  grid-column: 1 / span 3;
}

/* line 581, app/assets/stylesheets/global.sass */
.page-header-with-nav-tabs {
  display: flex;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 40px;
}

/* line 586, app/assets/stylesheets/global.sass */
.page-header-with-nav-tabs .section-heading {
  margin-bottom: 0px;
  flex: 1;
}

/* line 590, app/assets/stylesheets/global.sass */
.nav-tabs {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 6px;
  gap: 12px 0px;
}

/* line 595, app/assets/stylesheets/global.sass */
.nav-tabs a {
  font-size: 18px;
  line-height: 1.2;
  color: #30373F;
  text-transform: uppercase;
  padding: 8px 24px;
  border-left: 2px solid #E0E0E0;
}

/* line 602, app/assets/stylesheets/global.sass */
.nav-tabs a:hover {
  color: #ED1C24;
}

/* line 604, app/assets/stylesheets/global.sass */
.nav-tabs a:first-of-type {
  padding-left: 0px;
  border: none;
}

/* line 607, app/assets/stylesheets/global.sass */
.nav-tabs a:last-of-type {
  padding-right: 0px;
}

/* line 609, app/assets/stylesheets/global.sass */
.nav-tabs a.is-active {
  color: #ED1C24;
  pointer-events: none;
}

/* line 613, app/assets/stylesheets/global.sass */
.position-groups {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

/* line 618, app/assets/stylesheets/global.sass */
.position-group {
  width: 100%;
}

/* line 621, app/assets/stylesheets/global.sass */
.position-group--single {
  flex: 0 0 calc(33.33% - 16px);
}

/* line 623, app/assets/stylesheets/global.sass */
.position-group--single .page-header {
  display: block;
}

/* line 625, app/assets/stylesheets/global.sass */
.position-group--single .grid-4-4-4 {
  grid-template-columns: 1fr;
}

/* line 628, app/assets/stylesheets/global.sass */
.page-content {
  width: 100%;
}

/* line 630, app/assets/stylesheets/global.sass */
.page-content .section-heading {
  font-size: 48px;
  color: #192954;
  margin-top: 0px;
  margin-bottom: 40px;
}

/* line 635, app/assets/stylesheets/global.sass */
.page-content h2, .page-content h3 {
  color: #1a1a1a;
  margin: 40px 0px 24px;
}

/* line 638, app/assets/stylesheets/global.sass */
.page-content h2 {
  font-size: 32px;
}

/* line 640, app/assets/stylesheets/global.sass */
.page-content h3 {
  font-size: 24px;
}

/* line 642, app/assets/stylesheets/global.sass */
.page-content .sub-heading {
  font-size: 32px;
}

/* line 644, app/assets/stylesheets/global.sass */
.page-content p, .page-content li {
  font-size: 18px;
  line-height: 1.4;
  color: #30373F;
}

/* line 648, app/assets/stylesheets/global.sass */
.page-content p {
  margin-bottom: 16px;
}

/* line 651, app/assets/stylesheets/global.sass */
.page-content ul, .page-content ol {
  margin-bottom: 16px;
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
  color: #E0E0E0;
  list-style: none;
  margin: 40px 0px;
  padding-left: 0px;
}

/* line 660, app/assets/stylesheets/global.sass */
.page-content ul li, .page-content ol li {
  padding-left: 32px;
  position: relative;
}

/* line 663, app/assets/stylesheets/global.sass */
.page-content ol {
  counter-reset: list-counter;
}

/* line 665, app/assets/stylesheets/global.sass */
.page-content ol li {
  counter-increment: list-counter;
  display: flex;
}

/* line 668, app/assets/stylesheets/global.sass */
.page-content ol li::before {
  content: counter(list-counter) ".";
  text-align: right;
  position: absolute;
  left: 0px;
  font-weight: 700;
  color: #ED1C24;
}

/* line 675, app/assets/stylesheets/global.sass */
.page-content ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0px;
  background: #ED1C24;
}

/* line 686, app/assets/stylesheets/global.sass */
.page-content .timeline {
  gap: 24px;
}

/* line 688, app/assets/stylesheets/global.sass */
.page-content .timeline li {
  padding-left: 150px;
}

/* line 690, app/assets/stylesheets/global.sass */
.page-content .timeline li:before {
  top: 11px;
}

/* line 692, app/assets/stylesheets/global.sass */
.page-content .timeline .time {
  font-size: 18px;
  font-weight: 700;
  color: #ED1C24;
  position: absolute;
  top: 3px;
  left: 32px;
}

/* line 699, app/assets/stylesheets/global.sass */
.page-content .timeline p:last-of-type {
  margin-bottom: 0px;
}

/* line 702, app/assets/stylesheets/global.sass */
.page-content .overline {
  font-size: 16px;
  line-height: 1.4;
  color: #30373F;
  margin-bottom: 40px;
}

/* line 708, app/assets/stylesheets/global.sass */
.page-content form {
  margin-top: 40px;
}

/* line 712, app/assets/stylesheets/global.sass */
.page-content p, .page-content ul, .page-content ol, .page-content h2, .page-content h3, .page-content .sub-heading, .page-content .documents, .page-content .body-image, .page-content blockquote {
  max-width: 970px;
}

/* line 715, app/assets/stylesheets/global.sass */
.page-content-wrapper {
  padding: 40px;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  gap: 40px;
}

/* line 720, app/assets/stylesheets/global.sass */
.page-content-wrapper p {
  margin: 0px;
}

/* line 722, app/assets/stylesheets/global.sass */
.page-content-wrapper .section-lead {
  margin-bottom: 40px;
}

/* line 724, app/assets/stylesheets/global.sass */
.page-content-wrapper .documents {
  max-width: 100%;
}

/* line 728, app/assets/stylesheets/global.sass */
.page-aside {
  grid-column: 3;
}

/* line 730, app/assets/stylesheets/global.sass */
.page-aside .info-graphic-article {
  margin: 0px;
}

/* line 732, app/assets/stylesheets/global.sass */
.page-aside .info-graphic-article picture, .page-aside .info-graphic-article img {
  flex: 0 0 40px;
  height: 40px;
}

/* line 736, app/assets/stylesheets/global.sass */
.section-heading {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 40px;
}

/* line 741, app/assets/stylesheets/global.sass */
.sub-heading {
  font-size: 32px;
  line-height: 1.25;
  color: #30373F;
  margin: 40px 0px 24px;
}

/* line 747, app/assets/stylesheets/global.sass */
.sub-heading-small {
  font-size: 24px;
  line-height: 1.25;
  color: #30373F;
  margin-bottom: 8px;
  font-weight: 700;
}

/* line 755, app/assets/stylesheets/global.sass */
.section-lead p {
  font-size: 24px !important;
  line-height: 1.4 !important;
}

/* line 759, app/assets/stylesheets/global.sass */
.caption {
  font-size: 16px;
  line-height: 20px;
  text-align: right;
}

/* line 764, app/assets/stylesheets/global.sass */
.title-image, .body-image {
  width: 100%;
}

/* line 766, app/assets/stylesheets/global.sass */
.title-image img, .body-image img {
  display: block;
  width: 100%;
  border-radius: 8px;
}

/* line 770, app/assets/stylesheets/global.sass */
.title-image .caption, .body-image .caption {
  margin-top: 8px;
}

/* line 773, app/assets/stylesheets/global.sass */
.title-image {
  margin-bottom: 64px;
}

/* line 776, app/assets/stylesheets/global.sass */
.body-image {
  margin: 40px 0px;
}

/* line 779, app/assets/stylesheets/global.sass */
blockquote {
  font-size: 24px;
  line-height: 1.4;
  font-style: italic;
  color: #30373F;
  border-radius: 8px;
  padding: 40px;
  background: #F7F9FF;
  margin: 40px 0px;
}

/* line 788, app/assets/stylesheets/global.sass */
blockquote footer {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 40px;
  text-align: right;
}

/* line 795, app/assets/stylesheets/global.sass */
.questionnaire .background-wrapper {
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
  margin-bottom: 10px;
  padding-bottom: 16px;
}

/* line 801, app/assets/stylesheets/global.sass */
.questionnaire .sub-heading {
  color: #192954;
}

/* line 804, app/assets/stylesheets/global.sass */
.croatia-background {
  position: relative;
}

/* line 806, app/assets/stylesheets/global.sass */
.croatia-background::after {
  content: "";
  background: url(/assets/croatia-057b10498ec1498ab9ba1bae57fbdb28d474210e87d14f1a9b61682762f1f798.svg) no-repeat center 0px/70%;
  position: absolute;
  z-index: -1;
  top: 30px;
  left: 0px;
  aspect-ratio: 1000 / 978;
  width: 100%;
  height: auto;
}

/* line 817, app/assets/stylesheets/global.sass */
.primary-main {
  color: #192954;
}

/* line 820, app/assets/stylesheets/global.sass */
.secondary-main {
  color: #ED1C24;
}

/* line 823, app/assets/stylesheets/global.sass */
.cta-ribbon {
  width: calc(100% - 20px);
  background: #192954;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 80px;
  margin-bottom: 80px;
  cursor: pointer;
}

/* line 833, app/assets/stylesheets/global.sass */
.cta-ribbon span {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  position: relative;
  letter-spacing: 0.6px;
  text-align: center;
}

/* line 841, app/assets/stylesheets/global.sass */
.cta-ribbon span::before {
  content: "";
  position: absolute;
  top: 0;
  left: -70px;
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url(/assets/megafon-7e2e6ed324531dc107dd2fe140d4a62f2c28aa5349e6bec892ae3f547c5a63ab.svg) no-repeat center/contain;
  animation: pulse 0.6s ease-in-out infinite alternate;
  transition: width 0.1s ease, height 0.1s ease, top 0.1s ease;
  transform-origin: bottom center;
}

/* line 853, app/assets/stylesheets/global.sass */
.cta-ribbon:hover {
  background: #0C193B;
}

/* line 855, app/assets/stylesheets/global.sass */
.cta-ribbon:hover span::before {
  top: -10px;
  width: 60px;
  height: 60px;
}

@keyframes pulse {
  0% {
    transform: rotate(-15deg) scale(1);
  }
  100% {
    transform: rotate(-15deg) scale(1.2);
  }
}

/* line 868, app/assets/stylesheets/global.sass */
.apply-form-confirmation {
  margin-bottom: 40px;
}

/* line 870, app/assets/stylesheets/global.sass */
.apply-form-confirmation .sub-heading {
  margin-bottom: 80px;
}

/* line 873, app/assets/stylesheets/global.sass */
.error-message {
  display: flex;
  gap: 20px 64px;
  margin-bottom: 80px;
}

/* line 877, app/assets/stylesheets/global.sass */
.error-message div {
  display: flex;
  flex-flow: column;
  gap: 16px;
}

/* line 881, app/assets/stylesheets/global.sass */
.error-message p {
  font-size: 24px;
  line-height: 1.4;
  margin: 0px;
}

/* line 886, app/assets/stylesheets/global.sass */
.cookies {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: white;
  text-align: center;
  z-index: 10000;
  padding: 30px;
  border-top: 1px solid #E0E0E0;
}

/* line 896, app/assets/stylesheets/global.sass */
.cookies p {
  font-size: 18px;
  line-height: 1.4;
  color: #30373F;
}

/* line 900, app/assets/stylesheets/global.sass */
.cookies .button {
  margin-top: 40px;
}

/* line 902, app/assets/stylesheets/global.sass */
.cookies.is-active {
  display: block;
}

/* line 905, app/assets/stylesheets/global.sass */
.margin-top-l {
  margin-top: 80px;
}

/* line 908, app/assets/stylesheets/global.sass */
.margin-bottom-l {
  margin-bottom: 80px;
}

/* line 911, app/assets/stylesheets/global.sass */
.margin-bottom-xl {
  padding-bottom: 120px;
}

/* line 914, app/assets/stylesheets/global.sass */
.margin-top-s {
  margin-top: 40px;
}

/* line 917, app/assets/stylesheets/global.sass */
.margin-bottom-s {
  margin-bottom: 40px;
}

/* line 920, app/assets/stylesheets/global.sass */
.page-header.margin-top-s {
  margin-top: 40px;
}

@media only screen and (max-width: 1500px) {
  /* line 926, app/assets/stylesheets/global.sass */
  .background-wrapper {
    padding-bottom: 60px;
  }
  /* line 929, app/assets/stylesheets/global.sass */
  .logos {
    margin: 40px 0px;
  }
  /* line 933, app/assets/stylesheets/global.sass */
  .logos-with-lead .logos-container {
    gap: 40px 24px;
  }
  /* line 936, app/assets/stylesheets/global.sass */
  .page-header, .page-body {
    grid-template-columns: 8fr auto 4fr;
  }
  /* line 939, app/assets/stylesheets/global.sass */
  .page-header-with-nav-tabs {
    margin-bottom: 40px;
  }
  /* line 942, app/assets/stylesheets/global.sass */
  .inter-section {
    margin: 40px 0px;
  }
  /* line 945, app/assets/stylesheets/global.sass */
  .section-heading {
    font-size: 40px;
  }
  /* line 948, app/assets/stylesheets/global.sass */
  .info-graphic {
    padding: 40px 0px;
  }
  /* line 951, app/assets/stylesheets/global.sass */
  .info-graphic-article {
    padding: 30px;
  }
  /* line 953, app/assets/stylesheets/global.sass */
  .info-graphic-article h3 {
    font-size: 24px;
  }
  /* line 955, app/assets/stylesheets/global.sass */
  .info-graphic-article p {
    font-size: 18px;
  }
  /* line 957, app/assets/stylesheets/global.sass */
  .info-graphic-article img, .info-graphic-article picture {
    flex: 0 0 50px;
    height: 50px;
  }
  /* line 962, app/assets/stylesheets/global.sass */
  .inas-info-page .page-body {
    row-gap: 40px;
  }
  /* line 965, app/assets/stylesheets/global.sass */
  blockquote {
    padding: 30px;
  }
  /* line 969, app/assets/stylesheets/global.sass */
  .inas-info-article .inner-wrapper {
    padding: 16px;
  }
  /* line 971, app/assets/stylesheets/global.sass */
  .inas-info-article h3 {
    font-size: 24px;
  }
  /* line 974, app/assets/stylesheets/global.sass */
  .logo-docs-article {
    grid-template-columns: 2fr 4fr;
  }
  /* line 977, app/assets/stylesheets/global.sass */
  .cta {
    padding: 0px;
  }
  /* line 980, app/assets/stylesheets/global.sass */
  .cta-container {
    padding: 30px;
  }
  /* line 982, app/assets/stylesheets/global.sass */
  .cta-container h2 {
    font-size: 40px;
  }
  /* line 985, app/assets/stylesheets/global.sass */
  .cta-container .lead p {
    font-size: 18px;
  }
  /* line 989, app/assets/stylesheets/global.sass */
  .page-content .section-heading {
    font-size: 40px;
  }
  /* line 992, app/assets/stylesheets/global.sass */
  .page-content .timeline li {
    padding-left: 100px;
  }
  /* line 994, app/assets/stylesheets/global.sass */
  .page-content .timeline .time {
    left: 20px;
  }
  /* line 996, app/assets/stylesheets/global.sass */
  .contact {
    padding: 40px 0px;
  }
  /* line 999, app/assets/stylesheets/global.sass */
  .page-content-wrapper {
    padding: 30px;
  }
  /* line 1003, app/assets/stylesheets/global.sass */
  .contact-card.with-logo {
    grid-template-columns: 100px 1fr;
  }
  /* line 1005, app/assets/stylesheets/global.sass */
  .contact-card.with-logo .logo {
    padding: 0px 16px;
  }
  /* line 1007, app/assets/stylesheets/global.sass */
  .contact-card.with-person-image {
    grid-template-columns: 100px 1fr;
  }
  /* line 1010, app/assets/stylesheets/global.sass */
  .margin-top-l {
    margin-top: 40px;
  }
  /* line 1013, app/assets/stylesheets/global.sass */
  .margin-bottom-l {
    margin-bottom: 40px;
  }
  /* line 1016, app/assets/stylesheets/global.sass */
  .margin-bottom-xl {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 1023, app/assets/stylesheets/global.sass */
  .position-group--single {
    flex: 0 0 calc(50% - 12px);
  }
  /* line 1028, app/assets/stylesheets/global.sass */
  body.no-scroll {
    min-height: 100vh;
    overflow-y: hidden;
  }
  /* line 1031, app/assets/stylesheets/global.sass */
  body.no-scroll::after {
    content: "";
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    height: calc(100vh - 102px);
    left: 0px;
    bottom: 0px;
    z-index: 1;
  }
  /* line 1042, app/assets/stylesheets/global.sass */
  .page-header-with-nav-tabs {
    flex-flow: column;
    align-items: flex-start;
  }
  /* line 1046, app/assets/stylesheets/global.sass */
  .inas-info, .grid-4-4-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 1049, app/assets/stylesheets/global.sass */
  .contact {
    grid-template-columns: repeat(3, 1fr);
  }
  /* line 1052, app/assets/stylesheets/global.sass */
  .map-location {
    grid-row: 1;
    grid-column: 1 / span 2;
  }
  /* line 1056, app/assets/stylesheets/global.sass */
  .contact-card.align-end {
    align-self: auto;
  }
  /* line 1060, app/assets/stylesheets/global.sass */
  form .logos-container {
    grid-template-columns: repeat(3, 1fr);
  }
  /* line 1064, app/assets/stylesheets/global.sass */
  .logo-docs-article .document {
    flex-flow: row wrap;
  }
  /* line 1066, app/assets/stylesheets/global.sass */
  .logo-docs-article .document .name {
    flex: 100%;
    padding-right: 0px;
  }
}

@media only screen and (max-width: 970px) {
  /* line 1074, app/assets/stylesheets/global.sass */
  .position-group--single {
    flex: 0 0 calc(50% - 12px);
  }
  /* line 1077, app/assets/stylesheets/global.sass */
  .page-header, .page-body {
    display: flex;
    flex-flow: column;
  }
  /* line 1082, app/assets/stylesheets/global.sass */
  .inas-info-page .page-body {
    row-gap: 20px;
  }
  /* line 1084, app/assets/stylesheets/global.sass */
  .inas-info-page .page-aside {
    order: 1;
  }
  /* line 1086, app/assets/stylesheets/global.sass */
  .inas-info-page .logo-article {
    margin-bottom: 30px;
  }
  /* line 1089, app/assets/stylesheets/global.sass */
  .title-image {
    margin-bottom: 40px;
    margin-left: -30px;
    width: calc(100% + 60px);
  }
  /* line 1094, app/assets/stylesheets/global.sass */
  .page-aside {
    width: 100%;
  }
  /* line 1097, app/assets/stylesheets/global.sass */
  .logos-container {
    grid-template-columns: repeat(3, 1fr);
  }
  /* line 1100, app/assets/stylesheets/global.sass */
  .info-graphic-article[class*="col-"] {
    flex: 0 0 calc(50% - 24px);
  }
  /* line 1103, app/assets/stylesheets/global.sass */
  .cta {
    grid-template-columns: 1fr;
  }
  /* line 1106, app/assets/stylesheets/global.sass */
  .contact {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 1109, app/assets/stylesheets/global.sass */
  .contact-card {
    order: 2;
  }
  /* line 1111, app/assets/stylesheets/global.sass */
  .contact-card.main {
    order: 0;
  }
  /* line 1113, app/assets/stylesheets/global.sass */
  .contact-card.legal {
    order: 1;
    justify-content: flex-start;
  }
  /* line 1117, app/assets/stylesheets/global.sass */
  .nav-tabs {
    display: flex;
    flex-flow: column;
    margin-bottom: 6px;
    gap: 12px 0px;
  }
  /* line 1122, app/assets/stylesheets/global.sass */
  .nav-tabs a:first-of-type {
    padding-left: 24px;
    border-left: 2px solid #E0E0E0;
  }
  /* line 1126, app/assets/stylesheets/global.sass */
  .map-location {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    grid-column: span 2;
  }
  /* line 1132, app/assets/stylesheets/global.sass */
  .error-message {
    flex-flow: column;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 750px) {
  /* line 1138, app/assets/stylesheets/global.sass */
  .position-group--single {
    flex: 0 0 100%;
  }
  /* line 1141, app/assets/stylesheets/global.sass */
  .grid-container {
    width: calc(100% - 40px);
  }
  /* line 1144, app/assets/stylesheets/global.sass */
  .title-image {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  /* line 1148, app/assets/stylesheets/global.sass */
  .logos-container {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 1151, app/assets/stylesheets/global.sass */
  .inas-info, .grid-4-4-4 {
    grid-template-columns: 1fr;
  }
  /* line 1154, app/assets/stylesheets/global.sass */
  .info-graphic-article[class*="col-"] {
    flex: 0 0 calc(100% - 24px);
  }
  /* line 1157, app/assets/stylesheets/global.sass */
  .section-heading {
    font-size: 32px;
  }
  /* line 1160, app/assets/stylesheets/global.sass */
  .sub-heading {
    font-size: 24px;
  }
  /* line 1164, app/assets/stylesheets/global.sass */
  .cta-container h2 {
    font-size: 32px;
  }
  /* line 1168, app/assets/stylesheets/global.sass */
  .contact-card.main, .contact-card.legal {
    grid-column: span 2;
  }
  /* line 1172, app/assets/stylesheets/global.sass */
  .page-content .section-heading {
    font-size: 32px;
  }
  /* line 1174, app/assets/stylesheets/global.sass */
  .page-content h2, .page-content .sub-heading {
    font-size: 24px;
  }
  /* line 1176, app/assets/stylesheets/global.sass */
  .page-content h3 {
    font-size: 21px;
  }
  /* line 1179, app/assets/stylesheets/global.sass */
  .page-content .timeline li {
    padding-left: 32px;
  }
  /* line 1181, app/assets/stylesheets/global.sass */
  .page-content .timeline li:before {
    top: 8px;
  }
  /* line 1183, app/assets/stylesheets/global.sass */
  .page-content .timeline .time {
    position: static;
    display: block;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 600px) {
  /* line 1193, app/assets/stylesheets/global.sass */
  body.no-scroll::after {
    display: none;
  }
  /* line 1196, app/assets/stylesheets/global.sass */
  .grid-container {
    width: calc(100% - 20px);
  }
  /* line 1199, app/assets/stylesheets/global.sass */
  .title-image {
    margin-left: -10px;
    width: calc(100% + 20px);
  }
  /* line 1203, app/assets/stylesheets/global.sass */
  .logos-container {
    grid-template-columns: 1fr;
  }
  /* line 1207, app/assets/stylesheets/global.sass */
  form .logos-container, form .grid-4-4-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 1210, app/assets/stylesheets/global.sass */
  .page-content-wrapper {
    padding: 20px;
  }
  /* line 1213, app/assets/stylesheets/global.sass */
  .contact {
    display: flex;
    flex-flow: column;
  }
  /* line 1217, app/assets/stylesheets/global.sass */
  .contact-card {
    padding: 20px;
  }
  /* line 1220, app/assets/stylesheets/global.sass */
  .info-graphic {
    padding: 20px 0px;
  }
  /* line 1223, app/assets/stylesheets/global.sass */
  .info-graphic-article {
    padding: 20px;
  }
  /* line 1226, app/assets/stylesheets/global.sass */
  .cta-container {
    padding: 20px;
  }
  /* line 1230, app/assets/stylesheets/global.sass */
  .section-lead p {
    font-size: 22px !important;
    line-height: 1.4 !important;
  }
  /* line 1234, app/assets/stylesheets/global.sass */
  blockquote {
    padding: 20px;
  }
  /* line 1237, app/assets/stylesheets/global.sass */
  .logo-docs-article {
    grid-template-columns: 1fr;
  }
  /* line 1240, app/assets/stylesheets/global.sass */
  .document {
    flex-flow: row wrap;
  }
  /* line 1242, app/assets/stylesheets/global.sass */
  .document .name {
    flex: 100%;
    padding-right: 0px;
  }
  /* line 1247, app/assets/stylesheets/global.sass */
  .error-message p {
    font-size: 18px;
  }
  /* line 1251, app/assets/stylesheets/global.sass */
  .croatia-background::after {
    background: url(/assets/croatia-057b10498ec1498ab9ba1bae57fbdb28d474210e87d14f1a9b61682762f1f798.svg) no-repeat center 0px / 95%;
  }
}

@media only screen and (max-width: 450px) {
  /* line 1258, app/assets/stylesheets/global.sass */
  form .grid-4-4-4 {
    grid-template-columns: 1fr;
  }
  /* line 1262, app/assets/stylesheets/global.sass */
  .contact-card.legal .legal-info {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */



button::-moz-focus-inner {
  border: 0;
}



.hamburger {
  flex: 0 0 40px;
	outline: none;
	position: relative;
	z-index: 1000;
  padding: 5px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active:hover {
    opacity: 1; }

.hamburger-box {
	outline: none;
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
  top: 2px; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -80px;
      top: -80px;
      transform: translate3d(80px, 80px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -80px;
      top: -80px;
      transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -80px;
      top: 80px;
      transform: translate3d(80px, -80px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -80px;
      top: 80px;
      transform: translate3d(-80px, -80px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }
/* line 3, app/assets/stylesheets/header.sass */
#header {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 30px 10px;
  background: #fff;
}

/* line 10, app/assets/stylesheets/header.sass */
#header .inas-logo img {
  position: relative;
  width: auto;
  height: 70px;
}

/* line 15, app/assets/stylesheets/header.sass */
.header-container, #nav {
  display: flex;
  align-items: center;
}

/* line 19, app/assets/stylesheets/header.sass */
#nav {
  height: 40px;
  gap: 40px;
}

/* line 23, app/assets/stylesheets/header.sass */
.header-container {
  gap: 70px;
}

/* line 26, app/assets/stylesheets/header.sass */
.nav-menu {
  display: flex;
  gap: 40px;
  padding: 0px;
}

/* line 30, app/assets/stylesheets/header.sass */
.nav-menu-item, .nav-submenu-item {
  list-style: none;
}

/* line 32, app/assets/stylesheets/header.sass */
.nav-menu-item a, .nav-menu-item button, .nav-submenu-item a, .nav-submenu-item button {
  font-size: 24px;
  line-height: 1.2;
  color: #30373F;
}

/* line 36, app/assets/stylesheets/header.sass */
.nav-menu-item {
  position: relative;
}

/* line 38, app/assets/stylesheets/header.sass */
.nav-menu-item > a, .nav-menu-item > button {
  font-weight: 800;
}

/* line 40, app/assets/stylesheets/header.sass */
.nav-menu-item button {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 44, app/assets/stylesheets/header.sass */
.nav-menu-item button::after {
  content: "";
  display: block;
  width: 12px;
  height: 7.5px;
  background: url(/assets/caret-down-abb5d4c82a61dc4c67ace4df3763b8bd6ad5cdb9b5461679840a2da32e566b5b.svg) no-repeat center;
  transform: translateY(2px) rotate(0deg);
  transition: transform 0.2s;
}

/* line 53, app/assets/stylesheets/header.sass */
.nav-menu-item:hover > a, .nav-menu-item:hover button {
  color: #ED1C24;
}

/* line 55, app/assets/stylesheets/header.sass */
.nav-menu-item:hover button::after {
  background: url(/assets/caret-down-hover-b2a579f8bc83aa5608bea57167578f332fe25820e73a3eb57e718e8355ddc437.svg) no-repeat center;
}

/* line 58, app/assets/stylesheets/header.sass */
.nav-submenu {
  display: none;
  flex-flow: column;
  background: #fff;
  border-radius: 8px;
  padding: 24px 80px 24px 40px;
  position: absolute;
  left: -40px;
  z-index: 10;
  gap: 16px;
  border: 1px solid #E0E0E0;
  box-shadow: 4px 4px 2.3px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

/* line 71, app/assets/stylesheets/header.sass */
.nav-submenu::before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  top: -20px;
  left: 0px;
}

/* line 82, app/assets/stylesheets/header.sass */
.has-submenu.is-active .nav-submenu {
  display: flex;
}

/* line 86, app/assets/stylesheets/header.sass */
.nav-submenu-item > a {
  font-weight: 600;
  white-space: nowrap;
}

/* line 89, app/assets/stylesheets/header.sass */
.nav-submenu-item > a:hover {
  color: #ED1C24;
}

/* line 92, app/assets/stylesheets/header.sass */
.lang-switch {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-left: 40px;
  height: 100%;
  border-left: 2px solid #E0E0E0;
}

/* line 99, app/assets/stylesheets/header.sass */
.lang-switch a {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #30373F;
}

/* line 104, app/assets/stylesheets/header.sass */
.lang-switch a:hover {
  color: #ED1C24;
}

/* line 106, app/assets/stylesheets/header.sass */
.lang-switch a.is-active {
  color: #ED1C24;
  pointer-events: none;
}

/* line 110, app/assets/stylesheets/header.sass */
.members-zone {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  color: #30373F;
  margin-left: auto;
  position: relative;
  padding-right: 90px;
  text-align: right;
}

/* line 119, app/assets/stylesheets/header.sass */
.members-zone:hover {
  color: #ED1C24;
}

/* line 121, app/assets/stylesheets/header.sass */
.members-zone::after {
  position: absolute;
  right: 0px;
  top: -15px;
  content: url(/assets/croatia-icon-d7920ce0718744e40183e898257c3fe396350e4686d4693647647038c06e48bd.png);
}

/* line 127, app/assets/stylesheets/header.sass */
.hamburger {
  display: none;
}

@media only screen and (max-width: 1500px) {
  /* line 132, app/assets/stylesheets/header.sass */
  #header {
    padding: 20px 10px;
  }
  /* line 135, app/assets/stylesheets/header.sass */
  #header .inas-logo img {
    height: 60px;
  }
  /* line 139, app/assets/stylesheets/header.sass */
  .nav-menu-item a, .nav-menu-item button, .nav-submenu-item a, .nav-submenu-item button {
    font-size: 18px;
  }
  /* line 142, app/assets/stylesheets/header.sass */
  .members-zone {
    font-size: 18px;
    padding-right: 80px;
  }
  /* line 145, app/assets/stylesheets/header.sass */
  .members-zone::after {
    top: -20px;
  }
  /* line 149, app/assets/stylesheets/header.sass */
  .lang-switch a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 158, app/assets/stylesheets/header.sass */
  .nav-menu-item a, .nav-menu-item button, .nav-submenu-item a, .nav-submenu-item button {
    font-size: 24px;
  }
  /* line 161, app/assets/stylesheets/header.sass */
  #nav {
    position: fixed;
    background: #fff;
    bottom: 0px;
    right: 0px;
    z-index: 1000;
    height: calc(100vh - 102px);
    width: 500px;
    flex-flow: column;
    align-items: flex-start;
    padding: 20px 40px 80px;
    overflow-y: auto;
    border-top: 1px solid #E0E0E0;
    display: none;
  }
  /* line 175, app/assets/stylesheets/header.sass */
  #nav.is-active {
    display: flex;
  }
  /* line 178, app/assets/stylesheets/header.sass */
  .nav-menu {
    flex-flow: column;
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 40px;
    margin-bottom: 0px;
  }
  /* line 186, app/assets/stylesheets/header.sass */
  .has-submenu.is-active button:after {
    transform: rotate(180deg);
  }
  /* line 190, app/assets/stylesheets/header.sass */
  .nav-submenu {
    position: static;
    box-shadow: none;
    padding: 24px;
    margin-top: 24px;
  }
  /* line 196, app/assets/stylesheets/header.sass */
  .lang-switch {
    border-left: none;
    padding-left: 0px;
    height: auto;
  }
  /* line 201, app/assets/stylesheets/header.sass */
  .members-zone {
    margin-right: 70px;
  }
  /* line 204, app/assets/stylesheets/header.sass */
  .hamburger {
    background: none;
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    right: 30px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
  }
  /* line 213, app/assets/stylesheets/header.sass */
  .hamburger .hamburger-inner, .hamburger .hamburger-inner:before, .hamburger .hamburger-inner:after {
    background: #1a1a1a;
  }
  /* line 215, app/assets/stylesheets/header.sass */
  .hamburger:hover {
    background: #E0E0E0;
  }
}

@media only screen and (max-width: 600px) {
  /* line 223, app/assets/stylesheets/header.sass */
  #header .inas-logo img {
    height: 40px;
  }
  /* line 225, app/assets/stylesheets/header.sass */
  #nav {
    width: 100%;
    padding: 20px 20px 80px;
    height: calc(100vh - 82px);
  }
  /* line 229, app/assets/stylesheets/header.sass */
  #nav::before {
    width: 100%;
  }
  /* line 232, app/assets/stylesheets/header.sass */
  .header-container {
    gap: 20px;
  }
  /* line 235, app/assets/stylesheets/header.sass */
  .members-zone {
    max-width: 140px;
    font-size: 16px;
    margin-right: 60px;
  }
  /* line 239, app/assets/stylesheets/header.sass */
  .members-zone::after {
    top: -8px;
  }
  /* line 242, app/assets/stylesheets/header.sass */
  .hamburger {
    right: 10px;
  }
}
/* Main container */
#wizard-app {
  min-height: 100vh;
  transition: all 0.5s ease-in-out;
}

/* Background colors for different screens */
.bg-blue {
  background-color: #dbeafe;
  /* blue-100 */
}

.bg-green {
  background-color: #dcfce7;
  /* green-100 */
}

.bg-purple {
  background-color: #f3e8ff;
  /* purple-100 */
}

.bg-orange {
  background-color: #fed7aa;
  /* orange-100 */
}

/* Text colors */
.text-blue {
  color: #1e40af;
  /* blue-800 */
}

.text-green {
  color: #166534;
  /* green-800 */
}

.text-purple {
  color: #6b21a8;
  /* purple-800 */
}

.text-orange {
  color: #9a3412;
  /* orange-800 */
}

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

/* Spacing utilities */
.mb-8 {
  margin-bottom: 2rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* Header section */
.header {
  text-align: center;
  margin-bottom: 2rem;
}

/* Screen indicator dots */
.screen-indicators {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.indicator-dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #9ca3af;
  /* gray-400 */
  outline: none;
  padding: 0;
  margin: 0;
}

.indicator-dot:hover {
  background-color: #4b5563;
  /* gray-600 */
}

.indicator-dot:focus {
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
}

.indicator-dot.active {
  background-color: #1f2937;
  /* gray-800 */
  transform: scale(1.25);
}

/* Screen counter */
.screen-counter {
  font-size: 0.875rem;
  color: #4b5563;
  /* gray-600 */
}

/* Main content */
.main-content {
  max-width: 672px;
  /* max-w-2xl */
  margin: 0 auto;
}

.content-section {
  text-align: center;
  margin-bottom: 2rem;
  transform: translateY(0);
  transition: all 0.5s ease-in-out;
}

.content-title {
  font-size: 2.25rem;
  /* text-4xl */
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.content-text {
  font-size: 1.125rem;
  /* text-lg */
  line-height: 1.75;
  margin-bottom: 2rem;
}

/* Navigation buttons section */
.navigation-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

/* Navigation buttons */
.nav-button {
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1rem;
  outline: none;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
}

.nav-button:not(:disabled) {
  background-color: #374151;
  /* gray-700 */
  color: white;
}

.nav-button:not(:disabled):hover {
  background-color: #1f2937;
  /* gray-800 */
  transform: scale(1.05);
}

.nav-button:not(:disabled):active {
  transform: scale(0.95);
}

.nav-button:not(:disabled):focus {
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3);
}

.nav-button:disabled {
  background-color: #d1d5db;
  /* gray-300 */
  color: #6b7280;
  /* gray-500 */
  cursor: not-allowed;
  opacity: 0.6;
}

/* Button base styles */
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
}

/* All button types */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  cursor: pointer;
  user-select: none;
  outline: none;
}

.btn:focus {
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3);
}

.big-button {
  width: 200px;
  height: 50px;
}

/* Current screen indicator */
.current-screen-indicator {
  text-align: center;
}

.current-screen-number {
  font-size: 1.5rem;
  font-weight: bold;
  color: #374151;
  /* gray-700 */
  margin-bottom: 0.5rem;
}

.current-screen-label {
  font-size: 0.875rem;
  color: #6b7280;
  /* gray-500 */
}

/* Quick jump buttons */
.quick-jump-section {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.quick-jump-button {
  padding: 0.5rem 0.75rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  outline: none;
  text-decoration: none;
  display: inline-block;
  user-select: none;
}

.quick-jump-button:not(.active) {
  background-color: white;
  color: #374151;
  /* gray-700 */
  border-color: #d1d5db;
  /* gray-300 */
}

.quick-jump-button:not(.active):hover {
  background-color: #f3f4f6;
  /* gray-100 */
}

.quick-jump-button:not(.active):focus {
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.3);
  border-color: #3b82f6;
}

.quick-jump-button.active {
  background-color: #1f2937;
  /* gray-800 */
  color: white;
}

.quick-jump-button.active:focus {
  box-shadow: 0 0 0 2px rgba(156, 163, 175, 0.5);
}

/* Responsive design */
@media (max-width: 768px) {
  .container {
    padding: 1rem 0.5rem;
  }

  .content-title {
    font-size: 1.875rem;
    /* text-3xl */
  }

  .content-text {
    font-size: 1rem;
  }

  .navigation-section {
    flex-direction: column;
    gap: 1rem;
  }

  .nav-button {
    width: 100%;
    max-width: 200px;
  }

  .quick-jump-section {
    gap: 0.25rem;
  }

  .quick-jump-button {
    padding: 0.375rem 0.5rem;
    font-size: 0.75rem;
  }
}

/* Animation classes */
.fade-in {
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Utility classes */
.text-center {
  text-align: center;
}

.flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.items-center {
  align-items: center;
}

.space-between {
  justify-content: space-between;
}

.flex-wrap {
  flex-wrap: wrap;
}

.font-bold {
  font-weight: bold;
}

.font-medium {
  font-weight: 500;
}

.rounded {
  border-radius: 0.375rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-full {
  border-radius: 50%;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.transition-all {
  transition: all 0.3s ease;
}

/* Text sizes */
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* Spacing between elements */
.space-x-2>*+* {
  margin-left: 0.5rem;
}

/* Leading (line-height) utilities */
.leading-relaxed {
  line-height: 1.625;
}

/* Max width utilities */
.max-w-2xl {
  max-width: 42rem;
}

/* Transform utilities */
.scale-125 {
  transform: scale(1.25);
}

.hover\:scale-105:hover {
  transform: scale(1.05);
}

.active\:scale-95:active {
  transform: scale(0.95);
}

/* Color utilities */
.text-gray-600 {
  color: #4b5563;
}

.text-gray-700 {
  color: #374151;
}

.text-gray-500 {
  color: #6b7280;
}

.bg-gray-300 {
  background-color: #d1d5db;
}

.bg-gray-400 {
  background-color: #9ca3af;
}

.bg-gray-600 {
  background-color: #4b5563;
}

.bg-gray-700 {
  background-color: #374151;
}

.bg-gray-800 {
  background-color: #1f2937;
}

.bg-white {
  background-color: white;
}

.text-white {
  color: white;
}

.border {
  border-width: 1px;
}

.border-gray-300 {
  border: 1px solid #d1d5db;
}

/* Duration utilities */
.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

/* Ease utilities */
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/*

 */
