*, *:before, *:after {
   box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
   font-family: "Poppins-Bold";
   src: url("https://25470324.fs1.hubspotusercontent-eu1.net/hubfs/25470324/Orbis_March2022/fonts/Poppins-Bold.eot") format("embedded-opentype"), 
      url(https://25470324.fs1.hubspotusercontent-eu1.net/hubfs/25470324/raw_assets/public/Orbis_March2022/fonts/Poppins-Bold.woff) format("woff");
   font-style: normal; 
   font-weight: normal;
}
@font-face { 
   font-family: "Poppins-BoldItalic"; 
   src: url("https://25470324.fs1.hubspotusercontent-eu1.net/hubfs/25470324/Orbis_March2022/fonts/Poppins-BoldItalic.eot") format("embedded-opentype"), 
      url(https://25470324.fs1.hubspotusercontent-eu1.net/hubfs/25470324/raw_assets/public/Orbis_March2022/fonts/Poppins-BoldItalic.woff) format("woff"), 
      url(https://25470324.fs1.hubspotusercontent-eu1.net/hubfs/25470324/raw_assets/public/Orbis_March2022/fonts/Poppins-BoldItalic.ttf) format("truetype");
   font-style: normal; 
   font-weight: normal;
}
@font-face { 
   font-family: "Poppins-Light";
   src: url("https://25470324.fs1.hubspotusercontent-eu1.net/hubfs/25470324/Orbis_March2022/fonts/Poppins-Light.eot") format("embedded-opentype"),
      url(https://25470324.fs1.hubspotusercontent-eu1.net/hubfs/25470324/raw_assets/public/Orbis_March2022/fonts/Poppins-Light.woff) format("woff");
   font-style: normal; 
   font-weight: normal; 
}
@font-face { 
   font-family: "Poppins-Medium";
   src: url("https://25470324.fs1.hubspotusercontent-eu1.net/hubfs/25470324/Orbis_March2022/fonts/Poppins-Medium.eot") format("embedded-opentype"), 
      url(https://25470324.fs1.hubspotusercontent-eu1.net/hubfs/25470324/raw_assets/public/Orbis_March2022/fonts/Poppins-Medium.woff) format("woff"),
      url(https://25470324.fs1.hubspotusercontent-eu1.net/hubfs/25470324/raw_assets/public/Orbis_March2022/fonts/Poppins-Medium.ttf) format("truetype");
   font-style: normal; 
   font-weight: normal; 
}
@font-face { 
   font-family: "Poppins-MediumItalic";
   src: url("https://25470324.fs1.hubspotusercontent-eu1.net/hubfs/25470324/Orbis_March2022/fonts/Poppins-MediumItalic.eot") format("embedded-opentype"), 
      url(https://25470324.fs1.hubspotusercontent-eu1.net/hubfs/25470324/raw_assets/public/Orbis_March2022/fonts/Poppins-MediumItalic.woff) format("woff");
   font-style: normal; 
   font-weight: normal; 
}
body.overflow{
   overflow:hidden;
}
body {
   letter-spacing: 0.05em;
   -webkit-text-size-adjust: 100%;
   overflow-x: hidden;
   line-height:150%;
}
.body-wrapper{
   position: relative;
   overflow-x: hidden;
}
html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
   line-break: strict;
   word-break: break-all;
}

/* Paragraphs */

p {
   font-size: 1rem;
   margin: 0;
}

/* Anchors */

a {
   cursor: pointer;
   text-decoration: none;
   -webkit-transition: all 0.15s linear;
   -moz-transition: all 0.15s linear;
   -o-transition: all 0.15s linear;
   transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
   margin: 0 0 1rem;
   overflow-wrap: break-word;
   font-size: 100%;
   font-weight: normal;
   line-height:100%;
}

/* Lists */

ul,
ol {
   margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
   margin: 0;
}

ul.no-list {
   list-style: none;
}

/* Code blocks */

code {
   vertical-align: bottom;
}

/* Blockquotes */

blockquote {
   border-left: 2px solid;
   margin: 0 0 1.4rem;
   padding-left: 15px;
}

/* Horizontal rules */

hr {
   background-color: #CCC;
   border: none;
   color: #CCC;
   height: 1px;
}
button,
.button {
  display: inline-block;
   text-align: center;
   text-transform: uppercase;
   font-family: 'Poppins-Bold';
   font-size: 1.3em;
   cursor: pointer;
   color: #000;
   line-height: 150%;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
   width: 100%;
   padding-bottom: 25px;
   margin-bottom: 25px;
   border-bottom: 1px solid #ddd;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
   border: none;
}
/* Labels */

form label {
   font-family: 'Poppins-Bold';
   text-transform: uppercase;
   font-size: 12px;
   display:inline-block;
}

/* Help text - legends */

form legend {
   font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
   width: 100%;
   resize: none;
   border: none;
   border-radius: 0;
   outline:none;
   padding: 5px 0 0;
   height: 35px;
   background-color: transparent;
   font-family: inherit;
   font-size: inherit;
   font-weight: inherit;
}

form fieldset {
   max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
   margin: 0;
   padding: 0;
   list-style: none;
}

form .inputs-list > li {
   display: block;
   margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
   vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
   cursor: pointer;
   margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
   position: relative;
}

.hs-dateinput:before {
   content:'\01F4C5';
   position: absolute;
   right: 10%;
   top: 50%;
   transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
   color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
   border-radius: 0;
   box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
   border-radius: 0 !important;
   color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
   background-color: transparent;
   border: initial;
   padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
   font-size: 0.875rem;
   margin: 0 0 1.4rem;
}

form .hs-richtext img {
   max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
   margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
   color: #EF6B51;
}

.hs-input.invalid.error {
   border: 1px solid #ef6b51;
}

.hs-error-msg {
   color: #EF6B51;
   margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
   display: inline-block;
   text-align: center;
   white-space:normal;
   text-transform: uppercase;
   font-family: 'Poppins-Bold';
   font-size: 1.3em;
   cursor: pointer;
   color: #000;
   line-height: 150%;
}

/* Captcha */

.grecaptcha-badge {
   margin: 0 auto;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
   overflow-x: auto;
   overflow-y: hidden;
}

ul.no-list.hs-error-msgs {
   padding: 0;
   margin: 0;
}
ul.no-list.hs-error-msgs li label, label.hs-main-font-element {
   color: #dc3232;
}
form{
   margin-bottom: 20px;
}
ul.no-list.hs-error-msgs.inputs-list li label{
   color: #EF6B51;
}
ul.no-list.hs-error-msgs{
   padding-left:0px;
}
.form-floating-alert-wrapper .form-floating-alert-error{
   color: #EF6B51;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.headers{
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 1000;
   transition: .5s;
   -o-transition: .5s;
   -ms-transition: .5s;
   -moz-transition: .5s;
   -webkit-transition: .5s;
}
html.scroll.nav-up .headers{
   top: -150px;
   -webkit-box-shadow: 0px 0 0 rgb(0 0 0 / 0%);
   box-shadow: 0px 0 0 rgb(0 0 0 / 0%);
}
html.scroll .headers{
   background-color: rgba(255,255,255,0.1);
   -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
   box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}
html.scroll .header-main{
   padding: 25px 0;
}
.header-main{
   position: relative;
   padding: 50px 0;
   -webkit-transition: .5s;
}
body.overflow .header-nav-bg{
   transform: scale(100);
   height: 90px;
   width: 90px;
}
.header-nav-bg{
   position: fixed;
   top: 100px;
   left: calc(100% - 145px);
   height: 0;
   width: 0;
   border-radius: 50%;
   z-index: 500;
   background-color: #000;
   overflow: hidden;
   transition: 1.5s;
   -o-transition: 1.5s;
   -ms-transition: 1.5s;
   -moz-transition: 1.5s;
   -webkit-transition: 1.5s;
}
body.overflow .headers .navm{
   opacity:1;
   visibility:visible;
}
.headers .navm {
   position: fixed;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   background-color: transparent;
   opacity: 0;
   visibility: hidden;
   overflow-x: hidden;
   overflow-y: scroll;
   z-index: 600;
   padding: 100px 0;
   transition: 1.5s;
   -o-transition: 1.5s;
   -ms-transition: 1.5s;
   -moz-transition: 1.5s;
   -webkit-transition: 1.5s;
}
html.scroll .header-main-bg{
   opacity: 0.9;
}
.header-main-bg{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   -webkit-transition: .5s;
   height: 100%;
   opacity: 0;
}
.container.maxx {
   width: 100% !important;
   padding: 0 100px;
   max-width: 1920px;
}
.flex-sp-bet {
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
}

.flex {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.desktop-header-social .soc-nav-wrap{
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;

}
.desktop-header-social .soc-nav-wrap ul{
   display:flex;
   list-style:none;
   padding:0px;
   margin:0px;
}
.desktop-header-social .soc-nav-wrap ul li:not(:last-child) ,
.nav-extra-social-icon ul  li:not(:last-child)  {
   margin-right: 20px;
}
.desktop-header-social .soc-nav-wrap ul li a,
.nav-extra-social-icon ul li a{
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
   display: block;
   height: 15px;
   width: 20px;
}
.desktop-header-social .soc-nav-wrap ul li a.linkedin {
   background-image: url(https://25470324.fs1.hubspotusercontent-eu1.net/hubfs/25470324/raw_assets/public/Orbis_March2022/images/soc-linkedin-w.svg);
}
.desktop-header-social .soc-nav-wrap ul li a.tw {
   background-image: url(https://25470324.fs1.hubspotusercontent-eu1.net/hubfs/25470324/raw_assets/public/Orbis_March2022/images/soc-tw-w.svg);
}
.desktop-header-social .soc-nav-wrap ul li a.insta {
   background-image: url(https://25470324.fs1.hubspotusercontent-eu1.net/hubfs/25470324/raw_assets/public/Orbis_March2022/images/soc-insta-w.svg);
}
.flex-cent {
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}
.flex-col {
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
}
html.scroll .header-logo .logo{
   height:90px;
}
.header-logo .logo {
   display: block;
   width: 250px;
   -webkit-transition: .5s;
   height: 100px;
}
.header-logo .logo .logo-o-1 {
   stroke: #ffffff;
   stroke-width: 0.75px;
   stroke-dasharray: 116.19397735595703;
   stroke-dashoffset: 116.19397735595703;
   animation: offset 3s linear 1s forwards, fill-it 2s 4s forwards;
}
.header-logo .logo .logo-o-2 {
   stroke: #ffffff;
   stroke-width: 0.75px;
   stroke-dasharray: 119.80669403076172;
   stroke-dashoffset: 119.80669403076172;
   animation: offset 3s linear 1s forwards;
}
.header-logo .logo .logo-r {
   stroke: #ffffff;
   stroke-width: 0.75px;
   stroke-dasharray: 132.71713256835938;
   stroke-dashoffset: 132.71713256835938;
   animation: offset 3s linear 1s forwards, fill-it 2s 4s forwards;
}
.header-logo .logo  .logo-b {
   stroke: #ffffff;
   stroke-width: 0.75px;
   stroke-dasharray: 315.2078857421875;
   stroke-dashoffset: 315.2078857421875;
   animation: offset 3s linear 1s forwards, fill-it 2s 4s forwards;
}
.header-logo .logo .logo-i-line {
   stroke: #ffffff;
   stroke-width: 0.75px;
   stroke-dasharray: 93.68000793457031;
   stroke-dashoffset: 93.68000793457031;
   animation: offset 3s linear 1s forwards, fill-it 2s 4s forwards;
}
.header-logo .logo .logo-i-dot {
   stroke: #ffffff;
   stroke-width: 0.75px;
   stroke-dasharray: 26.80999183654785;
   stroke-dashoffset: 26.80999183654785;
   animation: offset 3s linear 1s forwards;
}
.header-logo .logo .logo-s {
   stroke: #ffffff;
   stroke-width: 0.75px;
   stroke-dasharray: 225.21548461914062;
   stroke-dashoffset: 225.21548461914062;
   animation: offset 3s linear 1s forwards, fill-it 2s 4s forwards;
}
.header-main .nav-button-wrap{
   position: relative;
   z-index: 1000;
}
.header-main .nav-button-wrap .nav-button{
   height: 90px;
   width: 90px;
   box-sizing: border-box;
   padding: 24px 24px 0;
   z-index: 100;
   cursor: pointer;
   display: block;
   position: relative;
   -ms-flex-item-align: center;
   align-self: center;
}
.header-main .nav-button-wrap .nav-button:hover span:nth-child(2){
   background: transparent;
}
body.overflow .header-main .nav-button-wrap .nav-button:hover span:nth-child(2){
   background: #fff;
}
body.overflow .header-main .nav-button-wrap .nav-button  span:nth-child(1){
   -webkit-transform: rotate(-45deg) translate(-8px, 9px);
   transform: rotate(-45deg) translate(-8px, 9px);
}
body.overflow .header-main .nav-button-wrap .nav-button  span:nth-child(2){
   background: transparent;
   -webkit-transform: rotate(45deg) translate(1px, 0px);
   transform: rotate(45deg) translate(1px, 0px);
}
body.overflow .header-main .nav-button-wrap .nav-button  span:nth-child(3){
   -webkit-transform: rotate(-45deg) translate(9px, -8px);
   transform: rotate(-45deg) translate(9px, -8px);
}
.header-main .nav-button-wrap .nav-button span{
   height: 5px;
   background: #fff;
   margin: 7px 0;
   display: block;
   width: 100%;
   -webkit-transition: .5s;
   border: 1px solid #fff;
   position: relative;
}
.desktop-header-social {
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   display: flex;
   -ms-flex-direction: column;
   flex-direction: column;
}
body.overflow .headers .navm  .header-nav-circle-wrap,
body.overflow .headers .navm .header-nav-semicircle-wrap{
   transition-delay: .5s;
   opacity: 1;
   transform: translateZ(0);
}
.headers .navm  .header-nav-circle-wrap {
   opacity: 0;
   transition-property: opacity,transform;
   transform: translate3d(-100px,100px,0);
   transition-timing-function: ease;
   transition-duration: 2s;
}
.headers .navm .hero-circle-ico.blur {
   opacity: 0.1;
}
.hero-circle-wrap.bot .hero-circle-ico {
   background-position: bottom left;
   background-image: url(https://25470324.fs1.hubspotusercontent-eu1.net/hubfs/25470324/raw_assets/public/Orbis_March2022/images/ico-quarter-circle-hero-b-1.svg);
}
.headers .navm .header-nav-semicircle-wrap {
   opacity: 0;
   transition-property: opacity,transform;
   transform: translate3d(100px,-100px,0);
   transition-timing-function: ease;
   transition-duration: 2s;
}
.headers .navm .hero-semicircle-wrap.top {
   top: -15vw;
   right: -10vw;
}
.headers .navm .hero-semicircle-wrap {
   position: absolute;
   z-index: 5;
}
.headers .navm .hero-semicircle-ico {
   height: 55vw;
   width: 100vw;
   background-image: url(https://25470324.fs1.hubspotusercontent-eu1.net/hubfs/25470324/raw_assets/public/Orbis_March2022/images/Oval-2.svg);
}
.headers .navm .container {
   height: 100%;
   z-index: 100;
}
body.overflow .headers .navm  .nav-content-wrap{
   transition-delay: 1s;
   opacity: 1;
   transform: translateZ(0);
}
.headers .navm  .nav-content-wrap {
   height: 100%;
   opacity: 0;
   transition-property: opacity,transform;
   transform: translate3d(100px,0,0);
   transition-timing-function: ease;
   transition-duration: 2s;
}
.headers .navm .nav-logo {
   display: inline-block;
   height: 40px;
   width: 40px;
   background-image: url(https://25470324.fs1.hubspotusercontent-eu1.net/hubfs/25470324/raw_assets/public/Orbis_March2022/images/logo-orbis-o-w.svg);
}
.headers .navm .nav {
   padding: 25px 0;
}
.headers .navm .nav ul.submenu.level-1{
   list-style:none;
   padding:0px;
   margin:0px;
}
.headers .navm .nav ul.submenu.level-1>li{
   text-transform: uppercase;
   color: #fff;
   font-size: 1.8em;
   margin-bottom: 10px;
}
.headers .navm .nav ul.submenu.level-1>li>a{
   text-transform: uppercase;
   color: #fff;
   line-height:150%;
}
.headers .navm .nav ul.submenu.level-1>li>a:hover{
   font-weight:bold;
}

.headers .navm .nav ul.submenu.level-1>li:last-child{
   margin:0px;
}
.headers .navm .nav-extra p a{
   color: #fff;
}
.headers .navm .nav-extra p {
   color: #fff;
   margin-bottom: 25px;
   opacity: 0.8;
}
.nav-extra-social-icon ul{
   margin:0px;
   list-style:none;
   display:flex;
   padding:0px
}
.nav-extra-social-icon ul li a.linkedin {
   background-image: url(https://25470324.fs1.hubspotusercontent-eu1.net/hubfs/25470324/raw_assets/public/Orbis_March2022/images/soc-linkedin-w.svg);
}
.nav-extra-social-icon ul li a.tw {
   background-image: url(https://25470324.fs1.hubspotusercontent-eu1.net/hubfs/25470324/raw_assets/public/Orbis_March2022/images/soc-tw-w.svg);
}
.nav-extra-social-icon ul li a.insta {
   background-image: url(https://25470324.fs1.hubspotusercontent-eu1.net/hubfs/25470324/raw_assets/public/Orbis_March2022/images/soc-insta-w.svg);
}



/*pop-up-css*/
.popup {
   position: fixed;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   z-index: 13000;
   display: none;
}
.popup-overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0,0,0,0.3);
   z-index: 1;
   opacity: 0;
}
.popup-container {
   position: absolute;
   top: 200%;
   left: 50%;
   -webkit-transform: translate(-50%,-50%);
   transform: translate(-50%,-50%);
   padding: 50px;
   box-shadow: 0 0 10px rgb(0 0 0 / 30%);
   background-color: #fff;
   width: 1200px;
   z-index: 10;
   opacity: 0;
   transition: .5s;
   -o-transition: .5s;
   -ms-transition: .5s;
   -moz-transition: .5s;
   -webkit-transition: .5s;
}
.popup-close:hover{
   background-image: url(https://25470324.fs1.hubspotusercontent-eu1.net/hubfs/25470324/Orbis_March2022/images/ico-form-close-fill.svg);
}
.popup-close {
   display: block;
   height: 50px;
   width: 50px;
   background-image: url(https://25470324.fs1.hubspotusercontent-eu1.net/hubfs/25470324/raw_assets/public/Orbis_March2022/images/ico-form-close.svg);
   cursor: pointer;
   background-size: 40% !important;
   position: absolute;
   top: 50px;
   right: 50px;
   z-index: 20;
}
.enq-title-wrap {
   padding: 50px;
}
.w-50 {
   width: 50%;
}
.rel {
   position: relative;
}
.enq-title-icons-1, .enq-title-icons-2 {
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   background-size: 150px !important;
}
.enq-title-icons-1 {
   background-image: url(https://25470324.fs1.hubspotusercontent-eu1.net/hubfs/25470324/raw_assets/public/Orbis_March2022/images/form-icons-2.svg);
   background-position: top right !important;
}
.enq-title-icons-2 {
   background-image: url(https://25470324.fs1.hubspotusercontent-eu1.net/hubfs/25470324/raw_assets/public/Orbis_March2022/images/form-icons-3.svg);
   background-position: bottom left !important;
}
.pd-b-50 {
   padding-bottom: 50px;
}
.popup-content h2{
   overflow-wrap: break-word;
   font-size: 4em;
   font-family: 'Poppins-Bold';
   margin:0px;
   text-transform: uppercase;
   line-height: 110%;
}
.enq-title h2:last-child {
   padding-left: 115px;
}
.pd-r-200 {
   padding-right: 200px;
}
.enq-form-wrap {
   padding: 50px 50px 0;
}
.w-50 {
   width: 50%;
}
.enq-form-wrap form{
   display: flex;
   margin:0px;
   flex-wrap: wrap;
}
.enq-form-wrap form label{
   line-height:16.5px;
}
.enq-form-wrap form .hs-form-field{
   padding-bottom: 13.5px;
   margin-bottom: 15px;
}
.popup.active {
   display: block;
}
.popup.active .popup-overlay {
   -webkit-animation: reveal-popup-overlay .5s forwards;
   animation: reveal-popup-overlay .5s forwards;
}
.popup.active .popup-container {
   -webkit-animation: reveal-popup .5s ease-out .5s forwards;
   animation: reveal-popup .5s ease-out .5s forwards;
}
.enq-form-wrap form .inputs-list>li{
   margin:0px;
}
.enq-form-wrap form .inputs-list  label{
   display: flex;
   line-height:normal;
}
.enq-form-wrap form .inputs-list  label>span{
   text-transform: initial;
   font-family: 'Poppins-Light', 'Open Sans', sans-serif;
   font-size: 12px;
}
.enq-form-wrap form .inputs-list  label>input{
   width: auto;
   height: auto;
   margin: 3px 10px 0 0;
   padding: 0;
   flex: 0 0 15px;
   color: #000;
   resize: none;
   border: none;
   border-radius: 0;
   background-color: transparent;
}
.header-wrap.flex.flex-sp-bet.center {
   justify-content: center;
}
.enq-form-wrap input.hs-button.primary.large {
   display: block;
   padding: 12px 20px;
   text-align: center;
   border-radius: 50px;
   border: 2px solid #000;
   text-transform: uppercase;
   width: 300px;
   font-family: 'Poppins-Bold';
   font-size: 1.3em;
   cursor: pointer;
   background-color: transparent;
   color: #000;
   font-weight: inherit;
   transition: .5s;
   -o-transition: .5s;
   -ms-transition: .5s;
   -moz-transition: .5s;
   -webkit-transition: .5s;
}

.enq-form-wrap .actions {
   text-align: right;
   width: 100%;
   -webkit-box-pack: end;
   -ms-flex-pack: end;
   justify-content: flex-end;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}

.enq-form-wrap .hs_submit.hs-submit {
   width: 100%;
}

.enq-form-wrap input.hs-button.primary.large:hover {
   background-color: #000;
   color: #fff;
}

.enq-form-wrap .popup-content select {
   margin-left: -5px;
}

/* body.no-banner .body-wrapper {
padding-top: 200px;
} */
body.no-banner .body-wrapper > div:first-child {
   min-height: 200px;
}

body.no-banner .header-main-bg {
   opacity: 1;
}
.enq-form-wrap form  .hs_m.hs-m.hs-fieldtype-booleancheckbox.field.hs-form-field{
   border:0px;
}

@media(max-width:767px){
   .header-logo.lp{
      margin-left:10px;
   }
   .header-wrap.lp.flex.flex-sp-bet.center{
      justify-content: flex-start;
   }
}






@keyframes reveal-popup {
   0% {
      top: 200%;
      -webkit-transform: translateX(-50%) translateY(-200%);
      -ms-transform: translateX(-50%) translateY(-200%);
      transform: translateX(-50%) translateY(-200%);
      opacity: 0;
   }
   100% {
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      opacity: 1;
   }
}
@keyframes reveal-popup-overlay{
   0% {
      opacity: 0;
   }
   100% {
      opacity: 1;
   }
}

@keyframes offset{
   100% {
      stroke-dashoffset: 0;
   }
}
@keyframes fill-it{
   100% {
      fill: #ffffff;
   }
}
.migration input.hs-search-field__input {
   border-bottom: 1px solid rgba(221,221,221,1.0) !important;
   padding-bottom: 25px;
}
@media(max-width:1320px){
   .headers .navm .container{
      width: 960px;
   }
   .popup-container {
      width: 1000px;
   }
   .pd-b-50 {
      padding-bottom: 25px;
   }
   .pd-r-200 {
      padding-right: 150px;
   }
}
.hs-inline-edit .hs-private.hs-private.hs-private .gcEUXD:not(:last-child) {
   background: transparent;
}
@media(max-width:1024px){
   body.no-banner .body-wrapper > div:first-child {
      min-height: 140px;
   }
   /*    body.no-banner {
   padding-top: 140px;
} */
   .enq-form-wrap form .inputs-list label>input {
      height: 25px;
      margin: -3px 10px 0 0;
   }
   .header-logo.lp{
      height:90px;
      margin:0px;
   }
   html.scroll .header-main{
      padding: 10px 0;
   }
   .header-main{
      padding: 25px 0;
   }
   .container.maxx{
      padding: 0 50px;
   }
   .header-logo .logo{
      background-image: url(https://25470324.fs1.hubspotusercontent-eu1.net/hubfs/25470324/raw_assets/public/Orbis_March2022/images/logo-orbis.svg);
      width: 200px;
      height: 75px;
   }
   .header-logo .logo svg{
      display:none;
   }
   .header-logo{
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
   }
   .headers .navm{
      padding:50px;
   }
   .headers .navm .nav-extra p{
      font-size:14px;
   }
   .headers .navm .container{
      width: 720px;
   }
   .popup-container {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 50px 25px;
   }
   .popup-container .popup-close {
      right: 25px;
      top: 25px;
   }
   .enq-title-wrap, .enq-form-wrap {
      width: 100%;
      padding: 0;
   }

   .pd-b-50 {
      padding-bottom: 25px;
   }
   .enq-title h2:last-child {
      padding-left: 50px;
   }
   .pd-r-200 {
      padding-right: 100px;
   }
   .enq-text {
      padding-right: 0;
      margin-bottom: 25px;
   }
}
.enq-form-wrap form label span.hs-form-required {
   display: none;
}
@media(max-width:768px){
   body.no-banner .body-wrapper > div:first-child {
      min-height: 130px;
   }
/*    body.no-banner {
      padding-top: 130px;
   } */
   .enq-title-icons-1, .enq-title-icons-2 {
      display: none;
   }
   .container.maxx{
      padding: 0 25px;
   }
   .desktop-header-social{
      display:none;
   }
   .header-logo .logo{
      width: 130px;
      height: 50px;
   }
   .header-main .nav-button-wrap .nav-button{
      margin-right: -25px;
   }
   .headers .navm{
      padding:25px;
   }
   .headers .navm .nav-extra p{
      font-size:12px;
   }
   .headers .navm .container{
      width: 100%;
      padding: 0 25px;
   }
   .enq-form-wrap form .hs-form-field{
      padding-bottom: 10px;
      margin-bottom: 10px;
   }
   .enq-form-wrap form  select{
      font-size:12px;
   }
   .enq-form-wrap form  input{
      height:25px;
      font-size:12px;
   }
   .enq-form-wrap form  .hs_submit.hs-submit{
      width:100%;
   }
   .enq-form-wrap form  .hs_submit.hs-submit .actions{
      display:flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      width:100%;
   }
   .enq-form-wrap form  .hs_m.hs-m.hs-fieldtype-booleancheckbox.field.hs-form-field{
      border:0px;
   }


   .enq-form-wrap form .hs_submit.hs-submit .actions input {
      padding: 10px 20px;
      width: 250px;
      font-size: 15.6px !important;
   }
   .enq-form-wrap form  .hs_submit.hs-submit .actions input{
      padding: 10px 20px;
      width: 250px;
      height:auto;
   }
}

@media(max-width:480px){
   .popup-container {
      padding: 25px 15px;
   }
}
#footer {
   position: relative;
   background-color: #9fcdcc;
}
.ov-hid {
   overflow: hidden;
}
.pd-50 {
   padding: 50px 0;
}

.footer-ico-bot-left {
   position: absolute;
   bottom: 0;
   left: 0;
   z-index: 1;
   height: 50%;
}



.container {
   position: relative;
   margin: 0 auto;
   width: 1280px;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   min-height: 1px;
}

.container.max {
   width: 100% !important;
   padding: 0 100px;
   max-width: 1920px;
}
.footer-content {
   position: relative;
   z-index: 100;
}

.bg-contain {
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
}

.footer-logo {
   display: inline-block;
   height: 40px;
   width: 40px;
   margin-bottom: 15px;
   background-image: url(https://25470324.fs1.hubspotusercontent-eu1.net/hubfs/25470324/raw_assets/public/Orbis_March2022/images/footer-logo.svg);
}

.flex {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}

.flex-sp-bet {
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
}

.footer-info {
   margin-right: 100px;
   position: relative;
}

.footer-info::before {
   content: '';
   position: absolute;
   left: -20px;
   top: 35px;
   height: 60px;
   width: 1px;
   background-color: #878d95;
}

.footer-info h6 {
   text-transform: lowercase;
   margin-bottom: 15px;
   font-family: 'Poppins-Bold';
   line-height: 110%;
}

.footer-pol-nav ul li {
   text-transform: lowercase;
   color: #fff;
   width: 100%;
}

.footer-addresses {
   margin-bottom: 10px;
}
.footer-addresses ul {
   position: relative;
   padding: 0;
   list-style: none;
   margin: 0;
}

.footer-address-box {
   position: absolute;
   top: 0;
   left: 100%;
   padding-left: 100px;
   opacity: 0;
   width: 500px;
   pointer-events: none;
   transition: .5s;
   -o-transition: .5s;
   -ms-transition: .5s;
   -moz-transition: .5s;
   -webkit-transition: .5s;
}
.flex-end {
   -webkit-box-pack: end;
   -ms-flex-pack: end;
   justify-content: flex-end;
}
.flex-wrap {
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
.footer-awards-wrap a {
   margin-left: 25px;
   margin-bottom: 25px;
   display: block;
   vertical-align: middle;
}

.footer-right .soc-nav-wrap {
   margin-left: 50px;
}

.soc-nav-wrap ul {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   list-style: none;
   padding: 0;
   margin: 0;
}
.soc-nav-wrap ul li:not(:last-child) {
   margin-right: 20px;
}
.menu-footer-menu-container ul {
   margin: 0;
   padding: 0;
   list-style: none;
}
.footer-info h6 a {
   color: #000;
   font-size: 16px;
   line-height: 150%;
}
.menu-footer-menu-container ul li a {
   color: #fff;
}
.footer-addresses ul li a {
   color: #000;
}

.footer-content .soc-nav-wrap ul li a.linkedin {
   background-image: url(https://25470324.fs1.hubspotusercontent-eu1.net/hubfs/25470324/raw_assets/public/Orbis_March2022/images/soc-linkedin-b.svg);
}
.footer-content .soc-nav-wrap ul li a.tw {
   background-image: url(https://25470324.fs1.hubspotusercontent-eu1.net/hubfs/25470324/raw_assets/public/Orbis_March2022/images/soc-tw-b.svg);
}

.footer-content .soc-nav-wrap ul li a.insta {
   background-image: url(https://25470324.fs1.hubspotusercontent-eu1.net/hubfs/25470324/raw_assets/public/Orbis_March2022/images/soc-insta-b.svg);
}
.soc-nav-wrap ul li a {
   display: block;
   height: 15px;
   width: 20px;
   /* background-size: 75%; */
}
.footer-addresses ul > li:hover > a {
   font-weight: bold;
}
.footer-addresses ul li:hover .footer-address-box{
   opacity: 1;
}

.menu-footer-menu-container ul li:hover a{
   font-weight: bold;
}

.footer-ico-bot-left .footer-ico {
   height: 100%;
   width: 200px;
   background-position: bottom left;
}
.footer-ico {
   transition: 2s;
   transition-delay: 2s;
}
.footer-ico-mid-left .footer-ico {
   height: 55px;
   width: 200px;
   background-position: top;
}
.footer-ico-mid-right .footer-ico {
   height: 50px;
   width: 200px;
   background-position: bottom;
}
.footer-ico-top-right .footer-ico {
   height: 100%;
   width: 400px;
   background-position: top right;
}
.footer-ico-bot-left {
   position: absolute;
   bottom: 0;
   left: 0;
   z-index: 1;
   height: 50%;
}

.footer-ico-mid-left {
   position: absolute;
   top: 0;
   left: 25%;
   z-index: 1;
}
.footer-ico-mid-right {
   position: absolute;
   bottom: 0;
   right: 15%;
   z-index: 1;
}
.footer-ico-top-right {
   position: absolute;
   top: 0;
   right: 0;
   z-index: 1;
   height: 100%;
}


@media screen and (max-width: 1320px){
   .pd-50 {
      padding: 25px 0;
   }
}

@media (max-width: 1024px){
   .container.max {
      padding: 0 50px;
   }
   .footer-info {
      margin-right: 50px;
      position: relative;
   }
   .footer-info h6 a {
      color: #000;
      font-size: 14px;
      line-height: 150%;
   }
   .footer-info h6 a {
      font-size: 14px;
   }
}

@media (max-width: 768px){
   .container.max {
      padding: 0 25px;
   }
   .footer-left {
      width: 100%;
      margin-bottom: 25px;
   }
   .footer-right {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
   }
   .footer-wrap {
      width: 100%;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   }
   .footer-info h6 a {
      font-size: 12px;
   }
   .footer-right img {
      width: 50px !important;
   }
   .footer-awards-wrap a {
      display: block;
      vertical-align: middle;
      margin-left: 0;
      margin-right: 15px;
      margin-bottom: 15px;
   }
   .footer-awards-wrap {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-bottom: 10px;
   }
   .footer-right .soc-nav-wrap {
      margin-left: 0;
      width: 100%;
   }
   .footer-ico-top-right .footer-ico {
      height: 50%;
   }
   .footer-ico-mid-right .footer-ico {
      height: 50px;
   }
   .footer-ico-mid-left .footer-ico {
      height: 25px;
   }
   .footer-ico-bot-left .footer-ico {
      width: 100px;
   }
   .footer-info::before {
      left: -10px;
   }
   /*    .footer-addresses ul li:hover .footer-address-box {
   opacity: 1;
   display: block;
   position: relative;
   padding-left: 0;
   left: 0;
} */
}
@media (max-width: 360px){
   .footer-info {
      margin-right: 15px;
      position: relative;
   }
}
