/*
Theme Name: Pixeltokig
Theme URI: https://pixeltokig.se
Author: Pixeltokig
Author URI: https://pixeltokig.se
Description: Ett tokigt bra tema anpassat och kodat från grunden.
Version: 2.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pixeltokig
*/
.desktop-menu {
  height: 100%;
  display: none;
}
.desktop-menu > div > ul > li > a {
  height: 100%;
  text-transform: uppercase;
  font-weight: bold;
}
@media only screen and (min-width: 1200px) {
  .desktop-menu {
    display: block;
  }
  .desktop-menu > div {
    height: 100%;
  }
  .desktop-menu > div > ul {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .desktop-menu > div > ul > li {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding: 0 10px 0 0;
  }
  .desktop-menu > div > ul > li > a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
  .primary-desktop-menu > div > ul > li > a {
    padding: 10px 10px;
    font-size: 20px;
  }
  .secondary-desktop-menu > div > ul > li > a {
    padding: 0 10px;
    font-size: 16px;
  }
  .desktop-menu > div > ul > li.menu-item-has-children > a::after {
    content: '\25BE';
    display: inline-flex;
    margin-left: 5px;
  }
  .desktop-menu > div > ul > li > ul {
    display: none;
    float: left;
    position: absolute;
    z-index: 99999;
    padding: 10px 0;
  }
  .desktop-menu > div > ul > li:hover > ul {
    display: flex;
    flex-wrap: wrap;
    width: 200px;
    z-index: 10;
    top: 100%;
    left: 0;
  }
  .desktop-menu > div > ul > li > ul > li {
    width: 100%;
  }
  .desktop-menu > div > ul > li > ul > li > a {
    padding: 10px 20px;
    font-size: 16px;
  }
}
.main-header {
  z-index: 10;
  position: relative;
}
.non-sticky-header,
.sticky-header {
  display: block;
  width: 100%;
  height: auto;
  top: 0;
  position: fixed;
  -webkit-box-shadow: 0px 6px 44px -12px rgba(154,154,154,0.5);
  -moz-box-shadow: 0px 6px 44px -12px rgba(154,154,154,0.5);
  box-shadow: 0px 6px 44px -12px rgba(154,154,154,0.5);
}
.non-sticky-header .header-row,
.sticky-header .header-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 60px;
  padding: 0 50px 0 20px;
}
.non-sticky-header .header-row-top {
  display: none;
}
.sticky-header {
  display: none;
}
.sticky-header .header-row-top {
  display: none;
}
.header-part {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
.header-row .cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-height: 49px;
  height: 49px;
  border: 2px solid #000;
}
.header-row-top .cta a {
  padding: 3px 10px;
  font-size: 16px;
}
.header-row-bottom .cta a {
  padding: 3px 10px;
  font-size: 16px;
}
@media only screen and (min-width: 1200px) {
  .non-sticky-header .header-row,
  .sticky-header .header-row {
    padding: 0 20px 0 20px;
  }
  .non-sticky-header .header-row-top {
    display: flex;
    height: 0px;
  }
  .non-sticky-header .header-row-bottom {
    height: 100px;
  }
  .sticky-header .header-row-top {
    display: none;
  }
  .sticky-header .header-row-bottom {
    height: 80px;
  }
  .home .non-sticky-header {
    display: none !important;
  }
  .header-row-top .cta a,
  .header-row-bottom .cta a {
    padding: 10px 20px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .header-row-bottom .cta a {
    font-size: 20px;
  }
}
.main-header .logo {
  height: 100%;
  max-height: 50%;
}
.main-header .logo a {
  height: 100%;
}
.main-header .logo img {
  height: 100%;
/* Denna hämtas med jquery pga bugg med svg-filer */
  width: auto;
}
.home .non-sticky-header .logo-light {
  display: none;
}
.home .non-sticky-header .logo-dark {
  display: block;
}
.home .non-sticky-header .small-logo-light {
  display: none;
}
.home .non-sticky-header .small-logo-dark {
  display: none;
}
.non-sticky-header .logo-light {
  display: none;
}
.non-sticky-header .logo-dark {
  display: none;
}
.non-sticky-header .small-logo-light {
  display: none;
}
.non-sticky-header .small-logo-dark {
  display: block;
}
.sticky-header .logo-light {
  display: none;
}
.sticky-header .logo-dark {
  display: none;
}
.sticky-header .small-logo-light {
  display: none;
}
.sticky-header .small-logo-dark {
  display: block;
}
.mobile-menu.pushed .logo-light {
  display: none;
}
.mobile-menu.pushed .logo-dark {
  display: none;
}
.mobile-menu.pushed .small-logo-light {
  display: none;
}
.mobile-menu.pushed .small-logo-dark {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .main-header .logo {
    height: 100%;
    max-height: 60%;
  }
  .home .non-sticky-header .logo-light {
    display: none;
  }
  .home .non-sticky-header .logo-dark {
    display: block;
  }
  .home .non-sticky-header .small-logo-light {
    display: none;
  }
  .home .non-sticky-header .small-logo-dark {
    display: none;
  }
  .non-sticky-header .logo-light {
    display: none;
  }
  .non-sticky-header .logo-dark {
    display: block;
  }
  .non-sticky-header .small-logo-light {
    display: none;
  }
  .non-sticky-header .small-logo-dark {
    display: none;
  }
  .sticky-header .logo-light {
    display: none;
  }
  .sticky-header .logo-dark {
    display: none;
  }
  .sticky-header .small-logo-light {
    display: none;
  }
  .sticky-header .small-logo-dark {
    display: block;
  }
}
.fixed-mobile-menu-button {
  position: fixed;
  top: 0px;
  right: 0px;
  height: 60px;
  z-index: 110;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.mobile-menu-button-container {
  display: flex;
  align-items: center;
  cursor: pointer;
  height: auto;
  padding: 15px 15px 15px 10px;
  position: relative;
  z-index: 20;
  border: none;
}
.mobile-menu .mobile-menu-button-container {
  position: absolute;
  top: 0;
  right: 0;
}
.mobile-menu .mobile-menu-button-container,
header .mobile-menu-button-container {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .fixed-mobile-menu-button {
    height: 80px;
    display: none;
  }
  .sticky .fixed-mobile-menu-button {
    height: 80px;
  }
}
.mobile-menu-button {
  background-color: transparent;
  z-index: 20;
  width: 24px;
  height: 24px;
  position: relative;
  transform: rotate(0deg);
  cursor: pointer;
}
.mobile-menu-button.open {
  z-index: 100;
}
.mobile-menu-button span {
  display: flex;
  position: absolute;
  height: 4px;
  border-radius: 100px;
  width: 100%;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all ease-in-out 0.3s;
}
.mobile-menu-button span:nth-child(1) {
  top: 2px;
}
.mobile-menu-button span:nth-child(2),
.mobile-menu-button span:nth-child(3) {
  top: 11px;
}
.mobile-menu-button span:nth-child(4) {
  top: 20px;
}
.mobile-menu-button.open span:nth-child(1) {
  width: 0%;
  left: 50%;
}
.mobile-menu-button.open span:nth-child(2) {
  transform: rotate(45deg);
}
.mobile-menu-button.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.mobile-menu-button.open span:nth-child(4) {
  width: 0%;
  left: 50%;
}
body.mobile-menu-open {
  overflow: hidden;
}
.mobile-menu {
  z-index: 100;
  opacity: 1;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate3d(120%, 0, 0);
  transition: transform 0.2s;
  display: block;
  background-color: #004996 !important;
/* Hur mycket av skärmen som ska täckas av menyn */
  width: 85%;
  min-height: 100%;
}
.mobile-menu.pushed {
  transform: translate3d(18%, 0, 0);
  transition: transform 0.2s;
  height: 100%;
  overflow-y: auto;
}
.mobile-menu-content-container {
  display: flex;
  position: relative;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 10px;
}
.mobile-menu-fullscreen {
  width: 100%;
  min-height: calc(100vh - 30px);
}
.menu-mobile-container {
  width: 100%;
}
.menu-mobile-container ul.menu > li {
  padding: 5px;
}
.menu-mobile-container ul.menu ul.sub-menu li {
  display: inline-block;
}
.menu-mobile-container ul.menu ul.sub-menu li a {
  font-size: 14px;
}
.mobile-menu .mobile-menu-part {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
.mobile-menu .menu-mobile-container a {
  display: inline-flex;
  padding: 5px 5px 5px 0;
  font-size: 20px;
  font-weight: bold;
}
.mobile-menu .logo {
  height: 40px;
}
.mobile-menu .logo img {
  height: 100%;
  width: auto;
}
#body-overlay {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99;
}
body {
  overflow-x: hidden;
}
@media only screen and (min-width: 400px) {
  .mobile-menu {
    width: 320px;
    transform: translate3d(101vw, 0, 0);
  }
  .mobile-menu.pushed {
    transform: translate3d(calc(100vw - 320px), 0, 0);
/*transition transform .2s*/
  }
}
.wysiwyg {
  width: 100%;
}
.wysiwyg ul {
  list-style: circle !important;
  margin-left: 20px;
  margin-bottom: 20px;
}
.wysiwyg ol {
  list-style: decimal !important;
  margin-left: 20px;
  margin-bottom: 20px;
}
.wysiwyg ul li,
.wysiwyg ol li {
  margin-bottom: 10px;
}
.wysiwyg img {
  width: auto !important;
  max-width: 100% !important;
}
.wysiwyg h1,
.wysiwyg h2 {
  margin-bottom: 20px;
}
.wysiwyg a {
  text-decoration: underline !important;
}
.light .wysiwyg a {
  text-decoration: none !important;
}
.wysiwyg.no-margin-bottom {
  margin-bottom: 0 !important;
}
.wysiwyg.no-margin-bottom p {
  margin-bottom: 0 !important;
}
.wysiwyg.bold {
  font-weight: bold !important;
}
.wysiwyg.bold p {
  font-weight: bold !important;
}
.wysiwyg.no-underline {
  text-decoration: none !important;
}
.wysiwyg.no-underline a {
  text-decoration: none !important;
}
.button {
  position: relative;
  border: 2px solid;
  display: inline-flex;
  text-align: center;
  transition: all 0.3s;
  padding: 10px 15px;
  width: auto;
  border-radius: 100px;
  margin-bottom: 20px;
  justify-content: center;
  cursor: pointer;
  outline: none;
}
.button-small,
.button-small:visited {
  padding: 0 10px;
  width: auto;
}
.button.arrow-right {
  padding-right: 20px !important;
  width: 100%;
  transition: width min-width 0.2s;
}
.button.arrow-right:after {
  content: "";
  width: 15px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("/wp-content/uploads/arrow-right-black.svg");
}
@media only screen and (min-width: 400px) {
  .button.arrow-right {
    width: auto;
    padding-right: 45px !important;
    min-width: 300px;
  }
  .button.arrow-right:after {
    width: 20px;
    right: 15px;
  }
}
.button.arrow-right.arrow-right-small {
  padding-right: 60px !important;
  min-width: 100px;
}
.button.arrow-right.arrow-right-small:after {
  right: 25px;
  transition: right 0.2s;
}
.arrow-right.arrow-right-white:after {
  background-image: url("/wp-content/uploads/arrow-right-white.svg");
}
.arrow-right.arrow-right-blue:after {
  background-image: url("/wp-content/uploads/arrow-right-blue.svg");
}
@media only screen and (min-width: 400px) {
  .button.arrow-right:hover {
    min-width: 320px;
    transition: width min-width 0.2s;
  }
  .button.arrow-right.arrow-right-small:hover {
    min-width: 100px;
    transition: width min-width 0.2s;
  }
  .button.arrow-right.arrow-right-small:hover:after {
    right: 15px;
    transition: right 0.2s;
  }
}
.button.arrow-left {
  padding-left: 60px;
}
.button.arrow-left:after {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("/wp-content/uploads/arrow-left-black.svg");
  transition: left 0.2s;
}
.button.arrow-left:hover:after {
  left: 15px;
  transition: left 0.2s;
}
.button.button-icon-right {
  padding-right: 60px !important;
}
.button.button-icon-right:after {
  content: "";
  width: 45px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("/wp-content/uploads/play-white.svg");
}
.button.button-icon-right.button-icon-right-small {
  padding-right: 45px !important;
  padding: 10px 45px 10px 10px !important;
}
.button.button-icon-right.button-icon-right-small:after {
  width: 35px;
  right: 5px;
}
@media only screen and (min-width: 1600px) {
  .button.button-icon-right {
    padding-right: 80px !important;
  }
}
.button.disabled {
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
  cursor: not-allowed;
  pointer-events: none !important;
}
@media only screen and (min-width: 600px) {
  .button,
  .button:visited {
    padding: 15px 20px;
    width: auto;
  }
  .button + .button {
    margin-left: 20px;
  }
  .button-small,
  .button-small:visited {
    padding: 5px 20px;
  }
}
.to-top-button {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: fixed;
  z-index: 99;
  right: 10px;
  bottom: 10px;
  margin-right: 0;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  height: 40px;
  width: 40px;
  font-size: 25px;
  line-height: 0;
  padding: 0;
  padding-bottom: 5px /* så att ikonen verkligen ser ut att vara i mitten */;
}
@media only screen and (min-width: 600px) {
  .to-top-button {
    right: 20px;
    bottom: 20px;
    height: 80px;
    width: 80px;
    font-size: 30px;
  }
}
.to-top-button-visible {
  opacity: 1;
  visibility: visible;
}
.child-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: auto;
  width: 100%;
  padding: 0;
  min-height: 60px;
}
.child-menu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.child-menu ul li {
  display: inline-flex;
}
.child-menu ul li a {
  padding: 10px 10px;
}
@media only screen and (min-width: 1024px) {
  .child-menu {
    height: 100px;
  }
  .child-menu ul li a {
    padding: 10px 20px;
    font-size: 20px;
  }
}
.gform_fields {
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gform_fields .gfield_label {
  padding-bottom: 5px;
  margin-left: 20px;
  font-size: 16px;
  display: flex;
}
.gform_fields .no-label .gfield_label {
  display: none;
}
.gform_wrapper {
  width: 100%;
}
.gform_wrapper input,
.gform_wrapper select {
  border-radius: 100px;
}
.gform_wrapper textarea {
  border-radius: 5px;
}
.gform_wrapper .ginput_container_date .screen-reader-text {
  display: none;
}
.gform_wrapper li,
.gform_wrapper li.half {
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 600px) {
  .gform_wrapper li.half {
    width: 47.5%;
  }
}
.gform_wrapper textarea.medium {
  height: 175px;
}
.gform_wrapper img {
  display: none;
}
.validation_error,
.validation_message {
  padding: 20px;
  background: #e74c3c;
  color: #fff;
}
.validation_error {
  margin-bottom: 20px;
}
.validation_message {
  margin-top: 5px;
}
.optional label:after {
  content: ' (inte obligatorisk)';
}
.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}
.ginput_container {
  margin-bottom: 10px;
}
.gfield_list_cell {
  padding-right: 10px;
}
.ginput_container_fileupload .validation_message {
  display: none;
}
.gform_wrapper .gform_footer input {
  padding-right: 60px;
  background-image: url("/wp-content/uploads/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 90% 50%;
}
.gform_wrapper .footer-justify-content-end .gform_footer {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.gform_fields ul {
  display: flex;
}
.gform_fields ul li {
  display: flex;
}
.ui-datepicker {
  border: 2px solid;
  padding: 20px 30px;
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
  background-color: #fff;
}
.datepicker:hover {
  cursor: pointer;
}
.ui-datepicker-header {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.ui-datepicker-next,
.ui-datepicker-prev {
  width: 50%;
  margin-bottom: 10px;
  color: #000;
  position: relative;
}
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover {
  color: #ccc;
}
.ui-datepicker-prev {
  text-align: left;
}
.ui-datepicker-next {
  text-align: right;
}
.ui-datepicker-prev:before {
  margin-right: 10px;
  content: '\3c';
}
.ui-datepicker-next:after {
  margin-left: 10px;
  content: '\3e';
}
.ui-datepicker-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.ui-datepicker-month,
.ui-datepicker-year {
  border: 2px solid;
  border-radius: 0;
  padding: 5px 10px;
  position: relative;
  width: 45%;
}
.ui-datepicker-month:hover,
.ui-datepicker-year:hover {
  cursor: pointer;
}
.ui-datepicker-calendar thead tr th,
.ui-datepicker-calendar tbody tr td {
  text-align: center;
  padding: 5px;
}
.gfield_select {
  width: 100%;
}
.ginput_container_select,
.ginput_container_date {
  position: relative;
}
.ginput_container_select:after,
.ginput_container_date:after {
  content: "";
  background: transparent;
  font-size: 30px;
  margin-left: 0;
  letter-spacing: normal;
  position: absolute;
  right: 20px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  pointer-events: none;
  width: 8px;
  background-image: url("/wp-content/uploads/arrow-updown.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.ginput_container_select select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  cursor: pointer;
}
.ginput_container_select select::-ms-expand {
  display: none;
}
input,
textarea,
select {
  display: block;
  border: 2px solid;
  width: 100%;
  padding: 10px 20px;
  outline: none;
}
input,
textarea,
select,
select > option {
  font-size: 16px;
}
input[type="text"]:focus,
textarea:focus,
select:focus {
  outline: none;
}
input[type="checkbox"],
input[type="radio"] {
  width: 30px;
  height: 30px;
}
input[type="checkbox"]:hover,
input[type="radio"]:hover {
  cursor: pointer;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  padding-left: 10px;
}
input[type="checkbox"]:checked,
input[type="radio"]:checked {
  position: relative;
}
input[type="checkbox"]:checked:after,
input[type="radio"]:checked:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  content: '\f00c';
  font-size: 20px;
  line-height: 100%;
  font-family: 'FontAwesome';
  transition: color 0.2s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
::-webkit-input-placeholder {
  opacity: 1;
  color: #555;
}
::-moz-placeholder {
  opacity: 1;
  color: #555;
}
::-moz-placeholder {
  opacity: 1;
  color: #555;
}
:-ms-input-placeholder {
  opacity: 1;
  color: #555;
}
::placeholder {
  opacity: 1;
  color: #555;
}
.dark input::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}
.dark input::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.dark input::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.dark input::-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
.dark input::placeholder {
  opacity: 1;
  color: #fff;
}
.dark textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}
.dark textarea::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.dark textarea::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.dark textarea::-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
.dark textarea::placeholder {
  opacity: 1;
  color: #fff;
}
input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 0px;
  width: 0px;
  margin: 0px;
  padding: 0;
  border: 0;
  z-index: 1;
  opacity: 0;
  outline: none;
}
input[type=checkbox] + label,
input[type=radio] + label {
  padding-left: 40px;
  min-height: 24px;
  display: inline-block;
  line-height: 1.3;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 24px 24px;
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input[type=checkbox] + label {
  background-image: url("/wp-content/uploads/checkbox_unchecked_dark.svg");
}
input[type=checkbox]:checked + label {
  background-image: url("/wp-content/uploads/checkbox_checked_dark.svg");
}
input[type=radio] + label {
  background-image: url("/wp-content/uploads/radio-unchecked-dark.svg");
}
input[type=radio]:checked + label {
  background-image: url("/wp-content/uploads/radio-checked-dark.svg");
}
.dark input[type=checkbox] + label {
  background-image: url("/wp-content/uploads/unchecked-white.svg");
}
.dark input[type=checkbox]:checked + label {
  background-image: url("/wp-content/uploads/checked-white.svg");
}
.dark input[type=radio] + label {
  background-image: url("/wp-content/uploads/radio-unchecked-white.svg");
}
.dark input[type=radio]:checked + label {
  background-image: url("/wp-content/uploads/radio-checked-white.svg");
}
.section img {
  margin-bottom: 20px;
}
a img {
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
}
a img:hover {
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
}
.svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  vertical-align: middle;
  overflow: hidden;
}
.svg {
  width: 100%;
  height: auto;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery-columns-1,
.gallery-columns-2,
.gallery-columns-3,
.gallery-columns-4,
.gallery-columns-5,
.gallery-columns-6,
.gallery-columns-7,
.gallery-columns-8 {
  display: flex !important;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item {
  float: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
}
.gallery-columns-1 .gallery-item img,
.gallery-columns-2 .gallery-item img,
.gallery-columns-3 .gallery-item img,
.gallery-columns-4 .gallery-item img,
.gallery-columns-5 .gallery-item img,
.gallery-columns-6 .gallery-item img,
.gallery-columns-7 .gallery-item img,
.gallery-columns-8 .gallery-item img {
  border: none !important;
}
.gallery-item a,
.gallery-icon {
  font-size: 0px !important;
}
.gallery-item:last-of-type {
  margin-bottom: 0 !important;
}
.gallery-columns-1 .gallery-item {
  width: 100% !important;
  margin-bottom: 25px !important;
}
.gallery-columns-2 .gallery-item,
.gallery-columns-4 .gallery-item {
  width: 47.5% !important;
  margin-right: 5% !important;
}
.gallery-columns-2 .gallery-item:nth-child(2n),
.gallery-columns-4 .gallery-item:nth-child(2n) {
  margin-right: 0% !important;
  margin-bottom: 25px !important;
}
.gallery-columns-3 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-9 .gallery-item {
  width: 30% !important;
  margin-right: 5% !important;
}
.gallery-columns-3 .gallery-item:nth-child(3n),
.gallery-columns-6 .gallery-item:nth-child(3n),
.gallery-columns-7 .gallery-item:nth-child(3n),
.gallery-columns-9 .gallery-item:nth-child(3n) {
  margin-right: 0% !important;
  margin-bottom: 25px !important;
}
.gallery-columns-8 .gallery-item {
  width: 21.25% !important;
  margin-right: 5% !important;
}
.gallery-columns-8 .gallery-item:nth-child(4n) {
  margin-right: 0% !important;
  margin-bottom: 2% !important;
}
.gallery-columns-5 .gallery-item,
.gallery-columns-10 .gallery-item {
  width: 16% !important;
  margin-right: 5% !important;
}
.gallery-columns-5 .gallery-item:nth-child(5n),
.gallery-columns-10 .gallery-item:nth-child(5n) {
  margin-right: 0% !important;
  margin-bottom: 25px !important;
}
@media only screen and (min-width: 600px) {
  .gallery-columns-4 .gallery-item {
    width: 21.25% !important;
  }
  .gallery-columns-4 .gallery-item:nth-child(2n) {
    margin-right: 5% !important;
    margin-bottom: 0 !important;
  }
  .gallery-columns-4 .gallery-item:nth-child(4n) {
    margin-right: 0% !important;
    margin-bottom: 25px !important;
  }
  .gallery-columns-6 .gallery-item,
  .gallery-columns-9 .gallery-item {
    width: 12.5% !important;
  }
  .gallery-columns-6 .gallery-item:nth-child(3n),
  .gallery-columns-9 .gallery-item:nth-child(3n) {
    margin-right: 5% !important;
    margin-bottom: 0 !important;
  }
  .gallery-columns-6 .gallery-item:nth-child(6n),
  .gallery-columns-9 .gallery-item:nth-child(6n) {
    margin-right: 0% !important;
    margin-bottom: 25px !important;
  }
  .gallery-columns-7 .gallery-item {
    width: 10% !important;
  }
  .gallery-columns-7 .gallery-item:nth-child(3n) {
    margin-right: 5% !important;
    margin-bottom: 0 !important;
  }
  .gallery-columns-7 .gallery-item:nth-child(7n) {
    margin-right: 0% !important;
    margin-bottom: 25px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .gallery-columns-8 .gallery-item {
    width: 8.125% !important;
  }
  .gallery-columns-8 .gallery-item:nth-child(4n) {
    margin-right: 5% !important;
    margin-bottom: 0 !important;
  }
  .gallery-columns-8 .gallery-item:nth-child(8n) {
    margin-right: 0% !important;
    margin-bottom: 25px !important;
  }
  .gallery-columns-9 .gallery-item {
    width: 6.666% !important;
  }
  .gallery-columns-9 .gallery-item:nth-child(6n) {
    margin-right: 5% !important;
    margin-bottom: 0 !important;
  }
  .gallery-columns-9 .gallery-item:nth-child(9n) {
    margin-right: 0% !important;
    margin-bottom: 25px !important;
  }
  .gallery-columns-10 .gallery-item {
    width: 5.5% !important;
  }
  .gallery-columns-10 .gallery-item:nth-child(5n) {
    margin-right: 5% !important;
    margin-bottom: 0 !important;
  }
  .gallery-columns-10 .gallery-item:nth-child(10n) {
    margin-right: 0% !important;
    margin-bottom: 25px !important;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 20px;
  height: auto;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.google-maps {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 400px;
  height: 100%;
  margin: 0;
  padding: 0;
}
.video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.search-filter-results {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.sf-field-taxonomy-kategori ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.sf-field-taxonomy-kategori ul li {
  margin: 10px 20px;
  padding: 0 !important;
  border: 2px solid #ccc;
}
.sf-field-taxonomy-kategori ul li label {
  padding: 10px 40px !important;
  width: auto !important;
  height: auto !important;
  line-height: 1.5 !important;
  background-image: none !important;
  color: #d9e3f0;
  text-transform: uppercase;
  min-width: 200px;
  text-align: center;
}
.sf-field-taxonomy-kategori ul li input:checked + label {
  background-color: #ccc;
  color: #fff;
}
.searchandfilter > ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.searchandfilter > ul li {
  margin-left: 10px;
  margin-right: 10px;
}
.sf-field-search .sf-input-text {
  border-radius: 100px;
  background-color: transparent;
  text-align: center;
}
.sf-field-submit {
  position: relative;
}
.sf-field-submit:after {
  content: "";
  display: block;
  width: 14px;
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  right: 18px;
  border-radius: 10px;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("/wp-content/uploads/search-small-white.svg");
  pointer-events: none;
}
.sf-field-submit input[type="submit"] {
  border-radius: 100px;
  border: 2px solid;
  padding-right: 50px;
}
.searchandfilter input::-webkit-input-placeholder {
  opacity: 1;
  color: #1e1e1e;
  text-align: center;
}
.searchandfilter input::-moz-placeholder {
  opacity: 1;
  color: #1e1e1e;
  text-align: center;
}
.searchandfilter input::-ms-input-placeholder {
  opacity: 1;
  color: #1e1e1e;
  text-align: center;
}
.searchandfilter input::placeholder {
  opacity: 1;
  color: #1e1e1e;
  text-align: center;
}
.searchandfilter textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #1e1e1e;
  text-align: center;
}
.searchandfilter textarea::-moz-placeholder {
  opacity: 1;
  color: #1e1e1e;
  text-align: center;
}
.searchandfilter textarea::-ms-input-placeholder {
  opacity: 1;
  color: #1e1e1e;
  text-align: center;
}
.searchandfilter textarea::placeholder {
  opacity: 1;
  color: #1e1e1e;
  text-align: center;
}
.search-filter-results {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.sf-field-taxonomy-kategori ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.sf-field-taxonomy-kategori ul li {
  margin: 10px 20px;
  padding: 0 !important;
  border: 2px solid #ccc;
}
.sf-field-taxonomy-kategori ul li label {
  padding: 10px 40px !important;
  width: auto !important;
  height: auto !important;
  line-height: 1.5 !important;
  background-image: none !important;
  color: #d9e3f0;
  text-transform: uppercase;
  min-width: 200px;
  text-align: center;
}
.sf-field-taxonomy-kategori ul li input:checked + label {
  background-color: #ccc;
  color: #fff;
}
.searchandfilter > ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.searchandfilter > ul li {
  margin-left: 10px;
  margin-right: 10px;
}
.sf-field-search .sf-input-text {
  border-radius: 100px;
  background-color: transparent;
  text-align: center;
}
.sf-field-submit {
  position: relative;
}
.sf-field-submit:after {
  content: "";
  display: block;
  width: 14px;
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  right: 18px;
  border-radius: 10px;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("/wp-content/uploads/search-small-white.svg");
  pointer-events: none;
}
.sf-field-submit input[type="submit"] {
  border-radius: 100px;
  border: 2px solid;
  padding-right: 50px;
}
.searchandfilter input::-webkit-input-placeholder {
  opacity: 1;
  color: #1e1e1e;
  text-align: center;
}
.searchandfilter input::-moz-placeholder {
  opacity: 1;
  color: #1e1e1e;
  text-align: center;
}
.searchandfilter input::-ms-input-placeholder {
  opacity: 1;
  color: #1e1e1e;
  text-align: center;
}
.searchandfilter input::placeholder {
  opacity: 1;
  color: #1e1e1e;
  text-align: center;
}
.searchandfilter textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #1e1e1e;
  text-align: center;
}
.searchandfilter textarea::-moz-placeholder {
  opacity: 1;
  color: #1e1e1e;
  text-align: center;
}
.searchandfilter textarea::-ms-input-placeholder {
  opacity: 1;
  color: #1e1e1e;
  text-align: center;
}
.searchandfilter textarea::placeholder {
  opacity: 1;
  color: #1e1e1e;
  text-align: center;
}
.slide {
  height: 100%;
}
.slider {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 550px;
}
.slider.outer-arrows {
  padding-right: 40px;
  padding-left: 40px;
}
.slider.outer-arrows .grid {
  padding-right: 40px;
  padding-left: 40px;
}
@media only screen and (min-width: 1024px) {
  .slider.outer-arrows {
    padding-right: 80px;
    padding-left: 80px;
  }
  .slider.outer-arrows .grid {
    padding-right: 80px;
    padding-left: 80px;
  }
}
.slider.inner-arrows {
  padding-right: 0;
  padding-left: 0;
}
.slider.inner-arrows .grid {
  padding-right: 40px;
  padding-left: 40px;
}
@media only screen and (min-width: 1024px) {
  .slider.inner-arrows {
    padding-right: 0;
    padding-left: 0;
  }
  .slider.inner-arrows .grid {
    padding-right: 120px;
    padding-left: 120px;
  }
}
.slider.no-arrows {
  padding-right: 0;
  padding-left: 0;
}
.slider.no-arrows .grid {
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (min-width: 1024px) {
  .slider.no-arrows {
    padding-right: 0;
    padding-left: 0;
  }
  .slider.no-arrows .grid {
    padding-right: 0;
    padding-left: 0;
  }
}
.slider.hero .slide {
  padding-top: 60px;
}
@media only screen and (min-width: 1024px) {
  .slider.hero .slide {
    padding-top: 120px;
  }
}
.slider .slide {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  position: relative;
}
.slick-list {
  height: 100%;
}
.slick-track {
  height: 100%;
}
.slick-prev,
.slick-next {
  position: absolute;
  padding: 0;
  margin: 0;
  height: 40px;
  width: 40px;
  border: 0px solid;
  outline: none;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 8;
  top: 255px /*Denna baseras på höjden 550px och hur höga knapparna är så att knappen ligger i mitten även i safari.*/;
}
@media only screen and (min-width: 1024px) {
  .slick-prev,
  .slick-next {
    height: 80px;
    width: 80px;
    top: 235px;
  }
}
.no-arrows .slick-prev,
.no-arrows .slick-next {
  display: none !important;
}
.slider.hero .slick-prev,
.slider.hero .slick-next {
  margin-top: 30px /* Halv höjden på menyraden */;
}
@media only screen and (min-width: 1024px) {
  .slider.hero .slick-prev,
  .slider.hero .slick-next {
    margin-top: 60px /* Halv höjden på menyraden */;
  }
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.slick-prev:before,
.slick-next:before {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  transition: all 0.4s;
  pointer-events: all;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  transition: all 0.2s;
}
.slick-prev:before {
  content: '';
  background-image: url("/wp-content/uploads/angle-left-black.svg");
}
.slick-next:before {
  content: '';
  background-image: url("/wp-content/uploads/angle-right-black.svg");
}
.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  border: 5px solid #999;
  border-radius: 100%;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li.slick-active {
  background-color: #999;
}
.facetwp-template {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
ul.pll-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
}
ul.pll-menu li {
  margin-left: 5px;
  margin-right: 5px;
}
ul.pll-menu .pll-flag {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.primary-mobile-menu {
  width: 100%;
}
.primary-mobile-menu .pixel-walker-menu .pixel-walker-div > a {
  display: inline-block;
  padding: 10px 10px;
  width: calc(100% - 50px);
}
.primary-mobile-menu .pixel-walker-menu .menu-item-has-children > .pixel-walker-div > a {
  width: calc(100% - 50px);
}
.primary-mobile-menu .pixel-walker-menu .pixel-walker-div > .pixel-walker-dropdown {
  border: 1px solid #000;
}
.primary-mobile-menu .pixel-walker-menu .bigger .pixel-walker-div > a {
  font-size: 18px;
  font-weight: bold;
}
.primary-desktop-menu .pixel-walker-menu .pixel-walker-dropdown,
.secondary-desktop-menu .pixel-walker-menu .pixel-walker-dropdown {
  display: none;
}
.pixel-walker-menu > ul > li > .sub-menu {
  opacity: 0;
  height: 0;
  position: relative;
  left: -100%;
}
.pixel-walker-menu > ul > li > .pixel-walker-div.visible + .sub-menu {
  height: auto;
  opacity: 1;
  left: 0;
  transition: all 0.4s;
}
.pixel-walker-menu .pixel-walker-dropdown {
  width: 50px;
  height: 50px;
  position: relative;
  background-color: #ffc0cb;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.pixel-walker-menu .pixel-walker-dropdown:after {
  content: '';
  width: 20px;
  height: 100%;
  background-image: url("/wp-content/uploads/angle-arrow-down.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
.pixel-walker-menu .pixel-walker-div {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.pixel-walker-menu .sub-menu {
  display: block;
  margin-left: 20px;
}
.pixel-walker-menu .sub-menu .sub-menu {
  margin-left: 40px;
}
@media only screen and (min-width: 1200px) {
  .primary-desktop-menu > .pixel-walker-menu > ul,
  .secondary-desktop-menu > .pixel-walker-menu > ul {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .primary-desktop-menu > .pixel-walker-menu > ul > li,
  .secondary-desktop-menu > .pixel-walker-menu > ul > li {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding: 0;
    margin-right: 10px;
  }
  .primary-desktop-menu > .pixel-walker-menu > ul > li > .pixel-walker-div,
  .secondary-desktop-menu > .pixel-walker-menu > ul > li > .pixel-walker-div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .primary-desktop-menu > .pixel-walker-menu > ul > li a {
    padding: 10px 10px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .primary-desktop-menu > .pixel-walker-menu > ul > li a .title {
    width: 100%;
    display: block;
    text-align: center;
  }
  .primary-desktop-menu > .pixel-walker-menu > ul > li a .description {
    width: 100%;
    display: block;
    text-align: center;
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
  }
  .primary-desktop-menu > .pixel-walker-menu > ul > li > ul,
  .secondary-desktop-menu > .pixel-walker-menu > ul > li > ul {
    display: none;
    flex-wrap: wrap;
    width: 200px;
    z-index: 10;
    top: 100%;
    left: 0;
  }
  .primary-desktop-menu > .pixel-walker-menu > ul > li.menu-item-has-children > .pixel-walker-div > a:after,
  .secondary-desktop-menu > .pixel-walker-menu > ul > li.menu-item-has-children > .pixel-walker-div > a:after {
    content: '\f107';
    font-family: 'fontawesome';
    display: inline-flex;
    transition: 0.2s color;
    margin-left: 5px;
  }
  .primary-desktop-menu .pixel-walker-menu a,
  .primary-desktop-menu .pixel-walker-menu a:visited,
  .primary-desktop-menu .pixel-walker-menu a:hover,
  .primary-desktop-menu .pixel-walker-menu a:active,
  .primary-desktop-menu .pixel-walker-menu a:focus,
  .primary-desktop-menu .pixel-walker-menu li.menu-item-has-children > .pixel-walker-div > a::after,
  .primary-desktop-menu .pixel-walker-menu li.menu-item-has-children > .pixel-walker-div > a:hover::after {
    transition: all 0.2s;
  }
  .secondary-desktop-menu .pixel-walker-menu a,
  .secondary-desktop-menu .pixel-walker-menu a:visited,
  .secondary-desktop-menu .pixel-walker-menu a:hover,
  .secondary-desktop-menu .pixel-walker-menu a:active,
  .secondary-desktop-menu .pixel-walker-menu a:focus,
  .secondary-desktop-menu .pixel-walker-menu li.menu-item-has-children > .pixel-walker-div > a::after,
  .secondary-desktop-menu .pixel-walker-menu li.menu-item-has-children > .pixel-walker-div > a:hover::after {
    transition: all 0.2s;
  }
  .pixel-walker-menu .sub-menu {
    margin-left: 0;
  }
  .pixel-walker-menu .sub-menu > li > .pixel-walker-div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .pixel-walker-menu .sub-menu > li > div a {
    width: 100%;
  }
}
.addtoany_content {
  margin: 16px auto 16px 0 !important;
}
.addtoany_content .addtoany_header {
  font-weight: bold;
}
.dropdown-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  padding-bottom: 20px;
  width: 100%;
}
.dropdown-container.outer {
  padding-top: 20px;
  border-top: 1px solid #f2f5f7;
}
.dropdown-container .dropdown-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  cursor: pointer;
  width: 100%;
}
.dropdown-container .dropdown-header .left {
  width: 50px;
  height: 50px;
}
.dropdown-container .dropdown-header .middle {
  padding-left: 10px;
  padding-right: 25px;
  width: calc(100% - 50px);
}
.dropdown-container .dropdown-header .middle h2,
.dropdown-container .dropdown-header .middle h3,
.dropdown-container .dropdown-header .middle h4 {
  margin-bottom: 0;
  width: calc(100% - 30px);
}
.dropdown-container .dropdown-header.outer .middle h2 {
  color: #9acfdb;
}
.dropdown-container .dropdown-header.outer .middle.active h2 {
  color: #366784;
}
.dropdown-container .dropdown-header .expand {
  margin-left: -30px;
  width: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.dropdown-container .dropdown-text.outer {
  padding-top: 20px;
}
.dropdown-container .dropdown-content {
  width: 100%;
  position: relative;
  left: 0px;
  padding: 0;
  padding-left: 0px;
  padding-top: 20px;
  padding-right: 0px;
}
.dropdown-content {
  display: none;
}
.dropdown-container .expand-button {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.dropdown-content.visible {
  display: block;
}
.expand.outer > .expand-button {
  width: 30px;
  height: 30px;
  background-image: url("/wp-content/uploads/dropdown-plus.svg");
}
.expand.outer.active > .expand-button {
  background-image: url("/wp-content/uploads/dropdown-cross.svg");
}
.expand.outer.mobile-special {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .expand.outer.active.mobile-special {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.dropdown-container .expand.outer.active > span {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .dropdown-container .dropdown-header .left {
    width: 75px;
    height: 75px;
  }
  .dropdown-container .dropdown-header .expand {
    width: 150px;
/*margin-left: 0px;*/
  }
  .dropdown-container .dropdown-header .middle {
    width: calc(100% - 200px);
    padding-left: 20px;
  }
  .dropdown-container .dropdown-text.outer {
    width: calc(100% - 95px);
    margin-left: 95px;
    padding-top: 0;
    margin-top: -20px;
  }
  .dropdown-container .dropdown-content {
    width: calc(100% - 75px);
    left: 75px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
  }
}
.link-blue {
  color: #9acfdb !important;
  cursor: pointer;
}
.hover-blue {
  width: auto;
  display: inline-flex;
}
.hover-blue:hover > .link-blue,
.hover-blue:hover > a {
  color: #5da8bc !important;
}
.dropdown-container .dropdown-header .expand.inner {
  width: 20px;
  height: 30px;
  margin-left: 0px;
  margin-right: 10px;
}
.dropdown-content.inner {
  width: 100%;
}
.dropdown-header.inner .middle {
  width: calc(100% - 30px);
  padding-left: 0px;
  padding-right: 0px;
}
.dropdown-content.inner {
  left: 0;
  padding-left: 0;
  padding-top: 20px;
}
.dropdown-container .dropdown-header.inner .middle h3 {
  color: #9acfdb;
  width: 100%;
}
.dropdown-container .dropdown-header.inner .expand.inner.active + .middle h3 {
  color: #366784;
}
.expand.inner > .expand-button {
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/uploads/single-cross.svg");
}
.expand.inner.active > .expand-button {
  background-image: url("/wp-content/uploads/single-minus-dark.svg");
}
@media only screen and (min-width: 1024px) {
  .dropdown-container.inner {
    margin-left: 30px;
  }
  .dropdown-header.inner .middle {
    width: calc(100% - 20px);
    padding-left: 10px;
    padding-right: 20px;
  }
  .dropdown-container .dropdown-header .expand.inner {
    margin-left: -30px;
    margin-right: 0;
  }
}
.margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.margin-top-10px {
  margin-top: 10px !important;
}
.margin-top-20px {
  margin-top: 20px !important;
}
.margin-top-40px {
  margin-top: 40px !important;
}
.margin-top-60px {
  margin-top: 60px !important;
}
.margin-top-80px {
  margin-top: 80px !important;
}
.margin-top-160px {
  margin-top: 160px !important;
}
.margin-right-10px {
  margin-right: 10px !important;
}
.margin-right-20px {
  margin-right: 20px !important;
}
.margin-right-40px {
  margin-right: 40px !important;
}
.margin-right-80px {
  margin-right: 80px !important;
}
.margin-right-160px {
  margin-right: 160px !important;
}
.margin-bottom-10px {
  margin-bottom: 10px !important;
}
.margin-bottom-20px {
  margin-bottom: 20px !important;
}
.margin-bottom-40px {
  margin-bottom: 40px !important;
}
.margin-bottom-60px {
  margin-bottom: 60px !important;
}
.margin-bottom-80px {
  margin-bottom: 80px !important;
}
.margin-bottom-160px {
  margin-bottom: 160px !important;
}
.margin-left-10px {
  margin-left: 10px !important;
}
.margin-left-20px {
  margin-left: 20px !important;
}
.margin-left-40px {
  margin-left: 40px !important;
}
.margin-left-80px {
  margin-left: 80px !important;
}
.margin-left-160px {
  margin-left: 160px !important;
}
@media only screen and (max-width: 599px) {
  .margin-auto-xs {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .no-margin-xs {
    margin: 0 !important;
  }
  .no-margin-top-xs {
    margin-top: 0 !important;
  }
  .no-margin-right-xs {
    margin-right: 0 !important;
  }
  .no-margin-bottom-xs {
    margin-bottom: 0 !important;
  }
  .no-margin-left-xs {
    margin-left: 0 !important;
  }
  .margin-top-10px-xs {
    margin-top: 10px !important;
  }
  .margin-top-20px-xs {
    margin-top: 20px !important;
  }
  .margin-top-40px-xs {
    margin-top: 40px !important;
  }
  .margin-top-80px-xs {
    margin-top: 80px !important;
  }
  .margin-top-160px-xs {
    margin-top: 160px !important;
  }
  .margin-right-10px-xs {
    margin-right: 10px !important;
  }
  .margin-right-20px-xs {
    margin-right: 20px !important;
  }
  .margin-right-40px-xs {
    margin-right: 40px !important;
  }
  .margin-right-80px-xs {
    margin-right: 80px !important;
  }
  .margin-right-160px-xs {
    margin-right: 160px !important;
  }
  .margin-bottom-10px-xs {
    margin-bottom: 10px !important;
  }
  .margin-bottom-20px-xs {
    margin-bottom: 20px !important;
  }
  .margin-bottom-40px-xs {
    margin-bottom: 40px !important;
  }
  .margin-bottom-80px-xs {
    margin-bottom: 80px !important;
  }
  .margin-bottom-160px-xs {
    margin-bottom: 160px !important;
  }
  .margin-left-10px-xs {
    margin-left: 10px !important;
  }
  .margin-left-20px-xs {
    margin-left: 20px !important;
  }
  .margin-left-40px-xs {
    margin-left: 40px !important;
  }
  .margin-left-80px-xs {
    margin-left: 80px !important;
  }
  .margin-left-160px-xs {
    margin-left: 160px !important;
  }
}
@media only screen and (min-width: 600px) {
  .margin-auto-s {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .no-margin-s {
    margin: 0 !important;
  }
  .no-margin-top-s {
    margin-top: 0 !important;
  }
  .no-margin-right-s {
    margin-right: 0 !important;
  }
  .no-margin-bottom-s {
    margin-bottom: 0 !important;
  }
  .no-margin-left-s {
    margin-left: 0 !important;
  }
  .margin-top-10px-s {
    margin-top: 10px !important;
  }
  .margin-top-20px-s {
    margin-top: 20px !important;
  }
  .margin-top-40px-s {
    margin-top: 40px !important;
  }
  .margin-top-80px-s {
    margin-top: 80px !important;
  }
  .margin-top-160px-s {
    margin-top: 160px !important;
  }
  .margin-right-10px-s {
    margin-right: 10px !important;
  }
  .margin-right-20px-s {
    margin-right: 20px !important;
  }
  .margin-right-40px-s {
    margin-right: 40px !important;
  }
  .margin-right-80px-s {
    margin-right: 80px !important;
  }
  .margin-right-160px-s {
    margin-right: 160px !important;
  }
  .margin-bottom-10px-s {
    margin-bottom: 10px !important;
  }
  .margin-bottom-20px-s {
    margin-bottom: 20px !important;
  }
  .margin-bottom-40px-s {
    margin-bottom: 40px !important;
  }
  .margin-bottom-80px-s {
    margin-bottom: 80px !important;
  }
  .margin-bottom-160px-s {
    margin-bottom: 160px !important;
  }
  .margin-left-10px-s {
    margin-left: 10px !important;
  }
  .margin-left-20px-s {
    margin-left: 20px !important;
  }
  .margin-left-40px-s {
    margin-left: 40px !important;
  }
  .margin-left-80px-s {
    margin-left: 80px !important;
  }
  .margin-left-160px-s {
    margin-left: 160px !important;
  }
}
@media only screen and (min-width: 900px) {
  .margin-auto-m {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .no-margin-m {
    margin: 0 !important;
  }
  .no-margin-top-m {
    margin-top: 0 !important;
  }
  .no-margin-right-m {
    margin-right: 0 !important;
  }
  .no-margin-bottom-m {
    margin-bottom: 0 !important;
  }
  .no-margin-left-m {
    margin-left: 0 !important;
  }
  .margin-top-10px-m {
    margin-top: 10px !important;
  }
  .margin-top-20px-m {
    margin-top: 20px !important;
  }
  .margin-top-40px-m {
    margin-top: 40px !important;
  }
  .margin-top-80px-m {
    margin-top: 80px !important;
  }
  .margin-top-160px-m {
    margin-top: 160px !important;
  }
  .margin-right-10px-m {
    margin-right: 10px !important;
  }
  .margin-right-20px-m {
    margin-right: 20px !important;
  }
  .margin-right-40px-m {
    margin-right: 40px !important;
  }
  .margin-right-80px-m {
    margin-right: 80px !important;
  }
  .margin-right-160px-m {
    margin-right: 160px !important;
  }
  .margin-bottom-10px-m {
    margin-bottom: 10px !important;
  }
  .margin-bottom-20px-m {
    margin-bottom: 20px !important;
  }
  .margin-bottom-40px-m {
    margin-bottom: 40px !important;
  }
  .margin-bottom-80px-m {
    margin-bottom: 80px !important;
  }
  .margin-bottom-160px-m {
    margin-bottom: 160px !important;
  }
  .margin-left-10px-m {
    margin-left: 10px !important;
  }
  .margin-left-20px-m {
    margin-left: 20px !important;
  }
  .margin-left-40px-m {
    margin-left: 40px !important;
  }
  .margin-left-80px-m {
    margin-left: 80px !important;
  }
  .margin-left-160px-m {
    margin-left: 160px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .margin-auto-l {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .no-margin-l {
    margin: 0 !important;
  }
  .no-margin-top-l {
    margin-top: 0 !important;
  }
  .no-margin-right-l {
    margin-right: 0 !important;
  }
  .no-margin-bottom-l {
    margin-bottom: 0 !important;
  }
  .no-margin-left-l {
    margin-left: 0 !important;
  }
  .margin-top-10px-l {
    margin-top: 10px !important;
  }
  .margin-top-20px-l {
    margin-top: 20px !important;
  }
  .margin-top-40px-l {
    margin-top: 40px !important;
  }
  .margin-top-80px-l {
    margin-top: 80px !important;
  }
  .margin-top-160px-l {
    margin-top: 160px !important;
  }
  .margin-right-10px-l {
    margin-right: 10px !important;
  }
  .margin-right-20px-l {
    margin-right: 20px !important;
  }
  .margin-right-40px-l {
    margin-right: 40px !important;
  }
  .margin-right-80px-l {
    margin-right: 80px !important;
  }
  .margin-right-160px-l {
    margin-right: 160px !important;
  }
  .margin-bottom-10px-l {
    margin-bottom: 10px !important;
  }
  .margin-bottom-20px-l {
    margin-bottom: 20px !important;
  }
  .margin-bottom-40px-l {
    margin-bottom: 40px !important;
  }
  .margin-bottom-80px-l {
    margin-bottom: 80px !important;
  }
  .margin-bottom-160px-l {
    margin-bottom: 160px !important;
  }
  .margin-left-10px-l {
    margin-left: 10px !important;
  }
  .margin-left-20px-l {
    margin-left: 20px !important;
  }
  .margin-left-40px-l {
    margin-left: 40px !important;
  }
  .margin-left-80px-l {
    margin-left: 80px !important;
  }
  .margin-left-160px-l {
    margin-left: 160px !important;
  }
}
@media only screen and (min-width: 1600px) {
  .margin-auto-xl {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .no-margin-xl {
    margin: 0 !important;
  }
  .no-margin-top-xl {
    margin-top: 0 !important;
  }
  .no-margin-right-xl {
    margin-right: 0 !important;
  }
  .no-margin-bottom-xl {
    margin-bottom: 0 !important;
  }
  .no-margin-left-xl {
    margin-left: 0 !important;
  }
  .margin-top-10px-xl {
    margin-top: 10px !important;
  }
  .margin-top-20px-xl {
    margin-top: 20px !important;
  }
  .margin-top-40px-xl {
    margin-top: 40px !important;
  }
  .margin-top-80px-xl {
    margin-top: 80px !important;
  }
  .margin-top-160px-xl {
    margin-top: 160px !important;
  }
  .margin-right-10px-xl {
    margin-right: 10px !important;
  }
  .margin-right-20px-xl {
    margin-right: 20px !important;
  }
  .margin-right-40px-xl {
    margin-right: 40px !important;
  }
  .margin-right-80px-xl {
    margin-right: 80px !important;
  }
  .margin-right-160px-xl {
    margin-right: 160px !important;
  }
  .margin-bottom-10px-xl {
    margin-bottom: 10px !important;
  }
  .margin-bottom-20px-xl {
    margin-bottom: 20px !important;
  }
  .margin-bottom-40px-xl {
    margin-bottom: 40px !important;
  }
  .margin-bottom-80px-xl {
    margin-bottom: 80px !important;
  }
  .margin-bottom-160px-xl {
    margin-bottom: 160px !important;
  }
  .margin-left-10px-xl {
    margin-left: 10px !important;
  }
  .margin-left-20px-xl {
    margin-left: 20px !important;
  }
  .margin-left-40px-xl {
    margin-left: 40px !important;
  }
  .margin-left-80px-xl {
    margin-left: 80px !important;
  }
  .margin-left-160px-xl {
    margin-left: 160px !important;
  }
}
.no-padding {
  padding: 0 !important;
}
.padding-20 {
  padding: 20px !important;
}
.padding-20px {
  padding: 20px !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.padding-top-10px {
  padding-top: 10px !important;
}
.padding-top-20px {
  padding-top: 20px !important;
}
.padding-top-40px {
  padding-top: 40px !important;
}
.padding-top-60px {
  padding-top: 60px !important;
}
.padding-top-80px {
  padding-top: 80px !important;
}
.padding-top-160px {
  padding-top: 160px !important;
}
.padding-right-10px {
  padding-right: 10px !important;
}
.padding-right-20px {
  padding-right: 20px !important;
}
.padding-right-40px {
  padding-right: 40px !important;
}
.padding-right-80px {
  padding-right: 80px !important;
}
.padding-right-160px {
  padding-right: 160px !important;
}
.padding-bottom-10px {
  padding-bottom: 10px !important;
}
.padding-bottom-20px {
  padding-bottom: 20px !important;
}
.padding-bottom-40px {
  padding-bottom: 40px !important;
}
.padding-bottom-80px {
  padding-bottom: 80px !important;
}
.padding-bottom-160px {
  padding-bottom: 160px !important;
}
.padding-left-10px {
  padding-left: 10px !important;
}
.padding-left-20px {
  padding-left: 20px !important;
}
.padding-left-40px {
  padding-left: 40px !important;
}
.padding-left-80px {
  padding-left: 80px !important;
}
.padding-left-160px {
  padding-left: 160px !important;
}
@media only screen and (max-width: 599px) {
  .no-padding-xs {
    padding: 0 !important;
  }
  .no-padding-top-xs {
    padding-top: 0 !important;
  }
  .no-padding-right-xs {
    padding-right: 0 !important;
  }
  .no-padding-bottom-xs {
    padding-bottom: 0 !important;
  }
  .no-padding-left-xs {
    padding-left: 0 !important;
  }
  .padding-top-10px-xs {
    padding-top: 10px !important;
  }
  .padding-top-20px-xs {
    padding-top: 20px !important;
  }
  .padding-top-40px-xs {
    padding-top: 40px !important;
  }
  .padding-top-80px-xs {
    padding-top: 80px !important;
  }
  .padding-top-160px-xs {
    padding-top: 160px !important;
  }
  .padding-right-10px-xs {
    padding-right: 10px !important;
  }
  .padding-right-20px-xs {
    padding-right: 20px !important;
  }
  .padding-right-40px-xs {
    padding-right: 40px !important;
  }
  .padding-right-80px-xs {
    padding-right: 80px !important;
  }
  .padding-right-160px-xs {
    padding-right: 160px !important;
  }
  .padding-bottom-10px-xs {
    padding-bottom: 10px !important;
  }
  .padding-bottom-20px-xs {
    padding-bottom: 20px !important;
  }
  .padding-bottom-40px-xs {
    padding-bottom: 40px !important;
  }
  .padding-bottom-80px-xs {
    padding-bottom: 80px !important;
  }
  .padding-bottom-160px-xs {
    padding-bottom: 160px !important;
  }
  .padding-left-10px-xs {
    padding-left: 10px !important;
  }
  .padding-left-20px-xs {
    padding-left: 20px !important;
  }
  .padding-left-40px-xs {
    padding-left: 40px !important;
  }
  .padding-left-80px-xs {
    padding-left: 80px !important;
  }
  .padding-left-160px-xs {
    padding-left: 160px !important;
  }
}
@media only screen and (min-width: 600px) {
  .no-padding-s {
    padding: 0 !important;
  }
  .no-padding-top-s {
    padding-top: 0 !important;
  }
  .no-padding-right-s {
    padding-right: 0 !important;
  }
  .no-padding-bottom-s {
    padding-bottom: 0 !important;
  }
  .no-padding-left-s {
    padding-left: 0 !important;
  }
  .padding-top-10px-s {
    padding-top: 10px !important;
  }
  .padding-top-20px-s {
    padding-top: 20px !important;
  }
  .padding-top-40px-s {
    padding-top: 40px !important;
  }
  .padding-top-80px-s {
    padding-top: 80px !important;
  }
  .padding-top-160px-s {
    padding-top: 160px !important;
  }
  .padding-right-10px-s {
    padding-right: 10px !important;
  }
  .padding-right-20px-s {
    padding-right: 20px !important;
  }
  .padding-right-40px-s {
    padding-right: 40px !important;
  }
  .padding-right-80px-s {
    padding-right: 80px !important;
  }
  .padding-right-160px-s {
    padding-right: 160px !important;
  }
  .padding-bottom-10px-s {
    padding-bottom: 10px !important;
  }
  .padding-bottom-20px-s {
    padding-bottom: 20px !important;
  }
  .padding-bottom-40px-s {
    padding-bottom: 40px !important;
  }
  .padding-bottom-80px-s {
    padding-bottom: 80px !important;
  }
  .padding-bottom-160px-s {
    padding-bottom: 160px !important;
  }
  .padding-left-10px-s {
    padding-left: 10px !important;
  }
  .padding-left-20px-s {
    padding-left: 20px !important;
  }
  .padding-left-40px-s {
    padding-left: 40px !important;
  }
  .padding-left-80px-s {
    padding-left: 80px !important;
  }
  .padding-left-160px-s {
    padding-left: 160px !important;
  }
}
@media only screen and (min-width: 900px) {
  .no-padding-m {
    padding: 0 !important;
  }
  .no-padding-top-m {
    padding-top: 0 !important;
  }
  .no-padding-right-m {
    padding-right: 0 !important;
  }
  .no-padding-bottom-m {
    padding-bottom: 0 !important;
  }
  .no-padding-left-m {
    padding-left: 0 !important;
  }
  .padding-top-10px-m {
    padding-top: 10px !important;
  }
  .padding-top-20px-m {
    padding-top: 20px !important;
  }
  .padding-top-40px-m {
    padding-top: 40px !important;
  }
  .padding-top-80px-m {
    padding-top: 80px !important;
  }
  .padding-top-160px-m {
    padding-top: 160px !important;
  }
  .padding-right-10px-m {
    padding-right: 10px !important;
  }
  .padding-right-20px-m {
    padding-right: 20px !important;
  }
  .padding-right-40px-m {
    padding-right: 40px !important;
  }
  .padding-right-80px-m {
    padding-right: 80px !important;
  }
  .padding-right-160px-m {
    padding-right: 160px !important;
  }
  .padding-bottom-10px-m {
    padding-bottom: 10px !important;
  }
  .padding-bottom-20px-m {
    padding-bottom: 20px !important;
  }
  .padding-bottom-40px-m {
    padding-bottom: 40px !important;
  }
  .padding-bottom-80px-m {
    padding-bottom: 80px !important;
  }
  .padding-bottom-160px-m {
    padding-bottom: 160px !important;
  }
  .padding-left-10px-m {
    padding-left: 10px !important;
  }
  .padding-left-20px-m {
    padding-left: 20px !important;
  }
  .padding-left-40px-m {
    padding-left: 40px !important;
  }
  .padding-left-80px-m {
    padding-left: 80px !important;
  }
  .padding-left-160px-m {
    padding-left: 160px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .no-padding-l {
    padding: 0 !important;
  }
  .no-padding-top-l {
    padding-top: 0 !important;
  }
  .no-padding-right-l {
    padding-right: 0 !important;
  }
  .no-padding-bottom-l {
    padding-bottom: 0 !important;
  }
  .no-padding-left-l {
    padding-left: 0 !important;
  }
  .padding-top-10px-l {
    padding-top: 10px !important;
  }
  .padding-top-20px-l {
    padding-top: 20px !important;
  }
  .padding-top-40px-l {
    padding-top: 40px !important;
  }
  .padding-top-80px-l {
    padding-top: 80px !important;
  }
  .padding-top-160px-l {
    padding-top: 160px !important;
  }
  .padding-right-10px-l {
    padding-right: 10px !important;
  }
  .padding-right-20px-l {
    padding-right: 20px !important;
  }
  .padding-right-40px-l {
    padding-right: 40px !important;
  }
  .padding-right-80px-l {
    padding-right: 80px !important;
  }
  .padding-right-160px-l {
    padding-right: 160px !important;
  }
  .padding-bottom-10px-l {
    padding-bottom: 10px !important;
  }
  .padding-bottom-20px-l {
    padding-bottom: 20px !important;
  }
  .padding-bottom-40px-l {
    padding-bottom: 40px !important;
  }
  .padding-bottom-80px-l {
    padding-bottom: 80px !important;
  }
  .padding-bottom-160px-l {
    padding-bottom: 160px !important;
  }
  .padding-left-10px-l {
    padding-left: 10px !important;
  }
  .padding-left-20px-l {
    padding-left: 20px !important;
  }
  .padding-left-40px-l {
    padding-left: 40px !important;
  }
  .padding-left-80px-l {
    padding-left: 80px !important;
  }
  .padding-left-160px-l {
    padding-left: 160px !important;
  }
}
@media only screen and (min-width: 1600px) {
  .no-padding-xl {
    padding: 0 !important;
  }
  .padding-40px-xl {
    padding: 40px !important;
  }
  .no-padding-top-xl {
    padding-top: 0 !important;
  }
  .no-padding-right-xl {
    padding-right: 0 !important;
  }
  .no-padding-bottom-xl {
    padding-bottom: 0 !important;
  }
  .no-padding-left-xl {
    padding-left: 0 !important;
  }
  .padding-top-10px-xl {
    padding-top: 10px !important;
  }
  .padding-top-20px-xl {
    padding-top: 20px !important;
  }
  .padding-top-40px-xl {
    padding-top: 40px !important;
  }
  .padding-top-80px-xl {
    padding-top: 80px !important;
  }
  .padding-top-160px-xl {
    padding-top: 160px !important;
  }
  .padding-right-10px-xl {
    padding-right: 10px !important;
  }
  .padding-right-20px-xl {
    padding-right: 20px !important;
  }
  .padding-right-40px-xl {
    padding-right: 40px !important;
  }
  .padding-right-80px-xl {
    padding-right: 80px !important;
  }
  .padding-right-160px-xl {
    padding-right: 160px !important;
  }
  .padding-bottom-10px-xl {
    padding-bottom: 10px !important;
  }
  .padding-bottom-20px-xl {
    padding-bottom: 20px !important;
  }
  .padding-bottom-40px-xl {
    padding-bottom: 40px !important;
  }
  .padding-bottom-80px-xl {
    padding-bottom: 80px !important;
  }
  .padding-bottom-160px-xl {
    padding-bottom: 160px !important;
  }
  .padding-left-10px-xl {
    padding-left: 10px !important;
  }
  .padding-left-20px-xl {
    padding-left: 20px !important;
  }
  .padding-left-40px-xl {
    padding-left: 40px !important;
  }
  .padding-left-80px-xl {
    padding-left: 80px !important;
  }
  .padding-left-160px-xl {
    padding-left: 160px !important;
  }
}
.background-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  position: relative;
}
.background-contain {
  background-size: contain;
}
img.tiny,
svg.tiny,
img.small,
svg.small,
img.medium,
svg.medium,
img.large,
svg.large {
  width: 100%;
}
img.tiny,
svg.tiny {
  max-width: 50px;
}
img.small,
svg.small {
  max-width: 100px;
}
img.medium,
svg.medium {
  max-width: 200px;
}
@media only screen and (min-width: 600px) {
  img.medium,
  svg.medium {
    max-width: 400px;
  }
  img.large,
  svg.large {
    max-width: 600px;
  }
}
i.material-icons.tiny {
  font-size: 25px;
  width: 25px;
  position: relative;
  bottom: -5px;
}
i.material-icons.small {
  font-size: 50px;
  position: relative;
}
i.material-icons.medium {
  font-size: 75px;
  position: relative;
}
i.material-icons.large {
  font-size: 150px;
  position: relative;
}
.tiny-round-image {
  height: 100px;
  width: 100px;
  border-radius: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
}
.small-round-image {
  height: 150px;
  width: 150px;
  border-radius: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
}
.medium-round-image {
  height: 200px;
  width: 200px;
  border-radius: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
}
.large-round-image {
  height: 400px;
  width: 400px;
  border-radius: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
}
img.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
img.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.position-absolute {
  position: absolute !important;
}
.position-relative {
  position: relative !important;
}
.position-fixed {
  position: fixed !important;
}
@media only screen and (max-width: 599px) {
  .position-absolute-mobile {
    position: absolute !important;
  }
  .position-relative-mobile {
    position: relative !important;
  }
  .position-fixed-mobile {
    position: fixed !important;
  }
}
@media only screen and (min-width: 600px) {
  .position-absolute-tablet {
    position: absolute !important;
  }
  .position-relative-tablet {
    position: relative !important;
  }
  .position-fixed-tablet {
    position: fixed !important;
  }
}
@media only screen and (min-width: 900px) {
  .position-absolute-desktop {
    position: absolute !important;
  }
  .position-relative-desktop {
    position: relative !important;
  }
  .position-fixed-desktop {
    position: fixed !important;
  }
}
@media only screen and (min-width: 1200px) {
  .position-absolute-bigdesktop {
    position: absolute !important;
  }
  .position-relative-bigdesktop {
    position: relative !important;
  }
  .position-fixed-bigdesktop {
    position: fixed !important;
  }
}
@media only screen and (min-width: 1600px) {
  .position-absolute-hugedesktop {
    position: absolute !important;
  }
  .position-relative-hugedesktop {
    position: relative !important;
  }
  .position-fixed-hugedesktop {
    position: fixed !important;
  }
}
.flex {
  display: flex !important;
  flex-wrap: wrap !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-none {
  flex: none !important;
}
.flex-auto {
  flex: auto !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
@media only screen and (max-width: 599px) {
  .flex-mobile {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .flex-column-mobile {
    flex-direction: column !important;
  }
  .flex-none-mobile {
    flex: none !important;
  }
  .flex-auto-mobile {
    flex: auto !important;
  }
  .justify-content-start-mobile {
    justify-content: flex-start !important;
  }
  .justify-content-end-mobile {
    justify-content: flex-end !important;
  }
  .justify-content-center-mobile {
    justify-content: center !important;
  }
  .justify-content-around-mobile {
    justify-content: space-around !important;
  }
  .justify-content-between-mobile {
    justify-content: space-between !important;
  }
  .align-items-start-mobile {
    align-items: flex-start !important;
  }
  .align-items-end-mobile {
    align-items: flex-end !important;
  }
  .align-items-center-mobile {
    align-items: center !important;
  }
  .align-items-stretch-mobile {
    align-items: stretch !important;
  }
  .order-1-mobile {
    order: 1;
  }
  .order-2-mobile {
    order: 2;
  }
  .order-3-mobile {
    order: 3;
  }
  .order-4-mobile {
    order: 4;
  }
  .order-5-mobile {
    order: 5;
  }
  .order-6-mobile {
    order: 6;
  }
  .order-7-mobile {
    order: 7;
  }
  .order-8-mobile {
    order: 8;
  }
}
@media only screen and (min-width: 600px) {
  .flex-s {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .flex-column-s {
    flex-direction: column !important;
  }
  .flex-none-s {
    flex: none !important;
  }
  .flex-auto-s {
    flex: auto !important;
  }
  .justify-content-start-s {
    justify-content: flex-start !important;
  }
  .justify-content-end-s {
    justify-content: flex-end !important;
  }
  .justify-content-center-s {
    justify-content: center !important;
  }
  .justify-content-around-s {
    justify-content: space-around !important;
  }
  .justify-content-between-s {
    justify-content: space-between !important;
  }
  .align-items-start-s {
    align-items: flex-start !important;
  }
  .align-items-end-s {
    align-items: flex-end !important;
  }
  .align-items-center-s {
    align-items: center !important;
  }
  .align-items-stretch-s {
    align-items: stretch !important;
  }
  .order-1-s {
    order: 1;
  }
  .order-2-s {
    order: 2;
  }
  .order-3-s {
    order: 3;
  }
  .order-4-s {
    order: 4;
  }
  .order-5-s {
    order: 5;
  }
  .order-6-s {
    order: 6;
  }
  .order-7-s {
    order: 7;
  }
  .order-8-s {
    order: 8;
  }
}
@media only screen and (min-width: 900px) {
  .flex-m {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .flex-column-m {
    flex-direction: column !important;
  }
  .flex-none-m {
    flex: none !important;
  }
  .flex-auto-m {
    flex: auto !important;
  }
  .justify-content-start-m {
    justify-content: flex-start !important;
  }
  .justify-content-end-m {
    justify-content: flex-end !important;
  }
  .justify-content-center-m {
    justify-content: center !important;
  }
  .justify-content-around-m {
    justify-content: space-around !important;
  }
  .justify-content-between-m {
    justify-content: space-between !important;
  }
  .align-items-start-m {
    align-items: flex-start !important;
  }
  .align-items-end-m {
    align-items: flex-end !important;
  }
  .align-items-center-m {
    align-items: center !important;
  }
  .align-items-stretch-m {
    align-items: stretch !important;
  }
  .order-1-m {
    order: 1;
  }
  .order-2-m {
    order: 2;
  }
  .order-3-m {
    order: 3;
  }
  .order-4-m {
    order: 4;
  }
  .order-5-m {
    order: 5;
  }
  .order-6-m {
    order: 6;
  }
  .order-7-m {
    order: 7;
  }
  .order-8-m {
    order: 8;
  }
}
@media only screen and (min-width: 1200px) {
  .flex-l {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .flex-column-l {
    flex-direction: column !important;
  }
  .flex-none-l {
    flex: none !important;
  }
  .flex-auto-l {
    flex: auto !important;
  }
  .justify-content-start-l {
    justify-content: flex-start !important;
  }
  .justify-content-end-l {
    justify-content: flex-end !important;
  }
  .justify-content-center-l {
    justify-content: center !important;
  }
  .justify-content-around-l {
    justify-content: space-around !important;
  }
  .justify-content-between-l {
    justify-content: space-between !important;
  }
  .align-items-start-l {
    align-items: flex-start !important;
  }
  .align-items-end-l {
    align-items: flex-end !important;
  }
  .align-items-center-l {
    align-items: center !important;
  }
  .align-items-stretch-l {
    align-items: stretch !important;
  }
  .order-1-l {
    order: 1;
  }
  .order-2-l {
    order: 2;
  }
  .order-3-l {
    order: 3;
  }
  .order-4-l {
    order: 4;
  }
  .order-5-l {
    order: 5;
  }
  .order-6-l {
    order: 6;
  }
  .order-7-l {
    order: 7;
  }
  .order-8-l {
    order: 8;
  }
}
@media only screen and (min-width: 1600px) {
  .flex-xl {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .flex-column-xl {
    flex-direction: column !important;
  }
  .flex-none-xl {
    flex: none !important;
  }
  .flex-auto-xl {
    flex: auto !important;
  }
  .justify-content-start-xl {
    justify-content: flex-start !important;
  }
  .justify-content-end-xl {
    justify-content: flex-end !important;
  }
  .justify-content-center-xl {
    justify-content: center !important;
  }
  .justify-content-around-xl {
    justify-content: space-around !important;
  }
  .justify-content-between-xl {
    justify-content: space-between !important;
  }
  .align-items-start-xl {
    align-items: flex-start !important;
  }
  .align-items-end-xl {
    align-items: flex-end !important;
  }
  .align-items-center-xl {
    align-items: center !important;
  }
  .align-items-stretch-xl {
    align-items: stretch !important;
  }
  .order-1-xl {
    order: 1;
  }
  .order-2-xl {
    order: 2;
  }
  .order-3-xl {
    order: 3;
  }
  .order-4-xl {
    order: 4;
  }
  .order-5-xl {
    order: 5;
  }
  .order-6-xl {
    order: 6;
  }
  .order-7-xl {
    order: 7;
  }
  .order-8-xl {
    order: 8;
  }
}
.justify-text {
  text-align: justify !important;
  text-justify: inter-word !important;
}
.bold,
.strong {
  font-weight: bold !important;
}
.italic {
  font-style: italic !important;
}
.underline {
  text-decoration: underline !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.lowercase {
  text-transform: lowercase !important;
}
.thin-text {
  font-weight: 200;
}
.small-text {
  font-size: 14px;
}
.big-text {
  font-size: 24px;
}
.break-word {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word !important;
  hyphens: auto !important;
}
.nowrap {
  white-space: nowrap !important;
}
.text-align-left {
  text-align: left !important;
}
.text-align-right {
  text-align: right !important;
}
.text-align-center {
  text-align: center !important;
}
.column-count-2 {
  column-count: 2;
  column-gap: 20px;
}
.column-count-3 {
  column-count: 3;
  column-gap: 20px;
}
.column-count-4 {
  column-count: 4;
  column-gap: 20px;
}
@media only screen and (max-width: 599px) {
  .justify-text-mobile {
    text-align: justify !important;
    text-justify: inter-word !important;
  }
  .bold-mobile,
  .strong-mobile {
    font-weight: bold !important;
  }
  .italic-mobile {
    font-style: italic !important;
  }
  .underline-mobile {
    text-decoration: underline !important;
  }
  .capitalize-mobile {
    text-transform: capitalize !important;
  }
  .uppercase-mobile {
    text-transform: uppercase !important;
  }
  .lowercase-mobile {
    text-transform: lowercase !important;
  }
  .thin-text-mobile {
    font-weight: 200;
  }
  .small-text-mobile {
    font-size: 14px;
  }
  .big-text-mobile {
    font-size: 24px;
  }
  .break-word-mobile {
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    word-break: break-word !important;
    hyphens: auto !important;
  }
  .nowrap-mobile {
    white-space: nowrap !important;
  }
  .text-align-left-mobile {
    text-align: left !important;
  }
  .text-align-right-mobile {
    text-align: right !important;
  }
  .text-align-center-mobile {
    text-align: center !important;
  }
  .column-count-2-mobile {
    column-count: 2;
    column-gap: 20px;
  }
  .column-count-3-mobile {
    column-count: 3;
    column-gap: 20px;
  }
  .column-count-4-mobile {
    column-count: 4;
    column-gap: 20px;
  }
}
@media only screen and (min-width: 600px) {
  .justify-text-s {
    text-align: justify !important;
    text-justify: inter-word !important;
  }
  .bold-s,
  .strong-s {
    font-weight: bold !important;
  }
  .italic-s {
    font-style: italic !important;
  }
  .underline-s {
    text-decoration: underline !important;
  }
  .capitalize-s {
    text-transform: capitalize !important;
  }
  .uppercase-s {
    text-transform: uppercase !important;
  }
  .lowercase-s {
    text-transform: lowercase !important;
  }
  .thin-text-s {
    font-weight: 200;
  }
  .small-text-s {
    font-size: 14px;
  }
  .big-text-s {
    font-size: 24px;
  }
  .break-word-s {
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    word-break: break-word !important;
    hyphens: auto !important;
  }
  .nowrap-s {
    white-space: nowrap !important;
  }
  .text-align-left-s {
    text-align: left !important;
  }
  .text-align-right-s {
    text-align: right !important;
  }
  .text-align-center-s {
    text-align: center !important;
  }
  .column-count-2-s {
    column-count: 2;
    column-gap: 20px;
  }
  .column-count-3-s {
    column-count: 3;
    column-gap: 20px;
  }
  .column-count-4-s {
    column-count: 4;
    column-gap: 20px;
  }
}
@media only screen and (min-width: 900px) {
  .justify-text-m {
    text-align: justify !important;
    text-justify: inter-word !important;
  }
  .bold-m,
  .strong-m {
    font-weight: bold !important;
  }
  .italic-m {
    font-style: italic !important;
  }
  .underline-m {
    text-decoration: underline !important;
  }
  .capitalize-m {
    text-transform: capitalize !important;
  }
  .uppercase-m {
    text-transform: uppercase !important;
  }
  .lowercase-m {
    text-transform: lowercase !important;
  }
  .thin-text-m {
    font-weight: 200;
  }
  .small-text-m {
    font-size: 14px;
  }
  .big-text-m {
    font-size: 24px;
  }
  .break-word-m {
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    word-break: break-word !important;
    hyphens: auto !important;
  }
  .nowrap-m {
    white-space: nowrap !important;
  }
  .text-align-left-m {
    text-align: left !important;
  }
  .text-align-right-m {
    text-align: right !important;
  }
  .text-align-center-m {
    text-align: center !important;
  }
  .column-count-2-m {
    column-count: 2;
    column-gap: 20px;
  }
  .column-count-3-m {
    column-count: 3;
    column-gap: 20px;
  }
  .column-count-4-m {
    column-count: 4;
    column-gap: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .justify-text-l {
    text-align: justify !important;
    text-justify: inter-word !important;
  }
  .bold-l,
  .strong-l {
    font-weight: bold !important;
  }
  .italic-l {
    font-style: italic !important;
  }
  .underline-l {
    text-decoration: underline !important;
  }
  .capitalize-l {
    text-transform: capitalize !important;
  }
  .uppercase-l {
    text-transform: uppercase !important;
  }
  .lowercase-l {
    text-transform: lowercase !important;
  }
  .thin-text-l {
    font-weight: 200;
  }
  .small-text-l {
    font-size: 14px;
  }
  .big-text-l {
    font-size: 24px;
  }
  .break-word-l {
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    word-break: break-word !important;
    hyphens: auto !important;
  }
  .nowrap-l {
    white-space: nowrap !important;
  }
  .text-align-left-l {
    text-align: left !important;
  }
  .text-align-right-l {
    text-align: right !important;
  }
  .text-align-center-l {
    text-align: center !important;
  }
  .column-count-2-l {
    column-count: 2;
    column-gap: 20px;
  }
  .column-count-3-l {
    column-count: 3;
    column-gap: 20px;
  }
  .column-count-4-l {
    column-count: 4;
    column-gap: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .justify-text-xl {
    text-align: justify !important;
    text-justify: inter-word !important;
  }
  .bold-xl,
  .strong-xl {
    font-weight: bold !important;
  }
  .italic-xl {
    font-style: italic !important;
  }
  .underline-xl {
    text-decoration: underline !important;
  }
  .capitalize-xl {
    text-transform: capitalize !important;
  }
  .uppercase-xl {
    text-transform: uppercase !important;
  }
  .lowercase-xl {
    text-transform: lowercase !important;
  }
  .thin-text-xl {
    font-weight: 200;
  }
  .small-text-xl {
    font-size: 14px;
  }
  .big-text-xl {
    font-size: 24px;
  }
  .break-word-xl {
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    word-break: break-word !important;
    hyphens: auto !important;
  }
  .nowrap-xl {
    white-space: nowrap !important;
  }
  .text-align-left-xl {
    text-align: left !important;
  }
  .text-align-right-xl {
    text-align: right !important;
  }
  .text-align-center-xl {
    text-align: center !important;
  }
  .column-count-2-xl {
    column-count: 2;
    column-gap: 20px;
  }
  .column-count-3-xl {
    column-count: 3;
    column-gap: 20px;
  }
  .column-count-4-xl {
    column-count: 4;
    column-gap: 20px;
  }
}
.mobile-only,
.visible-mobile {
  display: block;
}
.hide-mobile,
.tablet-only,
.desktop-only,
.bigdesktop-only,
.hugedesktop-only,
.visible-tablet,
.visible-desktop,
.visible-bigdesktop,
.visible-hugedesktop {
  display: none;
}
@media only screen and (min-width: 600px) {
  .mobile-only,
  .hide-tablet {
    display: none;
  }
  .hide-mobile,
  .tablet-only,
  .visible-tablet {
    display: block;
  }
}
@media only screen and (min-width: 900px) {
  .tablet-only,
  .hide-desktop {
    display: none;
  }
  .desktop-only,
  .visible-desktop {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .desktop-only,
  .hide-bigdesktop {
    display: none;
  }
  .bigdesktop-only,
  .visible-bigdesktop {
    display: block;
  }
}
@media only screen and (min-width: 1600px) {
  .bigdesktop-only,
  .hide-hugedesktop {
    display: none;
  }
  .hugedesktop-only,
  .visible-hugedesktop {
    display: block;
  }
}
.display-none {
  display: none !important;
}
@media only screen and (min-width: 900px) {
  .display-block-m {
    display: block !important;
  }
  .display-flex-m {
    display: flex !important;
  }
}
@media only screen and (min-width: 1024px) {
  .display-none-1024px {
    display: none !important;
  }
  .display-block-1024px {
    display: block !important;
  }
  .display-flex-1024px {
    display: flex !important;
  }
}
@media only screen and (min-width: 1200px) {
  .display-none-l {
    display: none !important;
  }
  .display-block-l {
    display: block !important;
  }
  .display-flex-l {
    display: flex !important;
  }
}
@media only screen and (min-width: 1300px) {
  .display-block-1300px {
    display: block !important;
  }
}
@media only screen and (min-width: 1600px) {
  .display-block-xl {
    display: block !important;
  }
}
.filter {
  position: relative;
}
.filter::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 0;
}
.filter-child {
  position: relative;
  z-index: 1;
}
.small-box-shadow {
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.big-box-shadow {
  box-shadow: 0 4px 40px rgba(0,0,0,0.1);
}
@media only screen and (max-width: 599px) {
  .filter-mobile {
    position: relative;
  }
  .filter-mobile::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 0;
  }
  .filter-child-mobile {
    position: relative;
    z-index: 1;
  }
  .small-box-shadow-mobile {
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  }
  .big-box-shadow-mobile {
    box-shadow: 0 4px 40px rgba(0,0,0,0.1);
  }
}
@media only screen and (min-width: 600px) {
  .filter-tablet {
    position: relative;
  }
  .filter-tablet::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 0;
  }
  .filter-child-tablet {
    position: relative;
    z-index: 1;
  }
  .small-box-shadow-tablet {
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  }
  .big-box-shadow-tablet {
    box-shadow: 0 4px 40px rgba(0,0,0,0.1);
  }
}
@media only screen and (min-width: 900px) {
  .filter-desktop {
    position: relative;
  }
  .filter-desktop::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 0;
  }
  .filter-child-desktop {
    position: relative;
    z-index: 1;
  }
  .small-box-shadow-desktop {
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  }
  .big-box-shadow-desktop {
    box-shadow: 0 4px 40px rgba(0,0,0,0.1);
  }
}
@media only screen and (min-width: 1200px) {
  .filter-bigdesktop {
    position: relative;
  }
  .filter-bigdesktop::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 0;
  }
  .filter-child-bigdesktop {
    position: relative;
    z-index: 1;
  }
  .small-box-shadow-bigdesktop {
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  }
  .big-box-shadow-bigdesktop {
    box-shadow: 0 4px 40px rgba(0,0,0,0.1);
  }
}
@media only screen and (min-width: 1600px) {
  .filter-hugedesktop {
    position: relative;
  }
  .filter-hugedesktop::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 0;
  }
  .filter-child-hugedesktop {
    position: relative;
    z-index: 1;
  }
  .small-box-shadow-hugedesktop {
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  }
  .big-box-shadow-hugedesktop {
    box-shadow: 0 4px 40px rgba(0,0,0,0.1);
  }
}
.box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  width: 100%;
  align-items: flex-start;
  padding: 20px 20px 0 20px;
}
@media only screen and (min-width: 600px) {
  .box {
    padding: 40px 40px 20px 40px;
  }
}
.box-small {
  padding: 20px 20px 0 20px;
}
.box-big {
  padding: 20px 20px 0 20px;
}
.full .box {
  margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
  .box-small {
    padding: 20px 20px 0 20px;
  }
  .box-big {
    padding: 40px 40px 20px 40px;
  }
}
@media only screen and (min-width: 900px) {
  .box-big {
    padding: 80px 80px 60px 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .box-big {
    padding: 160px 160px 140px 160px;
  }
}
.small-border {
  border: 2px solid;
}
.big-border {
  border: 8px solid;
}
.border-radius-100p {
  border-radius: 100% !important;
}
.border-radius-top-right-10px {
  border-top-right-radius: 10px !important;
}
.border-radius-top-left-10px {
  border-top-left-radius: 10px !important;
}
.border-radius-bottom-right-10px {
  border-bottom-right-radius: 10px !important;
}
.border-radius-bottom-left-10px {
  border-bottom-left-radius: 10px !important;
}
.width-100 {
  width: 100% !important;
}
.max-width-200px {
  max-width: 200px !important;
}
.max-width-300px {
  max-width: 300px !important;
}
.max-width-600px {
  max-width: 600px !important;
}
.max-width-768px {
  max-width: 768px !important;
}
.min-height-50px {
  min-height: 50px !important;
}
.min-height-60px {
  min-height: 60px !important;
}
.min-height-100px {
  min-height: 100px !important;
}
.min-height-200px {
  min-height: 200px !important;
}
.min-height-400px {
  min-height: 400px !important;
}
.min-height-600px {
  min-height: 600px !important;
}
.min-height-800px {
  min-height: 800px !important;
}
@media only screen and (max-width: 599px) {
  .min-height-100px-xs {
    min-height: 100px !important;
  }
  .min-height-200px-xs {
    min-height: 200px !important;
  }
  .min-height-400px-xs {
    min-height: 400px !important;
  }
}
@media only screen and (min-width: 600px) {
  .min-height-100px-s {
    min-height: 100px !important;
  }
  .min-height-200px-s {
    min-height: 200px !important;
  }
  .min-height-400px-s {
    min-height: 400px !important;
  }
}
@media only screen and (min-width: 900px) {
  .min-height-100px-m {
    min-height: 100px !important;
  }
  .min-height-200px-m {
    min-height: 200px !important;
  }
  .min-height-400px-m {
    min-height: 400px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .min-height-100px-l {
    min-height: 100px !important;
  }
  .min-height-200px-l {
    min-height: 200px !important;
  }
  .min-height-400px-l {
    min-height: 400px !important;
  }
  .min-height-800px-l {
    min-height: 800px !important;
  }
}
.height-400px {
  height: 400px !important;
}
.height-600px {
  height: 600px !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
.z-4 {
  z-index: 4 !important;
}
.z-5 {
  z-index: 5 !important;
}
.z-6 {
  z-index: 6 !important;
}
.overflow-visible {
  overflow: visible !important;
}
.main-content {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.main-content > div {
  width: 100%;
}
.row {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 40px 0 0 0;
}
.row.row-first {
  padding: 100px 0 0 0;
}
.row-same {
  padding: 0;
}
.row-small {
  padding: 20px 0 0 0;
}
.row-small.row-first {
  padding: 60px 0 0 0;
}
.row-big {
  padding: 80px 0 40px 0;
}
.row-big.row-first {
  padding: 140px 0 40px 0;
}
@media only screen and (min-width: 1200px) {
  .row {
    padding: 80px 0 40px 0;
  }
  .row.row-first {
    padding: 180px 0 40px 0;
  }
  .row-same {
    padding: 0 0 40px 0;
  }
  .row-small {
    padding: 40px 0 0 0;
  }
  .row-small.row-first {
    padding: 100px 0 0 0;
  }
  .row-big {
    padding: 160px 0 120px 0;
  }
  .row-big.row-first {
    padding: 260px 0 120px 0;
  }
}
.row-big .full > div {
  padding-top: 0;
  padding-bottom: 20px;
}
.arrow-down {
  display: none;
}
@media only screen and (min-width: 600px) {
  .arrow-down display flex {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    cursor: pointer;
    z-index: 4;
    line-height: 1;
    text-align: center;
  }
  .arrow-down::after {
    display: inline-flex;
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 72px;
    width: 100%;
    text-align: center;
  }
}
.grid,
.full {
  width: 100%;
  position: relative;
  z-index: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.grid {
  max-width: 1400px;
  padding-right: 10px;
  padding-left: 10px;
}
.grid-full {
  max-width: 3000px;
}
.grid-narrow {
  max-width: 768px;
  margin-right: auto;
  margin-left: auto;
}
.grid-bignarrow {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.grid .grid {
  width: calc(100% + 40px);
  margin-right: -20px;
  margin-left: -20px;
}
.grid .grid .col-100:last-of-type {
  margin-bottom: 0;
}
.full .grid {
  margin-bottom: -20px;
}
@media only screen and (min-width: 600px) {
  .grid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .grid .grid {
    width: calc(100% + 80px);
    margin-right: -40px;
    margin-left: -40px;
  }
}
.col-10,
.col-11,
.col-12,
.col-14,
.col-16,
.col-20,
.col-22,
.col-25,
.col-28,
.col-30,
.col-33,
.col-37,
.col-40,
.col-42,
.col-44,
.col-50,
.col-55,
.col-57,
.col-60,
.col-62,
.col-66,
.col-70,
.col-71,
.col-75,
.col-77,
.col-80,
.col-83,
.col-85,
.col-87,
.col-88,
.col-90,
.col-100,
.col-10-xs,
.col-11-xs,
.col-12-xs,
.col-14-xs,
.col-16-xs,
.col-20-xs,
.col-22-xs,
.col-25-xs,
.col-28-xs,
.col-30-xs,
.col-33-xs,
.col-37-xs,
.col-40-xs,
.col-42-xs,
.col-44-xs,
.col-50-xs,
.col-55-xs,
.col-57-xs,
.col-60-xs,
.col-62-xs,
.col-66-xs,
.col-70-xs,
.col-71-xs,
.col-75-xs,
.col-77-xs,
.col-80-xs,
.col-83-xs,
.col-85-xs,
.col-87-xs,
.col-88-xs,
.col-90-xs,
.col-100-xs,
.col-10-s,
.col-11-s,
.col-12-s,
.col-14-s,
.col-16-s,
.col-20-s,
.col-22-s,
.col-25-s,
.col-28-s,
.col-30-s,
.col-33-s,
.col-37-s,
.col-40-s,
.col-42-s,
.col-44-s,
.col-50-s,
.col-55-s,
.col-57-s,
.col-60-s,
.col-62-s,
.col-66-s,
.col-70-s,
.col-71-s,
.col-75-s,
.col-77-s,
.col-80-s,
.col-83-s,
.col-85-s,
.col-87-s,
.col-88-s,
.col-90-s,
.col-100-s,
.col-10-m,
.col-11-m,
.col-12-m,
.col-14-m,
.col-16-m,
.col-20-m,
.col-22-m,
.col-25-m,
.col-28-m,
.col-30-m,
.col-33-m,
.col-37-m,
.col-40-m,
.col-42-m,
.col-44-m,
.col-50-m,
.col-55-m,
.col-57-m,
.col-60-m,
.col-62-m,
.col-66-m,
.col-70-m,
.col-71-m,
.col-75-m,
.col-77-m,
.col-80-m,
.col-83-m,
.col-85-m,
.col-87-m,
.col-88-m,
.col-90-m,
.col-100-m,
.col-10-l,
.col-11-l,
.col-12-l,
.col-14-l,
.col-16-l,
.col-20-l,
.col-22-l,
.col-25-l,
.col-28-l,
.col-30-l,
.col-33-l,
.col-37-l,
.col-40-l,
.col-42-l,
.col-44-l,
.col-50-l,
.col-55-l,
.col-57-l,
.col-60-l,
.col-62-l,
.col-66-l,
.col-70-l,
.col-71-l,
.col-75-l,
.col-77-l,
.col-80-l,
.col-83-l,
.col-85-l,
.col-87-l,
.col-88-l,
.col-90-l,
.col-100-l,
.col-10-xl,
.col-11-xl,
.col-12-xl,
.col-14-xl,
.col-16-xl,
.col-20-xl,
.col-22-xl,
.col-25-xl,
.col-28-xl,
.col-30-xl,
.col-33-xl,
.col-37-xl,
.col-40-xl,
.col-42-xl,
.col-44-xl,
.col-50-xl,
.col-55-xl,
.col-57-xl,
.col-60-xl,
.col-62-xl,
.col-66-xl,
.col-70-xl,
.col-71-xl,
.col-75-xl,
.col-77-xl,
.col-80-xl,
.col-83-xl,
.col-85-xl,
.col-87-xl,
.col-88-xl,
.col-90-xl,
.col-100-xl,
.col-10-xxl,
.col-11-xxl,
.col-12-xxl,
.col-14-xxl,
.col-16-xxl,
.col-20-xxl,
.col-22-xxl,
.col-25-xxl,
.col-28-xxl,
.col-30-xxl,
.col-33-xxl,
.col-37-xxl,
.col-40-xxl,
.col-42-xxl,
.col-44-xxl,
.col-50-xxl,
.col-55-xxl,
.col-57-xxl,
.col-60-xxl,
.col-62-xxl,
.col-66-xxl,
.col-70-xxl,
.col-71-xxl,
.col-75-xxl,
.col-77-xxl,
.col-80-xxl,
.col-83-xxl,
.col-85-xxl,
.col-87-xxl,
.col-88-xxl,
.col-90-xxl,
.col-100-xxl {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.grid .col-10,
.grid .col-11,
.grid .col-12,
.grid .col-14,
.grid .col-16,
.grid .col-20,
.grid .col-22,
.grid .col-25,
.grid .col-28,
.grid .col-30,
.grid .col-33,
.grid .col-37,
.grid .col-40,
.grid .col-42,
.grid .col-44,
.grid .col-50,
.grid .col-55,
.grid .col-57,
.grid .col-60,
.grid .col-62,
.grid .col-66,
.grid .col-70,
.grid .col-71,
.grid .col-75,
.grid .col-77,
.grid .col-80,
.grid .col-83,
.grid .col-85,
.grid .col-87,
.grid .col-88,
.grid .col-90,
.grid .col-100,
.grid .col-10-xs,
.grid .col-11-xs,
.grid .col-12-xs,
.grid .col-14-xs,
.grid .col-16-xs,
.grid .col-20-xs,
.grid .col-22-xs,
.grid .col-25-xs,
.grid .col-28-xs,
.grid .col-30-xs,
.grid .col-33-xs,
.grid .col-37-xs,
.grid .col-40-xs,
.grid .col-42-xs,
.grid .col-44-xs,
.grid .col-50-xs,
.grid .col-55-xs,
.grid .col-57-xs,
.grid .col-60-xs,
.grid .col-62-xs,
.grid .col-66-xs,
.grid .col-70-xs,
.grid .col-71-xs,
.grid .col-75-xs,
.grid .col-77-xs,
.grid .col-80-xs,
.grid .col-83-xs,
.grid .col-85-xs,
.grid .col-87-xs,
.grid .col-88-xs,
.grid .col-90-xs,
.grid .col-100-xs,
.grid .col-10-s,
.grid .col-11-s,
.grid .col-12-s,
.grid .col-14-s,
.grid .col-16-s,
.grid .col-20-s,
.grid .col-22-s,
.grid .col-25-s,
.grid .col-28-s,
.grid .col-30-s,
.grid .col-33-s,
.grid .col-37-s,
.grid .col-40-s,
.grid .col-42-s,
.grid .col-44-s,
.grid .col-50-s,
.grid .col-55-s,
.grid .col-57-s,
.grid .col-60-s,
.grid .col-62-s,
.grid .col-66-s,
.grid .col-70-s,
.grid .col-71-s,
.grid .col-75-s,
.grid .col-77-s,
.grid .col-80-s,
.grid .col-83-s,
.grid .col-85-s,
.grid .col-87-s,
.grid .col-88-s,
.grid .col-90-s,
.grid .col-100-s,
.grid .col-10-m,
.grid .col-11-m,
.grid .col-12-m,
.grid .col-14-m,
.grid .col-16-m,
.grid .col-20-m,
.grid .col-22-m,
.grid .col-25-m,
.grid .col-28-m,
.grid .col-30-m,
.grid .col-33-m,
.grid .col-37-m,
.grid .col-40-m,
.grid .col-42-m,
.grid .col-44-m,
.grid .col-50-m,
.grid .col-55-m,
.grid .col-57-m,
.grid .col-60-m,
.grid .col-62-m,
.grid .col-66-m,
.grid .col-70-m,
.grid .col-71-m,
.grid .col-75-m,
.grid .col-77-m,
.grid .col-80-m,
.grid .col-83-m,
.grid .col-85-m,
.grid .col-87-m,
.grid .col-88-m,
.grid .col-90-m,
.grid .col-100-m,
.grid .col-10-l,
.grid .col-11-l,
.grid .col-12-l,
.grid .col-14-l,
.grid .col-16-l,
.grid .col-20-l,
.grid .col-22-l,
.grid .col-25-l,
.grid .col-28-l,
.grid .col-30-l,
.grid .col-33-l,
.grid .col-37-l,
.grid .col-40-l,
.grid .col-42-l,
.grid .col-44-l,
.grid .col-50-l,
.grid .col-55-l,
.grid .col-57-l,
.grid .col-60-l,
.grid .col-62-l,
.grid .col-66-l,
.grid .col-70-l,
.grid .col-71-l,
.grid .col-75-l,
.grid .col-77-l,
.grid .col-80-l,
.grid .col-83-l,
.grid .col-85-l,
.grid .col-87-l,
.grid .col-88-l,
.grid .col-90-l,
.grid .col-100-l,
.grid .col-10-xl,
.grid .col-11-xl,
.grid .col-12-xl,
.grid .col-14-xl,
.grid .col-16-xl,
.grid .col-20-xl,
.grid .col-22-xl,
.grid .col-25-xl,
.grid .col-28-xl,
.grid .col-30-xl,
.grid .col-33-xl,
.grid .col-37-xl,
.grid .col-40-xl,
.grid .col-42-xl,
.grid .col-44-xl,
.grid .col-50-xl,
.grid .col-55-xl,
.grid .col-57-xl,
.grid .col-60-xl,
.grid .col-62-xl,
.grid .col-66-xl,
.grid .col-70-xl,
.grid .col-71-xl,
.grid .col-75-xl,
.grid .col-77-xl,
.grid .col-80-xl,
.grid .col-83-xl,
.grid .col-85-xl,
.grid .col-87-xl,
.grid .col-88-xl,
.grid .col-90-xl,
.grid .col-100-xl,
.grid .col-10-xxl,
.grid .col-11-xxl,
.grid .col-12-xxl,
.grid .col-14-xxl,
.grid .col-16-xxl,
.grid .col-20-xxl,
.grid .col-22-xxl,
.grid .col-25-xxl,
.grid .col-28-xxl,
.grid .col-30-xxl,
.grid .col-33-xxl,
.grid .col-37-xxl,
.grid .col-40-xxl,
.grid .col-42-xxl,
.grid .col-44-xxl,
.grid .col-50-xxl,
.grid .col-55-xxl,
.grid .col-57-xxl,
.grid .col-60-xxl,
.grid .col-62-xxl,
.grid .col-66-xxl,
.grid .col-70-xxl,
.grid .col-71-xxl,
.grid .col-75-xxl,
.grid .col-77-xxl,
.grid .col-80-xxl,
.grid .col-83-xxl,
.grid .col-85-xxl,
.grid .col-87-xxl,
.grid .col-88-xxl,
.grid .col-90-xxl,
.grid .col-100-xxl {
  margin-bottom: 20px;
  padding: 0 10px;
}
@media only screen and (min-width: 600px) {
  .grid .col-10,
  .grid .col-11,
  .grid .col-12,
  .grid .col-14,
  .grid .col-16,
  .grid .col-20,
  .grid .col-22,
  .grid .col-25,
  .grid .col-28,
  .grid .col-30,
  .grid .col-33,
  .grid .col-37,
  .grid .col-40,
  .grid .col-42,
  .grid .col-44,
  .grid .col-50,
  .grid .col-55,
  .grid .col-57,
  .grid .col-60,
  .grid .col-62,
  .grid .col-66,
  .grid .col-70,
  .grid .col-71,
  .grid .col-75,
  .grid .col-77,
  .grid .col-80,
  .grid .col-83,
  .grid .col-85,
  .grid .col-87,
  .grid .col-88,
  .grid .col-90,
  .grid .col-100,
  .grid .col-10-xs,
  .grid .col-11-xs,
  .grid .col-12-xs,
  .grid .col-14-xs,
  .grid .col-16-xs,
  .grid .col-20-xs,
  .grid .col-22-xs,
  .grid .col-25-xs,
  .grid .col-28-xs,
  .grid .col-30-xs,
  .grid .col-33-xs,
  .grid .col-37-xs,
  .grid .col-40-xs,
  .grid .col-42-xs,
  .grid .col-44-xs,
  .grid .col-50-xs,
  .grid .col-55-xs,
  .grid .col-57-xs,
  .grid .col-60-xs,
  .grid .col-62-xs,
  .grid .col-66-xs,
  .grid .col-70-xs,
  .grid .col-71-xs,
  .grid .col-75-xs,
  .grid .col-77-xs,
  .grid .col-80-xs,
  .grid .col-83-xs,
  .grid .col-85-xs,
  .grid .col-87-xs,
  .grid .col-88-xs,
  .grid .col-90-xs,
  .grid .col-100-xs,
  .grid .col-10-s,
  .grid .col-11-s,
  .grid .col-12-s,
  .grid .col-14-s,
  .grid .col-16-s,
  .grid .col-20-s,
  .grid .col-22-s,
  .grid .col-25-s,
  .grid .col-28-s,
  .grid .col-30-s,
  .grid .col-33-s,
  .grid .col-37-s,
  .grid .col-40-s,
  .grid .col-42-s,
  .grid .col-44-s,
  .grid .col-50-s,
  .grid .col-55-s,
  .grid .col-57-s,
  .grid .col-60-s,
  .grid .col-62-s,
  .grid .col-66-s,
  .grid .col-70-s,
  .grid .col-71-s,
  .grid .col-75-s,
  .grid .col-77-s,
  .grid .col-80-s,
  .grid .col-83-s,
  .grid .col-85-s,
  .grid .col-87-s,
  .grid .col-88-s,
  .grid .col-90-s,
  .grid .col-100-s,
  .grid .col-10-m,
  .grid .col-11-m,
  .grid .col-12-m,
  .grid .col-14-m,
  .grid .col-16-m,
  .grid .col-20-m,
  .grid .col-22-m,
  .grid .col-25-m,
  .grid .col-28-m,
  .grid .col-30-m,
  .grid .col-33-m,
  .grid .col-37-m,
  .grid .col-40-m,
  .grid .col-42-m,
  .grid .col-44-m,
  .grid .col-50-m,
  .grid .col-55-m,
  .grid .col-57-m,
  .grid .col-60-m,
  .grid .col-62-m,
  .grid .col-66-m,
  .grid .col-70-m,
  .grid .col-71-m,
  .grid .col-75-m,
  .grid .col-77-m,
  .grid .col-80-m,
  .grid .col-83-m,
  .grid .col-85-m,
  .grid .col-87-m,
  .grid .col-88-m,
  .grid .col-90-m,
  .grid .col-100-m,
  .grid .col-10-l,
  .grid .col-11-l,
  .grid .col-12-l,
  .grid .col-14-l,
  .grid .col-16-l,
  .grid .col-20-l,
  .grid .col-22-l,
  .grid .col-25-l,
  .grid .col-28-l,
  .grid .col-30-l,
  .grid .col-33-l,
  .grid .col-37-l,
  .grid .col-40-l,
  .grid .col-42-l,
  .grid .col-44-l,
  .grid .col-50-l,
  .grid .col-55-l,
  .grid .col-57-l,
  .grid .col-60-l,
  .grid .col-62-l,
  .grid .col-66-l,
  .grid .col-70-l,
  .grid .col-71-l,
  .grid .col-75-l,
  .grid .col-77-l,
  .grid .col-80-l,
  .grid .col-83-l,
  .grid .col-85-l,
  .grid .col-87-l,
  .grid .col-88-l,
  .grid .col-90-l,
  .grid .col-100-l,
  .grid .col-10-xl,
  .grid .col-11-xl,
  .grid .col-12-xl,
  .grid .col-14-xl,
  .grid .col-16-xl,
  .grid .col-20-xl,
  .grid .col-22-xl,
  .grid .col-25-xl,
  .grid .col-28-xl,
  .grid .col-30-xl,
  .grid .col-33-xl,
  .grid .col-37-xl,
  .grid .col-40-xl,
  .grid .col-42-xl,
  .grid .col-44-xl,
  .grid .col-50-xl,
  .grid .col-55-xl,
  .grid .col-57-xl,
  .grid .col-60-xl,
  .grid .col-62-xl,
  .grid .col-66-xl,
  .grid .col-70-xl,
  .grid .col-71-xl,
  .grid .col-75-xl,
  .grid .col-77-xl,
  .grid .col-80-xl,
  .grid .col-83-xl,
  .grid .col-85-xl,
  .grid .col-87-xl,
  .grid .col-88-xl,
  .grid .col-90-xl,
  .grid .col-100-xl,
  .grid .col-10-xxl,
  .grid .col-11-xxl,
  .grid .col-12-xxl,
  .grid .col-14-xxl,
  .grid .col-16-xxl,
  .grid .col-20-xxl,
  .grid .col-22-xxl,
  .grid .col-25-xxl,
  .grid .col-28-xxl,
  .grid .col-30-xxl,
  .grid .col-33-xxl,
  .grid .col-37-xxl,
  .grid .col-40-xxl,
  .grid .col-42-xxl,
  .grid .col-44-xxl,
  .grid .col-50-xxl,
  .grid .col-55-xxl,
  .grid .col-57-xxl,
  .grid .col-60-xxl,
  .grid .col-62-xxl,
  .grid .col-66-xxl,
  .grid .col-70-xxl,
  .grid .col-71-xxl,
  .grid .col-75-xxl,
  .grid .col-77-xxl,
  .grid .col-80-xxl,
  .grid .col-83-xxl,
  .grid .col-85-xxl,
  .grid .col-87-xxl,
  .grid .col-88-xxl,
  .grid .col-90-xxl,
  .grid .col-100-xxl {
    padding: 0 20px;
  }
}
.full > .col-10,
.full > .col-11,
.full > .col-12,
.full > .col-14,
.full > .col-16,
.full > .col-20,
.full > .col-22,
.full > .col-25,
.full > .col-28,
.full > .col-30,
.full > .col-33,
.full > .col-37,
.full > .col-40,
.full > .col-42,
.full > .col-44,
.full > .col-50,
.full > .col-55,
.full > .col-57,
.full > .col-60,
.full > .col-62,
.full > .col-66,
.full > .col-70,
.full > .col-71,
.full > .col-75,
.full > .col-77,
.full > .col-80,
.full > .col-83,
.full > .col-85,
.full > .col-87,
.full > .col-88,
.full > .col-90,
.full > .col-100,
.full > .col-10-xs,
.full > .col-11-xs,
.full > .col-12-xs,
.full > .col-14-xs,
.full > .col-16-xs,
.full > .col-20-xs,
.full > .col-22-xs,
.full > .col-25-xs,
.full > .col-28-xs,
.full > .col-30-xs,
.full > .col-33-xs,
.full > .col-37-xs,
.full > .col-40-xs,
.full > .col-42-xs,
.full > .col-44-xs,
.full > .col-50-xs,
.full > .col-55-xs,
.full > .col-57-xs,
.full > .col-60-xs,
.full > .col-62-xs,
.full > .col-66-xs,
.full > .col-70-xs,
.full > .col-71-xs,
.full > .col-75-xs,
.full > .col-77-xs,
.full > .col-80-xs,
.full > .col-83-xs,
.full > .col-85-xs,
.full > .col-87-xs,
.full > .col-88-xs,
.full > .col-90-xs,
.full > .col-100-xs,
.full > .col-10-s,
.full > .col-11-s,
.full > .col-12-s,
.full > .col-14-s,
.full > .col-16-s,
.full > .col-20-s,
.full > .col-22-s,
.full > .col-25-s,
.full > .col-28-s,
.full > .col-30-s,
.full > .col-33-s,
.full > .col-37-s,
.full > .col-40-s,
.full > .col-42-s,
.full > .col-44-s,
.full > .col-50-s,
.full > .col-55-s,
.full > .col-57-s,
.full > .col-60-s,
.full > .col-62-s,
.full > .col-66-s,
.full > .col-70-s,
.full > .col-71-s,
.full > .col-75-s,
.full > .col-77-s,
.full > .col-80-s,
.full > .col-83-s,
.full > .col-85-s,
.full > .col-87-s,
.full > .col-88-s,
.full > .col-90-s,
.full > .col-100-s,
.full > .col-10-m,
.full > .col-11-m,
.full > .col-12-m,
.full > .col-14-m,
.full > .col-16-m,
.full > .col-20-m,
.full > .col-22-m,
.full > .col-25-m,
.full > .col-28-m,
.full > .col-30-m,
.full > .col-33-m,
.full > .col-37-m,
.full > .col-40-m,
.full > .col-42-m,
.full > .col-44-m,
.full > .col-50-m,
.full > .col-55-m,
.full > .col-57-m,
.full > .col-60-m,
.full > .col-62-m,
.full > .col-66-m,
.full > .col-70-m,
.full > .col-71-m,
.full > .col-75-m,
.full > .col-77-m,
.full > .col-80-m,
.full > .col-83-m,
.full > .col-85-m,
.full > .col-87-m,
.full > .col-88-m,
.full > .col-90-m,
.full > .col-100-m,
.full > .col-10-l,
.full > .col-11-l,
.full > .col-12-l,
.full > .col-14-l,
.full > .col-16-l,
.full > .col-20-l,
.full > .col-22-l,
.full > .col-25-l,
.full > .col-28-l,
.full > .col-30-l,
.full > .col-33-l,
.full > .col-37-l,
.full > .col-40-l,
.full > .col-42-l,
.full > .col-44-l,
.full > .col-50-l,
.full > .col-55-l,
.full > .col-57-l,
.full > .col-60-l,
.full > .col-62-l,
.full > .col-66-l,
.full > .col-70-l,
.full > .col-71-l,
.full > .col-75-l,
.full > .col-77-l,
.full > .col-80-l,
.full > .col-83-l,
.full > .col-85-l,
.full > .col-87-l,
.full > .col-88-l,
.full > .col-90-l,
.full > .col-100-l,
.full > .col-10-xl,
.full > .col-11-xl,
.full > .col-12-xl,
.full > .col-14-xl,
.full > .col-16-xl,
.full > .col-20-xl,
.full > .col-22-xl,
.full > .col-25-xl,
.full > .col-28-xl,
.full > .col-30-xl,
.full > .col-33-xl,
.full > .col-37-xl,
.full > .col-40-xl,
.full > .col-42-xl,
.full > .col-44-xl,
.full > .col-50-xl,
.full > .col-55-xl,
.full > .col-57-xl,
.full > .col-60-xl,
.full > .col-62-xl,
.full > .col-66-xl,
.full > .col-70-xl,
.full > .col-71-xl,
.full > .col-75-xl,
.full > .col-77-xl,
.full > .col-80-xl,
.full > .col-83-xl,
.full > .col-85-xl,
.full > .col-87-xl,
.full > .col-88-xl,
.full > .col-90-xl,
.full > .col-100-xl,
.full > .col-10-xxl,
.full > .col-11-xxl,
.full > .col-12-xxl,
.full > .col-14-xxl,
.full > .col-16-xxl,
.full > .col-20-xxl,
.full > .col-22-xxl,
.full > .col-25-xxl,
.full > .col-28-xxl,
.full > .col-30-xxl,
.full > .col-33-xxl,
.full > .col-37-xxl,
.full > .col-40-xxl,
.full > .col-42-xxl,
.full > .col-44-xxl,
.full > .col-50-xxl,
.full > .col-55-xxl,
.full > .col-57-xxl,
.full > .col-60-xxl,
.full > .col-62-xxl,
.full > .col-66-xxl,
.full > .col-70-xxl,
.full > .col-71-xxl,
.full > .col-75-xxl,
.full > .col-77-xxl,
.full > .col-80-xxl,
.full > .col-83-xxl,
.full > .col-85-xxl,
.full > .col-87-xxl,
.full > .col-88-xxl,
.full > .col-90-xxl,
.full > .col-100-xxl {
  padding: 0;
}
.full > .col-10 > div,
.full > .col-11 > div,
.full > .col-12 > div,
.full > .col-14 > div,
.full > .col-16 > div,
.full > .col-20 > div,
.full > .col-22 > div,
.full > .col-25 > div,
.full > .col-28 > div,
.full > .col-30 > div,
.full > .col-33 > div,
.full > .col-37 > div,
.full > .col-40 > div,
.full > .col-42 > div,
.full > .col-44 > div,
.full > .col-50 > div,
.full > .col-55 > div,
.full > .col-57 > div,
.full > .col-60 > div,
.full > .col-62 > div,
.full > .col-66 > div,
.full > .col-70 > div,
.full > .col-71 > div,
.full > .col-75 > div,
.full > .col-77 > div,
.full > .col-80 > div,
.full > .col-83 > div,
.full > .col-85 > div,
.full > .col-87 > div,
.full > .col-88 > div,
.full > .col-90 > div,
.full > .col-100 > div,
.full > .col-10-xs > div,
.full > .col-11-xs > div,
.full > .col-12-xs > div,
.full > .col-14-xs > div,
.full > .col-16-xs > div,
.full > .col-20-xs > div,
.full > .col-22-xs > div,
.full > .col-25-xs > div,
.full > .col-28-xs > div,
.full > .col-30-xs > div,
.full > .col-33-xs > div,
.full > .col-37-xs > div,
.full > .col-40-xs > div,
.full > .col-42-xs > div,
.full > .col-44-xs > div,
.full > .col-50-xs > div,
.full > .col-55-xs > div,
.full > .col-57-xs > div,
.full > .col-60-xs > div,
.full > .col-62-xs > div,
.full > .col-66-xs > div,
.full > .col-70-xs > div,
.full > .col-71-xs > div,
.full > .col-75-xs > div,
.full > .col-77-xs > div,
.full > .col-80-xs > div,
.full > .col-83-xs > div,
.full > .col-85-xs > div,
.full > .col-87-xs > div,
.full > .col-88-xs > div,
.full > .col-90-xs > div,
.full > .col-100-xs > div,
.full > .col-10-s > div,
.full > .col-11-s > div,
.full > .col-12-s > div,
.full > .col-14-s > div,
.full > .col-16-s > div,
.full > .col-20-s > div,
.full > .col-22-s > div,
.full > .col-25-s > div,
.full > .col-28-s > div,
.full > .col-30-s > div,
.full > .col-33-s > div,
.full > .col-37-s > div,
.full > .col-40-s > div,
.full > .col-42-s > div,
.full > .col-44-s > div,
.full > .col-50-s > div,
.full > .col-55-s > div,
.full > .col-57-s > div,
.full > .col-60-s > div,
.full > .col-62-s > div,
.full > .col-66-s > div,
.full > .col-70-s > div,
.full > .col-71-s > div,
.full > .col-75-s > div,
.full > .col-77-s > div,
.full > .col-80-s > div,
.full > .col-83-s > div,
.full > .col-85-s > div,
.full > .col-87-s > div,
.full > .col-88-s > div,
.full > .col-90-s > div,
.full > .col-100-s > div,
.full > .col-10-m > div,
.full > .col-11-m > div,
.full > .col-12-m > div,
.full > .col-14-m > div,
.full > .col-16-m > div,
.full > .col-20-m > div,
.full > .col-22-m > div,
.full > .col-25-m > div,
.full > .col-28-m > div,
.full > .col-30-m > div,
.full > .col-33-m > div,
.full > .col-37-m > div,
.full > .col-40-m > div,
.full > .col-42-m > div,
.full > .col-44-m > div,
.full > .col-50-m > div,
.full > .col-55-m > div,
.full > .col-57-m > div,
.full > .col-60-m > div,
.full > .col-62-m > div,
.full > .col-66-m > div,
.full > .col-70-m > div,
.full > .col-71-m > div,
.full > .col-75-m > div,
.full > .col-77-m > div,
.full > .col-80-m > div,
.full > .col-83-m > div,
.full > .col-85-m > div,
.full > .col-87-m > div,
.full > .col-88-m > div,
.full > .col-90-m > div,
.full > .col-100-m > div,
.full > .col-10-l > div,
.full > .col-11-l > div,
.full > .col-12-l > div,
.full > .col-14-l > div,
.full > .col-16-l > div,
.full > .col-20-l > div,
.full > .col-22-l > div,
.full > .col-25-l > div,
.full > .col-28-l > div,
.full > .col-30-l > div,
.full > .col-33-l > div,
.full > .col-37-l > div,
.full > .col-40-l > div,
.full > .col-42-l > div,
.full > .col-44-l > div,
.full > .col-50-l > div,
.full > .col-55-l > div,
.full > .col-57-l > div,
.full > .col-60-l > div,
.full > .col-62-l > div,
.full > .col-66-l > div,
.full > .col-70-l > div,
.full > .col-71-l > div,
.full > .col-75-l > div,
.full > .col-77-l > div,
.full > .col-80-l > div,
.full > .col-83-l > div,
.full > .col-85-l > div,
.full > .col-87-l > div,
.full > .col-88-l > div,
.full > .col-90-l > div,
.full > .col-100-l > div,
.full > .col-10-xl > div,
.full > .col-11-xl > div,
.full > .col-12-xl > div,
.full > .col-14-xl > div,
.full > .col-16-xl > div,
.full > .col-20-xl > div,
.full > .col-22-xl > div,
.full > .col-25-xl > div,
.full > .col-28-xl > div,
.full > .col-30-xl > div,
.full > .col-33-xl > div,
.full > .col-37-xl > div,
.full > .col-40-xl > div,
.full > .col-42-xl > div,
.full > .col-44-xl > div,
.full > .col-50-xl > div,
.full > .col-55-xl > div,
.full > .col-57-xl > div,
.full > .col-60-xl > div,
.full > .col-62-xl > div,
.full > .col-66-xl > div,
.full > .col-70-xl > div,
.full > .col-71-xl > div,
.full > .col-75-xl > div,
.full > .col-77-xl > div,
.full > .col-80-xl > div,
.full > .col-83-xl > div,
.full > .col-85-xl > div,
.full > .col-87-xl > div,
.full > .col-88-xl > div,
.full > .col-90-xl > div,
.full > .col-100-xl > div,
.full > .col-10-xxl > div,
.full > .col-11-xxl > div,
.full > .col-12-xxl > div,
.full > .col-14-xxl > div,
.full > .col-16-xxl > div,
.full > .col-20-xxl > div,
.full > .col-22-xxl > div,
.full > .col-25-xxl > div,
.full > .col-28-xxl > div,
.full > .col-30-xxl > div,
.full > .col-33-xxl > div,
.full > .col-37-xxl > div,
.full > .col-40-xxl > div,
.full > .col-42-xxl > div,
.full > .col-44-xxl > div,
.full > .col-50-xxl > div,
.full > .col-55-xxl > div,
.full > .col-57-xxl > div,
.full > .col-60-xxl > div,
.full > .col-62-xxl > div,
.full > .col-66-xxl > div,
.full > .col-70-xxl > div,
.full > .col-71-xxl > div,
.full > .col-75-xxl > div,
.full > .col-77-xxl > div,
.full > .col-80-xxl > div,
.full > .col-83-xxl > div,
.full > .col-85-xxl > div,
.full > .col-87-xxl > div,
.full > .col-88-xxl > div,
.full > .col-90-xxl > div,
.full > .col-100-xxl > div {
  padding: 20px 20px 0 20px;
}
.col-10 > div,
.col-11 > div,
.col-12 > div,
.col-14 > div,
.col-16 > div,
.col-20 > div,
.col-22 > div,
.col-25 > div,
.col-28 > div,
.col-30 > div,
.col-33 > div,
.col-37 > div,
.col-40 > div,
.col-42 > div,
.col-44 > div,
.col-50 > div,
.col-55 > div,
.col-57 > div,
.col-60 > div,
.col-62 > div,
.col-66 > div,
.col-70 > div,
.col-71 > div,
.col-75 > div,
.col-77 > div,
.col-80 > div,
.col-83 > div,
.col-85 > div,
.col-87 > div,
.col-88 > div,
.col-90 > div,
.col-100 > div,
.col-10-xs > div,
.col-11-xs > div,
.col-12-xs > div,
.col-14-xs > div,
.col-16-xs > div,
.col-20-xs > div,
.col-22-xs > div,
.col-25-xs > div,
.col-28-xs > div,
.col-30-xs > div,
.col-33-xs > div,
.col-37-xs > div,
.col-40-xs > div,
.col-42-xs > div,
.col-44-xs > div,
.col-50-xs > div,
.col-55-xs > div,
.col-57-xs > div,
.col-60-xs > div,
.col-62-xs > div,
.col-66-xs > div,
.col-70-xs > div,
.col-71-xs > div,
.col-75-xs > div,
.col-77-xs > div,
.col-80-xs > div,
.col-83-xs > div,
.col-85-xs > div,
.col-87-xs > div,
.col-88-xs > div,
.col-90-xs > div,
.col-100-xs > div,
.col-10-s > div,
.col-11-s > div,
.col-12-s > div,
.col-14-s > div,
.col-16-s > div,
.col-20-s > div,
.col-22-s > div,
.col-25-s > div,
.col-28-s > div,
.col-30-s > div,
.col-33-s > div,
.col-37-s > div,
.col-40-s > div,
.col-42-s > div,
.col-44-s > div,
.col-50-s > div,
.col-55-s > div,
.col-57-s > div,
.col-60-s > div,
.col-62-s > div,
.col-66-s > div,
.col-70-s > div,
.col-71-s > div,
.col-75-s > div,
.col-77-s > div,
.col-80-s > div,
.col-83-s > div,
.col-85-s > div,
.col-87-s > div,
.col-88-s > div,
.col-90-s > div,
.col-100-s > div,
.col-10-m > div,
.col-11-m > div,
.col-12-m > div,
.col-14-m > div,
.col-16-m > div,
.col-20-m > div,
.col-22-m > div,
.col-25-m > div,
.col-28-m > div,
.col-30-m > div,
.col-33-m > div,
.col-37-m > div,
.col-40-m > div,
.col-42-m > div,
.col-44-m > div,
.col-50-m > div,
.col-55-m > div,
.col-57-m > div,
.col-60-m > div,
.col-62-m > div,
.col-66-m > div,
.col-70-m > div,
.col-71-m > div,
.col-75-m > div,
.col-77-m > div,
.col-80-m > div,
.col-83-m > div,
.col-85-m > div,
.col-87-m > div,
.col-88-m > div,
.col-90-m > div,
.col-100-m > div,
.col-10-l > div,
.col-11-l > div,
.col-12-l > div,
.col-14-l > div,
.col-16-l > div,
.col-20-l > div,
.col-22-l > div,
.col-25-l > div,
.col-28-l > div,
.col-30-l > div,
.col-33-l > div,
.col-37-l > div,
.col-40-l > div,
.col-42-l > div,
.col-44-l > div,
.col-50-l > div,
.col-55-l > div,
.col-57-l > div,
.col-60-l > div,
.col-62-l > div,
.col-66-l > div,
.col-70-l > div,
.col-71-l > div,
.col-75-l > div,
.col-77-l > div,
.col-80-l > div,
.col-83-l > div,
.col-85-l > div,
.col-87-l > div,
.col-88-l > div,
.col-90-l > div,
.col-100-l > div,
.col-10-xl > div,
.col-11-xl > div,
.col-12-xl > div,
.col-14-xl > div,
.col-16-xl > div,
.col-20-xl > div,
.col-22-xl > div,
.col-25-xl > div,
.col-28-xl > div,
.col-30-xl > div,
.col-33-xl > div,
.col-37-xl > div,
.col-40-xl > div,
.col-42-xl > div,
.col-44-xl > div,
.col-50-xl > div,
.col-55-xl > div,
.col-57-xl > div,
.col-60-xl > div,
.col-62-xl > div,
.col-66-xl > div,
.col-70-xl > div,
.col-71-xl > div,
.col-75-xl > div,
.col-77-xl > div,
.col-80-xl > div,
.col-83-xl > div,
.col-85-xl > div,
.col-87-xl > div,
.col-88-xl > div,
.col-90-xl > div,
.col-100-xl > div,
.col-10-xxl > div,
.col-11-xxl > div,
.col-12-xxl > div,
.col-14-xxl > div,
.col-16-xxl > div,
.col-20-xxl > div,
.col-22-xxl > div,
.col-25-xxl > div,
.col-28-xxl > div,
.col-30-xxl > div,
.col-33-xxl > div,
.col-37-xxl > div,
.col-40-xxl > div,
.col-42-xxl > div,
.col-44-xxl > div,
.col-50-xxl > div,
.col-55-xxl > div,
.col-57-xxl > div,
.col-60-xxl > div,
.col-62-xxl > div,
.col-66-xxl > div,
.col-70-xxl > div,
.col-71-xxl > div,
.col-75-xxl > div,
.col-77-xxl > div,
.col-80-xxl > div,
.col-83-xxl > div,
.col-85-xxl > div,
.col-87-xxl > div,
.col-88-xxl > div,
.col-90-xxl > div,
.col-100-xxl > div {
  width: 100%;
}
.col-10 {
  width: 10%;
}
.col-11 {
  width: 11.1111111111%;
}
.col-12 {
  width: 12.5%;
}
.col-14 {
  width: 14.2857142857%;
}
.col-16 {
  width: 16.6666666667%;
}
.col-20 {
  width: 20%;
}
.col-22 {
  width: 22.2222222222%;
}
.col-25 {
  width: 25%;
}
.col-28 {
  width: 28.5714285714%;
}
.col-30 {
  width: 30%;
}
.col-33 {
  width: 33.3333333333%;
}
.col-37 {
  width: 37.5%;
}
.col-40 {
  width: 40%;
}
.col-42 {
  width: 42.8571428571%;
}
.col-44 {
  width: 44.4444444444%;
}
.col-50 {
  width: 50%;
}
.col-55 {
  width: 55.5555555556%;
}
.col-57 {
  width: 57.1428571428%;
}
.col-60 {
  width: 60%;
}
.col-62 {
  width: 62.5%;
}
.col-66 {
  width: 66.6666666667%;
}
.col-70 {
  width: 70%;
}
.col-71 {
  width: 71.4285714285%;
}
.col-75 {
  width: 75%;
}
.col-77 {
  width: 77.7777777778%;
}
.col-80 {
  width: 80%;
}
.col-83 {
  width: 83.3333333333%;
}
.col-85 {
  width: 85.7142857142%;
}
.col-87 {
  width: 87.5%;
}
.col-88 {
  width: 88.8888888889%;
}
.col-90 {
  width: 90%;
}
.col-100 {
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .col-10-xs {
    width: 10%;
  }
  .col-11-xs {
    width: 11.1111111111%;
  }
  .col-12-xs {
    width: 12.5%;
  }
  .col-14-xs {
    width: 14.2857142857%;
  }
  .col-16-xs {
    width: 16.6666666667%;
  }
  .col-20-xs {
    width: 20%;
  }
  .col-22-xs {
    width: 22.2222222222%;
  }
  .col-25-xs {
    width: 25%;
  }
  .col-28-xs {
    width: 28.5714285714%;
  }
  .col-30-xs {
    width: 30%;
  }
  .col-33-xs {
    width: 33.3333333333%;
  }
  .col-37-xs {
    width: 37.5%;
  }
  .col-40-xs {
    width: 40%;
  }
  .col-42-xs {
    width: 42.8571428571%;
  }
  .col-44-xs {
    width: 44.4444444444%;
  }
  .col-50-xs {
    width: 50%;
  }
  .col-55-xs {
    width: 55.5555555556%;
  }
  .col-57-xs {
    width: 57.1428571428%;
  }
  .col-60-xs {
    width: 60%;
  }
  .col-62-xs {
    width: 62.5%;
  }
  .col-66-xs {
    width: 66.6666666667%;
  }
  .col-70-xs {
    width: 70%;
  }
  .col-71-xs {
    width: 71.4285714285%;
  }
  .col-75-xs {
    width: 75%;
  }
  .col-77-xs {
    width: 77.7777777778%;
  }
  .col-80-xs {
    width: 80%;
  }
  .col-83-xs {
    width: 83.3333333333%;
  }
  .col-85-xs {
    width: 85.7142857142%;
  }
  .col-87-xs {
    width: 87.5%;
  }
  .col-88-xs {
    width: 88.8888888889%;
  }
  .col-90-xs {
    width: 90%;
  }
  .col-100-xs {
    width: 100%;
  }
}
@media only screen and (min-width: 600px) {
  .col-10-s {
    width: 10%;
  }
  .col-11-s {
    width: 11.1111111111%;
  }
  .col-12-s {
    width: 12.5%;
  }
  .col-14-s {
    width: 14.2857142857%;
  }
  .col-16-s {
    width: 16.6666666667%;
  }
  .col-20-s {
    width: 20%;
  }
  .col-22-s {
    width: 22.2222222222%;
  }
  .col-25-s {
    width: 25%;
  }
  .col-28-s {
    width: 28.5714285714%;
  }
  .col-30-s {
    width: 30%;
  }
  .col-33-s {
    width: 33.3333333333%;
  }
  .col-37-s {
    width: 37.5%;
  }
  .col-40-s {
    width: 40%;
  }
  .col-42-s {
    width: 42.8571428571%;
  }
  .col-44-s {
    width: 44.4444444444%;
  }
  .col-50-s {
    width: 50%;
  }
  .col-55-s {
    width: 55.5555555556%;
  }
  .col-57-s {
    width: 57.1428571428%;
  }
  .col-60-s {
    width: 60%;
  }
  .col-62-s {
    width: 62.5%;
  }
  .col-66-s {
    width: 66.6666666667%;
  }
  .col-70-s {
    width: 70%;
  }
  .col-71-s {
    width: 71.4285714285%;
  }
  .col-75-s {
    width: 75%;
  }
  .col-77-s {
    width: 77.7777777778%;
  }
  .col-80-s {
    width: 80%;
  }
  .col-83-s {
    width: 83.3333333333%;
  }
  .col-85-s {
    width: 85.7142857142%;
  }
  .col-87-s {
    width: 87.5%;
  }
  .col-88-s {
    width: 88.8888888889%;
  }
  .col-90-s {
    width: 90%;
  }
  .col-100-s {
    width: 100%;
  }
  .full > .col-10 > div,
  .full > .col-11 > div,
  .full > .col-12 > div,
  .full > .col-14 > div,
  .full > .col-16 > div,
  .full > .col-20 > div,
  .full > .col-22 > div,
  .full > .col-10-xs > div,
  .full > .col-11-xs > div,
  .full > .col-12-xs > div,
  .full > .col-14-xs > div,
  .full > .col-16-xs > div,
  .full > .col-20-xs > div,
  .full > .col-22-xs > div,
  .full > .col-10-s > div,
  .full > .col-11-s > div,
  .full > .col-12-s > div,
  .full > .col-14-s > div,
  .full > .col-16-s > div,
  .full > .col-20-s > div,
  .full > .col-22-s > div,
  .full > .col-10-m > div,
  .full > .col-11-m > div,
  .full > .col-12-m > div,
  .full > .col-14-m > div,
  .full > .col-16-m > div,
  .full > .col-20-m > div,
  .full > .col-22-m > div,
  .full > .col-10-l > div,
  .full > .col-11-l > div,
  .full > .col-12-l > div,
  .full > .col-14-l > div,
  .full > .col-16-l > div,
  .full > .col-20-l > div,
  .full > .col-22-l > div,
  .full > .col-10-xl > div,
  .full > .col-11-xl > div,
  .full > .col-12-xl > div,
  .full > .col-14-xl > div,
  .full > .col-16-xl > div,
  .full > .col-20-xl > div,
  .full > .col-22-xl > div,
  .full > .col-10-xxl > div,
  .full > .col-11-xxl > div,
  .full > .col-12-xxl > div,
  .full > .col-14-xxl > div,
  .full > .col-16-xxl > div,
  .full > .col-20-xxl > div,
  .full > .col-22-xxl > div {
    padding: 20px 20px 0 20px;
  }
  .full > .col-25 > div,
  .full > .col-28 > div,
  .full > .col-30 > div,
  .full > .col-33 > div,
  .full > .col-37 > div,
  .full > .col-40 > div,
  .full > .col-42 > div,
  .full > .col-44 > div,
  .full > .col-50 > div,
  .full > .col-55 > div,
  .full > .col-57 > div,
  .full > .col-60 > div,
  .full > .col-62 > div,
  .full > .col-66 > div,
  .full > .col-70 > div,
  .full > .col-71 > div,
  .full > .col-25-xs > div,
  .full > .col-28-xs > div,
  .full > .col-30-xs > div,
  .full > .col-33-xs > div,
  .full > .col-37-xs > div,
  .full > .col-40-xs > div,
  .full > .col-42-xs > div,
  .full > .col-44-xs > div,
  .full > .col-50-xs > div,
  .full > .col-55-xs > div,
  .full > .col-57-xs > div,
  .full > .col-60-xs > div,
  .full > .col-62-xs > div,
  .full > .col-66-xs > div,
  .full > .col-70-xs > div,
  .full > .col-71-xs > div,
  .full > .col-75-xs > div,
  .full > .col-25-s > div,
  .full > .col-28-s > div,
  .full > .col-30-s > div,
  .full > .col-33-s > div,
  .full > .col-37-s > div,
  .full > .col-40-s > div,
  .full > .col-42-s > div,
  .full > .col-44-s > div,
  .full > .col-50-s > div,
  .full > .col-55-s > div,
  .full > .col-57-s > div,
  .full > .col-60-s > div,
  .full > .col-62-s > div,
  .full > .col-66-s > div,
  .full > .col-70-s > div,
  .full > .col-71-s > div,
  .full > .col-75-s > div,
  .full > .col-25-m > div,
  .full > .col-28-m > div,
  .full > .col-30-m > div,
  .full > .col-33-m > div,
  .full > .col-37-m > div,
  .full > .col-40-m > div,
  .full > .col-42-m > div,
  .full > .col-44-m > div,
  .full > .col-50-m > div,
  .full > .col-55-m > div,
  .full > .col-57-m > div,
  .full > .col-60-m > div,
  .full > .col-62-m > div,
  .full > .col-66-m > div,
  .full > .col-70-m > div,
  .full > .col-71-m > div,
  .full > .col-75-m > div,
  .full > .col-25-l > div,
  .full > .col-28-l > div,
  .full > .col-30-l > div,
  .full > .col-33-l > div,
  .full > .col-37-l > div,
  .full > .col-40-l > div,
  .full > .col-42-l > div,
  .full > .col-44-l > div,
  .full > .col-50-l > div,
  .full > .col-55-l > div,
  .full > .col-57-l > div,
  .full > .col-60-l > div,
  .full > .col-62-l > div,
  .full > .col-66-l > div,
  .full > .col-70-l > div,
  .full > .col-71-l > div,
  .full > .col-75-l > div,
  .full > .col-25-xl > div,
  .full > .col-28-xl > div,
  .full > .col-30-xl > div,
  .full > .col-33-xl > div,
  .full > .col-37-xl > div,
  .full > .col-40-xl > div,
  .full > .col-42-xl > div,
  .full > .col-44-xl > div,
  .full > .col-50-xl > div,
  .full > .col-55-xl > div,
  .full > .col-57-xl > div,
  .full > .col-60-xl > div,
  .full > .col-62-xl > div,
  .full > .col-66-xl > div,
  .full > .col-70-xl > div,
  .full > .col-71-xl > div,
  .full > .col-75-xl > div,
  .full > .col-25-xxl > div,
  .full > .col-28-xxl > div,
  .full > .col-30-xxl > div,
  .full > .col-33-xxl > div,
  .full > .col-37-xxl > div,
  .full > .col-40-xxl > div,
  .full > .col-42-xxl > div,
  .full > .col-44-xxl > div,
  .full > .col-50-xxl > div,
  .full > .col-55-xxl > div,
  .full > .col-57-xxl > div,
  .full > .col-60-xxl > div,
  .full > .col-62-xxl > div,
  .full > .col-66-xxl > div,
  .full > .col-70-xxl > div,
  .full > .col-71-xxl > div,
  .full > .col-75-xxl > div {
    padding: 40px 40px 20px 40px;
  }
  .full > .col-77-xs > div,
  .full > .col-80-xs > div,
  .full > .col-83-xs > div,
  .full > .col-85-xs > div,
  .full > .col-87-xs > div,
  .full > .col-88-xs > div,
  .full > .col-90-xs > div,
  .full > .col-100-xs > div,
  .full > .col-77-s > div,
  .full > .col-80-s > div,
  .full > .col-83-s > div,
  .full > .col-85-s > div,
  .full > .col-87-s > div,
  .full > .col-88-s > div,
  .full > .col-90-s > div,
  .full > .col-100-s > div,
  .full > .col-77-m > div,
  .full > .col-80-m > div,
  .full > .col-83-m > div,
  .full > .col-85-m > div,
  .full > .col-87-m > div,
  .full > .col-88-m > div,
  .full > .col-90-m > div,
  .full > .col-100-m > div,
  .full > .col-77-l > div,
  .full > .col-80-l > div,
  .full > .col-83-l > div,
  .full > .col-85-l > div,
  .full > .col-87-l > div,
  .full > .col-88-l > div,
  .full > .col-90-l > div,
  .full > .col-100-l > div,
  .full > .col-77-xl > div,
  .full > .col-80-xl > div,
  .full > .col-83-xl > div,
  .full > .col-85-xl > div,
  .full > .col-87-xl > div,
  .full > .col-88-xl > div,
  .full > .col-90-xl > div,
  .full > .col-100-xl > div,
  .full > .col-77-xxl > div,
  .full > .col-80-xxl > div,
  .full > .col-83-xxl > div,
  .full > .col-85-xxl > div,
  .full > .col-87-xxl > div,
  .full > .col-88-xxl > div,
  .full > .col-90-xxl > div,
  .full > .col-100-xxl > div {
    padding: 40px 40px 20px 40px;
  }
}
@media only screen and (min-width: 900px) {
  .col-10-m {
    width: 10%;
  }
  .col-11-m {
    width: 11.1111111111%;
  }
  .col-12-m {
    width: 12.5%;
  }
  .col-14-m {
    width: 14.2857142857%;
  }
  .col-16-m {
    width: 16.6666666667%;
  }
  .col-20-m {
    width: 20%;
  }
  .col-22-m {
    width: 22.2222222222%;
  }
  .col-25-m {
    width: 25%;
  }
  .col-28-m {
    width: 28.5714285714%;
  }
  .col-30-m {
    width: 30%;
  }
  .col-33-m {
    width: 33.3333333333%;
  }
  .col-37-m {
    width: 37.5%;
  }
  .col-40-m {
    width: 40%;
  }
  .col-42-m {
    width: 42.8571428571%;
  }
  .col-44-m {
    width: 44.4444444444%;
  }
  .col-50-m {
    width: 50%;
  }
  .col-55-m {
    width: 55.5555555556%;
  }
  .col-57-m {
    width: 57.1428571428%;
  }
  .col-60-m {
    width: 60%;
  }
  .col-62-m {
    width: 62.5%;
  }
  .col-66-m {
    width: 66.6666666667%;
  }
  .col-70-m {
    width: 70%;
  }
  .col-71-m {
    width: 71.4285714285%;
  }
  .col-75-m {
    width: 75%;
  }
  .col-77-m {
    width: 77.7777777778%;
  }
  .col-80-m {
    width: 80%;
  }
  .col-83-m {
    width: 83.3333333333%;
  }
  .col-85-m {
    width: 85.7142857142%;
  }
  .col-87-m {
    width: 87.5%;
  }
  .col-88-m {
    width: 88.8888888889%;
  }
  .col-90-m {
    width: 90%;
  }
  .col-100-m {
    width: 100%;
  }
  .full > .col-10 > div,
  .full > .col-11 > div,
  .full > .col-12 > div,
  .full > .col-14 > div,
  .full > .col-16 > div,
  .full > .col-20 > div,
  .full > .col-22 > div,
  .full > .col-10-xs > div,
  .full > .col-11-xs > div,
  .full > .col-12-xs > div,
  .full > .col-14-xs > div,
  .full > .col-16-xs > div,
  .full > .col-20-xs > div,
  .full > .col-22-xs > div,
  .full > .col-10-s > div,
  .full > .col-11-s > div,
  .full > .col-12-s > div,
  .full > .col-14-s > div,
  .full > .col-16-s > div,
  .full > .col-20-s > div,
  .full > .col-22-s > div,
  .full > .col-10-m > div,
  .full > .col-11-m > div,
  .full > .col-12-m > div,
  .full > .col-14-m > div,
  .full > .col-16-m > div,
  .full > .col-20-m > div,
  .full > .col-22-m > div,
  .full > .col-10-l > div,
  .full > .col-11-l > div,
  .full > .col-12-l > div,
  .full > .col-14-l > div,
  .full > .col-16-l > div,
  .full > .col-20-l > div,
  .full > .col-22-l > div,
  .full > .col-10-xl > div,
  .full > .col-11-xl > div,
  .full > .col-12-xl > div,
  .full > .col-14-xl > div,
  .full > .col-16-xl > div,
  .full > .col-20-xl > div,
  .full > .col-22-xl > div,
  .full > .col-10-xxl > div,
  .full > .col-11-xxl > div,
  .full > .col-12-xxl > div,
  .full > .col-14-xxl > div,
  .full > .col-16-xxl > div,
  .full > .col-20-xxl > div,
  .full > .col-22-xxl > div {
    padding: 20px 20px 0 20px;
  }
  .full > .col-25 > div,
  .full > .col-28 > div,
  .full > .col-30 > div,
  .full > .col-33 > div,
  .full > .col-37 > div,
  .full > .col-40 > div,
  .full > .col-42 > div,
  .full > .col-44 > div,
  .full > .col-50 > div,
  .full > .col-55 > div,
  .full > .col-57 > div,
  .full > .col-60 > div,
  .full > .col-62 > div,
  .full > .col-66 > div,
  .full > .col-70 > div,
  .full > .col-71 > div,
  .full > .col-25-xs > div,
  .full > .col-28-xs > div,
  .full > .col-30-xs > div,
  .full > .col-33-xs > div,
  .full > .col-37-xs > div,
  .full > .col-40-xs > div,
  .full > .col-42-xs > div,
  .full > .col-44-xs > div,
  .full > .col-50-xs > div,
  .full > .col-55-xs > div,
  .full > .col-57-xs > div,
  .full > .col-60-xs > div,
  .full > .col-62-xs > div,
  .full > .col-66-xs > div,
  .full > .col-70-xs > div,
  .full > .col-71-xs > div,
  .full > .col-75-xs > div,
  .full > .col-25-s > div,
  .full > .col-28-s > div,
  .full > .col-30-s > div,
  .full > .col-33-s > div,
  .full > .col-37-s > div,
  .full > .col-40-s > div,
  .full > .col-42-s > div,
  .full > .col-44-s > div,
  .full > .col-50-s > div,
  .full > .col-55-s > div,
  .full > .col-57-s > div,
  .full > .col-60-s > div,
  .full > .col-62-s > div,
  .full > .col-66-s > div,
  .full > .col-70-s > div,
  .full > .col-71-s > div,
  .full > .col-75-s > div,
  .full > .col-25-m > div,
  .full > .col-28-m > div,
  .full > .col-30-m > div,
  .full > .col-33-m > div,
  .full > .col-37-m > div,
  .full > .col-40-m > div,
  .full > .col-42-m > div,
  .full > .col-44-m > div,
  .full > .col-50-m > div,
  .full > .col-55-m > div,
  .full > .col-57-m > div,
  .full > .col-60-m > div,
  .full > .col-62-m > div,
  .full > .col-66-m > div,
  .full > .col-70-m > div,
  .full > .col-71-m > div,
  .full > .col-75-m > div,
  .full > .col-25-l > div,
  .full > .col-28-l > div,
  .full > .col-30-l > div,
  .full > .col-33-l > div,
  .full > .col-37-l > div,
  .full > .col-40-l > div,
  .full > .col-42-l > div,
  .full > .col-44-l > div,
  .full > .col-50-l > div,
  .full > .col-55-l > div,
  .full > .col-57-l > div,
  .full > .col-60-l > div,
  .full > .col-62-l > div,
  .full > .col-66-l > div,
  .full > .col-70-l > div,
  .full > .col-71-l > div,
  .full > .col-75-l > div,
  .full > .col-25-xl > div,
  .full > .col-28-xl > div,
  .full > .col-30-xl > div,
  .full > .col-33-xl > div,
  .full > .col-37-xl > div,
  .full > .col-40-xl > div,
  .full > .col-42-xl > div,
  .full > .col-44-xl > div,
  .full > .col-50-xl > div,
  .full > .col-55-xl > div,
  .full > .col-57-xl > div,
  .full > .col-60-xl > div,
  .full > .col-62-xl > div,
  .full > .col-66-xl > div,
  .full > .col-70-xl > div,
  .full > .col-71-xl > div,
  .full > .col-75-xl > div,
  .full > .col-25-xxl > div,
  .full > .col-28-xxl > div,
  .full > .col-30-xxl > div,
  .full > .col-33-xxl > div,
  .full > .col-37-xxl > div,
  .full > .col-40-xxl > div,
  .full > .col-42-xxl > div,
  .full > .col-44-xxl > div,
  .full > .col-50-xxl > div,
  .full > .col-55-xxl > div,
  .full > .col-57-xxl > div,
  .full > .col-60-xxl > div,
  .full > .col-62-xxl > div,
  .full > .col-66-xxl > div,
  .full > .col-70-xxl > div,
  .full > .col-71-xxl > div,
  .full > .col-75-xxl > div {
    padding: 40px 40px 20px 40px;
  }
  .full > .col-77-xs > div,
  .full > .col-80-xs > div,
  .full > .col-83-xs > div,
  .full > .col-85-xs > div,
  .full > .col-87-xs > div,
  .full > .col-88-xs > div,
  .full > .col-90-xs > div,
  .full > .col-100-xs > div,
  .full > .col-77-s > div,
  .full > .col-80-s > div,
  .full > .col-83-s > div,
  .full > .col-85-s > div,
  .full > .col-87-s > div,
  .full > .col-88-s > div,
  .full > .col-90-s > div,
  .full > .col-100-s > div,
  .full > .col-77-m > div,
  .full > .col-80-m > div,
  .full > .col-83-m > div,
  .full > .col-85-m > div,
  .full > .col-87-m > div,
  .full > .col-88-m > div,
  .full > .col-90-m > div,
  .full > .col-100-m > div,
  .full > .col-77-l > div,
  .full > .col-80-l > div,
  .full > .col-83-l > div,
  .full > .col-85-l > div,
  .full > .col-87-l > div,
  .full > .col-88-l > div,
  .full > .col-90-l > div,
  .full > .col-100-l > div,
  .full > .col-77-xl > div,
  .full > .col-80-xl > div,
  .full > .col-83-xl > div,
  .full > .col-85-xl > div,
  .full > .col-87-xl > div,
  .full > .col-88-xl > div,
  .full > .col-90-xl > div,
  .full > .col-100-xl > div,
  .full > .col-77-xxl > div,
  .full > .col-80-xxl > div,
  .full > .col-83-xxl > div,
  .full > .col-85-xxl > div,
  .full > .col-87-xxl > div,
  .full > .col-88-xxl > div,
  .full > .col-90-xxl > div,
  .full > .col-100-xxl > div {
    padding: 80px 80px 60px 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .col-33-1024px {
    width: 33.333%;
  }
  .col-40-1024px {
    width: 40%;
  }
  .col-60-1024px {
    width: 60%;
  }
  .col-66-1024px {
    width: 66.666%;
  }
}
@media only screen and (min-width: 1200px) {
  .col-10-l {
    width: 10%;
  }
  .col-11-l {
    width: 11.1111111111%;
  }
  .col-12-l {
    width: 12.5%;
  }
  .col-14-l {
    width: 14.2857142857%;
  }
  .col-16-l {
    width: 16.6666666667%;
  }
  .col-20-l {
    width: 20%;
  }
  .col-22-l {
    width: 22.2222222222%;
  }
  .col-25-l {
    width: 25%;
  }
  .col-28-l {
    width: 28.5714285714%;
  }
  .col-30-l {
    width: 30%;
  }
  .col-33-l {
    width: 33.3333333333%;
  }
  .col-37-l {
    width: 37.5%;
  }
  .col-40-l {
    width: 40%;
  }
  .col-42-l {
    width: 42.8571428571%;
  }
  .col-44-l {
    width: 44.4444444444%;
  }
  .col-50-l {
    width: 50%;
  }
  .col-55-l {
    width: 55.5555555556%;
  }
  .col-57-l {
    width: 57.1428571428%;
  }
  .col-60-l {
    width: 60%;
  }
  .col-62-l {
    width: 62.5%;
  }
  .col-66-l {
    width: 66.6666666667%;
  }
  .col-70-l {
    width: 70%;
  }
  .col-71-l {
    width: 71.4285714285%;
  }
  .col-75-l {
    width: 75%;
  }
  .col-77-l {
    width: 77.7777777778%;
  }
  .col-80-l {
    width: 80%;
  }
  .col-83-l {
    width: 83.3333333333%;
  }
  .col-85-l {
    width: 85.7142857142%;
  }
  .col-87-l {
    width: 87.5%;
  }
  .col-88-l {
    width: 88.8888888889%;
  }
  .col-90-l {
    width: 90%;
  }
  .col-100-l {
    width: 100%;
  }
  .full > .col-10 > div,
  .full > .col-11 > div,
  .full > .col-12 > div,
  .full > .col-14 > div,
  .full > .col-16 > div,
  .full > .col-20 > div,
  .full > .col-22 > div,
  .full > .col-10-xs > div,
  .full > .col-11-xs > div,
  .full > .col-12-xs > div,
  .full > .col-14-xs > div,
  .full > .col-16-xs > div,
  .full > .col-20-xs > div,
  .full > .col-22-xs > div,
  .full > .col-10-s > div,
  .full > .col-11-s > div,
  .full > .col-12-s > div,
  .full > .col-14-s > div,
  .full > .col-16-s > div,
  .full > .col-20-s > div,
  .full > .col-22-s > div,
  .full > .col-10-m > div,
  .full > .col-11-m > div,
  .full > .col-12-m > div,
  .full > .col-14-m > div,
  .full > .col-16-m > div,
  .full > .col-20-m > div,
  .full > .col-22-m > div,
  .full > .col-10-l > div,
  .full > .col-11-l > div,
  .full > .col-12-l > div,
  .full > .col-14-l > div,
  .full > .col-16-l > div,
  .full > .col-20-l > div,
  .full > .col-22-l > div,
  .full > .col-10-xl > div,
  .full > .col-11-xl > div,
  .full > .col-12-xl > div,
  .full > .col-14-xl > div,
  .full > .col-16-xl > div,
  .full > .col-20-xl > div,
  .full > .col-22-xl > div,
  .full > .col-10-xxl > div,
  .full > .col-11-xxl > div,
  .full > .col-12-xxl > div,
  .full > .col-14-xxl > div,
  .full > .col-16-xxl > div,
  .full > .col-20-xxl > div,
  .full > .col-22-xxl > div {
    padding: 40px 40px 20px 40px;
  }
  .full > .col-25 > div,
  .full > .col-28 > div,
  .full > .col-30 > div,
  .full > .col-33 > div,
  .full > .col-37 > div,
  .full > .col-40 > div,
  .full > .col-42 > div,
  .full > .col-44 > div,
  .full > .col-50 > div,
  .full > .col-55 > div,
  .full > .col-57 > div,
  .full > .col-60 > div,
  .full > .col-62 > div,
  .full > .col-66 > div,
  .full > .col-70 > div,
  .full > .col-71 > div,
  .full > .col-25-xs > div,
  .full > .col-28-xs > div,
  .full > .col-30-xs > div,
  .full > .col-33-xs > div,
  .full > .col-37-xs > div,
  .full > .col-40-xs > div,
  .full > .col-42-xs > div,
  .full > .col-44-xs > div,
  .full > .col-50-xs > div,
  .full > .col-55-xs > div,
  .full > .col-57-xs > div,
  .full > .col-60-xs > div,
  .full > .col-62-xs > div,
  .full > .col-66-xs > div,
  .full > .col-70-xs > div,
  .full > .col-71-xs > div,
  .full > .col-75-xs > div,
  .full > .col-25-s > div,
  .full > .col-28-s > div,
  .full > .col-30-s > div,
  .full > .col-33-s > div,
  .full > .col-37-s > div,
  .full > .col-40-s > div,
  .full > .col-42-s > div,
  .full > .col-44-s > div,
  .full > .col-50-s > div,
  .full > .col-55-s > div,
  .full > .col-57-s > div,
  .full > .col-60-s > div,
  .full > .col-62-s > div,
  .full > .col-66-s > div,
  .full > .col-70-s > div,
  .full > .col-71-s > div,
  .full > .col-75-s > div,
  .full > .col-25-m > div,
  .full > .col-28-m > div,
  .full > .col-30-m > div,
  .full > .col-33-m > div,
  .full > .col-37-m > div,
  .full > .col-40-m > div,
  .full > .col-42-m > div,
  .full > .col-44-m > div,
  .full > .col-50-m > div,
  .full > .col-55-m > div,
  .full > .col-57-m > div,
  .full > .col-60-m > div,
  .full > .col-62-m > div,
  .full > .col-66-m > div,
  .full > .col-70-m > div,
  .full > .col-71-m > div,
  .full > .col-75-m > div,
  .full > .col-25-l > div,
  .full > .col-28-l > div,
  .full > .col-30-l > div,
  .full > .col-33-l > div,
  .full > .col-37-l > div,
  .full > .col-40-l > div,
  .full > .col-42-l > div,
  .full > .col-44-l > div,
  .full > .col-50-l > div,
  .full > .col-55-l > div,
  .full > .col-57-l > div,
  .full > .col-60-l > div,
  .full > .col-62-l > div,
  .full > .col-66-l > div,
  .full > .col-70-l > div,
  .full > .col-71-l > div,
  .full > .col-75-l > div,
  .full > .col-25-xl > div,
  .full > .col-28-xl > div,
  .full > .col-30-xl > div,
  .full > .col-33-xl > div,
  .full > .col-37-xl > div,
  .full > .col-40-xl > div,
  .full > .col-42-xl > div,
  .full > .col-44-xl > div,
  .full > .col-50-xl > div,
  .full > .col-55-xl > div,
  .full > .col-57-xl > div,
  .full > .col-60-xl > div,
  .full > .col-62-xl > div,
  .full > .col-66-xl > div,
  .full > .col-70-xl > div,
  .full > .col-71-xl > div,
  .full > .col-75-xl > div,
  .full > .col-25-xxl > div,
  .full > .col-28-xxl > div,
  .full > .col-30-xxl > div,
  .full > .col-33-xxl > div,
  .full > .col-37-xxl > div,
  .full > .col-40-xxl > div,
  .full > .col-42-xxl > div,
  .full > .col-44-xxl > div,
  .full > .col-50-xxl > div,
  .full > .col-55-xxl > div,
  .full > .col-57-xxl > div,
  .full > .col-60-xxl > div,
  .full > .col-62-xxl > div,
  .full > .col-66-xxl > div,
  .full > .col-70-xxl > div,
  .full > .col-71-xxl > div,
  .full > .col-75-xxl > div {
    padding: 80px 80px 60px 80px;
  }
  .full > .col-77-xs > div,
  .full > .col-80-xs > div,
  .full > .col-83-xs > div,
  .full > .col-85-xs > div,
  .full > .col-87-xs > div,
  .full > .col-88-xs > div,
  .full > .col-90-xs > div,
  .full > .col-100-xs > div,
  .full > .col-77-s > div,
  .full > .col-80-s > div,
  .full > .col-83-s > div,
  .full > .col-85-s > div,
  .full > .col-87-s > div,
  .full > .col-88-s > div,
  .full > .col-90-s > div,
  .full > .col-100-s > div,
  .full > .col-77-m > div,
  .full > .col-80-m > div,
  .full > .col-83-m > div,
  .full > .col-85-m > div,
  .full > .col-87-m > div,
  .full > .col-88-m > div,
  .full > .col-90-m > div,
  .full > .col-100-m > div,
  .full > .col-77-l > div,
  .full > .col-80-l > div,
  .full > .col-83-l > div,
  .full > .col-85-l > div,
  .full > .col-87-l > div,
  .full > .col-88-l > div,
  .full > .col-90-l > div,
  .full > .col-100-l > div,
  .full > .col-77-xl > div,
  .full > .col-80-xl > div,
  .full > .col-83-xl > div,
  .full > .col-85-xl > div,
  .full > .col-87-xl > div,
  .full > .col-88-xl > div,
  .full > .col-90-xl > div,
  .full > .col-100-xl > div,
  .full > .col-77-xxl > div,
  .full > .col-80-xxl > div,
  .full > .col-83-xxl > div,
  .full > .col-85-xxl > div,
  .full > .col-87-xxl > div,
  .full > .col-88-xxl > div,
  .full > .col-90-xxl > div,
  .full > .col-100-xxl > div {
    padding: 160px 160px 140px 160px;
  }
}
@media only screen and (min-width: 1600px) {
  .col-10-xl {
    width: 10%;
  }
  .col-11-xl {
    width: 11.1111111111%;
  }
  .col-12-xl {
    width: 12.5%;
  }
  .col-14-xl {
    width: 14.2857142857%;
  }
  .col-16-xl {
    width: 16.6666666667%;
  }
  .col-20-xl {
    width: 20%;
  }
  .col-22-xl {
    width: 22.2222222222%;
  }
  .col-25-xl {
    width: 25%;
  }
  .col-28-xl {
    width: 28.5714285714%;
  }
  .col-30-xl {
    width: 30%;
  }
  .col-33-xl {
    width: 33.3333333333%;
  }
  .col-37-xl {
    width: 37.5%;
  }
  .col-40-xl {
    width: 40%;
  }
  .col-42-xl {
    width: 42.8571428571%;
  }
  .col-44-xl {
    width: 44.4444444444%;
  }
  .col-50-xl {
    width: 50%;
  }
  .col-55-xl {
    width: 55.5555555556%;
  }
  .col-57-xl {
    width: 57.1428571428%;
  }
  .col-60-xl {
    width: 60%;
  }
  .col-62-xl {
    width: 62.5%;
  }
  .col-66-xl {
    width: 66.6666666667%;
  }
  .col-70-xl {
    width: 70%;
  }
  .col-71-xl {
    width: 71.4285714285%;
  }
  .col-75-xl {
    width: 75%;
  }
  .col-77-xl {
    width: 77.7777777778%;
  }
  .col-80-xl {
    width: 80%;
  }
  .col-83-xl {
    width: 83.3333333333%;
  }
  .col-85-xl {
    width: 85.7142857142%;
  }
  .col-87-xl {
    width: 87.5%;
  }
  .col-88-xl {
    width: 88.8888888889%;
  }
  .col-90-xl {
    width: 90%;
  }
  .col-100-xl {
    width: 100%;
  }
  .full > .col-10 > div,
  .full > .col-11 > div,
  .full > .col-12 > div,
  .full > .col-14 > div,
  .full > .col-16 > div,
  .full > .col-20 > div,
  .full > .col-22 > div,
  .full > .col-10-xs > div,
  .full > .col-11-xs > div,
  .full > .col-12-xs > div,
  .full > .col-14-xs > div,
  .full > .col-16-xs > div,
  .full > .col-20-xs > div,
  .full > .col-22-xs > div,
  .full > .col-10-s > div,
  .full > .col-11-s > div,
  .full > .col-12-s > div,
  .full > .col-14-s > div,
  .full > .col-16-s > div,
  .full > .col-20-s > div,
  .full > .col-22-s > div,
  .full > .col-10-m > div,
  .full > .col-11-m > div,
  .full > .col-12-m > div,
  .full > .col-14-m > div,
  .full > .col-16-m > div,
  .full > .col-20-m > div,
  .full > .col-22-m > div,
  .full > .col-10-l > div,
  .full > .col-11-l > div,
  .full > .col-12-l > div,
  .full > .col-14-l > div,
  .full > .col-16-l > div,
  .full > .col-20-l > div,
  .full > .col-22-l > div,
  .full > .col-10-xl > div,
  .full > .col-11-xl > div,
  .full > .col-12-xl > div,
  .full > .col-14-xl > div,
  .full > .col-16-xl > div,
  .full > .col-20-xl > div,
  .full > .col-22-xl > div,
  .full > .col-10-xxl > div,
  .full > .col-11-xxl > div,
  .full > .col-12-xxl > div,
  .full > .col-14-xxl > div,
  .full > .col-16-xxl > div,
  .full > .col-20-xxl > div,
  .full > .col-22-xxl > div {
    padding: 40px 40px 20px 40px;
  }
  .full > .col-25 > div,
  .full > .col-28 > div,
  .full > .col-30 > div,
  .full > .col-33 > div,
  .full > .col-37 > div,
  .full > .col-40 > div,
  .full > .col-42 > div,
  .full > .col-44 > div,
  .full > .col-50 > div,
  .full > .col-55 > div,
  .full > .col-57 > div,
  .full > .col-60 > div,
  .full > .col-62 > div,
  .full > .col-66 > div,
  .full > .col-70 > div,
  .full > .col-71 > div,
  .full > .col-25-xs > div,
  .full > .col-28-xs > div,
  .full > .col-30-xs > div,
  .full > .col-33-xs > div,
  .full > .col-37-xs > div,
  .full > .col-40-xs > div,
  .full > .col-42-xs > div,
  .full > .col-44-xs > div,
  .full > .col-50-xs > div,
  .full > .col-55-xs > div,
  .full > .col-57-xs > div,
  .full > .col-60-xs > div,
  .full > .col-62-xs > div,
  .full > .col-66-xs > div,
  .full > .col-70-xs > div,
  .full > .col-71-xs > div,
  .full > .col-75-xs > div,
  .full > .col-25-s > div,
  .full > .col-28-s > div,
  .full > .col-30-s > div,
  .full > .col-33-s > div,
  .full > .col-37-s > div,
  .full > .col-40-s > div,
  .full > .col-42-s > div,
  .full > .col-44-s > div,
  .full > .col-50-s > div,
  .full > .col-55-s > div,
  .full > .col-57-s > div,
  .full > .col-60-s > div,
  .full > .col-62-s > div,
  .full > .col-66-s > div,
  .full > .col-70-s > div,
  .full > .col-71-s > div,
  .full > .col-75-s > div,
  .full > .col-25-m > div,
  .full > .col-28-m > div,
  .full > .col-30-m > div,
  .full > .col-33-m > div,
  .full > .col-37-m > div,
  .full > .col-40-m > div,
  .full > .col-42-m > div,
  .full > .col-44-m > div,
  .full > .col-50-m > div,
  .full > .col-55-m > div,
  .full > .col-57-m > div,
  .full > .col-60-m > div,
  .full > .col-62-m > div,
  .full > .col-66-m > div,
  .full > .col-70-m > div,
  .full > .col-71-m > div,
  .full > .col-75-m > div,
  .full > .col-25-l > div,
  .full > .col-28-l > div,
  .full > .col-30-l > div,
  .full > .col-33-l > div,
  .full > .col-37-l > div,
  .full > .col-40-l > div,
  .full > .col-42-l > div,
  .full > .col-44-l > div,
  .full > .col-50-l > div,
  .full > .col-55-l > div,
  .full > .col-57-l > div,
  .full > .col-60-l > div,
  .full > .col-62-l > div,
  .full > .col-66-l > div,
  .full > .col-70-l > div,
  .full > .col-71-l > div,
  .full > .col-75-l > div,
  .full > .col-25-xl > div,
  .full > .col-28-xl > div,
  .full > .col-30-xl > div,
  .full > .col-33-xl > div,
  .full > .col-37-xl > div,
  .full > .col-40-xl > div,
  .full > .col-42-xl > div,
  .full > .col-44-xl > div,
  .full > .col-50-xl > div,
  .full > .col-55-xl > div,
  .full > .col-57-xl > div,
  .full > .col-60-xl > div,
  .full > .col-62-xl > div,
  .full > .col-66-xl > div,
  .full > .col-70-xl > div,
  .full > .col-71-xl > div,
  .full > .col-75-xl > div,
  .full > .col-25-xxl > div,
  .full > .col-28-xxl > div,
  .full > .col-30-xxl > div,
  .full > .col-33-xxl > div,
  .full > .col-37-xxl > div,
  .full > .col-40-xxl > div,
  .full > .col-42-xxl > div,
  .full > .col-44-xxl > div,
  .full > .col-50-xxl > div,
  .full > .col-55-xxl > div,
  .full > .col-57-xxl > div,
  .full > .col-60-xxl > div,
  .full > .col-62-xxl > div,
  .full > .col-66-xxl > div,
  .full > .col-70-xxl > div,
  .full > .col-71-xxl > div,
  .full > .col-75-xxl > div {
    padding: 80px 80px 60px 80px;
  }
  .full > .col-77-xs > div,
  .full > .col-80-xs > div,
  .full > .col-83-xs > div,
  .full > .col-85-xs > div,
  .full > .col-87-xs > div,
  .full > .col-88-xs > div,
  .full > .col-90-xs > div,
  .full > .col-100-xs > div,
  .full > .col-77-s > div,
  .full > .col-80-s > div,
  .full > .col-83-s > div,
  .full > .col-85-s > div,
  .full > .col-87-s > div,
  .full > .col-88-s > div,
  .full > .col-90-s > div,
  .full > .col-100-s > div,
  .full > .col-77-m > div,
  .full > .col-80-m > div,
  .full > .col-83-m > div,
  .full > .col-85-m > div,
  .full > .col-87-m > div,
  .full > .col-88-m > div,
  .full > .col-90-m > div,
  .full > .col-100-m > div,
  .full > .col-77-l > div,
  .full > .col-80-l > div,
  .full > .col-83-l > div,
  .full > .col-85-l > div,
  .full > .col-87-l > div,
  .full > .col-88-l > div,
  .full > .col-90-l > div,
  .full > .col-100-l > div,
  .full > .col-77-xl > div,
  .full > .col-80-xl > div,
  .full > .col-83-xl > div,
  .full > .col-85-xl > div,
  .full > .col-87-xl > div,
  .full > .col-88-xl > div,
  .full > .col-90-xl > div,
  .full > .col-100-xl > div,
  .full > .col-77-xxl > div,
  .full > .col-80-xxl > div,
  .full > .col-83-xxl > div,
  .full > .col-85-xxl > div,
  .full > .col-87-xxl > div,
  .full > .col-88-xxl > div,
  .full > .col-90-xxl > div,
  .full > .col-100-xxl > div {
    padding: 160px 160px 140px 160px;
  }
}
@media only screen and (min-width: 2000px) {
  .col-10-xxl {
    width: 10%;
  }
  .col-11-xxl {
    width: 11.1111111111%;
  }
  .col-12-xxl {
    width: 12.5%;
  }
  .col-14-xxl {
    width: 14.2857142857%;
  }
  .col-16-xxl {
    width: 16.6666666667%;
  }
  .col-20-xxl {
    width: 20%;
  }
  .col-22-xxl {
    width: 22.2222222222%;
  }
  .col-25-xxl {
    width: 25%;
  }
  .col-28-xxl {
    width: 28.5714285714%;
  }
  .col-30-xxl {
    width: 30%;
  }
  .col-33-xxl {
    width: 33.3333333333%;
  }
  .col-37-xxl {
    width: 37.5%;
  }
  .col-40-xxl {
    width: 40%;
  }
  .col-42-xxl {
    width: 42.8571428571%;
  }
  .col-44-xxl {
    width: 44.4444444444%;
  }
  .col-50-xxl {
    width: 50%;
  }
  .col-55-xxl {
    width: 55.5555555556%;
  }
  .col-57-xxl {
    width: 57.1428571428%;
  }
  .col-60-xxl {
    width: 60%;
  }
  .col-62-xxl {
    width: 62.5%;
  }
  .col-66-xxl {
    width: 66.6666666667%;
  }
  .col-70-xxl {
    width: 70%;
  }
  .col-71-xxl {
    width: 71.4285714285%;
  }
  .col-75-xxl {
    width: 75%;
  }
  .col-77-xxl {
    width: 77.7777777778%;
  }
  .col-80-xxl {
    width: 80%;
  }
  .col-83-xxl {
    width: 83.3333333333%;
  }
  .col-85-xxl {
    width: 85.7142857142%;
  }
  .col-87-xxl {
    width: 87.5%;
  }
  .col-88-xxl {
    width: 88.8888888889%;
  }
  .col-90-xxl {
    width: 90%;
  }
  .col-100-xxl {
    width: 100%;
  }
  .full > .col-10 > div,
  .full > .col-11 > div,
  .full > .col-12 > div,
  .full > .col-14 > div,
  .full > .col-16 > div,
  .full > .col-20 > div,
  .full > .col-22 > div,
  .full > .col-10-xs > div,
  .full > .col-11-xs > div,
  .full > .col-12-xs > div,
  .full > .col-14-xs > div,
  .full > .col-16-xs > div,
  .full > .col-20-xs > div,
  .full > .col-22-xs > div,
  .full > .col-10-s > div,
  .full > .col-11-s > div,
  .full > .col-12-s > div,
  .full > .col-14-s > div,
  .full > .col-16-s > div,
  .full > .col-20-s > div,
  .full > .col-22-s > div,
  .full > .col-10-m > div,
  .full > .col-11-m > div,
  .full > .col-12-m > div,
  .full > .col-14-m > div,
  .full > .col-16-m > div,
  .full > .col-20-m > div,
  .full > .col-22-m > div,
  .full > .col-10-l > div,
  .full > .col-11-l > div,
  .full > .col-12-l > div,
  .full > .col-14-l > div,
  .full > .col-16-l > div,
  .full > .col-20-l > div,
  .full > .col-22-l > div,
  .full > .col-10-xl > div,
  .full > .col-11-xl > div,
  .full > .col-12-xl > div,
  .full > .col-14-xl > div,
  .full > .col-16-xl > div,
  .full > .col-20-xl > div,
  .full > .col-22-xl > div,
  .full > .col-10-xxl > div,
  .full > .col-11-xxl > div,
  .full > .col-12-xxl > div,
  .full > .col-14-xxl > div,
  .full > .col-16-xxl > div,
  .full > .col-20-xxl > div,
  .full > .col-22-xxl > div {
    padding: 80px 80px 60px 80px;
  }
  .full > .col-25 > div,
  .full > .col-28 > div,
  .full > .col-30 > div,
  .full > .col-33 > div,
  .full > .col-37 > div,
  .full > .col-40 > div,
  .full > .col-42 > div,
  .full > .col-44 > div,
  .full > .col-50 > div,
  .full > .col-55 > div,
  .full > .col-57 > div,
  .full > .col-60 > div,
  .full > .col-62 > div,
  .full > .col-66 > div,
  .full > .col-70 > div,
  .full > .col-71 > div,
  .full > .col-25-xs > div,
  .full > .col-28-xs > div,
  .full > .col-30-xs > div,
  .full > .col-33-xs > div,
  .full > .col-37-xs > div,
  .full > .col-40-xs > div,
  .full > .col-42-xs > div,
  .full > .col-44-xs > div,
  .full > .col-50-xs > div,
  .full > .col-55-xs > div,
  .full > .col-57-xs > div,
  .full > .col-60-xs > div,
  .full > .col-62-xs > div,
  .full > .col-66-xs > div,
  .full > .col-70-xs > div,
  .full > .col-71-xs > div,
  .full > .col-75-xs > div,
  .full > .col-25-s > div,
  .full > .col-28-s > div,
  .full > .col-30-s > div,
  .full > .col-33-s > div,
  .full > .col-37-s > div,
  .full > .col-40-s > div,
  .full > .col-42-s > div,
  .full > .col-44-s > div,
  .full > .col-50-s > div,
  .full > .col-55-s > div,
  .full > .col-57-s > div,
  .full > .col-60-s > div,
  .full > .col-62-s > div,
  .full > .col-66-s > div,
  .full > .col-70-s > div,
  .full > .col-71-s > div,
  .full > .col-75-s > div,
  .full > .col-25-m > div,
  .full > .col-28-m > div,
  .full > .col-30-m > div,
  .full > .col-33-m > div,
  .full > .col-37-m > div,
  .full > .col-40-m > div,
  .full > .col-42-m > div,
  .full > .col-44-m > div,
  .full > .col-50-m > div,
  .full > .col-55-m > div,
  .full > .col-57-m > div,
  .full > .col-60-m > div,
  .full > .col-62-m > div,
  .full > .col-66-m > div,
  .full > .col-70-m > div,
  .full > .col-71-m > div,
  .full > .col-75-m > div,
  .full > .col-25-l > div,
  .full > .col-28-l > div,
  .full > .col-30-l > div,
  .full > .col-33-l > div,
  .full > .col-37-l > div,
  .full > .col-40-l > div,
  .full > .col-42-l > div,
  .full > .col-44-l > div,
  .full > .col-50-l > div,
  .full > .col-55-l > div,
  .full > .col-57-l > div,
  .full > .col-60-l > div,
  .full > .col-62-l > div,
  .full > .col-66-l > div,
  .full > .col-70-l > div,
  .full > .col-71-l > div,
  .full > .col-75-l > div,
  .full > .col-25-xl > div,
  .full > .col-28-xl > div,
  .full > .col-30-xl > div,
  .full > .col-33-xl > div,
  .full > .col-37-xl > div,
  .full > .col-40-xl > div,
  .full > .col-42-xl > div,
  .full > .col-44-xl > div,
  .full > .col-50-xl > div,
  .full > .col-55-xl > div,
  .full > .col-57-xl > div,
  .full > .col-60-xl > div,
  .full > .col-62-xl > div,
  .full > .col-66-xl > div,
  .full > .col-70-xl > div,
  .full > .col-71-xl > div,
  .full > .col-75-xl > div,
  .full > .col-25-xxl > div,
  .full > .col-28-xxl > div,
  .full > .col-30-xxl > div,
  .full > .col-33-xxl > div,
  .full > .col-37-xxl > div,
  .full > .col-40-xxl > div,
  .full > .col-42-xxl > div,
  .full > .col-44-xxl > div,
  .full > .col-50-xxl > div,
  .full > .col-55-xxl > div,
  .full > .col-57-xxl > div,
  .full > .col-60-xxl > div,
  .full > .col-62-xxl > div,
  .full > .col-66-xxl > div,
  .full > .col-70-xxl > div,
  .full > .col-71-xxl > div,
  .full > .col-75-xxl > div {
    padding: 160px 160px 140px 160px;
  }
  .full > .col-77-xs > div,
  .full > .col-80-xs > div,
  .full > .col-83-xs > div,
  .full > .col-85-xs > div,
  .full > .col-87-xs > div,
  .full > .col-88-xs > div,
  .full > .col-90-xs > div,
  .full > .col-100-xs > div,
  .full > .col-77-s > div,
  .full > .col-80-s > div,
  .full > .col-83-s > div,
  .full > .col-85-s > div,
  .full > .col-87-s > div,
  .full > .col-88-s > div,
  .full > .col-90-s > div,
  .full > .col-100-s > div,
  .full > .col-77-m > div,
  .full > .col-80-m > div,
  .full > .col-83-m > div,
  .full > .col-85-m > div,
  .full > .col-87-m > div,
  .full > .col-88-m > div,
  .full > .col-90-m > div,
  .full > .col-100-m > div,
  .full > .col-77-l > div,
  .full > .col-80-l > div,
  .full > .col-83-l > div,
  .full > .col-85-l > div,
  .full > .col-87-l > div,
  .full > .col-88-l > div,
  .full > .col-90-l > div,
  .full > .col-100-l > div,
  .full > .col-77-xl > div,
  .full > .col-80-xl > div,
  .full > .col-83-xl > div,
  .full > .col-85-xl > div,
  .full > .col-87-xl > div,
  .full > .col-88-xl > div,
  .full > .col-90-xl > div,
  .full > .col-100-xl > div,
  .full > .col-77-xxl > div,
  .full > .col-80-xxl > div,
  .full > .col-83-xxl > div,
  .full > .col-85-xxl > div,
  .full > .col-87-xxl > div,
  .full > .col-88-xxl > div,
  .full > .col-90-xxl > div,
  .full > .col-100-xxl > div {
    padding: 240px 240px 220px 240px;
  }
}
.main-footer .section {
  padding-bottom: 0;
}
.footer-logo {
  max-width: 300px;
  width: 100%;
  margin-bottom: 20px;
}
.main-footer ul {
  list-style: none;
}
.dark .footer-logo-light {
  display: block;
}
.dark .footer-logo-dark {
  display: none;
}
.light .footer-logo-light {
  display: none;
}
.light .footer-logo-dark {
  display: block;
}
.credits {
  padding: 5px;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .main-footer .wysiwyg p {
    margin-bottom: 10px !important;
  }
}
.archive article h2,
.archive article h2:visited,
.archive article h2:focus,
.archive article h2:hover,
.archive article h2:active {
  transition: all 0.2s;
}
.archive article h2 {
  margin-bottom: 0;
}
.archive article:first-of-type .section {
  padding-top: 80px;
}
.post-title,
.post-meta,
.post-content {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.post-content a {
  text-decoration: underline !important;
}
.pagination {
  margin-bottom: 20px;
  width: 100%;
}
.pagination ul {
  text-align: center;
}
.pagination li {
  display: inline;
  margin-right: 10px;
}
.pagination li a {
  font-size: 24px;
  font-weight: bold;
}
article ul,
article ol {
  margin-left: 2rem;
  margin-bottom: 20px;
}
article ul {
  list-style-type: disc;
}
article ul ul {
  list-style-type: circle;
}
article ol {
  list-style-type: decimal;
}
html,
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  text-align: left;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  font-weight: normal;
}
a,
a:visited,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  cursor: pointer;
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
i {
  font-style: italic;
}
ol,
ul {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  box-sizing: content-box;
  height: 0;
}
input[type="submit"],
button {
  cursor: pointer;
}
.wp-caption {
  margin: 0;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0;
}
.gallery {
  margin: 0;
}
figure {
  margin: 0;
  padding: 0;
}
.gallery-icon {
  text-align: left;
}
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 100%;
}
.gallery-caption {
  display: block;
}
header ul {
  list-style: none;
}
header ul li {
  position: relative;
}
html,
body {
  background-color: #fff;
  color: #1e1e1e;
}
.light {
  background-color: #fff;
}
.dark {
  background-color: #000;
}
.color-white {
  color: #fff !important;
}
.color-mediumgrey {
  color: #e6dfdf !important;
}
.color-grey {
  color: #9b9b9b !important;
}
.hover-color-blue:hover {
  color: #004996 !important;
}
.background-color-grey {
  background-color: #9b9b9b !important;
}
.background-color-lightgrey {
  background-color: #f4f4f4 !important;
}
.background-color-orange {
  background-color: #ff7c08 !important;
}
.background-color-forsvar {
  background-color: #ef9c5e !important;
}
.background-color-total {
  background-color: #ba7fb7 !important;
}
.background-color-sakerhet {
  background-color: #82ba78 !important;
}
.background-color-lightblue {
  background-color: #d9e3f0 !important;
}
.background-color-mediumblue {
  background-color: #7f9bba !important;
}
.background-color-blue {
  background-color: #004996 !important;
}
.background-color-darkblue {
  background-color: #1a3f5b !important;
}
.color-blue {
  color: #004996 !important;
}
.border-color-grey {
  border-color: #9b9b9b !important;
}
@media only screen and (min-width: 1200px) {
  .background-color-lightgrey-l {
    background-color: #f4f4f4 !important;
  }
}
main {
  background-color: #fff;
}
html {
  color: #1e1e1e;
}
a,
a:visited {
  color: #1e1e1e;
  transition: all 0.2s;
}
a:hover,
a:active,
a:focus {
  color: #004996;
  transition: all 0.2s;
}
.light,
.dark .light {
  color: #1e1e1e;
}
.light a,
.dark .light a,
.light a:visited,
.dark .light a:visited {
  color: #1e1e1e;
  transition: all 0.2s;
}
.light a:hover,
.dark .light a:hover,
.light a:active,
.dark .light a:active,
.light a:focus,
.dark .light a:focus {
  color: #004996;
  transition: all 0.2s;
}
.dark,
.light .dark {
  color: #fff;
}
.dark a,
.light .dark a,
.dark a:visited,
.light .dark a:visited {
  color: #ccc;
  transition: all 0.2s;
}
.dark a:hover,
.light .dark a:hover,
.dark a:active,
.light .dark a:active,
.dark a:focus,
.light .dark a:focus {
  color: #fff;
  transition: all 0.2s;
}
.main-header .non-sticky-header .header-row-top,
.main-header .non-sticky-header .header-row-bottom {
  background-color: #fff;
}
.main-header .non-sticky-header .header-row-top a,
.main-header .non-sticky-header .header-row-bottom a {
  color: #1e1e1e;
}
.main-header .non-sticky-header .header-row-top a:hover,
.main-header .non-sticky-header .header-row-bottom a:hover,
.main-header .non-sticky-header .header-row-top a:active,
.main-header .non-sticky-header .header-row-bottom a:active,
.main-header .non-sticky-header .header-row-top a:focus,
.main-header .non-sticky-header .header-row-bottom a:focus {
  color: #004996;
}
.main-header .sticky-header .header-row-top,
.main-header .sticky-header .header-row-bottom {
  background-color: #fff;
}
.main-header .sticky-header .header-row-top a,
.main-header .sticky-header .header-row-bottom a {
  color: #1e1e1e;
}
.main-header .sticky-header .header-row-top a:hover,
.main-header .sticky-header .header-row-bottom a:hover,
.main-header .sticky-header .header-row-top a:active,
.main-header .sticky-header .header-row-bottom a:active,
.main-header .sticky-header .header-row-top a:focus,
.main-header .sticky-header .header-row-bottom a:focus {
  color: #004996;
}
.home .main-header .non-sticky-header .header-row-top,
.home .main-header .non-sticky-header .header-row-bottom {
  background-color: #fff;
}
.home .main-header .non-sticky-header .header-row-top a,
.home .main-header .non-sticky-header .header-row-bottom a {
  color: #1e1e1e;
}
.home .main-header .non-sticky-header .header-row-top a:hover,
.home .main-header .non-sticky-header .header-row-bottom a:hover,
.home .main-header .non-sticky-header .header-row-top a:active,
.home .main-header .non-sticky-header .header-row-bottom a:active,
.home .main-header .non-sticky-header .header-row-top a:focus,
.home .main-header .non-sticky-header .header-row-bottom a:focus {
  color: #004996;
}
.header-row .cta {
  background-color: #fff;
  border-color: #000;
  transition: all 0.2s;
}
.header-row .cta a {
  color: #000 !important;
}
.header-row .cta:hover {
  background-color: #ddd;
  transition: all 0.2s;
}
.header-row .cta:hover a {
  color: #000 !important;
}
.desktop-menu > div > ul > li:hover > ul {
  background-color: #eee;
}
.primary-mobile-menu .pixel-walker-menu .pixel-walker-div > a {
  color: #fff;
}
.primary-mobile-menu .pixel-walker-menu .pixel-walker-div > a:hover {
  color: #9b9b9b;
}
.main-header .mobile-menu-button-container {
  background-color: #fff;
  transition: all 0.2s;
}
.main-header .mobile-menu-button-container:hover {
  background-color: #fff;
  transition: all 0.2s;
}
.home .mobile-menu-button-container span,
.home .mobile-menu-button-container .mobile-menu-button::before {
  background-color: #000;
  color: #000;
}
.home .mobile-menu-button-container:hover span,
.home .mobile-menu-button-container:hover .mobile-menu-button::before {
  background-color: #000;
  color: #000;
}
.mobile-menu-button-container span,
.mobile-menu-button-container .mobile-menu-button::before {
  background-color: #000;
  color: #000;
}
.mobile-menu-button-container:hover span,
.mobile-menu-button-container:hover .mobile-menu-button::before {
  background-color: #000;
  color: #000;
}
.sticky-header.mobile-menu-button-container span,
.sticky-header .mobile-menu-button-container .mobile-menu-button::before {
  background-color: #000;
  color: #000;
}
.sticky-header .mobile-menu-button-container:hover span,
.sticky-header .mobile-menu-button-container:hover .mobile-menu-button::before {
  background-color: #000;
  color: #000;
}
.mobile-menu-button-container .open span,
.mobile-menu-button-container .open.mobile-menu-button::before {
  background-color: #fff;
  color: #fff;
}
.mobile-menu-button-container:hover .open span,
.mobile-menu-button-container:hover .open.mobile-menu-button::before {
  background-color: #fff;
  color: #fff;
}
.light .wysiwyg a {
  color: #004996;
}
.light .wysiwyg a:hover,
.light .wysiwyg a:active,
.light .wysiwyg a:focus {
  color: #1a3f5b;
}
.light .button,
.dark .light .button,
.light a.button,
.dark .light a.button,
.light a.button:visited,
.dark .light a.button:visited {
  color: #fff;
  border-color: #004996;
  background-color: #004996;
}
.light .button:hover,
.dark .light .button:hover,
.light .button:active,
.dark .light .button:active,
.light .button:focus,
.dark .light .button:focus,
.light a.button:hover,
.dark .light a.button:hover,
.light a.button:active,
.dark .light a.button:active,
.light a.button:focus,
.dark .light a.button:focus,
.light input[type="submit"]:hover,
.dark .light input[type="submit"]:hover,
.light input[type="submit"]:active,
.dark .light input[type="submit"]:active,
.light input[type="submit"]:focus,
.dark .light input[type="submit"]:focus {
  color: #fff;
  border-color: #003e80;
  background-color: #003e80;
}
.light .button-alt,
.dark .light .button-alt,
.light a.button-alt,
.dark .light a.button-alt,
.light a.button-alt:visited,
.dark .light a.button-alt:visited {
  color: #1e1e1e;
  border-color: #1e1e1e;
  background-color: transparent;
}
.light .button-alt:hover,
.dark .light .button-alt:hover,
.light .button-alt:active,
.dark .light .button-alt:active,
.light .button-alt:focus,
.dark .light .button-alt:focus,
.light a.button-alt:hover,
.dark .light a.button-alt:hover,
.light a.button-alt:active,
.dark .light a.button-alt:active,
.light a.button-alt:focus,
.dark .light a.button-alt:focus {
  color: #004996;
  border-color: #004996;
  background-color: transparent;
}
.light a.button-alt.arrow-right-blue,
.dark .light a.button-alt.arrow-right-blue {
  color: #004996;
  border-color: #004996;
}
.light a.button-alt.arrow-right-blue:hover,
.dark .light a.button-alt.arrow-right-blue:hover,
.light a.button-alt.arrow-right-blue:active,
.dark .light a.button-alt.arrow-right-blue:active,
.light a.button-alt.arrow-right-blue:focus,
.dark .light a.button-alt.arrow-right-blue:focus {
  color: #004996;
  border-color: #004996;
}
.light .button.arrow-right:hover,
.dark .light .button.arrow-right:hover,
.light .button.arrow-right:active,
.dark .light .button.arrow-right:active,
.light .button.arrow-right:focus,
.dark .light .button.arrow-right:focus,
.light .button.arrow-left:hover,
.dark .light .button.arrow-left:hover,
.light .button.arrow-left:active,
.dark .light .button.arrow-left:active,
.light .button.arrow-left:focus,
.dark .light .button.arrow-left:focus {
  color: #1e1e1e;
  border-color: #1e1e1e;
  background-color: transparent;
}
.light .button.arrow-right.arrow-right-white:hover,
.dark .light .button.arrow-right.arrow-right-white:hover,
.light .button.arrow-right.arrow-right-white:active,
.dark .light .button.arrow-right.arrow-right-white:active,
.light .button.arrow-right.arrow-right-white:focus,
.dark .light .button.arrow-right.arrow-right-white:focus {
  color: #fff;
  border-color: transparent;
  background-color: transparent;
}
.light .button.button-alt.button-toggled,
.dark .light .button.button-alt.button-toggled {
  background-color: #004996;
  border-color: #004996;
  color: #fff;
}
.dark .button,
.light .dark .button,
.dark a.button,
.light .dark a.button,
.dark a.button:visited,
.light .dark a.button:visited {
  color: #1e1e1e;
  border-color: #fff;
  background-color: #fff;
}
.dark .button:hover,
.light .dark .button:hover,
.dark .button:active,
.light .dark .button:active,
.dark .button:focus,
.light .dark .button:focus,
.dark a.button:hover,
.light .dark a.button:hover,
.dark a.button:active,
.light .dark a.button:active,
.dark a.button:focus,
.light .dark a.button:focus,
.dark input[type="submit"]:hover,
.light .dark input[type="submit"]:hover,
.dark input[type="submit"]:active,
.light .dark input[type="submit"]:active,
.dark input[type="submit"]:focus,
.light .dark input[type="submit"]:focus {
  color: #1e1e1e;
  border-color: #d9d9d9;
  background-color: #d9d9d9;
}
.dark .button-alt,
.light .dark .button-alt,
.dark a.button-alt,
.light .dark a.button-alt,
.dark a.button-alt:visited,
.light .dark a.button-alt:visited {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.dark .button-alt:hover,
.light .dark .button-alt:hover,
.dark .button-alt:active,
.light .dark .button-alt:active,
.dark .button-alt:focus,
.light .dark .button-alt:focus,
.dark a.button-alt:hover,
.light .dark a.button-alt:hover,
.dark a.button-alt:active,
.light .dark a.button-alt:active,
.dark a.button-alt:focus,
.light .dark a.button-alt:focus {
  color: #d9e3f0;
  border-color: #d9e3f0;
  background-color: transparent;
}
.dark .button.arrow-right:hover,
.light .dark .button.arrow-right:hover,
.dark .button.arrow-right:active,
.light .dark .button.arrow-right:active,
.dark .button.arrow-right:focus,
.light .dark .button.arrow-right:focus,
.dark .button.arrow-left:hover,
.light .dark .button.arrow-left:hover,
.dark .button.arrow-left:active,
.light .dark .button.arrow-left:active,
.dark .button.arrow-left:focus,
.light .dark .button.arrow-left:focus {
  color: #1e1e1e;
  border-color: #fff;
  background-color: #fff;
}
.dark .button-alt.arrow-right:hover,
.light .dark .button-alt.arrow-right:hover,
.dark .button-alt.arrow-right:active,
.light .dark .button-alt.arrow-right:active,
.dark .button-alt.arrow-right:focus,
.light .dark .button-alt.arrow-right:focus,
.dark .button-alt.arrow-left:hover,
.light .dark .button-alt.arrow-left:hover,
.dark .button-alt.arrow-left:active,
.light .dark .button-alt.arrow-left:active,
.dark .button-alt.arrow-left:focus,
.light .dark .button-alt.arrow-left:focus {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.button.background-color-forsvar {
  background-color: #ef9c5e !important;
  border-color: #ef9c5e !important;
}
.button.background-color-total {
  background-color: #ba7fb7 !important;
  border-color: #ba7fb7 !important;
}
.button.background-color-sakerhet {
  background-color: #82ba78 !important;
  border-color: #82ba78 !important;
}
.filter-dark:after {
  background-color: rgba(0,0,0,0.5);
}
.filter-light:after {
  background-color: rgba(255,255,255,0.3);
}
.gform_wrapper input,
.gform_wrapper textarea {
  background-color: #f4f4f4;
}
.gform_wrapper input:focus,
.gform_wrapper textarea:focus {
  background-color: #e8e8e8;
}
.gform_wrapper .gform_footer input {
  background-color: #004996;
  border-color: #004996;
}
.gform_wrapper .gform_footer input:hover {
  background-color: #1a3f5b;
  border-color: #1a3f5b;
}
.sf-field-submit input[type="submit"] {
  background-color: #004996;
  border-color: #004996;
  color: #fff;
}
.sf-field-submit input[type="submit"]:hover,
.sf-field-submit input[type="submit"]:active,
.sf-field-submit input[type="submit"]:focus {
  background-color: #1a3f5b;
  border-color: #1a3f5b;
}
html,
body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  word-wrap: break-word;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
}
html,
body,
textarea,
input,
select {
  font-family: 'Lato', sans-serif;
}
input {
  line-height: 1.5;
}
@media only screen and (min-width: 900px) {
  html,
  body {
    font-size: 18px;
  }
}
p {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  word-wrap: break-word;
  word-break: keep-all;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  line-height: 1.3;
}
h1 {
  font-size: 28px;
  font-weight: bold;
}
.home h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
  font-weight: bold;
}
h3 {
  font-size: 18px;
  font-weight: bold;
}
h4,
h5,
h6 {
  font-size: 16px;
}
.button {
  font-size: 12px;
  font-weight: bold;
}
@media only screen and (min-width: 400px) {
  .button {
    font-size: 14px;
  }
}
@media only screen and (min-width: 900px) {
  h1 {
    font-size: 52px;
  }
  .home h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  h3 {
    font-size: 20px;
  }
  h4,
  h5,
  h6 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .home h3 {
    font-size: 26px;
  }
}
.show-on-hover-container {
  position: relative;
}
.show-on-hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0,0,0,0.6);
  padding: 20px;
}
.show-on-hover-container:hover .show-on-hover-content {
  display: flex;
}
.absolute-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
.width-22px {
  width: 22px !important;
}
.width-30px {
  width: 30px !important;
}
.width-200px {
  width: 200px !important;
}
.width-400px {
  width: 400px !important;
}
.width-500px {
  width: 500px !important;
}
.width-600px {
  width: 600px !important;
}
.outer-grid {
  padding: 10px 0;
}
@media only screen and (min-width: 600px) {
  .outer-grid {
    padding: 10px 20px;
  }
}
.outer-grid.outer-grid-first {
  padding-top: 60px;
}
@media only screen and (min-width: 1200px) {
  .outer-grid.outer-grid-first {
    padding-top: 100px;
  }
}
.border-radius-10px {
  border-radius: 10px !important;
}
div.hr {
  border-bottom: 1px solid;
  border-color: #000;
  margin-bottom: 20px;
}
.overflow-hidden {
  overflow: hidden !important;
}
.border-radius-medium {
  border-radius: 5px !important;
}
.background-color-transparent {
  background-color: transparent !important;
}
.background-color-black {
  background-color: #1e1e1e !important;
}
.opacity-70p {
  opacity: 0.7 !important;
}
.opacity-90p {
  opacity: 0.9 !important;
}
.height-100 {
  height: 100% !important;
}
.top-0 {
  top: 0 !important;
}
.left-0 {
  left: 0 !important;
}
.padding-5-10 {
  padding: 5px 10px !important;
}
.padding-10-20 {
  padding: 10px 20px !important;
}
.border-radius-100px {
  border-radius: 100px !important;
}
.display-inline-block {
  display: inline-block !important;
}
.font-size-14px {
  font-size: 14px !important;
}
.font-size-16px {
  font-size: 16px !important;
}
@media only screen and (min-width: 1600px) {
  .font-size-20px-xl {
    font-size: 20px !important;
  }
}
.align-self-flex-end {
  align-self: flex-end !important;
}
.icon-category {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  width: 46px;
  height: 41px;
  margin-bottom: 10px;
}
.icon-sakerhetspolitik {
  background-image: url("/wp-content/uploads/green-lines.svg");
}
.icon-totalforsvar-och-krisberedskap {
  background-image: url("/wp-content/uploads/purple-lines.svg");
}
.icon-forsvarspolitik {
  background-image: url("/wp-content/uploads/orange-lines.svg");
}
.width-140px {
  width: 140px !important;
}
.width-50px {
  width: 50px !important;
}
.width-100p-minus-50px {
  width: calc(100% - 50px) !important;
}
.width-100p-minus-70px {
  width: calc(100% - 70px) !important;
}
.width-100p-minus-100px {
  width: calc(100% - 100px) !important;
}
.width-100p-minus-150px {
  width: calc(100% - 160px) !important;
}
.border-bottom-1px {
  border-bottom: 1px solid #1e1e1e;
}
.abs-top-left {
  position: absolute;
  top: 0;
  left: 0;
}
.slanted-container {
  height: 100%;
  width: 200px;
  overflow: hidden;
  position: relative;
  margin-left: -40px;
}
.slanted-container:after,
.slanted-container:before {
  height: 0;
  width: 0;
  content: "";
  display: block;
  position: absolute;
}
.slanted-container:before {
  border-top: 366px solid #ccc;
  border-right: 60px solid transparent;
  left: 0px;
  bottom: 0px;
}
.slanted-container:after {
  border-bottom: 366px solid #fff;
  border-left: 60px solid transparent;
  right: 0px;
  bottom: 0px;
}
.slanted-container:first-of-type {
  margin-left: 0;
}
.skew {
  width: 250px;
  height: 100%;
  transform: skew(-8deg);
  background-color: transparent;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
}
.skew .image {
  transform: skew(8deg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -33%;
  width: 166%;
  height: 100%;
}
.skew:after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
@media only screen and (min-width: 1024px) {
  .skew-left {
    width: calc(100% - 270px);
    height: 100%;
    background-color: #f4f4f4;
    position: relative;
    transform: skew(-8deg);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 80px;
  }
  .skew-left:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #f4f4f4;
    transform: skew(8deg);
    transform-origin: top right;
  }
  .skew-left .text {
    transform: skew(8deg);
  }
}
@media only screen and (min-width: 1300px) {
  .skew-left {
    width: calc(100% - 540px);
  }
}
@media only screen and (min-width: 1920px) {
  .skew {
    width: 350px;
  }
  .skew-left {
    width: calc(100% - 740px);
  }
}
@media only screen and (min-width: 2300px) {
  .skew {
    width: 400px;
  }
  .skew-left {
    width: calc(100% - 840px);
  }
}
@media only screen and (min-width: 2500px) {
  .skew {
    width: 450px;
  }
  .skew-left {
    width: calc(100% - 940px);
  }
}
.min-height-100vh {
  min-height: 100vh !important;
}
@media all and (-ms-high-contrast: none) {
  .min-height-100vh {
    height: 100vh !important;
  }
}
@media only screen and (min-width: 1024px) {
  .min-height-100vh-minus-header {
    min-height: calc( 100vh - 60px ) !important;
  }
}
@media all and (-ms-high-contrast: none) {
  .min-height-100vh-minus-header {
    height: calc( 100vh - 60px ) !important;
  }
}
.content_filter .filter-select {
  width: auto;
  min-width: 150px;
}
@media only screen and (max-width: 1199px) {
  #filter-toggle-button {
    background-color: #004996;
    border-color: #004996;
    color: #fff;
  }
  #open-filter-button {
    background-color: #004996;
    border-color: #004996;
    color: #fff;
  }
  #close-filter-button {
    background-color: #004996;
    border-color: #004996;
    color: #fff;
    position: relative;
    top: -40px;
  }
  .content_filter .mobile-accordion-container {
    border-bottom: 1px solid #9b9b9b;
  }
  .content_filter .mobile-accordion-container .mobile-accordion-title {
    cursor: pointer;
    position: relative;
    padding-right: 40px;
  }
  .content_filter .mobile-accordion-container .mobile-accordion-title:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    height: 100%;
    width: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url("/wp-content/uploads/triangle-down.svg");
  }
  .content_filter .mobile-accordion-container .mobile-accordion-content {
    display: none;
    width: 100%;
    padding-bottom: 20px;
  }
  .content_filter .mobile-accordion-container .mobile-accordion-content ul li {
    margin-bottom: 10px;
  }
  .content_filter .mobile-accordion-container.open .mobile-accordion-title:after {
    background-image: url("/wp-content/uploads/triangle-up.svg");
  }
  .content_filter .mobile-accordion-container.open .mobile-accordion-content {
    display: block;
  }
}
@media all and (-ms-high-contrast: none) {
  select.filter-select::-ms-expand {
/* tar bort IE11+all, standard knappruta */
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .content_filter button,
  .content_filter input[type=checkbox] + label,
  .content_filter input[type=radio] + label {
    font-size: 14px;
  }
  .content_filter li {
    margin-bottom: 10px;
  }
  .content_filter input[type=checkbox] + label,
  .content_filter input[type=radio] + label {
    padding: 10px 20px;
    padding-right: 40px;
    min-height: 24px;
    display: inline-block;
    min-width: 150px;
    border: 2px solid transparent;
    border-radius: 100px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 24px 24px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .content_filter input[type=checkbox] + label {
    background-image: none;
  }
  .content_filter input[type=checkbox] + label:hover {
    border-color: #004996;
  }
  .content_filter input[type=checkbox]:checked + label {
    position: relative;
    background-image: none;
    background-color: #d9e3f0;
  }
  .content_filter input[type=checkbox]:checked + label:after {
    content: '';
    width: 12px;
    height: 100%;
    position: absolute;
    right: 15px;
    top: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url("/wp-content/uploads/check_black.svg");
  }
  .content_filter select.filter-select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    cursor: pointer;
    border-radius: 100px;
    padding-right: 40px;
    background-image: url("/wp-content/uploads/triangle-down.svg");
    background-position: 85% 50%;
    background-repeat: no-repeat;
    background-size: 8px 8px;
  }
  .content_filter .content_cat input[type=checkbox] + label {
    width: calc(100% - 20px);
    max-width: 300px;
  }
  .content_filter .content_cat input[type=checkbox]:checked + label {
    color: #fff;
    width: 100%;
    position: relative;
  }
  .content_filter .content_cat input[type=checkbox]:checked + label:after {
    content: '';
    width: 12px;
    height: 100%;
    position: absolute;
    right: 15px;
    top: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url("/wp-content/uploads/check_white.svg");
  }
  .content_filter .content_cat .content_cat_54 input[type=checkbox] + label {
    border-color: #1fa00d;
  }
  .content_filter .content_cat .content_cat_54 input[type=checkbox]:checked + label {
    background-color: #1fa00d;
  }
  .content_filter .content_cat .content_cat_55 input[type=checkbox] + label {
    border-color: #a54b9c;
  }
  .content_filter .content_cat .content_cat_55 input[type=checkbox]:checked + label {
    background-color: #a54b9c;
  }
  .content_filter .content_cat .content_cat_56 input[type=checkbox] + label {
    border-color: #ff7c08;
  }
  .content_filter .content_cat .content_cat_56 input[type=checkbox]:checked + label {
    background-color: #ff7c08;
  }
}
.side_filter input[type=checkbox] + label,
.side_filter input[type=radio] + label {
  padding-left: 40px;
  min-height: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 24px 24px;
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (min-width: 1200px) {
  .left-gutter {
    width: 340px;
  }
  .right-gutter {
    width: calc(100% - 340px);
  }
  .middle-gutter {
    width: calc(100% - 340px);
  }
}
@media only screen and (min-width: 1600px) {
  .left-gutter,
  .right-gutter {
    width: 340px;
  }
  .middle-gutter {
    width: calc(100% - 340px);
  }
  .inner-middle-gutter {
    width: calc(100% - 340px);
  }
  .inner-right-gutter {
    width: 340px;
  }
}
#pixel_crumbs li {
  height: 40px;
  padding-left: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  font-size: 16px;
}
#pixel_crumbs li:before {
  content: "";
  width: 23px;
  height: 100%;
  margin-right: 0px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("/wp-content/uploads/navi3-2.svg");
}
#pixel_crumbs li:first-of-type:before {
  background-image: url("/wp-content/uploads/navi2-2.svg");
}
#pixel_crumbs li:last-of-type:before {
  background-image: url("/wp-content/uploads/navi4-2.svg");
}
#pixel_crumbs li:last-of-type a {
  color: #004996;
}
.min-width-120px {
  min-width: 120px !important;
}
.min-width-300px {
  min-width: 300px !important;
}
.width-300px {
  width: 300px !important;
}
#filter-container {
  transform: translate3d(0, -200%, 0);
  position: absolute;
}
@media only screen and (max-width: 1199px) {
  #filter-container.open-mobile {
    transform: translate3d(0, 0, 0);
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 10;
    overflow-y: auto;
    width: 100%;
    height: calc(100vh - 60px);
    background-color: #f4f4f4;
    padding: 20px;
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  #filter-toggle {
    display: none;
  }
  #filter-toggle.visible {
    display: block;
  }
  #filter-container.visible {
    transform: translate3d(0, 0, 0);
    position: relative;
  }
  #left-gutter {
    overflow-y: auto;
    width: 300px;
    z-index: 3;
    position: absolute;
    left: 20px;
    top: 0;
    min-height: calc(100vh - 100px);
    height: calc(100vh - 100px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  #left-gutter.fixed {
    position: fixed !important;
    top: 100px;
    bottom: unset;
    left: 60px;
    width: 300px;
  }
  #left-gutter.hug-footer {
    position: absolute !important;
    bottom: 20px;
    left: 20px;
    top: unset;
  }
}
@media only screen and (min-width: 1600px) {
  #right-gutter {
    overflow-y: auto;
    width: 300px;
    z-index: 3;
    position: absolute;
    right: 20px;
    top: 0;
    min-height: calc(100vh - 100px);
    height: calc(100vh - 100px);
  }
  #right-gutter.fixed {
    position: fixed !important;
    top: 100px;
    bottom: unset;
    right: 60px;
    width: 300px;
  }
  #right-gutter.hug-footer {
    position: absolute !important;
    bottom: 20px;
    right: 20px;
    top: unset;
  }
}
.background-image-search {
  width: 20px;
  height: 25px;
  background-image: url("/wp-content/uploads/search-black.svg");
}
.background-image-search-white {
  background-image: url("/wp-content/uploads/search-white.svg");
}
.background-image-contact {
  width: 20px;
  height: 25px;
  background-image: url("/wp-content/uploads/contact-black.svg");
}
.background-image-contact-white {
  background-image: url("/wp-content/uploads/contact-white.svg");
}
.background-image-login {
  width: 20px;
  height: 25px;
  background-image: url("/wp-content/uploads/log-in-black.svg");
}
.background-image-login-white {
  background-image: url("/wp-content/uploads/log-in-white.svg");
}
a.icon-hover-blue:hover .background-image-search {
  background-image: url("/wp-content/uploads/search-blue.svg");
}
a.icon-hover-blue:hover .background-image-contact {
  background-image: url("/wp-content/uploads/contact-blue.svg");
}
a.icon-hover-blue:hover .background-image-login {
  background-image: url("/wp-content/uploads/log-in-blue.svg");
}
@media only screen and (min-width: 1200px) {
  .background-image-search,
  .background-image-contact,
  .background-image-login {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 1600px) {
  a.icon-hover-blue:hover .background-image-search,
  a.icon-hover-blue:hover .background-image-contact,
  a.icon-hover-blue:hover .background-image-login {
    height: 25px;
  }
}
.background-image-maps {
  background-image: url("/wp-content/uploads/maps-grey.svg");
}
.background-image-maps:hover {
  background-image: url("/wp-content/uploads/maps-blue.svg");
}
.background-image-instagram {
  background-image: url("/wp-content/uploads/instagram-grey.svg");
}
.background-image-instagram:hover {
  background-image: url("/wp-content/uploads/instagram-blue.svg");
}
.background-image-youtube {
  background-image: url("/wp-content/uploads/youtube-grey.svg");
}
.background-image-youtube:hover {
  background-image: url("/wp-content/uploads/youtube-blue.svg");
}
.background-image-facebook {
  background-image: url("/wp-content/uploads/facebook-grey.svg");
}
.background-image-facebook:hover {
  background-image: url("/wp-content/uploads/facebook-blue.svg");
}
.background-image-twitter {
  background-image: url("/wp-content/uploads/twitter-grey.svg");
}
.background-image-twitter:hover {
  background-image: url("/wp-content/uploads/twitter-blue.svg");
}
.background-image-phone {
  background-image: url("/wp-content/uploads/phone-grey.svg");
}
.background-image-phone:hover {
  background-image: url("/wp-content/uploads/phone-blue.svg");
}
.background-image-email {
  background-image: url("/wp-content/uploads/email-grey.svg");
}
.background-image-email:hover {
  background-image: url("/wp-content/uploads/email-blue.svg");
}
a:hover .background-image-phone {
  background-image: url("/wp-content/uploads/phone-blue.svg");
}
a:hover .background-image-email {
  background-image: url("/wp-content/uploads/email-blue.svg");
}
.background-image-time-grey-small {
  background-image: url("/wp-content/uploads/time-grey-small.svg");
}
.background-image-cal-grey-small {
  background-image: url("/wp-content/uploads/cal-grey-small.svg");
}
.background-image-maps-grey-small {
  background-image: url("/wp-content/uploads/maps-grey-small.svg");
}
a:hover .background-image-maps-grey-small,
button:hover .background-image-maps-grey-small {
  background-image: url("/wp-content/uploads/maps-blue-small.svg");
}
a:hover .background-image-cal-grey-small,
button:hover .background-image-cal-grey-small {
  background-image: url("/wp-content/uploads/cal-blue-small.svg");
}
.button-link {
  text-align: left;
  background: transparent;
  line-height: 34px;
}
.event-pagination .event-button {
  cursor: pointer;
}
.event-pagination .event-button.disabled {
  cursor: default;
  pointer-events: none;
}
.event-pagination .event-button.background-image-round-arrow-right {
  background-image: url("/wp-content/uploads/round-arrow-right-black.svg");
}
.event-pagination .event-button.background-image-round-arrow-right:hover,
.event-pagination .event-button.background-image-round-arrow-right.disabled {
  background-image: url("/wp-content/uploads/round-arrow-right-grey.svg");
}
.event-pagination .event-button.background-image-round-arrow-left {
  background-image: url("/wp-content/uploads/round-arrow-left-black.svg");
}
.event-pagination .event-button.background-image-round-arrow-left:hover,
.event-pagination .event-button.background-image-round-arrow-left.disabled {
  background-image: url("/wp-content/uploads/round-arrow-left-grey.svg");
}
.footer-icon {
  width: 35px;
  height: 35px;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 900px) {
  .footer-icon {
    margin-left: 20px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-icon {
    width: 45px;
    height: 45px;
  }
}
.max-width-688px {
  max-width: 688px !important;
}
@media only screen and (min-width: 1200px) {
  .max-width-100-minus-340px-l {
    max-width: calc(100% - 340px) !important;
  }
}
@media only screen and (min-width: 1600px) {
  .max-width-100-minus-680px-xl {
    max-width: calc(100% - 680px) !important;
  }
}
.contact-hero-hug-right {
  position: absolute;
  top: 0;
  right: -30px;
}
.contact-skew {
  width: 200px;
  height: 100%;
  transform: skew(-8deg);
  background-color: transparent;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
}
.contact-skew .image {
  transform: skew(8deg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -30%;
  width: 160%;
  height: 100%;
}
.background-image-lines {
  background-size: 100% !important;
  background-position: left top !important;
  background-image: url("/wp-content/uploads/background-lines-grey.svg");
}
.word-wrap-normal {
  word-wrap: normal !important;
}
.word-break-normal {
  word-break: normal !important;
}
.event-date {
  position: absolute;
  left: 20px;
  bottom: -47px;
  width: 80px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: center;
}
.event-date.event-date-small {
  bottom: -41px;
  width: 50px;
  font-size: 14px;
}
#resultsection {
  position: absolute;
  left: 0;
  top: -100px;
}
#loginform .login-username,
#loginform .login-password {
  width: 100%;
}
#loginform .login-username label,
#loginform .login-password label {
  padding: 0 20px;
}
#loginform .login-username input,
#loginform .login-password input {
  border-radius: 100px;
}
#loginform .login-submit {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  #loginform {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  #loginform .login-username,
  #loginform .login-password {
    width: calc(50% - 10px);
  }
}
.padding-ratio-16-9 {
  width: 100%;
  padding-bottom: 56.25%;
}
.padding-top-8px {
  padding-top: 8px !important;
}
.width-auto {
  width: auto !important;
}
#scroll-down-arrow-container {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #scroll-down-arrow-container {
    display: none;
    position: fixed;
    top: calc(100vh - 80px);
    left: calc(50% - 30px);
    height: 80px;
    width: 60px;
    z-index: 10;
  }
  .scroll-down-arrow {
    cursor: pointer;
    background-image: url("/wp-content/uploads/scroll-down-arrow.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 60px;
    width: 100%;
    position: relative;
    top: 0;
    animation-name: bounce;
    animation-duration: 0.7s;
    animation-delay: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
  }
}
.home-logo-container {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .home-logo-container {
    display: block;
    position: absolute;
    left: 40px;
    top: 40px;
    z-index: 1;
    width: 250px;
  }
}
.image-caption-container {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 4px 8px;
  color: #fff !important;
  font-size: 14px;
}
@-moz-keyframes bounce {
  from {
    top: 0;
  }
  to {
    top: 20px;
  }
}
@-webkit-keyframes bounce {
  from {
    top: 0;
  }
  to {
    top: 20px;
  }
}
@-o-keyframes bounce {
  from {
    top: 0;
  }
  to {
    top: 20px;
  }
}
@keyframes bounce {
  from {
    top: 0;
  }
  to {
    top: 20px;
  }
}
