@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&display=swap');


/*Cookie Consent Begin*/
#cookies{
  background-color: #002F47;
  color: #fff;
}
#cookies .modal-close:before,
#cookies .modal-close:after{
  background-color: #fff !important;
}
.modal ul:not(.browser-default) > li{
  list-style-type: initial !important;
  margin-left: 3rem;
}
#cookieConsent {
  background-color: rgba(1,30,45,.8);
  min-height: 26px;
  font-size: 14px;
  color: #ccc;
  line-height: 26px;
  padding: 8px 0 8px 30px;
  font-family: "Trebuchet MS",Helvetica,sans-serif;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
}
#cookieConsent a {
  color: #fff;
  text-decoration: none;
}
#closeCookieConsent {
  float: right;
  display: inline-block;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: -15px 0 0 0;
  font-weight: bold;
}
#closeCookieConsent:hover {
  color: #FFF;
}
#cookieConsent a.cookieConsentOK {
  background-color: #fff;
  color: #000;
  display: inline-block;
  border-radius: 5px;
  padding: 0 20px;
  cursor: pointer;
  float: right;
  margin: 0 60px 0 10px;
  transition: all .3s;
}
#cookieConsent a.cookieConsentOK:hover {
  background-color: rgb(228, 228, 228);
}
/*Cookie Consent End*/
.sidenav{
  background: #002F47;
}
.sidenav-trigger{
  height: 72px;
  width: 72px;
  background: #002F47;
  color: #fff;
  position: fixed;
  right: 0;
}
.sidenav-trigger i{
  height: 72px;
  font-size: 50px;
  line-height: 72px;
  width: 72px;
  text-align: center;
}
.sidenav-overlay{
  z-index: 996;
}
.sidenav li > a{
  color:#fff;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.02em;
  font-weight: 300;
  font-size: 2rem;
  text-transform: capitalize;
}

.sidenav li:nth-child(2){
  margin: 8rem 0 5rem;
}
.sidenav .active a:before{
  content: "-";
  font-size: 3rem;
  color: #fff;
}
.sidenav-close{
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.sidenav-close:before{
  content: "";
  position: absolute;
  height: 32px;
  width: 2px;
  background: #fff;
  transform: rotateZ(45deg);
  transition: all .1s ease-in;
}
.sidenav-close:after{
  content: "";
  position: absolute;
  height: 32px;
  width: 2px;
  background: #fff;
  transform: rotateZ(-45deg);
  transition: all .1s ease-in;
}
.sidenav-close:hover:after{
  transform: rotateZ(-90deg);
}
.sidenav-close:hover:before{
  transform: rotateZ(90deg);
}
.preloader{
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #002F47;
  z-index: 999;
}
*{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body{
  font-family: 'Lato', sans-serif;
}
strong{
  font-weight: 600;
}
a{
  color: #012C44; 
}
a:hover{
  color: none;
  text-decoration: none;
}
object{
  pointer-events: none;
}
.m-top-3{
  margin-top: 3rem;
}
#cms-top ~ nav{
  top: 46px;
}
button:focus{
  background-color: #fff;
}
/* NavBar */
.scrolled{
  background: rgb(0, 47, 71);
}
nav{
  height: 40px;
  width: 100%;
  background:rgba(0,47,71,.37);
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 40px;
  padding: 0 1rem;
  transition: background .3s ease-in-out;
}
nav a{
  display: inline-block;
}
.nav-wrapper object{
  height: 30px;
  vertical-align: middle;
}
.nav-wrapper li{
  color: #eee !important;
  text-transform: uppercase;
  letter-spacing: .2em;
}
.dropdown-trigger{
  display: flex;
  align-items: center;
  height: 40px;
}
.dropdown-trigger i{
  height: 40px;
  line-height: 40px;
}
.dropdown-content{
  top: 41px !important;
}
.dropdown-content li > a{
  font-size: 12px;
  color: #ffffff;
  display: block;
  line-height: 12px;
  padding: 14px 16px;
  background: #002F47;
}
.dropdown-content li{
  min-height: max-content;
}
.dropdown-content li > a:hover{
  background-color: rgb(255 255 255);
  color: #002f47;
  font-weight: 700;
}
/* header */
header{
  /* background: url(../img/bg2.jpg) no-repeat;
  background-size: cover; */
  height: 100vh;
  width: 100%;
  position: relative;
  top: -64px;
  z-index: 1;
}
header:before{
  content: "";
  height: 100vh;
  width: 100%;
  position: absolute;
  background: rgb(0 47 71 / 30%);
  z-index: 1;
}
.video-bg{
  width: 100%;
	height: 100vh;
	object-fit: cover;
}
.header-img{
  display: block;
  width: 65%;
  top: 30vh;
  position: absolute;
  z-index: 3;
  transform: translateX(-50%);
  left: 50%;
}
.scroll{
  position: absolute;
  bottom: -25px;
  right: calc(10% - 250px);
  transform:rotate(-90deg);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  z-index: 3;
  transition: bottom .3s ease;
}
.scroll:before{
  content: "";
  width: 300px;
  height: 2px;
  background: #e5e5e5;
  align-self: center;
  margin-right: 2rem;
  margin-right: .5rem;
}
/* news */
#news{
  position: absolute;
  bottom: 10px;
  width: 40%;
  left: 10%;
}
#news .info{
  position: absolute;
  color: #002F47;
  background-color: #fff;
  top: -2.5rem;
  bottom: auto;
}
#news .info p{
  margin: 0.5rem;
}
#news .slides{
  background-color: rgba(0, 47, 71, 0.6);
  border-left: 1px solid #fff;
}
#news .slides .caption{
  top: 1.5rem;
  left: 1.5rem;
  height: calc(100% - 3rem);
  width: calc(100% - 3rem);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#news .slides .caption h5{
  margin-top: 0;
}
#news .slides .caption h5 a{
  color:#fff !important;
}
#news .slides .caption .date{
  font-size: 12px;
  font-family: 'Lato', sans-serif;
}
#news .slides li .caption p{
  font-weight: 600;
}
.slider .slides li{
  list-style: none !important;
}
#news .indicators{
  text-align: right;
  bottom: 45px;
  right: 10px;
  z-index: 3;
}
#news .indicators .indicator-item{
  height: 10px;
  width: 10px;
  margin: 9px 3px;
  background-color: #cacaca;
}
#news .indicators .active {
  background-color: #ffffff !important;
}
/* about block */
main{
  display: block;
  overflow: hidden;
  margin-top: -64px;
  position: relative;
  margin-bottom: 350px;
  background-color: #fff;
  z-index: 1;
}
#about:after{
  background: url(../img/building.jpg) no-repeat;
  background-size: 74vh;
  background-position: bottom;
  height: 700px;
  content: "";
  width: 100%;
  position: absolute;
  top: 8rem;
  mix-blend-mode: multiply;
  transform: scaleX(-1);
}
#about .container{
  height: 700px;
}
.about-img {
  position: relative;
  margin-top: -80%;
  z-index: 0;
  right: -55%;
}
#about h1,
#blog h1{
  font-family: 'Playfair Display', serif;
  font-size: 8rem;
  color: #002F47;
  position: relative;
  margin: 8rem 0;
  text-transform: capitalize;
}
#about h1 span,
#blog h1 span{
  position: absolute;
  left: 0;
  font-size: 15rem;
  color: rgba(0, 47, 71, 0.04);
  bottom: 2rem;
}
.about-text{
  width: 50%;
  font-weight: 400;
  color:#002F47;
  ;
}
#about button{
  margin-top: 3rem;
  border: 1px solid #002F47;
  font-family: 'Montserrat', sans-serif;
  transition: all .3 ease-in-out;
}
#about button:hover{
  color: #fff;
  background: #002F47;
  border: 1px solid #fff;
}
/* Services */
#services{
  background: url("http://api.thumbr.it/whitenoise-361x370.png?background=4ea6ca00&noise=012436&density=70&opacity=75");
  background-color: #002F47;
  position: inherit;
  padding: 5rem 0;
}
#services:before{
  content: "";
  position: absolute;
  background: url(../img/building.jpg) no-repeat;
  transform: rotate(180deg);
  width: 100%;
  height: 50vh;
  top: 0;
  mix-blend-mode: multiply;
  background-size: contain;
  background-position: center;
}
#services h1{
  position: relative;
  font-size: 8rem;
  font-family: 'Playfair Display', serif;
  color: #fff;
  text-align: center;
  margin-bottom: 8rem;
}
#services h1 span{
  position: absolute;
  left: 50%;
  font-size: 14rem;
  color: rgba(255,255,255,.07);
  transform: translateX(-50%);
}
#services .service-main{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: minmax(250px, 1fr);
  grid-gap: 2rem;
  margin-top: 6rem;
  margin-bottom: 4rem;
}
#services > .container{
  margin-bottom: 8rem;
}
.s-block{
  background-image:url("http://api.thumbr.it/whitenoise-361x370.png?background=4ea6ca00&noise=012436&density=150&opacity=35"), linear-gradient(to bottom right,#00476B, #012C44);
  padding: 2.5rem 1rem;
  z-index: 3;
  box-shadow: 10px 10px 50px -3px #001A26, -15px -15px 50px -3px #003551;
  transition: all .3s ease-in-out;
}
.s-block:hover{
  background: url("http://api.thumbr.it/whitenoise-361x370.png?background=4ea6ca00&noise=012436&density=150&opacity=5"), #dff4ff;
}
.s-block:hover h3, 
.s-block:hover p{
  color: #002F47;
}
.s-block object{
  filter: brightness(50) opacity(.1);
}
.s-block:hover > object{
  filter: brightness(1);
}
.s-block object{
  height: 5rem;
}
/* .s-block:hover > a object{
  filter: brightness(100);
}  */
.s-block h3{
  color: #fff;
  font-family: 'Lato';
  text-transform: capitalize;
  font-weight: 400;
  font-size: 2em;
}
#flip{
  position: absolute;
  transform: translate(-100%);
  margin: 1rem 0;
  color: #002F47;
  background: #fff;
  padding: 3px 9px;
  text-transform: uppercase;
  font-size: 1.5rem;
  cursor: pointer;
  margin-top: -8rem;
}
#panel{
  display: none;
  width: 100vw;
  left: 50%;
  position: relative;
  transform: translate(-50%);
  background: #fff;
}
#panel .wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  max-width: 75%;
  margin: 0 auto;
  padding: 3rem 0;
}
#panel .wrap .btn-flat:hover{
  background-color: #002F47;
  color: #fff;
}
/* consultation */
.consult{
  background: url("http://api.thumbr.it/whitenoise-361x370.png?background=4ea6ca00&noise=012436&density=150&opacity=35"), linear-gradient(134.95deg, #08415F 0%, #012D46 100%);
  box-shadow: 27px 27px 48px rgba(36, 36, 36, 0.58), -27px -27px 54px rgba(34, 34, 34, 0.38);
  width: 70%;
  height: 8rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4rem;
  z-index: 9;
}
.consult span{
  font-family: 'Playfair Display', serif;
  color: rgba(255,255,255,.05);
  font-weight: 700;
  font-size: 6rem;
  text-transform: capitalize;
  line-height: 7.5rem;
  padding-left: 5%;
}
.consult form{
  position: relative;
  top: -4.5rem;
  display: flex;
  justify-content: space-between;
  margin-left: 10%;
}
.consult form .form-group{
  width: 33%;
}
.form-group input{
  font-family: 'Lato', sans-serif;
  font-size: 1.3rem !important;
}
.consult form input{
  color: #fff;
}
.btn{
  background-color: #002F47;
}
.btn:hover{
  background-color: #006599;
}
.btn-wrap{
  width: calc(33% - 3rem);
  overflow: hidden;
  height: 8rem;
  position: relative;
  margin-top: -3rem;
  border-left: 1px solid #fff;
}
.consult form button{
  font-family: 'Playfair Display';
  text-align: left;
  font-size: 6rem;
  background: none;
  border: none;
  color: #fff;
  text-transform: capitalize;
  cursor: pointer;
  width: calc(100% + 15%);
  height: 100%;
  position: relative;
  transition: all .3s ease-in-out;
}
.consult form button:hover{
  color: #022c43 !important;
  background: #fff !important;
  padding-left: 1rem !important;
  width: 100% !important;
}
/* team */
#team{
  background: linear-gradient(to top right, #FAFAFA 0%, #E3E3E3 100%);
  padding: 5rem 0 1rem;
}
#team h1{
  font-family: 'Playfair Display', serif;
  font-size: 8rem;
  color: #002F47;
  position: relative;
  margin: 8rem 0;
  text-transform: capitalize;
}
#team h1 span{
  position: absolute;
  left: 0;
  font-size: 15rem;
  color: rgba(0, 47, 71, 0.04);
  bottom: 2rem;
}
#team .person-list{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
  grid-auto-flow: dense;
  column-gap: 2rem;
  row-gap: 4rem;
  margin: 0 2rem 4rem;
}
#team .person-list article{
  padding: .7rem .7rem 1.2rem;
  background: #fff;
  box-shadow: 15px 15px 20px 0px #CFCFCF, -15px -15px 20px 0px rgba(255, 255, 255, 0.55);
  cursor: pointer;
}
#team .person-list article:hover .person-img{
  transform: scale(1.03);
}
#team .person-list article .person-img{
  width: 100%;
  border-radius: 0.7rem;
  filter: grayscale(1) contrast(1.1);
  transition: all .2s ease-in-out;
}
#team .person-list article .person-name{
  font-family: "Playfair Display";
  font-size: 1.2rem;
  margin: 0;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#team .person-list article .person-position{
  font-family: "Lato";
  margin: 0.3rem 0;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#team article .description{
  display: none;
}
/* Modal */
#personModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  opacity: 0; /* Start with 0 opacity */
  transition: opacity 0.3s ease-in-out; /* Fade transition */
  backdrop-filter: blur(5px);
}

#personModal .modal-content h2 {
  position: absolute;
  top: 0;
  left: calc(40% + 1.5rem);
  font-size: 2rem;
}
#personModal .modal-content img {
  position: sticky;
  top: 0;
  left: 0;
  height: 100%;
  width: 40%;
  object-fit: cover;
  bottom: 0;
  border-radius: 0.5rem;
}
#personModal .modal-content {
  position: relative;
  overflow-y: scroll;
  background-color: #fefefe;
  margin: 0 auto;
  padding: 2.5rem 1.5rem;
  top: 10%;
  height: 80%;
  width: 90%;
}
#personModal .modal-content .modal-description{
  position: absolute;
  left: calc(40% + 1.5rem);
  top: 5rem;
  overflow-y: scroll;
  right: 1.5rem;
}
#personModal .modal-content > hr{
  margin: 1rem 0;
  color: var(--of-white);
}
#personModal .modal-content .info-title{
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

#personModal .modal-content .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

#personModal .modal-content .close:hover,
#personModal .modal-content .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#personModal.fade-in {
  opacity: 1;
}
#personModal.fade-in{
  opacity: 1;
}
/* blog */
#blog{
  padding: 5rem 0;
  background: linear-gradient(to bottom right, #FAFAFA 0%, #E3E3E3 100%);
}
#blog .informed{
  transform: rotateZ(-90deg);
  position: absolute;
  margin-top: 300px;
  left: calc(15% - 350px);
  font-family: "Playfair Display", serif;
  font-size: 1.3rem;
  color: #002F47;
  border-bottom: 1px solid #002F47;
  width: 600px;
  text-align: right;
}
.news article .wrap{
  background: linear-gradient(331.32deg, #FFFFFF 0%, #DBDBDB 100%);
  box-shadow: -24px -24px 40px rgba(255, 255, 255, 0.55), 24px 24px 40px #CFCFCF;
  padding: .5rem 2rem;
  margin-bottom: 3.5rem;
  color: #002F47;
  font-weight: 400;
}
article .wrap h4{
  font-size: 1.5rem;
}
article .wrap *:first-child{
  font-family: "Playfair Display", serif;
}
article .wrap *:last-child{
  text-align: right;
  font-weight: 400;
  line-height: 2rem;
}
article .wrap *:first-child:first-letter{
  text-transform: uppercase;
}
.news .article:nth-last-child(2){
  float: right !important;
}
article .wrap p a{
  border: 1px solid #002F47;
  font-family: 'Montserrat', sans-serif;
  float: left;
  color: #002F47;
  background-color: transparent !important;
}
article .wrap p a:hover{
  color: #fff;
  background: #002F47 !important;
  border: 1px solid #fff;
}
/* .more{
  position: relative;
} */
.more h2{
  font-family: 'Playfair Display', serif;
  color: rgba(1, 54, 82, 0.08);
}
.more .button{
  margin-top: 2rem;
  font-family: 'Playfair Display', serif;
  margin-left: 3rem;
  color: rgba(1, 54, 82, 0.25);
  border: 1px solid rgba(1, 54, 82, 0.30);
  background: none;
  padding: 10px 20px;
  height: auto;
  font-size: 2rem;
}
.more .button:hover{
  color: #fff;
  background: #002F47;
  border: 1px solid #fff;
}
footer{
  position: fixed;
  display: flex;
  align-items: center;
  width: 100vw;
  height: 350px;
  bottom: 0;
  z-index: 0;
  background: url("http://api.thumbr.it/whitenoise-361x370.png?background=4ea6ca00&noise=012436&density=70&opacity=75");
  background-color: #002F47;
  color: #fff;
}
footer .column:nth-child(2n){
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
footer a{
  color: #fff;
  transition: opacity .3s ease-in-out;
}
footer a:hover{
  opacity: .7;
}
.footer-logo{
  width: 100%;
  margin: 0;
}
.social{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  margin-top: 1rem;
}
.social a span{
  font-size: 5rem;
  transition: all .3s ease-in-out;
}
.social a:hover{
  opacity: .5;
}
footer .copy{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-family: 'Lato';
  font-weight: 400;
  width: 100%;
  padding-top: 0.5rem;
  background: rgba(1,30,45,.4);
  margin: 0;
}
footer p[style*="margin-left: 40px"]{
  margin-left: 40px;
  border-left: 3px solid #ddd;
  padding-left: 5px;
  font-weight: 400;
}
footer .container div:last-child:not(.social){
  text-align: right;
  padding-left: 6rem;
  font-weight: 400;
}
/* modals */
.modal{
  height: 60%;
  width: 75%;
}
.modal .modal-content{
  padding: 0 !important;
}
.modal-close{
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.modal-close:before{
  content: "";
  position: absolute;
  height: 32px;
  width: 2px;
  background: #013652;
  transform: rotateZ(90deg);
  transition: all .1s ease-in;
}
.clean:before{
  content: none !important;
}
.clean:after{
  content: none !important;
}
.modal-close:after{
  content: "";
  position: absolute;
  height: 32px;
  width: 2px;
  background: #013652;
  transform: rotateZ(-90deg);
  transition: all .1s ease-in;
}
.modal-close:hover:after{
  transform: rotateZ(-45deg);
}
.modal-close:hover:before{
  transform: rotateZ(45deg);
}
#about-info h1{
  margin-top: 0;
  font-size: 8rem;
  font-family: "Playfair Display";
  color: #013652;
}
#about-info p{
  color: #013652;
  font-weight: 400;
}
#about-info figure{
  transform: translate(-50%, -50%);
  position: relative;
  left: 50%;
  top: 50%;
  width: 75%;
  margin: 0;
}
#about-info .modal-content .image{
  background-color: #002F47;
}
.modal-content{
  height: 100%;
  margin-bottom: 0;
}
.modal-content .image{
  height: 100%;
  overflow: clip;
  padding: 0;
}
.modal-content .image:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0 47 71 / 0.15);
}
.modal-content .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.modal-content .info{
  padding: 2rem;
  position: absolute;
  background-color: #fff;
  top: 0;
  bottom: 0;
  margin-left: 0 !important;
  right: 0 !important;
  overflow-y: auto;
}
/* SERVICES modal */

.modal-services .m5{
  background-color: #002F47;
  height: 100%;
  padding: 0;
}
.modal-services object{
  width: 30%;
  filter: brightness(50) opacity(.1);
  margin: 0 auto;
  transform: translate(-50%, 50%);
  left: 50%;
  position: relative;
}
.modal-services h3{
  font-family: 'Lato';
  text-transform: capitalize;
  color: #fff;
  position: relative;
  bottom: 10%;
  text-align: center;
  top: 30%;
}
/* Terms & conditions MODAL */
#terms .modal-close::before,
#terms .modal-close::after{
  content: none;
}
/* modal bottom sheet */
.bottom-sheet,
.modal-footer{
  background-color: #002F47 !important;
  color: #fff;
  /* height: max-content;
  padding-top: 10vh; */
  list-style: initial;
}
.modal-footer .clean{
  background-color: #fff;
  color: #002F47;
}
/* animation */
.scroll:hover{
  bottom:-35px;
}
.scroll{
  animation-delay: 4s;
  animation-duration: 1.5s;
  animation-iteration-count: 5;
  animation-name: bounce-3;
  animation-timing-function: ease-in-out;
}
@keyframes bounce-3 {
  0%   { bottom: -25px; }
  30%  { bottom: 0px; }
  50%  { bottom: -25px; }
  100% { bottom: -25px; }
}
/* waves custom color */
.waves-effect.waves-blue .waves-ripple{
  background-color: #002F47;
}

/* Styles for mobile */
@media only screen and (max-width: 800px){
  .modal{
    height: 80%;
    width: 90%;
  }
  .modal .info h1 {
    font-size: 3rem !important;
    text-align: center;
  }
  .scroll{
    left: 50%;
  }
  .header-img{
    width: 90%;
    top: 40vh;
  }
  .about-text{
    width: 100%;
  }
  #about h1, #blog h1, #services h1{
    font-size: 5rem;
  }
  #about h1 span, #blog h1 span, #services h1 span{
    font-size: 7rem;
  }
  #services .service-main{
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
  }
  #services::before{
    background: none;
  }
  .s-block{
    padding:2rem 0;
  }
  .s-block h3{
    font-size: 1.3rem;
  }
  #flip{
    position: relative;
    left: calc( (100vw - 40%) / 2);
  }
  #panel .wrap{
    max-width: 90%;
  }
  #panel .wrap a{
    font-size: 8pt;
  }
  .consult{
    width: 90%;
  }
  .consult form{
    margin-left: 1rem;
  }
  .consult span{
    font-size: 4rem;
  }
  .btn-wrap{
    width: auto;
  }
  .consult form button{
    font-size: 2rem;
  }
  #team .person-list{
    row-gap: 3rem;
    margin: 0 0rem 4rem;
  }
  #personModal .modal-content{
    top: 72px;
    height: 90lvh;
    width: 95%;
  }
  #personModal .modal-content img{
    display: none;
  }
  #personModal .modal-content h2{
    display: initial;
    top: unset;
    left: unset;
  }
  #personModal .modal-content .modal-description{
    position: inherit;
    left: 0;
  }
  footer{
    font-size: 9pt;
    z-index: 0;
  }
  footer .container{
    height: 350px;
  }
  footer .column:nth-child(2){
    justify-content: flex-end;
    padding-bottom: 1rem;
  }
  .social a span{
    font-size: 3rem;
  }
  footer .container div:last-child:not(.social){
    padding-left: 0;
  }
  footer p[style*="margin-left: 40px"]{
    margin-left: 10px !important;
  }

}