:root {
  --black-2: #1a1a1a;
  --text-grey: #797979;
  --orange-2: #ff9c08eb;
  --dark-orchid-2: #ae06d8e3;
  --white-smoke-3: #f5f6f9;
  --white-smoke-4: #f5f6f980;
  --black: #1a1a1a;
  --white-smoke: #f5f5f7;
  --midnight-blue-3: #00064ae6;
  --royal-blue-3: #006df0;
  --silver-2: silver;
  --dodger-blue-3: #29a1ff;
  --lime: #08ff30e3;
  --medium-turquoise-3: #06d8cfe3;
  --medium-aquamarine: #06d895;
  --orange: #ff9c08;
  --white: white;
  --grey-2: #797979;
  --grey: #858585;
  --dodger-blue: #29a1ff;
  --royal-blue: #006df0;
  --dodger-blue-2: #29a1ffe3;
  --medium-turquoise: #06d8cfe3;
  --medium-turquoise-2: #06d8cf;
  --silver: silver;
  --steel-blue: #0084ce;
  --royal-blue-2: #005293;
  --midnight-blue: #00224a;
  --dark-orchid: #ae06d8e3;
  --midnight-blue-2: #00064ae6;
  --white-smoke-2: #f5f6f9;
  --category-color: white;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: var(--black-2);
  text-align: left;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  color: var(--black-2);
  text-align: left;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

h3 {
  color: var(--black-2);
  text-align: left;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  color: var(--black-2);
  text-align: left;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

h5 {
  color: var(--black-2);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  color: var(--text-grey);
  text-align: left;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}

a {
  text-decoration: underline;
}

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

li {
  color: var(--black-2);
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 36px;
}

img {
  float: none;
  text-align: left;
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 20px;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 36px;
}

figure {
  margin-bottom: 10px;
}

.navbar {
  color: #fff;
  background-color: #040707;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 600;
  display: block;
  box-shadow: 0 1px 3px #0000001a;
}

.navbar.transparent {
  z-index: 999;
  color: #ae06d8e3;
  background-color: #fff;
  border-bottom: 1px solid #000;
  position: static;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 3px #00000024;
}

.navbar.footer-located {
  box-shadow: none;
  text-align: center;
  background-color: #0000;
}

.nav-menu.center {
  float: none;
  text-align: center;
}

.nav-menu.footer-located {
  float: none;
  background-color: #0000;
}

.nav-menu.main-nav {
  margin-top: 10px;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  padding: 30px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
}

.nav-link:hover, .nav-link.w--current {
  color: #ee8322;
}

.nav-link.w--current:active {
  color: #ae06d8e3;
}

.nav-link.dropdown {
  color: var(--text-grey);
  padding-top: 37px;
  padding-left: 14px;
  padding-right: 35px;
  font-family: Poppins, sans-serif;
  font-size: 11px;
}

.nav-link.dropdown.scroll {
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.nav-link.scroll, .nav-link.scroll.w--current {
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-link.scroll.whitebg {
  color: #000;
  text-decoration: none;
  display: inline-block;
}

.nav-link.scroll.whitebg:hover {
  color: #ee8322;
}

.nav-link.scroll.whitebg.w--current {
  color: var(--orange-2);
  display: inline-block;
}

.nav-link.whitebg {
  color: #000;
}

.nav-link.whitebg:hover {
  color: #ee8322;
}

.nav-link.whitebg.indrop {
  float: left;
  clear: left;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
}

.nav-link.whitebg.scroll-nav {
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-section {
  color: #1a1a1a;
  background-image: url('../images/himanshu-singh-gurjar-106819.jpg');
  background-position: 0;
  background-size: cover;
  background-attachment: fixed;
  height: 750px;
  margin-top: -20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  position: static;
}

.hero-section.homepages1 {
  background-image: none;
  border-right: 1px #000;
  padding-top: 0;
  position: relative;
}

.hero-section.homepages1.gif-header {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.hero-section.contact {
  background-image: linear-gradient(120deg, #ae06d8ba, #00064aa3), url('../images/trevor-cole-385236.jpg');
  background-position: 0 0, 50% 0;
}

.hero-section.contact.slide {
  background-image: linear-gradient(120deg, #ae06d8ba, #00064aa3), url('../images/myles-tan-84040.jpg');
  background-position: 0 0, 50% 0;
  background-attachment: scroll, fixed;
}

.hero-section.short {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ashim-d-silva-162286-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 650px;
  margin-top: 0;
}

.hero-section.left-nav {
  background-image: linear-gradient(#0000 41%, #f5f6f9), url('../images/ekntrtmz-224106.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-big-text {
  color: #f9d342;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 55px;
}

.hero-big-text.smaller {
  text-align: left;
  text-transform: none;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
}

.hero-big-text.smaller.no-padding {
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
}

.hero-big-text.smaller.events-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 31px;
}

.hero-big-text.smaller.events-title.dark {
  color: var(--black-2);
}

.hero-big-text.no-padding {
  margin-top: 0;
}

.hero-big-text.color-left {
  color: var(--dark-orchid-2);
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

.hero-big-text.headline {
  letter-spacing: 12px;
  margin-bottom: 20px;
  font-size: 80px;
  font-weight: 500;
}

.hero-big-text.left-side {
  text-align: left;
}

.paragraph-big-hero {
  color: #fff;
  font-size: 23px;
  line-height: 36px;
}

.section {
  background-color: #373737;
  padding: 100px 20px;
  transition: background-color .9s;
  display: block;
  position: relative;
}

.section.color {
  color: #363436e3;
  background-color: #1f1f1fe3;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.section.gray {
  background-color: var(--white-smoke-3);
  text-align: left;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Lato, sans-serif;
  display: none;
  position: relative;
}

.section.gray.black {
  background-color: var(--black-2);
  color: var(--black-2);
  background-image: linear-gradient(#1a1a1aa1, #1a1a1aa1), url('../images/mapp-dots.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  display: none;
}

.section.gray.newslatter {
  background-color: #0000;
  padding-top: 55px;
  display: block;
}

.section.gray.padding-bottom {
  color: var(--black-2);
  background-color: #1a1a1a;
  padding-bottom: 20px;
}

.section.gray.related {
  margin-top: -80px;
  padding-top: 200px;
}

.section.gray.cyber {
  background-color: #f5f6f9;
  padding-top: 100px;
  padding-bottom: 0;
  display: block;
}

.section.gray.cyber.last-impact {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.gray.impact {
  padding-bottom: 0;
  display: block;
}

.section.gray.impact.membership-bg {
  background-color: var(--white-smoke-3);
}

.section.divider {
  background-color: var(--dark-orchid-2);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.contact {
  background-color: #0000;
  border-bottom: 1px solid #ededed;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.section.black {
  background-color: #1a1a1a;
}

.section.image1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/zeyn-afuang-258471.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.image1.color {
  background-image: linear-gradient(#3b3b3bc7, #3b3b3bc7), url('../images/zeyn-afuang-258471.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.causes {
  background-color: var(--white-smoke-3);
}

.section.causes.no-padding-top {
  padding-top: 0;
}

.section.causes.white {
  background-color: #fff;
}

.section.causes.dark {
  background-color: var(--white-smoke-4);
}

.section.volunteer {
  background-image: linear-gradient(#fff, #fff 0% 0%, #ffffffd4), url('../images/h1-slide-1-background-img.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 0;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.no-padding.gray {
  padding-top: 40px;
}

.section.portfolio {
  padding-bottom: 0;
}

.section.transparent {
  background-color: #0000;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.blog-single {
  padding-bottom: 0;
  padding-left: 45px;
  padding-right: 45px;
}

.section.impact-section {
  background-color: #979797;
  transition: background-position .2s, background-color .9s;
}

.section.impact-section.white-background {
  cursor: auto;
  background-color: #fff;
}

.section.team-section {
  background-color: #fff;
  padding-top: 0;
}

.section.vision-section {
  background-color: #e4e4e4;
}

.section.values-section {
  background-color: #373737;
  padding-top: 0;
}

.section.inside-team {
  background-color: #f5f6f9;
}

.section.mission {
  text-align: left;
  padding-top: 24px;
  padding-bottom: 50px;
}

.section.block-quote {
  background-color: #fff;
  padding-top: 0;
}

.section-tittle-block {
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-weight: 100;
}

.section-tittle-block.no-space {
  text-align: center;
  margin-bottom: 0;
}

.section-tittle-block.no-space.left {
  text-align: left;
}

.section-tittle-block.no-space.homepage {
  margin-top: 50px;
}

.section-tittle-block.no-margin {
  text-align: left;
  margin-bottom: 0;
}

.section-tittle-block.padding-top {
  text-align: left;
  margin-top: 170px;
  margin-bottom: 0;
}

.section-tittle-block.left {
  margin-bottom: 20px;
}

.section-tittle-block.left.right-side {
  float: right;
  width: 96%;
}

.section-tittle-block.projects {
  margin-top: 60px;
}

.section-tittle-block.page-header {
  background-image: none;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-tittle-block.page-header.left {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 80px;
  display: block;
}

.section-tittle-block.page-header.blog {
  width: 70%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: block;
}

.section-tittle-block.page-header.events {
  text-align: left;
  transition-property: none;
}

.section-tittle-block.page-header.events:hover {
  box-shadow: none;
  transform: none;
}

.section-tittle-block.page-header.whoweare {
  text-align: left;
}

.section-tittle-block.bottom-padding {
  margin-bottom: 100px;
}

.section-tittle-block.no-padding, .section-tittle-block.in-box {
  margin-bottom: 0;
}

.section-tittle-block.top {
  margin-top: 60px;
}

.section-tittle-block.leaders-space {
  margin-bottom: 40px;
}

.section-tittle {
  color: #f9d342;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}

.section-tittle.white {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

.section-tittle.white.smaller {
  text-transform: uppercase;
  font-size: 36px;
}

.section-tittle.white.left {
  text-align: left;
  text-transform: none;
}

.section-tittle.white.intro {
  letter-spacing: 0;
  text-transform: none;
  font-size: 46px;
  font-weight: 400;
  line-height: 56px;
}

.section-tittle.white.whoweare {
  text-align: left;
  margin-top: 10px;
}

.section-tittle.big-transparent {
  color: #1a1a1a08;
  font-size: 100px;
  font-weight: 700;
  display: none;
  position: relative;
}

.section-tittle.big-transparent.white {
  color: #ffffff0a;
}

.section-tittle.subscribe {
  text-transform: none;
}

.section-tittle.subhead {
  color: #000;
  font-size: 28px;
}

.section-tittle.subhead.about-us {
  color: #ee8322;
  text-align: left;
}

.section-tittle.subhead.about-us.centre {
  text-align: center;
}

.section-tittle.subhead.values {
  color: #a10404;
}

.section-tittle.subhead.impact {
  color: #ee8322;
  text-align: left;
  text-transform: none;
  background-color: #0000;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 52px;
}

.section-tittle.subhead.impact.black-header {
  background-color: #0000;
}

.section-tittle.subhead.team-subhead {
  color: #000;
  margin-bottom: 40px;
}

.section-tittle.inside-team {
  text-align: left;
}

.section-tittle.speaker-title {
  margin-top: 40px;
}

.section-tittle.previous-header {
  text-align: center;
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.section-tittle.tier {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.sub-tittle {
  color: #e4e4e4;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}

.sub-tittle.white {
  color: #fff;
  margin-top: 10px;
  font-family: Playfair Display, sans-serif;
  font-weight: 300;
}

.sub-tittle.white.intro {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  overflow: hidden;
}

.sub-tittle.small {
  font-size: 16px;
  line-height: 34px;
}

.sub-tittle.padding {
  margin-bottom: 40px;
}

.sub-tittle.smaller {
  letter-spacing: 1px;
  margin-top: 0;
  font-size: 14px;
  font-style: normal;
}

.sub-tittle.center {
  text-align: center;
}

.sub-tittle.left {
  color: var(--text-grey);
}

.sub-tittle.subscribe {
  font-size: 14px;
}

.sub-tittle.contact {
  color: #292826;
  text-align: center;
}

.sub-tittle.charcoal {
  color: #292826;
}

.sub-tittle.values {
  color: #fff;
  text-align: center;
  margin-top: 0;
}

.sub-tittle.whoweare {
  color: #000;
  text-align: left;
  margin-top: 0;
  line-height: 28px;
}

.sub-tittle.ourimpact {
  color: #000;
}

.sub-tittle.our-leaders {
  color: #000;
  text-align: center;
}

.sub-tittle.membership {
  color: #202020;
  margin-bottom: 20px;
}

.sub-tittle.events {
  color: #000;
  font-size: 42px;
  line-height: 42px;
}

.sub-tittle.events:hover {
  box-shadow: none;
  transform: none;
}

.sub-tittle.milestone-title {
  color: var(--black);
  margin-top: 0;
  font-size: 40px;
  line-height: 48px;
}

.features-icon {
  float: left;
  color: #1a1a1a;
  background-image: url('../images/icons8-amnesty-international-1_1icons8-amnesty-international (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  margin-top: 5px;
  margin-right: 10px;
  padding: 0;
  font-family: Montserrat, sans-serif;
}

.features-icon.imag2 {
  background-image: url('../images/icons8-receive-cash-1_1icons8-receive-cash (1).png');
  background-size: cover;
  margin-right: 10px;
}

.features-icon.imag3 {
  background-image: url('../images/icons8-trust-1_1icons8-trust (1).png');
  background-position: 50%;
  background-size: cover;
  margin-right: 10px;
}

.features-icon.imag4 {
  background-image: url('../images/icons8-volunteering-1_1icons8-volunteering (1).png');
}

.features-content {
  color: #1a1a1a;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  position: relative;
  overflow: hidden;
}

.features-tittle {
  color: var(--black-2);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.features-tittle.white {
  color: #fff;
  text-align: left;
}

.features-tittle.causes {
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  width: 90%;
  margin: 10px auto 0;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.features-tittle.causes.left {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
}

.features-tittle.causes.left-dark {
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 29px;
}

.features-tittle.causes.left-dark.top {
  margin-top: 5px;
  margin-bottom: 5px;
}

.features-tittle.causes.left-dark.top:hover {
  color: var(--dark-orchid-2);
}

.paragraph {
  color: var(--text-grey);
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.paragraph.dollar {
  color: var(--black-2);
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
  line-height: 30px;
  display: inline-block;
  position: relative;
  top: -50px;
  left: -60px;
}

.paragraph.pricing {
  color: var(--text-grey);
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.paragraph.pricing.middle {
  border-top: 1px solid #00000017;
  border-bottom: 1px solid #00000017;
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph.white {
  color: #fff;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
}

.paragraph.white.in-footer {
  color: var(--text-grey);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 14px;
  line-height: 30px;
}

.paragraph.white.percentual {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 24px;
}

.paragraph.white.percentual.color {
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
}

.paragraph.white.percentual.nationality {
  font-size: 10px;
  line-height: 20px;
}

.paragraph.white.block {
  text-align: left;
  margin: 5px 5px 20px;
  font-family: Playfair Display, sans-serif;
  font-style: normal;
  display: inline-block;
}

.paragraph.white.block.no-padding {
  margin-left: 0;
  margin-right: 0;
}

.paragraph.white.block.dark {
  color: var(--black-2);
  margin-bottom: 0;
}

.paragraph.white.contact {
  margin-top: 0;
}

.paragraph.white.center {
  text-align: center;
  font-family: Playfair Display, sans-serif;
}

.paragraph.white.center.lighter {
  color: #fff;
}

.paragraph.tam-sub-text {
  color: #292929;
  margin-bottom: 20px;
  font-size: 15px;
  font-style: normal;
}

.paragraph.text-field {
  height: 50px;
  color: var(--text-grey);
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #49494940;
  border-radius: 0;
  margin-bottom: 10px;
  padding: 10px 12px 10px 14px;
  font-family: Playfair Display, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: background-color .4s;
  display: block;
}

.paragraph.text-field:hover {
  background-color: #fafafa;
}

.paragraph.text-field.message {
  color: #1a1a1a;
  border-radius: 0;
  height: 120px;
  padding-top: 20px;
  padding-bottom: 70px;
}

.paragraph.text-field.second {
  color: var(--text-grey);
  background-color: #0000;
}

.paragraph.text-field.second:hover {
  border-bottom-color: #f9d342;
}

.paragraph.text-field.second.area {
  height: auto;
  color: var(--text-grey);
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 50px;
  overflow: auto;
}

.paragraph.text-field.second.area.gray {
  background-color: var(--white-smoke-3);
  height: auto;
  color: var(--text-grey);
  padding-top: 10px;
}

.paragraph.text-field.second.gray {
  background-color: var(--white-smoke-3);
  color: var(--text-grey);
}

.paragraph.text-field.second.message-field {
  border: 1px solid #dadada;
  height: 100px;
}

.paragraph.text-field.gray {
  background-color: var(--white-smoke-3);
  border-bottom-style: none;
  border-radius: 0;
  margin-right: 0;
}

.paragraph.text-field.single {
  background-color: #fff;
  border-style: none;
  border-radius: 8px;
}

.paragraph.text-field.subscribe {
  color: var(--text-grey);
  padding-left: 0;
}

.paragraph.in-services {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 300;
}

.paragraph.white-text {
  color: #fff;
  font-family: Playfair Display, sans-serif;
  font-weight: 300;
  line-height: 24px;
}

.paragraph.left {
  color: var(--text-grey);
  font-family: Playfair Display, sans-serif;
}

.paragraph.center {
  color: var(--text-grey);
  text-align: center;
  font-family: Playfair Display, sans-serif;
}

.paragraph.diplo-copy {
  color: var(--white-smoke);
}

.button-block-center {
  color: #1a1a1a;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.button-block-center.no-space {
  margin-top: 30px;
  margin-bottom: 0;
}

.button-block-center.no-pad {
  margin-top: 0;
}

.button {
  text-transform: uppercase;
  background-color: #29a1ff;
  background-image: none;
  padding: 18px 35px 16px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.button.move-up {
  background-color: var(--midnight-blue-3);
  letter-spacing: 1px;
  background-image: none;
  border-radius: 8px;
  padding-top: 16px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  transition: all .3s;
}

.button.move-up:hover {
  background-color: var(--dark-orchid-2);
  transform: translate(0, -5px);
  box-shadow: 0 20px 20px #00000026;
}

.button.move-up.color {
  color: #fff;
  background-color: #06d8cf;
  padding: 12px 25px;
  font-weight: 400;
  transition-duration: .4s;
  display: inline-block;
}

.button.move-up.color:hover {
  background-color: #1a1a1a;
  border: 0 #fff;
}

.button.move-up.color.no-hover {
  padding: 18px 35px 16px;
  font-weight: 400;
}

.button.move-up.color.no-hover:hover {
  background-color: #29a1ff;
}

.button.move-up.color.no-hover.full {
  color: #fff;
  background-color: #ee8322;
  background-image: none;
  padding-top: 16px;
  padding-bottom: 16px;
}

.button.move-up.line {
  color: #ae06d8e3;
  background-color: #0000;
  border-width: 2px;
  border-color: #ae06d8e3;
  font-weight: 500;
}

.button.move-up.line.white {
  color: #fff;
  border-color: #fff;
  padding-top: 16px;
}

.button.move-up.line.orange {
  color: #fff;
  border-style: none;
  padding-top: 14px;
  padding-bottom: 14px;
}

.button.move-up.no-hover {
  color: #fff;
  background-color: #ee8322;
  padding-top: 16px;
  line-height: 20px;
}

.button.move-up.no-hover.contact-button {
  display: inline-block;
}

.button.move-up.no-hover.area {
  margin-top: 20px;
  margin-right: 20px;
}

.button.move-up.no-hover.area.end {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.button.move-up.no-hover.area.end.w--current {
  object-fit: fill;
  margin-top: 0;
}

.button.move-up.no-hover.area.reverse {
  color: #ee8322;
  background-color: #fff;
  border: 1px solid #ee8322;
}

.button.move-up.no-hover.area.centre {
  margin-left: auto;
  margin-right: auto;
}

.button.move-up.no-hover.home {
  color: #ee8322;
  background-color: #fff;
  margin-right: 20px;
}

.button.move-up.no-hover.framework {
  margin-top: 20px;
}

.button.move-up.donate {
  color: #fff;
  margin-top: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: inline-block;
}

.button.move-up.donate.singel {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.button.move-up.donate.line.white {
  padding-top: 14px;
  padding-bottom: 14px;
}

.button.move-up.donate.gray {
  background-color: var(--white-smoke-3);
  color: #00224a;
}

.button.move-up.fullwidth {
  color: #fff;
  background-color: #ee8322;
  width: 100%;
  padding-top: 16px;
  display: block;
}

.button.move-up.fullwidth:hover {
  background-color: var(--black-2);
  color: #fff;
}

.button.move-up.fullwidth.subscribe {
  background-color: var(--dark-orchid-2);
  width: auto;
  height: 50px;
  margin-left: 14px;
  padding: 14px 26px;
}

.button.move-up.fullwidth.subscribe:hover {
  background-color: var(--black-2);
}

.button.move-up.colorated {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 2px solid #ffffff3b;
}

.button.move-up.colorated:hover {
  color: #fff;
  background-color: #ae06d8e3;
  border-style: none;
  border-width: 0;
}

.button.move-up.colorated.orange {
  background-color: var(--orange-2);
  border-style: none;
  padding-top: 16px;
  display: inline-block;
}

.button.move-up.colorated.orange:hover {
  background-color: #ff9c08e3;
}

.button.move-up.colorated.orange.violet {
  background-color: var(--dark-orchid-2);
}

.button.move-up.orange {
  background-color: var(--orange-2);
  padding-top: 16px;
}

.button.move-up.color-3 {
  background-color: var(--royal-blue-3);
  padding-top: 16px;
}

.button.move-up.top {
  margin-top: 40px;
}

.button.move-up.right {
  float: right;
  padding-left: 25px;
  padding-right: 25px;
}

.button.move-up.right-padding {
  margin-right: 10px;
}

.button.move-up.right-padding.violet {
  background-color: var(--dark-orchid-2);
}

.button.move-up.right-padding.violet:hover {
  background-color: #9600bbe3;
}

.button.move-up.right-padding.violet.bottom {
  width: 100%;
  color: var(--dark-orchid-2);
  text-align: center;
  background-color: #ffffffe3;
  margin-bottom: 0;
  margin-right: 0;
  box-shadow: 0 6px 20px #00000014;
}

.button.move-up.right-padding.violet.bottom:hover {
  background-color: var(--dark-orchid-2);
  color: #fff;
  transform: translate(0, -6px);
  box-shadow: 0 14px 20px #00000021;
}

.button.move-up.right-padding.violet.categories {
  margin-top: 30px;
}

.button.move-up.right-padding.bottom {
  margin-bottom: 20px;
}

.button.line {
  background-color: #0000;
  border: 1px solid #fff;
}

.button.color.move-up {
  background-color: #29a1ff;
  padding: 18px 35px 16px;
  font-weight: 400;
}

.button.full {
  background-image: linear-gradient(225deg, #00224a, #005293 48%, #0084ce);
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
}

.full-container {
  color: #1a1a1a;
  background-color: #0000;
  max-width: 1170px;
  margin: auto;
  font-family: Montserrat, sans-serif;
  display: block;
}

.full-container.center {
  z-index: 2;
  text-align: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-weight: 400;
  display: block;
  position: relative;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.full-container.center.homepages1 {
  text-align: left;
  width: 70%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: visible;
  transform: translate(-50%, -50px);
}

.full-container.center.homepages1.video-top {
  width: 80%;
  top: 24%;
}

.full-container.center.homepages1.slider {
  top: 40%;
}

.full-container.center.homepages1.slider.percentual {
  top: 35%;
}

.full-container.center.homepages1.slider.percentual.new {
  background-color: #ff9c08;
  border: 10px solid #fff;
  width: 50%;
  height: auto;
  padding: 20px 40px 40px;
  top: 30%;
  left: 35%;
  box-shadow: 21px 21px 30px #0000001a;
}

.full-container.center.homepages1.slider.percentual.new.right {
  background-color: #242527;
  left: 65%;
}

.full-container.center.homepages1.slider.percentual.new.right.violete {
  background-color: #ae06d8;
}

.full-container.center.style2 {
  top: 30%;
}

.full-container.center.video {
  margin-top: -150px;
  position: static;
  top: 0%;
}

.full-container.center.first {
  top: 40%;
}

.full-container.footer {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.full-container.top {
  margin-top: -300px;
  position: static;
  top: -300px;
  left: 0;
}

.full-container.top.over {
  margin-top: -200px;
  top: -180px;
}

.full-container.top.tabs {
  margin-top: -300px;
}

.full-container.centerd {
  text-align: center;
}

.full-container.video {
  margin-top: -150px;
}

.full-container.facts {
  background-image: radial-gradient(circle, #fff, #0000);
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  margin-top: 80px;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.full-container.top-padding {
  margin-top: 100px;
}

.full-container.header {
  background-color: #1a1a1a87;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.full-container.aligined {
  text-align: center;
}

.full-container.subscibe {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
}

.full-container.cyber {
  background-color: #292929;
  padding: 30px;
}

.full-container.newsletter {
  background-color: #fff;
  border-radius: 8px;
  margin-top: -100px;
  padding: 40px;
  box-shadow: 7px 7px 20px #0000001a;
}

.full-container.hide {
  display: none;
}

.column {
  color: #1a1a1a;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.portfolio-wrapper {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.portfolio-lightbox {
  color: #fff;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.body {
  color: #1a1a1a;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.body.left-nav {
  height: 100%;
  padding-left: 300px;
}

.body.color {
  background-image: linear-gradient(#ae06d8e3, #ae06d8e3), url('../images/michael-mims-130838.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  margin-top: 0;
}

.car-icon {
  text-align: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.heading-3 {
  color: var(--black-2);
  text-align: left;
  text-transform: none;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}

.heading-3.volunteer {
  margin-top: 0;
}

.heading-3.volunteer.contact {
  color: #000;
  background-color: #0000;
}

.heading-3.volunteer.contact.center {
  text-align: center;
}

.project-tittle {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.project-tittle.white {
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.overlay-portfolio {
  z-index: 1;
  background-color: #0000;
  background-image: linear-gradient(135deg, #ae06d8e3, #00064ae6);
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: 0;
}

.overlay-portfolio.other-color {
  background-color: #0000;
  background-image: linear-gradient(135deg, var(--dark-orchid-2), var(--midnight-blue-3));
  border-radius: 8px;
  height: 380px;
  position: absolute;
}

.small-separator {
  float: none;
  background-color: var(--silver-2);
  width: 20px;
  height: 4px;
  color: var(--text-grey);
  margin: 0 4px;
  padding-left: 2px;
  padding-right: 2px;
  display: inline-block;
}

.small-separator.white {
  background-color: #fff;
  background-image: none;
}

.small-separator.center {
  background-color: #ee8322;
  height: 7px;
  margin-top: 0;
  padding-top: 0;
}

.small-separator.center.white {
  background-color: #fff;
}

.button-block-left {
  text-align: left;
  margin-top: 50px;
  margin-bottom: 0;
}

.sub-text {
  color: #767676;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

.sub-text.smaller {
  margin-top: 20px;
  font-size: 20px;
  line-height: 31px;
}

.sub-text.smaller.fun {
  color: var(--text-grey);
  text-align: center;
  margin-top: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
}

.tabs-menu {
  background-color: #0000;
  margin-top: 50px;
}

.tabs-menu.faq {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
}

.tabs-menu.second {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}

.tabs-menu.second.left-side {
  text-align: left;
  font-family: Merriweather, serif;
  font-style: italic;
  font-weight: 300;
}

.tabs-menu.line-top {
  border-top: 1px solid #ffffff2b;
}

.tabs {
  background-color: #0000;
}

.tab-link {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/5968bb9f8ed9cf7dd2ee5935_national-geographic-logo-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120px;
  width: 20%;
  min-height: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.tab-link:hover {
  opacity: 1;
  background-color: #ffffff1a;
}

.tab-link.w--current {
  opacity: 1;
  background-color: #ffffff1a;
  background-image: url('../images/5968bb9f8ed9cf7dd2ee5935_national-geographic-logo-white.svg');
  background-repeat: no-repeat;
  background-size: 120px;
  margin-left: 0;
  margin-right: 0;
  transition: all .4s;
  overflow: visible;
}

.tab-link.w--current:hover {
  opacity: 1;
  background-color: #ffffff1a;
}

.tab-link._2 {
  opacity: 1;
  background-image: url('../images/5968bb9f60a737091d9e4c73_webflow-logo-white.svg');
  background-size: 120px;
}

.tab-link._2:hover, .tab-link._2.w--current {
  opacity: 1;
  background-color: #ffffff1a;
}

.tab-link._2.w--current:hover {
  background-color: #ffffff1a;
}

.tab-link._3 {
  opacity: 1;
  background-image: url('../images/58b976d90bcfc57b329166ce_partner7-w.png');
  background-size: 120px;
}

.tab-link._3:hover {
  opacity: 1;
  background-color: #ffffff1a;
}

.tab-link._3.w--current {
  opacity: 1;
}

.tab-link._4 {
  opacity: 1;
  background-image: url('../images/client2-1-1-3.svg');
  background-size: 120px;
}

.tab-link._4:hover {
  opacity: 1;
  background-color: #ffffff1a;
}

.tab-link._5 {
  opacity: 1;
  background-image: url('../images/58b976b56a1db6cc66970bc2_partner3-w.png');
  background-size: 120px;
}

.tab-link._5:hover {
  opacity: 1;
  background-color: #ffffff1a;
}

.tab-link._5.w--current {
  opacity: 1;
}

.pricing-wrapper {
  text-align: center;
  width: 95%;
  padding: 45px 30px;
}

.pricing-wrapper.line {
  background-color: #fff;
  border-radius: 8px;
  padding-top: 10px;
  box-shadow: 0 0 30px #0000001a;
}

.pricing-wrapper.trasparent {
  background-color: #ffffffe8;
  border: 1px solid #eee;
  border-radius: 8px;
  padding-top: 10px;
}

.services-tittle {
  color: var(--black-2);
  text-align: center;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.services-tittle.white {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 600;
}

.services-tittle.white.left {
  text-align: left;
}

.pricing-big {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 60px;
  display: block;
  position: relative;
}

.pricing-big.color-1 {
  color: var(--dark-orchid-2);
  text-align: center;
}

.pricing-big.color-2 {
  color: var(--orange-2);
  text-align: center;
  font-family: Poppins, sans-serif;
}

.pricing-big.color-3 {
  color: var(--royal-blue-3);
  text-align: center;
}

.pricimg-line {
  background-color: #dfdfdf;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 25px;
}

.top-space-block {
  text-align: left;
  background-color: #0000;
  margin-top: 50px;
  padding-top: 0;
}

.top-space-block._100 {
  float: none;
  text-align: center;
  margin-top: 100px;
}

.top-space-block._100.left {
  width: 94%;
  margin-top: 0;
  padding-left: 10px;
}

.top-space-block._100.left.top {
  width: 70%;
  padding-top: 0;
  padding-left: 0;
  position: relative;
  top: 60px;
  bottom: 50%;
  left: 5%;
}

.top-space-block._100.left.top._50 {
  width: 86%;
  top: 50px;
}

.top-space-block._100.left.top.right {
  width: 90%;
  top: 60px;
}

.top-space-block._100.left.events {
  background-color: #0000;
  border: 1px #000;
  border-top: 1px solid #ffffff57;
  border-radius: 0;
  margin-bottom: 0;
  padding: 20px 0;
  position: relative;
  top: 24%;
}

.top-space-block._100.left.events:hover {
  box-shadow: none;
  transform: none;
}

.top-space-block._100.left.events.single {
  background-color: var(--white-smoke-3);
  border-radius: 8px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.top-space-block._100.perceptual {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.top-space-block._30 {
  text-align: center;
  margin-top: 0;
  font-family: Playfair Display, sans-serif;
}

.top-space-block._30.left {
  text-align: left;
  font-family: Playfair Display, sans-serif;
}

.top-space-block._30.center {
  color: var(--text-grey);
  font-family: Playfair Display, sans-serif;
}

.top-space-block.left {
  text-align: left;
}

.top-space-block.center {
  text-align: center;
  display: block;
}

.top-space-block.left-side {
  width: 90%;
  margin-top: 0;
  position: relative;
  top: 70px;
  left: 5%;
}

.top-space-block.left-side.padding {
  height: auto;
  position: static;
}

.link {
  color: #313131;
  background-color: #0000;
  border-right: 1px solid #797979;
  margin-left: 5px;
  margin-right: 0;
  padding-right: 5px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 26px;
  text-decoration: none;
  position: static;
  top: -30px;
  right: -197px;
}

.link:hover {
  color: #313131;
  text-decoration: underline;
}

.half-section {
  float: right;
  background-color: #fff;
  width: 50%;
  height: 800px;
}

.half-section.image {
  float: left;
  background-image: url('../images/nonprofit-wordpress-theme-1.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 50%;
  height: 800px;
}

.half-section.image.mock-up {
  background-image: url('../images/Mockup-1.jpg');
  background-position: 50%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 750px;
  margin-top: 120px;
  margin-bottom: 120px;
}

.half-section.left {
  float: left;
}

.half-section.left.colorated {
  background-color: #ae06d8e3;
  background-image: linear-gradient(135deg, #ae06d8e3, #3006d8e3 98%, #fff);
  border-left: 0 #000;
  border-right: 10px solid #fff;
}

.half-section.left.colorated.blue {
  background-image: linear-gradient(315deg, #ae06d8e3, #ff9c08);
  border-left: 1px solid #000;
  border-right: 10px solid #fff;
}

.half-section.left.image-2 {
  background-image: url('../images/zara-walker-56626.jpg');
  background-position: 50%;
  background-size: cover;
  border-right: 10px solid #fff;
}

.half-section.left.image-2.fourth {
  background-image: url('../images/michael-mims-130838.jpg');
}

.half-section.image-1 {
  background-image: url('../images/michael-mims-134037.jpg');
  background-position: 50%;
  background-size: cover;
}

.half-section.image-1.third {
  background-image: url('../images/himanshu-singh-gurjar-106819.jpg');
  border-left: 0 #000;
}

.half-section.right {
  background-color: #ff9c08;
  background-image: linear-gradient(135deg, #ff9c08, #960000);
  border-left: 1px #000;
}

.half-section.home {
  margin-top: 120px;
  margin-bottom: 120px;
}

.center-content-section {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 10%;
  left: 0;
}

.social-link {
  float: left;
  width: 25%;
  height: 120px;
  display: block;
}

.social-link.facebook {
  float: left;
  background-color: #0000;
  background-image: url('../images/logo.e6616dca24df.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  width: 20%;
  height: 120px;
  font-family: Lato, sans-serif;
  transition: all .4s;
  display: block;
}

.social-link.facebook:hover {
  background-color: #ffb008;
  background-image: url('../images/logo.e6616dca24dfwhite.png');
  background-size: 120px;
}

.social-link.twiter {
  background-image: url('../images/58482a62cef1014c0b5e4a13.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  width: 20%;
  transition: all .4s;
}

.social-link.twiter:hover {
  background-color: #2aa9e6;
  background-image: url('../images/58482a62cef1014c0b5e4a13white.png');
  background-size: 120px;
}

.social-link.instagram {
  background-image: url('../images/microsoft_0-copy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  width: 20%;
  transition: all .4s;
}

.social-link.instagram:hover {
  background-color: #6301cc;
  background-image: url('../images/microsoft_0white.png');
  background-size: 120px;
}

.social-link.google {
  float: right;
  clear: none;
  background-image: url('../images/original_images-Google_Logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  width: 20%;
  transition: all .4s;
}

.social-link.google:hover {
  background-color: #0dd304;
  background-image: url('../images/original_images-Google_Logowhite.png');
  background-size: 120px;
}

.social-link.dribbble {
  background-image: url('../images/dribbble.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  width: 20%;
}

.social-link.dribbble:hover {
  background-color: #ae06d8e3;
  background-image: url('../images/dribbblewhite.png');
  background-size: 120px;
}

.footer {
  background-color: var(--white-smoke-3);
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 60px;
  display: block;
}

.footer.style3 {
  color: var(--black-2);
  background-color: #212127;
  padding-bottom: 40px;
}

.footer.style4 {
  opacity: 1;
  color: var(--black-2);
  background-color: #1a1a1a;
  background-image: linear-gradient(#00000057, #00000057), url('../images/mapp-dots.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 13px;
}

.footer.coming {
  background-color: var(--white-smoke-3);
}

.link-block.footer {
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.link-block.footer.padding {
  background-color: #0000;
  margin-bottom: 30px;
}

.footer-line {
  background-color: #ffffff1c;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-line.more {
  margin-top: 50px;
  margin-bottom: 40px;
}

.logo-brand {
  margin-top: 10px;
}

.logo-brand.top {
  float: none;
}

.logo-brand.footer-one {
  margin-top: 34px;
}

.logo-brand.inline {
  margin-top: 10px;
  margin-bottom: 10px;
}

.logo-brand.inline.w--current {
  margin-top: 22px;
}

.logo-brand.inline.scroll, .logo-brand.inline.scroll.w--current {
  margin-top: 8px;
}

.top-navigation {
  border-bottom: 0 #ededed;
  padding-top: 10px;
  padding-bottom: 0;
}

.center-device, .center-device.bottom {
  text-align: left;
}

.center-device.right {
  float: right;
  text-align: right;
  display: block;
}

.center-device.left-nav {
  text-align: center;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.center-device.center {
  text-align: center;
  margin-top: 20px;
  display: none;
}

.top-left-text {
  color: #fff;
  margin-right: 15px;
  font-family: Merriweather, serif;
  font-style: normal;
  font-weight: 100;
  text-decoration: none;
  display: inline-block;
}

.top-left-text.white {
  color: #fff;
  text-transform: capitalize;
}

.top-left-text.in-testimonial {
  color: #858585;
  margin-right: 0;
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
  display: block;
}

.top-left-text.in-testimonial.white {
  color: #fff;
  margin-top: 5px;
  font-family: Playfair Display, sans-serif;
  font-weight: 300;
}

.top-left-text.dark {
  color: #858585;
  font-family: Playfair Display, sans-serif;
  font-weight: 400;
}

.top-left-text.dark.link {
  float: none;
  color: var(--black-2);
  text-align: left;
  border-right-style: none;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Playfair Display, sans-serif;
  font-size: 13px;
  font-weight: 300;
  display: inline;
  position: static;
}

.top-left-text.dark.link:hover {
  color: #1a1a1a;
}

.top-left-text.dark.link.right {
  float: right;
  text-align: center;
}

.top-left-text.dark.link.center {
  text-align: center;
}

.social-icon {
  text-align: right;
  background-image: url('../images/facebook-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  transition: all .4s;
  display: none;
}

.social-icon:hover {
  background-image: url('../images/facebook-logo-2.png');
  background-size: 16px;
}

.social-icon.twitter {
  background-image: url('../images/twitter-logo-silhouette.png');
  background-size: 16px;
}

.social-icon.twitter:hover {
  background-image: url('../images/twitter-logo-silhouette-2.png');
  background-size: 16px;
}

.social-icon.twitter.white-hover:hover {
  background-image: url('../images/twitter-logo-silhouette-1.png');
  background-size: 16px;
}

.social-icon.instagram {
  background-image: url('../images/instagram-logo.png');
  background-size: 16px;
}

.social-icon.instagram:hover {
  background-image: url('../images/instagram-logo-2.png');
  background-size: 16px;
}

.social-icon.instagram.hover-white {
  background-image: url('../images/instagram-logo.png');
  background-size: 16px;
}

.social-icon.instagram.hover-white:hover {
  background-image: url('../images/instagram-logo-1.png');
  background-size: 16px;
}

.social-icon.whatsapp {
  background-image: url('../images/whatsapp-logo.png');
  background-size: 16px;
}

.social-icon.whatsapp:hover {
  background-image: url('../images/whatsapp-logo-2.png');
  background-size: 16px;
}

.social-icon.whatsapp.hover-white {
  background-image: url('../images/whatsapp-logo.png');
  background-size: 16px;
}

.social-icon.whatsapp.hover-white:hover {
  background-image: url('../images/whatsapp-logo-1.png');
  background-size: 16px;
}

.social-icon.white-hover:hover {
  background-image: url('../images/facebook-logo-1.png');
  background-size: 16px;
}

.hero-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.slide {
  z-index: 12;
  background-image: linear-gradient(#0000007d, #0000007d), url('../images/anes-sabitovic-286668.jpg');
  background-position: 0 0, 50% -25px;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.slide.style2 {
  background-image: linear-gradient(#17021d70, #17021d70), url('../images/bill-wegener-287873-p-1080_1.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
}

.slide.one {
  background-image: url('../images/zara-walker-56626.jpg'), linear-gradient(#0000, #0000);
  background-position: 50% 32%, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
}

.slide.one.new {
  background-image: linear-gradient(#0000, #0000), url('../images/trevor-cole-385236.jpg');
  background-position: 0 0, 50% 32%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.slide.one.new.second {
  background-image: linear-gradient(#034affd6, #034affd6), url('../images/braden-barwich-229667.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.slide.one.new.third {
  background-image: linear-gradient(#001d93de, #001d93de), url('../images/himanshu-singh-gurjar-106819.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.slide.one.new.first {
  background-image: linear-gradient(#e9159dd6, #e9159dd6), url('../images/michael-mims-134037.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.slide.one.new.fourth {
  background-image: linear-gradient(#4702c0e3, #4702c0e3), url('../images/ekntrtmz-224106_1-p-1600.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.slide.one.new.sixth {
  background-image: linear-gradient(#ae06d8e3, #ae06d8e3), url('../images/michael-mims-130838.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.slide.one.new.fifth {
  background-image: linear-gradient(#003864ad, #003864ad), url('../images/milada-vigerova-36934-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.load-bar {
  z-index: 900;
  background-color: #00000078;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.arrow-slider {
  color: #1a1a1a;
  border: 1px solid #fff;
  border-radius: 100px;
  width: 70px;
  height: 70px;
  margin-top: 315px;
  margin-bottom: 315px;
  margin-right: 30px;
  font-size: 17px;
  transition: all .3s;
  display: block;
  overflow: hidden;
}

.arrow-slider.left {
  margin-left: 30px;
  overflow: hidden;
}

.arrow-slider.left:hover {
  background-color: #ae06d8e3;
  border-color: #ae06d8e3;
}

.arrow-slider.left.hidden {
  display: none;
  overflow: hidden;
}

.arrow-slider.hidden {
  color: #fff;
  border-style: none;
  margin: 25.5px;
  display: none;
  overflow: visible;
}

.arrow-slider.right:hover {
  background-color: #ae06d8e3;
  border-color: #ae06d8e3;
}

.icon {
  color: #fff;
}

.nave-hero-slider.hidden {
  display: none;
}

.services-wrapper {
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px 10px 0;
  transition: all .4s;
  display: block;
}

.services-wrapper:hover {
  box-shadow: 0 0 500px #0000001a;
}

.services-wrapper.in-blog {
  border-radius: 10px;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.services-wrapper.in-blog:hover {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  transform: translate(0, -10px);
}

.services-bottom {
  text-align: left;
  background-color: #fff;
  height: auto;
  padding: 30px;
  text-decoration: none;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
  position: relative;
}

.testimonial-photo {
  float: left;
  background-image: url('../images/team-3.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 80px;
  height: 80px;
  margin-left: 2px;
  margin-right: 20px;
}

.testimonial-photo.center {
  float: none;
  background-image: url('../images/test-3-p-800.jpeg');
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.testimonial-photo.center._2 {
  background-image: url('../images/Team-2-p-800.jpeg');
}

.testimonial-photo.center._3 {
  background-image: url('../images/Team-4-p-1080.jpeg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-photo.center._4 {
  background-image: url('../images/test-1-p-800.jpeg');
}

.testimonial-photo.center._5 {
  background-image: url('../images/Team-1-p-800.jpeg');
}

.testimonial-photo.center._6 {
  background-image: url('../images/test-4-p-800.jpeg');
}

.testimonial-content {
  position: relative;
  overflow: hidden;
}

.nav-slide {
  z-index: 1;
  float: right;
  text-align: right;
  padding-top: 15px;
  font-size: 8px;
  display: inline-block;
  position: relative;
  top: -42px;
  left: 0;
}

.nav-slide.normal {
  float: none;
  text-align: center;
  margin-top: 0;
  padding-top: 20px;
  display: block;
  position: static;
}

.content-container-center {
  z-index: 2;
  text-align: center;
  background-color: #0000;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-weight: 300;
  display: block;
  position: relative;
  top: 35%;
  left: 0;
  transform: translate(0, -50%);
}

.content-container-center.coming {
  top: 25%;
}

.footer-tittle {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 48px;
}

.lightbox-link {
  text-align: center;
  width: 60px;
  height: 60px;
  transition: transform .4s;
}

.lightbox-link:hover {
  transform: scale(1.1);
}

.center-block {
  text-align: center;
  text-transform: none;
  background-color: #0000;
  margin-top: 0;
}

.video-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.video-wrapper.full {
  width: 100%;
}

.video-wrapper.video {
  filter: saturate(147%);
  background-image: url('../images/ekntrtmz-224106_1-p-1600.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 70%;
  height: 500px;
  box-shadow: 0 10px 24px #1a1a1a33;
}

.video-wrapper.video.full {
  float: left;
  width: 90%;
  height: 400px;
}

.video-wrapper.video.full.second {
  background-image: url('../images/h1-slide-1-background-img.jpg');
}

.services-icon {
  float: left;
  width: 50px;
  height: 50px;
}

.services-icon.style2 {
  background-image: url('../images/icons8-marker_1icons8-marker.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 45px;
  width: 90px;
  height: 90px;
}

.services-icon.second {
  float: none;
  border: 0px none var(--dodger-blue-3);
  background-color: var(--dodger-blue-3);
  text-align: center;
  background-image: url('../images/rdf-resource-description-framework-symbol.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border-radius: 16px;
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.services-icon.second._2 {
  border-color: var(--lime);
  background-color: var(--lime);
  background-image: url('../images/operator-avatar.png');
  background-size: 40px;
}

.services-icon.second._3 {
  border-width: 0;
  border-color: var(--orange-2);
  background-color: var(--orange-2);
  background-image: url('../images/user-1.png');
  background-size: 40px;
}

.services-icon.second._4 {
  border-width: 0;
  border-color: var(--dark-orchid-2);
  background-color: var(--dark-orchid-2);
  background-image: url('../images/candle-flame.png');
  background-position: 50%;
  background-size: 40px;
}

.bottom-block {
  text-align: center;
  margin-bottom: 100px;
}

.bottom-block._30 {
  margin-bottom: 30px;
}

.testimnial-wrapper {
  color: #fff;
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 31px;
  display: block;
}

.about-wrapper {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  display: block;
}

.about-wrapper.licensing {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.about-wrapper.hide {
  display: none;
}

.about-team-content {
  text-align: center;
  border-style: none;
  border-right-width: 1px;
  border-right-color: #0000003b;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.about-team-content.new {
  padding: 20px;
}

.team-name {
  color: #1a1a1a;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.team-name.leader {
  color: var(--dark-orchid-2);
  text-transform: none;
  margin-top: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
}

.team-name.thin {
  color: var(--black-2);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.team-name.blog {
  color: var(--black-2);
  padding-top: 10px;
}

.content-wrapper {
  float: left;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ededed;
  width: 33.333%;
  margin-bottom: -1px;
  margin-right: -1px;
  padding: 40px 30px;
  transition: all .4s;
  position: relative;
  overflow: visible;
}

.content-wrapper:hover {
  transform: translate(0, -10px);
  box-shadow: 0 30px 30px #00000030;
}

.content-wrapper.in-contact {
  z-index: 1;
  height: auto;
  position: relative;
}

.content-wrapper._100 {
  border-top: 4px #29a1ffe3;
  border-radius: 8px;
  width: 100%;
  margin-top: 0;
}

.content-wrapper._100.middle {
  background-color: var(--royal-blue-3);
  border-style: none;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.content-wrapper._100.first {
  background-color: var(--medium-turquoise-3);
  border-style: none;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.content-wrapper._100.last {
  background-color: var(--orange-2);
  border-style: none;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.contact-icon {
  background-image: url('../images/information.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contact-icon.map {
  background-image: url('../images/placeholder-1.png');
  background-repeat: no-repeat;
  background-size: 50px;
}

.contact-icon.call {
  background-image: url('../images/phone-call.png');
  background-repeat: no-repeat;
  background-size: 50px;
}

.contact-icon.email {
  background-image: url('../images/mail-2.png');
  background-repeat: no-repeat;
  background-size: 70px;
}

.heading-7 {
  color: var(--black-2);
  text-align: center;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

.heading-7.white {
  letter-spacing: 1px;
  font-family: Poppins, sans-serif;
}

.section-3 {
  padding: 100px 20px;
}

.tab-faq {
  color: var(--text-grey);
  background-color: #0000;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
}

.tab-faq.w--current {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--orange-2);
  color: #ff9c08;
  background-color: #0000;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}

.faq-wrapper {
  text-align: center;
  width: 70%;
  margin-top: 1px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  display: block;
}

.faq-wrapper.diplo-wrap {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.toogle-faq {
  text-align: left;
  margin-top: -1px;
}

.toogle-header {
  width: 100%;
  color: var(--text-grey);
  background-color: #fff;
  border: 1px solid #ededed;
  padding: 20px 20px 17px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
}

.toogle-header:hover {
  background-color: var(--orange-2);
  color: #000000e3;
  font-weight: 700;
  transform: translate(0, -10px);
  box-shadow: 0 20px 20px #0000001a;
}

.toogle-icon {
  float: right;
  width: 18px;
  height: 18px;
  color: var(--black);
  background-image: url('../images/down-arrow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  position: relative;
  top: 0;
  right: 10px;
}

.toogle-content {
  overflow: hidden;
}

.toogle-space {
  padding: 0 30px 0 15px;
  overflow: hidden;
}

.line-divider {
  background-color: #ededed;
  height: 1px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.line-divider.in-section {
  background-color: #ffffff1c;
  margin-top: 80px;
  margin-bottom: 80px;
}

.features-wrapper {
  float: left;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ededed;
  margin-bottom: -1px;
  padding: 40px 60px;
  transition: all .4s;
}

.features-wrapper.home10 {
  text-align: left;
  background-color: #0000;
  border-style: none;
  width: 50%;
  margin-bottom: 20px;
  padding: 0 10px;
  font-family: Lato, sans-serif;
  transition: none;
}

.features-wrapper.home10.inline {
  width: 100%;
}

.testimonial-name {
  color: #1a1a1a;
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-style: normal;
}

.testimonial-name.white {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px #ffffff2b;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.coming-soon-section {
  background-color: #0000;
  background-image: linear-gradient(#1a1a1ab3, #1a1a1ab3), url('../images/bill-wegener-287873-p-1080_1.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0;
}

.paragraph-2 {
  color: var(--text-grey);
  border-right: 1px #858585;
  margin-right: 5px;
  font-family: Playfair Display, sans-serif;
  font-size: 13px;
  font-weight: 300;
  display: inline;
}

.paragraph-3 {
  color: var(--text-grey);
  border-style: none;
  border-left-width: 1px;
  border-left-color: #858585;
  margin-right: 5px;
  padding-left: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 13px;
  font-weight: 300;
  display: inline;
}

.paragraph-3.hire-me {
  margin-right: 0;
}

.left-wrapper {
  float: left;
  background-color: #f5f5f7;
  width: 60%;
  height: 800px;
}

.left-wrapper.photo {
  background-image: url('../images/business-people-analyzing-statistics-financial-concept-blur.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 80vh;
}

.left-wrapper.photo.left {
  background-image: url('../images/contact-1.jpg');
  background-position: 50%;
  width: 25%;
  height: 400px;
}

.left-wrapper.photo.left._2 {
  background-image: url('../images/contact-3.jpg');
  background-position: 100%;
}

.left-wrapper.photo.right {
  float: right;
  background-image: url('../images/contact-2.jpg');
  width: 50%;
  height: 80vh;
}

.left-wrapper.photo.right._2 {
  background-image: url('../images/contact-4.jpg');
}

.left-wrapper.photo.right.contactus {
  text-align: right;
  width: 50%;
  height: 900px;
}

.left-wrapper.white {
  background-color: #fff;
  background-image: url('../images/team-banner.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
}

.left-wrapper.white.clean-form {
  background-image: none;
}

.form-wrapper-block {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form-wrapper-block.home {
  width: 70%;
  display: block;
  position: relative;
  top: 15%;
}

.headline-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.headline-wrapper.center {
  width: 75%;
}

.headline-wrapper.width {
  width: auto;
}

.form {
  color: #fff;
}

.form.subscribe {
  width: 400px;
  margin-top: 14px;
  display: flex;
}

.emphasized-text-16 {
  font-family: Merriweather, serif;
  font-size: 22px;
  font-weight: 100;
}

.emphasized-text-16.bottom-padding {
  text-align: center;
  margin-bottom: 30px;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 30px;
  display: block;
}

.emphasized-text-16.bottom-padding.smaller {
  text-align: left;
  font-size: 20px;
  line-height: 32px;
}

.emphasized-text-16.bottom-padding.dark {
  color: var(--text-grey);
  text-align: left;
}

.emphasized-text-16.bottom-padding.left {
  text-align: left;
}

.text-block-10 {
  font-family: Playfair Display, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.banner.style2 {
  background-image: linear-gradient(#e57cffe3, #ae06d8e3 99%), url('../images/h1-slide-1-background-img.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 700px;
  position: relative;
}

.banner.style4 {
  background-color: #29a1ff;
  background-image: linear-gradient(#b9b4d1eb, #b9b4d1eb), url('../images/h1-slide-1-background-img.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 600px;
  position: relative;
}

.lightbox-divider.center {
  width: 80px;
  height: 80px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 50%;
  left: 0;
}

.lightbox-divider.center.in-video {
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  transition: all .4s;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.services-content {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.navbar-style1 {
  background-color: #fff;
  box-shadow: 0 1px 3px #0000001a;
}

.top-logo {
  text-align: center;
  padding-top: 30px;
}

.testimonials-slide {
  text-align: center;
  background-color: #fafafa;
  border-radius: 8px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 35px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  display: block;
}

.testimonials-slide.color-1 {
  background-color: var(--dark-orchid-2);
  border-radius: 8px;
}

.testimonials-slide.color-2 {
  background-color: var(--medium-aquamarine);
}

.testimonials-slide.color-3 {
  background-color: var(--dodger-blue-3);
}

.testimonials-slide.color-4 {
  background-color: var(--orange-2);
}

.testimonials-slide.color-5 {
  background-color: var(--royal-blue-3);
}

.tab-portfolio {
  color: #ffffffb3;
  background-color: #0000;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 3px;
  padding-right: 3px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.tab-portfolio.w--current {
  color: #f5f5f7;
  background-color: #0000;
  border-bottom: 1px solid #ffffff9c;
  padding-left: 3px;
  padding-right: 3px;
  font-family: Playfair Display, sans-serif;
  font-weight: 300;
  display: inline-block;
}

.tab-portfolio.colorated {
  border-bottom: 1px #000;
}

.tab-portfolio.colorated.w--current {
  border-bottom: 1px solid #ae06d8e3;
  font-family: Playfair Display, sans-serif;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.full-facts-wrapper {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.fun-content {
  margin-left: 0;
  position: relative;
  overflow: hidden;
}

.fun-content.no-space.add {
  margin-bottom: 0;
}

.fun-tittle {
  color: var(--black-2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Lato, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 50px;
  overflow: hidden;
}

.left {
  text-align: left;
  font-family: Playfair Display, sans-serif;
}

.swervices-wrapper {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.right {
  text-align: right;
}

.content-features-home10 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding: 45px 25px 30px;
  transition: all .4s;
}

.content-features-home10:hover {
  background-color: #fff;
  transform: translate(0, -10px);
  box-shadow: 0 30px 30px #0000001a;
}

.form-contact {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 40px 40px;
  box-shadow: 0 20px 20px #0000001a;
}

.form-contact.volunteer {
  box-shadow: none;
  background-color: #0000;
  padding: 0;
}

.form-contact.volunteer.width {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form-contact.singel {
  margin-top: 20px;
}

.form-contact.fluid {
  width: 42%;
  margin: 0 auto;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: static;
  top: 20%;
}

.form-contact.fluid.device {
  width: 45%;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.margin-device {
  border-radius: 8px;
  margin-bottom: 20px;
}

.footer-divider {
  background-color: #dfdfdf;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-block-13 {
  color: #fff;
  font-family: Playfair Display, sans-serif;
  font-style: normal;
}

.text-block-13.color-font {
  color: #ae06d8e3;
  font-family: Playfair Display, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.text-block-13.font-color {
  color: #ae06d8e3;
  font-family: Playfair Display, sans-serif;
  font-style: normal;
}

.dropdown-link {
  color: var(--text-grey);
  letter-spacing: 1px;
  font-family: Lato, sans-serif;
  font-size: 11px;
  font-weight: 400;
  transition: all .4s;
}

.dropdown-link:hover {
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.dropdown-link.w--current {
  color: #d52effe3;
  letter-spacing: 1px;
  font-family: Lato, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.dropdown-list.w--open {
  background-color: var(--black-2);
  color: var(--black-2);
  text-align: center;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.portfolio-device {
  margin-top: 0;
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 20px;
}

.white {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.separator-wrapper {
  text-align: center;
  margin: 20px auto;
  display: block;
}

.separator-wrapper.left {
  text-align: left;
}

.separator-wrapper.left.padding {
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.separator-wrapper.in-box {
  margin-top: 10px;
}

.separator-wrapper.inside-team {
  margin-top: 0;
}

.color {
  color: var(--dark-orchid-2);
  margin-top: 20px;
  font-size: 24px;
}

.color.white {
  color: #ffffff57;
}

.causes-link-wrapper {
  background-color: var(--white-smoke-3);
  text-align: center;
  border-radius: 8px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  transition: background-color .4s, box-shadow .4s, transform .4s;
  display: block;
}

.causes-link-wrapper:hover {
  background-color: #fff;
  transform: translate(0, -6px);
  box-shadow: 4px 4px 15px #2e323c17;
}

.causes-link-wrapper.top {
  background-image: url('../images/59f99ba178cc2d0001fde243_avik-saha-293795.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  width: 100%;
  height: 400px;
  margin-bottom: 0;
  padding: 0;
  position: static;
}

.causes-link-wrapper.top:hover {
  box-shadow: none;
  transform: none;
}

.causes-link-wrapper.top.right {
  border-radius: 8px;
  height: 300px;
}

.causes-link-wrapper.top.right:hover {
  transform: translate(0, -5px);
  box-shadow: 14px 14px 20px #00000024;
}

.causes-link-wrapper.top.second {
  background-image: linear-gradient(#0000004f, #0000004f), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: 0;
}

.causes-link-wrapper.top.events {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  height: 300px;
}

.causes-link-wrapper.full {
  background-color: #fff;
  background-image: url('../images/ben-white-357087.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  height: 400px;
  margin-top: 0;
  padding: 0;
}

.causes-link-wrapper.full._1 {
  background-image: linear-gradient(#ff9c087d, #ff9c087d), url('../images/ben-white-357087.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  margin-bottom: 0;
  transition-property: none;
}

.causes-link-wrapper.full._1:hover {
  box-shadow: none;
  transform: none;
}

.causes-link-wrapper.full._2 {
  background-image: linear-gradient(#ae06d88f, #ae06d88f), url('../images/michael-mims-130838.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-bottom: 0;
  transition-property: none;
}

.causes-link-wrapper.full._2:hover {
  transform: none;
}

.causes-link-wrapper.full._3 {
  background-image: linear-gradient(#006df0a3, #006df0a3), url('../images/ekntrtmz-224106_1-p-1600.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-bottom: 0;
  transition-property: none;
}

.causes-link-wrapper.full._3:hover {
  transform: none;
}

.causes-link-wrapper.list {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  padding: 0;
  position: static;
  overflow: hidden;
}

.causes-link-wrapper.percentual {
  width: 100%;
}

.causes-link-wrapper.percentual.new {
  padding-bottom: 40px;
}

.image-4 {
  border-radius: 8px;
  width: 100%;
}

.percentage {
  color: #fff;
  text-align: center;
  background-color: #ae06d8e3;
  border-radius: 100px;
  width: 70px;
  height: 30px;
  margin: 10px;
  padding: 4px 8px;
  font-family: Poppins, sans-serif;
  display: block;
  position: absolute;
  box-shadow: 4px 4px 17px #2e323c2e;
}

.percentage.in-block {
  float: right;
  color: #ae06d8e3;
  text-align: center;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.percentage.in-block.featured {
  float: none;
  background-color: var(--orange-2);
  color: #fff;
  width: auto;
  padding-top: 4px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.percentage.blog {
  z-index: 2;
  float: none;
  text-transform: uppercase;
  background-color: #1a1a1a;
  border-radius: 5px;
  width: 100px;
  height: 30px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  padding: 6px 10px;
  font-size: 10px;
  text-decoration: none;
  display: block;
  position: relative;
}

.percentage.blog.center {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7px;
  font-weight: 300;
  display: block;
}

.percentage.nationality {
  width: 100px;
  box-shadow: none;
  background-color: #0000;
  border: 1px solid #fff;
  margin: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  position: absolute;
  top: 20px;
  left: 30px;
}

.percentage.list {
  width: 70px;
  height: 30px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  position: static;
}

.percentage.empty {
  width: 70px;
  height: auto;
  color: var(--dark-orchid-2);
  background-color: #f5f5f7;
  margin: 0;
  padding: 10px 8px;
  display: inline-block;
  position: static;
}

.percentage.empty.new {
  color: #fff;
  background-color: #06d8cfe3;
  width: 80px;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

.iteam-block.donation {
  text-align: center;
  margin-top: 20px;
}

.iteam-block.donation.transparent {
  text-align: left;
  width: 90%;
  margin-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}

.iteam-block.donation.transparent:hover {
  bottom: 50px;
  left: 0;
  right: 0;
}

.iteam-block.donation.list {
  text-align: left;
  margin-top: 0;
}

.iteam-block.donation.list.left {
  text-align: left;
}

.iteam-block.donation.left.new {
  text-align: left;
  margin-top: 40px;
}

.iteam-block.donation.center {
  text-align: center;
  background-color: #0000;
  width: 50%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  display: block;
}

.iteam-block.donation.right {
  float: right;
}

.text-block-20 {
  color: var(--midnight-blue-3);
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
}

.text-block-20.white {
  color: #ffffffc7;
  font-size: 15px;
}

.text-block-20.singel {
  font-size: 18px;
  font-weight: 600;
}

.donation-range {
  color: var(--dark-orchid-2);
  margin-left: 4px;
  margin-right: 4px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  display: inline-block;
}

.donation-range.raised {
  color: var(--text-grey);
  font-weight: 300;
}

.donation-range.raised.white {
  color: #ffffffd9;
}

.donation-range.raised.singel {
  font-weight: 400;
}

.donation-range.white {
  color: #fff;
  font-size: 15px;
}

.donation-range.singel {
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.tabs-2 {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-5 {
  background-color: #fff;
  border-radius: 0;
  padding: 20px;
  display: block;
}

.tab-pane {
  border-radius: 0;
}

.tabs-content {
  border-radius: 10px;
  box-shadow: 0 -5px 20px #0003;
}

.div-block-6 {
  background-color: var(--dark-orchid-2);
  text-align: left;
  border-radius: 0;
  height: 400px;
}

.div-block-6.color-orange {
  background-color: #ff9c08cc;
}

.div-block-6.color-orange.events {
  background-color: #ae06d8e3;
  border-radius: 0 8px 8px 0;
  height: 200px;
  padding: 20px;
  position: static;
  overflow: visible;
}

.div-block-6.color-orange.events:hover {
  transform: none;
}

.div-block-6.color-orange.events.red {
  background-color: #ff1f00;
  border-radius: 8px;
  height: 300px;
  margin-top: -1px;
  position: static;
  top: 100%;
}

.column-no-padding {
  padding-left: 0;
  padding-right: 0;
}

.row-4 {
  border-radius: 0;
  height: 100%;
}

.progress-element {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.progress-wrapper {
  margin-bottom: 15px;
  position: relative;
}

.progress-line {
  background-color: #f5f5f7;
  width: 100%;
  height: 2px;
  position: relative;
  overflow: hidden;
}

.progress-line.dark {
  background-color: #e6e6e6;
  height: 10px;
}

.progres-overlay {
  width: 80%;
  position: absolute;
  inset: 0;
}

.column-7 {
  text-align: right;
}

.link-4 {
  color: #1a1a1a;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.link-4:hover {
  color: #ae06d8e3;
  text-decoration: underline;
}

.link-4.right {
  float: right;
  color: var(--black-2);
  text-align: right;
  margin-top: 0;
  margin-left: 0;
  display: inline-block;
}

.link-4.right:hover {
  color: var(--dark-orchid-2);
}

.heading-15 {
  font-family: Poppins, sans-serif;
}

.heading-15.left-side-text {
  color: #fff;
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
}

.heading-15.left-side-text:hover {
  box-shadow: 1px 1px 3px #00000005;
}

.heading-15.left-side-text.thin {
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.div-block-8 {
  border-bottom: 1px solid #ededed;
  display: none;
}

.padding {
  padding-left: 10px;
  padding-right: 10px;
}

.service-div {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.blog-tittle-black {
  float: none;
  color: var(--black-2);
  text-transform: none;
  margin-top: 14px;
  margin-bottom: 14px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: block;
}

.blog-tittle-black:hover {
  color: var(--dark-orchid-2);
}

.date {
  float: left;
  color: #797979;
  margin-right: 20px;
  font-family: Merriweather, serif;
  display: inline-block;
}

.date.by {
  color: var(--text-grey);
  margin-right: 5px;
  font-family: Playfair Display, sans-serif;
}

.testimonials.white {
  margin-top: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.testimonials.white.position {
  margin-top: 5px;
  font-family: Playfair Display, sans-serif;
  font-weight: 300;
}

.separator {
  background-color: #e0e0e0;
  height: 1px;
  margin-top: 40px;
}

.separator.event, .separator.padding {
  margin-top: 20px;
  margin-bottom: 20px;
}

.top-nav-containner, .navigation-container {
  max-width: 1170px;
}

.section-4, .left-nav {
  display: block;
}

.nav-bar-left {
  background-color: #fff;
  width: 300px;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 1px 1px 9px #0000001a;
}

.brand-logo-left-nav {
  float: none;
  text-align: center;
  margin-top: 20%;
  margin-bottom: 10%;
  padding-bottom: 0;
  display: block;
}

.nav-link-2 {
  color: var(--black-2);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  display: block;
}

.nav-link-2:hover {
  color: var(--dark-orchid-2);
}

.nav-menu-left {
  float: none;
  text-align: center;
  border-style: none;
  border-top-width: 0;
  border-top-color: #00000012;
  border-bottom-width: 0;
  border-bottom-color: #00000012;
  padding-top: 0%;
  padding-bottom: 0%;
}

.text-block-22 {
  color: var(--text-grey);
  font-family: Poppins, sans-serif;
}

.icon-3, .icon-4, .icon-6 {
  color: #ae06d8e3;
}

.full-width-container {
  padding-top: 220px;
  padding-bottom: 220px;
  display: block;
}

.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.dots-container {
  z-index: 5;
  background-color: #fff;
  border-radius: 40px;
  padding: 4px;
  position: fixed;
  top: 43%;
  left: 4%;
}

.div-dots {
  margin-bottom: 5px;
}

.dot-link {
  background-color: var(--silver-2);
  border-radius: 50px;
  width: 12px;
  height: 12px;
}

.dot-link.w--current {
  background-color: var(--dark-orchid-2);
  text-align: center;
  border: 0 #fff;
  width: 12px;
  height: 12px;
}

.page-header {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2343244545-p-1600_1.jpeg');
  background-position: 0 0, 50% 80%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-header.list {
  background-image: linear-gradient(#00000080, #00000080), url('../images/zeyn-afuang-258471.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.page-header.about {
  background-color: #292826;
  background-image: radial-gradient(circle, #0000, #000 70%), url('../images/contact-4.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: auto;
}

.page-header.about.whoweare {
  background-color: #fff;
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
}

.page-header.about.whoweare.bannerimg {
  background-image: url('../images/containers-about-te.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 175px;
  padding-bottom: 175px;
}

.page-header.about.whoweare.bannerimg.event-money {
  background-image: url('../images/UAV-bkk.jpg');
}

.page-header.about.whoweare.bannerimg.iran-event {
  background-image: url('../images/banner-img-iran--20231003403.jpg');
}

.page-header.about.whoweare.framework {
  background-image: url('../images/business-people-analyzing-statistics-financial-concept-low.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 175px;
  padding-bottom: 175px;
}

.page-header.about.whoweare.framework.event-money {
  background-image: url('../images/UAV-bkk.jpg');
}

.page-header.about.whoweare.framework.iran-event {
  background-image: url('../images/banner-img-iran--20231003403.jpg');
}

.page-header.team {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/team-banner.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  border-radius: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-header.volunteers {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/contact-4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.page-header.pricing {
  background-image: url('../images/59e1c91fec229e00016d5420_slide-2-1.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.page-header.contact {
  background-image: linear-gradient(#00000080, #00000080), url('../images/bill-wegener-287873-p-1080_1.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-header.singel {
  filter: grayscale();
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
}

.page-header.blog-grid {
  background-image: linear-gradient(#00000080, #00000080), url('../images/nathaniel-tetteh-300252.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.page-header.blog-single {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(#00000080, #00000080), url('../images/2343244545-p-1600_1.jpeg');
  background-position: 50%, 0 0, 50% 80%;
  background-size: cover, auto, cover;
  height: 460px;
  padding-top: 0;
  padding-bottom: 0;
}

.page-header.info-box {
  background-image: linear-gradient(#ae06d8e3, #ae06d8e3), url('../images/jj-ying-227411.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.page-header.event {
  background-color: #0000;
  background-image: url('../images/2343244545.jpg');
  background-position: 50% 80%;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
}

.page-header.intro {
  background-image: linear-gradient(to bottom, var(--dark-orchid-2), var(--dark-orchid-2)), url('../images/bill-wegener-287873-p-1080_1.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.page-header.faq {
  background-image: linear-gradient(#00000080, #00000080), url('../images/business-people-analyzing-statistics-financial-concept-blur.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, 1000px;
}

.page-header.faq.tiers {
  background-image: linear-gradient(#2b2929ba, #2b2929ba), url('../images/1756909635891.jpg');
}

.page-header.milestones {
  background-image: linear-gradient(#2e2e2eb3, #2e2e2eb3), url('../images/wist-groupshot.jpg');
  background-position: 0 0, 50% 22%;
}

.page-header.privacy {
  background-image: linear-gradient(#2222229c, #2222229c), url('../images/cyber-test.jpg');
  background-position: 0 0, 50% 0;
}

.info-wrapper {
  float: none;
  text-align: left;
  width: 100%;
  display: inline-block;
}

.info-wrapper.list {
  width: 68%;
  height: 100%;
  margin-left: 0;
  padding-top: 14px;
  padding-bottom: 10px;
}

.info-wrapper.list.causes {
  float: right;
  width: 70%;
  padding-top: 18px;
}

.info-wrapper.div {
  background-color: #0000;
  border: 1px solid #ffffff40;
  border-radius: 8px;
  width: 500px;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-wrapper-causes {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 26%;
  height: 140px;
  display: inline-block;
}

.image-wrapper-causes.left-image {
  background-image: none;
  width: 26%;
  height: 160px;
}

.row-volunteers {
  margin-bottom: 40px;
}

.last-tab {
  padding-bottom: 50px;
}

.toggle-tittle {
  color: var(--black);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.utility-page-wrap {
  background-image: url('../images/zara-walker-56626.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-wrap._404 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/containers.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.utility-page-content {
  text-align: center;
  background-color: #fff;
  border: 1px solid #ffffff4a;
  border-radius: 10px;
  flex-direction: column;
  width: 360px;
  padding: 20px;
  display: flex;
  box-shadow: 1px 1px 12px #000;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.events {
  border-radius: 8px;
  margin-bottom: 20px;
  transition: all .4s;
}

.events:hover {
  transform: translate(0, -10px);
  box-shadow: 0 20px 20px #1a1a1a26;
}

.read-more {
  color: #797979;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
  display: inline-block;
}

.read-more.event {
  float: none;
  width: 140px;
  color: var(--text-grey);
  text-align: center;
  margin-top: 10px;
  display: block;
}

.gray {
  background-color: #f5f6f9;
}

.author-image {
  background-image: url('../images/stock-photo-cheerful-woman-wearing-volunteer-tshirt-on-white-background-142834915.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 100px;
  width: 130px;
  height: 130px;
  margin-top: 0;
}

.author-image.left {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.row-author {
  border-bottom: 1px #0000001c;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.overlay-div {
  background-image: radial-gradient(circle, #0000007a, #000);
  padding-top: 70px;
  padding-bottom: 70px;
}

.team {
  background-image: url('../images/profile-jesu.jpg');
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.team._2 {
  background-image: url('../images/profile-matthew.jpg');
  background-position: 50% 0;
}

.team._4 {
  background-image: url('../images/profile-paul.jpg');
}

.team._5 {
  background-image: url('../images/profile-benjamin3.jpg');
  background-position: 50% 0;
}

.team._6 {
  background-image: url('../images/profile-rose2.jpg');
}

.team._3 {
  background-image: url('../images/profile-francis2.jpg');
}

.team._7 {
  background-image: url('../images/profile-prabs3.jpg');
}

.team._8 {
  background-image: url('../images/profile-marcus2.jpg');
}

.team._10 {
  background-image: url('../images/Team-2-p-800.jpeg');
}

.team._9 {
  background-image: url('../images/profile-paul.jpg');
}

.team._11 {
  background-image: url('../images/Suhaimi-Zainul-Abidin2.jpg');
}

.team.fiona {
  background-image: url('../images/profile-fiona.jpg');
}

.team._12 {
  background-image: url('../images/madhaviarya.jpg');
}

.team._14 {
  background-image: url('../images/profile-olivia2.jpg');
}

.team._15 {
  background-image: url('../images/felicia-gan2.jpg');
}

.team._16 {
  background-image: url('../images/profile-yee-flip.jpg');
}

.team._17 {
  background-image: url('../images/nikita-full.jpg');
}

.team._18 {
  background-image: url('../images/Prof-Nabil-Boubrahimi.jpg');
}

.team.speaker2 {
  background-image: url('../images/dae8fcc4-connie-kwan_104q07704q04q000007000.png');
}

.team.speaker3 {
  background-image: url('../images/6b9a99bc-cliff-photo_104q06304q04q00000o000.jpg');
}

.team.speakersize {
  height: 250px;
}

.team.speakersize.speaker2 {
  background-color: #e8e9e3;
  background-image: url('../images/connie-profile-new.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 80%;
}

.team.speakersize.speaker3 {
  background-color: #030303;
  background-image: url('../images/Lucas-har-photo.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.team.speakersize.speak1 {
  background-image: url('../images/Del-Singapore_Ambassador-Piórko_visual_Page_copyright.jpeg');
}

.team.speakersize.speaker4 {
  background-image: url('../images/1516972372525.jpg');
  background-repeat: no-repeat;
  background-size: contain;
}

.team.speakersize.speaker5 {
  background-image: url('../images/richard.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.team.speakersize.vasu {
  background-image: url('../images/original.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.team.speakersize.hermanus {
  background-image: url('../images/Hernanus-Tianadi-tkadvisor.jpg');
}

.team.lawrence-loh {
  background-image: url('../images/prof-Lawrence-Loh.png');
}

.team.prof-arwin {
  background-image: url('../images/Prof.-Arwinv3.jpg');
}

.team.michael-a-witt {
  background-image: url('../images/profile-Michael-A-Witt.jpg');
}

.team.dr-tan-hsien-li {
  background-image: url('../images/Dr-Tan-Hsien-Li.jpg');
}

.team._114 {
  background-image: url('../images/Elizabeth-Chelliahv3.jpg');
}

.team.james-mccolm {
  background-image: url('../images/James-McColmv4.jpg');
}

.image-5 {
  display: block;
}

.image-block {
  background-image: url('../images/abigail-keenan-27292.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  height: 380px;
}

.image-block._1 {
  background-image: url('../images/annie-spratt-210845.jpg');
}

.image-block._2 {
  background-image: url('../images/abigail-keenan-27292.jpg');
}

.image-block._3 {
  background-image: url('../images/braden-barwich-229667.jpg');
}

.image-block._4 {
  background-image: url('../images/jj-ying-227411.jpg');
}

.image-block._5 {
  background-image: url('../images/zara-walker-56626.jpg');
}

.image-block._6 {
  background-image: url('../images/nathaniel-tetteh-300252.jpg');
}

.image-block._7 {
  background-image: url('../images/michael-mims-134037.jpg');
}

.image-block._9 {
  background-image: url('../images/bill-wegener-286910.jpg');
}

.image-block._8 {
  background-image: url('../images/bill-wegener-287873.jpg');
}

.blog-info {
  color: var(--text-grey);
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
}

.rich-text-block {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.author-div {
  z-index: 2;
  background-color: #fff;
  border: 1px solid #0000000d;
  border-radius: 10px;
  margin-top: 100px;
  margin-bottom: 0;
  padding: 20px;
  position: relative;
  box-shadow: 0 10px 20px #0000001a;
}

.author-div-image {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 130px;
  height: 130px;
  margin-right: 20px;
}

.info-author-div {
  border-right: 1px solid #00000024;
  padding-right: 20px;
}

.info-donation-div {
  padding-left: 20px;
}

.richtext-event {
  text-align: left;
}

.div-block-9 {
  background-color: #fff;
}

.event-wrapper {
  float: right;
  width: 90%;
}

.info-event.white {
  color: #fff;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  font-weight: 300;
  display: inline-block;
}

.address-text {
  color: var(--text-grey);
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.more-info-div {
  border-top: 1px solid #00000021;
  padding-top: 14px;
}

.info-div-author {
  width: 80%;
}

.div-button-right {
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.bottom-footer-text {
  color: #797979;
  font-family: Playfair Display, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.bottom-footer-text.center {
  color: var(--text-grey);
  text-align: center;
  font-family: Playfair Display, sans-serif;
}

.bottom-footer-text.right, .bottom-footer-text.left {
  color: var(--text-grey);
}

.link-white {
  color: #fff;
  text-decoration: none;
}

.link-white:hover {
  text-decoration: underline;
}

.nav-link-footer {
  color: var(--black-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.nav-link-footer.w--current {
  color: #ee8322;
}

.div-wrapper-contact {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.donate-pop-up {
  z-index: 9999;
  background-color: #1a1a1af2;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: none;
  position: fixed;
  inset: 0;
}

.close-pop-up {
  opacity: .5;
  background-color: #0000;
  background-image: url('../images/524543.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  position: fixed;
  top: 15px;
  right: 15px;
  overflow: auto;
}

.close-pop-up:hover {
  opacity: 1;
}

.image-case-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 250px;
}

.paragraph-4 {
  color: var(--text-grey);
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
}

.info-author {
  float: right;
  width: 68%;
  padding-top: 14px;
}

.image-6 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.protected-text {
  color: var(--black-2);
  text-align: center;
  text-transform: none;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}

.text-field-2 {
  color: #1a1a1a;
  text-align: center;
  border-style: none;
  border-radius: 4px;
  font-family: Merriweather, serif;
  font-weight: 100;
}

.text-field-2.protected {
  background-color: var(--white-smoke-3);
  color: var(--text-grey);
  font-family: Playfair Display, sans-serif;
}

.image-7 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-2 {
  display: block;
}

.left-form-container {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 50px;
}

.left-form-container.general-contact {
  text-align: center;
  background-color: #fff;
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 30px;
  position: relative;
  inset: 25% auto auto;
}

.page-wrapper {
  overflow: hidden;
}

.page-wrapper.new {
  border-bottom: 10px solid #fff;
  height: auto;
}

.flex-wrapper {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
  position: relative;
}

._30-percent-presentation {
  width: 30%;
  margin-bottom: 60px;
  margin-right: 3.3%;
  position: relative;
}

.layout-thumbnail {
  cursor: pointer;
  height: 620px;
  padding-top: 1px;
  transition: box-shadow .4s, transform .4s;
  position: relative;
  overflow: scroll;
  box-shadow: 5px 5px 20px #00000017;
}

.layout-thumbnail:hover {
  transform: translate(0, -5px);
  box-shadow: 0 17px 26px #0000001a;
}

.image-8 {
  text-align: center;
  transition: transform .4s;
  position: static;
}

.image-8:hover {
  transform: scale(1.1);
}

.column-12 {
  font-family: Playfair Display, sans-serif;
}

.title-icon {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Playfair Display, sans-serif;
  font-size: 70px;
  font-weight: 400;
  text-decoration: none;
}

.title-icon.transparent {
  color: #ffffff80;
}

.success-message {
  color: #fff;
  background-color: #ee8322;
  border-radius: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 14px;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #ff0000e3;
  border-radius: 10px;
  padding: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 14px;
}

.scroll {
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
}

.navbar-scroll {
  z-index: 2000;
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 10px 18px -6px #0000001f;
}

.post-rich-text {
  float: none;
  text-align: left;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: block;
}

.post-rich-text h3, .post-rich-text h4, .post-rich-text h5 {
  text-align: left;
}

.post-rich-text figure {
  float: left;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 30px;
}

.heading-div {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.mock-up-section {
  margin-top: 0;
}

.liquid-card {
  z-index: 2000;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 24px;
  display: none;
  position: fixed;
  bottom: 24px;
  left: 24px;
  overflow: hidden;
  box-shadow: 0 6px 20px #00000029;
}

.link-block-2 {
  background-image: url('../images/together-256.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.link-block-3 {
  float: left;
}

.link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8, .link-block-9, .link-block-10, .link-block-12, .link-block-13, .link-block-14, .link-block-15, .link-block-16 {
  text-decoration: none;
}

.side-content, .half-side {
  width: 50%;
}

.half-side._40 {
  width: 40%;
}

.div-form {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.right-arrow {
  display: none;
}

.toogle-block {
  padding-top: 30px;
  padding-bottom: 30px;
}

.grid {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.licence-items {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-bottom: -24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.licence-item-firs {
  background-color: #fff;
  border: 1px solid #dde1e7;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px;
  display: flex;
}

.image-div {
  background-image: url('../images/shutterstock_178724276.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100px;
  height: 100px;
}

.image-div.logo {
  background-image: url('../images/together-256.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.licence-link {
  color: #343e52;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.licence-link:hover {
  color: #fa7000;
  text-decoration: underline;
}

.link-block-17 {
  text-decoration: none;
}

.homepage-banner-video {
  background-color: #00000073;
  width: 100%;
  height: 100%;
}

.homepage-column-impact {
  background-color: #0000;
  margin-bottom: 20px;
}

.col1-impact {
  background-color: #000;
}

.col1-impact:hover {
  background-color: #0000;
}

.impact-col-header {
  float: none;
  clear: none;
  color: #fff;
  object-fit: fill;
  background-color: #0000;
  flex-direction: row;
  align-items: flex-end;
  padding: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  line-height: 30px;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.link-block-18 {
  background-color: #000;
}

.col1-impact-link-block {
  opacity: .71;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  mix-blend-mode: normal;
  background-color: #000;
  background-image: url('../images/TE-cyber.jpg');
  background-position: 0 0;
  background-clip: border-box;
  width: auto;
  height: 359px;
  transition: background-position .35s, opacity .2s;
}

.col1-impact-link-block:hover {
  opacity: 1;
  background-image: linear-gradient(to top, #181818, #fff0), url('../images/TE-cyber.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.col1-impact-link-block.international-security {
  cursor: pointer;
  background-image: linear-gradient(331deg, #000, #fff0), url('../images/International-Security--Non-Proliferation-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.col1-impact-link-block.international-security:hover {
  color: #ee8322;
}

.col1-impact-link-block.cyber {
  background-image: linear-gradient(331deg, #000, #fff0), url('../images/cyber2.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.col1-impact-link-block.mentorship {
  background-image: linear-gradient(331deg, #000, #fff0), url('../images/partnership.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.col1-impact-link-block.strat-trade {
  background-image: linear-gradient(331deg, #000, #fff0), url('../images/port-test.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.col1-impact-link-block.justice {
  background-image: linear-gradient(331deg, #000, #fff0), url('../images/justice-test.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.col1-impact-link-block.mentor-home {
  background-image: linear-gradient(331deg, #000, #fff0), url('../images/mentor-dark.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.link-block-19 {
  text-decoration: none;
}

.col-container-values {
  margin-top: 50px;
}

.col1-values {
  float: left;
  width: 20%;
  padding-left: 20px;
}

.block-letter-values {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #f9d342;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-bottom: 10px;
  padding: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: block;
  position: static;
}

.values-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: center;
  background-color: #0000;
}

.values-icon {
  float: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.bold-text {
  color: #ee8322;
}

.missionblock {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
}

.missionblock.diplo-text {
  font-size: 21px;
  font-weight: 200;
  line-height: 31px;
}

.missionblock.centre {
  text-align: center;
}

.missionblock.mobile {
  display: none;
}

.terms-contact-field {
  color: #000;
  text-align: left;
  margin-top: 50px;
  font-size: 10px;
}

.section-5 {
  display: none;
}

.inside-team-text {
  text-align: left;
  font-weight: 400;
  line-height: 24px;
}

.text-block-23 {
  font-family: Playfair Display, sans-serif;
}

.insideteam-position {
  text-align: left;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.back-to-team {
  outline-offset: 0px;
  color: #000;
  text-align: left;
  mix-blend-mode: normal;
  outline: 3px #000;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.icon-linkedin {
  cursor: pointer;
  margin-top: 20px;
  display: block;
}

.icon-linkedin.linkedin-hide, .icon-linkedin.linkedin-hide.off {
  display: none;
}

.impact-text-wrap {
  color: #ee8322;
  background-color: #0000;
}

.impact-text-wrap.yellow-header {
  color: #ee8322;
}

.impact-body {
  margin-bottom: 0;
  line-height: 24px;
}

.impact-body.white-text {
  color: #fff;
}

.bold-text-2 {
  font-weight: 400;
}

.bold-text-3 {
  color: #f9d342;
}

.bold-text-4 {
  color: #000;
}

.contact-span-title {
  color: #000;
  background-color: #0000;
}

.text-span {
  color: #000;
}

.block-quote {
  border-left-style: none;
  font-family: Playfair Display, sans-serif;
  font-size: 42px;
  line-height: 56px;
}

.block-quote.home {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 30px;
  line-height: 38px;
}

.block-quote.framework {
  color: #fff;
}

.blockquote-name {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.italic-text {
  font-size: 30px;
  line-height: 39px;
}

.link-team {
  outline-offset: 0px;
  border-radius: 16px;
  outline: 14px solid #fff;
  width: 100%;
  text-decoration: none;
  transition: all .25s, box-shadow .275s;
}

.link-team:hover {
  outline-offset: 0px;
  border-radius: 0;
  outline: 3px #fff;
  transform: translate(0, -10px);
  box-shadow: 0 0 20px 1px #0003;
}

.team-img {
  width: 500px;
  height: auto;
}

.leader-div {
  object-fit: fill;
  margin-bottom: 40px;
}

.advisor-div {
  margin-bottom: 40px;
}

.home-btn {
  background-color: #f9d342;
  border-radius: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 10px;
  line-height: 14px;
  display: inline-block;
}

._2ndrow-team {
  margin-top: 40px;
}

.bold-text-5 {
  color: #fafafa;
}

.bold-text-6 {
  color: #fff;
}

.bold-text-7, .bold-text-8, .sub-headbold {
  color: #ee8322;
}

.image-9 {
  display: inline-block;
}

.our-impact-link {
  width: 100%;
  height: auto;
}

.section-tittle-block-2 {
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 100;
}

.section-6 {
  background-color: #373737;
  padding: 100px 20px;
  transition: background-color .9s;
  display: block;
  position: relative;
}

.section-6.gray {
  text-align: left;
  background-color: #f5f6f9;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Lato, sans-serif;
  display: none;
  position: relative;
}

.section-6.gray.newslatter {
  background-color: #0000;
  padding-top: 55px;
  display: block;
}

.section-tittle-2 {
  color: #f9d342;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 39px;
  font-weight: 400;
  line-height: 46px;
}

.contact-span-title-2 {
  color: #000;
  background-color: #0000;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 33px;
}

.cta-section {
  letter-spacing: 1px;
  background-color: #ee8322;
  border-radius: 8px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 35px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  transition: all .3s;
  display: inline-block;
  position: static;
}

.cta-section:hover {
  transform: translate(0, -5px);
  box-shadow: 0 8px 20px #00000057;
}

.bold-text-9, .bold-text-10 {
  color: #000;
}

.section-tittle-block-3 {
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 100;
}

.contact-body {
  color: #000;
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.contact-subhead {
  color: #000;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.email-contact {
  color: #ee8322;
  -webkit-text-stroke-color: #ee8322;
  font-family: Montserrat, sans-serif;
}

.form-bg {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 3px 19px 3px #0003;
}

.membership-subhead {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.form-head {
  font-size: 33px;
  line-height: 34px;
}

.bold-text-11 {
  font-size: 33px;
}

.checkbox-label {
  font-size: 13px;
}

.link-terms {
  color: #000;
}

.image-mobile {
  display: none;
}

.image-10 {
  display: block;
}

.list-arrow {
  background-image: url('../images/arrow.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: 19px;
  padding-left: 40px;
  list-style-type: none;
  display: block;
}

.list-2 {
  margin-top: 20px;
  padding-left: 20px;
  list-style-type: none;
}

.faq-bottomline {
  color: #ff9c08;
  text-align: center;
  width: 61%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  line-height: 38px;
}

.conduct-subhead {
  color: #fff;
  font-weight: 500;
}

.featured-item {
  color: #fff;
  background-color: #000;
  width: 33%;
  text-decoration: none;
  display: block;
}

.div-item {
  float: left;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-image: url('../images/BKK-banner.jpg');
  background-position: 44%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  width: 31%;
  height: 250px;
  margin-top: 40px;
  margin-left: 20px;
  padding: 20px 12% 20px 20px;
}

.div-item._2 {
  float: none;
  background-image: url('../images/6f7c2fd2-de44-4371-9ded-8ffdfe1baa3c.jpg');
  background-position: 58%;
  width: 100%;
  height: 270px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0%;
}

.div-item._3 {
  float: none;
  color: #000;
  background-image: url('../images/Screenshot-2024-11-05-154440.png'), linear-gradient(87deg, #d8e5f6 31%, #fff0 73%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  width: 100%;
  height: 270px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0%;
}

.div-item.hide {
  background-image: url('../images/bkk-closed-RED.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.div-item._1 {
  float: none;
  background-image: url('../images/fe3eff82-585d-4e32-86be-ff76d92a445c.jpg');
  background-position: 50%;
  background-size: contain;
  width: 100%;
  height: 270px;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0%;
}

.div-item._4 {
  background-image: url('../images/1726814054246.jpg');
  width: 100%;
  height: 270px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0%;
}

.div-item._5 {
  background-image: url('../images/67777ac7a2809e0e4e8b302b_1730430579771.jpg');
  background-position: 100%;
  width: 100%;
  height: 270px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.div-item._6 {
  background-image: url('../images/1726724175676.jpg');
  background-position: 0%;
  width: 100%;
  height: 270px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.div-item._7 {
  background-image: url('../images/1714536758439.jpg');
  width: 100%;
  height: 270px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.div-item._8 {
  background-image: url('../images/1726092984161.jpg');
  width: 100%;
  height: 270px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.div-item._9 {
  background-image: url('../images/1704582698294.jpg');
  width: 100%;
  height: 270px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.div-item._2ndbox {
  background-image: url('../images/GTC2025.jpg');
  width: 100%;
  height: 270px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0%;
}

.div-item._3rdbox {
  background-color: #00a4d7;
  background-image: url('../images/home-boxv4.jpg');
  background-size: contain;
  width: 100%;
  height: 270px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0%;
}

.div-item.milestoneimg {
  background-image: url('../images/1739886528595.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 270px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0%;
}

.div-item.event-img3 {
  background-image: url('../images/1730432238467.jpg');
  width: 100%;
  height: 270px;
  margin-bottom: 20px;
  margin-left: 0;
}

.div-item.cyber-img {
  background-image: url('../images/1729583750761.jpg');
  width: 100%;
  height: 270px;
  margin-bottom: 20px;
  margin-left: 0;
}

.div-item.stakeholder-img {
  background-image: url('../images/1740489655617.jpg');
  width: 100%;
  height: 270px;
  margin-bottom: 20px;
  margin-left: 0;
}

.div-item.stakeholder-img.v2 {
  background-image: url('../images/1740185423507.jpg');
}

.div-item.stakeholder-img.stars {
  background-image: url('../images/21fa3835-3064-4ef7-b561-9cc1ef5d698d.jpg');
}

.div-item.stakeholder-img._091125 {
  background-image: url('../images/1746516176247.jpeg');
}

.div-item.stakeholder-img.gtc2025 {
  background-image: url('../images/54d44f75-7764-474f-b9d5-281341b7a53c.jpg');
  background-size: cover;
}

.div-item.stakeholder-img.gtc2025-post2 {
  background-image: url('../images/66c745be-8e0f-4aa3-9bee-37a9398595e0.jpg');
  background-size: cover;
}

.div-item.stakeholder-img.gtc2025-post1 {
  background-image: url('../images/fe3eff82-585d-4e32-86be-ff76d92a445c.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-item.stakeholder-img.kosti-post {
  background-image: url('../images/kostiv2.jpg');
  border: 1px solid #000;
}

.feat-section {
  object-fit: fill;
  width: 100%;
  max-width: 1170px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.feat-title {
  color: #ee8322;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.feat-title.black-title {
  color: #000;
}

.feat-title.hide {
  display: none;
  position: static;
}

.link-arrow-text {
  width: 159px;
  color: var(--black);
  letter-spacing: 1px;
  background-color: #0000;
  background-image: url('../images/arrow.svg');
  background-position: 101%;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 0;
  font-weight: 700;
  line-height: 15px;
  transition: background-position .25s;
}

.link-arrow-text:hover {
  color: var(--orange-2);
  background-position: 100%;
}

.link-arrow-text.black-text {
  color: #000;
}

.link-arrow-text.black-text.no-link {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.link-arrow-text.closed {
  color: #ee8322;
  background-color: #ee832200;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.link-arrow-text.hide {
  display: none;
}

.link-arrow-text.cta-arrow-move {
  width: 175px;
  color: var(--black);
}

.link-arrow-text.cta-arrow-move:hover {
  color: var(--orange-2);
}

.link-arrow-text.about-te {
  background-position: 100%;
  width: 220px;
}

.link-arrow-text.about-te.join {
  background-position: 38%;
}

.feat-body {
  color: #000;
  margin-bottom: 20px;
}

.time-block {
  float: left;
  color: #fff;
  width: 120px;
  min-height: 20px;
  font-weight: 800;
}

.description-block {
  float: left;
  color: #fff;
  width: 445px;
  font-weight: 500;
}

.desc-title {
  font-weight: 400;
}

.time-div-block {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.event-details {
  font-size: 18px;
  font-weight: 400;
}

.reg-text {
  color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.radio-but {
  float: left;
  width: auto;
  color: var(--text-grey);
  margin-right: 20px;
  font-family: Playfair Display, sans-serif;
}

.radio-title {
  color: var(--text-grey);
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
}

.drop-down-event {
  color: var(--text-grey);
  font-family: Playfair Display, sans-serif;
}

.header-type {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.header-type.black-title {
  color: var(--black);
}

.header-type.closed {
  width: auto;
}

.header-type.hide {
  display: none;
}

.event-form-sub {
  font-style: normal;
}

.paynow-qr {
  border: 5px solid #fff;
  border-radius: 0;
}

.closed {
  background-color: #ee8322;
  padding: 2px;
  font-weight: 600;
  display: inline-block;
}

.deck-heading {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Playfair Display, sans-serif;
  font-weight: 700;
}

.heading {
  margin-top: 0;
}

.heading.bigcopy {
  color: #54b2ff;
  font-family: Lato, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 38px;
}

.h3-subhead {
  color: #fff;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 27px;
  font-weight: 300;
  line-height: 37px;
}

.partner-logo {
  float: left;
  background-image: url('../images/19OLkr1pdaXEMmJNeZHVBssbaHqnhwp08O9HOw_HUUQ.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 140px;
  margin-left: 0;
  margin-right: 0;
}

.partner-logo.euro {
  background-image: url('../images/320925107_1773931509645918_3998075394935327674_n.png');
}

.partner-logo.exbs {
  background-color: #fff;
  background-image: url('../images/EXBS_EXBS_Program_Logo__800_1.jpg');
  background-size: contain;
}

.partner-col {
  width: 100%;
  margin-top: 40px;
}

.partner-div {
  width: 722px;
}

.news1 {
  float: left;
  width: 100%;
}

.bold-text-12 {
  color: #ee8322;
}

.te-videofull {
  background-color: #fff;
  width: 100%;
  height: auto;
}

.te-video-div {
  float: left;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.video-title-header {
  float: none;
  color: var(--orange);
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.video-title-div {
  float: none;
  width: 100%;
  font-size: 13px;
  line-height: 41px;
}

.video-body-text {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
}

.bold-text-13 {
  font-family: Playfair Display, sans-serif;
  font-size: 25px;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.announcement-div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start stretch;
  display: flex;
}

.highlights---mask {
  background-color: #fff;
  height: auto;
}

.icon-17 {
  color: #000;
}

.slider-arrow-right-video {
  color: #fff;
  background-color: #ee8322;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
}

.icon-18 {
  color: #000;
}

.slider-arrow-left-video {
  width: 40px;
  height: 40px;
  color: var(--white);
  background-color: #ee8322;
  border-radius: 5px;
  font-size: 20px;
  line-height: 40px;
}

.slider-nav-video {
  color: #000;
}

.slider-nav-video.hide {
  display: none;
}

.video-slider-mask {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}

.video-highlight-div {
  float: left;
  width: 100%;
}

.video-highlight-div._1 {
  margin-right: 40px;
}

.milestone-img-div {
  background-image: url('../images/IMG_0094-1024x731.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 30em;
}

.milestone-img-div._3 {
  background-image: url('../images/67777ac7a2809e0e4e8b302b_1730430579771.jpg');
}

.milestone-img-div._4 {
  background-image: url('../images/1726092984161.jpg');
  background-size: cover;
}

.milestone-img-div._5 {
  background-image: url('../images/Screenshot-2024-11-05-154256.png');
}

.milestone-img-div._6 {
  background-image: url('../images/6f7c2fd2-de44-4371-9ded-8ffdfe1baa3c.jpg');
  background-position: 50% 55%;
}

.milestone-img-div._8 {
  background-image: url('../images/1714536758439.jpg');
}

.milestone-img-div._9 {
  background-image: url('../images/1704582698294.jpg');
}

.milestone-img-div._7 {
  background-image: url('../images/1726724175676.jpg');
  background-position: 50% 0;
}

.milestone-img-div._10 {
  background-image: url('../images/1739886528595.jpg');
}

.milestone-img-div._11 {
  background-image: url('../images/1730432239317.jpg');
}

.milestone-img-div._12 {
  background-image: url('../images/1729583750761.jpg');
  background-position: 50% 0;
}

.milestone-img-div._13 {
  background-image: url('../images/1740489655617.jpg');
}

.milestone-img-div._14 {
  background-image: url('../images/1740185423507.jpg');
}

.milestone-img-div.stars {
  background-image: url('../images/21fa3835-3064-4ef7-b561-9cc1ef5d698d.jpg');
}

.milestone-img-div._091125 {
  background-image: url('../images/1746516176247.jpeg');
}

.milestone-img-div.gtc2025 {
  background-image: url('../images/54d44f75-7764-474f-b9d5-281341b7a53c.jpg');
  height: 57.1em;
}

.milestone-img-div.postgtc1 {
  background-image: url('../images/fe3eff82-585d-4e32-86be-ff76d92a445c.jpg');
  background-position: 50% 0;
  height: 45.5em;
}

.milestone-img-div.postgtc2 {
  background-image: url('../images/66c745be-8e0f-4aa3-9bee-37a9398595e0.jpg');
  background-position: 50% 0;
  height: 43.7em;
}

.milestone-img-div.kosti {
  background-image: url('../images/kosti.jpg');
  background-position: 0%;
  background-size: contain;
  width: 852px;
}

.milestone-body {
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 15px;
  font-weight: 500;
}

.milestone-body.nopadding {
  color: #000;
  margin-bottom: 0;
}

.milestone-lead {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.milestone-deck {
  color: var(--black);
  font-weight: 500;
}

.about-nav-dropdown {
  color: #000;
  vertical-align: top;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 13px;
  position: static;
}

.about-nav-dropdown.scroll-drop {
  flex-flow: column;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.about-nav-dropdown.black {
  color: #fff;
}

.about-nav-dropdown.onwhitenav {
  vertical-align: sub;
  display: inline-block;
}

.dropdown-toggle {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 13px;
}

.dropdown-toggle:hover {
  color: orange;
}

.about-open.w--open {
  background-color: #ddd;
  min-width: 240px;
  max-width: 220px;
  margin-top: 7px;
}

.morecontent-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 400px;
  display: grid;
}

.more-who {
  background-image: url('../images/containers-about-te.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.more-whitebox {
  z-index: 1;
  background-color: #868686;
  width: 50%;
  margin: auto;
  position: relative;
  inset: 0%;
}

.wist-video {
  width: 100%;
}

.milestone-section {
  margin-bottom: 50px;
}

.home-milestone-div {
  margin-top: 20px;
}

.milestone-bullet {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.about-dropdown-nav {
  text-transform: uppercase;
  vertical-align: text-top;
}

.about-dropdown-nav:hover {
  color: #ee620d;
}

.about-dropdown-nav.black {
  vertical-align: baseline;
  margin-top: 10px;
  font-weight: 400;
  position: relative;
}

.white-nav {
  color: var(--white);
  font-weight: 400;
}

.white-nav:hover {
  color: var(--orange);
}

.article-link {
  color: var(--orange);
  text-decoration: underline;
}

.div-block-12 {
  display: flex;
}

.article-div-womens {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.event-leadcopy {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.event-leadcopy.focus.highlight {
  font-size: 21px;
  font-weight: 300;
}

.bold-text-14 {
  font-size: 24px;
}

.checkbox-label-2 {
  font-size: 10px;
  line-height: 12px;
}

.event-video {
  z-index: 1;
  max-width: 1170px;
  height: 20vw;
  margin-left: auto;
  margin-right: auto;
}

.event-video.focus {
  width: 100%;
  min-width: 1170px;
}

.form-div {
  z-index: 2;
  width: 500px;
  margin-right: 100px;
  position: absolute;
  inset: 38vh 0% 0% auto;
}

.event-sponsor {
  float: right;
  position: static;
}

.partnership-with {
  float: left;
  font-weight: 400;
  position: relative;
}

.sponsor-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: center end;
  place-items: center end;
  margin-top: 20px;
  display: grid;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.speaker-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.area-list {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.sub-event-area {
  width: 33%;
}

.milestone-text {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 500;
}

.previous-header {
  color: #ee8322;
  text-align: center;
  text-transform: none;
  margin-left: auto;
  margin-right: auto;
  font-family: Playfair Display, sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.event-stack {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.event-stack.risk, .event-stack.stories {
  text-align: left;
}

.list-orange-check {
  color: #fff;
  background-image: url('../images/checked-orange.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px;
  list-style-type: none;
}

.list-orange-check.stake1 {
  clear: none;
  text-align: center;
  background-image: url('../images/analysis.png');
  background-size: 35px;
}

.list-orange-check.stake2 {
  background-image: url('../images/reliability.png');
  background-size: 35px;
}

.list-orange-check.stake3 {
  background-image: url('../images/safety-assurance.png');
  background-size: 35px;
}

.list-orange-check.stake4 {
  background-image: url('../images/reliability-1.png');
  background-size: 35px;
}

.area-l-col {
  width: 50%;
}

.area-r-col {
  float: right;
  width: 50%;
}

.area-body-stack {
  padding-left: 0;
  padding-right: 0;
}

.cta-font-text {
  color: #fff;
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
}

.cta-end-text {
  text-align: center;
  font-family: Poppins, sans-serif;
}

.button-2 {
  background-color: #ee8322;
  width: 150px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.cell {
  justify-content: flex-start;
  align-items: flex-start;
}

.quick-stack {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.contri-stack {
  margin-top: 40px;
  margin-bottom: 40px;
}

.cell-2 {
  text-align: left;
}

.copy-highlights {
  text-align: center;
}

.hidden-anchor {
  margin-top: 0;
  margin-bottom: 80px;
  display: block;
}

.stake-cel-1 {
  text-align: center;
  padding: 10px;
}

.stake1 {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.hide {
  display: none;
}

.vertical-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hover_video_wrapper {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  background-color: #dddddd80;
  border-radius: 2rem;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.video {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-m {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.hover-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: grid;
}

.area-title {
  z-index: 100;
  color: #ee8322;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  display: block;
  position: static;
  inset: 0%;
}

.focus1-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  color: #ee8322;
  text-align: center;
  letter-spacing: 1px;
  background-color: #000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/strategy.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Playfair Display, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  transition: all .475s;
  display: flex;
}

.focus1-block:hover {
  filter: saturate();
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#ce6607, #ce6607), url('../images/strategy.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
}

.focus1-block._02 {
  background-image: linear-gradient(to bottom, null, null), url('../images/risk.jpg');
}

.bold-text-15 {
  color: #ee8322;
  font-size: 24px;
}

.focus1-block-02 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #ee8322;
  text-align: center;
  letter-spacing: 1px;
  background-image: url('../images/risk.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Playfair Display, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  transition: all .475s;
  display: flex;
}

.focus1-block-02:hover {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#ce6607, #ce6607), url('../images/strategy.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
}

.focus1-block-02._02 {
  background-image: linear-gradient(to bottom, null, null), url('../images/risk.jpg');
}

.focus1-block-03 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #ee8322;
  text-align: center;
  letter-spacing: 1px;
  background-color: #00000087;
  background-image: url('../images/cyberv2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Playfair Display, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  transition: all .475s;
  display: flex;
}

.focus1-block-03:hover {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#ce6607, #ce6607), url('../images/strategy.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
}

.focus1-block-03._02 {
  background-image: linear-gradient(to bottom, null, null), url('../images/risk.jpg');
}

.focus1-block-04 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #ee8322;
  text-align: center;
  letter-spacing: 1px;
  background-image: url('../images/leadership.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Playfair Display, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  transition: all .475s;
  display: flex;
}

.focus1-block-04:hover {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#ce6607, #ce6607), url('../images/strategy.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
}

.focus1-block-04._02 {
  background-image: linear-gradient(to bottom, null, null), url('../images/risk.jpg');
}

.focus1-block-05 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #ee8322;
  text-align: center;
  letter-spacing: 1px;
  background-image: url('../images/tradev2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Playfair Display, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  transition: all .475s;
  display: flex;
}

.focus1-block-05:hover {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#ce6607, #ce6607), url('../images/strategy.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
}

.focus1-block-05._02 {
  background-image: linear-gradient(to bottom, null, null), url('../images/risk.jpg');
}

.focus1-block-06 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #ee8322;
  text-align: center;
  letter-spacing: 1px;
  background-image: url('../images/negov2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Playfair Display, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  transition: all .475s;
  display: flex;
}

.focus1-block-06:hover {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#ce6607, #ce6607), url('../images/strategy.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
}

.focus1-block-06._02 {
  background-image: linear-gradient(to bottom, null, null), url('../images/risk.jpg');
}

.aof-stack {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  padding-top: 0;
}

.area-sub {
  clear: none;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.bold-text-16 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.bold-text-17 {
  float: left;
}

.aof-title-home {
  clear: left;
}

.bold-text-18 {
  font-weight: 500;
}

.arrow-white {
  filter: blur(5px);
  background-color: #fff;
}

.arrow-rotate {
  transition: opacity .2s;
}

.bold-text-19 {
  font-size: 20px;
}

.stories-tab {
  text-align: center;
  margin-top: 20px;
}

.stories-tab1 {
  background-color: #d3d3d3;
  border-radius: 6px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
}

.stories-tab1:hover {
  color: #fff;
  background-color: #000;
}

.stories-tab1.w--current {
  color: #fff;
  text-align: left;
  background-color: #ee8322;
  border-radius: 6px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
}

.stories-tab2 {
  background-color: #d3d3d3;
  border: .5px #ee8322;
  border-radius: 6px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
}

.stories-tab2:hover {
  color: #fff;
  background-color: #000;
}

.stories-tab2.w--current {
  color: #fff;
  background-color: #ee8322;
}

.block-quote-copy {
  color: #fff;
  border-left-style: none;
  font-family: Playfair Display, sans-serif;
  font-size: 42px;
  line-height: 56px;
}

.block-quote-copy.home {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 30px;
  line-height: 38px;
}

.block-quote-copy.framework {
  color: #fff;
}

.contact-span-framework {
  color: #ee8322;
  background-color: #0000;
}

.milestone-stck {
  text-align: left;
}

.footer-icon {
  float: right;
  margin-left: 10px;
}

.image-11 {
  margin-right: 20px;
}

.tabmenu-framework {
  color: #e6e6e6;
  background-color: #ddd0;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  line-height: 40px;
}

.tabmenu-framework:hover {
  color: #fff;
  background-color: #000;
}

.tabmenu-framework.w--current {
  color: var(--white);
  background-color: #ee8322;
  border-radius: 0;
}

.tabs-menu-2 {
  text-align: center;
}

.framework-div {
  color: #fff;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 28px;
}

.text-block-26, .tab-pane-tab-1 {
  font-size: 17px;
}

.frame-title {
  color: var(--white);
  margin-top: 40px;
  font-family: Playfair Display, sans-serif;
  font-size: 28px;
}

.frame-list {
  color: var(--white);
}

.frame-tab {
  text-align: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.frame-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.frame-competency {
  color: #fff;
  background-color: #ee8322;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.frame-6area {
  border-right: 1px solid var(--white);
  color: #ee8322;
  text-align: center;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 15px;
}

.frame-copy {
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  justify-content: center;
  align-items: center;
}

.text-block-27 {
  line-height: 26px;
}

.frame-stack-mobile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.tab-mobile {
  display: none;
}

.frame-mobile {
  text-align: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.tabmenu-framework-mobile {
  color: #e6e6e6;
  background-color: #ddd0;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  line-height: 40px;
}

.tabmenu-framework-mobile:hover {
  color: #fff;
  background-color: #000;
}

.tabmenu-framework-mobile.w--current {
  color: var(--white);
  background-color: #ee8322;
  border-radius: 0;
}

.privacy-div {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.privacy-link {
  float: left;
  color: var(--text-grey);
}

.diplo-caption-img {
  color: #fff;
  text-align: left;
  margin-top: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  line-height: 26px;
}

.diplo-caption-img.subtext {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
}

.prev-diplo-stack {
  margin-bottom: 40px;
}

.diplo-event-time {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.diplo-event-time.white {
  color: #fff;
  text-align: left;
  margin-top: 12px;
}

.diplo-sub-text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.diplo-previous-series-img {
  background-image: url('../images/1740489655617.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 500px;
}

.diplo-stack {
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.diplo-div-speaker-img {
  background-image: url('../images/DSC07268-Enhanced-NR-scaled.jpg');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 625px;
  height: 400px;
}

.diplo-div-speaker-img.micheal {
  background-image: url('../images/DSC07268-Enhanced-NR-scaledv2.jpg');
}

.diplo-icon-block {
  text-align: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.diplo-for-centre {
  text-align: center;
}

.image-13 {
  width: 50%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.diplo-break {
  background-image: url('../images/line2.png');
  background-position: 0 0;
  background-size: auto;
  width: 80%;
  height: 3px;
  margin: 60px auto 40px;
}

.milestone-slider {
  background-image: url('../images/1746516176247.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
}

.advancing-strategic-trade-compliance {
  background-image: url('../images/1746516176247.jpeg');
  background-position: 50%;
  background-size: cover;
}

.advancing-strategic-trade-compliance-v2 {
  background-image: url('../images/milestoneew091125v3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.advancing-strategic-trade-compliance-v3 {
  background-image: url('../images/milestoneew091125v2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.milestone-img {
  display: inline-block;
}

.gtc-bg-video {
  z-index: 1;
  width: 720px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.tier-div {
  -webkit-backdrop-filter: drop-shadow(4px 7px 5px #000);
  backdrop-filter: drop-shadow(4px 7px 5px #000);
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 10px;
  padding: 20px;
  box-shadow: 0 2px 5px #0302021f;
}

.tier-price {
  color: #b67e3e;
  -webkit-text-fill-color: transparent;
  background-color: #c2a403;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.tier-price.plat {
  color: #5e5e5e;
  -webkit-text-fill-color: transparent;
  background-color: #b3b1ae;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.bold-text-21 {
  color: #000;
}

.tier-bullet {
  line-height: 24px;
}

.tier-list {
  -webkit-text-stroke-color: #bd0000;
}

.tier-contact {
  width: 300px;
  padding: 20px 102px 20px 20px;
  position: fixed;
  box-shadow: 0 2px 5px #0003;
}

.tier-contact-text {
  margin-top: 20px;
  margin-bottom: 20px;
}

.apply-now-form {
  width: 100%;
}

.apply-stack {
  padding-left: 0;
  padding-right: 0;
}

.link-5, .apply-age {
  color: #000;
}

.apply-cta {
  background-color: #ee8322;
  font-size: 18px;
}

.div-spacer {
  height: 50px;
}

.t-c-apply {
  margin-bottom: 20px;
}

.kosti {
  clear: both;
  border: 1px solid var(--grey-2);
  border-radius: 1px;
  width: 50%;
  margin-top: 83px;
  padding-top: 0;
}

.te-review-header {
  height: 40px;
}

@media screen and (max-width: 991px) {
  .navbar {
    position: relative;
  }

  .navbar.transparent {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    background-color: #1a1a1a;
  }

  .nav-menu.main-nav {
    z-index: 10;
    margin-top: 86px;
  }

  .nav-link {
    padding-top: 27px;
    padding-bottom: 25px;
    padding-left: 14px;
  }

  .nav-link.dropdown {
    padding-top: 27px;
  }

  .nav-link.whitebg {
    color: #fff;
  }

  .hero-section {
    height: 650px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-section.homepages1 {
    height: 600px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section.left-nav {
    background-image: linear-gradient(#f5f6f9d6, #f5f6f9d6), url('../images/ekntrtmz-224106.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 550px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-big-text {
    font-size: 40px;
    line-height: 50px;
  }

  .hero-big-text.smaller.no-padding {
    margin-bottom: 0;
    line-height: 30px;
  }

  .section.transparent {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-tittle-block.no-space.left {
    margin-top: 0;
  }

  .section-tittle-block.padding-top {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .section-tittle-block.left {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .section-tittle-block.page-header {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-tittle-block.page-header.left {
    margin-top: 0;
  }

  .section-tittle-block.page-header.blog {
    width: 70%;
  }

  .section-tittle-block.page-header.events {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-tittle-block.bottom-padding {
    margin-bottom: 100px;
  }

  .section-tittle {
    font-size: 32px;
  }

  .section-tittle.white {
    font-size: 32px;
    line-height: 46px;
  }

  .section-tittle.white.intro {
    font-size: 36px;
    line-height: 46px;
  }

  .section-tittle.white.whoweare {
    line-height: 28px;
  }

  .sub-tittle {
    margin-top: 10px;
    font-size: 16px;
  }

  .sub-tittle.white {
    font-size: 18px;
  }

  .sub-tittle.white.intro {
    margin-bottom: 10px;
  }

  .features-content {
    text-align: left;
    margin-bottom: 40px;
  }

  .features-tittle.causes {
    margin-bottom: 10px;
  }

  .features-tittle.causes.left-dark {
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph {
    text-align: left;
  }

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

  .paragraph.white {
    text-align: left;
  }

  .paragraph.white.percentual, .paragraph.tam-sub-text {
    text-align: center;
  }

  .paragraph.in-services {
    text-align: left;
  }

  .paragraph.in-services.center {
    text-align: center;
  }

  .paragraph.white-text {
    text-align: left;
  }

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

  .button.move-up {
    font-size: 11px;
  }

  .full-container.center.homepages1.video-top {
    width: 96%;
  }

  .full-container.center.homepages1.slider.percentual {
    width: 80%;
    top: 30%;
  }

  .full-container.center.homepages1.slider.percentual.new {
    top: 40%;
  }

  .full-container.subscibe {
    width: 100%;
  }

  .body.left-nav {
    padding-left: 0;
  }

  .heading-3 {
    font-size: 32px;
  }

  .button-block-left {
    text-align: left;
    display: block;
  }

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

  .tab-link, .tab-link.w--current, .tab-link._2, .tab-link._3, .tab-link._4, .tab-link._5 {
    width: 20%;
  }

  .pricing-wrapper.line {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .pricing-wrapper.trasparent {
    width: 100%;
  }

  .services-tittle.white.left {
    text-align: left;
  }

  .pricing-big {
    color: #1a1a1a;
  }

  .top-space-block._100.left {
    width: 100%;
    padding-left: 0;
    display: block;
  }

  .top-space-block._100.left.top {
    width: 90%;
  }

  .top-space-block._100.left.top._50 {
    height: auto;
  }

  .top-space-block._100.left.top.right {
    width: 60%;
  }

  .top-space-block._100.left.events {
    width: 100%;
    top: 20%;
  }

  .top-space-block._30.center {
    margin-top: 50px;
  }

  .half-section.image.mock-up {
    float: none;
    border-radius: 10px;
    width: 90%;
    height: 600px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .half-section.home {
    width: 100%;
    height: 650px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer.style4 {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-brand {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
  }

  .logo-brand.w--current {
    margin-left: 20px;
  }

  .logo-brand.top.center {
    margin-left: 0;
    display: inline-block;
  }

  .logo-brand.inline {
    margin-top: 16px;
  }

  .logo-brand.inline.w--current {
    margin-top: 18px;
  }

  .center-device.bottom {
    padding-left: 10px;
  }

  .center-device.left-nav {
    display: none;
  }

  .services-wrapper {
    margin-bottom: 40px;
  }

  .content-container-center {
    width: 70%;
  }

  .center-block {
    margin-top: 0;
    padding-left: 0;
  }

  .video-wrapper {
    width: 100%;
  }

  .video-wrapper.video {
    width: 90%;
  }

  .video-wrapper.video.full {
    float: none;
    width: 100%;
  }

  .content-wrapper {
    height: auto;
  }

  .content-wrapper.in-contact {
    height: 310px;
  }

  .features-wrapper.home10.inline {
    text-align: center;
  }

  .left-wrapper.photo.left, .left-wrapper.photo.left._2, .left-wrapper.photo.right, .left-wrapper.photo.right._2 {
    width: 50%;
  }

  .left-wrapper.white {
    width: 100%;
    height: 800px;
  }

  .headline-wrapper {
    width: 100%;
  }

  .lightbox-divider.center {
    width: 100px;
    height: 100px;
  }

  .testimonials-slide.color-1, .testimonials-slide.color-2, .testimonials-slide.color-4 {
    margin-bottom: 20px;
  }

  .fun-content {
    width: auto;
    margin-bottom: 50px;
  }

  .fun-content.no-space {
    margin-bottom: 0;
  }

  .left {
    text-align: left;
  }

  .swervices-wrapper {
    margin-bottom: 40px;
  }

  .form-contact.fluid {
    width: 70%;
  }

  .form-contact.fluid.device {
    width: 65%;
  }

  .form-contact.second {
    margin-bottom: 80px;
  }

  .menu-button {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .menu-button.style2 {
    margin: 10px auto;
    display: inline-block;
  }

  .menu-button.style2.w--open {
    background-color: #f1f1f7;
    border-radius: 5px;
    margin: 10px auto;
    display: inline-block;
  }

  .menu-button-2 {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .menu-button-2.dark {
    color: #1a1a1a;
    background-color: #0000;
    border: 1px solid #dfe4f1;
    border-radius: 4px;
    margin-right: 20px;
  }

  .menu-button-2.dark.w--open {
    background-color: #dfe4f1;
  }

  .dropdown-list.w--open {
    background-color: #292929;
  }

  .white {
    color: #fff;
    font-family: Montserrat, sans-serif;
  }

  .causes-link-wrapper.top {
    height: auto;
  }

  .causes-link-wrapper.top.second {
    background-image: linear-gradient(#0000, #0000), url('../images/anes-sabitovic-286668.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .causes-link-wrapper.top.events {
    height: auto;
  }

  .causes-link-wrapper.full._1, .causes-link-wrapper.full._2 {
    margin-bottom: 0;
  }

  .causes-link-wrapper.list {
    width: 500px;
    padding-right: 0;
  }

  .percentage.nationality {
    margin-bottom: 20px;
    margin-left: 20px;
    padding-left: 8px;
    display: block;
  }

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

  .iteam-block.donation.list, .iteam-block.donation.left {
    text-align: left;
  }

  .iteam-block.donation.left.new {
    margin-top: 30px;
  }

  .iteam-block.donation.right {
    text-align: right;
  }

  .div-block-5 {
    height: auto;
  }

  .div-block-6 {
    height: 100%;
  }

  .div-block-6.color-orange.events.red {
    height: auto;
  }

  .column-no-padding {
    height: 340px;
  }

  .link-4.right {
    float: none;
  }

  .date.by {
    display: none;
  }

  .nav-bar-left {
    width: auto;
    height: auto;
    position: relative;
  }

  .brand-logo-left-nav {
    margin-top: 5%;
    margin-bottom: 0%;
  }

  .nav-menu-left {
    background-color: #f5f5f7;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-22 {
    text-align: left;
  }

  .menu-button-3 {
    float: none;
    text-align: center;
  }

  .menu-button-3.w--open {
    color: #1a1a1a;
    background-color: #0000;
    display: block;
  }

  .full-width-container {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .page-header, .page-header.about, .page-header.team, .page-header.contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .page-header.intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .info-wrapper {
    text-align: center;
    width: 100%;
  }

  .info-wrapper.list {
    float: right;
    width: 100%;
    padding-bottom: 14px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .image-wrapper-causes {
    background-image: url('../images/h1-slide-2-background-img-1.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    width: 30%;
    height: 170px;
  }

  .image-wrapper-causes.left-image {
    width: 100%;
    height: 200px;
  }

  .row-volunteers.smaller {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .author-image {
    width: 120px;
    height: 120px;
  }

  .team.speakersize.speaker2 {
    background-position: 50% -68%;
    background-size: cover;
  }

  .team.speakersize.speaker3 {
    background-size: cover;
  }

  .team.speakersize.vasu {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .info-author-div {
    border-right-style: none;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .info-donation-div {
    padding-left: 0;
  }

  .address-text {
    text-align: left;
  }

  .info-div-author {
    width: 100%;
  }

  .nav-link-footer {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
  }

  .donate-pop-up {
    display: none;
  }

  .paragraph-4 {
    text-align: left;
  }

  .column-11 {
    text-align: center;
  }

  .info-author {
    width: 78%;
  }

  .pricing-row {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .icon-13 {
    color: #1a1a1a;
    padding: 0;
    display: inline-block;
  }

  .icon-14 {
    background-color: #f5f5f7;
    padding: 14px;
    display: inline-block;
  }

  .container {
    text-align: center;
  }

  .left-form-container.general-contact {
    width: 70%;
  }

  .image-8 {
    display: inline-block;
  }

  .navbar-scroll {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .half-side {
    width: 100%;
  }

  .licence-items {
    width: 80%;
  }

  .section-tittle-2 {
    font-size: 34px;
  }

  .cta-section {
    margin-top: 0;
    font-size: 19px;
  }

  .form-bg.hide {
    display: none;
  }

  .icon-15 {
    color: #fff;
  }

  .div-item {
    width: 100%;
    height: 230px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 50%;
  }

  .div-item._2 {
    height: 270px;
  }

  .div-item._3 {
    background-color: #000d15;
    background-image: url('../images/Screenshot-2024-11-05-154440.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 500px;
  }

  .div-item.hide {
    background-image: url('../images/bkk-closed-RED.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .div-item._1 {
    margin-top: 20px;
  }

  .div-item._8 {
    height: 270px;
  }

  .div-item._3rdbox {
    background-color: #2d2d45;
  }

  .feat-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-arrow-text {
    float: left;
  }

  .time-block {
    width: 100%;
  }

  .description-block {
    width: auto;
  }

  .event-details {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
  }

  .logo-icon-banner {
    float: left;
    clear: both;
  }

  .partner-logo {
    background-size: contain;
    width: 100%;
    height: 100px;
    margin-left: 0;
    margin-right: 0;
  }

  .partner-logo.euro {
    height: 100px;
  }

  .te-video-div, .video-title-div {
    width: 100%;
  }

  .announcement-div-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .slider-nav-video {
    margin-bottom: -42px;
  }

  .slider-nav-video.hide {
    display: block;
  }

  .left-arrow {
    margin-top: -54px;
    display: none;
  }

  .right-arrow-2 {
    display: none;
  }

  .milestone-img-div.gtc2025 {
    height: 33.4em;
  }

  .about-nav-dropdown.onwhitenav {
    float: none;
    clear: none;
    color: #fff;
    display: block;
  }

  .about-open, .about-open.w--open {
    background-color: #000;
  }

  .about-dropdown-nav {
    color: #fff;
    text-align: left;
    width: 100%;
    padding-left: 14px;
    display: block;
  }

  .bold-text-14 {
    font-size: 24px;
    line-height: 28px;
  }

  .event-video {
    width: 100%;
    height: 50vw;
  }

  .form-div {
    margin-right: 10px;
    top: 52.5vh;
  }

  .text-block-25 {
    width: 100%;
  }

  .speaker-block {
    justify-content: space-between;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
  }

  .aof-stack {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    margin-left: auto;
  }

  .frame-competency {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    z-index: 999;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar.transparent {
    z-index: 999;
    position: fixed;
  }

  .navbar.footer-located {
    position: static;
  }

  .nav-menu.main-nav {
    margin-top: 0;
  }

  .nav-link {
    padding-top: 22px;
    padding-bottom: 20px;
  }

  .nav-link.dropdown {
    padding-top: 22px;
  }

  .hero-section {
    height: 600px;
  }

  .hero-section.contact {
    height: 1000px;
    padding-top: 0;
  }

  .hero-section.left-nav {
    background-image: linear-gradient(#f5f6f9cf, #f5f6f9cf), url('../images/ekntrtmz-224106.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .hero-big-text {
    font-size: 36px;
  }

  .section.gray.cyber {
    padding-top: 40px;
  }

  .section.gray.cyber.last-impact {
    padding-bottom: 70px;
  }

  .section.gray.impact {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section-tittle-block.page-header.left {
    width: 90%;
  }

  .section-tittle-block.page-header.blog {
    width: 70%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-tittle-block.bottom-padding {
    margin-bottom: 100px;
  }

  .section-tittle-block.coming {
    margin-bottom: 40px;
  }

  .section-tittle, .section-tittle.white {
    font-size: 28px;
  }

  .section-tittle.white.intro {
    font-size: 32px;
    line-height: 42px;
  }

  .sub-tittle {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    line-height: 26px;
  }

  .sub-tittle.white {
    font-size: 16px;
    line-height: 26px;
  }

  .sub-tittle.white.intro {
    margin-bottom: 10px;
  }

  .sub-tittle.subscribe {
    text-align: left;
  }

  .sub-tittle.whoweare {
    font-size: 16px;
  }

  .sub-tittle.membership {
    text-align: left;
    font-size: 15px;
  }

  .sub-tittle.events, .sub-tittle.milestone-title {
    text-align: left;
  }

  .features-tittle.causes.left-dark {
    font-size: 15px;
    line-height: 25px;
  }

  .paragraph.pricing, .paragraph.white.in-footer {
    text-align: center;
  }

  .paragraph.center {
    text-align: center;
    line-height: 18px;
  }

  .button.move-up.no-hover.event {
    margin-bottom: 20px;
  }

  .button.move-up.right-padding.violet.bottom {
    margin-right: 0;
  }

  .full-container.center.homepages1.slider.percentual {
    top: 25%;
  }

  .full-container.center.homepages1.slider.percentual.new {
    width: 80%;
    top: 25%;
    left: 50%;
  }

  .full-container.center.homepages1.slider.percentual.new.right {
    left: 50%;
  }

  .full-container.newsletter {
    text-align: center;
    text-align: center;
  }

  .heading-3 {
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 28px;
    line-height: 38px;
  }

  .project-tittle.white {
    text-align: left;
  }

  .small-separator.center.white {
    margin-bottom: 0;
  }

  .sub-text.smaller.fun {
    font-family: Merriweather, serif;
  }

  .tabs-menu.line-top {
    text-align: center;
  }

  .tab-link, .tab-link.w--current, .tab-link._2, .tab-link._3, .tab-link._4 {
    width: 50%;
  }

  .tab-link._5 {
    text-align: center;
    width: 100%;
  }

  .pricing-wrapper.line {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .pricing-wrapper.trasparent {
    margin-top: 0;
    margin-bottom: 0;
  }

  .services-tittle.white.left {
    text-align: left;
  }

  .top-space-block._100 {
    margin-top: 50px;
  }

  .top-space-block._100.left {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
  }

  .top-space-block._100.left.top {
    top: 40px;
  }

  .top-space-block._100.left.top.right {
    width: 80%;
  }

  .top-space-block._100.left.events {
    width: 100%;
  }

  .top-space-block._30.left {
    text-align: center;
  }

  .half-section, .half-section.image {
    width: 100%;
  }

  .half-section.image.mock-up {
    height: 400px;
  }

  .half-section.left.colorated {
    background-image: linear-gradient(135deg, #ae06d8e3, #0000 55%, #3006d8e3 98%);
    border-bottom: 10px solid #fff;
    border-right-width: 0;
    height: 600px;
  }

  .half-section.left.colorated.blue {
    border-left-style: none;
    border-right-style: none;
    height: 600px;
  }

  .half-section.left.image-2 {
    border-bottom: 10px solid #fff;
    border-right-style: none;
  }

  .half-section.right {
    border-bottom: 10px solid #fff;
    height: 600px;
  }

  .half-section.home {
    height: 700px;
  }

  .social-link.facebook, .social-link.twiter, .social-link.instagram, .social-link.google {
    width: 50%;
  }

  .social-link.dribbble {
    width: 100%;
  }

  .footer.style4 {
    text-align: center;
  }

  .footer.coming {
    padding-top: 60px;
  }

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

  .logo-brand {
    margin-top: 12px;
    margin-left: 0;
  }

  .logo-brand.w--current {
    padding-left: 0;
  }

  .logo-brand.top {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .logo-brand.top.center {
    margin-left: auto;
    padding-left: 0;
  }

  .logo-brand.footer-one {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

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

  .center-device.bottom {
    text-align: center;
    display: block;
  }

  .center-device.right {
    float: none;
    text-align: center;
    display: block;
  }

  .top-left-text.dark {
    text-align: center;
    margin-right: 15px;
  }

  .top-left-text.dark.link.right {
    float: none;
  }

  .arrow-slider, .arrow-slider.left {
    display: none;
  }

  .services-wrapper {
    margin-bottom: 0;
  }

  .content-container-center {
    width: 80%;
    top: 45%;
  }

  .footer-tittle {
    text-align: center;
  }

  .center-block {
    padding-left: 0;
  }

  .video-wrapper {
    margin-top: 50px;
  }

  .video-wrapper.full {
    margin-bottom: 40px;
  }

  .about-wrapper {
    align-self: flex-start;
    width: 100%;
  }

  .about-wrapper.team-wrap {
    width: 100%;
  }

  .content-wrapper {
    width: 100%;
    margin-bottom: -1px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-wrapper.in-contact {
    height: 300px;
    margin-bottom: 0;
  }

  .content-wrapper._100.middle, .content-wrapper._100.first, .content-wrapper._100.last {
    margin-bottom: 20px;
  }

  .left-wrapper.photo {
    height: 500px;
  }

  .left-wrapper.photo.right {
    height: 500px;
    margin-top: 0;
  }

  .headline-wrapper.center {
    width: 85%;
  }

  .emphasized-text-16.bottom-padding {
    font-size: 18px;
  }

  .emphasized-text-16.bottom-padding.smaller {
    font-size: 18px;
    line-height: 28px;
  }

  .banner.style2 {
    height: 650px;
  }

  .services-content {
    margin-bottom: 40px;
  }

  .testimonials-slide {
    margin-bottom: 20px;
  }

  .fun-content {
    margin-bottom: 50px;
  }

  .fun-content.no-space.add {
    margin-bottom: 0;
  }

  .swervices-wrapper {
    margin-bottom: 40px;
  }

  .right {
    text-align: center;
    margin-top: 10px;
  }

  .form-contact.fluid.device {
    width: 70%;
  }

  .margin-device {
    margin-bottom: 10px;
  }

  .menu-button-2 {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .menu-button-2.dark {
    margin-right: 10px;
  }

  .white {
    color: #fff;
    margin-bottom: 10px;
  }

  .separator-wrapper.left {
    text-align: center;
  }

  .causes-link-wrapper.top.events {
    height: 300px;
  }

  .causes-link-wrapper.list {
    width: 100%;
  }

  .div-block-6.color-orange.events.red {
    height: 300px;
  }

  .column-no-padding {
    height: 360px;
  }

  .link-4.right {
    float: right;
  }

  .heading-15.left-side-text {
    text-align: center;
    display: block;
  }

  .date.by {
    display: block;
  }

  .full-width-container {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .page-header, .page-header.about, .page-header.team, .page-header.contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-header.intro {
    padding-top: 0;
    padding-bottom: 0;
  }

  .info-wrapper.div {
    width: 300px;
  }

  .image-wrapper-causes {
    height: 140px;
  }

  .image-wrapper-causes.left-image {
    height: 160px;
  }

  .row-volunteers.smaller {
    width: 90%;
  }

  .team {
    height: 400px;
  }

  .team._2 {
    background-position: 50% 0;
  }

  .team.speakersize {
    background-position: 50% 0;
    height: 300px;
  }

  .team.speakersize.speaker2 {
    background-position: 50% 0;
    background-size: auto;
  }

  .team.speakersize.speaker3 {
    background-position: 50% 38%;
  }

  .team.speakersize.speak1 {
    background-position: 50% 0;
    height: 300px;
  }

  .team.speakersize.vasu {
    background-repeat: no-repeat;
  }

  .event-wrapper {
    width: 100%;
    margin-top: 40px;
  }

  .info-div-author {
    width: auto;
  }

  .div-button-right {
    display: none;
  }

  .bottom-footer-text {
    text-align: center;
  }

  .bottom-footer-text.center {
    margin-top: 10px;
    line-height: 20px;
  }

  .bottom-footer-text.right {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 20px;
  }

  .donate-pop-up {
    display: none;
  }

  .close-pop-up {
    background-color: #0000;
    border-radius: 100px;
  }

  .info-author {
    width: 70%;
    padding-top: 0;
  }

  .icon-13 {
    text-align: center;
  }

  .left-form-container, .left-form-container.general-contact {
    width: 80%;
  }

  .page-wrapper {
    margin-top: 75px;
  }

  .page-wrapper.new {
    border-bottom-style: none;
  }

  ._30-percent-presentation {
    width: 46.5%;
    margin-right: 3.5%;
  }

  .post-rich-text h3 {
    line-height: 50px;
  }

  .post-rich-text h5 {
    line-height: 34px;
  }

  .heading-div {
    width: 70%;
  }

  .div-form {
    width: 80%;
  }

  .licence-items, .licence-item-firs, .homepage-column-impact {
    width: 100%;
  }

  .impact-col-header {
    font-size: 18px;
    line-height: 20px;
  }

  .col1-values {
    width: 30%;
  }

  .values-copy {
    margin-bottom: 20px;
  }

  .missionblock.mobile {
    display: block;
  }

  .missionblock.desktop {
    display: none;
  }

  .back-to-team {
    float: left;
    width: auto;
  }

  .icon-linkedin {
    float: right;
    width: 30px;
    display: block;
  }

  ._2ndrow-team {
    margin-top: 0;
  }

  .section-tittle-2 {
    text-align: center;
    font-size: 32px;
  }

  .contact-span-title-2 {
    font-size: 31px;
  }

  .cta-section {
    text-align: center;
    margin-top: 15px;
  }

  .form-head {
    font-size: 28px;
  }

  .image-mobile {
    display: block;
  }

  .image-offmobile {
    display: none;
  }

  .div-item, .div-item._2 {
    height: 250px;
  }

  .div-item._3 {
    background-image: url('../images/Screenshot-2024-11-05-154440.png');
    background-position: 50% 0;
    background-size: cover;
  }

  .div-item.hide {
    background-position: 50%;
    background-size: contain;
  }

  .paynow-qr {
    margin-bottom: 10px;
  }

  .heading.bigcopy {
    padding-left: 0;
  }

  .heading.bigcopy.home {
    text-align: center;
  }

  .partner-logo {
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .partner-logo.euro {
    height: 100px;
  }

  .news1 {
    width: 100%;
  }

  .announcement-div-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-left: 20px;
    margin-right: 20px;
  }

  .milestone-img-div.gtc2025 {
    height: 22.8em;
  }

  .about-open.w--open {
    z-index: 1;
    min-width: 100%;
    max-width: 286px;
  }

  .speaker-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: 3 / 2;
    flex-flow: column;
    grid-auto-flow: row;
    justify-content: stretch;
    justify-items: stretch;
    display: flex;
  }

  .cta-font-text {
    line-height: 49px;
  }

  .video {
    display: none;
  }

  .video-m {
    display: block;
  }

  .focus1-block, .focus1-block-02, .focus1-block-03, .focus1-block-04, .focus1-block-05, .focus1-block-06 {
    width: 220px;
  }

  .frame-title {
    line-height: 32px;
  }

  .frame-competency {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .frame-6area {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .frame-copy {
    padding-bottom: 10px;
  }

  .frame-level {
    color: #ee8322;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tab-mobile {
    display: block;
  }

  .tab-desktop {
    display: none;
  }

  .diplo-event-time.white {
    margin-top: 10px;
  }

  .tier-contact {
    width: 181px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .navbar.transparent {
    position: fixed;
  }

  .hero-section {
    height: 600px;
  }

  .hero-section.homepages1 {
    height: 700px;
  }

  .hero-section.contact {
    height: 1100px;
  }

  .hero-section.contact.slide {
    height: 900px;
  }

  .hero-section.left-nav {
    height: 550px;
    padding-top: 100px;
  }

  .hero-big-text {
    font-size: 32px;
    line-height: 42px;
  }

  .hero-big-text.smaller {
    font-size: 24px;
    line-height: 34px;
  }

  .hero-big-text.color-left {
    font-size: 40px;
    line-height: 50px;
  }

  .hero-big-text.headline {
    letter-spacing: 8px;
    font-size: 40px;
  }

  .section.gray.cyber.last-impact {
    padding-top: 40px;
  }

  .section.blog-single {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-tittle-block.no-margin {
    position: relative;
  }

  .section-tittle-block.page-header {
    padding-left: 0;
    padding-right: 0;
  }

  .section-tittle-block.page-header.left {
    padding-bottom: 40px;
  }

  .section-tittle-block.page-header.blog {
    width: 80%;
  }

  .section-tittle-block.coming {
    margin-bottom: 20px;
  }

  .section-tittle {
    font-size: 28px;
    line-height: 32px;
  }

  .section-tittle.white {
    text-align: center;
    font-size: 28px;
    line-height: 40px;
  }

  .section-tittle.white.smaller {
    font-size: 32px;
  }

  .section-tittle.white.intro {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 34px;
    display: block;
  }

  .sub-tittle {
    font-size: 14px;
    line-height: 24px;
  }

  .sub-tittle.white.intro {
    overflow: hidden;
  }

  .sub-tittle.events {
    font-size: 32px;
    line-height: 34px;
  }

  .sub-tittle.milestone-title {
    font-size: 23px;
    line-height: 29px;
  }

  .features-tittle.causes.left-dark {
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph.white.block {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph.left {
    text-align: left;
  }

  .button.move-up.no-hover.home {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .button.move-up.right-padding {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
  }

  .button.move-up.right-padding.violet.bottom {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .full-container {
    text-align: left;
  }

  .full-container.center.homepages1.video-top {
    top: 14%;
  }

  .full-container.center.homepages1.slider.percentual {
    width: 90%;
    top: 20%;
  }

  .full-container.subscibe {
    margin-top: 20%;
    padding: 20px;
  }

  .full-container.whoweare {
    padding-left: 10px;
    padding-right: 10px;
  }

  .full-container.cyber, .full-container.newsletter, .full-container.newsletter {
    padding: 20px;
  }

  .heading-3 {
    font-size: 28px;
    line-height: 38px;
  }

  .sub-text {
    text-align: left;
    font-size: 21px;
  }

  .tabs-menu.second.left-side {
    text-align: center;
  }

  .tab-link, .tab-link.w--current, .tab-link._2, .tab-link._3, .tab-link._4, .tab-link._5 {
    width: 100%;
  }

  .top-space-block._100.left {
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .top-space-block._100.left.top.right {
    width: 70%;
  }

  .top-space-block._100.left.top-padding {
    width: auto;
    padding-top: 0;
  }

  .half-section {
    height: 800px;
    display: block;
  }

  .half-section.image {
    width: 100%;
    height: 600px;
  }

  .half-section.home {
    float: right;
    height: 750px;
  }

  .center-content-section {
    width: 80%;
    position: relative;
    top: 20%;
    transform: translate(0, -50%);
  }

  .social-link.facebook, .social-link.twiter, .social-link.instagram, .social-link.google {
    width: 50%;
  }

  .social-link.dribbble {
    width: 100%;
  }

  .center-device.right {
    text-align: center;
  }

  .arrow-slider, .arrow-slider.left {
    display: none;
  }

  .services-wrapper {
    width: auto;
  }

  .content-container-center {
    width: 90%;
  }

  .center-block {
    padding-left: 0;
  }

  .bottom-block._30 {
    margin-bottom: 0;
  }

  .testimnial-wrapper {
    width: 100%;
  }

  .about-wrapper {
    width: auto;
  }

  .team-name, .team-name.leader {
    text-align: center;
  }

  .team-name.blog {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .content-wrapper {
    position: static;
  }

  .content-wrapper.in-contact {
    z-index: 1000;
    float: left;
    height: 300px;
    margin-top: 0;
    padding-top: 40px;
    position: relative;
  }

  .faq-wrapper {
    width: 90%;
  }

  .features-wrapper.home10, .left-wrapper.photo, .left-wrapper.photo.left, .left-wrapper.photo.left._2, .left-wrapper.photo.right, .left-wrapper.photo.right._2 {
    width: 100%;
  }

  .left-wrapper.white {
    float: left;
    height: 900px;
  }

  .form-wrapper-block.home {
    top: 20%;
  }

  .emphasized-text-16 {
    font-size: 21px;
  }

  .emphasized-text-16.bottom-padding {
    font-size: 16px;
  }

  .banner.style2 {
    height: 600px;
  }

  .testimonials-slide.color-1, .testimonials-slide.color-2, .testimonials-slide.color-3, .testimonials-slide.color-4, .testimonials-slide.color-5 {
    width: 100%;
  }

  .fun-content {
    margin-bottom: 50px;
  }

  .fun-content.no-space {
    margin-bottom: 0;
  }

  .fun-content.no-space.add {
    margin-bottom: 50px;
  }

  .left {
    text-align: center;
  }

  .form-contact.fluid {
    width: 90%;
    display: block;
  }

  .form-contact.fluid.device {
    width: 90%;
  }

  .form-contact.top {
    margin-top: 60px;
  }

  .menu-button-2.dark.w--open {
    z-index: 2;
  }

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

  .causes-link-wrapper.top.events {
    height: auto;
  }

  .causes-link-wrapper.list {
    padding-right: 0;
  }

  .causes-link-wrapper.percentual.new {
    margin-bottom: 0;
  }

  .percentage.nationality {
    display: none;
    left: 10px;
  }

  .percentage.list {
    display: none;
  }

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

  .iteam-block.donation.transparent {
    width: 100%;
  }

  .iteam-block.donation.left.new {
    text-align: center;
  }

  .iteam-block.donation.right {
    float: none;
    text-align: left;
    margin-top: 0;
  }

  .iteam-block.donation.right.middle {
    text-align: center;
    margin-top: 20px;
  }

  .div-block-6.color-orange.events.red {
    height: auto;
  }

  .column-no-padding {
    height: 420px;
  }

  .progress-wrapper {
    text-align: center;
  }

  .link-4.right {
    float: left;
  }

  .date.by {
    display: none;
  }

  .testimonials.white {
    line-height: 24px;
  }

  .page-header, .page-header.about {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .page-header.team {
    height: 400px;
    padding: 20px;
  }

  .page-header.contact {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .info-wrapper.list {
    float: none;
    width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .info-wrapper.list.causes {
    float: none;
    width: 90%;
  }

  .info-wrapper.div {
    width: 200px;
  }

  .image-wrapper-causes {
    width: 100%;
    height: 140px;
  }

  .image-wrapper-causes.left-image, .row-volunteers.smaller {
    width: 100%;
  }

  .author-image {
    text-align: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .author-image.left {
    float: none;
  }

  .team, .team._2 {
    height: 300px;
  }

  .team._3 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
  }

  .team.speakersize.speaker2 {
    background-position: 50% -20%;
    background-size: cover;
  }

  .team.speakersize.vasu {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .author-div-image {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .info-donation-div {
    text-align: center;
    padding-left: 0;
  }

  .info-div-author {
    width: auto;
  }

  .column-8 {
    text-align: center;
  }

  .nav-link-footer {
    padding-left: 8px;
    padding-right: 8px;
  }

  .donate-pop-up {
    display: none;
  }

  .close-pop-up {
    background-color: #0000;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
    overflow: visible;
  }

  .column-9 {
    text-align: center;
  }

  .info-author {
    float: none;
    width: 100%;
  }

  .pricing-row {
    width: 100%;
  }

  .left-form-container {
    width: 90%;
  }

  ._30-percent-presentation {
    width: 100%;
    margin-right: 0%;
  }

  .post-rich-text h3 {
    line-height: 50px;
  }

  .post-rich-text h5 {
    line-height: 34px;
  }

  .heading-div {
    width: 100%;
  }

  .mock-up-section, .liquid-card {
    display: none;
  }

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

  .link-block-3 {
    float: none;
  }

  .div-form {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .licence-item-firs {
    flex-direction: column;
    justify-content: space-between;
    width: auto;
    padding: 15px 15px 14px;
  }

  .image-div {
    flex: 0 auto;
    width: 100px;
  }

  .image-div.logo {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licence-link {
    margin-right: 10px;
  }

  .licence-link.changelog {
    text-align: center;
    margin-right: 0;
  }

  .homepage-column-impact {
    margin-bottom: 0;
  }

  .col1-impact-link-block.international-security, .col1-impact-link-block.cyber, .col1-impact-link-block.mentorship, .col1-impact-link-block.strat-trade, .col1-impact-link-block.justice, .col1-impact-link-block.mentor-home {
    height: 140px;
  }

  .col1-values {
    float: left;
    clear: none;
    width: 50%;
    margin-bottom: 38px;
    padding-left: 0;
  }

  .missionblock {
    text-align: left;
  }

  .impact-body {
    font-size: 15px;
  }

  .section-tittle-2 {
    font-size: 28px;
    line-height: 32px;
  }

  .contact-span-title-2 {
    font-size: 26px;
  }

  .cta-section {
    font-size: 20px;
  }

  .div-item, .div-item._2 {
    padding-right: 13%;
  }

  .div-item._3 {
    background-color: #000c14;
    background-image: url('../images/Screenshot-2024-11-05-154440.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-right: 13%;
  }

  .div-item.hide {
    background-position: 50% 0;
    background-size: contain;
  }

  .time-block {
    width: 100%;
    font-size: 15px;
  }

  .description-block {
    width: auto;
  }

  .desc-title {
    width: 100%;
  }

  .event-details {
    font-size: 14px;
  }

  .reg-text {
    line-height: 26px;
  }

  .event-col {
    width: 100%;
  }

  .heading.bigcopy {
    padding-left: 10px;
  }

  .heading.bigcopy.home {
    padding-left: 0;
  }

  .h3-subhead {
    font-size: 20px;
    line-height: 30px;
  }

  .partner-logo {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .partner-logo.euro {
    height: 100px;
  }

  .partner-logo.exbs {
    height: 100px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .news1 {
    margin-left: 0%;
  }

  .milestone-img-div {
    background-size: cover;
  }

  .milestone-img-div.gtc2025 {
    height: 14.9em;
  }

  .milestone-img-div.postgtc1 {
    background-size: contain;
    height: 14.3em;
  }

  .milestone-img-div.postgtc2 {
    height: 14.5em;
  }

  .milestone-lead {
    font-size: 16px;
    line-height: 20px;
  }

  .article-div-womens {
    grid-template-columns: 1fr;
  }

  .event-leadcopy {
    font-size: 14px;
    line-height: 18px;
  }

  .speaker-block {
    display: flex;
  }

  .cta-font-text {
    line-height: 48px;
  }

  .hover-component {
    grid-template-columns: 1fr;
  }

  .focus1-block, .focus1-block-02, .focus1-block-03, .focus1-block-04, .focus1-block-05, .focus1-block-06 {
    width: 300px;
    height: 250px;
    font-size: 21px;
    line-height: 24px;
  }

  .area-sub {
    font-size: 14px;
  }

  .stories-tab1, .stories-tab1.w--current {
    text-align: center;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }

  .stories-tab2 {
    text-align: center;
    width: 88%;
  }

  .stories-tab2.w--current {
    margin-left: auto;
    margin-right: auto;
  }

  .bold-text-20 {
    font-size: 23px;
    line-height: 23px;
  }

  .block-quote-copy {
    line-height: 28px;
  }

  .contact-span-framework {
    font-size: 40px;
  }

  .footer-icon {
    float: none;
  }

  .tabmenu-framework, .tabmenu-framework.w--current {
    text-align: center;
  }

  .frame-tab {
    width: 149px;
  }

  .frame-competency {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .frame-copy {
    padding: 10px;
  }

  .frame-mobile {
    width: 100%;
  }

  .tabmenu-framework-mobile {
    float: left;
    clear: none;
    text-align: center;
    width: 50%;
  }

  .tabmenu-framework-mobile.w--current {
    float: left;
    text-align: center;
    width: 50%;
  }

  .frame-tab-content {
    float: left;
  }

  .diplo-previous-series-img {
    height: 180px;
  }
}

#w-node-c0daa31c-2dfe-7449-124d-3418ca95945e-b3b9ae87 {
  place-self: start stretch;
}

#w-node-d70f6cbd-d3c2-a660-5631-196a12f99ebe-b3b9ae87 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-cd5dc6c6-fd16-17c7-a47d-a2f1785a8937-b3b9ae87 {
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .5fr .5fr;
}

#w-node-_16ae6ed6-db44-f7ab-ffa3-e3cf53f721c9-af33eb76 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e2d20320-e228-7430-bfe2-a6a44e99af38-af33eb76, #w-node-_5c023dbd-fe30-0762-e16f-ba86e0d671e1-af33eb76, #w-node-d84b725a-9af8-60c2-53bd-6be6bcd5f30e-af33eb76 {
  place-self: start stretch;
}

#w-node-e34e0f6e-ba77-a366-38de-bb5fa93ae4c7-af33eb76 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_23d8170d-863d-ca87-7ee1-54c05ca95dae-7efa2742 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9d0520db-d8ef-b5a7-29b7-732a1996239c-7efa2742 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_8cb06448-52cd-fe91-5197-d1ace3163aa4-7efa2742 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_467ebf06-9710-42e8-5c5a-0fa8b91b1bc8-7efa2742 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_39e2b4f0-25f7-a741-19d0-c3ccb5123e20-7efa2742 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_36c83a04-0572-df97-1a17-6530817d7161-7efa2742, #w-node-_36c83a04-0572-df97-1a17-6530817d7186-7efa2742, #w-node-_36c83a04-0572-df97-1a17-6530817d71ad-7efa2742 {
  place-self: start stretch;
}

#w-node-_8fe6713d-bef2-1949-23eb-1920f01b3013-23992fcc, #w-node-_8fe6713d-bef2-1949-23eb-1920f01b3034-23992fcc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8fe6713d-bef2-1949-23eb-1920f01b3041-23992fcc {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_39e2b4f0-25f7-a741-19d0-c3ccb5123e20-23992fcc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c363ed35-9167-0944-4a79-216abfe4122b-4b9ef172, #w-node-c363ed35-9167-0944-4a79-216abfe4124c-4b9ef172 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c363ed35-9167-0944-4a79-216abfe41259-4b9ef172 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_39e2b4f0-25f7-a741-19d0-c3ccb5123e20-4b9ef172 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5d85d3d6-54b1-4723-7b30-38ed734c0538-3b309dc8, #w-node-_5d85d3d6-54b1-4723-7b30-38ed734c0559-3b309dc8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5d85d3d6-54b1-4723-7b30-38ed734c0566-3b309dc8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_39e2b4f0-25f7-a741-19d0-c3ccb5123e20-3b309dc8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e99949a1-a2c2-deb0-e0f9-e3bd372b20c6-560c186f, #w-node-e99949a1-a2c2-deb0-e0f9-e3bd372b20e7-560c186f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e99949a1-a2c2-deb0-e0f9-e3bd372b20f4-560c186f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_39e2b4f0-25f7-a741-19d0-c3ccb5123e20-560c186f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_52daf411-8a63-3ab2-6d6c-1ab766fe9437-5f98a9de, #w-node-_52daf411-8a63-3ab2-6d6c-1ab766fe9458-5f98a9de {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_52daf411-8a63-3ab2-6d6c-1ab766fe9465-5f98a9de {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_39e2b4f0-25f7-a741-19d0-c3ccb5123e20-5f98a9de {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_767a18cb-955e-463d-a5a2-8d73d9528683-597a7dff {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

#w-node-b0dfbeb4-7a7b-435c-4f6c-effd8786a900-63ab5f52 {
  grid-template-rows: minmax(65px, 1fr) auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-eeffd3b8-cd23-1b12-dcdd-f0041709a6f2-63ab5f52 {
  grid-template-rows: minmax(65px, 1fr) auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: none;
}

#w-node-_23d8170d-863d-ca87-7ee1-54c05ca95dae-2fcd7367, #w-node-_13832b60-9cff-72cd-c65b-c3b0dbec6afd-2fcd7367 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4ecea153-8670-d2b3-e25e-0d876b8aab95-2fcd7367 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#Agenda.w-node-be8745d3-2d62-470d-6d45-31227ea5833d-2fcd7367 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 3.25fr;
}

#w-node-_713cf09a-a5d1-a43b-5637-98b594217dbc-2fcd7367 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_494eec23-6d80-0736-837a-cf7d0fa8e240-2fcd7367, #w-node-d6cdf141-59b4-ac8d-a390-b30a02aeffaf-2fcd7367 {
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 2.5fr;
}

#w-node-_48cf30c6-4245-eb35-f0ab-54d78d0a2b80-2fcd7367 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_7b4804b3-4802-2349-a610-4626d55fb820-2fcd7367 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3af0dad1-ba50-f024-e6f0-51cbfe05433b-428bee7a {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

#w-node-_3f1c7814-601c-0582-95a9-d59156b4d70b-3e60d959 {
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
}

#w-node-c7ef5141-d7c6-7ab4-0022-fb202155b0ab-3e60d959, #w-node-_4a5d36a0-3aac-a266-5e11-5264a6a4b87f-3e60d959, #w-node-_7ae71912-8b0f-dd2b-3d55-8530178ce808-3e60d959, #w-node-_3efccd7d-390b-ea6c-93be-34657e9dc50f-3e60d959, #w-node-d9373898-de26-ae74-007e-d79cf496eff7-3e60d959 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fd3f5004-8924-1e80-5e31-1c2279fa35ff-3e60d959 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_52990856-ee17-ddf3-1e1a-8bbe14064183-76f00c72 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-d70f6cbd-d3c2-a660-5631-196a12f99ebe-b3b9ae87 {
    grid-template-rows: auto;
    grid-template-columns: minmax(0, 1fr);
  }

  #w-node-cd5dc6c6-fd16-17c7-a47d-a2f1785a8937-b3b9ae87 {
    grid-template-rows: auto auto;
    grid-template-columns: .5fr .5fr;
  }

  #w-node-_467ebf06-9710-42e8-5c5a-0fa8b91b1bc8-7efa2742, #w-node-_8fe6713d-bef2-1949-23eb-1920f01b3041-23992fcc, #w-node-c363ed35-9167-0944-4a79-216abfe41259-4b9ef172, #w-node-_5d85d3d6-54b1-4723-7b30-38ed734c0566-3b309dc8, #w-node-e99949a1-a2c2-deb0-e0f9-e3bd372b20f4-560c186f, #w-node-_52daf411-8a63-3ab2-6d6c-1ab766fe9465-5f98a9de {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-b0dfbeb4-7a7b-435c-4f6c-effd8786a900-63ab5f52, #w-node-eeffd3b8-cd23-1b12-dcdd-f0041709a6f2-63ab5f52 {
    grid-template-rows: minmax(65px, 1fr) auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_494eec23-6d80-0736-837a-cf7d0fa8e240-2fcd7367, #w-node-d6cdf141-59b4-ac8d-a390-b30a02aeffaf-2fcd7367 {
    grid-template-rows: auto;
    grid-template-columns: 2.5fr;
  }

  #w-node-_7b4804b3-4802-2349-a610-4626d55fb820-2fcd7367 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_16ae6ed6-db44-f7ab-ffa3-e3cf53f721c9-af33eb76 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_23d8170d-863d-ca87-7ee1-54c05ca95dae-7efa2742 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9d0520db-d8ef-b5a7-29b7-732a1996239c-7efa2742 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8cb06448-52cd-fe91-5197-d1ace3163aa4-7efa2742 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_39e2b4f0-25f7-a741-19d0-c3ccb5123e20-7efa2742 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8fe6713d-bef2-1949-23eb-1920f01b3013-23992fcc, #w-node-_8fe6713d-bef2-1949-23eb-1920f01b3034-23992fcc, #w-node-c363ed35-9167-0944-4a79-216abfe4122b-4b9ef172, #w-node-c363ed35-9167-0944-4a79-216abfe4124c-4b9ef172, #w-node-_5d85d3d6-54b1-4723-7b30-38ed734c0538-3b309dc8, #w-node-_5d85d3d6-54b1-4723-7b30-38ed734c0559-3b309dc8, #w-node-e99949a1-a2c2-deb0-e0f9-e3bd372b20c6-560c186f, #w-node-e99949a1-a2c2-deb0-e0f9-e3bd372b20e7-560c186f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_39e2b4f0-25f7-a741-19d0-c3ccb5123e20-560c186f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_52daf411-8a63-3ab2-6d6c-1ab766fe9437-5f98a9de, #w-node-_52daf411-8a63-3ab2-6d6c-1ab766fe9458-5f98a9de {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b0dfbeb4-7a7b-435c-4f6c-effd8786a900-63ab5f52 {
    display: none;
  }

  #w-node-eeffd3b8-cd23-1b12-dcdd-f0041709a6f2-63ab5f52 {
    grid-template-rows: minmax(65px, 1fr) auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-_23d8170d-863d-ca87-7ee1-54c05ca95dae-2fcd7367, #w-node-_13832b60-9cff-72cd-c65b-c3b0dbec6afd-2fcd7367, #w-node-_4ecea153-8670-d2b3-e25e-0d876b8aab95-2fcd7367, #w-node-_713cf09a-a5d1-a43b-5637-98b594217dbc-2fcd7367, #w-node-_7b4804b3-4802-2349-a610-4626d55fb820-2fcd7367 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3f1c7814-601c-0582-95a9-d59156b4d70b-3e60d959 {
    grid-template-rows: auto;
    grid-template-columns: 2.5fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cd5dc6c6-fd16-17c7-a47d-a2f1785a8937-b3b9ae87 {
    grid-template-rows: auto auto;
    grid-template-columns: .5fr;
  }

  #w-node-e34e0f6e-ba77-a366-38de-bb5fa93ae4c7-af33eb76, #w-node-_9d0520db-d8ef-b5a7-29b7-732a1996239c-7efa2742 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_39e2b4f0-25f7-a741-19d0-c3ccb5123e20-7efa2742 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_39e2b4f0-25f7-a741-19d0-c3ccb5123e20-560c186f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b0dfbeb4-7a7b-435c-4f6c-effd8786a900-63ab5f52, #w-node-eeffd3b8-cd23-1b12-dcdd-f0041709a6f2-63ab5f52 {
    grid-template-rows: minmax(65px, 1fr) auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #Agenda.w-node-be8745d3-2d62-470d-6d45-31227ea5833d-2fcd7367 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3af0dad1-ba50-f024-e6f0-51cbfe05433b-428bee7a {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-_3f1c7814-601c-0582-95a9-d59156b4d70b-3e60d959 {
    grid-template-rows: auto;
    grid-template-columns: 2.5fr;
  }
}


