
       

        .sub-navigation {
            display: flex;
            justify-content: space-around;
            margin-bottom: 20px;
        }

        .sub-navigation button {
            padding: 10px 20px;
            background-color: #b2d8d8;
            border: none;
            border-radius: 5px;
            color: #ffffff;
            cursor: pointer;
        }

        .sub-navigation button:hover {
            background-color: #87a7a7;
        }

        .sub-navigation button.active {
            background-color: #4b9ea1;
        }

        .content-section {
            /* display: none; */
            padding: 20px;
            border-top: 1px solid #ccc;
        }

        .content-section.active {
            display: block;
        }
    

        html {
            -webkit-text-size-adjust: 100%;
            -ms-text-size-adjust: 100%;
            font-family: sans-serif;
          }
          
         
          
         
          * {
            box-sizing: border-box;
          }
          
          
          .w-button {
            color: #fff;
            line-height: inherit;
            cursor: pointer;
            background-color: #3898ec;
            border: 0;
            border-radius: 0;
            padding: 9px 15px;
            text-decoration: none;
            display: inline-block;
          }
          
          input.w-button {
            -webkit-appearance: button;
          }
          
          html[data-w-dynpage] [data-w-cloak] {
            color: #0000 !important;
          }
          
          .w-code-block {
            margin: unset;
          }
          
          pre.w-code-block code {
            all: inherit;
          }
          
          .w-optimization {
            display: contents;
          }
          
          
          ul, ol {
            margin-top: 0;
            margin-bottom: 10px;
            padding-left: 40px;
          }
          
          .w-list-unstyled {
            padding-left: 0;
            list-style: none;
          }
          
          .w-embed:before, .w-embed:after {
            content: " ";
            grid-area: 1 / 1 / 2 / 2;
            display: table;
          }
          
          .w-embed:after {
            clear: both;
          }
          
          fieldset {
            border: 0;
            margin: 0;
            padding: 0;
          }
          
          button, [type="button"], [type="reset"] {
            cursor: pointer;
            -webkit-appearance: button;
            border: 0;
          }
          
          .w-form {
            margin: 0 0 15px;
          }
          
          .w-form-done {
            text-align: center;
            background-color: #ddd;
            padding: 20px;
            display: none;
          }
          
          .w-form-fail {
            background-color: #ffdede;
            margin-top: 10px;
            padding: 10px;
            display: none;
          }
          
          label {
            margin-bottom: 5px;
            font-weight: bold;
            display: block;
          }
          
          .w-input, .w-select {
            color: #333;
            vertical-align: middle;
            background-color: #fff;
            border: 1px solid #ccc;
            width: 100%;
            height: 38px;
            margin-bottom: 10px;
            padding: 8px 12px;
            font-size: 14px;
            line-height: 1.42857;
            display: block;
          }
          
          .w-input::placeholder, .w-select::placeholder {
            color: #999;
          }
          
          .w-input:focus, .w-select:focus {
            border-color: #3898ec;
            outline: 0;
          }
          
          .w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
            cursor: not-allowed;
          }
          
          .w-input[disabled]:not(.w-input-disabled), .w-select[disabled]:not(.w-input-disabled), .w-input[readonly], .w-select[readonly], fieldset[disabled]:not(.w-input-disabled) .w-input, fieldset[disabled]:not(.w-input-disabled) .w-select {
            background-color: #eee;
          }
          
          textarea.w-input, textarea.w-select {
            height: auto;
          }
          
          .w-select {
            background-color: #f3f3f3;
          }
          
          .w-select[multiple] {
            height: auto;
          }
          
          .w-form-label {
            cursor: pointer;
            margin-bottom: 0;
            font-weight: normal;
            display: inline-block;
          }
          
          .w-radio {
            margin-bottom: 5px;
            padding-left: 20px;
            display: block;
          }
          
          .w-radio:before, .w-radio:after {
            content: " ";
            grid-area: 1 / 1 / 2 / 2;
            display: table;
          }
          
          .w-radio:after {
            clear: both;
          }
          
          .w-radio-input {
            float: left;
            margin: 3px 0 0 -20px;
            line-height: normal;
          }
          
          .w-file-upload {
            margin-bottom: 10px;
            display: block;
          }
          
          .w-file-upload-input {
            opacity: 0;
            z-index: -100;
            width: .1px;
            height: .1px;
            position: absolute;
            overflow: hidden;
          }
          
          .w-file-upload-default, .w-file-upload-uploading, .w-file-upload-success {
            color: #333;
            display: inline-block;
          }
          
          .w-file-upload-error {
            margin-top: 10px;
            display: block;
          }
          
          .w-file-upload-default.w-hidden, .w-file-upload-uploading.w-hidden, .w-file-upload-error.w-hidden, .w-file-upload-success.w-hidden {
            display: none;
          }
          
          .w-file-upload-uploading-btn {
            cursor: pointer;
            background-color: #fafafa;
            border: 1px solid #ccc;
            margin: 0;
            padding: 8px 12px;
            font-size: 14px;
            font-weight: normal;
            display: flex;
          }
          
          .w-file-upload-file {
            background-color: #fafafa;
            border: 1px solid #ccc;
            flex-grow: 1;
            justify-content: space-between;
            margin: 0;
            padding: 8px 9px 8px 11px;
            display: flex;
          }
          
          .w-file-upload-file-name {
            font-size: 14px;
            font-weight: normal;
            display: block;
          }
          
          .w-file-remove-link {
            cursor: pointer;
            width: auto;
            height: auto;
            margin-top: 3px;
            margin-left: 10px;
            padding: 3px;
            display: block;
          }
          
          .w-icon-file-upload-remove {
            margin: auto;
            font-size: 10px;
          }
          
          .w-file-upload-error-msg {
            color: #ea384c;
            padding: 2px 0;
            display: inline-block;
          }
          
          .w-file-upload-info {
            padding: 0 12px;
            line-height: 38px;
            display: inline-block;
          }
          
          .w-file-upload-label {
            cursor: pointer;
            background-color: #fafafa;
            border: 1px solid #ccc;
            margin: 0;
            padding: 8px 12px;
            font-size: 14px;
            font-weight: normal;
            display: inline-block;
          }
          
          .w-icon-file-upload-icon, .w-icon-file-upload-uploading {
            width: 20px;
            margin-right: 8px;
            display: inline-block;
          }
          
          .w-icon-file-upload-uploading {
            height: 20px;
          }
          
          
          .w-container:before, .w-container:after {
            content: " ";
            grid-area: 1 / 1 / 2 / 2;
            display: table;
          }
          
          .w-container:after {
            clear: both;
          }
          
          .w-container .w-row {
            margin-left: -10px;
            margin-right: -10px;
          }
          
          .w-row:before, .w-row:after {
            content: " ";
            grid-area: 1 / 1 / 2 / 2;
            display: table;
          }
          
          .w-row:after {
            clear: both;
          }
          
          .w-row .w-row {
            margin-left: 0;
            margin-right: 0;
          }
          
          .w-col {
            float: left;
            width: 100%;
            min-height: 1px;
            padding-left: 10px;
            padding-right: 10px;
            position: relative;
          }
          
          .w-col .w-col {
            padding-left: 0;
            padding-right: 0;
          }
          
          .w-col-1 {
            width: 8.33333%;
          }
          
          .w-col-2 {
            width: 16.6667%;
          }
          
          .w-col-3 {
            width: 25%;
          }
          
          .w-col-4 {
            width: 33.3333%;
          }
          
          .w-col-5 {
            width: 41.6667%;
          }
          
          .w-col-6 {
            width: 50%;
          }
          
          .w-col-7 {
            width: 58.3333%;
          }
          
          .w-col-8 {
            width: 66.6667%;
          }
          
          .w-col-9 {
            width: 75%;
          }
          
          .w-col-10 {
            width: 83.3333%;
          }
          
          .w-col-11 {
            width: 91.6667%;
          }
          
          .w-col-12 {
            width: 100%;
          }
          
          .w-hidden-main {
            display: none !important;
          }
          
          @media screen and (max-width: 991px) {
            .w-container {
              max-width: 728px;
            }
          
            .w-hidden-main {
              display: inherit !important;
            }
          
            .w-hidden-medium {
              display: none !important;
            }
          
            .w-col-medium-1 {
              width: 8.33333%;
            }
          
            .w-col-medium-2 {
              width: 16.6667%;
            }
          
            .w-col-medium-3 {
              width: 25%;
            }
          
            .w-col-medium-4 {
              width: 33.3333%;
            }
          
            .w-col-medium-5 {
              width: 41.6667%;
            }
          
            .w-col-medium-6 {
              width: 50%;
            }
          
            .w-col-medium-7 {
              width: 58.3333%;
            }
          
            .w-col-medium-8 {
              width: 66.6667%;
            }
          
            .w-col-medium-9 {
              width: 75%;
            }
          
            .w-col-medium-10 {
              width: 83.3333%;
            }
          
            .w-col-medium-11 {
              width: 91.6667%;
            }
          
            .w-col-medium-12 {
              width: 100%;
            }
          
            .w-col-stack {
              width: 100%;
              left: auto;
              right: auto;
            }
          }
          
          @media screen and (max-width: 767px) {
            .w-hidden-main, .w-hidden-medium {
              display: inherit !important;
            }
          
            .w-hidden-small {
              display: none !important;
            }
          
            .w-row, .w-container .w-row {
              margin-left: 0;
              margin-right: 0;
            }
          
            .w-col {
              width: 100%;
              left: auto;
              right: auto;
            }
          
            .w-col-small-1 {
              width: 8.33333%;
            }
          
            .w-col-small-2 {
              width: 16.6667%;
            }
          
            .w-col-small-3 {
              width: 25%;
            }
          
            .w-col-small-4 {
              width: 33.3333%;
            }
          
            .w-col-small-5 {
              width: 41.6667%;
            }
          
            .w-col-small-6 {
              width: 50%;
            }
          
            .w-col-small-7 {
              width: 58.3333%;
            }
          
            .w-col-small-8 {
              width: 66.6667%;
            }
          
            .w-col-small-9 {
              width: 75%;
            }
          
            .w-col-small-10 {
              width: 83.3333%;
            }
          
            .w-col-small-11 {
              width: 91.6667%;
            }
          
            .w-col-small-12 {
              width: 100%;
            }
          }
          
          @media screen and (max-width: 479px) {
            .w-container {
              max-width: none;
            }
          
            .w-hidden-main, .w-hidden-medium, .w-hidden-small {
              display: inherit !important;
            }
          
            .w-hidden-tiny {
              display: none !important;
            }
          
            .w-col {
              width: 100%;
            }
          
            .w-col-tiny-1 {
              width: 8.33333%;
            }
          
            .w-col-tiny-2 {
              width: 16.6667%;
            }
          
            .w-col-tiny-3 {
              width: 25%;
            }
          
            .w-col-tiny-4 {
              width: 33.3333%;
            }
          
            .w-col-tiny-5 {
              width: 41.6667%;
            }
          
            .w-col-tiny-6 {
              width: 50%;
            }
          
            .w-col-tiny-7 {
              width: 58.3333%;
            }
          
            .w-col-tiny-8 {
              width: 66.6667%;
            }
          
            .w-col-tiny-9 {
              width: 75%;
            }
          
            .w-col-tiny-10 {
              width: 83.3333%;
            }
          
            .w-col-tiny-11 {
              width: 91.6667%;
            }
          
            .w-col-tiny-12 {
              width: 100%;
            }
          }
          
          .w-widget {
            position: relative;
          }
          
          .w-widget-map {
            width: 100%;
            height: 400px;
          }
          
          .w-widget-map label {
            width: auto;
            display: inline;
          }
          
          .w-widget-map img {
            max-width: inherit;
          }
          
          .w-widget-map .gm-style-iw {
            text-align: center;
          }
          
          .w-widget-map .gm-style-iw > button {
            display: none !important;
          }
          
          .w-widget-twitter {
            overflow: hidden;
          }
          
          .w-widget-twitter-count-shim {
            vertical-align: top;
            text-align: center;
            background: #fff;
            border: 1px solid #758696;
            border-radius: 3px;
            width: 28px;
            height: 20px;
            display: inline-block;
            position: relative;
          }
          
          .w-widget-twitter-count-shim * {
            pointer-events: none;
            -webkit-user-select: none;
            user-select: none;
          }
          
          .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
            text-align: center;
            color: #999;
            font-family: serif;
            font-size: 15px;
            line-height: 12px;
            position: relative;
          }
          
          .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
            display: block;
            position: relative;
          }
          
          .w-widget-twitter-count-shim.w--large {
            width: 36px;
            height: 28px;
          }
          
          .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
            font-size: 18px;
            line-height: 18px;
          }
          
          .w-widget-twitter-count-shim:not(.w--vertical) {
            margin-left: 5px;
            margin-right: 8px;
          }
          
          .w-widget-twitter-count-shim:not(.w--vertical).w--large {
            margin-left: 6px;
          }
          
          .w-widget-twitter-count-shim:not(.w--vertical):before, .w-widget-twitter-count-shim:not(.w--vertical):after {
            content: " ";
            pointer-events: none;
            border: solid #0000;
            width: 0;
            height: 0;
            position: absolute;
            top: 50%;
            left: 0;
          }
          
          .w-widget-twitter-count-shim:not(.w--vertical):before {
            border-width: 4px;
            border-color: #75869600 #5d6c7b #75869600 #75869600;
            margin-top: -4px;
            margin-left: -9px;
          }
          
          .w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
            border-width: 5px;
            margin-top: -5px;
            margin-left: -10px;
          }
          
          .w-widget-twitter-count-shim:not(.w--vertical):after {
            border-width: 4px;
            border-color: #fff0 #fff #fff0 #fff0;
            margin-top: -4px;
            margin-left: -8px;
          }
          
          .w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
            border-width: 5px;
            margin-top: -5px;
            margin-left: -9px;
          }
          
          .w-widget-twitter-count-shim.w--vertical {
            width: 61px;
            height: 33px;
            margin-bottom: 8px;
          }
          
          .w-widget-twitter-count-shim.w--vertical:before, .w-widget-twitter-count-shim.w--vertical:after {
            content: " ";
            pointer-events: none;
            border: solid #0000;
            width: 0;
            height: 0;
            position: absolute;
            top: 100%;
            left: 50%;
          }
          
          .w-widget-twitter-count-shim.w--vertical:before {
            border-width: 5px;
            border-color: #5d6c7b #75869600 #75869600;
            margin-left: -5px;
          }
          
          .w-widget-twitter-count-shim.w--vertical:after {
            border-width: 4px;
            border-color: #fff #fff0 #fff0;
            margin-left: -4px;
          }
          
          .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
            font-size: 18px;
            line-height: 22px;
          }
          
          .w-widget-twitter-count-shim.w--vertical.w--large {
            width: 76px;
          }
          
          .w-slider {
            text-align: center;
            clear: both;
            -webkit-tap-highlight-color: #0000;
            tap-highlight-color: #0000;
            background: #ddd;
            height: 300px;
            position: relative;
          }
          
          .w-slider-mask {
            z-index: 1;
            white-space: nowrap;
            height: 100%;
            display: block;
            position: relative;
            left: 0;
            right: 0;
            overflow: hidden;
          }
          
          .w-slide {
            vertical-align: top;
            white-space: normal;
            text-align: left;
            width: 100%;
            height: 100%;
            display: inline-block;
            position: relative;
          }
          
          .w-slider-nav {
            z-index: 2;
            text-align: center;
            -webkit-tap-highlight-color: #0000;
            tap-highlight-color: #0000;
            height: 40px;
            margin: auto;
            padding-top: 10px;
            position: absolute;
            inset: auto 0 0;
          }
          
          .w-slider-nav.w-round > div {
            border-radius: 100%;
          }
          
          .w-slider-nav.w-num > div {
            font-size: inherit;
            line-height: inherit;
            width: auto;
            height: auto;
            padding: .2em .5em;
          }
          
          .w-slider-nav.w-shadow > div {
            box-shadow: 0 0 3px #3336;
          }
          
          .w-slider-nav-invert {
            color: #fff;
          }
          
          .w-slider-nav-invert > div {
            background-color: #2226;
          }
          
          .w-slider-nav-invert > div.w-active {
            background-color: #222;
          }
          
          .w-slider-dot {
            cursor: pointer;
            background-color: #fff6;
            width: 1em;
            height: 1em;
            margin: 0 3px .5em;
            transition: background-color .1s, color .1s;
            display: inline-block;
            position: relative;
          }
          
          .w-slider-dot.w-active {
            background-color: #fff;
          }
          
          .w-slider-dot:focus {
            outline: none;
            box-shadow: 0 0 0 2px #fff;
          }
          
          .w-slider-dot:focus.w-active {
            box-shadow: none;
          }
          
          .w-slider-arrow-left, .w-slider-arrow-right {
            cursor: pointer;
            color: #fff;
            -webkit-tap-highlight-color: #0000;
            tap-highlight-color: #0000;
            -webkit-user-select: none;
            user-select: none;
            width: 80px;
            margin: auto;
            font-size: 40px;
            position: absolute;
            inset: 0;
            overflow: hidden;
          }
          
          .w-slider-arrow-left [class^="w-icon-"], .w-slider-arrow-right [class^="w-icon-"], .w-slider-arrow-left [class*=" w-icon-"], .w-slider-arrow-right [class*=" w-icon-"] {
            position: absolute;
          }
          
          .w-slider-arrow-left:focus, .w-slider-arrow-right:focus {
            outline: 0;
          }
          
          .w-slider-arrow-left {
            z-index: 3;
            right: auto;
          }
          
          .w-slider-arrow-right {
            z-index: 4;
            left: auto;
          }
          
          .w-icon-slider-left, .w-icon-slider-right {
            width: 1em;
            height: 1em;
            margin: auto;
            inset: 0;
          }
          
          .w-slider-aria-label {
            clip: rect(0 0 0 0);
            border: 0;
            width: 1px;
            height: 1px;
            margin: -1px;
            padding: 0;
            position: absolute;
            overflow: hidden;
          }
          
          .w-slider-force-show {
            display: block !important;
          }
          
          @media screen and (max-width: 767px) {
            .w-nav-brand {
              padding-left: 10px;
            }
          }
          
          
          .w-lightbox-backdrop, .w-lightbox-container {
            -webkit-overflow-scrolling: touch;
            height: 100%;
            overflow: auto;
          }
          
          .w-lightbox-content {
            height: 100vh;
            position: relative;
            overflow: hidden;
          }
          
          .w-lightbox-view {
            opacity: 0;
            width: 100vw;
            height: 100vh;
            position: absolute;
          }
          
          .w-lightbox-view:before {
            content: "";
            height: 100vh;
          }
          
          .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
            height: 86vh;
          }
          
          .w-lightbox-frame, .w-lightbox-view:before {
            vertical-align: middle;
            display: inline-block;
          }
          
          .w-lightbox-figure {
            margin: 0;
            position: relative;
          }
          
          .w-lightbox-group .w-lightbox-figure {
            cursor: pointer;
          }
          
          .w-lightbox-img {
            width: auto;
            max-width: none;
            height: auto;
          }
          
          .w-lightbox-image {
            float: none;
            max-width: 100vw;
            max-height: 100vh;
            display: block;
          }
          
          .w-lightbox-group .w-lightbox-image {
            max-height: 86vh;
          }
          
          .w-lightbox-caption {
            text-align: left;
            text-overflow: ellipsis;
            white-space: nowrap;
            background: #0006;
            padding: .5em 1em;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            overflow: hidden;
          }
          
          .w-lightbox-embed {
            width: 100%;
            height: 100%;
            position: absolute;
            inset: 0;
          }
          
          .w-lightbox-control {
            cursor: pointer;
            background-position: center;
            background-repeat: no-repeat;
            background-size: 24px;
            width: 4em;
            transition: all .3s;
            position: absolute;
            top: 0;
          }
          
          .w-lightbox-left {
            background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
            display: none;
            bottom: 0;
            left: 0;
          }
          
          .w-lightbox-right {
            background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
            display: none;
            bottom: 0;
            right: 0;
          }
          
          .w-lightbox-close {
            background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
            background-size: 18px;
            height: 2.6em;
            right: 0;
          }
          
          .w-lightbox-strip {
            white-space: nowrap;
            padding: 0 1vh;
            line-height: 0;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            overflow: auto hidden;
          }
          
          .w-lightbox-item {
            box-sizing: content-box;
            cursor: pointer;
            width: 10vh;
            padding: 2vh 1vh;
            display: inline-block;
            -webkit-transform: translate3d(0, 0, 0);
          }
          
          .w-lightbox-active {
            opacity: .3;
          }
          
          .w-lightbox-thumbnail {
            background: #222;
            height: 10vh;
            position: relative;
            overflow: hidden;
          }
          
          .w-lightbox-thumbnail-image {
            position: absolute;
            top: 0;
            left: 0;
          }
          
          .w-lightbox-thumbnail .w-lightbox-tall {
            width: 100%;
            top: 50%;
            transform: translate(0, -50%);
          }
          
          .w-lightbox-thumbnail .w-lightbox-wide {
            height: 100%;
            left: 50%;
            transform: translate(-50%);
          }
          
          .w-lightbox-spinner {
            box-sizing: border-box;
            border: 5px solid #0006;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            margin-top: -20px;
            margin-left: -20px;
            animation: .8s linear infinite spin;
            position: absolute;
            top: 50%;
            left: 50%;
          }
          
          .w-lightbox-spinner:after {
            content: "";
            border: 3px solid #0000;
            border-bottom-color: #fff;
            border-radius: 50%;
            position: absolute;
            inset: -4px;
          }
          
          .w-lightbox-hide {
            display: none;
          }
          
          .w-lightbox-noscroll {
            overflow: hidden;
          }
          
          @media (min-width: 768px) {
            .w-lightbox-content {
              height: 96vh;
              margin-top: 2vh;
            }
          
            .w-lightbox-view, .w-lightbox-view:before {
              height: 96vh;
            }
          
            .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
              height: 84vh;
            }
          
            .w-lightbox-image {
              max-width: 96vw;
              max-height: 96vh;
            }
          
            .w-lightbox-group .w-lightbox-image {
              max-width: 82.3vw;
              max-height: 84vh;
            }
          
            .w-lightbox-left, .w-lightbox-right {
              opacity: .5;
              display: block;
            }
          
            .w-lightbox-close {
              opacity: .8;
            }
          
            .w-lightbox-control:hover {
              opacity: 1;
            }
          }
          
          .w-lightbox-inactive, .w-lightbox-inactive:hover {
            opacity: 0;
          }
          
          .w-richtext:before, .w-richtext:after {
            content: " ";
            grid-area: 1 / 1 / 2 / 2;
            display: table;
          }
          
          .w-richtext:after {
            clear: both;
          }
          
          .w-richtext[contenteditable="true"]:before, .w-richtext[contenteditable="true"]:after {
            white-space: initial;
          }
          
          .w-richtext ol, .w-richtext ul {
            overflow: hidden;
          }
          
          .w-richtext figure {
            max-width: 60%;
            position: relative;
          }
          
          .w-richtext figure > div:before {
            cursor: default !important;
          }
          
          .w-richtext figure img {
            width: 100%;
          }
          
          .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
            opacity: .6;
          }
          
          .w-richtext figure div {
            color: #0000;
            font-size: 0;
          }
          
          .w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type="image"] {
            display: table;
          }
          
          .w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type="image"] > div {
            display: inline-block;
          }
          
          .w-richtext figure.w-richtext-figure-type-image > figcaption, .w-richtext figure[data-rt-type="image"] > figcaption {
            caption-side: bottom;
            display: table-caption;
          }
          
          .w-richtext figure.w-richtext-align-center {
            clear: both;
            margin-left: auto;
            margin-right: auto;
          }
          
          .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
            max-width: 100%;
          }
          
          .w-richtext figure.w-richtext-align-normal {
            clear: both;
          }
          
          .w-richtext figure.w-richtext-align-fullwidth {
            text-align: center;
            clear: both;
            width: 100%;
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
            display: block;
          }
          
          .w-richtext figure.w-richtext-align-fullwidth > div {
            padding-bottom: inherit;
            display: inline-block;
          }
          
          .w-richtext figure.w-richtext-align-fullwidth > figcaption {
            display: block;
          }
          
          .w-richtext figure.w-richtext-align-floatleft {
            float: left;
            clear: none;
            margin-right: 15px;
          }
          
          .w-richtext figure.w-richtext-align-floatright {
            float: right;
            clear: none;
            margin-left: 15px;
          }
          
          .w-nav {
            z-index: 1000;
            background: #ddd;
            position: relative;
          }
          
          .w-nav:before, .w-nav:after {
            content: " ";
            grid-area: 1 / 1 / 2 / 2;
            display: table;
          }
          
          .w-nav:after {
            clear: both;
          }
          
          .w-nav-brand {
            float: left;
            color: #333;
            text-decoration: none;
            position: relative;
          }
          
          .w-nav-link {
            vertical-align: top;
            color: #222;
            text-align: left;
            margin-left: auto;
            margin-right: auto;
            padding: 20px;
            text-decoration: none;
            display: inline-block;
            position: relative;
          }
          
          .w-nav-link.w--current {
            color: #0082f3;
          }
          
          .w-nav-menu {
            float: right;
            position: relative;
          }
          
          [data-nav-menu-open] {
            text-align: center;
            background: #c8c8c8;
            min-width: 200px;
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            overflow: visible;
            display: block !important;
          }
          
          .w--nav-link-open {
            display: block;
            position: relative;
          }
          
          .w-nav-overlay {
            width: 100%;
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            overflow: hidden;
          }
          
          .w-nav-overlay [data-nav-menu-open] {
            top: 0;
          }
          
          .w-nav[data-animation="over-left"] .w-nav-overlay {
            width: auto;
          }
          
          .w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] [data-nav-menu-open] {
            z-index: 1;
            top: 0;
            right: auto;
          }
          
          .w-nav[data-animation="over-right"] .w-nav-overlay {
            width: auto;
          }
          
          .w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] [data-nav-menu-open] {
            z-index: 1;
            top: 0;
            left: auto;
          }
          
          .w-nav-button {
            float: right;
            cursor: pointer;
            -webkit-tap-highlight-color: #0000;
            tap-highlight-color: #0000;
            -webkit-user-select: none;
            user-select: none;
            padding: 18px;
            font-size: 24px;
            display: none;
            position: relative;
          }
          
          .w-nav-button:focus {
            outline: 0;
          }
          
          .w-nav-button.w--open {
            color: #fff;
            background-color: #c8c8c8;
          }
          
          .w-nav[data-collapse="all"] .w-nav-menu {
            display: none;
          }
          
          @media screen and (max-width: 991px) {
            .w-nav[data-collapse="medium"] .w-nav-menu {
              display: none;
            }
          
            .w-nav[data-collapse="medium"] .w-nav-button {
              display: block;
            }
          }
          
          @media screen and (max-width: 767px) {
            .w-nav[data-collapse="small"] .w-nav-menu {
              display: none;
            }
          
            .w-nav[data-collapse="small"] .w-nav-button {
              display: block;
            }
          
            .w-nav-brand {
              padding-left: 10px;
            }
          }
          
          @media screen and (max-width: 479px) {
            .w-nav[data-collapse="tiny"] .w-nav-menu {
              display: none;
            }
          
            .w-nav[data-collapse="tiny"] .w-nav-button {
              display: block;
            }
          }
          
      
          
          .w-tabs:before, .w-tabs:after {
            content: " ";
            grid-area: 1 / 1 / 2 / 2;
            display: table;
          }
          
          .w-tabs:after {
            clear: both;
          }
          
          .w-tab-menu {
            position: relative;
          }
          
          .w-tab-link {
            vertical-align: top;
            cursor: pointer;
            color: #222;
            background-color: #ddd;
            text-decoration: none;
          }
          
          .w-tab-link.w--current {
            background-color: #c8c8c8;
          }
          
          .w-tab-link:focus {
            outline: 0;
          }
          
          .w-tab-content {
            display: block;
            position: relative;
            overflow: hidden;
          }
          
          .w-tab-pane {
            display: none;
            position: relative;
          }
          
          .w--tab-active {
            display: block;
          }
          
          @media screen and (max-width: 479px) {
            .w-tab-link {
            }
          }
          
          .w-ix-emptyfix:after {
            content: "";
          }
          
          @keyframes spin {
            0% {
              transform: rotate(0);
            }
          
            100% {
              transform: rotate(360deg);
            }
          }
          
          .w-dyn-empty {
            background-color: #ddd;
            padding: 10px;
          }
          
          .w-dyn-hide, .w-dyn-bind-empty, .w-condition-invisible {
            display: none !important;
          }
          
          .wf-layout-layout {
            display: grid;
          }
          
          .w-code-component > * {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
          }
          
          :root {
            --white: white;
            --black: black;
          }
          
          .w-layout-blockcontainer {
            max-width: 90%;
            margin-left: auto;
            margin-right: auto;
            display: block;
          }
          
          .w-layout-layout {
            grid-row-gap: 20px;
            grid-column-gap: 20px;
            grid-auto-columns: 1fr;
            justify-content: center;
            padding: 20px;
          }
          
          .w-layout-cell {
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            display: flex;
          }
          
          .w-form-formrecaptcha {
            margin-bottom: 8px;
          }
          
          @media screen and (max-width: 991px) {
            .w-layout-blockcontainer {
              max-width: 728px;
            }
          }
          
          @media screen and (max-width: 767px) {
            .w-layout-blockcontainer {
              max-width: none;
            }
          }
          
          
          
          .page-wrapper {
            display: block;
          }
          
          .nav-box {
            justify-content: space-between;
            align-items: center;
            width: 100%;
            height: 80px;
            margin-left: 0;
            display: flex;
          }
          
         
          .nav-menu-mobile {
            border: 1px solid #fff;
            border-radius: 8px;
            margin-right: 30px;
            padding: 1px;
            display: flex;
          }
          
          .nav-link {
            color: #fff;
            background-color: #fff0;
            border-radius: 6px;
            justify-content: center;
            align-items: center;
            margin: 0 1px;
            padding: 14px 30px;
            text-decoration: none;
            transition: background-color .2s;
            display: flex;
          }
          
          .nav-link:hover {
            color: #000;
            background-color: #a5a5a5;
          }
          
          .nav-link.w--current, .nav-link.w--current:focus, .nav-link.w--current:visited {
            color: #000;
            background-color: #fff;
          }
          
          .circle {
            opacity: 1;
            background-color: #000;
            border-radius: 30px;
            justify-content: center;
            align-items: center;
            width: 6px;
            height: 6px;
            margin-left: 15px;
            display: none;
          }
          
          .circle:hover {
            display: block;
          }
          
          .circle.servicesnav {
            display: none;
          }
          
          .circle.active-circle, .circle.active-item {
            display: block;
          }
          
          .nav-text {
            font-family: Montserrat, sans-serif;
            font-weight: 600;
          }
          
          .nav-core-component {
            align-items: center;
            display: flex;
          }
          
          .image {
            width: 30px;
          }
          
          .image.margin-right {
            width: 20px;
            margin-right: 20px;
          }
          
          .h1 {
            text-transform: uppercase;
            margin-top: 0;
            font-size: 50px;
            font-weight: 700;
            line-height: 55px;
          }
          
          .h1.margin-right {
            margin-right: 50px;
          }
          
          .h1.white {
            font-weight: 700;
          }
          
          .h1.white.mobilehidden2 {
            text-transform: none;
          }
          .h1.mobilehidden {
            display: none;
          }
          
          .h1.mainh1 {
            font-size: 45px;
            line-height: 45px;
          }
          
          .green {
            color: #189d6d;
          }
          
          
          .h3 {
            color: #7d7d7d;
            font-size:12pt;
            height:1%;
          }
          
          .h3.white {
            color: #fff;
            font-size: 20px;
            font-weight: 600;
          }
          
          .h3.white.smaller {
            font-size: 25px;
            
          }
          
       
          .small-button:hover {
            background-color: #aaa6;
          }
          
          .small-button.white {
            border-color: #d6d6d6;
            transition: background-color .2s;
          }
          
          .small-button.white:hover {
            color: #fff;
          }
          
          .services-button-grid {
            grid-column-gap: 1px;
            grid-row-gap: 1px;
            width: 70%;
            padding: 0;
          }
          
          .services-button-grid._2x2 {
            width: 100%;
          }
          
          
          .services-card {
            cursor: pointer;
            border-radius: 10px;
            flex-direction: column;
            justify-content: space-around;
            align-items: flex-start;
            width: 350px;
            height: 100%;
            margin-left: 5px;
            margin-right: 5px;
            padding: 20px 30px;
            display: flex;
          }
          
          .services-card:hover {
            border: 2px solid #189d6d;
          }
          
          .services-card.card-1 {
            -webkit-text-fill-color: inherit;
            background-image: linear-gradient(#ffffffd9, #ffffffd9), url("https://cdn.prod.website-files.com/6542f11fb6b9075af9ae67ed/6545a6476464c3cb6a21c098_image%2030%20(1).png");
            background-position: 0 0, 0 0;
            background-size: auto, cover;
            background-clip: border-box;
            border: 2px solid #189d6d;
            flex-direction: column;
            justify-content: space-between;
            width: 400px;
            height: 400px;
            margin-left: 5px;
            margin-right: 5px;
            transition: width .2s;
            display: flex;
            transform: scale(1.03)translate(0, -7px);
          }
          
          .services-card.card-1:hover {
            border-width: 2px;
          }
          
          .services-card.card-2 {
            background-color: #000;
            background-image: url("https://cdn.prod.website-files.com/6542f11fb6b9075af9ae67ed/6542feb3dec5e115f1c824ef_services-card-bg2.png");
            background-position: 100% 0;
            background-repeat: no-repeat;
            background-size: 50% 50%;
            background-attachment: scroll;
            border: 2px solid #0000;
            flex-direction: column;
            justify-content: space-between;
            align-items: stretch;
            height: 400px;
            transition: width .2s;
            display: flex;
          }
          
          .services-card.card-2:hover {
            border-width: 2px;
            border-color: #189d6d;
          }
          
          .services-card.card-3 {
            background-image: url("https://cdn.prod.website-files.com/6542f11fb6b9075af9ae67ed/6542feb3584dcb72b4d5dc4f_services-card-bg3.png");
            background-position: 0 0;
            background-repeat: no-repeat;
            background-size: cover;
            border: 2px solid #0000;
            justify-content: space-between;
            align-items: stretch;
            height: 400px;
            transition: width .2s;
            display: flex;
          }
          
          .services-card.card-3:hover {
            border-width: 2px;
            border-color: #189d6d;
          }
          
          .services-card-number-div {
            justify-content:left;
            align-items: center;
            display: flex;
            height:1px;
            padding-top: 1px;
            border:0px;
            color: #757474;
          }
          
          .services-button-indicator {
            color: #000;
            background-color: #3898ec00;
            border: 1px solid #000;
            border-radius: 30px;
            padding-top: 0;
            padding-bottom: 0;
            padding-left: 15px;
            font-weight: 500;
          }
          
          .services-button-indicator.white {
            color: #fff;
            border-color: #fff;
          }
          
          .services-indicator-outline {
            background-color: #189d6d00;
            border: 1px solid #000;
            border-radius: 30px;
            width: 20px;
            height: 20px;
            margin-top: 0;
            margin-left: 2px;
            padding: 3px;
          }
          
          .services-indicator-outline.white {
            border-color: #fff;
          }
          
          .div-block-2 {
            background-color: #189d6d;
            border-radius: 30px;
            justify-content: center;
            align-items: center;
            width: 8px;
            height: 8px;
            margin-top: 2px;
            margin-left: 2px;
            display: flex;
          }
          
          
          .hero-left-div {
            grid-column-gap: 10px;
            grid-row-gap: 10px;
            flex-direction: column;
            align-items: flex-start;
            width: 500px;
            display: flex;
          }
          
          .heor-right-div.im1 {
            margin-right: 30%;
          }
          
          .heading {
            margin-top: 0;
          }
          
          
          .white {
            color: #fff;
            font-weight: 400;
          }
          
          
          .tab {
            border: 2px solid #0000;
            border-radius: 8px;
            width: 30%;
            height: 200px;
            margin-left: 8px;
            margin-right: 8px;
            /*padding: 20px;*/
            transition: transform 50ms;
          }
          
          .tab:hover {
            border: 2px solid #189d6d;
          }
          
          .tab.w--current {
            border: 2px solid #189d6d;
            transform: scale(1.05)translate(0, -5px);
          }
          
          .tab.card1 {
            background-image: linear-gradient(#ffffffd9, #ffffffd9), url("https://cdn.prod.website-files.com/6542f11fb6b9075af9ae67ed/6545a6476464c3cb6a21c098_image%2030%20(1).png");
            background-position: 0 0, 50%;
            background-size: auto, cover;
            border-width: 2px;
            height:58px;
          }
          
          .tab.card2 {
            background-color: #341818;
            background-position: 0 0, 0 0;
            background-repeat: no-repeat, repeat;
            background-size: cover, auto;
            border-width: 2px;
            height:58px;

          }
          
          .tab.card2.w--current {
            border-width: 2px;
            height:58px;
          }
          
          .tab.card3 {
            background-image: url("https://cdn.prod.website-files.com/6542f11fb6b9075af9ae67ed/6542feb3584dcb72b4d5dc4f_services-card-bg3.png");
            background-position: 50% 100%;
            background-size: cover;
            border-width: 2px;
            border-color: #0000;
            height:58px;
          }
          
          .tab.card3:hover {
            border-style: solid;
            border-color: #189d6d;
          }
          
          .tab.card3.w--current {
            border-color: #189d6d;
            height:58px;
          }
          
          .h2 {
            text-transform: uppercase;
            margin-top: 0;
            margin-bottom: 0;
            font-size: 42px;
            line-height: 45px;
          }
          
          .h2.margin-right {
            margin-right: 30px;
          }
          
       
          
          .services-tabs {
            width: 90%;
            margin-top: -44px;
            margin-left: 10%;
            margin-right: 10%;
          }
          
          .services-tab-content-1 {
            margin-top: 3px;
          }
          .white-circle {
            background-color: #fff;
            border-radius: 30px;
            width: 8px;
            height: 8px;
            margin-left: 15px;
            display: none;
          }
          
          .img2 {
            margin-right: 50%;
          }
          
          .img-2 {
            margin-right: 200px;
          }
          
          
          
          
          .contact-form {
            width: 100%;
          }
       
          
          .nav-container {
            width: 100%;
            max-width: 1800px;
            margin-left: 0;
            margin-right: 0;
            padding-top: 30px;
            padding-left: 20px;
            padding-right: 20px;
          }
          
          .nav-container.nav2 {
            padding-top: 0;
            padding-left: 0;
            padding-right: 0;
          }
          .div-block-13 {
            margin-top: 137px;
          }
          
          .text-block {
            margin-top: -90px;
          }
          
          .services-button-version-2 {
            border: 1px solid #000;
            border-radius: 30px;
            padding-left: 15px;
            padding-right: 15px;
          }
          
          .services-button-version-2.white {
            border-color: #fff;
          }
          

          
          .openai-image {
            margin-top: 20px;
          }
          .img5 {
            margin-bottom: 157px;
            margin-left: -91px;
          }
          
          .tabs {
            margin-top: -42px;
          }
          
          .form-block {
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            display: flex;
          }
          
          .free-version {
            margin-top: 48px;
            display: block;
          }
          
          .free-version.hidden-20-02 {
            display: none;
          }
          
          .html-embed-4 {
            display: block;
          }
          
          .paid-version {
            display: none;
          }
          
          .application-forms {
            width: 70%;
            margin-left: 10%;
            margin-right: 20%;
          }
          
          .paragraph, .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12 {
            font-size: 16px;
            line-height: 22px;
          }
          
          .icon {
            margin-right: 10px;
          }
          
          .contact-form-text {
            color: #9b9b9b;
            margin-top: 12px;
            margin-bottom: 6px;
          }
          
          .text-field-2 {
            display: none;
          }
          .div-block-15 {
            z-index: -2;
            width: 100%;
            height: 100%;
            position: absolute;
          }
          
          .apply-form {
            height: 200px;
          }
          
          .button-5 {
            margin-left: auto;
            margin-right: auto;
            display: block;
          }
          
          .width100px {
            width: 300px;
            margin-top: 36px;
            margin-left: auto;
            margin-right: auto;
          }
          
          .seperator {
            background-color: #000;
            width: 100%;
            height: 2px;
            margin-top: 12px;
          }
          
          .div-block-16 {
            width: 300px;
            margin-top: 20px;
          }
          
         
            .services-card {
              width: 350px;
            }
         
          }
          
          @media screen and (min-width: 1440px) {
      
          
            .h1.mainh1 {
              font-size: 50px;
              line-height: 55px;
            }
            .tab {
              height: 250px;
              padding: 20px;
            }
          
          
          }
          
          @media screen and (min-width: 1920px) {
            .button {
              padding: 16px 80px;
            }
          
            .hero-container {
              margin-left: auto;
              margin-right: auto;
            }
          
       
            
          
            .h1 {
              font-size: 60px;
              line-height: 60px;
            }
            .h1.mainh1 {
              font-size: 60px;
              line-height: 65px;
            }
          
            .button-2, .button-2._50 {
              padding: 20px 80px;
              font-size: 18px;
            }
          
            .button-3._50 {
              padding: 19px 60px;
            }
          
            .button-3._50._100 {
              font-size: 18px;
              font-weight: 600;
            }
          
            .image-4 {
              margin-top: 409px;
              display: none;
            }

            .tab {
              border: 1px solid #0000;
            }
          
            .tab.card1.w--current:hover {
              transform: none;
            }
          
            .h2 {
              font-size: 50px;
              line-height: 50px;
            }
          
            .section {
              max-height: 800px;
            }
          
          }
          
          @media screen and (max-width: 991px) {
            .button, .button.w--current {
              display: none;
            }
          
            .button.mobile {
              color: #fff;
              background-color: #189d6d;
              margin-left: 20px;
              margin-right: 20px;
              font-size: 20px;
              display: block;
            }
          
            .nav-menu-mobile {
              background-color: #000;
              background-image: url("https://cdn.prod.website-files.com/6542f11fb6b9075af9ae67ed/6542feb3dec5e115f1c824ef_services-card-bg2.png");
              background-position: 100% 0;
              background-repeat: no-repeat;
              background-size: auto;
              border-style: none;
              justify-content: flex-start;
              width: 100%;
              margin-right: 0;
              padding: 100px 0;
              font-size: 30px;
              line-height: 30px;
              display: flex;
              position: fixed;
            }
          
            .nav-link {
              justify-content: flex-start;
            }
          
            .nav-link:hover, .nav-link.w--current {
              color: #fff;
              background-color: #0000;
            }
          
            .nav-link.w--current:visited {
              color: #fff;
              background-color: #000;
            }
          
            .circle {
              display: none;
            }
          
            .nav-text {
              font-size: 40px;
              line-height: 40px;
            }
          
            .nav-core-component {
              display: none;
            }
          
            .horizontal-div.mobile {
              margin-bottom: 5px;
              margin-left: 10px;
            }
          
            .h1.white.mobilehidden2 {
              display: none;
            }
          
            .h1.mobilehidden {
              text-transform: uppercase;
              display: block;
            }
          
            .h1.mainh1 {
              font-size: 35px;
              line-height: 35px;
            }
          
            .button-2.centre.margin-top {
              margin-left: 0%;
              margin-right: 0;
            }
          
            .services-top-grid {
              flex-direction: column;
              align-items: flex-start;
            }
          
            .paragraph-text.max-width.stick-bottom {
              align-self: flex-start;
            }
          
            .services-bottom-grid {
              grid-column-gap: 20px;
              grid-row-gap: 20px;
              width: 100%;
              height: 100%;
            }
          
            .services-button-grid {
              grid-column-gap: 2px;
              grid-row-gap: 2px;
              width: 100%;
            }
          
            .services-card {
              width: 100%;
              height: 300px;
              padding: 30px;
            }
          
            .services-card.card-1 {
              width: 100%;
              height: 300px;
              margin-left: auto;
              margin-right: auto;
              transform: none;
            }
          
            .services-card.card-1.mobilecard1 {
              width: 100%;
              transform: none;
            }
          
            .services-card.card-2, .services-card.card-3 {
              height: 300px;
            }
          
            .services-card-top-div {
              width: 100%;
            }
          
            .div-block-4 {
              margin-right: 30px;
            }
      
          
            .div-block-5.mobile {
              margin-left: 20px;
            }
          
            .image-4 {
              display: none;
            }
          
            .tab.card1.w--current {
              width: 35%;
              
            }
          
            .services-tabs {
              width: 100%;
              margin-left: 0%;
              margin-right: 0;
            }
            .menu-button {
              color: #189d6d;
              padding: 0;
              display: block;
            }
          
            .menu-button.w--open {
              width: 100%;
              height: 300px;
            }
          
            .menu-icon {
              margin-left: 30px;
              font-size: 60px;
            }
          
            .html-embed, .html-embed-2 {
              display: none;
            }
            .address-icon {
              margin-top: 0;
            }
          
            .close-icon {
              text-align: right;
              margin-right: 10px;
            }
          
            .mobile {
              margin-left: 20px;
            }
          
            .close-nav-menu-link-block {
              order: 0;
              justify-content: flex-end;
              align-self: auto;
              width: 30px;
              height: 30px;
              margin-top: -48px;
              margin-left: 90%;
              margin-right: auto;
              display: block;
            }
          }
          
          @media screen and (max-width: 767px) {
            .container {
              padding: 2px 18px;
            }
          
            .container.hero.mobile {
              height: 400px;
              margin-left: 0;
            }
          
            .hero-container {
              padding-left: 10px;
              padding-right: 10px;
            }
          
            .horizontal-div {
              margin-bottom: 0;
            }
          
            .horizontal-div.button-block {
              width: 100%;
            }
          
            .horizontal-div.button-block.buttonblock {
              flex-direction: row;
              align-items: stretch;
              margin-left: auto;
              margin-right: auto;
            }
          
            .h1.margin-right {
              margin-right: 20px;
            }
          
            .h1.white {
              font-size: 40px;
              line-height: 45px;
            }
          
            .h1.white.mobilehidden2 {
              display: none;
            }
          
            .h1.mobilehidden {
              display: block;
            }
          
            .h1.margin-right {
              margin-bottom: 0;
            }
          
            .button-2 {
              text-align: center;
              width: 100%;
            }
          
            .button-2._50 {
              text-align: center;
              width: 50%;
              padding-left: 25px;
              padding-right: 25px;
            }
          
            .button-2.centre.margin-top {
              margin-left: 0%;
              margin-right: 0;
            }
          
            .button-3._50 {
              justify-content: space-around;
              width: 50%;
              padding-left: 25px;
              padding-right: 25px;
            }
          
            .button-3._50._100 {
              justify-content: space-between;
              width: 100%;
            }
          
            .hero-box {
              flex-direction: row;
              justify-content: flex-start;
              align-items: center;
              margin: 20px auto 0%;
            }
          
            .hero-box.main-hero {
              align-items: flex-start;
              margin-top: 5%;
            }
          
            .services-top-grid {
              margin-top: 0;
            }
          
            .text.margin-top {
              margin-top: 50px;
            }
          
            .services-card, .services-card.card-1 {
              width: 90vw;
              margin-left: auto;
              margin-right: auto;
            }
          
            .div-block-4 {
              margin-left: 20px;
              margin-right: 10px;
            }
          
            .div-block-5 {
              margin-left: 0;
            }
          
            .hero-left-div {
              grid-column-gap: 5px;
              grid-row-gap: 5px;
            }
            .div-block-11 {
              display: none;
            }
          
            .tab {
              width: 100%;
              height: 120px;
              margin: 10px 0;
              padding: 2px 16px;
            }
          
            .tab.card1 {
              background-size: auto, contain;
              height:58px;
            }
          
            .tab.card1.w--current {
              width: 100%;
              transform: none;
              height:58px;
            }
          
            .tab.card3.w--current {
              border-color: #189d6d;
            }
          
            .services-individual-box {
              width: 100%;
            }
          
            .services-tabs {
              margin-top: 0;
            }
          
            .services-tab-menu-1 {
              flex-direction: column;
              width: 83%;
              height:229px;
              margin-left: auto;
              margin-right: auto;
              display: flex;
            }
          
            .tabs-content {
              width: 100%;
            }
          
            .nav-image {
              margin-left: -10px;
            }
            .img2, .img-2 {
              display: none;
            }
          
            .top-line {
              margin-top: 30px;
            }
          
            .nav-container {
              padding-left: 0;
              padding-right: 10px;
            }
            .brand {
              margin-left: 0;
            }
            .img5, .image-7 {
              display: none;
            }
          
            .email-icon {
              margin-top: 0;
            }
          
            .div-block-14 {
              margin-top: 20px;
            }
          
            .application-forms {
              margin-top: 50px;
              margin-bottom: 50px;
            }
          }
          
          @media screen and (max-width: 479px) {
            .container {
              padding-top: 2px;
              padding-bottom: 9px;
            }
          
            .container.hero.mobile {
              height: 500px;
            }
          
            .nav-menu-mobile {
              display: flex;
            }
          
            .horizontal-div, .horizontal-div.mobile {
              flex-direction: row;
            }
          
            .button-2, .button-3._50._100 {
              padding-left: 10px;
              padding-right: 10px;
            }
          
            
          
          }
          

          
  /* latin */
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  
  /* cyrillic-ext */
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* latin */
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin */
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  
  /* latin-ext */
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  
  /* latin */
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  
  