@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
/* Variables
 * ===============
 *
 * All variables and most of the configuration is defined on this page. */
/* Containers */
/* Breakpoints */
/* Colors */
/* Typography */
/* Padding */
/* Borders */
/* Buttons */
/* Forms */
/* Tables */
/* Code */
/* Mixins
  =============== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Reset
  =============== */
html {
  box-sizing: border-box;
}

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

figure {
  margin: 0;
}

/* Scaffolding
  =============== */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal 300 1rem/1.6 "Montserrat", "Sans-serif";
  font-size: 1rem;
}

body {
  color: #404040;
  background: white;
  font-size: 1rem;
}

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

ul li ul {
  margin-bottom: 0;
}

ol li ol {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 1.5rem 0;
  font-weight: 400;
  font-family: "Times New Roman", Times, serif;
  line-height: 1.2;
  color: #000;
}
h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child),
h5:not(:first-child) {
  margin: 1.5rem 0;
}

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

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.1rem;
}

h5 {
  font-size: 1rem;
}

@media (min-width: 600px) {
  h1:not(:first-child),
  h2:not(:first-child),
  h3:not(:first-child) {
    margin-top: 2.5rem;
  }
  h1 {
    font-size: 6rem;
  }
  h2 {
    font-size: 6rem;
  }
  h3 {
    font-size: 4rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.25rem;
  }
}
a {
  color: #465152;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #282828;
  text-decoration: underline;
}

mark {
  background: #999;
  padding: 0 0.2rem;
}

blockquote {
  margin: 0 0 1.5rem 0;
  border-left: 16px solid #f0f0f0;
  padding: 0 1.5rem;
  font-size: 1.5rem;
}
blockquote cite {
  display: block;
  margin-top: 1.5rem;
  font-size: 1rem;
  text-align: right;
}

pre {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 1rem;
  tab-size: 2;
  color: #404040;
  font-family: Menlo, monospace;
  font-size: 14px;
  margin: 0 0 1.5rem 0;
}
pre code {
  font-family: Menlo, monospace;
  line-height: 1.2;
}

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

:not(pre) > code {
  color: #404040;
  background: transparent;
  font-family: Menlo, monospace;
  font-size: 14px;
  padding: 0 0.2rem;
  border: 1px solid #dedede;
  border-radius: 0;
}

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

dt {
  font-weight: 600;
}

dd {
  margin-bottom: 0.5rem;
}

.full-container {
  max-width: 100%;
  padding: 0 1rem;
}

.container, .medium-container, .small-container {
  max-width: 1200px;
  padding: 0 1rem;
  margin-left: auto;
  margin-right: auto;
}

.small-container {
  max-width: 800px;
}

.medium-container {
  max-width: 1000px;
}

.content-section {
  padding: 30px 0;
}

@media (min-width: 600px) {
  .content-section {
    padding: 60px 0;
  }
}
/* Grid
=============== */
.flex-small,
.flex-large {
  padding-left: 1rem;
  padding-right: 1rem;
}

.flex-row {
  margin-left: -1rem;
  margin-right: -1rem;
}

.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.flex-small,
.flex-large {
  flex-basis: 100%;
  margin-bottom: 1rem;
}

/* Small screen breakpoint */
@media (min-width: 600px) {
  .flex-small {
    flex: 1;
    margin-bottom: 0;
  }
}
/* Large screen breakpoint */
@media (min-width: 1000px) {
  .flex-large {
    flex: 1;
    margin-bottom: 0;
  }
}
/* Helpers
  =============== */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: block;
}

.clearfix:after {
  clear: both;
}

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

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

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

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

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.img-fluid {
  max-width: 100%;
  display: block;
}

.vertical-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vertical-sb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.disflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .disflex {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .disflex .left, .disflex .right {
    width: calc(50% - 20px);
  }
}

.responsive-image {
  max-width: 100%;
  height: auto;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.padding-top {
  padding-top: 8rem;
}

.padding-bottom {
  padding-bottom: 8rem;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.margin-top {
  margin-top: 8rem;
}

.margin-bottom {
  margin-bottom: 8rem;
}

.alternate-background {
  background: #292929;
  color: #000;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

@keyframes float {
  0% {
    transform: translatex(0px);
  }
  50% {
    transform: translatex(10px);
  }
  100% {
    transform: translatex(0px);
  }
}
@keyframes floatY {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
a.primary-button {
  border-radius: 10px;
  background-color: #0D2244;
  padding: 10px 20px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: 0.3s;
  text-align: center;
}
a.primary-button:hover {
  transition: 0.3s;
  background-color: #7ab8ea;
}

a.secondary-button {
  border-radius: 10px;
  padding: 10px 20px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: 0.3s;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0);
  text-align: center;
}
a.secondary-button:hover {
  transition: 0.3s;
  background-color: #fff;
  color: #0D2244;
}

a.secondary-two-button {
  border-radius: 10px;
  border: 1px solid #0D2244;
  padding: 10px 20px;
  color: #0D2244;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0);
  text-align: center;
}
a.secondary-two-button:hover {
  transition: 0.3s;
  background-color: #0D2244;
  border-color: #fff;
  color: #fff;
}

.tw-padding-large {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .tw-padding-large {
    padding: 50px 0;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .tw-padding-large {
    padding: 60px 0;
  }
}
@media (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) {
  .tw-padding-large {
    padding: 80px 0;
  }
}
@media (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) and (min-width: 1400px) {
  .tw-padding-large {
    padding: 100px 0;
  }
}

.tw-padding-medium {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .tw-padding-medium {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .tw-padding-medium {
    padding: 50px 0;
  }
}
@media (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) {
  .tw-padding-medium {
    padding: 60px 0;
  }
}
@media (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) and (min-width: 1400px) {
  .tw-padding-medium {
    padding: 80px 0;
  }
}

.tw-padding-small {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .tw-padding-small {
    padding: 30px 0;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .tw-padding-small {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) {
  .tw-padding-small {
    padding: 50px 0;
  }
}

h1.dark, h2.dark, h3.dark, h4.dark, h5.dark, h6.dark {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
  color: #0d2244;
}
h1.light, h2.light, h3.light, h4.light, h5.light, h6.light {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
  color: #fff;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-7-5 12:44:9
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation tracking-in-contract-bck
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
    transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
    transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
/* Buttons
  =============== */
.button, a.button, button, [type=submit], [type=reset], [type=button] {
  -webkit-appearance: none;
  display: inline-block;
  border: 1px solid #465152;
  border-radius: 0;
  background: transparent;
  color: #465152;
  font-weight: 400;
  font-family: "Montserrat", "Sans-serif";
  font-size: 1rem;
  text-transform: none;
  padding: 0.75rem 1.25rem;
  margin: 0 0 0.5rem 0;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
}

a.button.center {
  text-align: center;
  margin: auto;
  display: block;
  width: 230px;
}

.button:hover, a.button:hover, button:hover, [type=submit]:hover, [type=reset]:hover, [type=button]:hover {
  border: 1px solid rgb(46.5131578947, 53.8223684211, 54.4868421053);
  background: #465152;
  color: white;
  text-decoration: none;
}

.button:focus, .button:active, a.button:focus, a.button:active, button:focus, button:active, [type=submit]:focus, [type=submit]:active, [type=reset]:focus, [type=reset]:active, [type=button]:focus, [type=button]:active {
  border: 1px solid rgb(46.5131578947, 53.8223684211, 54.4868421053);
  background: rgba(0, 0, 0, 0);
  color: #465152;
  text-decoration: none;
  outline: none;
}

.button::-moz-focus-inner, a.button::-moz-focus-inner, button::-moz-focus-inner, [type=submit]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=button]::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.accent-button,
a.accent-button {
  color: #ffffff;
  border: 1px solid transparent;
  background: transparent;
}
.accent-button:hover, .accent-button:focus, .accent-button:active,
a.accent-button:hover,
a.accent-button:focus,
a.accent-button:active {
  color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.muted-button,
a.muted-button {
  background: transparent;
  border: 1px solid #000;
  color: #000;
}
.muted-button:hover, .muted-button:focus, .muted-button:active,
a.muted-button:hover,
a.muted-button:focus,
a.muted-button:active {
  color: #000;
  border: 1px solid #000;
  background: transparent;
}

.round-button,
a.round-button {
  border-radius: 40px;
}

.square-button,
a.square-button {
  border-radius: 0;
}

.full-button,
a.full-button {
  display: block;
  width: 100%;
}

.flickity-enabled:focus {
  outline: none;
}

/* Forms
  =============== */
[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], [type=week], [type=time], select, textarea {
  display: block;
  border: 1px solid #dedede;
  border-radius: 0;
  padding: 0.75rem;
  outline: none;
  background: transparent;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  width: 100%;
  max-width: 100%;
  line-height: 1;
  text-transform: uppercase;
}

[type=color]:hover, [type=date]:hover, [type=datetime]:hover, [type=datetime-local]:hover, [type=email]:hover, [type=month]:hover, [type=number]:hover, [type=password]:hover, [type=search]:hover, [type=tel]:hover, [type=text]:hover, [type=url]:hover, [type=week]:hover, [type=time]:hover, select:hover, textarea:hover {
  border: 1px solid #000;
}

[type=color]:focus, [type=color]:active, [type=date]:focus, [type=date]:active, [type=datetime]:focus, [type=datetime]:active, [type=datetime-local]:focus, [type=datetime-local]:active, [type=email]:focus, [type=email]:active, [type=month]:focus, [type=month]:active, [type=number]:focus, [type=number]:active, [type=password]:focus, [type=password]:active, [type=search]:focus, [type=search]:active, [type=tel]:focus, [type=tel]:active, [type=text]:focus, [type=text]:active, [type=url]:focus, [type=url]:active, [type=week]:focus, [type=week]:active, [type=time]:focus, [type=time]:active, select:focus, select:active, textarea:focus, textarea:active {
  border: 1px solid #465152;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.021), 0 0 10px rgb(93.4868421053, 108.1776315789, 109.5131578947);
}

textarea {
  overflow: auto;
  height: auto;
}

fieldset {
  border: 1px solid #dedede;
  border-radius: 0;
  padding: 1rem;
  margin: 1.5rem 0;
}

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

select {
  color: #404040;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAAAvklEQVQoFY2QMQqEMBBFv7ERa/EMXkGw11K8QbDXzuN4BHv7QO6ifUgj7v4UAdlVM8Uwf+b9YZJISnlqrfEUZVlinucnBGKaJgghbiHOyLyFKIoCbdvecpyReYvo/Ma2bajrGtbaC58kCdZ1RZ7nl/4/4d5EsO/7nzl7IUtodBexMMagaRrs+06JLMvcNWmaOv2W/C/TMAyD58dxROgSmvxFFMdxoOs6lliWBXEcuzokXRbRoJRyvqqqQvye+QDMDz1D6yuj9wAAAABJRU5ErkJggg==) right center no-repeat;
  line-height: 1;
}

select::-ms-expand {
  display: none;
}

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

label {
  font-weight: 600;
  max-width: 100%;
  display: block;
  margin: 1rem 0 0.5rem;
}

@media (min-width: 600px) {
  .split-form label {
    text-align: right;
    padding: 0 0.5rem;
    margin-bottom: 1rem;
  }
}
input.has-error, input.has-error:hover, input.has-error:focus, input.has-error:active,
select.has-error,
select.has-error:hover,
select.has-error:focus,
select.has-error:active,
textarea.has-error,
textarea.has-error:hover,
textarea.has-error:focus,
textarea.has-error:active {
  border: 1px solid #d33c40;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 6px rgb(243.8619246862, 205.6380753138, 206.6506276151);
}
::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
:-ms-input-placeholder {
  color: #000;
}

/* Tables
  =============== */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 100%;
}

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

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

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

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

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

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

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

@media (min-width: 600px) {
  .contain-table {
    width: 100%;
  }
}
/* Navigation
  =============== */
/* Layout
  =============== */
.large-wrapper {
  width: 100%;
  max-width: 100%;
  margin: auto;
  padding: 0 20px;
}

@media screen and (min-width: 1200px) {
  .large-wrapper {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1400px) {
  .large-wrapper {
    max-width: 1200px;
  }
}
header.header {
  padding: 15px 0;
  display: flex;
  transition: 0.3s;
  max-height: 80px;
  background-color: #ad8c78;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  header.header {
    max-height: none;
  }
}
header.header.scrolled {
  transition: 0.6s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3215686275);
}
header.header.height-auto {
  transition: max-height 1s;
  max-height: 100%;
  transition: 0.3s;
}
header.header .logo img {
  width: 80px;
}
@media (min-width: 576px) {
  header.header .logo img {
    width: 100px;
  }
}
header.header .menu {
  display: none;
}
@media (min-width: 768px) {
  header.header .menu {
    display: block;
  }
}
header.header .menu.menu-open {
  display: block;
}
header.header .menu ul {
  padding: 0;
  margin: 0;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #465152;
  list-style: none;
}
@media (min-width: 768px) {
  header.header .menu ul {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
    display: flex;
  }
}
header.header .menu ul li {
  text-align: center;
}
header.header .menu ul li a {
  color: #fff;
  display: block;
  padding: 5px 0;
}
@media (min-width: 768px) {
  header.header .menu ul li a {
    padding: 5px 10px;
    margin: 0 5px;
    border: 1px solid transparent;
    transition: 0.3s;
    border-radius: 10px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  header.header .menu ul li a {
    padding: 7px 15px;
    margin: 0 10px;
  }
}
@media (min-width: 768px) {
  header.header .menu ul li a:hover {
    transition: 0.5s;
    border-color: #dedcda;
    color: #dedcda;
  }
}
header.header .menu ul li ul {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: relative;
  background-color: #ad8c78;
  padding: 10px 0 10px 0;
  transition: 0.5s;
  flex-direction: column;
  margin-top: 0;
}
@media (min-width: 768px) {
  header.header .menu ul li ul {
    position: absolute;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: unset;
  }
}
header.header .menu ul li ul li a {
  text-align: center;
}
@media (min-width: 768px) {
  header.header .menu ul li ul li a {
    text-align: left;
  }
}
header.header .menu ul li:hover ul {
  display: block;
  transition: 0.4s;
  opacity: 1;
  visibility: visible;
}
header.header .toggler {
  position: absolute;
  top: -5px;
  right: 20px;
  font-size: 20px;
  width: 35px;
  height: 35px;
  background-color: #465152;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  header.header .toggler {
    display: none;
  }
}
header.header .toggler.open-menu .close {
  display: block;
}
header.header .toggler.open-menu .open {
  display: none;
}
header.header .toggler .close {
  display: none;
}
header.header .toggler i {
  color: #fff;
}
header.header .social-menu {
  position: absolute;
  top: 0;
  right: 75px;
}
@media (min-width: 768px) {
  header.header .social-menu {
    position: relative;
    top: unset;
    right: unset;
  }
}
header.header .social-menu i {
  margin-left: 15px;
  font-size: 20px;
  color: #fff;
  transition: 0.3s;
}
@media (min-width: 992px) {
  header.header .social-menu i {
    margin-left: 25px;
  }
}
header.header .social-menu i:hover {
  cursor: pointer;
  transition: 0.3s;
  color: #c3c2c1;
}
header.header .large-wrapper {
  position: relative;
}
@media (min-width: 768px) {
  header.header .large-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

footer {
  background-color: #dedcda;
  padding-bottom: 20px !important;
  margin-top: 20px;
}
@media (min-width: 992px) {
  footer {
    margin-top: 40px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  footer {
    margin-top: 60px;
  }
}
footer p {
  margin: 0;
  font-size: 0.8rem;
  color: #465152;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer i {
  font-size: 18px;
  padding-right: 15px;
  color: #465152;
  transition: 0.3s;
}
footer i:hover {
  transition: 0.3s;
  color: #fff;
}
footer .social-menu {
  margin-top: 20px;
}
footer .copyright {
  margin-top: 50px;
}

.cover-banner {
  position: relative;
  height: auto;
  display: flex;
  background-color: #dcdcdc;
}
@media (min-width: 1200px) {
  .cover-banner {
    height: 100vh;
  }
}
.cover-banner .back-image {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-position: center;
  z-index: 0;
}
.cover-banner .large-wrapper {
  z-index: 1;
}
.cover-banner .left {
  position: relative;
}
.cover-banner .inner {
  margin-bottom: 40px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .cover-banner .inner {
    margin-top: 100px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .cover-banner .inner {
    margin-bottom: 0;
  }
}
.cover-banner .inner h1 {
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cover-banner .inner h1 {
    font-size: 60px;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .cover-banner .inner h1 {
    font-size: 76px;
  }
}
.cover-banner .inner p {
  color: #fff;
  text-align: center;
  font-size: 18px;
}
@media (min-width: 768px) {
  .cover-banner .inner p {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .cover-banner .inner p {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .cover-banner div#form form {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .cover-banner div#form {
    position: absolute;
    width: 100%;
    bottom: 100px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) and (min-width: 1400px) {
  .cover-banner div#form {
    bottom: 120px;
  }
}
.cover-banner div#form .wpcf7 form .wpcf7-response-output {
  margin: 20px 0;
  bottom: -100px;
  position: absolute;
  border: none;
  text-align: center;
  background-color: #dcdcdc;
  padding: 20px 50px;
  border-radius: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.0705882353);
  align-items: center;
}
.cover-banner div#form p {
  margin-bottom: 10px;
}
.cover-banner div#form input {
  border-radius: 30px;
  text-align: center;
  text-transform: none;
  font-family: "Poppins";
  font-size: 1.1rem;
  font-weight: 400;
}
.cover-banner div#form input::placeholder {
  color: #fff;
}
@media (min-width: 1200px) {
  .cover-banner div#form input::placeholder {
    color: #000;
  }
}
.cover-banner div#form input.wpcf7-text {
  border: 2px solid #fb6b59;
}
.cover-banner div#form input.wpcf7-submit {
  width: 100%;
  border: 2px solid #db9346;
  padding: 0.95em;
  color: #fff;
  transition: 0.4s;
}
@media (min-width: 768px) {
  .cover-banner div#form input.wpcf7-submit {
    margin-left: 20px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .cover-banner div#form input.wpcf7-submit {
    color: #000;
  }
}
.cover-banner div#form input.wpcf7-submit:hover {
  transition: 0.3s;
  background-color: #db9346;
}
.cover-banner .right {
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .cover-banner .right {
    margin-bottom: 0;
  }
}
.cover-banner .right img {
  margin: 0 auto;
}
.cover-banner .info {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cover-banner .info span.author {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4509803922);
  font-size: 26px;
  font-weight: 600;
  margin-right: 10px;
  font-family: "Barlow Condensed";
}
@media (min-width: 768px) {
  .cover-banner .info span.author {
    font-size: 36px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .cover-banner .info span.author {
    font-size: 46px;
    margin-right: 15px;
  }
}
.cover-banner .info span.name {
  font-size: 0.8rem;
  font-weight: 400;
  font-family: "Barlow Condensed";
}
@media (min-width: 1200px) {
  .cover-banner .info span.name {
    font-size: 1.2rem;
  }
}

section#hero {
  margin-top: 75px;
}
section#hero .swiper-slide {
  height: 40vh;
  position: relative;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
}
@media (min-width: 550px) {
  section#hero .swiper-slide {
    height: 55vh;
  }
}
@media (min-width: 550px) and (min-width: 768px) {
  section#hero .swiper-slide {
    height: 65vh;
    background-size: 80%;
  }
}
@media (min-width: 550px) and (min-width: 768px) and (min-width: 992px) {
  section#hero .swiper-slide {
    height: 80vh;
    background-size: 80%;
  }
}
@media (min-width: 550px) and (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) {
  section#hero .swiper-slide {
    height: 90vh;
  }
}
section#hero .swiper-slide p {
  padding: 0 30px;
  font-size: 12px;
  padding-top: 20px;
}
@media (min-width: 576px) {
  section#hero .swiper-slide p {
    font-size: 18px;
    max-width: 400px;
    margin: auto;
    padding: 0;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  section#hero .swiper-slide p {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (min-width: 992px) and (min-width: 1200px) {
  section#hero .swiper-slide p {
    padding: 0 240px;
    font-size: 22px;
  }
}
section#hero .swiper-slide p.floating-name {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  padding: 0;
}
@media (min-width: 576px) {
  section#hero .swiper-slide p.floating-name {
    font-size: 16px;
    bottom: 20px;
    right: 60px;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  section#hero .swiper-slide p.floating-name {
    font-size: 20px;
    bottom: 70px;
    right: 120px;
  }
}
@media (min-width: 576px) and (min-width: 992px) and (min-width: 1200px) {
  section#hero .swiper-slide p.floating-name {
    bottom: 100px;
  }
}
section#hero .swiper-button-next:after, section#hero .swiper-button-prev:after {
  color: #465152;
  font-size: 20px;
}
@media (min-width: 992px) {
  section#hero .swiper-button-next:after, section#hero .swiper-button-prev:after {
    font-size: 30px;
  }
}

section#contact {
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color: #465152;
}
@media (min-width: 768px) {
  section#contact {
    background-size: 50%;
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  section#contact {
    background-size: 40%;
  }
}
section#contact h2 {
  text-align: center;
  font-style: italic;
  color: #fff;
}
section#contact input,
section#contact textarea {
  background-color: #fff;
  width: 100%;
  padding: 12px 15px;
}
section#contact input::placeholder,
section#contact textarea::placeholder {
  color: #465152;
  text-transform: none;
  font-family: "Montserrat", Times, serif;
  font-size: 14px;
}
section#contact textarea {
  border-radius: 10px;
  margin: 1.5rem 0;
}
section#contact input.wpcf7-submit {
  border-radius: 10px;
  width: 100%;
  display: block;
  text-align: center;
  transition: 0.3s;
}
@media (min-width: 768px) {
  section#contact input.wpcf7-submit {
    width: 170px;
    margin: auto;
    margin-top: 1rem;
  }
}
section#contact input.wpcf7-submit:hover {
  transition: 0.3s;
  color: #465152;
  background-color: #eee;
}
section#contact .fields p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
section#contact .fields p span {
  width: 100%;
}
@media (min-width: 992px) {
  section#contact .fields p span {
    width: calc(33% - 13px);
  }
}

section#about {
  position: relative;
  background-color: #465152;
}
section#about img {
  position: absolute;
  left: 0;
  top: 50px;
  width: 60px;
}
@media (min-width: 568px) {
  section#about img {
    width: 150px;
  }
}
@media (min-width: 568px) and (min-width: 992px) {
  section#about img {
    width: 180px;
  }
}
@media (min-width: 568px) and (min-width: 992px) and (min-width: 1200px) {
  section#about img {
    width: 280px;
  }
}
@media (min-width: 568px) and (min-width: 992px) and (min-width: 1200px) and (min-width: 1500px) {
  section#about img {
    width: 400px;
  }
}
@media (min-width: 568px) and (min-width: 992px) and (min-width: 1200px) and (min-width: 1500px) and (min-width: 1650px) {
  section#about img {
    width: 500px;
  }
}
@media (min-width: 568px) and (min-width: 992px) and (min-width: 1200px) and (min-width: 1500px) and (min-width: 1650px) and (min-width: 1920px) {
  section#about img {
    width: 600px;
  }
}
section#about p {
  text-align: justify;
  color: #fff;
  margin-bottom: 20px !important;
}
@media (min-width: 768px) {
  section#about p {
    padding-left: 100px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  section#about p {
    padding-left: 250px;
  }
}
section#about h2 {
  color: #fff;
  font-style: italic;
  position: relative;
}

section#books,
section#grooming {
  background-repeat: no-repeat;
  background-size: 28%;
  background-position: left top;
  background-position-y: 110px;
}
@media (min-width: 768px) {
  section#books,
  section#grooming {
    background-position-y: 210px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  section#books,
  section#grooming {
    background-position-y: 240px;
    background-size: 20%;
  }
}
@media (min-width: 768px) and (min-width: 1200px) and (min-width: 1500px) {
  section#books,
  section#grooming {
    background-size: 17%;
  }
}
@media (min-width: 768px) and (min-width: 1200px) and (min-width: 1500px) and (min-width: 1920px) {
  section#books,
  section#grooming {
    background-size: 12%;
  }
}
section#books h2,
section#grooming h2 {
  font-style: italic;
  color: #465152;
}
section#books .heading-image,
section#grooming .heading-image {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
section#books .heading-image img.book-image,
section#grooming .heading-image img.book-image {
  width: 40%;
  margin: 0 auto;
}
section#books .copy,
section#grooming .copy {
  display: flex;
  justify-content: space-between;
  color: #465152;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  section#books .copy,
  section#grooming .copy {
    padding-left: 100px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  section#books .copy,
  section#grooming .copy {
    padding-left: 250px;
  }
}
section#books .copy .column,
section#grooming .copy .column {
  width: 100%;
  text-align: justify;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  section#books .copy .column,
  section#grooming .copy .column {
    width: calc(50% - 10px);
  }
}
section#books .copy .column p,
section#grooming .copy .column p {
  margin-bottom: 10px;
}
section#books .copy .shop-now-wrapper,
section#grooming .copy .shop-now-wrapper {
  display: block;
  width: 100%;
}
section#books .copy .shop-now-wrapper button.button,
section#grooming .copy .shop-now-wrapper button.button {
  width: 100%;
  background-color: transparent;
  color: #f25d4e;
  font-weight: 500;
  border-color: #f25d4e;
  transition: 0.4s;
  border-radius: 10px;
}
@media (min-width: 576px) {
  section#books .copy .shop-now-wrapper button.button,
  section#grooming .copy .shop-now-wrapper button.button {
    width: auto;
  }
}
section#books .copy .shop-now-wrapper button.button:hover,
section#grooming .copy .shop-now-wrapper button.button:hover {
  transition: 0.5s;
  background-color: #f25d4e;
  color: #fff;
  transform: translateX(5px);
}

section#book-reviews {
  background-size: 0;
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media (min-width: 576px) {
  section#book-reviews {
    background-size: 40%;
    display: block;
  }
}
@media (min-width: 576px) and (min-width: 1100px) {
  section#book-reviews {
    background-size: 35%;
  }
}
@media (min-width: 576px) and (min-width: 1100px) and (min-width: 1440px) {
  section#book-reviews {
    background-size: 30%;
  }
}
@media (min-width: 576px) and (min-width: 1100px) and (min-width: 1440px) and (min-width: 1600px) {
  section#book-reviews {
    background-size: 25%;
  }
}
@media (min-width: 576px) and (min-width: 1100px) and (min-width: 1440px) and (min-width: 1600px) and (min-width: 1920px) {
  section#book-reviews {
    background-size: 17%;
  }
}
section#book-reviews h2 {
  font-style: italic;
  color: #465152;
}
section#book-reviews p {
  border-bottom: 1px solid #465152;
  padding: 0 10px 20px 10px;
  font-style: italic;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
}
@media (min-width: 576px) {
  section#book-reviews p {
    max-width: 480px;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  section#book-reviews p {
    max-width: 520px;
    padding: 0 20px 20px 20px;
    font-size: 20px;
  }
}
@media (min-width: 576px) and (min-width: 992px) and (min-width: 1440px) {
  section#book-reviews p {
    max-width: 800px;
  }
}
@media (min-width: 576px) and (min-width: 992px) and (min-width: 1440px) and (min-width: 1600px) {
  section#book-reviews p {
    max-width: 950px;
  }
}
section#book-reviews .reviews {
  max-height: 400px;
  overflow-y: scroll;
}
@media (min-width: 992px) {
  section#book-reviews .reviews {
    margin-top: 60px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  section#book-reviews .reviews {
    margin-top: 80px;
  }
}
section#book-reviews .reviews::-webkit-scrollbar {
  width: 5px;
  border-radius: 4px;
  background-color: #eee;
}
section#book-reviews .reviews::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #f25d4e;
}

section#systems-coaching {
  position: relative;
  background-color: #465152;
}
section#systems-coaching img {
  position: absolute;
  left: 0;
  top: 50px;
  width: 60px;
}
@media (min-width: 568px) {
  section#systems-coaching img {
    width: 150px;
  }
}
@media (min-width: 568px) and (min-width: 992px) {
  section#systems-coaching img {
    width: 180px;
  }
}
@media (min-width: 568px) and (min-width: 992px) and (min-width: 1200px) {
  section#systems-coaching img {
    width: 280px;
  }
}
@media (min-width: 568px) and (min-width: 992px) and (min-width: 1200px) and (min-width: 1500px) {
  section#systems-coaching img {
    width: 400px;
  }
}
@media (min-width: 768px) {
  section#systems-coaching div.image {
    padding-left: 100px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  section#systems-coaching div.image {
    padding-left: 250px;
  }
}
section#systems-coaching div.image img.img {
  display: block;
  width: 100%;
  top: unset;
  position: relative;
  margin: 40px 0;
  border-radius: 20px;
}
section#systems-coaching p {
  text-align: justify;
  color: #fff;
  margin-bottom: 20px !important;
}
@media (min-width: 768px) {
  section#systems-coaching p {
    padding-left: 100px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  section#systems-coaching p {
    padding-left: 250px;
  }
}
section#systems-coaching p a {
  color: #fff;
  font-style: italic;
  font-weight: 400;
  transition: 0.3s;
  border-bottom: 1px solid #fff;
}
section#systems-coaching p a:hover {
  transition: 0.4s;
  color: #dedcda;
  border-color: #dedcda;
}
section#systems-coaching h1, section#systems-coaching h2, section#systems-coaching h3 {
  color: #fff;
  font-style: italic;
  position: relative;
  line-height: 1;
}

.gallery {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
}
.gallery .cover {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
  background-position: center;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .gallery .cover {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
}
.gallery .cover h4 {
  position: absolute;
  background-color: rgba(70, 81, 82, 0.9215686275);
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  margin: 0;
  color: #fff;
  text-align: center;
  font-style: italic;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (min-width: 992px) {
  .gallery.book-reviews {
    justify-content: flex-start;
  }
}
.gallery.book-reviews .cover {
  border: 1px solid #eee;
}
@media (min-width: 768px) {
  .gallery.book-reviews .cover {
    width: calc(50% - 10px);
    margin: 5px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .gallery.book-reviews .cover {
    width: calc(33% - 10px);
    margin: 5px;
  }
}
@media (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) {
  .gallery.book-reviews .cover {
    width: calc(25% - 10px);
  }
}

body {
  margin: 0;
}

a {
  text-decoration: none !important;
  cursor: pointer;
}

/*# sourceMappingURL=theme-style.css.map */
