@import url(https://fonts.googleapis.com/css2?family=Baloo+Bhaina+2:wght@400;500;600;700&display=swap);@charset "UTF-8";
.footer__menu, .tabset, .nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* General reset styles */
html,
body {
  height: 100%;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #515655;

  background: #fff;
  background-image: url('images/bg-right.png'), url('images/bg-left.png');
  
  background-repeat: no-repeat;
  background-position: right top, left top;
  background-size: 1100px, 300px;
  font: 2.1rem/1.6667 "Baloo Bhaina 2", "Helvetica Neue", "Helvetica", Arial, cursive;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 300px) and (max-width: 767.98px) {
  body{
    background-image: url('images/bg-right.png');
  
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 50%;
  }
 
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body{
    background-image: url('images/bg-right.png');
  
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 50%;
  }
 
}
@media (min-width: 992px) and (max-width: 1380.98px) {
  body{
    background-image: url('images/bg-right.png');
  
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 50%;
  }
 
}

@media (max-width: 1199.98px) {
  body {
    font-size: 1.9rem;
  }
}
@media (max-width: 991.98px) {
  body {
    font-size: 1.8rem;
  }
}

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

.gm-style img {
  max-width: none;
}

::-moz-selection {
  background-color: #f08a5d;
  color: #fff;
}

::selection {
  background-color: #f08a5d;
  color: #fff;
}

.blue-theme ::-moz-selection {
  background-color: #3f72b0;
  color: #fff;
}
.blue-theme ::selection {
  background-color: #3f72b0;
  color: #fff;
}

.purple-theme ::-moz-selection {
  background-color: #b574cc;
  color: #fff;
}
.purple-theme ::selection {
  background-color: #b574cc;
  color: #fff;
}

.brown-theme ::-moz-selection {
  background-color: #b76f8a;
  color: #fff;
}
.brown-theme ::selection {
  background-color: #b76f8a;
  color: #fff;
}

.green-theme ::-moz-selection {
  background-color: #78C6BD;
  color: #fff;
}
.green-theme ::selection {
  background-color: #78C6BD;
  color: #fff;
}

#wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.for-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.d-block {
  display: block;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  line-height: 1.175;
  font-family: "Baloo Bhaina 2", "Helvetica Neue", "Helvetica", Arial, cursive;
  font-weight: 300;
  margin: 0 0 0.6em;
  color: #515655;
}

h1,
.h1 {
  font-size: 4.3rem;
}

h2,
.h2 {
  font-size: 3.5rem;
}
@media (max-width: 1199.98px) {
  h2,
.h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 991.98px) {
  h2,
.h2 {
    font-size: 3rem;
  }
}

h3,
.h3 {
  font-size: 3rem;
}

h4,
.h4 {
  font-size: 2.5rem;
}

h5,
.h5 {
  font-size: 2rem;
}

h6,
.h6 {
  font-size: 1.8rem;
}

p {
  margin: 0 0 1em;

}

a {
  color: #515655;
  transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out, background 0.3s ease-in-out, outline 0.3s ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

label {
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
  font-size: 1.3rem;
  margin-bottom: 1.6rem;
  letter-spacing: 0;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=url],
input[type=date],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #000;
  padding: 1.1rem 0;
  background-color: transparent;
  color: #000;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.8461;
  width: 100%;
  letter-spacing: 0.1rem;
  transition: border-color 0.3s ease-in-out;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=date]:focus,
textarea:focus {
  border-color: #000;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=date]:focus,
textarea:focus {
  outline: none;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: white;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=date]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: white;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=date]:-moz-placeholder,
textarea:-moz-placeholder {
  color: white;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: white;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
input[type=url].placeholder,
input[type=date].placeholder,
textarea.placeholder {
  color: white;
}

select {
  border-radius: 0;
  box-sizing: border-box;
  border: 0.2rem solid #000;
  padding: 1.1rem 0;
  background-color: transparent;
  color: white;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.8461;
  width: 100%;
  transition: border-color 0.3s ease-in-out;
}
select:hover, select:focus {
  border-color: #000;
}
select:focus {
  outline: none;
}

textarea {
  resize: vertical;
  vertical-align: top;
  line-height: 1.8461;
  min-height: 2.3rem;
  border-bottom: 1px solid #000;
  padding: 1.1rem 0rem;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

.button,
button:not(.default-style),
input[type=button],
input[type=reset],
input[type=submit] {
  display: inline-block;
  vertical-align: top;
  padding: 1.6rem 5.3rem 1.1rem;
  font-size: 2.1rem;
  line-height: 1.316;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  letter-spacing: 0.05rem;
  background-color: #f08a5d;
  color: #fff;
  border: 1px solid #f08a5d;
  border-radius: 3rem;
  word-spacing: -0.3rem;
  transition: background-color 0.25s ease-in-out;
}
.button:hover, .button:focus,
button:not(.default-style):hover,
button:not(.default-style):focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  color: #f08a5d;
  background-color: #fff;
}

.blue-theme .button,
.blue-theme button:not(.default-style),
.blue-theme input[type=button],
.blue-theme input[type=reset],
.blue-theme input[type=submit] {
  background-color: #3f72b0;
  border-color: #3f72b0;
}
.blue-theme .button:hover, .blue-theme .button:focus,
.blue-theme button:not(.default-style):hover,
.blue-theme button:not(.default-style):focus,
.blue-theme input[type=button]:hover,
.blue-theme input[type=button]:focus,
.blue-theme input[type=reset]:hover,
.blue-theme input[type=reset]:focus,
.blue-theme input[type=submit]:hover,
.blue-theme input[type=submit]:focus {
  color: #3f72b0;
  background-color: #fff;
}

.purple-theme .button,
.purple-theme button:not(.default-style),
.purple-theme input[type=button],
.purple-theme input[type=reset],
.purple-theme input[type=submit] {
  background-color: #b574cc;
  border-color: #b574cc;
}
.purple-theme .button:hover, .purple-theme .button:focus,
.purple-theme button:not(.default-style):hover,
.purple-theme button:not(.default-style):focus,
.purple-theme input[type=button]:hover,
.purple-theme input[type=button]:focus,
.purple-theme input[type=reset]:hover,
.purple-theme input[type=reset]:focus,
.purple-theme input[type=submit]:hover,
.purple-theme input[type=submit]:focus {
  color: #b574cc;
  background-color: #fff;
}

.brown-theme .button,
.brown-theme button:not(.default-style),
.brown-theme input[type=button],
.brown-theme input[type=reset],
.brown-theme input[type=submit] {
  background-color: #b76f8a;
  border-color: #b76f8a;
}
.brown-theme .button:hover, .brown-theme .button:focus,
.brown-theme button:not(.default-style):hover,
.brown-theme button:not(.default-style):focus,
.brown-theme input[type=button]:hover,
.brown-theme input[type=button]:focus,
.brown-theme input[type=reset]:hover,
.brown-theme input[type=reset]:focus,
.brown-theme input[type=submit]:hover,
.brown-theme input[type=submit]:focus {
  color: #b76f8a;
  background-color: #fff;
}

.green-theme .button,
.green-theme button:not(.default-style),
.green-theme input[type=button],
.green-theme input[type=reset],
.green-theme input[type=submit] {
  background-color: #78C6BD;
  border-color: #78C6BD;
}
.green-theme .button:hover, .green-theme .button:focus,
.green-theme button:not(.default-style):hover,
.green-theme button:not(.default-style):focus,
.green-theme input[type=button]:hover,
.green-theme input[type=button]:focus,
.green-theme input[type=reset]:hover,
.green-theme input[type=reset]:focus,
.green-theme input[type=submit]:hover,
.green-theme input[type=submit]:focus {
  color: #78C6BD;
  background-color: #fff;
}

.button--with-ico {
  padding: 1rem 3rem 1rem;
}
.button--with-ico span {
  display: inline-block;
  padding-top: 0.6rem;
}
.button--with-ico ellipse,
.button--with-ico path {
  transition: fill 0.25s;
}
.button--with-ico:hover ellipse, .button--with-ico:focus ellipse {
  fill: #f08a5d;
}
.button--with-ico:hover path, .button--with-ico:focus path {
  fill: #fff;
}

.blue-theme .button--with-ico ellipse,
.blue-theme .button--with-ico path {
  transition: fill 0.25s;
}
.blue-theme .button--with-ico:hover ellipse, .blue-theme .button--with-ico:focus ellipse {
  fill: #3f72b0;
}
.blue-theme .button--with-ico:hover path, .blue-theme .button--with-ico:focus path {
  fill: #fff;
}

.purple-theme .button--with-ico ellipse,
.purple-theme .button--with-ico path {
  transition: fill 0.25s;
}
.purple-theme .button--with-ico:hover ellipse, .purple-theme .button--with-ico:focus ellipse {
  fill: #b574cc;
}
.purple-theme .button--with-ico:hover path, .purple-theme .button--with-ico:focus path {
  fill: #fff;
}

.brown-theme .button--with-ico ellipse,
.brown-theme .button--with-ico path {
  transition: fill 0.25s;
}
.brown-theme .button--with-ico:hover ellipse, .brown-theme .button--with-ico:focus ellipse {
  fill: #b76f8a;
}
.brown-theme .button--with-ico:hover path, .brown-theme .button--with-ico:focus path {
  fill: #fff;
}

.green-theme .button--with-ico ellipse,
.green-theme .button--with-ico path {
  transition: fill 0.25s;
}
.green-theme .button--with-ico:hover ellipse, .green-theme .button--with-ico:focus ellipse {
  fill: #78C6BD;
}
.green-theme .button--with-ico:hover path, .green-theme .button--with-ico:focus path {
  fill: #fff;
}

.button--xs {
  font-size: 2.5rem;
  padding: 1.4rem 4.5rem 0.9rem;
}

/* Grid styles */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxxl,
.col-xxxl-auto, .col-xxxl-12, .col-xxxl-11, .col-xxxl-10, .col-xxxl-9, .col-xxxl-8, .col-xxxl-7, .col-xxxl-6, .col-xxxl-5, .col-xxxl-4, .col-xxxl-3, .col-xxxl-2, .col-xxxl-1, .col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-xs,
.col-xs-auto, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 375px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xs-first {
    order: -1;
  }

  .order-xs-last {
    order: 13;
  }

  .order-xs-0 {
    order: 0;
  }

  .order-xs-1 {
    order: 1;
  }

  .order-xs-2 {
    order: 2;
  }

  .order-xs-3 {
    order: 3;
  }

  .order-xs-4 {
    order: 4;
  }

  .order-xs-5 {
    order: 5;
  }

  .order-xs-6 {
    order: 6;
  }

  .order-xs-7 {
    order: 7;
  }

  .order-xs-8 {
    order: 8;
  }

  .order-xs-9 {
    order: 9;
  }

  .order-xs-10 {
    order: 10;
  }

  .order-xs-11 {
    order: 11;
  }

  .order-xs-12 {
    order: 12;
  }

  .offset-xs-0 {
    margin-left: 0;
  }

  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xs-3 {
    margin-left: 25%;
  }

  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xs-6 {
    margin-left: 50%;
  }

  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xs-9 {
    margin-left: 75%;
  }

  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1366px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1500px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxxl-first {
    order: -1;
  }

  .order-xxxl-last {
    order: 13;
  }

  .order-xxxl-0 {
    order: 0;
  }

  .order-xxxl-1 {
    order: 1;
  }

  .order-xxxl-2 {
    order: 2;
  }

  .order-xxxl-3 {
    order: 3;
  }

  .order-xxxl-4 {
    order: 4;
  }

  .order-xxxl-5 {
    order: 5;
  }

  .order-xxxl-6 {
    order: 6;
  }

  .order-xxxl-7 {
    order: 7;
  }

  .order-xxxl-8 {
    order: 8;
  }

  .order-xxxl-9 {
    order: 9;
  }

  .order-xxxl-10 {
    order: 10;
  }

  .order-xxxl-11 {
    order: 11;
  }

  .order-xxxl-12 {
    order: 12;
  }

  .offset-xxxl-0 {
    margin-left: 0;
  }

  .offset-xxxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxxl-3 {
    margin-left: 25%;
  }

  .offset-xxxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxxl-6 {
    margin-left: 50%;
  }

  .offset-xxxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxxl-9 {
    margin-left: 75%;
  }

  .offset-xxxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }
}
/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994 !important;
  width: 35px !important;
  height: 35px !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  -webkit-appearance: none !important;
  cursor: pointer !important;
  text-decoration: none !important;
  text-align: center !important;
  padding: 0 !important;
  color: #fff !important;
  font-style: normal !important;
  font-size: 35px !important;
  font-family: Arial, Baskerville, monospace !important;
  line-height: 35px !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6) !important;
  border: 0 !important;
  background: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
  color: #f08a5d !important;
}

.blue-theme .lity-close:hover,
.blue-theme .lity-close:focus,
.blue-theme .lity-close:active,
.blue-theme .lity-close:visited {
  color: #3f72b0 !important;
}

.purple-theme .lity-close:hover,
.purple-theme .lity-close:focus,
.purple-theme .lity-close:active,
.purple-theme .lity-close:visited {
  color: #b574cc !important;
}

.brown-theme .lity-close:hover,
.brown-theme .lity-close:focus,
.brown-theme .lity-close:active,
.brown-theme .lity-close:visited {
  color: #b76f8a !important;
}

.green-theme .lity-close:hover,
.green-theme .lity-close:focus,
.green-theme .lity-close:active,
.green-theme .lity-close:visited {
  color: #78C6BD !important;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir=rtl] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir=rtl] .slick-next:before {
  content: "\2190";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  margin-bottom: 1rem;
  background-color: #f08a5d;
  box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.16);
}

.blue-theme #header {
  background-color: #3f72b0;
}

.purple-theme #header {
  background-color: #b574cc;
}

.brown-theme #header {
  background-color: #b76f8a;
}

.green-theme #header {
  background-color: #78C6BD;
}

#nav {
  position: relative;
  justify-content: flex-end;
  padding-top: 1.3rem;
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 1199.98px) {
  #nav {
    padding-top: 1rem;
  }
}
@media (max-width: 991.98px) {
  #nav {
    text-align: right;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
}

.nav__toggle {
  display: none;
  width: 3.2rem;
  height: 3.2rem;
  transform: rotate(0deg);
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
}
@media (max-width: 991.98px) {
  .nav__toggle {
    margin-left: auto;
    display: block;
  }
}
.nav__toggle:focus {
  outline: none;
}
.nav-active .nav__toggle span:nth-child(1) {
  transform: rotate(45deg);
  top: 0.3rem;
  left: 0.4rem;
}
.nav-active .nav__toggle span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.nav-active .nav__toggle span:nth-child(3) {
  transform: rotate(-45deg);
  top: 2.5rem;
  left: 0.4rem;
}
.nav__toggle span {
  width: 100%;
  height: 0.4rem;
  border-radius: 1rem;
  display: block;
  position: absolute;
  left: 0;
  background-color: #fff;
  transform-origin: left center;
  transition: 0.5s ease-in-out;
  transition-property: transform, opacity, top, left, width;
}
.nav__toggle span:nth-child(1) {
  top: 0.4rem;
}
.nav__toggle span:nth-child(2) {
  top: 1.4rem;
}
.nav__toggle span:nth-child(3) {
  top: 2.4rem;
}

.nav__holder {
  flex-grow: 1;
  margin-right: 0.3rem;
}
@media (max-width: 991.98px) {
  .nav__holder {
    margin-right: 0;
    max-height: 0;
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    top: calc(100% + 1px);
    display: block;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.5s;
  }
}
@media (max-width: 991.98px) {
  .nav-active .nav__holder {
    display: block;
    opacity: 1;
    visibility: visible;
    max-height: 1000px;
    transition: max-height 2s, opacity 2s;
  }
}

.nav__list {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .nav__list {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
    display: block;
  }
}

@media (max-width: 991.98px) {
  .nav__item {
    text-align: left;
    padding-right: 0;
  }
}

.nav__item:not(:last-child) {
  padding-right: 5.7rem;
}
@media (max-width: 991.98px) {
  .nav__item:not(:last-child) {
    padding-right: 0;
  }
}

.nav__link {
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.02rem;
  word-spacing: -0.04rem;
}
@media (max-width: 991.98px) {
  .nav__link {
    display: block;
    padding: 0.5rem 1.5rem 0.1rem;
  }
  .nav__link:hover, .nav__link:focus {
    background-color: #fff;
    color: #f08a5d;
  }
}
.nav__link span {
  display: inline-block;
  transition: transform 0.35s;
}
.nav__link:hover span, .nav__link:focus span {
  transform: scale(1.17);
}
@media (max-width: 991.98px) {
  .nav__link:hover span, .nav__link:focus span {
    transform: initial;
  }
}
.nav__link:hover, .nav__link:focus .nav__link.nav__link--active {
  width: 100%;
}
.nav__link::after {
  content: "";
  background-color: red;
  display: block;
  width: 1rem;
  height: 0.3rem;
  margin: auto;
  margin-top: 0.8rem;
  transition: width 0.35s, background-color 0.1s;
  visibility: hidden;
}
@media (max-width: 991.98px) {
  .nav__link::after {
    display: none;
  }
}
.nav__link:hover::after, .nav__link:focus::after {
  visibility: visible;
  background-color: #c64a1b;
  width: 100%;
  transition: width 0.35s, background-color 0.1s;
}

@media (max-width: 991.98px) {
  .blue-theme .nav__link:hover,
.blue-theme .nav__link:focus {
    background-color: #fff;
    color: #3f72b0;
  }
}
.blue-theme .nav__link::after {
  background-color: #3f72b0;
}
.blue-theme .nav__link:hover::after,
.blue-theme .nav__link:focus::after {
  background-color: #3d4ee1;
}

@media (max-width: 991.98px) {
  .purple-theme .nav__link:hover,
.purple-theme .nav__link:focus {
    background-color: #fff;
    color: #b574cc;
  }
}
.purple-theme .nav__link::after {
  background-color: #a02ecf;
}
.purple-theme .nav__link:hover::after,
.purple-theme .nav__link:focus::after {
  background-color: #a02ecf;
}

@media (max-width: 991.98px) {
  .brown-theme .nav__link:hover,
.brown-theme .nav__link:focus {
    background-color: #fff;
    color: #b76f8a;
  }
}
.brown-theme .nav__link::after {
  background-color: #b76f8a;
}
.brown-theme .nav__link:hover::after,
.brown-theme .nav__link:focus::after {
  background-color: #923e5e;
}

@media (max-width: 991.98px) {
  .green-theme .nav__link:hover,
.green-theme .nav__link:focus {
    background-color: #fff;
    color: #78C6BD;
  }
}
.green-theme .nav__link::after {
  background-color: #78C6BD;
}
.green-theme .nav__link:hover::after,
.green-theme .nav__link:focus::after {
  background-color: #258b8b;
}

@media (min-width: 1200px) {
  .container-w-1352 {
    max-width: 1210px;
  }
}
@media (min-width: 1500px) {
  .container-w-1352 {
    max-width: 1352px;
  }
}

@media (min-width: 1200px) {
  .container-w-1687 {
    max-width: 1687px;
  }
}

.col-w-56\.5p {
  flex: 0 0 56.5%;
  max-width: 56.5%;
}
@media (max-width: 1199.98px) {
  .col-w-56\.5p {
    flex: 0 0 55%;
    max-width: 55%;
  }
}
@media (max-width: 767.98px) {
  .col-w-56\.5p {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-w-43\.5p {
  flex: 0 0 43.5%;
  max-width: 43.5%;
}
@media (max-width: 1199.98px) {
  .col-w-43\.5p {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media (max-width: 767.98px) {
  .col-w-43\.5p {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-w-53p {
  flex: 0 0 53%;
  max-width: 53%;
}
@media (max-width: 1365.98px) {
  .col-w-53p {
    flex: 0 0 48%;
    max-width: 48%;
  }
}
@media (max-width: 991.98px) {
  .col-w-53p {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .col-w-53p {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-w-47p {
  flex: 0 0 47%;
  max-width: 47%;
}
@media (max-width: 1365.98px) {
  .col-w-47p {
    flex: 0 0 52%;
    max-width: 52%;
  }
}
@media (max-width: 991.98px) {
  .col-w-47p {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .col-w-47p {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-w-58p {
  flex: 0 0 60%;
  max-width: 60%;
}
@media (max-width: 1439.98px) {
  .col-w-58p {
    flex: 0 0 55%;
    max-width: 55%;
  }
}
@media (max-width: 1199.98px) {
  .col-w-58p {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991.98px) {
  .col-w-58p {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-w-42p {
  flex: 0 0 40%;
  max-width: 40%;
}
@media (max-width: 1439.98px) {
  .col-w-42p {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media (max-width: 1199.98px) {
  .col-w-42p {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991.98px) {
  .col-w-42p {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.row--style01:not(.no-gutters) {
  margin-right: -24px;
  margin-left: -24px;
}

.row--style01 > .col,
.row--style01 > [class*=col-] {
  padding-left: 24px;
  padding-right: 24px;
}

.row--style02:not(.no-gutters) {
  margin-right: -14px;
  margin-left: -14px;
}
@media (max-width: 767.98px) {
  .row--style02:not(.no-gutters) {
    justify-content: center;
  }
}

.row--style02 > .col,
.row--style02 > [class*=col-] {
  padding-left: 14px;
  padding-right: 14px;
}

.row--style03:not(.no-gutters) {
  margin-right: -23px;
  margin-left: -23px;
}

.row--style03 > .col,
.row--style03 > [class*=col-] {
  padding-left: 23px;
  padding-right: 23px;
}

.row--style04:not(.no-gutters) {
  margin-right: -8px;
  margin-left: -8px;
}

.row--style04 > .col,
.row--style04 > [class*=col-] {
  padding-left: 8px;
  padding-right: 8px;
}

.row--style05:not(.no-gutters) {
  margin-right: -20px;
  margin-left: -20px;
}
@media (max-width: 991.98px) {
  .row--style05:not(.no-gutters) {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.row--style05 > .col,
.row--style05 > [class*=col-] {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 991.98px) {
  .row--style05 > .col,
.row--style05 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.intro {
  padding: 12.5rem 0 13.5rem;
}
@media (max-width: 1499.98px) {
  .intro {
    padding-bottom: 8rem;
  }
}
@media (max-width: 1199.98px) {
  .intro {
    padding-top: 11.3rem;
  }
}
@media (max-width: 991.98px) {
  .intro {
    padding-top: 10rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 767.98px) {
  .intro {
    padding: 10rem 0 2rem;
  }
}
.intro__heading {
  margin-bottom: 1rem;
  color: #515655;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.258;
}
@media (max-width: 767.98px) {
  .intro__heading {
    margin-bottom: 2.7rem;
    font-size: 2.6rem;
  }
}
@media (max-width: 575.98px) {
  .intro__heading {
    margin-bottom: 1.5rem;
    font-size: 2.4rem;
  }
}
.intro__media {
  display: block;
  margin-bottom: 0.8rem;
}
@media (max-width: 991.98px) {
  .intro__media img {
    max-width: 47rem;
  }
}
@media (max-width: 767.98px) {
  .intro__media img {
    max-width: 39rem;
  }
}
@media (max-width: 575.98px) {
  .intro__media img {
    max-width: 29rem;
  }
}
.intro__des {
  max-width: 86.6rem;
  margin: 0 auto 1.5rem auto;
  color: #78c6bd;
  font-size: 2.0rem;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .intro__des {
    max-width: 77.6rem;
  }
}
@media (max-width: 991.98px) {
  .intro__des {
    font-size: 1.7rem;
  }
}
@media (max-width: 767.98px) {
  .intro__des {
    margin-bottom: 2.7rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 575.98px) {
  .intro__des {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }
}
.intro__txt {
  padding-top: 4.9rem;
  padding-bottom: 6.7rem;
  color: #515655;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.258;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .intro__txt {
    padding-bottom: 6rem;
    font-size: 2.6rem;
  }
}
@media (max-width: 991.98px) {
  .intro__txt {
    padding-bottom: 4.7rem;
    font-size: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .intro__txt {
    padding-top: 4rem;
    font-size: 2.5rem;
    padding-left: 0;
  }
}
@media (max-width: 575.98px) {
  .intro__txt {
    padding-bottom: 3.5rem;
  }
}
.intro__btn-holder {
  text-align: center;
  position: relative;
  z-index: 3;
}
@media (max-width: 575.98px) {
  .intro__btn-holder {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
.intro__btn-holder a {
  display: inline-flex;
 
}
@media (max-width: 767.98px) {
  .intro__btn-holder a {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    min-width: 22rem;
    justify-content: center;
  }
}
.intro__btn-holder a:not(last-child) {
  margin-bottom: 2rem;
}
.intro__btn-holder span {
  align-self: center;
}
.intro__btn-holder svg {
  margin-left: 1rem;
  align-self: center;
}
.intro__btn-holder--style01 {
  padding-top: 7.9rem;
}
@media (max-width: 991.98px) {
  .intro__btn-holder--style01 {
    padding-top: 3rem;
  }
}
@media (max-width: 767.98px) {
  .intro__btn-holder--style01 {
    padding-top: 6rem;
  }
}
.intro__btn-holder--style02 {
  margin-top: -15rem;
 
  text-align: left;
}
@media (max-width: 1499.98px) {
  .intro__btn-holder--style02 {
    margin-top: -11rem;
    margin-left: 0;
  }
}
@media (max-width: 1199.98px) {
  .intro__btn-holder--style02 {
    margin-top: -10rem;
  }
}
@media (max-width: 991.98px) {
  .intro__btn-holder--style02 {
    margin-top: -12rem;
  }
}
@media (max-width: 767.98px) {
  .intro__btn-holder--style02 {
    margin-top: 0;
    padding-top: 6rem;
    text-align: center;
  }
}
@media (max-width: 1199.98px) {
  .intro__btn-holder--style02 a {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    min-width: 22rem;
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .intro__btn-holder--style02 a {
    min-width: 19rem;
  }
}
@media (max-width: 767.98px) {
  .intro__btn-holder--style02 a {
    min-width: 21.5rem;
    margin-right: 1.2rem;
    margin-left: 1.2rem;
  }
}
@media (max-width: 575.98px) {
  .intro__btn-holder--style02 a {
    min-width: 22rem;
  }
}
.intro__btn-holder--style02 a:not(:last-child) {
  margin-left: 0;
  margin-right: 1.2rem;
}
@media (max-width: 1199.98px) {
  .intro__btn-holder--style02 a:not(:last-child) {
    margin-right: 0.6rem;
  }
}
@media (max-width: 767.98px) {
  .intro__btn-holder--style02 a:not(:last-child) {
    margin-right: 1.2rem;
    margin-left: 1.2rem;
  }
}
.intro .slick-slide {
  outline: none;
}

.query .custom-dots {
  margin-top: 4.6rem;
}
@media (max-width: 1499.98px) {
  .query .custom-dots {
    margin-left: -4rem;
    margin-right: 3rem;
  }
}
@media (max-width: 1365.98px) {
  .query .custom-dots {
    margin-right: 0;
  }
}
@media (max-width: 1199.98px) {
  .query .custom-dots {
    margin-right: -8.9rem;
  }
}
@media (max-width: 991.98px) {
  .query .custom-dots {
    margin-left: -3rem;
    margin-top: 2.6rem;
  }
}
@media (max-width: 767.98px) {
  .query .custom-dots {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
@media (max-width: 575.98px) {
  .query .custom-dots {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
  }
}
.query__media {
  width: 100%;
}
.query .owl-stage {
  display: flex;
  align-items: center;
}

.custom-dots {
  text-align: center;
}
@media (max-width: 767.98px) {
  .custom-dots {
    margin-bottom: 1.5rem;
  }
}

.custom-dots .owl-dot {
  display: block;
}

.custom-dots .owl-dot + .owl-dot {
  margin-top: 3.7rem;
}
@media (max-width: 1199.98px) {
  .custom-dots .owl-dot + .owl-dot {
    margin-top: 2.8rem;
  }
}
@media (max-width: 991.98px) {
  .custom-dots .owl-dot + .owl-dot {
    margin-top: 2rem;
  }
}
@media (max-width: 767.98px) {
  .custom-dots .owl-dot + .owl-dot {
    margin-top: 2.5rem;
  }
}

.custom-dots .query__btn {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  color: #515655;
  font-size: 2.4rem;
  line-height: 1.357;
  letter-spacing: -0.03rem;
  word-spacing: 0.2rem;
  transition: font-weight 0.1s, font-size 0.1s, color 0.3s;
}
@media (max-width: 1199.98px) {
  .custom-dots .query__btn {
    font-size: 2.2rem;
  }
}
@media (max-width: 991.98px) {
  .custom-dots .query__btn {
    font-size: 1.9rem;
  }
}
@media (max-width: 767.98px) {
  .custom-dots .query__btn {
    font-size: 2.2rem;
  }
}
@media (max-width: 575.98px) {
  .custom-dots .query__btn {
    font-size: 2rem;
  }
}
@media (max-width: 340px) {
  .custom-dots .query__btn {
    font-size: 1.8rem;
  }
}
.custom-dots .query__btn:focus {
  outline: none;
}

.owl-dot.active .query__btn {
  position: relative;
  color: #515655;
  font-size: 2.5rem;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  .owl-dot.active .query__btn {
    font-size: 2.3rem;
  }
}
@media (max-width: 991.98px) {
  .owl-dot.active .query__btn {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  .owl-dot.active .query__btn {
    font-size: 2.3rem;
  }
}
@media (max-width: 575.98px) {
  .owl-dot.active .query__btn {
    font-size: 2.1rem;
  }
}
@media (max-width: 340px) {
  .owl-dot.active .query__btn {
    font-size: 1.9rem;
  }
}

.owl-dot.active .query__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5.6rem;
  transform: translateY(-50%);
  display: block;
  margin-top: -0.3rem;
  width: 48px;
  height: 32px;
  color: #f08a5d;
  line-height: 1.357;
  background: transparent url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' focusable='false' role='img' width='48' viewBox='0 0 47.6 32.4'><g fill='none' stroke='%23f08a5d' stroke-width='6'><path d='M29.236 30.268l14.1-14.1-14.1-14.1M43.336 16.168H.036' /></g></svg>") no-repeat;
}
@media (max-width: 1199.98px) {
  .owl-dot.active .query__btn::before {
    width: 3.6rem;
    height: 2.4rem;
    left: -4.8rem;
    background-size: contain;
  }
}
@media (max-width: 991.98px) {
  .owl-dot.active .query__btn::before {
    width: 3rem;
    height: 2rem;
    left: -3.6rem;
  }
}
@media (max-width: 575.98px) {
  .owl-dot.active .query__btn::before {
    margin-top: -1.5rem;
    left: -3.2rem;
  }
}
@media (max-width: 340px) {
  .owl-dot.active .query__btn::before {
    width: 25px;
    height: 16px;
    left: -1.4rem;
  }
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-loaded {
    margin-left: 3rem;
  }
}
@media (max-width: 767.98px) {
  .owl-carousel.owl-loaded {
    margin-left: 0;
  }
}

.des-slider__txt {
  color: #515655;
  margin-left: 2rem;
  margin-top: 4.6rem;
  text-align: center;
  font-size: 2.4rem;
}
@media (max-width: 1499.98px) {
  .des-slider__txt {
    margin-left: 0;
  }
}
@media (max-width: 1365.98px) {
  .des-slider__txt {
    font-size: 2.2rem;
    max-width: 53rem;
  }
}
@media (max-width: 1199.98px) {
  .des-slider__txt {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  .des-slider__txt {
    padding-bottom: 1.5rem;
  }
}
.des-slider__img img {
  margin-left: auto;
  margin-right: auto;
}

.des-block__txt {
  color: #515655;
 
  margin-top: 4.6rem;
  text-align: left;
  font-size: 2.2rem;
}
@media (max-width: 1499.98px) {
  .des-block__txt {
    margin-left: 0;
  }
}
@media (max-width: 1365.98px) {
  .des-block__txt {
    font-size: 2.0rem;
  }
}
@media (max-width: 1199.98px) {
  .des-block__txt {
    font-size: 1.8rem;
  }
}
@media (max-width: 991.98px) {
  .des-block__txt {
    font-size: 1.6rem;
  }
}
@media (max-width: 575.98px) {
  .des-block__txt {
    text-align: center;
  }
}
.des-block__img {
  overflow: hidden;
}
.des-block__img img {
  display: block;
  margin: auto;
  min-width: 68%;
}
.des-block__txt {
  margin-top: 0;
  padding-top: 6rem;
  padding-bottom: 20rem;
}
@media (max-width: 1499.98px) {
  .des-block__txt {
    padding-bottom: 14rem;
  }
}
@media (max-width: 1199.98px) {
  .des-block__txt {
    padding-top: 5rem;
    padding-bottom: 12.5rem;
  }
}
@media (max-width: 767.98px) {
  .des-block__txt {
    padding-bottom: 1rem;
  }
}

.intro__tab {
  z-index: 1;
  position: relative;
  margin-top: 8rem;
}
@media (max-width: 767.98px) {
  .intro__tab {
    margin-top: 6rem;
  }
}

.tabset {
  position: absolute;
  left: 5.1rem;
  top: 0;
  display: flex;
  z-index: 2;
}
@media (max-width: 1499.98px) {
  .tabset {
    left: 0;
  }
}
@media (max-width: 1199.98px) {
  .tabset {
    left: 0;
  }
}
@media (max-width: 575.98px) {
  .tabset {
    justify-content: center;
    width: 100%;
  }
}
.tabset li:not(:last-child):not(:nth-last-child(2)) {
  margin-right: 2rem;
}
.tabset a {
  color: #78C6BD;
  font-size: 3.5rem;
  text-decoration: none;
  line-height: 1.2rem;
}
@media (max-width: 1199.98px) {
  .tabset a {
    font-size: 3rem;
  }
}
@media (max-width: 767.98px) {
  .tabset a {
    font-size: 2.8rem;
  }
}

.tabset:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

.tab-content .active .animation-01 img {
  -webkit-animation: rightBottomTranform 0.5s;
          animation: rightBottomTranform 0.5s;
}

.tab-content .active .animation-02 img {
  -webkit-animation: leftTopTranform 0.5s;
          animation: leftTopTranform 0.5s;
}

.tab-content .active .animation-03 img {
  -webkit-animation: rightTopTranform 0.5s;
          animation: rightTopTranform 0.5s;
}

.magic-line {
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 30px;
  height: 3px;
  background: #ff0000;
  transition: all 0.3s;
}

*:first-child + html .tabset {
  zoom: 1;
}

@-webkit-keyframes rightBottomTranform {
  0% {
    transform: translate(300px, 300px) scale(1.3);
  }
  70% {
    transform: translate(-10px, -10px) scale(0.99);
  }
  100% {
    transform: translate(0px, 0px) scale(1);
  }
}

@keyframes rightBottomTranform {
  0% {
    transform: translate(300px, 300px) scale(1.3);
  }
  70% {
    transform: translate(-10px, -10px) scale(0.99);
  }
  100% {
    transform: translate(0px, 0px) scale(1);
  }
}
@-webkit-keyframes leftTopTranform {
  0% {
    transform: translate(-300px, -300px) scale(1.3);
  }
  70% {
    transform: translate(10px, 10px) scale(0.99);
  }
  100% {
    transform: translate(0px, 0px) scale(1);
  }
}
@keyframes leftTopTranform {
  0% {
    transform: translate(-300px, -300px) scale(1.3);
  }
  70% {
    transform: translate(10px, 10px) scale(0.99);
  }
  100% {
    transform: translate(0px, 0px) scale(1);
  }
}
@-webkit-keyframes rightTopTranform {
  0% {
    transform: translate(300px, -300px) scale(1.3);
  }
  70% {
    transform: translate(-10px, 10px) scale(0.99);
  }
  100% {
    transform: translate(0px, 0px) scale(1);
  }
}
@keyframes rightTopTranform {
  0% {
    transform: translate(300px, -300px) scale(1.3);
  }
  70% {
    transform: translate(-10px, 10px) scale(0.99);
  }
  100% {
    transform: translate(0px, 0px) scale(1);
  }
}
.slick-track {
  display: flex;
}



.quotation__ico {
  position: absolute;
  top: 20px;
  left: -37px;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .quotation__ico {
    top: 30px;
    left: -35px;
  }
}
@media (max-width: 991.98px) {
  .quotation__ico {
    top: 3rem;
    left: -35px;
  }
  .quotation__ico svg {
    width: 17rem;
  }
}
@media (max-width: 767.98px) {
  .quotation__ico {
    top: 2.3rem;
    left: -24px;
  }
}
@media (max-width: 575.98px) {
  .quotation__ico {
    top: 1rem;
    left: -11px;
  }
  .quotation__ico svg {
    width: 15rem;
  }
}

.testimonials {
  z-index: 2;
  position: relative;
  padding-top: 8.8rem;
}
@media (max-width: 1199.98px) {
  .testimonials {
    padding-top: 8.2rem;
  }
}
@media (max-width: 991.98px) {
  .testimonials {
    padding-top: 8rem;
  }
}
@media (max-width: 575.98px) {
  .testimonials {
    padding-top: 4rem;
  }
}

.testimonial {
  display: flex;
  align-items: flex-start;
  margin: 0;
  color: #515655;
}
.testimonial:not(:last-child) {
  margin-bottom: 6.7rem;
}
@media (max-width: 575.98px) {
  .testimonial:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.testimonial__media {
  flex: 0 0 7.8rem;
  max-width: 7.8rem;
  margin-right: 1.6rem;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial__media img {
  display: block;
}
.testimonial__des {
  padding-top: 1.6rem;
}
.testimonial__cite {
  display: block;
  margin-bottom: 0.7rem;
  font-size: 1.7rem;
  font-weight: 500;
  font-style: normal;
  text-transform: capitalize;
  line-height: 1.16667;
}
.testimonial__pos {
  display: block;
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
  text-transform: capitalize;
}
.testimonial__quote {
  display: block;
  margin-left: -2.3rem;
  color: #515655;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.2174;
}
@media (max-width: 575.98px) {
  .testimonial__quote {
    font-size: 2rem;
  }
}
.testimonial__quote::before, .testimonial__quote::after {
  display: none;
}

.promo-section {
  padding-top: 13.9rem;
  
}
@media (max-width: 1199.98px) {
  .promo-section {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (max-width: 991.98px) {
  .promo-section {
    padding-top: 9rem;
    padding-bottom: 6rem;
  }
}
@media (max-width: 767.98px) {
  .promo-section {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (max-width: 575.98px) {
  .promo-section {
    padding-top: 9rem;
    padding-bottom: 8rem;
  }
}

.promo:not(:last-child) {
  margin-bottom: 21.1rem;
}
@media (max-width: 1199.98px) {
  .promo:not(:last-child) {
    margin-bottom: 14.1rem;
  }
}
@media (max-width: 991.98px) {
  .promo:not(:last-child) {
    margin-bottom: 10rem;
  }
}
@media (max-width: 767.98px) {
  .promo:not(:last-child) {
    margin-bottom: 11rem;
  }
}
@media (max-width: 575.98px) {
  .promo:not(:last-child) {
    margin-bottom: 10rem;
  }
}
.promo__media-wrp {
  align-self: center;
}
.promo h2 {
  margin-bottom: 2.2rem;
  
}
.promo__des {
  max-width: 67.8rem;
 ;
  text-align: left;
}
@media (max-width: 1365.98px) {
  .promo__des {
    margin-left: 0;
  }
}
.promo__des p {
  word-spacing: 0.12rem;
  letter-spacing: -0.02rem;
}

@media (max-width: 991.98px) {
  /*.promo__media {
    padding-top: 3rem;
  }*/
}
@media (max-width: 767.98px) {
  .promo__media {
    padding-top: 0.5rem;
  }
}
.promo--style02 .promo__des {
  margin-left: 0;
  margin-right: -5rem;
}
@media (max-width: 1365.98px) {
  .promo--style02 .promo__des {
    margin-right: 0;
  }
}

.trust {
  padding-top: 11.6rem;
  padding-bottom: 7.8rem;
}
@media (max-width: 1199.98px) {
  .trust {
    padding-top: 9.6rem;
    padding-bottom: 5.8rem;
  }
}
@media (max-width: 991.98px) {
  .trust {
    padding-top: 7rem;
    padding-bottom: 5.8rem;
  }
}
@media (max-width: 767.98px) {
  .trust {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}
.trust h2 {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 4.3rem;
  font-size: 4.1rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .trust h2 {
    font-size: 3.8rem;
  }
}
@media (max-width: 991.98px) {
  .trust h2 {
    font-size: 3.4rem;
  }
}
.trust__media-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.trust__media {
  margin: 0 5.4rem 4rem;
  align-self: center;
}
@media (max-width: 1199.98px) {
  .trust__media {
    margin-left: 4rem;
    margin-right: 4rem;
    max-width: 11rem;
  }
}
@media (max-width: 991.98px) {
  .trust__media {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
.trust__media img {
  display: block;
  align-self: center;
}

.trial {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 19.5rem;
}
@media (max-width: 1199.98px) {
  .trial {
    padding-top: 8rem;
    padding-bottom: 9rem;
  }
}
@media (max-width: 991.98px) {
  .trial {
    padding-top: 9rem;
    padding-bottom: 8rem;
  }
}
@media (max-width: 767.98px) {
  .trial {
    padding-top: 4rem;
    padding-bottom: 10rem;
  }
}
@media (max-width: 340px) {
  .trial {
    padding-top: 1rem;
  }
}
.trial__media {
  max-width: 55rem;
  margin-left: 2rem;
}
@media (max-width: 991.98px) {
  .trial__media {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .trial__media {
    margin-bottom: 2.4rem;
  }
}
.trial__info {
  max-width: 48.2rem;
  padding-top: 2.3rem;
  margin-left: auto;
  font-size: 3rem;
  text-align: center;
  word-spacing: 1.7rem;
  line-height: 1.28;
}
@media (max-width: 991.98px) {
  .trial__info {
    padding-top: 0;
    font-size: 2.8rem;
  }
}
@media (max-width: 575.98px) {
  .trial__info {
    font-size: 2.6rem;
  }
}
.trial__emp {
  margin-bottom: 3.2rem;
  font-size: 4.1rem;
  font-weight: 600;
  line-height: 1.2;
  word-spacing: 0;
}
@media (max-width: 1199.98px) {
  .trial__emp {
    margin-bottom: 3rem;
  }
}
@media (max-width: 991.98px) {
  .trial__emp {
    margin-bottom: 1rem;
    font-size: 3.7rem;
  }
}
@media (max-width: 575.98px) {
  .trial__emp {
    font-size: 3.4rem;
  }
}
.trial__txt {
  word-spacing: -0.1rem;
  letter-spacing: 0.3rem;
}
.trial__btn-wrp {
  margin-top: 2.3rem;
  word-spacing: 0;
}

.lity-container {
  padding: 2rem;
}

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

.align-items-center {
  align-items: center;
}

.row-reverse {
  flex-direction: row-reverse;
}

@media (max-width: 991.98px) {
  .align-self-md-center {
    align-self: center;
  }
}

.text-align-left {
  text-align: left;
}

#footer {
  background-color: rgba(240, 138, 93, 0.5);
  padding-top: 4.3rem;
  padding-bottom: 4.3rem;
}

.blue-theme #footer {
  background-color: rgba(63, 114, 176, 0.25);
}

.purple-theme #footer {
  background-color: rgba(181, 116, 204, 0.25);
}

.brown-theme #footer {
  background-color: #eddbe2;
}

.green-theme #footer {
  background-color: #a7d5ce;
}

.footer__wrp {
  display: flex;
  flex-wrap: wrap;
}

.footer__logo {
  margin-bottom: 1rem;
}

.footer__info {
  font-size: 2.3rem;
  flex: 0 0 40%;
  max-width: 40%;
  margin-right: 2.4rem;
}
@media (max-width: 1199.98px) {
  .footer__info {
    flex: 0 0 38%;
    max-width: 38%;
    font-size: 2.1rem;
  }
}
@media (max-width: 991.98px) {
  .footer__info {
    font-size: 2.2rem;
    flex: 0 0 48%;
    max-width: 48%;
  }
}
@media (max-width: 767.98px) {
  .footer__info {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
  }
}

.footer__contact {
  flex: 0 0 34%;
  padding-top: 1.6rem;
  margin-right: 2.1rem;
  max-width: 34%;
  font-size: 2.3rem;
  line-height: 1.66667;
}
@media (max-width: 1199.98px) {
  .footer__contact {
    font-size: 2.1rem;
  }
}
@media (max-width: 991.98px) {
  .footer__contact {
    font-size: 2.2rem;
    flex: 0 0 48%;
    max-width: 48%;
    margin-right: 0;
    padding-top: 2rem;
  }
}
@media (max-width: 767.98px) {
  .footer__contact {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 3rem;
  }
}
.footer__contact address {
  font-style: normal;
}
.footer__contact a {
  text-decoration: none;
}
.footer__contact a:hover {
  text-decoration: underline;
}

.footer__menu {
  padding-top: 1.6rem;
  font-size: 2.3rem;
  line-height: 1.66667;
}
@media (max-width: 1199.98px) {
  .footer__menu {
    font-size: 2.1rem;
  }
}
@media (max-width: 991.98px) {
  .footer__menu {
    font-size: 2.2rem;
    padding-top: 3rem;
  }
}
.footer__menu li a {
  text-decoration: none;
}
.footer__menu li a:hover {
  text-decoration: underline;
}





.para{
  font: 2.1rem/1.6667 "Baloo Bhaina 2", "Helvetica Neue", "Helvetica", Arial, cursive;
  text-align: center;
  margin-left: 150px;
  margin-right: 150px;
}
@media (max-width: 449.98px){
  .para{
    margin-left: 0px;
    margin-right: 0px;
  }
}

video {
 /* border: 5px solid 48B8A8;*/
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
}





/*New Sections*/

.titles{
  font-size: 50px;
  color: #8BCEC6;
   font-weight: bold;
   margin-bottom: 0px;
   letter-spacing: -2px;
 
}
.sub-titles{
  font-size: 26px;
 
}
.head{
  font-size: 51px;
  color: #8BCEC6;
   font-weight: bold;
   margin-bottom: 25px;
  
 
}
.sub-head{
  font-size: 26px;
  margin-bottom: 50px;
}
.sub-title-2{
  font-size: 24px;
  color: #8BCEC6;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
.para-small{
  font-size: 20px;
}
.para-small-2{
  text-align: center;
  font-size: 20px;
}
.center{
  text-align: center;
  margin: 0;
}

.highlights{
  color: #007AE2;
  font-weight: bold;
  text-decoration: underline;
}
.promo__des{
  text-align: left;
}
.vid-box{
  justify-content: center;
  margin-top: 30px;
}
.vid-box2{
  justify-content: center;
  margin-top: 30px;
}
.promo-section {
  margin-bottom: 100px;
}
.frame{
  width: 100%; height:412px;
}
@media (min-width: 299.98px) and (max-width: 575.98px){
 .sub-title-2, .sub-head, .sub-titles, .para-small, .para-small-2{
   font-size: 16px;
 }
  .footer__wrp {
    display: block;
    text-align: center;
  }
  .video-boxes{
    margin-bottom: 40px;
  }
  .vid-box2{
    margin-top: 0px;
  }
  .vid-box{
    margin-top: 0px;
  }
 
  .titles{
    font-size: 22px;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .sub-titles{
    text-align: center;
  }
  
  .para-small{
    text-align: center;
  }
  .head{
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
  }
  .small-boxes{
    text-align: center;
  }
  .des-block__txt{
    text-align: center;
  }
  .promo__des{
    text-align: center;
  }
  .footer__wrp {
    display: block;
    text-align: center;
  }
  .trial__info{
    max-width: 100%;
  }
  img {
    max-width: 100%;
    
}
.frame{
  width: 298px; height:167px;
}
.promo__media{
  text-align: center;
}
}

 

@media (min-width: 576px) and (max-width: 767.98px) {


  .sub-title-2, .sub-head, .sub-titles, .para-small, .para-small-2{
    font-size: 18px;
  }
  .titles{
    font-size: 25px;
    text-align: center;
  }
  .head{
    font-size: 25px;
    text-align: center;
  }
  .sub-titles{
    text-align: center;
    margin-bottom: 10px;
  }
  .sub-head{
    margin-bottom: 25px;
  }
  .para-small{
    text-align: center;
  }
  .small-boxes{
    text-align: center;
  }
  .des-block__txt{
    text-align: center;
  }
  .promo__des{
    text-align: center;
  }
  .footer__wrp {
    text-align: center;
    display: block;
  }
  .trial__info{
    max-width: 100%;
  }
  .vid-box{
    margin-top: 0px;
  }
  .vid-box2{
    margin-top: 0px;
  }
  .video-boxes{
    margin-bottom: 40px;
  }
  img {
    max-width: 100%;
    
}
.frame{
  width: 100%; height:315px;
}
 }
  
@media (min-width: 768px) and (max-width: 991.98px) {
  
  .vid-box{
    margin-right: 0;
    margin-left: 0;
  justify-content: center;
  margin-top: 40px;
}
  .vid-box2{
    margin-right: 0;
    margin-left: 0;
    margin-top: 0px;
  justify-content: center;}

  .video-boxes{
  margin-right: 0;
  max-width: 50%;
}
.titles{
  font-size: 30px;
  
}
.head{
  font-size: 30px;
  margin-bottom: 15px;
}
.para-small{
  font-size: 14px;
}
.para-small-2{
  font-size: 14px;
}
.sub-titles{
  font-size: 20px;
}
.sub-head{
  font-size: 20px;

}
.sub-title-2{
  font-size: 20px;
}
.frame{
  width: 100%; height:315px;
}
 }
 @media (min-width: 992px) and (max-width: 1199.98px) {
   .video-boxes{
    max-width: 50%;
   }
   .vid-box{
     justify-content: center;
     margin-top: 40px;
   }
   .vid-box2{
    justify-content: center;
    margin-top: 0px;
  }
  .titles{
    font-size: 30px;
    
  }
  .head{
    font-size: 30px;
    margin-bottom: 15px;
  }
  .para-small{
    font-size: 16px;
  }
  .para-small-2{
    font-size: 16px;
  }
  .sub-titles{
    font-size: 20px;
  }
  .sub-head{
    font-size: 20px;

  }
  .sub-title-2{
    font-size: 20px;
  }
  .frame{
    width: 100%; height:315px;
  }
 }

@media (min-width: 1200px) and (max-width: 1380.98px) {
  .titles{
    font-size: 30px;
    
  }
  .head{
    font-size: 30px;
    margin-bottom: 15px;
  }
  .para-small{
    font-size: 16px;
  }
  .para-small-2{
    font-size: 16px;
  }
  .sub-titles{
    font-size: 20px;
  }
  .sub-head{
    font-size: 20px;

  }
  .sub-title-2{
    font-size: 20px;
  }
  .frame{
    width: 100%; height:315px;
  }
  .img-1{
    max-width: 80%;
  }
}

