:root {
  color-scheme: light dark;
}

/* Variables
 * ===============
 *
 * All variables and most of the configuration is defined here. */
/* Responsive */
/* Sizes */
/* Colors */
/* Typography */
/* Navigation */
/* stylelint-disable */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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: -.25em;
}

sup {
  top: -.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: .35em .75em .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 {
  -webkit-box-sizing: border-box;
          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'] {
  -webkit-box-sizing: border-box;
          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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', Courier, monospace;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
  font-size: 15px;
  font-size: .9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  background: #e6e6e6;
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 1rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
  border-color: #aaa #bbb #bbb;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #666;
  padding: 3px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover, a:focus, a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  width: 100%;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex='-1']:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear::before,
.clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
  content: '';
  display: table;
  table-layout: fixed;
}

.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: .8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

html {
  scroll-padding-top: 90px;
}

@media screen and (min-width: 992px) {
  html {
    scroll-padding-top: 90px;
  }
}

body.is-no-scroll {
  overflow: hidden;
}

.app {
  margin: 0;
  overflow: hidden;
}

main {
  background: #ffffff;
}

section {
  position: relative;
  padding: 30px 0;
  background: #ffffff;
}

@media screen and (min-width: 768px) {
  section {
    padding: 66px 0;
  }
}

section.bg-image, section.section-background {
  margin: 0;
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  section.bg-image, section.section-background {
    padding: 66px 0;
  }
}

section.bg-image.extra-padding, section.section-background.extra-padding {
  padding: 60px;
}

@media screen and (min-width: 768px) {
  section.bg-image.extra-padding, section.section-background.extra-padding {
    padding: 100px 0;
  }
}

section.section-light {
  background: #222222;
}

section.section-dark {
  color: #ffffff;
  background: #226782;
}

section.section-dark h1, section.section-dark h2, section.section-dark h3, section.section-dark h4, section.section-dark h5, section.section-dark h6 {
  color: inherit;
}

section.section-dark a {
  color: inherit;
}

section.section-negative {
  padding: 0;
  margin: 0;
}

section.section-negative .container {
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  margin-top: -30px;
}

@media screen and (min-width: 768px) {
  section.section-negative .container {
    margin-top: -66px;
  }
}

section.section-negative + section {
  padding-top: 160px;
}

p, ol, ul, dl, table {
  margin: 0 0 1.5rem;
}

p:last-child {
  margin-bottom: 0;
}

ul li ul, ol li ol {
  margin-bottom: 0;
}

.tick-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.tick-list li {
  position: relative;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.5;
  padding-left: 3.2rem;
  padding-top: .3rem;
  margin-bottom: 2rem;
}

.tick-list li:before, .tick-list li:after {
  content: '\f111';
  color: #94D3EC;
  font-family: "Font Awesome 5 Free";
  font-size: 2.2rem;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
}

.tick-list li:after {
  content: '\f00c';
  color: #226782;
  font-size: 2rem;
  left: .4rem;
}

hr {
  border: 0;
  border-top: 1px solid #313732;
  height: 0;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

[hidden], .d-none {
  display: none;
}

blockquote {
  border-left: 16px solid #f0f0f0;
  margin: 0 0 1.5rem;
  padding: 0 1.5rem;
}

blockquote cite {
  display: block;
  font-style: italic;
  margin-top: 1.5rem;
  text-align: right;
}

pre {
  background: transparent;
  border: 0;
  border-radius: 5px;
  color: #222222;
  font-family: Menlo, monospace;
  font-size: .9rem;
  margin: 0 0 1.5rem;
  padding: 1rem;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
}

pre code {
  font-family: Menlo, monospace;
  line-height: 1.2;
}

:not(pre) > code {
  background: transparent;
  border: 1px solid #dedede;
  border-radius: 5px;
  color: #222222;
  font-family: Menlo, monospace;
  font-size: .9rem;
  padding: 0 .2rem;
}

kbd {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;
  color: #333;
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: .8em;
  line-height: 1.4;
  margin: 0 .1em;
  padding: .1em .6em;
  text-shadow: 0 1px 0 #ffffff;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #dedede;
}

tfoot th {
  border-top: 2px solid #dedede;
}

td {
  border-bottom: 1px solid #dedede;
}

th, td {
  padding: .5rem;
  text-align: left;
}

caption {
  caption-side: bottom;
  color: #ababab;
  padding: 1rem 0;
}

.striped-table tbody tr:nth-child(odd) {
  background-color: #f8f8f8;
}

.contain-table {
  overflow-x: auto;
}

@media screen and (min-width: 768px) {
  .contain-table {
    width: 100%;
  }
}

#breadcrumbs {
  color: #94D3EC;
  font-size: 16px;
  font-style: italic;
}

#breadcrumbs a:hover {
  text-decoration: underline;
}

body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-page {
  font-size: 1rem;
}

html {
  font-size: 100%;
}

body {
  font-family: "brother-1816", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.67;
}

@media screen and (max-width: 575px) {
  body {
    font-size: 1rem;
  }
}

body {
  color: #222222;
}

a, a:visited {
  color: #226782;
  text-decoration: none;
  -webkit-transition: all .1s;
  transition: all .1s;
}

a:hover, a:active, a:visited:hover, a:visited:active {
  text-decoration: none;
}

a:focus, a:visited:focus {
  outline: none;
}

a.focus-visible, a:visited.focus-visible {
  outline: 0.2em solid #94D3EC;
}

a:focus-visible, a:visited:focus-visible {
  outline: 0.2em solid #94D3EC;
}

p a:hover, p a:active, p a:focus {
  text-decoration: underline;
}

.page-content h1 {
  font-size: 2.75em;
}

h1, h2, h3, h4, h5, h6 {
  color: #303732;
  font-family: "brother-1816", sans-serif;
  font-weight: 900;
  letter-spacing: -0.005em;
  line-height: 1.25;
  margin: 0 0 1rem;
}

h1:not(:first-child), h2:not(:first-child), h3:not(:first-child), h4:not(:first-child), h5:not(:first-child), h6:not(:first-child) {
  margin: 1rem 0;
}

h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
  color: #94D3EC;
  font-style: normal;
  font-weight: 200;
}

h1:not(:first-child), h2:not(:first-child), h3:not(:first-child) {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  h1:not(:first-child), h2:not(:first-child), h3:not(:first-child) {
    margin-top: 2.5rem;
  }
}

hr {
  display: block;
  width: 76px;
  border-top: 4px solid #94D3EC;
  margin: 30px 0 40px;
}

hr.short {
  margin: 10px 0 40px;
}

.text-center hr, hr.center {
  margin-right: auto;
  margin-left: auto;
}

.v-pageHead h1:after, .v-pageHead h2:after, .v-pageHead h3:after {
  display: none;
}

h1 {
  font-size: 1.67rem;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 3.375rem;
  }
}

h2 {
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 3.375rem;
  }
}

h3 {
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  h3 {
    font-size: 2.5rem;
  }
}

h4 {
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  h5 {
    font-size: 1.25rem;
  }
}

.highlight {
  color: #94D3EC;
}

.highlight-2 {
  color: #CFB96A;
}

.primary {
  color: #226782;
}

.text-black {
  color: #000;
}

.text-black h1, .text-black h2, .text-black h3, .text-black h4, .text-black h5, .text-black h6 {
  color: inherit;
}

.content-title {
  color: #222222;
  font-size: 2em;
  font-family: "brother-1816", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.content-title-2 {
  font-family: "brother-1816", sans-serif;
}

.col-2pt4,
.col-sm-2pt4,
.col-md-2pt4,
.col-lg-2pt4,
.col-xl-2pt4 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}

.col-2pt4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 768px) {
  .col-sm-2pt4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 992px) {
  .col-md-2pt4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 992px) {
  .col-lg-2pt4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-xl-2pt4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}

.row-slim {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.row-slim .col, .row-slim .col-1, .row-slim .col-10, .row-slim .col-11, .row-slim .col-12, .row-slim .col-2, .row-slim .col-3, .row-slim .col-4, .row-slim .col-5, .row-slim .col-6, .row-slim .col-7, .row-slim .col-8, .row-slim .col-9, .row-slim .col-auto, .row-slim .col-lg, .row-slim .col-lg-1, .row-slim .col-lg-10, .row-slim .col-lg-11, .row-slim .col-lg-12, .row-slim .col-lg-2, .row-slim .col-lg-3, .row-slim .col-lg-4, .row-slim .col-lg-5, .row-slim .col-lg-6, .row-slim .col-lg-7, .row-slim .col-lg-8, .row-slim .col-lg-9, .row-slim .col-lg-auto, .row-slim .col-md, .row-slim .col-md-1, .row-slim .col-md-10, .row-slim .col-md-11, .row-slim .col-md-12, .row-slim .col-md-2, .row-slim .col-md-3, .row-slim .col-md-4, .row-slim .col-md-5, .row-slim .col-md-6, .row-slim .col-md-7, .row-slim .col-md-8, .row-slim .col-md-9, .row-slim .col-md-auto, .row-slim .col-sm, .row-slim .col-sm-1, .row-slim .col-sm-10, .row-slim .col-sm-11, .row-slim .col-sm-12, .row-slim .col-sm-2, .row-slim .col-sm-3, .row-slim .col-sm-4, .row-slim .col-sm-5, .row-slim .col-sm-6, .row-slim .col-sm-7, .row-slim .col-sm-8, .row-slim .col-sm-9, .row-slim .col-sm-auto, .row-slim .col-xl, .row-slim .col-xl-1, .row-slim .col-xl-10, .row-slim .col-xl-11, .row-slim .col-xl-12, .row-slim .col-xl-2, .row-slim .col-xl-3, .row-slim .col-xl-4, .row-slim .col-xl-5, .row-slim .col-xl-6, .row-slim .col-xl-7, .row-slim .col-xl-8, .row-slim .col-xl-9, .row-slim .col-xl-auto {
  padding-left: 5px;
  padding-right: 5px;
}

section .gfield_repeater_buttons .add_repeater_item_text, section .gfield_repeater_buttons .remove_repeater_item_text, .button, .button:visited, input[type=submit], input[type=reset], input[type=button] {
  height: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #226782;
  border: 2px solid #226782;
  border-radius: 30px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 17px;
  font-weight: 500;
  line-height: 19px;
  margin: 0 0 .5rem;
  outline: none;
  padding: 12px 26px 12px 26px;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: all .2s;
  transition: all .2s;
  vertical-align: middle;
}

@media screen and (max-width: 575px) {
  section .gfield_repeater_buttons .add_repeater_item_text, section .gfield_repeater_buttons .remove_repeater_item_text, .button, .button:visited, input[type=submit], input[type=reset], input[type=button] {
    font-size: 16px;
  }
}

section .gfield_repeater_buttons .add_repeater_item_text:hover,
a:hover section .gfield_repeater_buttons .add_repeater_item_text, section .gfield_repeater_buttons .add_repeater_item_text:active, section .gfield_repeater_buttons .remove_repeater_item_text:hover,
a:hover section .gfield_repeater_buttons .remove_repeater_item_text, section .gfield_repeater_buttons .remove_repeater_item_text:active, .button:hover,
a:hover .button, .button:active, .button:visited:hover,
a:hover .button:visited, .button:visited:active, input[type=submit]:hover,
a:hover input[type=submit], input[type=submit]:active, input[type=reset]:hover,
a:hover input[type=reset], input[type=reset]:active, input[type=button]:hover,
a:hover input[type=button], input[type=button]:active {
  background: #ffffff;
  border-color: #226782;
  color: #226782;
  text-decoration: none;
}

section .gfield_repeater_buttons .add_repeater_item_text::-moz-focus-inner, section .gfield_repeater_buttons .remove_repeater_item_text::-moz-focus-inner, .button::-moz-focus-inner, .button:visited::-moz-focus-inner, input[type=submit]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=button]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

section .gfield_repeater_buttons .add_repeater_item_text.focus-visible, section .gfield_repeater_buttons .remove_repeater_item_text.focus-visible, .button.focus-visible, .button:visited.focus-visible, input[type=submit].focus-visible, input[type=reset].focus-visible, input[type=button].focus-visible {
  -webkit-box-shadow: 0 0 0 0.5em rgba(148, 211, 236, 0.75);
          box-shadow: 0 0 0 0.5em rgba(148, 211, 236, 0.75);
  color: #ffffff;
  outline: none;
  text-decoration: none;
}

section .gfield_repeater_buttons .add_repeater_item_text:focus-visible, section .gfield_repeater_buttons .remove_repeater_item_text:focus-visible, .button:focus-visible, .button:visited:focus-visible, input[type=submit]:focus-visible, input[type=reset]:focus-visible, input[type=button]:focus-visible {
  -webkit-box-shadow: 0 0 0 0.5em rgba(148, 211, 236, 0.75);
          box-shadow: 0 0 0 0.5em rgba(148, 211, 236, 0.75);
  color: #ffffff;
  outline: none;
  text-decoration: none;
}

section .gfield_repeater_buttons .add_repeater_item_text:focus, section .gfield_repeater_buttons .remove_repeater_item_text:focus, .button:focus, .button:visited:focus, input[type=submit]:focus, input[type=reset]:focus, input[type=button]:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-fullwidth section .gfield_repeater_buttons .add_repeater_item_text, .btn-fullwidth section .gfield_repeater_buttons .remove_repeater_item_text, .btn-fullwidth .button, .btn-fullwidth .button:visited, .btn-fullwidth input[type=submit], .btn-fullwidth input[type=reset], .btn-fullwidth input[type=button] {
  width: 100%;
}

section .gfield_repeater_buttons .add_repeater_item_text.button-2, section .gfield_repeater_buttons .remove_repeater_item_text.button-2, .button.button-2, .button:visited.button-2, input[type=submit].button-2, input[type=reset].button-2, input[type=button].button-2 {
  color: #94D3EC;
  background: transparent;
}

section .gfield_repeater_buttons .add_repeater_item_text.button-2:hover,
a:hover section .gfield_repeater_buttons .add_repeater_item_text.button-2, section .gfield_repeater_buttons .remove_repeater_item_text.button-2:hover,
a:hover section .gfield_repeater_buttons .remove_repeater_item_text.button-2, .button.button-2:hover,
a:hover .button.button-2, .button:visited.button-2:hover,
a:hover .button:visited.button-2, input[type=submit].button-2:hover,
a:hover input[type=submit].button-2, input[type=reset].button-2:hover,
a:hover input[type=reset].button-2, input[type=button].button-2:hover,
a:hover input[type=button].button-2 {
  color: #ffffff;
  background: #94D3EC;
  border-color: #94D3EC;
}

section .gfield_repeater_buttons .add_repeater_item_text.button-3, section .gfield_repeater_buttons .remove_repeater_item_text.button-3, .button.button-3, .button:visited.button-3, input[type=submit].button-3, input[type=reset].button-3, input[type=button].button-3 {
  color: #226782;
  background: transparent;
  border-color: #226782;
}

section .gfield_repeater_buttons .add_repeater_item_text.button-3:hover,
a:hover section .gfield_repeater_buttons .add_repeater_item_text.button-3, section .gfield_repeater_buttons .remove_repeater_item_text.button-3:hover,
a:hover section .gfield_repeater_buttons .remove_repeater_item_text.button-3, .button.button-3:hover,
a:hover .button.button-3, .button:visited.button-3:hover,
a:hover .button:visited.button-3, input[type=submit].button-3:hover,
a:hover input[type=submit].button-3, input[type=reset].button-3:hover,
a:hover input[type=reset].button-3, input[type=button].button-3:hover,
a:hover input[type=button].button-3 {
  color: #ffffff;
  background: #226782;
}

section .gfield_repeater_buttons .add_repeater_item_text.button-4, section .gfield_repeater_buttons .remove_repeater_item_text.button-4, .button.button-4, .button:visited.button-4, input[type=submit].button-4, input[type=reset].button-4, input[type=button].button-4 {
  color: #226782;
  background: #ffffff;
  border-color: #226782;
}

section .gfield_repeater_buttons .add_repeater_item_text.button-4:hover,
a:hover section .gfield_repeater_buttons .add_repeater_item_text.button-4, section .gfield_repeater_buttons .remove_repeater_item_text.button-4:hover,
a:hover section .gfield_repeater_buttons .remove_repeater_item_text.button-4, .button.button-4:hover,
a:hover .button.button-4, .button:visited.button-4:hover,
a:hover .button:visited.button-4, input[type=submit].button-4:hover,
a:hover input[type=submit].button-4, input[type=reset].button-4:hover,
a:hover input[type=reset].button-4, input[type=button].button-4:hover,
a:hover input[type=button].button-4 {
  color: #ffffff;
  background: #226782;
}

section .gfield_repeater_buttons .add_repeater_item_text.button-5, section .gfield_repeater_buttons .remove_repeater_item_text.button-5, .button.button-5, .button:visited.button-5, input[type=submit].button-5, input[type=reset].button-5, input[type=button].button-5 {
  color: #ffffff;
  background: #226782;
  border-color: #226782;
}

section .gfield_repeater_buttons .add_repeater_item_text.button-5:hover,
a:hover section .gfield_repeater_buttons .add_repeater_item_text.button-5, section .gfield_repeater_buttons .remove_repeater_item_text.button-5:hover,
a:hover section .gfield_repeater_buttons .remove_repeater_item_text.button-5, .button.button-5:hover,
a:hover .button.button-5, .button:visited.button-5:hover,
a:hover .button:visited.button-5, input[type=submit].button-5:hover,
a:hover input[type=submit].button-5, input[type=reset].button-5:hover,
a:hover input[type=reset].button-5, input[type=button].button-5:hover,
a:hover input[type=button].button-5 {
  color: #226782;
  background: #ffffff;
}

section .gfield_repeater_buttons .add_repeater_item_text.button-6, section .gfield_repeater_buttons .remove_repeater_item_text.button-6, .button.button-6, .button:visited.button-6, input[type=submit].button-6, input[type=reset].button-6, input[type=button].button-6 {
  border-color: #ffffff;
}

section .gfield_repeater_buttons .add_repeater_item_text.button-6:hover,
a:hover section .gfield_repeater_buttons .add_repeater_item_text.button-6, section .gfield_repeater_buttons .remove_repeater_item_text.button-6:hover,
a:hover section .gfield_repeater_buttons .remove_repeater_item_text.button-6, .button.button-6:hover,
a:hover .button.button-6, .button:visited.button-6:hover,
a:hover .button:visited.button-6, input[type=submit].button-6:hover,
a:hover input[type=submit].button-6, input[type=reset].button-6:hover,
a:hover input[type=reset].button-6, input[type=button].button-6:hover,
a:hover input[type=button].button-6 {
  color: #226782;
  background: #ffffff;
  border-color: #ffffff;
}

section .gfield_repeater_buttons .add_repeater_item_text.button-small, section .gfield_repeater_buttons .remove_repeater_item_text.button-small, .button.button-small, .button:visited.button-small, input[type=submit].button-small, input[type=reset].button-small, input[type=button].button-small {
  padding: .8rem 1rem;
}

.btnreset {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-decoration: none;
  text-transform: none;
  -webkit-transform: none;
          transform: none;
  vertical-align: inherit;
  width: auto;
}

.link {
  font-size: 20px;
  color: #94D3EC;
}

.link:hover {
  color: #ffffff;
  text-decoration: none;
}

.link.link-arrow:after {
  display: inline-block;
  font-family: FontAwesome;
  content: '\f061';
  padding-left: 20px;
}

.c-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
}

.c-card__image {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 71%;
}

@media screen and (max-width: 575px) {
  .c-card__image {
    padding-bottom: 45%;
  }
}

.c-card__image img {
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .c-card__image img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
}

.c-card__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  color: #226782;
  padding: 1.25rem;
  padding-left: 1.5rem;
  text-align: center;
}

.c-card__footer {
  padding-top: 1.25rem;
}

.c-card__title {
  font-size: 2rem;
  height: 5.8rem;
}

@media screen and (max-width: 575px) {
  .c-card__title {
    font-size: 1rem;
    height: 2.9rem;
  }
}

.c-card__link:not(\#9) {
  color: inherit;
}

.c-card__link::before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-card--square .c-card__image {
  padding-bottom: 100%;
}

input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], input[type=week], input[type=time], select, textarea {
  margin-bottom: .5rem;
}

input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], input[type=week], input[type=time], select, textarea,
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background: #ffffff;
  border: 1px solid #CECECE;
  border-radius: 0;
  color: #226782;
  display: block;
  font-family: "brother-1816", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  outline: none;
  padding: .875rem 1.25rem;
  -webkit-transition: all .2s;
  transition: all .2s;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 575px) {
  input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], input[type=week], input[type=time], select, textarea,
  body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 15px;
    padding: .75rem 1.25rem;
  }
}

input:hover[type=color]::-webkit-input-placeholder, input:hover[type=date]::-webkit-input-placeholder, input:hover[type=datetime]::-webkit-input-placeholder, input:hover[type=datetime-local]::-webkit-input-placeholder, input:hover[type=email]::-webkit-input-placeholder, input:hover[type=month]::-webkit-input-placeholder, input:hover[type=number]::-webkit-input-placeholder, input:hover[type=password]::-webkit-input-placeholder, input:hover[type=search]::-webkit-input-placeholder, input:hover[type=tel]::-webkit-input-placeholder, input:hover[type=text]::-webkit-input-placeholder, input:hover[type=url]::-webkit-input-placeholder, input:hover[type=week]::-webkit-input-placeholder, input:hover[type=time]::-webkit-input-placeholder, select:hover::-webkit-input-placeholder, textarea:hover::-webkit-input-placeholder {
  opacity: .65;
}

input:hover[type=color]::-moz-placeholder, input:hover[type=date]::-moz-placeholder, input:hover[type=datetime]::-moz-placeholder, input:hover[type=datetime-local]::-moz-placeholder, input:hover[type=email]::-moz-placeholder, input:hover[type=month]::-moz-placeholder, input:hover[type=number]::-moz-placeholder, input:hover[type=password]::-moz-placeholder, input:hover[type=search]::-moz-placeholder, input:hover[type=tel]::-moz-placeholder, input:hover[type=text]::-moz-placeholder, input:hover[type=url]::-moz-placeholder, input:hover[type=week]::-moz-placeholder, input:hover[type=time]::-moz-placeholder, select:hover::-moz-placeholder, textarea:hover::-moz-placeholder {
  opacity: .65;
}

input:hover[type=color]:-ms-input-placeholder, input:hover[type=date]:-ms-input-placeholder, input:hover[type=datetime]:-ms-input-placeholder, input:hover[type=datetime-local]:-ms-input-placeholder, input:hover[type=email]:-ms-input-placeholder, input:hover[type=month]:-ms-input-placeholder, input:hover[type=number]:-ms-input-placeholder, input:hover[type=password]:-ms-input-placeholder, input:hover[type=search]:-ms-input-placeholder, input:hover[type=tel]:-ms-input-placeholder, input:hover[type=text]:-ms-input-placeholder, input:hover[type=url]:-ms-input-placeholder, input:hover[type=week]:-ms-input-placeholder, input:hover[type=time]:-ms-input-placeholder, select:hover:-ms-input-placeholder, textarea:hover:-ms-input-placeholder {
  opacity: .65;
}

input:hover[type=color]::-ms-input-placeholder, input:hover[type=date]::-ms-input-placeholder, input:hover[type=datetime]::-ms-input-placeholder, input:hover[type=datetime-local]::-ms-input-placeholder, input:hover[type=email]::-ms-input-placeholder, input:hover[type=month]::-ms-input-placeholder, input:hover[type=number]::-ms-input-placeholder, input:hover[type=password]::-ms-input-placeholder, input:hover[type=search]::-ms-input-placeholder, input:hover[type=tel]::-ms-input-placeholder, input:hover[type=text]::-ms-input-placeholder, input:hover[type=url]::-ms-input-placeholder, input:hover[type=week]::-ms-input-placeholder, input:hover[type=time]::-ms-input-placeholder, select:hover::-ms-input-placeholder, textarea:hover::-ms-input-placeholder {
  opacity: .65;
}

input:hover[type=color]::placeholder, input:hover[type=date]::placeholder, input:hover[type=datetime]::placeholder, input:hover[type=datetime-local]::placeholder, input:hover[type=email]::placeholder, input:hover[type=month]::placeholder, input:hover[type=number]::placeholder, input:hover[type=password]::placeholder, input:hover[type=search]::placeholder, input:hover[type=tel]::placeholder, input:hover[type=text]::placeholder, input:hover[type=url]::placeholder, input:hover[type=week]::placeholder, input:hover[type=time]::placeholder, select:hover::placeholder, textarea:hover::placeholder {
  opacity: .65;
}

input[type=color]:focus, input[type=color]:active, input[type=date]:focus, input[type=date]:active, input[type=datetime]:focus, input[type=datetime]:active, input[type=datetime-local]:focus, input[type=datetime-local]:active, input[type=email]:focus, input[type=email]:active, input[type=month]:focus, input[type=month]:active, input[type=number]:focus, input[type=number]:active, input[type=password]:focus, input[type=password]:active, input[type=search]:focus, input[type=search]:active, input[type=tel]:focus, input[type=tel]:active, input[type=text]:focus, input[type=text]:active, input[type=url]:focus, input[type=url]:active, input[type=week]:focus, input[type=week]:active, input[type=time]:focus, input[type=time]:active, select:focus, select:active, textarea:focus, textarea:active {
  -webkit-box-shadow: inset -4px 0 0 #E7F0E6;
          box-shadow: inset -4px 0 0 #E7F0E6;
  border-color: #c6c6c6;
}

input:focus[type=color]::-webkit-input-placeholder, input:active[type=color]::-webkit-input-placeholder, input:focus[type=date]::-webkit-input-placeholder, input:active[type=date]::-webkit-input-placeholder, input:focus[type=datetime]::-webkit-input-placeholder, input:active[type=datetime]::-webkit-input-placeholder, input:focus[type=datetime-local]::-webkit-input-placeholder, input:active[type=datetime-local]::-webkit-input-placeholder, input:focus[type=email]::-webkit-input-placeholder, input:active[type=email]::-webkit-input-placeholder, input:focus[type=month]::-webkit-input-placeholder, input:active[type=month]::-webkit-input-placeholder, input:focus[type=number]::-webkit-input-placeholder, input:active[type=number]::-webkit-input-placeholder, input:focus[type=password]::-webkit-input-placeholder, input:active[type=password]::-webkit-input-placeholder, input:focus[type=search]::-webkit-input-placeholder, input:active[type=search]::-webkit-input-placeholder, input:focus[type=tel]::-webkit-input-placeholder, input:active[type=tel]::-webkit-input-placeholder, input:focus[type=text]::-webkit-input-placeholder, input:active[type=text]::-webkit-input-placeholder, input:focus[type=url]::-webkit-input-placeholder, input:active[type=url]::-webkit-input-placeholder, input:focus[type=week]::-webkit-input-placeholder, input:active[type=week]::-webkit-input-placeholder, input:focus[type=time]::-webkit-input-placeholder, input:active[type=time]::-webkit-input-placeholder, select:focus::-webkit-input-placeholder, select:active::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder, textarea:active::-webkit-input-placeholder {
  opacity: .4;
}

input:focus[type=color]::-moz-placeholder, input:active[type=color]::-moz-placeholder, input:focus[type=date]::-moz-placeholder, input:active[type=date]::-moz-placeholder, input:focus[type=datetime]::-moz-placeholder, input:active[type=datetime]::-moz-placeholder, input:focus[type=datetime-local]::-moz-placeholder, input:active[type=datetime-local]::-moz-placeholder, input:focus[type=email]::-moz-placeholder, input:active[type=email]::-moz-placeholder, input:focus[type=month]::-moz-placeholder, input:active[type=month]::-moz-placeholder, input:focus[type=number]::-moz-placeholder, input:active[type=number]::-moz-placeholder, input:focus[type=password]::-moz-placeholder, input:active[type=password]::-moz-placeholder, input:focus[type=search]::-moz-placeholder, input:active[type=search]::-moz-placeholder, input:focus[type=tel]::-moz-placeholder, input:active[type=tel]::-moz-placeholder, input:focus[type=text]::-moz-placeholder, input:active[type=text]::-moz-placeholder, input:focus[type=url]::-moz-placeholder, input:active[type=url]::-moz-placeholder, input:focus[type=week]::-moz-placeholder, input:active[type=week]::-moz-placeholder, input:focus[type=time]::-moz-placeholder, input:active[type=time]::-moz-placeholder, select:focus::-moz-placeholder, select:active::-moz-placeholder, textarea:focus::-moz-placeholder, textarea:active::-moz-placeholder {
  opacity: .4;
}

input:focus[type=color]:-ms-input-placeholder, input:active[type=color]:-ms-input-placeholder, input:focus[type=date]:-ms-input-placeholder, input:active[type=date]:-ms-input-placeholder, input:focus[type=datetime]:-ms-input-placeholder, input:active[type=datetime]:-ms-input-placeholder, input:focus[type=datetime-local]:-ms-input-placeholder, input:active[type=datetime-local]:-ms-input-placeholder, input:focus[type=email]:-ms-input-placeholder, input:active[type=email]:-ms-input-placeholder, input:focus[type=month]:-ms-input-placeholder, input:active[type=month]:-ms-input-placeholder, input:focus[type=number]:-ms-input-placeholder, input:active[type=number]:-ms-input-placeholder, input:focus[type=password]:-ms-input-placeholder, input:active[type=password]:-ms-input-placeholder, input:focus[type=search]:-ms-input-placeholder, input:active[type=search]:-ms-input-placeholder, input:focus[type=tel]:-ms-input-placeholder, input:active[type=tel]:-ms-input-placeholder, input:focus[type=text]:-ms-input-placeholder, input:active[type=text]:-ms-input-placeholder, input:focus[type=url]:-ms-input-placeholder, input:active[type=url]:-ms-input-placeholder, input:focus[type=week]:-ms-input-placeholder, input:active[type=week]:-ms-input-placeholder, input:focus[type=time]:-ms-input-placeholder, input:active[type=time]:-ms-input-placeholder, select:focus:-ms-input-placeholder, select:active:-ms-input-placeholder, textarea:focus:-ms-input-placeholder, textarea:active:-ms-input-placeholder {
  opacity: .4;
}

input:focus[type=color]::-ms-input-placeholder, input:active[type=color]::-ms-input-placeholder, input:focus[type=date]::-ms-input-placeholder, input:active[type=date]::-ms-input-placeholder, input:focus[type=datetime]::-ms-input-placeholder, input:active[type=datetime]::-ms-input-placeholder, input:focus[type=datetime-local]::-ms-input-placeholder, input:active[type=datetime-local]::-ms-input-placeholder, input:focus[type=email]::-ms-input-placeholder, input:active[type=email]::-ms-input-placeholder, input:focus[type=month]::-ms-input-placeholder, input:active[type=month]::-ms-input-placeholder, input:focus[type=number]::-ms-input-placeholder, input:active[type=number]::-ms-input-placeholder, input:focus[type=password]::-ms-input-placeholder, input:active[type=password]::-ms-input-placeholder, input:focus[type=search]::-ms-input-placeholder, input:active[type=search]::-ms-input-placeholder, input:focus[type=tel]::-ms-input-placeholder, input:active[type=tel]::-ms-input-placeholder, input:focus[type=text]::-ms-input-placeholder, input:active[type=text]::-ms-input-placeholder, input:focus[type=url]::-ms-input-placeholder, input:active[type=url]::-ms-input-placeholder, input:focus[type=week]::-ms-input-placeholder, input:active[type=week]::-ms-input-placeholder, input:focus[type=time]::-ms-input-placeholder, input:active[type=time]::-ms-input-placeholder, select:focus::-ms-input-placeholder, select:active::-ms-input-placeholder, textarea:focus::-ms-input-placeholder, textarea:active::-ms-input-placeholder {
  opacity: .4;
}

input:focus[type=color]::placeholder, input:active[type=color]::placeholder, input:focus[type=date]::placeholder, input:active[type=date]::placeholder, input:focus[type=datetime]::placeholder, input:active[type=datetime]::placeholder, input:focus[type=datetime-local]::placeholder, input:active[type=datetime-local]::placeholder, input:focus[type=email]::placeholder, input:active[type=email]::placeholder, input:focus[type=month]::placeholder, input:active[type=month]::placeholder, input:focus[type=number]::placeholder, input:active[type=number]::placeholder, input:focus[type=password]::placeholder, input:active[type=password]::placeholder, input:focus[type=search]::placeholder, input:active[type=search]::placeholder, input:focus[type=tel]::placeholder, input:active[type=tel]::placeholder, input:focus[type=text]::placeholder, input:active[type=text]::placeholder, input:focus[type=url]::placeholder, input:active[type=url]::placeholder, input:focus[type=week]::placeholder, input:active[type=week]::placeholder, input:focus[type=time]::placeholder, input:active[type=time]::placeholder, select:focus::placeholder, select:active::placeholder, textarea:focus::placeholder, textarea:active::placeholder {
  opacity: .4;
}

input[type=color]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #226782;
  opacity: .4;
  -webkit-transition: all .1s;
  transition: all .1s;
}

input[type=color]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=time]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #226782;
  opacity: .4;
  -moz-transition: all .1s;
  transition: all .1s;
}

input[type=color]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #226782;
  opacity: .4;
  -ms-transition: all .1s;
  transition: all .1s;
}

input[type=color]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, input[type=datetime]::-ms-input-placeholder, input[type=datetime-local]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=month]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=text]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=week]::-ms-input-placeholder, input[type=time]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #226782;
  opacity: .4;
  -ms-transition: all .1s;
  transition: all .1s;
}

input[type=color]::placeholder, input[type=date]::placeholder, input[type=datetime]::placeholder, input[type=datetime-local]::placeholder, input[type=email]::placeholder, input[type=month]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, input[type=search]::placeholder, input[type=tel]::placeholder, input[type=text]::placeholder, input[type=url]::placeholder, input[type=week]::placeholder, input[type=time]::placeholder, select::placeholder, textarea::placeholder {
  color: #226782;
  opacity: .4;
  -webkit-transition: all .1s;
  transition: all .1s;
}

/*new */
.gform_description {
  padding-top: 15px;
  padding-bottom: 10px;
}

/* end*/
textarea {
  height: auto;
  overflow: auto;
}

fieldset {
  border: 0;
  border-radius: 5px;
  margin: 1.5rem 0;
  padding: 1rem;
}

legend {
  font-weight: 600;
  padding: 0 .5rem;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAJCAYAAAAo/ezGAAAABmJLR0QATwBPAE++ReIbAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH5QYLEAEcwyCcTgAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAqklEQVQoz63RLU4DARCG4afbOs6A30Mg8XsKjkCQTUhagcA2JDU9widQhGMg1uIaXCsQpAXBQtpma3b3TUbMT+ZNZkZVVS1wg8Ive4wd85rkWgcKzPGNUROny/e405FxXdebsiwvcHVmZpVk0VXwd5YZ1i39T0z1oIAkW9y39B+TvPcWNDzh7SD/wIOe/AuS7E6eOU2yGUzQSJ7xghpLAzBpqd3iMsnXEIIfVbktELjI5VUAAAAASUVORK5CYII=");
  background-position: right center;
  background-repeat: no-repeat;
  color: #222222;
  line-height: 1.1;
  padding: 1rem 2rem 1rem 1rem;
}

input[type='range'] {
  width: 100%;
}

label {
  display: block;
  font-weight: 600;
  margin-left: .5rem;
  max-width: 100%;
}

/**
 * Gravity Forms
 */
.gform_confirmation_message {
  padding: 80px 40px 80px 15px;
  margin: 40px 0;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

@media screen and (max-width: 575px) {
  .gform_confirmation_message {
    text-align: center;
    padding: 40px 15px;
  }
}

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

.gfield input,
.gfield textarea,
.gfield select {
  margin: 0;
}

.gfield input::-webkit-input-placeholder, .gfield textarea::-webkit-input-placeholder, .gfield select::-webkit-input-placeholder {
  text-transform: capitalize;
}

.gfield input::-moz-placeholder, .gfield textarea::-moz-placeholder, .gfield select::-moz-placeholder {
  text-transform: capitalize;
}

.gfield input:-ms-input-placeholder, .gfield textarea:-ms-input-placeholder, .gfield select:-ms-input-placeholder {
  text-transform: capitalize;
}

.gfield input::-ms-input-placeholder, .gfield textarea::-ms-input-placeholder, .gfield select::-ms-input-placeholder {
  text-transform: capitalize;
}

.gfield input::placeholder,
.gfield textarea::placeholder,
.gfield select::placeholder {
  text-transform: capitalize;
}

.gfield.hidden_label .gfield_label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.gfield.hidden_label .gfield_label:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.ginput_container_consent {
  font-size: .66rem;
  text-align: left;
}

.ginput_container_consent > input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.ginput_container_consent > input:checked + label {
  color: #ffffff;
}

.ginput_container_consent > input:checked + label::after {
  -webkit-transform: scale(1) rotate(-45deg);
          transform: scale(1) rotate(-45deg);
}

.ginput_container_consent > input:checked + label a {
  text-decoration: underline;
}

.ginput_container_consent > label {
  cursor: pointer;
  display: inline-block;
  padding-left: 0.8rem;
  position: relative;
  -webkit-transition: all .1s;
  transition: all .1s;
}

.ginput_container_consent > label::before {
  background: #ffffff;
  border: 1px solid #226782;
  border-radius: calc(3px + .05em);
  content: '';
  display: inline-block;
  font-size: 0.8rem;
  height: 18px;
  left: 0;
  position: absolute;
  -webkit-transition: all .1s;
  transition: all .1s;
  vertical-align: middle;
  width: 18px;
}

.ginput_container_consent > label::after {
  border-bottom: calc(2px + .07em) solid #226782;
  border-left: calc(2px + .07em) solid #226782;
  content: '';
  font-size: 24px;
  height: calc(3px + .22em);
  left: calc(.25em - 2px);
  position: absolute;
  top: calc(.25em - 3px);
  -webkit-transform: scale(0) rotate(-45deg);
          transform: scale(0) rotate(-45deg);
  -webkit-transition: all .1s;
  transition: all .1s;
  width: calc(5px + .32em);
}

.ginput_container_consent label {
  font-style: italic;
  font-weight: 400;
  margin-top: 0;
}

.ginput_container_consent .gfield_required {
  display: none;
}

.ginput_container_consent input.focus-visible + label {
  outline: 0.2em solid #94D3EC;
}

.ginput_container_consent input:focus-visible + label {
  outline: 0.2em solid #94D3EC;
}

.gform_validation_error .gfield_error input[type=color], .gform_validation_error .gfield_error input[type=date], .gform_validation_error .gfield_error input[type=datetime], .gform_validation_error .gfield_error input[type=datetime-local], .gform_validation_error .gfield_error input[type=email], .gform_validation_error .gfield_error input[type=month], .gform_validation_error .gfield_error input[type=number], .gform_validation_error .gfield_error input[type=password], .gform_validation_error .gfield_error input[type=search], .gform_validation_error .gfield_error input[type=tel], .gform_validation_error .gfield_error input[type=text], .gform_validation_error .gfield_error input[type=url], .gform_validation_error .gfield_error input[type=week], .gform_validation_error .gfield_error input[type=time], .gform_validation_error .gfield_error select, .gform_validation_error .gfield_error textarea {
  -webkit-box-shadow: inset -4px 0 0 #f00;
          box-shadow: inset -4px 0 0 #f00;
}

.gform_validation_error .validation_message {
  color: #ff9a9a;
  font-size: .8rem;
  font-style: italic;
  font-weight: 400;
  text-align: right;
}

.gform_validation_container {
  display: none !important;
  left: -9000px;
  position: absolute !important;
}

.modal .gform_wrapper.gravity-theme,
section .gform_wrapper.gravity-theme {
  margin-top: 0;
}

.modal .gform_wrapper.gravity-theme li.gfield.gfield_error,
section .gform_wrapper.gravity-theme li.gfield.gfield_error {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}

.modal .gform_wrapper.gravity-theme .validation_error,
section .gform_wrapper.gravity-theme .validation_error {
  font-size: .8em;
  border-color: #CF6A6A;
  border-radius: 0;
  padding: 15px;
}

.modal .gform_wrapper.gravity-theme .gfield,
section .gform_wrapper.gravity-theme .gfield {
  position: relative;
}

.modal .gform_wrapper.gravity-theme .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.modal .gform_wrapper.gravity-theme .gfield textarea,
.modal .gform_wrapper.gravity-theme .gfield select,
section .gform_wrapper.gravity-theme .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
section .gform_wrapper.gravity-theme .gfield textarea,
section .gform_wrapper.gravity-theme .gfield select {
  height: 100%;
  border: 1px solid #9f9f9f;
  border-radius: 6px;
  color: #226782;
  font-weight: 500;
  font-size: 14px;
  margin: 0;
  padding: 10px 18px 10px;
  background-color: #FAFAFA;
  margin-bottom: 6px;
}

.modal .gform_wrapper.gravity-theme .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, .modal .gform_wrapper.gravity-theme .gfield textarea::-webkit-input-placeholder, .modal .gform_wrapper.gravity-theme .gfield select::-webkit-input-placeholder, section .gform_wrapper.gravity-theme .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, section .gform_wrapper.gravity-theme .gfield textarea::-webkit-input-placeholder, section .gform_wrapper.gravity-theme .gfield select::-webkit-input-placeholder {
  color: rgba(49, 55, 50, 0.4);
  opacity: 1;
  font-weight: 400;
}

.modal .gform_wrapper.gravity-theme .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .modal .gform_wrapper.gravity-theme .gfield textarea::-moz-placeholder, .modal .gform_wrapper.gravity-theme .gfield select::-moz-placeholder, section .gform_wrapper.gravity-theme .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, section .gform_wrapper.gravity-theme .gfield textarea::-moz-placeholder, section .gform_wrapper.gravity-theme .gfield select::-moz-placeholder {
  color: rgba(49, 55, 50, 0.4);
  opacity: 1;
  font-weight: 400;
}

.modal .gform_wrapper.gravity-theme .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .modal .gform_wrapper.gravity-theme .gfield textarea:-ms-input-placeholder, .modal .gform_wrapper.gravity-theme .gfield select:-ms-input-placeholder, section .gform_wrapper.gravity-theme .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, section .gform_wrapper.gravity-theme .gfield textarea:-ms-input-placeholder, section .gform_wrapper.gravity-theme .gfield select:-ms-input-placeholder {
  color: rgba(49, 55, 50, 0.4);
  opacity: 1;
  font-weight: 400;
}

.modal .gform_wrapper.gravity-theme .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, .modal .gform_wrapper.gravity-theme .gfield textarea::-ms-input-placeholder, .modal .gform_wrapper.gravity-theme .gfield select::-ms-input-placeholder, section .gform_wrapper.gravity-theme .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, section .gform_wrapper.gravity-theme .gfield textarea::-ms-input-placeholder, section .gform_wrapper.gravity-theme .gfield select::-ms-input-placeholder {
  color: rgba(49, 55, 50, 0.4);
  opacity: 1;
  font-weight: 400;
}

.modal .gform_wrapper.gravity-theme .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.modal .gform_wrapper.gravity-theme .gfield textarea::placeholder,
.modal .gform_wrapper.gravity-theme .gfield select::placeholder,
section .gform_wrapper.gravity-theme .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
section .gform_wrapper.gravity-theme .gfield textarea::placeholder,
section .gform_wrapper.gravity-theme .gfield select::placeholder {
  color: rgba(49, 55, 50, 0.4);
  opacity: 1;
  font-weight: 400;
}

.modal .gform_wrapper.gravity-theme .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover::-webkit-input-placeholder, .modal .gform_wrapper.gravity-theme .gfield textarea:hover::-webkit-input-placeholder, .modal .gform_wrapper.gravity-theme .gfield select:hover::-webkit-input-placeholder, section .gform_wrapper.gravity-theme .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover::-webkit-input-placeholder, section .gform_wrapper.gravity-theme .gfield textarea:hover::-webkit-input-placeholder, section .gform_wrapper.gravity-theme .gfield select:hover::-webkit-input-placeholder {
  opacity: .4;
}

.modal .gform_wrapper.gravity-theme .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover::-moz-placeholder, .modal .gform_wrapper.gravity-theme .gfield textarea:hover::-moz-placeholder, .modal .gform_wrapper.gravity-theme .gfield select:hover::-moz-placeholder, section .gform_wrapper.gravity-theme .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover::-moz-placeholder, section .gform_wrapper.gravity-theme .gfield textarea:hover::-moz-placeholder, section .gform_wrapper.gravity-theme .gfield select:hover::-moz-placeholder {
  opacity: .4;
}

.modal .gform_wrapper.gravity-theme .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover:-ms-input-placeholder, .modal .gform_wrapper.gravity-theme .gfield textarea:hover:-ms-input-placeholder, .modal .gform_wrapper.gravity-theme .gfield select:hover:-ms-input-placeholder, section .gform_wrapper.gravity-theme .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover:-ms-input-placeholder, section .gform_wrapper.gravity-theme .gfield textarea:hover:-ms-input-placeholder, section .gform_wrapper.gravity-theme .gfield select:hover:-ms-input-placeholder {
  opacity: .4;
}

.modal .gform_wrapper.gravity-theme .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover::-ms-input-placeholder, .modal .gform_wrapper.gravity-theme .gfield textarea:hover::-ms-input-placeholder, .modal .gform_wrapper.gravity-theme .gfield select:hover::-ms-input-placeholder, section .gform_wrapper.gravity-theme .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover::-ms-input-placeholder, section .gform_wrapper.gravity-theme .gfield textarea:hover::-ms-input-placeholder, section .gform_wrapper.gravity-theme .gfield select:hover::-ms-input-placeholder {
  opacity: .4;
}

.modal .gform_wrapper.gravity-theme .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover::placeholder,
.modal .gform_wrapper.gravity-theme .gfield textarea:hover::placeholder,
.modal .gform_wrapper.gravity-theme .gfield select:hover::placeholder,
section .gform_wrapper.gravity-theme .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover::placeholder,
section .gform_wrapper.gravity-theme .gfield textarea:hover::placeholder,
section .gform_wrapper.gravity-theme .gfield select:hover::placeholder {
  opacity: .4;
}

.modal .gform_wrapper.gravity-theme .gfield select,
section .gform_wrapper.gravity-theme .gfield select {
  width: 80%;
  padding: 13px 18px 13px;
  line-height: 1.1;
}

.modal .gform_wrapper.gravity-theme .gfield select.large,
section .gform_wrapper.gravity-theme .gfield select.large {
  width: 80%;
}

.modal .gform_wrapper.gravity-theme .gfield textarea,
section .gform_wrapper.gravity-theme .gfield textarea {
  resize: none;
}

.modal .gform_wrapper.gravity-theme li.gfield.gfield_error,
section .gform_wrapper.gravity-theme li.gfield.gfield_error {
  background: none;
}

.modal .gform_wrapper.gravity-theme .ginput_container_consent > input,
section .gform_wrapper.gravity-theme .ginput_container_consent > input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.modal .gform_wrapper.gravity-theme .ginput_container_consent > input:checked + label,
section .gform_wrapper.gravity-theme .ginput_container_consent > input:checked + label {
  color: #707070;
}

.modal .gform_wrapper.gravity-theme .ginput_container_consent > input:checked + label::after,
section .gform_wrapper.gravity-theme .ginput_container_consent > input:checked + label::after {
  -webkit-transform: scale(1) rotate(-45deg);
          transform: scale(1) rotate(-45deg);
}

.modal .gform_wrapper.gravity-theme .ginput_container_consent > input:checked + label a,
section .gform_wrapper.gravity-theme .ginput_container_consent > input:checked + label a {
  text-decoration: underline;
}

.modal .gform_wrapper.gravity-theme .ginput_container_consent > label,
section .gform_wrapper.gravity-theme .ginput_container_consent > label {
  cursor: pointer;
  display: inline-block;
  padding-left: 1.8rem;
  position: relative;
  -webkit-transition: all .1s;
  transition: all .1s;
}

.modal .gform_wrapper.gravity-theme .ginput_container_consent > label::before,
section .gform_wrapper.gravity-theme .ginput_container_consent > label::before {
  background: #ffffff;
  border: 1px solid #707070;
  border-radius: calc(3px + .05em);
  content: '';
  display: inline-block;
  font-size: 1.8rem;
  height: 18px;
  left: 0;
  position: absolute;
  -webkit-transition: all .1s;
  transition: all .1s;
  vertical-align: middle;
  width: 18px;
}

.modal .gform_wrapper.gravity-theme .ginput_container_consent > label::after,
section .gform_wrapper.gravity-theme .ginput_container_consent > label::after {
  border-bottom: calc(2px + .07em) solid #226782;
  border-left: calc(2px + .07em) solid #226782;
  content: '';
  font-size: 24px;
  height: calc(3px + .22em);
  left: calc(.25em - 2px);
  position: absolute;
  top: calc(.25em - 3px);
  -webkit-transform: scale(0) rotate(-45deg);
          transform: scale(0) rotate(-45deg);
  -webkit-transition: all .1s;
  transition: all .1s;
  width: calc(5px + .32em);
}

.modal .gform_wrapper.gravity-theme .ginput_container_consent + .validation_message,
section .gform_wrapper.gravity-theme .ginput_container_consent + .validation_message {
  color: #CF6A6A;
  display: block;
  left: calc(7px + 1.8rem);
  position: absolute;
  text-align: left;
  top: 2rem;
}

.modal .gform_wrapper.gravity-theme .gfield_consent_label,
section .gform_wrapper.gravity-theme .gfield_consent_label {
  font-size: 14px;
  font-style: normal;
  line-height: 1.4;
  margin: 5px 0 8px;
  padding-left: 2.7rem;
}

.modal .gform_wrapper.gravity-theme .gfield_consent_label a,
section .gform_wrapper.gravity-theme .gfield_consent_label a {
  color: #222222;
  text-decoration: none;
}

.modal .gform_wrapper.gravity-theme .gfield_consent_label a:hover,
section .gform_wrapper.gravity-theme .gfield_consent_label a:hover {
  text-decoration: underline;
}

.modal .gform_wrapper.gravity-theme .gfield_label,
section .gform_wrapper.gravity-theme .gfield_label {
  line-height: 22px;
  font-weight: 500;
  font-family: "brother-1816", sans-serif;
  margin: 0px 0px 10px 0px;
  display: block;
}

.modal .gform_wrapper.gravity-theme .validation_message,
section .gform_wrapper.gravity-theme .validation_message {
  position: absolute;
  bottom: 13px;
  right: 10px;
  padding-right: 3px;
  width: auto;
  height: 15px;
  font-size: 13px !important;
  pointer-events: none;
  background: none;
  border: none;
}

.modal .gform_wrapper.gravity-theme .gform_footer,
section .gform_wrapper.gravity-theme .gform_footer {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 24px 0 15px 0;
}

.modal .gform_wrapper.gravity-theme .gform_footer img.gform_ajax_spinner,
section .gform_wrapper.gravity-theme .gform_footer img.gform_ajax_spinner {
  height: 50px;
  width: 50px;
  position: absolute;
  margin-right: 150px;
}

.modal .gform_wrapper.gravity-theme .gform_validation_errors,
section .gform_wrapper.gravity-theme .gform_validation_errors {
  border-radius: 0;
  border: 0;
  background: #ffffff;
  padding-left: 50px;
}

.modal .gform_wrapper.gravity-theme .gform_submission_error,
section .gform_wrapper.gravity-theme .gform_submission_error {
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: .5rem;
}

.modal .gform_wrapper.gravity-theme .gform_button,
section .gform_wrapper.gravity-theme .gform_button {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: .075em;
  margin: 0;
  text-transform: capitalize;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #226782;
  border-color: #226782;
  color: #ffffff;
  font-weight: 500;
  padding: 12px 26px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (max-width: 575px) {
  .modal .gform_wrapper.gravity-theme .gform_button,
  section .gform_wrapper.gravity-theme .gform_button {
    font-size: 14px !important;
    line-height: 1.4 !important;
  }
}

.modal .gform_wrapper.gravity-theme .gform_button:hover, .modal .gform_wrapper.gravity-theme .gform_button:focus,
section .gform_wrapper.gravity-theme .gform_button:hover,
section .gform_wrapper.gravity-theme .gform_button:focus {
  color: #226782;
  background: #ffffff;
  border-color: #226782;
}

.modal .gform_wrapper.gravity-theme .gform_button.focus-visible,
section .gform_wrapper.gravity-theme .gform_button.focus-visible {
  color: #226782;
  background: #ffffff;
  border-color: #226782;
}

.modal .gform_wrapper.gravity-theme .gform_button:focus-visible,
section .gform_wrapper.gravity-theme .gform_button:focus-visible {
  color: #226782;
  background: #ffffff;
  border-color: #226782;
}

.section-dark .modal .gform_wrapper.gravity-theme .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.section-dark .modal .gform_wrapper.gravity-theme .gfield textarea,
.section-dark .modal .gform_wrapper.gravity-theme .gfield select, .section-dark
section .gform_wrapper.gravity-theme .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.section-dark
section .gform_wrapper.gravity-theme .gfield textarea,
.section-dark
section .gform_wrapper.gravity-theme .gfield select {
  background: #ffffff;
}

.modal .gform_wrapper.gravity-theme .expand-extra-block,
section .gform_wrapper.gravity-theme .expand-extra-block {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height .5s;
  transition: max-height .5s;
  margin: 0;
  padding: 0;
}

.modal .gform_wrapper.gravity-theme .show-expand .expand-extra-block,
section .gform_wrapper.gravity-theme .show-expand .expand-extra-block {
  max-height: 1000px;
}

.modal .gform_wrapper.gravity-theme .gfield.full-height,
section .gform_wrapper.gravity-theme .gfield.full-height {
  height: 100%;
  padding-bottom: 16px;
}

.modal .gform_wrapper.gravity-theme .gfield.full-height textarea.large,
section .gform_wrapper.gravity-theme .gfield.full-height textarea.large {
  height: 100%;
}

.modal .gform_wrapper.gravity-theme .gfield .gfield,
section .gform_wrapper.gravity-theme .gfield .gfield {
  margin: 0 0 16px;
}

@media screen and (max-width: 767px) {
  .modal .gform_wrapper.gravity-theme .gfield.gfield--width-half,
  section .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    grid-column: span 12 !important;
  }
}

.modal .form-mandatory-fields,
section .form-mandatory-fields {
  font-size: 12px;
  font-style: italic;
  margin-bottom: -16px;
}

section .mc-field-group input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
section .mc-field-group textarea,
section .mc-field-group select {
  height: 100%;
  border: 0;
  border-radius: 0;
  color: rgba(49, 55, 50, 0.8);
  font-size: 1em;
  margin: 0;
  padding: 16px 20px 14px;
  background: #fbfbfb;
}

section .mc-field-group input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, section .mc-field-group textarea::-webkit-input-placeholder, section .mc-field-group select::-webkit-input-placeholder {
  color: rgba(49, 55, 50, 0.4);
  opacity: 1;
}

section .mc-field-group input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, section .mc-field-group textarea::-moz-placeholder, section .mc-field-group select::-moz-placeholder {
  color: rgba(49, 55, 50, 0.4);
  opacity: 1;
}

section .mc-field-group input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, section .mc-field-group textarea:-ms-input-placeholder, section .mc-field-group select:-ms-input-placeholder {
  color: rgba(49, 55, 50, 0.4);
  opacity: 1;
}

section .mc-field-group input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, section .mc-field-group textarea::-ms-input-placeholder, section .mc-field-group select::-ms-input-placeholder {
  color: rgba(49, 55, 50, 0.4);
  opacity: 1;
}

section .mc-field-group input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
section .mc-field-group textarea::placeholder,
section .mc-field-group select::placeholder {
  color: rgba(49, 55, 50, 0.4);
  opacity: 1;
}

section .mc-field-group input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover::-webkit-input-placeholder, section .mc-field-group textarea:hover::-webkit-input-placeholder, section .mc-field-group select:hover::-webkit-input-placeholder {
  opacity: .4;
}

section .mc-field-group input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover::-moz-placeholder, section .mc-field-group textarea:hover::-moz-placeholder, section .mc-field-group select:hover::-moz-placeholder {
  opacity: .4;
}

section .mc-field-group input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover:-ms-input-placeholder, section .mc-field-group textarea:hover:-ms-input-placeholder, section .mc-field-group select:hover:-ms-input-placeholder {
  opacity: .4;
}

section .mc-field-group input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover::-ms-input-placeholder, section .mc-field-group textarea:hover::-ms-input-placeholder, section .mc-field-group select:hover::-ms-input-placeholder {
  opacity: .4;
}

section .mc-field-group input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover::placeholder,
section .mc-field-group textarea:hover::placeholder,
section .mc-field-group select:hover::placeholder {
  opacity: .4;
}

section .mc-field-group select {
  width: 80%;
}

section .mc-field-group textarea {
  resize: none;
}

.modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.modal .modal-pretitle {
  font-size: 30px;
  font-weight: 900;
  color: #94D3EC;
  margin: 0;
}

.modal .modal-title {
  color: inherit;
  line-height: 1;
  margin-top: 0;
}

.modal .modal-title.modal-title-large {
  font-size: 40px;
  font-weight: 900;
}

.modal .modal-header {
  border: none;
}

.modal .modal-content {
  border: none;
  border-radius: 0;
  padding: 20px 30px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (max-width: 991px) {
  .modal .modal-content {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .modal .modal-content {
    font-size: 16px;
  }
}

.modal .modal-content.less-padding {
  padding: 20px 20px;
}

.modal .modal-dialog {
  max-width: 650px;
}

.modal.modal-wide .modal-dialog {
  max-width: 1100px;
}

.modal.modal-reverse .modal-content {
  color: #ffffff;
  background: #226782;
  padding: 50px;
  padding-top: 120px;
  border: 1px solid #ffffff;
}

@media screen and (max-width: 991px) {
  .modal.modal-reverse .modal-content {
    padding: 20px;
  }
}

.modal.modal-reverse .modal-content .close {
  color: inherit;
}

@media screen and (max-width: 575px) {
  .modal.modal-reverse input[type=submit],
  .modal.modal-reverse .button {
    border: 2px solid #ffffff;
  }
}

.modal.modal-bg .modal-bg-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 58.333333%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
}

@media screen and (max-width: 767px) {
  .modal.modal-bg .modal-bg-image {
    display: none;
  }
}

.v-social {
  font-size: 1.6em;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .v-social {
    display: inline-block;
  }
}

.v-social li {
  display: inline-block;
  margin-right: .5rem;
}

@media screen and (min-width: 992px) {
  .v-social li {
    margin: 0;
  }
}

.v-social .fa {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.v-social a .fa:hover, .v-social a .fa:focus {
  color: #94D3EC;
}

.v-social.logos .title {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.v-social.logos .title:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* stylelint-disable-next-line scss/at-rule-no-unknown */
.v-app .swiper-wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
.v-app .swiper-wrapper.row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0;
  }
.v-app .swiper-button-prev,
  .v-app .swiper-button-next {
    color: #226782;
  }
.v-app .swiper-button-prev:after,
  .v-app .swiper-button-next:after {
    font-size: 30px;
  }
.v-app .section-dark .swiper-button-prev,
  .v-app .section-dark .swiper-button-next {
    color: #ffffff;
  }
.v-app .swiper-button-prev {
    left: -20px;
  }
@media screen and (max-width: 575px) {
    .v-app .swiper-button-prev {
      left: -10px;
    }
  }
.v-app .swiper-button-next {
    right: -20px;
  }
@media screen and (max-width: 575px) {
    .v-app .swiper-button-next {
      right: -10px;
    }
  }
.v-app .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }
.v-app .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #ffffff;
    opacity: 1;
    margin: 0 7px;
  }
.v-app .swiper-pagination-bullet-active {
    background: #94D3EC;
  }
@media all and (-ms-high-contrast: none) {
    .v-app .swiper-button-prev,
    .v-app .swiper-button-next {
      background-position: center;
      background-repeat: no-repeat;
      background-size: 27px 44px;
      cursor: pointer;
      height: 44px;
      margin-top: -22px;
      position: absolute;
      top: 50%;
      width: 27px;
      z-index: 10;
    }
    .v-app .swiper-button-prev.swiper-button-disabled,
    .v-app .swiper-button-next.swiper-button-disabled {
      cursor: auto;
      opacity: .35;
      pointer-events: none;
    }
    .v-app .swiper-button-prev,
    .v-app .swiper-container-rtl .swiper-button-next {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2394D3EC'%2F%3E%3C%2Fsvg%3E");
      left: 10px;
      right: auto;
    }
    .v-app .swiper-button-next,
    .v-app .swiper-container-rtl .swiper-button-prev {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2394D3EC'%2F%3E%3C%2Fsvg%3E");
      left: auto;
      right: 10px;
    }
  }
.v-app .tg-grid-sizer,
  .v-app .tg-gutter-sizer {
    display: block;
    left: -100%;
    pointer-events: none;
    position: absolute;
    visibility: hidden;
  }
.v-app .tg-grid-wrapper {
    display: block;
    min-height: 1px;
    position: relative;
  }
.v-app .tg-grid-loading {
    height: 250px;
    max-height: 250px;
    overflow: hidden;
  }
.v-app .tg-grid-loading .tg-grid-slider .tg-grid-holder {
    height: inherit !important;
    max-height: none !important;
  }
.v-app .tg-grid-wrapper.tg-grid-loading .tg-grid-area-bottom * *,
  .v-app .tg-grid-wrapper.tg-grid-loading .tg-grid-area-left *,
  .v-app .tg-grid-wrapper.tg-grid-loading .tg-grid-area-right *,
  .v-app .tg-grid-wrapper.tg-grid-loading .tg-grid-area-top * {
    opacity: .01;
  }
.v-app .tg-grid-slider {
    cursor: move;
    overflow: visible !important;
    position: relative;
  }
.v-app .tg-grid-slider .dragged,
  .v-app .tg-slider-dragged * {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
.v-app .tg-grid-holder {
    display: block;
    position: relative;
  }
.v-app .tg-grid-area-bottom,
  .v-app .tg-grid-area-top {
    display: block;
    text-align: center;
  }
.v-app .tg-grid-holder,
  .v-app .tg-grid-slider {
    z-index: 3;
  }
.v-app .tg-grid-area-bottom > div:first-child,
  .v-app .tg-grid-area-top > div:first-child {
    margin-left: 0;
  }
.v-app .tg-grid-area-bottom > div:last-child,
  .v-app .tg-grid-area-top > div:last-child {
    margin-right: 0;
  }
.v-app .tg-grid-area-overlay {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
.v-app .tg-item,
  .v-app .tg-item *,
  .v-app .tolb-holder {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
.v-app .tg-item {
    display: inline-block;
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    width: 25%;
    z-index: 1;
  }
.v-app .tg-item .tg-bottom-holder,
  .v-app .tg-item .tg-center-holder,
  .v-app .tg-item .tg-top-holder {
    left: 0;
    line-height: normal;
    position: absolute;
    right: 0;
  }
.v-app .tg-item,
  .v-app .tg-item * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
.v-app .tg-item-clear,
  .v-app .tg-item-line-break {
    clear: both;
    height: 0;
    margin: 0 !important;
    opacity: 0 !important;
    padding: 0 !important;
  }
.v-app .tg-item-line-break {
    height: 10px;
  }
.v-app .tg-item .tg-top-holder {
    top: 0;
  }
.v-app .tg-item .tg-center-holder {
    display: block;
    margin: 0;
    max-width: 100%;
    padding: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
.v-app .tg-item .tg-bottom-holder {
    bottom: 0;
  }
.v-app .tg-item-content-holder {
    line-height: normal;
  }
.v-app .tg-item .tg-bottom-holder,
  .v-app .tg-item .tg-center-holder,
  .v-app .tg-item .tg-center-inner,
  .v-app .tg-item .tg-top-holder {
    pointer-events: none;
  }
.v-app .tg-item .tg-bottom-holder *,
  .v-app .tg-item .tg-center-inner *,
  .v-app .tg-item .tg-top-holder * {
    pointer-events: all;
  }
.v-app .tg-layout-grid .tg-item-gallery-holder,
  .v-app .tg-layout-grid .tg-item-inner,
  .v-app .tg-layout-justified .tg-item-gallery-holder,
  .v-app .tg-layout-justified .tg-item-inner {
    display: inline-block;
    height: 100%;
    position: relative;
    width: 100%;
  }
.v-app .tg-layout-masonry .tg-item-inner,
  .v-app img.tg-item-image {
    display: block;
    height: auto;
    position: relative;
    width: 100%;
  }
.v-app .tg-item.tg-item-index.tg-item-hidden .tg-item-inner,
  .v-app .tg-item.tg-item-removed .tg-item-inner,
  .v-app .tg-item.tg-item-reveal .tg-item-exclude,
  .v-app .tg-item.tg-item-reveal .tg-item-inner,
  .v-app .tg-item.tg-item-reveal .tg-item-settings {
    opacity: .001;
  }
.v-app img.tg-item-image {
    margin: 0;
    outline: transparent solid 1px;
  }
.v-app div.tg-item-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    bottom: 0;
    left: 0;
    outline: transparent solid 1px;
    position: absolute;
    right: 0;
    top: 0;
  }
.v-app .tg-item-gallery-holder .tg-item-image {
    opacity: 0 !important;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
  }
.v-app .tg-item-gallery-holder .tg-item-image.show {
    opacity: 1 !important;
  }
.v-app .tg-item-media-inner:not(.no-media-poster) {
    outline: transparent solid 1px;
    overflow: hidden;
  }
.v-app .tg-element-absolute,
  .v-app .tg-item-audio-poster,
  .v-app .tg-item-media-content,
  .v-app .tg-item-media-poster,
  .v-app .tg-item-soundcloud,
  .v-app .tg-item-video-player,
  .v-app .tg-item-vimeo,
  .v-app .tg-item-wistia,
  .v-app .tg-item-youtube,
  .v-app .tg-layout-grid .tg-item-media-holder,
  .v-app .tg-layout-grid .tg-item-media-inner,
  .v-app .tg-layout-justified .tg-item-media-holder,
  .v-app .tg-layout-justified .tg-item-media-inner {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
.v-app .tg-item .tg-alternative-product-image {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
.v-app .tg-item:hover .tg-alternative-product-image {
    opacity: 1;
  }
.v-app .tg-left-arrow.tg-disabled,
  .v-app .tg-left-arrow.tg-force-disabled,
  .v-app .tg-pagination-number .tg-page-number.tg-loading,
  .v-app .tg-right-arrow.tg-disabled,
  .v-app .tg-right-arrow.tg-force-disabled {
    cursor: default;
    opacity: .5;
  }
.v-app .tg-media-button,
  .v-app [data-tolb-id] {
    cursor: pointer;
  }
.v-app .tg-item .tg-media-button i:last-child:not(:first-child),
  .v-app .tg-item.tg-force-play .tg-media-button i:first-child:not(:last-child),
  .v-app .tg-item.tg-is-playing .tg-media-button i:first-child:not(:last-child) {
    display: none;
  }
.v-app .tg-item.tg-force-play .tg-media-button i:last-child:not(:first-child),
  .v-app .tg-item.tg-is-playing .tg-media-button i:last-child:not(:first-child),
  .v-app .tg-page-number,
  .v-app .tg-pagination-holder {
    display: inline-block;
  }
.v-app .tg-element-above {
    z-index: 4;
  }
.v-app .tg-pagination-holder {
    margin: 0 15px;
    position: relative;
  }
.v-app .tg-pagination-holder > div:last-child {
    margin-right: 0;
  }
.v-app .tg-pagination-holder .tg-pagination-number {
    margin: 0;
    padding: 0;
  }
.v-app .tg-pagination-next,
  .v-app .tg-pagination-number .tg-page,
  .v-app .tg-pagination-prev {
    display: inline-block;
    margin: 0 5px 5px 0;
    position: relative;
    vertical-align: top;
  }
.v-app .tg-page-number.next,
  .v-app .tg-page-number.prev,
  .v-app .tg-pagination-next,
  .v-app .tg-pagination-prev {
    cursor: pointer;
    padding: 0 15px;
  }
.v-app .tg-pagination-number .tg-page:last-child {
    margin: 0 0 5px;
  }
.v-app .tg-page-number {
    cursor: pointer;
    margin: 0 auto;
    min-width: 32px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
  }
.v-app .tg-page-number.dots {
    border-color: transparent;
    cursor: default;
  }
.v-app .tg-left-arrow.tg-disabled,
  .v-app .tg-right-arrow.tg-disabled {
    pointer-events: none;
  }
.v-app .tg-slider-bullets-holder {
    display: inline-block;
    line-height: 0;
    margin: 0 20px 5px 15px;
    position: relative;
  }
.v-app .tg-slider-bullets {
    display: inline-block;
    height: 30px;
    line-height: 0;
    position: relative;
  }
.v-app .tg-slider-bullets-holder::after,
  .v-app .tg-slider-bullets::after {
    clear: both;
    content: '';
    display: block;
  }
.v-app .tg-slider-bullets li {
    cursor: pointer;
    display: block;
    float: left;
    height: 8px;
    line-height: 0;
    margin: -4px 12px 0 0;
    -webkit-perspective: 1000px;
            perspective: 1000px;
    position: relative;
    top: 50%;
    width: 8px;
  }
.v-app .tg-slider-bullets li:last-child {
    margin-right: 0;
  }
.v-app .tg-slider-bullets li span {
    background: #ddd;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 100%;
    position: relative;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    width: 100%;
  }
.v-app .tg-slider-bullets li.tg-active-item span {
    background: #59585b;
  }
.v-app #header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    color: #ffffff;
    font-size: 1rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#303732), to(transparent));
    background: linear-gradient(180deg, #303732, transparent);
    height: 90px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
@media screen and (max-width: 991px) {
    .v-app #header {
      height: 90px;
    }
  }
.v-app #header:hover {
    background-color: #313732;
  }
.v-app #header #header-wrapper {
    background: -webkit-gradient(linear, left top, left bottom, from(#303732), to(transparent));
    background: linear-gradient(180deg, #303732, transparent);
  }
@media screen and (max-width: 991px) {
    .v-app #header .site-logo-block {
      display: -webkit-box;
      display: -ms-flexbox;
      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;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      height: 90px;
    }
  }
.v-app #header .site-logo img {
    height: 45px;
    width: auto;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
@media screen and (max-width: 991px) {
    .v-app #header #site-header-right .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
  }
@media screen and (max-width: 575px) {
    .v-app #header #site-header-right .wrapper {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
    }
  }
.v-app #header .menu-toggle {
    position: relative;
    z-index: 101;
    background: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: inherit;
    cursor: pointer;
    margin-bottom: 0;
    margin-left: auto;
    padding-right: 0;
    outline: none;
    -webkit-transform: none;
            transform: none;
  }
@media screen and (min-width: 992px) {
    .v-app #header .menu-toggle {
      display: none;
    }
  }
@media screen and (max-width: 991px) {
    .v-app #header .menu-toggle {
      padding: 0;
    }
  }
.v-app #header .menu-toggle .burger-btn {
    height: 24px;
    position: relative;
    -webkit-transition: margin-top .5s;
    transition: margin-top .5s;
    width: 36px;
    z-index: 5;
  }
@media screen and (max-width: 575px) {
    .v-app #header .menu-toggle .burger-btn {
      width: 27px;
    }
  }
.v-app #header .menu-toggle .burger-btn span {
    position: absolute;
    display: block;
    height: 2px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 100%;
    -webkit-transition: all .3s, color .1s;
    transition: all .3s, color .1s;
    border-radius: 15%;
    background: #ffffff;
  }
.v-app #header .menu-toggle .burger-btn span:first-child {
    top: 1px;
    width: 100%;
  }
.v-app #header .menu-toggle .burger-btn span:last-child {
    top: 23px;
    width: 100%;
  }
.v-app #header .menu-toggle.toggled .burger-btn span {
    top: 50%;
    background: #ffffff;
  }
.v-app #header .menu-toggle.toggled .burger-btn span:first-child {
    opacity: 1;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
.v-app #header .menu-toggle.toggled .burger-btn span:nth-child(2) {
    width: 0px;
    margin-left: 100%;
  }
.v-app #header .menu-toggle.toggled .burger-btn span:last-child {
    opacity: 1;
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
  }
.v-app #header.js-sticky {
    height: 90px;
    position: fixed;
    background-color: #303732;
  }
@media screen and (max-width: 991px) {
    .v-app #header.js-sticky {
      height: 90px;
    }
  }
.v-app #header.js-sticky #header-wrapper .main-navigation .menu-wrapper .menu {
    height: 90px;
  }
@media screen and (max-width: 991px) {
    .v-app #header.js-sticky #header-wrapper .main-navigation .menu-wrapper .menu {
      height: 90px;
    }
  }
.v-app #header.js-sticky #header-wrapper .main-navigation .menu-wrapper .menu .menu-item:hover .sub-menu {
    top: 90px;
  }
.v-app #header.js-sticky #header-wrapper .main-navigation.toggled .menu-wrapper .menu {
    height: auto;
  }
@media screen and (max-width: 991px) {
    .v-app #header.js-sticky #header-wrapper .main-navigation.toggled .menu-wrapper .menu {
      height: auto;
    }
  }
/**
 * Navigation
 */
.v-app .navigation-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: initial;
  }
@media screen and (max-width: 991px) {
    .v-app .navigation-wrapper {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      padding: 0;
    }
  }
.v-app .main-navigation,
  .v-app .site-mask,
  .v-app .menu-wrapper {
    height: 100%;
  }
@media screen and (max-width: 991px) {
    .v-app #site-navigation .site-mask {
      height: 100%;
      position: fixed;
      left: -100%;
      top: 90px;
      -webkit-transition: left .5s;
      transition: left .5s;
      width: 100%;
      z-index: 100;
      -webkit-box-shadow: -3px 0 6px rgba(0, 0, 0, 0.3);
              box-shadow: -3px 0 6px rgba(0, 0, 0, 0.3);
    }
  }
@media screen and (max-width: 991px) {
    .v-app #site-navigation .menu-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-top: 36px;
      background: #ffffff;
    }
  }
@media screen and (max-width: 991px) {
    .v-app #site-navigation .menu-primary-menu-container {
      overflow: auto;
    }
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation .menu-primary-menu-container {
      height: 100%;
    }
  }
.v-app #site-navigation .menu-primary-menu-container .menu {
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation .menu-primary-menu-container .menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      height: 90px;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
    }
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation .menu-site-menu-container {
      height: 100%;
    }
  }
.v-app #site-navigation .menu-site-menu-container .menu {
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation .menu-site-menu-container .menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      height: 90px;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
    }
  }
.v-app #site-navigation .menu > .menu-item:hover, .v-app #site-navigation .menu > .menu-item.focus-visible, .v-app #site-navigation .menu > .menu-item:hover > a, .v-app #site-navigation .menu > .menu-item.focus-visible > a {
    color: #94D3EC;
  }
.v-app #site-navigation .menu > .menu-item:hover, .v-app #site-navigation .menu > .menu-item:focus-visible, .v-app #site-navigation .menu > .menu-item:hover > a, .v-app #site-navigation .menu > .menu-item:focus-visible > a {
    color: #94D3EC;
  }
.v-app #site-navigation .menu-item a {
    color: #fbfbfb;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-family: "brother-1816", sans-serif;
    text-transform: capitalize;
    height: 100%;
    padding: 1.3rem 1.5rem;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .1s;
    transition: all .1s;
    z-index: 11;
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation .menu-item a {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 20px 18px;
      text-align: center;
    }
  }
@media screen and (min-width: 1200px) {
    .v-app #site-navigation .menu-item a {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 1rem 2.1rem;
      text-align: center;
    }
  }
.v-app #site-navigation .menu-item a:hover, .v-app #site-navigation .menu-item a.focus-visible {
    color: #ffffff;
  }
.v-app #site-navigation .menu-item a:hover, .v-app #site-navigation .menu-item a:focus-visible {
    color: #ffffff;
  }
.v-app #site-navigation .menu-item.current-menu-item a {
    color: #94D3EC;
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation .menu-item.action-btn {
      margin-left: 15px;
    }
  }
@media screen and (min-width: 1200px) {
    .v-app #site-navigation .menu-item.action-btn {
      margin-left: 26px;
    }
  }
.v-app #site-navigation .menu-item.action-btn a {
    background-color: transparent;
    padding: 12px 18px;
    height: 40px;
    color: #fbfbfb;
    font-size: 14px;
    border: 2px solid #fbfbfb;
  }
.v-app #site-navigation .menu-item.action-btn a:focus, .v-app #site-navigation .menu-item.action-btn a:hover {
    border: 2px solid #94D3EC;
    color: #94D3EC;
  }
.v-app #site-navigation .menu-item-has-children {
    position: relative;
  }
.v-app #site-navigation .menu-item-has-children > a::after {
    font-family: 'Font Awesome 6 Free';
    content: '\f078';
    padding-left: 8px;
    position: initial;
    margin-top: 5px;
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation .menu-item-has-children:hover .sub-menu {
      max-height: -webkit-fit-content;
      max-height: -moz-fit-content;
      max-height: fit-content;
      position: fixed;
      top: 90px;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      min-height: 300px;
      max-height: 650px;
      left: 0;
      right: 0;
      width: 100%;
      -webkit-transition: height .4s;
      transition: height .4s;
      z-index: -1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      padding-bottom: 30px;
    }
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation .menu-item-has-children a:hover + .sub-menu,
    .v-app #site-navigation .menu-item-has-children a.a + .sub-menu {
      max-height: -webkit-fit-content;
      max-height: -moz-fit-content;
      max-height: fit-content;
      position: fixed;
      top: 90px;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      min-height: 300px;
      max-height: 650px;
      left: 0;
      right: 0;
      width: 100%;
      -webkit-transition: height .4s;
      transition: height .4s;
      z-index: -1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      padding-bottom: 30px;
    }
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation .menu-item-has-children a.focus-visible + .sub-menu {
      max-height: -webkit-fit-content;
      max-height: -moz-fit-content;
      max-height: fit-content;
      position: fixed;
      top: 90px;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      min-height: 300px;
      max-height: 650px;
      left: 0;
      right: 0;
      width: 100%;
      -webkit-transition: height .4s;
      transition: height .4s;
      z-index: -1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      padding-bottom: 30px;
    }
    .v-app #site-navigation .menu-item-has-children a:focus-visible + .sub-menu {
      max-height: -webkit-fit-content;
      max-height: -moz-fit-content;
      max-height: fit-content;
      position: fixed;
      top: 90px;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      min-height: 300px;
      max-height: 650px;
      left: 0;
      right: 0;
      width: 100%;
      -webkit-transition: height .4s;
      transition: height .4s;
      z-index: -1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      padding-bottom: 30px;
    }
  }
@media screen and (max-width: 991px) {
    .v-app #site-navigation .menu-item-has-children > .sub-menu {
      display: none;
      overflow: hidden;
    }
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation .menu-item-has-children > .sub-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      background: #fbfbfb;
      left: 0;
      right: 0;
      top: -100%;
      max-height: 0;
      overflow: hidden;
      position: absolute;
      -webkit-transition: all .3s;
      transition: all .3s;
      -webkit-transition-delay: .2s;
              transition-delay: .2s;
      width: 100%;
      margin: 0;
      padding-bottom: 25px;
      z-index: -1;
    }
  }
.v-app #site-navigation .menu-item-has-children > .sub-menu .menu-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi), \0screen\, screen\9{
    .v-app #site-navigation .menu-item-has-children > .sub-menu {
      -webkit-transition: none !important;
      transition: none !important;
    }
  }
@supports (-ms-ime-align: auto) {
    .v-app #site-navigation .menu-item-has-children > .sub-menu {
      -webkit-transition: none !important;
      transition: none !important;
    }
  }
.v-app #site-navigation .menu-item-has-children > .sub-menu:hover {
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation .menu-item-has-children > .sub-menu:hover {
      max-height: -webkit-fit-content;
      max-height: -moz-fit-content;
      max-height: fit-content;
      position: fixed;
      top: 90px;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      min-height: 300px;
      max-height: 650px;
      left: 0;
      right: 0;
      width: 100%;
      -webkit-transition: height .4s;
      transition: height .4s;
      z-index: -1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      padding-bottom: 30px;
    }
  }
.v-app #site-navigation .menu-item-has-children > .sub-menu .menu-item:hover .menu-image:after {
    position: absolute;
    content: ' ';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(34, 103, 130, 0.6);
  }
.v-app #site-navigation .menu-item-has-children > .sub-menu .view-all a {
    color: #94D3EC;
    font-style: italic;
  }
@media screen and (max-width: 991px) {
    .v-app #site-navigation .menu-item-has-children > .sub-menu .view-all a {
      color: #ffffff;
    }
  }
.v-app #site-navigation .menu-item-has-children > .sub-menu .view-all a:hover {
    color: #226782;
  }
@media screen and (max-width: 991px) {
    .v-app #site-navigation .menu-item-has-children > .sub-menu .view-all a:hover {
      color: #94D3EC;
    }
  }
.v-app #site-navigation .menu-item-has-children > .sub-menu a {
    position: relative;
    display: block;
    margin-left: 25px;
    color: #226782;
    font-size: 1.125rem;
    font-weight: inherit;
    text-transform: none;
    text-align: left;
    height: auto;
    padding: 1rem 1rem;
    margin: .2rem 0;
    white-space: nowrap;
  }
@media screen and (max-width: 991px) {
    .v-app #site-navigation .menu-item-has-children > .sub-menu a {
      color: #ffffff;
      font-size: .88rem;
      padding-left: 65px;
      margin: 0;
    }
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation .menu-item-has-children > .sub-menu a {
      -webkit-transition: -webkit-box-shadow .2s;
      transition: -webkit-box-shadow .2s;
      transition: box-shadow .2s;
      transition: box-shadow .2s, -webkit-box-shadow .2s;
    }
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation .menu-item-has-children > .sub-menu a:hover, .v-app #site-navigation .menu-item-has-children > .sub-menu a.focus-visible {
      color: #94D3EC;
    }
    .v-app #site-navigation .menu-item-has-children > .sub-menu a:hover, .v-app #site-navigation .menu-item-has-children > .sub-menu a:focus-visible {
      color: #94D3EC;
    }
  }
.v-app #site-navigation .menu-item-has-children > .sub-menu a .menu-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 70px;
    width: 70px;
    border-radius: 70px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
  }
@media screen and (max-width: 991px) {
    .v-app #site-navigation .menu-item-has-children > .sub-menu a .menu-image {
      display: none;
    }
  }
.v-app #site-navigation .menu-item-has-children > .sub-menu .sub-menu {
    position: initial;
    display: block;
  }
.v-app #site-navigation .menu-item-has-children > .sub-menu .sub-menu a {
    font-size: .8rem;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 10px;
  }
.v-app #site-navigation .has-submenu {
    position: relative;
    height: 100%;
  }
.v-app #site-navigation .has-submenu::after {
    font-family: 'Font Awesome 6 Free';
    content: '\f078';
    -webkit-transition: all .4s .1s;
    transition: all .4s .1s;
    position: absolute;
    top: 2px;
    right: 12px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    height: 16px;
    width: 16px;
    font-size: 16px;
    line-height: 1rem;
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation .has-submenu::after {
      right: 0px;
    }
  }
@media screen and (min-width: 1200px) {
    .v-app #site-navigation .has-submenu::after {
      right: 12px;
    }
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation .has-submenu:hover .full-width-submenu {
      max-height: -webkit-fit-content;
      max-height: -moz-fit-content;
      max-height: fit-content;
      position: fixed;
      top: 90px;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      min-height: 300px;
      max-height: 650px;
      left: 0;
      right: 0;
      width: 100%;
      -webkit-transition: height .4s;
      transition: height .4s;
      z-index: -1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      padding-bottom: 30px;
    }
  }
.v-app #site-navigation .has-submenu:hover .full-width-submenu .container {
    pointer-events: all;
  }
.v-app #site-navigation .has-submenu:hover .full-width-submenu .wrapper {
    padding: 38px 60px 20px 60px;
    background-color: #FAFAFA;
    height: 100%;
    width: 100%;
  }
.v-app #site-navigation .has-submenu:hover::after {
    rotate: 180deg;
    top: 2px;
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation .has-submenu a:hover + .full-width-submenu,
    .v-app #site-navigation .has-submenu a.a + .full-width-submenu {
      max-height: -webkit-fit-content;
      max-height: -moz-fit-content;
      max-height: fit-content;
      position: fixed;
      top: 90px;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      min-height: 300px;
      max-height: 650px;
      left: 0;
      right: 0;
      width: 100%;
      -webkit-transition: height .4s;
      transition: height .4s;
      z-index: -1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      padding-bottom: 30px;
    }
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation .has-submenu a.focus-visible + .full-width-submenu {
      max-height: -webkit-fit-content;
      max-height: -moz-fit-content;
      max-height: fit-content;
      position: fixed;
      top: 90px;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      min-height: 300px;
      max-height: 650px;
      left: 0;
      right: 0;
      width: 100%;
      -webkit-transition: height .4s;
      transition: height .4s;
      z-index: -1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      padding-bottom: 30px;
    }
    .v-app #site-navigation .has-submenu a:focus-visible + .full-width-submenu {
      max-height: -webkit-fit-content;
      max-height: -moz-fit-content;
      max-height: fit-content;
      position: fixed;
      top: 90px;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      min-height: 300px;
      max-height: 650px;
      left: 0;
      right: 0;
      width: 100%;
      -webkit-transition: height .4s;
      transition: height .4s;
      z-index: -1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      padding-bottom: 30px;
    }
  }
@media screen and (max-width: 991px) {
    .v-app #site-navigation .has-submenu > .full-width-submenu {
      display: none;
      overflow: hidden;
    }
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation .has-submenu > .full-width-submenu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      left: 0;
      right: 0;
      height: 0;
      width: 100%;
      top: 90px;
      overflow: hidden;
      position: fixed;
      -webkit-transition: height .4s;
      transition: height .4s;
      margin: 0;
      z-index: -1;
      pointer-events: none;
    }
    .v-app #site-navigation .has-submenu > .full-width-submenu .wrapper-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .v-app #site-navigation .has-submenu > .full-width-submenu .wrapper {
      padding: 0px;
      background: #fbfbfb;
      height: 0px;
      width: 0px;
      max-height: -webkit-fit-content;
      max-height: -moz-fit-content;
      max-height: fit-content;
      overflow: hidden;
      -webkit-box-shadow: 0px 0px 8px #ccc;
              box-shadow: 0px 0px 8px #ccc;
    }
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation .has-submenu > .full-width-submenu .height-lg-100 {
      height: 100%;
    }
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation .has-submenu > .full-width-submenu .border-right-lg {
      border-right: 1px dotted #E7F0E6;
    }
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .item-wrapper .shop-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .item-wrapper .shop-navigation .link {
    padding-right: 30px;
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .item-wrapper .shop-navigation .link a {
    padding: 10px 15px;
    border: 2px solid #226782;
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .item-wrapper.product-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .item-wrapper.product-categories .custom-category {
    padding-right: 40px;
    margin-bottom: 30px;
  }
@media screen and (max-width: 991px) {
    .v-app #site-navigation .has-submenu > .full-width-submenu .item-wrapper.product-categories .custom-category {
      width: 33.30%;
    }
  }
@media screen and (max-width: 767px) {
    .v-app #site-navigation .has-submenu > .full-width-submenu .item-wrapper.product-categories .custom-category {
      width: 49%;
    }
  }
@media screen and (max-width: 575px) {
    .v-app #site-navigation .has-submenu > .full-width-submenu .item-wrapper.product-categories .custom-category {
      padding-right: 15px;
      margin-bottom: 20px;
    }
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .item-wrapper.product-categories .custom-category .thumb {
    height: 148px;
    width: 200px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
@media screen and (max-width: 767px) {
    .v-app #site-navigation .has-submenu > .full-width-submenu .item-wrapper.product-categories .custom-category .thumb {
      height: 100px;
      width: 100%;
      background-position: left;
    }
  }
@media screen and (max-width: 575px) {
    .v-app #site-navigation .has-submenu > .full-width-submenu .item-wrapper.product-categories .custom-category .thumb {
      height: 80px;
      width: 100%;
    }
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .item-wrapper.product-categories .custom-category .thumb-name {
    color: #222222;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    padding: 10px 10px 10px 0px;
  }
@media screen and (max-width: 767px) {
    .v-app #site-navigation .has-submenu > .full-width-submenu .item-wrapper.product-categories .custom-category .thumb-name {
      font-size: .8rem;
      padding: 6px 0px 6px 0px;
      width: 100px;
    }
  }
@media screen and (max-width: 575px) {
    .v-app #site-navigation .has-submenu > .full-width-submenu .item-wrapper.product-categories .custom-category .thumb-name {
      font-size: .7rem;
    }
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .item-wrapper.product-categories .custom-category:hover .thumb-name {
    color: #303732;
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .item-wrapper.product-categories .custom-category:hover .thumb {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .item-wrapper.product-categories.partners .custom-category {
    width: 33.33%;
    padding-right: 30px;
  }
@media screen and (max-width: 991px) {
    .v-app #site-navigation .has-submenu > .full-width-submenu .item-wrapper.product-categories.partners .custom-category {
      width: 50%;
      padding-right: 0px;
    }
  }
@media screen and (max-width: 575px) {
    .v-app #site-navigation .has-submenu > .full-width-submenu .item-wrapper.product-categories.partners .custom-category {
      width: 100%;
    }
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .item-wrapper.product-categories.partners .custom-category:last-child {
    padding-top: 0px;
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .item-wrapper.product-categories.partners .custom-category .thumb-name {
    font-size: 1rem;
  }
@media screen and (max-width: 575px) {
    .v-app #site-navigation .has-submenu > .full-width-submenu .item-wrapper.product-categories.partners .custom-category .thumb-name {
      font-size: 1rem;
      width: auto;
    }
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .item-wrapper.product-categories.partners .custom-category .thumb-name .fas {
    padding-left: 15px;
    font-size: 1rem;
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .item-wrapper.product-categories.partners .custom-category .summary {
    font-size: 12px;
    font-weight: 200;
    color: #222222;
  }
@media screen and (max-width: 575px) {
    .v-app #site-navigation .has-submenu > .full-width-submenu .item-wrapper.product-categories.partners .custom-category .summary {
      font-size: .8rem;
      line-height: 1.2;
      display: none;
    }
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .item-wrapper.product-categories.partners .custom-category:hover .thumb {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation .has-submenu > .full-width-submenu .item-wrapper.item-wrapper-why-us {
      padding: 0px 0px 0px 12px;
      width: inherit;
    }
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .item-wrapper.item-wrapper-why-us .submenu-title {
    display: inline;
  }
@media screen and (max-width: 1199px) {
    .v-app #site-navigation .has-submenu > .full-width-submenu .item-wrapper.item-wrapper-why-us .submenu-title {
      font-size: 9px;
    }
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .item-wrapper.item-wrapper-why-us .video-expand {
    position: relative;
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .item-wrapper.item-wrapper-why-us .video-expand:hover .fa-expand {
    color: #E7F0E6;
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .item-wrapper.item-wrapper-why-us .video-expand .fa-expand {
    position: absolute;
    top: -46px;
    right: 0;
    height: 30px;
    width: 30px;
    font-size: 15px;
    color: #fbfbfb;
    opacity: 1;
    background-color: #222222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom-right-radius: 6px;
    cursor: pointer;
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .item-wrapper.item-wrapper-why-us .video-wrapper {
    margin: 20px 0 15px 0;
    height: 160px;
    position: relative;
    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;
    cursor: pointer;
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .item-wrapper.item-wrapper-why-us .video-wrapper .fa-play-circle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: auto;
    margin-bottom: auto;
    height: 60px;
    width: 60px;
    font-size: 60px;
    margin-left: auto;
    margin-right: auto;
    color: #fbfbfb;
    opacity: 1;
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .item-wrapper.item-wrapper-why-us .video-wrapper .fa-play-circle.playing {
    opacity: 0;
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .item-wrapper.item-wrapper-why-us .video-wrapper .menu-video {
    border-radius: 10px;
    height: 160px;
    background-color: #226782;
    max-width: 226px;
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .item-wrapper.item-wrapper-why-us .video-wrapper .menu-video .video-link {
    position: relative;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .item-wrapper.item-wrapper-why-us .video-wrapper .menu-video .video-link .video-icon {
    background-image: url("../../img/play.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 46px;
    width: 46px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .item-wrapper.item-wrapper-why-us .video-wrapper video[poster] {
    -o-object-fit: fill;
       object-fit: fill;
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .item-wrapper.item-wrapper-why-us .play-menu-video,
  .v-app #site-navigation .has-submenu > .full-width-submenu .item-wrapper.item-wrapper-why-us .play-menu-video-link {
    cursor: pointer;
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .menu-item {
    margin: 0;
  }
@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi), \0screen\, screen\9{
    .v-app #site-navigation .has-submenu > .full-width-submenu {
      -webkit-transition: none !important;
      transition: none !important;
    }
  }
@supports (-ms-ime-align: auto) {
    .v-app #site-navigation .has-submenu > .full-width-submenu {
      -webkit-transition: none !important;
      transition: none !important;
    }
  }
.v-app #site-navigation .has-submenu > .full-width-submenu:hover {
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation .has-submenu > .full-width-submenu:hover {
      max-height: -webkit-fit-content;
      max-height: -moz-fit-content;
      max-height: fit-content;
      position: fixed;
      top: 90px;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      min-height: 300px;
      max-height: 650px;
      left: 0;
      right: 0;
      width: 100%;
      -webkit-transition: height .4s;
      transition: height .4s;
      z-index: -1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      padding-bottom: 30px;
    }
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .menu-item:hover .menu-image:after {
    position: absolute;
    content: ' ';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(34, 103, 130, 0.6);
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .submenu-title,
  .v-app #site-navigation .has-submenu > .full-width-submenu h4 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    color: #303732;
    margin-bottom: 15px;
    padding: 0;
    line-height: 20px;
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    color: #226782;
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .link .fas {
    color: #226782;
    font-size: 12px;
    padding-left: 10px;
    padding-top: 2px;
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .link:hover {
    color: #303732;
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .link:hover .fas {
    color: #303732;
  }
.v-app #site-navigation .has-submenu > .full-width-submenu a {
    position: relative;
    display: block;
    margin-left: 25px;
    color: #226782;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    text-align: left;
    height: auto;
    padding: 6px 0;
    margin: 0;
    white-space: pre-wrap;
    line-height: 18px;
  }
@media screen and (max-width: 991px) {
    .v-app #site-navigation .has-submenu > .full-width-submenu a {
      color: #ffffff;
      font-size: .88rem;
      padding-left: 65px;
      margin: 0;
    }
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation .has-submenu > .full-width-submenu a {
      -webkit-transition: -webkit-box-shadow .2s;
      transition: -webkit-box-shadow .2s;
      transition: box-shadow .2s;
      transition: box-shadow .2s, -webkit-box-shadow .2s;
    }
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation .has-submenu > .full-width-submenu a:hover, .v-app #site-navigation .has-submenu > .full-width-submenu a.focus-visible {
      color: #303732;
    }
    .v-app #site-navigation .has-submenu > .full-width-submenu a:hover, .v-app #site-navigation .has-submenu > .full-width-submenu a:focus-visible {
      color: #303732;
    }
  }
.v-app #site-navigation .has-submenu > .full-width-submenu:first-child a {
    padding-top: 0;
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .sub-menu-container h4 {
    text-transform: capitalize;
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .sub-menu-container ul.menu {
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100%;
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .sub-menu-container ul.menu a {
    color: #222222;
  }
@media screen and (max-width: 991px) {
    .v-app #site-navigation .has-submenu > .full-width-submenu .sub-menu-container ul.menu a {
      color: #ffffff;
    }
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .sub-menu-container ul.menu a:hover {
    color: #E7F0E6;
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .block-content {
    padding: 0px;
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .block-content p {
    color: #222222;
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 16px;
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .block-content img {
    max-height: 160px;
    border-radius: 10px;
    margin-bottom: 16px;
    margin-top: 12px;
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .block-content span {
    color: #E7F0E6;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    line-height: 16px;
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .block-content span i {
    font-size: 16px;
    padding-right: 5px;
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .block-content:hover .image-wrapper .fa-play-circle {
    color: #E7F0E6;
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .block-content.reviews {
    font-size: 10px;
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .block-content.reviews span {
    margin-bottom: 15px;
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .block-content.reviews span .rs-star {
    padding: 4px 10px;
    position: relative;
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .block-content.reviews span .rs-star::after {
    background-image: url("../../img/star.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 16px;
    width: 16px;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .block-content.reviews .swiper-notification {
    margin: 0;
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .block-content.reviews .carousel-nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    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;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    margin-bottom: 15px;
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .block-content.reviews .swiper-button-next,
  .v-app #site-navigation .has-submenu > .full-width-submenu .block-content.reviews .swiper-button-prev {
    height: 24px;
    width: 24px;
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .block-content.reviews .swiper-button-next::after,
  .v-app #site-navigation .has-submenu > .full-width-submenu .block-content.reviews .swiper-button-prev::after {
    content: '\f35a';
    font-family: 'Font Awesome 5 Free';
    font-size: 24px;
    position: absolute;
    top: 0;
    color: #c6c6c6;
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .block-content.reviews .swiper-button-next:hover::after,
  .v-app #site-navigation .has-submenu > .full-width-submenu .block-content.reviews .swiper-button-prev:hover::after {
    color: #222222;
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .block-content.reviews .swiper-button-prev {
    margin-right: 10px;
  }
.v-app #site-navigation .has-submenu > .full-width-submenu .block-content.reviews .swiper-button-prev::after {
    content: '\f359';
    font-family: 'Font Awesome 5 Free';
  }
.v-app #site-navigation.toggled::before {
    content: '';
    height: 100%;
    left: 0;
    position: fixed;
    top: 90px;
    width: 100%;
    z-index: 99;
  }
@media screen and (max-width: 991px) {
    .v-app #site-navigation.toggled .site-mask {
      left: 0;
      height: 100vh;
      overflow-y: scroll;
    }
  }
.v-app #site-navigation.toggled .site-mask .menu-wrapper {
    overflow-y: scroll;
    padding-bottom: 140px;
  }
.v-app #site-navigation.toggled .site-mask .menu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0px 15px;
    position: relative;
  }
.v-app #site-navigation.toggled .site-mask .menu .menu-item.action-btn {
    padding: 35px 45px 30px 15px;
    margin-left: 0;
  }
.v-app #site-navigation.toggled .site-mask .menu .menu-item.action-btn a {
    padding: 12px 24px;
    text-align: center;
    height: auto;
    color: #ffffff;
    background-color: #226782;
  }
.v-app #site-navigation.toggled .site-mask .menu .menu-item.action-btn a:hover {
    background-color: #226782;
    color: #ffffff;
  }
.v-app #site-navigation.toggled .site-mask .menu .menu-item {
    background: none;
    width: 100%;
    border-bottom: 1px dotted #E7F0E6;
  }
.v-app #site-navigation.toggled .site-mask .menu .menu-item:first-child {
    border-top: 1px dotted #E7F0E6;
  }
.v-app #site-navigation.toggled .site-mask .menu .menu-item:last-child {
    border-bottom: none;
  }
.v-app #site-navigation.toggled .site-mask .menu .menu-item a {
    font-size: 16px;
    padding: 12px 15px;
    color: #226782;
    line-height: 22px;
  }
.v-app #site-navigation.toggled .site-mask .menu .menu-item.has-submenu.expanded {
    background-color: #FAFAFA;
  }
.v-app #site-navigation.toggled .site-mask .menu .menu-item.has-submenu.expanded.bg-colour {
    background-color: #E7F0E6;
  }
.v-app #site-navigation.toggled .site-mask .menu .menu-item.has-submenu.expanded.bg-colour .full-width-submenu a {
    border-bottom: 1px dotted #bdbdbd;
  }
.v-app #site-navigation.toggled .site-mask .menu .menu-item.has-submenu.expanded a {
    color: #222222;
    padding-bottom: 6px;
    border: none;
  }
.v-app #site-navigation.toggled .site-mask .menu .menu-item.has-submenu.expanded::after {
    color: #222222;
    rotate: none;
    top: 11px;
    bottom: auto;
    right: 15px;
  }
.v-app #site-navigation.toggled .site-mask .menu .menu-item.has-submenu::after {
    color: #222222;
    rotate: none;
    top: 11px;
    bottom: auto;
    right: 15px;
  }
.v-app #site-navigation.toggled .site-mask .menu .menu-item.has-submenu:hover::after {
    rotate: none;
    top: 11px;
    bottom: auto;
    right: 15px;
  }
.v-app #site-navigation.toggled .site-mask .menu .menu-item.has-submenu .full-width-submenu .wrapper {
    background-color: transparent;
    padding: 14px 0px 14px 20px;
  }
.v-app #site-navigation.toggled .site-mask .menu .menu-item.has-submenu .full-width-submenu .wrapper h4 {
    color: #E7F0E6;
    margin-top: 20px;
    padding-left: 0;
  }
.v-app #site-navigation.toggled .site-mask .menu .menu-item.has-submenu .full-width-submenu .wrapper .item-wrapper ul {
    padding: 0;
  }
.v-app #site-navigation.toggled .site-mask .menu .menu-item.has-submenu .full-width-submenu .wrapper .item-wrapper ul li {
    border: 0;
  }
.v-app #site-navigation.toggled .site-mask .menu .menu-item.has-submenu .full-width-submenu .wrapper .item-wrapper ul a {
    color: #222222;
    font-size: 16px;
    padding: 0;
    border: none;
  }
.v-app #site-navigation.toggled .site-mask .menu .menu-item.has-submenu .full-width-submenu .wrapper a {
    padding-left: 0;
  }
.v-app #site-navigation.toggled .site-mask .menu .menu-item.has-submenu .full-width-submenu .wrapper a.submenu-title {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px;
    padding: 24px 0px 10px 0px;
    color: #E7F0E6;
  }
.v-app #site-navigation.toggled .site-mask .menu .menu-item.has-submenu .full-width-submenu .wrapper a::after {
    content: none;
  }
.v-app #site-navigation.toggled .site-mask .menu .menu-item.has-submenu .full-width-submenu .wrapper a ul li a {
    font-size: 16px;
    line-height: 22px;
    padding: 6px;
  }
.v-app #site-navigation.toggled .site-mask .menu .menu-item.has-submenu .full-width-submenu .wrapper .location-data {
    padding-left: 0;
  }
.v-app #site-navigation.toggled .site-mask .menu .menu-item.has-submenu .full-width-submenu .wrapper .location-data .phone {
    margin-left: 60px;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 60px;
    padding: 14px;
  }
.v-app #site-navigation.toggled .site-mask .menu .menu-item.has-submenu .full-width-submenu .wrapper .location-data .phone i {
    border: 1px solid white;
    padding: 7px;
    border-radius: 50px;
    font-size: 20px;
  }
@media screen and (max-width: 575px) {
    .v-app #site-navigation.toggled .site-mask .menu .menu-item.has-submenu .full-width-submenu .wrapper .location-data .phone {
      margin-right: auto;
    }
  }
.v-app #site-navigation.toggled .site-mask .menu .menu-item.has-submenu .full-width-submenu .wrapper .location-data .location {
    background-color: transparent;
    color: #222222;
    text-transform: capitalize;
    font-weight: 400;
    padding-top: 12px;
  }
.v-app #site-navigation.toggled .site-mask .menu .menu-item.has-submenu.expanded .full-width-submenu .wrapper-container:after {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fbfbfb;
  }
.v-app #site-navigation.toggled .site-mask .menu .menu-item.menu-item-has-children a:after {
    position: absolute;
    padding-left: 5px;
    margin-left: 15px;
    margin-top: 3px;
    color: #94D3EC;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
.v-app #site-navigation.toggled .site-mask .menu .menu-item.menu-item-has-children.expanded a:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-left: 15px;
    margin-top: 0px;
    color: #ffffff;
  }
.v-app #site-navigation.toggled .site-mask .menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
    padding-left: 40px;
  }
.v-app #site-navigation.toggled .site-mask .menu .menu-item.menu-item-has-children .sub-menu .menu-item a:hover {
    color: #94D3EC;
  }
.v-app #site-navigation.toggled .site-mask .rands-mobile-why-us {
    padding: 26px 30px 30px 30px;
  }
.v-app #site-navigation.toggled .site-mask .rands-mobile-why-us .item-wrapper.item-wrapper-why-us .submenu-title {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #226782;
    margin-bottom: 24px;
  }
.v-app #site-navigation.toggled .site-mask .rands-mobile-why-us .item-wrapper.item-wrapper-why-us p {
    line-height: 18px;
    font-size: 14px;
    margin-bottom: 13px;
    color: #222222;
  }
.v-app #site-navigation.toggled .site-mask .rands-mobile-why-us .item-wrapper.item-wrapper-why-us .video-expand {
    position: relative;
  }
.v-app #site-navigation.toggled .site-mask .rands-mobile-why-us .item-wrapper.item-wrapper-why-us .video-expand:hover .fa-expand {
    color: #E7F0E6;
  }
.v-app #site-navigation.toggled .site-mask .rands-mobile-why-us .item-wrapper.item-wrapper-why-us .video-expand .fa-expand {
    position: absolute;
    top: -45px;
    right: 4px;
    height: 26px;
    width: 26px;
    font-size: 15px;
    color: #fbfbfb;
    opacity: 1;
    background-color: #222222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 30px;
    cursor: pointer;
  }
.v-app .footer-top,
  .v-app footer {
    font-size: 12px;
  }
.v-app .footer-top {
    color: #ffffff;
    line-height: 1.8;
    padding-top: 80px;
    padding-bottom: 32px;
    margin: 0;
    background-color: #303732;
  }
.v-app .footer-top .acc_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
@media screen and (min-width: 992px) {
    .v-app .footer-top .acc_wrapper {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
    }
  }
.v-app .footer-top .acc_wrapper .acc_logo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
    width: 100px;
    margin-right: 30px;
    margin-bottom: 30px;
  }
.v-app .footer-top .address {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 15px 0px;
  }
.v-app .footer-top .contact-info a {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    display: block;
    margin-bottom: 10px;
  }
.v-app .footer-top .contact-info a:hover {
    color: #94D3EC;
  }
@media screen and (max-width: 767px) {
    .v-app .footer-top .contact-info a {
      margin-bottom: 15px;
    }
  }
.v-app .footer-top .contact-info .fa {
    padding-right: 12px;
  }
.v-app .footer-top .footer-service-title {
    color: #ffffff;
    line-height: 24px;
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 13px;
    display: block;
    text-transform: uppercase;
  }
.v-app .footer-top .footer-service-list {
    list-style-type: none;
    padding: 0;
  }
.v-app .footer-top a {
    color: #ffffff;
    line-height: 18px;
    -webkit-transition: none;
    transition: none;
  }
.v-app .footer-top a:hover {
    color: #E7F0E6;
  }
.v-app .footer-top p {
    margin-bottom: 1.5em;
  }
.v-app .footer-top h4 {
    font-size: inherit;
    color: #ffffff;
  }
@media screen and (max-width: 575px) {
    .v-app .footer-top h4 {
      font-size: 15px;
    }
  }
.v-app .footer-top .footer-navigation .submenu-title {
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    color: #5197B2;
  }
.v-app .footer-top .footer-navigation ul {
    list-style: none;
    padding: 0;
  }
.v-app .footer-top .footer-navigation .link,
  .v-app .footer-top .footer-navigation li {
    display: -webkit-box;
    display: -ms-flexbox;
    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: 4px 0px;
  }
.v-app .footer-top .footer-navigation .link .fa-arrow-right,
  .v-app .footer-top .footer-navigation li .fa-arrow-right {
    padding-left: 8px;
    color: #2C6781;
    font-size: 13px;
  }
.v-app .footer-top .footer-navigation .link {
    padding-left: 15px;
  }
.v-app .footer-top .footer-navigation a {
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;
    padding: 3px 0px;
  }
.v-app .footer-top .footer-navigation a:hover {
    color: #94D3EC;
  }
.v-app .footer-top .footer-navigation a:hover + .fa-arrow-right {
    color: #94D3EC;
  }
.v-app .footer-top .footer-navigation .item-wrapper .link {
    padding-left: 15px;
    padding-right: 15px;
  }
.v-app .footer-top .site-logo img {
    height: 45px;
    width: auto;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
.v-app .footer-top .footer-information {
    position: relative;
  }
@media screen and (max-width: 767px) {
    .v-app .footer-top .footer-information {
      padding-bottom: 30px;
    }
  }
.v-app .footer-top .footer-information .line {
    height: 1px;
    width: 100%;
    background-color: #ffffff;
    border-top: 0;
    margin: 0px 0px 30px 0;
  }
.v-app .footer-top .footer-information .line.line-bottom {
    margin-bottom: 22px;
    margin-top: 16px;
  }
.v-app .footer-top .footer-information .group-name {
    line-height: 16px;
    padding-top: 8px;
  }
.v-app .footer-top .footer-information .group-name a {
    font-weight: 700;
    text-decoration: none;
  }
.v-app .footer-top .footer-information .company-info {
    font-size: 12px;
    line-height: 18px;
  }
.v-app .footer-top .footer-information .company-info a {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
  }
.v-app .footer-top .footer-information .footer-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 20px;
  }
@media screen and (max-width: 767px) {
    .v-app .footer-top .footer-information .footer-contact {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
    }
  }
.v-app .footer-top .footer-information .footer-contact.social-media {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
.v-app .footer-top .footer-information .footer-contact .social-media-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
@media screen and (max-width: 991px) {
    .v-app .footer-top .footer-information .footer-contact .social-media-section {
      padding-bottom: 20px;
    }
  }
.v-app .footer-top .footer-information .footer-contact .social-media-section a {
    border: 1px solid #ffffff;
    border-radius: 30px;
    height: 26px;
    width: 26px;
    margin-right: 15px;
    position: relative;
  }
.v-app .footer-top .footer-information .footer-contact .social-media-section a:last-child {
    margin-right: 0px;
  }
.v-app .footer-top .footer-information .footer-contact .social-media-section a::after {
    content: none;
    position: absolute;
    top: 3px;
    left: 6px;
    margin: auto;
    bottom: 0;
    right: 0;
    font-family: "Font Awesome 6 brands";
    font-size: 14px;
    color: #ffffff;
  }
.v-app .footer-top .footer-information .footer-contact .social-media-section a.facebook::after {
    content: '\f39e';
    left: 8px;
  }
.v-app .footer-top .footer-information .footer-contact .social-media-section a.youtube::after {
    content: '\f167';
    left: 5px;
  }
.v-app .footer-top .footer-information .footer-contact .social-media-section a.instagram::after {
    content: '\f16d';
  }
.v-app .footer-top .footer-information .footer-contact .social-media-section a.twitter::after {
    content: '\f099';
  }
.v-app .footer-top .footer-information .footer-contact .social-media-section a.linkedin::after {
    content: '\f0e1';
    left: 7px;
  }
.v-app .footer-top .footer-information .footer-contact .social-media-section a.whatsapp::after {
    content: '\f232';
  }
.v-app .footer-top .footer-information .footer-contact .social-media-section a:hover {
    border: 1px solid #94D3EC;
  }
.v-app .footer-top .footer-information .footer-contact .social-media-section a:hover::after {
    color: #94D3EC;
  }
.v-app .back-to-top {
    position: fixed;
    text-align: right;
    padding-top: 50px;
    font-size: 20px;
    right: 20px;
    bottom: 72px;
    opacity: 1;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 100;
  }
.v-app .back-to-top.js-show {
    opacity: 1;
  }
@media screen and (max-width: 991px) {
    .v-app .back-to-top {
      bottom: 58px;
    }
  }
.v-app .back-to-top-link {
    display: inline-block;
    text-align: left;
  }
@media screen and (max-width: 575px) {
    .v-app .back-to-top-link {
      text-align: center;
    }
  }
.v-app .back-to-top-link::before {
    text-align: center;
    display: block;
    height: 40px;
    width: 40px;
    color: #226782;
    font-family: "Font Awesome 6 Free";
    content: '\f077';
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
    border: 1px solid #94D3EC;
    padding-top: 10px;
    background-color: #94D3EC;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
@media screen and (max-width: 575px) {
    .v-app .back-to-top-link::before {
      margin-left: auto;
      margin-right: auto;
    }
  }
.v-app .back-to-top-link:hover {
    color: #226782;
  }
.v-app .back-to-top-link:hover::before {
    color: #94D3EC;
    background: #226782;
  }
.v-app #quote-button {
    background: #94D3EC;
    font-size: 1.125rem;
    position: fixed;
    right: 0px;
    top: 300px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: 9;
    border-radius: 6px 0px 0px 6px;
  }
@media screen and (max-width: 767px) {
    .v-app #quote-button {
      top: auto;
      bottom: 60px;
    }
  }
.v-app #quote-button .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 12px 10px 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
.v-app #quote-button .wrapper .icon {
    height: 55px;
    width: 55px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 16px;
  }
.v-app #quote-button .wrapper .content {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
.v-app #quote-button .button {
    background-color: #ffffff;
    color: #222222;
    padding: 1px 12px;
    font-size: 15px;
    line-height: 26px;
    border: 0;
    margin: 0;
    height: auto;
    width: auto;
  }
.v-app #quote-button .button:hover {
    color: #E7F0E6;
  }
.v-app #quote-button a {
    color: #222222;
  }
.v-app #quote-button a:hover .button {
    border: 0;
    color: #E7F0E6;
  }
.v-app #quote-button .title {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 12px;
  }
.v-app #quote-button.js-show {
    right: 68px;
  }
.v-app #quote-button.js-show:hover {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    right: 0;
  }
.v-app footer {
    position: relative;
    z-index: 2;
    background: #212421;
    color: #ffffff;
    font-weight: 200;
    padding: 16px 0 12px;
    border-top: 2px solid #4c4c4c;
  }
@media screen and (max-width: 575px) {
    .v-app footer.site-footer .col-12 {
      padding-top: 3px;
      padding-bottom: 3px;
    }
  }
@media screen and (max-width: 991px) {
    .v-app footer .container {
      padding: 0 15px;
    }
  }
.v-app footer a,
  .v-app footer a:visited {
    color: #ffffff;
    font-weight: 200;
  }
.v-app footer a:hover,
  .v-app footer a:visited:hover {
    color: #ffffff;
  }
.v-app footer .footer-information,
  .v-app footer .covey {
    text-align: center;
  }
@media screen and (max-width: 575px) {
    .v-app footer .copyright .copy {
      font-size: 13px;
    }
  }
.v-app footer .footer-logo {
    display: inline-block;
    height: 10px;
    padding-bottom: 1px;
  }
.v-app footer .covey {
    font-weight: 200;
  }
.v-app footer .covey img {
    padding-left: 6px;
    height: 1.0em;
    margin-right: 6px;
    margin-bottom: 2px;
    width: auto;
  }
.v-app .gravity-form-container .gform_title {
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    color: #222222;
  }
.v-app .gravity-form-container .gform_description {
    padding-top: 0;
    font-size: 12px;
    margin-bottom: 12px;
  }
.v-app .gravity-form-container legend,
  .v-app .gravity-form-container .gform_required_legend {
    display: none;
  }
.v-app .gravity-form-container .gfield.gfield_html {
    font-size: 12px;
    padding: 12px 0px 10px 0px;
  }
.v-app .gravity-form-container .gfield .gfield_description {
    display: block;
    padding: 14px 0px 27px 0px;
    font-size: 12px;
  }
.v-app .gravity-form-container .label-hidden .gfield_label {
    display: none;
  }
.v-app .v-banner {
    background: #226782;
    color: #ffffff;
    padding: 54px 0;
  }
.v-app .v-banner a {
    color: #ffffff;
    font-weight: 700;
    text-decoration: underline;
  }
.v-app .v-brands {
    padding: 100px 0;
    background-color: #303732;
  }
.v-app .v-brands.v-partners {
    background-color: #ffffff;
  }
.v-app .v-brands.v-partners .v-brands__title {
    color: #303732;
  }
.v-app .v-brands .brandSwiper {
    margin-left: auto;
    margin-right: auto;
    height: 190px;
  }
.v-app .v-brands .brandSwiper .swiper-slide {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
.v-app .v-brands__title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 36px;
    color: #ffffff;
    font-family: "brother-1816", sans-serif;
    text-transform: uppercase;
  }
.v-app .v-brands__inner-content {
    height: 80px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
.v-app .v-brands__image-holder {
    height: 150px;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
@media screen and (max-width: 991px) {
    .v-app .v-brands__image-holder {
      width: 180px;
    }
  }
@media screen and (max-width: 767px) {
    .v-app .v-brands__image-holder {
      width: 180px;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-brands__image-holder {
      width: 230px;
    }
  }
.v-app .v-brands .swiper-button-next-1,
  .v-app .v-brands .swiper-button-prev-1 {
    position: absolute;
    top: 0px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 1;
    height: 36px;
    width: 36px;
  }
.v-app .v-brands .swiper-button-next-1::after,
  .v-app .v-brands .swiper-button-prev-1::after {
    position: absolute;
    font-family: FontAwesome;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 35px;
    width: 35px;
  }
.v-app .v-brands .swiper-button-next-1 {
    right: 0px;
    left: auto;
  }
.v-app .v-brands .swiper-button-next-1::after {
    content: '\f054';
  }
@media screen and (min-width: 1200px) {
    .v-app .v-brands .swiper-button-next-1::after {
      content: none;
    }
  }
.v-app .v-brands .swiper-button-next-1.swiper-button-disabled::after {
    content: none;
  }
.v-app .v-brands .swiper-button-prev-1 {
    right: auto;
    left: 0;
  }
@media screen and (max-width: 575px) {
    .v-app .v-brands .swiper-button-prev-1 {
      left: 15px;
    }
  }
.v-app .v-brands .swiper-button-prev-1::after {
    content: '\f053';
  }
@media screen and (min-width: 1200px) {
    .v-app .v-brands .swiper-button-prev-1::after {
      content: none;
    }
  }
.v-app .v-brands .swiper-button-prev-1.swiper-button-disabled::after {
    content: none;
  }
/* shop page */
.v-app .wp-block-woocommerce-empty-cart-block .wp-block-heading.with-empty-cart-icon {
    font-size: 1rem;
  }
.v-app .wp-block-woocommerce-empty-cart-block .wp-block-heading.with-empty-cart-icon::before {
    color: #226782;
  }
.v-app .wp-block-woocommerce-empty-cart-block h2.wp-block-heading {
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 2.75rem;
  }
.v-app .woocommerce fieldset {
    padding-left: 0px;
  }
.v-app .woocommerce .woocommerce-notices-wrapper .woocommerce-message {
    border-top-color: #226782;
  }
.v-app .woocommerce .woocommerce-notices-wrapper .woocommerce-message::before {
    color: #226782;
  }
.v-app .woocommerce .woocommerce-notices-wrapper .woocommerce-message.focus-visible {
    outline: none;
  }
.v-app .woocommerce .woocommerce-notices-wrapper .woocommerce-message:focus-visible {
    outline: none;
  }
.v-app .woocommerce .woocommerce-notices-wrapper .woocommerce-message a.button {
    border: 1px solid #226782;
    background-color: #ffffff;
    color: #303732;
    border-radius: 0px;
    font-weight: 400;
  }
.v-app .woocommerce .woocommerce-notices-wrapper .woocommerce-message a.button:hover {
    color: #226782;
  }
.v-app .woocommerce .woocommerce-notices-wrapper .woocommerce-error.focus-visible {
    outline: none;
  }
.v-app .woocommerce .woocommerce-notices-wrapper .woocommerce-error:focus-visible {
    outline: none;
  }
.v-app .woocommerce .woocommerce-MyAccount-navigation li {
    padding-bottom: 10px;
  }
.v-app .woocommerce .woocommerce-MyAccount-content label {
    margin-left: 0;
    width: 100%;
  }
.v-app .woocommerce .woocommerce-ResetPassword {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
.v-app .woocommerce .woocommerce-ResetPassword label {
    margin-left: 0;
    width: 100%;
  }
.v-app .woocommerce button[type=submit] {
    display: block;
    padding: 12px 40px;
    border: 2px solid #303732;
    color: #ffffff;
    background-color: #303732;
    margin: 16px 0px;
  }
.v-app .woocommerce h2 {
    font-size: 30px;
  }
.v-app .woocommerce .u-columns .col-1,
  .v-app .woocommerce .u-columns .col-2 {
    max-width: unset;
  }
.v-app .woocommerce .woocommerce-form-register label {
    margin-left: 0;
    font-weight: 400;
  }
.v-app .woocommerce .woocommerce-form-login .password-input {
    display: block;
    width: 100%;
  }
.v-app .woocommerce .woocommerce-form-login label {
    margin-left: 0;
    font-weight: 400;
  }
.v-app .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
    width: 100%;
  }
.v-app .woocommerce .woocommerce-order section {
    padding: 30px;
  }
.v-app .woocommerce .woocommerce-order .woocommerce-thankyou-order-received {
    font-size: 20px;
  }
.v-app .woocommerce .woocommerce-order .woocommerce-order-overview__order {
    color: #226782;
  }
.v-app .woocommerce .woocommerce-order .woocommerce-order-details__title,
  .v-app .woocommerce .woocommerce-order .woocommerce-column__title {
    font-size: 30px;
    font-weight: 400;
  }
.v-app .woocommerce.columns-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
.v-app .woocommerce .woocommerce-result-count {
    text-align: right;
    margin-bottom: 6px;
    color: #989C98;
    font-weight: 300;
    font-size: 1rem;
  }
@media screen and (min-width: 992px) {
    .v-app .woocommerce .woocommerce-result-count {
      margin-top: -90px;
    }
  }
.v-app .woocommerce .woocommerce-ordering {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
@media screen and (min-width: 992px) {
    .v-app .woocommerce .woocommerce-ordering {
      margin-bottom: 60px;
    }
  }
.v-app .woocommerce .woocommerce-ordering select {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 30px 8px 12px;
    color: #989C98;
    font-weight: 300;
    font-size: 1rem;
  }
.v-app .woocommerce span.onsale {
    color: #226782;
    background-color: #E7F0E6;
    padding: 3px 10px;
    font-weight: 400;
    border: 2px dashed #94D3EC;
  }
.v-app .woocommerce .single-product .product span.onsale {
    border: 0px;
    padding: 10px 16px;
    background-color: #226782;
    color: #ffffff;
  }
.v-app .woocommerce .single-product .product span.onsale::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-animation: pulse 2s ease infinite;
            animation: pulse 2s ease infinite;
    border-radius: 50%;
    border: 4px double #3ea4cc;
  }
@-webkit-keyframes pulse {
    .v-app 0% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
    }
    .v-app 100% {
      -webkit-transform: scale(1.5);
              transform: scale(1.5);
      opacity: 0;
    }
  }
@keyframes pulse {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.5);
              transform: scale(1.5);
      opacity: 0;
    }
  }
.v-app .woocommerce .product .single_add_to_cart_button {
    border: 1px solid #313732;
    background-color: #226782;
    color: #303732;
    font-weight: 300;
    border-radius: 50px;
    padding: 10px 16px 11px 16px;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #ffffff;
    font-size: 16px;
  }
.v-app .woocommerce ul.products li.product .price {
    font-size: 14px;
  }
@media screen and (max-width: 575px) {
    .v-app .woocommerce ul.products li.product {
      width: 99%;
    }
  }
/* shop and products page*/
.v-app .products,
  .v-app .wc-block-grid__products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
.v-app .products .product.type-product,
  .v-app .wc-block-grid__products .product.type-product {
    padding: 15px 15px 70px 15px;
    margin-bottom: 4rem;
  }
.v-app .products .product.type-product.product-type-variable .price,
  .v-app .wc-block-grid__products .product.type-product.product-type-variable .price {
    display: none;
  }
.v-app .products .product.type-product .woocommerce-loop-product__title,
  .v-app .wc-block-grid__products .product.type-product .woocommerce-loop-product__title {
    color: #303732;
    line-height: 1.2;
    font-weight: 400;
  }
@media screen and (max-width: 991px) {
    .v-app .products .product.type-product .woocommerce-loop-product__title,
    .v-app .wc-block-grid__products .product.type-product .woocommerce-loop-product__title {
      font-size: 1rem;
    }
  }
.v-app .products .product.type-product span.onsale,
  .v-app .wc-block-grid__products .product.type-product span.onsale {
    color: #226782;
    background-color: #E7F0E6;
    top: 15px;
    left: 15px;
    bottom: auto;
    right: auto;
    margin: 0;
    padding: 3px 10px;
    font-weight: 400;
    border: 2px dashed #94D3EC;
  }
.v-app .products .product.type-product span.onsale::before,
  .v-app .wc-block-grid__products .product.type-product span.onsale::before {
    content: none;
  }
.v-app .products .product.type-product span.price,
  .v-app .wc-block-grid__products .product.type-product span.price {
    color: #313732;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-weight: 400;
  }
.v-app .products .product.type-product span.price ins .amount bdi,
  .v-app .wc-block-grid__products .product.type-product span.price ins .amount bdi {
    font-weight: 400;
  }
.v-app .products .product.type-product .add_to_cart_button,
  .v-app .wc-block-grid__products .product.type-product .add_to_cart_button {
    position: absolute;
    left: 15px;
    bottom: 15px;
    border: 1px solid #313732;
    background-color: transparent;
    color: #303732;
    font-weight: 300;
    border-radius: 0px;
    padding: 9px 16px 11px 16px;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
.v-app .products .product.type-product .added_to_cart,
  .v-app .wc-block-grid__products .product.type-product .added_to_cart {
    color: #303732;
    text-decoration: underline;
  }
.v-app .products .product.type-product:hover .add_to_cart_button,
  .v-app .wc-block-grid__products .product.type-product:hover .add_to_cart_button {
    border-color: #226782;
    background-color: #226782;
    color: #ffffff;
  }
.v-app .products .product-category a:hover .woocommerce-loop-category__title,
  .v-app .wc-block-grid__products .product-category a:hover .woocommerce-loop-category__title {
    color: #226782;
  }
.v-app .products .product-category .woocommerce-loop-category__title,
  .v-app .wc-block-grid__products .product-category .woocommerce-loop-category__title {
    color: #333;
  }
.v-app .products .product-category .woocommerce-loop-category__title .count,
  .v-app .wc-block-grid__products .product-category .woocommerce-loop-category__title .count {
    display: none;
  }
.v-app .products .wc-block-grid__product,
  .v-app .wc-block-grid__products .wc-block-grid__product {
    margin-bottom: 60px;
    padding-right: 60px;
    padding-bottom: 60px;
    padding-left: 15px;
  }
.v-app .products .wc-block-grid__product .wc-block-grid__product-link,
  .v-app .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-link {
    font-size: 16px;
  }
.v-app .products .wc-block-grid__product .wc-block-grid__product-link .wc-block-grid__product-title,
  .v-app .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-link .wc-block-grid__product-title {
    color: #303732;
    line-height: 1.2;
    font-weight: 400;
    text-align: left;
  }
@media screen and (max-width: 991px) {
    .v-app .products .wc-block-grid__product .wc-block-grid__product-link .wc-block-grid__product-title,
    .v-app .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-link .wc-block-grid__product-title {
      font-size: 1rem;
    }
  }
.v-app .products .wc-block-grid__product .wc-block-grid__product-link .wc-block-grid__product-onsale,
  .v-app .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-link .wc-block-grid__product-onsale {
    color: #226782;
    background-color: #E7F0E6;
    top: 15px;
    left: 15px;
    bottom: auto;
    right: auto;
    margin: 0;
    padding: 15px 12px 15px 12px;
    font-weight: 400;
    border: 2px dashed #94D3EC;
    border-radius: 50px;
  }
.v-app .products .wc-block-grid__product .wc-block-grid__product-link .wc-block-grid__product-onsale::before,
  .v-app .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-link .wc-block-grid__product-onsale::before {
    content: none;
  }
.v-app .products .wc-block-grid__product .wc-block-grid__product-price,
  .v-app .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price {
    color: #313732;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-weight: 400;
    font-size: 1rem;
  }
.v-app .products .wc-block-grid__product .wc-block-grid__product-price del,
  .v-app .products .wc-block-grid__product .wc-block-grid__product-price ins,
  .v-app .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price del,
  .v-app .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price ins {
    text-align: left;
    background-color: transparent;
  }
.v-app .products .wc-block-grid__product .wc-block-grid__product-price .amount,
  .v-app .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price .amount {
    text-align: left;
  }
.v-app .products .wc-block-grid__product .wc-block-grid__product-price del .amount,
  .v-app .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price del .amount {
    opacity: .6;
  }
.v-app .products .wc-block-grid__product .add_to_cart_button,
  .v-app .wc-block-grid__products .wc-block-grid__product .add_to_cart_button {
    position: absolute;
    left: 15px;
    bottom: 15px;
    border: 1px solid #313732;
    background-color: transparent;
    color: #303732;
    font-weight: 300;
    border-radius: 0px;
    padding: 9px 16px 11px 16px;
    -webkit-transition: all .4s;
    transition: all .4s;
    font-size: 1rem;
  }
.v-app .products .wc-block-grid__product .add_to_cart_button:hover,
  .v-app .wc-block-grid__products .wc-block-grid__product .add_to_cart_button:hover {
    background-color: #226782;
    color: #ffffff;
    border-color: #226782;
  }
.v-app .woo-page-title {
    margin-bottom: 40px;
    color: #303732;
    font-weight: 500;
    text-transform: capitalize;
  }
/* single product */
.v-app article.product.type-product.product-type-variable .entry-content .single-product .product .entry-summary .price {
    display: none;
  }
.v-app article.product.type-product.product-type-simple .entry-content .single-product .product.product-type-simple .entry-summary .price del {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
.v-app article.product.type-product.product-type-simple .entry-content .single-product .product.product-type-simple .entry-summary .price span {
    font-size: 30px;
    line-height: 1;
  }
.v-app article.product.type-product .entry-header .entry-title {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 40px;
    color: #303732;
  }
.v-app article.product.type-product .entry-content .product.product-type-variable .price {
    display: none;
  }
.v-app article.product.type-product .entry-content .product.product-type-simple .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
.v-app article.product.type-product .entry-content .product .price {
    color: #313732;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-weight: 400;
    font-weight: 500;
  }
.v-app article.product.type-product .entry-content .product .price del span.woocommerce-Price-amount {
    padding: 0;
  }
.v-app article.product.type-product .entry-content .product .price ins .amount bdi {
    font-weight: 500;
  }
.v-app article.product.type-product .entry-content .product p {
    margin-bottom: 20px;
  }
.v-app article.product.type-product .entry-content .product .cart {
    margin-bottom: 20px;
  }
.v-app article.product.type-product .entry-content .product .cart .variations th.label {
    padding-left: 0;
  }
.v-app article.product.type-product .entry-content .product .cart .variations th.label label {
    margin-left: 0;
  }
.v-app article.product.type-product .entry-content .product .cart .variations .value select {
    padding: 10px 30px 10px 10px;
  }
.v-app article.product.type-product .entry-content .product .cart .single_variation_wrap .woocommerce-variation-price .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
.v-app article.product.type-product .entry-content .product .cart .single_variation_wrap .woocommerce-variation-price .price .woocommerce-Price-amount.amount {
    padding-left: 0;
    padding-bottom: 22px;
    font-size: 30px;
  }
.v-app article.product.type-product .entry-content .product .cart .quantity .qty {
    padding: 6px 8px;
    border-radius: 0px;
    margin: 0;
  }
.v-app article.product.type-product .entry-content .product .cart .single_add_to_cart_button {
    border-radius: 0px;
    background-color: #226782;
    color: #ffffff;
    border: 1px solid #226782;
    margin: 0;
  }
.v-app article.product.type-product .entry-content .product .cart .single_add_to_cart_button:hover {
    color: #94D3EC;
  }
.v-app article.product.type-product .entry-content .product .product_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
.v-app article.product.type-product .entry-content .product .product_meta span {
    margin-bottom: 20px;
    color: #989C98;
  }
.v-app article.product.type-product .entry-content .product .product_meta span a {
    color: #313732;
  }
.v-app article.product.type-product .entry-content .product .product_meta span a:hover {
    text-decoration: underline;
  }
.v-app article.product.type-product .entry-content .product .woocommerce-tabs ul.tabs li a {
    font-weight: 400;
  }
.v-app article.product.type-product .entry-content .product .woocommerce-tabs .woocommerce-Tabs-panel h2, .v-app article.product.type-product .entry-content .product .woocommerce-tabs .woocommerce-Tabs-panel h3 {
    font-weight: 500;
    font-size: 1.5rem;
    color: #313732;
  }
.v-app article.product.type-product .entry-content .product .woocommerce-product-gallery .flex-control-thumbs {
    margin-top: 40px;
  }
.v-app article.product.type-product .entry-content .product .woocommerce-product-gallery .flex-control-thumbs li {
    width: 20%;
    margin-right: 5%;
  }
.v-app article.product.type-product .entry-content .product .related.products > h2 {
    font-size: 2.5rem;
    margin-bottom: 60px;
    font-weight: 500;
    width: 100%;
  }
.v-app article.product.type-product .entry-content .product .related.products ul.products {
    width: 100%;
  }
.v-app article.product.type-product .entry-content .product .related.products ul.products .product.type-product.product-type-variable .price {
    display: none;
  }
/* CART */
.v-app .wc-block-cart ins {
    background: none;
  }
.v-app .wc-block-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    color: #303732;
  }
.v-app .wc-block-cart .wc-block-cart__submit-container .wc-block-components-button {
    background-color: #226782;
    color: #ffffff;
  }
.v-app .wc-block-cart .wc-block-cart__submit-container .wc-block-components-button:hover {
    border-radius: 4px;
  }
.v-app .wc-block-cart .wc-block-cart__submit-container .wc-block-components-button:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
/* checkout */
.v-app .wp-block-woocommerce-checkout ins {
    background: none;
  }
.v-app .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button {
    color: #303732;
    font-weight: 500;
  }
.v-app .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    background-color: #226782;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
  }
.v-app .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
/* Fixed Mini Cart*/
.v-app .fixed-mini-cart {
    position: fixed;
    text-align: right;
    font-size: 20px;
    right: 17px;
    bottom: 140px;
    opacity: 1;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 100;
    cursor: pointer;
  }
.v-app .fixed-mini-cart.js-show {
    opacity: 1;
  }
@media screen and (max-width: 991px) {
    .v-app .fixed-mini-cart {
      bottom: 58px;
      right: 80px;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .fixed-mini-cart {
      text-align: center;
    }
  }
.v-app .fixed-mini-cart::before {
    text-align: center;
    display: block;
    height: 46px;
    width: 46px;
    color: #ffffff;
    font-family: "Font Awesome 6 Free";
    content: '\f07a';
    border: 1px solid #94D3EC;
    border-radius: 50%;
    padding: 13px 9px 8px 8px;
    background-color: #226782;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
@media screen and (max-width: 575px) {
    .v-app .fixed-mini-cart::before {
      margin-left: auto;
      margin-right: auto;
    }
  }
.v-app .fixed-mini-cart:hover {
    color: #226782;
  }
.v-app .fixed-mini-cart:hover::before {
    color: #94D3EC;
    background: #226782;
  }
.v-app .fixed-mini-cart:hover .cart-count {
    background-color: #226782;
    border: 1px solid #226782;
  }
.v-app .fixed-mini-cart .cart-count {
    padding: 2px 7px 4px 8px;
    line-height: 1;
    background-color: #226782;
    border-color: #226782;
    border-radius: 50px;
    color: white;
    position: absolute;
    top: -12px;
    right: -6px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
.v-app .v-captionedImages {
    font-size: 1rem;
  }
.v-app .v-captionedImages--multiple {
    text-align: left;
  }
.v-app .v-captionedImages--contained {
    font-size: 1.125rem;
    text-align: center;
  }
.v-app .v-captionedImages--contained .v-captionedImages__box {
    background: rgba(148, 211, 236, 0.1);
  }
@media screen and (max-width: 991px) {
    .v-app .v-captionedImages--contained .v-captionedImages__text {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
    }
  }
.v-app .v-captionedImages--contained .v-captionedImages__title {
    margin-bottom: .5rem;
  }
.v-app .v-captionedImages--contained .v-captionedImages__text {
    padding: 40px;
  }
@media screen and (max-width: 991px) {
    .v-app .v-captionedImages--contained .v-captionedImages__text {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
    }
  }
@media screen and (min-width: 992px) {
    .v-app .v-captionedImages--contained .v-captionedImages__text {
      min-height: 400px;
      padding: 55px;
    }
  }
.v-app .v-captionedImages--contained .v-captionedImages__imageWrap {
    min-height: 300px;
  }
@media screen and (max-width: 991px) {
    .v-app .v-captionedImages--contained .v-captionedImages__imageWrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
    }
  }
.v-app .v-captionedImages--full {
    background: #226782;
    color: #ffffff;
    line-height: 1.5;
    padding: 0;
  }
.v-app .v-captionedImages--full .v-captionedImages__title {
    color: #ffffff;
    font-size: 1.875rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
  }
.v-app .v-captionedImages--full .v-captionedImages__text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 25px 15px;
  }
@media screen and (min-width: 768px) {
    .v-app .v-captionedImages--full .v-captionedImages__text {
      min-height: 343px;
      padding: 2rem 48px 2.5rem 31px;
    }
  }
.v-app .v-captionedImages--full .v-captionedImages__content h1, .v-app .v-captionedImages--full .v-captionedImages__content h2, .v-app .v-captionedImages--full .v-captionedImages__content h3, .v-app .v-captionedImages--full .v-captionedImages__content h4, .v-app .v-captionedImages--full .v-captionedImages__content h5, .v-app .v-captionedImages--full .v-captionedImages__content h6 {
    color: inherit;
    font-size: 1.875rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
  }
.v-app .v-captionedImages--full ul {
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
    padding: 0;
  }
.v-app .v-captionedImages--full ul li:not(:last-child) {
    margin-bottom: 1rem;
  }
.v-app .v-captionedImages--full ul:not(.bullets) {
    list-style: none;
  }
.v-app .v-captionedImages--full ul.bullets {
    list-style-position: inside;
  }
.v-app .v-captionedImages--full ul.split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -18px -1.5rem;
  }
.v-app .v-captionedImages--full ul.split li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 1.5rem;
    max-width: 50%;
    padding: 0 18px;
  }
@media screen and (min-width: 768px) {
    .v-app .v-captionedImages--full ul.large {
      font-size: 1.3125rem;
    }
  }
.v-app .v-captionedImages--full .v-captionedImages__imageWrap {
    height: 300px;
  }
@media screen and (min-width: 768px) {
    .v-app .v-captionedImages--full .v-captionedImages__imageWrap {
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 50%;
    }
  }
.v-app .v-captionedImages__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
.v-app .v-captionedImages__text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -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;
    max-width: 100%;
  }
@media screen and (min-width: 768px) {
    .v-app .v-captionedImages__text {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
    }
  }
.v-app .v-captionedImages__title {
    font-size: 2.25rem;
  }
.v-app .v-captionedImages__contentWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi), \0screen\, screen\9{
    .v-app .v-captionedImages__contentWrap {
      display: block;
      max-width: 100%;
    }
  }
.v-app .v-captionedImages__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    outline: 0;
  }
.v-app .v-captionedImages__content h1, .v-app .v-captionedImages__content h2, .v-app .v-captionedImages__content h3, .v-app .v-captionedImages__content h4, .v-app .v-captionedImages__content h5, .v-app .v-captionedImages__content h6 {
    font-size: 1.375rem;
    margin-bottom: .5rem;
  }
.v-app .v-captionedImages__imageWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    overflow: hidden;
  }
@media screen and (min-width: 768px) {
    .v-app .v-captionedImages__imageWrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
    }
  }
.v-app .v-captionedImages__image {
    background-position: center;
    background-size: cover;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    outline: 0;
  }
.v-app .v-captionedImages.image-contained .v-captionedImages__imageWrap {
    padding: 1rem;
  }
.v-app .v-captionedImages.image-contained .v-captionedImages__image {
    background-repeat: no-repeat;
    background-size: contain;
  }
.v-app .v-contact {
    line-height: 1.47;
    margin: 0;
  }
@media screen and (max-width: 991px) {
    .v-app .v-contact .contact-form {
      margin-top: 60px;
    }
  }
.v-app .v-contact::before, .v-app .v-contact::after {
    top: 0 !important;
  }
.v-app .v-contact__link:hover {
    color: #226782;
  }
.v-app .v-contact__map {
    min-height: 540px;
    padding: 0;
    position: relative;
  }
@media screen and (max-width: 575px) {
    .v-app .v-contact__map {
      margin-left: -15px;
      margin-right: -15px;
    }
  }
.v-app .v-contact__map .google-map {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
.v-app .v-contact__map .google-map .gm-style .gm-style-iw-tc {
    top: -1px;
  }
.v-app .v-contact__map .google-map .gm-style-iw-t::after {
    display: none;
  }
.v-app .v-contact__map .google-map .gm-style-iw {
    border-radius: 4px;
    border: 1px solid #313732;
    background: #ffffff;
    padding: 0;
  }
.v-app .v-contact__map .google-map .gm-style-iw .gm-style-iw-d {
    overflow: hidden !important;
    padding: 0;
    background: #ffffff;
    max-width: 220px;
    min-width: 150px;
    width: 100%;
  }
.v-app .v-contact__map .google-map .gm-style-iw button {
    border: 0;
    top: 4px !important;
    right: 5px !important;
  }
.v-app .v-contact__map .google-map .gm-style-iw button:focus {
    outline: 0;
    border: 0;
  }
.v-app .v-contact__map .google-map .marker-popup-content {
    color: #ffffff;
    line-height: 1.4;
  }
.v-app .v-contact__map .google-map .marker-popup-content .marker-popup-content-box {
    padding: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
.v-app .v-contact__map .google-map .marker-popup-content .h4 {
    color: #E7F0E6;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 16px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 10px;
  }
.v-app .v-contact__map .google-map .marker-popup-content .h4:hover {
    color: #E7F0E6;
  }
.v-app .v-contact__map .google-map .marker-popup-content p {
    font-size: 10px;
  }
.v-app .v-contact__map .google-map .marker-popup-content p a {
    color: #222222;
    text-decoration: none;
    padding-bottom: 15px;
    font-size: 8px;
    line-height: 10px;
    font-weight: 400;
  }
.v-app .v-contact__map .google-map .marker-popup-content p a:hover {
    text-decoration: none;
  }
.v-app .v-contact__map .google-map .marker-popup-content p a.phone {
    font-weight: 700;
  }
.v-app .v-contact__map .google-map .marker-popup-content p a.phone .fas, .v-app .v-contact__map .google-map .marker-popup-content p a.email .fas {
    padding-right: 10px;
  }
.v-app .v-contact__map .google-map .marker-popup-content p a.phone:hover, .v-app .v-contact__map .google-map .marker-popup-content p a.email:hover {
    text-decoration: underline;
  }
.v-app .v-contact__map .google-map .marker-popup-content p a.btn-action {
    margin-top: 15px;
    margin-bottom: 0;
    padding: 12px;
    font-size: 12px;
    color: #226782;
    text-decoration: none;
    line-height: 20px;
    font-weight: 700;
    width: 180px;
  }
.v-app .v-contact__map .google-map .marker-popup-content p a.btn-action:hover {
    background-color: #226782;
    color: #ffffff;
  }
@media screen and (max-width: 575px) {
    .v-app .v-contact__map .google-map .marker-popup-content {
      font-size: 10px;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-contact__map .google-map .marker-popup-content-image {
      display: none;
    }
  }
.v-app .v-contact__map .google-map .marker-popup-content-address {
    padding: 14px;
  }
.v-app .v-contact__map .google-map .marker-popup-content-address .highlight {
    font-weight: 500;
  }
.v-app .v-contact__map .placeDiv {
    z-index: 9999;
    position: absolute;
    color: #000;
  }
.v-app .v-contact__map .placecard__container {
    -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
            box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    max-width: 330px;
    width: 100%;
    background: white none repeat scroll 0% 0%/auto padding-box border-box;
    border-radius: 2px 2px 2px 2px;
    font: normal normal normal normal 11px / normal Roboto, Arial, sans-serif;
    margin: 10px;
    padding: 9px 4px 9px 11px;
    overflow: hidden;
  }
.v-app .v-contact__map .placecard__left {
    float: left;
    width: 75%;
  }
.v-app .v-contact__map .placecard__right {
    text-align: center;
    float: left;
    width: 25%;
  }
.v-app .v-contact__map .placecard__business-name {
    cursor: default;
    height: 19px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
    -webkit-perspective-origin: 100px 9.5px;
            perspective-origin: 100px 9.5px;
    -webkit-transform-origin: 100px 9.5px;
            transform-origin: 100px 9.5px;
    font: normal normal 500 normal 14px / normal Roboto, Arial;
    overflow: hidden;
    margin: 0;
  }
.v-app .v-contact__map .placecard__info {
    color: #5b5b5b;
    cursor: default;
    height: 32px;
    width: 200px;
    -webkit-column-rule-color: #5b5b5b;
       -moz-column-rule-color: #5b5b5b;
            column-rule-color: #5b5b5b;
    -webkit-perspective-origin: 100px 16px;
            perspective-origin: 100px 16px;
    -webkit-transform-origin: 100px 16px;
            transform-origin: 100px 16px;
    border: 0px none #5b5b5b;
    font: normal normal normal normal 12px / normal Roboto, Arial;
    margin: 6px 0px 0px;
    outline: #5b5b5b none 0px;
  }
.v-app .v-contact__map .placecard__direction-icon {
    background: rgba(0, 0, 0, 0) url("https://maps.gstatic.com/mapfiles/embed/images/entity11.png") repeat scroll 0px 0px/70px 210px padding-box border-box;
    height: 22px;
    width: 22px;
    margin-right: auto;
    margin-left: auto;
  }
.v-app .v-contact__map .placecard__direction-link {
    color: #3a84df;
    display: block;
    height: 43px;
    text-decoration: none;
    width: 54.7344px;
  }
.v-app .v-contact__map .placecard__view-large {
    display: block;
    margin-top: 10px;
    color: #3a84df;
    text-decoration: none;
  }
.v-app .v-contact__details {
    padding: 62px 30px 60px;
  }
@media screen and (min-width: 992px) {
    .v-app .v-contact__details {
      padding-bottom: 106px;
      padding-top: 112px;
    }
  }
.v-app .v-contact__detailsWrap {
    margin: 0 auto;
    max-width: 22.5rem;
  }
.v-app .v-contact .v-social {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
@media screen and (max-width: 991px) {
    .v-app .v-contact .v-social {
      font-size: 1.8rem;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-contact .v-social a {
      color: #226782;
    }
  }
.v-app .v-contact + .v-contact:not(#\9) {
    margin-top: 7px;
  }
.v-app .v-contact .gform_wrapper .gform_title {
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    color: #222222;
  }
.v-app .v-contact .gform_wrapper .gform_description {
    padding-top: 0;
    font-size: 12px;
    margin-bottom: 12px;
  }
.v-app .v-contact .gform_wrapper legend,
  .v-app .v-contact .gform_wrapper .gform_required_legend {
    display: none;
  }
.v-app .v-contact .gform_wrapper .gfield.gfield_html {
    font-size: 14px;
    padding: 12px 0px 10px 0px;
  }
.v-app .v-contact .gform_wrapper .gfield .gfield_description {
    display: block;
    padding: 14px 0px 27px 0px;
    font-size: 14px;
  }
.v-app .v-contact .gform_wrapper .gfield .gfield_description.gfield_validation_message {
    padding: 0px 0px 14px 0px;
  }
.v-app .v-contact .gform_wrapper .label-hidden .gfield_label {
    display: none;
  }
.v-app .v-contact .icon-email,
  .v-app .v-contact .icon-phone {
    font-size: 16px;
  }
.v-app section.v-content:first-child {
    padding-top: 155px;
  }
@media screen and (min-width: 992px) {
    .v-app section.v-content:first-child {
      padding-top: 185px;
    }
  }
.v-app .v-content {
    /** General element accress v-content **/
    /* spacing */
  }
.v-app .v-content.bg-grey {
    background-color: #FAFAFA;
  }
.v-app .v-content.bg-primary-colour {
    background-color: #226782;
    color: #ffffff !important;
  }
.v-app .v-content.bg-primary-colour h1,
  .v-app .v-content.bg-primary-colour h2,
  .v-app .v-content.bg-primary-colour h3,
  .v-app .v-content.bg-primary-colour h4,
  .v-app .v-content.bg-primary-colour h5,
  .v-app .v-content.bg-primary-colour h6,
  .v-app .v-content.bg-primary-colour p {
    color: #ffffff !important;
  }
.v-app .v-content.bg-primary-colour .button {
    background-color: #ffffff;
    color: #226782;
    border: 1px solid #ffffff;
  }
.v-app .v-content.bg-primary-colour .button:hover, .v-app .v-content.bg-primary-colour .button:focus {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
  }
.v-app .v-content.bg-bright-colour {
    background-color: #E7F0E6;
  }
.v-app .v-content.bg-bright-colour h1,
  .v-app .v-content.bg-bright-colour h2,
  .v-app .v-content.bg-bright-colour h3,
  .v-app .v-content.bg-bright-colour h4,
  .v-app .v-content.bg-bright-colour h5,
  .v-app .v-content.bg-bright-colour h6,
  .v-app .v-content.bg-bright-colour span,
  .v-app .v-content.bg-bright-colour p {
    color: #ffffff !important;
  }
.v-app .v-content.bg-highlight {
    background-color: #94D3EC;
  }
.v-app .v-content.bg-highlight .button {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #226782;
  }
.v-app .v-content.bg-highlight .button:hover, .v-app .v-content.bg-highlight .button:focus {
    background-color: #226782;
    border-color: #226782;
    color: #ffffff;
  }
.v-app .v-content .rs-star {
    padding: 6px 40px;
    position: relative;
  }
.v-app .v-content .rs-star::after {
    background-image: url("../../img/star.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 36px;
    width: 36px;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
  }
.v-app .v-content p {
    font-size: 14px;
    line-height: 18px;
  }
.v-app .v-content .page-title {
    font-size: 48px;
    line-height: 54px;
    margin-bottom: 68px;
    color: #226782;
  }
.v-app .v-content .page-subtitle {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 26px;
    color: #222222;
  }
.v-app .v-content .section-title {
    font-size: 30px;
    line-height: 34px;
    font-weight: 500;
    color: #222222;
  }
.v-app .v-content .box-title {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
  }
.v-app .v-content .highlight-content,
  .v-app .v-content .highlight-content p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
  }
.v-app .v-content .trivial-content,
  .v-app .v-content .trivial-content p {
    font-size: 10px;
    line-height: 16px;
  }
.v-app .v-content .item-label {
    font-size: 20px;
    line-height: 24px;
  }
@media screen and (max-width: 1199px) {
    .v-app .v-content .item-label {
      font-size: 16px;
      line-height: 20px;
    }
  }
.v-app .v-content .list .list-item a {
    font-size: 16px;
    line-height: 24px;
  }
.v-app .v-content .image-thumb-rounded {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
.v-app .v-content .image-thumb-rounded img {
    border-radius: 50%;
    height: 128px;
    width: 128px;
    min-width: 128px;
  }
.v-app .v-content .hexagon {
    overflow: hidden;
    visibility: hidden;
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
  }
.v-app .v-content .hexagon1 {
    width: 172px;
    height: 125px;
    margin: 0 0 0 -15px;
  }
.v-app .v-content .hexagon-in1 {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
.v-app .v-content .hexagon-in2 {
    width: 172px;
    height: 125px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    visibility: visible;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
.v-app .v-content .image-thumb-square {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
.v-app .v-content .image-thumb-square img {
    border-radius: 0;
    height: auto;
    width: 100px;
    min-width: 100px;
  }
.v-app .v-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
.v-app .v-content ul li {
    position: relative;
    padding-left: 26px;
    text-align: left;
  }
.v-app .v-content ul li::before {
    position: absolute;
    left: 0;
    top: -6px;
    color: #94D3EC;
    font-family: 'Font Awesome 6 Free';
    font-size: 14px;
    font-weight: 900;
    content: '\f058';
    margin-top: .4em;
    margin-right: 10px;
  }
.v-app .v-content a:not(.button) {
    text-decoration: underline;
  }
.v-app .v-content .padding-bottom-60 {
    padding-bottom: 60px;
  }
@media screen and (max-width: 767px) {
    .v-app .v-content .padding-bottom-60 {
      padding-bottom: 30px;
    }
  }
.v-app .v-content .padding-top-60 {
    padding-top: 60px;
  }
@media screen and (max-width: 767px) {
    .v-app .v-content .padding-top-60 {
      padding-top: 30px;
    }
  }
.v-app .v-content .posts-pagination .navigation {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
.v-app .v-content .posts-pagination .nav-links a {
    padding: 15px;
    color: #226782;
  }
.v-app .v-content .posts-pagination .nav-links a:hover {
    color: #94D3EC;
  }
.v-app .v-content .posts-pagination .nav-links span {
    padding: 15px;
  }
.v-app .v-content .post-gallery.img-ratio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
.v-app .v-content .post-gallery.img-ratio img {
    margin: 0;
    padding: 0;
  }
.v-app .v-content__image {
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
  }
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .v-app .v-content__image {
      overflow: visible;
    }
  }
.v-app .v-content__image img {
    height: auto;
    left: 50%;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
  }
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .v-app .v-content__image img {
      height: 100%;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      top: 0;
      -webkit-transform: none;
              transform: none;
      width: 100%;
    }
  }
.v-app .v-content__image--caption {
    padding-bottom: 71%;
  }
.v-app .v-content__caption {
    margin-top: 1rem;
    padding-right: 1rem;
  }
.v-app .v-content__caption h1, .v-app .v-content__caption h2, .v-app .v-content__caption h3, .v-app .v-content__caption h4, .v-app .v-content__caption h5, .v-app .v-content__caption h6 {
    font-size: 1.375rem;
    margin-bottom: 1rem;
  }
.v-app .v-content__caption p {
    margin: 0;
  }
.v-app .v-content__caption a {
    font-weight: 700;
    text-decoration: underline;
  }
.v-app .v-content__caption a:hover, .v-app .v-content__caption a:focus {
    color: #226782;
  }
.v-app .v-content__list {
    color: #226782;
    font-size: 1.1rem;
    line-height: 1.4;
  }
.v-app .v-content__list strong {
    font-size: 1.3rem;
  }
.v-app .v-content__list ul,
  .v-app .v-content__list ol {
    -webkit-columns: 2 200px;
       -moz-columns: 2 200px;
            columns: 2 200px;
  }
@media screen and (max-width: 767px) {
    .v-app .v-content__list ul,
    .v-app .v-content__list ol {
      -webkit-columns: 1;
         -moz-columns: 1;
              columns: 1;
    }
  }
.v-app .v-content__list ul li,
  .v-app .v-content__list ol li {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
    padding-bottom: .9rem;
    padding-left: 1.4rem;
    position: relative;
  }
.v-app .v-content__list ul li::before,
  .v-app .v-content__list ol li::before {
    left: 0;
    position: absolute;
  }
.v-app .v-content__columns {
    -webkit-columns: 2 300px;
       -moz-columns: 2 300px;
            columns: 2 300px;
    font-size: 1rem;
    margin-top: 3.75rem;
  }
.v-app .v-content--advanced {
    margin: 50px 0;
  }
@media screen and (min-width: 768px) {
    .v-app .v-content--advanced {
      margin: 100px 0;
    }
  }
.v-app .v-content__advanced-item--header {
    line-height: 1.47;
  }
@media screen and (min-width: 992px) {
    .v-app .v-content__advanced-item--header {
      font-size: 1.3125rem;
    }
  }
.v-app .v-content__advanced-item--columns {
    -webkit-column-gap: 2.8rem;
       -moz-column-gap: 2.8rem;
            column-gap: 2.8rem;
    -webkit-columns: 2 320px;
       -moz-columns: 2 320px;
            columns: 2 320px;
    line-height: 1.5;
    margin-top: 1.5rem;
  }
@media screen and (min-width: 992px) {
    .v-app .v-content__advanced-item--columns {
      margin-top: 50px;
      text-align: left;
    }
  }
.v-app .v-content__advanced-item--images {
    margin: 5rem -15px 3.75rem;
  }
@media screen and (max-width: 991px) {
    .v-app .v-content__advanced-item--images {
      padding: 0 28px;
    }
  }
@media screen and (min-width: 768px) {
    .v-app .v-content__advanced-item--images .v-content__advanced-item-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
.v-app .v-content__advanced-item--image_slider {
    margin: 5rem -15px 3.75rem;
    overflow: hidden;
  }
@media screen and (max-width: 991px) {
    .v-app .v-content__advanced-item--image_slider {
      padding: 0 28px;
    }
  }
.v-app .v-content__advanced-item--image_slider .v-content__advanced-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
@media screen and (min-width: 992px) {
    .v-app .v-content__advanced-item--image_slider .v-content__advanced-item-wrap {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
.v-app .v-content__advanced-item--image_slider .v-content__advanced-item-image {
    opacity: .25;
    outline: none;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
.v-app .v-content__advanced-item--image_slider .v-content__advanced-item-image.swiper-slide-visible {
    opacity: 1;
  }
.v-app .v-content__advanced-item--link-group ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
    margin: 2.5rem -8px 4.375rem;
    padding: 0;
  }
.v-app .v-content__advanced-item--link-group ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 4px 8px;
  }
@media screen and (min-width: 768px) {
    .v-app .v-content__advanced-item--link-group ul li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
    }
  }
@media screen and (min-width: 992px) {
    .v-app .v-content__advanced-item--link-group ul li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33%;
              flex: 0 0 33.33%;
      max-width: 33.33%;
    }
  }
.v-app .v-content__advanced-item--link-group ul li::before {
    content: none;
  }
.v-app .v-content__advanced-item--link-group ul li .button {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 10px;
    font-size: .9375rem;
    font-weight: 500;
    height: 100%;
    letter-spacing: 0;
    margin: 0;
    padding-left: .5rem;
    padding-right: .5rem;
    width: 100%;
  }
.v-app .v-content__advanced-item--panels {
    margin: 3rem 0;
  }
.v-app .v-content__advanced-item--panels .row {
    margin-bottom: -15px;
  }
.v-app .v-content__advanced-item--panels .col-12 {
    padding-bottom: 15px;
  }
.v-app .v-content__advanced-item-panel-col {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
.v-app .v-content__advanced-item-panel {
    border-radius: 10px;
    -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0 8px 10px rgba(0, 0, 0, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: .875rem;
    height: auto;
    overflow: hidden;
    text-align: center;
    width: 100%;
  }
.v-app .v-content__advanced-item-panel-title {
    background: #226782;
    color: #94D3EC;
    font-size: 1.125rem;
    font-weight: 700;
    padding: 1.125rem;
    text-transform: uppercase;
  }
.v-app .v-content__advanced-item-panel-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -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: 2rem;
  }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .v-app .v-content__advanced-item-panel-content > * {
      max-width: 100%;
    }
  }
.v-app .v-content__advanced-item-sidebar {
    background: rgba(148, 211, 236, 0.05);
    padding: 6rem 5rem;
  }
.v-app .v-content__advanced-item-image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
    padding: 0 8px;
  }
@media screen and (min-width: 768px) {
    .v-app .v-content__advanced-item-image {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%;
    }
  }
@media screen and (min-width: 992px) {
    .v-app .v-content__advanced-item-image {
      -ms-flex-preferred-size: 33.33%;
          flex-basis: 33.33%;
      max-width: 33.33%;
    }
  }
.v-app .v-content__advanced-item-image-caption {
    font-size: .875rem;
    margin-top: .5rem;
  }
.v-app .v-content--custom {
    margin: 0;
  }
.v-app .v-content--custom::before, .v-app .v-content--custom::after {
    top: 0 !important;
  }
.v-app .v-content--custom p {
    display: none;
  }
.v-app .v-content--custom .juicer-feed p {
    display: block;
  }
.v-app .v-content--custom .juicer-feed li.feed-item::before {
    display: none;
  }
.v-app .v-content--custom .juicer-feed.slider .j-text {
    background: rgba(34, 103, 130, 0.85);
  }
.v-app .v-content--custom .juicer-feed.slider .j-text .j-message p {
    color: #ffffff;
  }
.v-app .v-content--custom .juicer-feed.slider .j-text .j-message p a {
    color: #94D3EC;
  }
.v-app .v-content--custom .juicer-feed.slider .j-text .j-meta a:hover {
    color: #94D3EC;
  }
.v-app .v-content--intro .subtitle {
    color: #94D3EC;
    margin-top: -1.5rem;
  }
.v-app .v-content--posts {
    line-height: 1.47;
    padding-top: 185px;
    text-align: center;
  }
@media screen and (min-width: 992px) {
    .v-app .v-content--posts {
      font-size: 1.3125rem;
    }
  }
.v-app .v-content__linkGroup {
    display: block;
    position: relative;
  }
.v-app .v-content__linkGroup:not(.dud):not(.dud) {
    color: inherit;
    text-decoration: none;
  }
.v-app .v-content__linkGroup:hover .v-content__linkGroupButton {
    border-radius: 10px 10px 0 0;
  }
.v-app .v-content__linkGroup:hover .v-content__linkGroupDescription {
    opacity: 1;
    visibility: visible;
  }
.v-app .v-content__linkGroup.focus-visible .v-content__linkGroupButton {
    border-radius: 10px 10px 0 0;
  }
.v-app .v-content__linkGroup:focus-visible .v-content__linkGroupButton {
    border-radius: 10px 10px 0 0;
  }
.v-app .v-content__linkGroup.focus-visible .v-content__linkGroupDescription {
    opacity: 1;
    visibility: visible;
  }
.v-app .v-content__linkGroup:focus-visible .v-content__linkGroupDescription {
    opacity: 1;
    visibility: visible;
  }
.v-app .v-content__linkGroupDescription {
    background: #ffffff;
    border: 2px solid #CFB96A;
    border-radius: 0 0 10px 10px;
    border-top: 0;
    font-size: .75rem;
    font-weight: 500;
    left: 0;
    line-height: 1.2;
    opacity: 0;
    padding: .5rem 1rem;
    position: absolute;
    top: 100%;
    -webkit-transition: all .2s;
    transition: all .2s;
    visibility: hidden;
    width: 100%;
  }
@media not all and (hover: hover) {
    .v-app .v-content__linkGroupDescription {
      display: none;
    }
  }
.v-app .v-content.v-book-servey .section-title {
    color: #fbfbfb !important;
    margin-bottom: 15px;
  }
.v-app .v-content.v-book-servey .content {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
  }
.v-app .v-content.v-book-servey .button {
    margin-top: 35px;
  }
.v-app .v-content.v-location {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #012B4D;
    color: #ffffff;
  }
@media screen and (max-width: 767px) {
    .v-app .v-content.v-location {
      margin: 30px 0px;
    }
  }
.v-app .v-content.v-location .section-title {
    color: #ffffff;
  }
@media screen and (max-width: 991px) {
    .v-app .v-content.v-location .section-title {
      font-size: 16px;
      line-height: 20px;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-content.v-location .section-title {
      text-align: center;
    }
  }
.v-app .v-content.v-location .wrapper-index {
    padding-top: 66px;
    padding-bottom: 66px;
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
@media screen and (max-width: 767px) {
    .v-app .v-content.v-location .wrapper-index {
      padding-bottom: 130px;
      padding-top: 48px;
    }
  }
.v-app .v-content.v-location .wrapper-index p {
    color: #ffffff;
  }
.v-app .v-content.v-location .wrapper-index p.head {
    margin-bottom: 9px;
    margin-top: 20px;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
  }
@media screen and (max-width: 991px) {
    .v-app .v-content.v-location .wrapper-index p.head {
      font-size: 12px;
      line-height: 16px;
    }
  }
.v-app .v-content.v-location .wrapper-index p.input-container {
    position: relative;
  }
.v-app .v-content.v-location .wrapper-index p.input-container .fas {
    color: #313732;
    position: absolute;
    top: -9px;
    left: 184px;
    right: auto;
    height: 20px;
    width: 20px;
    bottom: 0;
    margin-top: 20px;
    margin-bottom: auto;
    opacity: 0.6;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
@media screen and (max-width: 991px) {
    .v-app .v-content.v-location .wrapper-index p.input-container .fas {
      margin-top: 20px;
      left: 186px;
    }
  }
@media screen and (max-width: 767px) {
    .v-app .v-content.v-location .wrapper-index p.input-container .fas {
      margin-top: 20px;
      left: auto;
      right: 7px;
    }
  }
.v-app .v-content.v-location .wrapper-index .search {
    font-weight: 500;
    font-size: 10px;
    max-width: 210px;
    height: 40px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 11px;
  }
.v-app .v-content.v-location .wrapper-index .search::-webkit-input-placeholder {
    text-transform: capitalize;
  }
.v-app .v-content.v-location .wrapper-index .search::-moz-placeholder {
    text-transform: capitalize;
  }
.v-app .v-content.v-location .wrapper-index .search:-ms-input-placeholder {
    text-transform: capitalize;
  }
.v-app .v-content.v-location .wrapper-index .search::-ms-input-placeholder {
    text-transform: capitalize;
  }
.v-app .v-content.v-location .wrapper-index .search::placeholder {
    text-transform: capitalize;
  }
.v-app .v-content.v-location .wrapper-index .search:focus + i {
    opacity: 0;
    left: 0;
  }
@media screen and (max-width: 767px) {
    .v-app .v-content.v-location .wrapper-index .search:focus + i {
      right: 0;
      left: auto;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-content.v-location .wrapper-index .search {
      padding: 6px;
    }
  }
@media screen and (max-width: 767px) {
    .v-app .v-content.v-location .wrapper-index .search {
      padding: 6px;
      max-width: 100%;
      margin-bottom: 0;
    }
  }
.v-app .v-content.v-location .wrapper-index .content {
    padding: 15px 0;
  }
.v-app .v-content.v-location .swiper-pagination {
    position: absolute;
    bottom: 50px;
    left: 15px;
  }
@media screen and (max-width: 767px) {
    .v-app .v-content.v-location .swiper-pagination {
      left: auto;
      right: 20px;
    }
  }
.v-app .v-content.v-location .swiper-pagination-bullet {
    color: #E7F0E6;
    background-color: #226782;
    border: 1px solid #E7F0E6;
    margin: 0;
    cursor: pointer;
    font-size: 9px;
    line-height: 14px;
    font-weight: 500;
    padding: 5px 16px;
  }
.v-app .v-content.v-location .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #E7F0E6;
    color: #ffffff;
  }
.v-app .v-content.v-location .swiper-pagination-bullet:hover {
    background-color: #ffffff;
    color: #E7F0E6;
  }
.v-app .v-content.v-location .swiper-slide {
    height: 100%;
  }
.v-app .v-content.v-location .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-height: 540px;
    padding-top: 66px;
    padding-bottom: 82px;
  }
.v-app .v-content.v-location .list-wrapper a {
    background: #ffffff;
    color: #222222;
    border-radius: 5px;
    padding: 5px 15px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0px 45px 15px 45px;
    height: 30px;
    width: 148px;
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;
  }
@media screen and (max-width: 991px) {
    .v-app .v-content.v-location .list-wrapper a {
      margin: 0px 15px 15px 15px;
      width: 160px;
    }
  }
.v-app .v-content.v-location .list-wrapper a:hover {
    color: #E7F0E6;
  }
.v-app .v-content.v-main-services .container-fluid {
    max-width: 1200px;
  }
.v-app .v-content.v-main-services .thumb-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
.v-app .v-content.v-main-services .image-thumb-subtitle {
    margin-bottom: 0;
    padding-bottom: 0px;
  }
.v-app .v-content.v-main-services .main-service-thumb {
    margin-bottom: 40px;
    margin-top: 40px;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
.v-app .v-content.v-main-services .main-service-thumb .image {
    height: 160px;
    width: 160px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
.v-app .v-content.v-main-services .section-title {
    margin-bottom: 32px;
  }
.v-app .v-content.v-main-services a.item-label {
    text-decoration: none;
    margin-top: 41px;
    color: #226782;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    display: inline;
    white-space: pre-wrap;
    width: 150px;
    margin-bottom: 17px;
    text-transform: uppercase;
  }
.v-app .v-content.v-main-services a.item-label:hover {
    color: #5197B2;
  }
.v-app .v-content.v-main-services a.arrow {
    font-size: 13px;
    line-height: 20px;
    font-weight: 200;
    color: #303732;
    text-decoration: none;
  }
.v-app .v-content.v-main-services a.arrow:hover {
    color: #989C98;
  }
.v-app .v-content.v-why-us {
    padding-top: 80px;
  }
.v-app .v-content.v-why-us .section-title {
    margin-bottom: 22px;
  }
.v-app .v-content.v-why-us .item-label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
  }
.v-app .v-content.v-why-us .item-label-wrapper {
    text-decoration: none;
    margin: 40px 0px 28px 0px;
    padding: 0px 30px;
  }
.v-app .v-content.v-why-us .why-us-thumb-wrapper {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 40px;
  }
.v-app .v-content.v-why-us .highlight-content {
    padding-bottom: 48px;
  }
.v-app .v-content.v-why-us .bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 80px;
    width: 100%;
  }
.v-app .v-content.v-services {
    background-color: #303732;
  }
.v-app .v-content.v-services .section-title {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 22px;
  }
.v-app .v-content.v-services p {
    text-align: center;
  }
.v-app .v-content.v-services a {
    color: #989C98;
    text-decoration: none;
    padding: 8px 0px;
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    position: relative;
    padding: 0px 16px;
    text-transform: uppercase;
  }
@media screen and (max-width: 991px) {
    .v-app .v-content.v-services a {
      font-size: 24px;
      line-height: 30px;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-content.v-services a {
      font-size: 20px;
      line-height: 1;
      margin-bottom: 15px;
      display: block;
    }
  }
.v-app .v-content.v-services a::after {
    content: '/';
    width: 0px;
    background-color: #989C98;
    font-size: 26px;
    position: absolute;
    top: 0px;
    right: 5px;
  }
@media screen and (max-width: 991px) {
    .v-app .v-content.v-services a::after {
      font-size: 21px;
      top: 2px;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-content.v-services a::after {
      content: none;
    }
  }
.v-app .v-content.v-services a:hover {
    color: #226782;
  }
.v-app .v-content.v-services a:last-child::after {
    content: none;
  }
.v-app .v-content.v-posts-block.post-content-block {
    padding-top: 28px;
  }
.v-app .v-content.v-posts-block .post-box-swiper {
    padding: 0px 30px;
  }
.v-app .v-content.v-posts-block .section-title {
    margin-bottom: 20px;
  }
.v-app .v-content.v-posts-block .section-content {
    padding-top: 10px;
    padding-bottom: 5px;
  }
.v-app .v-content.v-posts-block a {
    text-decoration: none;
  }
.v-app .v-content.v-posts-block a:hover .box-title {
    color: #E7F0E6;
  }
.v-app .v-content.v-posts-block a:hover .box-content span .fas {
    margin-left: 15px;
  }
.v-app .v-content.v-posts-block .box-wrapper {
    margin-bottom: 30px;
    margin-top: 50px;
  }
.v-app .v-content.v-posts-block .box-wrapper a.cat-link {
    display: block;
    margin-bottom: 24px;
  }
.v-app .v-content.v-posts-block .box-wrapper a.cat-link span {
    font-size: 12px;
    color: #222222 !important;
    font-weight: 700;
    padding-right: 15px;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
.v-app .v-content.v-posts-block .box-wrapper a.cat-link .fas {
    color: #222222;
  }
.v-app .v-content.v-posts-block .box-wrapper a.cat-link:hover span {
    padding-right: 20px;
    color: #94D3EC !important;
  }
.v-app .v-content.v-posts-block .box-wrapper a.cat-link:hover .fas {
    color: #94D3EC;
  }
.v-app .v-content.v-posts-block .post-swiper-button-next {
    position: absolute;
    right: -16px;
    top: 130px;
    height: 35px;
    width: 35px;
    left: auto;
    cursor: pointer;
  }
.v-app .v-content.v-posts-block .post-swiper-button-next::after {
    content: '';
    position: absolute;
    background-image: url(../../img/icon-chevron-right.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 35px;
    width: 20px;
  }
.v-app .v-content.v-posts-block .post-swiper-button-prev {
    position: absolute;
    right: auto;
    top: 130px;
    height: 35px;
    width: 35px;
    left: 1px;
    cursor: pointer;
  }
.v-app .v-content.v-posts-block .post-swiper-button-prev::after {
    content: '';
    position: absolute;
    background-image: url(../../img/icon-chevron-left.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 35px;
    width: 20px;
  }
.v-app .v-content.v-posts-block .post-swiper-button-next.swiper-button-lock::after,
  .v-app .v-content.v-posts-block .post-swiper-button-prev.swiper-button-lock::after {
    content: none;
  }
.v-app .v-content.v-posts-block .box-title {
    font-size: 22px;
    line-height: 26px;
    color: #222222;
  }
.v-app .v-content.v-posts-block p {
    font-size: 12px;
    line-height: 18px;
  }
.v-app .v-content.v-posts-block span {
    font-size: 10px;
    line-height: 16px;
    position: relative;
    right: auto;
    left: 0;
    color: #E7F0E6 !important;
    padding-right: 20px;
    font-weight: 700;
  }
.v-app .v-content.v-posts-block span .fas {
    margin-left: 8px;
    position: absolute;
    top: 3px;
    -webkit-transition: all .4s;
    transition: all .4s;
    font-size: 13px;
  }
.v-app .v-content.v-posts-block span .fa-play-circle {
    padding-right: 6px;
    font-size: 16px;
  }
.v-app .v-content.v-posts-block .box-content {
    padding: 28px 0 0px 0;
  }
.v-app .v-content.v-posts-block .box-content-wrapper {
    height: 195px;
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 15px;
  }
.v-app .v-content.v-posts-block .box-content-wrapper .video-link {
    position: relative;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
.v-app .v-content.v-posts-block .box-content-wrapper .video-link .video-icon {
    background-image: url("../../img/play.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 46px;
    width: 46px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
  }
.v-app .v-content.case-studies .section-title {
    font-weight: 400;
  }
.v-app .v-content.case-studies a {
    text-decoration: none;
  }
.v-app .v-content.case-studies .box-wrapper {
    margin-bottom: 30px;
  }
.v-app .v-content.case-studies .box-content-wrapper {
    height: 390px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 15px;
  }
.v-app .v-content.case-studies .box-content-wrapper .box-content {
    background-color: #ffffffe6;
    padding: 12px 20px 30px 20px;
    height: 120px;
  }
.v-app .v-content.case-studies .box-content-wrapper .box-content .box-title {
    color: #226782 !important;
  }
.v-app .v-content.case-studies .box-content-wrapper .box-content span {
    position: absolute;
    right: 32px;
    left: auto;
    bottom: 25px;
    padding-right: 20px;
  }
.v-app .v-content.case-studies .box-content-wrapper .box-content span .fas {
    margin-left: 8px;
    position: absolute;
    top: 3px;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
.v-app .v-content.case-studies .box-content-wrapper:hover span .fas {
    margin-left: 15px;
  }
.v-app .v-content.v-posts-category-block .section-title {
    margin-bottom: 00px;
  }
.v-app .v-content.v-posts-category-block .post-category {
    line-height: 32px;
    font-size: 14px;
    font-weight: 700;
    color: #222222;
  }
.v-app .v-content.v-posts-category-block .post-category span {
    padding-left: 10px;
  }
.v-app .v-content.v-posts-category-block .post-category i {
    color: #222222;
    top: 1px;
  }
.v-app .v-content.v-posts-category-block .post-category:hover {
    color: #E7F0E6;
  }
.v-app .v-content.v-posts-category-block .post-category:hover i {
    color: #E7F0E6;
    margin-left: 15px;
  }
.v-app .v-content.v-posts-category-block .box-content-wrapper {
    margin-top: 24px;
  }
.v-app .v-content.single-story-block {
    background-position: right;
    background-repeat: no-repeat;
    color: #ffffff;
    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;
    background-size: contain;
    height: 598px;
    max-height: 598;
  }
.v-app .v-content.single-story-block::before {
    content: '';
    background-color: #E7F0E6;
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
  }
.v-app .v-content.single-story-block::after {
    content: '';
    background-color: transparent;
    position: absolute;
    right: 0;
    left: 0;
    margin-left: 60%;
    margin-right: auto;
    bottom: 0;
    width: 0;
    height: 598px;
    border-bottom: 299px solid #E7F0E6;
    border-top: 299px solid #E7F0E6;
    border-right: 200px solid transparent;
  }
@media screen and (max-width: 991px) {
    .v-app .v-content.single-story-block {
      height: 100%;
      background-size: cover;
    }
    .v-app .v-content.single-story-block::before {
      background-color: #E7F0E6c9;
      height: 100%;
      width: 100%;
      border: 0px;
    }
    .v-app .v-content.single-story-block::after {
      content: none;
    }
  }
.v-app .v-content.single-story-block .box-content {
    padding: 0;
  }
.v-app .v-content.single-story-block .top-title,
  .v-app .v-content.single-story-block .box-title,
  .v-app .v-content.single-story-block a,
  .v-app .v-content.single-story-block p {
    color: #ffffff;
  }
.v-app .v-content.single-story-block .top-title {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 24px;
    display: block;
    font-weight: 400;
    color: #ffffff !important;
  }
.v-app .v-content.single-story-block .box-title {
    font-size: 44px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 24px;
  }
.v-app .v-content.single-story-block p {
    line-height: 18px;
    font-size: 14px;
  }
.v-app .v-content.single-story-block .bottom-link {
    display: block;
    margin-top: 36px;
    color: #ffffff !important;
  }
.v-app .v-content.single-story-block .bottom-link .fas {
    top: 4px;
  }
.v-app .v-content.single-story-block a:hover .box-title,
  .v-app .v-content.single-story-block a:hover .bottom-link {
    color: #94D3EC !important;
  }
.v-app .v-content.single-story-block a:hover .fas {
    margin-left: 15px;
  }
.v-app .v-content.v-post-content .button {
    margin: 15px;
  }
.v-app .v-content.v-post-content h1 {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 40px;
  }
.v-app .v-content.v-post-content .primary {
    color: #226782;
  }
.v-app .v-content.v-post-content .secondary {
    color: #E7F0E6;
  }
.v-app .v-content.v-career-location .location-name {
    text-decoration: none;
    padding: 20px;
    color: #E7F0E6;
  }
.v-app .v-content.v-career-location .location-name:hover {
    color: #94D3EC;
  }
.v-app .v-content.v-accreditation .section-title {
    margin-bottom: 40px;
  }
.v-app .v-content.v-accreditation .trivial-content {
    margin-bottom: 15px;
  }
.v-app .v-content.v-accreditation .trivial-content p {
    font-size: 12px;
    line-height: 18px;
  }
.v-app .v-content.v-accreditation .swiper-wrapper {
    height: 180px;
  }
.v-app .v-content.v-accreditation .v-brands__image-holder {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
.v-app .v-content.post-highlight-content {
    max-height: 600px;
    overflow: hidden;
  }
@media screen and (max-width: 767px) {
    .v-app .v-content.post-highlight-content {
      max-height: -webkit-fit-content;
      max-height: -moz-fit-content;
      max-height: fit-content;
    }
  }
.v-app .v-content.post-highlight-content .container {
    position: relative;
    z-index: 100;
  }
.v-app .v-content.post-highlight-content .overlay::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ffffff;
  }
@media screen and (max-width: 991px) {
    .v-app .v-content.post-highlight-content .overlay::after {
      content: none;
    }
  }
.v-app .v-content.post-highlight-content::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 15%;
    height: 50%;
    border-bottom: 300px solid white;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
  }
.v-app .v-content.post-highlight-content::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 15%;
    height: 50%;
    border-top: 300px solid white;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
  }
@media screen and (max-width: 991px) {
    .v-app .v-content.post-highlight-content {
      height: 100%;
      background-size: cover;
    }
    .v-app .v-content.post-highlight-content::before {
      background-color: #ffffffe8;
      height: 100%;
      width: 100%;
      border: 0px;
    }
    .v-app .v-content.post-highlight-content::after {
      content: none;
    }
  }
.v-app .v-content.post-highlight-content .box-content {
    padding: 0;
  }
.v-app .v-content.post-highlight-content .box-content .box-title {
    font-size: 36px;
    line-height: 44px;
    color: #94D3EC;
    margin-bottom: 20px;
  }
.v-app .v-content.post-highlight-content .box-content p {
    margin-bottom: 20px;
  }
.v-app .v-content.post-highlight-content .box-content .feature-list {
    padding: 0px 0px 30px 0px;
  }
.v-app .v-content.post-highlight-content .feature-list {
    height: 100%;
    padding: 54px 15px 0px 30px;
  }
@media screen and (max-width: 991px) {
    .v-app .v-content.post-highlight-content .feature-list {
      padding: 4px 0px 24px 0px;
    }
  }
.v-app .v-content.post-highlight-content .feature-list li {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
  }
.v-app .v-content.location-page {
    padding-top: 42px;
  }
.v-app .v-content.location-page #locationMap {
    height: 505px;
  }
.v-app .v-content.location-page .page-title {
    margin-bottom: 40px;
  }
@media screen and (max-width: 991px) {
    .v-app .v-content.location-page .page-subtitle {
      font-size: 32px;
      line-height: 36px;
      margin-top: 30px;
      margin-bottom: 30px;
    }
  }
.v-app .v-content.location-page .add-border-right::after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: auto;
    right: 30px;
    left: auto;
    height: 100%;
    width: 1px;
    border-right: 1px solid #fbfbfb;
  }
@media screen and (max-width: 991px) {
    .v-app .v-content.location-page .add-border-right::after {
      content: none;
    }
  }
.v-app .v-content.location-page .btn-wrapper {
    margin: 26px 0px 30px 0px;
  }
.v-app .v-content.location-page .map-wrapper {
    height: 505px;
  }
.v-app .v-content.location-page .location-sidebar .sidebar-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
  }
.v-app .v-content.location-page .location-sidebar .bg-grey {
    background-color: #fbfbfb;
  }
.v-app .v-content.location-page .location-sidebar .radius {
    border-radius: 20px;
  }
.v-app .v-content.location-page .location-sidebar .head {
    color: #E7F0E6;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    margin-bottom: 12px;
    font-weight: 500;
  }
.v-app .v-content.location-page .location-sidebar p,
  .v-app .v-content.location-page .location-sidebar .name,
  .v-app .v-content.location-page .location-sidebar .position {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
  }
.v-app .v-content.location-page .location-sidebar .position {
    padding-top: 5px;
  }
.v-app .v-content.location-page .location-sidebar .wrapper {
    padding: 24px 15px;
    margin: 10px 0px;
  }
.v-app .v-content.location-page .location-sidebar .wrapper .head.address::after {
    content: '';
    height: 30px;
    width: 28px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../../img/map-pinbright.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
.v-app .v-content.location-page .location-sidebar .wrapper .head.address span {
    margin-left: 40px;
  }
.v-app .v-content.location-page .location-sidebar .wrapper .head span {
    margin-left: 15px;
  }
.v-app .v-content.location-page .location-sidebar .wrapper .head .fas {
    font-size: 22px;
  }
.v-app .v-content.location-page .location-sidebar .phone-link {
    color: #222222;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    text-decoration: none;
  }
.v-app .v-content.location-page .location-sidebar .phone-link:hover {
    color: #226782;
  }
.v-app .v-content.location-page .location-sidebar .team-head {
    margin-top: 26px;
    padding-bottom: 15px;
    color: #222222;
  }
.v-app .v-content.location-page .location-sidebar .staff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px;
  }
.v-app .v-content.location-page .location-sidebar .staff .staff-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 120px;
    width: 112px;
    margin-right: 16px;
  }
.v-app .v-content.location-page .location-sidebar .staff .info {
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
.v-app .v-content.v-location-service .wrapper .list li {
    padding-bottom: 12px;
  }
.v-app .v-content.v-location-service .wrapper .list li a {
    color: #222222;
    text-decoration: none;
    font-size: 12px;
    line-height: 12px;
  }
.v-app .v-content.v-location-service .wrapper .list li a:hover {
    color: #E7F0E6;
  }
.v-app .v-content.v-content-accordion .page-title {
    margin-bottom: 30px;
  }
.v-app .v-content.v-content-accordion .description {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
  }
.v-app .v-content.v-content-accordion .card {
    border: none;
  }
.v-app .v-content.v-content-accordion .card:last-child .card-header {
    border-bottom: 1px solid #fbfbfb;
  }
.v-app .v-content.v-content-accordion .card .card-header {
    background-color: transparent;
    height: 70px;
    padding: 0;
    border-bottom: 0;
    border-top: 1px solid #fbfbfb;
    cursor: pointer;
  }
.v-app .v-content.v-content-accordion .card .card-header h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    padding: 20px 1px 20px 15px;
    background-color: #FAFAFA;
  }
.v-app .v-content.v-content-accordion .card .card-header h5 span {
    color: #E7F0E6;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
.v-app .v-content.v-content-accordion .card .card-header .collapsed,
  .v-app .v-content.v-content-accordion .card .card-header .custom-class {
    background-color: transparent;
  }
.v-app .v-content.v-content-accordion .card .card-header .collapsed span,
  .v-app .v-content.v-content-accordion .card .card-header .custom-class span {
    color: #222222;
  }
.v-app .v-content.v-content-accordion .card .card-header .collapsed:after,
  .v-app .v-content.v-content-accordion .card .card-header .custom-class:after {
    content: '\f067';
    top: 21px;
    right: 15px;
    height: 30px;
    width: 30px;
    position: absolute;
    color: #9f9f9f;
    background-color: transparent;
    font-size: 18px;
    font-family: FontAwesome;
    border-radius: 50px;
    border: 1px solid #9f9f9f;
    padding: 0px 6px;
    -webkit-transition: all .1s;
    transition: all .1s;
  }
.v-app .v-content.v-content-accordion .card .card-body {
    padding: 10px 15px 20px 15px;
    background-color: #FAFAFA;
  }
.v-app .v-content.v-content-accordion .card .card-body ul {
    list-style: disc;
    padding-left: 40px;
  }
.v-app .v-content.v-content-accordion .card .card-body ul li::before {
    content: none;
  }
.v-app .v-content.v-content-accordion .card .show:after {
    content: '\f068';
    font-family: 'Font Awesome 5 Free';
    top: 21px;
    right: 15px;
    height: 30px;
    width: 30px;
    position: absolute;
    background-color: transparent;
    font-size: 18px;
    font-family: FontAwesome;
    border-radius: 50px;
    border: 1px solid #E7F0E6;
    padding: 3px 6px;
    color: #E7F0E6;
    -webkit-transition: all .1s;
    transition: all .1s;
    pointer-events: none;
  }
.v-app .v-content.v-team .page-title {
    margin-bottom: 40px;
  }
.v-app .v-content.v-team .highlight-content {
    margin-bottom: 40px;
  }
.v-app .v-content.v-team .section-subtitle {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin: 26px 0px;
    display: block;
  }
.v-app .v-content.v-team .staff {
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 80px;
  }
.v-app .v-content.v-team .staff .staff-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 294px;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #313732;
  }
.v-app .v-content.v-team .staff .info {
    width: 100%;
  }
.v-app .v-content.v-team .staff .info span {
    font-size: 12px;
    line-height: 18px;
  }
.v-app .v-content.v-reviews .reviews-links {
    display: -webkit-box;
    display: -ms-flexbox;
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
.v-app .v-content.v-reviews .stars {
    color: #94D3EC;
  }
.v-app .v-content.v-reviews .stars i {
    padding-right: 5px;
  }
.v-app .v-content.v-reviews .page-stars {
    margin-bottom: 20px;
  }
.v-app .v-content.v-reviews .page-stars i {
    font-size: 30px;
  }
.v-app .v-content.v-reviews a.ext-link {
    margin: 50px 35px;
  }
.v-app .v-content.v-reviews .pulled-review {
    margin-top: 50px;
  }
@media screen and (max-width: 991px) {
    .v-app .page-content h1 {
      font-size: 2rem;
      margin-bottom: 20px;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .page-content h1 {
      font-size: 30px;
      margin-bottom: 28px;
    }
  }
.v-app .v-cta {
    color: #226782;
    font-size: 2rem;
    font-weight: 900;
  }
@media screen and (max-width: 1199px) {
    .v-app .v-cta {
      font-size: 1.6rem;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-cta {
      font-size: 1.2rem;
    }
  }
@media screen and (max-width: 767px) {
    .v-app .v-cta {
      font-size: 1.1rem;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-cta {
      font-size: .9rem;
    }
  }
.v-app .v-cta .cta-panel {
    height: 100%;
    padding: 45px 80px;
    background: #94D3EC;
  }
@media screen and (max-width: 1199px) {
    .v-app .v-cta .cta-panel {
      padding: 38px 65px;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-cta .cta-panel {
      padding: 30px 50px;
    }
  }
@media screen and (max-width: 767px) {
    .v-app .v-cta .cta-panel {
      text-align: center;
      padding: 11px 14px;
      font-weight: 400;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-cta .cta-panel {
      padding: 14px;
    }
  }
.v-app .v-cta .cta-panel a {
    color: inherit;
  }
@media screen and (max-width: 767px) {
    .v-app .v-cta .cta-panel a {
      display: inline-block;
      padding-left: 14px;
      font-weight: 900;
    }
  }
.v-app .v-cta .cta-or {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 50%;
    width: 74px;
    height: 74px;
    padding-top: 6px;
    color: #ffffff;
    text-align: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
    background: #226782;
  }
@media screen and (max-width: 1199px) {
    .v-app .v-cta .cta-or {
      padding-top: 13px;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-cta .cta-or {
      width: 60px;
      height: 60px;
      padding-top: 13px;
    }
  }
@media screen and (max-width: 767px) {
    .v-app .v-cta .cta-or {
      display: none;
    }
  }
.v-app .v-enquiry {
    background: rgba(34, 103, 130, 0.05);
    padding: 60px 0 80px;
    text-align: center;
  }
@media screen and (min-width: 992px) {
    .v-app .v-enquiry {
      padding: 125px 0;
    }
  }
.v-app .v-enquiry__head {
    margin: 0 auto;
    max-width: 960px;
  }
@media screen and (max-width: 991px) {
    .v-app .v-enquiry__head h2 {
      font-size: 1.167rem;
    }
  }
.v-app .v-featuredList {
    background: #226782;
    color: #ffffff;
    font-size: 1.375rem;
    font-weight: 700;
    padding: 30px 0;
  }
@media screen and (min-width: 768px) {
    .v-app .v-featuredList {
      padding: 100px 0;
    }
  }
.v-app .v-featuredList__title {
    color: #ffffff;
    text-align: center;
  }
.v-app .v-featuredList__list {
    -webkit-column-gap: 23px;
       -moz-column-gap: 23px;
            column-gap: 23px;
    -webkit-columns: 3 200px;
       -moz-columns: 3 200px;
            columns: 3 200px;
    counter-reset: li;
    list-style-type: none;
    margin: 3rem 0 0;
    padding: 0;
  }
.v-app .v-featuredList__item {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
    padding-bottom: 2rem;
  }
.v-app .v-featuredList__item::before {
    color: #94D3EC;
    content: counter(li, decimal-leading-zero);
    counter-increment: li;
    margin-right: .3em;
  }
.v-app .v-featuredList__desc {
    font-size: 1.125rem;
    font-weight: 400;
  }
.v-app .v-featuredList + .v-technical:not(#\9) {
    margin-top: -100px;
  }
@media screen and (max-width: 991px) {
    .v-app .v-gallery__contain {
      padding: 0 28px;
    }
  }
.v-app .v-gallery__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
@media screen and (min-width: 992px) {
    .v-app .v-gallery__wrap {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
  }
.v-app .v-gallery__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
    padding: 8px;
  }
@media screen and (min-width: 992px) {
    .v-app .v-gallery__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33%;
              flex: 0 0 33.33%;
      max-width: 33.33%;
    }
  }
.v-app .v-gallery__inner {
    overflow: hidden;
    position: relative;
    display: block;
    height: 0;
    padding-bottom: 63.9%;
  }
.v-app .v-gallery__inner:hover .v-gallery__caption {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
.v-app .v-gallery__inner.focus-visible {
    outline: 0.5em solid #94D3EC;
  }
.v-app .v-gallery__inner:focus-visible {
    outline: 0.5em solid #94D3EC;
  }
.v-app .v-gallery__inner.focus-visible .v-gallery__caption {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
.v-app .v-gallery__inner:focus-visible .v-gallery__caption {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
.v-app .v-gallery__image {
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
  }
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .v-app .v-gallery__image {
      height: 100%;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      top: 0;
      -webkit-transform: none;
              transform: none;
      width: 100%;
    }
  }
.v-app .v-gallery__caption {
    background: #226782;
    bottom: 0;
    color: #ffffff;
    font-size: .9375rem;
    left: 0;
    padding: .9375rem 1.25rem;
    position: absolute;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    width: 100%;
  }
.v-app .v-gallery + .v-tags {
    margin-top: 0;
  }
.v-app .v-gridSlider {
    margin: 100px 0;
    overflow: hidden;
    text-align: center;
  }
.v-app .v-gridSlider .tg-item {
    opacity: 1;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
.v-app .v-gridSlider .tg-item:not(.tg-item-active) {
    opacity: .15;
  }
@media screen and (max-width: 767px) {
    .v-app .v-gridSlider__footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
.v-app .v-gridSlider__arrow {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: inherit;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
    text-decoration: none;
    text-transform: none;
    -webkit-transform: none;
            transform: none;
    vertical-align: inherit;
    width: auto;
    -webkit-box-shadow: 0 0 0 0 #94D3EC;
            box-shadow: 0 0 0 0 #94D3EC;
    color: #226782;
    font-size: 1.9rem;
    margin: 0;
    outline: none;
    padding: 0 .5rem;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    z-index: 3;
  }
@media screen and (min-width: 768px) {
    .v-app .v-gridSlider__arrow {
      position: absolute;
      top: calc(50% - 1.5625rem);
    }
  }
@media screen and (min-width: 768px) {
    .v-app .v-gridSlider__arrow.tg-right-arrow {
      right: -2rem;
    }
  }
@media screen and (min-width: 992px) {
    .v-app .v-gridSlider__arrow.tg-right-arrow {
      right: -3rem;
    }
  }
@media screen and (min-width: 768px) {
    .v-app .v-gridSlider__arrow.tg-left-arrow {
      left: -2rem;
    }
  }
@media screen and (min-width: 992px) {
    .v-app .v-gridSlider__arrow.tg-left-arrow {
      left: -3rem;
    }
  }
.v-app .v-gridSlider__arrow.tg-disabled {
    opacity: 0;
  }
.v-app .v-gridImages {
    text-align: center;
  }
.v-app .v-gridImages p {
    font-size: 18px;
    line-height: 26px;
    color: #226782;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
  }
.v-app .v-gridImages .grid-item {
    height: 335px;
    width: 100%;
    margin-bottom: 30px;
  }
@media screen and (max-width: 575px) {
    .v-app .v-gridImages .grid-item {
      height: 235px;
    }
  }
@media screen and (min-width: 992px) {
    .v-app .v-gridImages .grid-item-double {
      height: 700px;
    }
    .v-app .v-gridImages .grid-item-tall {
      height: 435px;
    }
    .v-app .v-gridImages .grid-item-short {
      height: 235px;
    }
  }
.v-app .v-gridImages .grid-item-image {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 5px 5px 5px rgba(49, 55, 50, 0.5);
            box-shadow: 5px 5px 5px rgba(49, 55, 50, 0.5);
    background-color: transparent;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
.v-app .v-gridImages .grid-item a:hover .grid-item-image {
    border-color: #989C98;
    opacity: .8;
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
.v-app .v-gridImages .grid-item-title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    color: #ffffff;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    padding: 20px 30px;
  }
@media screen and (max-width: 1199px) {
    .v-app .v-gridImages .grid-item-title {
      font-size: 20px;
    }
  }
.v-app .v-gridImages .row + .row {
    margin-top: 30px;
  }
@media screen and (max-width: 767px) {
    .v-app .v-gridImages .row {
      margin-top: 30px;
    }
  }
.v-app .v-inlineNav {
    margin-top: 66px;
    text-align: center;
  }
.v-app .v-inlineNav__header {
    margin-bottom: 65px;
  }
.v-app .v-inlineNav__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: -10px;
  }
.v-app .v-inlineNav__wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 185px;
            flex: 0 0 185px;
    max-width: 185px;
    padding: 10px;
  }
.v-app .v-inlineNav__item {
    display: block;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
.v-app .v-inlineNav__item:hover .v-inlineNav__bg, .v-app .v-inlineNav__item:focus .v-inlineNav__bg {
    -webkit-animation: spin 30s infinite linear;
            animation: spin 30s infinite linear;
    color: #001d33;
  }
.v-app .v-inlineNav__icon {
    height: 0;
    margin-bottom: 1.25rem;
    padding-bottom: 100%;
    position: relative;
  }
.v-app .v-inlineNav__bg {
    color: #002b4c;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: color .1s;
    transition: color .1s;
    width: 100%;
  }
@-webkit-keyframes spin {
    .v-app from {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    .v-app to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
@keyframes spin {
    from {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
.v-app .v-inlineNav__image {
    height: 4rem;
    left: calc(50% - 2rem);
    position: absolute;
    top: calc(50% - 2rem);
    width: 4rem;
  }
.v-app .v-inlineNav__title {
    color: #226782;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.167;
  }
.v-app .v-inlineNav__subtitle {
    color: #94D3EC;
    font-size: .75rem;
    font-weight: 700;
    margin-top: .5rem;
  }
.v-app .v-inlineNav--child .v-inlineNav__item:not(.v-inlineNav__item--active) {
    opacity: .15;
  }
.v-app .v-inlineNav--child .v-inlineNav__item:not(.v-inlineNav__item--active):hover, .v-app .v-inlineNav--child .v-inlineNav__item:not(.v-inlineNav__item--active):focus {
    opacity: .6;
  }
.v-app .v-news {
    margin: 0;
    overflow: hidden;
  }
.v-app .v-news__slider {
    overflow: visible;
    position: relative;
  }
.v-app .v-news__slide {
    height: 300px;
    max-height: 300px;
    text-align: left;
    outline: 0;
    background: #226782;
    background-size: cover;
    background-position: center;
  }
.v-app .v-news__slide:hover .v-news__content {
    background: rgba(0, 0, 0, 0.7);
  }
.v-app .v-news__slide:hover .v-news__excerpt {
    max-height: 300px;
  }
.v-app .v-news__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #ffffff;
    margin: 20px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: background .5s;
    transition: background .5s;
  }
.v-app .v-news__title {
    font-size: 1.3em;
    line-height: 1;
    font-weight: 700;
    height: 3.2rem;
    overflow: hidden;
  }
.v-app .v-news__date {
    font-size: .8em;
    font-style: italic;
  }
.v-app .v-news__excerpt {
    height: auto;
    max-height: 0;
    font-size: .8em;
    line-height: 1;
    overflow: hidden;
    -webkit-transition: max-height .5s;
    transition: max-height .5s;
  }
.v-app .v-news__control {
    color: #ffffff;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: auto;
    height: auto;
  }
.v-app .v-news__control:hover {
    color: #94D3EC;
  }
.v-app .v-news__control::after {
    font-size: 1.2em;
    font-weight: 900;
    padding: 0 4px;
  }
.v-app .v-news__control--prev {
    left: 0;
  }
.v-app .v-news__control--next {
    right: 0;
  }
.v-app .v-news--slider {
    text-align: center;
  }
.v-app .v-news--slider .v-news__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
.v-app .v-pageCards {
    text-align: center;
  }
.v-app .v-pageCards__row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -16px;
  }
.v-app .v-pageHead {
    margin: 0;
    position: relative;
  }
.v-app .v-pageHead.breadcrumb {
    background-color: #ffffff;
  }
.v-app .v-pageHead.breadcrumb span,
  .v-app .v-pageHead.breadcrumb a {
    color: #9f9f9f;
    font-size: 10px;
    line-height: 14px;
  }
.v-app .v-pageHead.breadcrumb a:hover {
    color: #94D3EC;
    text-decoration: none;
  }
.v-app .v-pageHead .rs-star {
    padding: 6px 18px;
    position: relative;
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead .rs-star {
      padding: 6px 15px;
    }
  }
.v-app .v-pageHead .rs-star::after {
    background-image: url("../../img/star.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 30px;
    width: 30px;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead .rs-star::after {
      height: 25px;
      width: 25px;
    }
  }
.v-app .v-pageHead h2 {
    font-size: 42px;
    line-height: 46px;
  }
.v-app .v-pageHead .section-title.border-bottom {
    padding-bottom: 15px;
  }
.v-app .v-pageHead.bg-primary-colour {
    background-color: #226782;
    color: #ffffff;
  }
.v-app .v-pageHead.bg-primary-colour h1,
  .v-app .v-pageHead.bg-primary-colour h2,
  .v-app .v-pageHead.bg-primary-colour h3 {
    color: #ffffff;
  }
.v-app .v-pageHead.bg-bright-colour {
    background-color: #E7F0E6;
    color: #ffffff;
  }
.v-app .v-pageHead.bg-bright-colour h1,
  .v-app .v-pageHead.bg-bright-colour h2,
  .v-app .v-pageHead.bg-bright-colour h3,
  .v-app .v-pageHead.bg-bright-colour a {
    color: #ffffff;
  }
.v-app .v-pageHead.bg-bright-colour a:hover {
    color: #94D3EC;
  }
.v-app .v-pageHead.bg-highlight {
    background-color: #94D3EC;
    color: #ffffff;
  }
.v-app .v-pageHead.bg-highlight h1,
  .v-app .v-pageHead.bg-highlight h2,
  .v-app .v-pageHead.bg-highlight h3 {
    color: #ffffff;
  }
.v-app .v-pageHead.service-page-faq {
    height: 396px !important;
  }
.v-app .v-pageHead.service-page-faq .v-pageHead--titlebar-image {
    height: 316px;
  }
.v-app .v-pageHead.service-page-faq .overlay {
    background-color: transparent;
    width: 100%;
    max-width: 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;
    text-align: left;
    bottom: auto;
  }
.v-app .v-pageHead.service-page-faq .overlay .title {
    font-size: 32px;
    line-height: 40px;
  }
.v-app .v-pageHead--video {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 768px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-height: 100vh;
    overflow: hidden;
    padding: 0;
  }
@media screen and (max-width: 991px) {
    .v-app .v-pageHead--video {
      height: 700px;
    }
  }
@media screen and (max-width: 767px) {
    .v-app .v-pageHead--video {
      height: 600px;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead--video {
      height: 525px;
    }
  }
.v-app .v-pageHead--video .banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    width: auto;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
@media screen and (max-width: 991px) {
    .v-app .v-pageHead--video .banner-video {
      height: 700px;
    }
  }
@media screen and (max-width: 767px) {
    .v-app .v-pageHead--video .banner-video {
      height: 600px;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead--video .banner-video {
      height: 525px;
    }
  }
.v-app .v-pageHead--video .toggle-audio {
    position: absolute;
    bottom: 20px;
    right: 20px;
    border: none;
    color: #ffffff;
    background: none;
    height: 50px;
    width: 50px;
    opacity: .5;
  }
.v-app .v-pageHead--video .toggle-audio::after {
    content: '\f026';
    font-family: 'FontAwesome';
    font-size: 30px;
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead--video .toggle-audio {
      height: 30px;
      width: 30px;
    }
  }
.v-app .v-pageHead--video .toggle-audio:focus {
    outline: 0;
  }
.v-app .v-pageHead--video .toggle-audio:hover {
    opacity: 1;
  }
.v-app .v-pageHead--video .toggle-audio.audio-on::after {
    content: '\f028';
  }
.v-app .v-pageHead--video .overlay-video {
    background-color: #000000ab;
    z-index: 10;
    position: absolute;
    left: 0;
    right: 0;
    width: 45%;
    max-width: 550px;
    padding: 30px 30px 40px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    bottom: 50px;
  }
@media screen and (max-width: 991px) {
    .v-app .v-pageHead--video .overlay-video {
      width: 65%;
    }
  }
@media screen and (max-width: 767px) {
    .v-app .v-pageHead--video .overlay-video {
      width: 80%;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead--video .overlay-video {
      width: 90%;
      padding: 24px 24px;
    }
  }
.v-app .v-pageHead--video .overlay-video .title {
    color: #ffffff;
    font-size: 31px;
    line-height: 34px;
    margin-bottom: 28px;
  }
@media screen and (max-width: 767px) {
    .v-app .v-pageHead--video .overlay-video .title {
      font-size: 26px;
      line-height: 28px;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead--video .overlay-video .title {
      font-size: 28px;
      line-height: 32px;
    }
  }
.v-app .v-pageHead--video .overlay-video .btn-action:hover {
    background-color: #ffffff;
    color: #226782;
    border-color: #ffffff;
  }
@media screen and (max-width: 767px) {
    .v-app .v-pageHead--video .overlay-video .btn-action {
      font-size: 14px;
      line-height: 18px;
      padding: 7px 43px;
    }
  }
.v-app .v-pageHead--video iframe {
    height: 600px;
    min-height: 100%;
    width: 1024px;
    min-width: 100%;
    background-color: #94D3EC;
  }
.v-app .v-pageHead--carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 100vh;
    max-height: 780px;
    overflow: hidden;
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead--carousel {
      max-height: 100vh;
    }
  }
.v-app .v-pageHead--titlebar {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #226782;
    color: #ffffff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: inherit;
    margin-top: -90px;
    padding-top: 90px;
    padding-bottom: 0;
  }
.v-app .v-pageHead--titlebar .head-top-overlay {
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 350px;
    background: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(94%, rgba(0, 0, 0, 0)));
    background-image: linear-gradient(black, rgba(0, 0, 0, 0) 94%);
    opacity: 1;
    pointer-events: none;
  }
.v-app .v-pageHead--titlebar .overlay {
    background-color: transparent;
    z-index: 10;
    position: absolute;
    left: 0;
    right: 0;
    width: 80%;
    max-width: 600px;
    padding: 30px 30px 40px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    bottom: 34px;
  }
@media screen and (max-width: 991px) {
    .v-app .v-pageHead--titlebar .overlay {
      width: 80%;
    }
  }
@media screen and (max-width: 767px) {
    .v-app .v-pageHead--titlebar .overlay {
      width: 90%;
    }
  }
@media screen and (max-width: 767px) {
    .v-app .v-pageHead--titlebar .overlay {
      width: 100%;
      padding: 15px 15px 20px;
    }
  }
.v-app .v-pageHead--titlebar .overlay .title {
    color: #ffffff;
    font-size: 38px;
    line-height: 42px;
  }
@media screen and (max-width: 767px) {
    .v-app .v-pageHead--titlebar .overlay .title {
      font-size: 26px;
      line-height: 28px;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead--titlebar .overlay .title {
      font-size: 20px;
      line-height: 24px;
    }
  }
.v-app .v-pageHead--titlebar .overlay .content {
    font-size: 32px;
    margin-bottom: 28px;
    line-height: 42px;
  }
@media screen and (max-width: 767px) {
    .v-app .v-pageHead--titlebar .overlay .content {
      font-size: 24px;
      margin-bottom: 26px;
      line-height: 30px;
    }
  }
@media screen and (max-width: 767px) {
    .v-app .v-pageHead--titlebar .overlay .content {
      font-size: 30px;
      margin-bottom: 26px;
      line-height: 30px;
    }
  }
.v-app .v-pageHead--titlebar .overlay .content p {
    margin-bottom: 12px;
  }
.v-app .v-pageHead--titlebar .overlay .content span {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    position: relative;
    padding: 0px 20px;
    letter-spacing: 3px;
  }
@media screen and (max-width: 767px) {
    .v-app .v-pageHead--titlebar .overlay .content span {
      font-size: 15px;
      padding: 0px 16px;
      letter-spacing: 2px;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead--titlebar .overlay .content span {
      font-size: 14px;
      padding: 0px 12px;
      line-height: 22px;
      letter-spacing: 0px;
    }
  }
.v-app .v-pageHead--titlebar .overlay .content span::after {
    content: '';
    height: 14px;
    width: 3px;
    background-color: white;
    position: absolute;
    top: 6px;
    right: 0px;
  }
@media screen and (max-width: 767px) {
    .v-app .v-pageHead--titlebar .overlay .content span::after {
      height: 13px;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead--titlebar .overlay .content span::after {
      height: 11px;
      top: 5px;
    }
  }
.v-app .v-pageHead--titlebar .overlay .content span:last-child::after {
    content: none;
  }
.v-app .v-pageHead--titlebar .overlay .action-btn:hover {
    background-color: #ffffff;
    color: #226782;
    border-color: #ffffff;
  }
@media screen and (max-width: 767px) {
    .v-app .v-pageHead--titlebar .overlay .action-btn {
      font-size: 14px;
      line-height: 18px;
      padding: 7px 43px;
    }
  }
.v-app .v-pageHead--titlebar .overlay ul {
    list-style-type: none;
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead--titlebar .overlay ul {
      padding-left: 0;
    }
  }
.v-app .v-pageHead--titlebar .overlay ul li {
    text-align: left;
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead--titlebar .overlay ul li {
      font-size: 12px;
    }
  }
.v-app .v-pageHead--titlebar .overlay ul li::after {
    content: none;
  }
.v-app .v-pageHead--titlebar-image {
    position: relative;
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead--titlebar-image {
      height: 100vh;
    }
  }
.v-app .v-pageHead--titlebar-short {
    height: 600px;
    margin-top: -90px;
  }
.v-app .v-pageHead--titlebar-short .v-pageHead--titlebar-image {
    height: 610px;
    margin-top: -90px;
  }
.v-app .v-pageHead--titlebar-short .v-pageHead--titlebar-content {
    bottom: 70px;
  }
.v-app .v-pageHead--titlebar-short .v-pageHead--titlebar-title {
    font-size: 42px;
    line-height: 46px;
    color: #ffffff;
  }
.v-app .v-pageHead--titlebar-short .head-top-overlay {
    height: 350px;
  }
.v-app .v-pageHead--titlebar-short .overlay {
    background-color: transparent;
    z-index: 10;
    position: absolute;
    left: 0;
    right: 0;
    width: 80%;
    max-width: 600px;
    padding: 30px 30px 40px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    bottom: 30px;
  }
@media screen and (max-width: 991px) {
    .v-app .v-pageHead--titlebar-short .overlay {
      width: 80%;
    }
  }
@media screen and (max-width: 767px) {
    .v-app .v-pageHead--titlebar-short .overlay {
      width: 90%;
    }
  }
@media screen and (max-width: 767px) {
    .v-app .v-pageHead--titlebar-short .overlay {
      width: 100%;
      padding: 15px 15px 20px;
    }
  }
.v-app .v-pageHead--titlebar-short .overlay .title {
    color: #ffffff;
    font-size: 38px;
    line-height: 42px;
  }
@media screen and (max-width: 767px) {
    .v-app .v-pageHead--titlebar-short .overlay .title {
      font-size: 26px;
      line-height: 28px;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead--titlebar-short .overlay .title {
      font-size: 20px;
      line-height: 24px;
    }
  }
.v-app .v-pageHead--titlebar-short .overlay .action-btn:hover {
    background-color: #ffffff;
    color: #226782;
    border-color: #ffffff;
  }
@media screen and (max-width: 767px) {
    .v-app .v-pageHead--titlebar-short .overlay .action-btn {
      font-size: 14px;
      line-height: 18px;
      padding: 7px 43px;
    }
  }
.v-app .v-pageHead--titlebar-short .overlay ul {
    list-style-type: none;
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead--titlebar-short .overlay ul {
      padding-left: 0;
    }
  }
.v-app .v-pageHead--titlebar-short .overlay ul li {
    text-align: left;
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead--titlebar-short .overlay ul li {
      font-size: 12px;
    }
  }
.v-app .v-pageHead--titlebar-short .overlay ul li::after {
    content: none;
  }
.v-app .v-pageHead--titlebar-short .v-pageHead__scroll {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 96px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
.v-app .v-pageHead--titlebar-short.not-found {
    height: 340px;
  }
.v-app .v-pageHead--titlebar-short.not-found .overlay {
    background-color: transparent;
  }
.v-app .v-pageHead--titlebar-content {
    margin-top: 0;
    font-size: 24px;
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead--titlebar-content-search p {
      font-size: 15px;
      max-width: none;
    }
  }
.v-app .v-pageHead--titlebar-content-center {
    bottom: 160px;
    max-width: 700px;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead--titlebar-content-center {
      text-align: left;
      bottom: 90px;
    }
  }
.v-app .v-pageHead--titlebar-search {
    margin-top: 150px;
  }
@media screen and (max-width: 991px) {
    .v-app .v-pageHead--titlebar {
      padding-top: 82px;
    }
  }
.v-app .v-pageHead--titlebar h1 {
    color: inherit;
    font-size: 2.25rem;
    font-weight: 900;
    line-height: 1em;
    margin: 0;
    margin-bottom: 25px;
  }
@media screen and (min-width: 992px) {
    .v-app .v-pageHead--titlebar h1 {
      font-size: 3.375rem;
    }
  }
.v-app .v-pageHead--titlebar .v-pageHead__scroll {
    position: absolute;
    bottom: 0;
    margin-bottom: 10px;
  }
.v-app .v-pageHead__slider {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
.v-app .v-pageHead__slider--nobg .v-pageHead__slideInner {
    background: none;
  }
.v-app .v-pageHead__slider--nobg .v-pageHead__slideInner::before, .v-app .v-pageHead__slider--nobg .v-pageHead__slideInner::after {
    content: none;
  }
.v-app .v-pageHead__slider--nobg .v-pageHead__title {
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.35);
  }
.v-app .v-pageHead__slider--nobg .v-pageHead__scroll::after {
    -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.5));
            filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.5));
  }
.v-app .v-pageHead__videoWrap {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
.v-app .v-pageHead__video {
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
  }
@supports ((-o-object-fit: cover) or (object-fit: cover)) and (not (-ms-ime-align: auto)) {
    .v-app .v-pageHead__video {
      height: 100%;
      left: auto;
      -o-object-fit: cover;
         object-fit: cover;
      top: auto;
      -webkit-transform: none;
              transform: none;
      width: 100%;
    }
  }
.v-app .v-pageHead__sliderWrap {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    position: relative;
    width: 100%;
  }
.v-app .v-pageHead__pagination:not(.dud) {
    bottom: 4rem;
  }
@media screen and (min-width: 768px) {
    .v-app .v-pageHead__pagination:not(.dud) {
      bottom: 2.8125rem;
    }
  }
.v-app .v-pageHead__pagination:not(.dud) .swiper-pagination-bullet {
    background: transparent;
    border: 0;
    color: transparent;
    cursor: pointer;
    font-size: 0;
    height: 20px;
    line-height: 0;
    margin: 0;
    opacity: 1;
    outline: none;
    padding: 5px;
    width: 20px;
  }
.v-app .v-pageHead__pagination:not(.dud) .swiper-pagination-bullet::before {
    border: 1px solid #ffffff;
    border-radius: 50%;
    content: '';
    display: block;
    height: 100%;
    -webkit-transition: background .1s;
    transition: background .1s;
    width: 100%;
  }
.v-app .v-pageHead__pagination:not(.dud) .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    background: #ffffff;
  }
.v-app .v-pageHead__slide {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-attachment: scroll;
    background-position: center 30%;
    background-size: cover;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    outline: 0;
    overflow: hidden;
    width: 100%;
  }
.v-app .v-pageHead__slide.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
.v-app .v-pageHead__slide.swiper-slide::after {
    background: #94D3EC;
    bottom: 0;
    content: '';
    height: 2px;
    position: absolute;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    width: 100%;
  }
@media screen and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
    .v-app .v-pageHead__slide.swiper-slide::after {
      display: none;
    }
  }
.v-app .v-pageHead__slide.swiper-slide.swiper-slide-active::after {
    -webkit-animation: swiper-progress 6.7s linear;
            animation: swiper-progress 6.7s linear;
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
  }
@-webkit-keyframes swiper-progress {
    .v-app from {
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
    }
    .v-app to {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
    }
  }
@keyframes swiper-progress {
    from {
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
    }
    to {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
    }
  }
.v-app .v-pageHead__anime-logo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden;
    padding: 10px;
  }
.v-app .v-pageHead__anime-logo.is-playing {
    visibility: visible;
  }
.v-app .v-pageHead__anime-logo svg {
    height: 200px;
    width: auto;
  }
.v-app .v-pageHead__slideInner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: inherit;
    color: #ffffff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: calc(100% - 74px);
    min-height: 240px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 720px;
  }
@media screen and (min-width: 768px) {
    .v-app .v-pageHead__slideInner {
      min-height: 260px;
    }
  }
.v-app .v-pageHead__slideInner::before {
    background: inherit;
    content: '';
    -webkit-filter: blur(5px);
            filter: blur(5px);
    height: 100vh;
    left: calc(50% - 50vw + 7.5px);
    left: calc(50% - 50vw + (var(--scrollbar-width, 15px) / 2));
    max-height: 413px;
    position: absolute;
    right: calc(50% - 50vw + 7.5px);
    right: calc(50% - 50vw + (var(--scrollbar-width, 15px) / 2));
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead__slideInner::before {
      max-height: 100vh;
    }
  }
.v-app .v-pageHead__slideInner::after {
    background: rgba(23, 71, 90, 0.2);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
.v-app .v-pageHead__slideInner > * {
    position: relative;
    z-index: 2;
  }
.v-app .v-pageHead__title {
    font-size: 2.1875rem;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1.18;
    margin-top: 1rem;
    max-width: 8.3em;
  }
@media screen and (min-width: 768px) {
    .v-app .v-pageHead__title {
      font-size: 3.375rem;
    }
  }
.v-app .v-pageHead__subtitle {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 1rem;
  }
.v-app .v-pageHead__ancestor {
    color: #94D3EC;
    font-size: 1.3125rem;
    font-weight: 500;
  }
.v-app .v-pageHead__caption {
    background: rgba(34, 103, 130, 0.75);
    bottom: 0;
    color: #ffffff;
    font-size: .875rem;
    left: 0;
    padding: .25rem;
    position: absolute;
    right: 0;
    text-align: center;
  }
.v-app .v-pageHead__scroll {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: inherit;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
    text-decoration: none;
    text-transform: none;
    -webkit-transform: none;
            transform: none;
    vertical-align: inherit;
    width: auto;
    outline: none;
    padding: 1rem;
  }
.v-app .v-pageHead__scroll::after {
    background: transparent;
    border-bottom: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    content: '';
    display: block;
    height: 1.44rem;
    -webkit-transform: translateY(-35%) rotate(45deg);
            transform: translateY(-35%) rotate(45deg);
    width: 1.44rem;
  }
.v-app .v-pageHead__scroll.focus-visible {
    outline: 0.6rem solid #94D3EC;
  }
.v-app .v-pageHead__scroll:focus-visible {
    outline: 0.6rem solid #94D3EC;
  }
.v-app .v-pageHead__menu {
    color: #ffffff;
    font-size: 1.625rem;
    line-height: 1.2;
    font-weight: 700;
    background: #CFB96A;
  }
@media screen and (max-width: 991px) {
    .v-app .v-pageHead__menu {
      font-size: 1.2rem;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead__menu {
      font-size: 0.8rem;
    }
  }
.v-app .v-pageHead__menu .menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
.v-app .v-pageHead__menu .menu a {
    color: inherit;
    display: inline-block;
    padding: 10px 0;
  }
.v-app .v-pageHead__menu .menu a:hover {
    color: #94D3EC;
  }
.v-app .v-pageHead__banner {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.2;
    font-weight: 500;
    background: #fbfbfb;
  }
.v-app .v-pageHead__banner .wrapper-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
.v-app .v-pageHead__banner .wrapper {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
@media screen and (max-width: 991px) {
    .v-app .v-pageHead__banner .wrapper {
      padding-bottom: 10px;
      text-align: center;
    }
  }
@media screen and (max-width: 767px) {
    .v-app .v-pageHead__banner .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding-bottom: 0px;
    }
  }
.v-app .v-pageHead__banner .wrapper span:first-child {
    padding-left: 0px;
  }
.v-app .v-pageHead__banner span {
    padding-left: 10px;
  }
@media screen and (max-width: 767px) {
    .v-app .v-pageHead__banner span {
      text-align: center;
    }
  }
.v-app .v-pageHead__banner a {
    color: #222222;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
  }
.v-app .v-pageHead__banner a:hover {
    color: #E7F0E6;
  }
.v-app .v-pageHead__anchor {
    position: relative;
  }
.v-app .v-pageHead__anchor a {
    position: absolute;
    top: -93px;
  }
@media screen and (min-width: 992px) {
    .v-app .v-pageHead__anchor a {
      top: -59px;
    }
  }
@supports (scroll-padding-top: 0) {
    .v-app .v-pageHead__anchor a {
      top: 0;
    }
  }
.v-app .v-panels {
    margin: 116px 0 77px;
    text-align: center;
  }
.v-app .v-panels .container {
    padding-left: 28px;
    padding-right: 28px;
  }
.v-app .v-panels__contain {
    margin-top: 3.75rem;
    overflow: visible;
  }
.v-app .v-panels__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
.v-app .v-panels__inner {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: auto;
    max-width: 100%;
    padding: 0 8px 30px;
    position: relative;
  }
@media screen and (min-width: 768px) {
    .v-app .v-panels__inner {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
    }
  }
@media screen and (min-width: 992px) {
    .v-app .v-panels__inner {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33%;
              flex: 0 0 33.33%;
      max-width: 33.33%;
    }
  }
.v-app .v-panels__button {
    left: 0;
    position: absolute;
    top: 0;
  }
.v-app .v-panels__item {
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    outline: 0;
    -webkit-perspective: 80rem;
            perspective: 80rem;
    text-decoration: none;
    width: 100%;
  }
.v-app .v-panels__item:hover {
    text-decoration: none;
  }
.v-app .v-panels__item:hover .v-panels__body {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .v-app .v-panels__item:hover .v-panels__body {
      -webkit-transform: none;
              transform: none;
    }
  }
.v-app .v-panels__item:hover .v-panels__image {
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
  }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .v-app .v-panels__item:hover .v-panels__image {
      -webkit-transform: none;
              transform: none;
    }
  }
.v-app .v-panels__item:hover .v-panels__content {
    -webkit-transform: rotateY(180deg) translateZ(0.1px) scale(1);
            transform: rotateY(180deg) translateZ(0.1px) scale(1);
  }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .v-app .v-panels__item:hover .v-panels__content {
      -webkit-transform: none;
              transform: none;
      z-index: 1;
    }
  }
.v-app .v-panels__item:hover .v-panels__title {
    background: #2C6781;
  }
.v-app .v-panels__item.focus-visible {
    -webkit-box-shadow: 0 0 0 0.5em rgba(148, 211, 236, 0.75);
            box-shadow: 0 0 0 0.5em rgba(148, 211, 236, 0.75);
  }
.v-app .v-panels__item:focus-visible {
    -webkit-box-shadow: 0 0 0 0.5em rgba(148, 211, 236, 0.75);
            box-shadow: 0 0 0 0.5em rgba(148, 211, 236, 0.75);
  }
.v-app .v-panels__item.focus-visible .v-panels__body {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
.v-app .v-panels__item:focus-visible .v-panels__body {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .v-app .v-panels__item.focus-visible .v-panels__body {
      -webkit-transform: none;
              transform: none;
    }
    .v-app .v-panels__item:focus-visible .v-panels__body {
      -webkit-transform: none;
              transform: none;
    }
  }
.v-app .v-panels__item.focus-visible .v-panels__image {
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
  }
.v-app .v-panels__item:focus-visible .v-panels__image {
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
  }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .v-app .v-panels__item.focus-visible .v-panels__image {
      -webkit-transform: none;
              transform: none;
    }
    .v-app .v-panels__item:focus-visible .v-panels__image {
      -webkit-transform: none;
              transform: none;
    }
  }
.v-app .v-panels__item.focus-visible .v-panels__content {
    -webkit-transform: rotateY(180deg) translateZ(0.1px) scale(1);
            transform: rotateY(180deg) translateZ(0.1px) scale(1);
  }
.v-app .v-panels__item:focus-visible .v-panels__content {
    -webkit-transform: rotateY(180deg) translateZ(0.1px) scale(1);
            transform: rotateY(180deg) translateZ(0.1px) scale(1);
  }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .v-app .v-panels__item.focus-visible .v-panels__content {
      -webkit-transform: none;
              transform: none;
    }
    .v-app .v-panels__item:focus-visible .v-panels__content {
      -webkit-transform: none;
              transform: none;
    }
  }
.v-app .v-panels__body {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    min-height: 175px;
    position: relative;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
.v-app .v-panels__body::before {
    content: '';
    float: left;
    height: 0;
    margin-left: -1px;
    padding-top: 76.7%;
    width: 1px;
  }
.v-app .v-panels__body::after {
    clear: both;
    content: '';
    display: table;
  }
.v-app .v-panels__image {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #ffffff;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    width: 100%;
  }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .v-app .v-panels__image {
      z-index: 1;
    }
  }
.v-app .v-panels__image::before {
    background: linear-gradient(315deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    bottom: 0;
    content: '';
    height: 2rem;
    position: absolute;
    right: 0;
    width: 2rem;
  }
.v-app .v-panels__image img {
    height: auto;
    min-height: 100%;
    min-width: 100%;
    width: auto;
  }
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .v-app .v-panels__image img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
    }
  }
.v-app .v-panels__icon {
    bottom: 0;
    color: #226782;
    font-size: 0.8rem;
    height: 1rem;
    line-height: 1rem;
    position: absolute;
    right: 0;
    width: 1rem;
  }
.v-app .v-panels__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #ffffff;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: .9375rem;
    height: auto;
    justify-content: center;
    padding: .84rem 2.25rem;
    position: relative;
    -webkit-transform: rotateY(180deg) translateZ(0.1px) scale(0.99);
            transform: rotateY(180deg) translateZ(0.1px) scale(0.99);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    width: 100%;
  }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .v-app .v-panels__content {
      -webkit-transform: none;
              transform: none;
    }
  }
.v-app .v-panels__content ul {
    line-height: 1.1;
    list-style: none;
    margin: 0;
    max-width: 100%;
    padding: 0;
  }
.v-app .v-panels__content ul li {
    border-bottom: 1px dashed #94D3EC;
    padding: 1rem 0;
  }
.v-app .v-panels__content ul li:last-child {
    border-bottom: 0;
  }
.v-app .v-panels__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #226782;
    border-radius: 10px 10px 0 0;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .015em;
    line-height: 1.3;
    min-height: calc((1rem * 1.3) * 2 + (17px * 2));
    padding: 17px;
    position: relative;
    -webkit-transition: background .2s;
    transition: background .2s;
  }
.v-app .v-panels a {
    text-decoration: underline;
  }
.v-app .v-post.post-page .bg-grey {
    background-color: #fbfbfb;
  }
.v-app .v-post.post-page h2,
  .v-app .v-post.post-page h3,
  .v-app .v-post.post-page h4,
  .v-app .v-post.post-page h5,
  .v-app .v-post.post-page h6 {
    color: #222222;
  }
.v-app .v-post.post-page img {
    margin-bottom: 36px;
  }
.v-app .v-post.post-page .btn-container {
    padding: 15px 0px;
  }
.v-app .v-post.post-page .content-wrapper h3.page-title {
    margin-bottom: 26px;
    color: #226782;
  }
.v-app .v-post.post-page .content-wrapper p {
    line-height: 24px;
  }
.v-app .v-post.post-page .post-sidebar .post-box {
    margin-bottom: 30px;
  }
.v-app .v-post.post-page .post-sidebar a {
    text-decoration: none;
    color: #222222;
  }
.v-app .v-post.post-page .post-sidebar .sidebar-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 30px;
  }
.v-app .v-post.post-page .post-sidebar .imge-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 150px;
    width: 100%;
  }
.v-app .v-post.post-page .post-sidebar .text-wrapper {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    padding: 13px 7px 13px 13px;
  }
.v-app .v-share {
    margin-top: 20px;
  }
@media screen and (max-width: 991px) {
    .v-app .v-share {
      bottom: 0;
      position: absolute;
    }
  }
.v-app .v-share__btn {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: inherit;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
    text-decoration: none;
    text-transform: none;
    -webkit-transform: none;
            transform: none;
    vertical-align: inherit;
    width: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #707070;
    border-radius: 50%;
    font-size: 1.7rem;
    height: 62px;
    margin: 10px 0;
    outline: none;
    -webkit-transition: background .1s;
    transition: background .1s;
    width: 62px;
  }
@media screen and (min-width: 992px) {
    .v-app .v-share__btn {
      height: 76px;
      width: 76px;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-share__btn--facebook, .v-app .v-share__btn--twitter {
      display: none;
    }
  }
.v-app .v-share__btn:hover, .v-app .v-share__btn:focus {
    background: rgba(34, 103, 130, 0.1);
  }
.v-app .v-posts-pagination-link .pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
.v-app .v-posts-pagination-link .pagination .nav-links a,
  .v-app .v-posts-pagination-link .pagination .nav-links span {
    text-decoration: none;
    padding: 5px;
    margin: 0px 10px;
  }
.v-app .v-posts-pagination-link .pagination .nav-links a.prev,
  .v-app .v-posts-pagination-link .pagination .nav-links a.next {
    font-size: 18px;
  }
.v-app .v-posts {
    padding-top: 0;
  }
.v-app .v-posts .page-title {
    margin-bottom: 36px;
  }
.v-app .v-posts.posts-menu {
    padding-bottom: 0;
  }
.v-app .v-posts .blog-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
.v-app .v-posts .blog-menu a {
    margin: 0px 15px;
    text-decoration: none;
    color: #222222;
    position: relative;
  }
.v-app .v-posts .blog-menu a:hover {
    color: #94D3EC;
  }
.v-app .v-posts .blog-menu a::after {
    content: '';
    height: 16px;
    width: 1px;
    background-color: #222222;
    bottom: 2px;
    right: -15px;
    position: absolute;
  }
.v-app .v-posts .blog-menu a:last-child::after {
    content: none;
  }
.v-app .v-posts__archive {
    font-size: .9375rem;
    margin-bottom: 4rem;
  }
.v-app .v-posts__archiveList {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }
.v-app .v-posts__archiveList li {
    display: inline-block;
    margin: 0 20px;
  }
.v-app .v-posts__archiveLink {
    font-weight: 500;
  }
.v-app .v-posts__archiveLink--active {
    color: #94D3EC;
  }
.v-app .v-posts__list {
    margin-left: -8px;
    margin-right: -8px;
  }
@media screen and (max-width: 991px) {
    .v-app .v-posts__list {
      padding: 0 12px;
    }
  }
.v-app .v-posts__item {
    margin-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }
@media screen and (min-width: 992px) {
    .v-app .v-posts__item--sticky .v-posts__content {
      padding: 3.375rem 3.875rem;
    }
  }
@media screen and (min-width: 992px) {
    .v-app .v-posts__item--sticky .v-posts__title {
      font-size: 2.25rem;
    }
  }
.v-app .v-posts__inner {
    background: #fafafa;
    -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
@media screen and (max-width: 991px) {
    .v-app .v-posts__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }
.v-app .v-posts__inner.focus-visible {
    outline: 0.5em solid rgba(148, 211, 236, 0.75);
  }
.v-app .v-posts__inner:focus-visible {
    outline: 0.5em solid rgba(148, 211, 236, 0.75);
  }
.v-app .v-posts__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
    overflow: hidden;
    position: relative;
  }
@media screen and (min-width: 992px) {
    .v-app .v-posts__image {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
    }
  }
.v-app .v-posts__image img {
    height: 100%;
    left: 50%;
    max-width: none;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
  }
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .v-app .v-posts__image img {
      left: auto;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      position: static;
      -webkit-transform: none;
              transform: none;
      width: 100%;
    }
  }
.v-app .v-posts__content {
    color: #313732;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: .875rem;
    padding: 1rem 1.667rem;
  }
@media screen and (min-width: 992px) {
    .v-app .v-posts__content {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      padding: 1.5rem 2.875rem;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-posts__content {
      font-size: 1rem;
    }
  }
.v-app .v-posts__title {
    font-size: 1.167rem;
  }
@media screen and (min-width: 992px) {
    .v-app .v-posts__title {
      color: #313732;
      font-size: 1.3125rem;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-posts__title {
      margin-bottom: .5rem;
    }
  }
.v-app .v-posts__excerpt {
    margin-bottom: .5rem;
  }
@media screen and (min-width: 992px) {
    .v-app .v-posts__excerpt {
      margin-bottom: 1.25rem;
    }
  }
.v-app .v-posts__date {
    font-style: italic;
    font-weight: 500;
    margin-top: auto;
  }
.v-app .v-posts hr {
    border-color: #226782;
    margin: .5rem 0;
    width: 34px;
  }
@media screen and (min-width: 992px) {
    .v-app .v-posts hr {
      margin: 1.25rem 0;
    }
  }
.v-app .v-posts__readmore {
    font-weight: 700;
  }
@media screen and (max-width: 991px) {
    .v-app .v-posts__readmore {
      color: #226782;
    }
  }
.v-app .v-posts__loadmore {
    margin-top: 34px;
    text-align: center;
  }
.v-app .v-tabs .nav-tabs {
    border-bottom: 2px solid #226782;
  }
.v-app .v-tabs .nav-item {
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 10px;
    margin-bottom: 0;
  }
.v-app .v-tabs .nav-item .nav-link {
    color: #c6c6c6;
    background: #fbfbfb;
    border-color: #fbfbfb;
  }
.v-app .v-tabs .nav-item .nav-link:hover, .v-app .v-tabs .nav-item .nav-link.active {
    color: #ffffff;
    background: #226782;
    border-color: #226782;
  }
.v-app .v-tabs .tab-content .tab-pane {
    padding: 20px 0;
  }
.v-app .v-tags {
    margin: 60px 0 0;
  }
.v-app .v-tags .container {
    position: relative;
  }
.v-app .v-tags .container::before {
    background: #707070;
    content: '';
    height: 1px;
    left: 15px;
    position: absolute;
    top: -20px;
    width: calc(100% - 30px);
  }
.v-app .v-tags__title {
    font-size: 1rem;
    font-weight: 400;
  }
@media screen and (min-width: 992px) {
    .v-app .v-tags__title {
      font-size: 1.375rem;
    }
  }
.v-app .v-tags__list {
    font-size: 1.875rem;
    font-weight: 200;
    line-height: 1.5;
    list-style: none;
    margin: 0;
  }
@media screen and (max-width: 991px) {
    .v-app .v-tags__list {
      font-size: 1.5rem;
      padding: 0;
    }
  }
.v-app .v-tags__list-item {
    display: inline;
  }
.v-app .v-tags__list-item:not(:last-child)::after {
    content: ' /';
  }
.v-app .v-testimonials {
    position: relative;
    background-image: url("../../img/testimonials.jpg");
    background-position: center;
    background-size: cover;
  }
.v-app .v-testimonials .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 103, 130, 0.7);
  }
.v-app .v-testimonials .testimonial {
    color: #226782;
    line-height: 1.2;
    background: #94D3EC;
    margin-bottom: 110px;
    padding: 30px 40px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  }
.v-app .v-testimonials .testimonial-stars {
    color: #fbfbfb;
  }
.v-app .v-testimonials .testimonial-name {
    font-size: 14px;
    font-weight: 700;
  }
.v-app .v-video {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-position: center;
    background-size: cover;
    padding: 20px 0;
  }
@media screen and (min-width: 992px) {
    .v-app .v-video {
      padding: 109px 0;
    }
  }
.v-app .v-video__link {
    background: rgba(26, 26, 26, 0.6);
    color: #ffffff;
    display: block;
    font-size: 1.125rem;
    font-weight: 500;
    max-width: calc(100% - 32px);
    padding: 50px;
    text-align: center;
    text-decoration: none;
    width: 536px;
  }
@media screen and (min-width: 992px) {
    .v-app .v-video__link {
      padding: 95px 100px;
    }
  }
.v-app .v-video__link:hover .v-video__play {
    opacity: .8;
  }
.v-app .v-video__link.focus-visible {
    outline: 1em solid rgba(34, 103, 130, 0.75);
  }
.v-app .v-video__link:focus-visible {
    outline: 1em solid rgba(34, 103, 130, 0.75);
  }
.v-app .v-video__link.focus-visible .v-video__play {
    opacity: .8;
  }
.v-app .v-video__link:focus-visible .v-video__play {
    opacity: .8;
  }
.v-app .v-video__link h2 {
    color: #ffffff;
    font-size: 1.889rem;
    margin-bottom: .5rem;
  }
@media screen and (min-width: 992px) {
    .v-app .v-video__link h2 {
      font-size: 3.375rem;
    }
  }
.v-app .v-video__link h2 span {
    font-weight: 400;
  }
.v-app .v-video__play {
    font-size: 1.8rem;
    opacity: .45;
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
  }
@media screen and (min-width: 992px) {
    .v-app .v-video__play {
      font-size: 2.8rem;
    }
  }
.v-app .v-why-choose--content {
    font-size: 16px;
  }
@media screen and (min-width: 992px) {
    .v-app .v-why-choose--content {
      padding: 30px 60px;
    }
  }
.v-app .v-why-choose--content .tick-list strong {
    font-weight: 900;
  }
.v-app .v-why-choose--content .tick-list li {
    font-weight: 400;
  }
@media screen and (max-width: 991px) {
    .v-app .v-content.v-post {
      text-align: left;
    }
  }
@media screen and (max-width: 767px) {
    .v-app .v-content.v-post {
      text-align: left;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-content.v-post {
      text-align: left;
    }
  }
.v-app .v-content.v-post .content-wrapper.image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
.v-app .v-content.v-post .content-wrapper.image .image-holder {
    height: inherit;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 296px;
  }
.v-app .v-content.v-post .section-subtitle {
    font-size: 18px;
    line-height: 32px;
    color: #222222;
    margin-bottom: 24px;
  }
.v-app .v-content.v-post .section-subtitle.icon-left {
    padding-left: 50px;
  }
.v-app .v-content.v-post .section-subtitle.icon-left::before {
    content: '';
    height: 48px;
    width: 42px;
    left: 15px;
    top: 0px;
    position: absolute;
    background-image: url("../../img/y30.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
.v-app .v-content.v-post .section-subtitle.icon-left.y3::before {
    background-image: url("../../img/y3.png");
  }
.v-app .v-content.v-post .section-subtitle.icon-left.y5::before {
    background-image: url("../../img/y5.png");
  }
.v-app .v-content.v-post .section-subtitle.icon-left.y10::before {
    background-image: url("../../img/y10.png");
  }
.v-app .v-content.v-post .section-title {
    color: #226782;
    margin-bottom: 30px;
    margin-top: 0px;
    font-size: 26px;
    line-height: 34px;
  }
@media screen and (max-width: 575px) {
    .v-app .v-content.v-post .section-title {
      font-size: 26px;
      line-height: 32px;
    }
  }
.v-app .v-content.v-post p {
    font-size: 14px;
    line-height: 18px;
  }
.v-app .v-content.v-post .content {
    margin-bottom: 24px;
  }
.v-app .v-content.v-post .content.show-in-column {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
.v-app .v-content.v-post .action-buttons .btn-action {
    margin-left: 26px;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
.v-app .v-content.v-post .action-buttons .btn-action:first-child {
    margin-left: 0;
  }
.v-app .v-content.v-post .action-buttons .btn-action:nth-child(2) {
    border-color: #c6c6c6;
    color: #c6c6c6;
    background-color: #ffffff;
  }
.v-app .v-content.v-post .action-buttons .btn-action:nth-child(2):hover {
    background-color: #226782;
    border-color: #226782;
    color: #ffffff;
  }
.v-app .v-content.v-post.featured-content {
    margin-bottom: 518px;
    padding-bottom: 100px;
    background-color: #226782 !important;
    color: #ffffff;
  }
.v-app .v-content.v-post.featured-content .top {
    margin-bottom: 40px;
  }
.v-app .v-content.v-post.featured-content .top .section-title {
    text-align: center;
    margin-bottom: 46px;
    color: #ffffff;
  }
.v-app .v-content.v-post.featured-content .top .content {
    color: #ffffff;
  }
.v-app .v-content.v-post.featured-content .top .content.show-in-column {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
.v-app .v-content.v-post.featured-content .top .content p {
    color: #ffffff;
    padding-right: 15px;
  }
.v-app .v-content.v-post.featured-content .top .content p:last-child {
    padding-right: 0;
  }
.v-app .v-content.v-post.featured-content .bottom {
    position: relative;
  }
.v-app .v-content.v-post.featured-content .bottom .content-wrapper {
    width: inherit;
    position: absolute;
    height: 518px;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
.v-app .v-content.v-post.featured-content .bottom .content-wrapper.image {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
.v-app .v-content.v-post.featured-content .bottom .content-wrapper.image img {
    width: 100%;
  }
.v-app .v-content.v-post.featured-content .bottom .content-wrapper.gallery .swiper {
    height: 518px;
    overflow: hidden;
  }
@media screen and (max-width: 767px) {
    .v-app .v-content.v-post.featured-content .bottom .content-wrapper.gallery .swiper {
      height: 100%;
    }
  }
.v-app .v-content.v-post.featured-content .bottom .content-wrapper.video_link iframe {
    width: inherit;
    min-height: 400px;
    height: 500px;
  }
@media screen and (max-width: 767px) {
    .v-app .v-content.v-post.featured-content .bottom .content-wrapper {
      position: relative;
      height: 100%;
    }
  }
@media screen and (max-width: 767px) {
    .v-app .v-content.v-post.featured-content {
      margin-bottom: 0;
    }
  }
.v-app .v-content.v-post.simple-content {
    background-color: #E7F0E6;
  }
.v-app .v-content.v-post.simple-content p {
    color: #226782;
    font-size: 25px;
    line-height: 39px;
    font-weight: 400;
    text-align: center;
  }
.v-app .v-content.v-post.simple-content .section-subtitle {
    margin-bottom: 18px;
  }
.v-app .v-content.v-post.simple-content .section-title {
    font-size: 20px;
    line-height: 32px;
    color: #212421;
    margin-bottom: 40px;
    text-align: center;
  }
@media screen and (max-width: 575px) {
    .v-app .v-content.v-post.simple-content .section-title {
      font-size: 26px;
      line-height: 32px;
    }
  }
.v-app .v-content.v-post.simple-content .image img {
    border-radius: 18px;
  }
.v-app .v-content.v-post.full-with-gallery .section-title {
    font-size: 18px;
    line-height: 30px;
    color: #226782;
    margin-bottom: 40px;
    text-align: center;
  }
.v-app .v-content.v-post.full-with-gallery .gallery .action-buttons {
    padding-top: 60px;
    text-align: center;
  }
.v-app .v-content.v-post.full-with-gallery .gallery .swiper-slide {
    height: 500px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
@media screen and (max-width: 991px) {
    .v-app .v-content.v-post.full-with-gallery .gallery .swiper-slide {
      height: 400px;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-content.v-post.full-with-gallery .gallery .swiper-slide {
      height: 300px;
    }
  }
.v-app .v-content.v-post.full-with-gallery .gallery .swiper-button-next,
  .v-app .v-content.v-post.full-with-gallery .gallery .swiper-button-prev {
    position: absolute;
    right: 22px;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    height: 35px;
    width: 35px;
    left: auto;
    cursor: pointer;
    z-index: 1;
  }
.v-app .v-content.v-post.full-with-gallery .gallery .swiper-button-next::after,
  .v-app .v-content.v-post.full-with-gallery .gallery .swiper-button-prev::after {
    content: '';
    position: absolute;
    background-image: url(../../img/icon-chevron-right.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 35px;
    width: 36px;
  }
@media screen and (max-width: 991px) {
    .v-app .v-content.v-post.full-with-gallery .gallery .swiper-button-next::after,
    .v-app .v-content.v-post.full-with-gallery .gallery .swiper-button-prev::after {
      width: 20px;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-content.v-post.full-with-gallery .gallery .swiper-button-next::after,
    .v-app .v-content.v-post.full-with-gallery .gallery .swiper-button-prev::after {
      width: 16px;
      height: 26px;
    }
  }
.v-app .v-content.v-post.full-with-gallery .gallery .swiper-button-prev {
    right: auto;
    left: 22px;
    cursor: pointer;
  }
.v-app .v-content.v-post.full-with-gallery .gallery .swiper-button-prev::after {
    content: '';
    background-image: url(../../img/icon-chevron-left.png);
  }
.v-app .v-content.v-post.full-width {
    padding: 0;
  }
.v-app .v-content.v-post.full-width .bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
  }
.v-app .v-content.v-post.full-width .section-box {
    padding: 140px;
    background-color: #226782;
    color: #fbfbfb !important;
    text-align: center;
  }
@media screen and (max-width: 1199px) {
    .v-app .v-content.v-post.full-width .section-box {
      padding: 86px;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-content.v-post.full-width .section-box {
      padding: 60px;
    }
  }
.v-app .v-content.v-post.full-width .section-box h1,
  .v-app .v-content.v-post.full-width .section-box h2,
  .v-app .v-content.v-post.full-width .section-box h3,
  .v-app .v-content.v-post.full-width .section-box h4,
  .v-app .v-content.v-post.full-width .section-box h5,
  .v-app .v-content.v-post.full-width .section-box h6 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin: 0px 0px 18px 0px;
  }
.v-app .v-content.v-post.full-width .section-box .section-title {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 52px;
  }
.v-app .v-content.v-post.full-width .section-box h1,
  .v-app .v-content.v-post.full-width .section-box h2,
  .v-app .v-content.v-post.full-width .section-box h3,
  .v-app .v-content.v-post.full-width .section-box h4,
  .v-app .v-content.v-post.full-width .section-box h5,
  .v-app .v-content.v-post.full-width .section-box h6,
  .v-app .v-content.v-post.full-width .section-box p {
    color: #fbfbfb !important;
  }
.v-app .v-content.v-post.full-width .section-box .action-buttons {
    margin-top: 52px;
  }
.v-app .v-content.v-post.full-width .section-box .button {
    background-color: #ffffff;
    color: #226782;
    border: 1px solid #ffffff;
  }
.v-app .v-content.v-post.full-width .section-box .button:hover, .v-app .v-content.v-post.full-width .section-box .button:focus {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
  }
.v-app .service-page-head {
    padding-top: 66px !important;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
  }
.v-app .service-page-head .breadcrumb {
    background-color: transparent;
  }
.v-app .service-page-head .breadcrumb p#breadcrumb {
    position: absolute;
    top: -52px;
  }
.v-app .service-page-head .breadcrumb span,
  .v-app .service-page-head .breadcrumb a {
    color: #9f9f9f !important;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    padding: 0;
  }
.v-app .service-page-head .breadcrumb a:hover {
    color: #94D3EC !important;
    text-decoration: none;
  }

/* stylelint-disable-next-line scss/at-rule-no-unknown */
html body {
    font-size: 14px;
    line-height: 20px;
  }
@media screen and (max-width: 991px) {
    html body.home #header .header-bg {
      opacity: 0;
    }
  }
html body.admin-bar #header {
    top: 32px;
  }
@media screen and (max-width: 781px) {
    html body.admin-bar #header {
      top: 46px;
    }
  }
html body.is-touch .v-gallery__caption {
    display: none;
  }
@media screen and (min-width: 992px) {
    html body.focus-visible #site-navigation .menu-item-has-children:focus-within .sub-menu {
      max-height: -webkit-fit-content;
      max-height: -moz-fit-content;
      max-height: fit-content;
      position: fixed;
      top: 90px;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      min-height: 300px;
      max-height: 650px;
      left: 0;
      right: 0;
      width: 100%;
      -webkit-transition: height .4s;
      transition: height .4s;
      z-index: -1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      padding-bottom: 30px;
    }
  }
html body.focus-visible .v-contact .google-map:focus-within {
    outline: 5px solid #226782;
  }
html .v-share-modal__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 2rem 0;
  }
html .v-share-modal__btn {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: inherit;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
    text-decoration: none;
    text-transform: none;
    -webkit-transform: none;
            transform: none;
    vertical-align: inherit;
    width: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #707070;
    border-radius: 50%;
    color: #226782;
    font-size: 1.7rem;
    height: 76px;
    margin: 5px 10px;
    outline: none;
    -webkit-transition: background .1s;
    transition: background .1s;
    width: 76px;
  }
html .v-share-modal__btn:hover, html .v-share-modal__btn:focus {
    background: rgba(34, 103, 130, 0.1);
  }
html .v-share-modal__copy {
    position: relative;
  }
html .v-share-modal__copy-input {
    background: rgba(34, 103, 130, 0.05);
    border: 1px solid rgba(34, 103, 130, 0.3);
    margin: 0;
    max-width: 100%;
    padding: .875rem 5rem .875rem 1rem;
    width: 27rem;
  }
html .v-share-modal__copy-button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: inherit;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
    text-decoration: none;
    text-transform: none;
    -webkit-transform: none;
            transform: none;
    vertical-align: inherit;
    width: auto;
    background: #226782;
    border: 2px solid #226782;
    color: #ffffff;
    height: 100%;
    padding: 0 1rem;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
html .v-share-modal__copy-text {
    font-size: .8rem;
    font-style: italic;
    line-height: 2;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 100%;
    visibility: hidden;
  }
html .v-share-modal__copy.is-copied .v-share-modal__copy-text {
    -webkit-animation: link-copied-text 8s;
            animation: link-copied-text 8s;
  }
@-webkit-keyframes link-copied-text {
    html 0% {
      opacity: 0;
      visibility: hidden;
    }
    html 5% {
      opacity: 1;
      visibility: visible;
    }
    html 95% {
      opacity: 1;
      visibility: visible;
    }
    html 100% {
      opacity: 0;
      visibility: hidden;
    }
  }
@keyframes link-copied-text {
    0% {
      opacity: 0;
      visibility: hidden;
    }
    5% {
      opacity: 1;
      visibility: visible;
    }
    95% {
      opacity: 1;
      visibility: visible;
    }
    100% {
      opacity: 0;
      visibility: hidden;
    }
  }
html .e-downloadForm {
    display: none;
    font-size: 1rem;
    max-width: 100%;
    padding: 1rem 2rem;
    width: 600px;
  }
html .e-downloadForm a {
    text-decoration: underline;
  }
html .e-downloadForm__title {
    color: #226782;
    font-size: 2.5rem;
    font-weight: 700;
  }
html .e-downloadForm__header {
    margin-bottom: 1.5rem;
  }
html .e-downloadForm .gform_wrapper {
    background: rgba(34, 103, 130, 0.05);
    border-top: 1px solid rgba(34, 103, 130, 0.5);
    margin: 0 -2rem -1rem;
    padding: 1rem 2rem;
  }
html .e-downloadForm .gfield {
    margin: 0 0 10px;
    position: relative;
  }
html .e-downloadForm .gfield input, html .e-downloadForm .gfield textarea {
    background: #ffffff;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 0 0 0.5px #226782;
            box-shadow: inset 0 0 0 0.5px #226782;
    color: #313732;
    font-size: 1.125rem;
    height: 100%;
    letter-spacing: -.015em;
    margin: 0;
    padding: 2.625rem 1.875rem 1.1875rem;
  }
html .e-downloadForm .gfield.gfield_error input, html .e-downloadForm .gfield.gfield_error textarea {
    -webkit-box-shadow: inset -6px 0 0 #f00, inset 0 0 0 0.5px #226782;
            box-shadow: inset -6px 0 0 #f00, inset 0 0 0 0.5px #226782;
  }
html .e-downloadForm .gfield_label {
    font-size: .75rem;
    font-weight: 400;
    left: 1.875rem;
    letter-spacing: -.015em;
    line-height: 1.1;
    margin: 0;
    position: absolute;
    top: 1.125rem;
  }
html .e-downloadForm .ginput_container_consent {
    font-size: .75rem;
    line-height: 1.3;
    margin: 15px 0;
  }
html .e-downloadForm .ginput_container_consent .gfield_consent_label {
    color: inherit;
    margin: 0;
  }
html .e-downloadForm .ginput_container_consent .gfield_required {
    display: inline;
    margin-left: .5ch;
  }
html .e-downloadForm .ginput_container_consent + .validation_message {
    margin-top: -15px;
    padding-left: calc(7px + .8rem);
  }
html .e-downloadForm .validation_message {
    color: #f00;
    text-align: left;
  }
html .page-content {
    /**
	 * When using margin on top and bottom of sections as we are, we need to ensure elements that are padded sit flush.
	 * We do this by setting the margin bottom to 0, and adjacent siblings to 0.
	 */
  }
html .page-content section {
    position: relative;
  }
html .page-content section:first-child:not(.page-head) {
    margin-top: 120px;
  }
html .page-content section:first-child:not(.page-head):last-child::before, html .page-content section:first-child:not(.page-head):last-child::after, html .page-content section.page-head:first-child + *:last-child::before, html .page-content section.page-head:first-child + *:last-child::after {
    padding: 0;
  }
html .page-content section.s-full {
    margin-bottom: 0;
  }
html .page-content section.s-full + .s-full, html .page-content section.s-full + .v-page-head__anchor + .s-full {
    margin-top: 0;
  }

#klaro .cookie-notice {
  background: #226782;
  font-weight: 700;
}

#klaro .cookie-notice .cn-ok .cm-btn {
  display: none;
}

#klaro .cookie-notice .cn-ok .cm-btn.cm-btn-success, #klaro .cookie-notice .cn-ok .cm-btn.cm-btn-info {
  display: inline-block;
}

#klaro .cm-btn {
  background: #555;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #eee;
  outline: 0;
  padding: .5rem 1.2rem;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#klaro .cm-btn.cm-btn-success {
  background: #94D3EC;
  color: #ffffff;
  font-weight: 700;
}

#klaro .cm-btn.cm-btn-danger {
  background: #ffffff;
  color: #313732;
}

#klaro .cm-btn.focus-visible {
  -webkit-box-shadow: 0 0 0 5px rgba(148, 211, 236, 0.5);
          box-shadow: 0 0 0 5px rgba(148, 211, 236, 0.5);
}

#klaro .cm-btn:focus-visible {
  -webkit-box-shadow: 0 0 0 5px rgba(148, 211, 236, 0.5);
          box-shadow: 0 0 0 5px rgba(148, 211, 236, 0.5);
}

#klaro .cm-modal {
  background: #356478;
}

#klaro .hide {
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  padding: 1rem;
  right: .5rem;
  top: .5rem;
  -webkit-transform: none;
          transform: none;
}

#klaro .hide.focus-visible {
  -webkit-box-shadow: inset 0 0 0 5px #94D3EC;
          box-shadow: inset 0 0 0 5px #94D3EC;
}

#klaro .hide:focus-visible {
  -webkit-box-shadow: inset 0 0 0 5px #94D3EC;
          box-shadow: inset 0 0 0 5px #94D3EC;
}

#klaro .cm-app-input:checked + .cm-app-label .slider {
  background-color: #94D3EC;
}

#klaro .cm-app-input.focus-visible + .cm-app-label .slider {
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19), 0 0 0 8px rgba(148, 211, 236, 0.5);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19), 0 0 0 8px rgba(148, 211, 236, 0.5);
}

#klaro .cm-app-input:focus-visible + .cm-app-label .slider {
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19), 0 0 0 8px rgba(148, 211, 236, 0.5);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19), 0 0 0 8px rgba(148, 211, 236, 0.5);
}

#klaro .cm-powered-by {
  display: none;
}

#klaro a {
  color: #94D3EC;
}

/*# sourceMappingURL=../../sourcemaps/style.css.map */
