@font-face {
    font-family: 'Silka';
    src: url('../fonts/silka-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Silka';
    src: url('../fonts/silka-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Silka';
    src: url('../fonts/silka-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Silka';
    src: url('../fonts/silka-bold-webfont.woff') format('woff');
    font-weight: 700 900;
    font-style: normal;
    font-display: swap;
}

.af_scrollbar {
    overflow-y: auto;
    scrollbar-color: #555 #fff;
    scrollbar-width: thin;
}

.af_scrollbar::-webkit-scrollbar-track {
    background-color: #fff;
    box-shadow: none;
}

.af_scrollbar::-webkit-scrollbar {
    margin-left: 16px;
    width: 4px;
    height: 35px;
    background-color: #f5f5f5;
}

.af_scrollbar::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background-color: #555;
}

.af_scrollbar_invisible::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.af_scrollbar_invisible::-webkit-scrollbar {
    background-color: transparent;
}

/* switch toggle start */
.af_switch {
    position: relative;
    width: 60px;
    height: 28px;
    margin: 0;
}

.af_small_switch {
    width: 50px;
    height: 26px;
}

.af_switch>input {
    height: 0;
    width: 0;
    opacity: 0;
}

.af_switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    border-radius: 34px;
    right: 0;
    bottom: 0;
    background-color: #ececec;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: #a5b5cf;
}

.af_switch .slider:before {
    position: absolute;
    content: '';
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 3px;
    border-radius: 50%;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.af_small_switch .slider:before {
    height: 18px;
    width: 18px;
    bottom: 4px;
}

.af_switch input:checked+.slider {
    background-color: #a3e4c9;
}

.af_switch input:disabled+.slider {
    background-color: #ececec;
}

.af_switch input:checked+.slider:before {
    transform: translateX(30px);
}

.af_small_switch input:checked+.slider:before {
    transform: translateX(24px);
}

.af_switch_btn {
    position: relative;
    width: 60px;
    height: 28px;
    border: none;
    background-color: #ececec;
    border-radius: 34px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.af_switch_btn::before {
    position: absolute;
    content: '';
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 3px;
    border-radius: 50%;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.af_switch_btn.checked::before {
    transform: translateX(30px);
}

.af_switch_btn.checked {
    background-color: #a3e4c9;
}

.af_small_switch_btn {
    width: 50px;
    height: 26px;
}

.af_small_switch_btn::before {
    height: 18px;
    width: 18px;
}

.af_small_switch_btn.checked::before {
    transform: translateX(24px);
}

/* switch toggle end */

/* select2 start */
.remove_select2_styles {
    width: 100%;
    box-sizing: border-box;
}

.remove_select2_styles.no_padding .select2-choice {
    padding: 0;
}

.remove_select2_styles .select2-search-choice-close {
    display: none !important;
}

.remove_select2_styles .select2-arrow {
    display: none !important;
}

.remove_select2_styles .select2-default {
    color: #a4a4a4;
    font-style: italic;
}

.remove_select2_styles .select2-choice {
    background: transparent !important;
    border: none !important;
    box-shadow: none;
    width: 100%;
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 12px;
    color: #32415a;
}

.remove_select2_styles input > a {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0;
}

.remove_select2_styles .select2-search-field {
    width: 100%;
}

.select2-drop {
    border: none;
    box-shadow: 0px 3px 16px #00000014;
    padding: 6px;
    border-radius: 6px;
    font-weight: 500;
}

.select2-result,
.select2-no-results {
    border-radius: 4px;
    padding: 4px;
    color: #32415a;
}

.select2-results .select2-highlighted {
    background: #32415a;
    color: #fff;
}

.select2-search input {
    border-radius: 4px !important;
    background-color: #f6f6f6 !important;
    border: none !important;
    height: 40px !important;
    margin-bottom: 8px !important;
    display: flex !important;
    align-items: center !important;
    background-image: url(../../Content/images/digital/search.png);
    background-position: 97% center;
    padding-left: 12px !important;
}

.select2-results {
    margin: 0;
    padding: 0;
}

.select2-results::-webkit-scrollbar-track {
    background-color: #fff;
    box-shadow: none;
}

.select2-results::-webkit-scrollbar {
    margin-left: 16px;
    width: 4px;
    height: 35px;
    background-color: #f5f5f5;
}

.select2-results::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background-color: #555;
}

.select2-results .select2-result-label {
    display: inline-block;
    font-size: 14px;
    white-space: break-spaces;
    padding: 3px;
}

.select2-results .select2-result-label > img {
    margin-right: 4px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: none;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.select2-container-multi .select2-choices .select2-search-field input {
    width: 100%;
}

.country_section_container .select2-search-choice {
    display: none;
}
/* select2 end */

.iEdit-img-edit {
    display: none !important;
}

.dropdown .dropdown-toggle[aria-expanded='true'] {
    background: none;
}

*:focus-visible,
.select2-container-active {
    box-shadow: inherit !important;
}

a:focus,
a:hover {
    color: #57b89c;
    text-decoration: none;
}

*,
p,
ol,
ul {
    margin: 0px;
    padding: 0px;
    margin-block-end: 0px;
    margin-block-start: 0px;
}

body {
    font-family: Silka;
    font-size: 16px;
    line-height: 1.5;
    color: var(--blue-dark);
    overflow-x: hidden;
    height: auto;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    cursor: pointer;
}

button {
    cursor: pointer;
}

video:focus {
    outline: none;
}

video {
    outline: none;
    border-image: none;
}

/* UTILITYS CLASSES */

.lock-scroll {
    overflow: hidden;
}

.t-align-center {
    text-align: center;
}

.fs-5xl {
    font-size: var(--fs-5xl) !important;
}

.fs-2xl {
    font-size: var(--fs-2xl) !important;
}

.blurry-text {
    user-select: none;
    color: transparent !important;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5) !important;
}

.ml-auto {
    margin-left: auto !important;
}

.height-36 {
    height: 36px !important;
}

.my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mt-auto {
    margin-top: auto;
}

.py-50 {
    padding: 50px 0;
}

.mx-auto {
    margin: 0 auto;
}

.flex_col {
    display: flex;
    flex-direction: column;
}

.flex-center {
    display: flex;
    align-items: center;
}

.font-sm {
    font-size: var(--fs-sm);
}

.uppercase {
    text-transform: uppercase;
}

.arrow-icon-rotate-side {
    transform: rotate(-180deg);
}

.faq-mini-title {
    margin-right: 30px;
}

.dot {
    display: none;
    width: 12px;
    height: 12px;
    background: white;
    border-radius: 100%;
    align-self: center;
}

.mt-dot {
    margin-top: 50px;
}

.faq_tab_toggler[aria-expanded='false'] img:last-of-type {
    display: none;
}
.faq_tab_toggler[aria-expanded='true'] img:first-of-type {
    display: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    margin: 0px 0px;
}

:root {
    --red: #c20517;
    --yellow: #fcc200;
    --blue-light: #969eb2;
    --blue-medium: #36425e;
    --blue-dark: #0f0a2e;
    --brown-dark: #1d1515;
    --grey-light: #e6e6e6;
    --grey-normal: #c5c4c4;
    --blue: #2470d1;
    --green: #57b89c;
    --green-strong: #4dcf63;
    --fs-sm: 14px;
    --fs-md: 16px;
    --fs-xl: 20px;
    --fs-2xl: 26px;
    --fs-3xl: 32px;
    --fs-4xl: 36px;
    --fs-5xl: 48px;
    --fs-6xl: 64px;
    --fs-7xl: 90px;
    --fs-8xl: 105px;
    --fw-400: 400;
    --fw-500: 500;
    --fw-600: 600;
    --fw-700: 700;
    --base-transition: buizer;
    --navbar-height: 80px;
}

.fs-32 {
    font-size: var(--fs-3xl);
}

/* BUTTONS */

.base-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 0 24px;
    border-radius: 4px;
    font-size: var(--fs-md);
    font-weight: var(--fw-500);
    height: 48px;
    border: 1px solid transparent;
    transition: all 0.2s ease;
    color: var(--blue-dark);
}

.join-btn {
    font-weight: var(--fw-500);
    font-size: var(--fs-md);
    line-height: 19px;
    padding: 14.5px 24px;
    background: transparent;
    text-align: center;
    color: white;
    border-radius: 4px;
    border: 1px solid white;
}

.white-btn {
    color: var(--blue-dark);
    background-color: white;
}

a.base-btn {
    display: inline-flex;
}

.btn-transparent {
    background-color: transparent;
    border-color: white;
    line-height: 19px;
    font-weight: var(--fw-500);
    font-size: var(--fs-md);
    color: white;
}

.btn-transparent:hover {
    border-color: transparent;
    background-color: #57b89c;
    color: white;
}

.btn-secondary {
    background-color: white;
    border-color: #57b89c;
    color: #57b89c;
}

.btn-secondary:hover {
    background-color: #57b89c;
    color: white;
}

.primary-btn {
    border-color: #57b89c;
    background: #57b89c;
    color: #fff;
}

.icon_btn {
    all: unset;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.blue_ghost_btn {
    display: block;
    font-weight: 400;
    color: #23a0ff;
    background: transparent;
    border: none;
    user-select: none;
}

.af_loading_dots {
    display: block;
    margin: 20px auto;
    width: 80px;
}

/* checkbox start */
.control {
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    user-select: none;
    font-weight: 400;
    margin: 0;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control_indicator {
    position: absolute;
    left: 0;
    height: 24px;
    width: 24px;
    background: #e6e6e6;
    border: 0px solid #000000;
    border-radius: 4px;
}

.control input:checked ~ .control_indicator {
    background: var(--green);
}

.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control_indicator:after {
    display: block;
}

.control-checkbox .control_indicator:after {
    left: 9px;
    top: 5px;
    width: 4px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}
/* checkbox end */

.commerical-checkbox {
    outline: 1px solid var(--green);
    background: white;
}

.btn-white {
    color: white;
}

.primary-btn:hover,
.primary-btn:focus,
.join-btn:hover,
.join-btn:focus {
    color: var(--blue-dark);
    background: white;
}

.medium-btn {
    font-size: var(--fs-sm);
    padding: 10.5px 24px;
    height: 38px;
}

.xl-btn {
    height: 82px;
    padding: 0 16px;
    border-radius: 10px;
}

.btn-green-border {
    border: 1px solid var(--green);
}

.view-btn {
    border: 1px solid var(--blue-dark);
    border-radius: 6px;
    color: var(--blue-dark);
    font-weight: var(--fw-500);
    font-size: var(--fs-sm);
    line-height: 17px;
    text-align: center;
    padding: 6px 25px 7px 23px;
    background: transparent;
}

.home-container {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
}

.commercial-container {
    overflow-x: hidden;
}

/* INPUTS */

input.commercial-input,
.commercial-input {
    font-weight: var(--fw-600);
    font-size: var(--fs-md);
    line-height: 19px;
    border-radius: 4px;
    padding: 0px 20px;
    color: var(--blue-dark);
    height: 50px;
    border: 1px solid var(--blue-light);
    outline: none;
    background-color: white;
}

input.commercial-input::placeholder,
.commercial-input::placeholder {
    font-weight: var(--fw-400);
    color: var(--blue-light);
}

input.commercial-input:focus,
.commercial-input::placeholder {
    border-color: var(--green);
    box-shadow: none !important;
}

.commercial-input.remove_select2_styles {
    padding: 0;
}

.commercial-input.remove_select2_styles a {
    padding: 0 20px;
}

.home-hero-form .commercial-input.ped-left.remove_select2_styles a {
    padding: 0 20px 0 40px;
}

.home-hero-form .select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: initial !important;
}

.form_control2.caldate {
    background: white url(../images/commercial/calendar-icon-small.svg) no-repeat;
    padding: 0 20px 0 50px;
    background-position: 22px;
}

.commercial-input .select2-default {
    color: var(--blue-light);
    font-weight: var(--fw-400);
    font-style: normal;
}

input.commercial-input-md,
.commercial-input-md {
    height: 36px;
    padding: 0 12px;
}

textarea:focus {
    outline: none;
    border-color: var(--green);
}

.base-btn:disabled {
    color: #e6e6e6;
    background-color: white;
    border: 1px solid #e6e6e6;
}

.commercial-input-error {
    border-color: 1px solid var(--red);
}

/* NAVBAR */

.main-navigation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    height: var(--navbar-height);
    color: white;
    padding: 0 100px;
    z-index: 1001;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid transparent;
}

.main-navigation.nav-scroll {
    background-color: white;
    color: var(--blue-dark);
    border-color: #c5c4c4;
}

.nav-scroll.force-scroll-class {
    transition: none !important;
}

.nav-logo {
    width: 205px;
    display: inline-flex;
    transition: inherit;
}

.nav-logo svg {
    width: 100%;
}

.nav-logo:hover,
.nav-logo:focus,
.nav-logo:active {
    color: inherit;
}

.nav-item.no-dropdown {
    padding-right: 0px;
}

.nav-list {
    display: flex;
    margin-left: 80px;
    align-items: center;
    justify-content: center;
}

.nav-item {
    display: flex;
    align-items: center;
    font-weight: var(--fw-500);
    font-size: var(--fs-sm);
    line-height: 17px;
}

.nav-dropdown-arrow {
    position: absolute;
    right: 0;
    z-index: 1;
    transition: all 0.2s ease;
}

.nav-item + .nav-item {
    margin-left: 46px;
}

.dropdown-wrapper {
    position: absolute;
    padding-top: 40px;
    top: 0;
    right: 50%;
    pointer-events: none;
    opacity: 0;
    transition: all 200ms ease;
    top: 18px;
    transform: translateX(50%);
}

.dropdown-wrapper-first {
    left: -284px;
    right: initial;
    transform: initial;
}

.nav-dropdown {
    display: flex;
    background: #ffffff;
    box-shadow: 2px 2px 15px 3px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 16px;
}

.nav-dropdown-container {
    position: relative;
    display: flex;
    padding-right: 36px;
    justify-content: center;
    user-select: none;
}

.nav-title {
    position: relative;
    transition: all 200ms ease;
}

.nav-title::after {
    content: '';
    position: absolute;
    height: 4px;
    background: var(--green);
    width: 100%;
    left: 0;
    bottom: -10px;
    border-radius: 10px;
    opacity: 0;
    transition: all 200ms ease;
}

.nav-dropdown-polygon {
    position: absolute;
    pointer-events: none;
    bottom: -44px;
    z-index: 1;
    opacity: 0;
    transition: all 200ms ease;
}

.nav-dropdown-container:hover .dropdown-wrapper,
.nav-dropdown-container:focus .dropdown-wrapper {
    pointer-events: initial;
}

.nav-dropdown-container:hover .nav-title,
.nav-dropdown-container:hover .nav-dropdown-arrow,
.nav-dropdown-container:focus .nav-title,
.nav-dropdown-container:focus .nav-dropdown-arrow {
    color: var(--green);
}

.nav-dropdown-container:hover .dropdown-wrapper,
.nav-dropdown-container:hover .nav-dropdown-polygon,
.nav-dropdown-container:hover .nav-title::after,
.nav-dropdown-container:focus .dropdown-wrapper,
.nav-dropdown-container:focus .nav-dropdown-polygon,
.nav-dropdown-container:focus .nav-title::after {
    opacity: 1;
}

.nav-dropdown-container:hover .nav-dropdown-arrow,
.nav-dropdown-container:focus .nav-dropdown-arrow {
    transform: rotate(-180deg);
}

.nav-dropdown-items-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 14px;
}

.nav-dropdown-item {
    display: flex;
    align-items: center;
    padding: 11px 20px 11px 14px;
    border-radius: 10px;
    white-space: nowrap;
    transition: none;
}

.nav-dropdown-item-icon {
    margin: 0 22px 0 32px;
    transition: all 200ms ease-in;
}

.burger-icon {
    display: none;
}

.nav-dropdown-item + .nav-dropdown-item {
    margin-top: 14px;
}

.nav-dropdown-items-container + .nav-dropdown-items-container {
    margin-left: 40px;
}

.nav-dropdown-item:hover,
.nav-dropdown-item:focus {
    background-color: var(--blue-medium);
    color: white;
}

.nav-dropdown-item:hover .nav-dropdown-item-icon,
.nav-dropdown-item:focus .nav-dropdown-item-icon {
    transform: translateX(6px);
}

.nav-item-title {
    font-size: var(--fs-md);
    font-weight: var(--fw-700);
    line-height: 19px;
    color: var(--blue-medium);
    margin-top: 0;
}

.nav-dropdown-item:hover span,
.nav-dropdown-item:hover span,
.nav-dropdown-item:focus span,
.nav-dropdown-item:focus span {
    color: white;
}

.nav-item-subtitle {
    font-weight: var(--fw-400);
    font-size: var(--fs-sm);
    line-height: 17px;
    color: var(--blue-light);
    margin-top: 6px;
}

.nav-dropdown-card-container {
    display: flex;
    flex-direction: column;
    background-color: var(--blue-medium);
    padding: 8px;
    border-radius: 8px;
    margin-left: 32px;
    color: white;
    width: 310px;
}

.nav-dropdown-card-text {
    padding-left: 8px;
    padding-top: 8px;
}

.nav-dropdown-card-text h4 {
    line-height: 19px;
    font-size: var(--fs-md);
    font-weight: var(--fw-700);
    margin-bottom: 20px;
}

.nav-dropdown-card-text p {
    font-size: var(--fs-md);
    font-weight: var(--fw-400);
    line-height: 25px;
    margin-bottom: 32px;
}

.nav-dropdown-card-container img {
    margin-top: auto;
    max-width: initial;
    height: auto;
    width: 100%;
    border-radius: 10px;
}

.nav-icons {
    display: flex;
    margin-left: auto;
    align-items: center;
    gap: 16px;
}

.nav-logo-square {
    display: none;
}

/* HERO */

.span-small.span-letter-space {
    margin-right: 200px;
}

.hero {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    min-height: 90vh;
}

/* .commercial-home-container .hero {
    background-image: url(../images/ship-bg.webp);
} */

.hero video {
    display: block;
}

.hero-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 220px;
    background: rgba(15, 10, 46, 0.5);
}

.hero h1.h1-home {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 58px; 
    letter-spacing: -0.4px;
    margin: 0 auto 22px;
}

.hero h1.h1-home .h1-bold {
    font-weight: var(--fw-700);
}

.home-form-container {
    display: flex;
    width: 1328px;
    padding: 59px 50px 36px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 20px;
    background: #FFF;
    margin: 0 auto;
}

.home-form-title {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: var(--fw-600);
    line-height: normal;
    letter-spacing: -0.4px;
}

.home-form-container .tabs-container {
    display: flex;
    gap: 28px;
    margin: 26px 0;
}

.home-form-tab {
    display: flex;
    padding: 12px 14px;
    align-items: center;
    background-color: #f9f9f9;
    gap: 6px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.36px;
    color: #000;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
}

button.home-form-tab:hover {
    background: #EDFAF6;
    color: #4BBEA0;
}

.home-form-tab.selected {
    color: #4BBEA0;
    background: #EDFAF6; 
}

.home-hero-form,
.home-hero-form .flex-center,
.home-hero-form .flex_col {
    gap: 10px;
    width: 100%;
}

.home-hero-form .tracking-desc {
    color:#0f0a2e; 
    font-size: 14px; 
    display: block;
}

.home-input-item > .commercial-input {
    width: 100%;
}

.network-panel .commercial-input.dropdown-toggle {
    gap: 6px;
}

.tracking-panel .services_dropdown img{
    bottom: 22px;
}

.home-input-item .commercial-input .sort-by-placeholder {
    margin-right: 6px;
    font-weight: 400;
    color: #969eb2;
}

.home-input-item {
    position: relative;
    flex: 1;
}

.quote-panel .home-input-item {
    max-width: 278px;
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.branches-input-container {
    position: relative;
    display: flex;
    align-items: center;
}

.home-input-item > img,
.branches-input-container > img {
    position: absolute;
    left: 15px;
    transform: translateY(-50%);
    top: 50%;
    z-index: 1;
}

.home-form-container .base-btn {
    max-width: fit-content;
}

.digital {
    padding-left: 226px;
}

.btn-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 140px;
    margin-top: 40px;
    margin-bottom: 130px;
}

.btns-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.btns {
    display: flex;
    margin: 0 auto;
}

.btns a {
    margin: 0 10px;
}

/* .scroll-down {
    position: absolute;
    bottom: 30px;
} */

.hero-scroll-down {
    position: absolute;
    bottom: 30px;
    background: transparent;
    border: none;
}

/* STROKE TITLES */

.titels-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 200px;
}

.text {
    font-weight: var(--fw-600);
    color: var(--blue-dark);
    line-height: 19px;
}

.title {
    font-size: var(--fs-8xl);
    font-weight: var(--fw-700);
    line-height: 126px;
    color: white;
    text-shadow: -1px -1px 0 #969eb2, 1px -1px 0 #969eb2, -1px 1px 0 #969eb2, 1px 1px 0 #969eb2;
    text-align: center;
}

.sub-title {
    font-weight: var(--fw-600);
    font-size: var(--fs-5xl);
    text-align: center;
    margin-top: -60px;
    z-index: 1;
}
/* INFO SECTIONS */

.info-section-container {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 310px;
}

.info-section-container video {
    display: block;
    max-width: 650px;
    width: 100%;
}

.info-section-container.active {
    display: flex;
}

.info-container {
    padding-right: 130px;
    flex: 1;
}

.info-container.info-container-reverse {
    padding-right: 0;
    padding-left: 130px;
}

.title-container {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 25px;
}

.info-title {
    font-size: var(--fs-7xl);
    font-weight: var(--fw-700);
    line-height: 108px;
    color: white;
    text-shadow: -1px -1px 0 #969eb2, 1px -1px 0 #969eb2, -1px 1px 0 #969eb2, 1px 1px 0 #969eb2;
}

.title-small {
    position: absolute;
    left: 0;
    font-weight: var(--fw-600);
    color: var(--blue-dark);
}

.info-sub-title {
    font-size: var(--fs-4xl);
    font-weight: var(--fw-600);
    line-height: 43px;
    margin-bottom: 24px;
}

/* CODE DUP FIX THIS <----------- */

.info-container .info-content {
    font-size: var(--fs-xl);
    line-height: 32px;
    margin-bottom: 40px;
    max-width: 62ch;
    color: var(--blue-medium);
}

.info-container-reverse .info-content {
    font-size: var(--fs-xl);
    line-height: 32px;
    margin-bottom: 40px;
    max-width: 60ch;
}

.img-container {
    overflow: hidden;
    border: 1px solid var(--grey-light);
    border-radius: 20px;
    box-shadow: -5px 8px 25px rgba(54, 66, 94, 0.2);
}

.img-container img {
    display: block;
}

/* SHIP SECTIONS */

.ship-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ship-container img {
    margin-right: -70px;
    z-index: 1;
    position: absolute;
}

.radar_animation {
    width: auto;
    height: 900px;
    margin-right: -100px;
}

/* GRID SECTION */

.commercial-grid-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -20px 180px;
}

.grid-card-vid {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity 400ms ease-in-out;
}

.card-container {
    position: relative;
    border-radius: 17px;
    overflow: hidden;
    margin: 0 10px 20px;
    flex-shrink: 0;
}

.card-border {
    border: 1px solid var(--grey-light);
}

.card-container:hover .grid-card-vid {
    opacity: 1;
}

.content-container {
    position: absolute;
    display: flex;
    padding: 76px 60px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(4, 78, 172, 0.8) 7.29%, rgba(87, 184, 156, 0.2) 58.85%);
    color: white;
    z-index: 2;
    pointer-events: none;
    border-radius: 17px;
    overflow: hidden;
}

.content-container a {
    display: flex;
    align-items: center;
    color: white;
    pointer-events: initial;
}

.content-container svg {
    margin-left: 16px;
    transition: transform 0.2s ease;
}

.content-container img:hover {
    color: var(--blue-dark);
}

.content-container a:hover svg {
    transform: translateX(8px);
}

.content-container-text {
    margin-top: auto;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.content-container-text h4 {
    color: white;
    font-weight: var(--fw-600);
    font-size: var(--fs-4xl);
    line-height: 43px;
    margin-bottom: 11px;
}

.content-container-text p {
    max-width: 35ch;
    font-weight: var(--fw-400);
    font-size: var(--fs-xl);
    line-height: 32px;
    margin-bottom: 40px;
    color: white;
}

/* FIND PARTNERS SECTION */

.find-partners-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 100px;
    transition: background-image 0.2s ease;
    background-size: cover;
}

.na {
    background-image: url(../images/commercial/FindPartnersNA.webp);
}
.eu {
    background-image: url(../images/commercial/FindPartnersEU.webp);
}
.asia {
    background-image: url(../images/commercial/FindPartnersASIA.webp);
}
.aus {
    background-image: url(../images/commercial/FindPartnersAus.webp);
}
.africa {
    background-image: url(../images/commercial/FindPartnersAfrica.webp);
}
.sa {
    background-image: url(../images/commercial/FindPartnersSA.webp);
}

.find-partners-img-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.find-partners-btn {
    background: transparent;
    border: none;
    transition: all 0.3s ease;
}

.find-partners-content {
    display: flex;
    max-width: 1520px;
    width: 100%;
    margin-left: 10px;
}

.find-partners-content img {
    margin-top: 160px;
    margin-bottom: 160px;
    margin-left: 50px;
    height: auto;
}

.find-partners-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: white;
    padding-left: 26px;
    border-left: 1px dashed white;
    padding-bottom: 80px;
}

.find-partners-list ul {
    list-style: none;
}

.find-partners-asia {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: -5px;
    margin-bottom: -5px;
}

.find-partners-asia span {
    margin: 5px 0;
}

.find-partners-list h3 {
    font-size: var(--fs-5xl);
    font-weight: var(--fw-700);
    line-height: 58px;
    margin-bottom: 85px;
    white-space: nowrap;
}

.find-partners-list li {
    position: relative;
    font-weight: var(--fw-400);
    font-size: var(--fs-md);
    line-height: 25px;
    margin-bottom: 44px;
}

.find-partners-offers {
    display: flex;
    align-items: center;
    border-bottom: 1px solid white;
}

.find-partners-offers svg {
    margin-left: 15px;
}

.find-partners-dot-container {
    position: absolute;
    display: flex;
    border-radius: 100%;
    border: 1px dashed white;
    padding: 7px;
    left: -42px;
    top: -3px;
}

.find-partners-dot-container .dot {
    display: block;
    align-self: center;
    width: 16px;
    height: 16px;
}

/* MEMBERS-DIRECTORY-SECTION-HOME */

.slick-list {
    margin-left: -24px;
}

.members-dirctory-carousel .member-cards-container {
    display: flex;
    gap: 24px;
}

.members-dirctory-home {
    background-color: #f2efe8;
    padding-top: 156px;
    padding-bottom: 200px;
}

.members-dirctory-home .titels-section {
    margin-top: 0;
    margin-bottom: 80px;
}

.members-dirctory-home .titels-section .title {
    color: #f2efe8;
}

.member-cards-container .member-card {
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 0;
    margin-left: 24px;
    overflow: hidden;
    height: initial;
}

.member-cards-container .member-card .member-card-logo-container {
    margin-bottom: 14px;
}

.star-container {
    margin-left: auto;
}

.member-cards-container .member-card .member-card-title {
    margin-bottom: 14px;
}

.member-card .member-card-content {
    padding: 14px 20px 26px;
}

.member-card-img-container {
    height: 226px;
    position: relative;
}

.member-card-cover-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.member-card-opacity {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(54, 66, 94, 0.55);
}

.member-card-btn-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.member-card-btn-container .member-card-partners,
.member-card-btn-container button {
    margin: 0;
}

.member-cards-container .slick-prev {
    bottom: -80px;
    top: initial;
    left: 50%;
    transform: initial;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    transform: translateX(-150%);
}

.member-cards-container .slick-next {
    bottom: -80px;
    top: initial;
    right: 50%;
    transform: initial;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    transform: translateX(150%);
}

.member-cards-container .slick-arrow {
    color: black;
    background-color: white;
}

.member-cards-container .slick-next:before {
    content: '';
    display: block;
    background-image: url(../images/commercial/slick-arrow-black.svg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
}

.member-cards-container .slick-prev:before {
    content: '';
    display: block;
    background-image: url(../images/commercial/slick-arrow-black.svg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(-180deg);
    opacity: 1;
}

.member-cards-container .slick-prev:hover,
.member-cards-container .slick-prev:focus,
.member-cards-container .slick-next:hover,
.member-cards-container .slick-next:focus {
    background: white;
}

/* RATE INDEX HOME SECTION */

.rate-index-home {
    background-image: url(../images/commercial/Circle-Lines-BG.png);
    background-color: var(--blue-medium);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    padding: 190px 0 170px 200px;
    gap: 90px;
}

.rate-index-info {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.rate-index-home-mini-title {
    color: white;
    font-size: var(--fs-md);
    font-weight: var(--fw-600);
    line-height: 17px;
    margin-bottom: 10px;
}

.rate-index-home .rate-index-info .rate-index-center-title {
    color: white;
    font-size: var(--fs-4xl);
    font-weight: var(--fw-600);
    line-height: 50px;
    margin-bottom: 12px;
    max-width: 36ch;
}

.rate-index-home .rate-index-info .rate-index-center-under-title {
    color: white;
    font-size: var(--fs-xl);
    font-weight: var(--fw-400);
    line-height: 32px;
    margin-bottom: 40px;
    max-width: 57ch;
}

.rate-index-home .graph-summary {
    margin-bottom: 48px;
    gap: 20px;
}

.rate-index-home .graph-summary .graph-summary-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border: none;
    background-color: white;
    border-radius: 10px;
    padding: 20px 24px;
}

.rate-index-home .graph-summary .graph-summary-item:hover,
.rate-index-home .graph-summary .graph-summary-item:focus {
    color: inherit;
}

.rate-index-home .graph-summary .graph-summary-item .graph-summary-item-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rate-index-home .graph-summary .graph-summary-item .graph-summary-big-numbers {
    font-weight: var(--fw-600);
    font-size: var(--fs-md);
    line-height: 19px;
    color: var(--blue-dark);
}

.rate-index-home-numbers span {
    font-size: 14px;
    vertical-align: middle;
    color: var(--blue-dark);
    line-height: 30px;
}

.rate-index-percentage.home-percentage-diff {
    font-weight: var(--fw-600);
    font-size: var(--fs-md);
    line-height: 19px;
    letter-spacing: 1px;
    margin: 0;
    gap: 8px;
}

.rate-index-percentage.home-percentage-diff img {
    width: 15px;
    height: 14px;
}

.grey-span.home-big-movers {
    font-weight: var(--fw-600);
}

.rate-index-home .rate-index-join {
    padding: 28px;
    gap: 190px;
}

.rate-index-home .rate-index-join .rate-index-join-title {
    font-size: var(--fs-2xl);
    line-height: 36px;
    margin-bottom: 10px;
}

.rate-index-home .rate-index-join .rate-index-join-sub-title {
    font-weight: var(--fw-500);
    font-size: var(--fs-md);
    line-height: 19px;
    max-width: 36ch;
}

.rate-index-home-numbers {
    font-weight: var(--fw-600);
    font-size: var(--fs-2xl);
    line-height: 36px;
}

.rate-index-image {
    position: relative;
    flex: 1.1;
    margin-bottom: -14px;
}

.rate-index-static-card {
    position: absolute;
    left: -168px;
    top: -44px;
    height: auto;
}

/* CARDS SECTION */

.cards-section {
    display: flex;
    flex-direction: column;
    margin-top: 100px;
}

.cards-container {
    display: flex;
    align-items: center;
    margin-left: -8px;
    margin-right: -8px;
}

.card {
    display: flex;
    flex-direction: column;
}

.card a:hover,
.card a:focus,
.card a:active {
    color: inherit;
}

/* .card img {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 10px;
} */

.blog-img-container {
    height: 220px;
    position: relative;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}

.card-date {
    font-weight: var(--fw-400);
    font-size: var(--fs-sm);
    line-height: 17px;
}

.card-title {
    font-weight: var(--fw-600);
    font-size: var(--fs-xl);
    line-height: 24px;
    color: var(--blue-dark);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}

.card-text {
    font-weight: var(--fw-400);
    font-size: var(--fs-md);
    line-height: 25px;
    word-break: break-word;
    height: 75px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.card-link {
    font-weight: var(--fw-400);
    font-size: var(--fs-sm);
    line-height: 17px;
    color: #2470d1;
}

.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 200px;
}

.button-container svg {
    margin-left: 16px;
}

/* FOOTER */

footer {
    position: relative;
    padding-top: 153px;
    padding-bottom: 100px;
    background-color: var(--blue-dark);
}

.top-container {
    display: flex;
    margin-left: -79px;
    margin-right: -79px;
}

.footer-stroke {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: white;
    max-width: 660px;
    margin: 0 79px;
}

.footer-stroke-title {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 25px;
    white-space: nowrap;
}

.footer-stroke-title span {
    position: absolute;
    left: 0;
    font-size: var(--fs-md);
    font-weight: var(--fw-600);
    line-height: 19px;
}

.footer-stroke-title h3 {
    font-size: var(--fs-7xl);
    font-weight: var(--fw-700);
    line-height: 108px;
    color: var(--blue-dark);
    text-shadow: -1px -1px 0 #969eb2, 1px -1px 0 #969eb2, -1px 1px 0 #969eb2, 1px 1px 0 #969eb2;
}

.footer-stroke h5 {
    font-weight: var(--fw-600);
    font-size: var(--fs-4xl);
    line-height: 43px;
    margin-bottom: 24px;
}

.footer-stroke p {
    font-weight: var(--fw-400);
    font-size: var(--fs-xl);
    line-height: 32px;
    margin-bottom: 70px;
    max-width: 52ch;
}

.email-notif-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    color: white;
    align-items: flex-start;
    margin: 0 79px;
}

.email-notif-container p {
    font-weight: var(--fw-400);
    font-size: var(--fs-md);
    line-height: 25px;
    max-width: 62ch;
    margin-bottom: 32px;
}

.email-notif-container a {
    color: #57b89c;
}

.input-container {
    display: flex;
    align-items: center;
    width: 100%;
}

.input-container label {
    display: flex;
    flex-direction: column;
    flex-basis: 48%;
}

.footer-input {
    margin-top: 8px;
    margin-bottom: 28px;
    margin-right: 20px;
}

.input-container p {
    line-height: 17px;
    font-weight: var(--fw-500);
    font-size: 14px;
}

.bot-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    border-top: 1px solid white;
    margin-bottom: 185px;
}

.bot-container img {
    margin-top: 76px;
    margin-bottom: 58px;
}

.footer-lists-container {
    display: flex;
    color: white;
    margin-left: -60px;
    margin-right: -60px;
}

.footer-list {
    margin: 0 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-list ul {
    list-style: none;
}

.footer-list h4 {
    font-weight: var(--fw-600);
    font-size: 20px;
    line-height: 24px;
    border-bottom: 1px solid white;
    margin-bottom: 32px;
    padding-bottom: 7px;
}

.footer-list li {
    font-weight: var(--fw-400);
    font-size: var(--fs-md);
    line-height: 25px;
    margin-bottom: 14px;
}

.footer-socials {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.socials-icons {
    display: flex;
}

.socials-icons img {
    margin-right: 50px;
}

.footer-socials span {
    color: white;
    font-weight: var(--fw-400);
    font-size: var(--fs-md);
    line-height: 25px;
}

.footer-copy-rights {
    display: flex;
    align-items: center;
}

.footer-copy-rights span {
    margin-right: 6px;
}

.footer-logo-mobile-bottom {
    display: none;
}

.footer-arrow-up {
    display: none;
}

/***************************** OCEAN FREIGHT PAGE ************************/

.ocean-container {
    max-width: 1520px;
    margin: 0 auto;
}

.freight {
    background: #f2efe8;
    border-radius: 15px;
    padding: 145px 0;
    margin-bottom: 200px;
    margin-top: 200px;
}

/* HERO */

.ocean-freight-hero {
    position: relative;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ocean-freight-hero img {
    height: auto;
}

.ocean-freight-hero-info-content br {
    display: none;
}

.ocean-freight-triangle {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: right;
    background-image: url(../images/commercial/OceanFreight-Hero-triangle.webp);
    background-repeat: no-repeat;
    z-index: 1;
}

.ocean-freight-hero-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding-top: 220px;
    background: linear-gradient(to right, rgba(4, 78, 172, 0.8) 7.29%, rgba(87, 184, 156, 0.2) 58.85%);
    z-index: 1;
}

.ocean-freight-hero::after,
.commercial-grid-container .card-container::after {
    position: absolute;
    content: '';
    background: rgba(15, 10, 46, 0.4);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.p-zero {
    padding-top: 0;
}

.ocean-freight-scroll-down {
    display: block;
    margin: 0 auto;
    max-width: 60px;
}

.stroke-ocean {
    margin-top: 0;
    margin-bottom: 0;
}

.stroke-ocean-us {
    margin-top: 0;
    margin-bottom: 100px;
}

.info-freight {
    padding-left: 70px;
}

.title-freight {
    color: #f2efe8;
    line-height: 90px;
    font-size: var(--fs-7xl);
    white-space: pre-line;
    margin-top: -92px;
    text-align: left;
}

.content-freight {
    font-size: var(--fs-xl);
    line-height: 32px;
    margin-bottom: 40px;
    max-width: 44ch;
}

.card-freight {
    border: none;
    margin: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.title-small-ocean {
    font-weight: var(--fw-600);
    font-size: var(--fs-md);
    line-height: 19px;
    color: var(--blue-dark);
    margin-bottom: 11px;
}

.reporting-small-title {
    color: white;
}

.title-ocean {
    display: flex;
    flex-direction: column;
    align-items: start;
    white-space: nowrap;
    padding-left: 0;
}

/* SECOND SECTION */

.second-section {
    margin-top: 100px;
    margin-bottom: 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.second-section-top-para {
    font-weight: var(--fw-400);
    font-size: var(--fs-4xl);
    line-height: 52px;
    max-width: 66ch;
    margin-bottom: 70px;
    color: var(--blue-dark);
}

.advertise-container {
    display: flex;
    border-top: 1px solid var(--blue-light);
}

.advert {
    padding-top: 40px;
}

.advert + .advert {
    margin-left: 100px;
}

.advert img {
    margin-bottom: 30px;
    height: 48px;
}

.advert h3 {
    margin-bottom: 16px;
    font-weight: var(--fw-600);
    font-size: var(--fs-xl);
    line-height: 24px;
    color: var(--blue-dark);
}

.advert p {
    font-weight: var(--fw-400);
    font-size: var(--fs-xl);
    line-height: 32px;
    max-width: 36ch;
    color: var(--blue-medium);
}

/* ORDER BUTTONS */

.order-btns-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 175px;
}

.order-btns-container .nav > li {
    display: flex;
    align-items: center;
    width: initial;
}

.order-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: var(--fw-500);
    line-height: 19px;
    padding: 14.5px 24px;
    border-radius: 4px;
    border: 1px solid #36425e;
    color: #36425e;
    background-color: white;
}

.nav-link.active .order-btn {
    background-color: #36425e;
    color: white;
}

.order-btn img {
    margin-right: 16px;
}

.order-btns-container-dots {
    margin: 0 10px;
}

/* BIG CARDS SECTION */

.blue-boxes-vertical-video {
    border-radius: 8px;
    max-width: 100%;
    margin-top: auto;
}

.big-cards-container {
    margin-bottom: 268px;
}

.horizontal-card {
    display: flex;
    align-items: center;
    background-color: var(--blue-medium);
    margin: 20px auto;
    padding: 30px;
    border-radius: 16px;
    justify-content: space-between;
}

.horizontal-card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: white;
    margin-right: 57px;
    margin-bottom: auto;
}

.horizontal-card-vid {
    max-width: 100%;
}

.horizontal-card-content-reverse {
    margin-right: 0;
    margin-left: 58px;
}

.vertical-card-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.vertical-card-img {
    margin-top: auto;
}

.big-cards-mini-title {
    font-weight: var(--fw-400);
    font-size: var(--fs-md);
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 30px;
    display: inline-block;
}

.big-cards-title {
    font-weight: var(--fw-600);
    font-size: 34px;
    line-height: 50px;
    margin-bottom: 20px;
}

.big-cards-text {
    font-weight: var(--fw-400);
    font-size: var(--fs-xl);
    line-height: 32px;
    max-width: 56ch;
    margin-bottom: 34px;
}

.horizontal-card video {
    border-radius: 8px;
}

.vertical-cards-container {
    display: flex;
    color: white;
    margin-left: -10px;
    margin-right: -10px;
}

.big-cards-titles-container {
    white-space: nowrap;
}

.vertical-card {
    margin: 0 10px;
    background-color: var(--blue-medium);
    border-radius: 16px;
    padding: 30px;
    flex: 1;
}

.vertical-card .big-cards-mini-title {
    margin-top: 8px;
}

/* WORLD MAP SECTION */

.ocean-world-map-container {
    margin-inline: auto;
    max-width: 1217px;
    margin-top: -28px;
    margin-bottom: 200px;
}

.time-zone-container {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: -90px;
    z-index: 1;
}

.time-zone-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 80px;
}

.time-zone-card-number {
    font-size: 64px;
    font-weight: var(--fw-500);
    line-height: 76px;
    margin-bottom: 20px;
}

.time-zone-card-text {
    font-weight: var(--fw-400);
    font-size: var(--fs-md);
    line-height: 19px;
}

/* REPORTING SECTION */

.reporting-container {
    position: relative;
    margin-bottom: 200px;
}

.reporting-container img {
    width: 100%;
    height: auto;
}

.info-section-oceanfreight {
    margin-bottom: 0px;
}

.reporting-triangle {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background-position: left;
    background: rgba(54, 66, 94, 0.6);
    background-image: url(../images/commercial/curve-left.webp);
    background-repeat: no-repeat;
    background-size: contain;
}

.reporting-content {
    display: flex;
    align-items: center;
    position: absolute;
    max-width: 1520px;
    margin: 0 auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    color: white;
    width: 100%;
}

.info-content.reporting-info-para,
.info-content.ocean-freight-hero-para {
    color: white;
}

.reporting-title {
    -webkit-text-stroke: 1px white;
    color: transparent;
    text-shadow: none;
}

.reporting-btn {
    color: white;
}

.reporting-btn:hover {
    color: var(--blue-dark);
}

.transperent-bg {
    padding: 20px 20px 67px 20px;
    max-width: 580px;
    width: 100%;
    border: none;
    background: rgb(255, 255, 255, 0.2);
    border-radius: 10px;
}

.transperent-bg img {
    z-index: 1;
    border-radius: 15px;
}

.hover-cards-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 200px;
    justify-items: center;
    gap: 50px 30px;
    padding: 0px 70px;
}

.hover-card {
    max-width: 367px;
    border-radius: 16px;
    padding: 45px 42px 42px 45px;
    /* margin: 25px 45px; */
    transition: all 0.2s;
}

.hover-card:hover {
    background: rgb(242, 239, 232);
}

.hover-card img {
    margin-bottom: 36px;
}

.hover-card h4 {
    margin-bottom: 6px;
    font-weight: var(--fw-600);
    font-size: var(--fs-xl);
    line-height: 24px;
    color: var(--blue-dark);
}

.hover-card p {
    margin-bottom: 25px;
    font-weight: var(--fw-400);
    font-size: var(--fs-md);
    line-height: 25px;
    color: var(--blue-medium);
    /* max-width: 30ch; */
}

/* JOIN SECTION */

.join {
    margin-bottom: 200px;
}

.join h3 {
    margin-bottom: 50px;
    font-weight: var(--fw-600);
    font-size: var(--fs-5xl);
    line-height: 58px;
    color: #1d1515;
}

.join-cards-container {
    display: flex;
    border-radius: 15px;
    overflow: hidden;
}

.join-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 60px 60px 45px 50px;
}

.blue {
    background: var(--blue-medium);
}

.green {
    background: #57b89c;
}

.join-card img {
    margin-bottom: 46px;
}

.join-card h4 {
    margin-bottom: 14px;
    font-weight: var(--fw-600);
    font-size: var(--fs-4xl);
    line-height: 43px;
    color: white;
    max-width: 22ch;
}

.join-card p {
    margin-bottom: 96px;
    font-weight: var(--fw-400);
    font-size: var(--fs-md);
    line-height: 25px;
    color: white;
    max-width: 32ch;
}

.ocean-hero-arrow {
    width: 60px;
    margin-top: auto;
    margin-bottom: 30px;
}

.ocean-hero-arrow-mobile {
    display: none;
}

.ocean-hero-container {
    flex-direction: column;
    position: initial;
    height: 100%;
}

.ocean-freight-hero-content .info-section-container {
    padding-bottom: 0;
    margin-top: 36px;
}

/* FAQ TABS SECTION */

.faq_tabs_container {
    border-bottom: 1px solid var(--grey-normal);
    padding-bottom: 200px;
}

.faq_tabs_container button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0px;
    border: none;
    border-top: 1px solid var(--grey-normal);
    background: white;
    font-weight: var(--fw-600);
    font-size: var(--fs-xl);
    line-height: 32px;
    color: var(--blue-dark);
}

.answer_html {
    font-weight: var(--fw-400);
    font-size: var(--fs-sm);
    line-height: 25px;
    color: var(--blue-medium);
    padding-bottom: 50px;
    max-width: 130ch;
}

/***************************** LCL FREIGHT PAGE ************************/

.reporting-right-container {
    color: white;
    max-width: 470px;
}

.reporting-right-item + .reporting-right-item {
    margin-top: 88px;
}

.reporting-right-container-title {
    font-weight: var(--fw-600);
    font-size: var(--fs-6xl);
    line-height: 77px;
    margin-bottom: 16px;
}

.reporting-right-container-para {
    font-weight: var(--fw-400);
    font-size: var(--fs-md);
    line-height: 25px;
}

.mobile-nav-toggler {
    display: none;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
}

/* ABOUT US PAGE */

.info-section-container.about-us-hero-info {
    margin-top: 120px;
}

.reporting-triangle.curve-right {
    background-image: url(../images/commercial/Accomplished-curve.png);
    background-position: right;
}

.card-container-our-vision {
    box-shadow: initial;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-container-our-vision img {
    height: auto;
}

.companies-logos-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.companies-logo-title {
    font-weight: var(--fw-600);
    font-size: var(--fs-4xl);
    line-height: 50px;
    margin-bottom: 80px;
    text-align: center;
}

.companies-logo-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 800px;
    gap: 70px 50px;
    width: 100%;
}

.companies-logo-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid white;
    width: 100%;
    padding: 10px;
}

.cards-container-about-us {
    max-width: 900px;
}

.info-content.info-content-trade {
    max-width: 36ch;
}

.info-section-accomplished {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 120px;
}

.accomplished-small-title {
    top: 40px;
}

.info-container-accomplished {
    padding-right: 0px;
}

.accomplished-bottom-container {
    display: flex;
    max-width: 100%;
    align-items: center;
    margin-top: 60px;
}

.accomplished-item {
    max-width: 330px;
}

.accomplished-item-title {
    display: flex;
    align-items: baseline;
}

.ocean-world-map-container.about-us-map-container {
    margin-top: 95px;
    max-width: 100%;
}

.reporting-right-container-sub-title {
    font-size: var(--fs-2xl);
    font-weight: var(--fw-400);
}

.reporting-right-container-title + .reporting-right-container-sub-title {
    margin-left: 16px;
}

.accomplished-item + .accomplished-item {
    margin-left: 50px;
}

.about-us-info-container {
    color: white;
}

.blue-section {
    background-color: var(--blue-medium);
}

.blue-section .info-section-container {
    margin-bottom: 150px;
}

.second-section.about-us-second-section {
    align-items: center;
    padding-top: 150px;
    margin-top: 0px;
}

.second-section-top-para.about-us-second-section-top-para {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 70px;
    border-bottom: 1px solid var(--blue-light);
    margin-bottom: 0px;
}

.card-container.our-team-image {
    max-width: 640px;
    padding: 140px 0px;
}

.our-team-image img {
    height: auto;
}

.contact-us-info-section {
    align-items: flex-start;
    padding-top: 160px;
    padding-bottom: 220px;
}

.contact-us-form {
    max-width: 640px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: white;
}

.contact-us-input {
    width: 100%;
    margin-top: 8px;
}

.contact-us-label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
    width: 49%;
    font-weight: var(--fw-400);
    font-size: var(--fs-sm);
    line-height: 17px;
}

.contact-us-label-last {
    margin-bottom: 40px;
    width: 100%;
}

.contact-us-textarea {
    width: 100%;
    min-height: 130px;
    margin-top: 8px;
    font-weight: var(--fw-600);
    font-size: var(--fs-md);
    line-height: 25px;
    padding: 12px 20px;
}

.info-content.contact-us-info-content {
    max-width: 38ch;
    color: white;
    line-height: 32px;
    font-weight: var(--fw-400);
    font-size: var(--fs-xl);
}

.contact-us-phone-container {
    display: flex;
    align-items: center;
    margin-top: -10px;
}

.contact-us-phone {
    font-weight: var(--fw-400);
    font-size: var(--fs-xl);
    line-height: 32px;
}

.contact-us-phone-icon + .contact-us-phone {
    margin-left: 17px;
}

.info-title.reporting-title.abous-us-accomplished-title {
    max-width: 12ch;
    white-space: initial;
    margin-bottom: 20px;
}

.offices-warehouses-section {
    width: 100%;
    margin-bottom: 200px;
}

.offices-warehouses-title-container {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.offices-warehouses-title {
    margin-left: 35px;
    font-size: var(--fs-5xl);
    line-height: 58px;
    font-weight: var(--fw-600);
    color: #1d1515;
}

.offices-warehouses-container + .offices-warehouses-container {
    margin-top: 170px;
}

.offices-warehouses-cards-container {
    border-top: 1px solid var(--blue-light);
    padding-top: 35px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px 95px;
}

.offices-warehouses-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.offices-warehouses-card-title {
    font-weight: var(--fw-600);
    font-size: var(--fs-2xl);
    line-height: 36px;
    color: var(--blue-dark);
    margin-bottom: 14px;
}

.offices-warehouses-card-content {
    font-weight: var(--fw-400);
    font-size: var(--fs-md);
    line-height: 25px;
    color: var(--blue-medium);
}

.dashed_circle_animation {
    top: 88px;
    left: 78px;
    position: absolute;
    max-width: 400px;
    max-height: 400px;
    z-index: -1;
}

/* THE NETWORK PAGE */

.the-network-container h1 {
    white-space: initial;
    max-width: 20ch;
}

.about-us-title-small {
    top: 41px;
}

/* .the-network-container .title-container p {
    top: 42px;
} */

.the-network-container .info-section-container {
    margin-top: initial;
}

.under-map-btns-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
    margin-top: -100px;
}

.under-map-content {
    margin-bottom: 30px;
    text-align: center;
}

.under-map-content h3 {
    margin-bottom: 10px;
    font-weight: var(--fw-400);
    color: white;
    font-size: var(--fs-xl);
    line-height: 24px;
}

.under-map-btns-container .base-btn {
    margin: 0px 15px;
}

.payment-protection-img-container {
    flex-shrink: initial;
}

.payment-protection-img-container img {
    height: auto;
}

.trust-us-the-network {
    margin-top: 200px;
}

/* GLOSSARY PAGE */

.info-sub-title.fd-info-sub-title {
    font-weight: var(--fw-400);
    font-size: var(--fs-xl);
    line-height: 32px;
}

.title-container.fd-title-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: initial;
}

.glossary-search {
    display: flex;
    align-items: center;
    max-width: 670px;
}

.glossary-hero-input-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.zoom-img {
    position: absolute;
    right: 36px;
}

.glossary-hero-input {
    width: 97%;
}

.info-container.ocean-container.glossary-hero-content {
    padding-top: 60px;
    width: 100%;
}

.alphabet-letters-container {
    position: sticky;
    top: 80px;
    background: #fff;
    border-bottom: 1px solid #c5c4c4;
    padding: 20px 0;
    margin-bottom: 70px;
    z-index: 58;
}

.alphabet-letters-container .ocean-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.alphabet-letters-container a {
    color: var(--brown-dark);
}

.letter-container {
    margin-bottom: 36px;
    padding-top: 170px;
    margin-top: -170px;
}

.letter-container header h3 {
    margin-bottom: 20px;
    color: var(--brown-dark);
    font-weight: var(--fw-700);
    font-size: var(--fs-4xl);
}

.letter-items-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
    padding: 40px 0px;
    border-top: 1px solid var(--blue-light);
}

.letter-items-container a {
    border-color: 1px solid var(--blue-medium);
    color: var(--blue-medium);
}

.glossary-socials {
    display: flex;
    align-items: center;
}

.glossary-socials a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-weight: var(--fw-500);
    font-size: var(--fs-sm);
    line-height: 17px;
}

.glossary-socials img,
.glossary-socials svg {
    max-width: 18px;
    margin-right: 10px;
}

.share-articles a {
    font-weight: var(--fw-500);
    font-size: var(--fs-sm);
    line-height: 17px;
    color: var(--blue-dark);
}

.under-hero-section {
    margin: 0 auto;
    padding: 60px 0;
}

.under-hero-section h1,
.under-hero-section h2,
.under-hero-section h3,
.under-hero-section h4,
.under-hero-section h5,
.under-hero-section h6 {
    font-size: 30px;
}

.under-hero-section p {
    font-size: var(--fs-md);
}

.fd-item-section-title {
    font-weight: var(--fw-600);
    font-size: var(--fs-3xl);
    line-height: 50px;
    color: var(--brown-dark);
    margin-bottom: 15px;
}

.under-hero-section p,
.ready-get-started p,
.share-articles span {
    font-weight: var(--fw-400);
    font-size: var(--fs-xl);
    line-height: 32px;
    color: var(--blue-medium);
    max-width: 86ch;
}

.freight-dictionary-container .ocean-freight-hero {
    overflow-x: hidden;
}

.freight-dictionary-learn-more {
    border-bottom: 1px solid var(--blue-light);
    border-top: 1px solid var(--blue-light);
}

.freight-dictionary-learn-more .links-title {
    font-weight: var(--fw-600);
    font-size: var(--fs-xl);
    line-height: 32px;
    color: var(--blue-medium);
    margin-bottom: 25px;
}

.freight-dictionary-learn-more .links-container a {
    font-weight: var(--fw-400);
    font-size: var(--fs-xl);
    line-height: 32px;
    color: var(--blue);
    margin-bottom: 25px;
}

.ready-get-started {
    border-bottom: 1px solid var(--blue-light);
}

.ready-get-started-btn {
    margin-top: 30px;
}

.related-blogs {
    margin-top: 100px;
}

.share-articles .glossary-socials {
    margin-top: 20px;
}

.related-blogs .cards-container {
    display: flex;
    justify-content: flex-start;
}

.related-blogs h3 {
    font-weight: var(--fw-600);
    font-size: var(--fs-4xl);
    line-height: 50px;
    color: var(--brown-dark);
    margin-bottom: 50px;
}

.search-result-container {
    margin-top: 50px;
}

.search-result-container .letter-items-container {
    border-top: none;
    margin-bottom: 200px;
    margin-top: 30px;
}

/* BLOGS PAGE */

.blog-page-container main .ocean-container {
    margin-bottom: 200px;
}

.blogs-page-container .blogs-container {
    padding-top: 100px;
}

.blogs-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-bottom: 100px;
    gap: 60px 20px;
}

.related-blogs .blogs-container {
    grid-template-columns: repeat(2, 1fr);
}

.blogs-container a {
    all: unset;
    cursor: pointer;
}

.blog-article {
    padding: 60px 0;
}

.blog-article-title {
    font-size: var(--fs-3xl);
    margin-bottom: 32px;
}

.blog-content-container h1,
.blog-content-container h2,
.blog-content-container h3,
.blog-content-container h4,
.blog-content-container h5,
.blog-content-container h6 {
    font-size: 30px;
}

.blog-content-container p {
    font-size: var(--fs-md);
}

.no-results-found {
    font-size: var(--fs-2xl);
    margin: 30px 0;
    display: block;
}

/* MEMBER DIRECTORY PAGE */

.country-search-input {
    margin: 0 20px 12px;
    width: -webkit-fill-available;
}

.ocean-freight-hero-content.hero-opacity {
    background: rgba(54, 66, 94, 0.55);
}

.member-directory-form {
    max-width: 728px;
    background-color: white;
    color: var(--blue-dark);
}

.member-directory-form .commercial-dropdown-item label {
    margin-bottom: initial;
}

.member-directory-form header {
    padding: 20px 27px;
    width: 100%;
    border-bottom: 1px solid var(--grey-light);
}

.member-directory-form-title {
    font-weight: var(--fw-600);
    font-size: var(--fs-md);
    line-height: 19px;
}

.member-directory-form-main {
    padding: 50px 40px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.member-directory-form-btn-container {
    padding: 0 40px 50px;
}

.member-directory-form-btn-container button {
    width: 100%;
}

.commercial-input.dropdown-toggle {
    width: 100%;
    display: flex;
    align-items: center;
}

.noneSelected {
    color: var(--blue-light);
    font-weight: var(--fw-400);
}

.member-directory-dropdown-item {
    display: flex;
    align-items: center;
    padding: 12px 20px 12px 60px;
    color: var(--blue-dark);
    font-size: var(--fs-md);
    font-weight: var(--fw-400);
    line-height: 25px;
    transition: background-color 0.1s;
}

.member-directory-dropdown-item .label-title {
    margin-left: 0;
}

.member-directory-dropdown-item:hover {
    background-color: var(--blue-medium);
    color: white;
}

.member-directory-dropdown-item-selected {
    background-color: var(--blue-medium);
    color: white;
}

.member-directory-dropdown-item .commerical-checkbox {
    left: 20px;
}

.member-directory-dropdown-menu {
    padding: 20px 0;
    width: 100%;
    max-height: 350px;
}

.inputs-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 24px;
    justify-content: center;
    margin-bottom: 40px;
}

.member-directory-form-label {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1;
}

.aside-sections-container {
    padding: 0 20px;
}

.aside-exit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #36425e;
    border: none;
    padding: 6px;
    border-radius: 6px;
}

.aside-section-countries-filter-label {
    display: flex;
    flex-direction: column;
}

.countries-clear-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.countries-clear-container .blue_ghost_btn {
    font-size: var(--fs-sm);
}

.member-directory-form-main-label-title {
    font-weight: var(--fw-400);
    font-size: var(--fs-sm);
    line-height: 17px;
    margin-bottom: 8px;
}

.member-directory-form-main button {
    width: 100%;
}

.member-directory-form {
    width: 100%;
}

.under-hero-forwarders-count {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
}

.members-not-selected {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* ASIDE BAR */

.member-directory-aside {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.17);
    width: 100%;
    max-width: 270px;
}

.member-directory-aside header {
    display: flex;
    align-items: center;
    font-weight: var(--fw-500);
    font-size: var(--fs-md);
    line-height: 19px;
    color: var(--brown-dark);
    padding-bottom: 26px;
    border-bottom: 1px solid var(--grey-light);
    width: 100%;
    padding: 30px 20px 20px 20px;
}

.aside-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0;
    border-bottom: 1px solid var(--grey-light);
    width: 100%;
}

.member-directory-aside label {
    color: var(--blue-dark);
    font-weight: var(--fw-500);
    font-size: var(--fs-sm);
    line-height: 17px;
    display: flex;
    align-items: center;
}

.label-title {
    margin-left: 14px;
}

.member-directory-aside header > img {
    margin-right: 16px;
}

.members-filter-toggler {
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.aside-option-title {
    font-weight: var(--fw-400);
    font-size: var(--fs-sm);
    line-height: 17px;
    color: var(--brown-dark);
    margin-bottom: 20px;
}

.aside-content-title {
    font-weight: var(--fw-600);
    font-size: var(--fs-sm);
    line-height: 17px;
    color: var(--blue-light);
    margin-bottom: 26px;
}

.aside-content-title.aside-more-btn {
    border: none;
    background-color: white;
    margin-top: 20px;
    margin-bottom: initial;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.aside-section .control + .control {
    margin-top: 18px;
}

/* MAIN */

.member-directory-main {
    display: flex;
    justify-content: flex-start;
    position: relative;
}

.members-not-selected {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 135px auto;
    max-width: 670px;
}

.members-not-selected img {
    margin-bottom: 30px;
}

.members-not-selected-title {
    font-size: var(--fs-4xl);
    font-weight: var(--fw-600);
    line-height: 50px;
    margin-bottom: 28px;
    color: var(--blue-dark);
}

.members-not-selected-message {
    text-align: center;
    color: var(--blue-medium);
    font-size: var(--fs-xl);
    font-weight: var(--fw-400);
    line-height: 32px;
}

.members-container-top-count {
    display: flex;
    gap: 16px;
    align-items: center;
}

.members-container-top-count img {
    max-width: 24px;
}

.members-container-top-count {
    color: var(--brown-dark);
    font-size: var(--fs-md);
    font-weight: var(--fw-600);
    line-height: 19px;
    margin: 22px 0;
}

.members-grid-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 40px 30px 0;
}

.members-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 340px));
    grid-gap: 20px;
}

.member-card {
    border-radius: 20px;
    border: 1px solid var(--grey-light);
    padding: 20px 20px 24px 20px;
    display: flex;
    flex-direction: column;
    height: 340px;
}

.member-card a {
    margin-top: auto;
}

.member-card-logo-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26px;
    height: 50px;
}

.member-card-logo-container img {
    max-width: 180px;
    max-height: 50px;
}

.member-card-status {
    color: var(--blue-light);
    font-size: var(--fs-sm);
    font-weight: var(--fw-400);
    line-height: 17px;
    margin-left: auto;
}

.online-icon-container {
    margin-left: auto;
    display: flex;
    gap: 5px;
    align-items: center;
}

.green-dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--green-strong);
}

.member-card-title {
    color: var(--blue-dark);
    font-size: var(--fs-md);
    font-weight: var(--fw-700);
    line-height: 19px;
    margin-bottom: 20px;
    display: -webkit-box;
    line-clamp: 1;
    box-orient: vertical;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.member-card-location,
.member-card-partners {
    display: flex;
    align-items: center;
    color: var(--blue-light);
    font-size: var(--fs-sm);
    font-weight: var(--fw-600);
    line-height: 17px;
    margin-bottom: 10px;
}

.member-card-location > span {
    display: -webkit-box;
    line-clamp: 1;
    box-orient: vertical;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.member-card-partners.fw-400 {
    font-weight: var(--fw-400);
}

.ts-blue {
    color: var(--blue);
}

.ts-green {
    color: var(--green);
}

.member-card-location img {
    margin-right: 12px;
}

.member-card-partners img {
    margin-right: 8px;
}

.member-card-ts-pro img,
.member-card-ts-level img {
    margin-right: 10px;
}

.member-card-ts {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    height: 38px;
}

.member-card-ts-rating {
    gap: 5px;
    color: var(--yellow);
}

.member-card-ts-rating img {
    max-width: 16px;
}

.member-card-pipe {
    font-size: var(--fs-sm);
    font-weight: var(--fw-600);
    line-height: 17px;
    color: var(--blue-light);
}

.member-card-ts-pro,
.member-card-ts-level,
.member-card-ts-rating {
    display: flex;
    align-items: flex-start;
    font-size: var(--fs-sm);
    font-weight: var(--fw-600);
    line-height: 17px;
}

/* .member-card-partners {
    margin-bottom: 48px;
} */

.member-card button {
    width: 100%;
    margin-top: auto;
}

/* COMPANY PROFILE PAGE */

.company-profile-card {
    border-radius: 10px;
    background-color: white;
    padding: 30px;
    word-break: break-word;
}

.company-profile-page-container {
    background-color: #efefef;
    padding-bottom: 80px;
    padding-top: 80px;
}

.company-profile-page-cover-image {
    width: 100%;
    height: 270px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.company-profile-page-main {
    max-width: 1520px;
    margin: 0 auto;
}

.company-profile-grid {
    margin-top: -40px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
}

.company-profile-grid-section-title {
    font-weight: var(--fw-700);
    font-size: var(--fs-md);
    line-height: 19px;
    color: var(--blue-dark);
}

.company-profile-grid-section-item {
    font-size: var(--fs-md);
    font-weight: var(--fw-400);
    line-height: 25px;
    color: var(--blue-dark);
}

.company-profile-grid-section-item-normal {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: var(--fs-md);
    font-weight: var(--fw-400);
    line-height: 25px;
    color: var(--blue-dark);
    word-break: break-word;
}

.company-profile-grid-contact {
    grid-column: 1 / 5;
    grid-row: 2 / 4;
}

.company-profile-grid-about {
    grid-column: 5 / -1;
    grid-row: 2 / 4;
    word-break: break-word;
}

.company-profile-grid-team {
    display: flex;
    flex-direction: column;
    grid-column: 1 / 5;
    grid-row: 4 / 6;
    max-height: 550px;
}

.company-profile-grid-services {
    grid-column: 9 / -1;
    grid-row: 4 / 6;
    max-height: 550px;
}

.company-profile-grid-active-in {
    grid-column: 5 / 9;
    grid-row: 4 / 6;
    max-height: 550px;
}

.company-profile-grid-reviews {
    display: flex;
    flex-direction: column;
    grid-column: 9 / -1;
    grid-row: 6 / 8;
}

.company-profile-grid-ts-logo {
    display: flex;
    flex-direction: column;
    grid-column: 1 / 5;
    grid-row: 6 / 8;
}

.company-profile-grid-ts-files {
    grid-column: 5 / 9;
    grid-row: 6 / 8;
}

/* COMPANY PROFILE NAME SECTION */

.company-profile-grid-name {
    display: flex;
    align-items: center;
    grid-column: 1 / -1;
    height: 150px;
}

.company-profile-grid-name-logo {
    width: 120px;
    margin-right: 50px;
}

.h1-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.h1-container h1 {
    font-weight: var(--fw-600);
    font-size: var(--fs-2xl);
    line-height: 36px;
    color: var(--blue-dark);
    margin-right: 25px;
}

.h1-container img + img {
    margin-left: 10px;
}

.company-profile-ts-icon {
    background: var(--green);
    border-radius: 4px;
    height: 24px;
    display: flex;
    align-items: center;
    padding: 0px 12px;
    gap: 6px;
    color: white;
    font-size: 12px;
    line-height: 18px;
    font-weight: var(--fw-600);
    margin-left: 10px;
}

.grey-span {
    font-weight: var(--fw-400);
    font-size: var(--fs-sm);
    line-height: 23px;
    color: var(--blue-light);
}

.bold-span {
    font-weight: var(--fw-500);
    color: var(--blue-dark);
}

.company-profile-grid-name-info {
    display: flex;
    flex-direction: column;
}

.profile-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    flex-shrink: 0;
}

.profile-icon-container img {
    height: auto;
}

.under-company-name {
    max-width: 48ch;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.under-company-details {
    display: flex;
    flex-direction: column;
}

.under-company-details-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.company-profile-grid-name-info-details {
    display: flex;
    gap: 40px;
}

.under-company-details-container {
    display: flex;
    gap: 40px;
}

.company-profile-grid-name-status {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: auto;
    gap: 28px;
}

/* COMPANY PROFILE TEAM SECTION */

.company-profile-grid-team-user {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px 0;
}

.company-profile-grid-team-user + .company-profile-grid-team-user {
    border-top: 1px solid var(--grey-light);
}

.company-profile-grid-team-user .company-profile-grid-section-title {
    margin-bottom: 6px;
}

/* COMPANY PROFILE ABOUT SECTION */

/* COMPANY PROFILE SERVICES SECTION */

.services-content-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
}

.company-profile-section-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* COMPANY PROFILE ACTIVE-IN SECTION */

.company-profile-active-in-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
}

.company-profile-active-in-content img {
    width: 24px;
    margin-right: 12px;
}

.company-profile-active-in-content .company-profile-grid-section-item-normal {
    gap: initial;
}

.active-in-content-item {
    display: flex;
    gap: 12px;
    align-items: center;
}

/* COMPANY PROFILE REVIEWS SECTION */

.company-profile-grid-reviews-rate {
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--grey-light);
}

.reviews-count-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.company-profile-grid-reviews-rating-number .reviews-count {
    font-weight: var(--fw-600);
    font-size: var(--fs-md);
    line-height: 19px;
    color: var(--blue-dark);
    margin-bottom: 6px;
}

.company-profile-grid-reviews-rate img {
    margin-bottom: auto;
}

.company-profile-grid-reviews-rating-number {
    margin-left: 14px;
}

.reviews-avatar-container {
    margin-right: 14px;
    filter: blur(6px);
}

.company-profile-grid-reviews-avatar {
    font-weight: var(--fw-600);
    font-size: var(--fs-md);
    line-height: 19px;
    color: var(--blue-dark);
    padding-top: 25px;
    display: flex;
}

.company-profile-grid-reviewer-info {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.company-profile-grid-reviewer-name {
    font-weight: var(--fw-600);
    font-size: var(--fs-sm);
    line-height: 17px;
    color: var(--blue-dark);
    margin-bottom: 4px;
}

.company-profile-grid-reviewer-msg {
    font-weight: var(--fw-400);
    font-size: var(--fs-sm);
    line-height: 23px;
    color: var(--blue-medium);
    max-width: 36ch;
}

.all-reviews-link {
    margin-top: auto;
    font-weight: var(--fw-400);
    font-size: var(--fs-sm);
    line-height: 23px;
    color: var(--green);
    background: transparent;
    border: none;
}

/* COMPANY PROFILE TS LOGO SECTION */

.company-profile-grid-ts-logo img {
    max-width: 235px;
    align-self: center;
    height: auto;
}

.company-profile-grid-ts-under-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

/* COMPANY PROFILE FILES SECTION */

.company-profile-grid-ts-file-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.company-profile-grid-ts-file-item + .company-profile-grid-ts-file-item {
    border-top: 1px solid var(--grey-light);
}

.company-profile-grid-ts-file-name {
    display: flex;
}

.company-profile-grid-ts-file-name img {
    margin-right: 20px;
}

.company-profile-grid-ts-file-download {
    display: flex;
    gap: 30px;
    flex-shrink: 0;
}

/* RATE INDEX PAGE */

.ocean-container .rate-index-hero-content {
    margin-top: initial;
}

.ocean-freight-hero.rate-index-hero-bg {
    min-height: 600px;
}

.ocean-freight-hero.rate-index-hero-bg img {
    height: auto;
}

.ocean-freight-hero-content.rate-index-hero-opacity {
    background: rgba(15, 10, 46, 0.15);
}

.info-sub-title.rate-index-hero-sub-title {
    font-size: var(--fs-2xl);
    font-weight: var(--fw-500);
    max-width: 48ch;
}

.rate-index-main {
    display: flex;
}

/* RATE INDEX ASIDE */

.rate-index-toggler {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 1;
    background-color: white;
    width: 60px;
    height: 60px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    padding: 10px;
    box-shadow: 0px 2px 17px 3px rgb(0 0 0 / 15%);
}

.rate-index-aside {
    max-width: 516px;
    flex: 1;
    border-right: 1px solid var(--grey-light);
}

.rate-index-aside header {
    border-bottom: 1px solid var(--grey-light);
}

.rate-index-aside-title {
    font-size: var(--fs-2xl);
    font-weight: var(--fw-600);
    line-height: 36px;
    color: var(--blue-dark);
    padding: 40px 30px;
}

.rate-index-list {
    display: flex;
    flex-direction: column;
}

.rate-index-list-item {
    background-color: white;
    display: flex;
    align-items: center;
    padding: 0 16px;
    width: 100%;
    border: none;
    height: 96px;
    text-align: left;
    flex-shrink: 0;
}

.rate-index-list-item + .rate-index-list-item {
    border-top: 1px solid var(--grey-light);
}

.rate-index-list-item-active {
    background: linear-gradient(90deg, #57b89c 7.29%, rgba(4, 78, 172, 0.8) 100%);
    color: white;
}

.rate-index-list-item-active .rate-index-percentage {
    color: inherit !important;
}

.rate-index-list-item-active path {
    fill: white;
}

.rate-index-list-item .down svg {
    transform: rotate(180deg);
}

.rate-index-list-item-img {
    margin-right: 2px;
}

.rate-index-from-to {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: var(--fs-md);
    font-weight: var(--fw-500);
    line-height: 19px;
    flex: 1;
    padding-right: 20px;
}

.rate-index-list-item-price {
    display: flex;
    width: 40%;
}

.rate-index-list-item-price > div:first-child {
    flex: 1;
}

.top-price {
    font-size: var(--fs-md);
    font-weight: var(--fw-500);
    line-height: 19px;
}

.top-price span {
    font-size: 12px;
    font-weight: 400;
}

.rate-index-percentage {
    display: flex;
    align-items: center;
    font-size: var(--fs-sm);

    font-weight: var(--fw-500);
    gap: 5px;
    margin-top: 4px;
}

.rate-index-percentage img {
    display: none;
}

.rate-index-percentage.up {
    color: var(--green);
}

.rate-index-percentage.down {
    color: var(--red);
}

.rate-index-percentage.up img:first-of-type {
    display: block;
}

.rate-index-percentage.down img:last-of-type {
    display: block;
}

.rate-index-percentage.rate-index-arrow-white {
    color: white;
}

.small-graph-container {
    width: 100px;
    height: 96px;
}

/* RATE INDEX CENTER CONTAINER */

.rate-index-center-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 80px;
}

.rate-index-center-title {
    font-size: var(--fs-5xl);
    font-weight: var(--fw-600);
    line-height: 58px;
    color: var(--blue-dark);
    margin-bottom: 16px;
    max-width: 30ch;
}

.rate-index-center-under-title {
    font-size: var(--fs-md);
    font-weight: var(--fw-400);
    line-height: 25px;
    color: var(--blue-medium);
    margin-bottom: 50px;
    max-width: 74ch;
}

.graph-summary {
    display: flex;
    gap: 16px;
    margin-bottom: 68px;
}

.graph-summary-item {
    padding: 20px;
    border-radius: 6px;
    border: 1px solid var(--blue-light);
}

.rate-index-aside .graph-summary-item {
    display: none;
    border: none;
    border-radius: 0;
}

.rate-index-aside .graph-summary-movers-container {
    flex-wrap: wrap;
}

.graph-summary-graph-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.graph-summary-graph-container .rate-index-percentage {
    margin-top: 0;
}

.graph-summary-item.graph-summary-left {
    display: flex;
    gap: 24px;
}

.graph-summary-item-title {
    font-size: var(--fs-sm);
    font-weight: var(--fw-500);
    line-height: 17px;
    color: var(--blue-light);
    margin-bottom: 12px;
}

.graph-summary-big-numbers {
    font-size: var(--fs-3xl);
    font-weight: var(--fw-600);
    line-height: 50px;
    color: var(--blue-dark);
}

.graph-summary-big-numbers span {
    font-size: 14px;
    vertical-align: middle;
}

.moving_countries_title {
    margin-top: 16px;
    line-height: 24px;
}

.graph-summary-movers-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.graph-summary-movers-container .rate-index-percentage {
    margin-top: initial;
}

.graph-summary-movers {
    display: flex;
    align-items: center;
    gap: 12px;
}

.movers-from-to {
    font-size: var(--fs-md);
    font-weight: var(--fw-400);
    line-height: 50px;
    color: var(--blue-dark);
}

.graph-summary-movers-pipe {
    font-size: var(--fs-md);
    font-weight: var(--fw-400);
    line-height: 25px;
    color: var(--blue-light);
}

.graph-card-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    border-bottom: 1px solid var(--grey-light);
    padding-bottom: 12px;
    margin-bottom: 30px;
}

.graph-card-tab-item {
    position: relative;
    font-size: var(--fs-sm);
    font-weight: var(--fw-500);
    line-height: 17px;
    color: var(--blue-medium);
    border: none;
    display: flex;
    gap: 10px;
    background: white;
}

span.graph-card-tab-item::after {
    content: '';
    height: 4px;
    background: black;
    position: absolute;
    width: 100%;
    bottom: -12px;
}

.graph-card {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    border: 1px solid var(--blue-light);
    margin-bottom: 34px;
}

.graph-card-filters {
    padding: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--grey-light);
}

.year-list {
    display: flex;
    align-items: center;
    gap: 10px;
}

.year-list-item {
    font-weight: var(--fw-500);
    font-size: var(--fs-sm);
    padding: 0 14px;
    letter-spacing: 3px;
}

.year-list-item.btn-transparent {
    color: var(--blue-medium);
}

.year-list-item.btn-transparent:hover {
    color: white;
}

/* .graph-card-date {
    font-weight: var(--fw-400);
    font-size: var(--fs-sm);
    line-height: 23px;
    color: var(--blue-medium);
} */

.dates-selectors {
    display: flex;
    align-items: center;
    gap: 20px;
}

.dates-selectors-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: var(--fw-400);
    font-size: var(--fs-sm);
    line-height: 23px;
    color: var(--blue-medium);
}

.label-text-wrapper {
    flex: 0.5;
}

.rate-index-join {
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 45px 30px;
    background: linear-gradient(90deg, rgba(4, 78, 172, 0.8) 7.29%, #57b89c 100%);
    color: white;
}

.rate-index-join-title {
    font-weight: var(--fw-600);
    font-size: var(--fs-4xl);
    line-height: 50px;
}

.rate-index-join-sub-title {
    font-weight: var(--fw-400);
    font-size: var(--fs-md);
    line-height: 25px;
    max-width: 36ch;
}

/* Schedule page */

.commercial-schedule-container {
    padding-top: 80px;
}

.switch-ports-btn {
    margin: 0 6px 6px;
}

.schedules-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 58px;
}

.schedules-empty-state img {
    margin-bottom: 20px;
}

.schedules-empty-state p {
    font-size: 14px;
    text-align: center;
}

.schedule-results-title {
    font-weight: var(--fw-600);
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

.schedule-card {
    height: 80px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    color: var(--blue-dark);
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    margin-bottom: 8px;
}

.schedule-card-img-container {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.schedule-card-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-left: 14px;
}

.schedule-card h3 {
    font-size: 14px;
    font-weight: 600;
}

.schedule-card .base-btn:not(:hover) {
    color: inherit;
}

#map {
    height: 100%;
    flex: 1;
    box-shadow: none !important;
}

.map_container {
    position: relative;
    display: flex;
    height: calc(100vh - 80px);
}

.map-search-panel {
    position: relative;
    background: #fff;
    width: 630px;
    display: flex;
    flex-direction: column;
    box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
}

.map-search-panel .primary-btn {
    height: 50px;
}

.map-search-panel-collapsed {
    margin-left: -630px;
}

.collapse-sidebar-btn img {
    transition: all 0.4s ease;
}

.map-search-panel-collapsed .collapse-sidebar-btn img {
    transform: rotate(180deg);
}

.map-search-inputs {
    display: flex;
    align-items: flex-end;
    margin: 30px 30px 0;
    gap: 6px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px;
}

.port-input-container {
    flex: 1;
    overflow: hidden;
}

.port-input-container > label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}

.port-input-container .commercial-input.remove_select2_styles {
    padding: 0;
    font-size: 14px;
    font-weight: 400;
}

.schedules_container {
    padding: 30px;
    width: 100%;
    margin-bottom: auto;
}

.collapse-sidebar-btn {
    position: absolute;
    right: 0;
    transform: translateX(100%);
    background: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 15px 0px 12px rgb(195 195 195 / 15%);
    z-index: 1000;
    border: none;
    padding: 21px 8px 46px 0;
}

.route-marker {
    margin-left: -20px !important;
    margin-top: -48.5px !important;
}

.leaflet-tooltip.marker-tooltip {
    font-size: 14px;
}

/* WORLD LINES PAGE */

.world-lines-container {
    display: flex;
    padding-top: 80px;
    height: 100vh;
}

.world-lines-container .rate-index-aside {
    padding: initial;
}

.world-lines-container #map {
    height: initial;
}

.world-lines-container .rate-index-list-item-price {
    flex: initial;
    flex-direction: column;
    text-align: center;
    white-space: nowrap;
}

.world-lines-container .rate-index-list {
    height: 100%;
}

.scroll-section {
    display: flex;
    padding-top: 80px;
}

.scroll-section > div {
    flex: 1;
}

.scroll-section .videos-scroll-section {
    flex: 0.7 !important;
    position: sticky;
    top: 220px;
    align-self: flex-start;
}

.videos-scroll-section .card-border {
    position: absolute;
}

.videos-scroll-section .card-border.in {
    transition: 900ms ease;
}

.videos-scroll-section video {
    width: 100%;
    display: block;
}

.home-promos img {
    width: auto;
    height: auto;
}

.rate-index-image-mac {
    height: auto;
}

/* SHIPMENT CONTAINER TRACKING */

.shipment-container-tracking {
    margin: 100px 0;
}

.arrival-location-header {
    display: flex;
    align-items: baseline;
    gap: 10px;
    background-color: var(--green);
    color: white;
    border-radius: 8px 8px 0 0;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 32px;
}

.arrival-location-header .arrival-location-number {
    font-weight: 600;
}

.arrival-location-header img {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}

.arrival-location-info .shipment-container-info-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    white-space: nowrap;
}

.shipment-container-subtitle {
    margin-bottom: 6px;
}

.shipment-container-login {
    display: flex;
    align-items: center;
    margin: 6px 0 20px;
    padding: 10px 16px;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid var(--grey-light);
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
}

.shipment-container-login svg {
    width: 18px;
}

.shipment-container-tracking {
    color: var(--blue-dark);
}

.shipment-container-login, 
.shipment-container-info, 
.shipment-info,
.arrival-location-info,
.shipment-container-details {
    background-color: #F5F5F5;
}

.delete-circle {
    position: absolute;
    top: 14px;
    right: 16px;
    background-color: transparent;
    border: none;
}

.shipment-container-title {
    font-size: var(--fs-4xl);
    margin-bottom: 20px;
    color: var(--blue-dark);
}

.shipment-container-form  {
    display: flex;
    max-width: 600px;
    align-items: center;
    flex-wrap: wrap;
}

.shipment-container-form > label {
    margin: 0;
}

.shipment-container-form .member-directory-dropdown-menu {
    padding: 6px 0px;
}

.shipment-container-form .member-directory-dropdown-item {
    padding: 0 20px 0px;
}

.container_bl_input {
    position: relative;
    width: 100%;
    flex: 2;
}

.container_bl_input .commercial-input {
    width: 100%;
}

.shipment-container-form-desc {
    order: 4;
    flex-basis: 100%;
    font-size: 14px;
    margin: 8px 0;
}

.shipment-container-form .base-btn {
    margin-left: 6px;
}

.boat_circle {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--green);;
    border-radius: 50%;
    width: 26px;
    height: 26px;
}

.boat_circle svg {
    max-width: 100%;
}

.shipment-container-info span {
    display: flex;
    gap: 6px;
}

.arrival-location-info button {
    color: #57b89c;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    border: none;
    align-self: center;
    background-color: transparent;
}

.points_container {
    display: flex;
    flex-direction: column;
    margin-left: 46px;
    flex: 1;
}

.points {
    padding-bottom: 20px;
    position: relative;
}

.point_desc, .point_date {
    color: var(--blue-dark);
    font-size: 14px;
    margin: 5px 0; 
}

.shipment-container-from-to {
    display: flex;
    margin-bottom: 14px;
    border-radius: 8px;
    background-color: #F5F5F5;
    border: 1px solid var(--grey-light);
    overflow: hidden;
}

.from-to-img-container {
    background-color: var(--green);
    padding: 0 16px;
    height: inherit;
}

.from-to-img-container img {
    margin: 26px auto;
}

.from-to-content {
    display: flex;
    gap: 30px;
    padding: 10px 6px 6px 14px;
}

.point {
    position: relative;
    padding-bottom: 20px;
}

.point_border_container {
    position: absolute;
    left: -60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50px;
    height: 100%;
    top: 0px;
}

.point_border {
    border-left: 2px dashed #979797;
    flex: 1;
}

.point_border.past_date {
    border-left: 2px solid var(--green);
    flex: 1;
}

.point_border_container > * {
    margin-bottom: 6px;
}

.shipment-container-info-item .info-item-subtitle {
    color: var(--blue-dark);
    font-size: 20px;
    line-height: 32px;
}

.shipment-container-info-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.shipment-container-from-to .info-item-title,
.arrival-location-text .info-item-title,
.point_events_container .info-item-title {
    color: var(--blue-dark);
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

.arrival-location-item {
    display: flex;
    align-items: baseline;
    gap: 14px;
    white-space: nowrap;
}

.arrival-location-text {
    display: flex;
    flex-direction: column;
}

.arrival-location-content {
    padding: 16px;
    display: flex;
    gap: 200px;
}

.shipment-container-details {
    border-top: 1px solid #D9D9D9;
    padding: 16px;
}

/* .shipment-container-login {
    display: flex;
    padding: 0 20px;
    border-radius: 16px;
    gap: 4px;
    margin: 0px 0 24px;
    height: 50px;
    align-items: center;
} */

.no_results_msg {
    font-size: var(--fs-3xl);
    line-height: 50px;
    color: var(--blue-dark);
    margin: 20px 0;
}

.no_results_container {
    display: flex;
    flex-direction: column;
}

.services_dropdown .remove_select2_styles .select2-choice {
    color: var(--blue-dark);
}

.services_dropdown img {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    pointer-events: none;
}

.map_points_container {
    display: flex;
    padding: 30px 10px 30px 0;
}

.map_points_container #map {
    height: initial;
    min-height: 350px;
    flex: 2;
    margin-left: 24px;
}

.branches-page-container {
    background: #F6F6F6;
    min-height: calc(100vh - 80px);
}

.branches-header-container {
    padding: 100px 15px 70px;
    background: #0f0a2e;
}

.branches-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 670px;
    margin: 0 auto;
    padding: 0 16px;
}

.branches-header h1 {
    margin-bottom: 20px;
    color: #32415A;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: -0.4px;
    color: #FFF;
}

.h1-branches-bold {
    font-weight: 700;
}

.branches-input-container {
    position: relative;
    flex: 1;
}

.branches-header .commercial-input {
    width: 100%;
}

.branches-header .commercial-input {
    padding-left: 42px;
}

.branches-not-found {
    margin: 0 auto;
    text-align: center;
    color: var(--blue-medium);
    font-size: var(--fs-xl);
    font-weight: var(--fw-400);
    line-height: 32px;
    max-width: 670px;
    padding-top: 32px;
}

.branches-not-found-title {
    font-weight: var(--fw-600);
    color: var(--blue-dark);
}

.branches-not-found img {
    margin: 30px auto;
}

.branches-container {
    display: grid;
    grid-auto-rows: minmax(330px, auto);
    gap: 28px 42px;
    max-width: 1200px;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    padding: 42px 16px;
}

.branch-card {
    display: flex;
    padding: 28px 32px;
    flex-direction: column;
    border-radius: 20px;
    background: #FFF;
}

.branch-country-img {
    max-width: 50px;
    margin-bottom: 6px;
    height: 50px;
}

.branch-city {
    color: #878787;
    font-size: 14px;
    margin: 6px 0 10px;
    font-weight: 400;
    height: 16px;
}

.branch-address {
    color: #3E3E3E;
    font-size: 16px;
    line-height: 24px;
}

.branch-country-address {
    max-width: 350px;
}

.branch-email {
    margin-top: auto;
    border-top: 2px solid #F0F0F0;
    padding-top: 20px;
    color: #4BBEA0;
    font-size: 15px;
    line-height: 30px;
    gap: 10px;
}

.commercial-home-container .hero-content {
    padding: 220px 20px;
    background: rgba(0,0,0,0.1);
}
/***************************************** MEDIA QUERIES ******************************************/

/* HOME PAGE */

@media screen and (min-width: 1921px) {
    .hero {
        min-height: initial;
    }

    .hero video {
        width: 100%;
    }

    .hero-content {
        align-items: center;
    }

    .commercial-home-container .hero .span-small.span-letter-space {
        margin-right: 0;
    }
}

@media screen and (max-width: 1910px) {
    .member-directory-form {
        margin-right: 20px;
    }

    .info-title {
        font-size: var(--fs-6xl);
        font-weight: var(--fw-600);
        line-height: 68px;
    }

    .main-navigation {
        padding: 0 40px;
    }

    .title-freight {
        font-size: var(--fs-6xl);
        font-weight: var(--fw-600);
        line-height: 68px;
        max-width: 10ch;
    }

    .title-small-ocean {
        margin-bottom: 30px;
        white-space: nowrap;
    }
}

@media screen and (max-width: 1728px) {
    .rate-index-home {
        padding: 190px 0 170px 100px;
    }

    .rate-index-home .rate-index-join {
        gap: 100px;
    }
}

@media screen and (max-width: 1600px) {
    /* RATE INDEX PAGE */
    .rate-index-join-title {
        font-weight: var(--fw-600);
        font-size: var(--fs-xl);
        line-height: 50px;
    }

    .rate-index-aside .graph-summary-item {
        display: block;
    }

    .graph-summary .graph-summary-item.graph-summary-right {
        display: none;
    }

    .rate-index-center-container {
        padding: 30px;
    }

    .graph-summary-graph-container .rate-index-percentage {
        margin-top: -6px;
    }

    .under-map-btns-container {
        margin-left: initial;
    }

    .hover-cards-container {
        padding: initial;
    }

    .info-section-accomplished {
        padding-bottom: initial;
    }
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
    .ocean-freight-hero-content {
        padding-top: 140px;
    }

    .digital {
        padding-left: 172px;
    }

    .home-container,
    .ocean-container {
        max-width: 100%;
        padding: 0 60px;
        width: 100%;
    }

    .main-navigation {
        padding: 0px 60px;
    }

    .nav-list {
        margin-left: 68px;
    }

    .dropdown-wrapper-first {
        left: -118px;
    }

    .nav-dropdown-first + .nav-item .dropdown-wrapper {
        right: initial;
        transform: initial;
        left: -308px;
    }

    /* .nav-icons {
        gap: 30px;
    } */

    .nav-item + .nav-item {
        margin-left: 40px;
    }

    .nav-item {
        font-weight: 400;
    }

    /* .hero h1 {
        font-weight: var(--fw-600);
        font-size: var(--fs-7xl);
        padding-left: 105px;
        margin-top: -20px;
    } */

    .scroll-section .videos-scroll-section {
        flex: 0.5 !important;
    }

    .info-title {
        font-size: var(--fs-6xl);
        font-weight: var(--fw-600);
        line-height: 68px;
    }

    .info-container {
        padding-right: 96px;
    }

    .info-container.info-container-reverse {
        padding-left: 96px;
    }

    .title-small {
        font-size: var(--fs-sd);
        line-height: 17px;
        top: 25px;
    }

    .info-sub-title {
        font-size: var(--fs-2xl);
        font-weight: var(--fw-600);
        line-height: 36px;
        margin-bottom: 20px;
    }

    .title-container {
        margin-bottom: 10px;
        white-space: initial;
    }

    .info-container .info-content {
        font-size: var(--fs-md);
        line-height: 25px;
    }

    .info-section-container video {
        max-width: 615px;
    }

    .radar_animation {
        height: 600px;
        margin-right: 40px;
    }

    .commercial-grid-container {
        justify-content: center;
    }

    .commercial-grid-container .card-container {
        flex-shrink: 0;
    }

    .under-map-btns-container {
        margin-top: 30px;
    }

    .find-partners-content {
        display: flex;
        flex-direction: column;
        margin-left: 0px;
        padding: 0px 40px;
    }

    .find-partners-list ul {
        list-style: none;
        display: flex;
        align-items: baseline;
        width: 100%;
        justify-content: space-between;
        border-top: 1px dashed;
        padding-top: 25px;
    }

    .find-partners-list {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        color: white;
        padding-left: 0px;
        border: none;
        padding-bottom: 0px;
    }

    .find-partners-list li {
        margin-bottom: 0px;
        flex: 1;
    }

    .selected-cont {
        transform: translateY(-3px);
        font-weight: var(--fw-500);
    }

    .find-partners-list h3 {
        margin-bottom: 50px;
        padding-top: 50px;
        font-size: var(--fs-4xl);
        line-height: 43px;
    }

    .find-partners-asia {
        align-items: center;
        margin: 0px;
    }

    .find-partners-asia span {
        text-align: center;
        font-weight: var(--fw-500);
        font-size: 13.5px;
        line-height: 17px;
        padding-bottom: 2px;
    }

    .find-partners-content img {
        max-width: 954px;
        align-self: center;
        padding-bottom: 30px;
        margin: 64px 0px 0px 0px;
        padding-left: 0px;
    }

    .find-partners-dot-container {
        bottom: initial;
        left: initial;
        top: -42px;
    }

    footer .top-container,
    footer .bot-container {
        padding: 0;
        margin: 0;
    }

    .footer-stroke {
        margin: 0;
    }
    .email-notif-container {
        margin: 0 0 0 auto;
        flex: initial;
    }

    .footer-stroke-title {
        margin-bottom: 41px;
    }

    .footer-stroke-title h3 {
        font-size: var(--fs-6xl);
        line-height: 68px;
    }

    .footer-stroke h5 {
        line-height: 50px;
        margin-bottom: 17px;
    }

    .email-notif-container p {
        max-width: 44ch;
        font-size: var(--fs-md);
    }

    .input-container label {
        flex: 1;
    }

    .bot-container {
        margin-bottom: 110px;
    }

    .footer-list {
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex: initial;
        margin-bottom: 110px;
    }

    .footer-lists-container {
        width: 100%;
        justify-content: space-between;
        margin: 0;
    }

    .footer-stroke p {
        max-width: 40ch;
    }
}

@media screen and (max-width: 1680px) {
    .company-profile-page-main {
        padding: 0 20px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
    .home-form-container {
        width: 100%;
        padding: 40px 44px 36px;
    }

    .home-hero-form {
        flex-wrap: wrap;
    }

    .quote-panel .home-input-item,
    .network-panel .home-input-item {
        flex: 1 0 48%;
    }

    .home-hero-form .quote-panel,
    .home-hero-form .network-panel {
        flex-wrap: wrap;
    }

    .quote-panel .home-input-item {
        max-width: initial;
    }
}

@media screen and (max-width: 1366px) {
    /* RATE INDEX PAGE */
    .graph-summary-big-numbers {
        font-size: var(--fs-2xl);
    }

    .rate-index-center-title {
        font-size: var(--fs-4xl);
    }

    .rate-index-center-under-title {
        max-width: 60ch;
    }

    .rate-index-join {
        flex-direction: column;
        gap: 18px;
        align-items: initial;
    }

    /* COMPANY PROFILE */
    .company-profile-grid-about {
        grid-column: 7 / -1;
    }

    .company-profile-grid-contact {
        grid-column: 1 / 7;
    }

    .company-profile-grid-team {
        grid-column: 1 / 7;
    }

    .company-profile-grid-reviews {
        grid-column: 7 / -1;
        grid-row: 4 / 6;
    }

    .company-profile-grid-active-in {
        grid-column: 1 / 7;
        grid-row: 6 / 8;
    }

    .company-profile-active-in-content {
        grid-template-columns: repeat(3, 1fr);
    }

    .company-profile-grid-services {
        grid-column: 7 / -1;
        grid-row: 6 / 8;
    }

    .company-profile-grid-ts-logo {
        grid-column: 1 / 7;
        grid-row: 8 / 10;
    }

    .company-profile-grid-ts-files {
        grid-column: 7 / -1;
        grid-row: 8 / 10;
    }

    .scroll-down {
        display: none;
    }

    .ocean-hero-arrow-mobile {
        position: relative;
        display: initial;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
    }

    .hover-card {
        padding: initial;
    }

    .main-navigation {
        padding: 0px 20px;
    }

    .nav-list {
        margin-left: 40px;
    }

    .blogs-container {
        grid-template-columns: repeat(3, 1fr);
    }

    .rate-index-home .rate-index-join {
        padding: 28px;
        flex-direction: column;
        gap: 20px;
        max-width: 500px;
        text-align: center;
        align-self: center;
        align-items: center;
    }

    .rate-index-image.hide_desktop {
        display: initial;
        margin: 30px auto;
    }

    .rate-index-home {
        padding: 190px 60px 170px;
    }

    .rate-index-info {
        display: inline-flex;
        flex: initial;
        margin: 0 auto;
    }

    .rate-index-image-mac {
        height: auto;
        width: auto;
    }
}

@media screen and (max-width: 1365px) {
    .horizontal-card {
        flex-direction: column;
    }

    .horizontal-card-content,
    .horizontal-card img {
        margin: 0;
    }

    .member-directory-form-main {
        grid-template-columns: repeat(1, 1fr);
        gap: 4px;
        padding: 16px 20px;
    }

    .member-directory-form-btn-container {
        padding: 0 20px 20px;
    }
}

@media screen and (min-width: 768px) {
    .members-only-container {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .arrival-location-info .shipment-container-details {
        display: block !important;
    }
}

@media screen and (max-width: 1420px) {
    .company-profile-grid-name {
        height: initial;
    }

    .company-profile-grid-name-info {
        flex: 1;
    }

    .company-profile-grid-name-info-details {
        gap: 20px;
        flex-direction: column;
    }

    .under-company-name {
        max-width: 100%;
        padding-right: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .members-direcotry-hero {
        padding-top: 80px !important;
    }

    .members-direcotry-hero .ocean-hero-container {
        flex-direction: row;
    }

    .members-direcotry-hero .info-section-container {
        margin-bottom: 0 !important;
    }

    .members-direcotry-hero .glossary-hero-content {
        padding-top: 20px !important;
    }
    .member-directory-form {
        max-width: 600px;
    }

    .hide_laptop {
        display: none !important;
    }

    .company-profile-grid-name-info-details {
        flex-direction: column;
    }

    /* RATE INDEX PAGE */
    .small-graph-container {
        width: initial;
        flex: 1;
        margin: 0 0 0 12px;
    }

    .rate-index-aside-title {
        padding: 24px 20px;
    }

    .rate-index-aside {
        max-width: initial;
        flex: initial;
    }

    .graph-card-filters {
        flex-direction: column;
        align-items: initial;
        gap: 20px;
    }

    .graph-summary-movers {
        margin-top: 10px;
    }

    .movers-from-to {
        line-height: 26px;
    }
}

@media screen and (max-width: 1024px) {
    .hero h1.h1-home {
        font-size: 32px;
    }

    .company-profile-grid-contact {
        grid-column: 1 / -1;
        grid-row: 4 / 6;
    }

    .company-profile-grid-about {
        grid-column: 1 / -1;
    }

    .company-profile-grid-team {
        grid-column: 1 / -1;
        grid-row: 6 / 8;
    }

    .company-profile-grid-reviews {
        grid-column: 1 / -1;
        grid-row: 8 / 10;
    }

    .company-profile-grid-active-in {
        grid-column: 1 / -1;
        grid-row: 10 / 12;
    }

    .company-profile-active-in-content {
        grid-template-columns: repeat(3, 1fr);
    }

    .company-profile-grid-services {
        grid-column: 1 / -1;
        grid-row: 12 / 14;
    }

    .company-profile-grid-ts-logo {
        grid-column: 1 / -1;
        grid-row: 14 / 16;
    }

    .company-profile-grid-ts-files {
        grid-column: 1 / -1;
        grid-row: 16 / 18;
    }

    .arrival-location-content {
        gap: 20px;
        flex-direction: column;
    }

    .map_points_container #map {
        flex: 3;
    }
}

@media screen and (min-width: 769px) {
    .blog-page-container main .ocean-container {
        max-width: 800px;
    }

    .freight-dictionary-item-page-container main .ocean-container {
        max-width: 800px;
    }

    .under-hero-section {
        max-width: 800px;
    }

    .members-directory-section {
        padding-top: 100px;
        margin-top: -100px;
    }

    .members-benefits-section {
        padding-top: 200px;
        margin-top: -100px;
    }

    .join {
        padding-top: 200px;
        margin-top: -200px;
    }

    .press-section {
        padding-top: 100px;
        margin-top: -100px;
    }

    .hide_desktop {
        display: none;
    }

    .services-hero-bg {
        background-image: url(../images/commercial/LCLFreightHeroBanner.webp);
    }

    .ocean-hero-bg {
        background-image: url(../images/commercial/OceanFreight-Hero-banner.webp);
    }

    .air-hero-bg {
        background-image: url(../images/commercial/AirFreightHeroBanner.webp);
    }

    .rail-hero-bg {
        background-image: url(../images/commercial/RailFreightHero.webp);
    }

    .lcl-hero-bg {
        background-image: url(../images/commercial/LCLFreightHeroBanner.webp);
    }

    .sl-hero-bg {
        background-image: url(../images/commercial/SLHeroBanner.jpg);
    }

    .about-us-hero-bg {
        background-image: url(../images/commercial/AboutUsHeroBanner.webp);
    }

    .dictionary-hero-bg {
        background-image: url(../images/commercial/GlossaryHeroBanner.webp);
    }

    .blogs-hero-bg {
        background-image: url(../images/commercial/CompaniesLogos.webp);
    }

    .member-directory-hero-bg {
        background-image: url(../images/commercial/members-directory.webp);
    }

    .rate-index-hero-bg {
        background-image: url(../images/commercial/RateIndexHeroBanner.webp);
    }

    .ocean-freight-triangle {
        background-position: 100%;
        background-size: contain;
    }
}

@media screen and (max-width: 768px) {
    :root {
        --navbar-height: 66px;
    }
    
    .commercial-home-container .hero-content {
        align-items: flex-start;
        padding: 122px 27px 0;
    }

    .hero h1.h1-home {
        display: flex;
        flex-direction: column;
        font-size: 18px;
        line-height: 26px; 
        letter-spacing: -0.5px;
        margin: 0 0 19px 18px;
    }

    .hero h1.h1-home .h1-bold {
        font-size: 28px;
        font-weight: 700;
        line-height: 34px;
        letter-spacing: -0.8px;
    }

    .home-form-container {
        width: 100%;
        padding: 30px 24px;
    }

    .home-form-container .tabs-wrapper {
        overflow: hidden;
        max-width: 100%;
    }

    .home-form-container .tabs-container {
        overflow-x: auto;
    }

    .home-hero-form, .home-hero-form .flex-center, .home-hero-form .flex_col {
        flex-direction: column;
        align-items: initial;
    }
    
    .quote-panel .home-input-item {
        max-width: 100%;
    }

    .home-form-tab {
        font-size: 12px;
        letter-spacing: 0.16px;
        flex-shrink: 0;
        height: 40px;
        padding: 0 6px;
    }
    
    .home-form-tab img {
        width: 15px;
    }

    .home-form-container .tabs-container {
        gap: 6px;
    }

    .home-input-item > .commercial-input {
        font-size: 14px;
    }

    .commercial-home-container .hero {
        background-image: url(../images/commercial/homepage-mobile-bg.webp);
        background-size: cover;
    }

    .commercial-home-container .hero-content {
        background: initial;
    }

    .home-form-container .base-btn {
        margin-top: 14px;
    }
    
    .map_points_container #map {
        display: none;
    }

    .dropdown-backdrop {
        position: static;
    }

    .payment-protection-container .info-sub-title {
        margin: 0;
    }

    /* MEMBERS DIRECTORY PAGE */

    .members-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 340px));
    }

    .members-not-selected-title {
        font-size: var(--fs-2xl);
        line-height: 32px;
    }

    .members-not-selected-message {
        font-size: var(--fs-md);
        line-height: 24px;
    }

    .ocean-freight-hero-content.hero-opacity.members-direcotry-hero {
        padding-top: 20px;
    }

    .info-container.ocean-container.glossary-hero-content {
        padding-top: initial;
    }

    .member-directory-form {
        margin-left: initial;
        margin-right: initial;
    }

    .member-directory-form-btn-container {
        padding: 0 20px 20px;
    }

    .member-directory-aside {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 9999999999999;
        max-width: initial;
        background-color: white;
        left: -100%;
        box-shadow: none;
        transition: left 0.4s;
    }

    .aside-sections-container {
        overflow-y: scroll;
        width: 100%;
    }

    .member-directory-aside-active {
        left: 0;
    }

    .members-not-selected {
        text-align: center;
        margin: 64px 12px;
    }

    /* COMPANY PROFILE */
    .company-profile-grid-name {
        flex-direction: column;
        align-items: flex-start;
    }

    .company-profile-grid-name-logo {
        margin: 0 auto;
    }

    .h1-container {
        flex-wrap: wrap;
    }

    .h1-container h1 {
        flex-basis: 100%;
        margin: 0 0 8px 0;
        font-size: 22px;
    }

    .company-profile-grid-name-info-details {
        margin-top: 8px;
    }

    .under-company-details-container {
        display: block;
    }

    .company-profile-grid-name-status {
        align-items: initial;
        margin: 0;
        gap: 8px;
    }

    .company-profile-page-container {
        background-color: #efefef;
        padding-bottom: 50px;
        padding-top: 66px;
    }

    .under-company-details-item {
        gap: 12px;
        margin-bottom: 8px;
    }

    .members-only-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .all-reviews-link {
        margin-top: initial;
        margin-right: auto;
    }

    .company-profile-grid {
        gap: 40px 20px;
    }

    .company-profile-card {
        padding: 20px;
    }

    .company-profile-grid-ts-file-name img {
        margin-right: 10px;
    }

    .company-profile-active-in-content {
        grid-template-columns: repeat(1, 1fr);
    }

    .services-content-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .dashed_circle_animation {
        max-width: 227px;
        left: 44px;
        top: 4px;
    }

    .second-section-top-para {
        font-size: var(--fs-xl);
        line-height: 44px;
    }

    .tab-content {
        margin-bottom: 120px;
    }

    .the-network-technology {
        margin-top: 117px;
    }

    .languages-btn {
        display: none;
    }

    .second-section.members-benefits-section {
        padding-top: 100px;
        margin-top: -100px;
    }

    .titels-section.members-directory-section {
        padding-top: 100px;
        margin-top: -100px;
    }

    .join {
        padding-top: 100px;
        margin-top: -100px;
    }

    .ocean-container.press-section {
        padding-top: 100px;
        margin-top: -100px;
    }

    .faq-mini-title {
        margin-right: initial;
    }

    .nav-logo {
        max-width: 160px;
    }

    .hero {
        min-height: 100vh;
    }

    .hero-h1-break-line {
        white-space: pre-line;
        margin-top: -76px;
    }

    .hide_mobile {
        display: none !important;
    }

    .mobile-nav-toggler {
        display: flex;
    }

    .title,
    .info-title {
        text-shadow: none;
    }

    .home-container {
        max-width: 100%;
        padding: 0 20px;
    }

    /* HERO */

    .hero {
        margin-bottom: 117px;
    }

    .ocean-freight-hero .ocean-container {
        padding: 0;
    }

    .hero-content {
        align-items: center;
        padding-top: 166px;
    }

    /* .hero h1 {
        font-weight: var(--fw-600);
        line-height: 0px;
        padding-left: 0px;
        margin-bottom: 50px;
        width: 256px;
        height: 253px;
        font-size: 20px;
        padding-top: 32px;
    } */

    .span-large {
        display: block;
        line-height: 10px;
        margin-bottom: 76px;
        font-size: var(--fs-8xl);
        margin-left: -8px;
    }

    .span-medium {
        font-size: 68px;
        display: inline-block;
        white-space: nowrap;
        margin: 22px 0px;
        margin-left: -2px;
    }

    .span-small {
        font-size: 37.6px;
        display: block;
        margin-top: 42px;
        margin-bottom: 44px;
        margin-right: 0px;
    }

    .span-letter-space {
        letter-spacing: 1.6px;
    }

    .digital {
        padding-left: 0px;
    }

    .btns {
        flex-direction: column;
        gap: 20px;
    }

    .btns button {
        margin: 15px;
    }

    /* TITLE SECTION */

    .titels-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 0px;
    }

    .text {
        font-weight: var(--fw-600);
        font-size: var(--fs-sm);
        color: var(--blue-dark);
        line-height: 17px;
        margin-bottom: 18px;
    }

    .title {
        font-size: var(--fs-4xl);
        font-weight: var(--fw-500);
        line-height: 43px;
        color: var(--blue-light);
        text-align: center;
    }

    .sub-title {
        font-weight: var(--fw-500);
        font-size: var(--fs-2xl);
        text-align: center;
        line-height: 40px;
        margin-top: 25px;
        color: var(--blue-dark);
        max-width: 22ch;
    }

    .title-techno-home {
        margin-bottom: 116px;
    }

    /* INFO SECTION */

    .info-section-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        margin-bottom: 0px;
        padding: 0px;
    }

    .info-section-home {
        margin-bottom: 116px;
    }

    .info-container {
        padding: 0px;
        margin-bottom: 70px;
        z-index: 1;
    }

    .title-container {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 0;
    }

    .info-title {
        color: #969eb2;
        margin-bottom: 15px;
        font-weight: var(--fw-500);
        font-size: var(--fs-4xl);
        line-height: 43px;
        order: 2;
    }

    .title-small {
        order: 1;
        margin-bottom: 13px;
        position: relative;
    }

    .info-sub-title {
        margin-bottom: 15px;
        margin-top: 0px;
        font-size: var(--fs-2xl);
        font-weight: var(--fw-500);
        line-height: 40px;
    }

    .members-container .info-sub-title {
        line-height: 32px;
    }

    p.info-content .ocean-freight-hero-para {
        font-size: var(--fs-md);
        font-weight: var(--fw-400);
        line-height: 25px;
        color: white;
        max-width: 35ch;
    }

    .info-content .ocean-freight-hero-info-content {
        font-size: var(--fs-md);
        font-weight: var(--fw-400);
        line-height: 25px;
        color: white;
        max-width: 26ch;
    }

    .info-content .sustainable-logistics-hero-para {
        font-size: var(--fs-md);
        font-weight: var(--fw-400);
        line-height: 25px;
        color: white;
        max-width: 38ch;
    }

    .info-content .reporting-info-para {
        color: white;
    }

    .info-container .info-content {
        font-size: 20px;
        font-weight: var(--fw-400);
        line-height: 32px;
        color: var(--blue-medium);
    }

    .ocean-freight-hero .info-content {
        font-size: var(--fs-md);
        line-height: 25px;
        color: white;
    }

    .ocean-freight-hero .info-content.sustainable-logistics-hero-para {
        max-width: 38ch;
    }

    .card-container {
        order: 2;
        margin: 0;
    }

    .card-container-our-vision {
        max-width: 350px;
        margin: 0 auto;
    }

    .info-container.info-container-reverse {
        order: 1;
        padding: 0px;
        margin-bottom: 70px;
    }

    .ship-container {
        justify-content: center;
    }

    .ship-container img {
        transform: rotate(-90deg);
        margin-right: 0px;
        max-width: 748px;
    }

    .radar_animation {
        margin-right: 0px;
    }

    .commercial-grid-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 117px;
    }

    .commercial-grid-container .card-container {
        max-width: 100%;
        margin: 10px 10px;
        height: 500px;
        width: 350px;
        display: flex;
        justify-content: center;
    }

    .lcl-cargo-info-section {
        margin-bottom: 120px;
    }

    .commercial-grid-container .card-container img {
        max-width: none;
    }

    .content-container {
        padding: 0px 0px 50px 20px;
    }

    .content-container-text {
        font-weight: var(--fw-600);
        font-size: var(--fs-4xl);
        line-height: 50px;
        margin-bottom: 4px;
    }

    .content-container-text p {
        max-width: 28ch;
        font-weight: var(--fw-400);
        font-size: var(--fs-md);
        line-height: 25px;
        margin-bottom: 40px;
    }

    /* FIND PARTNERS */

    .find-partners-container {
        margin-top: 42px;
        margin-bottom: 117px;
    }

    .find-partners-list h3 {
        font-size: var(--fs-4xl);
        font-weight: var(--fw-700);
        line-height: 43px;
        margin-bottom: 53px;
        white-space: nowrap;
    }

    .find-partners-content {
        display: flex;
        flex-direction: column;
        max-width: 1520px;
        width: 100%;
        border-left: 1px dashed white;
    }

    .find-partners-list {
        padding-top: 70px;
        padding-bottom: 0px;
        border-left: none;
    }

    .find-partners-content img {
        margin: 0px;
        padding-left: 0px;
        padding-bottom: 38px;
        margin-left: -10px;
    }

    .under-map-btns-container {
        display: flex;
        flex-direction: column;
        margin-bottom: 70px;
        margin-top: initial;
        padding: 0 20px;
    }

    .under-map-btns-container a {
        width: 100%;
        margin: initial;
    }

    .under-map-btns-container a:first-child {
        margin-bottom: 20px;
    }

    .under-map-btns-container .base-btn {
        margin: initial;
        z-index: 1;
    }

    .under-map-content h3 {
        font-size: var(--fs-md);
    }

    /* SUPPORTS CARDS SECTION */

    .hover-cards-container {
        padding: initial;
        grid-template-columns: repeat(2, 1fr);
    }

    .freight {
        background: #f2efe8;
        border-radius: 15px;
        padding: 70px 20px;
        margin-bottom: 200px;
        margin-left: -20px;
        width: calc(100% + 40px);
        border-radius: 0px;
    }

    /* CARDS SECTION */

    .cards-section {
        margin-top: 28px;
    }

    .button-container {
        margin-top: 62px;
        margin-bottom: 120px;
    }

    .blogs-container,
    .related-blogs .blogs-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .carousel-control {
        text-shadow: none;
        opacity: initial;
    }

    .carousel-control.right,
    .carousel-control.left {
        background-image: none;
    }

    .carousel-control .glyphicon-chevron-right {
        top: 20%;
        margin-right: 4px;
        font-size: 22px;
    }

    .carousel-control .glyphicon-chevron-left {
        top: 20%;
        margin-left: 4px;
        font-size: 22px;
    }

    .carousel-inner .card.item {
        padding: 0 20px;
    }

    /* MEMBERS DIRECTORY HOME SECTION */

    .members-dirctory-home {
        margin-top: -117px;
        margin-bottom: 120px;
        padding: 156px 20px 200px;
    }

    .members-dirctory-home .titels-section .title {
        color: var(--blue-light);
    }

    /* RATE INDEX HOME SECTION */

    .rate-index-home {
        padding: 100px 0px 100px 20px;
        margin-top: 120px;
    }

    .rate-index-home-mini-title {
        margin-bottom: 18px;
    }

    .rate-index-info .info-title {
        order: initial;
        margin-bottom: 10px;
        font-weight: var(--fw-500);
        line-height: 58px;
    }

    .rate-index-home .rate-index-info .rate-index-center-under-title {
        margin-right: 20px;
    }

    .rate-index-home .graph-summary {
        flex-direction: column;
        gap: 24px;
        margin-right: 20px;
    }

    .rate-index-home .rate-index-join {
        padding: 40px 28px;
        text-align: center;
        gap: 24px;
        margin-right: 20px;
    }

    .macbook-screen-mobile {
        margin-bottom: 50px;
        position: relative;
    }

    .rate-index-home .rate-index-join .rate-index-join-title {
        font-weight: var(--fw-600);
        font-size: var(--fs-4xl);
        line-height: 50px;
        margin: 0 auto 14px;
        max-width: 300px;
    }

    .rate-index-home .rate-index-join .rate-index-join-sub-title {
        line-height: 25px;
    }

    .rate-index-home .rate-index-info .rate-index-center-title {
        font-size: var(--fs-2xl);
        font-weight: var(--fw-500);
        line-height: 40px;
        margin-bottom: 24px;
        max-width: 18ch;
    }

    /* FOOTER */

    footer {
        padding-top: 100px;
    }

    .top-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
    }

    .footer-stroke {
        align-items: center;
        margin: 0;
        padding: 0 24px;
    }

    .footer-stroke-title {
        flex-direction: column;
        padding-left: 0px;
    }

    .footer-stroke-title span {
        position: relative;
        font-size: var(--fs-sm);
        font-weight: var(--fw-400);
        line-height: 17px;
        margin-bottom: 18px;
    }

    .footer-stroke-title h3 {
        font-size: var(--fs-4xl);
        font-weight: var(--fw-500);
        line-height: 43px;
        margin-bottom: 25px;
        color: white;
        text-shadow: none;
    }

    .footer-stroke h5 {
        margin-top: 0px;
        text-align: center;
        font-weight: var(--fw-500);
        font-size: var(--fs-2xl);
        line-height: 40px;
        margin-bottom: 7px;
    }

    .footer-stroke p {
        font-size: var(--fs-md);
        margin-bottom: 50px;
        max-width: 32ch;
        text-align: center;
    }

    .email-notif-container {
        align-items: center;
        margin: 0;
    }

    .input-container label {
        display: flex;
        flex-direction: column;
        flex-basis: 48%;
        font-weight: 400;
        font-size: var(--fs-sm);
    }

    .email-notif-container p:first-of-type {
        font-size: var(--fs-md);
        max-width: 32ch;
    }

    .email-notif-container p {
        flex: 1;
        display: flex;
        color: white;
        align-items: center;
        text-align: center;
        max-width: 42ch;
    }

    .email-notif-container .input-container + p {
        display: inline;
        text-align: initial;
        max-width: initial;
    }

    .email-notif-container a {
        margin: 0px 4px;
    }

    .input-container {
        display: flex;
        flex-direction: column;
        align-items: initial;
        margin-bottom: 30px;
    }

    .input-container input {
        margin-bottom: 24px;
        margin-right: 0px;
    }

    .bot-container {
        border-top: none;
        align-items: center;
        margin-bottom: 36px;
        border-bottom: 1px solid white;
    }

    .bot-container img {
        display: none;
    }

    .footer-lists-container {
        display: flex;
        flex-direction: column;
        color: white;
        margin-left: 0px;
        margin-right: 0px;
        margin: 25px 0px;
    }

    .footer-list {
        margin: 25px 0px;
        text-align: center;
    }

    .footer-list h4 {
        border-bottom: none;
        font-weight: var(--fw-700);
        font-size: var(--fs-xl);
        line-height: 24px;
        margin-bottom: 24px;
        padding-bottom: 0px;
        text-transform: uppercase;
    }

    .footer-list li {
        margin-bottom: 0;
    }

    .footer-list li + li {
        margin-top: 24px;
    }

    .footer-list {
        align-items: center;
    }

    .footer-socials {
        flex-direction: column;
    }

    .socials-icons {
        margin-bottom: 22px;
        margin-top: -22px;
    }

    .socials-icons img {
        margin: 25px;
    }

    .footer-copy-rights {
        display: inline-block;
        text-align: center;
        max-width: 30ch;
    }

    .footer-logo-mobile-bottom {
        display: initial;
        align-self: center;
        margin-top: 70px;
    }

    .dot {
        display: initial;
    }

    .footer-logo-mobile-bottom {
        max-width: 200px;
    }

    .footer-arrow-up {
        position: fixed;
        right: 20px;
        bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        border-radius: 100%;
        width: 60px;
        height: 60px;
        border: none;
        box-shadow: 0px 2px 17px 3px rgba(0, 0, 0, 0.15);
        z-index: 1;
    }

    /* OCEAN FREIGHT PAGE */

    .ocean-container {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }

    /* SECOND SECTION */

    .second-section {
        margin-top: 70px;
        margin-bottom: 120px;
    }

    .advertise-container {
        display: flex;
        flex-direction: column;
        border-top: 1px solid var(--blue-light);
    }

    .advert + .advert {
        margin-left: 0px;
        padding-top: 50px;
    }

    .advert h4 {
        line-height: 32px;
    }

    .order-btns-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid #c5c4c4;
        border-radius: 10px;
        padding: 6px;
        margin-top: 52px;
        margin-bottom: 70px;
    }

    .order-btns-container .nav.nav-pills {
        display: flex;
        width: 100%;
    }

    .order-btns-container .nav-pills > li {
        flex: 1;
    }

    .order-btns-container img {
        display: none;
    }

    .order-btn {
        padding: 9px;
        border: none;
        font-size: var(--fs-sm);
        font-weight: var(--fw-600);
        line-height: 17px;
        border-radius: 8px;
        flex: 1;
    }

    /* BIG CARDS BLUE */

    .big-cards-container {
        margin: 120px 0px;
    }

    .horizontal-card {
        flex-direction: column;
        padding: 16px;
        margin: 24px auto;
    }

    .horizontal-card-content {
        margin-right: 0px;
    }

    .big-cards-title {
        font-size: var(--fs-2xl);
        line-height: 36px;
    }

    .big-cards-text {
        font-weight: var(--fw-400);
        font-size: var(--fs-md);
        line-height: 25px;
    }

    .vertical-cards-container {
        flex-direction: column;
        margin: -12px 0px;
    }

    .vertical-card {
        padding: 16px;
        margin: 12px 0px;
    }

    .vertical-card .big-cards-mini-title {
        margin-top: 30px;
    }

    .horizontal-card-content-reverse {
        margin-left: 0px;
    }

    /* TIME ZONE */

    .time-zone-container {
        margin-top: -36px;
        margin-left: -18px;
        margin-right: -18px;
        margin-bottom: 120px;
    }

    .ocean-world-map-container {
        margin-top: 28px;
        margin-bottom: 120px;
        max-width: 500px;
    }

    .time-zone-card {
        margin: 0 18px;
        white-space: nowrap;
    }

    .time-zone-card-number {
        font-weight: var(--fw-600);
        font-size: var(--fs-2xl);
        line-height: 50px;
    }

    .time-zone-card-text {
        font-weight: var(--fw-400);
        font-size: var(--fs-sm);
        line-height: 0;
    }

    .time-zone-img-container {
        width: 100%;
        /* margin-left: -76px; */
        margin: 0 auto;
    }

    /* FREIGHT INFO SECTION */

    .reporting-triangle {
        background-image: none;
    }

    .reporting-container {
        background-image: url(../images/commercial/reporting-bg.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 70px 0px;
        margin-bottom: 120px;
    }

    .reporting-container-lcl {
        background-position: right center;
        background-image: url(../images/commercial/calculatorSectionBanner.jpg);
        padding: 70px 0px;
        margin-bottom: 120px;
    }

    .reporting-right-container {
        z-index: 1;
        margin-right: 0px;
    }

    .reporting-right-container-title {
        font-weight: var(--fw-600);
        font-size: var(--fs-5xl);
        line-height: 58px;
    }

    .reporting-container > img:first-child {
        max-width: none;
        display: none;
    }

    .reporting-container-lcl > img:first-child {
        max-width: none;
        display: none;
    }

    .reporting-content {
        padding: 0px 20px;
        position: initial;
    }

    .reporting-title {
        color: white;
        text-shadow: none;
    }

    .reporting-small-title {
        line-height: 17px;
    }

    .reporting-info-sub-title {
        margin-bottom: 30px;
    }

    p.info-content.reporting-info-para {
        color: white;
    }

    .transperent-bg {
        padding: 12px 12px 40px 12px;
    }

    .title-small-ocean {
        font-size: var(--fs-sd);
        line-height: 17px;
        margin-bottom: 13px;
    }

    .title-freight {
        white-space: nowrap;
        text-align: center;
        margin-bottom: 15px;
        margin-top: 0px;
    }

    .title-freight br {
        display: none;
    }

    .stroke-ocean-us {
        align-items: flex-start;
        margin-bottom: 50px;
    }

    .stroke-ocean-us h5 {
        text-align: left;
    }

    .freight {
        margin-top: 130px;
        margin-bottom: 190px;
    }

    .card-freight {
        padding-left: 25px;
        box-shadow: none;
    }

    .card-freight img {
        max-width: 100%;
    }

    .stroke-ocean-us {
        margin-bottom: 70px;
    }

    /* HOVER CARDS SECTION */

    .hover-cards-container {
        margin: 0px 0px 110px 0px;
        justify-content: space-between;
    }

    .hover-card {
        max-width: 367px;
        border-radius: 16px;
        padding: 0px;
        margin: 20px 0px;
        transition: all 0.2s;
        flex-basis: 48%;
    }

    .hover-card h4 {
        line-height: 32px;
    }

    /* JOIN SECTION */

    .join {
        margin-bottom: 120px;
    }

    .join h3 {
        margin-bottom: 46px;
        font-weight: var(--fw-500);
        font-size: var(--fs-4xl);
        line-height: 43px;
        color: #1d1515;
    }

    .join-cards-container {
        flex-direction: column;
        margin-bottom: 120px;
    }

    .join-card h4 {
        margin-bottom: 28px;
        font-weight: var(--fw-600);
        font-size: var(--fs-2xl);
        line-height: 36px;
        color: white;
        max-width: 22ch;
    }

    /* FAQ TABS SECTION */

    .faq_tabs_container {
        padding-bottom: 120px;
    }

    .faq_tabs_container button {
        flex-direction: row-reverse;
        padding: 30px 0px;
    }

    .faq_tab_toggler img {
        margin-bottom: 96px;
    }

    .question_html {
        text-align: left;
        margin-left: 22px;
    }

    /* MAIN NAVIGATION */

    /* .nav-icons {
        gap: 60px;
    } */

    .nav-list {
        display: none;
    }

    .circle-icon {
        display: none;
    }

    .nav-icons .language_dropdown {
        display: none;
    }

    /* OCEAN FREIGHT PAGE */

    .ocean-freight-hero {
        position: relative;
        display: flex;
        justify-content: center;
    }

    .ocean-freight-hero img {
        max-width: initial;
    }

    .ocean-freight-triangle {
        background-image: none;
    }

    .ocean-freight-hero-content {
        padding-top: 110px;
    }

    .ocean-freight-hero-info-content.additional-services-title {
        font-size: var(--fs-5xl);
        line-height: 54px;
    }

    .ocean-freight-hero-info-content {
        font-size: var(--fs-6xl);
        font-weight: var(--fw-700);
        line-height: 68px;
        color: transparent;
        max-width: initial;
    }

    .ocean-freight-hero-info-content br {
        display: block;
    }

    .ocean-freight-hero-title {
        color: #969eb2;
        margin-bottom: 15px;
        font-weight: var(--fw-500);
        font-size: var(--fs-4xl);
        line-height: 43px;
        order: 2;
    }

    .sustainable-logistics-hero-title {
        color: transparent;
        font-weight: var(--fw-700);
        font-size: var(--fs-5xl);
        line-height: 58px;
        margin-bottom: -50px;
        margin-top: -68px;
        white-space: pre-line;
        order: 2;
    }

    /* ABOUT US PAGE */

    .info-section-container.about-us-hero-info {
        margin-top: 36px;
    }

    .about-us-blogs {
        margin: 100px 0;
    }

    .about-us-second-section {
        max-width: 60ch;
    }

    .reporting-triangle.curve-right {
        background-image: initial;
        background-position: center;
    }

    .companies-logo-title {
        font-weight: var(--fw-500);
        font-size: var(--fs-2xl);
        line-height: 40px;
        max-width: 30ch;
    }

    .companies-logo-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .companies-logos-content {
        z-index: 1;
        padding-bottom: 74px;
    }

    .reporting-container.abous-us-accomplished-container {
        background-image: url(../images/commercial/AccomplishedMobile.jpg);
    }

    .accomplished-bottom-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .accomplished-item + .accomplished-item {
        margin-left: initial;
        margin-top: 30px;
    }

    .accomplished-bottom-container {
        margin-top: initial;
    }

    .info-container.info-container-accomplished {
        margin-bottom: 10px;
    }

    .accomplished-small-title {
        top: 0px;
    }

    .info-title.reporting-title.abous-us-accomplished-title {
        line-height: 60px;
    }

    .ocean-world-map-container.about-us-map-container .time-zone-img-container {
        margin-left: 0px;
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }

    .info-content.contact-us-info-content {
        color: white;
    }

    .info-container.about-us-info-container {
        padding-top: 70px;
    }

    .card-container.our-team-image {
        padding-top: initial;
    }

    .contact-us-phone-container {
        align-items: baseline;
    }

    .contact-us-label {
        width: 100%;
    }

    .contact-us-form {
        padding-bottom: 100px;
    }

    .contact-us-btn {
        width: 100%;
    }

    .offices-warehouses-title {
        font-size: var(--fs-2xl);
        line-height: 36px;
        margin-left: 14px;
    }

    .offices-warehouses-title-container img {
        width: 32px;
    }

    .offices-warehouses-cards-container {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px 95px;
    }

    .offices-warehouses-card-title {
        font-size: var(--fs-xl);
        line-height: 32px;
    }

    .offices-warehouses-container + .offices-warehouses-container {
        margin-top: 100px;
    }

    .offices-warehouses-section {
        margin-bottom: 100px;
    }

    /* THE NETWORK PAGE */

    .the-network-container .info-container {
        max-width: 100%;
    }

    .the-network-container h1 {
        margin-top: 40px;
        font-size: var(--fs-5xl);
        line-height: 58px;
    }

    .mt-init {
        margin-top: initial !important;
    }

    .payment-protection-container {
        margin-bottom: 140px;
    }

    .payment-protection-container h3 {
        white-space: pre-line;
        text-align: left;
        margin-top: -30px;
    }

    .payment-protection-container .info-container.info-freight {
        max-width: 100%;
    }

    .payment-protection-img-container {
        padding-left: initial;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .card-freight.payment-protection-img-container img {
        max-width: 100%;
        max-height: initial;
    }

    /* FREIGHT DICTIONARY PAGE */

    .letter-items-container a {
        flex-basis: 100%;
    }

    .alphabet-letters-container .ocean-container {
        flex-wrap: nowrap;
    }

    .alphabet-letters-container a {
        padding: 0;
        min-width: 46px;
    }

    .alphabet-letters-container {
        top: 66px;
        overflow-x: auto;
    }

    .glossary-search {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .glossary-search button {
        width: 97%;
    }

    .letter-items-container {
        gap: 20px 36px;
    }

    /* FREIGHT DICTIONARY ITEM PAGE */

    .blog-article-title {
        font-size: var(--fs-2xl);
    }

    .blog-content-container h1,
    .blog-content-container h2,
    .blog-content-container h3,
    .blog-content-container h4,
    .blog-content-container h5,
    .blog-content-container h6 {
        font-size: var(--fs-2xl);
    }

    .blog-article-content h2 {
        font-size: var(--fs-2xl);
    }

    .blog-article-content h1 {
        font-size: var(--fs-2xl);
    }

    .fd-item-section-title {
        font-size: var(--fs-2xl);
    }

    .related-blogs {
        margin-top: 50px;
    }

    .related-blogs h3 {
        font-size: var(--fs-2xl);
    }

    .related-blogs .more-from-allforward {
        font-size: var(--fs-2xl);
    }

    .glossary-socials {
        display: flex;
        align-items: start;
        flex-direction: column;
        gap: 20px;
    }

    .glossary-socials a {
        width: 100%;
    }

    .glossary-socials a img {
        max-width: 18px;
    }

    .blog-item-h1 {
        font-size: var(--fs-5xl);
    }

    /* Schedule */
    .map_container {
        min-height: calc(100vh - 80px);
        height: initial;
    }

    .map-search-panel {
        box-shadow: none;
    }

    .collapse-sidebar-btn {
        display: none;
    }

    .map-search-inputs {
        margin: 0 16px;
    }

    .map-search-inputs {
        flex-direction: column;
        align-items: stretch;
    }

    .switch-ports-btn {
        margin: 12px auto 0;
    }

    .map-search-panel .primary-btn {
        margin-top: 12px;
    }

    .schedules_container {
        padding: 20px;
    }

    .schedule-results-title {
        margin: 0 0 20px 0;
    }

    .schedule-card {
        padding: 0 8px 0 12px;
    }

    .schedule-card-body {
        flex-direction: column;
        align-items: flex-start;
    }

    .schedule-card .base-btn {
        width: 100%;
        height: 32px;
        margin-top: 6px;
    }

    #map {
        display: none;
    }

    /* RATE INDEX PAGE */

    .rate-index-aside {
        position: fixed;
        display: flex;
        flex-direction: column;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 9999999999999;
        max-width: initial;
        background-color: white;
        left: -100%;
        transition: left 0.4s;
    }

    .rate-index-aside-active {
        left: 0;
    }

    .rate-index-aside-title {
        padding: initial;
    }

    .rate-index-aside header {
        padding: 30px;
        display: flex;
        align-items: center;
    }

    .rate-index-list {
        overflow-y: auto;
    }

    .movers-from-to {
        line-height: 36px;
    }

    .graph-card-filters {
        flex-direction: column;
        align-items: initial;
        gap: 20px;
    }

    .dates-selectors {
        flex-direction: column;
        gap: 10px;
        align-items: initial;
    }

    .dates-selectors-label input {
        width: 66%;
    }

    .rate-index-static-card {
        position: absolute;
        left: -110px;
        top: -44px;
    }

    /* SHIPMENT CONTAINER TRACKING */

    .points_container {
        margin-top: initial;
    }

    .shipment-container-tracking {
        margin: 100px 0;
    }

    .shipment-container-title {
        font-size: 26px;
        font-weight: 600;
        line-height: 36px;
        margin-bottom: 4px;
    }

    .shipment-container-subtitle {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: initial;
    }

    .shipment-container-form {
        flex-direction: column;
        align-items: initial;
        margin: 20px 0;
    }

    .shipment-container-form .base-btn {
        width: 100%;
        margin-left: initial;
    }

    .shipment-container-form-desc {
        font-size: 12px;
        line-height: 17px;
        order: initial;
        margin-top: initial;
    }


    .shipment-container-from-to {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px 20px;
        gap: 20px;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .shipment-container-from-to img {
        width: 24px;
    }

    .arrival-location-info {
        border-radius: 0 0 10px 10px;
        border: 1px solid var(--grey-light);
        border-top: none;
    }

    .arrival-location-header {
        flex-direction: column;
        gap: initial;
        padding: 16px 22px;
        border-radius: 10px 10px 0 0;
    }

    .arrival-location-info .shipment-container-info-item {
        flex-direction: row;
        align-items: flex-start;
        gap: 10px;
    }

    .arrival-location-info .shipment-container-from-to {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .arrival-location-info img{
        width: 20px;
    }

    .shipment-container-details p {
        padding-bottom: 30px;
    }

    .shipment-container-form .commercial-input {
        width: 100%;
        margin-bottom: 10px;
    }

    .arrival-location-content {
        gap: 16px;
        flex-direction: column;
        padding: 20px;
    }

    .shipment-container-details {
        padding: 20px;
    }

    .shipment-container-info-item .info-item-subtitle {
        font-size: 16px;
    }

    .from-to-content {
        flex-direction: column;
        gap: 10px;
        padding: initial;
    }

    .shipment-container-info-item {
        gap: initial;
    }

    .shipment-container-login{
        padding: 20px;
        align-items: initial;
    }

    .shipment-container-login svg {
        width: 26px;
    }

    .arrival-location-info button {
        display: block;
        margin: auto;
        padding: 10px 0 30px;
    }

    .shipment-container-form {
        max-width: initial;
    }

    .arrival-location-item {
        white-space: initial;
    }

    .no_results_found {
        font-size: var(--fs-2xl);
    }

    .services_dropdown img {
        bottom: 30px;
    }
}

.nav-mobile {
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 10;
    width: 100%;
    transition: transform 0.2s ease;
    transform: translateX(100%);
    height: 100vh;
    overflow-y: auto;
}

.nav-mobile.nav-mobile-active {
    transform: translateX(0%);
}

.nav-logo-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 13px;
    border-bottom: 1px solid var(--grey-normal);
}

.nav-logo-mobile > img {
    width: auto;
}

.mobile-nav-exit {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    cursor: pointer;
}

.mobile-nav-exit img {
    position: absolute;
}

.mobile-nav-exit img:first-child {
    z-index: 1;
}

.nav-mobile ul {
    display: flex;
    flex-direction: column;
    margin: -12px 0px 75px 0px;
    list-style: none;
}

.nav-mobile ul img {
    border-radius: 6px;
}

.nav-mobile-item a {
    display: flex;
}

.nav-mobile-item {
    display: flex;
    justify-content: flex-end;
    padding: 8px 8px 8px 20px;
    background: #36425e;
    border-radius: 8px;
    color: white;
    margin: 12px 0px;
}

.nav-mobile-item-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.nav-mobile-item-text h4 {
    font-weight: var(--fw-700);
    font-size: var(--fs-md);
    line-height: 19px;
    margin-top: 0px;
    white-space: nowrap;
    margin-bottom: 11px;
}

.nav-mobile-item-text span {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-weight: var(--fw-400);
    font-size: var(--fs-sm);
    line-height: 17px;
    color: var(--grey-normal);
}

.nav-mobile-item-text span img {
    margin-left: 10px;
    color: var(--grey-normal);
}

.nav-mobile-menu-btn {
    flex: 1;
    display: flex;
    align-items: center;
    background: transparent;
    border: none;
    justify-content: space-between;
}

.nav-socials-mobile {
    flex-direction: column;
    margin-bottom: 60px;
}

.nav-copy-rights {
    display: inline-block;
    text-align: center;
    max-width: 29ch;
    font-weight: var(--fw-400);
    font-size: var(--fs-md);
    line-height: 25px;
}

.nav-socials-icons img {
    margin: 0px 25px 47px 25px;
}

.nav-socials-mobile span {
    color: var(--blue-dark);
}

.nav-mobile-logo-bot {
    display: flex;
    justify-content: center;
}

/* NAV SIDE */

.nav-mobile-side-first {
    margin-bottom: 50px;
}

.nav-mobile-side-first span img {
    margin-right: 10px;
    margin-left: 0px;
}

.nav-side-item {
    display: flex;
    justify-content: space-between;
    padding: 0px 8px 20px 8px;
    border-bottom: 1px solid var(--grey-normal);
    margin-bottom: 30px;
}

.nav-side-item span {
    font-size: var(--fs-xl);
    font-weight: var(--fw-700);
    line-height: 24px;
    color: var(--blue-dark);
    margin-bottom: 10px;
}
