/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


:root {
  /* COLORS */
  --black: #2d2d2d;
  --white: #fff;
  --green: #2eb135;
  --light-green: #50d357;
  --light-gray: #f5f5f5;
  --dark-gray: #555;
  --border-color: #e6e6e6;
}

/* Basic Styles */

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: var(--white);
  background-color: #fff;
  font-size: 1rem;
  margin: 0;
  padding: 0;
}

section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.white {
  background-color: var(--white);
  background-color: #fff;
}

.light-gray {
  background-color: var(--light-gray);
  background-color: #f5f5f5;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Fira Sans', sans-serif;
  margin: 0.5rem 0;
  padding: 0;
  width: 100%;
}

@media only screen and (max-width: 850px) {
  h2,
  p,
  h3,
  .footer .privacy-policy p {
    text-align: center;
    width: 100%;
  }
  .privacy-policy h2,
  .privacy-policy p {
    text-align: left;
  }
}

ul,
ol {
  width: 100%;
}

p,
li {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 2.1rem;
  margin: 0 0 0.3rem 0;
  padding: 0;
  width: 100%;
}

a {
  color: var(--green);
  color: #2eb135;
  text-decoration: none;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

a:hover,
a:focus {
  color: var(--light-green);
  color: #50d357;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.ingress {
  font-style: italic;
  color: var(--dark-gray);
  color: #555;
}

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

.text-left {
  text-align: left;
}

.bread-crumb {
    position: absolute;
    bottom: 0;
    padding: 1rem 0;
}

@media only screen and (max-width: 850px) {
  .bread-crumb {
    position: inherit;
    padding: 0.5rem 0;
  }
}

@media only screen and (max-width: 330px) {
    p, a {
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        -webkit-hyphens: auto;
                -ms-hyphens: auto;
            hyphens: auto;
  }
}

/* Header styles */
header {
  width: 100%;
  background-color: var(--white);
  background-color: #fff;
}

header .contact-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.6rem 1rem;
  border-bottom: 1px solid #e6e6e6;
  margin: auto;
  background-color: var(--light-gray);
  background-color: #f5f5f5;
}

header .contact-information p {
  padding: 0 0.5rem;
  text-align: center;
  color: var(--dark-gray);
  color: #555;
}

header .header-center {
  background-color: var(--white);
  background-color: #fff;
}

header .header-center .header-center-wrapper {
  max-width: 1200px;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}

header .header-center .header-center-wrapper .logo,
header .header-center .header-center-wrapper .phone {
  padding: 1rem 2rem;
}

@media only screen and (max-width: 1400px) {
  header .header-center .header-center-wrapper {
    max-width: 900px;
    width: 100% !important;
  }
}

@media only screen and (max-width: 850px) {
  header .header-center .header-center-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  header .header-center .header-center-wrapper .logo,
  header .header-center .header-center-wrapper .phone {
    padding: 0.5rem 1rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header-center .header-center-wrapper .phone {
    background-color: var(--green);
    background-color: #2eb135;
  }
  header .header-center .header-center-wrapper .phone p,
  header .header-center .header-center-wrapper .phone a,
  header .header-center .header-center-wrapper .phone a:hover,
  header .header-center .header-center-wrapper .phone a:focus {
    color: var(--white);
    color: #fff;
  }
}

header .header-center .header-center-wrapper .logo {
  width: 400px;
}

@media only screen and (max-width: 850px) {
  header .header-center .header-center-wrapper .logo {
    width: 350px;
  }
}

@media only screen and (max-width: 400px) {
  header .header-center .header-center-wrapper .logo {
    width: 250px;
  }
}

header .header-center .header-center-wrapper .logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center;
     object-position: center;
}

/* Hero styles */
.hero {
  background-color: var(--green);
  background-color: #2eb135;
  min-height: 420px;
}

.hero .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media only screen and (max-width: 850px) {
  .hero {
    height: auto;
  }
}

.hero .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1250px;
  width: 100% !important;
  padding: 2rem;
}

.hero .hero-content h1 {
  font-size: 4rem;
  text-shadow: 0 0 10px rgba(0,0,0,0.6);
  line-height: 5rem;
  text-align: center;
  font-weight: 700;
}

.hero .hero-content h2 {
    text-shadow: 0 0 10px rgba(0,0,0,0.6);
}

@media only screen and (max-width: 1400px) {
  .hero .hero-content h1 {
    font-size: 3rem;
    line-height: 4rem;
    max-width: 900px;
    width: 100% !important;
  }
}

@media only screen and (max-width: 850px) {
  .hero .hero-content h1 {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.hero .hero-content p {
  font-size: 2.5rem;
  text-shadow: 0 0 10px rgba(0,0,0,0.6);
  line-height: 3.5rem;
  text-align: center;
  font-weight: 700;
}

@media only screen and (max-width: 1400px) {
  .hero .hero-content p {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}

@media only screen and (max-width: 850px) {
  .hero .hero-content p {
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
}

.hero h1,
.hero h2,
.hero p  {
  color: var(--white);
  color: #fff;
}

/* Content styles */
.content {
  background-color: var(--white);
  background-color: #fff;
}

.content .one-column,
.content .two-columns,
.content .three-columns,
.custom-column  {
  width: 100%;
  padding: 2rem 1rem;
  height: 100%;
  position: relative;
}

.content .one-column img,
.content .two-columns img,
.content .three-columns img,
.custom-column img {
  max-height: 435px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
       object-fit: contain;
}

@media only screen and (max-width: 850px) {
  .content .one-column,
  .content .two-columns,
  .content .three-columns,
  .custom-column  {
    padding: 1rem 2rem;
  }
  .content .one-column img,
  .content .two-columns img,
  .content .three-columns img,
  .custom-column img {
    max-height: 335px;
  }
}

.content .one-column .content-wrapper,
.content .two-columns .content-wrapper,
.content .three-columns .content-wrapper,
.custom-column .content-wrapper {
  max-width: 1200px;
  width: 100% !important;
  margin: auto;
}

.content .one-column .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content .two-columns .content-wrapper,
.content .three-columns .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.custom-column .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content .two-columns .content-wrapper > div {
  width: 50%;
  padding: 1rem 0;
}

.content .three-columns .content-wrapper > div {
  padding: 1rem 0;
  width: 33%;
}

.content .three-columns .content-wrapper .center-column {
  margin: 0 25px;
}

.custom-column .content-wrapper .left-column {
  width: 30%;
  padding: 1rem 0;
}

.custom-column .content-wrapper .right-column {
  width: 50%;
  padding: 1rem 0;
}

.custom-column .content-wrapper .center-column {
  width: 16%;
  margin: 0 20px;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.custom-column .content-wrapper .center-column img {
  width: 60%;
}

.content .some .content-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content .some .content-wrapper .some-links {
  padding: 1rem 0
}

.content .some .content-wrapper .some-links a {
  padding: 0 0.5rem;
}

.content .some .content-wrapper .some-links a i:before {
  font-size: 3rem;
}

.legal-stores {
  display: flex;
  gap: 1rem;
}

@media only screen and (max-width: 1250px) {
  .custom-column .content-wrapper {
    max-width: 900px;
    width: 100% !important;
    margin: auto;
  }

  .custom-column .content-wrapper .left-column,
  .custom-column .content-wrapper .center-column {
    width: 45%;
    text-align: center;
  }

  .custom-column .content-wrapper .center-column img {
    width: 50%;
  }

  .custom-column .content-wrapper .right-column {
    width: 100%;
  }

  .content .three-columns .content-wrapper .center-column {
    margin: 0;
  }
}

@media only screen and (max-width: 1400px) {
  .content .one-column .content-wrapper,
  .content .two-columns .content-wrapper,
  .content .three-columns .content-wrapper {
    max-width: 900px;
    width: 100% !important;
  }

  .content .three-columns .content-wrapper .center-column {
    margin: 0;
  }

}

@media only screen and (max-width: 850px) {
  .two-columns .content-wrapper,
  .content .three-columns .content-wrapper {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .two-columns .content-wrapper > div,
  .three-columns .content-wrapper > div {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }


  .custom-column .content-wrapper .left-column,
  .custom-column .content-wrapper .center-column {
    width: 100%;
  }
}

/* Map styles */
#map {
  height: 400px;  /* The height is 400 pixels */
  width: 100%;  /* The width is the width of the web page */
 }

/* Footer styles */
.footer {
  background-color: var(--light-gray);
  background-color: #f5f5f5;
}

.footer .footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1200px;
  width: 100% !important;
  margin: auto;
  padding: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer .privacy-policy {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .footer-wrapper > div {
  padding: 1rem;
}

.footer .footer-wrapper .logo {
  width: 270px
}

.footer .footer-wrapper .logo a img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.footer .footer-wrapper .privacy-policy p {
 text-align: center;
}

@media only screen and (max-width: 1400px) {
  .footer .footer-wrapper {
    max-width: 900px;
    width: 100% !important;
  }
  .footer .footer-wrapper .logo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
  }
  .footer .footer-wrapper .logo a img {
    max-width: 300px;
    width: 100%;
  }
}

@media only screen and (max-width: 850px) {
  .footer .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    width: 100% !important;
    margin: auto;
    padding: 1rem 2rem;
  }

  .footer .footer-wrapper > div {
    padding: 0.5rem;
  }

  .footer .footer-wrapper .logo a img {
    max-width: 250px;
  }
}

/* Cookie Policy */
#cookie-policy {
  z-index: 9999999 !important;
  padding: 10px 50px 10px 20px;
  text-align: center;
  position: relative;
  background: #dddddd;
  color: #555555;
}

#cookie-policy p {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  color: #555555;
  font-size: 14px;
  font-family: "Poppins", "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  padding: 0;
  line-height: 22px;
  background: none;
}

#cookie-policy a {
  color: #e0006d;
  font-family: "Poppins", "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

#cookie-policy a:hover {
  text-decoration: underline;
}

#cookie-policy button {
  margin: 0;
  position: absolute;
  top: 8px;
  right: 15px;
  z-index: 3;
  border-radius: 50%;
  padding: 12px;
  background: #aaaaaa;
  border: 1px solid #aaaaaa;
  width: auto;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  color: #ffffff;
  text-shadow: none;
  text-transform: none;
}

#cookie-policy button:hover {
  cursor: pointer;
  background: #aaaaaa;
  border-color: #aaaaaa;
  opacity: .8;
}

#cookie-policy button:after {
  content: 'Selvä';
  display: block;
  width: 2px;
  height: 10px;
  background: #555555;
  position: absolute;
  top: 50%;
  left: 50%;
}


#cookie-policy #cookie-policy-description {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 0;
}

#cookie-policy #cookie-policy-description p {
  padding: 2px 0;
  text-align: left;
  line-height: 22px;
}

.one-page {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: calc(100vh - 420px) !important;
}

@media only screen and (max-width: 850px) {
  .one-page {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100% !important;
  }
}

button:hover {
  cursor: pointer;
}

.inline-block {
    display: inline-block;
}
