body{background-color:#26235a;background-image:url(../images/pattern-background.jpg);background-position:100%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;margin:0;overflow-x:hidden}@media (min-width:605px){body{background-position:50%;min-height:100vh}}header{align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;justify-content:space-between;margin:30px auto 0;max-width:1440px;padding:0 20px;width:100%}@media (min-width:605px){header{align-items:center;flex-direction:row;height:103px;margin-bottom:30px;padding:0 60px}}@media (min-width:861px){header{margin-bottom:0}}header .logo-link{display:flex;max-width:250px;width:100%}header .logo-link img{width:100%}@media (min-width:605px){header .logo-link img{margin-bottom:0}}header nav{align-items:center;color:#fff;display:flex}header .desktop{display:none}@media (min-width:861px){header .desktop{display:flex;flex-grow:1;justify-content:space-between}header .desktop nav{margin-left:40px;min-width:485px}}header .mobile{display:flex;flex-direction:column;flex-grow:1;justify-content:flex-end;position:relative}@media (min-width:861px){header .mobile{display:none}}header .mobile-row-1{align-items:center;display:flex;justify-content:space-between}header .mobile-navigation{align-items:center;display:flex;margin-left:40px;position:relative}header .mobile-navigation.open .hamburger div:first-child{top:50%;transform:rotate(-45deg)}header .mobile-navigation.open .hamburger div:last-child{bottom:35%;transform:rotate(-45deg)}header .mobile-navigation.open .hamburger div:nth-child(2){top:50%;transform:rotate(45deg)}header .mobile-navigation.open .mobile-nav-links{top:0}header .mobile-dropdown-wrapper{position:relative}header .mobile-nav-links-wrapper{border-radius:5px;height:125px;overflow:hidden;position:absolute;right:0;top:55px;width:198px}header .mobile-nav-links{align-items:flex-end;background-color:rgba(0,0,0,.9);border-radius:4px;box-sizing:border-box;display:flex;flex-direction:column;padding:20px;position:absolute;top:-100%;transition:all .18s ease-in-out;width:100%;z-index:1}header .mobile-nav-links li{margin:0}header .mobile-nav-links li:first-child{margin-bottom:20px}header .mobile-nav-links li a{text-align:right}header .hamburger{cursor:pointer;display:flex;flex-direction:column;height:30px;justify-content:space-between;position:relative;width:40px}header .hamburger div{background:#fff;display:flex;height:5px;position:absolute;transition:all .18s ease-in-out;width:100%}header .hamburger div:first-child{top:0}header .hamburger div:nth-child(2){top:41%}header .hamburger div:last-child{bottom:0}header ul{align-items:baseline;display:flex;justify-content:center;list-style:none;margin:0;padding:0}header ul li{margin:0 15px}header ul li:first-child{margin-left:0}header ul li:last-child{margin-right:0}header ul li:hover a:after{transform:scale(1)}header .mobile-button-wrapper{display:flex;justify-content:center;margin:20px 0;width:100%}@media (min-width:861px){header .mobile-button-wrapper{display:none}}header .mobile-button-wrapper.tablet-button{display:none}@media (min-width:655px){header .mobile-button-wrapper.tablet-button{display:flex;margin-left:auto;width:-moz-fit-content;width:fit-content}header .mobile-button-wrapper.mobile-button{display:none}}header .mobile-button-wrapper.mobile-button a{width:100%}header .button{background-color:#fff;border-radius:10px;color:#000;cursor:pointer;display:flex;font-family:Merriweather Sans,sans-serif;font-weight:700;justify-content:center;min-width:180px;padding:15px 0;position:relative;text-decoration:none;transition:all .1s ease-in-out}header .button:hover{transform:scale(1.02)}header .button:hover:after{transform:scale(1)}main{display:flex;flex-grow:1;justify-content:center;margin-top:20px;padding:0 20px}@media (min-width:605px){main{margin-top:60px;padding:0 60px}}main .content-wrapper{align-items:center;display:flex;height:-moz-fit-content;height:fit-content;position:relative}main .sliderWrapper{background:#26235a;border:5px solid #fff;box-sizing:border-box;display:flex;max-width:1000px;overflow:hidden;position:relative;width:100%}main #left,main #right{bottom:-55px;cursor:pointer;height:42px;opacity:.7;position:absolute;transition:transform .15s ease-in-out;width:42px;z-index:1}@media (min-width:655px){main #left,main #right{opacity:1;position:static}}main #left.disabled,main #right.disabled{cursor:not-allowed;opacity:.3}main #left.disabled:hover,main #right.disabled:hover{transform:none}main #left:hover,main #right:hover{transform:scale(1.1)}main #right{margin-left:30px;right:25px}main #left{left:25px;margin-right:30px}main .slider{display:flex;transition:transform 1s ease-in-out}main .slider img{min-width:100%;width:100%}footer{margin-bottom:80px;padding:0 45px}footer p{color:#fff;display:flex;flex-direction:column;font-family:Merriweather Sans,sans-serif;font-size:15px;font-weight:700;justify-content:center;text-align:center;text-decoration:none}@media (min-width:390px){footer p{font-size:16px}}@media (min-width:612px){footer p{flex-direction:row}}footer p .spacer{display:none;margin:0 15px}@media (min-width:612px){footer p .spacer{display:block}}footer p a:first-child{margin-bottom:5px}@media (min-width:612px){footer p a:first-child{margin-bottom:0}}footer p a:hover:after{transform:scale(1)}a{color:#fff;font-family:Merriweather Sans,sans-serif;font-weight:700;position:relative;text-decoration:none}a:after{background:#fff;bottom:0;content:"";height:1px;left:0;position:absolute;transform:scale(0);transform-origin:left;transition-duration:.18s;transition-property:transform;width:100%}.button:after{display:none}@media (min-width:655px){.button:after{background:#000;bottom:15px;content:"";display:block;height:1px;left:40px;position:absolute;transform:scale(0);transform-origin:left;transition-duration:.18s;transition-property:transform;width:100px}}
