/* Fonts */
/* Arimo */
@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 400 700;
  src: url("../fonts/arimo-italic.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 400 700;
  src: url("../fonts/arimo.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* line 3, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
body {
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-optical-sizing: auto;
  letter-spacing: -0.01em;
  overflow-x: hidden;
  background-color: white;
}

@media (min-width: 1400px) {
  /* line 13, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}

/* line 17, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
h1,
h2,
h3,
h4,
h5 {
  /*font-weight: 700;*/
}

/* line 24, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.body-font {
  font-family: "Arimo", sans-serif !important;
}

/* line 27, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.text-transform-none {
  text-transform: none !important;
}

/* line 30, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.fw-bold {
  font-weight: 700 !important;
}

/* line 33, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.fw-normal {
  font-weight: 400 !important;
}

/* line 36, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.text-primary {
  color: #313fe5 !important;
}

/* line 39, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.text-secondary {
  color: #52565e !important;
}

/* line 42, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 45, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.text-white {
  color: white !important;
}

/* line 48, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.text-black-50, body {
  color: #121212 !important;
}

/* line 51, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 54, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.bg-light {
  background-color: #ebeff2 !important;
}

/* line 57, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.bg-white {
  background-color: white !important;
}

/* line 60, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.bg-dark {
  color: white;
}

/* line 63, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.bg-primary {
  background-color: #313fe5 !important;
}

/* line 66, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.bg-secondary {
  background-color: #082034 !important;
}

/* line 69, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.border-radius {
  border-radius: 30px !important;
}

/* line 73, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.text-justify {
  text-align: justify;
}

/* line 78, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.round-buttons .btn.btn-primary {
  border-radius: 50px !important;
}

/* line 81, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.round-buttons .form-control {
  border-radius: 50px !important;
}

/* line 84, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.round-buttons textarea.form-control,
.round-buttons textarea {
  border-radius: 7px !important;
}

/* line 90, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.lead {
  font-weight: 500;
}

/* rtl:begin:remove */
/* rtl:end:remove */
/* line 97, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 100, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 103, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 106, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.theme-primary {
  color: #313fe5;
}

/* line 109, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.visible {
  visibility: visible !important;
}

/* line 112, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.15) !important;
}

/* line 115, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.logo {
  font-family: "Arimo", sans-serif;
  color: #000;
}

/* line 119, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
a {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  color: #313fe5;
  text-decoration: none;
}

/* line 123, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
a:hover, a:focus, a:active {
  color: #121212;
}

/* line 129, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.btn {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none;
  padding: 1rem 2.5rem;
  border-radius: 16px;
  border-color: none;
  font-size: 15px;
}

/* line 136, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 142, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.btn-arrow {
  padding: 1rem 4rem 1rem 2.5rem;
}

/* line 145, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.btn.active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 150, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.btn.btn-primary {
  color: #313fe5;
  background-color: transparent;
  border: 0;
  font-size: 16px;
  border-radius: 16px;
  border: 2px solid #313fe5;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* line 161, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.btn.btn-primary:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #eff0fd;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  z-index: -1;
}

/* line 173, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.btn.btn-primary:hover:before {
  width: 100%;
}

/* line 178, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 7100;
  background: white;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 189, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
hr {
  height: 2px !important;
  background-color: #121212;
  opacity: 1;
}

/* line 194, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.loader {
  z-index: 7700;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 203, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  scroll-margin-top: 80px;
}

@media screen and (max-width: 767px) {
  /* line 203, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

/* line 213, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.heading {
  font-size: 2rem;
  font-family: "Arimo", sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
}

@media screen and (min-width: 768px) {
  /* line 213, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
  .heading {
    font-size: 3rem;
  }
}

/* line 223, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.subheading p {
  font-size: 1.25rem;
  font-weight: 500;
}

/* line 228, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
p.subheading {
  font-size: 1.25rem;
  font-weight: 500;
}

/* line 233, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.sec-form-search .form {
  position: relative;
  z-index: 2;
  margin-top: -50px;
  padding: 30px;
  background-color: white;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
}

/* line 243, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
#post-slider-nav {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  z-index: 99;
}

/* line 249, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
#post-slider-nav .btn {
  display: inline-block;
  cursor: pointer;
  padding: 7px 20px !important;
  background-color: transparent;
  border-color: transparent;
  color: #121212;
  border-radius: 30px;
  border: 1px solid #121212;
}

/* line 258, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
#post-slider-nav .btn:hover {
  border-color: #121212;
}

/* line 263, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.more {
  position: absolute;
  bottom: 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1rem;
  color: #888;
}

/* line 271, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.more:hover {
  color: #000;
}

/* line 275, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.img-box-shadow {
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
}

/* line 280, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.sec-about .has-bg {
  position: relative;
}

/* line 282, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.sec-about .has-bg:before {
  top: -100px;
  bottom: -100px;
  content: "";
  background-color: #313fe5;
  width: 200%;
  position: absolute;
  left: -150%;
  z-index: -1;
}

/* line 294, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.post-slider-wrap {
  position: relative;
}

/* line 296, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.post-slider-wrap #post-slider-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 304, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.post-slider-wrap .tns-inner {
  padding-bottom: 100px;
}

/* line 308, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.post-entry {
  background-color: white;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}

/* line 312, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.post-entry .thumbnail {
  display: block;
}

/* line 315, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.post-entry h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 50px;
  display: block;
}

/* line 320, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.post-entry h3 a {
  color: #000;
}

/* line 324, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.post-entry .h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 50px;
  display: block;
}

/* line 329, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.post-entry .h3 a {
  color: #000;
}

/* line 333, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.post-entry .post-entry-body {
  padding: 40px 30px 30px 30px;
  position: relative;
}

/* line 336, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.post-entry .post-entry-body [class^="icon-"] {
  position: absolute;
  top: -20px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #313fe5;
  color: white;
  text-align: center;
  border-radius: 50%;
}

/* line 351, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.img-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 992px) {
  /* line 363, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
  .bg-half-overlay .img-bg {
    display: block;
    right: 50%;
    width: 50%;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    opacity: .15;
  }
}

@media screen and (max-width: 991px) {
  /* line 377, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
  .bg-half-overlay .img-bg {
    display: none;
  }
}

/* line 383, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.bg-overlay .img-bg {
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  opacity: .15;
}

/* line 393, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.text-black {
  color: #000 !important;
}

/* line 396, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.input-icon-wrap {
  position: relative;
}

/* line 398, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.input-icon-wrap [class^="icon-"] {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 407, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.media-1 {
  text-align: left;
}

/* line 409, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.media-1 img {
  border-radius: 4px;
}

/* line 412, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.media-1 .loc {
  color: rgba(170, 170, 170, 0.8);
}

/* line 415, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.media-1 h3 {
  font-size: 20px;
}

/* line 417, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.media-1 h3 a {
  color: #000;
}

/* line 421, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.media-1 .h3 {
  font-size: 20px;
}

/* line 423, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.media-1 .h3 a {
  color: #000;
}

/* line 427, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.media-1 .price {
  font-size: 18px;
  color: #313fe5;
  font-weight: 700;
  position: relative;
  top: -2px;
}

/* line 433, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.media-1 .price sup {
  font-weight: 400;
  font-size: 16px;
  top: -7px;
}

/* line 441, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.social-custom li {
  display: inline-block;
}

/* line 443, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.social-custom li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  background: #313fe5;
  border-radius: 50%;
  color: white;
  font-size: 15px;
}

/* line 452, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.social-custom li a:before {
  display: none;
}

/* line 455, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.social-custom li a > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 463, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.social-custom li a:hover {
  background: #313fe5;
  color: white;
}

/* line 472, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.sec-video .video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  border-radius: 30px;
}

/* line 479, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.sec-video .video-wrap iframe,
.sec-video .video-wrap object,
.sec-video .video-wrap .embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 491, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
#sb_instagram {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 575px) {
  /* line 496, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
  .px-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 500, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
  .p-xs-0 {
    padding: 0 !important;
  }
  /* line 503, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
  .mx-xs-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 507, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
  .m-xs-0 {
    margin: 0 !important;
  }
}

/* line 512, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.paper-shadow-bottom-md {
  position: relative;
}

/* line 514, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.paper-shadow-bottom-md:before, .paper-shadow-bottom-md:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 30px;
  left: 5px;
  width: 50%;
  top: 80%;
  max-width: 400px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 35px 20px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 35px 20px rgba(0, 0, 0, 0.6);
  box-shadow: 0 35px 20px rgba(0, 0, 0, 0.6);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  border-radius: 20px;
}

/* line 534, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.paper-shadow-bottom-md:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 5px;
  left: auto;
}

/* line 545, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.paper-shadow-top-lg {
  position: relative;
}

/* line 547, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.paper-shadow-top-lg:before, .paper-shadow-top-lg:after {
  z-index: -1;
  position: absolute;
  content: "";
  top: 35px;
  left: 30px;
  width: 40%;
  bottom: 20%;
  max-width: 400px;
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: -20px -20px 35px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -20px -20px 35px rgba(0, 0, 0, 0.4);
  box-shadow: -20px -20px 35px rgba(0, 0, 0, 0.4);
  -webkit-transform: skew(6deg, 4deg);
  -moz-transform: skew(6deg, 4deg);
  -o-transform: skew(6deg, 4deg);
  -ms-transform: skew(6deg, 4deg);
  transform: skew(6deg, 4deg);
  border-radius: 36px;
}

/* line 567, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.paper-shadow-top-lg:after {
  -webkit-box-shadow: 20px -20px 35px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 20px -20px 35px rgba(0, 0, 0, 0.4);
  box-shadow: 20px -20px 35px rgba(0, 0, 0, 0.4);
  -webkit-transform: skew(-6deg, -4deg);
  -moz-transform: skew(-6deg, -4deg);
  -o-transform: skew(-6deg, -4deg);
  -ms-transform: skew(-6deg, -4deg);
  transform: skew(-6deg, -4deg);
  right: 30px;
  left: auto;
}

/* line 582, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.paper-shadow-bottom-lg:before, .paper-shadow-bottom-lg:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 35px;
  left: 30px;
  width: 40%;
  max-height: 75%;
  /* Added, top: 20% removed*/
  height: 500px;
  /* Added, top: 20% removed*/
  /*top: 20%;*/
  max-width: 400px;
  -webkit-transform: skew(-6deg, -4deg);
  -moz-transform: skew(-6deg, -4deg);
  -o-transform: skew(-6deg, -4deg);
  -ms-transform: skew(-6deg, -4deg);
  transform: skew(-6deg, -4deg);
  -webkit-box-shadow: -20px 20px 35px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -20px 20px 35px rgba(0, 0, 0, 0.4);
  box-shadow: -20px 20px 35px rgba(0, 0, 0, 0.4);
  border-radius: 36px;
}

/* line 603, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.paper-shadow-bottom-lg:after {
  -webkit-transform: skew(6deg, 4deg);
  -moz-transform: skew(6deg, 4deg);
  -o-transform: skew(6deg, 4deg);
  -ms-transform: skew(6deg, 4deg);
  transform: skew(6deg, 4deg);
  -webkit-box-shadow: 20px 20px 35px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 20px 20px 35px rgba(0, 0, 0, 0.4);
  box-shadow: 20px 20px 35px rgba(0, 0, 0, 0.4);
  right: 30px;
  left: auto;
}

/* line 617, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.get-in-touch {
  border-radius: 50%;
}

/* line 619, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.get-in-touch:hover {
  transform: scale(1.1) rotate(90deg);
}

/* line 622, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.get-in-touch .get-in-touch-badge {
  animation: 30s rotate infinite linear;
  width: 120px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

/* line 635, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.get-in-touch .badge-text {
  font-size: 12px;
  fill: #121212;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 643, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
ol.bracket-list {
  list-style-type: none;
}

/* line 645, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
ol.bracket-list li {
  counter-increment: section;
}

/* line 647, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
ol.bracket-list li::before {
  content: "(" counter(section) ") ";
}

/* line 653, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
ul.checkmark-list {
  list-style: none;
  padding-left: 0;
}

/* line 656, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
ul.checkmark-list li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.5rem;
  font-size: 18px;
}

/* line 661, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
ul.checkmark-list li::before {
  content: '';
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  top: 3px;
  left: 0;
  background-image: url(../img/checkmark.svg);
  background-size: 1.25rem 1.25rem;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 767px) {
  /* line 653, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
  ul.checkmark-list {
    padding: 0;
  }
}

/* line 679, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
ul.checkmark-list.checkmark-list-yellow li::before {
  background-image: url(../img/checkmark-yellow.svg);
}

/* line 687, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.btn-arrow:hover .arrow {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* line 695, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.arrow-wrap {
  position: absolute;
  border: 2px solid #121212;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

/* line 706, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.arrow-wrap .arrow {
  position: absolute;
  bottom: 0;
  margin-left: -3px;
  width: 10px;
  height: 10px;
  background-size: contain;
  top: 5px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojMTIxMjEyfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
}

/* line 719, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.arrow-wrap:hover:before .arrow, .arrow-wrap:focus:before .arrow, .arrow-wrap:active:before .arrow {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* line 726, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.arrow-wrap.arrow-wrap-white {
  border: 2px solid white;
}

/* line 728, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.arrow-wrap.arrow-wrap-white .arrow {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
}

/* line 733, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.bounceAlpha {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}

/*--------------------------------------------------
	Custom Cursor
---------------------------------------------------*/
/* line 763, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
body.is-cursor-active {
  cursor: none !important;
}

/* line 765, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
body.is-cursor-active * {
  cursor: none !important;
}

/* line 770, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.cursor {
  position: fixed;
  pointer-events: none;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  visibility: hidden;
}

/* line 779, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.cursor.is-enabled {
  visibility: visible;
}

/* line 783, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.cursor.is-hidden .cursor__wrapper {
  transform: scale(0) !important;
}

/* line 788, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.cursor.is-mouse-down .cursor__wrapper {
  transform: scale(0.8);
}

/* line 793, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.cursor.is-active .cursor__follower {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.7);
  transform: scale(3.6);
  opacity: 0.25;
}

/* line 799, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.cursor.is-active.has-label .cursor__follower {
  background-color: black;
  opacity: 0.8;
}

/* line 803, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.cursor.is-active.has-label .cursor__label {
  transform: scale(1);
}

/* line 808, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.cursor.is-active.has-icon .cursor__follower {
  background-color: black;
  opacity: 0.8;
}

/* line 812, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.cursor.is-active.has-icon .cursor__icon {
  transform: scale(1);
}

/* line 818, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.cursor__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* line 824, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.cursor__follower {
  position: absolute;
  background-color: #888888;
  opacity: 0.25;
  border-radius: 100%;
  width: 1.5rem;
  height: 1.5rem;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* line 833, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.cursor__arrows {
  position: absolute;
  display: flex;
  opacity: 0;
  transform: scale(0.7) rotate(40deg);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* line 839, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.cursor__arrows > * {
  position: relative;
  color: black;
  stroke-width: 1;
}

/* line 844, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.cursor__arrows > *:first-child {
  left: -0.625rem;
}

/* line 847, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.cursor__arrows > *:last-child {
  right: -0.625rem;
}

/* line 851, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.cursor__label {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  letter-spacing: 0.05em;
  transform: scale(0);
  will-change: transform, opacity;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* line 862, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.cursor__icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  transform: scale(0);
  will-change: transform, opacity;
  transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* line 871, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.cursor__icon svg {
  width: 48px;
  height: 48px;
  stroke-width: 0.75;
}

/* line 877, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.admin-bar .cursor__follower {
  top: -40px;
  left: -11px;
}

/* line 881, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.admin-bar .cursor__icon {
  left: -23px;
  top: -52px;
}

/* line 885, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.admin-bar .cursor__label {
  left: -21px;
  top: -41px;
}

/* line 889, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.heading-about {
  font-size: 60px;
}

@media (min-width: 1200px) {
  /* line 889, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
  .heading-about {
    font-size: 80px;
  }
}

/* line 895, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.break-word {
  hyphens: auto;
  word-break: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}

/* line 902, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
.overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

/* line 911, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
#mouse {
  display: none;
}

@media (min-width: 1366px) {
  /* line 911, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
  #mouse {
    display: block;
    width: 22px;
    height: 40px;
    border-radius: 20px;
    border: 2px solid white;
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 25px;
    margin: 0 auto;
    z-index: 2;
  }
  /* line 926, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_global.scss */
  #mouse::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 8px;
    position: relative;
    border-radius: 4px;
    background: white;
    animation-name: mouse;
    animation-duration: .9s;
    animation-iteration-count: infinite;
  }
}

@keyframes mouse {
  from {
    top: 0px;
  }
  to {
    top: 6px;
  }
}

/* line 2, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_navbar.scss */
.navbar#mainNav {
  background: #ebeff2;
  z-index: 9;
  top: var(--wp-admin--admin-bar--height, 0);
  /* WP admin bar fix */
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 7, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_navbar.scss */
.navbar#mainNav .dropdown-menu {
  background: white;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  border: 0;
  opacity: 0;
  min-width: 9rem;
  margin-top: 20px;
  padding: 13px 0 10px 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  pointer-events: none;
}

/* line 17, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_navbar.scss */
.navbar#mainNav .dropdown-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid white;
  position: absolute;
  top: -10px;
  left: 10px;
}

/* line 29, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_navbar.scss */
.navbar#mainNav .dropdown-item {
  display: inline-block;
  color: #121212;
  font-family: "Arimo", sans-serif;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

/* line 36, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_navbar.scss */
.navbar#mainNav .dropdown-item:hover, .navbar#mainNav .dropdown-item:focus, .navbar#mainNav .dropdown-item:active {
  background: transparent;
  color: #454545;
}

/* line 43, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_navbar.scss */
.navbar#mainNav .dropdown-item.active {
  background: transparent;
  color: #313fe5;
}

/* line 48, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_navbar.scss */
.navbar#mainNav .dropdown-toggle::after {
  content: "\e313";
  display: inline-block;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  left: 2px;
  border: 0;
}

/* line 66, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_navbar.scss */
.navbar-brand {
  display: block;
}

/* line 68, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_navbar.scss */
.navbar-brand:hover {
  opacity: .85;
}

/* line 71, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_navbar.scss */
.navbar-brand img {
  max-height: 74px;
  max-width: 264px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 79, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_navbar.scss */
.navbar-expand-lg .navbar-nav .nav-link {
  margin: 10px;
  padding: 10px;
}

/* line 86, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_navbar.scss */
.navbar-nav .nav-link {
  display: inline-block;
  color: #121212;
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 96, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_navbar.scss */
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: #454545;
}

/* line 102, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_navbar.scss */
.navbar-icon {
  background: white;
  border-radius: 30px;
  display: inline-block;
  font-size: var(--h5-font-size);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s ease;
}

/* line 112, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_navbar.scss */
.navbar-icon:hover {
  background: #313fe5;
  color: white;
}

/* line 117, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_navbar.scss */
.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

/* line 125, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_navbar.scss */
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

/* line 129, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_navbar.scss */
.navbar-toggler .navbar-toggler-icon {
  background: #121212;
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

/* line 136, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_navbar.scss */
.navbar-toggler .navbar-toggler-icon:before {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: #121212;
  width: 30px;
  height: 2px;
  content: '';
}

/* line 148, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_navbar.scss */
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: #121212;
  width: 30px;
  height: 2px;
  content: '';
}

/* line 160, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_navbar.scss */
.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

/* line 163, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_navbar.scss */
.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}

/* line 169, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_navbar.scss */
.navbar-shrink.navbar#mainNav {
  background: white;
  box-shadow: 0 0.15rem 1rem 0 rgba(0, 0, 0, 0.08);
}

/* line 173, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_navbar.scss */
.navbar-shrink.navbar#mainNav .navbar-brand img {
  max-height: 54px;
}

/* line 178, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_navbar.scss */
.navbar-shrink.navbar#mainNav .navbar-nav .nav-link {
  display: inline-block;
}

/* line 180, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_navbar.scss */
.navbar-shrink.navbar#mainNav .navbar-nav .nav-link:hover {
  color: #454545;
}

/* line 188, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_navbar.scss */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

/* line 190, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_navbar.scss */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
  transform: rotate(45deg);
}

/* line 197, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_navbar.scss */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
  transform: rotate(-45deg);
}

@media screen and (max-width: 991px) {
  /* line 208, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_navbar.scss */
  .navbar#mainNav.mobile-navbar-expanded {
    background-color: #313fe5;
  }
  /* line 212, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_navbar.scss */
  .navbar#mainNav .navbar-nav .dropdown-menu {
    position: relative;
    left: 10px;
    opacity: 1;
    pointer-events: auto;
    max-width: 155px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  /* line 223, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_navbar.scss */
  .navbar#mainNav.navbar-expand-lg .navbar-nav {
    padding-bottom: 20px;
  }
  /* line 225, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_navbar.scss */
  .navbar#mainNav.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }
  /* line 231, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_navbar.scss */
  .navbar#mainNav .nav-tabs .nav-link {
    font-size: 16px;
    padding: 10px;
  }
  /* line 232, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_navbar.scss */
  .navbar#mainNav .nav-tabs .nav-link:first-child {
    margin-right: 5px;
  }
  /* line 241, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_navbar.scss */
  .navbar-brand img {
    max-height: 74px;
    max-width: 172px;
  }
}

@media screen and (min-width: 992px) {
  /* line 252, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_navbar.scss */
  .navbar#mainNav .navbar-nav .nav-item.nav-btn .nav-link {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 15px;
    background: #313fe5;
    border-radius: 12px;
    -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.18);
    margin-left: 20px;
    z-index: 1;
  }
  /* line 262, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_navbar.scss */
  .navbar#mainNav .navbar-nav .nav-item.nav-btn .nav-link:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 12px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  /* line 273, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_navbar.scss */
  .navbar#mainNav .navbar-nav .nav-item.nav-btn .nav-link:hover:before, .navbar#mainNav .navbar-nav .nav-item.nav-btn .nav-link:focus:before, .navbar#mainNav .navbar-nav .nav-item.nav-btn .nav-link:active:before {
    background: rgba(0, 0, 0, 0.05);
    /* black mask with 5% opacity */
    z-index: -1;
  }
  /* line 284, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_navbar.scss */
  .navbar#mainNav .dropdown .dropdown-menu {
    display: inherit;
  }
  /* line 288, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_navbar.scss */
  .navbar#mainNav .dropdown:hover .dropdown-menu {
    opacity: 1;
    margin-top: 0;
    pointer-events: auto;
  }
}

/* line 2, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_hero.scss */
.hero {
  position: relative;
  background-image: url("../img/hero-bg.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  margin: 0;
  color: white;
  background-color: #333333;
  padding: 2.5rem 0;
  overflow: hidden;
}

/* line 16, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_hero.scss */
.hero .hero-content {
  z-index: 1;
  position: relative;
}

/* line 19, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_hero.scss */
.hero .hero-content h1 {
  font-size: 26px;
}

@media (min-width: 1200px) and (max-width: 1366px) {
  /* line 19, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_hero.scss */
  .hero .hero-content h1 {
    font-size: 35px;
  }
}

@media (min-width: 1367px) {
  /* line 19, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_hero.scss */
  .hero .hero-content h1 {
    font-size: 42px;
  }
}

/* line 29, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_hero.scss */
.hero .hero-image-container {
  margin-right: auto;
  margin-left: auto;
}

/* line 32, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_hero.scss */
.hero .hero-image-container img {
  height: 100%;
  margin: auto;
}

@media (min-width: 992px) {
  /* line 2, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_hero.scss */
  .hero {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  /* line 40, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_hero.scss */
  .hero .hero-content {
    font-size: 52px;
  }
}

@media (min-width: 1200px) and (max-width: 1366px) {
  /* line 45, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_hero.scss */
  .hero .hero-image-container {
    max-width: 494px !important;
  }
}

@media (max-width: 991px) {
  /* line 50, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_hero.scss */
  .hero .hero-content {
    margin-top: 0;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  /* line 55, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_hero.scss */
  .hero .hero-image-container {
    max-width: 468px;
  }
}

@media (min-width: 469px) and (max-width: 776px) {
  /* line 60, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_hero.scss */
  .hero .hero-image-container {
    max-width: 400px;
  }
}

/* line 3, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_footer.scss */
.site-footer {
  padding-top: 5rem;
}

/* line 5, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_footer.scss */
.site-footer a {
  position: relative;
  display: inline-block;
  color: #999999;
  padding: inherit;
  text-decoration: none;
}

/* line 11, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_footer.scss */
.site-footer a:hover {
  color: #121212;
}

/* line 14, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_footer.scss */
.site-footer a h5 {
  color: #121212;
}

/* line 18, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_footer.scss */
.site-footer p,
.site-footer address {
  color: #999999;
}

/* line 22, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_footer.scss */
.site-footer .widget {
  margin-bottom: 2em;
  display: block;
  font-size: 14px;
  line-height: 2;
}

/* line 27, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_footer.scss */
.site-footer .widget h5 {
  font-size: 14px;
  margin-bottom: .5rem;
}

@media screen and (min-width: 768px) {
  /* line 22, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_footer.scss */
  .site-footer .widget {
    margin-bottom: 5em;
  }
  /* line 33, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_footer.scss */
  .site-footer .widget h5 {
    margin-bottom: 1.5rem;
  }
}

/* line 38, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_footer.scss */
.site-footer .footer-logo {
  max-width: 150px;
}

@media screen and (min-width: 768px) {
  /* line 38, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_footer.scss */
  .site-footer .footer-logo {
    max-width: 230px;
  }
}

/* line 46, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_footer.scss */
.site-footer .legal-menu li {
  margin-right: 1rem;
}

/* line 48, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_footer.scss */
.site-footer .legal-menu li:last-child {
  margin-right: 0;
}

/* line 1, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_quotes.scss */
.sec-quote {
  overflow: hidden;
}

/* line 4, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_quotes.scss */
.quote-slider {
  display: flex;
}

/* line 7, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_quotes.scss */
.quote-slider-wrap {
  position: relative;
}

/* line 9, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_quotes.scss */
.quote-slider-wrap .tns-ovh {
  overflow: visible;
}

/* line 12, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_quotes.scss */
.quote-slider-wrap .tns-inner {
  padding-top: 2rem;
  padding-bottom: 70px;
}

@media screen and (min-width: 768px) {
  /* line 12, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_quotes.scss */
  .quote-slider-wrap .tns-inner {
    padding-top: 70px;
  }
}

/* line 18, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_quotes.scss */
.quote-slider-wrap .tns-inner .tns-item {
  position: relative;
  cursor: grab;
}

/* line 23, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_quotes.scss */
.quote-slider-wrap .quote {
  padding: 2.5rem 2.5rem 1.5rem 2.5rem;
  background-color: white;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  border-radius: 30px;
  height: 100%;
}

/* line 31, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_quotes.scss */
.quote-slider-wrap .quote:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 23px solid transparent;
  border-top: 20px solid white;
  position: absolute;
  bottom: -18px;
  left: 30px;
}

/* line 42, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_quotes.scss */
.quote-slider-wrap .quote [class^="icon"] {
  position: absolute;
  top: -20px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #313fe5;
  color: white;
  text-align: center;
  border-radius: 50%;
}

/* line 55, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_quotes.scss */
.quote-slider-wrap .quote blockquote {
  margin-bottom: 1.5rem;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 60, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_quotes.scss */
.quote-slider-wrap .quote blockquote p {
  font-size: 26px;
  word-break: break-word;
  hyphens: auto;
}

/* line 64, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_quotes.scss */
.quote-slider-wrap .quote blockquote p:last-child {
  margin-bottom: 0;
}

/* line 70, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_quotes.scss */
.quote-slider-wrap .author {
  position: absolute;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 75, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_quotes.scss */
.quote-slider-wrap .author .img {
  margin-left: 28px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}

/* line 81, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_quotes.scss */
.quote-slider-wrap .author .img img {
  border-radius: 50%;
  width: 50px;
}

/* line 86, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_quotes.scss */
.quote-slider-wrap .author .text {
  line-height: 1.3;
}

/* line 88, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_quotes.scss */
.quote-slider-wrap .author .text strong {
  font-weight: bold;
}

/* line 91, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_quotes.scss */
.quote-slider-wrap .author .text span {
  opacity: .6;
}

/* line 99, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_quotes.scss */
.quote-font-sm blockquote p {
  font-size: 18px !important;
}

/* line 105, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_quotes.scss */
.quote-slider-nav {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 99;
  position: absolute;
  bottom: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 116, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_quotes.scss */
.quote-slider-nav .btn {
  border: none;
  position: relative;
  z-index: 1;
  opacity: .75;
  padding: 0;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #313fe5;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

/* line 128, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_quotes.scss */
.quote-slider-nav .btn:hover {
  opacity: 1;
}

/* line 131, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_quotes.scss */
.quote-slider-nav .btn [class^="icon"] {
  font-size: 30px;
  color: white;
  margin: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  /* line 142, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_quotes.scss */
  .quote-slider-wrap .quote {
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  /* line 147, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_quotes.scss */
  .quote-slider-wrap .quote [class^="icon"] {
    left: 50%;
    transform: translateX(-50%);
  }
  /* line 152, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_quotes.scss */
  .quote-slider-wrap .quote .author .author-wrap {
    justify-content: center !important;
  }
  /* line 157, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_quotes.scss */
  .quote-slider-wrap .quote-slider-nav {
    position: unset;
    bottom: inherit;
    left: inherit;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  /* line 164, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_quotes.scss */
  .quote-slider-wrap .quote-slider-nav .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 5px;
    width: 50px;
    height: 50px;
  }
  /* line 171, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_quotes.scss */
  .quote-slider-wrap .quote-slider-nav .btn:nth-child(1) {
    left: 0;
  }
  /* line 174, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_quotes.scss */
  .quote-slider-wrap .quote-slider-nav .btn:nth-child(2) {
    right: 0;
  }
  /* line 177, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_quotes.scss */
  .quote-slider-wrap .quote-slider-nav .btn [class^="icon"] {
    font-size: 25px;
  }
}

/* line 1, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_how.scss */
.sec-how {
  background: #ebeff2;
}

/* line 3, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_how.scss */
.sec-how .how-item {
  height: 100%;
  background: #082034;
  color: white;
  padding: 2.5rem;
  position: relative;
  border-radius: 30px;
}

/* line 11, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_how.scss */
.sec-how .how-item .how-item-img-wrap .how-icon {
  width: 6.25rem;
  margin-bottom: 1rem;
}

/* line 17, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_how.scss */
.sec-how .how-item .how-item-text-wrap h3 {
  font-size: 28px;
  font-weight: 500;
}

/* line 23, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_how.scss */
.sec-how .how-item.has-button .how-item-text-wrap {
  padding-bottom: 4rem;
}

/* line 28, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_how.scss */
.sec-how .how-ribbon {
  position: absolute;
  bottom: 2.5rem;
  right: 0;
  padding: .75rem 3rem .75rem 2rem;
  background: #313fe5;
  width: 100%;
  color: #121212;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 1200px) {
  /* line 28, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_how.scss */
  .sec-how .how-ribbon {
    font-size: 15px;
  }
}

/* line 45, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_how.scss */
.sec-how .how-ribbon .edge-left,
.sec-how .how-ribbon .edge-right {
  position: absolute;
  width: 7px;
  height: calc(100% + 7px);
  top: 0;
  right: -7px;
  background: linear-gradient(to left, #1b2ad7, #313fe5);
  border-radius: 0 5px 5px 0;
}

/* line 54, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_how.scss */
.sec-how .how-ribbon .edge-left:after,
.sec-how .how-ribbon .edge-right:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 7px;
  bottom: 0;
  right: 1px;
  background: #1520a5;
  border-radius: 0 5px 5px 0;
}

/* line 65, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_how.scss */
.sec-how .how-ribbon .edge-right {
  right: auto;
  left: -7px;
  background: linear-gradient(to right, #1b2ad7, #313fe5);
  border-radius: 5px 0 0 5px;
}

/* line 70, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_how.scss */
.sec-how .how-ribbon .edge-right:after {
  right: auto;
  left: 1px;
  background: #1520a5;
  border-radius: 5px 0 0 5px;
}

/* line 77, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_how.scss */
.sec-how .how-ribbon .arrow-wrap {
  right: 1rem;
}

/* line 83, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_how.scss */
.sec-how .how-ribbon:hover .arrow, .sec-how .how-ribbon:focus .arrow, .sec-how .how-ribbon:active .arrow {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* line 1, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
#timeline {
  position: relative;
  padding: 2em 0;
}

/* line 4, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
#timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  height: 100%;
  width: 4px;
  background: linear-gradient(to bottom, rgba(206, 210, 214, 0) 0%, #ced2d6 8%, #ced2d6 92%, rgba(206, 210, 214, 0) 100%);
}

@media only screen and (min-width: 576px) {
  /* line 14, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
  #timeline::before {
    left: 28px;
  }
}

@media only screen and (min-width: 992px) {
  /* line 1, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
  #timeline {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  /* line 23, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
  #timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

/* line 29, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
.timeline-block {
  position: relative;
  margin: 2rem 0;
}

/* line 32, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
.timeline-block:after {
  clear: both;
  content: "";
  display: table;
}

/* line 37, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
.timeline-block:first-child {
  margin-top: 0;
}

/* line 40, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
.timeline-block:last-child {
  margin-bottom: 0;
}

/* line 43, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
.timeline-block.has-button {
  margin-bottom: 6rem;
}

@media only screen and (min-width: 992px) {
  /* line 29, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
  .timeline-block {
    margin: 4rem 0;
  }
  /* line 48, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
  .timeline-block:first-child {
    margin-top: 0;
  }
  /* line 51, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
  .timeline-block:last-child {
    margin-bottom: 0;
  }
  /* line 54, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
  .timeline-block.has-button {
    margin-bottom: 6rem;
  }
}

/* line 59, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
.timeline-icon {
  position: absolute;
  top: 2rem;
  left: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #082034;
}

/* line 67, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
.timeline-icon img {
  display: block;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  position: absolute;
}

@media only screen and (min-width: 576px) {
  /* line 59, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
  .timeline-icon {
    top: 1.5rem;
    width: 60px;
    height: 60px;
  }
  /* line 81, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
  .timeline-icon img {
    width: 28px;
    height: 28px;
  }
}

@media only screen and (min-width: 992px) {
  /* line 59, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
  .timeline-icon {
    width: 88px;
    height: 88px;
    left: 50%;
    margin-left: -44px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  /* line 94, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
  .timeline-icon img {
    width: 38px;
    height: 38px;
  }
  /* line 98, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
  .cssanimations .timeline-icon.is-hidden {
    visibility: hidden;
  }
  /* line 101, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
  .cssanimations .timeline-icon.bounce-in {
    visibility: visible;
    animation: bounce-1 .6s;
  }
}

@keyframes bounce-1 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/* line 122, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
.timeline-content {
  position: relative;
  margin-left: 64px;
  background: #ebeff2;
  border-radius: 30px;
  padding: 2rem;
}

/* line 128, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
.timeline-content:after {
  clear: both;
  content: "";
  display: table;
}

/* line 133, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
.timeline-content .step-number {
  font-size: 20px;
  /*float: left;*/
}

/* line 137, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
.timeline-content h3 {
  font-size: 30px;
  font-weight: 500;
}

/* line 141, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
.timeline-content::before {
  content: '';
  position: absolute;
  top: 2rem;
  right: 100%;
  height: 0;
  width: 0;
  border: 20px solid transparent;
  border-right: 16px solid #ebeff2;
}

/* line 151, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
.timeline-content .timeline-btn {
  position: relative;
  padding: 1.5rem 4rem 1.5rem 1.5rem;
  overflow: hidden;
  display: block;
  margin-bottom: -6rem;
  margin-top: 1.5rem;
  margin-left: -1rem;
  margin-right: -1rem;
  border-radius: 30px;
  -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
}

/* line 163, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
.timeline-content .timeline-btn .img-bg {
  background-size: auto 100%;
  background-position: left center;
}

/* line 167, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
.timeline-content .timeline-btn .timeline-btn-inner {
  text-align: center;
  position: relative;
}

/* line 170, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
.timeline-content .timeline-btn .timeline-btn-inner p {
  font-size: 15px;
  margin-bottom: 0.25rem;
}

/* line 174, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
.timeline-content .timeline-btn .timeline-btn-inner .quantum3-logo {
  width: 240px;
  max-width: 100%;
}

/* line 179, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
.timeline-content .timeline-btn:hover, .timeline-content .timeline-btn:focus, .timeline-content .timeline-btn:active {
  color: white;
}

/* line 183, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
.timeline-content .timeline-btn:hover .arrow, .timeline-content .timeline-btn:focus .arrow, .timeline-content .timeline-btn:active .arrow {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@media only screen and (min-width: 576px) {
  /* line 122, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
  .timeline-content {
    margin-left: 90px;
    padding: 2rem 3rem;
  }
  /* line 194, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
  .timeline-content h3 {
    font-size: 36px;
  }
  /* line 197, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
  .timeline-content::before {
    border-right: 20px solid #ebeff2;
  }
  /* line 200, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
  .timeline-content .timeline-btn {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 204, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
  .timeline-content .timeline-btn .timeline-btn-inner p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  /* line 122, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
  .timeline-content {
    margin-left: 0;
    padding: 3rem 4rem;
    width: 42%;
  }
  /* line 214, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
  .timeline-content .step-number {
    font-size: 36px;
  }
  /* line 217, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
  .timeline-content::before {
    top: 3rem;
    left: 100%;
    border-color: transparent;
    border-left-color: #ebeff2;
  }
  /* line 223, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
  .timeline-content .timeline-btn {
    margin-top: 2rem;
    text-decoration: none;
  }
  /* line 227, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
  .timeline-content .step-number {
    position: absolute;
    width: 100%;
    left: 138%;
    /*top: 3rem;*/
  }
  /* line 233, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
  .timeline-block:nth-child(even) .timeline-content {
    float: right;
  }
  /* line 235, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
  .timeline-block:nth-child(even) .timeline-content::before {
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #ebeff2;
  }
  /* line 241, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
  .timeline-block:nth-child(even) .timeline-content .step-number {
    left: auto;
    right: 138%;
    text-align: right;
  }
  /* line 247, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
  .cssanimations .timeline-content.is-hidden {
    visibility: hidden;
  }
  /* line 250, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
  .cssanimations .timeline-content.bounce-in {
    visibility: visible;
    animation: bounce-2 .6s;
  }
}

@media only screen and (min-width: 992px) {
  /* inverse bounce effect on even content blocks */
  /* line 258, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_steps.scss */
  .cssanimations .timeline-block:nth-child(even) .timeline-content.bounce-in {
    animation: bounce-2-inverse .6s;
  }
}

@keyframes bounce-2 {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes bounce-2-inverse {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}

/* line 3, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_testimonials.scss */
.sec-testimonials #testimonials-slider .testimonial {
  padding-left: 2rem;
  padding-right: 2rem;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 11, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_testimonials.scss */
.sec-testimonials #testimonials-slider .testimonial blockquote {
  font-size: 24px;
}

/* line 15, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_testimonials.scss */
.sec-testimonials #testimonials-slider .testimonial .author .img {
  margin-left: 28px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}

/* line 21, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_testimonials.scss */
.sec-testimonials #testimonials-slider .testimonial .author .img img {
  border-radius: 50%;
  width: 50px;
}

/* line 26, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_testimonials.scss */
.sec-testimonials #testimonials-slider .testimonial .author .text {
  line-height: 1.3;
}

/* line 28, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_testimonials.scss */
.sec-testimonials #testimonials-slider .testimonial .author .text strong {
  font-weight: bold;
}

/* line 31, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_testimonials.scss */
.sec-testimonials #testimonials-slider .testimonial .author .text span {
  opacity: .6;
}

/* line 37, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_testimonials.scss */
.sec-testimonials #testimonials-slider .swiper-pagination {
  position: relative;
}

/* line 40, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_testimonials.scss */
.sec-testimonials #testimonials-slider .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 0);
}

/* line 43, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_testimonials.scss */
.sec-testimonials #testimonials-slider .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 0);
}

@media only screen and (min-width: 768px) {
  /* line 47, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_testimonials.scss */
  .sec-testimonials #testimonials-slider .testimonial {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  /* line 51, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_testimonials.scss */
  .sec-testimonials #testimonials-slider .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 10px);
  }
  /* line 54, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_testimonials.scss */
  .sec-testimonials #testimonials-slider .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 10px);
  }
}

@media screen and (min-width: 768px) {
  /* line 2, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_faq.scss */
  .sec-faq.cta-active {
    margin-top: -20rem;
    padding-top: 20rem;
  }
}

/* line 9, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_faq.scss */
.accordion-flush {
  border-radius: 30px !important;
  overflow: hidden;
}

/* line 12, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_faq.scss */
.accordion-flush .accordion-collapse {
  border: none !important;
}

/* line 15, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_faq.scss */
.accordion-flush .accordion-body {
  border: none !important;
  background: rgba(0, 0, 0, 0.1);
  background-color: #ebeff2;
  padding-top: 1.75rem;
}

/* line 22, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_faq.scss */
.accordion-flush .accordion-header button {
  font-weight: normal;
  border: none;
  color: #121212;
}

/* line 26, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_faq.scss */
.accordion-flush .accordion-header button:focus {
  box-shadow: none;
}

/* line 30, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_faq.scss */
.accordion-flush .accordion-header button[aria-expanded="true"] {
  background-color: transparent;
  border: none;
  opacity: 1;
}

/* line 34, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_faq.scss */
.accordion-flush .accordion-header button[aria-expanded="true"]:after {
  opacity: 1;
}

/* line 42, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_faq.scss */
.type-1 .accordion-flush {
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);
}

/* line 49, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_faq.scss */
.type-2 .accordion-flush {
  border-radius: unset !important;
  overflow: visible;
}

/* line 52, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_faq.scss */
.type-2 .accordion-flush .accordion-item {
  border-radius: 30px !important;
  overflow: hidden;
  margin-bottom: 5px;
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);
  border: none;
}

/* line 65, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_faq.scss */
.bg-light .accordion-flush .accordion-body {
  background: rgba(0, 0, 0, 0.1);
}

/* line 1, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
.sec-contact {
  padding-top: 100px;
}

/* line 3, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
.sec-contact .contact-info-wrap {
  overflow: hidden;
}

@media (min-width: 1024px) {
  /* line 3, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
  .sec-contact .contact-info-wrap {
    padding: 5rem !important;
  }
}

/* line 8, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
.sec-contact .contact-info-wrap a {
  color: white;
}

/* line 10, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
.sec-contact .contact-info-wrap a:hover, .sec-contact .contact-info-wrap a:focus {
  color: #313fe5;
  text-decoration: none;
}

/* line 16, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
.sec-contact .contact-info-wrap hr {
  margin: 2rem 0;
}

/* line 19, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
.sec-contact .contact-info-wrap .contact-info {
  list-style: none;
  z-index: 1;
  position: relative;
}

/* line 23, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
.sec-contact .contact-info-wrap .contact-info span.position-absolute {
  left: 0;
}

/* line 30, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
.sec-contact .contact-form-wrap a {
  text-decoration: underline;
  color: #121212 !important;
}

/* line 35, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
.sec-contact .contact-wrap {
  z-index: 1;
}

/* line 37, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
.sec-contact .contact-wrap .contact-inner {
  border-radius: 30px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  /* line 43, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
  .sec-contact .contact-form-wrap {
    padding: 5rem !important;
  }
}

/* line 47, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
.sec-contact input[type=checkbox], .sec-contact input[type=radio] {
  margin-right: .5rem;
}

/* line 52, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
.sec-contact-cta {
  z-index: 1;
  background-color: transparent !important;
}

/* line 55, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
.sec-contact-cta .contact-wrap {
  padding: 1.25rem;
  border-radius: 12px;
}

/* line 58, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
.sec-contact-cta .contact-wrap h3.heading {
  font-size: 18px;
  color: #313fe5;
  font-weight: 500;
  max-width: 80%;
}

@media screen and (min-width: 768px) {
  /* line 66, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
  .sec-contact-cta .contact-wrap {
    padding: 4rem;
    border-radius: 30px;
  }
  /* line 69, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
  .sec-contact-cta .contact-wrap h3.heading {
    font-size: 32px;
  }
}

/* line 76, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
.form-control {
  height: 54px;
  border-color: rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border-color: transparent;
  height: 52px;
  background-color: #ebeff2;
  border-radius: 30px;
}

/* line 86, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
.form-control:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.2) !important;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 95, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.2) !important;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 104, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

/* line 107, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

/* line 110, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

/* line 113, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
.form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

/* line 116, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
.form-control::placeholder {
  opacity: .4;
}

/* line 120, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
textarea {
  height: auto !important;
  height: auto !important;
  border-radius: 30px;
}

/* line 129, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
#page .forminator-ui.forminator-custom-form[data-design=flat] .forminator-input,
#page .forminator-ui.forminator-custom-form[data-design=flat] .forminator-textarea,
#page .forminator-ui.forminator-custom-form[data-design=flat] .forminator-select {
  border-radius: 30px;
  background-color: #ebeff2;
  color: #121212;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 138, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
#page .forminator-ui.forminator-custom-form[data-design=flat] .forminator-input,
#page .forminator-ui.forminator-custom-form[data-design=flat] .forminator-textarea {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 143, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
#page .forminator-ui.forminator-custom-form[data-design=flat] .forminator-select {
  padding-top: 6px;
  padding-bottom: 6px;
}

/* line 147, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
#page .forminator-ui.forminator-custom-form[data-design=flat] .forminator-select .selection .select2-selection {
  background-color: #ebeff2 !important;
}

/* line 150, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
#page .forminator-ui.forminator-custom-form[data-design=flat] .forminator-select .selection .select2-selection:hover .select2-selection__arrow {
  color: #313fe5 !important;
}

/* line 154, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
#page .forminator-ui.forminator-custom-form[data-design=flat] .forminator-select .selection .select2-selection .select2-selection__arrow {
  color: #121212 !important;
}

/* line 157, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
#page .forminator-ui.forminator-custom-form[data-design=flat] .forminator-select .selection .select2-selection .select2-selection__rendered {
  color: #121212 !important;
  padding-left: 0;
}

/* line 165, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
#page .forminator-ui.forminator-custom-form[data-design=flat] .forminator-select.select2-container--open .selection .select2-selection__arrow {
  color: #313fe5 !important;
}

@media screen and (min-width: 768px) {
  /* line 172, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
  #page .forminator-ui.forminator-custom-form[data-design=flat] .partner-select.forminator-hidden {
    visibility: hidden;
    display: block !important;
  }
  /* line 177, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
  #page .forminator-ui.forminator-custom-form[data-design=flat] .partner-select.forminator-hidden .select2-selection--single .select2-selection__arrow [class*=forminator-icon-] {
    transition: none !important;
  }
}

/* line 184, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
#page .forminator-ui.forminator-custom-form[data-design=flat] .forminator-label {
  color: #121212;
  font-size: 15px;
  padding-left: 0.75rem;
  margin-bottom: 0.25rem;
}

/* line 190, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
#page .forminator-ui.forminator-custom-form[data-design=flat] .forminator-checkbox {
  color: inherit !important;
}

/* line 192, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
#page .forminator-ui.forminator-custom-form[data-design=flat] .forminator-checkbox .forminator-checkbox-box {
  background-color: #ebeff2 !important;
  color: #121212 !important;
}

/* line 200, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
#page .forminator-ui.forminator-custom-form[data-design=flat] .forminator-consent__label p {
  color: #121212;
}

/* line 205, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
#page .forminator-ui.forminator-custom-form[data-design=flat] .forminator-field ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

/* line 208, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
#page .forminator-ui.forminator-custom-form[data-design=flat] .forminator-field ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

/* line 211, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
#page .forminator-ui.forminator-custom-form[data-design=flat] .forminator-field :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

/* line 214, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
#page .forminator-ui.forminator-custom-form[data-design=flat] .forminator-field :-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

/* line 217, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
#page .forminator-ui.forminator-custom-form[data-design=flat] .forminator-field ::placeholder {
  opacity: .4;
}

/* line 221, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
#page .forminator-ui.forminator-custom-form[data-design=flat] .partner-checkbox {
  margin: auto;
}

@media screen and (max-width: 767px) {
  /* line 221, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
  #page .forminator-ui.forminator-custom-form[data-design=flat] .partner-checkbox {
    margin-bottom: 20px;
  }
}

/* line 226, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
#page .forminator-ui.forminator-custom-form[data-design=flat] .partner-checkbox .forminator-field {
  height: 100%;
}

/* line 228, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
#page .forminator-ui.forminator-custom-form[data-design=flat] .partner-checkbox .forminator-field .forminator-checkbox-label {
  color: #121212;
  font-size: 15px;
  font-weight: 700;
}

/* line 235, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
#page .forminator-ui.forminator-custom-form[data-design=flat] .forminator-button {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none;
  padding: 15px 30px;
  border-color: transparent;
  color: #121212;
  background-color: #313fe5;
  border: 0;
  font-size: 16px;
  font-weight: 600;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* line 249, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
#page .forminator-ui.forminator-custom-form[data-design=flat] .forminator-button:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  z-index: -1;
}

/* line 260, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
#page .forminator-ui.forminator-custom-form[data-design=flat] .forminator-button:hover {
  background-color: #313fe5;
  box-shadow: none;
  color: #121212;
}

/* line 264, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
#page .forminator-ui.forminator-custom-form[data-design=flat] .forminator-button:hover:before {
  width: 100%;
}

/* line 268, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
#page .forminator-ui.forminator-custom-form[data-design=flat] .forminator-button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 783px) {
  /* line 275, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
  #page .forminator-ui .forminator-row {
    margin-bottom: 20px;
  }
}

/* line 280, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
#page .forminator-ui .forminator-row-last {
  margin-bottom: 0;
}

/* line 285, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
#page.round-buttons .btn.btn-primary {
  border-radius: 50px !important;
}

/* line 288, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
#page.round-buttons .form-control {
  border-radius: 50px !important;
}

/* line 291, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
#page.round-buttons textarea.form-control,
#page.round-buttons textarea {
  border-radius: 7px !important;
}

/* line 297, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
#page.round-buttons .forminator-ui.forminator-custom-form[data-design=flat] .forminator-input,
#page.round-buttons .forminator-ui.forminator-custom-form[data-design=flat] .forminator-select,
#page.round-buttons .forminator-ui.forminator-custom-form[data-design=flat] .forminator-button {
  border-radius: 50px !important;
}

/* line 302, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
#page.round-buttons .forminator-ui.forminator-custom-form[data-design=flat] .forminator-textarea {
  border-radius: 7px !important;
}

/* line 313, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
.forminator-select.forminator-select-dropdown-container--open .forminator-select-dropdown.forminator-dropdown--flat .select2-results .select2-results__options .select2-results__option {
  color: #121212;
}

/* line 315, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
.forminator-select.forminator-select-dropdown-container--open .forminator-select-dropdown.forminator-dropdown--flat .select2-results .select2-results__options .select2-results__option.select2-results__option--selected {
  background-color: #313fe5;
}

/* line 318, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_contact.scss */
.forminator-select.forminator-select-dropdown-container--open .forminator-select-dropdown.forminator-dropdown--flat .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  color: inherit !important;
}

@media screen and (min-width: 768px) {
  /* line 1, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_funnel.scss */
  .sec-funnel {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

/* line 6, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_funnel.scss */
.sec-funnel .get-in-touch {
  position: absolute;
  right: 40px;
  bottom: 40px;
}

/* line 11, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_funnel.scss */
.sec-funnel .container {
  position: relative;
}

/* line 14, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_funnel.scss */
.sec-funnel .img-bg {
  background-position: 25% 50%;
}

@media screen and (min-width: 992px) {
  /* line 14, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_funnel.scss */
  .sec-funnel .img-bg {
    background-position: -50% 50%;
    background-size: auto;
  }
}

@media screen and (min-width: 1680px) {
  /* line 14, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_funnel.scss */
  .sec-funnel .img-bg {
    background-position: right;
    background-size: contain;
  }
}

/* line 26, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_funnel.scss */
.sec-funnel .funnel-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 72px;
  max-width: 304px;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 30px 0 rgba(148, 127, 127, 0.05);
  border-radius: 16px;
  margin-bottom: 3.5rem;
  border: 2px solid #313fe5;
  position: relative;
}

/* line 38, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_funnel.scss */
.sec-funnel .funnel-item .funnel-icon {
  width: 32px;
  margin-left: 1rem;
  margin-right: 1rem;
}

/* line 43, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_funnel.scss */
.sec-funnel .funnel-item h4 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.025em;
  margin-bottom: 0;
  margin-right: 2rem;
}

@media screen and (min-width: 768px) {
  /* line 43, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_funnel.scss */
  .sec-funnel .funnel-item h4 {
    font-size: 16px;
  }
}

/* line 54, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_funnel.scss */
.sec-funnel .funnel-item:after {
  content: "";
  background-image: url(../img/funnel-item-connector.svg);
  background-size: 130px 68px;
  display: block;
  width: 130px;
  height: 68px;
  background-repeat: no-repeat;
  position: absolute;
  top: 24px;
  right: -92px;
}

/* line 66, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_funnel.scss */
.sec-funnel .funnel-item:nth-child(2) {
  left: 3rem;
}

/* line 69, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_funnel.scss */
.sec-funnel .funnel-item:nth-child(3) {
  left: 6rem;
}

/* line 72, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_funnel.scss */
.sec-funnel .funnel-item:nth-child(4) {
  left: 9rem;
  margin-bottom: 0;
}

@media screen and (max-width: 566px) {
  /* line 78, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_funnel.scss */
  .sec-funnel .funnel-items-wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  /* line 81, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_funnel.scss */
  .sec-funnel .funnel-items-wrap .funnel-item {
    max-width: none;
    margin-bottom: 2rem;
    margin-right: 30px;
    width: calc(100% - 46px);
  }
  /* line 86, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_funnel.scss */
  .sec-funnel .funnel-items-wrap .funnel-item:after {
    background-size: 80px 42px;
    width: 80px;
    height: 42px;
    top: 28px;
    right: -50px;
  }
  /* line 93, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_funnel.scss */
  .sec-funnel .funnel-items-wrap .funnel-item:nth-child(1) {
    left: -2rem;
  }
  /* line 96, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_funnel.scss */
  .sec-funnel .funnel-items-wrap .funnel-item:nth-child(2) {
    left: -0.666666666666667rem;
  }
  /* line 99, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_funnel.scss */
  .sec-funnel .funnel-items-wrap .funnel-item:nth-child(3) {
    left: 0.666666666666667rem;
  }
  /* line 102, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_funnel.scss */
  .sec-funnel .funnel-items-wrap .funnel-item:nth-child(4) {
    left: 2rem;
  }
}

/* line 2, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_services.scss */
.sec-services .service-wrap {
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 1rem 1.5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  /* line 2, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_services.scss */
  .sec-services .service-wrap {
    height: 250px;
  }
}

/* line 17, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_services.scss */
.sec-services .service-wrap:before, .sec-services .service-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* line 28, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_services.scss */
.sec-services .service-wrap:before {
  background-color: #082034;
  opacity: .15;
}

/* line 32, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_services.scss */
.sec-services .service-wrap:after {
  background: linear-gradient(to bottom, transparent 60%, black 80%);
  opacity: .5;
}

/* line 36, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_services.scss */
.sec-services .service-wrap h3 {
  color: #313fe5;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 26px;
  z-index: 1;
}

/* line 1, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_reference.scss */
:root {
  --swiper-theme-color: #313fe5;
}

/* line 4, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_reference.scss */
.sec-reference {
  padding-bottom: 14rem;
}

/* line 6, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_reference.scss */
.sec-reference #reference-slider {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 10, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_reference.scss */
.sec-reference #reference-slider .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 438px;
  height: 438px;
  border-radius: 30px;
  overflow: hidden;
}

/* line 18, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_reference.scss */
.sec-reference #reference-slider .swiper-slide img {
  display: block;
}

/* line 21, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_reference.scss */
.sec-reference #reference-slider .reference-wrap {
  width: 100%;
  height: 100%;
}

/* line 24, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_reference.scss */
.sec-reference #reference-slider .reference-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #082034;
  opacity: .4;
}

/* line 36, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_reference.scss */
.sec-reference #reference-slider .reference-wrap .reference-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 220px;
  max-height: 160px;
  object-fit: contain;
}

/* line 48, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_reference.scss */
.sec-reference #reference-slider .reference-wrap .reference-bg {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* line 1, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_media.scss */
.sec-media {
  margin-top: -14rem;
  z-index: 1;
}

/* line 4, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_media.scss */
.sec-media h3.heading {
  font-size: 32px;
  margin-bottom: 2rem;
}

/* line 8, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_media.scss */
.sec-media .media-wrap {
  padding: 3rem;
  border-radius: 30px;
}

@media screen and (min-width: 576px) {
  /* line 8, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_media.scss */
  .sec-media .media-wrap {
    padding: 3.125rem 4.5rem;
  }
}

/* line 15, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_media.scss */
.sec-media .media-logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  width: 100%;
  padding-bottom: 1rem;
}

@media screen and (min-width: 576px) {
  /* line 15, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_media.scss */
  .sec-media .media-logos {
    grid-gap: 3em;
    padding-bottom: 2rem;
  }
}

@media screen and (min-width: 768px) {
  /* line 15, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_media.scss */
  .sec-media .media-logos {
    grid-gap: 4rem;
  }
}

@media screen and (min-width: 992px) {
  /* line 15, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_media.scss */
  .sec-media .media-logos {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5rem;
  }
}

@media screen and (min-width: 1200px) {
  /* line 15, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_media.scss */
  .sec-media .media-logos {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 5rem;
  }
}

@media screen and (min-width: 1400px) {
  /* line 15, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_media.scss */
  .sec-media .media-logos {
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 5rem;
  }
}

/* line 41, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_media.scss */
.sec-media .media-logos .media-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 45, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_media.scss */
.sec-media .media-logos .media-logo img {
  max-height: 40px;
}

@media screen and (min-width: 768px) {
  /* line 45, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_media.scss */
  .sec-media .media-logos .media-logo img {
    max-width: 120px;
    max-height: 48px;
  }
}

/* line 2, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_intro-blocks.scss */
.sec-intro-blocks .intro-block-inner {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  overflow: hidden;
  display: block;
}

/* line 7, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_intro-blocks.scss */
.sec-intro-blocks .intro-block-inner .intro-block {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #121212 !important;
}

/* line 15, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_intro-blocks.scss */
.sec-intro-blocks .intro-block-inner .intro-block .intro-block-text {
  padding: 1.5rem 2rem 0 2rem;
}

@media (min-width: 768px) {
  /* line 15, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_intro-blocks.scss */
  .sec-intro-blocks .intro-block-inner .intro-block .intro-block-text {
    padding: 2.5rem 2.5rem 0 2.5rem;
  }
}

/* line 20, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_intro-blocks.scss */
.sec-intro-blocks .intro-block-inner .intro-block .intro-block-text h3 {
  font-size: 24px;
}

/* line 23, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_intro-blocks.scss */
.sec-intro-blocks .intro-block-inner .intro-block .intro-block-text h2 {
  font-size: 36px;
}

/* line 28, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_intro-blocks.scss */
.sec-intro-blocks .intro-block-inner .intro-block .intro-block-image-wrap .intro-block-image {
  max-height: 100%;
  max-width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

/* line 40, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_intro-blocks.scss */
.sec-intro-blocks .intro-block-inner:hover .intro-block-image-wrap .intro-block-image {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

/* line 46, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_intro-blocks.scss */
.sec-intro-blocks .intro-block-inner.intro-block-full-bg {
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

/* line 52, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_intro-blocks.scss */
.sec-intro-blocks .intro-block-inner.intro-block-full-bg:hover {
  background-size: auto 103%;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 60, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_intro-blocks.scss */
  .sec-intro-blocks .intro-block-wrap:last-child:nth-child(odd) {
    flex-grow: 1 !important;
  }
  /* line 62, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_intro-blocks.scss */
  .sec-intro-blocks .intro-block-wrap:last-child:nth-child(odd) .intro-block-inner {
    --bs-aspect-ratio: 50%;
  }
  /* line 64, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_intro-blocks.scss */
  .sec-intro-blocks .intro-block-wrap:last-child:nth-child(odd) .intro-block-inner .intro-block {
    flex-direction: row;
  }
  /* line 66, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_intro-blocks.scss */
  .sec-intro-blocks .intro-block-wrap:last-child:nth-child(odd) .intro-block-inner .intro-block .intro-block-image {
    max-width: inherit;
  }
}

/* line 2, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_marquee.scss */
.sec-marquee .sec-marquee {
  display: block;
}

/* line 6, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_marquee.scss */
.sec-marquee .marquee-wrap {
  overflow: hidden;
}

/* line 10, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_marquee.scss */
.sec-marquee .marquee-track {
  display: flex;
  position: relative;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 22, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_marquee.scss */
.sec-marquee .marquee-item {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 0 20px;
  font-size: clamp(24px, calc(1.5rem + ((1vw - 7.68px) * 1.0417)), 1.875vw);
  text-transform: uppercase;
  line-height: 100%;
}

/* line 2, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_more-info.scss */
.sec-more-info h3, .sec-more-info .more-info-text {
  font-weight: 500;
}

/* line 5, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_more-info.scss */
.sec-more-info .more-info-text {
  font-size: 20px;
}

/* line 7, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_more-info.scss */
.sec-more-info .more-info-text a {
  word-break: break-word;
}

/* line 11, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_more-info.scss */
.sec-more-info .more-info-item-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

/* line 15, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_more-info.scss */
.sec-more-info .more-info-item-wrap .more-info-item {
  height: 100%;
  padding: 2.5rem 2rem 1.5rem 2rem;
  display: flex;
  background-color: #ebeff2 !important;
}

/* line 20, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_more-info.scss */
.sec-more-info .more-info-item-wrap .more-info-item .more-info-text {
  font-size: 16px;
  padding-left: 0.75rem;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 20, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_more-info.scss */
  .sec-more-info .more-info-item-wrap .more-info-item .more-info-text {
    word-break: break-word;
  }
}

/* line 28, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_more-info.scss */
.sec-more-info .more-info-item-wrap .more-info-item .more-info-img {
  padding-right: 0.75rem;
}

/* line 32, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_more-info.scss */
.sec-more-info .more-info-item-wrap .more-info-img-wrap {
  max-width: 20%;
}

@media (min-width: 1200px) and (max-width: 1679px) {
  /* line 38, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_more-info.scss */
  .sec-more-info .more-info-item-wrap .more-info-item {
    padding: 1.25rem 1rem;
  }
  /* line 40, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_more-info.scss */
  .sec-more-info .more-info-item-wrap .more-info-item .more-info-text {
    font-size: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1920px) and (-webkit-min-device-pixel-ratio: 1.25) {
  /* line 48, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_more-info.scss */
  .sec-more-info .more-info-item-wrap .more-info-item {
    padding: 1.25rem 1rem;
  }
  /* line 50, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_more-info.scss */
  .sec-more-info .more-info-item-wrap .more-info-item .more-info-text {
    font-size: 15px;
  }
}

/* line 2, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_products.scss */
.sec-products .product-single {
  padding-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  /* line 2, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_products.scss */
  .sec-products .product-single {
    padding-bottom: 4rem;
  }
}

/* line 7, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_products.scss */
.sec-products .product-single .product-title {
  font-size: 48px;
}

@media screen and (max-width: 575px) {
  /* line 7, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_products.scss */
  .sec-products .product-single .product-title {
    font-size: 40px;
  }
}

/* line 13, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_products.scss */
.sec-products .product-single .product-description {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.025em;
  margin-right: 2rem;
}

@media screen and (min-width: 768px) {
  /* line 13, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_products.scss */
  .sec-products .product-single .product-description {
    font-size: 15px;
  }
}

/* line 27, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_products.scss */
.product-image-wrap {
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 30px;
}

/* line 32, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_products.scss */
.product-image-wrap:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-color: #082034;
  z-index: 1;
  border-radius: 30px;
}

/* line 43, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_products.scss */
.product-image-wrap img {
  position: relative;
  z-index: 2;
  transform: scale(1.4);
  opacity: 0;
  transition: opacity 1s ease-in-out, transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  width: 100%;
}

/* line 50, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_products.scss */
.product-image-wrap img.aos-init.aos-animate {
  opacity: 1;
  transform: scale(1);
}

@keyframes fadeAnimation {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

/* line 2, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_gallery.scss */
.gallery-slider-wrap .gallery-slider {
  display: flex;
}

/* line 5, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_gallery.scss */
.gallery-slider-wrap .item-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
}

@media screen and (max-width: 575px) {
  /* line 5, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_gallery.scss */
  .gallery-slider-wrap .item-wrap {
    border-radius: 16px;
    overflow: hidden;
  }
}

/* line 15, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_gallery.scss */
.gallery-slider-wrap .item-wrap .gallery-item {
  position: relative;
  display: block;
  cursor: pointer;
  overflow: hidden;
  flex: 1 0 auto;
}

/* line 21, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_gallery.scss */
.gallery-slider-wrap .item-wrap .gallery-item img {
  position: relative;
  z-index: -1;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 30, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_gallery.scss */
.gallery-slider-wrap .item-wrap .gallery-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 42, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_gallery.scss */
.gallery-slider-wrap .item-wrap .gallery-item [class^="icon-"] {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  color: white;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 56, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_gallery.scss */
.gallery-slider-wrap .item-wrap .gallery-item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/* line 61, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_gallery.scss */
.gallery-slider-wrap .item-wrap .gallery-item:hover:before {
  opacity: 1;
  visibility: visible;
}

/* line 65, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_gallery.scss */
.gallery-slider-wrap .item-wrap .gallery-item:hover [class^="icon-"] {
  opacity: 1;
  visibility: visible;
}

/* line 71, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_gallery.scss */
.gallery-slider-wrap .item-wrap .gallery-item-info {
  background-color: #ebeff2;
  padding: 1rem 1rem 0 1rem;
  flex: 1 1 auto;
  height: 100%;
}

/* line 76, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_gallery.scss */
.gallery-slider-wrap .item-wrap .gallery-item-info h5 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.1rem;
}

/* line 83, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_gallery.scss */
.gallery-slider-wrap .item-wrap .gallery-item-info p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* line 91, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_gallery.scss */
.gallery-slider-wrap .gallery-slider-nav {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 99;
}

/* line 96, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_gallery.scss */
.gallery-slider-wrap .gallery-slider-nav .btn {
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: .75;
  padding: 0;
  background-color: #313fe5;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

/* line 108, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_gallery.scss */
.gallery-slider-wrap .gallery-slider-nav .btn:nth-child(1) {
  left: 30px;
}

/* line 111, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_gallery.scss */
.gallery-slider-wrap .gallery-slider-nav .btn:nth-child(2) {
  right: 30px;
}

/* line 114, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_gallery.scss */
.gallery-slider-wrap .gallery-slider-nav .btn:hover {
  opacity: 1;
}

/* line 117, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_gallery.scss */
.gallery-slider-wrap .gallery-slider-nav .btn [class^="icon"] {
  font-size: 30px;
  color: white;
  margin: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  /* line 96, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_gallery.scss */
  .gallery-slider-wrap .gallery-slider-nav .btn {
    width: 50px;
    height: 50px;
  }
  /* line 126, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_gallery.scss */
  .gallery-slider-wrap .gallery-slider-nav .btn:nth-child(1) {
    left: 20px;
  }
  /* line 129, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_gallery.scss */
  .gallery-slider-wrap .gallery-slider-nav .btn:nth-child(2) {
    right: 20px;
  }
  /* line 132, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_gallery.scss */
  .gallery-slider-wrap .gallery-slider-nav .btn [class^="icon"] {
    font-size: 25px;
  }
}

@media screen and (max-width: 575px) {
  /* line 96, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_gallery.scss */
  .gallery-slider-wrap .gallery-slider-nav .btn {
    margin: 5px;
  }
  /* line 138, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_gallery.scss */
  .gallery-slider-wrap .gallery-slider-nav .btn:nth-child(1) {
    left: 0;
  }
  /* line 141, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_gallery.scss */
  .gallery-slider-wrap .gallery-slider-nav .btn:nth-child(2) {
    right: 0;
  }
}

/* line 151, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_gallery.scss */
.bg-white .gallery-slider-wrap .item-wrap {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

/* line 158, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_gallery.scss */
.glightbox-clean .gslide-title {
  margin-bottom: 0.1rem;
  color: #121212;
}

/* line 2, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_facts.scss */
.sec-facts .fact-item {
  text-align: center;
}

/* line 4, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_facts.scss */
.sec-facts .fact-item .fact-numb {
  font-size: 70px;
  display: block;
}

/* line 8, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_facts.scss */
.sec-facts .fact-item .fact-text {
  display: block;
  font-size: 18px;
}

/* line 2, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_pricing.scss */
.sec-pricing .pricing-item {
  height: 100%;
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
  transition: all .15s ease;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: white;
  padding: 1.5rem;
  border-radius: 16px;
}

/* line 17, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_pricing.scss */
.sec-pricing .pricing-item hr {
  margin: 1.5rem 0;
  background-color: #121212;
  opacity: .25;
}

/* line 22, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_pricing.scss */
.sec-pricing .pricing-item .pricing-item-title {
  color: #313fe5;
  margin: 0.5rem 0;
}

/* line 26, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_pricing.scss */
.sec-pricing .pricing-item .pricing-item-price {
  font-size: 2rem;
  margin: 0;
  font-weight: 500;
}

/* line 31, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_pricing.scss */
.sec-pricing .pricing-item .pricing-item-recommended {
  width: 220px;
  position: absolute;
  top: 33px;
  right: -67px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  text-align: center;
  line-height: 21px;
  background: #313fe5;
  color: white;
  font-size: 11px;
  text-transform: uppercase;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

/* line 46, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_pricing.scss */
.sec-pricing .pricing-item .pricing-item-recommended::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 20%, transparent 30%);
}

/* line 55, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_pricing.scss */
.sec-pricing .pricing-item .pricing-item-recommended::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(225deg, rgba(0, 0, 0, 0.4) 20%, transparent 30%);
}

/* line 65, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_pricing.scss */
.sec-pricing .pricing-item .included-list,
.sec-pricing .pricing-item .not-included-list {
  opacity: .6;
}

/* line 68, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_pricing.scss */
.sec-pricing .pricing-item .included-list ul,
.sec-pricing .pricing-item .not-included-list ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 72, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_pricing.scss */
.sec-pricing .pricing-item .included-list ul li,
.sec-pricing .pricing-item .not-included-list ul li {
  position: relative;
  margin-bottom: 1rem;
  list-style-type: none;
}

/* line 76, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_pricing.scss */
.sec-pricing .pricing-item .included-list ul li::before,
.sec-pricing .pricing-item .not-included-list ul li::before {
  content: "\f00d";
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
  font-size: 15px;
}

/* line 95, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_pricing.scss */
.sec-pricing .pricing-item .included-list {
  opacity: 1;
}

/* line 99, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_pricing.scss */
.sec-pricing .pricing-item .included-list ul li::before {
  content: "\f00c";
  color: #313fe5;
}

/* line 106, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_pricing.scss */
.sec-pricing .pricing-item .btn {
  width: 100%;
  margin-top: auto;
}

@media (min-width: 992px) {
  /* line 114, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_pricing.scss */
  .sec-pricing .pricing-item:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    -webkit-box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.09);
  }
}

/* line 3, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_standard-page.scss */
.page-header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #313fe5;
  min-height: 480px;
}

/* line 9, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_standard-page.scss */
.page-header .heading {
  font-size: 50px;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

/* line 14, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_standard-page.scss */
.page-header > .container {
  position: relative;
  z-index: 2;
}

/* line 18, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_standard-page.scss */
.page-header.overlay {
  position: relative;
  z-index: 1;
}

/* line 21, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_standard-page.scss */
.page-header.overlay:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

/* line 35, D:/Teget/Martin/mtsv/mtsv-website-html/teget/scss/_standard-page.scss */
.sec-standard .img {
  border-radius: 30px;
  overflow: hidden;
}

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