/* ---------- Colors ---------- */
/* ---------- Variables ---------- */
/* ---------- Typography ---------- */
.font-heading {
  font-family: 'Outfit', Arial, Helvetica, sans-serif;
}
.font-body {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Outfit', Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.3;
}
@media only screen and (min-width: 960px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.2;
  }
}
h1 {
  font-size: 30px;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 960px) {
  h1 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 46px;
  }
}
@media only screen and (min-width: 1400px) {
  h1 {
    font-size: 48px;
    line-height: 1.15;
  }
}
h2 {
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 960px) {
  h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  h2 {
    font-size: 32px;
  }
}
h3 {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 960px) {
  h3 {
    font-size: 24px;
  }
}
a {
  color: #1A2E81;
}
a:hover {
  color: #233dab;
}
ul {
  padding-left: 20px;
}
.btn {
  background-color: #FFA136;
  color: #212121;
  font-size: 15px;
  font-weight: 600;
  border-radius: 30px;
  padding: 10px 20px;
  transition: 0.4s;
}
.btn.btn-border {
  background: transparent;
  color: #FFA136;
  border: 1px solid #FFA136;
}
.btn.btn-border:hover {
  background: rgba(255, 161, 54, 0.14);
  color: #FFA136;
}
.btn:hover {
  background-color: #f9921d;
  color: #212121;
}
@media only screen and (min-width: 768px) {
  .btn {
    font-size: 16px;
    padding: 12px 30px;
  }
}
/* ---------- General ---------- */
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background-color: #ffffff;
  color: #212121;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-size: 16px;
  position: relative;
  min-height: 100vh;
}
body.m-1004 .header .navbar .navbar-header {
  border-color: #425087;
}
body.m-1003 .header .navbar .navbar-header {
  border-color: #425087;
}
/* ---------- Navigation ---------- */
.header {
  color: #ffffff;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 60px;
  transition: 0.4s;
}
.header .nav-overlay-mobile {
  display: none;
  background-color: rgba(7, 14, 41, 0.8);
  width: 100%;
  position: absolute;
  top: 60px;
  height: calc(100vh - 60px);
  left: 0;
  z-index: 1;
}
.header .navbar {
  height: 60px;
  max-width: 1500px;
  margin: 0 auto;
  border: none;
  border-radius: 0;
  position: relative;
  z-index: 2;
}
.header .navbar .navbar-header {
  padding: 12px 0 13px 25px;
  border-bottom: 1px solid #3c509d;
}
.header .navbar .navbar-header .navbar-toggle {
  margin-top: 0;
  margin-right: 15px;
  margin-bottom: 0;
}
.header .navbar .navbar-header .navbar-toggle .icon-bar {
  background-color: #ffffff;
  width: 30px;
  transition: 0.4s;
}
.header .navbar .navbar-header .navbar-toggle .icon-bar1 {
  -webkit-transform: rotate(-45deg) translate(-2px, 8px);
  transform: rotate(-45deg) translate(-2px, 8px);
}
.header .navbar .navbar-header .navbar-toggle .icon-bar2 {
  margin-top: 5px;
  opacity: 0;
}
.header .navbar .navbar-header .navbar-toggle .icon-bar3 {
  margin-top: 5px;
  -webkit-transform: rotate(45deg) translate(-2px, -8px);
  transform: rotate(45deg) translate(-2px, -8px);
}
.header .navbar .navbar-header .navbar-toggle.collapsed .icon-bar1 {
  -webkit-transform: none;
  transform: none;
}
.header .navbar .navbar-header .navbar-toggle.collapsed .icon-bar2 {
  opacity: 1;
}
.header .navbar .navbar-header .navbar-toggle.collapsed .icon-bar3 {
  -webkit-transform: none;
  transform: none;
}
.header .navbar .navbar-header .navbar-brand {
  background-image: url('images/logo.png');
  background-size: cover;
  height: 26px;
  width: 162px;
  margin-top: 5px;
  padding: 0;
}
.header .navbar .navbar-collapse {
  background-color: #142462;
  float: none;
  box-shadow: none;
  border: none;
  margin-top: -1px;
  max-height: calc(100vh - 60px);
}
.header .navbar .navbar-collapse .navbar-nav {
  margin-top: 0;
}
.header .navbar .navbar-collapse .navbar-nav li a {
  font-size: 16px;
  color: #ffffff;
  font-family: 'Outfit', Arial, Helvetica, sans-serif;
  padding: 20px;
  transition: 0.4s;
}
.header .navbar .navbar-collapse .navbar-nav li a:hover {
  opacity: 0.7;
}
.header .navbar .navbar-collapse .navbar-nav li.active > a {
  color: #FFA136;
  font-weight: 500;
}
.header .navbar .navbar-collapse .navbar-nav li.active > a:hover {
  opacity: 1;
}
.header .navbar .navbar-collapse .navbar-nav li.active .dropdown-menu li a {
  font-weight: 400;
}
.header .navbar .navbar-collapse .navbar-nav li.active .dropdown-menu li.active a {
  font-weight: 600;
}
.header .navbar .navbar-collapse .navbar-nav li.active .dropdown-menu li.active a:before {
  font-weight: 700;
}
.header .navbar .navbar-collapse .navbar-nav li.open a {
  background-color: transparent;
}
.header .navbar .navbar-collapse .navbar-nav li .dropdown-menu {
  background-color: #101c4d;
  padding: 8px 0;
}
.header .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a {
  font-size: 15px;
  padding: 12px 12px 12px 35px;
}
.header .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a.inpassering:before,
.header .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a.lms-utbildningsportal:before,
.header .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a.elektronisk-personalliggare:before,
.header .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a.tidrapportering:before,
.header .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a.evakueringssystem:before,
.header .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a.nodlage:before,
.header .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a.riskhantering:before,
.header .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a.ensamarbete:before,
.header .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a.visselblasare:before,
.header .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a.rondering:before,
.header .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a.uppfoljning-analys:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  padding-right: 12px;
  font-size: 16px;
  display: inline-block;
  width: 35px;
  text-align: center;
}
.header .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a.inpassering:before {
  content: "\f13e";
}
.header .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a.lms-utbildningsportal:before {
  content: "\f518";
}
.header .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a.elektronisk-personalliggare:before {
  content: "\f65b";
}
.header .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a.tidrapportering:before {
  content: "\f017";
}
.header .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a.evakueringssystem:before {
  content: "\f70c";
}
.header .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a.nodlage:before {
  content: "\f92e";
}
.header .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a.riskhantering:before {
  content: "\f071";
}
.header .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a.ensamarbete:before {
  content: "\f505";
}
.header .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a.visselblasare:before {
  content: "\f460";
}
.header .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a.rondering:before {
  content: "\f021";
}
.header .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a.uppfoljning-analys:before {
  content: "\f201";
}
.header .navbar .navbar-collapse .navbar-nav li.dropdown .fa-chevron-down {
  font-size: 20px;
  position: absolute;
  right: 0;
  padding: 20px 27px;
  top: 0;
  transition: 0.4s;
}
.header .navbar .navbar-collapse .navbar-nav li.dropdown.open .fa-chevron-down {
  transform: rotate(180deg);
}
.header.scrolled {
  background-color: #142462;
  -webkit-box-shadow: 0px -2px 6px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px -2px 6px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px -2px 6px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -4px 11px 1px rgba(0, 0, 0, 0.5), 0 -1px 1px 2px rgba(0, 0, 0, 0.3);
}
.header.open {
  background-color: #142462;
}
@media (min-width: 480px) {
  .header .navbar .navbar-header {
    padding: 12px 0 13px 30px;
  }
  .header .navbar .navbar-header .navbar-toggle {
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .header {
    height: 70px;
  }
  .header .navbar {
    height: 70px;
  }
  .header .navbar .navbar-header {
    padding: 21px 0 21px 40px;
    border: none;
  }
  .header .navbar .navbar-header .navbar-brand {
    height: 28px;
    width: 175px;
    margin-top: 0;
  }
  .header .navbar .navbar-collapse {
    background-color: transparent;
    padding-right: 20px;
    margin-top: 0;
    float: right;
  }
  .header .navbar .navbar-collapse .navbar-nav li a {
    padding: 25px 12px;
  }
  .header .navbar .navbar-collapse .navbar-nav li .dropdown-menu {
    background-color: #ffffff;
    border-radius: 18px;
    padding: 20px;
    min-width: 300px;
    position: absolute;
    right: 0;
    z-index: 1;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  }
  .header .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a {
    color: #212121;
    padding: 12px;
    margin-bottom: 5px;
    border-radius: 9px;
  }
  .header .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a:hover {
    background-color: #F5F5F7;
    opacity: 1;
  }
  .header .navbar .navbar-collapse .navbar-nav li .dropdown-menu li:last-child a {
    margin-bottom: 0;
  }
  .header .navbar .navbar-collapse .navbar-nav li.dropdown .fa-chevron-down {
    font-size: 13px;
    padding: 0 0 0 3px;
    position: relative;
  }
  .header .navbar .navbar-collapse .navbar-nav li.dropdown.open .fa-chevron-down {
    transform: none;
  }
  .header .navbar .navbar-collapse .navbar-nav li.dropdown:hover .dropdown-menu {
    display: block;
  }
  .header .navbar .navbar-collapse .navbar-nav li.dropdown:hover:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    content: "\f0d8";
    bottom: -19px;
    right: 65px;
    position: absolute;
    font-size: 30px;
    z-index: 2;
  }
}
@media (min-width: 960px) {
  .header {
    height: 80px;
  }
  .header .navbar {
    height: 80px;
  }
  .header .navbar .navbar-header {
    padding: 25px 0 25px 60px;
  }
  .header .navbar .navbar-header .navbar-brand {
    height: 30px;
    width: 186px;
  }
  .header .navbar .navbar-collapse {
    padding-right: 40px;
  }
  .header .navbar .navbar-collapse .navbar-nav li a {
    font-size: 17px;
    padding: 30px 20px;
  }
  .header .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a {
    font-size: 16px;
  }
  .header .navbar .navbar-collapse .navbar-nav li.dropdown .fa-chevron-down {
    padding: 0 0 0 5px;
  }
}
@media (min-width: 1200px) {
  .header .navbar .navbar-header {
    padding: 25px 0 25px 80px;
  }
  .header .navbar .navbar-collapse {
    padding-right: 60px;
  }
  .header .navbar .navbar-collapse .navbar-nav li a {
    padding: 30px 25px;
  }
}
/* ---------- Hero ---------- */
.hero-wrapper {
  background-color: #1A2E81;
  color: #ffffff;
  padding-top: 60px;
  border-bottom-left-radius: 30px;
  position: relative;
}
.hero-wrapper.hero-subpage {
  background: #142462;
}
.hero-wrapper.hero-subpage .background-shape {
  display: none;
}
.hero-wrapper.hero-subpage .hero-container {
  justify-content: center;
  text-align: center;
}
.hero-wrapper.hero-subpage .hero-container .text-content {
  width: 100%;
  max-width: 800px;
}
.hero-wrapper.hero-subpage .hero-container .text-content p {
  font-family: 'Outfit', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}
.hero-wrapper .background-shape {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 52% 50%;
  z-index: 0;
  display: none;
}
.hero-wrapper .hero-container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.hero-wrapper .hero-container .text-content {
  width: 100%;
  padding: 25px 0;
}
.hero-wrapper .hero-container .text-content h1 {
  margin-bottom: 20px;
}
.hero-wrapper .hero-container .text-content h2 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 1.4;
}
.hero-wrapper .hero-container .text-content .btn {
  margin-right: 15px;
}
.hero-wrapper .hero-container .img-wrapper {
  display: none;
}
@media only screen and (min-width: 480px) {
  .hero-wrapper .hero-container {
    padding: 0 30px;
  }
  .hero-wrapper .hero-container .text-content {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 768px) {
  .hero-wrapper {
    background: linear-gradient(90deg, #142462 50%, #1a2e81 50%);
    padding-top: 70px;
  }
  .hero-wrapper.hero-subpage .hero-container .text-content {
    padding: 80px 0 110px 0;
  }
  .hero-wrapper.hero-subpage .hero-container .text-content p {
    font-size: 20px;
  }
  .hero-wrapper .background-shape {
    display: block;
  }
  .hero-wrapper .hero-container {
    padding: 0 40px;
  }
  .hero-wrapper .hero-container .text-content {
    width: 50%;
    padding: 50px 0 80px 0;
  }
  .hero-wrapper .hero-container .text-content h2 {
    margin-bottom: 30px;
  }
  .hero-wrapper .hero-container .text-content .btn {
    min-width: 180px;
    margin-right: 30px;
  }
  .hero-wrapper .hero-container .img-wrapper {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 50px;
  }
  .hero-wrapper .hero-container .img-wrapper img {
    width: 90%;
    max-width: 350px;
  }
}
@media only screen and (min-width: 960px) {
  .hero-wrapper {
    border-bottom-left-radius: 60px;
    padding-top: 80px;
  }
  .hero-wrapper .hero-container {
    padding: 0 60px;
  }
  .hero-wrapper .hero-container .text-content {
    padding: 70px 0 110px 0;
  }
  .hero-wrapper .hero-container .text-content h2 {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .hero-wrapper .hero-container .img-wrapper img {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-wrapper {
    border-bottom-left-radius: 100px;
  }
  .hero-wrapper .hero-container {
    padding: 0 80px;
  }
  .hero-wrapper .hero-container .text-content {
    padding: 90px 0 130px 0;
  }
  .hero-wrapper .hero-container .img-wrapper {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1400px) {
  .hero-wrapper .hero-container .img-wrapper img {
    max-width: 380px;
  }
}
/* ---------- Solutions ---------- */
.solutions-wrapper .solutions-container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 25px 25px 0 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.solutions-wrapper .solutions-container .solutions-heading-wrapper {
  width: 100%;
  margin-bottom: 15px;
}
.solutions-wrapper .solutions-container .solutions-heading-wrapper .solutions-heading-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.solutions-wrapper .solutions-container .solutions-image-wrapper {
  display: none;
}
.solutions-wrapper .solutions-container .solutions-content-wrapper {
  position: relative;
}
.solutions-wrapper .solutions-container .solutions-content-wrapper .solutions-line {
  width: 1px;
  border-left: 1px dashed #dadce5;
  position: absolute;
  z-index: 1;
  left: 25px;
  bottom: 30px;
  top: 0;
}
.solutions-wrapper .solutions-container .solutions-content-wrapper .solution-item {
  display: flex;
  margin: 25px 0;
  position: relative;
  z-index: 2;
}
.solutions-wrapper .solutions-container .solutions-content-wrapper .solution-item .open-solution {
  cursor: pointer;
}
.solutions-wrapper .solutions-container .solutions-content-wrapper .solution-item:first-child {
  margin-top: 0;
}
.solutions-wrapper .solutions-container .solutions-content-wrapper .solution-item:last-of-type {
  margin-bottom: 0;
}
.solutions-wrapper .solutions-container .solutions-content-wrapper .solution-item:hover .icon-wrapper .icon-circle {
  border-color: #1A2E81;
}
.solutions-wrapper .solutions-container .solutions-content-wrapper .solution-item .icon-wrapper {
  margin-right: 25px;
}
.solutions-wrapper .solutions-container .solutions-content-wrapper .solution-item .icon-wrapper .icon-circle {
  background-color: #ffffff;
  border: 1px solid #dadce5;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}
.solutions-wrapper .solutions-container .solutions-content-wrapper .solution-item .icon-wrapper .icon-circle i {
  color: #1A2E81;
  font-size: 22px;
}
.solutions-wrapper .solutions-container .solutions-content-wrapper .solution-item .text-content h3 {
  margin: 0;
  padding: 15px 0 8px 0;
}
.solutions-wrapper .solutions-container .solutions-content-wrapper .solution-item .text-content a {
  font-weight: 700;
}
.solutions-wrapper .solutions-container .solutions-content-wrapper .solution-item .text-content i {
  font-size: 16px;
  padding-left: 12px;
}
.solutions-wrapper .solutions-container .solutions-content-wrapper .solution-item .text-content .extra-info {
  display: none;
}
.solutions-wrapper .solutions-container .solutions-content-wrapper .solution-item .text-content .extra-info p {
  margin-bottom: 15px;
}
.solutions-wrapper .solutions-container .solutions-content-wrapper .solution-item .text-content .extra-info i {
  font-size: 14px;
}
.solutions-wrapper .solutions-container .solutions-content-wrapper .solution-item.active .icon-wrapper .icon-circle {
  background-color: #1A2E81;
  border-color: #1A2E81;
}
.solutions-wrapper .solutions-container .solutions-content-wrapper .solution-item.active .icon-wrapper .icon-circle i {
  color: #ffffff;
  font-size: 21px;
  font-weight: 700;
}
.solutions-wrapper .solutions-container .solutions-content-wrapper .solution-item.active .open-solution {
  cursor: default;
}
.solutions-wrapper .solutions-container .solutions-content-wrapper .solution-item.active .open-solution .fa-chevron-right {
  display: none;
}
@media only screen and (min-width: 480px) {
  .solutions-wrapper .solutions-container {
    padding: 30px 30px 10px 30px;
  }
}
@media only screen and (min-width: 768px) {
  .solutions-wrapper .solutions-container {
    padding: 40px 40px 20px 40px;
  }
  .solutions-wrapper .solutions-container .solutions-heading-wrapper {
    margin-bottom: 25px;
  }
  .solutions-wrapper .solutions-container .solutions-content-wrapper .solutions-line {
    left: 27px;
    bottom: 40px;
  }
  .solutions-wrapper .solutions-container .solutions-content-wrapper .solution-item {
    margin: 30px 0;
  }
  .solutions-wrapper .solutions-container .solutions-content-wrapper .solution-item .icon-wrapper {
    margin-right: 30px;
  }
  .solutions-wrapper .solutions-container .solutions-content-wrapper .solution-item .icon-wrapper .icon-circle {
    width: 55px;
    height: 55px;
  }
  .solutions-wrapper .solutions-container .solutions-content-wrapper .solution-item .icon-wrapper .icon-circle i {
    font-size: 24px;
  }
  .solutions-wrapper .solutions-container .solutions-content-wrapper .solution-item.active .icon-wrapper .icon-circle i {
    font-size: 23px;
  }
}
@media only screen and (min-width: 960px) {
  .solutions-wrapper .solutions-container {
    padding: 60px 60px 0 60px;
  }
  .solutions-wrapper .solutions-container .solutions-heading-wrapper {
    margin-bottom: 40px;
  }
  .solutions-wrapper .solutions-container .solutions-image-wrapper {
    display: block;
    width: calc(50% - 27px);
    text-align: center;
  }
  .solutions-wrapper .solutions-container .solutions-image-wrapper .image-container {
    position: sticky;
    top: 100px;
  }
  .solutions-wrapper .solutions-container .solutions-image-wrapper .image-container .solution-image {
    display: none;
  }
  .solutions-wrapper .solutions-container .solutions-image-wrapper .image-container .solution-image:first-child {
    display: block;
  }
  .solutions-wrapper .solutions-container .solutions-image-wrapper .image-container .solution-image img {
    width: 80%;
    max-width: 380px;
  }
  .solutions-wrapper .solutions-container .solutions-content-wrapper {
    width: calc(50% + 27px);
  }
  .solutions-wrapper .solutions-container .solutions-content-wrapper .solution-item .icon-wrapper {
    margin-right: 40px;
  }
  .solutions-wrapper .solutions-container .solutions-content-wrapper .solution-item .open-solution {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .solutions-wrapper .solutions-container {
    padding: 100px 80px 0 80px;
  }
  .solutions-wrapper .solutions-container .solutions-content-wrapper .solution-item {
    margin: 35px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .solutions-wrapper .solutions-container .solutions-content-wrapper .solution-item {
    margin: 40px 0;
  }
}
/* ---------- Divider ---------- */
.divider-wrapper {
  width: 100%;
  height: 30px;
}
.divider-wrapper .divider-inner {
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 30px;
}
@media only screen and (min-width: 960px) {
  .divider-wrapper {
    height: 60px;
  }
  .divider-wrapper .divider-inner {
    border-bottom-left-radius: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .divider-wrapper {
    height: 100px;
  }
  .divider-wrapper .divider-inner {
    border-bottom-left-radius: 100px;
  }
}
/* ---------- CTA demo ---------- */
.cta-wrapper {
  background-color: #142462;
}
.cta-wrapper .cta-container {
  color: #ffffff;
  width: 100%;
  max-width: 800px;
  padding: 25px 25px 0 25px;
  margin: 0 auto;
  text-align: center;
}
.cta-wrapper .cta-container .btn {
  margin-top: 15px;
}
@media only screen and (min-width: 480px) {
  .cta-wrapper .cta-container {
    padding: 30px 30px 10px 30px;
  }
}
@media only screen and (min-width: 768px) {
  .cta-wrapper .cta-container {
    padding: 40px 40px 20px 40px;
  }
}
@media only screen and (min-width: 960px) {
  .cta-wrapper .cta-container {
    padding: 60px 60px 0 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .cta-wrapper .cta-container {
    padding: 100px 80px 0 80px;
  }
}
/* ---------- Pros module ---------- */
.pros-wrapper {
  background-color: #F5F5F7;
}
.pros-wrapper .pros-container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 25px 25px 0 25px;
  display: flex;
  flex-wrap: wrap;
}
.pros-wrapper .pros-container .heading {
  width: 100%;
  margin-bottom: 10px;
}
.pros-wrapper .pros-container .heading p {
  max-width: 800px;
}
.pros-wrapper .pros-container .column {
  width: 100%;
  background-color: #ffffff;
  border-radius: 18px;
  padding: 20px 20px 10px 20px;
  margin-bottom: 20px;
}
.pros-wrapper .pros-container .column .icon-circle {
  background-color: #e1e6f9;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.pros-wrapper .pros-container .column .icon-circle .icon {
  color: #1A2E81;
  font-size: 24px;
}
.pros-wrapper .pros-container .column h4 {
  margin-bottom: 6px;
}
@media only screen and (min-width: 480px) {
  .pros-wrapper .pros-container {
    padding: 30px 30px 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .pros-wrapper .pros-container {
    padding: 40px 28px 0 28px;
  }
  .pros-wrapper .pros-container .heading {
    margin-bottom: 30px;
    padding: 0 12px;
  }
  .pros-wrapper .pros-container .column {
    width: calc(50% - 24px);
    padding: 30px 30px 20px 30px;
    margin: 0 12px 24px 12px;
  }
}
@media only screen and (min-width: 960px) {
  .pros-wrapper .pros-container {
    padding: 60px 48px 0 48px;
  }
  .pros-wrapper .pros-container .column {
    width: calc((100%/3) - 24px);
  }
}
@media only screen and (min-width: 1200px) {
  .pros-wrapper .pros-container {
    padding: 100px 68px 0 68px;
  }
}
/* ---------- Text & image ---------- */
.image-text-wrapper.white {
  background-color: #ffffff;
}
.image-text-wrapper.gray {
  background-color: #F5F5F7;
  /*        .content-inner {
            .image {
                background-color: @white;
                border-radius: @border-radius-big;
                padding: 20px;
            }
        }*/
}
.image-text-wrapper.image-mockup-wrapper .content-inner .image {
  padding: 0 15px;
  background-color: transparent;
  border-radius: 0;
  text-align: center;
}
.image-text-wrapper.image-mockup-wrapper .content-inner .image img {
  max-width: 600px;
  border-radius: 0;
}
.image-text-wrapper .image-text-container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 25px 25px 0 25px;
}
.image-text-wrapper .image-text-container .content-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column-reverse;
}
.image-text-wrapper .image-text-container .content-inner .image {
  width: 100%;
}
.image-text-wrapper .image-text-container .content-inner .image img {
  width: 100%;
  border-radius: 18px;
}
.image-text-wrapper .image-text-container .content-inner .text {
  width: 100%;
  margin-bottom: 20px;
}
.image-text-wrapper .image-text-container .content-inner .text ul {
  list-style: none;
  position: relative;
  padding-left: 26px;
}
.image-text-wrapper .image-text-container .content-inner .text ul li {
  margin-bottom: 10px;
}
.image-text-wrapper .image-text-container .content-inner .text ul li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 480px) {
  .image-text-wrapper .image-text-container {
    padding: 30px 30px 10px 30px;
  }
  .image-text-wrapper .image-text-container .content-inner .text {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .image-text-wrapper .image-text-container {
    padding: 40px 40px 20px 40px;
  }
  .image-text-wrapper .image-text-container .content-inner .text {
    margin-bottom: 30px;
  }
  .image-text-wrapper .image-text-container .content-inner .text h2 {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 960px) {
  .image-text-wrapper {
    /*&.gray {
            .content-inner {
                .image {
                    padding: 30px;
                }
            }
        }*/
  }
  .image-text-wrapper.image-mockup-wrapper .content-inner .image {
    padding: 0 0 0 15px;
  }
  .image-text-wrapper .image-text-container {
    padding: 60px 60px 0 60px;
  }
  .image-text-wrapper .image-text-container .content-inner .image {
    width: calc(50% - 25px);
  }
  .image-text-wrapper .image-text-container .content-inner .text {
    width: calc(50% - 25px);
    margin-bottom: 0;
  }
  .image-text-wrapper .image-text-container.right {
    float: none;
  }
  .image-text-wrapper .image-text-container.right .content-inner {
    flex-direction: row-reverse;
  }
  .image-text-wrapper .image-text-container.left {
    float: none;
  }
  .image-text-wrapper .image-text-container.left .content-inner {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1200px) {
  .image-text-wrapper .image-text-container {
    padding: 100px 80px 0 80px;
  }
}
@media only screen and (min-width: 960px) {
  .image-text-wrapper + .image-text-wrapper .image-text-container {
    padding-top: 0;
  }
}
/* ---------- Text two columns ---------- */
.text-two-column-wrapper.white {
  background-color: #ffffff;
}
.text-two-column-wrapper.gray {
  background-color: #F5F5F7;
}
.text-two-column-wrapper .text-two-column-container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 25px 25px 0 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.text-two-column-wrapper .text-two-column-container .column {
  width: 100%;
  margin-bottom: 20px;
}
.text-two-column-wrapper .text-two-column-container .column ul {
  list-style: none;
  position: relative;
  padding-left: 26px;
}
.text-two-column-wrapper .text-two-column-container .column ul li {
  margin-bottom: 10px;
}
.text-two-column-wrapper .text-two-column-container .column ul li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 480px) {
  .text-two-column-wrapper .text-two-column-container {
    padding: 30px 30px 10px 30px;
  }
  .text-two-column-wrapper .text-two-column-container .column {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .text-two-column-wrapper .text-two-column-container {
    padding: 40px 40px 20px 40px;
  }
  .text-two-column-wrapper .text-two-column-container .column {
    margin-bottom: 30px;
  }
  .text-two-column-wrapper .text-two-column-container .column h2 {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 960px) {
  .text-two-column-wrapper .text-two-column-container {
    padding: 60px 60px 0 60px;
  }
  .text-two-column-wrapper .text-two-column-container .column {
    width: calc(50% - 40px);
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .text-two-column-wrapper .text-two-column-container {
    padding: 100px 80px 0 80px;
  }
  .text-two-column-wrapper .text-two-column-container .column {
    width: calc(50% - 50px);
  }
}
/* ---------- Statistics start ---------- */
.statistics-outer-wrapper {
  background-color: #F5F5F7;
}
.statistics-outer-wrapper .statistics-wrapper {
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
}
.statistics-outer-wrapper .statistics-wrapper .statistics-container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 20px 25px 10px 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.statistics-outer-wrapper .statistics-wrapper .statistics-container .statistics-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}
.statistics-outer-wrapper .statistics-wrapper .statistics-container .statistics-item .number {
  font-family: 'Outfit', Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  margin-right: 25px;
}
.statistics-outer-wrapper .statistics-wrapper .statistics-container .statistics-item .number.number-1 .number-count {
  display: inline-block;
  width: 73px;
}
.statistics-outer-wrapper .statistics-wrapper .statistics-container .statistics-item .number.number-2 .number-count {
  display: inline-block;
  width: 62px;
}
.statistics-outer-wrapper .statistics-wrapper .statistics-container .statistics-item p {
  font-size: 16px;
  opacity: 0.6;
  margin: 0;
}
@media only screen and (min-width: 480px) {
  .statistics-outer-wrapper .statistics-wrapper .statistics-container {
    padding: 25px 30px 10px 30px;
  }
}
@media only screen and (min-width: 768px) {
  .statistics-outer-wrapper .statistics-wrapper .statistics-container {
    padding: 35px 40px 20px 40px;
  }
  .statistics-outer-wrapper .statistics-wrapper .statistics-container .statistics-item {
    flex-wrap: nowrap;
  }
  .statistics-outer-wrapper .statistics-wrapper .statistics-container .statistics-item .number {
    font-size: 38px;
    width: 118px;
  }
  .statistics-outer-wrapper .statistics-wrapper .statistics-container .statistics-item .number.number-1 .number-count {
    width: 77px;
  }
  .statistics-outer-wrapper .statistics-wrapper .statistics-container .statistics-item .number.number-2 .number-count {
    width: 65px;
  }
  .statistics-outer-wrapper .statistics-wrapper .statistics-container .statistics-item p {
    width: 80%;
  }
}
@media only screen and (min-width: 960px) {
  .statistics-outer-wrapper .statistics-wrapper {
    border-bottom-left-radius: 60px;
  }
  .statistics-outer-wrapper .statistics-wrapper .statistics-container {
    padding: 40px 60px;
  }
  .statistics-outer-wrapper .statistics-wrapper .statistics-container .statistics-item {
    width: calc(50% - 25px);
    margin-bottom: 0;
  }
  .statistics-outer-wrapper .statistics-wrapper .statistics-container .statistics-item .number.number-1 {
    width: 133px;
  }
  .statistics-outer-wrapper .statistics-wrapper .statistics-container .statistics-item .number.number-2 {
    width: 105px;
  }
}
@media only screen and (min-width: 1200px) {
  .statistics-outer-wrapper .statistics-wrapper {
    border-bottom-left-radius: 100px;
  }
  .statistics-outer-wrapper .statistics-wrapper .statistics-container {
    padding: 50px 80px;
  }
  .statistics-outer-wrapper .statistics-wrapper .statistics-container .statistics-item .number {
    font-size: 40px;
  }
  .statistics-outer-wrapper .statistics-wrapper .statistics-container .statistics-item .number.number-1 .number-count {
    width: 82px;
  }
  .statistics-outer-wrapper .statistics-wrapper .statistics-container .statistics-item .number.number-2 .number-count {
    width: 69px;
  }
}
/* ---------- Logos lagar och regler ---------- */
.logos-wrapper {
  background-color: #F5F5F7;
}
.logos-wrapper .logos-container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 5px 25px 0 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.logos-wrapper .logos-container .logo {
  padding: 0 20px;
  margin-top: 25px;
}
.logos-wrapper .logos-container .logo img {
  height: 45px;
}
.logos-wrapper .logos-container .logo img.smaller {
  height: 25px;
}
@media only screen and (min-width: 480px) {
  .logos-wrapper .logos-container {
    padding: 15px 30px 10px 30px;
  }
}
@media only screen and (min-width: 768px) {
  .logos-wrapper .logos-container {
    padding: 10px 40px;
  }
  .logos-wrapper .logos-container .logo {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 960px) {
  .logos-wrapper .logos-container {
    max-width: 1500px;
    padding: 60px 60px 0 60px;
    justify-content: space-between;
  }
  .logos-wrapper .logos-container .logo {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .logos-wrapper .logos-container {
    padding: 100px 80px 0 80px;
  }
}
/* ---------- Form ---------- */
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  font-family: 'Outfit', Arial, Helvetica, sans-serif;
  margin-bottom: 5px;
}
.form-group .form-control {
  height: 50px;
  border-color: #dbdbdb;
  box-shadow: none;
  border-radius: 9px;
  padding: 15px 20px;
}
.form-group .form-control:focus {
  border-color: #1A2E81;
}
.form-group textarea {
  min-height: 140px;
}
@media only screen and (min-width: 960px) {
  .form-group label {
    margin-bottom: 8px;
  }
}
/* ---------- Thank you page ---------- */
.thank-you-wrapper {
  background-color: #142462;
  padding: 60px 0 30px 0;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.thank-you-wrapper .thank-you-container {
  color: #ffffff;
  max-width: 800px;
  text-align: center;
  padding: 0 25px;
}
.thank-you-wrapper .thank-you-container .btn {
  margin-top: 20px;
}
@media only screen and (min-width: 480px) {
  .thank-you-wrapper .thank-you-container {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .thank-you-wrapper {
    padding: 70px 0 30px 0;
  }
  .thank-you-wrapper .thank-you-container {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 960px) {
  .thank-you-wrapper {
    padding: 80px 0 40px 0;
  }
  .thank-you-wrapper .thank-you-container {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .thank-you-wrapper .thank-you-container {
    padding: 0 80px;
  }
}
/* ---------- Contact & FAQ start ---------- */
.start-contact-wrapper {
  background-color: #ffffff;
}
.start-contact-wrapper.contact-page .start-contact-container {
  padding: 25px;
  align-items: flex-start;
}
.start-contact-wrapper.contact-page .start-contact-container .contact-form-wrapper {
  background-color: #F5F5F7;
  padding: 20px;
  border-radius: 18px;
}
.start-contact-wrapper.contact-page .start-contact-container .contact-form-wrapper .cms-form {
  background-color: #F5F5F7;
}
.start-contact-wrapper .start-contact-container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 25px 25px 0 25px;
}
.start-contact-wrapper .start-contact-container .faq-wrapper h2 {
  margin-bottom: 20px;
}
.start-contact-wrapper .start-contact-container .faq-wrapper .faq-item {
  background-color: #F5F5F7;
  border-radius: 9px;
  padding: 12px 12px 12px 20px;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
.start-contact-wrapper .start-contact-container .faq-wrapper .faq-item .text-content h4 {
  margin: 8px 0;
  cursor: pointer;
}
.start-contact-wrapper .start-contact-container .faq-wrapper .faq-item .text-content .answer {
  display: none;
}
.start-contact-wrapper .start-contact-container .faq-wrapper .faq-item .text-content .answer .fa-chevron-right {
  font-size: 14px;
  padding-left: 10px;
}
.start-contact-wrapper .start-contact-container .faq-wrapper .faq-item .icon-wrapper .icon-circle {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.start-contact-wrapper .start-contact-container .faq-wrapper .faq-item .icon-wrapper .icon-circle i {
  font-size: 20px;
  font-weight: 400;
  transition: 0.4s;
}
.start-contact-wrapper .start-contact-container .faq-wrapper .faq-item.active .fa-plus {
  transform: rotate(45deg);
}
.start-contact-wrapper .start-contact-container .contact-wrapper .contact-info {
  margin-bottom: 30px;
}
.start-contact-wrapper .start-contact-container .contact-wrapper .contact-info.contact-person {
  display: flex;
  border: 1px solid #dadce5;
  border-radius: 18px;
  margin-bottom: 20px;
}
.start-contact-wrapper .start-contact-container .contact-wrapper .contact-info.contact-person img {
  width: 132px;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}
.start-contact-wrapper .start-contact-container .contact-wrapper .contact-info.contact-person .info {
  padding: 20px;
}
.start-contact-wrapper .start-contact-container .contact-wrapper .contact-info.contact-person .info h3 {
  margin-bottom: 20px;
}
.start-contact-wrapper .start-contact-container .contact-wrapper .contact-info p {
  line-height: 1.8;
  margin: 20px 0 25px 0;
}
.start-contact-wrapper .start-contact-container .contact-wrapper .contact-info ul {
  padding: 0;
}
.start-contact-wrapper .start-contact-container .contact-wrapper .contact-info ul li {
  display: inline-block;
  margin-right: 50px;
}
.start-contact-wrapper .start-contact-container .contact-wrapper .contact-info a {
  display: block;
  margin-bottom: 10px;
}
.start-contact-wrapper .start-contact-container .contact-wrapper .contact-info a.mail:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 22px;
  font-weight: 300;
  content: "\f0e0";
  padding-right: 10px;
  vertical-align: middle;
}
.start-contact-wrapper .start-contact-container .contact-wrapper .contact-info a.tel:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 22px;
  font-weight: 300;
  content: "\f095";
  padding-right: 10px;
  vertical-align: middle;
}
.start-contact-wrapper .start-contact-container .contact-form-wrapper {
  margin-top: 30px;
}
.start-contact-wrapper .start-contact-container .contact-form-wrapper h2 {
  margin-bottom: 15px;
}
.start-contact-wrapper .start-contact-container .contact-form-wrapper .cms-form {
  background-color: #ffffff;
  border-radius: 18px;
}
.start-contact-wrapper .start-contact-container .contact-form-wrapper .cms-form .btn {
  width: 100%;
}
.start-contact-wrapper .start-contact-container h2 {
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .start-contact-wrapper.contact-page .start-contact-container {
    padding: 30px;
  }
  .start-contact-wrapper .start-contact-container {
    padding: 30px 30px 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .start-contact-wrapper.contact-page .start-contact-container {
    padding: 40px;
  }
  .start-contact-wrapper.contact-page .start-contact-container .container-no {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .start-contact-wrapper.contact-page .start-contact-container .container-no .cms-form {
    width: 100%;
  }
  .start-contact-wrapper .start-contact-container {
    padding: 40px 40px 10px 40px;
  }
  .start-contact-wrapper .start-contact-container .contact-wrapper .contact-info {
    width: 100%;
  }
  .start-contact-wrapper .start-contact-container .contact-wrapper .contact-info.contact-person {
    width: calc(50% - 10px);
  }
  .start-contact-wrapper .start-contact-container .contact-wrapper .contact-info.contact-person img {
    width: 152px;
  }
  .start-contact-wrapper .start-contact-container .contact-wrapper .contact-info.contact-person .info {
    padding: 25px;
  }
}
@media only screen and (min-width: 960px) {
  .start-contact-wrapper.contact-page .start-contact-container {
    padding: 60px;
  }
  .start-contact-wrapper.contact-page .start-contact-container .contact-form-wrapper {
    padding: 25px;
  }
  .start-contact-wrapper .start-contact-container {
    padding: 60px 60px 0 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .start-contact-wrapper .start-contact-container .faq-wrapper {
    width: calc(50% - 25px);
  }
  .start-contact-wrapper .start-contact-container .faq-wrapper .faq-item {
    padding: 15px 15px 15px 25px;
    margin-top: 25px;
  }
  .start-contact-wrapper .start-contact-container .faq-wrapper .faq-item .icon-wrapper .icon-circle i {
    font-size: 24px;
    font-weight: 300;
  }
  .start-contact-wrapper .start-contact-container .contact-form-wrapper {
    width: calc(50% - 25px);
    margin-top: 0;
  }
  .start-contact-wrapper .start-contact-container .contact-wrapper {
    width: calc(50% - 25px);
  }
  .start-contact-wrapper .start-contact-container .contact-wrapper .contact-info.contact-person {
    width: 100%;
  }
  .start-contact-wrapper .start-contact-container .contact-wrapper .contact-info.contact-person .info {
    padding: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .start-contact-wrapper.contact-page .start-contact-container {
    padding: 100px 80px;
  }
  .start-contact-wrapper.contact-page .start-contact-container .contact-form-wrapper {
    padding: 30px;
  }
  .start-contact-wrapper .start-contact-container {
    padding: 100px 80px 0 80px;
  }
  .start-contact-wrapper .start-contact-container .faq-wrapper {
    width: calc(50% - 40px);
  }
  .start-contact-wrapper .start-contact-container .faq-wrapper .faq-item {
    padding: 18px 18px 18px 30px;
  }
  .start-contact-wrapper .start-contact-container .faq-wrapper .faq-item .icon-wrapper .icon-circle i {
    font-size: 28px;
  }
  .start-contact-wrapper .start-contact-container .contact-wrapper {
    width: calc(50% - 40px);
  }
  .start-contact-wrapper .start-contact-container .contact-wrapper .contact-info.contact-person .info {
    padding: 30px;
  }
  .start-contact-wrapper .start-contact-container .contact-form-wrapper {
    width: calc(50% - 40px);
  }
}
/* ---------- Customers ---------- */
.heading-customers-wrapper {
  background-color: #F5F5F7;
}
.heading-customers-wrapper .heading-customer-container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 25px 25px 0 25px;
}
.heading-customers-wrapper .heading-customer-container h2 {
  margin-bottom: 0;
}
@media only screen and (min-width: 480px) {
  .heading-customers-wrapper .heading-customer-container {
    padding: 30px 30px 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .heading-customers-wrapper .heading-customer-container {
    padding: 40px 40px 0 40px;
  }
}
@media only screen and (min-width: 960px) {
  .heading-customers-wrapper .heading-customer-container {
    padding: 60px 60px 0 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .heading-customers-wrapper .heading-customer-container {
    padding: 100px 80px 0 80px;
  }
}
.customers-wrapper {
  background-color: #F5F5F7;
  display: flex;
  width: 100%;
  overflow: hidden;
  padding: 20px 0 10px 0;
}
.customers-wrapper .customers-container {
  display: flex;
  width: 100%;
  margin: 0 auto;
}
.customers-wrapper .customers-container .logo {
  background-color: #ffffff;
  border: 1px solid #D8D8DF;
  border-radius: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin: 0 5px;
  padding: 10px 20px;
  width: 170px;
  height: 70px;
}
.customers-wrapper .customers-container .logo img {
  height: 45px;
}
.customers-wrapper .customers-container .logo img.smaller {
  height: 30px;
}
.customers-wrapper.customers-2 {
  padding-bottom: 25px;
  padding-top: 0;
}
.customers-wrapper.customers-2 .customers-container {
  justify-content: flex-end;
}
@media only screen and (min-width: 480px) {
  .customers-wrapper.customers-2 {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .customers-wrapper {
    padding: 30px 0 16px 0;
  }
  .customers-wrapper.customers-2 {
    padding-bottom: 40px;
  }
  .customers-wrapper .customers-container .logo {
    margin: 0 8px;
    width: 200px;
    height: 75px;
  }
  .customers-wrapper .customers-container .logo img {
    height: 50px;
  }
  .customers-wrapper .customers-container .logo img.smaller {
    height: 35px;
  }
}
@media only screen and (min-width: 960px) {
  .customers-wrapper {
    padding: 35px 0 20px 0;
  }
  .customers-wrapper .customers-container .logo {
    margin: 0 10px;
    padding: 10px 30px;
    width: 250px;
    height: 80px;
  }
  .customers-wrapper .customers-container .logo img {
    height: 60px;
  }
  .customers-wrapper .customers-container .logo img.smaller {
    height: 40px;
  }
  .customers-wrapper.customers-2 {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .customers-wrapper {
    padding: 40px 0 26px 0;
  }
  .customers-wrapper .customers-container .logo {
    margin: 0 13px;
    width: 270px;
    height: 100px;
  }
  .customers-wrapper .customers-container .logo img {
    height: 70px;
  }
  .customers-wrapper .customers-container .logo img.smaller {
    height: 50px;
  }
  .customers-wrapper.customers-2 {
    padding-bottom: 100px;
  }
}
/* ---------- Google maps ---------- */
.maps-wrapper {
  height: 450px;
}
.maps-wrapper iframe {
  width: 100%;
}
/* ---------- Footer ---------- */
.footer-wrapper {
  background-color: #ffffff;
}
.footer-wrapper .footer-container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 25px;
}
.footer-wrapper .footer-container h3 {
  font-weight: 400;
  margin-bottom: 15px;
}
.footer-wrapper .footer-container ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 20px;
}
.footer-wrapper .footer-container ul li {
  display: inline-block;
  margin-right: 10px;
  opacity: 0.7;
}
.footer-wrapper .footer-container ul li:first-child {
  display: block;
  margin-bottom: 10px;
}
.footer-wrapper .footer-container ul li a {
  font-family: 'Outfit', Arial, Helvetica, sans-serif;
  color: #212121;
  text-decoration: underline;
}
.footer-wrapper .footer-container .social-icons img {
  width: auto;
  height: 25px;
  margin-right: 20px;
}
@media only screen and (min-width: 480px) {
  .footer-wrapper .footer-container {
    padding: 30px;
  }
  .footer-wrapper .footer-container h3 {
    margin-bottom: 20px;
  }
  .footer-wrapper .footer-container ul {
    margin-bottom: 25px;
  }
  .footer-wrapper .footer-container .social-icons img {
    margin-right: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-wrapper .footer-container {
    padding: 40px;
  }
  .footer-wrapper .footer-container h3 {
    margin-bottom: 20px;
  }
  .footer-wrapper .footer-container ul {
    margin-bottom: 25px;
  }
  .footer-wrapper .footer-container ul li {
    margin-right: 60px;
  }
  .footer-wrapper .footer-container ul li:first-child {
    display: inline-block;
    margin-bottom: 0;
  }
  .footer-wrapper .footer-container ul li a {
    text-decoration: none;
  }
  .footer-wrapper .footer-container .social-icons img {
    margin-right: 25px;
  }
}
@media only screen and (min-width: 960px) {
  .footer-wrapper .footer-container {
    padding: 60px;
  }
  .footer-wrapper .footer-container ul li {
    margin-right: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-wrapper .footer-container {
    padding: 100px 80px;
  }
}
