@font-face { 
  	font-family: 'Aeonik';
  	font-style: normal;
  	font-weight: 100;
  	src: url("../fonts/Aeonik-Light.eot");
	font-display: swap;
  
  	/* IE9 Compat Modes */
  	src: url("../fonts/Aeonik-Light%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../fonts/Aeonik-Light.woff") format("woff"), url("../fonts/Aeonik-Light.ttf") format("truetype"), url("../fonts/Aeonik-Light.svg#Aeonik-Light") format("svg");
  
  	/* Legacy iOS */
  	text-rendering: optimizeLegibility;
}

@font-face { 
    font-family: 'Aeonik';
  	font-style: normal;
  	font-weight: normal;
  	src: url("../fonts/Aeonik-Regular.eot");
	font-display: swap;

	/* IE9 Compat Modes */
  	src: url("../fonts/Aeonik-Regulart%EF%B9%96.eot?#iefix") format("embedded-opentype"), url("../fonts/Aeonik-Regular.woff") format("woff"), url("../fonts/Aeonik-Regular.ttf") format("truetype"), url("../fonts/Aeonik-Regular.svg#Aeonik-Regular") format("svg");

	/* Legacy iOS */
  	text-rendering: optimizeLegibility;
}


@font-face { 
	font-family: 'Aeonik';
  	font-style: normal;
  	font-weight: 500;
  	src: url("../fonts/Aeonik-Medium.eot");
	font-display: swap;
 
    /* IE9 Compat Modes */
    src: url("../fonts/Aeonik-Medium%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../fonts/Aeonik-Medium.woff") format("woff"), url("../fonts/Aeonik-Medium.ttf") format("truetype"), url("../fonts/Aeonik-Medium.svg#Aeonik-Medium") format("svg");

	/* Legacy iOS */
	text-rendering: optimizeLegibility;
}

@font-face { 
    font-family: 'Aeonik';
  	font-style: normal;
  	font-weight: 700;
  	src: url("../fonts/Aeonik-Bold.eot");
	font-display: swap;

  	/* IE9 Compat Modes */
  	src: url("../fonts/Aeonik-Bold%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../fonts/Aeonik-Bold.woff") format("woff"), url("../fonts/Aeonik-Bold.ttf") format("truetype"), url("../fonts/Aeonik-Bold.svg#Aeonik-Bold") format("svg");

  	/* Legacy iOS */
  	text-rendering: optimizeLegibility;
}

@font-face {
  	font-family: 'TitlingGothicFBExt';
  	font-style: normal;
  	font-weight: normal;
  	src: url("../fonts/TitlingGothicFBExt-Light.eot");
	font-display: swap;

	/* IE9 Compat Modes */
  	src: url("../fonts/TitlingGothicFBExt-Light.woff") format("woff"), url("../fonts/TitlingGothicFBExt-Light.ttf") format("truetype"), url("../fonts/TitlingGothicFBExt-Light.svg#TitlingGothicFBExt-Light") format("svg");

	/* Legacy iOS */
  	text-rendering: optimizeLegibility;
}

/* Firefox specific css */
@-moz-document url-prefix() {
	.pdf_overlay {
		display: none !important;
	}
}

/* iOS specific css */
@supports (-webkit-touch-callout: none) {
  	.pdf_overlay {
		display: none !important;
	}
}


body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Aeonik', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f9f8f5;
}

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #40b1e4;
}

hr.light {
  border-color: #fff;
}

a {
  cursor: pointer;
  color: #40b1e4;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #40b1e4;
}

.vc_section {
	margin-left: 0px!important;
	margin-right: 0px!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Aeonik', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bg-primary {
  background-color: #40b1e4 !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

section {
  padding: 8rem 0;
}


.section-heading {
  margin-top: 0;
}

::selection {
  color: #002634;
  background: #f8f9fa;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

.new-title {
  font-size: 2.625em;
  font-weight: 100;
  color: #002634;
  line-height: 1.45;
}

.new-title-bruno {
  font-size: 3.625em;
  font-weight: 100;
  line-height: 1.45;
}
@media (max-width: 768px) {
  .new-title {
    font-size: 1.625em;
  }
}

.green-line {
  width: 9em;
  border-bottom: 2px solid #bcd78a;
}

.yellow-line {
  width: 100%;
  border-bottom: 2px solid #fed766;
}

.banner-title > * {
  font-weight: 100;
  font-size: 2.625em;
  color: #fff;
  line-height: 1.5em;
}

@media (max-width: 768px) {
  .banner-title > * {
    font-size: 1.6em;
    line-height: 1.45em;
  }
}

.banner-message {
  font-weight: 100;
  font-size: 2.75em;
  line-height: 1.375;
}

@media (max-width: 768px) {
  .banner-message {
    font-size: 2em;
  }
}

.section-title {
  font-size: 1.875em;
  font-weight: 100;
  color: #3c4b53;
  line-height: 1.5;
  padding-top: 1em;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2em;
  }
}

.section-message {
  font-size: 1.125em;
  font-weight: 300;
  color: #7c8a90;
  line-height: 1.94;
  font-family: 'Aeonik', 'Helvetica Neue', 'Helvetica', 'Arial';
}

@media (max-width: 768px) {
  .section-message {
    font-size: 1em;
  }
}

.section-message.bold {
  color: #002634;
}

.section-bold-message {
  font-size: 1.4em;
  font-weight: 700;
  color: #3c4b53;
  line-height: 1.63;
}

@media (max-width: 768px) {
  .section-bold-message {
    font-size: 1.2em;
  }
}

.section-message-link {
  font-size: 1.05em;
  font-weight: 300;
  color: #7c8a90;
  line-height: 1.63;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .section-message-link {
    font-size: 1em;
  }
}

.section-message-link span {
  text-decoration: underline;
}

.section-message-link span a {
  color: #7c8a90;
}

.title-100 {
  font-size: 2em;
  font-weight: 100;
  line-height: 1.5;
  color: #3c4b53;
}

@media (min-width: 768px) {
  #team .title-100 {
    font-size: 2.625em;
  }
}

.title-300 {
  font-size: 2em;
  font-weight: 300;
  line-height: 1.5;
  color: #3c4b53;
}

.bg-primary {
  background-color: #40b1e4;
}

.body-navbar-margin {
  margin-top: 58px;
}

@media (min-width: 992px) {
  .body-navbar-margin {
    margin-top: 65px;
  }
}

.btn-circle {
  padding: 2px 7px;
  border-radius: 14px !important;
}

.btn-circle:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.close-icon {
  width: 12px;
  height: 12px;
}

@media (max-width: 768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.image-header {
  position: relative;
  height: 770px;
}

@media (min-width: 992px) {
  .image-header {
    margin-top: 65px;
  }
}

@media (max-width: 768px) {
  .image-header {
    height: 45vh;
  }
  .image-header .alignment-div {
    vertical-align: bottom;
  }
}

.fluid-banner {
  height: 90vh;
}
.fluid-banner-bruno {
  height: 90vh;
}

.our-services-bg {
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  max-width: 100%;
  height: 854px;
  width: 100%;
  pointer-events: auto;
}

.our-services-bg img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.1;
}

.our-service-deface-top-5 {
  position: absolute;
  top: -5rem;
}

.card-shadow {
  -webkit-box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.11);
}

.py-6 {
  padding-bottom: 6em;
  padding-top: 6em;
}

.py-8 {
  padding-bottom: 8em;
  padding-top: 8em;
}

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

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

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

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

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

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

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

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

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

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

.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-7 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.py-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

@media (min-width: 768px) {
  .pt-md-7 {
    padding-top: 5rem !important;
  }
  .pt-md-8 {
    padding-top: 8rem !important;
  }
  .pt-md-9 {
    padding-top: 9rem !important;
  }
  .pb-md-10 {
    padding-bottom: 9rem !important;
  }
  .py-md-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-8 {
    padding-top: 8rem !important;
  }
}

.font-size-18 {
  font-size: 1.125em;
}

.bg-none {
  background-color: #f9f8f5;
}

.underlined {
  border-bottom: 1px solid #3c4b5388;
}

.collapsed-login {
  background: rgba(63, 176, 227, 0.9);
  color: #fff;
  position: fixed;
  top: -200px;
  height: 170px;
  left: 0;
  -webkit-transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 998;
}

#toggle {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  left: -100%;
  top: -100%;
}

#toggle + label {
  position: fixed;
  cursor: pointer;
  padding: 10px;
  width: 100px;
  border-radius: 3px;
  padding: 8px 10px;
  color: #40b1e4;
  line-height: 20px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  margin: 50px 50px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  z-index: 9999;
  top: -40px;
  right: -20px;
  background-size: 10px 10px;
}

#toggle:checked ~ nav {
  margin-top: 170px;
}

#toggle:checked ~ .collapsed-login {
  top: 0;
}

@media (max-width: 768px) {
  #toggle:checked ~ nav {
    margin-top: 270px;
  }
  .collapsed-login {
    top: -300px;
    height: 270px;
  }
  .collapsed-login .login-bloq:first-child {
    border-bottom: solid 1px white;
    padding-bottom: 30px;
  }
  .navbar-brand {
    padding-bottom: 0.75em;
  }
}

.login-bloq {
  font-size: 1.5em;
  font-weight: 300;
}

.login-bloq a, .login-bloq a:hover, .login-bloq a:visited, .login-bloq a:focus, .login-bloq a:active {
  color: #425563;
  margin-top: 10px;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  float: left;
}

.navbar-brand {
  margin-top: 5px;
}

nav {
  -webkit-transition: margin 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: margin 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  background-color: white;
  font-family: 'Aeonik', sans-serif;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 0rem 1rem !important;
}

nav .navbar-collapse {
  justify-content: space-between;
}

ul.navbar-nav {
  margin: 0 !important;
}

nav .navbar-brand svg path {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

nav .navbar-nav > li.nav-item > a.nav-link,
nav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .9rem;
  font-weight: 300;
  color: #3c4b53;
}

nav .navbar-nav > li.nav-item > a.nav-link:hover,
nav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #40b1e4;
}

nav .navbar-nav > li.nav-item > a.nav-link.active,
nav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  border-bottom: 4px solid #40b1e4;
}

nav .navbar-nav .nav-item, nav .navbar-nav .form-inline {
  -ms-flex-item-align: center;
  align-self: center;
}

nav .navbar-nav .dropdown-item, nav .navbar-nav .dropdown-item:focus {
  font-size: .9rem;
  color: #3c4b53;
}

nav .navbar-nav .dropdown-item:hover, nav .navbar-nav .dropdown-item:focus:hover {
  background-color: #efefef;
  color: #40b1e4 !important;
}

nav .dropdown-menu {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateX(-0.5px);
  transform: translateX(-0.5px);
  border: 0;
  border-radius: 0;
  margin-top: 0;
  font-family: 'Aeonik', 'Helvetica Neue', 'Helvetica', 'Arial';
}

.navbar-home {
  background-color: transparent !important;
}

.navbar-home .navbar-nav > li.nav-item > a.nav-link {
  color: white !important;
}

.navbar-home .navbar-nav > li.nav-item > a.nav-link:hover {
  background-color: white;
  color: #3c4b53 !important;
}

.navbar-home .navbar-toggler-icon svg path {
  fill: white;
}

.navbar-color, .navbar-solid {
  background-color: white !important;
}

.navbar-color .navbar-nav > li.nav-item > a.nav-link,
.navbar-color .navbar-nav > li.nav-item > a.nav-link:focus, .navbar-solid .navbar-nav > li.nav-item > a.nav-link,
.navbar-solid .navbar-nav > li.nav-item > a.nav-link:focus {
  color: #3c4b53 !important;
}

.navbar-color .navbar-brand svg path,
.navbar-solid .navbar-brand svg path,
.navbar-color .navbar-brand svg polygon,
.navbar-solid .navbar-brand svg polygon,
.navbar-color .navbar-brand svg rect,
.navbar-solid .navbar-brand svg rect,
.navbar-color .navbar-toggler-icon svg path,
.navbar-solid .navbar-toggler-icon svg path
{
  fill: #40b1e4;
}

.navbar-color .dropdown-menu, .navbar-solid .dropdown-menu {
  background-color: white !important;
}

.navbar-color .dropdown-menu .dropdown-item, .navbar-color .dropdown-menu .dropdown-item:focus, .navbar-solid .dropdown-menu .dropdown-item, .navbar-solid .dropdown-menu .dropdown-item:focus {
  color: #3c4b53 !important;
}

.navbar-color.with-border, .navbar-solid.with-border {
  border-bottom: 1px solid #dee2e6;
}

@media (min-width: 992px) {
  nav {
    padding: 0rem 0rem;
  }
  .navbar-nav > li.nav-item > a.nav-link,
  .navbar-nav > li.nav-item > a.nav-link:focus {
    padding-top: 2em;
    padding-bottom: 1.5em;
  }
  .navbar-nav .nav-item, .navbar-nav .form-inline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .dropdown-item:active {
    color: #002634 !important;
    text-decoration: none;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-text-decoration-style: initial;
    text-decoration-style: initial;
    -webkit-text-decoration-color: initial;
    text-decoration-color: initial;
    background-color: #f8f9fa;
  }
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler-icon svg path {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  fill: #40b1e4;
}

@media (max-width: 992px) {
  nav .navbar-collapse {
    padding-bottom: 10px;
  }
  nav .navbar-nav {
    display: list-item;
  }
  nav.navbar:has(button[aria-expanded="true"]){
		background-color: white !important;		
  }
	nav.navbar:has(button[aria-expanded="true"]) .navbar-nav > li.nav-item > a.nav-link {
		color:#3c4b53 !important;
	}
	nav.navbar:has(button[aria-expanded="true"]) svg.svg g {
		fill:#40b1e4 !important;
	}
}

.navbar-toggler > .close {
  display: inline;
}

.navbar-toggler.collapsed > .close, .navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
  display: none;
}

.navbar-mobile {
  height: 100px;
  margin: 0;
}

.mobile-links .navbar-nav {
  overflow-y: auto;
}

.mobile-links .nav-link {
  font-weight: 100 !important;
  font-size: 1.5rem !important;
}

.mobile-links .btn {
  font-size: 1.35rem !important;
}

.mobile-links .nav-link.submenu-mobile-link{
	padding-left:15px;
	font-size: 1.25rem !important;
}



.mobile-links .bottom-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 0;
  margin-top: 10px;
}

.mobile-links .bottom-links .bottom-link {
  margin-bottom: 0;
  font-size: 0.9em;
  font-weight: 300;
  color: #3c4b53;
  line-height: 1.71;
}

.mobile-links .bottom-links a {
  padding: 0px 20px;
}

.mobile-links .bottom-links a:first-child {
  padding-left: 0 !important;
}

.mobile-links .bottom-links :not(:last-child) {
  border-right: 1px solid rgba(60, 75, 83, 0.55);
}

li.dropdown:hover > .dropdown-menu {
  display: block;
}

.language-item {
  text-transform: uppercase;
}

.language-item .language-icon {
  vertical-align: text-bottom;
  padding-right: 2px;
  margin-bottom: 0px;
  height: 17px;
}

footer {
  font-family: 'Aeonik', 'Helvetica Neue', 'Helvetica', 'Arial';
}

.mobile-footer {
  padding-top: 2.5rem !important;
  padding-bottom: 4.5rem !important;
  background: #f7f7f7;
}

.mobile-footer svg path {
  fill: #40b1e4;
}

.mobile-footer svg polygon {
  fill: #40b1e4;
}

.mobile-footer .copyright {
  font-size: 0.8em;
  font-weight: 300;
  color: #7c8a90;
  margin-top: 0.8em;
  margin-bottom: 1em;
}

.mobile-footer .phone, .mobile-footer .mail {
  font-size: 0.9em;
  font-weight: 100;
  color: #002634;
  margin-bottom: 0;
}

.web-footer {
  background: #f7f7f7;
}

.web-footer .copyright {
  font-size: 0.8em;
  font-weight: 300;
  color: #7c8a90;
  margin-top: 0.8em;
  margin-bottom: 1em;
}

.web-footer .phone, .web-footer .mail {
  font-size: 0.9em;
  font-weight: 100;
  color: #002634;
  margin-bottom: 0;
}

.web-footer .title {
  font-size: 0.9em;
  font-weight: bold;
  color: #002634;
  margin-bottom: 0.8em;
  font-family: 'Aeonik';
}

.web-footer .social {
  margin-bottom: 0.1em;
}

.web-footer .social img {
  object-fit: contain;
  object-position: center;
}

.web-footer .resume {
  font-size: 0.9em;
  font-weight: 100;
  line-height: 1.71;
  color: #7c8a90;
}

.web-footer .bottom-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: 'Aeonik';
}

.web-footer .bottom-links .bottom-link {
  font-size: 0.9em;
  font-weight: 100;
  color: #002634;
  line-height: 1.71;
  margin-bottom: 0;
}

.web-footer .bottom-links a {
  padding: 0 20px;
}

.web-footer .bottom-links a:first-child {
  padding-left: 0 !important;
}

.web-footer .bottom-links :not(:last-child) {
  border-right: 1px solid rgba(0, 38, 52, 0.55);
}

.web-footer .background-link {
  font-size: .75em;
  line-height: 2.4em;
}

.mobile-footer .resume {
  font-size: 0.9em;
  font-weight: 100;
  line-height: 1.71;
  color: #7c8a90;
}

.whatsapp-widget {
  position: fixed;
  bottom: 40px;
  right: 40px;
  cursor: pointer;
  text-align: -webkit-right;
}

.fade-in {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.hidden {
  opacity: 0 !important;
}

.whatsapp-btn {
  margin: 20px 0 0 0;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  -webkit-box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.2);
  background-color: #25d366;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.whatsapp-btn .svg {
  margin: 13px 0 0 0;
}

.whatsapp-btn:hover {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.3);
  background-color: #10c050;
}

.whatsapp-popup {
  position: relative;
  background: url("https://aethersol.com/insigneo/wp-content/uploads/2022/04/whatsapp-bg.png") no-repeat;
  background-size: cover;
  background-position: top;
  width: 320px;
  border-radius: 8px;
  padding: 9px 8px 19px 8px;
  -webkit-box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.whatsapp-popup:hover {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.3);
}

.whatsapp-popup::after {
  content: '';
  position: fixed;
  right: 60px;
  bottom: 112px;
  border-top: 8px solid #ece5dd;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.whatsapp-close-wrapper {
  width: 24px;
  height: 24px;
  background-color: #565656;
  border-radius: 23px;
  color: #fff;
  text-align: center;
}

.whatsapp-close-wrapper:hover {
  background-color: #454545;
}

.whatsapp-close-wrapper:after {
  display: inline-block;
  content: "\00d7";
  /* This will render the 'X' */
}

.whatsapp-message-wrapper {
  background-color: #fff;
  border-radius: 8px;
  margin: 8px 5px 0 8px;
  padding: 15px 19px;
  text-align: left;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.26);
}

.whatsapp-message-wrapper p {
  font-family: 'Aeonik';
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #151515;
}

.whatsapp-message-wrapper::after {
  content: '';
  position: absolute;
  top: 50px;
  left: 8px;
  border-right: 10px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.whatsapp-send-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 5px 0 8px;
}

.whatsapp-send-wrapper .whatsapp-send-btn {
  width: 37px !important;
  height: 37px !important;
}

.whatsapp-send-wrapper .gap {
  width: 8px;
}

.whatsapp-send-wrapper .whatsapp-input {
  height: 37px;
  width: 100%;
  background-color: #fff;
  border-radius: 18.5px;
  text-align: left;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.26);
}

.whatsapp-tooltip {
  background: #ece5dd;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  -webkit-box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.2);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.whatsapp-tooltip:hover {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.3);
}

.whatsapp-tooltip p {
  margin: 0;
  font-family: 'Aeonik';
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #151515;
}

.whatsapp-tooltip.hidden {
  display: none;
}

.whatsapp-tooltip::after {
  content: '';
  position: fixed;
  right: 60px;
  bottom: 112px;
  border-top: 8px solid #ece5dd;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.covid-modal {
  -webkit-box-shadow: 0 -25px 50px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 -25px 50px 0 rgba(0, 0, 0, 0.21);
}

.covid-modal .modal-dialog {
  max-width: 600px;
  margin: 8em auto;
}

.covid-modal .modal-content {
  border-radius: 0;
  background-color: #f7f6f6;
  border: 0;
}

.covid-modal .modal-header {
  border-radius: 0;
  background-color: #373737;
  padding: 2.750em 0 5em;
  background-image: url(../img/covidmodal/covid-modal-header.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.covid-modal .modal-title {
  margin: 0 auto;
}

.covid-modal .modal-body {
  top: -3em;
  position: inherit;
  padding: 0rem 2.125em;
  font-size: 1em;
  line-height: 1.5em;
  letter-spacing: -0.1px;
  font-weight: 300;
}

.covid-modal .modal-body p {
  color: #96a1a4;
}

.covid-modal .modal-body a {
  color: #00b3e6;
}

.covid-modal .modal-body .mobile {
  display: none;
}

.covid-modal .modal-body .desktop {
  display: block;
}

.covid-modal .modal-body .icon-url {
  text-align: end;
  margin-top: auto;
}

.covid-modal .modal-body .icon-url:after {
  content: url(../img/covidmodal/icon-url.png);
}

.covid-modal .modal-body .line-separator {
  border: solid 1px rgba(150, 161, 164, 0.14);
  margin: 1.75em 0;
}

.covid-modal .card {
  border-radius: 0;
  border: none;
  padding: 3.125em 3.125em 1.35em;
}

.covid-modal .modal-footer {
  color: #96a1a4;
  padding: 0rem 2.125em;
  border: 0;
  top: -1em;
  position: inherit;
}

.covid-modal .modal-footer p {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.38;
  letter-spacing: -0.08px;
  text-align: center;
}

.covid-modal h1 {
  font-weight: 100;
  font-size: 2.125em;
  text-align: center;
  color: #FFF;
  line-height: 1.2;
  letter-spacing: -1.7px;
}

@media (max-width: 768px) {
  .covid-modal h1 {
    font-size: 1.4em;
  }
  .covid-modal .line-separator {
    margin: 1em 0;
  }
  .covid-modal .modal-footer p {
    font-size: 10px;
    margin: 0.5em 0;
  }
  .covid-modal .card-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .covid-modal .modal-content {
    background-color: #FFF;
  }
  .covid-modal .modal-dialog {
    max-width: 90%;
    margin: 1.5em auto;
  }
  .covid-modal .modal-header {
    padding: 2em 0;
  }
  .covid-modal .modal-body {
    top: 0;
    line-height: 1.4em;
    padding: 0;
  }
  .covid-modal .modal-body .icon-url {
    text-align: unset;
  }
  .covid-modal .modal-body a {
    margin-top: .5em;
  }
  .covid-modal .modal-body .desktop {
    display: none;
  }
  .covid-modal .modal-body .mobile {
    display: block;
  }
  .covid-modal .modal-header {
    padding: 2.750em 0;
  }
  .covid-modal .card {
    padding: 1.5em 1.125em;
  }
  .covid-modal .icon-url {
    margin-bottom: auto;
  }
}

.text-primary {
  color: #40b1e4 !important;
}

.text-black {
  color: #000 !important;
}

.card-body {
  padding: 1.75rem !important;
}

@media (min-width: 576px) {
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.1rem;
    padding-left: 1.1rem;
  }
  .login-box .nav-link {
    padding-right: 1.3rem !important;
    padding-left: 1.3rem !important;
  }
}

form .form-control {
  border: 0 dashed #e7e7e7;
  border-bottom-width: 1px;
  font-size: 1.125em;
  color: #7c8a90;
  padding: 0 0 0 7px;
  margin-top: .3em;
}

form [required]::-webkit-input-placeholder:after {
  content: " *";
  color: #d0021b;
  visibility: visible;
}

form [required]::-moz-placeholder:after {
  content: " *";
  color: #d0021b;
  visibility: visible;
}

form [required]::-ms-input-placeholder:after {
  content: " *";
  color: #d0021b;
  visibility: visible;
}

form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("http://insigneo.com/wp-content/uploads/2022/08/chevron-arrow-down.svg") no-repeat right 0.5em center/0.75em 0.75em;
}

form .text-area {
  padding: 1em;
}

.carousel-indicators li {
  background-color: #2e5eaa;
  width: 5px;
  height: 5px;
  border-radius: 5em;
  border: 0;
  margin-left: .5em;
  margin-right: .5em;
  opacity: 1;
}

.carousel-indicators li.active {
  width: 16px;
  height: 16px;
}

.w-85 {
  width: 85% !important;
}

.w-95 {
  width: 95% !important;
}

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

.animated-background {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: darkgray;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
  background: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
  background-size: 1000px 104px;
  width: 100%;
}

.animated-background.full {
  padding-top: 100%;
}

.animated-background.bar {
  margin-top: 1em;
  height: 1.3em;
}

.animated-background.bar.sub {
  margin-top: 1.25em;
}

.animated-background.bar.header {
  margin-top: 0;
  height: 2.5em;
}

.animated-background.bar.min {
  margin-top: 0.95em;
}

.animated-background.bar.new-p {
  margin-top: 1.75em;
}

.tiles:last-child {
  padding-bottom: 0px;
}

.tiles:last-child a {
  text-decoration: none;
}

.tile {
  height: 0;
  padding-bottom: 33.33%;
  margin-bottom: 20px;
}

.tile-content:hover::after {
  background-color: rgba(0, 0, 0, 0.15);
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.tile-2x1 {
  width: 67.66%;
}

.tile-2x1:first-child {
  padding-right: 30px;
}

.tile-2x1:last-child {
  padding-left: 30px;
}

.tile-1x1 {
  width: 32.33%;
}

.tile-content {
  height: 370px;
  position: relative;
}

.tile-2x1 .tile-content {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tile-2x1 .tile-content .tile-left {
  position: relative;
  width: 50%;
}

.tile-2x1 .tile-content .tile-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tile-2x1 .tile-content .tile-right {
  width: 50%;
}

.tile-2x1 .tile-content .tile-left:after {
  content: "";
  position: absolute;
  right: -25px;
  top: 23px;
  width: 50px;
  height: 50px;
  border-radius: 100% 100% 100% 100%;
  background-color: white;
}

.tile-news-bg {
  display: none;
}

.tile-text-content, .tile-text-content-with-bg {
  background-color: white;
  height: 100%;
  padding: 7%;
}

.tile-text-content .text-top, .tile-text-content-with-bg .text-top {
  font-weight: bold;
  font-size: 0.8em;
  color: #40b1e4;
  text-transform: uppercase;
}

.tile-text-content .title, .tile-text-content-with-bg .title {
  font-weight: 100;
  color: #002634;
  font-size: 1.5em;
}

.tile-text-content .message, .tile-text-content-with-bg .message {
  font-weight: 300;
  color: #7c8a90;
  font-size: .9em;
}

.tile-text-content .date, .tile-text-content-with-bg .date {
  font-weight: 300;
  color: #7c8a90;
  font-size: .7em;
  position: absolute;
  bottom: 7%;
  margin: 0;
}

.tile-news-image-mask {
  display: none;
}

@media (min-width: 768px) {
  .tile-text-content-with-bg {
    position: relative;
    background: transparent;
  }
  .tile-text-content-with-bg p {
    color: white !important;
  }
  .tile-news-image-mask {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.4;
  }
  .tile-news-bg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .tile-text-content-with-bg .message {
    display: none;
  }
}

@media (max-width: 1200px) {
  .tile-content {
    height: 310px;
  }
  .tile-text-content .text-top, .tile-text-content-with-bg .text-top {
    font-size: 0.7em;
  }
  .tile-text-content .title, .tile-text-content-with-bg .title {
    font-size: 1.2em;
  }
  .tile-text-content .message, .tile-text-content-with-bg .message {
    font-size: .8em;
  }
}

@media (max-width: 992px) {
  .tile-content {
    height: 234px;
  }
  .tile-2x1:first-child {
    padding-right: 20px;
  }
  .tile-2x1:last-child {
    padding-left: 20px;
  }
  .tile-text-content, .tile-text-content-with-bg {
    padding: 5%;
  }
  .tile p {
    margin-bottom: 5px;
  }
  .tile-text-content .title, .tile-text-content-with-bg .title {
    font-size: 0.8em;
  }
  .tile-text-content .message, .tile-text-content-with-bg .message {
    font-size: .7em;
  }
  .tile-2x1 .tile-content .tile-left:after {
    content: "";
    position: absolute;
    right: -13px;
    top: 15px;
    width: 26px;
    height: 26px;
    border-radius: 100% 100% 100% 100%;
    background-color: white;
  }
}

@media (max-width: 768px) {
  .tile-content {
    height: 270px;
  }
  .tile {
    padding-bottom: 50%;
    overflow: hidden;
  }
  .tile-2x1 {
    width: 100%;
  }
  .tile-1x1 {
    width: 100%;
  }
  .tile-2x1:first-child, .tile-2x1:last-child {
    padding-right: 0px;
    padding-left: 0px;
  }
  .tile-text-content .title, .tile-text-content-with-bg .title {
    font-size: 0.9em;
  }
  .tile-text-content .message, .tile-text-content-with-bg .message {
    font-size: .8em;
  }
}

@media (max-width: 576px) {
  .tile-container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .tiles {
    padding: 0;
  }
  .tile {
    height: 100%;
    padding-bottom: 0;
    margin-bottom: 2px;
  }
  .tile .tile-text-content, .tile .tile-text-content-with-bg {
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .tile p {
    margin-bottom: 0.8em;
  }
  .tile-2x1 {
    padding-bottom: auto;
  }
  .tile-2x1 .tile-content {
    height: 100%;
  }
  .tile-2x1 .tile-content .tile-left, .tile-2x1 .tile-content .tile-right {
    width: 100%;
  }
  .tile-2x1 .tile-content .tile-left {
    display: none;
  }
  .tile-1x1 {
    padding-bottom: auto;
  }
  .tile-1x1 .tile-content {
    height: 100%;
  }
  .tile-1x1 .tile-text-content-with-bg {
    background: white;
  }
  .tile-1x1 .tile-text-content-with-bg .text-top {
    color: #40b1e4;
  }
  .tile-1x1 .tile-text-content-with-bg .title {
    color: #002634;
  }
  .tile-1x1 .tile-text-content-with-bg .message, .tile-1x1 .tile-text-content-with-bg .date {
    color: #7c8a90;
  }
  .tile-text-content .text-top, .tile-text-content-with-bg .text-top {
    font-size: 0.8em;
    font-weight: 300;
    color: #40b1e4;
  }
  .tile-text-content .title, .tile-text-content-with-bg .title {
    font-size: 1.2em;
    font-weight: 300;
    color: #002634;
  }
  .tile-text-content .message, .tile-text-content-with-bg .message {
    font-size: 0.9em;
    font-weight: 100;
    color: #7c8a90;
  }
  .tile-text-content .date, .tile-text-content-with-bg .date {
    color: #7c8a90;
  }
  .tile-2x1 .tile-content .tile-left:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -25px;
    top: auto;
    left: 23px;
    width: 50px;
    height: 50px;
    border-radius: 100% 100% 100% 100%;
    background-color: white;
  }
}

body {
  background-color: #f9f8f5;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.video-bg {
	position: relative;
	background-color: black;
	height: 100vh;
	min-height: 35rem;
	width: 100%;
	overflow: hidden;
	padding: 0;
}

.video-bg .video {
  position: absolute;
  display: none;
}

.video-bg .container {
  position: relative;
  z-index: 2;
}

.video-bg .h-100 {
  height: 100% !important;
}

.top-bg-mobile {
  height: 550px;
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  .top-bg-mobile {
    height: 55vh;
  }
  .top-bg-mobile .alignment-div {
    vertical-align: bottom;
  }
}

.mobile-home-message {
  font-weight: 100;
  font-size: 1.85em;
  line-height: 35.0px;
}

.home-message {
  font-weight: 100;
  font-size: 2.7em;
}

.home-background-wrapper {
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  max-width: 100%;
  width: 3529px;
  height: 1112px;
  pointer-events: auto;
  z-index: -1;
  background: url("../img/home/home-background.png") no-repeat;
  background-size: cover;
  opacity: .1;
  -webkit-transform: translateY(-15%);
  transform: translateY(-15%);
}

.btn-centered {
  margin: 0 auto;
}

.home-banner {
  height: 550px;
}

@media (max-width: 768px) {
  .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    padding-right: 0;
    padding-left: 0;
  }
}

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

@media (max-width: 768px) {
  .title-align {
    text-align: left;
  }
}

.in-numbers {
  text-align: center;
}

.in-numbers img {
  height: 3.4em;
  width: auto;
}

.in-numbers h1 {
  font-weight: 100;
  font-size: 3.5em;
  margin: 0.3em 0;
  color: #002634;
}

.in-numbers h1 span {
  font-size: 0.7em;
}

.in-numbers p {
  font-family: 'Aeonik', 'Helvetica Neue', 'Helvetica', 'Arial';
  color: #7c8a90;
  font-weight: 300;
  font-size: 1.1em;
}

.in-numbers .mini {
  font-family: 'Aeonik', 'Helvetica Neue', 'Helvetica', 'Arial';
  color: #7c8a90;
  font-weight: 300;
  font-size: .7em;
}

@media (max-width: 768px) {
  .in-numbers {
    text-align: left;
  }
  .in-numbers img {
    height: 2.8em;
    width: auto;
  }
  .in-numbers h1 {
    font-size: 2.5em;
    margin: 0;
  }
  .in-numbers h1 span {
    font-size: 0.5em;
  }
  .in-numbers p {
    font-weight: 300;
    font-size: 0.9em;
  }
}

.scroll-down::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(http://insigneo.com/wp-content/uploads/2022/08/chevron-arrow-down.svg) no-repeat 1em/1em;
  width: 100%;
  height: 100%;
  background-position-y: 90%;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.carousel .body {
  font-size: 1.125em;
  font-weight: 100;
  color: #7c8a90;
  line-height: 2;
  font-family: 'Aeonik', 'Helvetica Neue', 'Helvetica', 'Arial';
}

@media (max-width: 768px) {
  .carousel .body {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .carousel .title {
    font-size: 1.625em;
    line-height: 1.45;
  }
}

.app-links-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.apple-button {
  background: url(../img/icon/AppStore.svg) no-repeat center;
  margin-right: 20px;
  width: 150px;
  height: 50px;
}

.android-button {
  background: url(../img/icon/GooglePlay.svg) no-repeat center;
  width: 150px;
  height: 50px;
}

/*

// map area
.home-map-section {
  height: 70vh;
  max-height: 792px;
  .title {
    font-size: 1.65em;
    font-weight: bold;
    color: $home-title;
    line-height: 1.46;
  }
  .subtitle {
    font-size: 1.25em;
    font-weight: 100;
    color: $home-subtitle;
    line-height: 1.46;
  }
  @media (max-width: 768px) {
    background: white;
    .title {
      font-size: 1.85em;
      font-weight: 100;
    }
    .subtitle {
      font-size: 1em;
      font-weight: 100;
    }
  }
}

.home-map-wrapper {
  background-color: rgba(255, 255, 255, 0.0);
  position: absolute;
  width: 1581px;
  height: 792px;
  max-width: 52%;
  //height: 100%;
  pointer-events: auto;
  margin-left: 43%;
  z-index: -1;
  background: url('../img/home/home-mapa2@2x.png') no-repeat;
  background-size: cover;
  transform: translateY(-12%);
  opacity: 0.56;
}

.our-assets {
  position: relative;
  .height-ref {
    height: 350px;
    visibility: hidden;
    z-index: -2;
  }
  .service-tag {
    background: white;
    padding: 10px 25px;
    font-weight: 500;
    font-size: 1em;
    border-radius: 2px;
    box-shadow: 1px 1px 40px #bebebe;
  }
  .service-tag-1::after {
    content: "";
    position: absolute;
    right:50%;
    bottom: -7px;
    top: auto;
    width: 13px;
    height: 13px;
    border-radius: 100% 100% 100% 100%;
    background-color: #dd553e;
  }
  .service-tag-2::after {
    content: "";
    position: absolute;
    right:50%;
    bottom: -7px;
    top: auto;
    width: 13px;
    height: 13px;
    border-radius: 100% 100% 100% 100%;
    background-color: #945fcd;
  }
  .service-tag-3::after {
    content: "";
    position: absolute;
    right:50%;
    bottom: -7px;
    top: auto;
    width: 13px;
    height: 13px;
    border-radius: 100% 100% 100% 100%;
    background-color: #afc555;
  }
  .service-tag-4::after {
    content: "";
    position: absolute;
    right:50%;
    bottom: -7px;
    top: auto;
    width: 13px;
    height: 13px;
    border-radius: 100% 100% 100% 100%;
    background-color: #3e8edd;
  }

  .service-1 {
    position: absolute;
    top: 26%;
    left: 41%;
  }
  .service-2 {
    position: absolute;
    top: 33%;
    left: 8%;
  }
  .service-3 {
    position: absolute;
    top: 50%;
    left:30%;
  }
  .service-4 {
    position: absolute;
    top: 76%;
    left:52%;
  }
}
*/
.at-glance-section .title {
  font-size: 2em;
  font-weight: 100;
  line-height: 1.5;
  color: #3c4b53;
}

.at-glance-section .subtitle {
  font-size: 1.25em;
  font-weight: 100;
  line-height: 1.78;
  color: #7c8a90;
}

@media (min-width: 768px) {
  .advisor-faq-line {
    border-right: 1px solid rgba(0, 38, 52, 0.35);
  }
  .row.vertical-divider [class*='col-']:not(:last-child)::after {
    background: rgba(0, 38, 52, 0.35);
    width: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 25%;
    bottom: 10%;
    right: 0;
  }
}

.advisor-faq-half-section .alignment-div {
  text-align: left;
}

@media (min-width: 768px) {
  .advisor-faq-half-section {
    padding-left: 5%;
    padding-right: 5%;
  }
  .advisor-faq-half-section .alignment-div {
    text-align: center;
  }
}

.team-item {
  background: white;
  padding-bottom: 1em;
  font-family: 'Aeonik', 'Helvetica Neue', 'Helvetica', 'Arial';
}

.team-item.hide {
  display: none;
}

.team-item p {
  margin-bottom: 0;
}

.team-item .name {
  margin-top: 1em;
  font-weight: bold;
  font-size: 1em;
  color: #3c4b53;
}

.team-item .title {
  margin-top: 0;
  font-weight: 100;
  font-size: 1em;
  color: #3c4b53;
}

.padding-right-70 {
  padding-right: 70px;
}

.whatwedo .services-images svg {
  margin-right: .75em;
}

.whatwedo .grid_item svg {
  width: 4em;
  height: 4em;
  -o-object-fit: contain;
  object-fit: contain;
}

.whatwedo .grid_item .title {
  font-size: 1.25em;
  font-weight: 500;
  color: #3c4b53;
}

.whatwedo .grid_item .message {
  font-family: 'Aeonik', 'Helvetica Neue', 'Helvetica', 'Arial';
  font-size: .938em;
  color: #7c8a90;
  line-height: 2;
}

.whatwedo .grid_item .link {
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.whatwedo .grid_item .link p {
  font-size: 0.8em;
  color: #40b1e4;
  margin-bottom: 0;
  font-weight: 500;
}

.whatwedo .grid_item .link .icon {
  margin-right: 10px;
  background: #40b1e4;
  width: 0.9em;
  height: 0.9em;
  border-radius: 0.45em;
  text-align: center;
}

.whatwedo .grid_item .link .icon p {
  font-size: 0.6em;
  color: white;
  margin-bottom: 0;
}

.whatwedo .our-services {
  position: relative;
}

.whatwedo .our-services .height-ref {
  height: 350px;
  visibility: hidden;
  z-index: -2;
}

.whatwedo .our-services .service-tag, .whatwedo .our-services .service-tag-mobile {
  background: white;
  padding: 10px 25px;
  font-weight: 500;
  font-size: 1em;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 40px #bebebe;
  box-shadow: 1px 1px 40px #bebebe;
}

.whatwedo .our-services .service-tag::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: -7px;
  top: auto;
  width: 12px;
  height: 12px;
  border-radius: 100% 100% 100% 100%;
  background-color: #40b1e4;
}

.whatwedo .our-services .service-1 {
  position: absolute;
  top: 16%;
  left: 55%;
}

.whatwedo .our-services .service-2 {
  position: absolute;
  top: 28%;
  left: 75%;
}

.whatwedo .our-services .service-3 {
  position: absolute;
  top: 38%;
  left: 50%;
}

.whatwedo .our-services .service-4 {
  position: absolute;
  top: 46%;
  left: 37%;
}

.whatwedo .our-services .service-5 {
  position: absolute;
  top: 48%;
  left: 75%;
}

.whatwedo .our-services .service-6 {
  position: absolute;
  top: 60%;
  left: 45%;
}

.whatwedo .our-services .service-7 {
  position: absolute;
  top: 70%;
  left: 50%;
}

.tiles:last-child {
  padding-bottom: 0px;
}

.tiles:last-child a {
  text-decoration: none;
}

.tile {
  height: 0;
  padding-bottom: 33.33%;
  margin-bottom: 20px;
}

.tile-content:hover::after {
  background-color: rgba(0, 0, 0, 0.15);
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.tile-2x1 {
  width: 67.66%;
}

.tile-2x1:first-child {
  padding-right: 30px;
}

.tile-2x1:last-child {
  padding-left: 30px;
}

.tile-1x1 {
  width: 32.33%;
}

.tile-content {
  height: 370px;
  position: relative;
}

.tile-2x1 .tile-content {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tile-2x1 .tile-content .tile-left {
  position: relative;
  width: 50%;
}

.tile-2x1 .tile-content .tile-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tile-2x1 .tile-content .tile-right {
  width: 50%;
}

.tile-2x1 .tile-content .tile-left:after {
  content: "";
  position: absolute;
  right: -25px;
  top: 23px;
  width: 50px;
  height: 50px;
  border-radius: 100% 100% 100% 100%;
  background-color: white;
}

.tile-news-bg {
  display: none;
}

.tile-text-content, .tile-text-content-with-bg {
  background-color: white;
  height: 100%;
  padding: 7%;
}

.tile-text-content .text-top, .tile-text-content-with-bg .text-top {
  font-weight: bold;
  font-size: 0.8em;
  color: #40b1e4;
  text-transform: uppercase;
}

.tile-text-content .title, .tile-text-content-with-bg .title {
  font-weight: 100;
  color: #002634;
  font-size: 1.5em;
}

.tile-text-content .message, .tile-text-content-with-bg .message {
  font-weight: 300;
  color: #7c8a90;
  font-size: .9em;
}

.tile-text-content .date, .tile-text-content-with-bg .date {
  font-weight: 300;
  color: #7c8a90;
  font-size: .7em;
  position: absolute;
  bottom: 7%;
  margin: 0;
}

.tile-news-image-mask {
  display: none;
}

@media (min-width: 768px) {
  .tile-text-content-with-bg {
    position: relative;
    background: transparent;
  }
  .tile-text-content-with-bg p {
    color: white !important;
  }
  .tile-news-image-mask {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.4;
  }
  .tile-news-bg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .tile-text-content-with-bg .message {
    display: none;
  }
}

@media (max-width: 1200px) {
  .tile-content {
    height: 310px;
  }
  .tile-text-content .text-top, .tile-text-content-with-bg .text-top {
    font-size: 0.7em;
  }
  .tile-text-content .title, .tile-text-content-with-bg .title {
    font-size: 1.2em;
  }
  .tile-text-content .message, .tile-text-content-with-bg .message {
    font-size: .8em;
  }
}

@media (max-width: 992px) {
  .tile-content {
    height: 234px;
  }
  .tile-2x1:first-child {
    padding-right: 20px;
  }
  .tile-2x1:last-child {
    padding-left: 20px;
  }
  .tile-text-content, .tile-text-content-with-bg {
    padding: 5%;
  }
  .tile p {
    margin-bottom: 5px;
  }
  .tile-text-content .title, .tile-text-content-with-bg .title {
    font-size: 0.8em;
  }
  .tile-text-content .message, .tile-text-content-with-bg .message {
    font-size: .7em;
  }
  .tile-2x1 .tile-content .tile-left:after {
    content: "";
    position: absolute;
    right: -13px;
    top: 15px;
    width: 26px;
    height: 26px;
    border-radius: 100% 100% 100% 100%;
    background-color: white;
  }
}

@media (max-width: 768px) {
  .tile-content {
    height: 270px;
  }
  .tile {
    padding-bottom: 50%;
    overflow: hidden;
  }
  .tile-2x1 {
    width: 100%;
  }
  .tile-1x1 {
    width: 100%;
  }
  .tile-2x1:first-child, .tile-2x1:last-child {
    padding-right: 0px;
    padding-left: 0px;
  }
  .tile-text-content .title, .tile-text-content-with-bg .title {
    font-size: 0.9em;
  }
  .tile-text-content .message, .tile-text-content-with-bg .message {
    font-size: .8em;
  }
}

@media (max-width: 576px) {
  .tile-container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .tiles {
    padding: 0;
  }
  .tile {
    height: 100%;
    padding-bottom: 0;
    margin-bottom: 2px;
  }
  .tile .tile-text-content, .tile .tile-text-content-with-bg {
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .tile p {
    margin-bottom: 0.8em;
  }
  .tile-2x1 {
    padding-bottom: auto;
  }
  .tile-2x1 .tile-content {
    height: 100%;
  }
  .tile-2x1 .tile-content .tile-left, .tile-2x1 .tile-content .tile-right {
    width: 100%;
  }
  .tile-2x1 .tile-content .tile-left {
    display: none;
  }
  .tile-1x1 {
    padding-bottom: auto;
  }
  .tile-1x1 .tile-content {
    height: 100%;
  }
  .tile-1x1 .tile-text-content-with-bg {
    background: white;
  }
  .tile-1x1 .tile-text-content-with-bg .text-top {
    color: #40b1e4;
  }
  .tile-1x1 .tile-text-content-with-bg .title {
    color: #002634;
  }
  .tile-1x1 .tile-text-content-with-bg .message, .tile-1x1 .tile-text-content-with-bg .date {
    color: #7c8a90;
  }
  .tile-text-content .text-top, .tile-text-content-with-bg .text-top {
    font-size: 0.8em;
    font-weight: 300;
    color: #40b1e4;
  }
  .tile-text-content .title, .tile-text-content-with-bg .title {
    font-size: 1.2em;
    font-weight: 300;
    color: #002634;
  }
  .tile-text-content .message, .tile-text-content-with-bg .message {
    font-size: 0.9em;
    font-weight: 100;
    color: #7c8a90;
  }
  .tile-text-content .date, .tile-text-content-with-bg .date {
    color: #7c8a90;
  }
  .tile-2x1 .tile-content .tile-left:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -25px;
    top: auto;
    left: 23px;
    width: 50px;
    height: 50px;
    border-radius: 100% 100% 100% 100%;
    background-color: white;
  }
}

body {
  background-color: #f9f8f5;
}

.navbar-news {
  padding-left: 0;
}

.navbar-news .nav-item .nav-link {
  padding-left: 0;
  padding-right: 0;
  margin-right: 1.1em;
  color: #000 !important;
  font-size: 1.125em !important;
}

.news_content_section .title-sub-section {
  color: #40b1e4;
  font-weight: 700;
  line-height: 22px;
  font-size: 1.1rem;
}

@media (max-width: 576px) {
  .news_content_section .title-sub-section {
    margin-left: 30px;
    margin-top: 10px;
  }
}

.news_content_section .tile {
  padding-bottom: 50%;
  width: 50%;
}

@media (max-width: 576px) {
  .news_content_section .tile {
    padding-bottom: 0%;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .news_content_section .col-md-8, .news_content_section .col-md-6, .news_content_section .col-md-4 {
    padding-left: 0;
    padding-right: 0;
  }
}

.item-news .video {
  -o-object-fit: fill;
  object-fit: fill;
  margin-bottom: 1rem;
  width: 100%;
}

.item-news p {
  margin: 0.5rem 0;
  padding-left: 4px;
}

.item-news .text-top {
  font-weight: bold;
  font-size: 0.8rem;
  color: #40b1e4;
  text-transform: uppercase;
}

.item-news .title {
  font-weight: 700;
  color: #002634;
  font-size: 1.1rem;
}

.item-news .date {
  font-weight: 300;
  color: #7c8a90;
  font-size: .7rem;
  margin-bottom: 1rem;
}

@media (max-width: 576px) {
  .item-news .content {
    padding: 5%;
    padding-left: 30px;
    padding-rigt: 30px;
  }
}

.news-list > .item-news:not(:last-child) {
  border-bottom: 2px solid lightgray;
}

@media (max-width: 576px) {
  .news-list > .item-news {
    border-bottom: 2px solid lightgray;
  }
}

.news-video-modal .modal-body {
  padding: 0;
}

.news-video-modal iframe {
  height: 100%;
  width: 100%;
}

.news-video-modal .col-lg-8 {
  height: 500px;
}

.news-video-modal .close-btn {
  position: absolute;
  right: 0;
  top: 0;
}

.news-video-modal .tile-content:hover::after {
  background-color: transparent;
}

@media (min-width: 1140px) {
  .news-video-modal .modal-lg, .news-video-modal .modal-xl {
    max-width: 1000px;
  }
}

.about .team-item p {
  margin-left: 0;
  margin-right: 0;
}

.main-timeline:before {
  content: "";
  position: absolute;
  top: 14%;
  left: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  height: 67.5%;
  opacity: 0.44;
  border-right: solid 1px #40b1e4;
}

@media only screen and (max-width: 767px) {
  .main-timeline:before {
    height: 76%;
    top: 10%;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.main-timeline {
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .main-timeline {
    overflow: visible;
  }
}

.main-timeline .timeline-content:before, .main-timeline .timeline:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}

.main-timeline .timeline {
  padding-right: 50px;
  padding-left: 130px;
  float: left;
  position: relative;
}

.main-timeline .timeline:nth-child(2n) {
  padding-right: 130px;
  padding-left: 50px;
}

.main-timeline .timeline:before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #40b1e4;
  position: absolute;
  right: -8px;
}

.main-timeline .timeline-content {
  display: block;
  position: relative;
}

.main-timeline .timeline-content:before {
  width: 17px;
  border-top: 1px solid #40b1e4;
  position: absolute;
  right: -44px;
  opacity: 0.44;
}

.main-timeline .timeline:nth-child(2n) .timeline-content:before, .main-timeline .timeline:nth-child(2n):before {
  right: auto;
  left: -6px;
}

.main-timeline .timeline:nth-child(2n) .timeline-content:before {
  left: -42px;
}

.main-timeline .timeline:nth-child(2) {
  margin-top: 110px;
}

.main-timeline .timeline:nth-child(odd) {
  margin: -110px 0 0;
}

.main-timeline .timeline:nth-child(even) {
  margin-bottom: 80px;
}

.main-timeline .timeline:first-child, .main-timeline .timeline:last-child:nth-child(even) {
  margin: 0;
}

@media only screen and (max-width: 990px) {
  .main-timeline .timeline {
    padding-left: 30px;
  }
  .main-timeline .timeline:nth-child(2n) {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .main-timeline .timeline:before, .main-timeline .timeline:nth-child(2n):before {
    top: 50%;
    left: -7px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .main-timeline .timeline, .main-timeline .timeline:nth-child(even), .main-timeline .timeline:nth-child(odd) {
    float: none;
    padding: 0 25px 0 50px;
    margin: 0 0 10px 0;
  }
  .main-timeline .timeline-content, .main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 0;
  }
  .main-timeline .timeline-content:before {
    left: -44px;
    top: 53%;
  }
  .main-timeline .timeline:nth-child(2n) .timeline-content:before {
    left: -44px;
    top: 52.5%;
  }
}

.main-timeline .card {
  border-radius: 0;
  border: 0;
}

.main-timeline .year {
  color: #419bf9;
  font-weight: 100;
  font-size: 1.13em;
  line-height: 1.5em;
}

.main-timeline .title {
  color: #002634;
  font-weight: 700;
  font-size: 1.13em;
  line-height: 1.5em;
}

.main-timeline .body {
  color: #7c8a90;
  font-weight: 100;
  font-size: .95em;
  line-height: 1.6em;
}

.faq .faq-item {
  padding-top: 3px;
}

.faq .faq-item:hover {
  color: #40b1e4;
}

.faq .faq-item .chevron {
  position: relative;
  display: block;
  left: -30px;
  top: 10px;
}

.faq .faq-item .chevron:before, .faq .faq-item .chevron:after {
  position: absolute;
  display: block;
  content: "";
  border: 10px solid transparent;
}

.faq .faq-item .chevron:before {
  top: 0;
  border-top-color: #979797;
}

.faq .faq-item .chevron:after {
  top: -1px;
  border-top-color: #fff;
}

.faq .faq-item .chevron:hover::before {
  border-top-color: #40b1e4;
  cursor: pointer;
}

.faq .faq-item .title {
  max-width: 80%;
  cursor: pointer;
}

.faq .faq-item .body {
  line-height: 1.5;
  color: #7c8a90;
}

.disclaimer .subtitle {
  font-size: 1.3125em;
  font-weight: 300;
  line-height: 1;
  color: #3c4b53;
}

.disclaimer .body {
  font-size: 0.875em;
  font-weight: 100;
  line-height: 2;
  font-family: 'Aeonik', 'Helvetica Neue', 'Helvetica', 'Arial';
  color: #7c8a90;
}

.disclaimer .files-subtitle {
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1;
  color: #000;
}

.disclaimer .files-group {
  list-style-image: url("../img/icon/square-dot.png");
}

.disclaimer .files li {
  background: url('https://aethersol.com/insigneo/wp-content/uploads/2022/04/file.png') no-repeat left top;
  list-style: none;
  padding-left: 1.8em;
  background-size: 1.5em;
}

.disclaimer .files a {
  font-size: 0.875em;
  font-weight: 100;
  line-height: 2;
  font-family: 'Aeonik', 'Helvetica Neue', 'Helvetica', 'Arial';
  color: #7c8a90;
  cursor: pointer;
}

.disclaimer .files a:hover {
  color: #40b1e4;
}

.views-charts{
	display:grid; 
	grid-template-columns: 1fr 1fr 1fr; 
	width:100%;
	
}
.views-charts canvas{
	max-width: 400px !important;
	max-height: 300px !important;
}
.disclaimer .tab {
  padding-left: 2em;
}

.bios .title-100 {
  font-size: 2.75em;
  line-height: 1;
}

.bios .subtitle {
  color: #556e78;
  font-size: .8125em;
  font-weight: 500;
  padding: .5em 0 2.5em;
  border: solid 0px #fed766;
  border-bottom-width: 2px;
  text-transform: uppercase;
}

.bios .yellow-line {
  margin-top: 2.375em;
  margin-bottom: 2.5em;
}

.bios .body {
  font-size: 1em;
  font-weight: 100;
  line-height: 2.2;
  font-family: 'Aeonik', 'Helvetica Neue', 'Helvetica', 'Arial';
  color: #556e78;
}

.bios .employee-img {
  border-bottom: #2b5ba5 solid 1em;
}

.bios .animated-background.bio-image {
  height: 470px;
}

.contact .clients-contact {
  background: url("https://aethersol.com/insigneo/wp-content/uploads/2022/04/client-contact.jpg") no-repeat center;
  background-size: cover;
}

.contact .banner-title {
  font-size: 2em;
}

.contact .banner-message {
  font-size: 1em;
  line-height: 2.2em;
  font-family: 'Aeonik', 'Helvetica Neue', 'Helvetica', 'Arial';
}

.contact .hire-contact .banner-title {
  color: #002634;
}

.contact .hire-contact .banner-message {
  color: #7c8a90;
}

.contact textarea {
  min-height: 300px;
}

.pagenotfound {
  padding-top: 200px;
  padding-bottom: 100px;
  background: white;
}

.pagenotfound p {
  font-size: 18px;
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.22;
  letter-spacing: normal;
  text-align: center;
  color: #002634;
  padding-left: 20px;
  padding-right: 20px;
}

.pagenotfound p a {
  color: #40b1e4;
}

.pagenotfound .title {
  font-weight: 500;
  padding-top: 40px;
}

/* Contact CTA */
.contact-cta {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
}

.contact-cta > input {
  width: 55%;
  
  border: none;
  background-color: transparent;
}

.contact-cta > input:focus {
  color: #666 !important;
}

.contact-cta > button {
  color: white;
}

@media (min-width: 768px) {
  .contact-cta > input {
    width: 40%;
  }
}

@media (min-width: 992px) {
  .contact-cta > input {
    width: 60%;
  }
}

/* Insigneo Video */
.video__thumbnail {
  cursor: pointer;
}

iframe.video {
  width: 100%;
  min-height: 50vh;
}

/* Jurisdictions grid */
.jurisdictions-item {
  width: 100%;

  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-top: 16px;
  border: solid #f7f7f7;
  border-width: 1px 0 0 0;
}

.jurisdictions-item > div.col-3 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.jurisdictions-item img {
  max-width: 15px;
  max-height: 30px;
}

.jurisdictions-item a {
  color: #212529;
}

.jurisdictions-item h4 {
  font-size: 20px;
}

.jurisdictions-item p {
  font-size: 12px;
}

@media (min-width: 768px) {
  .jurisdictions-item {
    width: calc(50% - 8px);
  }
}

/* Special navbar */
.navbar-color-blue {
  background-color: #40b1e4 !important;
  border-bottom: 1px solid #40b1e4 !important;
}

.navbar-color-blue .navbar-brand svg path, .navbar-color-blue .navbar-brand svg polygon {
  fill: white;
}

.navbar-color-blue .navbar-nav > li.nav-item > a.nav-link {
  color: white !important;
}

.navbar-color-blue .navbar-nav > li.nav-item > a.nav-link.active {
  border-color: white;
}

.navbar-color-blue .login-box > li.form-inline > label {
  background-color: white !important;
  color: #40b1e4 !important;
  border-color: white !important;
}

.navbar-color-blue .login-box > li.form-inline > label:hover {
  background-color: #40b1e4!important;
  border-color: #40b1e4 !important;
  color: #fff !important;
}

/* Contact form */
.contact-form input, .contact-form select {
  border-width: 0 0 1px 0 !important;
}

.contact-form textarea {
  margin-top: 24px !important;
}

.contact-form select::placeholder, .contact-form input::placeholder {
  color: #ccc !important;
}

.contact-form select option {
  color: #333 !important;
}

.contact-form select option.placeholder {
  color: #ccc !important;
  background-color: #f8f8f8 !important;
}

.contact-form select::after {
  content: "\2304";
}

.contact-form button[type="submit"] {
  float: right !important;
  padding: 12px 16px !important;
  border-radius: 4px !important;
  min-width: 125px !important;

  color: white !important;
  background-color: #40b1e4 !important;
  border-color: #40b1e4 !important;

  transition: opacity .3s;
}

.contact-form button[type="submit"]:hover {
  opacity: .7;
}

/* Grid team tags */
.grid-team__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;

  max-width: calc(100% - 28px);

  margin: 0 15px 24px;
  padding: 0;
  border-bottom: 1px solid #3c4b53;
}

.grid-team__tags-item {
  padding: 12px 24px 8px;
  border-bottom: 3px solid transparent;
  
  cursor: pointer;
}

.grid-team__tags-item.active {
  border-color: #40b1e4;
  font-weight: 600;
}

.grid-team__tags-item p {
  margin-bottom: 0;
}

/* Cookies notification */
.cookies-notification {
	position: fixed;
	z-index: 10000;
	bottom: 0;
	left: 0;

	display: flex;
	align-items: center;

	overflow: hidden;
	min-height: 56px;
	height: fit-content;
	width: 100vw;
	background-color: black;
	
	transition: .3s;
}

.cookies-notification.hide {
	min-height: 0;
	height: 0;
	max-height: 0;
}

.cookies-notification > .cookies-info {
	display: flex;
	width: calc(100% - 150px);
	padding: 16px 0;
	align-items: center;
	justify-content: center;
}

.cookies-notification > .cookies-info > p {
	color: white;
	margin: 0 12px 0 0;
	text-align: center;
}

.cookies-notification > .cookies-info > p > a {
	color: #7c8a90;
	font-weight: 600;
	text-decoration: underline;
}

.cookies-notification > button {
	width: 150px;
	color: white;
    border: none;
    background-color: #2e5eaa;
    border-radius: 0;

	height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}



/* Tenet Advisors*/
@media screen and (min-width: 992px) {
    .tenet-advisors__carousel__3-rows {
        height: fit-content;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .tenet-advisors__carousel__3-rows {
        height: fit-content;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .tenet-advisors__carousel__2-rows {
        height: fit-content!important;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .tenet-advisors__carousel__2-rows {
        height: fit-content;
    }
}

@media screen and (min-width: 1200px) {
    .tenet-advisors__carousel__2-rows {
        height: fit-content;
    }
}

.tenet-advisors__carousel__2-rows {
    display: flex;
}

.tenet-advisors__carousel__3-rows {
    display: flex;
}

.tenet-advisors__carousel {
    display: block;
}

.tenet-advisors__carousel__list--advisor {
    padding-top:20px;
}
.legalentities_justified{
	text-align: justify;
}

/* WP Forms recaptcha */
.g-recaptcha {
	transform:scale(0.6);
	-webkit-transform:scale(0.6);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
	
}
@media screen and (min-width: 375px){
     .g-recaptcha {
		 transform:scale(0.77);
		 -webkit-transform:scale(0.77);
	}
}

@media screen and (min-width: 575px){
     .g-recaptcha {
		 transform:scale(1);
		 -webkit-transform:scale(1);
	}
}

.sgb_pdf_wrapper {
	display: none !important;
}
} /* DON'T DELETE THIS CURLY BRACKET, FOR SOME REASON UPDATING THE FILE WON'T WORK WITHOUT THIS */
