@charset "UTF-8";
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Light.eot'),
        url('../fonts/Avenir-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Avenir-Light.woff2') format('woff2'),
        url('../fonts/Avenir-Light.woff') format('woff'),
        url('../fonts/Avenir-Light.ttf') format('truetype'),
        url('../fonts/Avenir-Light.svg#Avenir-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Book.eot'),
        url('../fonts/Avenir-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Avenir-Book.woff2') format('woff2'),
        url('../fonts/Avenir-Book.woff') format('woff'),
        url('../fonts/Avenir-Book.ttf') format('truetype'),
        url('../fonts/Avenir-Book.svg#Avenir-Book') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Glancyr';
    src: url('../fonts/Glancyr-Bold.eot'),
        url('../fonts/Glancyr-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Glancyr-Bold.woff2') format('woff2'),
        url('../fonts/Glancyr-Bold.woff') format('woff'),
        url('../fonts/Glancyr-Bold.ttf') format('truetype'),
        url('../fonts/Glancyr-Bold.svg#Glancyr-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Glancyr';
    src: url('../fonts/Glancyr-Thin.eot'),
        url('../fonts/Glancyr-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Glancyr-Thin.woff2') format('woff2'),
        url('../fonts/Glancyr-Thin.woff') format('woff'),
        url('../fonts/Glancyr-Thin.ttf') format('truetype'),
        url('../fonts/Glancyr-Thin.svg#Glancyr-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Glancyr';
    src: url('../fonts/Glancyr-SemiBold.eot'),
        url('../fonts/Glancyr-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Glancyr-SemiBold.woff2') format('woff2'),
        url('../fonts/Glancyr-SemiBold.woff') format('woff'),
        url('../fonts/Glancyr-SemiBold.ttf') format('truetype'),
        url('../fonts/Glancyr-SemiBold.svg#Glancyr-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Glancyr';
    src: url('../fonts/Glancyr-Regular.eot'),
        url('../fonts/Glancyr-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Glancyr-Regular.woff2') format('woff2'),
        url('../fonts/Glancyr-Regular.woff') format('woff'),
        url('../fonts/Glancyr-Regular.ttf') format('truetype'),
        url('../fonts/Glancyr-Regular.svg#Glancyr-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Glancyr';
    src: url('../fonts/Glancyr-Medium.eot'),
        url('../fonts/Glancyr-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Glancyr-Medium.woff2') format('woff2'),
        url('../fonts/Glancyr-Medium.woff') format('woff'),
        url('../fonts/Glancyr-Medium.ttf') format('truetype'),
        url('../fonts/Glancyr-Medium.svg#Glancyr-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Glancyr';
    src: url('../fonts/Glancyr-ExtraLight.eot'),
        url('../fonts/Glancyr-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Glancyr-ExtraLight.woff2') format('woff2'),
        url('../fonts/Glancyr-ExtraLight.woff') format('woff'),
        url('../fonts/Glancyr-ExtraLight.ttf') format('truetype'),
        url('../fonts/Glancyr-ExtraLight.svg#Glancyr-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Glancyr';
    src: url('../fonts/Glancyr-Light.eot'),
        url('../fonts/Glancyr-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Glancyr-Light.woff2') format('woff2'),
        url('../fonts/Glancyr-Light.woff') format('woff'),
        url('../fonts/Glancyr-Light.ttf') format('truetype'),
        url('../fonts/Glancyr-Light.svg#Glancyr-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


:root {
    --theme-font: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	--theme-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --theme-body-font-avenir: "Avenir";
    --theme-heading-font-glancyr: "Glancyr";
    --theme-body-font-size: 1rem;
	--theme-body-font-weight: 400;
	--theme-body-line-height: 1.3;
	--theme-white-color: #ffffff;
	--theme-black-color: #000000;
    --theme-black-2-color: #696969;
    --theme-black-3-color: #282828;
    --theme-blue-color: #175F9F;
    --theme-green-color: #53BD8A;
}

*,::after,::before {box-sizing: border-box;}@media (prefers-reduced-motion:no-preference) {:root {scroll-behavior: smooth;}}h1,h2,h3,h4,h5,h6 {margin-top: 0;margin-bottom: .5rem;font-weight: 500;line-height: 1.2;}h1 {font-size: calc(1.375rem + 1.5vw);}@media (min-width:1200px) {h1 {font-size: 2.5rem;}}h2 {font-size: calc(1.325rem + .9vw);}@media (min-width:1200px) {h2 {font-size: 2rem;}}h3 {font-size: calc(1.3rem + .6vw);}@media (min-width:1200px) {h3 {font-size: 1.75rem;}}h4 {font-size: calc(1.275rem + .3vw);}@media (min-width:1200px) {h4 {font-size: 1.5rem;}}h5 {font-size: 1.25rem;}h6 {font-size: 1rem;}p {margin-top: 0;margin-bottom: 1rem;}abbr[title] {-webkit-text-decoration: underline dotted;text-decoration: underline dotted;cursor: help;-webkit-text-decoration-skip-ink: none;text-decoration-skip-ink: none;}address {margin-bottom: 1rem;font-style: normal;line-height: inherit;}ol,ul {padding-left: 2rem;}dl,ol,ul {margin-top: 0;margin-bottom: 1rem;}ol ol,ol ul,ul ol,ul ul {margin-bottom: 0;}dt {font-weight: 700;}dd {margin-bottom: .5rem;margin-left: 0;}blockquote {margin: 0 0 1rem;}b,strong {font-weight: bolder;}small {font-size: .875em;}mark {padding: .1875em;color: #212529;background-color: #fff3cd;}sub,sup {position: relative;font-size: .75em;line-height: 0;vertical-align: baseline;}sub {bottom: -.25em;}sup {top: -.5em;}a {color: rgba(13, 110, 253,1);text-decoration: underline;}a:not([href]):not([class]),a:not([href]):not([class]):hover {color: inherit;text-decoration: none;}code,kbd,pre,samp {font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-size: 1em;}pre {display: block;margin-top: 0;margin-bottom: 1rem;overflow: auto;font-size: .875em;}pre code {font-size: inherit;color: inherit;word-break: normal;}code {font-size: .875em;color: #d63384;word-wrap: break-word;}a>code {color: inherit;}kbd {padding: .1875rem .375rem;font-size: .875em;color: #212529;background-color: #212529;border-radius: .25rem;}kbd kbd {padding: 0;font-size: 1em;}figure {margin: 0 0 1rem;}img,svg {vertical-align: middle;}table {caption-side: bottom;border-collapse: collapse;}caption {padding-top: .5rem;padding-bottom: .5rem;color: rgba(33, 37, 41, 0.75);text-align: left;}th {text-align: inherit;text-align: -webkit-match-parent;}tbody,td,tfoot,th,thead,tr {border-color: inherit;border-style: solid;border-width: 0;}label {display: inline-block;}button {border-radius: 0;}button:focus:not(:focus-visible) {outline: 0;}button,input,optgroup,select,textarea {margin: 0;font-family: inherit;font-size: inherit;line-height: inherit;}button,select {text-transform: none;}[role=button] {cursor: pointer;}select {word-wrap: normal;}select:disabled {opacity: 1;}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {display: none!important;}[type=button],[type=reset],[type=submit],button {-webkit-appearance: button;}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {cursor: pointer;}::-moz-focus-inner {padding: 0;border-style: none;}textarea {resize: vertical;}fieldset {min-width: 0;padding: 0;margin: 0;border: 0;}legend {float: left;width: 100%;padding: 0;margin-bottom: .5rem;font-size: calc(1.275rem + .3vw);line-height: inherit;}@media (min-width:1200px) {legend {font-size: 1.5rem;}}legend+* {clear: left;}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field {padding: 0;}::-webkit-inner-spin-button {height: auto;}[type=search] {-webkit-appearance: textfield;outline-offset: -2px;}::-webkit-search-decoration {-webkit-appearance: none;}::-webkit-color-swatch-wrapper {padding: 0;}::-webkit-file-upload-button {font: inherit;-webkit-appearance: button;}::file-selector-button {font: inherit;-webkit-appearance: button;}output {display: inline-block;}iframe {border: 0;}summary {display: list-item;cursor: pointer;}progress {vertical-align: baseline;}[hidden] {display: none!important;}

html {
    scroll-behavior: smooth;
    width: 100%;
    height: 100%;
}
body {
    margin: 0;
	font-family: var(--theme-body-font-avenir);
	font-size: 20px;
	font-weight: var(--theme-body-font-weight);
	line-height: var(--theme-body-line-height);
    color: var(--theme-text-color);
	text-align: left;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
    width: 100%;
    height: 100%;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: var(--theme-heading-font-glancyr);
}
a,
button {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
img{
    max-width: 100%;
    height: auto;
}

p {
    margin-bottom: 0;
}

/* grid css */
.container, .container-fluid {--theme-gutter-x: 0;--theme-gutter-y: 0;width: 100%;padding-right: calc(var(--theme-gutter-x) * 0.5);padding-left: calc(var(--theme-gutter-x) * 0.5);margin-right: auto;margin-left: auto;padding-left: 20px;padding-right: 20px;}.row {--theme-gutter-x: 0;--theme-gutter-y: 0;display: flex;flex-wrap: wrap;margin-top: calc(-1 * var(--theme-gutter-y));margin-right: calc(-0.5 * var(--theme-gutter-x));margin-left: calc(-0.5 * var(--theme-gutter-x));}.row > * {box-sizing: border-box;flex-shrink: 0;width: 100%;max-width: 100%;padding-right: calc(var(--theme-gutter-x) * 0.5);padding-left: calc(var(--theme-gutter-x) * 0.5);margin-top: var(--theme-gutter-y);}.col {flex: 1 0 0%;}.row-cols-auto > * {flex: 0 0 auto;width: auto;}.row-cols-1 > * {flex: 0 0 auto;width: 100%;}.row-cols-2 > * {flex: 0 0 auto;width: 50%;}.row-cols-3 > * {flex: 0 0 auto;width: 33.33333333%;}.row-cols-4 > * {flex: 0 0 auto;width: 25%;}.row-cols-5 > * {flex: 0 0 auto;width: 20%;}.row-cols-6 > * {flex: 0 0 auto;width: 16.66666667%;}.col-auto {flex: 0 0 auto;width: auto;}.col-1 {flex: 0 0 auto;width: 8.33333333%;}.col-2 {flex: 0 0 auto;width: 16.66666667%;}.col-3 {flex: 0 0 auto;width: 25%;}.col-4 {flex: 0 0 auto;width: 33.33333333%;}.col-5 {flex: 0 0 auto;width: 41.66666667%;}.col-6 {flex: 0 0 auto;width: 50%;}.col-7 {flex: 0 0 auto;width: 58.33333333%;}.col-8 {flex: 0 0 auto;width: 66.66666667%;}.col-9 {flex: 0 0 auto;width: 75%;}.col-10 {flex: 0 0 auto;width: 83.33333333%;}.col-11 {flex: 0 0 auto;width: 91.66666667%;}.col-12 {flex: 0 0 auto;width: 100%;}.offset-1 {margin-left: 8.33333333%;}.offset-2 {margin-left: 16.66666667%;}.offset-3 {margin-left: 25%;}.offset-4 {margin-left: 33.33333333%;}.offset-5 {margin-left: 41.66666667%;}.offset-6 {margin-left: 50%;}.offset-7 {margin-left: 58.33333333%;}.offset-8 {margin-left: 66.66666667%;}.offset-9 {margin-left: 75%;}.offset-10 {margin-left: 83.33333333%;}.offset-11 {margin-left: 91.66666667%;}.g-0, .gx-0 {--theme-gutter-x: 0;}.g-0, .gy-0 {--theme-gutter-y: 0;}.g-1, .gx-1 {--theme-gutter-x: 0.25rem;}.g-1, .gy-1 {--theme-gutter-y: 0.25rem;}.g-2, .gx-2 {--theme-gutter-x: 0.5rem;}.g-2, .gy-2 {--theme-gutter-y: 0.5rem;}.g-3, .gx-3 {--theme-gutter-x: 1rem;}.g-3, .gy-3 {--theme-gutter-y: 1rem;}.g-4, .gx-4 {--theme-gutter-x: 1.5rem;}.g-4, .gy-4 {--theme-gutter-y: 1.5rem;}.g-5, .gx-5 {--theme-gutter-x: 3rem;}.g-5, .gy-5 {--theme-gutter-y: 3rem;}@media (min-width: 576px) {.col-sm-auto {flex: 0 0 auto;width: auto;}.col-sm-1 {flex: 0 0 auto;width: 8.33333333%;}.col-sm-2 {flex: 0 0 auto;width: 16.66666667%;}.col-sm-3 {flex: 0 0 auto;width: 25%;}.col-sm-4 {flex: 0 0 auto;width: 33.33333333%;}.col-sm-5 {flex: 0 0 auto;width: 41.66666667%;}.col-sm-6 {flex: 0 0 auto;width: 50%;}.col-sm-7 {flex: 0 0 auto;width: 58.33333333%;}.col-sm-8 {flex: 0 0 auto;width: 66.66666667%;}.col-sm-9 {flex: 0 0 auto;width: 75%;}.col-sm-10 {flex: 0 0 auto;width: 83.33333333%;}.col-sm-11 {flex: 0 0 auto;width: 91.66666667%;}.col-sm-12 {flex: 0 0 auto;width: 100%;}}@media (min-width: 768px) {.col-md-auto {flex: 0 0 auto;width: auto;}.col-md-1 {flex: 0 0 auto;width: 8.33333333%;}.col-md-2 {flex: 0 0 auto;width: 16.66666667%;}.col-md-3 {flex: 0 0 auto;width: 25%;}.col-md-4 {flex: 0 0 auto;width: 33.33333333%;}.col-md-5 {flex: 0 0 auto;width: 41.66666667%;}.col-md-6 {flex: 0 0 auto;width: 50%;}.col-md-7 {flex: 0 0 auto;width: 58.33333333%;}.col-md-8 {flex: 0 0 auto;width: 66.66666667%;}.col-md-9 {flex: 0 0 auto;width: 75%;}.col-md-10 {flex: 0 0 auto;width: 83.33333333%;}.col-md-11 {flex: 0 0 auto;width: 91.66666667%;}.col-md-12 {flex: 0 0 auto;width: 100%;}}@media (min-width: 992px) {.col-lg-auto {flex: 0 0 auto;width: auto;}.col-lg-1 {flex: 0 0 auto;width: 8.33333333%;}.col-lg-2 {flex: 0 0 auto;width: 16.66666667%;}.col-lg-3 {flex: 0 0 auto;width: 25%;}.col-lg-4 {flex: 0 0 auto;width: 33.33333333%;}.col-lg-5 {flex: 0 0 auto;width: 41.66666667%;}.col-lg-6 {flex: 0 0 auto;width: 50%;}.col-lg-7 {flex: 0 0 auto;width: 58.33333333%;}.col-lg-8 {flex: 0 0 auto;width: 66.66666667%;}.col-lg-9 {flex: 0 0 auto;width: 75%;}.col-lg-10 {flex: 0 0 auto;width: 83.33333333%;}.col-lg-11 {flex: 0 0 auto;width: 91.66666667%;}.col-lg-12 {flex: 0 0 auto;width: 100%;}}@media (min-width: 1200px) {.col-xl-auto {flex: 0 0 auto;width: auto;}.col-xl-1 {flex: 0 0 auto;width: 8.33333333%;}.col-xl-2 {flex: 0 0 auto;width: 16.66666667%;}.col-xl-3 {flex: 0 0 auto;width: 25%;}.col-xl-4 {flex: 0 0 auto;width: 33.33333333%;}.col-xl-5 {flex: 0 0 auto;width: 41.66666667%;}.col-xl-6 {flex: 0 0 auto;width: 50%;}.col-xl-7 {flex: 0 0 auto;width: 58.33333333%;}.col-xl-8 {flex: 0 0 auto;width: 66.66666667%;}.col-xl-9 {flex: 0 0 auto;width: 75%;}.col-xl-10 {flex: 0 0 auto;width: 83.33333333%;}.col-xl-11 {flex: 0 0 auto;width: 91.66666667%;}.col-xl-12 {flex: 0 0 auto;width: 100%;}}@media (min-width: 1500px) {.col-xxl-auto {flex: 0 0 auto;width: auto;}.col-xxl-1 {flex: 0 0 auto;width: 8.33333333%;}.col-xxl-2 {flex: 0 0 auto;width: 16.66666667%;}.col-xxl-3 {flex: 0 0 auto;width: 25%;}.col-xxl-4 {flex: 0 0 auto;width: 33.33333333%;}.col-xxl-5 {flex: 0 0 auto;width: 41.66666667%;}.col-xxl-6 {flex: 0 0 auto;width: 50%;}.col-xxl-7 {flex: 0 0 auto;width: 58.33333333%;}.col-xxl-8 {flex: 0 0 auto;width: 66.66666667%;}.col-xxl-9 {flex: 0 0 auto;width: 75%;}.col-xxl-10 {flex: 0 0 auto;width: 83.33333333%;}.col-xxl-11 {flex: 0 0 auto;width: 91.66666667%;}.col-xxl-12 {flex: 0 0 auto;width: 100%;}}.m-auto{margin: auto;}



.container {
    max-width: 100%;
    padding-left: 4.16667vw;
    padding-right: 4.16667vw;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1921px) {
    .container {
        max-width: 1600px;
        padding-left: 4.16667vw;
        padding-right: 4.16667vw;
    }
}

.navbar {
    position: fixed;
    width: 100%;
    height: 3.125vw;
    top: 3.125vw;
    z-index: 5;
    left: 0;
    right: 0;
}
.nav .logo {
    width: 13.02083vw;
    display: block;
}
.header {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
}
.header .ahl_brand {
    position: absolute;
    right: 0;
    top: 0;
    width: 10.41667vw;
}
.header .container {
    height: 100%;
}
.header-row {
    align-items: center;
    height: 100%;
}
.header-row .left {
    align-self: flex-end;
}
.header-row .left img {
    width: 50.875vw;
    max-width: none;
    /* top: -7px; */
    position: relative;
}

.header_content_wrap {
    text-align: center;
    max-width: 38.02083vw;
    margin-right: auto;
}

.trust_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    max-width: 17.1875vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.30208vw;
}
.trust_wrap .icon_wrap {
    flex: 0 0 auto;
    width: 3.125vw;
}
.trust_content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    margin-left: 1.25vw;
    flex-direction: column;
}
.trust_content p {
    text-align: left;
}
.trust_content span {
    color: var(--theme-black-2-color);
    font-size: 2.5vw;
    font-family: var(--theme-heading-font-glancyr);
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
}
.trust_content p {
    font-size: 1.25vw;
    color: var(--theme-black-color);
}
.header_content_wrap .main_heading .h1 {
    font-size: 3.75vw;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: var(--theme-blue-color);
    margin-bottom: 2.5vw;
}
.header_content_wrap .main_heading .h1 span {
    color: var(--theme-green-color);
}
.header_content_wrap .seperator {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(83, 189, 138, 0.00) 0%, #175F9F 49.5%, rgba(83, 189, 138, 0.00) 100%)
}
.address_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin-top: 1.30208vw;
    max-width: 27.60417vw;
    margin-left: auto;
    margin-right: auto;
}
.address_wrap + .address_wrap {
    align-items: center;
}
.address_wrap .icon_wrap {
    flex: 0 0 auto;
}
.address_wrap .trust_content {
    margin-left: 10px;
}
.address_wrap .trust_content p {
    font-size: 0.9375vw;
    color: var(--theme-black-3-color);
    text-align: center;
}
.address_wrap .trust_content a {
    color: var(--theme-black-3-color);
    font-size: 0.9375vw;
}



@media only screen and (max-width: 1199px) {
    .trust_wrap {
        max-width: 20.1875vw;
    }
    .trust_content span {
        font-size: 3.5vw;
    }
    .trust_content p {
        font-size: 1.45vw;
    }
    .header_content_wrap {
        max-width: 40.02083vw;
    }
    .address_wrap .trust_content p {
        font-size: 1.5375vw;
    }
    .address_wrap .trust_content a {
        font-size: 1.5375vw;
    }
}

@media only screen and (max-width: 991px) {
    .navbar {
        height: auto;
    }
    .nav .logo {
        width: 200px;
    }
    .header-row {
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        margin-top: 5%;
    }
    .header-row .left {
        text-align: center;
    }
    .header-row .left img {
        width: 85%;
        max-width: 100%;
    }
    .trust_wrap .icon_wrap {
        width: 6.125vw;
    }
    .trust_content {
        margin-left: 3.25vw;
    }
    .trust_content span {
        font-size: 5.5vw;
    }
    .trust_wrap {
        max-width: 40.1875vw;
        margin-bottom: 2.30208vw;
    }
    .trust_content p {
        font-size: 3.05vw;
    }
    .header_content_wrap {
        max-width: 75.02083vw;
        margin-left: auto;
        margin-bottom: 5.20833vw;
    }
    .header_content_wrap .main_heading .h1 {
        font-size: 6.75vw;
        margin-bottom: 2.5vw;
    }
    .address_wrap {
        max-width: 100%;
        margin-top: 3.30208vw;
        padding-left: 2.5625vw;
        padding-right: 2.5625vw;
    }
    .address_wrap .trust_content p {
        font-size: 3.05vw;
    }
    .address_wrap .trust_content a {
        font-size: 3.05vw;
    }
}

@media only screen and (max-width: 768px) {
    .header-row .left img {
        width: 70%;
    }
}

@media only screen and (max-width: 767px) {
    .navbar {
        top: 6.125vw;
    }
    .nav .logo {
        width: 140px;
    }
    .header-row {
        justify-content: space-between;
    }
    .header-row .left img {
        width: 90%;
    }
    .header_content_wrap {
        max-width: 100%;
        margin-left: auto;
        margin-bottom: 0;
        margin-top: 24.8125vw;
    }
    .header_content_wrap .main_heading .h1 {
        font-size: 8.75vw;
        margin-bottom: 4.5vw;
    }
    .trust_content span {
        font-size: 8.5vw;
    }
    .trust_wrap {
        max-width: 80%;
        margin-bottom: 4.30208vw;
    }
    .trust_wrap .icon_wrap {
        width: 10.125vw;
    }
    .trust_content p {
        font-size: 5.05vw;
    }
    .address_wrap {
        margin-top: 5.30208vw;
    }
    .address_wrap + .address_wrap {
        margin-top: 2.30208vw;
    }
    .address_wrap .trust_content p {
        font-size: 4.05vw;
    }
    .address_wrap .trust_content a {
        font-size: 4.05vw;
    }
}