.preloader {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #124733;
    z-index: 25;
}
.preloader img {
    height: 100px;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.preloader .loader {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 15px 50px 15px;
    width: 100%;
}
.preloader .loader .progress-bar {
    height: 5px;
    width: 100%;
    background-color: rgb(255, 255, 255, 0.2);
    position: relative;
}
.preloader .loader .progress-bar .progress-bar-inner {
    height: 100%;
    width: 100%;
    background: rgb(227,179,126);
    background: linear-gradient(270deg, rgba(227,179,126,1) 0%, rgba(157,122,94,1) 100%);
}
.preloader .loader .progress-bar .progress-bar-cover {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background-color: #11573c;
}
.preloader .loader p {
    font-size: 16px;
    font-weight: 500;
    color: #9d7a5e;
    margin-bottom: 0;
    letter-spacing: 2px;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

#smooth-content {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

header:not(.cd-panel-header) {
    height: 70vh;
    width: 100%;
    background: rgb(17,127,58);
    background: radial-gradient(circle, rgba(17,127,58,1) 0%, rgba(8,42,50,1) 100%);
    position: fixed;
    top: 0;
    z-index: 10;
    padding: 75px 0 100px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.msg-page header:not(.cd-panel-header) {
    background: #124733;
    height: 75px;
    padding: 0;
    overflow: visible;
}


.home header:not(.cd-panel-header) {
    height: 75px;
    padding: 0;
    overflow: visible;
}

header.white-header {
	height: 60vh;
    background: #EDE6DE;
}
header.white-header .header_image {
    position: absolute;
    left: initial;
    bottom: initial;
    right: 0;
    bottom: 0;
    width: auto;
    mix-blend-mode: normal;
}
header.white-header .header_image img {
    height: 100%;
    width: auto;
}

header .header_image {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    opacity: 0.7;
    mix-blend-mode: multiply;
}
header .header_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

header .top_bar {
    padding: 15px 50px 10px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
header.white-header .top_bar {
    background-color: #124733;
}
header .top_bar .left_section {
    display: flex;
    gap: 20px;
    align-items: center;
}
header .top_bar .left_section img {
    height: 50px;
    width: auto;
}
header .top_bar .left_section a.ar_text {
    font-size: 14px;
    color: white;
    text-decoration: none;
}
header .top_bar .left_section a.langchange {
    display: block;
    font-size: 12px;
    color: white;
    text-decoration: none;
    background-color: #968272;
    border: 1px solid #968272;
    padding: 5px 15px;
    border-radius: 25px;
    line-height: 1;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: 300ms ease-out;
}
header .top_bar .left_section a.langchange:hover {
    color: white;
    background-color: transparent;
    border: 1px solid white;
}
header .top_bar .right_section {
    display: flex;
    align-items: center;
    gap: 30px;
}
header .top_bar .right_section .page_actions {
    display: flex;
    align-items: center;
    gap: 10px;
}
header .top_bar .right_section .page_actions a {
    text-decoration: none;
    position: relative;
}
header .top_bar .right_section .page_actions img {
    height: 30px;
    width: auto;
}
header .top_bar .right_section .page_actions a .report_count {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 16px;
    height: 16px;
    font-size: 10px;
    font-weight: 500;
    border-radius: 3px;
    background-color: #092F33;
    color: #1ace5c;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* hamburger styles*/
header .hamburger {
	width:30px;
	height:15px;
	position:relative;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

header #wrapper {
	width: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}

header .line {
	position: absolute;
	height: 2.2px;
	width:100%;
	background: white;
	transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.35s;
}
header .top {
	top:0%;
}
header .middle {
	top:50%;
	align-self: flex-start;
	width: 60%;
}
header .bottom {
	top:100%;
	align-self: flex-start;
	width: 60%;
}
header .close {
	opacity: 1;
}
header #wrapper:hover .hamburger .bottom,
header #wrapper:hover  .hamburger .middle {
	width: 100%;
}
header .icon.close .top {
	transform:rotate(45deg);
	top:48%;
}
header .icon.close .middle, .icon.close .bottom {
	width: 100%;
	transform:rotate(-45deg);
	top:48%;
}
/* End hamburger styles*/

header .bottom_bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: rgba(9, 52, 51, 0.5);
    padding: 15px 50px 30px 15px;
    display: flex;
    align-items: center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
header.white-header .bottom_bar {
    background-color: rgba(140, 119, 84, 1);
}
.msg-page header .bottom_bar  {
    display: none;
}
header .bottom_bar::after {
    content: "";
    height: 30px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    background-color: white;
}
header .bottom_bar .next-prev-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
    margin: 0 auto;
    z-index: 8;
    position: relative;
}
header .bottom_bar .next-prev-container .nextlink {
    margin-left: auto;
}
header .bottom_bar .next-prev-container a {
    color: white;
    font-size: 28px;
    text-decoration: none;
    z-index: 8;
    position: relative;   padding: 0 10px;
}
header .bottom_bar .next-prev-container a[tooltip]::after {
top: 50%;
  transform: translateY(-50%);
      background-color: #796759;
  color: white;
}
header .bottom_bar .next-prev-container a.nextlink[tooltip]::after {
    right: calc(100%);
}
header .bottom_bar .next-prev-container a.nextlink[tooltip]:hover::after {
    right: calc(100% + 15px);
}
header .bottom_bar .next-prev-container a.prevlink[tooltip]::after {
    left: calc(100%);
    right: initial;
}
header .bottom_bar .next-prev-container a.prevlink[tooltip]:hover::after {
    left: calc(100% + 15px);
}
header .bottom_bar .service-pages {
    position: absolute;
    left: 50px;
    display: flex;
    gap: 5px;
}
header .bottom_bar .service-pages a {
    border: 1px solid white;
    background-color: transparent;
}
header .titles_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
header .titles_section i {
    display: block;
    height: 20px;
    transform: translateY(-50%);
}
header .titles_section i img {
    height: 100%;
    width: auto;
}
header .titles_section h4 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    transform: translateY(-200%);
}
header .titles_section h1 {
    color: white;
    margin-top: 15px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    z-index: 7;
    transform: translateY(15px);
    font-family: 'Canela', sans-serif;
}
header .titles_section h1 * {
    font-family: 'Canela', sans-serif;
}
header.white-header .titles_section h4,
header.white-header .titles_section h1,
header.white-header .titles_section i {
    color: #124733;
}

.search_panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #124733;
    z-index: 20;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: none;
    height: 0;
}
.search_panel .close_search_panel {
    position: absolute;
    top: 15px;
    right: 15px;
    color: rgb(17, 174, 74);
    font-size: 32px;
    text-decoration: none;
}
.search_panel .close_search_panel:hover {
    color: rgb(46, 220, 110);
}
.search_panel form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
}
.search_panel form input {
    width: 100%;
    background-color: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid rgb(17, 174, 74);
    padding: 5px 30px 10px 10px;
    color: white;
}
.search_panel form input:focus {
    border-bottom: 1px solid rgb(46, 220, 110);
}
.search_panel form input::placeholder {
    color: rgb(17, 174, 74, 0.7);
}
.search_panel form button {
    position: absolute;
    bottom: 10px;
    right: 0;
    background-color: transparent;
    border: none;
    outline: none;
    color: white;
}

.main-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 0;
    background-color: #F5F9F1;
    z-index: 17;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: none;
    overflow: hidden;
    transform-origin: top right;

}
.main-menu .main-menu-inner {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    align-items: end;
    gap: 50px;
    height: 100%;
    padding: 90px 90px;
}
.main-menu .main-menu-inner .nav-container {
    padding: 30px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.main-menu .main-menu-inner .nav-container-inner {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    display: flex;
    align-items: flex-end;
}
.main-menu .main-menu-inner .nav-container-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.main-menu .main-menu-inner .nav-container-inner ul .sec_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    width: 100%;
    color: rgba(140, 119, 84, 1);
    background-color: #F5F9F1;
    font-weight: 500;
    font-size: 36px;
    padding: 10px 0;
    line-height: 1;
    z-index: 5;
    padding-right: 15px;

}
.main-menu .main-menu-inner .nav-container-inner ul .sec_title i {
    font-size: 26px;
}
.main-menu .main-menu-inner .nav-container-inner ul .sec_title:hover {
    color: #11573c;
}
.main-menu .main-menu-inner .nav-container-inner .back_menu_link {
    display: flex;
    align-items: center;
    line-height: 1;
    text-decoration: none;
      color: #958172 !important;
    font-weight: 500 !important;
    gap: 5px;
    z-index: 6;
    opacity: 0;
    transform: translateX(50px);
	
    margin-bottom: 15px !important;
}
.main-menu .main-menu-inner .nav-container-inner .lvl2 {
    display: none;
    position: absolute;
    bottom: 0;
    left: 30px;
    padding-top: 30px;
    opacity: 0;
    transform: translateX(50px);
    z-index: 5;
}
.main-menu .main-menu-inner .nav-container-inner .lvl2 a {
    text-decoration: none;
    color: #124733;
    font-size: 27px;
    font-weight: 400;
    display: block;
    margin: 0 0 5px 0;
    transition: 200ms ease-out;
}


@media(max-width:1366px){
	
	
.main-menu .main-menu-inner .nav-container-inner ul .sec_title {
  font-size: 30px;
}	
	
	
	
.main-menu .main-menu-inner {
    padding: 70px 65px 70px 70px;
}	
	
	
	
	.main-menu .main-menu-inner .nav-container-inner .lvl2 a {
    font-size: 22px;
    margin: 0 0 5px 0;
}
	
}

@media(max-width:1280px){
	.main-menu .main-menu-inner .nav-container-inner .lvl2 a {
    font-size: 20px;
    margin: 0 0 5px 0;
}
	
}


.main-menu .main-menu-inner .nav-container-inner .lvl2 a:hover {
    color: #82BB41;
}

.main-menu .text-container {
    background-image: url('../images/nav_background_image.webp');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    height: 100%;
}
.main-menu .text-container h2 {
font-family: 'Canela', sans-serif;
  color: white;
  font-size: 45px;
  line-height: 1;
  margin:25px 0px 40px 0px;
}




.main-menu .text-container p {
    font-family: 'Canela', sans-serif;
    color: white;
    font-size: 22px;
    padding: 50px;
    background-color: rgba(18, 71, 52, 0.5);
    backdrop-filter: blur(2px);
    border-radius: 20px;
}
.main-menu .text-container img {
    height: 60px;
    width: auto;
}

.main-menu .main-nav-close {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 36px;
    text-decoration: none;
    color: rgba(192, 138, 102, 1);
    transition: 300ms ease-out;
}
.main-menu .main-nav-close:hover {
    color: rgb(218, 154, 112);
}

.dark-overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 75px);
    background-color: rgb(2, 46, 12, 0.9);
    backdrop-filter: blur(3px);
    z-index: 15;

    display: none;
    opacity: 0;
}



@media(max-width: 1366px){
	
	.main-menu .text-container h2 {
  font-size: 35px;
  line-height: 1;
  margin:25px 0px 40px 0px;
}
	
	
.main-menu .text-container p {
    font-size: 20px;
	line-height: 1.2;
    padding: 40px;
}	
	
	
	
	

}







main {
    margin-top: 70vh;
    padding: 60px 0 30px 0;
}
main.white-header {
    margin-top: 60vh;
}
.msg-page main {
    padding: 75px 0 30px 0;
    margin-top: 0;
}
.home main {
    margin-top: 75px;
    padding: 0;
}

.msg-inner-container {
    width: 100%;
    height: 75vh;
    background: #124733;
    margin-bottom: 150px;
    padding: 30px 50px;
    position: relative;
}
.msg-inner-container .page-titles {
    text-align: center;
    width: 50%;
}
.msg-inner-container.cfo .page-titles {
    margin-left: auto;
    width: 62%;
}
.msg-inner-container h2 {
    font-size: 16px;
    text-transform: uppercase;
    color: #c08a66;
    margin: 0 0 15px 0;
}
.msg-inner-container h1 {
    font-size: 45px;
    color: white;
    line-height: 1;
}
.msg-inner-container h1 > div {
    font-family: 'Canela', serif;
}
.msg-inner-container .image-wrapper {
    position: absolute;
    bottom: 0;
    right: 50px;
    width: 50%;
    height: calc(100% - 30px);
    overflow: hidden;
}
.msg-inner-container.cfo .image-wrapper {
    right: initial;
    left: 15px;
    width: 40%;
}
.msg-inner-container .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

.msg-inner-container .ceo-msg-box {
    width: calc(50%);
    margin-top: 50px;
    background-color: rgb(1, 20, 10, 0.95);
    backdrop-filter: blur(1px);
    padding: 30px;
    border-radius: 20px;
}

.msg-inner-container .cfo-msg-box {
    width: calc(50%);
    margin-top: 50px;
   background-color: rgb(1, 20, 10, 0.95);
  backdrop-filter: blur(1px);
    padding: 30px;
    border-radius: 20px;
}

.msg-inner-container.cfo .ceo-msg-box {
    width: 62%;
    margin-top: 30px;
    margin-left: auto;
}
.msg-inner-container .cfo-msg-box {
    width: 62%;
    margin-top: 30px;
    margin-left: auto;
}
.msg-inner-container.cfo .cfo-msg-box p {
    color: #45974D;
}

.msg-inner-container .ceo-msg-box p {
    color: #42AC4A;
}
.msg-inner-container .ceo-msg-box p.msg-lifter {
    font-size: 28px;
    font-weight: 500;
    font-family: 'Canela', serif;
    line-height: 1.1;
    margin: 20px 0;
}

.msg-page-actions {
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: fixed;
    left: 10px;
    top: 90px;
}
.msg-page-actions a {
    border: 1px solid rgb(255, 255, 255, 0.2);
    background-color: #124734;
}

footer {
    margin-top: auto;
}
footer .footer {
    background-color: #124733;
    padding: 30px 60px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
footer .footer .social_icons {
    display: flex;
    gap: 7.5px;
}
footer .footer .social_icons a {
    width: 30px;
    height: 30px;
    border: 1px solid white;
    border-radius: 50%;
    font-size: 14px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 250ms ease-out;
}
footer .footer .social_icons a:hover {
    background-color: #82BB41;
    border: 1px solid #82BB41;
    color: #124733;
}
footer .footer .gsarn img {
    height: 50px;
    width: auto;
}
footer .footer p {
    font-size: 12px;
    color: #82BB41;
    margin-bottom: 0;
}
footer .footer p a {
    color: white;
    text-decoration: none;
}
footer .footer p a:hover {
    color: rgb(130, 187, 65, 1);
}

/* .bod_container {
    background-color: #DBECE5;
    padding: 30px;
} */
.bod_container .bod_grid {
    /* padding: 30px; */
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    /* background-color: white; */
    border-radius: 30px;
}
.bod_container .bod_block {
    transition: 300ms ease-out;
}
.bod_container .bod_block.hovered {
    opacity: 0.7;
    filter: blur(1px);
}
.bod_container .bod_block .image_wrapper {
    width: 100%;
    aspect-ratio: 5/3;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}
.bod_container .bod_block .image_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 500ms ease-out;
}
.bod_container .bod_block:hover .image_wrapper img {
    transform: scale(1.05);
}
.bod_container .bod_block .bod_header {
    margin-bottom: 15px;
    cursor: pointer;
}
.bod_container .bod_block .image_wrapper .icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-color: rgb(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.bod_container .bod_block .image_wrapper .icon i {
    transition: 300ms ease-out;
}
.bod_container .bod_block.active .image_wrapper .icon i {
    transform: rotate(180deg);
}

.bod_container .bod_block .bod_header h2 {
    font-size: 24px;
    font-weight: 600;
    color: #124733;
    margin: 0 0 5px 0;
}
.bod_container .bod_block .bod_header p {
    color: #2AD03D;
    margin: 0;
    font-weight: 400;
}
.bod_container .bod_block .bod_content {
    padding-left: 15px;
    border-left: 1px solid #8CC050;
}
.bod_grid:not(.no_image) .bod_content{
    display: none;
}

.tabs-selector {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin: 30px 0;
}
.tabs-selector .tab-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(240, 240, 240);
    padding: 10px 20px;
    aspect-ratio: 1/1;
    transition: 300ms ease-out;
}
.tabs-selector .tab-item:hover,
.tabs-selector .tab-item.active-tab {
    background-color: rgb(240, 240, 240);
}
.tabs-selector .tab-item img {
    max-height: 100px;
}
.selector-block {
    display: none;
}
.selector-block.active-block {
    display: block;
}
.selector-block img {
    width: 100%;
    height: auto;
}

.strategy-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
.strategy-grid .strategy-block .image-wrapper {
    aspect-ratio: 5/3;
    overflow: hidden;
}
.strategy-grid .strategy-block .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 500ms ease-out;
}
.strategy-grid .strategy-block:hover .image-wrapper img {
    transform: scale(1.1);
}
.strategy-grid .strategy-block .content-wrapper {
    background: rgb(46,206,64);
    background: linear-gradient(135deg, rgba(46,206,64,1) 0%, rgba(62,115,84,1) 100%);
    padding: 15px;
}
.strategy-grid .strategy-block .content-wrapper h4 {
    margin: 0 0 10px 0;
    color: white;
}
.strategy-grid .strategy-block .content-wrapper p {
    color: white;
}

.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 28px;
	left: 10px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #7DC08A;
	color: #124733;
	z-index: 18;
	text-decoration: none;

	visibility: hidden;
	opacity: 0;
	transform: translateY(30px);
	transition: 300ms ease-out;
}
.back-to-top.show {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

@media(min-width: 1540px){
    header .top_bar {
        padding: 15px 150px 10px 150px;
    }
    .main-menu .text-container {
        padding: 70px 50px 50px 50px;
    }
    .msg-inner-container {
        padding: 50px 150px;
        margin-bottom: 130px;
    }
    .msg-inner-container h2 {
        font-size: 20px;
    }
    .msg-inner-container h1 {
        font-size: 60px;
    }
    .msg-inner-container .ceo-msg-box p.msg-lifter {
        font-size: 34px;
        margin: 30px 0;
    }
    .msg-inner-container.cfo {
        margin-bottom: 50px;
    }
    .msg-inner-container.cfo .ceo-msg-box {
        margin-top: 50px;
    }
    .msg-page-actions {
        left: 15px;
        top: 150px;
    }
}

@media(min-width: 1750px){
    .msg-inner-container {
        padding: 100px 150px 30px 150px;
        margin-bottom: 120px;
    }
    .msg-inner-container h2 {
        font-size: 22px;
    }
    .msg-inner-container h1 {
        font-size: 70px;
    }
    .msg-inner-container .ceo-msg-box p {
        font-size: 22px;
    }
    .msg-inner-container.cfo .ceo-msg-box p {
        font-size: 18px;
    }
    .msg-inner-container .ceo-msg-box p.msg-lifter {
        font-size: 40px;
    }
}

@media(orientation: portrait){
    header:not(.white-header) .header_image {
        width: 90%;
        height: 75%;
    }

    .main-menu .main-menu-inner .nav-container-inner {
        align-items: flex-start;
    }
}

@media(max-width: 1200px){
    .main-menu .main-menu-inner {
        display: block;
    }
    .main-menu .text-container {
        display: none;
    }
    .main-menu .main-menu-inner .nav-container-inner ul .sec_title {
        font-size: 26px;
    }
    .main-menu .main-menu-inner .nav-container-inner .lvl2 a {
        font-size: 18px;
    }
}

@media(max-width: 992px){
    header .top_bar .right_section .page_actions a.download_center,
    header .top_bar .right_section .page_actions a.my_report,
    header .top_bar .right_section .page_actions a.open_accessibility {
        display: none;
    }
    header:not(.cd-panel-header) {
        height: 60vh;
        position: relative;
    }
    .msg-page header:not(.cd-panel-header) {
        height: 75px;
        position: fixed;
    }
    .home header:not(.cd-panel-header) {
        background: transparent;
    }
    main {
        margin-top: 0;
        padding: 15px 0 30px 0;
    }
    main.white-header {
        margin-top: 0;
    }
    .msg-page main {
        padding: 75px 0 30px 0;
    }

    .home main {
        margin-top: 0;
    }
    header .top_bar {
        position: fixed;
        top: 0;
        background: #124733;
    }
    .msg-page header .top_bar {
        background: transparent;
    }
    header .titles_section {
        padding: 0 15px;
    }
    header .titles_section h1  {
        font-size: 36px;
        position: relative;
        transform: translateY(0);
        margin-top: 30px;
    }
    header .titles_section h4 {
        font-size: 16px;
        position: relative;
        transform: translateY(0);
    }
    header .titles_section i {
        height: 15px;
        transform: translateY(0);
    }
    header .bottom_bar {
        padding: 15px 15px 30px 15px;
    }
    header .bottom_bar .service-pages {
        display: none;
    }
    header .bottom_bar .next-prev-container {
        width: 100%;
        position: relative;
    }

    .dark-overlay {
        top: 74px;
        height: calc(100vh - 74px);
    }
    .msg-inner-container {
        height: fit-content;
        padding: 30px;
        margin-bottom: 30px;
    }
    .msg-inner-container .image-wrapper {
        position: relative;
        bottom: initial;
        right: initial;
        margin: 0 auto;
        border-bottom: 1px solid #01140A;
    }
    .msg-inner-container .page-titles, 
    .msg-inner-container.cfo .page-titles {
        width: 100%;
        margin-bottom: 25px;
    }
    .msg-inner-container .ceo-msg-box,
    .msg-inner-container.cfo .ceo-msg-box,
	.msg-inner-container .cfo-msg-box
	{
        width: 100%;
        margin-top: 0;
    }
	
	
    footer .footer {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: flex-start;
        gap: 30px;
    }

    .msg-page-actions #download-pdf,
    .msg-page-actions #addmrepicn {
        display: none;
    }
	
	
	.back-to-top {
        bottom: 60px;
    }
}

@media(max-width: 768px){
    header .top_bar {
        padding: 10px 30px;
    }
    header .top_bar .left_section img {
        height: 40px;
    }
    header .top_bar .left_section a.ar_text {
        font-size: 12px;
    }
    header .top_bar .left_section a.langchange {
        font-size: 10px;
    }
    .main-menu .main-menu-inner .nav-container {
        padding: 15px;
    }
    .main-menu .main-menu-inner .nav-container-inner {
        padding: 15px;
    }
    .main-menu .main-menu-inner .nav-container-inner .back_menu_link {
        top: 15px;
        left: 15px;
    }
    .main-menu .main-menu-inner .nav-container-inner .lvl2 {
        top: 15px;
        left: 15px;
    }
    .msg-inner-container {
        padding: 15px;
    }
    .msg-inner-container .image-wrapper,
    .msg-inner-container.cfo .image-wrapper {
        width: 75%;
    }
    .msg-inner-container .ceo-msg-box p.msg-lifter {
        font-size: 22px;
    }

    .dark-overlay {
        top: 60px;
        height: calc(100vh - 60px);
    }

    .msg-page-actions {
        top: initial;
        bottom: 10px;
        left: 10px;
        flex-direction: row-reverse;
    }
    .msg-page-actions span {
        display: none;
    }

    footer .footer .social_icons {
        justify-content: center;
    }

    footer .footer .gsarn img {
        height: 40px;
    }

    .bod_container .bod_grid {
        grid-template-columns: 1fr;
    }

    .tabs-selector {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media(max-width: 540px){
    header .top_bar .left_section a.ar_text {
        display: none;
    }
    header .titles_section h1 {
        font-size: 30px;
    }
    .main-menu .main-menu-inner {
        padding: 70px 0 30px 0;
    }
    .main-menu .main-menu-inner .nav-container-inner ul .sec_title {
        font-size: 24px;
    }
    .main-menu .main-menu-inner .nav-container-inner .lvl2 a {
        font-size: 16px;
        text-wrap: balance;
        margin-bottom: 10px;
    }

    .bod_container {
        padding: 0;
    }
    .bod_container .bod_grid {
        padding: 15px;
    }
}