<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Speed Theme 2021
Description: Speed Theme 2021
Author: Consid Boras
Author URI: https://www.consid.se
Version: 1.2.3
Requires at least: 5.5
Requires PHP: 7.2
*/

/**
****************************************************************************************
*  Fonts
****************************************************************************************
*/

* {
  margin: 0;
  padding: 0;

  box-sizing: border-box;
  color: #252525;
  font-family: "Roboto";
  font-weight: 300;
}

.post-edit-link {
  position: fixed;
  bottom: 15px;
  right: 15px;
  padding: 12px 10px;
  z-index: 9999;

  background-color: #fff;
  border-radius: 50px;
  color: #252525;
  font-size: 12px;
}

.post-edit-link:hover {
  background-color: #ed6b43;
  color: #fff;
}

h1 {
  font-family: "Bebas Neue";
}

html,
body {
  height: 100%;
  width: 100%;
}

/* Header */

header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;

  transition: all 0.4s ease-in-out;
}

.nav-up {
  top: -100px;
}

header.scrolled {
  background-color: rgba(38, 38, 38, 1);
}

#logotype {
  margin: 20px 0 0 45px;
  width: 150px;
  height: auto;

  transition: all 0.4s ease-in-out;
}

#logotype-mobile {
  display: none;
  position: absolute;
  top: 30px;
  left: 35px;
  width: 150px;
  height: auto;
  z-index: 69;

  transition: all 0.4s ease-in-out;
}

.menu-huvudmeny-container {
  float: right;
  margin: 0 30px 0 0;
}

#menu-huvudmeny {
  list-style: none;
}

#menu-huvudmeny li {
  float: left;
  margin: 40px 20px 20px 20px;

  transition: all 0.4s ease-in-out;
}

#menu-huvudmeny li a {
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 22px;
  text-decoration: none;
  text-transform: uppercase;

  transition: all 0.1s ease-in;
}

#menu-huvudmeny li a:hover {
  color: #ed6b43;
}

#menu-huvudmeny a.current {
  color: #ed6b43;
}

#menu-wrapper {
  position: fixed;
  position: absolute;
  /*
  height: 100%;
  */
  margin: 87px 0 0 0;
  width: 100%;
  z-index: -10;

  transition: all 0.1s ease-in;
}

#menu-wrapper.show {
  z-index: 500;
  opacity: 1;
}

#menu-wrapper.background {
  /*
  background-color: rgba(38, 38, 38, 0.1);
  */
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

#menu-wrapper ul {
  list-style: none;
}

#menu-wrapper ul li {
  /*
  margin: 30px 0 0 0;
  */
  margin: 24px 0 0 0;
}

#menu-wrapper ul li a {
  color: #fff;
  font-family: "Bebas Neue";
  /*
  font-size: 24px;
  line-height: 30px;
  */
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.1s ease-in;
}

#menu-wrapper a:hover {
  color: #ed6b43;
}

.menu-page {
  position: relative;
  float: left;

  /*
  height: 100%;
  */

  /* 
  padding: 80px;
  width: 25%;
  */
  padding: 40px 60px;
  width: 30%;

  backdrop-filter: blur(15px);
  filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  -webkit-filter: blur(15px);
  opacity: 0;
  transition: all 0.6s ease-in-out;
}

.menu-page hr {
  margin: 20px 0 10px 0;
  height: 1px;

  border: none;
  background-color: #a1a1a1;
  color: #a1a1a1;
}

#menu-depth1 ul hr,
#menu-depth2 ul hr,
#menu-depth3 ul hr {
  display: none;
}

#menu-depth1 {
  position: relative;
  left: -400px;
  z-index: 100;
  background-color: rgba(38, 38, 38, 0.7);
}

#menu-depth1 pre {
  color: #fff;
}

#menu-depth2 {
  position: relative;
  left: -1200px;
  z-index: 90;
  background-color: rgba(38, 38, 38, 0.6);
}

#menu-depth3 {
  position: relative;
  left: -1600px;
  z-index: 80;
  background-color: rgba(38, 38, 38, 0.5);
}

.menu-page.show {
  left: 0px !important;

  opacity: 1;
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

.menu-item {
  display: block;
}

.menu-item.current {
  color: #ed6b43 !important;
}

.menu-item:after {
  position: relative;
  top: 8px;
  left: 0px;
  float: right;
  content: "";

  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}

.menu-item:hover:after,
.menu-item.current:after {
  position: relative;
  top: 8px;
  left: 8px;
  float: right;
  content: "";

  border: solid #ed6b43;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#close-x {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;

  cursor: pointer;
}

#toggler {
  display: none;

  position: fixed;
  right: 10px;
  top: 10px;
  height: 85px;
  width: 85px;
  z-index: 200;

  background-image: url("assets/images/buttons/floatinghamburger.png");
  background-repeat: no-repeat;
  background-size: 85px 85px;
}

#menu-back {
  display: none;

  position: relative;
  /*
  left: -40px;
  top: -40px;
  */
  z-index: 200;

  cursor: pointer;
}

#menu-back:after {
  content: "";

  border: solid #fff;
  border-width: 0 2px 2px 0;
  cursor: pointer;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transition: all 0.4s ease-in-out;
}

#menu-back:hover:after {
  border-color: #ed6b43;
}

#extramenu {
  position: absolute;
  top: 7px;
  right: 110px;

  color: #fff;
  font-family: "Roboto";
  font-size: 12px;
}

#extramenu .login {
  float: left;
  color: #fff;
}

#extramenu a {
  color: #fff;
  border: 0;
  font-family: "Roboto";
  font-size: 12px;
  text-decoration: none;
}

.otgs-development-site-front-end {
  display: none;
}

.wpml-ls-legacy-dropdown-click {
  float: right;
  position: relative;
  z-index: 10000;
  width: auto !important;
}

.wpml-ls-legacy-dropdown-click a {
  padding: 1px 24px 0 10px !important;

  background: none !important;
}

.wpml-ls-legacy-dropdown-click span {
  color: #fff !important;
}

.wpml-ls-sub-menu {
  padding: 5px 0 0 0 !important;
  border: 0 !important;
}

@media all and (max-width: 1500px) {
  .menu-page {
    width: 33%;
  }
}

@media all and (max-width: 1350px) {
  #menu-huvudmeny li {
    margin: 40px 10px 20px 10px;
  }

  #menu-huvudmeny li a {
    font-size: 16px;
  }
}

@media all and (max-width: 1100px) {
  .alignleft img,
  .alignright img,
  .aligncenter img {
    /* text-align: left; */
    margin: auto !important;
    display: block;
    height: auto;
    object-fit: contain;
    width: 100% !important;
  }

  #toggler {
    display: block;

    cursor: pointer;
  }

  #menu-back {
    display: block;
  }

  #close-x {
    display: none;
  }

  header.scrolled {
    background-color: rgba(38, 38, 38, 0);
  }

  .menu-page.show {
    width: 100%;
    opacity: 1;
  }

  .menu-page {
    /* new */
    min-height: 100%;

    padding: 30px 30px;
  }

  #menu-wrapper {
    /* new */
    min-height: 100%;

    margin: 0;
  }

  /* #menu-wrapper.show {
    z-index: 70;
  } */

  .menu-huvudmeny-container {
    float: none;
    margin: 0;

    position: fixed;
    left: -1100px;
    top: 0;
    /*
    padding: 80px;
    */
    padding: 30px;
    height: 100%;
    width: 100%;
    z-index: 70;

    background-color: rgba(38, 38, 38, 0.9);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transition: all 0.6s ease-in-out;
  }

  .menu-huvudmeny-container.show {
    left: 0;
  }

  #menu-huvudmeny li {
    float: none;
    margin: 26px 0;
  }

  #menu-huvudmeny li a {
    font-size: 24px;
    line-height: 1.1;
  }

  #menu-depth1 {
    position: absolute;
    left: -800px;
    z-index: 80;

    background-color: rgba(38, 38, 38, 0.9);
  }

  #menu-depth2 {
    position: absolute;
    left: -800px;
    z-index: 90;

    background-color: rgba(38, 38, 38, 0.85);
  }

  #menu-depth3 {
    position: absolute;
    left: -800px;
    z-index: 100;

    background-color: rgba(38, 38, 38, 0.75);
  }

  #logotype {
    display: none;
  }

  #logotype-mobile {
    display: block;
  }

  #extramenu {
    display: none;
  }
}

#logotype-mobile.hide {
  opacity: 0;
}

/* Hero Section */

section#hero {
  position: relative;
  height: 100%;
  width: 100%;

  background-image: url("assets/images/herobild.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

section#hero h1 {
  position: absolute;
  bottom: 25%;
  left: 20%;
  width: 50%;

  color: #fff;
  font-size: 7.5vw;
  line-height: 7vw;
  text-transform: uppercase;
}

section#hero img {
  position: absolute;
  right: 20%;
  bottom: 15%;
  height: 194px;
  width: 194px;
}
@media all and (max-width: 1500px) {
  section#hero img {
    height: 150px;
    width: 150px;
  }

  section#hero h1 {
    bottom: 20%;
    left: 10%;
    width: 70%;
    font-size: 9vw;
    line-height: 8.5vw;
  }
}

@media all and (max-width: 1000px) {
  section#hero img {
    right: 20%;
    height: 97px;
    width: 97px;
  }

  section#hero h1 {
    bottom: 20%;
    left: 10%;
    width: 70%;
    font-size: 12vw;
    line-height: 11.5vw;
  }
}

.aligncenter {
  text-align: center;
}
.hero_button {
  border-radius: 40px;
  background-color: #ed6b43;
  text-decoration: none;
  display: block;
  min-height: 56px;
  margin-top: 15px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  min-width: 120px;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
}

section#pagehero {
  position: relative;
  min-height: 700px;
  width: 100%;
  background-image: url("assets/images/herobild.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

section#pagehero.search {
  height: 40%;
  display: flex;
  align-items: center;
  justify-content: center;

  h1 {
    color: #fff;
    font-size: 50px;
  }
}

.hero-content-wrapper {
  position: absolute;
  /* bottom: 30%; */
  left: 150px;
  display: flex;
  flex-flow: column;
  z-index: 50;
  width: 80%;
}
.hero-content-wrapper h1 {
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
  color: #fff;
}

.hero-content-wrapper p {
  color: #fff;
  font-size: 22px;
}

@media (max-width: 1000px) {
  .hero-content-wrapper {
    position: absolute;
    bottom: 10% !important;
    left: 50px;
    width: 70%;
  }
  .hero-content-wrapper h1 {
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: #fff;
  }

  .hero-content-wrapper p {
    color: #fff;
    font-size: 22px;
  }
}
@media (max-width: 552px) {
  section#pagehero {
    min-height: 600px;
  }
  .hero-content-wrapper {
    position: absolute;
    bottom: 10%;
    left: 15px;
    width: 80%;
    overflow-wrap: break-word;
  }
  .hero-content-wrapper h1 {
    font-size: 48px;
    line-height: 48px;
    text-transform: uppercase;
    color: #fff;
  }

  .hero-content-wrapper p {
    color: #fff;
    font-size: 22px;
    overflow-wrap: break-word;
    white-space: normal;
  }
}

section#pagehero img {
  position: absolute;
  right: 20%;
  bottom: 15%;
  height: 194px;
  width: 194px;
}

.videowrapper {
  position: relative;
  overflow: hidden;
}

#filmheader {
  width: 100%;
  height: auto;
}

.videowrapper h1 {
  /* position: absolute;
  bottom: 25%;
  left: 150px;
  width: 70%;

  color: #fff;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase; */
}

.wp-block-video video {
  width: 100%;
  height: auto;
}

.play-btn-active {
}

.play-btn-active .hero-content-wrapper {
  text-align: center;
}

.play-btn-active .hero-content-wrapper .hero_button {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 552px) {
  .play-btn-active .hero-content-wrapper {
    left: 0;
    padding: 0 5%;
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .play-btn-active .hero-content-wrapper {
    left: 0;
    padding: 0 8%;
    width: 100%;
  }
}

.playsymbol {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI4MXB4IiBoZWlnaHQ9IjgxcHgiIHZpZXdCb3g9IjAgMCA4MSA4MSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5QbGF5c3ltYm9sPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8cGF0aCBkPSJNNDAuNSw4MSBDMTguMTMyNDY3Niw4MSAwLDYyLjg2NzUzMjQgMCw0MC41IEMwLDE4LjEzMjQ2NzYgMTguMTMyNDY3NiwwIDQwLjUsMCBDNjIuODY3NTMyNCwwIDgxLDE4LjEzMjQ2NzYgODEsNDAuNSBDODEsNjIuODY3NTMyNCA2Mi44Njc1MzI0LDgxIDQwLjUsODEgWiBNNjMsNDAuNSBMMjYsMjEgTDI2LDYwIEw2Myw0MC41IFoiIGlkPSJQbGF5c3ltYm9sIiBmaWxsPSIjRjFGMEYwIj48L3BhdGg+ICAgIDwvZz48L3N2Zz4=")
    no-repeat;
  background-size: 60px 60px;
  background-position: 0px 0px;
  display: inline-block;
  text-indent: -9999px;
  width: 80px;
  height: 80px;
  margin: 20px auto;
}

@media all and (max-width: 1500px) {
  section#pagehero img {
    height: 150px;
    width: 150px;
  }
}

@media all and (max-width: 1500px) {
  section#pagehero h1,
  .videowrapper h1 {
    bottom: 20%;
    font-size: 60px;
    line-height: 60px;
  }
}

@media all and (max-width: 1300px) {
  section#pagehero h1,
  .videowrapper h1 {
    font-size: 50px;
    line-height: 50px;
  }
}

@media all and (max-width: 1000px) {
  section#pagehero {
    height: 400px;
  }

  section#pagehero h1,
  .videowrapper h1 {
    left: 45px;

    font-size: 40px;
    line-height: 40px;
  }

  section#pagehero img {
    right: 20%;
    height: 97px;
    width: 97px;
  }

  .videowrapper {
    height: 600px;
  }

  #filmheader {
    height: 100%;
    width: auto;
  }
}

/* Content Section */

section#content {
  padding: 25px 0;
}

.page-id-163 section#content {
  padding: 0;
}

.wp-block-columns {
  clear: both;
  margin: 50px auto;
  padding: 25px 0;
  max-width: 100%;
  overflow: auto;
}

.wp-block-image {
  margin: 2rem 0rem;
}

.wp-block-column {
  float: left;
  width: 50%;
}

.wp-block-column {
  flex-basis: 50% !important;
  flex-grow: 0 !important;
}

.wp-block-column img {
  width: 100%;
  height: auto;
}

section#content.singlecontent {
  clear: both;
  margin: 50px auto;
  padding: 15px 100px;
  max-width: 1400px;
  overflow: auto;
}

.wp-block-columns h2,
.singlecontent h2 {
  margin: 40px 0 20px 0;

  font-family: "Bebas Neue";
  font-size: 50px;
  line-height: 45px;
  text-transform: uppercase;
  /*word-break: break-word;*/
}

.wp-block-columns h3 {
  margin: 40px 0 2px 0;

  font-family: "Bebas Neue";
  font-size: 32px;
  line-height: 1.2;
  text-transform: uppercase;
}

.wp-block-columns h4 {
  margin: 40px 0 2px 0;

  font-family: "Bebas Neue";
  font-size: 21px;
  line-height: 55px;
  text-transform: uppercase;
}

.wp-block-columns b,
.wp-block-columns strong {
  font-weight: 500;
}

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

.wp-block-column p,
.singlecontent p {
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 30px;
}

.wp-block-column a,
.singlecontent a {
  color: #252525;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.wp-block-column a:hover,
.singlecontent a:hover {
  text-decoration: none;
}

.wp-block-column ul {
  padding: 5px 0 0 40px;
  font-size: 18px;
  line-height: 30px;
}

.wp-block-column ul li {
  margin: 5px 0 0 0;
}

p.has-medium-font-size {
  font-size: 22px;
  line-height: 32px;
}

a.wp-block-button__link {
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 15px 30px;

  background: linear-gradient(to right, #ed6b43 50%, #fff 30%);
  background-size: 200% 100%;
  background-position: bottom right;
  transition: all 0.3s ease-in-out;

  border: 2px solid #ed6b43;
  border-radius: 40px;
  color: #ed6b43;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

a.wp-block-button__link:hover,
a.wp-block-button__link.active {
  background-position: top left;
  color: #fff;
}

a.wp-block-button__link.fullwidth {
  display: block;
  text-align: center;
}

.wp-block-file {
  margin: 30px 0 0 0;
}

.wp-block-file__button {
  display: table;
  margin: 15px 0 0 0;
  padding: 15px 30px;

  background: linear-gradient(to right, #ed6b43 50%, #fff 30%);
  background-size: 200% 100%;
  background-position: bottom right;
  transition: all 0.3s ease-in-out;

  border: 2px solid #ed6b43;
  border-radius: 40px;
  color: #ed6b43 !important;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.wp-block-file__button:hover {
  background-position: top left;
  color: #fff !important;
}

@media all and (max-width: 1500px) {
  .wp-block-columns h2,
  .singlecontent h2 {
    font-size: 35px;
    line-height: 1;
  }

  .wp-block-column p,
  .singlecontent p {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 24px;
  }

  p.has-medium-font-size {
    font-size: 18px;
    line-height: 26px;
  }

  .wp-block-column ul {
    font-size: 16px;
    line-height: 24px;
  }

  a.wp-block-button__link,
  .wp-block-file__button,
  .wpcf7 input.wpcf7-submit {
    padding: 10px 20px !important;
    width: auto !important;

    font-size: 15px !important;
  }
}

@media all and (max-width: 1000px) {
  section#content.singlecontent {
    padding: 0 50px;
  }

  .wp-block-columns h2,
  .singlecontent h2 {
    font-size: 35px;
    line-height: 1;
  }

  .wp-block-column p,
  .singlecontent p {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 24px;
  }

  p.has-medium-font-size {
    font-size: 18px;
    line-height: 26px;
  }

  .wp-block-column ul {
    font-size: 16px;
    line-height: 24px;
  }

  a.wp-block-button__link,
  .wp-block-file__button,
  .wpcf7 input.wpcf7-submit {
    padding: 10px 20px !important;
    width: auto !important;

    font-size: 15px !important;
  }
}

/* Text Block Types */

.searchblock.wp-block-columns {
  max-width: 50%;
}

.blocktype-1.wp-block-columns {
  max-width: 100%;
}

.blocktype-1 .wp-block-column:last-child {
  padding: 0 150px 0 50px;
}

.blocktype-1 .wp-block-column img {
  height: 650px;
  object-fit: contain;
}

.blocktype-2 .wp-block-column:first-child {
  padding: 70px 200px 0 150px;
}

.blocktype-2 .wp-block-column:last-child {
  padding: 0 150px 0 0;
}

.blocktype-3 .wp-block-column:first-child {
  padding: 0 0 0 150px;
}

.blocktype-3 .wp-block-column:last-child {
  padding: 70px 200px 0 150px;
}

.blocktype-4 .wp-block-column:first-child {
  padding: 50px 40px 0 150px;
}

.blocktype-4 .wp-block-column:last-child {
  padding: 0 150px 0 20px;
}

.blocktype-5 .wp-block-column {
}

.blocktype-5 .wp-block-column:first-child {
  padding: 0 70px 0 100px;
  width: 40%;
}

.blocktype-5 .wp-block-column:last-child {
  padding: 0 100px 0 20px;
  width: 60%;
}

.blocktype-5 .wp-block-column:last-child .wp-block-columns {
  margin: 0;
}

.blocktype-5 .wp-block-column:last-child .wp-block-column {
  padding: 0;
  width: 50%;
}

.blocktype-5 .wp-block-column:last-child .wp-block-column:first-child {
  padding: 0 20px 0 0;
}

.blocktype-5 .wp-block-column:last-child .wp-block-column:last-child {
  padding: 0 0 0 20px;
}

.blocktype-6.wp-block-columns {
  margin: 0 50px;
}

.blocktype-6 .wp-block-column {
  padding: 0 50px;
  width: 33.3%;
}

.blocktype-6 .wp-block-column:first-child {
  padding: 0 0 0 100px;
}

.blocktype-6 .wp-block-column:last-child {
  padding: 0 100px 0 0;
}

.blocktype-7 {
  margin: 50px auto 0 auto;
}

.blocktype-7 .wp-block-column {
  float: none;
  margin: 0 auto;
}

.wp-block-columns.blocktype-quote-1,
.wp-block-columns.blocktype-quote-2,
.wp-block-columns.blocktype-quote-3 {
  max-width: 100%;
  padding-bottom: 100px;
}

.blocktype-quote-1 .wp-block-quote,
.blocktype-quote-2 .wp-block-quote,
.blocktype-quote-3 .wp-block-quote {
  position: relative;
  top: 100px;
  left: -10%;
  padding: 10%;
  width: 110%;

  background-color: #aaca94;
}

.blocktype-quote-2 .wp-block-quote {
  background-color: #ec8763;
}

.blocktype-quote-3 .wp-block-quote {
  background-color: #f5c157;
}

.blocktype-quote-1 .wp-block-quote p,
.blocktype-quote-2 .wp-block-quote p,
.blocktype-quote-3 .wp-block-quote p {
  font-family: "Bebas Neue";
  font-size: 4vw;
  line-height: 4vw;
  text-indent: 80px;
  text-transform: uppercase;
}

.blocktype-quote-1 cite,
.blocktype-quote-2 cite,
.blocktype-quote-3 cite {
  display: block;
  margin: 40px 0 0 0;

  font-size: 18px;
  font-style: normal;
  line-height: 30px;
}

.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

tr {
  padding: 10px 0;
}

td {
  font-size: 18px;
  line-height: 30px;
}

td:first-child strong {
  display: block;
  margin: 5px 0;
  padding: 22px 10px;
  width: 75px;

  background-color: #ed6b43;
  border-radius: 50px;
  color: #fff;
  font-family: "Bebas Neue";
  font-weight: 600;
  text-align: center;
}

td:last-child {
  padding: 0 0 0 20px;
}

@media all and (max-width: 1500px) {
  .blocktype-2 .wp-block-column:first-child {
    padding: 70px 100px 0 75px;
  }

  .blocktype-2 .wp-block-column:last-child {
    padding: 0 100px 0 0;
  }

  .blocktype-3 .wp-block-column:first-child {
    padding: 70px 50px 0 75px;
  }

  .blocktype-3 .wp-block-column:last-child {
    padding: 0 100px 0 100px;
  }

  .blocktype-4 .wp-block-column:first-child {
    padding: 50px 40px 0 100px;
  }

  .blocktype-4 .wp-block-column:last-child {
    padding: 0 100px 0 20px;
  }

  .blocktype-5 .wp-block-column:last-child .wp-block-column {
    padding: 0;
    width: 50%;
  }

  .blocktype-5 .wp-block-column:last-child .wp-block-column:first-child {
    padding: 0 20px 0 0;
  }

  .blocktype-5 .wp-block-column:last-child .wp-block-column:last-child {
    padding: 0 0 0 20px;
  }

  .blocktype-6.wp-block-columns {
    margin: 0;
  }

  .blocktype-6 .wp-block-column {
    padding: 0 50px;
  }

  .blocktype-6 .wp-block-column:first-child {
    padding: 0 0 0 100px;
  }

  .blocktype-6 .wp-block-column:last-child {
    padding: 0 100px 0 0;
  }
}

@media all and (max-width: 1000px) {
  .wp-block-columns {
    margin: 0 30px !important;
    padding: 0 !important;
  }

  .wp-block-column {
    float: none !important;
    width: 100% !important;
  }

  .wp-block-column:first-child {
    margin: 0 0 40px 0 !important;
    padding: 0 !important;
  }

  .wp-block-column:last-child {
    margin: 0 0 40px 0 !important;
    padding: 0 !important;
  }

  .blocktype-1 .wp-block-column img {
    height: auto;
    width: 100%;
    object-fit: fill;
  }

  .blocktype-5 .wp-block-column:last-child .wp-block-columns {
    margin: 0 !important;
  }

  .blocktype-6 .wp-block-column {
    padding: 0;
  }

  .blocktype-quote-1 .wp-block-column:last-child,
  .blocktype-quote-2 .wp-block-column:last-child,
  .blocktype-quote-3 .wp-block-column:last-child {
    margin: 0 0 40px 0 !important;
  }

  .blocktype-quote-1.wp-block-columns,
  .blocktype-quote-2.wp-block-columns,
  .blocktype-quote-3.wp-block-columns {
    margin: 0 !important;
  }

  .blocktype-quote-1 .wp-block-quote,
  .blocktype-quote-2 .wp-block-quote,
  .blocktype-quote-3 .wp-block-quote {
    position: relative;
    top: 0;
    left: 0;
    float: right;
    padding: 50px;
    width: 100%;
  }

  .blocktype-quote-1 .wp-block-quote p,
  .blocktype-quote-2 .wp-block-quote p,
  .blocktype-quote-3 .wp-block-quote p {
    font-family: "Bebas Neue";
    font-size: 35px;
    line-height: 40px;
    text-indent: 40px;
    text-transform: uppercase;
  }

  .blocktype-quote-1 cite,
  .blocktype-quote-2 cite,
  .blocktype-quote-3 cite {
    margin: 10px 0 0 0;
    font-size: 16px;
  }

  .blocktype-7.wp-block-columns {
    margin: 0 30px !important;
  }
}

/* Latest Posts Widget */

.wp-block-latest-posts-heading {
  clear: both;
  margin: 100px auto 0 auto;
  max-width: 100%;
  padding: 0;
}

h2.wp-block-latest-posts-heading {
  margin: 40px 0;

  font-family: "Bebas Neue";
  font-size: 60px;
  line-height: 55px;
  text-transform: uppercase;
}

/*
.wp-block-latest-posts {
	overflow-x: hidden;
	margin: 0 auto 50px auto;
	max-width: 100%;
	padding: 0 40px 60px 40px;
	white-space: nowrap;
	
	color: #252525;
}
*/

.wp-block-latest-posts a {
  text-decoration: none;
}

.wp-block-latest-posts-container {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 30px;
}

.latest-posts-categories {
  display: flex;
  justify-content: center;
  margin-bottom: 72px;
  margin-top: 9px;
  overflow-x: auto;
  white-space: nowrap;
}

.latest-posts-categories li {
  width: auto;
  margin: 0;
  list-style: none;
}

.latest-posts-categories a {
  padding: 12px 18px;
  font-size: 15px;
}

@media all and (max-width: 1100px) {
  .latest-posts-categories {
    justify-content: flex-start;
    padding-left: 30px;
  }

  .latest-posts-categories li:last-of-type {
    padding-right: 30px;
  }
}

.latest-posts-categories li + li {
  margin-left: 12px;
}

.wp-block-latest-posts-container .wp-block-button__link {
  margin: 20px 0 30px 0;
}

.news-columns p {
  margin-bottom: 0;
}

.latest-posts-category .wp-block-button__link {
  margin: 0;
}

.gridcolumns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
}

.wp-block-latest-posts-container li {
  width: 40%;
  display: inline-block;
  margin: 0 40px 0 0;
  vertical-align: top;
}

.wp-block-latest-posts-container img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.wp-block-latest-posts h3 {
  display: block;
  margin: 20px 0 5px 0;
  white-space: normal;
  color: #252525;
  font-family: "Bebas Neue";
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
}

.wp-block-latest-posts p {
  font-size: 18px;
  line-height: 30px;
  white-space: normal;
}

.wp-block-latest-posts .linktext {
  margin: 20px 0 0 0;

  color: #252525;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-arrows {
  float: right;
}

.nav-arrows img {
  height: auto;
  margin: 0 0 0 20px;
  width: 85px;

  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}

.nav-arrows img:hover {
  opacity: 0.5;
}

.alignleft {
  float: left;
}

@media all and (max-width: 1500px) {
  .wp-block-latest-posts img {
    height: 300px;
  }
}

@media all and (max-width: 1000px) {
  .wp-block-latest-posts img {
    height: 200px;
  }

  .wp-block-latest-posts h3 {
    font-size: 35px;
    line-height: 1.2;
  }

  .wp-block-latest-posts p {
    font-size: 16px;
    line-height: 24px;
    white-space: normal;
  }

  .gridcolumns {
    grid-template-columns: 1fr;
  }

  h2.wp-block-latest-posts-heading {
    margin: 40px 0;

    font-family: "Bebas Neue";
    font-size: 40px;
    line-height: 45px;
    text-transform: uppercase;
  }
}

/* Job Listings Widget */

#joblistings {
  margin: 50px auto;
  max-width: 100%;
  padding: 300px 0 50px 0;

  background-repeat: no-repeat;
  background-size: contain;
}

#joblistings #jobwrapper {
  margin: 0 auto;
  max-width: 1000px;
  padding: 80px 80px;

  background-color: #fff;
}

#joblistings #jobwrapper .wp-block-button__link {
  margin: 40px 0 0 40px;
}

#joblistings h2.heading {
  display: block;
  margin: 40px 0 60px 40px;

  font-family: "Bebas Neue";
  font-size: 40px;
  line-height: 40px;
}

#joblistings ul {
  margin: 20px 0 40px 0;
  list-style: none;
}

#joblistings li {
  padding: 20px 0;
  width: 100%;

  border-bottom: 1px #d8d8d8 solid;
}

#joblistings li:first-child {
  border-top: 1px #d8d8d8 solid;
}

#joblistings li a {
  color: #252525;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

#joblistings li a:hover {
  color: #ed6b43;
}

@media all and (max-width: 1000px) {
  #joblistings {
    margin: 0;
    padding: 0;
  }

  #joblistings h2.heading {
    margin: 20px 0;

    font-size: 35px;
    line-height: 40px;
  }

  #joblistings #jobwrapper {
    max-width: 100%;
    padding: 0 30px 60px 30px;
  }

  .joblist-item {
    padding: 10px 0px 20px 0 !important;
  }

  #joblistings #jobwrapper .wp-block-button__link {
    margin: 10px 0 0 0;
  }
}

/* Subpage */

.page-template-tpl-subpage section#hero h1 {
  bottom: 30%;
  left: 10%;
  width: 40%;

  font-size: 80px;
  line-height: 80px;
}

.page-template-tpl-subpage section#hero {
  position: relative;
  height: 700px;
  width: 100%;

  background-image: url("assets/images/herobild.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media all and (max-width: 1500px) {
  .page-template-tpl-subpage section#hero h1 {
    width: 60%;
  }
}

@media all and (max-width: 1000px) {
  .page-template-tpl-subpage section#hero h1 {
    bottom: 30%;

    left: 10%;
    width: 80%;

    font-size: 60px;
    line-height: 60px;
  }
}

/* Job Post Type */

section#jobhero {
  position: relative;
  height: 400px;
  width: 100%;

  background-image: url("assets/images/herobild.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

section#jobhero h1 {
  position: absolute;
  bottom: 20%;
  left: 20%;
  width: 50%;

  color: #fff;
  font-size: 10vw;
  line-height: 8vw;
  text-transform: uppercase;
}

section#jobcontent {
  clear: both;
  margin: 50px auto;
  padding: 25px 0;
  max-width: 70%;
  overflow: auto;

  color: #262626;
  font-size: 18px;
  line-height: 30px;
}

section#jobcontent h1 {
  margin: 0 0 40px 0;
  width: 70%;

  font-size: 60px;
  line-height: 55px;
  text-transform: uppercase;
}

section#jobcontent h2,
section#jobcontent strong {
  display: block;
  margin: 20px 0 0 0;
  padding: 0;

  color: #262626;
  font-family: "Bebas Neue";
  font-size: 30px;
  font-weight: 500;
  line-height: 25px;
}

section#jobcontent p {
  margin: 0 0 40px 0;

  color: #262626;
  font-size: 18px;
  line-height: 30px;
}

section#jobcontent img {
  margin: 0 0 20px 0;
  height: auto;
  width: 100%;
}

section#jobcontent .preheader {
  margin: 10px 0 20px 0;

  color: #262626;
  font-family: "Bebas Neue";
  font-size: 30px;
  font-weight: 500;
  line-height: 25px;
}

section#jobcontent p.has-medium-font-size {
  margin: 20px 0 40px 0;

  font-size: 22px;
  line-height: 32px;
}

section#jobcontent .jobcontentleft {
  float: left;
  padding: 0 80px 40px 0;
  width: 70%;
}

section#jobcontent .jobcontentrightwrapper {
  float: right;
  width: 30%;
}

section#jobcontent .jobcontentright {
  padding: 40px;

  background-color: #bfd9ae;
  color: #262626;
  font-size: 18px;
  line-height: 30px;
}

section#jobcontent .jobcontentright h2 {
  margin: 30px 0 0 0;

  color: #262626;
  font-size: 40px;
}

section#jobcontent .jobcontentright h3 {
  margin: 30px 0 0 0;

  color: #262626;
  font-family: "Bebas Neue";
  font-size: 25px;
  font-weight: 500;
}

@media all and (max-width: 1500px) {
  section#jobhero img {
    height: 150px;
    width: 150px;
  }

  section#jobcontent {
    clear: both;
    margin: 50px auto;
    padding: 25px 30px;
    max-width: 90%;
  }

  section#jobcontent .jobcontentleft {
    padding: 0 80px 40px 0;
  }

  section#jobcontent .jobcontentright {
    padding: 40px;

    font-size: 14px;
    line-height: 25px;
  }

  section#jobcontent .jobcontentright h2 {
    margin: 30px 0 0 0;

    font-size: 30px;
  }
}

@media all and (max-width: 1000px) {
  section#jobhero h1 {
    bottom: 20%;
    left: 10%;
    width: 50%;
    font-size: 12vw;
    line-height: 10vw;
  }

  section#jobcontent {
    margin: 0 auto;
    max-width: 100%;

    font-size: 16px;
    line-height: 24px;
  }

  section#jobcontent .jobcontentleft {
    float: none;
    padding: 0 0 40px 0;
    width: 100%;
  }

  section#jobcontent .jobcontentright {
    padding: 20px 30px 40px 30px;
  }

  section#jobcontent .jobcontentrightwrapper {
    float: none;
    width: 100%;
  }

  section#jobcontent .preheader {
    font-size: 20px;
  }

  section#jobcontent h1 {
    margin: 0;
    padding: 0;
    width: 100%;

    font-size: 30px;
    line-height: 35px;
  }

  section#jobcontent p.has-medium-font-size {
    font-size: 18px;
    line-height: 24px;
  }
}

/* Lediga jobb */

#jobfilters {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 80px 40px 80px;

  text-align: center;
}

#jobfilters h2 {
  margin: 40px 0 10px 0;

  font-family: "Bebas Neue";
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
}

#jobfilters span {
  display: inline-block;
  margin: 10px;
  padding: 8px 20px;

  border: 2px solid #262626;
  border-radius: 20px;
  color: #262626;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
}

#jobfilters span:hover {
  background-color: #aaca94;
}

#jobfilters .selected {
  background-color: #aaca94;
}

#joblist {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.joblist-item {
  display: block;
  position: relative;
  padding: 40px 80px 40px 40px;

  border-bottom: 1px solid #d8d8d8;
  color: #262626;
  text-decoration: none;
}

.joblist-item:first-child {
  border-top: 1px solid #d8d8d8;
}

.joblist-item:hover {
  background-color: #f6f6f6;
}

.joblistlogo {
  display: block;
  margin: 0 0 20px 0;
  width: 100px;
}

.rightarrow {
  position: absolute;
  top: 45%;
  right: 40px;
}

.joblist-item .companyheading {
  margin: 0;

  font-family: "Bebas Neue";
  font-size: 21px;
  line-height: 30px;
  text-transform: uppercase;
}

.joblist-item h2 {
  margin: 5px 0 0 0;

  font-family: "Bebas Neue";
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
}

.joblist-item .metadata {
  padding: 18px 0 0 0;
}

.joblist-item .metadata span {
  padding: 0 20px 0 0;
}

.joblist-item .metadata span img {
  padding: 0 7px 0 0;
}

#clearfilter {
  display: inline-block;
  margin: 10px;
  padding: 8px 20px;
  color: #262626;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
}

#clearfilter:hover {
  text-decoration: none;
}

@media all and (max-width: 1000px) {
  .joblist-item .metadata span {
    display: block;
    padding: 3px 0;

    font-size: 13px;
  }

  .joblist-item .metadata span img {
    height: 10px;
  }

  .joblist-item h2 {
    font-size: 24px;
    line-height: 26px;
  }

  .joblist-item:hover {
    background: none;
  }

  #jobfilters {
    padding: 0 20px;
  }

  #jobfilters span {
    margin: 7px;
    padding: 5px 8px;

    font-size: 10px;
  }

  .joblistlogo {
    width: 50px;
  }

  .rightarrow {
    display: none;
  }

  .joblist-item .companyheading {
    font-size: 18px;
  }

  #joblist {
    padding: 0 30px;
  }
}

/* Contact */

#contactcontent {
  max-width: 1400px;
  margin: 0 auto;
  overflow: auto;
  padding: 40px 40px 100px 40px;
}

.contact-item {
  float: left;
  margin: 2%;
  overflow: auto;
  padding: 20px;
  height: 400px;
  width: 21%;

  background-color: #e1e1e1;
  text-transform: uppercase;
}

.contact-item-single {
  margin: 20px 0 20px 0;
  overflow: auto;
  padding: 40px 40px 60px 40px;
  height: auto;
  width: 100%;

  background-color: #e1e1e1;
}

section#jobcontent .contact-item-single h2 {
  margin: 10px 0;
}

section#jobcontent .contact-item-single p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
}

.contact-item img,
.contact-item-single img {
  height: 200px;
  width: 100%;

  object-fit: cover;
}

.contact-item h2 {
  margin: 10px 0 10px 0;
  font-family: "Bebas Neue";
  font-weight: 500;
}

.wpcf7 {
  margin: 0 auto;
}

.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  max-width: 624px;
}

.wpcf7-form label + label {
  display: block;
  margin-top: 1rem;
}

.wpcf7 input {
  margin: 5px 0 10px 0;
  padding: 5px;
  width: 60%;

  font-size: 16px;
}

.wpcf7 select {
  margin: 5px 0 10px 0;
  padding: 5px;
  width: 60%;

  font-size: 16px;
}

.wpcf7 textarea {
  margin: 5px 0 10px 0;
  padding: 5px;
  height: 200px;
  width: 100%;

  font-size: 16px;
}

.wpcf7 input.wpcf7-submit {
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 15px 30px;
  width: 300px;

  background: linear-gradient(to right, #ed6b43 50%, #fff 30%);
  background-size: 200% 100%;
  background-position: bottom right;
  transition: all 0.3s ease-in-out;

  border: 2px solid #ed6b43;
  border-radius: 40px;
  color: #ed6b43;
  cursor: pointer;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.wpcf7 input.wpcf7-submit:hover {
  background-position: top left;
  color: #fff;
}

#formsection {
  padding: 5% 30%;

  background-color: #e1e1e1;
}

#formsection h2 {
  margin: 10px 0 20px 0;
  font-family: "Bebas Neue";
  font-weight: 500;
}

.email-icon {
  height: auto !important;
  width: 20px !important;
  padding: 20px 0 0 0;
}

.category-heading {
  margin-left: 2%;
}

.contact-items {
  display: flex;
  flex-wrap: wrap;
}

@media all and (max-width: 1000px) {
  #contactcontent {
    padding: 20px 20px 60px 20px;
  }

  .contact-item {
    padding: 10px;
    width: 100%;
  }

  .contact-item img {
    /*height: 100px;*/
  }

  .contact-item p {
    font-size: 14px;
  }

  #formsection {
    padding: 5% 10%;
  }

  .contact-item-single {
    padding: 30px;
  }

  .category-heading {
    margin: 20px 0 10px 5px;
    font-size: 16px;
  }
}

/* Footer */

footer {
  clear: both;
  padding: 10px 0;

  background-color: #252525;
  color: #fff;
  font-size: 19px;
  line-height: 25px;
}

footer .wp-block-columns a {
  color: #fff;
  font-family: "Bebas Neue";
  font-weight: 500;

  text-decoration: none;
  transition: all 0.1s ease-in;
}

footer .wp-block-columns a:hover {
  color: #ed6b43;
}

footer .wp-block-columns a[href^="mailto:"] {
  font-family: "Bebas Neue";
  font-weight: 300;
  text-transform: none;
}

footer .wp-block-column {
  width: 25%;
}

footer .wp-block-columns {
  position: relative;

  margin: 90px 100px 200px 100px;
}

footer .wp-block-columns h2 {
  margin: 0 0 10px 0;
  padding: 0;

  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 25px;
}

footer .wp-block-columns .footer-title {
  font-family: "Bebas Neue";
  text-transform: uppercase;

  margin: 0 0 10px 0;
  padding: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 25px;
}

footer .wp-block-columns p {
  margin: 0 0 20px 0;

  color: #fff;
  font-family: "Bebas Neue";
  font-size: 19px;
  line-height: 25px;
}

#footer-logotype img {
  width: 150px;
}

#footer-social-icons {
  margin-top: 2rem;
  /*	position: absolute;
	bottom: 0;
	*/
}

#footer-social-icons img {
  width: 40px;
}

#footer-social-icons a {
  margin: 0 15px 0 0;
}

#header-social-icons {
  float: left;
  margin-left: 10px;
}

#header-social-icons img {
  width: 16px;
}

#header-social-icons a {
  margin: 0 15px 0 0;
}

@media all and (max-width: 1000px) {
  footer {
    padding: 50px 10px;
  }

  footer .wp-block-column:last-child {
    padding: 0 0 50px 0 !important;
  }
}

/* Breadcrumbs */

#breadcrumbs {
  padding: 40px 0 0 150px;
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
}

#breadcrumbs a {
  color: #6b6b6b;
  text-decoration: none;
}

@media all and (max-width: 1000px) {
  #breadcrumbs {
    padding: 20px 0 0 30px;
    width: 100%;
  }
}

/* Search */

#searchicon {
  position: relative;
  top: -3px;
  height: auto;
  width: 30px;
}

#results {
  margin: 40px 0;
}

#results a {
  display: block;
  margin: 30px 0 4px 0;

  color: #252525;
  font-family: "Bebas Neue";
  font-size: 22px;
  text-decoration: none;
  text-transform: uppercase;
}

.searchblock input:focus {
  outline: none;
}

.searchblock input[type="text"] {
  margin: 0 15px 0 0;
  padding: 10px;
  width: 500px;

  font-size: 18px;
}

.searchblock input[type="submit"] {
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 10px 30px;

  background: linear-gradient(to right, #ed6b43 50%, #fff 30%);
  background-size: 200% 100%;
  background-position: bottom right;
  transition: all 0.3s ease-in-out;

  border: 2px solid #ed6b43;
  border-radius: 40px;
  cursor: pointer;
  color: #ed6b43;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.searchblock input[type="submit"]:hover {
  background-position: top left;
  color: #fff;
}

/* Single content */

.singlecontent h2 {
  margin: 0;
}

.singlecontent h3 {
  margin: 40px 0 5px 0;

  font-family: "Bebas Neue";
  font-size: 25px;
  line-height: 1.2;
  text-transform: uppercase;
  /*word-break: break-word;*/
}

.singlecontent ul {
  margin: 20px 0 20px 40px;

  font-size: 18px;
  line-height: 30px;
}

.date {
  margin: 5px 0 30px 0;

  font-size: 14px;
}

/* Contact Page */

.contact-wrapper {
  width: 1350px;
  margin: auto;
  display: flex;
  overflow: hidden;
  overflow-x: hidden !important;
}

.contact-item p {
  word-wrap: break-word;
}

.filter-section {
  max-width: 1400px;
  margin: 0 auto;
  overflow: auto;
  padding: 40px 40px 0 40px;
  display: none;
  opacity: 0;
  overflow: hidden;
  animation: 0.2s ease animateFilter forwards;
}

.filter-section h2 {
  margin: 5px 0;
}

.active-section {
  display: block;
}

.avatar-missing {
  height: 200px !important;
  object-fit: contain !important;
  opacity: 0.2;
}

@keyframes animateFilter {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#wpcf7-f3702-o1 {
  padding: 2rem;
  margin-top: 1.3rem;
  z-index: 10;
  background-color: #f5c157;
  overflow: visible !important;
  border: 1px solid white;
}

#wpcf7-f3702-o1 input {
  width: 100%;
  height: 4rem;
  background-color: #f7dba37c;
  border: 1px solid #c29846 !important;
  color: #2b2b2b;
  font-size: 1rem;
}

#wpcf7-f3702-o1 input::placeholder {
  color: #2b2b2b !important;
}

#wpcf7-f3702-o1 input:focus {
  border: 2px solid #c29846 !important;
  outline: 2px #c29846;
  background-color: #f7dba3;
}

#wpcf7-f3702-o1 h2 {
  margin-bottom: 3rem !important;
}

#wpcf7-f3702-o1 .wpcf7-response-output {
  background-color: #fff;
  border: none;
  outline: none;
  color: #252525;
  font-weight: 500;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
  border-radius: 5px;
  padding: 12px;
}

.subbtn .wpcf7-submit {
  margin-top: 2rem !important;
  background: #252525 !important;
  border: 2px solid #252525 !important;
  color: #252525 !important;
  color: #fff !important;
  min-width: 100%;
  padding: 10px 20px;
}

.friend-form-heading {
  margin-bottom: 5rem;
  color: #252525 !important;
  font-size: 2.2rem !important;
}

.jobcontentrightwrapper {
  overflow: visible !important;
}

.apply-btn {
  margin-top: 2rem !important;
  background: #252525 !important;
  border: 2px solid #252525 !important;
  color: #252525 !important;
  color: #fff !important;
  height: 4rem;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.apply-btn:hover,
.subbtn .wpcf7-submit:hover {
  background: rgba(37, 37, 37, 0.624) !important;
  border: 2px solid rgba(37, 37, 37, 0.107) !important;
  outline: none !important;
}

.mini-menu-mobile {
  display: none;
}

@media (max-width: 1100px) {
  .mini-menu-mobile {
    display: flex;
    color: #fff !important;
    z-index: 999;
  }

  .mini-menu-mobile a {
    color: #fff !important;
  }

  .mini-menu-mobile .wpml-ls-legacy-dropdown-click a {
    border: none;
  }

  .mini-menu-mobile .wpml-ls-legacy-dropdown-click ul:nth-child(2) {
    margin-top: 0.7rem !important;
  }

  .searchblock.wp-block-columns {
    max-width: 100%;
    overflow: hidden;
  }

  .searchblock input[type="text"] {
    min-width: 50%;
    max-width: 100%;
  }
}

.wp-block-columns.blocktype-8 {
  display: flex;
  justify-content: center;
}

.wp-block-columns.blocktype-8.wp-block-column {
  width: 33%;
}

.blocktype-8 {
  margin: 50px auto 0 auto;
}

.blocktype-8 .wp-block-column {
  width: 27%;
  margin: 0 40px !important;
}

.blocktype-8.wp-block-columns {
  margin: 0 30px !important;
}

.blocktype-8.wp-block-columns {
  margin: 0 50px;
}

@media (max-width: 1000px) {
  .wp-block-columns.blocktype-8 {
    flex-flow: column;
  }

  .blocktype-8 .wp-block-column {
    width: 33%;
    margin: 0px !important;
  }
}

.wp-block-columns.blocktype-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.wp-block-columns.blocktype-1 {
  align-items: center !important;
}

@media (max-width: 1000px) {
  .wp-block-columns.blocktype-1 {
    flex-flow: column;
  }

  .wp-block-columns.blocktype-4 {
    flex-flow: column-reverse;
    display: flex;
  }
  .wp-block-columns.blocktype-4 .wp-block-column {
    margin: 0 !important;
  }
  .wp-block-columns.blocktype-4 .wp-block-column h2 {
    margin: 0 0px 20px 0px !important;
  }

  .wp-block-columns.blocktype-1 .wp-block-column {
    margin: 0px !important;
  }
  .wp-block-columns.blocktype-1 .wp-block-column h2 {
    margin: 0 0px 20px 0px !important;
  }
}

.alignleft {
  text-align: left;
}
.alignright {
  text-align: right;
}
.aligncenter {
  text-align: center;
}

.spd-text-column {
  justify-content: center;
}

.spd-text-width {
  flex-basis: 100% !important;
  max-width: 780px;
}

.spd-text-width img {
  max-width: 100%;
}

/** FAQ **/
.faq-container .accordion-container {
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  padding: 1.25rem;

  &amp; + .accordion-container {
    margin-top: 0.25rem;
  }
}

.faq-container .plus-symbol {
  position: relative;
  width: 14px;
  height: 14px;
  transition-property: transform;
  transition-duration: 300ms;
}

.faq-container .plus-symbol .line {
  display: block;
  width: 100%;
  height: 4px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  background: #202020;
  transform: translateY(-50%);
}

.faq-container .symbol-container {
  content: "+";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  position: relative;
  border: 2px solid #000;
  border-radius: 50%;
}

.faq-container .symbol {
  position: absolute;
  top: 48%;
  left: 52%;
  transform: translate(-50%, -50%);
}

.faq-container .symbol:before {
  content: "+";
  display: inline-block;
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.faq-container .accordion-expanded .symbol:before {
  content: "â€“";
  font-weight: 500;
}

.accordion-container .accordion-toggler {
  display: flex;
  align-items: center;
  user-select: none;

  flex-direction: row-reverse;
  justify-items: end;
  cursor: s-resize;
}

.accordion-container .accordion-title {
  position: relative;
  top: 3px;
  font-family: "Bebas Neue";
  font-size: 2rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.accordion-container .accordion-panel-content {
  margin-top: 1rem;
}

.accordion-container .flex-grow {
  flex-grow: 1;
}

.accordion-container .accordion-indicator {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}

.accordion-container .accordion-content {
  height: 0;
  overflow-y: hidden;
  transition-property: height;
  transition-duration: 250ms;
}
</pre></body></html>