/*
Theme Name: ABC
Author: stvn.co
Version: 999
*/

*, *:focus, *:active, *:hover {
    outline: none;
    box-shadow: none;
}

:root {
    --black: #343432;
    --orange: #F17C57;
  }

.work-sans, body, html {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  xfont-weight: normal;
  xfont-style: normal;
}
body, html {
    color: #343432
}
a, a:hover {color: inherit}

@keyframes square-in-center {
  from {
    clip-path: inset(0% 100% 0% 100%);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes fadeInUp2 {
    from {
        opacity: 0;
        transform: translate3d(0,50%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp2 !important;
}

@keyframes fadeInDown2 {
    from {
        opacity: 0;
        transform: translate3d(0,-50%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown2 !important;
}

.animated.square-in-center {
  animation: .5s cubic-bezier(.25, 1, .30, 1) square-in-center both;
}

/* SCROLLBAR */
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 0;
	background-color: #F5F5F5;
}
::-webkit-scrollbar
{
	width: 10px;
    height: 10px;
	background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
	background-color: #F17C57;
    transition: all .5s ease;
}
::-webkit-scrollbar-thumb:hover
{
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #3C75BA;
    transition: all .5s ease;
}
/* END SCROLLBAR */

/* TYPOGRAPHY */
h1, .h1 {
    font-size: ;
    line-height: ;
}
h2, .h2 {
    font-size: 55px;
    line-height: 64px !important;
    font-weight: bold;
}
h3, .h3, .full-title-btn a, .full-title-btn-toggle a, .e-n-tab-title .e-n-tab-title-text, .investment-themes-accordion summary .e-n-accordion-item-title-text {
    font-size: 36px !important;
    line-height: 39px !important;
    font-weight: bold !important;
}
h4, .h4, .e-n-tabs-content > div > .elementor-widget.elementor-widget-text-editor:not(.small), .font-25-28, .font-25 {
    font-size: 25px;
    line-height: 28px !important;
}
h5, .h5 {
    font-size: ;
    line-height: ;
}
body, html {
    font-size: 17px;
    line-height: 20px;
    overflow-x: hidden;
}
p {
    margin-bottom: 20px;
}
small, .small, .font-15, .elementor-widget.elementor-widget-text-editor.small {
    font-size: 15px !important;
    line-height: 20px !important;
}
.elementor-button, .btn.btn-default {
    font-size: 14px;
    line-height: ;
}
header {
    font-size: 20px;
    line-height: 24px;
}
.elementor-counter .elementor-counter-number-wrapper {
    font-size: 55px !important;
}
.elementor-counter .elementor-counter-title {
    font-size: 25px !important;
    line-height: 30px !important;
    font-weight: 500 !important;
}
.quote {
	font-size: 25px;
}
.font-29 {
    font-size: 29px;
    line-height: 35px;
}
.font-20 {
	font-size: 20px;
	line-height: 24px;
}
.font-18 {
    font-size: 18px;
    line-height: 21px;
}
.font-12 {
	font-size: 12px;
	line-height: 16px;
}
.social-impacts .elementor-icon-list-text, .environmental-impacts .elementor-icon-list-text {
    font-size: 14px;
    line-height: 17px;
}
.social-impacts .elementor-icon-list-text span, .environmental-impacts .elementor-icon-list-text span {
    font-size: 18px;
}

/* END TYPOGRAPHY */

/* HEADER */
header {
    position: fixed;
    width: 100%;
    top: 0;
    border-bottom: 1px solid #707070;
    z-index: 999;
    background: #fff;
}
.navbar-brand {
    padding: 0;
}
.navbar {
    padding: 20px 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
    margin-right: 60px;
}
.menu-item:last-child a {
    padding-right: 0 !important;
    margin-right: 0 !important;
}
.menu-item:hover a.nav-link {
    color: var(--orange);
}
.menu-item.current-menu-item a.nav-link, .menu-item.current-page-ancestor a.nav-link, .dropdown-menu li.current-menu-item a {
    font-weight: bold;
    color: var(--orange);
}
.dropdown-item {
    padding: 0.25rem 1rem;
}
.dropdown-menu > li {
    border-bottom: 1px solid #707070;
}
.dropdown-menu > li:last-child {
    border-bottom: 0;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--orange);
}

/* ANIMATED X */
.navbar-toggler.x {
    border: none;
    padding-right: 20px;
    
    transition: all .2s ease;
  }
  .navbar-toggler.x:focus {
    outline: none;
  }
  .navbar-toggler.x[aria-expanded=true] {
    margin-right: -5px;
    transition: all .2s ease;
  }
  .navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
    background-color: var(--orange);
  }
  .navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: var(--orange);
  }
  .navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
    background-color: var(--orange);
  }
  .navbar-toggler.x .icon-bar {
    width: 22px;
    display: block;
    height: 2px;
    background-color: #3C75BA;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .navbar-toggler.x .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  .navbar-toggler.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .navbar-toggler.x .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .navbar-toggler.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }



/* END HEADER */

/* CONTENT */
body > div.elementor[data-elementor-type="wp-page"] {
    margin-top: 82px;
}
.container-left-padding {
    padding-left: calc((100% - var(--container-max-width))/2);
}

.e-con {
x--container-max-width: 1140px;
}

p:last-child {
    margin-bottom: 0;
}

.elementor-button, .wpcf7-submit, .elementor-button:active, .elementor-button:visited, .elementor-button:focus {
	border: 2px solid #F17C57;
	padding: 14px 40px;
	border-radius: 0;
	background: transparent;
	color: var(--black);
	font-weight: 600;
}
.elementor-button:hover {
	background: #F17C57;
	color: #fff;
	text-decoration: none;
}

.medium {
    font-weight: 500;
}

.line {
    display: inline-block;
    width: 100%;
    xmax-width: 360px;
    height: 40px;
    border-top: 10px solid var(--line);
    position: relative;
}
.line::before {
    content: '';
    width: 10px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--line);
}
.line::after {
    content: '';
    width: 10px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background: var(--line);
}
.line-fixed .line {
    max-width: 360px;
}
.line {
    --line: #343432;
}
.line.blue {
    --line: #3C75BA;
}
.line.white {
    --line: #ffffff;
}

.quote {
	position: relative;
}
.quote::before {
	content: '“';
	position: absolute;
	left: -12px;
	top: 2px;
    font-weight: bold;
    font-size: 1.25rem;
}
::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}
.wpcf7 label {
	width: 100%;
	margin-bottom: 20px;
}
input[type="text"], input[type="email"], textarea, select {
	width: 100%;
	background: #CACACA;
	color: #fff;
	border: 0;
	line-height: 1em !important;
	padding: 16px 20px !important;
}

.wpcf7 .col-lg-6:first-child {
	padding-right: 5px;
}
.wpcf7 .col-lg-6:last-child {
	padding-left: 5px;
}

.wpcf7 select {
	display: block;
    padding: 0 17px !important;
    height: 52px;
	border-right: 20px solid transparent;
}

.wpcf7-spinner {
    position: absolute;
    right: 0;
    bottom: 14px;
}

.wpcf7-submit {
	margin-top: 30px;
}
.full-title-btn {
	width: 100%;
	border: 2px solid var(--orange);
}
.full-title-btn a {
	width: 100%;
	text-align: left;
	padding-left: 20px !important;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="23.404" height="39.802" viewBox="0 0 23.404 39.802"><path id="Path_997" data-name="Path 997" d="M8644,2466l18.156,18.1,18.113-18.1" transform="translate(-2464.229 8682.037) rotate(-90)" fill="none" stroke="%23f17c57" stroke-width="5"/></svg>') no-repeat center right 20px !important;
}
.full-title-btn:hover a {
	width: 100%;
	text-align: left;
	padding-left: 20px;
	background: #F17C57 url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="23.404" height="39.802" viewBox="0 0 23.404 39.802"><path id="Path_997" data-name="Path 997" d="M8644,2466l18.156,18.1,18.113-18.1" transform="translate(-2464.229 8682.037) rotate(-90)" fill="none" stroke="%23ffffff" stroke-width="5"/></svg>') no-repeat center right 20px !important;
}
.full-title-btn-toggle {
	width: 100%;
}
.full-title-btn-toggle a {
	background: #F17C57 url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="31" height="30.907" viewBox="0 0 31 30.907"><g id="Group_478" data-name="Group 478" transform="translate(-1829.407 -613.5)"><line id="Line_107" data-name="Line 107" x2="31" transform="translate(1829.407 629.407)" fill="none" stroke="%23fff" stroke-width="5"/><line id="Line_108" data-name="Line 108" x2="30.907" transform="translate(1844.954 613.5) rotate(90)" fill="none" stroke="%23fff" stroke-width="5"/></g></svg>') no-repeat center right 20px !important;
	padding-left: 20px;
	text-align: center;
	width: 100%;
	padding: 10px 20px !important;
}
.full-title-btn-toggle:hover a {
	background: #F17C57 url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="31" height="30.907" viewBox="0 0 31 30.907"><g id="Group_478" data-name="Group 478" transform="translate(-1829.407 -613.5)"><line id="Line_107" data-name="Line 107" x2="31" transform="translate(1829.407 629.407)" fill="none" stroke="%23fff" stroke-width="5"/><line id="Line_108" data-name="Line 108" x2="30.907" transform="translate(1844.954 613.5) rotate(90)" fill="none" stroke="%23fff" stroke-width="5"/></g></svg>') no-repeat center right 20px !important;
	padding-left: 20px;
	text-align: center;
	width: 100%;
	padding: 10px 20px !important;
}
.full-title-btn-toggle.showing a {
	background: #F17C57 url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="31" height="30.907" viewBox="0 0 31 30.907"><g id="Group_478" data-name="Group 478" transform="translate(-1829.407 -613.5)"><line id="Line_107" data-name="Line 107" x2="31" transform="translate(1829.407 629.407)" fill="none" stroke="%23fff" stroke-width="5"/></g></svg>') no-repeat center right 20px !important;
}

.e-n-tabs-heading {
    --n-tabs-heading-width: 50% !important;
}

.e-n-tab-title {
    padding: 10px 25px !important;
}
.e-n-tab-icon {
    display: none !important;
}

.e-n-tabs-content > div > .elementor-widget.elementor-widget-text-editor {
    xpadding: 0 0 0 5vw;
}

.elementor-widget-n-tabs .e-n-tab-title {
    border: 4px solid #F17C57;
    background: transparent !important;
    color: var(--black) !important;
}
.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true], .elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode=true]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover, .elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode=false]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover {
    background:#F17C57 !important;
    color: #fff !important;
}

body:not(.elementor-editor-active) .toggle-content, body:not(.elementor-editor-active) .impact-content, body:not(.elementor-editor-active) .container-content, body:not(.elementor-editor-active) .impact-content {
    display: none;
}

.back-link a {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17.809" height="28.591" viewBox="0 0 17.809 28.591"><path id="Path_1728" data-name="Path 1728" d="M0,0,12.544,12.506,25.059,0" transform="translate(16.038 1.765) rotate(90)" fill="none" stroke="%23f17c57" stroke-width="5"/></svg>') no-repeat center left;
    background-size: contain;
    padding-left: 30px;
}

.milestone {
    padding-left: 45px;
    position: relative;
    padding-bottom: 30px;
}
.milestone::before {
    content: '';
    width: 30px;
    height: 8px;
    background: var(--orange);
    position: absolute;
    left: 0;
    top: 15px;
}
.milestone:first-child::after {
    content: '';
    width: 38px;
    height: 15px;
    position: absolute;
    top: 0;
    left: -8px;
    background: #fff;
}

.milestone ul, .milestone li {
    padding-left: 0;
}
.milestone ul {
    padding-left: 20px;
}
.milestone li {
    margin-bottom: 15px;
}

.milestone:last-child::after {
    content: '';
    width: 38px;
    height: 100%;
    position: absolute;
    top: 23px;
    left: -8px;
    background: #fff;
}

.impact-line {
    position: relative;
    height: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.impact-line .circle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--orange);
    position: absolute;
    top: -7px;
    left: -2px;
}
.impact-line .circle.circle-white-line {
    left: -22px;
}
.circle-white-line::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 7px;
}
.circle-white-line::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 7px;
}
.impact-line-arrow {
    position: absolute;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11.746" height="22.787" viewBox="0 0 11.746 22.787"><path id="Path_1050" data-name="Path 1050" d="M1651.139,39.678l5.873,11.393-5.873,11.394,11.746-11.746Z" transform="translate(-1651.139 -39.678)" fill="%23f17c57"/></svg>') no-repeat right center;
    background-size: contain;
    height: 25px;
    width: 15px;
    top: -7px;
    right: -7px;
}
.line-1 {
    height: 2px;
    width: 100%;
    background: var(--orange);
}
.line-2 {
    height: 2px;
    width: 100%;
    background: var(--orange);
}

.social-impacts .elementor-icon-list-text span {
    font-weight: 600;
    color: var(--orange);
}
.environmental-impacts .elementor-icon-list-text span {
    font-weight: 600;
    color: #2776BE;
}

.impact-toggle {
    background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13.302" height="13.263" viewBox="0 0 13.302 13.263"><g id="Group_622" data-name="Group 622" transform="translate(-1829.407 -613.5)" style="isolation: isolate"><line id="Line_107" data-name="Line 107" x2="13.303" transform="translate(1829.407 620.326)" fill="none" stroke="%23f17c57" stroke-width="3"/><line id="Line_108" data-name="Line 108" x2="13.263" transform="translate(1836.078 613.5) rotate(90)" fill="none" stroke="%23f17c57" stroke-width="3"/></g></svg>') no-repeat center right;
    padding-right: 25px;
    background-size: 13px;
    cursor: pointer;
}
.impact-toggle.active {
    background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13.302" height="13.263" viewBox="0 0 13.302 13.263"><g id="Group_622" data-name="Group 622" transform="translate(-1829.407 -613.5)" style="isolation: isolate"><line id="Line_107" data-name="Line 107" x2="13.303" transform="translate(1829.407 620.326)" fill="none" stroke="%23f17c57" stroke-width="3"/></g></svg>') no-repeat center right;
    padding-right: 25px;
    background-size: 13px;
}

.toggle-container {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="31" height="30.907" viewBox="0 0 31 30.907"><g id="Group_478" data-name="Group 478" transform="translate(-1829.407 -613.5)"><line id="Line_107" data-name="Line 107" x2="31" transform="translate(1829.407 629.407)" fill="none" stroke="%23fff" stroke-width="5"/><line id="Line_108" data-name="Line 108" x2="30.907" transform="translate(1844.954 613.5) rotate(90)" fill="none" stroke="%23fff" stroke-width="5"/></g></svg>') no-repeat right 60px center;
    cursor: pointer;
}
.toggle-container.active {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="31" height="30.907" viewBox="0 0 31 30.907"><g id="Group_478" data-name="Group 478" transform="translate(-1829.407 -613.5)"><line id="Line_107" data-name="Line 107" x2="31" transform="translate(1829.407 629.407)" fill="none" stroke="%23fff" stroke-width="5"/></g></svg>') no-repeat right 60px center;
}

.abc-impact-toggle::after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="31" height="30.907" viewBox="0 0 31 30.907"><g id="Group_535" data-name="Group 535" transform="translate(-1829.407 -613.5)"><line id="Line_107" data-name="Line 107" x2="31" transform="translate(1829.407 629.407)" fill="none" stroke="%23fff" stroke-width="5"/><line id="Line_108" data-name="Line 108" x2="30.907" transform="translate(1844.954 613.5) rotate(90)" fill="none" stroke="%23fff" stroke-width="5"/></g></svg>') no-repeat center right;
    background-size: 30px;
}
.abc-impact-toggle.active::after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="31" height="30.907" viewBox="0 0 31 30.907"><g id="Group_535" data-name="Group 535" transform="translate(-1829.407 -613.5)"><line id="Line_107" data-name="Line 107" x2="31" transform="translate(1829.407 629.407)" fill="none" stroke="%23fff" stroke-width="5"/></g></svg>') no-repeat center right;
    background-size: 30px;
}

.triangle::before {
    content: '';
    width: 46px;
    height: 19px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="46" height="19" viewBox="0 0 46 19"><path id="Polygon_1" data-name="Polygon 1" d="M23,0,46,19H0Z" transform="translate(46 19) rotate(180)" fill="%23fff"/></svg>') no-repeat center center;
    background-size: contain;
    position: absolute;
    xbottom: 0;
    left: 50%;
    transform: translateX(-50%);
    top: -0;
    z-index: 999;
    transition: all .3s ease;
    opacity: 0;
}
.double-triangle::before {
    content: '';
    width: 46px;
    height: 19px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="46" height="19" viewBox="0 0 46 19"><path id="Polygon_1" data-name="Polygon 1" d="M23,0,46,19H0Z" transform="translate(46 19) rotate(180)" fill="%23fff"/></svg>') no-repeat center center;
    background-size: contain;
    position: absolute;
    xbottom: 0;
    left: calc(25% - 5px);
    transform: translateX(-50%);
    top: -0;
    z-index: 999;
    transition: all .3s ease;
    opacity: 0;
}
.double-triangle::after {
    content: '';
    width: 46px;
    height: 19px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="46" height="19" viewBox="0 0 46 19"><path id="Polygon_1" data-name="Polygon 1" d="M23,0,46,19H0Z" transform="translate(46 19) rotate(180)" fill="%23fff"/></svg>') no-repeat center center;
    background-size: contain;
    position: absolute;
    xbottom: 0;
    left: calc(75% + 5px);
    transform: translateX(-50%);
    top: -0;
    z-index: 999;
    transition: all .3s ease;
    opacity: 0;
}
.shown .triangle::before, .shown .double-triangle::before, .shown .double-triangle::after {
    opacity: 1;
    top: 0;
    transition: all .3s ease .3s;
}

.triangle-orange::before, .triangle-orange::after {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="46" height="19" viewBox="0 0 46 19"><path id="Polygon_1" data-name="Polygon 1" d="M23,0,46,19H0Z" transform="translate(46 19) rotate(180)" fill="%23F17C57"/></svg>') no-repeat center center;
}

.xcontent-triangle::before {
    content: '';
    width: 46px;
    height: 19px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="46" height="19" viewBox="0 0 46 19"><path id="Polygon_1" data-name="Polygon 1" d="M23,0,46,19H0Z" transform="translate(46 19) rotate(180)" fill="%23fff"/></svg>') no-repeat center center;
    background-size: contain;
    position: absolute;
    xbottom: 0;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 5px);
    z-index: 999;
    transition: all .3s ease 1s;
}
.xcontent-triangle-orange::before {
    content: '';
    width: 46px;
    height: 19px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="46" height="19" viewBox="0 0 46 19"><path id="Polygon_1" data-name="Polygon 1" d="M23,0,46,19H0Z" transform="translate(46 19) rotate(180)" fill="%23F17C57"/></svg>') no-repeat center center;
    background-size: contain;
    position: absolute;
    xbottom: 0;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 0px);
    z-index: 999;
}

.shown .content-triangle::before {
}

.map-content {
    background: rgba(255,255,255,0.9);
    padding: 10px;
    width: 300px;
    color: var(--black);
}
.map-content hr {
    margin: 2px 0 5px 0;
    border-color: var(--black);
}
.map-content img {
    height: 40px;
    width: auto !important;
    object-fit: contain;
}
.e-hotspot__label {
    display: none !important;
}

.elementor-repeater-item-3246da4 .map-content {
    width: 400px;
}

.dialog-lightbox-close-button svg {
    display: none;
}
.dialog-lightbox-close-button {
    width: 30px;
    height: 30px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="34.668" height="34.668" viewBox="0 0 34.668 34.668"><g id="Group_293" data-name="Group 293" transform="translate(-1686.439 -933.439)"><line id="Line_56" data-name="Line 56" x2="32.547" y2="32.547" transform="translate(1687.5 934.5)" fill="none" stroke="%23fff" stroke-width="3"/><line id="Line_57" data-name="Line 57" x1="32.547" y2="32.547" transform="translate(1687.5 934.5)" fill="none" stroke="%23fff" stroke-width="3"/></g></svg>') no-repeat center center;
    background-size: contain;

}

.wpcf7-acceptance .wpcf7-list-item {
    margin: 0 !important;
}
.wpcf7-acceptance .wpcf7-list-item-label {
    padding-left: 30px;
    display: inline-block;
    font-size: 12px;
    padding-top: 5px;
}
.wpcf7-acceptance label {
    position: relative;
    cursor: pointer;
    }
    .wpcf7-acceptance input[type=checkbox] {
    /*position: relative;*/
    position: absolute;
    visibility: hidden;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    }
    .wpcf7-acceptance input[type=checkbox] + span {
    /* border: 3px solid red; */
    }
    .wpcf7-acceptance input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 0;
    height: 20px;
    width: 20px;
    top: 4px;
    left: 0px;
    border: 2px solid var(--black);
    }
    .wpcf7-acceptance input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: "\2713";
    background: var(--orange);
    color:#fff;
    height: 20px;
    width: 20px;
    top: 4px;
    left: 0;
    visibility: hidden;
    font-size: 15px;
    text-align: center;
    line-height: 22px;
    }
    .wpcf7-acceptance input[type=checkbox]:checked + span:before {
    background: transparent;
    }
    .wpcf7-acceptance input[type=checkbox]:checked + span:after {
    visibility: visible;
    }

    .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
        border-color: var(--orange);
        color: #fff;
        background: var(--orange);
    }
    .wpcf7 form .wpcf7-response-output {
        margin-right: 0;
        margin-left: 0;
    }
    .wpcf7 form.sent .wpcf7-response-output {
        border-color: #3C75BA;
        color: #fff;
        background: #3C75BA;
    }

    .more-text {
        display: none;
    }
    .more-text.show {
        display: inline;
    }

    .small-form-text {
        position: relative;
        padding-left:7px;
    }
    .form-note {
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .dropdown-menu {
        max-width: 360px;
		width: 360px;
        padding: 0;
    }
    .dropdown-item {
        padding: 0.5rem 1rem;
    }
    .dropdown-menu .menu-item:last-child a {
        padding-right: 1.5rem !important;
    }
    .dropdown-menu li.menu-item a {
        white-space: wrap;
    }

    .e-hotspot {
        xbackground: silver;
        xopacity: 0.5;
    }

    .elementor-repeater-item-6d2f636, .elementor-repeater-item-4219c20, .e-hotspot {
        width: 12%;
        height: 7%;
    }
    .elementor-repeater-item-2a0c4fb {
        width: 12%;
        height: 10%;
    }
    .elementor-repeater-item-9b0d70b {
        width: 9%;
    }
    .elementor-repeater-item-0d48b10 {
        width: 8%;
    }
    .elementor-repeater-item-556eead {
        width: 8%;
    }

    .more-less .elementor-button:hover {
        background: #fff;
    color: var(--orange) !important;
    text-decoration: none;
    }

    select, .wpcf7 input {
        -webkit-appearance: none !important;
        -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0 !important;
    }

    .wpcf7 select {
        background: #CACACA url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="31.174" height="17.682" viewBox="0 0 31.174 17.682"><path id="Path_1732" data-name="Path 1732" d="M8644,2466l14.545,14.5,14.51-14.5" transform="translate(-8642.941 -2464.938)" fill="none" stroke="%23fff" stroke-width="3"/></svg>') no-repeat right 0px center;
        background-size: 20px;
    }

    .investment-themes-accordion details.e-n-accordion-item {
        margin-bottom: 20px !important;
    }

    #e-n-accordion-item-4960 .e-n-accordion-item-title {
        border: 4px solid #F17C57;
    }
    #e-n-accordion-item-4961 .e-n-accordion-item-title {
        border: 4px solid #F8C82E;
    }
    #e-n-accordion-item-4962 .e-n-accordion-item-title {
        border: 4px solid #3C75BA;
    }
    #e-n-accordion-item-4963 .e-n-accordion-item-title {
        border: 4px solid #808080;
    }
    #e-n-accordion-item-4960 summary[aria-expanded="true"] {
        background: #F17C57;
        color: #fff;
    }
    #e-n-accordion-item-4961 summary[aria-expanded="true"] {
        background: #F8C82E;
        xcolor: #fff;
    }
    #e-n-accordion-item-4962 summary[aria-expanded="true"] {
        background: #3C75BA;
        color: #fff;
    }
    #e-n-accordion-item-4963 summary[aria-expanded="true"] {
        background: #808080;
        color: #fff;
    }

    .hidden {
        display: none !important;
    }

    .m-year {
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="39.802" height="23.404" viewBox="0 0 39.802 23.404"><path id="Path_999" data-name="Path 999" d="M8644,2466l18.156,18.1,18.113-18.1" transform="translate(-8642.235 -2464.229)" fill="none" stroke="%23f17c57" stroke-width="5"/></svg>') no-repeat right center;
        background-size: 20px;
        padding-right: 25px;
        cursor: pointer;
    }
    .m-year.active {
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="39.802" height="23.404" viewBox="0 0 39.802 23.404"><path id="Path_999" data-name="Path 999" d="M8644,2466l18.156,18.1,18.113-18.1" transform="translate(8682.037 2487.633) rotate(-180)" fill="none" stroke="%23f17c57" stroke-width="5"/></svg>') no-repeat right center;
        background-size: 20px;
        padding-right: 25px;
    }
    .m-content {
        display: none;
    }
    .m-content.first {
        display: block;
    }

    .widget-image-caption.wp-caption-text {
        position: absolute;
    bottom: 30px;
    left: 10px;
    text-align: left;
    color: #fff;
    width: 50%;
    max-width: 600px;
    text-shadow: 0 0 5px black;
    /* transform: translateX(-50%); */
    padding-left: calc((100% - var(--container-max-width)) / 2);
    }
    .xcaption-right .wp-caption-text {
        left: auto;
        right: 10px;
        padding-right: calc((100% - var(--container-max-width)) / 2);
        padding-left: 0;
        text-align: right;
    }

    body.home #footer-section, body.page-id-2870 #footer-section {
        margin-top: 0;
    }
    
    .thesis-icons {
        padding-top: 25px;
    }
    .thesis-icons .widget-image-caption.wp-caption-text {
        bottom: auto !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        text-shadow: none !important;
        color: var(--black) !important;
        padding-left: 0 !important;
        font-weight: 500;
    font-size: 14px;
    background: transparent !important;
    padding: 0 !important;
    position: absolute !important;
    }

  

/* END CONTENT */

@media (max-width: 767.98px) {
    .elementor-element-9c09646 .e-con-inner {
        overflow-x: auto;
    }
    .elementor-element.elementor-element-166c614.elementor-widget.elementor-widget-hotspot {
        width: 200vw;
        max-width: 200vw;
    }
}

/* FOOTER */

.page-id-2870 .elementor-element-3bdb177 {
    margin-top: 0;
}

/* END FOOTER */

@media (max-width: 1440px) {
    /* TYPOGRAPHY */
h1, .h1 {
    font-size: ;
    line-height: ;
}
h2, .h2 {
    font-size: calc(55px * 0.75);
    line-height: calc(64px * 0.75) !important;
    font-weight: bold;
}
h3, .h3, .full-title-btn a, .full-title-btn-toggle a, .e-n-tab-title .e-n-tab-title-text, .investment-themes-accordion summary .e-n-accordion-item-title-text {
    font-size: calc(36px * 0.7) !important;
    line-height: calc(39px * 0.7) !important;
    font-weight: bold;
}
h4, .h4, .e-n-tabs-content > div > .elementor-widget.elementor-widget-text-editor:not(.small), .font-25-28, .font-25 {
    font-size: calc(25px * 0.75);
    line-height: calc(28px * 0.75) !important;
}
h5, .h5 {
    font-size: ;
    line-height: ;
}
body, html {
    font-size: 16px;
    line-height: 1.2em;
    overflow-x: hidden;
}
small, .small, .font-15, .elementor-widget.elementor-widget-text-editor.small {
    font-size: calc(15px * 0.75) !important;
    line-height: calc(20px * 0.75) !important;
}
.elementor-button, .btn.btn-default {
    font-size: calc(14px * 1);
    line-height: ;
}
header {
    font-size: calc(20px * 1);
    line-height: calc(24px * 1);
    height: 82px;
}
.elementor-counter .elementor-counter-number-wrapper {
    font-size: calc(55px * 0.7) !important;
}
.elementor-counter .elementor-counter-title {
    font-size: calc(25px * 0.75) !important;
    line-height: calc(30px * 0.75) !important;
    font-weight: 500 !important;
}
.quote {
	font-size: calc(25px * 0.75);
}
.font-29 {
    font-size: calc(29px * 0.75);
    line-height: calc(35px * 0.75);
}
.font-20 {
	font-size: calc(20px * 0.75);
	line-height: calc(24px * 0.75);
}
.font-18 {
    font-size: calc(18px * 0.75);
    line-height: calc(21px * 0.75);
}
.font-12 {
	font-size: 12px;
	line-height: 16px;
}
.social-impacts .elementor-icon-list-text, .environmental-impacts .elementor-icon-list-text {
    font-size: calc(14px * 0.75);
    line-height: calc(17px * 0.75);
}
.social-impacts .elementor-icon-list-text span, .environmental-impacts .elementor-icon-list-text span {
    font-size: calc(18px * 0.75);
}

/* END TYPOGRAPHY */
.counter-with-line {
    padding: 0 15px
}
.m-year {
    padding-top: 5px;
}
}

@media (max-width: 1024px) {
    /* TYPOGRAPHY */
h1, .h1 {
    font-size: ;
    line-height: ;
}
h2, .h2 {
    font-size: calc(55px * 0.7);
    line-height: calc(64px * 0.7) !important;
    font-weight: bold;
}
h3, .h3, .full-title-btn a, .full-title-btn-toggle a, .e-n-tab-title .e-n-tab-title-text, .investment-themes-accordion summary .e-n-accordion-item-title-text {
    font-size: calc(36px * 0.6) !important;
    line-height: calc(39px * 0.6) !important;
    font-weight: bold;
}
h4, .h4, .e-n-tabs-content > div > .elementor-widget.elementor-widget-text-editor:not(.small), .font-25-28, .font-25 {
    font-size: calc(25px * 0.7);
    line-height: calc(28px * 0.7) !important;
}
h5, .h5 {
    font-size: ;
    line-height: ;
}
body, html {
    font-size: 16px;
    line-height: 1.2em;
    overflow-x: hidden;
}
small, .small, .font-15, .elementor-widget.elementor-widget-text-editor.small {
    font-size: calc(15px * 0.7) !important;
    line-height: calc(20px * 0.7) !important;
}
.elementor-button, .btn.btn-default {
    font-size: calc(14px * 1);
    line-height: ;
}
header {
    font-size: calc(20px * 1);
    line-height: calc(24px * 1);
    height: 82px;
}
.elementor-counter .elementor-counter-number-wrapper {
    font-size: calc(55px * 0.7) !important;
}
.elementor-counter .elementor-counter-title {
    font-size: calc(25px * 0.7) !important;
    line-height: calc(30px * 0.7) !important;
    font-weight: 500 !important;
}
.quote {
	font-size: calc(25px * 0.7);
}
.font-29 {
    font-size: calc(29px * 0.7);
    line-height: calc(35px * 0.7);
}
.font-20 {
	font-size: calc(20px * 0.7);
	line-height: calc(24px * 0.7);
}
.font-18 {
    font-size: calc(18px * 0.7);
    line-height: calc(21px * 0.7);
}
.font-12 {
	font-size: 12px;
	line-height: 16px;
}
.social-impacts .elementor-icon-list-text, .environmental-impacts .elementor-icon-list-text {
    font-size: calc(14px * 0.7);
    line-height: calc(17px * 0.7);
}
.social-impacts .elementor-icon-list-text span, .environmental-impacts .elementor-icon-list-text span {
    font-size: calc(18px * 0.7);
}

/* END TYPOGRAPHY */

}

@media (min-width: 1024px) {
    #homepage-tagline .line {
        max-width: 0;
        xtransition: all 1s ease .1s;
    }
    #homepage-tagline.animated .line {
        max-width: 360px;
        transition: all 1s ease .1s;
    }
    #homepage-tagline .line::before, #homepage-tagline .line::after {
        height: 0;
        transition: all .3s ease;
    }
    #homepage-tagline.animated .line::before, #homepage-tagline.animated .line::after {
        height: 40px;
        transition: all .3s ease .3s;
    }

    #homepage-tagline .line, #homepage-tagline .line::before, #homepage-tagline .line::after {
        transition: all .5s ease .3s;
    }
    #homepage-tagline:hover .line {
        max-width: 0;
        transition: all .5s ease !important;
    }
    #homepage-tagline h2:hover .line::before, #homepage-tagline h2:hover .line::after {
        height: 0;
        transition: all .3s ease !important;
    }
}

@media (min-width: 1600px) {
    .e-con {
    --container-max-width: 1360px;
    }      
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: calc(1360px + 10px);
    }
    .widget-image-caption.wp-caption-text {
    max-width: 800px;
    }
}

@media (min-width: 1920px) {
    .e-con {
    --container-max-width: 1440px;
    }      
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: calc(1440px + 10px);
    }
}

.mobile {display:none;}
.desktop {display:block;}

@media (max-width: 991.98px) {
    .mobile {display:block;}
.desktop {display:none;}
.m-year {
    padding-top: 0;
}
    /* TYPOGRAPHY */
h1, .h1 {
    font-size: ;
    line-height: ;
}
h2, .h2 {
    font-size: calc(55px * 0.5);
    line-height: calc(64px * 0.5) !important;
    font-weight: bold;
}
h3, .h3, .full-title-btn a, .full-title-btn-toggle a, .e-n-tab-title .e-n-tab-title-text, .investment-themes-accordion summary .e-n-accordion-item-title-text {
    font-size: calc(36px * 0.5) !important;
    line-height: calc(39px * 0.5) !important;
    font-weight: bold;
}
h4, .h4, .font-25-28, .font-25 {
    font-size: calc(25px * 0.75);
    line-height: calc(28px * 0.75) !important;
}
h5, .h5 {
    font-size: ;
    line-height: ;
}
body, html,  .e-n-tabs-content > div > .elementor-widget.elementor-widget-text-editor:not(.small), .e-n-tabs-content > div > .elementor-widget.elementor-widget-text-editor:not(.small), .e-n-tabs-content > div > .elementor-widget.elementor-widget-text-editor:not(.small) p, .m-font-16 {
    font-size: 16px;
    line-height: 1.2em;
    overflow-x: hidden;
}
small, .small, .font-15, .elementor-widget.elementor-widget-text-editor.small {
    font-size: calc(15px * 0.75) !important;
    line-height: calc(20px * 0.75) !important;
}
.elementor-button, .btn.btn-default {
    font-size: calc(14px * 1);
    line-height: ;
}
header {
    font-size: calc(20px * 1);
    line-height: calc(24px * 1);
    height: 82px;
}
.elementor-counter .elementor-counter-number-wrapper {
    font-size: calc(55px * 0.5) !important;
}
.elementor-counter .elementor-counter-title {
    font-size: calc(25px * 0.75) !important;
    line-height: calc(30px * 0.75) !important;
    font-weight: 500 !important;
}
.quote {
	font-size: calc(25px * 0.75);
}
.font-29 {
    font-size: calc(29px * 0.75);
    line-height: calc(35px * 0.75);
}
.font-20 {
	font-size: calc(20px * 0.8);
	line-height: calc(24px * 0.8);
}
.font-18 {
    font-size: calc(18px * 0.9);
    line-height: calc(21px * 0.9);
}
.font-12 {
	font-size: 12px;
	line-height: 16px;
}
.social-impacts .elementor-icon-list-text, .environmental-impacts .elementor-icon-list-text {
    font-size: calc(14px * 1);
    line-height: calc(17px * 1);
}
.social-impacts .elementor-icon-list-text span, .environmental-impacts .elementor-icon-list-text span {
    font-size: calc(18px * 0.9);
}

/* END TYPOGRAPHY */

    .navbar-brand img {
        height: 25px;
    }
    header {
        height: 70px;
    }
    header > .container > .row > .col {
        padding: 0;
    }
    .navbar-nav {
        width: 100vw;
        xmargin-left: -15px !important;
        height: 100vh;
        background: #3C75BA;
        padding: 30px 0;
    }
    .navbar .navbar-brand {
        padding-left: 20px;
    }
    .navbar-collapse {
        margin-top: 22px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        margin-left: 20px;
    }
    .navbar .menu-item {
        margin-bottom: 10px;
        font-weight: 500;
        color: #fff;
    }

    .dropdown-menu li {
        margin-bottom: 0 !important;
    }

    #homepage-tagline .line {
        width: 100px;
        height: 30px;
    }

    .line {
        display: inline-block;
        width: 100%;
        xmax-width: 360px;
        height: 40px;
        border-top: 10px solid var(--line);
        position: relative;
    }
    .line::before, .line::after {
        height: 30px;
    }
    .wpcf7 .col-lg-6:last-child {
        padding-left: 15px;
    }
    .wpcf7 .col-lg-6:first-child {
        padding-right: 15px;
    }
    
    body > div.elementor[data-elementor-type="wp-page"] {
        margin-top: 70px;
    }

    .main-banner img {
        height: 35vh !important;
    }

    .toggle-container {
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="31" height="30.907" viewBox="0 0 31 30.907"><g id="Group_478" data-name="Group 478" transform="translate(-1829.407 -613.5)"><line id="Line_107" data-name="Line 107" x2="31" transform="translate(1829.407 629.407)" fill="none" stroke="%23fff" stroke-width="5"/><line id="Line_108" data-name="Line 108" x2="30.907" transform="translate(1844.954 613.5) rotate(90)" fill="none" stroke="%23fff" stroke-width="5"/></g></svg>') no-repeat right 20px center;
        background-size: 20px;
        cursor: pointer;
    }
    .toggle-container.active {
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="31" height="30.907" viewBox="0 0 31 30.907"><g id="Group_478" data-name="Group 478" transform="translate(-1829.407 -613.5)"><line id="Line_107" data-name="Line 107" x2="31" transform="translate(1829.407 629.407)" fill="none" stroke="%23fff" stroke-width="5"/></g></svg>') no-repeat right 20px center;
        background-size: 20px;
    }
    .toggle-container {
        padding-right: 60px;
        padding-left: 20px;
    }
    .toggle-container .elementor-widget-heading {
        text-align: left !important;
    }

    .elementor-widget-image img {
        height: auto !important;
    }
	
	.elementor-8 .elementor-element.elementor-element-dc6122b img, .elementor-8 .elementor-element.elementor-element-5472b73 img, .main-banner img {
		height: 50vw !important;
	}

    .full-title-btn a, .full-title-btn:hover a {
        background-size: 15px;
    }
	.full-title-btn a {
		padding-right: 60px;
	}

    .mobile-impact-title {
        width: calc(100% + 20px);
        max-width: calc(100% + 20px) !important;
        margin-left: -10px;
        margin-top: -14px;
    }

    .circle.circle-white-line {
        display: none;
    }

    .abc-impact-toggle.active::after {
        content: '';
        width: 30px;
        height: 30px;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="31" height="30.907" viewBox="0 0 31 30.907"><g id="Group_535" data-name="Group 535" transform="translate(-1829.407 -613.5)"><line id="Line_107" data-name="Line 107" x2="31" transform="translate(1829.407 629.407)" fill="none" stroke="%23fff" stroke-width="5"/></g></svg>') no-repeat center right;
        background-size: 20px;
    }
    .abc-impact-toggle::after {
        content: '';
        width: 30px;
        height: 30px;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="31" height="30.907" viewBox="0 0 31 30.907"><g id="Group_535" data-name="Group 535" transform="translate(-1829.407 -613.5)"><line id="Line_107" data-name="Line 107" x2="31" transform="translate(1829.407 629.407)" fill="none" stroke="%23fff" stroke-width="5"/><line id="Line_108" data-name="Line 108" x2="30.907" transform="translate(1844.954 613.5) rotate(90)" fill="none" stroke="%23fff" stroke-width="5"/></g></svg>') no-repeat center right;
        background-size: 20px;
    }

    .milestone::before {
        content: '';
        width: 30px;
        height: 8px;
        background: var(--orange);
        position: absolute;
        left: 0;
        top: 6px;
    }
    .milestone:last-child::after {
        content: '';
        width: 38px;
        height: 100%;
        position: absolute;
        top: 14px;
        left: -8px;
        background: #fff;
    }
    .milestone:first-child::after {
        content: '';
        width: 38px;
        height: 15px;
        position: absolute;
        top: -9px;
        left: -8px;
        background: #fff;
    }

   .elementor-element-cb2d122::before {
    display: none !important;
   }

   .mobile-relative {
    position: relative !important;
    bottom: 0 !important;
   }

   .elementor-popup-modal .dialog-message {
    width: 100vw !important;
   }
   .dialog-message.dialog-lightbox-message {
    padding: 30px 10px !important;
   }

   .elementor-element.elementor-element-008efdd img {
    width: 300vw;
    max-width: 300vw;
}
.elementor-element-008efdd .elementor-widget-container {
    overflow-x: auto;
}

.elementor-slideshow__header>svg {
    box-sizing: content-box;
    fill: var(--orange) !important;
    height: 1em;
    width: 1em;
}

.e-font-icon-svg.e-eicon-share-arrow {
    display: none;
}

.thesis-icons img {
    xheight: 100px !important;
    height: calc((100vw - 30px - 30px) / 3) !important;

}

.dropdown-menu {
    max-width: 100%;
}

.initiatives {
    min-height: 200px;
}

.wpcf-submit.text-right {
    text-align: center !important;
}

.widget-image-caption.wp-caption-text {
    position: relative;
    bottom: auto;
    left: auto;
    text-align: left;
    color: #fff;
    width: 100%;
    max-width: 600px;
    text-shadow: none !important;
    /* transform: translateX(-50%); */
    padding-left: auto;
    padding: 15px 20px 16px;
    background: var(--orange);
    font-size: 14px;
    line-height: 1.2em;
}

.thesis-icons {
    padding-top: 5vw;
}
.thesis-icons .widget-image-caption.wp-caption-text {
    font-weight: 500;
font-size: 3vw;
}
	
	.page-id-2870 .counter-with-line > .e-con-inner {
		display: flex;
		flex-wrap: nowrap;
	}

    .widget-image-caption.wp-caption-text {
        max-width: 100%;
    }

	.dropdown-menu {
        max-width: 100%;
		width: 100%;
        padding: 0;
    }
}
/* END MOBILE */


@media (min-width: 767.98px) and (max-width: 1366px) {
    .elementor-counter .elementor-counter-number-wrapper {
        font-size: calc(55px* 0.6) !important;
    }
	.container, .container-lg, .container-md, .container-sm {
    xmax-width: calc(100% - 60px);
	}
	x.e-con {
    --container-max-width: calc(100% - 60px);
    }      
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: calc(100% - 60px);
    }
	
    body > div.elementor > div.elementor-element > .e-con-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
    .widget-image-caption.wp-caption-text {
        padding-left: calc(((100% - var(--container-max-width)) / 2) + 20px);
    }
}

@media (min-width: 767.98px) and (max-width: 1200px) {
    header {
        font-size: calc(20px * 0.8);
        line-height: calc(24px * 0.8);
       xheight: 82px;
    }
}

@media (min-width: 767.98px) and (max-width: 1024px) {
    header {
        xheight: 70px;
    }
    #at-a-glance .e-con-inner .elementor-element.counter-with-line {
        width: calc(50% - 10px) !important;
    }
    #impact-progress > .e-con-inner > .elementor-element > .e-con-inner > .elementor-element {
        width: calc(50% - 10px) !important;
        margin-bottom: 30px;
    }
    .elementor-element-2738bd9 .e-con-inner, .elementor-element-9aca34d .e-con-inner {
        display: flex;
        flex-wrap: wrap !important;
    }
    .container, .container-md, .container-sm {
        max-width: 1000px;
    }
    .mobile-impact-title {
        display: none;
    }
    .main-banner img {
        height: 30vw;
    }
    .elementor-element-2738bd9 .e-con-inner {
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
    .navbar-collapse {
        margin-left: -30px !important;
        }
        .navbar-nav {
            xpadding: 30px;
        }
        .container, .container-lg, .container-md, .container-sm, .container-xl {
            max-width: calc(100% - 40px);
        }
        .counter-with-line {
            padding: 0 20px;
        }
        .widget-image-caption.wp-caption-text {
            max-width: 100%;
        }
        .thesis-icons img {
            xheight: 100px !important;
            height: 126px !important;
        }
        .thesis-icons .widget-image-caption.wp-caption-text {
            font-weight: 500;
            font-size: 12px;
        }
        .thesis-icons {
            padding-top: 20px;
        }
        .elementor-counter .elementor-counter-number-wrapper {
            font-size: calc(55px* 0.5) !important;
        }
        .elementor-counter .elementor-counter-title {
            font-size: calc(25px* 0.6) !important;
            line-height: calc(30px* 0.6) !important;
            font-weight: 500 !important;
        }
        .elementor-element-bdc2fbd {
            width: 30%;
        }
        .elementor-10 .elementor-element.elementor-element-7dcb3a6 {
            width: 70%;
            padding-left: 10px;
        }
        .widget-image-caption.wp-caption-text {
            padding-left: 30px;
        }
        .navbar-expand-lg .navbar-nav .nav-link {
            margin-left: 20px;
            padding-left: 30px;
        }
        .elementor-element-1c70b33 .elementor-widget-image img {
            height: 35vw !important;
        }
}