body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.responsive{position:relative;height:0}.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.responsive.ratio-169{padding-bottom:56.25%}.responsive.ratio-1610{padding-bottom:62.5%}.responsive.ratio-219{padding-bottom:42.8571%}.responsive.ratio-43{padding-bottom:75%}.responsive.ratio-32{padding-bottom:66.6666%}
@charset "UTF-8";
.contao-cookiebar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  padding: 15px;
  max-height: 100vh;
  box-sizing: border-box;
  pointer-events: none;
  overflow: hidden; }
  .contao-cookiebar * {
    box-sizing: border-box; }
  .contao-cookiebar:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .contao-cookiebar .cc-inner {
    display: inline-block;
    overflow-y: auto;
    max-height: 100%;
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    font-size: 1rem;
    text-align: left; }
  .contao-cookiebar.cc-top .cc-inner {
    vertical-align: top; }
  .contao-cookiebar.cc-top.cc-active .cc-inner {
    animation: cookiebar-top-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-top.cc-saved .cc-inner {
    animation: cookiebar-top-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom .cc-inner {
    vertical-align: bottom; }
  .contao-cookiebar.cc-bottom.cc-active .cc-inner {
    animation: cookiebar-bottom-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom.cc-saved .cc-inner {
    animation: cookiebar-bottom-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle .cc-inner {
    vertical-align: middle; }
  .contao-cookiebar.cc-middle.cc-active .cc-inner {
    animation: cookiebar-middle-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle.cc-saved .cc-inner {
    animation: cookiebar-middle-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-left {
    text-align: left; }
  .contao-cookiebar.cc-right {
    text-align: right; }
  .contao-cookiebar .cc-head h1:first-child, .contao-cookiebar .cc-head h2:first-child, .contao-cookiebar .cc-head h3:first-child, .contao-cookiebar .cc-head h4:first-child, .contao-cookiebar .cc-head h5:first-child, .contao-cookiebar .cc-head h6:first-child {
    margin-top: 0; }
  .contao-cookiebar .cc-head p {
    margin-bottom: 15px; }
  .contao-cookiebar .cc-btn {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    padding: 8px 14px;
    margin-bottom: 8px;
    font-size: 15px;
    outline: 0 none;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    color: #444;
    background: #f5f5f5; }
    .contao-cookiebar .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .cc-btn:last-child {
      margin-bottom: 0; }
  .contao-cookiebar .grayscale .cc-btn {
    background: #f1efef; }
    .contao-cookiebar .grayscale .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .grayscale .cc-btn.success {
      background: #fbfbfb; }
      .contao-cookiebar .grayscale .cc-btn.success:hover {
        background: #f7f7f7; }
  .contao-cookiebar .highlight .cc-btn.success {
    background: #4e9e3e;
    border-color: #3e7830;
    color: #fff; }
    .contao-cookiebar .highlight .cc-btn.success:hover {
      background: #4c933f; }
  .contao-cookiebar label {
    position: relative;
    display: block;
    padding: 8px 13px 8px 0;
    line-height: 1.2rem; }
    .contao-cookiebar label.group {
      font-weight: 600; }
  .contao-cookiebar input {
    position: absolute;
    width: 1px;
    height: 1px;
    outline: 0 none;
    opacity: 0; }
    .contao-cookiebar input + label {
      padding: 8px 13px 8px 50px;
      cursor: pointer; }
      .contao-cookiebar input + label:before {
        content: '';
        position: absolute;
        top: 6px;
        left: 0;
        width: 35px;
        height: 18px;
        margin: 0;
        box-sizing: content-box;
        border-radius: 10px;
        background: #fff;
        border: 2px solid #9c9b99;
        transition: border-color .2s; }
      .contao-cookiebar input + label:after {
        display: block;
        content: '';
        position: absolute;
        top: 10px;
        left: 4px;
        width: 14px;
        height: 14px;
        border-radius: 10px;
        background: #9c9b99;
        transition: background .2s, margin-left .2s, padding .2s; }
      .contao-cookiebar input + label:active:after {
        padding-left: 5px; }
    .contao-cookiebar input.cc-group-half + label:after {
      background: linear-gradient(to right, #9c9b99 0%, #9c9b99 50%, #399d32 50%, #399d32 100%); }
    .contao-cookiebar input:checked + label:after {
      background: #399d32;
      margin-left: 17px; }
    .contao-cookiebar input:checked + label:active:after {
      margin-left: 12px; }
    .contao-cookiebar input:checked + label:before {
      background: #dcf3db;
      border-color: #399d32; }
    .contao-cookiebar input:disabled + label {
      pointer-events: none; }
      .contao-cookiebar input:disabled + label:after {
        background: #c8c7c5; }
      .contao-cookiebar input:disabled + label:before {
        background: #f4f4f4;
        border-color: #c8c7c5; }
  .contao-cookiebar.cc-active .cc-inner {
    opacity: 1;
    pointer-events: auto;
    visibility: visible; }
  .contao-cookiebar.cc-active.cc-blocked {
    pointer-events: auto;
    animation: cookiebar-overlay-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-saved.cc-inner {
    opacity: 0;
    pointer-events: none;
    visibility: hidden; }
  .contao-cookiebar.cc-saved.cc-blocked {
    pointer-events: none;
    animation: cookiebar-overlay-out 0.5s ease-in-out forwards; }

@media (min-width: 768px) {
  .contao-cookiebar .cc-btn {
    width: auto;
    margin-bottom: 0; }
  .contao-cookiebar .cc-inner {
    max-width: 750px; } }

@keyframes cookiebar-overlay-in {
  0% {
    background: rgba(0, 0, 0, 0); }
  100% {
    background: rgba(0, 0, 0, 0.75); } }

@keyframes cookiebar-overlay-out {
  0% {
    background: rgba(0, 0, 0, 0.75); }
  100% {
    background: rgba(0, 0, 0, 0);
    visibility: hidden; } }

@keyframes cookiebar-top-in {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes cookiebar-top-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%); } }

@keyframes cookiebar-middle-in {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes cookiebar-middle-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: scale(1); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: scale(0); } }

@keyframes cookiebar-bottom-in {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes cookiebar-bottom-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%); } }

.cookiebar_simple {
  color: #444444; }
  .cookiebar_simple p {
    color: #868686;
    line-height: 1.4; }
  .cookiebar_simple .cc-inner {
    padding: 25px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    background: #fff; }
  .cookiebar_simple .cc-groups {
    display: none;
    padding-top: 15px; }
    .cookiebar_simple .cc-groups .cc-group {
      position: relative;
      border: 1px solid #d0d0d0;
      border-radius: 5px;
      margin-bottom: 10px;
      text-align: left; }
      .cookiebar_simple .cc-groups .cc-group > label {
        margin: 5px 130px 5px 10px; }
  .cookiebar_simple .cc-cookies {
    background: #fbfbfb;
    border-radius: 0 0 5px 5px; }
    .cookiebar_simple .cc-cookies > p {
      font-size: 0.875rem; }
    .cookiebar_simple .cc-cookies > p, .cookiebar_simple .cc-cookies > .cc-cookie {
      margin: 0;
      padding: 15px;
      border-top: 1px solid #e6e6e6; }
    .cookiebar_simple .cc-cookies .cc-cookie .cc-cookie-info {
      font-size: 0.875rem;
      background: #fff;
      padding: 10px;
      border-radius: 5px;
      border: 1px solid #efefef; }
      .cookiebar_simple .cc-cookies .cc-cookie .cc-cookie-info > div + div {
        margin-top: 5px; }
      .cookiebar_simple .cc-cookies .cc-cookie .cc-cookie-info + button.cc-detail-btn-details {
        margin-top: 15px; }
    .cookiebar_simple .cc-cookies .cc-cookie .cc-cookie-desc p {
      margin-bottom: 0; }
    .cookiebar_simple .cc-cookies .cc-cookie label.cookie + p, .cookiebar_simple .cc-cookies .cc-cookie label.cookie + .cc-cookie-info, .cookiebar_simple .cc-cookies .cc-cookie label.cookie + button.cc-detail-btn-details {
      margin-top: 10px; }
    .cookiebar_simple .cc-cookies .cc-cookie p {
      margin: 0 0 15px;
      font-size: 0.875rem; }
  .cookiebar_simple .cc-footer, .cookiebar_simple .cc-info {
    text-align: center; }
  .cookiebar_simple .cc-detail-btn-details {
    border: 0 none;
    outline: 0 none;
    background: transparent;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: initial;
    cursor: pointer;
    color: #a2a2a2;
    text-decoration: underline;
    padding: 0;
    margin: 0 0 10px; }
    .cookiebar_simple .cc-detail-btn-details span:nth-child(2) {
      display: none; }
    .cookiebar_simple .cc-detail-btn-details.cc-active span:nth-child(1) {
      display: none; }
    .cookiebar_simple .cc-detail-btn-details.cc-active span:nth-child(2) {
      display: inline; }
    .cookiebar_simple .cc-detail-btn-details:hover {
      color: #717171; }
  .cookiebar_simple .cc-info {
    margin-top: 15px; }
    .cookiebar_simple .cc-info > p {
      font-size: 0.875rem; }
    .cookiebar_simple .cc-info > a {
      display: inline-block;
      font-size: 0.813rem;
      color: #a2a2a2;
      text-decoration: none; }
      .cookiebar_simple .cc-info > a:hover {
        color: #717171; }
      .cookiebar_simple .cc-info > a + a:before {
        display: inline-block;
        content: '·';
        margin-right: 5px; }

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

.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;-ms-touch-action:none;touch-action:none;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0;overflow:hidden}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.glightbox-container .gslide{width:100%;position:absolute;opacity:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;-ms-touch-action:auto;touch-action:auto}.gslide-image{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gslide-image img{max-height:100vh;display:block;max-width:100%;margin:0;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;-ms-touch-action:none;touch-action:none;margin:auto;min-width:200px}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.gslide-video{width:100%;max-width:100%;position:relative;width:100vh;max-width:100vh;width:100%!important}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video::before{content:'';display:block;position:absolute;width:100%;height:100%;background:rgba(255,0,0,.34);display:none}.gslide-video.playing::before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:80vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%}.gslide-inline .ginlined-content{padding:20px;width:100%}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:block;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;display:-webkit-box;display:-ms-flexbox;display:flex;width:auto}.zoomed .gslide-media{-webkit-box-shadow:none!important;box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gslide-description{position:relative;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;background:0 0;position:absolute;bottom:15px;padding:19px 11px;max-width:100vw!important;-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important;max-height:78vh;overflow:auto!important;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.75)));background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);-webkit-transition:opacity .3s linear;transition:opacity .3s linear;padding-bottom:50px}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc string{color:#fff}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:1}.greset{-webkit-transition:all .3s ease;transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;-webkit-animation:lightboxLoader .8s infinite linear;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:100%;position:fixed;top:0;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gclose,.gnext,.gprev{background-repeat:no-repeat;z-index:99999;cursor:pointer;width:26px;height:44px;display:block;background-position:0 0;border:none}.gclose svg,.gnext svg,.gprev svg{display:block;width:100%;height:auto}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description,.glightbox-modern .gslide-description{background:#fff}.glightbox-clean .gdesc-inner,.glightbox-modern .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title,.glightbox-modern .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc,.glightbox-modern .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video,.glightbox-modern .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev,.glightbox-modern .gclose,.glightbox-modern .gnext,.glightbox-modern .gprev{background-color:rgba(0,0,0,.12)}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover,.glightbox-modern .gclose:hover,.glightbox-modern .gnext:hover,.glightbox-modern .gprev:hover{background-color:rgba(0,0,0,.2)}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path,.glightbox-modern .gclose path,.glightbox-modern .gnext path,.glightbox-modern .gprev path{fill:#fff}.glightbox-clean button:focus:not(.focused):not(.disabled),.glightbox-modern button:focus:not(.focused):not(.disabled){outline:0}.glightbox-clean .gprev,.glightbox-modern .gprev{position:absolute;top:-100%;left:30px;width:40px;height:56px}.glightbox-clean .gnext,.glightbox-modern .gnext{position:absolute;top:-100%;right:30px;width:40px;height:56px}.glightbox-clean .gclose,.glightbox-modern .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute;opacity:.7;background-position:-59px 2px}.glightbox-clean .gclose svg,.glightbox-modern .gclose svg{width:20px}.glightbox-clean .gclose:hover,.glightbox-modern .gclose:hover{opacity:1}.gfadeIn{-webkit-animation:gfadeIn .5s ease;animation:gfadeIn .5s ease}.gfadeOut{-webkit-animation:gfadeOut .5s ease;animation:gfadeOut .5s ease}.gslideOutLeft{-webkit-animation:gslideOutLeft .3s ease;animation:gslideOutLeft .3s ease}.gslideInLeft{-webkit-animation:gslideInLeft .3s ease;animation:gslideInLeft .3s ease}.gslideOutRight{-webkit-animation:gslideOutRight .3s ease;animation:gslideOutRight .3s ease}.gslideInRight{-webkit-animation:gslideInRight .3s ease;animation:gslideInRight .3s ease}.gzoomIn{-webkit-animation:gzoomIn .5s ease;animation:gzoomIn .5s ease}.gzoomOut{-webkit-animation:gzoomOut .5s ease;animation:gzoomOut .5s ease}@-webkit-keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes gfadeIn{from{opacity:0}to{opacity:1}}@keyframes gfadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes gfadeOut{from{opacity:1}to{opacity:0}}@keyframes gfadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@-webkit-keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@-webkit-keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@-webkit-keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@media (min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.glightbox-container .ginner-container.desc-left .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-left .gslide-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.gslide-image img{max-height:97vh;max-width:calc(100% - 20px);max-width:100%}.gslide-image img.zoomable{cursor:-webkit-zoom-in;cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:-webkit-grab;cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0,0,0,.92)}.glightbox-clean .gslide-media,.glightbox-modern .gslide-media{-webkit-box-shadow:1px 2px 9px 0 rgba(0,0,0,.65);box-shadow:1px 2px 9px 0 rgba(0,0,0,.65)}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner,.glightbox-modern .description-left .gdesc-inner,.glightbox-modern .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gprev,.glightbox-modern .gprev{top:45%}.glightbox-clean .gnext,.glightbox-modern .gnext{top:45%}}@media (min-width:992px){.glightbox-clean .gclose,.glightbox-modern .gclose{right:20px}}@media screen and (max-height:420px){.goverlay{background:#000}}
.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}

@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* COLOR DEFINITIONS */
/* SETTINGS */
/* BREAKPOINTS */
a, p, h1, h2, h3, h4, h5, h6, li, span, strong, label, table {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  color: #04305C;
}
a.nopadding, p.nopadding, h1.nopadding, h2.nopadding, h3.nopadding, h4.nopadding, h5.nopadding, h6.nopadding, li.nopadding, span.nopadding, strong.nopadding, label.nopadding, table.nopadding {
  padding: 0;
}
a.center, p.center, h1.center, h2.center, h3.center, h4.center, h5.center, h6.center, li.center, span.center, strong.center, label.center, table.center {
  text-align: center;
}
a.left, p.left, h1.left, h2.left, h3.left, h4.left, h5.left, h6.left, li.left, span.left, strong.left, label.left, table.left {
  text-align: left;
}
a.white, p.white, h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, li.white, span.white, strong.white, label.white, table.white {
  color: #ffffff;
}
a.shadow--text, p.shadow--text, h1.shadow--text, h2.shadow--text, h3.shadow--text, h4.shadow--text, h5.shadow--text, h6.shadow--text, li.shadow--text, span.shadow--text, strong.shadow--text, label.shadow--text, table.shadow--text {
  text-shadow: 2px 3px 3px #04305C;
}

sub {
  font-size: 14px;
}

h1[invisible] {
  display: none;
}

a, button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.175rem;
  line-height: 2rem;
  font-weight: 400;
  text-decoration: none;
  color: #04305C;
  cursor: pointer;
}
a.button, button.button {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  padding: 6px 30px;
  color: #ffffff;
  border-radius: 100px;
  background: #04305C;
  border: none;
}
a.button:hover, button.button:hover {
  background: #1489C5;
}
a.button.white, button.button.white {
  border: 2px solid #ffffff;
  background: #ffffff;
  color: #04305C;
}
a.button.white:hover, button.button.white:hover {
  color: #04305C;
  border: 2px solid #04305C;
}
a.button--arrow--gelb, button.button--arrow--gelb {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  color: #F6BB3D;
  position: relative;
  padding: 10px 20px 10px 35px;
}
a.button--arrow--gelb::before, button.button--arrow--gelb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  background: url("../../files/Connyland/theme/img/arrow--right--gelb.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 16px;
}
a.button--arrow--rot, button.button--arrow--rot {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  color: #C82B39;
  position: relative;
  padding: 10px 20px 10px 35px;
  background-color: transparent;
  border: 0;
}
a.button--arrow--rot::before, button.button--arrow--rot::before {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  background: url("../../files/Connyland/theme/img/arrow--right--rot.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 16px;
}

h1, .h1, h2.big, h3.big {
  font-size: 3.75rem;
  line-height: 4.65rem;
  font-weight: 600;
  padding-bottom: 50px;
  text-transform: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  h1, .h1, h2.big, h3.big {
    font-size: 3.25rem;
    line-height: 3.875rem;
    padding-bottom: 35px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  h1, .h1, h2.big, h3.big {
    font-size: 2rem;
    line-height: 2.4rem;
    max-width: calc(100vw - 40px);
    margin: 0 auto;
  }
}

h2, .h2, h1.small, h3.mid {
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 400;
  padding-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  h2, .h2, h1.small, h3.mid {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  h2, .h2, h1.small, h3.mid {
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.5px;
    max-width: calc(100vw - 40px);
    margin: 0 auto;
  }
}

h3, .h3 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 500;
  padding-bottom: 20px;
}

p {
  font-size: 1.175rem;
  line-height: 2rem;
  font-weight: 400;
}
p.big {
  font-size: 1.55rem;
  line-height: 2.75rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  p.big {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
p.underline {
  text-decoration: underline;
}
@media (min-width: 320px) and (max-width: 767px) {
  p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

span.underline {
  text-decoration: underline;
}

.ce_text p {
  padding-bottom: 20px;
}
.ce_text ol {
  list-style-type: decimal;
  padding-left: 24px;
  font-size: 1.175rem;
  line-height: 2rem;
  font-weight: 400;
}
.ce_text ol li {
  padding-left: 10px;
}
.ce_text ul {
  list-style-type: square;
  padding-left: 30px;
  margin-bottom: 1em;
  font-size: 1.175rem;
  line-height: 2rem;
  font-weight: 400;
}
.ce_text ul li {
  text-indent: 0px;
  padding-left: 0;
}

.icon {
  height: 90px;
  width: 90px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.icon.black svg .st0, .icon.black svg .st1, .icon.black svg .st2 {
  stroke: #04305C;
}
.icon.white svg .st0, .icon.white svg .st1, .icon.white svg .st2 {
  stroke: #ffffff;
}
.icon.conny-rot svg .st0, .icon.conny-rot svg .st1, .icon.conny-rot svg .st2 {
  stroke: #C82B39;
}
.icon.conny-blau svg .st0, .icon.conny-blau svg .st1, .icon.conny-blau svg .st2 {
  stroke: #1489C5;
}
.icon.conny-gelb svg .st0, .icon.conny-gelb svg .st1, .icon.conny-gelb svg .st2 {
  stroke: #F6BB3D;
}

/* generate grid classes */
.col-1 {
  -ms-grid-column: 1;
  grid-column-start: 1;
}

.col-span-1 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

.row-1 {
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.row-span-1 {
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

.col-2 {
  -ms-grid-column: 2;
  grid-column-start: 2;
}

.col-span-2 {
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

.row-2 {
  -ms-grid-row: 2;
  grid-row-start: 2;
}

.row-span-2 {
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

.col-3 {
  -ms-grid-column: 3;
  grid-column-start: 3;
}

.col-span-3 {
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

.row-3 {
  -ms-grid-row: 3;
  grid-row-start: 3;
}

.row-span-3 {
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
}

.col-4 {
  -ms-grid-column: 4;
  grid-column-start: 4;
}

.col-span-4 {
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

.row-4 {
  -ms-grid-row: 4;
  grid-row-start: 4;
}

.row-span-4 {
  -ms-grid-row-span: 4;
  grid-row-end: span 4;
}

.col-5 {
  -ms-grid-column: 5;
  grid-column-start: 5;
}

.col-span-5 {
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
}

.row-5 {
  -ms-grid-row: 5;
  grid-row-start: 5;
}

.row-span-5 {
  -ms-grid-row-span: 5;
  grid-row-end: span 5;
}

.col-6 {
  -ms-grid-column: 6;
  grid-column-start: 6;
}

.col-span-6 {
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
}

.row-6 {
  -ms-grid-row: 6;
  grid-row-start: 6;
}

.row-span-6 {
  -ms-grid-row-span: 6;
  grid-row-end: span 6;
}

.col-7 {
  -ms-grid-column: 7;
  grid-column-start: 7;
}

.col-span-7 {
  -ms-grid-column-span: 7;
  grid-column-end: span 7;
}

.row-7 {
  -ms-grid-row: 7;
  grid-row-start: 7;
}

.row-span-7 {
  -ms-grid-row-span: 7;
  grid-row-end: span 7;
}

.col-8 {
  -ms-grid-column: 8;
  grid-column-start: 8;
}

.col-span-8 {
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
}

.row-8 {
  -ms-grid-row: 8;
  grid-row-start: 8;
}

.row-span-8 {
  -ms-grid-row-span: 8;
  grid-row-end: span 8;
}

.col-9 {
  -ms-grid-column: 9;
  grid-column-start: 9;
}

.col-span-9 {
  -ms-grid-column-span: 9;
  grid-column-end: span 9;
}

.row-9 {
  -ms-grid-row: 9;
  grid-row-start: 9;
}

.row-span-9 {
  -ms-grid-row-span: 9;
  grid-row-end: span 9;
}

.col-10 {
  -ms-grid-column: 10;
  grid-column-start: 10;
}

.col-span-10 {
  -ms-grid-column-span: 10;
  grid-column-end: span 10;
}

.row-10 {
  -ms-grid-row: 10;
  grid-row-start: 10;
}

.row-span-10 {
  -ms-grid-row-span: 10;
  grid-row-end: span 10;
}

.col-11 {
  -ms-grid-column: 11;
  grid-column-start: 11;
}

.col-span-11 {
  -ms-grid-column-span: 11;
  grid-column-end: span 11;
}

.row-11 {
  -ms-grid-row: 11;
  grid-row-start: 11;
}

.row-span-11 {
  -ms-grid-row-span: 11;
  grid-row-end: span 11;
}

.col-12 {
  -ms-grid-column: 12;
  grid-column-start: 12;
}

.col-span-12 {
  -ms-grid-column-span: 12;
  grid-column-end: span 12;
}

.row-12 {
  -ms-grid-row: 12;
  grid-row-start: 12;
}

.row-span-12 {
  -ms-grid-row-span: 12;
  grid-row-end: span 12;
}

.col-13 {
  -ms-grid-column: 13;
  grid-column-start: 13;
}

.col-span-13 {
  -ms-grid-column-span: 13;
  grid-column-end: span 13;
}

.row-13 {
  -ms-grid-row: 13;
  grid-row-start: 13;
}

.row-span-13 {
  -ms-grid-row-span: 13;
  grid-row-end: span 13;
}

.col-14 {
  -ms-grid-column: 14;
  grid-column-start: 14;
}

.col-span-14 {
  -ms-grid-column-span: 14;
  grid-column-end: span 14;
}

.row-14 {
  -ms-grid-row: 14;
  grid-row-start: 14;
}

.row-span-14 {
  -ms-grid-row-span: 14;
  grid-row-end: span 14;
}

.col-15 {
  -ms-grid-column: 15;
  grid-column-start: 15;
}

.col-span-15 {
  -ms-grid-column-span: 15;
  grid-column-end: span 15;
}

.row-15 {
  -ms-grid-row: 15;
  grid-row-start: 15;
}

.row-span-15 {
  -ms-grid-row-span: 15;
  grid-row-end: span 15;
}

.col-16 {
  -ms-grid-column: 16;
  grid-column-start: 16;
}

.col-span-16 {
  -ms-grid-column-span: 16;
  grid-column-end: span 16;
}

.row-16 {
  -ms-grid-row: 16;
  grid-row-start: 16;
}

.row-span-16 {
  -ms-grid-row-span: 16;
  grid-row-end: span 16;
}

.justify-self-start {
  -ms-grid-column-align: start;
      justify-self: start;
}

.justify-self-end {
  -ms-grid-column-align: end;
      justify-self: end;
}

.justify-self-center {
  -ms-grid-column-align: center;
      justify-self: center;
}

.justify-self-stretch {
  -ms-grid-column-align: stretch;
      justify-self: stretch;
}

.align-self-start {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}

.align-self-end {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

.align-self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-content-stretch {
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

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

.align-items-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.flex-direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

.ta-right {
  text-align: right;
}

@media (min-width: 1200px) {
  .col-xl-1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  .col-xl-span-1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  .row-xl-1 {
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  .row-xl-span-1 {
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  .col-xl-2 {
    -ms-grid-column: 2;
    grid-column-start: 2;
  }

  .col-xl-span-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  .row-xl-2 {
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  .row-xl-span-2 {
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }

  .col-xl-3 {
    -ms-grid-column: 3;
    grid-column-start: 3;
  }

  .col-xl-span-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  .row-xl-3 {
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  .row-xl-span-3 {
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
  }

  .col-xl-4 {
    -ms-grid-column: 4;
    grid-column-start: 4;
  }

  .col-xl-span-4 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  .row-xl-4 {
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  .row-xl-span-4 {
    -ms-grid-row-span: 4;
    grid-row-end: span 4;
  }

  .col-xl-5 {
    -ms-grid-column: 5;
    grid-column-start: 5;
  }

  .col-xl-span-5 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }

  .row-xl-5 {
    -ms-grid-row: 5;
    grid-row-start: 5;
  }

  .row-xl-span-5 {
    -ms-grid-row-span: 5;
    grid-row-end: span 5;
  }

  .col-xl-6 {
    -ms-grid-column: 6;
    grid-column-start: 6;
  }

  .col-xl-span-6 {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  .row-xl-6 {
    -ms-grid-row: 6;
    grid-row-start: 6;
  }

  .row-xl-span-6 {
    -ms-grid-row-span: 6;
    grid-row-end: span 6;
  }

  .col-xl-7 {
    -ms-grid-column: 7;
    grid-column-start: 7;
  }

  .col-xl-span-7 {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }

  .row-xl-7 {
    -ms-grid-row: 7;
    grid-row-start: 7;
  }

  .row-xl-span-7 {
    -ms-grid-row-span: 7;
    grid-row-end: span 7;
  }

  .col-xl-8 {
    -ms-grid-column: 8;
    grid-column-start: 8;
  }

  .col-xl-span-8 {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  .row-xl-8 {
    -ms-grid-row: 8;
    grid-row-start: 8;
  }

  .row-xl-span-8 {
    -ms-grid-row-span: 8;
    grid-row-end: span 8;
  }

  .col-xl-9 {
    -ms-grid-column: 9;
    grid-column-start: 9;
  }

  .col-xl-span-9 {
    -ms-grid-column-span: 9;
    grid-column-end: span 9;
  }

  .row-xl-9 {
    -ms-grid-row: 9;
    grid-row-start: 9;
  }

  .row-xl-span-9 {
    -ms-grid-row-span: 9;
    grid-row-end: span 9;
  }

  .col-xl-10 {
    -ms-grid-column: 10;
    grid-column-start: 10;
  }

  .col-xl-span-10 {
    -ms-grid-column-span: 10;
    grid-column-end: span 10;
  }

  .row-xl-10 {
    -ms-grid-row: 10;
    grid-row-start: 10;
  }

  .row-xl-span-10 {
    -ms-grid-row-span: 10;
    grid-row-end: span 10;
  }

  .col-xl-11 {
    -ms-grid-column: 11;
    grid-column-start: 11;
  }

  .col-xl-span-11 {
    -ms-grid-column-span: 11;
    grid-column-end: span 11;
  }

  .row-xl-11 {
    -ms-grid-row: 11;
    grid-row-start: 11;
  }

  .row-xl-span-11 {
    -ms-grid-row-span: 11;
    grid-row-end: span 11;
  }

  .col-xl-12 {
    -ms-grid-column: 12;
    grid-column-start: 12;
  }

  .col-xl-span-12 {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }

  .row-xl-12 {
    -ms-grid-row: 12;
    grid-row-start: 12;
  }

  .row-xl-span-12 {
    -ms-grid-row-span: 12;
    grid-row-end: span 12;
  }

  .col-xl-13 {
    -ms-grid-column: 13;
    grid-column-start: 13;
  }

  .col-xl-span-13 {
    -ms-grid-column-span: 13;
    grid-column-end: span 13;
  }

  .row-xl-13 {
    -ms-grid-row: 13;
    grid-row-start: 13;
  }

  .row-xl-span-13 {
    -ms-grid-row-span: 13;
    grid-row-end: span 13;
  }

  .col-xl-14 {
    -ms-grid-column: 14;
    grid-column-start: 14;
  }

  .col-xl-span-14 {
    -ms-grid-column-span: 14;
    grid-column-end: span 14;
  }

  .row-xl-14 {
    -ms-grid-row: 14;
    grid-row-start: 14;
  }

  .row-xl-span-14 {
    -ms-grid-row-span: 14;
    grid-row-end: span 14;
  }

  .col-xl-15 {
    -ms-grid-column: 15;
    grid-column-start: 15;
  }

  .col-xl-span-15 {
    -ms-grid-column-span: 15;
    grid-column-end: span 15;
  }

  .row-xl-15 {
    -ms-grid-row: 15;
    grid-row-start: 15;
  }

  .row-xl-span-15 {
    -ms-grid-row-span: 15;
    grid-row-end: span 15;
  }

  .col-xl-16 {
    -ms-grid-column: 16;
    grid-column-start: 16;
  }

  .col-xl-span-16 {
    -ms-grid-column-span: 16;
    grid-column-end: span 16;
  }

  .row-xl-16 {
    -ms-grid-row: 16;
    grid-row-start: 16;
  }

  .row-xl-span-16 {
    -ms-grid-row-span: 16;
    grid-row-end: span 16;
  }

  .justify-self-xl-start {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  .justify-self-xl-end {
    -ms-grid-column-align: end;
        justify-self: end;
  }

  .justify-self-xl-center {
    -ms-grid-column-align: center;
        justify-self: center;
  }

  .justify-self-xl-stretch {
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .justify-content-xl-stretch {
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }

  .align-items-xl-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .align-items-xl-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .align-items-xl-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .align-items-xl-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }

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

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

  .ta-xl-right {
    text-align: right;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-l-1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  .col-l-span-1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  .row-l-1 {
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  .row-l-span-1 {
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  .col-l-2 {
    -ms-grid-column: 2;
    grid-column-start: 2;
  }

  .col-l-span-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  .row-l-2 {
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  .row-l-span-2 {
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }

  .col-l-3 {
    -ms-grid-column: 3;
    grid-column-start: 3;
  }

  .col-l-span-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  .row-l-3 {
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  .row-l-span-3 {
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
  }

  .col-l-4 {
    -ms-grid-column: 4;
    grid-column-start: 4;
  }

  .col-l-span-4 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  .row-l-4 {
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  .row-l-span-4 {
    -ms-grid-row-span: 4;
    grid-row-end: span 4;
  }

  .col-l-5 {
    -ms-grid-column: 5;
    grid-column-start: 5;
  }

  .col-l-span-5 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }

  .row-l-5 {
    -ms-grid-row: 5;
    grid-row-start: 5;
  }

  .row-l-span-5 {
    -ms-grid-row-span: 5;
    grid-row-end: span 5;
  }

  .col-l-6 {
    -ms-grid-column: 6;
    grid-column-start: 6;
  }

  .col-l-span-6 {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  .row-l-6 {
    -ms-grid-row: 6;
    grid-row-start: 6;
  }

  .row-l-span-6 {
    -ms-grid-row-span: 6;
    grid-row-end: span 6;
  }

  .col-l-7 {
    -ms-grid-column: 7;
    grid-column-start: 7;
  }

  .col-l-span-7 {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }

  .row-l-7 {
    -ms-grid-row: 7;
    grid-row-start: 7;
  }

  .row-l-span-7 {
    -ms-grid-row-span: 7;
    grid-row-end: span 7;
  }

  .col-l-8 {
    -ms-grid-column: 8;
    grid-column-start: 8;
  }

  .col-l-span-8 {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  .row-l-8 {
    -ms-grid-row: 8;
    grid-row-start: 8;
  }

  .row-l-span-8 {
    -ms-grid-row-span: 8;
    grid-row-end: span 8;
  }

  .col-l-9 {
    -ms-grid-column: 9;
    grid-column-start: 9;
  }

  .col-l-span-9 {
    -ms-grid-column-span: 9;
    grid-column-end: span 9;
  }

  .row-l-9 {
    -ms-grid-row: 9;
    grid-row-start: 9;
  }

  .row-l-span-9 {
    -ms-grid-row-span: 9;
    grid-row-end: span 9;
  }

  .col-l-10 {
    -ms-grid-column: 10;
    grid-column-start: 10;
  }

  .col-l-span-10 {
    -ms-grid-column-span: 10;
    grid-column-end: span 10;
  }

  .row-l-10 {
    -ms-grid-row: 10;
    grid-row-start: 10;
  }

  .row-l-span-10 {
    -ms-grid-row-span: 10;
    grid-row-end: span 10;
  }

  .col-l-11 {
    -ms-grid-column: 11;
    grid-column-start: 11;
  }

  .col-l-span-11 {
    -ms-grid-column-span: 11;
    grid-column-end: span 11;
  }

  .row-l-11 {
    -ms-grid-row: 11;
    grid-row-start: 11;
  }

  .row-l-span-11 {
    -ms-grid-row-span: 11;
    grid-row-end: span 11;
  }

  .col-l-12 {
    -ms-grid-column: 12;
    grid-column-start: 12;
  }

  .col-l-span-12 {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }

  .row-l-12 {
    -ms-grid-row: 12;
    grid-row-start: 12;
  }

  .row-l-span-12 {
    -ms-grid-row-span: 12;
    grid-row-end: span 12;
  }

  .col-l-13 {
    -ms-grid-column: 13;
    grid-column-start: 13;
  }

  .col-l-span-13 {
    -ms-grid-column-span: 13;
    grid-column-end: span 13;
  }

  .row-l-13 {
    -ms-grid-row: 13;
    grid-row-start: 13;
  }

  .row-l-span-13 {
    -ms-grid-row-span: 13;
    grid-row-end: span 13;
  }

  .col-l-14 {
    -ms-grid-column: 14;
    grid-column-start: 14;
  }

  .col-l-span-14 {
    -ms-grid-column-span: 14;
    grid-column-end: span 14;
  }

  .row-l-14 {
    -ms-grid-row: 14;
    grid-row-start: 14;
  }

  .row-l-span-14 {
    -ms-grid-row-span: 14;
    grid-row-end: span 14;
  }

  .col-l-15 {
    -ms-grid-column: 15;
    grid-column-start: 15;
  }

  .col-l-span-15 {
    -ms-grid-column-span: 15;
    grid-column-end: span 15;
  }

  .row-l-15 {
    -ms-grid-row: 15;
    grid-row-start: 15;
  }

  .row-l-span-15 {
    -ms-grid-row-span: 15;
    grid-row-end: span 15;
  }

  .col-l-16 {
    -ms-grid-column: 16;
    grid-column-start: 16;
  }

  .col-l-span-16 {
    -ms-grid-column-span: 16;
    grid-column-end: span 16;
  }

  .row-l-16 {
    -ms-grid-row: 16;
    grid-row-start: 16;
  }

  .row-l-span-16 {
    -ms-grid-row-span: 16;
    grid-row-end: span 16;
  }

  .justify-self-l-start {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  .justify-self-l-end {
    -ms-grid-column-align: end;
        justify-self: end;
  }

  .justify-self-l-center {
    -ms-grid-column-align: center;
        justify-self: center;
  }

  .justify-self-l-stretch {
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }

  .align-self-l-start {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }

  .align-self-l-end {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }

  .align-self-l-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }

  .align-self-l-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }

  .justify-content-l-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .justify-content-l-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .justify-content-l-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .justify-content-l-stretch {
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }

  .align-items-l-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .align-items-l-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .align-items-l-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .align-items-l-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }

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

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

  .ta-l-right {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-m-1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  .col-m-span-1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  .row-m-1 {
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  .row-m-span-1 {
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  .col-m-2 {
    -ms-grid-column: 2;
    grid-column-start: 2;
  }

  .col-m-span-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  .row-m-2 {
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  .row-m-span-2 {
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }

  .col-m-3 {
    -ms-grid-column: 3;
    grid-column-start: 3;
  }

  .col-m-span-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  .row-m-3 {
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  .row-m-span-3 {
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
  }

  .col-m-4 {
    -ms-grid-column: 4;
    grid-column-start: 4;
  }

  .col-m-span-4 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  .row-m-4 {
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  .row-m-span-4 {
    -ms-grid-row-span: 4;
    grid-row-end: span 4;
  }

  .col-m-5 {
    -ms-grid-column: 5;
    grid-column-start: 5;
  }

  .col-m-span-5 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }

  .row-m-5 {
    -ms-grid-row: 5;
    grid-row-start: 5;
  }

  .row-m-span-5 {
    -ms-grid-row-span: 5;
    grid-row-end: span 5;
  }

  .col-m-6 {
    -ms-grid-column: 6;
    grid-column-start: 6;
  }

  .col-m-span-6 {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  .row-m-6 {
    -ms-grid-row: 6;
    grid-row-start: 6;
  }

  .row-m-span-6 {
    -ms-grid-row-span: 6;
    grid-row-end: span 6;
  }

  .col-m-7 {
    -ms-grid-column: 7;
    grid-column-start: 7;
  }

  .col-m-span-7 {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }

  .row-m-7 {
    -ms-grid-row: 7;
    grid-row-start: 7;
  }

  .row-m-span-7 {
    -ms-grid-row-span: 7;
    grid-row-end: span 7;
  }

  .col-m-8 {
    -ms-grid-column: 8;
    grid-column-start: 8;
  }

  .col-m-span-8 {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  .row-m-8 {
    -ms-grid-row: 8;
    grid-row-start: 8;
  }

  .row-m-span-8 {
    -ms-grid-row-span: 8;
    grid-row-end: span 8;
  }

  .col-m-9 {
    -ms-grid-column: 9;
    grid-column-start: 9;
  }

  .col-m-span-9 {
    -ms-grid-column-span: 9;
    grid-column-end: span 9;
  }

  .row-m-9 {
    -ms-grid-row: 9;
    grid-row-start: 9;
  }

  .row-m-span-9 {
    -ms-grid-row-span: 9;
    grid-row-end: span 9;
  }

  .col-m-10 {
    -ms-grid-column: 10;
    grid-column-start: 10;
  }

  .col-m-span-10 {
    -ms-grid-column-span: 10;
    grid-column-end: span 10;
  }

  .row-m-10 {
    -ms-grid-row: 10;
    grid-row-start: 10;
  }

  .row-m-span-10 {
    -ms-grid-row-span: 10;
    grid-row-end: span 10;
  }

  .col-m-11 {
    -ms-grid-column: 11;
    grid-column-start: 11;
  }

  .col-m-span-11 {
    -ms-grid-column-span: 11;
    grid-column-end: span 11;
  }

  .row-m-11 {
    -ms-grid-row: 11;
    grid-row-start: 11;
  }

  .row-m-span-11 {
    -ms-grid-row-span: 11;
    grid-row-end: span 11;
  }

  .col-m-12 {
    -ms-grid-column: 12;
    grid-column-start: 12;
  }

  .col-m-span-12 {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }

  .row-m-12 {
    -ms-grid-row: 12;
    grid-row-start: 12;
  }

  .row-m-span-12 {
    -ms-grid-row-span: 12;
    grid-row-end: span 12;
  }

  .col-m-13 {
    -ms-grid-column: 13;
    grid-column-start: 13;
  }

  .col-m-span-13 {
    -ms-grid-column-span: 13;
    grid-column-end: span 13;
  }

  .row-m-13 {
    -ms-grid-row: 13;
    grid-row-start: 13;
  }

  .row-m-span-13 {
    -ms-grid-row-span: 13;
    grid-row-end: span 13;
  }

  .col-m-14 {
    -ms-grid-column: 14;
    grid-column-start: 14;
  }

  .col-m-span-14 {
    -ms-grid-column-span: 14;
    grid-column-end: span 14;
  }

  .row-m-14 {
    -ms-grid-row: 14;
    grid-row-start: 14;
  }

  .row-m-span-14 {
    -ms-grid-row-span: 14;
    grid-row-end: span 14;
  }

  .col-m-15 {
    -ms-grid-column: 15;
    grid-column-start: 15;
  }

  .col-m-span-15 {
    -ms-grid-column-span: 15;
    grid-column-end: span 15;
  }

  .row-m-15 {
    -ms-grid-row: 15;
    grid-row-start: 15;
  }

  .row-m-span-15 {
    -ms-grid-row-span: 15;
    grid-row-end: span 15;
  }

  .col-m-16 {
    -ms-grid-column: 16;
    grid-column-start: 16;
  }

  .col-m-span-16 {
    -ms-grid-column-span: 16;
    grid-column-end: span 16;
  }

  .row-m-16 {
    -ms-grid-row: 16;
    grid-row-start: 16;
  }

  .row-m-span-16 {
    -ms-grid-row-span: 16;
    grid-row-end: span 16;
  }

  .justify-self-m-start {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  .justify-self-m-end {
    -ms-grid-column-align: end;
        justify-self: end;
  }

  .justify-self-m-center {
    -ms-grid-column-align: center;
        justify-self: center;
  }

  .justify-self-m-stretch {
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }

  .align-self-m-start {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }

  .align-self-m-end {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }

  .align-self-m-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }

  .align-self-m-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }

  .justify-content-m-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .justify-content-m-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .justify-content-m-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .justify-content-m-stretch {
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }

  .align-items-m-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .align-items-m-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .align-items-m-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .align-items-m-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }

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

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

  .ta-m-right {
    text-align: right;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .col-s-1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  .col-s-span-1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  .row-s-1 {
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  .row-s-span-1 {
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  .col-s-2 {
    -ms-grid-column: 2;
    grid-column-start: 2;
  }

  .col-s-span-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  .row-s-2 {
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  .row-s-span-2 {
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }

  .col-s-3 {
    -ms-grid-column: 3;
    grid-column-start: 3;
  }

  .col-s-span-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  .row-s-3 {
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  .row-s-span-3 {
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
  }

  .col-s-4 {
    -ms-grid-column: 4;
    grid-column-start: 4;
  }

  .col-s-span-4 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  .row-s-4 {
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  .row-s-span-4 {
    -ms-grid-row-span: 4;
    grid-row-end: span 4;
  }

  .col-s-5 {
    -ms-grid-column: 5;
    grid-column-start: 5;
  }

  .col-s-span-5 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }

  .row-s-5 {
    -ms-grid-row: 5;
    grid-row-start: 5;
  }

  .row-s-span-5 {
    -ms-grid-row-span: 5;
    grid-row-end: span 5;
  }

  .col-s-6 {
    -ms-grid-column: 6;
    grid-column-start: 6;
  }

  .col-s-span-6 {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  .row-s-6 {
    -ms-grid-row: 6;
    grid-row-start: 6;
  }

  .row-s-span-6 {
    -ms-grid-row-span: 6;
    grid-row-end: span 6;
  }

  .col-s-7 {
    -ms-grid-column: 7;
    grid-column-start: 7;
  }

  .col-s-span-7 {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }

  .row-s-7 {
    -ms-grid-row: 7;
    grid-row-start: 7;
  }

  .row-s-span-7 {
    -ms-grid-row-span: 7;
    grid-row-end: span 7;
  }

  .col-s-8 {
    -ms-grid-column: 8;
    grid-column-start: 8;
  }

  .col-s-span-8 {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  .row-s-8 {
    -ms-grid-row: 8;
    grid-row-start: 8;
  }

  .row-s-span-8 {
    -ms-grid-row-span: 8;
    grid-row-end: span 8;
  }

  .col-s-9 {
    -ms-grid-column: 9;
    grid-column-start: 9;
  }

  .col-s-span-9 {
    -ms-grid-column-span: 9;
    grid-column-end: span 9;
  }

  .row-s-9 {
    -ms-grid-row: 9;
    grid-row-start: 9;
  }

  .row-s-span-9 {
    -ms-grid-row-span: 9;
    grid-row-end: span 9;
  }

  .col-s-10 {
    -ms-grid-column: 10;
    grid-column-start: 10;
  }

  .col-s-span-10 {
    -ms-grid-column-span: 10;
    grid-column-end: span 10;
  }

  .row-s-10 {
    -ms-grid-row: 10;
    grid-row-start: 10;
  }

  .row-s-span-10 {
    -ms-grid-row-span: 10;
    grid-row-end: span 10;
  }

  .col-s-11 {
    -ms-grid-column: 11;
    grid-column-start: 11;
  }

  .col-s-span-11 {
    -ms-grid-column-span: 11;
    grid-column-end: span 11;
  }

  .row-s-11 {
    -ms-grid-row: 11;
    grid-row-start: 11;
  }

  .row-s-span-11 {
    -ms-grid-row-span: 11;
    grid-row-end: span 11;
  }

  .col-s-12 {
    -ms-grid-column: 12;
    grid-column-start: 12;
  }

  .col-s-span-12 {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }

  .row-s-12 {
    -ms-grid-row: 12;
    grid-row-start: 12;
  }

  .row-s-span-12 {
    -ms-grid-row-span: 12;
    grid-row-end: span 12;
  }

  .col-s-13 {
    -ms-grid-column: 13;
    grid-column-start: 13;
  }

  .col-s-span-13 {
    -ms-grid-column-span: 13;
    grid-column-end: span 13;
  }

  .row-s-13 {
    -ms-grid-row: 13;
    grid-row-start: 13;
  }

  .row-s-span-13 {
    -ms-grid-row-span: 13;
    grid-row-end: span 13;
  }

  .col-s-14 {
    -ms-grid-column: 14;
    grid-column-start: 14;
  }

  .col-s-span-14 {
    -ms-grid-column-span: 14;
    grid-column-end: span 14;
  }

  .row-s-14 {
    -ms-grid-row: 14;
    grid-row-start: 14;
  }

  .row-s-span-14 {
    -ms-grid-row-span: 14;
    grid-row-end: span 14;
  }

  .col-s-15 {
    -ms-grid-column: 15;
    grid-column-start: 15;
  }

  .col-s-span-15 {
    -ms-grid-column-span: 15;
    grid-column-end: span 15;
  }

  .row-s-15 {
    -ms-grid-row: 15;
    grid-row-start: 15;
  }

  .row-s-span-15 {
    -ms-grid-row-span: 15;
    grid-row-end: span 15;
  }

  .col-s-16 {
    -ms-grid-column: 16;
    grid-column-start: 16;
  }

  .col-s-span-16 {
    -ms-grid-column-span: 16;
    grid-column-end: span 16;
  }

  .row-s-16 {
    -ms-grid-row: 16;
    grid-row-start: 16;
  }

  .row-s-span-16 {
    -ms-grid-row-span: 16;
    grid-row-end: span 16;
  }

  .justify-self-s-start {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  .justify-self-s-end {
    -ms-grid-column-align: end;
        justify-self: end;
  }

  .justify-self-s-center {
    -ms-grid-column-align: center;
        justify-self: center;
  }

  .justify-self-s-stretch {
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }

  .align-self-s-start {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }

  .align-self-s-end {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }

  .align-self-s-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }

  .align-self-s-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }

  .justify-content-s-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .justify-content-s-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .justify-content-s-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .justify-content-s-stretch {
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }

  .align-items-s-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .align-items-s-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .align-items-s-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .align-items-s-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }

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

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

  .ta-s-right {
    text-align: right;
  }
}
@media (max-width: 320px) {
  .col-xs-1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  .col-xs-span-1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  .row-xs-1 {
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  .row-xs-span-1 {
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  .col-xs-2 {
    -ms-grid-column: 2;
    grid-column-start: 2;
  }

  .col-xs-span-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  .row-xs-2 {
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  .row-xs-span-2 {
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }

  .col-xs-3 {
    -ms-grid-column: 3;
    grid-column-start: 3;
  }

  .col-xs-span-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  .row-xs-3 {
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  .row-xs-span-3 {
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
  }

  .col-xs-4 {
    -ms-grid-column: 4;
    grid-column-start: 4;
  }

  .col-xs-span-4 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  .row-xs-4 {
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  .row-xs-span-4 {
    -ms-grid-row-span: 4;
    grid-row-end: span 4;
  }

  .col-xs-5 {
    -ms-grid-column: 5;
    grid-column-start: 5;
  }

  .col-xs-span-5 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }

  .row-xs-5 {
    -ms-grid-row: 5;
    grid-row-start: 5;
  }

  .row-xs-span-5 {
    -ms-grid-row-span: 5;
    grid-row-end: span 5;
  }

  .col-xs-6 {
    -ms-grid-column: 6;
    grid-column-start: 6;
  }

  .col-xs-span-6 {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  .row-xs-6 {
    -ms-grid-row: 6;
    grid-row-start: 6;
  }

  .row-xs-span-6 {
    -ms-grid-row-span: 6;
    grid-row-end: span 6;
  }

  .col-xs-7 {
    -ms-grid-column: 7;
    grid-column-start: 7;
  }

  .col-xs-span-7 {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }

  .row-xs-7 {
    -ms-grid-row: 7;
    grid-row-start: 7;
  }

  .row-xs-span-7 {
    -ms-grid-row-span: 7;
    grid-row-end: span 7;
  }

  .col-xs-8 {
    -ms-grid-column: 8;
    grid-column-start: 8;
  }

  .col-xs-span-8 {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  .row-xs-8 {
    -ms-grid-row: 8;
    grid-row-start: 8;
  }

  .row-xs-span-8 {
    -ms-grid-row-span: 8;
    grid-row-end: span 8;
  }

  .col-xs-9 {
    -ms-grid-column: 9;
    grid-column-start: 9;
  }

  .col-xs-span-9 {
    -ms-grid-column-span: 9;
    grid-column-end: span 9;
  }

  .row-xs-9 {
    -ms-grid-row: 9;
    grid-row-start: 9;
  }

  .row-xs-span-9 {
    -ms-grid-row-span: 9;
    grid-row-end: span 9;
  }

  .col-xs-10 {
    -ms-grid-column: 10;
    grid-column-start: 10;
  }

  .col-xs-span-10 {
    -ms-grid-column-span: 10;
    grid-column-end: span 10;
  }

  .row-xs-10 {
    -ms-grid-row: 10;
    grid-row-start: 10;
  }

  .row-xs-span-10 {
    -ms-grid-row-span: 10;
    grid-row-end: span 10;
  }

  .col-xs-11 {
    -ms-grid-column: 11;
    grid-column-start: 11;
  }

  .col-xs-span-11 {
    -ms-grid-column-span: 11;
    grid-column-end: span 11;
  }

  .row-xs-11 {
    -ms-grid-row: 11;
    grid-row-start: 11;
  }

  .row-xs-span-11 {
    -ms-grid-row-span: 11;
    grid-row-end: span 11;
  }

  .col-xs-12 {
    -ms-grid-column: 12;
    grid-column-start: 12;
  }

  .col-xs-span-12 {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }

  .row-xs-12 {
    -ms-grid-row: 12;
    grid-row-start: 12;
  }

  .row-xs-span-12 {
    -ms-grid-row-span: 12;
    grid-row-end: span 12;
  }

  .col-xs-13 {
    -ms-grid-column: 13;
    grid-column-start: 13;
  }

  .col-xs-span-13 {
    -ms-grid-column-span: 13;
    grid-column-end: span 13;
  }

  .row-xs-13 {
    -ms-grid-row: 13;
    grid-row-start: 13;
  }

  .row-xs-span-13 {
    -ms-grid-row-span: 13;
    grid-row-end: span 13;
  }

  .col-xs-14 {
    -ms-grid-column: 14;
    grid-column-start: 14;
  }

  .col-xs-span-14 {
    -ms-grid-column-span: 14;
    grid-column-end: span 14;
  }

  .row-xs-14 {
    -ms-grid-row: 14;
    grid-row-start: 14;
  }

  .row-xs-span-14 {
    -ms-grid-row-span: 14;
    grid-row-end: span 14;
  }

  .col-xs-15 {
    -ms-grid-column: 15;
    grid-column-start: 15;
  }

  .col-xs-span-15 {
    -ms-grid-column-span: 15;
    grid-column-end: span 15;
  }

  .row-xs-15 {
    -ms-grid-row: 15;
    grid-row-start: 15;
  }

  .row-xs-span-15 {
    -ms-grid-row-span: 15;
    grid-row-end: span 15;
  }

  .col-xs-16 {
    -ms-grid-column: 16;
    grid-column-start: 16;
  }

  .col-xs-span-16 {
    -ms-grid-column-span: 16;
    grid-column-end: span 16;
  }

  .row-xs-16 {
    -ms-grid-row: 16;
    grid-row-start: 16;
  }

  .row-xs-span-16 {
    -ms-grid-row-span: 16;
    grid-row-end: span 16;
  }

  .justify-self-xs-start {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  .justify-self-xs-end {
    -ms-grid-column-align: end;
        justify-self: end;
  }

  .justify-self-xs-center {
    -ms-grid-column-align: center;
        justify-self: center;
  }

  .justify-self-xs-stretch {
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }

  .align-self-xs-start {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }

  .align-self-xs-end {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }

  .align-self-xs-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }

  .align-self-xs-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }

  .justify-content-xs-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .justify-content-xs-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .justify-content-xs-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .justify-content-xs-stretch {
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }

  .align-items-xs-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .align-items-xs-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .align-items-xs-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .align-items-xs-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }

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

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

  .ta-xs-right {
    text-align: right;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .attraktion__gallery--element img {
    width: 100% !important;
    display: table-row-group;
    height: auto;
    margin: 0px auto !important;
  }

  .carousel-item.active {
    display: unset !important;
  }
}
.parkinformation__box__txt {
  position: absolute;
  top: 55px;
  left: 0;
  bottom: 0;
  padding: 40px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: left;
  max-width: 70%;
  margin: 0 auto;
}

.highlights__box__txt h1 {
  padding-bottom: 30px;
}
.highlights__box__txt p {
  font-size: 1.25rem;
  line-height: 2rem;
}

.parkinformation__box__img {
  z-index: 2;
}
.parkinformation__box__img img {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
  object-fit: cover;
}

.teaserboxes__container {
  margin-top: -90px !important;
  z-index: 2;
}

video {
  width: 100%;
  height: 100%;
  display: block;
}

strong {
  font-weight: 600;
}

.ce_image {
  width: 100%;
}
.ce_image img {
  width: 100%;
}
.ce_image.auto {
  width: auto;
  max-width: 100%;
}
.ce_image.auto img {
  width: auto;
  max-width: 100%;
}

img {
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}

.pos--rel {
  position: relative;
}

.w-100 {
  width: 100%;
}

.gradient--bottom {
  height: 75%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
  background: -o-linear-gradient(bottom, #000000, transparent);
  background: linear-gradient(to top, #000000, transparent);
}

.gradient--top {
  height: 75%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(transparent));
  background: -o-linear-gradient(top, #000000, transparent);
  background: linear-gradient(to bottom, #000000, transparent);
}

.gradient--left {
  height: 100%;
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(transparent));
  background: -o-linear-gradient(left, #000000, transparent);
  background: linear-gradient(to right, #000000, transparent);
}

.gradient--right {
  height: 100%;
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  background: -webkit-gradient(linear, right top, left top, from(#000000), to(transparent));
  background: -o-linear-gradient(right, #000000, transparent);
  background: linear-gradient(to left, #000000, transparent);
}

.background--blue {
  background: #1489C5;
}

@media (min-width: 320px) and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}

.visible-xs {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .visible-xs {
    display: block;
  }
}

#wrapper .grid--container.teaserboxes__container {
  margin-top: -80px;
  position: relative;
  z-index: 20;
  padding-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #wrapper .grid--container.teaserboxes__container {
    margin-top: -150px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #wrapper .grid--container.teaserboxes__container {
    margin-top: -165px;
  }
}

.teaserlink {
  display: block;
  height: 100%;
}

@media (min-width: 320px) and (max-width: 767px) {
  #wrapper .grid--container.mobile_3_cols {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 0;
  }
}
.teaserbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
  margin: 5px;
  padding-bottom: 5px;
  background-color: #ffffff;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.teaserbox.wetter {
  cursor: pointer;
}
.teaserbox.wetter:hover {
  background-color: #04305C;
}
@media (min-width: 768px) and (max-width: 991px) {
  .teaserbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .teaserbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    height: calc(100% - 10px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 8px;
  }
  .teaserbox.wetter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 12px;
  }
  .teaserbox svg #aussenline {
    display: none;
  }
  .teaserbox svg #rest {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
            transform: scale3d(1.5, 1.5, 1.5);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
  }
  .teaserbox svg#shows #rest {
    -webkit-transform: scale3d(1.75, 1.75, 1.75);
            transform: scale3d(1.75, 1.75, 1.75);
  }
}
.teaserbox.white {
  background-color: #1489C5;
}
.teaserbox.white .st0, .teaserbox.white .st1, .teaserbox.white .st2 {
  stroke: #ffffff;
}
.teaserbox.white .title, .teaserbox.white .subtitle, .teaserbox.white .text {
  color: #ffffff;
}
.teaserbox.conny-blau .st0, .teaserbox.conny-blau .st1, .teaserbox.conny-blau .st2 {
  stroke: #1489C5;
}
.teaserbox.conny-blau .st4 {
  fill: #1489C5;
}
.teaserbox.conny-blau .title, .teaserbox.conny-blau .subtitle {
  color: #1489C5;
}
.teaserbox.conny-rot .st0, .teaserbox.conny-rot .st1, .teaserbox.conny-rot .st2 {
  stroke: #C82B39;
}
.teaserbox.conny-rot .st4 {
  fill: #C82B39;
}
.teaserbox.conny-rot .title, .teaserbox.conny-rot .subtitle {
  color: #C82B39;
}
.teaserbox.conny-gelb .st0, .teaserbox.conny-gelb .st1, .teaserbox.conny-gelb .st2 {
  stroke: #F6BB3D;
}
.teaserbox.conny-gelb .st4 {
  fill: #F6BB3D;
}
.teaserbox.conny-gelb .title, .teaserbox.conny-gelb .subtitle {
  color: #F6BB3D;
}
.teaserbox .title {
  padding-top: 5px;
  font-size: 1.25rem;
  line-height: 1.85rem;
  font-weight: 700;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .teaserbox .title {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .teaserbox .title {
    font-size: 1.325rem;
    line-height: 2rem;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .teaserbox .title {
    font-size: 0.8rem;
    line-height: 1.2rem;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
  }
}
.teaserbox .subtitle {
  font-size: 16px;
  line-height: 1.8rem;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 991px) {
  .teaserbox .subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .teaserbox .subtitle {
    display: none;
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: left;
    padding-left: 8px;
  }
  .teaserbox .subtitle.wetter {
    display: block;
  }
}
.teaserbox .text {
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 991px) {
  .teaserbox .text {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .teaserbox .text {
    display: none;
  }
  .teaserbox .text.wetter {
    display: block;
    text-align: left;
    font-size: 0.8rem;
    line-height: 1.2rem;
    padding-top: 5px;
  }
}

.teaserbox--txt {
  width: 100%;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wetter .teaserbox--txt .teaserbox--icon-with-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .wetter .teaserbox--txt .teaserbox--icon-with-title .title {
    margin-top: 0;
    padding-left: 10px;
  }
}

.teaserbox--icon {
  width: 90px;
  height: 70px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .teaserbox--icon {
    width: 70px;
    height: 70px;
    margin: 0 auto;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .teaserbox--icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
  }
}
.teaserbox--icon.wetter {
  width: 45px;
  height: 45px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .teaserbox--icon.wetter {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .teaserbox--icon.wetter {
    width: 40px;
    height: 40px;
    margin: 0;
  }
}

.teaserbox--icon-with-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (min-width: 768px) and (max-width: 991px) {
  .teaserbox--icon-with-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .teaserbox--icon-with-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.scrolltrigger_panel {
  -webkit-perspective: 800;
          perspective: 800;
}

.highlights__box__container {
  display: block;
  position: relative;
  -webkit-transform-style: "preserve-3d";
          transform-style: "preserve-3d";
}

.highlights__box__img {
  z-index: 2;
}
.highlights__box__img img {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}

.highlights__box__txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 70%;
  margin: 0 auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  .highlights__box__txt {
    max-width: 100%;
    padding: 20px;
  }
}
.highlights__box__txt h1 {
  padding-bottom: 30px;
}
.highlights__box__txt p {
  font-size: 1.25rem;
  line-height: 2rem;
}
.highlights__box__txt .highlights__box_txt--icon {
  height: 80px;
  width: 80px;
  margin-bottom: 30px;
}
.highlights__box__txt .highlights__box_txt--icon svg .st0, .highlights__box__txt .highlights__box_txt--icon svg .st1 {
  stroke: #ffffff;
}

.banner__small--img-container img {
  min-height: 620px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner__small--img-container .banner__small--img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 620px;
  width: 100%;
  display: block;
}
.banner__small--img-container .gradient--top {
  height: 50%;
}
.banner__small--img-container .gradient--bottom {
  height: 30%;
}

.banner__small__txt__container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
  padding: 60px;
}

.banner__small__txt--btn {
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
}

.banner__small__container {
  position: relative;
}
.banner__small__container.width--half .banner__small__txt__container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 75%;
}
.banner__small__container.width--half h1 {
  padding-bottom: 20px;
}
.banner__small__container.width--half h2 {
  padding-bottom: 20px;
}

.slider__shows__container .carousel-control-prev, .slider__shows__container .carousel-control-next {
  opacity: 1;
  z-index: 5;
}

.slider__shows__slide {
  position: relative;
}

.slider__shows__slide--img img {
  width: 100%;
  height: 95vh;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.slider__shows__slide--img .gradient--top {
  height: 50%;
}
.slider__shows__slide--img .gradient--bottom {
  height: 30%;
}

.slider__shows__slide__txt__container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
  padding: 60px;
}

.slider__shows__slide__txt h2 {
  padding-bottom: 5px;
}

.slider__shows__slide__txt--icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.slider__shows__slide__txt--icon svg .st0, .slider__shows__slide__txt--icon svg .st1, .slider__shows__slide__txt--icon svg .st2 {
  stroke: #ffffff;
}

.multislider .multislider__img__container {
  width: 33%;
  height: auto;
}
.multislider .multislider__img__container img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.multislider .multislider__img__container p {
  margin-top: 20px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .slider__shows__slide__txt--btn a {
    font-size: 0.95rem;
  }
}
.sm__container {
  position: relative;
}

.sm__txt h1 {
  padding-bottom: 20px;
}
.sm__txt p {
  padding-bottom: 40px;
}

.sm__img {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .sm__img {
    position: relative;
    margin-top: 20px;
  }
}

.sm__bg-img {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 320px;
}

.sm__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (min-width: 320px) and (max-width: 767px) {
  .sm__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sm__buttons a {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sm__buttons a svg {
  height: 30px;
  width: 30px;
  fill: #04305C;
}
@media (min-width: 320px) and (max-width: 767px) {
  .sm__buttons a {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.sm__buttons a span {
  padding: 0 15px 0 20px;
  color: #04305C;
}
.sm__buttons a:hover {
  border: 2px solid #04305C;
}

#wrapper .grid--container.override-cols-8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}
@media (min-width: 992px) and (max-width: 1199px) {
  #wrapper .grid--container.override-cols-8 {
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
  }
}

.card__container {
  position: relative;
  display: block;
  margin: -10px;
}
.card__container img {
  width: 100%;
}

.card__txt {
  position: absolute;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.card__txt a, .card__txt p {
  text-align: center;
}
.card__txt .title {
  font-size: 2rem;
  line-height: 2.5rem;
  padding-bottom: 15px;
  font-weight: 600;
}
.card__txt .text {
  padding-bottom: 25px;
}
.card__txt .button--arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card__txt .button--arrow span {
  padding-left: 10px;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
  padding-top: 2px;
}
.card__txt .button--arrow img {
  width: 20px;
  height: auto;
}
.card__txt:after {
  content: "";
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background-image: -o-linear-gradient(bottom, #000 0%, transparent 100%);
  background-image: linear-gradient(to top, #000 0%, transparent 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
  z-index: -1;
  -webkit-transition: top ease-in-out 0.2s;
  -o-transition: top ease-in-out 0.2s;
  transition: top ease-in-out 0.2s;
}

.attraktionen__filter__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  .attraktionen__filter__container {
    margin-top: -60px;
  }
}

.attraktionen__filter--title {
  width: 100%;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .attraktionen__filter--title {
    padding-top: 60px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .attraktionen__filter--title {
    padding-top: 0;
    text-align: center;
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .ce_attractionlist {
    margin-bottom: 40px;
  }
}

button.reset {
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 400;
  background: transparent;
  border: 0;
  padding: 10px 10px 10px 0;
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-transform: none;
  color: #04305C;
}
@media (min-width: 992px) and (max-width: 1199px) {
  button.reset {
    top: 50px;
    bottom: auto;
  }
}
button.reset:hover, button.reset.active {
  background: transparent;
  color: #04305C;
}
@media (min-width: 768px) and (max-width: 991px) {
  button.reset {
    position: static;
    padding-left: 10px;
    left: calc(50% - 75px);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  button.reset {
    position: static;
    padding-left: 10px;
    left: calc(50% - 75px);
  }
}

.attraktionen__filter {
  padding-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .attraktionen__filter {
    padding-top: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .attraktionen__filter {
    padding-top: 0;
  }
}
.attraktionen__filter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (min-width: 768px) and (max-width: 991px) {
  .attraktionen__filter ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .attraktionen__filter ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.attraktionen__filter ul li {
  padding: 0 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .attraktionen__filter ul li {
    padding: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .attraktionen__filter ul li {
    padding: 5px;
  }
}
.attraktionen__filter ul li button {
  font-size: 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .attraktionen__filter ul li button.reset {
    padding-top: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .attraktionen__filter ul li button {
    font-weight: 400;
    font-size: 13px;
    padding: 3px 12px;
  }
  .attraktionen__filter ul li button.reset {
    padding-top: 10px;
  }
}
.attraktionen__filter ul li button.active {
  background: #C82B39;
  padding-left: 20px;
  padding-right: 40px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .attraktionen__filter ul li button.active {
    padding: 3px 12px;
    -webkit-box-shadow: 0px 0px 0px 2px #ffffff;
            box-shadow: 0px 0px 0px 2px #ffffff;
  }
}
.attraktionen__filter ul li button.active:after {
  content: "✖";
  margin-left: 7px;
  margin-right: -19px;
  right: 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .attraktionen__filter ul li button.active:after {
    display: none;
  }
}

.attraktionen__list__element__img--element {
  position: relative;
}

html body #wrapper .grid--container-element.nopadding.attraktionen__list__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  padding: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  html body #wrapper .grid--container-element.nopadding.attraktionen__list__container {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html body #wrapper .grid--container-element.nopadding.attraktionen__list__container {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    padding: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  html body #wrapper .grid--container-element.nopadding.attraktionen__list__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 0px;
    padding: 0px;
  }
}

.attraktionen__list__element {
  width: 100%;
  display: none;
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  .attraktionen__list__element {
    padding: 0;
  }
}
.attraktionen__list__element.active {
  display: block;
}
.attraktionen__list__element img {
  display: block;
  width: 100%;
}
.attraktionen__list__element a:after {
  content: "";
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background-image: -o-linear-gradient(bottom, #000 0%, transparent 100%);
  background-image: linear-gradient(to top, #000 0%, transparent 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 65%;
  display: block;
  z-index: 3;
  -webkit-transition: top ease-in-out 0.2s;
  -o-transition: top ease-in-out 0.2s;
  transition: top ease-in-out 0.2s;
}
.attraktionen__list__element:hover {
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.4);
}
.attraktionen__list__element:hover a:after {
  top: 20%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .attraktionen__list__element:hover a:after {
    top: 65%;
  }
}
.attraktionen__list__element:hover .attraktionen__list__element--txt p.text {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  height: auto;
}

.attraktionen__list__element__img--container {
  position: relative;
}
.attraktionen__list__element__img--container .attraktionen__list__element__img--element--bgimg {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  min-height: 360px;
}
.attraktionen__list__element--txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.attraktionen__list__element--txt p {
  color: #ffffff;
  text-align: center;
}
.attraktionen__list__element--txt p.title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
}
.attraktionen__list__element--txt p.text {
  opacity: 0;
  visibility: hidden;
  padding-top: 20px;
  height: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .attraktionen__list__element--txt p.text {
    display: none;
  }
}

.headerimg__container {
  width: 100%;
  position: relative;
}
.headerimg__container img {
  width: 100%;
}
.headerimg__container:after {
  content: "";
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background-image: -o-linear-gradient(bottom, #000 0%, transparent 100%);
  background-image: linear-gradient(to top, #000 0%, transparent 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 65%;
  display: block;
  z-index: 3;
  -webkit-transition: top ease-in-out 0.2s;
  -o-transition: top ease-in-out 0.2s;
  transition: top ease-in-out 0.2s;
}

@media (min-width: 320px) and (max-width: 767px) {
  html body #wrapper .glide.grid--container-element {
    padding: 0;
  }
}
html body #wrapper .glide.grid--container-element img {
  width: 100%;
}

.headerimg__title {
  height: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 100;
}
@media (min-width: 320px) and (max-width: 767px) {
  .headerimg__title {
    margin-top: -60px;
  }
}
.headerimg__title h1.title--big {
  font-size: 9rem;
  line-height: 8rem;
  font-weight: 700;
  letter-spacing: 4px;
  max-width: 100%;
  padding-bottom: 0;
  -webkit-transform: translateY(2rem);
      -ms-transform: translateY(2rem);
          transform: translateY(2rem);
}
@media (min-width: 768px) and (max-width: 991px) {
  .headerimg__title h1.title--big {
    font-size: 7.5rem;
    line-height: 7.5rem;
    letter-spacing: 0px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .headerimg__title h1.title--big {
    font-size: 4rem;
    line-height: 4rem;
    letter-spacing: 0px;
    -webkit-transform: translateY(4rem);
        -ms-transform: translateY(4rem);
            transform: translateY(4rem);
    max-width: calc(100vw - 40px);
    margin: 0;
    width: 100%;
  }
}
.headerimg__title h1.title--medium {
  font-size: 6rem;
  line-height: 7rem;
  font-weight: 700;
  letter-spacing: 2px;
  max-width: 960px;
  padding-bottom: 0;
  -webkit-transform: translateY(1.45rem);
      -ms-transform: translateY(1.45rem);
          transform: translateY(1.45rem);
}
@media (min-width: 768px) and (max-width: 991px) {
  .headerimg__title h1.title--medium {
    font-size: 5rem;
    line-height: 5rem;
    padding-top: 30px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .headerimg__title h1.title--medium {
    font-size: 3rem;
    line-height: 4rem;
    -webkit-transform: translateY(4rem);
        -ms-transform: translateY(4rem);
            transform: translateY(4rem);
    max-width: calc(100vw - 40px);
    margin: 0;
    width: 100%;
    overflow: hidden;
  }
}

.bc-title--breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 20px 0;
}
.bc-title--breadcrumbs a, .bc-title--breadcrumbs p {
  color: #C82B39;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
}
.bc-title--breadcrumbs .divider {
  padding: 0 10px;
}
.bc-title--breadcrumbs .alias {
  font-weight: 600;
}

.intro__container h2 {
  text-align: left;
}
@media (min-width: 320px) and (max-width: 767px) {
  .intro__container .button {
    margin-top: 30px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .intro__element__txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.intro__element__txt--long {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.intro__element__txt--long.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}

button.button--arrow--rot.readmore {
  margin: 20px 0;
}
.ft-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ft-nav a.nav-link {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}
@media (min-width: 320px) and (max-width: 767px) {
  .ft-nav a.nav-link {
    width: calc(100% - 20px);
    font-size: 16px;
    padding: 20px 0;
    text-align: center;
  }
}
.ft-nav a.nav-link:first-child {
  padding-left: 0;
}
.ft-nav a.nav-link:last-child {
  padding-right: 0;
}
.ft-nav a.nav-link span {
  border-bottom: 2px solid #04305C;
  display: block;
  padding-bottom: 10px;
}
.ft-nav a.nav-link.active {
  font-weight: 600;
}
.ft-nav a.nav-link.active span {
  border-bottom: 4px solid #04305C;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) and (max-width: 991px) {
  .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.col-one, .col-two, .col-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.333% - 40px);
          flex: 0 1 calc(33.333% - 40px);
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-one, .col-two, .col-three {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 40px);
            flex: 0 1 calc(50% - 40px);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .col-one, .col-two, .col-three {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding: 10px 0;
  }
}
.col-one .features-techdata--icon, .col-two .features-techdata--icon, .col-three .features-techdata--icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}
.col-one .features-techdata--icon .features-techdata--icon--bgimg, .col-two .features-techdata--icon .features-techdata--icon--bgimg, .col-three .features-techdata--icon .features-techdata--icon--bgimg {
  width: 90%;
  height: 90%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 320px) and (max-width: 767px) {
  .col-one .features-techdata--icon .features-techdata--icon--bgimg, .col-two .features-techdata--icon .features-techdata--icon--bgimg, .col-three .features-techdata--icon .features-techdata--icon--bgimg {
    background-position: top center;
  }
}
.col-one .features-techdata--icon .features-techdata--icon--bgimg.saison, .col-two .features-techdata--icon .features-techdata--icon--bgimg.saison, .col-three .features-techdata--icon .features-techdata--icon--bgimg.saison {
  width: 75%;
  height: 75%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .col-one .features-techdata--icon .features-techdata--icon--bgimg.saison, .col-two .features-techdata--icon .features-techdata--icon--bgimg.saison, .col-three .features-techdata--icon .features-techdata--icon--bgimg.saison {
    width: 90%;
    height: 90%;
  }
}
.col-one .features-techdata--txt, .col-two .features-techdata--txt, .col-three .features-techdata--txt {
  width: 80%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .col-one .features-techdata--txt, .col-two .features-techdata--txt, .col-three .features-techdata--txt {
    width: 100%;
  }
  .col-one .features-techdata--txt p, .col-two .features-techdata--txt p, .col-three .features-techdata--txt p {
    text-align: left;
  }
}

.features-techdata--footer {
  padding: 20px 0;
  font-size: 0.9rem;
  line-height: 1rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .features-techdata--footer {
    padding-bottom: 0;
  }
}

.attraktion__gallery--element img {
  margin: 30px;
  width: calc(33.33% - 30px);
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/*********************************************************************/
/* Bootstrap 4 Multiple Item Carousel */
/*********************************************************************/
/* medium - display 2  */
.parkbanner__bgimg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 480px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .parkbanner__bgimg {
    height: 270px;
    background-size: cover;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .parkbanner__bgimg {
    background-size: cover;
    height: 240px;
  }
}

.parkbanner__element {
  position: relative;
}
.parkbanner__element h1 {
  padding-bottom: 20px;
}

.features-techdata__container .tab-pane {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (min-width: 320px) and (max-width: 767px) {
  .features-techdata__container .tab-pane {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .features-techdata__container .tab-pane p {
    text-align: left;
  }
}
.features-techdata__container .tab-pane.active {
  display: -ms-grid;
  display: grid;
}
.features-techdata__container .tab-pane .feature {
  margin-top: 30px;
  margin-bottom: 30px;
}
.features-techdata__container .tab-pane .feature.has--icon {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
}
.features-techdata__container .tab-pane .feature img {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  width: 60px;
  margin-right: 20px;
  margin-left: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  max-height: 60px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .features-techdata__container .tab-pane .feature img {
    width: 30px;
    max-height: 30px;
    margin-right: 30px;
    margin-left: 10px;
  }
}

.glide__arrow {
  position: absolute;
  top: 50%;
  -webkit-appearance: none;
  border: none;
  content: "";
  width: 60px;
  height: 100px;
  padding: 20px;
  margin-top: -50px;
}
.glide__arrow:hover {
  opacity: 0.5;
}

.glide__arrow--left {
  left: -40px;
  background: url("../../files/Connyland/theme/img/icon--prev--dark.svg") center center no-repeat;
  background-size: auto 65px;
}

.glide__arrow--right {
  right: -40px;
  background: url("../../files/Connyland/theme/img/icon--next--dark.svg") center center no-repeat;
  background-size: auto 65px;
}

.bc__container {
  padding: 20px;
  padding-top: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .bc__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .bc__container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bc__container ul li {
  display: inline-block;
}
.bc__container ul li a, .bc__container ul li strong, .bc__container ul li span {
  font-size: 0.95rem;
  line-height: 0.95rem;
  color: #C82B39;
  font-weight: 500;
}
@media (min-width: 320px) and (max-width: 767px) {
  .bc__container ul li a, .bc__container ul li strong, .bc__container ul li span {
    line-height: 1.5rem;
  }
}
.bc__container ul li strong {
  font-weight: 700;
}
.bc__container ul li a:after {
  content: ">";
  padding-left: 8px;
  padding-right: 5px;
}
.bc__container ul li.first {
  display: none;
}

.oeffnungszeiten__lippi {
  position: relative;
  padding: 30px 0 !important;
}
.oeffnungszeiten__lippi .opened {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  text-transform: uppercase;
}
.oeffnungszeiten__lippi p, .oeffnungszeiten__lippi strong, .oeffnungszeiten__lippi li {
  color: #ffffff;
}
.oeffnungszeiten__lippi img {
  position: absolute;
  top: -200px;
  right: 0;
  height: 620px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) and (max-width: 991px) {
  .oeffnungszeiten__lippi img {
    height: 400px;
    top: inherit;
    position: relative;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .oeffnungszeiten__lippi img {
    position: relative;
    height: 300px;
    top: inherit;
  }
}

html body #wrapper .grid--container-element.eintrittspreise__personen--title, html body #wrapper .grid--container-element.eintrittspreise__personen--prizetitle {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 4px solid #04305C;
}
@media (min-width: 320px) and (max-width: 767px) {
  html body #wrapper .grid--container-element.eintrittspreise__personen--title, html body #wrapper .grid--container-element.eintrittspreise__personen--prizetitle {
    padding: 0;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }
}

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

.eintrittspreise__personen--prizetitle {
  text-align: right;
}

html body #wrapper .grid--container-element.eintrittspreise__row {
  border-bottom: 2px solid #04305C;
}
@media (min-width: 320px) and (max-width: 767px) {
  html body #wrapper .grid--container-element.eintrittspreise__row {
    padding-left: 0;
    padding-right: 0;
  }
}
html body #wrapper .grid--container-element.eintrittspreise__row .title, html body #wrapper .grid--container-element.eintrittspreise__row .title--prize, html body #wrapper .grid--container-element.eintrittspreise__row .title--prize--second {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}
@media (min-width: 320px) and (max-width: 767px) {
  html body #wrapper .grid--container-element.eintrittspreise__row .title, html body #wrapper .grid--container-element.eintrittspreise__row .title--prize, html body #wrapper .grid--container-element.eintrittspreise__row .title--prize--second {
    font-size: 14px;
    line-height: 19px;
    text-align: left;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  html body #wrapper .grid--container-element.eintrittspreise__row .title--prize, html body #wrapper .grid--container-element.eintrittspreise__row .title--prize--second {
    width: 100%;
    text-align: right;
  }
}
html body #wrapper .grid--container-element.eintrittspreise__row .desc {
  padding-top: 10px;
  font-size: 1rem;
  line-height: 1.5rem;
  max-width: 80%;
}
@media (min-width: 768px) and (max-width: 991px) {
  html body #wrapper .grid--container-element.eintrittspreise__row .desc {
    max-width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  html body #wrapper .grid--container-element.eintrittspreise__row .desc {
    width: 100%;
    font-size: 14px;
    line-height: 19px;
    max-width: 100%;
    text-align: left;
  }
}
html body #wrapper .grid--container-element.eintrittspreise__row .desc--prize {
  font-size: 1rem;
  line-height: 1.5rem;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 767px) {
  html body #wrapper .grid--container-element.eintrittspreise__row .desc--prize {
    width: 100%;
    text-align: right;
    font-size: 14px;
    line-height: 19px;
  }
}
html body #wrapper .grid--container-element.eintrittspreise__row .desc--prize--second {
  font-size: 1rem;
  line-height: 1.5rem;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 767px) {
  html body #wrapper .grid--container-element.eintrittspreise__row .desc--prize--second {
    width: 100%;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    text-align: right;
    font-size: 14px;
    line-height: 19px;
  }
}
html body #wrapper .grid--container-element.eintrittspreise__row .more {
  display: inline-block;
  margin-top: 20px;
  color: #04305C;
  font-size: 1rem;
  font-weight: 800;
}
html body #wrapper .grid--container-element.eintrittspreise__row .more:before {
  content: "";
  background: url("../../files/Connyland/theme/img/arrow--right--darkblue.svg") center bottom no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  html body #wrapper .grid--container-element.eintrittspreise__row .more {
    width: 100%;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    text-align: left;
    font-size: 14px;
    line-height: 19px;
  }
}

.mod_saisoncalendar {
  cursor: -webkit-grab;
  cursor: grab;
  padding: 0px;
  max-width: calc(100vw - ((100vw / 12) * 2) - 40px);
  margin: 0 auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod_saisoncalendar {
    max-width: 100vw;
  }
}
.mod_saisoncalendar .glide__arrow--left {
  left: -60px;
  -webkit-transform: translateY(24px);
      -ms-transform: translateY(24px);
          transform: translateY(24px);
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod_saisoncalendar .glide__arrow--left {
    top: 0;
    left: 0;
  }
}
.mod_saisoncalendar .glide__arrow--right {
  right: -60px;
  -webkit-transform: translateY(24px);
      -ms-transform: translateY(24px);
          transform: translateY(24px);
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod_saisoncalendar .glide__arrow--right {
    top: 0;
    right: 0;
  }
}
.mod_saisoncalendar .legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: 34px;
  color: #04305C;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mod_saisoncalendar .legend {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mod_saisoncalendar .legend {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod_saisoncalendar .legend {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod_saisoncalendar .legend .right {
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
    text-align: center;
  }
}
.mod_saisoncalendar .legend .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod_saisoncalendar .legend .left {
    font-size: 13px;
  }
}
.mod_saisoncalendar .legend .left span {
  display: inline-block;
}
.mod_saisoncalendar .legend .left span.circle--white {
  width: 48px;
  height: 48px;
  background: #ffffff;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod_saisoncalendar .legend .left span.circle--white {
    height: 32px;
    width: 32px;
  }
}
.mod_saisoncalendar .legend .left span.closed {
  width: 48px;
  height: 48px;
  background: #C82B39;
  border-radius: 50%;
  position: relative;
  vertical-align: middle;
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
  margin-left: 60px;
  font-weight: bold;
  margin-right: 10px;
  color: #ffffff;
  z-index: 10;
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod_saisoncalendar .legend .left span.closed {
    font-size: 13px;
  }
}

.jsCalendar {
  position: relative;
  padding: 4px;
  padding-top: 48px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .jsCalendar {
    padding-top: 72px;
  }
}
.jsCalendar * {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
.jsCalendar.current table {
  -webkit-box-shadow: -1px 1px 0px 5px #04305C;
          box-shadow: -1px 1px 0px 5px #04305C;
}
.jsCalendar.current table thead .jsCalendar-title-row .jsCalendar-title-name {
  font-weight: 900;
}
.jsCalendar table {
  border-collapse: collapse;
  border: 1px solid #04305C;
  color: #04305C;
  font-family: Tahoma, Geneva, sans-serif;
  position: relative;
  width: 100%;
}
.jsCalendar table tr {
  line-height: 0;
  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-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jsCalendar table td, .jsCalendar table th {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 64px;
}
.jsCalendar table .out {
  opacity: 0;
}
.jsCalendar table .closed {
  color: #ffffff;
}
.jsCalendar table .closed:before {
  content: "";
  width: 48px;
  height: 48px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -24px;
  z-index: -1;
  background: #C82B39;
}
@media (min-width: 320px) and (max-width: 767px) {
  .jsCalendar table .closed:before {
    height: 32px;
    width: 32px;
    top: 17px;
    margin-left: -16px;
  }
}
.jsCalendar table .open:before {
  content: "";
  width: 48px;
  height: 48px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -24px;
  z-index: -1;
  background: #ffffff;
}
@media (min-width: 320px) and (max-width: 767px) {
  .jsCalendar table .open:before {
    height: 32px;
    width: 32px;
    top: 17px;
    margin-left: -16px;
  }
}
.jsCalendar table thead {
  display: block;
  margin: 4px 4px 0 4px;
}
.jsCalendar table thead .jsCalendar-title-row {
  position: absolute;
  top: -48px;
  left: 0;
  right: 0;
  text-align: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .jsCalendar table thead .jsCalendar-title-row {
    top: -72px;
  }
}
.jsCalendar table thead .jsCalendar-title-row .jsCalendar-title {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  float: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
.jsCalendar table thead .jsCalendar-title-row .jsCalendar-title-name {
  width: 100%;
  cursor: default;
  font-size: 30px;
  font-weight: lighter;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: uppercase;
  font-weight: 400;
}
.jsCalendar table thead .jsCalendar-week-days th {
  line-height: 64px;
  margin: 6px;
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  background: none;
  text-align: center;
  text-transform: uppercase;
}
.jsCalendar table tbody tr {
  border-top: 1px solid #04305C;
}
.jsCalendar table tbody td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 24px;
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  line-height: 52px;
  padding-top: 8px;
  text-align: center;
  -webkit-transition: color 0.1s, background-color 0.2s;
  -o-transition: color 0.1s, background-color 0.2s;
  transition: color 0.1s, background-color 0.2s;
}
.jsCalendar table tbody td.jsCalendar-previous, .jsCalendar table tbody td.jsCalendar-next {
  opacity: 0;
}

.contao-cookiebar {
  top: auto;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  overflow: visible;
  max-height: 100vh;
  overflow-y: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 500000;
}
.contao-cookiebar::before {
  display: none;
}
.contao-cookiebar.cc-active {
  overflow-y: scroll;
}
.contao-cookiebar .cc-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100vw;
  max-height: 100vh;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  border-radius: 0;
  border: 5px solid #000000;
  padding: 0;
  overflow: visible;
}
@media (min-width: 320px) and (max-width: 767px) {
  .contao-cookiebar .cc-inner {
    overflow: scroll;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.contao-cookiebar .cc-inner #cookiebar-desc {
  font-size: 12px;
  padding: 10px;
  line-height: 16px;
}
.contao-cookiebar .cc-inner #cookiebar-desc a {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
}
.contao-cookiebar .cc-inner .cc-info {
  display: none;
}
.contao-cookiebar .cc-inner .cc-btn {
  border: none;
  background: none;
  border-radius: 0;
  white-space: nowrap;
  margin: 0;
}
.contao-cookiebar .cc-inner .cc-btn:hover {
  opacity: 0.8;
}
.contao-cookiebar .cc-inner .cc-btn.success {
  background: #000000;
}
.contao-cookiebar .cc-inner .cc-groups {
  -ms-grid-column-span: 4;
  grid-column: span 4;
  padding: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .contao-cookiebar .cc-inner .cc-groups {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
.contao-cookiebar .cc-inner .cc-groups .cc-group {
  border-radius: 0;
  border-color: #000000;
}
.contao-cookiebar .cc-inner .cc-groups .cc-btn {
  background: #000000;
  color: #ffffff;
}

#Banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(20, 137, 197, 0.8);
}
@supports ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {
  #Banner {
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    background: rgba(20, 137, 197, 0.3);
  }
}
#Banner .close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  padding: 20px;
  cursor: pointer;
  color: #04305C;
}
#Banner .close:hover {
  color: #1489C5;
}
#Banner .button {
  display: inline-block;
  color: #ffffff;
}
#Banner .button:hover {
  background: rgba(4, 48, 92, 0.8);
}
#Banner .inner {
  position: relative;
  max-width: 500px;
  background: #F6BB3D;
  padding: 20px;
  overflow-y: scroll;
  max-height: -webkit-fill-available;
}
#Banner .inner .logo {
  margin: 0 auto;
  margin-bottom: 30px;
}
#Banner .inner p, #Banner .inner li {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  line-height: 1.8em;
  color: #04305C;
}
#Banner .inner ul li {
  position: relative;
  padding-left: 20px;
}
#Banner .inner ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #04305C;
  position: absolute;
  display: block;
  left: 5px;
  top: 10px;
}
#Banner .countdown {
  font-size: 40px;
  margin-bottom: 20px;
}
#Banner .countdown .timer {
  margin: 20px auto;
  max-width: 300px;
}
#Banner .countdown .timer > * {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  text-align: center;
}
#Banner .countdown .timer > * > span {
  line-height: 1em;
}
#Banner .countdown .timer .legend {
  font-size: 12px;
}
#Banner .countdown p {
  text-align: center;
}

#mc_embed_signup {
  margin-top: 40px;
  position: relative;
}
#mc_embed_signup #mc_embed_signup_scroll {
  position: relative;
}
#mc_embed_signup .mc-field-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#mc_embed_signup .mc-field-group input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#mc_embed_signup .mc-field-group input.email {
  color: #C82B39;
  font-size: 20px;
  font-weight: 700;
  outline: none;
  width: 250px;
  padding: 20px 0px 20px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #mc_embed_signup .mc-field-group input.email {
    padding: 10px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #mc_embed_signup .mc-field-group input.email {
    padding: 10px;
    font-size: 16px;
  }
}
#mc_embed_signup .mc-field-group input.submit {
  display: block;
  background: #C82B39 url("../../files/Connyland/theme/img/senden.svg") center center no-repeat;
  background-size: 80% auto;
  width: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 320px) and (max-width: 767px) {
  #mc_embed_signup .mc-field-group input.submit {
    background-size: 26px auto;
  }
}
#mc_embed_signup .mc-field-group div.mce_inline_error {
  position: absolute;
  left: 0;
  height: 20px;
  top: -40px;
  margin: 0;
  padding: 10px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  background: #F6BB3D;
}
#mc_embed_signup .gdprRequired {
  margin-top: 15px;
}
#mc_embed_signup .gdprRequired input {
  vertical-align: middle;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 1px solid #ffffff;
}
#mc_embed_signup .gdprRequired input:checked {
  background: #ffffff;
  -webkit-box-shadow: inset 0px 0px 0px 2px #1489C5;
          box-shadow: inset 0px 0px 0px 2px #1489C5;
}
@media (min-width: 320px) and (max-width: 767px) {
  #mc_embed_signup .gdprRequired span {
    font-size: 14px;
  }
}
#mc_embed_signup .content__gdprLegal {
  margin-top: 30px;
}
#mc_embed_signup .content__gdprLegal p, #mc_embed_signup .content__gdprLegal a {
  font-size: 10px;
  line-height: 16px;
}
#mc_embed_signup .clear {
  height: auto;
  font-size: 14px;
  line-height: 18px;
}
#mc_embed_signup #mce-error-response {
  background: #F6BB3D;
  color: #04305C;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  line-height: 20px;
  padding: 10px;
  margin-top: 10px;
  font-weight: 400;
}
#mc_embed_signup #mce-error-response a {
  color: #04305C;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
}
#mc_embed_signup #mce-success-response {
  background: #00A2AA;
  color: #ffffff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  padding: 10px;
  margin-top: 10px;
  font-weight: 400;
}

.ce_parkplan {
  position: relative;
  max-width: 100vw;
  height: auto;
  overflow-y: hidden;
}
.ce_parkplan .overlay {
  width: 100%;
  min-width: 1280px;
  min-height: 100%;
  display: block;
  position: absolute;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ce_parkplan .overlay {
    overflow: hidden;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .ce_parkplan .overlay {
    overflow: hidden;
  }
}
.ce_parkplan > img {
  width: 100%;
  min-width: 1280px;
  height: auto;
  pointer-events: none;
}
.ce_parkplan .pin {
  position: absolute;
  width: 64px;
  height: 64px;
  background: #F6BB3D url("../../files/Connyland/theme/img/attraction.svg") center center no-repeat;
  border-radius: 50%;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
  z-index: 10;
  margin-left: -32px;
  margin-top: -32px;
}
.ce_parkplan .pin.active {
  z-index: 120;
}
.ce_parkplan .pin:hover {
  border: 2px solid #04305C;
  cursor: pointer;
}
.ce_parkplan .pin.papagei {
  background: #1489C5 url("../../files/Connyland/theme/img/parrot.svg") center center no-repeat;
  background-size: 34px;
}
.ce_parkplan .pin.papagei + .tooltip {
  background: #1489C5;
}
.ce_parkplan .pin.papagei + .tooltip * {
  color: #ffffff;
}
.ce_parkplan .pin.gastro {
  background: #C82B39 url("../../files/Connyland/theme/img/cutlery.svg") center center no-repeat;
  background-size: auto 36px;
}
.ce_parkplan .pin.gastro + .tooltip {
  background: #C82B39;
}
.ce_parkplan .pin.gastro + .tooltip * {
  color: #ffffff;
}
.ce_parkplan .pin.show {
  background: #1489C5 url("../../files/Connyland/theme/img/show.svg") center center no-repeat;
}
.ce_parkplan .pin.show + .tooltip {
  background: #1489C5;
}
.ce_parkplan .pin.show + .tooltip * {
  color: #ffffff;
}
.ce_parkplan .pin.righthandle + .tooltip {
  -webkit-transform: translateX(-80%);
      -ms-transform: translateX(-80%);
          transform: translateX(-80%);
}
.ce_parkplan .tooltip {
  display: none;
  position: absolute;
  max-width: 500px;
  background: #F6BB3D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  border-radius: 20px;
  z-index: 100;
  margin: 20px;
  -webkit-transform: translate(-20px, -20px);
      -ms-transform: translate(-20px, -20px);
          transform: translate(-20px, -20px);
  -webkit-box-shadow: 2px 3px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 3px 20px 0px rgba(0, 0, 0, 0.3);
  text-align: left;
}
@media (min-width: 320px) and (max-width: 767px) {
  .ce_parkplan .tooltip {
    padding: 20px;
    min-width: 220px;
    max-width: 400px;
    -webkit-transform: translate(-10px, -10px);
        -ms-transform: translate(-10px, -10px);
            transform: translate(-10px, -10px);
  }
}
.ce_parkplan .tooltip .close {
  position: absolute;
  padding: 20px;
  right: 0;
  top: 0;
  font-size: 20px;
  color: #04305C;
  cursor: pointer;
}
.ce_parkplan .tooltip .close:hover {
  opacity: 0.8;
}
@media (min-width: 320px) and (max-width: 767px) {
  .ce_parkplan .tooltip p {
    text-align: left;
    font-size: 14px;
    line-height: 19px;
  }
}
.ce_parkplan .tooltip strong {
  display: inline-block;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 767px) {
  .ce_parkplan .tooltip strong {
    margin-top: 20px;
  }
}
.ce_parkplan .tooltip .facts {
  margin-top: 10px;
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: auto 10px auto;
  grid-template-columns: auto auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  .ce_parkplan .tooltip .facts {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.ce_parkplan .tooltip h3 {
  padding-bottom: 0;
  padding-right: 40px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .ce_parkplan .tooltip h3 {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 24px;
  }
}
.ce_parkplan .tooltip .subtitle {
  font-size: 22px;
  margin-bottom: 0px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .ce_parkplan .tooltip .subtitle {
    font-size: 16px;
  }
}
.ce_parkplan .tooltip.active {
  display: block;
}

.ce_table {
  width: 100%;
  margin-bottom: 20px;
}
.ce_table table {
  width: 100%;
  max-width: 650px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 1.175rem;
  line-height: 2rem;
}
.ce_table table tr th {
  font-weight: 600;
  text-align: left;
}
.ce_table.default th {
  min-width: 70px;
}

.preistabelle td.col_last {
  white-space: nowrap;
}

#webcam {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(20, 137, 197, 0.8);
  z-index: 2000;
}
@supports ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {
  #webcam {
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    background: rgba(20, 137, 197, 0.3);
  }
}
#webcam .close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  padding: 20px;
  font-size: 40px;
  cursor: pointer;
}
#webcam .close:hover {
  opacity: 0.7;
}
#webcam .inside {
  width: 100%;
  height: 100%;
}
#webcam #TwitchPlayer {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80vw;
  max-height: 90vh;
  padding-top: 45.1%;
  border: 5px solid #ffffff;
  background-color: none;
}
#webcam #TwitchPlayer iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#webcam.active {
  display: block;
}

.header__webcam--gross {
  z-index: 10;
  cursor: pointer;
}
@media (min-width: 320px) and (max-width: 767px) {
  .header__webcam--gross.pb-50 {
    padding-bottom: 20px !important;
  }
}

.header__webcam--klein {
  cursor: pointer;
}

.mod_article .ce_text.image_float_left, .mod_article .ce_text.image_float_right {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 0 50%;
  grid-template-columns: 50% 50%;
  grid-gap: 0;
  width: 100%;
  max-width: 100vw;
  overflow: visible;
  margin-bottom: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 991px) {
  .mod_article .ce_text.image_float_left, .mod_article .ce_text.image_float_right {
    display: block;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod_article .ce_text.image_float_left, .mod_article .ce_text.image_float_right {
    display: block;
  }
}
.mod_article .ce_text.image_float_left figure, .mod_article .ce_text.image_float_right figure {
  width: 50vw;
  float: none;
  -ms-grid-column-align: end;
      justify-self: end;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mod_article .ce_text.image_float_left figure, .mod_article .ce_text.image_float_right figure {
    height: 100%;
  }
  .mod_article .ce_text.image_float_left figure img, .mod_article .ce_text.image_float_right figure img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mod_article .ce_text.image_float_left figure, .mod_article .ce_text.image_float_right figure {
    width: 100vw;
    margin: -20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod_article .ce_text.image_float_left figure, .mod_article .ce_text.image_float_right figure {
    width: 100vw;
    margin: -20px;
    margin-bottom: 20px;
  }
}
.mod_article .ce_text.image_float_left figure img, .mod_article .ce_text.image_float_right figure img {
  width: 100%;
}
.mod_article .ce_text.image_float_left .content, .mod_article .ce_text.image_float_right .content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-left: 60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mod_article .ce_text.image_float_left .content, .mod_article .ce_text.image_float_right .content {
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mod_article .ce_text.image_float_left .content, .mod_article .ce_text.image_float_right .content {
    padding: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod_article .ce_text.image_float_left .content, .mod_article .ce_text.image_float_right .content {
    padding: 0;
  }
}
.mod_article .ce_text.image_float_right figure {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-column-align: start;
      justify-self: start;
}
.mod_article .ce_text.image_float_right .content {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  padding-left: 0;
  padding-right: 60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mod_article .ce_text.image_float_right .content {
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mod_article .ce_text.image_float_right .content {
    padding: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod_article .ce_text.image_float_right .content {
    padding: 0;
  }
}

.mod_newsarchive .layout_latest {
  margin-bottom: 80px;
}
.mod_newsarchive .layout_latest figure.float_left {
  margin-right: 40px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod_newsarchive .layout_latest figure.float_left {
    margin-right: 0;
    width: 100%;
  }
}
.mod_newsarchive .layout_latest figure.float_left img {
  width: 100%;
  margin-bottom: 30px;
}
.mod_newsarchive .layout_latest h2 a {
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 800;
  padding-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .mod_newsarchive .layout_latest h2 a {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod_newsarchive .layout_latest h2 a {
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.5px;
    max-width: calc(100vw - 40px);
    margin: 0 auto;
  }
}
.mod_newsarchive .layout_latest .more a {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  padding: 6px 30px;
  color: #ffffff;
  border-radius: 100px;
  background: #04305C;
  border: none;
}
.mod_newsarchive .layout_latest .more a:hover {
  background: #1489C5;
}

.mod_newsreader .back a {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  padding: 6px 30px;
  color: #ffffff;
  border-radius: 100px;
  background: #04305C;
  border: none;
}
.mod_newsreader .back a:hover {
  background: #1489C5;
}

.header__meganav {
  position: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  z-index: 10;
  background-color: #ffffff;
}

.header__meganav__logo img {
  height: 85px;
  width: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  margin: 20px;
}
.header__meganav__logo.scrolled img {
  height: 45px;
  margin: 10px 20px;
}

.header__nav, .header__nav--main, .nav--level1, .nav--level1 ul, .nav--level1 ul li, .nav--level1 ul li a, .nav--level1 ul li strong {
  height: 100%;
}

.header__nav--main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.header__nav--main ul li a, .header__nav--main ul li strong {
  padding: 0px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 500;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.header__nav--main ul li a:hover, .header__nav--main ul li strong:hover {
  color: #1489C5;
}
.header__nav--main ul li.active strong {
  font-weight: 700;
  color: #1489C5;
}

.header__nav--mega--container {
  position: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: 125px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.header__nav--mega--container.scrolled {
  margin-top: 65px;
}
.header__nav--mega--container.show {
  opacity: 1;
  visibility: visible;
}

.header__nav--mega .highlights__container, .header__nav--mega .attraktionen__container, .header__nav--mega .shows__container, .header__nav--mega .gastro__container, .header__nav--mega .parkinfo__container {
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.header__nav--mega .highlights__container.active ul li a, .header__nav--mega .highlights__container.active ul li strong, .header__nav--mega .attraktionen__container.active ul li a, .header__nav--mega .attraktionen__container.active ul li strong, .header__nav--mega .shows__container.active ul li a, .header__nav--mega .shows__container.active ul li strong, .header__nav--mega .gastro__container.active ul li a, .header__nav--mega .gastro__container.active ul li strong, .header__nav--mega .parkinfo__container.active ul li a, .header__nav--mega .parkinfo__container.active ul li strong {
  color: #ffffff;
}
.header__nav--mega .highlights__container.active ul li.first a, .header__nav--mega .highlights__container.active ul li.first strong, .header__nav--mega .attraktionen__container.active ul li.first a, .header__nav--mega .attraktionen__container.active ul li.first strong, .header__nav--mega .shows__container.active ul li.first a, .header__nav--mega .shows__container.active ul li.first strong, .header__nav--mega .gastro__container.active ul li.first a, .header__nav--mega .gastro__container.active ul li.first strong, .header__nav--mega .parkinfo__container.active ul li.first a, .header__nav--mega .parkinfo__container.active ul li.first strong {
  border-bottom: 2px solid #ffffff;
}
.header__nav--mega ul li a, .header__nav--mega ul li strong {
  font-size: 1rem;
  line-height: 2rem;
  display: block;
  color: #555555;
  padding-left: 30px;
}
.header__nav--mega ul li a:hover, .header__nav--mega ul li strong:hover {
  color: #1489C5;
}
.header__nav--mega ul li.first a, .header__nav--mega ul li.first strong {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 500;
  width: 100%;
  border-bottom: 2px solid #555555;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.header__nav--mega ul li.first a:hover, .header__nav--mega ul li.first strong:hover {
  border-bottom: 2px solid #1489C5;
}

.nav--parkinformationen .faq {
  margin-top: 40px;
}

.img__container {
  position: relative;
}
.img__container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 4;
}

.gutschein__container {
  padding-left: 60px !important;
}

.gutschein--headtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
}

.gutschein--headtitle--img {
  height: 45px;
  width: 45px;
  margin-right: 10px;
}

.gutschein--headtitle--title {
  font-size: 1rem;
  line-height: 1.75rem;
}

.gutschein--title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  padding-bottom: 30px;
  max-width: 70%;
}

.meganav {
  font-size: 1rem;
}

.contact__content-box {
  padding-left: 30px;
  height: 100%;
  position: relative;
}
.contact__content-box::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -40px;
  background-color: #555555;
}

.contact__logo {
  height: 45px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact__adress {
  padding-top: 20px;
}
.contact__adress p, .contact__adress a {
  font-size: 1rem;
  line-height: 1.75rem;
}
.contact__adress a:hover {
  color: #1489C5;
}

.contact__socialmedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px;
}
.contact__socialmedia img {
  width: 25px;
  height: 25px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact__socialmedia p {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 600;
  padding-right: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.contact__socialmedia a {
  padding: 0 10px;
}

#headerbild {
  margin-top: 100px;
  background: #F6BB3D;
}
@media (min-width: 768px) and (max-width: 991px) {
  #headerbild {
    margin-top: 100px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #headerbild {
    margin-top: 65px;
  }
}
#headerbild .mod_article {
  max-width: 100vw;
  overflow: visible;
}

.header__main {
  position: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  z-index: 2000;
  background: #f6bb3d;
  top: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header__main.active {
    background: rgba(255, 255, 255, 0.95);
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .header__main.active .header__main__logo {
    height: 10vh;
  }
  .header__main.active .header__main__logo.scrolled {
    height: 6.5vh;
  }
  .header__main.active .header__main__nav__container {
    height: 90vh;
  }
  .header__main.active .header__main__nav__container.scrolled {
    height: 93.5vh;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .header__main.grid--container {
    -ms-grid-rows: 80px auto;
    grid-template-rows: 80px auto;
  }
  .header__main.active {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100vh;
  }
}

.header__main__logo img {
  height: 65px;
  width: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  margin: 20px;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header__main__logo img {
    height: 60px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .header__main__logo img {
    height: 45px;
    margin: 10px 20px;
  }
}
.header__main__logo.scrolled img {
  height: 45px;
  margin: 10px 20px;
}

.mmenu__container {
  cursor: pointer;
}
.mmenu__container .mmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50px;
}
.mmenu__container .mmenu span {
  background: #04305C;
  height: 3px;
  margin: 5px 0;
  -webkit-transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  -o-transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.mmenu__container .mmenu span:nth-of-type(1), .mmenu__container .mmenu span:nth-of-type(2), .mmenu__container .mmenu span:nth-of-type(3) {
  width: 100%;
}
.mmenu__container .mmenu.active span:nth-of-type(1) {
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotatez(45deg) translate(10px, 8px);
      -ms-transform: rotate(45deg) translate(10px, 8px);
          transform: rotatez(45deg) translate(10px, 8px);
}
.mmenu__container .mmenu.active span:nth-of-type(2) {
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transform: rotatez(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotatez(-45deg);
}
.mmenu__container .mmenu.active span:nth-of-type(3) {
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  width: 0%;
  -webkit-transform: translate(21px, -6px) rotatez(45deg);
      -ms-transform: translate(21px, -6px) rotate(45deg);
          transform: translate(21px, -6px) rotatez(45deg);
}

.header__main__nav__container {
  display: block;
}
@media (max-width: 992px) {
  .header__main__nav__container {
    display: none;
    width: 100%;
  }
  .header__main__nav__container.active {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header__main__nav.mobile {
    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: nowrap;
        flex-wrap: nowrap;
  }
  .header__main__nav.mobile .mobile-menu__container, .header__main__nav.mobile .nav--main--mobile--additional {
    width: 50%;
  }
}
.header__main__nav ul.level_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  padding-right: 60px;
}
@media (max-width: 992px) {
  .header__main__nav ul.level_1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 20px;
    padding-right: 0;
  }
}
.header__main__nav ul.level_1 > li.submenu > a {
  cursor: default;
}
@media (max-width: 992px) {
  .header__main__nav ul.level_1 li {
    width: 100%;
  }
}
.header__main__nav ul.level_1 li:hover {
  background: #ffffff;
}
.header__main__nav ul.level_1 li a, .header__main__nav ul.level_1 li strong {
  padding: 40px 30px;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 500;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  display: block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header__main__nav ul.level_1 li a, .header__main__nav ul.level_1 li strong {
    padding: 50px 15px;
  }
}
@media (max-width: 992px) {
  .header__main__nav ul.level_1 li a, .header__main__nav ul.level_1 li strong {
    padding: 20px 0;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0;
    border-bottom: 2px solid #04305C;
    -webkit-transition: 0s ease;
    -o-transition: 0s ease;
    transition: 0s ease;
    position: relative;
  }
  .header__main__nav ul.level_1 li a.submenu::after, .header__main__nav ul.level_1 li strong.submenu::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background-image: url("../../files/Connyland/theme/img/arrow--down--sw.svg");
    background-repeat: no-repeat;
    width: 29px;
    height: 9px;
  }
}
.header__main__nav ul.level_1 li a:hover, .header__main__nav ul.level_1 li a.active, .header__main__nav ul.level_1 li a.trail, .header__main__nav ul.level_1 li strong:hover, .header__main__nav ul.level_1 li strong.active, .header__main__nav ul.level_1 li strong.trail {
  color: #1489C5;
}
.header__main__nav ul.level_1 li a:hover span, .header__main__nav ul.level_1 li a:hover strong, .header__main__nav ul.level_1 li a.active span, .header__main__nav ul.level_1 li a.active strong, .header__main__nav ul.level_1 li a.trail span, .header__main__nav ul.level_1 li a.trail strong, .header__main__nav ul.level_1 li strong:hover span, .header__main__nav ul.level_1 li strong:hover strong, .header__main__nav ul.level_1 li strong.active span, .header__main__nav ul.level_1 li strong.active strong, .header__main__nav ul.level_1 li strong.trail span, .header__main__nav ul.level_1 li strong.trail strong {
  padding-bottom: 10px;
}
@media (max-width: 992px) {
  .header__main__nav ul.level_1 li a:hover span, .header__main__nav ul.level_1 li a:hover strong, .header__main__nav ul.level_1 li a.active span, .header__main__nav ul.level_1 li a.active strong, .header__main__nav ul.level_1 li a.trail span, .header__main__nav ul.level_1 li a.trail strong, .header__main__nav ul.level_1 li strong:hover span, .header__main__nav ul.level_1 li strong:hover strong, .header__main__nav ul.level_1 li strong.active span, .header__main__nav ul.level_1 li strong.active strong, .header__main__nav ul.level_1 li strong.trail span, .header__main__nav ul.level_1 li strong.trail strong {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.header__main__nav ul.level_1 li:hover > ul.level_2 {
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  opacity: 1;
  visibility: visible;
  z-index: 10000;
  pointer-events: all;
}
@media (max-width: 992px) {
  .header__main__nav ul.level_1 li:hover > ul.level_2 {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0s ease-out;
    -o-transition: 0s ease-out;
    transition: 0s ease-out;
  }
}
@media (max-width: 992px) {
  .header__main__nav ul.level_1 li.active {
    background-color: #F2F2F2;
    padding-bottom: 10px;
  }
  .header__main__nav ul.level_1 li.active a.submenu::after, .header__main__nav ul.level_1 li.active strong.submenu::after {
    content: "";
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
  }
  .header__main__nav ul.level_1 li.active ul.level_2 {
    opacity: 1;
    visibility: visible;
    height: inherit;
    padding-bottom: 16px;
  }
}
.header__main__nav.scrolled ul.level_1 li a, .header__main__nav.scrolled ul.level_1 li strong {
  padding: 25px 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header__main__nav.scrolled ul.level_1 li a, .header__main__nav.scrolled ul.level_1 li strong {
    padding: 20px 30px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .header__main__nav.scrolled ul.level_1 li a, .header__main__nav.scrolled ul.level_1 li strong {
    padding: 20px;
    padding-left: 0;
  }
}
.header__main__nav.scrolled ul.level_2 {
  top: 100%;
}
@media (max-width: 992px) {
  .header__main__nav.scrolled ul.level_2 {
    top: 0;
  }
}
.header__main__nav.scrolled ul.level_2 li a, .header__main__nav.scrolled ul.level_2 li strong {
  padding: 10px 30px;
}
@media (max-width: 992px) {
  .header__main__nav.scrolled ul.level_2 li a, .header__main__nav.scrolled ul.level_2 li strong {
    padding: 20px;
  }
}
.header__main__nav.scrolled ul.level_2 li a.last, .header__main__nav.scrolled ul.level_2 li strong.last {
  padding-bottom: 20px;
}
.header__main__nav ul.level_1 li.last ul.level_2 {
  right: 0;
}
.header__main__nav ul.level_2 {
  position: absolute;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  padding-top: 16px;
  padding-bottom: 16px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .header__main__nav ul.level_2 {
    background-color: transparent;
    position: relative;
    top: 0;
    height: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .header__main__nav ul.level_2 li {
    width: 100%;
  }
}
.header__main__nav ul.level_2 li a, .header__main__nav ul.level_2 li strong {
  padding: 10px 30px;
  display: inline-block;
  font-size: 1.075rem;
  line-height: 1.25rem;
  font-weight: 400;
}
@media (max-width: 992px) {
  .header__main__nav ul.level_2 li a, .header__main__nav ul.level_2 li strong {
    padding: 20px 20px;
    border-bottom: 1px solid #04305C;
    margin-bottom: 0;
    display: block;
  }
  .header__main__nav ul.level_2 li a::after, .header__main__nav ul.level_2 li strong::after {
    content: "";
    display: none;
  }
  .header__main__nav ul.level_2 li a.ueberblick, .header__main__nav ul.level_2 li strong.ueberblick {
    text-transform: uppercase;
    font-weight: 600;
    color: #1489C5;
  }
}
.header__main__nav ul.level_2 li a:hover span, .header__main__nav ul.level_2 li a.active span, .header__main__nav ul.level_2 li a.trail span, .header__main__nav ul.level_2 li strong:hover span, .header__main__nav ul.level_2 li strong.active span, .header__main__nav ul.level_2 li strong.trail span {
  padding-bottom: 0;
  border-bottom: 0px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .nav--mobile--footer1 ul.level_1 li a, .nav--mobile--footer1 ul.level_1 li strong, .nav--mobile--footer2 ul.level_1 li a, .nav--mobile--footer2 ul.level_1 li strong {
    font-size: 1rem;
    line-height: 1.5rem;
    border-bottom: 0;
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 40px;
    font-weight: 600;
  }

  .nav--main--mobile--adress p {
    text-align: center;
  }

  .nav--main--mobile--additional {
    margin-top: 15px;
    margin-left: 80px;
  }
  .nav--main--mobile--additional .nav--main--mobile--adress a {
    font-weight: 600;
  }
  .nav--main--mobile--additional .nav--main--mobile--sm {
    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: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 20px;
  }
  .nav--main--mobile--additional .nav--main--mobile--sm img {
    height: 44px;
    width: 44px;
    margin: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .nav--mobile--footer1 ul.level_1, .nav--mobile--footer2 ul.level_1 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 0;
  }
  .nav--mobile--footer1 ul.level_1 li, .nav--mobile--footer2 ul.level_1 li {
    width: inherit;
  }
  .nav--mobile--footer1 ul.level_1 li a, .nav--mobile--footer1 ul.level_1 li strong, .nav--mobile--footer2 ul.level_1 li a, .nav--mobile--footer2 ul.level_1 li strong {
    font-size: 1rem;
    line-height: 1.5rem;
    border-bottom: 0;
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    padding: 15px;
    font-weight: 600;
  }
  .nav--mobile--footer1 ul.level_1 li a.first, .nav--mobile--footer1 ul.level_1 li strong.first, .nav--mobile--footer2 ul.level_1 li a.first, .nav--mobile--footer2 ul.level_1 li strong.first {
    padding-left: 20px;
  }
  .nav--mobile--footer1 ul.level_1 li a.last, .nav--mobile--footer1 ul.level_1 li strong.last, .nav--mobile--footer2 ul.level_1 li a.last, .nav--mobile--footer2 ul.level_1 li strong.last {
    padding-right: 20px;
  }
  .nav--mobile--footer1:not(.nav--mobile--footer1) ul.level_1, .nav--mobile--footer2:not(.nav--mobile--footer1) ul.level_1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .header__main__nav.mobile.scrolled .nav--mobile--footer1 ul.level_1 li a, .header__main__nav.mobile.scrolled .nav--mobile--footer1 ul.level_1 li strong {
    padding: 15px;
  }

  .nav--main--mobile--adress {
    padding-top: 20px;
  }
  .nav--main--mobile--adress p, .nav--main--mobile--adress a {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
  }
  .nav--main--mobile--adress a {
    font-weight: 600;
  }

  .nav--main--mobile--sm {
    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: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px;
    padding-bottom: 130px;
  }
  .nav--main--mobile--sm img {
    height: 44px;
    width: 44px;
    margin: 15px;
  }
}
.header__img img {
  height: auto;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header__img img {
    height: auto;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .header__img img {
    height: auto;
  }
}

.header__webcam--gross img {
  z-index: -1;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header__webcam--gross img {
    padding-bottom: 50px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .header__webcam--gross img {
    width: 140px;
    padding-bottom: 36px;
  }
}

.header__webcam--klein {
  position: relative;
}
.header__webcam--klein img {
  position: fixed;
  bottom: 15%;
  right: 0;
  width: 130px;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: 15;
}
.header__webcam--klein.active img {
  opacity: 1;
}

.mod_article {
  padding: 60px 0;
  display: block;
  max-width: calc(100vw - ((100vw / 12) * 2) - 40px);
  margin: 0 auto;
  overflow: visible;
}
.mod_article .ce_text {
  max-width: 1000px;
}
.mod_article .ce_text.fullwidth {
  max-width: 100vw;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mod_article {
    max-width: calc(100vw - 40px);
    padding: 50px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mod_article {
    max-width: calc(100vw - 40px);
    padding: 50px 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod_article {
    max-width: calc(100vw - 40px);
    padding: 25px 0;
  }
}
.mod_article.fullwidth {
  max-width: 100vw;
  overflow: hidden;
}
.mod_article.nopadding {
  padding: 0;
}

.grid--container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 20px;
}

.grid--container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid--container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.grid--container > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid--container > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.grid--container > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.grid--container > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
}

.grid--container > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.grid--container > *:nth-child(8) {
  -ms-grid-row: 1;
  -ms-grid-column: 8;
}

.grid--container > *:nth-child(9) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

.grid--container > *:nth-child(10) {
  -ms-grid-row: 1;
  -ms-grid-column: 10;
}

.grid--container > *:nth-child(11) {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}

.grid--container > *:nth-child(12) {
  -ms-grid-row: 1;
  -ms-grid-column: 12;
}
.grid--container.nopadding {
  padding: 0;
}
.grid--container.conny-rot {
  background-color: #C82B39;
}
.grid--container.conny-gelb {
  background-color: #F6BB3D;
}
.grid--container.conny-blau {
  background-color: #1489C5;
}
.grid--container.white {
  background-color: #ffffff;
}
.grid--container.black {
  background-color: #04305C;
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid--container {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .grid--container {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 320px) {
  .grid--container {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
  .grid--container.nopadding--xl {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .grid--container.nopadding--l {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid--container.nopadding--m {
    padding: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .grid--container.nopadding--s {
    padding: 0;
  }
}

.grid--container-element {
  padding: 20px;
}
.grid--container-element.nopadding {
  padding: 0;
}
.grid--container-element.conny-rot {
  background-color: #C82B39;
}
.grid--container-element.conny-gelb {
  background-color: #F6BB3D;
}
.grid--container-element.conny-blau {
  background-color: #1489C5;
}
.grid--container-element.white {
  background-color: #ffffff;
}
.grid--container-element.black {
  background-color: #04305C;
}
@media (min-width: 1200px) {
  .grid--container-element.nopadding--xl {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .grid--container-element.nopadding--l {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid--container-element.nopadding--m {
    padding: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .grid--container-element.nopadding--s {
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .hide--xl {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hide--l {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hide--m {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hide--s {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  footer .footer--container {
    padding: 0;
  }
}
footer p, footer a, footer strong, footer span {
  color: #ffffff;
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 400;
}
footer p.title, footer p.title--footer, footer a.title, footer a.title--footer, footer strong.title, footer strong.title--footer, footer span.title, footer span.title--footer {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 700;
  padding-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
footer li.impressum {
  margin-top: 40px;
  margin-bottom: 10px;
}
footer li.presse {
  margin-top: 35px;
}
@media (min-width: 320px) and (max-width: 767px) {
  footer .nav__footer--attraktionen li, footer .nav__footer--ueber-den-park li {
    text-align: left;
  }
}

.footer__contact--img {
  padding-top: 70px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer__contact--img {
    padding-top: 40px;
  }
}
.footer__contact--img img {
  width: 160px;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer__contact--img img {
    margin: 0 auto;
  }
}

.footer__nl__box--headtitle {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 400;
  padding-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer__nl__box--title {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 600;
  padding-bottom: 40px;
}

.footer__nl__box--text {
  padding-bottom: 30px;
}

.footer__nl__box--email-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.footer__nl__box--email-input .footer__nl__box--email-input--text {
  padding: 20px;
  background-color: #ffffff;
  color: #C82B39;
  width: 75%;
}
.footer__nl__box--email-input button {
  width: 25%;
  background-color: #C82B39;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
}

.footer__nl__box--sm p {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 700;
  padding-right: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer__nl__box--sm div.links {
  margin-top: 20px;
  margin-left: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__nl__box--sm div.links a {
  padding: 0 10px;
}

.scrolltotop__container img {
  width: 60px;
  height: 60px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}
@media (min-width: 320px) and (max-width: 767px) {
  .scrolltotop__container img {
    margin: 0 auto;
  }
}

html {
  width: 100%;
  height: 100%;
}
html body {
  width: 100%;
  height: 100%;
  background-color: #F6BB3D;
}
html body.scrolled {
  background-color: #1489C5;
}
html body #wrapper #main {
  background-color: #F6BB3D;
  margin-top: 100px;
}
html body #wrapper #main.has--header {
  margin-top: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  html body #wrapper #main.has--header .mod_article:first-child {
    padding-top: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html body #wrapper #main {
    margin-top: 100px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  html body #wrapper #main {
    margin-top: 80px;
  }
}
html body #AttraktionenTeaser {
  position: relative;
  background: #F6BB3D;
}
html body #wrapper {
  width: 100%;
  height: 100%;
}
html body #wrapper.mmenu--active {
  overflow: hidden;
}
/* COLOR DEFINITIONS */
/* SETTINGS */
/* BREAKPOINTS */
.mt-0 {
  margin-top: 0px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.pt-0 {
  padding-top: 0px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.mt-1 {
  margin-top: 1px !important; }

.mb-1 {
  margin-bottom: 1px !important; }

.pt-1 {
  padding-top: 1px !important; }

.pb-1 {
  padding-bottom: 1px !important; }

.mt-2 {
  margin-top: 2px !important; }

.mb-2 {
  margin-bottom: 2px !important; }

.pt-2 {
  padding-top: 2px !important; }

.pb-2 {
  padding-bottom: 2px !important; }

.mt-3 {
  margin-top: 3px !important; }

.mb-3 {
  margin-bottom: 3px !important; }

.pt-3 {
  padding-top: 3px !important; }

.pb-3 {
  padding-bottom: 3px !important; }

.mt-4 {
  margin-top: 4px !important; }

.mb-4 {
  margin-bottom: 4px !important; }

.pt-4 {
  padding-top: 4px !important; }

.pb-4 {
  padding-bottom: 4px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.pt-5 {
  padding-top: 5px !important; }

.pb-5 {
  padding-bottom: 5px !important; }

.mt-6 {
  margin-top: 6px !important; }

.mb-6 {
  margin-bottom: 6px !important; }

.pt-6 {
  padding-top: 6px !important; }

.pb-6 {
  padding-bottom: 6px !important; }

.mt-7 {
  margin-top: 7px !important; }

.mb-7 {
  margin-bottom: 7px !important; }

.pt-7 {
  padding-top: 7px !important; }

.pb-7 {
  padding-bottom: 7px !important; }

.mt-8 {
  margin-top: 8px !important; }

.mb-8 {
  margin-bottom: 8px !important; }

.pt-8 {
  padding-top: 8px !important; }

.pb-8 {
  padding-bottom: 8px !important; }

.mt-9 {
  margin-top: 9px !important; }

.mb-9 {
  margin-bottom: 9px !important; }

.pt-9 {
  padding-top: 9px !important; }

.pb-9 {
  padding-bottom: 9px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.mt-11 {
  margin-top: 11px !important; }

.mb-11 {
  margin-bottom: 11px !important; }

.pt-11 {
  padding-top: 11px !important; }

.pb-11 {
  padding-bottom: 11px !important; }

.mt-12 {
  margin-top: 12px !important; }

.mb-12 {
  margin-bottom: 12px !important; }

.pt-12 {
  padding-top: 12px !important; }

.pb-12 {
  padding-bottom: 12px !important; }

.mt-13 {
  margin-top: 13px !important; }

.mb-13 {
  margin-bottom: 13px !important; }

.pt-13 {
  padding-top: 13px !important; }

.pb-13 {
  padding-bottom: 13px !important; }

.mt-14 {
  margin-top: 14px !important; }

.mb-14 {
  margin-bottom: 14px !important; }

.pt-14 {
  padding-top: 14px !important; }

.pb-14 {
  padding-bottom: 14px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.mt-16 {
  margin-top: 16px !important; }

.mb-16 {
  margin-bottom: 16px !important; }

.pt-16 {
  padding-top: 16px !important; }

.pb-16 {
  padding-bottom: 16px !important; }

.mt-17 {
  margin-top: 17px !important; }

.mb-17 {
  margin-bottom: 17px !important; }

.pt-17 {
  padding-top: 17px !important; }

.pb-17 {
  padding-bottom: 17px !important; }

.mt-18 {
  margin-top: 18px !important; }

.mb-18 {
  margin-bottom: 18px !important; }

.pt-18 {
  padding-top: 18px !important; }

.pb-18 {
  padding-bottom: 18px !important; }

.mt-19 {
  margin-top: 19px !important; }

.mb-19 {
  margin-bottom: 19px !important; }

.pt-19 {
  padding-top: 19px !important; }

.pb-19 {
  padding-bottom: 19px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.mt-21 {
  margin-top: 21px !important; }

.mb-21 {
  margin-bottom: 21px !important; }

.pt-21 {
  padding-top: 21px !important; }

.pb-21 {
  padding-bottom: 21px !important; }

.mt-22 {
  margin-top: 22px !important; }

.mb-22 {
  margin-bottom: 22px !important; }

.pt-22 {
  padding-top: 22px !important; }

.pb-22 {
  padding-bottom: 22px !important; }

.mt-23 {
  margin-top: 23px !important; }

.mb-23 {
  margin-bottom: 23px !important; }

.pt-23 {
  padding-top: 23px !important; }

.pb-23 {
  padding-bottom: 23px !important; }

.mt-24 {
  margin-top: 24px !important; }

.mb-24 {
  margin-bottom: 24px !important; }

.pt-24 {
  padding-top: 24px !important; }

.pb-24 {
  padding-bottom: 24px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.pt-25 {
  padding-top: 25px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.mt-26 {
  margin-top: 26px !important; }

.mb-26 {
  margin-bottom: 26px !important; }

.pt-26 {
  padding-top: 26px !important; }

.pb-26 {
  padding-bottom: 26px !important; }

.mt-27 {
  margin-top: 27px !important; }

.mb-27 {
  margin-bottom: 27px !important; }

.pt-27 {
  padding-top: 27px !important; }

.pb-27 {
  padding-bottom: 27px !important; }

.mt-28 {
  margin-top: 28px !important; }

.mb-28 {
  margin-bottom: 28px !important; }

.pt-28 {
  padding-top: 28px !important; }

.pb-28 {
  padding-bottom: 28px !important; }

.mt-29 {
  margin-top: 29px !important; }

.mb-29 {
  margin-bottom: 29px !important; }

.pt-29 {
  padding-top: 29px !important; }

.pb-29 {
  padding-bottom: 29px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.mt-31 {
  margin-top: 31px !important; }

.mb-31 {
  margin-bottom: 31px !important; }

.pt-31 {
  padding-top: 31px !important; }

.pb-31 {
  padding-bottom: 31px !important; }

.mt-32 {
  margin-top: 32px !important; }

.mb-32 {
  margin-bottom: 32px !important; }

.pt-32 {
  padding-top: 32px !important; }

.pb-32 {
  padding-bottom: 32px !important; }

.mt-33 {
  margin-top: 33px !important; }

.mb-33 {
  margin-bottom: 33px !important; }

.pt-33 {
  padding-top: 33px !important; }

.pb-33 {
  padding-bottom: 33px !important; }

.mt-34 {
  margin-top: 34px !important; }

.mb-34 {
  margin-bottom: 34px !important; }

.pt-34 {
  padding-top: 34px !important; }

.pb-34 {
  padding-bottom: 34px !important; }

.mt-35 {
  margin-top: 35px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.pt-35 {
  padding-top: 35px !important; }

.pb-35 {
  padding-bottom: 35px !important; }

.mt-36 {
  margin-top: 36px !important; }

.mb-36 {
  margin-bottom: 36px !important; }

.pt-36 {
  padding-top: 36px !important; }

.pb-36 {
  padding-bottom: 36px !important; }

.mt-37 {
  margin-top: 37px !important; }

.mb-37 {
  margin-bottom: 37px !important; }

.pt-37 {
  padding-top: 37px !important; }

.pb-37 {
  padding-bottom: 37px !important; }

.mt-38 {
  margin-top: 38px !important; }

.mb-38 {
  margin-bottom: 38px !important; }

.pt-38 {
  padding-top: 38px !important; }

.pb-38 {
  padding-bottom: 38px !important; }

.mt-39 {
  margin-top: 39px !important; }

.mb-39 {
  margin-bottom: 39px !important; }

.pt-39 {
  padding-top: 39px !important; }

.pb-39 {
  padding-bottom: 39px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.mt-41 {
  margin-top: 41px !important; }

.mb-41 {
  margin-bottom: 41px !important; }

.pt-41 {
  padding-top: 41px !important; }

.pb-41 {
  padding-bottom: 41px !important; }

.mt-42 {
  margin-top: 42px !important; }

.mb-42 {
  margin-bottom: 42px !important; }

.pt-42 {
  padding-top: 42px !important; }

.pb-42 {
  padding-bottom: 42px !important; }

.mt-43 {
  margin-top: 43px !important; }

.mb-43 {
  margin-bottom: 43px !important; }

.pt-43 {
  padding-top: 43px !important; }

.pb-43 {
  padding-bottom: 43px !important; }

.mt-44 {
  margin-top: 44px !important; }

.mb-44 {
  margin-bottom: 44px !important; }

.pt-44 {
  padding-top: 44px !important; }

.pb-44 {
  padding-bottom: 44px !important; }

.mt-45 {
  margin-top: 45px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.pt-45 {
  padding-top: 45px !important; }

.pb-45 {
  padding-bottom: 45px !important; }

.mt-46 {
  margin-top: 46px !important; }

.mb-46 {
  margin-bottom: 46px !important; }

.pt-46 {
  padding-top: 46px !important; }

.pb-46 {
  padding-bottom: 46px !important; }

.mt-47 {
  margin-top: 47px !important; }

.mb-47 {
  margin-bottom: 47px !important; }

.pt-47 {
  padding-top: 47px !important; }

.pb-47 {
  padding-bottom: 47px !important; }

.mt-48 {
  margin-top: 48px !important; }

.mb-48 {
  margin-bottom: 48px !important; }

.pt-48 {
  padding-top: 48px !important; }

.pb-48 {
  padding-bottom: 48px !important; }

.mt-49 {
  margin-top: 49px !important; }

.mb-49 {
  margin-bottom: 49px !important; }

.pt-49 {
  padding-top: 49px !important; }

.pb-49 {
  padding-bottom: 49px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.mt-51 {
  margin-top: 51px !important; }

.mb-51 {
  margin-bottom: 51px !important; }

.pt-51 {
  padding-top: 51px !important; }

.pb-51 {
  padding-bottom: 51px !important; }

.mt-52 {
  margin-top: 52px !important; }

.mb-52 {
  margin-bottom: 52px !important; }

.pt-52 {
  padding-top: 52px !important; }

.pb-52 {
  padding-bottom: 52px !important; }

.mt-53 {
  margin-top: 53px !important; }

.mb-53 {
  margin-bottom: 53px !important; }

.pt-53 {
  padding-top: 53px !important; }

.pb-53 {
  padding-bottom: 53px !important; }

.mt-54 {
  margin-top: 54px !important; }

.mb-54 {
  margin-bottom: 54px !important; }

.pt-54 {
  padding-top: 54px !important; }

.pb-54 {
  padding-bottom: 54px !important; }

.mt-55 {
  margin-top: 55px !important; }

.mb-55 {
  margin-bottom: 55px !important; }

.pt-55 {
  padding-top: 55px !important; }

.pb-55 {
  padding-bottom: 55px !important; }

.mt-56 {
  margin-top: 56px !important; }

.mb-56 {
  margin-bottom: 56px !important; }

.pt-56 {
  padding-top: 56px !important; }

.pb-56 {
  padding-bottom: 56px !important; }

.mt-57 {
  margin-top: 57px !important; }

.mb-57 {
  margin-bottom: 57px !important; }

.pt-57 {
  padding-top: 57px !important; }

.pb-57 {
  padding-bottom: 57px !important; }

.mt-58 {
  margin-top: 58px !important; }

.mb-58 {
  margin-bottom: 58px !important; }

.pt-58 {
  padding-top: 58px !important; }

.pb-58 {
  padding-bottom: 58px !important; }

.mt-59 {
  margin-top: 59px !important; }

.mb-59 {
  margin-bottom: 59px !important; }

.pt-59 {
  padding-top: 59px !important; }

.pb-59 {
  padding-bottom: 59px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.mt-61 {
  margin-top: 61px !important; }

.mb-61 {
  margin-bottom: 61px !important; }

.pt-61 {
  padding-top: 61px !important; }

.pb-61 {
  padding-bottom: 61px !important; }

.mt-62 {
  margin-top: 62px !important; }

.mb-62 {
  margin-bottom: 62px !important; }

.pt-62 {
  padding-top: 62px !important; }

.pb-62 {
  padding-bottom: 62px !important; }

.mt-63 {
  margin-top: 63px !important; }

.mb-63 {
  margin-bottom: 63px !important; }

.pt-63 {
  padding-top: 63px !important; }

.pb-63 {
  padding-bottom: 63px !important; }

.mt-64 {
  margin-top: 64px !important; }

.mb-64 {
  margin-bottom: 64px !important; }

.pt-64 {
  padding-top: 64px !important; }

.pb-64 {
  padding-bottom: 64px !important; }

.mt-65 {
  margin-top: 65px !important; }

.mb-65 {
  margin-bottom: 65px !important; }

.pt-65 {
  padding-top: 65px !important; }

.pb-65 {
  padding-bottom: 65px !important; }

.mt-66 {
  margin-top: 66px !important; }

.mb-66 {
  margin-bottom: 66px !important; }

.pt-66 {
  padding-top: 66px !important; }

.pb-66 {
  padding-bottom: 66px !important; }

.mt-67 {
  margin-top: 67px !important; }

.mb-67 {
  margin-bottom: 67px !important; }

.pt-67 {
  padding-top: 67px !important; }

.pb-67 {
  padding-bottom: 67px !important; }

.mt-68 {
  margin-top: 68px !important; }

.mb-68 {
  margin-bottom: 68px !important; }

.pt-68 {
  padding-top: 68px !important; }

.pb-68 {
  padding-bottom: 68px !important; }

.mt-69 {
  margin-top: 69px !important; }

.mb-69 {
  margin-bottom: 69px !important; }

.pt-69 {
  padding-top: 69px !important; }

.pb-69 {
  padding-bottom: 69px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.mt-71 {
  margin-top: 71px !important; }

.mb-71 {
  margin-bottom: 71px !important; }

.pt-71 {
  padding-top: 71px !important; }

.pb-71 {
  padding-bottom: 71px !important; }

.mt-72 {
  margin-top: 72px !important; }

.mb-72 {
  margin-bottom: 72px !important; }

.pt-72 {
  padding-top: 72px !important; }

.pb-72 {
  padding-bottom: 72px !important; }

.mt-73 {
  margin-top: 73px !important; }

.mb-73 {
  margin-bottom: 73px !important; }

.pt-73 {
  padding-top: 73px !important; }

.pb-73 {
  padding-bottom: 73px !important; }

.mt-74 {
  margin-top: 74px !important; }

.mb-74 {
  margin-bottom: 74px !important; }

.pt-74 {
  padding-top: 74px !important; }

.pb-74 {
  padding-bottom: 74px !important; }

.mt-75 {
  margin-top: 75px !important; }

.mb-75 {
  margin-bottom: 75px !important; }

.pt-75 {
  padding-top: 75px !important; }

.pb-75 {
  padding-bottom: 75px !important; }

.mt-76 {
  margin-top: 76px !important; }

.mb-76 {
  margin-bottom: 76px !important; }

.pt-76 {
  padding-top: 76px !important; }

.pb-76 {
  padding-bottom: 76px !important; }

.mt-77 {
  margin-top: 77px !important; }

.mb-77 {
  margin-bottom: 77px !important; }

.pt-77 {
  padding-top: 77px !important; }

.pb-77 {
  padding-bottom: 77px !important; }

.mt-78 {
  margin-top: 78px !important; }

.mb-78 {
  margin-bottom: 78px !important; }

.pt-78 {
  padding-top: 78px !important; }

.pb-78 {
  padding-bottom: 78px !important; }

.mt-79 {
  margin-top: 79px !important; }

.mb-79 {
  margin-bottom: 79px !important; }

.pt-79 {
  padding-top: 79px !important; }

.pb-79 {
  padding-bottom: 79px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.mt-81 {
  margin-top: 81px !important; }

.mb-81 {
  margin-bottom: 81px !important; }

.pt-81 {
  padding-top: 81px !important; }

.pb-81 {
  padding-bottom: 81px !important; }

.mt-82 {
  margin-top: 82px !important; }

.mb-82 {
  margin-bottom: 82px !important; }

.pt-82 {
  padding-top: 82px !important; }

.pb-82 {
  padding-bottom: 82px !important; }

.mt-83 {
  margin-top: 83px !important; }

.mb-83 {
  margin-bottom: 83px !important; }

.pt-83 {
  padding-top: 83px !important; }

.pb-83 {
  padding-bottom: 83px !important; }

.mt-84 {
  margin-top: 84px !important; }

.mb-84 {
  margin-bottom: 84px !important; }

.pt-84 {
  padding-top: 84px !important; }

.pb-84 {
  padding-bottom: 84px !important; }

.mt-85 {
  margin-top: 85px !important; }

.mb-85 {
  margin-bottom: 85px !important; }

.pt-85 {
  padding-top: 85px !important; }

.pb-85 {
  padding-bottom: 85px !important; }

.mt-86 {
  margin-top: 86px !important; }

.mb-86 {
  margin-bottom: 86px !important; }

.pt-86 {
  padding-top: 86px !important; }

.pb-86 {
  padding-bottom: 86px !important; }

.mt-87 {
  margin-top: 87px !important; }

.mb-87 {
  margin-bottom: 87px !important; }

.pt-87 {
  padding-top: 87px !important; }

.pb-87 {
  padding-bottom: 87px !important; }

.mt-88 {
  margin-top: 88px !important; }

.mb-88 {
  margin-bottom: 88px !important; }

.pt-88 {
  padding-top: 88px !important; }

.pb-88 {
  padding-bottom: 88px !important; }

.mt-89 {
  margin-top: 89px !important; }

.mb-89 {
  margin-bottom: 89px !important; }

.pt-89 {
  padding-top: 89px !important; }

.pb-89 {
  padding-bottom: 89px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.mt-91 {
  margin-top: 91px !important; }

.mb-91 {
  margin-bottom: 91px !important; }

.pt-91 {
  padding-top: 91px !important; }

.pb-91 {
  padding-bottom: 91px !important; }

.mt-92 {
  margin-top: 92px !important; }

.mb-92 {
  margin-bottom: 92px !important; }

.pt-92 {
  padding-top: 92px !important; }

.pb-92 {
  padding-bottom: 92px !important; }

.mt-93 {
  margin-top: 93px !important; }

.mb-93 {
  margin-bottom: 93px !important; }

.pt-93 {
  padding-top: 93px !important; }

.pb-93 {
  padding-bottom: 93px !important; }

.mt-94 {
  margin-top: 94px !important; }

.mb-94 {
  margin-bottom: 94px !important; }

.pt-94 {
  padding-top: 94px !important; }

.pb-94 {
  padding-bottom: 94px !important; }

.mt-95 {
  margin-top: 95px !important; }

.mb-95 {
  margin-bottom: 95px !important; }

.pt-95 {
  padding-top: 95px !important; }

.pb-95 {
  padding-bottom: 95px !important; }

.mt-96 {
  margin-top: 96px !important; }

.mb-96 {
  margin-bottom: 96px !important; }

.pt-96 {
  padding-top: 96px !important; }

.pb-96 {
  padding-bottom: 96px !important; }

.mt-97 {
  margin-top: 97px !important; }

.mb-97 {
  margin-bottom: 97px !important; }

.pt-97 {
  padding-top: 97px !important; }

.pb-97 {
  padding-bottom: 97px !important; }

.mt-98 {
  margin-top: 98px !important; }

.mb-98 {
  margin-bottom: 98px !important; }

.pt-98 {
  padding-top: 98px !important; }

.pb-98 {
  padding-bottom: 98px !important; }

.mt-99 {
  margin-top: 99px !important; }

.mb-99 {
  margin-bottom: 99px !important; }

.pt-99 {
  padding-top: 99px !important; }

.pb-99 {
  padding-bottom: 99px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.mt-101 {
  margin-top: 101px !important; }

.mb-101 {
  margin-bottom: 101px !important; }

.pt-101 {
  padding-top: 101px !important; }

.pb-101 {
  padding-bottom: 101px !important; }

.mt-102 {
  margin-top: 102px !important; }

.mb-102 {
  margin-bottom: 102px !important; }

.pt-102 {
  padding-top: 102px !important; }

.pb-102 {
  padding-bottom: 102px !important; }

.mt-103 {
  margin-top: 103px !important; }

.mb-103 {
  margin-bottom: 103px !important; }

.pt-103 {
  padding-top: 103px !important; }

.pb-103 {
  padding-bottom: 103px !important; }

.mt-104 {
  margin-top: 104px !important; }

.mb-104 {
  margin-bottom: 104px !important; }

.pt-104 {
  padding-top: 104px !important; }

.pb-104 {
  padding-bottom: 104px !important; }

.mt-105 {
  margin-top: 105px !important; }

.mb-105 {
  margin-bottom: 105px !important; }

.pt-105 {
  padding-top: 105px !important; }

.pb-105 {
  padding-bottom: 105px !important; }

.mt-106 {
  margin-top: 106px !important; }

.mb-106 {
  margin-bottom: 106px !important; }

.pt-106 {
  padding-top: 106px !important; }

.pb-106 {
  padding-bottom: 106px !important; }

.mt-107 {
  margin-top: 107px !important; }

.mb-107 {
  margin-bottom: 107px !important; }

.pt-107 {
  padding-top: 107px !important; }

.pb-107 {
  padding-bottom: 107px !important; }

.mt-108 {
  margin-top: 108px !important; }

.mb-108 {
  margin-bottom: 108px !important; }

.pt-108 {
  padding-top: 108px !important; }

.pb-108 {
  padding-bottom: 108px !important; }

.mt-109 {
  margin-top: 109px !important; }

.mb-109 {
  margin-bottom: 109px !important; }

.pt-109 {
  padding-top: 109px !important; }

.pb-109 {
  padding-bottom: 109px !important; }

.mt-110 {
  margin-top: 110px !important; }

.mb-110 {
  margin-bottom: 110px !important; }

.pt-110 {
  padding-top: 110px !important; }

.pb-110 {
  padding-bottom: 110px !important; }

.mt-111 {
  margin-top: 111px !important; }

.mb-111 {
  margin-bottom: 111px !important; }

.pt-111 {
  padding-top: 111px !important; }

.pb-111 {
  padding-bottom: 111px !important; }

.mt-112 {
  margin-top: 112px !important; }

.mb-112 {
  margin-bottom: 112px !important; }

.pt-112 {
  padding-top: 112px !important; }

.pb-112 {
  padding-bottom: 112px !important; }

.mt-113 {
  margin-top: 113px !important; }

.mb-113 {
  margin-bottom: 113px !important; }

.pt-113 {
  padding-top: 113px !important; }

.pb-113 {
  padding-bottom: 113px !important; }

.mt-114 {
  margin-top: 114px !important; }

.mb-114 {
  margin-bottom: 114px !important; }

.pt-114 {
  padding-top: 114px !important; }

.pb-114 {
  padding-bottom: 114px !important; }

.mt-115 {
  margin-top: 115px !important; }

.mb-115 {
  margin-bottom: 115px !important; }

.pt-115 {
  padding-top: 115px !important; }

.pb-115 {
  padding-bottom: 115px !important; }

.mt-116 {
  margin-top: 116px !important; }

.mb-116 {
  margin-bottom: 116px !important; }

.pt-116 {
  padding-top: 116px !important; }

.pb-116 {
  padding-bottom: 116px !important; }

.mt-117 {
  margin-top: 117px !important; }

.mb-117 {
  margin-bottom: 117px !important; }

.pt-117 {
  padding-top: 117px !important; }

.pb-117 {
  padding-bottom: 117px !important; }

.mt-118 {
  margin-top: 118px !important; }

.mb-118 {
  margin-bottom: 118px !important; }

.pt-118 {
  padding-top: 118px !important; }

.pb-118 {
  padding-bottom: 118px !important; }

.mt-119 {
  margin-top: 119px !important; }

.mb-119 {
  margin-bottom: 119px !important; }

.pt-119 {
  padding-top: 119px !important; }

.pb-119 {
  padding-bottom: 119px !important; }

.mt-120 {
  margin-top: 120px !important; }

.mb-120 {
  margin-bottom: 120px !important; }

.pt-120 {
  padding-top: 120px !important; }

.pb-120 {
  padding-bottom: 120px !important; }

.mt-121 {
  margin-top: 121px !important; }

.mb-121 {
  margin-bottom: 121px !important; }

.pt-121 {
  padding-top: 121px !important; }

.pb-121 {
  padding-bottom: 121px !important; }

.mt-122 {
  margin-top: 122px !important; }

.mb-122 {
  margin-bottom: 122px !important; }

.pt-122 {
  padding-top: 122px !important; }

.pb-122 {
  padding-bottom: 122px !important; }

.mt-123 {
  margin-top: 123px !important; }

.mb-123 {
  margin-bottom: 123px !important; }

.pt-123 {
  padding-top: 123px !important; }

.pb-123 {
  padding-bottom: 123px !important; }

.mt-124 {
  margin-top: 124px !important; }

.mb-124 {
  margin-bottom: 124px !important; }

.pt-124 {
  padding-top: 124px !important; }

.pb-124 {
  padding-bottom: 124px !important; }

.mt-125 {
  margin-top: 125px !important; }

.mb-125 {
  margin-bottom: 125px !important; }

.pt-125 {
  padding-top: 125px !important; }

.pb-125 {
  padding-bottom: 125px !important; }

.mt-126 {
  margin-top: 126px !important; }

.mb-126 {
  margin-bottom: 126px !important; }

.pt-126 {
  padding-top: 126px !important; }

.pb-126 {
  padding-bottom: 126px !important; }

.mt-127 {
  margin-top: 127px !important; }

.mb-127 {
  margin-bottom: 127px !important; }

.pt-127 {
  padding-top: 127px !important; }

.pb-127 {
  padding-bottom: 127px !important; }

.mt-128 {
  margin-top: 128px !important; }

.mb-128 {
  margin-bottom: 128px !important; }

.pt-128 {
  padding-top: 128px !important; }

.pb-128 {
  padding-bottom: 128px !important; }

.mt-129 {
  margin-top: 129px !important; }

.mb-129 {
  margin-bottom: 129px !important; }

.pt-129 {
  padding-top: 129px !important; }

.pb-129 {
  padding-bottom: 129px !important; }

.mt-130 {
  margin-top: 130px !important; }

.mb-130 {
  margin-bottom: 130px !important; }

.pt-130 {
  padding-top: 130px !important; }

.pb-130 {
  padding-bottom: 130px !important; }

.mt-131 {
  margin-top: 131px !important; }

.mb-131 {
  margin-bottom: 131px !important; }

.pt-131 {
  padding-top: 131px !important; }

.pb-131 {
  padding-bottom: 131px !important; }

.mt-132 {
  margin-top: 132px !important; }

.mb-132 {
  margin-bottom: 132px !important; }

.pt-132 {
  padding-top: 132px !important; }

.pb-132 {
  padding-bottom: 132px !important; }

.mt-133 {
  margin-top: 133px !important; }

.mb-133 {
  margin-bottom: 133px !important; }

.pt-133 {
  padding-top: 133px !important; }

.pb-133 {
  padding-bottom: 133px !important; }

.mt-134 {
  margin-top: 134px !important; }

.mb-134 {
  margin-bottom: 134px !important; }

.pt-134 {
  padding-top: 134px !important; }

.pb-134 {
  padding-bottom: 134px !important; }

.mt-135 {
  margin-top: 135px !important; }

.mb-135 {
  margin-bottom: 135px !important; }

.pt-135 {
  padding-top: 135px !important; }

.pb-135 {
  padding-bottom: 135px !important; }

.mt-136 {
  margin-top: 136px !important; }

.mb-136 {
  margin-bottom: 136px !important; }

.pt-136 {
  padding-top: 136px !important; }

.pb-136 {
  padding-bottom: 136px !important; }

.mt-137 {
  margin-top: 137px !important; }

.mb-137 {
  margin-bottom: 137px !important; }

.pt-137 {
  padding-top: 137px !important; }

.pb-137 {
  padding-bottom: 137px !important; }

.mt-138 {
  margin-top: 138px !important; }

.mb-138 {
  margin-bottom: 138px !important; }

.pt-138 {
  padding-top: 138px !important; }

.pb-138 {
  padding-bottom: 138px !important; }

.mt-139 {
  margin-top: 139px !important; }

.mb-139 {
  margin-bottom: 139px !important; }

.pt-139 {
  padding-top: 139px !important; }

.pb-139 {
  padding-bottom: 139px !important; }

.mt-140 {
  margin-top: 140px !important; }

.mb-140 {
  margin-bottom: 140px !important; }

.pt-140 {
  padding-top: 140px !important; }

.pb-140 {
  padding-bottom: 140px !important; }

.mt-141 {
  margin-top: 141px !important; }

.mb-141 {
  margin-bottom: 141px !important; }

.pt-141 {
  padding-top: 141px !important; }

.pb-141 {
  padding-bottom: 141px !important; }

.mt-142 {
  margin-top: 142px !important; }

.mb-142 {
  margin-bottom: 142px !important; }

.pt-142 {
  padding-top: 142px !important; }

.pb-142 {
  padding-bottom: 142px !important; }

.mt-143 {
  margin-top: 143px !important; }

.mb-143 {
  margin-bottom: 143px !important; }

.pt-143 {
  padding-top: 143px !important; }

.pb-143 {
  padding-bottom: 143px !important; }

.mt-144 {
  margin-top: 144px !important; }

.mb-144 {
  margin-bottom: 144px !important; }

.pt-144 {
  padding-top: 144px !important; }

.pb-144 {
  padding-bottom: 144px !important; }

.mt-145 {
  margin-top: 145px !important; }

.mb-145 {
  margin-bottom: 145px !important; }

.pt-145 {
  padding-top: 145px !important; }

.pb-145 {
  padding-bottom: 145px !important; }

.mt-146 {
  margin-top: 146px !important; }

.mb-146 {
  margin-bottom: 146px !important; }

.pt-146 {
  padding-top: 146px !important; }

.pb-146 {
  padding-bottom: 146px !important; }

.mt-147 {
  margin-top: 147px !important; }

.mb-147 {
  margin-bottom: 147px !important; }

.pt-147 {
  padding-top: 147px !important; }

.pb-147 {
  padding-bottom: 147px !important; }

.mt-148 {
  margin-top: 148px !important; }

.mb-148 {
  margin-bottom: 148px !important; }

.pt-148 {
  padding-top: 148px !important; }

.pb-148 {
  padding-bottom: 148px !important; }

.mt-149 {
  margin-top: 149px !important; }

.mb-149 {
  margin-bottom: 149px !important; }

.pt-149 {
  padding-top: 149px !important; }

.pb-149 {
  padding-bottom: 149px !important; }

.mt-150 {
  margin-top: 150px !important; }

.mb-150 {
  margin-bottom: 150px !important; }

.pt-150 {
  padding-top: 150px !important; }

.pb-150 {
  padding-bottom: 150px !important; }

.mt-151 {
  margin-top: 151px !important; }

.mb-151 {
  margin-bottom: 151px !important; }

.pt-151 {
  padding-top: 151px !important; }

.pb-151 {
  padding-bottom: 151px !important; }

.mt-152 {
  margin-top: 152px !important; }

.mb-152 {
  margin-bottom: 152px !important; }

.pt-152 {
  padding-top: 152px !important; }

.pb-152 {
  padding-bottom: 152px !important; }

.mt-153 {
  margin-top: 153px !important; }

.mb-153 {
  margin-bottom: 153px !important; }

.pt-153 {
  padding-top: 153px !important; }

.pb-153 {
  padding-bottom: 153px !important; }

.mt-154 {
  margin-top: 154px !important; }

.mb-154 {
  margin-bottom: 154px !important; }

.pt-154 {
  padding-top: 154px !important; }

.pb-154 {
  padding-bottom: 154px !important; }

.mt-155 {
  margin-top: 155px !important; }

.mb-155 {
  margin-bottom: 155px !important; }

.pt-155 {
  padding-top: 155px !important; }

.pb-155 {
  padding-bottom: 155px !important; }

.mt-156 {
  margin-top: 156px !important; }

.mb-156 {
  margin-bottom: 156px !important; }

.pt-156 {
  padding-top: 156px !important; }

.pb-156 {
  padding-bottom: 156px !important; }

.mt-157 {
  margin-top: 157px !important; }

.mb-157 {
  margin-bottom: 157px !important; }

.pt-157 {
  padding-top: 157px !important; }

.pb-157 {
  padding-bottom: 157px !important; }

.mt-158 {
  margin-top: 158px !important; }

.mb-158 {
  margin-bottom: 158px !important; }

.pt-158 {
  padding-top: 158px !important; }

.pb-158 {
  padding-bottom: 158px !important; }

.mt-159 {
  margin-top: 159px !important; }

.mb-159 {
  margin-bottom: 159px !important; }

.pt-159 {
  padding-top: 159px !important; }

.pb-159 {
  padding-bottom: 159px !important; }

.mt-160 {
  margin-top: 160px !important; }

.mb-160 {
  margin-bottom: 160px !important; }

.pt-160 {
  padding-top: 160px !important; }

.pb-160 {
  padding-bottom: 160px !important; }

.mt-161 {
  margin-top: 161px !important; }

.mb-161 {
  margin-bottom: 161px !important; }

.pt-161 {
  padding-top: 161px !important; }

.pb-161 {
  padding-bottom: 161px !important; }

.mt-162 {
  margin-top: 162px !important; }

.mb-162 {
  margin-bottom: 162px !important; }

.pt-162 {
  padding-top: 162px !important; }

.pb-162 {
  padding-bottom: 162px !important; }

.mt-163 {
  margin-top: 163px !important; }

.mb-163 {
  margin-bottom: 163px !important; }

.pt-163 {
  padding-top: 163px !important; }

.pb-163 {
  padding-bottom: 163px !important; }

.mt-164 {
  margin-top: 164px !important; }

.mb-164 {
  margin-bottom: 164px !important; }

.pt-164 {
  padding-top: 164px !important; }

.pb-164 {
  padding-bottom: 164px !important; }

.mt-165 {
  margin-top: 165px !important; }

.mb-165 {
  margin-bottom: 165px !important; }

.pt-165 {
  padding-top: 165px !important; }

.pb-165 {
  padding-bottom: 165px !important; }

.mt-166 {
  margin-top: 166px !important; }

.mb-166 {
  margin-bottom: 166px !important; }

.pt-166 {
  padding-top: 166px !important; }

.pb-166 {
  padding-bottom: 166px !important; }

.mt-167 {
  margin-top: 167px !important; }

.mb-167 {
  margin-bottom: 167px !important; }

.pt-167 {
  padding-top: 167px !important; }

.pb-167 {
  padding-bottom: 167px !important; }

.mt-168 {
  margin-top: 168px !important; }

.mb-168 {
  margin-bottom: 168px !important; }

.pt-168 {
  padding-top: 168px !important; }

.pb-168 {
  padding-bottom: 168px !important; }

.mt-169 {
  margin-top: 169px !important; }

.mb-169 {
  margin-bottom: 169px !important; }

.pt-169 {
  padding-top: 169px !important; }

.pb-169 {
  padding-bottom: 169px !important; }

.mt-170 {
  margin-top: 170px !important; }

.mb-170 {
  margin-bottom: 170px !important; }

.pt-170 {
  padding-top: 170px !important; }

.pb-170 {
  padding-bottom: 170px !important; }

.mt-171 {
  margin-top: 171px !important; }

.mb-171 {
  margin-bottom: 171px !important; }

.pt-171 {
  padding-top: 171px !important; }

.pb-171 {
  padding-bottom: 171px !important; }

.mt-172 {
  margin-top: 172px !important; }

.mb-172 {
  margin-bottom: 172px !important; }

.pt-172 {
  padding-top: 172px !important; }

.pb-172 {
  padding-bottom: 172px !important; }

.mt-173 {
  margin-top: 173px !important; }

.mb-173 {
  margin-bottom: 173px !important; }

.pt-173 {
  padding-top: 173px !important; }

.pb-173 {
  padding-bottom: 173px !important; }

.mt-174 {
  margin-top: 174px !important; }

.mb-174 {
  margin-bottom: 174px !important; }

.pt-174 {
  padding-top: 174px !important; }

.pb-174 {
  padding-bottom: 174px !important; }

.mt-175 {
  margin-top: 175px !important; }

.mb-175 {
  margin-bottom: 175px !important; }

.pt-175 {
  padding-top: 175px !important; }

.pb-175 {
  padding-bottom: 175px !important; }

.mt-176 {
  margin-top: 176px !important; }

.mb-176 {
  margin-bottom: 176px !important; }

.pt-176 {
  padding-top: 176px !important; }

.pb-176 {
  padding-bottom: 176px !important; }

.mt-177 {
  margin-top: 177px !important; }

.mb-177 {
  margin-bottom: 177px !important; }

.pt-177 {
  padding-top: 177px !important; }

.pb-177 {
  padding-bottom: 177px !important; }

.mt-178 {
  margin-top: 178px !important; }

.mb-178 {
  margin-bottom: 178px !important; }

.pt-178 {
  padding-top: 178px !important; }

.pb-178 {
  padding-bottom: 178px !important; }

.mt-179 {
  margin-top: 179px !important; }

.mb-179 {
  margin-bottom: 179px !important; }

.pt-179 {
  padding-top: 179px !important; }

.pb-179 {
  padding-bottom: 179px !important; }

.mt-180 {
  margin-top: 180px !important; }

.mb-180 {
  margin-bottom: 180px !important; }

.pt-180 {
  padding-top: 180px !important; }

.pb-180 {
  padding-bottom: 180px !important; }

.mt-181 {
  margin-top: 181px !important; }

.mb-181 {
  margin-bottom: 181px !important; }

.pt-181 {
  padding-top: 181px !important; }

.pb-181 {
  padding-bottom: 181px !important; }

.mt-182 {
  margin-top: 182px !important; }

.mb-182 {
  margin-bottom: 182px !important; }

.pt-182 {
  padding-top: 182px !important; }

.pb-182 {
  padding-bottom: 182px !important; }

.mt-183 {
  margin-top: 183px !important; }

.mb-183 {
  margin-bottom: 183px !important; }

.pt-183 {
  padding-top: 183px !important; }

.pb-183 {
  padding-bottom: 183px !important; }

.mt-184 {
  margin-top: 184px !important; }

.mb-184 {
  margin-bottom: 184px !important; }

.pt-184 {
  padding-top: 184px !important; }

.pb-184 {
  padding-bottom: 184px !important; }

.mt-185 {
  margin-top: 185px !important; }

.mb-185 {
  margin-bottom: 185px !important; }

.pt-185 {
  padding-top: 185px !important; }

.pb-185 {
  padding-bottom: 185px !important; }

.mt-186 {
  margin-top: 186px !important; }

.mb-186 {
  margin-bottom: 186px !important; }

.pt-186 {
  padding-top: 186px !important; }

.pb-186 {
  padding-bottom: 186px !important; }

.mt-187 {
  margin-top: 187px !important; }

.mb-187 {
  margin-bottom: 187px !important; }

.pt-187 {
  padding-top: 187px !important; }

.pb-187 {
  padding-bottom: 187px !important; }

.mt-188 {
  margin-top: 188px !important; }

.mb-188 {
  margin-bottom: 188px !important; }

.pt-188 {
  padding-top: 188px !important; }

.pb-188 {
  padding-bottom: 188px !important; }

.mt-189 {
  margin-top: 189px !important; }

.mb-189 {
  margin-bottom: 189px !important; }

.pt-189 {
  padding-top: 189px !important; }

.pb-189 {
  padding-bottom: 189px !important; }

.mt-190 {
  margin-top: 190px !important; }

.mb-190 {
  margin-bottom: 190px !important; }

.pt-190 {
  padding-top: 190px !important; }

.pb-190 {
  padding-bottom: 190px !important; }

.mt-191 {
  margin-top: 191px !important; }

.mb-191 {
  margin-bottom: 191px !important; }

.pt-191 {
  padding-top: 191px !important; }

.pb-191 {
  padding-bottom: 191px !important; }

.mt-192 {
  margin-top: 192px !important; }

.mb-192 {
  margin-bottom: 192px !important; }

.pt-192 {
  padding-top: 192px !important; }

.pb-192 {
  padding-bottom: 192px !important; }

.mt-193 {
  margin-top: 193px !important; }

.mb-193 {
  margin-bottom: 193px !important; }

.pt-193 {
  padding-top: 193px !important; }

.pb-193 {
  padding-bottom: 193px !important; }

.mt-194 {
  margin-top: 194px !important; }

.mb-194 {
  margin-bottom: 194px !important; }

.pt-194 {
  padding-top: 194px !important; }

.pb-194 {
  padding-bottom: 194px !important; }

.mt-195 {
  margin-top: 195px !important; }

.mb-195 {
  margin-bottom: 195px !important; }

.pt-195 {
  padding-top: 195px !important; }

.pb-195 {
  padding-bottom: 195px !important; }

.mt-196 {
  margin-top: 196px !important; }

.mb-196 {
  margin-bottom: 196px !important; }

.pt-196 {
  padding-top: 196px !important; }

.pb-196 {
  padding-bottom: 196px !important; }

.mt-197 {
  margin-top: 197px !important; }

.mb-197 {
  margin-bottom: 197px !important; }

.pt-197 {
  padding-top: 197px !important; }

.pb-197 {
  padding-bottom: 197px !important; }

.mt-198 {
  margin-top: 198px !important; }

.mb-198 {
  margin-bottom: 198px !important; }

.pt-198 {
  padding-top: 198px !important; }

.pb-198 {
  padding-bottom: 198px !important; }

.mt-199 {
  margin-top: 199px !important; }

.mb-199 {
  margin-bottom: 199px !important; }

.pt-199 {
  padding-top: 199px !important; }

.pb-199 {
  padding-bottom: 199px !important; }

.mt-200 {
  margin-top: 200px !important; }

.mb-200 {
  margin-bottom: 200px !important; }

.pt-200 {
  padding-top: 200px !important; }

.pb-200 {
  padding-bottom: 200px !important; }

@media (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0px !important; }
  .mb-xl-0 {
    margin-bottom: 0px !important; }
  .pt-xl-0 {
    padding-top: 0px !important; }
  .pb-xl-0 {
    padding-bottom: 0px !important; }
  .mt-xl-1 {
    margin-top: 1px !important; }
  .mb-xl-1 {
    margin-bottom: 1px !important; }
  .pt-xl-1 {
    padding-top: 1px !important; }
  .pb-xl-1 {
    padding-bottom: 1px !important; }
  .mt-xl-2 {
    margin-top: 2px !important; }
  .mb-xl-2 {
    margin-bottom: 2px !important; }
  .pt-xl-2 {
    padding-top: 2px !important; }
  .pb-xl-2 {
    padding-bottom: 2px !important; }
  .mt-xl-3 {
    margin-top: 3px !important; }
  .mb-xl-3 {
    margin-bottom: 3px !important; }
  .pt-xl-3 {
    padding-top: 3px !important; }
  .pb-xl-3 {
    padding-bottom: 3px !important; }
  .mt-xl-4 {
    margin-top: 4px !important; }
  .mb-xl-4 {
    margin-bottom: 4px !important; }
  .pt-xl-4 {
    padding-top: 4px !important; }
  .pb-xl-4 {
    padding-bottom: 4px !important; }
  .mt-xl-5 {
    margin-top: 5px !important; }
  .mb-xl-5 {
    margin-bottom: 5px !important; }
  .pt-xl-5 {
    padding-top: 5px !important; }
  .pb-xl-5 {
    padding-bottom: 5px !important; }
  .mt-xl-6 {
    margin-top: 6px !important; }
  .mb-xl-6 {
    margin-bottom: 6px !important; }
  .pt-xl-6 {
    padding-top: 6px !important; }
  .pb-xl-6 {
    padding-bottom: 6px !important; }
  .mt-xl-7 {
    margin-top: 7px !important; }
  .mb-xl-7 {
    margin-bottom: 7px !important; }
  .pt-xl-7 {
    padding-top: 7px !important; }
  .pb-xl-7 {
    padding-bottom: 7px !important; }
  .mt-xl-8 {
    margin-top: 8px !important; }
  .mb-xl-8 {
    margin-bottom: 8px !important; }
  .pt-xl-8 {
    padding-top: 8px !important; }
  .pb-xl-8 {
    padding-bottom: 8px !important; }
  .mt-xl-9 {
    margin-top: 9px !important; }
  .mb-xl-9 {
    margin-bottom: 9px !important; }
  .pt-xl-9 {
    padding-top: 9px !important; }
  .pb-xl-9 {
    padding-bottom: 9px !important; }
  .mt-xl-10 {
    margin-top: 10px !important; }
  .mb-xl-10 {
    margin-bottom: 10px !important; }
  .pt-xl-10 {
    padding-top: 10px !important; }
  .pb-xl-10 {
    padding-bottom: 10px !important; }
  .mt-xl-11 {
    margin-top: 11px !important; }
  .mb-xl-11 {
    margin-bottom: 11px !important; }
  .pt-xl-11 {
    padding-top: 11px !important; }
  .pb-xl-11 {
    padding-bottom: 11px !important; }
  .mt-xl-12 {
    margin-top: 12px !important; }
  .mb-xl-12 {
    margin-bottom: 12px !important; }
  .pt-xl-12 {
    padding-top: 12px !important; }
  .pb-xl-12 {
    padding-bottom: 12px !important; }
  .mt-xl-13 {
    margin-top: 13px !important; }
  .mb-xl-13 {
    margin-bottom: 13px !important; }
  .pt-xl-13 {
    padding-top: 13px !important; }
  .pb-xl-13 {
    padding-bottom: 13px !important; }
  .mt-xl-14 {
    margin-top: 14px !important; }
  .mb-xl-14 {
    margin-bottom: 14px !important; }
  .pt-xl-14 {
    padding-top: 14px !important; }
  .pb-xl-14 {
    padding-bottom: 14px !important; }
  .mt-xl-15 {
    margin-top: 15px !important; }
  .mb-xl-15 {
    margin-bottom: 15px !important; }
  .pt-xl-15 {
    padding-top: 15px !important; }
  .pb-xl-15 {
    padding-bottom: 15px !important; }
  .mt-xl-16 {
    margin-top: 16px !important; }
  .mb-xl-16 {
    margin-bottom: 16px !important; }
  .pt-xl-16 {
    padding-top: 16px !important; }
  .pb-xl-16 {
    padding-bottom: 16px !important; }
  .mt-xl-17 {
    margin-top: 17px !important; }
  .mb-xl-17 {
    margin-bottom: 17px !important; }
  .pt-xl-17 {
    padding-top: 17px !important; }
  .pb-xl-17 {
    padding-bottom: 17px !important; }
  .mt-xl-18 {
    margin-top: 18px !important; }
  .mb-xl-18 {
    margin-bottom: 18px !important; }
  .pt-xl-18 {
    padding-top: 18px !important; }
  .pb-xl-18 {
    padding-bottom: 18px !important; }
  .mt-xl-19 {
    margin-top: 19px !important; }
  .mb-xl-19 {
    margin-bottom: 19px !important; }
  .pt-xl-19 {
    padding-top: 19px !important; }
  .pb-xl-19 {
    padding-bottom: 19px !important; }
  .mt-xl-20 {
    margin-top: 20px !important; }
  .mb-xl-20 {
    margin-bottom: 20px !important; }
  .pt-xl-20 {
    padding-top: 20px !important; }
  .pb-xl-20 {
    padding-bottom: 20px !important; }
  .mt-xl-21 {
    margin-top: 21px !important; }
  .mb-xl-21 {
    margin-bottom: 21px !important; }
  .pt-xl-21 {
    padding-top: 21px !important; }
  .pb-xl-21 {
    padding-bottom: 21px !important; }
  .mt-xl-22 {
    margin-top: 22px !important; }
  .mb-xl-22 {
    margin-bottom: 22px !important; }
  .pt-xl-22 {
    padding-top: 22px !important; }
  .pb-xl-22 {
    padding-bottom: 22px !important; }
  .mt-xl-23 {
    margin-top: 23px !important; }
  .mb-xl-23 {
    margin-bottom: 23px !important; }
  .pt-xl-23 {
    padding-top: 23px !important; }
  .pb-xl-23 {
    padding-bottom: 23px !important; }
  .mt-xl-24 {
    margin-top: 24px !important; }
  .mb-xl-24 {
    margin-bottom: 24px !important; }
  .pt-xl-24 {
    padding-top: 24px !important; }
  .pb-xl-24 {
    padding-bottom: 24px !important; }
  .mt-xl-25 {
    margin-top: 25px !important; }
  .mb-xl-25 {
    margin-bottom: 25px !important; }
  .pt-xl-25 {
    padding-top: 25px !important; }
  .pb-xl-25 {
    padding-bottom: 25px !important; }
  .mt-xl-26 {
    margin-top: 26px !important; }
  .mb-xl-26 {
    margin-bottom: 26px !important; }
  .pt-xl-26 {
    padding-top: 26px !important; }
  .pb-xl-26 {
    padding-bottom: 26px !important; }
  .mt-xl-27 {
    margin-top: 27px !important; }
  .mb-xl-27 {
    margin-bottom: 27px !important; }
  .pt-xl-27 {
    padding-top: 27px !important; }
  .pb-xl-27 {
    padding-bottom: 27px !important; }
  .mt-xl-28 {
    margin-top: 28px !important; }
  .mb-xl-28 {
    margin-bottom: 28px !important; }
  .pt-xl-28 {
    padding-top: 28px !important; }
  .pb-xl-28 {
    padding-bottom: 28px !important; }
  .mt-xl-29 {
    margin-top: 29px !important; }
  .mb-xl-29 {
    margin-bottom: 29px !important; }
  .pt-xl-29 {
    padding-top: 29px !important; }
  .pb-xl-29 {
    padding-bottom: 29px !important; }
  .mt-xl-30 {
    margin-top: 30px !important; }
  .mb-xl-30 {
    margin-bottom: 30px !important; }
  .pt-xl-30 {
    padding-top: 30px !important; }
  .pb-xl-30 {
    padding-bottom: 30px !important; }
  .mt-xl-31 {
    margin-top: 31px !important; }
  .mb-xl-31 {
    margin-bottom: 31px !important; }
  .pt-xl-31 {
    padding-top: 31px !important; }
  .pb-xl-31 {
    padding-bottom: 31px !important; }
  .mt-xl-32 {
    margin-top: 32px !important; }
  .mb-xl-32 {
    margin-bottom: 32px !important; }
  .pt-xl-32 {
    padding-top: 32px !important; }
  .pb-xl-32 {
    padding-bottom: 32px !important; }
  .mt-xl-33 {
    margin-top: 33px !important; }
  .mb-xl-33 {
    margin-bottom: 33px !important; }
  .pt-xl-33 {
    padding-top: 33px !important; }
  .pb-xl-33 {
    padding-bottom: 33px !important; }
  .mt-xl-34 {
    margin-top: 34px !important; }
  .mb-xl-34 {
    margin-bottom: 34px !important; }
  .pt-xl-34 {
    padding-top: 34px !important; }
  .pb-xl-34 {
    padding-bottom: 34px !important; }
  .mt-xl-35 {
    margin-top: 35px !important; }
  .mb-xl-35 {
    margin-bottom: 35px !important; }
  .pt-xl-35 {
    padding-top: 35px !important; }
  .pb-xl-35 {
    padding-bottom: 35px !important; }
  .mt-xl-36 {
    margin-top: 36px !important; }
  .mb-xl-36 {
    margin-bottom: 36px !important; }
  .pt-xl-36 {
    padding-top: 36px !important; }
  .pb-xl-36 {
    padding-bottom: 36px !important; }
  .mt-xl-37 {
    margin-top: 37px !important; }
  .mb-xl-37 {
    margin-bottom: 37px !important; }
  .pt-xl-37 {
    padding-top: 37px !important; }
  .pb-xl-37 {
    padding-bottom: 37px !important; }
  .mt-xl-38 {
    margin-top: 38px !important; }
  .mb-xl-38 {
    margin-bottom: 38px !important; }
  .pt-xl-38 {
    padding-top: 38px !important; }
  .pb-xl-38 {
    padding-bottom: 38px !important; }
  .mt-xl-39 {
    margin-top: 39px !important; }
  .mb-xl-39 {
    margin-bottom: 39px !important; }
  .pt-xl-39 {
    padding-top: 39px !important; }
  .pb-xl-39 {
    padding-bottom: 39px !important; }
  .mt-xl-40 {
    margin-top: 40px !important; }
  .mb-xl-40 {
    margin-bottom: 40px !important; }
  .pt-xl-40 {
    padding-top: 40px !important; }
  .pb-xl-40 {
    padding-bottom: 40px !important; }
  .mt-xl-41 {
    margin-top: 41px !important; }
  .mb-xl-41 {
    margin-bottom: 41px !important; }
  .pt-xl-41 {
    padding-top: 41px !important; }
  .pb-xl-41 {
    padding-bottom: 41px !important; }
  .mt-xl-42 {
    margin-top: 42px !important; }
  .mb-xl-42 {
    margin-bottom: 42px !important; }
  .pt-xl-42 {
    padding-top: 42px !important; }
  .pb-xl-42 {
    padding-bottom: 42px !important; }
  .mt-xl-43 {
    margin-top: 43px !important; }
  .mb-xl-43 {
    margin-bottom: 43px !important; }
  .pt-xl-43 {
    padding-top: 43px !important; }
  .pb-xl-43 {
    padding-bottom: 43px !important; }
  .mt-xl-44 {
    margin-top: 44px !important; }
  .mb-xl-44 {
    margin-bottom: 44px !important; }
  .pt-xl-44 {
    padding-top: 44px !important; }
  .pb-xl-44 {
    padding-bottom: 44px !important; }
  .mt-xl-45 {
    margin-top: 45px !important; }
  .mb-xl-45 {
    margin-bottom: 45px !important; }
  .pt-xl-45 {
    padding-top: 45px !important; }
  .pb-xl-45 {
    padding-bottom: 45px !important; }
  .mt-xl-46 {
    margin-top: 46px !important; }
  .mb-xl-46 {
    margin-bottom: 46px !important; }
  .pt-xl-46 {
    padding-top: 46px !important; }
  .pb-xl-46 {
    padding-bottom: 46px !important; }
  .mt-xl-47 {
    margin-top: 47px !important; }
  .mb-xl-47 {
    margin-bottom: 47px !important; }
  .pt-xl-47 {
    padding-top: 47px !important; }
  .pb-xl-47 {
    padding-bottom: 47px !important; }
  .mt-xl-48 {
    margin-top: 48px !important; }
  .mb-xl-48 {
    margin-bottom: 48px !important; }
  .pt-xl-48 {
    padding-top: 48px !important; }
  .pb-xl-48 {
    padding-bottom: 48px !important; }
  .mt-xl-49 {
    margin-top: 49px !important; }
  .mb-xl-49 {
    margin-bottom: 49px !important; }
  .pt-xl-49 {
    padding-top: 49px !important; }
  .pb-xl-49 {
    padding-bottom: 49px !important; }
  .mt-xl-50 {
    margin-top: 50px !important; }
  .mb-xl-50 {
    margin-bottom: 50px !important; }
  .pt-xl-50 {
    padding-top: 50px !important; }
  .pb-xl-50 {
    padding-bottom: 50px !important; }
  .mt-xl-51 {
    margin-top: 51px !important; }
  .mb-xl-51 {
    margin-bottom: 51px !important; }
  .pt-xl-51 {
    padding-top: 51px !important; }
  .pb-xl-51 {
    padding-bottom: 51px !important; }
  .mt-xl-52 {
    margin-top: 52px !important; }
  .mb-xl-52 {
    margin-bottom: 52px !important; }
  .pt-xl-52 {
    padding-top: 52px !important; }
  .pb-xl-52 {
    padding-bottom: 52px !important; }
  .mt-xl-53 {
    margin-top: 53px !important; }
  .mb-xl-53 {
    margin-bottom: 53px !important; }
  .pt-xl-53 {
    padding-top: 53px !important; }
  .pb-xl-53 {
    padding-bottom: 53px !important; }
  .mt-xl-54 {
    margin-top: 54px !important; }
  .mb-xl-54 {
    margin-bottom: 54px !important; }
  .pt-xl-54 {
    padding-top: 54px !important; }
  .pb-xl-54 {
    padding-bottom: 54px !important; }
  .mt-xl-55 {
    margin-top: 55px !important; }
  .mb-xl-55 {
    margin-bottom: 55px !important; }
  .pt-xl-55 {
    padding-top: 55px !important; }
  .pb-xl-55 {
    padding-bottom: 55px !important; }
  .mt-xl-56 {
    margin-top: 56px !important; }
  .mb-xl-56 {
    margin-bottom: 56px !important; }
  .pt-xl-56 {
    padding-top: 56px !important; }
  .pb-xl-56 {
    padding-bottom: 56px !important; }
  .mt-xl-57 {
    margin-top: 57px !important; }
  .mb-xl-57 {
    margin-bottom: 57px !important; }
  .pt-xl-57 {
    padding-top: 57px !important; }
  .pb-xl-57 {
    padding-bottom: 57px !important; }
  .mt-xl-58 {
    margin-top: 58px !important; }
  .mb-xl-58 {
    margin-bottom: 58px !important; }
  .pt-xl-58 {
    padding-top: 58px !important; }
  .pb-xl-58 {
    padding-bottom: 58px !important; }
  .mt-xl-59 {
    margin-top: 59px !important; }
  .mb-xl-59 {
    margin-bottom: 59px !important; }
  .pt-xl-59 {
    padding-top: 59px !important; }
  .pb-xl-59 {
    padding-bottom: 59px !important; }
  .mt-xl-60 {
    margin-top: 60px !important; }
  .mb-xl-60 {
    margin-bottom: 60px !important; }
  .pt-xl-60 {
    padding-top: 60px !important; }
  .pb-xl-60 {
    padding-bottom: 60px !important; }
  .mt-xl-61 {
    margin-top: 61px !important; }
  .mb-xl-61 {
    margin-bottom: 61px !important; }
  .pt-xl-61 {
    padding-top: 61px !important; }
  .pb-xl-61 {
    padding-bottom: 61px !important; }
  .mt-xl-62 {
    margin-top: 62px !important; }
  .mb-xl-62 {
    margin-bottom: 62px !important; }
  .pt-xl-62 {
    padding-top: 62px !important; }
  .pb-xl-62 {
    padding-bottom: 62px !important; }
  .mt-xl-63 {
    margin-top: 63px !important; }
  .mb-xl-63 {
    margin-bottom: 63px !important; }
  .pt-xl-63 {
    padding-top: 63px !important; }
  .pb-xl-63 {
    padding-bottom: 63px !important; }
  .mt-xl-64 {
    margin-top: 64px !important; }
  .mb-xl-64 {
    margin-bottom: 64px !important; }
  .pt-xl-64 {
    padding-top: 64px !important; }
  .pb-xl-64 {
    padding-bottom: 64px !important; }
  .mt-xl-65 {
    margin-top: 65px !important; }
  .mb-xl-65 {
    margin-bottom: 65px !important; }
  .pt-xl-65 {
    padding-top: 65px !important; }
  .pb-xl-65 {
    padding-bottom: 65px !important; }
  .mt-xl-66 {
    margin-top: 66px !important; }
  .mb-xl-66 {
    margin-bottom: 66px !important; }
  .pt-xl-66 {
    padding-top: 66px !important; }
  .pb-xl-66 {
    padding-bottom: 66px !important; }
  .mt-xl-67 {
    margin-top: 67px !important; }
  .mb-xl-67 {
    margin-bottom: 67px !important; }
  .pt-xl-67 {
    padding-top: 67px !important; }
  .pb-xl-67 {
    padding-bottom: 67px !important; }
  .mt-xl-68 {
    margin-top: 68px !important; }
  .mb-xl-68 {
    margin-bottom: 68px !important; }
  .pt-xl-68 {
    padding-top: 68px !important; }
  .pb-xl-68 {
    padding-bottom: 68px !important; }
  .mt-xl-69 {
    margin-top: 69px !important; }
  .mb-xl-69 {
    margin-bottom: 69px !important; }
  .pt-xl-69 {
    padding-top: 69px !important; }
  .pb-xl-69 {
    padding-bottom: 69px !important; }
  .mt-xl-70 {
    margin-top: 70px !important; }
  .mb-xl-70 {
    margin-bottom: 70px !important; }
  .pt-xl-70 {
    padding-top: 70px !important; }
  .pb-xl-70 {
    padding-bottom: 70px !important; }
  .mt-xl-71 {
    margin-top: 71px !important; }
  .mb-xl-71 {
    margin-bottom: 71px !important; }
  .pt-xl-71 {
    padding-top: 71px !important; }
  .pb-xl-71 {
    padding-bottom: 71px !important; }
  .mt-xl-72 {
    margin-top: 72px !important; }
  .mb-xl-72 {
    margin-bottom: 72px !important; }
  .pt-xl-72 {
    padding-top: 72px !important; }
  .pb-xl-72 {
    padding-bottom: 72px !important; }
  .mt-xl-73 {
    margin-top: 73px !important; }
  .mb-xl-73 {
    margin-bottom: 73px !important; }
  .pt-xl-73 {
    padding-top: 73px !important; }
  .pb-xl-73 {
    padding-bottom: 73px !important; }
  .mt-xl-74 {
    margin-top: 74px !important; }
  .mb-xl-74 {
    margin-bottom: 74px !important; }
  .pt-xl-74 {
    padding-top: 74px !important; }
  .pb-xl-74 {
    padding-bottom: 74px !important; }
  .mt-xl-75 {
    margin-top: 75px !important; }
  .mb-xl-75 {
    margin-bottom: 75px !important; }
  .pt-xl-75 {
    padding-top: 75px !important; }
  .pb-xl-75 {
    padding-bottom: 75px !important; }
  .mt-xl-76 {
    margin-top: 76px !important; }
  .mb-xl-76 {
    margin-bottom: 76px !important; }
  .pt-xl-76 {
    padding-top: 76px !important; }
  .pb-xl-76 {
    padding-bottom: 76px !important; }
  .mt-xl-77 {
    margin-top: 77px !important; }
  .mb-xl-77 {
    margin-bottom: 77px !important; }
  .pt-xl-77 {
    padding-top: 77px !important; }
  .pb-xl-77 {
    padding-bottom: 77px !important; }
  .mt-xl-78 {
    margin-top: 78px !important; }
  .mb-xl-78 {
    margin-bottom: 78px !important; }
  .pt-xl-78 {
    padding-top: 78px !important; }
  .pb-xl-78 {
    padding-bottom: 78px !important; }
  .mt-xl-79 {
    margin-top: 79px !important; }
  .mb-xl-79 {
    margin-bottom: 79px !important; }
  .pt-xl-79 {
    padding-top: 79px !important; }
  .pb-xl-79 {
    padding-bottom: 79px !important; }
  .mt-xl-80 {
    margin-top: 80px !important; }
  .mb-xl-80 {
    margin-bottom: 80px !important; }
  .pt-xl-80 {
    padding-top: 80px !important; }
  .pb-xl-80 {
    padding-bottom: 80px !important; }
  .mt-xl-81 {
    margin-top: 81px !important; }
  .mb-xl-81 {
    margin-bottom: 81px !important; }
  .pt-xl-81 {
    padding-top: 81px !important; }
  .pb-xl-81 {
    padding-bottom: 81px !important; }
  .mt-xl-82 {
    margin-top: 82px !important; }
  .mb-xl-82 {
    margin-bottom: 82px !important; }
  .pt-xl-82 {
    padding-top: 82px !important; }
  .pb-xl-82 {
    padding-bottom: 82px !important; }
  .mt-xl-83 {
    margin-top: 83px !important; }
  .mb-xl-83 {
    margin-bottom: 83px !important; }
  .pt-xl-83 {
    padding-top: 83px !important; }
  .pb-xl-83 {
    padding-bottom: 83px !important; }
  .mt-xl-84 {
    margin-top: 84px !important; }
  .mb-xl-84 {
    margin-bottom: 84px !important; }
  .pt-xl-84 {
    padding-top: 84px !important; }
  .pb-xl-84 {
    padding-bottom: 84px !important; }
  .mt-xl-85 {
    margin-top: 85px !important; }
  .mb-xl-85 {
    margin-bottom: 85px !important; }
  .pt-xl-85 {
    padding-top: 85px !important; }
  .pb-xl-85 {
    padding-bottom: 85px !important; }
  .mt-xl-86 {
    margin-top: 86px !important; }
  .mb-xl-86 {
    margin-bottom: 86px !important; }
  .pt-xl-86 {
    padding-top: 86px !important; }
  .pb-xl-86 {
    padding-bottom: 86px !important; }
  .mt-xl-87 {
    margin-top: 87px !important; }
  .mb-xl-87 {
    margin-bottom: 87px !important; }
  .pt-xl-87 {
    padding-top: 87px !important; }
  .pb-xl-87 {
    padding-bottom: 87px !important; }
  .mt-xl-88 {
    margin-top: 88px !important; }
  .mb-xl-88 {
    margin-bottom: 88px !important; }
  .pt-xl-88 {
    padding-top: 88px !important; }
  .pb-xl-88 {
    padding-bottom: 88px !important; }
  .mt-xl-89 {
    margin-top: 89px !important; }
  .mb-xl-89 {
    margin-bottom: 89px !important; }
  .pt-xl-89 {
    padding-top: 89px !important; }
  .pb-xl-89 {
    padding-bottom: 89px !important; }
  .mt-xl-90 {
    margin-top: 90px !important; }
  .mb-xl-90 {
    margin-bottom: 90px !important; }
  .pt-xl-90 {
    padding-top: 90px !important; }
  .pb-xl-90 {
    padding-bottom: 90px !important; }
  .mt-xl-91 {
    margin-top: 91px !important; }
  .mb-xl-91 {
    margin-bottom: 91px !important; }
  .pt-xl-91 {
    padding-top: 91px !important; }
  .pb-xl-91 {
    padding-bottom: 91px !important; }
  .mt-xl-92 {
    margin-top: 92px !important; }
  .mb-xl-92 {
    margin-bottom: 92px !important; }
  .pt-xl-92 {
    padding-top: 92px !important; }
  .pb-xl-92 {
    padding-bottom: 92px !important; }
  .mt-xl-93 {
    margin-top: 93px !important; }
  .mb-xl-93 {
    margin-bottom: 93px !important; }
  .pt-xl-93 {
    padding-top: 93px !important; }
  .pb-xl-93 {
    padding-bottom: 93px !important; }
  .mt-xl-94 {
    margin-top: 94px !important; }
  .mb-xl-94 {
    margin-bottom: 94px !important; }
  .pt-xl-94 {
    padding-top: 94px !important; }
  .pb-xl-94 {
    padding-bottom: 94px !important; }
  .mt-xl-95 {
    margin-top: 95px !important; }
  .mb-xl-95 {
    margin-bottom: 95px !important; }
  .pt-xl-95 {
    padding-top: 95px !important; }
  .pb-xl-95 {
    padding-bottom: 95px !important; }
  .mt-xl-96 {
    margin-top: 96px !important; }
  .mb-xl-96 {
    margin-bottom: 96px !important; }
  .pt-xl-96 {
    padding-top: 96px !important; }
  .pb-xl-96 {
    padding-bottom: 96px !important; }
  .mt-xl-97 {
    margin-top: 97px !important; }
  .mb-xl-97 {
    margin-bottom: 97px !important; }
  .pt-xl-97 {
    padding-top: 97px !important; }
  .pb-xl-97 {
    padding-bottom: 97px !important; }
  .mt-xl-98 {
    margin-top: 98px !important; }
  .mb-xl-98 {
    margin-bottom: 98px !important; }
  .pt-xl-98 {
    padding-top: 98px !important; }
  .pb-xl-98 {
    padding-bottom: 98px !important; }
  .mt-xl-99 {
    margin-top: 99px !important; }
  .mb-xl-99 {
    margin-bottom: 99px !important; }
  .pt-xl-99 {
    padding-top: 99px !important; }
  .pb-xl-99 {
    padding-bottom: 99px !important; }
  .mt-xl-100 {
    margin-top: 100px !important; }
  .mb-xl-100 {
    margin-bottom: 100px !important; }
  .pt-xl-100 {
    padding-top: 100px !important; }
  .pb-xl-100 {
    padding-bottom: 100px !important; }
  .mt-xl-101 {
    margin-top: 101px !important; }
  .mb-xl-101 {
    margin-bottom: 101px !important; }
  .pt-xl-101 {
    padding-top: 101px !important; }
  .pb-xl-101 {
    padding-bottom: 101px !important; }
  .mt-xl-102 {
    margin-top: 102px !important; }
  .mb-xl-102 {
    margin-bottom: 102px !important; }
  .pt-xl-102 {
    padding-top: 102px !important; }
  .pb-xl-102 {
    padding-bottom: 102px !important; }
  .mt-xl-103 {
    margin-top: 103px !important; }
  .mb-xl-103 {
    margin-bottom: 103px !important; }
  .pt-xl-103 {
    padding-top: 103px !important; }
  .pb-xl-103 {
    padding-bottom: 103px !important; }
  .mt-xl-104 {
    margin-top: 104px !important; }
  .mb-xl-104 {
    margin-bottom: 104px !important; }
  .pt-xl-104 {
    padding-top: 104px !important; }
  .pb-xl-104 {
    padding-bottom: 104px !important; }
  .mt-xl-105 {
    margin-top: 105px !important; }
  .mb-xl-105 {
    margin-bottom: 105px !important; }
  .pt-xl-105 {
    padding-top: 105px !important; }
  .pb-xl-105 {
    padding-bottom: 105px !important; }
  .mt-xl-106 {
    margin-top: 106px !important; }
  .mb-xl-106 {
    margin-bottom: 106px !important; }
  .pt-xl-106 {
    padding-top: 106px !important; }
  .pb-xl-106 {
    padding-bottom: 106px !important; }
  .mt-xl-107 {
    margin-top: 107px !important; }
  .mb-xl-107 {
    margin-bottom: 107px !important; }
  .pt-xl-107 {
    padding-top: 107px !important; }
  .pb-xl-107 {
    padding-bottom: 107px !important; }
  .mt-xl-108 {
    margin-top: 108px !important; }
  .mb-xl-108 {
    margin-bottom: 108px !important; }
  .pt-xl-108 {
    padding-top: 108px !important; }
  .pb-xl-108 {
    padding-bottom: 108px !important; }
  .mt-xl-109 {
    margin-top: 109px !important; }
  .mb-xl-109 {
    margin-bottom: 109px !important; }
  .pt-xl-109 {
    padding-top: 109px !important; }
  .pb-xl-109 {
    padding-bottom: 109px !important; }
  .mt-xl-110 {
    margin-top: 110px !important; }
  .mb-xl-110 {
    margin-bottom: 110px !important; }
  .pt-xl-110 {
    padding-top: 110px !important; }
  .pb-xl-110 {
    padding-bottom: 110px !important; }
  .mt-xl-111 {
    margin-top: 111px !important; }
  .mb-xl-111 {
    margin-bottom: 111px !important; }
  .pt-xl-111 {
    padding-top: 111px !important; }
  .pb-xl-111 {
    padding-bottom: 111px !important; }
  .mt-xl-112 {
    margin-top: 112px !important; }
  .mb-xl-112 {
    margin-bottom: 112px !important; }
  .pt-xl-112 {
    padding-top: 112px !important; }
  .pb-xl-112 {
    padding-bottom: 112px !important; }
  .mt-xl-113 {
    margin-top: 113px !important; }
  .mb-xl-113 {
    margin-bottom: 113px !important; }
  .pt-xl-113 {
    padding-top: 113px !important; }
  .pb-xl-113 {
    padding-bottom: 113px !important; }
  .mt-xl-114 {
    margin-top: 114px !important; }
  .mb-xl-114 {
    margin-bottom: 114px !important; }
  .pt-xl-114 {
    padding-top: 114px !important; }
  .pb-xl-114 {
    padding-bottom: 114px !important; }
  .mt-xl-115 {
    margin-top: 115px !important; }
  .mb-xl-115 {
    margin-bottom: 115px !important; }
  .pt-xl-115 {
    padding-top: 115px !important; }
  .pb-xl-115 {
    padding-bottom: 115px !important; }
  .mt-xl-116 {
    margin-top: 116px !important; }
  .mb-xl-116 {
    margin-bottom: 116px !important; }
  .pt-xl-116 {
    padding-top: 116px !important; }
  .pb-xl-116 {
    padding-bottom: 116px !important; }
  .mt-xl-117 {
    margin-top: 117px !important; }
  .mb-xl-117 {
    margin-bottom: 117px !important; }
  .pt-xl-117 {
    padding-top: 117px !important; }
  .pb-xl-117 {
    padding-bottom: 117px !important; }
  .mt-xl-118 {
    margin-top: 118px !important; }
  .mb-xl-118 {
    margin-bottom: 118px !important; }
  .pt-xl-118 {
    padding-top: 118px !important; }
  .pb-xl-118 {
    padding-bottom: 118px !important; }
  .mt-xl-119 {
    margin-top: 119px !important; }
  .mb-xl-119 {
    margin-bottom: 119px !important; }
  .pt-xl-119 {
    padding-top: 119px !important; }
  .pb-xl-119 {
    padding-bottom: 119px !important; }
  .mt-xl-120 {
    margin-top: 120px !important; }
  .mb-xl-120 {
    margin-bottom: 120px !important; }
  .pt-xl-120 {
    padding-top: 120px !important; }
  .pb-xl-120 {
    padding-bottom: 120px !important; }
  .mt-xl-121 {
    margin-top: 121px !important; }
  .mb-xl-121 {
    margin-bottom: 121px !important; }
  .pt-xl-121 {
    padding-top: 121px !important; }
  .pb-xl-121 {
    padding-bottom: 121px !important; }
  .mt-xl-122 {
    margin-top: 122px !important; }
  .mb-xl-122 {
    margin-bottom: 122px !important; }
  .pt-xl-122 {
    padding-top: 122px !important; }
  .pb-xl-122 {
    padding-bottom: 122px !important; }
  .mt-xl-123 {
    margin-top: 123px !important; }
  .mb-xl-123 {
    margin-bottom: 123px !important; }
  .pt-xl-123 {
    padding-top: 123px !important; }
  .pb-xl-123 {
    padding-bottom: 123px !important; }
  .mt-xl-124 {
    margin-top: 124px !important; }
  .mb-xl-124 {
    margin-bottom: 124px !important; }
  .pt-xl-124 {
    padding-top: 124px !important; }
  .pb-xl-124 {
    padding-bottom: 124px !important; }
  .mt-xl-125 {
    margin-top: 125px !important; }
  .mb-xl-125 {
    margin-bottom: 125px !important; }
  .pt-xl-125 {
    padding-top: 125px !important; }
  .pb-xl-125 {
    padding-bottom: 125px !important; }
  .mt-xl-126 {
    margin-top: 126px !important; }
  .mb-xl-126 {
    margin-bottom: 126px !important; }
  .pt-xl-126 {
    padding-top: 126px !important; }
  .pb-xl-126 {
    padding-bottom: 126px !important; }
  .mt-xl-127 {
    margin-top: 127px !important; }
  .mb-xl-127 {
    margin-bottom: 127px !important; }
  .pt-xl-127 {
    padding-top: 127px !important; }
  .pb-xl-127 {
    padding-bottom: 127px !important; }
  .mt-xl-128 {
    margin-top: 128px !important; }
  .mb-xl-128 {
    margin-bottom: 128px !important; }
  .pt-xl-128 {
    padding-top: 128px !important; }
  .pb-xl-128 {
    padding-bottom: 128px !important; }
  .mt-xl-129 {
    margin-top: 129px !important; }
  .mb-xl-129 {
    margin-bottom: 129px !important; }
  .pt-xl-129 {
    padding-top: 129px !important; }
  .pb-xl-129 {
    padding-bottom: 129px !important; }
  .mt-xl-130 {
    margin-top: 130px !important; }
  .mb-xl-130 {
    margin-bottom: 130px !important; }
  .pt-xl-130 {
    padding-top: 130px !important; }
  .pb-xl-130 {
    padding-bottom: 130px !important; }
  .mt-xl-131 {
    margin-top: 131px !important; }
  .mb-xl-131 {
    margin-bottom: 131px !important; }
  .pt-xl-131 {
    padding-top: 131px !important; }
  .pb-xl-131 {
    padding-bottom: 131px !important; }
  .mt-xl-132 {
    margin-top: 132px !important; }
  .mb-xl-132 {
    margin-bottom: 132px !important; }
  .pt-xl-132 {
    padding-top: 132px !important; }
  .pb-xl-132 {
    padding-bottom: 132px !important; }
  .mt-xl-133 {
    margin-top: 133px !important; }
  .mb-xl-133 {
    margin-bottom: 133px !important; }
  .pt-xl-133 {
    padding-top: 133px !important; }
  .pb-xl-133 {
    padding-bottom: 133px !important; }
  .mt-xl-134 {
    margin-top: 134px !important; }
  .mb-xl-134 {
    margin-bottom: 134px !important; }
  .pt-xl-134 {
    padding-top: 134px !important; }
  .pb-xl-134 {
    padding-bottom: 134px !important; }
  .mt-xl-135 {
    margin-top: 135px !important; }
  .mb-xl-135 {
    margin-bottom: 135px !important; }
  .pt-xl-135 {
    padding-top: 135px !important; }
  .pb-xl-135 {
    padding-bottom: 135px !important; }
  .mt-xl-136 {
    margin-top: 136px !important; }
  .mb-xl-136 {
    margin-bottom: 136px !important; }
  .pt-xl-136 {
    padding-top: 136px !important; }
  .pb-xl-136 {
    padding-bottom: 136px !important; }
  .mt-xl-137 {
    margin-top: 137px !important; }
  .mb-xl-137 {
    margin-bottom: 137px !important; }
  .pt-xl-137 {
    padding-top: 137px !important; }
  .pb-xl-137 {
    padding-bottom: 137px !important; }
  .mt-xl-138 {
    margin-top: 138px !important; }
  .mb-xl-138 {
    margin-bottom: 138px !important; }
  .pt-xl-138 {
    padding-top: 138px !important; }
  .pb-xl-138 {
    padding-bottom: 138px !important; }
  .mt-xl-139 {
    margin-top: 139px !important; }
  .mb-xl-139 {
    margin-bottom: 139px !important; }
  .pt-xl-139 {
    padding-top: 139px !important; }
  .pb-xl-139 {
    padding-bottom: 139px !important; }
  .mt-xl-140 {
    margin-top: 140px !important; }
  .mb-xl-140 {
    margin-bottom: 140px !important; }
  .pt-xl-140 {
    padding-top: 140px !important; }
  .pb-xl-140 {
    padding-bottom: 140px !important; }
  .mt-xl-141 {
    margin-top: 141px !important; }
  .mb-xl-141 {
    margin-bottom: 141px !important; }
  .pt-xl-141 {
    padding-top: 141px !important; }
  .pb-xl-141 {
    padding-bottom: 141px !important; }
  .mt-xl-142 {
    margin-top: 142px !important; }
  .mb-xl-142 {
    margin-bottom: 142px !important; }
  .pt-xl-142 {
    padding-top: 142px !important; }
  .pb-xl-142 {
    padding-bottom: 142px !important; }
  .mt-xl-143 {
    margin-top: 143px !important; }
  .mb-xl-143 {
    margin-bottom: 143px !important; }
  .pt-xl-143 {
    padding-top: 143px !important; }
  .pb-xl-143 {
    padding-bottom: 143px !important; }
  .mt-xl-144 {
    margin-top: 144px !important; }
  .mb-xl-144 {
    margin-bottom: 144px !important; }
  .pt-xl-144 {
    padding-top: 144px !important; }
  .pb-xl-144 {
    padding-bottom: 144px !important; }
  .mt-xl-145 {
    margin-top: 145px !important; }
  .mb-xl-145 {
    margin-bottom: 145px !important; }
  .pt-xl-145 {
    padding-top: 145px !important; }
  .pb-xl-145 {
    padding-bottom: 145px !important; }
  .mt-xl-146 {
    margin-top: 146px !important; }
  .mb-xl-146 {
    margin-bottom: 146px !important; }
  .pt-xl-146 {
    padding-top: 146px !important; }
  .pb-xl-146 {
    padding-bottom: 146px !important; }
  .mt-xl-147 {
    margin-top: 147px !important; }
  .mb-xl-147 {
    margin-bottom: 147px !important; }
  .pt-xl-147 {
    padding-top: 147px !important; }
  .pb-xl-147 {
    padding-bottom: 147px !important; }
  .mt-xl-148 {
    margin-top: 148px !important; }
  .mb-xl-148 {
    margin-bottom: 148px !important; }
  .pt-xl-148 {
    padding-top: 148px !important; }
  .pb-xl-148 {
    padding-bottom: 148px !important; }
  .mt-xl-149 {
    margin-top: 149px !important; }
  .mb-xl-149 {
    margin-bottom: 149px !important; }
  .pt-xl-149 {
    padding-top: 149px !important; }
  .pb-xl-149 {
    padding-bottom: 149px !important; }
  .mt-xl-150 {
    margin-top: 150px !important; }
  .mb-xl-150 {
    margin-bottom: 150px !important; }
  .pt-xl-150 {
    padding-top: 150px !important; }
  .pb-xl-150 {
    padding-bottom: 150px !important; }
  .mt-xl-151 {
    margin-top: 151px !important; }
  .mb-xl-151 {
    margin-bottom: 151px !important; }
  .pt-xl-151 {
    padding-top: 151px !important; }
  .pb-xl-151 {
    padding-bottom: 151px !important; }
  .mt-xl-152 {
    margin-top: 152px !important; }
  .mb-xl-152 {
    margin-bottom: 152px !important; }
  .pt-xl-152 {
    padding-top: 152px !important; }
  .pb-xl-152 {
    padding-bottom: 152px !important; }
  .mt-xl-153 {
    margin-top: 153px !important; }
  .mb-xl-153 {
    margin-bottom: 153px !important; }
  .pt-xl-153 {
    padding-top: 153px !important; }
  .pb-xl-153 {
    padding-bottom: 153px !important; }
  .mt-xl-154 {
    margin-top: 154px !important; }
  .mb-xl-154 {
    margin-bottom: 154px !important; }
  .pt-xl-154 {
    padding-top: 154px !important; }
  .pb-xl-154 {
    padding-bottom: 154px !important; }
  .mt-xl-155 {
    margin-top: 155px !important; }
  .mb-xl-155 {
    margin-bottom: 155px !important; }
  .pt-xl-155 {
    padding-top: 155px !important; }
  .pb-xl-155 {
    padding-bottom: 155px !important; }
  .mt-xl-156 {
    margin-top: 156px !important; }
  .mb-xl-156 {
    margin-bottom: 156px !important; }
  .pt-xl-156 {
    padding-top: 156px !important; }
  .pb-xl-156 {
    padding-bottom: 156px !important; }
  .mt-xl-157 {
    margin-top: 157px !important; }
  .mb-xl-157 {
    margin-bottom: 157px !important; }
  .pt-xl-157 {
    padding-top: 157px !important; }
  .pb-xl-157 {
    padding-bottom: 157px !important; }
  .mt-xl-158 {
    margin-top: 158px !important; }
  .mb-xl-158 {
    margin-bottom: 158px !important; }
  .pt-xl-158 {
    padding-top: 158px !important; }
  .pb-xl-158 {
    padding-bottom: 158px !important; }
  .mt-xl-159 {
    margin-top: 159px !important; }
  .mb-xl-159 {
    margin-bottom: 159px !important; }
  .pt-xl-159 {
    padding-top: 159px !important; }
  .pb-xl-159 {
    padding-bottom: 159px !important; }
  .mt-xl-160 {
    margin-top: 160px !important; }
  .mb-xl-160 {
    margin-bottom: 160px !important; }
  .pt-xl-160 {
    padding-top: 160px !important; }
  .pb-xl-160 {
    padding-bottom: 160px !important; }
  .mt-xl-161 {
    margin-top: 161px !important; }
  .mb-xl-161 {
    margin-bottom: 161px !important; }
  .pt-xl-161 {
    padding-top: 161px !important; }
  .pb-xl-161 {
    padding-bottom: 161px !important; }
  .mt-xl-162 {
    margin-top: 162px !important; }
  .mb-xl-162 {
    margin-bottom: 162px !important; }
  .pt-xl-162 {
    padding-top: 162px !important; }
  .pb-xl-162 {
    padding-bottom: 162px !important; }
  .mt-xl-163 {
    margin-top: 163px !important; }
  .mb-xl-163 {
    margin-bottom: 163px !important; }
  .pt-xl-163 {
    padding-top: 163px !important; }
  .pb-xl-163 {
    padding-bottom: 163px !important; }
  .mt-xl-164 {
    margin-top: 164px !important; }
  .mb-xl-164 {
    margin-bottom: 164px !important; }
  .pt-xl-164 {
    padding-top: 164px !important; }
  .pb-xl-164 {
    padding-bottom: 164px !important; }
  .mt-xl-165 {
    margin-top: 165px !important; }
  .mb-xl-165 {
    margin-bottom: 165px !important; }
  .pt-xl-165 {
    padding-top: 165px !important; }
  .pb-xl-165 {
    padding-bottom: 165px !important; }
  .mt-xl-166 {
    margin-top: 166px !important; }
  .mb-xl-166 {
    margin-bottom: 166px !important; }
  .pt-xl-166 {
    padding-top: 166px !important; }
  .pb-xl-166 {
    padding-bottom: 166px !important; }
  .mt-xl-167 {
    margin-top: 167px !important; }
  .mb-xl-167 {
    margin-bottom: 167px !important; }
  .pt-xl-167 {
    padding-top: 167px !important; }
  .pb-xl-167 {
    padding-bottom: 167px !important; }
  .mt-xl-168 {
    margin-top: 168px !important; }
  .mb-xl-168 {
    margin-bottom: 168px !important; }
  .pt-xl-168 {
    padding-top: 168px !important; }
  .pb-xl-168 {
    padding-bottom: 168px !important; }
  .mt-xl-169 {
    margin-top: 169px !important; }
  .mb-xl-169 {
    margin-bottom: 169px !important; }
  .pt-xl-169 {
    padding-top: 169px !important; }
  .pb-xl-169 {
    padding-bottom: 169px !important; }
  .mt-xl-170 {
    margin-top: 170px !important; }
  .mb-xl-170 {
    margin-bottom: 170px !important; }
  .pt-xl-170 {
    padding-top: 170px !important; }
  .pb-xl-170 {
    padding-bottom: 170px !important; }
  .mt-xl-171 {
    margin-top: 171px !important; }
  .mb-xl-171 {
    margin-bottom: 171px !important; }
  .pt-xl-171 {
    padding-top: 171px !important; }
  .pb-xl-171 {
    padding-bottom: 171px !important; }
  .mt-xl-172 {
    margin-top: 172px !important; }
  .mb-xl-172 {
    margin-bottom: 172px !important; }
  .pt-xl-172 {
    padding-top: 172px !important; }
  .pb-xl-172 {
    padding-bottom: 172px !important; }
  .mt-xl-173 {
    margin-top: 173px !important; }
  .mb-xl-173 {
    margin-bottom: 173px !important; }
  .pt-xl-173 {
    padding-top: 173px !important; }
  .pb-xl-173 {
    padding-bottom: 173px !important; }
  .mt-xl-174 {
    margin-top: 174px !important; }
  .mb-xl-174 {
    margin-bottom: 174px !important; }
  .pt-xl-174 {
    padding-top: 174px !important; }
  .pb-xl-174 {
    padding-bottom: 174px !important; }
  .mt-xl-175 {
    margin-top: 175px !important; }
  .mb-xl-175 {
    margin-bottom: 175px !important; }
  .pt-xl-175 {
    padding-top: 175px !important; }
  .pb-xl-175 {
    padding-bottom: 175px !important; }
  .mt-xl-176 {
    margin-top: 176px !important; }
  .mb-xl-176 {
    margin-bottom: 176px !important; }
  .pt-xl-176 {
    padding-top: 176px !important; }
  .pb-xl-176 {
    padding-bottom: 176px !important; }
  .mt-xl-177 {
    margin-top: 177px !important; }
  .mb-xl-177 {
    margin-bottom: 177px !important; }
  .pt-xl-177 {
    padding-top: 177px !important; }
  .pb-xl-177 {
    padding-bottom: 177px !important; }
  .mt-xl-178 {
    margin-top: 178px !important; }
  .mb-xl-178 {
    margin-bottom: 178px !important; }
  .pt-xl-178 {
    padding-top: 178px !important; }
  .pb-xl-178 {
    padding-bottom: 178px !important; }
  .mt-xl-179 {
    margin-top: 179px !important; }
  .mb-xl-179 {
    margin-bottom: 179px !important; }
  .pt-xl-179 {
    padding-top: 179px !important; }
  .pb-xl-179 {
    padding-bottom: 179px !important; }
  .mt-xl-180 {
    margin-top: 180px !important; }
  .mb-xl-180 {
    margin-bottom: 180px !important; }
  .pt-xl-180 {
    padding-top: 180px !important; }
  .pb-xl-180 {
    padding-bottom: 180px !important; }
  .mt-xl-181 {
    margin-top: 181px !important; }
  .mb-xl-181 {
    margin-bottom: 181px !important; }
  .pt-xl-181 {
    padding-top: 181px !important; }
  .pb-xl-181 {
    padding-bottom: 181px !important; }
  .mt-xl-182 {
    margin-top: 182px !important; }
  .mb-xl-182 {
    margin-bottom: 182px !important; }
  .pt-xl-182 {
    padding-top: 182px !important; }
  .pb-xl-182 {
    padding-bottom: 182px !important; }
  .mt-xl-183 {
    margin-top: 183px !important; }
  .mb-xl-183 {
    margin-bottom: 183px !important; }
  .pt-xl-183 {
    padding-top: 183px !important; }
  .pb-xl-183 {
    padding-bottom: 183px !important; }
  .mt-xl-184 {
    margin-top: 184px !important; }
  .mb-xl-184 {
    margin-bottom: 184px !important; }
  .pt-xl-184 {
    padding-top: 184px !important; }
  .pb-xl-184 {
    padding-bottom: 184px !important; }
  .mt-xl-185 {
    margin-top: 185px !important; }
  .mb-xl-185 {
    margin-bottom: 185px !important; }
  .pt-xl-185 {
    padding-top: 185px !important; }
  .pb-xl-185 {
    padding-bottom: 185px !important; }
  .mt-xl-186 {
    margin-top: 186px !important; }
  .mb-xl-186 {
    margin-bottom: 186px !important; }
  .pt-xl-186 {
    padding-top: 186px !important; }
  .pb-xl-186 {
    padding-bottom: 186px !important; }
  .mt-xl-187 {
    margin-top: 187px !important; }
  .mb-xl-187 {
    margin-bottom: 187px !important; }
  .pt-xl-187 {
    padding-top: 187px !important; }
  .pb-xl-187 {
    padding-bottom: 187px !important; }
  .mt-xl-188 {
    margin-top: 188px !important; }
  .mb-xl-188 {
    margin-bottom: 188px !important; }
  .pt-xl-188 {
    padding-top: 188px !important; }
  .pb-xl-188 {
    padding-bottom: 188px !important; }
  .mt-xl-189 {
    margin-top: 189px !important; }
  .mb-xl-189 {
    margin-bottom: 189px !important; }
  .pt-xl-189 {
    padding-top: 189px !important; }
  .pb-xl-189 {
    padding-bottom: 189px !important; }
  .mt-xl-190 {
    margin-top: 190px !important; }
  .mb-xl-190 {
    margin-bottom: 190px !important; }
  .pt-xl-190 {
    padding-top: 190px !important; }
  .pb-xl-190 {
    padding-bottom: 190px !important; }
  .mt-xl-191 {
    margin-top: 191px !important; }
  .mb-xl-191 {
    margin-bottom: 191px !important; }
  .pt-xl-191 {
    padding-top: 191px !important; }
  .pb-xl-191 {
    padding-bottom: 191px !important; }
  .mt-xl-192 {
    margin-top: 192px !important; }
  .mb-xl-192 {
    margin-bottom: 192px !important; }
  .pt-xl-192 {
    padding-top: 192px !important; }
  .pb-xl-192 {
    padding-bottom: 192px !important; }
  .mt-xl-193 {
    margin-top: 193px !important; }
  .mb-xl-193 {
    margin-bottom: 193px !important; }
  .pt-xl-193 {
    padding-top: 193px !important; }
  .pb-xl-193 {
    padding-bottom: 193px !important; }
  .mt-xl-194 {
    margin-top: 194px !important; }
  .mb-xl-194 {
    margin-bottom: 194px !important; }
  .pt-xl-194 {
    padding-top: 194px !important; }
  .pb-xl-194 {
    padding-bottom: 194px !important; }
  .mt-xl-195 {
    margin-top: 195px !important; }
  .mb-xl-195 {
    margin-bottom: 195px !important; }
  .pt-xl-195 {
    padding-top: 195px !important; }
  .pb-xl-195 {
    padding-bottom: 195px !important; }
  .mt-xl-196 {
    margin-top: 196px !important; }
  .mb-xl-196 {
    margin-bottom: 196px !important; }
  .pt-xl-196 {
    padding-top: 196px !important; }
  .pb-xl-196 {
    padding-bottom: 196px !important; }
  .mt-xl-197 {
    margin-top: 197px !important; }
  .mb-xl-197 {
    margin-bottom: 197px !important; }
  .pt-xl-197 {
    padding-top: 197px !important; }
  .pb-xl-197 {
    padding-bottom: 197px !important; }
  .mt-xl-198 {
    margin-top: 198px !important; }
  .mb-xl-198 {
    margin-bottom: 198px !important; }
  .pt-xl-198 {
    padding-top: 198px !important; }
  .pb-xl-198 {
    padding-bottom: 198px !important; }
  .mt-xl-199 {
    margin-top: 199px !important; }
  .mb-xl-199 {
    margin-bottom: 199px !important; }
  .pt-xl-199 {
    padding-top: 199px !important; }
  .pb-xl-199 {
    padding-bottom: 199px !important; }
  .mt-xl-200 {
    margin-top: 200px !important; }
  .mb-xl-200 {
    margin-bottom: 200px !important; }
  .pt-xl-200 {
    padding-top: 200px !important; }
  .pb-xl-200 {
    padding-bottom: 200px !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .mt-l-0 {
    margin-top: 0px !important; }
  .mb-l-0 {
    margin-bottom: 0px !important; }
  .pt-l-0 {
    padding-top: 0px !important; }
  .pb-l-0 {
    padding-bottom: 0px !important; }
  .mt-l-1 {
    margin-top: 1px !important; }
  .mb-l-1 {
    margin-bottom: 1px !important; }
  .pt-l-1 {
    padding-top: 1px !important; }
  .pb-l-1 {
    padding-bottom: 1px !important; }
  .mt-l-2 {
    margin-top: 2px !important; }
  .mb-l-2 {
    margin-bottom: 2px !important; }
  .pt-l-2 {
    padding-top: 2px !important; }
  .pb-l-2 {
    padding-bottom: 2px !important; }
  .mt-l-3 {
    margin-top: 3px !important; }
  .mb-l-3 {
    margin-bottom: 3px !important; }
  .pt-l-3 {
    padding-top: 3px !important; }
  .pb-l-3 {
    padding-bottom: 3px !important; }
  .mt-l-4 {
    margin-top: 4px !important; }
  .mb-l-4 {
    margin-bottom: 4px !important; }
  .pt-l-4 {
    padding-top: 4px !important; }
  .pb-l-4 {
    padding-bottom: 4px !important; }
  .mt-l-5 {
    margin-top: 5px !important; }
  .mb-l-5 {
    margin-bottom: 5px !important; }
  .pt-l-5 {
    padding-top: 5px !important; }
  .pb-l-5 {
    padding-bottom: 5px !important; }
  .mt-l-6 {
    margin-top: 6px !important; }
  .mb-l-6 {
    margin-bottom: 6px !important; }
  .pt-l-6 {
    padding-top: 6px !important; }
  .pb-l-6 {
    padding-bottom: 6px !important; }
  .mt-l-7 {
    margin-top: 7px !important; }
  .mb-l-7 {
    margin-bottom: 7px !important; }
  .pt-l-7 {
    padding-top: 7px !important; }
  .pb-l-7 {
    padding-bottom: 7px !important; }
  .mt-l-8 {
    margin-top: 8px !important; }
  .mb-l-8 {
    margin-bottom: 8px !important; }
  .pt-l-8 {
    padding-top: 8px !important; }
  .pb-l-8 {
    padding-bottom: 8px !important; }
  .mt-l-9 {
    margin-top: 9px !important; }
  .mb-l-9 {
    margin-bottom: 9px !important; }
  .pt-l-9 {
    padding-top: 9px !important; }
  .pb-l-9 {
    padding-bottom: 9px !important; }
  .mt-l-10 {
    margin-top: 10px !important; }
  .mb-l-10 {
    margin-bottom: 10px !important; }
  .pt-l-10 {
    padding-top: 10px !important; }
  .pb-l-10 {
    padding-bottom: 10px !important; }
  .mt-l-11 {
    margin-top: 11px !important; }
  .mb-l-11 {
    margin-bottom: 11px !important; }
  .pt-l-11 {
    padding-top: 11px !important; }
  .pb-l-11 {
    padding-bottom: 11px !important; }
  .mt-l-12 {
    margin-top: 12px !important; }
  .mb-l-12 {
    margin-bottom: 12px !important; }
  .pt-l-12 {
    padding-top: 12px !important; }
  .pb-l-12 {
    padding-bottom: 12px !important; }
  .mt-l-13 {
    margin-top: 13px !important; }
  .mb-l-13 {
    margin-bottom: 13px !important; }
  .pt-l-13 {
    padding-top: 13px !important; }
  .pb-l-13 {
    padding-bottom: 13px !important; }
  .mt-l-14 {
    margin-top: 14px !important; }
  .mb-l-14 {
    margin-bottom: 14px !important; }
  .pt-l-14 {
    padding-top: 14px !important; }
  .pb-l-14 {
    padding-bottom: 14px !important; }
  .mt-l-15 {
    margin-top: 15px !important; }
  .mb-l-15 {
    margin-bottom: 15px !important; }
  .pt-l-15 {
    padding-top: 15px !important; }
  .pb-l-15 {
    padding-bottom: 15px !important; }
  .mt-l-16 {
    margin-top: 16px !important; }
  .mb-l-16 {
    margin-bottom: 16px !important; }
  .pt-l-16 {
    padding-top: 16px !important; }
  .pb-l-16 {
    padding-bottom: 16px !important; }
  .mt-l-17 {
    margin-top: 17px !important; }
  .mb-l-17 {
    margin-bottom: 17px !important; }
  .pt-l-17 {
    padding-top: 17px !important; }
  .pb-l-17 {
    padding-bottom: 17px !important; }
  .mt-l-18 {
    margin-top: 18px !important; }
  .mb-l-18 {
    margin-bottom: 18px !important; }
  .pt-l-18 {
    padding-top: 18px !important; }
  .pb-l-18 {
    padding-bottom: 18px !important; }
  .mt-l-19 {
    margin-top: 19px !important; }
  .mb-l-19 {
    margin-bottom: 19px !important; }
  .pt-l-19 {
    padding-top: 19px !important; }
  .pb-l-19 {
    padding-bottom: 19px !important; }
  .mt-l-20 {
    margin-top: 20px !important; }
  .mb-l-20 {
    margin-bottom: 20px !important; }
  .pt-l-20 {
    padding-top: 20px !important; }
  .pb-l-20 {
    padding-bottom: 20px !important; }
  .mt-l-21 {
    margin-top: 21px !important; }
  .mb-l-21 {
    margin-bottom: 21px !important; }
  .pt-l-21 {
    padding-top: 21px !important; }
  .pb-l-21 {
    padding-bottom: 21px !important; }
  .mt-l-22 {
    margin-top: 22px !important; }
  .mb-l-22 {
    margin-bottom: 22px !important; }
  .pt-l-22 {
    padding-top: 22px !important; }
  .pb-l-22 {
    padding-bottom: 22px !important; }
  .mt-l-23 {
    margin-top: 23px !important; }
  .mb-l-23 {
    margin-bottom: 23px !important; }
  .pt-l-23 {
    padding-top: 23px !important; }
  .pb-l-23 {
    padding-bottom: 23px !important; }
  .mt-l-24 {
    margin-top: 24px !important; }
  .mb-l-24 {
    margin-bottom: 24px !important; }
  .pt-l-24 {
    padding-top: 24px !important; }
  .pb-l-24 {
    padding-bottom: 24px !important; }
  .mt-l-25 {
    margin-top: 25px !important; }
  .mb-l-25 {
    margin-bottom: 25px !important; }
  .pt-l-25 {
    padding-top: 25px !important; }
  .pb-l-25 {
    padding-bottom: 25px !important; }
  .mt-l-26 {
    margin-top: 26px !important; }
  .mb-l-26 {
    margin-bottom: 26px !important; }
  .pt-l-26 {
    padding-top: 26px !important; }
  .pb-l-26 {
    padding-bottom: 26px !important; }
  .mt-l-27 {
    margin-top: 27px !important; }
  .mb-l-27 {
    margin-bottom: 27px !important; }
  .pt-l-27 {
    padding-top: 27px !important; }
  .pb-l-27 {
    padding-bottom: 27px !important; }
  .mt-l-28 {
    margin-top: 28px !important; }
  .mb-l-28 {
    margin-bottom: 28px !important; }
  .pt-l-28 {
    padding-top: 28px !important; }
  .pb-l-28 {
    padding-bottom: 28px !important; }
  .mt-l-29 {
    margin-top: 29px !important; }
  .mb-l-29 {
    margin-bottom: 29px !important; }
  .pt-l-29 {
    padding-top: 29px !important; }
  .pb-l-29 {
    padding-bottom: 29px !important; }
  .mt-l-30 {
    margin-top: 30px !important; }
  .mb-l-30 {
    margin-bottom: 30px !important; }
  .pt-l-30 {
    padding-top: 30px !important; }
  .pb-l-30 {
    padding-bottom: 30px !important; }
  .mt-l-31 {
    margin-top: 31px !important; }
  .mb-l-31 {
    margin-bottom: 31px !important; }
  .pt-l-31 {
    padding-top: 31px !important; }
  .pb-l-31 {
    padding-bottom: 31px !important; }
  .mt-l-32 {
    margin-top: 32px !important; }
  .mb-l-32 {
    margin-bottom: 32px !important; }
  .pt-l-32 {
    padding-top: 32px !important; }
  .pb-l-32 {
    padding-bottom: 32px !important; }
  .mt-l-33 {
    margin-top: 33px !important; }
  .mb-l-33 {
    margin-bottom: 33px !important; }
  .pt-l-33 {
    padding-top: 33px !important; }
  .pb-l-33 {
    padding-bottom: 33px !important; }
  .mt-l-34 {
    margin-top: 34px !important; }
  .mb-l-34 {
    margin-bottom: 34px !important; }
  .pt-l-34 {
    padding-top: 34px !important; }
  .pb-l-34 {
    padding-bottom: 34px !important; }
  .mt-l-35 {
    margin-top: 35px !important; }
  .mb-l-35 {
    margin-bottom: 35px !important; }
  .pt-l-35 {
    padding-top: 35px !important; }
  .pb-l-35 {
    padding-bottom: 35px !important; }
  .mt-l-36 {
    margin-top: 36px !important; }
  .mb-l-36 {
    margin-bottom: 36px !important; }
  .pt-l-36 {
    padding-top: 36px !important; }
  .pb-l-36 {
    padding-bottom: 36px !important; }
  .mt-l-37 {
    margin-top: 37px !important; }
  .mb-l-37 {
    margin-bottom: 37px !important; }
  .pt-l-37 {
    padding-top: 37px !important; }
  .pb-l-37 {
    padding-bottom: 37px !important; }
  .mt-l-38 {
    margin-top: 38px !important; }
  .mb-l-38 {
    margin-bottom: 38px !important; }
  .pt-l-38 {
    padding-top: 38px !important; }
  .pb-l-38 {
    padding-bottom: 38px !important; }
  .mt-l-39 {
    margin-top: 39px !important; }
  .mb-l-39 {
    margin-bottom: 39px !important; }
  .pt-l-39 {
    padding-top: 39px !important; }
  .pb-l-39 {
    padding-bottom: 39px !important; }
  .mt-l-40 {
    margin-top: 40px !important; }
  .mb-l-40 {
    margin-bottom: 40px !important; }
  .pt-l-40 {
    padding-top: 40px !important; }
  .pb-l-40 {
    padding-bottom: 40px !important; }
  .mt-l-41 {
    margin-top: 41px !important; }
  .mb-l-41 {
    margin-bottom: 41px !important; }
  .pt-l-41 {
    padding-top: 41px !important; }
  .pb-l-41 {
    padding-bottom: 41px !important; }
  .mt-l-42 {
    margin-top: 42px !important; }
  .mb-l-42 {
    margin-bottom: 42px !important; }
  .pt-l-42 {
    padding-top: 42px !important; }
  .pb-l-42 {
    padding-bottom: 42px !important; }
  .mt-l-43 {
    margin-top: 43px !important; }
  .mb-l-43 {
    margin-bottom: 43px !important; }
  .pt-l-43 {
    padding-top: 43px !important; }
  .pb-l-43 {
    padding-bottom: 43px !important; }
  .mt-l-44 {
    margin-top: 44px !important; }
  .mb-l-44 {
    margin-bottom: 44px !important; }
  .pt-l-44 {
    padding-top: 44px !important; }
  .pb-l-44 {
    padding-bottom: 44px !important; }
  .mt-l-45 {
    margin-top: 45px !important; }
  .mb-l-45 {
    margin-bottom: 45px !important; }
  .pt-l-45 {
    padding-top: 45px !important; }
  .pb-l-45 {
    padding-bottom: 45px !important; }
  .mt-l-46 {
    margin-top: 46px !important; }
  .mb-l-46 {
    margin-bottom: 46px !important; }
  .pt-l-46 {
    padding-top: 46px !important; }
  .pb-l-46 {
    padding-bottom: 46px !important; }
  .mt-l-47 {
    margin-top: 47px !important; }
  .mb-l-47 {
    margin-bottom: 47px !important; }
  .pt-l-47 {
    padding-top: 47px !important; }
  .pb-l-47 {
    padding-bottom: 47px !important; }
  .mt-l-48 {
    margin-top: 48px !important; }
  .mb-l-48 {
    margin-bottom: 48px !important; }
  .pt-l-48 {
    padding-top: 48px !important; }
  .pb-l-48 {
    padding-bottom: 48px !important; }
  .mt-l-49 {
    margin-top: 49px !important; }
  .mb-l-49 {
    margin-bottom: 49px !important; }
  .pt-l-49 {
    padding-top: 49px !important; }
  .pb-l-49 {
    padding-bottom: 49px !important; }
  .mt-l-50 {
    margin-top: 50px !important; }
  .mb-l-50 {
    margin-bottom: 50px !important; }
  .pt-l-50 {
    padding-top: 50px !important; }
  .pb-l-50 {
    padding-bottom: 50px !important; }
  .mt-l-51 {
    margin-top: 51px !important; }
  .mb-l-51 {
    margin-bottom: 51px !important; }
  .pt-l-51 {
    padding-top: 51px !important; }
  .pb-l-51 {
    padding-bottom: 51px !important; }
  .mt-l-52 {
    margin-top: 52px !important; }
  .mb-l-52 {
    margin-bottom: 52px !important; }
  .pt-l-52 {
    padding-top: 52px !important; }
  .pb-l-52 {
    padding-bottom: 52px !important; }
  .mt-l-53 {
    margin-top: 53px !important; }
  .mb-l-53 {
    margin-bottom: 53px !important; }
  .pt-l-53 {
    padding-top: 53px !important; }
  .pb-l-53 {
    padding-bottom: 53px !important; }
  .mt-l-54 {
    margin-top: 54px !important; }
  .mb-l-54 {
    margin-bottom: 54px !important; }
  .pt-l-54 {
    padding-top: 54px !important; }
  .pb-l-54 {
    padding-bottom: 54px !important; }
  .mt-l-55 {
    margin-top: 55px !important; }
  .mb-l-55 {
    margin-bottom: 55px !important; }
  .pt-l-55 {
    padding-top: 55px !important; }
  .pb-l-55 {
    padding-bottom: 55px !important; }
  .mt-l-56 {
    margin-top: 56px !important; }
  .mb-l-56 {
    margin-bottom: 56px !important; }
  .pt-l-56 {
    padding-top: 56px !important; }
  .pb-l-56 {
    padding-bottom: 56px !important; }
  .mt-l-57 {
    margin-top: 57px !important; }
  .mb-l-57 {
    margin-bottom: 57px !important; }
  .pt-l-57 {
    padding-top: 57px !important; }
  .pb-l-57 {
    padding-bottom: 57px !important; }
  .mt-l-58 {
    margin-top: 58px !important; }
  .mb-l-58 {
    margin-bottom: 58px !important; }
  .pt-l-58 {
    padding-top: 58px !important; }
  .pb-l-58 {
    padding-bottom: 58px !important; }
  .mt-l-59 {
    margin-top: 59px !important; }
  .mb-l-59 {
    margin-bottom: 59px !important; }
  .pt-l-59 {
    padding-top: 59px !important; }
  .pb-l-59 {
    padding-bottom: 59px !important; }
  .mt-l-60 {
    margin-top: 60px !important; }
  .mb-l-60 {
    margin-bottom: 60px !important; }
  .pt-l-60 {
    padding-top: 60px !important; }
  .pb-l-60 {
    padding-bottom: 60px !important; }
  .mt-l-61 {
    margin-top: 61px !important; }
  .mb-l-61 {
    margin-bottom: 61px !important; }
  .pt-l-61 {
    padding-top: 61px !important; }
  .pb-l-61 {
    padding-bottom: 61px !important; }
  .mt-l-62 {
    margin-top: 62px !important; }
  .mb-l-62 {
    margin-bottom: 62px !important; }
  .pt-l-62 {
    padding-top: 62px !important; }
  .pb-l-62 {
    padding-bottom: 62px !important; }
  .mt-l-63 {
    margin-top: 63px !important; }
  .mb-l-63 {
    margin-bottom: 63px !important; }
  .pt-l-63 {
    padding-top: 63px !important; }
  .pb-l-63 {
    padding-bottom: 63px !important; }
  .mt-l-64 {
    margin-top: 64px !important; }
  .mb-l-64 {
    margin-bottom: 64px !important; }
  .pt-l-64 {
    padding-top: 64px !important; }
  .pb-l-64 {
    padding-bottom: 64px !important; }
  .mt-l-65 {
    margin-top: 65px !important; }
  .mb-l-65 {
    margin-bottom: 65px !important; }
  .pt-l-65 {
    padding-top: 65px !important; }
  .pb-l-65 {
    padding-bottom: 65px !important; }
  .mt-l-66 {
    margin-top: 66px !important; }
  .mb-l-66 {
    margin-bottom: 66px !important; }
  .pt-l-66 {
    padding-top: 66px !important; }
  .pb-l-66 {
    padding-bottom: 66px !important; }
  .mt-l-67 {
    margin-top: 67px !important; }
  .mb-l-67 {
    margin-bottom: 67px !important; }
  .pt-l-67 {
    padding-top: 67px !important; }
  .pb-l-67 {
    padding-bottom: 67px !important; }
  .mt-l-68 {
    margin-top: 68px !important; }
  .mb-l-68 {
    margin-bottom: 68px !important; }
  .pt-l-68 {
    padding-top: 68px !important; }
  .pb-l-68 {
    padding-bottom: 68px !important; }
  .mt-l-69 {
    margin-top: 69px !important; }
  .mb-l-69 {
    margin-bottom: 69px !important; }
  .pt-l-69 {
    padding-top: 69px !important; }
  .pb-l-69 {
    padding-bottom: 69px !important; }
  .mt-l-70 {
    margin-top: 70px !important; }
  .mb-l-70 {
    margin-bottom: 70px !important; }
  .pt-l-70 {
    padding-top: 70px !important; }
  .pb-l-70 {
    padding-bottom: 70px !important; }
  .mt-l-71 {
    margin-top: 71px !important; }
  .mb-l-71 {
    margin-bottom: 71px !important; }
  .pt-l-71 {
    padding-top: 71px !important; }
  .pb-l-71 {
    padding-bottom: 71px !important; }
  .mt-l-72 {
    margin-top: 72px !important; }
  .mb-l-72 {
    margin-bottom: 72px !important; }
  .pt-l-72 {
    padding-top: 72px !important; }
  .pb-l-72 {
    padding-bottom: 72px !important; }
  .mt-l-73 {
    margin-top: 73px !important; }
  .mb-l-73 {
    margin-bottom: 73px !important; }
  .pt-l-73 {
    padding-top: 73px !important; }
  .pb-l-73 {
    padding-bottom: 73px !important; }
  .mt-l-74 {
    margin-top: 74px !important; }
  .mb-l-74 {
    margin-bottom: 74px !important; }
  .pt-l-74 {
    padding-top: 74px !important; }
  .pb-l-74 {
    padding-bottom: 74px !important; }
  .mt-l-75 {
    margin-top: 75px !important; }
  .mb-l-75 {
    margin-bottom: 75px !important; }
  .pt-l-75 {
    padding-top: 75px !important; }
  .pb-l-75 {
    padding-bottom: 75px !important; }
  .mt-l-76 {
    margin-top: 76px !important; }
  .mb-l-76 {
    margin-bottom: 76px !important; }
  .pt-l-76 {
    padding-top: 76px !important; }
  .pb-l-76 {
    padding-bottom: 76px !important; }
  .mt-l-77 {
    margin-top: 77px !important; }
  .mb-l-77 {
    margin-bottom: 77px !important; }
  .pt-l-77 {
    padding-top: 77px !important; }
  .pb-l-77 {
    padding-bottom: 77px !important; }
  .mt-l-78 {
    margin-top: 78px !important; }
  .mb-l-78 {
    margin-bottom: 78px !important; }
  .pt-l-78 {
    padding-top: 78px !important; }
  .pb-l-78 {
    padding-bottom: 78px !important; }
  .mt-l-79 {
    margin-top: 79px !important; }
  .mb-l-79 {
    margin-bottom: 79px !important; }
  .pt-l-79 {
    padding-top: 79px !important; }
  .pb-l-79 {
    padding-bottom: 79px !important; }
  .mt-l-80 {
    margin-top: 80px !important; }
  .mb-l-80 {
    margin-bottom: 80px !important; }
  .pt-l-80 {
    padding-top: 80px !important; }
  .pb-l-80 {
    padding-bottom: 80px !important; }
  .mt-l-81 {
    margin-top: 81px !important; }
  .mb-l-81 {
    margin-bottom: 81px !important; }
  .pt-l-81 {
    padding-top: 81px !important; }
  .pb-l-81 {
    padding-bottom: 81px !important; }
  .mt-l-82 {
    margin-top: 82px !important; }
  .mb-l-82 {
    margin-bottom: 82px !important; }
  .pt-l-82 {
    padding-top: 82px !important; }
  .pb-l-82 {
    padding-bottom: 82px !important; }
  .mt-l-83 {
    margin-top: 83px !important; }
  .mb-l-83 {
    margin-bottom: 83px !important; }
  .pt-l-83 {
    padding-top: 83px !important; }
  .pb-l-83 {
    padding-bottom: 83px !important; }
  .mt-l-84 {
    margin-top: 84px !important; }
  .mb-l-84 {
    margin-bottom: 84px !important; }
  .pt-l-84 {
    padding-top: 84px !important; }
  .pb-l-84 {
    padding-bottom: 84px !important; }
  .mt-l-85 {
    margin-top: 85px !important; }
  .mb-l-85 {
    margin-bottom: 85px !important; }
  .pt-l-85 {
    padding-top: 85px !important; }
  .pb-l-85 {
    padding-bottom: 85px !important; }
  .mt-l-86 {
    margin-top: 86px !important; }
  .mb-l-86 {
    margin-bottom: 86px !important; }
  .pt-l-86 {
    padding-top: 86px !important; }
  .pb-l-86 {
    padding-bottom: 86px !important; }
  .mt-l-87 {
    margin-top: 87px !important; }
  .mb-l-87 {
    margin-bottom: 87px !important; }
  .pt-l-87 {
    padding-top: 87px !important; }
  .pb-l-87 {
    padding-bottom: 87px !important; }
  .mt-l-88 {
    margin-top: 88px !important; }
  .mb-l-88 {
    margin-bottom: 88px !important; }
  .pt-l-88 {
    padding-top: 88px !important; }
  .pb-l-88 {
    padding-bottom: 88px !important; }
  .mt-l-89 {
    margin-top: 89px !important; }
  .mb-l-89 {
    margin-bottom: 89px !important; }
  .pt-l-89 {
    padding-top: 89px !important; }
  .pb-l-89 {
    padding-bottom: 89px !important; }
  .mt-l-90 {
    margin-top: 90px !important; }
  .mb-l-90 {
    margin-bottom: 90px !important; }
  .pt-l-90 {
    padding-top: 90px !important; }
  .pb-l-90 {
    padding-bottom: 90px !important; }
  .mt-l-91 {
    margin-top: 91px !important; }
  .mb-l-91 {
    margin-bottom: 91px !important; }
  .pt-l-91 {
    padding-top: 91px !important; }
  .pb-l-91 {
    padding-bottom: 91px !important; }
  .mt-l-92 {
    margin-top: 92px !important; }
  .mb-l-92 {
    margin-bottom: 92px !important; }
  .pt-l-92 {
    padding-top: 92px !important; }
  .pb-l-92 {
    padding-bottom: 92px !important; }
  .mt-l-93 {
    margin-top: 93px !important; }
  .mb-l-93 {
    margin-bottom: 93px !important; }
  .pt-l-93 {
    padding-top: 93px !important; }
  .pb-l-93 {
    padding-bottom: 93px !important; }
  .mt-l-94 {
    margin-top: 94px !important; }
  .mb-l-94 {
    margin-bottom: 94px !important; }
  .pt-l-94 {
    padding-top: 94px !important; }
  .pb-l-94 {
    padding-bottom: 94px !important; }
  .mt-l-95 {
    margin-top: 95px !important; }
  .mb-l-95 {
    margin-bottom: 95px !important; }
  .pt-l-95 {
    padding-top: 95px !important; }
  .pb-l-95 {
    padding-bottom: 95px !important; }
  .mt-l-96 {
    margin-top: 96px !important; }
  .mb-l-96 {
    margin-bottom: 96px !important; }
  .pt-l-96 {
    padding-top: 96px !important; }
  .pb-l-96 {
    padding-bottom: 96px !important; }
  .mt-l-97 {
    margin-top: 97px !important; }
  .mb-l-97 {
    margin-bottom: 97px !important; }
  .pt-l-97 {
    padding-top: 97px !important; }
  .pb-l-97 {
    padding-bottom: 97px !important; }
  .mt-l-98 {
    margin-top: 98px !important; }
  .mb-l-98 {
    margin-bottom: 98px !important; }
  .pt-l-98 {
    padding-top: 98px !important; }
  .pb-l-98 {
    padding-bottom: 98px !important; }
  .mt-l-99 {
    margin-top: 99px !important; }
  .mb-l-99 {
    margin-bottom: 99px !important; }
  .pt-l-99 {
    padding-top: 99px !important; }
  .pb-l-99 {
    padding-bottom: 99px !important; }
  .mt-l-100 {
    margin-top: 100px !important; }
  .mb-l-100 {
    margin-bottom: 100px !important; }
  .pt-l-100 {
    padding-top: 100px !important; }
  .pb-l-100 {
    padding-bottom: 100px !important; }
  .mt-l-101 {
    margin-top: 101px !important; }
  .mb-l-101 {
    margin-bottom: 101px !important; }
  .pt-l-101 {
    padding-top: 101px !important; }
  .pb-l-101 {
    padding-bottom: 101px !important; }
  .mt-l-102 {
    margin-top: 102px !important; }
  .mb-l-102 {
    margin-bottom: 102px !important; }
  .pt-l-102 {
    padding-top: 102px !important; }
  .pb-l-102 {
    padding-bottom: 102px !important; }
  .mt-l-103 {
    margin-top: 103px !important; }
  .mb-l-103 {
    margin-bottom: 103px !important; }
  .pt-l-103 {
    padding-top: 103px !important; }
  .pb-l-103 {
    padding-bottom: 103px !important; }
  .mt-l-104 {
    margin-top: 104px !important; }
  .mb-l-104 {
    margin-bottom: 104px !important; }
  .pt-l-104 {
    padding-top: 104px !important; }
  .pb-l-104 {
    padding-bottom: 104px !important; }
  .mt-l-105 {
    margin-top: 105px !important; }
  .mb-l-105 {
    margin-bottom: 105px !important; }
  .pt-l-105 {
    padding-top: 105px !important; }
  .pb-l-105 {
    padding-bottom: 105px !important; }
  .mt-l-106 {
    margin-top: 106px !important; }
  .mb-l-106 {
    margin-bottom: 106px !important; }
  .pt-l-106 {
    padding-top: 106px !important; }
  .pb-l-106 {
    padding-bottom: 106px !important; }
  .mt-l-107 {
    margin-top: 107px !important; }
  .mb-l-107 {
    margin-bottom: 107px !important; }
  .pt-l-107 {
    padding-top: 107px !important; }
  .pb-l-107 {
    padding-bottom: 107px !important; }
  .mt-l-108 {
    margin-top: 108px !important; }
  .mb-l-108 {
    margin-bottom: 108px !important; }
  .pt-l-108 {
    padding-top: 108px !important; }
  .pb-l-108 {
    padding-bottom: 108px !important; }
  .mt-l-109 {
    margin-top: 109px !important; }
  .mb-l-109 {
    margin-bottom: 109px !important; }
  .pt-l-109 {
    padding-top: 109px !important; }
  .pb-l-109 {
    padding-bottom: 109px !important; }
  .mt-l-110 {
    margin-top: 110px !important; }
  .mb-l-110 {
    margin-bottom: 110px !important; }
  .pt-l-110 {
    padding-top: 110px !important; }
  .pb-l-110 {
    padding-bottom: 110px !important; }
  .mt-l-111 {
    margin-top: 111px !important; }
  .mb-l-111 {
    margin-bottom: 111px !important; }
  .pt-l-111 {
    padding-top: 111px !important; }
  .pb-l-111 {
    padding-bottom: 111px !important; }
  .mt-l-112 {
    margin-top: 112px !important; }
  .mb-l-112 {
    margin-bottom: 112px !important; }
  .pt-l-112 {
    padding-top: 112px !important; }
  .pb-l-112 {
    padding-bottom: 112px !important; }
  .mt-l-113 {
    margin-top: 113px !important; }
  .mb-l-113 {
    margin-bottom: 113px !important; }
  .pt-l-113 {
    padding-top: 113px !important; }
  .pb-l-113 {
    padding-bottom: 113px !important; }
  .mt-l-114 {
    margin-top: 114px !important; }
  .mb-l-114 {
    margin-bottom: 114px !important; }
  .pt-l-114 {
    padding-top: 114px !important; }
  .pb-l-114 {
    padding-bottom: 114px !important; }
  .mt-l-115 {
    margin-top: 115px !important; }
  .mb-l-115 {
    margin-bottom: 115px !important; }
  .pt-l-115 {
    padding-top: 115px !important; }
  .pb-l-115 {
    padding-bottom: 115px !important; }
  .mt-l-116 {
    margin-top: 116px !important; }
  .mb-l-116 {
    margin-bottom: 116px !important; }
  .pt-l-116 {
    padding-top: 116px !important; }
  .pb-l-116 {
    padding-bottom: 116px !important; }
  .mt-l-117 {
    margin-top: 117px !important; }
  .mb-l-117 {
    margin-bottom: 117px !important; }
  .pt-l-117 {
    padding-top: 117px !important; }
  .pb-l-117 {
    padding-bottom: 117px !important; }
  .mt-l-118 {
    margin-top: 118px !important; }
  .mb-l-118 {
    margin-bottom: 118px !important; }
  .pt-l-118 {
    padding-top: 118px !important; }
  .pb-l-118 {
    padding-bottom: 118px !important; }
  .mt-l-119 {
    margin-top: 119px !important; }
  .mb-l-119 {
    margin-bottom: 119px !important; }
  .pt-l-119 {
    padding-top: 119px !important; }
  .pb-l-119 {
    padding-bottom: 119px !important; }
  .mt-l-120 {
    margin-top: 120px !important; }
  .mb-l-120 {
    margin-bottom: 120px !important; }
  .pt-l-120 {
    padding-top: 120px !important; }
  .pb-l-120 {
    padding-bottom: 120px !important; }
  .mt-l-121 {
    margin-top: 121px !important; }
  .mb-l-121 {
    margin-bottom: 121px !important; }
  .pt-l-121 {
    padding-top: 121px !important; }
  .pb-l-121 {
    padding-bottom: 121px !important; }
  .mt-l-122 {
    margin-top: 122px !important; }
  .mb-l-122 {
    margin-bottom: 122px !important; }
  .pt-l-122 {
    padding-top: 122px !important; }
  .pb-l-122 {
    padding-bottom: 122px !important; }
  .mt-l-123 {
    margin-top: 123px !important; }
  .mb-l-123 {
    margin-bottom: 123px !important; }
  .pt-l-123 {
    padding-top: 123px !important; }
  .pb-l-123 {
    padding-bottom: 123px !important; }
  .mt-l-124 {
    margin-top: 124px !important; }
  .mb-l-124 {
    margin-bottom: 124px !important; }
  .pt-l-124 {
    padding-top: 124px !important; }
  .pb-l-124 {
    padding-bottom: 124px !important; }
  .mt-l-125 {
    margin-top: 125px !important; }
  .mb-l-125 {
    margin-bottom: 125px !important; }
  .pt-l-125 {
    padding-top: 125px !important; }
  .pb-l-125 {
    padding-bottom: 125px !important; }
  .mt-l-126 {
    margin-top: 126px !important; }
  .mb-l-126 {
    margin-bottom: 126px !important; }
  .pt-l-126 {
    padding-top: 126px !important; }
  .pb-l-126 {
    padding-bottom: 126px !important; }
  .mt-l-127 {
    margin-top: 127px !important; }
  .mb-l-127 {
    margin-bottom: 127px !important; }
  .pt-l-127 {
    padding-top: 127px !important; }
  .pb-l-127 {
    padding-bottom: 127px !important; }
  .mt-l-128 {
    margin-top: 128px !important; }
  .mb-l-128 {
    margin-bottom: 128px !important; }
  .pt-l-128 {
    padding-top: 128px !important; }
  .pb-l-128 {
    padding-bottom: 128px !important; }
  .mt-l-129 {
    margin-top: 129px !important; }
  .mb-l-129 {
    margin-bottom: 129px !important; }
  .pt-l-129 {
    padding-top: 129px !important; }
  .pb-l-129 {
    padding-bottom: 129px !important; }
  .mt-l-130 {
    margin-top: 130px !important; }
  .mb-l-130 {
    margin-bottom: 130px !important; }
  .pt-l-130 {
    padding-top: 130px !important; }
  .pb-l-130 {
    padding-bottom: 130px !important; }
  .mt-l-131 {
    margin-top: 131px !important; }
  .mb-l-131 {
    margin-bottom: 131px !important; }
  .pt-l-131 {
    padding-top: 131px !important; }
  .pb-l-131 {
    padding-bottom: 131px !important; }
  .mt-l-132 {
    margin-top: 132px !important; }
  .mb-l-132 {
    margin-bottom: 132px !important; }
  .pt-l-132 {
    padding-top: 132px !important; }
  .pb-l-132 {
    padding-bottom: 132px !important; }
  .mt-l-133 {
    margin-top: 133px !important; }
  .mb-l-133 {
    margin-bottom: 133px !important; }
  .pt-l-133 {
    padding-top: 133px !important; }
  .pb-l-133 {
    padding-bottom: 133px !important; }
  .mt-l-134 {
    margin-top: 134px !important; }
  .mb-l-134 {
    margin-bottom: 134px !important; }
  .pt-l-134 {
    padding-top: 134px !important; }
  .pb-l-134 {
    padding-bottom: 134px !important; }
  .mt-l-135 {
    margin-top: 135px !important; }
  .mb-l-135 {
    margin-bottom: 135px !important; }
  .pt-l-135 {
    padding-top: 135px !important; }
  .pb-l-135 {
    padding-bottom: 135px !important; }
  .mt-l-136 {
    margin-top: 136px !important; }
  .mb-l-136 {
    margin-bottom: 136px !important; }
  .pt-l-136 {
    padding-top: 136px !important; }
  .pb-l-136 {
    padding-bottom: 136px !important; }
  .mt-l-137 {
    margin-top: 137px !important; }
  .mb-l-137 {
    margin-bottom: 137px !important; }
  .pt-l-137 {
    padding-top: 137px !important; }
  .pb-l-137 {
    padding-bottom: 137px !important; }
  .mt-l-138 {
    margin-top: 138px !important; }
  .mb-l-138 {
    margin-bottom: 138px !important; }
  .pt-l-138 {
    padding-top: 138px !important; }
  .pb-l-138 {
    padding-bottom: 138px !important; }
  .mt-l-139 {
    margin-top: 139px !important; }
  .mb-l-139 {
    margin-bottom: 139px !important; }
  .pt-l-139 {
    padding-top: 139px !important; }
  .pb-l-139 {
    padding-bottom: 139px !important; }
  .mt-l-140 {
    margin-top: 140px !important; }
  .mb-l-140 {
    margin-bottom: 140px !important; }
  .pt-l-140 {
    padding-top: 140px !important; }
  .pb-l-140 {
    padding-bottom: 140px !important; }
  .mt-l-141 {
    margin-top: 141px !important; }
  .mb-l-141 {
    margin-bottom: 141px !important; }
  .pt-l-141 {
    padding-top: 141px !important; }
  .pb-l-141 {
    padding-bottom: 141px !important; }
  .mt-l-142 {
    margin-top: 142px !important; }
  .mb-l-142 {
    margin-bottom: 142px !important; }
  .pt-l-142 {
    padding-top: 142px !important; }
  .pb-l-142 {
    padding-bottom: 142px !important; }
  .mt-l-143 {
    margin-top: 143px !important; }
  .mb-l-143 {
    margin-bottom: 143px !important; }
  .pt-l-143 {
    padding-top: 143px !important; }
  .pb-l-143 {
    padding-bottom: 143px !important; }
  .mt-l-144 {
    margin-top: 144px !important; }
  .mb-l-144 {
    margin-bottom: 144px !important; }
  .pt-l-144 {
    padding-top: 144px !important; }
  .pb-l-144 {
    padding-bottom: 144px !important; }
  .mt-l-145 {
    margin-top: 145px !important; }
  .mb-l-145 {
    margin-bottom: 145px !important; }
  .pt-l-145 {
    padding-top: 145px !important; }
  .pb-l-145 {
    padding-bottom: 145px !important; }
  .mt-l-146 {
    margin-top: 146px !important; }
  .mb-l-146 {
    margin-bottom: 146px !important; }
  .pt-l-146 {
    padding-top: 146px !important; }
  .pb-l-146 {
    padding-bottom: 146px !important; }
  .mt-l-147 {
    margin-top: 147px !important; }
  .mb-l-147 {
    margin-bottom: 147px !important; }
  .pt-l-147 {
    padding-top: 147px !important; }
  .pb-l-147 {
    padding-bottom: 147px !important; }
  .mt-l-148 {
    margin-top: 148px !important; }
  .mb-l-148 {
    margin-bottom: 148px !important; }
  .pt-l-148 {
    padding-top: 148px !important; }
  .pb-l-148 {
    padding-bottom: 148px !important; }
  .mt-l-149 {
    margin-top: 149px !important; }
  .mb-l-149 {
    margin-bottom: 149px !important; }
  .pt-l-149 {
    padding-top: 149px !important; }
  .pb-l-149 {
    padding-bottom: 149px !important; }
  .mt-l-150 {
    margin-top: 150px !important; }
  .mb-l-150 {
    margin-bottom: 150px !important; }
  .pt-l-150 {
    padding-top: 150px !important; }
  .pb-l-150 {
    padding-bottom: 150px !important; }
  .mt-l-151 {
    margin-top: 151px !important; }
  .mb-l-151 {
    margin-bottom: 151px !important; }
  .pt-l-151 {
    padding-top: 151px !important; }
  .pb-l-151 {
    padding-bottom: 151px !important; }
  .mt-l-152 {
    margin-top: 152px !important; }
  .mb-l-152 {
    margin-bottom: 152px !important; }
  .pt-l-152 {
    padding-top: 152px !important; }
  .pb-l-152 {
    padding-bottom: 152px !important; }
  .mt-l-153 {
    margin-top: 153px !important; }
  .mb-l-153 {
    margin-bottom: 153px !important; }
  .pt-l-153 {
    padding-top: 153px !important; }
  .pb-l-153 {
    padding-bottom: 153px !important; }
  .mt-l-154 {
    margin-top: 154px !important; }
  .mb-l-154 {
    margin-bottom: 154px !important; }
  .pt-l-154 {
    padding-top: 154px !important; }
  .pb-l-154 {
    padding-bottom: 154px !important; }
  .mt-l-155 {
    margin-top: 155px !important; }
  .mb-l-155 {
    margin-bottom: 155px !important; }
  .pt-l-155 {
    padding-top: 155px !important; }
  .pb-l-155 {
    padding-bottom: 155px !important; }
  .mt-l-156 {
    margin-top: 156px !important; }
  .mb-l-156 {
    margin-bottom: 156px !important; }
  .pt-l-156 {
    padding-top: 156px !important; }
  .pb-l-156 {
    padding-bottom: 156px !important; }
  .mt-l-157 {
    margin-top: 157px !important; }
  .mb-l-157 {
    margin-bottom: 157px !important; }
  .pt-l-157 {
    padding-top: 157px !important; }
  .pb-l-157 {
    padding-bottom: 157px !important; }
  .mt-l-158 {
    margin-top: 158px !important; }
  .mb-l-158 {
    margin-bottom: 158px !important; }
  .pt-l-158 {
    padding-top: 158px !important; }
  .pb-l-158 {
    padding-bottom: 158px !important; }
  .mt-l-159 {
    margin-top: 159px !important; }
  .mb-l-159 {
    margin-bottom: 159px !important; }
  .pt-l-159 {
    padding-top: 159px !important; }
  .pb-l-159 {
    padding-bottom: 159px !important; }
  .mt-l-160 {
    margin-top: 160px !important; }
  .mb-l-160 {
    margin-bottom: 160px !important; }
  .pt-l-160 {
    padding-top: 160px !important; }
  .pb-l-160 {
    padding-bottom: 160px !important; }
  .mt-l-161 {
    margin-top: 161px !important; }
  .mb-l-161 {
    margin-bottom: 161px !important; }
  .pt-l-161 {
    padding-top: 161px !important; }
  .pb-l-161 {
    padding-bottom: 161px !important; }
  .mt-l-162 {
    margin-top: 162px !important; }
  .mb-l-162 {
    margin-bottom: 162px !important; }
  .pt-l-162 {
    padding-top: 162px !important; }
  .pb-l-162 {
    padding-bottom: 162px !important; }
  .mt-l-163 {
    margin-top: 163px !important; }
  .mb-l-163 {
    margin-bottom: 163px !important; }
  .pt-l-163 {
    padding-top: 163px !important; }
  .pb-l-163 {
    padding-bottom: 163px !important; }
  .mt-l-164 {
    margin-top: 164px !important; }
  .mb-l-164 {
    margin-bottom: 164px !important; }
  .pt-l-164 {
    padding-top: 164px !important; }
  .pb-l-164 {
    padding-bottom: 164px !important; }
  .mt-l-165 {
    margin-top: 165px !important; }
  .mb-l-165 {
    margin-bottom: 165px !important; }
  .pt-l-165 {
    padding-top: 165px !important; }
  .pb-l-165 {
    padding-bottom: 165px !important; }
  .mt-l-166 {
    margin-top: 166px !important; }
  .mb-l-166 {
    margin-bottom: 166px !important; }
  .pt-l-166 {
    padding-top: 166px !important; }
  .pb-l-166 {
    padding-bottom: 166px !important; }
  .mt-l-167 {
    margin-top: 167px !important; }
  .mb-l-167 {
    margin-bottom: 167px !important; }
  .pt-l-167 {
    padding-top: 167px !important; }
  .pb-l-167 {
    padding-bottom: 167px !important; }
  .mt-l-168 {
    margin-top: 168px !important; }
  .mb-l-168 {
    margin-bottom: 168px !important; }
  .pt-l-168 {
    padding-top: 168px !important; }
  .pb-l-168 {
    padding-bottom: 168px !important; }
  .mt-l-169 {
    margin-top: 169px !important; }
  .mb-l-169 {
    margin-bottom: 169px !important; }
  .pt-l-169 {
    padding-top: 169px !important; }
  .pb-l-169 {
    padding-bottom: 169px !important; }
  .mt-l-170 {
    margin-top: 170px !important; }
  .mb-l-170 {
    margin-bottom: 170px !important; }
  .pt-l-170 {
    padding-top: 170px !important; }
  .pb-l-170 {
    padding-bottom: 170px !important; }
  .mt-l-171 {
    margin-top: 171px !important; }
  .mb-l-171 {
    margin-bottom: 171px !important; }
  .pt-l-171 {
    padding-top: 171px !important; }
  .pb-l-171 {
    padding-bottom: 171px !important; }
  .mt-l-172 {
    margin-top: 172px !important; }
  .mb-l-172 {
    margin-bottom: 172px !important; }
  .pt-l-172 {
    padding-top: 172px !important; }
  .pb-l-172 {
    padding-bottom: 172px !important; }
  .mt-l-173 {
    margin-top: 173px !important; }
  .mb-l-173 {
    margin-bottom: 173px !important; }
  .pt-l-173 {
    padding-top: 173px !important; }
  .pb-l-173 {
    padding-bottom: 173px !important; }
  .mt-l-174 {
    margin-top: 174px !important; }
  .mb-l-174 {
    margin-bottom: 174px !important; }
  .pt-l-174 {
    padding-top: 174px !important; }
  .pb-l-174 {
    padding-bottom: 174px !important; }
  .mt-l-175 {
    margin-top: 175px !important; }
  .mb-l-175 {
    margin-bottom: 175px !important; }
  .pt-l-175 {
    padding-top: 175px !important; }
  .pb-l-175 {
    padding-bottom: 175px !important; }
  .mt-l-176 {
    margin-top: 176px !important; }
  .mb-l-176 {
    margin-bottom: 176px !important; }
  .pt-l-176 {
    padding-top: 176px !important; }
  .pb-l-176 {
    padding-bottom: 176px !important; }
  .mt-l-177 {
    margin-top: 177px !important; }
  .mb-l-177 {
    margin-bottom: 177px !important; }
  .pt-l-177 {
    padding-top: 177px !important; }
  .pb-l-177 {
    padding-bottom: 177px !important; }
  .mt-l-178 {
    margin-top: 178px !important; }
  .mb-l-178 {
    margin-bottom: 178px !important; }
  .pt-l-178 {
    padding-top: 178px !important; }
  .pb-l-178 {
    padding-bottom: 178px !important; }
  .mt-l-179 {
    margin-top: 179px !important; }
  .mb-l-179 {
    margin-bottom: 179px !important; }
  .pt-l-179 {
    padding-top: 179px !important; }
  .pb-l-179 {
    padding-bottom: 179px !important; }
  .mt-l-180 {
    margin-top: 180px !important; }
  .mb-l-180 {
    margin-bottom: 180px !important; }
  .pt-l-180 {
    padding-top: 180px !important; }
  .pb-l-180 {
    padding-bottom: 180px !important; }
  .mt-l-181 {
    margin-top: 181px !important; }
  .mb-l-181 {
    margin-bottom: 181px !important; }
  .pt-l-181 {
    padding-top: 181px !important; }
  .pb-l-181 {
    padding-bottom: 181px !important; }
  .mt-l-182 {
    margin-top: 182px !important; }
  .mb-l-182 {
    margin-bottom: 182px !important; }
  .pt-l-182 {
    padding-top: 182px !important; }
  .pb-l-182 {
    padding-bottom: 182px !important; }
  .mt-l-183 {
    margin-top: 183px !important; }
  .mb-l-183 {
    margin-bottom: 183px !important; }
  .pt-l-183 {
    padding-top: 183px !important; }
  .pb-l-183 {
    padding-bottom: 183px !important; }
  .mt-l-184 {
    margin-top: 184px !important; }
  .mb-l-184 {
    margin-bottom: 184px !important; }
  .pt-l-184 {
    padding-top: 184px !important; }
  .pb-l-184 {
    padding-bottom: 184px !important; }
  .mt-l-185 {
    margin-top: 185px !important; }
  .mb-l-185 {
    margin-bottom: 185px !important; }
  .pt-l-185 {
    padding-top: 185px !important; }
  .pb-l-185 {
    padding-bottom: 185px !important; }
  .mt-l-186 {
    margin-top: 186px !important; }
  .mb-l-186 {
    margin-bottom: 186px !important; }
  .pt-l-186 {
    padding-top: 186px !important; }
  .pb-l-186 {
    padding-bottom: 186px !important; }
  .mt-l-187 {
    margin-top: 187px !important; }
  .mb-l-187 {
    margin-bottom: 187px !important; }
  .pt-l-187 {
    padding-top: 187px !important; }
  .pb-l-187 {
    padding-bottom: 187px !important; }
  .mt-l-188 {
    margin-top: 188px !important; }
  .mb-l-188 {
    margin-bottom: 188px !important; }
  .pt-l-188 {
    padding-top: 188px !important; }
  .pb-l-188 {
    padding-bottom: 188px !important; }
  .mt-l-189 {
    margin-top: 189px !important; }
  .mb-l-189 {
    margin-bottom: 189px !important; }
  .pt-l-189 {
    padding-top: 189px !important; }
  .pb-l-189 {
    padding-bottom: 189px !important; }
  .mt-l-190 {
    margin-top: 190px !important; }
  .mb-l-190 {
    margin-bottom: 190px !important; }
  .pt-l-190 {
    padding-top: 190px !important; }
  .pb-l-190 {
    padding-bottom: 190px !important; }
  .mt-l-191 {
    margin-top: 191px !important; }
  .mb-l-191 {
    margin-bottom: 191px !important; }
  .pt-l-191 {
    padding-top: 191px !important; }
  .pb-l-191 {
    padding-bottom: 191px !important; }
  .mt-l-192 {
    margin-top: 192px !important; }
  .mb-l-192 {
    margin-bottom: 192px !important; }
  .pt-l-192 {
    padding-top: 192px !important; }
  .pb-l-192 {
    padding-bottom: 192px !important; }
  .mt-l-193 {
    margin-top: 193px !important; }
  .mb-l-193 {
    margin-bottom: 193px !important; }
  .pt-l-193 {
    padding-top: 193px !important; }
  .pb-l-193 {
    padding-bottom: 193px !important; }
  .mt-l-194 {
    margin-top: 194px !important; }
  .mb-l-194 {
    margin-bottom: 194px !important; }
  .pt-l-194 {
    padding-top: 194px !important; }
  .pb-l-194 {
    padding-bottom: 194px !important; }
  .mt-l-195 {
    margin-top: 195px !important; }
  .mb-l-195 {
    margin-bottom: 195px !important; }
  .pt-l-195 {
    padding-top: 195px !important; }
  .pb-l-195 {
    padding-bottom: 195px !important; }
  .mt-l-196 {
    margin-top: 196px !important; }
  .mb-l-196 {
    margin-bottom: 196px !important; }
  .pt-l-196 {
    padding-top: 196px !important; }
  .pb-l-196 {
    padding-bottom: 196px !important; }
  .mt-l-197 {
    margin-top: 197px !important; }
  .mb-l-197 {
    margin-bottom: 197px !important; }
  .pt-l-197 {
    padding-top: 197px !important; }
  .pb-l-197 {
    padding-bottom: 197px !important; }
  .mt-l-198 {
    margin-top: 198px !important; }
  .mb-l-198 {
    margin-bottom: 198px !important; }
  .pt-l-198 {
    padding-top: 198px !important; }
  .pb-l-198 {
    padding-bottom: 198px !important; }
  .mt-l-199 {
    margin-top: 199px !important; }
  .mb-l-199 {
    margin-bottom: 199px !important; }
  .pt-l-199 {
    padding-top: 199px !important; }
  .pb-l-199 {
    padding-bottom: 199px !important; }
  .mt-l-200 {
    margin-top: 200px !important; }
  .mb-l-200 {
    margin-bottom: 200px !important; }
  .pt-l-200 {
    padding-top: 200px !important; }
  .pb-l-200 {
    padding-bottom: 200px !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .mt-m-0 {
    margin-top: 0px !important; }
  .mb-m-0 {
    margin-bottom: 0px !important; }
  .pt-m-0 {
    padding-top: 0px !important; }
  .pb-m-0 {
    padding-bottom: 0px !important; }
  .mt-m-1 {
    margin-top: 1px !important; }
  .mb-m-1 {
    margin-bottom: 1px !important; }
  .pt-m-1 {
    padding-top: 1px !important; }
  .pb-m-1 {
    padding-bottom: 1px !important; }
  .mt-m-2 {
    margin-top: 2px !important; }
  .mb-m-2 {
    margin-bottom: 2px !important; }
  .pt-m-2 {
    padding-top: 2px !important; }
  .pb-m-2 {
    padding-bottom: 2px !important; }
  .mt-m-3 {
    margin-top: 3px !important; }
  .mb-m-3 {
    margin-bottom: 3px !important; }
  .pt-m-3 {
    padding-top: 3px !important; }
  .pb-m-3 {
    padding-bottom: 3px !important; }
  .mt-m-4 {
    margin-top: 4px !important; }
  .mb-m-4 {
    margin-bottom: 4px !important; }
  .pt-m-4 {
    padding-top: 4px !important; }
  .pb-m-4 {
    padding-bottom: 4px !important; }
  .mt-m-5 {
    margin-top: 5px !important; }
  .mb-m-5 {
    margin-bottom: 5px !important; }
  .pt-m-5 {
    padding-top: 5px !important; }
  .pb-m-5 {
    padding-bottom: 5px !important; }
  .mt-m-6 {
    margin-top: 6px !important; }
  .mb-m-6 {
    margin-bottom: 6px !important; }
  .pt-m-6 {
    padding-top: 6px !important; }
  .pb-m-6 {
    padding-bottom: 6px !important; }
  .mt-m-7 {
    margin-top: 7px !important; }
  .mb-m-7 {
    margin-bottom: 7px !important; }
  .pt-m-7 {
    padding-top: 7px !important; }
  .pb-m-7 {
    padding-bottom: 7px !important; }
  .mt-m-8 {
    margin-top: 8px !important; }
  .mb-m-8 {
    margin-bottom: 8px !important; }
  .pt-m-8 {
    padding-top: 8px !important; }
  .pb-m-8 {
    padding-bottom: 8px !important; }
  .mt-m-9 {
    margin-top: 9px !important; }
  .mb-m-9 {
    margin-bottom: 9px !important; }
  .pt-m-9 {
    padding-top: 9px !important; }
  .pb-m-9 {
    padding-bottom: 9px !important; }
  .mt-m-10 {
    margin-top: 10px !important; }
  .mb-m-10 {
    margin-bottom: 10px !important; }
  .pt-m-10 {
    padding-top: 10px !important; }
  .pb-m-10 {
    padding-bottom: 10px !important; }
  .mt-m-11 {
    margin-top: 11px !important; }
  .mb-m-11 {
    margin-bottom: 11px !important; }
  .pt-m-11 {
    padding-top: 11px !important; }
  .pb-m-11 {
    padding-bottom: 11px !important; }
  .mt-m-12 {
    margin-top: 12px !important; }
  .mb-m-12 {
    margin-bottom: 12px !important; }
  .pt-m-12 {
    padding-top: 12px !important; }
  .pb-m-12 {
    padding-bottom: 12px !important; }
  .mt-m-13 {
    margin-top: 13px !important; }
  .mb-m-13 {
    margin-bottom: 13px !important; }
  .pt-m-13 {
    padding-top: 13px !important; }
  .pb-m-13 {
    padding-bottom: 13px !important; }
  .mt-m-14 {
    margin-top: 14px !important; }
  .mb-m-14 {
    margin-bottom: 14px !important; }
  .pt-m-14 {
    padding-top: 14px !important; }
  .pb-m-14 {
    padding-bottom: 14px !important; }
  .mt-m-15 {
    margin-top: 15px !important; }
  .mb-m-15 {
    margin-bottom: 15px !important; }
  .pt-m-15 {
    padding-top: 15px !important; }
  .pb-m-15 {
    padding-bottom: 15px !important; }
  .mt-m-16 {
    margin-top: 16px !important; }
  .mb-m-16 {
    margin-bottom: 16px !important; }
  .pt-m-16 {
    padding-top: 16px !important; }
  .pb-m-16 {
    padding-bottom: 16px !important; }
  .mt-m-17 {
    margin-top: 17px !important; }
  .mb-m-17 {
    margin-bottom: 17px !important; }
  .pt-m-17 {
    padding-top: 17px !important; }
  .pb-m-17 {
    padding-bottom: 17px !important; }
  .mt-m-18 {
    margin-top: 18px !important; }
  .mb-m-18 {
    margin-bottom: 18px !important; }
  .pt-m-18 {
    padding-top: 18px !important; }
  .pb-m-18 {
    padding-bottom: 18px !important; }
  .mt-m-19 {
    margin-top: 19px !important; }
  .mb-m-19 {
    margin-bottom: 19px !important; }
  .pt-m-19 {
    padding-top: 19px !important; }
  .pb-m-19 {
    padding-bottom: 19px !important; }
  .mt-m-20 {
    margin-top: 20px !important; }
  .mb-m-20 {
    margin-bottom: 20px !important; }
  .pt-m-20 {
    padding-top: 20px !important; }
  .pb-m-20 {
    padding-bottom: 20px !important; }
  .mt-m-21 {
    margin-top: 21px !important; }
  .mb-m-21 {
    margin-bottom: 21px !important; }
  .pt-m-21 {
    padding-top: 21px !important; }
  .pb-m-21 {
    padding-bottom: 21px !important; }
  .mt-m-22 {
    margin-top: 22px !important; }
  .mb-m-22 {
    margin-bottom: 22px !important; }
  .pt-m-22 {
    padding-top: 22px !important; }
  .pb-m-22 {
    padding-bottom: 22px !important; }
  .mt-m-23 {
    margin-top: 23px !important; }
  .mb-m-23 {
    margin-bottom: 23px !important; }
  .pt-m-23 {
    padding-top: 23px !important; }
  .pb-m-23 {
    padding-bottom: 23px !important; }
  .mt-m-24 {
    margin-top: 24px !important; }
  .mb-m-24 {
    margin-bottom: 24px !important; }
  .pt-m-24 {
    padding-top: 24px !important; }
  .pb-m-24 {
    padding-bottom: 24px !important; }
  .mt-m-25 {
    margin-top: 25px !important; }
  .mb-m-25 {
    margin-bottom: 25px !important; }
  .pt-m-25 {
    padding-top: 25px !important; }
  .pb-m-25 {
    padding-bottom: 25px !important; }
  .mt-m-26 {
    margin-top: 26px !important; }
  .mb-m-26 {
    margin-bottom: 26px !important; }
  .pt-m-26 {
    padding-top: 26px !important; }
  .pb-m-26 {
    padding-bottom: 26px !important; }
  .mt-m-27 {
    margin-top: 27px !important; }
  .mb-m-27 {
    margin-bottom: 27px !important; }
  .pt-m-27 {
    padding-top: 27px !important; }
  .pb-m-27 {
    padding-bottom: 27px !important; }
  .mt-m-28 {
    margin-top: 28px !important; }
  .mb-m-28 {
    margin-bottom: 28px !important; }
  .pt-m-28 {
    padding-top: 28px !important; }
  .pb-m-28 {
    padding-bottom: 28px !important; }
  .mt-m-29 {
    margin-top: 29px !important; }
  .mb-m-29 {
    margin-bottom: 29px !important; }
  .pt-m-29 {
    padding-top: 29px !important; }
  .pb-m-29 {
    padding-bottom: 29px !important; }
  .mt-m-30 {
    margin-top: 30px !important; }
  .mb-m-30 {
    margin-bottom: 30px !important; }
  .pt-m-30 {
    padding-top: 30px !important; }
  .pb-m-30 {
    padding-bottom: 30px !important; }
  .mt-m-31 {
    margin-top: 31px !important; }
  .mb-m-31 {
    margin-bottom: 31px !important; }
  .pt-m-31 {
    padding-top: 31px !important; }
  .pb-m-31 {
    padding-bottom: 31px !important; }
  .mt-m-32 {
    margin-top: 32px !important; }
  .mb-m-32 {
    margin-bottom: 32px !important; }
  .pt-m-32 {
    padding-top: 32px !important; }
  .pb-m-32 {
    padding-bottom: 32px !important; }
  .mt-m-33 {
    margin-top: 33px !important; }
  .mb-m-33 {
    margin-bottom: 33px !important; }
  .pt-m-33 {
    padding-top: 33px !important; }
  .pb-m-33 {
    padding-bottom: 33px !important; }
  .mt-m-34 {
    margin-top: 34px !important; }
  .mb-m-34 {
    margin-bottom: 34px !important; }
  .pt-m-34 {
    padding-top: 34px !important; }
  .pb-m-34 {
    padding-bottom: 34px !important; }
  .mt-m-35 {
    margin-top: 35px !important; }
  .mb-m-35 {
    margin-bottom: 35px !important; }
  .pt-m-35 {
    padding-top: 35px !important; }
  .pb-m-35 {
    padding-bottom: 35px !important; }
  .mt-m-36 {
    margin-top: 36px !important; }
  .mb-m-36 {
    margin-bottom: 36px !important; }
  .pt-m-36 {
    padding-top: 36px !important; }
  .pb-m-36 {
    padding-bottom: 36px !important; }
  .mt-m-37 {
    margin-top: 37px !important; }
  .mb-m-37 {
    margin-bottom: 37px !important; }
  .pt-m-37 {
    padding-top: 37px !important; }
  .pb-m-37 {
    padding-bottom: 37px !important; }
  .mt-m-38 {
    margin-top: 38px !important; }
  .mb-m-38 {
    margin-bottom: 38px !important; }
  .pt-m-38 {
    padding-top: 38px !important; }
  .pb-m-38 {
    padding-bottom: 38px !important; }
  .mt-m-39 {
    margin-top: 39px !important; }
  .mb-m-39 {
    margin-bottom: 39px !important; }
  .pt-m-39 {
    padding-top: 39px !important; }
  .pb-m-39 {
    padding-bottom: 39px !important; }
  .mt-m-40 {
    margin-top: 40px !important; }
  .mb-m-40 {
    margin-bottom: 40px !important; }
  .pt-m-40 {
    padding-top: 40px !important; }
  .pb-m-40 {
    padding-bottom: 40px !important; }
  .mt-m-41 {
    margin-top: 41px !important; }
  .mb-m-41 {
    margin-bottom: 41px !important; }
  .pt-m-41 {
    padding-top: 41px !important; }
  .pb-m-41 {
    padding-bottom: 41px !important; }
  .mt-m-42 {
    margin-top: 42px !important; }
  .mb-m-42 {
    margin-bottom: 42px !important; }
  .pt-m-42 {
    padding-top: 42px !important; }
  .pb-m-42 {
    padding-bottom: 42px !important; }
  .mt-m-43 {
    margin-top: 43px !important; }
  .mb-m-43 {
    margin-bottom: 43px !important; }
  .pt-m-43 {
    padding-top: 43px !important; }
  .pb-m-43 {
    padding-bottom: 43px !important; }
  .mt-m-44 {
    margin-top: 44px !important; }
  .mb-m-44 {
    margin-bottom: 44px !important; }
  .pt-m-44 {
    padding-top: 44px !important; }
  .pb-m-44 {
    padding-bottom: 44px !important; }
  .mt-m-45 {
    margin-top: 45px !important; }
  .mb-m-45 {
    margin-bottom: 45px !important; }
  .pt-m-45 {
    padding-top: 45px !important; }
  .pb-m-45 {
    padding-bottom: 45px !important; }
  .mt-m-46 {
    margin-top: 46px !important; }
  .mb-m-46 {
    margin-bottom: 46px !important; }
  .pt-m-46 {
    padding-top: 46px !important; }
  .pb-m-46 {
    padding-bottom: 46px !important; }
  .mt-m-47 {
    margin-top: 47px !important; }
  .mb-m-47 {
    margin-bottom: 47px !important; }
  .pt-m-47 {
    padding-top: 47px !important; }
  .pb-m-47 {
    padding-bottom: 47px !important; }
  .mt-m-48 {
    margin-top: 48px !important; }
  .mb-m-48 {
    margin-bottom: 48px !important; }
  .pt-m-48 {
    padding-top: 48px !important; }
  .pb-m-48 {
    padding-bottom: 48px !important; }
  .mt-m-49 {
    margin-top: 49px !important; }
  .mb-m-49 {
    margin-bottom: 49px !important; }
  .pt-m-49 {
    padding-top: 49px !important; }
  .pb-m-49 {
    padding-bottom: 49px !important; }
  .mt-m-50 {
    margin-top: 50px !important; }
  .mb-m-50 {
    margin-bottom: 50px !important; }
  .pt-m-50 {
    padding-top: 50px !important; }
  .pb-m-50 {
    padding-bottom: 50px !important; }
  .mt-m-51 {
    margin-top: 51px !important; }
  .mb-m-51 {
    margin-bottom: 51px !important; }
  .pt-m-51 {
    padding-top: 51px !important; }
  .pb-m-51 {
    padding-bottom: 51px !important; }
  .mt-m-52 {
    margin-top: 52px !important; }
  .mb-m-52 {
    margin-bottom: 52px !important; }
  .pt-m-52 {
    padding-top: 52px !important; }
  .pb-m-52 {
    padding-bottom: 52px !important; }
  .mt-m-53 {
    margin-top: 53px !important; }
  .mb-m-53 {
    margin-bottom: 53px !important; }
  .pt-m-53 {
    padding-top: 53px !important; }
  .pb-m-53 {
    padding-bottom: 53px !important; }
  .mt-m-54 {
    margin-top: 54px !important; }
  .mb-m-54 {
    margin-bottom: 54px !important; }
  .pt-m-54 {
    padding-top: 54px !important; }
  .pb-m-54 {
    padding-bottom: 54px !important; }
  .mt-m-55 {
    margin-top: 55px !important; }
  .mb-m-55 {
    margin-bottom: 55px !important; }
  .pt-m-55 {
    padding-top: 55px !important; }
  .pb-m-55 {
    padding-bottom: 55px !important; }
  .mt-m-56 {
    margin-top: 56px !important; }
  .mb-m-56 {
    margin-bottom: 56px !important; }
  .pt-m-56 {
    padding-top: 56px !important; }
  .pb-m-56 {
    padding-bottom: 56px !important; }
  .mt-m-57 {
    margin-top: 57px !important; }
  .mb-m-57 {
    margin-bottom: 57px !important; }
  .pt-m-57 {
    padding-top: 57px !important; }
  .pb-m-57 {
    padding-bottom: 57px !important; }
  .mt-m-58 {
    margin-top: 58px !important; }
  .mb-m-58 {
    margin-bottom: 58px !important; }
  .pt-m-58 {
    padding-top: 58px !important; }
  .pb-m-58 {
    padding-bottom: 58px !important; }
  .mt-m-59 {
    margin-top: 59px !important; }
  .mb-m-59 {
    margin-bottom: 59px !important; }
  .pt-m-59 {
    padding-top: 59px !important; }
  .pb-m-59 {
    padding-bottom: 59px !important; }
  .mt-m-60 {
    margin-top: 60px !important; }
  .mb-m-60 {
    margin-bottom: 60px !important; }
  .pt-m-60 {
    padding-top: 60px !important; }
  .pb-m-60 {
    padding-bottom: 60px !important; }
  .mt-m-61 {
    margin-top: 61px !important; }
  .mb-m-61 {
    margin-bottom: 61px !important; }
  .pt-m-61 {
    padding-top: 61px !important; }
  .pb-m-61 {
    padding-bottom: 61px !important; }
  .mt-m-62 {
    margin-top: 62px !important; }
  .mb-m-62 {
    margin-bottom: 62px !important; }
  .pt-m-62 {
    padding-top: 62px !important; }
  .pb-m-62 {
    padding-bottom: 62px !important; }
  .mt-m-63 {
    margin-top: 63px !important; }
  .mb-m-63 {
    margin-bottom: 63px !important; }
  .pt-m-63 {
    padding-top: 63px !important; }
  .pb-m-63 {
    padding-bottom: 63px !important; }
  .mt-m-64 {
    margin-top: 64px !important; }
  .mb-m-64 {
    margin-bottom: 64px !important; }
  .pt-m-64 {
    padding-top: 64px !important; }
  .pb-m-64 {
    padding-bottom: 64px !important; }
  .mt-m-65 {
    margin-top: 65px !important; }
  .mb-m-65 {
    margin-bottom: 65px !important; }
  .pt-m-65 {
    padding-top: 65px !important; }
  .pb-m-65 {
    padding-bottom: 65px !important; }
  .mt-m-66 {
    margin-top: 66px !important; }
  .mb-m-66 {
    margin-bottom: 66px !important; }
  .pt-m-66 {
    padding-top: 66px !important; }
  .pb-m-66 {
    padding-bottom: 66px !important; }
  .mt-m-67 {
    margin-top: 67px !important; }
  .mb-m-67 {
    margin-bottom: 67px !important; }
  .pt-m-67 {
    padding-top: 67px !important; }
  .pb-m-67 {
    padding-bottom: 67px !important; }
  .mt-m-68 {
    margin-top: 68px !important; }
  .mb-m-68 {
    margin-bottom: 68px !important; }
  .pt-m-68 {
    padding-top: 68px !important; }
  .pb-m-68 {
    padding-bottom: 68px !important; }
  .mt-m-69 {
    margin-top: 69px !important; }
  .mb-m-69 {
    margin-bottom: 69px !important; }
  .pt-m-69 {
    padding-top: 69px !important; }
  .pb-m-69 {
    padding-bottom: 69px !important; }
  .mt-m-70 {
    margin-top: 70px !important; }
  .mb-m-70 {
    margin-bottom: 70px !important; }
  .pt-m-70 {
    padding-top: 70px !important; }
  .pb-m-70 {
    padding-bottom: 70px !important; }
  .mt-m-71 {
    margin-top: 71px !important; }
  .mb-m-71 {
    margin-bottom: 71px !important; }
  .pt-m-71 {
    padding-top: 71px !important; }
  .pb-m-71 {
    padding-bottom: 71px !important; }
  .mt-m-72 {
    margin-top: 72px !important; }
  .mb-m-72 {
    margin-bottom: 72px !important; }
  .pt-m-72 {
    padding-top: 72px !important; }
  .pb-m-72 {
    padding-bottom: 72px !important; }
  .mt-m-73 {
    margin-top: 73px !important; }
  .mb-m-73 {
    margin-bottom: 73px !important; }
  .pt-m-73 {
    padding-top: 73px !important; }
  .pb-m-73 {
    padding-bottom: 73px !important; }
  .mt-m-74 {
    margin-top: 74px !important; }
  .mb-m-74 {
    margin-bottom: 74px !important; }
  .pt-m-74 {
    padding-top: 74px !important; }
  .pb-m-74 {
    padding-bottom: 74px !important; }
  .mt-m-75 {
    margin-top: 75px !important; }
  .mb-m-75 {
    margin-bottom: 75px !important; }
  .pt-m-75 {
    padding-top: 75px !important; }
  .pb-m-75 {
    padding-bottom: 75px !important; }
  .mt-m-76 {
    margin-top: 76px !important; }
  .mb-m-76 {
    margin-bottom: 76px !important; }
  .pt-m-76 {
    padding-top: 76px !important; }
  .pb-m-76 {
    padding-bottom: 76px !important; }
  .mt-m-77 {
    margin-top: 77px !important; }
  .mb-m-77 {
    margin-bottom: 77px !important; }
  .pt-m-77 {
    padding-top: 77px !important; }
  .pb-m-77 {
    padding-bottom: 77px !important; }
  .mt-m-78 {
    margin-top: 78px !important; }
  .mb-m-78 {
    margin-bottom: 78px !important; }
  .pt-m-78 {
    padding-top: 78px !important; }
  .pb-m-78 {
    padding-bottom: 78px !important; }
  .mt-m-79 {
    margin-top: 79px !important; }
  .mb-m-79 {
    margin-bottom: 79px !important; }
  .pt-m-79 {
    padding-top: 79px !important; }
  .pb-m-79 {
    padding-bottom: 79px !important; }
  .mt-m-80 {
    margin-top: 80px !important; }
  .mb-m-80 {
    margin-bottom: 80px !important; }
  .pt-m-80 {
    padding-top: 80px !important; }
  .pb-m-80 {
    padding-bottom: 80px !important; }
  .mt-m-81 {
    margin-top: 81px !important; }
  .mb-m-81 {
    margin-bottom: 81px !important; }
  .pt-m-81 {
    padding-top: 81px !important; }
  .pb-m-81 {
    padding-bottom: 81px !important; }
  .mt-m-82 {
    margin-top: 82px !important; }
  .mb-m-82 {
    margin-bottom: 82px !important; }
  .pt-m-82 {
    padding-top: 82px !important; }
  .pb-m-82 {
    padding-bottom: 82px !important; }
  .mt-m-83 {
    margin-top: 83px !important; }
  .mb-m-83 {
    margin-bottom: 83px !important; }
  .pt-m-83 {
    padding-top: 83px !important; }
  .pb-m-83 {
    padding-bottom: 83px !important; }
  .mt-m-84 {
    margin-top: 84px !important; }
  .mb-m-84 {
    margin-bottom: 84px !important; }
  .pt-m-84 {
    padding-top: 84px !important; }
  .pb-m-84 {
    padding-bottom: 84px !important; }
  .mt-m-85 {
    margin-top: 85px !important; }
  .mb-m-85 {
    margin-bottom: 85px !important; }
  .pt-m-85 {
    padding-top: 85px !important; }
  .pb-m-85 {
    padding-bottom: 85px !important; }
  .mt-m-86 {
    margin-top: 86px !important; }
  .mb-m-86 {
    margin-bottom: 86px !important; }
  .pt-m-86 {
    padding-top: 86px !important; }
  .pb-m-86 {
    padding-bottom: 86px !important; }
  .mt-m-87 {
    margin-top: 87px !important; }
  .mb-m-87 {
    margin-bottom: 87px !important; }
  .pt-m-87 {
    padding-top: 87px !important; }
  .pb-m-87 {
    padding-bottom: 87px !important; }
  .mt-m-88 {
    margin-top: 88px !important; }
  .mb-m-88 {
    margin-bottom: 88px !important; }
  .pt-m-88 {
    padding-top: 88px !important; }
  .pb-m-88 {
    padding-bottom: 88px !important; }
  .mt-m-89 {
    margin-top: 89px !important; }
  .mb-m-89 {
    margin-bottom: 89px !important; }
  .pt-m-89 {
    padding-top: 89px !important; }
  .pb-m-89 {
    padding-bottom: 89px !important; }
  .mt-m-90 {
    margin-top: 90px !important; }
  .mb-m-90 {
    margin-bottom: 90px !important; }
  .pt-m-90 {
    padding-top: 90px !important; }
  .pb-m-90 {
    padding-bottom: 90px !important; }
  .mt-m-91 {
    margin-top: 91px !important; }
  .mb-m-91 {
    margin-bottom: 91px !important; }
  .pt-m-91 {
    padding-top: 91px !important; }
  .pb-m-91 {
    padding-bottom: 91px !important; }
  .mt-m-92 {
    margin-top: 92px !important; }
  .mb-m-92 {
    margin-bottom: 92px !important; }
  .pt-m-92 {
    padding-top: 92px !important; }
  .pb-m-92 {
    padding-bottom: 92px !important; }
  .mt-m-93 {
    margin-top: 93px !important; }
  .mb-m-93 {
    margin-bottom: 93px !important; }
  .pt-m-93 {
    padding-top: 93px !important; }
  .pb-m-93 {
    padding-bottom: 93px !important; }
  .mt-m-94 {
    margin-top: 94px !important; }
  .mb-m-94 {
    margin-bottom: 94px !important; }
  .pt-m-94 {
    padding-top: 94px !important; }
  .pb-m-94 {
    padding-bottom: 94px !important; }
  .mt-m-95 {
    margin-top: 95px !important; }
  .mb-m-95 {
    margin-bottom: 95px !important; }
  .pt-m-95 {
    padding-top: 95px !important; }
  .pb-m-95 {
    padding-bottom: 95px !important; }
  .mt-m-96 {
    margin-top: 96px !important; }
  .mb-m-96 {
    margin-bottom: 96px !important; }
  .pt-m-96 {
    padding-top: 96px !important; }
  .pb-m-96 {
    padding-bottom: 96px !important; }
  .mt-m-97 {
    margin-top: 97px !important; }
  .mb-m-97 {
    margin-bottom: 97px !important; }
  .pt-m-97 {
    padding-top: 97px !important; }
  .pb-m-97 {
    padding-bottom: 97px !important; }
  .mt-m-98 {
    margin-top: 98px !important; }
  .mb-m-98 {
    margin-bottom: 98px !important; }
  .pt-m-98 {
    padding-top: 98px !important; }
  .pb-m-98 {
    padding-bottom: 98px !important; }
  .mt-m-99 {
    margin-top: 99px !important; }
  .mb-m-99 {
    margin-bottom: 99px !important; }
  .pt-m-99 {
    padding-top: 99px !important; }
  .pb-m-99 {
    padding-bottom: 99px !important; }
  .mt-m-100 {
    margin-top: 100px !important; }
  .mb-m-100 {
    margin-bottom: 100px !important; }
  .pt-m-100 {
    padding-top: 100px !important; }
  .pb-m-100 {
    padding-bottom: 100px !important; }
  .mt-m-101 {
    margin-top: 101px !important; }
  .mb-m-101 {
    margin-bottom: 101px !important; }
  .pt-m-101 {
    padding-top: 101px !important; }
  .pb-m-101 {
    padding-bottom: 101px !important; }
  .mt-m-102 {
    margin-top: 102px !important; }
  .mb-m-102 {
    margin-bottom: 102px !important; }
  .pt-m-102 {
    padding-top: 102px !important; }
  .pb-m-102 {
    padding-bottom: 102px !important; }
  .mt-m-103 {
    margin-top: 103px !important; }
  .mb-m-103 {
    margin-bottom: 103px !important; }
  .pt-m-103 {
    padding-top: 103px !important; }
  .pb-m-103 {
    padding-bottom: 103px !important; }
  .mt-m-104 {
    margin-top: 104px !important; }
  .mb-m-104 {
    margin-bottom: 104px !important; }
  .pt-m-104 {
    padding-top: 104px !important; }
  .pb-m-104 {
    padding-bottom: 104px !important; }
  .mt-m-105 {
    margin-top: 105px !important; }
  .mb-m-105 {
    margin-bottom: 105px !important; }
  .pt-m-105 {
    padding-top: 105px !important; }
  .pb-m-105 {
    padding-bottom: 105px !important; }
  .mt-m-106 {
    margin-top: 106px !important; }
  .mb-m-106 {
    margin-bottom: 106px !important; }
  .pt-m-106 {
    padding-top: 106px !important; }
  .pb-m-106 {
    padding-bottom: 106px !important; }
  .mt-m-107 {
    margin-top: 107px !important; }
  .mb-m-107 {
    margin-bottom: 107px !important; }
  .pt-m-107 {
    padding-top: 107px !important; }
  .pb-m-107 {
    padding-bottom: 107px !important; }
  .mt-m-108 {
    margin-top: 108px !important; }
  .mb-m-108 {
    margin-bottom: 108px !important; }
  .pt-m-108 {
    padding-top: 108px !important; }
  .pb-m-108 {
    padding-bottom: 108px !important; }
  .mt-m-109 {
    margin-top: 109px !important; }
  .mb-m-109 {
    margin-bottom: 109px !important; }
  .pt-m-109 {
    padding-top: 109px !important; }
  .pb-m-109 {
    padding-bottom: 109px !important; }
  .mt-m-110 {
    margin-top: 110px !important; }
  .mb-m-110 {
    margin-bottom: 110px !important; }
  .pt-m-110 {
    padding-top: 110px !important; }
  .pb-m-110 {
    padding-bottom: 110px !important; }
  .mt-m-111 {
    margin-top: 111px !important; }
  .mb-m-111 {
    margin-bottom: 111px !important; }
  .pt-m-111 {
    padding-top: 111px !important; }
  .pb-m-111 {
    padding-bottom: 111px !important; }
  .mt-m-112 {
    margin-top: 112px !important; }
  .mb-m-112 {
    margin-bottom: 112px !important; }
  .pt-m-112 {
    padding-top: 112px !important; }
  .pb-m-112 {
    padding-bottom: 112px !important; }
  .mt-m-113 {
    margin-top: 113px !important; }
  .mb-m-113 {
    margin-bottom: 113px !important; }
  .pt-m-113 {
    padding-top: 113px !important; }
  .pb-m-113 {
    padding-bottom: 113px !important; }
  .mt-m-114 {
    margin-top: 114px !important; }
  .mb-m-114 {
    margin-bottom: 114px !important; }
  .pt-m-114 {
    padding-top: 114px !important; }
  .pb-m-114 {
    padding-bottom: 114px !important; }
  .mt-m-115 {
    margin-top: 115px !important; }
  .mb-m-115 {
    margin-bottom: 115px !important; }
  .pt-m-115 {
    padding-top: 115px !important; }
  .pb-m-115 {
    padding-bottom: 115px !important; }
  .mt-m-116 {
    margin-top: 116px !important; }
  .mb-m-116 {
    margin-bottom: 116px !important; }
  .pt-m-116 {
    padding-top: 116px !important; }
  .pb-m-116 {
    padding-bottom: 116px !important; }
  .mt-m-117 {
    margin-top: 117px !important; }
  .mb-m-117 {
    margin-bottom: 117px !important; }
  .pt-m-117 {
    padding-top: 117px !important; }
  .pb-m-117 {
    padding-bottom: 117px !important; }
  .mt-m-118 {
    margin-top: 118px !important; }
  .mb-m-118 {
    margin-bottom: 118px !important; }
  .pt-m-118 {
    padding-top: 118px !important; }
  .pb-m-118 {
    padding-bottom: 118px !important; }
  .mt-m-119 {
    margin-top: 119px !important; }
  .mb-m-119 {
    margin-bottom: 119px !important; }
  .pt-m-119 {
    padding-top: 119px !important; }
  .pb-m-119 {
    padding-bottom: 119px !important; }
  .mt-m-120 {
    margin-top: 120px !important; }
  .mb-m-120 {
    margin-bottom: 120px !important; }
  .pt-m-120 {
    padding-top: 120px !important; }
  .pb-m-120 {
    padding-bottom: 120px !important; }
  .mt-m-121 {
    margin-top: 121px !important; }
  .mb-m-121 {
    margin-bottom: 121px !important; }
  .pt-m-121 {
    padding-top: 121px !important; }
  .pb-m-121 {
    padding-bottom: 121px !important; }
  .mt-m-122 {
    margin-top: 122px !important; }
  .mb-m-122 {
    margin-bottom: 122px !important; }
  .pt-m-122 {
    padding-top: 122px !important; }
  .pb-m-122 {
    padding-bottom: 122px !important; }
  .mt-m-123 {
    margin-top: 123px !important; }
  .mb-m-123 {
    margin-bottom: 123px !important; }
  .pt-m-123 {
    padding-top: 123px !important; }
  .pb-m-123 {
    padding-bottom: 123px !important; }
  .mt-m-124 {
    margin-top: 124px !important; }
  .mb-m-124 {
    margin-bottom: 124px !important; }
  .pt-m-124 {
    padding-top: 124px !important; }
  .pb-m-124 {
    padding-bottom: 124px !important; }
  .mt-m-125 {
    margin-top: 125px !important; }
  .mb-m-125 {
    margin-bottom: 125px !important; }
  .pt-m-125 {
    padding-top: 125px !important; }
  .pb-m-125 {
    padding-bottom: 125px !important; }
  .mt-m-126 {
    margin-top: 126px !important; }
  .mb-m-126 {
    margin-bottom: 126px !important; }
  .pt-m-126 {
    padding-top: 126px !important; }
  .pb-m-126 {
    padding-bottom: 126px !important; }
  .mt-m-127 {
    margin-top: 127px !important; }
  .mb-m-127 {
    margin-bottom: 127px !important; }
  .pt-m-127 {
    padding-top: 127px !important; }
  .pb-m-127 {
    padding-bottom: 127px !important; }
  .mt-m-128 {
    margin-top: 128px !important; }
  .mb-m-128 {
    margin-bottom: 128px !important; }
  .pt-m-128 {
    padding-top: 128px !important; }
  .pb-m-128 {
    padding-bottom: 128px !important; }
  .mt-m-129 {
    margin-top: 129px !important; }
  .mb-m-129 {
    margin-bottom: 129px !important; }
  .pt-m-129 {
    padding-top: 129px !important; }
  .pb-m-129 {
    padding-bottom: 129px !important; }
  .mt-m-130 {
    margin-top: 130px !important; }
  .mb-m-130 {
    margin-bottom: 130px !important; }
  .pt-m-130 {
    padding-top: 130px !important; }
  .pb-m-130 {
    padding-bottom: 130px !important; }
  .mt-m-131 {
    margin-top: 131px !important; }
  .mb-m-131 {
    margin-bottom: 131px !important; }
  .pt-m-131 {
    padding-top: 131px !important; }
  .pb-m-131 {
    padding-bottom: 131px !important; }
  .mt-m-132 {
    margin-top: 132px !important; }
  .mb-m-132 {
    margin-bottom: 132px !important; }
  .pt-m-132 {
    padding-top: 132px !important; }
  .pb-m-132 {
    padding-bottom: 132px !important; }
  .mt-m-133 {
    margin-top: 133px !important; }
  .mb-m-133 {
    margin-bottom: 133px !important; }
  .pt-m-133 {
    padding-top: 133px !important; }
  .pb-m-133 {
    padding-bottom: 133px !important; }
  .mt-m-134 {
    margin-top: 134px !important; }
  .mb-m-134 {
    margin-bottom: 134px !important; }
  .pt-m-134 {
    padding-top: 134px !important; }
  .pb-m-134 {
    padding-bottom: 134px !important; }
  .mt-m-135 {
    margin-top: 135px !important; }
  .mb-m-135 {
    margin-bottom: 135px !important; }
  .pt-m-135 {
    padding-top: 135px !important; }
  .pb-m-135 {
    padding-bottom: 135px !important; }
  .mt-m-136 {
    margin-top: 136px !important; }
  .mb-m-136 {
    margin-bottom: 136px !important; }
  .pt-m-136 {
    padding-top: 136px !important; }
  .pb-m-136 {
    padding-bottom: 136px !important; }
  .mt-m-137 {
    margin-top: 137px !important; }
  .mb-m-137 {
    margin-bottom: 137px !important; }
  .pt-m-137 {
    padding-top: 137px !important; }
  .pb-m-137 {
    padding-bottom: 137px !important; }
  .mt-m-138 {
    margin-top: 138px !important; }
  .mb-m-138 {
    margin-bottom: 138px !important; }
  .pt-m-138 {
    padding-top: 138px !important; }
  .pb-m-138 {
    padding-bottom: 138px !important; }
  .mt-m-139 {
    margin-top: 139px !important; }
  .mb-m-139 {
    margin-bottom: 139px !important; }
  .pt-m-139 {
    padding-top: 139px !important; }
  .pb-m-139 {
    padding-bottom: 139px !important; }
  .mt-m-140 {
    margin-top: 140px !important; }
  .mb-m-140 {
    margin-bottom: 140px !important; }
  .pt-m-140 {
    padding-top: 140px !important; }
  .pb-m-140 {
    padding-bottom: 140px !important; }
  .mt-m-141 {
    margin-top: 141px !important; }
  .mb-m-141 {
    margin-bottom: 141px !important; }
  .pt-m-141 {
    padding-top: 141px !important; }
  .pb-m-141 {
    padding-bottom: 141px !important; }
  .mt-m-142 {
    margin-top: 142px !important; }
  .mb-m-142 {
    margin-bottom: 142px !important; }
  .pt-m-142 {
    padding-top: 142px !important; }
  .pb-m-142 {
    padding-bottom: 142px !important; }
  .mt-m-143 {
    margin-top: 143px !important; }
  .mb-m-143 {
    margin-bottom: 143px !important; }
  .pt-m-143 {
    padding-top: 143px !important; }
  .pb-m-143 {
    padding-bottom: 143px !important; }
  .mt-m-144 {
    margin-top: 144px !important; }
  .mb-m-144 {
    margin-bottom: 144px !important; }
  .pt-m-144 {
    padding-top: 144px !important; }
  .pb-m-144 {
    padding-bottom: 144px !important; }
  .mt-m-145 {
    margin-top: 145px !important; }
  .mb-m-145 {
    margin-bottom: 145px !important; }
  .pt-m-145 {
    padding-top: 145px !important; }
  .pb-m-145 {
    padding-bottom: 145px !important; }
  .mt-m-146 {
    margin-top: 146px !important; }
  .mb-m-146 {
    margin-bottom: 146px !important; }
  .pt-m-146 {
    padding-top: 146px !important; }
  .pb-m-146 {
    padding-bottom: 146px !important; }
  .mt-m-147 {
    margin-top: 147px !important; }
  .mb-m-147 {
    margin-bottom: 147px !important; }
  .pt-m-147 {
    padding-top: 147px !important; }
  .pb-m-147 {
    padding-bottom: 147px !important; }
  .mt-m-148 {
    margin-top: 148px !important; }
  .mb-m-148 {
    margin-bottom: 148px !important; }
  .pt-m-148 {
    padding-top: 148px !important; }
  .pb-m-148 {
    padding-bottom: 148px !important; }
  .mt-m-149 {
    margin-top: 149px !important; }
  .mb-m-149 {
    margin-bottom: 149px !important; }
  .pt-m-149 {
    padding-top: 149px !important; }
  .pb-m-149 {
    padding-bottom: 149px !important; }
  .mt-m-150 {
    margin-top: 150px !important; }
  .mb-m-150 {
    margin-bottom: 150px !important; }
  .pt-m-150 {
    padding-top: 150px !important; }
  .pb-m-150 {
    padding-bottom: 150px !important; }
  .mt-m-151 {
    margin-top: 151px !important; }
  .mb-m-151 {
    margin-bottom: 151px !important; }
  .pt-m-151 {
    padding-top: 151px !important; }
  .pb-m-151 {
    padding-bottom: 151px !important; }
  .mt-m-152 {
    margin-top: 152px !important; }
  .mb-m-152 {
    margin-bottom: 152px !important; }
  .pt-m-152 {
    padding-top: 152px !important; }
  .pb-m-152 {
    padding-bottom: 152px !important; }
  .mt-m-153 {
    margin-top: 153px !important; }
  .mb-m-153 {
    margin-bottom: 153px !important; }
  .pt-m-153 {
    padding-top: 153px !important; }
  .pb-m-153 {
    padding-bottom: 153px !important; }
  .mt-m-154 {
    margin-top: 154px !important; }
  .mb-m-154 {
    margin-bottom: 154px !important; }
  .pt-m-154 {
    padding-top: 154px !important; }
  .pb-m-154 {
    padding-bottom: 154px !important; }
  .mt-m-155 {
    margin-top: 155px !important; }
  .mb-m-155 {
    margin-bottom: 155px !important; }
  .pt-m-155 {
    padding-top: 155px !important; }
  .pb-m-155 {
    padding-bottom: 155px !important; }
  .mt-m-156 {
    margin-top: 156px !important; }
  .mb-m-156 {
    margin-bottom: 156px !important; }
  .pt-m-156 {
    padding-top: 156px !important; }
  .pb-m-156 {
    padding-bottom: 156px !important; }
  .mt-m-157 {
    margin-top: 157px !important; }
  .mb-m-157 {
    margin-bottom: 157px !important; }
  .pt-m-157 {
    padding-top: 157px !important; }
  .pb-m-157 {
    padding-bottom: 157px !important; }
  .mt-m-158 {
    margin-top: 158px !important; }
  .mb-m-158 {
    margin-bottom: 158px !important; }
  .pt-m-158 {
    padding-top: 158px !important; }
  .pb-m-158 {
    padding-bottom: 158px !important; }
  .mt-m-159 {
    margin-top: 159px !important; }
  .mb-m-159 {
    margin-bottom: 159px !important; }
  .pt-m-159 {
    padding-top: 159px !important; }
  .pb-m-159 {
    padding-bottom: 159px !important; }
  .mt-m-160 {
    margin-top: 160px !important; }
  .mb-m-160 {
    margin-bottom: 160px !important; }
  .pt-m-160 {
    padding-top: 160px !important; }
  .pb-m-160 {
    padding-bottom: 160px !important; }
  .mt-m-161 {
    margin-top: 161px !important; }
  .mb-m-161 {
    margin-bottom: 161px !important; }
  .pt-m-161 {
    padding-top: 161px !important; }
  .pb-m-161 {
    padding-bottom: 161px !important; }
  .mt-m-162 {
    margin-top: 162px !important; }
  .mb-m-162 {
    margin-bottom: 162px !important; }
  .pt-m-162 {
    padding-top: 162px !important; }
  .pb-m-162 {
    padding-bottom: 162px !important; }
  .mt-m-163 {
    margin-top: 163px !important; }
  .mb-m-163 {
    margin-bottom: 163px !important; }
  .pt-m-163 {
    padding-top: 163px !important; }
  .pb-m-163 {
    padding-bottom: 163px !important; }
  .mt-m-164 {
    margin-top: 164px !important; }
  .mb-m-164 {
    margin-bottom: 164px !important; }
  .pt-m-164 {
    padding-top: 164px !important; }
  .pb-m-164 {
    padding-bottom: 164px !important; }
  .mt-m-165 {
    margin-top: 165px !important; }
  .mb-m-165 {
    margin-bottom: 165px !important; }
  .pt-m-165 {
    padding-top: 165px !important; }
  .pb-m-165 {
    padding-bottom: 165px !important; }
  .mt-m-166 {
    margin-top: 166px !important; }
  .mb-m-166 {
    margin-bottom: 166px !important; }
  .pt-m-166 {
    padding-top: 166px !important; }
  .pb-m-166 {
    padding-bottom: 166px !important; }
  .mt-m-167 {
    margin-top: 167px !important; }
  .mb-m-167 {
    margin-bottom: 167px !important; }
  .pt-m-167 {
    padding-top: 167px !important; }
  .pb-m-167 {
    padding-bottom: 167px !important; }
  .mt-m-168 {
    margin-top: 168px !important; }
  .mb-m-168 {
    margin-bottom: 168px !important; }
  .pt-m-168 {
    padding-top: 168px !important; }
  .pb-m-168 {
    padding-bottom: 168px !important; }
  .mt-m-169 {
    margin-top: 169px !important; }
  .mb-m-169 {
    margin-bottom: 169px !important; }
  .pt-m-169 {
    padding-top: 169px !important; }
  .pb-m-169 {
    padding-bottom: 169px !important; }
  .mt-m-170 {
    margin-top: 170px !important; }
  .mb-m-170 {
    margin-bottom: 170px !important; }
  .pt-m-170 {
    padding-top: 170px !important; }
  .pb-m-170 {
    padding-bottom: 170px !important; }
  .mt-m-171 {
    margin-top: 171px !important; }
  .mb-m-171 {
    margin-bottom: 171px !important; }
  .pt-m-171 {
    padding-top: 171px !important; }
  .pb-m-171 {
    padding-bottom: 171px !important; }
  .mt-m-172 {
    margin-top: 172px !important; }
  .mb-m-172 {
    margin-bottom: 172px !important; }
  .pt-m-172 {
    padding-top: 172px !important; }
  .pb-m-172 {
    padding-bottom: 172px !important; }
  .mt-m-173 {
    margin-top: 173px !important; }
  .mb-m-173 {
    margin-bottom: 173px !important; }
  .pt-m-173 {
    padding-top: 173px !important; }
  .pb-m-173 {
    padding-bottom: 173px !important; }
  .mt-m-174 {
    margin-top: 174px !important; }
  .mb-m-174 {
    margin-bottom: 174px !important; }
  .pt-m-174 {
    padding-top: 174px !important; }
  .pb-m-174 {
    padding-bottom: 174px !important; }
  .mt-m-175 {
    margin-top: 175px !important; }
  .mb-m-175 {
    margin-bottom: 175px !important; }
  .pt-m-175 {
    padding-top: 175px !important; }
  .pb-m-175 {
    padding-bottom: 175px !important; }
  .mt-m-176 {
    margin-top: 176px !important; }
  .mb-m-176 {
    margin-bottom: 176px !important; }
  .pt-m-176 {
    padding-top: 176px !important; }
  .pb-m-176 {
    padding-bottom: 176px !important; }
  .mt-m-177 {
    margin-top: 177px !important; }
  .mb-m-177 {
    margin-bottom: 177px !important; }
  .pt-m-177 {
    padding-top: 177px !important; }
  .pb-m-177 {
    padding-bottom: 177px !important; }
  .mt-m-178 {
    margin-top: 178px !important; }
  .mb-m-178 {
    margin-bottom: 178px !important; }
  .pt-m-178 {
    padding-top: 178px !important; }
  .pb-m-178 {
    padding-bottom: 178px !important; }
  .mt-m-179 {
    margin-top: 179px !important; }
  .mb-m-179 {
    margin-bottom: 179px !important; }
  .pt-m-179 {
    padding-top: 179px !important; }
  .pb-m-179 {
    padding-bottom: 179px !important; }
  .mt-m-180 {
    margin-top: 180px !important; }
  .mb-m-180 {
    margin-bottom: 180px !important; }
  .pt-m-180 {
    padding-top: 180px !important; }
  .pb-m-180 {
    padding-bottom: 180px !important; }
  .mt-m-181 {
    margin-top: 181px !important; }
  .mb-m-181 {
    margin-bottom: 181px !important; }
  .pt-m-181 {
    padding-top: 181px !important; }
  .pb-m-181 {
    padding-bottom: 181px !important; }
  .mt-m-182 {
    margin-top: 182px !important; }
  .mb-m-182 {
    margin-bottom: 182px !important; }
  .pt-m-182 {
    padding-top: 182px !important; }
  .pb-m-182 {
    padding-bottom: 182px !important; }
  .mt-m-183 {
    margin-top: 183px !important; }
  .mb-m-183 {
    margin-bottom: 183px !important; }
  .pt-m-183 {
    padding-top: 183px !important; }
  .pb-m-183 {
    padding-bottom: 183px !important; }
  .mt-m-184 {
    margin-top: 184px !important; }
  .mb-m-184 {
    margin-bottom: 184px !important; }
  .pt-m-184 {
    padding-top: 184px !important; }
  .pb-m-184 {
    padding-bottom: 184px !important; }
  .mt-m-185 {
    margin-top: 185px !important; }
  .mb-m-185 {
    margin-bottom: 185px !important; }
  .pt-m-185 {
    padding-top: 185px !important; }
  .pb-m-185 {
    padding-bottom: 185px !important; }
  .mt-m-186 {
    margin-top: 186px !important; }
  .mb-m-186 {
    margin-bottom: 186px !important; }
  .pt-m-186 {
    padding-top: 186px !important; }
  .pb-m-186 {
    padding-bottom: 186px !important; }
  .mt-m-187 {
    margin-top: 187px !important; }
  .mb-m-187 {
    margin-bottom: 187px !important; }
  .pt-m-187 {
    padding-top: 187px !important; }
  .pb-m-187 {
    padding-bottom: 187px !important; }
  .mt-m-188 {
    margin-top: 188px !important; }
  .mb-m-188 {
    margin-bottom: 188px !important; }
  .pt-m-188 {
    padding-top: 188px !important; }
  .pb-m-188 {
    padding-bottom: 188px !important; }
  .mt-m-189 {
    margin-top: 189px !important; }
  .mb-m-189 {
    margin-bottom: 189px !important; }
  .pt-m-189 {
    padding-top: 189px !important; }
  .pb-m-189 {
    padding-bottom: 189px !important; }
  .mt-m-190 {
    margin-top: 190px !important; }
  .mb-m-190 {
    margin-bottom: 190px !important; }
  .pt-m-190 {
    padding-top: 190px !important; }
  .pb-m-190 {
    padding-bottom: 190px !important; }
  .mt-m-191 {
    margin-top: 191px !important; }
  .mb-m-191 {
    margin-bottom: 191px !important; }
  .pt-m-191 {
    padding-top: 191px !important; }
  .pb-m-191 {
    padding-bottom: 191px !important; }
  .mt-m-192 {
    margin-top: 192px !important; }
  .mb-m-192 {
    margin-bottom: 192px !important; }
  .pt-m-192 {
    padding-top: 192px !important; }
  .pb-m-192 {
    padding-bottom: 192px !important; }
  .mt-m-193 {
    margin-top: 193px !important; }
  .mb-m-193 {
    margin-bottom: 193px !important; }
  .pt-m-193 {
    padding-top: 193px !important; }
  .pb-m-193 {
    padding-bottom: 193px !important; }
  .mt-m-194 {
    margin-top: 194px !important; }
  .mb-m-194 {
    margin-bottom: 194px !important; }
  .pt-m-194 {
    padding-top: 194px !important; }
  .pb-m-194 {
    padding-bottom: 194px !important; }
  .mt-m-195 {
    margin-top: 195px !important; }
  .mb-m-195 {
    margin-bottom: 195px !important; }
  .pt-m-195 {
    padding-top: 195px !important; }
  .pb-m-195 {
    padding-bottom: 195px !important; }
  .mt-m-196 {
    margin-top: 196px !important; }
  .mb-m-196 {
    margin-bottom: 196px !important; }
  .pt-m-196 {
    padding-top: 196px !important; }
  .pb-m-196 {
    padding-bottom: 196px !important; }
  .mt-m-197 {
    margin-top: 197px !important; }
  .mb-m-197 {
    margin-bottom: 197px !important; }
  .pt-m-197 {
    padding-top: 197px !important; }
  .pb-m-197 {
    padding-bottom: 197px !important; }
  .mt-m-198 {
    margin-top: 198px !important; }
  .mb-m-198 {
    margin-bottom: 198px !important; }
  .pt-m-198 {
    padding-top: 198px !important; }
  .pb-m-198 {
    padding-bottom: 198px !important; }
  .mt-m-199 {
    margin-top: 199px !important; }
  .mb-m-199 {
    margin-bottom: 199px !important; }
  .pt-m-199 {
    padding-top: 199px !important; }
  .pb-m-199 {
    padding-bottom: 199px !important; }
  .mt-m-200 {
    margin-top: 200px !important; }
  .mb-m-200 {
    margin-bottom: 200px !important; }
  .pt-m-200 {
    padding-top: 200px !important; }
  .pb-m-200 {
    padding-bottom: 200px !important; } }

@media (min-width: 320px) and (max-width: 767px) {
  .mt-s-0 {
    margin-top: 0px !important; }
  .mb-s-0 {
    margin-bottom: 0px !important; }
  .pt-s-0 {
    padding-top: 0px !important; }
  .pb-s-0 {
    padding-bottom: 0px !important; }
  .mt-s-1 {
    margin-top: 1px !important; }
  .mb-s-1 {
    margin-bottom: 1px !important; }
  .pt-s-1 {
    padding-top: 1px !important; }
  .pb-s-1 {
    padding-bottom: 1px !important; }
  .mt-s-2 {
    margin-top: 2px !important; }
  .mb-s-2 {
    margin-bottom: 2px !important; }
  .pt-s-2 {
    padding-top: 2px !important; }
  .pb-s-2 {
    padding-bottom: 2px !important; }
  .mt-s-3 {
    margin-top: 3px !important; }
  .mb-s-3 {
    margin-bottom: 3px !important; }
  .pt-s-3 {
    padding-top: 3px !important; }
  .pb-s-3 {
    padding-bottom: 3px !important; }
  .mt-s-4 {
    margin-top: 4px !important; }
  .mb-s-4 {
    margin-bottom: 4px !important; }
  .pt-s-4 {
    padding-top: 4px !important; }
  .pb-s-4 {
    padding-bottom: 4px !important; }
  .mt-s-5 {
    margin-top: 5px !important; }
  .mb-s-5 {
    margin-bottom: 5px !important; }
  .pt-s-5 {
    padding-top: 5px !important; }
  .pb-s-5 {
    padding-bottom: 5px !important; }
  .mt-s-6 {
    margin-top: 6px !important; }
  .mb-s-6 {
    margin-bottom: 6px !important; }
  .pt-s-6 {
    padding-top: 6px !important; }
  .pb-s-6 {
    padding-bottom: 6px !important; }
  .mt-s-7 {
    margin-top: 7px !important; }
  .mb-s-7 {
    margin-bottom: 7px !important; }
  .pt-s-7 {
    padding-top: 7px !important; }
  .pb-s-7 {
    padding-bottom: 7px !important; }
  .mt-s-8 {
    margin-top: 8px !important; }
  .mb-s-8 {
    margin-bottom: 8px !important; }
  .pt-s-8 {
    padding-top: 8px !important; }
  .pb-s-8 {
    padding-bottom: 8px !important; }
  .mt-s-9 {
    margin-top: 9px !important; }
  .mb-s-9 {
    margin-bottom: 9px !important; }
  .pt-s-9 {
    padding-top: 9px !important; }
  .pb-s-9 {
    padding-bottom: 9px !important; }
  .mt-s-10 {
    margin-top: 10px !important; }
  .mb-s-10 {
    margin-bottom: 10px !important; }
  .pt-s-10 {
    padding-top: 10px !important; }
  .pb-s-10 {
    padding-bottom: 10px !important; }
  .mt-s-11 {
    margin-top: 11px !important; }
  .mb-s-11 {
    margin-bottom: 11px !important; }
  .pt-s-11 {
    padding-top: 11px !important; }
  .pb-s-11 {
    padding-bottom: 11px !important; }
  .mt-s-12 {
    margin-top: 12px !important; }
  .mb-s-12 {
    margin-bottom: 12px !important; }
  .pt-s-12 {
    padding-top: 12px !important; }
  .pb-s-12 {
    padding-bottom: 12px !important; }
  .mt-s-13 {
    margin-top: 13px !important; }
  .mb-s-13 {
    margin-bottom: 13px !important; }
  .pt-s-13 {
    padding-top: 13px !important; }
  .pb-s-13 {
    padding-bottom: 13px !important; }
  .mt-s-14 {
    margin-top: 14px !important; }
  .mb-s-14 {
    margin-bottom: 14px !important; }
  .pt-s-14 {
    padding-top: 14px !important; }
  .pb-s-14 {
    padding-bottom: 14px !important; }
  .mt-s-15 {
    margin-top: 15px !important; }
  .mb-s-15 {
    margin-bottom: 15px !important; }
  .pt-s-15 {
    padding-top: 15px !important; }
  .pb-s-15 {
    padding-bottom: 15px !important; }
  .mt-s-16 {
    margin-top: 16px !important; }
  .mb-s-16 {
    margin-bottom: 16px !important; }
  .pt-s-16 {
    padding-top: 16px !important; }
  .pb-s-16 {
    padding-bottom: 16px !important; }
  .mt-s-17 {
    margin-top: 17px !important; }
  .mb-s-17 {
    margin-bottom: 17px !important; }
  .pt-s-17 {
    padding-top: 17px !important; }
  .pb-s-17 {
    padding-bottom: 17px !important; }
  .mt-s-18 {
    margin-top: 18px !important; }
  .mb-s-18 {
    margin-bottom: 18px !important; }
  .pt-s-18 {
    padding-top: 18px !important; }
  .pb-s-18 {
    padding-bottom: 18px !important; }
  .mt-s-19 {
    margin-top: 19px !important; }
  .mb-s-19 {
    margin-bottom: 19px !important; }
  .pt-s-19 {
    padding-top: 19px !important; }
  .pb-s-19 {
    padding-bottom: 19px !important; }
  .mt-s-20 {
    margin-top: 20px !important; }
  .mb-s-20 {
    margin-bottom: 20px !important; }
  .pt-s-20 {
    padding-top: 20px !important; }
  .pb-s-20 {
    padding-bottom: 20px !important; }
  .mt-s-21 {
    margin-top: 21px !important; }
  .mb-s-21 {
    margin-bottom: 21px !important; }
  .pt-s-21 {
    padding-top: 21px !important; }
  .pb-s-21 {
    padding-bottom: 21px !important; }
  .mt-s-22 {
    margin-top: 22px !important; }
  .mb-s-22 {
    margin-bottom: 22px !important; }
  .pt-s-22 {
    padding-top: 22px !important; }
  .pb-s-22 {
    padding-bottom: 22px !important; }
  .mt-s-23 {
    margin-top: 23px !important; }
  .mb-s-23 {
    margin-bottom: 23px !important; }
  .pt-s-23 {
    padding-top: 23px !important; }
  .pb-s-23 {
    padding-bottom: 23px !important; }
  .mt-s-24 {
    margin-top: 24px !important; }
  .mb-s-24 {
    margin-bottom: 24px !important; }
  .pt-s-24 {
    padding-top: 24px !important; }
  .pb-s-24 {
    padding-bottom: 24px !important; }
  .mt-s-25 {
    margin-top: 25px !important; }
  .mb-s-25 {
    margin-bottom: 25px !important; }
  .pt-s-25 {
    padding-top: 25px !important; }
  .pb-s-25 {
    padding-bottom: 25px !important; }
  .mt-s-26 {
    margin-top: 26px !important; }
  .mb-s-26 {
    margin-bottom: 26px !important; }
  .pt-s-26 {
    padding-top: 26px !important; }
  .pb-s-26 {
    padding-bottom: 26px !important; }
  .mt-s-27 {
    margin-top: 27px !important; }
  .mb-s-27 {
    margin-bottom: 27px !important; }
  .pt-s-27 {
    padding-top: 27px !important; }
  .pb-s-27 {
    padding-bottom: 27px !important; }
  .mt-s-28 {
    margin-top: 28px !important; }
  .mb-s-28 {
    margin-bottom: 28px !important; }
  .pt-s-28 {
    padding-top: 28px !important; }
  .pb-s-28 {
    padding-bottom: 28px !important; }
  .mt-s-29 {
    margin-top: 29px !important; }
  .mb-s-29 {
    margin-bottom: 29px !important; }
  .pt-s-29 {
    padding-top: 29px !important; }
  .pb-s-29 {
    padding-bottom: 29px !important; }
  .mt-s-30 {
    margin-top: 30px !important; }
  .mb-s-30 {
    margin-bottom: 30px !important; }
  .pt-s-30 {
    padding-top: 30px !important; }
  .pb-s-30 {
    padding-bottom: 30px !important; }
  .mt-s-31 {
    margin-top: 31px !important; }
  .mb-s-31 {
    margin-bottom: 31px !important; }
  .pt-s-31 {
    padding-top: 31px !important; }
  .pb-s-31 {
    padding-bottom: 31px !important; }
  .mt-s-32 {
    margin-top: 32px !important; }
  .mb-s-32 {
    margin-bottom: 32px !important; }
  .pt-s-32 {
    padding-top: 32px !important; }
  .pb-s-32 {
    padding-bottom: 32px !important; }
  .mt-s-33 {
    margin-top: 33px !important; }
  .mb-s-33 {
    margin-bottom: 33px !important; }
  .pt-s-33 {
    padding-top: 33px !important; }
  .pb-s-33 {
    padding-bottom: 33px !important; }
  .mt-s-34 {
    margin-top: 34px !important; }
  .mb-s-34 {
    margin-bottom: 34px !important; }
  .pt-s-34 {
    padding-top: 34px !important; }
  .pb-s-34 {
    padding-bottom: 34px !important; }
  .mt-s-35 {
    margin-top: 35px !important; }
  .mb-s-35 {
    margin-bottom: 35px !important; }
  .pt-s-35 {
    padding-top: 35px !important; }
  .pb-s-35 {
    padding-bottom: 35px !important; }
  .mt-s-36 {
    margin-top: 36px !important; }
  .mb-s-36 {
    margin-bottom: 36px !important; }
  .pt-s-36 {
    padding-top: 36px !important; }
  .pb-s-36 {
    padding-bottom: 36px !important; }
  .mt-s-37 {
    margin-top: 37px !important; }
  .mb-s-37 {
    margin-bottom: 37px !important; }
  .pt-s-37 {
    padding-top: 37px !important; }
  .pb-s-37 {
    padding-bottom: 37px !important; }
  .mt-s-38 {
    margin-top: 38px !important; }
  .mb-s-38 {
    margin-bottom: 38px !important; }
  .pt-s-38 {
    padding-top: 38px !important; }
  .pb-s-38 {
    padding-bottom: 38px !important; }
  .mt-s-39 {
    margin-top: 39px !important; }
  .mb-s-39 {
    margin-bottom: 39px !important; }
  .pt-s-39 {
    padding-top: 39px !important; }
  .pb-s-39 {
    padding-bottom: 39px !important; }
  .mt-s-40 {
    margin-top: 40px !important; }
  .mb-s-40 {
    margin-bottom: 40px !important; }
  .pt-s-40 {
    padding-top: 40px !important; }
  .pb-s-40 {
    padding-bottom: 40px !important; }
  .mt-s-41 {
    margin-top: 41px !important; }
  .mb-s-41 {
    margin-bottom: 41px !important; }
  .pt-s-41 {
    padding-top: 41px !important; }
  .pb-s-41 {
    padding-bottom: 41px !important; }
  .mt-s-42 {
    margin-top: 42px !important; }
  .mb-s-42 {
    margin-bottom: 42px !important; }
  .pt-s-42 {
    padding-top: 42px !important; }
  .pb-s-42 {
    padding-bottom: 42px !important; }
  .mt-s-43 {
    margin-top: 43px !important; }
  .mb-s-43 {
    margin-bottom: 43px !important; }
  .pt-s-43 {
    padding-top: 43px !important; }
  .pb-s-43 {
    padding-bottom: 43px !important; }
  .mt-s-44 {
    margin-top: 44px !important; }
  .mb-s-44 {
    margin-bottom: 44px !important; }
  .pt-s-44 {
    padding-top: 44px !important; }
  .pb-s-44 {
    padding-bottom: 44px !important; }
  .mt-s-45 {
    margin-top: 45px !important; }
  .mb-s-45 {
    margin-bottom: 45px !important; }
  .pt-s-45 {
    padding-top: 45px !important; }
  .pb-s-45 {
    padding-bottom: 45px !important; }
  .mt-s-46 {
    margin-top: 46px !important; }
  .mb-s-46 {
    margin-bottom: 46px !important; }
  .pt-s-46 {
    padding-top: 46px !important; }
  .pb-s-46 {
    padding-bottom: 46px !important; }
  .mt-s-47 {
    margin-top: 47px !important; }
  .mb-s-47 {
    margin-bottom: 47px !important; }
  .pt-s-47 {
    padding-top: 47px !important; }
  .pb-s-47 {
    padding-bottom: 47px !important; }
  .mt-s-48 {
    margin-top: 48px !important; }
  .mb-s-48 {
    margin-bottom: 48px !important; }
  .pt-s-48 {
    padding-top: 48px !important; }
  .pb-s-48 {
    padding-bottom: 48px !important; }
  .mt-s-49 {
    margin-top: 49px !important; }
  .mb-s-49 {
    margin-bottom: 49px !important; }
  .pt-s-49 {
    padding-top: 49px !important; }
  .pb-s-49 {
    padding-bottom: 49px !important; }
  .mt-s-50 {
    margin-top: 50px !important; }
  .mb-s-50 {
    margin-bottom: 50px !important; }
  .pt-s-50 {
    padding-top: 50px !important; }
  .pb-s-50 {
    padding-bottom: 50px !important; }
  .mt-s-51 {
    margin-top: 51px !important; }
  .mb-s-51 {
    margin-bottom: 51px !important; }
  .pt-s-51 {
    padding-top: 51px !important; }
  .pb-s-51 {
    padding-bottom: 51px !important; }
  .mt-s-52 {
    margin-top: 52px !important; }
  .mb-s-52 {
    margin-bottom: 52px !important; }
  .pt-s-52 {
    padding-top: 52px !important; }
  .pb-s-52 {
    padding-bottom: 52px !important; }
  .mt-s-53 {
    margin-top: 53px !important; }
  .mb-s-53 {
    margin-bottom: 53px !important; }
  .pt-s-53 {
    padding-top: 53px !important; }
  .pb-s-53 {
    padding-bottom: 53px !important; }
  .mt-s-54 {
    margin-top: 54px !important; }
  .mb-s-54 {
    margin-bottom: 54px !important; }
  .pt-s-54 {
    padding-top: 54px !important; }
  .pb-s-54 {
    padding-bottom: 54px !important; }
  .mt-s-55 {
    margin-top: 55px !important; }
  .mb-s-55 {
    margin-bottom: 55px !important; }
  .pt-s-55 {
    padding-top: 55px !important; }
  .pb-s-55 {
    padding-bottom: 55px !important; }
  .mt-s-56 {
    margin-top: 56px !important; }
  .mb-s-56 {
    margin-bottom: 56px !important; }
  .pt-s-56 {
    padding-top: 56px !important; }
  .pb-s-56 {
    padding-bottom: 56px !important; }
  .mt-s-57 {
    margin-top: 57px !important; }
  .mb-s-57 {
    margin-bottom: 57px !important; }
  .pt-s-57 {
    padding-top: 57px !important; }
  .pb-s-57 {
    padding-bottom: 57px !important; }
  .mt-s-58 {
    margin-top: 58px !important; }
  .mb-s-58 {
    margin-bottom: 58px !important; }
  .pt-s-58 {
    padding-top: 58px !important; }
  .pb-s-58 {
    padding-bottom: 58px !important; }
  .mt-s-59 {
    margin-top: 59px !important; }
  .mb-s-59 {
    margin-bottom: 59px !important; }
  .pt-s-59 {
    padding-top: 59px !important; }
  .pb-s-59 {
    padding-bottom: 59px !important; }
  .mt-s-60 {
    margin-top: 60px !important; }
  .mb-s-60 {
    margin-bottom: 60px !important; }
  .pt-s-60 {
    padding-top: 60px !important; }
  .pb-s-60 {
    padding-bottom: 60px !important; }
  .mt-s-61 {
    margin-top: 61px !important; }
  .mb-s-61 {
    margin-bottom: 61px !important; }
  .pt-s-61 {
    padding-top: 61px !important; }
  .pb-s-61 {
    padding-bottom: 61px !important; }
  .mt-s-62 {
    margin-top: 62px !important; }
  .mb-s-62 {
    margin-bottom: 62px !important; }
  .pt-s-62 {
    padding-top: 62px !important; }
  .pb-s-62 {
    padding-bottom: 62px !important; }
  .mt-s-63 {
    margin-top: 63px !important; }
  .mb-s-63 {
    margin-bottom: 63px !important; }
  .pt-s-63 {
    padding-top: 63px !important; }
  .pb-s-63 {
    padding-bottom: 63px !important; }
  .mt-s-64 {
    margin-top: 64px !important; }
  .mb-s-64 {
    margin-bottom: 64px !important; }
  .pt-s-64 {
    padding-top: 64px !important; }
  .pb-s-64 {
    padding-bottom: 64px !important; }
  .mt-s-65 {
    margin-top: 65px !important; }
  .mb-s-65 {
    margin-bottom: 65px !important; }
  .pt-s-65 {
    padding-top: 65px !important; }
  .pb-s-65 {
    padding-bottom: 65px !important; }
  .mt-s-66 {
    margin-top: 66px !important; }
  .mb-s-66 {
    margin-bottom: 66px !important; }
  .pt-s-66 {
    padding-top: 66px !important; }
  .pb-s-66 {
    padding-bottom: 66px !important; }
  .mt-s-67 {
    margin-top: 67px !important; }
  .mb-s-67 {
    margin-bottom: 67px !important; }
  .pt-s-67 {
    padding-top: 67px !important; }
  .pb-s-67 {
    padding-bottom: 67px !important; }
  .mt-s-68 {
    margin-top: 68px !important; }
  .mb-s-68 {
    margin-bottom: 68px !important; }
  .pt-s-68 {
    padding-top: 68px !important; }
  .pb-s-68 {
    padding-bottom: 68px !important; }
  .mt-s-69 {
    margin-top: 69px !important; }
  .mb-s-69 {
    margin-bottom: 69px !important; }
  .pt-s-69 {
    padding-top: 69px !important; }
  .pb-s-69 {
    padding-bottom: 69px !important; }
  .mt-s-70 {
    margin-top: 70px !important; }
  .mb-s-70 {
    margin-bottom: 70px !important; }
  .pt-s-70 {
    padding-top: 70px !important; }
  .pb-s-70 {
    padding-bottom: 70px !important; }
  .mt-s-71 {
    margin-top: 71px !important; }
  .mb-s-71 {
    margin-bottom: 71px !important; }
  .pt-s-71 {
    padding-top: 71px !important; }
  .pb-s-71 {
    padding-bottom: 71px !important; }
  .mt-s-72 {
    margin-top: 72px !important; }
  .mb-s-72 {
    margin-bottom: 72px !important; }
  .pt-s-72 {
    padding-top: 72px !important; }
  .pb-s-72 {
    padding-bottom: 72px !important; }
  .mt-s-73 {
    margin-top: 73px !important; }
  .mb-s-73 {
    margin-bottom: 73px !important; }
  .pt-s-73 {
    padding-top: 73px !important; }
  .pb-s-73 {
    padding-bottom: 73px !important; }
  .mt-s-74 {
    margin-top: 74px !important; }
  .mb-s-74 {
    margin-bottom: 74px !important; }
  .pt-s-74 {
    padding-top: 74px !important; }
  .pb-s-74 {
    padding-bottom: 74px !important; }
  .mt-s-75 {
    margin-top: 75px !important; }
  .mb-s-75 {
    margin-bottom: 75px !important; }
  .pt-s-75 {
    padding-top: 75px !important; }
  .pb-s-75 {
    padding-bottom: 75px !important; }
  .mt-s-76 {
    margin-top: 76px !important; }
  .mb-s-76 {
    margin-bottom: 76px !important; }
  .pt-s-76 {
    padding-top: 76px !important; }
  .pb-s-76 {
    padding-bottom: 76px !important; }
  .mt-s-77 {
    margin-top: 77px !important; }
  .mb-s-77 {
    margin-bottom: 77px !important; }
  .pt-s-77 {
    padding-top: 77px !important; }
  .pb-s-77 {
    padding-bottom: 77px !important; }
  .mt-s-78 {
    margin-top: 78px !important; }
  .mb-s-78 {
    margin-bottom: 78px !important; }
  .pt-s-78 {
    padding-top: 78px !important; }
  .pb-s-78 {
    padding-bottom: 78px !important; }
  .mt-s-79 {
    margin-top: 79px !important; }
  .mb-s-79 {
    margin-bottom: 79px !important; }
  .pt-s-79 {
    padding-top: 79px !important; }
  .pb-s-79 {
    padding-bottom: 79px !important; }
  .mt-s-80 {
    margin-top: 80px !important; }
  .mb-s-80 {
    margin-bottom: 80px !important; }
  .pt-s-80 {
    padding-top: 80px !important; }
  .pb-s-80 {
    padding-bottom: 80px !important; }
  .mt-s-81 {
    margin-top: 81px !important; }
  .mb-s-81 {
    margin-bottom: 81px !important; }
  .pt-s-81 {
    padding-top: 81px !important; }
  .pb-s-81 {
    padding-bottom: 81px !important; }
  .mt-s-82 {
    margin-top: 82px !important; }
  .mb-s-82 {
    margin-bottom: 82px !important; }
  .pt-s-82 {
    padding-top: 82px !important; }
  .pb-s-82 {
    padding-bottom: 82px !important; }
  .mt-s-83 {
    margin-top: 83px !important; }
  .mb-s-83 {
    margin-bottom: 83px !important; }
  .pt-s-83 {
    padding-top: 83px !important; }
  .pb-s-83 {
    padding-bottom: 83px !important; }
  .mt-s-84 {
    margin-top: 84px !important; }
  .mb-s-84 {
    margin-bottom: 84px !important; }
  .pt-s-84 {
    padding-top: 84px !important; }
  .pb-s-84 {
    padding-bottom: 84px !important; }
  .mt-s-85 {
    margin-top: 85px !important; }
  .mb-s-85 {
    margin-bottom: 85px !important; }
  .pt-s-85 {
    padding-top: 85px !important; }
  .pb-s-85 {
    padding-bottom: 85px !important; }
  .mt-s-86 {
    margin-top: 86px !important; }
  .mb-s-86 {
    margin-bottom: 86px !important; }
  .pt-s-86 {
    padding-top: 86px !important; }
  .pb-s-86 {
    padding-bottom: 86px !important; }
  .mt-s-87 {
    margin-top: 87px !important; }
  .mb-s-87 {
    margin-bottom: 87px !important; }
  .pt-s-87 {
    padding-top: 87px !important; }
  .pb-s-87 {
    padding-bottom: 87px !important; }
  .mt-s-88 {
    margin-top: 88px !important; }
  .mb-s-88 {
    margin-bottom: 88px !important; }
  .pt-s-88 {
    padding-top: 88px !important; }
  .pb-s-88 {
    padding-bottom: 88px !important; }
  .mt-s-89 {
    margin-top: 89px !important; }
  .mb-s-89 {
    margin-bottom: 89px !important; }
  .pt-s-89 {
    padding-top: 89px !important; }
  .pb-s-89 {
    padding-bottom: 89px !important; }
  .mt-s-90 {
    margin-top: 90px !important; }
  .mb-s-90 {
    margin-bottom: 90px !important; }
  .pt-s-90 {
    padding-top: 90px !important; }
  .pb-s-90 {
    padding-bottom: 90px !important; }
  .mt-s-91 {
    margin-top: 91px !important; }
  .mb-s-91 {
    margin-bottom: 91px !important; }
  .pt-s-91 {
    padding-top: 91px !important; }
  .pb-s-91 {
    padding-bottom: 91px !important; }
  .mt-s-92 {
    margin-top: 92px !important; }
  .mb-s-92 {
    margin-bottom: 92px !important; }
  .pt-s-92 {
    padding-top: 92px !important; }
  .pb-s-92 {
    padding-bottom: 92px !important; }
  .mt-s-93 {
    margin-top: 93px !important; }
  .mb-s-93 {
    margin-bottom: 93px !important; }
  .pt-s-93 {
    padding-top: 93px !important; }
  .pb-s-93 {
    padding-bottom: 93px !important; }
  .mt-s-94 {
    margin-top: 94px !important; }
  .mb-s-94 {
    margin-bottom: 94px !important; }
  .pt-s-94 {
    padding-top: 94px !important; }
  .pb-s-94 {
    padding-bottom: 94px !important; }
  .mt-s-95 {
    margin-top: 95px !important; }
  .mb-s-95 {
    margin-bottom: 95px !important; }
  .pt-s-95 {
    padding-top: 95px !important; }
  .pb-s-95 {
    padding-bottom: 95px !important; }
  .mt-s-96 {
    margin-top: 96px !important; }
  .mb-s-96 {
    margin-bottom: 96px !important; }
  .pt-s-96 {
    padding-top: 96px !important; }
  .pb-s-96 {
    padding-bottom: 96px !important; }
  .mt-s-97 {
    margin-top: 97px !important; }
  .mb-s-97 {
    margin-bottom: 97px !important; }
  .pt-s-97 {
    padding-top: 97px !important; }
  .pb-s-97 {
    padding-bottom: 97px !important; }
  .mt-s-98 {
    margin-top: 98px !important; }
  .mb-s-98 {
    margin-bottom: 98px !important; }
  .pt-s-98 {
    padding-top: 98px !important; }
  .pb-s-98 {
    padding-bottom: 98px !important; }
  .mt-s-99 {
    margin-top: 99px !important; }
  .mb-s-99 {
    margin-bottom: 99px !important; }
  .pt-s-99 {
    padding-top: 99px !important; }
  .pb-s-99 {
    padding-bottom: 99px !important; }
  .mt-s-100 {
    margin-top: 100px !important; }
  .mb-s-100 {
    margin-bottom: 100px !important; }
  .pt-s-100 {
    padding-top: 100px !important; }
  .pb-s-100 {
    padding-bottom: 100px !important; }
  .mt-s-101 {
    margin-top: 101px !important; }
  .mb-s-101 {
    margin-bottom: 101px !important; }
  .pt-s-101 {
    padding-top: 101px !important; }
  .pb-s-101 {
    padding-bottom: 101px !important; }
  .mt-s-102 {
    margin-top: 102px !important; }
  .mb-s-102 {
    margin-bottom: 102px !important; }
  .pt-s-102 {
    padding-top: 102px !important; }
  .pb-s-102 {
    padding-bottom: 102px !important; }
  .mt-s-103 {
    margin-top: 103px !important; }
  .mb-s-103 {
    margin-bottom: 103px !important; }
  .pt-s-103 {
    padding-top: 103px !important; }
  .pb-s-103 {
    padding-bottom: 103px !important; }
  .mt-s-104 {
    margin-top: 104px !important; }
  .mb-s-104 {
    margin-bottom: 104px !important; }
  .pt-s-104 {
    padding-top: 104px !important; }
  .pb-s-104 {
    padding-bottom: 104px !important; }
  .mt-s-105 {
    margin-top: 105px !important; }
  .mb-s-105 {
    margin-bottom: 105px !important; }
  .pt-s-105 {
    padding-top: 105px !important; }
  .pb-s-105 {
    padding-bottom: 105px !important; }
  .mt-s-106 {
    margin-top: 106px !important; }
  .mb-s-106 {
    margin-bottom: 106px !important; }
  .pt-s-106 {
    padding-top: 106px !important; }
  .pb-s-106 {
    padding-bottom: 106px !important; }
  .mt-s-107 {
    margin-top: 107px !important; }
  .mb-s-107 {
    margin-bottom: 107px !important; }
  .pt-s-107 {
    padding-top: 107px !important; }
  .pb-s-107 {
    padding-bottom: 107px !important; }
  .mt-s-108 {
    margin-top: 108px !important; }
  .mb-s-108 {
    margin-bottom: 108px !important; }
  .pt-s-108 {
    padding-top: 108px !important; }
  .pb-s-108 {
    padding-bottom: 108px !important; }
  .mt-s-109 {
    margin-top: 109px !important; }
  .mb-s-109 {
    margin-bottom: 109px !important; }
  .pt-s-109 {
    padding-top: 109px !important; }
  .pb-s-109 {
    padding-bottom: 109px !important; }
  .mt-s-110 {
    margin-top: 110px !important; }
  .mb-s-110 {
    margin-bottom: 110px !important; }
  .pt-s-110 {
    padding-top: 110px !important; }
  .pb-s-110 {
    padding-bottom: 110px !important; }
  .mt-s-111 {
    margin-top: 111px !important; }
  .mb-s-111 {
    margin-bottom: 111px !important; }
  .pt-s-111 {
    padding-top: 111px !important; }
  .pb-s-111 {
    padding-bottom: 111px !important; }
  .mt-s-112 {
    margin-top: 112px !important; }
  .mb-s-112 {
    margin-bottom: 112px !important; }
  .pt-s-112 {
    padding-top: 112px !important; }
  .pb-s-112 {
    padding-bottom: 112px !important; }
  .mt-s-113 {
    margin-top: 113px !important; }
  .mb-s-113 {
    margin-bottom: 113px !important; }
  .pt-s-113 {
    padding-top: 113px !important; }
  .pb-s-113 {
    padding-bottom: 113px !important; }
  .mt-s-114 {
    margin-top: 114px !important; }
  .mb-s-114 {
    margin-bottom: 114px !important; }
  .pt-s-114 {
    padding-top: 114px !important; }
  .pb-s-114 {
    padding-bottom: 114px !important; }
  .mt-s-115 {
    margin-top: 115px !important; }
  .mb-s-115 {
    margin-bottom: 115px !important; }
  .pt-s-115 {
    padding-top: 115px !important; }
  .pb-s-115 {
    padding-bottom: 115px !important; }
  .mt-s-116 {
    margin-top: 116px !important; }
  .mb-s-116 {
    margin-bottom: 116px !important; }
  .pt-s-116 {
    padding-top: 116px !important; }
  .pb-s-116 {
    padding-bottom: 116px !important; }
  .mt-s-117 {
    margin-top: 117px !important; }
  .mb-s-117 {
    margin-bottom: 117px !important; }
  .pt-s-117 {
    padding-top: 117px !important; }
  .pb-s-117 {
    padding-bottom: 117px !important; }
  .mt-s-118 {
    margin-top: 118px !important; }
  .mb-s-118 {
    margin-bottom: 118px !important; }
  .pt-s-118 {
    padding-top: 118px !important; }
  .pb-s-118 {
    padding-bottom: 118px !important; }
  .mt-s-119 {
    margin-top: 119px !important; }
  .mb-s-119 {
    margin-bottom: 119px !important; }
  .pt-s-119 {
    padding-top: 119px !important; }
  .pb-s-119 {
    padding-bottom: 119px !important; }
  .mt-s-120 {
    margin-top: 120px !important; }
  .mb-s-120 {
    margin-bottom: 120px !important; }
  .pt-s-120 {
    padding-top: 120px !important; }
  .pb-s-120 {
    padding-bottom: 120px !important; }
  .mt-s-121 {
    margin-top: 121px !important; }
  .mb-s-121 {
    margin-bottom: 121px !important; }
  .pt-s-121 {
    padding-top: 121px !important; }
  .pb-s-121 {
    padding-bottom: 121px !important; }
  .mt-s-122 {
    margin-top: 122px !important; }
  .mb-s-122 {
    margin-bottom: 122px !important; }
  .pt-s-122 {
    padding-top: 122px !important; }
  .pb-s-122 {
    padding-bottom: 122px !important; }
  .mt-s-123 {
    margin-top: 123px !important; }
  .mb-s-123 {
    margin-bottom: 123px !important; }
  .pt-s-123 {
    padding-top: 123px !important; }
  .pb-s-123 {
    padding-bottom: 123px !important; }
  .mt-s-124 {
    margin-top: 124px !important; }
  .mb-s-124 {
    margin-bottom: 124px !important; }
  .pt-s-124 {
    padding-top: 124px !important; }
  .pb-s-124 {
    padding-bottom: 124px !important; }
  .mt-s-125 {
    margin-top: 125px !important; }
  .mb-s-125 {
    margin-bottom: 125px !important; }
  .pt-s-125 {
    padding-top: 125px !important; }
  .pb-s-125 {
    padding-bottom: 125px !important; }
  .mt-s-126 {
    margin-top: 126px !important; }
  .mb-s-126 {
    margin-bottom: 126px !important; }
  .pt-s-126 {
    padding-top: 126px !important; }
  .pb-s-126 {
    padding-bottom: 126px !important; }
  .mt-s-127 {
    margin-top: 127px !important; }
  .mb-s-127 {
    margin-bottom: 127px !important; }
  .pt-s-127 {
    padding-top: 127px !important; }
  .pb-s-127 {
    padding-bottom: 127px !important; }
  .mt-s-128 {
    margin-top: 128px !important; }
  .mb-s-128 {
    margin-bottom: 128px !important; }
  .pt-s-128 {
    padding-top: 128px !important; }
  .pb-s-128 {
    padding-bottom: 128px !important; }
  .mt-s-129 {
    margin-top: 129px !important; }
  .mb-s-129 {
    margin-bottom: 129px !important; }
  .pt-s-129 {
    padding-top: 129px !important; }
  .pb-s-129 {
    padding-bottom: 129px !important; }
  .mt-s-130 {
    margin-top: 130px !important; }
  .mb-s-130 {
    margin-bottom: 130px !important; }
  .pt-s-130 {
    padding-top: 130px !important; }
  .pb-s-130 {
    padding-bottom: 130px !important; }
  .mt-s-131 {
    margin-top: 131px !important; }
  .mb-s-131 {
    margin-bottom: 131px !important; }
  .pt-s-131 {
    padding-top: 131px !important; }
  .pb-s-131 {
    padding-bottom: 131px !important; }
  .mt-s-132 {
    margin-top: 132px !important; }
  .mb-s-132 {
    margin-bottom: 132px !important; }
  .pt-s-132 {
    padding-top: 132px !important; }
  .pb-s-132 {
    padding-bottom: 132px !important; }
  .mt-s-133 {
    margin-top: 133px !important; }
  .mb-s-133 {
    margin-bottom: 133px !important; }
  .pt-s-133 {
    padding-top: 133px !important; }
  .pb-s-133 {
    padding-bottom: 133px !important; }
  .mt-s-134 {
    margin-top: 134px !important; }
  .mb-s-134 {
    margin-bottom: 134px !important; }
  .pt-s-134 {
    padding-top: 134px !important; }
  .pb-s-134 {
    padding-bottom: 134px !important; }
  .mt-s-135 {
    margin-top: 135px !important; }
  .mb-s-135 {
    margin-bottom: 135px !important; }
  .pt-s-135 {
    padding-top: 135px !important; }
  .pb-s-135 {
    padding-bottom: 135px !important; }
  .mt-s-136 {
    margin-top: 136px !important; }
  .mb-s-136 {
    margin-bottom: 136px !important; }
  .pt-s-136 {
    padding-top: 136px !important; }
  .pb-s-136 {
    padding-bottom: 136px !important; }
  .mt-s-137 {
    margin-top: 137px !important; }
  .mb-s-137 {
    margin-bottom: 137px !important; }
  .pt-s-137 {
    padding-top: 137px !important; }
  .pb-s-137 {
    padding-bottom: 137px !important; }
  .mt-s-138 {
    margin-top: 138px !important; }
  .mb-s-138 {
    margin-bottom: 138px !important; }
  .pt-s-138 {
    padding-top: 138px !important; }
  .pb-s-138 {
    padding-bottom: 138px !important; }
  .mt-s-139 {
    margin-top: 139px !important; }
  .mb-s-139 {
    margin-bottom: 139px !important; }
  .pt-s-139 {
    padding-top: 139px !important; }
  .pb-s-139 {
    padding-bottom: 139px !important; }
  .mt-s-140 {
    margin-top: 140px !important; }
  .mb-s-140 {
    margin-bottom: 140px !important; }
  .pt-s-140 {
    padding-top: 140px !important; }
  .pb-s-140 {
    padding-bottom: 140px !important; }
  .mt-s-141 {
    margin-top: 141px !important; }
  .mb-s-141 {
    margin-bottom: 141px !important; }
  .pt-s-141 {
    padding-top: 141px !important; }
  .pb-s-141 {
    padding-bottom: 141px !important; }
  .mt-s-142 {
    margin-top: 142px !important; }
  .mb-s-142 {
    margin-bottom: 142px !important; }
  .pt-s-142 {
    padding-top: 142px !important; }
  .pb-s-142 {
    padding-bottom: 142px !important; }
  .mt-s-143 {
    margin-top: 143px !important; }
  .mb-s-143 {
    margin-bottom: 143px !important; }
  .pt-s-143 {
    padding-top: 143px !important; }
  .pb-s-143 {
    padding-bottom: 143px !important; }
  .mt-s-144 {
    margin-top: 144px !important; }
  .mb-s-144 {
    margin-bottom: 144px !important; }
  .pt-s-144 {
    padding-top: 144px !important; }
  .pb-s-144 {
    padding-bottom: 144px !important; }
  .mt-s-145 {
    margin-top: 145px !important; }
  .mb-s-145 {
    margin-bottom: 145px !important; }
  .pt-s-145 {
    padding-top: 145px !important; }
  .pb-s-145 {
    padding-bottom: 145px !important; }
  .mt-s-146 {
    margin-top: 146px !important; }
  .mb-s-146 {
    margin-bottom: 146px !important; }
  .pt-s-146 {
    padding-top: 146px !important; }
  .pb-s-146 {
    padding-bottom: 146px !important; }
  .mt-s-147 {
    margin-top: 147px !important; }
  .mb-s-147 {
    margin-bottom: 147px !important; }
  .pt-s-147 {
    padding-top: 147px !important; }
  .pb-s-147 {
    padding-bottom: 147px !important; }
  .mt-s-148 {
    margin-top: 148px !important; }
  .mb-s-148 {
    margin-bottom: 148px !important; }
  .pt-s-148 {
    padding-top: 148px !important; }
  .pb-s-148 {
    padding-bottom: 148px !important; }
  .mt-s-149 {
    margin-top: 149px !important; }
  .mb-s-149 {
    margin-bottom: 149px !important; }
  .pt-s-149 {
    padding-top: 149px !important; }
  .pb-s-149 {
    padding-bottom: 149px !important; }
  .mt-s-150 {
    margin-top: 150px !important; }
  .mb-s-150 {
    margin-bottom: 150px !important; }
  .pt-s-150 {
    padding-top: 150px !important; }
  .pb-s-150 {
    padding-bottom: 150px !important; }
  .mt-s-151 {
    margin-top: 151px !important; }
  .mb-s-151 {
    margin-bottom: 151px !important; }
  .pt-s-151 {
    padding-top: 151px !important; }
  .pb-s-151 {
    padding-bottom: 151px !important; }
  .mt-s-152 {
    margin-top: 152px !important; }
  .mb-s-152 {
    margin-bottom: 152px !important; }
  .pt-s-152 {
    padding-top: 152px !important; }
  .pb-s-152 {
    padding-bottom: 152px !important; }
  .mt-s-153 {
    margin-top: 153px !important; }
  .mb-s-153 {
    margin-bottom: 153px !important; }
  .pt-s-153 {
    padding-top: 153px !important; }
  .pb-s-153 {
    padding-bottom: 153px !important; }
  .mt-s-154 {
    margin-top: 154px !important; }
  .mb-s-154 {
    margin-bottom: 154px !important; }
  .pt-s-154 {
    padding-top: 154px !important; }
  .pb-s-154 {
    padding-bottom: 154px !important; }
  .mt-s-155 {
    margin-top: 155px !important; }
  .mb-s-155 {
    margin-bottom: 155px !important; }
  .pt-s-155 {
    padding-top: 155px !important; }
  .pb-s-155 {
    padding-bottom: 155px !important; }
  .mt-s-156 {
    margin-top: 156px !important; }
  .mb-s-156 {
    margin-bottom: 156px !important; }
  .pt-s-156 {
    padding-top: 156px !important; }
  .pb-s-156 {
    padding-bottom: 156px !important; }
  .mt-s-157 {
    margin-top: 157px !important; }
  .mb-s-157 {
    margin-bottom: 157px !important; }
  .pt-s-157 {
    padding-top: 157px !important; }
  .pb-s-157 {
    padding-bottom: 157px !important; }
  .mt-s-158 {
    margin-top: 158px !important; }
  .mb-s-158 {
    margin-bottom: 158px !important; }
  .pt-s-158 {
    padding-top: 158px !important; }
  .pb-s-158 {
    padding-bottom: 158px !important; }
  .mt-s-159 {
    margin-top: 159px !important; }
  .mb-s-159 {
    margin-bottom: 159px !important; }
  .pt-s-159 {
    padding-top: 159px !important; }
  .pb-s-159 {
    padding-bottom: 159px !important; }
  .mt-s-160 {
    margin-top: 160px !important; }
  .mb-s-160 {
    margin-bottom: 160px !important; }
  .pt-s-160 {
    padding-top: 160px !important; }
  .pb-s-160 {
    padding-bottom: 160px !important; }
  .mt-s-161 {
    margin-top: 161px !important; }
  .mb-s-161 {
    margin-bottom: 161px !important; }
  .pt-s-161 {
    padding-top: 161px !important; }
  .pb-s-161 {
    padding-bottom: 161px !important; }
  .mt-s-162 {
    margin-top: 162px !important; }
  .mb-s-162 {
    margin-bottom: 162px !important; }
  .pt-s-162 {
    padding-top: 162px !important; }
  .pb-s-162 {
    padding-bottom: 162px !important; }
  .mt-s-163 {
    margin-top: 163px !important; }
  .mb-s-163 {
    margin-bottom: 163px !important; }
  .pt-s-163 {
    padding-top: 163px !important; }
  .pb-s-163 {
    padding-bottom: 163px !important; }
  .mt-s-164 {
    margin-top: 164px !important; }
  .mb-s-164 {
    margin-bottom: 164px !important; }
  .pt-s-164 {
    padding-top: 164px !important; }
  .pb-s-164 {
    padding-bottom: 164px !important; }
  .mt-s-165 {
    margin-top: 165px !important; }
  .mb-s-165 {
    margin-bottom: 165px !important; }
  .pt-s-165 {
    padding-top: 165px !important; }
  .pb-s-165 {
    padding-bottom: 165px !important; }
  .mt-s-166 {
    margin-top: 166px !important; }
  .mb-s-166 {
    margin-bottom: 166px !important; }
  .pt-s-166 {
    padding-top: 166px !important; }
  .pb-s-166 {
    padding-bottom: 166px !important; }
  .mt-s-167 {
    margin-top: 167px !important; }
  .mb-s-167 {
    margin-bottom: 167px !important; }
  .pt-s-167 {
    padding-top: 167px !important; }
  .pb-s-167 {
    padding-bottom: 167px !important; }
  .mt-s-168 {
    margin-top: 168px !important; }
  .mb-s-168 {
    margin-bottom: 168px !important; }
  .pt-s-168 {
    padding-top: 168px !important; }
  .pb-s-168 {
    padding-bottom: 168px !important; }
  .mt-s-169 {
    margin-top: 169px !important; }
  .mb-s-169 {
    margin-bottom: 169px !important; }
  .pt-s-169 {
    padding-top: 169px !important; }
  .pb-s-169 {
    padding-bottom: 169px !important; }
  .mt-s-170 {
    margin-top: 170px !important; }
  .mb-s-170 {
    margin-bottom: 170px !important; }
  .pt-s-170 {
    padding-top: 170px !important; }
  .pb-s-170 {
    padding-bottom: 170px !important; }
  .mt-s-171 {
    margin-top: 171px !important; }
  .mb-s-171 {
    margin-bottom: 171px !important; }
  .pt-s-171 {
    padding-top: 171px !important; }
  .pb-s-171 {
    padding-bottom: 171px !important; }
  .mt-s-172 {
    margin-top: 172px !important; }
  .mb-s-172 {
    margin-bottom: 172px !important; }
  .pt-s-172 {
    padding-top: 172px !important; }
  .pb-s-172 {
    padding-bottom: 172px !important; }
  .mt-s-173 {
    margin-top: 173px !important; }
  .mb-s-173 {
    margin-bottom: 173px !important; }
  .pt-s-173 {
    padding-top: 173px !important; }
  .pb-s-173 {
    padding-bottom: 173px !important; }
  .mt-s-174 {
    margin-top: 174px !important; }
  .mb-s-174 {
    margin-bottom: 174px !important; }
  .pt-s-174 {
    padding-top: 174px !important; }
  .pb-s-174 {
    padding-bottom: 174px !important; }
  .mt-s-175 {
    margin-top: 175px !important; }
  .mb-s-175 {
    margin-bottom: 175px !important; }
  .pt-s-175 {
    padding-top: 175px !important; }
  .pb-s-175 {
    padding-bottom: 175px !important; }
  .mt-s-176 {
    margin-top: 176px !important; }
  .mb-s-176 {
    margin-bottom: 176px !important; }
  .pt-s-176 {
    padding-top: 176px !important; }
  .pb-s-176 {
    padding-bottom: 176px !important; }
  .mt-s-177 {
    margin-top: 177px !important; }
  .mb-s-177 {
    margin-bottom: 177px !important; }
  .pt-s-177 {
    padding-top: 177px !important; }
  .pb-s-177 {
    padding-bottom: 177px !important; }
  .mt-s-178 {
    margin-top: 178px !important; }
  .mb-s-178 {
    margin-bottom: 178px !important; }
  .pt-s-178 {
    padding-top: 178px !important; }
  .pb-s-178 {
    padding-bottom: 178px !important; }
  .mt-s-179 {
    margin-top: 179px !important; }
  .mb-s-179 {
    margin-bottom: 179px !important; }
  .pt-s-179 {
    padding-top: 179px !important; }
  .pb-s-179 {
    padding-bottom: 179px !important; }
  .mt-s-180 {
    margin-top: 180px !important; }
  .mb-s-180 {
    margin-bottom: 180px !important; }
  .pt-s-180 {
    padding-top: 180px !important; }
  .pb-s-180 {
    padding-bottom: 180px !important; }
  .mt-s-181 {
    margin-top: 181px !important; }
  .mb-s-181 {
    margin-bottom: 181px !important; }
  .pt-s-181 {
    padding-top: 181px !important; }
  .pb-s-181 {
    padding-bottom: 181px !important; }
  .mt-s-182 {
    margin-top: 182px !important; }
  .mb-s-182 {
    margin-bottom: 182px !important; }
  .pt-s-182 {
    padding-top: 182px !important; }
  .pb-s-182 {
    padding-bottom: 182px !important; }
  .mt-s-183 {
    margin-top: 183px !important; }
  .mb-s-183 {
    margin-bottom: 183px !important; }
  .pt-s-183 {
    padding-top: 183px !important; }
  .pb-s-183 {
    padding-bottom: 183px !important; }
  .mt-s-184 {
    margin-top: 184px !important; }
  .mb-s-184 {
    margin-bottom: 184px !important; }
  .pt-s-184 {
    padding-top: 184px !important; }
  .pb-s-184 {
    padding-bottom: 184px !important; }
  .mt-s-185 {
    margin-top: 185px !important; }
  .mb-s-185 {
    margin-bottom: 185px !important; }
  .pt-s-185 {
    padding-top: 185px !important; }
  .pb-s-185 {
    padding-bottom: 185px !important; }
  .mt-s-186 {
    margin-top: 186px !important; }
  .mb-s-186 {
    margin-bottom: 186px !important; }
  .pt-s-186 {
    padding-top: 186px !important; }
  .pb-s-186 {
    padding-bottom: 186px !important; }
  .mt-s-187 {
    margin-top: 187px !important; }
  .mb-s-187 {
    margin-bottom: 187px !important; }
  .pt-s-187 {
    padding-top: 187px !important; }
  .pb-s-187 {
    padding-bottom: 187px !important; }
  .mt-s-188 {
    margin-top: 188px !important; }
  .mb-s-188 {
    margin-bottom: 188px !important; }
  .pt-s-188 {
    padding-top: 188px !important; }
  .pb-s-188 {
    padding-bottom: 188px !important; }
  .mt-s-189 {
    margin-top: 189px !important; }
  .mb-s-189 {
    margin-bottom: 189px !important; }
  .pt-s-189 {
    padding-top: 189px !important; }
  .pb-s-189 {
    padding-bottom: 189px !important; }
  .mt-s-190 {
    margin-top: 190px !important; }
  .mb-s-190 {
    margin-bottom: 190px !important; }
  .pt-s-190 {
    padding-top: 190px !important; }
  .pb-s-190 {
    padding-bottom: 190px !important; }
  .mt-s-191 {
    margin-top: 191px !important; }
  .mb-s-191 {
    margin-bottom: 191px !important; }
  .pt-s-191 {
    padding-top: 191px !important; }
  .pb-s-191 {
    padding-bottom: 191px !important; }
  .mt-s-192 {
    margin-top: 192px !important; }
  .mb-s-192 {
    margin-bottom: 192px !important; }
  .pt-s-192 {
    padding-top: 192px !important; }
  .pb-s-192 {
    padding-bottom: 192px !important; }
  .mt-s-193 {
    margin-top: 193px !important; }
  .mb-s-193 {
    margin-bottom: 193px !important; }
  .pt-s-193 {
    padding-top: 193px !important; }
  .pb-s-193 {
    padding-bottom: 193px !important; }
  .mt-s-194 {
    margin-top: 194px !important; }
  .mb-s-194 {
    margin-bottom: 194px !important; }
  .pt-s-194 {
    padding-top: 194px !important; }
  .pb-s-194 {
    padding-bottom: 194px !important; }
  .mt-s-195 {
    margin-top: 195px !important; }
  .mb-s-195 {
    margin-bottom: 195px !important; }
  .pt-s-195 {
    padding-top: 195px !important; }
  .pb-s-195 {
    padding-bottom: 195px !important; }
  .mt-s-196 {
    margin-top: 196px !important; }
  .mb-s-196 {
    margin-bottom: 196px !important; }
  .pt-s-196 {
    padding-top: 196px !important; }
  .pb-s-196 {
    padding-bottom: 196px !important; }
  .mt-s-197 {
    margin-top: 197px !important; }
  .mb-s-197 {
    margin-bottom: 197px !important; }
  .pt-s-197 {
    padding-top: 197px !important; }
  .pb-s-197 {
    padding-bottom: 197px !important; }
  .mt-s-198 {
    margin-top: 198px !important; }
  .mb-s-198 {
    margin-bottom: 198px !important; }
  .pt-s-198 {
    padding-top: 198px !important; }
  .pb-s-198 {
    padding-bottom: 198px !important; }
  .mt-s-199 {
    margin-top: 199px !important; }
  .mb-s-199 {
    margin-bottom: 199px !important; }
  .pt-s-199 {
    padding-top: 199px !important; }
  .pb-s-199 {
    padding-bottom: 199px !important; }
  .mt-s-200 {
    margin-top: 200px !important; }
  .mb-s-200 {
    margin-bottom: 200px !important; }
  .pt-s-200 {
    padding-top: 200px !important; }
  .pb-s-200 {
    padding-bottom: 200px !important; } }

@media (max-width: 320px) {
  .mt-xs-0 {
    margin-top: 0px !important; }
  .mb-xs-0 {
    margin-bottom: 0px !important; }
  .pt-xs-0 {
    padding-top: 0px !important; }
  .pb-xs-0 {
    padding-bottom: 0px !important; }
  .mt-xs-1 {
    margin-top: 1px !important; }
  .mb-xs-1 {
    margin-bottom: 1px !important; }
  .pt-xs-1 {
    padding-top: 1px !important; }
  .pb-xs-1 {
    padding-bottom: 1px !important; }
  .mt-xs-2 {
    margin-top: 2px !important; }
  .mb-xs-2 {
    margin-bottom: 2px !important; }
  .pt-xs-2 {
    padding-top: 2px !important; }
  .pb-xs-2 {
    padding-bottom: 2px !important; }
  .mt-xs-3 {
    margin-top: 3px !important; }
  .mb-xs-3 {
    margin-bottom: 3px !important; }
  .pt-xs-3 {
    padding-top: 3px !important; }
  .pb-xs-3 {
    padding-bottom: 3px !important; }
  .mt-xs-4 {
    margin-top: 4px !important; }
  .mb-xs-4 {
    margin-bottom: 4px !important; }
  .pt-xs-4 {
    padding-top: 4px !important; }
  .pb-xs-4 {
    padding-bottom: 4px !important; }
  .mt-xs-5 {
    margin-top: 5px !important; }
  .mb-xs-5 {
    margin-bottom: 5px !important; }
  .pt-xs-5 {
    padding-top: 5px !important; }
  .pb-xs-5 {
    padding-bottom: 5px !important; }
  .mt-xs-6 {
    margin-top: 6px !important; }
  .mb-xs-6 {
    margin-bottom: 6px !important; }
  .pt-xs-6 {
    padding-top: 6px !important; }
  .pb-xs-6 {
    padding-bottom: 6px !important; }
  .mt-xs-7 {
    margin-top: 7px !important; }
  .mb-xs-7 {
    margin-bottom: 7px !important; }
  .pt-xs-7 {
    padding-top: 7px !important; }
  .pb-xs-7 {
    padding-bottom: 7px !important; }
  .mt-xs-8 {
    margin-top: 8px !important; }
  .mb-xs-8 {
    margin-bottom: 8px !important; }
  .pt-xs-8 {
    padding-top: 8px !important; }
  .pb-xs-8 {
    padding-bottom: 8px !important; }
  .mt-xs-9 {
    margin-top: 9px !important; }
  .mb-xs-9 {
    margin-bottom: 9px !important; }
  .pt-xs-9 {
    padding-top: 9px !important; }
  .pb-xs-9 {
    padding-bottom: 9px !important; }
  .mt-xs-10 {
    margin-top: 10px !important; }
  .mb-xs-10 {
    margin-bottom: 10px !important; }
  .pt-xs-10 {
    padding-top: 10px !important; }
  .pb-xs-10 {
    padding-bottom: 10px !important; }
  .mt-xs-11 {
    margin-top: 11px !important; }
  .mb-xs-11 {
    margin-bottom: 11px !important; }
  .pt-xs-11 {
    padding-top: 11px !important; }
  .pb-xs-11 {
    padding-bottom: 11px !important; }
  .mt-xs-12 {
    margin-top: 12px !important; }
  .mb-xs-12 {
    margin-bottom: 12px !important; }
  .pt-xs-12 {
    padding-top: 12px !important; }
  .pb-xs-12 {
    padding-bottom: 12px !important; }
  .mt-xs-13 {
    margin-top: 13px !important; }
  .mb-xs-13 {
    margin-bottom: 13px !important; }
  .pt-xs-13 {
    padding-top: 13px !important; }
  .pb-xs-13 {
    padding-bottom: 13px !important; }
  .mt-xs-14 {
    margin-top: 14px !important; }
  .mb-xs-14 {
    margin-bottom: 14px !important; }
  .pt-xs-14 {
    padding-top: 14px !important; }
  .pb-xs-14 {
    padding-bottom: 14px !important; }
  .mt-xs-15 {
    margin-top: 15px !important; }
  .mb-xs-15 {
    margin-bottom: 15px !important; }
  .pt-xs-15 {
    padding-top: 15px !important; }
  .pb-xs-15 {
    padding-bottom: 15px !important; }
  .mt-xs-16 {
    margin-top: 16px !important; }
  .mb-xs-16 {
    margin-bottom: 16px !important; }
  .pt-xs-16 {
    padding-top: 16px !important; }
  .pb-xs-16 {
    padding-bottom: 16px !important; }
  .mt-xs-17 {
    margin-top: 17px !important; }
  .mb-xs-17 {
    margin-bottom: 17px !important; }
  .pt-xs-17 {
    padding-top: 17px !important; }
  .pb-xs-17 {
    padding-bottom: 17px !important; }
  .mt-xs-18 {
    margin-top: 18px !important; }
  .mb-xs-18 {
    margin-bottom: 18px !important; }
  .pt-xs-18 {
    padding-top: 18px !important; }
  .pb-xs-18 {
    padding-bottom: 18px !important; }
  .mt-xs-19 {
    margin-top: 19px !important; }
  .mb-xs-19 {
    margin-bottom: 19px !important; }
  .pt-xs-19 {
    padding-top: 19px !important; }
  .pb-xs-19 {
    padding-bottom: 19px !important; }
  .mt-xs-20 {
    margin-top: 20px !important; }
  .mb-xs-20 {
    margin-bottom: 20px !important; }
  .pt-xs-20 {
    padding-top: 20px !important; }
  .pb-xs-20 {
    padding-bottom: 20px !important; }
  .mt-xs-21 {
    margin-top: 21px !important; }
  .mb-xs-21 {
    margin-bottom: 21px !important; }
  .pt-xs-21 {
    padding-top: 21px !important; }
  .pb-xs-21 {
    padding-bottom: 21px !important; }
  .mt-xs-22 {
    margin-top: 22px !important; }
  .mb-xs-22 {
    margin-bottom: 22px !important; }
  .pt-xs-22 {
    padding-top: 22px !important; }
  .pb-xs-22 {
    padding-bottom: 22px !important; }
  .mt-xs-23 {
    margin-top: 23px !important; }
  .mb-xs-23 {
    margin-bottom: 23px !important; }
  .pt-xs-23 {
    padding-top: 23px !important; }
  .pb-xs-23 {
    padding-bottom: 23px !important; }
  .mt-xs-24 {
    margin-top: 24px !important; }
  .mb-xs-24 {
    margin-bottom: 24px !important; }
  .pt-xs-24 {
    padding-top: 24px !important; }
  .pb-xs-24 {
    padding-bottom: 24px !important; }
  .mt-xs-25 {
    margin-top: 25px !important; }
  .mb-xs-25 {
    margin-bottom: 25px !important; }
  .pt-xs-25 {
    padding-top: 25px !important; }
  .pb-xs-25 {
    padding-bottom: 25px !important; }
  .mt-xs-26 {
    margin-top: 26px !important; }
  .mb-xs-26 {
    margin-bottom: 26px !important; }
  .pt-xs-26 {
    padding-top: 26px !important; }
  .pb-xs-26 {
    padding-bottom: 26px !important; }
  .mt-xs-27 {
    margin-top: 27px !important; }
  .mb-xs-27 {
    margin-bottom: 27px !important; }
  .pt-xs-27 {
    padding-top: 27px !important; }
  .pb-xs-27 {
    padding-bottom: 27px !important; }
  .mt-xs-28 {
    margin-top: 28px !important; }
  .mb-xs-28 {
    margin-bottom: 28px !important; }
  .pt-xs-28 {
    padding-top: 28px !important; }
  .pb-xs-28 {
    padding-bottom: 28px !important; }
  .mt-xs-29 {
    margin-top: 29px !important; }
  .mb-xs-29 {
    margin-bottom: 29px !important; }
  .pt-xs-29 {
    padding-top: 29px !important; }
  .pb-xs-29 {
    padding-bottom: 29px !important; }
  .mt-xs-30 {
    margin-top: 30px !important; }
  .mb-xs-30 {
    margin-bottom: 30px !important; }
  .pt-xs-30 {
    padding-top: 30px !important; }
  .pb-xs-30 {
    padding-bottom: 30px !important; }
  .mt-xs-31 {
    margin-top: 31px !important; }
  .mb-xs-31 {
    margin-bottom: 31px !important; }
  .pt-xs-31 {
    padding-top: 31px !important; }
  .pb-xs-31 {
    padding-bottom: 31px !important; }
  .mt-xs-32 {
    margin-top: 32px !important; }
  .mb-xs-32 {
    margin-bottom: 32px !important; }
  .pt-xs-32 {
    padding-top: 32px !important; }
  .pb-xs-32 {
    padding-bottom: 32px !important; }
  .mt-xs-33 {
    margin-top: 33px !important; }
  .mb-xs-33 {
    margin-bottom: 33px !important; }
  .pt-xs-33 {
    padding-top: 33px !important; }
  .pb-xs-33 {
    padding-bottom: 33px !important; }
  .mt-xs-34 {
    margin-top: 34px !important; }
  .mb-xs-34 {
    margin-bottom: 34px !important; }
  .pt-xs-34 {
    padding-top: 34px !important; }
  .pb-xs-34 {
    padding-bottom: 34px !important; }
  .mt-xs-35 {
    margin-top: 35px !important; }
  .mb-xs-35 {
    margin-bottom: 35px !important; }
  .pt-xs-35 {
    padding-top: 35px !important; }
  .pb-xs-35 {
    padding-bottom: 35px !important; }
  .mt-xs-36 {
    margin-top: 36px !important; }
  .mb-xs-36 {
    margin-bottom: 36px !important; }
  .pt-xs-36 {
    padding-top: 36px !important; }
  .pb-xs-36 {
    padding-bottom: 36px !important; }
  .mt-xs-37 {
    margin-top: 37px !important; }
  .mb-xs-37 {
    margin-bottom: 37px !important; }
  .pt-xs-37 {
    padding-top: 37px !important; }
  .pb-xs-37 {
    padding-bottom: 37px !important; }
  .mt-xs-38 {
    margin-top: 38px !important; }
  .mb-xs-38 {
    margin-bottom: 38px !important; }
  .pt-xs-38 {
    padding-top: 38px !important; }
  .pb-xs-38 {
    padding-bottom: 38px !important; }
  .mt-xs-39 {
    margin-top: 39px !important; }
  .mb-xs-39 {
    margin-bottom: 39px !important; }
  .pt-xs-39 {
    padding-top: 39px !important; }
  .pb-xs-39 {
    padding-bottom: 39px !important; }
  .mt-xs-40 {
    margin-top: 40px !important; }
  .mb-xs-40 {
    margin-bottom: 40px !important; }
  .pt-xs-40 {
    padding-top: 40px !important; }
  .pb-xs-40 {
    padding-bottom: 40px !important; }
  .mt-xs-41 {
    margin-top: 41px !important; }
  .mb-xs-41 {
    margin-bottom: 41px !important; }
  .pt-xs-41 {
    padding-top: 41px !important; }
  .pb-xs-41 {
    padding-bottom: 41px !important; }
  .mt-xs-42 {
    margin-top: 42px !important; }
  .mb-xs-42 {
    margin-bottom: 42px !important; }
  .pt-xs-42 {
    padding-top: 42px !important; }
  .pb-xs-42 {
    padding-bottom: 42px !important; }
  .mt-xs-43 {
    margin-top: 43px !important; }
  .mb-xs-43 {
    margin-bottom: 43px !important; }
  .pt-xs-43 {
    padding-top: 43px !important; }
  .pb-xs-43 {
    padding-bottom: 43px !important; }
  .mt-xs-44 {
    margin-top: 44px !important; }
  .mb-xs-44 {
    margin-bottom: 44px !important; }
  .pt-xs-44 {
    padding-top: 44px !important; }
  .pb-xs-44 {
    padding-bottom: 44px !important; }
  .mt-xs-45 {
    margin-top: 45px !important; }
  .mb-xs-45 {
    margin-bottom: 45px !important; }
  .pt-xs-45 {
    padding-top: 45px !important; }
  .pb-xs-45 {
    padding-bottom: 45px !important; }
  .mt-xs-46 {
    margin-top: 46px !important; }
  .mb-xs-46 {
    margin-bottom: 46px !important; }
  .pt-xs-46 {
    padding-top: 46px !important; }
  .pb-xs-46 {
    padding-bottom: 46px !important; }
  .mt-xs-47 {
    margin-top: 47px !important; }
  .mb-xs-47 {
    margin-bottom: 47px !important; }
  .pt-xs-47 {
    padding-top: 47px !important; }
  .pb-xs-47 {
    padding-bottom: 47px !important; }
  .mt-xs-48 {
    margin-top: 48px !important; }
  .mb-xs-48 {
    margin-bottom: 48px !important; }
  .pt-xs-48 {
    padding-top: 48px !important; }
  .pb-xs-48 {
    padding-bottom: 48px !important; }
  .mt-xs-49 {
    margin-top: 49px !important; }
  .mb-xs-49 {
    margin-bottom: 49px !important; }
  .pt-xs-49 {
    padding-top: 49px !important; }
  .pb-xs-49 {
    padding-bottom: 49px !important; }
  .mt-xs-50 {
    margin-top: 50px !important; }
  .mb-xs-50 {
    margin-bottom: 50px !important; }
  .pt-xs-50 {
    padding-top: 50px !important; }
  .pb-xs-50 {
    padding-bottom: 50px !important; }
  .mt-xs-51 {
    margin-top: 51px !important; }
  .mb-xs-51 {
    margin-bottom: 51px !important; }
  .pt-xs-51 {
    padding-top: 51px !important; }
  .pb-xs-51 {
    padding-bottom: 51px !important; }
  .mt-xs-52 {
    margin-top: 52px !important; }
  .mb-xs-52 {
    margin-bottom: 52px !important; }
  .pt-xs-52 {
    padding-top: 52px !important; }
  .pb-xs-52 {
    padding-bottom: 52px !important; }
  .mt-xs-53 {
    margin-top: 53px !important; }
  .mb-xs-53 {
    margin-bottom: 53px !important; }
  .pt-xs-53 {
    padding-top: 53px !important; }
  .pb-xs-53 {
    padding-bottom: 53px !important; }
  .mt-xs-54 {
    margin-top: 54px !important; }
  .mb-xs-54 {
    margin-bottom: 54px !important; }
  .pt-xs-54 {
    padding-top: 54px !important; }
  .pb-xs-54 {
    padding-bottom: 54px !important; }
  .mt-xs-55 {
    margin-top: 55px !important; }
  .mb-xs-55 {
    margin-bottom: 55px !important; }
  .pt-xs-55 {
    padding-top: 55px !important; }
  .pb-xs-55 {
    padding-bottom: 55px !important; }
  .mt-xs-56 {
    margin-top: 56px !important; }
  .mb-xs-56 {
    margin-bottom: 56px !important; }
  .pt-xs-56 {
    padding-top: 56px !important; }
  .pb-xs-56 {
    padding-bottom: 56px !important; }
  .mt-xs-57 {
    margin-top: 57px !important; }
  .mb-xs-57 {
    margin-bottom: 57px !important; }
  .pt-xs-57 {
    padding-top: 57px !important; }
  .pb-xs-57 {
    padding-bottom: 57px !important; }
  .mt-xs-58 {
    margin-top: 58px !important; }
  .mb-xs-58 {
    margin-bottom: 58px !important; }
  .pt-xs-58 {
    padding-top: 58px !important; }
  .pb-xs-58 {
    padding-bottom: 58px !important; }
  .mt-xs-59 {
    margin-top: 59px !important; }
  .mb-xs-59 {
    margin-bottom: 59px !important; }
  .pt-xs-59 {
    padding-top: 59px !important; }
  .pb-xs-59 {
    padding-bottom: 59px !important; }
  .mt-xs-60 {
    margin-top: 60px !important; }
  .mb-xs-60 {
    margin-bottom: 60px !important; }
  .pt-xs-60 {
    padding-top: 60px !important; }
  .pb-xs-60 {
    padding-bottom: 60px !important; }
  .mt-xs-61 {
    margin-top: 61px !important; }
  .mb-xs-61 {
    margin-bottom: 61px !important; }
  .pt-xs-61 {
    padding-top: 61px !important; }
  .pb-xs-61 {
    padding-bottom: 61px !important; }
  .mt-xs-62 {
    margin-top: 62px !important; }
  .mb-xs-62 {
    margin-bottom: 62px !important; }
  .pt-xs-62 {
    padding-top: 62px !important; }
  .pb-xs-62 {
    padding-bottom: 62px !important; }
  .mt-xs-63 {
    margin-top: 63px !important; }
  .mb-xs-63 {
    margin-bottom: 63px !important; }
  .pt-xs-63 {
    padding-top: 63px !important; }
  .pb-xs-63 {
    padding-bottom: 63px !important; }
  .mt-xs-64 {
    margin-top: 64px !important; }
  .mb-xs-64 {
    margin-bottom: 64px !important; }
  .pt-xs-64 {
    padding-top: 64px !important; }
  .pb-xs-64 {
    padding-bottom: 64px !important; }
  .mt-xs-65 {
    margin-top: 65px !important; }
  .mb-xs-65 {
    margin-bottom: 65px !important; }
  .pt-xs-65 {
    padding-top: 65px !important; }
  .pb-xs-65 {
    padding-bottom: 65px !important; }
  .mt-xs-66 {
    margin-top: 66px !important; }
  .mb-xs-66 {
    margin-bottom: 66px !important; }
  .pt-xs-66 {
    padding-top: 66px !important; }
  .pb-xs-66 {
    padding-bottom: 66px !important; }
  .mt-xs-67 {
    margin-top: 67px !important; }
  .mb-xs-67 {
    margin-bottom: 67px !important; }
  .pt-xs-67 {
    padding-top: 67px !important; }
  .pb-xs-67 {
    padding-bottom: 67px !important; }
  .mt-xs-68 {
    margin-top: 68px !important; }
  .mb-xs-68 {
    margin-bottom: 68px !important; }
  .pt-xs-68 {
    padding-top: 68px !important; }
  .pb-xs-68 {
    padding-bottom: 68px !important; }
  .mt-xs-69 {
    margin-top: 69px !important; }
  .mb-xs-69 {
    margin-bottom: 69px !important; }
  .pt-xs-69 {
    padding-top: 69px !important; }
  .pb-xs-69 {
    padding-bottom: 69px !important; }
  .mt-xs-70 {
    margin-top: 70px !important; }
  .mb-xs-70 {
    margin-bottom: 70px !important; }
  .pt-xs-70 {
    padding-top: 70px !important; }
  .pb-xs-70 {
    padding-bottom: 70px !important; }
  .mt-xs-71 {
    margin-top: 71px !important; }
  .mb-xs-71 {
    margin-bottom: 71px !important; }
  .pt-xs-71 {
    padding-top: 71px !important; }
  .pb-xs-71 {
    padding-bottom: 71px !important; }
  .mt-xs-72 {
    margin-top: 72px !important; }
  .mb-xs-72 {
    margin-bottom: 72px !important; }
  .pt-xs-72 {
    padding-top: 72px !important; }
  .pb-xs-72 {
    padding-bottom: 72px !important; }
  .mt-xs-73 {
    margin-top: 73px !important; }
  .mb-xs-73 {
    margin-bottom: 73px !important; }
  .pt-xs-73 {
    padding-top: 73px !important; }
  .pb-xs-73 {
    padding-bottom: 73px !important; }
  .mt-xs-74 {
    margin-top: 74px !important; }
  .mb-xs-74 {
    margin-bottom: 74px !important; }
  .pt-xs-74 {
    padding-top: 74px !important; }
  .pb-xs-74 {
    padding-bottom: 74px !important; }
  .mt-xs-75 {
    margin-top: 75px !important; }
  .mb-xs-75 {
    margin-bottom: 75px !important; }
  .pt-xs-75 {
    padding-top: 75px !important; }
  .pb-xs-75 {
    padding-bottom: 75px !important; }
  .mt-xs-76 {
    margin-top: 76px !important; }
  .mb-xs-76 {
    margin-bottom: 76px !important; }
  .pt-xs-76 {
    padding-top: 76px !important; }
  .pb-xs-76 {
    padding-bottom: 76px !important; }
  .mt-xs-77 {
    margin-top: 77px !important; }
  .mb-xs-77 {
    margin-bottom: 77px !important; }
  .pt-xs-77 {
    padding-top: 77px !important; }
  .pb-xs-77 {
    padding-bottom: 77px !important; }
  .mt-xs-78 {
    margin-top: 78px !important; }
  .mb-xs-78 {
    margin-bottom: 78px !important; }
  .pt-xs-78 {
    padding-top: 78px !important; }
  .pb-xs-78 {
    padding-bottom: 78px !important; }
  .mt-xs-79 {
    margin-top: 79px !important; }
  .mb-xs-79 {
    margin-bottom: 79px !important; }
  .pt-xs-79 {
    padding-top: 79px !important; }
  .pb-xs-79 {
    padding-bottom: 79px !important; }
  .mt-xs-80 {
    margin-top: 80px !important; }
  .mb-xs-80 {
    margin-bottom: 80px !important; }
  .pt-xs-80 {
    padding-top: 80px !important; }
  .pb-xs-80 {
    padding-bottom: 80px !important; }
  .mt-xs-81 {
    margin-top: 81px !important; }
  .mb-xs-81 {
    margin-bottom: 81px !important; }
  .pt-xs-81 {
    padding-top: 81px !important; }
  .pb-xs-81 {
    padding-bottom: 81px !important; }
  .mt-xs-82 {
    margin-top: 82px !important; }
  .mb-xs-82 {
    margin-bottom: 82px !important; }
  .pt-xs-82 {
    padding-top: 82px !important; }
  .pb-xs-82 {
    padding-bottom: 82px !important; }
  .mt-xs-83 {
    margin-top: 83px !important; }
  .mb-xs-83 {
    margin-bottom: 83px !important; }
  .pt-xs-83 {
    padding-top: 83px !important; }
  .pb-xs-83 {
    padding-bottom: 83px !important; }
  .mt-xs-84 {
    margin-top: 84px !important; }
  .mb-xs-84 {
    margin-bottom: 84px !important; }
  .pt-xs-84 {
    padding-top: 84px !important; }
  .pb-xs-84 {
    padding-bottom: 84px !important; }
  .mt-xs-85 {
    margin-top: 85px !important; }
  .mb-xs-85 {
    margin-bottom: 85px !important; }
  .pt-xs-85 {
    padding-top: 85px !important; }
  .pb-xs-85 {
    padding-bottom: 85px !important; }
  .mt-xs-86 {
    margin-top: 86px !important; }
  .mb-xs-86 {
    margin-bottom: 86px !important; }
  .pt-xs-86 {
    padding-top: 86px !important; }
  .pb-xs-86 {
    padding-bottom: 86px !important; }
  .mt-xs-87 {
    margin-top: 87px !important; }
  .mb-xs-87 {
    margin-bottom: 87px !important; }
  .pt-xs-87 {
    padding-top: 87px !important; }
  .pb-xs-87 {
    padding-bottom: 87px !important; }
  .mt-xs-88 {
    margin-top: 88px !important; }
  .mb-xs-88 {
    margin-bottom: 88px !important; }
  .pt-xs-88 {
    padding-top: 88px !important; }
  .pb-xs-88 {
    padding-bottom: 88px !important; }
  .mt-xs-89 {
    margin-top: 89px !important; }
  .mb-xs-89 {
    margin-bottom: 89px !important; }
  .pt-xs-89 {
    padding-top: 89px !important; }
  .pb-xs-89 {
    padding-bottom: 89px !important; }
  .mt-xs-90 {
    margin-top: 90px !important; }
  .mb-xs-90 {
    margin-bottom: 90px !important; }
  .pt-xs-90 {
    padding-top: 90px !important; }
  .pb-xs-90 {
    padding-bottom: 90px !important; }
  .mt-xs-91 {
    margin-top: 91px !important; }
  .mb-xs-91 {
    margin-bottom: 91px !important; }
  .pt-xs-91 {
    padding-top: 91px !important; }
  .pb-xs-91 {
    padding-bottom: 91px !important; }
  .mt-xs-92 {
    margin-top: 92px !important; }
  .mb-xs-92 {
    margin-bottom: 92px !important; }
  .pt-xs-92 {
    padding-top: 92px !important; }
  .pb-xs-92 {
    padding-bottom: 92px !important; }
  .mt-xs-93 {
    margin-top: 93px !important; }
  .mb-xs-93 {
    margin-bottom: 93px !important; }
  .pt-xs-93 {
    padding-top: 93px !important; }
  .pb-xs-93 {
    padding-bottom: 93px !important; }
  .mt-xs-94 {
    margin-top: 94px !important; }
  .mb-xs-94 {
    margin-bottom: 94px !important; }
  .pt-xs-94 {
    padding-top: 94px !important; }
  .pb-xs-94 {
    padding-bottom: 94px !important; }
  .mt-xs-95 {
    margin-top: 95px !important; }
  .mb-xs-95 {
    margin-bottom: 95px !important; }
  .pt-xs-95 {
    padding-top: 95px !important; }
  .pb-xs-95 {
    padding-bottom: 95px !important; }
  .mt-xs-96 {
    margin-top: 96px !important; }
  .mb-xs-96 {
    margin-bottom: 96px !important; }
  .pt-xs-96 {
    padding-top: 96px !important; }
  .pb-xs-96 {
    padding-bottom: 96px !important; }
  .mt-xs-97 {
    margin-top: 97px !important; }
  .mb-xs-97 {
    margin-bottom: 97px !important; }
  .pt-xs-97 {
    padding-top: 97px !important; }
  .pb-xs-97 {
    padding-bottom: 97px !important; }
  .mt-xs-98 {
    margin-top: 98px !important; }
  .mb-xs-98 {
    margin-bottom: 98px !important; }
  .pt-xs-98 {
    padding-top: 98px !important; }
  .pb-xs-98 {
    padding-bottom: 98px !important; }
  .mt-xs-99 {
    margin-top: 99px !important; }
  .mb-xs-99 {
    margin-bottom: 99px !important; }
  .pt-xs-99 {
    padding-top: 99px !important; }
  .pb-xs-99 {
    padding-bottom: 99px !important; }
  .mt-xs-100 {
    margin-top: 100px !important; }
  .mb-xs-100 {
    margin-bottom: 100px !important; }
  .pt-xs-100 {
    padding-top: 100px !important; }
  .pb-xs-100 {
    padding-bottom: 100px !important; } }

/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  -o-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
  animation: .75s linear infinite spinner-grow; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s; } }

