/*! 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

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

html, body {
  overflow-x: hidden;
}

a {
  color: #FF7C25;
  text-decoration: none;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

a:hover {
  -webkit-transition: color .3s ease-in;
  -o-transition: color .3s ease-in;
  transition: color .3s ease-in;
}

.aland {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

h1, h4 {
  font-weight: 400;
}

h1 {
  color: #FFFFFF;
  font-size: 34px;
  line-height: 1.133;
}

@media (min-width: 500px) {
  h1 {
    font-size: 34px;
  }
}

@media (min-width: 600px) {
  h1 {
    font-size: 34px;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 40px;
  }
}

@media (min-width: 980px) {
  h1 {
    font-size: 50px;
  }
}

@media (min-width: 1280px) {
  h1 {
    font-size: 60px;
  }
}

h1, h3 {
  font-family: Merriweather, Georgia, "Droid Serif", Cambria, "Times New Roman", Times, serif;
}

h2, p {
  font-weight: 400;
}

h2, h3, h4 {
  margin: 0;
}

h2 {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
  color: #637381;
}

h3 {
  color: #09222B;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.16;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  h3 {
    font-size: 50px;
  }
}

h4 {
  color: #637381;
  font-size: 20px;
  line-height: 1.357;
}

@media (min-width: 768px) {
  h4 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  h4 {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}

h5 {
  color: #09222B;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.375;
  margin: 0 0 29px 0;
}

p {
  color: #212B36;
  font-size: 16px;
  line-height: 1.625;
}

blockquote {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: 700;
}

.aland-section-title {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
  letter-spacing: 6.07px;
  text-transform: uppercase;
  position: absolute;
  top: -27px;
  right: 20px;
}

@media (min-width: 840px) {
  .aland-section-title {
    right: 2.86%;
  }
}

.aland-section-link {
  position: absolute;
  top: -100px;
}

.hide {
  display: none !important;
}

.offscreen {
  position: absolute;
  left: -9999px;
  top: -9999px;
}

.aland-blocks {
  width: 90%;
  max-width: 1222px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 60px;
}

@media (min-width: 980px) {
  .aland-blocks {
    padding-bottom: 134px;
  }
}

@media (min-width: 768px) {
  .aland-blocks__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.aland-blocks__col {
  padding: 0 12px 24px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.aland-blocks__col img {
  height: auto;
  max-width: 90%;
}

@media (min-width: 768px) {
  .aland-blocks__col {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
  .aland-blocks__col .aland-block__inner {
    height: 100%;
  }
}

@media (min-width: 1024px) {
  .aland-blocks__col {
    -webkit-box-flex: 33.333%;
        -ms-flex: 33.333%;
            flex: 33.333%;
  }
}

.aland-blocks__col-left .aland-block__inner, .aland-blocks__col-center .aland-block__inner {
  padding: 55px 40px 0 40px;
  background-color: #F5F6F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.aland-blocks__col-left blockquote, .aland-blocks__col-center blockquote {
  color: #212B36;
  font-weight: 700;
  font-family: Merriweather, Georgia, "Droid Serif", Cambria, "Times New Roman", Times, serif;
}

.aland-blocks__col-left img, .aland-blocks__col-center img {
  display: block;
  margin-top: auto;
}

.aland-blocks__col-left img {
  width: 223px;
  margin-left: auto;
}

.aland-blocks__col-left blockquote {
  font-size: 18px;
  line-height: 1.444;
  margin-bottom: 24px;
}

.aland-blocks__col-center .aland-block__inner {
  padding-bottom: 45px;
}

.aland-blocks__col-center img {
  width: 170px;
}

.aland-blocks__col-center blockquote {
  font-size: 20px;
  line-height: 1.357;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .aland-blocks__col-center .aland-blocks__attr {
    margin-bottom: 48px;
  }
  .aland-blocks__col-center blockquote {
    font-size: 28px;
  }
}

.aland-blocks__attr {
  font-size: 16px;
  line-height: 1.4375;
  font-style: italic;
  color: #637381;
  margin-top: 0;
  font-family: Merriweather, Georgia, "Droid Serif", Cambria, "Times New Roman", Times, serif;
}

.aland-btn--cta,
.aland-btn--cta-rev,
.aland-contact .contact-submit [type="submit"] {
  display: inline-block;
  font-family: Merriweather, Georgia, "Droid Serif", Cambria, "Times New Roman", Times, serif;
  font-style: italic;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
  padding: 10px 36px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.77px;
  border: 1px solid #FF7C25;
  cursor: pointer;
}

.aland-btn--cta:hover,
.aland-btn--cta-rev:hover,
.aland-contact .contact-submit [type="submit"]:hover {
  -webkit-transition: color 0.3s ease-in, background-color 0.3s ease-in;
  -o-transition: color 0.3s ease-in, background-color 0.3s ease-in;
  transition: color 0.3s ease-in, background-color 0.3s ease-in;
}

.aland-btn--cta {
  color: #FF7C25;
}

.aland-btn--cta:hover {
  color: #FFFFFF;
  background-color: #FF7C25;
}

.aland-btn--cta-rev,
.aland-contact .contact-submit [type="submit"] {
  background-color: #FF7C25;
  color: #FFFFFF;
}

.aland-btn--cta-rev:hover,
.aland-contact .contact-submit [type="submit"]:hover {
  color: #FF7C25;
  background-color: #FFFFFF;
}

.aland-contact {
  position: relative;
  -webkit-clip-path: polygon(0 calc(0% + 6.5vw), 100% 0, 100% 100%, 0% calc(100% - 6.5vw));
          clip-path: polygon(0 calc(0% + 6.5vw), 100% 0, 100% 100%, 0% calc(100% - 6.5vw));
  background-color: #054a61;
  color: #FFFFFF;
  padding: 120px 0 75vw;
}

.aland-contact h2,
.aland-contact h3 {
  font-family: Merriweather, Georgia, "Droid Serif", Cambria, "Times New Roman", Times, serif;
  font-size: 28px;
  line-height: 1.25;
  color: #FFFFFF;
  margin-bottom: 36px;
}

.aland-contact .aland-section-link {
  top: 0;
}

.aland-contact .contact-form {
  max-width: 270px;
  margin: 0 auto;
}

.aland-contact .contact-form > div {
  margin-bottom: 52px;
}

.aland-contact .contact-form > div:first-of-type {
  max-width: 270px;
}

.aland-contact .contact-form > div:nth-of-type(2),
.aland-contact .contact-form > div:nth-of-type(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media (min-width: 600px) {
  .aland-contact h2 {
    font-size: 36px;
  }
}

@media (min-width: 840px) {
  .aland-contact {
    padding: 80px 0;
  }
}

@media (min-width: 980px) {
  .aland-contact {
    padding: 286px 0 221px;
  }
}

@media (min-width: 1124px) {
  .aland-contact h2 {
    font-size: 48px;
  }
}

.aland-contact__cols {
  width: 90%;
  max-width: 1014px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 840px) {
  .aland-contact__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.aland-contact__col {
  position: relative;
  text-align: center;
}

@media (min-width: 840px) {
  .aland-contact__col {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    width: 50%;
    text-align: left;
  }
}

.aland-contact__wrap {
  background-color: #09222B;
  -webkit-clip-path: polygon(0 calc(0% + 6.5vw), 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 calc(0% + 6.5vw), 100% 0, 100% 100%, 0% 100%);
  position: relative;
  z-index: 2;
}

.aland-contact-form-wrap .grunion-checkbox-multiple-label,
.aland-contact-form-wrap .grunion-field-label {
  font-weight: 300;
}

.aland-contact-form-wrap .grunion-field-label {
  font-size: 22px;
  line-height: 1.27;
  margin-bottom: 28px;
  font-family: Merriweather, Georgia, "Droid Serif", Cambria, "Times New Roman", Times, serif;
  font-style: italic;
}

.aland-contact-form-wrap .grunion-checkbox-multiple-label {
  font-size: 17px;
  line-height: 1.235;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.aland-contact-form-wrap .grunion-checkbox-multiple-label input[type="checkbox"] {
  margin: 0 13px 0 0;
}

.aland-contact-form-wrap label.email,
.aland-contact-form-wrap label.name,
.aland-contact-form-wrap label.textarea {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 300;
  font-style: unset;
  font-size: 13px;
  line-height: 1.31;
  text-transform: uppercase;
}

.aland-contact-form-wrap label.email,
.aland-contact-form-wrap label.name {
  margin: 0 7px 0 0;
}

.aland-contact-form-wrap label.email span,
.aland-contact-form-wrap label.name span {
  display: none;
}

.aland-contact-form-wrap label.textarea {
  margin-bottom: 5px;
}

.aland-contact-form-wrap .contact-form input[type="email"],
.aland-contact-form-wrap .contact-form input[type="text"],
.aland-contact-form-wrap .contact-form textarea {
  background: transparent;
  margin-bottom: 0;
  width: 100%;
  color: #FFFFFF;
}

.aland-contact-form-wrap .contact-form input[type="email"],
.aland-contact-form-wrap .contact-form input[type="text"] {
  border: none;
  border-bottom: 1px solid #FFFFFF;
}

.aland-contact-form-wrap .contact-form input[type="email"]:focus,
.aland-contact-form-wrap .contact-form input[type="text"]:focus {
  outline: none;
  border-bottom: 1px solid #FF7C25;
}

.aland-contact-form-wrap .contact-form textarea {
  border: 1px solid #FFFFFF;
  padding: 8px;
}

.aland-contact-form-wrap .contact-form textarea:focus {
  outline: none;
  border: 1px solid #FF7C25;
}

.aland-contact-form-wrap .contact-submit [type="submit"] {
  display: block;
  width: 100%;
  padding: 23px 10px 19px;
  border-radius: 10px;
  font-size: 22px;
  line-height: 1.27;
}

@media (min-width: 840px) {
  .aland-contact-form-wrap .contact-form {
    max-width: 331px;
    margin: 0;
  }
}

.aland-contact__col-left {
  position: static;
  margin-bottom: 60px;
}

.aland-contact__col-left > img {
  position: relative;
  right: 0;
  z-index: 1;
  max-width: 120%;
  height: auto;
  width: 800px;
}

.supports-el-clippath .aland-contact__col-left > img {
  display: block;
  z-index: -3;
}

@media (min-width: 768px) {
  .aland-contact__col-left > img {
    right: -8%;
    max-width: 100%;
  }
}

@media (min-width: 840px) {
  .aland-contact__col-left {
    margin-bottom: 0;
    position: relative;
  }
}

@media (min-width: 840px) {
  .aland-contact__col-right {
    padding-left: 15%;
  }
}

/* Background Styling */
.supports-el-clippath .aland-contact__col-right {
  position: relative;
}

.supports-el-clippath .aland-contact__col-right::after, .supports-el-clippath .aland-contact__col-right::before {
  content: "";
  position: absolute;
  top: 0;
  right: -50%;
  bottom: 0;
  left: -50%;
  -webkit-transform: rotate(-43deg);
      -ms-transform: rotate(-43deg);
          transform: rotate(-43deg);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
}

.supports-el-clippath .aland-contact__col-right::before {
  background: #054a61;
  z-index: -1;
}

.supports-el-clippath .aland-contact__col-right::after {
  -webkit-box-shadow: 30px -30px 40px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 30px -30px 40px 0 rgba(0, 0, 0, 0.15);
  z-index: -2;
}

@media (min-width: 840px) {
  .supports-el-clippath .aland-contact__col-right::after, .supports-el-clippath .aland-contact__col-right::before {
    top: -100px;
    bottom: -100px;
    left: -100px;
    -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
            transform: rotate(20deg);
    -webkit-transform-origin: center left;
        -ms-transform-origin: center left;
            transform-origin: center left;
  }
  .supports-el-clippath .aland-contact__col-right::before {
    right: 0;
  }
  .supports-el-clippath .aland-contact__col-right::after {
    right: auto;
    width: 5%;
    -webkit-box-shadow: -30px 0 40px 0 rgba(0, 0, 0, 0.15);
            box-shadow: -30px 0 40px 0 rgba(0, 0, 0, 0.15);
  }
}

@media (min-width: 980px) {
  .supports-el-clippath .aland-contact__col-right::after, .supports-el-clippath .aland-contact__col-right::before {
    top: -286px;
    bottom: -221px;
    left: -70px;
  }
}

@media (min-width: 1280px) {
  .supports-el-clippath .aland-contact__col-right::after, .supports-el-clippath .aland-contact__col-right::before {
    left: -70px;
  }
}

.contact-form-submission h3 {
  font-size: 1.5rem;
}

.contact-form-submission h3,
.contact-form-submission p {
  color: #fff !important;
}

.aland-footer {
  position: relative;
  text-align: center;
  background-color: #09222B;
  color: #FFFFFF;
  padding: 80px 0 20px;
}

.aland-footer img {
  margin-bottom: 47px;
  height: 60px;
  width: auto;
}

.aland-footer h2,
.aland-footer li,
.aland-footer .page-footer_copyright {
  margin: 0;
}

.aland-footer h2,
.aland-footer li,
.aland-footer p {
  color: #FFFFFF;
}

.aland-footer h2 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-size: 1.65rem;
  font-weight: 300;
  line-height: 1.35714;
  margin-bottom: 26px;
}

.aland-footer a {
  color: #FF7C25;
  text-decoration: none;
}

.aland-footer a:hover {
  text-decoration: underline;
}

.aland-footer .page-footer_copyright,
.aland-footer .page-footer_copyright a {
  color: #637381;
}

.aland-footer::before {
  content: "";
  position: absolute;
  top: -4px;
  right: 0;
  left: 0;
  height: 5px;
  background-color: #09222B;
}

@media (min-width: 980px) {
  .aland-footer {
    padding: 61px 0 20px;
  }
  .aland-footer h2 {
    font-size: 28px;
  }
}

.aland-footer__inner {
  width: 90%;
  max-width: 686px;
  margin-right: auto;
  margin-left: auto;
}

.aland-footer__name {
  font-size: 1.85rem;
  line-height: 1.34483;
  font-weight: 700;
  margin: 0;
}

@media (min-width: 980px) {
  .aland-footer__name {
    font-size: 29px;
  }
}

.aland-footer__role {
  font-size: 14px;
  line-height: 1.375;
  font-weight: 400;
  opacity: 0.7;
  margin: 0 0 18px 0;
  text-transform: uppercase;
}

.ad_footer__links {
  list-style-type: none;
  margin: 0 0 40px 0;
}

.ad_footer__links li,
.ad_footer__links a {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 400;
}

.ad_footer__links li {
  display: inline-block;
  padding: 0 12px;
  border-right: 2px solid #637381;
}

.ad_footer__links li:last-child {
  border-right: none;
}

@media (min-width: 980px) {
  .ad_footer__links {
    margin: 0 0 102px 0;
  }
}

.aland-header {
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #FFFFFF;
  z-index: 2;
  padding: 0 0 120px 0;
  margin-bottom: 60px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 6.5vw), 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 6.5vw), 0% 100%);
  background-color: #09222B;
}

.aland-header h3 {
  color: #FFFFFF;
  font-size: 26px;
  line-height: 1.38235;
  font-weight: 400;
  width: 90%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  max-width: 66%;
}

.aland-header h3 strong {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

@media (min-width: 980px) {
  .aland-header {
    padding: 0 0 204px 0;
    margin-bottom: 102px;
  }
  .aland-header h3 {
    font-size: 35px;
    margin-top: 218px;
    margin-bottom: 90px;
    max-width: 90%;
  }
}

.aland-hero {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 125vh;
  text-align: center;
  overflow: hidden;
}

.aland-hero img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  min-width: 100%;
  min-height: 125vh;
  width: auto;
  max-width: none;
}

.aland-hero:after {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 34, 43, 0.19)), to(#09222b));
  background: -o-linear-gradient(top, rgba(9, 34, 43, 0.19), #09222b);
  background: linear-gradient(to bottom, rgba(9, 34, 43, 0.19), #09222b);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aland-slide {
  opacity: 0;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

.aland-slide.is-active, .aland-slide.is-next {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.aland-slide.is-active {
  opacity: 1;
  -webkit-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
}

.aland-slide.is-next {
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
  opacity: 0;
  z-index: 2;
}

.aland-title {
  height: 100vh;
  min-height: 400px;
  width: 90%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.aland-title h1 {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 50px;
}

.aland-title h1 strong {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.aland-title, .aland-stats, .aland-note {
  position: relative;
  z-index: 3;
}

.aland-intro {
  position: relative;
}

.aland-intro .aland-section-link {
  top: 20px;
}

.aland-intro h4 {
  margin-bottom: 50px;
}

.aland-intro__content {
  width: 90%;
  max-width: 933px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.aland-intro__text {
  max-width: 620px;
  line-height: 1.625;
  margin: 0 auto 70px;
}

.aland-intro__image-wrap {
  width: 100%;
  overflow: hidden;
}

.aland-intro__images {
  margin: 0;
  position: relative;
  height: 52vw;
  width: 130vw;
}

.aland-intro__images img {
  display: inline-block;
  width: 24%;
  height: auto;
  position: absolute;
}

.aland-intro__images img:nth-child(1) {
  -webkit-transform: rotate(-25deg);
      -ms-transform: rotate(-25deg);
          transform: rotate(-25deg);
  top: 0;
  left: -7.14286%;
}

.aland-intro__images img:nth-child(2) {
  -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
  top: 11.52542%;
  left: 13.78571%;
}

.aland-intro__images img:nth-child(3) {
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
  top: 22%;
  left: 36.92857%;
  z-index: 3;
}

.aland-intro__images img:nth-child(4) {
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
  top: 17%;
  right: 15.07143%;
}

.aland-intro__images img:nth-child(5) {
  -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
          transform: rotate(-3deg);
  top: 7.45763%;
  right: -7%;
}

.aland-intro__images img:nth-child(2), .aland-intro__images img:nth-child(4) {
  z-index: 2;
}

@media (min-width: 768px) {
  .aland-intro__images {
    left: 0;
    height: 42vw;
    width: 100%;
  }
}

.aland-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  min-height: 100%;
  background: #FFFFFF;
  padding: 17px 48px 25px 48px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.aland-modal.is-visible {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

@media (min-width: 840px) {
  .aland-modal {
    bottom: 0;
    min-height: 0;
  }
}

.aland-modal__nav {
  margin-bottom: 56px;
}

.aland-modal__nav ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0;
  padding: 0;
}

.aland-modal__nav a {
  height: 43px;
  width: 47px;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aland-modal__nav img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.aland-modal__nav a.is-active img, .aland-modal__nav a:hover img {
  -webkit-filter: grayscale(100%) brightness(0);
          filter: grayscale(100%) brightness(0);
}

.aland-modal__close {
  background: transparent url(../img/bizdev/x.png) no-repeat center center;
  background-size: contain;
  border: none;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 25px;
  right: 20px;
  cursor: pointer;
}

.aland-modal__close:hover {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.aland-modal__slides {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
}

.aland-modal__slide {
  width: 100%;
  display: inline-block;
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  position: relative;
  padding-bottom: 25px;
}

.aland-modal__slide a {
  font-family: Merriweather, Georgia, "Droid Serif", Cambria, "Times New Roman", Times, serif;
}

@media (min-width: 840px) {
  .aland-modal__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.aland-modal__img img {
  display: block;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

@media (min-width: 840px) {
  .aland-modal__img {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.aland-modal__text .wp-block-button__link {
  font-family: Merriweather, Georgia, "Droid Serif", Cambria, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.25;
  font-style: italic;
}

.aland-modal__text p {
  margin: 0 0 28px 0;
}

@media (min-width: 840px) {
  .aland-modal__text {
    width: 400px;
    padding-left: 50px;
    text-align: left;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
  }
}

.aland-modal-btn.is-disabled {
  pointer-events: none;
}

.aland-nav-wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  padding-top: 10px;
  height: 80px;
}

.aland-nav-wrap a {
  color: #FFFFFF;
  text-decoration: none;
}

.aland-nav-inner {
  width: 90%;
  max-width: 1206px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.aland-back {
  margin-bottom: 10px;
}

.aland-back a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.aland-back a:hover span {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .aland-back {
    display: none;
  }
}

.aland-nav-branding {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 18px;
}

.aland-nav-branding svg, .aland-nav-branding img {
  width: 120px;
  height: auto;
}

@media (min-width: 900px) {
  .aland-nav-branding svg, .aland-nav-branding img {
    width: 169px;
  }
}

.aland-nav {
  text-align: center;
  padding: 22px 140px;
}

.aland-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.aland-nav li {
  display: inline-block;
  padding: 0 14px;
}

.aland-nav li:first-child {
  padding-left: 0;
}

.aland-nav li:last-child {
  padding-right: 0;
}

.aland-nav a {
  font-size: 14px;
  line-height: 1.375;
  font-weight: 700;
  -webkit-transition: color .3s linear;
  -o-transition: color .3s linear;
  transition: color .3s linear;
}

.aland-nav a:hover {
  color: #FF7C25;
}

@media (min-width: 900px) {
  .aland-nav {
    padding: 27px 180px;
  }
  .aland-nav li {
    padding: 0 20px;
  }
  .aland-nav a {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .aland-nav ul {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
  }
}

.aland-nav-cta {
  background-color: #FF7C25;
  color: #FFFFFF;
  font-family: Merriweather, Georgia, "Droid Serif", Cambria, "Times New Roman", Times, serif;
  font-style: italic;
  text-decoration: none;
  -webkit-transition: background-color .3s ease-out;
  -o-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
  text-align: center;
  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: fixed;
  top: 0;
  right: 0;
  width: 95px;
  height: 90px;
}

.aland-nav-cta span {
  position: relative;
}

.aland-nav-cta span:after {
  content: '\2193';
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
}

.aland-nav-cta:hover {
  background-color: #ed5f00;
  -webkit-transition: background-color .3s ease-in;
  -o-transition: background-color .3s ease-in;
  transition: background-color .3s ease-in;
}

@media (max-width: 768px) {
  .aland-nav-cta {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 28px;
  }
  .aland-nav-cta span:after {
    position: static;
    margin-left: 20px;
  }
}

.admin-bar .aland-nav-wrap {
  top: 46px;
}

@media (min-width: 783px) {
  .admin-bar .aland-nav-wrap {
    top: 32px;
  }
}

.aland-partners {
  position: relative;
  background-color: #F5F6F6;
  -webkit-clip-path: polygon(0 0, 100% calc(0% + 6.5vw), 100% calc(100% - 6.5vw), 0% 100%);
          clip-path: polygon(0 0, 100% calc(0% + 6.5vw), 100% calc(100% - 6.5vw), 0% 100%);
  padding: 120px 0 80px 0;
  text-align: center;
}

.aland-partners .aland-section-title {
  top: 100px;
}

.aland-partners .aland-section-link {
  top: 0;
}

.aland-partners h3 {
  margin-bottom: 45px;
}

@media (min-width: 980px) {
  .aland-partners {
    padding: 204px 0;
  }
  .aland-partners .aland-section-title {
    top: 190px;
  }
  .aland-partners h3 {
    margin-bottom: 115px;
  }
}

.aland-partners__logos {
  width: 90%;
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
}

.aland-partners__logos h4 {
  margin-bottom: 45px;
  font-family: Merriweather, Georgia, "Droid Serif", Cambria, "Times New Roman", Times, serif;
}

.aland-partners__logos h4 strong {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

@media (min-width: 980px) {
  .aland-partners__logos h4 {
    margin-bottom: 101px;
  }
}

.aland-partners__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
}

.aland-partners__list li {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  padding-bottom: 30px;
}

.aland-partners__list img {
  max-width: 75%;
  height: auto;
  max-height: 147px;
  width: auto;
}

@media (min-width: 600px) {
  .aland-partners__list li {
    -webkit-box-flex: 25%;
        -ms-flex: 25%;
            flex: 25%;
    padding-bottom: 60px;
  }
}

.aland-scrollhint {
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 90px;
  left: 50%;
  font-size: 2.5rem;
}

@media (min-width: 980px) {
  .aland-scrollhint {
    bottom: 10%;
    font-size: 1.25rem;
  }
}

.aland-solutions {
  width: 90%;
  max-width: 1365px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 29px;
}

.aland-solutions__arrow {
  position: relative;
}

@media (min-width: 840px) {
  .aland-solutions__arrow {
    padding-bottom: 200px;
  }
  .aland-solutions__arrow::before, .aland-solutions__arrow::after {
    content: "";
    position: absolute;
  }
  .aland-solutions__arrow::before {
    background-color: #d8d8d8;
    width: 1px;
    top: 0;
    bottom: 0;
    left: 50%;
  }
  .aland-solutions__arrow::after {
    width: 11px;
    height: 11px;
    left: calc(50% - 5px);
    bottom: -4px;
    background: transparent url(../img/aland/arrow-border.png) no-repeat center center;
    background-size: contain;
  }
}

@media (min-width: 840px) {
  .aland-solutions__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
}

.aland-solutions__col {
  padding: 0 0 30px 0;
}

.aland-solutions__col img {
  max-width: 50%;
  height: auto;
  width: 376px;
  margin-top: auto;
}

@media (min-width: 840px) {
  .aland-solutions__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 9.4% 0;
  }
  .aland-solutions__col img {
    max-width: 100%;
  }
}

.aland-solutions__left img {
  width: 75%;
}

@media (min-width: 600px) {
  .aland-solutions__left img {
    width: 50%;
  }
}

@media (min-width: 840px) {
  .aland-solutions__left img {
    width: 100%;
  }
}

.aland-solutions__inner {
  height: 100%;
}

@media (min-width: 840px) {
  .aland-solutions__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.aland-solutions__subheader {
  margin-bottom: 1rem;
}

.aland-solutions__txt {
  margin-bottom: 32px;
  line-height: 1.625;
}

.aland-solutions__txt a:hover {
  text-decoration: underline;
}

@media (min-width: 840px) {
  .aland-solutions__txt {
    margin-bottom: 68px;
  }
}

.aland-solutions__wrap {
  position: relative;
}

.aland-solutions__buttons {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.aland-solutions__buttons li {
  margin-bottom: 14px;
}

.aland-solutions__buttons li:last-child {
  margin-bottom: 0;
}

@media (min-width: 840px) {
  .aland-solutions__buttons {
    margin-top: auto;
  }
  .aland-solutions__buttons li {
    margin-bottom: 44px;
  }
  .aland-solutions__buttons li:last-child {
    margin-bottom: 0;
  }
}

.aland-solutions__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}

.aland-solutions__button figure {
  width: 50px;
  margin: 0 20px 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}

.aland-solutions__button img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  max-height: 40px;
}

.aland-solutions__button p {
  color: #FF7C25;
  font-size: 16px;
  line-height: 1.375;
}

.aland-solutions__button:hover p {
  text-decoration: underline;
}

@media (min-width: 840px) {
  .aland-solutions__button figure {
    width: 67px;
    margin: 0 30px 0 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 67px;
            flex: 0 0 67px;
  }
  .aland-solutions__button img {
    max-width: 67px;
    max-height: 67px;
  }
}

.aland-stat {
  display: inline-block;
  position: relative;
}

.aland-stat p {
  margin: 0;
}

.aland-stat__inner {
  text-align: center;
}

.aland-stat__main {
  color: #E8FF33;
  font-weight: 700;
  line-height: 1;
}

.aland-stat__main span {
  vertical-align: middle;
}

.aland-stat__text {
  color: #C4CDD5;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.aland-stat__text sup {
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
}

@media (min-width: 500px) {
  .aland-stat__text {
    font-weight: 400;
    font-size: 12px;
  }
}

@media (min-width: 840px) {
  .aland-stat__text sup {
    top: -1em;
  }
}

.aland-stats__sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.aland-stats__top {
  width: 80%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.aland-stats__top .aland-stat__main {
  font-size: 60px;
  margin-bottom: 8px;
}

.aland-stats__top .aland-stat__main span:last-child {
  font-size: 24px;
}

.aland-stats__top .aland-stat {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.aland-stats__top .aland-stat__inner {
  display: inline-block;
}

.aland-stats__top .aland-stat:first-child {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 7%;
}

.aland-stats__top .aland-stat:first-child::after {
  content: "";
  display: inline-block;
  border-right: 2px solid #637381;
  -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
}

.aland-stats__top .aland-stat__text {
  line-height: 1;
}

@media (min-width: 600px) {
  .aland-stats__top .aland-stat__main {
    font-size: 140px;
  }
  .aland-stats__top .aland-stat__main span:last-child {
    font-size: 40px;
  }
  .aland-stats__top .aland-stat__text {
    font-size: 18px;
  }
}

@media (min-width: 840px) {
  .aland-stats__top .aland-stat__main {
    font-size: 210px;
  }
  .aland-stats__top .aland-stat__main span:last-child {
    font-size: 56px;
  }
  .aland-stats__top .aland-stat__text {
    font-size: 30px;
  }
}

@media (max-width: 840px) {
  .aland-stats__top .aland-stat__inner {
    margin: 0 auto;
  }
}

.aland-stats__bottom {
  width: 95%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 60px;
}

.aland-stats__bottom .aland-stat {
  -webkit-box-flex: 33.33%;
      -ms-flex: 33.33%;
          flex: 33.33%;
  padding: 0 2px;
}

.aland-stats__bottom .aland-stat__main {
  font-size: 40px;
}

.aland-stats__bottom .aland-stat__main span:last-child {
  font-size: 20px;
  padding-left: 5px;
}

.aland-stats__bottom .aland-stat__text {
  font-size: 12px;
  line-height: 1.35;
  display: inline-block;
  padding: 6px 10px;
  border-top: 1px solid #637381;
}

.aland-stats__bottom .aland-stat__text br {
  display: none;
}

@media (min-width: 500px) {
  .aland-stats__bottom .aland-stat__main {
    font-size: 60px;
    letter-spacing: -5px;
  }
  .aland-stats__bottom .aland-stat__main span:last-child {
    font-size: 24px;
    padding-left: 5px;
  }
  .aland-stats__bottom .aland-stat__text {
    font-size: 16px;
  }
}

@media (min-width: 600px) {
  .aland-stats__bottom {
    padding: 6px 30px;
  }
  .aland-stats__bottom .aland-stat__main {
    font-size: 80px;
  }
  .aland-stats__bottom .aland-stat__main span:last-child {
    font-size: 30px;
  }
  .aland-stats__bottom .aland-stat__text {
    font-size: 18px;
  }
  .aland-stats__bottom .aland-stat__text br {
    display: inline;
  }
}

@media (min-width: 840px) {
  .aland-stats__bottom .aland-stat__main {
    font-size: 140px;
  }
  .aland-stats__bottom .aland-stat__main span:last-child {
    font-size: 40px;
  }
  .aland-stats__bottom .aland-stat__text {
    font-size: 20px;
  }
}

.aland-note {
  color: #637381;
  font-size: 12px;
  line-height: 1.41667;
}

.aland-testimonial {
  width: 90%;
  max-width: 916px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding: 80px 0 40px;
}

.aland-testimonial blockquote, .aland-testimonial p {
  font-family: Merriweather, Georgia, "Droid Serif", Cambria, "Times New Roman", Times, serif;
}

.aland-testimonial blockquote {
  font-size: 20px;
  line-height: 1.54839;
  margin-bottom: 24px;
}

.aland-testimonial img {
  width: 140px;
  height: auto;
}

.aland-testimonial p {
  font-size: 16px;
  line-height: 1.375;
  font-style: italic;
}

@media (min-width: 600px) {
  .aland-testimonial blockquote {
    font-size: 26px;
  }
  .aland-testimonial img {
    width: 176px;
  }
}

@media (min-width: 980px) {
  .aland-testimonial {
    padding: 133px 0 96px;
  }
  .aland-testimonial blockquote {
    font-size: 31px;
  }
}

.aland-tweet {
  border-bottom: 1px solid #d8d8d8;
  padding: 17px 2px;
}

.aland-tweet:first-child {
  border-top: 1px solid #d8d8d8;
}

.aland-tweet img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin-right: 10px;
}

.aland-tweet header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}

.aland-tweet a {
  text-decoration: none;
}

.aland-tweet__content p {
  font-size: 14px;
  line-height: 1.357;
  color: #4A4A4A;
}

.aland-tweet__content a {
  color: #212B36;
}

.aland-tweet__content a:hover {
  color: #FF7C25;
}

.aland-tweet__meta a {
  color: #9B9B9B;
}

.aland-tweet__meta a:hover {
  color: #FF7C25;
}

.aland-tweet__meta a,
.aland-tweet__meta p {
  font-size: 15px;
  line-height: 1.25;
}

.aland-tweet__name {
  font-weight: 600;
  color: #4A4A4A;
  margin: 0 0 2px;
}

.aland-tweet__text {
  padding-left: 64px;
}
