@import url(https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lexend:wght@100..900&display=swap);*{font-family:Lexend,sans-serif}.tradingNames{margin-bottom:100px;display:grid;grid-template-columns:1fr;gap:15px}.tradingNames>div{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:50px}.tradingNames h3{color:#fff}.tradingNames>div>img{height:70px}@media screen and (max-width:1000px){.tradingNames>div>img{height:60px}}@media screen and (max-width:860px){.tradingNames>div{gap:40px}}body{margin:0}.container{width:1200px;margin:0 auto}.container.center{text-align:center}.container.center p{width:70%;margin:0 auto}.container>p:nth-of-type(n+2){margin-top:15px}@media (max-width:1299px){.container{width:85%}}@media (max-width:999px){.container.center p{width:100%}}.banner{background:#3a2272;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;padding:15px 0 10px 0}.banner>a:first-of-type{font-size:0;max-width:90%;width:700px}.banner>a:first-of-type img{width:100%}.banner>a:last-of-type{color:#fff;font-size:14px;margin:-5px 0 0 0}section{padding:80px 0}section.grey{background:#f7f7f7}section.primary{background:#143e34}a,h1,h2,h3,p{margin:0}h1{color:#fff;font-weight:600}h2{text-align:center;font-weight:600;color:#143e34;font-size:26px;margin-bottom:30px}h2.left{text-align:left}h3{font-weight:400;color:#143e34;font-size:21px}h1,h2,h3{font-family:Kanit,sans-serif}a,p{font-family:Lexend,sans-serif;font-weight:300;font-style:normal;color:#143e34;font-size:16px;line-height:170%}a.center,p.center{text-align:center}a{color:inherit;text-decoration:none}.btn{display:inline-block;background:#143e34;color:#e3a184;text-transform:uppercase;font-size:14px;letter-spacing:1px;cursor:pointer;padding:13px 20px;text-align:center;transition:.2s;border:0;border-radius:5px}.btn.btnWhite{background:#fff;color:#143e34}.btn:hover{opacity:.9}.btn.center{margin:40px 0 0 50%;transform:translateX(-50%)}.btn:disabled{opacity:.6}.btn:disabled:hover{opacity:.6}.nav>div{padding:30px 0;display:flex;justify-content:space-between;align-items:center}.nav>div>div{display:flex;justify-content:space-between;align-items:center;gap:30px}.nav>div>a>img{height:60px}.nav>div>div>div:nth-of-type(1){display:flex}.nav>div>div>div:nth-of-type(1)>a:nth-of-type(n+2){margin-left:20px}.nav>div>div>div:nth-of-type(2){display:flex;flex-direction:column;align-items:flex-end}.nav>div>div>div:nth-of-type(2)>a{color:#143e34;font-weight:700;font-size:16px}.nav>div>div>div:nth-of-type(2) img{width:28px;margin:10px 0 0 10px}.nav>div #hamburger{display:none;height:30px;width:30px;position:relative;z-index:3;cursor:pointer}.nav>div #hamburger span{display:block;position:absolute;top:50%;height:2px;width:100%;transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);transition:transform .1s ease-in}.nav>div #hamburger span::after,.nav>div #hamburger span::before{content:"";display:block;position:absolute;height:2px;width:100%}.nav>div #hamburger span{background:#143e34}.nav>div #hamburger span::after,.nav>div #hamburger span::before{background:#143e34}.nav>div #hamburger span::before{bottom:10px;transition:transform .1s ease-in,bottom .1s ease-out .2s}.nav>div #hamburger span::after{top:10px;transition:top .1s ease-out .2s}.nav>div #hamburger.close span{transform:rotate(45deg) translate(-1px,-1px);-o-transform:rotate(45deg) translate(-1px,-1px);-ms-transform:rotate(45deg) translate(-1px,-1px);-moz-transform:rotate(45deg) translate(-1px,-1px);-webkit-transform:rotate(45deg) translate(-1px,-1px);transition:transform .1s ease-out .2s}.nav>div #hamburger.close span:after{top:0;background:0 0;transition:top .1s ease-in}.nav>div #hamburger.close span::before{bottom:0;transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);transition:bottom .1s ease-in,transform .1s ease-out .2s}@media (max-width:1099px){.nav>div>div>div:nth-of-type(1){display:none}}@media (max-width:1200px){.nav>div>div>div:nth-of-type(1){display:none}.nav>div #hamburger{display:inline-block}}@media (max-width:512px){.nav>div>div>div:nth-of-type(2){display:none}}.nav>nav{background:#143e34}.nav>nav>div{display:flex;gap:40px}.nav>nav>div a{color:#e3a184;font-size:15px;padding:17px 0;border-bottom:2px solid #143e34}.nav>nav>div a.active,.nav>nav>div a:hover{border-bottom:2px solid #e3a184}@media (max-width:1200px){.nav>nav{display:none}.nav>nav.visible{display:block}.nav>nav.visible>div{flex-direction:column;gap:0}.nav>nav.visible>div a{border:0!important}}header{min-height:250px;box-sizing:border-box;position:relative}header>span{background:linear-gradient(0deg,#143e34 0,rgba(0,0,0,.25) 100%);position:absolute;width:100%;height:100%;z-index:2;top:0;left:0}header>div{position:absolute;max-width:1200px;width:85%;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;z-index:3}header>div h1+.search{margin-top:20px}header>div .btn{margin:20px 10px 0 10px}header>img{opacity:1;position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}header.large{height:700px}header.large>div>img{width:400px;margin-top:80px}@media (max-width:850px){.tradingNames{margin-bottom:50px}header.large>div>img{width:350px;margin-top:50px;max-width:80%}}@media (max-width:600px){header,header.large{padding:40px 0;height:auto}.tradingNames>div{gap:20px}header>div{position:relative;top:unset;left:unset;transform:none;margin:0 auto}}.split{display:flex;align-items:center;position:relative}.split>section{width:50%}.split>section>div{width:550px;margin-left:calc(100% - 600px)}.split>section>div h2{text-align:left}.split>img{top:0;width:50%;height:100%;object-fit:cover;position:absolute;left:50%}@media (max-width:1299px){.split>section>div{width:calc(85% - 50px);margin-left:15%}}@media (max-width:899px){.split{flex-direction:column}.split>section{width:100%}.split>section>div{width:85%;margin:0 7.5%}.split>img{width:100%;position:relative;left:0}}.bullets{display:flex;justify-content:space-between;flex-wrap:wrap;margin-bottom:30px}.bullets>div{width:calc(50% - 15px);display:flex;align-items:center}.bullets>div>img{width:50px;height:50px}.bullets>div>p{margin-left:20px}.bullets>div:nth-of-type(n+3){margin-top:30px}@media (max-width:899px){.bullets>div{width:100%}.bullets>div:nth-of-type(n+2){margin-top:30px}}.landlords{margin:60px 0;display:flex;justify-content:space-between;flex-wrap:wrap}.landlords>div{width:calc(50% - 25px)}.landlords>div>div{display:flex;align-items:center}.landlords>div>div img{width:40px}.landlords>div>div h3{margin-left:15px}.landlords>div p{margin-top:15px}.landlords>div:nth-of-type(n+3){margin-top:50px}@media (max-width:899px){.landlords>div{width:100%}.landlords>div:nth-of-type(n+2){margin-top:50px}}.select *{font-family:Lexend,sans-serif;font-size:15px;color:#143e34!important}.select div[class*=group]{cursor:pointer;font-size:15px;text-transform:capitalize;padding-bottom:8px}.select div[class*=group]:hover{opacity:.7}.select>div:nth-of-type(1){border-radius:0;border:0;padding:7px 0 7px 8px}.select>div:nth-of-type(2){text-align:left}.search{display:flex;justify-content:space-between;flex-wrap:wrap}.search .select,.search select{width:calc(33.3333333333% - 10px)}.search select{min-width:210px;font-size:15px;border:0;padding:16px 20px 17px;-webkit-appearance:none;outline:0;border-radius:5px;background:url(images/icons/select.svg) calc(100% - 11px)/11px no-repeat #fff}.search>:nth-of-type(n+4){margin-top:10px}@media (max-width:1299px){.search select{min-width:0}}@media (max-width:699px){.search .select,.search select{width:calc(50% - 10px)}.search>:nth-of-type(n+2){margin-top:10px}}@media (max-width:499px){.search .select,.search select{width:100%}.search>:nth-of-type(n+1){margin-top:10px}}.filters{display:flex;justify-content:space-between;align-items:center;margin-top:80px}.filters>div p{margin-top:3px}.filters>div p span{cursor:pointer;font-size:14px}.filters select{min-width:210px;font-size:15px;padding:16px 20px 17px;-webkit-appearance:none;outline:0;background:#143e34;color:#e3a184;border-radius:5px;border:0}@media (max-width:499px){.filters{flex-direction:column}.filters *+*{margin-top:20px}}.properties{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}.properties>a{font-size:0;width:calc(33.3333333333% - 15px)}.properties>a:nth-of-type(n+4){margin-top:30px}.properties>a>div:nth-of-type(1){height:255px;background:#f7f7f7;position:relative;overflow:hidden}.properties>a>div:nth-of-type(1) .opportunity{background:#8cb200;font-size:14px;padding:7px 10px;position:absolute;top:0;right:0;color:#fff;z-index:1}.properties>a>div:nth-of-type(1) .availability{background:#143e34;font-size:14px;padding:7px 10px;position:absolute;bottom:5px;left:5px;color:#e3a184;z-index:1;border-radius:5px}.properties>a>div:nth-of-type(1) img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:101%;height:101%;object-fit:cover;transition:.2s;z-index:0}.properties>a>div:nth-of-type(2){background:#f7f7f7;padding:15px;margin-top:15px;display:flex;justify-content:space-between;align-items:center}.properties>a>div:nth-of-type(2)>div:nth-of-type(1){width:calc(100% - 80px)}.properties>a>div:nth-of-type(2)>div:nth-of-type(1)>p:nth-of-type(2){font-size:14px}.properties>a>div:nth-of-type(2)>div:nth-of-type(2){display:flex}.properties>a>div:nth-of-type(2)>div:nth-of-type(2)>div{text-align:center;margin-left:15px}.properties>a>div:nth-of-type(2)>div:nth-of-type(2)>div img{width:20px}.properties>a:hover>div:nth-of-type(1) img{width:110%;height:110%}@media (max-width:899px){.properties>a{width:calc(50% - 15px)}.properties>a:nth-of-type(n+3){margin-top:30px}}@media (max-width:699px){.properties>a{width:100%}.properties>a:nth-of-type(n+2){margin-top:30px}}.noProperties{background:#143e34;color:#fff;width:100%;text-align:center;padding:50px 0}.comingSoon{display:flex;justify-content:space-between;flex-wrap:wrap;width:100%}.comingSoon>div{width:calc(50% - 15px);background:#fff;padding:25px;background:#f7f7f7;box-sizing:border-box}.comingSoon>div *{color:#143e34!important}.comingSoon>div h3{font-size:18px;font-weight:700}.comingSoon>div>p{margin-top:15px}.comingSoon>div>div{display:flex;margin-top:15px}.comingSoon>div>div p{margin-right:15px}.comingSoon>div:nth-of-type(n+3){margin-top:30px}@media (max-width:1099px){.comingSoon>div{width:100%}.comingSoon>div:nth-of-type(n+2){margin-top:30px}}@media (max-width:549px){.comingSoon>div>div{flex-direction:column}}.gallery{position:relative;width:100%;background:#000;font-size:0;height:800px}.gallery .playButton>img{width:100px;aspect-ratio:1;z-index:10;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gallery>img{display:none;height:800px;object-fit:cover;position:absolute}.gallery>img.next,.gallery>img.prev{width:calc((100% - 1200px)/ 2);opacity:.5}.gallery>img.active,.gallery>img.next,.gallery>img.prev{display:inline-block}.gallery>img.prev{left:0}.gallery>img.next{right:0}.gallery>img.active{left:calc((100% - 1200px)/ 2);width:1200px;opacity:1}.gallery .arrows{position:absolute;display:flex;justify-content:space-between;left:calc((100% - 1200px)/ 2);width:1200px;transform:translateY(-50%);top:50%}.gallery .arrows>img{height:50px;padding:30px;cursor:pointer}@media (max-width:1199px){.gallery{height:auto}.gallery>img.next,.gallery>img.prev{display:none}.gallery>img.active{width:100%;left:0;height:auto;position:relative}.gallery .arrows{width:100%;left:0}}.property .header{display:flex;justify-content:space-between}.property .header>div:nth-of-type(2){display:grid;grid-template-columns:1fr;grid-gap:15px}.property .header>div:nth-of-type(2)>a{width:100%;box-sizing:border-box}.property .header .headline{display:flex;align-items:center}.property .header .headline h1{color:#143e34;font-style:normal;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:600px}.property .header .headline p{padding:7px 10px;background:#143e34;color:#e3a184;margin-left:15px;font-size:14px;border-radius:5px}.property .header .counts{display:flex;align-items:center;margin:10px 0 18px 0}.property .header .counts>div{margin-left:15px;display:flex;align-items:center}.property .header .counts>div img{width:25px;margin-left:10px}.property .header .flags{display:flex;align-items:center}.property .header .flags p{padding:7px 10px;background:#8cb200;color:#fff;margin-right:10px;font-size:14px}.property .header .share{display:flex;align-items:center;background:#f7f7f7;padding:20px}.property .header .share a{font-size:0;margin-left:10px}.property .header .share a img{width:28px}.property .details{margin-top:60px;color:#143e34;display:flex;justify-content:space-between}.property .details h3{margin-bottom:20px}.property .details *+h3{margin-top:30px}.property .details .sidebar{flex-shrink:0;width:400px;margin-left:70px;background:#f7f7f7;border:1px solid rgba(64,38,126,.3)}.property .details .sidebar h3{padding:20px;border-bottom:1px solid rgba(64,38,126,.3)}.property .details .sidebar>div{padding:20px;border-bottom:1px solid rgba(64,38,126,.3)}.property .details .sidebar>div .btn{width:100%;box-sizing:border-box}@media (max-width:1199px){.property .header{flex-direction:column}.property .header .headline{justify-content:space-between}.property .header .headline h1{max-width:calc(100% - 100px)}.property .header .share{margin-top:20px}}@media (max-width:999px){.property .details{flex-direction:column}.property .details .sidebar{width:100%;margin-top:50px;margin-left:0}}.menu p{color:#143e34!important}.menu h3{margin-bottom:20px}.menu div+h3{margin-top:60px}.menu .feeOptions{display:flex;justify-content:space-between;flex-wrap:wrap}.menu .feeOptions>div{width:calc(33.3333333333% - 15px);background:#fff}.menu .feeOptions>div>div:nth-of-type(1){text-align:center;padding:10px 0}.menu .feeOptions>div>div:nth-of-type(2){text-align:center;padding:10px 0}.menu .feeOptions>div>div:nth-of-type(2) p:first-of-type{font-size:22px;font-weight:700}.menu .services{display:flex;justify-content:space-between;flex-wrap:wrap}.menu .services>div{width:calc(33.3333333333% - 7.55px);display:flex;background:#fff;padding:10px 15px;box-sizing:border-box}.menu .services>div img{width:17px;height:26px}.menu .services>div p{margin-left:10px}.menu .services>div:nth-of-type(n+4){margin-top:15px}.menu .addOns{display:flex;justify-content:space-between;flex-wrap:wrap}.menu .addOns>div{width:calc(33.3333333333% - 7.55px);display:flex;background:#fff;padding:10px 15px;box-sizing:border-box}.menu .addOns>div p:nth-of-type(1){font-weight:700}.menu .addOns>div p:nth-of-type(2){margin-left:10px}.menu .addOns>div:nth-of-type(n+4){margin-top:15px}@media (max-width:1199px){.menu .addOns>div,.menu .feeOptions>div,.menu .services>div{width:calc(50% - 7.55px)}.menu .addOns>div:nth-of-type(n+3),.menu .feeOptions>div:nth-of-type(n+3),.menu .services>div:nth-of-type(n+3){margin-top:15px}}@media (max-width:799px){.menu .addOns>div,.menu .feeOptions>div,.menu .services>div{width:100%}.menu .addOns>div:nth-of-type(n+2),.menu .feeOptions>div:nth-of-type(n+2),.menu .services>div:nth-of-type(n+2){margin-top:15px}}table{border-spacing:0;width:100%}table thead{background:#f7f7f7}table thead th{font-size:18px;color:#143e34;font-weight:700;padding:15px 15px}table thead th:first-of-type{text-align:left}table tbody tr{width:100%;background:#143e34}table tbody tr:nth-of-type(even){background:#3a2272}table tbody tr td{border:0;color:#fff;padding:12px 15px}table tbody tr td p{color:#fff}table tbody tr td img{width:18px}table tbody tr td:nth-of-type(n+2){text-align:center}.calculator .options{display:flex;justify-content:center;margin-bottom:40px}.calculator .options>div{text-align:center;margin:0 40px}.calculator .options>div input,.calculator .options>div select{-webkit-appearance:none;border-radius:1px;background:0 0;padding:15px;font-size:15px;border:1px solid #143e34;margin-top:15px;width:175px;box-sizing:border-box;outline:0}.calculator .fees{display:flex;justify-content:center;flex-wrap:wrap}.calculator .fees>div{width:50%}.calculator .fees>div>div{background:#f7f7f7;text-align:center;padding:30px 30px}.calculator .fees>div>div h3{margin-bottom:20px}.calculator .fees>div>div span{font-size:28px;margin-left:2px}.calculator .fees>div>div p:nth-of-type(n+2){margin-top:15px}.calculator .fees>div>div:nth-of-type(2){background:#143e34;padding:25px 0}.calculator .fees>div>div:nth-of-type(2)>p{color:#fff}@media (max-width:1199px){.calculator .fees>div{width:100%}.calculator .fees>div:nth-of-type(n+2){margin-top:30px}}@media (max-width:799px){.calculator .options{flex-direction:column}.calculator .options>div{text-align:left;margin:0}.calculator .options>div input,.calculator .options>div select{width:100%}.calculator .options>div:nth-of-type(n+2){margin-top:20px}}.team{margin-top:60px;text-align:center}.team>div{margin-top:20px;display:flex;justify-content:center;flex-wrap:wrap;gap:30px}.team>div>div{width:200px;text-align:center;color:#143e34}.team>div img{width:100%;border-radius:500px}.team>div h3{margin:20px 0 10px 0;font-size:20px}.team>div a{display:block}.news{display:flex;justify-content:space-between;flex-wrap:wrap}.news>a{width:calc(33.3333333333% - 5px);position:relative;height:325px;box-sizing:border-box;background:#000;overflow:hidden}.news>a>div{position:absolute;width:100%;padding:30px;box-sizing:border-box;bottom:0;z-index:2}.news>a>div p:last-of-type{margin-top:10px}.news>a>div *{color:#fff}.news>a>span{position:absolute;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 70%,#000 100%);z-index:1}.news>a>img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:101%;height:101%;object-fit:cover;z-index:0;transition:.2s}.news>a:hover img{opacity:.8;width:110%;height:110%}.news>a:nth-of-type(n+4){margin-top:10px}@media (max-width:1099px){.news>a{width:calc(50% - 5px)}.news>a:nth-of-type(n+3){margin-top:10px}}@media (max-width:699px){.news>a{width:100%}.news>a:nth-of-type(n+2){margin-top:10px}}.primary h2,.primary h3,.primary input,.primary p,.primary textarea{color:#e3a184}.primary>.contact form input,.primary>.contact form textarea{border-bottom:1px solid #fff;color:#fff}.primary>.contact .sent{background:#f7f7f7;color:#143e34}.primary>.contact>div>img{display:block}.contact{display:flex;justify-content:space-between;flex-wrap:wrap}.contact>*{width:calc(50% - 40px)}.contact>div{display:flex;flex-direction:column;justify-content:space-between}.contact>div img{width:225px;display:none}.contact h2{text-align:left;margin-bottom:20px}.contact a,.contact p{margin-top:15px}.contact .icons{display:flex;margin-top:10px}.contact .icons img{width:30px;height:30px}.contact .icons a:nth-of-type(n+2){margin-left:20px}.contact form{display:flex;flex-direction:column}.contact form>*{width:100%;margin-bottom:30px}.contact form input,.contact form textarea{background:0 0;color:#000;padding:0 0 20px 0;font-size:16px;border:0;border-bottom:1px solid #143e34;outline:0}.contact form textarea{height:175px}.contact form .btn{width:200px;margin-bottom:0}.contact .sent{display:inline-table;background:#143e34;color:#fff;width:100%;text-align:center;padding:50px;box-sizing:border-box;margin:0}@media (max-width:1099px){.contact>*{width:100%}.contact>div{flex-direction:column-reverse}.contact>div img{margin-bottom:60px}.contact form{margin-top:60px}}.mapboxgl-map{height:300px}.mapboxgl-map *{outline:0;cursor:pointer}.mapboxgl-map .mapboxgl-canvas{width:100%!important}.alerts{text-align:center;display:flex;flex-direction:column;justify-content:center}.alerts *{color:#fff}.alerts form{display:flex;flex-direction:column;justify-content:center;align-items:center}.alerts form input,.alerts form select,.alerts form textarea{-webkit-appearance:none;border-radius:1px;background:#fff;padding:15px;font-size:15px;border:1px solid #143e34;box-sizing:border-box;outline:0;color:#143e34}.alerts form textarea{width:100%;margin-top:15px}.alerts form>div:first-of-type{width:100%;margin-top:40px;display:flex;justify-content:space-between;flex-wrap:wrap}.alerts form>div:first-of-type>*{width:calc(50% - 7.5px)}.alerts form>div:first-of-type>.select{margin-top:15px}.alerts form>div:first-of-type>:nth-of-type(n+1){margin-top:15px}.alerts form .btn,.alerts form>div:last-of-type{margin-top:20px}@media (max-width:699px){.alerts form>div:first-of-type>*{width:100%}}.testimonials{display:flex;justify-content:space-between;flex-wrap:wrap}.testimonials>div{width:calc(33.3333333333% - 50px)}.testimonials>div>img{width:50px}.testimonials>div>p{margin:20px 0}.testimonials>div>div{display:flex;align-items:center}.testimonials>div>div>img{height:55px;width:55px}.testimonials>div>div>div>p:nth-of-type(1){font-size:15px}.testimonials>div>div>div>p:nth-of-type(2){font-size:14px;font-weight:700;text-transform:uppercase}@media (max-width:1299px){.testimonials>div{width:100%}.testimonials>div:nth-of-type(n+2){margin-top:60px}}.street{height:180px;width:100%;object-fit:cover}.legal h2{text-align:left}.legal p+h2{margin-top:30px}.legal li,.legal ul{color:#143e34;line-height:170%}footer{background:#143e34}.social{display:flex;gap:10px;align-items:center}.social a{width:30px}footer h3{font-size:16px;color:#fff}footer a,footer p{font-size:15px;color:rgba(255,255,255,.6);transition:.2s}footer a:hover{color:#fff}footer hr{margin:0;border:0;border-top:1px solid rgba(255,255,255,.2)}footer>div:nth-of-type(1){padding:50px 0;display:flex;justify-content:space-between}footer>div:nth-of-type(1)>div{display:flex;flex-direction:column}footer>div:nth-of-type(1)>div>div{margin-top:10px;display:flex;flex-direction:column}footer>div:nth-of-type(1) .horizontal{flex-direction:row}footer>div:nth-of-type(1) .horizontal div{display:flex;flex-direction:column}footer>div:nth-of-type(1) .horizontal div:nth-of-type(2){margin-left:40px}footer>div:nth-of-type(1) .accreditations{display:flex;align-items:center;flex-direction:row}footer>div:nth-of-type(1) .accreditations img{height:80px}footer>div:nth-of-type(1) .accreditations img:nth-of-type(n+2){margin-left:15px}footer>div:nth-of-type(2){padding:30px 0;display:flex;justify-content:space-between;align-items:center}footer>div:nth-of-type(2) p{margin-top:0!important}@media (max-width:999px){footer>div:nth-of-type(1){flex-direction:column}footer>div:nth-of-type(1)>div:nth-of-type(n+2){margin-top:30px}}@media (max-width:649px){footer>div:nth-of-type(1) .accreditations{flex-direction:column;align-items:flex-start}footer>div:nth-of-type(1) .accreditations img:nth-of-type(n+2){margin:15px 0 0 0}footer>div:nth-of-type(2){flex-direction:column}}