@charset "UTF-8";
/* Thin */
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-ThinItalic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
}
/* Extra Light */
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-ExtraLightItalic.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
}
/* Light */
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
/* Regular */
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-RegularItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
/* Medium */
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}
.fade-in-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}

.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes slide-down {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Your other styles here */
.page-container {
  margin-top: -1px !important;
}

body {
  font-family: "Metropolis", sans-serif;
  font-weight: 200;
  background-color: #f5f5f5;
  overflow-x: hidden;
  max-width: 1490px;
  margin: auto;
}

strong {
  font-weight: 500;
}

.et_header_style_left #logo {
  max-width: 100%;
}

@media (max-width: 981px) {
  .filter p.p1 {
    display: flex;
    flex-flow: nowrap;
    overflow-x: scroll;
  }
  .filter p.p1 button {
    min-width: fit-content;
    margin-bottom: 20px;
  }
}
button.filter-button,
button.filter-button-press,
button.filter-button-FR {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 18px;
  font-weight: 200;
  position: relative;
  padding: 0;
  margin-right: 18px;
}
button.filter-button :first-child,
button.filter-button-press :first-child,
button.filter-button-FR :first-child {
  margin-left: 18px;
}
button.filter-button.active:after,
button.filter-button-press.active:after,
button.filter-button-FR.active:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: red;
  left: 0px;
  bottom: -5px;
}

span {
  font-family: "Metropolis", sans-serif;
  font-weight: 200;
}

h1 {
  font-family: "Metropolis", sans-serif;
  font-weight: 100;
}

h2 {
  font-family: "Metropolis", sans-serif;
  font-weight: 100;
  font-size: 30px;
}

h3 {
  font-family: "Metropolis", sans-serif;
  font-weight: 100;
  font-size: 30px;
  line-height: 1.3;
}

p {
  font-family: "Metropolis", sans-serif;
  font-weight: 200;
  line-height: 1.5;
}

.et_pb_button_module_wrapper .et_pb_button {
  padding: 10px 16px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 200;
  border: 1px solid #979797;
  margin-top: -2px;
}
.et_pb_button_module_wrapper .et_pb_button:hover {
  padding: 10px 16px;
  border-radius: 30px;
}
.et_pb_button_module_wrapper a {
  color: #333333;
}

.et_pb_button:hover:after {
  display: none !important;
}

.downloadLink a {
  color: black;
  position: relative;
}
.downloadLink a:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("/wp-content/themes/m2am/assets/svg/arrowDownload.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: -20px;
  transform: none;
  z-index: 1;
}
.downloadLink a:hover {
  color: #ff5b51;
}
.downloadLink a:hover:after {
  background-image: url("/wp-content/themes/m2am/assets/svg/arrowDownloadRed.svg");
}

@media (max-width: 480px) {
  .et_pb_row.mFcR {
    flex-direction: column-reverse;
    display: flex;
  }
}

@media (max-width: 981px) {
  .mFlex {
    display: flex;
  }
}

#main-content {
  margin-top: -80px;
  background-color: transparent;
}

#main-header {
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  /*
  #top-menu .menu-item-has-children:hover .sub-menu {
    background-color: $grey;
  }*/
}
#main-header .container {
  max-width: 1451px;
  margin: 0;
}
@media (max-width: 480px) {
  #main-header .container {
    margin-top: 12px !important;
  }
}
#main-header:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 0;
  top: 0;
  left: -2px;
  background-image: url("/wp-content/themes/m2am/assets/svg/menuwave.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  max-width: 1493px;
  opacity: 1 !important;
  overflow: hidden;
  height: 20;
  opacity: 0.7;
  transition: height 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
#main-header:after:hover, #main-header:after.is-active {
  height: 500px;
  opacity: 1;
}
@media (max-width: 981px) {
  #main-header:after {
    display: none;
  }
}
@media (max-width: 480px) {
  #main-header:after {
    display: block;
  }
}
#main-header.lightMenu .logo_container a {
  background-image: url("https://m2asset.c9958.cloudnet.cloud/wp-content/themes/m2am/assets/svg/M2LogoLight.png");
  width: auto;
  height: 37px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
#main-header.lightMenu #logo {
  visibility: hidden;
  transition: all 0.1s ease-in-out;
}
#main-header.lightMenu a {
  color: white;
}
#main-header.lightMenu .mobile_menu_bar:before {
  color: white;
}
#main-header.lightMenu:hover:after {
  height: 124px;
}
#main-header.lightMenu:hover .container {
  background-color: transparent;
  border-radius: 0px !important;
  transition: all 0.7s ease-in-out;
}
#main-header.lightMenu:hover #logo {
  visibility: visible;
}
@media (max-width: 981px) {
  #main-header.lightMenu:hover #logo {
    visibility: hidden;
  }
}
#main-header.lightMenu:hover a {
  color: black;
}
#main-header.lightMenu.et-fixed-header a {
  color: black;
}
#main-header.lightMenu.et-fixed-header #logo {
  visibility: visible;
}
#main-header.lightMenu.et-fixed-header .mobile_menu_bar:before {
  color: black;
}
#main-header.lightMenu.mobile-nav-active {
  background-color: #f5f5f5;
}
#main-header.lightMenu.mobile-nav-active a {
  color: black;
}
#main-header.lightMenu.mobile-nav-active #logo {
  visibility: visible;
}
#main-header.lightMenu.mobile-nav-active .mobile_menu_bar:before {
  color: black;
}
#main-header .container {
  width: 97%;
  border-radius: 0 !important;
  max-width: 1451px !important;
  margin: 6px 1% 0;
  padding: 0 41px;
}
@media (max-width: 981px) {
  #main-header .container {
    padding: 0 30px;
  }
}
#main-header .container #logo {
  height: 37px;
  max-height: 100%;
}
@media (max-width: 480px) {
  #main-header .container #logo {
    height: 32px;
  }
}
#main-header #top-menu li {
  padding-right: 10vw;
}
@media (min-width: 1490px) {
  #main-header #top-menu li {
    padding-right: 170px;
  }
}
#main-header #top-menu li:last-child {
  padding-right: 0;
}
#main-header #top-menu a {
  font-weight: 200;
  font-size: 22px;
  padding: 27px 0 27px;
}
#main-header #top-menu .menu-item-has-children > a:first-child:after {
  content: "+";
  font-family: "Metropolis", sans-serif;
  font-size: 22px;
  font-weight: 200;
  right: -23px;
  top: 27px;
}
#main-header #top-menu .menu-item-has-children:hover > a:first-child:after {
  content: "-";
}

.et_header_style_left #et-top-navigation .mobile_menu_bar {
  padding-bottom: 0;
}

.et_header_style_left #et-top-navigation {
  padding-top: 0 !important;
}

#main-header.et-fixed-header {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
#main-header.et-fixed-header .container {
  border-radius: 0px !important;
}
@media (max-width: 480px) {
  #main-header.et-fixed-header .container {
    padding: 0 4%;
  }
}

.et_fixed_nav #main-header {
  position: fixed;
}
.et_fixed_nav #main-header.et-fixed-header:after {
  height: 124px;
}
@media (max-width: 480px) {
  .et_fixed_nav #main-header.et-fixed-header:after {
    height: 82px;
    width: 101%;
  }
}
@media (max-width: 480px) {
  .et_fixed_nav #main-header.et-fixed-header.mobile-nav-active:after {
    height: 95vh;
    width: 101%;
  }
}
.et_fixed_nav #main-header.show-wave:after {
  height: 290px;
  opacity: 1;
}
.et_fixed_nav #main-header .menu-message {
  content: "Vi bygger långsiktigt tillväxt i fastigheter";
  position: absolute;
  font-size: 52px;
  left: 60px;
  width: 512px;
  line-height: 1;
  bottom: -172px;
  font-weight: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  display: none;
}
@media (max-width: 981px) {
  .et_fixed_nav #main-header .menu-message {
    display: none;
  }
}
.et_fixed_nav #main-header:hover .menu-message {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  animation: fadeIn 2s 0s ease-in-out forwards;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.et_fixed_nav #main-header #top-menu li.current-menu-item > a,
.et_fixed_nav #main-header #top-menu li.current-menu-ancestor > a {
  color: #ff5b51;
}
.et_fixed_nav #main-header .nav li ul {
  padding: 0 30px 30px;
  margin-top: -8px;
  width: 280px;
  margin-left: -30px;
  border-radius: 0px !important;
  background: none;
  border-top: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  display: flex;
  flex-direction: column;
}
.et_fixed_nav #main-header .nav li ul li {
  padding: 0;
  padding-right: 0px !important;
}
.et_fixed_nav #main-header .nav li ul li a {
  padding: 3px 0 !important;
  font-size: 18px !important;
  width: fit-content;
  position: relative;
  overflow: hidden;
}
.et_fixed_nav #main-header .nav li ul li a::after {
  content: "";
  background-color: #ff5b51;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease-in-out;
}
.et_fixed_nav #main-header .nav li ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.et_fixed_nav #main-header .nav li ul li a:not(:hover)::after {
  transform: scaleX(0);
  transform-origin: right;
}
.et_fixed_nav #main-header .nav li ul li a:hover {
  background-color: transparent;
}
@media (min-width: 981px) {
  .et_fixed_nav #main-header .menu-item {
    position: relative;
  }
  .et_fixed_nav #main-header .menu-item .sub-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-30px);
  }
  .et_fixed_nav #main-header .menu-item .sub-menu li {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.3s;
  }
  .et_fixed_nav #main-header .menu-item:hover > .sub-menu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  .et_fixed_nav #main-header .menu-item:hover > .sub-menu li {
    pointer-events: auto;
    animation: fadeInUp 0.5s 0.5s ease-in-out forwards;
  }
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .et_fixed_nav #main-header .menu-item:hover > .sub-menu li:nth-child(1) {
    animation-delay: 0.1s;
  }
  .et_fixed_nav #main-header .menu-item:hover > .sub-menu li:nth-child(2) {
    animation-delay: 0.2s;
  }
  .et_fixed_nav #main-header .menu-item:hover > .sub-menu li:nth-child(3) {
    animation-delay: 0.3s;
  }
  .et_fixed_nav #main-header .menu-item:hover > .sub-menu li:nth-child(4) {
    animation-delay: 0.4s;
  }
  .et_fixed_nav #main-header .menu-item:hover > .sub-menu li:nth-child(5) {
    animation-delay: 0.5s;
  }
  .et_fixed_nav #main-header .menu-item:hover > .sub-menu li:nth-child(6) {
    animation-delay: 0.6s;
  }
  .et_fixed_nav #main-header .menu-item:hover > .sub-menu li:nth-child(7) {
    animation-delay: 0.7s;
  }
  .et_fixed_nav #main-header .menu-item:hover > .sub-menu li:nth-child(8) {
    animation-delay: 0.8s;
  }
  .et_fixed_nav #main-header .menu-item:hover > .sub-menu li:nth-child(9) {
    animation-delay: 0.9s;
  }
  .et_fixed_nav #main-header .menu-item:hover > .sub-menu li:nth-child(10) {
    animation-delay: 1s;
  }
}

.mobile_menu_bar:before,
.mobile_menu_bar:after,
#top-menu li.current-menu-ancestor > a,
#top-menu li.current-menu-item > a {
  color: black;
}

.et_mobile_menu {
  background-color: transparent;
  border-top: none;
  box-shadow: none;
  height: 90vh;
  overflow: scroll;
  padding-bottom: 60px !important;
}
.et_mobile_menu .menu-item a {
  font-weight: 100;
  background-color: transparent;
  font-size: 27px;
  border: none;
  padding: 10px 0;
  transform: translateY(20px);
  opacity: 0;
}
.et_mobile_menu .menu-item .sub-menu {
  padding-bottom: 30px;
  padding-left: 0 !important;
}
.et_mobile_menu .menu-item .sub-menu li {
  opacity: 0;
  padding-left: 0;
  padding-bottom: 0px;
  transform: translateY(20px);
}
.et_mobile_menu .menu-item .sub-menu li a {
  font-size: 22px;
  padding: 0 0 22px 0;
}

.mobile_nav.opened .menu-item a {
  opacity: 1;
  transform: translateY(0px);
  animation: fadeInUp 0.5s 0s ease-in-out forwards;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mobile_nav.opened .menu-item a:hover {
  background-color: transparent;
}
.mobile_nav.opened .sub-menu {
  opacity: 1 !important;
  transform: translateY(0px);
  padding-top: 20px;
}
.mobile_nav.opened .sub-menu li {
  animation: fadeInUp 0.5s 0.5s ease-in-out forwards;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mobile_nav.opened .sub-menu li:nth-child(1) {
  animation-delay: 0.1s;
}
.mobile_nav.opened .sub-menu li:nth-child(2) {
  animation-delay: 0.2s;
}
.mobile_nav.opened .sub-menu li:nth-child(3) {
  animation-delay: 0.3s;
}
.mobile_nav.opened .sub-menu li:nth-child(4) {
  animation-delay: 0.4s;
}
.mobile_nav.opened .sub-menu li:nth-child(5) {
  animation-delay: 0.5s;
}
.mobile_nav.opened .sub-menu li:nth-child(6) {
  animation-delay: 0.6s;
}
.mobile_nav.opened .sub-menu li:nth-child(7) {
  animation-delay: 0.7s;
}
.mobile_nav.opened .sub-menu li:nth-child(8) {
  animation-delay: 0.8s;
}
.mobile_nav.opened .sub-menu li:nth-child(9) {
  animation-delay: 0.9s;
}
.mobile_nav.opened .sub-menu li:nth-child(10) {
  animation-delay: 1s;
}
.mobile_nav.opened .sub-menu li a {
  opacity: 1;
  transform: translateY(0px);
}

.heroSection {
  position: relative;
  padding-top: 110px !important;
  padding-bottom: 0 !important;
  min-height: 280px;
  position: relative;
  transform: translateY(0);
  transition: transform 0.3s ease-out;
  z-index: 1;
}
@media (max-width: 480px) {
  .heroSection {
    padding-top: 140px !important;
  }
}
.heroSection.greyBackground {
  background-color: #f5f5f5;
  color: black;
}
.heroSection.darkBlueBackground {
  background-color: #363a41;
  color: white;
}
.heroSection.darkBlueBackground h1 {
  color: white;
}
.heroSection .et_pb_row {
  margin: 0 60px;
  display: flex;
  align-items: end;
  z-index: 2;
}
@media (max-width: 981px) {
  .heroSection .et_pb_row {
    align-items: start;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .heroSection .et_pb_row {
    margin: 0 30px;
  }
  .heroSection .et_pb_row .et_pb_column {
    margin-bottom: 30px !important;
  }
}
.heroSection h1 {
  font-size: 52px;
  max-width: 510px;
  padding-bottom: 0;
  line-height: 1.2;
}
@media (max-width: 480px) {
  .heroSection h1 {
    font-size: 34px;
  }
}
.heroSection h3 {
  font-size: 28px;
}
@media (max-width: 480px) {
  .heroSection h3 {
    font-size: 20px;
  }
}
.heroSection p {
  font-size: 18px;
}
@media (max-width: 480px) {
  .heroSection p {
    font-size: 16px;
  }
}
.heroSection a {
  position: relative;
  overflow: hidden;
}
.heroSection a::after {
  content: "";
  background-color: #ff5b51;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease-in-out;
}
.heroSection a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.heroSection a:not(:hover)::after {
  transform: scaleX(0);
  transform-origin: right;
}
.heroSection .wide h1 {
  max-width: 705px;
}
.heroSection .filter {
  padding-top: 20px;
}

@media (max-width: 480px) {
  .heroSection.fr .p1 {
    display: flex;
    flex-flow: nowrap;
    overflow-x: scroll;
    height: 26px;
  }
  .heroSection.fr .p1 button {
    min-width: fit-content;
    margin-bottom: 10px;
  }
}
/* Default cursor */
.custom-cursor {
  cursor: url("/wp-content/themes/m2am/assets/svg/black-cursor.svg"), pointer;
}

.et_pb_section.waveDivider {
  position: relative;
}
.et_pb_section.waveDivider::after {
  content: "";
  display: block;
  width: 100%;
  height: 110px;
  background-image: url("/wp-content/themes/m2am/assets/svg/blueWave.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: none;
  z-index: 0;
}
.et_pb_section.waveDivider.flipVertical::after {
  transform: scaleY(-1);
}
.et_pb_section.waveDivider.flipHorizontal::after {
  transform: scaleX(-1);
}
.et_pb_section.waveDivider.flipBoth::after {
  transform: scale(-1, -1);
}
.et_pb_section.waveDivider.greyBackground {
  background-color: #f5f5f5;
}
.et_pb_section.waveDivider.greyBackground::after {
  background-image: url("/wp-content/themes/m2am/assets/svg/greyWave.svg");
}
.et_pb_section.waveDivider.whiteBackground {
  background-color: white;
}
.et_pb_section.waveDivider.whiteBackground::after {
  background-image: url("/wp-content/themes/m2am/assets/svg/whiteWave.svg");
}
.et_pb_section.waveDivider.redBackground {
  background-color: #ff5b51;
}
.et_pb_section.waveDivider.redBackground::after {
  background-image: url("/wp-content/themes/m2am/assets/svg/redWave.svg");
}
.et_pb_section.waveDivider.darkBlueBackground {
  background-color: #363a41;
}
.et_pb_section.waveDivider.darkBlueBackground::after {
  background-image: url("/wp-content/themes/m2am/assets/svg/blueWave.svg");
}
.et_pb_section.waveDivider.bottom::after {
  bottom: -60px;
}
.et_pb_section.waveDivider.top::after {
  top: -60px;
}
.et_pb_section.waveDivider.topDown::after {
  top: 0px;
}
@media (max-width: 981px) {
  .et_pb_section.waveDivider.topDown::after {
    top: 22px;
  }
}
@media (max-width: 480px) {
  .et_pb_section.waveDivider.topDown::after {
    top: 22px;
  }
}
@media (min-width: 1490px) {
  .et_pb_section.waveDivider {
    padding: 3% 0;
  }
}
.et_pb_section.illustrationBackground {
  /*
  .et_pb_row {
    max-width: 720px;
  }
    */
}
.et_pb_section.illustrationBackground::before {
  content: "";
  display: block;
  background-image: none;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: absolute;
  opacity: 0.2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: none;
  z-index: 1;
}
.et_pb_section.illustrationBackground.greyBackground {
  background-color: #f5f5f5;
}
.et_pb_section.illustrationBackground.greyBackground::before {
  background-image: url("/wp-content/themes/m2am/assets/svg/M2IllustrationFastigheterWhite.png");
  opacity: 0.1;
}
.et_pb_section.illustrationBackground.whiteBackground {
  background-color: white;
}
.et_pb_section.illustrationBackground.whiteBackground::before {
  opacity: 0.08;
}
.et_pb_section.illustrationBackground.whiteBackground.et_clickable {
  cursor: url("/wp-content/themes/m2am/assets/svg/black-cursor.svg") 12 12, pointer;
}
.et_pb_section.illustrationBackground.redBackground {
  background-color: #ff5b51;
  color: white;
}
.et_pb_section.illustrationBackground.redBackground.et_clickable {
  cursor: url("/wp-content/themes/m2am/assets/svg/white-cursor.svg") 12 12, pointer;
}
.et_pb_section.illustrationBackground.redBackground h3,
.et_pb_section.illustrationBackground.redBackground h2 {
  color: white;
}
.et_pb_section.illustrationBackground.redBackground::before {
  background-image: none;
  opacity: 0.1;
  top: 0;
  height: 117%;
}
.et_pb_section.illustrationBackground.darkBlueBackground {
  background-color: #363a41;
  color: white;
}
.et_pb_section.illustrationBackground.darkBlueBackground h3,
.et_pb_section.illustrationBackground.darkBlueBackground h2 {
  color: white;
}
.et_pb_section.illustrationBackground.darkBlueBackground::before {
  background-image: url("/wp-content/themes/m2am/assets/svg/m2citat.png");
  background-size: contain;
}

.strategiskaInvesteringar {
  padding-bottom: 200px !important;
}
.strategiskaInvesteringar .et_pb_row {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
@media (max-width: 981px) {
  .strategiskaInvesteringar .et_pb_row {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 0;
  }
}
@media (max-width: 981px) {
  .strategiskaInvesteringar {
    padding-bottom: 100px !important;
  }
}
.strategiskaInvesteringar .highlightInvestment {
  padding-left: 60px !important;
  width: 100%;
}
@media (max-width: 981px) {
  .strategiskaInvesteringar .highlightInvestment {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 981px) {
  .strategiskaInvesteringar .highlightInvestment {
    padding-top: 0px !important;
  }
}
.strategiskaInvesteringar .highlightInvestment .et_pb_column {
  margin-right: 18px;
  width: 37.7%;
}
@media (max-width: 981px) {
  .strategiskaInvesteringar .highlightInvestment .et_pb_column {
    margin-right: 0;
    margin-bottom: 18px;
  }
  .strategiskaInvesteringar .highlightInvestment .et_pb_column.et-last-child {
    margin-bottom: 0;
  }
}
.strategiskaInvesteringar .highlightInvestment .et_pb_column.et_pb_column_3_5 {
  width: 59.8%;
}
.strategiskaInvesteringar .highlightInvestment .et_pb_column .et_pb_module {
  height: 270px;
  padding: 40px;
  display: flex;
}
@media (max-width: 480px) {
  .strategiskaInvesteringar .highlightInvestment .et_pb_column .et_pb_module {
    height: 320px;
  }
}
.strategiskaInvesteringar .highlightInvestment .et_pb_column .et_pb_module h4 {
  font-size: 32px;
  font-weight: 200;
}
.strategiskaInvesteringar .highlightInvestment .et_pb_column .et_pb_module .et_pb_text_inner {
  z-index: 1;
  max-width: 450px !important;
}
.strategiskaInvesteringar .highlightInvestment .et_pb_column .et_pb_module p {
  font-size: 16px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
@media (max-width: 480px) {
  .strategiskaInvesteringar .highlightInvestment .et_pb_column .et_pb_module p {
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
  }
}
.strategiskaInvesteringar .highlightInvestment .et_pb_column .et_pb_module::after {
  content: "";
  background-color: #f5f5f5;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.8;
  transition: opacity 0.5s ease-in-out;
}
.strategiskaInvesteringar .highlightInvestment .et_pb_column .et_pb_module:hover p {
  opacity: 1;
}
.strategiskaInvesteringar .highlightInvestment .et_pb_column .et_pb_module:hover::after {
  opacity: 1;
}
.strategiskaInvesteringar .highlightInvestment .et_pb_column .et_pb_module.greyBackground {
  cursor: url("/wp-content/themes/m2am/assets/svg/black-cursor.svg") 12 12, pointer;
}
.strategiskaInvesteringar .highlightInvestment .et_pb_column .et_pb_module.greyBackground::after {
  background-color: #f5f5f5;
}
.strategiskaInvesteringar .highlightInvestment .et_pb_column .et_pb_module.darkBlueBackground {
  cursor: url("/wp-content/themes/m2am/assets/svg/white-cursor.svg") 12 12, pointer;
  color: white;
}
.strategiskaInvesteringar .highlightInvestment .et_pb_column .et_pb_module.darkBlueBackground h4 {
  color: white;
}
.strategiskaInvesteringar .highlightInvestment .et_pb_column .et_pb_module.darkBlueBackground::after {
  background-color: #363a41;
}
.strategiskaInvesteringar .highlightInvestment .et_pb_column .et_pb_module.blackBackground {
  cursor: url("/wp-content/themes/m2am/assets/svg/white-cursor.svg") 12 12, pointer;
  color: white;
}
.strategiskaInvesteringar .highlightInvestment .et_pb_column .et_pb_module.blackBackground h4 {
  color: white;
}
.strategiskaInvesteringar .highlightInvestment .et_pb_column .et_pb_module.blackBackground::after {
  background-color: black;
}
.strategiskaInvesteringar .highlightInvestment .et_pb_column .et_pb_module.textEnd .et_pb_text_inner {
  align-self: flex-end;
}
@media (max-width: 480px) {
  .strategiskaInvesteringar .highlightInvestment .et_pb_column .et_pb_module.textEnd .et_pb_text_inner {
    align-self: flex-start;
  }
}

.pressmeddelandeSection .et_pb_row {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 981px) {
  .pressmeddelandeSection .et_pb_row {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .pressmeddelandeSection .et_pb_row .et_pb_column .et_pb_module {
    margin-bottom: 11px;
  }
}
.pressmeddelandeSection .absolute {
  position: absolute;
}

.pressmeddelandeRow .absolute {
  position: absolute;
}
.pressmeddelandeRow .et_pb_ajax_pagination_container {
  display: flex;
  width: 100%;
  padding-top: 100px;
}
@media (max-width: 981px) {
  .pressmeddelandeRow .et_pb_ajax_pagination_container {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .pressmeddelandeRow .et_pb_ajax_pagination_container {
    padding-top: 74px;
  }
}
.pressmeddelandeRow .pagination {
  position: absolute;
  top: 13px;
  right: 0px;
}
@media (max-width: 981px) {
  .pressmeddelandeRow .pagination {
    top: -56px;
  }
}
@media (max-width: 480px) {
  .pressmeddelandeRow .pagination {
    top: auto;
    bottom: -55px;
  }
}
.pressmeddelandeRow .pagination .alignleft a {
  font-size: 0;
  width: 45px;
}
.pressmeddelandeRow .pagination .alignleft a::after {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background-image: url("/wp-content/themes/m2am/assets/svg/prev.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: 49px;
  transform: none;
  z-index: 1;
}
.pressmeddelandeRow .pagination .alignright a {
  font-size: 0;
  width: 45px;
}
.pressmeddelandeRow .pagination .alignright a::after {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background-image: url("/wp-content/themes/m2am/assets/svg/next.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: none;
  z-index: 1;
}
.pressmeddelandeRow article {
  padding: 90px 40px 16px;
  margin-right: 18px;
  background-color: #f5f5f5;
  min-width: 26%;
  min-height: 282px;
  margin-bottom: 0;
}
@media (max-width: 981px) {
  .pressmeddelandeRow article {
    min-height: 212px;
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.pressmeddelandeRow article h2 {
  font-size: 20px;
  line-height: 1.3;
}
.pressmeddelandeRow article .post-meta {
  visibility: hidden;
}
.pressmeddelandeRow article span.published {
  position: absolute;
  top: 40px;
  visibility: visible;
}
.pressmeddelandeRow article .post-meta a {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  background-color: #363a41;
  color: white !important;
  visibility: visible;
}
.pressmeddelandeRow article a.more-link {
  clear: both;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  font-size: 0;
  cursor: url("/wp-content/themes/m2am/assets/svg/black-cursor.svg") 12 12, pointer;
}
.pressmeddelandeRow .category-regulatoriskt .post-meta a {
  background-color: #ff5b51;
}
.pressmeddelandeRow .category-regulatoriskt a.more-link {
  cursor: url("/wp-content/themes/m2am/assets/svg/red-cursor.svg") 12 12, pointer;
}
.pressmeddelandeRow article:first-child {
  min-width: 45%;
}

.pressmeddelande-section {
  padding: 180px 30px 60px 60px !important;
  margin-top: -100px;
}
.pressmeddelande-section .et_pb_ajax_pagination_container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 981px) {
  .pressmeddelande-section .et_pb_ajax_pagination_container {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .pressmeddelande-section {
    padding: 140px 30px 60px 30px !important;
  }
}
.pressmeddelande-section article {
  padding: 90px 40px 16px;
  margin-right: 1%;
  background-color: #f5f5f5;
  width: 32%;
  min-height: 282px;
  margin-bottom: 1%;
}
@media (max-width: 981px) {
  .pressmeddelande-section article {
    min-height: 212px;
    margin-right: 0;
    margin-bottom: 18px;
  }
}
@media (max-width: 981px) {
  .pressmeddelande-section article {
    width: 100%;
  }
}
.pressmeddelande-section article h2 {
  font-size: 20px;
  line-height: 1.3;
}
.pressmeddelande-section article .post-meta {
  visibility: hidden;
}
.pressmeddelande-section article span.published {
  position: absolute;
  top: 40px;
  visibility: visible;
}
.pressmeddelande-section article .post-meta a {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  background-color: #363a41;
  color: white !important;
  visibility: visible;
}
.pressmeddelande-section article a.more-link {
  clear: both;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  font-size: 0;
  cursor: url("/wp-content/themes/m2am/assets/svg/black-cursor.svg") 12 12, pointer;
}
.pressmeddelande-section .category-regulatoriskt .post-meta a {
  background-color: #ff5b51;
}
.pressmeddelande-section .category-regulatoriskt a.more-link {
  cursor: url("/wp-content/themes/m2am/assets/svg/red-cursor.svg") 12 12, pointer;
}

.textBlock {
  max-width: 400px;
  background: #363a41;
  padding: 56px 35px 68px;
  margin-left: 60px;
  margin-top: -73px;
  color: white;
  font-size: 20px;
  text-align: center !important;
}
@media (max-width: 981px) {
  .textBlock {
    width: 300px;
    padding: 36px 15px 38px;
    margin-left: 30px;
  }
}
@media (max-width: 480px) {
  .textBlock {
    width: 300px;
    padding: 36px 15px 38px;
    margin-left: 30px;
  }
}

.linkSection .greyBackground {
  background-color: #f5f5f5;
  cursor: url("/wp-content/themes/m2am/assets/svg/black-cursor.svg") 12 12, pointer;
}
.linkSection .greyBackground h3,
.linkSection .greyBackground p {
  cursor: url("/wp-content/themes/m2am/assets/svg/black-cursor.svg") 12 12, pointer;
}
.linkSection .lightBlueBackground {
  background-color: #f8f9fc;
  cursor: url("/wp-content/themes/m2am/assets/svg/black-cursor.svg") 12 12, pointer;
}
.linkSection .lightBlueBackground .et_pb_text {
  cursor: url("/wp-content/themes/m2am/assets/svg/black-cursor.svg") 12 12, pointer;
}
.linkSection .redBackground {
  background-color: #ff5b51;
  color: white;
  cursor: url("/wp-content/themes/m2am/assets/svg/white-cursor.svg") 12 12, pointer !important;
}
.linkSection .redBackground h3,
.linkSection .redBackground p {
  color: white;
}
.linkSection .redBackground .et_pb_text {
  cursor: url("/wp-content/themes/m2am/assets/svg/white-cursor.svg") 12 12, pointer;
}
.linkSection .et_pb_column {
  width: 50%;
  margin: 0;
  height: 290px;
  cursor: url("/wp-content/themes/m2am/assets/svg/black-cursor.svg") 12 12, pointer;
}
.linkSection p {
  font-size: 24px;
  font-weight: 200;
  padding-bottom: 20px !important;
}
.linkSection .et_pb_text {
  cursor: url("/wp-content/themes/m2am/assets/svg/black-cursor.svg") 12 12, pointer;
}
.linkSection .back .et_pb_text {
  cursor: url("/wp-content/themes/m2am/assets/svg/cursor-black-back.svg") 12 12, pointer;
}
.linkSection .right {
  padding-top: 40px !important;
  padding-right: 20% !important;
  padding-left: 40px !important;
  cursor: url("/wp-content/themes/m2am/assets/svg/black-cursor.svg") 12 12, pointer;
}
@media (max-width: 981px) {
  .linkSection .right {
    padding-top: 30px !important;
    padding-right: 5% !important;
    padding-left: 30px !important;
  }
}
@media (max-width: 981px) {
  .linkSection .left {
    padding-top: 120px !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}
.linkSection.small .et_pb_column {
  height: 190px;
}

.ThreeLinks {
  background-color: #f5f5f5;
  cursor: url("/wp-content/themes/m2am/assets/svg/black-cursor.svg") 12 12, pointer;
}
.ThreeLinks h3,
.ThreeLinks p {
  cursor: url("/wp-content/themes/m2am/assets/svg/black-cursor.svg") 12 12, pointer;
  font-size: 28px;
  padding-top: 60px;
}
.ThreeLinks .et_pb_column {
  height: 220px;
  margin: 0;
  width: 33.3%;
  cursor: url("/wp-content/themes/m2am/assets/svg/black-cursor.svg") 12 12, pointer;
  border-right: 2px solid white;
}
.ThreeLinks .et_pb_column:last-child {
  border-right: none;
}
@media (max-width: 480px) {
  .ThreeLinks .et_pb_column {
    height: 174px;
    border-bottom: 2px solid white;
  }
}
.ThreeLinks p {
  font-size: 24px;
  font-weight: 200;
  padding-bottom: 20px !important;
}
.ThreeLinks .et_pb_text {
  cursor: url("/wp-content/themes/m2am/assets/svg/black-cursor.svg") 12 12, pointer;
}

.citat {
  padding-top: 100px !important;
}
.citat h2 {
  font-size: 38px;
  line-height: 1.3;
}
@media (max-width: 981px) {
  .citat {
    padding-top: 60px !important;
  }
}
@media (max-width: 480px) {
  .citat {
    padding-top: 50px !important;
  }
  .citat h2 {
    font-size: 28px;
  }
}

.investeringar {
  color: white;
  padding-bottom: 0 !important;
}
@media (max-width: 981px) {
  .investeringar {
    padding-top: 47px;
  }
}
.investeringar h3 {
  color: white;
}
.investeringar .fixed {
  position: absolute;
  top: -15px;
  left: 0px;
}
@media (max-width: 981px) {
  .investeringar .fixed {
    top: 0px;
  }
}
.investeringar .et_pb_row {
  padding: 0 60px;
}
@media (max-width: 981px) {
  .investeringar .et_pb_row {
    padding: 0 30px;
  }
}
.investeringar .expendable {
  overflow: hidden;
  height: 70px;
  transition: height 0.4s ease-in-out;
  display: flex;
  align-items: center;
  padding: 30px 110px 0px 60px;
  cursor: pointer;
  position: relative;
  border-top: 0.5px solid rgba(255, 255, 255, 0.2117647059);
}
@media (max-width: 981px) {
  .investeringar .expendable {
    padding: 30px 40px 0px 30px;
    flex-direction: column;
  }
}
.investeringar .expendable.active {
  height: 400px;
}
@media (max-width: 981px) {
  .investeringar .expendable.active {
    height: 330px;
  }
}
.investeringar .expendable h3 {
  margin: 0;
  flex: 1;
  font-size: 22px;
  transition: font-size 0.4s ease;
}
@media (max-width: 981px) {
  .investeringar .expendable h3 {
    font-size: 18px;
    min-width: 206px;
  }
}
.investeringar .expendable.active h3 {
  font-size: 38px;
}
@media (max-width: 981px) {
  .investeringar .expendable.active h3 {
    font-size: 26px;
  }
}
.investeringar .expendable p {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.investeringar .expendable.active p {
  opacity: 1;
}
.investeringar .expendable .number {
  opacity: 0;
}
.investeringar .expendable.active .number {
  font-size: 50px;
  opacity: 1;
  transition: opacity 0.4s ease;
}
.investeringar .expendable .toggle-icon {
  position: absolute;
  top: 35px;
  right: 60px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
@media (max-width: 981px) {
  .investeringar .expendable .toggle-icon {
    right: 30px;
  }
}
.investeringar .expendable .et_pb_module {
  margin-bottom: 0 !important;
}

.investeringarAbout {
  position: relative;
  padding: 80px 0px 120px !important;
}
@media (max-width: 981px) {
  .investeringarAbout {
    padding-top: 47px !important;
  }
}
@media (max-width: 480px) {
  .investeringarAbout {
    padding: 30px 0 0px !important;
  }
}
.investeringarAbout .et_pb_row {
  padding: 0 60px;
}
@media (max-width: 981px) {
  .investeringarAbout .et_pb_row {
    padding: 0 30px;
  }
}
.investeringarAbout .fixed {
  position: absolute;
  left: 0px;
}
@media (max-width: 981px) {
  .investeringarAbout .fixed {
    top: 0px;
    position: relative;
    width: 100%;
  }
}
.investeringarAbout .fixed .et_pb_column {
  position: relative;
  margin-bottom: 0 !important;
}
@media (max-width: 981px) {
  .investeringarAbout .fixed .et_pb_column {
    margin-bottom: 0;
  }
  .investeringarAbout .fixed .et_pb_column .et_pb_module {
    margin-bottom: 0;
  }
}
.investeringarAbout .et_pb_column {
  position: unset;
}
.investeringarAbout .expendable {
  height: 50px;
  transition: height 0.4s ease;
  display: flex;
  align-items: flex-start;
  padding: 0px 60px;
  cursor: pointer;
  position: unset;
  border-top: 0.5px solid rgba(255, 255, 255, 0.2117647059);
}
@media (max-width: 981px) {
  .investeringarAbout .expendable {
    padding: 30px 60px 0px 30px;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .investeringarAbout .expendable .et_pb_column {
    margin-bottom: 0;
  }
}
.investeringarAbout .expendable.active {
  height: 139px;
}
@media (max-width: 480px) {
  .investeringarAbout .expendable.active {
    height: 200px;
  }
}
.investeringarAbout .expendable .toggle-icon {
  display: none;
}
.investeringarAbout .expendable h3 {
  margin: 0;
  flex: 1;
  font-size: 22px;
  transition: font-size 0.4s ease;
}
@media (max-width: 981px) {
  .investeringarAbout .expendable h3 {
    font-size: 18px;
    min-width: 206px;
  }
}
.investeringarAbout .expendable.active h3 {
  font-size: 38px;
}
@media (max-width: 981px) {
  .investeringarAbout .expendable.active h3 {
    font-size: 24px;
  }
}
.investeringarAbout .expendable p {
  opacity: 0;
  height: 0;
  padding-bottom: 30px;
  transition: opacity 0.4s ease;
}
.investeringarAbout .expendable.active p {
  opacity: 1;
  height: 100%;
}
.investeringarAbout .expendable .number {
  opacity: 0;
  position: absolute;
  bottom: 50px;
  font-size: 130px;
}
.investeringarAbout .expendable .number p {
  font-weight: 100;
  color: #ff5b51;
}
@media (max-width: 480px) {
  .investeringarAbout .expendable .number {
    font-size: 60px;
    bottom: -27px;
    right: 30px;
  }
}
.investeringarAbout .expendable.active .number {
  opacity: 1;
  transition: opacity 0.4s ease;
}
.investeringarAbout .expendable .et_pb_module {
  margin-bottom: 0 !important;
}
.investeringarAbout .expendable .et_pb_text_inner {
  padding-left: 20px;
  border-left: 2px solid #f5f5f5;
}
.investeringarAbout .expendable.active .et_pb_text_inner {
  padding-left: 20px;
  border-left: 2px solid #ff5b51;
}
.investeringarAbout .expendable .number .et_pb_text_inner {
  border-left: none !important;
  padding-left: 0;
}

/* Logo Grid Container */
.logo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Adjust the number of columns based on your layout */
  gap: 18px;
  padding: 0px 60px 0px !important;
}
@media (max-width: 981px) {
  .logo-grid {
    grid-template-columns: repeat(2, 1fr); /* Adjust the number of columns based on your layout */
    padding: 0px 30px 0px !important;
  }
}
@media (max-width: 480px) {
  .logo-grid {
    grid-template-columns: repeat(1, 1fr); /* Adjust the number of columns based on your layout */
    padding: 0px 30px !important;
  }
}

/* Logo Box Styling */
.logo-box {
  cursor: url("/wp-content/themes/m2am/assets/svg/red-cursor-down.svg"), pointer;
  margin-top: 0;
  transition: transform 0.2s ease;
  background-color: #f5f5f5;
  width: 100%;
  padding: 60px;
  display: flex;
  height: 240px;
  align-items: center;
}
.logo-box.active {
  margin-bottom: 384px;
}
.logo-box.active::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  background: #f5f5f5;
  left: 43%;
  top: 216px;
  rotate: 90px;
  transform: rotate(45deg);
}
@media (max-width: 981px) {
  .logo-box.active {
    margin-bottom: 375px !important;
  }
}
@media (max-width: 480px) {
  .logo-box.active {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 480px) {
  .logo-box {
    margin-bottom: 0px !important;
  }
}

/* Expandable Content Box */
.expandable-content {
  background: #f5f5f5;
  margin: 0;
  width: 92vw !important;
  max-width: 1374px;
  padding: 0;
  height: 310px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 286px;
  transition: opacity 0.5s ease;
  opacity: 0;
  visibility: hidden;
  grid-column: span 3; /* Make sure it spans the full row in the grid */
  animation: slide-down 0.5s ease;
  animation-fill-mode: forwards;
}
.expandable-content.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 480px) {
  .expandable-content.active {
    width: 100% !important;
    display: block;
    height: auto;
    position: relative !important;
    top: 36px !important;
    margin-bottom: 40px !important;
  }
}
@media (max-width: 981px) {
  .expandable-content {
    top: 300px;
    width: 86vw !important;
  }
}
.expandable-content .et_pb_text_inner {
  padding: 30px 60px;
}
@media (max-width: 480px) {
  .expandable-content .et_pb_text_inner {
    padding: 30px 10px;
  }
}
.expandable-content .et_pb_text_inner h6 {
  font-size: 14px;
  font-weight: 300;
  position: relative;
  padding-left: 13px;
}
.expandable-content .et_pb_text_inner h6:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: black;
  position: absolute;
  top: 4px;
  left: 0;
}
.expandable-content .et_pb_text_inner h3 {
  padding-top: 20px;
  font-size: 38px;
  font-weight: 200;
}
.expandable-content .et_pb_text_inner p {
  font-weight: 300;
  font-size: 16px;
}
.expandable-content .et_pb_module {
  margin-bottom: 0 !important;
}
.expandable-content.et_clickable {
  cursor: url("/wp-content/themes/m2am/assets/svg/red-cursor.svg") 12 12, pointer;
}

.expandable-content .et_pb_module:last-child {
  max-width: 30%;
  min-width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.expandable-content .et_pb_module:last-child .et_pb_button {
  color: #ff5b51;
  border: 1px solid #ff5b51;
}
.expandable-content .et_pb_module:last-child .et_pb_button:hover {
  background-color: #ff5b51;
  color: white;
}
@media (max-width: 480px) {
  .expandable-content .et_pb_module:last-child {
    max-width: 100%;
    min-width: 100%;
  }
}

.expandable-content .et_pb_image {
  max-width: 40% !important;
  min-width: 40% !important;
}
@media (max-width: 480px) {
  .expandable-content .et_pb_image {
    max-width: 100% !important;
    min-width: 100% !important;
  }
}
.expandable-content .et_pb_image img {
  min-width: 500px;
}
@media (max-width: 480px) {
  .expandable-content .et_pb_image img {
    min-width: auto;
  }
}

.logo-grid .et_pb_row {
  width: 100%;
  padding: 0;
  margin: 0;
}
.logo-grid .et_pb_row .et_pb_column.logo-box {
  width: 100% !important;
  margin-right: 0 !important;
}

.logo-grid-title .et_pb_row {
  margin: 0 60px;
  width: 100% !important;
  padding: 60px 0 10px;
}
@media (max-width: 480px) {
  .logo-grid-title .et_pb_row {
    margin: 0 30px;
  }
}

#heroSectionSingel {
  height: 720px;
  padding: 190px 60px 60px;
  position: relative;
}
@media (max-width: 981px) {
  #heroSectionSingel {
    padding: 120px 30px 30px;
  }
}
#heroSectionSingel:before {
  content: "";
  position: absolute;
  background: #363a41;
  opacity: 0.8;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#heroSectionSingel .et_pb_row_0 {
  display: flex;
  align-items: end;
}
@media (max-width: 981px) {
  #heroSectionSingel .et_pb_row_0 {
    align-items: start;
    flex-direction: column;
  }
}
#heroSectionSingel h1 {
  color: white;
  font-size: 52px;
  max-width: 510px;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  #heroSectionSingel h1 {
    padding-bottom: 18px;
  }
}
#heroSectionSingel p {
  color: white;
}
#heroSectionSingel .stats {
  position: absolute;
  bottom: 80px;
  display: flex;
  justify-content: space-between;
}
#heroSectionSingel .stats .et_pb_column {
  width: fit-content;
}
@media (max-width: 981px) {
  #heroSectionSingel .stats .et_pb_column {
    width: 33%;
  }
}
#heroSectionSingel .stats p {
  font-size: 22px;
  padding-bottom: 7px !important;
}
#heroSectionSingel .stats a {
  color: white;
}
#heroSectionSingel .stats a:hover {
  color: #ff5b51;
}
@media (max-width: 480px) {
  #heroSectionSingel .stats {
    bottom: 40px;
  }
  #heroSectionSingel .stats .et_pb_text_inner {
    padding-bottom: 8px !important;
  }
  #heroSectionSingel .stats .et_pb_text_inner p {
    padding-bottom: 2px !important;
    font-size: 18px;
  }
}

.contactCards {
  margin-top: -100px;
  padding: 60px !important;
}
@media (max-width: 480px) {
  .contactCards {
    margin-top: -165px;
  }
}
.contactCards h6 {
  padding: 20px 0 10px;
  font-size: 18px;
  font-weight: 100;
}
@media (max-width: 981px) {
  .contactCards h6 {
    font-size: 16px;
  }
}
.contactCards h3 {
  font-size: 24px;
}
@media (max-width: 981px) {
  .contactCards h3 {
    font-size: 24px;
  }
}
.contactCards .et_pb_column {
  width: 24.2% !important;
  margin-right: 1%;
}
.contactCards .et_pb_column.last-child {
  margin-right: 0;
}
@media (max-width: 981px) {
  .contactCards .et_pb_column {
    width: 47.5% !important;
    margin-right: 2.5% !important;
    margin-bottom: 2.5% !important;
  }
}
@media (max-width: 480px) {
  .contactCards .et_pb_column {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
  }
}
.contactCards .et_pb_column .et_pb_image {
  margin-bottom: 0;
}
.contactCards .fullWidth .et_pb_column {
  width: 100% !important;
}
@media (max-width: 480px) {
  .contactCards {
    padding: 60px 30px 60px !important;
  }
}

.space {
  margin-top: -100px;
  padding-top: 200px !important;
}

#heroSectionAbout {
  height: 720px;
  padding: 190px 60px 60px;
  position: relative;
}
@media (max-width: 981px) {
  #heroSectionAbout {
    padding: 120px 30px 30px;
  }
}
@media (max-width: 480px) {
  #heroSectionAbout {
    padding: 200px 30px 30px;
  }
}
#heroSectionAbout:before {
  content: "";
  position: absolute;
  background: #363a41;
  opacity: 0.8;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#heroSectionAbout .et_pb_row_0 {
  display: flex;
  align-items: end;
}
@media (max-width: 981px) {
  #heroSectionAbout .et_pb_row_0 {
    align-items: start;
    flex-direction: column;
  }
}
#heroSectionAbout h1 {
  color: white;
  font-size: 52px;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  #heroSectionAbout h1 {
    font-size: 34px;
  }
}
#heroSectionAbout p {
  color: white;
  font-size: 18px;
}
#heroSectionAbout .stats {
  position: absolute;
  bottom: 60px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#heroSectionAbout .stats h3 {
  font-size: 48px;
  color: white;
}
#heroSectionAbout .stats p {
  font-size: 22px;
}
#heroSectionAbout .stats .et_pb_column {
  width: fit-content;
}
@media (max-width: 981px) {
  #heroSectionAbout .stats .et_pb_column {
    width: fit-content;
    margin-right: auto !important;
  }
  #heroSectionAbout .stats .et_pb_column h3 {
    font-size: 28px;
  }
  #heroSectionAbout .stats .et_pb_column p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  #heroSectionAbout .stats .et_pb_text_inner {
    padding-bottom: 22px !important;
  }
  #heroSectionAbout .stats .et_pb_text_inner p {
    padding-bottom: 7px !important;
  }
}
@media (max-width: 480px) {
  #heroSectionAbout .stats {
    display: none;
  }
}

.centerText {
  padding: 120px 0 170px;
}
@media (max-width: 480px) {
  .centerText {
    padding: 30px 0px 60px;
  }
}
.centerText .et_pb_text_inner {
  max-width: 800px;
  margin: auto;
}
.centerText .et_pb_text_inner h2 {
  padding-bottom: 30px;
  font-weight: 200;
}
.centerText .et_pb_text_inner p {
  font-weight: 300;
}

.centredText {
  margin-top: -85px;
  padding: 230px 0 170px !important;
}
@media (max-width: 480px) {
  .centredText {
    padding: 140px 0px 60px !important;
  }
}
.centredText .et_pb_text_inner {
  max-width: 850px;
  margin: auto;
}
.centredText .et_pb_text_inner h2 {
  padding-bottom: 30px;
  font-weight: 200;
}
.centredText .et_pb_text_inner p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
}

.textImageUp .et_pb_row {
  padding-bottom: 0;
}
.textImageUp .et_pb_row .et_pb_column.et-last-child {
  min-height: 550px !important;
  max-height: 550px !important;
  overflow: hidden;
  display: block !important;
}
.textImageUp .et_pb_text_inner {
  display: flex;
  justify-content: center;
  height: 550px;
}
@media (max-width: 480px) {
  .textImageUp .et_pb_text_inner {
    height: auto;
  }
}
.textImageUp p {
  font-size: 20px;
  font-weight: 300;
  max-width: 445px;
  align-self: center;
  margin: auto;
}
@media (max-width: 480px) {
  .textImageUp p {
    font-size: 18px;
    margin: 30px;
  }
}
.textImageUp img {
  width: auto;
}

.threeTextColumns {
  padding: 0 !important;
  z-index: 0;
}
.threeTextColumns .et_pb_row {
  width: 100%;
  padding: 0 !important;
}
.threeTextColumns .et_pb_row .et_pb_column {
  padding: 60px 60px 120px 60px;
  color: white;
}
.threeTextColumns .et_pb_row .et_pb_column h6 {
  color: white;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 20px;
}
.threeTextColumns .et_pb_row .et_pb_column p {
  font-size: 20px;
}

.aboutM2 {
  padding: 60px;
}
.aboutM2 .titles {
  margin-bottom: 1rem;
}
.aboutM2 .titles .title {
  cursor: pointer;
  transition: color 0.3s;
}
.aboutM2 .titles .title:hover {
  color: #ff5b51;
}
.aboutM2 .diagram {
  width: 200px;
  height: 200px;
  transform: rotate(-90deg); /* Rotates the circle to start from the top */
  position: relative;
}
.aboutM2 .circle {
  fill: none;
  transition: stroke 0.3s;
}
.aboutM2 .direktagda {
  stroke: #b0b0b0; /* Lighter grey */
}
.aboutM2 .strategiska {
  stroke: #8a8a8a; /* Medium grey */
}
.aboutM2 .fastighets {
  stroke: #707070; /* Darker grey */
}
.aboutM2 .ovriga {
  stroke: #585858; /* Darker grey */
}
.aboutM2 .percent-display {
  position: absolute;
  top: 49%;
  left: 21%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  font-weight: bold;
  visibility: hidden;
  color: #ff5b51;
}
.aboutM2 .highlight {
  visibility: visible;
}

.investmentSlider {
  position: relative;
  overflow: hidden;
  padding-bottom: 0 !important;
}
.investmentSlider .et_pb_row {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.investmentSlider .et_pb_row.active {
  display: block;
  opacity: 1;
}
.investmentSlider .slide {
  height: 600px;
  padding: 110px 60px;
  color: white;
}
@media (max-width: 480px) {
  .investmentSlider .slide {
    padding: 80px 30px;
  }
}
.investmentSlider .slide .et_pb_column {
  position: absolute;
  bottom: 42px;
}
.investmentSlider .slide h3 {
  color: white;
  font-size: 38px;
  margin-top: 18px;
}
.investmentSlider .slide P {
  font-size: 20px;
}
.investmentSlider .slide.et_clickable {
  cursor: url("/wp-content/themes/m2am/assets/svg/white-cursor.svg"), pointer;
}
.investmentSlider.overlay .slide:before {
  content: "";
  position: absolute;
  background-color: rgba(54, 58, 65, 0.6784313725);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.investmentSlider .slider-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  display: flex;
}
.investmentSlider .slider-indicator .indicator-bar {
  flex-grow: 1;
  height: 100%;
  background: gray;
  overflow: hidden;
  position: relative;
}
.investmentSlider .slider-indicator .indicator-bar .progress-fill {
  height: 100%;
  width: 0;
  background: red;
  transition: width linear;
}
.investmentSlider:after {
  top: 0 !important;
}

/* Adjust the .slider-indicator row to behave independently */
.investmentSlider .et_pb_row:last-child {
  display: block !important; /* Ensure this row displays regardless of the others */
  opacity: 1 !important; /* Ensure it's visible if opacity is controlled by other rows */
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 0 60px;
}
@media (max-width: 480px) {
  .investmentSlider .et_pb_row:last-child {
    padding: 0 30px;
  }
}

/* Optionally, you can add additional styles to make this row look distinct */
.investmentSlider .et_pb_row:last-child .slider-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
}

.ordVD {
  padding: 0 !important;
}
.ordVD .et_pb_row {
  padding: 0 !important;
}
.ordVD .et_pb_row .et_pb_column {
  margin: 0 !important;
  width: 50%;
}
@media (max-width: 480px) {
  .ordVD .et_pb_row .et_pb_column {
    width: 100%;
    min-height: 300px;
  }
}
.ordVD .et_pb_row .et_pb_column.et_pb_column_empty {
  display: block;
}
.ordVD .et_pb_row .et_pb_column .et_pb_text {
  padding: 90px 60px;
}
.ordVD .et_pb_row .et_pb_column .et_pb_text h2 {
  color: white;
  font-size: 38px;
  margin-bottom: 18px;
}
.ordVD .et_pb_row .et_pb_column .et_pb_text p {
  color: white;
}
@media (max-width: 480px) {
  .ordVD .et_pb_row .et_pb_column .et_pb_text {
    padding: 40px 30px;
  }
}

.office {
  padding: 0px !important;
}
.office .et_pb_row {
  padding: 0 !important;
  min-height: 600px;
  background-color: #f5f5f5;
}
.office .et_pb_row .et_pb_module {
  padding-left: 60px;
}
@media (max-width: 480px) {
  .office .et_pb_row .et_pb_module {
    padding-left: 30px;
  }
}
.office h2 {
  font-size: 38px;
  line-height: 1.2;
  padding-top: 60px;
  padding-bottom: 20px;
}
@media (max-width: 480px) {
  .office h2 {
    font-size: 30px;
    padding-top: 30px;
  }
}
.office h4 {
  font-size: 24px;
  font-weight: 100;
}
@media (max-width: 480px) {
  .office h4 {
    font-size: 18px;
  }
}
.office .bottom {
  position: absolute;
  bottom: 90px;
}
@media (max-width: 480px) {
  .office .bottom {
    bottom: 30px;
  }
}
.office .et_pb_column {
  min-height: 400px;
}
.office .et_pb_column.et_pb_column_empty {
  display: block;
  min-height: 400px;
}

#main-content .container:before {
  display: none !important;
}

.single-post {
  background-color: #f5f5f5;
}
.single-post #left-area {
  width: 100% !important;
}
.single-post article {
  padding: 120px 60px !important;
  max-width: 1100px;
  margin: auto;
}
.single-post article .entry-title {
  color: #ff5b51;
  font-size: 38px;
}
.single-post article .entry-date {
  display: none;
}
.single-post article a {
  color: #ff5b51;
  font-weight: 400;
  font-size: 16px;
}
.single-post article p {
  font-weight: 200;
  font-size: 16px;
  color: black !important;
}
.single-post article span {
  font-size: 16px;
  color: black !important;
  background-color: #f5f5f5;
}

.filteringText {
  padding: 130px 60px 60px !important;
  min-height: 600px;
}
@media (max-width: 480px) {
  .filteringText {
    padding: 20px 30px !important;
    min-height: 0;
  }
  .filteringText .et_pb_row {
    display: flex;
    flex-flow: column-reverse;
  }
}
.filteringText .linkList {
  position: sticky;
  top: 120px;
}
@media (max-width: 480px) {
  .filteringText .linkList {
    top: 80px;
  }
}
.filteringText .linkList .stickyElement .et_pb_text_inner p {
  font-size: 16px;
  cursor: pointer;
  border-left: 2px solid #f5f5f5;
  padding: 10px 20px;
}
.filteringText .linkList .stickyElement .et_pb_text_inner p.active {
  border-left: 2px solid #ff5b51;
  color: #ff5b51;
}
@media (max-width: 480px) {
  .filteringText .linkList .stickyElement .et_pb_text_inner {
    display: flex;
    background-color: white;
    overflow: scroll;
    padding-bottom: 10px;
    margin-bottom: 40px;
    padding-top: 40px;
    margin-top: -40px;
  }
  .filteringText .linkList .stickyElement .et_pb_text_inner p {
    font-size: 12px;
    border-left: none;
    border-bottom: 1px solid #f5f5f5;
    padding: 10px 20px;
    height: fit-content;
    min-width: fit-content;
  }
  .filteringText .linkList .stickyElement .et_pb_text_inner p.active {
    border-left: none;
    border-bottom: 1px solid #ff5b51;
    color: #ff5b51;
  }
}

.textImage {
  padding: 0 !important;
}
.textImage .et_pb_row {
  padding-top: 0;
}
.textImage .et_pb_row .et_pb_column {
  width: 50%;
  margin-right: 0;
}
.textImage .et_pb_row .et_pb_column:first-child {
  padding: 120px;
}
.textImage .et_pb_row .et_pb_column img {
  max-height: 680px;
  width: auto;
}
.textImage .et_pb_row .et_pb_column h2 {
  font-size: 38px;
  margin-bottom: 18px;
}
@media (max-width: 981px) {
  .textImage .et_pb_row .et_pb_column:first-child {
    padding: 30px;
  }
  .textImage .et_pb_row .et_pb_column h2 {
    font-size: 28px;
  }
}

.textNumbers .et_pb_row {
  align-items: center;
  justify-content: center;
}
.textNumbers .et_pb_column:first-child p {
  font-size: 28px;
  max-width: 600px;
  margin: auto;
  padding-bottom: 60px;
  padding-left: 60px;
}
@media (max-width: 480px) {
  .textNumbers .et_pb_column:first-child p {
    font-size: 22px;
    padding: 30px;
  }
}
.textNumbers .et_pb_column:last-child p {
  font-size: 16px;
  padding-bottom: 0px;
}
.textNumbers .et_pb_column:last-child .p1 {
  font-size: 22px;
}
.textNumbers .et_pb_column:last-child span {
  font-size: 90px;
}
@media (max-width: 981px) {
  .textNumbers .et_pb_column:last-child {
    display: flex;
    justify-content: space-around;
  }
  .textNumbers .et_pb_column:last-child p {
    font-size: 12px;
  }
  .textNumbers .et_pb_column:last-child .p1 {
    font-size: 18px;
  }
  .textNumbers .et_pb_column:last-child span {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .textNumbers .et_pb_column:last-child {
    display: block;
    padding: 0 30px;
  }
  .textNumbers .et_pb_column:last-child p {
    font-size: 12px;
  }
  .textNumbers .et_pb_column:last-child .p1 {
    font-size: 22px;
  }
  .textNumbers .et_pb_column:last-child span {
    font-size: 80px;
  }
}
.textNumbers .et_pb_column .et_pb_module {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .textNumbers {
    padding: 0 !important;
  }
}

.prospektSection {
  padding-top: 200px !important;
  margin-top: -100px;
  padding-bottom: 200px !important;
}
@media (max-width: 480px) {
  .prospektSection {
    padding-top: 140px !important;
    padding-bottom: 60px !important;
  }
}
.prospektSection .et_pb_row {
  padding-bottom: 0 !important;
}
.prospektSection .fixedP {
  font-size: 18px;
  color: black;
  padding-bottom: 20px !important;
}
.prospektSection table {
  border: none !important;
}
@media (max-width: 480px) {
  .prospektSection table {
    display: flex;
    overflow: scroll;
  }
}
.prospektSection table tr:first-child td {
  border-top: none !important;
  border-bottom: 1px solid;
  font-weight: 500;
  font-size: 18px;
  padding: 12px 0;
}
@media (max-width: 480px) {
  .prospektSection table tr:first-child td {
    font-size: 16px;
  }
}
.prospektSection table tr:last-child td {
  border-bottom: 0.5px solid;
}
.prospektSection table tr td {
  color: black;
  border-top: 0.5px solid;
  padding: 30px 0;
}
@media (max-width: 480px) {
  .prospektSection table tr td {
    padding: 10px 0px;
    min-width: 184px;
  }
}
.prospektSection table a {
  color: black;
  position: relative;
}
.prospektSection table a:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("/wp-content/themes/m2am/assets/svg/arrowDownload.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: -20px;
  transform: none;
  z-index: 1;
}
.prospektSection table a:hover {
  color: #ff5b51;
}
.prospektSection table a:hover:after {
  background-image: url("/wp-content/themes/m2am/assets/svg/arrowDownloadRed.svg");
}
.prospektSection #tidigareE {
  cursor: pointer;
  font-size: 18px;
  color: black;
  padding-bottom: 30px;
}
.prospektSection #tidigareE:after {
  content: "+";
  position: absolute;
  top: 13px;
  right: 0px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 1px solid black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  color: black;
}
@media (max-width: 981px) {
  .prospektSection #tidigareE:after {
    right: 30px;
  }
}
@media (max-width: 480px) {
  .prospektSection #tidigareE:after {
    right: 0px;
  }
}
.prospektSection #tidigareE p {
  max-width: 254.98px;
}
.prospektSection #tidigareE.active:after {
  content: "-";
}
.prospektSection .hidden {
  display: none;
}

.footer .et_pb_row {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
.footer .flexSB .et_pb_text_inner {
  display: flex;
  justify-content: space-between;
}
.footer p,
.footer a {
  color: white;
  font-size: 22px;
  padding-bottom: 0px;
}
.footer a {
  position: relative;
  overflow: hidden;
}
.footer a::after {
  content: "";
  background-color: #ff5b51;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease-in-out;
}
.footer a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.footer a:not(:hover)::after {
  transform: scaleX(0);
  transform-origin: right;
}
.footer .links p,
.footer .links a {
  color: white;
  font-size: 18px;
  font-weight: 200;
  padding-bottom: 12px;
}
.footer .reserved p {
  color: white;
  font-size: 18px;
  opacity: 0.5;
}
.footer::before {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/m2am/assets/svg/M2IllustrationFastigheter.png");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: absolute;
  opacity: 0.2;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
  transform: none;
  z-index: 1;
}
.footer .logo {
  position: absolute;
  bottom: 20px;
}
.footer .absolute {
  position: absolute;
  right: 0;
}
.footer .list {
  padding: 12px 0 32px;
}
.footer .list a {
  font-size: 24px;
  line-height: 1.8;
}
@media (max-width: 480px) {
  .footer .list a {
    font-size: 18px;
  }
}
@media (min-width: 981px) {
  .footer .links .et_pb_column:first-child {
    width: 49.7%;
  }
}
.footer #back-to-top {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 120px;
}

.filter-section .et_pb_row {
  padding: 0 60px !important;
}
.filter-section .et_pb_row .et_pb_column {
  margin-right: 0.5% !important;
  width: 19.5%;
}
.filter-section .et_pb_row .et_pb_column .et_pb_module {
  margin-bottom: 0 !important;
}

.whiteSpace {
  margin-top: -100px;
  padding: 70px 0 !important;
}
@media (max-width: 480px) {
  .whiteSpace {
    padding: 40px 0 !important;
  }
}

select#year-filter {
  position: absolute;
  padding: 10px 12px;
  border: 2px solid #f5f5f5;
}
select#year-filter:hover {
  border: 2px solid #ff5b51;
}

#et_top_search {
  display: none;
}

/*# sourceMappingURL=style.css.map */
