/* Dav1d - To avoid "-internal-autofill-selected" style to be applied */
input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s !important;
}
/* */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
pre {
  font-family: monospace, monospace;
  font-size: 1em
}
a {
  background-color: transparent
}
abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}
b, strong {
  font-weight: bolder
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
img {
  border-style: none
}

button, input, optgroup, select, textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, input {
  overflow: visible
}
button, select {
  text-transform: none
}
[type=button], [type=reset], [type=submit], /* Dav1d */ [type=password], /* */button {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, /* Dav1d */ [type=password]::-moz-focus-inner, /* */button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, /* Dav1d */ [type=password]:-moz-focusring, /* */ button:-moz-focusring {
  outline: 1px dotted ButtonText
}
fieldset {
  padding: .35em .75em .625em
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
details {
  display: block
}
summary {
  display: list-item
}
[hidden], template {
  display: none
}
[data-whatinput=mouse] *, [data-whatinput=mouse] :focus, [data-whatinput=touch] *, [data-whatinput=touch] :focus, [data-whatintent=mouse] *, [data-whatintent=mouse] :focus, [data-whatintent=touch] *, [data-whatintent=touch] :focus {
  outline: none
}
[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none
}
.foundation-mq {
  font-family: "xsmall=0em&small=23.4375em&medium=40em&medium-large=48em&large=64em&xlarge=80em&xxlarge=90em"
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%
}
*, :after, :before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}
body {
  background: #fefefe;
  color: #0a0a0a;
  font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic
}
textarea {
  border-radius: 0;
  height: auto;
  min-height: 50px
}

select { /* Dav1d */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: none;
    border-radius: 9px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .13);
    min-height: 62px;
    padding-left: 22px;
    color: #2b52a0;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px; 
    cursor: pointer;
    width: 100%;
    position: relative;
    outline: none!important;
    
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;    
}
select::placehoder {
  color: #2b52a0;
}
option {
  /* Stijlen voor de individuele opties in de dropdown */
    top-margin: -10px;
  background-color: #fff;
  color: #2b52a0;
  padding: 8px 12px  ;
  font-family: Arial, sans-serif;
  font-size: 16px;
}

option:hover {
  /* Optioneel: Hover effect */
  background-color: #e0e0e0!important;
}

option:checked {
  /* Stijl voor de geselecteerde optie (soms werkt dit) */

}
/* Dav1d */
.select-wrapper {
    position: relative;
}

.select-wrapper::after {
    font-family: KinwellIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: none;
    content: "";
    height: 9px;
    line-height: 9px;
    right: 32px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px; 
    margin-top: -2.5px;
    pointer-events: none;
    position: absolute;
    top: 50%;
}

.select-wrapper select {
    padding-right: 50px;
}
/* */
.map_canvas embed, .map_canvas img, .map_canvas object, .mqa-display embed, .mqa-display img, .mqa-display object {
  max-width: none !important
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: auto;
  line-height: 1;
  padding: 0
}
[data-whatinput=mouse] button {
  outline: 0
}
pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch
}
button, input, optgroup, select, textarea {
  font-family: inherit
}
.is-visible {
  display: block !important
}
.is-hidden {
  display: none !important
}
.grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 80.375rem;
  padding-left: .75rem;
  padding-right: .75rem
}
@media print, screen and (min-width:23.4375em) {
  .grid-container {
    padding-left: 1rem;
    padding-right: 1rem
  }
}
@media print, screen and (min-width:40em) {
  .grid-container {
    padding-left: 1rem;
    padding-right: 1rem
  }
}
@media print, screen and (min-width:64em) {
  .grid-container {
    padding-left: 1rem;
    padding-right: 1rem
  }
}
@media screen and (min-width:80em) {
  .grid-container {
    padding-left: 1rem;
    padding-right: 1rem
  }
}
@media screen and (min-width:90em) {
  .grid-container {
    padding-left: 1rem;
    padding-right: 1rem
  }
}
.grid-container.fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: .75rem;
  padding-right: .75rem
}
@media print, screen and (min-width:23.4375em) {
  .grid-container.fluid {
    padding-left: 1rem;
    padding-right: 1rem
  }
}
@media print, screen and (min-width:40em) {
  .grid-container.fluid {
    padding-left: 1rem;
    padding-right: 1rem
  }
}
@media print, screen and (min-width:64em) {
  .grid-container.fluid {
    padding-left: 1rem;
    padding-right: 1rem
  }
}
@media screen and (min-width:80em) {
  .grid-container.fluid {
    padding-left: 1rem;
    padding-right: 1rem
  }
}
@media screen and (min-width:90em) {
  .grid-container.fluid {
    padding-left: 1rem;
    padding-right: 1rem
  }
}
.grid-container.full {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0
}
.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}
.cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%
}
.cell.auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0
}
.cell.shrink {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}
.grid-x > .auto, .grid-x > .shrink {
  width: auto
}
.grid-x > .xsmall-1, .grid-x > .xsmall-10, .grid-x > .xsmall-11, .grid-x > .xsmall-12, .grid-x > .xsmall-2, .grid-x > .xsmall-3, .grid-x > .xsmall-4, .grid-x > .xsmall-5, .grid-x > .xsmall-6, .grid-x > .xsmall-7, .grid-x > .xsmall-8, .grid-x > .xsmall-9, .grid-x > .xsmall-full, .grid-x > .xsmall-shrink {
  -ms-flex-preferred-size: auto;
  flex-basis: auto
}
@media print, screen and (min-width:23.4375em) {
  .grid-x > .small-1, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-full, .grid-x > .small-shrink {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}
@media print, screen and (min-width:40em) {
  .grid-x > .medium-1, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-full, .grid-x > .medium-shrink {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}
@media print, screen and (min-width:48em) {
  .grid-x > .medium-large-1, .grid-x > .medium-large-10, .grid-x > .medium-large-11, .grid-x > .medium-large-12, .grid-x > .medium-large-2, .grid-x > .medium-large-3, .grid-x > .medium-large-4, .grid-x > .medium-large-5, .grid-x > .medium-large-6, .grid-x > .medium-large-7, .grid-x > .medium-large-8, .grid-x > .medium-large-9, .grid-x > .medium-large-full, .grid-x > .medium-large-shrink {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}
@media print, screen and (min-width:64em) {
  .grid-x > .large-1, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-full, .grid-x > .large-shrink {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}
@media screen and (min-width:80em) {
  .grid-x > .xlarge-1, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-full, .grid-x > .xlarge-shrink {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}
@media screen and (min-width:90em) {
  .grid-x > .xxlarge-1, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-full, .grid-x > .xxlarge-shrink {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}
.grid-x > .xsmall-1, .grid-x > .xsmall-10, .grid-x > .xsmall-11, .grid-x > .xsmall-12, .grid-x > .xsmall-2, .grid-x > .xsmall-3, .grid-x > .xsmall-4, .grid-x > .xsmall-5, .grid-x > .xsmall-6, .grid-x > .xsmall-7, .grid-x > .xsmall-8, .grid-x > .xsmall-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}
.grid-x > .xsmall-1 {
  width: 8.3333333333%
}
.grid-x > .xsmall-2 {
  width: 16.6666666667%
}
.grid-x > .xsmall-3 {
  width: 25%
}
.grid-x > .xsmall-4 {
  width: 33.3333333333%
}
.grid-x > .xsmall-5 {
  width: 41.6666666667%
}
.grid-x > .xsmall-6 {
  width: 50%
}
.grid-x > .xsmall-7 {
  width: 58.3333333333%
}
.grid-x > .xsmall-8 {
  width: 66.6666666667%
}
.grid-x > .xsmall-9 {
  width: 75%
}
.grid-x > .xsmall-10 {
  width: 83.3333333333%
}
.grid-x > .xsmall-11 {
  width: 91.6666666667%
}
.grid-x > .xsmall-12 {
  width: 100%
}
@media print, screen and (min-width:23.4375em) {
  .grid-x > .small-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto
  }
  .grid-x > .small-1, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }
  .grid-x > .small-shrink {
    width: auto
  }
  .grid-x > .small-1 {
    width: 8.3333333333%
  }
  .grid-x > .small-2 {
    width: 16.6666666667%
  }
  .grid-x > .small-3 {
    width: 25%
  }
  .grid-x > .small-4 {
    width: 33.3333333333%
  }
  .grid-x > .small-5 {
    width: 41.6666666667%
  }
  .grid-x > .small-6 {
    width: 50%
  }
  .grid-x > .small-7 {
    width: 58.3333333333%
  }
  .grid-x > .small-8 {
    width: 66.6666666667%
  }
  .grid-x > .small-9 {
    width: 75%
  }
  .grid-x > .small-10 {
    width: 83.3333333333%
  }
  .grid-x > .small-11 {
    width: 91.6666666667%
  }
  .grid-x > .small-12 {
    width: 100%
  }
}
@media print, screen and (min-width:40em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto
  }
  .grid-x > .medium-1, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }
  .grid-x > .medium-shrink {
    width: auto
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%
  }
  .grid-x > .medium-3 {
    width: 25%
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%
  }
  .grid-x > .medium-6 {
    width: 50%
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%
  }
  .grid-x > .medium-9 {
    width: 75%
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%
  }
  .grid-x > .medium-12 {
    width: 100%
  }
}
@media print, screen and (min-width:48em) {
  .grid-x > .medium-large-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto
  }
  .grid-x > .medium-large-1, .grid-x > .medium-large-10, .grid-x > .medium-large-11, .grid-x > .medium-large-12, .grid-x > .medium-large-2, .grid-x > .medium-large-3, .grid-x > .medium-large-4, .grid-x > .medium-large-5, .grid-x > .medium-large-6, .grid-x > .medium-large-7, .grid-x > .medium-large-8, .grid-x > .medium-large-9, .grid-x > .medium-large-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }
  .grid-x > .medium-large-shrink {
    width: auto
  }
  .grid-x > .medium-large-1 {
    width: 8.3333333333%
  }
  .grid-x > .medium-large-2 {
    width: 16.6666666667%
  }
  .grid-x > .medium-large-3 {
    width: 25%
  }
  .grid-x > .medium-large-4 {
    width: 33.3333333333%
  }
  .grid-x > .medium-large-5 {
    width: 41.6666666667%
  }
  .grid-x > .medium-large-6 {
    width: 50%
  }
  .grid-x > .medium-large-7 {
    width: 58.3333333333%
  }
  .grid-x > .medium-large-8 {
    width: 66.6666666667%
  }
  .grid-x > .medium-large-9 {
    width: 75%
  }
  .grid-x > .medium-large-10 {
    width: 83.3333333333%
  }
  .grid-x > .medium-large-11 {
    width: 91.6666666667%
  }
  .grid-x > .medium-large-12 {
    width: 100%
  }
}
@media print, screen and (min-width:64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto
  }
  .grid-x > .large-1, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }
  .grid-x > .large-shrink {
    width: auto
  }
  .grid-x > .large-1 {
    width: 8.3333333333%
  }
  .grid-x > .large-2 {
    width: 16.6666666667%
  }
  .grid-x > .large-3 {
    width: 25%
  }
  .grid-x > .large-4 {
    width: 33.3333333333%
  }
  .grid-x > .large-5 {
    width: 41.6666666667%
  }
  .grid-x > .large-6 {
    width: 50%
  }
  .grid-x > .large-7 {
    width: 58.3333333333%
  }
  .grid-x > .large-8 {
    width: 66.6666666667%
  }
  .grid-x > .large-9 {
    width: 75%
  }
  .grid-x > .large-10 {
    width: 83.3333333333%
  }
  .grid-x > .large-11 {
    width: 91.6666666667%
  }
  .grid-x > .large-12 {
    width: 100%
  }
}
@media screen and (min-width:80em) {
  .grid-x > .xlarge-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto
  }
  .grid-x > .xlarge-1, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }
  .grid-x > .xlarge-shrink {
    width: auto
  }
  .grid-x > .xlarge-1 {
    width: 8.3333333333%
  }
  .grid-x > .xlarge-2 {
    width: 16.6666666667%
  }
  .grid-x > .xlarge-3 {
    width: 25%
  }
  .grid-x > .xlarge-4 {
    width: 33.3333333333%
  }
  .grid-x > .xlarge-5 {
    width: 41.6666666667%
  }
  .grid-x > .xlarge-6 {
    width: 50%
  }
  .grid-x > .xlarge-7 {
    width: 58.3333333333%
  }
  .grid-x > .xlarge-8 {
    width: 66.6666666667%
  }
  .grid-x > .xlarge-9 {
    width: 75%
  }
  .grid-x > .xlarge-10 {
    width: 83.3333333333%
  }
  .grid-x > .xlarge-11 {
    width: 91.6666666667%
  }
  .grid-x > .xlarge-12 {
    width: 100%
  }
}
@media screen and (min-width:90em) {
  .grid-x > .xxlarge-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto
  }
  .grid-x > .xxlarge-1, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }
  .grid-x > .xxlarge-shrink {
    width: auto
  }
  .grid-x > .xxlarge-1 {
    width: 8.3333333333%
  }
  .grid-x > .xxlarge-2 {
    width: 16.6666666667%
  }
  .grid-x > .xxlarge-3 {
    width: 25%
  }
  .grid-x > .xxlarge-4 {
    width: 33.3333333333%
  }
  .grid-x > .xxlarge-5 {
    width: 41.6666666667%
  }
  .grid-x > .xxlarge-6 {
    width: 50%
  }
  .grid-x > .xxlarge-7 {
    width: 58.3333333333%
  }
  .grid-x > .xxlarge-8 {
    width: 66.6666666667%
  }
  .grid-x > .xxlarge-9 {
    width: 75%
  }
  .grid-x > .xxlarge-10 {
    width: 83.3333333333%
  }
  .grid-x > .xxlarge-11 {
    width: 91.6666666667%
  }
  .grid-x > .xxlarge-12 {
    width: 100%
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto
}
.grid-margin-y:not(.grid-y) > .cell {
  height: auto
}
.grid-margin-x {
  margin-left: -1rem;
  margin-right: -1rem
}
.grid-margin-x > .cell {
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem)
}
.grid-margin-x > .auto, .grid-margin-x > .shrink {
  width: auto
}
.grid-margin-x > .xsmall-1 {
  width: calc(8.33333% - 2rem)
}
.grid-margin-x > .xsmall-2 {
  width: calc(16.66667% - 2rem)
}
.grid-margin-x > .xsmall-3 {
  width: calc(25% - 2rem)
}
.grid-margin-x > .xsmall-4 {
  width: calc(33.33333% - 2rem)
}
.grid-margin-x > .xsmall-5 {
  width: calc(41.66667% - 2rem)
}
.grid-margin-x > .xsmall-6 {
  width: calc(50% - 2rem)
}
.grid-margin-x > .xsmall-7 {
  width: calc(58.33333% - 2rem)
}
.grid-margin-x > .xsmall-8 {
  width: calc(66.66667% - 2rem)
}
.grid-margin-x > .xsmall-9 {
  width: calc(75% - 2rem)
}
.grid-margin-x > .xsmall-10 {
  width: calc(83.33333% - 2rem)
}
.grid-margin-x > .xsmall-11 {
  width: calc(91.66667% - 2rem)
}
.grid-margin-x > .xsmall-12 {
  width: calc(100% - 2rem)
}
@media print, screen and (min-width:23.4375em) {
  .grid-margin-x > .small-auto, .grid-margin-x > .small-shrink {
    width: auto
  }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 2rem)
  }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 2rem)
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 2rem)
  }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 2rem)
  }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 2rem)
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 2rem)
  }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 2rem)
  }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 2rem)
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 2rem)
  }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 2rem)
  }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 2rem)
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 2rem)
  }
}
@media print, screen and (min-width:40em) {
  .grid-margin-x > .medium-auto, .grid-margin-x > .medium-shrink {
    width: auto
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 2rem)
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 2rem)
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 2rem)
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 2rem)
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 2rem)
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 2rem)
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 2rem)
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 2rem)
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 2rem)
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 2rem)
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 2rem)
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 2rem)
  }
}
@media print, screen and (min-width:48em) {
  .grid-margin-x > .medium-large-auto, .grid-margin-x > .medium-large-shrink {
    width: auto
  }
  .grid-margin-x > .medium-large-1 {
    width: calc(8.33333% - 2rem)
  }
  .grid-margin-x > .medium-large-2 {
    width: calc(16.66667% - 2rem)
  }
  .grid-margin-x > .medium-large-3 {
    width: calc(25% - 2rem)
  }
  .grid-margin-x > .medium-large-4 {
    width: calc(33.33333% - 2rem)
  }
  .grid-margin-x > .medium-large-5 {
    width: calc(41.66667% - 2rem)
  }
  .grid-margin-x > .medium-large-6 {
    width: calc(50% - 2rem)
  }
  .grid-margin-x > .medium-large-7 {
    width: calc(58.33333% - 2rem)
  }
  .grid-margin-x > .medium-large-8 {
    width: calc(66.66667% - 2rem)
  }
  .grid-margin-x > .medium-large-9 {
    width: calc(75% - 2rem)
  }
  .grid-margin-x > .medium-large-10 {
    width: calc(83.33333% - 2rem)
  }
  .grid-margin-x > .medium-large-11 {
    width: calc(91.66667% - 2rem)
  }
  .grid-margin-x > .medium-large-12 {
    width: calc(100% - 2rem)
  }
}
@media print, screen and (min-width:64em) {
  .grid-margin-x > .large-auto, .grid-margin-x > .large-shrink {
    width: auto
  }
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 2rem)
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 2rem)
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 2rem)
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 2rem)
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 2rem)
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 2rem)
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 2rem)
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 2rem)
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 2rem)
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 2rem)
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 2rem)
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 2rem)
  }
}
@media screen and (min-width:80em) {
  .grid-margin-x > .xlarge-auto, .grid-margin-x > .xlarge-shrink {
    width: auto
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(8.33333% - 2rem)
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.66667% - 2rem)
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 2rem)
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.33333% - 2rem)
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.66667% - 2rem)
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 2rem)
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.33333% - 2rem)
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.66667% - 2rem)
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 2rem)
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.33333% - 2rem)
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.66667% - 2rem)
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 2rem)
  }
}
@media screen and (min-width:90em) {
  .grid-margin-x > .xxlarge-auto, .grid-margin-x > .xxlarge-shrink {
    width: auto
  }
  .grid-margin-x > .xxlarge-1 {
    width: calc(8.33333% - 2rem)
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(16.66667% - 2rem)
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 2rem)
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(33.33333% - 2rem)
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(41.66667% - 2rem)
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 2rem)
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(58.33333% - 2rem)
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(66.66667% - 2rem)
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 2rem)
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(83.33333% - 2rem)
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(91.66667% - 2rem)
  }
  .grid-margin-x > .xxlarge-12 {
    width: calc(100% - 2rem)
  }
}
.grid-container:not(.full) > .grid-padding-x, .grid-padding-x .grid-padding-x {
  margin-left: -1rem;
  margin-right: -1rem
}
.grid-padding-x > .cell {
  padding-left: 1rem;
  padding-right: 1rem
}
.xsmall-up-1 > .cell {
  width: 100%
}
.xsmall-up-2 > .cell {
  width: 50%
}
.xsmall-up-3 > .cell {
  width: 33.3333333333%
}
.xsmall-up-4 > .cell {
  width: 25%
}
.xsmall-up-5 > .cell {
  width: 20%
}
.xsmall-up-6 > .cell {
  width: 16.6666666667%
}
.xsmall-up-7 > .cell {
  width: 14.2857142857%
}
.xsmall-up-8 > .cell {
  width: 12.5%
}
@media print, screen and (min-width:23.4375em) {
  .small-up-1 > .cell {
    width: 100%
  }
  .small-up-2 > .cell {
    width: 50%
  }
  .small-up-3 > .cell {
    width: 33.3333333333%
  }
  .small-up-4 > .cell {
    width: 25%
  }
  .small-up-5 > .cell {
    width: 20%
  }
  .small-up-6 > .cell {
    width: 16.6666666667%
  }
  .small-up-7 > .cell {
    width: 14.2857142857%
  }
  .small-up-8 > .cell {
    width: 12.5%
  }
}
@media print, screen and (min-width:40em) {
  .medium-up-1 > .cell {
    width: 100%
  }
  .medium-up-2 > .cell {
    width: 50%
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%
  }
  .medium-up-4 > .cell {
    width: 25%
  }
  .medium-up-5 > .cell {
    width: 20%
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%
  }
  .medium-up-8 > .cell {
    width: 12.5%
  }
}
@media print, screen and (min-width:48em) {
  .medium-large-up-1 > .cell {
    width: 100%
  }
  .medium-large-up-2 > .cell {
    width: 50%
  }
  .medium-large-up-3 > .cell {
    width: 33.3333333333%
  }
  .medium-large-up-4 > .cell {
    width: 25%
  }
  .medium-large-up-5 > .cell {
    width: 20%
  }
  .medium-large-up-6 > .cell {
    width: 16.6666666667%
  }
  .medium-large-up-7 > .cell {
    width: 14.2857142857%
  }
  .medium-large-up-8 > .cell {
    width: 12.5%
  }
}
@media print, screen and (min-width:64em) {
  .large-up-1 > .cell {
    width: 100%
  }
  .large-up-2 > .cell {
    width: 50%
  }
  .large-up-3 > .cell {
    width: 33.3333333333%
  }
  .large-up-4 > .cell {
    width: 25%
  }
  .large-up-5 > .cell {
    width: 20%
  }
  .large-up-6 > .cell {
    width: 16.6666666667%
  }
  .large-up-7 > .cell {
    width: 14.2857142857%
  }
  .large-up-8 > .cell {
    width: 12.5%
  }
}
@media screen and (min-width:80em) {
  .xlarge-up-1 > .cell {
    width: 100%
  }
  .xlarge-up-2 > .cell {
    width: 50%
  }
  .xlarge-up-3 > .cell {
    width: 33.3333333333%
  }
  .xlarge-up-4 > .cell {
    width: 25%
  }
  .xlarge-up-5 > .cell {
    width: 20%
  }
  .xlarge-up-6 > .cell {
    width: 16.6666666667%
  }
  .xlarge-up-7 > .cell {
    width: 14.2857142857%
  }
  .xlarge-up-8 > .cell {
    width: 12.5%
  }
}
@media screen and (min-width:90em) {
  .xxlarge-up-1 > .cell {
    width: 100%
  }
  .xxlarge-up-2 > .cell {
    width: 50%
  }
  .xxlarge-up-3 > .cell {
    width: 33.3333333333%
  }
  .xxlarge-up-4 > .cell {
    width: 25%
  }
  .xxlarge-up-5 > .cell {
    width: 20%
  }
  .xxlarge-up-6 > .cell {
    width: 16.6666666667%
  }
  .xxlarge-up-7 > .cell {
    width: 14.2857142857%
  }
  .xxlarge-up-8 > .cell {
    width: 12.5%
  }
}
.grid-margin-x.xsmall-up-1 > .cell {
  width: calc(100% - 2rem)
}
.grid-margin-x.xsmall-up-2 > .cell {
  width: calc(50% - 2rem)
}
.grid-margin-x.xsmall-up-3 > .cell {
  width: calc(33.33333% - 2rem)
}
.grid-margin-x.xsmall-up-4 > .cell {
  width: calc(25% - 2rem)
}
.grid-margin-x.xsmall-up-5 > .cell {
  width: calc(20% - 2rem)
}
.grid-margin-x.xsmall-up-6 > .cell {
  width: calc(16.66667% - 2rem)
}
.grid-margin-x.xsmall-up-7 > .cell {
  width: calc(14.28571% - 2rem)
}
.grid-margin-x.xsmall-up-8 > .cell {
  width: calc(12.5% - 2rem)
}
@media print, screen and (min-width:23.4375em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 2rem)
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 2rem)
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 2rem)
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 2rem)
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 2rem)
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 2rem)
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 2rem)
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 2rem)
  }
}
@media print, screen and (min-width:40em) {
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 2rem)
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 2rem)
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 2rem)
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 2rem)
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 2rem)
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 2rem)
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 2rem)
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 2rem)
  }
}
@media print, screen and (min-width:48em) {
  .grid-margin-x.medium-large-up-1 > .cell {
    width: calc(100% - 2rem)
  }
  .grid-margin-x.medium-large-up-2 > .cell {
    width: calc(50% - 2rem)
  }
  .grid-margin-x.medium-large-up-3 > .cell {
    width: calc(33.33333% - 2rem)
  }
  .grid-margin-x.medium-large-up-4 > .cell {
    width: calc(25% - 2rem)
  }
  .grid-margin-x.medium-large-up-5 > .cell {
    width: calc(20% - 2rem)
  }
  .grid-margin-x.medium-large-up-6 > .cell {
    width: calc(16.66667% - 2rem)
  }
  .grid-margin-x.medium-large-up-7 > .cell {
    width: calc(14.28571% - 2rem)
  }
  .grid-margin-x.medium-large-up-8 > .cell {
    width: calc(12.5% - 2rem)
  }
}
@media print, screen and (min-width:64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 2rem)
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 2rem)
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 2rem)
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 2rem)
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 2rem)
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 2rem)
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 2rem)
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 2rem)
  }
}
@media screen and (min-width:80em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 2rem)
  }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 2rem)
  }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.33333% - 2rem)
  }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 2rem)
  }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 2rem)
  }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.66667% - 2rem)
  }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.28571% - 2rem)
  }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 2rem)
  }
}
@media screen and (min-width:90em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 2rem)
  }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 2rem)
  }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.33333% - 2rem)
  }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 2rem)
  }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 2rem)
  }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.66667% - 2rem)
  }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.28571% - 2rem)
  }
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 2rem)
  }
}
.xsmall-margin-collapse, .xsmall-margin-collapse > .cell {
  margin-left: 0;
  margin-right: 0
}
.xsmall-margin-collapse > .xsmall-1 {
  width: 8.3333333333%
}
.xsmall-margin-collapse > .xsmall-2 {
  width: 16.6666666667%
}
.xsmall-margin-collapse > .xsmall-3 {
  width: 25%
}
.xsmall-margin-collapse > .xsmall-4 {
  width: 33.3333333333%
}
.xsmall-margin-collapse > .xsmall-5 {
  width: 41.6666666667%
}
.xsmall-margin-collapse > .xsmall-6 {
  width: 50%
}
.xsmall-margin-collapse > .xsmall-7 {
  width: 58.3333333333%
}
.xsmall-margin-collapse > .xsmall-8 {
  width: 66.6666666667%
}
.xsmall-margin-collapse > .xsmall-9 {
  width: 75%
}
.xsmall-margin-collapse > .xsmall-10 {
  width: 83.3333333333%
}
.xsmall-margin-collapse > .xsmall-11 {
  width: 91.6666666667%
}
.xsmall-margin-collapse > .xsmall-12 {
  width: 100%
}
@media print, screen and (min-width:23.4375em) {
  .xsmall-margin-collapse > .small-1 {
    width: 8.3333333333%
  }
  .xsmall-margin-collapse > .small-2 {
    width: 16.6666666667%
  }
  .xsmall-margin-collapse > .small-3 {
    width: 25%
  }
  .xsmall-margin-collapse > .small-4 {
    width: 33.3333333333%
  }
  .xsmall-margin-collapse > .small-5 {
    width: 41.6666666667%
  }
  .xsmall-margin-collapse > .small-6 {
    width: 50%
  }
  .xsmall-margin-collapse > .small-7 {
    width: 58.3333333333%
  }
  .xsmall-margin-collapse > .small-8 {
    width: 66.6666666667%
  }
  .xsmall-margin-collapse > .small-9 {
    width: 75%
  }
  .xsmall-margin-collapse > .small-10 {
    width: 83.3333333333%
  }
  .xsmall-margin-collapse > .small-11 {
    width: 91.6666666667%
  }
  .xsmall-margin-collapse > .small-12 {
    width: 100%
  }
}
@media print, screen and (min-width:40em) {
  .xsmall-margin-collapse > .medium-1 {
    width: 8.3333333333%
  }
  .xsmall-margin-collapse > .medium-2 {
    width: 16.6666666667%
  }
  .xsmall-margin-collapse > .medium-3 {
    width: 25%
  }
  .xsmall-margin-collapse > .medium-4 {
    width: 33.3333333333%
  }
  .xsmall-margin-collapse > .medium-5 {
    width: 41.6666666667%
  }
  .xsmall-margin-collapse > .medium-6 {
    width: 50%
  }
  .xsmall-margin-collapse > .medium-7 {
    width: 58.3333333333%
  }
  .xsmall-margin-collapse > .medium-8 {
    width: 66.6666666667%
  }
  .xsmall-margin-collapse > .medium-9 {
    width: 75%
  }
  .xsmall-margin-collapse > .medium-10 {
    width: 83.3333333333%
  }
  .xsmall-margin-collapse > .medium-11 {
    width: 91.6666666667%
  }
  .xsmall-margin-collapse > .medium-12 {
    width: 100%
  }
}
@media print, screen and (min-width:48em) {
  .xsmall-margin-collapse > .medium-large-1 {
    width: 8.3333333333%
  }
  .xsmall-margin-collapse > .medium-large-2 {
    width: 16.6666666667%
  }
  .xsmall-margin-collapse > .medium-large-3 {
    width: 25%
  }
  .xsmall-margin-collapse > .medium-large-4 {
    width: 33.3333333333%
  }
  .xsmall-margin-collapse > .medium-large-5 {
    width: 41.6666666667%
  }
  .xsmall-margin-collapse > .medium-large-6 {
    width: 50%
  }
  .xsmall-margin-collapse > .medium-large-7 {
    width: 58.3333333333%
  }
  .xsmall-margin-collapse > .medium-large-8 {
    width: 66.6666666667%
  }
  .xsmall-margin-collapse > .medium-large-9 {
    width: 75%
  }
  .xsmall-margin-collapse > .medium-large-10 {
    width: 83.3333333333%
  }
  .xsmall-margin-collapse > .medium-large-11 {
    width: 91.6666666667%
  }
  .xsmall-margin-collapse > .medium-large-12 {
    width: 100%
  }
}
@media print, screen and (min-width:64em) {
  .xsmall-margin-collapse > .large-1 {
    width: 8.3333333333%
  }
  .xsmall-margin-collapse > .large-2 {
    width: 16.6666666667%
  }
  .xsmall-margin-collapse > .large-3 {
    width: 25%
  }
  .xsmall-margin-collapse > .large-4 {
    width: 33.3333333333%
  }
  .xsmall-margin-collapse > .large-5 {
    width: 41.6666666667%
  }
  .xsmall-margin-collapse > .large-6 {
    width: 50%
  }
  .xsmall-margin-collapse > .large-7 {
    width: 58.3333333333%
  }
  .xsmall-margin-collapse > .large-8 {
    width: 66.6666666667%
  }
  .xsmall-margin-collapse > .large-9 {
    width: 75%
  }
  .xsmall-margin-collapse > .large-10 {
    width: 83.3333333333%
  }
  .xsmall-margin-collapse > .large-11 {
    width: 91.6666666667%
  }
  .xsmall-margin-collapse > .large-12 {
    width: 100%
  }
}
@media screen and (min-width:80em) {
  .xsmall-margin-collapse > .xlarge-1 {
    width: 8.3333333333%
  }
  .xsmall-margin-collapse > .xlarge-2 {
    width: 16.6666666667%
  }
  .xsmall-margin-collapse > .xlarge-3 {
    width: 25%
  }
  .xsmall-margin-collapse > .xlarge-4 {
    width: 33.3333333333%
  }
  .xsmall-margin-collapse > .xlarge-5 {
    width: 41.6666666667%
  }
  .xsmall-margin-collapse > .xlarge-6 {
    width: 50%
  }
  .xsmall-margin-collapse > .xlarge-7 {
    width: 58.3333333333%
  }
  .xsmall-margin-collapse > .xlarge-8 {
    width: 66.6666666667%
  }
  .xsmall-margin-collapse > .xlarge-9 {
    width: 75%
  }
  .xsmall-margin-collapse > .xlarge-10 {
    width: 83.3333333333%
  }
  .xsmall-margin-collapse > .xlarge-11 {
    width: 91.6666666667%
  }
  .xsmall-margin-collapse > .xlarge-12 {
    width: 100%
  }
}
@media screen and (min-width:90em) {
  .xsmall-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%
  }
  .xsmall-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%
  }
  .xsmall-margin-collapse > .xxlarge-3 {
    width: 25%
  }
  .xsmall-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%
  }
  .xsmall-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%
  }
  .xsmall-margin-collapse > .xxlarge-6 {
    width: 50%
  }
  .xsmall-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%
  }
  .xsmall-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%
  }
  .xsmall-margin-collapse > .xxlarge-9 {
    width: 75%
  }
  .xsmall-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%
  }
  .xsmall-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%
  }
  .xsmall-margin-collapse > .xxlarge-12 {
    width: 100%
  }
}
.xsmall-padding-collapse {
  margin-left: 0;
  margin-right: 0
}
.xsmall-padding-collapse > .cell {
  padding-left: 0;
  padding-right: 0
}
@media print, screen and (min-width:23.4375em) {
  .small-margin-collapse, .small-margin-collapse > .cell {
    margin-left: 0;
    margin-right: 0
  }
  .small-margin-collapse > .xsmall-1 {
    width: 8.3333333333%
  }
  .small-margin-collapse > .xsmall-2 {
    width: 16.6666666667%
  }
  .small-margin-collapse > .xsmall-3 {
    width: 25%
  }
  .small-margin-collapse > .xsmall-4 {
    width: 33.3333333333%
  }
  .small-margin-collapse > .xsmall-5 {
    width: 41.6666666667%
  }
  .small-margin-collapse > .xsmall-6 {
    width: 50%
  }
  .small-margin-collapse > .xsmall-7 {
    width: 58.3333333333%
  }
  .small-margin-collapse > .xsmall-8 {
    width: 66.6666666667%
  }
  .small-margin-collapse > .xsmall-9 {
    width: 75%
  }
  .small-margin-collapse > .xsmall-10 {
    width: 83.3333333333%
  }
  .small-margin-collapse > .xsmall-11 {
    width: 91.6666666667%
  }
  .small-margin-collapse > .xsmall-12 {
    width: 100%
  }
  .small-margin-collapse > .small-1 {
    width: 8.3333333333%
  }
  .small-margin-collapse > .small-2 {
    width: 16.6666666667%
  }
  .small-margin-collapse > .small-3 {
    width: 25%
  }
  .small-margin-collapse > .small-4 {
    width: 33.3333333333%
  }
  .small-margin-collapse > .small-5 {
    width: 41.6666666667%
  }
  .small-margin-collapse > .small-6 {
    width: 50%
  }
  .small-margin-collapse > .small-7 {
    width: 58.3333333333%
  }
  .small-margin-collapse > .small-8 {
    width: 66.6666666667%
  }
  .small-margin-collapse > .small-9 {
    width: 75%
  }
  .small-margin-collapse > .small-10 {
    width: 83.3333333333%
  }
  .small-margin-collapse > .small-11 {
    width: 91.6666666667%
  }
  .small-margin-collapse > .small-12 {
    width: 100%
  }
}
@media print, screen and (min-width:40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%
  }
  .small-margin-collapse > .medium-3 {
    width: 25%
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%
  }
  .small-margin-collapse > .medium-6 {
    width: 50%
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%
  }
  .small-margin-collapse > .medium-9 {
    width: 75%
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%
  }
  .small-margin-collapse > .medium-12 {
    width: 100%
  }
}
@media print, screen and (min-width:48em) {
  .small-margin-collapse > .medium-large-1 {
    width: 8.3333333333%
  }
  .small-margin-collapse > .medium-large-2 {
    width: 16.6666666667%
  }
  .small-margin-collapse > .medium-large-3 {
    width: 25%
  }
  .small-margin-collapse > .medium-large-4 {
    width: 33.3333333333%
  }
  .small-margin-collapse > .medium-large-5 {
    width: 41.6666666667%
  }
  .small-margin-collapse > .medium-large-6 {
    width: 50%
  }
  .small-margin-collapse > .medium-large-7 {
    width: 58.3333333333%
  }
  .small-margin-collapse > .medium-large-8 {
    width: 66.6666666667%
  }
  .small-margin-collapse > .medium-large-9 {
    width: 75%
  }
  .small-margin-collapse > .medium-large-10 {
    width: 83.3333333333%
  }
  .small-margin-collapse > .medium-large-11 {
    width: 91.6666666667%
  }
  .small-margin-collapse > .medium-large-12 {
    width: 100%
  }
}
@media print, screen and (min-width:64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%
  }
  .small-margin-collapse > .large-3 {
    width: 25%
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%
  }
  .small-margin-collapse > .large-6 {
    width: 50%
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%
  }
  .small-margin-collapse > .large-9 {
    width: 75%
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%
  }
  .small-margin-collapse > .large-12 {
    width: 100%
  }
}
@media screen and (min-width:80em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.3333333333%
  }
  .small-margin-collapse > .xlarge-2 {
    width: 16.6666666667%
  }
  .small-margin-collapse > .xlarge-3 {
    width: 25%
  }
  .small-margin-collapse > .xlarge-4 {
    width: 33.3333333333%
  }
  .small-margin-collapse > .xlarge-5 {
    width: 41.6666666667%
  }
  .small-margin-collapse > .xlarge-6 {
    width: 50%
  }
  .small-margin-collapse > .xlarge-7 {
    width: 58.3333333333%
  }
  .small-margin-collapse > .xlarge-8 {
    width: 66.6666666667%
  }
  .small-margin-collapse > .xlarge-9 {
    width: 75%
  }
  .small-margin-collapse > .xlarge-10 {
    width: 83.3333333333%
  }
  .small-margin-collapse > .xlarge-11 {
    width: 91.6666666667%
  }
  .small-margin-collapse > .xlarge-12 {
    width: 100%
  }
}
@media screen and (min-width:90em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%
  }
  .small-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%
  }
  .small-margin-collapse > .xxlarge-3 {
    width: 25%
  }
  .small-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%
  }
  .small-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%
  }
  .small-margin-collapse > .xxlarge-6 {
    width: 50%
  }
  .small-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%
  }
  .small-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%
  }
  .small-margin-collapse > .xxlarge-9 {
    width: 75%
  }
  .small-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%
  }
  .small-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%
  }
  .small-margin-collapse > .xxlarge-12 {
    width: 100%
  }
}
@media print, screen and (min-width:23.4375em) {
  .small-padding-collapse {
    margin-left: 0;
    margin-right: 0
  }
  .small-padding-collapse > .cell {
    padding-left: 0;
    padding-right: 0
  }
}
@media print, screen and (min-width:40em) {
  .medium-margin-collapse, .medium-margin-collapse > .cell {
    margin-left: 0;
    margin-right: 0
  }
  .medium-margin-collapse > .xsmall-1 {
    width: 8.3333333333%
  }
  .medium-margin-collapse > .xsmall-2 {
    width: 16.6666666667%
  }
  .medium-margin-collapse > .xsmall-3 {
    width: 25%
  }
  .medium-margin-collapse > .xsmall-4 {
    width: 33.3333333333%
  }
  .medium-margin-collapse > .xsmall-5 {
    width: 41.6666666667%
  }
  .medium-margin-collapse > .xsmall-6 {
    width: 50%
  }
  .medium-margin-collapse > .xsmall-7 {
    width: 58.3333333333%
  }
  .medium-margin-collapse > .xsmall-8 {
    width: 66.6666666667%
  }
  .medium-margin-collapse > .xsmall-9 {
    width: 75%
  }
  .medium-margin-collapse > .xsmall-10 {
    width: 83.3333333333%
  }
  .medium-margin-collapse > .xsmall-11 {
    width: 91.6666666667%
  }
  .medium-margin-collapse > .xsmall-12 {
    width: 100%
  }
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%
  }
  .medium-margin-collapse > .small-3 {
    width: 25%
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%
  }
  .medium-margin-collapse > .small-6 {
    width: 50%
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%
  }
  .medium-margin-collapse > .small-9 {
    width: 75%
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%
  }
  .medium-margin-collapse > .small-12 {
    width: 100%
  }
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%
  }
}
@media print, screen and (min-width:48em) {
  .medium-margin-collapse > .medium-large-1 {
    width: 8.3333333333%
  }
  .medium-margin-collapse > .medium-large-2 {
    width: 16.6666666667%
  }
  .medium-margin-collapse > .medium-large-3 {
    width: 25%
  }
  .medium-margin-collapse > .medium-large-4 {
    width: 33.3333333333%
  }
  .medium-margin-collapse > .medium-large-5 {
    width: 41.6666666667%
  }
  .medium-margin-collapse > .medium-large-6 {
    width: 50%
  }
  .medium-margin-collapse > .medium-large-7 {
    width: 58.3333333333%
  }
  .medium-margin-collapse > .medium-large-8 {
    width: 66.6666666667%
  }
  .medium-margin-collapse > .medium-large-9 {
    width: 75%
  }
  .medium-margin-collapse > .medium-large-10 {
    width: 83.3333333333%
  }
  .medium-margin-collapse > .medium-large-11 {
    width: 91.6666666667%
  }
  .medium-margin-collapse > .medium-large-12 {
    width: 100%
  }
}
@media print, screen and (min-width:64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%
  }
  .medium-margin-collapse > .large-3 {
    width: 25%
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%
  }
  .medium-margin-collapse > .large-6 {
    width: 50%
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%
  }
  .medium-margin-collapse > .large-9 {
    width: 75%
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%
  }
  .medium-margin-collapse > .large-12 {
    width: 100%
  }
}
@media screen and (min-width:80em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.3333333333%
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.6666666667%
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.3333333333%
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.6666666667%
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.3333333333%
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.6666666667%
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.3333333333%
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.6666666667%
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%
  }
}
@media screen and (min-width:90em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%
  }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%
  }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%
  }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%
  }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%
  }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%
  }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%
  }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%
  }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%
  }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%
  }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%
  }
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%
  }
}
@media print, screen and (min-width:40em) {
  .medium-padding-collapse {
    margin-left: 0;
    margin-right: 0
  }
  .medium-padding-collapse > .cell {
    padding-left: 0;
    padding-right: 0
  }
}
@media print, screen and (min-width:48em) {
  .medium-large-margin-collapse, .medium-large-margin-collapse > .cell {
    margin-left: 0;
    margin-right: 0
  }
  .medium-large-margin-collapse > .xsmall-1 {
    width: 8.3333333333%
  }
  .medium-large-margin-collapse > .xsmall-2 {
    width: 16.6666666667%
  }
  .medium-large-margin-collapse > .xsmall-3 {
    width: 25%
  }
  .medium-large-margin-collapse > .xsmall-4 {
    width: 33.3333333333%
  }
  .medium-large-margin-collapse > .xsmall-5 {
    width: 41.6666666667%
  }
  .medium-large-margin-collapse > .xsmall-6 {
    width: 50%
  }
  .medium-large-margin-collapse > .xsmall-7 {
    width: 58.3333333333%
  }
  .medium-large-margin-collapse > .xsmall-8 {
    width: 66.6666666667%
  }
  .medium-large-margin-collapse > .xsmall-9 {
    width: 75%
  }
  .medium-large-margin-collapse > .xsmall-10 {
    width: 83.3333333333%
  }
  .medium-large-margin-collapse > .xsmall-11 {
    width: 91.6666666667%
  }
  .medium-large-margin-collapse > .xsmall-12 {
    width: 100%
  }
  .medium-large-margin-collapse > .small-1 {
    width: 8.3333333333%
  }
  .medium-large-margin-collapse > .small-2 {
    width: 16.6666666667%
  }
  .medium-large-margin-collapse > .small-3 {
    width: 25%
  }
  .medium-large-margin-collapse > .small-4 {
    width: 33.3333333333%
  }
  .medium-large-margin-collapse > .small-5 {
    width: 41.6666666667%
  }
  .medium-large-margin-collapse > .small-6 {
    width: 50%
  }
  .medium-large-margin-collapse > .small-7 {
    width: 58.3333333333%
  }
  .medium-large-margin-collapse > .small-8 {
    width: 66.6666666667%
  }
  .medium-large-margin-collapse > .small-9 {
    width: 75%
  }
  .medium-large-margin-collapse > .small-10 {
    width: 83.3333333333%
  }
  .medium-large-margin-collapse > .small-11 {
    width: 91.6666666667%
  }
  .medium-large-margin-collapse > .small-12 {
    width: 100%
  }
  .medium-large-margin-collapse > .medium-1 {
    width: 8.3333333333%
  }
  .medium-large-margin-collapse > .medium-2 {
    width: 16.6666666667%
  }
  .medium-large-margin-collapse > .medium-3 {
    width: 25%
  }
  .medium-large-margin-collapse > .medium-4 {
    width: 33.3333333333%
  }
  .medium-large-margin-collapse > .medium-5 {
    width: 41.6666666667%
  }
  .medium-large-margin-collapse > .medium-6 {
    width: 50%
  }
  .medium-large-margin-collapse > .medium-7 {
    width: 58.3333333333%
  }
  .medium-large-margin-collapse > .medium-8 {
    width: 66.6666666667%
  }
  .medium-large-margin-collapse > .medium-9 {
    width: 75%
  }
  .medium-large-margin-collapse > .medium-10 {
    width: 83.3333333333%
  }
  .medium-large-margin-collapse > .medium-11 {
    width: 91.6666666667%
  }
  .medium-large-margin-collapse > .medium-12 {
    width: 100%
  }
  .medium-large-margin-collapse > .medium-large-1 {
    width: 8.3333333333%
  }
  .medium-large-margin-collapse > .medium-large-2 {
    width: 16.6666666667%
  }
  .medium-large-margin-collapse > .medium-large-3 {
    width: 25%
  }
  .medium-large-margin-collapse > .medium-large-4 {
    width: 33.3333333333%
  }
  .medium-large-margin-collapse > .medium-large-5 {
    width: 41.6666666667%
  }
  .medium-large-margin-collapse > .medium-large-6 {
    width: 50%
  }
  .medium-large-margin-collapse > .medium-large-7 {
    width: 58.3333333333%
  }
  .medium-large-margin-collapse > .medium-large-8 {
    width: 66.6666666667%
  }
  .medium-large-margin-collapse > .medium-large-9 {
    width: 75%
  }
  .medium-large-margin-collapse > .medium-large-10 {
    width: 83.3333333333%
  }
  .medium-large-margin-collapse > .medium-large-11 {
    width: 91.6666666667%
  }
  .medium-large-margin-collapse > .medium-large-12 {
    width: 100%
  }
}
@media print, screen and (min-width:64em) {
  .medium-large-margin-collapse > .large-1 {
    width: 8.3333333333%
  }
  .medium-large-margin-collapse > .large-2 {
    width: 16.6666666667%
  }
  .medium-large-margin-collapse > .large-3 {
    width: 25%
  }
  .medium-large-margin-collapse > .large-4 {
    width: 33.3333333333%
  }
  .medium-large-margin-collapse > .large-5 {
    width: 41.6666666667%
  }
  .medium-large-margin-collapse > .large-6 {
    width: 50%
  }
  .medium-large-margin-collapse > .large-7 {
    width: 58.3333333333%
  }
  .medium-large-margin-collapse > .large-8 {
    width: 66.6666666667%
  }
  .medium-large-margin-collapse > .large-9 {
    width: 75%
  }
  .medium-large-margin-collapse > .large-10 {
    width: 83.3333333333%
  }
  .medium-large-margin-collapse > .large-11 {
    width: 91.6666666667%
  }
  .medium-large-margin-collapse > .large-12 {
    width: 100%
  }
}
@media screen and (min-width:80em) {
  .medium-large-margin-collapse > .xlarge-1 {
    width: 8.3333333333%
  }
  .medium-large-margin-collapse > .xlarge-2 {
    width: 16.6666666667%
  }
  .medium-large-margin-collapse > .xlarge-3 {
    width: 25%
  }
  .medium-large-margin-collapse > .xlarge-4 {
    width: 33.3333333333%
  }
  .medium-large-margin-collapse > .xlarge-5 {
    width: 41.6666666667%
  }
  .medium-large-margin-collapse > .xlarge-6 {
    width: 50%
  }
  .medium-large-margin-collapse > .xlarge-7 {
    width: 58.3333333333%
  }
  .medium-large-margin-collapse > .xlarge-8 {
    width: 66.6666666667%
  }
  .medium-large-margin-collapse > .xlarge-9 {
    width: 75%
  }
  .medium-large-margin-collapse > .xlarge-10 {
    width: 83.3333333333%
  }
  .medium-large-margin-collapse > .xlarge-11 {
    width: 91.6666666667%
  }
  .medium-large-margin-collapse > .xlarge-12 {
    width: 100%
  }
}
@media screen and (min-width:90em) {
  .medium-large-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%
  }
  .medium-large-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%
  }
  .medium-large-margin-collapse > .xxlarge-3 {
    width: 25%
  }
  .medium-large-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%
  }
  .medium-large-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%
  }
  .medium-large-margin-collapse > .xxlarge-6 {
    width: 50%
  }
  .medium-large-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%
  }
  .medium-large-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%
  }
  .medium-large-margin-collapse > .xxlarge-9 {
    width: 75%
  }
  .medium-large-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%
  }
  .medium-large-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%
  }
  .medium-large-margin-collapse > .xxlarge-12 {
    width: 100%
  }
}
@media print, screen and (min-width:48em) {
  .medium-large-padding-collapse {
    margin-left: 0;
    margin-right: 0
  }
  .medium-large-padding-collapse > .cell {
    padding-left: 0;
    padding-right: 0
  }
}
@media print, screen and (min-width:64em) {
  .large-margin-collapse, .large-margin-collapse > .cell {
    margin-left: 0;
    margin-right: 0
  }
  .large-margin-collapse > .xsmall-1 {
    width: 8.3333333333%
  }
  .large-margin-collapse > .xsmall-2 {
    width: 16.6666666667%
  }
  .large-margin-collapse > .xsmall-3 {
    width: 25%
  }
  .large-margin-collapse > .xsmall-4 {
    width: 33.3333333333%
  }
  .large-margin-collapse > .xsmall-5 {
    width: 41.6666666667%
  }
  .large-margin-collapse > .xsmall-6 {
    width: 50%
  }
  .large-margin-collapse > .xsmall-7 {
    width: 58.3333333333%
  }
  .large-margin-collapse > .xsmall-8 {
    width: 66.6666666667%
  }
  .large-margin-collapse > .xsmall-9 {
    width: 75%
  }
  .large-margin-collapse > .xsmall-10 {
    width: 83.3333333333%
  }
  .large-margin-collapse > .xsmall-11 {
    width: 91.6666666667%
  }
  .large-margin-collapse > .xsmall-12 {
    width: 100%
  }
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%
  }
  .large-margin-collapse > .small-3 {
    width: 25%
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%
  }
  .large-margin-collapse > .small-6 {
    width: 50%
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%
  }
  .large-margin-collapse > .small-9 {
    width: 75%
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%
  }
  .large-margin-collapse > .small-12 {
    width: 100%
  }
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%
  }
  .large-margin-collapse > .medium-3 {
    width: 25%
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%
  }
  .large-margin-collapse > .medium-6 {
    width: 50%
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%
  }
  .large-margin-collapse > .medium-9 {
    width: 75%
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%
  }
  .large-margin-collapse > .medium-12 {
    width: 100%
  }
  .large-margin-collapse > .medium-large-1 {
    width: 8.3333333333%
  }
  .large-margin-collapse > .medium-large-2 {
    width: 16.6666666667%
  }
  .large-margin-collapse > .medium-large-3 {
    width: 25%
  }
  .large-margin-collapse > .medium-large-4 {
    width: 33.3333333333%
  }
  .large-margin-collapse > .medium-large-5 {
    width: 41.6666666667%
  }
  .large-margin-collapse > .medium-large-6 {
    width: 50%
  }
  .large-margin-collapse > .medium-large-7 {
    width: 58.3333333333%
  }
  .large-margin-collapse > .medium-large-8 {
    width: 66.6666666667%
  }
  .large-margin-collapse > .medium-large-9 {
    width: 75%
  }
  .large-margin-collapse > .medium-large-10 {
    width: 83.3333333333%
  }
  .large-margin-collapse > .medium-large-11 {
    width: 91.6666666667%
  }
  .large-margin-collapse > .medium-large-12 {
    width: 100%
  }
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%
  }
  .large-margin-collapse > .large-3 {
    width: 25%
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%
  }
  .large-margin-collapse > .large-6 {
    width: 50%
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%
  }
  .large-margin-collapse > .large-9 {
    width: 75%
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%
  }
  .large-margin-collapse > .large-12 {
    width: 100%
  }
}
@media screen and (min-width:80em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.3333333333%
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.6666666667%
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.3333333333%
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.6666666667%
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.3333333333%
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.6666666667%
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.3333333333%
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.6666666667%
  }
  .large-margin-collapse > .xlarge-12 {
    width: 100%
  }
}
@media screen and (min-width:90em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%
  }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%
  }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%
  }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%
  }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%
  }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%
  }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%
  }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%
  }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%
  }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%
  }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%
  }
  .large-margin-collapse > .xxlarge-12 {
    width: 100%
  }
}
@media print, screen and (min-width:64em) {
  .large-padding-collapse {
    margin-left: 0;
    margin-right: 0
  }
  .large-padding-collapse > .cell {
    padding-left: 0;
    padding-right: 0
  }
}
@media screen and (min-width:80em) {
  .xlarge-margin-collapse, .xlarge-margin-collapse > .cell {
    margin-left: 0;
    margin-right: 0
  }
  .xlarge-margin-collapse > .xsmall-1 {
    width: 8.3333333333%
  }
  .xlarge-margin-collapse > .xsmall-2 {
    width: 16.6666666667%
  }
  .xlarge-margin-collapse > .xsmall-3 {
    width: 25%
  }
  .xlarge-margin-collapse > .xsmall-4 {
    width: 33.3333333333%
  }
  .xlarge-margin-collapse > .xsmall-5 {
    width: 41.6666666667%
  }
  .xlarge-margin-collapse > .xsmall-6 {
    width: 50%
  }
  .xlarge-margin-collapse > .xsmall-7 {
    width: 58.3333333333%
  }
  .xlarge-margin-collapse > .xsmall-8 {
    width: 66.6666666667%
  }
  .xlarge-margin-collapse > .xsmall-9 {
    width: 75%
  }
  .xlarge-margin-collapse > .xsmall-10 {
    width: 83.3333333333%
  }
  .xlarge-margin-collapse > .xsmall-11 {
    width: 91.6666666667%
  }
  .xlarge-margin-collapse > .xsmall-12 {
    width: 100%
  }
  .xlarge-margin-collapse > .small-1 {
    width: 8.3333333333%
  }
  .xlarge-margin-collapse > .small-2 {
    width: 16.6666666667%
  }
  .xlarge-margin-collapse > .small-3 {
    width: 25%
  }
  .xlarge-margin-collapse > .small-4 {
    width: 33.3333333333%
  }
  .xlarge-margin-collapse > .small-5 {
    width: 41.6666666667%
  }
  .xlarge-margin-collapse > .small-6 {
    width: 50%
  }
  .xlarge-margin-collapse > .small-7 {
    width: 58.3333333333%
  }
  .xlarge-margin-collapse > .small-8 {
    width: 66.6666666667%
  }
  .xlarge-margin-collapse > .small-9 {
    width: 75%
  }
  .xlarge-margin-collapse > .small-10 {
    width: 83.3333333333%
  }
  .xlarge-margin-collapse > .small-11 {
    width: 91.6666666667%
  }
  .xlarge-margin-collapse > .small-12 {
    width: 100%
  }
  .xlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%
  }
  .xlarge-margin-collapse > .medium-large-1 {
    width: 8.3333333333%
  }
  .xlarge-margin-collapse > .medium-large-2 {
    width: 16.6666666667%
  }
  .xlarge-margin-collapse > .medium-large-3 {
    width: 25%
  }
  .xlarge-margin-collapse > .medium-large-4 {
    width: 33.3333333333%
  }
  .xlarge-margin-collapse > .medium-large-5 {
    width: 41.6666666667%
  }
  .xlarge-margin-collapse > .medium-large-6 {
    width: 50%
  }
  .xlarge-margin-collapse > .medium-large-7 {
    width: 58.3333333333%
  }
  .xlarge-margin-collapse > .medium-large-8 {
    width: 66.6666666667%
  }
  .xlarge-margin-collapse > .medium-large-9 {
    width: 75%
  }
  .xlarge-margin-collapse > .medium-large-10 {
    width: 83.3333333333%
  }
  .xlarge-margin-collapse > .medium-large-11 {
    width: 91.6666666667%
  }
  .xlarge-margin-collapse > .medium-large-12 {
    width: 100%
  }
  .xlarge-margin-collapse > .large-1 {
    width: 8.3333333333%
  }
  .xlarge-margin-collapse > .large-2 {
    width: 16.6666666667%
  }
  .xlarge-margin-collapse > .large-3 {
    width: 25%
  }
  .xlarge-margin-collapse > .large-4 {
    width: 33.3333333333%
  }
  .xlarge-margin-collapse > .large-5 {
    width: 41.6666666667%
  }
  .xlarge-margin-collapse > .large-6 {
    width: 50%
  }
  .xlarge-margin-collapse > .large-7 {
    width: 58.3333333333%
  }
  .xlarge-margin-collapse > .large-8 {
    width: 66.6666666667%
  }
  .xlarge-margin-collapse > .large-9 {
    width: 75%
  }
  .xlarge-margin-collapse > .large-10 {
    width: 83.3333333333%
  }
  .xlarge-margin-collapse > .large-11 {
    width: 91.6666666667%
  }
  .xlarge-margin-collapse > .large-12 {
    width: 100%
  }
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%
  }
}
@media screen and (min-width:90em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%
  }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%
  }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%
  }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%
  }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%
  }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%
  }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%
  }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%
  }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%
  }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%
  }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%
  }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%
  }
}
@media screen and (min-width:80em) {
  .xlarge-padding-collapse {
    margin-left: 0;
    margin-right: 0
  }
  .xlarge-padding-collapse > .cell {
    padding-left: 0;
    padding-right: 0
  }
}
@media screen and (min-width:90em) {
  .xxlarge-margin-collapse, .xxlarge-margin-collapse > .cell {
    margin-left: 0;
    margin-right: 0
  }
  .xxlarge-margin-collapse > .xsmall-1 {
    width: 8.3333333333%
  }
  .xxlarge-margin-collapse > .xsmall-2 {
    width: 16.6666666667%
  }
  .xxlarge-margin-collapse > .xsmall-3 {
    width: 25%
  }
  .xxlarge-margin-collapse > .xsmall-4 {
    width: 33.3333333333%
  }
  .xxlarge-margin-collapse > .xsmall-5 {
    width: 41.6666666667%
  }
  .xxlarge-margin-collapse > .xsmall-6 {
    width: 50%
  }
  .xxlarge-margin-collapse > .xsmall-7 {
    width: 58.3333333333%
  }
  .xxlarge-margin-collapse > .xsmall-8 {
    width: 66.6666666667%
  }
  .xxlarge-margin-collapse > .xsmall-9 {
    width: 75%
  }
  .xxlarge-margin-collapse > .xsmall-10 {
    width: 83.3333333333%
  }
  .xxlarge-margin-collapse > .xsmall-11 {
    width: 91.6666666667%
  }
  .xxlarge-margin-collapse > .xsmall-12 {
    width: 100%
  }
  .xxlarge-margin-collapse > .small-1 {
    width: 8.3333333333%
  }
  .xxlarge-margin-collapse > .small-2 {
    width: 16.6666666667%
  }
  .xxlarge-margin-collapse > .small-3 {
    width: 25%
  }
  .xxlarge-margin-collapse > .small-4 {
    width: 33.3333333333%
  }
  .xxlarge-margin-collapse > .small-5 {
    width: 41.6666666667%
  }
  .xxlarge-margin-collapse > .small-6 {
    width: 50%
  }
  .xxlarge-margin-collapse > .small-7 {
    width: 58.3333333333%
  }
  .xxlarge-margin-collapse > .small-8 {
    width: 66.6666666667%
  }
  .xxlarge-margin-collapse > .small-9 {
    width: 75%
  }
  .xxlarge-margin-collapse > .small-10 {
    width: 83.3333333333%
  }
  .xxlarge-margin-collapse > .small-11 {
    width: 91.6666666667%
  }
  .xxlarge-margin-collapse > .small-12 {
    width: 100%
  }
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%
  }
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%
  }
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%
  }
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%
  }
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%
  }
  .xxlarge-margin-collapse > .medium-6 {
    width: 50%
  }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%
  }
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%
  }
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%
  }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%
  }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%
  }
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%
  }
  .xxlarge-margin-collapse > .medium-large-1 {
    width: 8.3333333333%
  }
  .xxlarge-margin-collapse > .medium-large-2 {
    width: 16.6666666667%
  }
  .xxlarge-margin-collapse > .medium-large-3 {
    width: 25%
  }
  .xxlarge-margin-collapse > .medium-large-4 {
    width: 33.3333333333%
  }
  .xxlarge-margin-collapse > .medium-large-5 {
    width: 41.6666666667%
  }
  .xxlarge-margin-collapse > .medium-large-6 {
    width: 50%
  }
  .xxlarge-margin-collapse > .medium-large-7 {
    width: 58.3333333333%
  }
  .xxlarge-margin-collapse > .medium-large-8 {
    width: 66.6666666667%
  }
  .xxlarge-margin-collapse > .medium-large-9 {
    width: 75%
  }
  .xxlarge-margin-collapse > .medium-large-10 {
    width: 83.3333333333%
  }
  .xxlarge-margin-collapse > .medium-large-11 {
    width: 91.6666666667%
  }
  .xxlarge-margin-collapse > .medium-large-12 {
    width: 100%
  }
  .xxlarge-margin-collapse > .large-1 {
    width: 8.3333333333%
  }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.6666666667%
  }
  .xxlarge-margin-collapse > .large-3 {
    width: 25%
  }
  .xxlarge-margin-collapse > .large-4 {
    width: 33.3333333333%
  }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.6666666667%
  }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%
  }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.3333333333%
  }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.6666666667%
  }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%
  }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.3333333333%
  }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.6666666667%
  }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%
  }
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%
  }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%
  }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%
  }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%
  }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%
  }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%
  }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%
  }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%
  }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%
  }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%
  }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%
  }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%
  }
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%
  }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%
  }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%
  }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%
  }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%
  }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%
  }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%
  }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%
  }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%
  }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%
  }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%
  }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%
  }
  .xxlarge-padding-collapse {
    margin-left: 0;
    margin-right: 0
  }
  .xxlarge-padding-collapse > .cell {
    padding-left: 0;
    padding-right: 0
  }
}
.xsmall-offset-0 {
  margin-left: 0
}
.grid-margin-x > .xsmall-offset-0 {
  margin-left: 1rem
}
.xsmall-offset-1 {
  margin-left: 8.3333333333%
}
.grid-margin-x > .xsmall-offset-1 {
  margin-left: calc(8.33333% + 1rem)
}
.xsmall-offset-2 {
  margin-left: 16.6666666667%
}
.grid-margin-x > .xsmall-offset-2 {
  margin-left: calc(16.66667% + 1rem)
}
.xsmall-offset-3 {
  margin-left: 25%
}
.grid-margin-x > .xsmall-offset-3 {
  margin-left: calc(25% + 1rem)
}
.xsmall-offset-4 {
  margin-left: 33.3333333333%
}
.grid-margin-x > .xsmall-offset-4 {
  margin-left: calc(33.33333% + 1rem)
}
.xsmall-offset-5 {
  margin-left: 41.6666666667%
}
.grid-margin-x > .xsmall-offset-5 {
  margin-left: calc(41.66667% + 1rem)
}
.xsmall-offset-6 {
  margin-left: 50%
}
.grid-margin-x > .xsmall-offset-6 {
  margin-left: calc(50% + 1rem)
}
.xsmall-offset-7 {
  margin-left: 58.3333333333%
}
.grid-margin-x > .xsmall-offset-7 {
  margin-left: calc(58.33333% + 1rem)
}
.xsmall-offset-8 {
  margin-left: 66.6666666667%
}
.grid-margin-x > .xsmall-offset-8 {
  margin-left: calc(66.66667% + 1rem)
}
.xsmall-offset-9 {
  margin-left: 75%
}
.grid-margin-x > .xsmall-offset-9 {
  margin-left: calc(75% + 1rem)
}
.xsmall-offset-10 {
  margin-left: 83.3333333333%
}
.grid-margin-x > .xsmall-offset-10 {
  margin-left: calc(83.33333% + 1rem)
}
.xsmall-offset-11 {
  margin-left: 91.6666666667%
}
.grid-margin-x > .xsmall-offset-11 {
  margin-left: calc(91.66667% + 1rem)
}
@media print, screen and (min-width:23.4375em) {
  .small-offset-0 {
    margin-left: 0
  }
  .grid-margin-x > .small-offset-0 {
    margin-left: 1rem
  }
  .small-offset-1 {
    margin-left: 8.3333333333%
  }
  .grid-margin-x > .small-offset-1 {
    margin-left: calc(8.33333% + 1rem)
  }
  .small-offset-2 {
    margin-left: 16.6666666667%
  }
  .grid-margin-x > .small-offset-2 {
    margin-left: calc(16.66667% + 1rem)
  }
  .small-offset-3 {
    margin-left: 25%
  }
  .grid-margin-x > .small-offset-3 {
    margin-left: calc(25% + 1rem)
  }
  .small-offset-4 {
    margin-left: 33.3333333333%
  }
  .grid-margin-x > .small-offset-4 {
    margin-left: calc(33.33333% + 1rem)
  }
  .small-offset-5 {
    margin-left: 41.6666666667%
  }
  .grid-margin-x > .small-offset-5 {
    margin-left: calc(41.66667% + 1rem)
  }
  .small-offset-6 {
    margin-left: 50%
  }
  .grid-margin-x > .small-offset-6 {
    margin-left: calc(50% + 1rem)
  }
  .small-offset-7 {
    margin-left: 58.3333333333%
  }
  .grid-margin-x > .small-offset-7 {
    margin-left: calc(58.33333% + 1rem)
  }
  .small-offset-8 {
    margin-left: 66.6666666667%
  }
  .grid-margin-x > .small-offset-8 {
    margin-left: calc(66.66667% + 1rem)
  }
  .small-offset-9 {
    margin-left: 75%
  }
  .grid-margin-x > .small-offset-9 {
    margin-left: calc(75% + 1rem)
  }
  .small-offset-10 {
    margin-left: 83.3333333333%
  }
  .grid-margin-x > .small-offset-10 {
    margin-left: calc(83.33333% + 1rem)
  }
  .small-offset-11 {
    margin-left: 91.6666666667%
  }
  .grid-margin-x > .small-offset-11 {
    margin-left: calc(91.66667% + 1rem)
  }
}
@media print, screen and (min-width:40em) {
  .medium-offset-0 {
    margin-left: 0
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: 1rem
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 1rem)
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 1rem)
  }
  .medium-offset-3 {
    margin-left: 25%
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1rem)
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 1rem)
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 1rem)
  }
  .medium-offset-6 {
    margin-left: 50%
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1rem)
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 1rem)
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 1rem)
  }
  .medium-offset-9 {
    margin-left: 75%
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1rem)
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 1rem)
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 1rem)
  }
}
@media print, screen and (min-width:48em) {
  .medium-large-offset-0 {
    margin-left: 0
  }
  .grid-margin-x > .medium-large-offset-0 {
    margin-left: 1rem
  }
  .medium-large-offset-1 {
    margin-left: 8.3333333333%
  }
  .grid-margin-x > .medium-large-offset-1 {
    margin-left: calc(8.33333% + 1rem)
  }
  .medium-large-offset-2 {
    margin-left: 16.6666666667%
  }
  .grid-margin-x > .medium-large-offset-2 {
    margin-left: calc(16.66667% + 1rem)
  }
  .medium-large-offset-3 {
    margin-left: 25%
  }
  .grid-margin-x > .medium-large-offset-3 {
    margin-left: calc(25% + 1rem)
  }
  .medium-large-offset-4 {
    margin-left: 33.3333333333%
  }
  .grid-margin-x > .medium-large-offset-4 {
    margin-left: calc(33.33333% + 1rem)
  }
  .medium-large-offset-5 {
    margin-left: 41.6666666667%
  }
  .grid-margin-x > .medium-large-offset-5 {
    margin-left: calc(41.66667% + 1rem)
  }
  .medium-large-offset-6 {
    margin-left: 50%
  }
  .grid-margin-x > .medium-large-offset-6 {
    margin-left: calc(50% + 1rem)
  }
  .medium-large-offset-7 {
    margin-left: 58.3333333333%
  }
  .grid-margin-x > .medium-large-offset-7 {
    margin-left: calc(58.33333% + 1rem)
  }
  .medium-large-offset-8 {
    margin-left: 66.6666666667%
  }
  .grid-margin-x > .medium-large-offset-8 {
    margin-left: calc(66.66667% + 1rem)
  }
  .medium-large-offset-9 {
    margin-left: 75%
  }
  .grid-margin-x > .medium-large-offset-9 {
    margin-left: calc(75% + 1rem)
  }
  .medium-large-offset-10 {
    margin-left: 83.3333333333%
  }
  .grid-margin-x > .medium-large-offset-10 {
    margin-left: calc(83.33333% + 1rem)
  }
  .medium-large-offset-11 {
    margin-left: 91.6666666667%
  }
  .grid-margin-x > .medium-large-offset-11 {
    margin-left: calc(91.66667% + 1rem)
  }
}
@media print, screen and (min-width:64em) {
  .large-offset-0 {
    margin-left: 0
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: 1rem
  }
  .large-offset-1 {
    margin-left: 8.3333333333%
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 1rem)
  }
  .large-offset-2 {
    margin-left: 16.6666666667%
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 1rem)
  }
  .large-offset-3 {
    margin-left: 25%
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1rem)
  }
  .large-offset-4 {
    margin-left: 33.3333333333%
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 1rem)
  }
  .large-offset-5 {
    margin-left: 41.6666666667%
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 1rem)
  }
  .large-offset-6 {
    margin-left: 50%
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1rem)
  }
  .large-offset-7 {
    margin-left: 58.3333333333%
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 1rem)
  }
  .large-offset-8 {
    margin-left: 66.6666666667%
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 1rem)
  }
  .large-offset-9 {
    margin-left: 75%
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1rem)
  }
  .large-offset-10 {
    margin-left: 83.3333333333%
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 1rem)
  }
  .large-offset-11 {
    margin-left: 91.6666666667%
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 1rem)
  }
}
@media screen and (min-width:80em) {
  .xlarge-offset-0 {
    margin-left: 0
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: 1rem
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.33333% + 1rem)
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.66667% + 1rem)
  }
  .xlarge-offset-3 {
    margin-left: 25%
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 1rem)
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.33333% + 1rem)
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.66667% + 1rem)
  }
  .xlarge-offset-6 {
    margin-left: 50%
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 1rem)
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.33333% + 1rem)
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.66667% + 1rem)
  }
  .xlarge-offset-9 {
    margin-left: 75%
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 1rem)
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.33333% + 1rem)
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.66667% + 1rem)
  }
}
@media screen and (min-width:90em) {
  .xxlarge-offset-0 {
    margin-left: 0
  }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: 1rem
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%
  }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.33333% + 1rem)
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%
  }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.66667% + 1rem)
  }
  .xxlarge-offset-3 {
    margin-left: 25%
  }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 1rem)
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%
  }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.33333% + 1rem)
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%
  }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.66667% + 1rem)
  }
  .xxlarge-offset-6 {
    margin-left: 50%
  }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 1rem)
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%
  }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.33333% + 1rem)
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%
  }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.66667% + 1rem)
  }
  .xxlarge-offset-9 {
    margin-left: 75%
  }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 1rem)
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%
  }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.33333% + 1rem)
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%
  }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.66667% + 1rem)
  }
}
.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap
}
.grid-y > .cell {
  height: auto;
  max-height: none
}
.grid-y > .auto, .grid-y > .shrink {
  height: auto
}
.grid-y > .xsmall-1, .grid-y > .xsmall-10, .grid-y > .xsmall-11, .grid-y > .xsmall-12, .grid-y > .xsmall-2, .grid-y > .xsmall-3, .grid-y > .xsmall-4, .grid-y > .xsmall-5, .grid-y > .xsmall-6, .grid-y > .xsmall-7, .grid-y > .xsmall-8, .grid-y > .xsmall-9, .grid-y > .xsmall-full, .grid-y > .xsmall-shrink {
  -ms-flex-preferred-size: auto;
  flex-basis: auto
}
@media print, screen and (min-width:23.4375em) {
  .grid-y > .small-1, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-full, .grid-y > .small-shrink {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}
@media print, screen and (min-width:40em) {
  .grid-y > .medium-1, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-full, .grid-y > .medium-shrink {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}
@media print, screen and (min-width:48em) {
  .grid-y > .medium-large-1, .grid-y > .medium-large-10, .grid-y > .medium-large-11, .grid-y > .medium-large-12, .grid-y > .medium-large-2, .grid-y > .medium-large-3, .grid-y > .medium-large-4, .grid-y > .medium-large-5, .grid-y > .medium-large-6, .grid-y > .medium-large-7, .grid-y > .medium-large-8, .grid-y > .medium-large-9, .grid-y > .medium-large-full, .grid-y > .medium-large-shrink {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}
@media print, screen and (min-width:64em) {
  .grid-y > .large-1, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-full, .grid-y > .large-shrink {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}
@media screen and (min-width:80em) {
  .grid-y > .xlarge-1, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-full, .grid-y > .xlarge-shrink {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}
@media screen and (min-width:90em) {
  .grid-y > .xxlarge-1, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-full, .grid-y > .xxlarge-shrink {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}
.grid-y > .xsmall-1, .grid-y > .xsmall-10, .grid-y > .xsmall-11, .grid-y > .xsmall-12, .grid-y > .xsmall-2, .grid-y > .xsmall-3, .grid-y > .xsmall-4, .grid-y > .xsmall-5, .grid-y > .xsmall-6, .grid-y > .xsmall-7, .grid-y > .xsmall-8, .grid-y > .xsmall-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}
.grid-y > .xsmall-1 {
  height: 8.3333333333%
}
.grid-y > .xsmall-2 {
  height: 16.6666666667%
}
.grid-y > .xsmall-3 {
  height: 25%
}
.grid-y > .xsmall-4 {
  height: 33.3333333333%
}
.grid-y > .xsmall-5 {
  height: 41.6666666667%
}
.grid-y > .xsmall-6 {
  height: 50%
}
.grid-y > .xsmall-7 {
  height: 58.3333333333%
}
.grid-y > .xsmall-8 {
  height: 66.6666666667%
}
.grid-y > .xsmall-9 {
  height: 75%
}
.grid-y > .xsmall-10 {
  height: 83.3333333333%
}
.grid-y > .xsmall-11 {
  height: 91.6666666667%
}
.grid-y > .xsmall-12 {
  height: 100%
}
@media print, screen and (min-width:23.4375em) {
  .grid-y > .small-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: auto
  }
  .grid-y > .small-1, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }
  .grid-y > .small-shrink {
    height: auto
  }
  .grid-y > .small-1 {
    height: 8.3333333333%
  }
  .grid-y > .small-2 {
    height: 16.6666666667%
  }
  .grid-y > .small-3 {
    height: 25%
  }
  .grid-y > .small-4 {
    height: 33.3333333333%
  }
  .grid-y > .small-5 {
    height: 41.6666666667%
  }
  .grid-y > .small-6 {
    height: 50%
  }
  .grid-y > .small-7 {
    height: 58.3333333333%
  }
  .grid-y > .small-8 {
    height: 66.6666666667%
  }
  .grid-y > .small-9 {
    height: 75%
  }
  .grid-y > .small-10 {
    height: 83.3333333333%
  }
  .grid-y > .small-11 {
    height: 91.6666666667%
  }
  .grid-y > .small-12 {
    height: 100%
  }
}
@media print, screen and (min-width:40em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: auto
  }
  .grid-y > .medium-1, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }
  .grid-y > .medium-shrink {
    height: auto
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%
  }
  .grid-y > .medium-3 {
    height: 25%
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%
  }
  .grid-y > .medium-6 {
    height: 50%
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%
  }
  .grid-y > .medium-9 {
    height: 75%
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%
  }
  .grid-y > .medium-12 {
    height: 100%
  }
}
@media print, screen and (min-width:48em) {
  .grid-y > .medium-large-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: auto
  }
  .grid-y > .medium-large-1, .grid-y > .medium-large-10, .grid-y > .medium-large-11, .grid-y > .medium-large-12, .grid-y > .medium-large-2, .grid-y > .medium-large-3, .grid-y > .medium-large-4, .grid-y > .medium-large-5, .grid-y > .medium-large-6, .grid-y > .medium-large-7, .grid-y > .medium-large-8, .grid-y > .medium-large-9, .grid-y > .medium-large-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }
  .grid-y > .medium-large-shrink {
    height: auto
  }
  .grid-y > .medium-large-1 {
    height: 8.3333333333%
  }
  .grid-y > .medium-large-2 {
    height: 16.6666666667%
  }
  .grid-y > .medium-large-3 {
    height: 25%
  }
  .grid-y > .medium-large-4 {
    height: 33.3333333333%
  }
  .grid-y > .medium-large-5 {
    height: 41.6666666667%
  }
  .grid-y > .medium-large-6 {
    height: 50%
  }
  .grid-y > .medium-large-7 {
    height: 58.3333333333%
  }
  .grid-y > .medium-large-8 {
    height: 66.6666666667%
  }
  .grid-y > .medium-large-9 {
    height: 75%
  }
  .grid-y > .medium-large-10 {
    height: 83.3333333333%
  }
  .grid-y > .medium-large-11 {
    height: 91.6666666667%
  }
  .grid-y > .medium-large-12 {
    height: 100%
  }
}
@media print, screen and (min-width:64em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: auto
  }
  .grid-y > .large-1, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }
  .grid-y > .large-shrink {
    height: auto
  }
  .grid-y > .large-1 {
    height: 8.3333333333%
  }
  .grid-y > .large-2 {
    height: 16.6666666667%
  }
  .grid-y > .large-3 {
    height: 25%
  }
  .grid-y > .large-4 {
    height: 33.3333333333%
  }
  .grid-y > .large-5 {
    height: 41.6666666667%
  }
  .grid-y > .large-6 {
    height: 50%
  }
  .grid-y > .large-7 {
    height: 58.3333333333%
  }
  .grid-y > .large-8 {
    height: 66.6666666667%
  }
  .grid-y > .large-9 {
    height: 75%
  }
  .grid-y > .large-10 {
    height: 83.3333333333%
  }
  .grid-y > .large-11 {
    height: 91.6666666667%
  }
  .grid-y > .large-12 {
    height: 100%
  }
}
@media screen and (min-width:80em) {
  .grid-y > .xlarge-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: auto
  }
  .grid-y > .xlarge-1, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }
  .grid-y > .xlarge-shrink {
    height: auto
  }
  .grid-y > .xlarge-1 {
    height: 8.3333333333%
  }
  .grid-y > .xlarge-2 {
    height: 16.6666666667%
  }
  .grid-y > .xlarge-3 {
    height: 25%
  }
  .grid-y > .xlarge-4 {
    height: 33.3333333333%
  }
  .grid-y > .xlarge-5 {
    height: 41.6666666667%
  }
  .grid-y > .xlarge-6 {
    height: 50%
  }
  .grid-y > .xlarge-7 {
    height: 58.3333333333%
  }
  .grid-y > .xlarge-8 {
    height: 66.6666666667%
  }
  .grid-y > .xlarge-9 {
    height: 75%
  }
  .grid-y > .xlarge-10 {
    height: 83.3333333333%
  }
  .grid-y > .xlarge-11 {
    height: 91.6666666667%
  }
  .grid-y > .xlarge-12 {
    height: 100%
  }
}
@media screen and (min-width:90em) {
  .grid-y > .xxlarge-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: auto
  }
  .grid-y > .xxlarge-1, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }
  .grid-y > .xxlarge-shrink {
    height: auto
  }
  .grid-y > .xxlarge-1 {
    height: 8.3333333333%
  }
  .grid-y > .xxlarge-2 {
    height: 16.6666666667%
  }
  .grid-y > .xxlarge-3 {
    height: 25%
  }
  .grid-y > .xxlarge-4 {
    height: 33.3333333333%
  }
  .grid-y > .xxlarge-5 {
    height: 41.6666666667%
  }
  .grid-y > .xxlarge-6 {
    height: 50%
  }
  .grid-y > .xxlarge-7 {
    height: 58.3333333333%
  }
  .grid-y > .xxlarge-8 {
    height: 66.6666666667%
  }
  .grid-y > .xxlarge-9 {
    height: 75%
  }
  .grid-y > .xxlarge-10 {
    height: 83.3333333333%
  }
  .grid-y > .xxlarge-11 {
    height: 91.6666666667%
  }
  .grid-y > .xxlarge-12 {
    height: 100%
  }
}
.grid-padding-y .grid-padding-y {
  margin-bottom: -1rem;
  margin-top: -1rem
}
.grid-padding-y > .cell {
  padding-bottom: 1rem;
  padding-top: 1rem
}
.grid-frame {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
  position: relative;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100vw
}
.cell .grid-frame {
  width: 100%
}
.cell-block {
  max-width: 100%;
  overflow-x: auto
}
.cell-block, .cell-block-y {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar
}
.cell-block-y {
  max-height: 100%;
  min-height: 100%;
  overflow-y: auto
}
.cell-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%
}
.cell-block-container > .grid-x {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-height: 100%
}
@media print, screen and (min-width:23.4375em) {
  .small-grid-frame {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw
  }
  .cell .small-grid-frame {
    width: 100%
  }
  .small-cell-block {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }
  .small-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
  }
  .small-cell-block-container > .grid-x {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-height: 100%
  }
  .small-cell-block-y {
    max-height: 100%;
    min-height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }
}
@media print, screen and (min-width:40em) {
  .medium-grid-frame {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw
  }
  .cell .medium-grid-frame {
    width: 100%
  }
  .medium-cell-block {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
  }
  .medium-cell-block-container > .grid-x {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-height: 100%
  }
  .medium-cell-block-y {
    max-height: 100%;
    min-height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }
}
@media print, screen and (min-width:48em) {
  .medium-large-grid-frame {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw
  }
  .cell .medium-large-grid-frame {
    width: 100%
  }
  .medium-large-cell-block {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }
  .medium-large-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
  }
  .medium-large-cell-block-container > .grid-x {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-height: 100%
  }
  .medium-large-cell-block-y {
    max-height: 100%;
    min-height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }
}
@media print, screen and (min-width:64em) {
  .large-grid-frame {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw
  }
  .cell .large-grid-frame {
    width: 100%
  }
  .large-cell-block {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }
  .large-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
  }
  .large-cell-block-container > .grid-x {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-height: 100%
  }
  .large-cell-block-y {
    max-height: 100%;
    min-height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }
}
@media screen and (min-width:80em) {
  .xlarge-grid-frame {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw
  }
  .cell .xlarge-grid-frame {
    width: 100%
  }
  .xlarge-cell-block {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }
  .xlarge-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
  }
  .xlarge-cell-block-container > .grid-x {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-height: 100%
  }
  .xlarge-cell-block-y {
    max-height: 100%;
    min-height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }
}
@media screen and (min-width:90em) {
  .xxlarge-grid-frame {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw
  }
  .cell .xxlarge-grid-frame {
    width: 100%
  }
  .xxlarge-cell-block {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }
  .xxlarge-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
  }
  .xxlarge-cell-block-container > .grid-x {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-height: 100%
  }
  .xxlarge-cell-block-y {
    max-height: 100%;
    min-height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }
}
.grid-y.grid-frame {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
  position: relative;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100vh;
  width: auto
}
@media print, screen and (min-width:23.4375em) {
  .grid-y.small-grid-frame {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
    width: auto
  }
}
@media print, screen and (min-width:40em) {
  .grid-y.medium-grid-frame {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
    width: auto
  }
}
@media print, screen and (min-width:48em) {
  .grid-y.medium-large-grid-frame {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
    width: auto
  }
}
@media print, screen and (min-width:64em) {
  .grid-y.large-grid-frame {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
    width: auto
  }
}
@media screen and (min-width:80em) {
  .grid-y.xlarge-grid-frame {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
    width: auto
  }
}
@media screen and (min-width:90em) {
  .grid-y.xxlarge-grid-frame {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
    width: auto
  }
}
.cell .grid-y.grid-frame {
  height: 100%
}
@media print, screen and (min-width:23.4375em) {
  .cell .grid-y.small-grid-frame {
    height: 100%
  }
}
@media print, screen and (min-width:40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%
  }
}
@media print, screen and (min-width:48em) {
  .cell .grid-y.medium-large-grid-frame {
    height: 100%
  }
}
@media print, screen and (min-width:64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%
  }
}
@media screen and (min-width:80em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%
  }
}
@media screen and (min-width:90em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%
  }
}
.grid-margin-y {
  margin-bottom: -1rem;
  margin-top: -1rem
}
.grid-margin-y > .cell {
  height: calc(100% - 2rem);
  margin-bottom: 1rem;
  margin-top: 1rem
}
.grid-margin-y > .auto, .grid-margin-y > .shrink {
  height: auto
}
.grid-margin-y > .xsmall-1 {
  height: calc(8.33333% - 2rem)
}
.grid-margin-y > .xsmall-2 {
  height: calc(16.66667% - 2rem)
}
.grid-margin-y > .xsmall-3 {
  height: calc(25% - 2rem)
}
.grid-margin-y > .xsmall-4 {
  height: calc(33.33333% - 2rem)
}
.grid-margin-y > .xsmall-5 {
  height: calc(41.66667% - 2rem)
}
.grid-margin-y > .xsmall-6 {
  height: calc(50% - 2rem)
}
.grid-margin-y > .xsmall-7 {
  height: calc(58.33333% - 2rem)
}
.grid-margin-y > .xsmall-8 {
  height: calc(66.66667% - 2rem)
}
.grid-margin-y > .xsmall-9 {
  height: calc(75% - 2rem)
}
.grid-margin-y > .xsmall-10 {
  height: calc(83.33333% - 2rem)
}
.grid-margin-y > .xsmall-11 {
  height: calc(91.66667% - 2rem)
}
.grid-margin-y > .xsmall-12 {
  height: calc(100% - 2rem)
}
@media print, screen and (min-width:23.4375em) {
  .grid-margin-y > .small-auto, .grid-margin-y > .small-shrink {
    height: auto
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 2rem)
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 2rem)
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2rem)
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 2rem)
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 2rem)
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2rem)
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 2rem)
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 2rem)
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2rem)
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 2rem)
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 2rem)
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2rem)
  }
}
@media print, screen and (min-width:40em) {
  .grid-margin-y > .medium-auto, .grid-margin-y > .medium-shrink {
    height: auto
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 2rem)
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 2rem)
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2rem)
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 2rem)
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 2rem)
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2rem)
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 2rem)
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 2rem)
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2rem)
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 2rem)
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 2rem)
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2rem)
  }
}
@media print, screen and (min-width:48em) {
  .grid-margin-y > .medium-large-auto, .grid-margin-y > .medium-large-shrink {
    height: auto
  }
  .grid-margin-y > .medium-large-1 {
    height: calc(8.33333% - 2rem)
  }
  .grid-margin-y > .medium-large-2 {
    height: calc(16.66667% - 2rem)
  }
  .grid-margin-y > .medium-large-3 {
    height: calc(25% - 2rem)
  }
  .grid-margin-y > .medium-large-4 {
    height: calc(33.33333% - 2rem)
  }
  .grid-margin-y > .medium-large-5 {
    height: calc(41.66667% - 2rem)
  }
  .grid-margin-y > .medium-large-6 {
    height: calc(50% - 2rem)
  }
  .grid-margin-y > .medium-large-7 {
    height: calc(58.33333% - 2rem)
  }
  .grid-margin-y > .medium-large-8 {
    height: calc(66.66667% - 2rem)
  }
  .grid-margin-y > .medium-large-9 {
    height: calc(75% - 2rem)
  }
  .grid-margin-y > .medium-large-10 {
    height: calc(83.33333% - 2rem)
  }
  .grid-margin-y > .medium-large-11 {
    height: calc(91.66667% - 2rem)
  }
  .grid-margin-y > .medium-large-12 {
    height: calc(100% - 2rem)
  }
}
@media print, screen and (min-width:64em) {
  .grid-margin-y > .large-auto, .grid-margin-y > .large-shrink {
    height: auto
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 2rem)
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 2rem)
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2rem)
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 2rem)
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 2rem)
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2rem)
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 2rem)
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 2rem)
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2rem)
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 2rem)
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 2rem)
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2rem)
  }
}
@media screen and (min-width:80em) {
  .grid-margin-y > .xlarge-auto, .grid-margin-y > .xlarge-shrink {
    height: auto
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.33333% - 2rem)
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.66667% - 2rem)
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 2rem)
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.33333% - 2rem)
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.66667% - 2rem)
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 2rem)
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.33333% - 2rem)
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.66667% - 2rem)
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 2rem)
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.33333% - 2rem)
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.66667% - 2rem)
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 2rem)
  }
}
@media screen and (min-width:90em) {
  .grid-margin-y > .xxlarge-auto, .grid-margin-y > .xxlarge-shrink {
    height: auto
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.33333% - 2rem)
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.66667% - 2rem)
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 2rem)
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.33333% - 2rem)
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.66667% - 2rem)
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 2rem)
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.33333% - 2rem)
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.66667% - 2rem)
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 2rem)
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.33333% - 2rem)
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.66667% - 2rem)
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 2rem)
  }
}
.grid-frame.grid-margin-y {
  height: calc(100vh + 2rem)
}
@media print, screen and (min-width:23.4375em) {
  .grid-margin-y.small-grid-frame {
    height: calc(100vh + 2rem)
  }
}
@media print, screen and (min-width:40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 2rem)
  }
}
@media print, screen and (min-width:48em) {
  .grid-margin-y.medium-large-grid-frame {
    height: calc(100vh + 2rem)
  }
}
@media print, screen and (min-width:64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 2rem)
  }
}
@media screen and (min-width:80em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 2rem)
  }
}
@media screen and (min-width:90em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 2rem)
  }
}
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")
}
:root {
  --swiper-theme-color: #007aff
}
.swiper, swiper-container {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1
}
.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.swiper-wrapper {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
  -webkit-transition-timing-function: initial;
  transition-timing-function: ease;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  width: 100%;
  z-index: 1
}
.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}
.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}
.swiper-slide, swiper-slide {
  -ms-flex-negative: 0;
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%
}
.swiper-slide-invisible-blank {
  visibility: hidden
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}
.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px
}
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}
.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15)
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none
}
.swiper-centered > .swiper-wrapper:before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-left: var(--swiper-centered-offset-before)
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before)
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%
}
.swiper-lazy-preloader {
  border: 4px solid #007aff;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s linear infinite;
  animation: swiper-preloader-spin 1s linear infinite
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}
@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}
@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}
.choices {
  font-size: 16px;
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
}
.choices:focus {
  outline: none
}
.choices:last-child {
  margin-bottom: 0
}
.choices.is-open {
  overflow: visible
}
.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.choices.is-disabled .choices__item {
  cursor: not-allowed
}
.choices [hidden] {
  display: none !important
}
.choices[data-type*=select-one] {
  cursor: pointer
}
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px
}
.choices[data-type*=select-one] .choices__input {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display: block;
  margin: 0;
  padding: 10px;
  width: 100%
}
.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSI+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMi41OTIuMDQ0IDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjQgMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);
  background-size: 8px;
  border-radius: 10em;
  height: 20px;
  margin-right: 25px;
  margin-top: -10px;
  opacity: .25;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px
}
.choices[data-type*=select-one] .choices__button:focus, .choices[data-type*=select-one] .choices__button:hover {
  opacity: 1
}
.choices[data-type*=select-one] .choices__button:focus {
  -webkit-box-shadow: 0 0 0 2px #00bcd4;
  box-shadow: 0 0 0 2px #00bcd4
}
.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none
}
.choices[data-type*=select-one]:after {
  border: 5px solid transparent;
  border-top-color: #333;
  content: "";
  height: 0;
  margin-top: -2.5px;
  pointer-events: none;
  position: absolute;
  right: 11.5px;
  top: 50%;
  width: 0
}
.choices[data-type*=select-one].is-open:after {
  border-color: transparent transparent #333;
  margin-top: -7.5px
}
.choices[data-type*=select-one][dir=rtl]:after {
  left: 11.5px;
  right: auto
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
  left: 0;
  margin-left: 25px;
  margin-right: 0;
  right: auto
}
.choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner {
  cursor: text
}
.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSI+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMi41OTIuMDQ0IDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjQgMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);
  background-size: 8px;
  border-left: 1px solid #008fa1;
  border-radius: 0;
  display: inline-block;
  line-height: 1;
  margin: 0 -4px 0 8px;
  opacity: .75;
  padding-left: 16px;
  position: relative;
  width: 8px
}
.choices[data-type*=select-multiple] .choices__button:focus, .choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=text] .choices__button:focus, .choices[data-type*=text] .choices__button:hover {
  opacity: 1
}
.choices__inner {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  display: inline-block;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
  padding: 7.5px 7.5px 3.75px;
  vertical-align: top;
  width: 100%
}
.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7
}
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px
}
.choices__list {
  list-style: none;
  margin: 0;
  padding-left: 0
}
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%
}
[dir=rtl] .choices__list--single {
  padding-left: 16px;
  padding-right: 4px
}
.choices__list--single .choices__item {
  width: 100%
}
.choices__list--multiple {
  display: inline
}
.choices__list--multiple .choices__item {
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 3.75px;
  margin-right: 3.75px;
  padding: 4px 10px;
  vertical-align: middle;
  word-break: break-all
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px
}
[dir=rtl] .choices__list--multiple .choices__item {
  margin-left: 3.75px;
  margin-right: 0
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191
}
.choices__list--dropdown, .choices__list[aria-expanded] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  margin-top: -1px;
  overflow: hidden;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 100%;
  will-change: visibility;
  word-break: break-all;
  z-index: 1
}
.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  visibility: visible
}
.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7
}
.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  border-radius: .25rem .25rem 0 0;
  bottom: 100%;
  margin-bottom: -1px;
  margin-top: 0;
  top: auto
}
.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  max-height: 300px;
  overflow: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position
}
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  font-size: 14px;
  padding: 10px;
  position: relative
}
[dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right
}
@media(min-width:640px) {
  .choices__list--dropdown .choices__item--selectable, .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 100px
  }
  .choices__list--dropdown .choices__item--selectable:after, .choices__list[aria-expanded] .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable {
    padding-left: 100px;
    padding-right: 10px;
    text-align: right
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable:after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable:after {
    left: 10px;
    right: auto
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2
}
.choices__list--dropdown .choices__item--selectable.is-highlighted:after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted:after {
  opacity: .5
}
.choices__item {
  cursor: default
}
.choices__item--selectable {
  cursor: pointer
}
.choices__item--disabled {
  cursor: not-allowed;
  opacity: .5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.choices__heading {
  border-bottom: 1px solid #f7f7f7;
  color: gray;
  font-size: 12px;
  font-weight: 600;
  padding: 10px
}
.choices__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  text-indent: -9999px
}
.choices__button:focus {
  outline: none
}
.choices__input {
  background-color: #f9f9f9;
  border: 0;
  border-radius: 0;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 5px;
  max-width: 100%;
  padding: 4px 0 4px 2px;
  vertical-align: baseline
}
.choices__input:focus {
  outline: 0
}
.choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-decoration, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
  display: none
}
.choices__input::-ms-clear, .choices__input::-ms-reveal {
  display: none;
  height: 0;
  width: 0
}
[dir=rtl] .choices__input {
  padding-left: 0;
  padding-right: 2px
}
.choices__placeholder {
/*  opacity: .5 *//* Dav1d */
}
@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0
  }
}
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0
  }
}
@-webkit-keyframes plyr-popup {
  0% {
    opacity: .5;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes plyr-popup {
  0% {
    opacity: .5;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@-webkit-keyframes plyr-fade-in {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes plyr-fade-in {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;

}
.plyr audio, .plyr iframe, .plyr video {
  display: block;
  height: 100%;
  width: 100%
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto
}
.plyr:focus {
  outline: 0
}
.plyr--full-ui {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.plyr--full-ui *, .plyr--full-ui :after, .plyr--full-ui :before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}
.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  -ms-touch-action: manipulation;
  touch-action: manipulation
}
.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px
}
.plyr--full-ui ::-webkit-media-text-track-container {
  display: none
}
.plyr__captions {
  -webkit-animation: plyr-fade-in .3s ease;
  animation: plyr-fade-in .3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
  width: 100%
}
.plyr__captions span:empty {
  display: none
}
@media(min-width:480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: 20px;
    padding: calc(var(--plyr-control-spacing, 10px)*2)
  }
}
@media(min-width:768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px)
  }
}
.plyr--captions-active .plyr__captions {
  display: block
}
.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transform: translateY(calc(var(--plyr-control-spacing, 10px)*-4));
  transform: translateY(calc(var(--plyr-control-spacing, 10px)*-4))
}
.plyr__caption {
  background: rgba(0, 0, 0, .8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, .8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: .2em .5em;
  white-space: pre-wrap
}
.plyr__caption div {
  display: inline
}
.plyr__control {
  background: transparent;
  border: 0;
  border-radius: 4px;
  border-radius: var(--plyr-control-radius, 4px);
  color: inherit;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px)*.7);
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px)
}
.plyr__control:focus {
  outline: 0
}
.plyr__control:focus-visible {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px
}
a.plyr__control {
  -webkit-text-decoration: none;
  text-decoration: none
}
.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed, a.plyr__control:after, a.plyr__control:before {
  display: none
}
.plyr--full-ui ::-webkit-media-controls {
  display: none
}
.plyr__controls {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center
}
.plyr__controls .plyr__progress__container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0
}
.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  margin-left: calc(var(--plyr-control-spacing, 10px)/4)
}
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px)/4)
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 calc(var(--plyr-control-spacing, 10px)/2)
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0
}
.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip], .plyr__controls:empty {
  display: none
}
.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block
}
.plyr__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative
}
.plyr__menu .plyr__control svg {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}
.plyr__menu .plyr__control[aria-expanded=true] svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none
}
.plyr__menu__container {
  -webkit-animation: plyr-popup .2s ease;
  animation: plyr-popup .2s ease;
  background: hsla(0, 0%, 100%, .9);
  background: var(--plyr-menu-background, hsla(0, 0%, 100%, .9));
  border-radius: 8px;
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
  -webkit-box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, .15));
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, .15));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3
}
.plyr__menu__container > div {
  overflow: hidden;
  -webkit-transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1);
  transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1)
}
.plyr__menu__container:after {
  border: 4px solid transparent;
  border-top-color: hsla(0, 0%, 100%, .9);
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, hsla(0, 0%, 100%, .9));
  content: "";
  height: 0;
  position: absolute;
  right: 14px;
  right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);
  top: 100%;
  width: 0
}
.plyr__menu__container [role=menu] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px)*.7)
}
.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px
}
.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0
}
.plyr__menu__container .plyr__control {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: 4.66667px 10.5px;
  padding: calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%
}
.plyr__menu__container .plyr__control > span {
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}
.plyr__menu__container .plyr__control:after {
  border: 4px solid transparent;
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing, 10px)*.7*4)
}
.plyr__menu__container .plyr__control--forward:after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: calc((var(--plyr-control-spacing, 10px)*0.7)*1.5 - var(--plyr-menu-item-arrow-size, 4px));
  right: 6.5px;
  right: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))
}
.plyr__menu__container .plyr__control--forward:focus-visible:after, .plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: currentColor
}
.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: calc(var(--plyr-control-spacing, 10px)*.7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)*.7/2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*.7*4);
  position: relative;
  width: calc(100% - (var(--plyr-control-spacing, 10px)*0.7)*2);
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing, 10px)*.7*2)
}
.plyr__menu__container .plyr__control--back:after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: calc((var(--plyr-control-spacing, 10px)*0.7)*1.5 - var(--plyr-menu-item-arrow-size, 4px));
  left: 6.5px;
  left: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))
}
.plyr__menu__container .plyr__control--back:before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  -webkit-box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 #fff;
  -webkit-box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: 3.5px;
  margin-top: calc(var(--plyr-control-spacing, 10px)*.7/2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%
}
.plyr__menu__container .plyr__control--back:focus-visible:after, .plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: currentColor
}
.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*.7)
}
.plyr__menu__container .plyr__control[role=menuitemradio]:after, .plyr__menu__container .plyr__control[role=menuitemradio]:before {
  border-radius: 100%
}
.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  background: rgba(0, 0, 0, .1);
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 16px
}
.plyr__menu__container .plyr__control[role=menuitemradio]:after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
  width: 6px
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
  background: #00b2ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)))
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1)
}
.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
  background: rgba(35, 40, 47, .1)
}
.plyr__menu__container .plyr__menu__value {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  margin-right: calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2px);
  overflow: hidden;
  padding-left: 24.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*.7*3.5);
  pointer-events: none
}
.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height, 13px)*2);
  color: #00b2ff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  display: block;
  height: 19px;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  width: 100%
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), color-stop(0, transparent));
  background-image: linear-gradient(90deg, currentColor 0, transparent 0);
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  -webkit-user-select: none;
  user-select: none
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2);
  box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2);
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: -4px;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px)
}
.plyr--full-ui input[type=range]::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -moz-user-select: none;
  user-select: none
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px)
}
.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px)
}
.plyr--full-ui input[type=range]::-ms-track {
  color: transparent
}
.plyr--full-ui input[type=range]::-ms-fill-upper, .plyr--full-ui input[type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: transparent;
  background: currentColor;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none
}
.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
  position: relative;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px)
}
.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0
}
.plyr--full-ui input[type=range]:focus {
  outline: 0
}
.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px
}
.plyr--full-ui input[type=range]:focus-visible::-moz-range-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px
}
.plyr--full-ui input[type=range]:focus-visible::-ms-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px
}
.plyr__poster {
  background-color: #000;
  background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  width: 100%;
  z-index: 1
}
.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1
}
.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none
}
.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))
}
.plyr__time + .plyr__time:before {
  content: "⁄";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px)
}
@media(max-width:767px) {
  .plyr__time + .plyr__time {
    display: none
  }
}
.plyr__tooltip {
  background: #fff;
  background: var(--plyr-tooltip-background, #fff);
  border-radius: 5px;
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
  -webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, .15));
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, .15));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, 10px) scale(.8);
  transform: translate(-50%, 10px) scale(.8);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: opacity .2s ease .1s, -webkit-transform .2s ease .1s;
  transition: opacity .2s ease .1s, -webkit-transform .2s ease .1s;
  transition: transform .2s ease .1s, opacity .2s ease .1s;
  transition: transform .2s ease .1s, opacity .2s ease .1s, -webkit-transform .2s ease .1s;
  white-space: nowrap;
  z-index: 2
}
.plyr__tooltip:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid #fff;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  z-index: 2
}
.plyr .plyr__control:focus-visible .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%) scale(1);
  transform: translate(-50%) scale(1)
}
.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  -webkit-transform: translateY(10px) scale(.8);
  transform: translateY(10px) scale(.8);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip:before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before {
  left: 16px;
  left: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  -webkit-transform: translateY(10px) scale(.8);
  transform: translateY(10px) scale(.8);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);
  -webkit-transform: translateX(50%);
  transform: translateX(50%)
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  -webkit-transform: translate(0) scale(1);
  transform: translate(0) scale(1)
}
.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height, 13px)*.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative
}
.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: -6.5px;
  margin-left: calc(var(--plyr-range-thumb-height, 13px)*-.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height, 13px)*-.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height, 13px))
}
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2
}
.plyr__progress .plyr__tooltip {
  left: 0;
  max-width: 120px;
  word-wrap: break-word
}
.plyr__progress__buffer {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -2.5px;
  margin-top: calc(var(--plyr-range-track-height, 5px)/2*-1);
  padding: 0;
  position: absolute;
  top: 50%
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width .2s ease;
  transition: width .2s ease
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width .2s ease;
  transition: width .2s ease
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width .2s ease;
  transition: width .2s ease
}
.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, .6) 25%, transparent 0, transparent 50%, rgba(35, 40, 47, .6) 0, rgba(35, 40, 47, .6) 75%, transparent 0, transparent);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent
}
.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: hsla(0, 0%, 100%, .25);
  background-color: var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25))
}
.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, .6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6))
}
.plyr__progress__marker {
  background-color: #fff;
  background-color: var(--plyr-progress-marker-background, #fff);
  border-radius: 1px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 3px;
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3
}
.plyr__volume {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative
}
.plyr__volume input[type=range] {
  margin-left: 5px;
  margin-left: calc(var(--plyr-control-spacing, 10px)/2);
  margin-right: 5px;
  margin-right: calc(var(--plyr-control-spacing, 10px)/2);
  max-width: 90px;
  min-width: 60px;
  position: relative;
  z-index: 2
}
.plyr--audio {
  display: block
}
.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px)
}
.plyr--audio .plyr__control:focus-visible, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b2ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff)
}
.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, .6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)))
}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, .6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)))
}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, .6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)))
}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(35, 40, 47, .1);
  box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(35, 40, 47, .1);
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1));
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1))
}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(35, 40, 47, .1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1))
}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(35, 40, 47, .1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1))
}
.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, .6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6))
}
.plyr--video {
  overflow: hidden
}
.plyr--video.plyr--menu-open {
  overflow: visible
}
.plyr__video-wrapper {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  border-radius: inherit;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%
}
.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9
}
@supports not (aspect-ratio:16/9) {
  .plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative
  }
}
.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}
.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  -webkit-transform: translateY(-38.28125%);
  transform: translateY(-38.28125%)
}
.plyr--video .plyr__controls {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .75)));
  background: linear-gradient(transparent, rgba(0, 0, 0, .75));
  background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, .75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: 5px;
  padding: calc(var(--plyr-control-spacing, 10px)/2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing, 10px)*2);
  position: absolute;
  right: 0;
  -webkit-transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
  transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
  transition: opacity .4s ease-in-out, transform .4s ease-in-out;
  transition: opacity .4s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
  z-index: 3
}
@media(min-width:480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing, 10px)*3.5)
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}
.plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff)
}
.plyr__control--overlaid {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: .9;
  padding: 15px;
  padding: calc(var(--plyr-control-spacing, 10px)*1.5);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 2
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative
}
.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  opacity: 1
}
.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden
}
.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block
}
.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: hsla(0, 0%, 100%, .25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25)))
}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: hsla(0, 0%, 100%, .25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25)))
}
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: hsla(0, 0%, 100%, .25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25)))
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px hsla(0, 0%, 100%, .5);
  box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px hsla(0, 0%, 100%, .5);
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, .5));
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, .5))
}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px hsla(0, 0%, 100%, .5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, .5))
}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px hsla(0, 0%, 100%, .5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, .5))
}
.plyr--video .plyr__progress__buffer {
  color: hsla(0, 0%, 100%, .25);
  color: var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25))
}
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%
}
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%
}
.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%
}
.plyr:-webkit-full-screen video {
  height: 100%
}
.plyr:-ms-fullscreen video {
  height: 100%
}
.plyr:fullscreen video {
  height: 100%
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none
}
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none
}
.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none
}
@media(min-width:1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px)
  }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px)
  }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px)
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000000
}
.plyr--fullscreen-fallback video {
  height: 100%
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none
}
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none
}
@media(min-width:1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px)
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1
}
.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%
}
.plyr__ads:after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3
}
.plyr__ads:empty:after {
  display: none
}
.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: .8;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3px;
  z-index: 3
}
.plyr__preview-thumb {
  background-color: #fff;
  background-color: var(--plyr-tooltip-background, #fff);
  border-radius: 8px;
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
  -webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, .15));
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, .15));
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translateY(10px) scale(.8);
  transform: translateY(10px) scale(.8);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: opacity .2s ease .1s, -webkit-transform .2s ease .1s;
  transition: opacity .2s ease .1s, -webkit-transform .2s ease .1s;
  transition: transform .2s ease .1s, opacity .2s ease .1s;
  transition: transform .2s ease .1s, opacity .2s ease .1s, -webkit-transform .2s ease .1s;
  z-index: 2
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  -webkit-transform: translate(0) scale(1);
  transform: translate(0) scale(1)
}
.plyr__preview-thumb:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid #fff;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
  content: "";
  height: 0;
  left: calc(50% + var(--preview-arrow-offset));
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  z-index: 2
}
.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: 7px;
  border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  overflow: hidden;
  position: relative;

}
.plyr__preview-thumb__image-container img, .plyr__preview-thumb__image-container:after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}
.plyr__preview-thumb__image-container:after {
  border-radius: inherit;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15);
  content: "";
  pointer-events: none
}
.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none
}
.plyr__preview-thumb__time-container {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .75)));
  background: linear-gradient(transparent, rgba(0, 0, 0, .75));
  background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, .75)));
  border-bottom-left-radius: 7px;
  border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  border-bottom-right-radius: 7px;
  border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  bottom: 0;
  left: 0;
  line-height: 1.1;
  padding: 20px 6px 6px;
  position: absolute;
  right: 0;
  z-index: 3
}
.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))
}
.plyr__preview-scrubbing {
  bottom: 0;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  width: 100%;
  z-index: 1
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1
}
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%
}
.plyr--no-transition {
  -webkit-transition: none !important;
  transition: none !important
}
.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important
}
.plyr [hidden] {
  display: none !important
}
@font-face {
  font-family: TTNorms;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/TT_Norms_Pro_Regular.408f43.woff2) format("woff2"), url(../fonts/TT_Norms_Pro_Regular.7c3fc7.woff) format("woff")
}
@font-face {
  font-family: TTNorms;
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/TT_Norms_Pro_Italic.4b50de.woff2) format("woff2"), url(../fonts/TT_Norms_Pro_Italic.afdbc8.woff) format("woff")
}
@font-face {
  font-family: TTNorms;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/TT_Norms_Pro_Medium.221d8a.woff2) format("woff2"), url(../fonts/TT_Norms_Pro_Medium.0f0fb1.woff) format("woff")
}
@font-face {
  font-family: TTNorms;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/TT_Norms_Pro_Bold.33b6b0.woff2) format("woff2"), url(../fonts/TT_Norms_Pro_Bold.7a6cbb.woff) format("woff")
}
@font-face {
  font-display: block;
  font-family: KinwellIcons;
  font-style: normal;
  font-weight: 400;
  src: url(data:font/woff;base64,d09GRgABAAAAAA4UAAsAAAAADcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIF8mNtYXAAAAFoAAAAVAAAAFQXVtKTZ2FzcAAAAbwAAAAIAAAACAAAABBnbHlmAAABxAAACcQAAAnENrqSdGhlYWQAAAuIAAAANgAAADYnBiiTaGhlYQAAC8AAAAAkAAAAJAnbBgpobXR4AAAL5AAAAEQAAABEOEkAzGxvY2EAAAwoAAAAJAAAACQM/A9ibWF4cAAADEwAAAAgAAAAIAAXAQRuYW1lAAAMbAAAAYYAAAGGmUoJ+3Bvc3QAAA30AAAAIAAAACAAAwAAAAMDvAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6QwDwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADgAAAAKAAgAAgACAAEAIOkM//3//wAAAAAAIOkA//3//wAB/+MXBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAh/+AGGAN7ABUAAAkBFwkBNwEmJy4BJyYvATAHDgEHBgcBnv6DoQJaAluh/oMwLy9dLy8vBx4eaEZFTwH+/oOhAlv9paEBfS8vMF0uLy4HHh5oRUVPAAEAFf/WAmcDqgASAAATBwkBHwEBJyYnLgEnJi8BMAYHSTQBg/59NDQB6vQfHh49Hh4eBB8VA3Yz/n3+fTM0Aer1Hx4ePB4eHgQeFgABACEAAwYYA58AEgAAEwcJAS8BCQEmJy4BJyYvASIGB3FQAvsC/FFQ/aX+1CYlJUolJSUFAS8hA05Q/QUC+1BR/aUBLSUmJUokJSUFLyEAAAEAK//WAn0DqgASAAABBwE/AQkBJy4BLwEwBw4BBwYHASD1Aeo0NP59AYM0DBoNARMUQi0tMgK19f4WNDMBgwGDMw0aDAETFEItLDMAAAAAAgAA/8AEAAPAAAMABwAAATMRIwEVITUB4FVVAiD8AAPA/AACIFVVAAQAAAAAA4ADgAAPABQAIQA3AAABISIGFREUFjMhMjY1ETQmASMRMxEDIiY1NDYzMhYVFAYjASM1NCYjIgYdASMRMxUzPgEzMhYdAQNA/QAbJSUbAwAaJib9tYWFQyAtLSAgLS0gAjWFEjM0HIWAAQ5AMGU7A4AmG/0CGyYmGwL+Gyb9AAGs/lQB5i0gIC0tICAt/hrQJUxEKdQBrDsZLHVX6gAAAgAAAAADgAOAAA8ATgAAASEiBhURFBYzITI2NRE0JgMUFhUUBw4BBwYjIiYnHgEzMjY3LgEnFjY3LgE9AR4BMy4BNTgBOQE0NjceARcmNjMyFhc+ATcOAQc+ATcOAQMg/UAoODgoAsAoODiKARkYX0ZFWzdmLAgQCC5TIStDDA8cEC08DR4QGiAJCTCMUg5SPBwyEhYqEwceFRQmEg0iA4A4KP1AKDg4KALAKDj+wgQIBUFCQ2siIh8cAQEeGgEzJwIBBAlIMAEHCRE6IhIhDzxJBENeFhMEEAsXJQwCCwcTIwAABQABAAEDgAOAABsAKAA0AGkArQAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTQnLgEnJgMiJjU0NjMyFhUUBiMBFAYjIiY1NDYzMhYXLgEnLgEnJicqASMGBw4BBw4BBwYVBhQXFBceARceARcWFxYyNzY3PgE3PgE3Njc8ATUmJwMOAQcGBw4BIyYjIgciJicmJy4BJyYnLgE1NjU0JzQ2NzY3PgE3Njc+ARcyMzIzMhYXFhceARcWFx4BBxQVFBUWBgcGAcAvKio/EhISEj8qKTAwKio+EhISEj4qKjA9WFc+PlhYPgElHxcWHx8WFx+YAh8nJ182HDMybzMzHDVfKCceAwIBAQIDHicoXjYcMzNvMjMcNl4oJx4DAgEBAl8MLB4WIyJMJCQZGCQkTCMjFh0sDAkEBAIBAQIEBAkLLB4WIyNMJCQYGSQkTCIjFh4sDAgEBAMBAQMEBAKmEhI+KiowLyoqPxISEhI/KikwMCoqPhIS/oVXPj5YWD4+VwGEFh8fFhcfH002XignHgMCAQECAh8nJ182HDIzbzMzHDVfJygeAwEBAQEBAQMeKCdfNRwzM28yMxz+Px0sDAkEBAIBAQIEBAkLLB4WIyNMJCQYGSQkTCIjFh4sDAgEBAMBAgQECAwsHhYjIkwkJBkYJCRMIyMAAAAAAQAAAAADgAOAACkAAAEhIgYVMREUFjMxIREjNTM1NDYzMhYxFSMiBh0BMwcjESEyNjUxETQmIwMg/UAoODgoARJ9fWdVKUY/LiKJFnMBEig4OCgDgDgo/UAoOAExj21eYwl6MB5dj/7POCgCwCg4AAMAAAAAA4ADgAACABIARwAAARcHAREUBiMhIiY1ETQ2MyEyFgMwJicuAScmJy4BIyIxMCMiBgcGBw4BBw4BMTAWFx4BFxYXHgEzMjEwMzI2NzY3PgE3PgExAXa+vgIKOCj9QCg4OCgCwCg4VAQLBiMYFS8vYCUkJCVgLy8VGCIHCwQECwciGBUvL2AlJCQlYC8vFRgiBwsEAixsbQHN/UAoODgoAsAoODj+d4YrFyMHBQQDAwMDBAUHIhgrhoUrGCEHBQQDAwMDBAUHIRgrhQACABf/2wPkA6kAewEBAAATIgYVFBYVNTAUMTUWFx4BFxYXJxYXHgEXFh8BFhceARcWFzM4ATEyMDkBOgEzMjY1OAE5ATU8ATU0Ji8BOAExOAE5AS4BJxcxLgEjIgYHMTgBOQEHJicuAScmLwE3OAE5AT4BNTQmJxcxLgEvATA0MTgBOQEuASMwIjkBBzM4ATE4ATkBMjAxMhYXMR4BFx4BFRQGDwEOARUUFhcxFhceARcWHwEeATMyNj8BPgEzMhYXIzgBMTgBOQEeARc5AR4BBxQwMTgBOQEVOAExOAE5ATgBMRQGIyoBIzEmJy4BJyYnFzgBOQEmJy4BJyYvATgBOQEmJy4BJyYvATwBNTQ2MzGMMUQBBg0NJhgZHQIcICBHJycqAywwMGc2NzgEAQIFAzBFOioBI0AeBAoUCxgqEC0mIyI+GxoXAi0QEgQEAQsQBAEGQSwBi4sBGycDBREMAgMLCjsDAwECGh8fSCgoLAQCBgMFCAQ7CRkPBg0GASFEIxsiASkdAQQBNzU0Yy4vKwQqJSZEHh4ZAxsXFyMMDQUBKR0DqUQxAgYDAQEBOzc4aDExLgQsJyhHIB8bAh0YGCYMDQdEMIsBAQEsQQYBBBELAQMEEg8tFxsbPSIiJQMtECoYCxUKARs/IAMBKjovIhojRCEFDQYPGQk7AwkFAwYCLigpSB8fGQICAQMEOwkLAwIMEQUDKRoBjB0pBwwMJBcYHAIaHx5DJSUoBCouLmI0MzYEAgMBHSkAAAMALABjA9EDEwAmADEASwAAEyIGBzgBFTUwFDkBDgEVERQWMyEyNjURNCYnMCY1FTQwIzEuASMhFyEBDgEjIiYnMQEHAR4BMzI2NzEBERQGIyE4ATEiJjUwNDkBEXEPGQoJCikcAxscKQoIAQEJGg785Q8C/f6QAwcFBAcD/pAmAXcJFw0NGAkBdg0J/OUKDQMTCwoBAQEJGA792h0oKB0CJg0YCQEBAQEKCy7+xAIDAwIBPB7+vwgJCQgBQf3hCg0NCQECHwAAAQAG/9ADNAOsAB4AABMROAExFBYzMjY3IwE+ATU0JicjAS4BIyIGFTgBOQEGIhgJDwcBAroMEA8LAf1HBhEJGCIDcfyZGCIEBAGiCBoQEBkIAcYEBSIZAAEAAAAAAABk2mpRXw889QALBAAAAAAA4OfyCwAAAADg5/ILAAD/wAYYA8AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABjkAAP//BhgAAQAAAAAAAAAAAAAAAAAAABEEAAAAAAAAAAAAAAACAAAABjkAIQKSABUGOQAhApIAKwQAAAADgAAAA4AAAAOAAAEDgAAAA4AAAAQAABcEAAAsAzMABgAAAAAACgAUAB4ASgBwAJgAwADUASYBmAKUAswDNARSBLYE4gABAAAAEQECAAUAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEABwAAAAEAAAAAAAIABwBgAAEAAAAAAAMABwA2AAEAAAAAAAQABwB1AAEAAAAAAAUACwAVAAEAAAAAAAYABwBLAAEAAAAAAAoAGgCKAAMAAQQJAAEADgAHAAMAAQQJAAIADgBnAAMAAQQJAAMADgA9AAMAAQQJAAQADgB8AAMAAQQJAAUAFgAgAAMAAQQJAAYADgBSAAMAAQQJAAoANACkaWNvbW9vbgBpAGMAbwBtAG8AbwBuVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwaWNvbW9vbgBpAGMAbwBtAG8AbwBuaWNvbW9vbgBpAGMAbwBtAG8AbwBuUmVndWxhcgBSAGUAZwB1AGwAYQByaWNvbW9vbgBpAGMAbwBtAG8AbwBuRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff")
}
body {
  color: #1f2b44
}
h1 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 0;
  margin-top: 0
}
@media print, screen and (min-width:48em) {
  h1 {
    font-size: 48px;
    line-height: 56px
  }
}
@media print, screen and (min-width:64em) {
  h1 {
    font-size: 56px;
    line-height: 64px
  }
}
@media screen and (min-width:80em) {
  h1 {
    font-size: 64px;
    line-height: 72px
  }
}
h2 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 0;
  margin-top: 0;
  color: #1f2b44;	/* Dav1d */
}
@media print, screen and (min-width:48em) {
  h2 {
    font-size: 40px;
    line-height: 48px
  }
}
@media print, screen and (min-width:64em) {
  h2 {
    font-size: 48px;
    line-height: 56px
  }
}
@media screen and (min-width:80em) {
  h2 {
    font-size: 56px;
    line-height: 64px
  }
}
h3 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 0;
  margin-top: 0
}
@media screen and (min-width:80em) {
  h3 {
    font-size: 40px;
    line-height: 48px
  }
}
h4 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 0
}
@media screen and (min-width:80em) {
  h4 {
    font-size: 32px;
    line-height: 40px
  }
}
h5 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0
}
@media screen and (min-width:80em) {
  h5 {
    font-size: 26px;
    line-height: 26px
  }
}
a {
  -webkit-text-decoration: none;
  text-decoration: none
}
body, html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth
}
body > #app {
  --topbar-height: 85px;
  color: #1f2b44;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #fff;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh
}
@media print, screen and (min-width:64em) {
  body > #app {
    font-size: 20px;
    line-height: 40px
  }
}
body.no-scroll {
  height: 100%;
  overflow: hidden
}
body .grecaptcha-badge {
  visibility: hidden
}
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 80.375rem;
  padding-left: .75rem;
  padding-right: .75rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}
@media print, screen and (min-width:23.4375em) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem
  }
}
@media print, screen and (min-width:40em) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem
  }
}
@media print, screen and (min-width:64em) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem
  }
}
@media screen and (min-width:80em) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem
  }
}
@media screen and (min-width:90em) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem
  }
}
@media screen and (min-width:80.375em) {
  .container.wide {
    max-width: 100%;
    padding-left: calc(60px - 1rem);
    padding-right: calc(60px - 1rem)
  }
}
a.anchor-label {
  display: none
}
span.font-icon[data-icon=chevron-up]:before {
  content: ""
}
span.font-icon[data-icon=chevron-right]:before {
  content: ""
}
span.font-icon[data-icon=chevron-down]:before {
  content: ""
}
span.font-icon[data-icon=chevron-left]:before {
  content: ""
}
span.font-icon[data-icon=plus]:before {
  content: ""
}
span.font-icon[data-icon=linkedin]:before {
  content: ""
}
span.font-icon[data-icon=twitter]:before {
  content: ""
}
span.font-icon[data-icon=instagram]:before {
  content: ""
}
span.font-icon[data-icon=facebook]:before {
  content: ""
}
span.font-icon[data-icon=youtube]:before {
  content: ""
}
span.font-icon[data-icon=phone]:before {
  content: ""
}
span.font-icon[data-icon=mail]:before {
  content: ""
}
span.font-icon[data-icon=play]:before {
  content: ""
}
span.font-icon:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.load-more button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  border: 1px solid rgba(31, 43, 68, .22);
  border-radius: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f2b44;
  cursor: pointer;
  display: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.load-more button:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.load-more button:after, .load-more button:before {
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s
}
.load-more button:after {
  content: "";
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.load-more button:before {
  font-size: 9px;
  right: 23px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  transition-property: color, transform;
  transition-property: color, transform, -webkit-transform
}
.load-more button:after {
  bottom: 23px;
  height: 100%;
  max-height: 0;
  right: 29px;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition-property: max-height, -webkit-transform;
  transition-property: max-height, -webkit-transform;
  transition-property: max-height, transform;
  transition-property: max-height, transform, -webkit-transform;
  width: 2px
}
@media(hover:hover) {
  .load-more button:hover:before {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
  }
  .load-more button:hover:after {
    max-height: 14px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  .load-more button:hover {
    border: 1px solid rgba(31, 43, 68, .4)
  }
}
.load-more button:before {
  color: #1f2b44
}
.load-more button:after {
  background-color: #1f2b44
}
.load-more button.show {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}
.breadcrumbs {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin-top: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%
}
@media screen and (min-width:83.75em) {
  .breadcrumbs {
    left: 60px;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    width: calc(100% - 60px)
  }
}
.breadcrumbs > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.breadcrumbs > span > span {
  color: rgba(31, 43, 68, .4);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}
.breadcrumbs > span > span a {
  color: rgba(31, 43, 68, .4);
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
@media(hover:hover) {
  .breadcrumbs > span > span a:hover {
    color: rgba(31, 43, 68, .6)
  }
}
.breadcrumbs > span > span:not(.breadcrumb_last):after {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 8px;
  line-height: 1;
  margin: auto 10px
}
form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
form label {
  color: #2b52a0;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  margin: 15px 0 8px 0  ;
  padding: 28px 0 8px;
  position: relative;
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
  width: 100%;

}
form label .minheight { /* Dav1d */
    min-height: 114px;
    margin: 28px 0 -35px;
}
form label .ontop { /* Dav1d */
    z-index: 1!important;	
}
form label .select { /* Dav1d */
    margin-top: -28px!important;	
}
form label .check { /* Dav1d */
    margin-left: 32px;
    margin-top: -15px;
    color: #3a4968;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-weight: 400;
}
form label, form label .label {
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease
}
form label .label {
  position: absolute;
  -webkit-transform: translateY(40px);
  transform: translateY(40px)
}
form label.static-label {
  margin-top: 16px
}
form label.static-label input {
  padding-top: 0
}
form label.static-label > .wpcf7-form-control-wrap {
  padding-top: 12px
}
form label.dropdown {
  z-index: 2
}
form label.active:not(.static-label), form label.active:not(.static-label) .label {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
form label .select {
  position: absolute;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
form [type=email], form [type=file], form [type=number], form [type=tel], form [type=text], form textarea, /* Dav1d */ form [type=password] /* */ {
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #2b52a0;
  border-radius: 0;
  color: #3a4968;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  padding: 28px 0 8px;
  width: 100%
}
.noinput { /* Dav1d */
	display: block;	
	-webkit-appearance: none;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #2b52a0;
    border-radius: 0;
    color: #3a4968;
    font-weight: 400;
    padding: 28px 0 8px;
	margin-top: 45px
}
form [type=email]:focus, form [type=email][aria-invalid=true], /* Dav1d */ form [type=password]:focus, form [type=password][aria-invalid=true], /* */form [type=file]:focus, form [type=file][aria-invalid=true], form [type=number]:focus, form [type=number][aria-invalid=true], form [type=tel]:focus, form [type=tel][aria-invalid=true], form [type=text]:focus, form [type=text][aria-invalid=true], form textarea:focus, form textarea[aria-invalid=true] {
  outline: none
}
form [type=email]::-webkit-input-placeholder, form [type=file]::-webkit-input-placeholder, form [type=number]::-webkit-input-placeholder, form [type=tel]::-webkit-input-placeholder, form [type=text]::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
  opacity: .5
}
form [type=email]::-moz-placeholder, /* Dav1d */  form [type=password]::-webkit-input-placeholder,  /* */ form [type=file]::-moz-placeholder, form [type=number]::-moz-placeholder, form [type=tel]::-moz-placeholder, form [type=text]::-moz-placeholder, form textarea::-moz-placeholder {
  opacity: .5
}
form [type=email]:-ms-input-placeholder, /* Dav1d */  form [type=password]::-moz-placeholder, /* */form [type=file]:-ms-input-placeholder, form [type=number]:-ms-input-placeholder, form [type=tel]:-ms-input-placeholder, form [type=text]:-ms-input-placeholder, form textarea:-ms-input-placeholder {
  opacity: .5
}
form [type=email]::-ms-input-placeholder, /* Dav1d */ form [type=password]:-ms-input-placeholder, /* */form [type=file]::-ms-input-placeholder, form [type=number]::-ms-input-placeholder, form [type=tel]::-ms-input-placeholder, form [type=text]::-ms-input-placeholder, form textarea::-ms-input-placeholder {
  opacity: .5
}
form [type=email]::placeholder, /* Dav1d */ form [type=password]::placeholder, /* */form [type=file]::placeholder, form [type=number]::placeholder, form [type=tel]::placeholder, form [type=text]::placeholder, form textarea::placeholder {
  opacity: .5
}
form input[type=checkbox] {
  display: none;
  opacity: 0;
  width: 16px
}
form input[type=checkbox] + span {
  cursor: pointer;
  display: inline;
  left: 32px;
  line-height: 26px;
  max-width: calc(100% - 32px);
  padding: 0;
  position: relative
}
form input[type=checkbox] + span:before {
  background-color: transparent;
  border: 2px solid #2b52a0;
  border-radius: 2px;
  content: "";
  height: 20px;
  left: -32px;
  position: absolute;
  top: 2px;
  width: 20px
}
form input[type=checkbox]:checked + span:before {
  background-color: #2b52a0
}
form input[type=checkbox]:checked + span:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 10px;
  left: -25px;
  position: absolute;
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px
}
form .wpcf7-checkbox.inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -6px 0 -6px -36px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: calc(100% + 36px)
}
form .wpcf7-checkbox.inline .wpcf7-list-item {
  margin: 6px 36px;
  width: auto
}
form span.wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;

}
form span.wpcf7-form-control-wrap + .dropdown, form span.wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-bottom: 40px;
  margin-top: 56px
}
@media print, screen and (min-width:64em) {
  form span.wpcf7-form-control-wrap + .dropdown, form span.wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
    margin-bottom: 56px;
    margin-top: 64px
  }
}
form button[type=submit], form input[type=submit] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 0;
  border-radius: 9px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 32px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
form button[type=submit]:before, form input[type=submit]:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
form button[type=submit]:after, form input[type=submit]:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
form button[type=submit]:before, form input[type=submit]:before {
  right: 25px
}
form button[type=submit]:after, form input[type=submit]:after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  form button[type=submit]:hover:after, form input[type=submit]:hover:after {
    max-width: 14px
  }
}
form button[type=submit]:before, form input[type=submit]:before {
  color: #1f2b44
}
form button[type=submit]:after, form input[type=submit]:after {
  background-color: #1f2b44
}
@media(hover:hover) {
  form button[type=submit]:hover, form input[type=submit]:hover {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .18);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .18)
  }
}
form span.wpcf7-acceptance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px
}
form span.wpcf7-acceptance label {
  color: #3a4968;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%
}
@media print, screen and (min-width:64em) {
  form span.wpcf7-acceptance label {
    font-size: 20px;
    line-height: 40px
  }
}
form span.wpcf7-acceptance label a {
  color: #3a4968;
  display: inline-block;
  -webkit-text-decoration: underline;
  text-decoration: underline
}
@media(hover:hover) {
  form span.wpcf7-acceptance label a:hover {
    color: #2b52a0
  }
}
form .wpcf7-list-item {
  margin: 0;
  width: 100%
}
form .wpcf7-not-valid-tip {
  margin-top: 8px
}
form .choices[data-type] {
  --border-radius: 9px;
  overflow: visible
}
form .choices[data-type], form .choices[data-type] .choices__inner, form .choices[data-type] .choices__item {
  color: #2b52a0;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px
}
form .choices[data-type] .choices__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: none;
  border-radius: var(--border-radius);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .13);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .13);
  min-height: 62px;
  padding-left: 22px
}
form .choices[data-type]:after {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
  content: "";
  height: 9px;
  line-height: 9px;
  right: 32px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px
}
form .choices[data-type].is-open .choices__inner {
  border-radius: var(--border-radius) var(--border-radius) 0 0
}
form .choices[data-type].is-open .choices__list--dropdown {
  border: none;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .13);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .13)
}
form .choices[data-type].is-open .choices__list--dropdown .choices__item--selectable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 22px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 62px
}
form .choices[data-type].is-open .choices__list--dropdown .choices__item--selectable:before {
  background: #f1f0ea;
  border-radius: 9px;
  content: "";
  display: block;
  height: 40px;
  left: 8px;
  opacity: 0;
  position: absolute;
  right: 8px;
  -webkit-transition: opacity 50ms ease-out;
  transition: opacity 50ms ease-out;
  width: calc(100% - 16px);
  z-index: -1
}
form .choices[data-type].is-open .choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: transparent
}
form .choices[data-type].is-open .choices__list--dropdown .choices__item--selectable.is-highlighted:before {
  opacity: 1
}
form .choices[data-type].is-open:after {
  margin-top: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg)
}
form .disclaimer {
  color: #1f2b44;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  line-height: 24px
}
@media print, screen and (min-width:64em) {
  form .disclaimer {
    font-size: 20px;
    font-size: 14px;
    line-height: 40px;
    line-height: 24px
  }
}
form .disclaimer a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  form .disclaimer a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.wpcf7 form .wpcf7-response-output {
  border: 0;
  margin: 0;
  padding: 0
}
.wpcf7 form:not(.sent) .wpcf7-response-output {
  color: #3a4968;
  font-size: 14px;
  line-height: 20px;
  margin-top: 16px;
  width: 100%
}
.wpcf7 form.sent .wpcf7-response-output {
  color: green;
  font-size: 14px;
  line-height: 20px;
  margin-top: 16px;
  width: 100%
}
.wpcf7-spinner {
  display: none
}
.video {
  position: relative
}
.video .poster {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}
.video .poster img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}
.video .poster .play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 26px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  cursor: pointer;
  height: 80px;
  justify-content: center;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  width: 80px
}
@media print, screen and (min-width:64em) {
  .video .poster .play {
    font-size: 37px;
    height: 112px;
    width: 112px
  }
}
@media(hover:hover) {
  .video .poster .play:hover {
    background-color: #a2d3f3;
    color: #000
  }
}
.video .poster .play span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 6%
}
.video .video-wrapper:not(.no-poster) {
  visibility: hidden
}
.video.started .video-wrapper {
  visibility: visible
}
.filters {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media print, screen and (min-width:40em) {
  .filters {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
.filters .title {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 24px;
  margin-top: 0;
  width: 100%
}
@media screen and (min-width:80em) {
  .filters .title {
    font-size: 26px;
    line-height: 26px
  }
}
@media print, screen and (min-width:40em) {
  .filters .title {
    margin: 0 40px 32px 0
  }
}
.filters .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 100%;
  position: relative;
  width: 100%
}
.filters .filter:first-of-type {
  z-index: 6
}
.filters .filter:nth-of-type(2) {
  z-index: 5
}
.filters .filter:nth-of-type(3) {
  z-index: 4
}
.filters .filter:nth-of-type(4) {
  z-index: 3
}
.filters .filter:nth-of-type(5) {
  z-index: 2
}
.filters .filter:nth-of-type(6) {
  z-index: 1
}
@media print, screen and (min-width:40em) {
  .filters .filter {
    width: 200px;
    width: calc(var(--dropdown-width, 200px))
  }
}
.filters .filter + .filter {
  margin-top: 16px
}
@media print, screen and (min-width:40em) {
  .filters .filter + .filter {
    margin-left: 24px;
    margin-top: 0
  }
}
.filters .filter .label {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 8px
}
@media print, screen and (min-width:40em) {
  .filters .filter .label {
    margin-bottom: 12px
  }
}
.filters .filter .current {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  border: 1px solid rgba(31, 43, 68, .22);
  border-radius: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 19px 52px 19px 22px;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  width: 100%;
  z-index: 2
}
.filters .filter .current:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.filters .filter .current:after, .filters .filter .current:before {
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s
}
.filters .filter .current:after {
  content: "";
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.filters .filter .current:before {
  font-size: 9px;
  right: 23px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  transition-property: color, transform;
  transition-property: color, transform, -webkit-transform
}
.filters .filter .current:after {
  bottom: 23px;
  height: 100%;
  max-height: 0;
  right: 29px;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition-property: max-height, -webkit-transform;
  transition-property: max-height, -webkit-transform;
  transition-property: max-height, transform;
  transition-property: max-height, transform, -webkit-transform;
  width: 2px
}
@media(hover:hover) {
  .filters .filter .current:hover:before {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
  }
  .filters .filter .current:hover:after {
    max-height: 14px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  .filters .filter .current:hover {
    border: 1px solid rgba(31, 43, 68, .4)
  }
}
.filters .filter .current:before {
  color: #1f2b44
}
.filters .filter .current:after {
  background-color: #1f2b44;
  margin-left: auto;
  padding-left: 0
}
.filters .filter .current .text {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%
}
.filters .filter.open .current:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.filters .filter.open .current:after {
  display: none
}
.filters .filter .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden;
  padding-left: 0;
  position: absolute;
  top: 108px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #fff;
  border-radius: 9px;
  -webkit-box-shadow: 0 16px 40px 0 rgba(0, 0, 0, .2), 0 2px 4px 0 rgba(0, 0, 0, .31);
  box-shadow: 0 16px 40px 0 rgba(0, 0, 0, .2), 0 2px 4px 0 rgba(0, 0, 0, .31);
  -ms-flex-direction: column;
  flex-direction: column;
  height: 0;
  max-width: calc(100vw - 48px);
  min-width: 100%;
  -webkit-transition: height .2s ease-out;
  transition: height .2s ease-out;
  z-index: 1
}
@media print, screen and (min-width:40em) {
  .filters .filter .options {
    min-width: 250px
  }
}
.filters .filter .options li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  padding: 0 8px
}
.filters .filter .options li:first-of-type {
  margin-top: 8px
}
.filters .filter .options li:last-of-type {
  margin-bottom: 8px
}
.filters .filter .options li label {
  border-radius: 4px;
  color: #1f2b44;
  cursor: pointer;
  font-size: 16px;
  line-height: 18px;
  overflow: hidden;
  padding: 8px 80px 8px 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%
}
@media(hover:hover) {
  .filters .filter .options li label:hover {
    background-color: #f1f0ea
  }
}
.filters .filter .options li label input {
  display: none
}
.filters .filter.open .options {
  height: var(--element-height)
}
.specialists-list .title {
  display: block;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 32px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .specialists-list .title {
    font-size: 26px;
    line-height: 26px
  }
}
.specialists-list ul.specialists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.specialists-list ul.specialists li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  cursor: pointer;
  justify-content: flex-start
}
.specialists-list ul.specialists li:not(:first-of-type) {
  margin-top: 32px
}
.specialists-list ul.specialists li img {
  border-radius: 4px;
  height: 64px;
  margin-right: 24px;
  width: 64px
}
.specialists-list ul.specialists li .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.specialists-list ul.specialists li .contact-info .name {
  font-size: 20px;
  font-weight: 500;
  line-height: 40px
}
.specialists-list ul.specialists li .contact-info .toggle {
  font-size: 16px;
  line-height: 16px;
  opacity: .6;
  padding-left: 20px;
  position: relative;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out
}
.specialists-list ul.specialists li .contact-info .toggle:after, .specialists-list ul.specialists li .contact-info .toggle:before {
  background-color: #1f2b44;
  content: " ";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 12px
}
.specialists-list ul.specialists li .contact-info .toggle:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: transform .2s ease-out;
  transition: transform .2s ease-out
}
.specialists-list ul.specialists li .contact-info .panel {
  font-size: 16px;
  line-height: 26px;
  margin-top: 12px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out
}
.specialists-list ul.specialists li .contact-info .panel a {
  color: #1f2b44;
  display: block;
  -webkit-text-decoration: underline;
  text-decoration: underline
}
@media(hover:hover) {
  .specialists-list ul.specialists li .contact-info .panel a:hover {
    color: #2b52a0
  }
}
.specialists-list ul.specialists li.open .toggle {
  opacity: 1
}
.specialists-list ul.specialists li.open .toggle:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg)
}
.specialists-list ul.specialists li.open .panel {
  max-height: 52px;
  opacity: 1
}
.pop-up-container {
  background-color: rgba(31, 43, 68, .22);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99
}
.pop-up-container.open {
  display: block
}
.pop-up-container .pop-up-form {
  background: #fff;
  left: 50%;
  max-height: 100vh;
  max-width: 640px;
  overflow-y: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%
}
@media screen and (min-width:80em) {
  .pop-up-container .pop-up-form {
    max-height: 90vh
  }
}
.pop-up-container .pop-up-form .close {
  color: #2b52a0;
  cursor: pointer;
  height: 16px;
  position: absolute;
  right: 24px;
  top: 40px;
  width: 16px;
  z-index: 99
}
@media screen and (min-width:80em) {
  .pop-up-container .pop-up-form .close {
    top: 24px
  }
}
.pop-up-container .pop-up-form .close span {
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.pop-up-container .pop-up-form .content {
  margin: 32px 16px 56px
}
@media print, screen and (min-width:48em) {
  .pop-up-container .pop-up-form .content {
    margin: 48px 48px 56px
  }
}
.pop-up-container .pop-up-form .content .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.pop-up-container .pop-up-form .content .heading .title {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 0;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .pop-up-container .pop-up-form .content .heading .title {
    font-size: 40px;
    line-height: 48px
  }
}
.pop-up-container .pop-up-form .content .heading .text {
  margin-top: 1em
}
.pop-up-container .pop-up-form .content .heading .text p {
  color: #1f2b44;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 0
}
@media print, screen and (min-width:64em) {
  .pop-up-container .pop-up-form .content .heading .text p {
    font-size: 20px;
    line-height: 40px
  }
}
.pop-up-container .pop-up-form .content .heading .text p a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .pop-up-container .pop-up-form .content .heading .text p a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.pop-up-container .pop-up-form .content .heading .text p strong {
  font-weight: 700
}
.pop-up-container .pop-up-form .content .heading .text p + ol, .pop-up-container .pop-up-form .content .heading .text p + p, .pop-up-container .pop-up-form .content .heading .text p + ul {
  margin-top: 1em
}
.pop-up-container .pop-up-form .content .heading .text h2 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 16px;
  margin-top: 0
}
@media print, screen and (min-width:48em) {
  .pop-up-container .pop-up-form .content .heading .text h2 {
    font-size: 40px;
    line-height: 48px
  }
}
@media print, screen and (min-width:64em) {
  .pop-up-container .pop-up-form .content .heading .text h2 {
    font-size: 48px;
    line-height: 56px
  }
}
@media screen and (min-width:80em) {
  .pop-up-container .pop-up-form .content .heading .text h2 {
    font-size: 56px;
    line-height: 64px
  }
}
.pop-up-container .pop-up-form .content .heading .text h3 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 12px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .pop-up-container .pop-up-form .content .heading .text h3 {
    font-size: 40px;
    line-height: 48px
  }
}
.pop-up-container .pop-up-form .content .heading .text h4 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 8px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .pop-up-container .pop-up-form .content .heading .text h4 {
    font-size: 32px;
    line-height: 40px
  }
}
.pop-up-container .pop-up-form .content .heading .text h5 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .pop-up-container .pop-up-form .content .heading .text h5 {
    font-size: 26px;
    line-height: 26px
  }
}
.pop-up-container .pop-up-form .content .heading .text ol, .pop-up-container .pop-up-form .content .heading .text ul {
  color: #1f2b44;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin: 14px 0;
  padding-left: 32px
}
@media print, screen and (min-width:64em) {
  .pop-up-container .pop-up-form .content .heading .text ol, .pop-up-container .pop-up-form .content .heading .text ul {
    font-size: 20px;
    line-height: 40px
  }
}
.pop-up-container .pop-up-form .content .heading .text ol a, .pop-up-container .pop-up-form .content .heading .text ul a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .pop-up-container .pop-up-form .content .heading .text ol a:hover, .pop-up-container .pop-up-form .content .heading .text ul a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.pop-up-container .pop-up-form .content .heading .text blockquote p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  quotes: "“""”""‘""’"
}
@media print, screen and (min-width:64em) {
  .pop-up-container .pop-up-form .content .heading .text blockquote p {
    font-size: 24px
  }
}
.pop-up-container .pop-up-form .content .heading .text blockquote p:before {
  content: open-quote
}
.pop-up-container .pop-up-form .content .heading .text blockquote p:after {
  content: close-quote
}
.pop-up-container .pop-up-form .content .heading .text blockquote p a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .pop-up-container .pop-up-form .content .heading .text blockquote p a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.pop-up-container .pop-up-form .content .heading .text blockquote + h2, .pop-up-container .pop-up-form .content .heading .text ol + h2, .pop-up-container .pop-up-form .content .heading .text p + h2, .pop-up-container .pop-up-form .content .heading .text ul + h2 {
  margin-top: 40px
}
.pop-up-container .pop-up-form .content .heading .text blockquote + h3, .pop-up-container .pop-up-form .content .heading .text blockquote + h4, .pop-up-container .pop-up-form .content .heading .text ol + h3, .pop-up-container .pop-up-form .content .heading .text ol + h4, .pop-up-container .pop-up-form .content .heading .text p + h3, .pop-up-container .pop-up-form .content .heading .text p + h4, .pop-up-container .pop-up-form .content .heading .text ul + h3, .pop-up-container .pop-up-form .content .heading .text ul + h4 {
  margin-top: 32px
}
.pop-up-container .pop-up-form .success-message {
  display: none
}
.pop-up-container .pop-up-form .contact-form {
  margin-top: 32px;
  width: 100%
}
.pop-up-container .pop-up-form .contact-form label {
  margin-top: 24px
}
.pop-up-container .pop-up-form .contact-form ._form-content {
  width: 100%
}
.pop-up-container .pop-up-form .contact-form ._form-field:not(:first-of-type) {
  margin-top: 16px
}
.pop-up-container .pop-up-form .contact-form ._form-field input {
  padding-top: 0
}
.pop-up-container .pop-up-form .contact-form ._form-thank-you {
  font-weight: 700
}
.pop-up-container .pop-up-form .contact-form .wpcf7 form:not(.sent) .wpcf7-response-output {
  font-size: 18px;
  line-height: 16px;
  margin-top: 32px;
  width: 100%
}
.pop-up-container .pop-up-form .contact-form [type=submit] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2b52a0;
  border: 0;
  border-radius: 9px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.pop-up-container .pop-up-form .contact-form [type=submit]:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.pop-up-container .pop-up-form .contact-form [type=submit]:after {
  background-color: #1f2b44;
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.pop-up-container .pop-up-form .contact-form [type=submit]:before {
  color: #fff
}
.pop-up-container .pop-up-form .contact-form [type=submit]:after {
  background-color: #fff
}
.pop-up-container .pop-up-form .contact-form span.wpcf7-acceptance {
  margin-bottom: 48px
}
#cookiebanner {
  background-color: #fff;
  bottom: 24px;
  -webkit-box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, .08);
  box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, .08);
  left: 24px;
  max-height: 100%;
  max-width: 768px;
  overflow: auto;
  padding: 32px 24px 24px;
  position: fixed;
  right: 24px;
  z-index: 11
}
@media print, screen and (min-width:40em) {
  #cookiebanner {
    left: auto
  }
}
#cookiebanner .c-settings {
  display: none;
  word-wrap: break-word
}
#cookiebanner .c-header {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 0
}
@media screen and (min-width:80em) {
  #cookiebanner .c-header {
    font-size: 32px;
    line-height: 40px
  }
}
#cookiebanner .c-message {
  color: #1f2b44;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  line-height: 24px
}
@media print, screen and (min-width:64em) {
  #cookiebanner .c-message {
    font-size: 20px;
    font-size: 14px;
    line-height: 40px;
    line-height: 24px
  }
}
#cookiebanner .c-message a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  #cookiebanner .c-message a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
#cookiebanner .c-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 24px
}
@media print, screen and (min-width:64em) {
  #cookiebanner .c-content {
    font-size: 14px;
    line-height: 24px
  }
}
#cookiebanner .c-content .c-preference {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
#cookiebanner .c-content .c-preference + .c-preference {
  margin-top: 8px
}
#cookiebanner .c-content .c-switch-heading {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-left: 8px
}
#cookiebanner .c-content .c-intro {
  color: #1f2b44;
  color: rgba(31, 43, 68, .6);
  display: none;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  line-height: 24px;
  margin-left: 48px
}
@media print, screen and (min-width:64em) {
  #cookiebanner .c-content .c-intro {
    font-size: 20px;
    font-size: 14px;
    line-height: 40px;
    line-height: 24px
  }
}
@media print, screen and (min-width:23.4375em) {
  #cookiebanner .c-content .c-intro {
    display: block
  }
}
#cookiebanner .switch {
  display: inline-block;
  height: 22px;
  position: relative;
  width: 40px
}
#cookiebanner .switch .slider {
  background-color: #f1f0ea;
  border-radius: 18px;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: .4s;
  transition: .4s
}
#cookiebanner .switch .slider:before {
  background-color: #fff;
  border-radius: 50%;
  bottom: 2px;
  content: "";
  height: 18px;
  left: 2px;
  position: absolute;
  -webkit-transition: .4s;
  transition: .4s;
  width: 18px
}
#cookiebanner .switch input {
  height: 0;
  opacity: 0;
  width: 0
}
#cookiebanner .switch input:checked + .slider {
  background-color: #2b52a0
}
#cookiebanner .switch input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  transform: translateX(18px)
}
#cookiebanner .switch input:checked[disabled] + .slider {
  background-color: #7f7f7f
}
#cookiebanner .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 24px
}
@media print, screen and (min-width:48em) {
  #cookiebanner .button-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
#cookiebanner .button-container .s-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  border-radius: 9px;
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 0 28px 0 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
#cookiebanner .button-container .s-button:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
#cookiebanner .button-container .s-button:after {
  background-color: #1f2b44;
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
#cookiebanner .button-container .s-button:before {
  right: 25px
}
#cookiebanner .button-container .s-button:after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  #cookiebanner .button-container .s-button:hover:after {
    max-width: 14px
  }
}
#cookiebanner .button-container .s-button:before {
  right: 0
}
#cookiebanner .button-container .s-button:after {
  right: 2px
}
@media(hover:hover) {
  #cookiebanner .button-container .s-button:hover {
    color: rgba(31, 43, 68, .6)
  }
  #cookiebanner .button-container .s-button:hover:after {
    background-color: rgba(31, 43, 68, .6)
  }
}
@media print, screen and (min-width:64em) {
  #cookiebanner .button-container .s-button {
    font-size: 14px;
    line-height: 24px
  }
}
/* Dav1d */
#reply .c-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2b52a0;
  border: 0;
  border-radius: 9px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 16px;
  padding: 14px 52px 14px 14px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
#reply .c-button:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
#reply .c-button:after {
  background-color: #1f2b44;
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
#reply .c-button:before {
  right: 25px
}
#reply .c-button:after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  #reply .c-button:hover:after {
    max-width: 14px
  }
}
#reply .c-button:before {
  color: #fff
}
#reply .c-button:after {
  background-color: #fff
}
@media print, screen and (min-width:64em) {
  #reply .c-button {
    font-size: 14px;
    line-height: 24px
  }
}
/* */
#cookiebanner .button-container .c-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2b52a0;
  border: 0;
  border-radius: 9px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 16px;
  padding: 14px 52px 14px 14px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
#cookiebanner .button-container .c-button:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
#cookiebanner .button-container .c-button:after {
  background-color: #1f2b44;
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
#cookiebanner .button-container .c-button:before {
  right: 25px
}
#cookiebanner .button-container .c-button:after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  #cookiebanner .button-container .c-button:hover:after {
    max-width: 14px
  }
}
#cookiebanner .button-container .c-button:before {
  color: #fff
}
#cookiebanner .button-container .c-button:after {
  background-color: #fff
}
@media print, screen and (min-width:64em) {
  #cookiebanner .button-container .c-button {
    font-size: 14px;
    line-height: 24px
  }
}
.text-section {
  margin-top: 80px
}
.text-section.alt-background {
  background-color: #f1f0ea;
  padding-bottom: 80px;
  padding-top: 80px
}
@media print, screen and (min-width:64em) {
  .text-section.alt-background {
    padding-bottom: 120px;
    padding-top: 120px
  }
}
.text-section .text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem)
}
.text-section .text p {
  color: #1f2b44;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 0
}
@media print, screen and (min-width:64em) {
  .text-section .text p {
    font-size: 20px;
    line-height: 40px
  }
}
.text-section .text p a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .text-section .text p a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.text-section .text p strong {
  font-weight: 700
}
.text-section .text p + ol, .text-section .text p + p, .text-section .text p + ul {
  margin-top: 1em
}
.text-section .text h2 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 16px;
  margin-top: 0
}
@media print, screen and (min-width:48em) {
  .text-section .text h2 {
    font-size: 40px;
    line-height: 48px
  }
}
@media print, screen and (min-width:64em) {
  .text-section .text h2 {
    font-size: 48px;
    line-height: 56px
  }
}
@media screen and (min-width:80em) {
  .text-section .text h2 {
    font-size: 56px;
    line-height: 64px
  }
}
.text-section .text h3 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 12px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .text-section .text h3 {
    font-size: 40px;
    line-height: 48px
  }
}
.text-section .text h4 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 8px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .text-section .text h4 {
    font-size: 32px;
    line-height: 40px
  }
}
.text-section .text h5 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .text-section .text h5 {
    font-size: 26px;
    line-height: 26px
  }
}
.text-section .text ol, .text-section .text ul {
  color: #1f2b44;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin: 14px 0;
  padding-left: 32px
}
@media print, screen and (min-width:64em) {
  .text-section .text ol, .text-section .text ul {
    font-size: 20px;
    line-height: 40px
  }
}
.text-section .text ol a, .text-section .text ul a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .text-section .text ol a:hover, .text-section .text ul a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.text-section .text blockquote p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  quotes: "“""”""‘""’"
}
@media print, screen and (min-width:64em) {
  .text-section .text blockquote p {
    font-size: 24px
  }
}
.text-section .text blockquote p:before {
  content: open-quote
}
.text-section .text blockquote p:after {
  content: close-quote
}
.text-section .text blockquote p a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .text-section .text blockquote p a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.text-section .text blockquote + h2, .text-section .text ol + h2, .text-section .text p + h2, .text-section .text ul + h2 {
  margin-top: 40px
}
.text-section .text blockquote + h3, .text-section .text blockquote + h4, .text-section .text ol + h3, .text-section .text ol + h4, .text-section .text p + h3, .text-section .text p + h4, .text-section .text ul + h3, .text-section .text ul + h4 {
  margin-top: 32px
}
@media screen and (min-width:80em) {
  .text-section .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(70.83333% - 2rem)
  }
}
.text-section .text a.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2b52a0;
  border: 0;
  border-radius: 9px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 32px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.text-section .text a.button:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.text-section .text a.button:after, .text-section .text a.button:before {
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s
}
.text-section .text a.button:after {
  background-color: #1f2b44;
  content: "";
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.text-section .text a.button:before {
  right: 25px
}
.text-section .text a.button:after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  .text-section .text a.button:hover:after {
    max-width: 14px
  }
}
.text-section .text a.button:before {
  color: #fff
}
.text-section .text a.button:after {
  background-color: #fff
}
@media screen and (min-width:80em) {
  .text-section .text a.button {
    margin-top: 48px
  }
}
.text-section.alt-background a.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 0;
  border-radius: 9px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.text-section.alt-background a.button:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.text-section.alt-background a.button:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.text-section.alt-background a.button:before {
  right: 25px
}
.text-section.alt-background a.button:after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  .text-section.alt-background a.button:hover:after {
    max-width: 14px
  }
}
.text-section.alt-background a.button:before {
  color: #1f2b44
}
.text-section.alt-background a.button:after {
  background-color: #1f2b44
}
@media(hover:hover) {
  .text-section.alt-background a.button:hover {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .18);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .18)
  }
}
.text-section.alt-background + .alt-background, .text-section.alt-background + .buttons-section, .text-section.alt-background + .cta-form-section {
  margin-top: 0;
  padding-top: 0
}
.text-section.alt-background + .banner-section {
  background-color: #f1f0ea;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .text-section.alt-background + .banner-section {
    padding-top: 64px
  }
}
.image-section {
  margin-bottom: 40px;
  margin-top: 40px
}
@media screen and (min-width:80em) {
  .image-section {
    margin-bottom: 80px;
    margin-top: 80px
  }
}
.image-section .container figure {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 0;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem)
}
@media print, screen and (min-width:64em) {
  .image-section .container figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: calc(8.33333% + 1rem);
    margin-right: 1rem;
    width: calc(66.66667% - 2rem)
  }
}
.image-section .container figure img {
  width: 100%
}
.video-section {
  margin-bottom: 40px;
  margin-top: 40px
}
@media screen and (min-width:80em) {
  .video-section {
    margin-bottom: 80px;
    margin-top: 80px
  }
}
.video-section .video {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem)
}
@media print, screen and (min-width:64em) {
  .video-section .video {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: calc(8.33333% + 1rem);
    margin-right: 1rem;
    width: calc(66.66667% - 2rem)
  }
}
.banner-section {
  margin-bottom: 80px;
  margin-top: 80px
}
@media screen and (min-width:80em) {
  .banner-section {
    margin-bottom: 120px;
    margin-top: 120px
  }
}
.banner-section .image {
  border-radius: 40px 0 0 0;
  display: block;
  overflow: hidden;
  --outside-gutter: 28px;
  margin-left: 28px;
  margin-left: var(--outside-gutter);
  width: calc(100% - 28px);
  width: calc(100% - var(--outside-gutter))
}
@media print, screen and (min-width:23.4375em) {
  .banner-section .image {
    --outside-gutter: 32px
  }
}
@media screen and (min-width:80.375em) {
  .banner-section .image {
    --outside-gutter: calc(50vw - 40.1875rem + 32px)
  }
}
@media screen and (min-width:90em) {
  .banner-section .image {
    width: calc(688px + 40.1875rem)
  }
}
.banner-section .image img {
  width: 100%
}
.banner-section + .buttons-section {
  margin-top: -200px;
  padding-top: 200px
}
@media screen and (min-width:80em) {
  .banner-section + .buttons-section {
    margin-top: -200px;
    padding-top: 240px
  }
}
.banner-section + .cta-form-section, .banner-section + .side-menu-section.alt-background, .banner-section + .text-section.alt-background {
  margin-top: -200px;
  padding-top: 200px
}
@media screen and (min-width:80em) {
  .banner-section + .cta-form-section, .banner-section + .side-menu-section.alt-background, .banner-section + .text-section.alt-background {
    margin-top: -240px;
    padding-top: 240px
  }
}
.benefits-section {
  margin-bottom: 80px;
  margin-top: 80px
}
@media print, screen and (min-width:64em) {
  .benefits-section {
    margin-bottom: 120px;
    margin-top: 120px
  }
}
.benefits-section .container .title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 1rem 8px;
  width: calc(100% - 2rem)
}
@media screen and (min-width:80em) {
  .benefits-section .container .title {
    font-size: 32px;
    line-height: 40px
  }
}
@media print, screen and (min-width:48em) {
  .benefits-section .container .title {
    margin-bottom: 48px
  }
}
@media print, screen and (min-width:64em) {
  .benefits-section .container .title {
    margin-bottom: 72px
  }
}
.benefits-section .container ul.benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  width: 100%
}
@media print, screen and (min-width:48em) {
  .benefits-section .container ul.benefits {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.benefits-section .container ul.benefits li {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media print, screen and (max-width:47.99875em) {
  .benefits-section .container ul.benefits li {
    padding-top: 48px
  }
  .benefits-section .container ul.benefits li:not(:last-of-type) {
    border-bottom: 1px solid rgba(31, 43, 68, .22);
    padding-bottom: 48px
  }
}
@media print, screen and (min-width:48em) {
  .benefits-section .container ul.benefits li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(33.33333% - 2rem);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 28px 8px;
    text-align: center
  }
  .benefits-section .container ul.benefits li:not(:last-of-type) {
    border-right: 1px solid rgba(31, 43, 68, .22);
    margin-right: 0;
    padding-right: calc(8px + 1rem)
  }
}
@media print, screen and (min-width:64em) {
  .benefits-section .container ul.benefits li {
    padding: 8px 48px
  }
  .benefits-section .container ul.benefits li:not(:last-of-type) {
    padding-right: calc(48px + 1rem)
  }
}
@media screen and (min-width:80em) {
  .benefits-section .container ul.benefits li {
    border-right: 1px solid rgba(31, 43, 68, .22);
    padding: 8px 64px
  }
  .benefits-section .container ul.benefits li:first-of-type {
    border-left: 1px solid rgba(31, 43, 68, .22)
  }
  .benefits-section .container ul.benefits li:not(:last-of-type) {
    margin-right: 1rem
  }
}
.benefits-section .container ul.benefits li span {
  font-size: 20px;
  line-height: 34px
}
@media print, screen and (max-width:39.99875em) {
  .benefits-section .container ul.benefits li span {
    width: 80%
  }
}
@media print, screen and (min-width:48em)and (max-width:63.99875em) {
  .benefits-section .container ul.benefits li span {
    font-size: 18px;
    line-height: 32px
  }
}
.benefits-section .container ul.benefits li img {
  height: 32px;
  margin-bottom: 32px;
  width: 32px
}
@media print, screen and (min-width:64em) {
  .benefits-section .container ul.benefits li img {
    height: 50px;
    margin-bottom: 24px;
    width: 50px
  }
}
.benefits-section + .logos-section {
  padding-top: 0
}
@media print, screen and (min-width:64em) {
  .benefits-section + .logos-section {
    padding-top: 80px
  }
}
.buttons-section {
  background-color: #f1f0ea;
  margin-top: 80px;
  padding-bottom: 80px;
  padding-top: 80px
}
.buttons-section .container .title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 1rem;
  width: calc(100% - 2rem)
}
@media screen and (min-width:80em) {
  .buttons-section .container .title {
    font-size: 32px;
    line-height: 40px
  }
}
.buttons-section .container ul.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  margin-top: 48px;
  padding-left: 0;
  width: 100%
}
.buttons-section .container ul.buttons li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem)
}
@media print, screen and (min-width:48em) {
  .buttons-section .container ul.buttons li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(50% - 2rem)
  }
}
@media screen and (min-width:80em) {
  .buttons-section .container ul.buttons li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(33.33333% - 2rem)
  }
}
.buttons-section .container ul.buttons li a.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 0;
  border-radius: 9px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 4px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  width: 100%
}
.buttons-section .container ul.buttons li a.button:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.buttons-section .container ul.buttons li a.button:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.buttons-section .container ul.buttons li a.button:before {
  right: 25px
}
.buttons-section .container ul.buttons li a.button:after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  .buttons-section .container ul.buttons li a.button:hover:after {
    max-width: 14px
  }
}
.buttons-section .container ul.buttons li a.button:before {
  color: #1f2b44
}
.buttons-section .container ul.buttons li a.button:after {
  background-color: #1f2b44
}
@media(hover:hover) {
  .buttons-section .container ul.buttons li a.button:hover {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .18);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .18)
  }
}
.buttons-section + .alt-background, .buttons-section + .cta-form-section {
  margin-top: 0
}
.buttons-section + .banner-section {
  background-color: #f1f0ea;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .buttons-section + .banner-section {
    padding-top: 64px
  }
}
.cta-section {
  margin-top: 80px
}
.cta-section .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.cta-section .container .text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem)
}
.cta-section .container .text p {
  color: #1f2b44;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 0
}
@media print, screen and (min-width:64em) {
  .cta-section .container .text p {
    font-size: 20px;
    line-height: 40px
  }
}
.cta-section .container .text p a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .cta-section .container .text p a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.cta-section .container .text p strong {
  font-weight: 700
}
.cta-section .container .text p + ol, .cta-section .container .text p + p, .cta-section .container .text p + ul {
  margin-top: 1em
}
.cta-section .container .text h2 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 16px;
  margin-top: 0
}
@media print, screen and (min-width:48em) {
  .cta-section .container .text h2 {
    font-size: 40px;
    line-height: 48px
  }
}
@media print, screen and (min-width:64em) {
  .cta-section .container .text h2 {
    font-size: 48px;
    line-height: 56px
  }
}
@media screen and (min-width:80em) {
  .cta-section .container .text h2 {
    font-size: 56px;
    line-height: 64px
  }
}
.cta-section .container .text h3 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 12px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .cta-section .container .text h3 {
    font-size: 40px;
    line-height: 48px
  }
}
.cta-section .container .text h4 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 8px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .cta-section .container .text h4 {
    font-size: 32px;
    line-height: 40px
  }
}
.cta-section .container .text h5 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .cta-section .container .text h5 {
    font-size: 26px;
    line-height: 26px
  }
}
.cta-section .container .text ol, .cta-section .container .text ul {
  color: #1f2b44;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin: 14px 0;
  padding-left: 32px
}
@media print, screen and (min-width:64em) {
  .cta-section .container .text ol, .cta-section .container .text ul {
    font-size: 20px;
    line-height: 40px
  }
}
.cta-section .container .text ol a, .cta-section .container .text ul a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .cta-section .container .text ol a:hover, .cta-section .container .text ul a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.cta-section .container .text blockquote p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  quotes: "“""”""‘""’"
}
@media print, screen and (min-width:64em) {
  .cta-section .container .text blockquote p {
    font-size: 24px
  }
}
.cta-section .container .text blockquote p:before {
  content: open-quote
}
.cta-section .container .text blockquote p:after {
  content: close-quote
}
.cta-section .container .text blockquote p a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .cta-section .container .text blockquote p a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.cta-section .container .text blockquote + h2, .cta-section .container .text ol + h2, .cta-section .container .text p + h2, .cta-section .container .text ul + h2 {
  margin-top: 40px
}
.cta-section .container .text blockquote + h3, .cta-section .container .text blockquote + h4, .cta-section .container .text ol + h3, .cta-section .container .text ol + h4, .cta-section .container .text p + h3, .cta-section .container .text p + h4, .cta-section .container .text ul + h3, .cta-section .container .text ul + h4 {
  margin-top: 32px
}
@media screen and (min-width:80em) {
  .cta-section .container .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(66.66667% - 2rem)
  }
}
.cta-section .container a.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2b52a0;
  border: 0;
  border-radius: 9px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 32px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.cta-section .container a.button:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.cta-section .container a.button:after {
  background-color: #1f2b44;
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.cta-section .container a.button:before {
  right: 25px
}
.cta-section .container a.button:after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  .cta-section .container a.button:hover:after {
    max-width: 14px
  }
}
.cta-section .container a.button:before {
  color: #fff
}
.cta-section .container a.button:after {
  background-color: #fff
}
@media screen and (min-width:80em) {
  .cta-section .container a.button {
    margin-top: 48px
  }
  .cta-section .container a.button + .specialists-list {
    margin-top: 80px
  }
}
.cta-section .container .specialists-list {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 80px;
  width: calc(100% - 2rem)
}
@media screen and (min-width:80em) {
  .cta-section .container .specialists-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 56px;
    width: calc(66.66667% - 2rem)
  }
}
.cta-footer {
  background-color: #ffe67f;
/*  margin-top: 80px; */ /* Dav1d */
  overflow: hidden
}
@media print, screen and (min-width:64em) {
  .cta-footer {
 /*   margin-top: 120px */ /* Dav1d */
  }
  .cta-footer .container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}
.cta-footer .container .content {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 80px;
  padding-top: 40px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}
@media print, screen and (min-width:40em) {
  .cta-footer .container .content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
@media print, screen and (min-width:64em) {
  .cta-footer .container .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-bottom: 120px;
    padding-top: 120px;
 /*   width: calc(50% - 2rem); */ /* Dav1d */
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
}
.cta-footer .container .content .title {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 0;
  margin-top: 0
}
@media print, screen and (min-width:48em) {
  .cta-footer .container .content .title {
    font-size: 40px;
    line-height: 48px
  }
}
@media print, screen and (min-width:64em) {
  .cta-footer .container .content .title {
    font-size: 48px;
    line-height: 56px
  }
}
@media screen and (min-width:80em) {
  .cta-footer .container .content .title {
    font-size: 56px;
    line-height: 64px
  }
}
.cta-footer .container .content a.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 0;
  border-radius: 9px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 48px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.cta-footer .container .content a.button:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.cta-footer .container .content a.button:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.cta-footer .container .content a.button:before {
  right: 25px
}
.cta-footer .container .content a.button:after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  .cta-footer .container .content a.button:hover:after {
    max-width: 14px
  }
}
.cta-footer .container .content a.button:before {
  color: #1f2b44
}
.cta-footer .container .content a.button:after {
  background-color: #1f2b44
}
@media(hover:hover) {
  .cta-footer .container .content a.button:hover {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .18);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .18)
  }
}
@media print, screen and (min-width:64em) {
  .cta-footer .container .content a.button {
    margin-top: 64px
  }
}
.cta-footer .container .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  position: relative;
  width: calc(100% - 2rem)
}
@media print, screen and (max-width:63.99875em) {
  .cta-footer .container .image {
    margin-left: -1rem;
    margin-right: 0;
    width: calc(100% + 2rem)
  }
  .cta-footer .container .image:after {
    background-color: #ffe67f;
    border-radius: 0 90px 0 0;
    bottom: 0;
    content: " ";
    height: 40px;
    left: -1px;
    position: absolute;
    width: 100%
  }
}
@media print, screen and (min-width:64em) {
  .cta-footer .container .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    max-width: 960px;
    width: calc(50% - 2rem);
    width: calc(50vw - 1rem)
  }
  .cta-footer .container .image:after {
    background-color: #ffe67f;
    border-radius: 0 90px 0 0;
    content: " ";
    height: 100%;
    left: -1px;
    position: absolute;
    top: 0;
    width: calc(8.333% - 1rem)
  }
}
.cta-footer .container .image img {
  width: 100%
}
@media print, screen and (min-width:64em) {
  .cta-footer .container .image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
  }
}
.cta-form-section {
  background-color: #a2d3f3;
  margin-top: 80px; /* Dav1d */
  padding-bottom: 80px;/* 80px; */
  padding-top: 40px
}
@media screen and (min-width:80em) {
  .cta-form-section {
/*    margin-top: 120px; */ /* Dav1d */
    padding-bottom: 104px; /* 104px */
    padding-top: 40px
  }
}
.cta-form-section .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.cta-form-section .container > .title {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 1rem 40px;
  width: calc(100% - 2rem)
}
@media print, screen and (min-width:48em) {
  .cta-form-section .container > .title {
    font-size: 40px;
    line-height: 48px
  }
}
@media print, screen and (min-width:64em) {
  .cta-form-section .container > .title {
    font-size: 48px;
    line-height: 56px
  }
}
@media screen and (min-width:80em) {
  .cta-form-section .container > .title {
    font-size: 56px;
    line-height: 64px
  }
}
@media print, screen and (min-width:48em) {
  .cta-form-section .container > .title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: calc(8.33333% + 1rem);
    margin-right: 1rem;
    width: calc(83.33333% - 2rem)
  }
}
@media print, screen and (min-width:64em) {
  .cta-form-section .container > .title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 40px;
    margin-left: 1rem;
    margin-right: 1rem;
 /*   width: calc(50% - 2rem) */ /* Dav1d - titel over de gehele breedte */
  }
}
.cta-form-section .container .form {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem)
}
@media print, screen and (min-width:48em) {
  .cta-form-section .container .form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: calc(8.33333% + 1rem);
    margin-right: 1rem;
    width: calc(83.33333% - 2rem)
  }
}
@media print, screen and (min-width:64em) {
  .cta-form-section .container .form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(41.66667% - 2rem)
  }
}
.cta-form-section .container .content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 80px;
  width: calc(100% - 2rem)
}
@media print, screen and (min-width:48em) {
  .cta-form-section .container .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: calc(8.33333% + 1rem);
    margin-right: 1rem;
    width: calc(83.33333% - 2rem)
  }
}
@media print, screen and (min-width:64em) {
  .cta-form-section .container .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 0;
    width: calc(41.66667% - 2rem)
  }
}
.cta-form-section .container .content .text {
  margin-top: 16px
}
.cta-form-section .container .content .specialists-list {
  margin-top: 80px
}
.cta-form-section .container .content a.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  border: 1px solid rgba(31, 43, 68, .22);
  border-radius: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 32px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.cta-form-section .container .content a.button:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.cta-form-section .container .content a.button:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.cta-form-section .container .content a.button:before {
  right: 25px
}
.cta-form-section .container .content a.button:after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  .cta-form-section .container .content a.button:hover:after {
    max-width: 14px
  }
  .cta-form-section .container .content a.button:hover {
    border: 1px solid rgba(31, 43, 68, .4)
  }
}
.cta-form-section .container .content a.button:before {
  color: #1f2b44
}
.cta-form-section .container .content a.button:after {
  background-color: #1f2b44
}
.application-form-section {
  background-color: #a2d3f3;
  margin-top: 80px;
  padding-bottom: 80px;
  padding-top: 80px
}
@media screen and (min-width:80em) {
  .application-form-section {
    margin-top: 120px;
    padding-bottom: 104px;
    padding-top: 104px
  }
}
.application-form-section .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.application-form-section .container > .title {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 1rem 40px;
  width: calc(100% - 2rem)
}
@media print, screen and (min-width:48em) {
  .application-form-section .container > .title {
    font-size: 40px;
    line-height: 48px
  }
}
@media print, screen and (min-width:64em) {
  .application-form-section .container > .title {
    font-size: 48px;
    line-height: 56px
  }
}
@media screen and (min-width:80em) {
  .application-form-section .container > .title {
    font-size: 56px;
    line-height: 64px
  }
}
@media print, screen and (min-width:48em) {
  .application-form-section .container > .title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: calc(8.33333% + 1rem);
    margin-right: 1rem;
    width: calc(83.33333% - 2rem)
  }
}
@media print, screen and (min-width:64em) {
  .application-form-section .container > .title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 40px;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(50% - 2rem)
  }
}
.application-form-section .container > .text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem)
}
.application-form-section .container > .text p {
  color: #1f2b44;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  line-height: 48px;
  margin-bottom: 0;
  margin-top: 0
}
@media print, screen and (min-width:64em) {
  .application-form-section .container > .text p {
    font-size: 20px;
    font-size: 26px;
    line-height: 40px;
    line-height: 48px
  }
}
.application-form-section .container > .text p a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .application-form-section .container > .text p a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.application-form-section .container > .text p strong {
  font-weight: 700
}
.application-form-section .container > .text p + ol, .application-form-section .container > .text p + p, .application-form-section .container > .text p + ul {
  margin-top: 1em
}
.application-form-section .container > .text h2 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 16px;
  margin-top: 0
}
@media print, screen and (min-width:48em) {
  .application-form-section .container > .text h2 {
    font-size: 40px;
    line-height: 48px
  }
}
@media print, screen and (min-width:64em) {
  .application-form-section .container > .text h2 {
    font-size: 48px;
    line-height: 56px
  }
}
@media screen and (min-width:80em) {
  .application-form-section .container > .text h2 {
    font-size: 56px;
    line-height: 64px
  }
}
.application-form-section .container > .text h3 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 12px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .application-form-section .container > .text h3 {
    font-size: 40px;
    line-height: 48px
  }
}
.application-form-section .container > .text h4 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 8px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .application-form-section .container > .text h4 {
    font-size: 32px;
    line-height: 40px
  }
}
.application-form-section .container > .text h5 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .application-form-section .container > .text h5 {
    font-size: 26px;
    line-height: 26px
  }
}
.application-form-section .container > .text ol, .application-form-section .container > .text ul {
  color: #1f2b44;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  line-height: 48px;
  margin: 14px 0;
  padding-left: 32px
}
@media print, screen and (min-width:64em) {
  .application-form-section .container > .text ol, .application-form-section .container > .text ul {
    font-size: 20px;
    font-size: 26px;
    line-height: 40px;
    line-height: 48px
  }
}
.application-form-section .container > .text ol a, .application-form-section .container > .text ul a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .application-form-section .container > .text ol a:hover, .application-form-section .container > .text ul a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.application-form-section .container > .text blockquote p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  quotes: "“""”""‘""’"
}
@media print, screen and (min-width:64em) {
  .application-form-section .container > .text blockquote p {
    font-size: 24px
  }
}
.application-form-section .container > .text blockquote p:before {
  content: open-quote
}
.application-form-section .container > .text blockquote p:after {
  content: close-quote
}
.application-form-section .container > .text blockquote p a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .application-form-section .container > .text blockquote p a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.application-form-section .container > .text blockquote + h2, .application-form-section .container > .text ol + h2, .application-form-section .container > .text p + h2, .application-form-section .container > .text ul + h2 {
  margin-top: 40px
}
.application-form-section .container > .text blockquote + h3, .application-form-section .container > .text blockquote + h4, .application-form-section .container > .text ol + h3, .application-form-section .container > .text ol + h4, .application-form-section .container > .text p + h3, .application-form-section .container > .text p + h4, .application-form-section .container > .text ul + h3, .application-form-section .container > .text ul + h4 {
  margin-top: 32px
}
@media print, screen and (min-width:48em) {
  .application-form-section .container > .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: calc(8.33333% + 1rem);
    margin-right: 1rem;
    width: calc(83.33333% - 2rem)
  }
}
@media print, screen and (min-width:64em) {
  .application-form-section .container > .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(66.66667% - 2rem)
  }
}
.application-form-section .container .form {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem)
}
@media print, screen and (min-width:48em) {
  .application-form-section .container .form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: calc(8.33333% + 1rem);
    margin-right: 1rem;
    width: calc(83.33333% - 2rem)
  }
}
@media print, screen and (min-width:64em) {
  .application-form-section .container .form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(50% - 2rem)
  }
}
.quote-section {
  margin-bottom: 80px;
  margin-top: 80px
}
.quote-section .container figure {
  -webkit-box-flex: 0;
  background-color: #f1f0ea;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 48px 24px;
  width: calc(100% - 2rem)
}
@media screen and (min-width:80em) {
  .quote-section .container figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 56px 96px 80px 64px;
    width: calc(75% - 2rem)
  }
}
.quote-section .container figure svg {
  margin-bottom: 32px
}
.quote-section .container figure blockquote {
  font-size: 26px;
  line-height: 48px;
  padding: 0
}
@media print, screen and (min-width:64em) {
  .quote-section .container figure blockquote {
    font-size: 26px;
    line-height: 48px
  }
}
@media print, screen and (max-width:39.99875em) {
  .quote-section .container figure blockquote {
    font-size: 18px;
    line-height: 32px
  }
}
.quote-section .container figure figcaption {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  margin-top: 32px
}
@media screen and (min-width:80em) {
  .quote-section .container figure figcaption {
    font-size: 26px;
    line-height: 26px;
    margin-top: 48px
  }
}
.side-menu-section {
  margin-top: 80px
}
@media screen and (min-width:80em) {
  .side-menu-section {
    margin-top: 120px
  }
}
.side-menu-section.alt-background {
  background-color: #f1f0ea;
  padding-bottom: 80px;
  padding-top: 80px
}
.side-menu-section .container {
  position: relative
}
.side-menu-section .container > .title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin: 0 1rem 56px;
  width: calc(100% - 2rem)
}
@media screen and (min-width:80em) {
  .side-menu-section .container > .title {
    font-size: 40px;
    line-height: 48px
  }
}
.side-menu-section .container .side-menu {
  -webkit-box-flex: 0;
  display: grid;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-template-columns: 100%;
  grid-template-rows: repeat(calc(var(--item-count)*2), auto);
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem);
  grid-column-gap: 32px
}
@media print, screen and (min-width:64em) {
  .side-menu-section .container .side-menu {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(var(--item-count), auto)
  }
}
.side-menu-section .container .side-menu .panel-toggle {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-column-start: 1;
  grid-row-start: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  border-bottom: 1px solid rgba(31, 43, 68, .22);
  cursor: pointer;
  font-size: 18px;
  justify-content: flex-start;
  line-height: 32px;
  padding: 24px 0;
  text-align: left;
  width: 100%
}
@media print, screen and (min-width:64em) {
  .side-menu-section .container .side-menu .panel-toggle {
    -webkit-box-flex: 0;
    display: inline;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 20px;
    grid-column-start: 0;
    grid-row-start: auto;
    line-height: 40px;
    margin-left: 0;
    margin-right: 0;
    width: 66.6666666667%
  }
}
.side-menu-section .container .side-menu .panel-toggle:first-of-type {
  border-top: 1px solid rgba(31, 43, 68, .22)
}
.side-menu-section .container .side-menu .panel-toggle:after {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  margin-left: auto;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out
}
@media print, screen and (min-width:64em) {
  .side-menu-section .container .side-menu .panel-toggle:after {
    content: "";
    margin-left: 8px
  }
}
.side-menu-section .container .side-menu .panel-toggle[aria-expanded=true] {
  border-bottom: none;
  color: #2b52a0
}
@media print, screen and (min-width:64em) {
  .side-menu-section .container .side-menu .panel-toggle[aria-expanded=true] {
    border-bottom: 1px solid rgba(31, 43, 68, .22)
  }
}
.side-menu-section .container .side-menu .panel-toggle[aria-expanded=true]:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
@media print, screen and (min-width:64em) {
  .side-menu-section .container .side-menu .panel-toggle[aria-expanded=true]:after {
    content: "";
    -webkit-transform: none;
    transform: none
  }
}
.side-menu-section .container .side-menu .panel {
  -webkit-box-flex: 0;
  border-bottom: 1px solid rgba(31, 43, 68, .22);
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-column-start: 1;
  grid-row-start: auto;
  height: var(--panel-height);
  margin-left: 0;
  margin-right: 0;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: height .3s 0ms, opacity .2s .1s, visibility 0ms 0ms;
  transition: height .3s 0ms, opacity .2s .1s, visibility 0ms 0ms;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  visibility: visible;
  width: 100%;
  z-index: 1
}
@media print, screen and (min-width:64em) {
  .side-menu-section .container .side-menu .panel {
    border-bottom: none;
    grid-area: 1/2/last-line/end
  }
}
.side-menu-section .container .side-menu .panel[aria-hidden=true] {
  border-bottom: none;
  height: 0;
  opacity: 0;
  padding: 0;
  visibility: hidden
}
@media print, screen and (min-width:64em) {
  .side-menu-section .container .side-menu .panel[aria-hidden=true] {
    -webkit-transition: height .3s .3s, opacity .2s .1s, visibility 0ms .3s;
    transition: height .3s .3s, opacity .2s .1s, visibility 0ms .3s
  }
}
.side-menu-section .container .side-menu .panel .panel-content {
  padding: 0 0 48px
}
.side-menu-section .container .side-menu .panel-content .label {
  display: none
}
@media print, screen and (min-width:64em) {
  .side-menu-section .container .side-menu .panel-content .label {
    display: block;
    margin-bottom: 16px
  }
}
.side-menu-section .container .side-menu .panel-content .title {
  color: #2b52a0;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 32px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .side-menu-section .container .side-menu .panel-content .title {
    font-size: 40px;
    line-height: 48px
  }
}
.side-menu-section .container .side-menu .panel-content .text p {
  color: #1f2b44;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 0
}
@media print, screen and (min-width:64em) {
  .side-menu-section .container .side-menu .panel-content .text p {
    font-size: 20px;
    line-height: 40px
  }
}
.side-menu-section .container .side-menu .panel-content .text p a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .side-menu-section .container .side-menu .panel-content .text p a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.side-menu-section .container .side-menu .panel-content .text p strong {
  font-weight: 700
}
.side-menu-section .container .side-menu .panel-content .text p + ol, .side-menu-section .container .side-menu .panel-content .text p + p, .side-menu-section .container .side-menu .panel-content .text p + ul {
  margin-top: 1em
}
.side-menu-section .container .side-menu .panel-content .text h2 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 16px;
  margin-top: 0
}
@media print, screen and (min-width:48em) {
  .side-menu-section .container .side-menu .panel-content .text h2 {
    font-size: 40px;
    line-height: 48px
  }
}
@media print, screen and (min-width:64em) {
  .side-menu-section .container .side-menu .panel-content .text h2 {
    font-size: 48px;
    line-height: 56px
  }
}
@media screen and (min-width:80em) {
  .side-menu-section .container .side-menu .panel-content .text h2 {
    font-size: 56px;
    line-height: 64px
  }
}
.side-menu-section .container .side-menu .panel-content .text h3 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 12px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .side-menu-section .container .side-menu .panel-content .text h3 {
    font-size: 40px;
    line-height: 48px
  }
}
.side-menu-section .container .side-menu .panel-content .text h4 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 8px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .side-menu-section .container .side-menu .panel-content .text h4 {
    font-size: 32px;
    line-height: 40px
  }
}
.side-menu-section .container .side-menu .panel-content .text h5 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .side-menu-section .container .side-menu .panel-content .text h5 {
    font-size: 26px;
    line-height: 26px
  }
}
.side-menu-section .container .side-menu .panel-content .text ol, .side-menu-section .container .side-menu .panel-content .text ul {
  color: #1f2b44;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin: 14px 0;
  padding-left: 32px
}
@media print, screen and (min-width:64em) {
  .side-menu-section .container .side-menu .panel-content .text ol, .side-menu-section .container .side-menu .panel-content .text ul {
    font-size: 20px;
    line-height: 40px
  }
}
.side-menu-section .container .side-menu .panel-content .text ol a, .side-menu-section .container .side-menu .panel-content .text ul a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .side-menu-section .container .side-menu .panel-content .text ol a:hover, .side-menu-section .container .side-menu .panel-content .text ul a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.side-menu-section .container .side-menu .panel-content .text blockquote p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  quotes: "“""”""‘""’"
}
@media print, screen and (min-width:64em) {
  .side-menu-section .container .side-menu .panel-content .text blockquote p {
    font-size: 24px
  }
}
.side-menu-section .container .side-menu .panel-content .text blockquote p:before {
  content: open-quote
}
.side-menu-section .container .side-menu .panel-content .text blockquote p:after {
  content: close-quote
}
.side-menu-section .container .side-menu .panel-content .text blockquote p a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .side-menu-section .container .side-menu .panel-content .text blockquote p a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.side-menu-section .container .side-menu .panel-content .text blockquote + h2, .side-menu-section .container .side-menu .panel-content .text ol + h2, .side-menu-section .container .side-menu .panel-content .text p + h2, .side-menu-section .container .side-menu .panel-content .text ul + h2 {
  margin-top: 40px
}
.side-menu-section .container .side-menu .panel-content .text blockquote + h3, .side-menu-section .container .side-menu .panel-content .text blockquote + h4, .side-menu-section .container .side-menu .panel-content .text ol + h3, .side-menu-section .container .side-menu .panel-content .text ol + h4, .side-menu-section .container .side-menu .panel-content .text p + h3, .side-menu-section .container .side-menu .panel-content .text p + h4, .side-menu-section .container .side-menu .panel-content .text ul + h3, .side-menu-section .container .side-menu .panel-content .text ul + h4 {
  margin-top: 32px
}
.side-menu-section .container .side-menu .panel-content a.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  border: 1px solid rgba(31, 43, 68, .22);
  border-radius: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 40px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.side-menu-section .container .side-menu .panel-content a.button:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.side-menu-section .container .side-menu .panel-content a.button:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.side-menu-section .container .side-menu .panel-content a.button:before {
  right: 25px
}
.side-menu-section .container .side-menu .panel-content a.button:after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  .side-menu-section .container .side-menu .panel-content a.button:hover:after {
    max-width: 14px
  }
  .side-menu-section .container .side-menu .panel-content a.button:hover {
    border: 1px solid rgba(31, 43, 68, .4)
  }
}
.side-menu-section .container .side-menu .panel-content a.button:before {
  color: #1f2b44
}
.side-menu-section .container .side-menu .panel-content a.button:after {
  background-color: #1f2b44
}
.side-menu-section.alt-background + .alt-background, .side-menu-section.alt-background + .buttons-section, .side-menu-section.alt-background + .cta-form-section {
  margin-top: 0;
  padding-top: 0
}
.side-menu-section.alt-background + .banner-section {
  background-color: #f1f0ea;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .side-menu-section.alt-background + .banner-section {
    padding-top: 64px
  }
}
.cases-section {
  margin-top: 80px;
  overflow: hidden
}
.cases-section.alt-background {
  background-color: #f1f0ea;
  padding-bottom: 80px;
  padding-top: 80px
}
@media screen and (min-width:80em) {
  .cases-section {
    margin-top: 120px
  }
}
.cases-section .container > .title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 1rem;
  width: calc(100% - 2rem)
}
@media screen and (min-width:80em) {
  .cases-section .container > .title {
    font-size: 32px;
    line-height: 40px
  }
}
.cases-section .cases-slider-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 48px;
  width: calc(100% - 2rem)
}
@media screen and (min-width:80em) {
  .cases-section .cases-slider-container {
    margin-top: 64px
  }
}
.cases-section .cases-slider-container .swiper-wrapper {
  height: auto
}
.cases-section .cases-slider-container .case-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  color: #1f2b44;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
@media print, screen and (min-width:64em) {
  .cases-section .cases-slider-container .case-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}
.cases-section .cases-slider-container .case-card .image {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  background-color: #f1f0ea;
  flex-grow: 0
}
@media print, screen and (min-width:64em) {
  .cases-section .cases-slider-container .case-card .image {
    min-height: 100%;
    width: calc(50% - 16px);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    margin-left: -64px;
    order: 1
  }
}
.cases-section .cases-slider-container .case-card .image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}
.cases-section .cases-slider-container .case-card .info {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  background-color: #ffe67f;
  border-top-right-radius: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex-grow: 1;
  margin-top: -40px;
  min-height: 200px;
  padding: 32px 24px;
  position: relative;
  z-index: 1
}
@media print, screen and (min-width:64em) {
  .cases-section .cases-slider-container .case-card .info {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    margin-top: 0;
    order: 0;
    padding: 48px;
    width: calc(50% + 80px)
  }
}
.cases-section .cases-slider-container .case-card .info .title {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 0;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .cases-section .cases-slider-container .case-card .info .title {
    font-size: 40px;
    line-height: 48px
  }
}
@media print, screen and (min-width:64em) {
  .cases-section .cases-slider-container .case-card .info .title {
    width: 80%
  }
}
.cases-section .cases-slider-container .case-card .info .title:after {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 12px;
  line-height: 34px;
  margin-left: 1em;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: margin-left;
  transition-property: margin-left;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  vertical-align: middle
}
@media print, screen and (min-width:64em) {
  .cases-section .cases-slider-container .case-card .info .title:after {
    line-height: 48px
  }
}
.cases-section .cases-slider-container .case-card .info .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 0;
  margin-top: 48px;
  padding-left: 0
}
.cases-section .cases-slider-container .case-card .info .tags li {
  font-size: 16px;
  line-height: 1
}
.cases-section .cases-slider-container .case-card .info .tags li:not(:last-child):after {
  content: "•";
  margin-left: 14px
}
.cases-section .cases-slider-container .case-card .info .tags li + li {
  margin-left: 14px
}
@media screen and (min-width:80em) {
  .cases-section .cases-slider-container .case-card .info .tags li {
    font-size: 20px
  }
  .cases-section .cases-slider-container .case-card .info .tags {
    margin-top: 64px
  }
}
@media(hover:hover) {
  .cases-section .cases-slider-container .case-card:hover .info .title:after {
    margin-left: 1.5em
  }
}
@media print, screen and (max-width:39.99875em) {
  .cases-section .cases-slider-container .case-card .tags li.client {
    display: none
  }
  .cases-section .cases-slider-container .case-card .tags li:nth-of-type(2n) {
    margin-left: 0 !important
  }
}
.cases-section .cases-slider-container .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px
}
.cases-section .cases-slider-container .navigation .nav-button {
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.cases-section .cases-slider-container .navigation .nav-button:after {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.cases-section .cases-slider-container .navigation .nav-button.button-prev:after {
  content: ""
}
.cases-section .cases-slider-container .navigation .nav-button.button-next:after {
  content: ""
}
.cases-section .cases-slider-container .navigation .nav-button[class$=disabled] {
  color: rgba(31, 43, 68, .4);
  cursor: default
}
.cases-section .cases-slider-container .navigation .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin: 0 9px
}
.cases-section .cases-slider-container .navigation .all-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  border-radius: 9px;
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-left: auto;
  padding: 0 28px 0 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.cases-section .cases-slider-container .navigation .all-link:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.cases-section .cases-slider-container .navigation .all-link:after {
  background-color: #1f2b44;
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.cases-section .cases-slider-container .navigation .all-link:before {
  right: 25px
}
.cases-section .cases-slider-container .navigation .all-link:after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  .cases-section .cases-slider-container .navigation .all-link:hover:after {
    max-width: 14px
  }
}
.cases-section .cases-slider-container .navigation .all-link:before {
  right: 0
}
.cases-section .cases-slider-container .navigation .all-link:after {
  right: 2px
}
@media(hover:hover) {
  .cases-section .cases-slider-container .navigation .all-link:hover {
    color: rgba(31, 43, 68, .6)
  }
  .cases-section .cases-slider-container .navigation .all-link:hover:after {
    background-color: rgba(31, 43, 68, .6)
  }
  .cases-section .cases-slider-container .navigation .all-link:hover {
    color: #2b52a0
  }
}
@media screen and (min-width:80em) {
  .cases-section .cases-slider-container .navigation {
    margin-top: 44px
  }
}
.cases-section.alt-background + .alt-background, .cases-section.alt-background + .buttons-section, .cases-section.alt-background + .cta-form-section {
  margin-top: 0
}
.cases-section.alt-background + .banner-section {
  background-color: #f1f0ea;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .cases-section.alt-background + .banner-section {
    padding-top: 64px
  }
}
.logo-links-section, .logos-section {
  padding-top: 96px
}
@media print, screen and (min-width:64em) {
  .logo-links-section, .logos-section {
    padding-top: 120px
  }
}
.logo-links-section.alt-background, .logos-section.alt-background {
  background-color: #f1f0ea;
  padding-bottom: 80px;
  padding-top: 80px
}
@media print, screen and (min-width:64em) {
  .logo-links-section.alt-background, .logos-section.alt-background {
    padding-bottom: 120px
  }
}
.logo-links-section .container .title, .logos-section .container .title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 32px;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem)
}
.logo-links-section .container .logo, .logos-section .container .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
  transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
  transition: opacity .2s ease-out, transform .2s ease-out;
  transition: opacity .2s ease-out, transform .2s ease-out, -webkit-transform .2s ease-out
}
.logo-links-section .container .logo:nth-child(0), .logos-section .container .logo:nth-child(0) {
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms
}
.logo-links-section .container .logo:first-child, .logos-section .container .logo:first-child {
  -webkit-transition-delay: 10ms;
  transition-delay: 10ms
}
.logo-links-section .container .logo:nth-child(2), .logos-section .container .logo:nth-child(2) {
  -webkit-transition-delay: 20ms;
  transition-delay: 20ms
}
.logo-links-section .container .logo:nth-child(3), .logos-section .container .logo:nth-child(3) {
  -webkit-transition-delay: 30ms;
  transition-delay: 30ms
}
.logo-links-section .container .logo:nth-child(4), .logos-section .container .logo:nth-child(4) {
  -webkit-transition-delay: 40ms;
  transition-delay: 40ms
}
.logo-links-section .container .logo:nth-child(5), .logos-section .container .logo:nth-child(5) {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms
}
.logo-links-section .container .logo:nth-child(6), .logos-section .container .logo:nth-child(6) {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms
}
.logo-links-section .container .logo:nth-child(7), .logos-section .container .logo:nth-child(7) {
  -webkit-transition-delay: 70ms;
  transition-delay: 70ms
}
.logo-links-section .container .logo:nth-child(8), .logos-section .container .logo:nth-child(8) {
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms
}
.logo-links-section .container .logo:nth-child(9), .logos-section .container .logo:nth-child(9) {
  -webkit-transition-delay: 90ms;
  transition-delay: 90ms
}
.logo-links-section .container .logo:nth-child(10), .logos-section .container .logo:nth-child(10) {
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}
.logo-links-section .container .logo:nth-child(11), .logos-section .container .logo:nth-child(11) {
  -webkit-transition-delay: .11s;
  transition-delay: .11s
}
.logo-links-section .container .logo:nth-child(12), .logos-section .container .logo:nth-child(12) {
  -webkit-transition-delay: .12s;
  transition-delay: .12s
}
.logo-links-section .container .logo:nth-child(13), .logos-section .container .logo:nth-child(13) {
  -webkit-transition-delay: .13s;
  transition-delay: .13s
}
.logo-links-section .container .logo:nth-child(14), .logos-section .container .logo:nth-child(14) {
  -webkit-transition-delay: .14s;
  transition-delay: .14s
}
.logo-links-section .container .logo:nth-child(15), .logos-section .container .logo:nth-child(15) {
  -webkit-transition-delay: .15s;
  transition-delay: .15s
}
.logo-links-section .container .logo:nth-child(16), .logos-section .container .logo:nth-child(16) {
  -webkit-transition-delay: .16s;
  transition-delay: .16s
}
.logo-links-section .container .logo:nth-child(17), .logos-section .container .logo:nth-child(17) {
  -webkit-transition-delay: .17s;
  transition-delay: .17s
}
.logo-links-section .container .logo:nth-child(18), .logos-section .container .logo:nth-child(18) {
  -webkit-transition-delay: .18s;
  transition-delay: .18s
}
.logo-links-section .container .logo:nth-child(19), .logos-section .container .logo:nth-child(19) {
  -webkit-transition-delay: .19s;
  transition-delay: .19s
}
.logo-links-section .container .logo:nth-child(20), .logos-section .container .logo:nth-child(20) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}
.logo-links-section .container .logo:nth-child(21), .logos-section .container .logo:nth-child(21) {
  -webkit-transition-delay: .21s;
  transition-delay: .21s
}
.logo-links-section .container .logo:nth-child(22), .logos-section .container .logo:nth-child(22) {
  -webkit-transition-delay: .22s;
  transition-delay: .22s
}
.logo-links-section .container .logo:nth-child(23), .logos-section .container .logo:nth-child(23) {
  -webkit-transition-delay: .23s;
  transition-delay: .23s
}
.logo-links-section .container .logo:nth-child(24), .logos-section .container .logo:nth-child(24) {
  -webkit-transition-delay: .24s;
  transition-delay: .24s
}
.logo-links-section .container .logo:nth-child(25), .logos-section .container .logo:nth-child(25) {
  -webkit-transition-delay: .25s;
  transition-delay: .25s
}
.logo-links-section .container .logo:nth-child(26), .logos-section .container .logo:nth-child(26) {
  -webkit-transition-delay: .26s;
  transition-delay: .26s
}
.logo-links-section .container .logo:nth-child(27), .logos-section .container .logo:nth-child(27) {
  -webkit-transition-delay: .27s;
  transition-delay: .27s
}
.logo-links-section .container .logo:nth-child(28), .logos-section .container .logo:nth-child(28) {
  -webkit-transition-delay: .28s;
  transition-delay: .28s
}
.logo-links-section .container .logo:nth-child(29), .logos-section .container .logo:nth-child(29) {
  -webkit-transition-delay: .29s;
  transition-delay: .29s
}
.logo-links-section .container .logo:nth-child(30), .logos-section .container .logo:nth-child(30) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}
.logo-links-section .container .logo:nth-child(31), .logos-section .container .logo:nth-child(31) {
  -webkit-transition-delay: .31s;
  transition-delay: .31s
}
.logo-links-section .container .logo:nth-child(32), .logos-section .container .logo:nth-child(32) {
  -webkit-transition-delay: .32s;
  transition-delay: .32s
}
.logo-links-section .container .logo:nth-child(33), .logos-section .container .logo:nth-child(33) {
  -webkit-transition-delay: .33s;
  transition-delay: .33s
}
.logo-links-section .container .logo:nth-child(34), .logos-section .container .logo:nth-child(34) {
  -webkit-transition-delay: .34s;
  transition-delay: .34s
}
.logo-links-section .container .logo:nth-child(35), .logos-section .container .logo:nth-child(35) {
  -webkit-transition-delay: .35s;
  transition-delay: .35s
}
.logo-links-section .container .logo:nth-child(36), .logos-section .container .logo:nth-child(36) {
  -webkit-transition-delay: .36s;
  transition-delay: .36s
}
.logo-links-section .container .logo:nth-child(37), .logos-section .container .logo:nth-child(37) {
  -webkit-transition-delay: .37s;
  transition-delay: .37s
}
.logo-links-section .container .logo:nth-child(38), .logos-section .container .logo:nth-child(38) {
  -webkit-transition-delay: .38s;
  transition-delay: .38s
}
.logo-links-section .container .logo:nth-child(39), .logos-section .container .logo:nth-child(39) {
  -webkit-transition-delay: .39s;
  transition-delay: .39s
}
.logo-links-section .container .logo:nth-child(40), .logos-section .container .logo:nth-child(40) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}
.logo-links-section .container .logo:nth-child(n+7), .logos-section .container .logo:nth-child(n+7) {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px)
}
@media print, screen and (max-width:39.99875em) {
  .logo-links-section .container .logo, .logos-section .container .logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(50% - 2rem)
  }
  .logo-links-section .container .logo:nth-child(3), .logo-links-section .container .logo:nth-child(4), .logo-links-section .container .logo:nth-child(5), .logo-links-section .container .logo:nth-child(6), .logos-section .container .logo:nth-child(3), .logos-section .container .logo:nth-child(4), .logos-section .container .logo:nth-child(5), .logos-section .container .logo:nth-child(6) {
    margin-top: 40px
  }
}
@media print, screen and (min-width:40em)and (max-width:47.99875em) {
  .logo-links-section .container .logo, .logos-section .container .logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(33.33333% - 2rem)
  }
  .logo-links-section .container .logo:nth-child(4), .logo-links-section .container .logo:nth-child(5), .logo-links-section .container .logo:nth-child(6), .logos-section .container .logo:nth-child(4), .logos-section .container .logo:nth-child(5), .logos-section .container .logo:nth-child(6) {
    margin-top: 40px
  }
}
@media print, screen and (min-width:48em)and (max-width:63.99875em) {
  .logo-links-section .container .logo, .logos-section .container .logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(33.33333% - 2rem)
  }
  .logo-links-section .container .logo:nth-child(4), .logo-links-section .container .logo:nth-child(5), .logo-links-section .container .logo:nth-child(6), .logos-section .container .logo:nth-child(4), .logos-section .container .logo:nth-child(5), .logos-section .container .logo:nth-child(6) {
    margin-top: 64px
  }
}
@media print, screen and (min-width:64em) {
  .logo-links-section .container .logo, .logos-section .container .logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(16.66667% - 2rem)
  }
}
.logo-links-section .container .logo img, .logos-section .container .logo img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  max-height: 64px;
  max-width: 60%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%
}
@media print, screen and (min-width:64em) {
  .logo-links-section .container .logo img, .logos-section .container .logo img {
    max-height: 75px;
    max-width: 80%
  }
}
.logo-links-section .container .logo.open, .logos-section .container .logo.open {
  max-height: 75px;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
@media print, screen and (max-width:39.99875em) {
  .logo-links-section .container .logo.open:nth-child(n+3), .logos-section .container .logo.open:nth-child(n+3) {
    margin-top: 40px
  }
}
@media print, screen and (min-width:40em)and (max-width:47.99875em) {
  .logo-links-section .container .logo.open:nth-child(n+4), .logos-section .container .logo.open:nth-child(n+4) {
    margin-top: 40px
  }
}
@media print, screen and (min-width:48em)and (max-width:63.99875em) {
  .logo-links-section .container .logo.open:nth-child(n+4), .logos-section .container .logo.open:nth-child(n+4) {
    margin-top: 64px
  }
}
@media print, screen and (min-width:64em) {
  .logo-links-section .container .logo.open:nth-child(n+7), .logos-section .container .logo.open:nth-child(n+7) {
    margin-top: 72px
  }
}
.logo-links-section .container a.logo img, .logos-section .container a.logo img {
  -webkit-transition: -webkit-filter .2s ease-out;
  transition: -webkit-filter .2s ease-out;
  transition: filter .2s ease-out;
  transition: filter .2s ease-out, -webkit-filter .2s ease-out
}
@media(hover:hover) {
  .logo-links-section .container a.logo:hover img, .logos-section .container a.logo:hover img {
    -webkit-filter: brightness(1);
    filter: brightness(1)
  }
}
.logo-links-section .container .button-container, .logos-section .container .button-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 64px;
  width: calc(100% - 2rem)
}
@media print, screen and (min-width:64em) {
  .logo-links-section .container .button-container, .logos-section .container .button-container {
    margin-top: 40px
  }
}
.logo-links-section .container .button-container button.load-all, .logos-section .container .button-container button.load-all {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  border-radius: 9px;
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  opacity: .45;
  padding: 0 28px 0 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.logo-links-section .container .button-container button.load-all:before, .logos-section .container .button-container button.load-all:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.logo-links-section .container .button-container button.load-all:after, .logos-section .container .button-container button.load-all:after {
  background-color: #1f2b44;
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.logo-links-section .container .button-container button.load-all:before, .logos-section .container .button-container button.load-all:before {
  right: 23px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  transition-property: color, transform;
  transition-property: color, transform, -webkit-transform
}
.logo-links-section .container .button-container button.load-all:after, .logos-section .container .button-container button.load-all:after {
  bottom: 23px;
  height: 100%;
  max-height: 0;
  right: 29px;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition-property: max-height, -webkit-transform;
  transition-property: max-height, -webkit-transform;
  transition-property: max-height, transform;
  transition-property: max-height, transform, -webkit-transform;
  width: 2px
}
@media(hover:hover) {
  .logo-links-section .container .button-container button.load-all:hover:before, .logos-section .container .button-container button.load-all:hover:before {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
  }
  .logo-links-section .container .button-container button.load-all:hover:after, .logos-section .container .button-container button.load-all:hover:after {
    max-height: 14px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
.logo-links-section .container .button-container button.load-all:before, .logos-section .container .button-container button.load-all:before {
  font-size: 9px;
  right: 0
}
.logo-links-section .container .button-container button.load-all:after, .logos-section .container .button-container button.load-all:after {
  bottom: 3px;
  right: 6px
}
@media(hover:hover) {
  .logo-links-section .container .button-container button.load-all:hover, .logos-section .container .button-container button.load-all:hover {
    color: rgba(31, 43, 68, .6)
  }
  .logo-links-section .container .button-container button.load-all:hover:after, .logos-section .container .button-container button.load-all:hover:after {
    background-color: rgba(31, 43, 68, .6)
  }
}
.logo-links-section .container .button-container button.load-all.open:before, .logos-section .container .button-container button.load-all.open:before {
  -webkit-transform: rotate(180deg) translateY(2px);
  transform: rotate(180deg) translateY(2px)
}
.logo-links-section .container .button-container button.load-all.open:after, .logos-section .container .button-container button.load-all.open:after {
  bottom: auto;
  top: 3px;
  -webkit-transform: rotate(180deg) translateY(-3px);
  transform: rotate(180deg) translateY(-3px)
}
@media(hover:hover) {
  .logo-links-section .container .button-container button.load-all.open:hover:before, .logos-section .container .button-container button.load-all.open:hover:before {
    -webkit-transform: rotate(180deg) translateY(5px);
    transform: rotate(180deg) translateY(5px)
  }
  .logo-links-section .container .button-container button.load-all.open:hover:after, .logos-section .container .button-container button.load-all.open:hover:after {
    -webkit-transform: rotate(180deg) translateY(0);
    transform: rotate(180deg) translateY(0)
  }
}
.logo-links-section.alt-background + .alt-background, .logo-links-section.alt-background + .buttons-section, .logo-links-section.alt-background + .cta-form-section, .logos-section.alt-background + .alt-background, .logos-section.alt-background + .buttons-section, .logos-section.alt-background + .cta-form-section {
  margin-top: 0;
  padding-top: 0
}
.logo-links-section.alt-background + .banner-section, .logos-section.alt-background + .banner-section {
  background-color: #f1f0ea;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .logo-links-section.alt-background + .banner-section, .logos-section.alt-background + .banner-section {
    padding-top: 64px
  }
}
.articles-section {
  margin-top: 80px
}
.articles-section .container > .title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 1rem;
  width: calc(100% - 2rem)
}
@media screen and (min-width:80em) {
  .articles-section .container > .title {
    font-size: 32px;
    line-height: 40px
  }
}
.articles-section .articles-container {
  width: 100%
}
@media print, screen and (min-width:48em) {
  .articles-section .articles-container {
    margin-top: 40px
  }
}
@media print, screen and (min-width:64em) {
  .articles-section .articles-container {
    margin-top: 64px
  }
}
.articles-section .articles-container [class$=-card] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  border-bottom: 1px solid rgba(31, 43, 68, .22);
  color: #1f2b44;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 48px;
  padding-bottom: 48px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem)
}
@media print, screen and (min-width:48em) {
  .articles-section .articles-container [class$=-card] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}
.articles-section .articles-container [class$=-card] .image {
  border-top-left-radius: 40px;
  overflow: hidden
}
@media print, screen and (min-width:48em) {
  .articles-section .articles-container [class$=-card] .image {
    margin-left: auto;
    width: 41.6666666667%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}
.articles-section .articles-container [class$=-card] .image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}
.articles-section .articles-container [class$=-card] .info {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 32px;
  position: relative;
  z-index: 1
}
@media print, screen and (min-width:48em) {
  .articles-section .articles-container [class$=-card] .info {
    padding: 32px 0;
    width: 50%
  }
}
@media print, screen and (min-width:64em) {
  .articles-section .articles-container [class$=-card] .info {
    padding: 64px 0
  }
}
.articles-section .articles-container [class$=-card] .info .title {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 0;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .articles-section .articles-container [class$=-card] .info .title {
    font-size: 40px;
    line-height: 48px
  }
}
.articles-section .articles-container [class$=-card] .info .title:after {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  font-size: 12px;
  line-height: 34px;
  margin-left: 1em;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  vertical-align: middle
}
@media print, screen and (min-width:64em) {
  .articles-section .articles-container [class$=-card] .info .title:after {
    line-height: 48px
  }
}
.articles-section .articles-container [class$=-card] .info .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 0;
  margin-top: 32px;
  padding-left: 0
}
.articles-section .articles-container [class$=-card] .info .tags li {
  font-size: 16px;
  line-height: 1
}
.articles-section .articles-container [class$=-card] .info .tags li:not(:last-child):after {
  content: "•";
  margin-left: 14px
}
.articles-section .articles-container [class$=-card] .info .tags li + li {
  margin-left: 14px
}
@media screen and (min-width:80em) {
  .articles-section .articles-container [class$=-card] .info .tags li {
    font-size: 20px
  }
  .articles-section .articles-container [class$=-card] .info .tags {
    margin-top: 56px
  }
}
@media(hover:hover) {
  .articles-section .articles-container [class$=-card]:hover .info .title:after {
    -webkit-transform: translateX(.5em);
    transform: translateX(.5em)
  }
}
@media print, screen and (min-width:48em) {
  .articles-section .articles-container [class$=-card] {
    margin-top: 16px;
    padding-bottom: 16px
  }
}
.articles-section .articles-container [class$=-card]:first-child {
  border-top: 1px solid rgba(31, 43, 68, .22);
  padding-top: 48px
}
@media print, screen and (min-width:48em) {
  .articles-section .articles-container [class$=-card]:first-child {
    padding-top: 16px
  }
  .articles-section .articles-container [class$=-card] .image {
    width: 33.3333333333%;
    width: 25%
  }
  .articles-section .articles-container [class$=-card] .info {
    padding: 0;
    width: 58.3333333333%
  }
}
@media print, screen and (min-width:64em) {
  .articles-section .articles-container [class$=-card] .info {
    padding: 32px 0 0;
    width: 66.6666666667%
  }
}
@media print, screen and (min-width:48em) {
  .articles-section .articles-container [class$=-card] .info .title {
    font-family: TTNorms, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 0;
    margin-top: 0
  }
}
@media screen and (min-width:48em)and (min-width:80em) {
  .articles-section .articles-container [class$=-card] .info .title {
    font-size: 32px;
    line-height: 40px
  }
}
.articles-section .articles-container [class$=-card] .info .tags {
  color: rgba(31, 43, 68, .6)
}
@media print, screen and (max-width:47.99875em) {
  .articles-section .articles-container [class$=-card] .info .tags {
    line-height: 1
  }
}
@media print, screen and (min-width:48em) {
  .articles-section .articles-container [class$=-card] .info .tags {
    margin-top: 16px
  }
}
@media print, screen and (min-width:64em) {
  .articles-section .articles-container [class$=-card] .info .tags {
    margin-top: 24px
  }
}
.articles-section .articles-container [class$=-card] .info .tags .card-type {
  color: #1f2b44;
  margin-right: 16px
}
.articles-section .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  border: 1px solid rgba(31, 43, 68, .22);
  border-radius: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-left: auto;
  margin-top: 24px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.articles-section .button:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.articles-section .button:after, .articles-section .button:before {
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s
}
.articles-section .button:after {
  content: "";
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.articles-section .button:before {
  right: 25px
}
.articles-section .button:after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  .articles-section .button:hover:after {
    max-width: 14px
  }
  .articles-section .button:hover {
    border: 1px solid rgba(31, 43, 68, .4)
  }
}
.articles-section .button:before {
  color: #1f2b44
}
.articles-section .button:after {
  background-color: #1f2b44
}
@media print, screen and (min-width:64em) {
  .articles-section .button {
    margin-top: 40px
  }
}
.faq-section {
  padding-top: 96px
}
@media print, screen and (min-width:64em) {
  .faq-section {
    padding-top: 120px
  }
}
.faq-section .title {
  margin-bottom: 32px
}
.faq-section .faqs, .faq-section .title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem)
}
.faq-section .faqs {
  border-top: 1px solid rgba(31, 43, 68, .22)
}
@media screen and (min-width:80em) {
  .faq-section .faqs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(66.66667% - 2rem)
  }
}
.faq-section .faqs .faq {
  border-bottom: 1px solid rgba(31, 43, 68, .22)
}
.faq-section .faqs .panel-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  justify-content: space-between;
  line-height: 32px;
  padding: 24px 16px 24px 0;
  text-align: left;
  width: 100%
}
.faq-section .faqs .panel-toggle:after {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  margin-left: 24px;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out
}
.faq-section .faqs .panel-toggle[aria-expanded=true] {
  color: #2b52a0
}
.faq-section .faqs .panel-toggle[aria-expanded=true]:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}
.faq-section .faqs .panel-content {
  height: 0;
  overflow: hidden;
  -webkit-transition: height .3s 0ms;
  transition: height .3s 0ms
}
.faq-section .faqs .panel-content[aria-hidden=false] {
  height: var(--panel-height)
}
.faq-section .faqs .panel-content .answer-text {
  padding-bottom: 24px
}
.faq-section .faqs .panel-content .answer-text p {
  color: #1f2b44;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 0
}
@media print, screen and (min-width:64em) {
  .faq-section .faqs .panel-content .answer-text p {
    font-size: 20px;
    line-height: 40px
  }
}
.faq-section .faqs .panel-content .answer-text p a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .faq-section .faqs .panel-content .answer-text p a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.faq-section .faqs .panel-content .answer-text p strong {
  font-weight: 700
}
.faq-section .faqs .panel-content .answer-text p + ol, .faq-section .faqs .panel-content .answer-text p + p, .faq-section .faqs .panel-content .answer-text p + ul {
  margin-top: 1em
}
.faq-section .faqs .panel-content .answer-text h2 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 16px;
  margin-top: 0
}
@media print, screen and (min-width:48em) {
  .faq-section .faqs .panel-content .answer-text h2 {
    font-size: 40px;
    line-height: 48px
  }
}
@media print, screen and (min-width:64em) {
  .faq-section .faqs .panel-content .answer-text h2 {
    font-size: 48px;
    line-height: 56px
  }
}
@media screen and (min-width:80em) {
  .faq-section .faqs .panel-content .answer-text h2 {
    font-size: 56px;
    line-height: 64px
  }
}
.faq-section .faqs .panel-content .answer-text h3 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 12px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .faq-section .faqs .panel-content .answer-text h3 {
    font-size: 40px;
    line-height: 48px
  }
}
.faq-section .faqs .panel-content .answer-text h4 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 8px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .faq-section .faqs .panel-content .answer-text h4 {
    font-size: 32px;
    line-height: 40px
  }
}
.faq-section .faqs .panel-content .answer-text h5 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .faq-section .faqs .panel-content .answer-text h5 {
    font-size: 26px;
    line-height: 26px
  }
}
.faq-section .faqs .panel-content .answer-text ol, .faq-section .faqs .panel-content .answer-text ul {
  color: #1f2b44;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin: 14px 0;
  padding-left: 32px
}
@media print, screen and (min-width:64em) {
  .faq-section .faqs .panel-content .answer-text ol, .faq-section .faqs .panel-content .answer-text ul {
    font-size: 20px;
    line-height: 40px
  }
}
.faq-section .faqs .panel-content .answer-text ol a, .faq-section .faqs .panel-content .answer-text ul a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .faq-section .faqs .panel-content .answer-text ol a:hover, .faq-section .faqs .panel-content .answer-text ul a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.faq-section .faqs .panel-content .answer-text blockquote p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  quotes: "“""”""‘""’"
}
@media print, screen and (min-width:64em) {
  .faq-section .faqs .panel-content .answer-text blockquote p {
    font-size: 24px
  }
}
.faq-section .faqs .panel-content .answer-text blockquote p:before {
  content: open-quote
}
.faq-section .faqs .panel-content .answer-text blockquote p:after {
  content: close-quote
}
.faq-section .faqs .panel-content .answer-text blockquote p a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .faq-section .faqs .panel-content .answer-text blockquote p a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.faq-section .faqs .panel-content .answer-text blockquote + h2, .faq-section .faqs .panel-content .answer-text ol + h2, .faq-section .faqs .panel-content .answer-text p + h2, .faq-section .faqs .panel-content .answer-text ul + h2 {
  margin-top: 40px
}
.faq-section .faqs .panel-content .answer-text blockquote + h3, .faq-section .faqs .panel-content .answer-text blockquote + h4, .faq-section .faqs .panel-content .answer-text ol + h3, .faq-section .faqs .panel-content .answer-text ol + h4, .faq-section .faqs .panel-content .answer-text p + h3, .faq-section .faqs .panel-content .answer-text p + h4, .faq-section .faqs .panel-content .answer-text ul + h3, .faq-section .faqs .panel-content .answer-text ul + h4 {
  margin-top: 32px
}
header nav ul.nav {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0
}
header nav ul.nav li a {
  -webkit-text-decoration: none;
  text-decoration: none
}
@media screen and (max-width:63.9375em) {
  header {
    z-index: 10
  }
  header.nav-open {
    top: 0;
    -webkit-transition: top .15s ease-out;
    transition: top .15s ease-out
  }
  header .topbar {
    display: none
  }
  header .navbar {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: var(--topbar-height);
    position: relative
  }
  header .navbar, header .navbar .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  header .navbar .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
  }
  header .navbar .container .brand {
    display: block;
    height: 32px;
    z-index: 11
  }
  header .navbar .container .brand img {
    display: block;
    height: 100%;
    width: auto
  }
  header .navbar .container nav.nav-primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto
  }
  header .navbar .container nav.nav-primary .toggle-navigation {
    border: 1px solid rgba(31, 43, 68, .22);
    border-radius: 8px;
    color: #1f2b44;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    padding: 12px 16px 13px;
    position: relative;
    z-index: 11
  }
  header .navbar .container nav.nav-primary .menu-wrapper {
    background-color: #f1f0ea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    right: 0;
    top: -100vh;
    z-index: -1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100vh;
    height: calc(var(--vh, 1vh)*100);
    opacity: 0;
    overflow: hidden;
    -webkit-transition: top 0ms ease-out .1s, opacity .2s ease-out 0ms;
    transition: top 0ms ease-out .1s, opacity .2s ease-out 0ms;
    width: 100vw
  }
  header .navbar .container nav.nav-primary.nav-open .menu-wrapper {
    opacity: 1;
    top: calc(var(--topbar-height));
    -webkit-transition: top .4s ease-out, opacity .2s ease-out;
    transition: top .4s ease-out, opacity .2s ease-out
  }
  header .navbar .container nav.nav-primary .header-menu-container {
    margin-bottom: 56px;
    width: 100%
  }
}
@media screen and (max-width:63.9375em)and (max-width:39.99875em) {
  header .navbar .container nav.nav-primary .header-menu-container {
    margin-left: -4px;
    margin-right: -4px
  }
}
@media screen and (max-width:63.9375em) {
  header .navbar .container nav.nav-primary .outage-link-mobile a {
    color: #1f2b44;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin-left: 35px;
    padding: 4px 0
  }
  header .navbar .container nav.nav-primary .outage-link-mobile a.active {
    color: #c90015
  }
  header .navbar .container nav.nav-primary .topbar-menu-container-mobile ul {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 35px
  }
  header .navbar .container nav.nav-primary .topbar-menu-container-mobile ul li {
    margin: 4px 0
  }
  header .navbar .container nav.nav-primary .topbar-menu-container-mobile ul li a {
    color: #1f2b44;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    padding: 4px 0
  }
  header .navbar .container nav.nav-primary.nav-open ul.nav {
    opacity: 1;
    -webkit-transition: opacity .2s ease-out .4s;
    transition: opacity .2s ease-out .4s
  }
  header .navbar .container nav.nav-primary.nav-open ul.nav li {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out
  }
  header .navbar .container nav.nav-primary.nav-open ul.nav li:first-child {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
  }
  header .navbar .container nav.nav-primary.nav-open ul.nav li:nth-child(2) {
    -webkit-transition-delay: .35s;
    transition-delay: .35s
  }
  header .navbar .container nav.nav-primary.nav-open ul.nav li:nth-child(3) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
  }
  header .navbar .container nav.nav-primary.nav-open ul.nav li:nth-child(4) {
    -webkit-transition-delay: .45s;
    transition-delay: .45s
  }
  header .navbar .container nav.nav-primary.nav-open ul.nav li:nth-child(5) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
  }
  header .navbar .container nav.nav-primary.nav-open ul.nav li:nth-child(6) {
    -webkit-transition-delay: .55s;
    transition-delay: .55s
  }
  header .navbar .container nav.nav-primary.nav-open ul.nav li:nth-child(7) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
  }
  header .navbar .container nav.nav-primary.nav-open ul.nav li:nth-child(8) {
    -webkit-transition-delay: .65s;
    transition-delay: .65s
  }
  header .navbar .container nav.nav-primary.nav-open ul.nav li:nth-child(9) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
  }
  header .navbar .container nav.nav-primary.nav-open ul.nav li:nth-child(10) {
    -webkit-transition-delay: .75s;
    transition-delay: .75s
  }
  header .navbar .container nav.nav-primary ul.primary-menu {
    list-style: none;
    margin-bottom: 0;
    margin-top: 5px;
    padding-left: 0;
    width: 100%
  }
  header .navbar .container nav.nav-primary ul.primary-menu li.menu-item-has-children > a:after {
    font-family: KinwellIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 14px;
    margin-left: 10px
  }
  header .navbar .container nav.nav-primary ul.primary-menu > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(31, 43, 68, .22);
    padding: 12px 35px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    width: 100%
  }
  header .navbar .container nav.nav-primary ul.primary-menu > li a {
    color: #1f2b44;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    line-height: 14px;
    padding: 12px 0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
  header .navbar .container nav.nav-primary ul.primary-menu > li.menu-item-has-children > .sub-menu {
    background-color: #f1f0ea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100vh - var(--topbar-height));
    left: 0;
    overflow: scroll;
    padding-bottom: 72px;
    top: 0;
    width: 100vw;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
    -webkit-transition: opacity .15s ease-out .1s, -webkit-transform .25s ease-out 25ms;
    transition: opacity .15s ease-out .1s, -webkit-transform .25s ease-out 25ms;
    transition: opacity .15s ease-out .1s, transform .25s ease-out 25ms;
    transition: opacity .15s ease-out .1s, transform .25s ease-out 25ms, -webkit-transform .25s ease-out 25ms;
    z-index: 10
  }
  header .navbar .container nav.nav-primary ul.primary-menu > li.menu-item-has-children > .sub-menu > li {
    padding: 12px 35px
  }
  header .navbar .container nav.nav-primary ul.primary-menu > li.menu-item-has-children > .sub-menu > li.navigation-item {
    margin-bottom: 12px;
    margin-top: 12px
  }
  header .navbar .container nav.nav-primary ul.primary-menu > li.menu-item-has-children > .sub-menu > li.navigation-item button {
    color: rgba(31, 43, 68, .6);
    cursor: pointer
  }
  header .navbar .container nav.nav-primary ul.primary-menu > li.menu-item-has-children > .sub-menu > li.navigation-item button:before {
    font-family: KinwellIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 12px;
    line-height: 34px;
    margin-right: 1em;
    vertical-align: middle
  }
  header .navbar .container nav.nav-primary ul.primary-menu > li.menu-item-has-children > .sub-menu > li.menu-item {
    border-bottom: 1px solid rgba(31, 43, 68, .22)
  }
  header .navbar .container nav.nav-primary ul.primary-menu > li.menu-item-has-children > .sub-menu > li.highlight {
    border-bottom: 0
  }
  header .navbar .container nav.nav-primary ul.primary-menu > li.menu-item-has-children > .sub-menu > li.highlight a {
    color: #2b52a0;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px
  }
  header .navbar .container nav.nav-primary ul.primary-menu > li.menu-item-has-children > .sub-menu > li.highlight a:after {
    font-family: KinwellIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 14px;
    margin-left: 6px
  }
  header .navbar .container nav.nav-primary ul.primary-menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children {
    padding: 14px 35px
  }
  header .navbar .container nav.nav-primary ul.primary-menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu {
    list-style: none;
    margin: 24px 0 20px;
    padding-left: 0
  }
  header .navbar .container nav.nav-primary ul.primary-menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin: 4px 0;
    padding: 0
  }
  header .navbar .container nav.nav-primary ul.primary-menu > li.menu-item-has-children.open > .sub-menu {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  header.sub-nav-open .navbar .container nav.nav-primary ul.primary-menu > li:not(.open), header.sub-nav-open .navbar .container nav.nav-primary ul.primary-menu > li > a:not(.open), header.sub-nav-open .topbar-menu-container-mobile:not(.open) {
    opacity: 0
  }
  header.sub-nav-open .navbar .container nav.nav-primary ul.primary-menu > li {
    border-bottom: 1px solid #f1f0ea
  }
  header.nav-open:before {
    background-color: #fff;
    height: 100%
  }
}
@media screen and (min-width:64em) {
  header {
    --submenu-delay: 200ms
  }
  header:after {
    background: rgba(0, 0, 0, .68);
    content: " ";
    height: calc(200vh - 178px);
    opacity: 0;
    position: absolute;
    top: 178px;
    -webkit-transform: translateY(-200vh);
    transform: translateY(-200vh);
    -webkit-transition: opacity .2s ease-out, -webkit-transform 0ms ease-out;
    transition: opacity .2s ease-out, -webkit-transform 0ms ease-out;
    transition: opacity .2s ease-out, transform 0ms ease-out;
    transition: opacity .2s ease-out, transform 0ms ease-out, -webkit-transform 0ms ease-out;
    -webkit-transition-delay: var(--submenu-delay);
    transition-delay: var(--submenu-delay);
    width: 100%;
    z-index: 90
  }
  header.sub-nav-open:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms
  }
  header .topbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    position: relative;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f1f0ea;
    padding-bottom: 16px;
    padding-top: 16px
  }
  header .topbar .container {
    width: 100%
  }
  header .topbar .container nav {
    margin-left: auto;
    margin-right: 1rem
  }
  header .topbar .container nav.top-nav, header .topbar .container nav.top-nav a.outage-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  header .topbar .container nav.top-nav a.outage-link {
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
    transition-timing-function: cubic-bezier(.64, .46, .21, .91);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1f2b44;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    margin-right: 32px
  }
  header .topbar .container nav.top-nav a.outage-link.active {
    color: #c90015
  }
}
@media screen and (min-width:64em)and (hover:hover) {
  header .topbar .container nav.top-nav a.outage-link:hover {
    color: #2b52a0
  }
}
@media screen and (min-width:64em) {
  header .topbar .container nav ul {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0
  }
  header .topbar .container nav ul li {
    display: inline-block
  }
  header .topbar .container nav ul li + li {
    margin-left: 32px
  }
  header .topbar .container nav ul li a {
    color: #1f2b44;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
    transition-timing-function: cubic-bezier(.64, .46, .21, .91)
  }
}
@media screen and (min-width:64em)and (hover:hover) {
  header .topbar .container nav ul li a:hover {
    color: #2b52a0
  }
}
@media screen and (min-width:64em) {
  header .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 128px;
    position: relative
  }
  header .navbar .container {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  header .navbar .container .brand {
    width: 160px
  }
}
@media screen and (min-width:64em)and (min-width:83.75em) {
  header .navbar .container .brand {
    margin-left: 1rem;
    margin-right: 1rem
  }
}
@media screen and (min-width:64em) {
  header .navbar .container .brand img {
    width: 100%
  }
  header .navbar .container nav.nav-primary {
    margin: 0 1rem 0 auto
  }
  header .navbar .container nav.nav-primary .toggle-navigation {
    display: none
  }
  header .navbar .container nav.nav-primary .menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    height: 100%;
    justify-content: space-between
  }
  header .navbar .container nav.nav-primary .outage-link-mobile, header .navbar .container nav.nav-primary .topbar-menu-container-mobile {
    display: none
  }
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 128px;
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0
  }
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li {
    display: inline-block;
    height: 100%
  }
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li + li {
    margin-left: 40px
  }
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li > a {
    height: 100%
  }
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1f2b44;
    font-size: 18px;
    line-height: 21px;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out
  }
}
@media screen and (min-width:64em)and (hover:hover) {
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li a:hover {
    color: #2b52a0
  }
}
@media screen and (min-width:64em) {
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.current-menu-item a {
    color: #2b52a0
  }
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.menu-item-has-children > a:after {
    font-family: KinwellIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 10px;
    margin-left: 6px;
    margin-top: 4px;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out
  }
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.menu-item-has-children > ul.sub-menu {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border-radius: 9px;
    -webkit-box-shadow: 0 16px 40px 0 rgba(0, 0, 0, .2), 0 2px 4px 0 rgba(0, 0, 0, .31);
    box-shadow: 0 16px 40px 0 rgba(0, 0, 0, .2), 0 2px 4px 0 rgba(0, 0, 0, .31);
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 250px;
    opacity: 0;
    padding: 32px;
    -webkit-transform: translateY(-200vh);
    transform: translateY(-200vh);
    -webkit-transition: opacity .2s ease-out, -webkit-transform 0ms ease-out;
    transition: opacity .2s ease-out, -webkit-transform 0ms ease-out;
    transition: opacity .2s ease-out, transform 0ms ease-out;
    transition: opacity .2s ease-out, transform 0ms ease-out, -webkit-transform 0ms ease-out;
    -webkit-transition-delay: var(--submenu-delay);
    transition-delay: var(--submenu-delay);
    z-index: 100
  }
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.menu-item-has-children > ul.sub-menu:before {
    background-color: #fff;
    border-radius: 4px 0 0 0;
    -webkit-box-shadow: -2px -2px 4px 0 hsla(0, 0%, 70%, .2);
    box-shadow: -2px -2px 4px 0 hsla(0, 0%, 70%, .2);
    content: " ";
    display: block;
    height: 20px;
    position: absolute;
    top: -10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px
  }
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.menu-item-has-children:not(.mega-menu) ul.sub-menu {
    margin-left: -140px
  }
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.menu-item-has-children:not(.mega-menu) ul.sub-menu:before {
    right: 56px
  }
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.menu-item-has-children:not(.mega-menu) ul.sub-menu li:not(.menu-item-has-children) {
    display: block
  }
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.menu-item-has-children:not(.mega-menu) ul.sub-menu li:not(.menu-item-has-children).navigation-item {
    display: none
  }
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.menu-item-has-children:not(.mega-menu) ul.sub-menu li:not(.menu-item-has-children):not(.highlight) a {
    color: #1f2b44;
    display: block;
    font-size: 16px;
    line-height: 34px;
    margin: 3px 0;
    position: relative
  }
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.menu-item-has-children:not(.mega-menu) ul.sub-menu li:not(.menu-item-has-children):not(.highlight) a:before {
    background: #f1f0ea;
    border-radius: 9px;
    content: " ";
    display: block;
    height: 100%;
    left: -12px;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 50ms ease-out;
    transition: opacity 50ms ease-out;
    width: calc(100% + 24px);
    z-index: -1
  }
}
@media screen and (min-width:64em)and (hover:hover) {
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.menu-item-has-children:not(.mega-menu) ul.sub-menu li:not(.menu-item-has-children):not(.highlight) a:hover:before {
    opacity: 1
  }
}
@media screen and (min-width:64em) {
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.menu-item-has-children:not(.mega-menu) ul.sub-menu li:not(.menu-item-has-children).highlight a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
  ;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    border-radius: 9px;
    color: #1f2b44;
    color: #2b52a0;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    line-height: 40px;
    margin-top: 9px;
    padding: 0 28px 0 0;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: border, -webkit-box-shadow;
    transition-property: border, -webkit-box-shadow;
    transition-property: border, box-shadow;
    transition-property: border, box-shadow, -webkit-box-shadow;
    -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
    transition-timing-function: cubic-bezier(.64, .46, .21, .91)
  }
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.menu-item-has-children:not(.mega-menu) ul.sub-menu li:not(.menu-item-has-children).highlight a:before {
    font-family: KinwellIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 14px;
    position: absolute;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
    transition-timing-function: cubic-bezier(.64, .46, .21, .91)
  }
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.menu-item-has-children:not(.mega-menu) ul.sub-menu li:not(.menu-item-has-children).highlight a:after {
    background-color: #1f2b44;
    content: "";
    position: absolute;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
    transition-timing-function: cubic-bezier(.64, .46, .21, .91)
  }
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.menu-item-has-children:not(.mega-menu) ul.sub-menu li:not(.menu-item-has-children).highlight a:before {
    right: 25px
  }
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.menu-item-has-children:not(.mega-menu) ul.sub-menu li:not(.menu-item-has-children).highlight a:after {
    height: 2px;
    max-width: 0;
    right: 27px;
    -webkit-transition-property: max-width;
    transition-property: max-width;
    width: 100%
  }
}
@media screen and (min-width:64em)and (hover:hover) {
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.menu-item-has-children:not(.mega-menu) ul.sub-menu li:not(.menu-item-has-children).highlight a:hover:after {
    max-width: 14px
  }
}
@media screen and (min-width:64em) {
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.menu-item-has-children:not(.mega-menu) ul.sub-menu li:not(.menu-item-has-children).highlight a:before {
    right: 0
  }
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.menu-item-has-children:not(.mega-menu) ul.sub-menu li:not(.menu-item-has-children).highlight a:after {
    right: 2px
  }
}
@media screen and (min-width:64em)and (hover:hover) {
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.menu-item-has-children:not(.mega-menu) ul.sub-menu li:not(.menu-item-has-children).highlight a:hover {
    color: rgba(31, 43, 68, .6)
  }
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.menu-item-has-children:not(.mega-menu) ul.sub-menu li:not(.menu-item-has-children).highlight a:hover:after {
    background-color: rgba(31, 43, 68, .6)
  }
}
@media screen and (min-width:64em) {
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.menu-item-has-children .navigation-item {
    display: none
  }
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.mega-menu > ul.sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 64px 56px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between
  }
}
@media screen and (min-width:64em)and (min-width:64em)and (max-width:79.99875em) {
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.mega-menu > ul.sub-menu {
    left: 5vw;
    margin-left: 0;
    padding: 0 32px 32px;
    width: 90vw
  }
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.mega-menu > ul.sub-menu:before {
    left: calc(50% - 10px)
  }
}
@media screen and (min-width:64em)and (min-width:80em) {
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.mega-menu > ul.sub-menu {
    margin-left: calc(-40vw + 60px);
    width: 80vw
  }
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.mega-menu > ul.sub-menu:before {
    left: calc(50% - 10px)
  }
}
@media screen and (min-width:64em)and (min-width:90em) {
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.mega-menu > ul.sub-menu {
    margin-left: -540px;
    width: 1200px
  }
}
@media screen and (min-width:64em) {
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.mega-menu > ul.sub-menu > li {
    margin-top: 48px;
    width: 280px
  }
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.mega-menu > ul.sub-menu > li > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
  ;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    border-radius: 9px;
    color: #1f2b44;
    color: #2b52a0;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    line-height: 40px;
    padding: 0 28px 0 0;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: border, -webkit-box-shadow;
    transition-property: border, -webkit-box-shadow;
    transition-property: border, box-shadow;
    transition-property: border, box-shadow, -webkit-box-shadow;
    -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
    transition-timing-function: cubic-bezier(.64, .46, .21, .91)
  }
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.mega-menu > ul.sub-menu > li > a:before {
    font-family: KinwellIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 14px;
    position: absolute;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
    transition-timing-function: cubic-bezier(.64, .46, .21, .91)
  }
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.mega-menu > ul.sub-menu > li > a:after {
    background-color: #1f2b44;
    content: "";
    position: absolute;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
    transition-timing-function: cubic-bezier(.64, .46, .21, .91)
  }
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.mega-menu > ul.sub-menu > li > a:before {
    right: 25px
  }
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.mega-menu > ul.sub-menu > li > a:after {
    height: 2px;
    max-width: 0;
    right: 27px;
    -webkit-transition-property: max-width;
    transition-property: max-width;
    width: 100%
  }
}
@media screen and (min-width:64em)and (hover:hover) {
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.mega-menu > ul.sub-menu > li > a:hover:after {
    max-width: 14px
  }
}
@media screen and (min-width:64em) {
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.mega-menu > ul.sub-menu > li > a:before {
    right: 0
  }
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.mega-menu > ul.sub-menu > li > a:after {
    right: 2px
  }
}
@media screen and (min-width:64em)and (hover:hover) {
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.mega-menu > ul.sub-menu > li > a:hover {
    color: rgba(31, 43, 68, .6)
  }
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.mega-menu > ul.sub-menu > li > a:hover:after {
    background-color: rgba(31, 43, 68, .6)
  }
}
@media screen and (min-width:64em) {
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.mega-menu > ul.sub-menu > li > ul.sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 16px
  }
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.mega-menu > ul.sub-menu > li > ul.sub-menu li a {
    color: #1f2b44;
    display: block;
    font-size: 16px;
    line-height: 34px;
    margin: 3px 0;
    position: relative
  }
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.mega-menu > ul.sub-menu > li > ul.sub-menu li a:before {
    background: #f1f0ea;
    border-radius: 9px;
    content: " ";
    display: block;
    height: 100%;
    left: -12px;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 50ms ease-out;
    transition: opacity 50ms ease-out;
    width: calc(100% + 24px);
    z-index: -1
  }
}
@media screen and (min-width:64em)and (hover:hover) {
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.mega-menu > ul.sub-menu > li > ul.sub-menu li a:hover:before {
    opacity: 1
  }
}
@media screen and (min-width:64em) {
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.open > a:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.open > ul.sub-menu {
    opacity: 1;
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms
  }
  header .navbar .container nav.nav-primary .header-menu-container ul.primary-menu > li.open > ul.sub-menu > li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
footer {
  padding: 80px 0
}
footer .title {
  color: #2b52a0;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px
}
@media print, screen and (min-width:64em) {
  footer .title {
    font-size: 20px;
    line-height: 40px
  }
}
footer a {
  color: #1f2b44;
  -webkit-text-decoration: none;
  text-decoration: none
}
@media(hover:hover) {
  footer a:hover {
    color: #2b52a0
  }
}
footer ul {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0
}
footer .top-container .brand {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 56px;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem)
}
@media print, screen and (min-width:64em) {
  footer .top-container .brand {
    margin-bottom: 96px
  }
}
footer .top-container .brand img {
  height: auto;
  width: 120px
}
@media print, screen and (min-width:64em) {
  footer .top-container .brand img {
    width: 172px
  }
}
footer .top-container nav.footer-menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem)
}
@media print, screen and (max-width:39.99875em) {
  footer .top-container nav.footer-menu:not(:first-of-type) {
    margin-top: 48px
  }
}
@media print, screen and (min-width:40em) {
  footer .top-container nav.footer-menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(50% - 2rem)
  }
  footer .top-container nav.footer-menu:nth-of-type(3) {
    margin-top: 48px
  }
}
@media print, screen and (min-width:64em) {
  footer .top-container nav.footer-menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(25% - 2rem)
  }
  footer .top-container nav.footer-menu:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(33.33333% - 2rem)
  }
  footer .top-container nav.footer-menu:nth-of-type(3) {
    margin-top: 0
  }
}
footer .top-container nav.footer-menu ul {
  margin-top: 16px
}
@media print, screen and (min-width:64em) {
  footer .top-container nav.footer-menu ul {
    margin-top: 24px
  }
}
footer .top-container nav.footer-menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
footer .top-container nav.footer-menu ul li:not(:first-of-type) {
  margin-top: 16px
}
@media print, screen and (min-width:64em) {
  footer .top-container nav.footer-menu ul li:not(:first-of-type) {
    margin-top: 24px
  }
}
footer .top-container nav.footer-menu ul li a {
  display: block;
  font-size: 16px;
  line-height: 18px
}
@media print, screen and (min-width:64em) {
  footer .top-container nav.footer-menu ul li a {
    font-size: 18px;
    line-height: 18px
  }
}
footer .top-container .newsletter {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media print, screen and (max-width:63.99875em) {
  footer .top-container .newsletter {
    margin-top: 48px
  }
}
@media print, screen and (min-width:40em) {
  footer .top-container .newsletter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(50% - 2rem)
  }
}
@media print, screen and (min-width:64em) {
  footer .top-container .newsletter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(16.66667% - 2rem)
  }
}
footer .top-container .newsletter a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  border: 1px solid rgba(31, 43, 68, .22);
  border-radius: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 16px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
footer .top-container .newsletter a:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
footer .top-container .newsletter a:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
footer .top-container .newsletter a:before {
  right: 25px
}
footer .top-container .newsletter a:after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  footer .top-container .newsletter a:hover:after {
    max-width: 14px
  }
  footer .top-container .newsletter a:hover {
    border: 1px solid rgba(31, 43, 68, .4)
  }
}
footer .top-container .newsletter a:before {
  color: #1f2b44
}
footer .top-container .newsletter a:after {
  background-color: #1f2b44
}
@media print, screen and (max-width:39.99875em) {
  footer .top-container .newsletter a {
    width: 100%
  }
}
@media print, screen and (min-width:64em) {
  footer .top-container .newsletter a {
    margin-top: 24px
  }
}
/* Dav1d */
#reply .newsletter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  border: 1px solid rgba(31, 43, 68, .22);
  border-radius: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 16px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
#reply  .newsletter:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
#reply .newsletter:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
#reply  .newsletter:before {
  right: 25px
}
#reply  .newsletter:after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  #reply  .newsletter:hover:after {
    max-width: 14px
  }
  #reply  .newsletter:hover {
    border: 1px solid rgba(31, 43, 68, .4)
  }
}
#reply .newsletter:before {
  color: #1f2b44
}
#reply  .newsletter:after {
  background-color: #1f2b44
}
@media print, screen and (max-width:39.99875em) {
  #reply  .newsletter {
    width: 100%
  }
}
@media print, screen and (min-width:64em) {
  #reply  .newsletter {
    margin-top: 24px
  }
}
/* */

footer .bottom-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%
}
@media print, screen and (min-width:64em) {
  footer .bottom-bar {
    margin-top: 40px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }
}
footer .bottom-bar .legal {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media print, screen and (max-width:63.99875em) {
  footer .bottom-bar .legal {
    margin-top: 48px
  }
}
@media print, screen and (min-width:40em) {
  footer .bottom-bar .legal {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(66.66667% - 2rem)
  }
}
@media print, screen and (min-width:64em) {
  footer .bottom-bar .legal {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(41.66667% - 2rem);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}
footer .bottom-bar .legal li {
  margin-top: 16px
}
footer .bottom-bar .legal li:not(:last-of-type) {
  margin-right: 24px
}
footer .bottom-bar .legal li a {
  display: block;
  font-size: 16px;
  line-height: 16px
}
footer .bottom-bar .social {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media print, screen and (max-width:63.99875em) {
  footer .bottom-bar .social {
    margin-top: 64px
  }
}
@media print, screen and (min-width:40em) {
  footer .bottom-bar .social {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(33.33333% - 2rem)
  }
}
@media print, screen and (min-width:64em) {
  footer .bottom-bar .social {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(25% - 2rem);
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    order: 3;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end
  }
}
footer .bottom-bar .social .title {
  margin-right: 24px
}
footer .bottom-bar .social li {
  font-size: 32px
}
footer .bottom-bar .social li:not(:last-of-type) {
  margin-right: 12px
}
footer .bottom-bar .certificates {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem);
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
@media print, screen and (max-width:63.99875em) {
  footer .bottom-bar .certificates {
    margin-top: 72px
  }
}
@media print, screen and (min-width:64em) {
  footer .bottom-bar .certificates {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(33.33333% - 2rem);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}
footer .bottom-bar .certificates img:not(:last-of-type) {
  margin-right: 12px
}
footer .bottom-bar .certificates a {
  display: block;
  font-size: 16px;
  line-height: 16px
}
.home-hero-section {
  background-color: #a2d3f3;
  overflow: hidden;
  position: relative
}
@media print, screen and (max-width:47.99875em) {
  .home-hero-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.home-hero-section .image {
  height: 100%;
  position: relative;
  width: 100%
}
@media print, screen and (max-width:47.99875em) {
  .home-hero-section .image {
    aspect-ratio: 1/1.3333;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .home-hero-section .image:after {
    background-color: #a2d3f3;
    border-radius: 0 0 0 40px;
    content: " ";
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
  }
}
@media print, screen and (min-width:40em)and (max-width:47.99875em) {
  .home-hero-section .image {
    aspect-ratio: 1/1;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    overflow: hidden
  }
}
@media print, screen and (min-width:64em) {
  .home-hero-section .image {
    height: 100%;
    position: absolute;
    width: 100%
  }
}
.home-hero-section .image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}
.home-hero-section .container {
  height: 100%;
  position: relative;
  width: 100%
}
.home-hero-section .container:before {
  background-color: #a2d3f3;
  border-radius: 0 90px 0 0;
  bottom: 0;
  content: " ";
  display: block;
  height: calc(100% - 40px);
  left: calc(50% - 50vw);
  position: absolute;
  width: 100%
}
@media print, screen and (min-width:48em)and (max-width:63.99875em) {
  .home-hero-section .container:before {
    border-radius: 0 40px 0 0;
    display: block;
    height: calc(100% + 40px);
    position: absolute;
    width: 100%
  }
}
@media print, screen and (min-width:64em) {
  .home-hero-section .container:before {
    border-radius: 0 90px 0 0;
    bottom: 0;
    height: calc(100% - 40px);
    left: calc(50% - 50vw);
    width: calc(50vw - 8.33333%)
  }
}
@media screen and (min-width:80em) {
  .home-hero-section .container:before {
    width: calc(50vw - 12.5%)
  }
}
.home-hero-section .container:after {
  background-color: #ffe67f;
  content: " ";
  display: block;
  height: 90px;
  position: absolute;
  top: -50px
}
@media print, screen and (max-width:39.99875em) {
  .home-hero-section .container:after {
    display: none
  }
}
@media print, screen and (min-width:64em) {
  .home-hero-section .container:after {
    border-radius: 0 0 0 90px;
    right: calc(50% - 50vw);
    width: calc(50vw + 8.33333%)
  }
}
@media screen and (min-width:80em) {
  .home-hero-section .container:after {
    width: calc(50vw + 12.5%)
  }
}
.home-hero-section .container .content {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  position: relative;
  width: calc(100% - 2rem);
  -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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 24px;
  padding-top: 64px
}
@media print, screen and (min-width:48em) {
  .home-hero-section .container .content {
    padding-bottom: 80px;
    padding-top: 40px
  }
}
@media print, screen and (min-width:64em) {
  .home-hero-section .container .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 40px;
    padding-bottom: 96px;
    padding-top: 96px;
    width: calc(41.66667% - 2rem)
  }
}
@media screen and (min-width:80em) {
  .home-hero-section .container .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-bottom: 128px;
    padding-top: 128px;
    width: calc(33.33333% - 2rem)
  }
}
@media print, screen and (min-width:48em)and (max-width:63.99875em) {
  .home-hero-section .container .content h1 br {
    display: none
  }
}
@media screen and (min-width:80em) {
  .home-hero-section .container .content h1 {
    font-size: 80px;
    letter-spacing: 0, 67px;
    line-height: 80px
  }
}
.home-hero-section .container .content span.intro {
  margin-top: 12px
}
@media print, screen and (min-width:64em) {
  .home-hero-section .container .content span.intro {
    margin-top: 32px
  }
}
.home-hero-section .container .content a.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 0;
  border-radius: 9px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 40px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.home-hero-section .container .content a.button:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.home-hero-section .container .content a.button:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.home-hero-section .container .content a.button:before {
  right: 25px
}
.home-hero-section .container .content a.button:after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  .home-hero-section .container .content a.button:hover:after {
    max-width: 14px
  }
}
.home-hero-section .container .content a.button:before {
  color: #1f2b44
}
.home-hero-section .container .content a.button:after {
  background-color: #1f2b44
}
@media(hover:hover) {
  .home-hero-section .container .content a.button:hover {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .18);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .18)
  }
}
@media print, screen and (min-width:64em) {
  .home-hero-section .container .content a.button {
    margin-top: 64px
  }
}
@media screen and (min-width:80em) {
  .home-hero-section .container .content a.button {
    margin-top: 72px
  }
}
.home-links-section {
  background-color: #f1f0ea;
  padding: 80px 0 88px
}
@media print, screen and (min-width:64em) {
  .home-links-section {
    padding: 120px 0
  }
}
.home-links-section .container .link-list {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem)
}
@media print, screen and (max-width:63.99875em) {
  .home-links-section .container .link-list:not(:first-of-type) {
    margin-top: 40px
  }
}
@media print, screen and (min-width:40em) {
  .home-links-section .container .link-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: calc(8.33333% + 1rem);
    margin-right: 1rem;
    width: calc(83.33333% - 2rem)
  }
}
@media print, screen and (min-width:64em) {
  .home-links-section .container .link-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(33.33333% - 2rem)
  }
}
.home-links-section .container .link-list .title {
  color: #2b52a0;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 24px
}
@media print, screen and (min-width:64em) {
  .home-links-section .container .link-list .title {
    font-size: 20px;
    line-height: 32px
  }
}
.home-links-section .container .link-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.home-links-section .container .link-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px
}
.home-links-section .container .link-list ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 0;
  border-radius: 9px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  width: 100%
}
.home-links-section .container .link-list ul li a:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.home-links-section .container .link-list ul li a:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.home-links-section .container .link-list ul li a:before {
  right: 25px
}
.home-links-section .container .link-list ul li a:after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  .home-links-section .container .link-list ul li a:hover:after {
    max-width: 14px
  }
}
.home-links-section .container .link-list ul li a:before {
  color: #1f2b44
}
.home-links-section .container .link-list ul li a:after {
  background-color: #1f2b44
}
@media(hover:hover) {
  .home-links-section .container .link-list ul li a:hover {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .18);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .18)
  }
}
.home-about-section {
  padding: 80px 0 88px
}
@media print, screen and (min-width:64em) {
  .home-about-section {
    padding: 120px 0
  }
}
.home-about-section .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.home-about-section .container .title {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 1rem;
  width: calc(100% - 2rem)
}
@media print, screen and (min-width:48em) {
  .home-about-section .container .title {
    font-size: 40px;
    line-height: 48px
  }
}
@media print, screen and (min-width:64em) {
  .home-about-section .container .title {
    font-size: 48px;
    line-height: 56px
  }
}
@media screen and (min-width:80em) {
  .home-about-section .container .title {
    font-size: 56px;
    line-height: 64px
  }
}
@media print, screen and (min-width:48em) {
  .home-about-section .container .title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(66.66667% - 2rem)
  }
}
@media print, screen and (min-width:64em) {
  .home-about-section .container .title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(58.33333% - 2rem)
  }
}
.home-about-section .container .text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 40px;
  width: calc(100% - 2rem)
}
.home-about-section .container .text p {
  color: #1f2b44;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 0
}
@media print, screen and (min-width:64em) {
  .home-about-section .container .text p {
    font-size: 20px;
    line-height: 40px
  }
}
.home-about-section .container .text p a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .home-about-section .container .text p a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.home-about-section .container .text p strong {
  font-weight: 700
}
.home-about-section .container .text p + ol, .home-about-section .container .text p + p, .home-about-section .container .text p + ul {
  margin-top: 1em
}
.home-about-section .container .text h2 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 16px;
  margin-top: 0
}
@media print, screen and (min-width:48em) {
  .home-about-section .container .text h2 {
    font-size: 40px;
    line-height: 48px
  }
}
@media print, screen and (min-width:64em) {
  .home-about-section .container .text h2 {
    font-size: 48px;
    line-height: 56px
  }
}
@media screen and (min-width:80em) {
  .home-about-section .container .text h2 {
    font-size: 56px;
    line-height: 64px
  }
}
.home-about-section .container .text h3 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 12px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .home-about-section .container .text h3 {
    font-size: 40px;
    line-height: 48px
  }
}
.home-about-section .container .text h4 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 8px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .home-about-section .container .text h4 {
    font-size: 32px;
    line-height: 40px
  }
}
.home-about-section .container .text h5 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .home-about-section .container .text h5 {
    font-size: 26px;
    line-height: 26px
  }
}
.home-about-section .container .text ol, .home-about-section .container .text ul {
  color: #1f2b44;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin: 14px 0;
  padding-left: 32px
}
@media print, screen and (min-width:64em) {
  .home-about-section .container .text ol, .home-about-section .container .text ul {
    font-size: 20px;
    line-height: 40px
  }
}
.home-about-section .container .text ol a, .home-about-section .container .text ul a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .home-about-section .container .text ol a:hover, .home-about-section .container .text ul a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.home-about-section .container .text blockquote p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  quotes: "“""”""‘""’"
}
@media print, screen and (min-width:64em) {
  .home-about-section .container .text blockquote p {
    font-size: 24px
  }
}
.home-about-section .container .text blockquote p:before {
  content: open-quote
}
.home-about-section .container .text blockquote p:after {
  content: close-quote
}
.home-about-section .container .text blockquote p a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .home-about-section .container .text blockquote p a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.home-about-section .container .text blockquote + h2, .home-about-section .container .text ol + h2, .home-about-section .container .text p + h2, .home-about-section .container .text ul + h2 {
  margin-top: 40px
}
.home-about-section .container .text blockquote + h3, .home-about-section .container .text blockquote + h4, .home-about-section .container .text ol + h3, .home-about-section .container .text ol + h4, .home-about-section .container .text p + h3, .home-about-section .container .text p + h4, .home-about-section .container .text ul + h3, .home-about-section .container .text ul + h4 {
  margin-top: 32px
}
@media print, screen and (min-width:48em) {
  .home-about-section .container .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(83.33333% - 2rem)
  }
}
@media print, screen and (min-width:64em) {
  .home-about-section .container .text {
    margin-top: 64px
  }
}
.home-about-section .container a.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  border: 1px solid rgba(31, 43, 68, .22);
  border-radius: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 48px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.home-about-section .container a.button:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.home-about-section .container a.button:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.home-about-section .container a.button:before {
  right: 25px
}
.home-about-section .container a.button:after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  .home-about-section .container a.button:hover:after {
    max-width: 14px
  }
  .home-about-section .container a.button:hover {
    border: 1px solid rgba(31, 43, 68, .4)
  }
}
.home-about-section .container a.button:before {
  color: #1f2b44
}
.home-about-section .container a.button:after {
  background-color: #1f2b44
}
@media screen and (min-width:80em) {
  .home-about-section .container a.button {
    margin-top: 64px
  }
}
.home-banner-section {
  margin: 0
}
.home-accomplishments-section {
  background-color: #f1f0ea;
  margin-top: -80px;
  padding: 152px 0 0
}
@media print, screen and (min-width:64em) {
  .home-accomplishments-section {
    margin-top: -104px;
    padding: 200px 0 0
  }
}
.home-accomplishments-section .container ul.accomplishments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  width: 100%
}
@media print, screen and (min-width:48em) {
  .home-accomplishments-section .container ul.accomplishments {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
@media print, screen and (min-width:64em) {
  .home-accomplishments-section .container ul.accomplishments {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(100% - 2rem)
  }
}
.home-accomplishments-section .container ul.accomplishments li {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(50% - 2rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media print, screen and (max-width:39.99875em) {
  .home-accomplishments-section .container ul.accomplishments li:nth-of-type(n+3) {
    margin-top: 40px
  }
}
@media print, screen and (min-width:40em) {
  .home-accomplishments-section .container ul.accomplishments li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(33.33333% - 2rem)
  }
}
@media print, screen and (min-width:48em) {
  .home-accomplishments-section .container ul.accomplishments li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
  }
}
@media print, screen and (min-width:48em)and (max-width:63.99875em) {
  .home-accomplishments-section .container ul.accomplishments li {
    padding: 28px 32px
  }
  .home-accomplishments-section .container ul.accomplishments li:not(:last-of-type) {
    border-right: 1px solid rgba(31, 43, 68, .22);
    margin-right: 0;
    padding-right: calc(32px + 1rem)
  }
}
@media print, screen and (min-width:64em) {
  .home-accomplishments-section .container ul.accomplishments li {
    border-right: 1px solid rgba(31, 43, 68, .22);
    margin: 0;
    padding: 28px 64px;
    width: 33.3333333333%
  }
  .home-accomplishments-section .container ul.accomplishments li:first-of-type {
    border-left: 1px solid rgba(31, 43, 68, .22)
  }
}
.home-accomplishments-section .container ul.accomplishments li span.text {
  color: #2b52a0;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  width: 80%
}
@media print, screen and (min-width:64em) {
  .home-accomplishments-section .container ul.accomplishments li span.text {
    font-size: 56px;
    font-weight: 400;
    line-height: 56px;
    margin-bottom: 24px
  }
}
.home-accomplishments-section .container ul.accomplishments li span.label {
  font-size: 18px;
  line-height: 32px;
  width: 80%
}
@media print, screen and (min-width:64em) {
  .home-accomplishments-section .container ul.accomplishments li span.label {
    font-size: 20px;
    line-height: 32px;
    width: 100%
  }
}
.home-testimonials-section {
  background-color: #f1f0ea;
  overflow: hidden;
  padding: 96px 0 0;
  position: relative
}
@media print, screen and (min-width:64em) {
  .home-testimonials-section {
    padding: 160px 0 0
  }
  .home-testimonials-section:after {
    background-color: #f1f0ea;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: calc(50% - 1rem);
    z-index: 1
  }
}
.home-testimonials-section .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.home-testimonials-section .container .heading {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 48px;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem);
  z-index: 2
}
@media print, screen and (min-width:64em) {
  .home-testimonials-section .container .heading {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(41.66667% - 2rem)
  }
}
.home-testimonials-section .container .heading .title {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 0;
  margin-top: 0
}
@media print, screen and (min-width:48em) {
  .home-testimonials-section .container .heading .title {
    font-size: 40px;
    line-height: 48px
  }
}
@media print, screen and (min-width:64em) {
  .home-testimonials-section .container .heading .title {
    font-size: 48px;
    line-height: 56px
  }
}
@media screen and (min-width:80em) {
  .home-testimonials-section .container .heading .title {
    font-size: 56px;
    line-height: 64px
  }
}
.home-testimonials-section .container .heading a.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  border: 1px solid rgba(31, 43, 68, .22);
  border-radius: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 56px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.home-testimonials-section .container .heading a.button:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.home-testimonials-section .container .heading a.button:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.home-testimonials-section .container .heading a.button:before {
  right: 25px
}
.home-testimonials-section .container .heading a.button:after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  .home-testimonials-section .container .heading a.button:hover:after {
    max-width: 14px
  }
  .home-testimonials-section .container .heading a.button:hover {
    border: 1px solid rgba(31, 43, 68, .4)
  }
}
.home-testimonials-section .container .heading a.button:before {
  color: #1f2b44
}
.home-testimonials-section .container .heading a.button:after {
  background-color: #1f2b44
}
@media print, screen and (max-width:63.99875em) {
  .home-testimonials-section .container .heading a.button {
    display: none
  }
}
.home-testimonials-section .container .testimonial-slider {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-bottom: 64px;
  position: relative;
  width: calc(100% - 2rem)
}
@media print, screen and (min-width:64em) {
  .home-testimonials-section .container .testimonial-slider {
    width: 50%
  }
}
.home-testimonials-section .container .testimonial-slider figure {
  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: justify;
  -ms-flex-pack: justify;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 24px 24px 32px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
@media print, screen and (min-width:64em) {
  .home-testimonials-section .container .testimonial-slider figure {
    padding: 40px 24px 56px 40px
  }
}
.home-testimonials-section .container .testimonial-slider figure blockquote {
  color: #2b52a0;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  margin: 0
}
@media print, screen and (min-width:64em) {
  .home-testimonials-section .container .testimonial-slider figure blockquote {
    font-size: 24px;
    line-height: 40px
  }
}
.home-testimonials-section .container .testimonial-slider figure blockquote p {
  margin: 0
}
.home-testimonials-section .container .testimonial-slider figure figcaption {
  font-size: 18px;
  line-height: 32px;
  margin-top: 32px
}
@media print, screen and (min-width:64em) {
  .home-testimonials-section .container .testimonial-slider figure figcaption {
    font-size: 20px;
    line-height: 32px
  }
}
.home-testimonials-section .container .testimonial-slider .navigation {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  position: absolute
}
.home-testimonials-section .container .testimonial-slider .navigation .nav-button {
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.home-testimonials-section .container .testimonial-slider .navigation .nav-button:after {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.home-testimonials-section .container .testimonial-slider .navigation .nav-button.button-prev:after {
  content: ""
}
.home-testimonials-section .container .testimonial-slider .navigation .nav-button.button-next:after {
  content: ""
}
.home-testimonials-section .container .testimonial-slider .navigation .nav-button[class$=disabled] {
  color: rgba(31, 43, 68, .4);
  cursor: default
}
.home-testimonials-section .container .testimonial-slider .navigation .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin: 0 9px
}
.home-testimonials-section .container .testimonial-slider .navigation .all-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  border-radius: 9px;
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-left: auto;
  padding: 0 28px 0 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.home-testimonials-section .container .testimonial-slider .navigation .all-link:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.home-testimonials-section .container .testimonial-slider .navigation .all-link:after {
  background-color: #1f2b44;
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.home-testimonials-section .container .testimonial-slider .navigation .all-link:before {
  right: 25px
}
.home-testimonials-section .container .testimonial-slider .navigation .all-link:after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  .home-testimonials-section .container .testimonial-slider .navigation .all-link:hover:after {
    max-width: 14px
  }
}
.home-testimonials-section .container .testimonial-slider .navigation .all-link:before {
  right: 0
}
.home-testimonials-section .container .testimonial-slider .navigation .all-link:after {
  right: 2px
}
@media(hover:hover) {
  .home-testimonials-section .container .testimonial-slider .navigation .all-link:hover {
    color: rgba(31, 43, 68, .6)
  }
  .home-testimonials-section .container .testimonial-slider .navigation .all-link:hover:after {
    background-color: rgba(31, 43, 68, .6)
  }
  .home-testimonials-section .container .testimonial-slider .navigation .all-link:hover {
    color: #2b52a0
  }
}
.home-testimonials-section .container a.button-mobile {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  border: 1px solid rgba(31, 43, 68, .22);
  border-radius: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 64px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.home-testimonials-section .container a.button-mobile:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.home-testimonials-section .container a.button-mobile:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.home-testimonials-section .container a.button-mobile:before {
  right: 25px
}
.home-testimonials-section .container a.button-mobile:after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  .home-testimonials-section .container a.button-mobile:hover:after {
    max-width: 14px
  }
  .home-testimonials-section .container a.button-mobile:hover {
    border: 1px solid rgba(31, 43, 68, .4)
  }
}
.home-testimonials-section .container a.button-mobile:before {
  color: #1f2b44
}
.home-testimonials-section .container a.button-mobile:after {
  background-color: #1f2b44
}
@media print, screen and (min-width:64em) {
  .home-testimonials-section .container a.button-mobile {
    display: none
  }
}
.home-logos-section {
  background-color: #f1f0ea;
  padding-bottom: 150px;
  padding-top: 120px
}
@media print, screen and (min-width:64em) {
  .home-logos-section {
    padding-bottom: 120px
  }
}
.home-logos-section .logos-section {
  padding-top: 0
}
.home-logos-section + .cta-footer {
  margin-top: 0
}
@media print, screen and (max-width:47.99875em) {
  .home-logos-section + .cta-footer .image img {
    display: none
  }
}
.default-hero-section {
  position: relative
}
.default-hero-section .content {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media print, screen and (min-width:64em) {
  .default-hero-section .content {
    padding-top: 43px
  }
}
.default-hero-section .titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 56px
}
.default-hero-section .titles .label {
  color: #2b52a0;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 16px
}
@media print, screen and (min-width:64em) {
  .default-hero-section .titles .label {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px
  }
  .default-hero-section.simple .titles {
    margin-top: 92px
  }
}
.default-hero-section.extensive {
  background-color: #f1f0ea;
  overflow: hidden
}
@media print, screen and (min-width:64em) {
  .default-hero-section.extensive {
    margin-bottom: 120px
  }
  .default-hero-section.extensive .container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}
.default-hero-section.extensive .container .content {
  padding-bottom: 80px
}
@media print, screen and (min-width:64em) {
  .default-hero-section.extensive .container .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    min-height: 540px;
    padding-bottom: 160px;
    width: calc(50% - 2rem)
  }
}
@media screen and (min-width:83.75em) {
  .default-hero-section.extensive .container .content .breadcrumbs {
    width: calc(50% - 60px)
  }
}
@media print, screen and (min-width:64em) {
  .default-hero-section.extensive .container .content .titles {
    margin-top: 78px
  }
}
.default-hero-section.extensive .container .content .buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 128px
}
@media print, screen and (min-width:48em) {
  .default-hero-section.extensive .container .content .buttons-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 64px
  }
}
.default-hero-section.extensive .container .content .buttons-container a:first-of-type {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 0;
  border-radius: 9px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 8px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.default-hero-section.extensive .container .content .buttons-container a:first-of-type:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.default-hero-section.extensive .container .content .buttons-container a:first-of-type:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.default-hero-section.extensive .container .content .buttons-container a:first-of-type:before {
  right: 25px
}
.default-hero-section.extensive .container .content .buttons-container a:first-of-type:after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  .default-hero-section.extensive .container .content .buttons-container a:first-of-type:hover:after {
    max-width: 14px
  }
}
.default-hero-section.extensive .container .content .buttons-container a:first-of-type:before {
  color: #1f2b44
}
.default-hero-section.extensive .container .content .buttons-container a:first-of-type:after {
  background-color: #1f2b44
}
@media(hover:hover) {
  .default-hero-section.extensive .container .content .buttons-container a:first-of-type:hover {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .18);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .18)
  }
}
.default-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 0;
  border-radius: 9px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.default-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.default-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.default-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:before {
  font-size: 9px;
  right: 23px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  transition-property: color, transform;
  transition-property: color, transform, -webkit-transform
}
.default-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:after {
  bottom: 23px;
  height: 100%;
  max-height: 0;
  right: 29px;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition-property: max-height, -webkit-transform;
  transition-property: max-height, -webkit-transform;
  transition-property: max-height, transform;
  transition-property: max-height, transform, -webkit-transform;
  width: 2px
}
@media(hover:hover) {
  .default-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:hover:before {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
  }
  .default-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:hover:after {
    max-height: 14px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
.default-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:before {
  color: #1f2b44
}
.default-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:after {
  background-color: #1f2b44
}
@media(hover:hover) {
  .default-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:hover {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .18);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .18)
  }
}
@media print, screen and (min-width:48em) {
  .default-hero-section.extensive .container .content .buttons-container a:first-of-type {
    margin-right: 16px
  }
}
.default-hero-section.extensive .container .content .buttons-container a:nth-of-type(2) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  border: 1px solid rgba(31, 43, 68, .22);
  border-radius: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.default-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.default-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.default-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):before {
  right: 25px
}
.default-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  .default-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):hover:after {
    max-width: 14px
  }
  .default-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):hover {
    border: 1px solid rgba(31, 43, 68, .4)
  }
}
.default-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):before {
  color: #1f2b44
}
.default-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):after {
  background-color: #1f2b44
}
.default-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  border: 1px solid rgba(31, 43, 68, .22);
  border-radius: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.default-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.default-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.default-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:before {
  font-size: 9px;
  right: 23px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  transition-property: color, transform;
  transition-property: color, transform, -webkit-transform
}
.default-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:after {
  bottom: 23px;
  height: 100%;
  max-height: 0;
  right: 29px;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition-property: max-height, -webkit-transform;
  transition-property: max-height, -webkit-transform;
  transition-property: max-height, transform;
  transition-property: max-height, transform, -webkit-transform;
  width: 2px
}
@media(hover:hover) {
  .default-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:hover:before {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
  }
  .default-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:hover:after {
    max-height: 14px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  .default-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:hover {
    border: 1px solid rgba(31, 43, 68, .4)
  }
}
.default-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:before {
  color: #1f2b44
}
.default-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:after {
  background-color: #1f2b44
}
.default-hero-section.extensive .container .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  overflow: hidden;
  position: relative;
  width: calc(100% - 2rem)
}
@media print, screen and (max-width:63.99875em) {
  .default-hero-section.extensive .container .image {
    border-radius: 40px 0 0 0;
    margin-left: -1rem;
    margin-right: 0;
    overflow: hidden;
    width: calc(100% + 2rem)
  }
}
@media print, screen and (min-width:64em) {
  .default-hero-section.extensive .container .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    max-width: 960px;
    width: calc(50% - 2rem);
    width: calc(50vw - 1rem)
  }
  .default-hero-section.extensive .container .image:after {
    background-color: #f1f0ea;
    border-radius: 0 90px 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: calc(8.333% - 1rem)
  }
}
.default-hero-section.extensive .container .image img {
  width: 100%
}
@media print, screen and (min-width:64em) {
  .default-hero-section.extensive .container .image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
  }
}
.default-hero-section.extensive .container .image svg {
  display: block;
  position: absolute;
  width: auto
}
@media print, screen and (max-width:39.99875em) {
  .default-hero-section.extensive .container .image svg {
    height: 120%;
    left: 15%;
    max-width: 120%;
    top: 10%
  }
}
@media print, screen and (min-width:40em) {
  .default-hero-section.extensive .container .image svg {
    height: 110%;
    left: 30%;
    max-width: 100%;
    top: 15%
  }
}
@media print, screen and (min-width:64em) {
  .default-hero-section.extensive .container .image svg {
    height: auto;
    left: 20%;
    max-width: 100%;
    top: 15%
  }
}
@media screen and (min-width:80em) {
  .default-hero-section.extensive .container .image svg {
    height: 110%;
    left: 25%;
    max-width: 100%;
    top: 20%
  }
}
.default-intro-section {
  margin-top: 80px
}
.default-intro-section .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.default-intro-section .container .intro {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem)
}
.default-intro-section .container .intro p {
  color: #1f2b44;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  line-height: 48px;
  margin-bottom: 0;
  margin-top: 0
}
@media print, screen and (min-width:64em) {
  .default-intro-section .container .intro p {
    font-size: 20px;
    font-size: 26px;
    line-height: 40px;
    line-height: 48px
  }
}
.default-intro-section .container .intro p a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .default-intro-section .container .intro p a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.default-intro-section .container .intro p strong {
  font-weight: 700
}
.default-intro-section .container .intro p + ol, .default-intro-section .container .intro p + p, .default-intro-section .container .intro p + ul {
  margin-top: 1em
}
.default-intro-section .container .intro h2 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 16px;
  margin-top: 0
}
@media print, screen and (min-width:48em) {
  .default-intro-section .container .intro h2 {
    font-size: 40px;
    line-height: 48px
  }
}
@media print, screen and (min-width:64em) {
  .default-intro-section .container .intro h2 {
    font-size: 48px;
    line-height: 56px
  }
}
@media screen and (min-width:80em) {
  .default-intro-section .container .intro h2 {
    font-size: 56px;
    line-height: 64px
  }
}
.default-intro-section .container .intro h3 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 12px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .default-intro-section .container .intro h3 {
    font-size: 40px;
    line-height: 48px
  }
}
.default-intro-section .container .intro h4 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 8px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .default-intro-section .container .intro h4 {
    font-size: 32px;
    line-height: 40px
  }
}
.default-intro-section .container .intro h5 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .default-intro-section .container .intro h5 {
    font-size: 26px;
    line-height: 26px
  }
}
.default-intro-section .container .intro ol, .default-intro-section .container .intro ul {
  color: #1f2b44;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  line-height: 48px;
  margin: 14px 0;
  padding-left: 32px
}
@media print, screen and (min-width:64em) {
  .default-intro-section .container .intro ol, .default-intro-section .container .intro ul {
    font-size: 20px;
    font-size: 26px;
    line-height: 40px;
    line-height: 48px
  }
}
.default-intro-section .container .intro ol a, .default-intro-section .container .intro ul a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .default-intro-section .container .intro ol a:hover, .default-intro-section .container .intro ul a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.default-intro-section .container .intro blockquote p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  quotes: "“""”""‘""’"
}
@media print, screen and (min-width:64em) {
  .default-intro-section .container .intro blockquote p {
    font-size: 24px
  }
}
.default-intro-section .container .intro blockquote p:before {
  content: open-quote
}
.default-intro-section .container .intro blockquote p:after {
  content: close-quote
}
.default-intro-section .container .intro blockquote p a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .default-intro-section .container .intro blockquote p a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.default-intro-section .container .intro blockquote + h2, .default-intro-section .container .intro ol + h2, .default-intro-section .container .intro p + h2, .default-intro-section .container .intro ul + h2 {
  margin-top: 40px
}
.default-intro-section .container .intro blockquote + h3, .default-intro-section .container .intro blockquote + h4, .default-intro-section .container .intro ol + h3, .default-intro-section .container .intro ol + h4, .default-intro-section .container .intro p + h3, .default-intro-section .container .intro p + h4, .default-intro-section .container .intro ul + h3, .default-intro-section .container .intro ul + h4 {
  margin-top: 32px
}
@media screen and (min-width:80em) {
  .default-intro-section .container .intro {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(66.66667% - 2rem)
  }
}
.default-intro-section .container a.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  border: 1px solid rgba(31, 43, 68, .22);
  border-radius: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 64px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.default-intro-section .container a.button:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.default-intro-section .container a.button:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.default-intro-section .container a.button:before {
  right: 25px
}
.default-intro-section .container a.button:after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  .default-intro-section .container a.button:hover:after {
    max-width: 14px
  }
  .default-intro-section .container a.button:hover {
    border: 1px solid rgba(31, 43, 68, .4)
  }
}
.default-intro-section .container a.button:before {
  color: #1f2b44
}
.default-intro-section .container a.button:after {
  background-color: #1f2b44
}
@media screen and (min-width:80em) {
  .default-intro-section .container a.button {
    margin-top: 72px
  }
}
.solutions-hero-section {
  position: relative
}
@media print, screen and (max-width:63.99875em) {
  .solutions-hero-section .breadcrumbs {
    margin-left: 1rem;
    margin-right: 1rem
  }
}
.solutions-hero-section h1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin: 88px 1rem 0;
  width: calc(100% - 2rem)
}
@media print, screen and (min-width:48em) {
  .solutions-hero-section h1 {
    font-size: 48px;
    line-height: 56px
  }
}
@media print, screen and (min-width:64em) {
  .solutions-hero-section h1 {
    font-size: 56px;
    line-height: 64px
  }
}
@media screen and (min-width:80em) {
  .solutions-hero-section h1 {
    font-size: 64px;
    line-height: 72px
  }
}
.solutions-solutions-section {
  margin-top: 88px
}
.solutions-solutions-section .solution {
  margin-left: auto;
  margin-right: auto;
  margin-top: 72px;
  max-width: calc(76.375rem + 220px);
  position: relative
}
.solutions-solutions-section .solution.background-color-yellow {
  background-color: #ffe67f
}
.solutions-solutions-section .solution.background-color-gray {
  background-color: #f1f0ea
}
.solutions-solutions-section .solution.background-color-blue-light {
  background-color: #a2d3f3
}
.solutions-solutions-section .solution.background-color-blue-dark {
  background-color: #2b52a0
}
@media screen and (min-width:80em) {
  .solutions-solutions-section .solution {
    margin-top: 80px
  }
}
.solutions-solutions-section .solution:after {
  background-color: #fff;
  bottom: 0;
  content: "";
  display: none;
  max-width: 110px;
  position: absolute;
  right: 0;
  top: 0;
  width: 14px
}
@media print, screen and (min-width:23.4375em) {
  .solutions-solutions-section .solution:after {
    width: 16px
  }
}
@media screen and (min-width:80.375em) {
  .solutions-solutions-section .solution:after {
    display: block;
    width: calc(50vw - 40.1875rem + 32px)
  }
}
@media screen and (min-width:90.125em) {
  .solutions-solutions-section .solution:after {
    width: 110px
  }
}
.solutions-solutions-section .solution .header {
  min-height: 90px;
  position: relative
}
@media print, screen and (min-width:64em) {
  .solutions-solutions-section .solution .header {
    min-height: 110px
  }
}
.solutions-solutions-section .solution .header:before {
  --left-offset: 14px;
  background-color: #fff;
  border-bottom-left-radius: 12px;
  bottom: 0;
  content: "";
  display: block;
  left: 14px;
  left: var(--left-offset);
  position: absolute;
  top: 0;
  width: calc(100% - 14px);
  width: calc(100% - var(--left-offset))
}
@media print, screen and (min-width:23.4375em) {
  .solutions-solutions-section .solution .header:before {
    --left-offset: 16px
  }
}
@media screen and (min-width:80.375em) {
  .solutions-solutions-section .solution .header:before {
    --left-offset: calc(50vw - 40.1875rem + 32px)
  }
}
@media screen and (min-width:90.125em) {
  .solutions-solutions-section .solution .header:before {
    --left-offset: 110px
  }
}
.solutions-solutions-section .solution .header .icon {
  display: none;
  left: 15px;
  max-width: 80px;
  position: absolute;
  top: 15px
}
@media screen and (min-width:90em) {
  .solutions-solutions-section .solution .header .icon {
    display: block
  }
}
.solutions-solutions-section .solution .header .container {
  position: relative
}
.solutions-solutions-section .solution .header .container .titles {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 14px
}
@media screen and (min-width:80em) {
  .solutions-solutions-section .solution .header .container .titles {
    padding: 8px 0 24px 48px
  }
}
.solutions-solutions-section .solution .header .container .titles .title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  border-radius: 9px;
  color: #1f2b44;
  cursor: pointer;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 24px;
  font-weight: 500;
  font-weight: 700;
  line-height: 24px;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 52px 0 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.solutions-solutions-section .solution .header .container .titles .title:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.solutions-solutions-section .solution .header .container .titles .title:after {
  background-color: #1f2b44;
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.solutions-solutions-section .solution .header .container .titles .title:before {
  right: 25px
}
.solutions-solutions-section .solution .header .container .titles .title:after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  .solutions-solutions-section .solution .header .container .titles .title:hover:after {
    max-width: 14px
  }
}
@media screen and (min-width:80em) {
  .solutions-solutions-section .solution .header .container .titles .title {
    font-size: 32px;
    line-height: 40px
  }
}
.solutions-solutions-section .solution .header .container .titles .subtitle {
  color: rgba(31, 43, 68, .6)
}
.solutions-solutions-section .solution .content {
  position: relative
}
.solutions-solutions-section .solution .content:before {
  background-color: #fff;
  border-top-right-radius: 12px;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 14px
}
@media print, screen and (min-width:23.4375em) {
  .solutions-solutions-section .solution .content:before {
    width: 16px
  }
}
@media screen and (min-width:80.375em) {
  .solutions-solutions-section .solution .content:before {
    width: calc(50vw - 40.1875rem + 32px)
  }
}
@media screen and (min-width:90.125em) {
  .solutions-solutions-section .solution .content:before {
    width: 110px
  }
}
.solutions-solutions-section .solution .content .container .buttons {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 20px 1rem 16px;
  padding-left: 0;
  width: calc(100% - 2rem)
}
@media screen and (min-width:80em) {
  .solutions-solutions-section .solution .content .container .buttons {
    margin-bottom: 56px;
    margin-top: 56px;
    padding-left: 32px;
    padding-right: 32px
  }
}
.solutions-solutions-section .solution .content .container .buttons li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem)
}
@media print, screen and (min-width:48em) {
  .solutions-solutions-section .solution .content .container .buttons li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(50% - 2rem)
  }
}
@media screen and (min-width:80em) {
  .solutions-solutions-section .solution .content .container .buttons li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(33.33333% - 2rem)
  }
}
.solutions-solutions-section .solution .content .container .buttons li a.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 0;
  border-radius: 9px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 4px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  width: 100%
}
.solutions-solutions-section .solution .content .container .buttons li a.button:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.solutions-solutions-section .solution .content .container .buttons li a.button:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.solutions-solutions-section .solution .content .container .buttons li a.button:before {
  right: 25px
}
.solutions-solutions-section .solution .content .container .buttons li a.button:after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  .solutions-solutions-section .solution .content .container .buttons li a.button:hover:after {
    max-width: 14px
  }
}
.solutions-solutions-section .solution .content .container .buttons li a.button:before {
  color: #1f2b44
}
.solutions-solutions-section .solution .content .container .buttons li a.button:after {
  background-color: #1f2b44
}
@media(hover:hover) {
  .solutions-solutions-section .solution .content .container .buttons li a.button:hover {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .18);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .18)
  }
}
.product-hero-section {
  position: relative
}
.product-hero-section .content {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media print, screen and (min-width:64em) {
  .product-hero-section .content {
    padding-top: 43px
  }
}
.product-hero-section .titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 56px
}
.product-hero-section .titles .label {
  color: #2b52a0;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 16px
}
@media print, screen and (min-width:64em) {
  .product-hero-section .titles .label {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px
  }
  .product-hero-section.simple .titles {
    margin-top: 92px
  }
}
.product-hero-section.extensive {
  background-color: #f1f0ea;
  overflow: hidden
}
@media print, screen and (min-width:64em) {
  .product-hero-section.extensive {
  /*  margin-bottom: 120px */ /* Dav1d */
  }
  .product-hero-section.extensive .container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}
.product-hero-section.extensive .container .content {
  padding-bottom: 80px
}
@media print, screen and (min-width:64em) {
  .product-hero-section.extensive .container .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    min-height: 540px;
    padding-bottom: 160px;
    width: calc(50% - 2rem)
  }
}
@media screen and (min-width:83.75em) {
  .product-hero-section.extensive .container .content .breadcrumbs {
    width: calc(50% - 60px)
  }
}
@media print, screen and (min-width:64em) {
  .product-hero-section.extensive .container .content .titles {
    margin-top: 78px
  }
}
.product-hero-section.extensive .container .content .buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 128px
}
@media print, screen and (min-width:48em) {
  .product-hero-section.extensive .container .content .buttons-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 64px
  }
}
.product-hero-section.extensive .container .content .buttons-container a:first-of-type {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 0;
  border-radius: 9px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 8px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.product-hero-section.extensive .container .content .buttons-container a:first-of-type:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.product-hero-section.extensive .container .content .buttons-container a:first-of-type:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.product-hero-section.extensive .container .content .buttons-container a:first-of-type:before {
  right: 25px
}
.product-hero-section.extensive .container .content .buttons-container a:first-of-type:after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  .product-hero-section.extensive .container .content .buttons-container a:first-of-type:hover:after {
    max-width: 14px
  }
}
.product-hero-section.extensive .container .content .buttons-container a:first-of-type:before {
  color: #1f2b44
}
.product-hero-section.extensive .container .content .buttons-container a:first-of-type:after {
  background-color: #1f2b44
}
@media(hover:hover) {
  .product-hero-section.extensive .container .content .buttons-container a:first-of-type:hover {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .18);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .18)
  }
}
.product-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 0;
  border-radius: 9px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.product-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.product-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.product-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:before {
  font-size: 9px;
  right: 23px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  transition-property: color, transform;
  transition-property: color, transform, -webkit-transform
}
.product-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:after {
  bottom: 23px;
  height: 100%;
  max-height: 0;
  right: 29px;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition-property: max-height, -webkit-transform;
  transition-property: max-height, -webkit-transform;
  transition-property: max-height, transform;
  transition-property: max-height, transform, -webkit-transform;
  width: 2px
}
@media(hover:hover) {
  .product-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:hover:before {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
  }
  .product-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:hover:after {
    max-height: 14px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
.product-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:before {
  color: #1f2b44
}
.product-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:after {
  background-color: #1f2b44
}
@media(hover:hover) {
  .product-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:hover {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .18);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .18)
  }
}
@media print, screen and (min-width:48em) {
  .product-hero-section.extensive .container .content .buttons-container a:first-of-type {
    margin-right: 16px
  }
}
.product-hero-section.extensive .container .content .buttons-container a:nth-of-type(2) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  border: 1px solid rgba(31, 43, 68, .22);
  border-radius: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.product-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.product-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.product-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):before {
  right: 25px
}
.product-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  .product-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):hover:after {
    max-width: 14px
  }
  .product-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):hover {
    border: 1px solid rgba(31, 43, 68, .4)
  }
}
.product-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):before {
  color: #1f2b44
}
.product-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):after {
  background-color: #1f2b44
}
.product-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  border: 1px solid rgba(31, 43, 68, .22);
  border-radius: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.product-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.product-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.product-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:before {
  font-size: 9px;
  right: 23px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  transition-property: color, transform;
  transition-property: color, transform, -webkit-transform
}
.product-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:after {
  bottom: 23px;
  height: 100%;
  max-height: 0;
  right: 29px;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition-property: max-height, -webkit-transform;
  transition-property: max-height, -webkit-transform;
  transition-property: max-height, transform;
  transition-property: max-height, transform, -webkit-transform;
  width: 2px
}
@media(hover:hover) {
  .product-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:hover:before {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
  }
  .product-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:hover:after {
    max-height: 14px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  .product-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:hover {
    border: 1px solid rgba(31, 43, 68, .4)
  }
}
.product-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:before {
  color: #1f2b44
}
.product-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:after {
  background-color: #1f2b44
}
.product-hero-section.extensive .container .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  overflow: hidden;
  position: relative;
  width: calc(100% - 2rem)
}
@media print, screen and (max-width:63.99875em) {
  .product-hero-section.extensive .container .image {
    border-radius: 40px 0 0 0;
    margin-left: -1rem;
    margin-right: 0;
    overflow: hidden;
    width: calc(100% + 2rem)
  }
}
@media print, screen and (min-width:64em) {
  .product-hero-section.extensive .container .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    max-width: 960px;
    width: calc(50% - 2rem);
    width: calc(50vw - 1rem)
  }
  .product-hero-section.extensive .container .image:after {
    background-color: #f1f0ea;
    border-radius: 0 90px 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: calc(8.333% - 1rem)
  }
}
.product-hero-section.extensive .container .image img {
  width: 100%
}
@media print, screen and (min-width:64em) {
  .product-hero-section.extensive .container .image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
  }
}
.product-hero-section.extensive .container .image svg {
  display: block;
  position: absolute;
  width: auto
}
@media print, screen and (max-width:39.99875em) {
  .product-hero-section.extensive .container .image svg {
    height: 120%;
    left: 15%;
    max-width: 120%;
    top: 10%
  }
}
@media print, screen and (min-width:40em) {
  .product-hero-section.extensive .container .image svg {
    height: 110%;
    left: 30%;
    max-width: 100%;
    top: 15%
  }
}
@media print, screen and (min-width:64em) {
  .product-hero-section.extensive .container .image svg {
    height: auto;
    left: 20%;
    max-width: 100%;
    top: 15%
  }
}
@media screen and (min-width:80em) {
  .product-hero-section.extensive .container .image svg {
    height: 110%;
    left: 25%;
    max-width: 100%;
    top: 20%
  }
}
.product-intro-section {
  margin-top: 80px;
  margin-bottom: 80px
}
.product-intro-section .container .intro {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem)
}
.product-intro-section .container .intro p {
  color: #1f2b44;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  line-height: 48px;
  margin-bottom: 0;
  margin-top: 0
}
@media print, screen and (min-width:64em) {
  .product-intro-section .container .intro p {
    font-size: 20px;
    font-size: 26px;
    line-height: 40px;
    line-height: 48px
  }
}
.product-intro-section .container .intro p a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .product-intro-section .container .intro p a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.product-intro-section .container .intro p strong {
  font-weight: 700
}
.product-intro-section .container .intro p + ol, .product-intro-section .container .intro p + p, .product-intro-section .container .intro p + ul {
  margin-top: 1em
}
.product-intro-section .container .intro h2 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 16px;
  margin-top: 0
}
@media print, screen and (min-width:48em) {
  .product-intro-section .container .intro h2 {
    font-size: 40px;
    line-height: 48px
  }
}
@media print, screen and (min-width:64em) {
  .product-intro-section .container .intro h2 {
    font-size: 48px;
    line-height: 56px
  }
}
@media screen and (min-width:80em) {
  .product-intro-section .container .intro h2 {
    font-size: 56px;
    line-height: 64px
  }
}
.product-intro-section .container .intro h3 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 12px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .product-intro-section .container .intro h3 {
    font-size: 40px;
    line-height: 48px
  }
}
.product-intro-section .container .intro h4 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 8px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .product-intro-section .container .intro h4 {
    font-size: 32px;
    line-height: 40px
  }
}
.product-intro-section .container .intro h5 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .product-intro-section .container .intro h5 {
    font-size: 26px;
    line-height: 26px
  }
}
.product-intro-section .container .intro ol, .product-intro-section .container .intro ul {
  color: #1f2b44;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  line-height: 48px;
  margin: 14px 0;
  padding-left: 32px
}
@media print, screen and (min-width:64em) {
  .product-intro-section .container .intro ol, .product-intro-section .container .intro ul {
    font-size: 20px;
    font-size: 26px;
    line-height: 40px;
    line-height: 48px
  }
}
.product-intro-section .container .intro ol a, .product-intro-section .container .intro ul a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .product-intro-section .container .intro ol a:hover, .product-intro-section .container .intro ul a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.product-intro-section .container .intro blockquote p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  quotes: "“""”""‘""’"
}
@media print, screen and (min-width:64em) {
  .product-intro-section .container .intro blockquote p {
    font-size: 24px
  }
}
.product-intro-section .container .intro blockquote p:before {
  content: open-quote
}
.product-intro-section .container .intro blockquote p:after {
  content: close-quote
}
.product-intro-section .container .intro blockquote p a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .product-intro-section .container .intro blockquote p a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.product-intro-section .container .intro blockquote + h2, .product-intro-section .container .intro ol + h2, .product-intro-section .container .intro p + h2, .product-intro-section .container .intro ul + h2 {
  margin-top: 40px
}
.product-intro-section .container .intro blockquote + h3, .product-intro-section .container .intro blockquote + h4, .product-intro-section .container .intro ol + h3, .product-intro-section .container .intro ol + h4, .product-intro-section .container .intro p + h3, .product-intro-section .container .intro p + h4, .product-intro-section .container .intro ul + h3, .product-intro-section .container .intro ul + h4 {
  margin-top: 32px
}
@media screen and (min-width:80em) {
  .product-intro-section .container .intro {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(70.83333% - 2rem)
  }
}
.product-intro-section .container a.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  border: 1px solid rgba(31, 43, 68, .22);
  border-radius: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 64px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.product-intro-section .container a.button:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.product-intro-section .container a.button:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.product-intro-section .container a.button:before {
  right: 25px
}
.product-intro-section .container a.button:after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  .product-intro-section .container a.button:hover:after {
    max-width: 14px
  }
  .product-intro-section .container a.button:hover {
    border: 1px solid rgba(31, 43, 68, .4)
  }
}
.product-intro-section .container a.button:before {
  color: #1f2b44
}
.product-intro-section .container a.button:after {
  background-color: #1f2b44
}
@media screen and (min-width:80em) {
  .product-intro-section .container a.button {
    margin-top: 72px
  }
}
.page-template-template-solutions header .navbar {
  -webkit-box-shadow: none;
  box-shadow: none
}
.industries-hero-section {
  position: relative
}
@media print, screen and (max-width:63.99875em) {
  .industries-hero-section .breadcrumbs {
    margin-left: 1rem;
    margin-right: 1rem
  }
}
.industries-hero-section h1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin: 56px 1rem 0;
  width: calc(100% - 2rem)
}
@media print, screen and (min-width:48em) {
  .industries-hero-section h1 {
    font-size: 48px;
    line-height: 56px
  }
}
@media print, screen and (min-width:64em) {
  .industries-hero-section h1 {
    font-size: 56px;
    line-height: 64px
  }
}
@media screen and (min-width:80em) {
  .industries-hero-section h1 {
    font-size: 64px;
    line-height: 72px
  }
}
@media print, screen and (min-width:48em) {
  .industries-hero-section h1 {
    margin-top: 88px
  }
}
.industries-hero-section .button-container {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 64px
}
@media print, screen and (min-width:48em) {
  .industries-hero-section .button-container {
    margin-top: 56px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
.industries-hero-section .button-container a.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  border: 1px solid rgba(31, 43, 68, .22);
  border-radius: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.industries-hero-section .button-container a.button:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.industries-hero-section .button-container a.button:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.industries-hero-section .button-container a.button:before {
  font-size: 9px;
  right: 23px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  transition-property: color, transform;
  transition-property: color, transform, -webkit-transform
}
.industries-hero-section .button-container a.button:after {
  bottom: 23px;
  height: 100%;
  max-height: 0;
  right: 29px;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition-property: max-height, -webkit-transform;
  transition-property: max-height, -webkit-transform;
  transition-property: max-height, transform;
  transition-property: max-height, transform, -webkit-transform;
  width: 2px
}
@media(hover:hover) {
  .industries-hero-section .button-container a.button:hover:before {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
  }
  .industries-hero-section .button-container a.button:hover:after {
    max-height: 14px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  .industries-hero-section .button-container a.button:hover {
    border: 1px solid rgba(31, 43, 68, .4)
  }
}
.industries-hero-section .button-container a.button:before {
  color: #1f2b44
}
.industries-hero-section .button-container a.button:after {
  background-color: #1f2b44
}
@media print, screen and (max-width:47.99875em) {
  .industries-hero-section .button-container a.button:not(:last-of-type) {
    margin-bottom: 8px
  }
}
@media print, screen and (min-width:48em) {
  .industries-hero-section .button-container a.button {
    width: auto
  }
  .industries-hero-section .button-container a.button:not(:last-of-type) {
    margin-right: 16px
  }
}
.industries-industries-section {
  margin-top: 80px
}
.industries-industries-section .industry {
  margin-left: auto;
  margin-right: auto;
  margin-top: 72px;
  max-width: calc(76.375rem + 220px);
  position: relative
}
.industries-industries-section .industry.background-color-yellow {
  background-color: #ffe67f
}
.industries-industries-section .industry.background-color-gray {
  background-color: #f1f0ea
}
.industries-industries-section .industry.background-color-blue-light {
  background-color: #a2d3f3
}
.industries-industries-section .industry.background-color-blue-dark {
  background-color: #2b52a0
}
@media print, screen and (min-width:48em) {
  .industries-industries-section .industry {
    margin-top: 80px
  }
}
.industries-industries-section .industry:after {
  background-color: #fff;
  bottom: 0;
  content: "";
  display: none;
  max-width: 110px;
  position: absolute;
  right: 0;
  top: 0;
  width: 14px
}
@media print, screen and (min-width:23.4375em) {
  .industries-industries-section .industry:after {
    width: 16px
  }
}
@media screen and (min-width:80.375em) {
  .industries-industries-section .industry:after {
    display: block;
    width: calc(50vw - 40.1875rem + 32px)
  }
}
@media screen and (min-width:90.125em) {
  .industries-industries-section .industry:after {
    width: 110px
  }
}
.industries-industries-section .industry .header {
  min-height: 90px;
  position: relative
}
@media print, screen and (min-width:64em) {
  .industries-industries-section .industry .header {
    min-height: 110px
  }
}
.industries-industries-section .industry .header:before {
  --left-offset: 14px;
  background-color: #fff;
  border-bottom-left-radius: 12px;
  bottom: 0;
  content: "";
  display: block;
  left: 14px;
  left: var(--left-offset);
  position: absolute;
  top: 0;
  width: calc(100% - 14px);
  width: calc(100% - var(--left-offset))
}
@media print, screen and (min-width:23.4375em) {
  .industries-industries-section .industry .header:before {
    --left-offset: 16px
  }
}
@media screen and (min-width:80.375em) {
  .industries-industries-section .industry .header:before {
    --left-offset: calc(50vw - 40.1875rem + 32px)
  }
}
@media screen and (min-width:90.125em) {
  .industries-industries-section .industry .header:before {
    --left-offset: 110px
  }
}
.industries-industries-section .industry .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media print, screen and (min-width:64em) {
  .industries-industries-section .industry .content {
    min-height: 500px
  }
}
.industries-industries-section .industry .content:before {
  background-color: #fff;
  border-top-right-radius: 12px;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 14px
}
@media print, screen and (min-width:23.4375em) {
  .industries-industries-section .industry .content:before {
    width: 16px
  }
}
@media screen and (min-width:80.375em) {
  .industries-industries-section .industry .content:before {
    width: calc(50vw - 40.1875rem + 32px)
  }
}
@media screen and (min-width:90.125em) {
  .industries-industries-section .industry .content:before {
    width: 110px
  }
}
.industries-industries-section .industry .content .container {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media print, screen and (max-width:47.99875em) {
  .industries-industries-section .industry .content .container {
    padding-right: 0
  }
}
.industries-industries-section .industry .content .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 40px 32px
}
@media print, screen and (min-width:48em) {
  .industries-industries-section .industry .content .info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 56px 32px;
    width: calc(66.66667% - 2rem)
  }
}
@media print, screen and (min-width:64em) {
  .industries-industries-section .industry .content .info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 64px;
    width: calc(58.33333% - 2rem)
  }
}
.industries-industries-section .industry .content .info > .title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  border-radius: 9px;
  color: #1f2b44;
  cursor: pointer;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 24px;
  font-weight: 500;
  font-weight: 700;
  line-height: 24px;
  line-height: 32px;
  margin-bottom: 24px;
  margin-top: 0;
  padding: 0 52px 0 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.industries-industries-section .industry .content .info > .title:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.industries-industries-section .industry .content .info > .title:after {
  background-color: #1f2b44;
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.industries-industries-section .industry .content .info > .title:before {
  right: 25px
}
.industries-industries-section .industry .content .info > .title:after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  .industries-industries-section .industry .content .info > .title:hover:after {
    max-width: 14px
  }
}
@media screen and (min-width:80em) {
  .industries-industries-section .industry .content .info > .title {
    font-size: 32px;
    line-height: 40px
  }
}
.industries-industries-section .industry .content .info .text p {
  color: #1f2b44;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 0
}
@media print, screen and (min-width:64em) {
  .industries-industries-section .industry .content .info .text p {
    font-size: 20px;
    line-height: 40px
  }
}
.industries-industries-section .industry .content .info .text p a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .industries-industries-section .industry .content .info .text p a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.industries-industries-section .industry .content .info .text p strong {
  font-weight: 700
}
.industries-industries-section .industry .content .info .text p + ol, .industries-industries-section .industry .content .info .text p + p, .industries-industries-section .industry .content .info .text p + ul {
  margin-top: 1em
}
.industries-industries-section .industry .content .info .text h2 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 16px;
  margin-top: 0
}
@media print, screen and (min-width:48em) {
  .industries-industries-section .industry .content .info .text h2 {
    font-size: 40px;
    line-height: 48px
  }
}
@media print, screen and (min-width:64em) {
  .industries-industries-section .industry .content .info .text h2 {
    font-size: 48px;
    line-height: 56px
  }
}
@media screen and (min-width:80em) {
  .industries-industries-section .industry .content .info .text h2 {
    font-size: 56px;
    line-height: 64px
  }
}
.industries-industries-section .industry .content .info .text h3 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 12px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .industries-industries-section .industry .content .info .text h3 {
    font-size: 40px;
    line-height: 48px
  }
}
.industries-industries-section .industry .content .info .text h4 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 8px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .industries-industries-section .industry .content .info .text h4 {
    font-size: 32px;
    line-height: 40px
  }
}
.industries-industries-section .industry .content .info .text h5 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .industries-industries-section .industry .content .info .text h5 {
    font-size: 26px;
    line-height: 26px
  }
}
.industries-industries-section .industry .content .info .text ol, .industries-industries-section .industry .content .info .text ul {
  color: #1f2b44;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin: 14px 0;
  padding-left: 32px
}
@media print, screen and (min-width:64em) {
  .industries-industries-section .industry .content .info .text ol, .industries-industries-section .industry .content .info .text ul {
    font-size: 20px;
    line-height: 40px
  }
}
.industries-industries-section .industry .content .info .text ol a, .industries-industries-section .industry .content .info .text ul a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .industries-industries-section .industry .content .info .text ol a:hover, .industries-industries-section .industry .content .info .text ul a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.industries-industries-section .industry .content .info .text blockquote p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  quotes: "“""”""‘""’"
}
@media print, screen and (min-width:64em) {
  .industries-industries-section .industry .content .info .text blockquote p {
    font-size: 24px
  }
}
.industries-industries-section .industry .content .info .text blockquote p:before {
  content: open-quote
}
.industries-industries-section .industry .content .info .text blockquote p:after {
  content: close-quote
}
.industries-industries-section .industry .content .info .text blockquote p a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .industries-industries-section .industry .content .info .text blockquote p a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.industries-industries-section .industry .content .info .text blockquote + h2, .industries-industries-section .industry .content .info .text ol + h2, .industries-industries-section .industry .content .info .text p + h2, .industries-industries-section .industry .content .info .text ul + h2 {
  margin-top: 40px
}
.industries-industries-section .industry .content .info .text blockquote + h3, .industries-industries-section .industry .content .info .text blockquote + h4, .industries-industries-section .industry .content .info .text ol + h3, .industries-industries-section .industry .content .info .text ol + h4, .industries-industries-section .industry .content .info .text p + h3, .industries-industries-section .industry .content .info .text p + h4, .industries-industries-section .industry .content .info .text ul + h3, .industries-industries-section .industry .content .info .text ul + h4 {
  margin-top: 32px
}
@media print, screen and (min-width:64em) {
  .industries-industries-section .industry .content .info .text {
    font-size: 26px;
    line-height: 48px
  }
}
@media print, screen and (min-width:64em)and (min-width:64em) {
  .industries-industries-section .industry .content .info .text {
    font-size: 26px;
    line-height: 48px
  }
}
.industries-industries-section .industry .content .info .specialists-list {
  margin-top: 56px
}
@media print, screen and (min-width:48em) {
  .industries-industries-section .industry .content .info .specialists-list {
    margin-top: 80px
  }
}
.industries-industries-section .industry .content .info .specialists-list .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px
}
.industries-industries-section .industry .content .image {
  position: relative
}
@media print, screen and (max-width:47.99875em) {
  .industries-industries-section .industry .content .image {
    width: 100%
  }
}
@media print, screen and (min-width:48em) {
  .industries-industries-section .industry .content .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: -1rem;
    width: calc(35.41667% - 2rem)
  }
}
@media screen and (min-width:80.375em) {
  .industries-industries-section .industry .content .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(35.41667% - 2rem)
  }
}
.industries-industries-section .industry .content .image img {
  width: 100%
}
@media print, screen and (min-width:48em) {
  .industries-industries-section .industry .content .image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute
  }
}
.industries-industries-section .industry.background-color-blue-dark, .industries-industries-section .industry.background-color-blue-dark .info > .text, .industries-industries-section .industry.background-color-blue-dark .info > .title {
  color: #fff
}
.industries-industries-section .industry.background-color-blue-dark .info > .text:after, .industries-industries-section .industry.background-color-blue-dark .info > .title:after, .industries-industries-section .industry.background-color-blue-dark .specialists-list ul.specialists li .contact-info .toggle:after, .industries-industries-section .industry.background-color-blue-dark .specialists-list ul.specialists li .contact-info .toggle:before {
  background-color: #fff
}
.industries-industries-section .industry.background-color-blue-dark .specialists-list ul.specialists li .contact-info .panel a {
  color: #fff
}
@media print, screen and (min-width:64em) {
  .logos-section {
    padding-top: 160px
  }
}
.about-hero-section {
  background: linear-gradient(180deg, #ffe67f calc(100% - 96px), transparent 0);
  position: relative
}
@media print, screen and (min-width:64em) {
  .about-hero-section {
    background: linear-gradient(180deg, #ffe67f calc(100% - 144px), transparent 0)
  }
}
.about-hero-section .container .content {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 80px
}
@media print, screen and (min-width:48em) {
  .about-hero-section .container .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(66.66667% - 2rem)
  }
}
@media screen and (min-width:80em) {
  .about-hero-section .container .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-bottom: 120px;
    padding-top: 24px;
    width: calc(50% - 2rem)
  }
}
@media screen and (min-width:83.75em) {
  .about-hero-section .container .content {
    padding-top: 120px
  }
}
.about-hero-section .container .content .breadcrumbs {
  margin-bottom: 56px;
  width: 100%
}
@media screen and (min-width:83.75em) {
  .about-hero-section .container .content .breadcrumbs {
    left: 60px;
    margin-bottom: 0;
    position: absolute;
    top: 24px;
    width: calc(50% - 60px)
  }
}
.about-hero-section .container .content .label {
  color: #2b52a0;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 16px
}
@media print, screen and (min-width:64em) {
  .about-hero-section .container .content .label {
    font-size: 20px;
    line-height: 24px
  }
}
@media screen and (min-width:80em) {
  .about-hero-section .container .content .label {
    margin-bottom: 24px
  }
}
.about-hero-section .container .video {
  border-radius: 40px 0 0 0;
  overflow: hidden;
  width: 100%
}
@media print, screen and (max-width:79.99875em) {
  .about-hero-section .container .video {
    margin-left: 1rem;
    margin-right: -1rem
  }
}
@media screen and (min-width:80em) {
  .about-hero-section .container .video {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(100% - 2rem)
  }
}
.about-hero-section .container .video img {
  width: 100%
}
.about-intro-section {
  margin-top: 80px
}
@media print, screen and (min-width:64em) {
  .about-intro-section {
    margin-top: 96px
  }
}
.about-intro-section .container .intro {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 26px;
  line-height: 48px;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem)
}
@media print, screen and (min-width:64em) {
  .about-intro-section .container .intro {
    font-size: 26px;
    line-height: 48px
  }
}
@media screen and (min-width:80em) {
  .about-intro-section .container .intro {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(66.66667% - 2rem)
  }
}
.about-gallery-section {
  margin-top: 80px;
  overflow: hidden
}
@media print, screen and (min-width:64em) {
  .about-gallery-section {
    margin-top: 120px
  }
}
.about-gallery-section .gallery-slider {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-bottom: 64px;
  position: relative;
  width: calc(100% - 2rem)
}
.about-gallery-section .gallery-slider .swiper-slide {
  border-radius: 40px 0 0 0;
  height: auto;
  max-height: 440px;
  overflow: hidden;
  width: 100%
}
@media print, screen and (min-width:48em) {
  .about-gallery-section .gallery-slider .swiper-slide {
    height: 100%;
    width: auto
  }
}
.about-gallery-section .gallery-slider .swiper-slide img {
  height: auto;
  width: 100%
}
@media print, screen and (min-width:48em) {
  .about-gallery-section .gallery-slider .swiper-slide img {
    height: 100%;
    max-height: auto;
    width: auto
  }
}
.about-gallery-section .gallery-slider .navigation {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  position: absolute
}
.about-gallery-section .gallery-slider .navigation .nav-button {
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.about-gallery-section .gallery-slider .navigation .nav-button:after {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.about-gallery-section .gallery-slider .navigation .nav-button.button-prev:after {
  content: ""
}
.about-gallery-section .gallery-slider .navigation .nav-button.button-next:after {
  content: ""
}
.about-gallery-section .gallery-slider .navigation .nav-button[class$=disabled] {
  color: rgba(31, 43, 68, .4);
  cursor: default
}
.about-gallery-section .gallery-slider .navigation .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin: 0 9px
}
.about-gallery-section .gallery-slider .navigation .all-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  border-radius: 9px;
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-left: auto;
  padding: 0 28px 0 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.about-gallery-section .gallery-slider .navigation .all-link:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.about-gallery-section .gallery-slider .navigation .all-link:after {
  background-color: #1f2b44;
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.about-gallery-section .gallery-slider .navigation .all-link:before {
  right: 25px
}
.about-gallery-section .gallery-slider .navigation .all-link:after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  .about-gallery-section .gallery-slider .navigation .all-link:hover:after {
    max-width: 14px
  }
}
.about-gallery-section .gallery-slider .navigation .all-link:before {
  right: 0
}
.about-gallery-section .gallery-slider .navigation .all-link:after {
  right: 2px
}
@media(hover:hover) {
  .about-gallery-section .gallery-slider .navigation .all-link:hover {
    color: rgba(31, 43, 68, .6)
  }
  .about-gallery-section .gallery-slider .navigation .all-link:hover:after {
    background-color: rgba(31, 43, 68, .6)
  }
  .about-gallery-section .gallery-slider .navigation .all-link:hover {
    color: #2b52a0
  }
}
@media print, screen and (min-width:64em) {
  body.page-template-template-about .cta-section .container .text p, body.page-template-template-about .text-section .container .text p {
    font-size: 26px;
    line-height: 48px
  }
}
@media print, screen and (min-width:64em)and (min-width:64em) {
  body.page-template-template-about .cta-section .container .text p, body.page-template-template-about .text-section .container .text p {
    font-size: 26px;
    line-height: 48px
  }
}
.contact-hero-section {
  position: relative
}
.contact-hero-section .content {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media print, screen and (min-width:64em) {
  .contact-hero-section .content {
    padding-top: 43px
  }
}
.contact-hero-section .titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 56px
}
.contact-hero-section .titles .label {
  color: #2b52a0;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 16px
}
@media print, screen and (min-width:64em) {
  .contact-hero-section .titles .label {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px
  }
  .contact-hero-section.simple .titles {
    margin-top: 92px
  }
}
.contact-hero-section.extensive {
  background-color: #f1f0ea;
  overflow: hidden
}
@media print, screen and (min-width:64em) {
  .contact-hero-section.extensive {
    margin-bottom: 120px
  }
  .contact-hero-section.extensive .container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}
.contact-hero-section.extensive .container .content {
  padding-bottom: 80px
}
@media print, screen and (min-width:64em) {
  .contact-hero-section.extensive .container .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    min-height: 540px;
    padding-bottom: 160px;
    width: calc(50% - 2rem)
  }
}
@media screen and (min-width:83.75em) {
  .contact-hero-section.extensive .container .content .breadcrumbs {
    width: calc(50% - 60px)
  }
}
@media print, screen and (min-width:64em) {
  .contact-hero-section.extensive .container .content .titles {
    margin-top: 78px
  }
}
.contact-hero-section.extensive .container .content .buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 128px
}
@media print, screen and (min-width:48em) {
  .contact-hero-section.extensive .container .content .buttons-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 64px
  }
}
.contact-hero-section.extensive .container .content .buttons-container a:first-of-type {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 0;
  border-radius: 9px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 8px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.contact-hero-section.extensive .container .content .buttons-container a:first-of-type:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.contact-hero-section.extensive .container .content .buttons-container a:first-of-type:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.contact-hero-section.extensive .container .content .buttons-container a:first-of-type:before {
  right: 25px
}
.contact-hero-section.extensive .container .content .buttons-container a:first-of-type:after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  .contact-hero-section.extensive .container .content .buttons-container a:first-of-type:hover:after {
    max-width: 14px
  }
}
.contact-hero-section.extensive .container .content .buttons-container a:first-of-type:before {
  color: #1f2b44
}
.contact-hero-section.extensive .container .content .buttons-container a:first-of-type:after {
  background-color: #1f2b44
}
@media(hover:hover) {
  .contact-hero-section.extensive .container .content .buttons-container a:first-of-type:hover {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .18);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .18)
  }
}
.contact-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 0;
  border-radius: 9px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.contact-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.contact-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.contact-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:before {
  font-size: 9px;
  right: 23px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  transition-property: color, transform;
  transition-property: color, transform, -webkit-transform
}
.contact-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:after {
  bottom: 23px;
  height: 100%;
  max-height: 0;
  right: 29px;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition-property: max-height, -webkit-transform;
  transition-property: max-height, -webkit-transform;
  transition-property: max-height, transform;
  transition-property: max-height, transform, -webkit-transform;
  width: 2px
}
@media(hover:hover) {
  .contact-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:hover:before {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
  }
  .contact-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:hover:after {
    max-height: 14px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
.contact-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:before {
  color: #1f2b44
}
.contact-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:after {
  background-color: #1f2b44
}
@media(hover:hover) {
  .contact-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:hover {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .18);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .18)
  }
}
@media print, screen and (min-width:48em) {
  .contact-hero-section.extensive .container .content .buttons-container a:first-of-type {
    margin-right: 16px
  }
}
.contact-hero-section.extensive .container .content .buttons-container a:nth-of-type(2) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  border: 1px solid rgba(31, 43, 68, .22);
  border-radius: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.contact-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.contact-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.contact-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):before {
  right: 25px
}
.contact-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  .contact-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):hover:after {
    max-width: 14px
  }
  .contact-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):hover {
    border: 1px solid rgba(31, 43, 68, .4)
  }
}
.contact-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):before {
  color: #1f2b44
}
.contact-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):after {
  background-color: #1f2b44
}
.contact-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  border: 1px solid rgba(31, 43, 68, .22);
  border-radius: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.contact-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.contact-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.contact-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:before {
  font-size: 9px;
  right: 23px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  transition-property: color, transform;
  transition-property: color, transform, -webkit-transform
}
.contact-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:after {
  bottom: 23px;
  height: 100%;
  max-height: 0;
  right: 29px;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition-property: max-height, -webkit-transform;
  transition-property: max-height, -webkit-transform;
  transition-property: max-height, transform;
  transition-property: max-height, transform, -webkit-transform;
  width: 2px
}
@media(hover:hover) {
  .contact-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:hover:before {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
  }
  .contact-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:hover:after {
    max-height: 14px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  .contact-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:hover {
    border: 1px solid rgba(31, 43, 68, .4)
  }
}
.contact-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:before {
  color: #1f2b44
}
.contact-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:after {
  background-color: #1f2b44
}
.contact-hero-section.extensive .container .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  overflow: hidden;
  position: relative;
  width: calc(100% - 2rem)
}
@media print, screen and (max-width:63.99875em) {
  .contact-hero-section.extensive .container .image {
    border-radius: 40px 0 0 0;
    margin-left: -1rem;
    margin-right: 0;
    overflow: hidden;
    width: calc(100% + 2rem)
  }
}
@media print, screen and (min-width:64em) {
  .contact-hero-section.extensive .container .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    max-width: 960px;
    width: calc(50% - 2rem);
    width: calc(50vw - 1rem)
  }
  .contact-hero-section.extensive .container .image:after {
    background-color: #f1f0ea;
    border-radius: 0 90px 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: calc(8.333% - 1rem)
  }
}
.contact-hero-section.extensive .container .image img {
  width: 100%
}
@media print, screen and (min-width:64em) {
  .contact-hero-section.extensive .container .image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
  }
}
.contact-hero-section.extensive .container .image svg {
  display: block;
  position: absolute;
  width: auto
}
@media print, screen and (max-width:39.99875em) {
  .contact-hero-section.extensive .container .image svg {
    height: 120%;
    left: 15%;
    max-width: 120%;
    top: 10%
  }
}
@media print, screen and (min-width:40em) {
  .contact-hero-section.extensive .container .image svg {
    height: 110%;
    left: 30%;
    max-width: 100%;
    top: 15%
  }
}
@media print, screen and (min-width:64em) {
  .contact-hero-section.extensive .container .image svg {
    height: auto;
    left: 20%;
    max-width: 100%;
    top: 15%
  }
}
@media screen and (min-width:80em) {
  .contact-hero-section.extensive .container .image svg {
    height: 110%;
    left: 25%;
    max-width: 100%;
    top: 20%
  }
}
.contact-hero-section .intro {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 56px;
  width: calc(100% - 2rem)
}
.contact-hero-section .intro p {
  color: #1f2b44;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  line-height: 48px;
  margin-bottom: 0;
  margin-top: 0
}
@media print, screen and (min-width:64em) {
  .contact-hero-section .intro p {
    font-size: 20px;
    font-size: 26px;
    line-height: 40px;
    line-height: 48px
  }
}
.contact-hero-section .intro p a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .contact-hero-section .intro p a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.contact-hero-section .intro p strong {
  font-weight: 700
}
.contact-hero-section .intro p + ol, .contact-hero-section .intro p + p, .contact-hero-section .intro p + ul {
  margin-top: 1em
}
.contact-hero-section .intro h2 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 16px;
  margin-top: 0
}
@media print, screen and (min-width:48em) {
  .contact-hero-section .intro h2 {
    font-size: 40px;
    line-height: 48px
  }
}
@media print, screen and (min-width:64em) {
  .contact-hero-section .intro h2 {
    font-size: 48px;
    line-height: 56px
  }
}
@media screen and (min-width:80em) {
  .contact-hero-section .intro h2 {
    font-size: 56px;
    line-height: 64px
  }
}
.contact-hero-section .intro h3 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 12px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .contact-hero-section .intro h3 {
    font-size: 40px;
    line-height: 48px
  }
}
.contact-hero-section .intro h4 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 8px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .contact-hero-section .intro h4 {
    font-size: 32px;
    line-height: 40px
  }
}
.contact-hero-section .intro h5 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .contact-hero-section .intro h5 {
    font-size: 26px;
    line-height: 26px
  }
}
.contact-hero-section .intro ol, .contact-hero-section .intro ul {
  color: #1f2b44;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  line-height: 48px;
  margin: 14px 0;
  padding-left: 32px
}
@media print, screen and (min-width:64em) {
  .contact-hero-section .intro ol, .contact-hero-section .intro ul {
    font-size: 20px;
    font-size: 26px;
    line-height: 40px;
    line-height: 48px
  }
}
.contact-hero-section .intro ol a, .contact-hero-section .intro ul a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .contact-hero-section .intro ol a:hover, .contact-hero-section .intro ul a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.contact-hero-section .intro blockquote p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  quotes: "“""”""‘""’"
}
@media print, screen and (min-width:64em) {
  .contact-hero-section .intro blockquote p {
    font-size: 24px
  }
}
.contact-hero-section .intro blockquote p:before {
  content: open-quote
}
.contact-hero-section .intro blockquote p:after {
  content: close-quote
}
.contact-hero-section .intro blockquote p a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .contact-hero-section .intro blockquote p a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.contact-hero-section .intro blockquote + h2, .contact-hero-section .intro ol + h2, .contact-hero-section .intro p + h2, .contact-hero-section .intro ul + h2 {
  margin-top: 40px
}
.contact-hero-section .intro blockquote + h3, .contact-hero-section .intro blockquote + h4, .contact-hero-section .intro ol + h3, .contact-hero-section .intro ol + h4, .contact-hero-section .intro p + h3, .contact-hero-section .intro p + h4, .contact-hero-section .intro ul + h3, .contact-hero-section .intro ul + h4 {
  margin-top: 32px
}
@media print, screen and (min-width:48em) {
  .contact-hero-section .intro {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 64px;
    width: calc(83.33333% - 2rem)
  }
}
@media print, screen and (min-width:64em) {
  .contact-hero-section .intro {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 92px;
    width: calc(66.66667% - 2rem)
  }
}
.contact-phone-numbers-section .numbers {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media print, screen and (min-width:48em) {
  .contact-phone-numbers-section .numbers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }
}
.contact-phone-numbers-section .numbers .phone-number {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 40px;
  width: calc(100% - 2rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media print, screen and (min-width:48em) {
  .contact-phone-numbers-section .numbers .phone-number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-right: 64px;
    width: calc(50% - 2rem)
  }
}
@media print, screen and (min-width:64em) {
  .contact-phone-numbers-section .numbers .phone-number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-right: 128px;
    width: calc(33.33333% - 2rem)
  }
}
.contact-phone-numbers-section .numbers .phone-number .title {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .contact-phone-numbers-section .numbers .phone-number .title {
    font-size: 26px;
    line-height: 26px
  }
}
.contact-phone-numbers-section .numbers .phone-number a {
  color: #1f2b44;
  margin-top: 8px
}
.contact-phone-numbers-section .numbers .phone-number a:first-of-type {
  margin-top: 16px
}
@media print, screen and (min-width:48em) {
  .contact-phone-numbers-section .numbers .phone-number a:first-of-type {
    margin-top: 32px
  }
}
.contact-phone-numbers-section .numbers .phone-number a .font-icon {
  margin-right: 16px
}
.contact-form-section {
  background-color: #a2d3f3
}
.contact-form-section .container .referral {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 80px
}
@media print, screen and (min-width:48em) {
  .contact-form-section .container .referral {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: calc(8.33333% + 1rem);
    margin-right: 1rem;
    width: calc(83.33333% - 2rem)
  }
}
@media print, screen and (min-width:64em) {
  .contact-form-section .container .referral {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 120px;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(33.33333% - 2rem)
  }
}
.contact-form-section .container .referral .title {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .contact-form-section .container .referral .title {
    font-size: 32px;
    line-height: 40px
  }
}
.contact-form-section .container .referral a.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  border: 1px solid rgba(31, 43, 68, .22);
  border-radius: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 40px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.contact-form-section .container .referral a.button:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.contact-form-section .container .referral a.button:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.contact-form-section .container .referral a.button:before {
  right: 25px
}
.contact-form-section .container .referral a.button:after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  .contact-form-section .container .referral a.button:hover:after {
    max-width: 14px
  }
  .contact-form-section .container .referral a.button:hover {
    border: 1px solid rgba(31, 43, 68, .4)
  }
}
.contact-form-section .container .referral a.button:before {
  color: #1f2b44
}
.contact-form-section .container .referral a.button:after {
  background-color: #1f2b44
}
.contact-banner-section {
  margin-bottom: 0;
  margin-top: 0;
  position: relative
}
.contact-banner-section:before {
  background-color: #a2d3f3;
  content: " ";
  display: block;
  height: 220px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}
@media screen and (min-width:80em) {
  .contact-banner-section:before {
    height: 250px
  }
}
.contact-banner-section .image {
  position: relative
}
.contact-locations-section {
  border-bottom: 1px solid rgba(31, 43, 68, .22);
  padding-bottom: 96px;
  padding-top: 120px
}
@media screen and (min-width:80em) {
  .contact-locations-section {
    padding-bottom: 160px
  }
}
.contact-locations-section .container > .title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 1rem 8px;
  width: calc(100% - 2rem)
}
@media screen and (min-width:80em) {
  .contact-locations-section .container > .title {
    font-size: 32px;
    line-height: 40px
  }
}
@media print, screen and (min-width:40em) {
  .contact-locations-section .container > .title {
    margin-bottom: 56px
  }
}
.contact-locations-section .container ul.locations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  width: 100%
}
@media print, screen and (min-width:64em) {
  .contact-locations-section .container ul.locations {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(100% - 2rem)
  }
}
.contact-locations-section .container ul.locations li {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.contact-locations-section .container ul.locations li p {
  color: #1f2b44;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 0
}
@media print, screen and (min-width:64em) {
  .contact-locations-section .container ul.locations li p {
    font-size: 20px;
    line-height: 40px
  }
}
.contact-locations-section .container ul.locations li p a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .contact-locations-section .container ul.locations li p a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.contact-locations-section .container ul.locations li p strong {
  font-weight: 700
}
.contact-locations-section .container ul.locations li p + ol, .contact-locations-section .container ul.locations li p + p, .contact-locations-section .container ul.locations li p + ul {
  margin-top: 1em
}
.contact-locations-section .container ul.locations li h2 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 16px;
  margin-top: 0
}
@media print, screen and (min-width:48em) {
  .contact-locations-section .container ul.locations li h2 {
    font-size: 40px;
    line-height: 48px
  }
}
@media print, screen and (min-width:64em) {
  .contact-locations-section .container ul.locations li h2 {
    font-size: 48px;
    line-height: 56px
  }
}
@media screen and (min-width:80em) {
  .contact-locations-section .container ul.locations li h2 {
    font-size: 56px;
    line-height: 64px
  }
}
.contact-locations-section .container ul.locations li h3 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 12px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .contact-locations-section .container ul.locations li h3 {
    font-size: 40px;
    line-height: 48px
  }
}
.contact-locations-section .container ul.locations li h4 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 8px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .contact-locations-section .container ul.locations li h4 {
    font-size: 32px;
    line-height: 40px
  }
}
.contact-locations-section .container ul.locations li h5 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .contact-locations-section .container ul.locations li h5 {
    font-size: 26px;
    line-height: 26px
  }
}
.contact-locations-section .container ul.locations li ol, .contact-locations-section .container ul.locations li ul {
  color: #1f2b44;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin: 14px 0;
  padding-left: 32px
}
@media print, screen and (min-width:64em) {
  .contact-locations-section .container ul.locations li ol, .contact-locations-section .container ul.locations li ul {
    font-size: 20px;
    line-height: 40px
  }
}
.contact-locations-section .container ul.locations li ol a, .contact-locations-section .container ul.locations li ul a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .contact-locations-section .container ul.locations li ol a:hover, .contact-locations-section .container ul.locations li ul a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.contact-locations-section .container ul.locations li blockquote p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  quotes: "“""”""‘""’"
}
@media print, screen and (min-width:64em) {
  .contact-locations-section .container ul.locations li blockquote p {
    font-size: 24px
  }
}
.contact-locations-section .container ul.locations li blockquote p:before {
  content: open-quote
}
.contact-locations-section .container ul.locations li blockquote p:after {
  content: close-quote
}
.contact-locations-section .container ul.locations li blockquote p a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .contact-locations-section .container ul.locations li blockquote p a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.contact-locations-section .container ul.locations li blockquote + h2, .contact-locations-section .container ul.locations li ol + h2, .contact-locations-section .container ul.locations li p + h2, .contact-locations-section .container ul.locations li ul + h2 {
  margin-top: 40px
}
.contact-locations-section .container ul.locations li blockquote + h3, .contact-locations-section .container ul.locations li blockquote + h4, .contact-locations-section .container ul.locations li ol + h3, .contact-locations-section .container ul.locations li ol + h4, .contact-locations-section .container ul.locations li p + h3, .contact-locations-section .container ul.locations li p + h4, .contact-locations-section .container ul.locations li ul + h3, .contact-locations-section .container ul.locations li ul + h4 {
  margin-top: 32px
}
@media print, screen and (max-width:39.99875em) {
  .contact-locations-section .container ul.locations li {
    padding-top: 48px
  }
  .contact-locations-section .container ul.locations li:not(:last-of-type) {
    border-bottom: 1px solid rgba(31, 43, 68, .22);
    padding-bottom: 48px
  }
}
@media print, screen and (min-width:40em)and (max-width:47.99875em) {
  .contact-locations-section .container ul.locations li {
    width: calc(50% - 1rem);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 8px;
    text-align: center
  }
  .contact-locations-section .container ul.locations li:nth-of-type(odd) {
    border-right: 1px solid rgba(31, 43, 68, .22);
    margin-right: 0;
    padding-right: calc(8px + 1rem)
  }
  .contact-locations-section .container ul.locations li:nth-of-type(2n) {
    margin-left: 0
  }
  .contact-locations-section .container ul.locations li:nth-last-of-type(n+2) {
    border-bottom: 1px solid rgba(31, 43, 68, .22)
  }
}
@media print, screen and (min-width:48em)and (max-width:63.99875em) {
  .contact-locations-section .container ul.locations li {
    width: calc(50% - 1rem);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 8px;
    text-align: center
  }
  .contact-locations-section .container ul.locations li:nth-of-type(odd) {
    border-right: 1px solid rgba(31, 43, 68, .22);
    margin-right: 0;
    padding-right: calc(8px + 1rem)
  }
  .contact-locations-section .container ul.locations li:nth-of-type(2n) {
    margin-left: 0
  }
  .contact-locations-section .container ul.locations li:nth-last-of-type(n+2) {
    border-bottom: 1px solid rgba(31, 43, 68, .22)
  }
}
@media print, screen and (min-width:64em) {
  .contact-locations-section .container ul.locations li {
    margin: 0;
    width: 33.3333333333%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 28px 8px;
    text-align: center
  }
}
@media screen and (min-width:80em) {
  .contact-locations-section .container ul.locations li {
    border-right: 1px solid rgba(31, 43, 68, .22);
    padding: 8px 64px 0
  }
  .contact-locations-section .container ul.locations li:first-of-type {
    border-left: 1px solid rgba(31, 43, 68, .22)
  }
}
.contact-locations-section .container ul.locations li .title {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 24px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .contact-locations-section .container ul.locations li .title {
    font-size: 26px;
    line-height: 26px
  }
}
.jobs-hero-section {
  position: relative
}
.jobs-hero-section .content {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media print, screen and (min-width:64em) {
  .jobs-hero-section .content {
    padding-top: 43px
  }
}
.jobs-hero-section .titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 56px
}
.jobs-hero-section .titles .label {
  color: #2b52a0;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 16px
}
@media print, screen and (min-width:64em) {
  .jobs-hero-section .titles .label {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px
  }
  .jobs-hero-section.simple .titles {
    margin-top: 92px
  }
}
.jobs-hero-section.extensive {
  background-color: #f1f0ea;
  overflow: hidden
}
@media print, screen and (min-width:64em) {
  .jobs-hero-section.extensive {
    margin-bottom: 120px
  }
  .jobs-hero-section.extensive .container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}
.jobs-hero-section.extensive .container .content {
  padding-bottom: 80px
}
@media print, screen and (min-width:64em) {
  .jobs-hero-section.extensive .container .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    min-height: 540px;
    padding-bottom: 160px;
    width: calc(50% - 2rem)
  }
}
@media screen and (min-width:83.75em) {
  .jobs-hero-section.extensive .container .content .breadcrumbs {
    width: calc(50% - 60px)
  }
}
@media print, screen and (min-width:64em) {
  .jobs-hero-section.extensive .container .content .titles {
    margin-top: 78px
  }
}
.jobs-hero-section.extensive .container .content .buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 128px
}
@media print, screen and (min-width:48em) {
  .jobs-hero-section.extensive .container .content .buttons-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 64px
  }
}
.jobs-hero-section.extensive .container .content .buttons-container a:first-of-type {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 0;
  border-radius: 9px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 8px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.jobs-hero-section.extensive .container .content .buttons-container a:first-of-type:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.jobs-hero-section.extensive .container .content .buttons-container a:first-of-type:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.jobs-hero-section.extensive .container .content .buttons-container a:first-of-type:before {
  right: 25px
}
.jobs-hero-section.extensive .container .content .buttons-container a:first-of-type:after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  .jobs-hero-section.extensive .container .content .buttons-container a:first-of-type:hover:after {
    max-width: 14px
  }
}
.jobs-hero-section.extensive .container .content .buttons-container a:first-of-type:before {
  color: #1f2b44
}
.jobs-hero-section.extensive .container .content .buttons-container a:first-of-type:after {
  background-color: #1f2b44
}
@media(hover:hover) {
  .jobs-hero-section.extensive .container .content .buttons-container a:first-of-type:hover {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .18);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .18)
  }
}
.jobs-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 0;
  border-radius: 9px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.jobs-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.jobs-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.jobs-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:before {
  font-size: 9px;
  right: 23px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  transition-property: color, transform;
  transition-property: color, transform, -webkit-transform
}
.jobs-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:after {
  bottom: 23px;
  height: 100%;
  max-height: 0;
  right: 29px;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition-property: max-height, -webkit-transform;
  transition-property: max-height, -webkit-transform;
  transition-property: max-height, transform;
  transition-property: max-height, transform, -webkit-transform;
  width: 2px
}
@media(hover:hover) {
  .jobs-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:hover:before {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
  }
  .jobs-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:hover:after {
    max-height: 14px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
.jobs-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:before {
  color: #1f2b44
}
.jobs-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:after {
  background-color: #1f2b44
}
@media(hover:hover) {
  .jobs-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:hover {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .18);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .18)
  }
}
@media print, screen and (min-width:48em) {
  .jobs-hero-section.extensive .container .content .buttons-container a:first-of-type {
    margin-right: 16px
  }
}
.jobs-hero-section.extensive .container .content .buttons-container a:nth-of-type(2) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  border: 1px solid rgba(31, 43, 68, .22);
  border-radius: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.jobs-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.jobs-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.jobs-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):before {
  right: 25px
}
.jobs-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  .jobs-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):hover:after {
    max-width: 14px
  }
  .jobs-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):hover {
    border: 1px solid rgba(31, 43, 68, .4)
  }
}
.jobs-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):before {
  color: #1f2b44
}
.jobs-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):after {
  background-color: #1f2b44
}
.jobs-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  border: 1px solid rgba(31, 43, 68, .22);
  border-radius: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.jobs-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.jobs-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.jobs-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:before {
  font-size: 9px;
  right: 23px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  transition-property: color, transform;
  transition-property: color, transform, -webkit-transform
}
.jobs-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:after {
  bottom: 23px;
  height: 100%;
  max-height: 0;
  right: 29px;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition-property: max-height, -webkit-transform;
  transition-property: max-height, -webkit-transform;
  transition-property: max-height, transform;
  transition-property: max-height, transform, -webkit-transform;
  width: 2px
}
@media(hover:hover) {
  .jobs-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:hover:before {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
  }
  .jobs-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:hover:after {
    max-height: 14px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  .jobs-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:hover {
    border: 1px solid rgba(31, 43, 68, .4)
  }
}
.jobs-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:before {
  color: #1f2b44
}
.jobs-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:after {
  background-color: #1f2b44
}
.jobs-hero-section.extensive .container .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  overflow: hidden;
  position: relative;
  width: calc(100% - 2rem)
}
@media print, screen and (max-width:63.99875em) {
  .jobs-hero-section.extensive .container .image {
    border-radius: 40px 0 0 0;
    margin-left: -1rem;
    margin-right: 0;
    overflow: hidden;
    width: calc(100% + 2rem)
  }
}
@media print, screen and (min-width:64em) {
  .jobs-hero-section.extensive .container .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    max-width: 960px;
    width: calc(50% - 2rem);
    width: calc(50vw - 1rem)
  }
  .jobs-hero-section.extensive .container .image:after {
    background-color: #f1f0ea;
    border-radius: 0 90px 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: calc(8.333% - 1rem)
  }
}
.jobs-hero-section.extensive .container .image img {
  width: 100%
}
@media print, screen and (min-width:64em) {
  .jobs-hero-section.extensive .container .image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
  }
}
.jobs-hero-section.extensive .container .image svg {
  display: block;
  position: absolute;
  width: auto
}
@media print, screen and (max-width:39.99875em) {
  .jobs-hero-section.extensive .container .image svg {
    height: 120%;
    left: 15%;
    max-width: 120%;
    top: 10%
  }
}
@media print, screen and (min-width:40em) {
  .jobs-hero-section.extensive .container .image svg {
    height: 110%;
    left: 30%;
    max-width: 100%;
    top: 15%
  }
}
@media print, screen and (min-width:64em) {
  .jobs-hero-section.extensive .container .image svg {
    height: auto;
    left: 20%;
    max-width: 100%;
    top: 15%
  }
}
@media screen and (min-width:80em) {
  .jobs-hero-section.extensive .container .image svg {
    height: 110%;
    left: 25%;
    max-width: 100%;
    top: 20%
  }
}
.jobs-hero-section .intro {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 56px;
  width: calc(100% - 2rem)
}
.jobs-hero-section .intro p {
  color: #1f2b44;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  line-height: 48px;
  margin-bottom: 0;
  margin-top: 0
}
@media print, screen and (min-width:64em) {
  .jobs-hero-section .intro p {
    font-size: 20px;
    font-size: 26px;
    line-height: 40px;
    line-height: 48px
  }
}
.jobs-hero-section .intro p a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .jobs-hero-section .intro p a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.jobs-hero-section .intro p strong {
  font-weight: 700
}
.jobs-hero-section .intro p + ol, .jobs-hero-section .intro p + p, .jobs-hero-section .intro p + ul {
  margin-top: 1em
}
.jobs-hero-section .intro h2 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 16px;
  margin-top: 0
}
@media print, screen and (min-width:48em) {
  .jobs-hero-section .intro h2 {
    font-size: 40px;
    line-height: 48px
  }
}
@media print, screen and (min-width:64em) {
  .jobs-hero-section .intro h2 {
    font-size: 48px;
    line-height: 56px
  }
}
@media screen and (min-width:80em) {
  .jobs-hero-section .intro h2 {
    font-size: 56px;
    line-height: 64px
  }
}
.jobs-hero-section .intro h3 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 12px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .jobs-hero-section .intro h3 {
    font-size: 40px;
    line-height: 48px
  }
}
.jobs-hero-section .intro h4 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 8px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .jobs-hero-section .intro h4 {
    font-size: 32px;
    line-height: 40px
  }
}
.jobs-hero-section .intro h5 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .jobs-hero-section .intro h5 {
    font-size: 26px;
    line-height: 26px
  }
}
.jobs-hero-section .intro ol, .jobs-hero-section .intro ul {
  color: #1f2b44;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  line-height: 48px;
  margin: 14px 0;
  padding-left: 32px
}
@media print, screen and (min-width:64em) {
  .jobs-hero-section .intro ol, .jobs-hero-section .intro ul {
    font-size: 20px;
    font-size: 26px;
    line-height: 40px;
    line-height: 48px
  }
}
.jobs-hero-section .intro ol a, .jobs-hero-section .intro ul a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .jobs-hero-section .intro ol a:hover, .jobs-hero-section .intro ul a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.jobs-hero-section .intro blockquote p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  quotes: "“""”""‘""’"
}
@media print, screen and (min-width:64em) {
  .jobs-hero-section .intro blockquote p {
    font-size: 24px
  }
}
.jobs-hero-section .intro blockquote p:before {
  content: open-quote
}
.jobs-hero-section .intro blockquote p:after {
  content: close-quote
}
.jobs-hero-section .intro blockquote p a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .jobs-hero-section .intro blockquote p a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.jobs-hero-section .intro blockquote + h2, .jobs-hero-section .intro ol + h2, .jobs-hero-section .intro p + h2, .jobs-hero-section .intro ul + h2 {
  margin-top: 40px
}
.jobs-hero-section .intro blockquote + h3, .jobs-hero-section .intro blockquote + h4, .jobs-hero-section .intro ol + h3, .jobs-hero-section .intro ol + h4, .jobs-hero-section .intro p + h3, .jobs-hero-section .intro p + h4, .jobs-hero-section .intro ul + h3, .jobs-hero-section .intro ul + h4 {
  margin-top: 32px
}
@media screen and (min-width:80em) {
  .jobs-hero-section .intro {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 92px;
    width: calc(66.66667% - 2rem)
  }
}
.jobs-cards-section {
  background-color: #f1f0ea;
  margin-top: 80px;
  padding-bottom: 80px;
  padding-top: 80px
}
@media print, screen and (min-width:64em) {
  .jobs-cards-section {
    margin-top: 112px;
    padding-bottom: 104px
  }
}
.jobs-cards-section .jobs {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 48px;
  width: calc(100% - 2rem)
}
.jobs-cards-section .jobs.loading {
  opacity: .5
}
.jobs-cards-section .jobs .job-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  color: #1f2b44;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 24px 24px;
  width: 100%
}
@media print, screen and (min-width:64em) {
  .jobs-cards-section .jobs .job-card {
    padding: 40px
  }
}
.jobs-cards-section .jobs .job-card + .job-card {
  margin-top: 8px
}
.jobs-cards-section .jobs .job-card .title {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .jobs-cards-section .jobs .job-card .title {
    font-size: 26px;
    line-height: 26px
  }
}
.jobs-cards-section .jobs .job-card .title:after {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 12px;
  line-height: 34px;
  margin-left: 1em;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: margin-left;
  transition-property: margin-left;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  vertical-align: middle
}
@media print, screen and (min-width:64em) {
  .jobs-cards-section .jobs .job-card .title:after {
    line-height: 48px
  }
}
.jobs-cards-section .jobs .job-card .location {
  color: rgba(31, 43, 68, .4);
  margin-top: 12px
}
@media print, screen and (min-width:64em) {
  .jobs-cards-section .jobs .job-card .location {
    margin-top: 16px
  }
}
@media(hover:hover) {
  .jobs-cards-section .jobs .job-card:hover .title:after {
    margin-left: 1.5em
  }
}
.jobs-cards-section .load-more {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 40px;
  width: calc(100% - 2rem)
}
.jobs-outro-section {
  margin-top: 80px
}
@media print, screen and (min-width:64em) {
  .jobs-outro-section {
    margin-top: 120px
  }
}
.jobs-outro-section .jobs-outro {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem)
}
.jobs-outro-section .jobs-outro p {
  color: #1f2b44;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  line-height: 48px;
  margin-bottom: 0;
  margin-top: 0
}
@media print, screen and (min-width:64em) {
  .jobs-outro-section .jobs-outro p {
    font-size: 20px;
    font-size: 26px;
    line-height: 40px;
    line-height: 48px
  }
}
.jobs-outro-section .jobs-outro p a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .jobs-outro-section .jobs-outro p a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.jobs-outro-section .jobs-outro p strong {
  font-weight: 700
}
.jobs-outro-section .jobs-outro p + ol, .jobs-outro-section .jobs-outro p + p, .jobs-outro-section .jobs-outro p + ul {
  margin-top: 1em
}
.jobs-outro-section .jobs-outro h2 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 16px;
  margin-top: 0
}
@media print, screen and (min-width:48em) {
  .jobs-outro-section .jobs-outro h2 {
    font-size: 40px;
    line-height: 48px
  }
}
@media print, screen and (min-width:64em) {
  .jobs-outro-section .jobs-outro h2 {
    font-size: 48px;
    line-height: 56px
  }
}
@media screen and (min-width:80em) {
  .jobs-outro-section .jobs-outro h2 {
    font-size: 56px;
    line-height: 64px
  }
}
.jobs-outro-section .jobs-outro h3 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 12px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .jobs-outro-section .jobs-outro h3 {
    font-size: 40px;
    line-height: 48px
  }
}
.jobs-outro-section .jobs-outro h4 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 8px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .jobs-outro-section .jobs-outro h4 {
    font-size: 32px;
    line-height: 40px
  }
}
.jobs-outro-section .jobs-outro h5 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .jobs-outro-section .jobs-outro h5 {
    font-size: 26px;
    line-height: 26px
  }
}
.jobs-outro-section .jobs-outro ol, .jobs-outro-section .jobs-outro ul {
  color: #1f2b44;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  line-height: 48px;
  margin: 14px 0;
  padding-left: 32px
}
@media print, screen and (min-width:64em) {
  .jobs-outro-section .jobs-outro ol, .jobs-outro-section .jobs-outro ul {
    font-size: 20px;
    font-size: 26px;
    line-height: 40px;
    line-height: 48px
  }
}
.jobs-outro-section .jobs-outro ol a, .jobs-outro-section .jobs-outro ul a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .jobs-outro-section .jobs-outro ol a:hover, .jobs-outro-section .jobs-outro ul a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.jobs-outro-section .jobs-outro blockquote p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  quotes: "“""”""‘""’"
}
@media print, screen and (min-width:64em) {
  .jobs-outro-section .jobs-outro blockquote p {
    font-size: 24px
  }
}
.jobs-outro-section .jobs-outro blockquote p:before {
  content: open-quote
}
.jobs-outro-section .jobs-outro blockquote p:after {
  content: close-quote
}
.jobs-outro-section .jobs-outro blockquote p a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .jobs-outro-section .jobs-outro blockquote p a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.jobs-outro-section .jobs-outro blockquote + h2, .jobs-outro-section .jobs-outro ol + h2, .jobs-outro-section .jobs-outro p + h2, .jobs-outro-section .jobs-outro ul + h2 {
  margin-top: 40px
}
.jobs-outro-section .jobs-outro blockquote + h3, .jobs-outro-section .jobs-outro blockquote + h4, .jobs-outro-section .jobs-outro ol + h3, .jobs-outro-section .jobs-outro ol + h4, .jobs-outro-section .jobs-outro p + h3, .jobs-outro-section .jobs-outro p + h4, .jobs-outro-section .jobs-outro ul + h3, .jobs-outro-section .jobs-outro ul + h4 {
  margin-top: 32px
}
@media print, screen and (min-width:64em) {
  .jobs-outro-section .jobs-outro {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(66.66667% - 2rem)
  }
}
.service-hero-section {
  position: relative
}
.service-hero-section .content {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media print, screen and (min-width:64em) {
  .service-hero-section .content {
    padding-top: 43px
  }
}
.service-hero-section .titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 56px
}
.service-hero-section .titles .label {
  color: #2b52a0;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 16px
}
@media print, screen and (min-width:64em) {
  .service-hero-section .titles .label {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px
  }
  .service-hero-section.simple .titles {
    margin-top: 92px
  }
}
.service-hero-section.extensive {
  background-color: #f1f0ea;
  overflow: hidden
}
@media print, screen and (min-width:64em) {
  .service-hero-section.extensive {
    margin-bottom: 120px
  }
  .service-hero-section.extensive .container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}
.service-hero-section.extensive .container .content {
  padding-bottom: 80px
}
@media print, screen and (min-width:64em) {
  .service-hero-section.extensive .container .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    min-height: 540px;
    padding-bottom: 160px;
    width: calc(50% - 2rem)
  }
}
@media screen and (min-width:83.75em) {
  .service-hero-section.extensive .container .content .breadcrumbs {
    width: calc(50% - 60px)
  }
}
@media print, screen and (min-width:64em) {
  .service-hero-section.extensive .container .content .titles {
    margin-top: 78px
  }
}
.service-hero-section.extensive .container .content .buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 128px
}
@media print, screen and (min-width:48em) {
  .service-hero-section.extensive .container .content .buttons-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 64px
  }
}
.service-hero-section.extensive .container .content .buttons-container a:first-of-type {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 0;
  border-radius: 9px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 8px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.service-hero-section.extensive .container .content .buttons-container a:first-of-type:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.service-hero-section.extensive .container .content .buttons-container a:first-of-type:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.service-hero-section.extensive .container .content .buttons-container a:first-of-type:before {
  right: 25px
}
.service-hero-section.extensive .container .content .buttons-container a:first-of-type:after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  .service-hero-section.extensive .container .content .buttons-container a:first-of-type:hover:after {
    max-width: 14px
  }
}
.service-hero-section.extensive .container .content .buttons-container a:first-of-type:before {
  color: #1f2b44
}
.service-hero-section.extensive .container .content .buttons-container a:first-of-type:after {
  background-color: #1f2b44
}
@media(hover:hover) {
  .service-hero-section.extensive .container .content .buttons-container a:first-of-type:hover {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .18);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .18)
  }
}
.service-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 0;
  border-radius: 9px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.service-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.service-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.service-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:before {
  font-size: 9px;
  right: 23px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  transition-property: color, transform;
  transition-property: color, transform, -webkit-transform
}
.service-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:after {
  bottom: 23px;
  height: 100%;
  max-height: 0;
  right: 29px;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition-property: max-height, -webkit-transform;
  transition-property: max-height, -webkit-transform;
  transition-property: max-height, transform;
  transition-property: max-height, transform, -webkit-transform;
  width: 2px
}
@media(hover:hover) {
  .service-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:hover:before {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
  }
  .service-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:hover:after {
    max-height: 14px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
.service-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:before {
  color: #1f2b44
}
.service-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:after {
  background-color: #1f2b44
}
@media(hover:hover) {
  .service-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:hover {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .18);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .18)
  }
}
@media print, screen and (min-width:48em) {
  .service-hero-section.extensive .container .content .buttons-container a:first-of-type {
    margin-right: 16px
  }
}
.service-hero-section.extensive .container .content .buttons-container a:nth-of-type(2) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  border: 1px solid rgba(31, 43, 68, .22);
  border-radius: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.service-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.service-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.service-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):before {
  right: 25px
}
.service-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  .service-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):hover:after {
    max-width: 14px
  }
  .service-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):hover {
    border: 1px solid rgba(31, 43, 68, .4)
  }
}
.service-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):before {
  color: #1f2b44
}
.service-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):after {
  background-color: #1f2b44
}
.service-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  border: 1px solid rgba(31, 43, 68, .22);
  border-radius: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.service-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.service-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.service-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:before {
  font-size: 9px;
  right: 23px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  transition-property: color, transform;
  transition-property: color, transform, -webkit-transform
}
.service-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:after {
  bottom: 23px;
  height: 100%;
  max-height: 0;
  right: 29px;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition-property: max-height, -webkit-transform;
  transition-property: max-height, -webkit-transform;
  transition-property: max-height, transform;
  transition-property: max-height, transform, -webkit-transform;
  width: 2px
}
@media(hover:hover) {
  .service-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:hover:before {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
  }
  .service-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:hover:after {
    max-height: 14px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  .service-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:hover {
    border: 1px solid rgba(31, 43, 68, .4)
  }
}
.service-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:before {
  color: #1f2b44
}
.service-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:after {
  background-color: #1f2b44
}
.service-hero-section.extensive .container .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  overflow: hidden;
  position: relative;
  width: calc(100% - 2rem)
}
@media print, screen and (max-width:63.99875em) {
  .service-hero-section.extensive .container .image {
    border-radius: 40px 0 0 0;
    margin-left: -1rem;
    margin-right: 0;
    overflow: hidden;
    width: calc(100% + 2rem)
  }
}
@media print, screen and (min-width:64em) {
  .service-hero-section.extensive .container .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    max-width: 960px;
    width: calc(50% - 2rem);
    width: calc(50vw - 1rem)
  }
  .service-hero-section.extensive .container .image:after {
    background-color: #f1f0ea;
    border-radius: 0 90px 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: calc(8.333% - 1rem)
  }
}
.service-hero-section.extensive .container .image img {
  width: 100%
}
@media print, screen and (min-width:64em) {
  .service-hero-section.extensive .container .image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
  }
}
.service-hero-section.extensive .container .image svg {
  display: block;
  position: absolute;
  width: auto
}
@media print, screen and (max-width:39.99875em) {
  .service-hero-section.extensive .container .image svg {
    height: 120%;
    left: 15%;
    max-width: 120%;
    top: 10%
  }
}
@media print, screen and (min-width:40em) {
  .service-hero-section.extensive .container .image svg {
    height: 110%;
    left: 30%;
    max-width: 100%;
    top: 15%
  }
}
@media print, screen and (min-width:64em) {
  .service-hero-section.extensive .container .image svg {
    height: auto;
    left: 20%;
    max-width: 100%;
    top: 15%
  }
}
@media screen and (min-width:80em) {
  .service-hero-section.extensive .container .image svg {
    height: 110%;
    left: 25%;
    max-width: 100%;
    top: 20%
  }
}
.service-hero-section .intro {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 56px;
  width: calc(100% - 2rem)
}
.service-hero-section .intro p {
  color: #1f2b44;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  line-height: 48px;
  margin-bottom: 0;
  margin-top: 0
}
@media print, screen and (min-width:64em) {
  .service-hero-section .intro p {
    font-size: 20px;
    font-size: 26px;
    line-height: 40px;
    line-height: 48px
  }
}
.service-hero-section .intro p a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .service-hero-section .intro p a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.service-hero-section .intro p strong {
  font-weight: 700
}
.service-hero-section .intro p + ol, .service-hero-section .intro p + p, .service-hero-section .intro p + ul {
  margin-top: 1em
}
.service-hero-section .intro h2 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 16px;
  margin-top: 0
}
@media print, screen and (min-width:48em) {
  .service-hero-section .intro h2 {
    font-size: 40px;
    line-height: 48px
  }
}
@media print, screen and (min-width:64em) {
  .service-hero-section .intro h2 {
    font-size: 48px;
    line-height: 56px
  }
}
@media screen and (min-width:80em) {
  .service-hero-section .intro h2 {
    font-size: 56px;
    line-height: 64px
  }
}
.service-hero-section .intro h3 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 12px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .service-hero-section .intro h3 {
    font-size: 40px;
    line-height: 48px
  }
}
.service-hero-section .intro h4 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 8px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .service-hero-section .intro h4 {
    font-size: 32px;
    line-height: 40px
  }
}
.service-hero-section .intro h5 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .service-hero-section .intro h5 {
    font-size: 26px;
    line-height: 26px
  }
}
.service-hero-section .intro ol, .service-hero-section .intro ul {
  color: #1f2b44;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  line-height: 48px;
  margin: 14px 0;
  padding-left: 32px
}
@media print, screen and (min-width:64em) {
  .service-hero-section .intro ol, .service-hero-section .intro ul {
    font-size: 20px;
    font-size: 26px;
    line-height: 40px;
    line-height: 48px
  }
}
.service-hero-section .intro ol a, .service-hero-section .intro ul a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .service-hero-section .intro ol a:hover, .service-hero-section .intro ul a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.service-hero-section .intro blockquote p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  quotes: "“""”""‘""’"
}
@media print, screen and (min-width:64em) {
  .service-hero-section .intro blockquote p {
    font-size: 24px
  }
}
.service-hero-section .intro blockquote p:before {
  content: open-quote
}
.service-hero-section .intro blockquote p:after {
  content: close-quote
}
.service-hero-section .intro blockquote p a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .service-hero-section .intro blockquote p a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.service-hero-section .intro blockquote + h2, .service-hero-section .intro ol + h2, .service-hero-section .intro p + h2, .service-hero-section .intro ul + h2 {
  margin-top: 40px
}
.service-hero-section .intro blockquote + h3, .service-hero-section .intro blockquote + h4, .service-hero-section .intro ol + h3, .service-hero-section .intro ol + h4, .service-hero-section .intro p + h3, .service-hero-section .intro p + h4, .service-hero-section .intro ul + h3, .service-hero-section .intro ul + h4 {
  margin-top: 32px
}
@media screen and (min-width:80em) {
  .service-hero-section .intro {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 92px;
    width: calc(66.66667% - 2rem)
  }
}
.service-phone-numbers-section .intro {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 26px;
  line-height: 48px;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem)
}
@media print, screen and (min-width:64em) {
  .service-phone-numbers-section .intro {
    font-size: 26px;
    line-height: 48px
  }
}
@media screen and (min-width:80em) {
  .service-phone-numbers-section .intro {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(75% - 2rem)
  }
}
.service-phone-numbers-section .numbers {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media print, screen and (min-width:48em) {
  .service-phone-numbers-section .numbers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }
}
.service-phone-numbers-section .numbers .phone-number {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 40px;
  width: calc(100% - 2rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media print, screen and (min-width:48em) {
  .service-phone-numbers-section .numbers .phone-number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-right: 64px;
    width: calc(50% - 2rem)
  }
}
@media print, screen and (min-width:64em) {
  .service-phone-numbers-section .numbers .phone-number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-right: 128px;
    width: calc(33.33333% - 2rem)
  }
}
.service-phone-numbers-section .numbers .phone-number .title {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .service-phone-numbers-section .numbers .phone-number .title {
    font-size: 26px;
    line-height: 26px
  }
}
.service-phone-numbers-section .numbers .phone-number a {
  color: #1f2b44;
  margin-top: 16px
}
@media print, screen and (min-width:48em) {
  .service-phone-numbers-section .numbers .phone-number a {
    margin-top: 32px
  }
}
.service-phone-numbers-section .numbers .phone-number a .font-icon {
  margin-right: 16px
}
.service-contact-section {
  background-color: #a2d3f3;
  margin-top: 80px;
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative
}
@media screen and (min-width:80em) {
  .service-contact-section {
    margin-top: 136px;
    padding-bottom: 112px;
    padding-top: 104px
  }
}
.service-contact-section .intro, .service-contact-section h2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem)
}
.service-contact-section .intro {
  margin-top: 64px
}
.service-contact-section .form {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 24px;
  padding-bottom: 80px;
  width: calc(100% - 2rem)
}
@media print, screen and (min-width:64em) {
  .service-contact-section .form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(41.66667% - 2rem)
  }
}
.service-contact-section .border {
  border-bottom: 1px solid rgba(31, 43, 68, .22);
  margin-left: -12px;
  margin-right: -12px;
  width: 100vw
}
@media print, screen and (min-width:23.4375em) {
  .service-contact-section .border {
    margin-left: -16px;
    margin-right: -16px
  }
}
@media print, screen and (min-width:64em) {
  .service-contact-section .border {
    -webkit-box-flex: 0;
    border-bottom: none;
    border-right: 1px solid rgba(31, 43, 68, .22);
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(8.33333% - 2rem)
  }
}
@media screen and (min-width:80em) {
  .service-contact-section .border {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(16.66667% - 2rem)
  }
}
.service-contact-section .actions {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 80px
}
@media print, screen and (min-width:64em) {
  .service-contact-section .actions {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: calc(8.33333% + 1rem);
    margin-right: 1rem;
    margin-top: 0;
    width: calc(41.66667% - 2rem)
  }
}
@media screen and (min-width:80em) {
  .service-contact-section .actions {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: calc(8.33333% + 1rem);
    margin-right: 1rem;
    width: calc(33.33333% - 2rem)
  }
}
.service-contact-section .actions .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.service-contact-section .actions .action + .action {
  margin-top: 64px
}
.service-contact-section .actions .action .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  border: 1px solid rgba(31, 43, 68, .22);
  border-radius: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 32px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.service-contact-section .actions .action .button:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.service-contact-section .actions .action .button:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.service-contact-section .actions .action .button:before {
  right: 25px
}
.service-contact-section .actions .action .button:after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  .service-contact-section .actions .action .button:hover:after {
    max-width: 14px
  }
  .service-contact-section .actions .action .button:hover {
    border: 1px solid rgba(31, 43, 68, .4)
  }
}
.service-contact-section .actions .action .button:before {
  color: #1f2b44
}
.service-contact-section .actions .action .button:after {
  background-color: #1f2b44
}
.service-manuals-section {
  margin-top: 80px
}
@media screen and (min-width:80em) {
  .service-manuals-section {
    margin-top: 120px
  }
}
.service-manuals-section .title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 1rem 40px;
  width: calc(100% - 2rem)
}
@media screen and (min-width:80em) {
  .service-manuals-section .title {
    font-size: 32px;
    line-height: 40px
  }
}
@media print, screen and (min-width:64em) {
  .service-manuals-section .title {
    margin-bottom: 64px
  }
}
.service-manuals-section .side-menu {
  -webkit-box-flex: 0;
  display: grid;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-template-columns: 100%;
  grid-template-rows: repeat(calc(var(--item-count)*2), auto);
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem);
  grid-column-gap: 32px
}
@media print, screen and (min-width:64em) {
  .service-manuals-section .side-menu {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(var(--item-count), auto)
  }
}
.service-manuals-section .side-menu .panel-toggle {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-column-start: 1;
  grid-row-start: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  border-bottom: 1px solid rgba(31, 43, 68, .22);
  cursor: pointer;
  font-size: 18px;
  justify-content: flex-start;
  line-height: 32px;
  padding: 24px 0;
  text-align: left;
  width: 100%
}
@media print, screen and (min-width:64em) {
  .service-manuals-section .side-menu .panel-toggle {
    -webkit-box-flex: 0;
    display: inline;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 20px;
    grid-column-start: 0;
    grid-row-start: auto;
    line-height: 40px;
    margin-left: 0;
    margin-right: 0;
    width: 66.6666666667%
  }
}
.service-manuals-section .side-menu .panel-toggle:first-of-type {
  border-top: 1px solid rgba(31, 43, 68, .22)
}
.service-manuals-section .side-menu .panel-toggle:after {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  margin-left: auto;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out
}
@media print, screen and (min-width:64em) {
  .service-manuals-section .side-menu .panel-toggle:after {
    content: "";
    margin-left: 8px
  }
}
.service-manuals-section .side-menu .panel-toggle[aria-expanded=true] {
  border-bottom: none;
  color: #2b52a0
}
@media print, screen and (min-width:64em) {
  .service-manuals-section .side-menu .panel-toggle[aria-expanded=true] {
    border-bottom: 1px solid rgba(31, 43, 68, .22)
  }
}
.service-manuals-section .side-menu .panel-toggle[aria-expanded=true]:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
@media print, screen and (min-width:64em) {
  .service-manuals-section .side-menu .panel-toggle[aria-expanded=true]:after {
    content: "";
    -webkit-transform: none;
    transform: none
  }
}
.service-manuals-section .side-menu .panel {
  -webkit-box-flex: 0;
  border-bottom: 1px solid rgba(31, 43, 68, .22);
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-column-start: 1;
  grid-row-start: auto;
  height: var(--panel-height);
  margin-left: 0;
  margin-right: 0;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: height .3s 0ms, opacity .2s .1s, visibility 0ms 0ms;
  transition: height .3s 0ms, opacity .2s .1s, visibility 0ms 0ms;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  visibility: visible;
  width: 100%;
  z-index: 1
}
@media print, screen and (min-width:64em) {
  .service-manuals-section .side-menu .panel {
    border-bottom: none;
    grid-area: 1/2/last-line/end
  }
}
.service-manuals-section .side-menu .panel[aria-hidden=true] {
  border-bottom: none;
  height: 0;
  opacity: 0;
  padding: 0;
  visibility: hidden
}
@media print, screen and (min-width:64em) {
  .service-manuals-section .side-menu .panel[aria-hidden=true] {
    -webkit-transition: height .3s .3s, opacity .2s .1s, visibility 0ms .3s;
    transition: height .3s .3s, opacity .2s .1s, visibility 0ms .3s
  }
}
.service-manuals-section .side-menu .panel .panel-content {
  padding: 0 0 48px
}
.service-manuals-section .side-menu .panel-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.service-manuals-section .side-menu .panel-content a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  border-radius: 9px;
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  font-weight: 400;
  line-height: 24px;
  padding: 0 28px 0 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.service-manuals-section .side-menu .panel-content a:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.service-manuals-section .side-menu .panel-content a:after {
  background-color: #1f2b44;
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.service-manuals-section .side-menu .panel-content a:before {
  right: 25px
}
.service-manuals-section .side-menu .panel-content a:after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  .service-manuals-section .side-menu .panel-content a:hover:after {
    max-width: 14px
  }
}
.service-manuals-section .side-menu .panel-content a:before {
  right: 0
}
.service-manuals-section .side-menu .panel-content a:after {
  right: 2px
}
@media(hover:hover) {
  .service-manuals-section .side-menu .panel-content a:hover {
    color: rgba(31, 43, 68, .6)
  }
  .service-manuals-section .side-menu .panel-content a:hover:after {
    background-color: rgba(31, 43, 68, .6)
  }
}
@media print, screen and (min-width:64em) {
  .service-manuals-section .side-menu .panel-content a {
    font-size: 26px;
    line-height: 48px
  }
}
.service-manuals-section .side-menu .panel-content a + a {
  margin-top: 24px
}
@media print, screen and (min-width:64em) {
  .service-manuals-section .side-menu .panel-content a + a {
    margin-top: 40px
  }
}
.service-manuals-section + .logos-section {
  border-bottom: 1px solid rgba(31, 43, 68, .22);
  padding-bottom: 96px
}
@media screen and (min-width:80em) {
  .service-manuals-section + .logos-section {
    padding-bottom: 120px
  }
}
.cases-hero-section {
  position: relative
}
.cases-hero-section .heading {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media screen and (min-width:80em) {
  .cases-hero-section .heading {
    padding-top: 43px
  }
}
.cases-hero-section .heading h1 {
  margin-top: 56px
}
@media screen and (min-width:80em) {
  .cases-hero-section .heading h1 {
    margin-top: 92px
  }
}
.cases-hero-section .heading .case-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  color: #1f2b44;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 56px
}
@media print, screen and (min-width:64em) {
  .cases-hero-section .heading .case-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}
.cases-hero-section .heading .case-card .image {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  background-color: #f1f0ea;
  flex-grow: 0
}
@media print, screen and (min-width:64em) {
  .cases-hero-section .heading .case-card .image {
    min-height: 100%;
    width: calc(50% - 16px);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    margin-left: -64px;
    order: 1
  }
}
.cases-hero-section .heading .case-card .image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}
.cases-hero-section .heading .case-card .info {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  background-color: #ffe67f;
  border-top-right-radius: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex-grow: 1;
  margin-top: -40px;
  min-height: 200px;
  padding: 32px 24px;
  position: relative;
  z-index: 1
}
@media print, screen and (min-width:64em) {
  .cases-hero-section .heading .case-card .info {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    margin-top: 0;
    order: 0;
    padding: 48px;
    width: calc(50% + 80px)
  }
}
.cases-hero-section .heading .case-card .info .title {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 0;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .cases-hero-section .heading .case-card .info .title {
    font-size: 40px;
    line-height: 48px
  }
}
@media print, screen and (min-width:64em) {
  .cases-hero-section .heading .case-card .info .title {
    width: 80%
  }
}
.cases-hero-section .heading .case-card .info .title:after {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 12px;
  line-height: 34px;
  margin-left: 1em;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: margin-left;
  transition-property: margin-left;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  vertical-align: middle
}
@media print, screen and (min-width:64em) {
  .cases-hero-section .heading .case-card .info .title:after {
    line-height: 48px
  }
}
.cases-hero-section .heading .case-card .info .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 0;
  margin-top: 48px;
  padding-left: 0
}
.cases-hero-section .heading .case-card .info .tags li {
  font-size: 16px;
  line-height: 1
}
.cases-hero-section .heading .case-card .info .tags li:not(:last-child):after {
  content: "•";
  margin-left: 14px
}
.cases-hero-section .heading .case-card .info .tags li + li {
  margin-left: 14px
}
@media screen and (min-width:80em) {
  .cases-hero-section .heading .case-card .info .tags li {
    font-size: 20px
  }
  .cases-hero-section .heading .case-card .info .tags {
    margin-top: 64px
  }
}
@media(hover:hover) {
  .cases-hero-section .heading .case-card:hover .info .title:after {
    margin-left: 1.5em
  }
}
@media screen and (min-width:80em) {
  .cases-hero-section .heading .case-card {
    height: 489px;
    margin-top: 88px
  }
}
.cases-cards-section {
  margin-top: 80px
}
.cases-cards-section .cases.loading {
  opacity: .5
}
@media screen and (min-width:80em) {
  .cases-cards-section .cases {
    margin-top: 4px
  }
}
.cases-cards-section .cases .case-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  color: #1f2b44;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 80px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem)
}
@media print, screen and (min-width:48em) {
  .cases-cards-section .cases .case-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}
.cases-cards-section .cases .case-card .image {
  border-top-left-radius: 40px;
  overflow: hidden
}
@media print, screen and (min-width:48em) {
  .cases-cards-section .cases .case-card .image {
    margin-left: auto;
    width: 41.6666666667%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}
.cases-cards-section .cases .case-card .image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}
.cases-cards-section .cases .case-card .info {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 32px;
  position: relative;
  z-index: 1
}
@media print, screen and (min-width:48em) {
  .cases-cards-section .cases .case-card .info {
    padding: 32px 0;
    width: 50%
  }
}
@media print, screen and (min-width:64em) {
  .cases-cards-section .cases .case-card .info {
    padding: 64px 0
  }
}
.cases-cards-section .cases .case-card .info .title {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 0;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .cases-cards-section .cases .case-card .info .title {
    font-size: 40px;
    line-height: 48px
  }
}
.cases-cards-section .cases .case-card .info .title:after {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  font-size: 12px;
  line-height: 34px;
  margin-left: 1em;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  vertical-align: middle
}
@media print, screen and (min-width:64em) {
  .cases-cards-section .cases .case-card .info .title:after {
    line-height: 48px
  }
}
.cases-cards-section .cases .case-card .info .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 0;
  margin-top: 32px;
  padding-left: 0
}
.cases-cards-section .cases .case-card .info .tags li {
  font-size: 16px;
  line-height: 1
}
.cases-cards-section .cases .case-card .info .tags li:not(:last-child):after {
  content: "•";
  margin-left: 14px
}
.cases-cards-section .cases .case-card .info .tags li + li {
  margin-left: 14px
}
@media screen and (min-width:80em) {
  .cases-cards-section .cases .case-card .info .tags li {
    font-size: 20px
  }
  .cases-cards-section .cases .case-card .info .tags {
    margin-top: 56px
  }
}
@media(hover:hover) {
  .cases-cards-section .cases .case-card:hover .info .title:after {
    -webkit-transform: translateX(.5em);
    transform: translateX(.5em)
  }
}
.cases-cards-section .load-more {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem)
}
.cases-cards-section .load-more button {
  margin-top: 80px
}
@media print, screen and (min-width:40em) {
  .cases-cards-section .load-more button {
    margin-top: 120px
  }
}
@media print, screen and (min-width:64em) {
  .cases-cards-section .load-more button {
    margin-top: 160px
  }
}
.news-hero-section {
  position: relative
}
.news-hero-section .heading {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media screen and (min-width:80em) {
  .news-hero-section .heading {
    padding-top: 43px
  }
}
.news-hero-section .heading h1 {
  margin-top: 56px
}
@media screen and (min-width:80em) {
  .news-hero-section .heading h1 {
    margin-top: 92px
  }
}
.news-hero-section .heading .featured-article-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  color: #1f2b44;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 56px
}
@media print, screen and (min-width:64em) {
  .news-hero-section .heading .featured-article-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}
.news-hero-section .heading .featured-article-card .image {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  background-color: #f1f0ea;
  flex-grow: 0
}
@media print, screen and (min-width:64em) {
  .news-hero-section .heading .featured-article-card .image {
    min-height: 100%;
    width: calc(50% - 16px);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    margin-left: -64px;
    order: 1
  }
}
.news-hero-section .heading .featured-article-card .image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}
.news-hero-section .heading .featured-article-card .info {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  background-color: #a2d3f3;
  border-top-right-radius: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex-grow: 1;
  margin-top: -40px;
  min-height: 200px;
  padding: 32px 24px;
  position: relative;
  z-index: 1
}
@media print, screen and (min-width:64em) {
  .news-hero-section .heading .featured-article-card .info {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    margin-top: 0;
    order: 0;
    padding: 48px;
    width: calc(50% + 80px)
  }
}
.news-hero-section .heading .featured-article-card .info .title {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 0;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .news-hero-section .heading .featured-article-card .info .title {
    font-size: 40px;
    line-height: 48px
  }
}
@media print, screen and (min-width:64em) {
  .news-hero-section .heading .featured-article-card .info .title {
    width: 80%
  }
}
.news-hero-section .heading .featured-article-card .info .title:after {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 12px;
  line-height: 34px;
  margin-left: 1em;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: margin-left;
  transition-property: margin-left;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  vertical-align: middle
}
@media print, screen and (min-width:64em) {
  .news-hero-section .heading .featured-article-card .info .title:after {
    line-height: 48px
  }
}
.news-hero-section .heading .featured-article-card .info .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 0;
  margin-top: 48px;
  padding-left: 0
}
.news-hero-section .heading .featured-article-card .info .tags li {
  font-size: 16px;
  line-height: 1
}
.news-hero-section .heading .featured-article-card .info .tags li:not(:last-child):after {
  content: "•";
  margin-left: 14px
}
.news-hero-section .heading .featured-article-card .info .tags li + li {
  margin-left: 14px
}
@media screen and (min-width:80em) {
  .news-hero-section .heading .featured-article-card .info .tags li {
    font-size: 20px
  }
  .news-hero-section .heading .featured-article-card .info .tags {
    margin-top: 64px
  }
}
@media(hover:hover) {
  .news-hero-section .heading .featured-article-card:hover .info .title:after {
    margin-left: 1.5em
  }
}
@media screen and (min-width:80em) {
  .news-hero-section .heading .featured-article-card {
    height: 400px;
    margin-top: 88px
  }
}
.news-cards-section {
  margin-top: 80px
}
.news-cards-section .articles {
  width: 100%
}
.news-cards-section .articles.loading {
  opacity: .5
}
.news-cards-section .articles .blog-card, .news-cards-section .articles .news-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  border-bottom: 1px solid rgba(31, 43, 68, .22);
  color: #1f2b44;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 48px;
  padding-bottom: 48px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem)
}
@media print, screen and (min-width:48em) {
  .news-cards-section .articles .blog-card, .news-cards-section .articles .news-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}
.news-cards-section .articles .blog-card .image, .news-cards-section .articles .news-card .image {
  border-top-left-radius: 40px;
  overflow: hidden
}
@media print, screen and (min-width:48em) {
  .news-cards-section .articles .blog-card .image, .news-cards-section .articles .news-card .image {
    margin-left: auto;
    width: 41.6666666667%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}
.news-cards-section .articles .blog-card .image img, .news-cards-section .articles .news-card .image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}
.news-cards-section .articles .blog-card .info, .news-cards-section .articles .news-card .info {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 32px;
  position: relative;
  z-index: 1
}
@media print, screen and (min-width:48em) {
  .news-cards-section .articles .blog-card .info, .news-cards-section .articles .news-card .info {
    padding: 32px 0;
    width: 50%
  }
}
@media print, screen and (min-width:64em) {
  .news-cards-section .articles .blog-card .info, .news-cards-section .articles .news-card .info {
    padding: 64px 0
  }
}
.news-cards-section .articles .blog-card .info .title, .news-cards-section .articles .news-card .info .title {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 0;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .news-cards-section .articles .blog-card .info .title, .news-cards-section .articles .news-card .info .title {
    font-size: 40px;
    line-height: 48px
  }
}
.news-cards-section .articles .blog-card .info .title:after, .news-cards-section .articles .news-card .info .title:after {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  font-size: 12px;
  line-height: 34px;
  margin-left: 1em;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  vertical-align: middle
}
@media print, screen and (min-width:64em) {
  .news-cards-section .articles .blog-card .info .title:after, .news-cards-section .articles .news-card .info .title:after {
    line-height: 48px
  }
}
.news-cards-section .articles .blog-card .info .tags, .news-cards-section .articles .news-card .info .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 0;
  margin-top: 32px;
  padding-left: 0
}
.news-cards-section .articles .blog-card .info .tags li, .news-cards-section .articles .news-card .info .tags li {
  font-size: 16px;
  line-height: 1
}
.news-cards-section .articles .blog-card .info .tags li:not(:last-child):after, .news-cards-section .articles .news-card .info .tags li:not(:last-child):after {
  content: "•";
  margin-left: 14px
}
.news-cards-section .articles .blog-card .info .tags li + li, .news-cards-section .articles .news-card .info .tags li + li {
  margin-left: 14px
}
@media screen and (min-width:80em) {
  .news-cards-section .articles .blog-card .info .tags li, .news-cards-section .articles .news-card .info .tags li {
    font-size: 20px
  }
  .news-cards-section .articles .blog-card .info .tags, .news-cards-section .articles .news-card .info .tags {
    margin-top: 56px
  }
}
@media(hover:hover) {
  .news-cards-section .articles .blog-card:hover .info .title:after, .news-cards-section .articles .news-card:hover .info .title:after {
    -webkit-transform: translateX(.5em);
    transform: translateX(.5em)
  }
}
@media print, screen and (min-width:48em) {
  .news-cards-section .articles .blog-card, .news-cards-section .articles .news-card {
    margin-top: 16px;
    padding-bottom: 16px
  }
}
.news-cards-section .articles .blog-card:first-child, .news-cards-section .articles .news-card:first-child {
  border-top: 1px solid rgba(31, 43, 68, .22);
  padding-top: 48px
}
@media print, screen and (min-width:48em) {
  .news-cards-section .articles .blog-card:first-child, .news-cards-section .articles .news-card:first-child {
    padding-top: 16px
  }
  .news-cards-section .articles .blog-card .image, .news-cards-section .articles .news-card .image {
    width: 33.3333333333%;
    width: 25%
  }
  .news-cards-section .articles .blog-card .info, .news-cards-section .articles .news-card .info {
    padding: 0;
    width: 58.3333333333%
  }
}
@media print, screen and (min-width:64em) {
  .news-cards-section .articles .blog-card .info, .news-cards-section .articles .news-card .info {
    padding: 32px 0 0;
    width: 66.6666666667%
  }
}
@media print, screen and (min-width:48em) {
  .news-cards-section .articles .blog-card .info .title, .news-cards-section .articles .news-card .info .title {
    font-family: TTNorms, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 0;
    margin-top: 0
  }
}
@media screen and (min-width:48em)and (min-width:80em) {
  .news-cards-section .articles .blog-card .info .title, .news-cards-section .articles .news-card .info .title {
    font-size: 32px;
    line-height: 40px
  }
}
.news-cards-section .articles .blog-card .info .tags, .news-cards-section .articles .news-card .info .tags {
  color: rgba(31, 43, 68, .6)
}
@media print, screen and (max-width:47.99875em) {
  .news-cards-section .articles .blog-card .info .tags, .news-cards-section .articles .news-card .info .tags {
    line-height: 1
  }
}
@media print, screen and (min-width:48em) {
  .news-cards-section .articles .blog-card .info .tags, .news-cards-section .articles .news-card .info .tags {
    margin-top: 16px
  }
}
@media print, screen and (min-width:64em) {
  .news-cards-section .articles .blog-card .info .tags, .news-cards-section .articles .news-card .info .tags {
    margin-top: 24px
  }
}
.news-cards-section .articles .blog-card .info .tags .card-type, .news-cards-section .articles .news-card .info .tags .card-type {
  color: #1f2b44;
  margin-right: 16px
}
.news-cards-section .load-more {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem)
}
.news-cards-section .load-more button {
  margin-top: 48px
}
@media print, screen and (min-width:40em) {
  .news-cards-section .load-more button {
    margin-top: 64px
  }
}
@media print, screen and (min-width:64em) {
  .news-cards-section .load-more button {
    margin-top: 80px
  }
}
.knowledge-hero-section {
  position: relative
}
.knowledge-hero-section .heading {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media screen and (min-width:80em) {
  .knowledge-hero-section .heading {
    padding-top: 43px
  }
}
.knowledge-hero-section .heading h1 {
  margin-top: 56px
}
@media screen and (min-width:80em) {
  .knowledge-hero-section .heading h1 {
    margin-top: 92px
  }
}
.knowledge-hero-section .heading .featured-article-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  color: #1f2b44;
  color: #fff;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 56px
}
@media print, screen and (min-width:64em) {
  .knowledge-hero-section .heading .featured-article-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}
.knowledge-hero-section .heading .featured-article-card .image {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  background-color: #f1f0ea;
  flex-grow: 0
}
@media print, screen and (min-width:64em) {
  .knowledge-hero-section .heading .featured-article-card .image {
    min-height: 100%;
    width: calc(50% - 16px);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    margin-left: -64px;
    order: 1
  }
}
.knowledge-hero-section .heading .featured-article-card .image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}
.knowledge-hero-section .heading .featured-article-card .info {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  background-color: #2b52a0;
  border-top-right-radius: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex-grow: 1;
  margin-top: -40px;
  min-height: 200px;
  padding: 32px 24px;
  position: relative;
  z-index: 1
}
@media print, screen and (min-width:64em) {
  .knowledge-hero-section .heading .featured-article-card .info {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    margin-top: 0;
    order: 0;
    padding: 48px;
    width: calc(50% + 80px)
  }
}
.knowledge-hero-section .heading .featured-article-card .info .title {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 0;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .knowledge-hero-section .heading .featured-article-card .info .title {
    font-size: 40px;
    line-height: 48px
  }
}
@media print, screen and (min-width:64em) {
  .knowledge-hero-section .heading .featured-article-card .info .title {
    width: 80%
  }
}
.knowledge-hero-section .heading .featured-article-card .info .title:after {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 12px;
  line-height: 34px;
  margin-left: 1em;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: margin-left;
  transition-property: margin-left;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  vertical-align: middle
}
@media print, screen and (min-width:64em) {
  .knowledge-hero-section .heading .featured-article-card .info .title:after {
    line-height: 48px
  }
}
.knowledge-hero-section .heading .featured-article-card .info .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 0;
  margin-top: 48px;
  padding-left: 0
}
.knowledge-hero-section .heading .featured-article-card .info .tags li {
  font-size: 16px;
  line-height: 1
}
.knowledge-hero-section .heading .featured-article-card .info .tags li:not(:last-child):after {
  content: "•";
  margin-left: 14px
}
.knowledge-hero-section .heading .featured-article-card .info .tags li + li {
  margin-left: 14px
}
@media screen and (min-width:80em) {
  .knowledge-hero-section .heading .featured-article-card .info .tags li {
    font-size: 20px
  }
  .knowledge-hero-section .heading .featured-article-card .info .tags {
    margin-top: 64px
  }
}
@media(hover:hover) {
  .knowledge-hero-section .heading .featured-article-card:hover .info .title:after {
    margin-left: 1.5em
  }
}
@media screen and (min-width:80em) {
  .knowledge-hero-section .heading .featured-article-card {
    height: 400px;
    margin-top: 88px
  }
}
.knowledge-hero-section .heading .featured-article-card .tags {
  color: #a2d3f3
}
.knowledge-cards-section {
  margin-top: 80px
}
.knowledge-cards-section .articles {
  margin-top: 32px;
  width: 100%
}
@media print, screen and (min-width:48em) {
  .knowledge-cards-section .articles {
    margin-top: 88px
  }
}
.knowledge-cards-section .articles.loading {
  opacity: .5
}
.knowledge-cards-section .articles .knowledge-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  border-bottom: 1px solid rgba(31, 43, 68, .22);
  color: #1f2b44;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 48px;
  padding-bottom: 48px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem)
}
@media print, screen and (min-width:48em) {
  .knowledge-cards-section .articles .knowledge-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}
.knowledge-cards-section .articles .knowledge-card .image {
  border-top-left-radius: 40px;
  overflow: hidden
}
@media print, screen and (min-width:48em) {
  .knowledge-cards-section .articles .knowledge-card .image {
    margin-left: auto;
    width: 41.6666666667%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}
.knowledge-cards-section .articles .knowledge-card .image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}
.knowledge-cards-section .articles .knowledge-card .info {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 32px;
  position: relative;
  z-index: 1
}
@media print, screen and (min-width:48em) {
  .knowledge-cards-section .articles .knowledge-card .info {
    padding: 32px 0;
    width: 50%
  }
}
@media print, screen and (min-width:64em) {
  .knowledge-cards-section .articles .knowledge-card .info {
    padding: 64px 0
  }
}
.knowledge-cards-section .articles .knowledge-card .info .title {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 0;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .knowledge-cards-section .articles .knowledge-card .info .title {
    font-size: 40px;
    line-height: 48px
  }
}
.knowledge-cards-section .articles .knowledge-card .info .title:after {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  font-size: 12px;
  line-height: 34px;
  margin-left: 1em;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  vertical-align: middle
}
@media print, screen and (min-width:64em) {
  .knowledge-cards-section .articles .knowledge-card .info .title:after {
    line-height: 48px
  }
}
.knowledge-cards-section .articles .knowledge-card .info .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 0;
  margin-top: 32px;
  padding-left: 0
}
.knowledge-cards-section .articles .knowledge-card .info .tags li {
  font-size: 16px;
  line-height: 1
}
.knowledge-cards-section .articles .knowledge-card .info .tags li:not(:last-child):after {
  content: "•";
  margin-left: 14px
}
.knowledge-cards-section .articles .knowledge-card .info .tags li + li {
  margin-left: 14px
}
@media screen and (min-width:80em) {
  .knowledge-cards-section .articles .knowledge-card .info .tags li {
    font-size: 20px
  }
  .knowledge-cards-section .articles .knowledge-card .info .tags {
    margin-top: 56px
  }
}
@media(hover:hover) {
  .knowledge-cards-section .articles .knowledge-card:hover .info .title:after {
    -webkit-transform: translateX(.5em);
    transform: translateX(.5em)
  }
}
@media print, screen and (min-width:48em) {
  .knowledge-cards-section .articles .knowledge-card {
    margin-top: 16px;
    padding-bottom: 16px
  }
}
.knowledge-cards-section .articles .knowledge-card:first-child {
  border-top: 1px solid rgba(31, 43, 68, .22);
  padding-top: 48px
}
@media print, screen and (min-width:48em) {
  .knowledge-cards-section .articles .knowledge-card:first-child {
    padding-top: 16px
  }
  .knowledge-cards-section .articles .knowledge-card .image {
    width: 33.3333333333%;
    width: 25%
  }
  .knowledge-cards-section .articles .knowledge-card .info {
    padding: 0;
    width: 58.3333333333%
  }
}
@media print, screen and (min-width:64em) {
  .knowledge-cards-section .articles .knowledge-card .info {
    padding: 32px 0 0;
    width: 66.6666666667%
  }
}
@media print, screen and (min-width:48em) {
  .knowledge-cards-section .articles .knowledge-card .info .title {
    font-family: TTNorms, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 0;
    margin-top: 0
  }
}
@media screen and (min-width:48em)and (min-width:80em) {
  .knowledge-cards-section .articles .knowledge-card .info .title {
    font-size: 32px;
    line-height: 40px
  }
}
.knowledge-cards-section .articles .knowledge-card .info .tags {
  color: rgba(31, 43, 68, .6)
}
@media print, screen and (max-width:47.99875em) {
  .knowledge-cards-section .articles .knowledge-card .info .tags {
    line-height: 1
  }
}
@media print, screen and (min-width:48em) {
  .knowledge-cards-section .articles .knowledge-card .info .tags {
    margin-top: 16px
  }
}
@media print, screen and (min-width:64em) {
  .knowledge-cards-section .articles .knowledge-card .info .tags {
    margin-top: 24px
  }
}
.knowledge-cards-section .articles .knowledge-card .info .tags .card-type {
  color: #1f2b44;
  margin-right: 16px
}
.knowledge-cards-section .load-more {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem)
}
.knowledge-cards-section .load-more button {
  margin-top: 48px
}
@media print, screen and (min-width:40em) {
  .knowledge-cards-section .load-more button {
    margin-top: 64px
  }
}
@media print, screen and (min-width:64em) {
  .knowledge-cards-section .load-more button {
    margin-top: 80px
  }
}
.outages-hero-section {
  position: relative
}
.outages-hero-section .content {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media print, screen and (min-width:64em) {
  .outages-hero-section .content {
    padding-top: 43px
  }
}
.outages-hero-section .titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 56px
}
.outages-hero-section .titles .label {
  color: #2b52a0;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 16px
}
@media print, screen and (min-width:64em) {
  .outages-hero-section .titles .label {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px
  }
  .outages-hero-section.simple .titles {
    margin-top: 92px
  }
}
.outages-hero-section.extensive {
  background-color: #f1f0ea;
  overflow: hidden
}
@media print, screen and (min-width:64em) {
  .outages-hero-section.extensive {
    margin-bottom: 120px
  }
  .outages-hero-section.extensive .container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}
.outages-hero-section.extensive .container .content {
  padding-bottom: 80px
}
@media print, screen and (min-width:64em) {
  .outages-hero-section.extensive .container .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    min-height: 540px;
    padding-bottom: 160px;
    width: calc(50% - 2rem)
  }
}
@media screen and (min-width:83.75em) {
  .outages-hero-section.extensive .container .content .breadcrumbs {
    width: calc(50% - 60px)
  }
}
@media print, screen and (min-width:64em) {
  .outages-hero-section.extensive .container .content .titles {
    margin-top: 78px
  }
}
.outages-hero-section.extensive .container .content .buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 128px
}
@media print, screen and (min-width:48em) {
  .outages-hero-section.extensive .container .content .buttons-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 64px
  }
}
.outages-hero-section.extensive .container .content .buttons-container a:first-of-type {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 0;
  border-radius: 9px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 8px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.outages-hero-section.extensive .container .content .buttons-container a:first-of-type:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.outages-hero-section.extensive .container .content .buttons-container a:first-of-type:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.outages-hero-section.extensive .container .content .buttons-container a:first-of-type:before {
  right: 25px
}
.outages-hero-section.extensive .container .content .buttons-container a:first-of-type:after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  .outages-hero-section.extensive .container .content .buttons-container a:first-of-type:hover:after {
    max-width: 14px
  }
}
.outages-hero-section.extensive .container .content .buttons-container a:first-of-type:before {
  color: #1f2b44
}
.outages-hero-section.extensive .container .content .buttons-container a:first-of-type:after {
  background-color: #1f2b44
}
@media(hover:hover) {
  .outages-hero-section.extensive .container .content .buttons-container a:first-of-type:hover {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .18);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .18)
  }
}
.outages-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 0;
  border-radius: 9px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.outages-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.outages-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.outages-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:before {
  font-size: 9px;
  right: 23px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  transition-property: color, transform;
  transition-property: color, transform, -webkit-transform
}
.outages-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:after {
  bottom: 23px;
  height: 100%;
  max-height: 0;
  right: 29px;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition-property: max-height, -webkit-transform;
  transition-property: max-height, -webkit-transform;
  transition-property: max-height, transform;
  transition-property: max-height, transform, -webkit-transform;
  width: 2px
}
@media(hover:hover) {
  .outages-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:hover:before {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
  }
  .outages-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:hover:after {
    max-height: 14px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
.outages-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:before {
  color: #1f2b44
}
.outages-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:after {
  background-color: #1f2b44
}
@media(hover:hover) {
  .outages-hero-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:hover {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .18);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .18)
  }
}
@media print, screen and (min-width:48em) {
  .outages-hero-section.extensive .container .content .buttons-container a:first-of-type {
    margin-right: 16px
  }
}
.outages-hero-section.extensive .container .content .buttons-container a:nth-of-type(2) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  border: 1px solid rgba(31, 43, 68, .22);
  border-radius: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.outages-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.outages-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.outages-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):before {
  right: 25px
}
.outages-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  .outages-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):hover:after {
    max-width: 14px
  }
  .outages-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):hover {
    border: 1px solid rgba(31, 43, 68, .4)
  }
}
.outages-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):before {
  color: #1f2b44
}
.outages-hero-section.extensive .container .content .buttons-container a:nth-of-type(2):after {
  background-color: #1f2b44
}
.outages-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  border: 1px solid rgba(31, 43, 68, .22);
  border-radius: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.outages-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.outages-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.outages-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:before {
  font-size: 9px;
  right: 23px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  transition-property: color, transform;
  transition-property: color, transform, -webkit-transform
}
.outages-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:after {
  bottom: 23px;
  height: 100%;
  max-height: 0;
  right: 29px;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition-property: max-height, -webkit-transform;
  transition-property: max-height, -webkit-transform;
  transition-property: max-height, transform;
  transition-property: max-height, transform, -webkit-transform;
  width: 2px
}
@media(hover:hover) {
  .outages-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:hover:before {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
  }
  .outages-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:hover:after {
    max-height: 14px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  .outages-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:hover {
    border: 1px solid rgba(31, 43, 68, .4)
  }
}
.outages-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:before {
  color: #1f2b44
}
.outages-hero-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:after {
  background-color: #1f2b44
}
.outages-hero-section.extensive .container .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  overflow: hidden;
  position: relative;
  width: calc(100% - 2rem)
}
@media print, screen and (max-width:63.99875em) {
  .outages-hero-section.extensive .container .image {
    border-radius: 40px 0 0 0;
    margin-left: -1rem;
    margin-right: 0;
    overflow: hidden;
    width: calc(100% + 2rem)
  }
}
@media print, screen and (min-width:64em) {
  .outages-hero-section.extensive .container .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    max-width: 960px;
    width: calc(50% - 2rem);
    width: calc(50vw - 1rem)
  }
  .outages-hero-section.extensive .container .image:after {
    background-color: #f1f0ea;
    border-radius: 0 90px 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: calc(8.333% - 1rem)
  }
}
.outages-hero-section.extensive .container .image img {
  width: 100%
}
@media print, screen and (min-width:64em) {
  .outages-hero-section.extensive .container .image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
  }
}
.outages-hero-section.extensive .container .image svg {
  display: block;
  position: absolute;
  width: auto
}
@media print, screen and (max-width:39.99875em) {
  .outages-hero-section.extensive .container .image svg {
    height: 120%;
    left: 15%;
    max-width: 120%;
    top: 10%
  }
}
@media print, screen and (min-width:40em) {
  .outages-hero-section.extensive .container .image svg {
    height: 110%;
    left: 30%;
    max-width: 100%;
    top: 15%
  }
}
@media print, screen and (min-width:64em) {
  .outages-hero-section.extensive .container .image svg {
    height: auto;
    left: 20%;
    max-width: 100%;
    top: 15%
  }
}
@media screen and (min-width:80em) {
  .outages-hero-section.extensive .container .image svg {
    height: 110%;
    left: 25%;
    max-width: 100%;
    top: 20%
  }
}
.outages-hero-section .intro {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 56px;
  width: calc(100% - 2rem)
}
.outages-hero-section .intro p {
  color: #1f2b44;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  line-height: 48px;
  margin-bottom: 0;
  margin-top: 0
}
@media print, screen and (min-width:64em) {
  .outages-hero-section .intro p {
    font-size: 20px;
    font-size: 26px;
    line-height: 40px;
    line-height: 48px
  }
}
.outages-hero-section .intro p a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .outages-hero-section .intro p a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.outages-hero-section .intro p strong {
  font-weight: 700
}
.outages-hero-section .intro p + ol, .outages-hero-section .intro p + p, .outages-hero-section .intro p + ul {
  margin-top: 1em
}
.outages-hero-section .intro h2 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 16px;
  margin-top: 0
}
@media print, screen and (min-width:48em) {
  .outages-hero-section .intro h2 {
    font-size: 40px;
    line-height: 48px
  }
}
@media print, screen and (min-width:64em) {
  .outages-hero-section .intro h2 {
    font-size: 48px;
    line-height: 56px
  }
}
@media screen and (min-width:80em) {
  .outages-hero-section .intro h2 {
    font-size: 56px;
    line-height: 64px
  }
}
.outages-hero-section .intro h3 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 12px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .outages-hero-section .intro h3 {
    font-size: 40px;
    line-height: 48px
  }
}
.outages-hero-section .intro h4 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 8px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .outages-hero-section .intro h4 {
    font-size: 32px;
    line-height: 40px
  }
}
.outages-hero-section .intro h5 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .outages-hero-section .intro h5 {
    font-size: 26px;
    line-height: 26px
  }
}
.outages-hero-section .intro ol, .outages-hero-section .intro ul {
  color: #1f2b44;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  line-height: 48px;
  margin: 14px 0;
  padding-left: 32px
}
@media print, screen and (min-width:64em) {
  .outages-hero-section .intro ol, .outages-hero-section .intro ul {
    font-size: 20px;
    font-size: 26px;
    line-height: 40px;
    line-height: 48px
  }
}
.outages-hero-section .intro ol a, .outages-hero-section .intro ul a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .outages-hero-section .intro ol a:hover, .outages-hero-section .intro ul a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.outages-hero-section .intro blockquote p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  quotes: "“""”""‘""’"
}
@media print, screen and (min-width:64em) {
  .outages-hero-section .intro blockquote p {
    font-size: 24px
  }
}
.outages-hero-section .intro blockquote p:before {
  content: open-quote
}
.outages-hero-section .intro blockquote p:after {
  content: close-quote
}
.outages-hero-section .intro blockquote p a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .outages-hero-section .intro blockquote p a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.outages-hero-section .intro blockquote + h2, .outages-hero-section .intro ol + h2, .outages-hero-section .intro p + h2, .outages-hero-section .intro ul + h2 {
  margin-top: 40px
}
.outages-hero-section .intro blockquote + h3, .outages-hero-section .intro blockquote + h4, .outages-hero-section .intro ol + h3, .outages-hero-section .intro ol + h4, .outages-hero-section .intro p + h3, .outages-hero-section .intro p + h4, .outages-hero-section .intro ul + h3, .outages-hero-section .intro ul + h4 {
  margin-top: 32px
}
@media print, screen and (min-width:48em) {
  .outages-hero-section .intro {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 64px;
    width: calc(83.33333% - 2rem)
  }
}
@media print, screen and (min-width:64em) {
  .outages-hero-section .intro {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 92px;
    width: calc(66.66667% - 2rem)
  }
}
.outages-overview-section {
  background-color: #f1f0ea;
  margin-top: 80px;
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative
}
@media screen and (min-width:80em) {
  .outages-overview-section {
    margin-top: 136px;
    padding-bottom: 112px;
    padding-top: 104px
  }
}
.outages-overview-section .container .heading {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(66.66667% - 2rem)
}
.outages-overview-section .container .heading p {
  color: #1f2b44;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  line-height: 48px;
  margin-bottom: 0;
  margin-top: 0
}
@media print, screen and (min-width:64em) {
  .outages-overview-section .container .heading p {
    font-size: 20px;
    font-size: 26px;
    line-height: 40px;
    line-height: 48px
  }
}
.outages-overview-section .container .heading p a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .outages-overview-section .container .heading p a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.outages-overview-section .container .heading p strong {
  font-weight: 700
}
.outages-overview-section .container .heading p + ol, .outages-overview-section .container .heading p + p, .outages-overview-section .container .heading p + ul {
  margin-top: 1em
}
.outages-overview-section .container .heading h2 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 16px;
  margin-top: 0
}
@media print, screen and (min-width:48em) {
  .outages-overview-section .container .heading h2 {
    font-size: 40px;
    line-height: 48px
  }
}
@media print, screen and (min-width:64em) {
  .outages-overview-section .container .heading h2 {
    font-size: 48px;
    line-height: 56px
  }
}
@media screen and (min-width:80em) {
  .outages-overview-section .container .heading h2 {
    font-size: 56px;
    line-height: 64px
  }
}
.outages-overview-section .container .heading h3 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 12px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .outages-overview-section .container .heading h3 {
    font-size: 40px;
    line-height: 48px
  }
}
.outages-overview-section .container .heading h4 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 8px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .outages-overview-section .container .heading h4 {
    font-size: 32px;
    line-height: 40px
  }
}
.outages-overview-section .container .heading h5 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .outages-overview-section .container .heading h5 {
    font-size: 26px;
    line-height: 26px
  }
}
.outages-overview-section .container .heading ol, .outages-overview-section .container .heading ul {
  color: #1f2b44;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  line-height: 48px;
  margin: 14px 0;
  padding-left: 32px
}
@media print, screen and (min-width:64em) {
  .outages-overview-section .container .heading ol, .outages-overview-section .container .heading ul {
    font-size: 20px;
    font-size: 26px;
    line-height: 40px;
    line-height: 48px
  }
}
.outages-overview-section .container .heading ol a, .outages-overview-section .container .heading ul a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .outages-overview-section .container .heading ol a:hover, .outages-overview-section .container .heading ul a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.outages-overview-section .container .heading blockquote p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  quotes: "“""”""‘""’"
}
@media print, screen and (min-width:64em) {
  .outages-overview-section .container .heading blockquote p {
    font-size: 24px
  }
}
.outages-overview-section .container .heading blockquote p:before {
  content: open-quote
}
.outages-overview-section .container .heading blockquote p:after {
  content: close-quote
}
.outages-overview-section .container .heading blockquote p a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .outages-overview-section .container .heading blockquote p a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.outages-overview-section .container .heading blockquote + h2, .outages-overview-section .container .heading ol + h2, .outages-overview-section .container .heading p + h2, .outages-overview-section .container .heading ul + h2 {
  margin-top: 40px
}
.outages-overview-section .container .heading blockquote + h3, .outages-overview-section .container .heading blockquote + h4, .outages-overview-section .container .heading ol + h3, .outages-overview-section .container .heading ol + h4, .outages-overview-section .container .heading p + h3, .outages-overview-section .container .heading p + h4, .outages-overview-section .container .heading ul + h3, .outages-overview-section .container .heading ul + h4 {
  margin-top: 32px
}
.outages-overview-section .container .counter-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(33.33333% - 2rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.outages-overview-section .container .counter-container, .outages-overview-section .container .counter-container .counter {
  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
}
.outages-overview-section .container .counter-container .counter {
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  font-size: 42px;
  font-weight: 700;
  height: 96px;
  line-height: 1em;
  text-align: center;
  width: 96px
}
@media print, screen and (min-width:40em) {
  .outages-overview-section .container .counter-container .counter {
    font-size: 48px;
    height: 120px;
    width: 120px
  }
}
@media print, screen and (min-width:64em) {
  .outages-overview-section .container .counter-container .counter {
    font-size: 64px;
    height: 160px;
    width: 160px
  }
}
.outages-overview-section .container .outage-card {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  color: #1f2b44;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 40px;
  padding: 20px 24px 24px
}
@media print, screen and (min-width:64em) {
  .outages-overview-section .container .outage-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 40px;
    width: calc(66.66667% - 2rem)
  }
}
.outages-overview-section .container .outage-card:first-of-type {
  margin-top: 40px
}
.outages-overview-section .container .outage-card > .title {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .outages-overview-section .container .outage-card > .title {
    font-size: 32px;
    line-height: 40px
  }
}
.outages-overview-section .container .outage-card .update {
  margin-top: 32px
}
.outages-overview-section .container .outage-card .update p {
  color: #1f2b44;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 0
}
@media print, screen and (min-width:64em) {
  .outages-overview-section .container .outage-card .update p {
    font-size: 20px;
    line-height: 40px
  }
}
.outages-overview-section .container .outage-card .update p a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .outages-overview-section .container .outage-card .update p a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.outages-overview-section .container .outage-card .update p strong {
  font-weight: 700
}
.outages-overview-section .container .outage-card .update p + ol, .outages-overview-section .container .outage-card .update p + p, .outages-overview-section .container .outage-card .update p + ul {
  margin-top: 1em
}
.outages-overview-section .container .outage-card .update h2 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 16px;
  margin-top: 0
}
@media print, screen and (min-width:48em) {
  .outages-overview-section .container .outage-card .update h2 {
    font-size: 40px;
    line-height: 48px
  }
}
@media print, screen and (min-width:64em) {
  .outages-overview-section .container .outage-card .update h2 {
    font-size: 48px;
    line-height: 56px
  }
}
@media screen and (min-width:80em) {
  .outages-overview-section .container .outage-card .update h2 {
    font-size: 56px;
    line-height: 64px
  }
}
.outages-overview-section .container .outage-card .update h3 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 12px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .outages-overview-section .container .outage-card .update h3 {
    font-size: 40px;
    line-height: 48px
  }
}
.outages-overview-section .container .outage-card .update h4 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 8px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .outages-overview-section .container .outage-card .update h4 {
    font-size: 32px;
    line-height: 40px
  }
}
.outages-overview-section .container .outage-card .update h5 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .outages-overview-section .container .outage-card .update h5 {
    font-size: 26px;
    line-height: 26px
  }
}
.outages-overview-section .container .outage-card .update ol, .outages-overview-section .container .outage-card .update ul {
  color: #1f2b44;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin: 14px 0;
  padding-left: 32px
}
@media print, screen and (min-width:64em) {
  .outages-overview-section .container .outage-card .update ol, .outages-overview-section .container .outage-card .update ul {
    font-size: 20px;
    line-height: 40px
  }
}
.outages-overview-section .container .outage-card .update ol a, .outages-overview-section .container .outage-card .update ul a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .outages-overview-section .container .outage-card .update ol a:hover, .outages-overview-section .container .outage-card .update ul a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.outages-overview-section .container .outage-card .update blockquote p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  quotes: "“""”""‘""’"
}
@media print, screen and (min-width:64em) {
  .outages-overview-section .container .outage-card .update blockquote p {
    font-size: 24px
  }
}
.outages-overview-section .container .outage-card .update blockquote p:before {
  content: open-quote
}
.outages-overview-section .container .outage-card .update blockquote p:after {
  content: close-quote
}
.outages-overview-section .container .outage-card .update blockquote p a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .outages-overview-section .container .outage-card .update blockquote p a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.outages-overview-section .container .outage-card .update blockquote + h2, .outages-overview-section .container .outage-card .update ol + h2, .outages-overview-section .container .outage-card .update p + h2, .outages-overview-section .container .outage-card .update ul + h2 {
  margin-top: 40px
}
.outages-overview-section .container .outage-card .update blockquote + h3, .outages-overview-section .container .outage-card .update blockquote + h4, .outages-overview-section .container .outage-card .update ol + h3, .outages-overview-section .container .outage-card .update ol + h4, .outages-overview-section .container .outage-card .update p + h3, .outages-overview-section .container .outage-card .update p + h4, .outages-overview-section .container .outage-card .update ul + h3, .outages-overview-section .container .outage-card .update ul + h4 {
  margin-top: 32px
}
.outages-overview-section .container .outage-card .update .title {
  font-weight: 700;
  margin-bottom: .5em
}
.outages-phone-numbers-section {
  border-bottom: 1px solid rgba(31, 43, 68, .22);
  margin-top: 80px;
  padding-bottom: 80px
}
@media screen and (min-width:80em) {
  .outages-phone-numbers-section {
    margin-top: 120px;
    padding-bottom: 120px
  }
}
.outages-phone-numbers-section .intro {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 26px;
  line-height: 48px;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem)
}
@media print, screen and (min-width:64em) {
  .outages-phone-numbers-section .intro {
    font-size: 26px;
    line-height: 48px
  }
}
@media screen and (min-width:80em) {
  .outages-phone-numbers-section .intro {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(75% - 2rem)
  }
}
.outages-phone-numbers-section .numbers {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media print, screen and (min-width:48em) {
  .outages-phone-numbers-section .numbers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}
.outages-phone-numbers-section .numbers .phone-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media print, screen and (min-width:48em) {
  .outages-phone-numbers-section .numbers .phone-number {
    margin-right: 160px
  }
}
.outages-phone-numbers-section .numbers .phone-number .title {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .outages-phone-numbers-section .numbers .phone-number .title {
    font-size: 26px;
    line-height: 26px
  }
}
.outages-phone-numbers-section .numbers .phone-number a {
  color: #1f2b44;
  margin-top: 16px
}
@media print, screen and (min-width:48em) {
  .outages-phone-numbers-section .numbers .phone-number a {
    margin-top: 32px
  }
}
.outages-phone-numbers-section .numbers .phone-number a .font-icon {
  margin-right: 16px
}
.fourzerofour-content-section {
  position: relative
}
.fourzerofour-content-section .content {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media print, screen and (min-width:64em) {
  .fourzerofour-content-section .content {
    padding-top: 43px
  }
}
.fourzerofour-content-section .titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 56px
}
.fourzerofour-content-section .titles .label {
  color: #2b52a0;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 16px
}
@media print, screen and (min-width:64em) {
  .fourzerofour-content-section .titles .label {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px
  }
  .fourzerofour-content-section.simple .titles {
    margin-top: 92px
  }
}
.fourzerofour-content-section.extensive {
  background-color: #f1f0ea;
  overflow: hidden
}
@media print, screen and (min-width:64em) {
  .fourzerofour-content-section.extensive {
    margin-bottom: 120px
  }
  .fourzerofour-content-section.extensive .container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}
.fourzerofour-content-section.extensive .container .content {
  padding-bottom: 80px
}
@media print, screen and (min-width:64em) {
  .fourzerofour-content-section.extensive .container .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    min-height: 540px;
    padding-bottom: 160px;
    width: calc(50% - 2rem)
  }
}
@media screen and (min-width:83.75em) {
  .fourzerofour-content-section.extensive .container .content .breadcrumbs {
    width: calc(50% - 60px)
  }
}
@media print, screen and (min-width:64em) {
  .fourzerofour-content-section.extensive .container .content .titles {
    margin-top: 78px
  }
}
.fourzerofour-content-section.extensive .container .content .buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 128px
}
@media print, screen and (min-width:48em) {
  .fourzerofour-content-section.extensive .container .content .buttons-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 64px
  }
}
.fourzerofour-content-section.extensive .container .content .buttons-container a:first-of-type {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 0;
  border-radius: 9px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 8px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.fourzerofour-content-section.extensive .container .content .buttons-container a:first-of-type:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.fourzerofour-content-section.extensive .container .content .buttons-container a:first-of-type:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.fourzerofour-content-section.extensive .container .content .buttons-container a:first-of-type:before {
  right: 25px
}
.fourzerofour-content-section.extensive .container .content .buttons-container a:first-of-type:after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  .fourzerofour-content-section.extensive .container .content .buttons-container a:first-of-type:hover:after {
    max-width: 14px
  }
}
.fourzerofour-content-section.extensive .container .content .buttons-container a:first-of-type:before {
  color: #1f2b44
}
.fourzerofour-content-section.extensive .container .content .buttons-container a:first-of-type:after {
  background-color: #1f2b44
}
@media(hover:hover) {
  .fourzerofour-content-section.extensive .container .content .buttons-container a:first-of-type:hover {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .18);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .18)
  }
}
.fourzerofour-content-section.extensive .container .content .buttons-container a:first-of-type.anchor-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 0;
  border-radius: 9px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.fourzerofour-content-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.fourzerofour-content-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.fourzerofour-content-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:before {
  font-size: 9px;
  right: 23px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  transition-property: color, transform;
  transition-property: color, transform, -webkit-transform
}
.fourzerofour-content-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:after {
  bottom: 23px;
  height: 100%;
  max-height: 0;
  right: 29px;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition-property: max-height, -webkit-transform;
  transition-property: max-height, -webkit-transform;
  transition-property: max-height, transform;
  transition-property: max-height, transform, -webkit-transform;
  width: 2px
}
@media(hover:hover) {
  .fourzerofour-content-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:hover:before {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
  }
  .fourzerofour-content-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:hover:after {
    max-height: 14px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
.fourzerofour-content-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:before {
  color: #1f2b44
}
.fourzerofour-content-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:after {
  background-color: #1f2b44
}
@media(hover:hover) {
  .fourzerofour-content-section.extensive .container .content .buttons-container a:first-of-type.anchor-button:hover {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .18);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .18)
  }
}
@media print, screen and (min-width:48em) {
  .fourzerofour-content-section.extensive .container .content .buttons-container a:first-of-type {
    margin-right: 16px
  }
}
.fourzerofour-content-section.extensive .container .content .buttons-container a:nth-of-type(2) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  border: 1px solid rgba(31, 43, 68, .22);
  border-radius: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.fourzerofour-content-section.extensive .container .content .buttons-container a:nth-of-type(2):before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.fourzerofour-content-section.extensive .container .content .buttons-container a:nth-of-type(2):after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.fourzerofour-content-section.extensive .container .content .buttons-container a:nth-of-type(2):before {
  right: 25px
}
.fourzerofour-content-section.extensive .container .content .buttons-container a:nth-of-type(2):after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  .fourzerofour-content-section.extensive .container .content .buttons-container a:nth-of-type(2):hover:after {
    max-width: 14px
  }
  .fourzerofour-content-section.extensive .container .content .buttons-container a:nth-of-type(2):hover {
    border: 1px solid rgba(31, 43, 68, .4)
  }
}
.fourzerofour-content-section.extensive .container .content .buttons-container a:nth-of-type(2):before {
  color: #1f2b44
}
.fourzerofour-content-section.extensive .container .content .buttons-container a:nth-of-type(2):after {
  background-color: #1f2b44
}
.fourzerofour-content-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  border: 1px solid rgba(31, 43, 68, .22);
  border-radius: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f2b44;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.fourzerofour-content-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.fourzerofour-content-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.fourzerofour-content-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:before {
  font-size: 9px;
  right: 23px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  transition-property: color, transform;
  transition-property: color, transform, -webkit-transform
}
.fourzerofour-content-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:after {
  bottom: 23px;
  height: 100%;
  max-height: 0;
  right: 29px;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition-property: max-height, -webkit-transform;
  transition-property: max-height, -webkit-transform;
  transition-property: max-height, transform;
  transition-property: max-height, transform, -webkit-transform;
  width: 2px
}
@media(hover:hover) {
  .fourzerofour-content-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:hover:before {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
  }
  .fourzerofour-content-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:hover:after {
    max-height: 14px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  .fourzerofour-content-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:hover {
    border: 1px solid rgba(31, 43, 68, .4)
  }
}
.fourzerofour-content-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:before {
  color: #1f2b44
}
.fourzerofour-content-section.extensive .container .content .buttons-container a:nth-of-type(2).anchor-button:after {
  background-color: #1f2b44
}
.fourzerofour-content-section.extensive .container .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  overflow: hidden;
  position: relative;
  width: calc(100% - 2rem)
}
@media print, screen and (max-width:63.99875em) {
  .fourzerofour-content-section.extensive .container .image {
    border-radius: 40px 0 0 0;
    margin-left: -1rem;
    margin-right: 0;
    overflow: hidden;
    width: calc(100% + 2rem)
  }
}
@media print, screen and (min-width:64em) {
  .fourzerofour-content-section.extensive .container .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    max-width: 960px;
    width: calc(50% - 2rem);
    width: calc(50vw - 1rem)
  }
  .fourzerofour-content-section.extensive .container .image:after {
    background-color: #f1f0ea;
    border-radius: 0 90px 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: calc(8.333% - 1rem)
  }
}
.fourzerofour-content-section.extensive .container .image img {
  width: 100%
}
@media print, screen and (min-width:64em) {
  .fourzerofour-content-section.extensive .container .image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
  }
}
.fourzerofour-content-section.extensive .container .image svg {
  display: block;
  position: absolute;
  width: auto
}
@media print, screen and (max-width:39.99875em) {
  .fourzerofour-content-section.extensive .container .image svg {
    height: 120%;
    left: 15%;
    max-width: 120%;
    top: 10%
  }
}
@media print, screen and (min-width:40em) {
  .fourzerofour-content-section.extensive .container .image svg {
    height: 110%;
    left: 30%;
    max-width: 100%;
    top: 15%
  }
}
@media print, screen and (min-width:64em) {
  .fourzerofour-content-section.extensive .container .image svg {
    height: auto;
    left: 20%;
    max-width: 100%;
    top: 15%
  }
}
@media screen and (min-width:80em) {
  .fourzerofour-content-section.extensive .container .image svg {
    height: 110%;
    left: 25%;
    max-width: 100%;
    top: 20%
  }
}
.fourzerofour-content-section .content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 80px
}
.fourzerofour-content-section .description {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 40px;
  width: calc(100% - 2rem)
}
.fourzerofour-content-section .description p {
  color: #1f2b44;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 0
}
@media print, screen and (min-width:64em) {
  .fourzerofour-content-section .description p {
    font-size: 20px;
    line-height: 40px
  }
}
.fourzerofour-content-section .description p a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .fourzerofour-content-section .description p a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.fourzerofour-content-section .description p strong {
  font-weight: 700
}
.fourzerofour-content-section .description p + ol, .fourzerofour-content-section .description p + p, .fourzerofour-content-section .description p + ul {
  margin-top: 1em
}
.fourzerofour-content-section .description h2 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 16px;
  margin-top: 0
}
@media print, screen and (min-width:48em) {
  .fourzerofour-content-section .description h2 {
    font-size: 40px;
    line-height: 48px
  }
}
@media print, screen and (min-width:64em) {
  .fourzerofour-content-section .description h2 {
    font-size: 48px;
    line-height: 56px
  }
}
@media screen and (min-width:80em) {
  .fourzerofour-content-section .description h2 {
    font-size: 56px;
    line-height: 64px
  }
}
.fourzerofour-content-section .description h3 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 12px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .fourzerofour-content-section .description h3 {
    font-size: 40px;
    line-height: 48px
  }
}
.fourzerofour-content-section .description h4 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 8px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .fourzerofour-content-section .description h4 {
    font-size: 32px;
    line-height: 40px
  }
}
.fourzerofour-content-section .description h5 {
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
  margin-top: 0
}
@media screen and (min-width:80em) {
  .fourzerofour-content-section .description h5 {
    font-size: 26px;
    line-height: 26px
  }
}
.fourzerofour-content-section .description ol, .fourzerofour-content-section .description ul {
  color: #1f2b44;
  font-family: TTNorms, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin: 14px 0;
  padding-left: 32px
}
@media print, screen and (min-width:64em) {
  .fourzerofour-content-section .description ol, .fourzerofour-content-section .description ul {
    font-size: 20px;
    line-height: 40px
  }
}
.fourzerofour-content-section .description ol a, .fourzerofour-content-section .description ul a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .fourzerofour-content-section .description ol a:hover, .fourzerofour-content-section .description ul a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.fourzerofour-content-section .description blockquote p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  quotes: "“""”""‘""’"
}
@media print, screen and (min-width:64em) {
  .fourzerofour-content-section .description blockquote p {
    font-size: 24px
  }
}
.fourzerofour-content-section .description blockquote p:before {
  content: open-quote
}
.fourzerofour-content-section .description blockquote p:after {
  content: close-quote
}
.fourzerofour-content-section .description blockquote p a {
  color: #1f2b44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out
}
@media(hover:hover) {
  .fourzerofour-content-section .description blockquote p a:hover {
    color: #2b52a0;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}
.fourzerofour-content-section .description blockquote + h2, .fourzerofour-content-section .description ol + h2, .fourzerofour-content-section .description p + h2, .fourzerofour-content-section .description ul + h2 {
  margin-top: 40px
}
.fourzerofour-content-section .description blockquote + h3, .fourzerofour-content-section .description blockquote + h4, .fourzerofour-content-section .description ol + h3, .fourzerofour-content-section .description ol + h4, .fourzerofour-content-section .description p + h3, .fourzerofour-content-section .description p + h4, .fourzerofour-content-section .description ul + h3, .fourzerofour-content-section .description ul + h4 {
  margin-top: 32px
}
@media screen and (min-width:80em) {
  .fourzerofour-content-section .description {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(66.66667% - 2rem)
  }
}
.fourzerofour-content-section .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2b52a0;
  border: 0;
  border-radius: 9px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 32px;
  padding: 19px 52px 19px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.fourzerofour-content-section .button:before {
  font-family: KinwellIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.fourzerofour-content-section .button:after {
  background-color: #1f2b44;
  content: "";
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.64, .46, .21, .91);
  transition-timing-function: cubic-bezier(.64, .46, .21, .91)
}
.fourzerofour-content-section .button:before {
  right: 25px
}
.fourzerofour-content-section .button:after {
  height: 2px;
  max-width: 0;
  right: 27px;
  -webkit-transition-property: max-width;
  transition-property: max-width;
  width: 100%
}
@media(hover:hover) {
  .fourzerofour-content-section .button:hover:after {
    max-width: 14px
  }
}
.fourzerofour-content-section .button:before {
  color: #fff
}
.fourzerofour-content-section .button:after {
  background-color: #fff
}
U