/*
Theme Name: Pixeltokig3
Theme URI: https://pixeltokig.se
Author: Pixeltokig
Author URI: https://pixeltokig.se
Description: Ett tokigt bra tema anpassat och kodat från grunden.
Version: 1.0
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;
}
@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;
  }
  .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: '\f107';
    font-family: 'fontawesome';
    display: inline-flex;
    margin-left: 5px;
  }
  .desktop-menu > div > ul > li > ul {
    display: none;
    float: left;
    position: absolute;
    z-index: 99999;
    background: #800080;
    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: 1;
  position: relative;
}
.non-sticky-header,
.sticky-header {
  display: block;
  width: 100%;
  height: auto;
  top: 0;
  position: fixed;
  padding: 0 20px;
}
.non-sticky-header .header-row,
.sticky-header .header-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 60px;
}
.non-sticky-header {
  background-color: rgba(0,51,102,0.38);
}
.non-sticky-header .header-row-top {
  display: none;
}
.sticky-header {
  background-color: rgba(0,51,102,0.38);
}
.sticky-header .header-row-top {
  display: none;
}
.page-id-196 .non-sticky-header,
.page-id-196 .sticky-header {
  background-color: rgba(0,0,0,0.25);
}
.header-part {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
.header-row .cta {
  background: #ee82ee;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
.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-top {
    display: flex;
  }
  .non-sticky-header .header-row-bottom {
    height: 60px;
    padding-left: 20px;
  }
  .sticky-header .header-row-top {
    display: flex;
  }
  .sticky-header .header-row-bottom {
    height: 60px;
  }
  .header-row-top .cta a {
    background: #f08080;
  }
  .header-row-bottom .cta a {
    background: #ffb6c1;
    padding: 10px 20px;
    font-size: 20px;
  }
}
.main-header .logo {
  height: 100%;
  max-height: 30%;
}
@media only screen and (min-width: 600px) {
  .main-header .logo {
    max-height: 40%;
  }
}
@media only screen and (min-width: 1366px) {
  .main-header .logo {
    max-height: 50%;
    top: -20%;
    position: relative;
  }
}
.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: block;
}
.home .non-sticky-header .logo-dark {
  display: none;
}
.home .non-sticky-header .small-logo-light {
  display: none;
}
.home .non-sticky-header .small-logo-dark {
  display: none;
}
.non-sticky-header .logo-light {
  display: block;
}
.non-sticky-header .logo-dark {
  display: none;
}
.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;
}
.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: 1024px) {
  .home .non-sticky-header .logo-light {
    display: block;
  }
  .home .non-sticky-header .logo-dark {
    display: none;
  }
  .home .non-sticky-header .small-logo-light {
    display: none;
  }
  .home .non-sticky-header .small-logo-dark {
    display: none;
  }
  .non-sticky-header .logo-light {
    display: block;
  }
  .non-sticky-header .logo-dark {
    display: none;
  }
  .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;
  }
}
.mobile-menu-button-container {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 999999;
}
.mobile-menu .mobile-menu-button-container {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  .mobile-menu-button-container {
    display: none;
  }
  .mobile-menu-button-container {
    margin-left: 20px;
  }
}
.mobile-menu-button {
  background: transparent;
  z-index: 999999;
  width: 30px;
  height: 25px;
  position: relative;
  transform: rotate(0deg);
  cursor: pointer;
}
.mobile-menu-button.open {
  z-index: 100;
}
.mobile-menu-button span {
  display: flex;
  position: absolute;
  height: 3px;
  width: 100%;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all ease-in-out 0.3s;
}
.mobile-menu-button span:nth-child(1) {
  top: 0px;
}
.mobile-menu-button span:nth-child(2),
.mobile-menu-button span:nth-child(3) {
  top: 10px;
}
.mobile-menu-button span:nth-child(4) {
  top: 20px;
}
.mobile-menu-button.open span:nth-child(1) {
  top: 10px;
  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) {
  top: 10px;
  width: 0%;
  left: 50%;
}
.home .mobile-menu-button-container span,
.home .mobile-menu-button-container .mobile-menu-button::before {
  background: #fff;
  color: #fff;
}
.home .mobile-menu-button-container:hover span,
.home .mobile-menu-button-container:hover .mobile-menu-button::before {
  background: #000;
  color: #000;
}
.mobile-menu-button-container span,
.mobile-menu-button-container .mobile-menu-button::before {
  background: #fff;
  color: #fff;
}
.mobile-menu-button-container:hover span,
.mobile-menu-button-container:hover .mobile-menu-button::before {
  background: #000;
  color: #000;
}
#sticky-menu .mobile-menu-button-container span,
#sticky-menu .mobile-menu-button-container .mobile-menu-button::before {
  background: #fff;
  color: #fff;
}
#sticky-menu .mobile-menu-button-container:hover span,
#sticky-menu .mobile-menu-button-container:hover .mobile-menu-button::before {
  background: #ed9f54;
  color: #ed9f54;
}
.mobile-menu-button-container .open span,
.mobile-menu-button-container .open.mobile-menu-button::before {
  background: #fff;
  color: #fff;
}
.mobile-menu-button-container:hover .open span,
.mobile-menu-button-container:hover .open.mobile-menu-button::before {
  background: #fff;
  color: #fff;
}
.mobile-menu {
  z-index: 100;
  opacity: 1;
  overflow: hidden;
  position: fixed;
  top: 60px;
  left: 0;
  transform: translate3d(0, calc(-100% - 60px), 0);
  transition: transform 0.3s;
  display: block;
  background-color: #fff;
/* Hur mycket av skärmen som ska täckas av menyn */
  width: 100%;
}
.mobile-menu.pushed {
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s;
  overflow-y: auto;
}
.mobile-menu-content-container {
  display: flex;
  position: relative;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0px;
}
.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;
  padding: 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: 1024px) {
  .mobile-menu {
    width: 40%;
    transform: translate3d(255%, 0, 0);
  }
  .mobile-menu.pushed {
    transform: translate3d(151%, 0, 0);
/*transition transform .2s*/
  }
}
.wysiwyg {
  width: 100%;
}
.wysiwyg ul {
  list-style-type: disc !important;
  margin-left: 20px;
  margin-bottom: 20px;
}
.wysiwyg ol {
  margin-left: 20px;
  margin-bottom: 20px;
}
.wysiwyg ul li,
.wysiwyg ol li {
  margin-bottom: 10px;
}
.button {
  position: relative;
  border: 2px solid;
  display: inline-flex;
  text-align: center;
  transition: all 0.3s;
  padding: 5px 20px;
  width: 100%;
  border-radius: 100px;
  margin-bottom: 20px;
  justify-content: center;
  border-color: #008b8b;
  background: #008b8b;
  color: #fff;
}
.button:hover,
.button:active,
.button:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #006161;
  background: #006161;
}
.button-small,
.button-small:visited {
  padding: 0 10px;
  width: auto;
}
@media only screen and (min-width: 600px) {
  .button,
  .button:visited {
    padding: 15px 40px;
    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: 10px;
  display: none;
}
.gform_wrapper {
  width: 100%;
}
.gform_wrapper li,
.gform_wrapper li.half {
  width: 100%;
  margin-bottom: 20px;
}
@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_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;
}
.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: transparent;
  position: relative;
}
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover {
  color: transparent;
}
.ui-datepicker-prev {
  text-align: left;
}
.ui-datepicker-next {
  text-align: right;
}
.ui-datepicker-prev:before {
  content: '\f104';
  font-size: 40px;
  font-family: 'FontAwesome';
  transition: color 0.2s;
}
.ui-datepicker-next:after {
  font-size: 40px;
  content: '\f105';
  font-family: 'FontAwesome';
  transition: color 0.2s;
}
.ui-datepicker-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.ui-datepicker-month,
.ui-datepicker-year {
  border: 2px solid;
  border-radius: 0;
  -webkit-appearance: none;
  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 {
  position: relative;
}
.ginput_container_select:after {
  content: "\f0d7";
  font-family: 'FontAwesome';
  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;
}
.ginput_container_select select {
  appearance: none;
}
input,
textarea,
select {
  display: block;
  appearance: none;
  width: 100%;
  padding: 10px 15px;
  outline: none;
  font-family: 'Lato',"Lato Fallback", sans-serif;
}
@media only screen and (min-width: 1200px) {
  input,
  textarea,
  select {
    padding: 20px 30px;
  }
}
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;
  text-transform: uppercase;
  font-family: 'Lato',"Lato Fallback", sans-serif;
  font-size: 16px;
}
::-moz-placeholder {
  opacity: 1;
  text-transform: uppercase;
  font-family: 'Lato',"Lato Fallback", sans-serif;
  font-size: 16px;
}
::-moz-placeholder {
  opacity: 1;
  text-transform: uppercase;
  font-family: 'Lato',"Lato Fallback", sans-serif;
  font-size: 16px;
}
:-ms-input-placeholder {
  opacity: 1;
  text-transform: uppercase;
  font-family: 'Lato',"Lato Fallback", sans-serif;
  font-size: 16px;
}
::placeholder {
  opacity: 1;
  text-transform: uppercase;
  font-family: 'Lato',"Lato Fallback", sans-serif;
  font-size: 16px;
}
input[type=checkbox],
input[type=radio] {
  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;
  height: 24px;
  display: inline-block;
  line-height: 24px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 24px 24px;
  font-size: 18px;
  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/checked-dark.svg");
}
input[type=checkbox]:checked + label {
  background-image: url("/wp-content/uploads/unchecked-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");
}
.section img {
  margin-bottom: 20px;
}
a img {
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
}
a img:hover {
  opacity: 0.9;
  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%);
}
.searchandfilter h4 {
  font-size: 24px;
}
.searchandfilter h4 {
  font-size: 24px;
}
.slide {
  height: 100%;
}
.slider {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
  align-items: center;
/*flex 1 100%*/
/*-webkit-box-flex 1
    -webkit-box-pack 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;
  font-family: 'FontAwesome';
  font-size: 40px;
  line-height: 40px;
  transition: all 0.4s;
  pointer-events: all;
}
@media only screen and (min-width: 1024px) {
  .slick-prev:before,
  .slick-next:before {
    font-size: 60px;
    line-height: 80px;
  }
}
.slick-prev:hover:before,
.slick-next:hover:before {
  transition: all 0.2s;
}
.slick-prev:before {
  content: '\f104';
}
.slick-next:before {
  content: '\f105';
}
.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 #fff;
  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: #fff;
}
.pixel-walker-menu a {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
}
.pixel-walker-menu a:hover {
  color: #000;
}
.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 i.fa {
  font-size: 30px;
}
.primary-desktop-menu .pixel-walker-menu .pixel-walker-dropdown,
.secondary-desktop-menu .pixel-walker-menu .pixel-walker-dropdown {
  display: none;
}
.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-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: 1024px) {
  .primary-desktop-menu > .pixel-walker-menu > ul,
  .secondary-desktop-menu > .pixel-walker-menu > ul {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 30px;
  }
  .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 20px;
    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;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .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;
    margin-left: 5px;
  }
  .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%;
  }
}
@media only screen and (min-width: 1366px) {
  .primary-desktop-menu > .pixel-walker-menu > ul > li,
  .secondary-desktop-menu > .pixel-walker-menu > ul > li {
    padding: 0 30px;
  }
}
.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-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-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-mobile {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .no-margin-mobile {
    margin: 0 !important;
  }
  .no-margin-top-mobile {
    margin-top: 0 !important;
  }
  .no-margin-right-mobile {
    margin-right: 0 !important;
  }
  .no-margin-bottom-mobile {
    margin-bottom: 0 !important;
  }
  .no-margin-left-mobile {
    margin-left: 0 !important;
  }
  .margin-top-10px-mobile {
    margin-top: 10px !important;
  }
  .margin-top-20px-mobile {
    margin-top: 20px !important;
  }
  .margin-top-40px-mobile {
    margin-top: 40px !important;
  }
  .margin-top-80px-mobile {
    margin-top: 80px !important;
  }
  .margin-top-160px-mobile {
    margin-top: 160px !important;
  }
  .margin-right-10px-mobile {
    margin-right: 10px !important;
  }
  .margin-right-20px-mobile {
    margin-right: 20px !important;
  }
  .margin-right-40px-mobile {
    margin-right: 40px !important;
  }
  .margin-right-80px-mobile {
    margin-right: 80px !important;
  }
  .margin-right-160px-mobile {
    margin-right: 160px !important;
  }
  .margin-bottom-10px-mobile {
    margin-bottom: 10px !important;
  }
  .margin-bottom-20px-mobile {
    margin-bottom: 20px !important;
  }
  .margin-bottom-40px-mobile {
    margin-bottom: 40px !important;
  }
  .margin-bottom-80px-mobile {
    margin-bottom: 80px !important;
  }
  .margin-bottom-160px-mobile {
    margin-bottom: 160px !important;
  }
  .margin-left-10px-mobile {
    margin-left: 10px !important;
  }
  .margin-left-20px-mobile {
    margin-left: 20px !important;
  }
  .margin-left-40px-mobile {
    margin-left: 40px !important;
  }
  .margin-left-80px-mobile {
    margin-left: 80px !important;
  }
  .margin-left-160px-mobile {
    margin-left: 160px !important;
  }
}
@media only screen and (min-width: 600px) {
  .margin-auto-tablet {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .no-margin-tablet {
    margin: 0 !important;
  }
  .no-margin-top-tablet {
    margin-top: 0 !important;
  }
  .no-margin-right-tablet {
    margin-right: 0 !important;
  }
  .no-margin-bottom-tablet {
    margin-bottom: 0 !important;
  }
  .no-margin-left-tablet {
    margin-left: 0 !important;
  }
  .margin-top-10px-tablet {
    margin-top: 10px !important;
  }
  .margin-top-20px-tablet {
    margin-top: 20px !important;
  }
  .margin-top-40px-tablet {
    margin-top: 40px !important;
  }
  .margin-top-80px-tablet {
    margin-top: 80px !important;
  }
  .margin-top-160px-tablet {
    margin-top: 160px !important;
  }
  .margin-right-10px-tablet {
    margin-right: 10px !important;
  }
  .margin-right-20px-tablet {
    margin-right: 20px !important;
  }
  .margin-right-40px-tablet {
    margin-right: 40px !important;
  }
  .margin-right-80px-tablet {
    margin-right: 80px !important;
  }
  .margin-right-160px-tablet {
    margin-right: 160px !important;
  }
  .margin-bottom-10px-tablet {
    margin-bottom: 10px !important;
  }
  .margin-bottom-20px-tablet {
    margin-bottom: 20px !important;
  }
  .margin-bottom-40px-tablet {
    margin-bottom: 40px !important;
  }
  .margin-bottom-80px-tablet {
    margin-bottom: 80px !important;
  }
  .margin-bottom-160px-tablet {
    margin-bottom: 160px !important;
  }
  .margin-left-10px-tablet {
    margin-left: 10px !important;
  }
  .margin-left-20px-tablet {
    margin-left: 20px !important;
  }
  .margin-left-40px-tablet {
    margin-left: 40px !important;
  }
  .margin-left-80px-tablet {
    margin-left: 80px !important;
  }
  .margin-left-160px-tablet {
    margin-left: 160px !important;
  }
}
@media only screen and (min-width: 900px) {
  .margin-auto-desktop {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .no-margin-desktop {
    margin: 0 !important;
  }
  .no-margin-top-desktop {
    margin-top: 0 !important;
  }
  .no-margin-right-desktop {
    margin-right: 0 !important;
  }
  .no-margin-bottom-desktop {
    margin-bottom: 0 !important;
  }
  .no-margin-left-desktop {
    margin-left: 0 !important;
  }
  .margin-top-10px-desktop {
    margin-top: 10px !important;
  }
  .margin-top-20px-desktop {
    margin-top: 20px !important;
  }
  .margin-top-40px-desktop {
    margin-top: 40px !important;
  }
  .margin-top-80px-desktop {
    margin-top: 80px !important;
  }
  .margin-top-160px-desktop {
    margin-top: 160px !important;
  }
  .margin-right-10px-desktop {
    margin-right: 10px !important;
  }
  .margin-right-20px-desktop {
    margin-right: 20px !important;
  }
  .margin-right-40px-desktop {
    margin-right: 40px !important;
  }
  .margin-right-80px-desktop {
    margin-right: 80px !important;
  }
  .margin-right-160px-desktop {
    margin-right: 160px !important;
  }
  .margin-bottom-10px-desktop {
    margin-bottom: 10px !important;
  }
  .margin-bottom-20px-desktop {
    margin-bottom: 20px !important;
  }
  .margin-bottom-40px-desktop {
    margin-bottom: 40px !important;
  }
  .margin-bottom-80px-desktop {
    margin-bottom: 80px !important;
  }
  .margin-bottom-160px-desktop {
    margin-bottom: 160px !important;
  }
  .margin-left-10px-desktop {
    margin-left: 10px !important;
  }
  .margin-left-20px-desktop {
    margin-left: 20px !important;
  }
  .margin-left-40px-desktop {
    margin-left: 40px !important;
  }
  .margin-left-80px-desktop {
    margin-left: 80px !important;
  }
  .margin-left-160px-desktop {
    margin-left: 160px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .margin-auto-bigdesktop {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .no-margin-bigdesktop {
    margin: 0 !important;
  }
  .no-margin-top-bigdesktop {
    margin-top: 0 !important;
  }
  .no-margin-right-bigdesktop {
    margin-right: 0 !important;
  }
  .no-margin-bottom-bigdesktop {
    margin-bottom: 0 !important;
  }
  .no-margin-left-bigdesktop {
    margin-left: 0 !important;
  }
  .margin-top-10px-bigdesktop {
    margin-top: 10px !important;
  }
  .margin-top-20px-bigdesktop {
    margin-top: 20px !important;
  }
  .margin-top-40px-bigdesktop {
    margin-top: 40px !important;
  }
  .margin-top-80px-bigdesktop {
    margin-top: 80px !important;
  }
  .margin-top-160px-bigdesktop {
    margin-top: 160px !important;
  }
  .margin-right-10px-bigdesktop {
    margin-right: 10px !important;
  }
  .margin-right-20px-bigdesktop {
    margin-right: 20px !important;
  }
  .margin-right-40px-bigdesktop {
    margin-right: 40px !important;
  }
  .margin-right-80px-bigdesktop {
    margin-right: 80px !important;
  }
  .margin-right-160px-bigdesktop {
    margin-right: 160px !important;
  }
  .margin-bottom-10px-bigdesktop {
    margin-bottom: 10px !important;
  }
  .margin-bottom-20px-bigdesktop {
    margin-bottom: 20px !important;
  }
  .margin-bottom-40px-bigdesktop {
    margin-bottom: 40px !important;
  }
  .margin-bottom-80px-bigdesktop {
    margin-bottom: 80px !important;
  }
  .margin-bottom-160px-bigdesktop {
    margin-bottom: 160px !important;
  }
  .margin-left-10px-bigdesktop {
    margin-left: 10px !important;
  }
  .margin-left-20px-bigdesktop {
    margin-left: 20px !important;
  }
  .margin-left-40px-bigdesktop {
    margin-left: 40px !important;
  }
  .margin-left-80px-bigdesktop {
    margin-left: 80px !important;
  }
  .margin-left-160px-bigdesktop {
    margin-left: 160px !important;
  }
}
@media only screen and (min-width: 1600px) {
  .margin-auto-hugedesktop {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .no-margin-hugedesktop {
    margin: 0 !important;
  }
  .no-margin-top-hugedesktop {
    margin-top: 0 !important;
  }
  .no-margin-right-hugedesktop {
    margin-right: 0 !important;
  }
  .no-margin-bottom-hugedesktop {
    margin-bottom: 0 !important;
  }
  .no-margin-left-hugedesktop {
    margin-left: 0 !important;
  }
  .margin-top-10px-hugedesktop {
    margin-top: 10px !important;
  }
  .margin-top-20px-hugedesktop {
    margin-top: 20px !important;
  }
  .margin-top-40px-hugedesktop {
    margin-top: 40px !important;
  }
  .margin-top-80px-hugedesktop {
    margin-top: 80px !important;
  }
  .margin-top-160px-hugedesktop {
    margin-top: 160px !important;
  }
  .margin-right-10px-hugedesktop {
    margin-right: 10px !important;
  }
  .margin-right-20px-hugedesktop {
    margin-right: 20px !important;
  }
  .margin-right-40px-hugedesktop {
    margin-right: 40px !important;
  }
  .margin-right-80px-hugedesktop {
    margin-right: 80px !important;
  }
  .margin-right-160px-hugedesktop {
    margin-right: 160px !important;
  }
  .margin-bottom-10px-hugedesktop {
    margin-bottom: 10px !important;
  }
  .margin-bottom-20px-hugedesktop {
    margin-bottom: 20px !important;
  }
  .margin-bottom-40px-hugedesktop {
    margin-bottom: 40px !important;
  }
  .margin-bottom-80px-hugedesktop {
    margin-bottom: 80px !important;
  }
  .margin-bottom-160px-hugedesktop {
    margin-bottom: 160px !important;
  }
  .margin-left-10px-hugedesktop {
    margin-left: 10px !important;
  }
  .margin-left-20px-hugedesktop {
    margin-left: 20px !important;
  }
  .margin-left-40px-hugedesktop {
    margin-left: 40px !important;
  }
  .margin-left-80px-hugedesktop {
    margin-left: 80px !important;
  }
  .margin-left-160px-hugedesktop {
    margin-left: 160px !important;
  }
}
.no-padding {
  padding: 0 !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-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-mobile {
    padding: 0 !important;
  }
  .no-padding-top-mobile {
    padding-top: 0 !important;
  }
  .no-padding-right-mobile {
    padding-right: 0 !important;
  }
  .blue {
    background: #00f;
    color: #00f;
  }
  .no-padding-bottom-mobile {
    padding-bottom: 0 !important;
  }
  .no-padding-left-mobile {
    padding-left: 0 !important;
  }
  .padding-top-10px-mobile {
    padding-top: 10px !important;
  }
  .padding-top-20px-mobile {
    padding-top: 20px !important;
  }
  .padding-top-40px-mobile {
    padding-top: 40px !important;
  }
  .padding-top-80px-mobile {
    padding-top: 80px !important;
  }
  .padding-top-160px-mobile {
    padding-top: 160px !important;
  }
  .padding-right-10px-mobile {
    padding-right: 10px !important;
  }
  .padding-right-20px-mobile {
    padding-right: 20px !important;
  }
  .padding-right-40px-mobile {
    padding-right: 40px !important;
  }
  .padding-right-80px-mobile {
    padding-right: 80px !important;
  }
  .padding-right-160px-mobile {
    padding-right: 160px !important;
  }
  .padding-bottom-10px-mobile {
    padding-bottom: 10px !important;
  }
  .padding-bottom-20px-mobile {
    padding-bottom: 20px !important;
  }
  .padding-bottom-40px-mobile {
    padding-bottom: 40px !important;
  }
  .padding-bottom-80px-mobile {
    padding-bottom: 80px !important;
  }
  .padding-bottom-160px-mobile {
    padding-bottom: 160px !important;
  }
  .padding-left-10px-mobile {
    padding-left: 10px !important;
  }
  .padding-left-20px-mobile {
    padding-left: 20px !important;
  }
  .padding-left-40px-mobile {
    padding-left: 40px !important;
  }
  .padding-left-80px-mobile {
    padding-left: 80px !important;
  }
  .padding-left-160px-mobile {
    padding-left: 160px !important;
  }
}
@media only screen and (min-width: 600px) {
  .no-padding-tablet {
    padding: 0 !important;
  }
  .no-padding-top-tablet {
    padding-top: 0 !important;
  }
  .no-padding-right-tablet {
    padding-right: 0 !important;
  }
  .no-padding-bottom-tablet {
    padding-bottom: 0 !important;
  }
  .no-padding-left-tablet {
    padding-left: 0 !important;
  }
  .padding-top-10px-tablet {
    padding-top: 10px !important;
  }
  .padding-top-20px-tablet {
    padding-top: 20px !important;
  }
  .padding-top-40px-tablet {
    padding-top: 40px !important;
  }
  .padding-top-80px-tablet {
    padding-top: 80px !important;
  }
  .padding-top-160px-tablet {
    padding-top: 160px !important;
  }
  .padding-right-10px-tablet {
    padding-right: 10px !important;
  }
  .padding-right-20px-tablet {
    padding-right: 20px !important;
  }
  .padding-right-40px-tablet {
    padding-right: 40px !important;
  }
  .padding-right-80px-tablet {
    padding-right: 80px !important;
  }
  .padding-right-160px-tablet {
    padding-right: 160px !important;
  }
  .padding-bottom-10px-tablet {
    padding-bottom: 10px !important;
  }
  .padding-bottom-20px-tablet {
    padding-bottom: 20px !important;
  }
  .padding-bottom-40px-tablet {
    padding-bottom: 40px !important;
  }
  .padding-bottom-80px-tablet {
    padding-bottom: 80px !important;
  }
  .padding-bottom-160px-tablet {
    padding-bottom: 160px !important;
  }
  .padding-left-10px-tablet {
    padding-left: 10px !important;
  }
  .padding-left-20px-tablet {
    padding-left: 20px !important;
  }
  .padding-left-40px-tablet {
    padding-left: 40px !important;
  }
  .padding-left-80px-tablet {
    padding-left: 80px !important;
  }
  .padding-left-160px-tablet {
    padding-left: 160px !important;
  }
}
@media only screen and (min-width: 900px) {
  .no-padding-desktop {
    padding: 0 !important;
  }
  .no-padding-top-desktop {
    padding-top: 0 !important;
  }
  .no-padding-right-desktop {
    padding-right: 0 !important;
  }
  .no-padding-bottom-desktop {
    padding-bottom: 0 !important;
  }
  .no-padding-left-desktop {
    padding-left: 0 !important;
  }
  .padding-top-10px-desktop {
    padding-top: 10px !important;
  }
  .padding-top-20px-desktop {
    padding-top: 20px !important;
  }
  .padding-top-40px-desktop {
    padding-top: 40px !important;
  }
  .padding-top-80px-desktop {
    padding-top: 80px !important;
  }
  .padding-top-160px-desktop {
    padding-top: 160px !important;
  }
  .padding-right-10px-desktop {
    padding-right: 10px !important;
  }
  .padding-right-20px-desktop {
    padding-right: 20px !important;
  }
  .padding-right-40px-desktop {
    padding-right: 40px !important;
  }
  .padding-right-80px-desktop {
    padding-right: 80px !important;
  }
  .padding-right-160px-desktop {
    padding-right: 160px !important;
  }
  .padding-bottom-10px-desktop {
    padding-bottom: 10px !important;
  }
  .padding-bottom-20px-desktop {
    padding-bottom: 20px !important;
  }
  .padding-bottom-40px-desktop {
    padding-bottom: 40px !important;
  }
  .padding-bottom-80px-desktop {
    padding-bottom: 80px !important;
  }
  .padding-bottom-160px-desktop {
    padding-bottom: 160px !important;
  }
  .padding-left-10px-desktop {
    padding-left: 10px !important;
  }
  .padding-left-20px-desktop {
    padding-left: 20px !important;
  }
  .padding-left-40px-desktop {
    padding-left: 40px !important;
  }
  .padding-left-80px-desktop {
    padding-left: 80px !important;
  }
  .padding-left-160px-desktop {
    padding-left: 160px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .no-padding-bigdesktop {
    padding: 0 !important;
  }
  .no-padding-top-bigdesktop {
    padding-top: 0 !important;
  }
  .no-padding-right-bigdesktop {
    padding-right: 0 !important;
  }
  .no-padding-bottom-bigdesktop {
    padding-bottom: 0 !important;
  }
  .no-padding-left-bigdesktop {
    padding-left: 0 !important;
  }
  .padding-top-10px-bigdesktop {
    padding-top: 10px !important;
  }
  .padding-top-20px-bigdesktop {
    padding-top: 20px !important;
  }
  .padding-top-40px-bigdesktop {
    padding-top: 40px !important;
  }
  .padding-top-80px-bigdesktop {
    padding-top: 80px !important;
  }
  .padding-top-160px-bigdesktop {
    padding-top: 160px !important;
  }
  .padding-right-10px-bigdesktop {
    padding-right: 10px !important;
  }
  .padding-right-20px-bigdesktop {
    padding-right: 20px !important;
  }
  .padding-right-40px-bigdesktop {
    padding-right: 40px !important;
  }
  .padding-right-80px-bigdesktop {
    padding-right: 80px !important;
  }
  .padding-right-160px-bigdesktop {
    padding-right: 160px !important;
  }
  .padding-bottom-10px-bigdesktop {
    padding-bottom: 10px !important;
  }
  .padding-bottom-20px-bigdesktop {
    padding-bottom: 20px !important;
  }
  .padding-bottom-40px-bigdesktop {
    padding-bottom: 40px !important;
  }
  .padding-bottom-80px-bigdesktop {
    padding-bottom: 80px !important;
  }
  .padding-bottom-160px-bigdesktop {
    padding-bottom: 160px !important;
  }
  .padding-left-10px-bigdesktop {
    padding-left: 10px !important;
  }
  .padding-left-20px-bigdesktop {
    padding-left: 20px !important;
  }
  .padding-left-40px-bigdesktop {
    padding-left: 40px !important;
  }
  .padding-left-80px-bigdesktop {
    padding-left: 80px !important;
  }
  .padding-left-160px-bigdesktop {
    padding-left: 160px !important;
  }
}
@media only screen and (min-width: 1600px) {
  .no-padding-hugedesktop {
    padding: 0 !important;
  }
  .no-padding-top-hugedesktop {
    padding-top: 0 !important;
  }
  .no-padding-right-hugedesktop {
    padding-right: 0 !important;
  }
  .no-padding-bottom-hugedesktop {
    padding-bottom: 0 !important;
  }
  .no-padding-left-hugedesktop {
    padding-left: 0 !important;
  }
  .padding-top-10px-hugedesktop {
    padding-top: 10px !important;
  }
  .padding-top-20px-hugedesktop {
    padding-top: 20px !important;
  }
  .padding-top-40px-hugedesktop {
    padding-top: 40px !important;
  }
  .padding-top-80px-hugedesktop {
    padding-top: 80px !important;
  }
  .padding-top-160px-hugedesktop {
    padding-top: 160px !important;
  }
  .padding-right-10px-hugedesktop {
    padding-right: 10px !important;
  }
  .padding-right-20px-hugedesktop {
    padding-right: 20px !important;
  }
  .padding-right-40px-hugedesktop {
    padding-right: 40px !important;
  }
  .padding-right-80px-hugedesktop {
    padding-right: 80px !important;
  }
  .padding-right-160px-hugedesktop {
    padding-right: 160px !important;
  }
  .padding-bottom-10px-hugedesktop {
    padding-bottom: 10px !important;
  }
  .padding-bottom-20px-hugedesktop {
    padding-bottom: 20px !important;
  }
  .padding-bottom-40px-hugedesktop {
    padding-bottom: 40px !important;
  }
  .padding-bottom-80px-hugedesktop {
    padding-bottom: 80px !important;
  }
  .padding-bottom-160px-hugedesktop {
    padding-bottom: 160px !important;
  }
  .padding-left-10px-hugedesktop {
    padding-left: 10px !important;
  }
  .padding-left-20px-hugedesktop {
    padding-left: 20px !important;
  }
  .padding-left-40px-hugedesktop {
    padding-left: 40px !important;
  }
  .padding-left-80px-hugedesktop {
    padding-left: 80px !important;
  }
  .padding-left-160px-hugedesktop {
    padding-left: 160px !important;
  }
}
.background-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #e5e5e5;
  position: relative;
}
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;
}
.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-tablet {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .flex-column-tablet {
    flex-direction: column !important;
  }
  .flex-none-tablet {
    flex: none !important;
  }
  .flex-auto-tablet {
    flex: auto !important;
  }
  .justify-content-start-tablet {
    justify-content: flex-start !important;
  }
  .justify-content-end-tablet {
    justify-content: flex-end !important;
  }
  .justify-content-center-tablet {
    justify-content: center !important;
  }
  .justify-content-around-tablet {
    justify-content: space-around !important;
  }
  .justify-content-between-tablet {
    justify-content: space-between !important;
  }
  .align-items-start-tablet {
    align-items: flex-start !important;
  }
  .align-items-end-tablet {
    align-items: flex-end !important;
  }
  .align-items-center-tablet {
    align-items: center !important;
  }
  .align-items-stretch-tablet {
    align-items: stretch !important;
  }
  .order-1-tablet {
    order: 1;
  }
  .order-2-tablet {
    order: 2;
  }
  .order-3-tablet {
    order: 3;
  }
  .order-4-tablet {
    order: 4;
  }
  .order-5-tablet {
    order: 5;
  }
  .order-6-tablet {
    order: 6;
  }
  .order-7-tablet {
    order: 7;
  }
  .order-8-tablet {
    order: 8;
  }
}
@media only screen and (min-width: 900px) {
  .flex-desktop {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .flex-column-desktop {
    flex-direction: column !important;
  }
  .flex-none-desktop {
    flex: none !important;
  }
  .flex-auto-desktop {
    flex: auto !important;
  }
  .justify-content-start-desktop {
    justify-content: flex-start !important;
  }
  .justify-content-end-desktop {
    justify-content: flex-end !important;
  }
  .justify-content-center-desktop {
    justify-content: center !important;
  }
  .justify-content-around-desktop {
    justify-content: space-around !important;
  }
  .justify-content-between-desktop {
    justify-content: space-between !important;
  }
  .align-items-start-desktop {
    align-items: flex-start !important;
  }
  .align-items-end-desktop {
    align-items: flex-end !important;
  }
  .align-items-center-desktop {
    align-items: center !important;
  }
  .align-items-stretch-desktop {
    align-items: stretch !important;
  }
  .order-1-desktop {
    order: 1;
  }
  .order-2-desktop {
    order: 2;
  }
  .order-3-desktop {
    order: 3;
  }
  .order-4-desktop {
    order: 4;
  }
  .order-5-desktop {
    order: 5;
  }
  .order-6-desktop {
    order: 6;
  }
  .order-7-desktop {
    order: 7;
  }
  .order-8-desktop {
    order: 8;
  }
}
@media only screen and (min-width: 1200px) {
  .flex-bigdesktop {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .flex-column-bigdesktop {
    flex-direction: column !important;
  }
  .flex-none-bigdesktop {
    flex: none !important;
  }
  .flex-auto-bigdesktop {
    flex: auto !important;
  }
  .justify-content-start-bigdesktop {
    justify-content: flex-start !important;
  }
  .justify-content-end-bigdesktop {
    justify-content: flex-end !important;
  }
  .justify-content-center-bigdesktop {
    justify-content: center !important;
  }
  .justify-content-around-bigdesktop {
    justify-content: space-around !important;
  }
  .justify-content-between-bigdesktop {
    justify-content: space-between !important;
  }
  .align-items-start-bigdesktop {
    align-items: flex-start !important;
  }
  .align-items-end-bigdesktop {
    align-items: flex-end !important;
  }
  .align-items-center-bigdesktop {
    align-items: center !important;
  }
  .align-items-stretch-bigdesktop {
    align-items: stretch !important;
  }
  .order-1-bigdesktop {
    order: 1;
  }
  .order-2-bigdesktop {
    order: 2;
  }
  .order-3-bigdesktop {
    order: 3;
  }
  .order-4-bigdesktop {
    order: 4;
  }
  .order-5-bigdesktop {
    order: 5;
  }
  .order-6-bigdesktop {
    order: 6;
  }
  .order-7-bigdesktop {
    order: 7;
  }
  .order-8-bigdesktop {
    order: 8;
  }
}
@media only screen and (min-width: 1600px) {
  .flex-hugedesktop {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .flex-column-hugedesktop {
    flex-direction: column !important;
  }
  .flex-none-hugedesktop {
    flex: none !important;
  }
  .flex-auto-hugedesktop {
    flex: auto !important;
  }
  .justify-content-start-hugedesktop {
    justify-content: flex-start !important;
  }
  .justify-content-end-hugedesktop {
    justify-content: flex-end !important;
  }
  .justify-content-center-hugedesktop {
    justify-content: center !important;
  }
  .justify-content-around-hugedesktop {
    justify-content: space-around !important;
  }
  .justify-content-between-hugedesktop {
    justify-content: space-between !important;
  }
  .align-items-start-hugedesktop {
    align-items: flex-start !important;
  }
  .align-items-end-hugedesktop {
    align-items: flex-end !important;
  }
  .align-items-center-hugedesktop {
    align-items: center !important;
  }
  .align-items-stretch-hugedesktop {
    align-items: stretch !important;
  }
  .order-1-hugedesktop {
    order: 1;
  }
  .order-2-hugedesktop {
    order: 2;
  }
  .order-3-hugedesktop {
    order: 3;
  }
  .order-4-hugedesktop {
    order: 4;
  }
  .order-5-hugedesktop {
    order: 5;
  }
  .order-6-hugedesktop {
    order: 6;
  }
  .order-7-hugedesktop {
    order: 7;
  }
  .order-8-hugedesktop {
    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: 28px;
}
.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-tablet {
    text-align: justify !important;
    text-justify: inter-word !important;
  }
  .bold-tablet,
  .strong-tablet {
    font-weight: bold !important;
  }
  .italic-tablet {
    font-style: italic !important;
  }
  .underline-tablet {
    text-decoration: underline !important;
  }
  .capitalize-tablet {
    text-transform: capitalize !important;
  }
  .uppercase-tablet {
    text-transform: uppercase !important;
  }
  .lowercase-tablet {
    text-transform: lowercase !important;
  }
  .thin-text-tablet {
    font-weight: 200;
  }
  .small-text-tablet {
    font-size: 14px;
  }
  .medium-text-s {
    font-size: 24px;
  }
  .big-text-s {
    font-size: 28px;
  }
  .break-word-tablet {
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    word-break: break-word !important;
    hyphens: auto !important;
  }
  .nowrap-tablet {
    white-space: nowrap !important;
  }
  .text-align-left-tablet {
    text-align: left !important;
  }
  .text-align-right-tablet {
    text-align: right !important;
  }
  .text-align-center-tablet {
    text-align: center !important;
  }
  .column-count-2-tablet {
    column-count: 2;
    column-gap: 20px;
  }
  .column-count-3-tablet {
    column-count: 3;
    column-gap: 20px;
  }
  .column-count-4-tablet {
    column-count: 4;
    column-gap: 20px;
  }
}
@media only screen and (min-width: 900px) {
  .justify-text-desktop {
    text-align: justify !important;
    text-justify: inter-word !important;
  }
  .bold-desktop,
  .strong-desktop {
    font-weight: bold !important;
  }
  .italic-desktop {
    font-style: italic !important;
  }
  .underline-desktop {
    text-decoration: underline !important;
  }
  .capitalize-desktop {
    text-transform: capitalize !important;
  }
  .uppercase-desktop {
    text-transform: uppercase !important;
  }
  .lowercase-desktop {
    text-transform: lowercase !important;
  }
  .thin-text-desktop {
    font-weight: 200;
  }
  .small-text-desktop {
    font-size: 14px;
  }
  .medium-text-m {
    font-size: 24px;
  }
  .big-text-m {
    font-size: 28px;
  }
  .break-word-desktop {
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    word-break: break-word !important;
    hyphens: auto !important;
  }
  .nowrap-desktop {
    white-space: nowrap !important;
  }
  .text-align-left-desktop {
    text-align: left !important;
  }
  .text-align-right-desktop {
    text-align: right !important;
  }
  .text-align-center-desktop {
    text-align: center !important;
  }
  .column-count-2-desktop {
    column-count: 2;
    column-gap: 20px;
  }
  .column-count-3-desktop {
    column-count: 3;
    column-gap: 20px;
  }
  .column-count-4-desktop {
    column-count: 4;
    column-gap: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .justify-text-bigdesktop {
    text-align: justify !important;
    text-justify: inter-word !important;
  }
  .bold-bigdesktop,
  .strong-bigdesktop {
    font-weight: bold !important;
  }
  .italic-bigdesktop {
    font-style: italic !important;
  }
  .underline-bigdesktop {
    text-decoration: underline !important;
  }
  .capitalize-bigdesktop {
    text-transform: capitalize !important;
  }
  .uppercase-bigdesktop {
    text-transform: uppercase !important;
  }
  .lowercase-bigdesktop {
    text-transform: lowercase !important;
  }
  .thin-text-bigdesktop {
    font-weight: 200;
  }
  .small-text-bigdesktop {
    font-size: 14px;
  }
  .big-text-bigdesktop {
    font-size: 24px;
  }
  .break-word-bigdesktop {
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    word-break: break-word !important;
    hyphens: auto !important;
  }
  .nowrap-bigdesktop {
    white-space: nowrap !important;
  }
  .text-align-left-bigdesktop {
    text-align: left !important;
  }
  .text-align-right-bigdesktop {
    text-align: right !important;
  }
  .text-align-center-bigdesktop {
    text-align: center !important;
  }
  .column-count-2-bigdesktop {
    column-count: 2;
    column-gap: 20px;
  }
  .column-count-3-bigdesktop {
    column-count: 3;
    column-gap: 20px;
  }
  .column-count-4-bigdesktop {
    column-count: 4;
    column-gap: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .justify-text-hugedesktop {
    text-align: justify !important;
    text-justify: inter-word !important;
  }
  .bold-hugedesktop,
  .strong-hugedesktop {
    font-weight: bold !important;
  }
  .italic-hugedesktop {
    font-style: italic !important;
  }
  .underline-hugedesktop {
    text-decoration: underline !important;
  }
  .capitalize-hugedesktop {
    text-transform: capitalize !important;
  }
  .uppercase-hugedesktop {
    text-transform: uppercase !important;
  }
  .lowercase-hugedesktop {
    text-transform: lowercase !important;
  }
  .thin-text-hugedesktop {
    font-weight: 200;
  }
  .small-text-hugedesktop {
    font-size: 14px;
  }
  .big-text-hugedesktop {
    font-size: 24px;
  }
  .break-word-hugedesktop {
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    word-break: break-word !important;
    hyphens: auto !important;
  }
  .nowrap-hugedesktop {
    white-space: nowrap !important;
  }
  .text-align-left-hugedesktop {
    text-align: left !important;
  }
  .text-align-right-hugedesktop {
    text-align: right !important;
  }
  .text-align-center-hugedesktop {
    text-align: center !important;
  }
  .column-count-2-hugedesktop {
    column-count: 2;
    column-gap: 20px;
  }
  .column-count-3-hugedesktop {
    column-count: 3;
    column-gap: 20px;
  }
  .column-count-4-hugedesktop {
    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;
  }
}
.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: 10px 10px 0 10px;
}
.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;
}
.main-content {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.main-content > div {
  width: 100%;
}
.row {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 40px 0 0 0;
}
.row.row-first {
  padding: 80px 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: 100px 0 0px 0;
}
.row-big.row-first {
  padding: 320px 0 0px 0;
}
@media only screen and (min-width: 600px) {
  .row {
    padding: 40px 0 0 0;
  }
  .row-big {
    padding: 100px 0 0px 0;
  }
  .row-big.row-first {
    padding: 400px 0 0px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .row {
    padding: 120px 0 0px 0;
  }
  .row.row-first {
    padding: 200px 0 40px 0;
  }
  .row-same {
    padding: 0 0 80px 0;
  }
  .row-small {
    padding: 40px 0 0 0;
  }
  .row-small.row-first {
    padding: 160px 0 0 0;
  }
  .row-big {
    padding: 160px 0 0px 0;
  }
  .row-big.row-first {
    padding: 160px 0 0px 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;
  }
  .arrow-down::after {
    display: inline-flex;
    content: '\f107';
  }
}
.grid,
.full {
  width: 100%;
  position: relative;
  z-index: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.grid {
  max-width: 1600px;
  padding-right: 10px;
  padding-left: 10px;
}
.grid-narrow {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.grid .grid {
  width: calc(100% + 40px);
  margin-right: -20px;
  margin-left: -20px;
}
.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: 20px;
  padding-top: 40px;
}
.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%;
  }
}
@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%;
  }
}
@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%;
  }
}
@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%;
  }
}
@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%;
  }
}
.main-footer {
  font-size: 14px;
}
.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;
}
.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%;
}
.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;
}
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;
  font-weight: normal;
  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 {
  width: 100%;
  max-width: 100%;
  height: auto;
}
hr {
  box-sizing: content-box;
  height: 0;
}
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="checkbox"],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="radio"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
button,
select {
  -webkit-appearance: none;
  text-transform: none;
  border-radius: 0;
  outline: 0;
  border: 0;
  font-size: 16px;
}
textarea {
  font-size: 16px;
}
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: #555;
}
.light {
  background-color: #eee;
}
.dark {
  background-color: #000;
}
.yellow {
  background-color: #ff0;
  color: #000;
}
.teal {
  background-color: #008080;
  color: #fff;
}
.blue {
  background-color: #00f;
  color: #fff;
}
.green {
  background-color: #008000;
  color: #fff;
}
.purple {
  background-color: #800080;
  color: #fff;
}
.brown {
  background-color: #a52a2a;
  color: #fff;
}
main {
  background-color: #fff;
}
html {
  color: #555;
}
.light {
  color: #000;
}
.dark {
  color: #fff;
}
a,
a:visited {
  color: #555;
  transition: all 0.2s;
}
a:hover,
a:active,
a:focus {
  color: #000;
  transition: all 0.2s;
}
.dark a,
.dark a:visited {
  color: #eee;
  transition: all 0.2s;
}
.dark a:hover,
.dark a:active,
.dark a:focus {
  color: #fff;
  transition: all 0.2s;
}
.header-part a,
.header-part a:visited {
  color: #fff;
}
.header-part a:hover,
.header-part a:focus,
.header-part a:active {
  color: #000;
}
.desktop-menu a,
.desktop-menu a:visited {
  color: #fff;
}
.desktop-menu a:hover,
.desktop-menu a:focus,
.desktop-menu a:active {
  color: #000;
}
html,
body {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  font-family: 'Lato',"Lato Fallback", Arsial, sans-serif;
  word-wrap: break-word;
  word-break: keep-all;
}
@media only screen and (min-width: 600px) {
  html,
  body {
    font-size: 18px;
  }
}
p {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  word-wrap: break-word;
  word-break: keep-all;
  font-weight: 300;
}
span {
  font-weight: 300;
}
.home p {
  font-weight: 300;
}
a,
a:visited {
  transition: all 0.2s;
}
a:hover,
a:active,
a:focus {
  transition: all 0.2s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  line-height: 1.23;
}
.home h1 {
  font-size: 28px;
  font-weight: normal;
}
h1 {
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
}
h2 {
  font-size: 28px;
  font-weight: 300;
}
h3,
h4,
h5,
h6 {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (min-width: 900px) {
  h1 {
    font-size: 48px;
    text-transform: uppercase;
  }
  .home h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 36px;
  }
  .home h2 {
    font-size: 48px;
    font-weight: 300;
    text-transform: uppercase;
  }
  h3,
  h4,
  h5,
  h6 {
    font-size: 20px;
  }
  .home p {
    font-size: 26px;
  }
}
footer {
  display: none;
}
.hidden {
  display: none;
}
@media only screen and (min-width: 900px) {
  .visible-m {
    display: flex;
  }
  .hidden-m {
    display: none !important;
  }
}
.height-100 {
  height: 100%;
}
.width-100 {
  width: 100%;
}
.max-width-200px {
  max-width: 200px !important;
}
.max-width-310px {
  max-width: 310px !important;
}
.max-width-400px {
  max-width: 400px !important;
}
.max-width-520px {
  max-width: 520px !important;
}
.padding-top-60px {
  padding-top: 60px !important;
}
.max-width-90p {
  max-width: 90% !important;
}
@media only screen and (min-width: 1200px) {
  .max-width-70p-l {
    max-width: 70% !important;
  }
}
.fullscreen {
  min-height: 100vh;
  height: auto;
}
@media only screen and (min-width: 900px) {
  .fullscreen-m {
    min-height: 100vh;
    height: auto;
  }
  .no-padding-top-m {
    padding-top: 0 !important;
  }
  .padding-top-60px-m {
    padding-top: 60px !important;
  }
  .justify-content-center-m {
    justify-content: center !important;
  }
}
@media only screen and (min-width: 1200px) {
  .fullscreen-l {
    min-height: 100vh;
    height: auto;
  }
  .no-padding-top-l {
    padding-top: 0 !important;
  }
  .padding-top-80px-l {
    padding-top: 80px !important;
  }
}
@media only screen and (min-width: 1600px) {
  .no-padding-top-xl {
    padding-top: 0 !important;
  }
}
.background-color-darkblue-transparent {
  background-color: rgba(0,51,102,0.38);
}
.background-color-grey-transparent {
  background-color: rgba(0,0,0,0.25);
}
.absolute-logo {
  width: 90% !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 20px;
  padding-top: 40px;
  padding-bottom: 0;
}
.absolute-logo img {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
}
.absolute-logo.right {
  right: 0;
  left: unset;
}
@media only screen and (min-width: 600px) {
  .absolute-logo {
    padding: 20px 40px;
    padding-bottom: 0;
  }
}
.absolute-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.line-height-1-23 {
  line-height: 1.23 !important;
}
.line-height-1-3 {
  line-height: 1.3 !important;
}
.font-size-21px {
  font-size: 21px !important;
}
.font-size-40px {
  font-size: 40px !important;
}
.font-size-50px {
  font-size: 50px !important;
}
@media only screen and (min-width: 900px) {
  .font-size-100px-m {
    font-size: 100px !important;
  }
}
.font-weight-300 {
  font-weight: 300 !important;
}
.font-weight-400 {
  font-weight: 400 !important;
}
.opacity-0-6 {
  opacity: 0.6 !important;
}
.line-under {
  border-bottom: 2px solid;
  border-color: #fff;
  padding-bottom: 10px !important;
  margin-bottom: 10px !important;
}
.line-under-dark {
  border-color: #000;
}
@media only screen and (min-width: 1200px) {
  .line-under-dark-l {
    border-color: #000;
  }
  .line-under {
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .remove-box-and-background-l {
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #000;
  }
}
.inline {
  margin-bottom: 20px;
}
.inline p:first-of-type {
  display: inline;
}
.home header {
  display: none;
}
.filter-dark-frontpage,
.filter-darkblue-frontpage {
  cursor: pointer;
}
.filter-dark-frontpage::after {
  background-color: rgba(0,0,0,0.25);
  transition: all 0.1s;
}
.filter-darkblue-frontpage::after {
  background-color: rgba(0,51,102,0.38);
  transition: all 0.1s;
}
.filter-dark-frontpage:hover::after,
.filter-darkblue-frontpage:hover::after {
  background-color: rgba(255,255,255,0);
  transition: all 0.1s;
}
.filter-dark-frontpage:hover,
.filter-darkblue-frontpage:hover {
  color: #000;
}
.filter-dark-frontpage h2.line-under,
.filter-darkblue-frontpage h2.line-under {
  border-color: #fff;
}
.filter-dark-frontpage:hover h2.line-under,
.filter-darkblue-frontpage:hover h2.line-under {
  border-color: #000;
}
@media only screen and (min-width: 900px) {
  .absolute-title-m {
    position: absolute;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
  }
  .absolute-title-m img {
    height: auto !important;
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .absolute-title-m {
    height: 100px;
    padding-top: 40px !important;
  }
}
.gform_footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.gform_wrapper input[type="submit"] {
  border: 2px solid transparent;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.2s;
}
.gform_wrapper input[type="submit"]:hover {
  border: 2px solid #000;
  transition: all 0.2s;
}
.q-number {
  font-size: 36px;
  font-weight: bold;
}
@media only screen and (min-width: 1200px) {
  .q-number {
    font-size: 50px;
  }
}
.pixel-walker-dropdown {
  display: none !important;
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .no-padding-top-tablet-only {
    padding-top: 0 !important;
  }
  .padding-top-20-tablet-only {
    padding-top: 20px !important;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .no-padding-top-desktop-only {
    padding-top: 0 !important;
  }
  .padding-top-20-desktop-only {
    padding-top: 20px !important;
  }
}
.bg-posx-0p {
  background-position-x: 0% !important;
}
.bg-posx-60p {
  background-position-x: 60% !important;
}
.bg-posx-75p {
  background-position-x: 75% !important;
}
.bg-posx-85p {
  background-position-x: 85% !important;
}
.bg-posx-100p {
  background-position-x: 100% !important;
}
@media only screen and (min-width: 600px) {
  .bg-posx-10-s {
    background-position-x: 10% !important;
  }
}
@media only screen and (min-width: 900px) {
  a.no-hover:hover {
    color: #555;
    cursor: text;
  }
}
@media only screen and (max-width: 899px) {
  .background-image-under-900 {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 900px) {
  .background-image-under-900 {
    background-image: none !important;
  }
}
.alternating-background-color {
  background-color: rgba(0,51,102,0.38);
}
.alternating-background-color a {
  color: #fff !important;
}
.page-id-172 .alternating-background-color {
  background-color: rgba(0,0,0,0.25);
}
@media only screen and (max-width: 599px) {
  .font-size-18px-under-600 {
    font-size: 18px !important;
  }
}
@media only screen and (min-width: 900px) {
  .align-items-start-m {
    align-items: flex-start !important;
  }
  .frontpage-padding-top {
    padding-top: 75px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .frontpage-padding-top {
    padding-top: 100px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .frontpage-padding-top {
    padding-top: 150px !important;
  }
}
@media only screen and (min-width: 1920px) {
  .frontpage-padding-top {
    padding-top: 300px !important;
  }
}
@media only screen and (min-width: 2560px) {
  .frontpage-padding-top {
    padding-top: 700px !important;
  }
}
@media only screen and (min-width: 600px) {
  .padding-bottom-100px-s {
    padding-bottom: 100px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .padding-bottom-20px-l {
    padding-bottom: 20px;
  }
}
.display-block {
  display: block;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.wysiwyg a:hover {
  text-decoration: underline;
}
a.display-block:hover {
  text-decoration: underline;
}
.margin-top-n-20 {
  margin-top: -20px !important;
}
.word-break-normal {
  word-break: normal !important;
}
.word-break-word {
  word-break: break-word !important;
}
.hyphens-auto {
  -webkit-hyphens: auto !important;
  -moz-hyphens: auto !important;
  hyphens: auto !important;
}
.max-width-none {
  max-width: none !important;
}
@media only screen and (min-width: 400px) {
  .max-width-520px-400px {
    max-width: 520px !important;
  }
}
@media only screen and (min-width: 900px) {
  .max-width-310px-m {
    max-width: 310px !important;
  }
}
/*# sourceMappingURL=style.css.map */