@charset "UTF-8";
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset 'UTF-8';
.slick-loading .slick-list {
  background: #fff url("./../../img/ajax-loader.gif") center center no-repeat;
}
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("./../fonts/slick.eot");
  src: url("./../fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("./../fonts/slick.woff") format("woff"),
    url("./../fonts/slick.ttf") format("truetype"),
    url("./../fonts/slick.svg#slick") format("svg");
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: 0;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: 0;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__container {
  position: relative;
  box-sizing: border-box;
}
.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: -webkit-max-content;
  width: max-content;
  will-change: transform;
}
.splide.is-active .splide__list {
  display: flex;
}
.splide__pagination {
  display: inline-flex;
  align-items: center;
  width: 95%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}
.splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.splide {
  visibility: hidden;
}
.splide,
.splide__slide {
  position: relative;
  outline: 0;
}
.splide__slide {
  box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  flex-shrink: 0;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__slider {
  position: relative;
}
.splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  animation: splide-loading 1s linear infinite;
}
.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  user-select: none;
}
.splide--fade > .splide__track > .splide__list {
  display: block;
}
.splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide--ttb > .splide__track > .splide__list {
  display: block;
}
.splide--ttb > .splide__pagination {
  width: auto;
}
.splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  opacity: 0.7;
  background: #ccc;
}
.splide__arrow svg {
  width: 1.2em;
  height: 1.2em;
}
.splide__arrow:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__arrow:focus {
  outline: 0;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide__pagination {
  position: absolute;
  z-index: 1;
  bottom: 0.5em;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}
.splide__pagination__page {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 3px;
  padding: 0;
  transition: transform 0.2s linear;
  border: 0;
  opacity: 0.7;
}
.splide__pagination__page.is-active {
  transform: scale(1.4);
  background: #fff;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus {
  outline: 0;
}
.splide__progress__bar {
  width: 0;
  height: 3px;
  background: #ccc;
}
.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
}
.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: #000;
}
.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: 0;
}
.splide--rtl > .splide__arrows .splide__arrow--prev,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  right: 1em;
  left: auto;
}
.splide--rtl > .splide__arrows .splide__arrow--prev svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide--rtl > .splide__arrows .splide__arrow--next,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide--rtl > .splide__arrows .splide__arrow--next svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide--ttb > .splide__arrows .splide__arrow,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide--ttb > .splide__arrows .splide__arrow--prev,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em;
}
.splide--ttb > .splide__arrows .splide__arrow--prev svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide--ttb > .splide__arrows .splide__arrow--next,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  top: auto;
  bottom: 1em;
}
.splide--ttb > .splide__arrows .splide__arrow--next svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide--ttb > .splide__pagination {
  display: flex;
  flex-direction: column;
  bottom: 50%;
  left: auto;
  right: 0.5em;
  transform: translateY(50%);
} /*!
 * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1);
}
.fa-flip-vertical {
  transform: scaleY(-1);
}
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-haykal:before {
  content: "\f666";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-nintendo-switch:before {
  content: "\f418";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-train:before {
  content: "\f238";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-water:before {
  content: "\f773";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(../fonts/fa/fa-brands-400.eot);
  src: url(../fonts/fa/fa-brands-400.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fa/fa-brands-400.woff2) format("woff2"),
    url(../fonts/fa/fa-brands-400.woff) format("woff"),
    url(../fonts/fa/fa-brands-400.ttf) format("truetype"),
    url(../fonts/fa/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/fa/fa-regular-400.eot);
  src: url(../fonts/fa/fa-regular-400.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fa/fa-regular-400.woff2) format("woff2"),
    url(../fonts/fa/fa-regular-400.woff) format("woff"),
    url(../fonts/fa/fa-regular-400.ttf) format("truetype"),
    url(../fonts/fa/fa-regular-400.svg#fontawesome) format("svg");
}
.far {
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/fa/fa-solid-900.eot);
  src: url(../fonts/fa/fa-solid-900.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fa/fa-solid-900.woff2) format("woff2"),
    url(../fonts/fa/fa-solid-900.woff) format("woff"),
    url(../fonts/fa/fa-solid-900.ttf) format("truetype"),
    url(../fonts/fa/fa-solid-900.svg#fontawesome) format("svg");
}
.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free";
}
.fa,
.fas {
  font-weight: 900;
}
@font-face {
  font-family: Manier;
  src: url(../fonts/Manier-Regular.otf);
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: Manier;
  src: url(../fonts/Manier-Medium.otf);
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: Libre Franklin;
  src: url(../fonts/LibreFranklin-Regular.ttf);
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: ArgentCF;
  src: url(../fonts/ArgentCF-RegularItalic.woff);
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: ArgentCF Regular;
  src: url(../fonts/ArgentCF-Regular.ttf);
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: Beyond Infinity Demo;
  src: url(../fonts/Beyond-Infinity-Demo.woff);
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "GTAmericaTrial-Md";
  src: url(../fonts/GT-America-Extended-Medium.ttf);
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "GTAmericaTrial-Rg";
  src: url(../fonts/GT-America-Standard-Regular.ttf);
  font-weight: normal;
  font-display: swap;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  height: 100%;
  scroll-behavior: smooth;
  --container_size: 750px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  html {
    --container_size: 750px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html {
    --container_size: 970px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  html {
    --container_size: 1190px !important;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  html {
    --container_size: 1320px !important;
  }
}
@media (min-width: 1920px) {
  html {
    --container_size: 1440px !important;
  }
}
html body {
  height: 100%;
  overflow-x: hidden;
  font-family: "GTAmericaTrial-Rg";
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #363157;
  background-color: #fff9f3;
}
@media (max-width: 767px) {
  html body {
    font-size: 14px;
  }
}
html body.contact_active,
html body.case_active {
  overflow: hidden;
  z-index: 2;
}
.vault_data_flex
  .vault_data_item:not(:nth-child(1)):not(:nth-child(14))
  .content_block {
  background-color: transparent !important;
}
main {
  display: unset;
}
.super-heading {
  font-family: "Work Sans";
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .super-heading {
    font-size: 11px;
  }
}
.heading {
  font-size: 48px;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Manier";
}
@media only screen and (max-width: 1200px) {
  .heading {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .heading {
    font-size: 38px;
  }
}
.margin-auto {
  margin: auto;
}
.only-mob {
  display: none;
}
@media only screen and (max-width: 767px) {
  .only-mob {
    display: block;
  }
}
.only-desk {
  display: block;
}
@media only screen and (max-width: 767px) {
  .only-desk {
    display: none;
  }
}
.banner .heading {
  font-size: 54px;
}
@media (min-width: 1440px) {
  .banner .heading {
    font-size: 64px !important;
  }
}
.banner .subtext {
  font-family: "Beyond Infinity Demo";
  font-size: 100px;
  line-height: 1;
  color: #be8a76;
}
@media (max-width: 767px) {
  .banner .subtext {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .inner_page_banner {
    min-height: 400px !important;
  }
}
.inner_page_banner p {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 5px;
  font-family: "GTAmericaTrial-Md";
  letter-spacing: 1px;
}
@media screen and (max-width: 360px) {
  .inner_page_banner p {
    font-size: 12px !important;
  }
}
.inner_page_banner .heading {
  font-size: 64px;
  margin-bottom: 0;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .inner_page_banner .heading {
    font-size: 30px;
  }
}
@media screen and (max-width: 360px) {
  .inner_page_banner .heading {
    font-size: 24px !important;
    width: max-content;
    margin: auto;
  }
}
.inner_page_banner .heading.show {
  animation: 1s bottom_up ease forwards;
}
.inner_page_banner .subtext {
  font-family: "Beyond Infinity Demo";
  font-size: 90px;
  line-height: 1;
  color: #ffbaa2;
}
@media (max-width: 767px) {
  .inner_page_banner .subtext {
    font-size: 60px;
  }
}
#equitystrategy svg,
#offshorestrategy svg {
  width: auto !important;
}
@media (max-width: 991px) {
  #equitystrategy svg,
  #offshorestrategy svg {
    width: 100% !important;
  }
}
.subtext.show #animatesvg {
  animation: 8s drawsvg 1s linear forwards;
}
.theme_btn:before,
.theme_btn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #be8a76;
  bottom: 0;
  left: 0;
  transition: 0.3s ease;
}
.theme_btn {
  font-family: "Manier";
  text-decoration: none;
  color: #be8a76;
  font-size: 13px;
  padding-bottom: 5px;
  letter-spacing: 0.5px;
  margin: 15px 0;
  display: inline-block;
  transition: 0.2s ease;
  position: relative;
}
.theme_btn:before {
  -ms-transform-origin: right;
  transform-origin: right;
}
.theme_btn:after {
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition-delay: 0.3s;
  -ms-transform-origin: left;
  transform-origin: left;
}
.theme_btn:hover img {
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.theme_btn:hover:before {
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.theme_btn:hover:after {
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.theme_btn img {
  padding-left: 5px;
  width: 25px;
  transition: 0.2s ease;
}
.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex div {
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
@media only screen and (max-width: 767px) {
  .flex {
    display: block;
  }
}
.initial {
  -ms-flex: initial !important;
  flex: initial !important;
}
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: relative !important;
  opacity: 1 !important;
  pointer-events: all !important;
}
.page-tab {
  padding: 50px 0 0;
  transition: 0.3s ease;
  z-index: 3;
}
.page-tab.gradient {
  position: sticky;
  top: 100px;
}
@media (max-width: 991px) {
  .page-tab.gradient {
    top: 35px;
  }
}
.page-tab.gradient .activeline {
  height: 4px;
  background: #be8a76;
  position: absolute;
  bottom: 13px;
  left: 25px;
  transition: 0.3s linear;
}
.page-tab.gradient ul {
  background: linear-gradient(
    180deg,
    rgba(225, 212, 223, 0.42) 0,
    rgba(171, 139, 166, 0.42) 100%
  );
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 15px 25px;
  position: relative;
}
.page-tab.gradient ul li {
  border-bottom: 1px solid #3631577a;
  padding-bottom: 8px;
}
.page-tab.gradient ul li:nth-child(even) a {
  margin: 0 45px;
}
@media (max-width: 479px) {
  .page-tab.gradient ul li:nth-child(even) a {
    margin: 0 20px;
  }
}
.page-tab.gradient ul li a {
  font-size: 18px;
  font-family: "Manier";
}
@media (max-width: 767px) {
  .page-tab.gradient ul li a {
    font-size: 14px;
  }
}
.page-tab.gradient ul li a.active {
  border-bottom: 0;
}
.page-tab ul {
  display: -ms-flexbox;
  display: flex;
  border: 0;
  padding-bottom: 7px;
  width: fit-content;
  border-radius: 5px;
  background-color: #fff9f3;
}
@media (max-width: 767px) {
  .page-tab ul {
    white-space: nowrap;
    max-width: 100%;
    padding-bottom: 8px;
  }
  .page-tab ul::-webkit-scrollbar {
    height: 5px;
    background: #333;
  }
}
.page-tab ul li {
  border-bottom: 1px solid #3631577a;
  padding-bottom: 8px;
}
.page-tab ul li:nth-child(even) a {
  margin: 0 45px;
}
@media (max-width: 479px) {
  .page-tab ul li:nth-child(even) a {
    margin: 0;
  }
}
.page-tab ul li:nth-last-of-type(1) a {
  margin-right: 0 !important;
}
.page-tab ul li a {
  text-decoration: none;
  color: #be8a76;
  font-family: "ArgentCF Regular";
  font-size: 24px;
}
@media (max-width: 1199px) {
  .page-tab ul li a {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .page-tab ul li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .page-tab ul li a {
    font-size: 16px;
    max-width: fit-content;
    padding: 0 10px;
    margin: 0 !important;
  }
}
.page-tab ul li a.active {
  border-bottom: 4px solid #be8a76;
  padding-bottom: 10px;
}
.page-tab ul li:nth-child(2) a {
  margin: 0 50px 10px;
}
@media screen and (max-width: 360px) {
  .page-tab ul li:nth-child(2) a {
    margin: 0 0 10px;
  }
}
.financial-sec {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .financial-sec {
    padding-bottom: 0;
  }
}
.financial-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.financial-sec .row-flex .text {
  width: 36%;
}
@media (max-width: 991px) {
  .financial-sec .row-flex .text {
    width: 100%;
  }
}
.financial-sec .row-flex .text .heading {
  margin-bottom: 20px;
}
.financial-sec .row-flex .text p {
  margin-bottom: 15px;
  font-size: 18px;
}
.financial-sec .row-flex .text .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}
.financial-sec .row-flex .text .row-flex .item {
  width: 46%;
  padding-left: 50px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .financial-sec .row-flex .text .row-flex .item {
    width: 100%;
  }
}
.financial-sec .row-flex .text .row-flex .item:nth-last-child(1) {
  margin-bottom: 0;
}
.financial-sec .row-flex .text .row-flex .item .title {
  font-size: 20px;
  font-family: "Manier";
  margin-bottom: 5px;
  min-height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
.financial-sec .row-flex .text .row-flex .item .points {
  padding-left: 15px;
}
.financial-sec .row-flex .text .row-flex .item .points p {
  margin-bottom: 10px;
  line-height: 22px;
  position: relative;
}
.financial-sec .row-flex .text .row-flex .item .points p::before {
  position: absolute;
  content: "";
  top: 0;
  left: -15px;
  width: 5px;
  height: 5px;
  background-color: #363157;
  margin-top: 8px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.financial-sec .row-flex .text .row-flex .item .number {
  position: absolute;
  top: 10%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Manier";
  font-size: 96px;
  font-weight: 700;
  color: rgba(54, 49, 87, 0.1);
}
.financial-sec .row-flex .text .row-flex .explore {
  width: 100%;
  padding-left: 50px;
}
.financial-sec .row-flex .accord-div {
  width: 52%;
}
@media (max-width: 991px) {
  .financial-sec .row-flex .accord-div {
    width: 100%;
    margin-top: 20px;
  }
}
.financial-sec .row-flex .accord-div .accordion {
  padding: 20px 0;
}
.financial-sec .row-flex .accord-div .accordion:nth-child(1) {
  border-top: 1px solid #000;
}
.financial-sec .row-flex .accord-div .accordion .flex {
  position: relative;
  z-index: 1;
}
.financial-sec .row-flex .accord-div .accordion .flex div {
  font-family: "Manier";
  font-size: 24px;
  color: #363157;
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  .financial-sec .row-flex .accord-div .accordion .flex div {
    font-size: 18px;
  }
}
.financial-sec .row-flex .accord-div .accordion .flex div:nth-child(1) {
  max-width: 20%;
}
.financial-sec .row-flex .accord-div .accordion .flex div span {
  font-family: "Manier";
  font-size: 24px;
  color: #363157;
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  .financial-sec .row-flex .accord-div .accordion .flex div span {
    font-size: 18px;
  }
}
.financial-sec .row-flex .accord-div .accordion .flex::after {
  content: "";
  float: right;
  margin-left: 5px;
  padding-right: 30px;
  background-color: #c29180;
  -webkit-mask: url(../../img/close.svg) no-repeat 50% 50%;
  mask: url(../../img/close.svg) no-repeat 50% 50%;
  width: 15px;
  height: 15px;
  background-size: cover;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s ease;
  color: #be8a76;
  font-weight: normal;
  font-size: 30px;
}
@media (max-width: 991px) {
  .financial-sec .row-flex .accord-div .accordion .flex::after {
    margin-top: 0;
  }
}
.financial-sec .row-flex .accord-div .accordion.active {
  padding-bottom: 50px;
  margin-bottom: 15px;
}
.financial-sec .row-flex .accord-div .accordion.active .flex:after {
  -ms-transform: rotate(90deg) translateY(6px) translateY(-5px);
  transform: rotate(90deg) translateY(6px) translateY(-5px);
}
.financial-sec .row-flex .accord-div .accordion.active .flex div {
  padding-left: 15px;
  color: #fff;
}
.financial-sec .row-flex .accord-div .accordion.active .flex div span {
  margin-left: -15px;
  color: #fff;
}
.financial-sec .row-flex .accord-div .accordion.active:before {
  content: "";
  background: #0000006b;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.financial-sec .row-flex .accord-div .accordion:hover .flex div {
  padding-left: 15px;
  color: #fff;
}
.financial-sec .row-flex .accord-div .accordion:hover .flex div span {
  margin-left: -15px;
  color: #fff;
}
.financial-sec .row-flex .accord-div .accordion:hover:before {
  content: "";
  background: #0000006b;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.financial-sec .row-flex .accord-div .panel {
  border-bottom: 1px solid #000;
}
.financial-sec .row-flex .accord-div .panel .flex div {
  max-width: 80%;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  .financial-sec .row-flex .accord-div .panel .flex div {
    max-width: 60%;
  }
}
.financial-sec .row-flex .accord-div .panel .flex div p {
  padding-bottom: 15px;
}
.financial-sec .row-flex .accord-div .panel .flex .theme_btn {
  margin-top: 0;
  margin-right: 10px;
}
.careers {
  padding: 80px 0 140px 0;
}
@media (max-width: 991px) {
  .careers {
    padding: 30px 0 0 0;
  }
}
.careers .flex {
  -ms-flex-align: start;
  align-items: flex-start;
}
.careers .flex > div:first-child {
  -ms-flex: initial;
  flex: initial;
  width: 45%;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .careers .flex > div:first-child {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .careers .flex {
    display: block;
  }
}
.careers .carousel {
  height: 510px;
}
@media (max-width: 991px) {
  .careers .carousel {
    margin: 0 0 80px 0;
  }
}
.careers .carousel .carousel-item {
  opacity: 1 !important;
}
.careers .carousel .carousel-item img {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.377);
  -ms-transform: scale(2);
  transform: scale(2);
  max-width: 200px;
  width: 200px;
}
.careers .carousel .carousel-item.active img {
  -ms-transform: scale(1.6) translateY(-10px);
  transform: scale(1.6) translateY(-10px);
}
.careers .images {
  width: 50%;
}
@media (max-width: 991px) {
  .careers .images {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .careers .images {
    overflow: hidden;
  }
}
.careers .images section {
  width: 100%;
}
.careers .images section.slider .slick-track .slick-slide img {
  margin: auto;
}
.expertise_img_nd_accordion {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .expertise_img_nd_accordion {
    padding-bottom: 0;
  }
}
.expertise_img_nd_accordion .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.expertise_img_nd_accordion .row-flex .text {
  width: 36%;
}
@media (max-width: 991px) {
  .expertise_img_nd_accordion .row-flex .text {
    width: 100%;
  }
}
.expertise_img_nd_accordion .row-flex .text .heading {
  margin-bottom: 20px;
}
.expertise_img_nd_accordion .row-flex .text p {
  margin-bottom: 15px;
  font-size: 18px;
}
.expertise_img_nd_accordion .row-flex .text .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}
.expertise_img_nd_accordion .row-flex .text .row-flex .item {
  width: 46%;
  padding-left: 50px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .expertise_img_nd_accordion .row-flex .text .row-flex .item {
    width: 100%;
  }
}
.expertise_img_nd_accordion .row-flex .text .row-flex .item:nth-last-child(1) {
  margin-bottom: 0;
}
.expertise_img_nd_accordion .row-flex .text .row-flex .item .title {
  font-size: 20px;
  font-family: "Manier";
  margin-bottom: 5px;
  min-height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
.expertise_img_nd_accordion .row-flex .text .row-flex .item .points {
  padding-left: 15px;
}
.expertise_img_nd_accordion .row-flex .text .row-flex .item .points p {
  margin-bottom: 10px;
  line-height: 22px;
  position: relative;
}
.expertise_img_nd_accordion .row-flex .text .row-flex .item .points p::before {
  position: absolute;
  content: "";
  top: 0;
  left: -15px;
  width: 5px;
  height: 5px;
  background-color: #363157;
  margin-top: 8px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.expertise_img_nd_accordion .row-flex .text .row-flex .item .number {
  position: absolute;
  top: 10%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Manier";
  font-size: 96px;
  font-weight: 700;
  color: rgba(54, 49, 87, 0.1);
}
.expertise_img_nd_accordion .row-flex .text .row-flex .explore {
  width: 100%;
  padding-left: 50px;
}
.expertise_img_nd_accordion .row-flex .accord-div {
  width: 52%;
}
@media (max-width: 991px) {
  .expertise_img_nd_accordion .row-flex .accord-div {
    width: 100%;
    margin-top: 20px;
  }
}
.expertise_img_nd_accordion .row-flex .accord-div .accordion {
  padding: 20px 0;
}
.expertise_img_nd_accordion .row-flex .accord-div .accordion:nth-child(1) {
  border-top: 1px solid #000;
}
.expertise_img_nd_accordion .row-flex .accord-div .accordion .flex {
  position: relative;
  z-index: 1;
}
.expertise_img_nd_accordion .row-flex .accord-div .accordion .flex div {
  font-family: "Manier";
  font-size: 24px;
  color: #363157;
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  .expertise_img_nd_accordion .row-flex .accord-div .accordion .flex div {
    font-size: 18px;
  }
}
.expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion
  .flex
  div:nth-child(1) {
  max-width: 20%;
}
.expertise_img_nd_accordion .row-flex .accord-div .accordion .flex div span {
  font-family: "Manier";
  font-size: 24px;
  color: #363157;
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  .expertise_img_nd_accordion .row-flex .accord-div .accordion .flex div span {
    font-size: 18px;
  }
}
.expertise_img_nd_accordion .row-flex .accord-div .accordion .flex::after {
  content: "";
  float: right;
  margin-left: 5px;
  padding-right: 30px;
  background-color: #c29180;
  -webkit-mask: url(../../img/close.svg) no-repeat 50% 50%;
  mask: url(../../img/close.svg) no-repeat 50% 50%;
  width: 15px;
  height: 15px;
  background-size: cover;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s ease;
  color: #be8a76;
  font-weight: normal;
  font-size: 30px;
}
@media (max-width: 991px) {
  .expertise_img_nd_accordion .row-flex .accord-div .accordion .flex::after {
    margin-top: 0;
  }
}
.expertise_img_nd_accordion .row-flex .accord-div .accordion.active {
  padding-bottom: 50px;
  margin-bottom: 15px;
}
.expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion.active
  .flex:after {
  -ms-transform: rotate(90deg) translateY(6px) translateY(-5px);
  transform: rotate(90deg) translateY(6px) translateY(-5px);
}
.expertise_img_nd_accordion .row-flex .accord-div .accordion.active .flex div {
  padding-left: 15px;
  color: #fff;
}
.expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion.active
  .flex
  div
  span {
  margin-left: -15px;
  color: #fff;
}
.expertise_img_nd_accordion .row-flex .accord-div .accordion.active:before {
  content: "";
  background: #0000006b;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.expertise_img_nd_accordion .row-flex .accord-div .accordion:hover .flex div {
  padding-left: 15px;
  color: #fff;
}
.expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion:hover
  .flex
  div
  span {
  margin-left: -15px;
  color: #fff;
}
.expertise_img_nd_accordion .row-flex .accord-div .accordion:hover:before {
  content: "";
  background: #0000006b;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.expertise_img_nd_accordion .row-flex .accord-div .panel {
  border-bottom: 1px solid #000;
}
.expertise_img_nd_accordion .row-flex .accord-div .panel .flex div {
  max-width: 80%;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  .expertise_img_nd_accordion .row-flex .accord-div .panel .flex div {
    max-width: 60%;
  }
}
.expertise_img_nd_accordion .row-flex .accord-div .panel .flex div p {
  padding-bottom: 15px;
}
.expertise_img_nd_accordion .row-flex .accord-div .panel .flex .theme_btn {
  margin-top: 0;
  margin-right: 10px;
}
.awards {
  padding: 80px 0 50px 0;
  position: relative;
}
.awards .slick-arrow {
  display: none !important;
}
@media (max-width: 767px) {
  .awards {
    padding: 50px 0;
  }
}
.awards .half_circle {
  position: absolute;
  right: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.awards .curly {
  font-family: "Beyond Infinity Demo";
  margin: 0 0 20px 0;
  color: #be8a76;
  font-size: 65px;
}
.awards .center {
  padding-top: 40px;
}
.awards .width_50 {
  width: 50%;
  margin: auto;
}
@media (max-width: 767px) {
  .awards .width_50 {
    width: 100%;
  }
}
.awards .tab {
  width: 70%;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.awards .tab button {
  font-family: "Manier";
  background-color: transparent;
  border-bottom: 2px solid #ccc !important;
  color: #be8a76;
  float: left;
  border: 0;
  outline: 0;
  cursor: pointer;
  padding: 12px 30px 10px 0;
  -ms-flex: 1;
  flex: 1;
  transition: 0.3s;
  font-size: 14px;
  text-align: left;
  margin: 0 15px;
}
@media (max-width: 991px) {
  .awards .tab button {
    width: 41%;
    width: 95%;
    margin: auto;
  }
}
@media screen and (max-width: 360px) {
  .awards .tab button {
    width: 32%;
  }
}
.awards .tab button.active {
  border-bottom: 2px solid #be8a76 !important;
}
@media (max-width: 991px) {
  .awards .tab {
    width: calc(100% - 25px);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
}
.awards .tabcontent {
  display: none;
  padding: 6px 12px;
  margin: 30px 0;
  border-top: 0;
}
.awards .tabcontent.active {
  animation: 0.5s bottom_up ease forwards;
  display: block;
}
.awards .tabcontent .slider {
  height: auto;
  outline: 0;
}
.awards .tabcontent .slider .slick-slide {
  text-align: center;
}
.awards .tabcontent .slider .slick-slide:focus {
  outline: 0;
}
.awards .tabcontent .slider .slick-slide h3 {
  font-weight: bold;
  font-size: 22px;
}
@media (max-width: 767px) {
  .awards .tabcontent .slider .slick-slide h3 {
    width: 80%;
    margin: auto;
  }
}
.awards .tabcontent .slider .slick-slide img {
  margin: 15px auto;
}
.awards .tabcontent .slider .slick-slide p {
  font-size: 14px;
  width: 80%;
  margin: auto;
}
.pressclub {
  padding: 50px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .pressclub {
    padding-bottom: 0 !important;
    padding: 50px 0;
    overflow: hidden;
  }
}
.pressclub .buttons {
  margin: 25px 0;
}
.pressclub .buttons a:first-child {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .pressclub .news .slick-dots {
    display: none !important;
  }
}
.pressclub .news.news .slick-slide {
  padding: 15px;
  outline: 0;
}
.pressclub .news.news .slick-slide img {
  max-width: 100%;
  height: auto;
  outline: 0;
  width: 100%;
}
.pressclub .news.news .slick-slide .inner_slide {
  overflow: hidden;
}
.pressclub .news.news .slick-slide .inner_slide a {
  text-decoration: none;
}
.pressclub .news.news .slick-slide .inner_slide a:focus {
  outline: 0;
}
.pressclub .news.news .slick-slide .inner_slide a h4 {
  color: #363157;
  margin-top: 15px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .pressclub .news.news .slick-slide .inner_slide a h4 {
    font-size: 16px;
    line-height: 1.2;
  }
}
.pressclub .news.news .slick-slide .inner_slide a h3 {
  color: #363157;
  margin-top: 15px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .pressclub .news.news .slick-slide .inner_slide a h3 {
    font-size: 16px;
    line-height: 1.2;
  }
}
.pressclub .news.news .slick-slide .inner_slide a .logo {
  width: auto;
  margin-top: 15px;
  display: inline;
  filter: grayscale(1);
}
.pressclub .news.news .slick-slide .inner_slide a .date {
  font-size: 11px;
  text-align: right;
  margin-top: -25px;
  color: #363157;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .pressclub .news.news .slick-slide .inner_slide a .date {
    margin-top: 15px;
    text-align: left;
  }
}
.home_banner .heading.show {
  animation: 1s bottom_up ease forwards;
}
.home_banner .subtext {
  opacity: 0;
}
.home_banner .subtext.show {
  animation-delay: 1s !important;
  animation: 1s bottom_up ease forwards;
}
.home_banner .para.show {
  animation-delay: 1.5s !important;
  animation: 1s bottom_up ease forwards;
}
.home_banner .bottom_section_div.show {
  animation-delay: 2s !important;
  animation: 1s bottom_up ease forwards;
}
.inner_page_banner {
  background-size: auto;
  background-position: bottom !important;
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: top;
  display: block;
  text-align: center;
  color: #fff;
  opacity: 1;
}
.inner_page_banner.extratop {
  padding-top: 180px !important;
}
@media (max-width: 1365px) {
  .inner_page_banner {
    background-size: cover;
  }
}
@media (min-width: 1921px) {
  .inner_page_banner {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .inner_page_banner {
    background-size: auto;
  }
}
.inner_page_banner .heading {
  opacity: 0;
}
.inner_page_banner .subtext {
  opacity: 0;
}
.inner_page_banner .subtext.show {
  opacity: 1;
}
.carousel {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
  font-family: Arial;
}
.carousel__list {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  position: relative;
  width: 100%;
  height: 300px;
  -ms-flex-pack: center;
  justify-content: center;
  perspective: 300px;
}
.carousel__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 0;
  width: 150px;
  height: 250px;
  border-radius: 12px;
  box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.5);
  position: absolute;
  transition: all 0.3s ease-in;
}
.carousel__item:nth-child(1) {
  background: linear-gradient(45deg, #2d35eb 0, #904ed4 100%);
}
.carousel__item:nth-child(2) {
  background: linear-gradient(45deg, #2d35eb 0, #fdbb2d 100%);
}
.carousel__item:nth-child(3) {
  background: linear-gradient(45deg, #2d35eb 0, #22c1c3 100%);
}
.carousel__item:nth-child(4) {
  background: linear-gradient(45deg, #fdbb2d 0, #904ed4 100%);
}
.carousel__item:nth-child(5) {
  background: linear-gradient(45deg, #22c1c3 0, #904ed4 100%);
}
.carousel__item[data-pos="0"] {
  z-index: 5;
}
.carousel__item[data-pos="-1"],
.carousel__item[data-pos="1"] {
  opacity: 0.7;
  filter: blur(1px) grayscale(10%);
}
.carousel__item[data-pos="-1"] {
  -ms-transform: translateX(-40%) scale(0.9);
  transform: translateX(-40%) scale(0.9);
  z-index: 4;
}
.carousel__item[data-pos="1"] {
  -ms-transform: translateX(40%) scale(0.9);
  transform: translateX(40%) scale(0.9);
  z-index: 4;
}
.carousel__item[data-pos="-2"],
.carousel__item[data-pos="2"] {
  opacity: 0.4;
  filter: blur(3px) grayscale(20%);
}
.carousel__item[data-pos="-2"] {
  -ms-transform: translateX(-70%) scale(0.8);
  transform: translateX(-70%) scale(0.8);
  z-index: 3;
}
.carousel__item[data-pos="2"] {
  -ms-transform: translateX(70%) scale(0.8);
  transform: translateX(70%) scale(0.8);
  z-index: 3;
}
.bold {
  font-weight: bold;
}
.text_italic {
  font-style: italic;
}
.center {
  text-align: center;
}
input[type="radio"] {
  margin: 10px 0;
  width: 16px;
  height: 16px;
}
input[type="text"],
input[type="email"],
input[type="tel"] {
  background: transparent;
  border: 0;
  border-bottom: 1px solid;
  width: 100%;
  padding: 5px;
  padding-left: 0;
  margin: 10px 0;
  outline: 0;
  font-family: "GTAmericaTrial-Rg";
  color: #363157;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder {
  opacity: 0.4;
  font-family: "GTAmericaTrial-Rg";
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder {
  opacity: 0.4;
  font-family: "GTAmericaTrial-Rg";
}
.previous {
  border-bottom: 1px solid #be8a76;
  display: table;
  filter: grayscale(100%);
}
.previous input[type="submit"] {
  font-family: "ArgentCF";
  background: transparent;
  outline: 0;
  border: 0;
  padding: 0 4px 0 0;
  font-size: 18px;
  margin-top: 15px;
  opacity: 0.8;
  cursor: pointer;
  color: #be8a76;
}
.previous:hover img {
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.previous img {
  transition: 0.2s ease;
}
section .slider {
  height: auto;
}
.slick-slide {
  outline: 0;
}
.slick-dots {
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.slick-dots li {
  width: 40px !important;
  height: 4px !important;
  padding: 0 !important;
}
.slick-dots li button {
  width: 0;
  height: 4px !important;
  padding: 0 !important;
}
.slick-dots li button:before {
  content: "";
  width: 40px;
  height: 4px;
  background: #d9d9d9;
  opacity: 1;
}
.slick-dots li button:after {
  content: "";
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  height: 4px;
  background: #be8a76;
  opacity: 1;
}
.slick-dots li.slick-active button:after {
  transition: 5s linear;
  width: 40px;
}
textarea {
  box-sizing: border-box;
}
select {
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 5px;
  background: #333;
}
::-webkit-scrollbar-track {
  border-radius: 50px;
}
::-webkit-scrollbar-thumb {
  background: #be8a76;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #b67b65;
}
:-ms-input-placeholder {
  color: #000 !important;
  opacity: 1;
}
::placeholder {
  color: #000 !important;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #000 !important;
}
::-ms-input-placeholder {
  color: #000 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manier";
  letter-spacing: 0;
}
i {
  font-style: italic;
}
.rem_link_style,
.sidebar_wrap .links a {
  text-decoration: none !important;
  color: inherit;
}
.rem_link_style:hover,
.sidebar_wrap .links a:hover {
  color: inherit;
}
.rem_link_style:active,
.sidebar_wrap .links a:active {
  color: inherit;
}
.relative_box,
#emirates .inner_page_banner,
#emirates .connect_us_section .flex .insight_div,
#emirates .offerings_section .offering_box .offering_item,
#wealth-advisory-india .inner_page_banner,
#wealth-advisory-india .connect_us_section .flex .insight_div,
#wealth-advisory-india .offerings_section .offering_box .offering_item {
  position: relative;
  min-height: 1px;
}
.full_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn_project_default {
  font-size: 12px;
  background-image: none;
  border-radius: 0;
  border: 0;
  letter-spacing: 2px;
  padding: 10px 35px;
  margin: 20px;
  box-shadow: none;
  text-shadow: none;
  background-color: #be8a76;
  color: white;
  outline: none !important;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .btn_project_default {
    padding: 8px 18px;
  }
}
.btn_project_default:hover {
  background-color: #be8a76;
  color: white;
}
.btn_project_default:active {
  background-color: #be8a76;
  color: white;
}
.btn_project_default:focus {
  background-color: #be8a76;
  color: white;
}
.get_dynamic_color {
  overflow: hidden;
}
.loader_overlay {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: white;
  z-index: 1000;
}
.loader_overlay .loader_spinner {
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top: 5px solid black;
  border-left: 5px solid gray;
  border-bottom: 5px solid gray;
  border-right: 5px solid gray;
  width: 120px;
  height: 120px;
  animation: spin_360 2s linear infinite;
}
.no_pad {
  padding: 0 !important;
}
.no_marg {
  margin: 0 !important;
}
.rel_y_center,
#nav-icon3 {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rel_x_center,
#emirates .inner_page_banner .logo_img {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.rel_xy_center,
#emirates .ad_section .ad_box .right_box .right_content,
#wealth-advisory-india .ad_section .ad_box .right_box .right_content {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mobile_navbar {
  display: none;
  position: fixed;
  padding: 0 15px;
  background-color: #e5e5e5;
  top: 15px;
  left: 0;
  width: 92%;
  z-index: 101;
  filter: drop-shadow(0 12px 6px rgba(0, 0, 0, 0.5));
  height: 50px;
  right: 0;
  margin: auto;
  border-radius: 5px;
}
.mobile_navbar.sticky .rem_link_style,
.mobile_navbar.sticky .sidebar_wrap .links a,
.sidebar_wrap .links .mobile_navbar.sticky a {
  animation: 0.5s hide ease forwards;
  display: none;
}
.mobile_navbar.sticky .short-logo {
  animation: 0.5s show ease forwards;
  display: block !important;
}
.mobile_navbar .short-logo {
  display: none;
}
.mobile_navbar .short-logo img {
  padding: 10px 0;
}
@media (max-width: 1199px) {
  .mobile_navbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.mobile_navbar .navbar_logo {
  max-height: 50px;
}
.mobile_navbar .navbar_logo.awards-link {
  width: 26px;
  height: 26px;
  padding: 4px;
  border: 1px solid #a0855d;
  border-radius: 50%;
  object-fit: contain;
}
.mobile_navbar .logo {
  margin-left: 16px;
}
.mobile_navbar .extra {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.mobile_navbar .extra a {
  display: inherit;
  margin: 0 4px;
}
.mobile_navbar .extra form {
  position: absolute;
  width: 100%;
  left: 0;
  background: #fff;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  z-index: 100;
  padding: 0 12px;
  clip-path: circle(0 at 80% 50%);
  transition: clip-path 0.8s ease-in-out;
}
.mobile_navbar .extra form.search {
  clip-path: circle(100% at 40% 0);
}
.mobile_navbar .extra form input[type="text"] {
  margin-left: 10px;
  border-bottom: none !important;
}
.mobile_navbar .extra form input[type="text"]:focus {
  border-bottom: none !important;
}
@media (max-width: 991px) {
  .mobile_navbar .extra form .close_search {
    width: 15px;
  }
}
.search_results {
  position: absolute;
  left: 0;
  padding: 20px 30px;
  z-index: 1;
  background: rgba(248, 248, 248, 0.93);
  width: calc(100% - 30px);
  right: 0;
  margin: 20px auto;
  border-radius: 5px;
  display: none;
}
@media (max-width: 991px) {
  .search_results {
    width: 100%;
    top: 40px;
    padding: 20px 30px;
  }
}
.search_results.results {
  display: block;
  animation: 0.5s dropdown ease forwards;
}
.search_results .item {
  border-bottom: 1px solid #cdcdcd;
  padding: 15px 0;
}
.search_results .item img {
  width: 160px;
  height: 100px;
  object-fit: cover;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .search_results .item img {
    width: 120px;
    height: 70px;
  }
}
.search_results .item div {
  -ms-flex: none;
  flex: none;
  padding: 8px 0;
}
.search_results .item:last-child {
  border-bottom: 0;
}
.search_results .item .content .title {
  font-size: 24px;
  font-family: "Manier";
  padding: 0;
}
@media (max-width: 991px) {
  .search_results .item .content .title {
    font-size: 14px;
  }
}
.search_results .item .content .pagename {
  padding: 0;
}
#nav-icon3 {
  width: 24px;
  height: 18px;
  left: 5%;
  margin-left: 10px;
  transition: all 0.5s ease-out;
  cursor: pointer;
  z-index: 100;
}
@media (min-width: 1200px) {
  #nav-icon3 {
    display: none;
  }
}
@media (max-width: 1199px) {
  #nav-icon3 {
    left: 0;
    margin-top: 2px;
    top: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -ms-transform: none;
    transform: none;
    position: relative;
  }
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #363157;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition: 0.25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0;
}
#nav-icon3 span:nth-child(2) {
  top: 7px;
}
#nav-icon3 span:nth-child(3) {
  top: 7px;
}
#nav-icon3 span:nth-child(4) {
  top: 14px;
}
#nav-icon3.open span:nth-child(1) {
  top: 7px;
  width: 0;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 7px;
  width: 0;
  left: 50%;
}
.sidebar_wrap {
  position: fixed;
  width: 92%;
  top: 65px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 5px 15px;
  background-color: #e5e5e5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: start;
  z-index: 100;
  border-radius: 5px;
  overflow: auto;
  height: 223px;
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: all 0.5s ease-out;
  transform: perspective(500px) rotateX(-90deg) translateZ(0);
  -ms-transform-origin: 50% 0 0;
  transform-origin: 50% 0 0;
}
@media (min-width: 1200px) {
  .sidebar_wrap {
    display: none;
  }
}
.sidebar_wrap.open {
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: auto;
  transform: perspective(500px) rotateX(0) translateZ(0);
  z-index: 998;
  filter: drop-shadow(0 12px 6px rgba(0, 0, 0, 0.5));
}
.sidebar_wrap .imp-label {
  background: #a0855d;
  color: #ffffffb8;
  padding: 2px 8px;
  border-radius: 10px;
  margin: 0 10px;
}
.sidebar_wrap .links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-align: start;
  align-items: start;
  margin: 12px 0;
}
.sidebar_wrap .links .main_link {
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid #3631577a;
}
.sidebar_wrap .links .main_link:last-child {
  border-bottom: 0;
}
.sidebar_wrap .links span {
  font-size: 8px;
}
@media (max-width: 360px) {
  .sidebar_wrap .links span {
    display: inline-block;
  }
}
.sidebar_wrap .links .has-dropdown {
  position: relative;
  overflow: hidden;
}
.sidebar_wrap .links .has-dropdown .no_pointer_event {
  pointer-events: none;
}
.sidebar_wrap .links .has-dropdown:after {
  content: "\002B";
  color: #be8a76;
  font-size: 18px;
  float: right;
  margin-left: 5px;
  position: absolute;
  top: 4px;
  right: 0;
}
.sidebar_wrap .links .has-dropdown.open:after {
  content: "\2212";
}
.sidebar_wrap .links .has-dropdown.open .mega_menu {
  height: 220px;
  opacity: 1;
  margin-top: 6px;
  visibility: visible;
}
.sidebar_wrap .links .has-dropdown.open .about_menu {
  height: 140px;
  opacity: 1;
  margin-top: 6px;
  visibility: visible;
}
.sidebar_wrap .links .has-dropdown.open .about_menu.exl {
  height: 60px;
}
.sidebar_wrap .links .about_menu a {
  margin-top: 0;
}
.sidebar_wrap .links .mega_menu,
.sidebar_wrap .links .about_menu {
  transition: 0.5s ease;
  height: 0;
  margin: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.sidebar_wrap .links .mega_menu.open,
.sidebar_wrap .links .about_menu.open {
  display: block;
}
.sidebar_wrap .links .mega_menu a,
.sidebar_wrap .links .about_menu a {
  margin-top: 0;
}
.sidebar_wrap .links .mega_menu .dropdown_menu.border-top,
.sidebar_wrap .links .about_menu .dropdown_menu.border-top {
  border-top: 1px solid #3631577a;
  padding-top: 15px;
}
.sidebar_wrap .links .mega_menu .dropdown_menu .main-title,
.sidebar_wrap .links .about_menu .dropdown_menu .main-title {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-left: 6px;
  font-family: "GTAmericaTrial-Md";
}
.sidebar_wrap .links .mega_menu .dropdown_menu .title a,
.sidebar_wrap .links .about_menu .dropdown_menu .title a {
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
  font-family: "Manier";
}
.sidebar_wrap .links .mega_menu .dropdown_menu a,
.sidebar_wrap .links .about_menu .dropdown_menu a {
  font-size: 14px;
  display: block;
  padding: 0;
  text-transform: initial;
  margin-left: 20px;
}
.sidebar_wrap .links a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 0;
  font-family: "GTAmericaTrial-Rg";
}
#thank-you-msg {
  display: none;
  font-size: 20px;
  color: green;
  font-style: italic;
  font-weight: bold;
}
.input-field label.error {
  top: calc(100% - 30px) !important;
  font-size: 12px;
  color: red;
}
.input-field label.error.active {
  top: 40px !important;
  -ms-transform: translateY(10px) scale(1) !important;
  transform: translateY(10px) scale(1) !important;
  -ms-transform-origin: 0 0 !important;
  transform-origin: 0 0 !important;
}
.f_r_aj_center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.f_r_a_center,
.block_filter,
footer .footer_inner,
.wealth-advisory-india-footer .footer_inner,
#press_club .pressClub_filter .filer_flex,
#press_club .pressClub_filter .filer_flex .filter-item .middle_block,
#emirates .seen_section .seen_box,
#wealth-advisory-india .seen_section .seen_box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.f_r_j_center,
#emirates .inner_page_banner .left_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.f_c_aj_center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.f_c_a_center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
.f_c_j_center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  br {
    display: none;
  }
}
.geid_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px 15px;
}
@media screen and (max-width: 992px) {
  .geid_box {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .geid_box {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}
.box_inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .box_inner .img_block img {
    width: 100%;
  }
}
.box_inner .categary_txt {
  font-size: 11px;
  color: #363157;
  text-transform: uppercase;
  margin: 15px 0 0;
  font-family: "GTAmericaTrial-Md";
}
.box_inner .box_head {
  font-size: 20px;
  font-family: "ArgentCF Regular";
  line-height: 34px;
  color: #363157;
  line-height: 24px;
  margin: 0 0 10px;
}
.box_inner .para_block {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #363157;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.box_inner .bottom_block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px 0 10px;
}
.box_inner .bottom_block img {
  filter: grayscale(1);
}
.box_inner .bottom_block .date_txt {
  font-size: 12px;
  line-height: 14px;
  font-family: "GTAmericaTrial-Rg";
  color: #8f8f8f;
}
.pagination_block {
  width: 55%;
}
.block_filter {
  border-bottom: 1px solid #363157;
}
.block_filter .block {
  text-transform: capitalize;
  padding: 10px 10px;
}
.block_filter .block.active {
  position: relative;
}
.block_filter .block.active::after {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  background-color: #be8a76;
  position: absolute;
  bottom: 0;
  left: 0;
}
.block_filter .block a {
  font-family: "ArgentCF Regular";
  color: #be8a76;
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;
}
.bottom_block .btm_flex {
  display: -ms-flexbox;
  display: flex;
}
.bottom_block .btm_flex .pagination_sec {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
}
.bottom_block .btm_flex .pagination_sec .pagination_sec_item {
  width: 16.6%;
  font-family: "ArgentCF";
  font-size: 24px;
  line-height: 29px;
  color: #be8a76;
  border-bottom: 1px solid #363157;
  text-align: center;
  padding: 10px 0;
}
.bottom_block .btm_flex .pagination_sec .pagination_sec_item:last-child {
  margin: 0 0 0 10px;
}
.bottom_block .btm_flex .pagination_sec .pagination_sec_item.active_item {
  position: relative;
}
.bottom_block
  .btm_flex
  .pagination_sec
  .pagination_sec_item.active_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #be8a76;
}
[data-scroll] {
  transition: 1s;
}
[data-scroll="in"] {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
}
[data-scroll="out"] {
  opacity: 0;
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
.half_circle[data-scroll="in"] {
  opacity: 1;
  -ms-transform: scale(1);
  transform: scale(1);
}
.half_circle[data-scroll="out"] {
  opacity: 0;
  -ms-transform: scale(0);
  transform: scale(0);
}
a .zoom {
  transition: 0.7s ease;
  width: 100%;
}
a .zoom:hover {
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}
.img_block {
  overflow: hidden;
}
.img_block img {
  transition: 0.7s ease;
  width: 100%;
}
.overflow_hidden {
  overflow: hidden;
  position: relative;
}
.flip {
  display: inline-block;
  will-change: transform;
  transform-style: preserve-3d;
  transform: rotate3d(0, 1, 0, 90deg);
  transition: transform 1400ms cubic-bezier(0.425, 0.005, 0, 1);
}
.show .flip {
  transform: rotate3d(0, 1, 0, 0.01deg);
}
.show .flip:nth-child(1) {
  transition-delay: 0.1s;
}
.show .flip:nth-child(2) {
  transition-delay: 0.2s;
}
.show .flip:nth-child(3) {
  transition-delay: 0.3s;
}
.show .flip:nth-child(4) {
  transition-delay: 0.4s;
}
.show .flip:nth-child(5) {
  transition-delay: 0.5s;
}
.show .flip:nth-child(6) {
  transition-delay: 0.6s;
}
.show .flip:nth-child(7) {
  transition-delay: 0.7s;
}
.show .flip:nth-child(8) {
  transition-delay: 0.8s;
}
.show .flip:nth-child(9) {
  transition-delay: 0.9s;
}
.show .flip:nth-child(10) {
  transition-delay: 1s;
}
.show .flip:nth-child(11) {
  transition-delay: 1.1s;
}
.show .flip:nth-child(12) {
  transition-delay: 1.2s;
}
.show .flip:nth-child(13) {
  transition-delay: 1.3s;
}
.show .flip:nth-child(14) {
  transition-delay: 1.4s;
}
.show .flip:nth-child(15) {
  transition-delay: 1.5s;
}
.show .flip:nth-child(16) {
  transition-delay: 1.6s;
}
.show .flip:nth-child(17) {
  transition-delay: 1.7s;
}
.show .flip:nth-child(18) {
  transition-delay: 1.8s;
}
.show .flip:nth-child(19) {
  transition-delay: 1.9s;
}
.show .flip:nth-child(20) {
  transition-delay: 2s;
}
.show .flip:nth-child(21) {
  transition-delay: 2.1s;
}
.show .flip:nth-child(22) {
  transition-delay: 2.2s;
}
.show .flip:nth-child(23) {
  transition-delay: 2.3s;
}
.show .flip:nth-child(24) {
  transition-delay: 2.4s;
}
.show .flip:nth-child(25) {
  transition-delay: 2.5s;
}
.show .flip:nth-child(26) {
  transition-delay: 2.6s;
}
.show .flip:nth-child(27) {
  transition-delay: 2.7s;
}
.show .flip:nth-child(28) {
  transition-delay: 2.8s;
}
.show .flip:nth-child(29) {
  transition-delay: 2.9s;
}
.show .flip:nth-child(30) {
  transition-delay: 3s;
}
.show .flip:nth-child(31) {
  transition-delay: 3.1s;
}
.show .flip:nth-child(32) {
  transition-delay: 3.2s;
}
.show .flip:nth-child(33) {
  transition-delay: 3.3s;
}
.show .flip:nth-child(34) {
  transition-delay: 3.4s;
}
.show .flip:nth-child(35) {
  transition-delay: 3.5s;
}
.show .flip:nth-child(36) {
  transition-delay: 3.6s;
}
.show .flip:nth-child(37) {
  transition-delay: 3.7s;
}
.show .flip:nth-child(38) {
  transition-delay: 3.8s;
}
.show .flip:nth-child(39) {
  transition-delay: 3.9s;
}
.show .flip:nth-child(40) {
  transition-delay: 4s;
}
.show .flip:nth-child(41) {
  transition-delay: 4.1s;
}
.show .flip:nth-child(42) {
  transition-delay: 4.2s;
}
.show .flip:nth-child(43) {
  transition-delay: 4.3s;
}
.show .flip:nth-child(44) {
  transition-delay: 4.4s;
}
.show .flip:nth-child(45) {
  transition-delay: 4.5s;
}
.show .flip:nth-child(46) {
  transition-delay: 4.6s;
}
.show .flip:nth-child(47) {
  transition-delay: 4.7s;
}
.show .flip:nth-child(48) {
  transition-delay: 4.8s;
}
.show .flip:nth-child(49) {
  transition-delay: 4.9s;
}
.show .flip:nth-child(50) {
  transition-delay: 5s;
}
.show .flip:nth-child(51) {
  transition-delay: 5.1s;
}
.show .flip:nth-child(52) {
  transition-delay: 5.2s;
}
.show .flip:nth-child(53) {
  transition-delay: 5.3s;
}
.show .flip:nth-child(54) {
  transition-delay: 5.4s;
}
.show .flip:nth-child(55) {
  transition-delay: 5.5s;
}
.show .flip:nth-child(56) {
  transition-delay: 5.6s;
}
.show .flip:nth-child(57) {
  transition-delay: 5.7s;
}
.show .flip:nth-child(58) {
  transition-delay: 5.8s;
}
.show .flip:nth-child(59) {
  transition-delay: 5.9s;
}
.show .flip:nth-child(60) {
  transition-delay: 6s;
}
.show .flip:nth-child(61) {
  transition-delay: 6.1s;
}
.show .flip:nth-child(62) {
  transition-delay: 6.2s;
}
.show .flip:nth-child(63) {
  transition-delay: 6.3s;
}
.show .flip:nth-child(64) {
  transition-delay: 6.4s;
}
.show .flip:nth-child(65) {
  transition-delay: 6.5s;
}
.show .flip:nth-child(66) {
  transition-delay: 6.6s;
}
.show .flip:nth-child(67) {
  transition-delay: 6.7s;
}
.show .flip:nth-child(68) {
  transition-delay: 6.8s;
}
.show .flip:nth-child(69) {
  transition-delay: 6.9s;
}
.show .flip:nth-child(70) {
  transition-delay: 7s;
}
.show .flip:nth-child(71) {
  transition-delay: 7.1s;
}
.show .flip:nth-child(72) {
  transition-delay: 7.2s;
}
.show .flip:nth-child(73) {
  transition-delay: 7.3s;
}
.show .flip:nth-child(74) {
  transition-delay: 7.4s;
}
.show .flip:nth-child(75) {
  transition-delay: 7.5s;
}
.show .flip:nth-child(76) {
  transition-delay: 7.6s;
}
.show .flip:nth-child(77) {
  transition-delay: 7.7s;
}
.show .flip:nth-child(78) {
  transition-delay: 7.8s;
}
.show .flip:nth-child(79) {
  transition-delay: 7.9s;
}
.show .flip:nth-child(80) {
  transition-delay: 8s;
}
.show .flip:nth-child(81) {
  transition-delay: 8.1s;
}
.show .flip:nth-child(82) {
  transition-delay: 8.2s;
}
.show .flip:nth-child(83) {
  transition-delay: 8.3s;
}
.show .flip:nth-child(84) {
  transition-delay: 8.4s;
}
.show .flip:nth-child(85) {
  transition-delay: 8.5s;
}
.show .flip:nth-child(86) {
  transition-delay: 8.6s;
}
.show .flip:nth-child(87) {
  transition-delay: 8.7s;
}
.show .flip:nth-child(88) {
  transition-delay: 8.8s;
}
.show .flip:nth-child(89) {
  transition-delay: 8.9s;
}
.show .flip:nth-child(90) {
  transition-delay: 9s;
}
.show .flip:nth-child(91) {
  transition-delay: 9.1s;
}
.show .flip:nth-child(92) {
  transition-delay: 9.2s;
}
.show .flip:nth-child(93) {
  transition-delay: 9.3s;
}
.show .flip:nth-child(94) {
  transition-delay: 9.4s;
}
.show .flip:nth-child(95) {
  transition-delay: 9.5s;
}
.show .flip:nth-child(96) {
  transition-delay: 9.6s;
}
.show .flip:nth-child(97) {
  transition-delay: 9.7s;
}
.show .flip:nth-child(98) {
  transition-delay: 9.8s;
}
.show .flip:nth-child(99) {
  transition-delay: 9.9s;
}
.show .flip:nth-child(100) {
  transition-delay: 10s;
}
input:not([type]):focus:not([readonly]),
input[type="text"]:not(.browser-default):focus:not([readonly]),
input[type="password"]:not(.browser-default):focus:not([readonly]),
input[type="email"]:not(.browser-default):focus:not([readonly]),
input[type="url"]:not(.browser-default):focus:not([readonly]),
input[type="time"]:not(.browser-default):focus:not([readonly]),
input[type="date"]:not(.browser-default):focus:not([readonly]),
input[type="datetime"]:not(.browser-default):focus:not([readonly]),
input[type="datetime-local"]:not(.browser-default):focus:not([readonly]),
input[type="tel"]:not(.browser-default):focus:not([readonly]),
input[type="number"]:not(.browser-default):focus:not([readonly]),
input[type="search"]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #be8a76 !important;
  box-shadow: none !important;
}
.vault_data_flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .vault_data_flex {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .vault_data_flex .slick-dots {
    display: none !important;
  }
}
.vault_data_flex .vault_data_item {
  width: 25%;
  padding: 10px;
  -ms-flex-order: 12;
  order: 12;
}
.vault_data_flex .vault_data_item:nth-child(1) {
  -ms-flex-order: 1;
  order: 1;
}
.vault_data_flex .vault_data_item:nth-child(2) {
  -ms-flex-order: 2;
  order: 2;
}
.vault_data_flex .vault_data_item:nth-child(3) {
  -ms-flex-order: 3;
  order: 3;
}
.vault_data_flex .vault_data_item:nth-child(4) {
  -ms-flex-order: 4;
  order: 4;
}
.vault_data_flex .vault_data_item:nth-child(5) {
  -ms-flex-order: 5;
  order: 5;
}
.vault_data_flex .vault_data_item:nth-child(6) {
  -ms-flex-order: 6;
  order: 6;
}
.vault_data_flex .vault_data_item:nth-child(7) {
  -ms-flex-order: 7;
  order: 7;
}
.vault_data_flex .vault_data_item:nth-child(8) {
  -ms-flex-order: 8;
  order: 8;
}
.vault_data_flex .vault_data_item:nth-child(9) {
  -ms-flex-order: 9;
  order: 9;
}
.vault_data_flex .vault_data_item:nth-child(10) {
  -ms-flex-order: 10;
  order: 10;
}
.vault_data_flex .vault_data_item:nth-child(11) {
  -ms-flex-order: 11;
  order: 11;
}
@media screen and (max-width: 767px) {
  .vault_data_flex .vault_data_item {
    width: 100%;
  }
}
.vault_data_flex .vault_data_item.news_letter {
  width: 100%;
  -ms-flex-order: 11;
  order: 11;
}
.vault_data_flex .vault_data_item.news_letter .np_flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .vault_data_flex .vault_data_item.news_letter .np_flex {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.vault_data_flex .vault_data_item.news_letter .np_flex .np_flex_item {
  width: 50%;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 992px) {
  .vault_data_flex .vault_data_item.news_letter .np_flex .np_flex_item {
    width: 100%;
  }
}
.vault_data_flex
  .vault_data_item.news_letter
  .np_flex
  .np_flex_item.newsletter {
  background: #efedf3;
  padding: 45px;
}
.vault_data_flex
  .vault_data_item.news_letter
  .np_flex
  .np_flex_item.newsletter
  .txt_box
  h6 {
  font-size: 14px;
  color: #363157;
  margin: 0;
  text-transform: uppercase;
  font-family: "GTAmericaTrial-Md";
}
.vault_data_flex
  .vault_data_item.news_letter
  .np_flex
  .np_flex_item.newsletter
  .txt_box
  h2 {
  font-size: 48px;
  font-family: "ArgentCF Regular";
  color: #363157;
  margin: 0;
}
.vault_data_flex
  .vault_data_item.news_letter
  .np_flex
  .np_flex_item.newsletter
  .txt_box
  p {
  font-size: 18px;
  color: #363157;
  line-height: 28px;
}
.vault_data_flex
  .vault_data_item.news_letter
  .np_flex
  .np_flex_item.newsletter
  .suscribe_block.be_the_first {
  margin-top: 20px;
}
.vault_data_flex
  .vault_data_item.news_letter
  .np_flex
  .np_flex_item.newsletter
  .suscribe_block.be_the_first
  h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.vault_data_flex
  .vault_data_item.news_letter
  .np_flex
  .np_flex_item.newsletter
  .suscribe_block.be_the_first
  input[type="email"] {
  width: 50%;
  margin: 0;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .vault_data_flex
    .vault_data_item.news_letter
    .np_flex
    .np_flex_item.newsletter
    .suscribe_block.be_the_first
    input[type="email"] {
    width: 100%;
  }
}
.vault_data_flex
  .vault_data_item.news_letter
  .np_flex
  .np_flex_item.newsletter
  .suscribe_block.be_the_first
  input[type="email"]:-ms-input-placeholder {
  font-size: 16px;
}
.vault_data_flex
  .vault_data_item.news_letter
  .np_flex
  .np_flex_item.newsletter
  .suscribe_block.be_the_first
  input[type="email"]::placeholder {
  font-size: 16px;
}
.vault_data_flex
  .vault_data_item.news_letter
  .np_flex
  .np_flex_item.newsletter
  .suscribe_block.be_the_first
  .submit {
  padding: 10px;
  padding-left: 0 !important;
}
.vault_data_flex .vault_data_item.news_letter .np_flex .np_flex_item.podcast {
  background: #f4d9c1;
  padding: 45px;
}
.vault_data_flex
  .vault_data_item.news_letter
  .np_flex
  .np_flex_item.podcast
  .podcast_flex {
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .vault_data_flex
    .vault_data_item.news_letter
    .np_flex
    .np_flex_item.podcast
    .podcast_flex {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.vault_data_flex
  .vault_data_item.news_letter
  .np_flex
  .np_flex_item.podcast
  .podcast_flex
  .podcast_detail {
  margin-left: 20px;
}
.vault_data_flex
  .vault_data_item.news_letter
  .np_flex
  .np_flex_item.podcast
  .podcast_flex
  .podcast_detail
  h6 {
  font-size: 14px;
  color: #363157;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}
.vault_data_flex
  .vault_data_item.news_letter
  .np_flex
  .np_flex_item.podcast
  .podcast_flex
  .podcast_detail
  h3 {
  font-size: 36px;
  color: #363157;
  line-height: 40px;
  font-family: "ArgentCF Regular";
  margin: 0;
}
.vault_data_flex
  .vault_data_item.news_letter
  .np_flex
  .np_flex_item.podcast
  .podcast_flex
  .podcast_detail
  .subtext {
  font-family: "Beyond Infinity Demo";
  font-size: 55px;
  line-height: 1;
  color: #be8a76;
  -ms-transform: translateX(30%) translateY(-10px);
  transform: translateX(30%) translateY(-10px);
}
@media screen and (max-width: 992px) {
  .vault_data_flex
    .vault_data_item.news_letter
    .np_flex
    .np_flex_item.podcast
    .podcast_flex
    .podcast_detail
    .subtext {
    -ms-transform: translateX(15%) translateY(-15px);
    transform: translateX(15%) translateY(-15px);
  }
}
.vault_data_flex
  .vault_data_item.news_letter
  .np_flex
  .np_flex_item.podcast
  .podcast_flex
  .podcast_detail
  p {
  font-size: 14px;
  color: #363157;
  line-height: 18px;
}
.vault_data_flex
  .vault_data_item.news_letter
  .np_flex
  .np_flex_item.podcast
  .podcast_flex
  .podcast_detail
  .podcast_options
  .submit {
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .vault_data_flex
    .vault_data_item.news_letter
    .np_flex
    .np_flex_item.podcast
    .podcast_flex
    .podcast_detail
    .podcast_options
    .submit {
    width: 100%;
  }
}
.vault_data_flex
  .vault_data_item.news_letter
  .np_flex
  .np_flex_item.podcast
  .podcast_flex
  .podcast_detail
  .podcast_options
  .submit:first-child {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .vault_data_flex
    .vault_data_item.news_letter
    .np_flex
    .np_flex_item.podcast
    .podcast_flex
    .podcast_detail
    .podcast_options {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.vault_data_flex .vault_data_item .bottom_block {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}
.vault_data_flex .vault_data_item .content_block a {
  color: inherit;
  text-decoration: none;
  outline: 0;
}
.vault_data_flex .vault_data_item .content_block a:hover {
  color: inherit;
}
@media (max-width: 1199px) {
  .vault_data_flex .vault_data_item .content_block {
    overflow: auto;
  }
}
.vault_data_flex .vault_data_item:nth-child(1),
.vault_data_flex .vault_data_item:nth-child(14) {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .vault_data_flex .vault_data_item:nth-child(1),
  .vault_data_flex .vault_data_item:nth-child(14) {
    width: 100%;
  }
}
.vault_data_flex .vault_data_item:nth-child(1) .box_inner .img_block img,
.vault_data_flex .vault_data_item:nth-child(14) .box_inner .img_block img {
  max-width: unset;
  width: 100%;
}
.vault_data_flex
  .vault_data_item:nth-child(1)
  .box_inner
  .img_block
  img.play_btn,
.vault_data_flex
  .vault_data_item:nth-child(14)
  .box_inner
  .img_block
  img.play_btn {
  max-width: 100%;
  width: auto;
  left: 25%;
}
@media screen and (max-width: 767px) {
  .vault_data_flex
    .vault_data_item:nth-child(1)
    .box_inner
    .img_block
    img.play_btn,
  .vault_data_flex
    .vault_data_item:nth-child(14)
    .box_inner
    .img_block
    img.play_btn {
    width: unset;
    left: 50%;
  }
}
.vault_data_flex .vault_data_item:nth-child(1) .content_block,
.vault_data_flex .vault_data_item:nth-child(14) .content_block {
  position: absolute;
  bottom: 0;
  top: 0;
  padding: 25px;
  padding-top: 40px;
  color: #fff;
  right: 0;
  width: 50%;
  background-color: rgba(77, 44, 17, 0.5);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.vault_data_flex .vault_data_item:nth-child(1) .content_block a,
.vault_data_flex .vault_data_item:nth-child(14) .content_block a {
  color: inherit;
  text-decoration: none;
}
.vault_data_flex .vault_data_item:nth-child(1) .content_block a:hover,
.vault_data_flex .vault_data_item:nth-child(14) .content_block a:hover {
  color: inherit;
}
@media screen and (max-width: 993px) {
  .vault_data_flex .vault_data_item:nth-child(1) .content_block,
  .vault_data_flex .vault_data_item:nth-child(14) .content_block {
    width: 100%;
    padding-top: 0;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .vault_data_flex .vault_data_item:nth-child(1) .content_block,
  .vault_data_flex .vault_data_item:nth-child(14) .content_block {
    position: relative;
    left: 0;
    background: #be8a76;
  }
}
@media (max-width: 991px) {
  .vault_data_flex .vault_data_item:nth-child(1) .content_block,
  .vault_data_flex .vault_data_item:nth-child(14) .content_block {
    position: relative;
    left: 0;
    background: #be8a76;
  }
}
.vault_data_flex .vault_data_item:nth-child(1) .content_block .categary_txt,
.vault_data_flex .vault_data_item:nth-child(14) .content_block .categary_txt {
  font-size: 11px;
  margin-bottom: 6px;
  color: #fff;
}
.vault_data_flex .vault_data_item:nth-child(1) .content_block .box_head,
.vault_data_flex .vault_data_item:nth-child(14) .content_block .box_head {
  font-family: "ArgentCF Regular";
  color: #fff;
}
.vault_data_flex .vault_data_item:nth-child(1) .content_block .para_block,
.vault_data_flex .vault_data_item:nth-child(14) .content_block .para_block {
  font-size: 14px;
  opacity: 0.8;
  color: #fff;
}
.vault_data_flex .vault_data_item:nth-child(1) .content_block .bottom_block,
.vault_data_flex .vault_data_item:nth-child(14) .content_block .bottom_block {
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}
.vault_data_flex
  .vault_data_item:nth-child(1)
  .content_block
  .bottom_block
  .audioplayer-time,
.vault_data_flex
  .vault_data_item:nth-child(14)
  .content_block
  .bottom_block
  .audioplayer-time {
  color: #fff;
}
.vault_data_flex
  .vault_data_item:nth-child(1)
  .content_block
  .bottom_block
  .date_txt,
.vault_data_flex
  .vault_data_item:nth-child(14)
  .content_block
  .bottom_block
  .date_txt {
  font-size: 12px;
  color: #d4d4d4;
}
.vault_data_flex .vault_data_item.article .audio_block {
  display: none;
}
.vault_data_flex .vault_data_item.article .play_btn {
  display: none;
}
.vault_data_flex .vault_data_item.report .audio_block {
  display: none;
}
.vault_data_flex .vault_data_item.report .play_btn {
  display: none;
}
.vault_data_flex .vault_data_item.video .img_block,
.vault_data_flex .vault_data_item.podcast .img_block {
  position: relative;
}
.vault_data_flex .vault_data_item.video .img_block .play_btn,
.vault_data_flex .vault_data_item.podcast .img_block .play_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}
@media screen and (max-width: 767px) {
  .vault_data_flex .vault_data_item.video .img_block .play_btn,
  .vault_data_flex .vault_data_item.podcast .img_block .play_btn {
    width: unset;
  }
}
.vault_data_flex .vault_data_item.video .audio_block,
.vault_data_flex .vault_data_item.podcast .audio_block {
  display: none;
}
.vault_data_flex .vault_data_item.podcast .audio_block {
  width: 100%;
}
.vault_data_flex .vault_data_item.podcast .audio_block #audioplayer {
  width: 480px;
  height: 75px;
  margin: 50px auto auto auto;
  border: solid;
  text-align: center;
  background-color: rgba(5, 173, 13, 0.49);
}
.vault_data_flex .vault_data_item.podcast .audio_block #pButton {
  height: 60px;
  width: 60px;
  border: 0;
  background-size: 70% 70%;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  outline: 0;
}
.vault_data_flex .vault_data_item.podcast .audio_block .play {
  background: url("Play_button.png");
}
.vault_data_flex .vault_data_item.podcast .audio_block .pause {
  background: url("Pause_button.png");
}
.vault_data_flex .vault_data_item.podcast .audio_block #timeline {
  width: 400px;
  height: 20px;
  margin-top: 20px;
  float: left;
  border-radius: 15px;
  border: black 1px solid;
  display: block;
  background-color: #2bc253;
  background-image: linear-gradient(center bottom, #2bc253 37%, #54f054 69%);
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
}
.vault_data_flex .vault_data_item.podcast .audio_block #playhead {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-top: 1px;
  background: black;
}
.vault_data_flex .vault_data_item.podcast .audio_block #volume_control {
  margin: auto;
  width: 50%;
}
.vault_data_flex .vault_data_item.podcast .audio_block #rngVolume_label {
  vertical-align: middle;
}
.vault_data_flex .vault_data_item.podcast .audio_block #rngVolume {
  margin-top: 8px;
  vertical-align: middle;
}
.vault_data_flex .vault_data_item.podcast .play_btn {
  pointer-events: none;
}
.team-sec {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .team-sec {
    padding: 50px 0 30px 0;
  }
}
.team-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 30px;
}
.team-sec .row-flex .item {
  margin-right: 30px;
  position: relative;
  transition: 0.4s ease-in-out;
  filter: grayscale(100%);
  overflow: hidden;
}
@media (max-width: 767px) {
  .team-sec .row-flex .item {
    margin: 0 0 30px;
    width: 100%;
  }
  .team-sec .row-flex .item img {
    width: 100%;
  }
}
.team-sec .row-flex .item .details {
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  padding: 15px;
  text-align: left;
  background: linear-gradient(
    180deg,
    rgba(28, 28, 28, 0) 14.05%,
    rgba(28, 28, 28, 0.63) 42.1%,
    #272727 100%
  );
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  -ms-transform: translateY(40%);
  transform: translateY(40%);
  transition: 0.4s ease-in-out;
}
.team-sec .row-flex .item .details .name {
  font-family: "Beyond Infinity Demo";
  font-size: 32px;
}
@media (max-width: 767px) {
  .team-sec .row-flex .item .details .name {
    font-size: 28px;
  }
}
.team-sec .row-flex .item .details .designation {
  font-size: 12px;
  padding-top: 5px;
  text-transform: uppercase;
  font-family: "GTAmericaTrial-Rg";
}
@media (max-width: 767px) {
  .team-sec .row-flex .item .details .designation {
    font-size: 10px;
  }
}
.team-sec .row-flex .item .details .social_links {
  padding-top: 20px;
}
.team-sec .row-flex .item .details .social_links a {
  margin-right: 15px;
}
.team-sec .row-flex .item .details .social_links a img {
  width: auto;
}
.team-sec .row-flex .item:hover {
  filter: grayscale(0);
}
.team-sec .row-flex .item:hover .details {
  color: #be8a76;
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.case-study-sec {
  padding: 100px 0;
  margin: 50px 0;
  background-image: url(../../img/unlisted-investments/case-study-banner.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
@media (hover: none) {
  .case-study-sec {
    background-attachment: auto;
  }
}
@media (max-width: 767px) {
  .case-study-sec {
    margin-bottom: 0;
    background-attachment: auto;
  }
}
.case-study-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.case-study-sec .row-flex .content {
  width: 25%;
}
@media (max-width: 991px) {
  .case-study-sec .row-flex .content {
    width: 100%;
  }
}
.case-study-sec .row-flex .slider-div {
  width: 75%;
}
@media (max-width: 991px) {
  .case-study-sec .row-flex .slider-div {
    width: 100%;
    margin: 20px 0;
  }
}
.case-study-sec .row-flex .slider-div .case-study-slider .item {
  background: rgba(176, 156, 134, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  margin: 0 15px;
  padding: 30px 20px;
  height: 460px;
  min-height: initial;
  outline: 0;
}
@media (max-width: 1439px) {
  .case-study-sec .row-flex .slider-div .case-study-slider .item {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .case-study-sec .row-flex .slider-div .case-study-slider .item {
    margin: 0;
    height: 400px;
  }
}
.case-study-sec .row-flex .slider-div .case-study-slider .item.bg_2 {
  background: rgba(137, 114, 124, 0.8);
}
.case-study-sec .row-flex .slider-div .case-study-slider .item.bg_3 {
  background: rgba(106, 100, 128, 0.8);
}
.case-study-sec .row-flex .slider-div .case-study-slider .item .sector {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "GTAmericaTrial-Md";
}
.case-study-sec .row-flex .slider-div .case-study-slider .item .head {
  font-family: "Manier";
  font-size: 20px;
  line-height: 24px;
  margin: 10px 0;
}
.case-study-sec .row-flex .slider-div .case-study-slider .item p {
  font-size: 14px;
  line-height: 18px;
}
.case-study-sec .row-flex .slider-div .case-study-slider .item .theme_btn {
  color: #fff;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 25px;
}
.case-study-sec .row-flex .slider-div .case-study-slider .item .theme_btn img {
  width: 18px;
}
.case-study-sec
  .row-flex
  .slider-div
  .case-study-slider
  .item
  .theme_btn:before,
.case-study-sec
  .row-flex
  .slider-div
  .case-study-slider
  .item
  .theme_btn:after {
  background-color: #fff;
}
.case-study-sec .row-flex .slider-div .case-study-slider .item li {
  font-size: 14px;
  margin-left: 15px;
  position: relative;
  margin-top: 6px;
}
.case-study-sec .row-flex .slider-div .case-study-slider .item li:before {
  position: absolute;
  content: "";
  top: 0;
  left: -15px;
  width: 5px;
  height: 5px;
  background-color: #fff;
  margin-top: 8px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 1025px) {
  .case-study-sec .row-flex .slider-div .case-study-slider .slick-dots {
    left: -23%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .case-study-sec .row-flex .slider-div .case-study-slider .slick-dots {
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
}
.vault-sec {
  padding: 50px 0 60px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .vault-sec {
    padding: 50px 0;
  }
}
.vault-sec .slider-div .slick-arrow {
  display: none !important;
}
.vault-sec .slider-div .vault-item-in-slider,
.vault-sec .slider-div .vault-item-in-slider-home {
  margin-top: 30px;
}
.vault-sec .slider-div .vault-item-in-slider .slick-dots li:last-child,
.vault-sec .slider-div .vault-item-in-slider-home .slick-dots li:last-child {
  display: none;
}
.vault-sec .slider-div .vault-item-in-slider .slick-slide:nth-child(3),
.vault-sec .slider-div .vault-item-in-slider .slick-slide:nth-child(4n),
.vault-sec .slider-div .vault-item-in-slider-home .slick-slide:nth-child(3),
.vault-sec .slider-div .vault-item-in-slider-home .slick-slide:nth-child(4n) {
  padding-right: 0 !important;
}
.vault-sec .slider-div .vault-item-in-slider .slick-active,
.vault-sec .slider-div .vault-item-in-slider-home .slick-active {
  padding-left: 0 !important;
}
.vault-sec .slider-div .vault-item-in-slider.vault_data_flex .vault_data_item,
.vault-sec
  .slider-div
  .vault-item-in-slider-home.vault_data_flex
  .vault_data_item {
  width: 20vw;
  padding: 0 15px;
  outline: 0;
}
.vault-sec
  .slider-div
  .vault-item-in-slider.vault_data_flex
  .vault_data_item.big_item
  .box_inner,
.vault-sec
  .slider-div
  .vault-item-in-slider-home.vault_data_flex
  .vault_data_item.big_item
  .box_inner {
  position: relative;
}
@media (min-width: 992px) {
  .vault-sec
    .slider-div
    .vault-item-in-slider.vault_data_flex
    .vault_data_item.big_item
    .box_inner
    .content_block,
  .vault-sec
    .slider-div
    .vault-item-in-slider-home.vault_data_flex
    .vault_data_item.big_item
    .box_inner
    .content_block {
    position: absolute;
    bottom: 0;
    top: 0;
    padding: 25px;
    padding-top: 40px;
    color: #fff;
    right: 0;
    width: 50%;
    background-color: rgba(80, 75, 28, 0.5);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vault-sec
    .slider-div
    .vault-item-in-slider.vault_data_flex
    .vault_data_item.big_item
    .box_inner
    .content_block
    .categary_txt,
  .vault-sec
    .slider-div
    .vault-item-in-slider-home.vault_data_flex
    .vault_data_item.big_item
    .box_inner
    .content_block
    .categary_txt {
    color: #fff;
  }
  .vault-sec
    .slider-div
    .vault-item-in-slider.vault_data_flex
    .vault_data_item.big_item
    .box_inner
    .content_block
    .box_head,
  .vault-sec
    .slider-div
    .vault-item-in-slider-home.vault_data_flex
    .vault_data_item.big_item
    .box_inner
    .content_block
    .box_head {
    color: #fff;
  }
  .vault-sec
    .slider-div
    .vault-item-in-slider.vault_data_flex
    .vault_data_item.big_item
    .box_inner
    .content_block
    .para_block,
  .vault-sec
    .slider-div
    .vault-item-in-slider-home.vault_data_flex
    .vault_data_item.big_item
    .box_inner
    .content_block
    .para_block {
    color: #fff;
  }
  .vault-sec
    .slider-div
    .vault-item-in-slider.vault_data_flex
    .vault_data_item.big_item
    .box_inner
    .content_block
    .date_txt,
  .vault-sec
    .slider-div
    .vault-item-in-slider-home.vault_data_flex
    .vault_data_item.big_item
    .box_inner
    .content_block
    .date_txt {
    color: #d4d4d4;
  }
}
.philosophy-sec {
  position: relative;
  background-size: cover;
  background-position: center;
  margin: 50px 0;
}
@media (max-width: 767px) {
  .philosophy-sec {
    background-repeat: no-repeat;
    background-position: bottom;
    margin-bottom: 0;
  }
}
.philosophy-sec .brief {
  color: #fff;
  padding: 100px 0;
}
.philosophy-sec .brief .row-flex .box {
  text-align: center;
}
.philosophy-sec .brief .row-flex .box .subtext {
  font-family: "Beyond Infinity Demo";
  font-size: 90px;
  line-height: 1;
  color: #ffbaa2;
}
@media (max-width: 767px) {
  .philosophy-sec .brief .row-flex .box .subtext {
    font-size: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 993px) {
  .philosophy-sec .brief .row-flex .box .heading {
    font-size: 30px;
  }
}
.accordion {
  background-color: transparent;
  position: relative;
  font-weight: bold;
  cursor: pointer;
  padding: 15px 0;
  width: 100%;
  border: 0;
  text-align: left;
  outline: 0;
  font-size: 15px;
  transition: 0.4s;
}
.accordion:focus {
  background-color: transparent;
}
@media (max-width: 991px) {
  .accordion .flex {
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 991px) {
  .accordion .flex::after {
    margin-top: -25px;
  }
}
.accordion .flex div:first-child {
  max-width: 40%;
}
.accordion span {
  font-size: 14px;
  font-family: "Manier";
  color: #be8a76;
}
.accordion .flex:after {
  content: "\002B";
  color: #be8a76;
  font-size: 18px;
  float: right;
  margin-left: 5px;
}
.active .flex:after {
  content: "\2212";
}
.panel {
  padding: 0;
  max-height: 0;
  font-size: 14px;
  overflow: hidden;
  border-bottom: 2px solid #be8a76;
  transition: max-height 0.2s ease-out;
}
.panel .flex div p {
  padding-bottom: 10px;
}
.submit input[type="submit"] {
  font-family: "ArgentCF";
  background: transparent;
  outline: 0;
  border: 0;
  padding: 0 4px 0 0;
  font-size: 18px;
  margin-top: 15px;
  opacity: 0.8;
  cursor: pointer;
  color: #be8a76;
}
.submit input[type="submit"] {
  font-family: "ArgentCF";
  background: transparent;
  outline: 0;
  border: 0;
  padding: 0 4px 0 0;
  font-size: 18px;
  margin-top: 15px;
  opacity: 0.8;
  cursor: pointer;
  color: #be8a76;
}
.buttonUnderline {
  border-bottom: 1px solid #be8a76;
  display: inline;
}
.bread_container {
  padding-top: 140px;
  margin-bottom: 0 !important;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .bread_container {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .bread_container {
    padding-bottom: 60px;
  }
}
.bread_container .bread-crumb {
  text-align: left;
  position: relative;
  z-index: 2;
}
.bread_container .bread-crumb p {
  font-size: 10px !important;
  color: #fff;
  text-transform: uppercase;
}
.bread_container .bread-crumb p a {
  color: inherit;
  text-decoration: none;
  font-family: "GTAmericaTrial-Md";
  margin-right: 30px;
  position: relative;
}
.bread_container .bread-crumb p a:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  bottom: 0;
  top: 0;
  margin: auto;
  background-image: url(../../img/breadcrumb.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 12px;
}
.bread_container .bread-crumb p a:last-child:after {
  background-image: none !important;
}
.bread_container .bread-crumb p span {
  display: none;
  font-size: 20px;
  margin: 0 5px;
}
div.mfp-iframe-holder {
  padding-top: 60px;
}
.mfp-iframe-holder .mfp-close:focus {
  background-color: transparent;
}
.pagination li.page-item {
  width: 7%;
  font-family: "ArgentCF";
  font-size: 24px;
  color: #be8a76;
  border-bottom: 1px solid #363157;
  text-align: center;
  padding: 10px 0;
  background-color: transparent;
  display: table;
}
ul.pagination {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .pagination li.page-item {
    width: 14%;
  }
}
#press_club nav,
#vault nav {
  background-color: transparent;
  box-shadow: none;
  margin: 0 auto;
  max-width: 1280px;
}
li.page-item.active {
  border-bottom: 3px solid;
  padding-bottom: 9px;
}
ul.pagination li:first-child,
ul.pagination li:last-child {
  border-bottom: 0;
}
@media (max-width: 991px) {
  .mob-top {
    padding-top: 30px;
  }
  .column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.other-sec {
  margin-top: 50px;
}
.other-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .other-sec .row-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.other-sec .row-flex a {
  text-decoration: none;
  position: relative;
  width: 100%;
}
.other-sec .row-flex .item {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.other-sec .row-flex .item .img-responsive {
  width: 100%;
}
.other-sec .row-flex .item:hover img {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.other-sec .row-flex .item img {
  -ms-transform: scale(1);
  transform: scale(1);
  transition: 0.4s ease-in-out;
}
.other-sec .row-flex .item img:hover {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.other-sec .row-flex .item .text {
  position: absolute;
  bottom: 10%;
  left: 10%;
  width: 52%;
  z-index: 1;
}
.other-sec .row-flex .item .text .name {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-family: "GTAmericaTrial-Md";
}
.other-sec .row-flex .item .text .title {
  color: #fff;
  font-family: "ArgentCF Regular";
  font-size: 36px;
  line-height: 1.1;
}
@media (max-width: 991px) {
  .other-sec .row-flex .item .text .title {
    font-size: 20px;
  }
}
.parallax_image img {
  margin-left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.img-parallax {
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  pointer-events: none;
}
@media (max-width: 767px) {
  .mobile_rev {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .mobile_rev div {
    -ms-flex: auto;
    flex: auto;
  }
}
.box-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 30px;
}
.box-flex .item {
  width: 23%;
  position: relative;
}
@media (max-width: 767px) {
  .box-flex .item .overflow_hidden {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .box-flex .item {
    width: 48%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .box-flex .item {
    width: 100%;
  }
}
.box-flex .item img {
  width: 100%;
}
.box-flex .item .content {
  position: absolute;
  width: 100%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 15px 15px;
}
@media (min-width: 1440px) {
  .box-flex .item .content {
    min-height: 130px;
  }
}
@media (min-width: 1200px) {
  .box-flex .item .content {
    min-height: 130px;
  }
}
@media (max-width: 1199px) {
  .box-flex .item .content {
    min-height: 130px;
  }
}
@media (max-width: 767px) {
  .box-flex .item .content {
    height: 140px;
    min-height: 140px;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
  }
}
.box-flex .item .content a {
  color: #fff;
}
.box-flex .item .content .title {
  font-family: "Manier";
  padding-bottom: 5px;
}
.box-flex .item .content p {
  font-size: 14px;
  line-height: 1.3;
  display: -webkit-box;
  max-width: 100%;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#casestudyform {
  height: 100%;
  -ms-flex-align: start;
  align-items: start;
  display: none !important;
  padding-top: 150px;
  z-index: 4;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: #fff9f3;
  transition: 0.6s ease-in-out;
}
#casestudyform.active {
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#casestudyform .form_fields {
  max-width: 768px;
  margin: auto;
  margin-top: 100px;
  position: relative;
}
@media (max-width: 767px) {
  #casestudyform .form_fields {
    width: 85%;
  }
}
#casestudyform .form_fields .error {
  color: red;
  font-size: 14px;
}
#casestudyform .mob_close {
  position: absolute;
  top: -50px;
  right: -50px;
  cursor: pointer;
}
@media (max-width: 991px) {
  #casestudyform .mob_close {
    display: block;
  }
}
@media (max-width: 767px) {
  #casestudyform .mob_close {
    top: -65px;
    right: 0;
  }
}
.interactive {
  position: absolute;
  width: 100%;
  height: 100%;
}
.interactive .content {
  -ms-transform: scale(0);
  transform: scale(0);
  position: absolute;
  transition: 0.5s ease;
  width: 280px;
  height: 280px;
  background: linear-gradient(
    146.23deg,
    rgba(250, 236, 222, 0.5) 15.01%,
    rgba(250, 236, 222, 0.1) 83.85%
  );
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 50%;
}
.interactive .content.show {
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 2;
}
@media (max-width: 991px) {
  .interactive .content {
    width: 200px;
    height: 200px;
  }
}
.interactive .content div {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 80%;
  padding: 10px;
}
@media (max-width: 767px) {
  .interactive .content div {
    font-size: 12px;
  }
}
.interactive .element {
  opacity: 0;
}
.interactive .element img {
  position: absolute;
  cursor: pointer;
  animation: 8s rotate 1s linear infinite;
}
@media (max-width: 991px) {
  .interactive .element img {
    width: 40px;
  }
}
.joy {
  padding: 40px 0;
  padding-left: calc((100vw - var(--container_size)) / 2);
}
.joy img {
  margin: auto;
}
.joy .content {
  padding: 0 15px;
  padding-right: 0;
}
@media (max-width: 767px) {
  .joy .content {
    margin-top: 15px;
  }
}
.joy .content h1,
.joy .content h2 {
  margin: 0;
  font-family: "ArgentCF Regular";
  font-size: 32px;
}
.joy .content h1 img,
.joy .content h2 img {
  position: absolute;
  display: inline;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .joy .content h1 img,
  .joy .content h2 img {
    position: relative;
  }
}
.joy .content p {
  font-size: 14px;
  padding-top: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.left_side .buttons {
  margin: 15px 0;
}
.tts-btn,
.left_side #play,
.left_side #pause,
.left_side #stop {
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid #be8a76;
  border-radius: 50%;
}
.left_side #play {
  background-image: url(../../img/play-btn.png);
}
.left_side #play.active {
  background-color: #be8a76;
  background-image: url(../../img/play-btn-w.png);
}
.left_side #pause {
  background-image: url(../../img/pause-btn.png);
}
.left_side #pause.active {
  background-color: #be8a76;
  background-image: url(../../img/pause-btn-w.png);
}
.left_side #stop {
  background-image: url(../../img/reload-btn.png);
}
.left_side #stop.active {
  background-color: #be8a76;
  background-image: url(../../img/reload-btn-w.png);
}
.submitted-custom-footer p {
  text-align: left !important;
}
.overflow_hidden .theme_btn:after,
.overflow_hidden .theme_btn:before {
  display: none;
}
.text_fields select {
  width: 100%;
  background-color: #fff9f3;
  color: #363157;
  padding: 6px 0;
  outline: 0;
  font-size: 16px;
  font-family: "GTAmericaTrial-Rg";
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  .text_fields select {
    width: 100%;
  }
}
.text_fields textarea {
  width: 100%;
  background-color: #fff9f3;
  color: #363157;
  padding: 6px 0;
  outline: 0;
  font-size: 16px;
  border: 0;
  border-bottom: 1px solid;
  resize: none;
  font-family: "GTAmericaTrial-Rg";
}
.text_fields textarea:-ms-input-placeholder {
  opacity: 0.4;
  font-family: "GTAmericaTrial-Rg";
}
.text_fields textarea::placeholder {
  opacity: 0.4;
  font-family: "GTAmericaTrial-Rg";
}
.text_fields .women_survey_title {
  border: 0;
  border-bottom: 1px solid #363157;
  outline: 0;
  font-size: 13px;
  margin: 7px 0;
}
@media (max-width: 767px) {
  .text_fields br {
    display: block;
  }
}
.suitable div {
  margin-right: 0 !important;
}
@media (max-width: 767px) {
  .suitable {
    margin-top: 15px;
  }
}
.contact_common_form {
  position: relative;
}
.contact_common_form #thankyou {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  left: 6%;
  width: 100%;
  height: 100%;
  color: #be8a76;
  font-family: "Manier";
}
.contact_common_form.success .form_fields {
  opacity: 0;
}
.contact_common_form.success #thankyou {
  display: -ms-flexbox;
  display: flex;
}
.disclaimer-cta {
  margin: 60px 0;
}
.disclaimer-cta .flex {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .disclaimer-cta .flex {
    margin-top: 0;
  }
}
.disclaimer-cta .flex > div {
  position: relative;
  margin: 0 12px;
}
.disclaimer-cta .flex > div:first-child {
  margin-left: 0;
}
.disclaimer-cta .flex > div:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .disclaimer-cta .flex > div {
    margin: 0 !important;
    padding-top: 30px;
  }
}
.disclaimer-cta .flex .details {
  width: 100%;
  bottom: 0;
  padding: 10px 0;
  font-family: "ArgentCF Regular";
}
.vault-item-in-slider-next li:last-child {
  display: none;
}
.footerForm .text_head {
  padding-bottom: 10px;
  font-family: "GTAmericaTrial-Rg";
  font-size: 18px;
  text-transform: inherit;
  font-weight: 600;
}
.footerForm .input-div {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .footerForm .input-div {
    margin-bottom: 10px;
  }
}
.footerForm .btn_sec {
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0 0;
}
.footerForm .btn_sec button {
  background: transparent;
  border: 0;
  font-size: 18px;
  font-family: "ArgentCF";
  margin-right: 15px;
}
.footerForm .tab {
  display: none;
  width: 100%;
  margin: 0 auto;
}
.footerForm .tab .foryes.hide,
.footerForm .tab .forno.hide,
.footerForm .tab .forinnerno.hide,
.footerForm .tab .forinneryes.hide {
  display: none !important;
}
.footerForm .current {
  display: block;
}
.show_info {
  width: 20px;
  height: 20px;
  background-color: #be8a76;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  vertical-align: middle;
  cursor: pointer;
}
.info_box {
  position: absolute;
  max-width: 400px;
  padding: 10px 15px;
  border-radius: 4px;
  background-color: #fde9d5;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}
@media (max-width: 767px) {
  .info_box {
    max-width: 90%;
  }
}
.info_box.active {
  visibility: visible;
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.3s ease-out;
}
.btn_sec button {
  cursor: pointer;
}
#privacy .compliant_box {
  padding: 40px 0 50px 0;
}
#privacy .compliant_box a {
  text-decoration: none;
  color: #be8a76;
  font-size: 14px;
  font-family: "Manier";
  display: inline-block;
}
#privacy .compliant_box ul {
  padding-top: 12px;
  padding-left: 32px;
  font-size: 16px;
  opacity: 0.7;
}
@media (max-width: 767px) {
  #privacy .compliant_box ul {
    font-size: 14px;
  }
}
#privacy .compliant_box ul li {
  padding-bottom: 6px;
}
#privacy .compliant_box li:not(.no-bullet) {
  list-style: disc;
}
#privacy .compliant_box .score-head {
  padding-top: 20px;
  font-size: 16px;
  opacity: 0.7;
}
@media (max-width: 767px) {
  #privacy .compliant_box .score-head {
    font-size: 14px;
  }
}
#privacy .compliant_box .score-head a {
  font-size: inherit;
  color: #363157;
  font-family: inherit;
  text-decoration: underline;
}
#privacy .compliant_box .score-head-2 {
  padding-top: 12px;
  font-size: 16px;
  opacity: 0.7;
}
@media (max-width: 767px) {
  #privacy .compliant_box .score-head-2 {
    font-size: 14px;
  }
}
.webinar {
  margin: 50px 0;
  background-color: #fde9d5;
}
@media (max-width: 767px) {
  .webinar {
    margin: 0;
  }
}
.webinar .italic {
  font-family: "Beyond Infinity Demo";
  font-weight: bold;
  color: #be8a76;
  font-size: 170%;
  display: inline-block;
  margin-bottom: 15px;
  -ms-transform: translate(2px, 12px);
  transform: translate(2px, 12px);
}
@media (max-width: 991px) {
  .webinar .flex {
    display: block;
  }
}
.webinar .video {
  width: 40%;
  position: relative;
}
@media (max-width: 991px) {
  .webinar .video {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 991px) {
  .webinar .video {
    width: 100%;
    margin: auto;
  }
}
.webinar .video #play_btn {
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  cursor: pointer;
  transition: 0.3s ease;
}
.webinar .video #play_btn:hover {
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
@media (max-width: 991px) {
  .webinar .video #play_btn {
    padding-bottom: 0;
  }
}
.webinar .video img {
  width: 100%;
  height: 100%;
  float: right;
}
@media (max-width: 767px) {
  .webinar .video img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .webinar .video img {
    margin: auto;
    padding-bottom: 30px;
  }
}
.webinar .video_popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fde9d5d6;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 9999;
}
.webinar .video_popup .video_box {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  max-width: 800px;
  max-height: 500px;
  margin: auto;
}
@media (max-width: 767px) {
  .webinar .video_popup .video_box {
    width: 90%;
    height: 250px;
  }
}
.webinar .video_popup .fa-times-circle {
  cursor: pointer;
  float: right;
  margin: -65px 0 10px 10px;
  font-size: 48px;
  color: #be8a76;
}
.webinar .video_popup iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
.webinar .video_popup video {
  width: 100%;
  height: 100%;
  position: absolute;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.table-responsive .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .table-responsive .table {
    margin-bottom: 0;
  }
}
.table-responsive .table tr:nth-child(odd) {
  background-color: #fde9d5;
}
.table-responsive .table tr td {
  border: 1px solid #ddd;
  padding: 8px;
  vertical-align: top;
  color: #363157;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .table-responsive .table tr td {
    font-size: 14px;
  }
}
.table-responsive .table tr .bg-clr {
  background-color: #be8a76;
  font-weight: 700;
  color: #fff;
}
.iti__flag {
  background-image: url("img/flags/flags.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("img/flags/flags@2x.png");
  }
}
sup {
  vertical-align: super;
}
strong {
  font-weight: bold !important;
}
.content_from_cms .right_side p {
  box-sizing: inherit;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 0;
  border: 0;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-stretch: inherit;
  font-size: 16px;
  line-height: 22px;
  font-family: GTAmericaTrial-Rg;
  vertical-align: baseline;
  color: #363157;
  background-color: #fff9f3;
}
.content_from_cms .right_side h4 {
  box-sizing: inherit;
  margin: 1.52rem 0 20px;
  padding: 0;
  border: 0;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-weight: 600;
  font-stretch: inherit;
  font-size: 20px;
  line-height: 1.4;
  font-family: Manier;
  vertical-align: baseline;
  letter-spacing: -0.02em;
  color: #363157;
  background-color: #fff9f3;
}
.content_from_cms .right_side a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.lead_disclaimer {
  font-size: 14px;
  font-style: italic;
  margin-top: 20px;
}
.social_share {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}
#error_page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
}
#error_page .p_text {
  text-align: center;
}
* {
  box-sizing: border-box;
}
.container-fluid,
.container {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.container {
  margin: auto;
  max-width: var(--container_size);
  width: 100% !important;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.hidden {
  display: none;
}
.materialize-red {
  background-color: #e51c23 !important;
}
.materialize-red-text {
  color: #e51c23 !important;
}
.materialize-red.lighten-5 {
  background-color: #fdeaeb !important;
}
.materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important;
}
.materialize-red.lighten-4 {
  background-color: #f8c1c3 !important;
}
.materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important;
}
.materialize-red.lighten-3 {
  background-color: #f3989b !important;
}
.materialize-red-text.text-lighten-3 {
  color: #f3989b !important;
}
.materialize-red.lighten-2 {
  background-color: #ee6e73 !important;
}
.materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important;
}
.materialize-red.lighten-1 {
  background-color: #ea454b !important;
}
.materialize-red-text.text-lighten-1 {
  color: #ea454b !important;
}
.materialize-red.darken-1 {
  background-color: #d0181e !important;
}
.materialize-red-text.text-darken-1 {
  color: #d0181e !important;
}
.materialize-red.darken-2 {
  background-color: #b9151b !important;
}
.materialize-red-text.text-darken-2 {
  color: #b9151b !important;
}
.materialize-red.darken-3 {
  background-color: #a21318 !important;
}
.materialize-red-text.text-darken-3 {
  color: #a21318 !important;
}
.materialize-red.darken-4 {
  background-color: #8b1014 !important;
}
.materialize-red-text.text-darken-4 {
  color: #8b1014 !important;
}
.red {
  background-color: #f44336 !important;
}
.red-text {
  color: #f44336 !important;
}
.red.lighten-5 {
  background-color: #ffebee !important;
}
.red-text.text-lighten-5 {
  color: #ffebee !important;
}
.red.lighten-4 {
  background-color: #ffcdd2 !important;
}
.red-text.text-lighten-4 {
  color: #ffcdd2 !important;
}
.red.lighten-3 {
  background-color: #ef9a9a !important;
}
.red-text.text-lighten-3 {
  color: #ef9a9a !important;
}
.red.lighten-2 {
  background-color: #e57373 !important;
}
.red-text.text-lighten-2 {
  color: #e57373 !important;
}
.red.lighten-1 {
  background-color: #ef5350 !important;
}
.red-text.text-lighten-1 {
  color: #ef5350 !important;
}
.red.darken-1 {
  background-color: #e53935 !important;
}
.red-text.text-darken-1 {
  color: #e53935 !important;
}
.red.darken-2 {
  background-color: #d32f2f !important;
}
.red-text.text-darken-2 {
  color: #d32f2f !important;
}
.red.darken-3 {
  background-color: #c62828 !important;
}
.red-text.text-darken-3 {
  color: #c62828 !important;
}
.red.darken-4 {
  background-color: #b71c1c !important;
}
.red-text.text-darken-4 {
  color: #b71c1c !important;
}
.red.accent-1 {
  background-color: #ff8a80 !important;
}
.red-text.text-accent-1 {
  color: #ff8a80 !important;
}
.red.accent-2 {
  background-color: #ff5252 !important;
}
.red-text.text-accent-2 {
  color: #ff5252 !important;
}
.red.accent-3 {
  background-color: #ff1744 !important;
}
.red-text.text-accent-3 {
  color: #ff1744 !important;
}
.red.accent-4 {
  background-color: #d50000 !important;
}
.red-text.text-accent-4 {
  color: #d50000 !important;
}
.pink {
  background-color: #e91e63 !important;
}
.pink-text {
  color: #e91e63 !important;
}
.pink.lighten-5 {
  background-color: #fce4ec !important;
}
.pink-text.text-lighten-5 {
  color: #fce4ec !important;
}
.pink.lighten-4 {
  background-color: #f8bbd0 !important;
}
.pink-text.text-lighten-4 {
  color: #f8bbd0 !important;
}
.pink.lighten-3 {
  background-color: #f48fb1 !important;
}
.pink-text.text-lighten-3 {
  color: #f48fb1 !important;
}
.pink.lighten-2 {
  background-color: #f06292 !important;
}
.pink-text.text-lighten-2 {
  color: #f06292 !important;
}
.pink.lighten-1 {
  background-color: #ec407a !important;
}
.pink-text.text-lighten-1 {
  color: #ec407a !important;
}
.pink.darken-1 {
  background-color: #d81b60 !important;
}
.pink-text.text-darken-1 {
  color: #d81b60 !important;
}
.pink.darken-2 {
  background-color: #c2185b !important;
}
.pink-text.text-darken-2 {
  color: #c2185b !important;
}
.pink.darken-3 {
  background-color: #ad1457 !important;
}
.pink-text.text-darken-3 {
  color: #ad1457 !important;
}
.pink.darken-4 {
  background-color: #880e4f !important;
}
.pink-text.text-darken-4 {
  color: #880e4f !important;
}
.pink.accent-1 {
  background-color: #ff80ab !important;
}
.pink-text.text-accent-1 {
  color: #ff80ab !important;
}
.pink.accent-2 {
  background-color: #ff4081 !important;
}
.pink-text.text-accent-2 {
  color: #ff4081 !important;
}
.pink.accent-3 {
  background-color: #f50057 !important;
}
.pink-text.text-accent-3 {
  color: #f50057 !important;
}
.pink.accent-4 {
  background-color: #c51162 !important;
}
.pink-text.text-accent-4 {
  color: #c51162 !important;
}
.purple {
  background-color: #9c27b0 !important;
}
.purple-text {
  color: #9c27b0 !important;
}
.purple.lighten-5 {
  background-color: #f3e5f5 !important;
}
.purple-text.text-lighten-5 {
  color: #f3e5f5 !important;
}
.purple.lighten-4 {
  background-color: #e1bee7 !important;
}
.purple-text.text-lighten-4 {
  color: #e1bee7 !important;
}
.purple.lighten-3 {
  background-color: #ce93d8 !important;
}
.purple-text.text-lighten-3 {
  color: #ce93d8 !important;
}
.purple.lighten-2 {
  background-color: #ba68c8 !important;
}
.purple-text.text-lighten-2 {
  color: #ba68c8 !important;
}
.purple.lighten-1 {
  background-color: #ab47bc !important;
}
.purple-text.text-lighten-1 {
  color: #ab47bc !important;
}
.purple.darken-1 {
  background-color: #8e24aa !important;
}
.purple-text.text-darken-1 {
  color: #8e24aa !important;
}
.purple.darken-2 {
  background-color: #7b1fa2 !important;
}
.purple-text.text-darken-2 {
  color: #7b1fa2 !important;
}
.purple.darken-3 {
  background-color: #6a1b9a !important;
}
.purple-text.text-darken-3 {
  color: #6a1b9a !important;
}
.purple.darken-4 {
  background-color: #4a148c !important;
}
.purple-text.text-darken-4 {
  color: #4a148c !important;
}
.purple.accent-1 {
  background-color: #ea80fc !important;
}
.purple-text.text-accent-1 {
  color: #ea80fc !important;
}
.purple.accent-2 {
  background-color: #e040fb !important;
}
.purple-text.text-accent-2 {
  color: #e040fb !important;
}
.purple.accent-3 {
  background-color: #d500f9 !important;
}
.purple-text.text-accent-3 {
  color: #d500f9 !important;
}
.purple.accent-4 {
  background-color: #a0f !important;
}
.purple-text.text-accent-4 {
  color: #a0f !important;
}
.deep-purple {
  background-color: #673ab7 !important;
}
.deep-purple-text {
  color: #673ab7 !important;
}
.deep-purple.lighten-5 {
  background-color: #ede7f6 !important;
}
.deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important;
}
.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important;
}
.deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important;
}
.deep-purple.lighten-3 {
  background-color: #b39ddb !important;
}
.deep-purple-text.text-lighten-3 {
  color: #b39ddb !important;
}
.deep-purple.lighten-2 {
  background-color: #9575cd !important;
}
.deep-purple-text.text-lighten-2 {
  color: #9575cd !important;
}
.deep-purple.lighten-1 {
  background-color: #7e57c2 !important;
}
.deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important;
}
.deep-purple.darken-1 {
  background-color: #5e35b1 !important;
}
.deep-purple-text.text-darken-1 {
  color: #5e35b1 !important;
}
.deep-purple.darken-2 {
  background-color: #512da8 !important;
}
.deep-purple-text.text-darken-2 {
  color: #512da8 !important;
}
.deep-purple.darken-3 {
  background-color: #4527a0 !important;
}
.deep-purple-text.text-darken-3 {
  color: #4527a0 !important;
}
.deep-purple.darken-4 {
  background-color: #311b92 !important;
}
.deep-purple-text.text-darken-4 {
  color: #311b92 !important;
}
.deep-purple.accent-1 {
  background-color: #b388ff !important;
}
.deep-purple-text.text-accent-1 {
  color: #b388ff !important;
}
.deep-purple.accent-2 {
  background-color: #7c4dff !important;
}
.deep-purple-text.text-accent-2 {
  color: #7c4dff !important;
}
.deep-purple.accent-3 {
  background-color: #651fff !important;
}
.deep-purple-text.text-accent-3 {
  color: #651fff !important;
}
.deep-purple.accent-4 {
  background-color: #6200ea !important;
}
.deep-purple-text.text-accent-4 {
  color: #6200ea !important;
}
.indigo {
  background-color: #3f51b5 !important;
}
.indigo-text {
  color: #3f51b5 !important;
}
.indigo.lighten-5 {
  background-color: #e8eaf6 !important;
}
.indigo-text.text-lighten-5 {
  color: #e8eaf6 !important;
}
.indigo.lighten-4 {
  background-color: #c5cae9 !important;
}
.indigo-text.text-lighten-4 {
  color: #c5cae9 !important;
}
.indigo.lighten-3 {
  background-color: #9fa8da !important;
}
.indigo-text.text-lighten-3 {
  color: #9fa8da !important;
}
.indigo.lighten-2 {
  background-color: #7986cb !important;
}
.indigo-text.text-lighten-2 {
  color: #7986cb !important;
}
.indigo.lighten-1 {
  background-color: #5c6bc0 !important;
}
.indigo-text.text-lighten-1 {
  color: #5c6bc0 !important;
}
.indigo.darken-1 {
  background-color: #3949ab !important;
}
.indigo-text.text-darken-1 {
  color: #3949ab !important;
}
.indigo.darken-2 {
  background-color: #303f9f !important;
}
.indigo-text.text-darken-2 {
  color: #303f9f !important;
}
.indigo.darken-3 {
  background-color: #283593 !important;
}
.indigo-text.text-darken-3 {
  color: #283593 !important;
}
.indigo.darken-4 {
  background-color: #1a237e !important;
}
.indigo-text.text-darken-4 {
  color: #1a237e !important;
}
.indigo.accent-1 {
  background-color: #8c9eff !important;
}
.indigo-text.text-accent-1 {
  color: #8c9eff !important;
}
.indigo.accent-2 {
  background-color: #536dfe !important;
}
.indigo-text.text-accent-2 {
  color: #536dfe !important;
}
.indigo.accent-3 {
  background-color: #3d5afe !important;
}
.indigo-text.text-accent-3 {
  color: #3d5afe !important;
}
.indigo.accent-4 {
  background-color: #304ffe !important;
}
.indigo-text.text-accent-4 {
  color: #304ffe !important;
}
.blue {
  background-color: #2196f3 !important;
}
.blue-text {
  color: #2196f3 !important;
}
.blue.lighten-5 {
  background-color: #e3f2fd !important;
}
.blue-text.text-lighten-5 {
  color: #e3f2fd !important;
}
.blue.lighten-4 {
  background-color: #bbdefb !important;
}
.blue-text.text-lighten-4 {
  color: #bbdefb !important;
}
.blue.lighten-3 {
  background-color: #90caf9 !important;
}
.blue-text.text-lighten-3 {
  color: #90caf9 !important;
}
.blue.lighten-2 {
  background-color: #64b5f6 !important;
}
.blue-text.text-lighten-2 {
  color: #64b5f6 !important;
}
.blue.lighten-1 {
  background-color: #42a5f5 !important;
}
.blue-text.text-lighten-1 {
  color: #42a5f5 !important;
}
.blue.darken-1 {
  background-color: #1e88e5 !important;
}
.blue-text.text-darken-1 {
  color: #1e88e5 !important;
}
.blue.darken-2 {
  background-color: #1976d2 !important;
}
.blue-text.text-darken-2 {
  color: #1976d2 !important;
}
.blue.darken-3 {
  background-color: #1565c0 !important;
}
.blue-text.text-darken-3 {
  color: #1565c0 !important;
}
.blue.darken-4 {
  background-color: #0d47a1 !important;
}
.blue-text.text-darken-4 {
  color: #0d47a1 !important;
}
.blue.accent-1 {
  background-color: #82b1ff !important;
}
.blue-text.text-accent-1 {
  color: #82b1ff !important;
}
.blue.accent-2 {
  background-color: #448aff !important;
}
.blue-text.text-accent-2 {
  color: #448aff !important;
}
.blue.accent-3 {
  background-color: #2979ff !important;
}
.blue-text.text-accent-3 {
  color: #2979ff !important;
}
.blue.accent-4 {
  background-color: #2962ff !important;
}
.blue-text.text-accent-4 {
  color: #2962ff !important;
}
.light-blue {
  background-color: #03a9f4 !important;
}
.light-blue-text {
  color: #03a9f4 !important;
}
.light-blue.lighten-5 {
  background-color: #e1f5fe !important;
}
.light-blue-text.text-lighten-5 {
  color: #e1f5fe !important;
}
.light-blue.lighten-4 {
  background-color: #b3e5fc !important;
}
.light-blue-text.text-lighten-4 {
  color: #b3e5fc !important;
}
.light-blue.lighten-3 {
  background-color: #81d4fa !important;
}
.light-blue-text.text-lighten-3 {
  color: #81d4fa !important;
}
.light-blue.lighten-2 {
  background-color: #4fc3f7 !important;
}
.light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important;
}
.light-blue.lighten-1 {
  background-color: #29b6f6 !important;
}
.light-blue-text.text-lighten-1 {
  color: #29b6f6 !important;
}
.light-blue.darken-1 {
  background-color: #039be5 !important;
}
.light-blue-text.text-darken-1 {
  color: #039be5 !important;
}
.light-blue.darken-2 {
  background-color: #0288d1 !important;
}
.light-blue-text.text-darken-2 {
  color: #0288d1 !important;
}
.light-blue.darken-3 {
  background-color: #0277bd !important;
}
.light-blue-text.text-darken-3 {
  color: #0277bd !important;
}
.light-blue.darken-4 {
  background-color: #01579b !important;
}
.light-blue-text.text-darken-4 {
  color: #01579b !important;
}
.light-blue.accent-1 {
  background-color: #80d8ff !important;
}
.light-blue-text.text-accent-1 {
  color: #80d8ff !important;
}
.light-blue.accent-2 {
  background-color: #40c4ff !important;
}
.light-blue-text.text-accent-2 {
  color: #40c4ff !important;
}
.light-blue.accent-3 {
  background-color: #00b0ff !important;
}
.light-blue-text.text-accent-3 {
  color: #00b0ff !important;
}
.light-blue.accent-4 {
  background-color: #0091ea !important;
}
.light-blue-text.text-accent-4 {
  color: #0091ea !important;
}
.cyan {
  background-color: #00bcd4 !important;
}
.cyan-text {
  color: #00bcd4 !important;
}
.cyan.lighten-5 {
  background-color: #e0f7fa !important;
}
.cyan-text.text-lighten-5 {
  color: #e0f7fa !important;
}
.cyan.lighten-4 {
  background-color: #b2ebf2 !important;
}
.cyan-text.text-lighten-4 {
  color: #b2ebf2 !important;
}
.cyan.lighten-3 {
  background-color: #80deea !important;
}
.cyan-text.text-lighten-3 {
  color: #80deea !important;
}
.cyan.lighten-2 {
  background-color: #4dd0e1 !important;
}
.cyan-text.text-lighten-2 {
  color: #4dd0e1 !important;
}
.cyan.lighten-1 {
  background-color: #26c6da !important;
}
.cyan-text.text-lighten-1 {
  color: #26c6da !important;
}
.cyan.darken-1 {
  background-color: #00acc1 !important;
}
.cyan-text.text-darken-1 {
  color: #00acc1 !important;
}
.cyan.darken-2 {
  background-color: #0097a7 !important;
}
.cyan-text.text-darken-2 {
  color: #0097a7 !important;
}
.cyan.darken-3 {
  background-color: #00838f !important;
}
.cyan-text.text-darken-3 {
  color: #00838f !important;
}
.cyan.darken-4 {
  background-color: #006064 !important;
}
.cyan-text.text-darken-4 {
  color: #006064 !important;
}
.cyan.accent-1 {
  background-color: #84ffff !important;
}
.cyan-text.text-accent-1 {
  color: #84ffff !important;
}
.cyan.accent-2 {
  background-color: #18ffff !important;
}
.cyan-text.text-accent-2 {
  color: #18ffff !important;
}
.cyan.accent-3 {
  background-color: #00e5ff !important;
}
.cyan-text.text-accent-3 {
  color: #00e5ff !important;
}
.cyan.accent-4 {
  background-color: #00b8d4 !important;
}
.cyan-text.text-accent-4 {
  color: #00b8d4 !important;
}
.teal {
  background-color: #009688 !important;
}
.teal-text {
  color: #009688 !important;
}
.teal.lighten-5 {
  background-color: #e0f2f1 !important;
}
.teal-text.text-lighten-5 {
  color: #e0f2f1 !important;
}
.teal.lighten-4 {
  background-color: #b2dfdb !important;
}
.teal-text.text-lighten-4 {
  color: #b2dfdb !important;
}
.teal.lighten-3 {
  background-color: #80cbc4 !important;
}
.teal-text.text-lighten-3 {
  color: #80cbc4 !important;
}
.teal.lighten-2 {
  background-color: #4db6ac !important;
}
.teal-text.text-lighten-2 {
  color: #4db6ac !important;
}
.teal.lighten-1 {
  background-color: #26a69a !important;
}
.teal-text.text-lighten-1 {
  color: #26a69a !important;
}
.teal.darken-1 {
  background-color: #00897b !important;
}
.teal-text.text-darken-1 {
  color: #00897b !important;
}
.teal.darken-2 {
  background-color: #00796b !important;
}
.teal-text.text-darken-2 {
  color: #00796b !important;
}
.teal.darken-3 {
  background-color: #00695c !important;
}
.teal-text.text-darken-3 {
  color: #00695c !important;
}
.teal.darken-4 {
  background-color: #004d40 !important;
}
.teal-text.text-darken-4 {
  color: #004d40 !important;
}
.teal.accent-1 {
  background-color: #a7ffeb !important;
}
.teal-text.text-accent-1 {
  color: #a7ffeb !important;
}
.teal.accent-2 {
  background-color: #64ffda !important;
}
.teal-text.text-accent-2 {
  color: #64ffda !important;
}
.teal.accent-3 {
  background-color: #1de9b6 !important;
}
.teal-text.text-accent-3 {
  color: #1de9b6 !important;
}
.teal.accent-4 {
  background-color: #00bfa5 !important;
}
.teal-text.text-accent-4 {
  color: #00bfa5 !important;
}
.green {
  background-color: #4caf50 !important;
}
.green-text {
  color: #4caf50 !important;
}
.green.lighten-5 {
  background-color: #e8f5e9 !important;
}
.green-text.text-lighten-5 {
  color: #e8f5e9 !important;
}
.green.lighten-4 {
  background-color: #c8e6c9 !important;
}
.green-text.text-lighten-4 {
  color: #c8e6c9 !important;
}
.green.lighten-3 {
  background-color: #a5d6a7 !important;
}
.green-text.text-lighten-3 {
  color: #a5d6a7 !important;
}
.green.lighten-2 {
  background-color: #81c784 !important;
}
.green-text.text-lighten-2 {
  color: #81c784 !important;
}
.green.lighten-1 {
  background-color: #66bb6a !important;
}
.green-text.text-lighten-1 {
  color: #66bb6a !important;
}
.green.darken-1 {
  background-color: #43a047 !important;
}
.green-text.text-darken-1 {
  color: #43a047 !important;
}
.green.darken-2 {
  background-color: #388e3c !important;
}
.green-text.text-darken-2 {
  color: #388e3c !important;
}
.green.darken-3 {
  background-color: #2e7d32 !important;
}
.green-text.text-darken-3 {
  color: #2e7d32 !important;
}
.green.darken-4 {
  background-color: #1b5e20 !important;
}
.green-text.text-darken-4 {
  color: #1b5e20 !important;
}
.green.accent-1 {
  background-color: #b9f6ca !important;
}
.green-text.text-accent-1 {
  color: #b9f6ca !important;
}
.green.accent-2 {
  background-color: #69f0ae !important;
}
.green-text.text-accent-2 {
  color: #69f0ae !important;
}
.green.accent-3 {
  background-color: #00e676 !important;
}
.green-text.text-accent-3 {
  color: #00e676 !important;
}
.green.accent-4 {
  background-color: #00c853 !important;
}
.green-text.text-accent-4 {
  color: #00c853 !important;
}
.light-green {
  background-color: #8bc34a !important;
}
.light-green-text {
  color: #8bc34a !important;
}
.light-green.lighten-5 {
  background-color: #f1f8e9 !important;
}
.light-green-text.text-lighten-5 {
  color: #f1f8e9 !important;
}
.light-green.lighten-4 {
  background-color: #dcedc8 !important;
}
.light-green-text.text-lighten-4 {
  color: #dcedc8 !important;
}
.light-green.lighten-3 {
  background-color: #c5e1a5 !important;
}
.light-green-text.text-lighten-3 {
  color: #c5e1a5 !important;
}
.light-green.lighten-2 {
  background-color: #aed581 !important;
}
.light-green-text.text-lighten-2 {
  color: #aed581 !important;
}
.light-green.lighten-1 {
  background-color: #9ccc65 !important;
}
.light-green-text.text-lighten-1 {
  color: #9ccc65 !important;
}
.light-green.darken-1 {
  background-color: #7cb342 !important;
}
.light-green-text.text-darken-1 {
  color: #7cb342 !important;
}
.light-green.darken-2 {
  background-color: #689f38 !important;
}
.light-green-text.text-darken-2 {
  color: #689f38 !important;
}
.light-green.darken-3 {
  background-color: #558b2f !important;
}
.light-green-text.text-darken-3 {
  color: #558b2f !important;
}
.light-green.darken-4 {
  background-color: #33691e !important;
}
.light-green-text.text-darken-4 {
  color: #33691e !important;
}
.light-green.accent-1 {
  background-color: #ccff90 !important;
}
.light-green-text.text-accent-1 {
  color: #ccff90 !important;
}
.light-green.accent-2 {
  background-color: #b2ff59 !important;
}
.light-green-text.text-accent-2 {
  color: #b2ff59 !important;
}
.light-green.accent-3 {
  background-color: #76ff03 !important;
}
.light-green-text.text-accent-3 {
  color: #76ff03 !important;
}
.light-green.accent-4 {
  background-color: #64dd17 !important;
}
.light-green-text.text-accent-4 {
  color: #64dd17 !important;
}
.lime {
  background-color: #cddc39 !important;
}
.lime-text {
  color: #cddc39 !important;
}
.lime.lighten-5 {
  background-color: #f9fbe7 !important;
}
.lime-text.text-lighten-5 {
  color: #f9fbe7 !important;
}
.lime.lighten-4 {
  background-color: #f0f4c3 !important;
}
.lime-text.text-lighten-4 {
  color: #f0f4c3 !important;
}
.lime.lighten-3 {
  background-color: #e6ee9c !important;
}
.lime-text.text-lighten-3 {
  color: #e6ee9c !important;
}
.lime.lighten-2 {
  background-color: #dce775 !important;
}
.lime-text.text-lighten-2 {
  color: #dce775 !important;
}
.lime.lighten-1 {
  background-color: #d4e157 !important;
}
.lime-text.text-lighten-1 {
  color: #d4e157 !important;
}
.lime.darken-1 {
  background-color: #c0ca33 !important;
}
.lime-text.text-darken-1 {
  color: #c0ca33 !important;
}
.lime.darken-2 {
  background-color: #afb42b !important;
}
.lime-text.text-darken-2 {
  color: #afb42b !important;
}
.lime.darken-3 {
  background-color: #9e9d24 !important;
}
.lime-text.text-darken-3 {
  color: #9e9d24 !important;
}
.lime.darken-4 {
  background-color: #827717 !important;
}
.lime-text.text-darken-4 {
  color: #827717 !important;
}
.lime.accent-1 {
  background-color: #f4ff81 !important;
}
.lime-text.text-accent-1 {
  color: #f4ff81 !important;
}
.lime.accent-2 {
  background-color: #eeff41 !important;
}
.lime-text.text-accent-2 {
  color: #eeff41 !important;
}
.lime.accent-3 {
  background-color: #c6ff00 !important;
}
.lime-text.text-accent-3 {
  color: #c6ff00 !important;
}
.lime.accent-4 {
  background-color: #aeea00 !important;
}
.lime-text.text-accent-4 {
  color: #aeea00 !important;
}
.yellow {
  background-color: #ffeb3b !important;
}
.yellow-text {
  color: #ffeb3b !important;
}
.yellow.lighten-5 {
  background-color: #fffde7 !important;
}
.yellow-text.text-lighten-5 {
  color: #fffde7 !important;
}
.yellow.lighten-4 {
  background-color: #fff9c4 !important;
}
.yellow-text.text-lighten-4 {
  color: #fff9c4 !important;
}
.yellow.lighten-3 {
  background-color: #fff59d !important;
}
.yellow-text.text-lighten-3 {
  color: #fff59d !important;
}
.yellow.lighten-2 {
  background-color: #fff176 !important;
}
.yellow-text.text-lighten-2 {
  color: #fff176 !important;
}
.yellow.lighten-1 {
  background-color: #ffee58 !important;
}
.yellow-text.text-lighten-1 {
  color: #ffee58 !important;
}
.yellow.darken-1 {
  background-color: #fdd835 !important;
}
.yellow-text.text-darken-1 {
  color: #fdd835 !important;
}
.yellow.darken-2 {
  background-color: #fbc02d !important;
}
.yellow-text.text-darken-2 {
  color: #fbc02d !important;
}
.yellow.darken-3 {
  background-color: #f9a825 !important;
}
.yellow-text.text-darken-3 {
  color: #f9a825 !important;
}
.yellow.darken-4 {
  background-color: #f57f17 !important;
}
.yellow-text.text-darken-4 {
  color: #f57f17 !important;
}
.yellow.accent-1 {
  background-color: #ffff8d !important;
}
.yellow-text.text-accent-1 {
  color: #ffff8d !important;
}
.yellow.accent-2 {
  background-color: #ff0 !important;
}
.yellow-text.text-accent-2 {
  color: #ff0 !important;
}
.yellow.accent-3 {
  background-color: #ffea00 !important;
}
.yellow-text.text-accent-3 {
  color: #ffea00 !important;
}
.yellow.accent-4 {
  background-color: #ffd600 !important;
}
.yellow-text.text-accent-4 {
  color: #ffd600 !important;
}
.amber {
  background-color: #ffc107 !important;
}
.amber-text {
  color: #ffc107 !important;
}
.amber.lighten-5 {
  background-color: #fff8e1 !important;
}
.amber-text.text-lighten-5 {
  color: #fff8e1 !important;
}
.amber.lighten-4 {
  background-color: #ffecb3 !important;
}
.amber-text.text-lighten-4 {
  color: #ffecb3 !important;
}
.amber.lighten-3 {
  background-color: #ffe082 !important;
}
.amber-text.text-lighten-3 {
  color: #ffe082 !important;
}
.amber.lighten-2 {
  background-color: #ffd54f !important;
}
.amber-text.text-lighten-2 {
  color: #ffd54f !important;
}
.amber.lighten-1 {
  background-color: #ffca28 !important;
}
.amber-text.text-lighten-1 {
  color: #ffca28 !important;
}
.amber.darken-1 {
  background-color: #ffb300 !important;
}
.amber-text.text-darken-1 {
  color: #ffb300 !important;
}
.amber.darken-2 {
  background-color: #ffa000 !important;
}
.amber-text.text-darken-2 {
  color: #ffa000 !important;
}
.amber.darken-3 {
  background-color: #ff8f00 !important;
}
.amber-text.text-darken-3 {
  color: #ff8f00 !important;
}
.amber.darken-4 {
  background-color: #ff6f00 !important;
}
.amber-text.text-darken-4 {
  color: #ff6f00 !important;
}
.amber.accent-1 {
  background-color: #ffe57f !important;
}
.amber-text.text-accent-1 {
  color: #ffe57f !important;
}
.amber.accent-2 {
  background-color: #ffd740 !important;
}
.amber-text.text-accent-2 {
  color: #ffd740 !important;
}
.amber.accent-3 {
  background-color: #ffc400 !important;
}
.amber-text.text-accent-3 {
  color: #ffc400 !important;
}
.amber.accent-4 {
  background-color: #ffab00 !important;
}
.amber-text.text-accent-4 {
  color: #ffab00 !important;
}
.orange {
  background-color: #ff9800 !important;
}
.orange-text {
  color: #ff9800 !important;
}
.orange.lighten-5 {
  background-color: #fff3e0 !important;
}
.orange-text.text-lighten-5 {
  color: #fff3e0 !important;
}
.orange.lighten-4 {
  background-color: #ffe0b2 !important;
}
.orange-text.text-lighten-4 {
  color: #ffe0b2 !important;
}
.orange.lighten-3 {
  background-color: #ffcc80 !important;
}
.orange-text.text-lighten-3 {
  color: #ffcc80 !important;
}
.orange.lighten-2 {
  background-color: #ffb74d !important;
}
.orange-text.text-lighten-2 {
  color: #ffb74d !important;
}
.orange.lighten-1 {
  background-color: #ffa726 !important;
}
.orange-text.text-lighten-1 {
  color: #ffa726 !important;
}
.orange.darken-1 {
  background-color: #fb8c00 !important;
}
.orange-text.text-darken-1 {
  color: #fb8c00 !important;
}
.orange.darken-2 {
  background-color: #f57c00 !important;
}
.orange-text.text-darken-2 {
  color: #f57c00 !important;
}
.orange.darken-3 {
  background-color: #ef6c00 !important;
}
.orange-text.text-darken-3 {
  color: #ef6c00 !important;
}
.orange.darken-4 {
  background-color: #e65100 !important;
}
.orange-text.text-darken-4 {
  color: #e65100 !important;
}
.orange.accent-1 {
  background-color: #ffd180 !important;
}
.orange-text.text-accent-1 {
  color: #ffd180 !important;
}
.orange.accent-2 {
  background-color: #ffab40 !important;
}
.orange-text.text-accent-2 {
  color: #ffab40 !important;
}
.orange.accent-3 {
  background-color: #ff9100 !important;
}
.orange-text.text-accent-3 {
  color: #ff9100 !important;
}
.orange.accent-4 {
  background-color: #ff6d00 !important;
}
.orange-text.text-accent-4 {
  color: #ff6d00 !important;
}
.deep-orange {
  background-color: #ff5722 !important;
}
.deep-orange-text {
  color: #ff5722 !important;
}
.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important;
}
.deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important;
}
.deep-orange.lighten-4 {
  background-color: #ffccbc !important;
}
.deep-orange-text.text-lighten-4 {
  color: #ffccbc !important;
}
.deep-orange.lighten-3 {
  background-color: #ffab91 !important;
}
.deep-orange-text.text-lighten-3 {
  color: #ffab91 !important;
}
.deep-orange.lighten-2 {
  background-color: #ff8a65 !important;
}
.deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important;
}
.deep-orange.lighten-1 {
  background-color: #ff7043 !important;
}
.deep-orange-text.text-lighten-1 {
  color: #ff7043 !important;
}
.deep-orange.darken-1 {
  background-color: #f4511e !important;
}
.deep-orange-text.text-darken-1 {
  color: #f4511e !important;
}
.deep-orange.darken-2 {
  background-color: #e64a19 !important;
}
.deep-orange-text.text-darken-2 {
  color: #e64a19 !important;
}
.deep-orange.darken-3 {
  background-color: #d84315 !important;
}
.deep-orange-text.text-darken-3 {
  color: #d84315 !important;
}
.deep-orange.darken-4 {
  background-color: #bf360c !important;
}
.deep-orange-text.text-darken-4 {
  color: #bf360c !important;
}
.deep-orange.accent-1 {
  background-color: #ff9e80 !important;
}
.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important;
}
.deep-orange.accent-2 {
  background-color: #ff6e40 !important;
}
.deep-orange-text.text-accent-2 {
  color: #ff6e40 !important;
}
.deep-orange.accent-3 {
  background-color: #ff3d00 !important;
}
.deep-orange-text.text-accent-3 {
  color: #ff3d00 !important;
}
.deep-orange.accent-4 {
  background-color: #dd2c00 !important;
}
.deep-orange-text.text-accent-4 {
  color: #dd2c00 !important;
}
.brown {
  background-color: #795548 !important;
}
.brown-text {
  color: #795548 !important;
}
.brown.lighten-5 {
  background-color: #efebe9 !important;
}
.brown-text.text-lighten-5 {
  color: #efebe9 !important;
}
.brown.lighten-4 {
  background-color: #d7ccc8 !important;
}
.brown-text.text-lighten-4 {
  color: #d7ccc8 !important;
}
.brown.lighten-3 {
  background-color: #bcaaa4 !important;
}
.brown-text.text-lighten-3 {
  color: #bcaaa4 !important;
}
.brown.lighten-2 {
  background-color: #a1887f !important;
}
.brown-text.text-lighten-2 {
  color: #a1887f !important;
}
.brown.lighten-1 {
  background-color: #8d6e63 !important;
}
.brown-text.text-lighten-1 {
  color: #8d6e63 !important;
}
.brown.darken-1 {
  background-color: #6d4c41 !important;
}
.brown-text.text-darken-1 {
  color: #6d4c41 !important;
}
.brown.darken-2 {
  background-color: #5d4037 !important;
}
.brown-text.text-darken-2 {
  color: #5d4037 !important;
}
.brown.darken-3 {
  background-color: #4e342e !important;
}
.brown-text.text-darken-3 {
  color: #4e342e !important;
}
.brown.darken-4 {
  background-color: #3e2723 !important;
}
.brown-text.text-darken-4 {
  color: #3e2723 !important;
}
.blue-grey {
  background-color: #607d8b !important;
}
.blue-grey-text {
  color: #607d8b !important;
}
.blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}
.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important;
}
.blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
}
.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important;
}
.blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}
.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important;
}
.blue-grey.lighten-2 {
  background-color: #90a4ae !important;
}
.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important;
}
.blue-grey.lighten-1 {
  background-color: #78909c !important;
}
.blue-grey-text.text-lighten-1 {
  color: #78909c !important;
}
.blue-grey.darken-1 {
  background-color: #546e7a !important;
}
.blue-grey-text.text-darken-1 {
  color: #546e7a !important;
}
.blue-grey.darken-2 {
  background-color: #455a64 !important;
}
.blue-grey-text.text-darken-2 {
  color: #455a64 !important;
}
.blue-grey.darken-3 {
  background-color: #37474f !important;
}
.blue-grey-text.text-darken-3 {
  color: #37474f !important;
}
.blue-grey.darken-4 {
  background-color: #263238 !important;
}
.blue-grey-text.text-darken-4 {
  color: #263238 !important;
}
.grey {
  background-color: #9e9e9e !important;
}
.grey-text {
  color: #9e9e9e !important;
}
.grey.lighten-5 {
  background-color: #fafafa !important;
}
.grey-text.text-lighten-5 {
  color: #fafafa !important;
}
.grey.lighten-4 {
  background-color: #f5f5f5 !important;
}
.grey-text.text-lighten-4 {
  color: #f5f5f5 !important;
}
.grey.lighten-3 {
  background-color: #eee !important;
}
.grey-text.text-lighten-3 {
  color: #eee !important;
}
.grey.lighten-2 {
  background-color: #e0e0e0 !important;
}
.grey-text.text-lighten-2 {
  color: #e0e0e0 !important;
}
.grey.lighten-1 {
  background-color: #bdbdbd !important;
}
.grey-text.text-lighten-1 {
  color: #bdbdbd !important;
}
.grey.darken-1 {
  background-color: #757575 !important;
}
.grey-text.text-darken-1 {
  color: #757575 !important;
}
.grey.darken-2 {
  background-color: #616161 !important;
}
.grey-text.text-darken-2 {
  color: #616161 !important;
}
.grey.darken-3 {
  background-color: #424242 !important;
}
.grey-text.text-darken-3 {
  color: #424242 !important;
}
.grey.darken-4 {
  background-color: #212121 !important;
}
.grey-text.text-darken-4 {
  color: #212121 !important;
}
.black {
  background-color: #000 !important;
}
.black-text {
  color: #000 !important;
}
.white {
  background-color: #fff !important;
}
.white-text {
  color: #fff !important;
}
.transparent {
  background-color: transparent !important;
}
.transparent-text {
  color: transparent !important;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
button,
input,
optgroup,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}
ul:not(.browser-default) > li {
  list-style-type: none;
}
a {
  color: #039be5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.valign-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.clearfix {
  clear: both;
}
.z-depth-0 {
  box-shadow: none !important;
}
.z-depth-1 {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.z-depth-1-half {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
.z-depth-3 {
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.z-depth-4 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14),
    0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}
.z-depth-5 {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14),
    0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}
.hoverable {
  transition: box-shadow 0.25s;
}
.hoverable:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}
blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ee6e73;
}
i {
  line-height: inherit;
}
i.left {
  float: left;
  margin-right: 15px;
}
i.right {
  float: right;
  margin-left: 15px;
}
i.tiny {
  font-size: 1rem;
}
i.small {
  font-size: 2rem;
}
i.medium {
  font-size: 4rem;
}
i.large {
  font-size: 6rem;
}
img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}
.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
}
.pagination li a {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}
.pagination li.active a {
  color: #fff;
}
.pagination li.active {
  background-color: #ee6e73;
}
.pagination li.disabled a {
  cursor: default;
  color: #999;
}
.pagination li i {
  font-size: 2rem;
}
.pagination li.pages ul li {
  display: inline-block;
  float: none;
}
@media only screen and (max-width: 992px) {
  .pagination {
    width: 100%;
  }
  .pagination li.prev,
  .pagination li.next {
    width: 10%;
  }
  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}
.breadcrumb {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}
.breadcrumb i,
.breadcrumb [class^="mdi-"],
.breadcrumb [class*="mdi-"],
.breadcrumb i.material-icons {
  display: inline-block;
  float: left;
  font-size: 24px;
}
.breadcrumb:before {
  content: "\E5CC";
  color: rgba(255, 255, 255, 0.7);
  vertical-align: top;
  display: inline-block;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  margin: 0 10px 0 8px;
  -webkit-font-smoothing: antialiased;
}
.breadcrumb:first-child:before {
  display: none;
}
.breadcrumb:last-child {
  color: #fff;
}
.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}
.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.parallax-container .parallax img {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translate3d(0, 0, 0);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pin-top,
.pin-bottom {
  position: relative;
}
.pinned {
  position: fixed !important;
}
ul.staggered-list li {
  opacity: 0;
}
.fade-in {
  opacity: 0;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
@media only screen and (max-width: 600px) {
  .hide-on-small-only,
  .hide-on-small-and-down {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .hide-on-extra-large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .show-on-extra-large {
    display: block !important;
  }
}
@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important;
  }
}
@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}
@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .center-on-small-only {
    text-align: center;
  }
}
.page-footer {
  padding-top: 20px;
  color: #fff;
  background-color: #ee6e73;
}
.page-footer .footer-copyright {
  overflow: hidden;
  min-height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}
table,
th,
td {
  border: 0;
}
table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}
table.striped tr {
  border-bottom: 0;
}
table.striped > tbody > tr:nth-child(odd) {
  background-color: rgba(242, 242, 242, 0.5);
}
table.striped > tbody > tr > td {
  border-radius: 0;
}
table.highlight > tbody > tr {
  transition: background-color 0.25s ease;
}
table.highlight > tbody > tr:hover {
  background-color: rgba(242, 242, 242, 0.5);
}
table.centered thead tr th,
table.centered tbody tr td {
  text-align: center;
}
tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
td,
th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}
@media only screen and (max-width: 992px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
  }
  table.responsive-table td:empty:before {
    content: "\00a0";
  }
  table.responsive-table th,
  table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  table.responsive-table th {
    text-align: left;
  }
  table.responsive-table thead {
    display: block;
    float: left;
  }
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  table.responsive-table thead tr th::before {
    content: "\00a0";
  }
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  table.responsive-table tr {
    border-bottom: 0;
    padding: 0 10px;
  }
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
}
.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}
.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}
.collection .collection-item.avatar:not(.circle-clipper) > .circle,
.collection .collection-item.avatar :not(.circle-clipper) > .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}
.collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}
.collection .collection-item.avatar .title {
  font-size: 16px;
}
.collection .collection-item.avatar p {
  margin: 0;
}
.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}
.collection .collection-item:last-child {
  border-bottom: 0;
}
.collection .collection-item.active {
  background-color: #26a69a;
  color: #eafaf9;
}
.collection .collection-item.active .secondary-content {
  color: #fff;
}
.collection a.collection-item {
  display: block;
  transition: 0.25s;
  color: #26a69a;
}
.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}
.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}
.collection.with-header .collection-item {
  padding-left: 30px;
}
.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}
.secondary-content {
  float: right;
  color: #26a69a;
}
.collapsible .collection {
  margin: 0;
  border: 0;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}
.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #26a69a;
  transition: width 0.3s linear;
}
.progress .indeterminate {
  background-color: #26a69a;
}
.progress .indeterminate:before {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.progress .indeterminate:after {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1)
    infinite;
  animation-delay: 1.15s;
}
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
.hide {
  display: none !important;
}
.left-align {
  text-align: left;
}
.right-align {
  text-align: right;
}
.center,
.center-align {
  text-align: center;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.no-select {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.circle {
  border-radius: 50%;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.no-padding {
  padding: 0 !important;
}
a {
  text-decoration: none;
}
html {
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}
@media only screen and (min-width: 0) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  html {
    font-size: 14.5px;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 15px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.3;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.8rem 0 1.68rem 0;
}
h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 2.3733333333rem 0 1.424rem 0;
}
h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.9466666667rem 0 1.168rem 0;
}
h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.52rem 0 0.912rem 0;
}
h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 1.0933333333rem 0 0.656rem 0;
}
h6 {
  font-size: 1.15rem;
  line-height: 110%;
  margin: 0.7666666667rem 0 0.46rem 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: 500;
}
small {
  font-size: 75%;
}
.light {
  font-weight: 300;
}
.thin {
  font-weight: 200;
}
@media only screen and (min-width: 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 390px) {
  .flow-text {
    font-size: 1.224rem;
  }
}
@media only screen and (min-width: 420px) {
  .flow-text {
    font-size: 1.248rem;
  }
}
@media only screen and (min-width: 450px) {
  .flow-text {
    font-size: 1.272rem;
  }
}
@media only screen and (min-width: 480px) {
  .flow-text {
    font-size: 1.296rem;
  }
}
@media only screen and (min-width: 510px) {
  .flow-text {
    font-size: 1.32rem;
  }
}
@media only screen and (min-width: 540px) {
  .flow-text {
    font-size: 1.344rem;
  }
}
@media only screen and (min-width: 570px) {
  .flow-text {
    font-size: 1.368rem;
  }
}
@media only screen and (min-width: 600px) {
  .flow-text {
    font-size: 1.392rem;
  }
}
@media only screen and (min-width: 630px) {
  .flow-text {
    font-size: 1.416rem;
  }
}
@media only screen and (min-width: 660px) {
  .flow-text {
    font-size: 1.44rem;
  }
}
@media only screen and (min-width: 690px) {
  .flow-text {
    font-size: 1.464rem;
  }
}
@media only screen and (min-width: 720px) {
  .flow-text {
    font-size: 1.488rem;
  }
}
@media only screen and (min-width: 750px) {
  .flow-text {
    font-size: 1.512rem;
  }
}
@media only screen and (min-width: 780px) {
  .flow-text {
    font-size: 1.536rem;
  }
}
@media only screen and (min-width: 810px) {
  .flow-text {
    font-size: 1.56rem;
  }
}
@media only screen and (min-width: 840px) {
  .flow-text {
    font-size: 1.584rem;
  }
}
@media only screen and (min-width: 870px) {
  .flow-text {
    font-size: 1.608rem;
  }
}
@media only screen and (min-width: 900px) {
  .flow-text {
    font-size: 1.632rem;
  }
}
@media only screen and (min-width: 930px) {
  .flow-text {
    font-size: 1.656rem;
  }
}
@media only screen and (min-width: 960px) {
  .flow-text {
    font-size: 1.68rem;
  }
}
@media only screen and (max-width: 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}
.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  perspective: 500px;
  transform-style: preserve-3d;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.carousel.carousel-slider {
  top: 0;
  left: 0;
}
.carousel.carousel-slider .carousel-fixed-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
}
.carousel.carousel-slider .carousel-fixed-item.with-indicators {
  bottom: 68px;
}
.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}
.carousel.carousel-slider .carousel-item h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.carousel.carousel-slider .carousel-item p {
  font-size: 15px;
}
.carousel .carousel-item {
  visibility: hidden;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}
.carousel .carousel-item > img {
  width: 100%;
}
.carousel .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.carousel .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 24px 4px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color 0.3s;
  border-radius: 50%;
}
.carousel .indicators .indicator-item.active {
  background-color: #fff;
}
.carousel.scrolling .carousel-item .materialboxed,
.carousel .carousel-item:not(.active) .materialboxed {
  pointer-events: none;
}
.header {
  background-color: transparent;
  position: fixed;
  z-index: 99;
  width: 100%;
  padding: 40px 15px 15px 15px;
  transition: 0.5s ease;
  right: 0;
  left: 0;
}
.header.sticky .rem_link_style,
.header.sticky .sidebar_wrap .links a,
.sidebar_wrap .links .header.sticky a {
  animation: 0.5s hide ease forwards;
  display: none;
}
.header.sticky .short-logo {
  animation: 0.5s show ease forwards;
  display: block !important;
}
.header.zindex {
  z-index: 1000;
}
.header .logo_section {
  padding: 15px 0 15px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.header .logo_section img {
  max-height: 40px;
}
.header .row_flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 5px;
  transition: 0.3s ease;
  padding: 0 10px;
  filter: drop-shadow(0 12px 6px rgba(0, 0, 0, 0.5));
}
.header .row_flex > div {
  width: 33.33%;
}
.header .row_flex.color {
  position: relative;
  background-color: #fff;
}
.header .row_flex.color::before {
  z-index: 0;
  content: "";
  position: absolute;
  bottom: 5px;
  background: #3631577a;
  height: 2px;
  width: calc(100% - 30px);
  margin: 0 15px;
}
.header .row_flex .search {
  z-index: 1;
}
.header .row_flex a {
  text-decoration: none;
  margin: 0 15px;
  color: #363157;
  font-weight: 400;
  font-size: 14px;
  font-family: "Manier";
  padding: 8px 0;
  padding-top: 0;
  margin-bottom: 8px;
  border-bottom: 4px solid transparent;
  transition: 0.2s ease;
}
.header .row_flex a.active,
.header .row_flex a.actives {
  border-bottom: 4px solid #be8a76 !important;
}
.header .row_flex a:hover {
  color: #be8a76;
}
@media (max-width: 1024px) {
  .header .row_flex a {
    font-size: 12px;
  }
}
.header .row_flex .link_section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header .row_flex .link_section a {
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.header .row_flex .link_section img {
  max-height: 70px;
}
.header .row_flex .link_section .short-logo {
  display: none;
}
.header .row_flex .link_section .short-logo img {
  padding: 10px 0;
}
.header .row_flex .contact_link {
  text-align: right;
  padding-right: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header .row_flex .contact_link .close_search {
  right: 0;
}
.header .row_flex .contact_link img {
  display: none;
  position: absolute;
  -ms-transform: translate(10px, 4px);
  transform: translate(10px, 4px);
  width: 14px;
}
.header .row_flex .contact_link.close img {
  display: inline;
}
.header .row_flex .contact_link a {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.header .row_flex .contact_link a.imp-label {
  position: relative;
}
.header .row_flex .contact_link a.imp-label::before {
  content: "New";
  position: absolute;
  left: 0;
  font-size: 10px;
  top: -14px;
  background: #a0855d;
  color: #ffffffb8;
  border-radius: 10px;
  padding: 0 13px;
  font-family: "GTAmericaTrial-Rg";
}
.header .row_flex .contact_link form {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  border-radius: 5px;
  clip-path: circle(0 at 92% 50%);
  transition: clip-path 0.8s ease-in-out;
}
.header .row_flex .contact_link form.search {
  clip-path: circle(100% at 40% 0);
  z-index: 1;
}
.header .row_flex .contact_link form img {
  position: absolute;
  bottom: 0;
  top: 0;
  -ms-transform: none !important;
  transform: none !important;
  margin: auto 20px;
  width: 18px;
}
.header .row_flex .contact_link form input {
  border-bottom: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto auto auto 50px;
  font-size: 16px;
}
.header .row_flex .contact_link form input:focus {
  border-bottom: none !important;
}
.header .row_flex .contact_link form input:-ms-input-placeholder {
  color: #8c899f;
  font-size: 16px;
}
.header .row_flex .contact_link form input::placeholder {
  color: #8c899f;
  font-size: 16px;
}
.header .about_menu {
  padding: 15px 0;
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: relative;
  margin-top: -5px;
  opacity: 0;
  visibility: hidden;
  display: none;
  filter: drop-shadow(0 12px 6px rgba(0, 0, 0, 0.5));
}
.header .about_menu.dropdown {
  animation: 0.5s header ease forwards;
  display: -ms-flexbox;
  display: flex;
}
.header .about_menu .flex {
  width: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header .about_menu .flex .left {
  width: 60%;
}
.header .about_menu .flex .flex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto;
}
.header .about_menu a {
  text-decoration: none;
  margin: 0 24px;
  color: #363157;
  font-weight: 400;
  font-size: 14px !important;
  font-family: "Manier";
  padding: 8px 0;
}
.header .about_menu a.active,
.header .about_menu a:hover {
  color: #be8a76;
}
.header .about_menu .right {
  border-left: 0 !important;
}
.header .mega_menu > .flex > div:not(.mega_menu .flex .show) {
  width: 25%;
}
.header .mega_menu .grid > div:not(.mega_menu .grid > div:first-child) {
  padding-right: 20px;
}
.header .mega_menu {
  background: #fff;
  opacity: 0;
  visibility: hidden;
  display: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: -5px;
  padding: 25px 10px;
  position: relative;
  filter: drop-shadow(0 12px 6px rgba(0, 0, 0, 0.5));
}
.header .mega_menu .topheading {
  font-size: 10px;
  font-family: "GTAmericaTrial-Md";
}
.header .mega_menu .flex > div {
  transition: 0.3s ease;
  -ms-flex: auto;
  flex: auto;
  position: relative;
  padding: 0 15px;
  width: 33.33%;
  overflow: hidden;
}
.header .mega_menu .flex > div:nth-child(2) {
  border-left: 2px solid #3631577a;
  border-right: 2px solid #3631577a;
}
.header .mega_menu .flex .grid {
  transition: 0.3s ease;
  position: relative;
}
.header .mega_menu .flex .grid > div {
  width: 100%;
  transition: 0.3s ease;
}
.header .mega_menu .flex .equal {
  width: 25%;
}
.header .mega_menu .flex .show {
  width: 50%;
  transition: 0.3s ease;
}
.header .mega_menu .flex .show .grid > div {
  opacity: 1 !important;
  padding-right: 30px;
  width: 25%;
}
.header .mega_menu .flex .show .grid > div:nth-child(2) {
  left: 25%;
  position: absolute;
  top: 0;
}
.header .mega_menu .flex .show .grid > div:nth-child(3) {
  left: 50%;
  position: absolute;
  top: 0;
}
.header .mega_menu .flex .show .grid > div:nth-child(4) {
  left: 75%;
  position: absolute;
  top: 0;
}
.header .mega_menu .flex .show .grid p {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.header .mega_menu .flex .show .toggleicon img {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header .mega_menu .flex .toggleicon img {
  width: 9px;
  position: absolute;
  right: 22px;
  top: 0;
  transition: 0.3s ease;
  cursor: pointer;
  -ms-transform-origin: left;
  transform-origin: left;
}
.header .mega_menu .heading {
  font-size: 14px;
  font-family: "Manier";
  margin-top: 5px;
  margin-bottom: 25px;
}
.header .mega_menu .sub-heading {
  font-size: 12px;
  font-family: "Manier";
  margin-bottom: 5px;
}
.header .mega_menu .sub-heading.new_heritage a {
  position: relative;
}
.header .mega_menu .sub-heading.new_heritage a::after {
  content: "New";
  margin-left: 5px;
  display: inline-block;
  font-size: 10px;
  background: #a0855d;
  color: #ffffffb8;
  border-radius: 10px;
  padding: 0 13px;
  font-family: "GTAmericaTrial-Rg";
}
.header .mega_menu p {
  font-size: 10px;
  font-family: "GTAmericaTrial-Rg";
  opacity: 0;
  height: 0;
  visibility: hidden;
  width: 100%;
}
.header .mega_menu.dropdown {
  animation: 0.5s header ease forwards;
  display: block;
}
.header .mega_menu .active {
  color: #be8a76;
}
.header .mega_menu img {
  width: 40px;
}
.header .mega_menu .title a {
  text-decoration: none;
  margin: 0 15px;
  color: #363157;
  font-weight: 400;
  font-size: 14px;
  font-family: "Manier";
  padding: 0 0 8px 0;
}
.header .mega_menu .title a.active {
  color: #be8a76 !important;
}
.header .mega_menu .title.active {
  color: #be8a76 !important;
}
.header .mega_menu a {
  display: block;
  font-size: 12px;
  color: #363157;
  transition: 0.2s ease;
  margin-bottom: 4px;
}
.header .mega_menu a:hover {
  color: #be8a76;
}
.header .mega_menu .main-title {
  display: block;
  margin: 0 15px;
  font-size: 10px;
  color: #363157;
  padding-bottom: 4px;
  text-transform: uppercase;
  font-family: "GTAmericaTrial-Md";
}
.header .mega_menu .left {
  width: 65%;
}
.header .mega_menu .left .all_pages {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 15px;
  padding-top: 10px;
}
.header .mega_menu .left .offerings {
  width: 25%;
}
.header .mega_menu .left .offerings a {
  text-decoration: none;
}
.header .mega_menu .left .offerings .title p {
  font-size: 12px;
  margin: 0 15px;
}
.header .mega_menu .left img {
  height: 100%;
}
.header .mega_menu .right {
  border-left: 2px solid #3631577a;
}
.header .mega_menu .right .main-title {
  padding-top: 0;
}
.header .mega_menu .right > div {
  padding-top: 10px;
}
.header .mega_menu .right .title {
  text-decoration: none;
  margin: 0 15px;
  color: #363157;
  font-weight: 400;
  font-size: 14px;
  font-family: "Manier";
  padding: 0 0 8px 0;
}
.header .mega_menu .right a:hover {
  color: #be8a76;
}
#showImg {
  display: none;
}
#foundImg {
  display: none;
}
#hideImg {
  display: none;
}
.waterfieldFoundationPage .header #waterfieldImg,
.waterfieldFoundationPage .mobile_navbar #waterfieldImg,
.waterfieldFoundationPage .sidebar_wrap #waterfieldImg {
  display: none;
}
.waterfieldFoundationPage .header #foundImg,
.waterfieldFoundationPage .mobile_navbar #foundImg,
.waterfieldFoundationPage .sidebar_wrap #foundImg {
  display: block;
  max-height: 55px;
  max-width: 150px;
}
@media (max-width: 1199px) {
  .waterfieldFoundationPage .header #foundImg,
  .waterfieldFoundationPage .mobile_navbar #foundImg,
  .waterfieldFoundationPage .sidebar_wrap #foundImg {
    max-height: 50px;
    max-width: 110px;
    padding-top: 10px;
  }
}
.womenWealthPage .header #waterfieldImg,
.womenWealthPage .mobile_navbar #waterfieldImg,
.womenWealthPage .sidebar_wrap #waterfieldImg {
  display: none;
}
.womenWealthPage .header #showImg,
.womenWealthPage .mobile_navbar #showImg,
.womenWealthPage .sidebar_wrap #showImg {
  display: block;
  max-height: 55px;
}
@media (max-width: 1199px) {
  .womenWealthPage .header #showImg,
  .womenWealthPage .mobile_navbar #showImg,
  .womenWealthPage .sidebar_wrap #showImg {
    max-height: 50px;
  }
}
.womenWealthPage .header a,
.womenWealthPage .mobile_navbar a,
.womenWealthPage .sidebar_wrap a {
  color: #035256 !important;
}
.womenWealthPage .header *,
.womenWealthPage .mobile_navbar *,
.womenWealthPage .sidebar_wrap * {
  color: #035256;
}
.foundersCirclePage .header #waterfieldImg,
.foundersCirclePage .mobile_navbar #waterfieldImg,
.foundersCirclePage .sidebar_wrap #waterfieldImg {
  display: none;
}
.foundersCirclePage .header #hideImg,
.foundersCirclePage .mobile_navbar #hideImg,
.foundersCirclePage .sidebar_wrap #hideImg {
  display: block;
  max-height: 55px;
  max-width: 150px;
}
@media (max-width: 1199px) {
  .foundersCirclePage .header #hideImg,
  .foundersCirclePage .mobile_navbar #hideImg,
  .foundersCirclePage .sidebar_wrap #hideImg {
    max-height: 50px;
    max-width: 110px;
  }
}
@media only screen and (max-width: 1200px) {
  .header {
    display: none;
  }
}
#contact {
  padding: 80px 0 40px 0;
}
@media (max-width: 767px) {
  #contact {
    padding: 40px 0 0 0;
  }
}
#contact .other_details {
  padding-left: 40px;
}
@media (max-width: 767px) {
  #contact .other_details {
    padding-top: 40px;
    padding-left: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #contact .other_details br {
    display: block;
  }
}
#contact .other_details a {
  text-decoration: none;
  color: #be8a76;
  font-size: 14px;
  font-family: "Manier";
  display: inline-block;
}
#contact .other_details a img {
  margin-top: 8px;
}
#contact .other_details .super-heading {
  font-size: 14px !important;
}
@media (max-width: 991px) {
  #contact .other_details .super-heading {
    margin-top: 15px;
  }
}
#contact .other_details .padding_top {
  padding-top: 40px;
}
#contact .other_details .flex.padding_top {
  padding-top: 40px;
}
@media (max-width: 991px) {
  #contact .other_details .flex.padding_top {
    padding-top: 0;
  }
}
#contact .other_details .flex p {
  font-size: 14px;
  font-family: "GTAmericaTrial-Rg";
  color: #363157;
}
#contact .other_details .flex div {
  width: 50%;
  font-family: "GTAmericaTrial-Md";
  font-size: 18px;
  font-weight: normal;
  color: #363157;
}
@media (max-width: 991px) {
  #contact .other_details .flex div {
    width: 100%;
  }
}
#contact .other_details .flex .name {
  font-weight: bold;
  margin-top: 10px;
}
@media (max-width: 991px) {
  #contact .other_details .flex {
    display: block;
  }
}
#contact.contact_popup {
  height: 100%;
  -ms-flex-align: start;
  align-items: start;
  display: block;
  padding-top: 150px;
  z-index: 4;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: #fff9f3;
  transition: 0.6s ease-in-out;
}
#contact.contact_popup.contact_active {
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#contact.contact_popup .mob_close {
  position: absolute;
  top: -50px;
  right: 25px;
  display: none;
}
@media (max-width: 991px) {
  #contact.contact_popup .mob_close {
    display: block;
  }
}
form {
  padding-top: 15px;
}
form .form_fields {
  padding-right: 40px;
}
@media (max-width: 767px) {
  form .form_fields {
    padding-right: 0;
  }
}
form .form_fields .error {
  color: red !important;
  font-size: 13px !important;
}
@media (max-width: 767px) {
  form .form_fields .flex {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
form .form_fields [type="radio"] {
  position: absolute !important;
  opacity: 0 !important;
  cursor: pointer;
  margin: 0;
  width: 25px;
  height: 25px;
}
form .form_fields [type="radio"]:checked + span:after {
  background-color: #be8a76;
  border: 0;
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
form .form_fields .checkmark {
  padding: 0 12px !important;
  display: inline;
  z-index: -1;
  position: relative;
  cursor: pointer;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: 0.28s ease;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
form .form_fields .checkmark:before {
  content: "";
  margin: 0;
  border: 1px solid #363157;
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  z-index: 0;
  border-radius: 50%;
  transition: 0.28s ease;
  box-sizing: inherit;
}
form .form_fields .checkmark:after {
  content: "";
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  z-index: 0;
  border-radius: 50%;
  transition: 0.28s ease;
}
form .form_fields p {
  padding-bottom: 10px;
  font-family: "GTAmericaTrial-Rg";
  font-size: 18px;
}
@media (max-width: 991px) {
  form .form_fields .flex.inner_width_half {
    display: block;
  }
}
form .form_fields .flex.inner_width_half div:first-child {
  margin-right: 30px;
}
@media (max-width: 767px) {
  form .form_fields .flex {
    display: -ms-flexbox;
    display: flex;
  }
}
form .form_fields label {
  font-size: 18px;
  color: #363157;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "GTAmericaTrial-Rg";
}
form .form_fields .text_fields {
  margin-top: 20px;
}
@media (max-width: 991px) {
  form .form_fields .text_fields div {
    margin-right: 0 !important;
  }
}
footer {
  padding: 0 50px;
  background-color: #fde9d5;
  font-size: 12px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  footer {
    padding: 0;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 0;
  }
}
footer .bold {
  padding: 6px 0;
}
footer .left_padding {
  padding-left: 80px;
}
footer .first_part {
  padding: 45px 0 45px 0;
}
@media (max-width: 767px) {
  footer .first_part {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  footer .first_part .left_padding {
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
  }
}
footer .first_part .logo h3 {
  text-transform: initial;
  font-size: 24px;
  margin-top: 10px;
}
footer .first_part .logo .favi_logo {
  display: block;
}
footer .first_part .logo .woman_logo {
  display: none;
}
@media (max-width: 767px) {
  footer .first_part .quick_links {
    margin-top: 30px;
    width: 50%;
    -ms-flex: auto;
    flex: auto;
  }
}
@media (max-width: 991px) {
  footer .first_part .quick_links {
    padding: 0 6px;
  }
}
footer .first_part .quick_links h4 {
  color: #be8a76;
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 14px;
  font-family: "GTAmericaTrial-Md";
  color: #363157;
}
@media (max-width: 767px) {
  footer .first_part .quick_links h4 {
    font-size: 14px;
  }
}
footer .first_part .quick_links a {
  font-family: "ArgentCF";
  color: #be8a76;
  text-decoration: none;
  text-transform: initial;
  display: block;
  margin: 6px 0;
}
@media (max-width: 767px) {
  footer .first_part .quick_links a {
    font-size: 14px;
  }
}
footer .second_part {
  padding: 15px 0;
}
footer .second_part .bold {
  font-family: "GTAmericaTrial-Md";
  color: #6e6485;
  font-weight: normal;
}
@media (max-width: 767px) {
  footer .second_part .bold {
    font-size: 14px;
    margin-top: 15px;
  }
}
footer .second_part .num {
  padding: 4px 0;
  font-family: "GTAmericaTrial-Rg";
  font-size: 14px;
  color: #9590a2;
}
@media (max-width: 767px) {
  footer .second_part .num {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  footer .second_part .space {
    height: 0 !important;
  }
}
@media (max-width: 767px) {
  footer .second_part .left_padding {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  footer .second_part .left_padding p {
    font-size: 14px;
  }
}
footer .second_part .flex div .space {
  height: 20px;
}
footer .second_part .status p {
  padding: 3px 0;
  text-transform: initial;
  font-size: 14px;
  font-family: "GTAmericaTrial-Rg";
  color: #9590a2;
}
footer .second_part .status .super-heading {
  font-weight: normal;
  font-size: 12px;
  color: #6e6485;
  margin-top: 20px;
  margin-bottom: 8px;
}
footer .second_part .status .name {
  display: inline;
  padding-right: 18px;
  color: #363157;
  font-size: 14px;
  font-family: "GTAmericaTrial-Rg";
  text-transform: capitalize;
}
footer .second_part .status a {
  font-family: "GTAmericaTrial-Rg";
  text-transform: initial;
  color: #be8a76;
  font-size: 14px;
}
footer .footer_inner {
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
}
footer .footer_inner:after,
footer .footer_inner:before {
  display: none;
}
@media (max-width: 767px) {
  footer .footer_inner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
footer .footer_inner .copyright_text {
  font-family: "GTAmericaTrial-Md";
  font-size: 12px;
  color: #363157;
  text-transform: initial;
}
@media (max-width: 767px) {
  footer .footer_inner .social_links {
    margin: 10px 0;
  }
}
footer .footer_inner .social_links .social_icons {
  display: -ms-flexbox;
  display: flex;
  --dim: 40px;
}
@media (max-width: 767px) {
  footer .footer_inner .social_links .social_icons {
    --dim: 30px;
  }
}
footer .footer_inner .social_links .social_icons a {
  width: var(--dim);
  height: var(--dim);
  font-size: 20px;
  text-align: center;
  line-height: var(--dim);
  border: 1px solid gray;
  border-radius: 50px;
  color: gray;
  margin: 0 5px;
}
@media (max-width: 767px) {
  footer .footer_inner .social_links .social_icons a {
    font-size: 14px;
  }
}
footer .footer_inner .made_by_ting_sec {
  text-align: right;
}
footer .footer_inner .made_by_ting_sec a {
  font-size: 14px;
  color: #be8a76;
  font-family: "ArgentCF Regular";
  text-decoration: none;
  text-transform: initial;
}
footer .footer_inner .made_by_ting_sec span {
  color: #be8a76;
  margin: 0 3px;
}
@media (max-width: 767px) {
  footer .footer_inner .made_by_ting_sec {
    text-align: left;
    margin-top: 6px;
  }
}
.wealth-advisory-india-footer {
  padding: 0 50px;
  background-color: #fde9d5;
  font-size: 12px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .wealth-advisory-india-footer {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .wealth-advisory-india-footer {
    padding: 0;
  }
}
.wealth-advisory-india-footer .bold {
  padding: 6px 0;
}
.wealth-advisory-india-footer .left_padding {
  padding-left: 80px;
}
.wealth-advisory-india-footer .first_part {
  padding: 45px 0 45px 0;
}
@media (max-width: 767px) {
  .wealth-advisory-india-footer .first_part {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .wealth-advisory-india-footer .first_part .left_padding {
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
  }
}
.wealth-advisory-india-footer .first_part .logo h3 {
  text-transform: initial;
  font-size: 24px;
  margin-top: 10px;
}
.wealth-advisory-india-footer .first_part .logo .favi_logo {
  display: block;
}
.wealth-advisory-india-footer .first_part .logo .woman_logo {
  display: none;
}
@media (max-width: 767px) {
  .wealth-advisory-india-footer .first_part .quick_links {
    margin-top: 30px;
    width: 50%;
    -ms-flex: auto;
    flex: auto;
  }
}
@media (max-width: 991px) {
  .wealth-advisory-india-footer .first_part .quick_links {
    padding: 0 6px;
  }
}
.wealth-advisory-india-footer .first_part .quick_links h4 {
  color: #be8a76;
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 14px;
  font-family: "GTAmericaTrial-Md";
  color: #363157;
}
@media (max-width: 767px) {
  .wealth-advisory-india-footer .first_part .quick_links h4 {
    font-size: 14px;
  }
}
.wealth-advisory-india-footer .first_part .quick_links a {
  font-family: "ArgentCF";
  color: #be8a76;
  text-decoration: none;
  text-transform: initial;
  display: block;
  margin: 6px 0;
}
@media (max-width: 767px) {
  .wealth-advisory-india-footer .first_part .quick_links a {
    font-size: 14px;
  }
}
.wealth-advisory-india-footer .second_part {
  padding: 15px 0;
}
.wealth-advisory-india-footer .second_part .bold {
  font-family: "GTAmericaTrial-Md";
  color: #6e6485;
  font-weight: normal;
}
@media (max-width: 767px) {
  .wealth-advisory-india-footer .second_part .bold {
    font-size: 14px;
    margin-top: 15px;
  }
}
.wealth-advisory-india-footer .second_part .num {
  padding: 4px 0;
  font-family: "GTAmericaTrial-Rg";
  font-size: 14px;
  color: #9590a2;
}
@media (max-width: 767px) {
  .wealth-advisory-india-footer .second_part .num {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .wealth-advisory-india-footer .second_part .space {
    height: 0 !important;
  }
}
@media (max-width: 767px) {
  .wealth-advisory-india-footer .second_part .left_padding {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .wealth-advisory-india-footer .second_part .left_padding p {
    font-size: 14px;
  }
}
.wealth-advisory-india-footer .second_part .flex div .space {
  height: 20px;
}
.wealth-advisory-india-footer .second_part .status p {
  padding: 3px 0;
  text-transform: initial;
  font-size: 14px;
  font-family: "GTAmericaTrial-Rg";
  color: #9590a2;
}
.wealth-advisory-india-footer .second_part .status .super-heading {
  font-weight: normal;
  font-size: 12px;
  color: #6e6485;
  margin-top: 20px;
  margin-bottom: 8px;
}
.wealth-advisory-india-footer .second_part .status .name {
  display: inline;
  padding-right: 18px;
  color: #363157;
  font-size: 14px;
  font-family: "GTAmericaTrial-Rg";
  text-transform: capitalize;
}
.wealth-advisory-india-footer .second_part .status a {
  font-family: "GTAmericaTrial-Rg";
  text-transform: initial;
  color: #be8a76;
  font-size: 14px;
}
.wealth-advisory-india-footer .footer_inner {
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
}
.wealth-advisory-india-footer .footer_inner:after,
.wealth-advisory-india-footer .footer_inner:before {
  display: none;
}
@media (max-width: 767px) {
  .wealth-advisory-india-footer .footer_inner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.wealth-advisory-india-footer .footer_inner .copyright_text {
  font-family: "GTAmericaTrial-Md";
  font-size: 12px;
  color: #363157;
  text-transform: initial;
}
@media (max-width: 767px) {
  .wealth-advisory-india-footer .footer_inner .social_links {
    margin: 10px 0;
  }
}
.wealth-advisory-india-footer .footer_inner .social_links .social_icons {
  display: -ms-flexbox;
  display: flex;
  --dim: 40px;
}
@media (max-width: 767px) {
  .wealth-advisory-india-footer .footer_inner .social_links .social_icons {
    --dim: 30px;
  }
}
.wealth-advisory-india-footer .footer_inner .social_links .social_icons a {
  width: var(--dim);
  height: var(--dim);
  font-size: 20px;
  text-align: center;
  line-height: var(--dim);
  border: 1px solid gray;
  border-radius: 50px;
  color: gray;
  margin: 0 5px;
}
@media (max-width: 767px) {
  .wealth-advisory-india-footer .footer_inner .social_links .social_icons a {
    font-size: 14px;
  }
}
.wealth-advisory-india-footer .footer_inner .made_by_ting_sec {
  text-align: right;
}
.wealth-advisory-india-footer .footer_inner .made_by_ting_sec a {
  font-size: 14px;
  color: #be8a76;
  font-family: "ArgentCF Regular";
  text-decoration: none;
  text-transform: initial;
}
.wealth-advisory-india-footer .footer_inner .made_by_ting_sec span {
  color: #be8a76;
  margin: 0 3px;
}
@media (max-width: 767px) {
  .wealth-advisory-india-footer .footer_inner .made_by_ting_sec {
    text-align: left;
    margin-top: 6px;
  }
}
.followus_icon_heritage_page {
  display: none;
}
.womenWealthFooterPage #contact {
  padding: 80px 0 40px 0;
}
@media (max-width: 767px) {
  .womenWealthFooterPage #contact {
    padding: 40px 0 0 0;
  }
}
.womenWealthFooterPage #contact .other_details {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .womenWealthFooterPage #contact .other_details {
    padding-top: 40px;
    padding-left: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .womenWealthFooterPage #contact .other_details br {
    display: block;
  }
}
.womenWealthFooterPage #contact .other_details a {
  text-decoration: none;
  color: #035256;
  font-size: 14px;
  font-family: "Manier";
  display: inline-block;
}
.womenWealthFooterPage #contact .other_details a img {
  margin-top: 8px;
}
.womenWealthFooterPage #contact .other_details .super-heading {
  font-size: 14px !important;
}
@media (max-width: 991px) {
  .womenWealthFooterPage #contact .other_details .super-heading {
    margin-top: 15px;
  }
}
.womenWealthFooterPage #contact .other_details .padding_top {
  padding-top: 40px;
}
.womenWealthFooterPage #contact .other_details .flex.padding_top {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .womenWealthFooterPage #contact .other_details .flex.padding_top {
    padding-top: 0;
  }
}
.womenWealthFooterPage #contact .other_details .flex p {
  font-size: 14px;
  font-family: "GTAmericaTrial-Rg";
  color: #363157;
}
.womenWealthFooterPage #contact .other_details .flex div {
  width: 50%;
  font-family: "GTAmericaTrial-Md";
  font-size: 18px;
  font-weight: normal;
  color: #363157;
}
@media (max-width: 991px) {
  .womenWealthFooterPage #contact .other_details .flex div {
    width: 100%;
  }
}
.womenWealthFooterPage #contact .other_details .flex div span {
  color: #035256;
}
.womenWealthFooterPage #contact .other_details .flex .name {
  font-weight: bold;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .womenWealthFooterPage #contact .other_details .flex {
    display: block;
  }
}
.womenWealthFooterPage #contact.contact_popup {
  height: 100%;
  -ms-flex-align: start;
  align-items: start;
  display: block;
  padding-top: 150px;
  z-index: 4;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: #fff9f3;
  transition: 0.6s ease-in-out;
}
.womenWealthFooterPage #contact.contact_popup.contact_active {
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.womenWealthFooterPage #contact.contact_popup .mob_close {
  position: absolute;
  top: -50px;
  right: 25px;
  display: none;
}
@media (max-width: 991px) {
  .womenWealthFooterPage #contact.contact_popup .mob_close {
    display: block;
  }
}
.womenWealthFooterPage form {
  padding-top: 15px;
}
.womenWealthFooterPage form .form_fields {
  padding-right: 40px;
}
@media (max-width: 767px) {
  .womenWealthFooterPage form .form_fields {
    padding-right: 0;
  }
}
.womenWealthFooterPage form .form_fields .error {
  color: red !important;
  font-size: 13px !important;
}
@media (max-width: 767px) {
  .womenWealthFooterPage form .form_fields .flex {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.womenWealthFooterPage form .form_fields [type="radio"] {
  position: absolute !important;
  opacity: 0 !important;
  cursor: pointer;
  margin: 0;
  width: 25px;
  height: 25px;
}
.womenWealthFooterPage form .form_fields [type="radio"]:checked + span:after {
  background-color: #035256;
  border: 0;
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.womenWealthFooterPage form .form_fields .checkmark {
  padding: 0 12px !important;
  display: inline;
  z-index: -1;
  position: relative;
  cursor: pointer;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: 0.28s ease;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.womenWealthFooterPage form .form_fields .checkmark:before {
  content: "";
  margin: 0;
  border: 1px solid #363157;
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  z-index: 0;
  border-radius: 50%;
  transition: 0.28s ease;
  box-sizing: inherit;
}
.womenWealthFooterPage form .form_fields .checkmark:after {
  content: "";
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  z-index: 0;
  border-radius: 50%;
  transition: 0.28s ease;
}
.womenWealthFooterPage form .form_fields p {
  padding-bottom: 10px;
  font-family: "GTAmericaTrial-Rg";
  font-size: 18px;
}
@media (max-width: 991px) {
  .womenWealthFooterPage form .form_fields .flex.inner_width_half {
    display: block;
  }
}
.womenWealthFooterPage
  form
  .form_fields
  .flex.inner_width_half
  div:first-child {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .womenWealthFooterPage form .form_fields .flex {
    display: -ms-flexbox;
    display: flex;
  }
}
.womenWealthFooterPage form .form_fields label {
  font-size: 18px;
  color: #363157;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "GTAmericaTrial-Rg";
}
.womenWealthFooterPage form .form_fields .text_fields {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .womenWealthFooterPage form .form_fields .text_fields div {
    margin-right: 0 !important;
  }
}
.womenWealthFooterPage form .form_fields .submit input {
  color: #035256;
}
.womenWealthFooterPage form .form_fields .submit .for-all {
  display: none;
}
.womenWealthFooterPage form .form_fields .submit .women_of_wealth {
  display: inline-block;
}
.womenWealthFooterPage .followus_icon {
  display: none;
}
.womenWealthFooterPage .followus_icon_heritage_page {
  display: block;
}
.womenWealthFooterPage .accordion .flex:after {
  color: #035256;
}
.womenWealthFooterPage .panel {
  border-bottom: 2px solid #035256;
}
.womenWealthFooterPage footer .first_part .quick_links a {
  color: #035256;
}
.womenWealthFooterPage footer .first_part .logo .favi_logo {
  display: none;
}
.womenWealthFooterPage footer .first_part .logo .woman_logo {
  display: block;
}
.womenWealthFooterPage footer .second_part .status a {
  color: #035256;
}
.womenWealthFooterPage footer .footer_inner .made_by_ting_sec a,
.womenWealthFooterPage footer .footer_inner .made_by_ting_sec span {
  color: #035256;
}
.submit .for-all {
  display: inline-block;
}
.submit .women_of_wealth {
  display: none;
}
@keyframes spin_360 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bottom_up {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes top_down {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes header {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  90% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes headerout {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  90% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    visibility: hidden;
  }
}
@keyframes sticky {
  0% {
    position: fixed;
    opacity: 0;
  }
  100% {
    position: fixed;
    opacity: 1;
    padding-top: 5px;
  }
}
@keyframes dropdown {
  0% {
    display: none;
    opacity: 0;
    transform: translateY(-15px);
  }
  100% {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes drawsvg {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes rotate {
  0 {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#index_page .customblue {
  background-color: #383e418f !important;
}
#index_page .customteal {
  background-color: #03525680 !important;
}
#index_page .banner {
  min-height: 800px;
}
#index_page .banner .home_banner {
  min-height: 800px;
}
#index_page .banner .home_banner .inner_slide {
  position: relative;
  background-size: cover;
  background-position: top;
  min-height: 800px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
#index_page .banner .home_banner .inner_slide .first_image {
  background-image: url(../../img/desktop-banners/home-banner.webp);
  background-position: bottom !important;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  #index_page .banner .home_banner .inner_slide .first_image {
    background-image: url(../../img/mobile-banners/home-banner.webp);
  }
}
@media (max-width: 1199px) {
  #index_page .banner .home_banner .inner_slide .first_image {
    background-position: center;
  }
}
#index_page .banner .home_banner .inner_slide .second_image {
  background-image: url(../../img/desktop-banners/home-banner-two.webp);
  background-position: bottom !important;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  #index_page .banner .home_banner .inner_slide .second_image {
    background-position: center;
  }
}
@media (max-width: 767px) {
  #index_page .banner .home_banner .inner_slide .second_image {
    display: none;
  }
}
#index_page .banner .home_banner .inner_slide .second_image:after {
  content: "";
  background: #00000038;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#index_page .banner .home_banner .inner_slide .vertical_lines {
  background: linear-gradient(#be8a76, #be8a76) calc(1 * 100% / 6),
    linear-gradient(#be8a76, #be8a76) calc(3 * 100% / 6),
    linear-gradient(#be8a76, #be8a76) calc(5 * 100% / 6);
  background-size: 2px 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 0.3;
  transition: 6s ease-out;
}
#index_page .banner .home_banner .inner_slide .vertical_lines.show {
  height: 100%;
}
@media (max-width: 767px) {
  #index_page .banner .home_banner .inner_slide .vertical_lines {
    display: none;
  }
}
#index_page .banner .home_banner .inner_slide .container {
  margin-bottom: 0;
}
#index_page .banner .home_banner .inner_slide .container .heading {
  margin: auto;
  margin-bottom: 0;
  font-size: 54px;
  opacity: 0;
}
#index_page .banner .home_banner .inner_slide .container .heading:first-child {
  margin-top: 120px;
}
@media (min-width: 1440px) {
  #index_page
    .banner
    .home_banner
    .inner_slide
    .container
    .heading:first-child {
    margin-top: 160px;
  }
}
@media (max-width: 767px) {
  #index_page .banner .home_banner .inner_slide .container .heading {
    font-size: 38px !important;
    display: inline;
  }
}
#index_page .banner .home_banner .inner_slide .container .subtext {
  font-family: "Beyond Infinity Demo";
  font-size: 90px;
  line-height: 1;
  color: #ffbaa2;
}
#index_page .banner .home_banner .inner_slide .container .subtext.show {
  opacity: 1;
  animation: none !important;
}
#index_page
  .banner
  .home_banner
  .inner_slide
  .container
  .subtext.show
  #animatesvg {
  animation: 12s drawsvg 1s linear forwards;
}
@media (max-width: 767px) {
  #index_page .banner .home_banner .inner_slide .container .subtext {
    font-size: 60px;
  }
}
@media (min-width: 1920px) {
  #index_page .banner .home_banner .inner_slide .container .subtext {
    font-size: 120px;
  }
}
#index_page .banner .home_banner .inner_slide h1 {
  color: #fff;
}
@media (max-width: 1024px) {
  #index_page .banner .home_banner .inner_slide .hidden-sec {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  #index_page .banner .home_banner .inner_slide .hidden-sec {
    width: 25%;
    -ms-flex: unset;
    flex: unset;
  }
}
#index_page .banner .home_banner .inner_slide .para {
  color: #fff;
  text-align: left;
  margin-top: 40px;
  opacity: 0.7;
  font-size: 18px;
  opacity: 0;
}
#index_page .banner .home_banner .inner_slide .para.show {
  animation-delay: 2s !important;
}
@media (min-width: 1440px) {
  #index_page .banner .home_banner .inner_slide .para {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  #index_page .banner .home_banner .inner_slide .para {
    width: 60%;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  #index_page .banner .home_banner .inner_slide .para {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #index_page .banner .home_banner .inner_slide .para {
    width: 100%;
    text-align: left;
  }
}
#index_page .banner .home_banner .inner_slide .flex {
  color: #fff;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  #index_page .banner .home_banner .inner_slide .flex {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
#index_page .banner .home_banner .inner_slide .bottom_heading {
  color: #fff;
  text-align: left;
  margin: auto auto auto 30px;
  max-width: 80%;
  z-index: 3;
  margin-bottom: -30px;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  opacity: 0.8;
  font-family: "GTAmericaTrial-Md";
}
@media (max-width: 767px) {
  #index_page .banner .home_banner .inner_slide .bottom_heading {
    max-width: 100%;
  }
}
#index_page .banner .home_banner .inner_slide .bottom_section_div {
  opacity: 0;
  background: #484654b3;
  margin: 0 auto 0 auto;
  margin-top: 80px;
  margin-bottom: 50px;
  padding-top: 12px;
  border: 1px solid #484654;
  max-width: 82%;
  border-radius: 8px;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}
#index_page .banner .home_banner .inner_slide .bottom_section_div.show {
  animation-delay: 2.2s !important;
}
@media (max-width: 1199px) {
  #index_page .banner .home_banner .inner_slide .bottom_section_div {
    max-width: 90%;
  }
}
@media (max-width: 991px) {
  #index_page .banner .home_banner .inner_slide .bottom_section_div {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #index_page .banner .home_banner .inner_slide .bottom_section_div {
    margin-top: 140px;
    display: block;
    max-width: 100%;
  }
}
@media (max-width: 360px) {
  #index_page .banner .home_banner .inner_slide .bottom_section_div {
    margin-top: 40px !important;
  }
}
@media (min-width: 1920px) {
  #index_page .banner .home_banner .inner_slide .bottom_section_div {
    margin-top: 0;
  }
}
#index_page .banner .home_banner .inner_slide .bottom_section {
  position: relative;
  padding: 15px 30px;
  padding-top: 45px;
  text-align: left;
  margin-bottom: 0;
}
#index_page .banner .home_banner .inner_slide .bottom_section .slick-dots {
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  left: 0;
}
#index_page .banner .home_banner .inner_slide .bottom_section h5 {
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 4px;
  margin-top: 0;
  font-family: "GTAmericaTrial-Rg";
}
#index_page .banner .home_banner .inner_slide .bottom_section .article_text h2 {
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 4px;
  margin-top: 0;
  font-family: "GTAmericaTrial-Rg";
}
#index_page .banner .home_banner .inner_slide .bottom_section p {
  font-family: "Manier";
  font-size: 14px;
  line-height: 1.3;
  opacity: 0.8;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
#index_page .banner .home_banner .inner_slide .bottom_section a:focus {
  outline: 0;
}
#index_page .banner .home_banner .inner_slide .bottom_section .flex {
  width: 86%;
}
#index_page .banner .home_banner .inner_slide .bottom_section .flex:focus {
  outline: 0;
}
#index_page
  .banner
  .home_banner
  .inner_slide
  .bottom_section
  .flex
  div:first-child {
  -ms-flex: initial;
  flex: initial;
}
#index_page
  .banner
  .home_banner
  .inner_slide
  .bottom_section
  .flex
  div:nth-child(2) {
  padding-left: 20px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  #index_page
    .banner
    .home_banner
    .inner_slide
    .bottom_section
    .flex
    div:last-child {
    padding: 0 0 6px 10px !important;
  }
}
@media (max-width: 767px) {
  #index_page .banner .home_banner .inner_slide .bottom_section div .flex {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }
}
#index_page
  .banner
  .home_banner
  .inner_slide
  .bottom_section
  div:last-child
  .flex
  div:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  #index_page .banner .home_banner .inner_slide .bottom_section {
    max-width: 100%;
  }
}
#index_page .banner .home_banner .slick-prev {
  display: none !important;
}
#index_page .banner .home_banner .slick-next {
  display: none !important;
}
#index_page .solutions {
  padding: 50px 0;
}
@media (max-width: 991px) {
  #index_page .solutions {
    padding: 40px 0 0 0;
  }
}
#index_page .solutions .soultion_content {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  #index_page .solutions .soultion_content {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#index_page .solutions .soultion_content .text {
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
#index_page .solutions .soultion_content .solution_text {
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
@media (max-width: 991px) {
  #index_page .solutions .solution_slider {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (max-width: 1199px) {
  #index_page .solutions .flex {
    display: block !important;
  }
}
#index_page .solutions .extra_padding {
  margin: 0 10px;
  position: relative;
  -ms-flex: unset;
  flex: unset;
  width: 31.33%;
}
@media (max-width: 1199px) {
  #index_page .solutions .extra_padding {
    width: 30.33%;
  }
}
@media (max-width: 991px) {
  #index_page .solutions .extra_padding {
    padding: 0;
    margin: 15px 5px 30px 5px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #index_page .solutions .extra_padding {
    width: 47%;
  }
}
#index_page .solutions .extra_padding .details {
  position: absolute;
  bottom: 0;
  color: #fff;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  padding: 0 20px 20px 20px;
  right: 0;
  left: 0;
}
@media (max-width: 991px) {
  #index_page .solutions .extra_padding .details {
    right: 0;
    left: 0;
  }
}
#index_page .solutions .extra_padding .details h5 {
  font-size: 22px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #index_page .solutions .extra_padding .details h5 {
    font-size: 16px;
  }
  #index_page .solutions .extra_padding .details h5 br {
    display: none;
  }
}
#index_page .solutions .extra_padding .details h2 {
  font-size: 22px;
  font-family: "Manier";
  margin: 13px 0;
}
#index_page .solutions .extra_padding .details p {
  font-size: 16px;
  opacity: 0.8;
  margin-top: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #index_page .solutions .extra_padding .details p {
    font-size: 13px;
  }
}
#index_page .solutions .extra_padding .details .price {
  margin-top: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #index_page .solutions .extra_padding .details .price {
    margin-top: 4px;
  }
}
#index_page .solutions .extra_padding .details .price span {
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0.8;
}
#index_page .solutions .extra_padding .details .price .million {
  font-size: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #index_page .solutions .extra_padding .details .price .million {
    font-size: 14px;
  }
}
#index_page .responsible {
  background-image: url(../../img/home/responsible.webp);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
@media (max-width: 767px) {
  #index_page .responsible {
    padding: 40px 0;
  }
}
@media (max-width: 1199px) {
  #index_page .responsible {
    background-attachment: unset;
  }
}
#index_page .responsible .flex {
  padding: 60px 0;
}
@media (max-width: 991px) {
  #index_page .responsible .flex {
    display: block;
  }
}
#index_page .responsible .box {
  margin: 0 25px;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background: linear-gradient(
    19.34deg,
    rgba(255, 255, 255, 0.02) 0.46%,
    rgba(255, 255, 255, 0.24) 93.22%
  );
  border-radius: 6px;
  border: 1px solid #ffffff47;
  padding: 25px;
  color: #fff;
}
@media (max-width: 1199px) {
  #index_page .responsible .box {
    margin: 0;
  }
}
#index_page .responsible .box .heading {
  font-family: "ArgentCF Regular";
}
#index_page .home-section .vault-item-in-slider-home {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
}
@media (max-width: 991px) and (min-width: 768px) {
  #index_page .home-section .vault-item-in-slider-home {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }
}
@media (max-width: 767px) {
  #index_page .home-section .vault-item-in-slider-home {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}
#index_page
  .home-section
  .vault-item-in-slider-home
  .vault_data_item
  .img_block {
  max-height: 200px;
}
#index_page
  .home-section
  .vault-item-in-slider-home
  .vault_data_item
  .img_block
  img {
  object-fit: cover;
}
#index_page
  .home-section
  .vault-item-in-slider-home
  .vault_data_item:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  #index_page .home-section .vault-item-in-slider-home .vault_data_item {
    padding: 0;
    margin: 28px 0 0 0;
  }
  #index_page
    .home-section
    .vault-item-in-slider-home
    .vault_data_item:last-child {
    margin-bottom: 25px;
  }
}
#index_page
  .home-section
  .vault_data_flex
  .vault_data_item:nth-child(1)
  .content_block {
  position: relative;
  width: 100%;
  background-color: transparent;
  color: #363157;
  padding: 0;
}
#index_page
  .home-section
  .vault_data_flex
  .vault_data_item:nth-child(1)
  .content_block
  .categary_txt,
#index_page
  .home-section
  .vault_data_flex
  .vault_data_item:nth-child(1)
  .content_block
  .box_head,
#index_page
  .home-section
  .vault_data_flex
  .vault_data_item:nth-child(1)
  .content_block
  .para_block {
  color: #363157;
}
#index_page
  .home-section
  .vault_data_flex
  .vault_data_item:nth-child(1)
  .content_block
  .bottom_block {
  margin: 15px 0 10px;
}
#index_page
  .home-section
  .vault_data_flex
  .vault_data_item:nth-child(1)
  .content_block
  .bottom_block
  .date_txt {
  color: #8f8f8f;
}
#index_page .vault {
  padding: 50px 0;
}
@media (max-width: 767px) {
  #index_page .vault {
    padding-bottom: 0;
  }
}
#index_page .vault .flex {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
}
@media (max-width: 767px) {
  #index_page .vault .flex {
    display: block;
  }
}
#index_page .vault .flex.end {
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 991px) {
  #index_page .vault .flex.end {
    display: block;
  }
}
#index_page .vault .flex .super-heading {
  font-size: 11px;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-family: "GTAmericaTrial-Md";
}
#index_page .vault .flex .relative {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  #index_page .vault .flex .relative {
    margin-top: 20px;
    padding-left: 0;
  }
}
#index_page .vault .flex .relative img {
  width: 100%;
}
@media (max-width: 767px) {
  #index_page .vault .flex .relative .display_blur {
    display: block;
  }
}
@media (max-width: 767px) {
  #index_page .vault .flex .relative .article {
    background-color: #fff9f3 !important;
    color: #363157;
    padding-right: 0;
    padding-left: 0;
  }
}
#index_page .vault .flex .relative .popup-youtube-ui {
  pointer-events: none;
}
#index_page .vault .be_the_first {
  margin-top: 20px;
}
#index_page .vault .be_the_first h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
#index_page .vault .be_the_first form {
  display: -ms-flexbox;
  display: flex;
}
#index_page .vault .be_the_first input[type="email"] {
  width: 50%;
  margin: 0;
  height: auto;
  padding: 5px 0;
  margin-right: 25px;
  margin-top: 12px;
}
#index_page .vault .be_the_first input[type="email"]:-ms-input-placeholder {
  font-size: 16px;
}
#index_page .vault .be_the_first input[type="email"]::placeholder {
  font-size: 16px;
}
@media (max-width: 767px) {
  #index_page .vault .be_the_first input[type="email"] {
    margin-top: 15px;
  }
}
#index_page .vault .be_the_first .submit {
  padding: 4px;
  padding-left: 0 !important;
  -ms-flex: inherit;
  flex: inherit;
  border-bottom: 1px solid #36315785;
}
#index_page .vault .be_the_first .submit input {
  color: #be8a76;
}
#index_page .vault .article {
  position: absolute;
  bottom: 0;
  top: 0;
  padding: 25px;
  padding-top: 40px;
  color: #fff;
  right: 0;
  left: 55%;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}
@media (max-width: 767px) {
  #index_page .vault .article {
    padding: 25px 25px 0 25px;
    position: relative;
    left: 0;
    background: #be8a76;
  }
}
#index_page .vault .article .heading {
  font-family: "ArgentCF Regular";
  font-size: 20px;
  line-height: 24px;
  display: -webkit-box;
  max-width: 100%;
  margin: 0 auto;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1199px) {
  #index_page .vault .article .heading {
    font-size: 16px;
  }
}
#index_page .vault .article p {
  font-size: 14px;
  opacity: 0.8;
  padding-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  #index_page .vault .article p {
    padding-top: 10px;
  }
}
#index_page .vault .article .date {
  font-size: 12px;
  position: absolute;
  bottom: 30px;
  opacity: 0.8;
}
@media (max-width: 767px) {
  #index_page .vault .article .date {
    position: relative;
    bottom: 0;
    margin-top: 15px;
  }
}
#index_page .vault .flex .posts:first-child {
  margin-left: 0;
}
#index_page .vault .flex .posts:nth-child(5n) {
  margin-left: 0;
}
#index_page .vault .flex .posts:nth-child(4n) {
  margin-right: 0;
}
#index_page .vault .posts {
  overflow: hidden;
  margin: 15px;
}
@media (max-width: 767px) {
  #index_page .vault .posts {
    padding: 0;
    margin: 0 0 30px 0;
  }
}
#index_page .vault .posts .report {
  font-size: 11px;
  margin: 15px 0 0;
  color: #363157;
  font-family: "GTAmericaTrial-Md";
}
@media (max-width: 767px) {
  #index_page .vault .posts .report {
    margin-top: 15px;
  }
}
#index_page .vault .posts h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  color: #363157;
}
#index_page .vault .posts p {
  font-size: 14px;
  color: #363157;
}
#index_page .vault .posts .post_date {
  font-size: 12px;
  opacity: 0.8;
  margin: 15px 0 10px;
  color: #363157;
}
#index_page .testimonial {
  padding: 50px 0;
}
@media (max-width: 767px) {
  #index_page .testimonial {
    padding: 40px 0;
  }
}
#index_page .testimonial .flex {
  -ms-flex-flow: row;
  flex-flow: row;
  max-width: 80%;
  margin: auto;
}
@media (max-width: 1199px) {
  #index_page .testimonial .flex {
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (max-width: 1366px) and (max-height: 1024px) {
  #index_page .testimonial .flex {
    max-width: 100%;
  }
}
#index_page .testimonial .flex div {
  -ms-flex: auto;
  flex: auto;
}
#index_page .testimonial .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -ms-flex: auto;
  flex: auto;
}
@media (max-width: 1199px) {
  #index_page .testimonial .content {
    padding-left: 1px;
    margin-top: 30px;
  }
}
#index_page .testimonial .content .feedback {
  font-family: "ArgentCF";
  font-size: 36px;
  text-align: center;
  max-width: 80%;
}
@media (max-width: 767px) {
  #index_page .testimonial .content .feedback {
    font-size: 18px;
    max-width: 100%;
  }
}
#index_page .testimonial .content .name {
  -ms-flex: initial;
  flex: initial;
  font-family: "Beyond Infinity Demo";
  color: #be8a76;
  font-size: 48px;
  margin-top: 15px;
}
#index_page .testimonial .content .designation {
  -ms-flex: initial;
  flex: initial;
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 5px;
}
#index_page .testimonial .overflow_hidden {
  position: relative;
  width: 40%;
}
@media (max-width: 1199px) {
  #index_page .testimonial .overflow_hidden {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  #index_page .testimonial .overflow_hidden {
    width: 100% !important;
  }
}
@media (max-width: 1366px) and (max-height: 1024px) {
  #index_page .testimonial .overflow_hidden {
    width: 50%;
  }
}
#index_page .testimonial .image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
#index_page #video_position iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  #index_page #video_position iframe {
    min-height: 400px;
  }
}
#index_page .joy .content {
  padding-right: 25px;
}
@media (max-width: 767px) {
  #index_page .joy .content {
    padding-right: 15px;
  }
}
#index_page .break_the_word {
  display: none;
}
@media (max-width: 1199px) {
  #index_page .break_the_word {
    display: block;
  }
}
@media (max-width: 991px) {
  #index_page .break_the_word {
    display: none;
  }
}
.relative {
  position: relative;
}
.relative .play_btn {
  position: absolute;
  top: 50%;
  left: 25%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto !important;
  height: auto !important;
  cursor: pointer;
}
@media (max-width: 767px) {
  .relative .play_btn {
    top: 25%;
    left: 50%;
  }
}
#team_page .inner_page_banner {
  background-image: url(../../img/desktop-banners/leadership-banner.jpg);
}
@media (max-width: 767px) {
  #team_page .inner_page_banner {
    background-image: url(../../img/mobile-banners/leadership-banner.jpg);
  }
}
@media (max-width: 767px) {
  #team_page .page-tab ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    overflow: hidden;
    text-align: center;
    margin: auto;
    width: 100%;
  }
  #team_page .page-tab ul li {
    margin: 4px 0;
  }
  #team_page .page-tab ul li a {
    margin: 0 !important;
  }
}
#team_page .directors {
  padding: 50px 0;
  z-index: 1;
  position: relative;
  -ms-transform: none;
  transform: none;
}
@media (max-width: 767px) {
  #team_page .directors {
    padding-bottom: 0;
  }
}
#team_page .directors .tab {
  margin-top: 50px;
  z-index: 2;
  position: relative;
}
@media (max-width: 1024px) {
  #team_page .directors .tab {
    display: block;
  }
}
#team_page .directors .tab .slick-arrow {
  width: 50px;
  filter: none;
}
@media (max-width: 1024px) {
  #team_page .directors .tab .slick-arrow {
    bottom: -40px;
    z-index: 999;
    top: auto;
  }
}
@media (max-width: 1024px) {
  #team_page .directors .tab .slick-arrow.slick-next {
    right: 60px;
  }
  #team_page .directors .tab .slick-arrow.slick-prev {
    left: 60px;
  }
}
#team_page .directors .tab .slick-arrow::before {
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 25px;
  opacity: 0.7;
  position: absolute;
  filter: none;
  content: "";
}
@media (max-width: 1024px) {
  #team_page .directors .tab .slick-arrow::before {
    filter: brightness(100);
    width: 40px;
  }
}
#team_page .directors .tab .slick-arrow.slick-next::before {
  background-image: url(../../img/team/right-arrow.svg);
  right: -40px;
  top: 0;
  border-radius: 50%;
}
#team_page .directors .tab .slick-arrow.slick-prev::before {
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  background-image: url(../../img/team/right-arrow.svg);
  left: -40px;
  top: 0;
  border-radius: 50%;
}
#team_page .directors .tab button {
  z-index: 1;
  background-color: inherit;
  border: 0;
  outline: 0;
  cursor: pointer;
  padding: 0;
  transition: 0.3s;
  font-size: 17px;
  transition: 0.3s ease;
  filter: grayscale(100%);
}
#team_page .directors .tab button:hover {
  filter: grayscale(0);
}
#team_page .directors .tab button img {
  width: 100%;
  background: #d5d5d5;
}
#team_page .directors .tab button .details {
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  padding: 15px;
  text-align: left;
  background: linear-gradient(
    180deg,
    rgba(28, 28, 28, 0) 14.05%,
    rgba(28, 28, 28, 0.63) 42.1%,
    #272727 100%
  );
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
#team_page .directors .tab button .details .name {
  font-family: "Beyond Infinity Demo";
  font-size: 32px;
}
@media (max-width: 991px) {
  #team_page .directors .tab button .details .name {
    font-size: 22px;
  }
}
#team_page .directors .tab button .details .designation {
  font-size: 12px;
  padding-top: 5px;
  text-transform: uppercase;
  font-family: "GTAmericaTrial-Rg";
}
@media (max-width: 991px) {
  #team_page .directors .tab button .details .designation {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  #team_page .directors .tab button {
    width: 50%;
  }
}
#team_page .directors .tab .active {
  filter: grayscale(0);
}
#team_page .directors .tab .active .details {
  color: #be8a76;
}
#team_page .directors .tabcontent {
  display: none;
  padding: 30px 15px;
  background-color: #e1c8bf;
  z-index: 1;
}
#team_page .directors .tabcontent.show {
  animation: top_down 0.6s ease;
  display: block;
}
@media (max-width: 767px) {
  #team_page .directors .tabcontent {
    top: 25%;
    margin: auto;
    right: 0;
    left: 0;
    z-index: 3;
    max-height: 370px;
    overflow: auto;
  }
}
#team_page .directors .tabcontent .topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
}
#team_page .directors .tabcontent .topright:hover {
  color: red;
}
@media (max-width: 1024px) {
  #team_page .directors .tabcontent .topright {
    display: none;
  }
}
#team_page .directors .tabcontent .flex.padding_left {
  padding-left: 125px;
}
@media (max-width: 767px) {
  #team_page .directors .tabcontent .flex.padding_left {
    padding-left: 0;
  }
}
#team_page .directors .tabcontent .flex.padding_left ul li {
  font-size: 13px;
  padding-top: 10px;
  list-style: disc;
  margin-left: 15px;
  width: 80%;
  font-size: 16px;
}
@media (max-width: 767px) {
  #team_page .directors .tabcontent .flex.padding_left ul li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #team_page .directors .tabcontent .flex .social_links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
#team_page .directors .tabcontent .flex .social_links a {
  margin-right: 15px;
}
#team_page .directors .tabcontent .flex .social_links a img {
  margin-top: 10px;
}
@media (max-width: 767px) {
  #team_page .directors .tabcontent .flex .social_links a img {
    margin-right: 0;
  }
}
#team_page .directors .tabcontent .education {
  text-transform: uppercase;
  font-size: 16px;
}
@media (max-width: 767px) {
  #team_page .directors .tabcontent .education {
    padding-top: 15px;
  }
}
#team_page .directors .tabcontent .para {
  font-size: 16px;
  padding: 0 22px 0 0;
}
@media (max-width: 1024px) {
  #team_page .directors .tabcontent .para {
    padding: 15px 0 0 0;
  }
}
#team_page .directors .tabcontent .para p {
  padding-bottom: 15px;
}
#team_page .leadership {
  padding: 50px 0;
}
@media (max-width: 767px) {
  #team_page .leadership {
    padding-bottom: 0;
  }
}
#team_page .leadership .flex.align_end {
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 991px) {
  #team_page .leadership .flex.align_end {
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}
#team_page .leadership .flex.align_end p {
  width: 90%;
}
@media (max-width: 767px) {
  #team_page .leadership .flex.align_end p {
    padding-top: 15px;
    width: 100%;
  }
}
#team_page .leadership .flex h1 {
  margin-bottom: 0;
}
#team_page .leadership .all_leaders {
  margin-top: 30px;
}
#team_page .leadership #secondary-slider {
  padding: 0 70px;
}
#team_page .leadership #secondary-slider .splide__slide {
  border: 0;
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  #team_page .leadership #secondary-slider .splide__slide {
    height: 70px !important;
  }
}
#team_page .leadership #secondary-slider .splide__slide .name {
  color: #be8a76;
  font-family: "Manier";
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  #team_page .leadership #secondary-slider .splide__slide .name {
    font-size: 18px;
  }
}
#team_page .leadership #secondary-slider .splide__slide .designation {
  color: #be8a76;
  font-size: 12px;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-top: 3px;
}
@media (max-width: 767px) {
  #team_page .leadership #secondary-slider .splide__slide .designation {
    font-size: 10px;
    width: 80%;
  }
}
#team_page .leadership #secondary-slider .splide__slide.is-active {
  border: 0;
  border-bottom: 4px solid #be8a76;
}
@media (max-width: 767px) {
  #team_page .leadership #secondary-slider .splide__slide.is-active {
    border-bottom: 3px solid #be8a76;
  }
}
#team_page .leadership #primary-slider ul li:nth-child(1) .details {
  background-color: #be8a76 !important;
}
#team_page .leadership #primary-slider .splide__arrow--next {
  right: -60px;
}
@media (max-width: 1024px) {
  #team_page .leadership #primary-slider .splide__arrow--next {
    margin-top: 30px;
    right: 20px;
    filter: brightness(100);
  }
}
#team_page .leadership #primary-slider .splide__arrow--prev {
  left: -60px;
}
@media (max-width: 1024px) {
  #team_page .leadership #primary-slider .splide__arrow--prev {
    margin-top: 30px;
    left: 20px;
    filter: brightness(100);
  }
}
#team_page .leadership #primary-slider .splide__slide {
  max-height: 620px;
  cursor: grab;
}
@media (max-width: 1024px) {
  #team_page .leadership #primary-slider .splide__slide {
    background-size: contain !important;
    height: 950px !important;
    background-image: none !important;
    overflow: auto;
  }
}
@media (max-width: 767px) {
  #team_page .leadership #primary-slider .splide__slide {
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  #team_page .leadership #primary-slider .splide__slide > img {
    display: block !important;
    width: 100%;
  }
}
#team_page .leadership #primary-slider .details {
  background-color: #be8a76;
  position: absolute;
  right: 0;
  padding: 40px 40px 40px 30px;
  width: 43%;
  height: 100%;
  color: #fff;
  font-size: 13px;
  opacity: 0.8;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  overflow: auto;
}
@media (max-width: 1024px) {
  #team_page .leadership #primary-slider .details {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #team_page .leadership #primary-slider .details {
    height: 460px;
  }
}
#team_page .leadership #primary-slider .details.bgClr1 {
  background-color: rgba(145, 38, 42, 0.5);
}
#team_page .leadership #primary-slider .details.bgClr2 {
  background-color: rgba(108, 49, 14, 0.5);
}
#team_page .leadership #primary-slider .details.bgClr3 {
  background-color: #2b366b;
}
#team_page .leadership #primary-slider .details.bgClr4 {
  background-color: #712536;
}
#team_page .leadership #primary-slider .details .name {
  font-family: "Beyond Infinity Demo";
  font-size: 48px;
}
#team_page .leadership #primary-slider .details .designation {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "GTAmericaTrial-Md";
}
#team_page .leadership #primary-slider .details p {
  padding-bottom: 15px;
  font-size: 15px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #team_page .leadership #primary-slider .details p {
    font-size: 16px;
  }
}
#team_page .leadership #primary-slider .details .social_links {
  margin-top: 20px;
}
@media (max-width: 767px) {
  #team_page .leadership #primary-slider .details .social_links {
    margin-top: 0;
  }
}
#team_page .leadership #primary-slider .details .social_links a {
  margin-right: 15px;
}
#team_page .leadership #primary-slider .details .social_links a img {
  margin-top: 10px;
  margin-bottom: 25px;
}
#team_page .leadership #primary-slider .details .education {
  text-transform: uppercase;
  font-size: 15px;
}
@media (max-width: 1024px) {
  #team_page .leadership #primary-slider .details .education {
    padding-top: 15px;
  }
}
#team_page .leadership #primary-slider .details ul li {
  padding-top: 10px;
  list-style: disc;
  margin-left: 15px;
  width: 80%;
  font-size: 15px;
}
@media (max-width: 1024px) {
  #team_page .leadership #primary-slider .details ul li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #team_page .other-sec {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #team_page .careers {
    padding-top: 50px;
  }
}
.container {
  margin: auto;
  max-width: var(--container_size) !important;
  width: 100% !important;
}
.splide__arrows .splide__arrow--prev {
  background-image: url(../../img/team/left-arrow.svg);
  background-color: transparent;
  background-size: contain;
  width: 50px;
  height: 25px;
  left: 0;
}
.splide__arrows .splide__arrow--prev svg {
  display: none;
}
.splide__arrows .splide__arrow--next {
  background-image: url(../../img/team/right-arrow.svg);
  background-color: transparent;
  background-size: contain;
  width: 50px;
  height: 25px;
  right: 0;
}
.splide__arrows .splide__arrow--next svg {
  display: none;
}
#about-overview_page {
  overflow: hidden;
}
#about-overview_page .inner_page_banner {
  background-image: url(../../img/desktop-banners/aboutoverview-banner.jpg);
}
@media (max-width: 767px) {
  #about-overview_page .inner_page_banner {
    background-image: url(../../img/mobile-banners/aboutoverview-banner.jpg);
  }
}
@media (max-width: 767px) {
  #about-overview_page .page-tab ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    overflow: hidden;
    text-align: center;
    margin: auto;
    width: 100%;
  }
  #about-overview_page .page-tab ul li {
    margin: 4px 0;
  }
  #about-overview_page .page-tab ul li a {
    margin: 0 !important;
  }
}
#about-overview_page .philosophy-sec {
  margin-bottom: 0;
}
#about-overview_page .philosophy-sec .flex p {
  width: 55%;
  padding-top: 0;
}
@media (max-width: 1199px) {
  #about-overview_page .philosophy-sec .flex p {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  #about-overview_page .philosophy-sec .flex p {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
}
#about-overview_page .story-sec {
  padding: 50px 0;
}
@media (max-width: 767px) {
  #about-overview_page .story-sec {
    padding: 0;
  }
}
@media (max-width: 991px) {
  #about-overview_page .story-sec .flex {
    display: block;
  }
}
@media (max-width: 991px) {
  #about-overview_page .story-sec .flex img {
    margin: auto;
  }
}
#about-overview_page .story-sec p {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  #about-overview_page .story-sec .text {
    padding-top: 30px;
    padding-left: 0;
  }
}
@media (max-width: 1365px) {
  #about-overview_page .story-sec .text {
    padding-left: 15px;
  }
}
@media (max-width: 1199px) {
  #about-overview_page .story-sec .text {
    padding-left: 35px;
  }
}
#about-overview_page .grid-img-sec {
  overflow: hidden;
  margin: 50px 0;
  position: relative;
  background-image: url(../../img/about-overview/way.jpg);
  background-size: cover;
  height: 99vh;
}
@media (max-width: 767px) {
  #about-overview_page .grid-img-sec {
    margin: 50px 0 0 0;
    height: auto;
  }
}
#about-overview_page .grid-img-sec .grid-sec {
  width: 100%;
  height: 100%;
  top: 0;
  transition: 0.3s ease;
}
#about-overview_page .grid-img-sec .grid-sec.hide {
  opacity: 0;
  visibility: hidden;
  display: block !important;
}
#about-overview_page .grid-img-sec .grid-sec.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
#about-overview_page .grid-img-sec .grid-sec.slide.show {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  #about-overview_page .grid-img-sec .grid-sec.slide.show {
    height: auto;
  }
}
#about-overview_page .grid-img-sec .grid-sec.slide .row-flex {
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in;
}
@media (max-width: 767px) {
  #about-overview_page .grid-img-sec .grid-sec.slide .row-flex {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    -ms-flex-wrap: unset;
    flex-wrap: unset;
  }
}
#about-overview_page .grid-img-sec .grid-sec.slide .row-flex.show {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  #about-overview_page .grid-img-sec .grid-sec.slide .row-flex.show {
    height: auto;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
#about-overview_page .grid-img-sec .grid-sec.slide .row-flex .item-left {
  width: 33.33%;
  color: #fff;
  padding: 30px;
  padding-top: 10vh;
  border-right: 1px solid #be8a76;
}
@media (max-width: 767px) {
  #about-overview_page .grid-img-sec .grid-sec.slide .row-flex .item-left {
    width: 100%;
    padding: 20px;
    z-index: 1;
    border-right: 0;
    top: 70px;
    position: relative;
  }
}
@media (max-width: 767px) {
  #about-overview_page
    .grid-img-sec
    .grid-sec.slide
    .row-flex
    .item-left
    .heading {
    font-size: 28px;
    margin-top: 8px;
  }
}
#about-overview_page .grid-img-sec .grid-sec.slide .row-flex .item-right {
  width: 66.66%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  transition: 0.5s ease-out;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
@media (max-width: 767px) {
  #about-overview_page .grid-img-sec .grid-sec.slide .row-flex .item-right {
    width: 100%;
    top: 70px;
    height: auto;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    z-index: 1;
  }
}
#about-overview_page
  .grid-img-sec
  .grid-sec.slide
  .row-flex
  .item-right
  .main-wrap {
  width: 60%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #about-overview_page
    .grid-img-sec
    .grid-sec.slide
    .row-flex
    .item-right
    .main-wrap {
    width: 90%;
    top: 70px;
  }
}
@media (max-width: 767px) {
  #about-overview_page
    .grid-img-sec
    .grid-sec.slide
    .row-flex
    .item-right
    .main-wrap
    img {
    margin: auto;
  }
}
#about-overview_page
  .grid-img-sec
  .grid-sec.slide
  .row-flex
  .item-right
  .main-wrap
  .name {
  color: #fff;
  font-family: "Manier";
  font-size: 24px;
  padding: 20px 0 10px;
}
#about-overview_page
  .grid-img-sec
  .grid-sec.slide
  .row-flex
  .item-right
  .main-wrap
  p {
  color: #fff;
  font-size: 14px;
  opacity: 0.8;
}
#about-overview_page
  .grid-img-sec
  .grid-sec.slide
  .row-flex
  .item-right
  .next-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: space-between;
  z-index: 1;
  width: 90%;
  margin-top: 50px;
}
@media (max-width: 767px) {
  #about-overview_page
    .grid-img-sec
    .grid-sec.slide
    .row-flex
    .item-right
    .next-row {
    margin-top: 100px;
  }
}
#about-overview_page
  .grid-img-sec
  .grid-sec.slide
  .row-flex
  .item-right
  .next-row
  .theme_btn.reverse
  img {
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media screen and (max-width: 360px) {
  #about-overview_page
    .grid-img-sec
    .grid-sec.slide
    .row-flex
    .item-right
    .next-row
    .theme_btn {
    font-size: 10px;
  }
}
#about-overview_page
  .grid-img-sec
  .grid-sec.slide
  .row-flex
  .item-right
  .close {
  z-index: 1;
  position: absolute;
  top: 5%;
  right: 5%;
  color: #be8a76;
  cursor: pointer;
  font-size: 30px;
}
#about-overview_page .grid-img-sec .grid-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
#about-overview_page .grid-img-sec .grid-sec .row-flex .item {
  width: 33.3%;
  color: #fff;
  border-right: 1px solid #be8a76;
}
@media (max-width: 767px) {
  #about-overview_page .grid-img-sec .grid-sec .row-flex .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #about-overview_page .grid-img-sec .grid-sec .row-flex .item:first-child {
    display: block;
  }
}
#about-overview_page .grid-img-sec .grid-sec .row-flex .item .box-main {
  height: 66.7%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
  padding-top: 10vh;
  border-bottom: 1px solid #be8a76;
}
@media (max-width: 767px) {
  #about-overview_page .grid-img-sec .grid-sec .row-flex .item .box-main {
    height: auto;
  }
}
#about-overview_page .grid-img-sec .grid-sec .row-flex .item .box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  text-decoration: none;
  color: #fff;
  width: 100%;
  height: 33vh;
  padding: 30px;
  border-bottom: 1px solid #be8a76;
  transition: 0.2s ease-in;
}
@media (max-width: 767px) {
  #about-overview_page .grid-img-sec .grid-sec .row-flex .item .box {
    height: auto;
  }
}
@media (max-width: 767px) {
  #about-overview_page .grid-img-sec .grid-sec .row-flex .item .box.one {
    height: auto;
    -ms-flex-align: center;
    align-items: center;
  }
}
#about-overview_page .grid-img-sec .grid-sec .row-flex .item .box:hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
#about-overview_page .grid-img-sec .grid-sec .row-flex .item .box .click {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  font-family: "Manier";
  font-size: 24px;
  font-weight: normal;
  cursor: pointer;
  opacity: 1;
}
#about-overview_page .grid-img-sec .grid-sec .row-flex .item:nth-last-child(1) {
  border-right: 0;
}
#about-overview_page .grid-img-sec .open {
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important;
  transition: 0.6s ease-in-out;
}
#about-overview_page .responsible-sec {
  padding: 50px 0;
}
@media (max-width: 767px) {
  #about-overview_page .responsible-sec {
    padding: 50px 0 0 0;
  }
}
#about-overview_page .responsible-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#about-overview_page .responsible-sec .row-flex .theme_btn {
  margin-top: 0;
}
#about-overview_page .responsible-sec .row-flex .img-div {
  width: 57%;
  height: 100%;
}
@media (max-width: 991px) {
  #about-overview_page .responsible-sec .row-flex .img-div {
    width: 100%;
  }
}
#about-overview_page .responsible-sec .row-flex .text {
  width: 43%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  #about-overview_page .responsible-sec .row-flex .text {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  #about-overview_page .responsible-sec .row-flex .text {
    padding-right: 20px;
  }
}
#about-overview_page .responsible-sec .row-flex .text p {
  margin-bottom: 15px;
}
#about-overview_page .responsible-sec .row-flex .pri {
  max-width: 200px;
  margin-top: 20px;
}
#about-overview_page .parallax-container {
  height: 600px;
}
#about-brand-story_page {
  overflow: hidden;
}
#about-brand-story_page .inner_page_banner {
  background-image: url(../../img/desktop-banners/brandstory-banner.jpg);
}
@media (max-width: 767px) {
  #about-brand-story_page .inner_page_banner {
    background-image: url(../../img/mobile-banners/brandstory-banner.jpg);
  }
}
@media (max-width: 767px) {
  #about-brand-story_page .page-tab ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    overflow: hidden;
    text-align: center;
    margin: auto;
    width: 100%;
  }
  #about-brand-story_page .page-tab ul li {
    margin: 4px 0;
  }
  #about-brand-story_page .page-tab ul li a {
    margin: 0 !important;
  }
}
#about-brand-story_page .belief-sec {
  padding: 50px 0;
}
@media (max-width: 767px) {
  #about-brand-story_page .belief-sec {
    padding: 50px 0 0 0;
  }
}
@media (max-width: 1024px) {
  #about-brand-story_page .belief-sec br {
    display: none;
  }
}
#about-brand-story_page .belief-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#about-brand-story_page .belief-sec .row-flex .img-div {
  width: 40%;
}
@media (max-width: 767px) {
  #about-brand-story_page .belief-sec .row-flex .img-div {
    width: 100%;
  }
}
#about-brand-story_page .belief-sec .row-flex .text {
  width: 50%;
}
@media (max-width: 767px) {
  #about-brand-story_page .belief-sec .row-flex .text {
    width: 100%;
  }
}
#about-brand-story_page .belief-sec .row-flex .text p {
  margin-bottom: 15px;
}
#about-brand-story_page #identity {
  text-align: center;
}
@media (min-width: 1025px) {
  #about-brand-story_page #identity svg {
    width: auto !important;
    height: auto !important;
  }
}
#about-brand-story_page .identity-sec {
  padding: 50px 0 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #about-brand-story_page .identity-sec {
    padding: 0;
  }
}
#about-brand-story_page .identity-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#about-brand-story_page .identity-sec .row-flex .img-div {
  width: 48%;
}
@media (max-width: 767px) {
  #about-brand-story_page .identity-sec .row-flex .img-div {
    width: 100%;
  }
}
#about-brand-story_page .identity-sec .row-flex .text {
  width: 50%;
  margin-top: 0;
}
@media (max-width: 767px) {
  #about-brand-story_page .identity-sec .row-flex .text {
    width: 100%;
  }
}
#about-brand-story_page .identity-sec .row-flex .text p {
  margin-bottom: 15px;
}
#about-brand-story_page .half-circle {
  padding: 50px 0;
}
#about-brand-story_page .half-circle .container .gradient {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: auto;
  width: fit-content;
  overflow: hidden;
  margin-top: -150px;
}
@media (max-width: 767px) {
  #about-brand-story_page .half-circle .container .gradient {
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#about-brand-story_page .half-circle .container .gradient .circle {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
#about-brand-story_page .half-circle .container .gradient .semi-circle {
  background: linear-gradient(0, #be8a76 2.93%, rgba(16, 19, 71, 0) 108.85%);
  width: 400px;
  height: 400px;
  border-radius: 50%;
  -webkit-mask: radial-gradient(circle 140px, transparent 98%, #fff 100%);
  mask: radial-gradient(circle 140px, transparent 98%, #fff 100%);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
}
@media (max-width: 767px) {
  #about-brand-story_page .half-circle .container .gradient .semi-circle {
    width: 200px;
    height: 200px;
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-mask: radial-gradient(circle 60px, transparent 98%, #fff 100%);
    mask: radial-gradient(circle 60px, transparent 98%, #fff 100%);
  }
}
@media screen and (max-width: 360px) {
  #about-brand-story_page .half-circle .container .gradient .semi-circle {
    width: 150px;
    height: 150px;
    -ms-transform: translateY(75px);
    transform: translateY(75px);
    -webkit-mask: radial-gradient(circle 40px, transparent 98%, #fff 100%);
    mask: radial-gradient(circle 40px, transparent 98%, #fff 100%);
  }
}
#about-brand-story_page .half-circle .container .gradient .inner-circle {
  transition: 2s ease;
  position: absolute;
  background: #fff9f3;
  width: 100%;
  height: 200px;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  #about-brand-story_page .half-circle .container .gradient .inner-circle {
    height: 100px;
  }
}
#about-brand-story_page .half-circle .container .gradient .text {
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 25px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  #about-brand-story_page .half-circle .container .gradient .text {
    margin: 5px;
    font-size: 12px;
  }
}
#about-brand-story_page .nature-sec {
  padding: 50px 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #about-brand-story_page .nature-sec {
    padding: 50px 0 0 0;
  }
}
#about-brand-story_page .nature-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#about-brand-story_page .nature-sec .row-flex .item {
  width: 30%;
}
#about-brand-story_page .nature-sec .row-flex .item.odd {
  margin-top: 200px;
}
@media (max-width: 767px) {
  #about-brand-story_page .nature-sec .row-flex .item.odd {
    -ms-transform: none !important;
    transform: none !important;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #about-brand-story_page .nature-sec .row-flex .item:last-child .box {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  #about-brand-story_page .nature-sec .row-flex .item {
    width: 100%;
  }
}
#about-brand-story_page .nature-sec .row-flex .item .box {
  padding-bottom: 50px;
  padding-top: 40px;
}
@media (max-width: 767px) {
  #about-brand-story_page .nature-sec .row-flex .item .box {
    -ms-transform: none !important;
    transform: none !important;
    padding-bottom: 30px;
    padding-top: 0;
  }
}
#about-brand-story_page .nature-sec .row-flex .item .box .text {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #about-brand-story_page .nature-sec .row-flex .item .box .text {
    padding: 20px 0 0;
  }
}
#about-brand-story_page .nature-sec .row-flex .item .box .title {
  font-family: "Manier";
  font-size: 24px;
  font-weight: 600;
}
#about-brand-story_page .nature-sec .row-flex .item .box p {
  margin: 5px 0;
}
#about-brand-story_page .nature-sec .row-flex .item .box .overflow_hidden {
  height: 400px;
}
#about-brand-story_page .values-sec {
  padding: 0 0 50px 0;
}
@media (max-width: 767px) {
  #about-brand-story_page .values-sec {
    padding: 50px 0 0 0;
  }
}
#about-brand-story_page .values-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 50px;
}
#about-brand-story_page .values-sec .row-flex .item {
  width: 33%;
  position: relative;
  padding-left: 60px;
}
@media (max-width: 767px) {
  #about-brand-story_page .values-sec .row-flex .item {
    width: 100%;
    padding-bottom: 50px;
    padding-left: 0;
  }
}
#about-brand-story_page .values-sec .row-flex .item .small {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-family: "GTAmericaTrial-Md";
}
#about-brand-story_page .values-sec .row-flex .item .title {
  font-family: "Manier";
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.2;
}
#about-brand-story_page .values-sec .row-flex .item .num {
  position: absolute;
  top: 10%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Manier";
  font-size: 96px;
  font-weight: 700;
  color: rgba(54, 49, 87, 0.1);
}
#about-brand-story_page .inner-circle[data-scroll] {
  transition: 1s;
}
#about-brand-story_page .inner-circle[data-scroll="in"] {
  opacity: 1;
  -ms-transform: translateX(400px);
  transform: translateX(400px);
}
#about-brand-story_page .inner-circle[data-scroll="out"] {
  opacity: 1;
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#press_club .inner_page_banner {
  background-image: url(../../img/desktop-banners/pressclub-banner.jpg);
}
@media (max-width: 767px) {
  #press_club .inner_page_banner {
    background-image: url(../../img/mobile-banners/pressclub-banner.jpg);
  }
}
#press_club .page-tab {
  padding-top: 0;
}
#press_club .pressClub_filter {
  padding: 50px 0 0;
}
#press_club .pressClub_filter .filer_flex {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #press_club .pressClub_filter .filer_flex {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#press_club .pressClub_filter .filer_flex .filter-item:first-child {
  display: none;
}
@media screen and (max-width: 767px) {
  #press_club .pressClub_filter .filer_flex .filter-item .middle_block {
    margin: 10px 0 20px;
  }
}
#press_club
  .pressClub_filter
  .filer_flex
  .filter-item
  .middle_block
  .year_dropdown {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
}
#press_club
  .pressClub_filter
  .filer_flex
  .filter-item
  .middle_block
  .year_dropdown
  label {
  font-size: 12px;
  font-family: "GTAmericaTrial-Rg";
  color: #363157;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 15px;
}
#press_club
  .pressClub_filter
  .filer_flex
  .filter-item
  .middle_block
  .year_dropdown
  select {
  background-color: #fff9f3;
  display: block;
  border: 0;
  font-size: 18px;
  color: #be8a76;
  padding: 0 0 5px;
  font-family: "GTAmericaTrial-Md";
  outline: 0;
  width: 136px;
  border-bottom: 2px solid #363157;
}
@media screen and (max-width: 992px) {
  #press_club
    .pressClub_filter
    .filer_flex
    .filter-item
    .middle_block
    .year_dropdown
    select {
    width: 100px;
  }
}
#press_club
  .pressClub_filter
  .filer_flex
  .filter-item
  .middle_block
  .year_dropdown
  select
  option {
  background-color: transparent;
}
#press_club
  .pressClub_filter
  .filer_flex
  .filter-item
  .middle_block
  .search_input {
  position: relative;
}
#press_club
  .pressClub_filter
  .filer_flex
  .filter-item
  .middle_block
  .search_input
  input {
  font-size: 18px;
  color: #be8a76;
  font-family: "GTAmericaTrial-Md";
  border-bottom: 2px solid #363157;
  margin: 0;
  padding: 4px 15px 4px 0;
  width: 190px;
}
@media screen and (max-width: 992px) {
  #press_club
    .pressClub_filter
    .filer_flex
    .filter-item
    .middle_block
    .search_input
    input {
    width: 120px;
  }
}
#press_club
  .pressClub_filter
  .filer_flex
  .filter-item
  .middle_block
  .search_input
  .srch {
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#press_club .pressClub_filter .filer_flex .filter-item .download_btn {
  font-size: 18px;
  font-family: "GTAmericaTrial-Rg";
  color: #be8a76;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #be8a76;
  padding: 0 0 6px;
  outline: 0;
}
#press_club .pressClub_filter .filer_flex .filter-item .download_btn span {
  margin-left: 5px;
}
#press_club .filter_data_main {
  padding: 50px 0;
}
@media (max-width: 767px) {
  #press_club .filter_data_main {
    padding-bottom: 0;
  }
}
#press_club .filter_data_main .filter_data .month_year {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin: 30px 0 20px;
}
#press_club .filter_data_main .filter_data .month_year .month {
  font-size: 48px;
  font-family: "ArgentCF Regular";
  color: #363157;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  #press_club .filter_data_main .filter_data .month_year .month {
    font-size: 35px;
  }
}
#press_club .filter_data_main .filter_data .month_year .year {
  font-size: 14px;
  font-family: "GTAmericaTrial-Md";
  color: #363157;
  font-weight: 600;
  margin-right: 15px;
}
#press_club .filter_data_main .filter_data .month_year .line {
  width: 100%;
}
#press_club .filter_data_main .filter_data .month_year .line .line_inner {
  width: 100%;
  height: 1.5px;
  background-color: #363157;
}
#press_club .filter_data_main .filter_data .filter_data_item.isOdd .box a {
  color: inherit;
  text-decoration: none;
}
#press_club
  .filter_data_main
  .filter_data
  .filter_data_item.isOdd
  .box:nth-child(1) {
  -ms-grid-column: 1;
  grid-column-start: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  grid-row-end: 3;
}
@media screen and (max-width: 767px) {
  #press_club
    .filter_data_main
    .filter_data
    .filter_data_item.isOdd
    .box:nth-child(1) {
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    grid-row-end: 1;
  }
}
#press_club
  .filter_data_main
  .filter_data
  .filter_data_item.isOdd
  .box:nth-child(1)
  .box_inner {
  padding-right: 90px;
}
@media screen and (max-width: 767px) {
  #press_club
    .filter_data_main
    .filter_data
    .filter_data_item.isOdd
    .box:nth-child(1)
    .box_inner {
    padding-right: 0;
  }
}
#press_club
  .filter_data_main
  .filter_data
  .filter_data_item.isOdd
  .box:nth-child(1)
  .box_inner
  .img_block {
  background-size: cover;
  background-position: center;
  transition: 0.7s ease;
}
#press_club
  .filter_data_main
  .filter_data
  .filter_data_item.isOdd
  .box:nth-child(1)
  .box_inner
  .img_block
  img {
  visibility: hidden;
}
#press_club
  .filter_data_main
  .filter_data
  .filter_data_item.isOdd
  .box:nth-child(1)
  .box_inner
  .box_head {
  font-size: calc(20px + 10px);
  line-height: 34px;
}
@media screen and (max-width: 767px) {
  #press_club
    .filter_data_main
    .filter_data
    .filter_data_item.isOdd
    .box:nth-child(1)
    .box_inner
    .box_head {
    font-size: 20px;
    line-height: 24px;
  }
}
#press_club .filter_data_main .filter_data .filter_data_item.isEven .box a {
  color: inherit;
  text-decoration: none;
}
#press_club
  .filter_data_main
  .filter_data
  .filter_data_item.isEven
  .box:nth-child(2) {
  -ms-grid-column: 2;
  grid-column-start: 2;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media screen and (max-width: 992px) {
  #press_club
    .filter_data_main
    .filter_data
    .filter_data_item.isEven
    .box:nth-child(2) {
    -ms-grid-column: 2;
    grid-column-start: 2;
    grid-column-end: 4;
  }
}
@media screen and (max-width: 767px) {
  #press_club
    .filter_data_main
    .filter_data
    .filter_data_item.isEven
    .box:nth-child(2) {
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    grid-row-end: 4;
  }
}
#press_club
  .filter_data_main
  .filter_data
  .filter_data_item.isEven
  .box:nth-child(2)
  .box_inner {
  padding-left: 90px;
}
@media screen and (max-width: 767px) {
  #press_club
    .filter_data_main
    .filter_data
    .filter_data_item.isEven
    .box:nth-child(2)
    .box_inner {
    padding-left: 0;
  }
}
#press_club
  .filter_data_main
  .filter_data
  .filter_data_item.isEven
  .box:nth-child(2)
  .box_inner
  .img_block {
  background-size: cover;
  background-position: center;
  transition: 0.7s ease;
}
#press_club
  .filter_data_main
  .filter_data
  .filter_data_item.isEven
  .box:nth-child(2)
  .box_inner
  .img_block
  img {
  visibility: hidden;
}
#press_club
  .filter_data_main
  .filter_data
  .filter_data_item.isEven
  .box:nth-child(2)
  .box_inner
  .box_head {
  font-size: calc(20px + 10px);
  line-height: 34px;
}
@media screen and (max-width: 767px) {
  #press_club
    .filter_data_main
    .filter_data
    .filter_data_item.isEven
    .box:nth-child(2)
    .box_inner
    .box_head {
    font-size: 20px;
    line-height: 24px;
  }
}
#press_inner .top_sec {
  padding: 12vh 0 5vh;
}
#press_inner .top_sec .bread_container {
  padding-top: 22px;
  padding-left: 0;
}
#press_inner .top_sec .bread-crumb a {
  color: #363157;
  font-family: "GTAmericaTrial-Md";
}
#press_inner .top_sec .bread-crumb a:after {
  background-color: #363157;
  -webkit-mask: url(../../img/breadcrumb.svg) no-repeat 50% 50%;
  mask: url(../../img/breadcrumb.svg) no-repeat 50% 50%;
}
#press_inner .top_sec .bread-crumb a:last-child:after {
  background-image: none !important;
  display: none;
}
#press_inner .top_sec .bread-crumb span {
  font-size: 10px;
  text-transform: uppercase;
  font-family: "GTAmericaTrial-Rg";
  color: #363157;
}
#press_inner .top_sec .bread-crumb span:last-child::after {
  content: "";
  font-family: "GTAmericaTrial-Rg";
  font-size: 12px;
  padding: 0 5px;
}
#press_inner .top_sec .title_block h2 {
  font-size: 64px;
  color: #363157;
  text-align: center;
  line-height: 1.2;
  font-family: "Manier";
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  #press_inner .top_sec .title_block h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
#press_inner .top_sec .title_block h6 {
  font-size: 12px;
  color: #363157;
  text-align: center;
  line-height: 18px;
  font-family: "GTAmericaTrial-Rg";
  text-transform: uppercase;
  font-weight: 400;
  margin: 20px 0;
}
#press_inner .bottom_sec {
  padding: 0 0 50px;
}
#press_inner .bottom_sec p {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 20px;
}
#press_inner .bottom_sec strong {
  font-weight: bold;
}
#press_inner .bottom_sec h4 {
  font-size: 20px;
  font-family: "Manier";
  line-height: 18px;
  letter-spacing: -0.02em;
  font-weight: 600;
  margin-bottom: 20px;
}
#vault .inner_page_banner {
  background-image: url(../../img/desktop-banners/vault-banner.jpg);
}
@media (max-width: 767px) {
  #vault .inner_page_banner {
    background-image: url(../../img/mobile-banners/vault-banner.jpg);
  }
}
@media screen and (max-width: 767px) {
  #vault .story-sec .super-heading {
    padding-top: 15px;
  }
}
#vault .tab_search .tab_search_flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #vault .tab_search .tab_search_flex {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#vault .tab_search .tab_search_flex .filter-item .block_filter .block {
  padding: 10px 15px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  #vault .tab_search .tab_search_flex .filter-item .block_filter .block {
    padding: 10px 5px;
    margin-right: 5px;
  }
}
#vault .tab_search .tab_search_flex .search_input {
  position: relative;
}
#vault .tab_search .tab_search_flex .search_input input {
  font-size: 18px;
  color: #be8a76;
  font-family: "ArgentCF Regular";
  border-bottom: 2px solid #363157;
  margin: 0;
  padding: 4px 15px 4px 0;
  width: 190px;
}
@media screen and (max-width: 992px) {
  #vault .tab_search .tab_search_flex .search_input input {
    width: 100%;
    margin: 15px 0;
  }
}
#vault .tab_search .tab_search_flex .search_input .srch {
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#vault .vault_data {
  padding: 50px 0;
}
@media (max-width: 767px) {
  #vault .vault_data {
    padding: 10px 0 0;
  }
}
#vault .vault_data .joy {
  padding: 0;
}
@media (max-width: 767px) {
  #vault .vault_data .joy .content {
    padding: 0;
  }
}
#vault .vault_data_flex .vault_data_item:nth-child(1) .content_block .box_head {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#vault.business_awards .inner_page_banner {
  background-image: url(../../img/desktop-banners/business_banner.webp);
}
@media (max-width: 767px) {
  #vault.business_awards .inner_page_banner {
    background-image: url(../../img/mobile-banners/mob-business-banner.webp);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #vault.business_awards .story-sec .img-div img {
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  #vault.business_awards .story-sec .img-div img {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #vault.business_awards .story-sec .text {
    padding-left: 0;
  }
}
#vault.business_awards .story-sec .text p {
  padding-bottom: 10px;
}
#vault.business_awards .page-tab1 {
  padding: 50px 0 0;
  transition: 0.3s ease;
  z-index: 3;
}
#vault.business_awards .page-tab1.gradient {
  position: sticky;
  top: 100px;
}
@media (max-width: 991px) {
  #vault.business_awards .page-tab1.gradient {
    top: 35px;
  }
}
#vault.business_awards .page-tab1.gradient .activeline {
  height: 4px;
  background: #be8a76;
  position: absolute;
  bottom: 13px;
  left: 25px;
  transition: 0.3s linear;
}
#vault.business_awards .page-tab1.gradient ul {
  background: linear-gradient(
    180deg,
    rgba(225, 212, 223, 0.42) 0,
    rgba(171, 139, 166, 0.42) 100%
  );
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 15px 25px;
  position: relative;
}
#vault.business_awards .page-tab1.gradient ul li {
  border-bottom: 1px solid #3631577a;
  padding-bottom: 8px;
}
#vault.business_awards .page-tab1.gradient ul li:nth-child(even) a {
  margin: 0 45px;
}
@media (max-width: 767px) {
  #vault.business_awards .page-tab1.gradient ul li:nth-child(even) a {
    margin: 0;
  }
}
#vault.business_awards .page-tab1.gradient ul li a {
  font-size: 18px;
  font-family: "Manier";
}
@media (max-width: 767px) {
  #vault.business_awards .page-tab1.gradient ul li a {
    font-size: 14px;
  }
}
#vault.business_awards .page-tab1.gradient ul li a.active {
  border-bottom: 0;
}
#vault.business_awards .page-tab1 .simple-pagination ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 30px auto 0 auto;
}
#vault.business_awards .page-tab1 .simple-pagination li {
  display: inline-block;
  margin-right: 5px;
  border: 0;
  padding-bottom: 0;
}
#vault.business_awards .page-tab1 .simple-pagination li.active {
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
#vault.business_awards .page-tab1 .simple-pagination li a,
#vault.business_awards .page-tab1 .simple-pagination li span {
  color: #666;
  padding: 5px 10px;
  text-decoration: none;
  margin: 0 !important;
  font-family: "Manier";
}
#vault.business_awards .page-tab1 .simple-pagination .current {
  color: #fff;
  background-color: #be8a76;
  border-color: #be8a76;
}
#vault.business_awards .page-tab1 .simple-pagination .prev,
#vault.business_awards .page-tab1 .simple-pagination .next {
  opacity: 0;
}
#vault.business_awards .page-tab1 .simple-pagination .prev.current,
#vault.business_awards .page-tab1 .simple-pagination .next.current {
  background: #be8a76;
}
#vault.business_awards .page-tab1 ul {
  display: -ms-flexbox;
  display: flex;
  border: 0;
  padding-bottom: 7px;
  width: fit-content;
  border-radius: 5px;
  background-color: #fff9f3;
}
@media (max-width: 767px) {
  #vault.business_awards .page-tab1 ul {
    white-space: nowrap;
    max-width: 100%;
    padding-bottom: 8px;
  }
  #vault.business_awards .page-tab1 ul::-webkit-scrollbar {
    height: 5px;
    background: #333;
  }
}
#vault.business_awards .page-tab1 ul li {
  border-bottom: 1px solid #3631577a;
  padding-bottom: 8px;
}
#vault.business_awards .page-tab1 ul li:nth-child(even) a {
  margin: 0 45px;
}
@media (max-width: 767px) {
  #vault.business_awards .page-tab1 ul li:nth-child(even) a {
    margin: 0;
  }
}
#vault.business_awards .page-tab1 ul li:nth-last-of-type(1) a {
  margin-right: 0 !important;
}
@media (max-width: 767px) {
  #vault.business_awards .page-tab1 ul li {
    margin: 0 0 10px;
  }
}
#vault.business_awards .page-tab1 ul li a {
  text-decoration: none;
  color: #be8a76;
  font-family: "ArgentCF Regular";
  font-size: 24px;
}
@media (max-width: 767px) {
  #vault.business_awards .page-tab1 ul li a {
    font-size: 18px;
    padding: 0 15px 10px;
  }
}
@media screen and (max-width: 360px) {
  #vault.business_awards .page-tab1 ul li a {
    font-size: 16px;
    max-width: fit-content;
  }
}
#vault.business_awards .page-tab1 ul li a.active {
  border-bottom: 4px solid #be8a76;
  padding-bottom: 10px;
}
#vault.business_awards .page-tab1 ul li:nth-child(2) a {
  margin: 0 50px 10px;
}
@media screen and (max-width: 767px) {
  #vault.business_awards .page-tab1 ul li:nth-child(2) a {
    margin: 0;
  }
}
#vault.business_awards .tabs-content-section .tab-content {
  margin: 30px 0;
}
#vault.business_awards .tabs-content-section .tab-content.changeWidth {
  width: 100%;
}
#vault.business_awards .tabs-content-section .tab-content .grid-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}
@media screen and (max-width: 992px) {
  #vault.business_awards .tabs-content-section .tab-content .grid-wrap {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #vault.business_awards .tabs-content-section .tab-content .grid-wrap {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
}
#vault.business_awards
  .tabs-content-section
  .tab-content
  .grid-wrap.grid-wrap-2 {
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
@media screen and (max-width: 767px) {
  #vault.business_awards
    .tabs-content-section
    .tab-content
    .grid-wrap.grid-wrap-2 {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
}
#vault.business_awards
  .tabs-content-section
  .tab-content
  .grid-wrap
  .grid-item
  .img-block {
  margin-bottom: 5px;
  position: relative;
}
#vault.business_awards
  .tabs-content-section
  .tab-content
  .grid-wrap
  .grid-item
  .img-block
  .play_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}
#vault.business_awards
  .tabs-content-section
  .tab-content
  .grid-wrap-2
  .box_head {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #vault.business_awards .tabs-content-section .tab-content .thambnail-img {
    margin: 0 auto;
  }
}
#vault.business_awards .tabs-content-section #article .img-block img {
  margin: 0 auto;
}
#vault.business_awards .tabs-content-section #article .box_inner .box_head {
  text-align: center;
}
#vault.business_awards .tabs-content > div {
  display: none;
}
#vault.business_awards .tabs-content > div .tabs-content-head {
  margin: 0 0 25px;
  font-size: 22px;
}
#vault.business_awards .tabs-content > div.active {
  display: block;
}
#vault.business_awards .tab-content .tabs .tabs-nav-main .tabs-nav li a {
  font-size: 20px;
}
#vault.business_awards .tabs-nav-main .tabs-nav li a {
  cursor: pointer;
}
#vault.business_awards .tabs-nav-main .tabs-nav li.active a {
  border-bottom: 4px solid #be8a76;
  padding-bottom: 10px;
}
#vault.business_awards .meet_other_one {
  padding: 50px 0;
}
#vault.business_awards .meet_other_one .meet_other_slider .description {
  padding: 0 10px;
  text-align: center;
}
#vault.business_awards .meet_other_one .meet_other_slider .description img {
  margin: 0 auto;
}
#vault.business_awards
  .meet_other_one
  .meet_other_slider
  .description
  .box_inner
  .box_head {
  margin: 10px 0 0 0;
}
#vault.business_awards .meet_other_one .directors {
  padding: 50px 0;
  z-index: 1;
  position: relative;
  -ms-transform: none;
  transform: none;
}
@media (max-width: 767px) {
  #vault.business_awards .meet_other_one .directors {
    padding-bottom: 0;
  }
}
#vault.business_awards .meet_other_one .directors .tab {
  margin-top: 50px;
  z-index: 2;
  position: relative;
}
@media (max-width: 1024px) {
  #vault.business_awards .meet_other_one .directors .tab {
    display: block;
  }
}
#vault.business_awards .meet_other_one .directors .tab .slick-arrow {
  width: 50px;
  filter: none;
}
@media (max-width: 1024px) {
  #vault.business_awards .meet_other_one .directors .tab .slick-arrow {
    z-index: 999;
    top: 50%;
  }
}
@media (max-width: 991px) {
  #vault.business_awards .meet_other_one .directors .tab .slick-arrow {
    top: unset;
    bottom: -40px;
  }
}
@media (max-width: 1024px) {
  #vault.business_awards
    .meet_other_one
    .directors
    .tab
    .slick-arrow.slick-next {
    right: -10px;
  }
  #vault.business_awards
    .meet_other_one
    .directors
    .tab
    .slick-arrow.slick-prev {
    left: -10px;
  }
}
@media (max-width: 767px) {
  #vault.business_awards
    .meet_other_one
    .directors
    .tab
    .slick-arrow.slick-next {
    right: 60px;
  }
  #vault.business_awards
    .meet_other_one
    .directors
    .tab
    .slick-arrow.slick-prev {
    left: 60px;
  }
}
#vault.business_awards .meet_other_one .directors .tab .slick-arrow::before {
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 25px;
  opacity: 0.7;
  position: absolute;
  filter: none;
  content: "";
}
@media (max-width: 1024px) {
  #vault.business_awards .meet_other_one .directors .tab .slick-arrow::before {
    width: 40px;
  }
}
#vault.business_awards
  .meet_other_one
  .directors
  .tab
  .slick-arrow.slick-next::before {
  background-image: url(../../img/team/right-arrow.svg);
  right: -40px;
  top: 0;
  border-radius: 50%;
}
#vault.business_awards
  .meet_other_one
  .directors
  .tab
  .slick-arrow.slick-prev::before {
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  background-image: url(../../img/team/right-arrow.svg);
  left: -40px;
  top: 0;
  border-radius: 50%;
}
#vault.business_awards .meet_other_one .directors .tab button {
  z-index: 1;
  background-color: inherit;
  border: 0;
  outline: 0;
  cursor: pointer;
  padding: 0;
  transition: 0.3s;
  font-size: 17px;
  transition: 0.3s ease;
  filter: grayscale(100%);
}
#vault.business_awards .meet_other_one .directors .tab button:hover {
  filter: grayscale(0);
}
#vault.business_awards .meet_other_one .directors .tab button img {
  width: 100%;
  background: #d5d5d5;
}
#vault.business_awards .meet_other_one .directors .tab button .details {
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  padding: 15px;
  text-align: left;
  background: linear-gradient(
    180deg,
    rgba(28, 28, 28, 0) 14.05%,
    rgba(28, 28, 28, 0.63) 42.1%,
    #272727 100%
  );
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
#vault.business_awards .meet_other_one .directors .tab button .details .name {
  font-family: "Beyond Infinity Demo";
  font-size: 32px;
}
@media (max-width: 991px) {
  #vault.business_awards .meet_other_one .directors .tab button .details .name {
    font-size: 22px;
  }
}
#vault.business_awards
  .meet_other_one
  .directors
  .tab
  button
  .details
  .designation {
  font-size: 12px;
  padding-top: 5px;
  text-transform: uppercase;
  font-family: "GTAmericaTrial-Rg";
}
@media (max-width: 991px) {
  #vault.business_awards
    .meet_other_one
    .directors
    .tab
    button
    .details
    .designation {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  #vault.business_awards .meet_other_one .directors .tab button {
    width: 50%;
  }
}
#vault.business_awards .meet_other_one .directors .tab .active {
  filter: grayscale(0);
}
#vault.business_awards .meet_other_one .directors .tab .active .details {
  color: #be8a76;
}
#vault.business_awards .meet_other_one .directors .tabcontent {
  display: none;
  padding: 30px 15px;
  background-color: #e1c8bf;
  z-index: 1;
}
#vault.business_awards .meet_other_one .directors .tabcontent.show {
  animation: top_down 0.6s ease;
  display: block;
}
@media (max-width: 767px) {
  #vault.business_awards .meet_other_one .directors .tabcontent {
    top: 25%;
    margin: auto;
    right: 0;
    left: 0;
    z-index: 3;
    max-height: 370px;
    overflow: auto;
  }
}
#vault.business_awards .meet_other_one .directors .tabcontent .topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
}
#vault.business_awards .meet_other_one .directors .tabcontent .topright:hover {
  color: red;
}
@media (max-width: 1024px) {
  #vault.business_awards .meet_other_one .directors .tabcontent .topright {
    display: none;
  }
}
#vault.business_awards
  .meet_other_one
  .directors
  .tabcontent
  .flex.padding_left {
  padding-left: 125px;
}
@media (max-width: 767px) {
  #vault.business_awards
    .meet_other_one
    .directors
    .tabcontent
    .flex.padding_left {
    padding-left: 0;
  }
}
#vault.business_awards
  .meet_other_one
  .directors
  .tabcontent
  .flex.padding_left
  ul
  li {
  font-size: 13px;
  padding-top: 10px;
  list-style: disc;
  margin-left: 15px;
  width: 80%;
  font-size: 16px;
}
@media (max-width: 767px) {
  #vault.business_awards
    .meet_other_one
    .directors
    .tabcontent
    .flex.padding_left
    ul
    li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #vault.business_awards
    .meet_other_one
    .directors
    .tabcontent
    .flex
    .social_links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
#vault.business_awards
  .meet_other_one
  .directors
  .tabcontent
  .flex
  .social_links
  a {
  margin-right: 15px;
}
#vault.business_awards
  .meet_other_one
  .directors
  .tabcontent
  .flex
  .social_links
  a
  img {
  margin-top: 10px;
}
@media (max-width: 767px) {
  #vault.business_awards
    .meet_other_one
    .directors
    .tabcontent
    .flex
    .social_links
    a
    img {
    margin-right: 0;
  }
}
#vault.business_awards .meet_other_one .directors .tabcontent .education {
  text-transform: uppercase;
  font-size: 16px;
}
@media (max-width: 767px) {
  #vault.business_awards .meet_other_one .directors .tabcontent .education {
    padding-top: 15px;
  }
}
#vault.business_awards .meet_other_one .directors .tabcontent .para {
  font-size: 16px;
  padding: 0 22px 0 0;
}
@media (max-width: 1024px) {
  #vault.business_awards .meet_other_one .directors .tabcontent .para {
    padding: 15px 0 0 0;
  }
}
#vault.business_awards .meet_other_one .directors .tabcontent .para p {
  padding-bottom: 15px;
}
#vault.business_awards .financial-sec .row-flex .accord-div .accordion.active {
  margin-bottom: 0;
}
#vault.business_awards
  .financial-sec
  .row-flex
  .accord-div
  .accordion.active.offshore {
  background-image: url(../../img/business-awards/Trust-Administration.webp);
}
#vault.business_awards
  .financial-sec
  .row-flex
  .accord-div
  .accordion.active.listed {
  background-image: url(../../img/listed-investments.webp);
}
#vault.business_awards
  .financial-sec
  .row-flex
  .accord-div
  .accordion.active.unlisted {
  background-image: url(../../img/business-awards/Will-Executorship.webp);
}
#vault.business_awards
  .financial-sec
  .row-flex
  .accord-div
  .accordion.active.reporting {
  background-image: url(../../img/business-awards/Portfolio-Diagnostics.webp);
}
#vault.business_awards
  .financial-sec
  .row-flex
  .accord-div
  .accordion.active.philan {
  background-image: url(../../img/financial-planning/real-estate-advisory.webp);
}
#vault.business_awards
  .financial-sec
  .row-flex
  .accord-div
  .accordion:hover.offshore {
  background-image: url(../../img/business-awards/Trust-Administration.webp);
}
#vault.business_awards
  .financial-sec
  .row-flex
  .accord-div
  .accordion:hover.listed {
  background-image: url(../../img/listed-investments.webp);
}
#vault.business_awards
  .financial-sec
  .row-flex
  .accord-div
  .accordion:hover.unlisted {
  background-image: url(../../img/business-awards/Will-Executorship.webp);
}
#vault.business_awards
  .financial-sec
  .row-flex
  .accord-div
  .accordion:hover.reporting {
  background-image: url(../../img/business-awards/Portfolio-Diagnostics.webp);
}
#vault.business_awards
  .financial-sec
  .row-flex
  .accord-div
  .accordion:hover.philan {
  background-image: url(../../img/financial-planning/real-estate-advisory.webp);
}
#vault.business_awards .financial-sec .row-flex .accord-div .panel .flex div {
  max-width: 100%;
}
#vault.business_awards
  .financial-sec
  .row-flex
  .accord-div
  .panel
  .flex
  div
  .title {
  font-size: 19px;
  margin-top: 5px;
  margin-bottom: 10px;
  min-height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  #vault.business_awards
    .financial-sec
    .row-flex
    .accord-div
    .panel
    .flex
    div
    .title {
    font-size: 17px;
  }
}
#vault.insightful_evening .inner_page_banner {
  background-image: url(../../img/desktop-banners/insightful_evening.webp);
}
@media (max-width: 767px) {
  #vault.insightful_evening .inner_page_banner {
    background-image: url(../../img/mobile-banners/mob_insightful_evening.webp);
  }
}
.video_popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fde9d5d6;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 9999;
}
.video_popup .video_box {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  max-width: 800px;
  max-height: 500px;
  margin: auto;
}
@media (max-width: 767px) {
  .video_popup .video_box {
    width: 90%;
    height: 250px;
  }
}
.video_popup .fa-times-circle {
  cursor: pointer;
  float: right;
  margin: -65px 0 10px 10px;
  font-size: 48px;
  color: #be8a76;
}
.video_popup iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
.video_popup video {
  width: 100%;
  height: 100%;
  position: absolute;
}
#vault_inner .top_sec {
  padding: 12vh 0 5vh;
}
#vault_inner .top_sec .bread_container {
  padding-top: 22px;
  padding-left: 0;
}
#vault_inner .top_sec .bread-crumb a {
  color: #363157;
  font-family: "GTAmericaTrial-Md";
}
#vault_inner .top_sec .bread-crumb a:after {
  background-color: #363157;
  -webkit-mask: url(../../img/breadcrumb.svg) no-repeat 50% 50%;
  mask: url(../../img/breadcrumb.svg) no-repeat 50% 50%;
}
#vault_inner .top_sec .bread-crumb a:last-child:after {
  background-image: none !important;
  display: none;
}
#vault_inner .top_sec .bread-crumb span {
  font-size: 10px;
  text-transform: uppercase;
  font-family: "GTAmericaTrial-Rg";
  color: #363157;
}
#vault_inner .top_sec .bread-crumb span:last-child::after {
  content: "";
  font-family: "GTAmericaTrial-Rg";
  font-size: 12px;
  padding: 0 5px;
}
#vault_inner .top_sec .banner-img img {
  width: 100% !important;
}
#vault_inner .top_sec .title_block .text_h1 {
  font-size: 48px;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Manier";
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #vault_inner .top_sec .title_block .text_h1 {
    font-size: 38px;
  }
}
#vault_inner .top_sec .title_block .text_h2 {
  font-size: 64px;
  color: #363157;
  text-align: center;
  line-height: 1.2;
  font-family: "Manier";
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  #vault_inner .top_sec .title_block .text_h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
#vault_inner .top_sec .title_block .text_h6 {
  font-size: 12px;
  color: #363157;
  text-align: center;
  line-height: 18px;
  font-family: "GTAmericaTrial-Rg";
  text-transform: uppercase;
  font-weight: 400;
  margin: 20px 0;
}
#vault_inner .middle_sec .icn_sticky {
  position: fixed;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#vault_inner .middle_sec .sticky_bar {
  display: none;
  position: sticky;
  top: 80%;
  background: linear-gradient(
    170.03deg,
    rgba(89, 78, 128, 0.4) 7.23%,
    rgba(54, 49, 87, 0.64) 92.28%
  );
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 15px 20px;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  #vault_inner .middle_sec .sticky_bar {
    display: none;
  }
}
#vault_inner .middle_sec .sticky_bar .flex_bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#vault_inner .middle_sec .sticky_bar .flex_bar .left_sec {
  width: 35%;
}
#vault_inner .middle_sec .sticky_bar .flex_bar .left_sec h4 {
  font-size: 24px;
  line-height: 28px;
  font-family: "ArgentCF Regular";
  color: #fff;
  width: 80%;
  margin-top: 0;
}
#vault_inner .middle_sec .sticky_bar .flex_bar .mid_sec {
  width: 40%;
}
#vault_inner .middle_sec .sticky_bar .flex_bar .mid_sec span {
  color: #fff;
  font-family: "GTAmericaTrial-Rg";
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
}
#vault_inner
  .middle_sec
  .sticky_bar
  .flex_bar
  .mid_sec
  .suscribe_block.be_the_first
  input[type="email"] {
  width: 50%;
  margin: 0;
  margin-right: 25px;
  color: #fff;
  border-bottom: #fff solid 1px;
  height: 2rem;
}
#vault_inner
  .middle_sec
  .sticky_bar
  .flex_bar
  .mid_sec
  .suscribe_block.be_the_first
  input[type="email"]:-ms-input-placeholder {
  font-size: 18px;
  line-height: 26px;
  color: #fff !important;
  font-family: "GTAmericaTrial-Rg";
}
#vault_inner
  .middle_sec
  .sticky_bar
  .flex_bar
  .mid_sec
  .suscribe_block.be_the_first
  input[type="email"]::placeholder {
  font-size: 18px;
  line-height: 26px;
  color: #fff !important;
  font-family: "GTAmericaTrial-Rg";
}
#vault_inner
  .middle_sec
  .sticky_bar
  .flex_bar
  .mid_sec
  .suscribe_block.be_the_first
  .submit {
  padding: 6px;
  padding-left: 0 !important;
  border-bottom: #fff solid 1px;
  display: inline-block;
}
#vault_inner
  .middle_sec
  .sticky_bar
  .flex_bar
  .mid_sec
  .suscribe_block.be_the_first
  .submit
  input {
  color: #fff;
}
#vault_inner .middle_sec .sticky_bar .flex_bar .right_sec {
  width: 25%;
}
#vault_inner .middle_sec .sticky_bar .flex_bar .right_sec span {
  color: #fff;
  font-family: "GTAmericaTrial-Rg";
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
}
#vault_inner .middle_sec .sticky_bar .flex_bar .right_sec .social_media {
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}
#vault_inner
  .middle_sec
  .sticky_bar
  .flex_bar
  .right_sec
  .social_media
  .social_media_item {
  margin-right: 10px;
}
#vault_inner .middle_sec .flex_sec {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #vault_inner .middle_sec .flex_sec {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#vault_inner .middle_sec .flex_sec .left_side {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #vault_inner .middle_sec .flex_sec .left_side {
    width: 100%;
    padding-bottom: 15px;
  }
}
#vault_inner .middle_sec .flex_sec .left_side h3 {
  font-size: 24px;
  line-height: 28px;
  font-family: "ArgentCF";
  color: #363157;
  margin: 0;
}
#vault_inner .middle_sec .flex_sec .left_side .author_info {
  margin-top: 15px;
}
#vault_inner .middle_sec .flex_sec .left_side .author_info .author_name {
  font-size: 14px;
  color: #363157;
  font-weight: 600;
  font-family: "Manier";
  line-height: 18px;
  margin-bottom: 5px;
}
#vault_inner .middle_sec .flex_sec .left_side .author_info .author_ocp {
  font-size: 12px;
  line-height: 18px;
  font-family: "GTAmericaTrial-Rg";
  color: #363157;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#vault_inner .middle_sec .flex_sec .left_side .author_info .date_time {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #8f8f8f;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#vault_inner .middle_sec .flex_sec .left_side .buttons {
  display: none;
}
#vault_inner .middle_sec .flex_sec .left_side .play_btn {
  height: 35px;
  width: 35px;
  border: 0;
  background: #be8a76;
  color: #fff;
  border-radius: 100%;
}
#vault_inner .middle_sec .flex_sec .right_side {
  width: 70%;
  padding-left: 60px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #vault_inner .middle_sec .flex_sec .right_side {
    width: 100%;
    padding-left: 0;
  }
}
#vault_inner .middle_sec .flex_sec .right_side .formTitle {
  font-size: 20px !important;
  font-weight: bold;
}
#vault_inner .middle_sec .flex_sec .right_side .bg_pink {
  background: #f4e4df;
  padding: 10px;
  margin: 25px 0;
}
#vault_inner .middle_sec .flex_sec .right_side ul {
  margin-left: 24px;
}
#vault_inner .middle_sec .flex_sec .right_side ul li {
  list-style-type: disc;
  margin-bottom: 9px;
}
#vault_inner .middle_sec .flex_sec .right_side p,
#vault_inner .middle_sec .flex_sec .right_side li {
  font-size: 18px !important;
  line-height: 27px !important;
  margin-bottom: 20px;
}
#vault_inner .middle_sec .flex_sec .right_side b {
  font-weight: bold;
}
#vault_inner .middle_sec .flex_sec .right_side h4 {
  font-size: 20px;
  font-family: "Manier";
  line-height: 1.4;
  letter-spacing: -0.02em;
  font-weight: 600;
  margin-bottom: 20px;
}
#vault_inner .middle_sec .flex_sec .right_side .full_width_img {
  width: calc(100% * 10 / 7);
  margin-left: calc(-100% * 10 / 7 * 30 / 100);
  margin-top: 25px;
  margin-bottom: 25px;
}
#vault_inner #msg {
  outline: 0;
}
#vault_inner .iframe_video iframe {
  width: 100%;
  height: 500px;
}
@media (max-width: 1439px) {
  #vault_inner .iframe_video iframe {
    height: 350px;
  }
}
@media (max-width: 767px) {
  #vault_inner .iframe_video iframe {
    height: 250px;
  }
}
.up_nxt {
  margin: 30px 0 20px;
}
.up_nxt h6 {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  font-family: "GTAmericaTrial-Md";
  color: #363157;
  margin: 0;
}
.up_nxt h2 {
  font-weight: normal;
  font-size: 48px;
  line-height: 52px;
  font-family: "Manier";
  color: #363157;
  margin: 0;
}
.audioplayer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  margin: 15px 0;
  padding: 0;
  width: auto;
  height: auto;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
}
.audioplayer-playpause {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
  background: #be8a76;
  border: 1px solid #be8a76;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover {
  background: #be8a76;
}
.audioplayer-playing .audioplayer-playpause {
  background: #be8a76;
  border: 1px solid #be8a76;
}
.audioplayer-playing .audioplayer-playpause:hover {
  background: #be8a76;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  content: "";
  -ms-flex-pack: center;
  justify-content: center;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 5px solid transparent;
  border-right: 0;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #fff9f3;
}
.audioplayer-playing .audioplayer-playpause a {
  content: "";
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 12px;
  height: 14px;
}
.audioplayer-playing .audioplayer-playpause a::before,
.audioplayer-playing .audioplayer-playpause a::after {
  content: "";
  width: 4px;
  height: 14px;
  background-color: #fff9f3;
}
.audioplayer-time {
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  color: rgba(51, 51, 51, 0.6);
}
.audioplayer-time-current {
  margin-left: 15px;
}
.audioplayer-time-duration {
  margin-right: 24px;
}
.audioplayer-bar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin: 0 12px;
  height: 12px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  cursor: pointer;
}
.audioplayer-bar::before {
  content: "";
  position: absolute;
  top: 5px;
  width: 100%;
  height: 2px;
  background-color: #dde2e6;
}
.audioplayer-bar > div {
  position: absolute;
  left: 0;
  top: 5px;
}
.audioplayer-bar-loaded {
  z-index: 1;
  height: 2px;
  background: #bec8d2;
}
.audioplayer-bar-played {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  z-index: 2;
  height: 2px;
  background: #be8a76;
}
.audioplayer-bar-played::after {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  content: "";
  box-sizing: border-box;
  top: -5px;
  right: -1px;
  margin-right: -5px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 6px;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
  border: 2px solid #bec8d2;
}
.audioplayer-playing .audioplayer-bar-played::after {
  border: 2px solid #be8a76;
}
.audioplayer-volume {
  display: none;
  -ms-flex-align: center;
  align-items: center;
}
.audioplayer-volume-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.audioplayer-volume-button a {
  display: -ms-flexbox;
  display: flex;
  width: 6px;
  height: 8px;
  background-color: #9a9fb0;
  position: relative;
}
.audioplayer-volume-button a:before,
.audioplayer-volume-button a:after {
  content: "";
  position: absolute;
}
.audioplayer-volume-button a:before {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 9px solid #9a9fb0;
  border-bottom: 8px solid transparent;
  border-left: 0;
  top: -4px;
}
.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
  left: 10px;
  top: -2px;
  width: 6px;
  height: 6px;
  border: 6px double #9a9fb0;
  border-width: 6px 6px 0 0;
  border-radius: 0 12px 0 0;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.audioplayer-mute .audioplayer-volume-button a {
  background-color: #fd4f1a;
}
.audioplayer-mute .audioplayer-volume-button a:before {
  border-right: 9px solid #fd4f1a;
}
.audioplayer-volume-adjust {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 8px;
}
.audioplayer-volume-adjust > div {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 2px;
  cursor: pointer;
  background-color: #bec8d2;
}
.audioplayer-volume-adjust div div {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background-color: #0059ff;
}
@media screen and (max-width: 679px) {
  .audioplayer-volume-adjust {
    display: none;
  }
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer !important;
}
#unlisted-investments_page {
  overflow: hidden;
}
#unlisted-investments_page .inner_page_banner {
  background-image: url(../../img/desktop-banners/unlisted-banner.jpg);
}
@media (max-width: 767px) {
  #unlisted-investments_page .inner_page_banner {
    background-image: url(../../img/mobile-banners/unlisted-banner.jpg);
  }
}
#unlisted-investments_page .inner_page_banner p {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 5px;
  font-family: "GTAmericaTrial-Md";
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  #unlisted-investments_page .inner_page_banner .heading {
    padding-top: 0;
  }
}
#unlisted-investments_page .philosophy-sec {
  background-image: url(../../img/cta/bottom-section-alternative-investment.jpg);
}
@media (max-width: 767px) {
  #unlisted-investments_page .philosophy-sec {
    background-image: url(../../img/cta/bottom-section-alternative-investment-mobile.jpg);
  }
}
@media (min-width: 1025px) {
  #unlisted-investments_page #unlisted_process svg {
    -ms-transform: translateY(100px) !important;
    transform: translateY(100px) !important;
  }
}
#unlisted-investments_page .offerings-sec {
  padding: 50px 0;
  scroll-margin-top: 200px;
}
@media (max-width: 767px) {
  #unlisted-investments_page .offerings-sec {
    padding-bottom: 0;
  }
}
#unlisted-investments_page .offerings-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#unlisted-investments_page .offerings-sec .row-flex .img-div {
  width: 42%;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 993px) {
  #unlisted-investments_page .offerings-sec .row-flex .img-div {
    display: none;
  }
}
@media (max-width: 767px) {
  #unlisted-investments_page .offerings-sec .row-flex .img-div {
    width: 100%;
  }
}
#unlisted-investments_page .offerings-sec .row-flex .text {
  width: 54%;
}
@media (max-width: 991px) {
  #unlisted-investments_page .offerings-sec .row-flex .text {
    width: 100%;
  }
}
#unlisted-investments_page .offerings-sec .row-flex .text .heading {
  margin-bottom: 20px;
}
#unlisted-investments_page .offerings-sec .row-flex .text p {
  margin-bottom: 15px;
  font-size: 18px;
}
#unlisted-investments_page .offerings-sec .row-flex .text .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}
#unlisted-investments_page .offerings-sec .row-flex .text .row-flex .item {
  width: 46%;
  padding-left: 50px;
  position: relative;
  margin-bottom: 30px;
}
#unlisted-investments_page
  .offerings-sec
  .row-flex
  .text
  .row-flex
  .item:nth-of-type(5) {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #unlisted-investments_page .offerings-sec .row-flex .text .row-flex .item {
    width: 100%;
  }
}
#unlisted-investments_page
  .offerings-sec
  .row-flex
  .text
  .row-flex
  .item:nth-last-child(1) {
  margin-bottom: 0;
}
#unlisted-investments_page
  .offerings-sec
  .row-flex
  .text
  .row-flex
  .item
  .title {
  font-size: 20px;
  font-family: "Manier";
  margin-bottom: 5px;
  min-height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
#unlisted-investments_page
  .offerings-sec
  .row-flex
  .text
  .row-flex
  .item
  .points {
  padding-left: 15px;
}
#unlisted-investments_page
  .offerings-sec
  .row-flex
  .text
  .row-flex
  .item
  .points
  p {
  margin-bottom: 10px;
  line-height: 22px;
  position: relative;
}
#unlisted-investments_page
  .offerings-sec
  .row-flex
  .text
  .row-flex
  .item
  .points
  p::before {
  position: absolute;
  content: "";
  top: 0;
  left: -15px;
  width: 5px;
  height: 5px;
  background-color: #363157;
  margin-top: 8px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#unlisted-investments_page
  .offerings-sec
  .row-flex
  .text
  .row-flex
  .item
  .number {
  position: absolute;
  top: 10%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Manier";
  font-size: 96px;
  font-weight: 700;
  color: rgba(54, 49, 87, 0.1);
}
#unlisted-investments_page .offerings-sec .row-flex .text .row-flex .explore {
  width: 100%;
  padding-left: 50px;
}
#unlisted-investments_page .process-sec {
  padding: 50px 0 0;
  position: relative;
  scroll-margin-top: 200px;
}
@media (max-width: 767px) {
  #unlisted-investments_page .process-sec {
    padding: 50px 0 0 0;
  }
}
@media (max-width: 1024px) {
  #unlisted-investments_page .process-sec br {
    display: none;
  }
}
#unlisted-investments_page .process-sec .flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #unlisted-investments_page .process-sec .flex {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
#unlisted-investments_page .process-sec .flex .img-div {
  width: 40%;
}
@media screen and (min-width: 768px) and (max-width: 993px) {
  #unlisted-investments_page .process-sec .flex .img-div {
    display: none;
  }
}
@media (max-width: 767px) {
  #unlisted-investments_page .process-sec .flex .img-div {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
}
#unlisted-investments_page .process-sec .flex .img-div img {
  margin: 0 0 0 auto;
}
#unlisted-investments_page .process-sec .flex .img-div img:nth-last-child(1) {
  margin-top: 50px;
}
#unlisted-investments_page .process-sec .flex .img-div img:nth-last-child(2) {
  margin-top: 30px;
}
#unlisted-investments_page .process-sec .flex .text {
  width: 55%;
}
@media (max-width: 991px) {
  #unlisted-investments_page .process-sec .flex .text {
    width: 100%;
  }
}
#unlisted-investments_page .process-sec .flex .text .point {
  margin: 50px 0;
}
#unlisted-investments_page .process-sec .flex .text .point .title {
  font-size: 24px;
  font-family: "Manier";
  margin-bottom: 5px;
  line-height: 23px;
}
#unlisted-investments_page .process-sec .flex .text p {
  margin-bottom: 15px;
}
#unlisted-investments_page .process-sec .gradient-abs {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: radial-gradient(
    43.78% 50.03% at 50.03% 50.03%,
    rgba(255, 220, 183, 0.5) 0,
    rgba(250, 236, 222, 0.1) 100%
  );
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: -1;
}
#unlisted-investments_page svg {
  overflow: visible;
}
#listed-invested .inner_page_banner {
  background-image: url(../../img/desktop-banners/listed-banner.jpg);
}
@media (max-width: 767px) {
  #listed-invested .inner_page_banner {
    background-image: url(../../img/mobile-banners/listed-banner.jpg);
  }
}
#listed-invested .offerings_block {
  padding: 50px 0;
  scroll-margin-top: 200px;
}
@media (max-width: 767px) {
  #listed-invested .offerings_block {
    padding-bottom: 0;
  }
}
#listed-invested .offerings_block .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}
#listed-invested .offerings_block .row-flex .item {
  width: 46%;
  padding-left: 50px;
  position: relative;
  margin-bottom: 30px;
}
#listed-invested .offerings_block .row-flex .item:nth-of-type(5) {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #listed-invested .offerings_block .row-flex .item {
    width: 100%;
  }
}
#listed-invested .offerings_block .row-flex .item:nth-last-child(1) {
  margin-bottom: 0;
}
#listed-invested .offerings_block .row-flex .item .title {
  font-size: 20px;
  font-family: "Manier";
  margin-bottom: 5px;
  min-height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
#listed-invested .offerings_block .row-flex .item .points {
  padding-left: 15px;
}
#listed-invested .offerings_block .row-flex .item .points p {
  margin-bottom: 10px;
  line-height: 22px;
  position: relative;
}
#listed-invested .offerings_block .row-flex .item .points p::before {
  position: absolute;
  content: "";
  top: 0;
  left: -15px;
  width: 5px;
  height: 5px;
  background-color: #363157;
  margin-top: 8px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#listed-invested .offerings_block .row-flex .item .number {
  position: absolute;
  top: 10%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Manier";
  font-size: 96px;
  font-weight: 700;
  color: rgba(54, 49, 87, 0.1);
}
#listed-invested .offerings_block .content_block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #listed-invested .offerings_block .content_block {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#listed-invested .offerings_block .content_block .content_info {
  width: 60%;
}
@media screen and (max-width: 767px) {
  #listed-invested .offerings_block .content_block .content_info {
    width: 100%;
  }
}
#listed-invested .offerings_block .content_block .content_info .first_text {
  font-size: 14px;
  line-height: 18px;
  color: #363157;
  text-transform: uppercase;
}
#listed-invested .offerings_block .content_block .content_info .tab_title {
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -0.02em;
  color: #363157;
  font-family: "Manier";
  margin: 0;
}
@media screen and (max-width: 767px) {
  #listed-invested .offerings_block .content_block .content_info .tab_title {
    font-size: 38px;
    line-height: 40px;
  }
}
#listed-invested .offerings_block .content_block .img_block {
  width: 40%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #listed-invested .offerings_block .content_block .img_block {
    width: 100%;
  }
}
#listed-invested .approach_block {
  padding: 50px 0;
  overflow: hidden;
  scroll-margin-top: 200px;
}
@media (max-width: 767px) {
  #listed-invested .approach_block {
    padding-bottom: 0;
  }
}
#listed-invested .approach_block .approach_flex {
  padding: 50px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #listed-invested .approach_block .approach_flex {
    padding-bottom: 0;
    padding-top: 0;
  }
}
#listed-invested .approach_block .approach_flex .approach_item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #listed-invested .approach_block .approach_flex .approach_item {
    width: 100%;
  }
}
#listed-invested .approach_block .approach_flex .approach_item .right_txt p {
  margin-top: 25px;
}
#listed-invested .approach_block .approach_flex .approach_item .building_block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: baseline;
  align-items: baseline;
}
#listed-invested
  .approach_block
  .approach_flex
  .approach_item
  .building_block
  .building_block_item {
  width: 33%;
}
#listed-invested
  .approach_block
  .approach_flex
  .approach_item
  .building_block
  .building_block_item
  .img_hov {
  position: relative;
}
#listed-invested
  .approach_block
  .approach_flex
  .approach_item
  .building_block
  .building_block_item
  .img_hov
  svg {
  margin: 0 auto;
  display: block;
}
#listed-invested
  .approach_block
  .approach_flex
  .approach_item
  .building_block
  .building_block_item
  .img_hov
  .dot {
  position: absolute;
  top: 33%;
  left: 51%;
  height: 250px;
  width: 250px;
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  border-radius: 100%;
  transition: all 350ms ease;
}
#listed-invested
  .approach_block
  .approach_flex
  .approach_item
  .building_block
  .building_block_item
  .img_hov
  .dot
  .hove_txt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
#listed-invested
  .approach_block
  .approach_flex
  .approach_item
  .building_block
  .building_block_item
  .img_hov
  .dot
  .hove_txt
  p {
  font-size: 16px;
  line-height: 22px;
  font-family: "GTAmericaTrial-Rg";
  color: #363157;
}
#listed-invested
  .approach_block
  .approach_flex
  .approach_item
  .building_block
  .building_block_item
  .img_hov
  .dot
  .hove_txt
  p:nth-child(1) {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-family: "Manier";
}
#listed-invested
  .approach_block
  .approach_flex
  .approach_item
  .building_block
  .building_block_item
  .img_hov
  .dot_circle {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -140%);
  transform: translate(-50%, -140%);
  width: 100%;
  height: 60px;
}
#listed-invested
  .approach_block
  .approach_flex
  .approach_item
  .building_block
  .building_block_item
  .img_hov
  .dot_circle
  .circle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
#listed-invested
  .approach_block
  .approach_flex
  .approach_item
  .building_block
  .building_block_item
  .img_hov
  .dot_circle
  .circle_white {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
}
#listed-invested
  .approach_block
  .approach_flex
  .approach_item
  .building_block
  .building_block_item
  .img_hov
  .dot_circle
  .hoveCircle {
  width: 280px;
  height: 280px;
  background: linear-gradient(
    146.23deg,
    rgba(250, 236, 222, 0.5) 15.01%,
    rgba(250, 236, 222, 0.1) 83.85%
  );
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: all 350ms ease;
}
#listed-invested
  .approach_block
  .approach_flex
  .approach_item
  .building_block
  .building_block_item
  .img_hov
  .dot_circle
  .hoveCircle
  .hove_txt {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -ms-transform: translate(-10%, -10%);
  transform: translate(-10%, -10%);
  z-index: 2;
}
#listed-invested
  .approach_block
  .approach_flex
  .approach_item
  .building_block
  .building_block_item
  .img_hov
  .dot_circle
  .hoveCircle
  .hove_txt
  p {
  font-size: 18px;
  font-family: "GTAmericaTrial-Rg";
  line-height: 22px;
  margin-bottom: 5px;
}
#listed-invested
  .approach_block
  .approach_flex
  .approach_item
  .building_block
  .building_block_item
  .img_hov
  .dot_circle
  .hoveCircle
  .hove_txt
  p:nth-child(1) {
  font-family: "Manier";
  line-height: 24px;
}
#listed-invested
  .approach_block
  .approach_flex
  .approach_item
  .building_block
  .building_block_item
  .img_hov:hover
  .dot_circle
  .circle {
  display: none;
}
#listed-invested
  .approach_block
  .approach_flex
  .approach_item
  .building_block
  .building_block_item
  .img_hov:hover
  .dot_circle
  .hoveCircle {
  width: 280px;
  height: 280px;
  background: linear-gradient(
    146.23deg,
    rgba(250, 236, 222, 0.5) 15.01%,
    rgba(250, 236, 222, 0.1) 83.85%
  );
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
#listed-invested
  .approach_block
  .approach_flex
  .approach_item
  .building_block
  .building_block_item
  .img_hov:hover
  .dot {
  border-radius: 100%;
  -ms-transform: translate(-62.5%, -70%) scale(1);
  transform: translate(-62.5%, -70%) scale(1);
  background: linear-gradient(
    146.23deg,
    rgba(250, 236, 222, 0.5) 15.01%,
    rgba(250, 236, 222, 0.1) 83.85%
  );
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
#listed-invested .approach_block .approach_statergy {
  padding: 50px 0;
}
#listed-invested .approach_block .approach_statergy .txt_sec {
  padding-right: calc(100% - 55%);
}
@media screen and (max-width: 767px) {
  #listed-invested .approach_block .approach_statergy .txt_sec {
    padding-right: 0;
  }
}
#listed-invested .approach_block .approach_statergy .txt_sec p {
  margin-top: 25px;
}
#listed-invested .approach_block .appraoch_anim .appraoch_anim_flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px 0;
}
#listed-invested .philosophy-sec {
  background-image: url(../../img/cta/bottom-section-listed-investments.jpg);
}
@media (max-width: 767px) {
  #listed-invested .philosophy-sec {
    background-image: url(../../img/cta/bottom-section-listed-investments-mobile.jpg);
  }
}
#listed-invested .interactive {
  z-index: 1;
}
#listed-invested .interactive .element img {
  cursor: pointer;
  position: absolute;
  margin-top: 0 !important;
}
#listed-invested .interactive .element:nth-child(1) img {
  top: 14%;
  left: 8%;
}
@media (max-width: 991px) {
  #listed-invested .interactive .element:nth-child(1) img {
    left: 6%;
  }
}
#listed-invested .interactive .element:nth-child(1) .content {
  left: -5%;
  top: -10%;
}
#listed-invested .interactive .element:nth-child(2) img {
  top: 31%;
  right: 54%;
}
@media (max-width: 991px) {
  #listed-invested .interactive .element:nth-child(2) img {
    right: 52.5%;
  }
}
#listed-invested .interactive .element:nth-child(2) .content {
  right: 37%;
  bottom: 30%;
}
@media (max-width: 991px) {
  #listed-invested .interactive .element:nth-child(2) .content {
    right: 25%;
  }
}
#listed-invested .interactive .element:nth-child(3) img {
  top: 54%;
  right: 25%;
}
@media (max-width: 991px) {
  #listed-invested .interactive .element:nth-child(3) img {
    right: 23.5%;
  }
}
#listed-invested .interactive .element:nth-child(3) .content {
  right: 7%;
  bottom: 8%;
}
#listed-invested #equitystrategy .interactive .element {
  z-index: 1;
}
#listed-invested #equitystrategy .interactive .element:nth-child(1) img {
  top: 11%;
}
#listed-invested #equitystrategy .interactive .element:nth-child(1) .content {
  top: -5%;
}
#listed-invested #equitystrategy .interactive .element:nth-child(2) img {
  top: 28%;
}
#listed-invested #equitystrategy .interactive .element:nth-child(2) .content {
  top: 12%;
}
#listed-invested #equitystrategy .interactive .element:nth-child(3) img {
  top: 43%;
}
#listed-invested #equitystrategy .interactive .element:nth-child(3) .content {
  top: 25%;
}
#listed-invested #equitystrategy .interactive .element:nth-child(4) img {
  top: 59%;
}
#listed-invested #equitystrategy .interactive .element:nth-child(4) .content {
  top: 40%;
}
#listed-invested #equitystrategy .interactive .element:nth-child(5) img {
  top: 79%;
}
#listed-invested #equitystrategy .interactive .element:nth-child(5) .content {
  top: 60%;
}
#listed-invested #equitystrategy .interactive .element img {
  position: absolute;
  z-index: 1;
  left: 46%;
}
@media (max-width: 991px) {
  #listed-invested #equitystrategy .interactive .element img {
    width: 50px;
  }
}
@media (max-width: 767px) {
  #listed-invested #equitystrategy .interactive .element img {
    width: 23px !important;
  }
}
#listed-invested #equitystrategy .interactive .element .content {
  left: 33%;
}
@media (max-width: 767px) {
  #listed-invested #equitystrategy .interactive .element .content {
    left: 18%;
  }
}
.first_text {
  font-size: 14px;
  line-height: 18px;
  color: #363157;
  text-transform: uppercase;
}
.tab_title {
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -0.02em;
  color: #363157;
  font-family: "Manier";
  margin: 0;
}
@media screen and (max-width: 767px) {
  .tab_title {
    font-size: 38px;
    line-height: 40px;
  }
}
.appraoch_anim_flex .approach_vector {
  margin-top: -5%;
}
.appraoch_anim_flex .approach_vector svg {
  display: none;
}
.appraoch_anim_flex .arTop-left svg {
  opacity: 0;
}
@media (max-width: 767px) {
  .appraoch_anim_flex .arTop-left svg {
    max-height: 250px;
  }
}
.appraoch_anim_flex .arTop-left div {
  position: absolute;
  -ms-transform: translate(20px, -30px);
  transform: translate(20px, -30px);
  width: 100%;
}
.appraoch_anim_flex .arTop-right svg {
  opacity: 0;
}
@media (max-width: 767px) {
  .appraoch_anim_flex .arTop-right svg {
    max-height: 250px;
  }
}
.appraoch_anim_flex .arTop-right div {
  position: absolute;
  -ms-transform: translate(-120px, 0);
  transform: translate(-120px, 0);
  width: 100%;
}
.appraoch_anim_flex path {
  display: inline-block;
}
#responsibility_page {
  overflow: hidden;
}
#responsibility_page .inner_page_banner {
  background-image: url(../../img/desktop-banners/esg-banner.jpg);
}
@media (max-width: 767px) {
  #responsibility_page .inner_page_banner {
    background-image: url(../../img/mobile-banners/esg-banner.jpg);
  }
}
#responsibility_page .inner_page_banner p {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 5px;
  font-family: "GTAmericaTrial-Rg";
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  #responsibility_page .inner_page_banner .heading {
    padding-top: 0;
  }
}
#responsibility_page .offerings-sec {
  padding: 50px 0;
}
@media (max-width: 767px) {
  #responsibility_page .offerings-sec {
    padding-bottom: 0;
  }
}
#responsibility_page .offerings-sec .flex img {
  float: right;
}
@media (max-width: 1199px) {
  #responsibility_page .offerings-sec .flex .text {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  #responsibility_page .offerings-sec .flex .text {
    padding-right: 0;
  }
}
#responsibility_page .offerings-sec .flex .explore {
  margin-top: 40px;
}
#responsibility_page .offerings-sec .flex .explore .theme_btn {
  margin: 0;
}
#responsibility_page .offerings-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#responsibility_page .offerings-sec .row-flex.align-center {
  -ms-flex-align: center;
  align-items: center;
}
#responsibility_page .offerings-sec .row-flex .img-div {
  width: 42%;
  height: 100%;
}
@media (max-width: 991px) {
  #responsibility_page .offerings-sec .row-flex .img-div {
    width: 100%;
  }
}
#responsibility_page .offerings-sec .row-flex .text {
  width: 54%;
}
@media (max-width: 991px) {
  #responsibility_page .offerings-sec .row-flex .text {
    width: 100%;
  }
}
#responsibility_page .offerings-sec .row-flex .text .heading {
  margin-bottom: 20px;
}
#responsibility_page .offerings-sec .row-flex .text p {
  font-size: 18px;
  margin-bottom: 20px;
}
#responsibility_page .offerings-sec .row-flex .text .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}
#responsibility_page .offerings-sec .row-flex .text .row-flex .item {
  width: 46%;
  padding-left: 50px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #responsibility_page .offerings-sec .row-flex .text .row-flex .item {
    width: 100%;
  }
}
#responsibility_page
  .offerings-sec
  .row-flex
  .text
  .row-flex
  .item:nth-last-child(1) {
  margin-bottom: 0;
}
#responsibility_page .offerings-sec .row-flex .text .row-flex .item .title {
  font-size: 20px;
  font-family: "Manier";
  margin-bottom: 5px;
  min-height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
#responsibility_page .offerings-sec .row-flex .text .row-flex .item .points {
  padding-left: 15px;
}
#responsibility_page .offerings-sec .row-flex .text .row-flex .item .points p {
  margin-bottom: 10px;
  line-height: 22px;
  position: relative;
}
#responsibility_page
  .offerings-sec
  .row-flex
  .text
  .row-flex
  .item
  .points
  p::before {
  position: absolute;
  content: "";
  top: 0;
  left: -15px;
  width: 5px;
  height: 5px;
  background-color: #363157;
  margin-top: 8px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#responsibility_page .offerings-sec .row-flex .text .row-flex .item .number {
  position: absolute;
  top: 10%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Manier";
  font-size: 96px;
  font-weight: 700;
  color: rgba(54, 49, 87, 0.1);
}
#responsibility_page .offerings-sec .row-flex .text .row-flex .explore {
  width: 100%;
  padding-left: 50px;
}
#responsibility_page .process-sec {
  padding: 40px 0;
  position: relative;
}
@media (max-width: 767px) {
  #responsibility_page .process-sec {
    padding: 50px 0 0 0;
  }
}
@media (max-width: 1024px) {
  #responsibility_page .process-sec br {
    display: none;
  }
}
#responsibility_page .process-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  align-items: end;
  width: 95%;
  margin: auto;
}
@media (max-width: 991px) {
  #responsibility_page .process-sec .row-flex {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
  }
}
#responsibility_page .process-sec .row-flex .img-div {
  width: 30%;
}
@media (max-width: 1199px) {
  #responsibility_page .process-sec .row-flex .img-div {
    width: 40%;
  }
}
@media (max-width: 991px) {
  #responsibility_page .process-sec .row-flex .img-div {
    width: 100%;
    margin-bottom: 0;
  }
}
#responsibility_page .process-sec .row-flex .img-div img {
  margin: auto;
}
#responsibility_page .process-sec .row-flex .text {
  width: 70%;
  font-size: 24px;
}
@media (max-width: 1199px) {
  #responsibility_page .process-sec .row-flex .text {
    width: 60%;
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  #responsibility_page .process-sec .row-flex .text {
    padding-bottom: 30px;
  }
}
#responsibility_page .process-sec .row-flex .text p {
  width: 86%;
  font-family: "Manier";
  margin-left: 8%;
}
@media (max-width: 991px) {
  #responsibility_page .process-sec .row-flex .text p {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #responsibility_page .process-sec .row-flex .text p {
    font-size: 18px;
  }
}
#responsibility_page .process-sec .row-flex .text .name {
  font-family: "Beyond Infinity Demo";
  color: #be8a76;
  font-size: 48px;
  margin-top: 15px;
  margin-left: 8%;
}
@media (max-width: 991px) {
  #responsibility_page .process-sec .row-flex .text .name {
    margin-left: 0;
  }
}
#responsibility_page .process-sec .row-flex .text .designation {
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 5px;
  margin-left: 8%;
  font-family: "GTAmericaTrial-Md";
}
@media (max-width: 991px) {
  #responsibility_page .process-sec .row-flex .text .designation {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  #responsibility_page .process-sec .row-flex .text {
    width: 100%;
  }
}
#responsibility_page .process-sec .row-flex .text .point {
  margin: 50px 0;
}
#responsibility_page .process-sec .row-flex .text .point .title {
  font-size: 24px;
  font-family: "Manier";
  margin-bottom: 5px;
  line-height: 23px;
}
#responsibility_page .process-sec .row-flex .text p {
  margin-bottom: 15px;
}
#responsibility_page .process-sec .gradient-abs {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: radial-gradient(
    43.78% 50.03% at 50.03% 50.03%,
    rgba(255, 220, 183, 0.5) 0,
    rgba(250, 236, 222, 0.1) 100%
  );
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: -1;
}
#responsibility_page .vault-sec {
  padding: 40px 0;
}
#responsibility_page .slick-arrow {
  display: none !important;
}
#new-service_page {
  overflow: hidden;
}
#new-service_page .inner_page_banner {
  background-image: url(../../img/desktop-banners/bespoke-wealth-banner.jpg);
  padding-top: 80px;
}
@media (max-width: 767px) {
  #new-service_page .inner_page_banner {
    background-image: url(../../img/mobile-banners/bespoke-wealth-mobi.jpg);
  }
}
@media (max-width: 767px) {
  #new-service_page .inner_page_banner .heading {
    padding-top: 0;
  }
}
#new-service_page .offerings-sec {
  padding: 50px 0;
}
@media (max-width: 991px) {
  #new-service_page .offerings-sec {
    padding-bottom: 0;
  }
}
#new-service_page .offerings-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#new-service_page .offerings-sec .row-flex .heading {
  width: 48%;
}
@media (max-width: 767px) {
  #new-service_page .offerings-sec .row-flex .heading {
    width: 100%;
  }
}
#new-service_page .offerings-sec .row-flex p {
  width: 48%;
}
@media (max-width: 767px) {
  #new-service_page .offerings-sec .row-flex p {
    width: 100%;
  }
}
#new-service_page .exclusive-sec {
  padding: 50px 0 10px 0;
}
@media (max-width: 767px) {
  #new-service_page .exclusive-sec {
    padding-bottom: 0;
  }
}
#new-service_page .exclusive-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#new-service_page .exclusive-sec .row-flex .text {
  width: 28%;
}
@media (max-width: 991px) {
  #new-service_page .exclusive-sec .row-flex .text {
    width: 100%;
    margin-bottom: 30px;
  }
}
#new-service_page .exclusive-sec .row-flex .box-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 65%;
}
@media (max-width: 991px) {
  #new-service_page .exclusive-sec .row-flex .box-flex {
    width: 100%;
    padding-top: 0;
  }
}
#new-service_page .exclusive-sec .row-flex .box-flex .item {
  width: 48%;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #new-service_page .exclusive-sec .row-flex .box-flex .item {
    width: 100%;
  }
}
#new-service_page
  .exclusive-sec
  .row-flex
  .box-flex
  .item.static:nth-child(1)
  .content {
  background: linear-gradient(
    323.48deg,
    rgba(77, 115, 159, 0.469) 35.33%,
    rgba(255, 225, 216, 0.406) 102.5%,
    rgba(255, 225, 216, 0) 102.5%
  );
}
#new-service_page
  .exclusive-sec
  .row-flex
  .box-flex
  .item.static:nth-child(2)
  .content {
  background: linear-gradient(
    323.48deg,
    rgba(71, 59, 51, 0.7) 35.33%,
    rgba(190, 222, 252, 0.21) 102.5%
  );
}
#new-service_page
  .exclusive-sec
  .row-flex
  .box-flex
  .item.static:nth-child(3)
  .content {
  background: linear-gradient(
    325.09deg,
    rgba(50, 32, 32, 0.53) 34.15%,
    rgba(193, 135, 96, 0.5) 102.56%
  );
}
#new-service_page .exclusive-sec .row-flex .box-flex .item .content {
  position: absolute;
  width: 100%;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 18px 30px;
  background-color: rgba(255, 255, 255, 0.1);
}
#new-service_page .exclusive-sec .row-flex .box-flex .item .content .offering {
  text-transform: uppercase;
  font-family: "GTAmericaTrial-Rg";
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 2px;
}
#new-service_page .exclusive-sec .row-flex .box-flex .item .content .title {
  font-family: "Manier";
  margin-bottom: 5px;
}
#new-service_page .exclusive-sec .row-flex .box-flex .item .content p {
  font-family: "GTAmericaTrial-Rg";
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  #new-service_page .exclusive-sec .row-flex .box-flex .item:last-child {
    margin-bottom: 0;
  }
}
#financial-planning_page {
  overflow: hidden;
}
#financial-planning_page .inner_page_banner {
  background-image: url(../../img/desktop-banners/financial-banner.jpg);
}
@media (max-width: 767px) {
  #financial-planning_page .inner_page_banner {
    background-image: url(../../img/mobile-banners/financial-banner.jpg);
  }
}
#financial-planning_page .inner_page_banner p {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 5px;
  font-family: "GTAmericaTrial-Rg";
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  #financial-planning_page .inner_page_banner .heading {
    padding-top: 0;
  }
}
#financial-planning_page .inner_page_banner.inv-adv {
  background-image: url(../../img/desktop-banners/invest-adv-banner.jpg);
}
@media (max-width: 767px) {
  #financial-planning_page .inner_page_banner.inv-adv {
    background-image: url(../../img/mobile-banners/invest-adv-mobi.png);
  }
}
#financial-planning_page .inner_page_banner.analytics-reports {
  background-image: url(../../img/desktop-banners/reporting-banner.jpg);
}
@media (max-width: 767px) {
  #financial-planning_page .inner_page_banner.analytics-reports {
    background-image: url(../../img/mobile-banners/reporting-mobi.png);
  }
}
#financial-planning_page .inner_page_banner.estate-plan {
  background-image: url(../../img/desktop-banners/estate-planing-banner.jpg);
}
@media (max-width: 767px) {
  #financial-planning_page .inner_page_banner.estate-plan {
    background-image: url(../../img/mobile-banners/estate-planing-mobi.png);
  }
}
@media (max-width: 991px) {
  #financial-planning_page .page-tab ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    overflow: hidden;
    text-align: center;
    margin: auto;
    width: 100%;
  }
  #financial-planning_page .page-tab ul li {
    margin: 4px 0;
  }
  #financial-planning_page .page-tab ul li a {
    margin: 0 !important;
  }
}
#financial-planning_page .process-sec {
  padding: 50px 0 0;
  position: relative;
}
@media (max-width: 767px) {
  #financial-planning_page .process-sec {
    padding: 50px 0 0 0;
  }
}
@media (max-width: 1024px) {
  #financial-planning_page .process-sec br {
    display: none;
  }
}
#financial-planning_page .process-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 767px) {
  #financial-planning_page .process-sec .row-flex {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
#financial-planning_page .process-sec .row-flex .img-div {
  width: 40%;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) and (max-width: 993px) {
  #financial-planning_page .process-sec .row-flex .img-div {
    display: none;
  }
}
@media (max-width: 767px) {
  #financial-planning_page .process-sec .row-flex .img-div {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
}
#financial-planning_page .process-sec .row-flex .img-div img {
  margin: 0 0 0 auto;
}
#financial-planning_page .process-sec .row-flex .img-div img:nth-last-child(1) {
  margin-top: 50px;
}
#financial-planning_page .process-sec .row-flex .img-div img:nth-last-child(2) {
  margin-top: 30px;
}
#financial-planning_page .process-sec .row-flex .text {
  width: 55%;
}
@media (max-width: 991px) {
  #financial-planning_page .process-sec .row-flex .text {
    width: 100%;
  }
}
#financial-planning_page .process-sec .row-flex .text .point {
  margin: 50px 0;
}
#financial-planning_page .process-sec .row-flex .text .point .title {
  font-size: 24px;
  font-family: "Manier";
  margin-bottom: 5px;
  line-height: 23px;
}
#financial-planning_page .process-sec .row-flex .text p {
  margin-bottom: 15px;
}
#financial-planning_page .process-sec .gradient-abs {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: radial-gradient(
    43.78% 50.03% at 50.03% 50.03%,
    rgba(255, 220, 183, 0.5) 0,
    rgba(250, 236, 222, 0.1) 100%
  );
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: -1;
}
#financial-planning_page
  .financial-sec
  .row-flex
  .accord-div
  .accordion.active.offshore {
  background-image: url(../../img/financial-planning/offshore-investments.jpg);
}
#financial-planning_page
  .financial-sec
  .row-flex
  .accord-div
  .accordion.active.listed {
  background-image: url(../../img/listed-investments.png);
}
#financial-planning_page
  .financial-sec
  .row-flex
  .accord-div
  .accordion.active.unlisted {
  background-image: url(../../img/unlisted-investments.png);
}
#financial-planning_page
  .financial-sec
  .row-flex
  .accord-div
  .accordion.active.reporting {
  background-image: url(../../img/financial-planning/reporting-analytics.jpg);
}
#financial-planning_page
  .financial-sec
  .row-flex
  .accord-div
  .accordion.active.philan {
  background-image: url(../../img/financial-planning/real-estate-advisory.jpg);
}
#financial-planning_page
  .financial-sec
  .row-flex
  .accord-div
  .accordion:hover.offshore {
  background-image: url(../../img/financial-planning/offshore-investments.jpg);
}
#financial-planning_page
  .financial-sec
  .row-flex
  .accord-div
  .accordion:hover.listed {
  background-image: url(../../img/listed-investments.png);
}
#financial-planning_page
  .financial-sec
  .row-flex
  .accord-div
  .accordion:hover.unlisted {
  background-image: url(../../img/unlisted-investments.png);
}
#financial-planning_page
  .financial-sec
  .row-flex
  .accord-div
  .accordion:hover.reporting {
  background-image: url(../../img/financial-planning/reporting-analytics.jpg);
}
#financial-planning_page
  .financial-sec
  .row-flex
  .accord-div
  .accordion:hover.philan {
  background-image: url(../../img/financial-planning/real-estate-advisory.jpg);
}
#financial-planning_page .philosophy-sec {
  background-image: url(../../img/cta/bottom-section-financial-planning.jpg);
}
@media (max-width: 767px) {
  #financial-planning_page .philosophy-sec {
    background-image: url(../../img/cta/bottom-section-financial-planning-mobile.jpg);
  }
}
#succession_page {
  overflow: hidden;
}
#succession_page .inner_page_banner {
  background-image: url(../../img/desktop-banners/succession-banner.jpg);
}
@media (max-width: 767px) {
  #succession_page .inner_page_banner {
    background-image: url(../../img/mobile-banners/succession-banner.jpg);
  }
}
#succession_page .inner_page_banner p {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 5px;
  font-family: "GTAmericaTrial-Rg";
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  #succession_page .inner_page_banner .heading {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  #succession_page .page-tab ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    overflow: hidden;
    text-align: center;
    margin: auto;
    width: 100%;
  }
  #succession_page .page-tab ul li {
    margin: 4px 0;
  }
  #succession_page .page-tab ul li a {
    margin: 0 !important;
  }
}
#succession_page .financial-sec .row-flex .accord-div .accordion.active.estate {
  background-image: url(../../img/succession/estate-wealth-transfer.jpg);
}
#succession_page
  .financial-sec
  .row-flex
  .accord-div
  .accordion.active.training {
  background-image: url(../../img/succession/training-and-education.jpg);
}
#succession_page .financial-sec .row-flex .accord-div .accordion:hover.estate {
  background-image: url(../../img/succession/estate-wealth-transfer.jpg);
}
#succession_page
  .financial-sec
  .row-flex
  .accord-div
  .accordion:hover.training {
  background-image: url(../../img/succession/training-and-education.jpg);
}
#succession_page .philosophy-sec {
  background-image: url(../../img/cta/bottom-section-succession.jpg);
}
@media (max-width: 767px) {
  #succession_page .philosophy-sec {
    background-image: url(../../img/cta/bottom-section-succession-mobile.jpg);
  }
}
#governance_page {
  overflow: hidden;
}
#governance_page .inner_page_banner {
  background-image: url(../../img/desktop-banners/governance-banner.jpg);
}
@media (max-width: 767px) {
  #governance_page .inner_page_banner {
    background-image: url(../../img/mobile-banners/governance-banner.jpg);
  }
}
#governance_page .inner_page_banner p {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 5px;
  font-family: "GTAmericaTrial-Rg";
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  #governance_page .inner_page_banner .heading {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  #governance_page .page-tab ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    overflow: hidden;
    text-align: center;
    margin: auto;
    width: 100%;
  }
  #governance_page .page-tab ul li {
    margin: 4px 0;
  }
  #governance_page .page-tab ul li a {
    margin: 0 !important;
  }
}
#governance_page .process-sec {
  padding: 50px 0 0;
  position: relative;
}
@media (max-width: 767px) {
  #governance_page .process-sec {
    padding: 50px 0 0 0;
  }
}
@media (max-width: 1024px) {
  #governance_page .process-sec br {
    display: none;
  }
}
#governance_page .process-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 767px) {
  #governance_page .process-sec .row-flex {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
#governance_page .process-sec .row-flex .img-div {
  width: 40%;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) and (max-width: 993px) {
  #governance_page .process-sec .row-flex .img-div {
    display: none;
  }
}
@media (max-width: 767px) {
  #governance_page .process-sec .row-flex .img-div {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
}
#governance_page .process-sec .row-flex .img-div img {
  margin: 0 0 0 auto;
}
#governance_page .process-sec .row-flex .img-div img:nth-last-child(1) {
  margin-top: 50px;
}
#governance_page .process-sec .row-flex .img-div img:nth-last-child(2) {
  margin-top: 30px;
}
#governance_page .process-sec .row-flex .text {
  width: 55%;
}
@media (max-width: 991px) {
  #governance_page .process-sec .row-flex .text {
    width: 100%;
  }
}
#governance_page .process-sec .row-flex .text .point {
  margin: 50px 0;
}
#governance_page .process-sec .row-flex .text .point .title {
  font-size: 24px;
  font-family: "Manier";
  margin-bottom: 5px;
  line-height: 23px;
}
#governance_page .process-sec .row-flex .text p {
  margin-bottom: 15px;
}
#governance_page .process-sec .gradient-abs {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: radial-gradient(
    43.78% 50.03% at 50.03% 50.03%,
    rgba(255, 220, 183, 0.5) 0,
    rgba(250, 236, 222, 0.1) 100%
  );
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: -1;
}
#governance_page
  .financial-sec
  .row-flex
  .accord-div
  .accordion.active.fgovernance {
  background-image: url(../../img/governance/family-governance.jpg);
}
#governance_page
  .financial-sec
  .row-flex
  .accord-div
  .accordion.active.administrative {
  background-image: url(../../img/governance/administrative-services.jpg);
}
#governance_page
  .financial-sec
  .row-flex
  .accord-div
  .accordion.active.badvisory {
  background-image: url(../../img/governance/business-advisory.jpg);
}
#governance_page .financial-sec .row-flex .accord-div .accordion.active.risk {
  background-image: url(../../img/governance/risk-management.jpg);
}
#governance_page .financial-sec .row-flex .accord-div .accordion.active.tax {
  background-image: url(../../img/governance/tax-planning.jpg);
}
#governance_page
  .financial-sec
  .row-flex
  .accord-div
  .accordion:hover.fgovernance {
  background-image: url(../../img/governance/family-governance.jpg);
}
#governance_page
  .financial-sec
  .row-flex
  .accord-div
  .accordion:hover.administrative {
  background-image: url(../../img/governance/administrative-services.jpg);
}
#governance_page
  .financial-sec
  .row-flex
  .accord-div
  .accordion:hover.badvisory {
  background-image: url(../../img/governance/business-advisory.jpg);
}
#governance_page .financial-sec .row-flex .accord-div .accordion:hover.risk {
  background-image: url(../../img/governance/risk-management.jpg);
}
#governance_page .financial-sec .row-flex .accord-div .accordion:hover.tax {
  background-image: url(../../img/governance/tax-planning.jpg);
}
#governance_page .philosophy-sec {
  background-image: url(../../img/cta/bottom-section-governance.jpg);
}
@media (max-width: 767px) {
  #governance_page .philosophy-sec {
    background-image: url(../../img/cta/bottom-section-governance-mobile.jpg);
  }
}
#offshore-investment_page {
  overflow: hidden;
}
#offshore-investment_page .inner_page_banner {
  background-image: url(../../img/desktop-banners/offshore-banner.jpg);
}
@media (max-width: 767px) {
  #offshore-investment_page .inner_page_banner {
    background-image: url(../../img/mobile-banners/offshore-banner.jpg);
  }
}
#offshore-investment_page .inner_page_banner p {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 5px;
  font-family: "GTAmericaTrial-Md";
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  #offshore-investment_page .inner_page_banner .heading {
    padding-top: 0;
  }
}
#offshore-investment_page .introduction-sec {
  padding: 50px 0;
  scroll-margin-top: 200px;
}
@media (max-width: 767px) {
  #offshore-investment_page .introduction-sec {
    padding-bottom: 0;
  }
}
#offshore-investment_page .introduction-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#offshore-investment_page .introduction-sec .row-flex .img-div {
  width: 38%;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 993px) {
  #offshore-investment_page .introduction-sec .row-flex .img-div {
    display: none;
  }
}
@media (max-width: 767px) {
  #offshore-investment_page .introduction-sec .row-flex .img-div {
    width: 100%;
  }
}
#offshore-investment_page .introduction-sec .row-flex .text {
  width: 50%;
}
@media (max-width: 991px) {
  #offshore-investment_page .introduction-sec .row-flex .text {
    width: 100%;
  }
}
#offshore-investment_page .introduction-sec .row-flex .text .heading {
  margin-bottom: 20px;
}
#offshore-investment_page .introduction-sec .row-flex .text p {
  margin-bottom: 15px;
  font-size: 18px;
}
#offshore-investment_page .strategy-sec {
  padding: 50px 0;
  scroll-margin-top: 200px;
}
@media (max-width: 767px) {
  #offshore-investment_page .strategy-sec {
    padding-bottom: 0;
  }
}
#offshore-investment_page .strategy-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
}
#offshore-investment_page .strategy-sec .row-flex .text {
  width: 52%;
}
@media (max-width: 991px) {
  #offshore-investment_page .strategy-sec .row-flex .text {
    width: 100%;
  }
}
#offshore-investment_page .strategy-sec .row-flex .text .heading {
  margin-bottom: 20px;
}
#offshore-investment_page .strategy-sec .row-flex .text p {
  margin-bottom: 15px;
  font-size: 18px;
}
#offshore-investment_page .strategy-sec .row-flex .img-div {
  padding-top: 50px;
}
#offshore-investment_page .strategy-sec .row-flex .img-div img {
  margin: auto;
}
#offshore-investment_page .offerings-sec {
  padding: 50px 0;
  scroll-margin-top: 200px;
}
@media (max-width: 767px) {
  #offshore-investment_page .offerings-sec {
    padding-bottom: 0;
  }
}
#offshore-investment_page .offerings-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#offshore-investment_page .offerings-sec .row-flex .img-div {
  width: 42%;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 993px) {
  #offshore-investment_page .offerings-sec .row-flex .img-div {
    display: none;
  }
}
@media (max-width: 767px) {
  #offshore-investment_page .offerings-sec .row-flex .img-div {
    width: 100%;
  }
}
#offshore-investment_page .offerings-sec .row-flex .text {
  width: 54%;
}
@media (max-width: 991px) {
  #offshore-investment_page .offerings-sec .row-flex .text {
    width: 100%;
  }
}
#offshore-investment_page .offerings-sec .row-flex .text .heading {
  margin-bottom: 20px;
}
#offshore-investment_page .offerings-sec .row-flex .text p {
  margin-bottom: 15px;
  font-size: 18px;
}
#offshore-investment_page .offerings-sec .row-flex .text .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}
#offshore-investment_page .offerings-sec .row-flex .text .row-flex .item {
  width: 46%;
  padding-left: 50px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #offshore-investment_page .offerings-sec .row-flex .text .row-flex .item {
    width: 100%;
  }
}
#offshore-investment_page
  .offerings-sec
  .row-flex
  .text
  .row-flex
  .item:nth-last-child(1) {
  margin-bottom: 0;
}
#offshore-investment_page
  .offerings-sec
  .row-flex
  .text
  .row-flex
  .item
  .title {
  font-size: 20px;
  font-family: "Manier";
  margin-bottom: 5px;
  min-height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
#offshore-investment_page
  .offerings-sec
  .row-flex
  .text
  .row-flex
  .item
  .points {
  padding-left: 15px;
}
#offshore-investment_page
  .offerings-sec
  .row-flex
  .text
  .row-flex
  .item
  .points
  p {
  margin-bottom: 10px;
  line-height: 22px;
  position: relative;
}
#offshore-investment_page
  .offerings-sec
  .row-flex
  .text
  .row-flex
  .item
  .points
  p::before {
  position: absolute;
  content: "";
  top: 0;
  left: -15px;
  width: 5px;
  height: 5px;
  background-color: #363157;
  margin-top: 8px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#offshore-investment_page
  .offerings-sec
  .row-flex
  .text
  .row-flex
  .item
  .number {
  position: absolute;
  top: 10%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Manier";
  font-size: 96px;
  font-weight: 700;
  color: rgba(54, 49, 87, 0.1);
}
#offshore-investment_page .offerings-sec .row-flex .text .row-flex .explore {
  width: 100%;
  padding-left: 50px;
}
#offshore-investment_page .philosophy-sec {
  background-image: url(../../img/cta/bottom-section-offshore-investments.jpg);
}
@media (max-width: 767px) {
  #offshore-investment_page .philosophy-sec {
    background-image: url(../../img/cta/bottom-section-offshore-investments-mobile.jpg);
  }
}
#offshore-investment_page .interactive .element {
  z-index: 1;
}
#offshore-investment_page .interactive .element:nth-child(1) img {
  top: 22%;
  left: 20%;
}
#offshore-investment_page .interactive .element:nth-child(1) .content {
  top: 5%;
  left: 12%;
}
#offshore-investment_page .interactive .element:nth-child(2) img {
  top: 38%;
  left: 28%;
}
#offshore-investment_page .interactive .element:nth-child(2) .content {
  top: 23%;
  left: 20%;
}
#offshore-investment_page .interactive .element:nth-child(3) img {
  top: 32%;
  right: 33%;
}
#offshore-investment_page .interactive .element:nth-child(3) .content {
  top: 19%;
  right: 24%;
}
#offshore-investment_page .interactive .element:nth-child(4) img {
  top: 39%;
  right: 15%;
}
#offshore-investment_page .interactive .element:nth-child(4) .content {
  top: 25%;
  right: 6%;
}
#offshore-investment_page .interactive .element img {
  position: absolute;
  z-index: 1;
}
@media (max-width: 767px) {
  #offshore-investment_page .interactive .element img {
    width: 23px;
  }
}
#funds_of_funds_page {
  overflow: hidden;
}
#funds_of_funds_page .inner_page_banner {
  background-image: url(../../img/desktop-banners/funds-banner.jpg);
}
@media (max-width: 767px) {
  #funds_of_funds_page .inner_page_banner {
    background-image: url(../../img/mobile-banners/funds-banner.jpg);
  }
}
#funds_of_funds_page .inner_page_banner p {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 5px;
  font-family: "GTAmericaTrial-Md";
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  #funds_of_funds_page .inner_page_banner .heading {
    padding-top: 0;
  }
}
#funds_of_funds_page .beta_img {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  #funds_of_funds_page .beta_img {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
#funds_of_funds_page #solutions .row-flex {
  -ms-flex-align: center;
  align-items: center;
}
#funds_of_funds_page #value {
  padding-top: 0;
}
#funds_of_funds_page .offerings-sec {
  padding: 50px 0;
  scroll-margin-top: 200px;
}
@media (max-width: 991px) {
  #funds_of_funds_page .offerings-sec {
    padding-bottom: 0;
  }
}
#funds_of_funds_page .offerings-sec .flex img {
  float: right;
}
@media (max-width: 1199px) {
  #funds_of_funds_page .offerings-sec .flex .text {
    width: 100%;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  #funds_of_funds_page .offerings-sec .flex .text {
    width: 100%;
    padding-left: 0;
  }
}
#funds_of_funds_page .offerings-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#funds_of_funds_page .offerings-sec .row-flex .img-div {
  height: 100%;
  width: 40%;
}
@media (max-width: 991px) {
  #funds_of_funds_page .offerings-sec .row-flex .img-div {
    width: 100%;
  }
}
#funds_of_funds_page .offerings-sec .row-flex .text {
  width: 60%;
  padding-left: 40px;
}
@media (max-width: 1199px) {
  #funds_of_funds_page .offerings-sec .row-flex .text {
    width: 100%;
    padding-left: 15px;
    padding-top: 15px;
  }
}
@media (max-width: 991px) {
  #funds_of_funds_page .offerings-sec .row-flex .text {
    width: 100%;
    padding-left: 0;
  }
}
#funds_of_funds_page .offerings-sec .row-flex .text .heading {
  margin-bottom: 20px;
}
#funds_of_funds_page .offerings-sec .row-flex .text p {
  margin-bottom: 15px;
  font-size: 18px;
  width: 70%;
}
@media (max-width: 991px) {
  #funds_of_funds_page .offerings-sec .row-flex .text p {
    width: 100%;
  }
}
#funds_of_funds_page .offerings-sec .row-flex .text .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}
#funds_of_funds_page .offerings-sec .row-flex .text .row-flex .item {
  width: 46%;
  padding-left: 50px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #funds_of_funds_page .offerings-sec .row-flex .text .row-flex .item {
    width: 100%;
  }
}
#funds_of_funds_page
  .offerings-sec
  .row-flex
  .text
  .row-flex
  .item:nth-last-child(1) {
  margin-bottom: 0;
}
#funds_of_funds_page .offerings-sec .row-flex .text .row-flex .item .title {
  font-size: 20px;
  font-family: "Manier";
  margin-bottom: 5px;
  min-height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
#funds_of_funds_page .offerings-sec .row-flex .text .row-flex .item .points {
  font-size: 16px;
}
#funds_of_funds_page .offerings-sec .row-flex .text .row-flex .item .points p {
  margin-bottom: 10px;
  line-height: 22px;
  position: relative;
}
#funds_of_funds_page
  .offerings-sec
  .row-flex
  .text
  .row-flex
  .item
  .points
  p::before {
  position: absolute;
  content: "";
  top: 0;
  left: -15px;
  width: 5px;
  height: 5px;
  background-color: #363157;
  margin-top: 8px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#funds_of_funds_page .offerings-sec .row-flex .text .row-flex .item .number {
  position: absolute;
  top: 10%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Manier";
  font-size: 96px;
  font-weight: 700;
  color: rgba(54, 49, 87, 0.1);
}
#funds_of_funds_page .offerings-sec .row-flex .text .row-flex .explore {
  width: 100%;
  padding-left: 50px;
}
#funds_of_funds_page .offerings-sec.beta .row-flex .text p {
  width: 95%;
}
#funds_of_funds_page .offerings-sec.beta .pointers .item {
  padding: 0 65px;
}
@media (max-width: 767px) {
  #funds_of_funds_page .offerings-sec.beta .pointers .item {
    padding: 0 15px;
  }
}
#funds_of_funds_page .offerings-sec.beta .pointers .item .title {
  margin-bottom: 20px;
}
#funds_of_funds_page .offerings-sec.beta .pointers .item p {
  font-size: 18px;
}
#funds_of_funds_page .offerings-sec.beta.para-margin p {
  margin-bottom: 15px;
}
#funds_of_funds_page .offerings-sec.beta .title {
  font-size: 20px;
  font-family: "Manier";
  margin-bottom: 5px;
  min-height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
#funds_of_funds_page .offerings-sec.beta .points {
  font-size: 16px;
}
#funds_of_funds_page .offerings-sec.beta .points p {
  margin-bottom: 10px;
  line-height: 22px;
  position: relative;
}
#funds_of_funds_page .offerings-sec.beta .points p::before {
  position: absolute;
  content: "";
  top: 0;
  left: -15px;
  width: 5px;
  height: 5px;
  background-color: #363157;
  margin-top: 8px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#funds_of_funds_page .process-sec {
  padding: 50px 0 0;
  position: relative;
  overflow: visible;
  scroll-margin-top: 200px;
}
@media (max-width: 1024px) {
  #funds_of_funds_page .process-sec br {
    display: none;
  }
}
#funds_of_funds_page .process-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 767px) {
  #funds_of_funds_page .process-sec .row-flex {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#funds_of_funds_page .process-sec .row-flex .img-div {
  width: 40%;
}
@media (max-width: 991px) {
  #funds_of_funds_page .process-sec .row-flex .img-div {
    width: 100%;
    margin-bottom: 0;
  }
}
#funds_of_funds_page .process-sec .row-flex .img-div img:nth-last-child(1) {
  margin-top: 50px;
}
#funds_of_funds_page .process-sec .row-flex .img-div img:nth-last-child(2) {
  margin-top: 30px;
}
@media (max-width: 991px) {
  #funds_of_funds_page .process-sec .row-flex .text {
    width: 100%;
  }
}
#funds_of_funds_page .process-sec .row-flex .text .point {
  margin: 50px 0;
}
#funds_of_funds_page .process-sec .row-flex .text .point .title {
  font-size: 24px;
  font-family: "Manier";
  margin-bottom: 10px;
  line-height: 23px;
}
#funds_of_funds_page .process-sec .row-flex .text p {
  margin-bottom: 15px;
}
#funds_of_funds_page .philosophy-sec {
  margin: 50px 0;
  background-image: url(../../img/cta/bottom-section-fund-of-fund.jpg);
}
@media (max-width: 767px) {
  #funds_of_funds_page .philosophy-sec {
    background-image: url(../../img/cta/bottom-section-fund-of-fund-mobile.jpg);
  }
}
#funds_of_funds_page #funds_solutions {
  -ms-transform: translateY(-11%);
  transform: translateY(-11%);
}
#funds_of_funds_page .interactive {
  z-index: 1;
}
#funds_of_funds_page .interactive .element img {
  cursor: pointer;
  position: absolute;
  margin-top: 0 !important;
}
#funds_of_funds_page .interactive .element:nth-child(1) img {
  top: 32%;
  left: 34%;
}
#funds_of_funds_page .interactive .element:nth-child(1) .content {
  left: 10%;
  top: 16%;
}
#funds_of_funds_page .interactive .element:nth-child(2) img {
  top: 66%;
  right: 34%;
}
#funds_of_funds_page .interactive .element:nth-child(2) .content {
  right: 15%;
  bottom: 10%;
}
#european_page {
  overflow: hidden;
}
#european_page .inner_page_banner {
  background-image: url(../../img/desktop-banners/global-banner.jpg);
}
@media (max-width: 767px) {
  #european_page .inner_page_banner {
    background-image: url(../../img/mobile-banners/global-banner.jpg);
  }
}
#european_page .inner_page_banner p {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 5px;
  font-family: "GTAmericaTrial-Md";
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  #european_page .inner_page_banner .heading {
    padding-top: 0;
  }
}
#european_page .why-india {
  background-image: url(../../img/european/why-india.jpg);
  background-size: cover;
  padding: 40px 0 60px 0;
  margin: 50px 0;
}
@media (max-width: 767px) {
  #european_page .why-india {
    background-position: bottom;
    background-repeat: no-repeat;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #european_page .why-india .why-india-section {
    display: none;
  }
}
#european_page .why-india .why-india-mobile-section {
  margin: 30px 0 0;
}
@media screen and (min-width: 768px) {
  #european_page .why-india .why-india-mobile-section {
    display: none;
  }
}
@media (max-width: 767px) {
  #european_page .why-india .why-india-mobile-section .heading {
    color: #fff;
  }
}
#european_page .why-india .item {
  color: #fff;
  padding: 15px 15px;
  height: 280px;
  display: -ms-grid;
  display: grid;
}
@media (max-width: 1199px) {
  #european_page .why-india .item {
    height: auto;
  }
}
#european_page .why-india .item .heading {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #european_page .why-india .item .heading {
    margin-bottom: 25px;
  }
}
#european_page .why-india .item .box {
  border-radius: 30px;
  padding: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
#european_page .why-india .item .box.colorone {
  background: rgba(137, 114, 124, 0.8);
}
#european_page .why-india .item .box.colortwo {
  background: rgba(106, 100, 128, 0.8);
}
#european_page .why-india .item .box.colorthree {
  background: rgba(176, 156, 134, 0.8);
}
#european_page .why-india .item .box .twentyn {
  padding-top: 20px;
  position: relative;
}
#european_page .why-india .item .box .twentyn::before {
  content: "2019";
  position: absolute;
  left: 0;
  top: 8px;
}
#european_page .why-india .item .box .twentyn::after {
  content: "India";
}
#european_page .why-india .item .box .twentyt {
  position: relative;
  display: -ms-inline-grid;
  display: inline-grid;
  padding-top: 20px;
}
#european_page .why-india .item .box .twentyt::before {
  content: "2020";
  position: absolute;
  right: 0;
  top: -5px;
}
#european_page .why-india .item .box .twentyt::after {
  content: "China";
}
#european_page .why-india .item .box .alignbottom {
  display: -ms-grid;
  display: grid;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 767px) {
  #european_page .why-india .item .box .alignbottom {
    padding-top: 10px;
  }
}
#european_page .why-india .item .box .heading_font {
  font-family: "Manier";
}
#european_page .why-india .item .box .bigfont {
  font-size: 48px;
  line-height: 1.2;
}
@media (max-width: 1439px) {
  #european_page .why-india .item .box .bigfont {
    font-size: 40px;
  }
}
#european_page .why-india .item .box .bigfont span {
  font-size: 20px;
}
#european_page .why-india .item .box .medfont {
  font-size: 20px;
  line-height: 1.2;
}
#european_page .why-india .item .box p {
  font-size: 16px;
}
@media (max-width: 767px) {
  #european_page .why-india .item .box p {
    padding-top: 10px;
  }
}
#european_page #solutions .row-flex {
  -ms-flex-align: center;
  align-items: center;
}
#european_page .offerings-sec {
  padding: 50px 0;
  scroll-margin-top: 200px;
}
@media (max-width: 767px) {
  #european_page .offerings-sec {
    padding-bottom: 0;
  }
}
#european_page .offerings-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#european_page .offerings-sec .row-flex .img-div {
  height: 100%;
  width: 40%;
}
@media (max-width: 1024px) {
  #european_page .offerings-sec .row-flex .img-div {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  #european_page .offerings-sec .row-flex .img-div img {
    width: 100%;
  }
}
#european_page .offerings-sec .row-flex .text {
  width: 60%;
  padding-left: 40px;
}
@media (max-width: 1024px) {
  #european_page .offerings-sec .row-flex .text {
    width: 100%;
    padding-left: 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  #european_page .offerings-sec .row-flex .text {
    padding-top: 15px;
  }
}
#european_page .offerings-sec .row-flex .text .heading {
  margin-bottom: 20px;
}
#european_page .offerings-sec .row-flex .text p {
  margin-bottom: 15px;
  font-size: 18px;
}
#european_page .offerings-sec .row-flex .text .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}
#european_page .offerings-sec .row-flex .text .row-flex .item {
  width: 46%;
  padding-left: 50px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #european_page .offerings-sec .row-flex .text .row-flex .item {
    width: 100%;
  }
}
#european_page
  .offerings-sec
  .row-flex
  .text
  .row-flex
  .item:nth-last-child(1) {
  margin-bottom: 0;
}
#european_page .offerings-sec .row-flex .text .row-flex .item .title {
  font-size: 20px;
  font-family: "Manier";
  margin-bottom: 5px;
  min-height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
#european_page .offerings-sec .row-flex .text .row-flex .item .points {
  font-size: 16px;
}
#european_page .offerings-sec .row-flex .text .row-flex .item .points p {
  margin-bottom: 10px;
  line-height: 22px;
  position: relative;
}
#european_page
  .offerings-sec
  .row-flex
  .text
  .row-flex
  .item
  .points
  p::before {
  position: absolute;
  content: "";
  top: 0;
  left: -15px;
  width: 5px;
  height: 5px;
  background-color: #363157;
  margin-top: 8px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#european_page .offerings-sec .row-flex .text .row-flex .item .number {
  position: absolute;
  top: 10%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Manier";
  font-size: 96px;
  font-weight: 700;
  color: rgba(54, 49, 87, 0.1);
}
#european_page .offerings-sec .row-flex .text .row-flex .explore {
  width: 100%;
  padding-left: 50px;
}
#european_page .process-sec {
  padding: 50px 0;
  position: relative;
  scroll-margin-top: 200px;
}
@media (max-width: 767px) {
  #european_page .process-sec {
    padding: 50px 0 0 0;
  }
}
@media (max-width: 1024px) {
  #european_page .process-sec br {
    display: none;
  }
}
#european_page .process-sec .flex .img-div img {
  float: right;
}
@media (max-width: 1024px) {
  #european_page .process-sec .flex .img-div img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  #european_page .process-sec .flex {
    display: block;
  }
}
@media (max-width: 1199px) {
  #european_page .process-sec .flex .text {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  #european_page .process-sec .flex .text {
    padding-right: 0;
  }
}
#european_page .process-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 767px) {
  #european_page .process-sec .row-flex {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
#european_page .process-sec .row-flex .img-div {
  width: 40%;
}
@media (max-width: 1024px) {
  #european_page .process-sec .row-flex .img-div {
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  #european_page .process-sec .row-flex .img-div img {
    width: 100%;
  }
}
#european_page .process-sec .row-flex .text {
  width: 55%;
}
@media (max-width: 1024px) {
  #european_page .process-sec .row-flex .text {
    width: 100%;
  }
}
#european_page .process-sec .row-flex .text .explore {
  margin-bottom: 20px;
}
#european_page .process-sec .row-flex .text .point {
  margin: 50px 0;
}
#european_page .process-sec .row-flex .text .point.zerobottom {
  margin-bottom: 0;
}
#european_page .process-sec .row-flex .text .point .title {
  font-size: 24px;
  font-family: "Manier";
  margin-bottom: 5px;
  line-height: 23px;
}
#european_page .process-sec .row-flex .text p {
  margin-bottom: 15px;
}
#european_page .philosophy-sec {
  background-image: url(../../img/european/philosophy.jpg);
}
#family_page {
  overflow: hidden;
}
#family_page .inner_page_banner {
  background-image: url(../../img/desktop-banners/brandstory-banner.jpg);
}
@media (max-width: 767px) {
  #family_page .inner_page_banner {
    background-image: url(../../img/mobile-banners/brandstory-banner.jpg);
  }
}
#family_page .inner_page_banner p {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 5px;
  font-family: "GTAmericaTrial-Rg";
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  #family_page .inner_page_banner .heading {
    padding-top: 0;
  }
}
#family_page .why-india .item {
  color: #fff;
  padding: 7px 15px;
}
#family_page .why-india .item .box {
  border-radius: 30px;
  padding: 20px 30px;
}
#family_page .why-india .item .box.colorone {
  background: rgba(137, 114, 124, 0.8);
}
#family_page .why-india .item .box.colortwo {
  background: rgba(106, 100, 128, 0.8);
}
#family_page .why-india .item .box.colorthree {
  background: rgba(176, 156, 134, 0.8);
}
#family_page .why-india .item .box .heading_font {
  font-family: "Manier";
}
#family_page #strategy .strategy {
  margin: 40px auto;
}
@media (max-width: 320px) {
  #family_page #strategy .strategy {
    -ms-transform: scale(0.85);
    transform: scale(0.85);
  }
}
#family_page #strategy .strategy .flex > div {
  width: 50%;
}
@media (max-width: 767px) {
  #family_page #strategy .strategy .flex {
    display: -ms-flexbox;
    display: flex;
  }
}
#family_page #strategy .strategy .padding_top {
  height: 920px;
}
@media (max-width: 767px) {
  #family_page #strategy .strategy .padding_top {
    height: 470px;
  }
}
@media (max-width: 991px) {
  #family_page #strategy .strategy .padding_top {
    zoom: 0.8;
  }
}
#family_page #strategy .strategy .padding_top .item {
  position: relative;
}
#family_page #strategy .strategy .padding_top .item .accordion div,
#family_page #strategy .strategy .padding_top .item .accordion .panel p {
  color: #363157;
}
#family_page #strategy .strategy .padding_top .item:nth-child(1) {
  z-index: 8;
}
#family_page #strategy .strategy .padding_top .item:nth-child(1) .flex div {
  top: 12px;
}
@media (max-width: 767px) {
  #family_page #strategy .strategy .padding_top .item:nth-child(1) .flex div {
    top: auto;
  }
}
#family_page #strategy .strategy .padding_top .item:nth-child(2) {
  z-index: 7;
  -ms-transform: translateY(-70px);
  transform: translateY(-70px);
}
@media (max-width: 767px) {
  #family_page #strategy .strategy .padding_top .item:nth-child(2) {
    -ms-transform: translateY(-28px);
    transform: translateY(-28px);
  }
}
#family_page #strategy .strategy .padding_top .item:nth-child(3) {
  z-index: 6;
  -ms-transform: translateY(-210px);
  transform: translateY(-210px);
}
@media (max-width: 767px) {
  #family_page #strategy .strategy .padding_top .item:nth-child(3) {
    -ms-transform: translateY(-84px);
    transform: translateY(-84px);
  }
}
#family_page #strategy .strategy .padding_top .item:nth-child(4) {
  z-index: 5;
  -ms-transform: translateY(-410px);
  transform: translateY(-410px);
}
@media (max-width: 767px) {
  #family_page #strategy .strategy .padding_top .item:nth-child(4) {
    -ms-transform: translateY(-165px);
    transform: translateY(-165px);
  }
}
#family_page #strategy .strategy .padding_top .item:nth-child(5) {
  z-index: 4;
  -ms-transform: translateY(-676px);
  transform: translateY(-676px);
}
@media (max-width: 767px) {
  #family_page #strategy .strategy .padding_top .item:nth-child(5) {
    -ms-transform: translateY(-272px);
    transform: translateY(-272px);
  }
}
#family_page #strategy .strategy .padding_top .item:nth-child(6) {
  z-index: 3;
  -ms-transform: translateY(-1050px);
  transform: translateY(-1050px);
}
@media (max-width: 767px) {
  #family_page #strategy .strategy .padding_top .item:nth-child(6) {
    -ms-transform: translateY(-422px);
    transform: translateY(-422px);
  }
}
#family_page #strategy .strategy .padding_top .item:nth-child(7) {
  z-index: 2;
  -ms-transform: translateY(-1505px);
  transform: translateY(-1505px);
}
@media (max-width: 767px) {
  #family_page #strategy .strategy .padding_top .item:nth-child(7) {
    -ms-transform: translateY(-604px);
    transform: translateY(-604px);
  }
}
#family_page #strategy .strategy .accordion {
  padding: 0;
  font-size: 24px;
  font-family: "Manier";
}
#family_page #strategy .strategy .accordion img {
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #family_page #strategy .strategy .accordion img {
    zoom: 0.4;
  }
}
#family_page #strategy .strategy .accordion .flex {
  position: relative;
}
#family_page #strategy .strategy .accordion .flex:after {
  content: "";
}
#family_page #strategy .strategy .accordion div div {
  z-index: 8;
  width: 100%;
}
#family_page #strategy .strategy .accordion div div::after {
  content: "";
  position: absolute;
  background-image: url(../../img/family/union.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 6px;
  bottom: 0;
  right: 0;
  width: 20px;
  margin: auto;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  #family_page #strategy .strategy .accordion div div::after {
    top: 3px;
    bottom: 4px;
  }
}
#family_page #strategy .strategy .accordion:nth-child(1) div div {
  position: absolute;
  bottom: 70px;
  font-size: 20px;
  width: auto;
  padding-right: 30px;
}
@media (max-width: 767px) {
  #family_page #strategy .strategy .accordion:nth-child(1) div div {
    font-size: 11px;
    bottom: 25px;
    white-space: nowrap;
    padding-right: 25px;
  }
}
#family_page #strategy .strategy .accordion.active div div:after {
  -ms-transform: translateY(-9px) rotate(180deg);
  transform: translateY(-9px) rotate(180deg);
}
@media (max-width: 767px) {
  #family_page #strategy .strategy .accordion.active div div:after {
    -ms-transform: translate(-9px, 0) rotate(180deg);
    transform: translate(-9px, 0) rotate(180deg);
  }
}
#family_page #strategy .strategy .panel {
  border-bottom: 0;
}
#family_page #strategy .strategy .panel p {
  font-size: 18px;
}
@media (max-width: 767px) {
  #family_page #strategy .strategy .panel p {
    font-size: 11px;
  }
}
#family_page #strategy .strategy .panel p::before {
  content: "•";
  padding-right: 2px;
}
#family_page #solutions .row-flex {
  -ms-flex-align: center;
  align-items: center;
}
#family_page .offerings-sec {
  padding: 50px 0;
}
#family_page .offerings-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#family_page .offerings-sec .row-flex .img-div {
  width: 42%;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 993px) {
  #family_page .offerings-sec .row-flex .img-div {
    display: none;
  }
}
@media (max-width: 767px) {
  #family_page .offerings-sec .row-flex .img-div {
    width: 100%;
  }
}
#family_page .offerings-sec .row-flex .text {
  width: 54%;
}
@media (max-width: 991px) {
  #family_page .offerings-sec .row-flex .text {
    width: 100%;
  }
}
#family_page .offerings-sec .row-flex .text .heading {
  margin-bottom: 20px;
}
#family_page .offerings-sec .row-flex .text p {
  margin-bottom: 15px;
  font-size: 18px;
}
#family_page .offerings-sec .row-flex .text .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}
#family_page .offerings-sec .row-flex .text .row-flex .item {
  width: 46%;
  padding-left: 50px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #family_page .offerings-sec .row-flex .text .row-flex .item {
    width: 100%;
  }
}
#family_page .offerings-sec .row-flex .text .row-flex .item:nth-last-child(1) {
  margin-bottom: 0;
}
#family_page .offerings-sec .row-flex .text .row-flex .item .title {
  font-size: 20px;
  font-family: "Manier";
  margin-bottom: 5px;
  min-height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
#family_page .offerings-sec .row-flex .text .row-flex .item .points {
  font-size: 16px;
}
#family_page .offerings-sec .row-flex .text .row-flex .item .points p {
  margin-bottom: 10px;
  line-height: 22px;
  position: relative;
}
#family_page .offerings-sec .row-flex .text .row-flex .item .points p::before {
  position: absolute;
  content: "";
  top: 0;
  left: -15px;
  width: 5px;
  height: 5px;
  background-color: #363157;
  margin-top: 8px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#family_page .offerings-sec .row-flex .text .row-flex .item .number {
  position: absolute;
  top: 10%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Manier";
  font-size: 96px;
  font-weight: 700;
  color: rgba(54, 49, 87, 0.1);
}
#family_page .offerings-sec .row-flex .text .row-flex .explore {
  width: 100%;
  padding-left: 50px;
}
#family_page .process-sec {
  padding: 50px 0;
  position: relative;
  scroll-margin-top: 200px;
}
@media (max-width: 767px) {
  #family_page .process-sec {
    padding: 50px 0 0 0;
  }
}
@media (max-width: 1024px) {
  #family_page .process-sec br {
    display: none;
  }
}
@media (max-width: 991px) {
  #family_page .process-sec .flex .text {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  #family_page .process-sec .flex .text {
    padding-left: 0 !important;
  }
}
#family_page .process-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
}
#family_page .process-sec .row-flex .img-div {
  width: 40%;
}
@media (max-width: 991px) {
  #family_page .process-sec .row-flex .img-div {
    width: 100%;
    margin-bottom: 0;
  }
}
#family_page .process-sec .row-flex .img-div img {
  margin: 0 0 0 auto;
}
#family_page .process-sec .row-flex .text {
  width: 55%;
}
@media (max-width: 991px) {
  #family_page .process-sec .row-flex .text {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #family_page .process-sec .row-flex .text {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  #family_page .process-sec .row-flex .text {
    padding-right: 0 !important;
  }
}
#family_page .process-sec .row-flex .text .point {
  margin: 50px 0;
}
#family_page .process-sec .row-flex .text .point .title {
  font-size: 24px;
  font-family: "Manier";
  margin-bottom: 5px;
  line-height: 23px;
}
#family_page .process-sec .row-flex .text p {
  margin-bottom: 15px;
}
#family_page .philosophy-sec {
  background-image: url(../../img/family/bottom-section.jpg);
}
#philanthropy_page {
  overflow: hidden;
}
#philanthropy_page .inner_page_banner {
  background-image: url(../../img/desktop-banners/philanthropy-banner.jpg);
}
@media (max-width: 767px) {
  #philanthropy_page .inner_page_banner {
    background-image: url(../../img/mobile-banners/philanthropy-banner.jpg);
  }
}
#philanthropy_page .inner_page_banner p {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 5px;
  font-family: "GTAmericaTrial-Rg";
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  #philanthropy_page .inner_page_banner {
    background-size: auto;
  }
  #philanthropy_page .inner_page_banner .heading {
    padding-top: 0;
  }
}
#philanthropy_page .inner_page_banner.philanthropy-impact {
  background-image: url(../../img/desktop-banners/philanthropy1-banner.jpg);
}
@media (max-width: 767px) {
  #philanthropy_page .inner_page_banner.philanthropy-impact {
    background-image: url(../../img/mobile-banners/philanthropy-mobi.png);
  }
}
#philanthropy_page #philanthropy1,
#philanthropy_page #philanthropy2 {
  margin-top: 40px;
}
#philanthropy_page .team-sec {
  padding: 0;
}
#philanthropy_page .challenge-sec {
  padding: 50px 0;
  scroll-margin-top: 200px;
}
@media (max-width: 767px) {
  #philanthropy_page .challenge-sec {
    padding-bottom: 0;
  }
}
#philanthropy_page .challenge-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#philanthropy_page .challenge-sec .row-flex .img-div {
  width: 45%;
  position: relative;
}
@media (max-width: 991px) {
  #philanthropy_page .challenge-sec .row-flex .img-div {
    width: 100%;
  }
}
#philanthropy_page .challenge-sec .row-flex .text {
  width: 45%;
}
@media (max-width: 991px) {
  #philanthropy_page .challenge-sec .row-flex .text {
    width: 100%;
  }
}
#philanthropy_page .challenge-sec .row-flex .text .heading {
  margin-bottom: 20px;
}
#philanthropy_page .challenge-sec .row-flex .text p {
  margin-bottom: 15px;
  font-size: 18px;
}
#philanthropy_page .solution-sec {
  padding: 50px 0;
  scroll-margin-top: 200px;
}
@media (max-width: 767px) {
  #philanthropy_page .solution-sec {
    padding-bottom: 0;
  }
}
#philanthropy_page .solution-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#philanthropy_page .solution-sec .row-flex .img-div {
  width: 42%;
  height: 100%;
}
@media (max-width: 991px) {
  #philanthropy_page .solution-sec .row-flex .img-div {
    width: 100%;
  }
}
#philanthropy_page .solution-sec .row-flex .text {
  width: 42%;
}
@media (max-width: 991px) {
  #philanthropy_page .solution-sec .row-flex .text {
    width: 100%;
  }
}
#philanthropy_page .solution-sec .row-flex .text .heading {
  margin-bottom: 20px;
}
#philanthropy_page .solution-sec .row-flex .text p {
  margin-bottom: 15px;
  font-size: 18px;
}
#philanthropy_page .approach-sec {
  padding: 50px 0 0 0;
  scroll-margin-top: 200px;
}
@media (max-width: 767px) {
  #philanthropy_page .approach-sec {
    padding-bottom: 0;
  }
}
#philanthropy_page .approach-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#philanthropy_page .approach-sec .row-flex .img-div {
  width: 42%;
}
#philanthropy_page .approach-sec .row-flex .img-div img {
  width: 100%;
  float: right;
}
@media (max-width: 991px) {
  #philanthropy_page .approach-sec .row-flex .img-div img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #philanthropy_page .approach-sec .row-flex .img-div {
    width: 100%;
    margin-bottom: 20px;
  }
}
#philanthropy_page .approach-sec .row-flex .text {
  width: 54%;
  padding-right: 100px;
}
@media (max-width: 991px) {
  #philanthropy_page .approach-sec .row-flex .text {
    width: 100%;
    padding: 0 15px;
  }
}
#philanthropy_page .approach-sec .row-flex .text .heading {
  margin-bottom: 20px;
}
#philanthropy_page .approach-sec .row-flex .text p {
  margin-bottom: 15px;
  font-size: 18px;
}
#philanthropy_page .approach-sec .row-flex .text .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}
#philanthropy_page .approach-sec .row-flex .text .row-flex .item {
  width: 46%;
  padding-left: 50px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #philanthropy_page .approach-sec .row-flex .text .row-flex .item {
    width: 100%;
  }
}
#philanthropy_page
  .approach-sec
  .row-flex
  .text
  .row-flex
  .item:nth-last-child(1) {
  margin-bottom: 0;
}
#philanthropy_page .approach-sec .row-flex .text .row-flex .item .title {
  font-size: 20px;
  font-family: "Manier";
  margin-bottom: 5px;
  min-height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
#philanthropy_page .approach-sec .row-flex .text .row-flex .item .points p {
  margin-bottom: 10px;
  line-height: 18px;
  font-size: 16px;
}
#philanthropy_page .approach-sec .row-flex .text .row-flex .item .number {
  position: absolute;
  top: 10%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Manier";
  font-size: 96px;
  font-weight: 700;
  color: rgba(54, 49, 87, 0.1);
}
#philanthropy_page .approach-sec .row-flex .text .row-flex .explore {
  width: 100%;
  padding-left: 50px;
}
#philanthropy_page .philosophy-sec {
  background-image: url(../../img/cta/bottom-section-philantrophy.jpg);
}
@media (max-width: 767px) {
  #philanthropy_page .philosophy-sec {
    background-image: url(../../img/cta/bottom-section-philantrophy-mobile.jpg);
  }
}
#philanthropy_page .philosophy-sec .brief .row-flex .box .subtext {
  color: #ffbaa2;
}
#philanthropy_page svg circle {
  cursor: pointer;
}
#philanthropy_page #philanthropy1 .interactive {
  top: 0;
}
#philanthropy_page #philanthropy1 .interactive .element img {
  z-index: 1;
}
#philanthropy_page #philanthropy1 .interactive .element:nth-child(1) img {
  top: -5%;
  left: 50%;
}
#philanthropy_page #philanthropy1 .interactive .element:nth-child(1) .content {
  top: -25%;
  left: 32%;
}
#philanthropy_page #philanthropy1 .interactive .element:nth-child(2) img {
  top: 40%;
  left: 25%;
}
#philanthropy_page #philanthropy1 .interactive .element:nth-child(2) .content {
  top: 18%;
  left: 10%;
}
#philanthropy_page #philanthropy1 .interactive .element:nth-child(3) img {
  top: 40%;
  right: 25%;
}
#philanthropy_page #philanthropy1 .interactive .element:nth-child(3) .content {
  top: 18%;
  right: 10%;
}
#philanthropy_page #philanthropy1 .interactive .element:nth-child(4) img {
  top: 70%;
  left: 50%;
}
#philanthropy_page #philanthropy1 .interactive .element:nth-child(4) .content {
  top: 35%;
  left: 30%;
}
#philanthropy_page #philanthropy1 .interactive .element:nth-child(5) img {
  top: 79%;
  left: -2%;
}
#philanthropy_page #philanthropy1 .interactive .element:nth-child(5) .content {
  top: 40%;
  left: -10%;
}
#philanthropy_page #philanthropy1 .interactive .element:nth-child(6) img {
  top: 85%;
  right: 2%;
}
#philanthropy_page #philanthropy1 .interactive .element:nth-child(6) .content {
  top: 40%;
  right: -10%;
}
#philanthropy_page #philanthropy2 .interactive {
  top: 0;
}
#philanthropy_page #philanthropy2 .interactive .element .content div {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 16px;
}
#philanthropy_page #philanthropy2 .interactive .element .content div b {
  color: #000;
}
@media (max-width: 767px) {
  #philanthropy_page #philanthropy2 .interactive .element .content div {
    font-size: 12px;
  }
}
#philanthropy_page #philanthropy2 .interactive .element img {
  z-index: 1;
}
#philanthropy_page #philanthropy2 .interactive .element:nth-child(1) img {
  top: -2%;
  left: 13%;
}
#philanthropy_page #philanthropy2 .interactive .element:nth-child(1) .content {
  top: -25%;
  left: 4%;
}
#philanthropy_page #philanthropy2 .interactive .element:nth-child(2) img {
  top: -2%;
  right: 13%;
}
#philanthropy_page #philanthropy2 .interactive .element:nth-child(2) .content {
  top: -25%;
  right: 4%;
}
#philanthropy_page #philanthropy2 .interactive .element:nth-child(3) img {
  top: 46%;
  left: 32%;
}
#philanthropy_page #philanthropy2 .interactive .element:nth-child(3) .content {
  top: 25%;
  left: 0;
}
#philanthropy_page #philanthropy2 .interactive .element:nth-child(4) img {
  top: 46%;
  right: 32%;
}
#philanthropy_page #philanthropy2 .interactive .element:nth-child(4) .content {
  top: 25%;
  right: 0;
}
#philanthropy_page #philanthropy2 .interactive .element:nth-child(5) img {
  top: 83%;
  left: 8%;
}
#philanthropy_page #philanthropy2 .interactive .element:nth-child(5) .content {
  top: 60%;
  left: 0;
}
#philanthropy_page #philanthropy2 .interactive .element:nth-child(6) img {
  top: 92%;
  right: 13%;
}
#philanthropy_page #philanthropy2 .interactive .element:nth-child(6) .content {
  top: 60%;
  right: 0;
}
@media (max-width: 991px) {
  #philanthropy_page #philanthropy-spectrum {
    margin-top: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
#philanthropy_page .impact .interactive {
  z-index: 1;
  bottom: -11%;
  height: 100%;
  top: auto;
}
@media (max-width: 991px) {
  #philanthropy_page .impact .interactive {
    position: relative;
  }
}
#philanthropy_page .impact .interactive .contain {
  height: 100%;
}
#philanthropy_page .impact .interactive .contain .flex {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  bottom: 0;
}
@media (max-width: 991px) {
  #philanthropy_page .impact .interactive .contain .flex {
    display: block;
    position: relative;
  }
}
@media (min-width: 1440px) {
  #philanthropy_page .impact .interactive .contain .flex {
    bottom: -60px;
  }
}
#philanthropy_page .impact .interactive .contain .flex .item {
  padding: 0 0 0 30px;
}
#philanthropy_page .impact .interactive .contain .flex .item h2 {
  font-size: 20px;
}
#philanthropy_page .impact .interactive .contain .flex .item p {
  font-size: 14px;
}
#philanthropy_page .impact .interactive .contain .flex .item:nth-child(3) {
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}
#philanthropy_page .impact .interactive .contain .flex .item:nth-child(4) {
  -ms-transform: translateX(40px);
  transform: translateX(40px);
}
#philanthropy_page .impact .interactive .contain .flex .item:nth-child(5) {
  -ms-transform: translateX(65px);
  transform: translateX(65px);
}
@media (max-width: 991px) {
  #philanthropy_page .impact .interactive .contain .flex .item {
    padding: 0 15px;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
}
@media (min-width: 1700px) {
  #philanthropy_page .impact .interactive .contain {
    -ms-transform: translateY(-15%);
    transform: translateY(-15%);
  }
}
@media (max-width: 1365px) {
  #philanthropy_page .impact .interactive .contain {
    -ms-transform: translateY(10%);
    transform: translateY(10%);
  }
}
@media (max-width: 1024px) {
  #philanthropy_page .impact .interactive .contain {
    -ms-transform: translateY(25%);
    transform: translateY(25%);
  }
}
@media (max-width: 991px) {
  #philanthropy_page .impact .interactive .contain {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
#philanthropy_page .impact .interactive .heading {
  text-align: center;
  margin-top: 18%;
  position: absolute;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  #philanthropy_page .impact .interactive .heading {
    position: relative;
    font-size: 30px;
    margin-top: 30px;
  }
}
#philanthropy_page .impact .interactive .arrow {
  width: 80%;
  margin: auto;
  text-align: center;
  margin-top: 5%;
  position: absolute;
  right: 0;
  left: 0;
}
@media (max-width: 991px) {
  #philanthropy_page .impact .interactive .arrow {
    position: relative;
  }
}
#philanthropy_page .impact .interactive .arrow .flex {
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  #philanthropy_page .impact .interactive .arrow .flex {
    display: -ms-flexbox;
    display: flex;
  }
}
#philanthropy_page .impact .interactive .arrow .flex div:nth-child(2) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  #philanthropy_page .vault-sec {
    padding-top: 200px;
  }
}
#privacy {
  padding: 100px 0 0;
}
#privacy a {
  color: inherit;
}
@media screen and (max-width: 767px) {
  #privacy {
    padding: 0;
  }
}
#privacy .bread-crumb {
  padding: 0;
}
#privacy .bread-crumb p a {
  color: #363157;
}
#privacy .bread-crumb p a:after {
  background-color: #363157;
  -webkit-mask: url(../../img/breadcrumb.svg) no-repeat 50% 50%;
  mask: url(../../img/breadcrumb.svg) no-repeat 50% 50%;
}
#privacy .bread-crumb p a:last-child:after {
  background-color: transparent !important;
}
#privacy .main_brief .head_txt {
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -0.02em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #privacy .main_brief .head_txt {
    font-size: 38px;
    line-height: 1.2;
    margin-top: 0;
  }
}
#privacy .main_brief p {
  margin-bottom: 15px;
}
#privacy .main_brief .brief_info {
  margin: 40px 0;
}
#privacy .main_brief .brief_info h4 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #privacy .main_brief .brief_info h4 {
    font-size: 20px;
  }
}
#privacy .main_brief .brief_info h4.under_line {
  text-decoration: underline;
}
#privacy .main_brief .brief_info p {
  margin: 20px 0;
}
#privacy .main_brief .brief_info p a {
  color: inherit;
}
#privacy .main_brief .brief_info ul {
  list-style-type: disc;
  padding-left: revert;
}
#privacy .main_brief .brief_info ul li {
  list-style-type: disc;
}
#career {
  overflow: hidden;
}
@media (min-width: 992px) {
  #career .webinar .offsite_img {
    width: 250px;
  }
}
#career .inner_page_banner {
  background-image: url(./banner-white.webp);
}
@media (max-width: 767px) {
  #career .inner_page_banner {
    background-image: url(./banner-white.webp);
  }
}
#career .inner_page_banner p {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 5px;
  font-family: "GTAmericaTrial-Rg";
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  #career .inner_page_banner .heading {
    padding-top: 0;
  }
}
#career .financial-sec .row-flex .accord-div .accordion:hover:before,
#career .financial-sec .row-flex .accord-div .accordion.active:before {
  background-color: transparent !important;
}
#career .financial-sec .row-flex .accord-div .accordion:hover .flex div,
#career .financial-sec .row-flex .accord-div .accordion.active .flex div,
#career .financial-sec .row-flex .accord-div .accordion:hover .flex div span,
#career .financial-sec .row-flex .accord-div .accordion.active .flex div span {
  color: #363157;
}
#career .financial-sec .row-flex .accord-div .panel .flex div {
  margin-left: 0;
  -ms-flex: auto;
  flex: auto;
}
#career .panel .flex {
  width: 80%;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #career .panel .flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
#career .panel .flex p {
  padding-bottom: 0;
  font-size: 20px;
}
#career .panel .flex span {
  font-size: 18px;
}
#career .panel .flex div:nth-child(2) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}
#career .current-opening {
  margin: 50px 0 0;
}
@media screen and (max-width: 767px) {
  #career .current-opening {
    margin: 0;
  }
}
#career .current-opening .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#career .current-opening .row-flex .txt_sec {
  width: 36%;
}
@media screen and (max-width: 767px) {
  #career .current-opening .row-flex .txt_sec {
    width: 100%;
  }
}
#career .current-opening .row-flex .accord-div {
  width: 52%;
}
@media screen and (max-width: 992px) {
  #career .current-opening .row-flex .accord-div {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #career .text_above_values {
    margin-top: 50px;
  }
}
#career .text_above_values .additional_text {
  margin-bottom: 40px;
}
#career .text_above_values .explore .theme_btn {
  margin-top: 0;
}
#career .values {
  margin-top: 50px;
}
#career .values .values-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  #career .values .values-flex .value-block {
    width: 100%;
  }
}
#career .values .value-points-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (33%) [3];
  grid-template-columns: repeat(3, 33%);
  grid-gap: 10px;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  #career .values .value-points-grid {
    -ms-grid-columns: (100%) [1];
    grid-template-columns: repeat(1, 100%);
  }
}
#career .values .value-points-grid .value-txt {
  margin-bottom: 15px;
}
#career .values .value-points-grid .value-txt .headTxt {
  font-size: 20px;
  font-family: "Manier";
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #363157;
  margin: 10px 0;
}
#career .values .value-points-grid .value-txt .paraTxt {
  font-size: 18px;
  font-family: "GTAmericaTrial-Rg";
  line-height: 22px;
  color: #363157;
}
#career .sld-wd {
  margin: 25px 0 80px;
  padding: 50px 0;
}
@media (max-width: 767px) {
  #career .sld-wd {
    margin-bottom: 50px;
    padding-bottom: 0;
  }
}
#career .sld-wd .wrap {
  overflow: hidden;
}
#career .sld-wd .wrap #slider_wd .slick-slide {
  margin: 0 10px;
}
#career .leaders .lead-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#career .leaders .lead-head .lead-txt {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #career .leaders .lead-head .lead-txt {
    width: 100%;
  }
}
#career .leaders .lead-head .lead-txt .smTxt {
  font-family: "GTAmericaTrial-Md";
  font-size: 14px;
  color: #363157;
  transition: 0.2s ease;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #career .leaders .lead-head .lead-txt .smTxt {
    font-size: 18px;
  }
}
#career .leaders .lead-head .lead-txt .headTxt {
  font-family: "Manier";
  font-size: 48px;
  line-height: 1.1;
  color: #363157;
  transition: 0.2s ease;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  #career .leaders .lead-head .lead-txt .headTxt {
    font-size: 18px;
  }
}
#career .leaders .lead-head .lead-txt .paraTxt {
  font-size: 18px;
  font-family: "GTAmericaTrial-Rg";
  line-height: 22px;
  color: #363157;
}
#career .leaders .lead_flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
#career .leaders .lead_flex .video_block {
  width: 55%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #career .leaders .lead_flex .video_block {
    width: 100%;
  }
}
#career .leaders .lead_flex .video_block .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#career .leaders .lead_flex .leader-slide {
  width: 45%;
}
@media screen and (max-width: 767px) {
  #career .leaders .lead_flex .leader-slide {
    width: 100%;
  }
}
#career .leaders .lead_flex .leader-slide .lead-item {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  #career .leaders .lead_flex .leader-slide .lead-item {
    padding-left: 0;
  }
}
#career .leaders .lead_flex .leader-slide .lead-item .quote-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #career .leaders .lead_flex .leader-slide .lead-item .quote-block {
    margin-top: 15px;
  }
}
#career .leaders .lead_flex .leader-slide .lead-item .quote-block h2 {
  font-family: "Manier";
  font-size: 37px;
  font-weight: 300;
  line-height: 50px;
  color: #363157;
  margin: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  #career .leaders .lead_flex .leader-slide .lead-item .quote-block h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
#career
  .leaders
  .lead_flex
  .leader-slide
  .lead-item
  .quote-block
  .nameTxt
  .name {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  font-family: "GTAmericaTrial-Rg";
  color: #363157;
}
#career
  .leaders
  .lead_flex
  .leader-slide
  .lead-item
  .quote-block
  .nameTxt
  .desig {
  font-size: 15px;
  line-height: 15px;
  font-family: "GTAmericaTrial-Rg";
  color: #363157;
  text-transform: uppercase;
  margin-top: 10px;
}
#career .philosophy-sec {
  background-image: url(../../img/careers/btm_img.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: inherit;
  margin: 70px 0 50px;
}
@media screen and (max-width: 992px) {
  #career .philosophy-sec {
    margin: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  #career .philosophy-sec {
    background-size: cover;
    margin: 50px 0 0;
  }
}
#career .philosophy-sec .brief {
  padding: 100px 0;
}
@media screen and (max-width: 992px) {
  #career .philosophy-sec .brief {
    padding: 50px 0;
  }
}
#career .philosophy-sec .brief .row-flex .box {
  width: 40%;
  text-align: left;
}
@media screen and (max-width: 992px) {
  #career .philosophy-sec .brief .row-flex .box {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  #career .philosophy-sec .brief .row-flex .box {
    width: 80%;
  }
}
#career .philosophy-sec .brief .row-flex .box h3 {
  font-size: 36px;
  font-family: "ArgentCF Regular";
  line-height: 40px;
}
@media screen and (max-width: 992px) {
  #career .philosophy-sec .brief .row-flex .box h3 {
    font-size: 28px;
  }
}
#career .philosophy-sec .brief .row-flex .box .subtext {
  color: #ffbaa2;
}
#career .career .inner-start {
  padding-top: 180px;
}
@media screen and (max-width: 767px) {
  #career .career .inner-start {
    padding-top: 100px;
  }
}
#career .career .inner-start .start_dv p {
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  #career .career .inner-start .start_dv p {
    margin: 10px 0;
  }
}
#career .career .inner-start .points_block {
  margin: 25px 0;
}
#career .career .inner-start .points_block .point-head {
  font-family: "Manier";
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #363157;
}
#career .career .inner-start .points_block p {
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  #career .career .inner-start .points_block p {
    margin: 10px 0;
  }
}
#career .career .inner-start a {
  color: #be8a76;
}
#career .career .form-block {
  margin: 50px 0 0;
}
#career .career .form-block .linkid_btn img {
  vertical-align: middle;
  margin-right: 5px;
}
#career .career .form-block .linkid_btn .or {
  font-size: 16px;
  line-height: 18px;
  font-family: "GTAmericaTrial-Rg";
  color: #363157;
  margin: 15px 0;
}
#career .career .form-block .input_layout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#career .career .form-block .input_layout .input-item {
  width: 45%;
}
@media screen and (max-width: 992px) {
  #career .career .form-block .input_layout .input-item {
    width: 100%;
  }
}
#career .career .form-block .input_layout .input-item input {
  padding: 10px 0;
  font-family: "GTAmericaTrial-Rg";
  font-size: 14px;
}
#career
  .career
  .form-block
  .input_layout
  .input-item
  input:-ms-input-placeholder {
  padding: 10px 0;
  font-family: "GTAmericaTrial-Rg";
  font-size: 14px;
}
#career .career .form-block .input_layout .input-item input::placeholder {
  padding: 10px 0;
  font-family: "GTAmericaTrial-Rg";
  font-size: 14px;
}
#career .career .form-block .upload_sec {
  margin: 25px 0 0;
}
#career .career .form-block .upload_sec .upload_item {
  display: inline-block;
}
#career .career .form-block .upload_sec .upload_item:nth-child(1) {
  margin-right: 35px;
}
#career .career .form-block .upload_sec .upload_item .upeer-txt {
  font-family: "GTAmericaTrial-Rg";
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #363157;
}
#career .career .form-block .drop_opt_block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 35px 0 35px;
}
@media screen and (max-width: 767px) {
  #career .career .form-block .drop_opt_block {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#career .career .form-block .drop_opt_block .drop_item {
  width: 30%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #career .career .form-block .drop_opt_block .drop_item {
    width: 100%;
    margin-bottom: 15px;
  }
}
#career .career .form-block .drop_opt_block .drop_item.cst .select-items div,
#career .career .form-block .drop_opt_block .drop_item.cst .select-selected {
  color: #cbc4ca;
}
#career .career .form-block .last_on .brk {
  font-size: 16px;
  line-height: 18px;
  color: #363157;
  font-family: "GTAmericaTrial-Rg";
  margin-bottom: 20px;
}
#career .career .form-block .last_on .brk strong {
  font-weight: 600;
}
#career .career .form-block .last_on .theme_btn {
  border: 0;
  background: 0;
  filter: grayscale(100%);
  padding: 10px 0;
  font-size: 15px;
}
#career .career .haed_txt {
  font-size: 48px;
  font-family: "Manier";
  line-height: 52px;
  color: #363157;
  margin: 0 0 10px;
  color: #363157;
}
@media screen and (max-width: 992px) {
  #career .career .haed_txt {
    font-size: 28px;
    line-height: 42px;
  }
}
#career .career .sub_txt {
  font-size: 18px;
  font-family: "GTAmericaTrial-Rg";
  line-height: 18px;
  color: #363157;
  text-transform: uppercase;
  margin: 0;
  color: #363157;
}
#career .joy .content {
  padding-right: 25px;
}
@media (max-width: 1199px) {
  #career .joy .content h2 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  #career .joy .content {
    padding-right: 15px;
  }
}
#career #video_position iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  #career #video_position iframe {
    min-height: 350px;
  }
}
.input-file-container {
  position: relative;
  width: 120px;
  display: inline-block;
  margin: 10px 0 0;
}
.js .input-file-trigger {
  display: block;
  padding: 10px 10px;
  background: 0;
  color: #be8a76;
  font-family: "Manier";
  font-size: 18px;
  line-height: 14px;
  transition: all 0.4s;
  cursor: pointer;
  border-bottom: 1px solid #be8a76;
  font-style: italic;
}
.js .input-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  opacity: 0;
  padding: 14px 0;
  cursor: pointer;
}
.file-return {
  margin: 0;
}
.file-return:not(:empty) {
  margin: 1em 0;
}
.js .file-return {
  font-size: 14px;
  line-height: 18px;
  color: #cbc4ca;
  font-family: "GTAmericaTrial-Rg";
}
.js .file-return:not(:empty):before {
  content: "";
  font-style: normal;
  font-weight: normal;
}
.custom-select {
  position: relative;
  font-family: Arial;
  margin-left: 15px;
}
.custom-select1 {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .custom-select1 {
    width: 200px;
  }
}
.custom-select2 {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .custom-select2 {
    width: 300px;
  }
}
.custom-select select {
  display: none;
}
.select-selected {
  background-color: transparent;
  border: 1px solid #363157 !important;
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  background-image: url(../../img/dropdown.png);
  height: 11px;
  width: 11px;
  background-repeat: no-repeat;
  transition: 0.3s ease;
}
.select-selected.select-arrow-active:after {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.select-items div,
.select-selected {
  color: #be8a76;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select-items {
  position: absolute;
  background-color: #fff9f3;
  top: 55px;
  left: 0;
  right: 0;
  z-index: 99;
  border-top: none !important;
  border: 1px solid #363157 !important;
}
.select-hide {
  display: none;
}
.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.brk input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.brk label {
  position: relative;
  cursor: pointer;
}
.brk label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #363157;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}
.brk input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #363157;
  border-width: 0 2px 2px 0;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.alert {
  display: none;
}
.error {
  color: red;
  font-size: 14px;
}
#familytwo_page {
  overflow: hidden;
}
#familytwo_page .inner_page_banner {
  background-image: url(../../img/new-services/family-office-banner.jpg);
}
@media (max-width: 767px) {
  #familytwo_page .inner_page_banner {
    background-image: url(../../img/new-services/family-office-mobi.jpg);
  }
}
#familytwo_page .inner_page_banner p {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 5px;
  font-family: "GTAmericaTrial-Md";
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  #familytwo_page .inner_page_banner .heading {
    padding-top: 0;
  }
}
#familytwo_page .new_strategy svg {
  width: 100vw !important;
  height: auto !important;
}
#familytwo_page .new_strategy .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr)) [2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100vw;
  margin: 0 30px;
}
#familytwo_page .new_strategy .grid div {
  width: 60%;
}
#familytwo_page #familyofficetwo {
  margin-top: 100px;
  margin-bottom: 100px;
  height: 100%;
}
@media (max-width: 991px) {
  #familytwo_page #familyofficetwo {
    margin-bottom: 0;
  }
}
#familytwo_page #familyofficetwo.play .json_text .grid div:nth-child(1) {
  animation: 0.5s appear 1s linear forwards;
}
#familytwo_page #familyofficetwo.play .json_text .grid div:nth-child(2) {
  animation: 0.5s appear 1.5s linear forwards;
}
#familytwo_page #familyofficetwo.play .json_text .grid div:nth-child(3) {
  animation: 0.5s appear 2s linear forwards;
}
#familytwo_page #familyofficetwo.play .json_text .grid div:nth-child(4) {
  animation: 0.5s appear 2.5s linear forwards;
}
#familytwo_page #familyofficetwo.play .json_text .grid div:nth-child(5) {
  animation: 0.5s appear 3s linear forwards;
}
#familytwo_page #familyofficetwo.play .json_text .grid div:nth-child(6) {
  animation: 0.5s appear 3.5s linear forwards;
}
#familytwo_page #familyofficetwo .json_text {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  font-size: 16px;
  z-index: 1;
  width: 87%;
  margin: auto;
  font-family: "Manier";
}
@media (max-width: 1199px) {
  #familytwo_page #familyofficetwo .json_text {
    font-size: 12px;
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#familytwo_page #familyofficetwo .json_text .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr)) [6];
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
#familytwo_page #familyofficetwo .json_text .grid div:nth-child(1) {
  width: 80%;
  opacity: 0;
  -ms-transform: translate(0, -80px);
  transform: translate(0, -80px);
}
@media (max-width: 991px) {
  #familytwo_page #familyofficetwo .json_text .grid div:nth-child(1) {
    -ms-transform: translate(0, -40px);
    transform: translate(0, -40px);
  }
}
#familytwo_page #familyofficetwo .json_text .grid div:nth-child(2) {
  width: 60%;
  opacity: 0;
  -ms-transform: translate(0, -180px);
  transform: translate(0, -180px);
}
@media (max-width: 1199px) {
  #familytwo_page #familyofficetwo .json_text .grid div:nth-child(2) {
    -ms-transform: translate(0, -140px);
    transform: translate(0, -140px);
  }
}
@media (max-width: 991px) {
  #familytwo_page #familyofficetwo .json_text .grid div:nth-child(2) {
    -ms-transform: translate(0, -110px);
    transform: translate(0, -110px);
  }
}
#familytwo_page #familyofficetwo .json_text .grid div:nth-child(3) {
  width: 70%;
  opacity: 0;
  -ms-transform: translate(0, -240px);
  transform: translate(0, -240px);
}
@media (max-width: 1199px) {
  #familytwo_page #familyofficetwo .json_text .grid div:nth-child(3) {
    -ms-transform: translate(0, -200px);
    transform: translate(0, -200px);
  }
}
@media (max-width: 991px) {
  #familytwo_page #familyofficetwo .json_text .grid div:nth-child(3) {
    -ms-transform: translate(0, -150px);
    transform: translate(0, -150px);
  }
}
#familytwo_page #familyofficetwo .json_text .grid div:nth-child(4) {
  width: 50%;
  opacity: 0;
  -ms-transform: translate(0, -300px);
  transform: translate(0, -300px);
}
@media (max-width: 1366px) {
  #familytwo_page #familyofficetwo .json_text .grid div:nth-child(4) {
    width: 60%;
  }
}
@media (max-width: 1199px) {
  #familytwo_page #familyofficetwo .json_text .grid div:nth-child(4) {
    -ms-transform: translate(0, -240px);
    transform: translate(0, -240px);
  }
}
@media (max-width: 991px) {
  #familytwo_page #familyofficetwo .json_text .grid div:nth-child(4) {
    -ms-transform: translate(0, -210px);
    transform: translate(0, -210px);
  }
}
#familytwo_page #familyofficetwo .json_text .grid div:nth-child(5) {
  width: 80%;
  opacity: 0;
  -ms-transform: translate(0, -350px);
  transform: translate(0, -350px);
}
@media (max-width: 1199px) {
  #familytwo_page #familyofficetwo .json_text .grid div:nth-child(5) {
    -ms-transform: translate(0, -280px);
    transform: translate(0, -280px);
  }
}
@media (max-width: 991px) {
  #familytwo_page #familyofficetwo .json_text .grid div:nth-child(5) {
    -ms-transform: translate(0, -230px);
    transform: translate(0, -230px);
  }
}
#familytwo_page #familyofficetwo .json_text .grid div:nth-child(6) {
  width: 50%;
  opacity: 0;
  -ms-transform: translate(25%, -420px);
  transform: translate(25%, -420px);
}
@media (max-width: 1199px) {
  #familytwo_page #familyofficetwo .json_text .grid div:nth-child(6) {
    -ms-transform: translate(0, -320px);
    transform: translate(0, -320px);
  }
}
@media (max-width: 991px) {
  #familytwo_page #familyofficetwo .json_text .grid div:nth-child(6) {
    -ms-transform: translate(0, -265px);
    transform: translate(0, -265px);
  }
}
#familytwo_page #familyofficetwo svg {
  -ms-transform: scale(1.7) !important;
  transform: scale(1.7) !important;
  -ms-transform-origin: center;
  transform-origin: center;
}
#familytwo_page .introduction-sec {
  padding: 50px 0;
  scroll-margin-top: 200px;
}
@media (max-width: 767px) {
  #familytwo_page .introduction-sec {
    padding-bottom: 0;
  }
}
#familytwo_page .introduction-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#familytwo_page .introduction-sec .row-flex .img-div {
  width: 38%;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 993px) {
  #familytwo_page .introduction-sec .row-flex .img-div {
    display: none;
  }
}
@media (max-width: 767px) {
  #familytwo_page .introduction-sec .row-flex .img-div {
    width: 100%;
  }
}
#familytwo_page .introduction-sec .row-flex .text {
  width: 50%;
}
@media (max-width: 991px) {
  #familytwo_page .introduction-sec .row-flex .text {
    width: 100%;
  }
}
#familytwo_page .introduction-sec .row-flex .text .heading {
  margin-bottom: 20px;
}
#familytwo_page .introduction-sec .row-flex .text p {
  margin-bottom: 15px;
  font-size: 18px;
}
#familytwo_page .strategy-sec {
  padding: 50px 0;
  scroll-margin-top: 200px;
}
@media (max-width: 767px) {
  #familytwo_page .strategy-sec {
    padding-bottom: 0;
  }
}
#familytwo_page .strategy-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
}
#familytwo_page .strategy-sec .row-flex .text {
  width: 52%;
}
@media (max-width: 991px) {
  #familytwo_page .strategy-sec .row-flex .text {
    width: 100%;
  }
}
#familytwo_page .strategy-sec .row-flex .text .heading {
  margin-bottom: 20px;
}
#familytwo_page .strategy-sec .row-flex .text p {
  margin-bottom: 15px;
  font-size: 18px;
}
#familytwo_page .strategy-sec .row-flex .img-div {
  padding-top: 50px;
}
#familytwo_page .strategy-sec .row-flex .img-div img {
  margin: auto;
}
#familytwo_page .offerings-sec {
  padding: 50px 0;
  scroll-margin-top: 200px;
}
@media (max-width: 767px) {
  #familytwo_page .offerings-sec {
    padding-bottom: 0;
  }
}
#familytwo_page .offerings-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#familytwo_page .offerings-sec .row-flex .img-div {
  width: 42%;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 993px) {
  #familytwo_page .offerings-sec .row-flex .img-div {
    display: none;
  }
}
@media (max-width: 767px) {
  #familytwo_page .offerings-sec .row-flex .img-div {
    width: 100%;
  }
}
#familytwo_page .offerings-sec .row-flex .text {
  width: 54%;
}
@media (max-width: 991px) {
  #familytwo_page .offerings-sec .row-flex .text {
    width: 100%;
  }
}
#familytwo_page .offerings-sec .row-flex .text .heading {
  margin-bottom: 20px;
}
#familytwo_page .offerings-sec .row-flex .text p {
  margin-bottom: 15px;
  font-size: 18px;
}
#familytwo_page .offerings-sec .row-flex .text .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}
#familytwo_page .offerings-sec .row-flex .text .row-flex .item {
  width: 46%;
  padding-left: 50px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #familytwo_page .offerings-sec .row-flex .text .row-flex .item {
    width: 100%;
  }
}
#familytwo_page
  .offerings-sec
  .row-flex
  .text
  .row-flex
  .item:nth-last-child(1) {
  margin-bottom: 0;
}
#familytwo_page .offerings-sec .row-flex .text .row-flex .item .title {
  font-size: 20px;
  font-family: "Manier";
  margin-bottom: 5px;
  min-height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
#familytwo_page .offerings-sec .row-flex .text .row-flex .item .points {
  padding-left: 15px;
}
#familytwo_page .offerings-sec .row-flex .text .row-flex .item .points p {
  margin-bottom: 10px;
  line-height: 22px;
  position: relative;
}
#familytwo_page
  .offerings-sec
  .row-flex
  .text
  .row-flex
  .item
  .points
  p::before {
  position: absolute;
  content: "";
  top: 0;
  left: -15px;
  width: 5px;
  height: 5px;
  background-color: #363157;
  margin-top: 8px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#familytwo_page .offerings-sec .row-flex .text .row-flex .item .number {
  position: absolute;
  top: 10%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Manier";
  font-size: 96px;
  font-weight: 700;
  color: rgba(54, 49, 87, 0.1);
}
#familytwo_page .offerings-sec .row-flex .text .row-flex .explore {
  width: 100%;
  padding-left: 50px;
}
#familytwo_page .philosophy-sec {
  background-image: url(../../img/cta/bottom-section-offshore-investments.jpg);
}
@media (max-width: 767px) {
  #familytwo_page .philosophy-sec {
    background-image: url(../../img/cta/bottom-section-offshore-investments-mobile.jpg);
  }
}
#familytwo_page .interactive .element {
  z-index: 1;
}
#familytwo_page .interactive .element:nth-child(1) img {
  top: 22%;
  left: 20%;
}
#familytwo_page .interactive .element:nth-child(1) .content {
  top: 5%;
  left: 12%;
}
#familytwo_page .interactive .element:nth-child(2) img {
  top: 38%;
  left: 28%;
}
#familytwo_page .interactive .element:nth-child(2) .content {
  top: 23%;
  left: 20%;
}
#familytwo_page .interactive .element:nth-child(3) img {
  top: 32%;
  right: 33%;
}
#familytwo_page .interactive .element:nth-child(3) .content {
  top: 19%;
  right: 24%;
}
#familytwo_page .interactive .element:nth-child(4) img {
  top: 39%;
  right: 15%;
}
#familytwo_page .interactive .element:nth-child(4) .content {
  top: 25%;
  right: 6%;
}
#familytwo_page .interactive .element img {
  position: absolute;
  z-index: 1;
}
@media (max-width: 767px) {
  #familytwo_page .interactive .element img {
    width: 23px;
  }
}
#smartbeta_page {
  overflow: hidden;
}
#smartbeta_page .inner_page_banner {
  background-image: url(../../img/desktop-banners/smartbeta-banner.jpg);
}
@media (max-width: 767px) {
  #smartbeta_page .inner_page_banner {
    background-image: url(../../img/mobile-banners/smartbeta-banner.jpg);
  }
}
#smartbeta_page .inner_page_banner p {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 5px;
  font-family: "GTAmericaTrial-Md";
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  #smartbeta_page .inner_page_banner .heading {
    padding-top: 0;
  }
}
#smartbeta_page #equityinvesting {
  text-align: center;
  margin-bottom: 40px;
}
#smartbeta_page #equityinvesting svg {
  width: 100%;
}
@media (max-width: 767px) {
  #smartbeta_page #equityinvesting svg {
    height: auto;
  }
}
@media (max-width: 767px) {
  #smartbeta_page #equityinvesting {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
#smartbeta_page #equityinvesting #one,
#smartbeta_page #equityinvesting #two,
#smartbeta_page #equityinvesting #three {
  opacity: 0;
}
#smartbeta_page #equityinvesting.play .grid div:nth-child(1) {
  animation: 0.5s appear 0s linear forwards;
}
#smartbeta_page #equityinvesting.play .grid div:nth-child(2) {
  animation: 0.5s appear 1s linear forwards;
}
#smartbeta_page #equityinvesting.play .grid div:nth-child(3) {
  animation: 0.5s appear 0.8s linear forwards;
}
#smartbeta_page #equityinvesting.play #one {
  animation: 0.5s appear 0s linear forwards;
}
#smartbeta_page #equityinvesting.play #two {
  animation: 0.5s appear 1s linear forwards;
}
#smartbeta_page #equityinvesting.play #three {
  animation: 0.5s appear 0.8s linear forwards;
}
#smartbeta_page #equityinvesting .json_text {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  font-size: 18px;
  z-index: 1;
  width: 100%;
  margin: auto;
  font-family: "Manier";
}
#smartbeta_page #equityinvesting .json_text span {
  font-size: 14px;
  display: block;
  font-family: "GTAmericaTrial-Rg";
}
@media (max-width: 1199px) {
  #smartbeta_page #equityinvesting .json_text span {
    font-size: 10px;
  }
}
@media (max-width: 1199px) {
  #smartbeta_page #equityinvesting .json_text {
    font-size: 12px;
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#smartbeta_page #equityinvesting .json_text .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr)) [3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
  text-align: center;
}
#smartbeta_page #equityinvesting .json_text .grid div:nth-child(1) {
  opacity: 0;
  text-align: right;
  -ms-transform: translate(-140px, -125px);
  transform: translate(-140px, -125px);
}
@media (max-width: 991px) {
  #smartbeta_page #equityinvesting .json_text .grid div:nth-child(1) {
    -ms-transform: translate(-90px, -90px);
    transform: translate(-90px, -90px);
  }
}
@media (max-width: 767px) {
  #smartbeta_page #equityinvesting .json_text .grid div:nth-child(1) {
    -ms-transform: translate(0, -90px);
    transform: translate(0, -90px);
  }
}
#smartbeta_page #equityinvesting .json_text .grid div:nth-child(2) {
  opacity: 0;
}
@media (max-width: 767px) {
  #smartbeta_page #equityinvesting .json_text .grid div:nth-child(2) {
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
#smartbeta_page #equityinvesting .json_text .grid div:nth-child(3) {
  opacity: 0;
  text-align: left;
  -ms-transform: translate(140px, -125px);
  transform: translate(140px, -125px);
}
@media (max-width: 991px) {
  #smartbeta_page #equityinvesting .json_text .grid div:nth-child(3) {
    -ms-transform: translate(90px, -90px);
    transform: translate(90px, -90px);
  }
}
@media (max-width: 767px) {
  #smartbeta_page #equityinvesting .json_text .grid div:nth-child(3) {
    -ms-transform: translate(0, -90px);
    transform: translate(0, -90px);
  }
}
#smartbeta_page .beta_img {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  #smartbeta_page .beta_img {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
#smartbeta_page #solutions .row-flex {
  -ms-flex-align: center;
  align-items: center;
}
#smartbeta_page #value {
  padding-top: 0;
}
#smartbeta_page .offerings-sec {
  padding: 50px 0;
  scroll-margin-top: 200px;
}
@media (max-width: 991px) {
  #smartbeta_page .offerings-sec {
    padding-bottom: 0;
  }
}
@media (max-width: 1199px) {
  #smartbeta_page .offerings-sec .pointers {
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}
#smartbeta_page .offerings-sec .flex img {
  float: right;
}
@media (max-width: 1199px) {
  #smartbeta_page .offerings-sec .flex .text {
    width: 100%;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  #smartbeta_page .offerings-sec .flex .text {
    width: 100%;
    padding-left: 0;
  }
}
#smartbeta_page .offerings-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#smartbeta_page .offerings-sec .row-flex .img-div {
  height: 100%;
  width: 40%;
}
@media (max-width: 991px) {
  #smartbeta_page .offerings-sec .row-flex .img-div {
    width: 100%;
  }
}
#smartbeta_page .offerings-sec .row-flex .text {
  width: 60%;
  padding-left: 40px;
}
@media (max-width: 991px) {
  #smartbeta_page .offerings-sec .row-flex .text {
    width: 100%;
    padding-left: 0;
  }
}
#smartbeta_page .offerings-sec .row-flex .text .heading {
  margin-bottom: 20px;
}
#smartbeta_page .offerings-sec .row-flex .text p {
  margin-bottom: 15px;
  font-size: 18px;
  width: 70%;
}
@media (max-width: 991px) {
  #smartbeta_page .offerings-sec .row-flex .text p {
    width: 100%;
  }
}
#smartbeta_page .offerings-sec .row-flex .text .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}
#smartbeta_page .offerings-sec .row-flex .text .row-flex .item {
  width: 46%;
  padding-left: 50px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #smartbeta_page .offerings-sec .row-flex .text .row-flex .item {
    width: 100%;
  }
}
#smartbeta_page
  .offerings-sec
  .row-flex
  .text
  .row-flex
  .item:nth-last-child(1) {
  margin-bottom: 0;
}
#smartbeta_page .offerings-sec .row-flex .text .row-flex .item .title {
  font-size: 20px;
  font-family: "Manier";
  margin-bottom: 5px;
  min-height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
#smartbeta_page .offerings-sec .row-flex .text .row-flex .item .points {
  font-size: 16px;
}
#smartbeta_page .offerings-sec .row-flex .text .row-flex .item .points p {
  margin-bottom: 10px;
  line-height: 22px;
  position: relative;
}
#smartbeta_page
  .offerings-sec
  .row-flex
  .text
  .row-flex
  .item
  .points
  p::before {
  position: absolute;
  content: "";
  top: 0;
  left: -15px;
  width: 5px;
  height: 5px;
  background-color: #363157;
  margin-top: 8px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#smartbeta_page .offerings-sec .row-flex .text .row-flex .item .number {
  position: absolute;
  top: 10%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Manier";
  font-size: 96px;
  font-weight: 700;
  color: rgba(54, 49, 87, 0.1);
}
#smartbeta_page .offerings-sec .row-flex .text .row-flex .explore {
  width: 100%;
  padding-left: 50px;
}
#smartbeta_page .offerings-sec.beta .row-flex .text p {
  width: 95%;
}
#smartbeta_page .offerings-sec.beta .pointers .item {
  padding: 0 65px;
}
@media (max-width: 767px) {
  #smartbeta_page .offerings-sec.beta .pointers .item {
    padding: 0 15px;
  }
}
#smartbeta_page .offerings-sec.beta .pointers .item .title {
  margin-bottom: 20px;
}
#smartbeta_page .offerings-sec.beta .pointers .item p {
  font-size: 18px;
}
#smartbeta_page .offerings-sec.beta.para-margin p {
  margin-bottom: 15px;
}
#smartbeta_page .offerings-sec.beta .title {
  font-size: 20px;
  font-family: "Manier";
  margin-bottom: 5px;
  min-height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
#smartbeta_page .offerings-sec.beta .points {
  font-size: 16px;
}
#smartbeta_page .offerings-sec.beta .points p {
  margin-bottom: 10px;
  line-height: 22px;
  position: relative;
}
#smartbeta_page .offerings-sec.beta .points p::before {
  position: absolute;
  content: "";
  top: 0;
  left: -15px;
  width: 5px;
  height: 5px;
  background-color: #363157;
  margin-top: 8px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#smartbeta_page .process-sec {
  padding: 50px 0 0;
  position: relative;
  overflow: visible;
  scroll-margin-top: 200px;
}
@media (max-width: 1024px) {
  #smartbeta_page .process-sec br {
    display: none;
  }
}
#smartbeta_page .process-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 767px) {
  #smartbeta_page .process-sec .row-flex {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#smartbeta_page .process-sec .row-flex .img-div {
  width: 40%;
}
@media (max-width: 991px) {
  #smartbeta_page .process-sec .row-flex .img-div {
    width: 100%;
    margin-bottom: 0;
  }
}
#smartbeta_page .process-sec .row-flex .img-div img:nth-last-child(1) {
  margin-top: 50px;
}
#smartbeta_page .process-sec .row-flex .img-div img:nth-last-child(2) {
  margin-top: 30px;
}
@media (max-width: 991px) {
  #smartbeta_page .process-sec .row-flex .text {
    width: 100%;
  }
}
#smartbeta_page .process-sec .row-flex .text .point {
  margin: 50px 0;
}
#smartbeta_page .process-sec .row-flex .text .point .title {
  font-size: 24px;
  font-family: "Manier";
  margin-bottom: 10px;
  line-height: 23px;
}
#smartbeta_page .process-sec .row-flex .text p {
  margin-bottom: 15px;
}
#smartbeta_page .philosophy-sec {
  margin: 50px 0;
  background-image: url(../../img/cta/bottom-section-fund-of-fund.jpg);
}
@media (max-width: 767px) {
  #smartbeta_page .philosophy-sec {
    background-image: url(../../img/cta/bottom-section-fund-of-fund-mobile.jpg);
  }
}
#smartbeta_page #funds_solutions {
  -ms-transform: translateY(-11%);
  transform: translateY(-11%);
}
#smartbeta_page .interactive {
  z-index: 1;
}
#smartbeta_page .interactive .element img {
  cursor: pointer;
  position: absolute;
  margin-top: 0 !important;
}
#smartbeta_page .interactive .element:nth-child(1) img {
  top: 32%;
  left: 34%;
}
#smartbeta_page .interactive .element:nth-child(1) .content {
  left: 10%;
  top: 16%;
}
#smartbeta_page .interactive .element:nth-child(2) img {
  top: 66%;
  right: 34%;
}
#smartbeta_page .interactive .element:nth-child(2) .content {
  right: 15%;
  bottom: 10%;
}
#emirates {
  position: relative;
}
#emirates .section_padding {
  padding: 50px 0;
}
@media (max-width: 991px) {
  #emirates .section_padding {
    padding: 30px 0;
  }
}
#emirates .inner_page_banner {
  background-image: url(../../img/emirates/banner.jpg);
  background-size: cover;
  height: 100vh;
}
@media (max-width: 1199px) {
  #emirates .inner_page_banner {
    height: 50vh;
  }
}
@media (max-width: 767px) {
  #emirates .inner_page_banner {
    background-image: url(../../img/emirates/mob-banner.jpg);
    height: 100vh;
  }
}
#emirates .inner_page_banner .logo_img {
  top: 5%;
}
#emirates .inner_page_banner .container {
  height: 100%;
}
#emirates .inner_page_banner .left_content {
  height: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  #emirates .inner_page_banner .left_content {
    padding-top: 100px;
  }
}
#emirates .inner_page_banner .left_content .heading {
  text-align: left;
  color: #fff;
  margin-bottom: 40px;
}
#emirates .inner_page_banner .left_content .heading .subtext {
  color: #363157;
}
#emirates .inner_page_banner .left_content .banner_desc {
  text-align: left;
  width: 250px;
  font-family: "GTAmericaTrial-Rg";
  margin-bottom: 35px;
}
#emirates .inner_page_banner .left_content .theme_btn {
  width: fit-content;
  color: #fff;
}
#emirates .inner_page_banner .left_content .theme_btn:before {
  background-color: #fff;
}
#emirates .ad_section {
  padding: 100px 0 50px;
}
@media (max-width: 991px) {
  #emirates .ad_section {
    padding: 50px 0 30px;
  }
}
#emirates .ad_section .ad_box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #emirates .ad_section .ad_box {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#emirates .ad_section .ad_box .left_box {
  width: 30%;
}
@media (max-width: 991px) {
  #emirates .ad_section .ad_box .left_box {
    width: 100%;
    margin-bottom: 30px;
  }
}
#emirates .ad_section .ad_box .left_box.width_45 {
  width: 45%;
}
@media (max-width: 991px) {
  #emirates .ad_section .ad_box .left_box.width_45 {
    width: 100%;
  }
}
#emirates .ad_section .ad_box .left_box .heading {
  margin-bottom: 10px;
}
#emirates .ad_section .ad_box .left_box .heading .subtext {
  font-family: "Beyond Infinity Demo";
  line-height: 1;
  color: #be8a76;
}
#emirates .ad_section .ad_box .left_box .ad_desc {
  margin-bottom: 10px;
}
#emirates .ad_section .ad_box .right_box {
  width: 55%;
  position: relative;
}
@media (max-width: 991px) {
  #emirates .ad_section .ad_box .right_box {
    width: 100%;
  }
}
#emirates .ad_section .ad_box .right_box iframe {
  width: 100%;
  height: 450px;
}
@media (max-width: 767px) {
  #emirates .ad_section .ad_box .right_box iframe {
    height: 250px;
  }
}
#emirates .ad_section .ad_box .right_box .left_img {
  width: 100%;
}
#emirates .ad_section .ad_box .right_box .right_content {
  text-align: center;
  color: #fff;
}
#emirates .ad_section .ad_box .right_box .right_content .place_name {
  font-family: "GTAmericaTrial-Rg";
}
#emirates .ad_section .ad_box .right_box .right_content .heading {
  font-family: "ArgentCF Regular";
}
#emirates .waterfield_way .way_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [5];
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  #emirates .waterfield_way .way_box {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
}
#emirates .waterfield_way .way_box .way_item {
  padding: 45px;
  border-radius: 8px;
  background-color: #edebe8;
}
@media (max-width: 991px) {
  #emirates .waterfield_way .way_box .way_item {
    padding: 25px;
  }
}
#emirates .waterfield_way .way_box .way_item:hover {
  background-color: #fde9d5;
}
#emirates .waterfield_way .way_box .way_item .inner_title {
  margin: 0;
  margin-bottom: 18px;
  font-size: 40px;
}
@media (max-width: 991px) {
  #emirates .waterfield_way .way_box .way_item .inner_title {
    font-size: 22px;
  }
}
#emirates .waterfield_way .way_box .way_item .inner_desc {
  font-family: "GTAmericaTrial-Rg";
}
#emirates .waterfield_way .way_box .way_item .inner_img {
  display: none;
  margin: 30px auto;
  text-align: center;
}
#emirates .waterfield_way .way_box .way_item:nth-child(1) {
  grid-area: 1/1/3/3;
}
#emirates .waterfield_way .way_box .way_item:nth-child(1) .inner_img {
  display: block;
}
@media (max-width: 991px) {
  #emirates .waterfield_way .way_box .way_item:nth-child(1) {
    grid-area: auto;
  }
}
#emirates .waterfield_way .way_box .way_item:nth-child(2) {
  grid-area: 1/3/1/6;
}
@media (max-width: 991px) {
  #emirates .waterfield_way .way_box .way_item:nth-child(2) {
    grid-area: auto;
  }
}
#emirates .waterfield_way .way_box .way_item:nth-child(3) {
  grid-area: 2/3/3/6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#emirates .waterfield_way .way_box .way_item:nth-child(3) .item_img {
  width: 30%;
}
@media (max-width: 991px) {
  #emirates .waterfield_way .way_box .way_item:nth-child(3) .item_img {
    width: 50%;
    margin: 0 auto;
  }
}
#emirates .waterfield_way .way_box .way_item:nth-child(3) .item_img img {
  width: 100%;
}
#emirates .waterfield_way .way_box .way_item:nth-child(3) .item_content {
  width: 65%;
}
@media (max-width: 991px) {
  #emirates .waterfield_way .way_box .way_item:nth-child(3) .item_content {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  #emirates .waterfield_way .way_box .way_item:nth-child(3) {
    grid-area: auto;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#emirates .seen_section .seen_box {
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 35px;
}
@media (max-width: 767px) {
  #emirates .seen_section .seen_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #emirates .seen_section .seen_box .seen_item {
    width: 45%;
    margin-bottom: 30px;
  }
  #emirates .seen_section .seen_box .seen_item:nth-child(3) {
    margin-bottom: 0;
  }
  #emirates .seen_section .seen_box .seen_item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #emirates .seen_section .seen_box .seen_item img {
    width: 100%;
  }
}
#emirates .connect_us_section #connect_us {
  scroll-margin-top: 200px;
}
#emirates .connect_us_section .flex {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#emirates .connect_us_section .flex textarea {
  background: transparent;
  font-size: 14px;
}
@media (max-width: 767px) {
  #emirates .connect_us_section .flex .heading {
    margin-bottom: 0;
  }
}
#emirates .connect_us_section .flex .contact_form {
  min-width: 60%;
  background-color: #fde9d5;
  padding: 55px;
  border-radius: 8px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  #emirates .connect_us_section .flex .contact_form {
    margin-right: 0;
    margin-bottom: 30px;
    padding: 20px;
  }
}
#emirates
  .connect_us_section
  .flex
  .contact_form
  form
  .form_fields
  [type="radio"] {
  z-index: 1;
}
@media (max-width: 767px) {
  #emirates
    .connect_us_section
    .flex
    .contact_form
    form
    .form_fields
    > .text_fields {
    margin-top: 0;
  }
}
#emirates .connect_us_section .flex .contact_form form .form_fields .checkmark {
  z-index: 0;
}
#emirates .connect_us_section .flex .contact_form form .submit_note {
  font-size: 14px;
  color: #363157;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "GTAmericaTrial-Rg";
  font-style: italic;
}
#emirates .connect_us_section .flex .insight_div {
  width: 35%;
  height: fit-content;
  background-color: #edebe8;
  padding: 35px 130px 55px 30px;
  border-radius: 8px;
}
@media (max-width: 991px) {
  #emirates .connect_us_section .flex .insight_div {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  #emirates .connect_us_section .flex .insight_div {
    width: 100%;
    padding-bottom: 80px;
  }
}
#emirates .connect_us_section .flex .insight_div .hash_img {
  position: absolute;
  right: 0;
  bottom: 0;
}
#emirates .connect_us_section .flex .insight_div .insight_title {
  margin: 0;
  margin-bottom: 15px;
  line-height: 1.3;
  border-radius: 8px;
  font-size: 35px;
}
#emirates .solutions {
  padding-left: calc((100vw - var(--container_size)) / 2);
}
@media (max-width: 991px) {
  #emirates .solutions {
    padding: 40px 0 0 0;
    max-width: calc(var(--container_size)- 10px);
    padding-left: 0;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #emirates .solutions {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  #emirates .solutions .flex {
    display: block;
  }
}
#emirates .solutions .flex .heading .subtext {
  font-family: "Beyond Infinity Demo";
  line-height: 1;
  color: #be8a76;
}
#emirates .solutions .left-arrow,
#emirates .solutions .right-arrow {
  position: absolute;
  bottom: -30px;
  cursor: pointer;
}
@media (max-width: 991px) {
  #emirates .solutions .left-arrow,
  #emirates .solutions .right-arrow {
    bottom: 0;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  #emirates .solutions .left-arrow,
  #emirates .solutions .right-arrow {
    max-width: 25px;
  }
}
#emirates .solutions .left-arrow {
  left: 0;
}
#emirates .solutions .right-arrow {
  left: 5%;
}
@media (max-width: 767px) {
  #emirates .solutions .right-arrow {
    left: 10%;
  }
}
#emirates .solutions .solution_slider {
  position: relative;
  width: 70%;
}
@media (max-width: 991px) {
  #emirates .solutions .solution_slider {
    width: 100%;
  }
}
#emirates .solutions .solution_slider .solutions_box {
  min-width: 100%;
}
#emirates .solutions .solution_slider .solutions_box .extra_padding {
  margin: 0 15px;
  position: relative;
  width: 25vw !important;
  border-radius: 8px;
}
@media (max-width: 991px) {
  #emirates .solutions .solution_slider .solutions_box .extra_padding {
    padding: 0;
    margin: 15px 10px 30px;
    width: 40vw !important;
  }
}
@media (max-width: 767px) {
  #emirates .solutions .solution_slider .solutions_box .extra_padding {
    width: 75vw !important;
  }
}
#emirates .solutions .solution_slider .solutions_box .extra_padding .details {
  position: absolute;
  bottom: 0;
  color: #fff;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  padding: 0 20px 20px 20px;
  right: 0;
  left: 0;
}
@media (max-width: 991px) {
  #emirates .solutions .solution_slider .solutions_box .extra_padding .details {
    right: 0;
    left: 0;
  }
}
#emirates
  .solutions
  .solution_slider
  .solutions_box
  .extra_padding
  .details
  h5 {
  font-size: 22px;
}
#emirates .solutions .solution_slider .solutions_box .extra_padding .details p {
  font-size: 16px;
  opacity: 0.8;
  margin-top: 10px;
}
#emirates
  .solutions
  .solution_slider
  .solutions_box
  .extra_padding
  .details
  .price {
  margin-top: 20px;
}
#emirates
  .solutions
  .solution_slider
  .solutions_box
  .extra_padding
  .details
  .price
  span {
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0.8;
}
#emirates
  .solutions
  .solution_slider
  .solutions_box
  .extra_padding
  .details
  .price
  .million {
  font-size: 16px;
}
#emirates .offerings_section .offering_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  #emirates .offerings_section .offering_box {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  #emirates .offerings_section .offering_box {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
#emirates .offerings_section .offering_box .offering_item {
  padding: 35px;
  background-color: #edebe8;
  border-radius: 8px;
}
@media (max-width: 767px) {
  #emirates .offerings_section .offering_box .offering_item {
    padding: 20px;
  }
}
#emirates .offerings_section .offering_box .offering_item .heading {
  font-size: 28px;
}
#emirates .offerings_section .offering_box .offering_item ul {
  padding-left: 20px;
}
#emirates .offerings_section .offering_box .offering_item ul .offering_desc {
  font-size: 14px;
  list-style-type: disc;
}
@media (max-width: 767px) {
  #emirates .offerings_section .offering_box .offering_item ul .offering_desc {
    font-size: initial;
  }
}
#emirates .offerings_section .offering_box .offering_item .offering_number {
  font-size: 20px;
  color: #be8a76;
  position: absolute;
  right: 15px;
  bottom: 15px;
  margin: 0;
}
@media (max-width: 991px) {
  #emirates .offerings_section .offering_box .offering_item .offering_number {
    font-size: 18px;
  }
}
#emirates .offerings_section .offering_box .offering_item:nth-child(1) {
  grid-area: 1/1 / 3/3;
}
@media (max-width: 767px) {
  #emirates .offerings_section .offering_box .offering_item:nth-child(1) {
    grid-area: 1;
  }
}
#emirates
  .offerings_section
  .offering_box
  .offering_item:nth-child(1)
  .heading {
  font-size: 40px;
}
@media (max-width: 767px) {
  #emirates
    .offerings_section
    .offering_box
    .offering_item:nth-child(1)
    .heading {
    font-size: 28px;
  }
}
#emirates
  .offerings_section
  .offering_box
  .offering_item:nth-child(1)
  .offering_desc {
  font-size: initial;
}
#emirates
  .offerings_section
  .offering_box
  .offering_item:nth-child(1)
  .offering_icon {
  margin-left: auto;
}
@media (max-width: 767px) {
  #emirates
    .offerings_section
    .offering_box
    .offering_item:nth-child(1)
    .offering_icon {
    max-width: 80px;
  }
}
#emirates
  .offerings_section
  .offering_box
  .offering_item:nth-child(1)
  .offering_number {
  display: none;
}
#emirates
  .offerings_section
  .offering_box
  .offering_item:not(:nth-child(1))
  .offering_icon {
  display: none;
}
#emirates
  .offerings_section
  .offering_box
  .offering_item:not(:nth-child(1))
  .theme_btn {
  display: none;
}
#emirates .awards_section .recognition_box {
  padding: 55px;
  background-color: #fde9d5;
  border-radius: 8px;
}
@media (max-width: 991px) {
  #emirates .awards_section .recognition_box {
    padding: 25px;
  }
}
#emirates .awards_section .recognition_box .slider .inner_slide h3 {
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}
#emirates .awards_section .recognition_box .slider .inner_slide img {
  margin: 15px auto;
}
#emirates .awards_section .recognition_box .slider .inner_slide p {
  font-size: 14px;
  width: 80%;
  margin: auto;
  text-align: center;
}
#emirates .cookie_wrapper {
  display: none;
  position: fixed;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
  color: #363157;
  font-family: "GTAmericaTrial-Rg";
  font-weight: 400;
  font-size: 18px;
  padding: 15px 20px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 8px 8px 0 0;
  filter: drop-shadow(0 12px 6px rgba(0, 0, 0, 0.5));
}
@media (max-width: 767px) {
  #emirates .cookie_wrapper {
    width: 90%;
    font-size: 14px;
  }
}
#emirates .cookie_wrapper h5 {
  margin: 0;
  font-family: "GTAmericaTrial-Rg";
}
#emirates .cookie_wrapper .policy_link {
  border-bottom: 1px solid #363157;
}
#emirates .cookie_wrapper .button_wrapper {
  margin-top: 10px;
}
#emirates .cookie_wrapper .button_wrapper .accept_button {
  color: rgba(255, 255, 255, 0.8);
  border: 0 solid;
  border-radius: 50px;
  background-color: #363157;
  padding: 5px 20px;
  cursor: pointer;
}
#emirates .cookie_wrapper .button_wrapper .theme_btn {
  color: #fde9d5;
  padding: 5px 0;
  margin-left: 15px;
}
#emirates .cookie_wrapper .button_wrapper .theme_btn::before,
#emirates .cookie_wrapper .button_wrapper .theme_btn::after {
  background-color: #fde9d5;
}
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type="text"],
.iti input[type="tel"] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: 0;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.iti__country {
  padding: 5px 10px;
  outline: 0;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown
  input[disabled]
  + .iti__flag-container:hover
  .iti__selected-flag,
.iti--allow-dropdown
  input[readonly]
  + .iti__flag-container:hover
  .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0 0;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0;
}
.iti__flag {
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  background-image: url("../img/flags/flags.png");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/flags/flags@2x.png");
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0 0;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0;
}
#women_of_wealth_page {
  overflow: hidden;
}
#women_of_wealth_page .inner_page_banner {
  background-image: url(../../img/desktop-banners/women_img1.jpg);
}
@media (max-width: 767px) {
  #women_of_wealth_page .inner_page_banner {
    background-image: url(../../img/mobile-banners/women_img1.jpg);
  }
}
#women_of_wealth_page .inner_page_banner .subtext lottie-player {
  width: 218px;
  height: auto;
  margin: 0 auto;
}
#women_of_wealth_page .inner_page_banner .heading {
  margin: auto;
  margin-bottom: 0;
  font-size: 54px;
  opacity: 0;
}
#women_of_wealth_page .inner_page_banner .heading:first-child {
  margin-top: 120px;
}
@media (min-width: 1440px) {
  #women_of_wealth_page .inner_page_banner .heading:first-child {
    margin-top: 160px;
  }
}
@media (max-width: 767px) {
  #women_of_wealth_page .inner_page_banner .heading {
    font-size: 38px !important;
    display: inline;
  }
}
#women_of_wealth_page .inner_page_banner .heading .block {
  display: block;
}
#women_of_wealth_page .inner_page_banner p {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 5px;
  font-family: "GTAmericaTrial-Md";
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  #women_of_wealth_page .inner_page_banner .heading {
    padding-top: 0;
  }
}
#women_of_wealth_page .beta_img {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  #women_of_wealth_page .beta_img {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
#women_of_wealth_page .expertise-sec {
  padding: 50px 0;
  scroll-margin-top: 200px;
}
@media (max-width: 991px) {
  #women_of_wealth_page .expertise-sec {
    padding-bottom: 0;
  }
}
#women_of_wealth_page .expertise-sec .flex img {
  float: right;
}
#women_of_wealth_page .expertise-sec .flex .text {
  padding-right: 30px;
}
@media (max-width: 1199px) {
  #women_of_wealth_page .expertise-sec .flex .text {
    width: 100%;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  #women_of_wealth_page .expertise-sec .flex .text {
    width: 100%;
    padding-left: 0;
  }
}
#women_of_wealth_page .expertise-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#women_of_wealth_page .expertise-sec .row-flex .img-div {
  height: 100%;
  width: 40%;
}
@media (max-width: 991px) {
  #women_of_wealth_page .expertise-sec .row-flex .img-div {
    width: 100%;
  }
}
#women_of_wealth_page .expertise-sec .row-flex .text {
  width: 60%;
  padding-left: 40px;
}
@media (max-width: 1199px) {
  #women_of_wealth_page .expertise-sec .row-flex .text {
    width: 100%;
    padding-left: 15px;
    padding-top: 15px;
  }
}
@media (max-width: 991px) {
  #women_of_wealth_page .expertise-sec .row-flex .text {
    width: 100%;
    padding-left: 0;
  }
}
#women_of_wealth_page .expertise-sec .row-flex .text .heading {
  margin-bottom: 20px;
}
#women_of_wealth_page .expertise-sec .row-flex .text p {
  margin-bottom: 15px;
  font-size: 18px;
  width: 70%;
}
@media (max-width: 991px) {
  #women_of_wealth_page .expertise-sec .row-flex .text p {
    width: 100%;
  }
}
#women_of_wealth_page .expertise-sec .row-flex .text .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}
#women_of_wealth_page .expertise-sec .row-flex .text .row-flex .item {
  width: 46%;
  padding-left: 50px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #women_of_wealth_page .expertise-sec .row-flex .text .row-flex .item {
    width: 100%;
  }
}
#women_of_wealth_page
  .expertise-sec
  .row-flex
  .text
  .row-flex
  .item:nth-last-child(1) {
  margin-bottom: 0;
}
#women_of_wealth_page .expertise-sec .row-flex .text .row-flex .item .title {
  font-size: 20px;
  font-family: "Manier";
  margin-bottom: 5px;
  min-height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
#women_of_wealth_page .expertise-sec .row-flex .text .row-flex .item .points {
  font-size: 16px;
}
#women_of_wealth_page .expertise-sec .row-flex .text .row-flex .item .points p {
  margin-bottom: 10px;
  line-height: 22px;
  position: relative;
}
#women_of_wealth_page
  .expertise-sec
  .row-flex
  .text
  .row-flex
  .item
  .points
  p::before {
  position: absolute;
  content: "";
  top: 0;
  left: -15px;
  width: 5px;
  height: 5px;
  background-color: #363157;
  margin-top: 8px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#women_of_wealth_page .expertise-sec .row-flex .text .row-flex .item .number {
  position: absolute;
  top: 10%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Manier";
  font-size: 96px;
  font-weight: 700;
  color: rgba(82, 87, 49, 0.1);
}
#women_of_wealth_page .expertise-sec .row-flex .text .row-flex .explore {
  width: 100%;
  padding-left: 50px;
}
#women_of_wealth_page .expertise-sec.beta .row-flex .text p {
  width: 95%;
}
#women_of_wealth_page .expertise-sec.beta .pointers .item {
  padding: 0 65px;
}
@media (max-width: 767px) {
  #women_of_wealth_page .expertise-sec.beta .pointers .item {
    padding: 0 15px;
  }
}
#women_of_wealth_page .expertise-sec.beta .pointers .item .title {
  margin-bottom: 20px;
}
#women_of_wealth_page .expertise-sec.beta .pointers .item p {
  font-size: 18px;
}
#women_of_wealth_page .expertise-sec.beta.para-margin p {
  margin-bottom: 15px;
}
#women_of_wealth_page .expertise-sec.beta .title {
  font-size: 20px;
  font-family: "Manier";
  margin-bottom: 5px;
  min-height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
#women_of_wealth_page .expertise-sec.beta .points {
  font-size: 16px;
}
#women_of_wealth_page .expertise-sec.beta .points p {
  margin-bottom: 10px;
  line-height: 22px;
  position: relative;
}
#women_of_wealth_page .expertise-sec.beta .points p::before {
  position: absolute;
  content: "";
  top: 0;
  left: -15px;
  width: 5px;
  height: 5px;
  background-color: #363157;
  margin-top: 8px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#women_of_wealth_page .process-sec {
  position: relative;
  overflow: visible;
  scroll-margin-top: 200px;
}
@media (max-width: 767px) {
  #women_of_wealth_page .process-sec {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  #women_of_wealth_page .process-sec br {
    display: none;
  }
}
#women_of_wealth_page .process-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 767px) {
  #women_of_wealth_page .process-sec .row-flex {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#women_of_wealth_page .process-sec .row-flex .flex {
  gap: 35px;
}
@media (max-width: 1199px) {
  #women_of_wealth_page .process-sec .row-flex .flex {
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 991px) {
  #women_of_wealth_page .process-sec .row-flex .flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  #women_of_wealth_page .process-sec .row-flex .flex .text {
    width: 100%;
  }
}
#women_of_wealth_page .process-sec .row-flex .flex .text .point .title {
  font-size: 24px;
  font-family: "Manier";
  margin-bottom: 10px;
  line-height: 23px;
}
#women_of_wealth_page .process-sec .row-flex .flex .text .point .theme_btn {
  cursor: pointer;
}
#women_of_wealth_page
  .process-sec
  .row-flex
  .flex
  .text
  .point
  .theme_btn::before {
  background-color: transparent;
}
#women_of_wealth_page .process-sec .row-flex .flex .text .point .theme_btn a {
  color: black;
}
#women_of_wealth_page .process-sec .row-flex .flex .text p {
  margin-bottom: 15px;
}
#women_of_wealth_page .process-sec .row-flex .flex .img-div {
  width: 40%;
  position: relative;
}
@media (max-width: 1199px) {
  #women_of_wealth_page .process-sec .row-flex .flex .img-div {
    width: 100%;
    margin-bottom: 0;
  }
}
#women_of_wealth_page .process-sec .row-flex .flex .img-div img {
  width: 100%;
}
#women_of_wealth_page .process-sec .row-flex .flex .img-div .content {
  width: 50%;
  padding: 25px;
  background-color: black;
  color: white;
  position: absolute;
  bottom: -20px;
  right: 0;
}
@media (max-width: 1699px) {
  #women_of_wealth_page .process-sec .row-flex .flex .img-div .content {
    bottom: 45px;
    right: 0;
  }
}
@media (max-width: 1439px) {
  #women_of_wealth_page .process-sec .row-flex .flex .img-div .content {
    bottom: 115px;
    right: 0;
  }
}
@media (max-width: 1199px) {
  #women_of_wealth_page .process-sec .row-flex .flex .img-div .content {
    bottom: 235px;
    padding: 15px;
  }
}
@media (max-width: 991px) {
  #women_of_wealth_page .process-sec .row-flex .flex .img-div .content {
    bottom: -25px;
    padding: 15px;
  }
}
#women_of_wealth_page .advantage_points {
  padding: 50px 0;
}
#women_of_wealth_page .advantage_points .advantages {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  #women_of_wealth_page .advantage_points .advantages {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#women_of_wealth_page .advantage_points .advantages .advantage {
  width: 33.33%;
  padding: 25px 50px 25px;
}
@media (max-width: 1199px) {
  #women_of_wealth_page .advantage_points .advantages .advantage {
    padding: 25px 25px 25px;
  }
}
@media (max-width: 767px) {
  #women_of_wealth_page .advantage_points .advantages .advantage {
    width: 100%;
  }
}
#women_of_wealth_page
  .advantage_points
  .advantages
  .advantage:not(:nth-child(2)) {
  color: white;
  background-color: #363157;
}
#women_of_wealth_page .advantage_points .advantages .advantage .content {
  text-align: center;
  padding-bottom: 25px;
}
#women_of_wealth_page .advantage_points .advantages .advantage .content hr {
  width: 100px;
}
#women_of_wealth_page .advantage_points .advantages .advantage .svg_large {
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  width: 520px;
  height: 400px;
}
@media (max-width: 1699px) {
  #women_of_wealth_page .advantage_points .advantages .advantage .svg_large {
    -ms-transform: unset;
    transform: unset;
    width: auto;
    height: 200px;
  }
}
#women_of_wealth_page
  .advantage_points
  .advantages
  .advantage
  #hyper-personalisation {
  -ms-transform: translateX(-20px) scale(1.2);
  transform: translateX(-20px) scale(1.2);
}
#women_of_wealth_page
  .advantage_points
  .advantages
  .advantage
  .advantage_point {
  max-width: 70%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  #women_of_wealth_page
    .advantage_points
    .advantages
    .advantage
    .advantage_point {
    max-width: 100%;
  }
}
#women_of_wealth_page
  .advantage_points
  .advantages
  .advantage
  .advantage_point
  .points
  p {
  display: block;
  color: #be8a76;
  font-size: 13px;
  line-height: 2;
}
@media (max-width: 991px) {
  #women_of_wealth_page
    .advantage_points
    .advantages
    .advantage
    .advantage_point
    .points
    p {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  #women_of_wealth_page
    .advantage_points
    .advantages
    .advantage
    .advantage_point
    .points
    p {
    font-size: 13px;
  }
}
#women_of_wealth_page
  .advantage_points
  .advantages
  .advantage
  .advantage_point
  .points
  p
  img {
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}
#women_of_wealth_page .expertise_img_nd_accordion .row-flex .text {
  width: 40%;
  position: relative;
  height: fit-content;
}
@media (max-width: 991px) {
  #women_of_wealth_page .expertise_img_nd_accordion .row-flex .text {
    width: 100%;
  }
}
#women_of_wealth_page .expertise_img_nd_accordion .row-flex .text .layerImg {
  position: absolute;
  bottom: 125px;
  right: -175px;
}
@media (max-width: 767px) {
  #women_of_wealth_page .expertise_img_nd_accordion .row-flex .text .layerImg {
    margin-top: 15px;
  }
}
#women_of_wealth_page
  .expertise_img_nd_accordion
  .row-flex
  .text
  .layerImg
  img {
  max-width: 90%;
}
@media (max-width: 1699px) {
  #women_of_wealth_page
    .expertise_img_nd_accordion
    .row-flex
    .text
    .layerImg
    img {
    max-width: 80%;
  }
}
@media (max-width: 1439px) {
  #women_of_wealth_page .expertise_img_nd_accordion .row-flex .text .layerImg {
    bottom: 120px;
    right: -220px;
  }
  #women_of_wealth_page
    .expertise_img_nd_accordion
    .row-flex
    .text
    .layerImg
    img {
    max-width: 70%;
  }
}
@media (max-width: 1199px) {
  #women_of_wealth_page .expertise_img_nd_accordion .row-flex .text .layerImg {
    bottom: unset;
    top: 65px;
    right: -220px;
  }
  #women_of_wealth_page
    .expertise_img_nd_accordion
    .row-flex
    .text
    .layerImg
    img {
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  #women_of_wealth_page .expertise_img_nd_accordion .row-flex .text .layerImg {
    top: unset;
    bottom: 150px;
    right: 0;
  }
  #women_of_wealth_page
    .expertise_img_nd_accordion
    .row-flex
    .text
    .layerImg
    img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #women_of_wealth_page .expertise_img_nd_accordion .row-flex .text .layerImg {
    position: relative;
    bottom: 0;
    right: 0;
  }
  #women_of_wealth_page
    .expertise_img_nd_accordion
    .row-flex
    .text
    .layerImg
    img {
    width: 100%;
    max-width: 100%;
  }
}
#women_of_wealth_page .expertise_img_nd_accordion .row-flex .text .content {
  width: 75%;
  position: absolute;
  bottom: 30px;
  left: 50px;
  color: white;
}
@media (max-width: 1699px) {
  #women_of_wealth_page .expertise_img_nd_accordion .row-flex .text .content {
    left: 20px;
  }
}
@media (max-width: 1439px) {
  #women_of_wealth_page .expertise_img_nd_accordion .row-flex .text .content {
    width: 60%;
    left: 50px;
  }
}
@media (max-width: 1199px) {
  #women_of_wealth_page .expertise_img_nd_accordion .row-flex .text .content {
    padding: 25px;
    width: 100%;
    bottom: unset;
    top: 50px;
    left: 0;
  }
}
@media (max-width: 991px) {
  #women_of_wealth_page .expertise_img_nd_accordion .row-flex .text .content {
    width: 65%;
    top: unset;
    left: 30px;
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  #women_of_wealth_page .expertise_img_nd_accordion .row-flex .text .content {
    width: 100%;
    padding: 15px;
    bottom: unset;
    top: 50px;
    left: 0;
  }
}
#women_of_wealth_page .expertise_img_nd_accordion .row-flex .accord-div {
  width: 45%;
}
@media (max-width: 1199px) {
  #women_of_wealth_page .expertise_img_nd_accordion .row-flex .accord-div {
    width: 52%;
  }
}
@media (max-width: 991px) {
  #women_of_wealth_page .expertise_img_nd_accordion .row-flex .accord-div {
    width: 100%;
  }
}
#women_of_wealth_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion
  .flex {
  position: relative;
  z-index: 1;
}
#women_of_wealth_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion
  .flex
  div {
  font-family: "Manier";
  font-size: 24px;
  color: #363157;
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  #women_of_wealth_page
    .expertise_img_nd_accordion
    .row-flex
    .accord-div
    .accordion
    .flex
    div {
    font-size: 18px;
  }
}
#women_of_wealth_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion
  .flex
  div:nth-child(1) {
  max-width: 10%;
}
#women_of_wealth_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion
  .flex
  div
  span {
  font-family: "Manier";
  font-size: 24px;
  color: #363157;
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  #women_of_wealth_page
    .expertise_img_nd_accordion
    .row-flex
    .accord-div
    .accordion
    .flex
    div
    span {
    font-size: 18px;
  }
}
#women_of_wealth_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion
  .flex::after {
  content: "";
  float: right;
  margin-left: 5px;
  padding-right: 30px;
  background-color: #c29180;
  -webkit-mask: url(../../img/close.svg) no-repeat 50% 50%;
  mask: url(../../img/close.svg) no-repeat 50% 50%;
  width: 15px;
  height: 15px;
  background-size: cover;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s ease;
  color: #be8a76;
  font-weight: normal;
  font-size: 30px;
}
@media (max-width: 991px) {
  #women_of_wealth_page
    .expertise_img_nd_accordion
    .row-flex
    .accord-div
    .accordion
    .flex::after {
    margin-top: 0;
  }
}
#women_of_wealth_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion:hover
  .flex
  div {
  padding-left: 0;
  color: #363157;
}
#women_of_wealth_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion:hover
  .flex
  div
  span {
  margin-left: -15px;
  color: #363157;
}
@media (max-width: 767px) {
  #women_of_wealth_page
    .expertise_img_nd_accordion
    .row-flex
    .accord-div
    .accordion:hover
    .flex
    div
    span {
    margin-left: 0;
  }
}
#women_of_wealth_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion:hover
  .flex
  div:nth-child(1) {
  max-width: 10%;
}
@media (max-width: 1199px) {
  #women_of_wealth_page
    .expertise_img_nd_accordion
    .row-flex
    .accord-div
    .accordion:hover
    .flex
    div:nth-child(1) {
    max-width: 10%;
  }
}
#women_of_wealth_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion:hover:before {
  content: "";
  background: #0000006b;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  display: none;
}
#women_of_wealth_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion.active {
  padding-bottom: 0;
  margin-bottom: 15px;
}
#women_of_wealth_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion.active
  .flex:after {
  -ms-transform: rotate(90deg) translateY(6px) translateY(-5px);
  transform: rotate(90deg) translateY(6px) translateY(-5px);
}
#women_of_wealth_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion.active
  .flex
  div {
  padding-left: 15px;
  color: #363157;
}
@media (max-width: 767px) {
  #women_of_wealth_page
    .expertise_img_nd_accordion
    .row-flex
    .accord-div
    .accordion.active
    .flex
    div {
    padding-left: 0;
  }
}
#women_of_wealth_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion.active
  .flex
  div
  span {
  margin-left: 15px;
  color: #363157;
}
@media (max-width: 767px) {
  #women_of_wealth_page
    .expertise_img_nd_accordion
    .row-flex
    .accord-div
    .accordion.active
    .flex
    div
    span {
    margin-left: 0;
  }
}
#women_of_wealth_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion.active:before {
  content: "";
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
#women_of_wealth_page .expertise_img_nd_accordion .row-flex .accord-div .panel {
  border-bottom: 1px solid #000;
}
#women_of_wealth_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .panel
  .flex
  div {
  max-width: 85%;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  #women_of_wealth_page
    .expertise_img_nd_accordion
    .row-flex
    .accord-div
    .panel
    .flex
    div {
    max-width: 100%;
  }
}
#women_of_wealth_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .panel
  .flex
  div
  p {
  padding-bottom: 15px;
}
#women_of_wealth_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .panel
  .flex
  .theme_btn {
  margin-top: 0;
  margin-right: 10px;
}
#women_of_wealth_page .financial_section {
  padding: 50px 0;
}
#women_of_wealth_page .financial_section .message {
  display: none;
  color: green;
  font-weight: 600px;
}
#women_of_wealth_page .financial_section .form_nd_Img {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  #women_of_wealth_page .financial_section .form_nd_Img {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#women_of_wealth_page .financial_section .form_nd_Img .form {
  width: 50%;
}
@media (max-width: 767px) {
  #women_of_wealth_page .financial_section .form_nd_Img .form {
    width: 100%;
  }
}
#women_of_wealth_page .financial_section .form_nd_Img .form form {
  padding-top: 0;
}
#women_of_wealth_page .financial_section .form_nd_Img .Img {
  margin-left: 25px;
  width: 50%;
}
@media (max-width: 767px) {
  #women_of_wealth_page .financial_section .form_nd_Img .Img {
    width: 100%;
    margin-left: 0;
  }
}
#women_of_wealth_page .financial_section .form_nd_Img .Img img {
  width: 90%;
}
@media (max-width: 1199px) {
  #women_of_wealth_page .financial_section .form_nd_Img .Img img {
    width: 100%;
  }
}
#women_of_wealth_page .financial_section .points_wrap .points_header {
  font-family: "ArgentCF Regular";
  font-size: 22px;
  color: #035256;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #women_of_wealth_page .financial_section .points_wrap .points_header {
    font-size: 18px;
  }
}
#women_of_wealth_page .financial_section .points_wrap .point_desc_wrap {
  margin-bottom: 30px;
}
#women_of_wealth_page
  .financial_section
  .points_wrap
  .point_desc_wrap
  .points_desc
  p {
  margin-bottom: 10px;
}
#women_of_wealth_page
  .financial_section
  .points_wrap
  .email_form
  .btn_sec
  button {
  border: 0;
  background: transparent;
}
#women_of_wealth_page .offering-sec {
  padding: 50px 0;
  scroll-margin-top: 200px;
}
#women_of_wealth_page .offering-sec .row-flex .flex {
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1199px) {
  #women_of_wealth_page .offering-sec .row-flex .flex .img-div {
    margin-right: 25px;
  }
}
#women_of_wealth_page .offering-sec .offeringImgs_section {
  padding: 50px 0 0;
}
#women_of_wealth_page .offering-sec .offeringImgs_section .offering_img {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1199px) {
  #women_of_wealth_page .offering-sec .offeringImgs_section .offering_img {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  #women_of_wealth_page .offering-sec .offeringImgs_section .offering_img {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
}
#women_of_wealth_page .offering-sec .offeringImgs_section .offering_img .imgs {
  background-color: #fde9d5;
}
#women_of_wealth_page
  .offering-sec
  .offeringImgs_section
  .offering_img
  .imgs
  img {
  width: 100%;
  max-width: 100%;
}
#women_of_wealth_page
  .offering-sec
  .offeringImgs_section
  .offering_img
  .imgs
  .content {
  text-align: center;
  padding: 10px 0 30px;
}
#women_of_wealth_page
  .offering-sec
  .offeringImgs_section
  .offering_img
  .imgs
  .content
  p {
  font-family: "Manier";
}
#women_of_wealth_page #advantage {
  padding: 50px 0;
  scroll-margin-top: 200px;
}
#women_of_wealth_page #advantage .vault {
  padding: 50px 0;
}
#women_of_wealth_page #advantage .women_vaults_slider {
  display: block;
}
#women_of_wealth_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1),
#women_of_wealth_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14) {
  width: 100%;
}
#women_of_wealth_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .box_inner
  .img_block
  img,
#women_of_wealth_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .box_inner
  .img_block
  img {
  max-width: unset;
  width: 100%;
}
#women_of_wealth_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .box_inner
  .img_block
  img.play_btn,
#women_of_wealth_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .box_inner
  .img_block
  img.play_btn {
  max-width: 100%;
  width: auto;
  left: 25%;
}
@media screen and (max-width: 767px) {
  #women_of_wealth_page
    #advantage
    .women_vaults_slider
    .vault_data_item:nth-child(1)
    .box_inner
    .img_block
    img.play_btn,
  #women_of_wealth_page
    #advantage
    .women_vaults_slider
    .vault_data_item:nth-child(14)
    .box_inner
    .img_block
    img.play_btn {
    width: unset;
    left: 50%;
  }
}
#women_of_wealth_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block,
#women_of_wealth_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block {
  position: static;
  background: transparent !important;
  color: #363157;
  right: 0;
  width: 100%;
  padding: 10px;
}
#women_of_wealth_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  a,
#women_of_wealth_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  a {
  color: inherit;
  text-decoration: none;
}
#women_of_wealth_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  a:hover,
#women_of_wealth_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  a:hover {
  color: inherit;
}
#women_of_wealth_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .categary_txt,
#women_of_wealth_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .categary_txt {
  color: #363157;
}
#women_of_wealth_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .box_head,
#women_of_wealth_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .box_head {
  color: #363157;
}
#women_of_wealth_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .para_block,
#women_of_wealth_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .para_block {
  color: #363157;
}
#women_of_wealth_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .bottom_block,
#women_of_wealth_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .bottom_block {
  margin: 15px 0 10px;
}
#women_of_wealth_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .bottom_block
  .audioplayer-time,
#women_of_wealth_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .bottom_block
  .audioplayer-time {
  color: #363157;
}
#women_of_wealth_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .bottom_block
  .date_txt,
#women_of_wealth_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .bottom_block
  .date_txt {
  color: #8f8f8f;
}
#women_of_wealth_page + #contact {
  scroll-margin-top: 10vmin;
}
#women_of_wealth_page1 {
  overflow: hidden;
}
#women_of_wealth_page1 .inner_page_banner {
  background-image: url(../../img/desktop-banners/women_img2.jpg);
}
@media (max-width: 767px) {
  #women_of_wealth_page1 .inner_page_banner {
    background-image: url(../../img/mobile-banners/women-banner.jpg);
  }
}
#women_of_wealth_page1 .inner_page_banner p {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 5px;
  font-family: "GTAmericaTrial-Md";
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  #women_of_wealth_page1 .inner_page_banner .heading {
    padding-top: 0;
  }
}
#women_of_wealth_page1 .beta_img {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  #women_of_wealth_page1 .beta_img {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
#women_of_wealth_page1 .expertise-sec {
  padding: 50px 0;
  scroll-margin-top: 200px;
}
@media (max-width: 991px) {
  #women_of_wealth_page1 .expertise-sec {
    padding-bottom: 0;
  }
}
#women_of_wealth_page1 .expertise-sec .flex img {
  float: right;
}
#women_of_wealth_page1 .expertise-sec .flex .text {
  padding-right: 30px;
}
@media (max-width: 1199px) {
  #women_of_wealth_page1 .expertise-sec .flex .text {
    width: 100%;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  #women_of_wealth_page1 .expertise-sec .flex .text {
    width: 100%;
    padding-left: 0;
  }
}
#women_of_wealth_page1 .expertise-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#women_of_wealth_page1 .expertise-sec .row-flex .img-div {
  height: 100%;
  width: 40%;
}
@media (max-width: 991px) {
  #women_of_wealth_page1 .expertise-sec .row-flex .img-div {
    width: 100%;
  }
}
#women_of_wealth_page1 .expertise-sec .row-flex .text {
  width: 60%;
  padding-left: 40px;
}
@media (max-width: 1199px) {
  #women_of_wealth_page1 .expertise-sec .row-flex .text {
    width: 100%;
    padding-left: 15px;
    padding-top: 15px;
  }
}
@media (max-width: 991px) {
  #women_of_wealth_page1 .expertise-sec .row-flex .text {
    width: 100%;
    padding-left: 0;
  }
}
#women_of_wealth_page1 .expertise-sec .row-flex .text .heading {
  margin-bottom: 20px;
}
#women_of_wealth_page1 .expertise-sec .row-flex .text p {
  margin-bottom: 15px;
  font-size: 18px;
  width: 70%;
}
@media (max-width: 991px) {
  #women_of_wealth_page1 .expertise-sec .row-flex .text p {
    width: 100%;
  }
}
#women_of_wealth_page1 .expertise-sec .row-flex .text .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}
#women_of_wealth_page1 .expertise-sec .row-flex .text .row-flex .item {
  width: 46%;
  padding-left: 50px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #women_of_wealth_page1 .expertise-sec .row-flex .text .row-flex .item {
    width: 100%;
  }
}
#women_of_wealth_page1
  .expertise-sec
  .row-flex
  .text
  .row-flex
  .item:nth-last-child(1) {
  margin-bottom: 0;
}
#women_of_wealth_page1 .expertise-sec .row-flex .text .row-flex .item .title {
  font-size: 20px;
  font-family: "Manier";
  margin-bottom: 5px;
  min-height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
#women_of_wealth_page1 .expertise-sec .row-flex .text .row-flex .item .points {
  font-size: 16px;
}
#women_of_wealth_page1
  .expertise-sec
  .row-flex
  .text
  .row-flex
  .item
  .points
  p {
  margin-bottom: 10px;
  line-height: 22px;
  position: relative;
}
#women_of_wealth_page1
  .expertise-sec
  .row-flex
  .text
  .row-flex
  .item
  .points
  p::before {
  position: absolute;
  content: "";
  top: 0;
  left: -15px;
  width: 5px;
  height: 5px;
  background-color: #363157;
  margin-top: 8px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#women_of_wealth_page1 .expertise-sec .row-flex .text .row-flex .item .number {
  position: absolute;
  top: 10%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Manier";
  font-size: 96px;
  font-weight: 700;
  color: rgba(82, 87, 49, 0.1);
}
#women_of_wealth_page1 .expertise-sec .row-flex .text .row-flex .explore {
  width: 100%;
  padding-left: 50px;
}
#women_of_wealth_page1 .expertise-sec.beta .row-flex .text p {
  width: 95%;
}
#women_of_wealth_page1 .expertise-sec.beta .pointers .item {
  padding: 0 65px;
}
@media (max-width: 767px) {
  #women_of_wealth_page1 .expertise-sec.beta .pointers .item {
    padding: 0 15px;
  }
}
#women_of_wealth_page1 .expertise-sec.beta .pointers .item .title {
  margin-bottom: 20px;
}
#women_of_wealth_page1 .expertise-sec.beta .pointers .item p {
  font-size: 18px;
}
#women_of_wealth_page1 .expertise-sec.beta.para-margin p {
  margin-bottom: 15px;
}
#women_of_wealth_page1 .expertise-sec.beta .title {
  font-size: 20px;
  font-family: "Manier";
  margin-bottom: 5px;
  min-height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
#women_of_wealth_page1 .expertise-sec.beta .points {
  font-size: 16px;
}
#women_of_wealth_page1 .expertise-sec.beta .points p {
  margin-bottom: 10px;
  line-height: 22px;
  position: relative;
}
#women_of_wealth_page1 .expertise-sec.beta .points p::before {
  position: absolute;
  content: "";
  top: 0;
  left: -15px;
  width: 5px;
  height: 5px;
  background-color: #363157;
  margin-top: 8px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#women_of_wealth_page1 .process-sec {
  position: relative;
  overflow: visible;
  scroll-margin-top: 200px;
}
@media (max-width: 767px) {
  #women_of_wealth_page1 .process-sec {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  #women_of_wealth_page1 .process-sec br {
    display: none;
  }
}
#women_of_wealth_page1 .process-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 767px) {
  #women_of_wealth_page1 .process-sec .row-flex {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#women_of_wealth_page1 .process-sec .row-flex .flex {
  gap: 35px;
}
@media (max-width: 1199px) {
  #women_of_wealth_page1 .process-sec .row-flex .flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  #women_of_wealth_page1 .process-sec .row-flex .flex .text {
    width: 100%;
  }
}
#women_of_wealth_page1 .process-sec .row-flex .flex .text .point .title {
  font-size: 24px;
  font-family: "Manier";
  margin-bottom: 10px;
  line-height: 23px;
}
#women_of_wealth_page1
  .process-sec
  .row-flex
  .flex
  .text
  .point
  .theme_btn::before {
  background-color: transparent;
}
#women_of_wealth_page1 .process-sec .row-flex .flex .text .point .theme_btn a {
  color: black;
}
#women_of_wealth_page1 .process-sec .row-flex .flex .text p {
  margin-bottom: 15px;
}
#women_of_wealth_page1 .process-sec .row-flex .flex .img-div {
  width: 40%;
  position: relative;
}
@media (max-width: 1199px) {
  #women_of_wealth_page1 .process-sec .row-flex .flex .img-div {
    width: 100%;
    margin-bottom: 0;
  }
}
#women_of_wealth_page1 .process-sec .row-flex .flex .img-div img {
  width: 100%;
}
#women_of_wealth_page1 .process-sec .row-flex .flex .img-div .content {
  width: 50%;
  padding: 25px;
  background-color: black;
  color: white;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1699px) {
  #women_of_wealth_page1 .process-sec .row-flex .flex .img-div .content {
    bottom: 60px;
    right: 0;
  }
}
@media (max-width: 1439px) {
  #women_of_wealth_page1 .process-sec .row-flex .flex .img-div .content {
    bottom: 155px;
    right: 0;
  }
}
@media (max-width: 1199px) {
  #women_of_wealth_page1 .process-sec .row-flex .flex .img-div .content {
    bottom: -25px;
    padding: 15px;
  }
}
#women_of_wealth_page1 .advantage_points {
  padding: 50px 0;
}
#women_of_wealth_page1 .advantage_points .advantages {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  #women_of_wealth_page1 .advantage_points .advantages {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#women_of_wealth_page1 .advantage_points .advantages .advange {
  width: 33.33%;
  padding: 25px 50px 50px;
}
@media (max-width: 767px) {
  #women_of_wealth_page1 .advantage_points .advantages .advange {
    width: 100%;
  }
}
#women_of_wealth_page1
  .advantage_points
  .advantages
  .advange:not(:nth-child(2)) {
  color: white;
  background-color: #363157;
}
#women_of_wealth_page1 .advantage_points .advantages .advange .content {
  text-align: center;
  padding-bottom: 25px;
}
#women_of_wealth_page1 .advantage_points .advantages .advange .content hr {
  width: 100px;
}
#women_of_wealth_page1 .advantage_points .advantages .advange img {
  margin: 0 auto;
}
#women_of_wealth_page1 .expertise_img_nd_accordion .row-flex .text {
  position: relative;
}
#women_of_wealth_page1 .expertise_img_nd_accordion .row-flex .text .layerImg {
  position: absolute;
  bottom: 125px;
  right: -175px;
}
@media (max-width: 767px) {
  #women_of_wealth_page1 .expertise_img_nd_accordion .row-flex .text .layerImg {
    margin-top: 15px;
  }
}
#women_of_wealth_page1
  .expertise_img_nd_accordion
  .row-flex
  .text
  .layerImg
  img {
  max-width: 90%;
}
@media (max-width: 1699px) {
  #women_of_wealth_page1
    .expertise_img_nd_accordion
    .row-flex
    .text
    .layerImg
    img {
    max-width: 80%;
  }
}
@media (max-width: 1439px) {
  #women_of_wealth_page1 .expertise_img_nd_accordion .row-flex .text .layerImg {
    bottom: 120px;
    right: -220px;
  }
  #women_of_wealth_page1
    .expertise_img_nd_accordion
    .row-flex
    .text
    .layerImg
    img {
    max-width: 70%;
  }
}
@media (max-width: 1199px) {
  #women_of_wealth_page1 .expertise_img_nd_accordion .row-flex .text .layerImg {
    bottom: unset;
    top: 50px;
    right: -250px;
  }
  #women_of_wealth_page1
    .expertise_img_nd_accordion
    .row-flex
    .text
    .layerImg
    img {
    max-width: 55%;
  }
}
@media (max-width: 991px) {
  #women_of_wealth_page1 .expertise_img_nd_accordion .row-flex .text .layerImg {
    top: unset;
    bottom: 150px;
    right: 0;
  }
  #women_of_wealth_page1
    .expertise_img_nd_accordion
    .row-flex
    .text
    .layerImg
    img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #women_of_wealth_page1 .expertise_img_nd_accordion .row-flex .text .layerImg {
    position: relative;
    bottom: 0;
    right: 0;
  }
  #women_of_wealth_page1
    .expertise_img_nd_accordion
    .row-flex
    .text
    .layerImg
    img {
    width: 100%;
    max-width: 100%;
  }
}
#women_of_wealth_page1 .expertise_img_nd_accordion .row-flex .text .content {
  width: 75%;
  position: absolute;
  bottom: 30px;
  left: 50px;
  color: white;
}
@media (max-width: 1699px) {
  #women_of_wealth_page1 .expertise_img_nd_accordion .row-flex .text .content {
    left: 20px;
  }
}
@media (max-width: 1439px) {
  #women_of_wealth_page1 .expertise_img_nd_accordion .row-flex .text .content {
    width: 60%;
    left: 50px;
  }
}
@media (max-width: 1199px) {
  #women_of_wealth_page1 .expertise_img_nd_accordion .row-flex .text .content {
    padding: 25px;
    width: 100%;
    bottom: unset;
    top: 40px;
    left: 0;
  }
}
@media (max-width: 991px) {
  #women_of_wealth_page1 .expertise_img_nd_accordion .row-flex .text .content {
    width: 65%;
    top: unset;
    left: 100px;
    bottom: 60px;
  }
}
@media (max-width: 767px) {
  #women_of_wealth_page1 .expertise_img_nd_accordion .row-flex .text .content {
    width: 100%;
    padding: 15px;
    bottom: unset;
    top: 50px;
    left: 0;
  }
}
#women_of_wealth_page1 .expertise_img_nd_accordion .row-flex .accord-div {
  width: 50%;
}
@media (max-width: 991px) {
  #women_of_wealth_page1 .expertise_img_nd_accordion .row-flex .accord-div {
    width: 100%;
  }
}
#women_of_wealth_page1
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion:hover
  .flex
  div {
  padding-left: 15px;
  color: #363157;
}
#women_of_wealth_page1
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion:hover
  .flex
  div
  span {
  margin-left: -15px;
  color: #363157;
}
#women_of_wealth_page1
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion:hover:before {
  content: "";
  background: #0000006b;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  display: none;
}
#women_of_wealth_page1
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion.active {
  padding-bottom: 0;
  margin-bottom: 15px;
}
#women_of_wealth_page1
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion.active
  .flex:after {
  -ms-transform: rotate(90deg) translateY(6px) translateY(-5px);
  transform: rotate(90deg) translateY(6px) translateY(-5px);
}
#women_of_wealth_page1
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion.active
  .flex
  div {
  padding-left: 15px;
  color: #363157;
}
#women_of_wealth_page1
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion.active
  .flex
  div
  span {
  margin-left: -15px;
  color: #363157;
}
#women_of_wealth_page1
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion.active:before {
  content: "";
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
#women_of_wealth_page1 .financial_section {
  padding: 50px 0;
}
#women_of_wealth_page1 .financial_section .form_nd_Img {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  #women_of_wealth_page1 .financial_section .form_nd_Img {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#women_of_wealth_page1 .financial_section .form_nd_Img .form {
  width: 50%;
}
@media (max-width: 767px) {
  #women_of_wealth_page1 .financial_section .form_nd_Img .form {
    width: 100%;
  }
}
#women_of_wealth_page1 .financial_section .form_nd_Img .form form {
  padding-top: 0;
}
#women_of_wealth_page1 .financial_section .form_nd_Img .Img {
  margin-left: 25px;
  width: 50%;
}
@media (max-width: 767px) {
  #women_of_wealth_page1 .financial_section .form_nd_Img .Img {
    width: 100%;
    margin-left: 0;
  }
}
#women_of_wealth_page1 .financial_section .form_nd_Img .Img img {
  width: 90%;
}
@media (max-width: 991px) {
  #women_of_wealth_page1 .financial_section .form_nd_Img .Img img {
    width: 100%;
  }
}
#women_of_wealth_page1 .offering-sec {
  padding: 50px 0;
  scroll-margin-top: 200px;
}
#women_of_wealth_page1 .offering-sec .row-flex .flex {
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1199px) {
  #women_of_wealth_page1 .offering-sec .row-flex .flex .img-div {
    margin-right: 25px;
  }
}
#women_of_wealth_page1 .offering-sec .offeringImgs_section {
  padding: 50px 0 0;
}
#women_of_wealth_page1 .offering-sec .offeringImgs_section .offering_img {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1199px) {
  #women_of_wealth_page1 .offering-sec .offeringImgs_section .offering_img {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  #women_of_wealth_page1 .offering-sec .offeringImgs_section .offering_img {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
}
#women_of_wealth_page1 .offering-sec .offeringImgs_section .offering_img .imgs {
  background-color: #fde9d5;
}
#women_of_wealth_page1
  .offering-sec
  .offeringImgs_section
  .offering_img
  .imgs
  img {
  width: 100%;
  max-width: 100%;
}
#women_of_wealth_page1
  .offering-sec
  .offeringImgs_section
  .offering_img
  .imgs
  .content {
  text-align: center;
  padding: 10px 0 50px;
}
#women_of_wealth_page1
  .offering-sec
  .offeringImgs_section
  .offering_img
  .imgs
  .content
  p {
  font-family: "Manier";
}
#women_of_wealth_page1 #advantage {
  padding: 50px 0;
  scroll-margin-top: 200px;
}
#women_of_wealth_page1 #advantage .vault {
  padding: 50px 0;
}
#privacy {
  padding: 100px 0 0;
}
#privacy .inner_page_banner {
  background-image: url(../../img/desktop-banners/financial-banner.jpg);
}
@media (max-width: 767px) {
  #privacy .inner_page_banner {
    background-image: url(../../img/mobile-banners/financial-banner.jpg);
  }
}
#privacy .inner_page_banner a {
  color: inherit;
}
@media screen and (max-width: 767px) {
  #privacy .inner_page_banner {
    padding: 0;
  }
}
#privacy .inner_page_banner .bread-crumb {
  padding: 0;
}
#privacy .inner_page_banner .bread-crumb p a {
  color: #fff;
}
#privacy .inner_page_banner .bread-crumb p a:after {
  background-color: #363157;
  -webkit-mask: url(../../img/breadcrumb.svg) no-repeat 50% 50%;
  mask: url(../../img/breadcrumb.svg) no-repeat 50% 50%;
}
#privacy .inner_page_banner .bread-crumb p a:last-child:after {
  background-color: transparent !important;
}
#privacy .main_brief form {
  text-align: center;
  padding-top: 0;
}
#privacy .main_brief form .select_wrap {
  border-radius: 30px;
  border: 1px solid black;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #privacy .main_brief form .select_wrap {
    width: 100%;
  }
}
#privacy .main_brief form .select_wrap select {
  padding: 10px 0;
  background-color: transparent;
  font-family: "GTAmericaTrial-Md";
  border: 1px solid black;
  text-align: center;
  width: 95%;
  border: 0;
  outline: 0;
}
#privacy .main_brief .head_txt {
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -0.02em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #privacy .main_brief .head_txt {
    font-size: 38px;
    line-height: 1.2;
    margin-top: 0;
  }
}
#privacy .main_brief p {
  margin: 50px 0;
}
#privacy .main_brief #showCompanyName {
  text-align: center;
  margin: 50px 0;
}
#privacy .main_brief body {
  font-family: system-ui;
}
#privacy .main_brief .wrapper {
  --gap: 1.5rem;
  column-count: var(--col-count, 1);
  column-gap: var(--gap);
  width: min(calc(100% - 0rem));
}
#privacy .main_brief .wrapper p {
  font-size: 13px;
  margin: 0;
}
@media (width>800px) {
  #privacy .main_brief .wrapper {
    --col-count: 2;
  }
}
#privacy .main_brief .box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: normal;
  align-items: normal;
  margin-bottom: 10px;
  margin-top: 10px;
}
#privacy .main_brief .box img {
  padding-right: 10px;
  max-width: 30px;
}
#privacy .main_brief .box a {
  text-decoration: underline;
}
#privacy .main_brief .wrapper > * {
  break-inside: avoid;
  margin-bottom: var(--gap);
  padding: 1.5rem;
  background-color: #fde9d5;
  display: -ms-grid;
  display: grid;
}
#privacy .padding_top {
  padding: 60px 0;
}
#privacy .padding_top .inside_flex {
  display: -ms-flexbox;
  display: flex;
}
#privacy .padding_top .inside_flex .flex_item {
  width: 100%;
}
#privacy .padding_top .inside_flex .flex_item .accordion .flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #privacy .padding_top .inside_flex .flex_item .accordion .flex {
    display: block;
  }
}
#privacy .padding_top .inside_flex .flex_item .panel .pdf_flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 33% !important;
  -ms-flex: unset !important;
  flex: unset !important;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  #privacy .padding_top .inside_flex .flex_item .panel .pdf_flex {
    width: 100% !important;
  }
}
#privacy .padding_top .inside_flex .flex_item .panel .pdf_flex img {
  padding-right: 10px;
}
#privacy .padding_top .inside_flex .flex_item .panel .pdf_flex .date-text {
  font-size: 13px;
}
#privacy .solution_para table,
#privacy .solution_para th,
#privacy .solution_para td {
  border: 1px solid black;
  border-collapse: collapse;
  text-align: center;
  padding: 15px 20px;
}
#privacy .solution_para table .bold,
#privacy .solution_para th .bold,
#privacy .solution_para td .bold {
  font-weight: bold;
}
#privacy .solution_para table a,
#privacy .solution_para th a,
#privacy .solution_para td a {
  color: #be8a76;
  text-decoration: underline;
}
#privacy .compliant_box {
  padding: 0 0 50px 0;
}
#privacy .compliant_box .contact_wrap a {
  text-decoration: none;
  color: #be8a76;
  font-size: 14px;
  font-family: "Manier";
  display: inline-block;
}
#privacy .compliant_box .contact_wrap ul {
  padding-top: 12px;
  padding-left: 32px;
  font-size: 16px;
  opacity: 0.7;
}
@media (max-width: 767px) {
  #privacy .compliant_box .contact_wrap ul {
    font-size: 14px;
  }
}
#privacy .compliant_box .contact_wrap ul li {
  padding-bottom: 6px;
}
#privacy .compliant_box .contact_wrap li:not(.no-bullet) {
  list-style: disc;
}
#privacy .compliant_box .contact_wrap .score-head {
  padding-top: 20px;
  font-size: 16px;
  opacity: 0.7;
}
@media (max-width: 767px) {
  #privacy .compliant_box .contact_wrap .score-head {
    font-size: 14px;
  }
}
#privacy .compliant_box .contact_wrap .score-head a {
  font-size: inherit;
  color: #be8a76;
  font-family: inherit;
}
#privacy .compliant_box .contact_wrap .score-head-2 {
  padding-top: 12px;
  font-size: 16px;
  opacity: 0.7;
}
@media (max-width: 767px) {
  #privacy .compliant_box .contact_wrap .score-head-2 {
    font-size: 14px;
  }
}
#privacy .click-text {
  font-size: 16px;
  opacity: 0.7;
}
#privacy .click-text .link {
  color: #be8a76;
}
#discretionary_investment_services_page {
  overflow: hidden;
}
#discretionary_investment_services_page .inner_page_banner {
  background-image: url(../../img/desktop-banners/discretionaryDesktopImg.webp);
}
@media (max-width: 767px) {
  #discretionary_investment_services_page .inner_page_banner {
    background-image: url(../../img/mobile-banners/discretionaryMobileImg.webp);
  }
}
#discretionary_investment_services_page
  .inner_page_banner.inner_page_banner_found {
  background-image: url(../../img/desktop-banners/foundation-banner.webp);
}
@media (max-width: 767px) {
  #discretionary_investment_services_page
    .inner_page_banner.inner_page_banner_found {
    background-image: url(../../img/mobile-banners/foundation-banner-mob.webp);
  }
}
#discretionary_investment_services_page .inner_page_banner .heading1 {
  margin: auto;
  margin-bottom: 0;
  font-size: 54px;
  opacity: 1;
}
#discretionary_investment_services_page
  .inner_page_banner
  .heading1:first-child {
  margin-top: 120px;
}
@media (min-width: 1440px) {
  #discretionary_investment_services_page
    .inner_page_banner
    .heading1:first-child {
    margin-top: 160px;
  }
}
@media (max-width: 767px) {
  #discretionary_investment_services_page .inner_page_banner .heading1 {
    font-size: 38px !important;
    display: inline;
  }
}
#discretionary_investment_services_page
  .inner_page_banner
  .heading1
  .subtext1
  lottie-player {
  width: 247px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #discretionary_investment_services_page
    .inner_page_banner
    .heading1
    .subtext1
    lottie-player {
    width: 247px;
  }
}
#discretionary_investment_services_page .inner_page_banner .heading1 .block {
  display: block;
}
#discretionary_investment_services_page .inner_page_banner p {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 5px;
  font-family: "GTAmericaTrial-Md";
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  #discretionary_investment_services_page .inner_page_banner .heading {
    padding-top: 0;
  }
  #discretionary_investment_services_page .inner_page_banner .heading br {
    display: block;
  }
}
#discretionary_investment_services_page .beta_img {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  #discretionary_investment_services_page .beta_img {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
#discretionary_investment_services_page .expertise-sec {
  padding: 50px 0;
  scroll-margin-top: 200px;
}
@media (max-width: 991px) {
  #discretionary_investment_services_page .expertise-sec {
    padding-bottom: 0;
  }
}
#discretionary_investment_services_page .expertise-sec .flex img {
  float: right;
}
#discretionary_investment_services_page .expertise-sec .flex .text {
  padding-right: 30px;
}
@media (max-width: 1199px) {
  #discretionary_investment_services_page .expertise-sec .flex .text {
    width: 100%;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  #discretionary_investment_services_page .expertise-sec .flex .text {
    width: 100%;
    padding-left: 0;
  }
}
#discretionary_investment_services_page .expertise-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#discretionary_investment_services_page .expertise-sec .row-flex .img-div {
  height: 100%;
  width: 40%;
}
@media (max-width: 991px) {
  #discretionary_investment_services_page .expertise-sec .row-flex .img-div {
    width: 100%;
  }
}
#discretionary_investment_services_page .expertise-sec .row-flex .text {
  width: 60%;
  padding-left: 40px;
}
@media (max-width: 1199px) {
  #discretionary_investment_services_page .expertise-sec .row-flex .text {
    width: 100%;
    padding-left: 15px;
    padding-top: 15px;
  }
}
@media (max-width: 991px) {
  #discretionary_investment_services_page .expertise-sec .row-flex .text {
    width: 100%;
    padding-left: 0;
  }
}
#discretionary_investment_services_page
  .expertise-sec
  .row-flex
  .text
  .heading {
  margin-bottom: 20px;
}
#discretionary_investment_services_page .expertise-sec .row-flex .text p {
  margin-bottom: 15px;
  font-size: 18px;
  width: 70%;
}
@media (max-width: 991px) {
  #discretionary_investment_services_page .expertise-sec .row-flex .text p {
    width: 100%;
  }
}
#discretionary_investment_services_page
  .expertise-sec
  .row-flex
  .text
  .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}
#discretionary_investment_services_page
  .expertise-sec
  .row-flex
  .text
  .row-flex
  .item {
  width: 46%;
  padding-left: 50px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #discretionary_investment_services_page
    .expertise-sec
    .row-flex
    .text
    .row-flex
    .item {
    width: 100%;
  }
}
#discretionary_investment_services_page
  .expertise-sec
  .row-flex
  .text
  .row-flex
  .item:nth-last-child(1) {
  margin-bottom: 0;
}
#discretionary_investment_services_page
  .expertise-sec
  .row-flex
  .text
  .row-flex
  .item
  .title {
  font-size: 20px;
  font-family: "Manier";
  margin-bottom: 5px;
  min-height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
#discretionary_investment_services_page
  .expertise-sec
  .row-flex
  .text
  .row-flex
  .item
  .points {
  font-size: 16px;
}
#discretionary_investment_services_page
  .expertise-sec
  .row-flex
  .text
  .row-flex
  .item
  .points
  p {
  margin-bottom: 10px;
  line-height: 22px;
  position: relative;
}
#discretionary_investment_services_page
  .expertise-sec
  .row-flex
  .text
  .row-flex
  .item
  .points
  p::before {
  position: absolute;
  content: "";
  top: 0;
  left: -15px;
  width: 5px;
  height: 5px;
  background-color: #363157;
  margin-top: 8px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#discretionary_investment_services_page
  .expertise-sec
  .row-flex
  .text
  .row-flex
  .item
  .number {
  position: absolute;
  top: 10%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Manier";
  font-size: 96px;
  font-weight: 700;
  color: rgba(82, 87, 49, 0.1);
}
#discretionary_investment_services_page
  .expertise-sec
  .row-flex
  .text
  .row-flex
  .explore {
  width: 100%;
  padding-left: 50px;
}
#discretionary_investment_services_page .expertise-sec.beta .row-flex .text p {
  width: 95%;
}
#discretionary_investment_services_page .expertise-sec.beta .pointers .item {
  padding: 0 65px;
}
@media (max-width: 767px) {
  #discretionary_investment_services_page .expertise-sec.beta .pointers .item {
    padding: 0 15px;
  }
}
#discretionary_investment_services_page
  .expertise-sec.beta
  .pointers
  .item
  .title {
  margin-bottom: 20px;
}
#discretionary_investment_services_page .expertise-sec.beta .pointers .item p {
  font-size: 18px;
}
#discretionary_investment_services_page .expertise-sec.beta.para-margin p {
  margin-bottom: 15px;
}
#discretionary_investment_services_page .expertise-sec.beta .title {
  font-size: 20px;
  font-family: "Manier";
  margin-bottom: 5px;
  min-height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
#discretionary_investment_services_page .expertise-sec.beta .points {
  font-size: 16px;
}
#discretionary_investment_services_page .expertise-sec.beta .points p {
  margin-bottom: 10px;
  line-height: 22px;
  position: relative;
}
#discretionary_investment_services_page .expertise-sec.beta .points p::before {
  position: absolute;
  content: "";
  top: 0;
  left: -15px;
  width: 5px;
  height: 5px;
  background-color: #363157;
  margin-top: 8px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#discretionary_investment_services_page .process-sec {
  position: relative;
  overflow: visible;
  scroll-margin-top: 200px;
}
@media (max-width: 991px) {
  #discretionary_investment_services_page .process-sec {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  #discretionary_investment_services_page .process-sec {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  #discretionary_investment_services_page .process-sec br {
    display: none;
  }
}
#discretionary_investment_services_page .process-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 767px) {
  #discretionary_investment_services_page .process-sec .row-flex {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#discretionary_investment_services_page .process-sec .row-flex .flex {
  gap: 35px;
}
@media (max-width: 1199px) {
  #discretionary_investment_services_page .process-sec .row-flex .flex {
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 991px) {
  #discretionary_investment_services_page .process-sec .row-flex .flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  #discretionary_investment_services_page .process-sec .row-flex .flex .text {
    width: 100%;
  }
}
#discretionary_investment_services_page
  .process-sec
  .row-flex
  .flex
  .text
  .point
  .title {
  font-size: 24px;
  font-family: "Manier";
  margin-bottom: 10px;
  line-height: 23px;
}
#discretionary_investment_services_page
  .process-sec
  .row-flex
  .flex
  .text
  .point
  .theme_btn {
  cursor: pointer;
}
#discretionary_investment_services_page
  .process-sec
  .row-flex
  .flex
  .text
  .point
  .theme_btn::before {
  background-color: transparent;
}
#discretionary_investment_services_page
  .process-sec
  .row-flex
  .flex
  .text
  .point
  .theme_btn
  a {
  color: black;
}
#discretionary_investment_services_page .process-sec .row-flex .flex .text p {
  margin-bottom: 15px;
}
#discretionary_investment_services_page .process-sec .row-flex .flex .img-div {
  width: 40%;
  position: relative;
}
@media (max-width: 1199px) {
  #discretionary_investment_services_page
    .process-sec
    .row-flex
    .flex
    .img-div {
    width: 100%;
    margin-bottom: 0;
  }
}
#discretionary_investment_services_page
  .process-sec
  .row-flex
  .flex
  .img-div
  img {
  width: 100%;
}
#discretionary_investment_services_page
  .process-sec
  .row-flex
  .flex
  .img-div
  .content {
  width: 50%;
  padding: 25px;
  background-color: black;
  color: white;
  position: absolute;
  bottom: -20px;
  right: 0;
}
@media (max-width: 1699px) {
  #discretionary_investment_services_page
    .process-sec
    .row-flex
    .flex
    .img-div
    .content {
    bottom: 145px;
    right: 0;
  }
}
@media (max-width: 1439px) {
  #discretionary_investment_services_page
    .process-sec
    .row-flex
    .flex
    .img-div
    .content {
    bottom: 200px;
    right: 0;
  }
}
@media (max-width: 1199px) {
  #discretionary_investment_services_page
    .process-sec
    .row-flex
    .flex
    .img-div
    .content {
    bottom: 385px;
    padding: 15px;
  }
}
@media (max-width: 991px) {
  #discretionary_investment_services_page
    .process-sec
    .row-flex
    .flex
    .img-div
    .content {
    bottom: -25px;
    padding: 15px;
  }
}
#discretionary_investment_services_page
  .process-sec
  .row-flex
  .flex
  .img-div
  .content_foundation {
  width: 100%;
  padding: 25px;
  background-color: black;
  color: white;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 16px;
}
@media (max-width: 991px) {
  #discretionary_investment_services_page
    .process-sec
    .row-flex
    .flex
    .img-div
    .content_foundation {
    font-size: 14px;
    position: unset;
  }
}
@media (min-width: 820px) and (max-width: 1180px) {
  #discretionary_investment_services_page
    .process-sec
    .row-flex
    .flex
    .img-div
    .content_foundation {
    bottom: 40px !important;
  }
}
#discretionary_investment_services_page .advantage_points {
  padding: 50px 0;
}
#discretionary_investment_services_page .advantage_points .advantages {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  #discretionary_investment_services_page .advantage_points .advantages {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#discretionary_investment_services_page
  .advantage_points
  .advantages
  .advantage {
  width: 33.33%;
  padding: 25px 50px 25px;
}
@media (max-width: 1199px) {
  #discretionary_investment_services_page
    .advantage_points
    .advantages
    .advantage {
    padding: 25px 25px 25px;
  }
}
@media (max-width: 767px) {
  #discretionary_investment_services_page
    .advantage_points
    .advantages
    .advantage {
    width: 100%;
  }
}
#discretionary_investment_services_page
  .advantage_points
  .advantages
  .advantage:not(:nth-child(2)) {
  color: white;
  background-color: #363157;
}
#discretionary_investment_services_page
  .advantage_points
  .advantages
  .advantage
  .content {
  text-align: center;
  padding-bottom: 25px;
}
#discretionary_investment_services_page
  .advantage_points
  .advantages
  .advantage
  .content
  hr {
  width: 100px;
}
#discretionary_investment_services_page
  .advantage_points
  .advantages
  .advantage
  .svg_large {
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  width: 520px;
  height: 400px;
}
@media (max-width: 1699px) {
  #discretionary_investment_services_page
    .advantage_points
    .advantages
    .advantage
    .svg_large {
    -ms-transform: unset;
    transform: unset;
    width: auto;
    height: 200px;
  }
}
#discretionary_investment_services_page
  .advantage_points
  .advantages
  .advantage
  #hyper-personalisation {
  -ms-transform: translateX(-20px) scale(1.2);
  transform: translateX(-20px) scale(1.2);
}
#discretionary_investment_services_page
  .advantage_points
  .advantages
  .advantage
  .advantage_point {
  max-width: 70%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  #discretionary_investment_services_page
    .advantage_points
    .advantages
    .advantage
    .advantage_point {
    max-width: 100%;
  }
}
#discretionary_investment_services_page
  .advantage_points
  .advantages
  .advantage
  .advantage_point
  .points
  p {
  display: block;
  color: #be8a76;
  font-size: 13px;
  line-height: 2;
}
@media (max-width: 991px) {
  #discretionary_investment_services_page
    .advantage_points
    .advantages
    .advantage
    .advantage_point
    .points
    p {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  #discretionary_investment_services_page
    .advantage_points
    .advantages
    .advantage
    .advantage_point
    .points
    p {
    font-size: 13px;
  }
}
#discretionary_investment_services_page
  .advantage_points
  .advantages
  .advantage
  .advantage_point
  .points
  p
  img {
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}
#discretionary_investment_services_page
  .expertise_img_nd_accordion
  .row-flex
  .text {
  width: 40%;
  position: relative;
  height: fit-content;
}
@media (max-width: 991px) {
  #discretionary_investment_services_page
    .expertise_img_nd_accordion
    .row-flex
    .text {
    width: 100%;
  }
}
#discretionary_investment_services_page
  .expertise_img_nd_accordion
  .row-flex
  .text
  .layerImg {
  position: absolute;
  bottom: 125px;
  right: -175px;
}
@media (max-width: 767px) {
  #discretionary_investment_services_page
    .expertise_img_nd_accordion
    .row-flex
    .text
    .layerImg {
    margin-top: 15px;
  }
}
#discretionary_investment_services_page
  .expertise_img_nd_accordion
  .row-flex
  .text
  .layerImg
  img {
  max-width: 90%;
}
@media (max-width: 1699px) {
  #discretionary_investment_services_page
    .expertise_img_nd_accordion
    .row-flex
    .text
    .layerImg
    img {
    max-width: 80%;
  }
}
@media (max-width: 1439px) {
  #discretionary_investment_services_page
    .expertise_img_nd_accordion
    .row-flex
    .text
    .layerImg {
    bottom: 120px;
    right: -220px;
  }
  #discretionary_investment_services_page
    .expertise_img_nd_accordion
    .row-flex
    .text
    .layerImg
    img {
    max-width: 70%;
  }
}
@media (max-width: 1199px) {
  #discretionary_investment_services_page
    .expertise_img_nd_accordion
    .row-flex
    .text
    .layerImg {
    bottom: unset;
    top: 65px;
    right: -220px;
  }
  #discretionary_investment_services_page
    .expertise_img_nd_accordion
    .row-flex
    .text
    .layerImg
    img {
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  #discretionary_investment_services_page
    .expertise_img_nd_accordion
    .row-flex
    .text
    .layerImg {
    top: unset;
    bottom: 150px;
    right: 0;
  }
  #discretionary_investment_services_page
    .expertise_img_nd_accordion
    .row-flex
    .text
    .layerImg
    img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #discretionary_investment_services_page
    .expertise_img_nd_accordion
    .row-flex
    .text
    .layerImg {
    position: relative;
    bottom: 0;
    right: 0;
  }
  #discretionary_investment_services_page
    .expertise_img_nd_accordion
    .row-flex
    .text
    .layerImg
    img {
    width: 100%;
    max-width: 100%;
  }
}
#discretionary_investment_services_page
  .expertise_img_nd_accordion
  .row-flex
  .text
  .content {
  width: 75%;
  position: absolute;
  bottom: 30px;
  left: 50px;
  color: white;
}
@media (max-width: 1699px) {
  #discretionary_investment_services_page
    .expertise_img_nd_accordion
    .row-flex
    .text
    .content {
    left: 20px;
  }
}
@media (max-width: 1439px) {
  #discretionary_investment_services_page
    .expertise_img_nd_accordion
    .row-flex
    .text
    .content {
    width: 60%;
    left: 50px;
  }
}
@media (max-width: 1199px) {
  #discretionary_investment_services_page
    .expertise_img_nd_accordion
    .row-flex
    .text
    .content {
    padding: 25px;
    width: 100%;
    bottom: unset;
    top: 50px;
    left: 0;
  }
}
@media (max-width: 991px) {
  #discretionary_investment_services_page
    .expertise_img_nd_accordion
    .row-flex
    .text
    .content {
    width: 65%;
    top: unset;
    left: 30px;
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  #discretionary_investment_services_page
    .expertise_img_nd_accordion
    .row-flex
    .text
    .content {
    width: 100%;
    padding: 15px;
    bottom: unset;
    top: 50px;
    left: 0;
  }
}
#discretionary_investment_services_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div {
  width: 45%;
}
@media (max-width: 1199px) {
  #discretionary_investment_services_page
    .expertise_img_nd_accordion
    .row-flex
    .accord-div {
    width: 52%;
  }
}
@media (max-width: 991px) {
  #discretionary_investment_services_page
    .expertise_img_nd_accordion
    .row-flex
    .accord-div {
    width: 100%;
  }
}
#discretionary_investment_services_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion
  .flex {
  position: relative;
  z-index: 1;
}
#discretionary_investment_services_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion
  .flex
  div {
  font-family: "Manier";
  font-size: 24px;
  color: #363157;
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  #discretionary_investment_services_page
    .expertise_img_nd_accordion
    .row-flex
    .accord-div
    .accordion
    .flex
    div {
    font-size: 18px;
  }
}
#discretionary_investment_services_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion
  .flex
  div:nth-child(1) {
  max-width: 10%;
}
#discretionary_investment_services_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion
  .flex
  div
  span {
  font-family: "Manier";
  font-size: 24px;
  color: #363157;
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  #discretionary_investment_services_page
    .expertise_img_nd_accordion
    .row-flex
    .accord-div
    .accordion
    .flex
    div
    span {
    font-size: 18px;
  }
}
#discretionary_investment_services_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion
  .flex::after {
  content: "";
  float: right;
  margin-left: 5px;
  padding-right: 30px;
  background-color: #c29180;
  -webkit-mask: url(../../img/close.svg) no-repeat 50% 50%;
  mask: url(../../img/close.svg) no-repeat 50% 50%;
  width: 15px;
  height: 15px;
  background-size: cover;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s ease;
  color: #be8a76;
  font-weight: normal;
  font-size: 30px;
}
@media (max-width: 991px) {
  #discretionary_investment_services_page
    .expertise_img_nd_accordion
    .row-flex
    .accord-div
    .accordion
    .flex::after {
    margin-top: 0;
  }
}
#discretionary_investment_services_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion:hover
  .flex
  div {
  padding-left: 0;
  color: #363157;
}
#discretionary_investment_services_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion:hover
  .flex
  div
  span {
  margin-left: -15px;
  color: #363157;
}
@media (max-width: 767px) {
  #discretionary_investment_services_page
    .expertise_img_nd_accordion
    .row-flex
    .accord-div
    .accordion:hover
    .flex
    div
    span {
    margin-left: 0;
  }
}
#discretionary_investment_services_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion:hover
  .flex
  div:nth-child(1) {
  max-width: 10%;
}
@media (max-width: 1199px) {
  #discretionary_investment_services_page
    .expertise_img_nd_accordion
    .row-flex
    .accord-div
    .accordion:hover
    .flex
    div:nth-child(1) {
    max-width: 10%;
  }
}
#discretionary_investment_services_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion:hover:before {
  content: "";
  background: #0000006b;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  display: none;
}
#discretionary_investment_services_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion.active {
  padding-bottom: 0;
  margin-bottom: 15px;
}
#discretionary_investment_services_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion.active
  .flex:after {
  -ms-transform: rotate(90deg) translateY(6px) translateY(-5px);
  transform: rotate(90deg) translateY(6px) translateY(-5px);
}
#discretionary_investment_services_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion.active
  .flex
  div {
  padding-left: 15px;
  color: #363157;
}
@media (max-width: 767px) {
  #discretionary_investment_services_page
    .expertise_img_nd_accordion
    .row-flex
    .accord-div
    .accordion.active
    .flex
    div {
    padding-left: 0;
  }
}
#discretionary_investment_services_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion.active
  .flex
  div
  span {
  margin-left: 15px;
  color: #363157;
}
@media (max-width: 767px) {
  #discretionary_investment_services_page
    .expertise_img_nd_accordion
    .row-flex
    .accord-div
    .accordion.active
    .flex
    div
    span {
    margin-left: 0;
  }
}
#discretionary_investment_services_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion.active:before {
  content: "";
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
#discretionary_investment_services_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .panel {
  border-bottom: 1px solid #000;
}
#discretionary_investment_services_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .panel
  .flex
  div {
  max-width: 85%;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  #discretionary_investment_services_page
    .expertise_img_nd_accordion
    .row-flex
    .accord-div
    .panel
    .flex
    div {
    max-width: 100%;
  }
}
#discretionary_investment_services_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .panel
  .flex
  div
  p {
  padding-bottom: 15px;
}
#discretionary_investment_services_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .panel
  .flex
  .theme_btn {
  margin-top: 0;
  margin-right: 10px;
}
#discretionary_investment_services_page .financial_section {
  padding: 50px 0;
}
#discretionary_investment_services_page .financial_section .message {
  display: none;
  color: green;
  font-weight: 600px;
}
#discretionary_investment_services_page .financial_section .form_nd_Img {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  #discretionary_investment_services_page .financial_section .form_nd_Img {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#discretionary_investment_services_page .financial_section .form_nd_Img .form {
  width: 50%;
}
@media (max-width: 767px) {
  #discretionary_investment_services_page
    .financial_section
    .form_nd_Img
    .form {
    width: 100%;
  }
}
#discretionary_investment_services_page
  .financial_section
  .form_nd_Img
  .form
  form {
  padding-top: 0;
}
#discretionary_investment_services_page .financial_section .form_nd_Img .Img {
  margin-left: 25px;
  width: 50%;
}
@media (max-width: 767px) {
  #discretionary_investment_services_page .financial_section .form_nd_Img .Img {
    width: 100%;
    margin-left: 0;
  }
}
#discretionary_investment_services_page
  .financial_section
  .form_nd_Img
  .Img
  img {
  width: 90%;
}
@media (max-width: 1199px) {
  #discretionary_investment_services_page
    .financial_section
    .form_nd_Img
    .Img
    img {
    width: 100%;
  }
}
#discretionary_investment_services_page
  .financial_section
  .points_wrap
  .points_header {
  font-family: "ArgentCF Regular";
  font-size: 22px;
  color: #035256;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #discretionary_investment_services_page
    .financial_section
    .points_wrap
    .points_header {
    font-size: 18px;
  }
}
#discretionary_investment_services_page
  .financial_section
  .points_wrap
  .point_desc_wrap {
  margin-bottom: 30px;
}
#discretionary_investment_services_page
  .financial_section
  .points_wrap
  .point_desc_wrap
  .points_desc
  p {
  margin-bottom: 10px;
}
#discretionary_investment_services_page
  .financial_section
  .points_wrap
  .email_form
  .btn_sec
  button {
  border: 0;
  background: transparent;
}
#discretionary_investment_services_page .offering-sec {
  padding: 50px 0;
  scroll-margin-top: 200px;
}
#discretionary_investment_services_page .offering-sec .row-flex .flex {
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1199px) {
  #discretionary_investment_services_page
    .offering-sec
    .row-flex
    .flex
    .img-div {
    margin-right: 25px;
  }
}
#discretionary_investment_services_page .offering-sec .offeringImgs_section {
  padding: 50px 0 0;
}
#discretionary_investment_services_page
  .offering-sec
  .offeringImgs_section
  .offering_img {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1199px) {
  #discretionary_investment_services_page
    .offering-sec
    .offeringImgs_section
    .offering_img {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  #discretionary_investment_services_page
    .offering-sec
    .offeringImgs_section
    .offering_img {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
}
#discretionary_investment_services_page
  .offering-sec
  .offeringImgs_section
  .offering_img
  .imgs {
  background-color: #fde9d5;
}
#discretionary_investment_services_page
  .offering-sec
  .offeringImgs_section
  .offering_img
  .imgs
  img {
  width: 100%;
  max-width: 100%;
}
#discretionary_investment_services_page
  .offering-sec
  .offeringImgs_section
  .offering_img
  .imgs
  .content {
  text-align: center;
  padding: 10px 0 15px;
}
#discretionary_investment_services_page
  .offering-sec
  .offeringImgs_section
  .offering_img
  .imgs
  .content
  p {
  font-family: "Manier";
}
#discretionary_investment_services_page
  .offering-sec
  .offeringImgs_section
  .offering_img_found {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1199px) {
  #discretionary_investment_services_page
    .offering-sec
    .offeringImgs_section
    .offering_img_found {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  #discretionary_investment_services_page
    .offering-sec
    .offeringImgs_section
    .offering_img_found {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
}
#discretionary_investment_services_page .section_spacing {
  padding: 50px 0;
}
@media (max-width: 767px) {
  #discretionary_investment_services_page .table_wrap {
    overflow: auto;
    max-height: 400px;
  }
}
#discretionary_investment_services_page .table_wrap table {
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 767px) {
  #discretionary_investment_services_page .table_wrap table {
    white-space: nowrap;
  }
}
#discretionary_investment_services_page .table_wrap th,
#discretionary_investment_services_page .table_wrap td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
  font-size: 16px;
}
#discretionary_investment_services_page .table_wrap th {
  background-color: #be8a76;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
#discretionary_investment_services_page .table_wrap .bg {
  background-color: #fde9d5;
}
#discretionary_investment_services_page .table_wrap .strategy {
  font-weight: bold;
}
#discretionary_investment_services_page .table_wrap .index {
  font-style: italic;
}
#discretionary_investment_services_page .dropdown {
  position: relative;
  display: inline-block;
  width: 250px;
}
#discretionary_investment_services_page .dropdown-toggle {
  background-color: transparent;
  color: black;
  border: 2px solid black;
  padding: 12px 15px;
  width: 100%;
  cursor: pointer;
  border-radius: 10px;
  text-align: left;
  position: relative;
  font-size: 12px;
  font-family: "Work Sans";
  font-weight: 400;
  overflow: hidden;
  text-transform: uppercase;
}
#discretionary_investment_services_page .dropdown-toggle::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  transition: transform 0.3s ease;
}
#discretionary_investment_services_page .dropdown.open .dropdown-toggle::after {
  -ms-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}
#discretionary_investment_services_page .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #ffefdb;
  min-width: 100%;
  border-radius: 8px;
  margin-top: 5px;
  padding: 10px 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  z-index: 1;
  color: #000;
  font-size: 11px;
  max-height: 200px;
  overflow-y: auto;
}
#discretionary_investment_services_page .pdf_flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#discretionary_investment_services_page .text {
  margin-left: 10px;
  color: #000;
}
#discretionary_investment_services_page .dropdown-menu div {
  padding: 10px 20px;
  cursor: pointer;
}
#discretionary_investment_services_page .dropdown-menu div:hover {
  background-color: #f1f1f1;
}
#discretionary_investment_services_page .show {
  display: block;
}
#discretionary_investment_services_page .dis_text {
  font-size: 14px;
  font-style: italic;
  padding-top: 15px;
}
#discretionary_investment_services_page .listed {
  font-size: 14px;
  padding-top: 10px;
  padding-left: 10px;
  list-style-type: decimal;
}
#discretionary_investment_services_page #advantage {
  scroll-margin-top: 200px;
}
#discretionary_investment_services_page #advantage .vault {
  padding: 50px 0;
}
#discretionary_investment_services_page #advantage .women_vaults_slider {
  display: block;
}
#discretionary_investment_services_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1),
#discretionary_investment_services_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14) {
  width: 100%;
}
#discretionary_investment_services_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .box_inner
  .img_block
  img,
#discretionary_investment_services_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .box_inner
  .img_block
  img {
  max-width: unset;
  width: 100%;
}
#discretionary_investment_services_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .box_inner
  .img_block
  img.play_btn,
#discretionary_investment_services_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .box_inner
  .img_block
  img.play_btn {
  max-width: 100%;
  width: auto;
  left: 25%;
}
@media screen and (max-width: 767px) {
  #discretionary_investment_services_page
    #advantage
    .women_vaults_slider
    .vault_data_item:nth-child(1)
    .box_inner
    .img_block
    img.play_btn,
  #discretionary_investment_services_page
    #advantage
    .women_vaults_slider
    .vault_data_item:nth-child(14)
    .box_inner
    .img_block
    img.play_btn {
    width: unset;
    left: 50%;
  }
}
#discretionary_investment_services_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block,
#discretionary_investment_services_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block {
  position: static;
  background: transparent !important;
  color: #363157;
  right: 0;
  width: 100%;
  padding: 10px;
}
#discretionary_investment_services_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  a,
#discretionary_investment_services_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  a {
  color: inherit;
  text-decoration: none;
}
#discretionary_investment_services_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  a:hover,
#discretionary_investment_services_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  a:hover {
  color: inherit;
}
#discretionary_investment_services_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .categary_txt,
#discretionary_investment_services_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .categary_txt {
  color: #363157;
}
#discretionary_investment_services_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .box_head,
#discretionary_investment_services_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .box_head {
  color: #363157;
}
#discretionary_investment_services_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .para_block,
#discretionary_investment_services_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .para_block {
  color: #363157;
}
#discretionary_investment_services_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .bottom_block,
#discretionary_investment_services_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .bottom_block {
  margin: 15px 0 10px;
}
#discretionary_investment_services_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .bottom_block
  .audioplayer-time,
#discretionary_investment_services_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .bottom_block
  .audioplayer-time {
  color: #363157;
}
#discretionary_investment_services_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .bottom_block
  .date_txt,
#discretionary_investment_services_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .bottom_block
  .date_txt {
  color: #8f8f8f;
}
#discretionary_investment_services_page + #contact {
  scroll-margin-top: 10vmin;
}
#discretionary_investment_services1_page {
  overflow: hidden;
}
#discretionary_investment_services1_page .inner_page_banner {
  background-image: url(../../img/desktop-banners/discretionaryDesktopImg1.jpg);
}
@media (max-width: 767px) {
  #discretionary_investment_services1_page .inner_page_banner {
    background-image: url(../../img/mobile-banners/discretionaryMobileImg1.jpg);
  }
}
#discretionary_investment_services1_page .inner_page_banner .heading .block {
  display: block;
}
#discretionary_investment_services1_page .inner_page_banner p {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 5px;
  font-family: "GTAmericaTrial-Md";
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  #discretionary_investment_services1_page .inner_page_banner .heading {
    padding-top: 0;
  }
  #discretionary_investment_services1_page .inner_page_banner .heading br {
    display: block;
  }
}
#discretionary_investment_services1_page .beta_img {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  #discretionary_investment_services1_page .beta_img {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
#discretionary_investment_services1_page .expertise-sec {
  padding: 50px 0;
  scroll-margin-top: 200px;
}
@media (max-width: 991px) {
  #discretionary_investment_services1_page .expertise-sec {
    padding-bottom: 0;
  }
}
#discretionary_investment_services1_page .expertise-sec .flex img {
  float: right;
}
#discretionary_investment_services1_page .expertise-sec .flex .text {
  padding-right: 30px;
}
@media (max-width: 1199px) {
  #discretionary_investment_services1_page .expertise-sec .flex .text {
    width: 100%;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  #discretionary_investment_services1_page .expertise-sec .flex .text {
    width: 100%;
    padding-left: 0;
  }
}
#discretionary_investment_services1_page .expertise-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#discretionary_investment_services1_page .expertise-sec .row-flex .img-div {
  height: 100%;
  width: 40%;
}
@media (max-width: 991px) {
  #discretionary_investment_services1_page .expertise-sec .row-flex .img-div {
    width: 100%;
  }
}
#discretionary_investment_services1_page .expertise-sec .row-flex .text {
  width: 60%;
  padding-left: 40px;
}
@media (max-width: 1199px) {
  #discretionary_investment_services1_page .expertise-sec .row-flex .text {
    width: 100%;
    padding-left: 15px;
    padding-top: 15px;
  }
}
@media (max-width: 991px) {
  #discretionary_investment_services1_page .expertise-sec .row-flex .text {
    width: 100%;
    padding-left: 0;
  }
}
#discretionary_investment_services1_page
  .expertise-sec
  .row-flex
  .text
  .heading {
  margin-bottom: 20px;
}
#discretionary_investment_services1_page .expertise-sec .row-flex .text p {
  margin-bottom: 15px;
  font-size: 18px;
  width: 70%;
}
@media (max-width: 991px) {
  #discretionary_investment_services1_page .expertise-sec .row-flex .text p {
    width: 100%;
  }
}
#discretionary_investment_services1_page
  .expertise-sec
  .row-flex
  .text
  .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}
#discretionary_investment_services1_page
  .expertise-sec
  .row-flex
  .text
  .row-flex
  .item {
  width: 46%;
  padding-left: 50px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #discretionary_investment_services1_page
    .expertise-sec
    .row-flex
    .text
    .row-flex
    .item {
    width: 100%;
  }
}
#discretionary_investment_services1_page
  .expertise-sec
  .row-flex
  .text
  .row-flex
  .item:nth-last-child(1) {
  margin-bottom: 0;
}
#discretionary_investment_services1_page
  .expertise-sec
  .row-flex
  .text
  .row-flex
  .item
  .title {
  font-size: 20px;
  font-family: "Manier";
  margin-bottom: 5px;
  min-height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
#discretionary_investment_services1_page
  .expertise-sec
  .row-flex
  .text
  .row-flex
  .item
  .points {
  font-size: 16px;
}
#discretionary_investment_services1_page
  .expertise-sec
  .row-flex
  .text
  .row-flex
  .item
  .points
  p {
  margin-bottom: 10px;
  line-height: 22px;
  position: relative;
}
#discretionary_investment_services1_page
  .expertise-sec
  .row-flex
  .text
  .row-flex
  .item
  .points
  p::before {
  position: absolute;
  content: "";
  top: 0;
  left: -15px;
  width: 5px;
  height: 5px;
  background-color: #363157;
  margin-top: 8px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#discretionary_investment_services1_page
  .expertise-sec
  .row-flex
  .text
  .row-flex
  .item
  .number {
  position: absolute;
  top: 10%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Manier";
  font-size: 96px;
  font-weight: 700;
  color: rgba(82, 87, 49, 0.1);
}
#discretionary_investment_services1_page
  .expertise-sec
  .row-flex
  .text
  .row-flex
  .explore {
  width: 100%;
  padding-left: 50px;
}
#discretionary_investment_services1_page .expertise-sec.beta .row-flex .text p {
  width: 95%;
}
#discretionary_investment_services1_page .expertise-sec.beta .pointers .item {
  padding: 0 65px;
}
@media (max-width: 767px) {
  #discretionary_investment_services1_page .expertise-sec.beta .pointers .item {
    padding: 0 15px;
  }
}
#discretionary_investment_services1_page
  .expertise-sec.beta
  .pointers
  .item
  .title {
  margin-bottom: 20px;
}
#discretionary_investment_services1_page .expertise-sec.beta .pointers .item p {
  font-size: 18px;
}
#discretionary_investment_services1_page .expertise-sec.beta.para-margin p {
  margin-bottom: 15px;
}
#discretionary_investment_services1_page .expertise-sec.beta .title {
  font-size: 20px;
  font-family: "Manier";
  margin-bottom: 5px;
  min-height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
#discretionary_investment_services1_page .expertise-sec.beta .points {
  font-size: 16px;
}
#discretionary_investment_services1_page .expertise-sec.beta .points p {
  margin-bottom: 10px;
  line-height: 22px;
  position: relative;
}
#discretionary_investment_services1_page .expertise-sec.beta .points p::before {
  position: absolute;
  content: "";
  top: 0;
  left: -15px;
  width: 5px;
  height: 5px;
  background-color: #363157;
  margin-top: 8px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#discretionary_investment_services1_page .process-sec {
  position: relative;
  overflow: visible;
  scroll-margin-top: 200px;
}
@media (max-width: 767px) {
  #discretionary_investment_services1_page .process-sec {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  #discretionary_investment_services1_page .process-sec br {
    display: none;
  }
}
#discretionary_investment_services1_page .process-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 767px) {
  #discretionary_investment_services1_page .process-sec .row-flex {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#discretionary_investment_services1_page .process-sec .row-flex .flex {
  gap: 35px;
}
@media (max-width: 1199px) {
  #discretionary_investment_services1_page .process-sec .row-flex .flex {
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 991px) {
  #discretionary_investment_services1_page .process-sec .row-flex .flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  #discretionary_investment_services1_page .process-sec .row-flex .flex .text {
    width: 100%;
  }
}
#discretionary_investment_services1_page
  .process-sec
  .row-flex
  .flex
  .text
  .point
  .title {
  font-size: 24px;
  font-family: "Manier";
  margin-bottom: 10px;
  line-height: 23px;
}
#discretionary_investment_services1_page
  .process-sec
  .row-flex
  .flex
  .text
  .point
  .theme_btn {
  cursor: pointer;
}
#discretionary_investment_services1_page
  .process-sec
  .row-flex
  .flex
  .text
  .point
  .theme_btn::before {
  background-color: transparent;
}
#discretionary_investment_services1_page
  .process-sec
  .row-flex
  .flex
  .text
  .point
  .theme_btn
  a {
  color: black;
}
#discretionary_investment_services1_page .process-sec .row-flex .flex .text p {
  margin-bottom: 15px;
}
#discretionary_investment_services1_page .process-sec .row-flex .flex .img-div {
  width: 40%;
  position: relative;
}
@media (max-width: 1199px) {
  #discretionary_investment_services1_page
    .process-sec
    .row-flex
    .flex
    .img-div {
    width: 100%;
    margin-bottom: 0;
  }
}
#discretionary_investment_services1_page
  .process-sec
  .row-flex
  .flex
  .img-div
  img {
  width: 100%;
}
#discretionary_investment_services1_page
  .process-sec
  .row-flex
  .flex
  .img-div
  .content {
  width: 50%;
  padding: 25px;
  background-color: black;
  color: white;
  position: absolute;
  bottom: -20px;
  right: 0;
}
@media (max-width: 1699px) {
  #discretionary_investment_services1_page
    .process-sec
    .row-flex
    .flex
    .img-div
    .content {
    bottom: 145px;
    right: 0;
  }
}
@media (max-width: 1439px) {
  #discretionary_investment_services1_page
    .process-sec
    .row-flex
    .flex
    .img-div
    .content {
    bottom: 200px;
    right: 0;
  }
}
@media (max-width: 1199px) {
  #discretionary_investment_services1_page
    .process-sec
    .row-flex
    .flex
    .img-div
    .content {
    bottom: 385px;
    padding: 15px;
  }
}
@media (max-width: 991px) {
  #discretionary_investment_services1_page
    .process-sec
    .row-flex
    .flex
    .img-div
    .content {
    bottom: -25px;
    padding: 15px;
  }
}
#discretionary_investment_services1_page .advantage_points {
  padding: 50px 0;
}
#discretionary_investment_services1_page .advantage_points .advantages {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  #discretionary_investment_services1_page .advantage_points .advantages {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#discretionary_investment_services1_page
  .advantage_points
  .advantages
  .advantage {
  width: 33.33%;
  padding: 25px 50px 25px;
}
@media (max-width: 1199px) {
  #discretionary_investment_services1_page
    .advantage_points
    .advantages
    .advantage {
    padding: 25px 25px 25px;
  }
}
@media (max-width: 767px) {
  #discretionary_investment_services1_page
    .advantage_points
    .advantages
    .advantage {
    width: 100%;
  }
}
#discretionary_investment_services1_page
  .advantage_points
  .advantages
  .advantage:not(:nth-child(2)) {
  color: white;
  background-color: #363157;
}
#discretionary_investment_services1_page
  .advantage_points
  .advantages
  .advantage
  .content {
  text-align: center;
  padding-bottom: 25px;
}
#discretionary_investment_services1_page
  .advantage_points
  .advantages
  .advantage
  .content
  hr {
  width: 100px;
}
#discretionary_investment_services1_page
  .advantage_points
  .advantages
  .advantage
  .svg_large {
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  width: 520px;
  height: 400px;
}
@media (max-width: 1699px) {
  #discretionary_investment_services1_page
    .advantage_points
    .advantages
    .advantage
    .svg_large {
    -ms-transform: unset;
    transform: unset;
    width: auto;
    height: 200px;
  }
}
#discretionary_investment_services1_page
  .advantage_points
  .advantages
  .advantage
  #hyper-personalisation {
  -ms-transform: translateX(-20px) scale(1.2);
  transform: translateX(-20px) scale(1.2);
}
#discretionary_investment_services1_page
  .advantage_points
  .advantages
  .advantage
  .advantage_point {
  max-width: 70%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  #discretionary_investment_services1_page
    .advantage_points
    .advantages
    .advantage
    .advantage_point {
    max-width: 100%;
  }
}
#discretionary_investment_services1_page
  .advantage_points
  .advantages
  .advantage
  .advantage_point
  .points
  p {
  display: block;
  color: #be8a76;
  font-size: 13px;
  line-height: 2;
}
@media (max-width: 991px) {
  #discretionary_investment_services1_page
    .advantage_points
    .advantages
    .advantage
    .advantage_point
    .points
    p {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  #discretionary_investment_services1_page
    .advantage_points
    .advantages
    .advantage
    .advantage_point
    .points
    p {
    font-size: 13px;
  }
}
#discretionary_investment_services1_page
  .advantage_points
  .advantages
  .advantage
  .advantage_point
  .points
  p
  img {
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}
#discretionary_investment_services1_page
  .expertise_img_nd_accordion
  .row-flex
  .text {
  width: 40%;
  position: relative;
  height: fit-content;
}
@media (max-width: 991px) {
  #discretionary_investment_services1_page
    .expertise_img_nd_accordion
    .row-flex
    .text {
    width: 100%;
  }
}
#discretionary_investment_services1_page
  .expertise_img_nd_accordion
  .row-flex
  .text
  .layerImg {
  position: absolute;
  bottom: 125px;
  right: -175px;
}
@media (max-width: 767px) {
  #discretionary_investment_services1_page
    .expertise_img_nd_accordion
    .row-flex
    .text
    .layerImg {
    margin-top: 15px;
  }
}
#discretionary_investment_services1_page
  .expertise_img_nd_accordion
  .row-flex
  .text
  .layerImg
  img {
  max-width: 90%;
}
@media (max-width: 1699px) {
  #discretionary_investment_services1_page
    .expertise_img_nd_accordion
    .row-flex
    .text
    .layerImg
    img {
    max-width: 80%;
  }
}
@media (max-width: 1439px) {
  #discretionary_investment_services1_page
    .expertise_img_nd_accordion
    .row-flex
    .text
    .layerImg {
    bottom: 120px;
    right: -220px;
  }
  #discretionary_investment_services1_page
    .expertise_img_nd_accordion
    .row-flex
    .text
    .layerImg
    img {
    max-width: 70%;
  }
}
@media (max-width: 1199px) {
  #discretionary_investment_services1_page
    .expertise_img_nd_accordion
    .row-flex
    .text
    .layerImg {
    bottom: unset;
    top: 65px;
    right: -220px;
  }
  #discretionary_investment_services1_page
    .expertise_img_nd_accordion
    .row-flex
    .text
    .layerImg
    img {
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  #discretionary_investment_services1_page
    .expertise_img_nd_accordion
    .row-flex
    .text
    .layerImg {
    top: unset;
    bottom: 150px;
    right: 0;
  }
  #discretionary_investment_services1_page
    .expertise_img_nd_accordion
    .row-flex
    .text
    .layerImg
    img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #discretionary_investment_services1_page
    .expertise_img_nd_accordion
    .row-flex
    .text
    .layerImg {
    position: relative;
    bottom: 0;
    right: 0;
  }
  #discretionary_investment_services1_page
    .expertise_img_nd_accordion
    .row-flex
    .text
    .layerImg
    img {
    width: 100%;
    max-width: 100%;
  }
}
#discretionary_investment_services1_page
  .expertise_img_nd_accordion
  .row-flex
  .text
  .content {
  width: 75%;
  position: absolute;
  bottom: 30px;
  left: 50px;
  color: white;
}
@media (max-width: 1699px) {
  #discretionary_investment_services1_page
    .expertise_img_nd_accordion
    .row-flex
    .text
    .content {
    left: 20px;
  }
}
@media (max-width: 1439px) {
  #discretionary_investment_services1_page
    .expertise_img_nd_accordion
    .row-flex
    .text
    .content {
    width: 60%;
    left: 50px;
  }
}
@media (max-width: 1199px) {
  #discretionary_investment_services1_page
    .expertise_img_nd_accordion
    .row-flex
    .text
    .content {
    padding: 25px;
    width: 100%;
    bottom: unset;
    top: 50px;
    left: 0;
  }
}
@media (max-width: 991px) {
  #discretionary_investment_services1_page
    .expertise_img_nd_accordion
    .row-flex
    .text
    .content {
    width: 65%;
    top: unset;
    left: 30px;
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  #discretionary_investment_services1_page
    .expertise_img_nd_accordion
    .row-flex
    .text
    .content {
    width: 100%;
    padding: 15px;
    bottom: unset;
    top: 50px;
    left: 0;
  }
}
#discretionary_investment_services1_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div {
  width: 45%;
}
@media (max-width: 1199px) {
  #discretionary_investment_services1_page
    .expertise_img_nd_accordion
    .row-flex
    .accord-div {
    width: 52%;
  }
}
@media (max-width: 991px) {
  #discretionary_investment_services1_page
    .expertise_img_nd_accordion
    .row-flex
    .accord-div {
    width: 100%;
  }
}
#discretionary_investment_services1_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion
  .flex {
  position: relative;
  z-index: 1;
}
#discretionary_investment_services1_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion
  .flex
  div {
  font-family: "Manier";
  font-size: 24px;
  color: #363157;
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  #discretionary_investment_services1_page
    .expertise_img_nd_accordion
    .row-flex
    .accord-div
    .accordion
    .flex
    div {
    font-size: 18px;
  }
}
#discretionary_investment_services1_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion
  .flex
  div:nth-child(1) {
  max-width: 10%;
}
#discretionary_investment_services1_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion
  .flex
  div
  span {
  font-family: "Manier";
  font-size: 24px;
  color: #363157;
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  #discretionary_investment_services1_page
    .expertise_img_nd_accordion
    .row-flex
    .accord-div
    .accordion
    .flex
    div
    span {
    font-size: 18px;
  }
}
#discretionary_investment_services1_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion
  .flex::after {
  content: "";
  float: right;
  margin-left: 5px;
  padding-right: 30px;
  background-color: #c29180;
  -webkit-mask: url(../../img/close.svg) no-repeat 50% 50%;
  mask: url(../../img/close.svg) no-repeat 50% 50%;
  width: 15px;
  height: 15px;
  background-size: cover;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s ease;
  color: #be8a76;
  font-weight: normal;
  font-size: 30px;
}
@media (max-width: 991px) {
  #discretionary_investment_services1_page
    .expertise_img_nd_accordion
    .row-flex
    .accord-div
    .accordion
    .flex::after {
    margin-top: 0;
  }
}
#discretionary_investment_services1_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion:hover
  .flex
  div {
  padding-left: 0;
  color: #363157;
}
#discretionary_investment_services1_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion:hover
  .flex
  div
  span {
  margin-left: -15px;
  color: #363157;
}
@media (max-width: 767px) {
  #discretionary_investment_services1_page
    .expertise_img_nd_accordion
    .row-flex
    .accord-div
    .accordion:hover
    .flex
    div
    span {
    margin-left: 0;
  }
}
#discretionary_investment_services1_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion:hover
  .flex
  div:nth-child(1) {
  max-width: 10%;
}
@media (max-width: 1199px) {
  #discretionary_investment_services1_page
    .expertise_img_nd_accordion
    .row-flex
    .accord-div
    .accordion:hover
    .flex
    div:nth-child(1) {
    max-width: 10%;
  }
}
#discretionary_investment_services1_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion:hover:before {
  content: "";
  background: #0000006b;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  display: none;
}
#discretionary_investment_services1_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion.active {
  padding-bottom: 0;
  margin-bottom: 15px;
}
#discretionary_investment_services1_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion.active
  .flex:after {
  -ms-transform: rotate(90deg) translateY(6px) translateY(-5px);
  transform: rotate(90deg) translateY(6px) translateY(-5px);
}
#discretionary_investment_services1_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion.active
  .flex
  div {
  padding-left: 15px;
  color: #363157;
}
@media (max-width: 767px) {
  #discretionary_investment_services1_page
    .expertise_img_nd_accordion
    .row-flex
    .accord-div
    .accordion.active
    .flex
    div {
    padding-left: 0;
  }
}
#discretionary_investment_services1_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion.active
  .flex
  div
  span {
  margin-left: 15px;
  color: #363157;
}
@media (max-width: 767px) {
  #discretionary_investment_services1_page
    .expertise_img_nd_accordion
    .row-flex
    .accord-div
    .accordion.active
    .flex
    div
    span {
    margin-left: 0;
  }
}
#discretionary_investment_services1_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion.active:before {
  content: "";
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
#discretionary_investment_services1_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .panel {
  border-bottom: 1px solid #000;
}
#discretionary_investment_services1_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .panel
  .flex
  div {
  max-width: 85%;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  #discretionary_investment_services1_page
    .expertise_img_nd_accordion
    .row-flex
    .accord-div
    .panel
    .flex
    div {
    max-width: 100%;
  }
}
#discretionary_investment_services1_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .panel
  .flex
  div
  p {
  padding-bottom: 15px;
}
#discretionary_investment_services1_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .panel
  .flex
  .theme_btn {
  margin-top: 0;
  margin-right: 10px;
}
#discretionary_investment_services1_page .financial_section {
  padding: 50px 0;
}
#discretionary_investment_services1_page .financial_section .message {
  display: none;
  color: green;
  font-weight: 600px;
}
#discretionary_investment_services1_page .financial_section .form_nd_Img {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  #discretionary_investment_services1_page .financial_section .form_nd_Img {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#discretionary_investment_services1_page .financial_section .form_nd_Img .form {
  width: 50%;
}
@media (max-width: 767px) {
  #discretionary_investment_services1_page
    .financial_section
    .form_nd_Img
    .form {
    width: 100%;
  }
}
#discretionary_investment_services1_page
  .financial_section
  .form_nd_Img
  .form
  form {
  padding-top: 0;
}
#discretionary_investment_services1_page .financial_section .form_nd_Img .Img {
  margin-left: 25px;
  width: 50%;
}
@media (max-width: 767px) {
  #discretionary_investment_services1_page
    .financial_section
    .form_nd_Img
    .Img {
    width: 100%;
    margin-left: 0;
  }
}
#discretionary_investment_services1_page
  .financial_section
  .form_nd_Img
  .Img
  img {
  width: 90%;
}
@media (max-width: 1199px) {
  #discretionary_investment_services1_page
    .financial_section
    .form_nd_Img
    .Img
    img {
    width: 100%;
  }
}
#discretionary_investment_services1_page
  .financial_section
  .points_wrap
  .points_header {
  font-family: "ArgentCF Regular";
  font-size: 22px;
  color: #035256;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #discretionary_investment_services1_page
    .financial_section
    .points_wrap
    .points_header {
    font-size: 18px;
  }
}
#discretionary_investment_services1_page
  .financial_section
  .points_wrap
  .point_desc_wrap {
  margin-bottom: 30px;
}
#discretionary_investment_services1_page
  .financial_section
  .points_wrap
  .point_desc_wrap
  .points_desc
  p {
  margin-bottom: 10px;
}
#discretionary_investment_services1_page
  .financial_section
  .points_wrap
  .email_form
  .btn_sec
  button {
  border: 0;
  background: transparent;
}
#discretionary_investment_services1_page .offering-sec {
  padding: 50px 0;
  scroll-margin-top: 200px;
}
#discretionary_investment_services1_page .offering-sec .row-flex .flex {
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1199px) {
  #discretionary_investment_services1_page
    .offering-sec
    .row-flex
    .flex
    .img-div {
    margin-right: 25px;
  }
}
#discretionary_investment_services1_page .offering-sec .offeringImgs_section {
  padding: 50px 0 0;
}
#discretionary_investment_services1_page
  .offering-sec
  .offeringImgs_section
  .offering_img {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1199px) {
  #discretionary_investment_services1_page
    .offering-sec
    .offeringImgs_section
    .offering_img {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  #discretionary_investment_services1_page
    .offering-sec
    .offeringImgs_section
    .offering_img {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
}
#discretionary_investment_services1_page
  .offering-sec
  .offeringImgs_section
  .offering_img
  .imgs {
  background-color: #fde9d5;
}
#discretionary_investment_services1_page
  .offering-sec
  .offeringImgs_section
  .offering_img
  .imgs
  img {
  width: 100%;
  max-width: 100%;
}
#discretionary_investment_services1_page
  .offering-sec
  .offeringImgs_section
  .offering_img
  .imgs
  .content {
  text-align: center;
  padding: 10px 0 30px;
}
#discretionary_investment_services1_page
  .offering-sec
  .offeringImgs_section
  .offering_img
  .imgs
  .content
  p {
  font-family: "Manier";
}
#discretionary_investment_services1_page #advantage {
  padding: 50px 0;
  scroll-margin-top: 200px;
}
#discretionary_investment_services1_page #advantage .vault {
  padding: 50px 0;
}
#discretionary_investment_services1_page #advantage .women_vaults_slider {
  display: block;
}
#discretionary_investment_services1_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1),
#discretionary_investment_services1_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14) {
  width: 100%;
}
#discretionary_investment_services1_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .box_inner
  .img_block
  img,
#discretionary_investment_services1_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .box_inner
  .img_block
  img {
  max-width: unset;
  width: 100%;
}
#discretionary_investment_services1_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .box_inner
  .img_block
  img.play_btn,
#discretionary_investment_services1_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .box_inner
  .img_block
  img.play_btn {
  max-width: 100%;
  width: auto;
  left: 25%;
}
@media screen and (max-width: 767px) {
  #discretionary_investment_services1_page
    #advantage
    .women_vaults_slider
    .vault_data_item:nth-child(1)
    .box_inner
    .img_block
    img.play_btn,
  #discretionary_investment_services1_page
    #advantage
    .women_vaults_slider
    .vault_data_item:nth-child(14)
    .box_inner
    .img_block
    img.play_btn {
    width: unset;
    left: 50%;
  }
}
#discretionary_investment_services1_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block,
#discretionary_investment_services1_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block {
  position: static;
  background: transparent !important;
  color: #363157;
  right: 0;
  width: 100%;
  padding: 10px;
}
#discretionary_investment_services1_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  a,
#discretionary_investment_services1_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  a {
  color: inherit;
  text-decoration: none;
}
#discretionary_investment_services1_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  a:hover,
#discretionary_investment_services1_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  a:hover {
  color: inherit;
}
#discretionary_investment_services1_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .categary_txt,
#discretionary_investment_services1_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .categary_txt {
  color: #363157;
}
#discretionary_investment_services1_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .box_head,
#discretionary_investment_services1_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .box_head {
  color: #363157;
}
#discretionary_investment_services1_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .para_block,
#discretionary_investment_services1_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .para_block {
  color: #363157;
}
#discretionary_investment_services1_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .bottom_block,
#discretionary_investment_services1_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .bottom_block {
  margin: 15px 0 10px;
}
#discretionary_investment_services1_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .bottom_block
  .audioplayer-time,
#discretionary_investment_services1_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .bottom_block
  .audioplayer-time {
  color: #363157;
}
#discretionary_investment_services1_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .bottom_block
  .date_txt,
#discretionary_investment_services1_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .bottom_block
  .date_txt {
  color: #8f8f8f;
}
#discretionary_investment_services1_page + #contact {
  scroll-margin-top: 10vmin;
}
#not_found_page {
  background-color: #fde9d5;
  display: -ms-grid;
  display: grid;
  text-align: center;
  place-items: center;
  height: 100vh;
}
.seo_inline_header {
  max-height: 60px;
}
.seo_inline_recaptcha {
  width: 304px;
  height: 78px;
}
.seo_inline_g-recaptcha-response {
  width: 250px;
  height: 40px;
  border: 1px solid #c1c1c1;
  margin: 10px 25px;
  padding: 0;
  resize: none;
  display: none;
}
.seo_inline_thankyou_text {
  display: none;
  color: #363157;
}
.seo_inline_submitted-custom-footer {
  text-align: left;
}
.seo_inline_inner_slide-span {
  font-size: 14.4px;
}
.seo_inline_thank-you-msg {
  display: none;
  color: #363157;
}
.seo_inline_footer_principle-officer-mail {
  font-family: "GTAmericaTrial-Rg";
}
#event_page .inner_page_banner {
  background-image: url(../../img/desktop-banners/eventCalendarBanner.webp);
}
@media (max-width: 767px) {
  #event_page .inner_page_banner {
    background-image: url(../../img/mobile-banners/eventCalendarBanner.webp);
  }
}
#event_page .inner_page_banner .heading br {
  display: block;
}
@media (max-width: 767px) {
  #event_page .inner_page_banner .heading br {
    display: block;
  }
}
#event_page .inner_page_banner .heading .subtext1 lottie-player {
  width: 247px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #event_page .inner_page_banner .heading .subtext1 lottie-player {
    width: 247px;
  }
}
#event_page .event-calendar {
  padding: 50px 0;
}
#event_page .event-calendar .eca-app-container {
  padding-top: 30px;
}
#event_page #advantage {
  padding: 50px 0;
  scroll-margin-top: 200px;
}
#event_page #advantage .vault {
  padding: 50px 0;
}
#event_page #advantage .women_vaults_slider {
  display: block;
}
#event_page #advantage .women_vaults_slider .vault_data_item:nth-child(1),
#event_page #advantage .women_vaults_slider .vault_data_item:nth-child(14) {
  width: 100%;
}
#event_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .box_inner
  .img_block
  img,
#event_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .box_inner
  .img_block
  img {
  max-width: unset;
  width: 100%;
}
#event_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .box_inner
  .img_block
  img.play_btn,
#event_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .box_inner
  .img_block
  img.play_btn {
  max-width: 100%;
  width: auto;
  left: 25%;
}
@media screen and (max-width: 767px) {
  #event_page
    #advantage
    .women_vaults_slider
    .vault_data_item:nth-child(1)
    .box_inner
    .img_block
    img.play_btn,
  #event_page
    #advantage
    .women_vaults_slider
    .vault_data_item:nth-child(14)
    .box_inner
    .img_block
    img.play_btn {
    width: unset;
    left: 50%;
  }
}
#event_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block,
#event_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block {
  position: static;
  background: transparent !important;
  color: #363157;
  right: 0;
  width: 100%;
  padding: 10px;
}
#event_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  a,
#event_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  a {
  color: inherit;
  text-decoration: none;
}
#event_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  a:hover,
#event_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  a:hover {
  color: inherit;
}
#event_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .categary_txt,
#event_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .categary_txt {
  color: #363157;
}
#event_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .box_head,
#event_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .box_head {
  color: #363157;
}
#event_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .para_block,
#event_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .para_block {
  color: #363157;
}
#event_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .bottom_block,
#event_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .bottom_block {
  margin: 15px 0 10px;
}
#event_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .bottom_block
  .audioplayer-time,
#event_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .bottom_block
  .audioplayer-time {
  color: #363157;
}
#event_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .bottom_block
  .date_txt,
#event_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .bottom_block
  .date_txt {
  color: #8f8f8f;
}
#event_page .faq .accord-div .accordion .flex::after {
  content: "";
  float: right;
  margin-left: 5px;
  padding-right: 30px;
  background-color: #c29180;
  -webkit-mask: url(../../img/close.svg) no-repeat 50% 50%;
  mask: url(../../img/close.svg) no-repeat 50% 50%;
  width: 15px;
  height: 15px;
  background-size: cover;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s ease;
  color: #be8a76;
  font-weight: normal;
  font-size: 30px;
}
@media (max-width: 991px) {
  #event_page .faq .accord-div .accordion .flex::after {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #event_page .faq .accord-div .accordion .flex {
    -ms-flex-align: center;
    align-items: center;
  }
}
#event_page .faq .accord-div .accordion .flex div {
  font-size: 20px;
  color: #363157;
  font-family: "Manier";
}
@media (max-width: 767px) {
  #event_page .faq .accord-div .accordion .flex div {
    font-size: 18px;
  }
}
#event_page .faq .accord-div .accordion .flex div:first-child {
  max-width: 5%;
}
@media (max-width: 767px) {
  #event_page .faq .accord-div .accordion .flex div:first-child {
    max-width: 10%;
  }
}
#event_page .faq .accord-div .accordion .flex div span {
  font-family: "Manier";
  color: #363157;
  font-size: 20px;
  padding-left: 20px;
}
@media (max-width: 991px) {
  #event_page .faq .accord-div .accordion .flex div span {
    font-size: 18px;
    padding-left: 0;
  }
}
#event_page .faq .accord-div .accordion.active .flex:after {
  -ms-transform: rotate(90deg) translateY(6px) translateY(-5px);
  transform: rotate(90deg) translateY(6px) translateY(-5px);
}
#event_page .faq .accord-div .panel {
  border-bottom: 1px solid #000;
}
#event_page .faq .accord-div .panel .flex div {
  color: #363157;
  max-width: 95%;
  margin-left: auto;
}
@media (max-width: 767px) {
  #event_page .faq .accord-div .panel .flex div {
    width: 100%;
  }
}
#event_page .faq .accord-div .panel .flex div p {
  font-size: 18px;
  padding-left: 20px;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  #event_page .faq .accord-div .panel .flex div p {
    font-size: 14px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #event_page .faq .accord-div .panel .flex div p {
    padding-left: 20px;
  }
}
#event_page .faq .accord-div .panel .flex div p a {
  color: #363157;
}
#privacy p a {
  color: #be8a76;
}
.cookie-consent-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fde9d5;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  color: black;
  padding: 12px;
  font-size: 12px;
  text-align: center;
  z-index: 1000;
}
@media (max-width: 767px) {
  .cookie-consent-banner {
    font-size: 10px;
    padding: 10px;
  }
}
.cookie-consent-banner a {
  font-size: 12px;
}
@media (max-width: 767px) {
  .cookie-consent-banner a {
    font-size: 10px;
  }
}
.cookie-consent-button {
  border: 0;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 4px;
  cursor: pointer;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cookie-consent-button {
    font-size: 10px;
  }
}
.cookie-consent-button:active {
  opacity: 0.5;
}
.cookie-consent-button.btn-success {
  background-color: #34a853;
  color: white;
}
.cookie-consent-button.btn-grayscale {
  background-color: #dfe1e5;
  color: black;
}
.cookie-consent-button.btn-outline {
  background-color: #e6f4ea;
  color: #34a853;
}
.cookie-consent-options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cookie-consent-options label {
  margin: 0 10px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .cookie-consent-options label {
    font-size: 10px;
  }
}
.cookie-consent-options input {
  margin-right: 5px;
}
#founders_circle_page {
  overflow: hidden;
}
#founders_circle_page .inner_page_banner {
  position: relative;
  background-image: url("../../../img/desktop-banners/fc-banner.jpg");
}
@media (max-width: 767px) {
  #founders_circle_page .inner_page_banner {
    background-image: url(../../img/mobile-banners/fc-banner.jpg);
  }
}
#founders_circle_page .inner_page_banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#founders_circle_page .inner_page_banner .subtext lottie-player {
  width: 600px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #founders_circle_page .inner_page_banner .subtext lottie-player {
    width: 350px;
  }
}
#founders_circle_page .inner_page_banner .heading {
  margin: auto;
  margin-bottom: 0;
  font-size: 64px;
  opacity: 0;
  position: relative;
  z-index: 2;
}
#founders_circle_page .inner_page_banner .heading:first-child {
  margin-top: 120px;
}
@media (min-width: 1440px) {
  #founders_circle_page .inner_page_banner .heading:first-child {
    margin-top: 160px;
  }
}
@media (max-width: 767px) {
  #founders_circle_page .inner_page_banner .heading {
    font-size: 38px !important;
    display: inline;
  }
}
#founders_circle_page .inner_page_banner .heading .block {
  display: block;
}
#founders_circle_page .inner_page_banner p {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 5px;
  font-family: "GTAmericaTrial-Md";
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  #founders_circle_page .inner_page_banner .heading {
    padding-top: 0;
  }
}
#founders_circle_page .beta_img {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  #founders_circle_page .beta_img {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
#founders_circle_page .expertise-sec {
  padding: 50px 0;
  scroll-margin-top: 200px;
}
@media (max-width: 991px) {
  #founders_circle_page .expertise-sec {
    padding-bottom: 0;
  }
}
#founders_circle_page .expertise-sec .flex img {
  float: right;
}
#founders_circle_page .expertise-sec .flex .text {
  padding-right: 30px;
}
@media (max-width: 1199px) {
  #founders_circle_page .expertise-sec .flex .text {
    width: 100%;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  #founders_circle_page .expertise-sec .flex .text {
    width: 100%;
    padding-left: 0;
  }
}
#founders_circle_page .expertise-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#founders_circle_page .expertise-sec .row-flex .img-div {
  height: 100%;
  width: 40%;
}
@media (max-width: 991px) {
  #founders_circle_page .expertise-sec .row-flex .img-div {
    width: 100%;
  }
}
#founders_circle_page .expertise-sec .row-flex .text {
  width: 60%;
  padding-left: 40px;
}
@media (max-width: 1199px) {
  #founders_circle_page .expertise-sec .row-flex .text {
    width: 100%;
    padding-left: 15px;
    padding-top: 15px;
  }
}
@media (max-width: 991px) {
  #founders_circle_page .expertise-sec .row-flex .text {
    width: 100%;
    padding-left: 0;
  }
}
#founders_circle_page .expertise-sec .row-flex .text .heading {
  margin-bottom: 20px;
}
#founders_circle_page .expertise-sec .row-flex .text p {
  margin-bottom: 15px;
  font-size: 18px;
  width: 70%;
}
@media (max-width: 991px) {
  #founders_circle_page .expertise-sec .row-flex .text p {
    width: 100%;
  }
}
#founders_circle_page .expertise-sec .row-flex .text .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}
#founders_circle_page .expertise-sec .row-flex .text .row-flex .item {
  width: 46%;
  padding-left: 50px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #founders_circle_page .expertise-sec .row-flex .text .row-flex .item {
    width: 100%;
  }
}
#founders_circle_page
  .expertise-sec
  .row-flex
  .text
  .row-flex
  .item:nth-last-child(1) {
  margin-bottom: 0;
}
#founders_circle_page .expertise-sec .row-flex .text .row-flex .item .title {
  font-size: 20px;
  font-family: "Manier";
  margin-bottom: 5px;
  min-height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
#founders_circle_page .expertise-sec .row-flex .text .row-flex .item .points {
  font-size: 16px;
}
#founders_circle_page .expertise-sec .row-flex .text .row-flex .item .points p {
  margin-bottom: 10px;
  line-height: 22px;
  position: relative;
}
#founders_circle_page
  .expertise-sec
  .row-flex
  .text
  .row-flex
  .item
  .points
  p::before {
  position: absolute;
  content: "";
  top: 0;
  left: -15px;
  width: 5px;
  height: 5px;
  background-color: #363157;
  margin-top: 8px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#founders_circle_page .expertise-sec .row-flex .text .row-flex .item .number {
  position: absolute;
  top: 10%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Manier";
  font-size: 96px;
  font-weight: 700;
  color: rgba(82, 87, 49, 0.1);
}
#founders_circle_page .expertise-sec .row-flex .text .row-flex .explore {
  width: 100%;
  padding-left: 50px;
}
#founders_circle_page .expertise-sec.beta .row-flex .text p {
  width: 95%;
}
#founders_circle_page .expertise-sec.beta .pointers .item {
  padding: 0 65px;
}
@media (max-width: 767px) {
  #founders_circle_page .expertise-sec.beta .pointers .item {
    padding: 0 15px;
  }
}
#founders_circle_page .expertise-sec.beta .pointers .item .title {
  margin-bottom: 20px;
}
#founders_circle_page .expertise-sec.beta .pointers .item p {
  font-size: 18px;
}
#founders_circle_page .expertise-sec.beta.para-margin p {
  margin-bottom: 15px;
}
#founders_circle_page .expertise-sec.beta .title {
  font-size: 20px;
  font-family: "Manier";
  margin-bottom: 5px;
  min-height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
#founders_circle_page .expertise-sec.beta .points {
  font-size: 16px;
}
#founders_circle_page .expertise-sec.beta .points p {
  margin-bottom: 10px;
  line-height: 22px;
  position: relative;
}
#founders_circle_page .expertise-sec.beta .points p::before {
  position: absolute;
  content: "";
  top: 0;
  left: -15px;
  width: 5px;
  height: 5px;
  background-color: #363157;
  margin-top: 8px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#founders_circle_page .process-sec {
  position: relative;
  overflow: visible;
  scroll-margin-top: 200px;
}
@media (max-width: 767px) {
  #founders_circle_page .process-sec {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  #founders_circle_page .process-sec br {
    display: none;
  }
}
#founders_circle_page .process-sec .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 767px) {
  #founders_circle_page .process-sec .row-flex {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#founders_circle_page .process-sec .row-flex .flex {
  gap: 35px;
}
@media (max-width: 1199px) {
  #founders_circle_page .process-sec .row-flex .flex {
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 991px) {
  #founders_circle_page .process-sec .row-flex .flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  #founders_circle_page .process-sec .row-flex .flex .text {
    width: 100%;
  }
}
#founders_circle_page .process-sec .row-flex .flex .text .point .title {
  font-size: 24px;
  font-family: "Manier";
  margin-bottom: 10px;
  line-height: 23px;
}
#founders_circle_page .process-sec .row-flex .flex .text .point .theme_btn {
  cursor: pointer;
}
#founders_circle_page
  .process-sec
  .row-flex
  .flex
  .text
  .point
  .theme_btn::before {
  background-color: transparent;
}
#founders_circle_page .process-sec .row-flex .flex .text .point .theme_btn a {
  color: black;
}
#founders_circle_page .process-sec .row-flex .flex .text p {
  margin-bottom: 15px;
}
#founders_circle_page .process-sec .row-flex .flex .img-div {
  width: 40%;
  position: relative;
}
@media (max-width: 1199px) {
  #founders_circle_page .process-sec .row-flex .flex .img-div {
    width: 100%;
    margin-bottom: 0;
  }
}
#founders_circle_page .process-sec .row-flex .flex .img-div img {
  width: 100%;
}
#founders_circle_page .process-sec .row-flex .flex .img-div .content {
  width: 50%;
  padding: 25px;
  background-color: black;
  color: white;
  position: absolute;
  bottom: -20px;
  right: 0;
}
@media (max-width: 1699px) {
  #founders_circle_page .process-sec .row-flex .flex .img-div .content {
    bottom: -45px;
    right: 0;
  }
}
@media (max-width: 1439px) {
  #founders_circle_page .process-sec .row-flex .flex .img-div .content {
    bottom: 45px;
    right: 0;
  }
}
@media (max-width: 1199px) {
  #founders_circle_page .process-sec .row-flex .flex .img-div .content {
    bottom: 125px;
    padding: 15px;
  }
}
@media (max-width: 991px) {
  #founders_circle_page .process-sec .row-flex .flex .img-div .content {
    bottom: -25px;
    padding: 15px;
  }
}
#founders_circle_page .advantage_points {
  padding: 100px 0 50px 0;
}
@media (max-width: 1199px) {
  #founders_circle_page .advantage_points {
    padding: 50px 0 50px 0;
  }
}
#founders_circle_page .advantage_points .advantages {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  #founders_circle_page .advantage_points .advantages {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#founders_circle_page .advantage_points .advantages .advantage {
  width: 50%;
  padding: 25px 50px 25px;
}
@media (max-width: 1199px) {
  #founders_circle_page .advantage_points .advantages .advantage {
    padding: 25px 25px 25px;
  }
}
@media (max-width: 767px) {
  #founders_circle_page .advantage_points .advantages .advantage {
    width: 100%;
  }
}
#founders_circle_page
  .advantage_points
  .advantages
  .advantage:not(:nth-child(2)) {
  color: white;
  background-color: #363157;
}
#founders_circle_page .advantage_points .advantages .advantage .content {
  text-align: center;
  padding-bottom: 25px;
}
#founders_circle_page .advantage_points .advantages .advantage .content hr {
  width: 100px;
}
#founders_circle_page .advantage_points .advantages .advantage .svg_large {
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  width: 520px;
  height: 400px;
}
@media (max-width: 1699px) {
  #founders_circle_page .advantage_points .advantages .advantage .svg_large {
    -ms-transform: unset;
    transform: unset;
    width: auto;
    height: 200px;
  }
}
#founders_circle_page
  .advantage_points
  .advantages
  .advantage
  #hyper-personalisation {
  -ms-transform: translateX(-20px) scale(1.2);
  transform: translateX(-20px) scale(1.2);
}
#founders_circle_page
  .advantage_points
  .advantages
  .advantage
  .advantage_point {
  max-width: 70%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  #founders_circle_page
    .advantage_points
    .advantages
    .advantage
    .advantage_point {
    max-width: 100%;
  }
}
#founders_circle_page
  .advantage_points
  .advantages
  .advantage
  .advantage_point
  .points
  p {
  display: block;
  color: #be8a76;
  font-size: 13px;
  line-height: 2;
}
@media (max-width: 991px) {
  #founders_circle_page
    .advantage_points
    .advantages
    .advantage
    .advantage_point
    .points
    p {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  #founders_circle_page
    .advantage_points
    .advantages
    .advantage
    .advantage_point
    .points
    p {
    font-size: 13px;
  }
}
#founders_circle_page
  .advantage_points
  .advantages
  .advantage
  .advantage_point
  .points
  p
  img {
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}
#founders_circle_page .expertise_img_nd_accordion .row-flex .text {
  width: 40%;
  position: relative;
  height: fit-content;
}
@media (max-width: 991px) {
  #founders_circle_page .expertise_img_nd_accordion .row-flex .text {
    width: 100%;
  }
}
#founders_circle_page .expertise_img_nd_accordion .row-flex .text .layerImg {
  position: absolute;
  bottom: 125px;
  right: -175px;
}
@media (max-width: 767px) {
  #founders_circle_page .expertise_img_nd_accordion .row-flex .text .layerImg {
    margin-top: 15px;
  }
}
#founders_circle_page
  .expertise_img_nd_accordion
  .row-flex
  .text
  .layerImg
  img {
  max-width: 90%;
}
@media (max-width: 1699px) {
  #founders_circle_page
    .expertise_img_nd_accordion
    .row-flex
    .text
    .layerImg
    img {
    max-width: 80%;
  }
}
@media (max-width: 1439px) {
  #founders_circle_page .expertise_img_nd_accordion .row-flex .text .layerImg {
    bottom: 120px;
    right: -220px;
  }
  #founders_circle_page
    .expertise_img_nd_accordion
    .row-flex
    .text
    .layerImg
    img {
    max-width: 70%;
  }
}
@media (max-width: 1199px) {
  #founders_circle_page .expertise_img_nd_accordion .row-flex .text .layerImg {
    bottom: unset;
    top: 65px;
    right: -220px;
  }
  #founders_circle_page
    .expertise_img_nd_accordion
    .row-flex
    .text
    .layerImg
    img {
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  #founders_circle_page .expertise_img_nd_accordion .row-flex .text .layerImg {
    top: unset;
    bottom: 150px;
    right: 0;
  }
  #founders_circle_page
    .expertise_img_nd_accordion
    .row-flex
    .text
    .layerImg
    img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #founders_circle_page .expertise_img_nd_accordion .row-flex .text .layerImg {
    position: relative;
    bottom: 0;
    right: 0;
  }
  #founders_circle_page
    .expertise_img_nd_accordion
    .row-flex
    .text
    .layerImg
    img {
    width: 100%;
    max-width: 100%;
  }
}
#founders_circle_page .expertise_img_nd_accordion .row-flex .text .content {
  width: 75%;
  position: absolute;
  bottom: 30px;
  left: 50px;
  color: white;
}
@media (max-width: 1699px) {
  #founders_circle_page .expertise_img_nd_accordion .row-flex .text .content {
    left: 20px;
  }
}
@media (max-width: 1439px) {
  #founders_circle_page .expertise_img_nd_accordion .row-flex .text .content {
    width: 60%;
    left: 50px;
  }
}
@media (max-width: 1199px) {
  #founders_circle_page .expertise_img_nd_accordion .row-flex .text .content {
    padding: 25px;
    width: 100%;
    bottom: unset;
    top: 50px;
    left: 0;
  }
}
@media (max-width: 991px) {
  #founders_circle_page .expertise_img_nd_accordion .row-flex .text .content {
    width: 65%;
    top: unset;
    left: 30px;
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  #founders_circle_page .expertise_img_nd_accordion .row-flex .text .content {
    width: 100%;
    padding: 15px;
    bottom: unset;
    top: 50px;
    left: 0;
  }
}
#founders_circle_page .expertise_img_nd_accordion .row-flex .accord-div {
  width: 45%;
}
@media (max-width: 1199px) {
  #founders_circle_page .expertise_img_nd_accordion .row-flex .accord-div {
    width: 52%;
  }
}
@media (max-width: 991px) {
  #founders_circle_page .expertise_img_nd_accordion .row-flex .accord-div {
    width: 100%;
  }
}
#founders_circle_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion
  .flex {
  position: relative;
  z-index: 1;
}
#founders_circle_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion
  .flex
  div {
  font-family: "Manier";
  font-size: 24px;
  color: #363157;
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  #founders_circle_page
    .expertise_img_nd_accordion
    .row-flex
    .accord-div
    .accordion
    .flex
    div {
    font-size: 18px;
  }
}
#founders_circle_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion
  .flex
  div:nth-child(1) {
  max-width: 10%;
}
#founders_circle_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion
  .flex
  div
  span {
  font-family: "Manier";
  font-size: 24px;
  color: #363157;
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  #founders_circle_page
    .expertise_img_nd_accordion
    .row-flex
    .accord-div
    .accordion
    .flex
    div
    span {
    font-size: 18px;
  }
}
#founders_circle_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion
  .flex::after {
  content: "";
  float: right;
  margin-left: 5px;
  padding-right: 30px;
  background-color: #c29180;
  -webkit-mask: url(../../img/close.svg) no-repeat 50% 50%;
  mask: url(../../img/close.svg) no-repeat 50% 50%;
  width: 15px;
  height: 15px;
  background-size: cover;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s ease;
  color: #be8a76;
  font-weight: normal;
  font-size: 30px;
}
@media (max-width: 991px) {
  #founders_circle_page
    .expertise_img_nd_accordion
    .row-flex
    .accord-div
    .accordion
    .flex::after {
    margin-top: 0;
  }
}
#founders_circle_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion:hover
  .flex
  div {
  padding-left: 0;
  color: #363157;
}
#founders_circle_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion:hover
  .flex
  div
  span {
  margin-left: -15px;
  color: #363157;
}
@media (max-width: 767px) {
  #founders_circle_page
    .expertise_img_nd_accordion
    .row-flex
    .accord-div
    .accordion:hover
    .flex
    div
    span {
    margin-left: 0;
  }
}
#founders_circle_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion:hover
  .flex
  div:nth-child(1) {
  max-width: 10%;
}
@media (max-width: 1199px) {
  #founders_circle_page
    .expertise_img_nd_accordion
    .row-flex
    .accord-div
    .accordion:hover
    .flex
    div:nth-child(1) {
    max-width: 10%;
  }
}
#founders_circle_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion:hover:before {
  content: "";
  background: #0000006b;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  display: none;
}
#founders_circle_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion.active {
  padding-bottom: 0;
  margin-bottom: 15px;
}
#founders_circle_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion.active
  .flex:after {
  -ms-transform: rotate(90deg) translateY(6px) translateY(-5px);
  transform: rotate(90deg) translateY(6px) translateY(-5px);
}
#founders_circle_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion.active
  .flex
  div {
  padding-left: 15px;
  color: #363157;
}
@media (max-width: 767px) {
  #founders_circle_page
    .expertise_img_nd_accordion
    .row-flex
    .accord-div
    .accordion.active
    .flex
    div {
    padding-left: 0;
  }
}
#founders_circle_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion.active
  .flex
  div
  span {
  margin-left: 15px;
  color: #363157;
}
@media (max-width: 767px) {
  #founders_circle_page
    .expertise_img_nd_accordion
    .row-flex
    .accord-div
    .accordion.active
    .flex
    div
    span {
    margin-left: 0;
  }
}
#founders_circle_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .accordion.active:before {
  content: "";
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
#founders_circle_page .expertise_img_nd_accordion .row-flex .accord-div .panel {
  border-bottom: 1px solid #000;
}
#founders_circle_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .panel
  .flex
  div {
  max-width: 85%;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  #founders_circle_page
    .expertise_img_nd_accordion
    .row-flex
    .accord-div
    .panel
    .flex
    div {
    max-width: 100%;
  }
}
#founders_circle_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .panel
  .flex
  div
  p {
  padding-bottom: 15px;
}
#founders_circle_page
  .expertise_img_nd_accordion
  .row-flex
  .accord-div
  .panel
  .flex
  .theme_btn {
  margin-top: 0;
  margin-right: 10px;
}
#founders_circle_page .financial_section {
  padding: 50px 0;
}
#founders_circle_page .financial_section .message {
  display: none;
  color: green;
  font-weight: 600px;
}
#founders_circle_page .financial_section .form_nd_Img {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  #founders_circle_page .financial_section .form_nd_Img {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#founders_circle_page .financial_section .form_nd_Img .form {
  width: 48%;
}
@media (max-width: 767px) {
  #founders_circle_page .financial_section .form_nd_Img .form {
    width: 100%;
  }
}
#founders_circle_page .financial_section .form_nd_Img .form form {
  padding-top: 0;
}
#founders_circle_page .financial_section .form_nd_Img .Img {
  margin-left: 25px;
  width: 50%;
}
@media (max-width: 767px) {
  #founders_circle_page .financial_section .form_nd_Img .Img {
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
  }
}
#founders_circle_page .financial_section .form_nd_Img .Img img {
  width: 90%;
}
@media (max-width: 1199px) {
  #founders_circle_page .financial_section .form_nd_Img .Img img {
    width: 100%;
  }
}
#founders_circle_page .financial_section .points_wrap .points_header {
  font-family: "ArgentCF Regular";
  font-size: 22px;
  color: #035256;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #founders_circle_page .financial_section .points_wrap .points_header {
    font-size: 18px;
  }
}
#founders_circle_page .financial_section .points_wrap .point_desc_wrap {
  margin-bottom: 30px;
}
#founders_circle_page
  .financial_section
  .points_wrap
  .point_desc_wrap
  .points_desc
  p {
  margin-bottom: 10px;
}
#founders_circle_page
  .financial_section
  .points_wrap
  .email_form
  .btn_sec
  button {
  border: 0;
  background: transparent;
}
#founders_circle_page .offering-sec {
  padding: 50px 0;
  scroll-margin-top: 200px;
}
#founders_circle_page .offering-sec .row-flex .flex .super-heading {
  margin-bottom: 8px;
}
@media (max-width: 1199px) {
  #founders_circle_page .offering-sec .row-flex .flex .img-div {
    margin-right: 25px;
  }
}
#founders_circle_page .offering-sec .offeringImgs_section {
  padding: 50px 0 0;
}
#founders_circle_page .offering-sec .offeringImgs_section .offering_img {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1199px) {
  #founders_circle_page .offering-sec .offeringImgs_section .offering_img {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  #founders_circle_page .offering-sec .offeringImgs_section .offering_img {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
}
#founders_circle_page .offering-sec .offeringImgs_section .offering_img .imgs {
  background-color: #fde9d5;
}
#founders_circle_page
  .offering-sec
  .offeringImgs_section
  .offering_img
  .imgs
  img {
  width: 100%;
  max-width: 100%;
}
#founders_circle_page
  .offering-sec
  .offeringImgs_section
  .offering_img
  .imgs
  .content {
  text-align: center;
  padding: 10px 0 30px;
}
#founders_circle_page
  .offering-sec
  .offeringImgs_section
  .offering_img
  .imgs
  .content
  p {
  font-family: "Manier";
}
#founders_circle_page #advantage {
  padding: 50px 0;
  scroll-margin-top: 200px;
}
#founders_circle_page #advantage .vault {
  padding: 50px 0;
}
#founders_circle_page #advantage .women_vaults_slider {
  display: block;
}
#founders_circle_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1),
#founders_circle_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14) {
  width: 100%;
}
#founders_circle_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .box_inner
  .img_block
  img,
#founders_circle_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .box_inner
  .img_block
  img {
  max-width: unset;
  width: 100%;
}
#founders_circle_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .box_inner
  .img_block
  img.play_btn,
#founders_circle_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .box_inner
  .img_block
  img.play_btn {
  max-width: 100%;
  width: auto;
  left: 25%;
}
@media screen and (max-width: 767px) {
  #founders_circle_page
    #advantage
    .women_vaults_slider
    .vault_data_item:nth-child(1)
    .box_inner
    .img_block
    img.play_btn,
  #founders_circle_page
    #advantage
    .women_vaults_slider
    .vault_data_item:nth-child(14)
    .box_inner
    .img_block
    img.play_btn {
    width: unset;
    left: 50%;
  }
}
#founders_circle_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block,
#founders_circle_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block {
  position: static;
  background: transparent !important;
  color: #363157;
  right: 0;
  width: 100%;
  padding: 10px;
}
#founders_circle_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  a,
#founders_circle_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  a {
  color: inherit;
  text-decoration: none;
}
#founders_circle_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  a:hover,
#founders_circle_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  a:hover {
  color: inherit;
}
#founders_circle_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .categary_txt,
#founders_circle_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .categary_txt {
  color: #363157;
}
#founders_circle_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .box_head,
#founders_circle_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .box_head {
  color: #363157;
}
#founders_circle_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .para_block,
#founders_circle_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .para_block {
  color: #363157;
}
#founders_circle_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .bottom_block,
#founders_circle_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .bottom_block {
  margin: 15px 0 10px;
}
#founders_circle_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .bottom_block
  .audioplayer-time,
#founders_circle_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .bottom_block
  .audioplayer-time {
  color: #363157;
}
#founders_circle_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .bottom_block
  .date_txt,
#founders_circle_page
  #advantage
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .bottom_block
  .date_txt {
  color: #8f8f8f;
}
#founders_circle_page .other-sec {
  margin-top: 50px;
}
#founders_circle_page + #contact {
  scroll-margin-top: 10vmin;
}
#frame1 .banner img {
  width: 100%;
  display: block;
}
#frame1 .banner .banner-content .banner_title {
  font-size: 64px;
  line-height: 1.2;
}
#frame1 .banner .banner-content .title_text {
  font-family: "Beyond Infinity Demo", sans-serif;
  font-size: 90px;
  position: absolute;
  bottom: -23%;
  color: #9bb7af;
}
#frame1 .brand-logo {
  position: relative;
  z-index: 2;
  font-size: 1.2rem;
  letter-spacing: 2px;
  text-align: right;
  font-weight: bold;
}
#frame1 .section_wrap {
  background-color: black;
}
#frame1 .section_wrap .banner_below_text {
  padding-top: 60px;
}
@media (max-width: 767px) {
  #frame1 .section_wrap .banner_below_text {
    padding-top: 65px;
  }
}
#frame1 .section_wrap .banner_below_text .para {
  color: white;
}
#frame1 .section_wrap .banner_below_text .para .heading {
  font-size: 48px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Manier";
}
@media (max-width: 767px) {
  #frame1 .section_wrap .banner_below_text .para .heading {
    font-size: 26px;
  }
}
#frame1 .section_wrap .banner_below_text .para .text_inside {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 400;
  font-family: "PT Serif";
}
@media (max-width: 767px) {
  #frame1 .section_wrap .banner_below_text .para .text_inside {
    font-size: 17px;
  }
}
#frame1 .section_wrap .form_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1000;
}
@media (max-width: 767px) {
  #frame1 .section_wrap .form_popup {
    position: fixed;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: unset;
    z-index: 1000;
    overflow: auto;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#frame1 .section_wrap .hidden {
  display: none !important;
}
#frame1 .section_wrap .section-container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 60vw;
  max-height: 90vh;
}
@media (max-width: 991px) {
  #frame1 .section_wrap .section-container {
    max-width: 90vw;
    max-height: 65vh;
  }
}
@media (max-width: 767px) {
  #frame1 .section_wrap .section-container {
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
    background-color: unset;
  }
}
#frame1 .section_wrap .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  color: #333;
  cursor: pointer;
  padding: 5px 10px;
  line-height: 1;
}
#frame1 .section_wrap .close-btn:hover {
  background-color: #f8cfae;
}
#frame1 .section_wrap .image-container {
  background-color: #000;
  width: 50%;
}
@media (max-width: 1199px) {
  #frame1 .section_wrap .image-container {
    background-color: unset;
  }
}
@media (max-width: 767px) {
  #frame1 .section_wrap .image-container {
    width: 100%;
    display: none;
  }
}
#frame1 .section_wrap .image-container img {
  width: 100%;
  height: 100%;
}
#frame1 .section_wrap .form-container {
  background-color: #fdf5e6;
  padding: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
}
@media (max-width: 767px) {
  #frame1 .section_wrap .form-container {
    width: 100%;
  }
}
#frame1 .section_wrap .form-container h2 {
  font-size: 22px;
  font-weight: 400;
  font-family: "PT Serif";
  margin-bottom: 20px;
  color: #000;
}
#frame1 .section_wrap form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
#frame1 .section_wrap form label {
  margin: 10px 0 5px;
  font-size: 14px;
  color: black;
  text-transform: uppercase;
}
#frame1 .section_wrap form input {
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #737373;
  font-size: 16px;
  background-color: white;
}
#frame1 .section_wrap form button {
  background-color: #000;
  color: #fff;
  border: 0;
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 10px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
@media (max-width: 480px) {
  #frame1 .section_wrap .section-container {
    max-width: 98vw;
  }
  #frame1 .section_wrap .form-container {
    padding: 15px;
  }
  #frame1 .section_wrap .form-container h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #frame1 .section_wrap form input,
  #frame1 .section_wrap form button {
    font-size: 13px;
    padding: 8px;
  }
}
#frame1 .section_wrap .btn {
  display: inline-block;
  border: 1px solid white;
  background-color: #fde9d5;
  color: black;
  padding: 20px 41px 17px 41px;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 50px;
  font-weight: 500;
  font-size: 13px;
  font-family: "Work Sans";
}
@media (max-width: 767px) {
  #frame1 .section_wrap .btn {
    padding: 10px 29px;
    font-size: 11px;
    margin-top: 40px;
    border-radius: 6px;
  }
}
@media (max-width: 480px) {
  #frame1 .section_wrap .form-container {
    padding: 15px;
  }
  #frame1 .section_wrap .form-container h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #frame1 .section_wrap form input,
  #frame1 .section_wrap form button {
    font-size: 13px;
    padding: 8px;
  }
}
#frame1 .section_wrap .month-section {
  padding-top: 50px;
}
@media (max-width: 767px) {
  #frame1 .section_wrap .month-section {
    padding-top: 40px;
  }
}
#frame1 .section_wrap .month-section .dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 100%;
}
#frame1 .section_wrap .month-section .dropdown-title {
  font-size: 48px;
  font-weight: 400;
  margin-top: 0;
  font-family: "Manier";
  color: #fff;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  #frame1 .section_wrap .month-section .dropdown-title {
    font-size: 24px;
  }
}
#frame1 .section_wrap .month-section .dropdown-title img {
  margin-left: 8px;
  transition: transform 0.3s ease;
}
#frame1 .section_wrap .month-section .dropdown-title img.rotate {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#frame1 .section_wrap .month-section .inside_box {
  padding-top: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  max-height: none;
  opacity: 1;
}
@media (max-width: 767px) {
  #frame1 .section_wrap .month-section .inside_box {
    padding-top: 28px;
  }
}
#frame1 .section_wrap .month-section .inside_box.hidden {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
#frame1 .section_wrap .month-section .inside_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 45px;
}
@media (max-width: 767px) {
  #frame1 .section_wrap .month-section .inside_wrap {
    gap: 30px;
  }
}
#frame1 .section_wrap .month-section .box_item {
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media (max-width: 767px) {
  #frame1 .section_wrap .month-section .box_item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#frame1 .section_wrap .month-section .circle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(var(--container_size) / 6 - 25px);
  height: calc(var(--container_size) / 6 - 25px);
  border: 2px solid white;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 767px) {
  #frame1 .section_wrap .month-section .circle {
    width: calc(100vw / 3 - 30px);
    height: calc(100vw / 3 - 30px);
  }
}
#frame1 .section_wrap .month-section .circle:hover {
  background-color: #fde9d5;
}
#frame1 .section_wrap .month-section .circle:hover .title_text {
  color: black;
}
#frame1 .section_wrap .month-section .title_text {
  color: white;
  font-family: "Beyond Infinity Demo", sans-serif;
  font-size: 48px;
}
@media (max-width: 767px) {
  #frame1 .section_wrap .month-section .title_text {
    font-size: 34px;
  }
}
#frame1 .section_wrap .categories-section {
  padding-top: 70px;
  padding-bottom: 70px;
}
#frame1 .section_wrap .categories-section .categories-dropdown-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  #frame1 .section_wrap .categories-section .categories-dropdown-container {
    margin-bottom: 0;
  }
}
#frame1
  .section_wrap
  .categories-section
  .categories-dropdown-container
  .dropdown-text {
  font-size: 45px;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Manier";
  color: #fff;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  #frame1
    .section_wrap
    .categories-section
    .categories-dropdown-container
    .dropdown-text {
    font-size: 24px;
    margin-bottom: 0;
  }
}
#frame1
  .section_wrap
  .categories-section
  .categories-dropdown-container
  .dropdown-text
  img {
  margin-left: 8px;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  #frame1
    .section_wrap
    .categories-section
    .categories-dropdown-container
    .dropdown-text
    img {
    margin-left: 0;
  }
}
#frame1
  .section_wrap
  .categories-section
  .categories-dropdown-container
  .dropdown-text
  img.rotate {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#frame1
  .section_wrap
  .categories-section
  .categories-dropdown-container
  .dropdown-text
  .dropdown-arrow {
  transition: transform 0.3s;
}
#frame1
  .section_wrap
  .categories-section
  .categories-dropdown-container
  .dropdown-text
  .dropdown-arrow.open {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#frame1 .section_wrap .categories-grid {
  padding-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
@media (max-width: 991px) {
  #frame1 .section_wrap .categories-grid {
    gap: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  #frame1 .section_wrap .categories-grid {
    padding-top: 44px;
    gap: 43px;
  }
}
@media (max-width: 639px) {
  #frame1 .section_wrap .categories-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#frame1 .section_wrap .categories-grid .category-card {
  background-color: #ffefdb;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 991px) {
  #frame1 .section_wrap .categories-grid .category-card {
    width: 48%;
  }
}
@media (max-width: 767px) {
  #frame1 .section_wrap .categories-grid .category-card {
    width: 100%;
  }
}
#frame1 .section_wrap .categories-grid .category-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
#frame1 .section_wrap .categories-grid .category-card p {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: left;
  text-transform: uppercase;
  padding-left: 15px;
  font-family: "Work Sans";
}
#frame1 .section_wrap .categories-grid .category-card .load_btn {
  -ms-grid-column: span 3;
  grid-column: span 3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 70px 0 0 0;
}
#frame1 .section_wrap .categories-grid .category-card .load_btn .more_btn {
  border: 1px solid white;
  padding: 10px 20px;
  color: white;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  border-radius: 5px;
}
#frame1 .vault {
  padding: 50px 0;
}
#frame1 .women_vaults_slider {
  display: block;
}
#frame1 .women_vaults_slider .slick-slide {
  height: auto;
}
#frame1 .women_vaults_slider .vault_data_item:nth-child(1),
#frame1 .women_vaults_slider .vault_data_item:nth-child(14) {
  width: 100%;
}
#frame1
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .box_inner
  .img_block
  img,
#frame1
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .box_inner
  .img_block
  img {
  max-width: unset;
  width: 100%;
}
#frame1
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .box_inner
  .img_block
  img.play_btn,
#frame1
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .box_inner
  .img_block
  img.play_btn {
  max-width: 100%;
  width: auto;
  left: 25%;
}
@media screen and (max-width: 767px) {
  #frame1
    .women_vaults_slider
    .vault_data_item:nth-child(1)
    .box_inner
    .img_block
    img.play_btn,
  #frame1
    .women_vaults_slider
    .vault_data_item:nth-child(14)
    .box_inner
    .img_block
    img.play_btn {
    width: unset;
    left: 50%;
  }
}
#frame1 .women_vaults_slider .vault_data_item:nth-child(1) .content_block,
#frame1 .women_vaults_slider .vault_data_item:nth-child(14) .content_block {
  position: static;
  background: transparent !important;
  color: #363157;
  right: 0;
  width: 100%;
  padding: 0;
}
#frame1 .women_vaults_slider .vault_data_item:nth-child(1) .content_block a,
#frame1 .women_vaults_slider .vault_data_item:nth-child(14) .content_block a {
  color: inherit;
  text-decoration: none;
}
#frame1
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  a:hover,
#frame1
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  a:hover {
  color: inherit;
}
#frame1
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .categary_txt,
#frame1
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .categary_txt {
  color: #363157;
}
#frame1
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .box_head,
#frame1
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .box_head {
  color: #363157;
}
#frame1
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .para_block,
#frame1
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .para_block {
  color: #363157;
}
#frame1
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .bottom_block,
#frame1
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .bottom_block {
  margin: 15px 0 10px;
}
#frame1
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .bottom_block
  .audioplayer-time,
#frame1
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .bottom_block
  .audioplayer-time {
  color: #363157;
}
#frame1
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .bottom_block
  .date_txt,
#frame1
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .bottom_block
  .date_txt {
  color: #8f8f8f;
}
#frame1 .faq .accord-div .accordion .flex::after {
  content: "";
  float: right;
  margin-left: 5px;
  padding-right: 30px;
  background-color: #c29180;
  -webkit-mask: url(../../img/close.svg) no-repeat 50% 50%;
  mask: url(../../img/close.svg) no-repeat 50% 50%;
  width: 15px;
  height: 15px;
  background-size: cover;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s ease;
  color: #be8a76;
  font-weight: normal;
  font-size: 30px;
}
@media (max-width: 991px) {
  #frame1 .faq .accord-div .accordion .flex::after {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #frame1 .faq .accord-div .accordion .flex {
    -ms-flex-align: center;
    align-items: center;
  }
}
#frame1 .faq .accord-div .accordion .flex div {
  font-size: 20px;
  color: #363157;
  font-family: "Manier";
}
@media (max-width: 767px) {
  #frame1 .faq .accord-div .accordion .flex div {
    font-size: 18px;
  }
}
#frame1 .faq .accord-div .accordion .flex div:first-child {
  max-width: 5%;
}
@media (max-width: 767px) {
  #frame1 .faq .accord-div .accordion .flex div:first-child {
    max-width: 10%;
  }
}
#frame1 .faq .accord-div .accordion .flex div span {
  font-family: "Manier";
  color: #363157;
  font-size: 20px;
  padding-left: 20px;
}
@media (max-width: 991px) {
  #frame1 .faq .accord-div .accordion .flex div span {
    font-size: 18px;
    padding-left: 0;
  }
}
#frame1 .faq .accord-div .accordion.active .flex:after {
  -ms-transform: rotate(90deg) translateY(6px) translateY(-5px);
  transform: rotate(90deg) translateY(6px) translateY(-5px);
}
#frame1 .faq .accord-div .panel {
  border-bottom: 1px solid #000;
}
#frame1 .faq .accord-div .panel .flex div {
  color: #363157;
  max-width: 95%;
  margin-left: auto;
}
@media (max-width: 767px) {
  #frame1 .faq .accord-div .panel .flex div {
    width: 100%;
  }
}
#frame1 .faq .accord-div .panel .flex div p {
  font-size: 18px;
  padding-left: 20px;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  #frame1 .faq .accord-div .panel .flex div p {
    font-size: 14px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #frame1 .faq .accord-div .panel .flex div p {
    padding-left: 20px;
  }
}
#frame1 .faq .accord-div .panel .flex div p a {
  color: #363157;
}
body {
  background-color: #000;
}
body #event .breadcrumb_section {
  background-color: #000;
  padding-top: 80px;
}
@media (max-width: 767px) {
  body #event .breadcrumb_section {
    padding-top: 39px;
  }
}
body #event .breadcrumb_section .breadcrumb .breadcrumb_text {
  color: white;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  font-family: "Work Sans";
}
body #event .breadcrumb_section .breadcrumb .breadcrumb_text a {
  color: white;
}
@media (max-width: 767px) {
  body #event .breadcrumb_section .breadcrumb .breadcrumb_text {
    font-size: 8px;
  }
}
body #event .art_basil {
  background-color: black;
}
body #event .art_basil .section_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 120px;
}
@media (max-width: 767px) {
  body #event .art_basil .section_wrap {
    display: block;
    padding-top: 40px;
  }
}
body #event .art_basil .section_wrap .section_left {
  width: 45%;
  padding-left: calc(15px + (100vw - var(--container_size)) / 2);
}
@media (max-width: 991px) {
  body #event .art_basil .section_wrap .section_left {
    width: 55%;
  }
}
@media (max-width: 767px) {
  body #event .art_basil .section_wrap .section_left {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
body #event .art_basil .section_wrap .section_left .para_wrap {
  color: white;
}
body #event .art_basil .section_wrap .section_left .para_wrap h2 {
  margin: 0;
  font-family: "Manier";
  font-weight: 400;
  font-size: 60px;
}
@media (max-width: 767px) {
  body #event .art_basil .section_wrap .section_left .para_wrap h2 {
    font-size: 19px;
  }
}
body #event .art_basil .section_wrap .section_left .para_wrap .para_inside {
  padding-top: 30px;
  font-weight: 400;
  font-size: 22px;
  font-family: "PT Serif";
}
@media (max-width: 767px) {
  body #event .art_basil .section_wrap .section_left .para_wrap .para_inside {
    font-size: 17px;
  }
}
body #event .art_basil .section_wrap .section_right_holder {
  width: 40%;
}
@media (max-width: 767px) {
  body #event .art_basil .section_wrap .section_right_holder {
    width: 100%;
  }
}
body #event .art_basil .section_wrap .section_right_holder .section_right {
  color: black;
  background-color: #fde9d5;
  padding-top: 40px;
  padding-left: 70px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  body #event .art_basil .section_wrap .section_right_holder .section_right {
    padding-left: 40px;
  }
}
body
  #event
  .art_basil
  .section_wrap
  .section_right_holder
  .section_right
  .event_box
  .item_box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px;
}
body
  #event
  .art_basil
  .section_wrap
  .section_right_holder
  .section_right
  .event_box
  .item_box
  .event_img {
  padding-right: 50px;
}
body
  #event
  .art_basil
  .section_wrap
  .section_right_holder
  .section_right
  .event_box
  .item_box
  .event_text
  .title {
  font-weight: 700;
  font-family: "Work Sans";
  font-size: 15px;
}
body
  #event
  .art_basil
  .section_wrap
  .section_right_holder
  .section_right
  .event_box
  .item_box
  .event_text
  .para {
  font-weight: 400;
  font-size: 15px;
  font-family: "Work Sans";
}
body #event .art_basil .section_wrap .section_right_holder .request_btn {
  margin-top: 15px;
}
@media (max-width: 767px) {
  body #event .art_basil .section_wrap .section_right_holder .request_btn {
    margin-left: 10px;
  }
}
body #event .art_basil .section_wrap .section_right_holder .request_btn .btn {
  display: inline-block;
  background-color: #a0855d;
  color: #ffffffb8;
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  font-family: "Work Sans";
}
@media (max-width: 767px) {
  body #event .art_basil .section_wrap .section_right_holder .request_btn .btn {
    font-size: 11px;
    padding: 5px 20px;
    border-radius: 5px;
  }
}
body #event .art_basil .form_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1000;
}
@media (max-width: 767px) {
  body #event .art_basil .form_popup {
    position: fixed;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: unset;
    z-index: 1000;
    overflow: auto;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
body #event .art_basil .hidden {
  display: none !important;
}
body #event .art_basil .section-container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 60vw;
  background-color: #fde9d5;
  overflow: hidden;
}
@media (max-width: 991px) {
  body #event .art_basil .section-container {
    max-width: 97vw;
  }
}
@media (max-width: 767px) {
  body #event .art_basil .section-container {
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
  }
}
body #event .art_basil .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  color: #333;
  cursor: pointer;
  padding: 5px 10px;
  line-height: 1;
}
body #event .art_basil .close-btn:hover {
  background-color: #f8cfae;
}
body #event .art_basil .image-container {
  background-color: #000;
  width: 50%;
}
@media (max-width: 1199px) {
  body #event .art_basil .image-container {
    background-color: unset;
  }
}
@media (max-width: 767px) {
  body #event .art_basil .image-container {
    width: 100%;
    display: none;
  }
}
body #event .art_basil .image-container img {
  width: 100%;
  height: 100%;
}
body #event .art_basil .form-container {
  background-color: #fdf5e6;
  padding: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  overflow: auto;
  max-height: 95vh;
}
@media (max-width: 767px) {
  body #event .art_basil .form-container {
    width: 100%;
  }
}
body #event .art_basil .form_inside_wrap {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  body #event .art_basil .form_inside_wrap {
    gap: 0;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
body #event .art_basil .form_div {
  position: relative;
  padding-top: 20px;
}
body #event .art_basil .form_div label.error {
  position: absolute;
  bottom: -10px;
  color: red;
  left: 0;
  margin-top: 10px;
}
body #event .art_basil .form-container h2 {
  font-size: 22px;
  font-weight: 400;
  font-family: "PT Serif";
  margin-bottom: 20px;
  color: #000;
}
body #event .art_basil form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
body #event .art_basil form label {
  margin: 10px 0 5px;
  font-size: 14px;
  color: black;
  text-transform: uppercase;
}
body #event .art_basil form input {
  padding: 10px;
  border: 1px solid #737373;
  font-size: 16px;
  background-color: white;
}
body #event .art_basil form button {
  background-color: #000;
  color: #fff;
  border: 0;
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 10px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
@media (max-width: 480px) {
  body #event .art_basil .section-container {
    max-width: 98vw;
  }
  body #event .art_basil .form-container {
    padding: 15px;
  }
  body #event .art_basil .form-container h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  body #event .art_basil form input,
  body #event .art_basil form button {
    font-size: 13px;
    padding: 8px;
  }
}
body #event .art_basil .section_right h6 {
  margin: 0;
  font-family: "Work Sans";
  font-weight: 700;
  font-size: 15px;
}
body #event .banner img {
  width: 100%;
  display: block;
}
body #event .no-event-text {
  color: white;
  text-align: center;
  font-family: "Work Sans";
  font-size: 18px;
  font-weight: 400;
  padding-top: 90px;
  background-color: black;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  body #event .no-event-text {
    padding-top: 55px;
    font-size: 14px;
  }
}
body #event .event_listing_wrap {
  background-color: black;
  padding: 50px 0 120px 0;
  color: white;
}
@media (max-width: 767px) {
  body #event .event_listing_wrap {
    padding: 20px 0 100px 0;
  }
}
body #event .event_listing_wrap .title_popup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  body #event .event_listing_wrap .title_popup {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
body #event .event_listing_wrap .title_popup .heading {
  margin-bottom: 0;
  font-size: 30.6px;
}
@media only screen and (max-width: 1200px) {
  body #event .event_listing_wrap .title_popup .heading {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  body #event .event_listing_wrap .title_popup .heading {
    font-size: 20px;
  }
}
body #event .event_listing_wrap .event_card_item_wrap {
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  body #event .event_listing_wrap .event_card_item_wrap {
    margin-top: 0;
  }
}
body #event .event_listing_wrap .event_card_item {
  width: 408.66px;
  height: auto !important;
  background-color: #ffefdb;
  border-radius: 50px;
  overflow: hidden;
  margin: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  opacity: 1;
  transition: opacity 0.3s, transform 0.3s;
}
@media (max-width: 767px) {
  body #event .event_listing_wrap .event_card_item {
    width: 350px;
    border-radius: 26px;
  }
}
@media (min-width: 769px) {
  body #event .event_listing_wrap .event_card_item:hover {
    cursor: pointer;
  }
  body #event .event_listing_wrap .event_card_item:hover .tag {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
body #event .event_listing_wrap .card_img {
  overflow: hidden;
  position: relative;
  color: black;
}
body #event .event_listing_wrap .card_img img {
  width: 100%;
  border-radius: 50px;
}
@media (max-width: 767px) {
  body #event .event_listing_wrap .card_img img {
    border-radius: 26px;
  }
}
body #event .event_listing_wrap .card_img .tag {
  cursor: pointer;
  position: absolute;
  background-color: black;
  color: white;
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 6% 50%, 0 0);
  border-radius: 6px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  top: 35px;
  right: 0;
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  transition: all 0.3s ease, opacity 0.3s ease;
}
body #event .event_listing_wrap .card_img .tag .tagName {
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  padding: 5px 20px 5px 20px;
}
body #event .event_listing_wrap .card_img .tag .tagName span {
  display: inline-block;
  margin-top: 5px;
}
body #event .event_listing_wrap .card_img .tag .tagName span img {
  width: auto;
  height: 15px;
}
@media (min-width: 769px) {
  body #event .event_listing_wrap .card_img:hover {
    cursor: pointer;
  }
  body #event .event_listing_wrap .card_img:hover .tag {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 768px) {
  body #event .event_listing_wrap .card_img .tag {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
    pointer-events: auto;
  }
  body #event .event_listing_wrap .card_img:hover {
    cursor: default;
  }
}
@media only screen and (width: 820px) and (height: 1180px) and (-webkit-device-pixel-ratio: 2),
  only screen and (width: 1180px) and (height: 820px) and (-webkit-device-pixel-ratio: 2) {
  body #event .event_listing_wrap .card_img .tag {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
    pointer-events: auto;
  }
  body #event .event_listing_wrap .card_img:hover {
    cursor: default;
  }
}
body #event .event_listing_wrap .card_content {
  color: black;
  padding: 30px 23px;
}
body #event .event_listing_wrap .card_content .card_content_inside {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body #event .event_listing_wrap .card_content .card_content_inside .inviteTxt {
  text-transform: uppercase;
  font-family: "Work Sans";
  font-size: 12px;
  font-weight: 400;
  color: white;
  background-color: black;
  border-radius: 10px;
  padding: 5px 10px;
}
@media (max-width: 767px) {
  body
    #event
    .event_listing_wrap
    .card_content
    .card_content_inside
    .inviteTxt {
    font-size: 10px;
    border-radius: 2px;
    padding: 3px 10px;
  }
}
body #event .event_listing_wrap .card_content .title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  font-family: "Work Sans";
}
body #event .event_listing_wrap .card_content .desc {
  margin-top: 5px;
  font-weight: 400;
  font-family: "Work Sans";
  font-size: 13px;
  display: -webkit-box;
  max-width: 100%;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
}
body #event .event_listing_wrap .card_content .fliter_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  margin-top: 25px;
}
body #event .event_listing_wrap .fliter_wrap :not(:first-child) {
  margin-left: 15px;
  font-family: "Work Sans";
  font-size: 10px;
  font-weight: 500;
  color: #6c6c6c;
}
body #event .event_listing_wrap .fliter_wrap p:first-of-type {
  font-family: "Work Sans";
  font-size: 10px;
  font-weight: 500;
  border: 2px solid #6c6c6c;
  color: #6c6c6c;
  border-radius: 10px;
  padding: 5px 8px;
}
body #event .event_listing_wrap .slick-prev,
body #event .event_listing_wrap .slick-next {
  font-size: 0;
  background: #737373;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 100;
}
body #event .event_listing_wrap .slick-prev {
  left: -50px;
}
body #event .event_listing_wrap .slick-next {
  right: -50px;
}
body #event .event_listing_wrap .slick-prev::before,
body #event .event_listing_wrap .slick-next::before {
  font-size: 24px;
  color: #fff;
  opacity: 1;
}
body #event .event_listing_wrap .slick-dots li button:after {
  display: none;
}
body #event .event_listing_wrap .slick-dots {
  position: absolute;
  bottom: -30px;
  text-align: center;
  width: 100%;
  z-index: 0;
}
body #event .event_listing_wrap .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
body #event .event_listing_wrap .slick-dots li button {
  font-size: 0;
  background: transparent;
  border: 0;
  padding: 10px;
  cursor: pointer;
}
body #event .event_listing_wrap .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  display: block;
  opacity: 0.5;
}
body #event .event_listing_wrap .slick-dots li.slick-active button:before {
  background-color: #ff8b60;
  opacity: 1;
}
body #event .event_listing_wrap .prev_arrow {
  position: absolute;
  bottom: -13%;
  left: 45%;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 991px) {
  body #event .event_listing_wrap .prev_arrow {
    left: 40%;
  }
}
@media (max-width: 767px) {
  body #event .event_listing_wrap .prev_arrow {
    bottom: -15%;
    left: 30%;
  }
}
body #event .event_listing_wrap .right_arrow {
  bottom: -13%;
  position: absolute;
  right: 45%;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 991px) {
  body #event .event_listing_wrap .right_arrow {
    right: 40%;
  }
}
@media (max-width: 767px) {
  body #event .event_listing_wrap .right_arrow {
    bottom: -15%;
    right: 30%;
  }
}
@media (max-width: 1024px) {
  body #event .event_listing_wrap .slick-prev,
  body #event .event_listing_wrap .slick-next {
    display: none !important;
  }
}
@media (max-width: 768px) {
  body #event .event_listing_wrap .event_card_item .card_content {
    padding: 20px;
  }
  body #event .event_listing_wrap .event_card_item .card_content .title {
    font-size: 14px;
  }
  body #event .event_listing_wrap .event_card_item .card_content .desc {
    font-size: 13px;
  }
}
body #event .update_text {
  color: white;
  padding-top: 20px;
  font-weight: 400;
  font-family: "PT Serif";
}
@media (max-width: 767px) {
  body #event .update_text {
    padding-left: 20px;
    font-size: 14px;
    padding-right: 20px;
  }
}
body #event .vault {
  padding: 50px 0;
}
body #event .women_vaults_slider {
  display: block;
}
body #event .women_vaults_slider .slick-slide {
  height: auto;
}
body #event .women_vaults_slider .vault_data_item:nth-child(1),
body #event .women_vaults_slider .vault_data_item:nth-child(14) {
  width: 100%;
}
body
  #event
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .box_inner
  .img_block
  img,
body
  #event
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .box_inner
  .img_block
  img {
  max-width: unset;
  width: 100%;
}
body
  #event
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .box_inner
  .img_block
  img.play_btn,
body
  #event
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .box_inner
  .img_block
  img.play_btn {
  max-width: 100%;
  width: auto;
  left: 25%;
}
@media screen and (max-width: 767px) {
  body
    #event
    .women_vaults_slider
    .vault_data_item:nth-child(1)
    .box_inner
    .img_block
    img.play_btn,
  body
    #event
    .women_vaults_slider
    .vault_data_item:nth-child(14)
    .box_inner
    .img_block
    img.play_btn {
    width: unset;
    left: 50%;
  }
}
body #event .women_vaults_slider .vault_data_item:nth-child(1) .content_block,
body #event .women_vaults_slider .vault_data_item:nth-child(14) .content_block {
  position: static;
  background: transparent !important;
  color: #363157;
  right: 0;
  width: 100%;
  padding: 0;
}
body #event .women_vaults_slider .vault_data_item:nth-child(1) .content_block a,
body
  #event
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  a {
  color: inherit;
  text-decoration: none;
}
body
  #event
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  a:hover,
body
  #event
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  a:hover {
  color: inherit;
}
body
  #event
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .categary_txt,
body
  #event
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .categary_txt {
  color: #363157;
}
body
  #event
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .box_head,
body
  #event
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .box_head {
  color: #363157;
}
body
  #event
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .para_block,
body
  #event
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .para_block {
  color: #363157;
}
body
  #event
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .bottom_block,
body
  #event
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .bottom_block {
  margin: 15px 0 10px;
}
body
  #event
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .bottom_block
  .audioplayer-time,
body
  #event
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .bottom_block
  .audioplayer-time {
  color: #363157;
}
body
  #event
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .bottom_block
  .date_txt,
body
  #event
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .bottom_block
  .date_txt {
  color: #8f8f8f;
}
body #event .faq .accord-div .accordion .flex::after {
  content: "";
  float: right;
  margin-left: 5px;
  padding-right: 30px;
  background-color: #c29180;
  -webkit-mask: url(../../img/close.svg) no-repeat 50% 50%;
  mask: url(../../img/close.svg) no-repeat 50% 50%;
  width: 15px;
  height: 15px;
  background-size: cover;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s ease;
  color: #be8a76;
  font-weight: normal;
  font-size: 30px;
}
@media (max-width: 991px) {
  body #event .faq .accord-div .accordion .flex::after {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  body #event .faq .accord-div .accordion .flex {
    -ms-flex-align: center;
    align-items: center;
  }
}
body #event .faq .accord-div .accordion .flex div {
  font-size: 20px;
  color: #363157;
  font-family: "Manier";
}
@media (max-width: 767px) {
  body #event .faq .accord-div .accordion .flex div {
    font-size: 18px;
  }
}
body #event .faq .accord-div .accordion .flex div:first-child {
  max-width: 5%;
}
@media (max-width: 767px) {
  body #event .faq .accord-div .accordion .flex div:first-child {
    max-width: 10%;
  }
}
body #event .faq .accord-div .accordion .flex div span {
  font-family: "Manier";
  color: #363157;
  font-size: 20px;
  padding-left: 20px;
}
@media (max-width: 991px) {
  body #event .faq .accord-div .accordion .flex div span {
    font-size: 18px;
    padding-left: 0;
  }
}
body #event .faq .accord-div .accordion.active .flex:after {
  -ms-transform: rotate(90deg) translateY(6px) translateY(-5px);
  transform: rotate(90deg) translateY(6px) translateY(-5px);
}
body #event .faq .accord-div .panel {
  border-bottom: 1px solid #000;
}
body #event .faq .accord-div .panel .flex div {
  color: #363157;
  max-width: 95%;
  margin-left: auto;
}
@media (max-width: 767px) {
  body #event .faq .accord-div .panel .flex div {
    width: 100%;
  }
}
body #event .faq .accord-div .panel .flex div p {
  font-size: 18px;
  padding-left: 20px;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  body #event .faq .accord-div .panel .flex div p {
    font-size: 14px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  body #event .faq .accord-div .panel .flex div p {
    padding-left: 20px;
  }
}
body #event .faq .accord-div .panel .flex div p a {
  color: #363157;
}
body {
  background-color: #000;
}
body #event_listing .banner img {
  width: 100%;
  display: block;
}
body #event_listing .breadcrumb_section {
  background-color: black;
  margin: 0;
  padding-top: 80px;
}
@media (max-width: 767px) {
  body #event_listing .breadcrumb_section {
    padding-top: 40px;
  }
}
body #event_listing .breadcrumb_section .breadcrumb .breadcrumb_text {
  color: white;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  font-family: "Work Sans";
}
body #event_listing .breadcrumb_section .breadcrumb .breadcrumb_text a {
  color: white;
}
@media (max-width: 767px) {
  body #event_listing .breadcrumb_section .breadcrumb .breadcrumb_text {
    font-size: 8px;
  }
}
body #event_listing .no-event-text {
  color: white;
  text-align: center;
  font-family: "Work Sans";
  font-size: 18px;
  font-weight: 400;
  padding-top: 90px;
}
@media (max-width: 767px) {
  body #event_listing .no-event-text {
    font-size: 14px;
  }
}
body #event_listing .event_listing_wrap {
  background-color: black;
  padding: 40px 0;
  color: white;
}
body #event_listing .event_listing_wrap .title_popup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  body #event_listing .event_listing_wrap .title_popup {
    display: block;
  }
}
@media (max-width: 767px) {
  body #event_listing .event_listing_wrap .title_popup {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
body #event_listing .event_listing_wrap .title_popup .heading {
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  font-family: "Manier";
}
@media (max-width: 991px) {
  body #event_listing .event_listing_wrap .title_popup .heading {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  body #event_listing .event_listing_wrap .title_popup .heading {
    font-size: 20px;
  }
}
body #event_listing .event_listing_wrap .title_popup .form_popups {
  display: inline-block;
  background-color: #fde9d5;
  color: black;
  padding: 20px 41px 17px 41px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 500;
  font-size: 13px;
  font-family: "Work Sans";
}
@media (max-width: 767px) {
  body #event_listing .event_listing_wrap .title_popup .form_popups {
    margin-top: 15px;
    padding: 11px 29px;
    border-radius: 6px;
    display: none;
  }
}
body
  #event_listing
  .event_listing_wrap
  .title_popup
  .form_popups
  .super_heading {
  margin-bottom: 0;
  font-family: "Work Sans";
  font-size: 13px;
  font-weight: 500;
}
@media (max-width: 767px) {
  body
    #event_listing
    .event_listing_wrap
    .title_popup
    .form_popups
    .super_heading {
    font-size: 11px;
  }
}
body #event_listing .event_listing_wrap .title_popup .form_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1000;
}
@media (max-width: 767px) {
  body #event_listing .event_listing_wrap .title_popup .form_popup {
    position: fixed;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: unset;
    z-index: 1000;
    overflow: auto;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
body #event_listing .event_listing_wrap .title_popup .hidden {
  display: none !important;
}
body #event_listing .event_listing_wrap .title_popup .section-container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 60vw;
  max-height: 90vh;
}
@media (max-width: 991px) {
  body #event_listing .event_listing_wrap .title_popup .section-container {
    max-width: 97vw;
  }
}
@media (max-width: 767px) {
  body #event_listing .event_listing_wrap .title_popup .section-container {
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
    background-color: unset;
  }
}
body #event_listing .event_listing_wrap .title_popup .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  color: #333;
  cursor: pointer;
  padding: 5px 10px;
  line-height: 1;
}
body #event_listing .event_listing_wrap .title_popup .close-btn:hover {
  background-color: #f8cfae;
}
body #event_listing .event_listing_wrap .title_popup .image-container {
  background-color: #000;
  width: 50%;
}
@media (max-width: 1199px) {
  body #event_listing .event_listing_wrap .title_popup .image-container {
    background-color: unset;
  }
}
@media (max-width: 767px) {
  body #event_listing .event_listing_wrap .title_popup .image-container {
    width: 100%;
    display: none;
  }
}
body #event_listing .event_listing_wrap .title_popup .image-container img {
  width: 100%;
  height: 100%;
}
body #event_listing .event_listing_wrap .title_popup .form-container {
  background-color: #fdf5e6;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
}
@media (max-width: 767px) {
  body #event_listing .event_listing_wrap .title_popup .form-container {
    width: 100%;
  }
}
body #event_listing .event_listing_wrap .title_popup .form-container h2 {
  font-size: 22px;
  font-weight: 400;
  font-family: "PT Serif";
  margin-bottom: 20px;
  color: #000;
}
body #event_listing .event_listing_wrap .title_popup form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
body #event_listing .event_listing_wrap .title_popup form label {
  margin: 10px 0 5px;
  font-size: 14px;
  color: black;
  text-transform: uppercase;
}
body #event_listing .event_listing_wrap .title_popup form input {
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #737373;
  font-size: 16px;
  background-color: white;
}
body #event_listing .event_listing_wrap .title_popup form button {
  background-color: #000;
  color: #fff;
  border: 0;
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 10px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
@media (max-width: 480px) {
  body #event_listing .event_listing_wrap .title_popup .section-container {
    max-width: 98vw;
  }
  body #event_listing .event_listing_wrap .title_popup .form-container {
    padding: 15px;
  }
  body #event_listing .event_listing_wrap .title_popup .form-container h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  body #event_listing .event_listing_wrap .title_popup form input,
  body #event_listing .event_listing_wrap .title_popup form button {
    font-size: 13px;
    padding: 8px;
  }
}
body #event_listing .event_listing_wrap .subTitle {
  font-family: "PT Serif";
  font-size: 22px;
  margin-top: 50px;
  font-weight: 400;
}
@media (max-width: 767px) {
  body #event_listing .event_listing_wrap .subTitle {
    margin-top: 30px;
    font-size: 17px;
  }
}
body #event_listing .event_listing_wrap .form_popups_mobile {
  display: inline-block;
  background-color: #fde9d5;
  color: black;
  padding: 20px 41px 17px 41px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 500;
  font-size: 13px;
  font-family: "Work Sans";
  display: none;
}
@media (max-width: 767px) {
  body #event_listing .event_listing_wrap .form_popups_mobile {
    margin-top: 34px;
    padding: 11px 29px;
    border-radius: 6px;
    display: inline-block;
  }
}
body #event_listing .event_listing_wrap .filter_wrap {
  margin-top: 60px;
}
@media (max-width: 1439px) {
  body #event_listing .event_listing_wrap .filter_wrap {
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 991px) {
  body #event_listing .event_listing_wrap .filter_wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  body #event_listing .event_listing_wrap .filter_wrap {
    margin-top: 37px;
  }
}
body #event_listing .event_listing_wrap .filter_wrap .search-filter {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 280px;
  color: white;
}
@media (max-width: 767px) {
  body #event_listing .event_listing_wrap .filter_wrap .search-filter {
    width: 48%;
    margin-left: 0;
  }
}
body
  #event_listing
  .event_listing_wrap
  .filter_wrap
  .search-filter
  .search-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: 0;
  border: 0;
  cursor: pointer;
  color: white;
}
body
  #event_listing
  .event_listing_wrap
  .filter_wrap
  .search-filter
  .search-icon
  img {
  width: 15px;
  height: 15px;
}
body #event_listing .event_listing_wrap .filter_wrap .search-input {
  width: 100%;
  padding: 15px 10px 12px 40px;
  margin: 0;
  border: 2px solid #fff;
  border-radius: 10px;
  font-family: "Work Sans";
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background-color: transparent;
  outline: 0;
  text-transform: uppercase;
}
body
  #event_listing
  .event_listing_wrap
  .filter_wrap
  .search-input:-ms-input-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
body
  #event_listing
  .event_listing_wrap
  .filter_wrap
  .search-input::placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
body #event_listing .event_listing_wrap .filter_wrap .search-input:focus {
  border-color: #fff !important;
}
@media (max-width: 767px) {
  body #event_listing .event_listing_wrap .filter_wrap .search-input {
    font-size: 11px;
    padding: 10px 10px 10px 40px;
  }
}
body #event_listing .event_listing_wrap .filter_wrap .dropdown {
  position: relative;
  display: inline-block;
  border: 2px solid white;
  border-radius: 10px;
  width: 280px;
  text-transform: uppercase;
  margin-left: 32px;
}
@media (max-width: 991px) {
  body #event_listing .event_listing_wrap .filter_wrap .dropdown {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  body #event_listing .event_listing_wrap .filter_wrap .dropdown {
    margin-left: 0;
    margin-top: 0;
    width: 48%;
  }
}
body
  #event_listing
  .event_listing_wrap
  .filter_wrap
  .dropdown
  .dropdown-button {
  background-color: transparent;
  color: #fff;
  padding: 12px 15px;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  text-align: left;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  body
    #event_listing
    .event_listing_wrap
    .filter_wrap
    .dropdown
    .dropdown-button {
    padding: 10px;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    line-height: 1.1;
  }
}
body
  #event_listing
  .event_listing_wrap
  .filter_wrap
  .dropdown
  .dropdown-button
  .button-text {
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  color: #fff;
  font-size: 12px;
  font-family: "Work Sans";
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  body
    #event_listing
    .event_listing_wrap
    .filter_wrap
    .dropdown
    .dropdown-button
    .button-text {
    font-size: 11px;
  }
}
body
  #event_listing
  .event_listing_wrap
  .filter_wrap
  .dropdown
  .dropdown-button
  .dropdown-arrow {
  margin-left: 10px;
  width: 8px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
  position: absolute;
  right: 10px;
  top: 16px;
  -ms-transform-origin: center;
  transform-origin: center;
}
@media (max-width: 767px) {
  body
    #event_listing
    .event_listing_wrap
    .filter_wrap
    .dropdown
    .dropdown-button
    .dropdown-arrow {
    top: 10px;
  }
}
body #event_listing .event_listing_wrap .filter_wrap .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  z-index: 11;
  background-color: #ffefdb;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}
body
  #event_listing
  .event_listing_wrap
  .filter_wrap
  .dropdown
  .dropdown-menu
  .dropdown-item {
  padding: 10px 15px;
  font-size: 11px;
  font-family: "Work Sans", sans-serif;
  cursor: pointer;
  color: #333;
  width: 100%;
}
body
  #event_listing
  .event_listing_wrap
  .filter_wrap
  .dropdown
  .dropdown-menu
  .dropdown-item:hover {
  background-color: #f1f1f1;
}
body
  #event_listing
  .event_listing_wrap
  .filter_wrap
  .dropdown.active
  .dropdown-menu {
  display: block;
}
body
  #event_listing
  .event_listing_wrap
  .filter_wrap
  .dropdown.active
  .dropdown-arrow {
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
body #event_listing .event_listing_wrap .event_card_item_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 150px 32px;
  margin-top: 80px;
}
@media (max-width: 1199px) {
  body #event_listing .event_listing_wrap .event_card_item_wrap {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
}
@media (max-width: 767px) {
  body #event_listing .event_listing_wrap .event_card_item_wrap {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
}
body #event_listing .event_listing_wrap .event_card_item_wrap .event_card_item {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #ffefdb;
  border-radius: 50px;
}
@media (max-width: 767px) {
  body
    #event_listing
    .event_listing_wrap
    .event_card_item_wrap
    .event_card_item {
    border-radius: 26px;
  }
}
body
  #event_listing
  .event_listing_wrap
  .event_card_item_wrap
  .event_card_item
  .card_img {
  position: relative;
  overflow: hidden;
  color: black;
}
body
  #event_listing
  .event_listing_wrap
  .event_card_item_wrap
  .event_card_item
  .card_img
  img {
  border-radius: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  body
    #event_listing
    .event_listing_wrap
    .event_card_item_wrap
    .event_card_item
    .card_img
    img {
    border-radius: 26px;
  }
}
body
  #event_listing
  .event_listing_wrap
  .event_card_item_wrap
  .event_card_item
  .card_img
  .tag {
  cursor: pointer;
  position: absolute;
  background-color: black;
  color: white;
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 6% 50%, 0 0);
  border-radius: 6px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  top: 35px;
  right: 0;
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  transition: all 0.3s ease, opacity 0.3s ease;
}
body
  #event_listing
  .event_listing_wrap
  .event_card_item_wrap
  .event_card_item
  .card_img
  .tag
  .tagName {
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  padding: 5px 20px 5px 20px;
}
body
  #event_listing
  .event_listing_wrap
  .event_card_item_wrap
  .event_card_item
  .card_img
  .tag
  .tagName
  span {
  display: inline-block;
  margin-top: 5px;
}
body
  #event_listing
  .event_listing_wrap
  .event_card_item_wrap
  .event_card_item
  .card_img
  .tag
  .tagName
  span
  img {
  width: auto;
  height: 15px;
}
@media (min-width: 769px) {
  body
    #event_listing
    .event_listing_wrap
    .event_card_item_wrap
    .event_card_item
    .card_img:hover {
    cursor: pointer;
  }
  body
    #event_listing
    .event_listing_wrap
    .event_card_item_wrap
    .event_card_item
    .card_img:hover
    .tag {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 768px) {
  body
    #event_listing
    .event_listing_wrap
    .event_card_item_wrap
    .event_card_item
    .card_img
    .tag {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
    pointer-events: auto;
  }
  body
    #event_listing
    .event_listing_wrap
    .event_card_item_wrap
    .event_card_item
    .card_img:hover {
    cursor: default;
  }
}
@media only screen and (width: 820px) and (height: 1180px) and (-webkit-device-pixel-ratio: 2),
  only screen and (width: 1180px) and (height: 820px) and (-webkit-device-pixel-ratio: 2) {
  body
    #event_listing
    .event_listing_wrap
    .event_card_item_wrap
    .event_card_item
    .card_img
    .tag {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
    pointer-events: auto;
  }
  body
    #event_listing
    .event_listing_wrap
    .event_card_item_wrap
    .event_card_item
    .card_img:hover {
    cursor: default;
  }
}
body
  #event_listing
  .event_listing_wrap
  .event_card_item_wrap
  .event_card_item
  .card_img
  .top_title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  body
    #event_listing
    .event_listing_wrap
    .event_card_item_wrap
    .event_card_item
    .card_img
    .top_title {
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
body
  #event_listing
  .event_listing_wrap
  .event_card_item_wrap
  .event_card_item
  .card_img
  .top_title
  .title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  font-family: "Work Sans";
  width: 65%;
}
body
  #event_listing
  .event_listing_wrap
  .event_card_item_wrap
  .event_card_item
  .card_img
  .top_title
  .inviteTxt {
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  color: white;
  background-color: black;
  border-radius: 10px;
  padding: 5px 10px;
}
@media (max-width: 767px) {
  body
    #event_listing
    .event_listing_wrap
    .event_card_item_wrap
    .event_card_item
    .card_img
    .top_title
    .inviteTxt {
    font-size: 10px;
    border-radius: 2px;
    padding: 3px 10px;
  }
}
body
  #event_listing
  .event_listing_wrap
  .event_card_item_wrap
  .event_card_item
  .card_img
  .desc {
  margin-top: 5px;
  font-weight: 400;
  font-family: "Work Sans";
  font-size: 13px;
}
body
  #event_listing
  .event_listing_wrap
  .event_card_item_wrap
  .event_card_item
  .card_content_space {
  padding: 30px 23px;
}
body
  #event_listing
  .event_listing_wrap
  .event_card_item_wrap
  .event_card_item
  .card_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: black;
  padding: 0 23px 30px 23px;
}
body
  #event_listing
  .event_listing_wrap
  .event_card_item_wrap
  .event_card_item
  .card_content
  .top_title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  body
    #event_listing
    .event_listing_wrap
    .event_card_item_wrap
    .event_card_item
    .card_content
    .top_title {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
body
  #event_listing
  .event_listing_wrap
  .event_card_item_wrap
  .event_card_item
  .card_content
  .top_title
  .title {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
}
body
  #event_listing
  .event_listing_wrap
  .event_card_item_wrap
  .event_card_item
  .card_content
  .top_title
  .inviteTxt {
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  color: white;
  background-color: black;
  border-radius: 10px;
  padding: 5px 10px;
}
body
  #event_listing
  .event_listing_wrap
  .event_card_item_wrap
  .event_card_item
  .card_content
  .desc {
  margin-top: 5px;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
}
body
  #event_listing
  .event_listing_wrap
  .event_card_item_wrap
  .event_card_item
  .card_content
  .fliter_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}
body
  #event_listing
  .event_listing_wrap
  .event_card_item_wrap
  .event_card_item
  .card_content
  .fliter_wrap
  :not(:first-child) {
  margin-left: 15px;
  font-family: "Work Sans";
  font-size: 10px;
  font-weight: 500;
  color: #6c6c6c;
}
body
  #event_listing
  .event_listing_wrap
  .event_card_item_wrap
  .event_card_item
  .card_content
  .fliter_wrap
  p:first-of-type {
  font-family: "Work Sans";
  font-size: 10px;
  font-weight: 500;
  border: 2px solid #737373;
  color: #6c6c6c;
  border-radius: 10px;
  padding: 5px 8px;
}
body #event_listing .event_listing_wrap .btn_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
body #event_listing .event_listing_wrap .btn_wrap .load_more_button {
  font-family: "Work Sans";
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #737373;
  margin-top: 200px;
  border-radius: 5px;
  padding: 13px 34px 13px 35px;
  cursor: pointer;
  color: white;
  background-color: transparent;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  body #event_listing .event_listing_wrap .btn_wrap .load_more_button {
    margin-top: 50px;
  }
}
body #event_listing .vault {
  padding: 50px 0;
}
body #event_listing .women_vaults_slider {
  display: block;
}
body #event_listing .women_vaults_slider .slick-slide {
  height: auto;
}
body #event_listing .women_vaults_slider .vault_data_item:nth-child(1),
body #event_listing .women_vaults_slider .vault_data_item:nth-child(14) {
  width: 100%;
}
body
  #event_listing
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .box_inner
  .img_block
  img,
body
  #event_listing
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .box_inner
  .img_block
  img {
  max-width: unset;
  width: 100%;
}
body
  #event_listing
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .box_inner
  .img_block
  img.play_btn,
body
  #event_listing
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .box_inner
  .img_block
  img.play_btn {
  max-width: 100%;
  width: auto;
  left: 25%;
}
@media screen and (max-width: 767px) {
  body
    #event_listing
    .women_vaults_slider
    .vault_data_item:nth-child(1)
    .box_inner
    .img_block
    img.play_btn,
  body
    #event_listing
    .women_vaults_slider
    .vault_data_item:nth-child(14)
    .box_inner
    .img_block
    img.play_btn {
    width: unset;
    left: 50%;
  }
}
body
  #event_listing
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block,
body
  #event_listing
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block {
  position: static;
  background: transparent !important;
  color: #363157;
  right: 0;
  width: 100%;
  padding: 0;
}
body
  #event_listing
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  a,
body
  #event_listing
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  a {
  color: inherit;
  text-decoration: none;
}
body
  #event_listing
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  a:hover,
body
  #event_listing
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  a:hover {
  color: inherit;
}
body
  #event_listing
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .categary_txt,
body
  #event_listing
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .categary_txt {
  color: #363157;
}
body
  #event_listing
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .box_head,
body
  #event_listing
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .box_head {
  color: #363157;
}
body
  #event_listing
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .para_block,
body
  #event_listing
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .para_block {
  color: #363157;
}
body
  #event_listing
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .bottom_block,
body
  #event_listing
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .bottom_block {
  margin: 15px 0 10px;
}
body
  #event_listing
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .bottom_block
  .audioplayer-time,
body
  #event_listing
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .bottom_block
  .audioplayer-time {
  color: #363157;
}
body
  #event_listing
  .women_vaults_slider
  .vault_data_item:nth-child(1)
  .content_block
  .bottom_block
  .date_txt,
body
  #event_listing
  .women_vaults_slider
  .vault_data_item:nth-child(14)
  .content_block
  .bottom_block
  .date_txt {
  color: #8f8f8f;
}
body #event_listing .faq .accord-div .accordion .flex::after {
  content: "";
  float: right;
  margin-left: 5px;
  padding-right: 30px;
  background-color: #c29180;
  -webkit-mask: url(../../img/close.svg) no-repeat 50% 50%;
  mask: url(../../img/close.svg) no-repeat 50% 50%;
  width: 15px;
  height: 15px;
  background-size: cover;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s ease;
  color: #be8a76;
  font-weight: normal;
  font-size: 30px;
}
@media (max-width: 991px) {
  body #event_listing .faq .accord-div .accordion .flex::after {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  body #event_listing .faq .accord-div .accordion .flex {
    -ms-flex-align: center;
    align-items: center;
  }
}
body #event_listing .faq .accord-div .accordion .flex div {
  font-size: 20px;
  color: #363157;
  font-family: "Manier";
}
@media (max-width: 767px) {
  body #event_listing .faq .accord-div .accordion .flex div {
    font-size: 18px;
  }
}
body #event_listing .faq .accord-div .accordion .flex div:first-child {
  max-width: 5%;
}
@media (max-width: 767px) {
  body #event_listing .faq .accord-div .accordion .flex div:first-child {
    max-width: 10%;
  }
}
body #event_listing .faq .accord-div .accordion .flex div span {
  font-family: "Manier";
  color: #363157;
  font-size: 20px;
  padding-left: 20px;
}
@media (max-width: 991px) {
  body #event_listing .faq .accord-div .accordion .flex div span {
    font-size: 18px;
    padding-left: 0;
  }
}
body #event_listing .faq .accord-div .accordion.active .flex:after {
  -ms-transform: rotate(90deg) translateY(6px) translateY(-5px);
  transform: rotate(90deg) translateY(6px) translateY(-5px);
}
body #event_listing .faq .accord-div .panel {
  border-bottom: 1px solid #000;
}
body #event_listing .faq .accord-div .panel .flex div {
  color: #363157;
  max-width: 95%;
  margin-left: auto;
}
@media (max-width: 767px) {
  body #event_listing .faq .accord-div .panel .flex div {
    width: 100%;
  }
}
body #event_listing .faq .accord-div .panel .flex div p {
  font-size: 18px;
  padding-left: 20px;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  body #event_listing .faq .accord-div .panel .flex div p {
    font-size: 14px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  body #event_listing .faq .accord-div .panel .flex div p {
    padding-left: 20px;
  }
}
body #event_listing .faq .accord-div .panel .flex div p a {
  color: #363157;
}
#emirates {
  position: relative;
}
#emirates .waterfield_way .inside-container {
  display: -ms-flexbox;
  display: flex;
}
.header .row_flex {
  max-height: 60px !important;
}
.header .wealth_contact_link {
  text-align: right;
  padding-right: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header .wealth_contact_link .close_search {
  right: 0;
}
.header .wealth_contact_link img {
  display: none;
  position: absolute;
  -ms-transform: translate(10px, 4px);
  transform: translate(10px, 4px);
  width: 14px;
}
.header .wealth_contact_link.close img {
  display: inline;
}
.header .wealth_contact_link a {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.header .wealth_contact_link a.imp-label {
  position: relative;
}
.header .wealth_contact_link a.imp-label::before {
  content: "New";
  position: absolute;
  left: 0;
  font-size: 10px;
  top: -14px;
  background: #a0855d;
  color: #ffffffb8;
  border-radius: 10px;
  padding: 0 13px;
  font-family: "GTAmericaTrial-Rg";
}
.header .wealth_contact_link form {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  border-radius: 5px;
  clip-path: circle(0 at 92% 50%);
  transition: clip-path 0.8s ease-in-out;
}
.header .wealth_contact_link form.search {
  clip-path: circle(100% at 40% 0);
  z-index: 1;
}
.header .wealth_contact_link form img {
  position: absolute;
  bottom: 0;
  top: 0;
  -ms-transform: none !important;
  transform: none !important;
  margin: auto 20px;
  width: 18px;
}
.header .wealth_contact_link form input {
  border-bottom: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto auto auto 50px;
  font-size: 16px;
}
.header .wealth_contact_link form input:focus {
  border-bottom: none !important;
}
.header .wealth_contact_link form input:-ms-input-placeholder {
  color: #8c899f;
  font-size: 16px;
}
.header .wealth_contact_link form input::placeholder {
  color: #8c899f;
  font-size: 16px;
}
#wealth-advisory-india {
  position: relative;
}
#wealth-advisory-india .section_padding {
  padding: 50px 0;
}
@media (max-width: 991px) {
  #wealth-advisory-india .section_padding {
    padding: 30px 0;
  }
}
#wealth-advisory-india .inner_page_banner {
  background-image: url("../../img/emirates/desktop-wealth-banner.jpg") !important;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 1199px) {
  #wealth-advisory-india .inner_page_banner {
    height: 50vh;
  }
}
@media (max-width: 767px) {
  #wealth-advisory-india .inner_page_banner {
    background-image: url("../../img/emirates/mobile-wealth-banner.jpg") !important;
    height: 100vh;
  }
}
#wealth-advisory-india .inner_page_banner .content {
  position: absolute;
  top: 190px;
  left: 90px;
  width: 30%;
  text-align: left;
  z-index: 2;
}
@media (max-width: 1439px) {
  #wealth-advisory-india .inner_page_banner .content {
    top: 250px;
    width: 60%;
  }
}
@media (max-width: 1199px) {
  #wealth-advisory-india .inner_page_banner .content {
    top: 80px;
    width: 70%;
  }
}
@media (max-width: 991px) {
  #wealth-advisory-india .inner_page_banner .content {
    top: 85px;
    left: 50px;
    width: 80%;
  }
}
@media (max-width: 767px) {
  #wealth-advisory-india .inner_page_banner .content {
    width: 85%;
    top: 150px;
    left: 30px;
  }
}
#wealth-advisory-india .inner_page_banner .content .heading {
  color: #e4e4e4;
}
@media (max-width: 1199px) {
  #wealth-advisory-india .inner_page_banner .content .heading {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  #wealth-advisory-india .inner_page_banner .content .heading {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  #wealth-advisory-india .inner_page_banner .content .heading {
    font-size: 38px;
  }
}
@media (max-width: 479px) {
  #wealth-advisory-india .inner_page_banner .content .heading {
    width: unset;
  }
}
#wealth-advisory-india .inner_page_banner .content .heading br {
  display: block !important;
}
#wealth-advisory-india .inner_page_banner .content .subTitle {
  font-family: "Beyond Infinity Demo";
  color: #f0a490;
  font-size: 100px;
  text-transform: lowercase;
  line-height: 1;
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}
@media (max-width: 1199px) {
  #wealth-advisory-india .inner_page_banner .content .subTitle {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  #wealth-advisory-india .inner_page_banner .content .subTitle {
    font-size: 70px;
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@media (max-width: 479px) {
  #wealth-advisory-india .inner_page_banner .content .subTitle {
    font-size: 40px !important;
  }
}
#wealth-advisory-india .inner_page_banner .content .desc {
  font-family: "GTAmericaTrial-Rg";
  text-transform: none;
  line-height: 1.3;
  font-size: 28px;
  margin-top: 25px;
}
@media (max-width: 1199px) {
  #wealth-advisory-india .inner_page_banner .content .desc {
    margin-top: -20px;
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  #wealth-advisory-india .inner_page_banner .content .desc {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #wealth-advisory-india .inner_page_banner .content .desc {
    width: 70%;
    font-size: 18px;
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  #wealth-advisory-india .inner_page_banner .content .ctaBtn_wrap {
    position: fixed;
    bottom: 0;
    background-color: #3d3d46;
    padding: 22px 0;
    width: 100%;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#wealth-advisory-india .inner_page_banner .content .ctaBtn_wrap .ctaBtn {
  font-family: "GTAmericaTrial-Rg";
  margin-top: 45px;
  background-color: #fff9f3;
  border-radius: 20px;
  text-transform: uppercase;
  padding: 10px 30px;
  color: black;
  display: inline-block;
}
@media (max-width: 1199px) {
  #wealth-advisory-india .inner_page_banner .content .ctaBtn_wrap .ctaBtn {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  #wealth-advisory-india .inner_page_banner .content .ctaBtn_wrap .ctaBtn {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  #wealth-advisory-india .inner_page_banner .content .ctaBtn_wrap .ctaBtn {
    margin-top: 0;
    padding: 3px 25px;
    font-size: 18px;
  }
}
#wealth-advisory-india .inner_page_banner .content .ctaBtn_wrap .ctaBtn a {
  color: black;
  cursor: pointer;
}
#wealth-advisory-india .inner_page_banner .container {
  height: 100%;
}
#wealth-advisory-india .ad_section {
  padding: 100px 0 50px;
}
@media (max-width: 991px) {
  #wealth-advisory-india .ad_section {
    padding: 50px 0 30px;
  }
}
@media (max-width: 767px) {
  #wealth-advisory-india .ad_section {
    padding: 30px 0;
  }
}
#wealth-advisory-india .ad_section .ad_box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #wealth-advisory-india .ad_section .ad_box {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#wealth-advisory-india .ad_section .ad_box .left_box {
  width: 30%;
}
@media (max-width: 991px) {
  #wealth-advisory-india .ad_section .ad_box .left_box {
    width: 100%;
    margin-bottom: 30px;
  }
}
#wealth-advisory-india .ad_section .ad_box .left_box.width_45 {
  width: 45%;
}
@media (max-width: 991px) {
  #wealth-advisory-india .ad_section .ad_box .left_box.width_45 {
    width: 100%;
  }
}
#wealth-advisory-india .ad_section .ad_box .left_box .heading {
  margin-bottom: 10px;
}
#wealth-advisory-india .ad_section .ad_box .left_box .heading .subtext {
  font-family: "Beyond Infinity Demo";
  line-height: 1;
  color: #be8a76;
}
#wealth-advisory-india .ad_section .ad_box .left_box .ad_desc {
  margin-bottom: 10px;
}
#wealth-advisory-india .ad_section .ad_box .right_box {
  width: 55%;
  position: relative;
}
@media (max-width: 991px) {
  #wealth-advisory-india .ad_section .ad_box .right_box {
    width: 100%;
  }
}
#wealth-advisory-india .ad_section .ad_box .right_box iframe {
  width: 100%;
  height: 450px;
}
@media (max-width: 767px) {
  #wealth-advisory-india .ad_section .ad_box .right_box iframe {
    height: 250px;
  }
}
#wealth-advisory-india .ad_section .ad_box .right_box .left_img {
  width: 100%;
}
#wealth-advisory-india .ad_section .ad_box .right_box .right_content {
  text-align: center;
  color: #fff;
}
#wealth-advisory-india
  .ad_section
  .ad_box
  .right_box
  .right_content
  .place_name {
  font-family: "GTAmericaTrial-Rg";
}
#wealth-advisory-india .ad_section .ad_box .right_box .right_content .heading {
  font-family: "ArgentCF Regular";
}
#wealth-advisory-india .waterfield_way .way_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [5];
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  #wealth-advisory-india .waterfield_way .way_box {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
}
#wealth-advisory-india .waterfield_way .way_box .way_item {
  padding: 45px;
  border-radius: 8px;
  background-color: #edebe8;
}
@media (max-width: 991px) {
  #wealth-advisory-india .waterfield_way .way_box .way_item {
    padding: 25px;
  }
}
#wealth-advisory-india .waterfield_way .way_box .way_item:hover {
  background-color: #fde9d5;
}
#wealth-advisory-india .waterfield_way .way_box .way_item .inner_title {
  margin: 0;
  margin-bottom: 18px;
  font-size: 40px;
}
@media (max-width: 767px) {
  #wealth-advisory-india .waterfield_way .way_box .way_item .inner_title {
    font-size: 28px;
  }
}
#wealth-advisory-india .waterfield_way .way_box .way_item .inner_desc {
  font-family: "GTAmericaTrial-Rg";
}
#wealth-advisory-india .waterfield_way .way_box .way_item .inner_img {
  display: none;
  margin: 30px auto;
  text-align: center;
}
#wealth-advisory-india .waterfield_way .way_box .way_item:nth-child(1) {
  grid-area: 1/1/3/3;
}
#wealth-advisory-india
  .waterfield_way
  .way_box
  .way_item:nth-child(1)
  .inner_img {
  display: block;
}
@media (max-width: 991px) {
  #wealth-advisory-india .waterfield_way .way_box .way_item:nth-child(1) {
    grid-area: auto;
  }
}
#wealth-advisory-india .waterfield_way .way_box .way_item:nth-child(2) {
  grid-area: 1/3/1/6;
}
@media (max-width: 991px) {
  #wealth-advisory-india .waterfield_way .way_box .way_item:nth-child(2) {
    grid-area: auto;
  }
}
#wealth-advisory-india .waterfield_way .way_box .way_item:nth-child(3) {
  grid-area: 2/3/3/6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#wealth-advisory-india
  .waterfield_way
  .way_box
  .way_item:nth-child(3)
  .item_img {
  width: 30%;
}
@media (max-width: 991px) {
  #wealth-advisory-india
    .waterfield_way
    .way_box
    .way_item:nth-child(3)
    .item_img {
    width: 50%;
    margin: 0 auto;
  }
}
#wealth-advisory-india
  .waterfield_way
  .way_box
  .way_item:nth-child(3)
  .item_img
  img {
  width: 100%;
}
#wealth-advisory-india
  .waterfield_way
  .way_box
  .way_item:nth-child(3)
  .item_content {
  width: 65%;
}
@media (max-width: 991px) {
  #wealth-advisory-india
    .waterfield_way
    .way_box
    .way_item:nth-child(3)
    .item_content {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  #wealth-advisory-india .waterfield_way .way_box .way_item:nth-child(3) {
    grid-area: auto;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#wealth-advisory-india .seen_section .seen_box {
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 35px;
}
@media (max-width: 767px) {
  #wealth-advisory-india .seen_section .seen_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #wealth-advisory-india .seen_section .seen_box .seen_item {
    width: 45%;
    margin-bottom: 30px;
  }
  #wealth-advisory-india .seen_section .seen_box .seen_item:nth-child(3) {
    margin-bottom: 0;
  }
  #wealth-advisory-india .seen_section .seen_box .seen_item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #wealth-advisory-india .seen_section .seen_box .seen_item img {
    width: 100%;
  }
}
#wealth-advisory-india .connect_us_section #connect_us {
  scroll-margin-top: 200px;
}
#wealth-advisory-india .connect_us_section .flex {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#wealth-advisory-india .connect_us_section .flex textarea {
  background: transparent;
  font-size: 14px;
}
@media (max-width: 767px) {
  #wealth-advisory-india .connect_us_section .flex .heading {
    margin-bottom: 0;
  }
}
#wealth-advisory-india .connect_us_section .flex .contact_form {
  min-width: 60%;
  background-color: #fde9d5;
  padding: 55px;
  border-radius: 8px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  #wealth-advisory-india .connect_us_section .flex .contact_form {
    margin-right: 0;
    margin-bottom: 30px;
    padding: 20px;
  }
}
#wealth-advisory-india
  .connect_us_section
  .flex
  .contact_form
  form
  .form_fields
  [type="radio"] {
  z-index: 1;
}
@media (max-width: 767px) {
  #wealth-advisory-india
    .connect_us_section
    .flex
    .contact_form
    form
    .form_fields
    > .text_fields {
    margin-top: 0;
  }
}
#wealth-advisory-india
  .connect_us_section
  .flex
  .contact_form
  form
  .form_fields
  .checkmark {
  z-index: 0;
}
#wealth-advisory-india
  .connect_us_section
  .flex
  .contact_form
  form
  .submit_note {
  font-size: 14px;
  color: #363157;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "GTAmericaTrial-Rg";
  font-style: italic;
}
#wealth-advisory-india .connect_us_section .flex .insight_div {
  width: 35%;
  height: fit-content;
  background-color: #edebe8;
  padding: 35px 130px 55px 30px;
  border-radius: 8px;
}
@media (max-width: 991px) {
  #wealth-advisory-india .connect_us_section .flex .insight_div {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  #wealth-advisory-india .connect_us_section .flex .insight_div {
    width: 100%;
    padding-bottom: 80px;
  }
}
#wealth-advisory-india .connect_us_section .flex .insight_div .hash_img {
  position: absolute;
  right: 0;
  bottom: 0;
}
#wealth-advisory-india .connect_us_section .flex .insight_div .insight_title {
  margin: 0;
  margin-bottom: 15px;
  line-height: 1.3;
  border-radius: 8px;
  font-size: 35px;
}
#wealth-advisory-india .solutions {
  padding-left: calc((100vw - var(--container_size)) / 2);
}
@media (max-width: 991px) {
  #wealth-advisory-india .solutions {
    padding: 40px 0 0 0;
    max-width: calc(var(--container_size)- 10px);
    padding-left: 0;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #wealth-advisory-india .solutions {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  #wealth-advisory-india .solutions .flex {
    display: block;
  }
}
#wealth-advisory-india .solutions .flex .advisory_wrap {
  margin-right: 25px;
}
@media (max-width: 767px) {
  #wealth-advisory-india .solutions .flex .advisory_wrap .heading {
    font-size: 28px;
  }
}
#wealth-advisory-india .solutions .flex .advisory_wrap .heading .subtext {
  font-family: "Beyond Infinity Demo";
  line-height: 1;
  color: #be8a76;
}
@media (max-width: 767px) {
  #wealth-advisory-india .solutions .flex .advisory_wrap .heading .subtext {
    font-size: 30px !important;
  }
}
#wealth-advisory-india .solutions .left-arrow,
#wealth-advisory-india .solutions .right-arrow {
  position: absolute;
  bottom: -30px;
  cursor: pointer;
}
@media (max-width: 991px) {
  #wealth-advisory-india .solutions .left-arrow,
  #wealth-advisory-india .solutions .right-arrow {
    bottom: 0;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  #wealth-advisory-india .solutions .left-arrow,
  #wealth-advisory-india .solutions .right-arrow {
    max-width: 25px;
  }
}
#wealth-advisory-india .solutions .left-arrow {
  left: 0;
}
#wealth-advisory-india .solutions .right-arrow {
  left: 5%;
}
@media (max-width: 767px) {
  #wealth-advisory-india .solutions .right-arrow {
    left: 10%;
  }
}
#wealth-advisory-india .solutions .solution_slider {
  position: relative;
  width: 70%;
}
@media (max-width: 991px) {
  #wealth-advisory-india .solutions .solution_slider {
    width: 100%;
  }
}
#wealth-advisory-india .solutions .solution_slider .solutions_box {
  min-width: 100%;
}
#wealth-advisory-india
  .solutions
  .solution_slider
  .solutions_box
  .extra_padding {
  margin: 0 15px;
  position: relative;
  width: 25vw !important;
  border-radius: 8px;
}
@media (max-width: 991px) {
  #wealth-advisory-india
    .solutions
    .solution_slider
    .solutions_box
    .extra_padding {
    padding: 0;
    margin: 15px 10px 30px;
    width: 40vw !important;
  }
}
@media (max-width: 767px) {
  #wealth-advisory-india
    .solutions
    .solution_slider
    .solutions_box
    .extra_padding {
    width: 75vw !important;
  }
}
#wealth-advisory-india
  .solutions
  .solution_slider
  .solutions_box
  .extra_padding
  .details {
  position: absolute;
  bottom: 0;
  color: #fff;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  padding: 0 20px 20px 20px;
  right: 0;
  left: 0;
  height: 215px;
}
@media (max-width: 991px) {
  #wealth-advisory-india
    .solutions
    .solution_slider
    .solutions_box
    .extra_padding
    .details {
    right: 0;
    left: 0;
  }
}
#wealth-advisory-india
  .solutions
  .solution_slider
  .solutions_box
  .extra_padding
  .details
  h5 {
  font-size: 22px;
}
#wealth-advisory-india
  .solutions
  .solution_slider
  .solutions_box
  .extra_padding
  .details
  p {
  font-size: 16px;
  opacity: 0.8;
  margin-top: 10px;
}
#wealth-advisory-india
  .solutions
  .solution_slider
  .solutions_box
  .extra_padding
  .details
  .price {
  margin-top: 20px;
}
#wealth-advisory-india
  .solutions
  .solution_slider
  .solutions_box
  .extra_padding
  .details
  .price
  span {
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0.8;
}
#wealth-advisory-india
  .solutions
  .solution_slider
  .solutions_box
  .extra_padding
  .details
  .price
  .million {
  font-size: 16px;
}
#wealth-advisory-india
  .solutions
  .solution_slider
  .solutions_box
  .extra_padding
  .details.customblue {
  background-color: #383e418f !important;
}
#wealth-advisory-india
  .solutions
  .solution_slider
  .solutions_box
  .extra_padding
  .details.customteal {
  background-color: #03525680 !important;
}
#wealth-advisory-india .offerings_section .offering_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  #wealth-advisory-india .offerings_section .offering_box {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  #wealth-advisory-india .offerings_section .offering_box {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
#wealth-advisory-india .offerings_section .offering_box .offering_item {
  padding: 35px;
  background-color: #edebe8;
  border-radius: 8px;
}
@media (max-width: 767px) {
  #wealth-advisory-india .offerings_section .offering_box .offering_item {
    padding: 20px;
  }
}
#wealth-advisory-india
  .offerings_section
  .offering_box
  .offering_item
  .heading {
  font-size: 28px;
}
#wealth-advisory-india .offerings_section .offering_box .offering_item ul {
  padding-left: 20px;
}
#wealth-advisory-india
  .offerings_section
  .offering_box
  .offering_item
  ul
  .offering_desc {
  font-size: 14px;
  list-style-type: disc;
}
@media (max-width: 767px) {
  #wealth-advisory-india
    .offerings_section
    .offering_box
    .offering_item
    ul
    .offering_desc {
    font-size: initial;
  }
}
#wealth-advisory-india
  .offerings_section
  .offering_box
  .offering_item
  .offering_number {
  font-size: 20px;
  color: #be8a76;
  position: absolute;
  right: 15px;
  bottom: 15px;
  margin: 0;
}
@media (max-width: 991px) {
  #wealth-advisory-india
    .offerings_section
    .offering_box
    .offering_item
    .offering_number {
    font-size: 18px;
  }
}
#wealth-advisory-india
  .offerings_section
  .offering_box
  .offering_item:nth-child(1) {
  grid-area: 1/1 / 3/3;
}
@media (max-width: 767px) {
  #wealth-advisory-india
    .offerings_section
    .offering_box
    .offering_item:nth-child(1) {
    grid-area: 1;
  }
}
#wealth-advisory-india
  .offerings_section
  .offering_box
  .offering_item:nth-child(1)
  .heading {
  font-size: 40px;
}
@media (max-width: 767px) {
  #wealth-advisory-india
    .offerings_section
    .offering_box
    .offering_item:nth-child(1)
    .heading {
    font-size: 28px;
  }
}
#wealth-advisory-india
  .offerings_section
  .offering_box
  .offering_item:nth-child(1)
  .offering_desc {
  font-size: initial;
}
#wealth-advisory-india
  .offerings_section
  .offering_box
  .offering_item:nth-child(1)
  .offering_icon {
  margin-left: auto;
}
@media (max-width: 767px) {
  #wealth-advisory-india
    .offerings_section
    .offering_box
    .offering_item:nth-child(1)
    .offering_icon {
    max-width: 80px;
  }
}
#wealth-advisory-india
  .offerings_section
  .offering_box
  .offering_item:nth-child(1)
  .offering_number {
  display: none;
}
#wealth-advisory-india
  .offerings_section
  .offering_box
  .offering_item:not(:nth-child(1))
  .offering_icon {
  display: none;
}
#wealth-advisory-india
  .offerings_section
  .offering_box
  .offering_item:not(:nth-child(1))
  .theme_btn {
  display: none;
}
#wealth-advisory-india .awards_section .recognition_box {
  padding: 55px;
  background-color: #fde9d5;
  border-radius: 8px;
}
@media (max-width: 991px) {
  #wealth-advisory-india .awards_section .recognition_box {
    padding: 25px;
  }
}
#wealth-advisory-india
  .awards_section
  .recognition_box
  .slider
  .inner_slide
  h3 {
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}
#wealth-advisory-india
  .awards_section
  .recognition_box
  .slider
  .inner_slide
  img {
  margin: 15px auto;
}
#wealth-advisory-india .awards_section .recognition_box .slider .inner_slide p {
  font-size: 14px;
  width: 80%;
  margin: auto;
  text-align: center;
}
#wealth-advisory-india .cookie_wrapper {
  display: none;
  position: fixed;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
  color: #363157;
  font-family: "GTAmericaTrial-Rg";
  font-weight: 400;
  font-size: 18px;
  padding: 15px 20px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 8px 8px 0 0;
  filter: drop-shadow(0 12px 6px rgba(0, 0, 0, 0.5));
}
@media (max-width: 767px) {
  #wealth-advisory-india .cookie_wrapper {
    width: 90%;
    font-size: 14px;
  }
}
#wealth-advisory-india .cookie_wrapper h5 {
  margin: 0;
  font-family: "GTAmericaTrial-Rg";
}
#wealth-advisory-india .cookie_wrapper .policy_link {
  border-bottom: 1px solid #363157;
}
#wealth-advisory-india .cookie_wrapper .button_wrapper {
  margin-top: 10px;
}
#wealth-advisory-india .cookie_wrapper .button_wrapper .accept_button {
  color: rgba(255, 255, 255, 0.8);
  border: 0 solid;
  border-radius: 50px;
  background-color: #363157;
  padding: 5px 20px;
  cursor: pointer;
}
#wealth-advisory-india .cookie_wrapper .button_wrapper .theme_btn {
  color: #fde9d5;
  padding: 5px 0;
  margin-left: 15px;
}
#wealth-advisory-india .cookie_wrapper .button_wrapper .theme_btn::before,
#wealth-advisory-india .cookie_wrapper .button_wrapper .theme_btn::after {
  background-color: #fde9d5;
}
#wealth-advisory-india .waterfield_way .inside-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ebede8;
  border-radius: 20px;
  padding: 50px 80px;
}
@media (max-width: 767px) {
  #wealth-advisory-india .waterfield_way .inside-container {
    display: block;
    padding: 30px;
  }
}
#wealth-advisory-india .waterfield_way .inside-container .box-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
}
#wealth-advisory-india .waterfield_way .inside-container .box-item:first-child {
  border-bottom: 3px solid #ccaaa9;
}
@media (max-width: 767px) {
  #wealth-advisory-india
    .waterfield_way
    .inside-container
    .box-item:first-child {
    border: 0;
  }
}
@media (max-width: 767px) {
  #wealth-advisory-india .waterfield_way .inside-container .box-item {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
}
#wealth-advisory-india .waterfield_way .inside-container .box-item .stat-box {
  text-align: center;
  padding: 60px 0;
}
@media (max-width: 991px) {
  #wealth-advisory-india .waterfield_way .inside-container .box-item .stat-box {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  #wealth-advisory-india .waterfield_way .inside-container .box-item .stat-box {
    padding: 20px 0;
  }
}
#wealth-advisory-india
  .waterfield_way
  .inside-container
  .box-item
  .stat-box:nth-child(even) {
  border-left: 3px solid #ccaaa9;
}
@media (max-width: 767px) {
  #wealth-advisory-india
    .waterfield_way
    .inside-container
    .box-item
    .stat-box:nth-child(even) {
    border: 0;
  }
}
#wealth-advisory-india
  .waterfield_way
  .inside-container
  .box-item
  .stat-box
  .stat {
  font-family: "GTAmericaTrial-Rg";
  font-weight: 400;
  font-size: 116px;
  color: #c89690;
}
#wealth-advisory-india
  .waterfield_way
  .inside-container
  .box-item
  .stat-box
  .description {
  font-family: "PT Serif";
  font-weight: 400;
  font-size: 42px;
  color: #000;
}
#wealth-advisory-india .helping .helping_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #wealth-advisory-india .helping .helping_wrap {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
#wealth-advisory-india .helping .helping_wrap .left_div {
  width: 50%;
}
@media (max-width: 767px) {
  #wealth-advisory-india .helping .helping_wrap .left_div {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #wealth-advisory-india .helping .helping_wrap .left_div .heading {
    font-size: 28px;
    margin-top: 20px;
  }
}
#wealth-advisory-india .helping .helping_wrap .left_div .heading .subtext {
  font-family: "Beyond Infinity Demo";
  line-height: 1;
  color: #be8a76;
}
@media (max-width: 767px) {
  #wealth-advisory-india .helping .helping_wrap .left_div .heading .subtext {
    font-size: 30px !important;
  }
}
#wealth-advisory-india .helping .helping_wrap .left_div .heading .para {
  font-size: 18px;
  font-family: "GTAmericaTrial-Rg";
  font-weight: 400;
  margin-top: 15px;
}
#wealth-advisory-india .helping .helping_wrap .right_div {
  width: 45%;
}
@media (max-width: 767px) {
  #wealth-advisory-india .helping .helping_wrap .right_div {
    width: 100%;
  }
}
#wealth-advisory-india .helping .helping_wrap .right_div img {
  width: 100%;
}
#wealth-advisory-india .ad_section {
  padding: 100px 0 50px;
}
@media (max-width: 991px) {
  #wealth-advisory-india .ad_section {
    padding: 50px 0 30px;
  }
}
#wealth-advisory-india .ad_section .ad_box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #wealth-advisory-india .ad_section .ad_box {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#wealth-advisory-india .ad_section .ad_box .left_box {
  width: 30%;
}
@media (max-width: 991px) {
  #wealth-advisory-india .ad_section .ad_box .left_box {
    width: 100%;
    margin-bottom: 30px;
  }
}
#wealth-advisory-india .ad_section .ad_box .left_box.width_45 {
  width: 45%;
}
@media (max-width: 991px) {
  #wealth-advisory-india .ad_section .ad_box .left_box.width_45 {
    width: 100%;
  }
}
#wealth-advisory-india .ad_section .ad_box .left_box .heading {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #wealth-advisory-india .ad_section .ad_box .left_box .heading {
    font-size: 28px;
  }
}
#wealth-advisory-india .ad_section .ad_box .left_box .heading .subtext {
  font-family: "Beyond Infinity Demo";
  line-height: 1;
  color: #be8a76;
}
@media (max-width: 767px) {
  #wealth-advisory-india .ad_section .ad_box .left_box .heading .subtext {
    font-size: 30px !important;
  }
}
#wealth-advisory-india .ad_section .ad_box .left_box .ad_desc {
  margin-bottom: 10px;
}
#wealth-advisory-india .ad_section .ad_box .right_box {
  width: 55%;
  position: relative;
}
@media (max-width: 991px) {
  #wealth-advisory-india .ad_section .ad_box .right_box {
    width: 100%;
  }
}
#wealth-advisory-india .ad_section .ad_box .right_box iframe {
  width: 100%;
  height: 450px;
}
@media (max-width: 767px) {
  #wealth-advisory-india .ad_section .ad_box .right_box iframe {
    height: 250px;
  }
}
#wealth-advisory-india .ad_section .ad_box .right_box .left_img {
  width: 100%;
}
#wealth-advisory-india .ad_section .ad_box .right_box .right_content {
  text-align: center;
  color: #fff;
}
#wealth-advisory-india
  .ad_section
  .ad_box
  .right_box
  .right_content
  .place_name {
  font-family: "GTAmericaTrial-Rg";
}
#wealth-advisory-india .ad_section .ad_box .right_box .right_content .heading {
  font-family: "ArgentCF Regular";
}
input:-ms-input-placeholder {
  color: red;
}
input::placeholder {
  color: red;
}
.media {
  color: darkred;
}
@media screen and (max-width: 991px) {
  .media {
    color: green;
  }
}
@media screen and (min-width: 992px) {
  .media {
    color: greenyellow;
  }
}
@media screen and (min-width: 420px) and (max-width: 450px) {
  .media {
    color: red;
  }
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
  outline: 0;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 12px solid black;
  left: 5px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  border-right: 20px solid white;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 12px solid black;
  left: 3px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 20px solid white;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
.mfp-iframe-holder .mfp-close {
  top: -43px;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.mfp-figure {
  line-height: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}





.contact-us-contnet {
  padding: 50px;
}
.heading-container-contact {
  /* padding: 50px; */
}
.container {
  max-width: 1300px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

.left,
.right {
  flex: 1 1 500px;
}

.heading-small {
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #7f7f7f;
  margin-bottom: 10px;
}

h1 {
  font-size: 2.5rem;
  font-weight: 500;
  color: #2d2a4c;
  margin-bottom: 40px;
}

form input,
form textarea {
  width: 100%;
  padding: 12px;
  border: none;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
  margin-bottom: 25px;
  font-size: 1rem;
  color: #1d1d1f;
}

form input:focus,
form textarea:focus {
  outline: none;
  border-bottom: 1px solid #2d2a4c;
}

textarea {
  resize: none;
}

.radio-group {
  margin-bottom: 40px;
}

.radio-group h3 {
  font-size: 1rem;
  margin-bottom: 15px;
  color: #1d1d1f;
}

.radio-option {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.radio-option input {
  margin-right: 10px;
}

.contact-location {
  margin-top: 80px;
  border-top: 1px solid #dbb6a1;
  border-bottom: 1px solid #dbb6a1;
  padding: 20px;
}

.office {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}

.submit-section {
  /* margin-top: 40px; */
}

.submit-btn {
  font-style: italic;
  font-size: 1.1rem;
  color: #c8a897;
  background: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.submit-btn:hover {
  color: #a87d68;
}

.submit-btn::after {
  content: "→";
  font-style: normal;
  transition: transform 0.3s ease;
}

.submit-btn:hover::after {
  transform: translateX(5px);
}

.form-note {
  font-size: 0.9rem;
  color: #2d2a4c;
  font-style: italic;
  margin-top: 8px;
  line-height: 1.5;
  max-width: 500px;
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }
}
/* Tablet Devices (768px - 1024px) */
@media (max-width: 1024px) {
  .container {
    /* flex-direction: column; */
    /* gap: 40px; */
  }

  .left,
  .right {
    flex: 1 1 100%;
  }

  form input,
  form textarea {
    font-size: 0.95rem;
  }

  .submit-btn {
    font-size: 1rem;
  }

  .form-note {
    font-size: 0.85rem;
  }
}

/* Mobile Devices (below 768px) */
@media (max-width: 767px) {
  .heading-container-contact {
    /* padding: 30px 20px; */
  }

  .contact-us-contnet {
    padding: 20px;
  }

  h1 {
    font-size: 2rem;
  }

  form input,
  form textarea {
    font-size: 0.9rem;
    padding: 10px;
  }

  .radio-group h3 {
    font-size: 0.95rem;
  }

  .radio-option label {
    font-size: 0.9rem;
  }

  .submit-btn {
    font-size: 0.95rem;
  }

  .form-note {
    font-size: 0.8rem;
  }
}
.head{
    color: white;
}
.nav-full{
  background-color: black;
}

