@charset "UTF-8";
/* noto-sans-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), url('../fonts/Roboto-Regular.ttf') format('ttf');
}
/* noto-sans-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'), url('../fonts/Roboto-Italic.ttf') format('ttf');
}
/* noto-sans-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/Roboto-Medium.ttf') format('ttf');
}
/* noto-sans-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url('../fonts/Roboto-MediumItalic.ttf') format('ttf');
}
/* Variables and Mixins */
/* Third Party Styles */
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}
/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  text-decoration: none;
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * 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 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Boring
   */
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}
/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}
/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}
/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}
/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}
/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-disabled {
  display: none !important;
  pointer-events: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 60px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -50px;
  background: url(../images/icon-arrow.png) no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  transform-origin: 50% 11%;
}
@media screen and (max-width: 1024px) {
  .slick-prev {
    display: none !important;
  }
}
.slick-next {
  right: -50px;
  background: url(../images/icon-arrow.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .slick-next {
    display: none !important;
  }
}
.southeast-carousel .slick-prev,
.sustain-carousel .slick-prev {
  left: -60px;
}
.southeast-carousel .slick-next,
.sustain-carousel .slick-next {
  right: -60px;
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: flex;
  text-align: right;
  padding: 0;
  margin: 0;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1025px) {
  .slick-dots {
    display: none !important;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px !important;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 15px;
  width: 15px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border-radius: 50%;
  background: #ddd;
}
.slick-dots li.slick-active button {
  background: #003d7c;
}
.highlights-carousel .slick-dots {
  bottom: -90px;
}
@media screen and (max-width: 360px) {
  .highlights-carousel .slick-dots {
    bottom: -100px;
  }
}
.slick-slide:focus,
.slick-slide a {
  outline: none;
}
/* Shared Styles */
* {
  box-sizing: border-box;
}
:root {
  font-size: 62.5%;
}
body {
  font-family: "Roboto", Arial, sans-serif;
  color: #3c3c3b;
  font-size: 1.4rem;
}
button,
input,
optgroup,
select,
textarea {
  font-family: "Roboto", Arial, sans-serif;
}
button {
  cursor: pointer;
}
button:focus {
  outline: none;
}
img {
  vertical-align: top;
}
li {
  list-style: none;
}
.row {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -10px;
}
[class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}
.col-1 {
  width: 8.33%;
}
.col-2 {
  width: 16.66%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33%;
}
.col-5 {
  width: 41.66%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33%;
}
.col-11 {
  width: 91.66%;
}
.col-12 {
  width: 100%;
}
.max-width-container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 80px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .max-width-container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .max-width-container {
    padding: 0 20px;
  }
}
.chairman-wrapper .max-width-container,
.what-sets-section .max-width-container,
footer .max-width-container {
  position: relative;
}
@media screen and (max-width: 640px) {
  .row {
    flex-direction: column;
    margin: 0;
  }
  [class*=col-] {
    width: 100%;
    padding: 0;
  }
}
h2 {
  font-size: 2.2rem;
  line-height: 1;
  color: #003d7c;
}
h3 {
  font-size: 1.5rem;
  line-height: 1.3;
  color: #003d7c;
}
h3 .heading-with-bg {
  color: #fff;
  background-color: #003d7c;
}
a {
  color: #3c3c3b;
}
p {
  line-height: 1.5;
}
.display-none {
  display: none;
}
.italic {
  font-style: italic;
}
.bold {
  font-weight: bold;
}
.underline {
  text-decoration: underline;
}
.uppercase {
  text-transform: uppercase;
}
.text-right {
  text-align: right;
}
.clear {
  clear: both;
}
.padding0 {
  padding: 0;
}
.margin-bottom10 {
  margin-bottom: 10px !important;
}
.overflow-hidden {
  overflow: hidden;
}
.footnote {
  font-size: 1.2rem;
  margin-top: 20px;
  font-style: italic;
}
.read-more {
  color: #003d7c;
  font-weight: bold;
  font-size: 1.4rem;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 40px;
  cursor: pointer;
}
@media screen and (max-width: 840px) {
  .read-more {
    margin-top: 20px;
  }
}
.read-more-download-icon {
  display: flex;
  position: relative;
  padding-left: 40px;
  align-items: center;
  height: 30px;
}
.read-more-download-icon::before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/icon-download-circle.png) no-repeat center;
  width: 30px;
  height: 30px;
  left: 0;
}
.read-more.is-active {
  color: #5186a1;
}
.read-more:hover {
  color: #bb0f26;
}
.margin-bottom20 {
  margin-bottom: 20px;
}
.mobile,
.ipad-show {
  display: none;
}
@media screen and (max-width: 840px) {
  header .desktop {
    display: none;
  }
  header .mobile {
    display: block;
  }
  .ipad-hide {
    display: none;
  }
  .ipad-show {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
}
header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  z-index: 2;
}
header .header-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
@media screen and (max-width: 840px) {
  header .header-items {
    padding: 10px 0;
  }
}
header .logo-heading-wrap {
  display: flex;
  align-items: center;
}
header .logo-heading-wrap img {
  width: 215px;
}
header .logo-heading-wrap h1 {
  font-size: 1.8rem;
  padding-top: 14px;
  color: #003d7c;
  margin-left: 40px;
}
header a {
  color: #5186a1;
  font-weight: bold;
}
header .icon {
  display: inline-block;
  width: 17px;
  height: 22px;
  margin-left: 5px;
}
header .download {
  background-image: url(../images/icon-download.png);
}
.menu-holder h1 {
  font-size: 1.8rem;
  padding-bottom: 10px;
  color: #003d7c;
}
.menu-holder h1 + a {
  margin-bottom: 20px;
  display: block;
}
nav ul {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
}
@media screen and (max-width: 840px) {
  nav ul {
    flex-direction: column;
  }
}
nav li {
  padding: 0 5px;
  flex-direction: column;
}
nav li:first-child {
  padding-left: 0;
}
nav li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 840px) {
  nav li {
    width: 100%;
    padding: 0;
  }
}
nav li a {
  display: block;
  padding-bottom: 5px;
  border-bottom: 8px solid #fff;
  display: flex;
  height: 100%;
  align-items: center;
  transition: all 0.3s;
}
nav li a:hover {
  color: #bb0f26;
}
nav .selected {
  color: #bb0f26;
}
@media screen and (min-width: 801px) {
  nav .selected {
    border-bottom: 8px solid #bb0f26;
  }
}
footer {
  background: #f5f5f5;
  padding: 80px 0px;
}
footer a {
  color: #5186a1;
}
footer a:hover {
  color: #bb0f26;
}
footer p {
  text-align: center;
  margin-top: 50px;
}
footer .down-centre a {
  color: #003d7c;
  font-size: 1.8rem;
}
footer .down-centre .icon-download {
  display: inline-block;
  width: 17px;
  height: 22px;
  margin-left: 5px;
  background-image: url(../images/icon-download.png);
}
@media screen and (max-width: 640px) {
  footer .links {
    margin-top: 40px;
  }
}
footer .links li {
  margin-bottom: 10px;
  font-size: 1.4rem;
}
footer .contact {
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 640px) {
  footer .contact {
    margin-top: 40px;
  }
}
footer .contact h4 {
  color: #003d7c;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
footer .contact p {
  position: absolute;
  bottom: 0;
  width: 100%;
}
footer .go-to-top {
  position: absolute;
  height: 46px;
  width: 46px;
  background: url(../images/icon-arrow-top.png) no-repeat center;
  border: none;
  right: 0;
  top: -103px;
}
@media screen and (max-width: 840px) {
  footer .col-3:nth-of-type(1) {
    order: 1;
  }
  footer .col-3:nth-of-type(2) {
    order: 3;
  }
  footer .col-3:nth-of-type(3) {
    order: 4;
  }
  footer .col-3:nth-of-type(4) {
    order: 2;
    margin-bottom: 40px;
  }
  footer [class*=col-] {
    width: 50%;
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  footer [class*=col-] {
    width: 100%;
  }
  footer .col-3:nth-of-type(4) {
    margin-bottom: 0;
    order: 4;
  }
  footer .col-3:nth-of-type(3) {
    margin-top: 0;
  }
}
/* Template Styles */
main {
  padding-top: 129px;
}
@media screen and (max-width: 840px) {
  main {
    padding-top: 80px;
  }
}
section {
  border-top: 15px solid #f5f5f5;
  padding: 80px 0;
}
section .col-8 {
  padding-left: 80px;
}
@media screen and (max-width: 1024px) {
  section .col-8 {
    padding-left: 40px;
  }
}
section .col-8 .col-8 {
  padding-left: 10px;
}
@media screen and (max-width: 840px) {
  section .col-8 .col-8 {
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  section .col-8 .col-8 {
    padding-left: 0px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 640px) {
  section .col-8 {
    padding-left: 0px;
    margin-top: 50px;
  }
}
section p,
section li {
  font-size: 1.3rem;
}
.banner {
  background: url(../images/banner-background.png) no-repeat 25%;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 60px 0;
  background-size: contain;
}
@media screen and (max-width: 840px) {
  .banner {
    margin: 0 -40px;
  }
}
@media screen and (max-width: 640px) {
  .banner {
    margin: 0 -20px;
  }
  .banner-img-wrap {
    padding: 0 20px;
  }
  .banner-img-wrap img {
    max-width: 100%;
  }
}
.banner-text-wrap {
  margin-top: 20px;
  align-self: center;
  font-size: 2rem;
  max-width: 350px;
  font-weight: bold;
}
.banner-text-wrap h5 {
  color: #5186a1;
  font-size: 2rem;
}
.banner-text-wrap p {
  border-top: 5px solid #003d7c;
  border-bottom: 1px solid #003d7c;
  padding: 15px 40px;
  margin-top: 10px;
  color: #003d7c;
  font-size: 2rem;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .banner-text-wrap {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-height: 800px) and (pointer: fine) {
  .banner {
    padding: 30px 0;
  }
  .banner img {
    width: 300px;
  }
  .banner-text-wrap {
    max-width: 300px;
    margin-top: 10px;
  }
  .banner-text-wrap p {
    padding: 5px 20px;
  }
}
@media only screen and (max-width: 414px) {
  .banner {
    padding: 30px 0;
  }
  .banner img {
    max-width: 200px;
  }
  .banner-text-wrap {
    max-width: 300px;
    margin-top: 10px;
  }
  .banner-text-wrap p {
    padding: 5px 20px;
  }
}
.content-left-wrapper {
  padding-bottom: 70px;
  position: relative;
}
.content-left-wrapper h2 {
  border-top: 10px solid #00aad5;
  padding: 20px 0;
}
.content-left-wrapper p {
  font-size: 1.8rem;
}
.content-left-wrapper .footnote {
  font-size: 1.2rem;
  margin-top: 0;
}
.content-left-wrapper .read-more {
  margin-top: 20px;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 840px) {
  .content-left-wrapper {
    width: 40%;
  }
  .content-left-wrapper + .col-8 {
    width: 60%;
  }
}
@media screen and (max-width: 640px) {
  .content-left-wrapper {
    width: 100%;
  }
  .content-left-wrapper + .col-8 {
    width: 100%;
  }
}
.external-link {
  display: block;
  color: #003d7c;
  text-decoration: underline;
  margin-top: 20px;
}
.highlights-carousel,
.creating-value-carousel,
.what-sets-carousel,
.southeast-carousel,
.sustain-carousel {
  margin: 0 -10px;
}
.highlights-carousel-item,
.creating-value-carousel-item,
.what-sets-carousel-item,
.southeast-carousel-item,
.sustain-carousel-item,
.highlights-carousel .what-sets-item,
.creating-value-carousel .what-sets-item,
.what-sets-carousel .what-sets-item,
.southeast-carousel .what-sets-item,
.sustain-carousel .what-sets-item,
.highlights-carousel .southeast-item,
.creating-value-carousel .southeast-item,
.what-sets-carousel .southeast-item,
.southeast-carousel .southeast-item,
.sustain-carousel .southeast-item,
.highlights-carousel .sustain-item,
.creating-value-carousel .sustain-item,
.what-sets-carousel .sustain-item,
.southeast-carousel .sustain-item,
.sustain-carousel .sustain-item {
  padding: 0 10px;
}
.highlights-carousel {
  position: relative;
}
.highlights-carousel img {
  width: 100%;
}
.highlights-carousel h2 {
  font-size: 4.5rem;
  margin: 50px 0 50px;
}
@media screen and (max-width: 840px) {
  .highlights-carousel h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .highlights-carousel h2 {
    margin: 20px 0 30px;
  }
}
.highlights-carousel h3 {
  color: #003d7c;
  padding: 20px 0 0;
  height: 58px;
  display: flex;
  border-top: 10px solid #00aad5;
}
@media screen and (max-width: 640px) {
  .highlights-carousel h3 {
    height: auto;
    border: none;
  }
}
.chairman-wrapper .max-width-container {
  position: relative;
}
.chairman-section img {
  width: 100%;
  margin-bottom: 30px;
}
.chairman-section h3 {
  margin-bottom: 20px;
}
.chairman-section-img-para p {
  color: #003d7c;
  line-height: 1;
  font-size: 1.8rem;
  border-top: 10px solid #003d7c;
}
.chairman-section-img-para strong {
  display: block;
  font-size: 4.5rem;
  padding: 10px 0;
}
@media screen and (max-width: 840px) {
  .chairman-section-img-para strong {
    font-size: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .chairman-section-img-para {
    margin-bottom: 40px;
  }
}
.chairman-section .light-blue-heading p {
  border-color: #5186a1;
}
.chairman-section .light-blue-heading p strong {
  color: #5186a1;
}
@media screen and (max-width: 840px) {
  .chairman-section .row {
    flex-direction: column;
    margin: 0;
  }
  .chairman-section [class*=col-] {
    width: 100%;
    padding: 0;
  }
  .chairman-section .col-8 {
    order: 2;
    margin-top: 50px;
  }
}
.big-size-para {
  font-size: 2.2rem;
  line-height: 1.3;
  color: #4e69a0;
  margin-top: -5px;
}
.big-size-para::first-letter {
  font-size: 10.5rem;
  float: left;
  vertical-align: top;
  line-height: 0.8;
  margin-right: 10px;
}
.tabbed-nav {
  position: absolute;
  top: -80px;
  height: 80px;
  display: flex;
  width: 29%;
  align-items: flex-end;
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: 10px;
}
@media screen and (max-width: 840px) {
  .tabbed-nav {
    width: 36%;
  }
}
@media screen and (max-width: 640px) {
  .tabbed-nav {
    width: calc(100% - 40px);
  }
}
.tabbed-nav li {
  padding: 0 5px;
}
.what-sets-section .tabbed-nav li {
  padding: 0 10px;
}
.tabbed-nav li:first-child {
  padding-left: 0;
}
.tabbed-nav li:last-child {
  padding-right: 0;
}
.tabbed-nav li a {
  color: #5186a1;
}
.tabbed-nav li.is-active a {
  color: #bb0f26;
}
.tabbed-content {
  height: 0;
  overflow: hidden;
  z-index: 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .tabbed-content {
    position: static;
  }
}
.tabbed-content.is-active {
  height: auto;
  overflow: visible;
  z-index: 1;
}
/*.img-holder {
    @media screen and (max-width: 640px) {
        height: 200px;
        overflow: hidden;
        margin-bottom: 20px;
    }
}*/
.glanc-detail-wrapper .col-4 {
  padding-bottom: 56px;
  position: relative;
}
.glanc-detail-wrapper .read-more {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 840px) {
  .glanc-detail-wrapper .read-more {
    position: relative;
  }
}
.glanc-detail-wrapper img {
  margin-bottom: 20px;
  width: 100%;
}
.glanc-detail-wrapper h3 {
  margin-bottom: 10px;
}
.glanc-detail-wrapper .heading-color-1 {
  color: #5186a1;
}
.glanc-detail-wrapper .heading-color-2 {
  color: #008b9f;
}
@media screen and (max-width: 840px) {
  .glanc-detail-wrapper .row {
    flex-direction: column;
    margin: 0;
  }
  .glanc-detail-wrapper [class*=col-] {
    width: 100%;
    padding: 0;
  }
  .glanc-detail-wrapper .col-4 {
    margin-top: 40px;
  }
  .glanc-detail-wrapper .col-4:first-child {
    margin-top: 0;
  }
}
.what-sets-carousel .what-sets-item h1,
.creating-value-carousel .what-sets-item h1 {
  font-size: 2.2rem;
  color: #003d7c;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 840px) {
  .what-sets-carousel .what-sets-item h1,
  .creating-value-carousel .what-sets-item h1 {
    font-size: 2rem;
  }
}
.what-sets-carousel .what-sets-item h3,
.creating-value-carousel .what-sets-item h3 {
  height: 42px;
  overflow: hidden;
}
.what-sets-carousel .what-sets-item img,
.creating-value-carousel .what-sets-item img {
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .what-sets-carousel .col-6,
  .creating-value-carousel .col-6 {
    margin-top: 40px;
  }
  .what-sets-carousel .col-6:first-child,
  .creating-value-carousel .col-6:first-child {
    margin-top: 0;
  }
}
.southeast-item img {
  width: 100%;
}
.southeast-item-heading {
  font-size: 2.2rem;
  color: #5186a1;
}
.southeast-item-heading-bg {
  background: #00aad5;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px;
  margin: 0px 0 20px;
}
.southeast-item h3 {
  border-top: 10px solid #00aad5;
  padding: 20px 0;
}
.southeast-item p {
  margin-bottom: 10px;
}
@media screen and (max-width: 840px) {
  .southeast-item img {
    margin-bottom: 20px;
  }
  .southeast-item .row {
    flex-direction: column;
    margin: 0;
  }
  .southeast-item [class*=col-] {
    width: 100%;
    padding: 0;
  }
  .southeast-item [class*=col-]:nth-of-type(2),
  .southeast-item [class*=col-]:nth-of-type(3) {
    margin-top: 40px;
  }
}
.southeast-item ul {
  margin-left: 15px;
}
.southeast-item ul li {
  color: #003d7c;
  font-weight: bold;
  margin: 10px 0;
  list-style: disc;
}
.highlight-number {
  display: flex;
  flex-wrap: wrap;
}
.highlight-number li {
  width: 50%;
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.highlight-number strong {
  display: block;
  color: #00aad5;
  font-size: 4.5rem;
}
@media screen and (max-width: 840px) {
  .highlight-number strong {
    font-size: 4rem;
  }
}
.set-upside {
  position: absolute;
  margin-top: -30px;
}
.blank-div-for-sustain {
  height: 29px;
}
.sustain-item img {
  width: 100%;
}
.sustain-item-heading {
  padding-top: 20px;
  border-top: 10px solid #00aad5;
  margin-bottom: 20px;
}
.sustain-item-heading-mindset {
  margin-bottom: 10px;
  color: #bb0f26 !important;
}
.sustain-item-head {
  border-top: 10px solid #00aad5;
  padding: 20px 0;
  height: 135px;
}
@media screen and (max-width: 840px) {
  .sustain-item-head {
    height: auto;
  }
}
.sustain-item-head h3 {
  margin-bottom: 10px;
  color: #003d7c;
}
.sustain-item-head2 {
  height: 88px;
}
@media screen and (max-width: 840px) {
  .sustain-item-head2 {
    height: auto;
  }
}
.sustain-item p,
.sustain-item ul,
.sustain-item .text-wrap {
  margin-bottom: 20px;
}
.sustain-item p:last-child,
.sustain-item ul:last-child,
.sustain-item .text-wrap:last-child {
  margin-bottom: 0;
}
.sustain-item ul {
  margin-left: 15px;
}
.sustain-item ul li {
  color: #003d7c;
  font-weight: bold;
  margin: 10px 0;
  list-style: disc;
}
@media screen and (max-width: 840px) {
  .sustain-item .row {
    flex-direction: column;
    margin: 0;
  }
  .sustain-item [class*=col-] {
    width: 100%;
    padding: 0;
  }
  .sustain-item [class*=col-] {
    margin-top: 40px;
  }
  .sustain-item [class*=col-]:first-child {
    margin-top: 0;
  }
}
.simple-list {
  margin-left: 15px;
}
.simple-list li {
  margin: 10px 0;
  list-style: disc;
  font-size: 1.5rem;
}
.simple-list strong {
  color: #00aad5;
}
.simple-list-inner-section {
  margin-bottom: 30px;
}
.simple-list-inner-section li {
  font-size: 1.3rem;
}
.image-zoom {
  overflow: hidden;
  position: relative;
}
.image-zoom:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
}
.image-zoom:before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  background: rgba(23, 192, 136, 0.2);
  left: calc(50% - 15px);
  top: 0;
  opacity: 0;
  background: url(../images/zoom-in.svg) no-repeat center;
  background-size: contain;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.image-zoom:hover:after {
  opacity: 1;
}
.image-zoom:hover::before {
  top: calc(50% - 15px);
  opacity: 1;
}
.more-detail-wrap {
  position: relative;
  padding: 50px 0 0;
  display: none;
}
@media screen and (max-width: 840px) {
  .more-detail-wrap {
    position: fixed;
    top: 0;
    background: #fff;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    z-index: 3;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.more-detail-wrap p {
  margin-bottom: 30px;
}
.more-detail-wrap h3 {
  margin-bottom: 10px;
}
.more-detail-wrap .heading {
  font-size: 1.8rem;
  text-transform: uppercase;
}
.more-detail-wrap .red {
  color: #bb0f26;
  text-transform: uppercase;
}
.more-detail-wrap .blue {
  color: #008b9f;
}
.more-detail-wrap .sign {
  margin-top: 50px;
}
.more-detail-wrap .sign p {
  margin-bottom: 0px;
}
.more-detail-wrap .big-font {
  font-size: 4.5rem;
}
@media screen and (max-width: 840px) {
  .more-detail-wrap .big-font {
    font-size: 4rem;
  }
}
.more-detail-wrap .brand-color {
  color: #003d7c;
}
.more-detail-wrap a {
  color: #003d7c;
  text-decoration: underline;
}
.more-detail-wrap .close {
  position: absolute;
  height: 40px;
  width: 40px;
  background: url(../images/icon-close.png) no-repeat center;
  border: none;
  right: -50px;
  bottom: 0;
}
@media screen and (max-width: 1500px) {
  .more-detail-wrap .close {
    right: 0;
    bottom: -50px;
  }
}
@media screen and (max-width: 840px) {
  .more-detail-wrap .close {
    top: 0px;
    right: 0px;
    position: fixed;
  }
}
@media screen and (max-width: 840px) {
  .more-detail-wrap .col-4 {
    width: 40%;
  }
  .more-detail-wrap .col-8 {
    width: 60%;
  }
}
@media screen and (max-width: 640px) {
  .more-detail-wrap .col-4 {
    width: 100%;
  }
  .more-detail-wrap .col-8 {
    width: 100%;
  }
}
.padding-left-large {
  padding-left: 8%;
}
@media screen and (max-width: 640px) {
  .padding-left-large {
    padding-left: 0px;
  }
}
.group-type-1,
.group-type-2 {
  margin-top: 130px;
}
@media screen and (max-width: 640px) {
  .group-type-1,
  .group-type-2 {
    margin-top: 30px;
  }
}
.group-type-1 img,
.group-type-2 img {
  width: 100%;
  margin-bottom: 10px;
}
.group-type-2 {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .group-type-2 {
    margin-top: 20px;
  }
}
.group-type-2 h5 {
  font-size: 1.5rem;
}
.group-type-2 h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .group-type-2 h2 {
    margin-bottom: 20px;
  }
}
.margin-top50 {
  margin-top: 50px;
}
.more-astra h3 {
  color: #003d7c;
}
.more-astra .chart-wrapper {
  border-top: 10px solid #003d7c;
  color: #003d7c;
}
.more-astra .chart-wrapper ul {
  border-bottom: 1px solid #003d7c;
  color: #003d7c;
}
.more-astra.color-1 h3 {
  color: #5186a1;
}
.more-astra.color-1 .chart-wrapper {
  border-top: 10px solid #5186a1;
  color: #5186a1;
}
.more-astra.color-1 .chart-wrapper ul {
  border-bottom: 1px solid #5186a1;
  color: #003d7c;
}
.more-astra.color-2 h3 {
  color: #008b9f;
}
.more-astra.color-2 .chart-wrapper {
  border-top: 10px solid #008b9f;
  color: #008b9f;
}
.more-astra.color-2 .chart-wrapper ul {
  border-bottom: 1px solid #008b9f;
  color: #003d7c;
}
.more-astra-imgs img {
  width: 100%;
  margin-bottom: 10px;
}
.more-astra-item {
  margin-bottom: 30px;
}
.more-astra-item h3 {
  text-transform: none;
}
.more-astra-item p {
  margin-bottom: 10px;
}
.more-astra-item img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .more-astra-item .col-4 {
    order: 2;
  }
}
.chart-wrapper {
  margin: 30px 0 40px;
}
@media screen and (max-width: 640px) {
  .chart-wrapper {
    margin-bottom: 0;
  }
}
.chart-wrapper h3 {
  margin: 10px 0;
}
.chart-wrapper .big-font {
  line-height: 1;
}
.chart-wrapper h5 {
  font-size: 1.4rem;
}
.chart-wrapper img {
  margin: 40px 0;
}
.chart-wrapper ul {
  border-bottom: 1px solid #003d7c;
}
.chart-wrapper li {
  margin-bottom: 8px;
}
.chart-wrapper li span {
  display: inline-block;
  height: 8px;
  width: 8px;
  margin-right: 3px;
  border-radius: 50%;
  background: #003d7c;
}
.chart-wrapper .note {
  display: inline-block;
  margin-top: 10px;
  font-size: 1.3rem;
}
.table-img-1 {
  width: 600px;
}
.table-img-2 {
  width: 650px;
}
.table-scroll {
  overflow-x: auto;
  margin-bottom: 40px;
}
