/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.basicLightbox {
  cursor: pointer;
}
.basicLightbox__placeholder {
  position: relative;
  padding-bottom: 53.25%;
  padding-top: 30px;
  height: 0 !important;
}
.basicLightbox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 80%;
}
.basicLightbox:after {
  content: "";
  position: absolute;
  top: 1.8rem;
  right: 1.8rem;
  width: 2em;
  height: 2em;
  background: url(../images/close.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.basicLightbox {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.01;
  transition: opacity 0.4s ease;
  z-index: 1000;
  will-change: opacity;
}
.basicLightbox--visible {
  opacity: 1;
}
.basicLightbox__placeholder {
  max-width: 100%;
  transform: scale(0.9);
  transition: transform 0.4s ease;
  z-index: 1;
  will-change: transform;
}
.basicLightbox__placeholder > img:first-child:last-child,
.basicLightbox__placeholder > video:first-child:last-child,
.basicLightbox__placeholder > iframe:first-child:last-child {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 95%;
  max-height: 95%;
}
.basicLightbox__placeholder > video:first-child:last-child,
.basicLightbox__placeholder > iframe:first-child:last-child {
  pointer-events: auto;
}
.basicLightbox__placeholder > img:first-child:last-child,
.basicLightbox__placeholder > video:first-child:last-child {
  width: auto;
  height: auto;
}
.basicLightbox--img .basicLightbox__placeholder, .basicLightbox--video .basicLightbox__placeholder, .basicLightbox--iframe .basicLightbox__placeholder {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.basicLightbox--visible .basicLightbox__placeholder {
  transform: scale(1);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}

input, select, button, textarea {
  appearance: none;
  background-clip: padding-box;
  outline: none;
}

.errorSection-title, .hero-title, h1 {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  color: #092313;
  font-size: 55px;
}
@media only screen and (max-width: 1024px) {
  .errorSection-title, .hero-title, h1 {
    font-size: 42px;
  }
}

.errorSection-subTitle, .methods-title, .contacts-sectionSubTitle, .contacts-sectionTitle, .contacts-itemTitle, .contacts-title, .docs-itemTitle, .docs-title, .faq-itemTitle, .events-itemTitle, .events-title, .news-itemTitle, .news-title, .request-title, .sns-title, .start-title, .intro-contenSubtTitle, .intro-contentTitle, .intro-title, .intro-titleHistory, .know-title {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  color: #092313;
  font-size: 42px;
}
@media only screen and (max-width: 1024px) {
  .errorSection-subTitle, .methods-title, .contacts-sectionSubTitle, .contacts-sectionTitle, .contacts-itemTitle, .contacts-title, .docs-itemTitle, .docs-title, .faq-itemTitle, .events-itemTitle, .events-title, .news-itemTitle, .news-title, .request-title, .sns-title, .start-title, .intro-contenSubtTitle, .intro-contentTitle, .intro-title, .intro-titleHistory, .know-title {
    font-size: 32px;
  }
}

.contacts-titleSub, .docs-titleSub, .events-titleSub, .news-titleSub, .intro-titleSub, .know-titleSub {
  color: #FFC215;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .contacts-titleSub, .docs-titleSub, .events-titleSub, .news-titleSub, .intro-titleSub, .know-titleSub {
    font-size: 16px;
  }
}

.methods-caption, .contacts-sectionCaption, .faq-content, .request-caption, .sns-caption, .start-caption, .intro-page, .intro-main, .intro-caption, .know-caption, .hero-caption {
  color: #535956;
  font-size: 20px;
  line-height: 25px;
}
@media only screen and (max-width: 1024px) {
  .methods-caption, .contacts-sectionCaption, .faq-content, .request-caption, .sns-caption, .start-caption, .intro-page, .intro-main, .intro-caption, .know-caption, .hero-caption {
    font-size: 18px;
  }
}

.tippy-tooltip, .know-blocksLink, .columns-bottomLink, .news-itemLink, .events-itemLink, .faq-itemLink, .docs-itemLink, .contacts-itemLink, .hero-play, .header--scrolled, .header-cta, .header-ctaSecondary, .header-ctaPrimary, .cookie {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

.contacts-blocksContainer, .contacts-container, .docs-blocksContainer, .docs-container, .faq-container, .events-singleContainer, .events-headingContainer, .news-singleContainer, .news-headingContainer, .columns-container, .know-blocksContainer, .know-container, .hero-container, .header-container {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-container, .methods-container, .contacts-sectionContainer, .intro-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.contacts-itemPhotoCopyright, .events-itemPhotoCopyright, .news-itemPhotoCopyright, .intro-photoCopyright, .hero-photoCopyright {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .contacts-itemPhotoCopyright, .events-itemPhotoCopyright, .news-itemPhotoCopyright, .intro-photoCopyright, .hero-photoCopyright {
    font-size: 12px;
  }
}

.request-fieldWrapper--select {
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.request-fieldWrapper--select:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 31px;
  right: 24px;
  border-top: 8px solid #22B25B;
}

.footer-donateLink, .events-add, .events-fb, .events-cta, .news-cta, .request-cta, .request-kidsCtaDel, .request-kidsCta, .sns-cta, .start-cta, .intro-downloadCta, .header-cta, .header-ctaSecondary, .header-ctaPrimary, .cookie-agreeLink {
  display: inline-block;
  border: none;
  cursor: pointer;
  color: #fff;
  border-radius: 24px;
  text-align: center;
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
  min-width: 164px;
  padding: 14px 34px;
  text-decoration: none;
  outline: none;
}

.sk-fading-circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.cookie {
  border-radius: 2px;
  background-color: #fff;
  color: #092313;
  position: fixed;
  z-index: 10;
  bottom: 60px;
  right: 60px;
  width: 33.3333%;
  text-align: justify;
}
@media only screen and (max-width: 990px) {
  .cookie {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .cookie {
    width: 100%;
    right: 0;
    bottom: 0;
    text-align: center;
  }
}
.cookie-container {
  padding: 40px;
  font-size: 18px;
}
.cookie-infoLink {
  color: #22B25B;
}
.cookie-agree {
  padding: 20px 0 0;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .cookie-agree {
    text-align: center;
  }
}
.cookie-agreeLink {
  background-color: #22B25B;
}

.header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 35px 0;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1270px) {
  .header {
    padding: 10px 0;
    background-color: #fff;
    transition: all 0.5s ease;
  }
  .header .header-logo {
    padding: 12px 0;
    height: 45px;
    width: 130px;
  }
  .header .header-logo .logoSvg-slogan {
    display: none;
  }
  .header-ctaPrimary {
    box-shadow: none;
  }
  .header-navigation {
    padding: 10px 0;
  }
}
.header-container {
  display: flex;
}
.header-logo {
  display: block;
  height: 60px;
  width: 158px;
}
@media only screen and (max-width: 990px) {
  .header-navigation {
    opacity: 0;
    visibility: hidden;
    top: 0;
    position: fixed;
    right: -100%;
    margin-top: 68px;
    height: 100%;
    width: 100%;
    transition: opacity 0.4s ease-in-out;
    background-color: #fff;
    padding-top: 0 !important;
  }
}
.header-navigationList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
@media only screen and (max-width: 990px) {
  .header-navigationList {
    flex-direction: column;
    height: 88vh;
    text-align: center;
  }
}
@media only screen and (max-width: 990px) {
  .header-navigationItem:first-child {
    border-top: 2px solid #22B25B;
  }
}
.header-navigationLink {
  display: block;
  padding: 2px 20px;
  color: #092313;
  text-decoration: none;
  font-size: 18px;
}
.header-navigationLink:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 990px) {
  .header-navigationLink {
    padding: 20px;
    font-size: 20px;
    border-bottom: 2px solid #22B25B;
  }
}
.header-navigationDrop {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  position: absolute;
  top: 80px;
  background-color: #fff;
  box-shadow: 0px 17px 16px 0 rgba(9, 35, 19, 0.11);
  border-radius: 0 0 2px 2px;
  max-height: 0;
  transition: max-height 0.6s ease-in-out;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width: 990px) {
  .header-navigationDrop {
    width: 100%;
    position: relative;
    top: 0 !important;
    padding: 0;
    box-shadow: none;
  }
  .header-navigationDrop .header-navigationDropItem {
    padding: 0;
  }
  .header-navigationDrop .header-navigationLink {
    background-color: #FFC215;
  }
}
.header-navigationDropItem {
  padding: 5px 0;
}
.header-ctas {
  margin-left: auto;
}
.header-ctaPrimary {
  background-color: #22B25B;
  transition: 0.3s background-color ease;
}
.header-ctaPrimary:hover {
  background-color: #FFC215;
  transition: 0.3s background-color ease;
}
@media only screen and (max-width: 1111px) {
  .header-ctaPrimary {
    display: none;
  }
}
.header-ctaSecondary {
  background-color: #FFC215;
  margin-right: 10px;
  transition: 0.3s background-color ease;
}
.header-ctaSecondary:hover {
  background-color: #22B25B;
  transition: 0.3s background-color ease;
}
@media only screen and (max-width: 1111px) {
  .header-ctaSecondary {
    display: none;
  }
}
.header-cta {
  display: none;
  min-width: auto;
  margin-left: 20px;
  background-color: #FFC215;
}
@media only screen and (max-width: 990px) {
  .header-cta {
    display: inline-block;
  }
}
@media only screen and (max-width: 550px) {
  .header-cta {
    padding: 14px 12px;
    height: 48px;
    width: 48px;
  }
}
.header-cta .material-icons {
  vertical-align: middle;
  margin-top: -4px;
  line-height: 16px;
}
@media only screen and (max-width: 550px) {
  .header-ctaText {
    display: none;
  }
}
.header-ctaClose {
  display: none;
}
.header-navigationItem--active .header-navigationDrop {
  max-height: 400px;
  transition: all 0.6s ease-in-out;
  visibility: visible;
  opacity: 1;
}
.header--scrolled {
  padding: 10px 0;
  background-color: #fff;
  transition: all 0.5s ease;
}
.header--scrolled .header-logo {
  padding: 12px 0;
  height: 45px;
  width: 130px;
}
.header--scrolled .header-logo .logoSvg-slogan {
  display: none;
}
.header--scrolled .header-ctaPrimary,
.header--scrolled .header-cta {
  box-shadow: none;
}
.header--scrolled .header-navigation {
  padding: 10px 0;
}
.header--scrolled .header-navigationDrop {
  top: 69px;
}
.header-cta--opened .header-ctaClose {
  display: inline-block;
}
.header-cta--opened .header-ctaOpen {
  display: none;
}
.header-navigation--opened {
  opacity: 1;
  visibility: visible;
  right: 0;
  transition: opacity 0.4s ease-in-out;
}
.header-navigationItem--mobile {
  padding: 2px 20px;
}
@media only screen and (min-width: 1112px) {
  .header-navigationItem--mobile {
    display: none;
  }
}
@media only screen and (max-width: 990px) {
  .header-navigationItem--mobile {
    padding: 0;
  }
}
.header-navigationItem--mobile .header-ctaSecondary {
  border-bottom: 2px solid #FFC215;
}
@media only screen and (max-width: 990px) {
  .header-navigationItem--mobile .header-ctaSecondary {
    background-color: #FFC215;
  }
}
.header-navigationItem--mobile .header-ctaPrimary {
  border-bottom: 2px solid #22B25B;
}
@media only screen and (max-width: 990px) {
  .header-navigationItem--mobile .header-ctaPrimary {
    background-color: #22B25B;
  }
}
.header-navigationItem--mobile .header-ctaSecondary,
.header-navigationItem--mobile .header-ctaPrimary {
  display: block;
  color: #092313;
  text-decoration: none;
  font-size: 18px;
  background: none;
  padding: 0;
  margin: 0;
  min-width: auto;
  border-radius: 0;
  position: relative;
}
.header-navigationItem--mobile .header-ctaSecondary:hover,
.header-navigationItem--mobile .header-ctaPrimary:hover {
  border-bottom: 2px solid #092313;
}
@media only screen and (max-width: 990px) {
  .header-navigationItem--mobile .header-ctaSecondary,
.header-navigationItem--mobile .header-ctaPrimary {
    padding: 20px;
    font-size: 20px;
    border: none;
    color: #fff;
  }
  .header-navigationItem--mobile .header-ctaSecondary:hover,
.header-navigationItem--mobile .header-ctaPrimary:hover {
    border: none;
  }
}
@media only screen and (max-width: 990px) {
  .header-navigationItem--mobile .header-ctaSecondary {
    background-color: #FFC215;
  }
}
@media only screen and (max-width: 990px) {
  .header-navigationItem--mobile .header-ctaPrimary {
    background-color: #22B25B;
  }
}

.main {
  overflow: hidden;
  padding-top: 130px;
}
@media only screen and (max-width: 1270px) {
  .main {
    padding-top: 68px;
  }
}

.hero-container {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .hero-container {
    flex-wrap: wrap;
  }
}
.hero-photWrapper, .hero-content {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .hero-photWrapper, .hero-content {
    width: 100%;
  }
}
.hero-content {
  align-self: center;
  margin-top: -16vh;
  padding-right: 78px;
}
@media only screen and (max-width: 768px) {
  .hero-content {
    margin-top: 0;
    padding: 20px 0;
    text-align: center;
  }
}
.hero-title {
  margin-top: 0;
}
.hero-title strong {
  font-weight: 400;
  color: #22B25B;
}
.hero-photWrapper {
  padding-right: 78px;
  margin-top: -130px;
}
@media only screen and (max-width: 1270px) {
  .hero-photWrapper {
    margin-top: 0;
  }
}
@media only screen and (max-width: 990px) {
  .hero-photWrapper {
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .hero-photWrapper {
    margin-top: 0;
  }
}
.hero-photo {
  z-index: 3;
  position: relative;
  height: 90vh;
  min-height: 600px;
  max-width: 547px;
  background-color: #535956;
  background-size: cover;
  background-image: url(../images/hero.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .hero-photo {
    margin: 0 auto;
    min-height: auto;
    height: 60vh;
  }
}
.hero-photo:before, .hero-photo:after {
  content: "";
  position: absolute;
}
@media only screen and (max-width: 990px) {
  .hero-photo:before, .hero-photo:after {
    display: none;
  }
}
.hero-photo:before {
  z-index: 2;
  right: -20px;
  bottom: 0;
  height: 193px;
  width: 20px;
  background-color: #FFC215;
}
.hero-photo:after {
  right: -70px;
  bottom: 182px;
  height: 98.89px;
  width: 62px;
  background-image: url(../images/dots.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.hero-play {
  position: absolute;
  top: 50%;
  left: -42px;
  margin-top: -42px;
  display: block;
  height: 84px;
  width: 84px;
  text-align: center;
  padding: 17px;
  border-radius: 100%;
  background-color: #FFC215;
  animation: pulse 2s infinite;
  transition: 0.3s background-color ease;
}
.hero-play:hover {
  background-color: #22B25B;
  transition: 0.3s background-color ease;
}
@media only screen and (max-width: 768px) {
  .hero-play {
    left: 0;
    right: 0;
    margin: -42px auto 0;
  }
}
.hero-play .material-icons {
  font-size: 50px;
  color: #fff;
}
.hero--mine .hero-container {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .hero--mine .hero-container {
    padding-bottom: 50px;
  }
}
.hero--mine .hero-content {
  margin-top: 0;
  padding-right: 0;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 194, 21, 0.5);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(255, 194, 21, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 194, 21, 0);
  }
}
@keyframes pulseWhite {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.know {
  position: relative;
  transition: all 1s ease-in-out;
  max-height: 5000px;
  margin-top: -40px;
  padding-bottom: 121px;
}
.know-contentWrapper {
  background-color: #22B25B;
  padding: 100px 0 200px;
}
@media only screen and (max-width: 1024px) {
  .know-contentWrapper {
    padding: 80px 0 150px;
  }
}
.know-navigation {
  display: flex;
}
.know-navigationLink {
  width: 50%;
  display: block;
  color: #fff;
  text-decoration: none;
}
.know-navigationLink:last-child {
  text-align: right;
}
.know-navigationLinkText {
  display: inline-block;
  vertical-align: middle;
}
.know-navigationLinkIcon {
  vertical-align: middle;
}
.know-content {
  width: 50%;
  padding-right: 70px;
}
@media only screen and (max-width: 1024px) {
  .know-content {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .know-content {
    text-align: center;
    padding-right: 0;
  }
}
.know-titleSub {
  margin-bottom: 0;
}
.know-titleSubLink {
  color: #FFC215;
  text-decoration: none;
}
.know-titleSubLink:hover {
  text-decoration: underline;
}
.know-title {
  color: #fff;
  margin-top: 0;
}
.know-caption {
  color: #FAFAFA;
}
.know-link {
  color: #FAFAFA;
}
.know-link:hover {
  text-decoration: none;
}
.know-blocks {
  margin-top: -120px;
  position: relative;
}
.know-blocks:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FAFAFA;
}
.know-blocksRow {
  margin: 0 -10px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .know-blocksRow {
    flex-wrap: wrap;
  }
}
.know-blocksItem {
  width: 33.333%;
  padding: 0 10px;
}
@media only screen and (max-width: 1024px) {
  .know-blocksItem {
    width: 50%;
    padding: 10px;
  }
}
@media only screen and (max-width: 550px) {
  .know-blocksItem {
    width: 100%;
  }
}
.know-blocksLink {
  height: 100%;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 29px 24px;
  border: 4px solid transparent;
  transition: border-color 0.5s ease;
}
.know-blocksLink:hover {
  border-color: #9A9FA9;
  transition: border-color 0.5s ease;
}
.know-blocksTitle {
  font-size: 22px;
  color: #22B25B;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}
.know-blocksIcon {
  display: inline-block;
  height: 58.63px;
  width: 65.67px;
}
.know-blocksTies {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
}
.know-blocksTie {
  height: 121.9px;
  width: 77px;
  margin: 0 10px;
}
.know-blocksCaption {
  font-size: 18px;
  color: #535956;
  margin-top: 20px;
}
.know--noMarBtm .know-contentWrapper {
  padding-bottom: 100px;
}
.know--simple {
  margin-top: 0;
  padding-bottom: 0;
}
.know--simple .know-contentWrapper {
  padding: 100px 0;
}
.know--hide {
  max-height: 0;
  overflow: hidden;
  margin-top: 0;
  padding-bottom: 0;
  transition: all 0.5s ease-in-out;
}
.know-blocks--content {
  margin: 50px 0 100px;
}
.know-blocks--content:after {
  display: none;
}
.know-blocksLink--active {
  border-color: #FFC215;
  transition: border-color 0.5s ease;
}
.know-blocksLink--active:hover {
  border-color: #FFC215;
}
.know-blocksItem--active .know-blocksLink {
  border-color: #FFC215;
  transition: border-color 0.5s ease;
}
.know-blocksTies--one {
  height: 69%;
}
.know-blocksTies--one .know-blocksTie {
  align-self: flex-end;
  width: 150px;
}

.intro {
  padding-top: 131px;
  margin-top: -131px;
  background-color: #FAFAFA;
}
@media only screen and (max-width: 1024px) {
  .intro {
    padding-top: 80px;
  }
}
.intro-container {
  padding: 0 20px 80px;
}
.intro-item {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .intro-item {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.intro-item:nth-child(2n) .intro-photo {
  justify-content: flex-start;
}
.intro-item:nth-child(2n) .intro-photoWrapper:before {
  top: 0;
  left: auto;
  right: -20px;
  height: 195px;
}
.intro-item:nth-child(2n) .intro-photoWrapper:after {
  bottom: 0;
  left: auto;
  right: -20px;
  height: 40px;
}
.intro-item:nth-child(2n) .intro-photoPattern {
  right: -71px;
  left: auto;
  top: auto;
  bottom: 25px;
  height: 144px;
  width: 64px;
  background-image: url(../images/triangles.svg);
}
@media only screen and (max-width: 1024px) {
  .intro-item:nth-child(2n) .intro-photoPattern {
    right: -44px;
    width: 36px;
  }
}
@media only screen and (max-width: 550px) {
  .intro-item:nth-child(2n) .intro-photoPattern {
    right: -40px;
  }
}
.intro-item:nth-child(2n) .intro-content {
  order: 2;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .intro-item:nth-child(2n) .intro-content {
    padding-left: 0;
  }
}
.intro-photo, .intro-content {
  width: 50%;
}
.intro-photo {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 1024px) {
  .intro-photo {
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .intro-photo {
    width: 100%;
  }
}
.intro-photoWrapper {
  position: relative;
  height: 534px;
  width: 100%;
  max-width: 405px;
  background-color: #535956;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
  .intro-photoWrapper {
    height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .intro-photoWrapper {
    margin: 0 auto 20px;
    max-width: 300px;
  }
}
@media only screen and (max-width: 550px) {
  .intro-photoWrapper {
    max-width: 220px;
    height: 300px;
  }
}
.intro-photoWrapper:before, .intro-photoWrapper:after {
  content: "";
  position: absolute;
  z-index: 2;
}
.intro-photoWrapper:before {
  top: 0;
  left: -20px;
  height: 40px;
  width: 20px;
  background-color: #FFC215;
}
.intro-photoWrapper:after {
  bottom: 0;
  left: -20px;
  height: 195px;
  width: 20px;
  background-color: #22B25B;
}
.intro-photoPattern {
  position: absolute;
  left: -68px;
  top: 22px;
  height: 141px;
  width: 92px;
  background-image: url(../images/plusminus.svg);
  background-position: left top;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
  .intro-photoPattern {
    left: -41px;
    height: 100px;
    width: 39px;
  }
}
@media only screen and (max-width: 550px) {
  .intro-photoPattern {
    height: 115px;
  }
}
.intro-content {
  align-self: center;
  padding-top: 45px;
  padding-left: 0;
  padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .intro-content {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .intro-content {
    order: 2;
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
}
.intro-titleSub {
  margin-bottom: 0;
}
.intro-titleSub .material-icons {
  vertical-align: middle;
  margin-top: -2px;
}
.intro-titleHistory {
  margin: 0;
  color: #22B25B;
}
.intro-title {
  margin-top: 0;
}
.intro-contentTitle {
  margin-top: 50px;
}
.intro-contenSubtTitle {
  color: #535956;
  font-size: 35px;
  margin-top: 100px;
}
.intro-titleStart {
  color: #22B25B;
  font-weight: 400;
  font-size: 18px;
}
.intro-titleStart .material-icons {
  vertical-align: middle;
  margin-top: -2px;
}
.intro-titleStart a {
  color: #22B25B;
}
.intro-titleStart a:hover {
  text-decoration: none;
}
.intro-captionLink {
  color: #22B25B;
}
.intro-captionLink:hover {
  text-decoration: none;
}
.intro-main {
  padding-top: 20px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}
.intro-main img {
  max-width: 100%;
  max-height: 600px;
  height: auto !important;
  width: auto;
}
.intro-main a {
  color: #22B25B;
}
.intro-main a:hover {
  text-decoration: none;
}
.intro-main table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
  border-collapse: collapse;
  border: none;
}
@media only screen and (max-width: 768px) {
  .intro-main table {
    overflow-x: auto;
    display: block;
  }
}
.intro-main thead td, .intro-main thead th {
  border-top: 0;
  padding: 10px;
  border-bottom: 1px solid #d9ddda;
  vertical-align: bottom;
}
.intro-main tbody tr:nth-of-type(odd) {
  background-color: #fdfdfd;
}
.intro-main tbody td {
  padding: 10px;
  border-top: 1px solid #d9ddda;
  border-bottom: 1px solid #d9ddda;
  vertical-align: top;
}
.intro-main iframe {
  display: none;
  max-width: 818px;
  border: none;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 50px;
}
@media only screen and (max-width: 768px) {
  .intro-main iframe {
    padding: 20px 0;
    max-width: none;
  }
}
.intro-mainIframe {
  position: relative;
  padding-top: 52%;
  background-color: #000;
}
@media only screen and (max-width: 768px) {
  .intro-mainIframe {
    padding-top: 64%;
  }
}
.intro-mainIframe:before, .intro-mainIframe:after {
  content: "";
  top: 0;
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 100%;
}
.intro-mainIframe:before {
  left: -100%;
}
.intro-mainIframe:after {
  right: -100%;
}
.intro-mainIframe iframe {
  display: block;
}
.intro-page {
  padding-top: 20px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}
.intro-page a {
  color: #22B25B;
}
.intro-page a:hover {
  text-decoration: none;
}
.intro-list {
  margin-top: 50px;
  padding-left: 20px;
}
.intro-list li {
  margin: 20px 0;
}
.intro-contentPhoto {
  width: 70%;
}
.intro-downloadNav {
  margin-bottom: 50px;
}
.intro-downloadCta {
  border: 2px solid #22B25B;
  color: #22B25B;
  background-color: #fff;
  transition: 0.3s all ease;
  margin-left: 20px;
}
.intro-downloadCta:first-child {
  margin-left: 0;
}
.intro-downloadCta:hover {
  border-color: #FFC215;
  color: #FFC215;
  transition: 0.3s all ease;
}
.intro-downloadCta:hover .intro-downloadIcon {
  fill: #FFC215;
  transition: 0.3s fill ease;
}
.intro-downloadIcon {
  display: inline-block;
  fill: #22B25B;
  height: 1em;
  transition: 0.3s fill ease;
}
.intro-downloadIcon, .intro-downloadText {
  vertical-align: middle;
}
.intro--simple {
  margin-top: 0;
  padding-top: 1px;
}
.intro--simple .intro-container {
  margin-top: -51px;
}
.intro--simple .intro-item:first-child {
  margin-top: 0;
}
.intro--noMar .intro-container {
  margin-top: 0;
}
.intro--marTop {
  margin-top: -431px;
}

.start-container {
  max-width: 710px;
  padding: 100px 10px;
  margin: 0 auto;
  text-align: center;
}
.start-icon {
  display: inline-block;
  height: 103px;
  width: 100px;
  margin-bottom: 20px;
}
.start-title {
  margin-top: 0;
}
.start-caption {
  margin: 40px 0;
}
.start-cta {
  background-color: #FFC215;
  transition: 0.3s background-color ease;
  animation: pulse 2s infinite;
}
.start-cta:hover {
  background-color: #22B25B;
  transition: 0.3s background-color ease;
}
.start-ctaIcon {
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  fill: #fff;
}
.start-ctaIconStick {
  stroke: #fff;
}
.start-ctaText {
  vertical-align: middle;
}
.start-cta--active {
  background-color: #9A9FA9;
  pointer-events: none;
  animation: none;
}

.sns {
  background-color: #FAFAFA;
}
.sns-container {
  max-width: 710px;
  padding: 100px 10px;
  margin: 0 auto;
  text-align: center;
}
.sns-icon {
  display: block;
  margin: 5px auto;
  width: 180px;
  margin-bottom: 20px;
}
.sns-title {
  margin-top: 0;
}
.sns-caption {
  margin: 40px 0;
}
.sns-cta {
  background-color: #22B25B;
  transition: 0.3s background-color ease;
}
.sns-cta:hover {
  background-color: #FFC215;
  transition: 0.3s background-color ease;
}
.sns-ctaIcon {
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  fill: #fff;
}
.sns-ctaIconStick {
  stroke: #fff;
}
.sns-ctaText {
  vertical-align: middle;
}

.request {
  transition: all 1s ease-in-out;
  max-height: 5000px;
}
.request-container {
  max-width: 830px;
  margin: 0 auto;
  padding: 100px 10px 80px;
  text-align: center;
}
.request-icon {
  display: inline-block;
  height: 103px;
  width: 100px;
  margin-bottom: 20px;
}
.request-title {
  margin-top: 0;
  margin-bottom: 50px;
}
.request-caption {
  max-width: 690px;
  margin: 0 auto;
}
.request-link {
  color: #092313;
}
.request-link:hover {
  text-decoration: none;
}
.request-form {
  padding-top: 60px;
}
.request-row, .request-kid {
  display: flex;
  flex-wrap: wrap;
}
.request-kid {
  background-color: #9A9FA9;
  border-radius: 24px;
  padding: 5px;
  margin: 20px 0;
}
.request-kidsCtas {
  margin: 5px 0 10px;
}
.request-kidsCta {
  border: 2px solid #22B25B;
  color: #22B25B;
  background-color: #fff;
  transition: 0.3s all ease;
}
.request-kidsCta:hover {
  border-color: #FFC215;
  color: #FFC215;
  transition: 0.3s all ease;
}
.request-kidsCtaDel {
  border: 2px solid red;
  color: red;
  background-color: #fff;
  transition: 0.3s all ease;
}
.request-kidsCtaDel:hover {
  border-color: #FFC215;
  color: #FFC215;
  transition: 0.3s all ease;
}
.request-kidsCtaIcon, .request-kidsCtaText {
  vertical-align: middle;
}
.request-fieldWrapper {
  width: 50%;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .request-fieldWrapper {
    width: 100%;
  }
}
.request-field {
  box-sizing: border-box;
  width: 100%;
  border-radius: 24px;
  padding: 14px 34px;
  background-color: #FAFAFA;
  border: 2px solid #22B25B;
  transition: 0.3s border-color ease;
}
.request-field:focus {
  border-color: #FFC215;
  transition: 0.3s border-color ease;
}
.request-select {
  height: 100%;
}
.request .ss-main {
  position: relative;
  display: inline-block;
  user-select: none;
  color: #666;
  width: 100%;
}
.request .ss-main .ss-single-selected {
  display: flex;
  cursor: pointer;
  width: 100%;
  height: 30px;
  padding: 6px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  box-sizing: border-box;
  transition: background-color 0.2s;
}
.request .ss-main .ss-single-selected.ss-disabled {
  background-color: #dcdee2;
  cursor: not-allowed;
}
.request .ss-main .ss-single-selected.ss-open-above {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.request .ss-main .ss-single-selected.ss-open-below {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.request .ss-main .ss-single-selected .placeholder {
  display: flex;
  flex: 1 1 100%;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  width: calc(100% - 30px);
  line-height: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.request .ss-main .ss-single-selected .placeholder * {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}
.request .ss-main .ss-single-selected .placeholder .ss-disabled {
  color: #dedede;
}
.request .ss-main .ss-single-selected .ss-deselect {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  margin: 0 6px 0 6px;
  font-weight: bold;
}
.request .ss-main .ss-single-selected .ss-deselect.ss-hide {
  display: none;
}
.request .ss-main .ss-single-selected .ss-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  margin: 0 6px 0 6px;
}
.request .ss-main .ss-single-selected .ss-arrow span {
  border: solid #666;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transition: transform 0.2s, margin 0.2s;
}
.request .ss-main .ss-single-selected .ss-arrow span.arrow-up {
  transform: rotate(-135deg);
  margin: 3px 0 0 0;
}
.request .ss-main .ss-single-selected .ss-arrow span.arrow-down {
  transform: rotate(45deg);
  margin: -3px 0 0 0;
}
.request .ss-main .ss-multi-selected {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  min-height: 30px;
  width: 100%;
  padding: 0 0 0 3px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  box-sizing: border-box;
  transition: background-color 0.2s;
}
.request .ss-main .ss-multi-selected.ss-disabled {
  background-color: #dcdee2;
  cursor: not-allowed;
}
.request .ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled {
  color: #666;
}
.request .ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete {
  cursor: not-allowed;
}
.request .ss-main .ss-multi-selected.ss-open-above {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.request .ss-main .ss-multi-selected.ss-open-below {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.request .ss-main .ss-multi-selected .ss-values {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex: 1 1 100%;
  width: calc(100% - 30px);
}
.request .ss-main .ss-multi-selected .ss-values .ss-disabled {
  display: flex;
  padding: 4px 5px;
  margin: 2px 0px;
  line-height: 1em;
  align-items: center;
  width: 100%;
  color: #dedede;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@keyframes scaleIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
.request .ss-main .ss-multi-selected .ss-values .ss-value {
  display: flex;
  user-select: none;
  align-items: center;
  font-size: 12px;
  padding: 3px 5px;
  margin: 3px 5px 3px 0px;
  color: #fff;
  background-color: #5897fb;
  border-radius: 4px;
  animation-name: scaleIn;
  animation-duration: 0.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.request .ss-main .ss-multi-selected .ss-values .ss-value.ss-out {
  animation-name: scaleOut;
  animation-duration: 0.2s;
  animation-timing-function: ease-out;
}
.request .ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete {
  margin: 0 0 0 5px;
  cursor: pointer;
}
.request .ss-main .ss-multi-selected .ss-add {
  display: flex;
  flex: 0 1 3px;
  margin: 9px 12px 0 5px;
}
.request .ss-main .ss-multi-selected .ss-add .ss-plus {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #666;
  position: relative;
  height: 10px;
  width: 2px;
  transition: transform 0.2s;
}
.request .ss-main .ss-multi-selected .ss-add .ss-plus:after {
  background: #666;
  content: "";
  position: absolute;
  height: 2px;
  width: 10px;
  left: -4px;
  top: 4px;
}
.request .ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross {
  transform: rotate(45deg);
}
.request .ss-content {
  position: absolute;
  width: 100%;
  margin: -1px 0 0 0;
  box-sizing: border-box;
  border: solid 1px #dcdee2;
  z-index: 1010;
  background-color: #fff;
  transform-origin: center top;
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
  transform: scaleY(0);
}
.request .ss-content.ss-open {
  display: block;
  opacity: 1;
  transform: scaleY(1);
}
.request .ss-content .ss-search {
  display: flex;
  flex-direction: row;
  padding: 8px 8px 6px 8px;
}
.request .ss-content .ss-search.ss-hide {
  height: 0px;
  opacity: 0;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.request .ss-content .ss-search.ss-hide input {
  height: 0px;
  opacity: 0;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.request .ss-content .ss-search input {
  display: inline-flex;
  font-size: inherit;
  line-height: inherit;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0px;
  height: 30px;
  padding: 6px 8px;
  margin: 0;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: textfield;
}
.request .ss-content .ss-search input::placeholder {
  color: #8a8a8a;
  vertical-align: middle;
}
.request .ss-content .ss-search input:focus {
  box-shadow: 0 0 5px #5897fb;
}
.request .ss-content .ss-search .ss-addable {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  flex: 0 0 30px;
  height: 30px;
  margin: 0 0 0 8px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  box-sizing: border-box;
}
.request .ss-content .ss-addable {
  padding-top: 0px;
}
.request .ss-content .ss-list {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
}
.request .ss-content .ss-list .ss-optgroup .ss-optgroup-label {
  padding: 6px 10px 6px 10px;
  font-weight: bold;
}
.request .ss-content .ss-list .ss-optgroup .ss-option {
  padding: 6px 6px 6px 25px;
}
.request .ss-content .ss-list .ss-optgroup-label-selectable {
  cursor: pointer;
}
.request .ss-content .ss-list .ss-optgroup-label-selectable:hover {
  color: #fff;
  background-color: #5897fb;
}
.request .ss-content .ss-list .ss-option {
  padding: 6px 10px 6px 10px;
  cursor: pointer;
  user-select: none;
}
.request .ss-content .ss-list .ss-option * {
  display: inline-block;
}
.request .ss-content .ss-list .ss-option:hover, .request .ss-content .ss-list .ss-option.ss-highlighted {
  color: #fff;
  background-color: #5897fb;
}
.request .ss-content .ss-list .ss-option.ss-disabled {
  cursor: not-allowed;
  color: #dedede;
  background-color: #fff;
}
.request .ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected {
  color: #666;
  background-color: rgba(88, 151, 251, 0.1);
}
.request .ss-content .ss-list .ss-option.ss-hide {
  display: none;
}
.request .ss-content .ss-list .ss-option .ss-search-highlight {
  background-color: #fffb8c;
}
.request .ss-main .ss-single-selected {
  height: auto;
}
.request .ss-main .ss-single-selected,
.request .ss-main .ss-multi-selected {
  box-sizing: border-box;
  width: 100%;
  border-radius: 24px;
  padding: 14px 34px;
  background-color: #FAFAFA;
  border: 2px solid #22B25B;
  transition: 0.3s border-color ease;
  height: 100%;
}
.request .ss-main .ss-single-selected.ss-open-below,
.request .ss-main .ss-multi-selected.ss-open-below {
  border-color: #FFC215;
  transition: 0.3s border-color ease;
}
.request .ss-main .ss-single-selected .ss-arrow,
.request .ss-main .ss-multi-selected .ss-add {
  display: none;
}
.request .ss-main .ss-single-selected .placeholder .ss-disabled,
.request .ss-main .ss-multi-selected .ss-values .ss-disabled {
  padding: 0;
  color: #535956;
}
.request .ss-main .ss-multi-selected .ss-values .ss-value {
  font-size: 14px;
  background-color: #22B25B;
}
.request-ctaWrapper {
  width: 100%;
  text-align: center;
}
.request-cta {
  margin-top: 40px;
  background-color: #22B25B;
  transition: 0.3s background-color ease;
}
.request-cta:hover {
  background-color: #FFC215;
  transition: 0.3s background-color ease;
}
.request-cta .sk-fading-circle {
  display: none;
}
.request-gdpr {
  margin-top: 25px;
  text-align: left;
  padding: 0 10px;
}
.request-gdprCheckbox {
  display: none;
}
.request-gdprCheckbox:checked ~ .request-gdprFakeLabel {
  border-color: #FFC215;
}
.request-gdprCheckbox:checked ~ .request-gdprFakeLabel:after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}
.request-gdprFakeLabel {
  display: inline-block;
  position: relative;
  top: 1px;
  width: 27px;
  height: 27px;
  border: 2px solid #22B25B;
  background-color: #FAFAFA;
  border-radius: 5px;
  vertical-align: middle;
  transition: background 0.1s ease;
  cursor: pointer;
}
.request-gdprFakeLabel:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 8px;
  width: 5px;
  height: 11px;
  opacity: 0;
  transform: rotate(45deg) scale(0);
  border-right: 2px solid #FFC215;
  border-bottom: 2px solid #FFC215;
  transition: all 0.3s ease;
  transition-delay: 0.15s;
}
.request-gdprLabel {
  margin-left: 10px;
  vertical-align: middle;
  font-size: 17px;
  line-height: 20px;
  color: #092313;
  cursor: pointer;
}
.request-gdprLabel a {
  color: #22B25B;
}
.request-fieldError {
  color: red;
  font-size: 17px;
  text-align: left;
  padding-left: 24px;
  padding-top: 5px;
}
.request-success, .request-error {
  max-height: 1000px;
  overflow: hidden;
  margin-top: 20px;
  color: #fff;
  border-radius: 2px;
  transition: all 0.5s ease-in-out;
}
.request-success {
  background-color: #22B25B;
}
.request-successStrong {
  font-weight: 600;
}
.request-error {
  background-color: #22B25B;
}
.request-cta--loading .sk-fading-circle {
  display: inline-block;
}
.request--hide {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.request-fieldWrapper--textarea {
  width: 100%;
}
.request-fieldWrapper--textarea .request-field {
  min-height: 100px;
}
.request-fieldWrapper--hide {
  display: none;
}
.request-fieldWrapper--error .request-field {
  border-color: red;
}
.request-fieldWrapper--error .ss-main .ss-single-selected,
.request-fieldWrapper--error .ss-main .ss-multi-selected {
  border-color: red;
}
.request-fieldWrapper--error .request-select {
  height: auto;
}
.request-success--hide, .request-error--hide {
  margin-top: 0;
  max-height: 0;
  transition: all 0.5s ease-in-out;
}
.request-kidsCtaDel--hide {
  display: none;
}

.columns {
  position: relative;
}
.columns:after, .columns:before {
  content: "";
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 990px) {
  .columns:after, .columns:before {
    display: none;
  }
}
.columns:before {
  left: 0;
  height: 444px;
  width: 60%;
  background-color: #22B25B;
}
.columns:after {
  right: 0;
  height: 444px;
  width: 40%;
  background-color: #FFC215;
}
.columns-background {
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100%;
}
.columns-background:after, .columns-background:before {
  content: "";
  top: 0;
  position: absolute;
  height: 100%;
}
.columns-background:before {
  left: 0;
  width: 60%;
  background-color: #FAFAFA;
}
.columns-background:after {
  right: 0;
  width: 40%;
  background-color: #FDFDFD;
}
.columns-container {
  display: flex;
}
@media only screen and (max-width: 990px) {
  .columns-container {
    display: block;
    padding: 0;
  }
}
.columns-item {
  z-index: 2;
  position: relative;
  width: 60%;
  background-color: #FAFAFA;
  padding: 100px 0;
}
@media only screen and (max-width: 990px) {
  .columns-item {
    width: 100%;
  }
}
.columns-item:after, .columns-item:before {
  content: "";
  position: absolute;
  height: 444px;
  width: 100%;
  left: 0;
  top: 0;
}
.columns-item:before {
  background-color: #22B25B;
}
.columns-item:first-child {
  padding-right: 50px;
}
@media only screen and (max-width: 990px) {
  .columns-item:first-child {
    width: 100%;
    padding: 100px 20px;
  }
}
.columns-item:nth-child(2) {
  width: 40%;
  padding-left: 50px;
  background-color: #FDFDFD;
}
@media only screen and (max-width: 990px) {
  .columns-item:nth-child(2) {
    width: 100%;
    padding: 100px 20px;
  }
}
.columns-item:nth-child(2):before {
  background-color: #FFC215;
}
.columns-bottomLink {
  display: block;
  text-decoration: none;
}
.columns-bottomImage {
  width: 100%;
}

.news {
  position: relative;
  z-index: 2;
}
.news-heading {
  background-color: #22B25B;
  padding: 100px 0 200px;
}
@media only screen and (max-width: 1024px) {
  .news-heading {
    padding: 80px 0 150px;
  }
}
.news-titleSub {
  margin-bottom: 0;
}
.news-title {
  color: #fff;
  margin: 0;
}
.news-ctaWrapper {
  z-index: 2;
  position: relative;
  text-align: right;
  height: 129px;
}
.news-ctaWrapper:before, .news-ctaWrapper:after {
  content: "";
  position: absolute;
}
.news-ctaWrapper:before {
  z-index: 2;
  right: 0;
  bottom: 0;
  height: 60px;
  width: 20px;
  background-color: #FFC215;
}
.news-ctaWrapper:after {
  z-index: 1;
  right: 7px;
  bottom: 13px;
  height: 117px;
  width: 145px;
  background-image: url(../images/triangles-2.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.news-cta {
  z-index: 2;
  position: relative;
  margin-top: 20px;
  margin-right: 55px;
  background-color: #FFC215;
}
.news-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.news-singleContainer {
  margin-top: -120px;
}
.news-item {
  width: 50%;
  margin-bottom: 20px;
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  .news-item {
    width: 100%;
  }
}
.news-itemLink {
  height: 100%;
  display: block;
  text-decoration: none;
  background-color: #fff;
}
.news-itemPhoto {
  position: relative;
  height: 225px;
  background-color: #535956;
  background-size: cover;
  background-image: url(../images/hero.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
.news-itemContent {
  padding: 20px 50px;
}
.news-itemDate {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  color: #9A9FA9;
  font-size: 17px;
}
@media only screen and (max-width: 768px) {
  .news-itemDate {
    font-size: 14px;
  }
}
.news-itemTitle {
  position: relative;
  font-size: 25px;
}
@media only screen and (max-width: 768px) {
  .news-itemTitle {
    font-size: 20px;
  }
}
.news-itemTitle:before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  height: 100%;
  width: 5px;
  background-color: #9A9FA9;
}
.news--single {
  background-color: #FAFAFA;
}
.news--single .news-item--pinned {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .news--single .news-item--pinned {
    width: 100%;
  }
}
.news--single .news-itemPhoto {
  height: 293px;
}
.news-item--pinned {
  width: 100%;
}
.news-item--pinned .news-itemPhoto {
  height: 293px;
}
.news-item--grey .news-itemTitle:before {
  background-color: #9A9FA9;
}
.news-item--pinned .news-itemTitle:before {
  background-color: #FFC215;
}

.events {
  position: relative;
  z-index: 2;
}
.events-heading {
  background-color: #FFC215;
  padding: 100px 0 200px;
}
@media only screen and (max-width: 1024px) {
  .events-heading {
    padding: 80px 0 150px;
  }
}
.events-titleSub {
  color: #22B25B;
  margin-bottom: 0;
}
.events-title {
  color: #fff;
  margin: 0;
}
.events-ctaWrapper {
  z-index: 2;
  position: relative;
  text-align: right;
  height: 129px;
}
.events-ctaWrapper:before, .events-ctaWrapper:after {
  content: "";
  position: absolute;
}
.events-ctaWrapper:before {
  z-index: 2;
  right: 0;
  bottom: 0;
  height: 60px;
  width: 20px;
  background-color: #22B25B;
}
.events-ctaWrapper:after {
  z-index: 1;
  right: 8px;
  bottom: -12px;
  height: 141px;
  width: 145px;
  background-image: url(../images/plusminus-2.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.events-cta {
  z-index: 2;
  position: relative;
  margin-top: 20px;
  margin-right: 55px;
  background-color: #22B25B;
}
@media only screen and (max-width: 990px) {
  .events-container {
    margin: 0 -10px;
  }
}
.events-singleContainer {
  margin-top: -210px;
}
.events-item {
  margin-bottom: 20px;
}
@media only screen and (max-width: 990px) {
  .events-item {
    width: 50%;
    padding: 0 10px;
  }
  .events-item:first-child {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .events-item {
    width: 100%;
  }
}
.events-itemLink {
  display: block;
  text-decoration: none;
  background-color: #fff;
  height: 100%;
}
.events-itemPhoto {
  z-index: 2;
  position: relative;
  height: 225px;
  background-color: #535956;
  background-size: cover;
  background-image: url(../images/hero.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
.events-itemContent {
  padding: 20px 50px;
}
.events-itemLocation, .events-itemDate {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  color: #9A9FA9;
  font-size: 17px;
}
@media only screen and (max-width: 768px) {
  .events-itemLocation, .events-itemDate {
    font-size: 14px;
  }
}
.events-itemLocation .material-icons, .events-itemDate .material-icons {
  font-size: 20px;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .events-itemLocation .material-icons, .events-itemDate .material-icons {
    font-size: 18px;
  }
}
.events-itemDate {
  min-width: 112px;
}
.events-itemLocation {
  margin-left: 15px;
  max-width: 50%;
}
.events-itemHeader {
  display: flex;
}
.events-itemTitle {
  position: relative;
  font-size: 25px;
}
@media only screen and (max-width: 768px) {
  .events-itemTitle {
    font-size: 20px;
  }
}
.events-itemTitle:before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  height: 100%;
  width: 5px;
  background-color: #22B25B;
}
.events-add, .events-fb {
  margin: 5px;
}
@media only screen and (max-width: 550px) {
  .events-add, .events-fb {
    width: 100%;
  }
}
.events-add {
  background-color: #FFC215;
  transition: 0.3s background-color ease;
}
.events-add:hover {
  background-color: #22B25B;
  transition: 0.3s background-color ease;
}
.events-fb {
  background-color: #475993;
  transition: 0.3s background-color ease;
}
.events-fb:hover {
  background-color: #22B25B;
  transition: 0.3s background-color ease;
}
.events-addSvg {
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  width: 24px;
}
.events-addText {
  vertical-align: middle;
  margin-left: 5px;
}
.events--single {
  background-color: #FAFAFA;
}
.events--single .events-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.events--single .events-item {
  padding: 10px;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .events--single .events-item {
    width: 100%;
  }
}
.events-item--grey .events-itemTitle:before {
  background-color: #9A9FA9;
}

.faq {
  background-color: #FAFAFA;
  padding-bottom: 20px;
}
.faq-row {
  position: relative;
  z-index: 2;
  margin: -50px 0 0;
}
.faq-item {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.faq-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0%;
  width: 5px;
  background-color: #22B25B;
  transition: 0.5s height ease;
}
.faq-itemContent {
  padding: 20px 50px;
}
.faq-itemLink {
  position: relative;
  height: 100%;
  display: block;
  text-decoration: none;
  background-color: #fff;
}
.faq-itemTitle {
  position: relative;
  font-size: 25px;
}
@media only screen and (max-width: 768px) {
  .faq-itemTitle {
    font-size: 20px;
  }
}
.faq-itemTitle:before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  height: 100%;
  width: 5px;
  background-color: #FFC215;
}
.faq-itemIcon {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 42px;
  color: #FFC215;
  transition: 0.5s transform ease;
}
.faq-content {
  transform: rotate(0);
  padding: 0 20px 0;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s all ease;
}
.faq-content img {
  max-width: 100%;
  max-height: 600px;
  height: auto !important;
}
.faq-content ul {
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.faq-content a {
  color: #22B25B;
}
.faq-content a:hover {
  text-decoration: none;
}
.faq-item--open {
  position: relative;
}
.faq-item--open:before {
  height: 100%;
  transition: 0.5s height ease;
}
.faq-item--open .faq-itemIcon {
  transform: rotate(180deg);
  transition: 0.5s transform ease;
}
.faq-item--open .faq-content {
  max-height: 5000px;
  visibility: visible;
  opacity: 1;
  transition: 0.5s all ease;
}

.docs {
  background-color: #FAFAFA;
}
.docs-container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .docs-container {
    display: block;
    text-align: center;
  }
}
.docs-contentWrapper {
  background-color: #22B25B;
  padding: 100px 0 60px;
}
.docs-titleSub {
  margin-bottom: 0;
}
.docs-title {
  color: #fff;
  margin: 0;
}
.docs-searchWrapper {
  z-index: 2;
  position: relative;
  text-align: right;
  height: 129px;
  margin-top: 15px;
}
.docs-searchWrapper:before, .docs-searchWrapper:after {
  content: "";
  position: absolute;
}
.docs-searchWrapper:before {
  z-index: 2;
  right: 1px;
  bottom: 0;
  height: 60px;
  width: 20px;
  background-color: #FFC215;
}
.docs-searchWrapper:after {
  z-index: 1;
  right: 7px;
  bottom: 13px;
  height: 117px;
  width: 145px;
  background-image: url(../images/triangles-2.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.docs-searchForm {
  position: relative;
  z-index: 2;
  display: flex;
  padding: 18px 27px 0 0;
}
@media only screen and (max-width: 768px) {
  .docs-searchForm {
    justify-content: center;
  }
}
.docs-searchField, .docs-searchCta {
  display: block;
}
.docs-searchField {
  outline: none;
  box-sizing: border-box;
  width: 295px;
  border-radius: 24px;
  padding: 14px 34px;
  background-color: #fff;
  border: 2px solid #FFC215;
}
@media only screen and (max-width: 768px) {
  .docs-searchField {
    width: 70%;
  }
}
.docs-searchField:focus {
  background-color: #FAFAFA;
}
.docs-searchCta {
  margin-left: 20px;
  padding: 13px;
  color: #fff;
  height: 48px;
  width: 48px;
  border-radius: 24px;
  border: 2px #FFC215;
  background-color: #FFC215;
}
.docs-blocks {
  margin-top: -60px;
}
.docs-blocksContainer {
  padding-bottom: 90px;
}
.docs-blocksRow {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.docs-item {
  width: 33.3333%;
  margin-bottom: 20px;
  padding: 0 10px;
}
@media only screen and (max-width: 990px) {
  .docs-item {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .docs-item {
    width: 100%;
  }
}
.docs-itemDate {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  color: #9A9FA9;
  font-size: 17px;
}
.docs-itemContent {
  padding: 20px 50px;
}
.docs-itemLink {
  height: 100%;
  display: block;
  text-decoration: none;
  background-color: #fff;
}
.docs-itemTitle {
  position: relative;
  font-size: 25px;
}
@media only screen and (max-width: 768px) {
  .docs-itemTitle {
    font-size: 20px;
  }
}
.docs-itemTitle:before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  height: 100%;
  width: 5px;
  background-color: #FFC215;
}
.docs--sub .docs-titleSub {
  color: #22B25B;
}
.docs--sub .docs-contentWrapper {
  background-color: #FFC215;
}
.docs--sub .docs-searchField {
  border-color: #22B25B;
}
.docs--sub .docs-searchCta {
  border-color: #22B25B;
  background-color: #22B25B;
}
.docs--sub .docs-searchWrapper:before {
  background-color: #22B25B;
}
.docs--sub .docs-itemTitle:before {
  background-color: #22B25B;
}

.contacts {
  background-color: #FAFAFA;
}
.contacts-container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .contacts-container {
    display: block;
    text-align: center;
  }
}
.contacts-contentWrapper {
  background-color: #22B25B;
  padding: 100px 0 160px;
}
.contacts-titleSub {
  margin-bottom: 0;
}
.contacts-title {
  color: #fff;
  margin: 0;
}
.contacts-blocks {
  margin-top: -60px;
}
.contacts-blocksContainer {
  padding-bottom: 90px;
}
.contacts-blocksRow {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.contacts-item {
  width: 25%;
  margin-bottom: 20px;
  padding: 0 10px;
}
@media only screen and (max-width: 990px) {
  .contacts-item {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .contacts-item {
    width: 100%;
  }
}
.contacts-itemContent {
  padding: 20px 20px 20px 25px;
}
.contacts-itemLink {
  height: 100%;
  display: block;
  text-decoration: none;
  background-color: #fff;
  border: 5px solid #fff;
}
.contacts-itemTitle {
  position: relative;
  font-size: 25px;
}
@media only screen and (max-width: 768px) {
  .contacts-itemTitle {
    font-size: 20px;
  }
}
.contacts-itemTitle:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  height: 100%;
  width: 5px;
  background-color: #FFC215;
}
.contacts-itemPhoto {
  position: relative;
  height: 225px;
  background-color: #535956;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin: -5px;
}
.contacts-itemList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contacts-itemLi {
  margin-top: 5px;
}
.contacts-link {
  color: #22B25B;
}
.contacts-link:hover {
  text-decoration: none;
}
.contacts-itemPosition {
  font-weight: 600;
  margin: 0 0 10px;
}
.contacts-itemCaption {
  color: #535956;
  margin-top: 10px;
}
.contacts-sectionContainer {
  padding: 80px 10px;
  text-align: center;
}
.contacts-section {
  outline: none;
  background-color: #FAFAFA;
}
.contacts-section:nth-child(2n) {
  background-color: #fff;
}
.contacts-sectionTitle {
  margin-top: 0;
}
.contacts-sectionSubTitle {
  margin-top: 20;
  font-size: 30px;
}
.contacts-sectionCaption {
  max-width: 690px;
  margin: 0 auto;
}
.contacts-sectionIcon {
  display: inline-block;
  height: 100px;
  width: 100px;
  margin-bottom: 20px;
}
.contacts-itemLink--active {
  border-color: #FFC215;
}
.contacts-itemList--type {
  margin-top: 10px;
}

.methods {
  background-color: #FAFAFA;
}
.methods-container {
  padding: 80px 10px;
  text-align: center;
}
.methods-item:nth-child(2n) {
  background-color: #fff;
}
.methods-title {
  margin-top: 0;
}
.methods-caption {
  max-width: 690px;
  margin: 0 auto;
}
.methods-icon {
  display: inline-block;
  height: 100px;
  width: 100px;
  margin-bottom: 20px;
}

.errorSection {
  position: relative;
  min-height: 100vh;
  background-image: url(../images/errorBg.jpg);
  background-size: cover;
  background-position: center;
}
.errorSection:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(9, 35, 19, 0.3);
}
.errorSection-container {
  z-index: 2;
  position: relative;
  text-align: center;
  padding-top: 15vh;
}
@media only screen and (max-width: 550px) {
  .errorSection-container {
    padding-top: 30vh;
  }
}
.errorSection-title {
  margin: 0;
  color: #fff;
  font-size: 200px;
}
@media only screen and (max-width: 550px) {
  .errorSection-title {
    font-size: 100px;
  }
}
.errorSection-subTitle {
  margin: 0;
  color: #fff;
  font-size: 100px;
}
@media only screen and (max-width: 550px) {
  .errorSection-subTitle {
    font-size: 50px;
  }
}

.know-blocksLink, .columns-bottomLink, .news-itemLink, .events-itemLink, .faq-itemLink, .docs-itemLink, .contacts-itemLink {
  background-color: #fff;
  border-radius: 2px;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 40px 0;
}
@media only screen and (max-width: 768px) {
  .pagination {
    justify-content: center;
  }
}
.pagination-item {
  font-size: 18px;
  color: #092313;
}
.pagination-holder, .pagination-link {
  display: block;
  padding: 10px 16px;
}
.pagination-link {
  text-decoration: none;
  color: #22B25B;
}
.pagination-link:hover {
  font-weight: 600;
  background-color: #fff;
  border-radius: 24px;
}
.pagination-item--active .pagination-holder {
  background-color: #FFC215;
  border-radius: 24px;
  font-weight: 600;
  color: #fff;
}

.footer {
  padding-top: 50px;
  background-color: #22B25B;
  color: #fff;
}
.footer-menu {
  display: flex;
}
@media only screen and (max-width: 990px) {
  .footer-menu {
    flex-wrap: wrap;
  }
}
.footer-navigations {
  padding-right: 40px;
  display: flex;
  width: 65%;
  justify-content: space-between;
}
@media only screen and (max-width: 990px) {
  .footer-navigations {
    width: 100%;
    padding-right: 0;
    order: 2;
  }
}
.footer-navigation {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .footer-navigation {
    display: none;
  }
}
.footer-navigationTitle {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px;
}
.footer-navigationList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-navigationItem {
  display: block;
}
.footer-navigationLink {
  display: block;
  padding: 5px 0;
  text-decoration: none;
  font-size: 18px;
  color: #FAFAFA;
}
.footer-navigationLink:hover {
  text-decoration: underline;
}
.footer-ctas {
  width: 35%;
  padding-left: 40px;
}
@media only screen and (max-width: 990px) {
  .footer-ctas {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
    order: 1;
    text-align: center;
  }
}
.footer-donateTitle, .footer-socialsTitle {
  font-size: 25px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  margin: 0 0 30px;
}
.footer-donateLink {
  padding: 10px 30px;
  width: 100%;
  background-color: #fff;
  color: #22B25B;
  font-weight: 600;
  border: 3px solid #fff;
  transition: 0.3s border-color ease;
  animation: pulseWhite 2s infinite;
}
.footer-donateLink:hover {
  border-color: #FFC215;
  transition: 0.3s border-color ease;
}
.footer-donateLink .material-icons {
  color: #FFC215;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}
.footer-ctaIcon {
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  fill: #FFC215;
}
.footer-ctaIconStick {
  stroke: #FFC215;
}
.footer-ctaText {
  vertical-align: middle;
}
.footer-socials {
  margin-top: 30px;
}
.footer-socialsLinks {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media only screen and (max-width: 990px) {
  .footer-socialsLinks {
    justify-content: center;
  }
}
.footer-socialsLink {
  display: block;
  height: 48px;
  width: 48px;
  border-radius: 100%;
  background-color: #fff;
  border: 3px solid #fff;
  padding: 10px;
  margin: 10px;
  transition: 0.3s border-color ease;
}
.footer-socialsLink:hover {
  border-color: #FFC215;
  transition: 0.3s border-color ease;
}
.footer-copyright {
  padding: 30px 0;
}

.tippy-popper[x-placement^=top] .tippy-arrow {
  border-top-color: #fff;
}
.tippy-popper[x-placement^=bottom] .tippy-arrow {
  border-bottom-color: #fff;
}
.tippy-popper[x-placement^=left] .tippy-arrow {
  border-left-color: #fff;
}
.tippy-popper[x-placement^=right] .tippy-arrow {
  border-right-color: #fff;
}

.tippy-tooltip {
  color: #092313;
  background-color: #fff;
  border-radius: 2px;
}