/*! 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;
}
/**
 * These functions require unitless px values.
 */

/** Colors */

/** Box Model  */

/** Import everything from autoload */

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/* line 3, node_modules/materialize-css/sass/components/_global.scss */

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 6, node_modules/materialize-css/sass/components/_global.scss */

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* line 20, node_modules/materialize-css/sass/components/_global.scss */

button,
input,
optgroup,
select,
textarea {
  font-family: "bookman-jf-pro", serif;
}

/* line 29, node_modules/materialize-css/sass/components/_global.scss */

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}

/* line 33, node_modules/materialize-css/sass/components/_global.scss */

ul:not(.browser-default) > li {
  list-style-type: none;
}

/* line 39, node_modules/materialize-css/sass/components/_global.scss */

a {
  color: #039be5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 49, node_modules/materialize-css/sass/components/_global.scss */

.valign-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 56, node_modules/materialize-css/sass/components/_global.scss */

.clearfix {
  clear: both;
}

/* line 62, node_modules/materialize-css/sass/components/_global.scss */

.z-depth-0 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* 2dp elevation modified*/

/* line 67, node_modules/materialize-css/sass/components/_global.scss */

.z-depth-1,
.btn,
.btn-large,
.btn-small,
.btn-floating {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

/* line 72, node_modules/materialize-css/sass/components/_global.scss */

.z-depth-1-half,
.btn:hover,
.btn-large:hover,
.btn-small:hover,
.btn-floating:hover {
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

/* 6dp elevation modified*/

/* line 77, node_modules/materialize-css/sass/components/_global.scss */

.z-depth-2 {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

/* 12dp elevation modified*/

/* line 84, node_modules/materialize-css/sass/components/_global.scss */

.z-depth-3 {
  -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

/* 16dp elevation */

/* line 91, node_modules/materialize-css/sass/components/_global.scss */

.z-depth-4 {
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}

/* 24dp elevation */

/* line 98, node_modules/materialize-css/sass/components/_global.scss */

.z-depth-5 {
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

/* line 104, node_modules/materialize-css/sass/components/_global.scss */

.hoverable {
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  -o-transition: box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
}

/* line 107, node_modules/materialize-css/sass/components/_global.scss */

.hoverable:hover {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* line 114, node_modules/materialize-css/sass/components/_global.scss */

.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}

/* line 123, node_modules/materialize-css/sass/components/_global.scss */

blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ee6e73;
}

/* line 131, node_modules/materialize-css/sass/components/_global.scss */

i {
  line-height: inherit;
}

/* line 134, node_modules/materialize-css/sass/components/_global.scss */

i.left {
  float: left;
  margin-right: 15px;
}

/* line 138, node_modules/materialize-css/sass/components/_global.scss */

i.right {
  float: right;
  margin-left: 15px;
}

/* line 142, node_modules/materialize-css/sass/components/_global.scss */

i.tiny {
  font-size: 1rem;
}

/* line 145, node_modules/materialize-css/sass/components/_global.scss */

i.small {
  font-size: 2rem;
}

/* line 148, node_modules/materialize-css/sass/components/_global.scss */

i.medium {
  font-size: 4rem;
}

/* line 151, node_modules/materialize-css/sass/components/_global.scss */

i.large {
  font-size: 6rem;
}

/* line 157, node_modules/materialize-css/sass/components/_global.scss */

img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}

/* line 168, node_modules/materialize-css/sass/components/_global.scss */

.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
}

/* line 175, node_modules/materialize-css/sass/components/_global.scss */

.pagination li a {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}

/* line 183, node_modules/materialize-css/sass/components/_global.scss */

.pagination li.active a {
  color: #fff;
}

/* line 185, node_modules/materialize-css/sass/components/_global.scss */

.pagination li.active {
  background-color: #ee6e73;
}

/* line 187, node_modules/materialize-css/sass/components/_global.scss */

.pagination li.disabled a {
  cursor: default;
  color: #999;
}

/* line 192, node_modules/materialize-css/sass/components/_global.scss */

.pagination li i {
  font-size: 2rem;
}

/* line 198, node_modules/materialize-css/sass/components/_global.scss */

.pagination li.pages ul li {
  display: inline-block;
  float: none;
}

@media only screen and (max-width: 992px) {
  /* line 204, node_modules/materialize-css/sass/components/_global.scss */

  .pagination {
    width: 100%;
  }

  /* line 207, node_modules/materialize-css/sass/components/_global.scss */

  .pagination li.prev,
  .pagination li.next {
    width: 10%;
  }

  /* line 212, node_modules/materialize-css/sass/components/_global.scss */

  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}

/* line 221, node_modules/materialize-css/sass/components/_global.scss */

.breadcrumb {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}

/* line 225, node_modules/materialize-css/sass/components/_global.scss */

.breadcrumb i,
.breadcrumb [class^="mdi-"],
.breadcrumb [class*="mdi-"],
.breadcrumb i.material-icons {
  display: inline-block;
  float: left;
  font-size: 24px;
}

/* line 233, node_modules/materialize-css/sass/components/_global.scss */

.breadcrumb:before {
  content: '\E5CC';
  color: rgba(255, 255, 255, 0.7);
  vertical-align: top;
  display: inline-block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  margin: 0 10px 0 8px;
  -webkit-font-smoothing: antialiased;
}

/* line 246, node_modules/materialize-css/sass/components/_global.scss */

.breadcrumb:first-child:before {
  display: none;
}

/* line 250, node_modules/materialize-css/sass/components/_global.scss */

.breadcrumb:last-child {
  color: #fff;
}

/* line 256, node_modules/materialize-css/sass/components/_global.scss */

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}

/* line 261, node_modules/materialize-css/sass/components/_global.scss */

.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/* line 269, node_modules/materialize-css/sass/components/_global.scss */

.parallax-container .parallax img {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 283, node_modules/materialize-css/sass/components/_global.scss */

.pin-top,
.pin-bottom {
  position: relative;
}

/* line 286, node_modules/materialize-css/sass/components/_global.scss */

.pinned {
  position: fixed !important;
}

/*********************
  Transition Classes
**********************/

/* line 294, node_modules/materialize-css/sass/components/_global.scss */

ul.staggered-list li {
  opacity: 0;
}

/* line 298, node_modules/materialize-css/sass/components/_global.scss */

.fade-in {
  opacity: 0;
  -webkit-transform-origin: 0 50%;
       -o-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

/*********************
  Media Query Classes
**********************/

@media only screen and (max-width: 600px) {
  /* line 307, node_modules/materialize-css/sass/components/_global.scss */

  .hide-on-small-only,
  .hide-on-small-and-down {
    display: none !important;
  }
}

@media only screen and (max-width: 992px) {
  /* line 312, node_modules/materialize-css/sass/components/_global.scss */

  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (min-width: 601px) {
  /* line 317, node_modules/materialize-css/sass/components/_global.scss */

  .hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  /* line 322, node_modules/materialize-css/sass/components/_global.scss */

  .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (min-width: 993px) {
  /* line 327, node_modules/materialize-css/sass/components/_global.scss */

  .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width: 1201px) {
  /* line 332, node_modules/materialize-css/sass/components/_global.scss */

  .hide-on-extra-large-only {
    display: none !important;
  }
}

@media only screen and (min-width: 1201px) {
  /* line 337, node_modules/materialize-css/sass/components/_global.scss */

  .show-on-extra-large {
    display: block !important;
  }
}

@media only screen and (min-width: 993px) {
  /* line 342, node_modules/materialize-css/sass/components/_global.scss */

  .show-on-large {
    display: block !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  /* line 347, node_modules/materialize-css/sass/components/_global.scss */

  .show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  /* line 352, node_modules/materialize-css/sass/components/_global.scss */

  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width: 601px) {
  /* line 357, node_modules/materialize-css/sass/components/_global.scss */

  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width: 992px) {
  /* line 362, node_modules/materialize-css/sass/components/_global.scss */

  .show-on-medium-and-down {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  /* line 370, node_modules/materialize-css/sass/components/_global.scss */

  .center-on-small-only {
    text-align: center;
  }
}

/* line 377, node_modules/materialize-css/sass/components/_global.scss */

.page-footer {
  padding-top: 20px;
  color: #fff;
  background-color: #ee6e73;
}

/* line 382, node_modules/materialize-css/sass/components/_global.scss */

.page-footer .footer-copyright {
  overflow: hidden;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}

/* line 395, node_modules/materialize-css/sass/components/_global.scss */

table,
th,
td {
  border: none;
}

/* line 399, node_modules/materialize-css/sass/components/_global.scss */

table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 406, node_modules/materialize-css/sass/components/_global.scss */

table.striped tr {
  border-bottom: none;
}

/* line 411, node_modules/materialize-css/sass/components/_global.scss */

table.striped > tbody > tr:nth-child(odd) {
  background-color: rgba(242, 242, 242, 0.5);
}

/* line 415, node_modules/materialize-css/sass/components/_global.scss */

table.striped > tbody > tr > td {
  border-radius: 0;
}

/* line 421, node_modules/materialize-css/sass/components/_global.scss */

table.highlight > tbody > tr {
  -webkit-transition: background-color .25s ease;
  -o-transition: background-color .25s ease;
  transition: background-color .25s ease;
}

/* line 423, node_modules/materialize-css/sass/components/_global.scss */

table.highlight > tbody > tr:hover {
  background-color: rgba(242, 242, 242, 0.5);
}

/* line 429, node_modules/materialize-css/sass/components/_global.scss */

table.centered thead tr th,
table.centered tbody tr td {
  text-align: center;
}

/* line 435, node_modules/materialize-css/sass/components/_global.scss */

tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 439, node_modules/materialize-css/sass/components/_global.scss */

td,
th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

@media only screen and (max-width: 992px) {
  /* line 450, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }

  /* line 457, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table td:empty:before {
    content: '\A0';
  }

  /* line 461, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table th,
  table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }

  /* line 467, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table th {
    text-align: left;
  }

  /* line 468, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table thead {
    display: block;
    float: left;
  }

  /* line 472, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }

  /* line 476, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table thead tr th::before {
    content: "\A0";
  }

  /* line 481, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }

  /* line 488, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }

  /* line 493, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table th {
    display: block;
    text-align: right;
  }

  /* line 497, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }

  /* line 502, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table tr {
    border-bottom: none;
    padding: 0 10px;
  }

  /* line 508, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table thead {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
}

/* line 518, node_modules/materialize-css/sass/components/_global.scss */

.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

/* line 525, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}

/* line 533, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}

/* line 539, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item.avatar:not(.circle-clipper) > .circle,
.collection .collection-item.avatar :not(.circle-clipper) > .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}

/* line 549, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}

/* line 558, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item.avatar .title {
  font-size: 16px;
}

/* line 562, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item.avatar p {
  margin: 0;
}

/* line 566, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}

/* line 575, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item:last-child {
  border-bottom: none;
}

/* line 579, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item.active {
  background-color: #26a69a;
  color: #eafaf9;
}

/* line 583, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item.active .secondary-content {
  color: #fff;
}

/* line 588, node_modules/materialize-css/sass/components/_global.scss */

.collection a.collection-item {
  display: block;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  color: #26a69a;
}

/* line 593, node_modules/materialize-css/sass/components/_global.scss */

.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}

/* line 600, node_modules/materialize-css/sass/components/_global.scss */

.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}

/* line 605, node_modules/materialize-css/sass/components/_global.scss */

.collection.with-header .collection-item {
  padding-left: 30px;
}

/* line 608, node_modules/materialize-css/sass/components/_global.scss */

.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}

/* line 615, node_modules/materialize-css/sass/components/_global.scss */

.secondary-content {
  float: right;
  color: #26a69a;
}

/* line 619, node_modules/materialize-css/sass/components/_global.scss */

.collapsible .collection {
  margin: 0;
  border: none;
}

/* line 627, node_modules/materialize-css/sass/components/_global.scss */

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

/* line 633, node_modules/materialize-css/sass/components/_global.scss */

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 643, node_modules/materialize-css/sass/components/_global.scss */

.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}

/* line 652, node_modules/materialize-css/sass/components/_global.scss */

.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #26a69a;
  -webkit-transition: width .3s linear;
  -o-transition: width .3s linear;
  transition: width .3s linear;
}

/* line 660, node_modules/materialize-css/sass/components/_global.scss */

.progress .indeterminate {
  background-color: #26a69a;
}

/* line 662, node_modules/materialize-css/sass/components/_global.scss */

.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
       -o-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
          animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

/* line 674, node_modules/materialize-css/sass/components/_global.scss */

.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
       -o-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
          animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
       -o-animation-delay: 1.15s;
          animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }

  60% {
    left: 100%;
    right: -90%;
  }

  100% {
    left: 100%;
    right: -90%;
  }
}

@-o-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }

  60% {
    left: 100%;
    right: -90%;
  }

  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }

  60% {
    left: 100%;
    right: -90%;
  }

  100% {
    left: 100%;
    right: -90%;
  }
}

@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }

  60% {
    left: 107%;
    right: -8%;
  }

  100% {
    left: 107%;
    right: -8%;
  }
}

@-o-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }

  60% {
    left: 107%;
    right: -8%;
  }

  100% {
    left: 107%;
    right: -8%;
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }

  60% {
    left: 107%;
    right: -8%;
  }

  100% {
    left: 107%;
    right: -8%;
  }
}

/*******************
  Utility Classes
*******************/

/* line 723, node_modules/materialize-css/sass/components/_global.scss */

.hide {
  display: none !important;
}

/* line 728, node_modules/materialize-css/sass/components/_global.scss */

.left-align {
  text-align: left;
}

/* line 731, node_modules/materialize-css/sass/components/_global.scss */

.right-align {
  text-align: right;
}

/* line 734, node_modules/materialize-css/sass/components/_global.scss */

.center,
.center-align {
  text-align: center;
}

/* line 738, node_modules/materialize-css/sass/components/_global.scss */

.left {
  float: left !important;
}

/* line 741, node_modules/materialize-css/sass/components/_global.scss */

.right {
  float: right !important;
}

/* line 746, node_modules/materialize-css/sass/components/_global.scss */

.no-select {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 750, node_modules/materialize-css/sass/components/_global.scss */

.circle {
  border-radius: 50%;
}

/* line 754, node_modules/materialize-css/sass/components/_global.scss */

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 760, node_modules/materialize-css/sass/components/_global.scss */

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 767, node_modules/materialize-css/sass/components/_global.scss */

.no-padding {
  padding: 0 !important;
}

/* line 2, node_modules/materialize-css/sass/components/_typography.scss */

a {
  text-decoration: none;
}

/* line 6, node_modules/materialize-css/sass/components/_typography.scss */

html {
  line-height: 1.5;
  font-family: "bookman-jf-pro", serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}

@media only screen and (min-width: 0) {
  /* line 6, node_modules/materialize-css/sass/components/_typography.scss */

  html {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  /* line 6, node_modules/materialize-css/sass/components/_typography.scss */

  html {
    font-size: 14.5px;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 6, node_modules/materialize-css/sass/components/_typography.scss */

  html {
    font-size: 15px;
  }
}

/* line 25, node_modules/materialize-css/sass/components/_typography.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.3;
}

/* line 31, node_modules/materialize-css/sass/components/_typography.scss */

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

/* line 32, node_modules/materialize-css/sass/components/_typography.scss */

h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.8rem 0 1.68rem 0;
}

/* line 33, node_modules/materialize-css/sass/components/_typography.scss */

h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 2.37333rem 0 1.424rem 0;
}

/* line 34, node_modules/materialize-css/sass/components/_typography.scss */

h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.94667rem 0 1.168rem 0;
}

/* line 35, node_modules/materialize-css/sass/components/_typography.scss */

h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.52rem 0 0.912rem 0;
}

/* line 36, node_modules/materialize-css/sass/components/_typography.scss */

h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 1.09333rem 0 0.656rem 0;
}

/* line 37, node_modules/materialize-css/sass/components/_typography.scss */

h6 {
  font-size: 1.15rem;
  line-height: 110%;
  margin: 0.76667rem 0 0.46rem 0;
}

/* line 40, node_modules/materialize-css/sass/components/_typography.scss */

em {
  font-style: italic;
}

/* line 41, node_modules/materialize-css/sass/components/_typography.scss */

strong {
  font-weight: 500;
}

/* line 42, node_modules/materialize-css/sass/components/_typography.scss */

small {
  font-size: 75%;
}

/* line 43, node_modules/materialize-css/sass/components/_typography.scss */

.light {
  font-weight: 300;
}

/* line 44, node_modules/materialize-css/sass/components/_typography.scss */

.thin {
  font-weight: 200;
}

@media only screen and (min-width: 360px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 390px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.224rem;
  }
}

@media only screen and (min-width: 420px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.248rem;
  }
}

@media only screen and (min-width: 450px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.272rem;
  }
}

@media only screen and (min-width: 480px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.296rem;
  }
}

@media only screen and (min-width: 510px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.32rem;
  }
}

@media only screen and (min-width: 540px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.344rem;
  }
}

@media only screen and (min-width: 570px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.368rem;
  }
}

@media only screen and (min-width: 600px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.392rem;
  }
}

@media only screen and (min-width: 630px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.416rem;
  }
}

@media only screen and (min-width: 660px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.44rem;
  }
}

@media only screen and (min-width: 690px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.464rem;
  }
}

@media only screen and (min-width: 720px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.488rem;
  }
}

@media only screen and (min-width: 750px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.512rem;
  }
}

@media only screen and (min-width: 780px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.536rem;
  }
}

@media only screen and (min-width: 810px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.56rem;
  }
}

@media only screen and (min-width: 840px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.584rem;
  }
}

@media only screen and (min-width: 870px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.608rem;
  }
}

@media only screen and (min-width: 900px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.632rem;
  }
}

@media only screen and (min-width: 930px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.656rem;
  }
}

@media only screen and (min-width: 960px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.68rem;
  }
}

@media only screen and (max-width: 360px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.2rem;
  }
}

/* line 2, node_modules/materialize-css/sass/components/_buttons.scss */

.btn,
.btn-large,
.btn-small,
.btn-flat {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

/* line 16, node_modules/materialize-css/sass/components/_buttons.scss */

.btn.disabled,
.disabled.btn-large,
.disabled.btn-small,
.btn-floating.disabled,
.btn-large.disabled,
.btn-small.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-flat:disabled,
.btn[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-floating[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-flat[disabled] {
  pointer-events: none;
  background-color: #DFDFDF !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}

/* line 36, node_modules/materialize-css/sass/components/_buttons.scss */

.btn.disabled:hover,
.disabled.btn-large:hover,
.disabled.btn-small:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn-small.disabled:hover,
.btn-flat.disabled:hover,
.btn:disabled:hover,
.btn-large:disabled:hover,
.btn-small:disabled:hover,
.btn-floating:disabled:hover,
.btn-large:disabled:hover,
.btn-small:disabled:hover,
.btn-flat:disabled:hover,
.btn[disabled]:hover,
.btn-large[disabled]:hover,
.btn-small[disabled]:hover,
.btn-floating[disabled]:hover,
.btn-large[disabled]:hover,
.btn-small[disabled]:hover,
.btn-flat[disabled]:hover {
  background-color: #DFDFDF !important;
  color: #9F9F9F !important;
}

/* line 43, node_modules/materialize-css/sass/components/_buttons.scss */

.btn,
.btn-large,
.btn-small,
.btn-floating,
.btn-large,
.btn-small,
.btn-flat {
  font-size: 14px;
  outline: 0;
}

/* line 50, node_modules/materialize-css/sass/components/_buttons.scss */

.btn i,
.btn-large i,
.btn-small i,
.btn-floating i,
.btn-large i,
.btn-small i,
.btn-flat i {
  font-size: 1.3rem;
  line-height: inherit;
}

/* line 59, node_modules/materialize-css/sass/components/_buttons.scss */

.btn:focus,
.btn-large:focus,
.btn-small:focus,
.btn-floating:focus {
  background-color: #1d7d74;
}

/* line 65, node_modules/materialize-css/sass/components/_buttons.scss */

.btn,
.btn-large,
.btn-small {
  text-decoration: none;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  letter-spacing: .5px;
  -webkit-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  cursor: pointer;
}

/* line 74, node_modules/materialize-css/sass/components/_buttons.scss */

.btn:hover,
.btn-large:hover,
.btn-small:hover {
  background-color: #2bbbad;
}

/* line 81, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #26a69a;
  border-radius: 50%;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  cursor: pointer;
  vertical-align: middle;
}

/* line 82, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating:hover {
  background-color: #26a69a;
}

/* line 86, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating:before {
  border-radius: 0;
}

/* line 89, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating.btn-large {
  width: 56px;
  height: 56px;
  padding: 0;
}

/* line 90, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating.btn-large.halfway-fab {
  bottom: -28px;
}

/* line 96, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating.btn-large i {
  line-height: 56px;
}

/* line 101, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating.btn-small {
  width: 32.4px;
  height: 32.4px;
}

/* line 102, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating.btn-small.halfway-fab {
  bottom: -16.2px;
}

/* line 107, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating.btn-small i {
  line-height: 32.4px;
}

/* line 112, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating.halfway-fab {
  position: absolute;
  right: 24px;
  bottom: -20px;
}

/* line 113, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating.halfway-fab.left {
  right: auto;
  left: 24px;
}

/* line 136, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
}

/* line 147, node_modules/materialize-css/sass/components/_buttons.scss */

button.btn-floating {
  border: none;
}

/* line 152, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997;
}

/* line 154, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.active ul {
  visibility: visible;
}

/* line 160, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-left,
.fixed-action-btn.direction-right {
  padding: 0 0 0 15px;
}

/* line 163, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-left ul,
.fixed-action-btn.direction-right ul {
  text-align: right;
  right: 64px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  left: auto;
  /*width 100% only goes to width of button container */
  width: 500px;
}

/* line 172, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-left ul li,
.fixed-action-btn.direction-right ul li {
  display: inline-block;
  margin: 7.5px 15px 0 0;
}

/* line 178, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-right {
  padding: 0 15px 0 0;
}

/* line 180, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-right ul {
  text-align: left;
  direction: rtl;
  left: 64px;
  right: auto;
}

/* line 185, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-right ul li {
  margin: 7.5px 0 0 15px;
}

/* line 190, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-bottom {
  padding: 0 0 15px 0;
}

/* line 192, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-bottom ul {
  top: 64px;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

/* line 197, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-bottom ul li {
  margin: 15px 0 0 0;
}

/* line 202, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.toolbar {
  padding: 0;
  height: 56px;
}

/* line 204, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.toolbar.active > a i {
  opacity: 0;
}

/* line 210, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.toolbar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  bottom: 0;
  z-index: 1;
}

/* line 215, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.toolbar ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  margin: 0;
  height: 100%;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 221, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.toolbar ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  line-height: 56px;
  z-index: 1;
}

/* line 232, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.toolbar ul li a i {
  line-height: inherit;
}

/* line 245, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden;
}

/* line 253, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn ul li {
  margin-bottom: 15px;
}

/* line 256, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn ul a.btn-floating {
  opacity: 0;
}

/* line 260, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn .fab-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #26a69a;
  border-radius: 50%;
  -webkit-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}

/* line 274, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-flat {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
}

/* line 280, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-flat:focus,
.btn-flat:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 284, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-flat:focus {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 287, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-flat.disabled,
.btn-flat.btn-flat[disabled] {
  background-color: transparent !important;
  color: #b3b3b3 !important;
  cursor: default;
}

/* line 296, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-large {
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  padding: 0 28px;
}

/* line 303, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-large i {
  font-size: 1.6rem;
}

/* line 309, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-small {
  height: 32.4px;
  line-height: 32.4px;
  font-size: 13px;
}

/* line 314, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-small i {
  font-size: 1.2rem;
}

/* line 320, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-block {
  display: block;
}

/* Slider */

/* line 3, node_modules/slick-carousel/slick/slick.scss */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, node_modules/slick-carousel/slick/slick.scss */

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 24, node_modules/slick-carousel/slick/slick.scss */

.slick-list:focus {
  outline: none;
}

/* line 28, node_modules/slick-carousel/slick/slick.scss */

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, node_modules/slick-carousel/slick/slick.scss */

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, node_modules/slick-carousel/slick/slick.scss */

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 50, node_modules/slick-carousel/slick/slick.scss */

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

/* line 56, node_modules/slick-carousel/slick/slick.scss */

.slick-track:after {
  clear: both;
}

/* line 60, node_modules/slick-carousel/slick/slick.scss */

.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, node_modules/slick-carousel/slick/slick.scss */

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 68, node_modules/slick-carousel/slick/slick.scss */

[dir="rtl"] .slick-slide {
  float: right;
}

/* line 71, node_modules/slick-carousel/slick/slick.scss */

.slick-slide img {
  display: block;
}

/* line 74, node_modules/slick-carousel/slick/slick.scss */

.slick-slide.slick-loading img {
  display: none;
}

/* line 80, node_modules/slick-carousel/slick/slick.scss */

.slick-slide.dragging img {
  pointer-events: none;
}

/* line 84, node_modules/slick-carousel/slick/slick.scss */

.slick-initialized .slick-slide {
  display: block;
}

/* line 88, node_modules/slick-carousel/slick/slick.scss */

.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 92, node_modules/slick-carousel/slick/slick.scss */

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, node_modules/slick-carousel/slick/slick.scss */

.slick-arrow.slick-hidden {
  display: none;
}

/** Import theme styles */

/* line 1, resources/assets/styles/common/_global.scss */

[class^="block("] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  width: 100%;
}

/* line 7, resources/assets/styles/common/_global.scss */

[class^="block("] .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1622px;
          flex: 0 1 1622px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 15, resources/assets/styles/common/_global.scss */

.parallax {
  position: absolute;
}

/* line 19, resources/assets/styles/common/_global.scss */

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* line 1, resources/assets/styles/common/_typography.scss */

h1,
h2,
h3,
p {
  margin: 0;
}

/* line 8, resources/assets/styles/common/_typography.scss */

.copy-font {
  font-family: "sofia-pro", sans-serif;
}

/* line 13, resources/assets/styles/common/_typography.scss */

.fz\(90\) {
  font-size: 5.625rem;
  line-height: 1.18;
}

@media all and (max-width: 500px) {
  /* line 13, resources/assets/styles/common/_typography.scss */

  .fz\(90\) {
    font-size: 3.75rem;
  }
}

/* line 22, resources/assets/styles/common/_typography.scss */

.fz\(54\) {
  font-size: 3.375rem;
  line-height: 1;
}

/* line 27, resources/assets/styles/common/_typography.scss */

.fz\(50\) {
  font-size: 3.125rem;
  line-height: 1.68;
}

/* line 32, resources/assets/styles/common/_typography.scss */

.fz\(44\),
.privacy-policy h2 {
  font-size: 2.75rem;
  line-height: 1;
}

/* line 37, resources/assets/styles/common/_typography.scss */

.fz\(24\) {
  font-size: 1.5rem;
  line-height: 1.42;
  font-family: "sofia-pro", sans-serif;
}

/* line 43, resources/assets/styles/common/_typography.scss */

.copy,
.block\(imageAndText\) .content p,
.block\(textAndCta\) .content p {
  font-family: "sofia-pro", sans-serif;
  font-size: 15px;
  line-height: 1.87;
}

/* line 50, resources/assets/styles/common/_typography.scss */

.ta\(l\) {
  text-align: left;
}

/* line 54, resources/assets/styles/common/_typography.scss */

.ta\(c\) {
  text-align: center;
}

/* line 62, resources/assets/styles/common/_typography.scss */

.fw\(100\) {
  font-weight: 100;
}

/* line 62, resources/assets/styles/common/_typography.scss */

.fw\(200\) {
  font-weight: 200;
}

/* line 62, resources/assets/styles/common/_typography.scss */

.fw\(300\) {
  font-weight: 300;
}

/* line 62, resources/assets/styles/common/_typography.scss */

.fw\(350\) {
  font-weight: 350;
}

/* line 62, resources/assets/styles/common/_typography.scss */

.fw\(400\) {
  font-weight: 400;
}

/* line 62, resources/assets/styles/common/_typography.scss */

.fw\(500\) {
  font-weight: 500;
}

/* line 62, resources/assets/styles/common/_typography.scss */

.fw\(600\) {
  font-weight: 600;
}

/* line 62, resources/assets/styles/common/_typography.scss */

.fw\(700\) {
  font-weight: 700;
}

/* line 62, resources/assets/styles/common/_typography.scss */

.fw\(800\) {
  font-weight: 800;
}

/* line 62, resources/assets/styles/common/_typography.scss */

.fw\(900\) {
  font-weight: 900;
}

/* line 87, resources/assets/styles/common/_typography.scss */

.bg\(banana\) {
  background-color: #ebeb99;
}

/* line 91, resources/assets/styles/common/_typography.scss */

.c\(banana\) {
  color: #ebeb99;
}

/* line 87, resources/assets/styles/common/_typography.scss */

.bg\(beige\) {
  background-color: #e0d7b2;
}

/* line 91, resources/assets/styles/common/_typography.scss */

.c\(beige\) {
  color: #e0d7b2;
}

/* line 87, resources/assets/styles/common/_typography.scss */

.bg\(black\) {
  background-color: #1e1e1e;
}

/* line 91, resources/assets/styles/common/_typography.scss */

.c\(black\) {
  color: #1e1e1e;
}

/* line 87, resources/assets/styles/common/_typography.scss */

.bg\(ice\) {
  background-color: #d8fff2;
}

/* line 91, resources/assets/styles/common/_typography.scss */

.c\(ice\) {
  color: #d8fff2;
}

/* line 87, resources/assets/styles/common/_typography.scss */

.bg\(light-moss\) {
  background-color: #22594b;
}

/* line 91, resources/assets/styles/common/_typography.scss */

.c\(light-moss\) {
  color: #22594b;
}

/* line 87, resources/assets/styles/common/_typography.scss */

.bg\(maroon\) {
  background-color: #5a0725;
}

/* line 91, resources/assets/styles/common/_typography.scss */

.c\(maroon\) {
  color: #5a0725;
}

/* line 87, resources/assets/styles/common/_typography.scss */

.bg\(moss\) {
  background-color: #103f34;
}

/* line 91, resources/assets/styles/common/_typography.scss */

.c\(moss\) {
  color: #103f34;
}

/* line 87, resources/assets/styles/common/_typography.scss */

.bg\(mercury\) {
  background-color: #dceade;
}

/* line 91, resources/assets/styles/common/_typography.scss */

.c\(mercury\) {
  color: #dceade;
}

/* line 87, resources/assets/styles/common/_typography.scss */

.bg\(mustard\) {
  background-color: #ba9d30;
}

/* line 91, resources/assets/styles/common/_typography.scss */

.c\(mustard\) {
  color: #ba9d30;
}

/* line 87, resources/assets/styles/common/_typography.scss */

.bg\(northern-lights\) {
  background-color: #6cc7b7;
}

/* line 91, resources/assets/styles/common/_typography.scss */

.c\(northern-lights\) {
  color: #6cc7b7;
}

/* line 87, resources/assets/styles/common/_typography.scss */

.bg\(pale-crimson\) {
  background-color: #dd544f;
}

/* line 91, resources/assets/styles/common/_typography.scss */

.c\(pale-crimson\) {
  color: #dd544f;
}

/* line 87, resources/assets/styles/common/_typography.scss */

.bg\(pine\) {
  background-color: #4b8c59;
}

/* line 91, resources/assets/styles/common/_typography.scss */

.c\(pine\) {
  color: #4b8c59;
}

/* line 87, resources/assets/styles/common/_typography.scss */

.bg\(sherpa\) {
  background-color: #004250;
}

/* line 91, resources/assets/styles/common/_typography.scss */

.c\(sherpa\) {
  color: #004250;
}

/* line 87, resources/assets/styles/common/_typography.scss */

.bg\(white\) {
  background-color: #fff;
}

/* line 91, resources/assets/styles/common/_typography.scss */

.c\(white\) {
  color: #fff;
}

/* line 1, resources/assets/styles/components/_buttons.scss */

.btn-flat {
  min-width: 66px;
  height: 28px;
  border-radius: 16px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-family: "sofia-pro", sans-serif;
  text-transform: none;
  padding: 0 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 16, resources/assets/styles/components/_buttons.scss */

.crimson {
  background-color: #dd544f;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

/* line 20, resources/assets/styles/components/_buttons.scss */

.crimson:hover {
  background-color: #5a0725;
}

/* line 25, resources/assets/styles/components/_buttons.scss */

.moss {
  background-color: #103f34;
}

/* line 29, resources/assets/styles/components/_buttons.scss */

.teal {
  background-color: #6cc7b7;
}

/* line 33, resources/assets/styles/components/_buttons.scss */

.btn-red {
  min-width: 399px;
  height: 72px;
  background-color: #dd544f;
  border: solid 1px #dd544f;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
  font-family: "sofia-pro", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}

@media all and (max-width: 430px) {
  /* line 33, resources/assets/styles/components/_buttons.scss */

  .btn-red {
    min-width: 250px;
    font-size: 15px;
  }
}

/* line 56, resources/assets/styles/components/_buttons.scss */

.btn-red:hover {
  background-color: #fff;
  color: #dd544f;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}

/** Search form */

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

/* line 7, resources/assets/styles/components/_wp-classes.scss */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

/* line 14, resources/assets/styles/components/_wp-classes.scss */

.aligncenter {
  display: block;
  margin: 1rem auto;
  height: auto;
}

/* line 20, resources/assets/styles/components/_wp-classes.scss */

.alignleft,
.alignright {
  margin-bottom: 1rem;
  height: auto;
}

@media (min-width: 30rem) {
  /* line 27, resources/assets/styles/components/_wp-classes.scss */

  .alignleft {
    float: left;
    margin-right: 1rem;
  }

  /* line 32, resources/assets/styles/components/_wp-classes.scss */

  .alignright {
    float: right;
    margin-left: 1rem;
  }
}

/** Captions */

/** Text meant only for screen readers */

/* line 45, resources/assets/styles/components/_wp-classes.scss */

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #000;
  background: #fff;
}

/* line 3, resources/assets/styles/layouts/_header.scss */

.banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 9000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 13, resources/assets/styles/layouts/_header.scss */

.banner.slide-up {
  height: 110px;
}

/* line 17, resources/assets/styles/layouts/_header.scss */

.banner .container {
  width: 100%;
  max-width: 100vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1670px;
          flex: 0 1 1670px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 27, resources/assets/styles/layouts/_header.scss */

.banner .header-top {
  height: 90px;
  background: #dceade;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 34, resources/assets/styles/layouts/_header.scss */

.banner .header-top.slide-up {
  display: none;
}

/* line 38, resources/assets/styles/layouts/_header.scss */

.banner .header-top .container {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 46, resources/assets/styles/layouts/_header.scss */

.banner .close-top {
  position: absolute;
  top: 30px;
  right: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  color: #103f34;
  font-family: "sofia-pro", sans-serif;
  border: none;
  z-index: 9001;
}

/* line 58, resources/assets/styles/layouts/_header.scss */

.banner .top-ann p {
  font-family: "sofia-pro", sans-serif;
  font-size: 16px;
}

/* line 63, resources/assets/styles/layouts/_header.scss */

.banner .header-main {
  height: 110px;
  background: rgba(255, 255, 255, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 70, resources/assets/styles/layouts/_header.scss */

.banner .header-main .container {
  padding: 16px 15px 20px;
}

/* line 75, resources/assets/styles/layouts/_header.scss */

.banner .brand .style-svg {
  width: 154.7px;
  height: 51.35px;
}

/* line 80, resources/assets/styles/layouts/_header.scss */

.banner .nav {
  margin: 0 0 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
}

@media all and (max-width: 650px) {
  /* line 80, resources/assets/styles/layouts/_header.scss */

  .banner .nav {
    display: none;
  }
}

/* line 92, resources/assets/styles/layouts/_header.scss */

.banner .unclickable > a {
  cursor: default;
}

/* line 96, resources/assets/styles/layouts/_header.scss */

.banner .unclickable > a:hover {
  color: #fff !important;
  text-decoration: none !important;
}

/* line 102, resources/assets/styles/layouts/_header.scss */

.banner .menu-item {
  margin-left: 20px;
}

/* line 106, resources/assets/styles/layouts/_header.scss */

.banner .sub-menu {
  position: absolute;
  top: 30px;
  left: -20px;
  background: #103f34;
  padding: 20px 20px 15px;
  min-width: 214px;
  display: none;
}

/* line 115, resources/assets/styles/layouts/_header.scss */

.banner .sub-menu::before {
  content: "";
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  display: block;
  top: -5px;
  left: 40px;
  background: #103f34;
}

/* line 127, resources/assets/styles/layouts/_header.scss */

.banner .sub-menu::after {
  content: "";
  width: 100px;
  height: 40px;
  position: absolute;
  display: block;
  top: -30px;
  left: 0;
  z-index: -1;
}

/* line 139, resources/assets/styles/layouts/_header.scss */

.banner .sub-menu .menu-item {
  margin-left: 0;
  margin-bottom: 10px;
}

/* line 143, resources/assets/styles/layouts/_header.scss */

.banner .sub-menu .menu-item a:hover {
  text-decoration: underline;
}

/* line 148, resources/assets/styles/layouts/_header.scss */

.banner .menu-item a {
  color: #fff;
  font-size: 15px;
  font-family: "sofia-pro", sans-serif;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

/* line 155, resources/assets/styles/layouts/_header.scss */

.banner .green-btn a {
  background-color: #4b8c59;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 16px;
  padding: 9px 17px;
  text-align: center;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

/* line 166, resources/assets/styles/layouts/_header.scss */

.banner .menu-item a:hover {
  text-decoration: underline;
}

/* line 170, resources/assets/styles/layouts/_header.scss */

.banner .green-btn a:hover {
  color: #fff;
  background-color: #22594b;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

/* line 176, resources/assets/styles/layouts/_header.scss */

.banner .menu-btn {
  display: none;
}

@media all and (max-width: 650px) {
  /* line 176, resources/assets/styles/layouts/_header.scss */

  .banner .menu-btn {
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 15px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 9001;
  }
}

/* line 193, resources/assets/styles/layouts/_header.scss */

.banner .bar {
  width: 25px;
  height: 2px;
  margin: 3px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 200, resources/assets/styles/layouts/_header.scss */

.banner .close-btn {
  /* position: absolute;
    top: 40px;
    right: 20px; */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  color: #dceade;
  border: none;
  z-index: 9001;
}

/* line 211, resources/assets/styles/layouts/_header.scss */

.banner .close-btn i {
  font-size: 44px;
}

/* line 216, resources/assets/styles/layouts/_header.scss */

.banner .mobile {
  background-color: #103f34;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTM2IiBoZWlnaHQ9IjE3NSIgdmlld0JveD0iMCAwIDEzNiAxNzUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJNOTAuOTM3IDE1NS4xNjVjLTIuNDQzIDIuNDQzLTQuODIyIDUuMDc0LTcuMzkgNy4zOTEtMTMuMDMxIDExLjc3Mi0yNy40NjUgMTQuNjI1LTQ0Ljk5MiAxMC4yNS0yNi4xOTctNi41My00NS4yNTctMjEuMzMtNTguOTM2LTQ0LjAyOC0zLjk3MS02LjYwMi03LjYzLTEzLjUxOC0xMS4yMjUtMjAuMzctMS4wNzItMS45NDktMS45NTctNC4yMTEtMi4wMjQtNi4yODMtLjA5Mi0zNy42NzEgOS44MTMtNzAuMTA3IDQ2LjA1Ny04OC44NTUgMS45NDQtMS4wNjIgNC4wMTItMi4zNzYgNS4yMDEtNC4wNjhDMjMuOTQ4LjYxNiAzMi43OTgtLjU1NiA0Mi4zNDQuNDcyYzE5LjA5MiAyLjE4IDM3LjgxMyA2Ljg3MiA1My43MjMgMTcuMzk2IDkuODczIDYuNDkgMTcuMTE5IDE3LjExOCAyNS4zMDMgMjYuMTggMi43MDcgMi45NTYgNC41OTkgNi42MDMgNy4xMTggOS42MjIgOS40NDQgMTEuMDczIDcuNzggMjMuODE1IDIuOTEgMzUuMjMtNy4xMTcgMTYuNTU4LTE2LjI0NSAzMi4zNTctMjUuMzExIDQ4LjA5NC0zLjkzOSA2LjgzNC05LjcwMSAxMi41OTYtMTQuNTgzIDE4Ljg2M2wtLjYzLS42MjkuMDYzLS4wNjN6IiBmaWxsPSIjQkE5RDMwIi8+Cjwvc3ZnPgo=), url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAwIiBoZWlnaHQ9IjI1NSIgdmlld0JveD0iMCAwIDMwMCAyNTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJNMjczLjcxNiA5NC45NzFjLTI4LjMwMSA4LjUxNS01Ni42MDIgMTcuMDI5LTg0Ljg4OCAyNS41NDctMS43MjIuNTIyLTMuNDU4Ljk1OS01LjEzOCAxLjU4OC0xNC4wNDYgNS4yNzMtMTguNDI1IDExLjA4LTE2LjQzMSAyMS43MzcgMS43OCA5LjQ3MiAxMi4zNzQgMTQuOTQ1IDI0LjA0NSAxNC4xMDYgMjUuMDA2LTEuNzg5IDQ5LjY2MS0xLjIxMSA3Mi43NTQgNC41NDcgNS45NjYgMS40ODkgMTAuOTY5IDUuNzY2IDE1LjI4NyA5LjY4MiA0LjI3OCAzLjg3NS0uODM0IDEzLjI4NC05LjM4OCAxNS43MS0xMC40NzUgMi45NzEtMjEuNDc5IDUuMzA2LTMyLjA3NyA1LjkyMS0yOC41OTggMS42NDQtNTUuMjUxLTMuNTgzLTgxLjc1NC05LjIwMi05LjE2Ny0xLjk0LTE4Ljg3OC0zLjE2Ny0yOC42MDQtMy4xMjctNC43MDEuMDIyLTEyLjcyNyAyLjkzOC0xNC4yNzIgNS45NC0xLjk4NiAzLjgzNS0uMjM0IDkuNzY3IDIuMjYzIDEzLjQ2NyAyLjIzNCAzLjMzNCA3LjQ1MyA1LjExNyAxMS42NzggNy4xNDEgMTQuMDI4IDYuNzIyIDI4LjM0NSAxMy4wODQgNDIuMjc3IDE5Ljk0OSA2Ljg3MSAzLjM3OSA5LjA0OSA5LjM3MSA2LjE2IDE2LjM5Ni0yLjgyIDYuODYyLTkuNDcyIDkuNzM0LTE5LjkxMyA5LjY5OS0xNi43MjQtLjA2Mi0yOS43MTUtNi43NzEtNDEuOTc4LTE0LjEzNi0xNC40ODEtOC42NzctMjcuOTA4LTE4LjU0Mi00Mi4yMzQtMjcuNDEzLTcuODA3LTQuODM2LTE2LjQxMy04LjgzNS0yNC45MjgtMTIuODgtMS41MTctLjcyLTQuNDc1LS4yNzEtNi40NTYuNDcyLTcuMjUzIDIuNzI1LTE0LjM0IDUuODc3LTIxLjU2MyA4LjY5LTMuMzAxIDEuMjg2LTYuNzY2IDIuNzk4LTEwLjEyIDMuMTI4LTIuNDkuMjQyLTYuMTM5LS42MTUtNy4wNzYtMi4xMzctLjkyNS0xLjUwMy4wMTUtNS4zODYgMS42ODMtNi42MzYgNi4wMDktNC40NzYgMTIuMzE5LTguOTIgMTkuMTU0LTEyLjE5MiAxMC43MTQtNS4xMTYgMjEuOTY0LTkuMTg5IDMyLjkyLTEzLjg0NiA5LjM5OS00LjAwMSAxMy40Mi0xMC40MDcgMTAuNzY4LTE4LjE3OS01Ljc5LTE2Ljk4My0xMi42NDgtMzMuNjEzLTE3LjgyNy01MC43OS0zLjI2LTEwLjgxNy01LjgzNC0yMi4xNy01LjkzNC0zMy42MjItLjEtMTIuMzQ3IDQuOTg0LTI0LjQgMTkuNTA2LTMyLjQ2NyAxMC4wMTQtNS41NjIgMTkuMjUtNS4zNjYgMjUuMzU1IDEuNzcxIDMuMDg0IDMuNjE2IDUuMjY0IDguMzIyIDUuOTc4IDEyLjk3IDIuNjUgMTcuMjk3LTEuMDczIDM0LjQ2NC0xMC4xMDkgNTEuNy0zLjQ2OCA2LjYyMy00LjcwNiAxNC4wNTUtNS42NDUgMjEuMDgxLS4zMjMgMi4zODggMy41NDYgNi44NzQgNS4yOTUgNi42MDMgNC4wNy0uNjMyIDkuOTA0LTIuODgzIDExLjY3LTUuNzA4IDQuNzItNy41MjQgOC40MTctMTUuNTc5IDExLjE2Ny0yMy42MTEgNi4zMjctMTguNDU5IDEwLjk1OC0zNy4xODcgMTcuOTU3LTU1LjUxNiA2Ljc2LTE3LjY4MSAxOS4zNzctMzMuMTQ3IDM2LjE0NS00Ni4xIDkuMTkyLTcuMDkyIDE2Ljk0OC02LjUxNiAyMy40MTggMS4xODggNi41NDkgNy43ODcgNy4yOTggMTcuMTQ4IDYuMjY0IDI3LjA4My0xLjY1MiAxNi4wMDUtMTAuODU4IDI5Ljk4LTIyLjM2MSA0My4wODMtOC4xODMgOS4zMjktMTcuNzQ3IDE3LjgzNy0yNi4zNzYgMjYuOTA2LTIuMDIzIDIuMTM0LTIuNzUyIDUuMTE4LTQuMDc4IDcuNzEyIDMuNjIxLjMxNCA3LjkwNCAxLjk5MiAxMC43NjMuNzIzIDEyLjc2OS01LjY4IDI0Ljk3LTEyLjU1OCAzNy42OTctMTguMzQ1IDE3Ljk1NC04LjE1NCAzNS45MTMtMTYuNDg2IDU0LjM4OS0yMy4zMDUgMTIuNDE4LTQuNTg1IDI1LjY5NC03LjIwOCAzOC43MDktOS42NzYgMTAuMDE2LTEuODk4IDE3LjkyOSAyLjc0OSAyMS4xMTMgMTAuMzkyIDIuNzY1IDYuNjU2LS41MTEgMTMuNzQ0LTguNTg3IDE3LjQxNC01LjQyNCAyLjQ1NS0xMS4xODggNC4yMzMtMTYuNzg5IDYuMzA3LjAzLjA4Ny4wNTYuMTkuMDg2LjI3OWwuMDI1LS4wNDR6IiBmaWxsPSIjREQ1NDRGIi8+Cjwvc3ZnPgo=), url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTg0IiBoZWlnaHQ9Ijk4MyIgdmlld0JveD0iMCAwIDU4NCA5ODMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJNNzIwLjQxOCA2LjM3NmMyNC43IDAgNDkuNC0xLjAwNyA3My45MzIuMTY4IDEyNC4wMDQgNi4zNzYgMjEwLjU0IDY0LjA5OCAyNzYuNCAxNzIuODI5IDk4LjY0IDE2Mi45MyAxMTkuNjQgMzMxLjU2NCA3NC43OCA1MTIuMjc5LTEzLjExIDUyLjg1Ni0yOS40MSAxMDUuMDQtNDUuNTQgMTU3LjA1Ny00LjU0IDE0Ljc2Ni0xMC45MiAzMC44NzQtMjEuNTEgNDEuNDQ1LTE4Ny44NTEgMTg3Ljc2Ni00MDAuMDY5IDI5OS42ODYtNjc1LjEzIDIxMy4wOTYtMTQuNzg2LTQuNjktMzEuNzU3LTguMDUtNDYuNzExLTUuODctNzQuNjA0IDExLjQxLTEyNS4wMTMtMjYuODUtMTY3LjUyMy03OS43QzEwNC40MyA5MTIuMTM1IDM0LjAyNiA3OTUuNjg1IDcuMTQyIDY2My43OThjLTE2LjYzNS04MS43MTYuNTA0LTE3MC40OCA0LjItMjU2LjA1NiAxLjE3Ny0yOC4wMjEgMTAuMjUtNTUuNTQgMTIuNjAzLTgzLjM5NCA4LjQwMS0xMDIuMTg3IDgwLjQ4NS0xNTcuMzkyIDE2MS44MS0xODkuNjA4QzMwNC41NSA4Ny43NTcgNDI5LjIyNiA1NC43MDEgNTUyLjg5NSAyMS4zMSA2MDYuNjYzIDYuODggNjY0LjI5NyA2LjcxMiA3MjAuMDgyIDBjMCAyLjE4MS4zMzYgNC4xOTUuNTA0IDYuMzc2aC0uMTY4eiIgZmlsbD0iIzZDQzdCNyIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-size: auto 9%, auto 12%, auto 38.8%;
  background-position: left 70%, center 85%, right bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  min-height: 100vh;
  padding: 3.08008vh 7.8125vw;
  pointer-events: none;
  z-index: 9001;
  width: 100%;
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, height 0s ease-in-out 0.25s;
  -o-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, height 0s ease-in-out 0.25s;
  transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, height 0s ease-in-out 0.25s;
}

/* line 242, resources/assets/styles/layouts/_header.scss */

.banner .mobile.nav-active {
  pointer-events: all;
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
  opacity: 1;
  z-index: 9001;
  -webkit-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, height 0s ease-in-out 0.25s;
  -o-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, height 0s ease-in-out 0.25s;
  transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, height 0s ease-in-out 0.25s;
}

/* line 255, resources/assets/styles/layouts/_header.scss */

.banner .mobile-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 55px;
}

/* line 263, resources/assets/styles/layouts/_header.scss */

.banner .mobile-logo {
  max-width: 100px;
  max-height: 75px;
}

/* line 268, resources/assets/styles/layouts/_header.scss */

.banner .mobile-nav {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 273, resources/assets/styles/layouts/_header.scss */

.banner .mobile-nav .menu-item {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 279, resources/assets/styles/layouts/_header.scss */

.banner .mobile-nav .menu-item .style-svg {
  height: 0;
  width: 0;
  margin-right: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 287, resources/assets/styles/layouts/_header.scss */

.banner .mobile-nav .menu-item a {
  font-size: 1.875rem;
  font-family: "bookman-jf-pro", serif;
  color: #fff;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

/* line 295, resources/assets/styles/layouts/_header.scss */

.banner .mobile-nav .menu-item:hover a {
  color: #d8fff2;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

/* line 300, resources/assets/styles/layouts/_header.scss */

.banner .mobile-nav .menu-item:hover .style-svg {
  height: 25px;
  width: auto;
  margin-right: 25px;
  visibility: visible;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 310, resources/assets/styles/layouts/_header.scss */

.headroom {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

/* line 314, resources/assets/styles/layouts/_header.scss */

.headroom--not-top,
.grant-stories-archive .headroom--top {
  background: white;
}

/* line 318, resources/assets/styles/layouts/_header.scss */

.headroom--not-top .brand .style-svg path,
.grant-stories-archive .headroom--top .brand .style-svg path {
  fill: #103f34;
}

/* line 322, resources/assets/styles/layouts/_header.scss */

.headroom--not-top .nav .menu-item:not(.green-btn):not(.unclickable):not(.sub-menu) a,
.grant-stories-archive .headroom--top .nav .menu-item:not(.green-btn):not(.unclickable):not(.sub-menu) a {
  color: #103f34;
}

/* line 325, resources/assets/styles/layouts/_header.scss */

.headroom--not-top .nav .menu-item:not(.green-btn):not(.unclickable):not(.sub-menu) a:hover,
.grant-stories-archive .headroom--top .nav .menu-item:not(.green-btn):not(.unclickable):not(.sub-menu) a:hover {
  text-decoration: underline;
}

/* line 331, resources/assets/styles/layouts/_header.scss */

.headroom--not-top .nav .unclickable > a,
.grant-stories-archive .headroom--top .nav .unclickable > a {
  cursor: default;
  color: #103f34 !important;
}

/* line 336, resources/assets/styles/layouts/_header.scss */

.headroom--not-top .nav .unclickable > a:hover,
.grant-stories-archive .headroom--top .nav .unclickable > a:hover {
  color: #103f34 !important;
}

/* line 341, resources/assets/styles/layouts/_header.scss */

.headroom--not-top .nav .menu-item-has-children .sub-menu .menu-item a,
.grant-stories-archive .headroom--top .nav .menu-item-has-children .sub-menu .menu-item a {
  color: #fff !important;
}

/* line 344, resources/assets/styles/layouts/_header.scss */

.headroom--not-top .nav .menu-item-has-children .sub-menu .menu-item a:hover,
.grant-stories-archive .headroom--top .nav .menu-item-has-children .sub-menu .menu-item a:hover {
  color: #fff !important;
  text-decoration: underline;
}

/* line 351, resources/assets/styles/layouts/_header.scss */

.banner .menu-item-has-children {
  position: relative;
}

/* line 354, resources/assets/styles/layouts/_header.scss */

.banner .menu-item-has-children:hover .sub-menu {
  display: block;
}

/* line 359, resources/assets/styles/layouts/_header.scss */

.headroom--pinned {
  -webkit-transform: translateY(0%);
       -o-transform: translateY(0%);
          transform: translateY(0%);
}

/* line 363, resources/assets/styles/layouts/_header.scss */

.headroom--unpinned {
  -webkit-transform: translateY(-140px);
       -o-transform: translateY(-140px);
          transform: translateY(-140px);
}

/* line 367, resources/assets/styles/layouts/_header.scss */

body.admin-bar .banner {
  top: 32px;
}

/* line 1, resources/assets/styles/layouts/_footer.scss */

.content-info {
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: top left, bottom left, bottom right;
  background-size: 149.6px 160.5px, 273.7px 176.9px, 505.8px 162.7px;
  background-repeat: no-repeat;
}

@media all and (max-width: 925px) {
  /* line 1, resources/assets/styles/layouts/_footer.scss */

  .content-info {
    background-size: 75px auto, 125px auto, 175px auto;
  }
}

/* line 13, resources/assets/styles/layouts/_footer.scss */

.content-info .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1422px;
          flex: 0 1 1422px;
  padding: 14.27105vh 15px 22.38193vh;
}

/* line 18, resources/assets/styles/layouts/_footer.scss */

.content-info .foot-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -50px;
}

/* line 25, resources/assets/styles/layouts/_footer.scss */

.content-info .foot-top > * {
  margin-bottom: 50px;
}

/* line 30, resources/assets/styles/layouts/_footer.scss */

.content-info h2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 490px;
          flex: 0 1 490px;
  font-size: 32px;
  margin-left: 15px;
}

/* line 36, resources/assets/styles/layouts/_footer.scss */

.content-info .foot-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 300px;
          flex: 0 1 300px;
}

/* line 40, resources/assets/styles/layouts/_footer.scss */

.content-info hr {
  border: none;
  height: 1px;
  width: 100%;
  background-color: #fff;
  margin: 44px 0 50px;
}

/* line 48, resources/assets/styles/layouts/_footer.scss */

.content-info .foot-bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -25px;
}

/* line 55, resources/assets/styles/layouts/_footer.scss */

.content-info .foot-bot > * {
  margin-bottom: 25px;
}

/* line 60, resources/assets/styles/layouts/_footer.scss */

.content-info .foot-nav {
  margin: 0 0 -15px -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 66, resources/assets/styles/layouts/_footer.scss */

.content-info .menu-item {
  margin-left: 15px;
  margin-bottom: 15px;
}

/* line 71, resources/assets/styles/layouts/_footer.scss */

.content-info .green-foot-btn a {
  background-color: #4b8c59;
  padding: 2px 18px;
  height: 27px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

/* line 82, resources/assets/styles/layouts/_footer.scss */

.content-info .menu-item a {
  color: #fff;
  font-family: "sofia-pro", sans-serif;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

/* line 88, resources/assets/styles/layouts/_footer.scss */

.content-info .copyright a {
  color: #fff;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

/* line 92, resources/assets/styles/layouts/_footer.scss */

.content-info .copyright a.kf {
  text-decoration: underline;
  -webkit-text-decoration-color: #6cc7b7;
          text-decoration-color: #6cc7b7;
}

/* line 98, resources/assets/styles/layouts/_footer.scss */

.content-info .menu-item a:hover {
  color: #6cc7b7;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

/* line 103, resources/assets/styles/layouts/_footer.scss */

.content-info .copyright a:hover {
  color: #6cc7b7;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

/* line 1, resources/assets/styles/layouts/_pages.scss */

.page-header {
  min-height: 500px;
  background-color: #103f34;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc1OCIgaGVpZ2h0PSIxODQiIHZpZXdCb3g9IjAgMCAxNzU4IDE4NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNTE5Ljg1IDEzNC42MDRDMTU5OS41MiAxNDguMjA1IDE2NzguNiAxNjUuMTY2IDE3NTcuMzYgMTg0SDBWMTYwLjk3NUMxNi40NTcgMTQ1Ljc2NCAzNS41NjA2IDEzMS45ODUgNTYuNjUyOCAxMTkuMjVDMTk5Ljk1MSAzMi43MjggMzU1LjUyNSAtMTUuMTM2OSA1MjMuMTggNC4zMDA5QzU2OC4wNTQgOS41MDU2IDYxMi45NDYgMTQuNjUxNyA2NTcuODQzIDE5Ljc5ODRMNjU3Ljg0MyAxOS43OTg1Qzk0NS45NjcgNTIuODI3NSAxMjM0LjMxIDg1Ljg4MTIgMTUxOS44NSAxMzQuNjA0WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}

/* line 14, resources/assets/styles/layouts/_pages.scss */

.page-header .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1056px;
          flex: 0 1 1056px;
  padding-left: 15px;
  padding-right: 25px;
  margin: 0 auto;
}

/* line 21, resources/assets/styles/layouts/_pages.scss */

.page-header h1 {
  z-index: 1;
  position: relative;
}

/* line 26, resources/assets/styles/layouts/_pages.scss */

.page-header .deco {
  z-index: 0;
}

/* line 30, resources/assets/styles/layouts/_pages.scss */

.page-header .deco:first-of-type {
  left: 0;
  top: 10%;
  width: 5.46875vw;
  height: auto;
}

/* line 37, resources/assets/styles/layouts/_pages.scss */

.page-header .deco:last-of-type {
  right: 0;
  top: 10%;
  width: 7.8125vw;
  height: auto;
}

/* line 46, resources/assets/styles/layouts/_pages.scss */

.privacy-policy .main > *:not([class^="block("]):not(.page-header) {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
  color: #1e1e1e;
}

/* line 55, resources/assets/styles/layouts/_pages.scss */

.privacy-policy h2 {
  margin-bottom: 20px;
}

/* line 61, resources/assets/styles/layouts/_pages.scss */

.privacy-policy p {
  font-family: "sofia-pro", sans-serif;
  margin-bottom: 30px;
  line-height: 2;
}

/* line 2, resources/assets/styles/layouts/_posts.scss */

.single-grant article {
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1532px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

/* line 13, resources/assets/styles/layouts/_posts.scss */

.single-grant .entry-content {
  max-width: 951px;
  margin-bottom: 83px;
  font-size: 25px;
  font-family: "sofia-pro", sans-serif;
  line-height: 1.52;
  color: #103f34;
}

/* line 21, resources/assets/styles/layouts/_posts.scss */

.single-grant .entry-content p {
  margin-bottom: 30px;
}

/* line 26, resources/assets/styles/layouts/_posts.scss */

.single-grant .featured-img {
  width: 100%;
  min-height: 650px;
  border-radius: 16px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 75px;
}

/* line 36, resources/assets/styles/layouts/_posts.scss */

.single-grant .block\(gravityForm\) {
  padding-top: 158px;
}

/* line 1, resources/assets/styles/layouts/_tinymce.scss */

body#tinymce {
  margin: 12px !important;
}

/* line 1, resources/assets/styles/blocks/_alt_hero.scss */

.block\(altHero\) {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 5, resources/assets/styles/blocks/_alt_hero.scss */

.block\(altHero\) .hero-top {
  min-height: 100vh;
  background-size: 100%, cover;
  background-position: bottom center, center center;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* line 16, resources/assets/styles/blocks/_alt_hero.scss */

.block\(altHero\) .hero-bottom {
  padding-top: 50px;
  padding-bottom: 77px;
}

/* line 21, resources/assets/styles/blocks/_alt_hero.scss */

.block\(altHero\) .hero-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 31.62218vh;
}

@media all and (max-width: 400px) {
  /* line 21, resources/assets/styles/blocks/_alt_hero.scss */

  .block\(altHero\) .hero-top .container {
    padding-bottom: 29.56879vh;
  }
}

/* line 32, resources/assets/styles/blocks/_alt_hero.scss */

.block\(altHero\) h1 {
  max-width: 1000px;
  margin: 0 auto 30px;
}

/* line 37, resources/assets/styles/blocks/_alt_hero.scss */

.block\(altHero\) .btn-flat {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-item-align: center;
      align-self: center;
}

/* line 42, resources/assets/styles/blocks/_alt_hero.scss */

.block\(altHero\) .content {
  max-width: 865px;
  margin: 0 auto 50px;
}

/* line 46, resources/assets/styles/blocks/_alt_hero.scss */

.block\(altHero\) .content p {
  font-size: 2.5625rem;
}

/* line 51, resources/assets/styles/blocks/_alt_hero.scss */

.block\(altHero\) .deco {
  z-index: -1;
}

@media all and (max-width: 1000px) {
  /* line 51, resources/assets/styles/blocks/_alt_hero.scss */

  .block\(altHero\) .deco {
    max-height: 200px;
  }
}

/* line 59, resources/assets/styles/blocks/_alt_hero.scss */

.block\(altHero\) .deco:first-of-type {
  left: 0;
  bottom: 0;
}

/* line 64, resources/assets/styles/blocks/_alt_hero.scss */

.block\(altHero\) .deco:last-of-type {
  right: 0;
  bottom: 0;
}

/* line 1, resources/assets/styles/blocks/_apply.scss */

.block\(apply\) {
  padding: 25px 15px;
}

/* line 4, resources/assets/styles/blocks/_apply.scss */

.block\(apply\) .container {
  min-height: 650px;
  background-color: #103f34;
  background-image: url(/wp-content/themes/norton-fam/dist/images/apply-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 17, resources/assets/styles/blocks/_apply.scss */

.block\(apply\) h3 {
  margin-bottom: 68px;
}

/* line 21, resources/assets/styles/blocks/_apply.scss */

.block\(apply\) .content {
  max-width: 848px;
  margin: 0 auto 53px;
}

/* line 25, resources/assets/styles/blocks/_apply.scss */

.block\(apply\) .content p {
  font-size: 15px;
  font-family: "sofia-pro", sans-serif;
  line-height: 1.87;
}

/* line 1, resources/assets/styles/blocks/_contact.scss */

.block\(contact\) {
  padding-top: 115px;
  padding-bottom: 14.06571vh;
  position: relative;
}

@media all and (max-width: 400px) {
  /* line 1, resources/assets/styles/blocks/_contact.scss */

  .block\(contact\) {
    padding-top: 0;
  }
}

/* line 10, resources/assets/styles/blocks/_contact.scss */

.block\(contact\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 16, resources/assets/styles/blocks/_contact.scss */

.block\(contact\) .fz\(44\),
.block\(contact\) .privacy-policy h2,
.privacy-policy .block\(contact\) h2 {
  font-family: "sofia-pro", sans-serif;
}

@media all and (max-width: 400px) {
  /* line 16, resources/assets/styles/blocks/_contact.scss */

  .block\(contact\) .fz\(44\),
  .block\(contact\) .privacy-policy h2,
  .privacy-policy .block\(contact\) h2 {
    text-align: left !important;
    font-size: 2em;
  }
}

/* line 25, resources/assets/styles/blocks/_contact.scss */

.block\(contact\) .deco {
  z-index: -1;
}

@media all and (max-width: 1150px) {
  /* line 25, resources/assets/styles/blocks/_contact.scss */

  .block\(contact\) .deco {
    max-width: 200px;
  }
}

/* line 33, resources/assets/styles/blocks/_contact.scss */

.block\(contact\) .deco:first-of-type {
  left: 0;
  top: 0;
}

/* line 38, resources/assets/styles/blocks/_contact.scss */

.block\(contact\) .deco:last-of-type {
  right: 0;
  top: 0;
}

/* line 1, resources/assets/styles/blocks/_faq.scss */

.block\(faq\) {
  padding-top: 100px;
}

/* line 4, resources/assets/styles/blocks/_faq.scss */

.block\(faq\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 9, resources/assets/styles/blocks/_faq.scss */

.block\(faq\) .list {
  max-width: 600px;
  margin: 0 auto;
}

/* line 14, resources/assets/styles/blocks/_faq.scss */

.block\(faq\) .item {
  margin-bottom: 100px;
}

/* line 18, resources/assets/styles/blocks/_faq.scss */

.block\(faq\) h3 {
  font-family: "sofia-pro", sans-serif;
  margin-bottom: 20px;
  line-height: 1.3;
}

/* line 24, resources/assets/styles/blocks/_faq.scss */

.block\(faq\) div.c\(moss\) p {
  font-size: 15px;
  line-height: 2.53;
  font-family: "sofia-pro", sans-serif;
}

/* line 29, resources/assets/styles/blocks/_faq.scss */

.block\(faq\) div.c\(moss\) p strong {
  font-weight: bold;
}

/* line 1, resources/assets/styles/blocks/_grant_stories.scss */

.block\(grantStories\) {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

/* line 6, resources/assets/styles/blocks/_grant_stories.scss */

.block\(grantStories\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 12, resources/assets/styles/blocks/_grant_stories.scss */

.block\(grantStories\) .list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -115px;
  margin-bottom: 20.53388vh;
}

/* line 21, resources/assets/styles/blocks/_grant_stories.scss */

.block\(grantStories\) .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 380px;
          flex: 0 1 380px;
  margin-left: 115px;
  margin-bottom: 60px;
}

/* line 27, resources/assets/styles/blocks/_grant_stories.scss */

.block\(grantStories\) .image {
  position: relative;
  margin-bottom: 30px;
}

/* line 32, resources/assets/styles/blocks/_grant_stories.scss */

.block\(grantStories\) .main-img {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  max-width: 100%;
  height: 420px;
  border-radius: 16px;
  z-index: 2;
}

/* line 43, resources/assets/styles/blocks/_grant_stories.scss */

.block\(grantStories\) .crimson-overlay {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #dd544f;
  width: 380px;
  height: 100%;
  border-radius: 16px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

/* line 56, resources/assets/styles/blocks/_grant_stories.scss */

.block\(grantStories\) .moss-overlay {
  position: absolute;
  top: -20px;
  right: -20px;
  background-color: #103f34;
  width: 380px;
  height: 100%;
  border-radius: 16px;
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

/* line 70, resources/assets/styles/blocks/_grant_stories.scss */

.block\(grantStories\) .image:hover .moss-overlay,
.block\(grantStories\) .image:hover .crimson-overlay {
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 1;
}

/* line 77, resources/assets/styles/blocks/_grant_stories.scss */

.block\(grantStories\) h3 {
  margin-bottom: 20px;
}

/* line 81, resources/assets/styles/blocks/_grant_stories.scss */

.block\(grantStories\) .content {
  margin-bottom: 20px;
}

/* line 85, resources/assets/styles/blocks/_grant_stories.scss */

.block\(grantStories\) .content p {
  font-family: "sofia-pro", sans-serif;
  font-size: 15px;
  line-height: 1.87;
}

/* line 91, resources/assets/styles/blocks/_grant_stories.scss */

.block\(grantStories\) .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -16px;
}

/* line 96, resources/assets/styles/blocks/_grant_stories.scss */

.block\(grantStories\) .link .style-svg {
  width: 36px;
}

/* line 100, resources/assets/styles/blocks/_grant_stories.scss */

.block\(grantStories\) .link .style-svg path,
.block\(grantStories\) .link .style-svg circle {
  stroke: #dd544f;
}

/* line 105, resources/assets/styles/blocks/_grant_stories.scss */

.block\(grantStories\) .link > * {
  margin-left: 16px;
}

/* line 111, resources/assets/styles/blocks/_grant_stories.scss */

.block\(grantStories\) .link:hover span {
  color: #5a0725;
}

/* line 115, resources/assets/styles/blocks/_grant_stories.scss */

.block\(grantStories\) .link:hover .style-svg path,
.block\(grantStories\) .link:hover .style-svg circle {
  stroke: #5a0725;
}

/* line 1, resources/assets/styles/blocks/_gravity_form.scss */

.block\(gravityForm\) {
  padding: 73px 15px 145px;
}

/* line 4, resources/assets/styles/blocks/_gravity_form.scss */

.block\(gravityForm\) .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1532px;
          flex: 0 1 1532px;
  border-radius: 16px;
  background: #103f34;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 97px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 16, resources/assets/styles/blocks/_gravity_form.scss */

.block\(gravityForm\) .inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 23, resources/assets/styles/blocks/_gravity_form.scss */

.block\(gravityForm\) h2 {
  font-size: 3.75rem;
  line-height: 1.25;
  max-width: 391px;
  margin-bottom: 50px;
}

@media all and (max-width: 500px) {
  /* line 23, resources/assets/styles/blocks/_gravity_form.scss */

  .block\(gravityForm\) h2 {
    font-size: 2.75rem;
  }
}

/* line 34, resources/assets/styles/blocks/_gravity_form.scss */

.block\(gravityForm\) .gform_wrapper {
  min-width: 750px;
  max-width: 100%;
}

@media all and (max-width: 810px) {
  /* line 34, resources/assets/styles/blocks/_gravity_form.scss */

  .block\(gravityForm\) .gform_wrapper {
    min-width: 0;
  }
}

/* line 43, resources/assets/styles/blocks/_gravity_form.scss */

.block\(gravityForm\) .gform_fields {
  grid-row-gap: 30px !important;
}

/* line 47, resources/assets/styles/blocks/_gravity_form.scss */

.block\(gravityForm\) label {
  font-size: 1.5625rem !important;
  line-height: 1.76;
  font-weight: normal !important;
  color: #fff;
  font-family: "sofia-pro", sans-serif;
  margin-bottom: 25px !important;
}

/* line 56, resources/assets/styles/blocks/_gravity_form.scss */

.block\(gravityForm\) input {
  height: 72px;
  border-radius: 16px;
  border: none;
  font-family: "sofia-pro", sans-serif;
  background-color: #dceade;
  text-indent: 20px;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}

/* line 67, resources/assets/styles/blocks/_gravity_form.scss */

.block\(gravityForm\) input::-webkit-input-placeholder {
  color: #103f34;
}

.block\(gravityForm\) input::-moz-placeholder {
  color: #103f34;
}

.block\(gravityForm\) input::-ms-input-placeholder {
  color: #103f34;
}

.block\(gravityForm\) input::placeholder {
  color: #103f34;
}

/* line 71, resources/assets/styles/blocks/_gravity_form.scss */

.block\(gravityForm\) input:hover {
  background-color: #fff;
  color: #dd544f;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}

/* line 80, resources/assets/styles/blocks/_gravity_form.scss */

.block\(gravityForm\) textarea {
  border-radius: 16px;
  border: none;
  font-family: "sofia-pro", sans-serif;
  background-color: #dceade;
  color: #103f34;
  text-indent: 20px;
}

/* line 88, resources/assets/styles/blocks/_gravity_form.scss */

.block\(gravityForm\) textarea::-webkit-input-placeholder {
  color: #103f34;
  padding-top: 20px;
}

.block\(gravityForm\) textarea::-moz-placeholder {
  color: #103f34;
  padding-top: 20px;
}

.block\(gravityForm\) textarea::-ms-input-placeholder {
  color: #103f34;
  padding-top: 20px;
}

.block\(gravityForm\) textarea::placeholder {
  color: #103f34;
  padding-top: 20px;
}

/* line 94, resources/assets/styles/blocks/_gravity_form.scss */

.block\(gravityForm\) input[type="email"] {
  width: 550px;
  color: #103f34;
  font-size: 15px;
}

@media all and (max-width: 800px) {
  /* line 94, resources/assets/styles/blocks/_gravity_form.scss */

  .block\(gravityForm\) input[type="email"] {
    width: 100%;
  }
}

/* line 104, resources/assets/styles/blocks/_gravity_form.scss */

.block\(gravityForm\) input[type="submit"] {
  background-color: #dd544f;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 315px;
  font-size: 20px;
  letter-spacing: 2px;
  padding: 0 25px;
  text-indent: 0;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}

@media all and (max-width: 430px) {
  /* line 104, resources/assets/styles/blocks/_gravity_form.scss */

  .block\(gravityForm\) input[type="submit"] {
    min-width: 215px;
  }
}

/* line 121, resources/assets/styles/blocks/_gravity_form.scss */

.block\(gravityForm\) input[type="submit"]:hover {
  background-color: #fff;
  color: #dd544f;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}

/* line 130, resources/assets/styles/blocks/_gravity_form.scss */

.block\(gravityForm\) .gform_footer {
  margin: 30px 0 0 !important;
  padding: 0 !important;
}

/* line 135, resources/assets/styles/blocks/_gravity_form.scss */

.block\(gravityForm\) .gform_confirmation_message {
  color: #fff !important;
}

/* line 1, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 5, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .hero-top {
  min-height: 90vh;
  background-size: 100%, cover;
  background-position: bottom center, center;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media all and (max-width: 400px) {
  /* line 5, resources/assets/styles/blocks/_hero.scss */

  .block\(hero\) .hero-top {
    min-height: 700px;
  }
}

/* line 20, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .hero-bottom {
  padding-top: 50px;
  padding-bottom: 77px;
}

/* line 25, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .hero-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 31.62218vh;
}

@media all and (max-width: 400px) {
  /* line 25, resources/assets/styles/blocks/_hero.scss */

  .block\(hero\) .hero-top .container {
    padding-bottom: 29.56879vh;
  }
}

/* line 36, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) h1 {
  max-width: 726px;
  margin: 0 auto 30px;
}

/* line 41, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .btn-flat {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-item-align: center;
      align-self: center;
}

/* line 46, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .content {
  max-width: 865px;
  margin: 0 auto 50px;
}

/* line 50, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .content p {
  font-size: 2.5625rem;
}

/* line 55, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .list {
  width: 100%;
  min-height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -62px;
  margin-bottom: -80px;
}

@media all and (max-width: 500px) {
  /* line 55, resources/assets/styles/blocks/_hero.scss */

  .block\(hero\) .list {
    margin-left: 0;
  }
}

/* line 69, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 420px;
          flex: 0 1 420px;
  min-height: 420px;
  margin-left: 62px;
  margin-bottom: 80px;
  position: relative;
}

@media all and (max-width: 500px) {
  /* line 69, resources/assets/styles/blocks/_hero.scss */

  .block\(hero\) .item {
    margin-left: 0;
  }
}

/* line 81, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .image {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

/* line 87, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .image img {
  position: relative;
  max-width: 380px;
  border-radius: 16px;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease;
}

@media all and (max-width: 500px) {
  /* line 87, resources/assets/styles/blocks/_hero.scss */

  .block\(hero\) .image img {
    max-width: 100%;
  }
}

/* line 99, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .image .banana-overlay {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #ebeb99;
  width: 380px;
  height: 420px;
  border-radius: 16px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: opacity 0.2s ease, -o-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease;
}

/* line 114, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .image .crimson-overlay {
  position: absolute;
  top: -20px;
  right: -20px;
  background-color: #dd544f;
  width: 380px;
  height: 420px;
  border-radius: 16px;
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: opacity 0.2s ease, -o-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease;
}

/* line 131, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .item:hover img {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease;
  -webkit-transform: rotate(5deg);
       -o-transform: rotate(5deg);
          transform: rotate(5deg);
}

/* line 136, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .item:hover .banana-overlay,
.block\(hero\) .item:hover .crimson-overlay {
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: opacity 0.2s ease, -o-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease;
  -webkit-transform: rotate(5deg);
       -o-transform: rotate(5deg);
          transform: rotate(5deg);
  opacity: 1;
}

/* line 146, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) h3 {
  position: absolute;
  left: 0;
  bottom: -20px;
  max-width: 380px;
  z-index: 3;
}

/* line 154, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .deco:first-of-type {
  left: 0;
  bottom: 35%;
}

/* line 159, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .deco:last-of-type {
  right: 0;
  bottom: 40%;
}

/* line 1, resources/assets/styles/blocks/_icon_and_title.scss */

.block\(iconAndTitle\) {
  padding-top: 37px;
  padding-bottom: 50px;
  overflow: hidden;
}

/* line 6, resources/assets/styles/blocks/_icon_and_title.scss */

.block\(iconAndTitle\) .list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -78px;
  margin-bottom: -78px;
}

/* line 15, resources/assets/styles/blocks/_icon_and_title.scss */

.block\(iconAndTitle\) .js-marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 19, resources/assets/styles/blocks/_icon_and_title.scss */

.block\(iconAndTitle\) .marquee:hover {
  -webkit-animation-play-state: paused;
       -o-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
  }
}

@-o-keyframes marquee {
  0% {
    -o-transform: translateX(0);
       transform: translateX(0);
  }

  100% {
    -o-transform: translateX(-150%);
       transform: translateX(-150%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-150%);
         -o-transform: translateX(-150%);
            transform: translateX(-150%);
  }
}

/* line 33, resources/assets/styles/blocks/_icon_and_title.scss */

.block\(iconAndTitle\) .item {
  margin-left: 72px;
  margin-bottom: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 39, resources/assets/styles/blocks/_icon_and_title.scss */

.block\(iconAndTitle\) .item > * {
  margin-left: 6px;
}

/* line 44, resources/assets/styles/blocks/_icon_and_title.scss */

.block\(iconAndTitle\) .item:nth-child(2n - 0) {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

/* line 48, resources/assets/styles/blocks/_icon_and_title.scss */

.block\(iconAndTitle\) .item:nth-child(2n - 1) {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

/* line 1, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\) {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

/* line 7, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\) .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1652px;
          flex: 0 1 1652px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 13, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\) .inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -80px;
}

/* line 21, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\) .inner > * {
  margin-left: 80px;
}

/* line 26, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\) .deco {
  right: 0;
  z-index: -1;
}

@media all and (max-width: 822px) {
  /* line 26, resources/assets/styles/blocks/_image_and_text.scss */

  .block\(imageAndText\) .deco {
    max-width: 125px;
  }
}

/* line 35, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\) .deco:first-of-type {
  top: 20%;
}

@media all and (max-width: 822px) {
  /* line 35, resources/assets/styles/blocks/_image_and_text.scss */

  .block\(imageAndText\) .deco:first-of-type {
    right: -40px;
  }
}

/* line 43, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\) .deco:last-of-type {
  top: 50%;
}

@media all and (max-width: 822px) {
  /* line 43, resources/assets/styles/blocks/_image_and_text.scss */

  .block\(imageAndText\) .deco:last-of-type {
    max-width: 60px;
  }
}

/* line 52, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\).left .container .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* line 56, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\).left .deco {
  left: 0;
  z-index: -1;
}

@media all and (max-width: 1822px) {
  /* line 56, resources/assets/styles/blocks/_image_and_text.scss */

  .block\(imageAndText\).left .deco {
    max-width: 150px;
  }
}

/* line 65, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\).left .deco:first-of-type {
  top: 20%;
}

@media all and (max-width: 1822px) {
  /* line 65, resources/assets/styles/blocks/_image_and_text.scss */

  .block\(imageAndText\).left .deco:first-of-type {
    left: -40px;
  }
}

/* line 73, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\).left .deco:last-of-type {
  top: 50%;
}

/* line 78, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\) .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 741px;
          flex: 0 1 741px;
}

/* line 81, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\) .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

/* line 90, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\) .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 531px;
          flex: 0 1 531px;
}

@media all and (max-width: 1351px) {
  /* line 90, resources/assets/styles/blocks/_image_and_text.scss */

  .block\(imageAndText\) .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 741px;
            flex: 0 1 741px;
    margin-top: 50px;
  }
}

/* line 99, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\) h2 {
  margin-bottom: 50px;
  max-width: 402px;
  z-index: 1;
}

/* line 105, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\) .content {
  margin-bottom: 22px;
  z-index: 1;
}

/* line 114, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\) .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  z-index: 1;
}

/* line 119, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\) .btns > * {
  margin-left: 15px;
}

/* line 124, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\) .btn-flat:first-of-type {
  color: #ebeb99;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}

/* line 131, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\) .btn-flat:last-of-type {
  color: #6cc7b7;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}

/* line 138, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\) .btn-flat:first-of-type:hover {
  color: #fff;
  background-color: #4b8c59;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}

/* line 146, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\) .btn-flat:last-of-type:hover {
  color: #fff;
  background-color: #6cc7b7;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}

/* line 1, resources/assets/styles/blocks/_large_image.scss */

.block\(largeImage\) {
  padding-top: 26.5px;
  padding-bottom: 125px;
  position: relative;
}

/* line 6, resources/assets/styles/blocks/_large_image.scss */

.block\(largeImage\) .main-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border-radius: 16px;
}

/* line 15, resources/assets/styles/blocks/_large_image.scss */

.block\(largeImage\) .deco {
  z-index: -1;
}

@media all and (max-width: 1000px) {
  /* line 15, resources/assets/styles/blocks/_large_image.scss */

  .block\(largeImage\) .deco {
    max-height: 200px;
  }
}

/* line 23, resources/assets/styles/blocks/_large_image.scss */

.block\(largeImage\) .deco:first-of-type {
  left: 0;
  top: 10%;
}

/* line 28, resources/assets/styles/blocks/_large_image.scss */

.block\(largeImage\) .deco:last-of-type {
  right: 0;
  top: 10%;
}

/* line 1, resources/assets/styles/blocks/_large_paragraph.scss */

.block\(largeParagraph\) {
  padding-top: 60px;
  padding-bottom: 77px;
}

/* line 5, resources/assets/styles/blocks/_large_paragraph.scss */

.block\(largeParagraph\) p {
  font-size: 2.5625rem;
  max-width: 865px;
  margin: 0 auto 50px;
}

/* line 1, resources/assets/styles/blocks/_partners.scss */

.block\(partners\) {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* line 5, resources/assets/styles/blocks/_partners.scss */

.block\(partners\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 11, resources/assets/styles/blocks/_partners.scss */

.block\(partners\) h2 {
  max-width: 668px;
  margin: 0 auto 121px;
}

/* line 16, resources/assets/styles/blocks/_partners.scss */

.block\(partners\) .list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -75px;
  margin-bottom: -20px;
}

/* line 24, resources/assets/styles/blocks/_partners.scss */

.block\(partners\) .list > * {
  margin-left: 75px;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 200px;
          flex: 0 200px;
  -ms-flex-item-align: center;
      align-self: center;
}

/* line 32, resources/assets/styles/blocks/_partners.scss */

.block\(partners\) img {
  max-width: 100%;
}

/* line 1, resources/assets/styles/blocks/_slider.scss */

.block\(slider\) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-top: 100px;
  padding-bottom: 96px;
  overflow: hidden;
}

/* line 8, resources/assets/styles/blocks/_slider.scss */

.block\(slider\) .title-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  max-width: 100%;
}

/* line 16, resources/assets/styles/blocks/_slider.scss */

.block\(slider\) .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

/* line 20, resources/assets/styles/blocks/_slider.scss */

.block\(slider\) .slider,
.block\(slider\) .slick-list {
  max-height: 650px;
}

/* line 25, resources/assets/styles/blocks/_slider.scss */

.block\(slider\) .slick-track {
  margin-left: -80px;
}

@media all and (max-width: 920px) {
  /* line 25, resources/assets/styles/blocks/_slider.scss */

  .block\(slider\) .slick-track {
    margin-left: -20px;
  }
}

/* line 33, resources/assets/styles/blocks/_slider.scss */

.block\(slider\) .slick-slide {
  margin-left: 80px;
}

@media all and (max-width: 920px) {
  /* line 33, resources/assets/styles/blocks/_slider.scss */

  .block\(slider\) .slick-slide {
    margin-left: 20px;
  }
}

/* line 41, resources/assets/styles/blocks/_slider.scss */

.block\(slider\) .slick-slide img {
  border-radius: 16px;
}

@media all and (max-width: 920px) {
  /* line 41, resources/assets/styles/blocks/_slider.scss */

  .block\(slider\) .slick-slide img {
    max-width: 100% !important;
    max-height: 350px;
  }
}

/* line 1, resources/assets/styles/blocks/_story_list.scss */

.block\(storyList\) {
  padding-top: 120px;
  padding-bottom: 50px;
  position: relative;
}

/* line 6, resources/assets/styles/blocks/_story_list.scss */

.block\(storyList\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 12, resources/assets/styles/blocks/_story_list.scss */

.block\(storyList\) h2 {
  font-family: "sofia-pro", sans-serif;
  margin-bottom: 80px;
}

/* line 17, resources/assets/styles/blocks/_story_list.scss */

.block\(storyList\) .list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -115px;
  margin-bottom: 100px;
}

/* line 26, resources/assets/styles/blocks/_story_list.scss */

.block\(storyList\) .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 380px;
          flex: 0 1 380px;
  margin-left: 115px;
  margin-bottom: 50px;
}

/* line 32, resources/assets/styles/blocks/_story_list.scss */

.block\(storyList\) .image {
  position: relative;
  margin-bottom: 44px;
}

/* line 37, resources/assets/styles/blocks/_story_list.scss */

.block\(storyList\) .main-img {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  max-width: 100%;
  border-radius: 16px;
  z-index: 2;
}

/* line 47, resources/assets/styles/blocks/_story_list.scss */

.block\(storyList\) .crimson-overlay {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #dd544f;
  width: 380px;
  height: 100%;
  border-radius: 16px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

/* line 60, resources/assets/styles/blocks/_story_list.scss */

.block\(storyList\) .moss-overlay {
  position: absolute;
  top: -20px;
  right: -20px;
  background-color: #103f34;
  width: 380px;
  height: 100%;
  border-radius: 16px;
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

/* line 74, resources/assets/styles/blocks/_story_list.scss */

.block\(storyList\) .image:hover .moss-overlay,
.block\(storyList\) .image:hover .crimson-overlay {
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 1;
}

/* line 81, resources/assets/styles/blocks/_story_list.scss */

.block\(storyList\) h3 {
  margin-bottom: 32px;
}

/* line 85, resources/assets/styles/blocks/_story_list.scss */

.block\(storyList\) .content {
  margin-bottom: 32px;
}

/* line 89, resources/assets/styles/blocks/_story_list.scss */

.block\(storyList\) .content p {
  font-family: "sofia-pro", sans-serif;
  font-size: 15px;
  line-height: 1.87;
}

/* line 95, resources/assets/styles/blocks/_story_list.scss */

.block\(storyList\) .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -16px;
}

/* line 100, resources/assets/styles/blocks/_story_list.scss */

.block\(storyList\) .link .style-svg {
  width: 36px;
}

/* line 104, resources/assets/styles/blocks/_story_list.scss */

.block\(storyList\) .link .style-svg path,
.block\(storyList\) .link .style-svg circle {
  stroke: #dd544f;
}

/* line 109, resources/assets/styles/blocks/_story_list.scss */

.block\(storyList\) .link > * {
  margin-left: 16px;
}

/* line 115, resources/assets/styles/blocks/_story_list.scss */

.block\(storyList\) .link:hover span {
  color: #5a0725;
}

/* line 119, resources/assets/styles/blocks/_story_list.scss */

.block\(storyList\) .link:hover .style-svg path,
.block\(storyList\) .link:hover .style-svg circle {
  stroke: #5a0725;
}

/* line 125, resources/assets/styles/blocks/_story_list.scss */

.block\(storyList\) .deco {
  z-index: -1;
}

/* line 129, resources/assets/styles/blocks/_story_list.scss */

.block\(storyList\) .deco:first-of-type {
  left: 0;
  top: 60%;
}

/* line 134, resources/assets/styles/blocks/_story_list.scss */

.block\(storyList\) .deco:last-of-type {
  right: 0;
  top: 60%;
}

/* line 1, resources/assets/styles/blocks/_text_and_cta.scss */

.block\(textAndCta\) {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 5, resources/assets/styles/blocks/_text_and_cta.scss */

.block\(textAndCta\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 11, resources/assets/styles/blocks/_text_and_cta.scss */

.block\(textAndCta\) h2 {
  max-width: 728px;
  margin: 0 auto 55px;
}

/* line 16, resources/assets/styles/blocks/_text_and_cta.scss */

.block\(textAndCta\) .content {
  max-width: 848px;
  margin: 0 auto 35px;
}

/* line 1, resources/assets/styles/blocks/_timeline.scss */

.block\(timeline\) {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* line 5, resources/assets/styles/blocks/_timeline.scss */

.block\(timeline\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 11, resources/assets/styles/blocks/_timeline.scss */

.block\(timeline\) h2 {
  font-family: "sofia-pro", sans-serif;
  line-height: 1.3;
  max-width: 732px;
  margin: 0 auto 12.01232vh;
}

/* line 18, resources/assets/styles/blocks/_timeline.scss */

.block\(timeline\) .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (max-width: 560px) {
  /* line 18, resources/assets/styles/blocks/_timeline.scss */

  .block\(timeline\) .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* line 27, resources/assets/styles/blocks/_timeline.scss */

.block\(timeline\) .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 176px;
          flex: 0 1 176px;
}

@media all and (max-width: 560px) {
  /* line 27, resources/assets/styles/blocks/_timeline.scss */

  .block\(timeline\) .left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

/* line 35, resources/assets/styles/blocks/_timeline.scss */

.block\(timeline\) .year {
  font-size: 44px;
  line-height: 1;
  color: rgba(16, 63, 52, 0.5);
  margin-bottom: 88px;
  cursor: pointer;
}

@media all and (max-width: 560px) {
  /* line 35, resources/assets/styles/blocks/_timeline.scss */

  .block\(timeline\) .year {
    margin-bottom: 50px;
    margin-left: 50px;
  }
}

/* line 48, resources/assets/styles/blocks/_timeline.scss */

.block\(timeline\) .active-tab {
  color: #000;
  text-decoration: underline;
}

/* line 53, resources/assets/styles/blocks/_timeline.scss */

.block\(timeline\) .time-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media all and (max-width: 560px) {
  /* line 53, resources/assets/styles/blocks/_timeline.scss */

  .block\(timeline\) .time-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -50px;
  }
}

/* line 65, resources/assets/styles/blocks/_timeline.scss */

.block\(timeline\) .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 864px;
          flex: 0 1 864px;
}

@media all and (max-width: 1000px) {
  /* line 65, resources/assets/styles/blocks/_timeline.scss */

  .block\(timeline\) .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 351px;
            flex: 0 1 351px;
  }
}

/* line 73, resources/assets/styles/blocks/_timeline.scss */

.block\(timeline\) .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 88px;
}

/* line 79, resources/assets/styles/blocks/_timeline.scss */

.block\(timeline\) .list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 351px;
          flex: 0 1 351px;
  font-size: 20px;
  margin-right: 25px;
}

/* line 1, resources/assets/styles/blocks/_title_and_button.scss */

.block\(titleAndButton\) {
  padding-top: 40px;
  padding-bottom: 100px;
}

/* line 5, resources/assets/styles/blocks/_title_and_button.scss */

.block\(titleAndButton\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 11, resources/assets/styles/blocks/_title_and_button.scss */

.block\(titleAndButton\) h2 {
  font-family: "sofia-pro", sans-serif;
  max-width: 700px;
  margin: 0 auto 45px;
}

/* line 1, resources/assets/styles/blocks/_title_and_text.scss */

.block\(titleAndText\) {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* line 5, resources/assets/styles/blocks/_title_and_text.scss */

.block\(titleAndText\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 10, resources/assets/styles/blocks/_title_and_text.scss */

.block\(titleAndText\) .list {
  max-width: 1200px;
  margin-bottom: -88px;
}

/* line 15, resources/assets/styles/blocks/_title_and_text.scss */

.block\(titleAndText\) .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 88px;
}

@media all and (max-width: 800px) {
  /* line 15, resources/assets/styles/blocks/_title_and_text.scss */

  .block\(titleAndText\) .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* line 26, resources/assets/styles/blocks/_title_and_text.scss */

.block\(titleAndText\) .spacer {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40px;
          flex: 0 1 40px;
}

/* line 30, resources/assets/styles/blocks/_title_and_text.scss */

.block\(titleAndText\) .mid {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 500px;
          flex: 0 1 500px;
}

/* line 34, resources/assets/styles/blocks/_title_and_text.scss */

.block\(titleAndText\) h3 {
  line-height: 1.3;
  margin-bottom: 30px;
}

/* line 39, resources/assets/styles/blocks/_title_and_text.scss */

.block\(titleAndText\) .btn-flat {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media all and (max-width: 800px) {
  /* line 39, resources/assets/styles/blocks/_title_and_text.scss */

  .block\(titleAndText\) .btn-flat {
    margin-bottom: 30px;
  }
}

/* line 47, resources/assets/styles/blocks/_title_and_text.scss */

.block\(titleAndText\) .content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 510px;
          flex: 0 1 510px;
}

@media all and (max-width: 800px) {
  /* line 47, resources/assets/styles/blocks/_title_and_text.scss */

  .block\(titleAndText\) .content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

/* line 54, resources/assets/styles/blocks/_title_and_text.scss */

.block\(titleAndText\) .content p {
  font-size: 15px;
  font-family: "sofia-pro", sans-serif;
  line-height: 1.9;
}

/* line 60, resources/assets/styles/blocks/_title_and_text.scss */

.block\(titleAndText\) .content ul {
  list-style-position: outside;
}

/* line 64, resources/assets/styles/blocks/_title_and_text.scss */

.block\(titleAndText\) .content li {
  font-size: 15px;
  font-family: "sofia-pro", sans-serif;
  line-height: 1.56;
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 10px;
}

/* line 1, resources/assets/styles/blocks/_vision.scss */

.block\(vision\) {
  padding-top: 75px;
  padding-bottom: 100px;
}

/* line 5, resources/assets/styles/blocks/_vision.scss */

.block\(vision\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 10, resources/assets/styles/blocks/_vision.scss */

.block\(vision\) .list {
  max-width: 1200px;
}

/* line 14, resources/assets/styles/blocks/_vision.scss */

.block\(vision\) .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 159px;
}

@media all and (max-width: 800px) {
  /* line 14, resources/assets/styles/blocks/_vision.scss */

  .block\(vision\) .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 100px;
  }
}

/* line 25, resources/assets/styles/blocks/_vision.scss */

.block\(vision\) .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 115px;
          flex: 0 1 115px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media all and (max-width: 800px) {
  /* line 25, resources/assets/styles/blocks/_vision.scss */

  .block\(vision\) .icon {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-bottom: 20px;
  }
}

/* line 35, resources/assets/styles/blocks/_vision.scss */

.block\(vision\) h3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 340px;
          flex: 0 1 340px;
}

@media all and (max-width: 800px) {
  /* line 35, resources/assets/styles/blocks/_vision.scss */

  .block\(vision\) h3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-bottom: 30px;
  }
}

/* line 44, resources/assets/styles/blocks/_vision.scss */

.block\(vision\) .content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 510px;
          flex: 0 1 510px;
}

@media all and (max-width: 800px) {
  /* line 44, resources/assets/styles/blocks/_vision.scss */

  .block\(vision\) .content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

/* line 51, resources/assets/styles/blocks/_vision.scss */

.block\(vision\) .content p {
  font-size: 15px;
  font-family: "sofia-pro", sans-serif;
  line-height: 1.87;
  letter-spacing: -0.33px;
}

/* line 47, stdin */

* {
  min-width: 0;
  min-height: 0;
}

/* line 52, stdin */

html {
  overflow-x: hidden;
}

/* line 56, stdin */

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}


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