.btn {
  border-width: 2px;
}
body {
  font-family: 'Titillium Web', sans-serif;
}
.display-1 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 5.8rem;
  line-height: 1.05;
}
.display-1 > .mbr-iconfont {
  font-size: 7.25rem;
}
.display-2 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 3.6rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.4rem;
  line-height: 1.45;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.3rem;
  line-height: 1.25;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.64rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.06rem;
    font-size: calc( 2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1f419a !important;
}
.bg-success {
  background-color: #8dd168 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #a2528a !important;
}
.bg-danger {
  background-color: #f8c37e !important;
}
.btn-primary {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-primary,
.btn-primary:active {
  background-color: #1f419a !important;
  border-color: #1f419a !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-secondary {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-secondary,
.btn-secondary:active {
  background-color: #accfed !important;
  border-color: #accfed !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1f1437 !important;
  border-color: #1f1437 !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1f1437 !important;
  border-color: #1f1437 !important;
}
.btn-info {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-success {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-success,
.btn-success:active {
  background-color: #8dd168 !important;
  border-color: #8dd168 !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-warning {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-warning,
.btn-warning:active {
  background-color: #a2528a !important;
  border-color: #a2528a !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-danger {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-danger,
.btn-danger:active {
  background-color: #f8c37e !important;
  border-color: #f8c37e !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-white {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #1f1437 !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #1f1437 !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-black {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-primary-outline {
  background-color: transparent !important;
  border-color: #1f419a;
  color: #1f419a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  border-color: #accfed;
  color: #accfed;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-info-outline {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-success-outline {
  background-color: transparent !important;
  border-color: #8dd168;
  color: #8dd168;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-warning-outline {
  background-color: transparent !important;
  border-color: #a2528a;
  color: #a2528a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  border-color: #f8c37e;
  color: #f8c37e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-black-outline {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-white-outline {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.text-primary {
  color: #1f419a !important;
}
.text-secondary {
  color: #accfed !important;
}
.text-success {
  color: #8dd168 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #a2528a !important;
}
.text-danger {
  color: #f8c37e !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #234aaf !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c1dbf2 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #9cd77c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #5ebeef !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ae5f97 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #f9ce96 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #333333 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #1f419a;
}
.nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.alert-success {
  background-color: #8dd168;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #a2528a;
}
.alert-danger {
  background-color: #f8c37e;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 30px;
}
.mbr-gallery-filter li a {
  border-radius: 30px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1f419a;
  border-color: #1f419a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 30px !important;
}
a,
a:hover {
  color: #1f419a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5b7fde;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d0a3c3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 30px;
}
.form-control {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.4rem;
  line-height: 1.45;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #1f419a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.4rem;
  line-height: 1.45;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #1f419a;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 30px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 30px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1f419a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1f419a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1f419a;
  border-bottom-color: #1f419a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #1f419a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #accfed !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%231f419a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sQgel4EdSp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sQgel4EdSp nav.navbar {
  position: fixed;
}
.cid-sQgel4EdSp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sQgel4EdSp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sQgel4EdSp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sQgel4EdSp .dropdown-item:hover,
.cid-sQgel4EdSp .dropdown-item:focus {
  background: #1f419a !important;
  color: white !important;
}
.cid-sQgel4EdSp .dropdown-item:hover span {
  color: white;
}
.cid-sQgel4EdSp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sQgel4EdSp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sQgel4EdSp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sQgel4EdSp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sQgel4EdSp .nav-link {
  position: relative;
}
.cid-sQgel4EdSp .container {
  display: flex;
  margin: auto;
}
.cid-sQgel4EdSp .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sQgel4EdSp .dropdown-menu,
.cid-sQgel4EdSp .navbar.opened {
  background: #1f419a !important;
}
.cid-sQgel4EdSp .nav-item:focus,
.cid-sQgel4EdSp .nav-link:focus {
  outline: none;
}
.cid-sQgel4EdSp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sQgel4EdSp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQgel4EdSp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sQgel4EdSp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sQgel4EdSp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQgel4EdSp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQgel4EdSp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #1f419a;
}
.cid-sQgel4EdSp .navbar.opened {
  transition: all 0.3s;
}
.cid-sQgel4EdSp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sQgel4EdSp .navbar .navbar-logo img {
  width: auto;
}
.cid-sQgel4EdSp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQgel4EdSp .navbar.collapsed {
  justify-content: center;
}
.cid-sQgel4EdSp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQgel4EdSp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQgel4EdSp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-sQgel4EdSp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQgel4EdSp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQgel4EdSp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sQgel4EdSp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQgel4EdSp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sQgel4EdSp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sQgel4EdSp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQgel4EdSp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQgel4EdSp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQgel4EdSp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQgel4EdSp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sQgel4EdSp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sQgel4EdSp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQgel4EdSp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQgel4EdSp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sQgel4EdSp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sQgel4EdSp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sQgel4EdSp .navbar.navbar-short {
  min-height: 60px;
}
.cid-sQgel4EdSp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sQgel4EdSp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sQgel4EdSp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sQgel4EdSp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQgel4EdSp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQgel4EdSp .dropdown-item.active,
.cid-sQgel4EdSp .dropdown-item:active {
  background-color: transparent;
}
.cid-sQgel4EdSp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQgel4EdSp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQgel4EdSp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQgel4EdSp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f419a;
}
.cid-sQgel4EdSp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQgel4EdSp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQgel4EdSp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sQgel4EdSp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sQgel4EdSp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sQgel4EdSp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQgel4EdSp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQgel4EdSp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQgel4EdSp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQgel4EdSp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQgel4EdSp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQgel4EdSp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQgel4EdSp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQgel4EdSp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQgel4EdSp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sQgel4EdSp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sQgel4EdSp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQgel4EdSp .navbar {
    height: 70px;
  }
  .cid-sQgel4EdSp .navbar.opened {
    height: auto;
  }
  .cid-sQgel4EdSp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tF55hWNTU6 {
  background-image: url("../../../assets/images/siivousliike-jumisko-kuva4.jpg");
}
.cid-tF55hWNTU6 .content {
  width: 37%;
}
@media (max-width: 859px) {
  .cid-tF55hWNTU6 .content {
    width: 100%;
    text-align: center;
  }
}
.cid-tF55hWNTU6 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}
.cid-tF55hWNTU6 .mbr-section-title span {
  position: relative;
}
.cid-tF55hWNTU6 .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-tF55hWNTU6 .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-tF55hWNTU6 .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-tF55hWNTU6 .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-tF55hWNTU6 .mbr-section-title span svg path {
  fill: #ffffff;
}
.cid-tF55hWNTU6 .mbr-section-subtitle {
  color: #1f1437;
}
.cid-tF55hWNTU6 .mbr-section-subtitle span {
  position: relative;
}
.cid-tF55hWNTU6 .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-tF55hWNTU6 .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-tF55hWNTU6 .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-tF55hWNTU6 .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-tF55hWNTU6 .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-tF55hWNTU6 .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tF55hWNTU6 .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tF55hWNTU6 .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-tF55hWNTU6 .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-sQgetOKHEA {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-sQgetOKHEA .section-head {
  margin-bottom: 2rem;
}
.cid-sQgetOKHEA .mbr-section-title {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #1f419a;
}
.cid-sQgetOKHEA .mbr-section-subtitle {
  text-align: center;
  color: #170f2b;
}
@media (max-width: 991px) {
  .cid-sQgetOKHEA .row {
    text-align: center;
  }
}
.cid-sQgetOKHEA .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-sQgetOKHEA .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-sQgetOKHEA .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-sQgetOKHEA .wave-container .wave svg path {
  fill: #accfed;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-sQgetOKHEA .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tF59ASpNNj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #accfed;
}
.cid-tF59ASpNNj .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-tF59ASpNNj .row {
    text-align: center;
  }
}
.cid-tF59ASpNNj .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tF59ASpNNj .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tF5ffz0rFM {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #accfed;
}
.cid-tF5ffz0rFM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tF5ffz0rFM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tF5ffz0rFM .container {
    max-width: 1400px;
  }
}
.cid-tF5ffz0rFM .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #1f419a;
  margin-bottom: 2rem;
}
.cid-tF5ffz0rFM .card-wrapper {
  margin-top: 2rem;
  background: #ffffff;
  padding: 5rem 2rem;
  border-radius: 2rem;
}
.cid-tF5ffz0rFM .row {
  justify-content: center;
}
.cid-tF5ffz0rFM .mbr-section-title {
  color: #ae42c8;
}
.cid-tF5ffz0rFM .card-title,
.cid-tF5ffz0rFM .iconfont-wrapper {
  text-align: center;
  color: #1f419a;
}
.cid-tF5ffz0rFM .card-text {
  text-align: center;
  color: #000000;
}
.cid-tF5joVtsCM {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #accfed;
}
.cid-tF5joVtsCM .section-head {
  margin-bottom: 2rem;
}
.cid-tF5joVtsCM .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-tF5joVtsCM .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tF5joVtsCM .row {
    text-align: center;
  }
}
.cid-tF5joVtsCM .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tF5joVtsCM .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tF5joVtsCM .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-tF5joVtsCM .wave-container .wave svg path {
  fill: #ecede8;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tF5lfSJBLi {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #ecede8;
}
.cid-tF5lfSJBLi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tF5lfSJBLi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-tF5lfSJBLi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tF5lfSJBLi img {
  border-radius: 3rem;
}
.cid-tF5lfSJBLi .row {
  align-items: center;
}
.cid-tF5lfSJBLi .mbr-section-title {
  color: #1f419a;
  text-align: center;
}
.cid-tF5lfSJBLi .mbr-text,
.cid-tF5lfSJBLi .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tF5lfSJBLi .mbr-section-subtitle {
  color: #491414;
}
.cid-tF5w3kBITb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1a449a;
}
.cid-tF5w3kBITb svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-tF5w3kBITb svg .st0 {
  fill: #1a449a;
}
@media (max-width: 992px) {
  .cid-tF5w3kBITb svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-tF5w3kBITb .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tF5w3kBITb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tF5w3kBITb .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tF5w3kBITb .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tF5w3kBITb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tF5w3kBITb .copyright {
  color: #ffffff;
}
.cid-tF9NWxVrAC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tF9NWxVrAC nav.navbar {
  position: fixed;
}
.cid-tF9NWxVrAC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tF9NWxVrAC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tF9NWxVrAC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tF9NWxVrAC .dropdown-item:hover,
.cid-tF9NWxVrAC .dropdown-item:focus {
  background: #1f419a !important;
  color: white !important;
}
.cid-tF9NWxVrAC .dropdown-item:hover span {
  color: white;
}
.cid-tF9NWxVrAC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tF9NWxVrAC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tF9NWxVrAC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tF9NWxVrAC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tF9NWxVrAC .nav-link {
  position: relative;
}
.cid-tF9NWxVrAC .container {
  display: flex;
  margin: auto;
}
.cid-tF9NWxVrAC .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tF9NWxVrAC .dropdown-menu,
.cid-tF9NWxVrAC .navbar.opened {
  background: #1f419a !important;
}
.cid-tF9NWxVrAC .nav-item:focus,
.cid-tF9NWxVrAC .nav-link:focus {
  outline: none;
}
.cid-tF9NWxVrAC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tF9NWxVrAC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tF9NWxVrAC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tF9NWxVrAC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tF9NWxVrAC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tF9NWxVrAC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tF9NWxVrAC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #1f419a;
}
.cid-tF9NWxVrAC .navbar.opened {
  transition: all 0.3s;
}
.cid-tF9NWxVrAC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tF9NWxVrAC .navbar .navbar-logo img {
  width: auto;
}
.cid-tF9NWxVrAC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tF9NWxVrAC .navbar.collapsed {
  justify-content: center;
}
.cid-tF9NWxVrAC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tF9NWxVrAC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tF9NWxVrAC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tF9NWxVrAC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tF9NWxVrAC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tF9NWxVrAC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tF9NWxVrAC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tF9NWxVrAC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tF9NWxVrAC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tF9NWxVrAC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tF9NWxVrAC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tF9NWxVrAC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tF9NWxVrAC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tF9NWxVrAC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tF9NWxVrAC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tF9NWxVrAC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tF9NWxVrAC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tF9NWxVrAC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tF9NWxVrAC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tF9NWxVrAC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tF9NWxVrAC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tF9NWxVrAC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tF9NWxVrAC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tF9NWxVrAC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tF9NWxVrAC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tF9NWxVrAC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tF9NWxVrAC .dropdown-item.active,
.cid-tF9NWxVrAC .dropdown-item:active {
  background-color: transparent;
}
.cid-tF9NWxVrAC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tF9NWxVrAC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tF9NWxVrAC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tF9NWxVrAC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f419a;
}
.cid-tF9NWxVrAC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tF9NWxVrAC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tF9NWxVrAC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tF9NWxVrAC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tF9NWxVrAC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tF9NWxVrAC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tF9NWxVrAC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tF9NWxVrAC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tF9NWxVrAC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tF9NWxVrAC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tF9NWxVrAC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tF9NWxVrAC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tF9NWxVrAC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tF9NWxVrAC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tF9NWxVrAC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tF9NWxVrAC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tF9NWxVrAC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tF9NWxVrAC .navbar {
    height: 70px;
  }
  .cid-tF9NWxVrAC .navbar.opened {
    height: auto;
  }
  .cid-tF9NWxVrAC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tF9NWynwC3 {
  background-image: url("../../../assets/images/siivousliike-jumisko-kuva3.jpg");
}
.cid-tF9NWynwC3 .content {
  width: 37%;
}
@media (max-width: 859px) {
  .cid-tF9NWynwC3 .content {
    width: 100%;
    text-align: center;
  }
}
.cid-tF9NWynwC3 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}
.cid-tF9NWynwC3 .mbr-section-title span {
  position: relative;
}
.cid-tF9NWynwC3 .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-tF9NWynwC3 .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-tF9NWynwC3 .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-tF9NWynwC3 .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-tF9NWynwC3 .mbr-section-title span svg path {
  fill: #ffffff;
}
.cid-tF9NWynwC3 .mbr-section-subtitle {
  color: #1f1437;
}
.cid-tF9NWynwC3 .mbr-section-subtitle span {
  position: relative;
}
.cid-tF9NWynwC3 .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-tF9NWynwC3 .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-tF9NWynwC3 .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-tF9NWynwC3 .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-tF9NWynwC3 .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-tF9NWynwC3 .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tF9NWynwC3 .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tF9NWynwC3 .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-tF9NWynwC3 .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tF9NWyHwPO {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tF9NWyHwPO .section-head {
  margin-bottom: 2rem;
}
.cid-tF9NWyHwPO .mbr-section-title {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #1f419a;
}
.cid-tF9NWyHwPO .mbr-section-subtitle {
  text-align: center;
  color: #170f2b;
}
@media (max-width: 991px) {
  .cid-tF9NWyHwPO .row {
    text-align: center;
  }
}
.cid-tF9NWyHwPO .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tF9NWyHwPO .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tF9NWyHwPO .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tF9NWyHwPO .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tF9NWyHwPO .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tF9NWA8cBh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1a449a;
}
.cid-tF9NWA8cBh svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-tF9NWA8cBh svg .st0 {
  fill: #1a449a;
}
@media (max-width: 992px) {
  .cid-tF9NWA8cBh svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-tF9NWA8cBh .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tF9NWA8cBh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tF9NWA8cBh .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tF9NWA8cBh .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tF9NWA8cBh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tF9NWA8cBh .copyright {
  color: #ffffff;
}
.cid-tF9XpuZVhU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tF9XpuZVhU nav.navbar {
  position: fixed;
}
.cid-tF9XpuZVhU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tF9XpuZVhU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tF9XpuZVhU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tF9XpuZVhU .dropdown-item:hover,
.cid-tF9XpuZVhU .dropdown-item:focus {
  background: #1f419a !important;
  color: white !important;
}
.cid-tF9XpuZVhU .dropdown-item:hover span {
  color: white;
}
.cid-tF9XpuZVhU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tF9XpuZVhU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tF9XpuZVhU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tF9XpuZVhU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tF9XpuZVhU .nav-link {
  position: relative;
}
.cid-tF9XpuZVhU .container {
  display: flex;
  margin: auto;
}
.cid-tF9XpuZVhU .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tF9XpuZVhU .dropdown-menu,
.cid-tF9XpuZVhU .navbar.opened {
  background: #1f419a !important;
}
.cid-tF9XpuZVhU .nav-item:focus,
.cid-tF9XpuZVhU .nav-link:focus {
  outline: none;
}
.cid-tF9XpuZVhU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tF9XpuZVhU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tF9XpuZVhU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tF9XpuZVhU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tF9XpuZVhU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tF9XpuZVhU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tF9XpuZVhU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #1f419a;
}
.cid-tF9XpuZVhU .navbar.opened {
  transition: all 0.3s;
}
.cid-tF9XpuZVhU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tF9XpuZVhU .navbar .navbar-logo img {
  width: auto;
}
.cid-tF9XpuZVhU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tF9XpuZVhU .navbar.collapsed {
  justify-content: center;
}
.cid-tF9XpuZVhU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tF9XpuZVhU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tF9XpuZVhU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tF9XpuZVhU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tF9XpuZVhU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tF9XpuZVhU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tF9XpuZVhU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tF9XpuZVhU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tF9XpuZVhU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tF9XpuZVhU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tF9XpuZVhU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tF9XpuZVhU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tF9XpuZVhU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tF9XpuZVhU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tF9XpuZVhU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tF9XpuZVhU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tF9XpuZVhU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tF9XpuZVhU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tF9XpuZVhU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tF9XpuZVhU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tF9XpuZVhU .navbar.navbar-short {
  min-height: 60px;
}
.cid-tF9XpuZVhU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tF9XpuZVhU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tF9XpuZVhU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tF9XpuZVhU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tF9XpuZVhU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tF9XpuZVhU .dropdown-item.active,
.cid-tF9XpuZVhU .dropdown-item:active {
  background-color: transparent;
}
.cid-tF9XpuZVhU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tF9XpuZVhU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tF9XpuZVhU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tF9XpuZVhU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f419a;
}
.cid-tF9XpuZVhU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tF9XpuZVhU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tF9XpuZVhU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tF9XpuZVhU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tF9XpuZVhU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tF9XpuZVhU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tF9XpuZVhU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tF9XpuZVhU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tF9XpuZVhU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tF9XpuZVhU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tF9XpuZVhU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tF9XpuZVhU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tF9XpuZVhU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tF9XpuZVhU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tF9XpuZVhU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tF9XpuZVhU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tF9XpuZVhU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tF9XpuZVhU .navbar {
    height: 70px;
  }
  .cid-tF9XpuZVhU .navbar.opened {
    height: auto;
  }
  .cid-tF9XpuZVhU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tF9XpvplYP {
  background-image: url("../../../assets/images/siivousliike-jumisko-kuva7.jpg");
}
.cid-tF9XpvplYP .content {
  width: 37%;
}
@media (max-width: 859px) {
  .cid-tF9XpvplYP .content {
    width: 100%;
    text-align: center;
  }
}
.cid-tF9XpvplYP .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}
.cid-tF9XpvplYP .mbr-section-title span {
  position: relative;
}
.cid-tF9XpvplYP .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-tF9XpvplYP .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-tF9XpvplYP .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-tF9XpvplYP .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-tF9XpvplYP .mbr-section-title span svg path {
  fill: #ffffff;
}
.cid-tF9XpvplYP .mbr-section-subtitle {
  color: #1f1437;
}
.cid-tF9XpvplYP .mbr-section-subtitle span {
  position: relative;
}
.cid-tF9XpvplYP .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-tF9XpvplYP .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-tF9XpvplYP .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-tF9XpvplYP .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-tF9XpvplYP .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-tF9XpvplYP .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tF9XpvplYP .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tF9XpvplYP .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-tF9XpvplYP .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tF9XpvGccB {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tF9XpvGccB .section-head {
  margin-bottom: 2rem;
}
.cid-tF9XpvGccB .mbr-section-title {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #1f419a;
}
.cid-tF9XpvGccB .mbr-section-subtitle {
  text-align: center;
  color: #170f2b;
}
@media (max-width: 991px) {
  .cid-tF9XpvGccB .row {
    text-align: center;
  }
}
.cid-tF9XpvGccB .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tF9XpvGccB .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tF9XpvGccB .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tF9XpvGccB .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tF9XpvGccB .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tF9XpvVBCV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1a449a;
}
.cid-tF9XpvVBCV svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-tF9XpvVBCV svg .st0 {
  fill: #1a449a;
}
@media (max-width: 992px) {
  .cid-tF9XpvVBCV svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-tF9XpvVBCV .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tF9XpvVBCV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tF9XpvVBCV .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tF9XpvVBCV .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tF9XpvVBCV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tF9XpvVBCV .copyright {
  color: #ffffff;
}
.cid-tF9YkThYP4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tF9YkThYP4 nav.navbar {
  position: fixed;
}
.cid-tF9YkThYP4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tF9YkThYP4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tF9YkThYP4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tF9YkThYP4 .dropdown-item:hover,
.cid-tF9YkThYP4 .dropdown-item:focus {
  background: #1f419a !important;
  color: white !important;
}
.cid-tF9YkThYP4 .dropdown-item:hover span {
  color: white;
}
.cid-tF9YkThYP4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tF9YkThYP4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tF9YkThYP4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tF9YkThYP4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tF9YkThYP4 .nav-link {
  position: relative;
}
.cid-tF9YkThYP4 .container {
  display: flex;
  margin: auto;
}
.cid-tF9YkThYP4 .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tF9YkThYP4 .dropdown-menu,
.cid-tF9YkThYP4 .navbar.opened {
  background: #1f419a !important;
}
.cid-tF9YkThYP4 .nav-item:focus,
.cid-tF9YkThYP4 .nav-link:focus {
  outline: none;
}
.cid-tF9YkThYP4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tF9YkThYP4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tF9YkThYP4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tF9YkThYP4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tF9YkThYP4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tF9YkThYP4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tF9YkThYP4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #1f419a;
}
.cid-tF9YkThYP4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tF9YkThYP4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tF9YkThYP4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tF9YkThYP4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tF9YkThYP4 .navbar.collapsed {
  justify-content: center;
}
.cid-tF9YkThYP4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tF9YkThYP4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tF9YkThYP4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tF9YkThYP4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tF9YkThYP4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tF9YkThYP4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tF9YkThYP4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tF9YkThYP4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tF9YkThYP4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tF9YkThYP4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tF9YkThYP4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tF9YkThYP4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tF9YkThYP4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tF9YkThYP4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tF9YkThYP4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tF9YkThYP4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tF9YkThYP4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tF9YkThYP4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tF9YkThYP4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tF9YkThYP4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tF9YkThYP4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tF9YkThYP4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tF9YkThYP4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tF9YkThYP4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tF9YkThYP4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tF9YkThYP4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tF9YkThYP4 .dropdown-item.active,
.cid-tF9YkThYP4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tF9YkThYP4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tF9YkThYP4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tF9YkThYP4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tF9YkThYP4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f419a;
}
.cid-tF9YkThYP4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tF9YkThYP4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tF9YkThYP4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tF9YkThYP4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tF9YkThYP4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tF9YkThYP4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tF9YkThYP4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tF9YkThYP4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tF9YkThYP4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tF9YkThYP4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tF9YkThYP4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tF9YkThYP4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tF9YkThYP4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tF9YkThYP4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tF9YkThYP4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tF9YkThYP4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tF9YkThYP4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tF9YkThYP4 .navbar {
    height: 70px;
  }
  .cid-tF9YkThYP4 .navbar.opened {
    height: auto;
  }
  .cid-tF9YkThYP4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tF9YkTDfac {
  background-image: url("../../../assets/images/siivousliike-jumisko-kuva10.jpg");
}
.cid-tF9YkTDfac .content {
  width: 37%;
}
@media (max-width: 859px) {
  .cid-tF9YkTDfac .content {
    width: 100%;
    text-align: center;
  }
}
.cid-tF9YkTDfac .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}
.cid-tF9YkTDfac .mbr-section-title span {
  position: relative;
}
.cid-tF9YkTDfac .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-tF9YkTDfac .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-tF9YkTDfac .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-tF9YkTDfac .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-tF9YkTDfac .mbr-section-title span svg path {
  fill: #ffffff;
}
.cid-tF9YkTDfac .mbr-section-subtitle {
  color: #1f1437;
}
.cid-tF9YkTDfac .mbr-section-subtitle span {
  position: relative;
}
.cid-tF9YkTDfac .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-tF9YkTDfac .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-tF9YkTDfac .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-tF9YkTDfac .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-tF9YkTDfac .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-tF9YkTDfac .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tF9YkTDfac .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tF9YkTDfac .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-tF9YkTDfac .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tF9YkTV94h {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tF9YkTV94h .section-head {
  margin-bottom: 2rem;
}
.cid-tF9YkTV94h .mbr-section-title {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #1f419a;
}
.cid-tF9YkTV94h .mbr-section-subtitle {
  text-align: center;
  color: #170f2b;
}
@media (max-width: 991px) {
  .cid-tF9YkTV94h .row {
    text-align: center;
  }
}
.cid-tF9YkTV94h .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tF9YkTV94h .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tF9YkTV94h .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tF9YkTV94h .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tF9YkTV94h .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tF9YkU8fAz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1a449a;
}
.cid-tF9YkU8fAz svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-tF9YkU8fAz svg .st0 {
  fill: #1a449a;
}
@media (max-width: 992px) {
  .cid-tF9YkU8fAz svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-tF9YkU8fAz .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tF9YkU8fAz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tF9YkU8fAz .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tF9YkU8fAz .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tF9YkU8fAz div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tF9YkU8fAz .copyright {
  color: #ffffff;
}
.cid-tF9YIIh2ai {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tF9YIIh2ai nav.navbar {
  position: fixed;
}
.cid-tF9YIIh2ai .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tF9YIIh2ai .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tF9YIIh2ai .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tF9YIIh2ai .dropdown-item:hover,
.cid-tF9YIIh2ai .dropdown-item:focus {
  background: #1f419a !important;
  color: white !important;
}
.cid-tF9YIIh2ai .dropdown-item:hover span {
  color: white;
}
.cid-tF9YIIh2ai .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tF9YIIh2ai .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tF9YIIh2ai .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tF9YIIh2ai .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tF9YIIh2ai .nav-link {
  position: relative;
}
.cid-tF9YIIh2ai .container {
  display: flex;
  margin: auto;
}
.cid-tF9YIIh2ai .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tF9YIIh2ai .dropdown-menu,
.cid-tF9YIIh2ai .navbar.opened {
  background: #1f419a !important;
}
.cid-tF9YIIh2ai .nav-item:focus,
.cid-tF9YIIh2ai .nav-link:focus {
  outline: none;
}
.cid-tF9YIIh2ai .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tF9YIIh2ai .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tF9YIIh2ai .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tF9YIIh2ai .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tF9YIIh2ai .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tF9YIIh2ai .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tF9YIIh2ai .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #1f419a;
}
.cid-tF9YIIh2ai .navbar.opened {
  transition: all 0.3s;
}
.cid-tF9YIIh2ai .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tF9YIIh2ai .navbar .navbar-logo img {
  width: auto;
}
.cid-tF9YIIh2ai .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tF9YIIh2ai .navbar.collapsed {
  justify-content: center;
}
.cid-tF9YIIh2ai .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tF9YIIh2ai .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tF9YIIh2ai .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tF9YIIh2ai .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tF9YIIh2ai .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tF9YIIh2ai .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tF9YIIh2ai .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tF9YIIh2ai .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tF9YIIh2ai .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tF9YIIh2ai .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tF9YIIh2ai .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tF9YIIh2ai .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tF9YIIh2ai .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tF9YIIh2ai .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tF9YIIh2ai .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tF9YIIh2ai .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tF9YIIh2ai .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tF9YIIh2ai .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tF9YIIh2ai .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tF9YIIh2ai .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tF9YIIh2ai .navbar.navbar-short {
  min-height: 60px;
}
.cid-tF9YIIh2ai .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tF9YIIh2ai .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tF9YIIh2ai .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tF9YIIh2ai .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tF9YIIh2ai .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tF9YIIh2ai .dropdown-item.active,
.cid-tF9YIIh2ai .dropdown-item:active {
  background-color: transparent;
}
.cid-tF9YIIh2ai .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tF9YIIh2ai .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tF9YIIh2ai .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tF9YIIh2ai .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f419a;
}
.cid-tF9YIIh2ai .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tF9YIIh2ai .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tF9YIIh2ai ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tF9YIIh2ai .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tF9YIIh2ai button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tF9YIIh2ai button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tF9YIIh2ai button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tF9YIIh2ai button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tF9YIIh2ai button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tF9YIIh2ai button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tF9YIIh2ai nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tF9YIIh2ai nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tF9YIIh2ai nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tF9YIIh2ai nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tF9YIIh2ai .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tF9YIIh2ai a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tF9YIIh2ai .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tF9YIIh2ai .navbar {
    height: 70px;
  }
  .cid-tF9YIIh2ai .navbar.opened {
    height: auto;
  }
  .cid-tF9YIIh2ai .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tF9YIIEPGL {
  background-image: url("../../../assets/images/siivousliike-jumisko-kuva2.jpg");
}
.cid-tF9YIIEPGL .content {
  width: 37%;
}
@media (max-width: 859px) {
  .cid-tF9YIIEPGL .content {
    width: 100%;
    text-align: center;
  }
}
.cid-tF9YIIEPGL .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}
.cid-tF9YIIEPGL .mbr-section-title span {
  position: relative;
}
.cid-tF9YIIEPGL .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-tF9YIIEPGL .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-tF9YIIEPGL .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-tF9YIIEPGL .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-tF9YIIEPGL .mbr-section-title span svg path {
  fill: #ffffff;
}
.cid-tF9YIIEPGL .mbr-section-subtitle {
  color: #1f1437;
}
.cid-tF9YIIEPGL .mbr-section-subtitle span {
  position: relative;
}
.cid-tF9YIIEPGL .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-tF9YIIEPGL .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-tF9YIIEPGL .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-tF9YIIEPGL .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-tF9YIIEPGL .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-tF9YIIEPGL .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tF9YIIEPGL .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tF9YIIEPGL .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-tF9YIIEPGL .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tF9YIIYpfI {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tF9YIIYpfI .section-head {
  margin-bottom: 2rem;
}
.cid-tF9YIIYpfI .mbr-section-title {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #1f419a;
}
.cid-tF9YIIYpfI .mbr-section-subtitle {
  text-align: center;
  color: #170f2b;
}
@media (max-width: 991px) {
  .cid-tF9YIIYpfI .row {
    text-align: center;
  }
}
.cid-tF9YIIYpfI .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tF9YIIYpfI .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tF9YIIYpfI .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tF9YIIYpfI .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tF9YIIYpfI .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tF9YIJdBZr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1a449a;
}
.cid-tF9YIJdBZr svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-tF9YIJdBZr svg .st0 {
  fill: #1a449a;
}
@media (max-width: 992px) {
  .cid-tF9YIJdBZr svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-tF9YIJdBZr .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tF9YIJdBZr .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tF9YIJdBZr .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tF9YIJdBZr .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tF9YIJdBZr div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tF9YIJdBZr .copyright {
  color: #ffffff;
}
.cid-tF9ZsNIIs3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tF9ZsNIIs3 nav.navbar {
  position: fixed;
}
.cid-tF9ZsNIIs3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tF9ZsNIIs3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tF9ZsNIIs3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tF9ZsNIIs3 .dropdown-item:hover,
.cid-tF9ZsNIIs3 .dropdown-item:focus {
  background: #1f419a !important;
  color: white !important;
}
.cid-tF9ZsNIIs3 .dropdown-item:hover span {
  color: white;
}
.cid-tF9ZsNIIs3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tF9ZsNIIs3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tF9ZsNIIs3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tF9ZsNIIs3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tF9ZsNIIs3 .nav-link {
  position: relative;
}
.cid-tF9ZsNIIs3 .container {
  display: flex;
  margin: auto;
}
.cid-tF9ZsNIIs3 .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tF9ZsNIIs3 .dropdown-menu,
.cid-tF9ZsNIIs3 .navbar.opened {
  background: #1f419a !important;
}
.cid-tF9ZsNIIs3 .nav-item:focus,
.cid-tF9ZsNIIs3 .nav-link:focus {
  outline: none;
}
.cid-tF9ZsNIIs3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tF9ZsNIIs3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tF9ZsNIIs3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tF9ZsNIIs3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tF9ZsNIIs3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tF9ZsNIIs3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tF9ZsNIIs3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #1f419a;
}
.cid-tF9ZsNIIs3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tF9ZsNIIs3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tF9ZsNIIs3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tF9ZsNIIs3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tF9ZsNIIs3 .navbar.collapsed {
  justify-content: center;
}
.cid-tF9ZsNIIs3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tF9ZsNIIs3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tF9ZsNIIs3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tF9ZsNIIs3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tF9ZsNIIs3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tF9ZsNIIs3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tF9ZsNIIs3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tF9ZsNIIs3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tF9ZsNIIs3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tF9ZsNIIs3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tF9ZsNIIs3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tF9ZsNIIs3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tF9ZsNIIs3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tF9ZsNIIs3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tF9ZsNIIs3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tF9ZsNIIs3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tF9ZsNIIs3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tF9ZsNIIs3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tF9ZsNIIs3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tF9ZsNIIs3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tF9ZsNIIs3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tF9ZsNIIs3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tF9ZsNIIs3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tF9ZsNIIs3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tF9ZsNIIs3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tF9ZsNIIs3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tF9ZsNIIs3 .dropdown-item.active,
.cid-tF9ZsNIIs3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tF9ZsNIIs3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tF9ZsNIIs3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tF9ZsNIIs3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tF9ZsNIIs3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f419a;
}
.cid-tF9ZsNIIs3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tF9ZsNIIs3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tF9ZsNIIs3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tF9ZsNIIs3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tF9ZsNIIs3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tF9ZsNIIs3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tF9ZsNIIs3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tF9ZsNIIs3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tF9ZsNIIs3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tF9ZsNIIs3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tF9ZsNIIs3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tF9ZsNIIs3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tF9ZsNIIs3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tF9ZsNIIs3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tF9ZsNIIs3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tF9ZsNIIs3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tF9ZsNIIs3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tF9ZsNIIs3 .navbar {
    height: 70px;
  }
  .cid-tF9ZsNIIs3 .navbar.opened {
    height: auto;
  }
  .cid-tF9ZsNIIs3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tF9ZsO5NV1 {
  background-image: url("../../../assets/images/siivousliike-jumisko-kuva6.jpg");
}
.cid-tF9ZsO5NV1 .content {
  width: 37%;
}
@media (max-width: 859px) {
  .cid-tF9ZsO5NV1 .content {
    width: 100%;
    text-align: center;
  }
}
.cid-tF9ZsO5NV1 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}
.cid-tF9ZsO5NV1 .mbr-section-title span {
  position: relative;
}
.cid-tF9ZsO5NV1 .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-tF9ZsO5NV1 .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-tF9ZsO5NV1 .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-tF9ZsO5NV1 .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-tF9ZsO5NV1 .mbr-section-title span svg path {
  fill: #ffffff;
}
.cid-tF9ZsO5NV1 .mbr-section-subtitle {
  color: #1f1437;
}
.cid-tF9ZsO5NV1 .mbr-section-subtitle span {
  position: relative;
}
.cid-tF9ZsO5NV1 .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-tF9ZsO5NV1 .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-tF9ZsO5NV1 .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-tF9ZsO5NV1 .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-tF9ZsO5NV1 .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-tF9ZsO5NV1 .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tF9ZsO5NV1 .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tF9ZsO5NV1 .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-tF9ZsO5NV1 .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tF9ZsOkFi5 {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tF9ZsOkFi5 .section-head {
  margin-bottom: 2rem;
}
.cid-tF9ZsOkFi5 .mbr-section-title {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #1f419a;
}
.cid-tF9ZsOkFi5 .mbr-section-subtitle {
  text-align: center;
  color: #170f2b;
}
@media (max-width: 991px) {
  .cid-tF9ZsOkFi5 .row {
    text-align: center;
  }
}
.cid-tF9ZsOkFi5 .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tF9ZsOkFi5 .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tF9ZsOkFi5 .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tF9ZsOkFi5 .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tF9ZsOkFi5 .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tF9ZsOyX2C {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1a449a;
}
.cid-tF9ZsOyX2C svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-tF9ZsOyX2C svg .st0 {
  fill: #1a449a;
}
@media (max-width: 992px) {
  .cid-tF9ZsOyX2C svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-tF9ZsOyX2C .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tF9ZsOyX2C .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tF9ZsOyX2C .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tF9ZsOyX2C .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tF9ZsOyX2C div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tF9ZsOyX2C .copyright {
  color: #ffffff;
}
