*, *: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: NewJuneBold; 
	 src:url("https://24992092.fs1.hubspotusercontent-eu1.net/hubfs/24992092/raw_assets/public/RVT_Group_December2021/fonts/New-June-Bold/NewJuneBold.eot") format("embedded-opentype"), 
	 url("https://24992092.fs1.hubspotusercontent-eu1.net/hubfs/24992092/raw_assets/public/RVT_Group_December2021/fonts/New-June-Bold/NewJuneBold.woff2") format("woff2"), 
	 url("https://24992092.fs1.hubspotusercontent-eu1.net/hubfs/24992092/raw_assets/public/RVT_Group_December2021/fonts/New-June-Bold/NewJuneBold.woff") format("woff"),
	 url("https://24992092.fs1.hubspotusercontent-eu1.net/hubfs/24992092/raw_assets/public/RVT_Group_December2021/fonts/New-June-Bold/NewJuneBold.ttf") format("truetype"),
	 url("https://24992092.fs1.hubspotusercontent-eu1.net/hubfs/24992092/raw_assets/public/RVT_Group_December2021/fonts/New-June-Bold/NewJuneBold.svg") format("svg"); 
}

@font-face { font-family: NewJuneRegular; 
	 src: url("https://24992092.fs1.hubspotusercontent-eu1.net/hubfs/24992092/raw_assets/public/RVT_Group_December2021/fonts/New-June-Regular/NewJuneRegular.eot") format("embedded-opentype"),
		  url("https://24992092.fs1.hubspotusercontent-eu1.net/hubfs/24992092/raw_assets/public/RVT_Group_December2021/fonts/New-June-Regular/NewJuneRegular.woff2") format("woff2"),
		  url("https://24992092.fs1.hubspotusercontent-eu1.net/hubfs/24992092/raw_assets/public/RVT_Group_December2021/fonts/New-June-Regular/NewJuneRegular.woff") format("woff"),
		  url("https://24992092.fs1.hubspotusercontent-eu1.net/hubfs/24992092/raw_assets/public/RVT_Group_December2021/fonts/New-June-Regular/NewJuneRegular.ttf") format("truetype"),
		  url("https://24992092.fs1.hubspotusercontent-eu1.net/hubfs/24992092/raw_assets/public/RVT_Group_December2021/fonts/New-June-Regular/NewJuneRegular.svg") format("svg");
}



body {
  line-height: 1.4;
  word-break: break-word;

	 opacity:0;
	 -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}

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 0 1.4rem;
}

/* 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;
}
a:hover{
	 text-decoration:underline;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* 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 {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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;
}

input.hs-button.primary.large {
    margin-top: 10px;
}
/* Form fields */

.hs-form-field {
	 margin-bottom: 1.4rem;
}
#hs_form_target_dnd_areamigration-module-7 > form,#hs-search-module > form {
	 background-color: #000;
	 padding: 40px;
}

#hs-search-module > form > div > div > a {
	 margin-top: 10px;
}
/* Labels */

form label {
	 display: block;
	 display: block;
	 margin-bottom: 3px;
	 font-size: 14px;
	 font-family: NewJuneRegular,Helvetica,Arial,sans-serif;
	 line-height: 1.8;
	 text-align: left;
}

/* 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 {
	 background-color: #FFF;
	 border: 1px solid;
	 appearance: none;
	 width: 100%;
	 min-height: 55px;
	 padding: 0 15px;
	 font-size: 16px;
	 line-height: normal;
	 border-radius: 0;
	 cursor: default;
	 background-color: #fff;
	 outline: none;
	 font-family: NewJuneRegular,Helvetica,Arial,sans-serif;
}

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-color: #EF6B51;
}

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

/* Submit button */

form input[type=submit],
form .hs-button {
	 cursor: pointer;
	 display: inline-block;
	 padding: 20px 20px;
	 font-family: NewJuneBold,Helvetica,Arial,sans-serif;
	 font-size: 16px;
	 min-width: 16.4px;
	 text-align: center;
	 transition: all 0.15s linear;
	 white-space: normal;
}


form input[type=submit]:after,
form .hs-button:after {
	 content: "";
	 display: inline-block;
	 vertical-align: middle;
	 position: relative;
	 top: -1px;
	 width: 15px;
	 height:15px;
	 margin-left: 10px;
	 background: url(https://24992092.fs1.hubspotusercontent-eu1.net/hubfs/24992092/raw_assets/public/RVT_Group_December2021/images/button-arrow.svg) no-repeat 50%;
	 background-size: 15px 8px;
	 transition: all .18s ease-in-out;
}
/* Captcha */
form input[type=submit]:hover:after,
form .hs-button:hover:after{
	 transform: translateX(3px);
}
form input[type=submit]:hover,
form .hs-button:hover{
text-decoration:none;
}
.grecaptcha-badge {
	 margin: 0 auto;
}
.form-title {
	 font-size: 54px !important;
}


@media (max-width:1024px){
	 .form-title {
		  font-size: 40px !important;
	 }
}
@media (max-width:767px){
	 form input[type=submit], form .hs-button{
		  font-size:14px;
		  width: 100%;
	 }
	 .form-title {
		  font-size: 30px !important;
	 }
}
/* 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;
}
div#sticky {
	 position: fixed;
	 left: 0;
	 top: 0;
	 z-index: 3;
	 width: 100%;
	 transition: background-color .08s ease-in-out;
	 background: white;
	 border-bottom: 1px solid #e2e2e2;
	 box-shadow: 0 0.4rem 0.5rem 0 rgb(0 0 0 / 6%);
}

.top-header {
	 background-color: #2a2a2a;
	 padding: 7px 0 4px;
	 text-align: right;
}

.header-container {
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: end;
	 -ms-flex-pack: end;
	 justify-content: flex-end;
	 max-width: 1470px;
	 margin-left: auto;
	 margin-right: auto;
	 padding-left: 15px;
	 padding-right: 15px;
}

span.select-title span {
	 margin-right: 15px;
	 font-size: 14px;
	 line-height: 1;
	 font-family: NewJuneRegular,Helvetica,Arial,sans-serif;
}

.header-container a {
	 text-decoration: none;
	 margin-right: 15px;
	 color: #fff;
	 font-size: 14px;
	 line-height: 0;
}

.header-container a img {
	 display: inline-block;
	 max-width: 36px;
}

span.select-title div {
	 display: flex;
}

header.header {
	 max-width: 1470px;
	 margin-left: auto;
	 margin-right: auto;
	 padding-left: 15px;
	 padding-right: 15px;
	 display: flex;
	 -webkit-box-pack: justify;
	 justify-content: space-between;
	 -webkit-box-align: center;
	 align-items: center;
	 width: 100%;
	 min-height: 100px;
}

.header-container-bottom {
	 width: 100%;
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
}

.logo {
	 max-width: 236px;
	 height: 34px;
	 display: inline-block;
	 position: relative;
	 z-index: 2;
}

.logo svg {
	 width: 100%;
}

.header-menu {
	 display: flex;
	 left: auto;
	 top: auto;
	 width: auto;
	 height: auto;
	 padding-top: 0;
	 background-color: transparent;
	 z-index: 1;
	 position: static;
	 align-items: center;
}

div#hs_cos_wrapper_navigation-primary {
	 height: auto;
	 overflow: visible;
}

ul.submenu.level-1 {
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 position: relative;
	 z-index: 1;
	 -ms-flex-direction: row;
	 flex-direction: row;
	 border: 0;
	 list-style: none;
	 margin: 0;
}

ul.submenu.level-1>li {
	 position: relative;
	 border: 0;
	 width: auto;
	 display:flex;
}

ul.submenu.level-1>li>a {
	 position: relative;
	 padding: 8px 26px;
	 font-size: 16px;
	 font-family: NewJuneBold,Helvetica,Arial,sans-serif;
	 font-weight: 300;
	 line-height: 1;
}

ul.submenu.level-2 {
	 position: absolute;
	 left: 0;
	 top: 207%;
	 width: 330px;
	 padding-top: 34px;
	 list-style: none;
	 background-color: #2a2a2a;
	 padding: 14px 24px;
	 display:none;
}

ul.submenu.level-2 li:not(:last-child) {
	 border-bottom: 1px solid #555;
}

ul.submenu.level-2 li a {
	 display: flex;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: row;
	 flex-direction: row;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 padding: 10px 0;
	 font-size: 16px;
	 color: #fff;
	 line-height: 28.8px;
}

ul.submenu.level-2:before {
	 content: "";
	 display: block;
	 position: absolute;
	 left: 26px;
	 top: -16px;
	 width: 0;
	 height: 0;
	 border-left: 16px solid transparent;
	 border-right: 16px solid transparent;
	 border-bottom: 16px solid #2a2a2a;
}
.js-has-nav-mob-button {
	 width: 50px;
	 height: 100%;
	 position: absolute;
	 right: 0;
	 top: 0;
	 z-index: 2;
}

.submenu.level-1 li.has-submenu>a:after {
	 right: 10px;
	 top: 9px;
	 width: 7px;
	 height: 7px;
	 content: "";
	 display: block;
	 position: absolute;
	 border-left: 1px solid #000;
	 border-top: 1px solid #000;
	 transform: rotate( 225deg);
}

ul.submenu.level-1 li:hover a:after{
	 transform: rotate( 45deg);
	 top: 11px;
}

span.nav-icon {
	 display: inline-flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 width: 24px;
	 height: 24px;
	 margin-right: 12px;
}

.nav-icon img {
	 filter: brightness(100);
	 max-width: 23px;
	 max-height: 24px;
	 height: auto;
	 display: block;
}

.search-button {
	 display: inline-flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 position: relative;
	 z-index: 3;
	 width: 40px;
	 height: 40px;
	 cursor: pointer;
}

.search-button:before {
	 background: url(https://24992092.fs1.hubspotusercontent-eu1.net/hubfs/24992092/raw_assets/public/RVT_Group_December2021/images/header%20image/search-sprite-black.svg) no-repeat 0 0;
	 display: block;
	 content: "";
	 width: 20px;
	 height: 20px;
}
ul.submenu.level-1>li>a:before {
	 content: "";
	 display: block;
	 position: absolute;
	 left: 50%;
	 bottom: 0;
	 width: calc(100% - 54px);
	 height: 0.2rem;
	 transform: translateX(-50%);
	 border-bottom: 2px solid transparent;
}
ul.submenu.level-1>li a:hover:before{
	 border-color: #89c213;
}
ul.submenu.level-2:after {
	 content: '';
	 position: absolute;
	 top: -39px;
	 left: 0;
	 width: 100%;
	 height: 40px;
	 background: #ff000000;
}
.header-social {
	 display: none;
}
div#search-block {
	 display: none;
	 position: absolute;
	 left: 0;
	 top: 0;
	 z-index: 1;
	 width: 100%;
	 padding-top: 100px;
	 padding-bottom: 45px;
	 background-color: #fff;
}

.wrap-inner {
	 max-width: 1470px;
	 margin-left: auto;
	 margin-right: auto;
	 padding-left: 15px;
	 padding-right: 15px;
}

.search-input-wrap {
	 position: relative;
}

label.visuallyhidden {
	 border: 0;
	 clip: rect(0 0 0 0);
	 height: 1px;
	 margin: -1px;
	 overflow: hidden;
	 padding: 0;
	 position: absolute;
	 width: 1px;
	 font-size: 14px;
	 display: block;
}

#search-field {
	 appearance: none;
	 width: 100%;
	 padding: 0 55px;
	 font-size: 16px;
	 line-height: normal;
	 border: 1px solid #e2e2e2;
	 border-radius: 0;
	 color: #06074b!important;
	 min-height: 75px;
	 cursor: default;
	 outline: none;
	 background-color: #fff;
}
div#hs_cos_wrapper_navigation-primary {
	 height: auto;
	 overflow: visible;
	 z-index: 9;
}
.search-input-wrap:before {
	 display: block;
	 content: "";
	 position: absolute;
	 left: 20px;
	 top: 28px;
	 width: 20px;
	 height: 20px;
	 background: url(https://24992092.fs1.hubspotusercontent-eu1.net/hubfs/24992092/raw_assets/public/RVT_Group_December2021/images/header%20image/search-sprite-black.svg) no-repeat 0 0;
}

body.search .search-button:before {
	 background-position: 0 bottom;
}

body.search div#search-block {
	 display: block;
}

ul.submenu.level-1 li:hover a {
	 text-decoration:none;
}

.toggle {
	 display: none;
}

.hs-private.hs-private.hs-private .gcEUXD {
	 background: transparent !important;
}

/*********************** Media Quary ************************/

@media (min-width:1025px){
	 ul.submenu.level-1 li:hover ul.submenu.level-2 {
		  display: block;
	 }
}
@media (max-width:1200px){
	 ul.submenu.level-1>li>a {
		  font-size: 14px;
		  word-break: normal;
	 }
}

@media (max-width:1024px){
	 body.main.rotate ul.submenu.level-1 li a:after {
		  transform: rotate(
				-135deg);
		  top: 27px;
	 }

	 .header-menu {
		  DISPLAY: NONE;
	 }
	 .toggle {
		  display: block !important;
	 }
	 .hamburger {
		  transition-timing-function: linear;
		  font: inherit;
		  color: inherit;
		  text-transform: none;
		  background-color: transparent;
		  border: 0;
		  margin: 0;
		  position: relative;
		  z-index: 2;
		  top: -2px;
		  right: -1rem;
		  overflow: visible;
		  padding: 20px;
		  display: inline-block;
		  cursor: pointer;
	 }
	 .header-social {
		  display: block;
	 }
	 ul.submenu.level-1>li a:hover:before{
		  border-color:transparent;
	 }
	 .hamburger-box {
		  width: 25px;
		  height: 6px;
		  display: inline-block;
		  position: relative;
	 }
	 .header-social div span h4 {
		  display: block;
		  margin-bottom: 5px;
		  font-size: 16px;
		  color: #606460;
		  font-family: NewJuneRegular,Helvetica,Arial,sans-serif;
	 }
	 label.menu-arrow {
		  background: #ff000000;
		  position: absolute;
		  right: 6px;
		  top: 17px;
		  width: 30px;
		  height: 30px;
		  z-index: 12;
	 }
	 .header-social {
		  margin: 23px 15px;
	 }
	 .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
		  width: 25px;
		  height: 2px;
		  background-color: #000;
		  position: absolute;
		  transition-duration: .15s;
		  -webkit-transition-timing-function: ease;
		  transition-timing-function: ease;
	 }

	 .hamburger-inner {
		  display: block;
		  top: 50%;
		  margin-top: -1px;
	 }

	 .hamburger-inner:before {
		  top: -7px;
	 }

	 .hamburger-inner:after, .hamburger-inner:before {
		  content: "";
		  display: block;
	 }

	 .hamburger-inner:after {
		  bottom: -7px;
	 }

	 /***********    add class inbody effect *******************/
	 body.main header.header {
		  position: fixed;
		  left: 0;
		  top: 0;
		  background-color: #2a2a2a;
	 }
	 body.main .logo polygon,
	 body.main .logo path {
		  fill: #fff !important;
	 }
	 body.main .hamburger-inner {
		  transform: rotate(
				45deg);
		  background-color: #fff;
	 }

	 body.main .hamburger-inner:before {
		  top: 0;
		  opacity: 0;
		  background-color: #fff;
	 }

	 body.main .hamburger-inner:after {
		  transform: rotate(
				-90deg);
		  bottom: 0;
		  background-color: #fff;
	 }
	 body.main .header-menu {
		  position: absolute;
		  left: 0;
		  top: 0;
		  z-index: 1;
		  width: 100%;
		  height: 100vh;
		  margin-top: 90px;
		  background-color: #1e1e1e;
		  display: block;
		  overflow-y: scroll;
	 }

	 body.main ul.submenu.level-1 {
		  display: flex;
		  -webkit-box-align: center;
		  -ms-flex-align: center;
		  align-items: center;
		  -webkit-box-orient: vertical;
		  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
		  flex-direction: column;
		  position: relative;
		  z-index: 1;
		  border-top: 1px solid #555;
		  padding: 0;
	 }

	 body.main ul.submenu.level-1 li {
		  width: 100%;
		  border-bottom: 1px solid #555;
		  flex-direction: column;
	 }

	 body.main ul.submenu.level-1 li a {
		  position: relative;
		  padding: 22px 15px;
		  font-family: NewJuneBold,Helvetica,Arial,sans-serif;
		  font-size: 20px;
		  color: #fff;
		  font-weight: 300;
		  line-height: 1;
		  width: 100%;
	 }
	 li.child-open {
		  background: #2a2a2a;
	 }
	 body.main .submenu.level-1 li.has-submenu>a:after {
		  content: "";
		  display: block;
		  position: absolute;
		  right: 15px;
		  border-color: transparent;
		  top: 23px;
		  width: 12px;
		  height: 12px;
		  border-right: 2px solid #fff;
		  border-bottom: 2px solid #fff;
		  transform: rotate( 45deg);
	 }

	 ul.submenu.level-2 {
		  position: relative;
		  width: 100%;
		  background: transparent;
		  padding: 0;
	 }

	 span#js-search-button {
		  display: none;
	 }

	 ul.submenu.level-2:before {
		  display: none;
	 }

	 body.main ul.submenu.level-2 li a {
		  font-size: 16px;
		  padding: 15px;
		  line-height: 28.8px;
		  font-family: NewJuneRegular, Helvetica, Arial, sans-serif;
	 }

}


@media (max-width:992px){

}





@media (max-width:767px){
	 .logo {
		  max-width: 197px;
		  top: 1.5px;
	 }

	 .hamburger {
		  padding: 7px 20px;
		  top: -3px;
	 }

	 header.header {
		  min-height: 90px;
	 }
}





@media (max-width:320px){
	 .logo {
		  max-width: 197px;
		  top: 1.5px;
	 }

	 .hamburger {
		  padding: 7px 20px;
		  top: -3px;
	 }

	 header.header {
		  min-height: 90px;
	 }
	 .header-social div span h4 {
		  font-size: 14px;
	 }
}
footer.footer {
	 background-color: #1e1e1e;
	 position: relative;
	 background-position: 50%;
	 background-size: cover;
	 background-repeat: no-repeat;
	 text-align: left;
	 padding-bottom: 50px;
	 padding-top: 100px;
}

.footer-wrap {
	 max-width: 1470px;
	 margin-left: auto;
	 margin-right: auto;
	 padding-left: 15px;
	 padding-right: 15px;
}

.footer-width {
	 max-width: 952px;
	 margin-left: auto;
	 margin-bottom: 70px;
	 margin-right: auto;
}

.footer-grid {
	 position: static;
	 letter-spacing: normal!important;
	 margin-left: -12px;
	 margin-right: -12px;
	 display: flex;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
	 padding: 0;
	 word-spacing: -6.88px;
	 list-style-type: none;
}

.footer-section {
	 width: 25%;
	 padding: 12px;
	 position: relative;
	 vertical-align: top;
	 display: inline-block;
	 zoom: 1;
	 box-sizing: border-box;
	 letter-spacing: normal;
	 word-spacing: normal;
	 white-space: normal;
	 padding-bottom: 14px;
}

.footer-section ul {
	 padding-bottom: 0;
	 margin: 0;
	 display: flex;
	 flex-direction: column;
}

#hs_cos_wrapper_footer_logo_ > img {
	 max-width: 118px;
}

.footer-section h4 {
	 margin-bottom: 7.8px;
	 font-family: NewJuneRegular,Helvetica,Arial,sans-serif;
	 font-weight: 300;
	 font-size: 18px;
	 color: gray;
}

.footer-section ul li {
	 margin-bottom: 4px;
	 display: block;
	 line-height: 29px;
}

.footer-section ul li a {
	 color: #fff;
	 text-decoration: none;
	 font-size: 16px;
	 line-height: 1;
	 font-family: NewJuneRegular, Helvetica, Arial, sans-serif;
}

ul.social-links {
	 display: inline-block;
	 text-align: left;
	 margin-bottom: 0;
	 padding: 0;
}

ul.social-links div li {
	 display: inline-block;
	 vertical-align: top;
	 margin: 0;
	 margin-right: 2.6px;
	 letter-spacing: normal;
	 word-spacing: normal;
	 white-space: normal;
}

ul.social-links div li a {
	 display: inline-flex;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 width: 32px;
	 height: 32px;
	 border: 1px solid #89c213;
	 border-radius: 50%;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
}

.footer-base {
	 display: flex;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
	 padding-top: 30px;
	 border-top: 1px solid #000;
	 font-family: NewJuneRegular,Helvetica,Arial,sans-serif;
	 text-align: center;
	 font-size: 14px;
}
#hs_cos_wrapper_footer_follow_ > h4 {
	 margin-bottom: 9.8px;
}

.footer-base_list ul {
	 display: inline-flex;
	 margin-bottom: 0;
	 margin-right: 68px !important;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
}

.footer-base_list ul li a {
	 color: #888;
	 text-decoration: none;
	 font-family: NewJuneRegular,Helvetica,Arial,sans-serif;
	 line-height: 1.8;
	 font-size: 14px;
}

.footer-base_list ul li:not(:last-child):after {
	 content: "|";
	 margin: 0 8px 0 8.5px;
	 color: #888;
}

#hs_cos_wrapper_footer_copyright_text_ {
	 color: #888;
	 position: relative;
	 top: 1px;
}

.footer-base_list {
	 display: flex;
	 align-items: center;
}

#hs_cos_wrapper_footer_Eyekiller_ > a {
	 font-family: NewJuneRegular,Helvetica,Arial,sans-serif;
	 color: #888;
	 line-height: 25.2px;
}
#hs_menu_wrapper_footer_menu_about > ul > li:nth-child(3) {
	 margin-bottom: 3px;
}

body > div > div:nth-child(4) > footer > div > div.footer-width > div > div:nth-child(1) {
	 padding-top: 10px;
}
.footer-section ul li a:hover{
	 text-decoration:underline;
}



/************************* Media Quary **************************/

@media (max-width:1024px){
	 .footer-base {
		  flex-direction: column;
		  border: 0;
		  padding-top: 0;
	 }

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

	 .footer-base {
	 }

	 .footer-section h4 {
		  margin-bottom: 6.8px;
		  font-size: 14px;
	 }

	 #hs_cos_wrapper_footer_follow_>h4 {
		  margin-bottom: 8.8px;
	 }

	 body>div>div:nth-child(4)>footer>div>div.footer-width>div>div:nth-child(1) {
		  padding-top: 11px;
	 }

	 #hs_cos_wrapper_footer_copyright_text_ {
		  top: 0px;
	 }

	 ul.social-links div li {
		  margin-right: 4.2px;
	 }

}



@media (max-width:767px){
	 .footer-base_list {
		  flex-direction: column;
	 }

	 .footer-base_list ul {
		  margin: 0 !important;
		  flex-direction: column !important;
		  flex-wrap: nowrap;
		  margin-bottom: 13px !important;
	 }

	 span#hs_cos_wrapper_footer_menu_copyright-section {
		  display: block;
		  width: 100%;
	 }

	 footer.footer {
		  padding: 34px 0 39px;
	 }

	 #hs_cos_wrapper_footer_copyright_text_ {
		  margin-bottom: 3px;
		  display: block;
	 }

	 .footer-width {
		  margin-bottom: 14px;
	 }

	 .footer-section ul li a {
		  font-size: 14px;
	 }

	 .footer-section ul li {
		  line-height: 25.4px;
	 }

	 body>div>div:nth-child(4)>footer>div>div.footer-width>div>div:nth-child(1) {
		  padding-top: 9px;
	 }

	 body > div > div:nth-child(4) > footer > div > div.footer-width > div > div:nth-child(2) {
		  padding-left: 9px;
	 }

	 body > div > div:nth-child(4) > footer > div > div.footer-width > div > div:nth-child(3) {
		  padding-left: 7px;
	 }

	 #hs_menu_wrapper_footer_menu_about > ul > li:nth-child(4) {
		  margin-bottom: 5px;
	 }

	 body > div > div:nth-child(4) > footer > div > div.footer-width > div > div:nth-child(4) {
		  padding-left: 4px;
	 }

}


@media (max-width:480px){
	 footer.footer {
		  padding: 34px 0 40px;
	 }

	 .footer-base_list ul li:nth-child (3)a {
		  white-space: nowrap;
	 }

	 .footer-base_list ul {
		  flex-wrap: nowrap !important;
	 }

	 #hs_menu_wrapper_footer_menu_copyright-section > ul > li:nth-child(4) > a {
		  white-space: break-spaces;
		  margin-left: 2px;
	 }

	 .footer-base_list ul li:not(:last-child):after {
		  margin: 0 10px 0 8.5px;
		  position: relative;
		  top: 3px;
		  left: -1px;
	 }

	 .footer-grid {
		  flex-direction: column;
		  text-align: center;
	 }

	 .footer-section {
		  width: 100%;
	 }

	 .footer-section:not(:last-child) ul {
		  border-bottom: 1px solid #000;
		  padding-bottom: 11px;
	 }

	 body>div>div:nth-child(4)>footer>div>div.footer-width>div>div:nth-child(4) {
		  padding-bottom: 3px;
		  padding: 9px 7px 3px;
	 }

	 ul.social-links {
		  position: relative;
		  left: -2px;
	 }

	 body>div>div:nth-child(4)>footer>div>div.footer-width>div>div:nth-child(3) {
		  padding: 7px 7px 8px;
		  margin-bottom: 7px;
		  margin-top: 2px;
	 }

	 body>div>div:nth-child(4)>footer>div>div.footer-width>div>div:nth-child(2) {
		  padding: 7px;
		  margin-bottom: 7px;
	 }

	 #hs_menu_wrapper_footer_menu_about>ul>li:nth-child(4) {
		  margin-bottom: 4px;
	 }

	 body>div>div:nth-child(4)>footer>div>div.footer-width>div>div:nth-child(1) {
		  padding: 8px 15px 9px;
	 }

}


@media (max-width:320px){
	 .footer-base_list ul li:not(:last-child) a {
		  white-space: break-spaces;
	 }

	 #hs_menu_wrapper_footer_menu_copyright-section > ul > li:nth-child(3) > a {
		  white-space: nowrap;
	 }

	 #hs_cos_wrapper_footer_copyright_text_ {
		  margin-bottom: -1px;
		  line-height: 26px;
	 }

	 #hs_menu_wrapper_footer_menu_copyright-section > ul {
		  margin-bottom: 10px !important;
	 }
	 body>div>div:nth-child(4)>footer>div>div.footer-width>div>div:nth-child(3) {
    margin-bottom: 6px;
}
}


@media (max-width:992px){

}


@media (max-width:992px){

}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}