@charset "UTF-8";
@-ms-viewport {
  width: device-width;
}
*,
*:before,
*:after {
  border: 0 none;
  outline: 0 none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a,
a:link,
a:visited,
a:hover,
a:focus,
a:active {
  outline: 0;
  border: none;
  text-decoration: none;
}

nav ul,
nav ul ul,
nav ul li,
nav li li,
.nav ul,
.nav ul ul,
.nav ul li,
.nav li li {
  margin: 0;
  padding: 0;
  list-style: none;
}

textarea {
  resize: vertical;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

body {
  background: #AA2E8B;
}

.site {
  background: #f9f9f9;
}

.wrapper {
  max-width: 1740px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}
.wrapper.slim {
  max-width: 1305px;
}
@media only screen and (min-width: 760px) {
  .wrapper {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .wrapper.xslim {
    max-width: 1218px;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

.main:after,
.maincontent:after,
.wrapper:after,
.row:after,
.block:after,
.block_bg:after {
  content: "";
  display: table;
  clear: both;
}

.block {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.block:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 760px) {
  .block {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .block {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

.block_bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.block_bg:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 760px) {
  .block_bg {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .block_bg {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.row {
  margin-right: -1.5%;
  margin-left: -1.5%;
}

.inlinerow {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 760px) {
  .inlinerow {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.inlinerow.half {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.inlinerow .half,
.halfrow {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 760px) {
  .inlinerow .half,
.halfrow {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.doublerow {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 760px) {
  .doublerow {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}

.block *:first-child,
.block_bg *:first-child,
.inlinerow *:first-child {
  margin-top: 0;
}
.block *:last-child,
.block_bg *:last-child,
.inlinerow *:last-child {
  margin-bottom: 0;
}

.min100,
.min100 > body {
  min-height: 100%;
  min-height: 100vh;
}

.va {
  display: table;
  width: 100%;
  height: 100%;
}
.va .vat {
  display: table-cell;
  vertical-align: top;
}
.va .vam {
  display: table-cell;
  vertical-align: middle;
}
.va .vab {
  display: table-cell;
  vertical-align: bottom;
}

.overlay {
  display: block;
  position: fixed;
  cursor: pointer;
  z-index: 3;
  top: 0px;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0s 0.5s, opacity 0.5s 0s;
  -o-transition: all 0s 0.5s, opacity 0.5s 0s;
  transition: all 0s 0.5s, opacity 0.5s 0s;
}
.overlay.show {
  -webkit-transition: all 0s 0s, opacity 0.5s 0s;
  -o-transition: all 0s 0s, opacity 0.5s 0s;
  transition: all 0s 0s, opacity 0.5s 0s;
  left: 0px;
  opacity: 1;
}

.bg_white {
  background-color: #fff;
}

.block_bg.bg_white + .block_bg.bg_white {
  padding-top: 0 !important;
}

.bg_lightgray {
  background-color: #f1f1f1;
}

.block_bg.bg_lightgray + .block_bg.bg_lightgray {
  padding-top: 0 !important;
}

.bg_gray {
  background-color: #999;
}

.block_bg.bg_gray + .block_bg.bg_gray {
  padding-top: 0 !important;
}

.bg_anthracite {
  background-color: #4b545f;
}

.block_bg.bg_anthracite + .block_bg.bg_anthracite {
  padding-top: 0 !important;
}

.bg_dark {
  background-color: #bebebe;
}

.block_bg.bg_dark + .block_bg.bg_dark {
  padding-top: 0 !important;
}

.bg_brand {
  background-color: #AA2E8B;
}

.block_bg.bg_brand + .block_bg.bg_brand {
  padding-top: 0 !important;
}

.topbar {
  -webkit-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
  padding: 1.5rem 0;
  background: rgba(17, 17, 17, 0.9);
  position: fixed;
  z-index: 25;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.pushin_right .topbar, .pushin_left .topbar {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  background: transparent;
}
.topbar .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.topbar .item {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.topbar .topnav,
.topbar .trigger {
  padding-left: 1.5rem;
}
@media only screen and (max-width: 1020px) {
  .topbar .shop_icons {
    margin-left: auto;
  }
}
.topbar .topnav {
  margin-left: auto;
  display: none;
}
@media only screen and (min-width: 1020px) {
  .topbar .topnav {
    display: block;
  }
}
.topbar .logo {
  position: relative;
  display: block;
  width: 180px;
  height: auto;
}
.topbar .logo img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 760px) {
  .topbar .logo {
    width: 220px;
  }
}
@media only screen and (min-width: 1020px) {
  .topbar .logo {
    width: 240px;
  }
}

.intro_spacer,
.header_spacer {
  height: 40px;
}
@media only screen and (min-width: 760px) {
  .intro_spacer,
.header_spacer {
    height: 80px;
  }
}

.intro {
  overflow: hidden;
  position: relative;
  z-index: 3;
  background: #272727;
}
.intro > .image,
.intro > .text,
.intro > .video {
  position: relative;
  background: #272727;
}
.intro > .image.slim, .intro > .image.slim .content,
.intro > .text.slim,
.intro > .text.slim .content,
.intro > .video.slim,
.intro > .video.slim .content {
  min-height: 45%;
  min-height: 45vh;
}
.intro > .image.normal, .intro > .image.normal .content,
.intro > .text.normal,
.intro > .text.normal .content,
.intro > .video.normal,
.intro > .video.normal .content {
  min-height: 55%;
  min-height: 55vh;
}
.intro > .image.high, .intro > .image.high .content,
.intro > .text.high,
.intro > .text.high .content,
.intro > .video.high,
.intro > .video.high .content {
  min-height: 70%;
  min-height: 70vh;
}
.intro > .image.hero, .intro > .image.hero .content,
.intro > .text.hero,
.intro > .text.hero .content,
.intro > .video.hero,
.intro > .video.hero .content {
  min-height: 100%;
  min-height: 100vh;
}
.intro > .image img, .intro > .image video,
.intro > .text img,
.intro > .text video,
.intro > .video img,
.intro > .video video {
  opacity: 0.7;
}
.intro > .text {
  background: #e0e0e0;
}
.intro .slider.full .slide {
  width: 100%;
  margin: 0 5px;
}
.intro .slider img, .intro .slider video {
  opacity: 0.7;
}
.intro .slider .slide {
  position: relative;
}
.intro .slider .slide .wrapper {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}
.intro .slider .slide .content {
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.intro .content {
  position: relative;
  z-index: 4;
}
.intro .content .wrapper {
  padding-top: 7rem;
  padding-bottom: 2rem;
}
.intro .inlinerow {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 760px) {
  .intro .inlinerow {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.intro .img,
.intro .img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 1px;
}
.intro video {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 51%;
  left: 51%;
  -webkit-transform: translateX(-51%) translateY(-51%);
      -ms-transform: translateX(-51%) translateY(-51%);
          transform: translateX(-51%) translateY(-51%);
  min-width: 102%;
  min-height: 102%;
  width: auto;
  height: auto;
  overflow: hidden;
}
@media only screen and (min-width: 780px) {
  .intro .hal .wrapper > * {
    width: 60%;
    text-align: left;
  }
  .intro .ham .wrapper > * {
    width: 60%;
    margin: 0 auto;
    text-align: center;
  }
  .intro .har .wrapper > * {
    width: 60%;
    margin-left: 40%;
    text-align: right;
  }
}
@media only screen and (max-width: 440px) {
  .intro h1,
.intro h2 {
    font-size: 1.75;
  }
  .intro h3,
.intro h4 {
    font-size: 1.5;
  }
}
@media only screen and (max-width: 390px) {
  .intro h1,
.intro h2 {
    font-size: 1.5;
  }
  .intro h3,
.intro h4 {
    font-size: 1.2857142857;
  }
}

.nav:after,
nav:after {
  content: "";
  display: table;
  clear: both;
}
.nav ul li,
nav ul li {
  position: relative;
}
.nav ul li.has_children ul,
nav ul li.has_children ul {
  display: none;
}
.nav ul li .nav_title,
.nav ul li a,
nav ul li .nav_title,
nav ul li a {
  line-height: 1.4;
  color: #555;
}
.nav ul li .nav_title:hover, .nav ul li .nav_title:active, .nav ul li .nav_title:focus,
.nav ul li a:hover,
.nav ul li a:active,
.nav ul li a:focus,
nav ul li .nav_title:hover,
nav ul li .nav_title:active,
nav ul li .nav_title:focus,
nav ul li a:hover,
nav ul li a:active,
nav ul li a:focus {
  color: #272727;
}
.nav ul li .nav_title.active,
.nav ul li a.active,
nav ul li .nav_title.active,
nav ul li a.active {
  color: #272727;
}
.nav > ul a > ul,
nav > ul a > ul {
  margin-bottom: 0.75rem;
}
.nav > ul a > ul a > ul,
nav > ul a > ul a > ul {
  margin-bottom: 0.75rem;
}
.nav .nav_title,
nav .nav_title {
  cursor: pointer;
}
.nav.horizontal > ul > li,
nav.horizontal > ul > li {
  display: inline-block;
  margin-right: 0.6rem;
  margin-left: 0.6rem;
}
.nav.horizontal > ul > li:first-child,
nav.horizontal > ul > li:first-child {
  margin-left: 0;
}
.nav.horizontal > ul > li:last-child,
nav.horizontal > ul > li:last-child {
  margin-right: 0;
}
.nav.vertical > ul > li,
nav.vertical > ul > li {
  display: block;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
.nav.vertical > ul > li:first-child,
nav.vertical > ul > li:first-child {
  margin-top: 0;
}
.nav.vertical > ul > li:last-child,
nav.vertical > ul > li:last-child {
  margin-bottom: 0;
}
.nav.dropdown ul > .has_children,
nav.dropdown ul > .has_children {
  cursor: pointer;
  position: relative;
}
.nav.dropdown ul > .has_children:hover > ul,
nav.dropdown ul > .has_children:hover > ul {
  display: block;
}
.nav.dropdown ul > .has_children > ul,
nav.dropdown ul > .has_children > ul {
  display: none;
  position: absolute;
  z-index: 1;
  padding: 0.85rem 0;
  background-color: #AA2E8B;
  min-width: 100px;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.nav.dropdown ul > .has_children > ul:before,
nav.dropdown ul > .has_children > ul:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #AA2E8B;
  -webkit-transform: rotate(45deg) translateX(-50%);
      -ms-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  text-align: center;
}
.nav.dropdown ul > .has_children > ul a,
nav.dropdown ul > .has_children > ul a {
  max-width: 200px;
  white-space: nowrap;
  padding: 0.4rem 1.2rem;
  display: block;
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 0;
  font-weight: 400;
}
.nav.dropdown ul > .has_children > ul a:hover,
nav.dropdown ul > .has_children > ul a:hover {
  color: #272727;
}
.nav .nav_button > a,
nav .nav_button > a {
  color: #fff;
  background: #AA2E8B;
  padding: 0.25rem 1rem;
  border-radius: 5px;
}
.nav .nav_button > a:hover,
nav .nav_button > a:hover {
  color: #fff;
  background: #912776;
}

.mainnav {
  background: #272727 !important;
}
.mainnav .upper_title {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
  margin: 2.5rem 0 1rem;
}
@media only screen and (min-width: 820px) {
  .mainnav .upper_title {
    margin: 3.1rem 0 1.5rem;
  }
  .mainnav .infos {
    float: left;
    width: 60%;
  }
  .mainnav .navis {
    float: right;
    width: 35%;
  }
}
.mainnav .sitenav {
  margin-bottom: 1.5rem;
}
.mainnav .sitenav > ul > li {
  margin: 1rem 0;
}
.mainnav .sitenav > ul > li > .nav_title,
.mainnav .sitenav > ul > li > a {
  font-weight: 400;
  font-size: 1.2rem;
  color: #fff;
}
.mainnav .sitenav > ul > li > .nav_title:hover,
.mainnav .sitenav > ul > li > a:hover {
  color: #AA2E8B;
}
.mainnav .sitenav > ul a > ul {
  margin-bottom: 0.75rem;
}
.mainnav .sitenav > ul a > ul > li {
  margin: 0.25rem;
}
.mainnav .sitenav > ul a > ul > li > a,
.mainnav .sitenav > ul a > ul > li > .nav_title {
  font-size: #fff !important;
}
.mainnav .sitenav > ul a > ul > li > a:hover,
.mainnav .sitenav > ul a > ul > li > .nav_title:hover {
  color: #AA2E8B !important;
}
.mainnav .smnav a {
  border: 1px solid #AA2E8B;
}
.mainnav .smnav a:before {
  background-color: #AA2E8B;
}
.mainnav .smnav a svg path {
  fill: #AA2E8B;
}
.mainnav .smnav a:hover {
  border: 1px solid #AA2E8B;
}
.mainnav .smnav a:hover svg path {
  fill: #fff;
}

.topnav > ul > li > a,
.topnav > ul > li > .nav_title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
}
.topnav > ul > li > a:hover, .topnav > ul > li > a:active, .topnav > ul > li > a:focus,
.topnav > ul > li > .nav_title:hover,
.topnav > ul > li > .nav_title:active,
.topnav > ul > li > .nav_title:focus {
  color: #AA2E8B;
}
.topnav > ul a > ul {
  margin-bottom: 0.75rem;
}
.topnav > ul a > ul > li > a,
.topnav > ul a > ul > li > .nav_title {
  font-size: 0.85;
}

.productnav {
  text-align: center;
}
.productnav > ul > li > a,
.productnav > ul > li > .nav_title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #272727;
}
.productnav > ul > li > a:hover,
.productnav > ul > li > .nav_title:hover {
  color: #AA2E8B;
}

.languagenav ul li {
  margin-left: 0.5rem;
  margin-right: 0rem;
}
.languagenav ul li a,
.languagenav ul li .nav_title {
  line-height: 2.2;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  vertical-align: bottom;
  background-color: transparent;
  border: 2px solid transparent;
  color: #AA2E8B;
  border-radius: 3px;
}
.languagenav ul li a.current,
.languagenav ul li .nav_title.current {
  padding: 0 0.5rem;
  border: 2px solid #AA2E8B;
}

.metanav > ul > li {
  margin: 0.4rem 0;
}
.metanav > ul > li > a,
.metanav > ul > li > .nav_title {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.3;
  font-weight: 400;
  letter-spacing: 1px;
}

.smnav > ul,
.smnav > ul li,
.smnav > ul a {
  margin: 0;
  padding: 0;
}
.smnav > ul > li:before {
  display: none;
}
.smnav > ul > li a {
  background: transparent;
}
.smnav > ul > li span {
  display: none;
}
.smnav a {
  width: 48px;
  height: 48px;
  float: left;
  position: relative;
  border: 1px solid #555;
  border-radius: 50%;
  overflow: hidden;
}
.smnav a:before {
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  content: "";
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
  background-color: #AA2E8B;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: o;
  pointer-events: none;
}
.smnav a svg path {
  fill: #555;
}
.smnav a svg,
.smnav a img {
  z-index: 2;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.smnav a:hover {
  border: 1px solid #AA2E8B;
}
.smnav a:hover:before {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.smnav a:hover svg path {
  fill: #fff;
}
.smnav.icons_s a,
.smnav.icons_s a:before {
  width: 24px;
  height: 24px;
}
.smnav.icons_s a svg,
.smnav.icons_s a img {
  width: 10.9090909091px;
  height: 10.9090909091px;
}
.smnav.icons_m a,
.smnav.icons_m a:before {
  width: 36px;
  height: 36px;
}
.smnav.icons_m a svg,
.smnav.icons_m a img {
  width: 16.3636363636px;
  height: 16.3636363636px;
}
.smnav.icons_l a,
.smnav.icons_l a:before {
  width: 48px;
  height: 48px;
}
.smnav.icons_l a svg,
.smnav.icons_l a img {
  width: 21.8181818182px;
  height: 21.8181818182px;
}

.iconnav ul, .iconnav ul li {
  margin: 0;
  padding: 0;
}
.iconnav ul li {
  display: inline-block;
  margin-right: 0.5rem;
}
.iconnav ul li a, .iconnav ul li img, .iconnav ul li svg {
  vertical-align: middle;
  max-width: 28px;
  width: 26px;
  height: 26px;
  display: inline-block;
}
.iconnav ul li:before {
  display: none !important;
}
.iconnav ul li a {
  background: none;
}
.iconnav ul li span {
  display: none;
}

.nav_slide_in {
  -webkit-transition: left 0.33s cubic-bezier(0.33, 0, 0.2, 1) 0s, right 0.33s cubic-bezier(0.33, 0, 0.2, 1) 0s;
  -o-transition: left 0.33s cubic-bezier(0.33, 0, 0.2, 1) 0s, right 0.33s cubic-bezier(0.33, 0, 0.2, 1) 0s;
  transition: left 0.33s cubic-bezier(0.33, 0, 0.2, 1) 0s, right 0.33s cubic-bezier(0.33, 0, 0.2, 1) 0s;
  width: 100%;
  background: #fff;
  z-index: 20;
  padding: 75px 2.5rem 2.5rem;
  position: fixed;
  height: 100%;
  top: 0px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.nav_slide_in.nav_left {
  left: -100%;
}
.nav_slide_in.nav_right {
  right: -100%;
}
.pushin_left .nav_slide_in {
  left: 0;
}
.pushin_right .nav_slide_in {
  right: 0;
}
@media only screen and (max-width: 365px) {
  .nav_slide_in {
    width: 98%;
  }
  .nav_slide_in.nav_left {
    left: -98%;
  }
  .nav_slide_in.nav_right {
    right: -98%;
  }
  .pushin_left .nav_slide_in {
    left: 0;
  }
  .pushin_right .nav_slide_in {
    right: 0;
  }
}

.nav_slide_in.nav_left nav > ul > li {
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
}

.nav_slide_in.nav_right nav > ul > li {
  -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
          transform: translateX(30px);
}

.nav_slide_in nav > ul > li {
  opacity: 0;
  -webkit-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
.pushin_left .nav_slide_in nav > ul > li, .pushin_right .nav_slide_in nav > ul > li {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}
.pushin_left .nav_slide_in nav > ul > li:nth-of-type(1), .pushin_right .nav_slide_in nav > ul > li:nth-of-type(1) {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.pushin_left .nav_slide_in nav > ul > li:nth-of-type(2), .pushin_right .nav_slide_in nav > ul > li:nth-of-type(2) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.pushin_left .nav_slide_in nav > ul > li:nth-of-type(3), .pushin_right .nav_slide_in nav > ul > li:nth-of-type(3) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.pushin_left .nav_slide_in nav > ul > li:nth-of-type(4), .pushin_right .nav_slide_in nav > ul > li:nth-of-type(4) {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.pushin_left .nav_slide_in nav > ul > li:nth-of-type(5), .pushin_right .nav_slide_in nav > ul > li:nth-of-type(5) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.pushin_left .nav_slide_in nav > ul > li:nth-of-type(6), .pushin_right .nav_slide_in nav > ul > li:nth-of-type(6) {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.pushin_left .nav_slide_in nav > ul > li:nth-of-type(7), .pushin_right .nav_slide_in nav > ul > li:nth-of-type(7) {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.pushin_left .nav_slide_in nav > ul > li:nth-of-type(8), .pushin_right .nav_slide_in nav > ul > li:nth-of-type(8) {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.pushin_left .nav_slide_in nav > ul > li:nth-of-type(9), .pushin_right .nav_slide_in nav > ul > li:nth-of-type(9) {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
.pushin_left .nav_slide_in nav > ul > li:nth-of-type(10), .pushin_right .nav_slide_in nav > ul > li:nth-of-type(10) {
  -webkit-transition-delay: 1.1s;
       -o-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.pushin_left .nav_slide_in nav > ul > li:nth-of-type(11), .pushin_right .nav_slide_in nav > ul > li:nth-of-type(11) {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.pushin_left .nav_slide_in nav > ul > li:nth-of-type(12), .pushin_right .nav_slide_in nav > ul > li:nth-of-type(12) {
  -webkit-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.nav_overlay {
  z-index: 19;
}
.nav_open .nav_overlay {
  -webkit-transition: all 0s 0s, opacity 0.5s 0s;
  -o-transition: all 0s 0s, opacity 0.5s 0s;
  transition: all 0s 0s, opacity 0.5s 0s;
  left: 0px;
  opacity: 1;
}

.nav_trigger {
  z-index: 22;
  height: 24px;
  width: 24px;
  padding: 4px 0;
  top: 30px;
  text-indent: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  float: right;
}
@media only screen and (max-width: 760px) {
  .nav_trigger {
    top: 20px;
  }
}
.nav_trigger.trigger_left {
  left: 2.5rem;
}
@media only screen and (max-width: 760px) {
  .nav_trigger.trigger_left {
    left: 1.25rem;
  }
}
.nav_trigger.trigger_right {
  right: 2.5rem;
}
@media only screen and (max-width: 760px) {
  .nav_trigger.trigger_right {
    right: 1.25rem;
  }
}
.nav_trigger .wrap {
  height: 16px;
  width: 24px;
  position: relative;
}
.nav_trigger span {
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  right: 100%;
  -webkit-transition: background 0.2s 0.2s;
  -o-transition: background 0.2s 0.2s;
  transition: background 0.2s 0.2s;
}
.nav_trigger span::before, .nav_trigger span::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #fff;
}
.nav_trigger .l1::before, .nav_trigger .l1::after,
.nav_trigger .l3::before,
.nav_trigger .l3::after {
  width: 50%;
  -webkit-transition: width 0.2s 0.2s;
  -o-transition: width 0.2s 0.2s;
  transition: width 0.2s 0.2s;
}
.nav_trigger .l1::before,
.nav_trigger .l3::before {
  left: 50%;
}
.nav_trigger .l1::after,
.nav_trigger .l3::after {
  right: 50%;
}
.nav_trigger .l1 {
  top: 0;
}
.nav_trigger .l2 {
  top: 50%;
  margin-top: -1px;
}
.nav_trigger .l2::before, .nav_trigger .l2:after {
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: -webkit-transform 0.2s 0.2s;
  transition: -webkit-transform 0.2s 0.2s;
  -o-transition: transform 0.2s 0.2s;
  transition: transform 0.2s 0.2s;
  transition: transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
}
.nav_trigger .l3 {
  bottom: 0;
}
.pushin_left .nav_trigger .l1::before, .pushin_left .nav_trigger .l1::after,
.pushin_left .nav_trigger .l3::before,
.pushin_left .nav_trigger .l3::after, .pushin_right .nav_trigger .l1::before, .pushin_right .nav_trigger .l1::after,
.pushin_right .nav_trigger .l3::before,
.pushin_right .nav_trigger .l3::after {
  width: 0%;
}
.pushin_left .nav_trigger .l2::before, .pushin_left .nav_trigger .l2::after, .pushin_right .nav_trigger .l2::before, .pushin_right .nav_trigger .l2::after {
  background-color: #fff;
}
.pushin_left .nav_trigger .l2::before, .pushin_right .nav_trigger .l2::before {
  -webkit-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}
.pushin_left .nav_trigger .l2::after, .pushin_right .nav_trigger .l2::after {
  -webkit-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.nav_icon {
  position: relative;
  vertical-align: text-bottom;
}
@media only screen and (max-width: 1020px) {
  .nav_icon {
    margin-left: 10px;
  }
}
.nav_icon img {
  vertical-align: text-bottom;
  width: 18px;
}
.nav_icon .nav_placeholder {
  display: none;
}
.nav_icon.cart {
  padding-right: 14px;
}

@media only screen and (min-width: 1020px) {
  .shop_icons {
    display: none;
  }
}

.badge {
  position: absolute;
  top: -8px;
  right: 0;
  padding: 2px 6px;
  border-radius: 10px;
  font-size: 0.7rem;
  background: #AA2E8B;
  color: #fff;
  font-weight: 700;
}

.maincontent {
  min-height: 60vh;
}

@media only screen and (max-width: 760px) {
  .form_address .form {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 760px) {
  .form_address .form_left .form {
    width: 50%;
    float: left;
  }
  .form_address .form_left .content {
    width: 50%;
    float: right;
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 760px) {
  .form_address .form_right .content {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 760px) {
  .form_address .form_right .form {
    width: 50%;
    float: right;
  }
  .form_address .form_right .content {
    width: 50%;
    float: left;
    padding-right: 2rem;
  }
}

.mainfooter {
  border-top: 5px solid #fff;
  background-color: #272727;
  overflow: hidden;
}
.mainfooter,
.mainfooter p,
.mainfooter li {
  color: #fff;
}
.mainfooter .upper,
.mainfooter .lower {
  padding: 3rem 0;
}
.mainfooter .lower {
  border-top: 1px solid #373737;
}
.mainfooter .smnav {
  text-align: center;
}
@media only screen and (max-width: 760px) {
  .mainfooter .smnav {
    padding-bottom: 1rem;
  }
}
@media only screen and (min-width: 760px) {
  .mainfooter .smnav {
    float: left;
    text-align: left;
  }
}
.mainfooter .smnav a {
  border: 1px solid #fff;
}
.mainfooter .smnav a:before {
  background-color: #AA2E8B;
}
.mainfooter .smnav a svg path {
  fill: #fff;
}
.mainfooter .smnav a:hover {
  border: 1px solid #AA2E8B;
}
.mainfooter .smnav a:hover svg path {
  fill: #fff;
}
.mainfooter .metanav {
  text-align: center;
}
@media only screen and (min-width: 760px) {
  .mainfooter .metanav {
    float: right;
    text-align: right;
  }
}
.mainfooter .metanav a {
  color: #fff;
}
.mainfooter .metanav a:hover {
  color: #AA2E8B;
}
.mainfooter .footernav > ul {
  margin-bottom: -2rem;
  overflow: hidden;
}
.mainfooter .footernav > ul > li {
  display: block;
}
.mainfooter .footernav > ul > li > .trigger {
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  display: block;
  cursor: pointer;
  line-height: 2;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 0.35rem;
  font-size: 0.8rem;
  color: #AA2E8B !important;
}
@media only screen and (min-width: 1020px) {
  .mainfooter .footernav > ul > li > .trigger {
    margin-bottom: 0.5rem;
  }
}
.mainfooter .footernav > ul > li a {
  color: #fff;
}
.mainfooter .footernav > ul > li a:hover {
  color: #AA2E8B;
}
.mainfooter .footernav > ul > li > .trigger {
  color: #AA2E8B;
}
.mainfooter .footernav > ul > li > .trigger:hover {
  color: #fff;
}
.mainfooter .footernav li.level_2 {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
.mainfooter .footernav li.level_2:first-child {
  margin-top: 0;
}
.mainfooter .footernav li.level_2:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 779px) {
  .mainfooter .footernav > ul > li.level_1 {
    position: relative;
    padding: 0.6rem 0 0.6rem;
    border-top: 1px solid #272727;
  }
  .mainfooter .footernav > ul > li.level_1:first-child {
    border: none;
  }
  .mainfooter .footernav > ul > li.level_1 > .trigger {
    margin: 0;
    display: block;
    position: relative;
  }
  .mainfooter .footernav > ul > li.level_1 > .trigger > span {
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-55%);
        -ms-transform: translateY(-55%);
            transform: translateY(-55%);
    pointer-events: none;
  }
  .mainfooter .footernav > ul > li.level_1 > .trigger > span:before, .mainfooter .footernav > ul > li.level_1 > .trigger > span:after {
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    margin-left: -6px;
    width: 12px;
    height: 1px;
    background: #272727;
  }
  .mainfooter .footernav > ul > li.level_1 > .trigger > span:after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .mainfooter .footernav > ul > li.level_1.current span:before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .mainfooter .footernav > ul > li.level_1.current span:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .mainfooter .footernav > ul > li ul.level_2 {
    display: none;
  }
}
@media only screen and (min-width: 780px) {
  .mainfooter .footernav > ul > li {
    margin-bottom: 2rem;
    float: left;
    width: 50%;
  }
  .mainfooter .footernav > ul > li ul.level_2,
.mainfooter .footernav > ul > li ul.level_2[style] {
    display: block !important;
  }
}
@media only screen and (min-width: 1020px) {
  .mainfooter .footernav > ul > li {
    width: 25%;
  }
}
@media only screen and (min-width: 780px) and (max-width: 1020px) {
  .mainfooter .footernav > ul > li {
    margin-top: 1.5rem;
  }
  .mainfooter .footernav > ul > li:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 780px) {
  .mainfooter .footernav.multi_col > ul {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .mainfooter .footernav.multi_col > ul > li {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
}

.landing_100,
.landing_100 body,
.landing_100 body .maincontent > .wrap {
  min-height: 100%;
  min-height: 100vh;
}

.error_page,
.error_page > body,
.error_page > body .maincontent .wrap {
  min-height: 85%;
  min-height: 85vh;
}

.error_page .maincontent {
  color: #d1a000;
  text-align: center;
}
.error_page .maincontent * {
  color: inherit;
}
.error_page .error {
  position: relative;
  -webkit-animation: error_noise 2s linear infinite;
          animation: error_noise 2s linear infinite;
  overflow: default;
  font-weight: 700;
  font-size: 5rem;
}
@media only screen and (min-width: 1280px) {
  .error_page .error {
    font-size: 12rem;
  }
}
.error_page .error:before, .error_page .error:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.error_page .error:after {
  content: attr(data-404);
  color: blue;
  -webkit-animation: error_noise_before 0.2s linear infinite;
          animation: error_noise_before 0.2s linear infinite;
}
.error_page .error:before {
  content: attr(data-404);
  -webkit-animation: error_noise_after 0.2s linear infinite;
          animation: error_noise_after 0.2s linear infinite;
}
.error_page .info {
  -webkit-animation: error_noise_info 1s linear infinite;
          animation: error_noise_info 1s linear infinite;
  padding-bottom: 3rem;
}

@-webkit-keyframes error_noise {
  0%, 3%, 5%, 42%, 44%, 100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  4% {
    opacity: 1;
    -webkit-transform: scaleY(1.7);
            transform: scaleY(1.7);
  }
  43% {
    opacity: 1;
    -webkit-transform: scaleX(1.5);
            transform: scaleX(1.5);
  }
}

@keyframes error_noise {
  0%, 3%, 5%, 42%, 44%, 100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  4% {
    opacity: 1;
    -webkit-transform: scaleY(1.7);
            transform: scaleY(1.7);
  }
  43% {
    opacity: 1;
    -webkit-transform: scaleX(1.5);
            transform: scaleX(1.5);
  }
}
@-webkit-keyframes error_noise_before {
  0%, 20%, 40%, 60%, 70%, 90% {
    opacity: 0;
  }
  10% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.5;
    left: -6px;
  }
  80% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.6;
    left: 2px;
  }
}
@keyframes error_noise_before {
  0%, 20%, 40%, 60%, 70%, 90% {
    opacity: 0;
  }
  10% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.5;
    left: -6px;
  }
  80% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.6;
    left: 2px;
  }
}
@-webkit-keyframes error_noise_after {
  0%, 20%, 40%, 60%, 70%, 90% {
    opacity: 0;
  }
  10% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.5;
    left: 6px;
  }
  80% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.6;
    left: -2px;
  }
}
@keyframes error_noise_after {
  0%, 20%, 40%, 60%, 70%, 90% {
    opacity: 0;
  }
  10% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.5;
    left: 6px;
  }
  80% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.6;
    left: -2px;
  }
}
@-webkit-keyframes error_noise_info {
  0%, 3%, 5%, 42%, 44%, 100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  4.3% {
    opacity: 1;
    -webkit-transform: scaleY(4);
            transform: scaleY(4);
  }
}
@keyframes error_noise_info {
  0%, 3%, 5%, 42%, 44%, 100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  4.3% {
    opacity: 1;
    -webkit-transform: scaleY(4);
            transform: scaleY(4);
  }
}
.image,
.img {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.image .caption,
.img .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 8;
  width: 100%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), color-stop(95%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 95%);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 95%);
  color: #fff;
  padding: 1rem 1.25rem;
  line-height: 1.3;
}

.image_multi ul,
.image_multi ul li {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
.image_multi.list li, .image_multi.gallery li {
  margin-bottom: 1.6%;
}
.image_multi.gallery ul {
  overflow: hidden;
  margin-right: -0.8%;
  margin-left: -0.8%;
}
.image_multi.gallery ul li {
  float: left;
  width: 98.4%;
  margin-right: 0.8%;
  margin-left: 0.8%;
}
@media only screen and (min-width: 320px) {
  .image_multi.gallery ul li {
    width: 48.4%;
    margin-right: 0.8%;
    margin-left: 0.8%;
  }
}
@media only screen and (min-width: 1280px) {
  .image_multi.gallery ul li {
    width: 31.7333333333%;
    margin-right: 0.8%;
    margin-left: 0.8%;
  }
}
.image_multi.masonry ul {
  -webkit-column-gap: 1.6%;
     -moz-column-gap: 1.6%;
          column-gap: 1.6%;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-column-fill: initial;
     -moz-column-fill: initial;
          column-fill: initial;
}
@media only screen and (min-width: 320px) and (max-width: 579px) {
  .image_multi.masonry ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media only screen and (min-width: 580px) and (max-width: 1599px) {
  .image_multi.masonry ul {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media only screen and (min-width: 1600px) {
  .image_multi.masonry ul {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
.image_multi.masonry ul li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 2.4%;
}
.image_multi.list.logos ul {
  margin: -1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.image_multi.list.logos ul li {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding: 1rem;
  width: 47%;
  margin-right: 1.5%;
  margin-left: 1.5%;
  float: left;
}
@media only screen and (min-width: 320px) {
  .image_multi.list.logos ul li {
    width: 30.3333333333%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
}
@media only screen and (min-width: 580px) {
  .image_multi.list.logos ul li {
    width: 22%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
}
@media only screen and (min-width: 1020px) {
  .image_multi.list.logos ul li {
    width: 13.6666666667%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
}
.image_multi.list.logos ul .caption {
  position: relative;
  background: transparent;
  text-align: center;
  color: #555;
  font-size: 0.8rem;
}
.image_multi.list.logos.big ul li {
  width: 97%;
  margin-right: 1.5%;
  margin-left: 1.5%;
  float: left;
}
@media only screen and (min-width: 320px) {
  .image_multi.list.logos.big ul li {
    width: 47%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
}
@media only screen and (min-width: 580px) {
  .image_multi.list.logos.big ul li {
    width: 22%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
}
.image_multi.slider.logos {
  padding: 1rem 50px 1.5rem;
}
.image_multi.slider.logos .slide {
  width: 50%;
  padding: 30px;
}
@media only screen and (min-width: 580px) {
  .image_multi.slider.logos .slide {
    width: 33%;
  }
}
@media only screen and (min-width: 1280px) {
  .image_multi.slider.logos .slide {
    width: 20%;
  }
}
.image_multi.slider.logos .flickity-button.flickity-prev-next-button {
  background: #AA2E8B;
  color: #fff;
  height: 28px;
  width: 28px;
}
.image_multi.slider.logos .flickity-prev-next-button.previous {
  left: 0;
}
.image_multi.slider.logos .flickity-prev-next-button.next {
  right: 0;
}

.between_image {
  min-height: 50vh;
  height: 60vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.accordion {
  list-style: none;
  margin: 0;
  padding: 0;
}
.accordion > .item {
  -webkit-transition: background 0.3s ease-in, color 0.3s ease-in;
  -o-transition: background 0.3s ease-in, color 0.3s ease-in;
  transition: background 0.3s ease-in, color 0.3s ease-in;
  margin: 0;
  padding: 0;
  position: relative;
  background: #fff;
  margin-bottom: 0.75rem;
  border-radius: 5px;
  overflow: hidden;
}
.accordion .content,
.accordion .trigger {
  padding: 1rem 1em;
}
@media only screen and (min-width: 580px) {
  .accordion .content,
.accordion .trigger {
    padding: 2rem 2.5rem;
  }
}
.accordion .trigger {
  margin: 0;
  line-height: 1;
  position: relative;
  padding-right: 10%;
  cursor: pointer;
  letter-spacing: 1px;
  color: #AA2E8B;
  text-transform: uppercase;
}
.accordion .trigger span {
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  margin-top: -11px !important;
  top: 50%;
  right: 1em;
}
@media only screen and (min-width: 580px) {
  .accordion .trigger span {
    right: 2.5rem;
  }
}
.no-js .accordion .trigger span {
  display: none;
}
.accordion .trigger span:before, .accordion .trigger span:after {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  margin-left: -11px;
  margin-top: -1px;
  width: 22px;
  height: 1px;
  background: #AA2E8B;
}
.accordion .trigger span:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media only screen and (max-width: 580px) {
  .accordion .trigger span {
    width: 16px;
    height: 16px;
    margin-top: -8px !important;
  }
  .accordion .trigger span:before, .accordion .trigger span:after {
    margin-left: -8px;
    width: 16px;
  }
}
.accordion .trigger.active span:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion .trigger.active span:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion .content {
  display: none;
  border-top: 2px solid #f9f9f9;
}
.accordion .content.start_active, .no-js .accordion .content {
  display: block;
}
.accordion.slim > li {
  margin-bottom: 0.5rem;
}
.accordion.slim .content, .accordion.slim .trigger {
  padding: 0.7rem 0.7rem;
}
@media only screen and (min-width: 580px) {
  .accordion.slim .content, .accordion.slim .trigger {
    padding: 1.25rem 1.5rem;
  }
}
.accordion.slim .trigger span {
  width: 16px;
  height: 16px;
  margin-top: -8px !important;
  right: 0.7rem;
}
@media only screen and (min-width: 580px) {
  .accordion.slim .trigger span {
    right: 1.25rem;
  }
}
.accordion.slim .trigger span:before, .accordion.slim .trigger span:after {
  margin-left: -8px;
  margin-top: -1px;
  width: 16px;
}
@media only screen and (max-width: 580px) {
  .accordion.slim .trigger span {
    width: 12px;
    height: 12px;
    margin-top: -6px !important;
  }
  .accordion.slim .trigger span:before, .accordion.slim .trigger span:after {
    margin-left: -6px;
    width: 12px;
  }
}
.accordion.line .item {
  border-radius: 0 !important;
  margin-bottom: 0;
  margin-top: -1px;
  border-top: 1px solid #AA2E8B;
  border-bottom: 1px solid #AA2E8B;
  background: transparent;
}
.accordion.line .trigger span {
  right: 0;
}
.accordion.line .content,
.accordion.line .trigger {
  padding: 0.85rem 0;
}
.accordion.line .content {
  border-top: none;
  padding-top: 0;
}

.tab_wrap {
  overflow: hidden;
}

ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
}
ul.tabs li {
  margin: 0;
  padding: 0;
  margin: 0 0.25rem;
  background: #f9f9f9;
  display: inline-block;
  cursor: pointer;
  vertical-align: bottom;
}
ul.tabs li .title {
  font-size: 0.85rem;
  display: inline-block;
  border: 0;
  width: auto;
  padding: 13px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  cursor: pointer;
  color: #AA2E8B;
}
ul.tabs li.current {
  background: #fff;
}

.tab_content {
  background: #fff;
  display: none;
  padding: 2rem 3rem;
  position: relative;
}
@media only screen and (max-width: 580px) {
  .tab_content {
    padding: 1.2rem 1.5rem;
  }
}
.tab_content.current {
  display: inherit;
}
.tab_content .title {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 580px) {
  .aside ul.tabs {
    width: 160px;
    text-align: left;
    float: left;
  }
  .aside ul.tabs li {
    width: 160px;
  }
  .aside ul.tabs li.current {
    background: #fff;
  }
  .aside .tab_content {
    margin-left: 160px;
  }
  .aside .tab_content.current {
    display: inherit;
  }
}

.fact_list {
  overflow: hidden;
  margin-bottom: -2.5rem !important;
}
@media only screen and (min-width: 580px) {
  .fact_list {
    margin-right: -1.5%;
    margin-left: -1.5%;
  }
}
.fact_list .fact {
  text-align: center;
  margin-bottom: 2.5rem;
  position: relative;
}
@media only screen and (min-width: 580px) {
  .fact_list .fact {
    padding-right: 1rem;
  }
}
.fact_list .icon {
  background-size: 42px 42px;
  position: relative;
  height: 42px;
  width: 42px;
  margin-bottom: 1rem;
  display: inline-block;
}
.fact_list .inlinerow {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}
@media only screen and (min-width: 580px) {
  .fact_list.center.col-33 .icon, .fact_list.center.col-50 .icon, .fact_list.center.col-100 .icon {
    position: relative;
    height: 62px;
    width: 62px;
    margin-bottom: 15px;
    display: inline-block;
  }
}
@media only screen and (min-width: 580px) {
  .fact_list.left.col-33 .fact, .fact_list.left.col-50 .fact, .fact_list.left.col-100 .fact {
    text-align: left;
  }
  .fact_list.left.col-33 .content.with_icon, .fact_list.left.col-50 .content.with_icon, .fact_list.left.col-100 .content.with_icon {
    margin-left: 75px;
    padding-right: 45px;
  }
  .fact_list.left.col-33 .icon, .fact_list.left.col-50 .icon, .fact_list.left.col-100 .icon {
    float: left;
    background-size: 42px 42px;
    position: relative;
    height: 42px;
    width: 42px;
    margin-bottom: 15px;
    display: inline-block;
  }
}
.fact_list.above.col-33, .fact_list.above.col-50, .fact_list.above.col-100 {
  text-align: left;
}
.fact_list.above.col-33 *, .fact_list.above.col-50 *, .fact_list.above.col-100 * {
  text-align: inherit;
}
@media only screen and (min-width: 580px) {
  .fact_list.above.col-33 .icon, .fact_list.above.col-50 .icon, .fact_list.above.col-100 .icon {
    height: 56px;
    width: 56px;
  }
}
@media only screen and (min-width: 580px) and (max-width: 1019px) {
  .fact_list.left.col-33 .fact, .fact_list.center.col-33 .fact, .fact_list.above.col-33 .fact {
    width: 47%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
  .fact_list.left.col-33 .fact:nth-child(2n), .fact_list.center.col-33 .fact:nth-child(2n), .fact_list.above.col-33 .fact:nth-child(2n) {
    clear: right;
  }
  .fact_list.left.col-33 .fact:nth-child(2n+1), .fact_list.center.col-33 .fact:nth-child(2n+1), .fact_list.above.col-33 .fact:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 1020px) {
  .fact_list.left.col-33 .fact, .fact_list.center.col-33 .fact, .fact_list.above.col-33 .fact {
    width: 30.3333333333%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
  .fact_list.left.col-33 .fact:nth-child(3n), .fact_list.center.col-33 .fact:nth-child(3n), .fact_list.above.col-33 .fact:nth-child(3n) {
    clear: right;
  }
  .fact_list.left.col-33 .fact:nth-child(3n+1), .fact_list.center.col-33 .fact:nth-child(3n+1), .fact_list.above.col-33 .fact:nth-child(3n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 580px) {
  .fact_list.left.col-50 .fact, .fact_list.center.col-50 .fact, .fact_list.above.col-50 .fact {
    width: 47%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
  .fact_list.left.col-50 .fact:nth-child(2n), .fact_list.center.col-50 .fact:nth-child(2n), .fact_list.above.col-50 .fact:nth-child(2n) {
    clear: right;
  }
  .fact_list.left.col-50 .fact:nth-child(2n+1), .fact_list.center.col-50 .fact:nth-child(2n+1), .fact_list.above.col-50 .fact:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 580px) {
  .fact_list.center.col-50 {
    padding: 0 1.2rem;
  }
}
@media only screen and (min-width: 580px) {
  .fact_list.left.col-100 .fact, .fact_list.center.col-100 .fact, .fact_list.above.col-100 .fact {
    width: 97%;
    margin-right: 1.5%;
    margin-left: 1.5%;
  }
}

.timeline {
  position: relative;
}
.timeline::after {
  content: "";
  position: absolute;
  width: 4px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 580px) {
  .timeline::after {
    width: 3px;
    left: 4px !important;
  }
}
.timeline .item {
  margin-bottom: 2rem;
  position: relative;
  width: 50%;
}
.timeline .item::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: -10px;
  background-color: #f9f9f9;
  border: 5px solid #272727;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
@media only screen and (max-width: 580px) {
  .timeline .item::after {
    width: 16px;
    height: 16px;
    right: -8px;
    border: 3px solid #fff;
  }
}
.timeline .item:last-child {
  margin-bottom: 0;
}
.timeline .content {
  padding: 2rem 3rem;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
}
.timeline .content * {
  color: inherit;
}
@media only screen and (max-width: 580px) {
  .timeline .content {
    padding: 1.2rem 1.5rem;
  }
  .timeline .content p {
    font-size: 1rem;
  }
}
.timeline .odd::before,
.timeline .even::before,
.timeline .left::before,
.timeline .right::before {
  content: "";
  height: 0;
  position: absolute;
  top: 18px;
  width: 0;
  z-index: 1;
}
.timeline .odd,
.timeline .left {
  left: 0;
}
.timeline .odd::before,
.timeline .left::before {
  right: 40px;
  border: solid #fff;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
}
.timeline .odd .content,
.timeline .left .content {
  margin-right: 50px;
}
.timeline .even,
.timeline .right {
  left: 50%;
}
.timeline .even:before,
.timeline .right:before {
  left: 40px;
  border: solid #fff;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
}
.timeline .even:after,
.timeline .right:after {
  left: -10px;
}
.timeline .even .content,
.timeline .right .content {
  margin-left: 50px;
}
@media only screen and (max-width: 580px) {
  .timeline::after {
    left: 8px;
  }
  .timeline .container {
    width: 100%;
    padding-left: 20px;
    left: 0;
  }
  .timeline .container:before {
    top: 14px;
    left: 15px;
    border: medium solid #fff;
    border-width: 10px 10px 10px 0;
    border-color: transparent #fff transparent transparent;
  }
  .timeline .item.odd,
.timeline .item.even,
.timeline .item.left,
.timeline .item.right {
    left: 0;
    width: 100%;
  }
  .timeline .item.odd:before,
.timeline .item.even:before,
.timeline .item.left:before,
.timeline .item.right:before {
    left: 20px;
    border: solid #fff;
    border-width: 10px 10px 10px 0;
    border-color: transparent #fff transparent transparent;
  }
  .timeline .item.odd:after,
.timeline .item.even:after,
.timeline .item.left:after,
.timeline .item.right:after {
    left: -5px;
  }
  .timeline .item.odd .content,
.timeline .item.even .content,
.timeline .item.left .content,
.timeline .item.right .content {
    margin: 0px;
    margin-left: 30px;
  }
}

.number_list.half .item {
  position: relative;
  width: 97%;
  margin-right: 1.5%;
  margin-left: 1.5%;
  float: left;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
@media only screen and (min-width: 820px) {
  .number_list.half .item {
    width: 47%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
  .number_list.half .item:nth-child(odd) {
    clear: left;
  }
  .number_list.half .item:nth-child(even) {
    clear: right;
  }
}
.number_list.half .item > .title {
  margin-bottom: 0.5rem;
}
.number_list.half .item > .text {
  padding-right: 2rem;
}
@media only screen and (min-width: 480px) {
  .number_list.half .item > .text {
    padding-left: 5rem;
  }
}
.number_list.half .nr {
  position: relative;
  display: block;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.1;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 480px) {
  .number_list.half .nr {
    position: absolute;
    top: 0;
    left: 0;
    width: 4rem;
  }
}
.number_list.half .nr > span {
  position: relative;
  z-index: 1;
}

.number_list.full .item {
  background: #fff;
  position: relative;
  margin-bottom: 3rem;
}
.number_list.full .item:after {
  content: "";
  display: table;
  clear: both;
}
.number_list.full .item:before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 3rem;
  top: -1rem;
  background: #fff;
}
@media only screen and (max-width: 759px) {
  .number_list.full .item:before {
    -webkit-transform: rotate(45deg) translateX(-50%);
        -ms-transform: rotate(45deg) translateX(-50%);
            transform: rotate(45deg) translateX(-50%);
    left: 50%;
    top: 0;
  }
}
.number_list.full .item.even {
  background: #e6e6e6;
}
.number_list.full .item.even:before {
  background: #e6e6e6;
  left: auto;
  right: 3rem;
}
.number_list.full .item.even .content * {
  color: inherit;
}
.number_list.full .nr_block,
.number_list.full .content {
  padding-bottom: 2rem;
  padding-top: 4rem;
}
@media only screen and (min-width: 760px) {
  .number_list.full .nr_block,
.number_list.full .content {
    width: 25.5714285714%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}
.number_list.full .nr_block {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
}
.number_list.full .number {
  display: inline-block;
  letter-spacing: -1px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  font-size: 11vw;
  line-height: 0.7;
  position: relative;
}
@media only screen and (max-width: 820px) {
  .number_list.full .number {
    font-size: 15vw;
  }
}
@media only screen and (max-width: 480px) {
  .number_list.full .number {
    font-size: 20vw;
  }
}
.number_list.full .nr {
  letter-spacing: 0;
  color: #272727;
  font-size: 2rem;
  position: absolute;
  bottom: 3%;
  left: 10px;
}
@media only screen and (max-width: 759px) {
  .number_list.full .content {
    padding-top: 0;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media only screen and (min-width: 760px) {
  .number_list.full .content {
    padding-right: 4rem;
    width: 68.4285714286%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
}

.cards > ul,
.cards > ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cards.base {
  margin-bottom: -2rem;
  margin-right: -1.5%;
  margin-left: -1.5%;
}
.cards.base, .cards.base.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.cards.base .item {
  width: 97%;
  margin-right: 1.5%;
  margin-left: 1.5%;
  float: left;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  margin-bottom: 2rem;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}
@media only screen and (min-width: 580px) {
  .cards.base .item {
    width: 47%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
}
@media only screen and (min-width: 820px) {
  .cards.base .item {
    width: 30.3333333333%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
}
.cards.base .item > a {
  display: block;
  overflow: hidden;
}
.cards.base .item > a:hover .image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.cards.base .icon,
.cards.base .content,
.cards.base .link {
  padding: 2.75rem 2.25rem;
}
@media only screen and (min-width: 820px) {
  .cards.base .icon,
.cards.base .content,
.cards.base .link {
    padding: 2.5rem 3rem;
  }
}
.cards.base .image {
  overflow: hidden;
}
.cards.base .image img {
  -webkit-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
.cards.base .icon {
  padding-bottom: 0;
}
.cards.base .icon img {
  display: block;
  max-width: 64px;
}
.cards.base .icon + .content {
  padding-top: 1.25rem;
}
.cards.base .content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cards.base .content .title {
  line-height: 1.3;
  margin-bottom: 1rem;
}
.cards.base .content p {
  line-height: 1.6;
}
.cards.base .link {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
.cards.base.slim .title {
  font-size: 1.2rem;
  line-height: 1.6;
}
.cards.base.slim .content,
.cards.base.slim .link {
  padding: 1rem 1rem;
}
@media only screen and (min-width: 820px) {
  .cards.base.slim .content,
.cards.base.slim .link {
    padding: 1.25rem 1.5rem;
  }
}
.cards.masonry {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin-bottom: -2rem;
}
@media only screen and (min-width: 580px) {
  .cards.masonry {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media only screen and (min-width: 820px) {
  .cards.masonry {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}
.cards.masonry .item {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  border-radius: 5px;
  min-width: 100%;
  margin-bottom: 2rem;
  overflow: hidden;
}
.cards.masonry .item > a {
  overflow: hidden;
  display: block;
}
.cards.masonry .image {
  overflow: hidden;
}
.cards.masonry .image img {
  -webkit-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
.cards.masonry .content,
.cards.masonry .link {
  padding: 1.75rem 1.25rem 1.75rem;
  background: #fff;
}
@media only screen and (min-width: 820px) {
  .cards.masonry .content,
.cards.masonry .link {
    padding: 2.5rem 2rem 2.5rem;
  }
}
.cards.masonry .content .title {
  line-height: 1.3;
  margin-bottom: 1rem;
}
.cards.masonry .content p {
  line-height: 1.6;
}
.cards.masonry .link {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
.cards.masonry.slim .content,
.cards.masonry.slim .link {
  padding: 1rem 0.5rem;
}
@media only screen and (min-width: 820px) {
  .cards.masonry.slim .content,
.cards.masonry.slim .link {
    padding: 1.25rem 1rem;
  }
}
.cards.list {
  margin-bottom: -1rem;
}
.cards.list .item {
  background: #fff;
  margin-bottom: 1rem;
  border-radius: 5px;
}
.cards.list .item a {
  display: block;
  overflow: hidden;
}
.cards.list .item .content {
  padding: 1.5rem 2rem 1.5rem;
}
@media only screen and (min-width: 760px) {
  .cards.list .item .content {
    padding: 2rem 3rem 2rem;
  }
}
@media only screen and (max-width: 760px) {
  .cards.list .item h3 {
    font-size: 1.5rem;
  }
}
.cards.list_link {
  margin-bottom: -1rem;
}
.cards.list_link .item {
  background: #fff;
  margin-bottom: 1rem;
  border-radius: 5px;
}
.cards.list_link .item a {
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 760px) {
  .cards.list_link .item h3 {
    font-size: 1.5rem;
  }
}
.cards.list_link .item .content {
  padding: 0.5rem 1.25rem 0.5rem;
}
@media only screen and (min-width: 760px) {
  .cards.list_link .item .content {
    padding: 0.75rem 2rem 0.75rem;
  }
}
.cards.list_link .item .link {
  font-size: 0.9rem;
}
.cards.list_image {
  margin-bottom: -1rem;
}
.cards.list_image,
.cards.list_image .item,
.cards.list_image .item a,
.cards.list_image .item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  overflow: hidden;
}
.cards.list_image .item {
  background: #fff;
  margin-bottom: 1rem;
  border-radius: 5px;
  width: 100%;
}
.cards.list_image .item .image,
.cards.list_image .item .content {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.cards.list_image .item .image {
  display: none;
}
@media only screen and (min-width: 760px) {
  .cards.list_image .item .image {
    display: block;
    width: 25%;
  }
  .cards.list_image .item .image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.cards.list_image .item .content {
  padding: 1.5rem 2rem 1.5rem;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cards.list_image .item .content > div {
  width: 100%;
}
@media only screen and (min-width: 760px) {
  .cards.list_image .item .content {
    width: 75%;
    padding: 2rem 3rem 2rem;
  }
}
.cards.list_image .item a {
  width: 100%;
}
.cards.list_image .item .link {
  font-size: 0.9rem;
}
.cards.list_image.slim {
  margin-right: -1.5%;
  margin-left: -1.5%;
}
.cards.list_image.slim .title {
  font-size: 1.2rem;
  line-height: 1.6;
}
.cards.list_image.slim .item {
  width: 97%;
  margin-right: 1.5%;
  margin-left: 1.5%;
  float: left;
}
@media only screen and (min-width: 580px) {
  .cards.list_image.slim .item {
    width: 47%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
}
@media only screen and (min-width: 760px) {
  .cards.list_image.slim .item .image {
    width: 29.1666666667%;
  }
  .cards.list_image.slim .item .content {
    width: 70.8333333333%;
  }
}
.cards.list_image.slim .content,
.cards.list_image.slim .link {
  padding: 1rem 1.5rem;
}
@media only screen and (min-width: 820px) {
  .cards.list_image.slim .content,
.cards.list_image.slim .link {
    padding: 1.5rem 2.5rem;
  }
}
.cards.team .contact span {
  display: block;
}
.cards.offer .item > a:hover img {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.cards.offer .icon {
  padding-top: 1rem;
  width: 50%;
  margin: 0 auto;
}
.card_slider .slider {
  padding-bottom: 3rem;
}
.card_slider .slide {
  opacity: 0.25;
  position: relative;
}
.card_slider .slide .content {
  background: #fff;
  padding: 2.5rem 2rem;
}
.card_slider .slide.is-selected {
  opacity: 1;
}
.card_slider .slider .flickity-button.flickity-prev-next-button {
  background: #AA2E8B;
  color: #fff;
  height: 38px;
  width: 38px;
}
@media only screen and (min-width: 780px) {
  .card_slider.slim .slide {
    width: 50%;
  }
}

.box {
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 820px) {
  .box {
    background-color: transparent;
  }
}
.box .image {
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  overflow: hidden;
}
.box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 820px) {
  .box .inner {
    max-width: 550px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 820px) {
  .box video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 51%;
    left: 51%;
    -webkit-transform: translateX(-51%) translateY(-51%);
    -ms-transform: translateX(-51%) translateY(-51%);
        transform: translateX(-51%) translateY(-51%);
    min-width: 102%;
    min-height: 102%;
    width: auto;
    height: auto;
    overflow: hidden;
  }
}
.box.small {
  overflow: hidden;
  background: transparent;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
.box.small .content,
.box.small .image {
  width: 100%;
}
@media only screen and (min-width: 820px) {
  .box.small .content,
.box.small .image {
    width: 50%;
  }
}
.box.small .content {
  padding: 1.75rem;
}
@media only screen and (min-width: 580px) {
  .box.small .content {
    padding: 3rem;
  }
}
@media only screen and (min-width: 1020px) {
  .box.small .content {
    padding: 6rem;
  }
}
.box.small.left .content {
  padding-left: 0 !important;
}
.box.small.right .content {
  padding-right: 0 !important;
}
@media only screen and (min-width: 820px) {
  .box.small.left .content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .box.small.left .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .box.small.right .content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .box.small.right .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.box.full {
  overflow: hidden;
}
.box.full .content,
.box.full .image {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 820px) {
  .box.full .content,
.box.full .image {
    width: 50%;
  }
}
.box.full .content {
  padding: 2.5rem 1.75rem;
}
@media only screen and (min-width: 580px) {
  .box.full .content {
    padding: 3rem 2rem;
  }
}
@media only screen and (min-width: 1020px) {
  .box.full .content {
    padding: 4rem;
  }
}
@media only screen and (min-width: 820px) {
  .box.full.left .content:before {
    z-index: 5;
    content: "";
    left: 0;
    top: 50%;
    height: 0;
    width: 0;
    position: absolute;
    border: solid transparent;
    border-width: 30px;
    margin-top: -30px;
    margin-right: -60px;
    right: 0;
    left: auto;
    border-color: transparent;
    border-left-color: transparent;
  }
  .box.full.left .content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .box.full.left .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .box.full.right .content:before {
    z-index: 5;
    content: "";
    margin-left: -60px;
    left: 0;
    top: 50%;
    height: 0;
    width: 0;
    position: absolute;
    border: solid transparent;
    border-width: 30px;
    margin-top: -30px;
    border-right-color: transparent;
  }
  .box.full.right .content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .box.full.right .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.overcard_box .box .wrapper {
  position: relative;
}
.box.overcard {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: transparent;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}
.box.overcard .image {
  max-height: 730px;
  overflow: hidden;
}
.box.overcard .content {
  position: relative;
  background-color: #f3f3f3;
  padding: 2.5rem 1.75rem;
}
@media only screen and (min-width: 820px) {
  .box.overcard .content {
    max-width: 700px;
  }
}
@media only screen and (min-width: 580px) {
  .box.overcard .content {
    padding: 3rem 2rem;
  }
}
@media only screen and (min-width: 1020px) {
  .box.overcard .content {
    padding: 4rem;
  }
}
.box.overcard .content p {
  font-size: 0.9rem;
}
@media only screen and (max-width: 819px) {
  .box.overcard .image {
    width: 100%;
  }
  .box.overcard .content {
    width: 100%;
    margin: -4rem 2rem 0;
  }
}
@media only screen and (min-width: 820px) {
  .box.overcard .content {
    margin-top: 4rem;
  }
  .box.overcard .image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 90%;
    width: 70%;
  }
  .box.overcard.left .content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 700px;
    width: 45%;
  }
  .box.overcard.left .image {
    right: 0;
  }
  .box.overcard.right .content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 700px;
    width: 45%;
    margin-left: 55%;
  }
  .box.overcard.right .image {
    left: 0;
  }
}
.bg_white .box {
  background-color: #fff;
}
.bg_lightgray .box {
  background-color: #d6d6d6;
}
.bg_gray .box {
  background-color: #999;
}
.bg_anthracite .box {
  background-color: #4b545f;
}
.bg_dark .box {
  background-color: #bebebe;
}
.bg_brand .box {
  background-color: #AA2E8B;
}

form.search_form {
  overflow: hidden;
}
form.search_form:after {
  content: "";
  display: table;
  clear: both;
}
form.search_form button,
form.search_form input {
  float: left;
  line-height: 40px;
  height: 40px;
  margin: 0;
}
@media only screen and (min-width: 1020px) {
  form.search_form button,
form.search_form input {
    height: 60px;
    line-height: 60px;
  }
}
form.search_form input {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  width: calc(100% - 40px) !important;
  padding: 0 1.7em 0 !important;
  background: #fff !important;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
form.search_form input:focus {
  color: #555;
}
form.search_form input.has_error {
  border: 2px solid #8a132a !important;
}
@media only screen and (min-width: 1020px) {
  form.search_form input {
    width: calc(100% - 4rem) !important;
  }
}
form.search_form button {
  border: none !important;
  width: 40px;
  padding: 1em 0;
  text-indent: -4000px;
  background-size: 18px;
  padding: 0 !important;
  background-image: url(/a/i/icons/icon_search_white.svg) !important;
  background-position: center center;
  background-repeat: no-repeat;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media only screen and (min-width: 1020px) {
  form.search_form button {
    background-size: 28px;
    width: 4rem;
  }
}
form.search_form.slim button,
form.search_form.slim input {
  line-height: 40px;
  height: 40px;
}
form.search_form.slim input {
  padding: 0 0.9em 0 !important;
  width: calc(100% - 40px) !important;
}
form.search_form.slim button {
  width: 40px;
  background-size: 22px;
}

.search_results .search_form {
  margin-bottom: 0.5rem;
}

.inline_cta {
  background: #AA2E8B;
  padding: 1.5rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  flex-direction: row;
}
.inline_cta .text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.inline_cta .linkrow {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.inline_cta .linkrow .button, .inline_cta .linkrow .paginate a, .paginate .inline_cta .linkrow a,
.inline_cta .linkrow .paginate span,
.paginate .inline_cta .linkrow span, .inline_cta .linkrow form button, form .inline_cta .linkrow button,
.inline_cta .linkrow form input[type=submit],
form .inline_cta .linkrow input[type=submit] {
  text-align: center;
}
.inline_cta .text {
  color: #fff;
}
.inline_cta .text * {
  color: inherit;
}
@media only screen and (max-width: 580px) {
  .inline_cta {
    text-align: center;
  }
  .inline_cta .text {
    margin-bottom: 1.25rem;
  }
  .inline_cta .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .inline_cta .linkrow {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 580px) {
  .inline_cta .text {
    width: 60%;
    float: left;
  }
  .inline_cta .linkrow {
    text-align: right;
    width: 40%;
    float: right;
  }
  .inline_cta .button, .inline_cta .paginate a, .paginate .inline_cta a,
.inline_cta .paginate span,
.paginate .inline_cta span, .inline_cta form button, form .inline_cta button,
.inline_cta form input[type=submit],
form .inline_cta input[type=submit] {
    font-size: 15px;
  }
}

@media only screen and (max-width: 579px) {
  .about_author .image {
    max-width: 100px;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 580px) {
  .about_author {
    margin-right: -1.5%;
    margin-left: -1.5%;
  }
  .about_author,
.about_author .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  .about_author .image,
.about_author .content {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    overflow: hidden;
  }
  .about_author .image {
    width: 22%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
  .about_author .content {
    width: 72%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about_author .content * {
    width: 100%;
  }
}

.quote,
blockquote {
  border: 0;
  position: relative;
  color: #555;
  background: #fff;
  padding: 2.5rem 2rem;
  text-align: center;
  font-weight: 400;
  font-size: 120%;
  line-height: 1.7;
}
.quote *,
blockquote * {
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.quote > div,
blockquote > div {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.quote.long,
blockquote.long {
  font-size: 100%;
}
.quote.short,
blockquote.short {
  font-size: 120%;
}
.quote .text p,
blockquote .text p {
  font-size: inherit;
}
.quote .text:before, .quote .text:after,
blockquote .text:before,
blockquote .text:after {
  font-weight: 700;
  display: block;
  font-size: 60px;
  height: 40px;
  color: #272727;
}
.quote .text:before,
blockquote .text:before {
  line-height: 0;
  content: "„" !important;
}
.quote .text:after,
blockquote .text:after {
  line-height: 1;
}
.quote > .image,
blockquote > .image {
  max-width: 120px;
  border-radius: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.quote footer,
blockquote footer {
  color: #aaa;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Lato", sans-serif !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quote footer .image,
blockquote footer .image {
  max-width: 40px;
  border-radius: 100%;
  overflow: hidden;
}
.quote footer .name,
blockquote footer .name {
  padding-left: 1.2rem;
  line-height: 40px;
}

@media only screen and (min-width: 760px) {
  .testimonial_list .row {
    margin-right: -1.5%;
    margin-left: -1.5%;
  }
}
.testimonial_list .infos {
  overflow: hidden;
  padding: 1rem 2rem;
  background: #fff;
  text-align: center;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 760px) {
  .testimonial_list .infos {
    width: 26.1666666667%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
}
@media only screen and (min-width: 380px) and (max-width: 759px) {
  .testimonial_list .infos .info.line {
    width: 47%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
}
.testimonial_list .infos .info {
  margin: 1rem 0;
}
.testimonial_list .infos .info.line {
  padding-top: 1rem;
  border-top: 1px solid #f9f9f9;
}
.testimonial_list .infos .header {
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 400;
}
.testimonial_list .infos p {
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.testimonial_list .infos span {
  line-height: 1;
  font-size: 3rem;
  width: 100%;
  display: block;
  color: #272727;
}
@media only screen and (min-width: 760px) {
  .testimonial_list .row > .cards_paginate {
    width: 67.8333333333%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
}
.testimonial_list .cards {
  overflow: hidden;
}
.testimonial_list .paginate {
  margin-top: 1rem;
}

.faq .row {
  margin-bottom: 2.5rem;
}
.faq .row:after {
  content: "";
  display: table;
  clear: both;
}
.faq .aside {
  font-weight: 700;
  color: #272727;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 820px) {
  .faq.multi_col .wrapper {
    margin-bottom: -2.5rem;
  }
  .faq.multi_col .row {
    margin-right: -1.5%;
    margin-left: -1.5%;
  }
  .faq.multi_col .aside {
    width: 13.6666666667%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
  .faq.multi_col .q_and_a {
    width: 80.3333333333%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
}

.slider.fade {
  background: #272727;
}
.slider.full .slide {
  width: 100%;
  margin: 0;
}
.slider.flex {
  display: block;
  height: 400px;
  max-width: 100%;
}
.slider.flex img {
  height: 400px;
  max-height: 100%;
  width: auto;
}
.slider.flex .slide {
  width: auto;
  margin: 0 5px;
}
.slider .slide {
  width: 100%;
}
@media only screen and (min-width: 780px) {
  .slider .slide {
    width: 70%;
    margin: 0 5px;
  }
}
.slider .slide img {
  display: block;
}
.slider .flickity-page-dots {
  bottom: 18px;
  left: 0;
  right: 0;
}
.slider .flickity-page-dots .dot {
  -webkit-box-shadow: 0px 0px 20px rgba(40, 40, 40, 0.3);
          box-shadow: 0px 0px 20px rgba(40, 40, 40, 0.3);
  margin: 0 5px;
  background: #fff;
  opacity: 1;
}
.slider .flickity-page-dots .dot.is-selected {
  border: 2px solid #fff;
  background: transparent;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
.slider .flickity-viewport {
  -webkit-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
}
.slider .flickity-button.flickity-prev-next-button {
  padding: 0;
  margin: 0;
  background: transparent;
  color: #fff;
  height: 100%;
  border-radius: 0;
}
.slider .flickity-button.flickity-prev-next-button:hover {
  border: transparent;
}

.pricing {
  margin-bottom: -2rem;
  margin-right: -1.5%;
  margin-left: -1.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.pricing .item {
  width: 97%;
  margin-right: 1.5%;
  margin-left: 1.5%;
  float: left;
  margin-bottom: 2rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  overflow: hidden;
  background: #fff;
  text-align: center;
}
@media only screen and (min-width: 580px) {
  .pricing .item {
    width: 47%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
}
@media only screen and (min-width: 820px) {
  .pricing .item {
    width: 30.3333333333%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
}
.pricing .item header {
  padding: 1rem 2rem;
  background: #fff;
  color: #fff;
  border-bottom: 2px solid #f9f9f9;
}
.pricing .item .content {
  padding: 2rem;
}
.pricing .title {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.pricing .price {
  font-size: 1.8rem;
}

body.slidein_open {
  overflow: hidden;
}

.slidein_panel {
  overflow-y: auto;
  visibility: hidden;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transform: translateX(102%);
      -ms-transform: translateX(102%);
          transform: translateX(102%);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  position: fixed !important;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  z-index: 7;
  width: 92%;
  max-width: 460px;
  background-color: #f9f9f9;
}
.loaded .slidein_panel {
  visibility: visible;
}
.slidein_panel.active {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.no-js .slidein_panel, .loading .slidein_panel {
  display: none;
}
.slidein_panel > .content {
  padding: 2rem;
}
@media only screen and (min-width: 760px) {
  .slidein_panel > .content {
    padding: 4rem;
  }
}
.slidein_panel > .image {
  border-top-right-radius: 0 !important;
}
.slidein_panel .icon {
  max-width: 46px;
}
@media only screen and (min-width: 820px) {
  .slidein_panel .icon {
    max-width: 56px;
  }
}
@media only screen and (min-width: 1600px) {
  .slidein_panel .icon {
    max-width: 66px;
  }
}
@media only screen and (min-width: 1020px) {
  .slidein_panel {
    max-width: 552px;
  }
  .slidein_panel.wide {
    max-width: 782px;
  }
  .slidein_panel.wide > .content {
    padding: 4rem;
  }
}
@media only screen and (min-width: 1020px) and (min-width: 760px) {
  .slidein_panel.wide > .content {
    padding: 5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .slidein_panel {
    max-width: 690px;
  }
  .slidein_panel.wide {
    max-width: 1150px;
  }
}

.slidein_open .slidein_overlay {
  -webkit-transition: all 0s 0s, opacity 0.5s 0s;
  -o-transition: all 0s 0s, opacity 0.5s 0s;
  transition: all 0s 0s, opacity 0.5s 0s;
  left: 0px;
  opacity: 1;
}

.slidein_closer {
  -webkit-transition: background 0.3s, background-color 0.3s;
  -o-transition: background 0.3s, background-color 0.3s;
  transition: background 0.3s, background-color 0.3s;
  z-index: 8;
  overflow: hidden;
  position: fixed;
  top: auto;
  white-space: nowrap;
  display: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  right: 40px;
  bottom: 40px;
  background-color: #AA2E8B;
}
@media only screen and (min-width: 760px) {
  .slidein_closer {
    top: 40px;
    bottom: auto;
  }
}
.slidein_closer::before, .slidein_closer::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 60%;
  top: 50%;
  left: 25%;
  margin-left: -2px;
  margin-top: -1px;
  background: #fff;
}
.slidein_closer::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.slidein_closer::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.slidein_closer:hover {
  background-color: #c46dae;
}
.slidein_closer.active {
  display: block;
  -webkit-animation: moveIn 0.25s;
          animation: moveIn 0.25s;
}

@-webkit-keyframes moveIn {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes moveIn {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.loader {
  position: relative;
}
.loader:after {
  content: "";
  display: inline-block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #AA2E8B;
  border-color: #AA2E8B transparent #AA2E8B transparent;
  -webkit-animation: loader_anim 1.2s linear infinite;
          animation: loader_anim 1.2s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.loader.white {
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
}
.loader.brand {
  border: 6px solid #AA2E8B;
  border-color: #AA2E8B transparent #AA2E8B transparent;
}

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

@keyframes loader_anim {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
button.button_spin,
.button.button_spin,
.paginate a.button_spin,
.paginate span.button_spin,
form input.button_spin[type=submit] {
  overflow: hidden;
  width: 54px;
  height: 54px;
}
button.button_spin.small,
.button.button_spin.small,
.paginate a.button_spin.small,
.paginate span.button_spin.small,
form input.button_spin.small[type=submit] {
  width: 40px !important;
  height: 40px !important;
}

.button_spin,
.submit_loader {
  margin-left: 1rem;
  color: #ffffff;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  font-size: 13px !important;
  border-radius: 50%;
  position: relative;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: submitloader6 1s infinite ease, submitround 1s infinite ease;
          animation: submitloader6 1s infinite ease, submitround 1s infinite ease;
  display: none;
}
.button_spin.show,
.submit_loader.show {
  display: inline-block;
}

@-webkit-keyframes submitloader6 {
  0% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes submitloader6 {
  0% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes submitround {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes submitround {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.error,
.errors {
  color: #8a132a;
  font-size: 0.85rem;
}
.error input, .error textarea, .error select,
.errors input,
.errors textarea,
.errors select {
  border: 2px solid #8a132a;
}
.error .error,
.error li,
.errors .error,
.errors li {
  background: #8a132a;
  color: #fff;
  padding: 0.4rem 0.5rem;
  line-height: 1.3;
  display: block;
  font-size: 0.85rem;
}
ul.error, .errors,
ul li.error, .errors {
  list-style: none;
  padding: 0;
  margin: 0;
}

input.error, input.errors, textarea.error, textarea.errors, select.error, select.errors {
  border: 2px solid #8a132a;
}

.validate_errors label.error {
  font-size: 0.85rem;
  padding-top: 0.5rem;
}

html {
  font-size: 14px;
}
@media only screen and (min-width: 820px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1020px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  html {
    font-size: 18px;
  }
}

body,
button,
input,
select,
textarea,
p {
  color: #555;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.7;
  font-size: 1.1rem;
}

.hyphens {
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

p {
  margin-top: 0.4rem;
  margin-bottom: 0.8rem;
}
p.lead, .lead p {
  font-size: 1.6rem;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #555;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0.4rem;
  margin-top: 0.8rem;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 1.7857142857rem;
  letter-spacing: 1.5px;
}
@media only screen and (min-width: 480px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  h1, .h1 {
    font-size: 3.5rem;
  }
}

.h1_x {
  font-size: 2.3214285714rem;
}
@media only screen and (min-width: 480px) {
  .h1_x {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .h1_x {
    font-size: 4.25rem;
  }
}

h2, .h2 {
  font-size: 1.5rem;
}
@media only screen and (min-width: 580px) {
  h2, .h2 {
    font-size: 2.1rem;
  }
}
@media only screen and (min-width: 1280px) {
  h2, .h2 {
    font-size: 2.94rem;
  }
}

h3, .h3 {
  font-size: 1.2857142857rem;
}
@media only screen and (min-width: 580px) {
  h3, .h3 {
    font-size: 1.8rem;
  }
}

h4, .h4 {
  font-size: 0.8571428571rem;
}
@media only screen and (min-width: 580px) {
  h4, .h4 {
    font-size: 1.2rem;
  }
}

h5, .h5 {
  font-size: 0.7142857143rem;
}
@media only screen and (min-width: 580px) {
  h5, .h5 {
    font-size: 1rem;
  }
}

h6, .h6 {
  font-size: 0.5714285714rem;
}
@media only screen and (min-width: 580px) {
  h6, .h6 {
    font-size: 0.8rem;
  }
}

.overtitle {
  font-size: 1rem;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #AA2E8B;
}

.hyphens {
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

ul,
ol,
ul ul,
ol ol,
ul ol,
ol ul {
  padding-left: 1.6rem;
  margin-bottom: 0.4rem;
  margin-top: 0.4rem;
}

ul {
  display: block;
  list-style-type: disc;
  list-style-position: outside;
}
ul li {
  display: list-item;
  padding-bottom: 0.2rem;
}

.text ul {
  list-style: none;
}
.text ul li {
  position: relative;
  padding-bottom: 0.3rem;
}
.text ul li:before {
  content: "";
  position: absolute;
  border-right: 2px solid #AA2E8B;
  border-bottom: 2px solid #AA2E8B;
  width: 10px;
  height: 10px;
  top: 0.9rem;
  left: -24px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.text ul.list_tags {
  padding: 0;
}
.text ul.list_tags li {
  display: inline-block;
  background: #AA2E8B;
  color: #fff;
  font-weight: 400;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  padding: 0.05rem 0.5rem;
}
.text ul.list_tags li:before {
  display: none;
}

.link ul.list_tags {
  padding: 0;
}
.link ul.list_tags li {
  display: inline-block;
}
.link ul.list_tags li:before {
  display: none;
}
.link ul.list_tags li a {
  display: block;
  background: #AA2E8B;
  color: #fff;
  font-weight: 400;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  padding: 0.05rem 0.5rem;
}
.link ul.list_tags li a:hover {
  background: #772061;
}

.benefit_list,
.benefit_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.benefit_list li,
.benefit_list ul li {
  display: inline-block;
  position: relative;
  padding-left: 22px;
}
.benefit_list li.yes:before,
.benefit_list ul li.yes:before {
  content: "";
  position: absolute;
  border-right: 2px solid #AA2E8B;
  border-bottom: 2px solid #AA2E8B;
  width: 8px;
  height: 14px;
  top: 0.9rem;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.benefit_list li.no:before, .benefit_list li.no:after,
.benefit_list ul li.no:before,
.benefit_list ul li.no:after {
  content: "";
  position: absolute;
  background: #AA2E8B;
  width: 14px;
  height: 2px;
  top: 0.9rem;
  left: 0;
}
.benefit_list li.no:before,
.benefit_list ul li.no:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.benefit_list li.no:after,
.benefit_list ul li.no:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.font_left {
  text-align: left;
}

.font_center {
  text-align: center;
}

.font_right {
  text-align: right;
}

.font_left *,
.font_center *,
.font_right * {
  text-align: inherit;
}

.font_big {
  font-size: 1.3;
}

.font_small, small {
  font-size: 0.85;
}

.font_light {
  font-weight: 300;
}

.font_bold, strong, b {
  font-weight: 700;
}

.font_italic, em, i {
  font-style: italic;
}

.font_upper {
  text-transform: uppercase;
}

.h_highlight {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #AA2E8B;
}

.font_black {
  color: #272727;
}
.font_black * {
  color: #272727;
}

.font_gray {
  color: #999;
}
.font_gray * {
  color: #999;
}

.font_white {
  color: #fff;
}
.font_white * {
  color: #fff;
}

.font_brand {
  color: #AA2E8B;
}
.font_brand * {
  color: #AA2E8B;
}

.font_secondary {
  color: #272727;
}
.font_secondary * {
  color: #272727;
}

address {
  font-style: normal;
}
address.line span {
  display: block;
}
address.inline {
  font-size: 0;
}
address.inline span {
  font-size: 1rem;
  line-height: 1.3;
  display: inline-block;
  padding: 0 0.6rem;
  border-right: 1px solid #999;
}
address.inline span:first-child {
  padding-left: 0;
}
address.inline span:last-child {
  padding-right: 0;
  border: none;
}

.section_title.block {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 760px) {
  .section_title.block {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .section_title.block {
    margin-bottom: 3rem;
  }
}
.section_title.block_bg {
  padding-bottom: 1.3333333333rem;
}
@media only screen and (min-width: 760px) {
  .section_title.block_bg {
    padding-bottom: 1.6666666667rem;
  }
}
@media only screen and (min-width: 1600px) {
  .section_title.block_bg {
    padding-bottom: 2rem;
  }
}
.section_title.block + .block.text_content, .section_title.block_bg + .block.text_content {
  margin-top: 2rem;
}
@media only screen and (min-width: 760px) {
  .section_title.block + .block.text_content, .section_title.block_bg + .block.text_content {
    margin-top: 2.5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .section_title.block + .block.text_content, .section_title.block_bg + .block.text_content {
    margin-top: 3rem;
  }
}
.section_title.block + .block, .section_title.block_bg + .block {
  margin-top: 2rem;
}
@media only screen and (min-width: 760px) {
  .section_title.block + .block, .section_title.block_bg + .block {
    margin-top: 2.5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .section_title.block + .block, .section_title.block_bg + .block {
    margin-top: 3rem;
  }
}
.section_title.block + .block_bg, .section_title.block_bg + .block_bg {
  padding-top: 1.3333333333rem;
}
@media only screen and (min-width: 760px) {
  .section_title.block + .block_bg, .section_title.block_bg + .block_bg {
    padding-top: 1.6666666667rem;
  }
}
@media only screen and (min-width: 1600px) {
  .section_title.block + .block_bg, .section_title.block_bg + .block_bg {
    padding-top: 2rem;
  }
}

.section_title.block {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 760px) {
  .section_title.block {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .section_title.block {
    margin-bottom: 3rem;
  }
}
.section_title.block_bg {
  padding-bottom: 1.3333333333rem;
}
@media only screen and (min-width: 760px) {
  .section_title.block_bg {
    padding-bottom: 1.6666666667rem;
  }
}
@media only screen and (min-width: 1600px) {
  .section_title.block_bg {
    padding-bottom: 2rem;
  }
}
.section_title.block + .block.text_content, .section_title.block_bg + .block.text_content {
  margin-top: 2rem;
}
@media only screen and (min-width: 760px) {
  .section_title.block + .block.text_content, .section_title.block_bg + .block.text_content {
    margin-top: 2.5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .section_title.block + .block.text_content, .section_title.block_bg + .block.text_content {
    margin-top: 3rem;
  }
}
.section_title.block + .block, .section_title.block_bg + .block {
  margin-top: 2rem;
}
@media only screen and (min-width: 760px) {
  .section_title.block + .block, .section_title.block_bg + .block {
    margin-top: 2.5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .section_title.block + .block, .section_title.block_bg + .block {
    margin-top: 3rem;
  }
}
.section_title.block + .block_bg, .section_title.block_bg + .block_bg {
  padding-top: 1.3333333333rem;
}
@media only screen and (min-width: 760px) {
  .section_title.block + .block_bg, .section_title.block_bg + .block_bg {
    padding-top: 1.6666666667rem;
  }
}
@media only screen and (min-width: 1600px) {
  .section_title.block + .block_bg, .section_title.block_bg + .block_bg {
    padding-top: 2rem;
  }
}

iframe {
  width: 100%;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.hide,
.js .hide_js,
.no-js .hide_nojs {
  display: none !important;
}

@media only screen and (max-width: 320px) {
  .hide_ms_down {
    display: none !important;
  }
}

@media only screen and (max-width: 365px) {
  .hide_mm_down {
    display: none !important;
  }
}

@media only screen and (max-width: 480px) {
  .hide_ml_down {
    display: none !important;
  }
}

@media only screen and (max-width: 580px) {
  .hide_ts_down {
    display: none !important;
  }
}

@media only screen and (max-width: 760px) {
  .hide_tm_down {
    display: none !important;
  }
}

@media only screen and (max-width: 820px) {
  .hide_tl_down {
    display: none !important;
  }
}

@media only screen and (max-width: 1020px) {
  .hide_ss_down {
    display: none !important;
  }
}

@media only screen and (max-width: 1280px) {
  .hide_sm_down {
    display: none !important;
  }
}

@media only screen and (max-width: 1600px) {
  .hide_sl_down {
    display: none !important;
  }
}

@media only screen and (min-width: 320px) {
  .hide_ms_up {
    display: none !important;
  }
}

@media only screen and (min-width: 365px) {
  .hide_mm_up {
    display: none !important;
  }
}

@media only screen and (min-width: 480px) {
  .hide_ml_up {
    display: none !important;
  }
}

@media only screen and (min-width: 580px) {
  .hide_ts_up {
    display: none !important;
  }
}

@media only screen and (min-width: 760px) {
  .hide_tm_up {
    display: none !important;
  }
}

@media only screen and (min-width: 820px) {
  .hide_tl_up {
    display: none !important;
  }
}

@media only screen and (min-width: 1020px) {
  .hide_ss_up {
    display: none !important;
  }
}

@media only screen and (min-width: 1280px) {
  .hide_sm_up {
    display: none !important;
  }
}

@media only screen and (min-width: 1600px) {
  .hide_sl_up {
    display: none !important;
  }
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.close {
  cursor: pointer;
  position: relative;
  width: 32px;
  height: 32px;
}
.close:before, .close:after {
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  content: " ";
  height: 120%;
  width: 2px;
  background-color: #333;
}
.close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.form_note {
  display: none;
}
.form_note.show {
  display: block;
}

form .form_row {
  margin-right: -1.5%;
  margin-left: -1.5%;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
form .form_full,
form .form_half,
form .form_one_third,
form .form_two_third,
form .form_one_quarter .form_three_quarter {
  width: 97%;
  margin-right: 1.5%;
  margin-left: 1.5%;
  float: left;
}
@media only screen and (min-width: 820px) {
  form .form_half {
    width: 47%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
  form .form_one_third {
    width: 30.3333333333%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
  form .form_two_third {
    width: 63.6666666667%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
  form .form_one_quarter {
    width: 22%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
  form .form_three_quarter {
    width: 72%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
}
form fieldset {
  margin-bottom: 1.5rem;
}
form .group {
  position: relative;
}
form .group a {
  line-height: 1.3;
}
form button,
form input[type=submit] {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
form .over_label label {
  z-index: 2;
  width: 80%;
  position: absolute;
  left: 0;
  top: 20px;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  height: 0.85;
}
form .over_label input:focus ~ label,
form .over_label input:valid ~ label,
form .over_label textarea:focus ~ label,
form .over_label textarea:valid ~ label {
  top: 0px;
  font-size: 12px;
  color: #272727;
}

label {
  font-size: 1.1rem;
  color: #555;
  line-height: 0.85;
  display: block;
  margin-bottom: 1rem;
}
label.required:after {
  content: "*";
  color: #AA2E8B;
  padding-left: 3px;
  margin-top: -3px;
  display: inline;
}

input,
select,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  vertical-align: initial;
  display: inline-block;
  position: relative;
}

input,
select,
textarea {
  background-color: transparent;
  border: 2px solid #999;
  border-radius: 5px;
}
input:focus,
select:focus,
textarea:focus {
  background-color: transparent;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus {
  background-color: transparent;
  border: 1px solid #999;
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=date],
input[type=month],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=number],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea {
  width: 100%;
  padding: 10px;
  line-height: 18px;
  color: #272727;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
select:focus,
textarea:focus {
  color: #272727;
}
@media only screen and (min-width: 760px) {
  input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=date],
input[type=month],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=number],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea {
    padding: 16px;
  }
}
form.slim input[type=text],
form.slim input[type=password],
form.slim input[type=email],
form.slim input[type=url],
form.slim input[type=date],
form.slim input[type=month],
form.slim input[type=time],
form.slim input[type=datetime],
form.slim input[type=datetime-local],
form.slim input[type=week],
form.slim input[type=number],
form.slim input[type=search],
form.slim input[type=tel],
form.slim input[type=color],
form.slim select,
form.slim textarea {
  padding: 8px 16px;
}

input[type=checkbox],
input[type=radio] {
  font-size: 0.85rem;
  color: #555;
  line-height: 0.85;
  background: transparent;
  height: 20px;
  width: 20px;
  margin-right: 8px;
}
input[type=checkbox]:active, input[type=checkbox]:checked,
input[type=radio]:active,
input[type=radio]:checked {
  background-color: #999;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  background-image: url("/a/i/icons/form_checkbox.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-color: #999;
}

input[type=radio] {
  border-radius: 100% !important;
}

.radio_wrap,
.checkbox_wrap,
.checkboxes {
  overflow: hidden;
  line-height: 20px;
  letter-spacing: 0.2px;
  vertical-align: top;
  margin: 6px 0;
}
.radio_wrap *,
.checkbox_wrap *,
.checkboxes * {
  vertical-align: inherit;
}
.radio_wrap span,
.checkbox_wrap span,
.checkboxes span {
  display: inline-block;
}
.radio_wrap.important,
.checkbox_wrap.important,
.checkboxes.important {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
}
.radio_wrap#privacypolicy input,
.checkbox_wrap#privacypolicy input,
.checkboxes#privacypolicy input {
  float: left;
}
.radio_wrap#privacypolicy span,
.checkbox_wrap#privacypolicy span,
.checkboxes#privacypolicy span {
  width: calc(100% - 30px);
  float: right;
  line-height: 1;
}

select {
  text-indent: 0;
  -o-text-overflow: "";
     text-overflow: "";
  cursor: pointer;
  background-image: url("/a/i/icons/form_select.svg");
  background-repeat: no-repeat;
  background-position: 97% center;
  background-position: calc(100% - 20px) center;
  background-size: 16px;
  font-size: 0.85;
  color: #555;
}

textarea {
  vertical-align: top;
  margin-bottom: 0;
}

.custom-file-upload-hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.custom-file-upload {
  display: block;
  width: auto;
  font-size: 16px;
  margin-top: 0.4rem;
}
.custom-file-upload label {
  display: block;
  margin-bottom: 5px;
}

.file-upload-wrapper {
  position: relative;
  overflow: hidden;
}

.file-upload-input,
.file-upload-button {
  padding-bottom: 8px;
  padding-top: 8px;
  line-height: 18px !important;
  height: 50px;
}
@media only screen and (max-width: 760px) {
  .file-upload-input,
.file-upload-button {
    height: 40px;
  }
}

.file-upload-input {
  width: 100%;
  padding-right: 80px;
  float: left;
}
.file-upload-input:hover, .file-upload-input:focus {
  outline: none;
}

.file-upload-button {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.file-upload-button:hover {
  border: none;
  background-color: #999;
}

img,
svg {
  width: 100%;
  height: auto;
}

svg {
  display: block;
  vertical-align: top;
}

svg path,
svg rect,
svg polygon {
  -webkit-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}

.no-js .lazyload {
  display: none;
}

/*
.blur_up {
	-webkit-filter: blur(5px);
	filter: blur(5px);
	transition: filter 400ms, -webkit-filter 400ms;

	&.lazyloaded {
		-webkit-filter: blur(0);
		filter: blur(0);
	}
}
*/
.content_icon:first-child {
  margin-left: 0;
}
.content_icon:last-child {
  margin-right: 0;
}
.content_icon .fix64 .icon {
  max-width: 64px;
}
.content_icon .fix128 .icon {
  max-width: 128px;
}
.content_icon .icon {
  display: inline-block;
  max-width: 30%;
  width: 30%;
}
.content_icon .icon.multi {
  margin: 0 1rem;
}
@media only screen and (max-width: 580px) {
  .content_icon .icon.multi {
    width: 20%;
    max-width: 20%;
    min-width: 50px;
  }
}

video,
.video {
  width: 100%;
  height: auto;
  display: block;
}

.videoWrapper {
  position: relative;
  padding-bottom: 54.5%;
  padding-top: 25px;
  height: 0;
}
.videoWrapper object,
.videoWrapper embed,
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

audio {
  width: 100%;
  display: block;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
}
hr.solid {
  border-top: 1px solid #ddd;
}
hr.solid.brand {
  border-top: 1px solid #AA2E8B;
}

a {
  -webkit-transition: color 0.2s linear, border 0.2s linear, background 0.2s linear, background-image 0.2s linear, background-color 0.2s linear;
  -o-transition: color 0.2s linear, border 0.2s linear, background 0.2s linear, background-image 0.2s linear, background-color 0.2s linear;
  transition: color 0.2s linear, border 0.2s linear, background 0.2s linear, background-image 0.2s linear, background-color 0.2s linear;
  color: #555;
}
a:hover, a:focus, a:active {
  color: #AA2E8B;
}

.linkinline, .content a,
.text a {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: #AA2E8B;
}
.linkinline:after, .content a:after,
.text a:after {
  content: "";
  background: #AA2E8B;
  opacity: 0.2;
  position: absolute;
  border-radius: 4px;
  left: 8px;
  bottom: -2px;
  width: calc(100% - 8px);
  height: calc(100% - 12px);
  -webkit-transition: 0.35s cubic-bezier(0.25, 0.1, 0, 2.05);
  -o-transition: 0.35s cubic-bezier(0.25, 0.1, 0, 2.05);
  transition: 0.35s cubic-bezier(0.25, 0.1, 0, 2.05);
}
.linkinline:hover:after, .content a:hover:after,
.text a:hover:after {
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 100%;
}

button,
.button,
.paginate a,
.paginate span,
form button,
form input[type=submit],
a.button {
  cursor: pointer;
  background-image: none !important;
  -webkit-transition: color 0.3s, border 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, border 0.3s, background-color 0.3s;
  transition: color 0.3s, border 0.3s, background-color 0.3s;
  padding: 0.4rem 1.6rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  background-color: #AA2E8B;
  border: 2px solid #AA2E8B;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 400;
  border-radius: 5px;
}
button:hover, button:focus,
.button:hover,
.paginate a:hover,
.paginate span:hover,
form input[type=submit]:hover,
.button:focus,
.paginate a:focus,
.paginate span:focus,
form input[type=submit]:focus,
a.button:hover,
a.button:focus {
  border: 2px solid #88256f;
  background-color: #88256f;
  color: #fff;
}
button.small,
.button.small,
.paginate a.small,
.paginate span.small,
form input.small[type=submit],
a.button.small {
  padding: 0.2rem 1rem;
  letter-spacing: 0.5px;
  font-size: 0.85rem;
}
button.large,
.button.large,
.paginate a.large,
.paginate span.large,
form input.large[type=submit],
a.button.large {
  padding: 1rem 3rem;
  letter-spacing: 2px;
  font-size: 1.1rem;
}
button.white,
.button.white,
.paginate a.white,
.paginate span.white,
form input.white[type=submit],
a.button.white {
  background-color: #fff;
  border: 2px solid #fff;
  color: #AA2E8B;
}
button.white:hover, button.white:focus,
.button.white:hover,
.paginate a.white:hover,
.paginate span.white:hover,
form input.white[type=submit]:hover,
.button.white:focus,
.paginate a.white:focus,
.paginate span.white:focus,
form input.white[type=submit]:focus,
a.button.white:hover,
a.button.white:focus {
  border: 2px solid #88256f;
  background-color: #88256f;
  color: #fff;
}
button.ghost,
.button.ghost,
.paginate a.ghost,
.paginate span.ghost,
form input.ghost[type=submit],
a.button.ghost {
  background-color: transparent;
  border: 2px solid #AA2E8B;
  color: #AA2E8B;
}
button.ghost:hover, button.ghost:focus,
.button.ghost:hover,
.paginate a.ghost:hover,
.paginate span.ghost:hover,
form input.ghost[type=submit]:hover,
.button.ghost:focus,
.paginate a.ghost:focus,
.paginate span.ghost:focus,
form input.ghost[type=submit]:focus,
a.button.ghost:hover,
a.button.ghost:focus {
  border: 2px solid #88256f;
  color: #88256f;
}
button.white.ghost,
.button.white.ghost,
.paginate a.white.ghost,
.paginate span.white.ghost,
form input.white.ghost[type=submit],
a.button.white.ghost {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
button.white.ghost:hover, button.white.ghost:focus,
.button.white.ghost:hover,
.paginate a.white.ghost:hover,
.paginate span.white.ghost:hover,
form input.white.ghost[type=submit]:hover,
.button.white.ghost:focus,
.paginate a.white.ghost:focus,
.paginate span.white.ghost:focus,
form input.white.ghost[type=submit]:focus,
a.button.white.ghost:hover,
a.button.white.ghost:focus {
  background: #88256f;
  border: 2px solid #88256f;
}
button.full,
.button.full,
.paginate a.full,
.paginate span.full,
form input.full[type=submit],
a.button.full {
  width: 100%;
  display: block;
  text-align: center;
}

.form_button {
  display: inline-block;
}
.form_button .button, .form_button .paginate a, .paginate .form_button a,
.form_button .paginate span,
.paginate .form_button span, .form_button form button, form .form_button button,
.form_button form input[type=submit],
form .form_button input[type=submit] {
  margin: 0 !important;
}

.download_link,
a.download_link {
  cursor: pointer;
  -webkit-transition: color 0.2s linear, border 0.2s linear, background 0.2s linear, background-image 0.2s linear, background-color 0.2s linear;
  -o-transition: color 0.2s linear, border 0.2s linear, background 0.2s linear, background-image 0.2s linear, background-color 0.2s linear;
  transition: color 0.2s linear, border 0.2s linear, background 0.2s linear, background-image 0.2s linear, background-color 0.2s linear;
  color: #AA2E8B;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: bottom;
  padding-left: 30px;
  background-image: url(/a/i/icons/icon_download.svg) !important;
  background-repeat: no-repeat;
  background-position: 0px 45%;
  background-size: 20px 20px;
  letter-spacing: 1px;
  font-size: 0.85rem;
  font-weight: 400;
}
.download_link:hover, .download_link:focus,
a.download_link:hover,
a.download_link:focus {
  background-size: 20px 20px;
  background-position: 0px 60%;
  color: #88256f;
}

.arrow_link,
a.arrow_link {
  cursor: pointer;
  -webkit-transition: color 0.2s linear, border 0.2s linear, background 0.2s linear, background-image 0.2s linear, background-color 0.2s linear;
  -o-transition: color 0.2s linear, border 0.2s linear, background 0.2s linear, background-image 0.2s linear, background-color 0.2s linear;
  transition: color 0.2s linear, border 0.2s linear, background 0.2s linear, background-image 0.2s linear, background-color 0.2s linear;
  color: #AA2E8B;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
  background-image: url(/a/i/icons/icon_pfeil.svg) !important;
  background-repeat: no-repeat;
  background-position: 0px center;
  background-size: 20px 10px;
  letter-spacing: 1px;
  font-size: 0.85rem;
  font-weight: 400;
}
.arrow_link:hover, .arrow_link:focus,
a.arrow_link:hover,
a.arrow_link:focus {
  background-size: 20px 10px;
  background-position: 5px center;
  color: #88256f;
}

.line_link,
a.line_link {
  cursor: pointer;
  -webkit-transition: color 0.2s linear, border 0.2s linear;
  -o-transition: color 0.2s linear, border 0.2s linear;
  transition: color 0.2s linear, border 0.2s linear;
  background: none;
  color: #AA2E8B;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  letter-spacing: 1px;
  font-size: 0.85rem;
  font-weight: 700;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.5;
  padding-bottom: 0.1rem;
}
.line_link:after,
a.line_link:after {
  background: #AA2E8B;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  -webkit-transition: height 0.2s linear, background 0.2s linear;
  -o-transition: height 0.2s linear, background 0.2s linear;
  transition: height 0.2s linear, background 0.2s linear;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.line_link:hover, .line_link:focus,
a.line_link:hover,
a.line_link:focus {
  color: #AA2E8B;
}
.line_link:hover:after, .line_link:focus:after,
a.line_link:hover:after,
a.line_link:focus:after {
  height: 4px;
}
@media only screen and (min-width: 1020px) {
  .line_link:hover:after, .line_link:focus:after,
a.line_link:hover:after,
a.line_link:focus:after {
    height: 7px;
  }
}
@media only screen and (max-width: 760px) {
  .line_link,
a.line_link {
    font-size: 0.9rem;
  }
}
.line_link.small,
a.line_link.small {
  font-size: 0.65rem;
}
.line_link.small:after,
a.line_link.small:after {
  height: 1px;
}
.line_link.small:hover, .line_link.small:focus,
a.line_link.small:hover,
a.line_link.small:focus {
  color: #AA2E8B;
}
.line_link.small:hover:after, .line_link.small:focus:after,
a.line_link.small:hover:after,
a.line_link.small:focus:after {
  height: 2px;
}
.line_link.white,
a.line_link.white {
  color: #fff;
}
.line_link.white:hover, .line_link.white:focus,
a.line_link.white:hover,
a.line_link.white:focus {
  color: #fff;
}
.line_link.white:after,
a.line_link.white:after {
  background: #fff;
}

.clicker {
  cursor: pointer;
}

.paginate {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.paginate a,
.paginate span {
  padding: 0.2rem 1rem;
  letter-spacing: 0.5px;
  font-size: 0.85rem;
  cursor: pointer;
}
.paginate a.active,
.paginate span.active {
  border: 2px solid #88256f;
  background-color: #88256f;
  color: #fff;
}

::-moz-selection {
  background: #AA2E8B;
  color: #fff;
}

::selection {
  background: #AA2E8B;
  color: #fff;
}

::-moz-selection {
  background: #AA2E8B;
  color: #fff;
}

table,
td,
th {
  border: 1px solid #ddd;
  text-align: left;
}

table {
  width: 100%;
  border-collapse: collapse;
  width: 100%;
}
table td,
table th {
  margin: 0;
  padding: 0.5rem 1rem;
  text-align: left;
}
table th {
  font-weight: bold;
}

.map_wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.map_wrap .map {
  border: 4px #fff solid;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.starrate ul,
.starrate ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.starrate img {
  vertical-align: unset;
}
.starrate ul li {
  display: inline-block;
  margin-right: 0.3rem;
  width: 14px;
}
@media only screen and (min-width: 580px) {
  .starrate ul li {
    width: 18px;
  }
}
.starrate ul li:before {
  display: none;
}
.starrate.small ul li {
  margin-right: 0.1rem;
  width: 12px;
}
@media only screen and (min-width: 580px) {
  .starrate.small ul li {
    width: 13px;
  }
}

.notifications {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  max-width: 400px;
  min-width: 260px;
  width: 35%;
  z-index: 20;
}
.notifications .notice {
  -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 3px;
  color: #000;
  display: none;
}

.notice {
  background-color: #AA2E8B;
  border-radius: 5px;
  overflow: hidden;
  color: #fff;
  position: relative;
  font-size: 15px;
  padding: 1.2rem 1.5rem;
  padding-right: 2.5rem;
  margin: 1rem 0;
}
.notice.hide {
  display: none;
}
.notice.show {
  display: block;
}
.notice * {
  font-size: 15px;
  color: inherit;
}
.notice .title {
  text-transform: uppercase;
  font-size: 18px;
}
.notice .header {
  width: 80%;
  margin-bottom: 1.25rem;
}
.notice .close {
  cursor: pointer;
  position: absolute;
  width: 22px;
  height: 22px;
  right: 1rem;
  top: 1rem;
}
.notice .close:after, .notice .close:before {
  background-color: #AA2E8B;
  height: 18px;
}
.notice .close:hover:after, .notice .close:hover:before {
  background-color: #272727;
}
.notice button,
.notice .button,
.notice form input[type=submit],
form .notice input[type=submit],
.notice .paginate a,
.paginate .notice a,
.notice .paginate span,
.paginate .notice span {
  padding: 0.25rem 1rem;
  border: none;
  background: #AA2E8B;
  color: #fff;
  border-radius: 5px;
}
.notice button:active, .notice button:focus, .notice button:hover,
.notice .button:active,
.notice form input[type=submit]:active,
form .notice input[type=submit]:active,
.notice .paginate a:active,
.paginate .notice a:active,
.notice .paginate span:active,
.paginate .notice span:active,
.notice .button:focus,
.notice form input[type=submit]:focus,
form .notice input[type=submit]:focus,
.notice .paginate a:focus,
.paginate .notice a:focus,
.notice .paginate span:focus,
.paginate .notice span:focus,
.notice .button:hover,
.notice form input[type=submit]:hover,
form .notice input[type=submit]:hover,
.notice .paginate a:hover,
.paginate .notice a:hover,
.notice .paginate span:hover,
.paginate .notice span:hover {
  border: none;
  background: #bb58a2;
}
.notice.error {
  background: #8a132a !important;
  color: #fff !important;
}
.notice.slim {
  padding: 0.75rem 1.5rem;
}
.notice .inlinerow {
  margin-top: 0.6666666667rem;
  margin-bottom: 0.6666666667rem;
}
.notice *:first-child {
  margin-top: 0 !important;
}
.notice *:last-child {
  margin-bottom: 0 !important;
}