/*! minireset.css v0.0.7 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
}

.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;margin:0;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}.glide__arrow{position:absolute;display:block;top:50%;z-index:2;color:#fff;text-transform:uppercase;padding:9px 12px;background-color:transparent;border:2px solid rgba(255,255,255,.5);border-radius:4px;box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);text-shadow:0 .25em .5em rgba(0,0,0,.1);opacity:1;cursor:pointer;transition:opacity 150ms ease,border 300ms ease-in-out;transform:translateY(-50%);line-height:1}.glide__arrow:focus{outline:none}.glide__arrow:hover{border-color:#fff}.glide__arrow--left{left:2em}.glide__arrow--right{right:2em}.glide__arrow--disabled{opacity:.33}.glide__bullets{position:absolute;z-index:2;bottom:2em;left:50%;display:inline-flex;list-style:none;transform:translateX(-50%)}.glide__bullet{background-color:rgba(255,255,255,.5);width:9px;height:9px;padding:0;border-radius:50%;border:2px solid transparent;transition:all 300ms ease-in-out;cursor:pointer;line-height:0;box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);margin:0 .25em}.glide__bullet:focus{outline:none}.glide__bullet:hover,.glide__bullet:focus{border:2px solid #fff;background-color:rgba(255,255,255,.5)}.glide__bullet--active{background-color:#fff}.glide--swipeable{cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}.glide--dragging{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}html{scroll-behavior:smooth}body{margin:0;padding:0;font-family:Open Sans,sans-serif;background-color:#fff}h1,span.h1,h2,h3{font-family:Montserrat,sans-serif}h1,span.h1{font-size:50px;font-weight:bold;hyphens:none;margin:0;line-height:normal;display:block}h1.small{font-size:.9rem;color:#555;margin-bottom:10px;font-weight:bold;letter-spacing:.03rem;font-style:italic}h2,.h2{margin-bottom:20px;font-size:34px;font-weight:bold}h3{font-size:18px;font-weight:bold;margin-top:30px;margin-bottom:8px}.underlined{position:relative;display:inline-block;max-width:500px;margin-bottom:70px}.underlined::before{content:"";position:absolute;bottom:-20px;left:0;width:100%;max-width:170px;height:6px;background-color:#f37357}.underlined.text-center::before{left:50%;transform:translate(-50%, -50%)}.underlined.underlined-green::before{background-color:#1d543c}p{line-height:1.7rem;margin-bottom:15px;font-size:1rem}p.grey{color:#757575}p.subtitle{color:#868686;font-style:italic;margin-bottom:7px}a{color:#000;font-weight:bold}a.orange-underline,a.green-underline{color:#f37357;text-decoration:none;position:relative;padding-bottom:.5rem;display:inline-block}a.orange-underline::before,a.orange-underline::after,a.green-underline::before,a.green-underline::after{content:"";position:absolute;height:1px;width:100%;left:0;bottom:0;background:rgba(0,0,0,.1)}a.orange-underline::after,a.green-underline::after{width:0;transition:all .5s ease-in-out}a.orange-underline:hover::after,a.green-underline:hover::after{width:100%;background:#f37357}a.green-underline{color:#236548}a.green-underline:hover::after{background:#236548}a:hover{text-decoration:none}.color-green{color:#1d543c}.color-orange{color:#f37357}ul,ol{margin-top:35px;margin-left:35px}ul.no-margin{margin:0}ul.tick-list li,ul.triangle-list li{position:relative;margin:22px 0;padding-left:32px}ul.tick-list li::before{content:"";background-image:url(../images/green-tick.svg);background-repeat:no-repeat;position:absolute;width:20px;height:20px;top:1px;left:0}ul.triangle-list li::before{content:"";border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #1d543c;position:absolute;left:15px;top:6px}ul.triangle-list.triangle-list-orange li::before{border-left:5px solid #f37357}ul.list-inline li{display:inline-block;margin:0 10px}ul.list-inline li:first-child{margin-left:0}ul.list-inline li:last-child{margin-right:0}ul.numbered{counter-reset:list-counter;list-style:none}ul.numbered li{margin:12px 0}ul.numbered li::before{content:counter(list-counter);counter-increment:list-counter;width:2em;height:2em;line-height:2em;font-size:14px;margin-right:1em;border-radius:50%;background:#1d543c;color:#fff;font-family:arial;font-weight:bold;text-align:center;display:inline-block}figure.quote{display:flex;justify-content:center}blockquote{text-align:center;margin:0;padding:15px 25px;background:#eee;border-radius:5px}blockquote p{margin:0;font-style:italic}blockquote p:before{content:"“"}blockquote p::after{content:"”"}blockquote figcaption{position:relative;text-align:right;margin-top:5px}blockquote figcaption:before{content:"—";margin-right:5px}blockquote figcaption cite{font-style:normal}.btn{text-decoration:none;font-weight:bold;position:relative;display:inline-block;color:#000;transition:all 150ms;cursor:pointer}.btn:hover{color:#418e6d}.btn:hover::after{background-color:#418e6d}.btn::after{content:"";position:absolute;top:25px;left:0;height:2px;width:100%;background-color:#000;transition:all 150ms}.btn-green,.btn-white{cursor:pointer;border:none;transition:all 170ms;text-decoration:none;padding:16px 22px;background-color:#1d543c;color:#fff;font-size:20px;font-weight:bold}.btn-green:hover{background-color:#236548}.btn-white{color:#000;background-color:#fff;border:2px solid #fff}.btn-white:hover{background-color:transparent;color:#fff}.container{max-width:1300px;width:100%;padding-left:40px;padding-right:40px;margin:0 auto}.container-slim{max-width:1100px;width:100%;padding-left:40px;padding-right:40px;margin:0 auto}.steps{display:flex}.step{padding:0 20px}.step .number-circle{margin-right:20px;margin-bottom:20px;display:block}.step h3{margin-bottom:10px;font-size:26px;line-height:normal;font-weight:bold;display:inline-block}.step p{max-width:400px}.step:first-child{padding-left:0}.step:last-child{padding-right:0}.step:last-child{margin-bottom:0}.referencer{text-align:center}.referencer .columns{margin-bottom:50px}.referencer .column{padding:0 20px}.referencer img{display:block;margin-bottom:30px}.employees .employee{margin-bottom:50px;max-width:230px;text-align:right}.employees .employee span{display:block}.employees .employee span.name{font-weight:bold;margin:6px 0}.employees .employee:last-child{margin-bottom:0}.contact-form-basic .btn-green{font-weight:normal;font-size:16px}.boxes{display:flex;flex-wrap:wrap}.boxes .box{display:block;width:100%;flex:0 50%;padding:150px 120px;background-color:#d5e8da;border:5px solid #fff;position:relative;text-decoration:none;transition:background-color 250ms ease-in}.boxes .box h2{text-decoration:underline;font-weight:bold}.boxes .box p{font-weight:normal}.boxes .box:hover{background-color:#b0cde1}.boxes .box .box-info{opacity:.1;transition:all 200ms;transition-delay:200ms}.boxes .box:hover .box-info{opacity:1}.boxes .box .btn{margin-top:25px}.blog .section-lightgrey{padding-top:160px}.blog .toc a{font-weight:normal}.blog .toc ul.numbered li{margin:8px 0}.blog .toc ul.numbered li:before{border-radius:0}.blog .posts{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap}.blog .posts .post-empty{flex-basis:30%}.blog .posts .post{flex:0;flex-basis:30%;padding-top:5px;margin-bottom:70px;background-color:#fff;border-top:5px solid #1d543c;overflow:hidden}.blog .posts .post img{transition:all 200ms;display:block}.blog .posts .post:hover img{transform:scale(1.05)}.blog .posts .post h2{line-height:1.8rem;margin:0}.blog .posts .post h2 a{font-size:1.3rem;display:block;color:#092315;text-decoration:none}.blog .posts .post .post-content{padding:0 30px;height:100%;min-height:150px;display:flex;align-items:center}.blog .posts .post .date-created{color:#a5a5a5;font-style:italic;font-size:.9rem}.blog .blog-post-intro{padding-top:120px}.blog-post-intro h1{line-height:4.2rem}.blog .author{margin-top:15px;display:flex;align-items:center}.blog .author p{margin:0}.blog .author span{display:block;text-transform:capitalize;color:#8e8e8e}.blog span a{font-size:.9rem;margin-top:20px;display:inline-block}.blog .author .img{margin-right:10px;width:40px;height:40px;border-radius:20px;overflow:hidden}.blog .author .img img{width:40px}.blog-post{margin-top:75px}.blog-post h2{margin-top:80px}.blog-post h2:first-child{margin-top:0}.blog-post .img-right{float:right;margin:0 0 15px 15px}.blog-post .img-text{font-size:.8rem;font-style:italic}.blog-post .box{padding:30px;margin:40px 20px}.blog-post .box.box-grey{background-color:#f1f1f1}input,textarea{background-color:#fff;border:1px solid #cacaca;width:100%;padding:12px}input.error,textarea.error{border:1px solid red}input:focus,textarea:focus{border:1px solid #8e8e8e;outline:none}textarea{min-height:120px}::-webkit-input-placeholder{font-family:Open Sans,sans-serif}:-moz-placeholder{font-family:Open Sans,sans-serif}::-moz-placeholder{font-family:Open Sans,sans-serif}:-ms-input-placeholder{font-family:Open Sans,sans-serif}::placeholder{font-family:Open Sans,sans-serif}label{display:block;margin-bottom:10px;color:#3e3e3e}label.required::after{color:#3e3e3e;content:" *"}.has-error .input-message{display:block;position:relative;margin-bottom:5px;padding:10px 10px 10px 20px;background:#f4f4f4;border-left:5px solid red}.has-error .input-message::before{content:"";position:absolute;box-sizing:border-box;width:0;height:0;display:block;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid red;border-right:none;top:50%;left:0;margin-top:-6px}.form-group{margin-bottom:20px}.form-btn{background-color:transparent;border:4px solid #fff;color:#fff;font-size:1rem;padding:16px 40px;transition:all 200ms;cursor:pointer}.form-btn:hover{background-color:#fff;color:#1d543c}.contact-form{background-color:#fff;max-width:400px;margin:0 auto}.contact-form .contact-form-header{background-color:#1d543c;padding:70px 40px}.contact-form h3{color:#fff;font-weight:bold;margin:0;font-size:1.3rem}.contact-form .contact-form-content{border:2px solid #eee;padding:40px 60px 60px 60px}.contact-form .contact-form-intro p{color:#4a4a4a;line-height:26px;margin-bottom:20px}.contact-form .contact-form-content .btn-green{display:block;width:100%;padding-top:25px;padding-bottom:25px}footer{background-repeat:repeat;margin:30px;min-height:270px;font-size:14px;padding-top:70px}footer .top,footer .bottom{display:flex;justify-content:space-between;align-items:center}footer strong{font-size:16px}footer .col{flex-basis:33.33%;align-self:flex-start}footer .left{align-self:center}footer .address{margin:60px 0 10px 0;font-size:.7rem;text-align:center}footer .address span{color:#868686}footer .center,footer .right{padding-left:30px}footer svg{height:150px;width:auto;fill:#1d543c}footer h5{margin:0;padding-bottom:10px;font-size:20px;font-weight:600;letter-spacing:.2px;position:relative}footer h5::after{content:"";position:absolute;bottom:0;left:0;background-color:#1d543c;width:100%;height:2px}.footer-intro{max-width:600px;margin:0 auto;margin-bottom:100px}.footer-intro h5::after{background:transparent}.footer-intro p{margin:0}.footer-list{margin:0}.footer-list li{padding:10px 0;border-bottom:2px solid #e2e2e2}.footer-list li:last-child{border-bottom:none}.footer-list li a{text-decoration:none;transition:color 200ms;color:#868686}.footer-list li a:hover{color:#000}.columns{display:flex;justify-content:space-between;align-items:center}.columns .column{flex:1;max-width:100%}.columns .column.align-top{align-self:flex-start}.columns .column.align-right{display:flex;justify-content:flex-end}.columns .column.column-center{flex:0 100%;max-width:800px;margin:0 auto}.columns .column.column-600{width:600px;margin-right:105px}.columns .column.column-circle{position:relative;z-index:1}.columns .column.column-circle::before{content:"";position:absolute;top:-90px;left:-90px;z-index:-2;background-color:#f4f4f4;width:250px;height:250px;border-radius:125px}.columns .column.column-circle h2{font-size:4rem;font-family:Lato,sans-serif}.columns.column-2{flex:0 50%}.columns.column-3{flex:0 33.33%}.columns.column-4{flex:0 25%}header{background-color:transparent;display:flex;width:100%;align-items:center;position:absolute;z-index:999}header #mobile-menu{display:none}header #menu #close-btn,header #menu .mobile-menu-logo{display:none}header .logo{display:inline-block;margin:30px 0 0 30px}header .logo svg{height:70px;width:auto;fill:#1d543c}header #menu{width:100%;margin-right:40px}header.header-light .menuitems>.menuitem a{color:#fff}header.header-light .logo svg{fill:#fff}header.fixed{position:fixed;height:70px;top:0;left:0;background-color:#fff;box-shadow:0 3px 10px rgba(0,0,0,.2)}header.fixed .logo{margin:0;margin-left:30px}header.fixed .logo svg{height:40px;fill:#1d543c}header.fixed .menuitems>.menuitem a{color:#000}header .menuitems{display:flex;justify-content:flex-end}header .menuitems>.menuitem{position:relative;margin:0 30px}header .menuitems .menuitem>a{font-size:1rem;text-decoration:none;color:#000;display:inline-block}header .menuitems .menuitem>a:hover{color:#f37357}header .menuitems>.menuitem.active>a{color:#f37357}header .menuitems>.menuitem.active>a::after{content:"";width:100%;height:2px;background-color:#f37357;position:absolute;bottom:-5px;left:0}header .menuitems .menuitem .submenu{display:none;width:270px;background-color:#fff;border:1px solid #888;position:absolute;top:40px;left:0;padding:10px 0}.feature-table-container{display:flex;justify-content:center}.feature-table-container .feature-table{flex:0 1 450px;max-width:450px;margin:20px}.feature-table{border:1px solid #ebebeb;border-top:10px solid #1d543c;position:relative}.feature-table .feature-table-header{padding:40px 30px;color:#1d543c;font-weight:bold;font-size:1.8rem;border-bottom:1px solid #eee}.feature-table ul{margin:0;margin-top:15px;list-style:none;padding:0 30px}.feature-table ul.feature-list li{border-top:1px solid #eee;border-bottom:1px solid #eee;display:block;padding:20px 0;position:relative;font-size:.9rem;text-indent:1em}.feature-table ul.feature-list li:first-child{border-top:none}.feature-table ul.feature-list li:last-child{border-bottom:none;padding-bottom:40px}.feature-table ul.feature-list li::before{content:"•";color:#1d543c;font-size:24px;position:absolute;top:14px;left:-15px}.feature-table .feature-table-footer{padding:30px;border-top:1px solid #1d543c;display:flex;justify-content:space-between;color:#252525}.feature-table .feature-table-footer .footer-price{font-weight:bold}@keyframes fadein{0%{opacity:0;margin-top:20px}30%{opacity:0;margin-top:20px}100%{opacity:1;margin-top:0}}@keyframes fadein_bottom_text{0%{opacity:0;margin-bottom:-20px}30%{opacity:0;margin-bottom:-20px}100%{opacity:1;margin-bottom:0}}.section .page-header{opacity:1;animation:fadein 800ms;animation-timing-function:ease-out;color:#fff;width:900px}.section .page-header h1.small{color:#fff;font-weight:normal}h1,span.h1{font-size:55px}.section-pullup{margin-top:-200px}.section-pullup .container:first-child,.section-pullup .container-slim:first-child{background-color:#fff;border-radius:20px;padding-top:120px}.section-pullup .column{padding:0 40px}.section{padding:120px 0;margin:0}.section .header-title{width:900px;max-width:100%;opacity:1;animation:1s ease 0s normal forwards 1 fadein;text-align:left}.section .header-title h1{max-width:100%;font-size:5rem;font-weight:900;display:block;font-family:Lato,sans-serif;text-transform:uppercase}.section .header-title h1 span{color:#f37357}.section .header-title>span{max-width:100%;font-size:1.2rem;display:block;margin-top:20px}.section.no-padding{padding:0}.section .header-image{animation:3s ease 0s normal forwards 1 fadein}.section.section-image{min-height:auto;height:440px;display:flex;justify-content:center;align-items:center;padding:0;background-size:cover;background-repeat:no-repeat;background-position:bottom center}.section.section-slim{padding:80px 0}.section.section-full{height:100vh}.section.section-white{color:#fff}.section.section-line{background-position:bottom center;background-repeat:no-repeat;background-size:100%;height:600px;background-image:url(/images/backgrounds/line_curly.png);display:flex;align-items:center}.section.section-line .header-title{width:1000px;margin:0 auto}.section.section-line .header-title h1{width:700px}.section.section-line .header-title>span{color:#000;width:700px}.section.section-bg-green{height:520px;background-image:url(/images/backgrounds/header_bg.svg);display:flex;justify-content:center;align-items:center;padding:0;background-size:cover;background-repeat:no-repeat;background-position:bottom center}.section.section-bg-green .header-title{margin-bottom:100px}.section.section-green{background-color:#1d543c;color:#fff}.section.section-tall{height:720px}.section.section-tall h1{margin-right:50px}.section.section-tall .header-image img{max-height:400px}.section.section-text-bottom{display:flex;align-items:flex-end;position:relative}.section.section-text-bottom::before{content:"";position:absolute;width:100%;height:100%;background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0.5))}.section.section-text-bottom .header-title{animation:1s ease 0s normal forwards 1 fadein_bottom_text;width:60rem;color:#fff}.section.section-text-bottom .header-title h1{font-size:56px;margin-bottom:100px}.section.section-text-bottom .header-title p{margin:0}.section .page-header{display:flex;justify-content:center;align-items:center;margin:0 auto}.section .page-header p.grey{font-style:italic;margin-top:13px}.section.section-grey{background-color:#efebeb}.section.section-lightgrey{background-color:#f7f7f7}.section.section-lightgreen{background-color:#236548;color:#fff}.section.section-darkgreen{background-color:#092315;color:#fff}.section .section-content{max-width:600px}.section .section-content.push-left{margin-left:40%}.section .section-content h2{font-size:32px;font-weight:bold}.contact-section{min-height:580px;background-size:100% auto;background-repeat:no-repeat;display:flex;justify-content:center;position:relative}.contact-section,.contact-section a{color:#fff}.contact-section .data-information{color:#479875;border-top:1px solid #479875;border-bottom:1px solid #479875;padding:10px 0;font-size:.8rem}.contact-section label{color:#fff;text-align:left}.contact-section label.required::after{color:#fff}.contact-section .has-error .input-message{background-color:#6a887b;text-align:left}.contact-section .phonenumber::before{background-image:url(../images/phone_white.svg)}.contact-section #note{position:absolute;right:300px;bottom:155px}.contact-section h3{font-size:1.7rem;font-weight:bold;margin-bottom:30px}.contact-section .container{display:flex;align-items:center}.contact-section .container .employee{flex-basis:40%;display:flex;align-items:flex-end}.contact-section .container .employee div{padding:0 20px}.contact-section .container .form{text-align:center;padding-top:50px;padding-left:100px;flex-grow:1}.contact-section .container .form form{max-width:400px;margin:0 auto}.mt-1{margin-top:30px}.mt-2{margin-top:60px}.mt-3{margin-top:90px}.mt-4{margin-top:120px}.mt-5{margin-top:150px}.mt-6{margin-top:180px}.mb-1{margin-bottom:30px}.mb-2{margin-bottom:60px}.mb-3{margin-bottom:90px}.mb-4{margin-bottom:120px}.mb-5{margin-bottom:120px}.pad-1{padding:10px}.pad-2{padding:20px}.pad-3{padding:40px;flex-basis:auto}.pad-4{padding:60px}.pad-5{padding:80px}.phonenumber{position:relative;padding-left:25px}.phonenumber::before{content:"";width:20px;height:20px;position:absolute;top:3px;left:0;background-image:url(../images/phone_black.svg);background-repeat:no-repeat;background-size:20px 20px;background-position:top left}.img-fluid{max-width:100%;height:auto}.pull-up-120{margin-top:-120px}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.image-cut-right,.image-cut-left{position:relative;overflow:hidden}.image-cut-right::before{content:"";position:absolute;bottom:5px;right:0;height:100%;border-color:transparent;border-style:solid;border-right-color:#fff;border-bottom-color:#fff;border-width:280px 180px}.image-cut-left::before{content:"";position:absolute;bottom:5px;left:0;height:100%;border-color:transparent;border-style:solid;border-left-color:#fff;border-top-color:#fff;border-width:280px 180px}.number-circle{width:50px;line-height:50px;border-radius:50%;text-align:center;font-size:1.3rem;font-weight:bold;display:block;background-color:#fff;color:#1d543c}.image-overlay{position:relative;margin-bottom:60px}.image-overlay .image-overlay-text{position:absolute;text-align:left;width:500px;background-color:#fff;padding:60px}.image-overlay .image-overlay-text.bottom-right{bottom:100px;right:-150px}.image-overlay .image-overlay-text.bottom-right h2{margin:0}.image-overlay .image-overlay-text.bottom-left{bottom:100px;left:-150px}.image-overlay .image-overlay-text.bottom-center{width:700px;top:65%;left:50%;transform:translate(-50%, 0)}.image-overlay .image-overlay-text.center{width:700px;transform:translate(-50%, -50%);top:50%;left:50%}.image-overlay .image-overlay-text.dropshadow{box-shadow:0 3px 10px rgba(0,0,0,.2)}.image-overlay .image-overlay-text h2{margin-bottom:40px}.cases-cards .column{margin-top:200px}.cases-cards .column:first-child{margin-right:50px;margin-top:0}.cases-cards .case{border:1px solid #cbcbcb;margin-bottom:50px}.cases-cards .case .case-image{height:400px;width:auto}.cases-cards .case .case-image img{object-fit:cover;width:100%;height:100%}.cases-cards .case .case-content{margin:-50px 20px 0 20px;padding:30px 40px 50px 40px;background-color:#fff;position:relative}.cases-cards .case .case-content h3{margin-bottom:20px}.cases-cards .case .case-content h3 a{text-decoration:none;font-size:2rem;font-family:Lato,sans-serif;line-height:1.4em}.cases-cards .case .case-content h3 a span{color:#f37357}.cases-list{padding:0 70px}.cases-list .case{display:flex;align-items:center;justify-content:center;margin-bottom:80px}.cases-list .case a.orange-underline{margin-top:20px}.cases-list .case .case-image,.cases-list .case .case-content{flex:1}.cases-list .case .case-image{max-height:550px;overflow:hidden}.cases-list .case .case-content .case-content-inner{width:600px;padding-left:20%}.cases-list .case .case-content .case-content-inner h2{font-weight:normal;font-size:2.5rem;font-family:Lato,sans-serif;margin-bottom:30px}.cases-list .case .case-content .case-content-inner h2 a{text-decoration:none}.cases-list .case .case-content .case-content-inner h2 span{color:#f37357}.single-case .case-content{max-width:800px;width:100%;padding-left:40px;padding-right:40px;margin:0 auto}.single-case .case-glider{margin:120px 0}.single-case .case-statement{position:relative;margin-top:120px}.single-case .case-statement .case-statement-image{background-color:#236548;padding:0 180px 0 60px;height:500px;width:auto}.single-case .case-statement .case-statement-image h2{color:#fff}.single-case .case-statement .case-statement-image img{object-fit:cover;object-position:top center;width:100%;height:100%;margin-top:60px}.single-case .case-statement .case-statement-content{position:absolute;bottom:-20px;right:-100px;padding:50px;box-shadow:5px 3px 10px rgba(0,0,0,.2);width:50%;background-color:#fff}.single-case .case-statement .case-statement-content h3{margin:0;margin-bottom:20px;max-width:80%;font-size:1.4rem;line-height:1.8rem}.single-case .case-statement .case-statement-content h3 span{color:#f37357}.single-case .case-statement .case-statement-content p{margin:0;font-size:.9rem}.glide .glide__slide{background-color:#eee}.glide .glide__arrows .glide__arrow{background-color:#fff}@media(max-width: 769px){h1,span.h1{font-size:2.3rem}h1.small{font-size:.8rem}h2,.h2{font-size:1.6rem}ul{margin-left:10px}p.subtitle{font-size:.9rem}.image-cut-left,.image-cut-right{margin-bottom:30px}.image-cut-left::before,.image-cut-right::before{height:0;border:none}.container,.container-slim{padding:0 30px}.pull-up-120{margin-top:0}.steps{flex-wrap:wrap}.step{margin-bottom:30px;padding:0}.referencer .column{padding:0;margin-bottom:40px}.referencer img{margin-bottom:10px}.video-wrapper{max-width:100%;height:auto}ul.list-inline a{display:block}.columns{flex-wrap:wrap}.columns.columns-md-slim{padding:0 30px}.columns .column{width:100%;flex-basis:100%}.columns .column.column-600{margin:0}.columns .column.column-circle{margin-bottom:30px}.columns .column.column-circle h2{font-size:3rem}.order-md-1{order:1}.order-md-2{order:2}.md-hide{display:none}.contact-form .contact-form-header{padding:40px}.contact-form .contact-form-header h3{font-size:22px}.contact-form .contact-form-content{padding:30px}.feature-table-container .feature-table{margin:25px 0}.form-btn{border-color:#000;color:#000}.boxes{display:block}.boxes .box{padding:30px;padding-top:60px}.boxes .box .box-info{opacity:1}.boxes .box ul li{margin:20px 0;display:block}.boxes .box ul li:first-child{margin:0}header{padding:0 30px;justify-content:space-between}header .logo{margin:0;margin-top:10px;display:block}header .logo svg{height:50px}header.fixed .logo{margin:0}header #mobile-menu{display:block;width:40px;cursor:pointer}header #mobile-menu span{width:100%;height:3px;margin-bottom:4px;display:block;background-color:#1d543c}header #mobile-menu span:last-child{margin-bottom:0}header #menu .mobile-menu-logo{margin:30px auto 30px auto;display:block;width:100px}header #menu .mobile-menu-logo svg{width:100px;height:auto}header #menu .mobile-menu-logo svg path{fill:#fff}header #menu #close-btn{display:block;background:none;border:1px solid #fff;border:none;color:#fff;font-weight:bold;font-size:1.7rem;position:absolute;top:15px;right:15px}header #menu #close-btn:focus{outline:none}header #menu{visibility:hidden;opacity:0;position:relative;transition:all 230ms;position:fixed;z-index:10;width:100%;height:100%;top:0;left:0;background-color:#236548}header #menu.open{display:block;visibility:visible;opacity:1}header .menuitems{display:block}header .menuitems>.menuitem{padding:20px 0;padding-left:35px}header .menuitems>.menuitem a{color:#fff;margin:0;font-size:1.3rem}header .menuitems>.menuitem.active>a::after{height:100%;background-color:transparent;border-left:10px solid #000;bottom:0;left:10px}.section.section-image{height:340px;padding-top:30px}.section.section-tall{padding:120px 0;min-height:auto}.contact-section label,.contact-section label.required::after{color:#000}.contact-section .has-error .input-message{background-color:#f4f4f4}.section.section-green{padding:80px 0}.section .page-header{padding:0 30px}.section .section-content{padding:0 30px}.section .section-content.push-left{margin-left:0}.contact-section{color:#000;margin-bottom:20px;background-image:none !important}.contact-section .phonenumber::before{background-image:url(../images/phone_black.svg)}.contact-section a{color:#000}.contact-section,.contact-section .container,.contact-section .container .employee{flex-wrap:wrap}.contact-section .container .employee{flex-wrap:nowrap;flex-basis:100%;align-items:flex-start;margin-top:20px}.contact-section .container .employee .employee-image{padding:0;flex-basis:40%}.contact-section .container .employee .employee-description{flex-basis:60%;padding-right:0}.contact-section .container .form{padding:0}.feature-table-container{flex-wrap:wrap}.blog .posts .post{flex-basis:100%}.blog .section.blog-post-header{padding-bottom:0}.blog .toc ul.numbered li{margin:16px 0}.blog-post-intro h1{line-height:normal}footer{margin:0}footer .top,footer .bottom{display:block}footer .center,footer .right{padding:0}footer .center,footer .left{margin-bottom:60px}footer .left{text-align:center}.pad-1,.pad-2,.pad-3,.pad-4,.pad-5{padding:0}.section-pullup{margin-top:-80px}.section-pullup .column{padding:0}.section .header-title{padding:0 30px}.section .header-title h1{font-size:2.8rem}.section .header-image{display:none}.section.section-full{height:100vh}.section.section-tall{padding-bottom:0;height:60vh}.section.section-tall h1{margin:0}.section.section-line{height:50vh;padding-top:160px;margin-bottom:80px}.section.section-text-bottom .header-title{width:100%;padding:0}.section.section-text-bottom .header-title h1{font-size:2.6rem}.cases-cards .column{margin-top:0}.cases-cards .column:first-child{margin-right:0}.cases-cards .case .case-image{height:100%;height:300px}.cases-cards .case .case-content{padding-left:10px;padding-right:0}.cases-list{padding:0}.cases-list .case{flex-wrap:wrap;width:100%;padding:0 30px;padding-bottom:20px;box-shadow:0 3px 0 rgba(0,0,0,.1)}.cases-list .case .case-image{width:100%;flex-basis:100%;width:100%;height:auto;order:1;margin-bottom:30px}.cases-list .case .case-content{order:2;width:100%;flex-basis:100%}.cases-list .case .case-content .case-content-inner{padding:0;width:100%}.image-overlay .image-overlay-text{position:relative;top:0;left:0;padding:0;max-width:100%}.image-overlay .image-overlay-text.bottom-center,.image-overlay .image-overlay-text.bottom-right,.image-overlay .image-overlay-text.bottom-left,.image-overlay .image-overlay-text.center{box-shadow:0 3px 10px rgba(0,0,0,.2);top:-50px;left:0;margin:0 auto;transform:none;padding:30px}}
