.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
  box-shadow: 0 0 6px 0 #000;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 23px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: none;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

.nav-link {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 12px 15px;
  border-bottom: 3px solid transparent;
  -webkit-transition: border 350ms ease, color 350ms ease;
  transition: border 350ms ease, color 350ms ease;
  direction: ltr;
  font-family: Lato, sans-serif;
  color: #3d3d3d;
  font-size: 11px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
  text-decoration: none;
  text-indent: 0px;
  text-transform: uppercase;
}

.nav-link:hover {
  border-style: none none solid;
  border-width: 3px;
  border-color: #616161 #616161 #a2a2a2;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #fcc900;
}

.nav-link.w--open {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.nav-link.link-on-mob {
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: 'Frutiger Pro Roman', Arial, sans-serif;
  color: #00567a;
  font-size: 10.5px;
  text-align: center;
}

.nav-link.link-on-mob:hover {
  border-color: rgba(0, 0, 0, 0.1);
  color: #62b5e5;
}

.nav-link.link-on-mob.w--current {
  color: #7c878e;
}

.nav-link.link-on-mob.w--current:hover {
  color: #62b5e5;
}

.nav-link.link-on-mob.nav-link-hover {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-transition: border 350ms ease, color 350ms ease, all 350ms ease;
  transition: border 350ms ease, color 350ms ease, all 350ms ease;
  font-size: 10.5px;
}

.nav-link.link-on-mob.nav-link-hover.dark-nav-link:hover {
  background-color: #000;
}

.nav-link.link-on-mob.nav-link-hover.dark-nav-link.w--open {
  background-color: #000;
}

.nav-link.link-on-mob.dark-nav-link {
  color: #cacaca;
}

.nav-link.link-on-mob.dark-nav-link:hover {
  color: #fcc900;
}

.nav-back {
  position: absolute;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: hsla(0, 0%, 100%, 0.9);
  text-align: center;
}

.nav-back.dark-nav-back {
  background-color: rgba(0, 0, 0, 0.8);
}

.dropdown {
  position: relative;
  display: inline-block;
  margin-top: 0px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.drop-link {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #00567a;
  font-size: 10.5px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.drop-link:hover {
  color: #62b5e5;
}

.drop-link.w--current {
  background-color: transparent;
  color: #7c878e;
}

.drop-link.w--current:hover {
  color: #62b5e5;
}

.drop-link.w--current:visited {
  color: #00567a;
}

.nav-logo {
  display: inline-block;
  margin-top: 0px;
  padding-top: 0px;
  text-align: center;
}

.home-slide-1 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  min-height: 100%;
  min-width: 100%;
  clear: both;
  background-image: url('../images/HeaderImage-FINAL.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-attachment: scroll;
}

.home-slide-1.home-background-2 {
  height: 70vh;
  background-image: url('../images/3-copy.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-slide-1.agency-home {
  background-image: url('../images/img-1-large.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.slide-wrap {
  position: absolute;
  top: 65%;
  width: 100%;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.slider-text-top {
  font-family: 'Frutiger Pro Black Italic', Arial, sans-serif;
  color: rgba(98, 181, 229, 0.43);
  font-size: 140px;
  line-height: 100px;
  font-weight: 900;
  letter-spacing: -10px;
}

.slider-text-top.slider-align-center {
  color: rgba(0, 0, 0, 0.35);
  text-align: center;
}

.slider-text-top.slider-align-center.white-text-slide {
  color: hsla(0, 0%, 100%, 0.41);
}

.slider-text-mid {
  margin-top: 0px;
  margin-left: 7px;
  border-bottom: 0px solid #000;
  font-family: 'Frutiger Pro Light', Arial, sans-serif;
  color: #00567a;
  font-size: 50px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0px;
}

.slider-text-mid.slider-align-center {
  margin-left: 0px;
  text-align: center;
}

.slider-text-mid.slider-align-center.white-text-slide-2 {
  color: #fff;
}

.slider-line {
  width: 80px;
  height: 3px;
  margin-top: 35px;
  margin-bottom: 30px;
  margin-left: 7px;
  float: none;
  background-color: #fff;
}

.slider-line.slider-line-center {
  position: relative;
  left: 50%;
  margin-left: -40px;
}

.slider-text-bottom {
  margin-left: 7px;
  padding-bottom: 30px;
  font-family: 'Frutiger Pro Roman', Arial, sans-serif;
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.slider-text-bottom.slider-align-center {
  position: relative;
  left: 50%;
  display: inline-block;
  width: 300px;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: -150px;
  padding: 5px 20px;
  border-radius: 5px;
  background-color: #000;
  color: #fff;
  font-size: 11px;
  text-align: center;
  letter-spacing: 6px;
}

.padding-top-bottom-big {
  position: relative;
  display: none;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  text-decoration: none;
}

.padding-top-bottom-big.white-background {
  display: none;
  border-bottom: 1px none #7c7c7c;
  background-color: #fff;
}

.padding-top-bottom-big.white-background.overflow-hidden {
  display: none;
  overflow: hidden;
}

.padding-top-bottom-big.sep-background {
  display: none;
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: url('../images/post-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.head-h3 {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 35px;
  font-family: 'Frutiger Pro Roman', Arial, sans-serif;
  color: #00567a;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
}

.head-h3.white {
  color: #fff;
}

.head-subtitle {
  position: relative;
  margin-top: -59px;
  padding-top: 0px;
  padding-bottom: 90px;
  font-family: 'Frutiger Pro Black Italic', Arial, sans-serif;
  color: rgba(98, 181, 229, 0.2);
  font-size: 100px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -5px;
  text-transform: lowercase;
}

.head-subtitle.white-no-padding {
  padding-bottom: 42px;
  color: hsla(0, 0%, 100%, 0.38);
}

.nav-background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-size: 11px;
  text-align: center;
}

.nav-drop-ef {
  display: none;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: hsla(0, 0%, 100%, 0.8);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.home-move-button {
  position: relative;
  display: block;
  width: 16px;
  height: 53px;
  margin-left: 7px;
  padding: 0px;
  background-color: transparent;
  background-image: url('../images/logo_1logo.png');
  background-position: 50% 0px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition: background-position 300ms ease;
  transition: background-position 300ms ease;
}

.home-move-button:hover {
  margin-top: 0px;
  background-position: 50% 100%;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

.home-move-button.slider-arrow-center {
  left: 50%;
  margin-left: -7px;
}

.home-move-button.slider-arrow-center.light-arrow {
  background-image: url('../images/arrow-white_1arrow-white.png');
  background-size: 12px;
}

.nav-logo-fixed {
  display: none;
  width: 148px;
  margin-top: 14px;
}

.nav-back-fixed {
  position: fixed;
  width: 100%;
  background-color: hsla(0, 0%, 100%, 0.93);
}

.nav-back-fixed.nav-back-fixed-none {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1001;
  display: block;
  overflow: visible;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  text-align: center;
}

.nav-back-fixed.nav-back-fixed-none.dark-nav-back {
  background-color: rgba(0, 0, 0, 0.85);
}

.quote {
  margin-bottom: 40px;
  padding-bottom: 90px;
  border-width: 3px;
  border-color: #fcc900 #fcc900 #fcc900 #a1d884;
  background-image: url('../images/Lynch-Signature.jpg');
  background-position: 21px 89%;
  background-size: 180px;
  background-repeat: no-repeat;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1px;
  white-space: normal;
}

.quote.contact-quote {
  margin-bottom: 50px;
  margin-left: 23px;
  background-image: url('../images/t2.jpg');
  background-position: 20px 94%;
  background-size: 50px;
  font-size: 16px;
  line-height: 29px;
}

.top-section-for-nav-show {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -2;
  width: 100%;
  height: 35%;
}

.top-section-for-arrow-top-show {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  width: 100%;
  height: 30%;
}

.scroll-to-top-arrow-button {
  position: fixed;
  right: 45px;
  bottom: 45px;
  z-index: 1132;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 3px;
  background-color: rgba(124, 135, 142, 0.7);
  background-image: url('../images/up-arrow_1up-arrow.png');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #00567a;
}

.scroll-to-top-arrow-button:hover {
  background-color: rgba(161, 216, 132, 0.7);
}

.scroll-to-top-arrow-button.w--current {
  position: fixed;
  right: 45px;
  bottom: 45px;
  z-index: 2000;
  display: block;
  width: 45px;
  height: 45px;
  padding: 0px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: rgba(124, 135, 142, 0.7);
  background-image: url('../images/up-arrow_1up-arrow.png');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.scroll-to-top-arrow-button.w--current:hover {
  background-color: rgba(161, 216, 132, 0.7);
}

.padding-top-big {
  position: relative;
  padding-top: 120px;
}

.padding-top-big.white-background {
  background-color: #fff;
}

.padding-top-big.white-background.overflow-hidden {
  overflow: hidden;
  padding-top: 135px;
  padding-bottom: 132px;
}

.padding-top-bottom-small {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-top-bottom-small.dark-background {
  background-color: #363636;
}

.padding-top-bottom-small.dark-background.overflow-hidden {
  display: none;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #00567a;
  color: #00567a;
}

.padding-top-bottom-small.white-background {
  display: none;
  border: 1px none #000;
}

.facts-number {
  font-family: 'Frutiger Pro Light Cnd', Arial, sans-serif;
  color: #f0f0f0;
  font-size: 43px;
  line-height: 47px;
  font-weight: 100;
  text-align: center;
}

.facts-number.dark-number {
  color: #000;
}

.facts-name {
  font-family: 'Frutiger Pro Bold', Arial, sans-serif;
  color: #a1d884;
  font-size: 12px;
  line-height: 43px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.team-img {
  display: block;
  margin-bottom: 25px;
  padding-bottom: 1px;
}

.team-names {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.team-expert {
  margin-top: -17px;
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, 0.15);
  font-size: 43px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  letter-spacing: -2px;
}

.team-mem-wrap {
  overflow: hidden;
  padding-bottom: 15px;
}

.team-twit {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  margin-top: -60px;
  margin-right: auto;
  margin-left: -18px;
  border-radius: 50%;
  background-color: #000;
  background-image: url('../images/twitter_1twitter.png');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: rgba(51, 51, 51, 0);
}

.team-twit:hover {
  background-color: #fcc900;
}

.hover-for-team-social {
  position: absolute;
  left: 10px;
  top: 0px;
  right: 10px;
  bottom: 70px;
  z-index: 1;
  overflow: hidden;
  width: auto;
  height: auto;
  margin-bottom: 0px;
}

.team-in {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  margin-top: -60px;
  margin-right: 0px;
  margin-left: 31px;
  border-radius: 50%;
  background-color: #000;
  background-image: url('../images/linkedin_1linkedin.png');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: rgba(51, 51, 51, 0);
}

.team-in:hover {
  background-color: #fcc900;
}

.team-face {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  margin-top: -60px;
  margin-left: -66px;
  border-radius: 50%;
  background-color: #000;
  background-image: url('../images/facebook_1facebook.png');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: rgba(51, 51, 51, 0);
}

.team-face:hover {
  background-color: #fcc900;
}

.team-face-1 {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  margin-top: -60px;
  margin-left: -66px;
  border-radius: 50%;
  background-color: #000;
  background-image: url('../images/facebook_1facebook.png');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  color: rgba(51, 51, 51, 0);
}

.team-face-1:hover {
  background-color: #fcc900;
}

.team-face-2 {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  margin-top: -60px;
  margin-left: -66px;
  border-radius: 50%;
  background-color: #000;
  background-image: url('../images/facebook_1facebook.png');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: rgba(51, 51, 51, 0);
}

.team-face-2:hover {
  background-color: #fcc900;
}

.team-twit-1 {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  margin-top: -60px;
  margin-left: -18px;
  border-radius: 50%;
  background-color: #000;
  background-image: url('../images/twitter_1twitter.png');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: rgba(51, 51, 51, 0);
}

.team-twit-1:hover {
  background-color: #fcc900;
}

.team-twit-2 {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  margin-top: -60px;
  margin-left: -18px;
  border-radius: 50%;
  background-color: #000;
  background-image: url('../images/twitter_1twitter.png');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: rgba(51, 51, 51, 0);
}

.team-twit-2:hover {
  background-color: #fcc900;
}

.team-in-1 {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  margin-top: -60px;
  margin-left: 31px;
  border-radius: 50%;
  background-color: #000;
  background-image: url('../images/linkedin_1linkedin.png');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: rgba(51, 51, 51, 0);
}

.team-in-1:hover {
  background-color: #fcc900;
}

.team-in-2 {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  margin-top: -60px;
  margin-left: 31px;
  border-radius: 50%;
  background-color: #000;
  background-image: url('../images/linkedin_1linkedin.png');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: rgba(51, 51, 51, 0);
}

.team-in-2:hover {
  background-color: #fcc900;
}

.tab-link-style-1 {
  width: 33.33333333%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tab-link-style-1:hover {
  background-color: #fcc900;
  color: #fff;
}

.tab-link-style-1.w--current {
  display: inline-block;
  width: 33.33333333%;
  background-color: #fcc900;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tab-link-style-1.w--current:hover {
  background-color: #fcc900;
  color: #fff;
}

.tab-link-style-1.gray-back-tab {
  background-color: #f7f7f7;
}

.tab-link-style-1.gray-back-tab:hover {
  background-color: #fcc900;
}

.tab-link-style-1.gray-back-tab.w--current {
  background-color: #fcc900;
}

.tab-body-style-1 {
  padding: 40px;
  background-color: #fff;
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.06);
}

.head-h6 {
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
}

.head-h6.services-head-h6 {
  font-family: 'Frutiger Pro Bold', Arial, sans-serif;
  color: #62b5e5;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.head-h6.services-head-h6.logo-line {
  margin-bottom: 60px;
  border-bottom: 2px solid #62b5e5;
}

.tab-body-number {
  position: absolute;
  top: 2px;
  right: 5px;
  z-index: 3;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, 0.06);
  font-size: 170px;
  line-height: 170px;
  font-style: italic;
  font-weight: 700;
  text-align: right;
}

.tab-image {
  display: block;
  padding-bottom: 20px;
}

.services-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 15px;
  color: #62b5e5;
}

.text-align-center {
  font-family: 'Frutiger Pro Light', Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.text-align-center._2-col-body {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 60px;
  column-gap: 60px;
  -webkit-column-rule-width: 0px;
  column-rule-width: 0px;
}

.text-align-center.padding-bottom-small {
  line-height: 20px;
}

.blog-thumb-wrapper-1 {
  position: relative;
  overflow: hidden;
  max-height: 258px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(83, 83, 83, 0.11);
  border-radius: 15px;
}

.blog-thumb-wrapper-1:hover {
  max-height: 258px;
}

.blog-thumb-image-1 {
  position: relative;
  display: block;
  overflow: visible;
  opacity: 1;
  -webkit-transform: translate(0px, -15%);
  -ms-transform: translate(0px, -15%);
  transform: translate(0px, -15%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.blog-thumb-image-1:hover {
  opacity: 0.8;
}

.blog-thumb-name-1 {
  position: absolute;
  left: 50%;
  z-index: 4;
  display: block;
  width: auto;
  margin: 25px 0px 0px;
  padding: 8px 30px;
  border-style: none;
  border-bottom-width: 0px;
  border-bottom-color: #000;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.7);
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  font-family: Montserrat, sans-serif;
  color: #1b1b1b;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-thumb-date-1 {
  position: absolute;
  left: 50%;
  top: 79px;
  z-index: 4;
  overflow: visible;
  padding: 5px 15px;
  border-radius: 3px;
  background-color: #a1d884;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-thumb-author-img-1 {
  position: absolute;
  left: 50%;
  top: 120px;
  z-index: 10;
  display: block;
  width: 70px;
  border-radius: 10px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.blog-thumb-author-name-1 {
  position: absolute;
  left: 50%;
  top: 210px;
  z-index: 6;
  padding: 3px 15px;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.8);
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-thumb-categories-1 {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, 0.27);
  font-size: 42px;
  line-height: 40px;
  font-style: normal;
  font-weight: 700;
  text-align: right;
  letter-spacing: -2px;
  text-transform: lowercase;
}

.page-top-margin-sec {
  position: relative;
  width: 100%;
  height: 120px;
}

.page-top-margin-sec.white-background {
  height: 80px;
  background-color: #fff;
}

.pricing-box {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 20px;
}

.pricing-box.gray-background {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 4px;
  background-color: #f8f8f8;
}

.pricing-box.gray-background.pricing-scale {
  -webkit-transform: scale(0.94);
  -ms-transform: scale(0.94);
  transform: scale(0.94);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.pricing-box.gray-background.pricing-scale:hover {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.pricing-box.gray-background.pricing-scale.white-background {
  background-color: #fff;
}

.pricing-box.gray-background.pricing-scale.dark-boxes {
  background-color: #000;
  color: #fff;
}

.pricing-box.gray-background.white-background {
  background-color: #fff;
}

.pricing-box.gray-background.dark-boxes {
  background-color: #000;
  color: #fff;
}

.pricing-name {
  text-align: center;
}

.head-h5 {
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.head-h5.pricing-name {
  clear: both;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.head-h5.blog-page-post-link {
  position: static;
  display: inline-block;
  margin-top: 20px;
  margin-left: 20px;
  padding-right: 0px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #161616;
  text-decoration: none;
}

.head-h5.blog-page-post-link:hover {
  color: #fcc900;
}

.pricing-price {
  position: relative;
  display: inline-block;
  overflow: visible;
  width: 30%;
  height: 60px;
  float: left;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  text-align: center;
}

.pricing-car {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 2;
  display: inline-block;
  width: 35%;
  float: left;
  clear: right;
  font-family: Lato, sans-serif;
  color: #fcc900;
  font-size: 23px;
  font-weight: 400;
  text-align: right;
}

.pricing-time {
  position: relative;
  display: inline-block;
  width: 35%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  float: left;
  -webkit-transform: translate(0px, 34px);
  -ms-transform: translate(0px, 34px);
  transform: translate(0px, 34px);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: none;
}

.pricing-features-first {
  position: relative;
  margin-top: 0px;
  padding-top: 20px;
  clear: both;
  font-size: 12px;
  text-align: center;
  letter-spacing: 2px;
}

.pricing-features {
  position: relative;
  padding-top: 8px;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

.pricing-button {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding: 7px 0px;
  border-radius: 3px;
  background-color: #252525;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pricing-button:hover {
  background-color: #fcc900;
}

.footer {
  position: relative;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #00567a;
}

.footer-logo {
  display: block;
  margin: 0px auto 50px;
  padding: 7px 15px;
  border-radius: 3px;
  background-color: transparent;
}

.footer-social-block {
  position: relative;
  width: 100%;
  text-align: center;
}

.social-wrap {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-right: 8px;
  margin-left: 8px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: background-color 300ms ease, border-color 300ms ease;
  transition: background-color 300ms ease, border-color 300ms ease;
}

.social-wrap:hover {
  border-color: #fcc900;
  background-color: #fcc900;
}

.social-wrap.footer-twit {
  background-image: url('../images/twitter_1twitter.png');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.social-wrap.footer-twit:hover {
  border-color: #62b5e5;
  background-color: #62b5e5;
}

.social-wrap.footer-insta {
  background-image: url('../images/social-icons-insta.png');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.social-wrap.footer-insta:hover {
  border-color: #62b5e5;
  background-color: #62b5e5;
}

.social-wrap.footer-face {
  background-image: url('../images/facebook_1facebook.png');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.social-wrap.footer-face:hover {
  border-color: #62b5e5;
  background-color: #62b5e5;
}

.social-wrap.footer-youtube {
  background-image: url('../images/youtube-logo_1youtube-logo.png');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.social-wrap.footer-youtube:hover {
  border-color: #62b5e5;
  background-color: #62b5e5;
}

.social-wrap.footer-podcast {
  background-image: url('../images/social-icons-podcast.png');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.social-wrap.footer-podcast:hover {
  border-color: #62b5e5;
  background-color: #62b5e5;
}

.footer-text {
  margin-top: 50px;
  font-family: 'Frutiger Pro Light', Arial, sans-serif;
  color: #cfcfcf;
  font-size: 10px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.footer-text-span {
  color: #fcc900;
}

.logo-slide {
  width: 100%;
}

.logo-slide-mask {
  display: block;
  width: 100%;
}

.logo-slider {
  width: 100%;
  height: 135px;
  background-color: transparent;
}

.logo-slide-image {
  display: block;
  max-width: 100%;
  margin: 10px auto;
  text-align: center;
}

.logo-slider-navigation {
  border-style: none;
  border-width: 0px;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.margin-on-services {
  position: relative;
  width: 100%;
  height: 30px;
  margin-top: 0px;
  border-style: solid solid none;
  border-width: 0px 0px 30px;
  border-color: #000 #000 transparent;
}

.post-hero-section {
  position: relative;
  width: 100%;
  height: 50vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.post-top-title {
  position: relative;
  z-index: 2;
  margin-top: -85px;
  padding-top: 50px;
  border-top: 3px solid #fcc900;
  border-bottom-style: none;
  border-top-right-radius: 0px;
  background-color: #fff;
}

.post-body {
  position: relative;
  padding-right: 40px;
  padding-bottom: 60px;
  padding-left: 40px;
  background-color: #fff;
}

.post-rich {
  line-height: 24px;
}

.author-body {
  position: relative;
  padding-right: 40px;
  padding-bottom: 60px;
  padding-left: 40px;
  background-color: #fff;
}

.post-author-image {
  position: relative;
  display: inline-block;
  width: 78px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  border-radius: 5px;
}

.post-author-name {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-left: 20px;
  padding: 4px 10px;
  float: left;
  clear: none;
  border-radius: 3px;
  background-color: #000;
  color: #fff;
  font-size: 10px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.post-author-bio {
  position: absolute;
  left: 138px;
  top: 45px;
  display: block;
  width: 81%;
  padding: 4px 10px;
  float: none;
  border-radius: 3px;
  background-color: #000;
  color: #fff;
  font-size: 9px;
  line-height: 19px;
  text-transform: uppercase;
}

.post-date {
  position: absolute;
  top: 0px;
  right: 40px;
  padding: 4px 10px;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.post-links {
  padding-right: 40px;
  padding-bottom: 60px;
  padding-left: 40px;
  background-color: #fff;
}

.blog-page-post-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 20px;
  padding: 0px 0px 30px;
  float: none;
  border-radius: 10px;
  background-color: #f7f7f7;
}

.blog-page-post-img {
  display: block;
  width: 100%;
}

.padding-bottom-small {
  padding-bottom: 40px;
}

.padding-bottom-small.white-background {
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  background-color: #fff;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.white-background {
  overflow: hidden;
  background-color: #fff;
}

.white-background.blog-side-padding {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.play-button {
  border-radius: 50%;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.play-button:hover {
  background-color: hsla(0, 0%, 100%, 0.86);
}

.play-button.play-on-sep {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 60px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.play-button.play-on-sep:hover {
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transform: rotate(123deg);
  -ms-transform: rotate(123deg);
  transform: rotate(123deg);
}

.blog-page-post-dec {
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.blog-page-post-author {
  display: inline-block;
  margin-left: 20px;
  color: #fcc900;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-page-post-date {
  display: inline-block;
  margin-right: 20px;
  float: right;
  color: #000;
  font-size: 10px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}

.blog-page-post-din-item {
  display: inline-block;
  clear: right;
}

.masonry-wrapper {
  position: relative;
  display: none;
  overflow: hidden;
  width: 100%;
  max-width: 1600px;
  margin: 0px auto 136px;
  clear: both;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 0px;
  column-gap: 0px;
  -webkit-column-rule: 0px none #000;
  column-rule: 0px none #000;
}

.masonry-wrapper.fullwidth-mas {
  max-width: 100%;
}

.masonry-portfolio-box {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  margin-left: 0px;
  float: none;
  clear: none;
}

.masonry-portfolio-box-image {
  position: relative;
  display: block;
  width: 100%;
  clear: both;
}

.masonry-portfolio-box-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-bottom: -2px;
  margin-left: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mas-portfolio-box-mask {
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: hsla(0, 0%, 100%, 0.85);
  text-align: center;
  text-decoration: none;
}

.mas-portfolio-box-mask-1 {
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.85);
}

.mas-portfolio-box-mask-2 {
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.85);
}

.mas-portfolio-box-mask-3 {
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.85);
}

.mas-portfolio-box-mask-4 {
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.85);
}

.mas-portfolio-box-mask-5 {
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.85);
  text-align: center;
}

.portfolio-mask-title {
  position: absolute;
  left: 0px;
  top: 38%;
  right: 0px;
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Frutiger Pro Bold Italic', Arial, sans-serif;
  color: #00567a;
  font-size: 17px;
  line-height: 31px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: none;
}

.portfolio-mask-subtitle {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  display: block;
  width: 110px;
  margin: 21px 0px 0px -55px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 3px;
  background-color: #a1d884;
  font-family: 'Frutiger Pro Cnd Bold', Arial, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
}

.button-style-1 {
  position: relative;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  background-color: #000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.button-style-1.button-hover-1 {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.button-style-1.button-hover-1:hover {
  background-color: #fcc900;
}

.button-style-1.button-hover-2:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.button-style-1.button-hover-3:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.button-style-1.button-hover-4:hover {
  background-color: #fff;
  box-shadow: 0 0 14px 5px hsla(0, 0%, 61.2%, 0.29);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #fcc900;
}

.button-style-1.button-hover-5:hover {
  -webkit-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
}

.button-style-1.button-hover-6 {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-style-1.button-hover-6:hover {
  -webkit-transform: translate3d(4px, 4px, 8px) scale(1.1) rotate(3deg);
  transform: translate3d(4px, 4px, 8px) scale(1.1) rotate(3deg);
}

.persp-container {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.button-style-2 {
  position: relative;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 3px solid #000;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.button-style-2:hover {
  border-color: #fcc900;
  background-color: #fcc900;
  color: #fff;
}

.button-style-3 {
  position: relative;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 3px dashed #000;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.button-style-3:hover {
  border-style: solid;
  background-color: #000;
  color: #fff;
}

.padding-top-med {
  padding-top: 80px;
}

.dropcap-1 {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 11px;
  padding-top: 0px;
  float: left;
  border-radius: 3px;
  background-color: #000;
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}

.dropcap-2 {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 11px;
  float: left;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}

.text-margin-bottom {
  margin-bottom: 20px;
}

.dropcap-3 {
  position: relative;
  width: 50px;
  height: 50px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 11px;
  float: left;
  border-radius: 3px;
  background-color: #fcc900;
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}

.dropcap-4 {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 11px;
  float: left;
  background-image: url('../images/ignasi_pattern_s.png');
  background-position: 0px 0px;
  background-size: 182px;
  font-size: 24px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}

.highlights-1 {
  background-color: #fcc900;
  color: #fff;
}

.highlights-2 {
  background-color: #36aeff;
  color: #fff;
}

.highlights-3 {
  background-color: #000;
  color: #fff;
}

.highlights-4 {
  background-color: #e6e6e6;
  color: #000;
}

.highlights-5 {
  background-color: #fa0505;
  color: #fff;
}

.highlights-6 {
  background-color: #ecf7ff;
  color: #fcc900;
}

.highlights-7 {
  background-color: #02fc02;
  color: red;
}

.dark-background-box {
  margin-bottom: 0px;
  padding: 30px 10px;
  background-color: #1f1f1f;
}

.progress-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}

.progress-name {
  display: block;
  font-family: 'Frutiger Pro Cnd Bold', Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.progress-percen {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  margin-right: 0px;
  float: right;
  font-family: 'Frutiger Pro Light', Arial, sans-serif;
}

.progress-back {
  position: relative;
  overflow: hidden;
  height: 5px;
  margin-top: 6px;
  border: 1px solid #62b5e5;
  color: transparent;
}

.progress-full-line-over-40 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 40%;
  height: 5px;
  background-color: #62b5e5;
}

.progress-full-line-over-12 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 12%;
  height: 5px;
  background-color: #62b5e5;
}

.progress-full-line-over-17 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 17%;
  height: 5px;
  background-color: #62b5e5;
}

.progress-full-line-over-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 4%;
  height: 5px;
  background-color: #62b5e5;
}

.progress-full-line-over-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1%;
  height: 5px;
  background-color: #62b5e5;
}

.progress-full-line-over-83 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 83%;
  height: 5px;
  background-color: #62b5e5;
}

.head-h4 {
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: 'Frutiger Pro Bold', Arial, sans-serif;
  color: #a1d884;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
}

.project-slider {
  position: relative;
  display: block;
  overflow: visible;
  width: 100%;
  height: auto;
  float: none;
  clear: both;
  background-color: transparent;
}

.project-slider-slide {
  position: relative;
  display: inline-block;
  overflow: visible;
  width: 100%;
  height: auto;
  clear: none;
}

.project-slider-slide.fullscreen-home-slide {
  height: 100vh;
}

.project-slider-slide.fullscreen-home-slide.fullscreen-slide-image-1 {
  background-image: url('../images/post-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-slider-slide.fullscreen-home-slide.fullscreen-slide-image-2 {
  background-image: url('../images/post-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-slider-slide.fullscreen-home-slide.fullscreen-slide-image-3 {
  background-image: url('../images/post-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-slider-slide.fullscreen-home-slide.fullscreen-slider-image-4 {
  background-image: url('../images/12432424.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-slider-slide.fullscreen-home-slide.fullscreen-slide-image-5 {
  background-image: url('../images/142352524.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-slider-slide.fullscreen-home-slide.fullscreen-slide-image-6 {
  background-image: url('../images/156356356.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-slide-image {
  position: relative;
  display: block;
  overflow: visible;
  width: 100%;
  height: auto;
  padding-bottom: 0px;
  float: none;
}

.project-mask {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.project-bulets {
  max-width: 153px;
  margin-bottom: 10px;
  border-top: 3px solid rgba(252, 201, 0, 0.1);
  border-radius: 35px;
  background-color: rgba(252, 201, 0, 0.71);
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.project-slider-arrow {
  width: 50px;
  height: 50px;
  padding-left: 0px;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.7);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
  font-size: 16px;
  line-height: 52px;
  text-align: center;
}

.project-slider-arrow:hover {
  background-color: rgba(252, 201, 0, 0.7);
  color: #fff;
}

.project-slider-arrow.version-2 {
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.project-slider-arrow.version-2:hover {
  background-color: #fcc900;
}

.padding-top-small {
  padding-top: 15px;
}

.project-lightbox-div {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}

.lightbox-loupe {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  padding: 15px;
  border-radius: 50%;
  background-color: #000;
  background-image: url('../images/big-loupe.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.lightbox-loupe:hover {
  background-color: #fcc900;
  opacity: 1;
}

.project-list-item {
  margin-bottom: 7px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.project-list-item.contact-list {
  margin-bottom: 15px;
  line-height: 16px;
}

.label-field {
  margin-bottom: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-field {
  margin-bottom: 15px;
  padding: 0px 0px 6px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #e4e4e4;
  background-color: #f7f7f7;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #1a1a1a;
  font-size: 12px;
  line-height: 18px;
}

.text-field:active {
  border-bottom-color: #fcc900;
}

.text-field:focus {
  border-bottom-color: #fcc900;
}

.text-field.text-area {
  position: static;
  display: block;
  height: 120px;
}

.checkbox-style {
  width: 14px;
  height: 12px;
  margin-top: 7px;
  margin-right: 15px;
  border-bottom: 1px none #000;
}

.form-button {
  position: relative;
  display: block;
  margin-top: 20px;
  padding: 10px 25px;
  border-radius: 3px;
  background-color: #2a2a2a;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-button:hover {
  background-color: #fcc900;
}

.form-wrapper {
  position: relative;
  padding: 30px;
  background-color: #f7f7f7;
}

.lightbox-map {
  position: relative;
  display: block;
  width: 100%;
  height: 100px;
  background-color: #000;
  background-image: url('../images/map-marke.png');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  text-decoration: none;
}

.lightbox-map:hover {
  background-color: #fcc900;
}

.lightbox-map-text {
  position: relative;
  display: block;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.background-video {
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-over {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.subscribe-style {
  position: relative;
  height: 60px;
  margin-top: 15px;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 30px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  font-size: 10px;
  line-height: 23px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.subscribe-style:hover {
  border-color: #bdbdbd;
}

.subscribe-style:active {
  border-color: #fcc900;
}

.subscribe-style:focus {
  border-color: #fcc900;
}

.subscribe-style.fullscreen-form {
  height: 50px;
  background-color: rgba(0, 0, 0, 0.31);
  color: #fff;
  font-size: 10px;
  font-weight: 400;
}

.subscribe-button {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  display: block;
  width: 160px;
  border-radius: 3px;
  background-color: #242424;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.subscribe-button:hover {
  background-color: #fcc900;
}

.subscribe-button.fullscreen-button {
  width: 140px;
  font-size: 10px;
}

.form-for-subscribe {
  position: relative;
}

.form-for-subscribe.fullscreen-form {
  color: #fff;
}

.lightbox-on-sep {
  display: none;
  width: 100%;
  text-decoration: none;
}

.sep-text {
  width: 100%;
  max-width: 100%;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: hsla(0, 0%, 100%, 0.56);
  font-family: 'Frutiger Pro Bold', Arial, sans-serif;
  color: #00567a;
  font-size: 25px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sep-text.fullscreen-text-with-video {
  position: static;
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  color: #fff;
}

.fullscreen-section {
  position: relative;
  width: 100%;
  clear: both;
}

.fullscreen-section.background-fullscreen-1 {
  background-image: url('../images/123.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fullscreen-section.background-fullscreen-2 {
  background-image: url('../images/131424.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fullscreen-section.background-fullscreen-3 {
  background-image: url('../images/123542524542.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.half-width-section-left {
  position: relative;
  width: 50%;
  height: 100vh;
  float: left;
}

.half-width-section-left.dark-fullscreen-background {
  background-color: rgba(0, 0, 0, 0.85);
}

.section-in-fullheight {
  position: absolute;
  left: 10%;
  top: 50%;
  width: 80%;
  margin-top: 0%;
  margin-bottom: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.fullscreen-form {
  display: block;
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.flying-icon-1 {
  position: absolute;
  right: 2%;
  bottom: 0px;
}

.flying-icon-2 {
  position: absolute;
  right: 11%;
  bottom: 0px;
}

.flying-icon-3 {
  position: absolute;
  left: 20%;
  bottom: 0px;
}

.flying-icon-4 {
  position: absolute;
  left: 5%;
  bottom: 0px;
}

.flying-icon-5 {
  position: absolute;
  left: 33%;
  bottom: 0px;
}

.flying-icon-6 {
  position: absolute;
  right: 21%;
  bottom: 0px;
}

.flying-icon-7 {
  position: absolute;
  left: 8%;
  bottom: 0px;
}

.flying-icon-8 {
  position: absolute;
  left: 49%;
  bottom: 0px;
}

.flying-icon-9 {
  position: absolute;
  right: 40%;
  bottom: 5%;
  opacity: 0.96;
}

.flying-icon-10 {
  position: absolute;
  right: 53%;
  bottom: 0px;
}

.flying-icon-11 {
  position: absolute;
  left: 40%;
  bottom: 0%;
}

.flying-icon-12 {
  position: absolute;
  right: 42%;
  bottom: 0%;
}

.flying-icon-13 {
  position: absolute;
  right: 36%;
  bottom: 0%;
}

.flying-icon-14 {
  position: absolute;
  right: 40%;
  bottom: 0px;
}

.flying-icon-15 {
  position: absolute;
  right: 17%;
  bottom: 0px;
}

.flying-icon-16 {
  position: absolute;
  right: 72%;
  bottom: 0px;
}

.flying-icon-17 {
  position: absolute;
  left: 77%;
  bottom: 0px;
}

.flying-icon-18 {
  position: absolute;
  left: 16%;
  bottom: 0px;
}

.flying-icon-19 {
  position: absolute;
  left: 2%;
  bottom: 0px;
}

.flying-icon-20 {
  position: absolute;
  left: 11%;
  bottom: 0px;
}

.container {
  text-align: right;
}

.brand {
  text-align: center;
}

.mission-vision {
  position: relative;
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-bottom: -2px;
  margin-left: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.container-2 {
  display: block;
  float: none;
  font-family: 'Frutiger Pro Roman', Arial, sans-serif;
  text-align: center;
}

.text-block {
  display: block;
  margin-bottom: 50px;
  font-family: 'Frutiger Pro Roman', Arial, sans-serif;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.8px;
}

.text-block.hover-photo {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Frutiger Pro Roman', Arial, sans-serif;
  color: #00567a;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

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

.text-block.bold-text {
  font-family: 'Frutiger Pro Bold', Arial, sans-serif;
  font-weight: 400;
}

.text-block.footnote {
  margin-bottom: 0px;
  font-family: 'Frutiger Pro Cnd Light Italic', Arial, sans-serif;
  color: #7c878e;
  font-size: 9px;
  line-height: 16px;
}

.text-block.footnote.text-align-center {
  display: none;
}

.text-block.tighter {
  line-height: 19px;
}

.text-block.tighter.indent {
  padding-bottom: 0px;
  padding-left: 25px;
}

.text-block.indent {
  padding-left: 25px;
}

.container-3 {
  margin-bottom: 50px;
  text-align: center;
}

.text-block-2 {
  font-family: 'Frutiger Pro Light', Arial, sans-serif;
  font-size: 10px;
  line-height: 19px;
  font-style: italic;
  font-weight: 300;
}

.container-4 {
  margin-bottom: 150px;
}

.columns {
  margin-bottom: 50px;
}

.columns-2 {
  margin-bottom: 90px;
}

.masonry-wrapper-2020 {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-bottom: 136px;
  margin-left: auto;
  clear: both;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0px;
  column-gap: 0px;
  -webkit-column-rule: 0px none #000;
  column-rule: 0px none #000;
}

.masonry-wrapper-2020.fullwidth-mas {
  max-width: 100%;
}

.text-block-3 {
  margin-bottom: 65px;
  font-family: 'Frutiger Pro Roman', Arial, sans-serif;
  text-align: left;
  letter-spacing: 0.8px;
}

.columns-3 {
  margin-bottom: 120px;
}

.progress-full-line-over-16 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 16%;
  height: 5px;
  background-color: #62b5e5;
}

.progress-full-line-over-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 3%;
  height: 5px;
  background-color: #62b5e5;
}

.image {
  width: 60%;
  height: auto;
  text-align: center;
}

.image._2019-membership {
  margin-bottom: 90px;
}

.grid {
  grid-template-areas: "Urologist-Supply-H Area-2 Area-3";
  -ms-grid-columns: 1.5fr 1fr 1fr;
  grid-template-columns: 1.5fr 1fr 1fr;
  -ms-grid-rows: minmax(50px, 1fr) auto auto auto auto auto auto auto;
  grid-template-rows: minmax(50px, 1fr) auto auto auto auto auto auto auto;
}

.table4-1 {
  display: -ms-grid;
  display: grid;
  margin-bottom: 15px;
  padding-right: 30px;
  padding-left: 30px;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 17px;
  -ms-grid-columns: 2.5fr 1fr 1fr 1fr;
  grid-template-columns: 2.5fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 7vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #7c878e;
  border-radius: 3px;
  background-color: transparent;
  color: #fff;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block.grid-head {
  height: 5vh;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-radius: 0px;
  line-height: 24px;
}

.div-block.grid-head-plain {
  height: 5vh;
  border-width: 0px;
  border-radius: 0px;
  line-height: 24px;
}

.text-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Frutiger Pro Roman', Arial, sans-serif;
  color: #00567a;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid-body2 {
  width: 100%;
  height: 3.5vh;
}

.font-awesome {
  height: auto;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'FA 5 pro light', sans-serif;
  color: #00567a;
  font-size: 50px;
  line-height: 70px;
  text-align: center;
}

.font-awesome.grid-top-padding {
  margin-top: 20px;
}

.paragraph {
  margin-bottom: 10px;
}

.padding-top-bottom-big-map {
  position: relative;
  display: none;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  text-decoration: none;
}

.padding-top-bottom-big-map.white-background {
  display: none;
  border-bottom: 1px none #7c7c7c;
  background-color: #fff;
}

.padding-top-bottom-big-map.white-background.overflow-hidden {
  display: none;
  overflow: hidden;
}

.padding-top-bottom-big-map.sep-background {
  display: block;
  margin-bottom: 130px;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url('../images/global-map-placeholder2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.body-2 {
  background-color: #fff;
}

.mas-portfolio-box-mask-6 {
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: hsla(0, 0%, 100%, 0.85);
  text-align: center;
  text-decoration: none;
}

.member-pie {
  width: 60%;
  margin-bottom: 62px;
}

.progress-full-line-over-20 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20%;
  height: 5px;
  background-color: #62b5e5;
}

.progress-full-line-over-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1%;
  height: 5px;
  background-color: #62b5e5;
}

.progress-full-line-over-100 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 5px;
  background-color: #62b5e5;
}

.progress-full-line-over-22 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 22%;
  height: 5px;
  background-color: #62b5e5;
}

.progress-full-line-over-18 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 18%;
  height: 5px;
  background-color: #62b5e5;
}

.progress-full-line-over-14 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 14%;
  height: 5px;
  background-color: #62b5e5;
}

.progress-full-line-over-8 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 8%;
  height: 5px;
  background-color: #62b5e5;
}

.progress-full-line-over-7 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 7%;
  height: 5px;
  background-color: #62b5e5;
}

.society-sections {
  margin-bottom: 120px;
}

.pres-circle {
  margin-bottom: 80px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
}

.columns-4 {
  text-align: center;
}

.column {
  text-align: center;
}

.platinum {
  display: inline-block;
  height: auto;
  margin-bottom: 80px;
  text-align: center;
}

.gold {
  margin-bottom: 80px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 50px;
  grid-row-gap: 52px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  text-align: center;
}

.silver {
  margin-bottom: 80px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 65px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.image-2 {
  display: block;
  max-width: 90%;
  text-align: center;
}

.int-pres-circle {
  display: inline-block;
  width: 40%;
  margin-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.int-diamond {
  display: block;
  margin-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.int-diamond.text-align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bod {
  margin-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 33px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  text-align: center;
}

.section-reps {
  margin-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 40px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  text-align: center;
}

.video-section {
  position: relative;
  display: block;
  padding-top: 150px;
  padding-bottom: 150px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  text-decoration: none;
}

.video-section.white-background {
  display: none;
  border-bottom: 1px none #7c7c7c;
  background-color: #fff;
}

.video-section.white-background.overflow-hidden {
  display: none;
  overflow: hidden;
}

.video-section.sep-background {
  display: none;
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: url('../images/post-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-3 {
  display: inline-block;
  width: 30%;
  height: auto;
  max-height: 10%;
  max-width: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-5 {
  text-align: center;
}

.image-4 {
  width: 55%;
  margin-top: 4%;
}

.grid-img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.global-outreach-grid {
  grid-column-gap: 44px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.advocacy-grid {
  margin-bottom: 50px;
  grid-column-gap: 44px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-5 {
  -o-object-fit: cover;
  object-fit: cover;
}

.education-grid {
  margin-bottom: 50px;
  grid-column-gap: 44px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.bod-names {
  margin-bottom: 50px;
  font-family: 'Frutiger Pro Roman', Arial, sans-serif;
  color: #7c878e;
  font-size: 13px;
  font-weight: 400;
}

.container-6 {
  display: block;
}

.who-we-are {
  margin-bottom: 90px;
  padding-top: 150px;
  padding-right: 0px;
  padding-bottom: 150px;
  background-image: url('../images/section-filter9.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.head-subtitle-white {
  position: relative;
  margin-top: -65px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Frutiger Pro Black Italic', Arial, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 100px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -5px;
  text-transform: lowercase;
}

.head-subtitle-white.white-no-padding {
  padding-bottom: 42px;
  color: hsla(0, 0%, 100%, 0.38);
}

.our-impact {
  margin-bottom: 90px;
  padding-top: 150px;
  padding-right: 0px;
  padding-bottom: 150px;
  background-image: url('../images/section-filter3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.financial {
  margin-bottom: 90px;
  padding-top: 150px;
  padding-right: 0px;
  padding-bottom: 150px;
  background-image: url('../images/section-filter8.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.our-team {
  margin-bottom: 90px;
  padding-top: 150px;
  padding-right: 0px;
  padding-bottom: 150px;
  background-image: url('../images/section-filter7.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section {
  margin-bottom: 100px;
}

.container-7 {
  text-align: center;
}

.link-block {
  margin-bottom: 0px;
}

.link {
  color: #cfcfcf;
}

.link:hover {
  color: #a1d884;
}

.hover-block__parent {
  position: relative;
  width: 100%;
  height: 50vh;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  background-image: url('../images/mission-vision-01.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hover-block__link {
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.6);
  opacity: 0;
  -webkit-transition: opacity 350ms ease-in;
  transition: opacity 350ms ease-in;
  color: #fafafa;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
}

.hover-block__link:hover {
  opacity: 1;
}

.hover-block__text {
  position: relative;
  top: 50%;
  display: block;
  width: 90%;
  max-width: 398px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.hover-block__description {
  font-family: 'Frutiger Pro Roman', Arial, sans-serif;
  color: #00567a;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 1px;
}

.hover-block__parent2 {
  position: relative;
  width: 100%;
  height: 50vh;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  background-image: url('../images/mission-vision-02.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio-mask-title-2 {
  position: absolute;
  left: 0px;
  top: 25%;
  right: 0px;
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Frutiger Pro Roman', Arial, sans-serif;
  color: #00567a;
  font-size: 17px;
  line-height: 27px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: none;
}

.portfolio-mask-title-2 {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  width: 100%;
  margin-top: -20px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #303030;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.masonry-wrapper-2021 {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-bottom: 200px;
  margin-left: auto;
  clear: both;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 0px;
  column-gap: 0px;
  -webkit-column-rule: 0px none #000;
  column-rule: 0px none #000;
}

.masonry-portfolio-box-link-2 {
  position: relative;
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-bottom: -2px;
  margin-left: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.mas-portfolio-box-mask-7 {
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 1;
  background-color: hsla(0, 0%, 100%, 0.85);
}

.mas-portfolio-box-mask-8 {
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 1;
  width: auto;
  height: auto;
  background-color: hsla(0, 0%, 100%, 0.85);
}

.mas-portfolio-box-mask-9 {
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 1;
  display: block;
  overflow: visible;
  width: auto;
  height: auto;
  background-color: hsla(0, 0%, 100%, 0.85);
}

.portfolio-mask-subtitle-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  display: block;
  width: 110px;
  margin: 21px 0px 0px -55px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 3px;
  background-color: rgba(252, 201, 0, 0.9);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
}

.portfolio-mask-title-3 {
  position: absolute;
  left: 0px;
  top: 25%;
  right: 0px;
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Frutiger Pro Bold Italic', Arial, sans-serif;
  color: #00567a;
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: none;
}

.image-6 {
  border-bottom: 5px solid #62b5e5;
}

.image-7 {
  max-width: 70%;
}

.image-8 {
  max-width: 60%;
}

.image-9 {
  max-width: 110%;
}

.image-10 {
  max-width: 80%;
}

.image-11 {
  max-width: 90%;
}

.image-12 {
  max-width: 90%;
}

.text-span {
  position: relative;
  top: -7px;
  font-size: 0.6em;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

.column-5 {
  -o-object-fit: cover;
  object-fit: cover;
}

.education-cols {
  display: none;
  margin-bottom: 50px;
}

.advocacy-cols {
  display: none;
  margin-bottom: 50px;
}

.global-cols {
  display: none;
  margin-bottom: 50px;
}

.image-13 {
  display: none;
}

.bod-mobile {
  display: none;
  margin-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 33px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  text-align: center;
}

.section-reps-mobile {
  display: none;
  margin-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 40px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  text-align: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

html.w-mod-js *[data-ix="nav-on-load"] {
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

html.w-mod-js *[data-ix="move-up-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, -80px);
  -ms-transform: translate(0px, -80px);
  transform: translate(0px, -80px);
}

html.w-mod-js *[data-ix="top-text-effect-on-load"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, -80px);
  -ms-transform: translate(0px, -80px);
  transform: translate(0px, -80px);
}

html.w-mod-js *[data-ix="mid-text-effect-on-load"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="line-effect-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="bottom-text-effect-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 45px);
  -ms-transform: translate(0px, 45px);
  transform: translate(0px, 45px);
}

html.w-mod-js *[data-ix="bottom-arrow-effect-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 45px);
  -ms-transform: translate(0px, 45px);
  transform: translate(0px, 45px);
}

html.w-mod-js *[data-ix="display-nav-none"] {
  display: none;
}

html.w-mod-js *[data-ix="display-arrow-top-none"] {
  display: none;
}

html.w-mod-js *[data-ix="move-down-on-scroll-wait-time"] {
  opacity: 0;
  -webkit-transform: translate(0px, -60px);
  -ms-transform: translate(0px, -60px);
  transform: translate(0px, -60px);
}

html.w-mod-js *[data-ix="move-down-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, -60px);
  -ms-transform: translate(0px, -60px);
  transform: translate(0px, -60px);
}

html.w-mod-js *[data-ix="move-up-on-scroll-wait-time-long"] {
  opacity: 0;
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}

html.w-mod-js *[data-ix="move-up-on-scroll-wait-time"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="move-up-on-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="move-up-on-scroll-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="move-up-on-scroll-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="team-icon-hidden"] {
  opacity: 0;
  -webkit-transform: translate(-300px, 0px);
  -ms-transform: translate(-300px, 0px);
  transform: translate(-300px, 0px);
}

html.w-mod-js *[data-ix="move-up-and-rotate-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px) rotateX(60deg) rotateY(0deg) rotateZ(0deg);
  transform: translate(0px, 100px) rotateX(60deg) rotateY(0deg) rotateZ(0deg);
}

html.w-mod-js *[data-ix="portfolio-mask"] {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0.6, 0.6);
  -ms-transform: scale(0.6, 0.6);
  transform: scale(0.6, 0.6);
}

html.w-mod-js *[data-ix="move-right-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(-60px, 0px);
  -ms-transform: translate(-60px, 0px);
  transform: translate(-60px, 0px);
}

html.w-mod-js *[data-ix="move-right-on-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(-60px, 0px);
  -ms-transform: translate(-60px, 0px);
  transform: translate(-60px, 0px);
}

html.w-mod-js *[data-ix="move-right-on-scroll-3"] {
  opacity: 0;
  -webkit-transform: translate(-60px, 0px);
  -ms-transform: translate(-60px, 0px);
  transform: translate(-60px, 0px);
}

html.w-mod-js *[data-ix="progress-animation"] {
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

html.w-mod-js *[data-ix="fullslider-text-1"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, -70px);
  -ms-transform: translate(0px, -70px);
  transform: translate(0px, -70px);
}

html.w-mod-js *[data-ix="fullslider-text-2"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, 70px);
  -ms-transform: translate(0px, 70px);
  transform: translate(0px, 70px);
}

html.w-mod-js *[data-ix="fullslider-text-3"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, -70px);
  -ms-transform: translate(0px, -70px);
  transform: translate(0px, -70px);
}

html.w-mod-js *[data-ix="icon-animation-1"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="icon-animation-2"] {
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="icon-animation-3"] {
  -webkit-transform: translate(57px, 100px);
  -ms-transform: translate(57px, 100px);
  transform: translate(57px, 100px);
}

html.w-mod-js *[data-ix="icon-animation-4"] {
  opacity: 0.4;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="icon-animation-5"] {
  opacity: 0.8;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="icon-animation-6"] {
  -webkit-transform: translate(0px, 120%);
  -ms-transform: translate(0px, 120%);
  transform: translate(0px, 120%);
}

html.w-mod-js *[data-ix="icon-animation-7"] {
  -webkit-transform: translate(0px, 120%);
  -ms-transform: translate(0px, 120%);
  transform: translate(0px, 120%);
}

html.w-mod-js *[data-ix="icon-animation-8"] {
  -webkit-transform: translate(0px, 120%);
  -ms-transform: translate(0px, 120%);
  transform: translate(0px, 120%);
}

html.w-mod-js *[data-ix="icon-animation-9"] {
  -webkit-transform: translate(0px, 105vh);
  -ms-transform: translate(0px, 105vh);
  transform: translate(0px, 105vh);
}

html.w-mod-js *[data-ix="icon-animation-10"] {
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

@media screen and (max-width: 991px) {
  .nav-link.link-on-mob {
    display: inline-block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    border-bottom-width: 0px;
    font-family: 'Frutiger Pro Bold', Arial, sans-serif;
    color: #00567a;
    text-align: center;
  }
  .nav-link.link-on-mob:hover {
    border-bottom-width: 0px;
    color: #62b5e5;
  }
  .nav-link.link-on-mob:focus {
    color: #62b5e5;
  }
  .nav-link.link-on-mob.nav-link-hover {
    display: inline-block;
    float: none;
    background-color: transparent;
  }
  .nav-link.link-on-mob.nav-link-hover:hover {
    background-color: transparent;
  }
  .nav-link.link-on-mob.nav-link-hover:focus {
    background-color: #0e0e0e;
  }
  .nav-link.link-on-mob.nav-link-hover.w--open {
    background-color: transparent;
  }
  .nav-back {
    display: block;
  }
  .dropdown {
    background-color: transparent;
  }
  .dropdown:hover {
    background-color: transparent;
  }
  .dropdown:focus {
    background-color: #0e0e0e;
  }
  .drop-link {
    display: inline-block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    font-family: 'Frutiger Pro Bold', Arial, sans-serif;
    text-align: center;
  }
  .nav-logo {
    margin-top: 6%;
  }
  .slide-wrap {
    margin-left: 0px;
  }
  .head-h3 {
    padding-bottom: 30px;
    font-size: 31px;
  }
  .head-subtitle {
    font-size: 70px;
  }
  .but-nav-on-phones {
    -webkit-transition: background-color 300ms ease, color 300ms ease;
    transition: background-color 300ms ease, color 300ms ease;
  }
  .but-nav-on-phones:hover {
    padding: 18px;
    background-color: transparent;
    color: #00567a;
    font-size: 30px;
  }
  .but-nav-on-phones:active {
    color: #62b5e5;
  }
  .but-nav-on-phones:focus {
    background-color: transparent;
    color: #fff;
  }
  .nav-background {
    background-color: hsla(0, 0%, 100%, 0.85);
  }
  .nav-drop-ef {
    position: static;
  }
  .nav-drop-ef.w--open {
    background-color: transparent;
  }
  .nav-back-fixed.nav-back-fixed-none {
    display: none;
  }
  .quote {
    font-size: 15px;
    line-height: 26px;
  }
  .padding-top-big.white-background.overflow-hidden {
    padding-bottom: 50px;
  }
  .head-h5.blog-page-post-link {
    display: block;
  }
  .post-author-bio {
    width: 76%;
  }
  .blog-page-post-dec {
    display: block;
  }
  .blog-page-post-date {
    display: none;
  }
  .blog-page-post-din-item {
    width: 50%;
    clear: none;
  }
  .masonry-wrapper {
    -webkit-column-count: 2;
    column-count: 2;
  }
  .mas-portfolio-box-mask-4 {
    padding-top: 0px;
  }
  .portfolio-mask-title {
    top: 26%;
  }
  .head-h4 {
    margin-bottom: 35px;
  }
  .sep-text {
    padding-bottom: 5px;
    font-size: 23px;
  }
  .half-width-section-left {
    width: 100%;
    height: 50vh;
  }
  .container {
    display: block;
  }
  .text-block {
    font-size: 13px;
    line-height: 23px;
  }
  .text-block.text-align-center {
    font-size: 13px;
  }
  .text-block.bold-text {
    font-size: 13px;
  }
  .text-block.footnote.text-align-center {
    display: none;
  }
  .text-block.tighter.indent {
    margin-bottom: 51px;
    padding-bottom: 0px;
    line-height: 17px;
  }
  .text-block.indent {
    font-size: 13px;
    line-height: 20px;
  }
  .container-4 {
    margin-bottom: 80px;
  }
  .columns {
    margin-right: 0px;
    margin-left: 0px;
  }
  .masonry-wrapper-2020 {
    -webkit-column-count: 2;
    column-count: 2;
  }
  .columns-3 {
    margin-bottom: 80px;
  }
  .image._2019-membership {
    margin-bottom: 50px;
  }
  .table4-1 {
    grid-row-gap: 12px;
  }
  .text-block-4 {
    font-size: 13px;
  }
  .padding-top-bottom-big-map.sep-background {
    margin-bottom: 80px;
  }
  .society-sections {
    margin-right: 0px;
    margin-bottom: 80px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .pres-circle {
    padding-right: 10px;
    padding-left: 10px;
    grid-column-gap: 60px;
  }
  .platinum {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .gold {
    padding-right: 10px;
    padding-left: 10px;
  }
  .silver {
    padding-right: 10px;
    padding-left: 10px;
  }
  .int-diamond.text-align-center {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .bod {
    margin-bottom: 60px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-reps {
    margin-bottom: 80px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .grid-img-cover {
    max-height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .education-grid {
    grid-column-gap: 25px;
  }
  .who-we-are {
    margin-bottom: 60px;
  }
  .head-subtitle-white {
    margin-top: -61px;
    font-size: 70px;
  }
  .our-impact {
    margin-bottom: 60px;
  }
  .financial {
    margin-bottom: 60px;
  }
  .our-team {
    margin-bottom: 60px;
  }
  .hover-block__parent {
    width: 50%;
  }
  .hover-block__link {
    opacity: 1;
  }
  .hover-block__text {
    width: 80%;
  }
  .hover-block__parent2 {
    width: 50%;
  }
  .masonry-wrapper-2021 {
    margin-bottom: 100px;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .portfolio-mask-title-3 {
    top: 14%;
  }
  .icon {
    color: #00567a;
    font-size: 30px;
  }
  .icon.hover {
    color: #00567a;
    font-size: 40px;
  }
  .icon.hover:focus {
    border: 1px solid transparent;
    background-color: transparent;
    color: #00567a;
  }
  .column-5 {
    height: auto;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .columns-5 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .education-cols {
    margin-right: 0px;
    margin-left: 0px;
  }
  .advocacy-cols {
    margin-right: 0px;
    margin-left: 0px;
  }
  .global-cols {
    margin-right: 0px;
    margin-left: 0px;
  }
  .image-13 {
    display: none;
  }
  .icon-2 {
    color: #00567a;
    font-size: 30px;
  }
  .bod-mobile {
    margin-bottom: 60px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-reps-mobile {
    margin-bottom: 80px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .nav-link.link-on-mob {
    font-family: 'Frutiger Pro Bold', Arial, sans-serif;
    color: #00567a;
  }
  .nav-link.link-on-mob:hover {
    color: #62b5e5;
  }
  .nav-link.link-on-mob.nav-link-hover {
    background-color: transparent;
  }
  .nav-link.link-on-mob.nav-link-hover:hover {
    background-color: transparent;
  }
  .nav-link.link-on-mob.nav-link-hover.w--open {
    background-color: transparent;
  }
  .nav-back {
    display: block;
  }
  .dropdown {
    background-color: transparent;
  }
  .dropdown:hover {
    background-color: transparent;
  }
  .home-slide-1 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .head-h3 {
    font-size: 26px;
  }
  .head-subtitle {
    padding-bottom: 50px;
    font-size: 60px;
    letter-spacing: 0px;
  }
  .nav-background {
    background-color: hsla(0, 0%, 100%, 0.85);
    color: transparent;
  }
  .nav-drop-ef.w--open {
    background-color: transparent;
    font-family: 'Frutiger Pro Bold', Arial, sans-serif;
  }
  .nav-back-fixed.nav-back-fixed-none {
    display: none;
  }
  .quote {
    font-size: 14px;
    line-height: 24px;
  }
  .padding-top-big.white-background.overflow-hidden {
    padding-top: 80px;
  }
  .team-mem-wrap {
    margin-bottom: 40px;
  }
  .tab-link-style-1 {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 10px;
    letter-spacing: 1px;
  }
  .tab-link-style-1.w--current {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 10px;
    letter-spacing: 1px;
  }
  .head-h6.services-head-h6 {
    padding-top: 0px;
    line-height: 20px;
  }
  .head-h6.services-head-h6.logo-line {
    margin-bottom: 30px;
  }
  .head-h6.services-head-h6.top-pad-20 {
    padding-top: 20px;
  }
  .text-align-center {
    margin-bottom: 10px;
  }
  .text-align-center.padding-bottom-small {
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 22px;
  }
  .blog-thumb-name-1 {
    font-size: 13px;
    letter-spacing: 1px;
  }
  .head-h5.blog-page-post-link {
    display: block;
  }
  .logo-slider {
    height: auto;
  }
  .margin-on-services {
    display: none;
  }
  .post-author-bio {
    display: none;
    width: 69%;
  }
  .white-background {
    padding-right: 15px;
    padding-left: 15px;
  }
  .blog-page-post-din-item {
    width: 100%;
  }
  .masonry-wrapper {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .portfolio-mask-title {
    margin-top: 8px;
    font-size: 21px;
    line-height: 32px;
  }
  .head-h4 {
    font-size: 22px;
  }
  .flying-icon-2 {
    display: inline-block;
  }
  .flying-icon-10 {
    display: inline-block;
  }
  .container {
    margin-left: 0px;
    padding-left: 8px;
  }
  .text-block {
    margin-bottom: 30px;
  }
  .text-block.text-align-center {
    font-size: 12px;
    line-height: 16px;
  }
  .text-block.bold-text {
    font-size: 12px;
  }
  .text-block.footnote.text-align-center {
    display: none;
  }
  .text-block.tighter.indent {
    padding-left: 15px;
    line-height: 13px;
  }
  .text-block.indent {
    padding-left: 15px;
    font-size: 12px;
    line-height: 15px;
  }
  .container-3 {
    margin-bottom: 30px;
  }
  .container-4 {
    margin-bottom: 50px;
  }
  .columns {
    margin-bottom: 0px;
  }
  .masonry-wrapper-2020 {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .text-block-3 {
    margin-bottom: 45px;
  }
  .columns-3 {
    margin-bottom: 60px;
  }
  .image._2019-membership {
    width: 70%;
  }
  .text-block-4 {
    font-size: 12px;
    line-height: 17px;
  }
  .font-awesome.grid-top-padding {
    margin-top: 0px;
  }
  .padding-top-bottom-big-map.sep-background {
    margin-bottom: 60px;
    border: 0px solid transparent;
    background-image: url('../images/global-map-placeholder2_1.jpg');
    color: transparent;
  }
  .society-sections {
    margin-bottom: 60px;
  }
  .pres-circle {
    padding-right: 20px;
    padding-left: 20px;
    grid-column-gap: 49px;
  }
  .platinum {
    padding-right: 20px;
    padding-left: 20px;
  }
  .gold {
    margin-bottom: 60px;
    padding-right: 20px;
    padding-left: 20px;
    grid-column-gap: 32px;
    grid-row-gap: 40px;
  }
  .silver {
    margin-bottom: 60px;
    padding-right: 20px;
    padding-left: 20px;
    grid-column-gap: 33px;
    grid-row-gap: 30px;
  }
  .image-2 {
    max-width: 100%;
  }
  .section-reps {
    grid-auto-flow: row;
    grid-column-gap: 21px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .image-3 {
    width: 30%;
  }
  .image-4 {
    width: 60%;
  }
  .grid-img-cover {
    width: 80%;
    margin-top: 20px;
  }
  .global-outreach-grid {
    display: none;
  }
  .advocacy-grid {
    display: none;
    margin-right: 10px;
  }
  .education-grid {
    display: none;
    margin-bottom: 40px;
    grid-column-gap: 20px;
    grid-row-gap: 12px;
  }
  .who-we-are {
    margin-bottom: 40px;
  }
  .head-subtitle-white {
    font-size: 59px;
    letter-spacing: 0px;
  }
  .section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .hover-block__parent {
    width: 100%;
    height: auto;
    padding-bottom: 100%;
    background-position: 50% 0px;
    background-size: 100%;
  }
  .hover-block__link {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-height: 100%;
    min-height: 100%;
    padding: 0px;
    clear: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: transparent;
    color: #000;
  }
  .hover-block__text {
    position: absolute;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    min-height: 44%;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .hover-block__description {
    margin-bottom: 0px;
  }
  .hover-block__parent2 {
    width: 100%;
    height: auto;
    padding-bottom: 100%;
    background-position: 50% 0px;
    background-size: 100%;
  }
  .masonry-wrapper-2021 {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .portfolio-mask-title-3 {
    font-size: 21px;
    line-height: 32px;
  }
  .column-5 {
    text-align: center;
  }
  .column-6 {
    margin-bottom: 50px;
  }
  .education-cols {
    display: block;
    margin-bottom: 0px;
  }
  .advocacy-cols {
    display: block;
    margin-bottom: 0px;
  }
  .global-cols {
    display: block;
    margin-bottom: 0px;
  }
  .column-7 {
    margin-bottom: 0px;
    text-align: center;
  }
  .column-8 {
    margin-bottom: 20px;
    text-align: center;
  }
  .column-9 {
    margin-bottom: 20px;
    text-align: center;
  }
  .container-9 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-10 {
    padding-bottom: 0px;
  }
  .column-11 {
    text-align: center;
  }
  .column-12 {
    text-align: center;
  }
  .column-13 {
    text-align: center;
  }
  .image-13 {
    display: none;
  }
  .icon-2 {
    color: #00567a;
    font-size: 30px;
  }
  .section-reps-mobile {
    grid-auto-flow: row;
    grid-column-gap: 21px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .nav-link.link-on-mob {
    background-color: transparent;
    font-family: 'Frutiger Pro Bold', Arial, sans-serif;
    color: #00567a;
  }
  .nav-link.link-on-mob:hover {
    color: #62b5e5;
  }
  .nav-link.link-on-mob:active {
    color: #62b5e5;
  }
  .nav-link.link-on-mob:focus {
    color: #62b5e5;
  }
  .nav-link.link-on-mob.nav-link-hover:hover {
    background-color: transparent;
  }
  .nav-link.link-on-mob.nav-link-hover.w--open {
    background-color: transparent;
  }
  .nav-back {
    display: block;
  }
  .dropdown {
    background-color: transparent;
  }
  .dropdown:hover {
    background-color: transparent;
  }
  .drop-link {
    font-family: 'Frutiger Pro Bold', Arial, sans-serif;
    font-weight: 400;
  }
  .home-slide-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .slider-text-top {
    margin-bottom: -14px;
    font-size: 106px;
    letter-spacing: -6px;
  }
  .slider-text-mid {
    font-size: 39px;
  }
  .head-h3 {
    font-size: 18px;
    line-height: 35px;
  }
  .head-subtitle {
    font-size: 40px;
  }
  .but-nav-on-phones {
    background-color: transparent;
    color: transparent;
  }
  .but-nav-on-phones:focus {
    color: #00567a;
  }
  .but-nav-on-phones.w--open {
    background-color: transparent;
    color: transparent;
  }
  .nav-background {
    background-color: hsla(0, 0%, 100%, 0.8);
    color: hsla(0, 0%, 100%, 0.85);
  }
  .nav-drop-ef.w--open {
    background-color: transparent;
  }
  .nav-back-fixed.nav-back-fixed-none {
    display: none;
  }
  .padding-top-big.white-background.overflow-hidden {
    padding-right: 5px;
    padding-left: 5px;
  }
  .tab-link-style-1 {
    width: 100%;
  }
  .tab-link-style-1.w--current {
    width: 100%;
  }
  .text-align-center {
    font-size: 11px;
    line-height: 18px;
  }
  .blog-thumb-image-1 {
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }
  .blog-thumb-name-1 {
    padding-right: 3px;
    padding-left: 3px;
    font-size: 9px;
    line-height: 16px;
    letter-spacing: 0px;
  }
  .blog-thumb-date-1 {
    top: 68px;
  }
  .blog-thumb-author-img-1 {
    display: none;
  }
  .blog-thumb-author-name-1 {
    top: 107px;
  }
  .blog-thumb-categories-1 {
    right: 10px;
    bottom: 10px;
    display: none;
    font-size: 32px;
    line-height: 32px;
  }
  .post-date {
    left: 138px;
    top: 65px;
    right: auto;
  }
  .portfolio-mask-title {
    top: 25%;
    font-size: 12px;
    line-height: 20px;
  }
  .progress-name {
    font-size: 11px;
    line-height: 13px;
  }
  .progress-percen {
    font-size: 12px;
    line-height: 10px;
  }
  .head-h4 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .subscribe-style {
    padding-left: 13px;
  }
  .subscribe-button {
    width: 104px;
    font-size: 9px;
    letter-spacing: 1px;
  }
  .sep-text {
    font-size: 23px;
    line-height: 29px;
  }
  .flying-icon-1 {
    display: none;
  }
  .flying-icon-2 {
    display: none;
  }
  .flying-icon-3 {
    display: none;
  }
  .flying-icon-4 {
    display: none;
  }
  .flying-icon-5 {
    display: none;
  }
  .flying-icon-6 {
    display: none;
  }
  .flying-icon-7 {
    display: none;
  }
  .flying-icon-8 {
    display: none;
  }
  .flying-icon-9 {
    display: none;
  }
  .flying-icon-10 {
    display: none;
  }
  .flying-icon-11 {
    display: none;
  }
  .flying-icon-12 {
    display: none;
  }
  .flying-icon-13 {
    display: none;
  }
  .flying-icon-14 {
    display: none;
  }
  .flying-icon-15 {
    display: none;
  }
  .flying-icon-16 {
    display: none;
  }
  .flying-icon-17 {
    display: none;
  }
  .flying-icon-18 {
    display: none;
  }
  .flying-icon-19 {
    display: none;
  }
  .flying-icon-20 {
    display: none;
  }
  .container-2 {
    color: #00567a;
  }
  .text-block {
    font-size: 12px;
    line-height: 19px;
  }
  .text-block.footnote.text-align-center {
    display: block;
    margin-top: -21px;
    margin-bottom: 15px;
  }
  .text-block-2.footnote {
    font-size: 9px;
    line-height: 14px;
  }
  .text-block-3 {
    font-size: 12px;
  }
  .columns-3 {
    margin-bottom: 40px;
  }
  .image._2019-membership {
    width: 100%;
  }
  .table4-1 {
    display: none;
  }
  .society-sections {
    padding-right: 0px;
    padding-left: 0px;
  }
  .pres-circle {
    grid-column-gap: 41px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .gold {
    grid-column-gap: 27px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .silver {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .bod {
    display: none;
    grid-auto-columns: 1fr;
    grid-column-gap: 33px;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .section-reps {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 21px;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .image-3 {
    width: 50%;
  }
  .image-4 {
    width: 100%;
  }
  .grid-img-cover {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 0px;
  }
  .global-outreach-grid {
    display: none;
  }
  .advocacy-grid {
    display: none;
  }
  .education-grid {
    display: none;
  }
  .head-subtitle-white {
    font-size: 33px;
  }
  .our-team {
    margin-bottom: 40px;
  }
  .section {
    margin-bottom: 50px;
  }
  .hover-block__parent {
    display: block;
    padding-bottom: 0%;
    float: none;
    clear: left;
  }
  .hover-block__link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .hover-block__text {
    position: relative;
    left: 0px;
    top: 0%;
    right: 0px;
    bottom: auto;
    margin-top: 55%;
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #fff;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .hover-block__description {
    margin-bottom: 0px;
  }
  .hover-block__parent2 {
    display: block;
    padding-bottom: 0%;
    float: none;
    clear: left;
  }
  .portfolio-mask-title-3 {
    font-size: 12px;
    line-height: 20px;
  }
  .education-cols {
    display: block;
  }
  .advocacy-cols {
    display: block;
  }
  .global-cols {
    display: block;
  }
  .lightbox-link {
    display: block;
    margin-bottom: 17px;
  }
  .image-13 {
    display: block;
  }
  .icon-2 {
    color: #00567a;
    font-size: 28px;
  }
  .bod-mobile {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 33px;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .section-reps-mobile {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 21px;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
}

#w-node-7d20c2d46c3a-1795acd9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-2025d70ca507-1795acd9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-df662320b957-1795acd9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-766ed8ec26f6-1795acd9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-6886afcf8eea-1795acd9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-8ec25d488424-1795acd9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-32e0d3e8f86a-1795acd9 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 4;
  grid-row-end: 5;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
}

#w-node-32e0d3e8f86b-1795acd9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-902b35570002-1795acd9 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-4d3bb4d10b63-1795acd9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-641ee2972581-1795acd9 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
}

#w-node-641ee2972582-1795acd9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-37ee8944bfe5-1795acd9 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
}

#w-node-20debf6c06a8-1795acd9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-7196c209537b-1795acd9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-26749fad1cb8-1795acd9 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-1d64008e175d-1795acd9 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-e8fe486c0467-1795acd9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e8fe486c046a-1795acd9 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-e8fe486c046b-1795acd9 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-14d980c9cf9f-1795acd9 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-14d980c9cfa1-1795acd9 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-14d980c9cfa2-1795acd9 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-14d980c9cfa6-1795acd9 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-14d980c9cfa8-1795acd9 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-14d980c9cfaa-1795acd9 {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-14d980c9cfab-1795acd9 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-5c496646e9b9-1795acd9 {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-14d980c9cfa0-1795acd9 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-8490381468c1-1795acd9 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-a4faab903bd6-1795acd9 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-14d980c9cfa4-1795acd9 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-c61671e87a9c-1795acd9 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-14d980c9cfad-1795acd9 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-14d980c9cfaf-1795acd9 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-f686818c1a92-1795acd9 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-f686818c1a93-1795acd9 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-f686818c1a94-1795acd9 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-f686818c1a9a-1795acd9 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-f686818c1aa1-1795acd9 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-f686818c1aa2-1795acd9 {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-f686818c1aa3-1795acd9 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-f686818c1aa9-1795acd9 {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-f686818c1aaf-1795acd9 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-f686818c1ab0-1795acd9 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-f686818c1ab3-1795acd9 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-f686818c1ab9-1795acd9 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-f686818c1ab2-1795acd9 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-f686818c1ac0-1795acd9 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-f686818c1ac6-1795acd9 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-82720a946bea-1795acd9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-32e0d3e8f86a-1795acd9 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }
  #w-node-902b35570002-1795acd9 {
    -ms-grid-row: span 3;
    grid-row-start: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-4d3bb4d10b63-1795acd9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ec3c268406cd-1795acd9 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }
  #w-node-e8fe486c046a-1795acd9 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
  #w-node-e8fe486c046b-1795acd9 {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
  #w-node-f686818c1a92-1795acd9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-f686818c1a93-1795acd9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-f686818c1a94-1795acd9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-f686818c1a9a-1795acd9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-f686818c1aa1-1795acd9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-f686818c1aa2-1795acd9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-f686818c1aa3-1795acd9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-f686818c1aa9-1795acd9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-f686818c1aaf-1795acd9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-f686818c1ab0-1795acd9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-f686818c1ab3-1795acd9 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
  #w-node-f686818c1ab9-1795acd9 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
}

@font-face {
  font-family: 'Frutiger Pro Cnd Bold';
  src: url('../fonts/Linotype---FrutigerLTPro-BoldCn.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Frutiger Pro Black Italic';
  src: url('../fonts/Linotype---FrutigerLTPro-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Frutiger Pro Cnd Light Italic';
  src: url('../fonts/Linotype---FrutigerLTPro-CondensedIta.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Frutiger Pro Bold Italic';
  src: url('../fonts/Linotype---FrutigerLTPro-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Frutiger Pro Roman';
  src: url('../fonts/Linotype---FrutigerLTPro-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Frutiger Pro Light';
  src: url('../fonts/Linotype---FrutigerLTPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Frutiger Pro Light Cnd';
  src: url('../fonts/Linotype---FrutigerLTPro-LightCn.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Frutiger Pro Cnd Bold Italic';
  src: url('../fonts/Linotype---FrutigerLTPro-BoldCnIta.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Frutiger Pro Bold';
  src: url('../fonts/Linotype---FrutigerLTPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'FA 5 brands';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'FA 5 pro regular';
  src: url('../fonts/Font-Awesome-5-Pro-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'FA 5 pro light';
  src: url('../fonts/Font-Awesome-5-Pro-Light-300.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}