/* amp-boilerplate */ 
body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}
/* end amp-boilerplate */


body {
  font-family: Arial !important;
  background:#000000 url(../../assets/images/back/body.jpg) top repeat-x !important;
	background-attachment:fixed !important;
  padding:0px !important;
}


.rahmen{
	max-width:1500px; 
	margin: auto;
	border:1px outset #CCCCCC;
	overflow:hidden;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
@media screen and (max-width: 800px) {
  .btn-md {
  padding: 0.6rem 2.3rem;
  border-radius: 3px;
  }
}
@media screen and (max-width: 600px) {
  .btn-md {
  padding: 0.3rem 1.3rem;
  border-radius: 3px;
  }
}
@media screen and (max-width: 400px) {
  .btn-md {
  padding: 0.1rem 0.7rem;
  border-radius: 3px;
  }
}

.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}

.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
           
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23149dcc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}

/*------------------------------------------------------------------------ */
/* General */
/*------------------------------------------------------------------------ */
.align-left {
text-align:left;
}
.align-center {
text-align:center !important;
}
.padle20 {
padding-left:20px;
}
.padri20 {
padding-right:20px;
}
.padleri20 {
padding:0 20px 0 20px;
}
.padto20 {
padding-top:20px;
}
.padbo20 {
padding-top:20px;
}
.marbo30 {
margin-bottom:30px !important;
}
.marto-30 {
margin-top:-30px;
}
.marbo-30 {
margin-bottom:-30px !important;
}
.marto-50 {
margin-top:-50px;
}
.marbo-50 {
margin-bottom:-50px;
} 
.sec-line-top {
border:1px #aaaaaa;
border-style: solid none none none;
}
.sec-line-bot {
border:1px #aaaaaa;
border-style: none none solid none;
}
.block-lines {
border:1px #aaaaaa;
border-style: solid none;
}


/*------------------------------------------------------------------------ */
/* Header Section */
/*------------------------------------------------------------------------ */

.header-editor {
  padding-top: 30px;
  padding-bottom: 26px;
  background-image: url("../../assets/images/header/header_index01.jpg");
}

.header-editor-logo {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
  max-width: 800px;
  height: auto;
}

.header-editor-h2 {
  font-family: sans-serif;
  font-size:5vw;
  margin-top: 0;
  margin-bottom: -20px;
} 
@media screen and (max-width: 991px) {
  .header-editor {
    padding-top: 20px;
  }  
} 
@media screen and (max-width: 400px) {
  .header-editor {
    padding-top: 30px;
  }  
} 
@media screen and (min-width: 991px) {
  .header-editor-h2 {
    font-size: 3.7rem;
  }  
}  
@media screen and (max-width: 400px) {
  .header-editor-h2 {
    font-size: 1.2rem;
  }
}

.header-editor-text {
  font-family: sans-serif;
  font-size: 1.3rem;
  margin-top: -14px;
  margin-bottom: -10px;
}  
@media screen and (min-width: 991px) {
  .header-editor-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 500px) {
  .header-editor-text {
    font-size: 0.9rem;
  }
}

/*------------------------------------------------------------------------ */
/* Content Section */
/*------------------------------------------------------------------------ */

.content-editor {
  margin-left: -16px !important;
  margin-right: -45px !important;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.content-editor .mbr-text {
  color: #767676;
}
.container1 {
  padding-top: 0px;
}
.container1 .captcha1{
  width: 140px !important;
  height: 40px !important;
}
.container1 .captcha2{
  width: 20px !important;
  height: 20px !important;
}
.container2 {
  padding: 20px 6% 0px 6%;
  background-color: #ffffff;
}
.container3{padding: 0px 3% 0px 3%;width: 90%;margin: auto;display: flex;}
@media (max-width: 1150px){.container3 {width: 98%;margin: auto;display: flex;}}
@media (max-width: 991px){.container3 {display: block;max-width: 690px;margin: auto;padding: 0}.container3 {width: 90%;}}
@media (max-width: 767px){.container3 {max-width: 510px;margin: auto;padding: 0;}}

.container4{padding: 0px 3% 0px 3%;width: 98%;margin: auto;display: flex;}
@media (max-width: 1150px){.container4 {width: 94%;margin: auto;padding: 0;display: flex;}}
@media (max-width: 991px){.container4 {display: block;margin: auto;padding: 0}}
@media (max-width: 767px){.container4 {max-width: 510px;margin: auto;padding: 0;}}

.container5{padding: 0px 3% 0px 3%;max-width: 1220px;margin: auto;display: flex;}
@media (max-width: 1150px){.container5 {width: 92%;margin: auto;padding: 0;display: flex;}}
@media (max-width: 991px){.container5 {display: block;margin: auto;padding: 0}}
@media (max-width: 767px){.container5 {max-width: 540px;margin: auto;padding: 0;}}

.container6 {
  padding: 20px 6% 0px 6%;
  background-color: #222222;
}

.container7{padding: 0px 3% 0px 3%;width: 99%;margin: auto;display: flex;}
@media (max-width: 1150px){.container7 {width: 94%;margin: auto;padding: 0;display: flex;}}
@media (max-width: 991px){.container7 {display: block;margin: auto;padding: 0}}
@media (max-width: 767px){.container7 {max-width: 600px;margin: auto;padding: 0 0 0 28px !important;}}

.iconsshake:hover{-webkit-animation:shake 0.82s cubic-bezier(0.36,0.07,0.19,0.97) both;animation:shake 0.82s cubic-bezier(0.36,0.07,0.19,0.97) both;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}@-webkit-keyframes shake{10%,90%{-webkit-transform:translate3d(-1px,0,0);transform:translate3d(-1px,0,0)}20%,80%{-webkit-transform:translate3d(2px,0,0);transform:translate3d(2px,0,0)}30%,50%,70%{-webkit-transform:translate3d(-4px,0,0);transform:translate3d(-4px,0,0)}40%,60%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0)}}@keyframes shake{10%,90%{-webkit-transform:translate3d(-1px,0,0);transform:translate3d(-1px,0,0)}20%,80%{-webkit-transform:translate3d(2px,0,0);transform:translate3d(2px,0,0)}30%,50%,70%{-webkit-transform:translate3d(-4px,0,0);transform:translate3d(-4px,0,0)}40%,60%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0)}}

.display-1-editor{font-family: 'Pangolin',cursive;font-size: 6rem;}   
.display-2-editor{font-family: 'Pangolin',cursive;font-size: 3rem;}
.display-3-editor{font-family: 'Pangolin',cursive;font-size: 1.5rem;}
.display-4-editor{font-family: 'Montserrat',sans-serif;font-size: 0.8rem;}    
.display-5-editor{font-family: 'Pangolin',cursive;font-size: 1.5rem;}          
.display-6-editor{font-family: 'Montserrat',sans-serif;font-size: 1.2rem;}
.display-8-editor{font-family: 'Pangolin',cursive;font-size: 2.0rem;}
.display-7-editor{font-family: 'Montserrat',sans-serif;font-size: 1rem;}@media (max-width: 768px){.display-1{font-size: 4.8rem;font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));line-height: calc( 1.4 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));}
.display-2-editor{font-size: 3.36rem;font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));line-height: calc( 1.4 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));}
.display-4-editor{font-size: 0.64rem;font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));}
.display-5-editor{font-size: 1.6rem;font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));}
.display-6-editor{font-size: 0.96rem;font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));}
.display-7-editor{font-size: 0.8rem;font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));}}

.display-8-editor{font-size: 2.0rem;font-size: calc( 1.47rem + (1.7 - 1.47) * ((100vw - 20rem) / (48 - 20)));line-height: calc( 1.4 * (1.27rem + (1.4 - 1.27) * ((100vw - 20rem) / (48 - 20))));}


.display-1 .mbr-iconfont-btn{font-size: 6rem;width: 6rem;}
.display-2 .mbr-iconfont-btn{font-size: 4.2rem;width: 4.2rem;}
.display-4 .mbr-iconfont-btn{font-size: 0.8rem;width: 0.8rem;}
.display-5 .mbr-iconfont-btn{font-size: 2rem;width: 2rem;}
.display-7 .mbr-iconfont-btn{font-size: 1rem;width: 1rem;}
.content-editor-text {padding-top: 0px;padding-bottom: 0px;margin-right: -30px;background-color: #ffffff;}
.content-editor-text .iconfont-wrapper{display: inline-block;width: 2rem;height: 2rem;margin: 0 1.2rem 2rem 0;}
.content-editor-text .container{padding: 0;display: flex;}@media (max-width: 992px){.content-editor-text .container{display: block;}
.content-editor-text .container .image,.content-editor-text .container .text-block{width: 100%;}}@media (max-width: 768px){.content-editor-text .container .text-block{padding-left: 1rem;padding-right: 1rem;}
.content-editor-text .container .icons-list{text-align: center;}}
.content-editor-text amp-img{height: 100%;}
.content-editor-text img{height: 100%;width: 100%;object-fit: contain;}@media (max-width: 992px){.content-editor-text img{height: auto;}}
.content-editor-text .icons-list{margin-top: 2rem;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;}@media (max-width: 768px){.content-editor-text .icons-list{-webkit-justify-content: center;justify-content: center;}}@media (max-width: 768px){.content-editor-text .align-left{text-align: left;}}
.content-editor-text .amp-iconfont{color: #006699;font-size: 1.8rem;}
.content-editor-text .mbr-text,.content-editor-text .mbr-section-btn{color: #000000;}
.content-editor-text .mbr-section-subtitle2{color: #000000;}
.content-editor-text .mbr-section-title{color: #222222;}


/*------------------------------------------------------------------------ */
/* Content Streaming Provider Section */
/*------------------------------------------------------------------------ */

 .providers {
list-style: none !important;
margin: 0 !important;
padding: 0 !important;
overflow: hidden !important;
}
.providers li{
width: 100% !important;  
text-align: center !important;
}
.inline4 {
margin-top: 0px !important;
padding: 22px 0 22px 0!important;
height: 100% !important;  
background: #ffffff;
text-align: center !important;
}

.providerpics {
   padding: 0 0 5px 0!important;
  }
@media screen and (min-width: 1400px) {
  .providerpics {
  max-width: 200px !important; 
  }
}
@media screen and (max-width: 1400px) {
  .providerpics {
  width: 190px !important; 
  }
}




/*------------------------------------------------------------------------ */
/* Content Stores Section */
/*------------------------------------------------------------------------ */


.stores {
list-style: none !important;
margin: 0 !important;
padding: 0 !important;
overflow: hidden !important;
}
.stores li{
width: 100% !important;  
text-align: center !important;
}

.inline1 {
background-color: #ffffff !important; 
}
.inline2 {
margin-top: 0px !important;
padding: 22px 0 22px 0!important;
height: 100% !important;  
background: #111111;
text-align: center !important;
}
.inline3 {
background-color: #222222 !important; 
}

.storepics {
   padding: 0 0 5px 0!important;
  }
@media screen and (min-width: 1400px) {
  .storepics {
  max-width: 200px !important; 
  }
}
@media screen and (max-width: 1400px) {
  .storepics {
  width: 190px !important; 
  }
}
@media screen and (max-width: 1300px) {
  .storepics {
  width: 180px !important; 
  }
}
@media screen and (max-width: 1250px) {
  .storepics {
  width: 172px !important; 
  }
}
@media screen and (max-width: 1200px) {
  .storepics {
  width: 164px !important; 
  }
}
@media screen and (max-width: 1150px) {
  .storepics {
  width: 156px !important; 
  }
}
@media screen and (max-width: 1100px) {
  .storepics {
  width: 148px !important; 
  }
}
@media screen and (max-width: 1050px) {
  .storepics {
  width: 140px !important; 
  }
}
@media screen and (max-width: 1000px) {
  .storepics {
  width: 185px !important; 
  }
}
@media screen and (max-width: 920px) {
  .storepics {
  width: 180px !important; 
  }
}
@media screen and (max-width: 840px) {
  .storepics {
  width: 175px !important; 
  }
}
@media screen and (max-width: 767px) {
  .storepics {
  width: 170px !important; 
  }
}
@media screen and (max-width: 730px) {
  .storepics {
  width: 160px !important; 
  }
}
@media screen and (max-width: 690px) {
  .storepics {
  width: 190px !important; 
  }
}
@media screen and (max-width: 640px) {
  .storepics {
  width: 180px !important; 
  }
}
@media screen and (max-width: 590px) {
  .storepics {
  width: 170px !important; 
  }
}
@media screen and (max-width: 555px) {
  .storepics {
  width: 160px !important; 
  }
}
@media screen and (max-width: 520px) {
  .storepics {
  width: 150px !important; 
  }
}
@media screen and (max-width: 490px) {
  .storepics {
  width: 190px !important; 
  }
}
@media screen and (max-width: 430px) {
  .storepics {
  width: 180px !important; 
  }
}
@media screen and (max-width: 410px) {
  .storepics {
  width: 170px !important; 
  }
}
@media screen and (max-width: 390px) {
  .storepics {
  width: 160px !important; 
  }
}
@media screen and (max-width: 370px) {
  .storepics {
  width: 150px !important; 
  }
}
@media screen and (max-width: 350px) {
  .storepics {
  width: 140px !important; 
  }
}
@media screen and (max-width: 330px) {
  .storepics {
  width: 133px !important; 
  }
}
@media screen and (max-width: 310px) {
  .storepics {
  width: 128px !important; 
  }
}
@media screen and (max-width: 290px) {
  .storepics {
  width: 124px !important; 
  }
}

/*------------------------------------------------------------------------ */
/* Content New Release Section */
/*------------------------------------------------------------------------ */
.stores2 {
list-style: none !important;
margin: 0 !important;
padding: 0 !important;
overflow: hidden !important;
}
.stores2 li{
width: 100% !important;  
text-align: center !important;
color: #ffffff !important;
}
.stores2 a {
  font-weight:500; !important;
  letter-spacing: 0.07em !important;
  font-family: 'Pangolin',cursive !important;
  font-size: 1.3rem;
  line-height:1.5;
}
.stores2 a:hover {
  color: #ffffff !important;
}

@media (max-width: 767px){
.stores2 a {
text-align: center !important;
font-size: 1.5rem !important;
line-height:1.5 !important;
}
}

.mbr-section-title2 {
font-style:normal;
line-height:1.1;
margin-bottom:2rem;
}
.mbr-white {
color:#ffffff;
}
.mbr-white2 {
color:#e5e5e5;
}

.mbr-black {
color:#000000;
}

.mbr-uppercase {
text-transform:uppercase !important;
}

.mbr-bg-white {
background-color:#ffffff;
}

.mbr-bg-black {
background-color:#000000;
}

.sound-block {
margin-bottom:1rem;
}

.mbr-row,.mbr-form-row{
display:flex;
flex-wrap:wrap;
margin-right:-1rem;
margin-left:-1rem;
}
.mbr-form-row{
margin-right:-0.5rem;
margin-left:-0.5rem;
}
.mbr-form-row>[class*="mbr-col"]{
padding-left:0.5rem;
padding-right:0.5rem;
}


.mbr-justify-content-center{justify-content:center}@media (max-width: 767px){.mbr-col-sm-12{flex:0 0 100%;
max-width:100%;
padding-right:15px;
padding-left:15px;
-webkit-flex:0 0 100%}.mbr-row{margin:0}}@media (min-width: 768px){.mbr-col-md-3{flex:0 0 25%;
max-width:25%;
padding-right:15px;
padding-left:15px}.mbr-col-md-4{flex:0 0 33.333333%;
max-width:33.333333%;
padding-right:15px;
padding-left:15px}.mbr-col-md-5{flex:0 0 41.666667%;
max-width:41.666667%;
padding-right:15px;
padding-left:15px}.mbr-col-md-6{flex:0 0 50%;
max-width:50%;
padding-right:15px;
padding-left:15px}.mbr-col-md-7{flex:0 0 58.333333%;
max-width:58.333333%;
padding-right:15px;
padding-left:15px}.mbr-col-md-8{flex:0 0 66.666667%;
max-width:66.666667%;
padding-left:15px;
padding-right:15px}.mbr-col-md-9{flex:0 0 75%;
max-width:75%;
padding-left:15px;
padding-right:15px}.mbr-col-md-10{flex:0 0 83.333333%;
max-width:83.333333%;
padding-left:15px;
padding-right:15px}.mbr-col-md-12{flex:0 0 100%;
max-width:100%;
padding-right:15px;
padding-left:15px}}@media (min-width: 992px){.mbr-col-lg-2{flex:0 0 16.666667%;
max-width:16.666667%;
padding-right:15px;
padding-left:15px}.mbr-col-lg-3{flex:0 0 25%;
max-width:25%;
padding-right:15px;
padding-left:15px}.mbr-col-lg-4{flex:0 0 33.33%;
max-width:33.33%;
padding-right:15px;
padding-left:15px}.mbr-col-lg-5{flex:0 0 41.666%;
max-width:41.666%;
padding-right:15px;
padding-left:15px}.mbr-col-lg-6{flex:0 0 50%;
max-width:50%;
padding-right:15px;
padding-left:15px}.mbr-col-lg-7{flex:0 0 58.333333%;
max-width:58.333333%;
padding-right:15px;
padding-left:15px}.mbr-col-lg-8{flex:0 0 66.666667%;
max-width:66.666667%;
padding-left:15px;
padding-right:15px}.mbr-col-lg-9{flex:0 0 75%;
max-width:75%;
padding-right:15px}.mbr-col-lg-10{flex:0 0 83.3333%;
max-width:83.3333%;
padding-right:15px;
padding-left:15px}.mbr-col-lg-12{flex:0 0 100%;
max-width:100%;
padding-right:15px;
padding-left:15px}}@media (min-width: 1201px){.mbr-col-xl-7{flex:0 0 58.333333%;
max-width:58.333333%;
padding-right:15px;
padding-left:15px}.mbr-col-xl-8{flex:0 0 66.666667%;
max-width:66.666667%;
padding-left:15px;
padding-right:15px}.mbr-col-xl-5{flex:0 0 41.666667%;
max-width:41.666667%}
}



.cid-rIHGRA8cCK {
padding-top:45px;
padding-bottom:0;
background-color:rgba(10,10,10,0.8);
}

.cid-rIHGRA8cCK .title {
margin-bottom:2rem;
}

.cid-rIHGRA8cCK .card {
text-align:center;
margin-bottom:0;
}

@media max-width 600px{
.cid-rIHGRA8cCK .card {
padding:0;
text-align:center;
}
}

.cid-rIHGRA8cCK .mbr-text {
padding-bottom:1rem;
}

.cid-rIGWkthusB {
padding-top:0;
padding-bottom:0px;
background-color:rgba(10,10,10,0.8);
}

.cid-rIGWkthusB .link-menu {
padding:0;
}

.cid-rIGWkthusB .btn {
line-height:1;
}

.cid-rIGWkthusB .mbr-row > * {
margin-bottom:1rem;
}

@media max-width 992px{
.cid-rIGWkthusB .mbr-col-lg-6 > * {
text-align:center;
}
}

.cid-rIGWkthusB .sound-block,.cid-rIGWkthusB amp-soundcloud {
height:150px;
}

.cid-rIGWkthusB .mbr-iconfont {
color:#78bbfb;
font-size:2.5rem;
}

.cid-rIGWkthusB .iconfont-wrapper {
margin:.8rem;
display:inline-block;
width:2.5rem;
height:2.5rem;
}

.cid-rIGWkthusB .social-text,.cid-rIGWkthusB .linksblock-text {
margin:0 0 1rem .8rem;
}

.cid-rIHTHgcTJU {
padding-top:30px;
padding-bottom:0;
margin-top:-16px;
margin-bottom:0px;
background-color:rgba(10,10,10,0.8);
}

.cid-rIHTHgcTJU .title {
margin-bottom:2rem;
}

.cid-rIHTHgcTJU .card {
text-align:center;
margin-bottom:2rem;
}

@media max-width 600px{
.cid-rIHTHgcTJU .card {
padding:0;
}
}

.cid-rIHTHgcTJU .mbr-text {
padding-bottom:1rem;
}

.cid-rIH5V0P5qk {
text-align:center;
padding-top:0;
padding-bottom:0px;
background-color:rgba(10,10,10,0.8);
}


.cid-rIH5V0P5qk .card1:hover .card1-img .mbr-iconfont {
color:#ffffff;
}

.cid-rIH5V0P5qk .card1:hover .mbr-section-title {
color:#f34879;
}

.cid-rIH5V0P5qk .card1 .card1-img {
padding-bottom:1rem;
}

.cid-rIH5V0P5qk .card1 .card1-img .iconfont-wrapper {
display:inline-block;
width:4rem;
height:4rem;
}

.cid-rIH5V0P5qk .card1 .card1-img .mbr-iconfont {
color:#f34879;
transition:color .4s;
font-size:4rem;
}

.cid-rIH5V0P5qk .mbr-section-title {
letter-spacing:2px;
line-height:1.5em;
padding:0;
margin-bottom:.5em;
font-weight:600;
}

.cid-rIH5V0P5qk .mbr-text {
line-height:1.6em;
margin-bottom:1rem;
color:#f34879;
}

.cid-rIH5V0P5qk .card1-img {
display:block;
}

.cid-rIH5V0P5qk .card1 {
padding-left:1rem !important;
padding-right:1rem !important;
margin-bottom:2rem;
-webkit-justify-content:space-between !important;
justify-content:space-between !important;
}



/*------------------------------------------------------------------------ */
/* Content News Section */
/*------------------------------------------------------------------------ */

.cid-rII5hoDpvr {
padding-top:30px;
padding-bottom:0px;
background-image:url(../../assets/images/back/index-news01.jpg);
}

.cid-rII5hoDpvr .mbr-overlay {
background-color:#666666;
opacity:0.3;
}

@media max-width 992px{
.cid-rII5hoDpvr .card {
margin-bottom:2rem; 
}
}

.cid-rII5hoDpvr .card img {
transition:.5s;
}

.cid-rII5hoDpvr .card:hover amp-img img {
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.cid-rII5hoDpvr .image {
height:200px;
}

.cid-rII5hoDpvr amp-img {
height:100%;
}

.cid-rII5hoDpvr img {
height:100%;
object-fit:cover;
}

.cid-rII5hoDpvr .text-block {
padding:2rem;
background-color:#ffffff;
height:100%;
}

.cid-rII5hoDpvr .text-block .mbr-section-subtitle,.cid-rII5hoDpvr .text-block .mbr-section-title,.cid-rII5hoDpvr .text-block .date {
margin-bottom:.8rem;
}

.cid-rII5hoDpvr .text-block .mbr-section-btn {
margin-top:.8rem;
}

/*------------------------------------------------------------------------ */
/* Video Section */
/*------------------------------------------------------------------------ */

.cid-rII7itnkWR{
background-color: rgba(10,10,10,0.8);
padding-top: 45px;
padding-bottom: 45px;
}
.cid-rII7itnkWR .mbr-section-title{
padding-bottom: 3rem;
}
.cid-rII7itnkWR .video-block{
margin: auto;
width: 100%;
}
@media (max-width: 768px){
.cid-rII7itnkWR .video-block{
width: 100%;
}
}
.cid-rII7itnkWR .mbr-section-title,.cid-rII7itnkWR .video-title{
color: #ffffff;
}

/*------------------------------------------------------------------------ */
/* Biografie */
/*------------------------------------------------------------------------ */

.bio-left{
  float:left;
  padding: 4px 10px 4px 0;
}

/*------------------------------------------------------------------------ */
/* Diskografie Content Release Section*/
/*------------------------------------------------------------------------ */


.cid-rKeI9fHGsA{
background-color: rgba(10,10,10,0.8); 
padding-top: 0px;
padding-bottom: 30px;
}
.cid-rKeI9fHGsA .card{
margin-bottom: 20px;
display: flex;
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
min-width: 0;
width: 100%;
min-height: 1px;
max-width: 600px;
}
@media (max-width: 991px){
.cid-rKeI9fHGsA .card{
min-height: 1px;
max-width: 370px; 
}
}
@media (max-width: 767px){
.cid-rKeI9fHGsA .card{
min-height: 1px;
max-width: 570px;  
}
}
.cid-rKeI9fHGsA .card .card-wrapper{
padding-top: 0 !important;
margin-bottom: 10px !important;
}

.cid-rKeI9fHGsA .card-box{
padding: 0px;
}
.release-info-getit {
background-color:#ffffff;
padding: 10px !important;
}
.release-info-getit a:hover{
color: #333333 !important;
}
/*------------------------------------------------------------------------ */
/* Diskografie Content Release Section (Compilations) */
/*------------------------------------------------------------------------ */

.compilations {
background-color: rgba(10,10,10,0.8); 
padding-top:0px;
padding-bottom:30px;
}

.compilations .mbr-overlay {
background-color:#666666;
opacity:0.3;
}

@media max-width 992px{
.compilations .card {
margin-bottom:2rem;
}
}

.compilations .card img {
transition:.5s;
}

.compilations .card:hover amp-img img {
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.compilations .image {
height:200px;
}

.compilations amp-img {
height:100%;
}

.compilations img {
height:100%;
object-fit:cover;
}

.compilations .text-block {
padding:2rem;
background-color:#fdfdfd;
height:100%;
}

.compilations .text-block .mbr-section-subtitle,.compilations .text-block .mbr-section-title,.compilations .text-block .date {
margin-bottom:.8rem;
}

.compilations .text-block .mbr-section-btn {
margin-top:.8rem;
}

.release-info-download2 a:hover{
color: #333333 !important;
}

/*------------------------------------------------------------------------ */
/* Neuigkeiten Content Section (NEWS) */
/*------------------------------------------------------------------------ */
.cid-news
{
  background-color: rgba(10,10,10,0.8); 
  padding-top:30px;
  padding-bottom:30px;
 /* background-color:#ffffff; */
}

.newsdate
{
  padding-top:10px !important;
  margin-bottom:-10px !important;
}

.cid-news .underline
{
  padding-top:.5rem;
  padding-bottom:.5rem;
}

.cid-news .underline .line
{
  width:5rem;
  height:1px;
  background:#494949;
  display:inline-block;
}

.cid-news .card
{
  margin-bottom:20px;
  display:flex;
  -ms-flex-direction:column;
  -webkit-flex-direction:column;
  flex-direction:column;
  min-width:0;
  border-radius:0;
  width:100%;
  min-height:1px;
}

.cid-news .card .card-wrapper
{
  background:#dddddd;
  padding-top:2rem;
  height:100%;
}

.cid-news .card-img amp-img
{
  border-radius:50%;
  width:50%;
  margin:auto;
}

.cid-news .card-img amp-img img
{
  border-radius:50%;
}

.cid-news .card-title
{
  margin:0;
}

.cid-news .mbr-text
{
  margin:0;
}

.cid-news .card-subtitle
{
  letter-spacing:3px;
  color:#494949;
  font-weight:500;
}

.cid-news .card-box
{
  padding:1rem 2rem 4rem 2rem;
}

@media max-width 991px {
  .cid-news .card .card-wrapper
  {
    padding-top:1rem;
  }
  
  .cid-news .card-box
  {
    padding:1rem 2rem;
  }
}

@media max-width 767px {
  .cid-news .mbr-row
  {
    margin-right:15px;
    margin-left:15px;
  }
}


/*------------------------------------------------------------------------ */
/* Form Section */
/*------------------------------------------------------------------------ */

.sec-form, .sec-form h2, .sec-form h4{
color:#dddddd !important;
text-align:center !important;
}
@media (max-width: 767px) {.mbr-form{
    padding-right:1.8rem !important;
     }}
@media (max-width: 767px) {.sec-form h2, .sec-form h4{
    padding-right:1.7rem !important;
     }}
          
form input,form textarea,form select {
padding:1rem;
border:none;
border-bottom:1px solid white;
background:#444444;
color:#dddddd !important;
}

form .fieldset {
display:flex;
justify-content:center;
flex-wrap:wrap;
align-items:center;
}

.mbr-row,.mbr-form-row {
display:flex;
flex-wrap:wrap;
margin-right:-1rem;
margin-left:-1rem;
}

.mbr-form-row {
margin-right:-.5rem;
margin-left:-.5rem;
}

.mbr-form-row>[class*="mbr-col"] {
padding-left:.5rem;
padding-right:.5rem;
}

.field:not(:nth-last-child(1)) {
margin-bottom:1rem;
}

.field-input {
display:block;
width:100%;
}

.form-check {
margin-bottom:0;
}

.form-check-label {
padding-left:0;
}

.form-check-input {
position:relative;
margin:4px;
}

.form-check-inline {
display:inline-flex;
align-items:center;
padding-left:0;
margin-right:.75rem;
}

.mbr-form input,.mbr-form select ,.mbr-form textarea{
text-align:center;
border:1px solid;
border-color:#aaaaaa;
width:100%;
transition:.5s;
border-radius:40px;
padding:24px;
}

.mbr-form input:hover,.mbr-form input:active,.mbr-form input:focus,.mbr-form select:hover,.mbr-form select:active,.mbr-form select:focus {
border-color:#78bbfb;
outline:0;
}

/*------------------------------------------------------------------------ */
/* Form Section (GDPR-Block)*/
/*------------------------------------------------------------------------ */
.gdpr-block{
  font-size:14px;
  display:block;
  width:100%;
  text-align:center;
  padding:0 20px 20px 20px;
}

.gdpr-block.covert{
  display:none;
}

.textGDPR{
  position:relative;
  color: #999999;
}
.textGDPR a:link {
  color: #149dcc; 
  text-decoration: underline;
}
.gdpr-block label span.textGDPR input[name='gdpr']{
  width:15px;
  height:15px;
  position:absolute;
  top:1px;
  left:-20px;
  margin:0;
}

.gdpr-block label{
  color:#666666;
  vertical-align:middle;
  user-select:none;
  margin-bottom:20px;
}

/*------------------------------------------------------------------------ */
/* Form Section (Buchungsanfrage)*/
/*------------------------------------------------------------------------ */
.formheadtext{
font-family: Arial !important;
color: #cccccc !important;
text-align: center !important;
padding: 30px 10px 10px 10px !important;
}

.cid-rL7UjhzIV6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../assets/images/back/buchung.jpg");
}
.cid-rL7UjhzIV6 .title {
  margin-bottom: 2rem;
}
.cid-rL7UjhzIV6 .mbr-section-subtitle {
  color: #767676;
}
.cid-rL7UjhzIV6 a:not([href]):not([tabindex]) {
  color: #ffffff;
  border-radius: 3px;
}
.cid-rL7UjhzIV6 a.btn-white:not([href]):not([tabindex]) {
  color: #333333;
}
.cid-rL7UjhzIV6 textarea.form-control-dj {
  min-height: 270px;
}
.container1 textarea.form-control-nachricht {
  min-height: 350px;
}
.cid-rL7UjhzIV6 .form-control-dj-label  {
  color: #3399ff;
  font-family: 'Rubik', sans-serif;
  font-size: 1.3rem;
  font-display: swap;
}

.cid-rL7UjhzIV6 .mbr-form input,
.cid-rL7UjhzIV6 .mbr-form select,
.cid-rL7UjhzIV6 .mbr-form textarea{
text-align:center;
border:1px solid;
border-color:#1B548C;
width:100%;
transition:.5s;
border-radius:10px;
padding:24px;
background-color: rgba(0,0,0,0.0);
}

.cid-rL7UjhzIV6 .mbr-form input:hover,
.cid-rL7UjhzIV6 .mbr-form input:active,
.cid-rL7UjhzIV6 .mbr-form input:focus,
.cid-rL7UjhzIV6 .mbr-form textarea:hover,
.cid-rL7UjhzIV6 .mbr-form textarea:active,
.cid-rL7UjhzIV6 .mbr-form textarea:focus,
.cid-rL7UjhzIV6 .mbr-form select:hover,
.cid-rL7UjhzIV6 .mbr-form select:active,
.cid-rL7UjhzIV6 .mbr-form select:focus {
border-color:#ffffff;
outline:0;
background-color: #111111;
}

input:focus::placeholder {
  color: transparent;
}
textarea:focus::placeholder {
  color: transparent;
}
select:required:invalid {
  color: #777777 !important;
}
option[value=""][disabled] {
  display: none;
}
option {
  color: #ffffff;
}
.form-group select {
  text-indent: 1px !important;
  text-overflow: '' !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: transparent url("../../assets/images/icon/br_down.png") no-repeat right;
}
.verifizierungstext {
color: #999999;
text-align:center;
font-size: 14px;
}

.submit {
max-width:250px;
padding:20px 10px 20px 10px !important;
}

.captcha2 {
max-width:250px !important;
}

/*------------------------------------------------------------------------ */
/* Footer Section     !important;     */
/*------------------------------------------------------------------------ */

.ulfoo {
list-style: none !important;
margin: 0 !important;
padding: 0 !important;
overflow: hidden !important;
font-weight:500; !important;
letter-spacing: 0.07em !important;
font-family: 'Pangolin',cursive !important;
font-size: 1.2rem;
line-height:1.4;
}
.ulfoo li{
width: 100% !important;  
text-align: left !important;
}
.cid-rKcs4Z29Ry{
padding-top: 30px;
padding-bottom: 30px;
/* background-color: #222222;  */
background-color: rgba(34,34,34,0.94);
color: #999999 !important;
font-size: 15px !important;
}
.cid-rKcs4Z29Ry a:hover {
  color: #ffffff !important;
}

.cid-rKcs4Z29Ry .items-col{
border-right: 1px dotted #666666;
}
@media (max-width: 991px){
.cid-rKcs4Z29Ry .items-col{
margin-bottom: 2rem;
}
}
.cid-rKcs4Z29Ry .items-col:first-child{
border-left: 1px dotted #666666;
}
.cid-rKcs4Z29Ry .items-col .group-title{
padding-bottom: 0rem;
margin-bottom: 1rem;
}
.cid-rKcs4Z29Ry .items-col .item{
margin: 0;
padding-top: 0;
padding-bottom: .6rem;
}
@media (max-width: 767px){
.cid-rKcs4Z29Ry .items-col{
text-align: center;
border-left: 1px dotted #666666;
}
}
@media (max-width: 767px){
.cid-rKcs4Z29Ry .ulfoo li {
text-align: center !important;
font-size: 1.5rem !important;
line-height:1.5 !important;
}
}
@media (min-width: 768px) and (max-width: 991px){
.cid-rKcs4Z29Ry .items-col:nth-child(3){
border-left: 1px dotted #666666;
}
}

/*------------------------------------------------------------------------ */
/* Footer Social Section */
/*------------------------------------------------------------------------ */

.cid-rIIhSNuMcN{
padding: 0 10px 0 10px;
/* background-color: #cccccc; */
background-color: rgba(34,34,34,0.94);
}
.cid-rIIhSNuMcN .wrapper{
text-align: center;
}
.cid-rIIhSNuMcN .amp-iconfont{
color: #e5e5e5;
font-size: 2rem;
}
.cid-rIIhSNuMcN .iconfont-wrapper{
display: inline-block;
width: 2rem;
height: 2rem;
margin: 0.5rem;
}
.cid-rIIhSNuMcN H1{
color: #cccccc;
}
.copyright{
font-family: Arial !important;
color: #cccccc;
text-align: center;
padding-top: 20px;
padding-bottom: 30px;
}

/*------------------------------------------------------------------------ */
/* Footer Cookie Section */
/*------------------------------------------------------------------------ */

.cookies { 
color:#424a4d; 
background:rgba(234, 239, 241, 0.99); 
padding: 10px 5%; 
display:inline-block; 
text-align: center;
}
.cookies a:link { 
text-decoration: underline;
}
.cookies-btn { 
display: inline-block; 
cursor: pointer; 
margin-left: 10px; 
}
.impressum {
 width:100%; 
 max-width:300px;
 padding-bottom: 10px;
 }

 /*------------------------------------------------------------------------ */
/* Google Fonts */
/*------------------------------------------------------------------------ */

 /* cyrillic-ext */
@font-face {
  font-family: 'Pangolin';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/pangolin/v6/cY9GfjGcW0FPpi-tWMfA79zqiA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Pangolin';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/pangolin/v6/cY9GfjGcW0FPpi-tWMfJ79zqiA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Pangolin';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/pangolin/v6/cY9GfjGcW0FPpi-tWMfC79zqiA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Pangolin';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/pangolin/v6/cY9GfjGcW0FPpi-tWMfD79zqiA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Pangolin';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/pangolin/v6/cY9GfjGcW0FPpi-tWMfN79w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUOjIg1_i6t8kCHKm459WxZqh7p29NNpQ.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUOjIg1_i6t8kCHKm459WxZqh7g29NNpQ.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUOjIg1_i6t8kCHKm459WxZqh7r29NNpQ.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUOjIg1_i6t8kCHKm459WxZqh7q29NNpQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUOjIg1_i6t8kCHKm459WxZqh7k29M.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZBg_z8fZwnCo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZBg_z-PZwnCo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZBg_z8_ZwnCo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZBg_z8vZwnCo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZBg_z_PZw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZYgzz8fZwnCo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZYgzz-PZwnCo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZYgzz8_ZwnCo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZYgzz8vZwnCo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZYgzz_PZw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZOg3z8fZwnCo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZOg3z-PZwnCo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZOg3z8_ZwnCo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZOg3z8vZwnCo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZOg3z_PZw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZFgrz8fZwnCo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZFgrz-PZwnCo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZFgrz8_ZwnCo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZFgrz8vZwnCo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZFgrz_PZw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZcgvz8fZwnCo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZcgvz-PZwnCo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZcgvz8_ZwnCo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZcgvz8vZwnCo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZcgvz_PZw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZbgjz8fZwnCo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZbgjz-PZwnCo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZbgjz8_ZwnCo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZbgjz8vZwnCo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZbgjz_PZw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZSgnz8fZwnCo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZSgnz-PZwnCo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZSgnz8_ZwnCo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZSgnz8vZwnCo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZSgnz_PZw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUQjIg1_i6t8kCHKm45_QpRxC7mw9c.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUQjIg1_i6t8kCHKm45_QpRzS7mw9c.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUQjIg1_i6t8kCHKm45_QpRxi7mw9c.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUQjIg1_i6t8kCHKm45_QpRxy7mw9c.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUQjIg1_i6t8kCHKm45_QpRyS7m.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_aZA3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_aZA3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_aZA3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_aZA3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_aZA3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_cJD3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_cJD3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_cJD3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_cJD3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_cJD3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_bZF3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_bZF3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_bZF3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_bZF3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_c5H3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_c5H3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_c5H3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_c5H3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_c5H3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_epG3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_epG3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_epG3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_epG3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_epG3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}