/*
Theme Name:     Databros Theme
Theme URI:      
Description:    Air-light child theme.
Author:         Kuuki Marketing Lab
Author URI:     https://www.kuuki.fi
Template:       air-light-master
Version:        1.0
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: .35em .75em .625em;
}

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

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

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

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

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

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

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

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

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

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

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

/* stylelint-enable declaration-property-unit-allowed-list */
/* stylelint-disable number-max-precision, block-closing-brace-newline-after */
/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 */
/* stylelint-disable declaration-property-unit-allowed-list */
/* stylelint-enable declaration-property-unit-allowed-list */

:root {
  --padding-container-vertical: 6.4rem;
  --padding-site-header-vertical: 2rem;
  --padding-block: 8rem;
  --margin-between-text-elements: 4rem;
}

:root {
  --font-size-default: 20px;
  --font-size-tiny: 14px;
  --font-size-small: 16px;
  --font-size-medium: 17px;
  --font-size-large: 18px;
  --font-size-extra-large: 20px;
  --font-size-huge: 22px;
  --font-size-nav-toggle-label: 15px;
  --body-line-height: 1.7;
  --heading-line-height: 1.5;
}

@font-face {
  font-display: auto;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Inter-Regular.woff") format("woff"), 
	   url("fonts/Inter-Regular.woff2") format("woff2"), 
	   url("fonts/Inter-Regular.ttf") format("truetype"); 
}

@font-face {
  font-display: auto;
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/Inter-Italic.woff") format("woff"), 
	   url("fonts/Inter-Italic.woff2") format("woff2"), 
	   url("fonts/Inter-Italic.ttf") format("truetype"); 
}

@font-face {
  font-display: auto;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/Inter-Medium.woff") format("woff"), 
	   url("/fonts/Inter-Medium.woff2") format("woff2"), 
	   url("fonts/Inter-Medium.ttf") format("truetype"); 
}

@font-face {
  font-display: auto;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/Inter-Bold.woff") format("woff"), 
	   url("/fonts/Inter-Bold.woff2") format("woff2"), 
	   url("fonts/Inter-Bold.ttf") format("truetype"); 
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text.skip-link {
  margin: 5px;
}

.screen-reader-text.skip-link:focus {
  background-color: #0e2335;
  color: white;
}

.screen-reader-text:focus {
  background-color: #f5f5f5;
  border-radius: 0;
  box-shadow: 0 0 2px 2px rgba(34, 34, 34, 0.6);
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

[data-whatinput="mouse"] *:focus,
[data-whatinput="touch"] *:focus {
  outline: none;
}

.gutenberg-content a {
  text-decoration: underline;
}

.gutenberg-content a:hover, .gutenberg-content a:focus {
  text-decoration: none;
}

.gutenberg-content .comments-link a,
.gutenberg-content .tags a,
.gutenberg-content .cat a {
  text-decoration: none;
}

[data-whatinput="keyboard"] a:focus,
[data-whatinput="keyboard"] input:focus,
[data-whatinput="keyboard"] button:focus,
[data-whatinput="keyboard"] select:focus,
[data-whatinput="keyboard"] textarea:focus,
[data-whatinput="keyboard"] div[tabindex]:focus {
  opacity: 1;
}

[data-whatinput="keyboard"] .global-link {
  transition: none;
}

[data-whatinput="keyboard"] a.global-link:focus {
  outline-color: #ff848a;
  outline-offset: -1px;
  outline-style: solid;
  outline-width: 4px;
}

a.is-external-link {
  align-items: center;
  display: inline-flex;
  justify-content: space-between;
}

a.is-external-link::after {
  background-image: url("svg/external-link.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  content: '';
  display: inline-flex;
  height: 12px;
  margin-left: 5px;
  margin-right: 2px;
  position: relative;
  right: 0;
  top: 0;
  transition: all .18s ease-in-out;
  width: 12px;
}

.top-container a.is-external-link::after,
a.is-external-link.global-link::after,
a.is-external-link.no-external-link-indicator::after {
  display: none;
}

:root {
  --font-size-main-level: 16px;
  --font-size-sub-menu: 14px;
  --padding-main-level-vertical: .6rem;
  --padding-main-level-horizontal: 1.4rem;
  --gap-dropdown: 1rem;
  --padding-sub-menu-vertical: .4rem;
  --padding-sub-menu-horizontal: 1.5rem;
}

.site-header ul {
  list-style: none;
}

:root {
  --font-size-main-level-mobile: 16px;
  --font-size-sub-menu-mobile: 17px;
  --padding-sub-menu-vertical-mobile: 1.2rem;
  --padding-sub-menu-horizontal-mobile: 2.5rem;
  --margin-left-sub-menu: 2rem;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 4rem 1.5rem;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.8;
}

.hamburger.is-active:hover {
  opacity: 0.8;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: white;
}

.hamburger-box {
  width: 3rem;
  height: 1.6rem;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.1rem;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 3rem;
  height: 0.2rem;
  background-color: #d1e122;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -0.7rem;
}

.hamburger-inner::after {
  bottom: -0.7rem;
}


.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #0e2335;
  color: #0e2335;
}

.nav-toggle {
  background-color: transparent;
  border: 0;
  color: white;
  cursor: pointer;
  font-weight: 700;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: relative;
  text-decoration: none;
  top: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 100000;
}

.nav-toggle:not(.toggled-on) .hamburger-inner {
  transition: width 0.22s;
  width: 18px;
}

.nav-toggle.is-active .hamburger-inner,
.nav-toggle:hover .hamburger-inner,
.nav-toggle:focus .hamburger-inner {
  width: 3rem;
}

.nav-toggle span {
  color: #d1e122;
  font-size: 1.2em;
}

.nav-toggle.is-active span {
  color: #d1e122;
}

.nav-toggle:hover, .nav-toggle:active {
  color: #d1e122;
}

.nav-toggle:hover span, .nav-toggle:active span {
  color: #d1e122;
}

.nav-toggle:focus span span {
  background-color: #d1e122;
}

.nav-toggle:focus span span::before,
.nav-toggle:focus span span::after {
  background-color: #d1e122;
}

.nav-toggle:not(.has-visible-label) .nav-toggle-label {
  display: none;
}

.nav-toggle.is-active {
  color: #d1e122;
}

.nav-toggle.is-active .hamburger-box .hamburger-inner {
  background-color: #d1e122;
}

.nav-toggle.is-active .hamburger-box .hamburger-inner::after {
  background-color: #d1e122;
}

.nav-toggle.is-active .focus .hamburger-inner,
.nav-toggle.is-active span:focus .hamburger-inner {
  background-color: #d1e122;
}

.nav-toggle.is-active .focus .hamburger-inner::after,
.nav-toggle.is-active span:focus .hamburger-inner::after {
  background-color: #d1e122;
}

.nav-toggle.is-active span:focus,
.nav-toggle.is-active span:hover,
.nav-toggle.is-active span:active {
  color: #d1e122;
}

.nav-toggle.is-active span:focus span,
.nav-toggle.is-active span:hover span,
.nav-toggle.is-active span:active span {
  color: #d1e122;
}

.site-header {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.site-header .site-title svg, .site-header .site-title img {
	width: 100%;
    max-width: 130px;
}

.site-header .site-title a {
  color: #60f4ea;
  display: flex;
  align-items: center;
}

.js .nav-primary {
  left: 0;
}

.block.block-blog article,
.block.block-blog nav {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.block-blog article {
  margin-bottom: var(--padding-block);
}

.block-blog article:last-child {
  margin-bottom: 0;
}

.block-blog ul.tags {
  padding-left: 0;
}

.block {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}

.shade {
  background-color: #0e2335;
  height: 100%;
  left: 0;
  opacity: .35;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.shade.dark {
   opacity: .75;
}

.global-link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
  box-shadow: none!important;
  border-bottom: none!important;
}

a.global-link:hover {
	box-shadow: none!important;
}

.site {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-bottom: var(--padding-container-vertical);
  padding-top: var(--padding-container-vertical);
}

.container.no-padding-top {
  padding-top: 0;
}

.container.no-padding-bottom {
  padding-bottom: 0;
}

.site-main .container {
  clear: both;
  overflow: hidden;
}

.entry-footer {
  clear: both;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.edit-link {
  clear: both;
  display: block;
  margin-bottom: 0;
  margin-top: 2rem;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  text-align: left;
  transition: all 0.22s;
  width: 100%;
}

.edit-link a {
  background-color: #fafafa;
  border: 2px dashed #999;
  clear: both;
  color: #999;
  display: block;
  margin: 0;
  padding: 2rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.22s;
}

.edit-link:focus,
.edit-link a:hover {
  background-color: #efefef;
  color: #999;
}

.hide-completely {
  display: none !important;
}

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

.margin-top {
	margin-top: 30px;
}

.margin-bottom {
	margin-bottom: 30px;
}


.margin-bottom-80 {
	margin-bottom: 80px;
}

:root {
  font-size: 62.5%;
}

body {
  color: #59666E;
  font-family: "Inter", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: var(--font-size-medium);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  text-rendering: geometricPrecision;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

a {
  color: #0e2335;
  text-decoration: none;
}

a:hover, a:focus {
  color: #007bbf;
}

.site-main a {
	color: #0e2335;
    border-bottom: 1px solid #d1e122;
    box-shadow: inset 0 0 0 #d1e122;
    display: inline;
    text-decoration: none;
    transition: box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1), color 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.site-main a:hover {
	border-color: transparent;
    box-shadow: inset 0 -3.3rem 0 #d1e122;
}

p,
dd,
dt,
figcaption,
hr,
small,
ol,
ul,
li,
blockquote,
kbd,
pre,
samp,
code,
th,
td,
table,
tr,
textarea,
select,
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="search"] {
  font-size: var(--font-size-small);
  line-height: 1.55;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #092332;
  font-family: "Inter", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-weight: 700;
  margin-bottom: 2.7rem;
  margin-top: 2.7rem;
}

.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white p, 
.white span {
  color: #fff;
}

h2
h3,
h4,
h5,
h6 {
  line-height: 1.24;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
  font-weight: 500;
}

h3 {
  font-size: 30px;
  font-weight: 500;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

ul {
  list-style: disc outside;
  padding-left: 1.9rem;
}

ul li {
  padding-left: 0;
}

ol {
  padding-left: 1.9rem;
}

b,
strong {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

small {
  font-size: .87em;
}

p {
  margin-bottom: 2.9rem;
  margin-top: 2.9rem;
}

blockquote {
  border: 0 none;
  clear: both;
  margin: 0;
  padding-bottom: 3rem;
  position: relative;
}

blockquote p {
	color: #092332;
	margin-bottom: 0;
	overflow: visible;
	position: relative;
	margin-left: 50px;
}

blockquote::before {
	content: '';
    background: url(svg/quote.svg);
    display: block;
    left: 0px;
    position: absolute;
    top: -5px;
    height: 60px;
    background-repeat: no-repeat;
	width: 70px;
	opacity: 0.5;
}

cite {
  display: block;
  font-style: italic;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

img {
  height: auto;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  vertical-align: middle;
}

figure {
  margin-bottom: 1rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  position: relative;
}

figcaption {
  font-style: normal;
  font-weight: 400;
  margin-top: 0;
}

kbd,
pre,
samp {
  font-family: "Inconsolata", "Menlo", "Monaco", "Consolas", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", monospace;
}

code {
  background-color: #f9f2f4;
  border-radius: .3rem;
  color: #c7254e;
  font-family: "Inconsolata", "Menlo", "Monaco", "Consolas", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", monospace;
  font-size: inherit;
  padding: .37rem .5rem;
}

pre code {
  display: inline-block;
  padding: 1.15rem 1rem .85rem;
}

pre {
  border-radius: .3rem;
  display: block;
  margin-bottom: 2rem;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}

.site-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  padding-bottom: var(--padding-site-header-vertical);
  padding-left: var(--padding-container-horizontal);
  padding-right: var(--padding-container-horizontal);
  padding-top: var(--padding-site-header-vertical);
  position: relative;
  z-index: 15;
  padding-right: 15px;
  padding-left: 15px;
}

.site-branding {
    position: relative;
    z-index: 9999;
}

.site-title {
  line-height: 0;
  margin: 0;
}

.site-title a {
  align-items: center;
  display: flex;
}

.top-container .container {
	max-width: 1140px;
}

.top-container {
	background: #092332;
	border-bottom: 1px solid rgb(255 255 255 / 9%);
}

.top-container ul {
	padding: 0;
	margin: 0;
}

.top-container ul li {
	display: inline-block;
}

 .top-container p {
	color: #fff; 
	padding-bottom: var(--padding-main-level-vertical);
    padding-top: var(--padding-main-level-vertical);
}

ul#menu-top-menu-sv, 
ul#menu-top-menu-en,
ul#menu-top-menu {
    display: flex;
    justify-content: flex-end;
}

.top-container a:hover {
	color: #d1e122; 
}

.nav-container {
  z-index: 12;
}

.site-footer {
  background-color: #092332;
  background-image: url(images/footer.jpg); 
  clear: both;
  color: #fff;
  overflow: hidden;
  background-size: cover;
}

.copyright {
	background: #092332; 
}

.site-footer span {
  display: block;
  text-align: center;
}

.site-footer img,
.site-footer svg {
  margin-bottom: 20px;
  position: relative;
}

.site-footer p,
.site-footer span {
	color: #fff;
	font-size: 15px;
}

.site-footer .social {
	display: flex;
	margin-top: 30px;
}

.site-footer .social > div {
	margin-right: 10px;
}

.site-footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-footer .is-external-link::after {
  display: none;
}

.site-footer a {
  color: #fff;
  transition: opacity 0.22s;
}

.site-footer a:hover, .site-footer a:focus {
  color: #fff;
  opacity: .5;
}

.site-footer a:hover::after, .site-footer a:focus::after {
  opacity: .2;
}

.site-footer .theme-info i {
  margin: 0 5px;
}

:root {
  --checkbox-radio-size: 16px;
  --checkbox-radio-gap: 10px;
  --checkbox-radio-border-width: 2px;
  --checkbox-radio-line-height: var(--body-line-height);
  --radio-marker-size: 8px;
  --checkbox-marker-size: 12px;
  --checkbox-radius: 4px;
}

.button-wrapper {
  margin-bottom: 0;
}


.holler-box {
	border: none;
	text-align:center;
}

.holler-box a.button,
.site-main button,
.site-main .button,
.site-main input[type="reset"],
.site-main input[type="submit"],
.site-main input[type="button"],
.site-footer button,
.site-footer .button,
.site-footer input[type="reset"],
.site-footer input[type="submit"],
.site-footer input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #092332;
  border: 0;
  border-radius: 3px;
  color: #d1e122;
  cursor: pointer;
  display: inline-block;
  font-size: var(--font-size-small);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  position: relative;
  text-decoration: none;
  transition: 150ms linear background;
  width: auto;
  box-shadow: none!important
}

.hero a.button,
.block-hero a.button {
  background-color: #d1e122;
  color: #092332;
}

.hero a.button:hover,
.block-hero a.button:hover,
.hero a.button:focus,
.block-hero a.button:focus {
  background-color: #092332;
  color: #d1e122;
}

.holler-box h2 {
    font-size: 22px;
    line-height: 27px;
}

.site-main button.is-external-link::after,
.site-main .button.is-external-link::after,
.site-main input[type="reset"].is-external-link::after,
.site-main input[type="submit"].is-external-link::after,
.site-main input[type="button"].is-external-link::after,
.site-footer button.is-external-link::after,
.site-footer .button.is-external-link::after,
.site-footer input[type="reset"].is-external-link::after,
.site-footer input[type="submit"].is-external-link::after,
.site-footer input[type="button"].is-external-link::after {
  display: none;
}

.site-main button:hover, .site-main button:focus,
.site-main .button:hover,
.site-main .button:focus,
.site-main input[type="reset"]:hover,
.site-main input[type="reset"]:focus,
.site-main input[type="submit"]:hover,
.site-main input[type="submit"]:focus,
.site-main input[type="button"]:hover,
.site-main input[type="button"]:focus,
.site-footer button:hover,
.site-footer button:focus,
.site-footer .button:hover,
.site-footer .button:focus,
.site-footer input[type="reset"]:hover,
.site-footer input[type="reset"]:focus,
.site-footer input[type="submit"]:hover,
.site-footer input[type="submit"]:focus,
.site-footer input[type="button"]:hover,
.site-footer input[type="button"]:focus {
  background-color:  #d1e122;
  border-color: #0e2335;
  color: #092332;
}

.site-main button.button-ghost,
.site-main .button.button-ghost,
.site-main input[type="reset"].button-ghost,
.site-main input[type="submit"].button-ghost,
.site-main input[type="button"].button-ghost,
.site-footer button.button-ghost,
.site-footer .button.button-ghost,
.site-footer input[type="reset"].button-ghost,
.site-footer input[type="submit"].button-ghost,
.site-footer input[type="button"].button-ghost {
  background-color: transparent;
  border: 2px solid #545773;
  color: #545773;
}

.site-main button.button-ghost:focus, .site-main button.button-ghost:hover,
.site-main .button.button-ghost:focus,
.site-main .button.button-ghost:hover,
.site-main input[type="reset"].button-ghost:focus,
.site-main input[type="reset"].button-ghost:hover,
.site-main input[type="submit"].button-ghost:focus,
.site-main input[type="submit"].button-ghost:hover,
.site-main input[type="button"].button-ghost:focus,
.site-main input[type="button"].button-ghost:hover,
.site-footer button.button-ghost:focus,
.site-footer button.button-ghost:hover,
.site-footer .button.button-ghost:focus,
.site-footer .button.button-ghost:hover,
.site-footer input[type="reset"].button-ghost:focus,
.site-footer input[type="reset"].button-ghost:hover,
.site-footer input[type="submit"].button-ghost:focus,
.site-footer input[type="submit"].button-ghost:hover,
.site-footer input[type="button"].button-ghost:focus,
.site-footer input[type="button"].button-ghost:hover {
  background-color: #0e2335;
  border-color:#0e2335;
  color: white;
}

.site-main button.button-small,
.site-main .button.button-small,
.site-main input[type="reset"].button-small,
.site-main input[type="submit"].button-small,
.site-main input[type="button"].button-small,
.site-footer button.button-small,
.site-footer .button.button-small,
.site-footer input[type="reset"].button-small,
.site-footer input[type="submit"].button-small,
.site-footer input[type="button"].button-small {
  font-size: var(--font-size-small);
  padding-bottom: 8px;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 8px;
}

.site-main button.button-medium,
.site-main .button.button-medium,
.site-main input[type="reset"].button-medium,
.site-main input[type="submit"].button-medium,
.site-main input[type="button"].button-medium,
.site-footer button.button-medium,
.site-footer .button.button-medium,
.site-footer input[type="reset"].button-medium,
.site-footer input[type="submit"].button-medium,
.site-footer input[type="button"].button-medium {
  font-size: var(--font-size-medium);
  padding-bottom: 14px;
  padding-left: 27px;
  padding-right: 27px;
  padding-top: 14px;
}

.site-main button.button-large,
.site-main .button.button-large,
.site-main input[type="reset"].button-large,
.site-main input[type="submit"].button-large,
.site-main input[type="button"].button-large,
.site-footer button.button-large,
.site-footer .button.button-large,
.site-footer input[type="reset"].button-large,
.site-footer input[type="submit"].button-large,
.site-footer input[type="button"].button-large {
  font-size: var(--font-size-extra-large);
  padding-bottom: 19px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 19px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("svg/select.svg");
  background-position: right 0 center;
  background-repeat: no-repeat;
  background-size: 40px auto;
  border: 2px solid #d9d9d9;
  border-radius: 0;
  color: #545773;
  font-size: var(--font-size-medium);
  line-height: 24px;
  max-width: 100%;
  min-width: 0;
  padding: 15px;
  text-indent: 1px;
  transition: none;
  width: 100%;
}

textarea,
select,
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: solid 2px #d9d9d9;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: var(--font-size-medium);
  line-height: 24px;
  margin-bottom: 0;
  padding: 15px;
  position: relative;
  text-decoration: none;
  transition: background .55s;
}

textarea::-moz-placeholder, select::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="search"]::-moz-placeholder {
  color: #545773;
  opacity: .4;
}

textarea:-ms-input-placeholder, select:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder {
  color: #545773;
  opacity: .4;
}

textarea::placeholder,
select::placeholder,
input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="number"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="email"]::placeholder,
input[type="search"]::placeholder {
  color: #545773;
  opacity: .4;
}

textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="search"]:focus {
  background-color: #fff;
  border: 2px solid #bababa;
  outline: 0;
}

textarea:focus::-moz-placeholder, select:focus::-moz-placeholder, input[type="text"]:focus::-moz-placeholder, input[type="tel"]:focus::-moz-placeholder, input[type="url"]:focus::-moz-placeholder, input[type="password"]:focus::-moz-placeholder, input[type="number"]:focus::-moz-placeholder, input[type="month"]:focus::-moz-placeholder, input[type="week"]:focus::-moz-placeholder, input[type="email"]:focus::-moz-placeholder, input[type="search"]:focus::-moz-placeholder {
  color: #222;
  opacity: .8;
}

textarea:focus:-ms-input-placeholder, select:focus:-ms-input-placeholder, input[type="text"]:focus:-ms-input-placeholder, input[type="tel"]:focus:-ms-input-placeholder, input[type="url"]:focus:-ms-input-placeholder, input[type="password"]:focus:-ms-input-placeholder, input[type="number"]:focus:-ms-input-placeholder, input[type="month"]:focus:-ms-input-placeholder, input[type="week"]:focus:-ms-input-placeholder, input[type="email"]:focus:-ms-input-placeholder, input[type="search"]:focus:-ms-input-placeholder {
  color: #222;
  opacity: .8;
}

textarea:focus::placeholder,
select:focus::placeholder,
input[type="text"]:focus::placeholder,
input[type="tel"]:focus::placeholder,
input[type="url"]:focus::placeholder,
input[type="password"]:focus::placeholder,
input[type="number"]:focus::placeholder,
input[type="month"]:focus::placeholder,
input[type="week"]:focus::placeholder,
input[type="email"]:focus::placeholder,
input[type="search"]:focus::placeholder {
  color: #222;
  opacity: .8;
}

select:focus {
  background-color: #fff;
  border: 2px solid #bababa;
}

/*input[type="radio"],
input[type="checkbox"] {
  height: var(--checkbox-radio-size);
  margin: 0;
  opacity: 1;
  padding: 0;
  pointer-events: none;
  position: absolute;
  width: var(--checkbox-radio-size);
}*/

input[type="radio"] + label,
input[type="checkbox"] + label {
  align-items: flex-start;
  cursor: pointer;
  display: inline-flex;
  line-height: var(--checkbox-radio-line-height);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

input[type="radio"] + label::before,
input[type="checkbox"] + label::before {
  align-self: center;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  border-color: #545773;
  border-style: solid;
  border-width: var(--checkbox-radio-border-width);
  content: '';
  display: inline-flex;
  flex-shrink: 0;
  height: var(--checkbox-radio-size);
  margin-right: var(--checkbox-radio-gap);
  position: relative;
  top: calc(var(--checkbox-radio-border-width) / 2);
  transition: transform .2s, border .2s;
  width: var(--checkbox-radio-size);
}

input[type="radio"] + label::before {
  display: none;
}

input[type="checkbox"] + label::before {
  border-radius: var(--checkbox-radius);
	display: none;
}

input[type="radio"]:checked + label::before,
input[type="checkbox"]:checked + label::before {
  background-color: #545773;
  border-color: #545773;
  box-shadow: none;
  transition: transform .2s;
}

input[type="radio"]:active + label::before,
input[type="checkbox"]:active + label::before {
  transform: scale(0.8);
  transition: transform .2s;
}

input[type="radio"]:checked + label::before {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg class='nc-icon-wrapper' fill='%23ffffff'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23ffffff'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
  background-size: var(--radio-marker-size);
}

input[type="checkbox"]:checked + label::before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpolyline points='1 6.5 4 9.5 11 2.5' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
  background-size: var(--checkbox-marker-size);
}

input[type="radio"]:focus + label::before,
input[type="checkbox"]:focus + label::before,
input[type="radio"]:checked:active + label::before,
input[type="checkbox"]:checked:active + label::before {
  border-color: #545773;
  box-shadow: 0 0 0 3px rgba(84, 87, 115, 0.2);
}

input[type="radio"]:checked:active + label::before,
input[type="checkbox"]:checked:active + label::before {
  transform: none;
  transition: none;
}

input[type="radio"]:not(:checked):not(:focus) + label:hover::before,
input[type="checkbox"]:not(:checked):not(:focus) + label:hover::before {
  border-color: #777b9c;
}

.cat {
  margin-bottom: .5rem;
  margin-top: 4rem;
}

.cat a {
  background-color: transparent;
  border-color: rgba(6, 22, 41, 0.2);
  border-radius: 5px;
  border-style: solid;
  border-width: 1px 1px 2px;
  box-shadow: none;
  color: #222;
  display: inline-block;
  font-size: var(--font-size-small);
  margin-bottom: .5rem;
  margin-right: .5em;
  padding: .2em .6em;
  transition: all 0.22s;
}

.cat a:hover,
.cat a:focus {
  border-color: rgba(6, 22, 41, 0.4);
}

.gutenberg-content {
  max-width: 100%;
  padding-bottom: var(--padding-block);
  padding-left: 0;
  padding-right: 0;
  padding-top: var(--padding-block);
}

.gutenberg-content .blocks-gallery-grid {
  display: grid;
}

.gutenberg-content .blocks-gallery-grid .blocks-gallery-item {
  width: 100%;
}

.gutenberg-content .columns-2 .blocks-gallery-grid {
  grid-column-gap: 3rem;
  grid-template-columns: repeat(2, 1fr);
}

.gutenberg-content .columns-3 .blocks-gallery-grid {
  grid-column-gap: 3rem;
  grid-template-columns: repeat(3, 1fr);
}

.gutenberg-content .columns-4 .blocks-gallery-grid {
  grid-column-gap: 3rem;
  grid-template-columns: repeat(4, 1fr);
}

.gutenberg-content .columns-5 .blocks-gallery-grid {
  grid-column-gap: 3rem;
  grid-template-columns: repeat(5, 1fr);
}

.gutenberg-content .columns-6 .blocks-gallery-grid {
  grid-column-gap: 3rem;
  grid-template-columns: repeat(6, 1fr);
}

.gutenberg-content .columns-7 .blocks-gallery-grid {
  grid-column-gap: 3rem;
  grid-template-columns: repeat(7, 1fr);
}

.gutenberg-content .columns-8 .blocks-gallery-grid {
  grid-column-gap: 3rem;
  grid-template-columns: repeat(8, 1fr);
}

.gutenberg-content .columns-9 .blocks-gallery-grid {
  grid-column-gap: 3rem;
  grid-template-columns: repeat(9, 1fr);
}

.gutenberg-content .cat-links,
.gutenberg-content .tags-links {
  display: block;
}

.gutenberg-content .alignleft {
  float: left;
  margin-right: 3rem;
}

.gutenberg-content .alignright {
  float: right;
  margin-left: 3rem;
}

.gutenberg-content .aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.gutenberg-content del {
  color: #666;
  text-decoration: line-through;
}

.gutenberg-content p {
  color: #545773;
  font-weight: 400;
  line-height: 1.77;
}

.gutenberg-content li {
  font-size: 17px;
}

.gutenberg-content embed,
.gutenberg-content iframe,
.gutenberg-content object,
.gutenberg-content video {
  max-width: 100%;
}

.gutenberg-content h1,
.gutenberg-content h2,
.gutenberg-content h3,
.gutenberg-content h4,
.gutenberg-content h5,
.gutenberg-content .is-style-ingress {
  line-height: 1.22;
}

.gutenberg-content h1:first-child,
.gutenberg-content h2:first-child,
.gutenberg-content h3:first-child,
.gutenberg-content h4:first-child,
.gutenberg-content h5:first-child,
.gutenberg-content h6:first-child {
  margin-top: 0;
}

.gutenberg-content img {
  border-radius: 4px;
}

.gutenberg-content figcaption,
.gutenberg-content cite,
.gutenberg-content small {
  border: 0;
  color: rgba(75, 75, 90, 0.9);
  font-size: 15px;
  font-style: normal;
  margin-bottom: 6rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  max-width: 800px;
  padding-bottom: 0;
  text-align: center;
  width: 100%;
}

.gutenberg-content.wp-block-gallery {
  color: #fff;
  overflow: hidden;
}

.gutenberg-content.wp-block-gallery figcaption {
  color: #fff;
  font-size: var(--font-size-small);
  line-height: 1.55;
  margin-bottom: var(--margin-between-text-elements);
  padding: 0 2rem;
  width: 100%;
}

.gutenberg-content.wp-block-gallery img {
  margin-bottom: 0;
}

.gutenberg-content .wp-block-image figcaption,
.gutenberg-content .wp-block-image .alignright > figcaption,
.gutenberg-content .wp-block-image .aligncenter > figcaption,
.gutenberg-content .wp-block-image.is-resized > figcaption {
  display: block;
  width: 100%;
}

.gutenberg-content .wp-block-image > figure {
  display: inline-block;
  width: auto;
}

.gutenberg-content .wp-block-image > figure.alignleft, .gutenberg-content .wp-block-image > figure.alignright {
  /* stylelint-disable csstools/value-no-unknown-custom-properties */
  max-width: var(--child-img-width);
  /* stylelint-enable */
}

.gutenberg-content .wp-block-image > figure.alignleft figcaption, .gutenberg-content .wp-block-image > figure.alignright figcaption, .gutenberg-content .wp-block-image > figure.aligncenter figcaption {
  margin-bottom: 2rem;
}

.gutenberg-content a:hover, .gutenberg-content:focus {
  text-decoration: none;
}

.gutenberg-content iframe,
.gutenberg-content .fb-post,
.gutenberg-content small {
  display: block;
}

.gutenberg-content cite {
  margin-bottom: 0;
}

.gutenberg-content > blockquote,
.gutenberg-content > blockquote.wp-block-quote {
  border-left: 2px solid #0e2335;
  line-height: 1.77;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  padding: 3.5rem 6rem;
}

.gutenberg-content > blockquote cite,
.gutenberg-content > blockquote.wp-block-quote cite {
  text-align: left;
}

.gutenberg-content > blockquote > p,
.gutenberg-content > blockquote.wp-block-quote > p {
  color: #0e2335;
  line-height: 1.77;
}

.gutenberg-content div[style="width: 640px;"],
.gutenberg-content .wp-video {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 800px !important;
  width: 100% !important;
}

.gutenberg-content > figure.wp-caption {
  max-width: 800px !important;
  width: 100% !important;
}

.gutenberg-content > * {
  line-height: 1.77;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: 100%;
}

.gutenberg-content > * .twitter-tweet,
.gutenberg-content > * .instagram-media,
.gutenberg-content > * .wp-video,
.gutenberg-content > * .is-provider-instagram,
.gutenberg-content > * .is-provider-twitter,
.gutenberg-content > * .is-provider-facebook {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 800px !important;
  width: 100% !important;
}

.gutenberg-content > *.wp-block-image {
  margin-bottom: 4rem;
  margin-top: 4rem;
}

.gutenberg-content > *.twitter-tweet, .gutenberg-content > *.instagram-media, .gutenberg-content > *.wp-video {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 800px !important;
  width: 100% !important;
}

.gutenberg-content > *.alignwide {
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}

.gutenberg-content > *.alignfull {
  margin-bottom: 8rem;
  margin-top: 8rem;
  max-width: 100%;
  width: 100%;
}

.gutenberg-content > *.alignfull img {
  border-radius: 0;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

.wp-caption .wp-caption-text {
  font-style: italic;
  margin-bottom: 20px;
  padding: 1rem 0;
  text-align: left;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  height: 3rem;
  padding: 1rem;
}

th {
  font-weight: 700;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

kbd {
  background-color: #eaf1f8;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
  color: #545773;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.4;
  padding: 0 .5rem;
  text-shadow: 0 1px 0 #fff;
  white-space: nowrap;
}

pre {
  background-color: #2b303c;
  border: 1px solid #2b303c;
  border-radius: 4px;
  color: #f5f5f5;
  display: block;
  font-family: "Inconsolata", "Menlo", "Monaco", "Consolas", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", monospace;
  font-size: var(--font-size-small);
  line-height: 1.77;
  margin: 3rem 0;
  overflow: auto;
  padding: 15px 16px 14px;
  position: relative;
  white-space: pre;
  word-wrap: break-word;
}

pre code {
  border-radius: 4px;
}

.post-navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

ul.tags {
  list-style: none;
  margin-bottom: var(--margin-between-text-elements);
  margin-top: 0;
  overflow: hidden;
}

ul.tags li {
  float: left;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 10px;
  margin-top: 0;
  padding-left: 0;
}

ul.tags li a:not(.button):not(.no-text-link) {
  background-color: transparent;
  border-color: rgba(6, 22, 41, 0.1);
  border-radius: 5px;
  border-style: solid;
  border-width: 1px 1px 2px;
  box-shadow: none;
  color: #222;
  display: inline-block;
  font-size: 14px;
  margin-right: .4em;
  padding: .2em .6em;
  transition: all 0.22s;
}

ul.tags li a:not(.button):not(.no-text-link):hover,
ul.tags li a:not(.button):not(.no-text-link):focus {
  border-color: rgba(6, 22, 41, 0.4);
}

.sticky {
  border: 1px dashed #d7e4f2;
  margin-bottom: 2rem;
  padding: 2rem;
}

.comment-list li.bypostauthor,
.bypostauthor {
  border: 1px dashed rgba(42, 45, 62, 0.5);
  padding: 2rem;
}

.site-footer .top {
  background-color: transparent;
  padding: 16px;
}

.site-footer .top svg {
  align-items: center;
  display: flex;
  fill: #222;
  height: 18px;
  justify-content: center;
  margin: 0;
  opacity: .8;
  transition: all .3s ease;
  width: 18px;
}

.site-footer .top:hover, .site-footer .top:focus, .site-footer .top:active {
  opacity: 1;
}

.site-footer .top:hover svg, .site-footer .top:focus svg, .site-footer .top:active svg {
  transform: translateY(-0.5rem);
}

.site-footer .back-to-top {
  align-items: center;
  bottom: 1rem;
  display: flex;
  justify-content: center;
  margin: 0;
  opacity: 0;
  position: fixed;
  right: 1rem;
  text-decoration: none;
  transition: opacity 0.22s 0s, visibility 0s 0.22s;
  z-index: 9999;
}

.site-footer .back-to-top.has-light-bg svg {
  fill: #222;
}

.site-footer .back-to-top.has-dark-bg svg {
  fill: #fff;
}

.site-footer .back-to-top.is-visible, .site-footer .back-to-top.fade-out {
  transition: opacity 0.22s 0s, visibility 0s 0s;
}

.site-footer .back-to-top.is-visible {
  opacity: 1;
}

.site-footer .back-to-top.fade-out {
  opacity: 1;
}

.site-footer .back-to-top.fade-out:focus, .site-footer .back-to-top.fade-out:hover {
  opacity: 1;
}

div.lazy {
  background-position: center;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.has-lazyload {
  overflow: hidden;
  position: relative;
}

.navigation:not(.post-navigation) .nav-links {
  align-items: flex-start;
  display: flex;
  font-size: 14px;
  justify-content: center;
  margin-top: 4rem;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.navigation:not(.post-navigation) .nav-links a {
  text-decoration: none;
  box-shadow: none;
}

.page-numbers {
  align-items: center;
  background-color: #fff;
  border-bottom: 2px solid #ece6f2;
  border-left: 1px solid #ece6f2;
  border-right: 1px solid #ece6f2;
  border-top: 2px solid #ece6f2;
  color: #0e2335;
  display: flex!important;
  font-weight: 500;
  height: 35px;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  transition: all 0.22s;
  width: 35px;
}

.page-numbers:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
}

.page-numbers:first-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
}

a.page-numbers:hover,
a.page-numbers:focus {
  background-color: #d1e122;
  border-color: #d1e122;
  color: #0e2335;
}

.page-numbers.current {
  background-color: #d1e122;
  border-color: #d1e122;
  color: #0e2335;
}

.page-numbers.next,
.page-numbers.prev {
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
}

div.validation_error {
  background-color: #e1b3b2;
  color: #fff;
  font-size: var(--font-size-medium);
  font-weight: 700;
  margin-bottom: 2rem;
  padding: 2rem;
}

div.validation_error:focus {
  color: #fff;
}

body *[aria-invalid="true"] {
  border-color: #e1b3b2;
}

.validation_message {
  color: #e1b3b2;
  font-size: var(--font-size-small);
  font-weight: 400;
}

.validation_list {
  list-style: none;
  margin-bottom: 2rem;
  margin-left: 0;
  padding: 0;
}

.validation_list a {
  color: #e1b3b2;
  text-decoration: none;
}

.validation_list li {
  color: #e1b3b2;
  font-weight: 700;
}

.block-search,
.block-search-results {
  background-color: #fff;
}

.block-search form {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 9fr 1fr;
}

.block-search form input,
.block-search form label {
  width: 100%;
}

.block-search-results > .container {
  padding-top: 0;
}

.block-search-results .row-result {
  border-top: 2px solid #d9d9d9;
  padding: 2rem 0;
}

.block-search-results .row-result:last-of-type {
  border-bottom: 2px solid #d9d9d9;
}

.block-search-results h3 {
  font-size: 18px;
  margin-bottom: 1rem;
}

.block-search-results p {
  margin-top: 1rem;
}

.block-search-results .tags a {
  background-color: #eaf1f8;
  color: #0e2335;
}

.block-search-results .tags a:hover, .block-search-results .tags a:focus {
  background-color: #0e2335;
  color: #eaf1f8;
}

.block-error-404 h1 {
  font-size: 42px;
  margin-bottom: 2rem;
}

.wp-block.is-style-boxed,
.is-style-boxed {
  border: 2px solid #545773;
  color: #545773;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.77;
  padding: 2rem;
  width: calc(100% - 4rem);
}

.wp-block-button__link {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #545773;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: var(--font-size-small);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  padding-bottom: 12px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 12px;
  position: relative;
  text-decoration: none;
  transition: 150ms linear background;
  width: auto;
}

.wp-block-button__link.is-external-link::after {
  display: none;
}

.wp-block-button__link:hover, .wp-block-button__link:focus {
  background-color: #0e2335;
  border-color: #0e2335;
  color: white;
}

.wp-block-file .wp-block-file__button {
  font-size: var(--font-size-small);
  padding-bottom: 8px;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 8px;
  font-size: .8em;
  padding: .3em .8em;
}

@media (max-width: 1350px) {
  :root {
    --padding-container-horizontal: 2rem;
  }
}

@media (max-width: 960px) {
  :root {
    --padding-site-header-vertical: 2rem;
  }
	
  .nav-container {
	  position: absolute;
  }	
	
  .nav-container {
    width: 100%;
  }
	
  .single .nav-container {
    background-color: #092332;
  }
	
  .site-header {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
	
  .hide-on-mobile-nav-view {
    display: none !important;
  }
}

@media (max-width: 767px) {
  :root {
    --padding-container-vertical: 5rem;
  }
  :root {
    --font-size-extra-large: 17px;
  }
}

@media (max-width: 600px) {
  :root {
    --padding-block: 6rem;
  }
  .gutenberg-content.wp-block-gallery figcaption {
    padding: 0;
  }
  td,
  th {
    display: inline-block;
    height: auto;
    padding: 10px 0;
    text-align: center;
    width: 100%;
  }
  .page-numbers {
    height: 26px;
    width: 26px;
  }
  .page-numbers.next,
  .page-numbers.prev {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 480px) {
  :root {
    --padding-container-vertical: 4rem;
  }
  :root {
    --font-size-tiny: 16px;
    --font-size-small: 16px;
    --font-size-default: 16px;
  }
  .block.block-entry-header-demo {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .block.block-entry-header-demo .logo svg {
    max-width: 15rem;
  }
  .hide-on-mobile {
    display: none !important;
  }
  .gutenberg-content li {
    font-size: 15px;
  }
  .gutenberg-content figcaption,
  .gutenberg-content cite,
  .gutenberg-content small {
    margin-top: 2rem;
  }
  .gutenberg-content .wp-block-image > figure.alignleft, .gutenberg-content .wp-block-image > figure.alignright, .gutenberg-content .wp-block-image > figure.aligncenter {
    float: none;
    margin: 0;
    width: 100% !important;
  }
  .gutenberg-content .wp-block-image > figure.alignleft.alignleft img,
  .gutenberg-content .wp-block-image > figure.alignleft.alignright img,
  .gutenberg-content .wp-block-image > figure.alignleft.aligncenter img, .gutenberg-content .wp-block-image > figure.alignright.alignleft img,
  .gutenberg-content .wp-block-image > figure.alignright.alignright img,
  .gutenberg-content .wp-block-image > figure.alignright.aligncenter img, .gutenberg-content .wp-block-image > figure.aligncenter.alignleft img,
  .gutenberg-content .wp-block-image > figure.aligncenter.alignright img,
  .gutenberg-content .wp-block-image > figure.aligncenter.aligncenter img {
    float: none;
    height: auto;
    width: 100%;
  }
  .gutenberg-content > blockquote,
  .gutenberg-content > blockquote.wp-block-quote {
    margin-left: 2rem;
    padding: 4rem 4rem 4rem 2rem;
  }
  .gutenberg-content > * .twitter-tweet,
  .gutenberg-content > * .instagram-media,
  .gutenberg-content > * .wp-video,
  .gutenberg-content > * .is-provider-instagram,
  .gutenberg-content > * .is-provider-twitter,
  .gutenberg-content > * .is-provider-facebook {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .gutenberg-content > *.twitter-tweet, .gutenberg-content > *.instagram-media, .gutenberg-content > *.wp-video {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .site-footer .top svg {
    height: 15px;
    width: 15px;
  }
  .comment-respond input {
    width: 100%;
  }
}

@media (max-width: 420px) {
  :root {
    --font-size-nav-toggle-label: 13px;
    --font-size-extra-large: 16px;
    --font-size-tiny: 14px;
    --font-size-small: 14px;
  }
}

@media only screen and (min-width: 960px) {
  .nav-container {
    background-color: transparent;
    width: 100%;
  }

  .nav-toggle {
    display: none;
  }

  .nav-primary {
    padding-bottom: 0;
    padding-top: 0;
  }
	
  .menu-items {
    align-items: center;
    background-color: transparent;
    display: flex;
    margin: 0;
    padding: 0;
    position: relative;
  }
	
  .menu-item {
    margin: 0;
    position: relative;
  }
	
  .menu-item > a {
    align-items: center;
    color: #fff;
    display: inline-flex;
    font-size: var(--font-size-main-level);
    font-weight: 500;
    padding-bottom: var(--padding-main-level-vertical);
    padding-left: var(--padding-main-level-horizontal);
    padding-right: var(--padding-main-level-horizontal);
    padding-top: var(--padding-main-level-vertical);
  }
	
	.top-container a {
		color: #fff;
	}	
	
 .top-container .menu-item > a {
	font-size: 15px; 
	padding-left: 0;
  }
	
  .menu-item.button a {
	color: #fff;
	background-color: #007bbf;
	padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
  }
	
  .menu-item.button a:hover {
	background-color: #0e2335;
	color: #fff;
  }
	
  .menu-item .sub-menu a {
    align-items: center;
    color: #0e2335;
    display: flex;
    font-size: var(--font-size-sub-menu);
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: var(--padding-sub-menu-vertical);
    padding-left: var(--padding-sub-menu-horizontal);
    padding-right: var(--padding-sub-menu-horizontal);
    padding-top: var(--padding-sub-menu-vertical);
  }
  .menu-item.current-menu-parent > a,
  .menu-item.current-menu-item > a {
    color: #0e2335;
  }
  .menu-item.menu-item-has-children a {
    padding-right: 1.5rem;
  }
  .menu-item > a:hover,
  .menu-item > a:focus {
    color: #d1e122;
  }
  .menu-item .sub-menu a:hover,
  .menu-item .sub-menu a:focus {
    color: #0e2335;
  }
  .nav-primary > ul:first-of-type > .menu-item-has-children:focus::before,
  .nav-primary > ul:first-of-type > .menu-item-has-children:hover::before {
    transform: scale(1);
    transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .sub-menu {
    background-color: #fff;
    border-bottom: 1px solid rgba(42, 45, 62, 0.05);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 1px solid rgba(42, 45, 62, 0.05);
    border-right: 1px solid rgba(42, 45, 62, 0.05);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0 25px 20px -10px rgba(5, 4, 25, 0.05);
    left: 5%;
    margin-left: 0;
    margin-top: var(--gap-dropdown);
    opacity: 0;
    padding-bottom: .5rem;
    padding-left: 0;
    padding-top: .5rem;
    position: absolute;
    top: -9999px;
    transition: opacity 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    visibility: hidden;
    width: 20rem;
    z-index: 9;
  }
  .sub-menu .sub-menu {
    left: 100%;
    margin-left: 0;
    margin-top: -5px;
    top: 0;
  }
  .sub-menu li {
    float: none;
    padding: 0;
    width: 22rem;
  }
  .menu-item-has-children > .sub-menu.toggled-on,
  .menu-item-has-children:focus > .sub-menu,
  .menu-item-has-children:hover > .sub-menu,
  .menu-item-has-children.hover-intent > .sub-menu {
    opacity: 1;
    top: 100%;
    transform: translateY(0%);
    visibility: visible;
    z-index: 1;
  }
  .menu-item-has-children .sub-menu.toggled-on .sub-menu,
  .menu-item-has-children .sub-menu .sub-menu.toggled-on,
  .menu-item-has-children:focus .sub-menu .sub-menu,
  .menu-item-has-children:hover .sub-menu .sub-menu {
    margin-top: -5px;
    top: 0;
    z-index: 10;
  }
  .menu-item.menu-item-has-children {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-right: .8rem;
    position: relative;
  }
  .menu-item.menu-item-has-children::after {
    content: '';
    display: block;
    height: var(--gap-dropdown);
    position: absolute;
    top: 100%;
    width: 100%;
  }
  .dropdown-toggle svg {
    height: 9px;
    width: 9px;
  }
  .dropdown-toggle.toggled-on svg {
    transform: rotateX(180deg);
  }
  .dropdown-toggle {
    align-items: center;
    background-color: transparent;
    border: 0;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    padding: 0;
  }
  .sub-menu .dropdown-toggle {
    width: 3rem;
  }
  .sub-menu .dropdown-toggle svg {
    transform: rotate(-90deg) rotateX(0deg);
  }
  .sub-menu .dropdown-toggle.toggled-on svg {
    transform: rotate(-90deg) rotateX(180deg);
  }
  /* stylelint-disable a11y/no-display-none */
  .sub-menu .menu-item-has-children::after {
    display: none;
  }
	
  .menu-item-has-children::before {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 5px 5px;
    /* stylelint-enable */
    bottom: -10px;
    content: '';
    display: block;
    height: 0;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    transform: scale(0);
    transform-origin: center bottom;
    transition: none;
    width: 0;
  }
}

@media only screen and (min-width: 960px) and (max-width: 960px) {
  ul li:focus > ul,
  ul li:hover > ul {
    display: block;
  }
}

@media only screen and (min-width: 960px) and (-ms-high-contrast: active), only screen and (min-width: 960px) and (-ms-high-contrast: none) {
  ul li:focus > ul,
  ul li:hover > ul {
    display: block;
  }
}

@media only screen and (max-width: 960px) {
  .js .menu-items ul {
    display: none;
  }
  .js ul .sub-menu.toggled-on {
    display: block;
  }
}

@media screen and (max-width: 959px) {
  .site-header ul,
  .site-header li,
  .site-header a {
    position: relative;
  }
  .main-navigation-wrapper {
    order: 6;
    z-index: 999;
  }
  .no-js .site-header {
    background-color: #0e2335;
    position: static;
  }
  .disable-scroll {
    overflow: hidden;
  }
  .nav-primary {
    display: block;
    height: 100vh;
    margin: 0;
    opacity: 0;
    overflow: auto;
    pointer-events: none;
    transition: all 0.22s ease-in-out;
    visibility: hidden;
    width: 100vw;
  }
  .menu-items {
    margin: 0;
    opacity: 0;
    padding: 2rem 0;
    width: 100%;
  }
  .menu-item a {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    display: block;
    font-size: var(--font-size-main-level-mobile);
    font-weight: 600;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: var(--padding-sub-menu-vertical-mobile);
    padding-left: var(--padding-sub-menu-horizontal-mobile);
    padding-right: var(--padding-sub-menu-horizontal-mobile);
    padding-top: var(--padding-sub-menu-vertical-mobile);
    position: relative;
    text-decoration: none;
    z-index: 0;
  }
  .sub-menu a {
    color: rgba(255, 255, 255, 0.8);
    font-size: var(--font-size-sub-menu-mobile);
    font-weight: 600;
    padding-left: calc(var(--padding-sub-menu-horizontal-mobile) + var(--margin-left-sub-menu));
  }
  .sub-menu {
    margin-left: 0;
    padding-left: 0;
  }
  .sub-menu .sub-menu a {
    padding-left: calc(var(--padding-sub-menu-horizontal-mobile) + var(--margin-left-sub-menu) + var(--margin-left-sub-menu));
  }
  .menu-item a:hover,
  .menu-item a:focus {
    color: white;
  }
  .menu-item.current-menu-parent > a,
  .menu-item.current-menu-item > a {
    color: #d1e122;
  }
  .dropdown-toggle {
    align-items: center;
    background-color: transparent;
    border: 0;
    color: white;
    display: inline-flex;
    height: 100%;
    left: auto;
    margin-top: 0;
    max-height: 52px;
    overflow: hidden;
    padding-bottom: var(--padding-sub-menu-vertical-mobile);
    padding-left: var(--padding-sub-menu-horizontal-mobile);
    padding-right: var(--padding-sub-menu-horizontal-mobile);
    padding-top: var(--padding-sub-menu-vertical-mobile);
    position: absolute;
    right: 0;
    top: 2px;
    transform: rotate(0);
    transition: all 0.22s;
    z-index: 9999;
  }
  .dropdown-toggle:focus {
    z-index: 10000;
  }
  .sub-menu .dropdown-toggle {
    color: rgba(255, 255, 255, 0.8);
  }
  .dropdown-toggle svg {
    height: 7px;
    width: 12px;
  }
  .dropdown-toggle.toggled-on {
    background-color: transparent;
    cursor: pointer;
    transform: rotate(-180deg);
  }
  .js .nav-primary {
    left: 0;
    position: fixed;
    z-index: 5;
	top: 0px;
  }
	
  .js .nav-primary .menu-items {
    background-color: #0e2335;
    height: 100vh;
    padding: 150px 0 0 0;
  }
	
  .js.js-nav-active {
    overflow: hidden;
  }
	
  .js.js-nav-active .nav-primary {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
	
  .js.js-nav-active .menu-items {
    opacity: 1;
  }
}

@media (max-width: 959px) {
  .nav-toggle {
    display: block;
  }
  .nav-toggle.has-visible-label {
    align-items: center;
    display: flex;
  }
  .nav-toggle.has-visible-label .nav-toggle-label {
    font-size: var(--font-size-nav-toggle-label);
  }
}

@media (max-width: 959px) and (max-width: 410px) {
  .nav-toggle.has-visible-label .nav-toggle-label {
    display: none;
  }
}

@media (max-width: 959px) and (min-width: 411px) {
  .nav-toggle .hamburger-box {
    margin-right: 2rem;
  }
}

@media (min-width: 960px) {
  .nav-container {
    background-color: transparent;
	position: absolute;
  }

 .single .nav-container {
    background-color: #092332;
  }
	
  .site-header .site-branding .site-title a,
  .site-header .nav-primary .menu-items.nav-menu .menu-item > .dropdown-toggle,
  .site-header .nav-primary .menu-items .current-menu-parent > a,
  .site-header .nav-primary .menu-items .current-menu-item > a {
    color: #d1e122;
  }
	
  .site-header .nav-primary .menu-items .sub-menu .current-menu-parent > a,
  .site-header .nav-primary .menu-items .sub-menu .current-menu-item > a {
    color: #0e2335;
  }
  .site-header .nav-primary .menu-items.nav-menu .sub-menu .menu-item > .dropdown-toggle {
    color: #0e2335;
  }
  .block {
    min-height: 78px;
  }
  .hide-on-desktop-nav-view {
    display: none !important;
  }
}


@media (min-width: 480px) {
  .hide-on-desktop {
    display: none !important;
  }
	
  .block-error-404 .container {
    padding-bottom: 10%;
    padding-top: 10%;
  }
}

@media (min-width: 770px) {
  p,
  dd,
  dt,
  figcaption,
  hr,
  small,
  ol,
  ul,
  li,
  blockquote,
  kbd,
  pre,
  samp,
  code,
  th,
  td,
  table,
  tr,
  textarea,
  select,
  input[type="text"],
  input[type="tel"],
  input[type="url"],
  input[type="password"],
  input[type="number"],
  input[type="month"],
  input[type="week"],
  input[type="email"],
  input[type="search"] {
    font-size: 17px;
  }
  blockquote {
    margin-top: 4rem;
    padding-bottom: 4rem;
  }
}



@media print {
  .nav-container,
  .site-footer,
  .side-nav {
    display: none;
  }
}

@media screen and (min-width: 770px) and (min-width: 320px) {
  p,
  dd,
  dt,
  figcaption,
  hr,
  small,
  ol,
  ul,
  li,
  blockquote,
  kbd,
  pre,
  samp,
  code,
  th,
  td,
  table,
  tr,
  textarea,
  select,
  input[type="text"],
  input[type="tel"],
  input[type="url"],
  input[type="password"],
  input[type="number"],
  input[type="month"],
  input[type="week"],
  input[type="email"],
  input[type="search"] {
    font-size: 16px;
  }
}

@media screen and (min-width: 770px) and (min-width: 1920px) {
  p,
  dd,
  dt,
  figcaption,
  hr,
  small,
  ol,
  ul,
  li,
  blockquote,
  kbd,
  pre,
  samp,
  code,
  th,
  td,
  table,
  tr,
  textarea,
  select,
  input[type="text"],
  input[type="tel"],
  input[type="url"],
  input[type="password"],
  input[type="number"],
  input[type="month"],
  input[type="week"],
  input[type="email"],
  input[type="search"] {
    font-size: 18px;
  }
}

@media (max-width: 840px) {
  .gutenberg-content {
    padding-left: 2rem;
    padding-right: 2rem;
    width: calc(100% - 4rem);
  }
  .gutenberg-content pre {
    margin-left: 2rem;
    width: calc(100% - 8rem);
  }
  .gutenberg-content ol,
  .gutenberg-content ul {
    padding-left: calc(2rem + 2.7rem);
  }
  .gutenberg-content ul.tags {
    padding-left: 0;
  }
  .wp-caption {
    /* stylelint-disable declaration-no-important */
    width: 100% !important;
    /* stylelint-enable */
  }
}

@media (max-width: 800px) {
  .gutenberg-content > * .twitter-tweet,
  .gutenberg-content > * .instagram-media,
  .gutenberg-content > * .wp-video,
  .gutenberg-content > * .is-provider-instagram,
  .gutenberg-content > * .is-provider-twitter,
  .gutenberg-content > * .is-provider-facebook {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .gutenberg-content > *.twitter-tweet, .gutenberg-content > *.instagram-media, .gutenberg-content > *.wp-video {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}

@media (min-width: 870px) {
  .gutenberg-content > *.alignwide {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1170px) {
  .gutenberg-content small[style="text-align: center;"] {
    display: block;
    margin-bottom: 8rem;
    margin-top: -4rem;
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 840px) {
  ul.tags {
    padding: 0;
  }
  .gutenberg-content .is-style-boxed {
    transform: translate(2rem, 0);
  }
}

@media (min-width: 1024px) {
  .block-search-results > .container {
    display: grid;
    /* autoprefixer: off */
    grid-auto-rows: minmax(0, auto);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  @supports not (display: grid) {
    .block-search-results > .container {
      display: flex;
      flex-wrap: wrap;
      overflow: hidden;
    }
    .block-search-results > .container > div {
      margin-bottom: 16px;
      margin-right: 16px;
      width: calc(100% - 16px);
    }
    .block-search-results > .container > div:nth-child(1n+1) {
      margin-right: 0;
    }
  }
  @supports (-ms-ime-align: auto) {
    .block-search-results > .container {
      display: flex;
      flex-wrap: wrap;
      overflow: hidden;
    }
    .block-search-results > .container > div {
      margin-bottom: 16px;
      margin-right: 16px;
      width: calc(100% - 16px);
    }
    .block-search-results > .container > div:nth-child(1n+1) {
      margin-right: 0;
    }
  }
}

@media all and (min-width: 1024px) and (-ms-high-contrast: none), (min-width: 1024px) and (-ms-high-contrast: active) {
  .block-search-results > .container {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .block-search-results > .container > div {
    margin-bottom: 16px;
    margin-right: 16px;
    width: calc(100% - 16px);
  }
  .block-search-results > .container > div:nth-child(1n+1) {
    margin-right: 0;
  }
}

.hero, 
.block-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    background-size: cover;
	min-height: 650px;
}

.hero {
	height: 840px;
    align-items: flex-end;
    padding-bottom: 100px;
}

.block-hero h1 {
	font-size: 65px;
}

.block-asiakastarina-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    background: #092332;
	padding-top: 84px;
}

.block-asiakastarina-hero:after {
	content: '';
	position: absolute;
	bottom: 0;
    height: 170px;
	background: #fff;
	width: 100%;
}

.block-asiakastarina-hero .entry-img {
	height: 400px;
	overflow: hidden;
}

.block-single-asiakastarina h1 {
	font-size: 30px;
}

.block-single-asiakastarina h3,
.block-single-asiakastarina h2 {
	font-size: 24px;
}

.entry-img {
    position: relative;
    z-index: 1;
	margin-bottom: 30px;
}

.padded-element {
	padding: 30px;
	border-radius: 4px;
}

.service {
	border: 1px solid #dedede;
	border-bottom: 15px solid #092332;
	position: relative;
	transition: 0.3s background ease-in-out; 
}

.grey-bg.service:hover {
	background: #eaf1f8;
	transition: 0.3s background ease-in-out; 
}

.service h2,
.service h3 {
	font-weight: 500;
	font-size: 30px;
}

.white-bg {
	background-color: #fff;
	z-index: 1;
    position: relative;
}

.grey-bg {
	background: #F5F5F5;
}

.filled .grey-bg {
	opacity: 0.7;
}

.filled-place {
	background-color: #d1e122;
    border-radius: 5px;
    box-shadow: none;
    color: #0e2335;
    display: inline-block;
    font-size: var(--font-size-small);
    margin-bottom: .5rem;
    margin-right: .5em;
    padding: 0.6em 0.9em;
	text-transform: uppercase; 
}

.white-bg {
	background: #fff;
}

.shadows {
	box-shadow: 0 0 0 #fff, 0 0 8px rgb(0 0 0 / 13%);
}

.centered {
	display: flex;
    align-items: center;
    justify-content: center;
}

.block-references ul {
	display: flex; 
	justify-content: space-around;
	list-style: none;
	padding-left: 0;
}

span.place:before {
	content: '';
    background: url(svg/place.svg);
    display: inline-flex;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0;
	margin-right: 10px;
}

span.email:before {
	content: '';
    background: url(svg/email.svg);
    display: inline-flex;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0;
	margin-right: 10px;
}

span.phone:before {
	content: '';
    background: url(svg/phone.svg);
    display: inline-flex;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0;
	margin-right: 10px;
}

ul.related-services {
	list-style: none;
	padding-left: 0;
}

ul.related-services img {
	width: 20px;
	margin-right: 15px;
}

.block-archive {
	background: #092232;
	padding-top: 80px;
}

.block-news {
	background: #092232;
}

.block-single {
	padding-top: 80px;
}

.block-news .service,
.archive .service {
	border-bottom: 15px solid #d1e122; 
}

.contact h3,
.block-related-content h3, 
.block-archive h2 {
	font-size: 24px;
}

.contact img {
	border-radius: 50%;
}

.nf-form-fields-required {
    margin-bottom: 20px;
}

.related-case {
    padding: 0 40px;
}

.nf-form-fields-required {
    font-size: 16px;
}

.nf-response-msg {
    background: aquamarine;
    padding: 20px;
	font-weight: bold;
}

.block-contacts .row,
.block-archive .row,
.block-services .row {
	flex-wrap: wrap;
}


.block-contacts .service,
.block-archive .service,
.block-services .service {
	height: 100%;
}

.block-services .service img {
	max-height: 100px;
}

.block-archive .entry-img {
    height: 150px;
	overflow: hidden;
}

img.object-fit-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 9;
	border-radius: 4px;
}

.case-image {
    height: 400px;
    overflow: hidden;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.case-image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 9;
}

.slideshow {
	position: absolute;
    width: 100vw;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    position: relative;
	height: 740px;
    align-items: flex-end;
}

.slideshow .content {
	position: relative; 
	padding-bottom: 100px;
}

.slideshow .shade {
	z-index: 10;
}

.slideshow h1, .slideshow h2, .slideshow p {
	color: #fff;
}

.slideshow .container {
	z-index: 11;
}

.slideshow-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
  -webkit-animation-name: kenburns;
          animation-name: kenburns;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.slideshow-image:nth-child(1) {
  -webkit-animation-name: kenburns-1;
          animation-name: kenburns-1;
  z-index: 3;
}
.slideshow-image:nth-child(2) {
  -webkit-animation-name: kenburns-2;
          animation-name: kenburns-2;
  z-index: 2;
}
.slideshow-image:nth-child(3) {
  -webkit-animation-name: kenburns-3;
          animation-name: kenburns-3;
  z-index: 1;
}
.slideshow-image:nth-child(4) {
  -webkit-animation-name: kenburns-4;
          animation-name: kenburns-4;
  z-index: 0;
}

@-webkit-keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  26.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  98.4375% {
    opacity: 0;
    -webkit-transform: scale(1.2117647059);
            transform: scale(1.2117647059);
  }
  100% {
    opacity: 1;
  }
}

@keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  26.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  98.4375% {
    opacity: 0;
    -webkit-transform: scale(1.2117647059);
            transform: scale(1.2117647059);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes kenburns-2 {
  23.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  26.5625% {
    opacity: 1;
  }
  48.4375% {
    opacity: 1;
  }
  51.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes kenburns-2 {
  23.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  26.5625% {
    opacity: 1;
  }
  48.4375% {
    opacity: 1;
  }
  51.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes kenburns-3 {
  48.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  51.5625% {
    opacity: 1;
  }
  73.4375% {
    opacity: 1;
  }
  76.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes kenburns-3 {
  48.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  51.5625% {
    opacity: 1;
  }
  73.4375% {
    opacity: 1;
  }
  76.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes kenburns-4 {
  73.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes kenburns-4 {
  73.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}


@media(min-width:768px) { 
	.big-gutter > [class*='col-'] {
		padding-right:30px;
		padding-left:30px; 
	}

	.big-gutter > [class*="col-"]:first-child {
	  padding-left:15px;
	}

	.big-gutter > [class*="col-"]:last-child {
	  padding-right:15px;
	}
}

.error404 .nav-container {
	position: relative;
	background: #092332; 
}

.hwp-powered-by {
    display: none;
}

input#nf-field-70 {
	opacity: 1;
	position: relative;
	    pointer-events: all;
}

.gallery .gallery-item .gallery-icon a {
	border-bottom: none;
	box-shadow: none;
}

.gallery .gallery-item .gallery-icon a:after {
	display: none; 
}

@media only screen and (max-width: 991px) {
	.related-case {padding: 20px;}
	.mobile-margin-top {margin-top: 30px}
	.mobile-center {text-align: center;}
	.site-footer .social {justify-content: space-evenly;}
	.entry-content {margin-bottom: 30px}
	.block-asiakastarina-hero:after {height: 0px}
	.top-container .menu-item a {font-size: 14px; padding: 10px 5px}
	.container.no-padding-top.desktop {padding-top: 64px}
}
	
@media only screen 
and (min-device-width : 770px) 
and (max-device-width : 1024px)  {
	.menu-item > a {font-size: 14px;padding-left: 10px;padding-right: 10px;}
	.block-asiakastarina-hero:after {height: 0px}
}

@media (max-width: 767px) {
	h1, .block-hero h1 {font-size: 35px}
	h2 {font-size: 28px}
	.block-hero {min-height: 400px; padding-top: 80px}
	.hero {height: inherit}
	.top-container .menu-item a {font-size: 13px; padding: 5px}
	.top-container li#menu-item-92 {display:none}
	.hero a.button, .block-hero a.button {margin-bottom: 10px;}
	.block-asiakastarina-hero:after {display: none;}
	.site-main .slideshow a.button {margin-bottom: 10px;}
	.shade {opacity: 0.5;}
	.gallery .gallery-item .gallery-icon img {width: inherit!important; margin-top: 30px}
}

/*Gallery styles */
.gallery{clear:both;overflow:hidden;text-align:center}.gallery.gallery-columns-1 .gallery-item{display:block;clear:both;float:none;width:100%;margin-left:auto;margin-right:auto}.gallery.gallery-columns-1 .gallery-item:first-child{margin-left:auto}.gallery.gallery-columns-1 .gallery-item:last-child{margin-right:auto}.gallery.gallery-columns-2 .gallery-item{float:left;clear:none;text-align:inherit;width:48.5%;margin-left:0;margin-right:3%}.gallery.gallery-columns-2 .gallery-item::after{display:block;content:'';clear:both}.gallery.gallery-columns-2 .gallery-item:nth-child(n){margin-right:3%;float:left;clear:none}.gallery.gallery-columns-2 .gallery-item:nth-child(2n){margin-right:0;float:right}.gallery.gallery-columns-2 .gallery-item:nth-child(2n + 1){clear:both}@media (max-width: 480px){.gallery.gallery-columns-2 .gallery-item{display:block;clear:both;float:none;width:100%;margin-left:auto;margin-right:auto;text-align:center}.gallery.gallery-columns-2 .gallery-item:first-child{margin-left:auto}.gallery.gallery-columns-2 .gallery-item:last-child{margin-right:auto}}.gallery.gallery-columns-3 .gallery-item{float:left;clear:none;text-align:inherit;width:31.33333%;margin-left:0;margin-right:3%}.gallery.gallery-columns-3 .gallery-item::after{display:block;content:'';clear:both}.gallery.gallery-columns-3 .gallery-item:nth-child(n){margin-right:3%;float:left;clear:none}.gallery.gallery-columns-3 .gallery-item:nth-child(3n){margin-right:0;float:right}.gallery.gallery-columns-3 .gallery-item:nth-child(3n + 1){clear:both}@media (max-width: 770px){.gallery.gallery-columns-3 .gallery-item{float:left;clear:none;text-align:inherit;width:31.33333%;margin-left:0;margin-right:3%}.gallery.gallery-columns-3 .gallery-item::after{display:block;content:'';clear:both}.gallery.gallery-columns-3 .gallery-item:nth-child(n){margin-right:3%;float:left;clear:none}.gallery.gallery-columns-3 .gallery-item:nth-child(3n){margin-right:0;float:right}.gallery.gallery-columns-3 .gallery-item:nth-child(3n + 1){clear:both}}@media (max-width: 480px){.gallery.gallery-columns-3 .gallery-item{display:block;clear:both;float:none;width:100%;margin-left:auto;margin-right:auto;text-align:center}.gallery.gallery-columns-3 .gallery-item:first-child{margin-left:auto}.gallery.gallery-columns-3 .gallery-item:last-child{margin-right:auto}}.gallery.gallery-columns-4 .gallery-item{float:left;clear:none;text-align:inherit;width:22.75%;margin-left:0;margin-right:3%}.gallery.gallery-columns-4 .gallery-item::after{display:block;content:'';clear:both}.gallery.gallery-columns-4 .gallery-item:nth-child(n){margin-right:3%;float:left;clear:none}.gallery.gallery-columns-4 .gallery-item:nth-child(4n){margin-right:0;float:right}.gallery.gallery-columns-4 .gallery-item:nth-child(4n + 1){clear:both}@media (max-width: 770px){.gallery.gallery-columns-4 .gallery-item{float:left;clear:none;text-align:inherit;width:31.33333%;margin-left:0;margin-right:3%}.gallery.gallery-columns-4 .gallery-item::after{display:block;content:'';clear:both}.gallery.gallery-columns-4 .gallery-item:nth-child(n){margin-right:3%;float:left;clear:none}.gallery.gallery-columns-4 .gallery-item:nth-child(3n){margin-right:0;float:right}.gallery.gallery-columns-4 .gallery-item:nth-child(3n + 1){clear:both}}@media (max-width: 480px){.gallery.gallery-columns-4 .gallery-item{display:block;clear:both;float:none;width:100%;margin-left:auto;margin-right:auto;text-align:center}.gallery.gallery-columns-4 .gallery-item:first-child{margin-left:auto}.gallery.gallery-columns-4 .gallery-item:last-child{margin-right:auto}}.gallery.gallery-columns-5 .gallery-item{float:left;clear:none;text-align:inherit;width:17.6%;margin-left:0;margin-right:3%}.gallery.gallery-columns-5 .gallery-item::after{display:block;content:'';clear:both}.gallery.gallery-columns-5 .gallery-item:nth-child(n){margin-right:3%;float:left;clear:none}.gallery.gallery-columns-5 .gallery-item:nth-child(5n){margin-right:0;float:right}.gallery.gallery-columns-5 .gallery-item:nth-child(5n + 1){clear:both}@media (max-width: 770px){.gallery.gallery-columns-5 .gallery-item{float:left;clear:none;text-align:inherit;width:31.33333%;margin-left:0;margin-right:3%}.gallery.gallery-columns-5 .gallery-item::after{display:block;content:'';clear:both}.gallery.gallery-columns-5 .gallery-item:nth-child(n){margin-right:3%;float:left;clear:none}.gallery.gallery-columns-5 .gallery-item:nth-child(3n){margin-right:0;float:right}.gallery.gallery-columns-5 .gallery-item:nth-child(3n + 1){clear:both}}@media (max-width: 480px){.gallery.gallery-columns-5 .gallery-item{display:block;clear:both;float:none;width:100%;margin-left:auto;margin-right:auto;text-align:center}.gallery.gallery-columns-5 .gallery-item:first-child{margin-left:auto}.gallery.gallery-columns-5 .gallery-item:last-child{margin-right:auto}}.gallery.gallery-columns-6 .gallery-item{float:left;clear:none;text-align:inherit;width:14.16667%;margin-left:0;margin-right:3%}.gallery.gallery-columns-6 .gallery-item::after{display:block;content:'';clear:both}.gallery.gallery-columns-6 .gallery-item:nth-child(n){margin-right:3%;float:left;clear:none}.gallery.gallery-columns-6 .gallery-item:nth-child(6n){margin-right:0;float:right}.gallery.gallery-columns-6 .gallery-item:nth-child(6n + 1){clear:both}@media (max-width: 770px){.gallery.gallery-columns-6 .gallery-item{float:left;clear:none;text-align:inherit;width:31.33333%;margin-left:0;margin-right:3%}.gallery.gallery-columns-6 .gallery-item::after{display:block;content:'';clear:both}.gallery.gallery-columns-6 .gallery-item:nth-child(n){margin-right:3%;float:left;clear:none}.gallery.gallery-columns-6 .gallery-item:nth-child(3n){margin-right:0;float:right}.gallery.gallery-columns-6 .gallery-item:nth-child(3n + 1){clear:both}}@media (max-width: 480px){.gallery.gallery-columns-6 .gallery-item{display:block;clear:both;float:none;width:100%;margin-left:auto;margin-right:auto;text-align:center}.gallery.gallery-columns-6 .gallery-item:first-child{margin-left:auto}.gallery.gallery-columns-6 .gallery-item:last-child{margin-right:auto}}.gallery.gallery-columns-7 .gallery-item{float:left;clear:none;text-align:inherit;width:11.71429%;margin-left:0;margin-right:3%}.gallery.gallery-columns-7 .gallery-item::after{display:block;content:'';clear:both}.gallery.gallery-columns-7 .gallery-item:nth-child(n){margin-right:3%;float:left;clear:none}.gallery.gallery-columns-7 .gallery-item:nth-child(7n){margin-right:0;float:right}.gallery.gallery-columns-7 .gallery-item:nth-child(7n + 1){clear:both}@media (max-width: 770px){.gallery.gallery-columns-7 .gallery-item{float:left;clear:none;text-align:inherit;width:31.33333%;margin-left:0;margin-right:3%}.gallery.gallery-columns-7 .gallery-item::after{display:block;content:'';clear:both}.gallery.gallery-columns-7 .gallery-item:nth-child(n){margin-right:3%;float:left;clear:none}.gallery.gallery-columns-7 .gallery-item:nth-child(3n){margin-right:0;float:right}.gallery.gallery-columns-7 .gallery-item:nth-child(3n + 1){clear:both}}@media (max-width: 480px){.gallery.gallery-columns-7 .gallery-item{display:block;clear:both;float:none;width:100%;margin-left:auto;margin-right:auto;text-align:center}.gallery.gallery-columns-7 .gallery-item:first-child{margin-left:auto}.gallery.gallery-columns-7 .gallery-item:last-child{margin-right:auto}}.gallery.gallery-columns-8 .gallery-item{float:left;clear:none;text-align:inherit;width:9.875%;margin-left:0;margin-right:3%}.gallery.gallery-columns-8 .gallery-item::after{display:block;content:'';clear:both}.gallery.gallery-columns-8 .gallery-item:nth-child(n){margin-right:3%;float:left;clear:none}.gallery.gallery-columns-8 .gallery-item:nth-child(8n){margin-right:0;float:right}.gallery.gallery-columns-8 .gallery-item:nth-child(8n + 1){clear:both}@media (max-width: 770px){.gallery.gallery-columns-8 .gallery-item{float:left;clear:none;text-align:inherit;width:31.33333%;margin-left:0;margin-right:3%}.gallery.gallery-columns-8 .gallery-item::after{display:block;content:'';clear:both}.gallery.gallery-columns-8 .gallery-item:nth-child(n){margin-right:3%;float:left;clear:none}.gallery.gallery-columns-8 .gallery-item:nth-child(3n){margin-right:0;float:right}.gallery.gallery-columns-8 .gallery-item:nth-child(3n + 1){clear:both}}@media (max-width: 480px){.gallery.gallery-columns-8 .gallery-item{display:block;clear:both;float:none;width:100%;margin-left:auto;margin-right:auto;text-align:center}.gallery.gallery-columns-8 .gallery-item:first-child{margin-left:auto}.gallery.gallery-columns-8 .gallery-item:last-child{margin-right:auto}}.gallery.gallery-columns-9 .gallery-item{float:left;clear:none;text-align:inherit;width:8.44444%;margin-left:0;margin-right:3%}.gallery.gallery-columns-9 .gallery-item::after{display:block;content:'';clear:both}.gallery.gallery-columns-9 .gallery-item:nth-child(n){margin-right:3%;float:left;clear:none}.gallery.gallery-columns-9 .gallery-item:nth-child(9n){margin-right:0;float:right}.gallery.gallery-columns-9 .gallery-item:nth-child(9n + 1){clear:both}@media (max-width: 770px){.gallery.gallery-columns-9 .gallery-item{float:left;clear:none;text-align:inherit;width:31.33333%;margin-left:0;margin-right:3%}.gallery.gallery-columns-9 .gallery-item::after{display:block;content:'';clear:both}.gallery.gallery-columns-9 .gallery-item:nth-child(n){margin-right:3%;float:left;clear:none}.gallery.gallery-columns-9 .gallery-item:nth-child(3n){margin-right:0;float:right}.gallery.gallery-columns-9 .gallery-item:nth-child(3n + 1){clear:both}}@media (max-width: 480px){.gallery.gallery-columns-9 .gallery-item{display:block;clear:both;float:none;width:100%;margin-left:auto;margin-right:auto;text-align:center}.gallery.gallery-columns-9 .gallery-item:first-child{margin-left:auto}.gallery.gallery-columns-9 .gallery-item:last-child{margin-right:auto}}.gallery.gallery-columns-10 .gallery-item{float:left;clear:none;text-align:inherit;width:7.3%;margin-left:0;margin-right:3%}.gallery.gallery-columns-10 .gallery-item::after{display:block;content:'';clear:both}.gallery.gallery-columns-10 .gallery-item:nth-child(n){margin-right:3%;float:left;clear:none}.gallery.gallery-columns-10 .gallery-item:nth-child(10n){margin-right:0;float:right}.gallery.gallery-columns-10 .gallery-item:nth-child(10n + 1){clear:both}@media (max-width: 770px){.gallery.gallery-columns-10 .gallery-item{float:left;clear:none;text-align:inherit;width:31.33333%;margin-left:0;margin-right:3%}.gallery.gallery-columns-10 .gallery-item::after{display:block;content:'';clear:both}.gallery.gallery-columns-10 .gallery-item:nth-child(n){margin-right:3%;float:left;clear:none}.gallery.gallery-columns-10 .gallery-item:nth-child(3n){margin-right:0;float:right}.gallery.gallery-columns-10 .gallery-item:nth-child(3n + 1){clear:both}}@media (max-width: 480px){.gallery.gallery-columns-10 .gallery-item{display:block;clear:both;float:none;width:100%;margin-left:auto;margin-right:auto;text-align:center}.gallery.gallery-columns-10 .gallery-item:first-child{margin-left:auto}.gallery.gallery-columns-10 .gallery-item:last-child{margin-right:auto}}.gallery .gallery-item{float:left;clear:none;text-align:inherit;width:22.75%;margin-left:0;margin-right:3%}.gallery .gallery-item::after{display:block;content:'';clear:both}.gallery .gallery-item:nth-child(n){margin-right:3%;float:left;clear:none}.gallery .gallery-item:nth-child(4n){margin-right:0;float:right}.gallery .gallery-item:nth-child(4n + 1){clear:both}@media (max-width: 770px){.gallery .gallery-item{float:left;clear:none;text-align:inherit;width:31.33333%;margin-left:0;margin-right:3%}.gallery .gallery-item::after{display:block;content:'';clear:both}.gallery .gallery-item:nth-child(n){margin-right:3%;float:left;clear:none}.gallery .gallery-item:nth-child(3n){margin-right:0;float:right}.gallery .gallery-item:nth-child(3n + 1){clear:both}}@media (max-width: 480px){.gallery .gallery-item{display:block;clear:both;float:none;width:100%;margin-left:auto;margin-right:auto;text-align:center}.gallery .gallery-item:first-child{margin-left:auto}.gallery .gallery-item:last-child{margin-right:auto}}.gallery .gallery-item .gallery-caption{font-size:.85em;margin-top:.7em;font-style:italic;display:block;line-height:1.2;text-align:center;opacity:.6}.gallery .gallery-item .gallery-icon a{display:block}.gallery .gallery-item .gallery-icon img{border:0;height:auto;margin-bottom:0;width:100%}

/* Bootstrap styles */
html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%}.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%}.row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%}.row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%}.row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%}.row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}