@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot?42155516");
  src: url("../fonts/fontello.eot?42155516#iefix") format("embedded-opentype"),
    url("../fonts/fontello.woff2?42155516") format("woff2"),
    url("../fonts/fontello.woff?42155516") format("woff"),
    url("../fonts/fontello.ttf?42155516") format("truetype"),
    url("../fonts/fontello.svg?42155516#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?42155516#fontello') format('svg');
  }
}
*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-right-open:before {
  content: "\e800";
}

/* '' */
.icon-right-dir:before {
  content: "\e801";
}

/* '' */
.icon-phone:before {
  content: "\e802";
}

/* '' */
.icon-quote-left:before {
  content: "\e803";
}

/* '' */
.icon-quote-right:before {
  content: "\e804";
}

/* '' */
.icon-location:before {
  content: "\e805";
}

/* '' */
.icon-twitter:before {
  content: "\f099";
}

/* '' */
.icon-facebook:before {
  content: "\f09a";
}

/* '' */
.icon-linkedin:before {
  content: "\f0e1";
}

/* '' */
.icon-instagram:before {
  content: "\f16d";
}

/* '' */
.icon-google:before {
  content: "\f1a0";
}

/* '' */
.icon-pinterest:before {
  content: "\f231";
}

/* '' */

/* Normilize */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* General */
html {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  color: #404040;
  background-color: #f4f6f5;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  margin: 0;
}

strong {
  font-weight: 700;
}

hr {
  height: 1px;
  width: 100%;
  background-color: #e0e2e1;
  margin: 20px 0;
  border: none;
}

/* Typography */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Raleway", sans-serif;
  margin: 0;
  line-height: 1.3;
  color: #404040;
  font-weight: 700;
}

h1,
.h1 {
  font-size: 32px;
}

h2,
.h2 {
  font-size: 24px;
}

h3,
.h3 {
  font-size: 19px;
}

h4,
.h4 {
  font-size: 16px;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #155ba1;
  text-decoration: none;
  transition: color 0.2s;
}

a:hover {
  color: #404040;
}

button {
  cursor: pointer;
}

button:focus {
  outline: none;
}

.button {
  display: inline-block;
  text-decoration: none;
  padding: 12px 25px;
  border: none;
  background: #155ba1;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 0.9rem;
  transition: 0.2s;
}

.button:hover {
  background: #404040;
  color: #fff;
}

img {
  display: block;
  width: 100%;
}

@media (min-width: 968px) {
  h1,
  .h1 {
    font-size: 32px;
  }

  h2,
  .h2 {
    font-size: 24px;
  }

  h3,
  .h3 {
    font-size: 19px;
  }

  h4,
  .h4 {
    font-size: 16px;
  }
}

/* Helpers */
.h-content > * {
  margin-bottom: 20px;
}

.h-content > *:last-child {
  margin-bottom: 0;
}

.h-bold {
  font-weight: 700;
}

.h-italic {
  font-style: italic;
}

.h-pl {
  padding-left: 20px;
}

img.h-image-auto {
  width: auto;
  display: inline-block;
}

@media (min-width: 768px) {
  .h-pl {
    padding-left: 30px;
  }
}

@media (min-width: 968px) {
  .h-pl {
    padding-left: 40px;
  }
}

/* Layout */
.container {
  padding: 0 5%;
  max-width: 1324px;
  width: 100%;
  margin: 0 auto;
}

/* Header */
.header {
  padding: 0 0 20px;
  background-color: #155ba1;
  color: #fff;
  text-align: center;
}

.header a {
  color: #f6ed22;
}

.header a:hover {
  color: #e01919;
}

.header__main-item {
  margin-bottom: 20px;
}

.header__main-item:last-child {
  margin-bottom: 0;
}

.header__main-item a {
  font-weight: 500;
}

.header-title {
  color: #fff;
}

.header-subtitle {
  color: #f6ed22;
}

.header-title,
.header-subtitle {
  margin-bottom: 10px;
}

@media (min-width: 968px) {
  .header {
    display: flex;
    padding: 20px 0 148px;
  }

  .header__inner {
    display: flex;
  }

  .header__sidebar {
    width: 250px;
    min-width: 250px;
  }

  .header__main {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .header__main-item {
    margin-bottom: 0;
    text-align: right;
  }

  .header__main-item:first-child {
    padding: 0 20px;
  }

  .header__main--landing .header__main-item:first-child {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .header__main-item:first-child {
    padding: 0 20px 0 40px;
  }
}

/* Logo */
.logo {
  display: block;
  text-align: center;
}

.logo img {
  display: inline-block;
  max-width: 346px;
}

/* Header Banner */
.header-banner {
  text-align: center;
}

.header-banner img {
  max-width: 452px;
  margin: 0 auto;
}

/* Nav */
.nav {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(225, 225, 225, 1) 100%
  );
}

.nav-list {
  text-align: center;
}

.nav-list li {
  border-bottom: 1px solid #fff;
}

.nav-list li:last-child {
  border-bottom: none;
}

.nav-link {
  display: block;
  padding: 12px 20px;
  color: #404040;
  font-weight: 500;
}

.nav-link:hover {
  color: #d80009;
}

.nav-link.nav-link--active {
  color: #404040;
  background-color: #f6ed22;
  pointer-events: none;
}

@media (min-width: 968px) {
  .nav {
    margin-bottom: 20px;
  }

  .nav-list {
    display: flex;
  }

  .nav-list li {
    border-bottom: none;
  }

  .nav-link {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    text-align: center;
    font-size: 0.8rem;
  }
}

@media (min-width: 1200px) {
  .nav-link {
    padding: 20px;
    font-size: 1rem;
  }
}

/* Page */
@media (min-width: 968px) {
  .page {
    margin-top: -128px;
  }

  .page__inner {
    display: flex;
    padding: 0 5%;
    margin: 0 auto;
    max-width: 1324px;
  }

  .sidebar {
    order: 1;
    width: 25%;
  }

  .main {
    order: 2;
    width: 75%;
    padding-left: 20px;
  }
}

@media (min-width: 1200px) {
  .page {
    margin-top: -133px;
  }

  .sidebar {
    width: 22%;
  }

  .main {
    width: 78%;
    padding-left: 40px;
  }
}

/* Home Slider */
.home-slider-desc {
  padding: 35px 20px 20px;
  color: #fff;
  background-color: #155ba1;
  font-style: italic;
}

.home-slider-desc__text {
  margin-bottom: 40px;
  padding: 0 30px 0 50px;
  position: relative;
}

.home-slider-desc__text .icon {
  font-size: 1.4rem;
}

.home-slider-desc__text .icon:first-child {
  position: absolute;
  top: -20px;
  left: 0;
  font-size: 2rem;
}

.home-slider-desc__text .icon:last-child {
  position: absolute;
  bottom: -20px;
  right: 0;
}

.home-slider-desc__name {
  text-align: right;
  color: #f6ed22;
  font-size: 0.9rem;
  font-style: normal;
}

@media (min-width: 768px) {
  .home-slider-desc__text {
    padding: 0 50px 0 90px;
  }

  .home-slider-desc__text .icon {
    font-size: 2rem;
  }

  .home-slider-desc__text .icon:first-child {
    position: absolute;
    font-size: 4rem;
    top: -40px;
  }
}

@media (min-width: 968px) {
  .home-slider {
    margin-bottom: 20px;
  }
}

/* SB Social List */
.sb-social-list {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.sb-social-list li {
  margin-right: 5px;
}

.sb-social-list li:last-child {
  margin-right: 0;
}

.sb-social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  background-color: #ccc;
  transition: 0.2s;
}

.sb-social-link--fb {
  background-color: #3b5998;
}

.sb-social-link--ig {
  background-color: #c13584;
}

.sb-social-link--tw {
  background-color: #1da1f2;
}

.sb-social-link--ld {
  background-color: #2867b2;
}

.sb-social-link--gl {
  background-color: #db4437;
}

.sb-social-link--pn {
  background-color: #bd081c;
}

.sb-social-link:hover {
  border-color: #f6ed22;
  color: #fff;
}

@media (min-width: 968px) {
  .sb-social-list {
    padding: 14px 0 33px;
  }
}

@media (min-width: 1200px) {
  .sb-social-list {
    padding: 14px 0 38px;
  }
}

/* SB Nav List */
.sb-nav-list li {
  border-bottom: 1px solid #ccc;
}

.sb-nav-list li:last-child {
  border-bottom: none;
}

.sb-nav-link {
  display: block;
  padding: 12px 20px;
  color: #404040;
  background-color: #f6ed22;
  font-weight: 500;
  transition: 0.2s;
}

.sb-nav-link:hover,
.sb-nav-link.sb-nav-link--active {
  color: #fff;
  background-color: #155ba1;
}

.sb-nav-link--active {
  pointer-events: none;
}

@media (min-width: 968px) {
  .sb-nav-list {
    margin-bottom: 20px;
  }

  .sb-nav-link {
    font-size: 0.9rem;
  }
}

/* Simple Card */
.simple-card-header {
  padding: 20px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(225, 225, 225, 1) 100%
  );
}

.simple-card-main {
  padding: 20px;
  background-color: #fff;
  text-align: center;
}

.simple-card-main p:first-child {
  margin-bottom: 10px;
}

.simple-card--yellow .simple-card-header {
  background: linear-gradient(
    180deg,
    rgba(254, 249, 124, 1) 0%,
    rgba(220, 211, 3, 1) 100%
  );
}

.simple-card--yellow .simple-card-main {
  background-color: #f6ed22;
}

.simple-card--green .simple-card-header {
  background: #006634;
  color: #fff;
}

.simple-card--green h3,
.simple-card--green h4 {
  color: #fff;
}

.simple-card--green .simple-card-main {
  background-color: #fff;
}

@media (min-width: 968px) {
  .simple-card {
    margin-bottom: 20px;
  }
}

/* Card List */
.card-list {
  display: flex;
}

.card-list li {
  margin-right: 5px;
}

.card-list li:last-child {
  margin-right: 0;
}

/* Gift Card Link */
.gift-card-link {
  display: inline-block;
  width: 155px;
  height: 58px;
  text-indent: -9999px;
  background-image: url("../images/jpg/gift-cheques.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Buy One */
.buy-one {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #fff;
}

.buy-one-title,
.buy-one-title a {
  color: #e01919;
  transition: 0.2s;
}

.buy-one-title a:hover {
  color: #155ba1;
}

.buy-one-button {
  width: 45px;
  height: 45px;
  background-color: #404040;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}

.buy-one-button:hover {
  background-color: #155ba1;
  color: #fff;
}

@media (min-width: 968px) {
  .buy-one {
    margin-bottom: 20px;
  }
}

/* IK Grid */
.ik-grid__item {
  padding: 20px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(225, 225, 225, 1) 100%
  );
}

@media (min-width: 968px) {
  .ik-grid {
    display: flex;
    margin-bottom: 20px;
  }

  .ik-grid__item {
    width: 50%;
  }
}

/* IK Card */
.ik-card {
  display: flex;
}

.ik-card img {
  width: 106px;
  height: 106px;
}

.ik-card__header {
  margin-right: 20px;
}

.ik-card__main {
  display: flex;
  align-items: center;
}

.ik-card__link:hover h3 {
  transition: 0.2s;
}

.ik-card__link:hover h3 {
  color: #155ba1;
}

/* News List */
.news-list {
  padding: 20px;
  background-color: #fff;
}

.news-list__item {
  margin-bottom: 20px;
}

.news-list__item:last-child {
  margin-bottom: 0;
}

@media (min-width: 968px) {
  .news-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .news-list__item {
    width: 31.5%;
    margin-bottom: 0;
  }

  .news-list p {
    font-size: 0.9rem;
  }
}

/* Blue Box */
.blue-box {
  padding: 20px;
  color: #fff;
  background-color: #155ba1;
}

.blue-box h2,
.blue-box h3,
.blue-box h4 {
  color: #fff;
}

@media (min-width: 968px) {
  .blue-box {
    margin-bottom: 20px;
  }
}

/* White Box */
.white-box {
  padding: 20px;
  color: #404040;
  background-color: #fff;
}

/* Home Blog */
.home-blog-grid {
  padding: 20px;
  background-color: #e0e2e1;
}

.home-blog-grid__item {
  margin-bottom: 20px;
}

.home-blog-grid__item:last-child {
  margin-bottom: 0;
}

.home-blog-card__header {
  margin-bottom: 20px;
}

.home-blog-card__header h2 a {
  color: #404040;
}

.home-blog-card__header h2 a:hover {
  color: #155ba1;
}

@media (min-width: 968px) {
  .home-blog-grid {
    margin-bottom: 20px;
  }

  .home-blog-card__main {
    display: flex;
    justify-content: space-between;
  }

  .home-blog-card__image {
    width: 31%;
  }

  .home-blog-card__content {
    width: 66%;
  }
}

/* Footer */
.footer-item:nth-child(1) {
  padding: 87px 0 40px;
  background-color: #e0e2e1;
}

.footer-item:nth-child(2) {
  padding: 40px 0;
  background-color: #dbdbdb;
  font-size: 0.9rem;
}

.footer-item:nth-child(3) {
  padding: 40px 0;
  background-color: #333;
  font-size: 0.9rem;
  color: rgb(199, 164, 164);
}

.footer-item:nth-child(3) h2,
.footer-item:nth-child(3) h3,
.footer-item:nth-child(3) h4 {
  color: rgb(199, 164, 164);
}

.footer-item:nth-child(1) a {
  color: #666465;
  font-weight: 500;
}

.footer-item:nth-child(1) a:hover {
  color: rgb(240, 47, 24);
}

@media (min-width: 968px) {
  .footer {
    margin-top: -47px;
    font-size: 0.9em;
  }
}

/* F Grid */
.f-grid__item {
  margin-bottom: 20px;
}

.f-grid__item:last-child {
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .f-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .f-grid__item {
    width: 48%;
  }
}

@media (min-width: 1200px) {
  .f-grid__item {
    width: 18%;
  }

  .f-grid__item:first-child {
    width: 40%;
  }
}

/* Pug List */
.pug-list li {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.pug-list li:last-child {
  margin-bottom: 0;
}

.pug-list .icon {
  font-size: 1.1rem;
  margin-right: 10px;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ccc;
}

.pug-list a {
  display: flex;
  align-items: center;
}

/* Juny */
.juny {
  display: flex;
}

.juny-icon {
  width: 25px;
  margin-right: 3px;
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.juny-content {
  display: flex;
  align-items: center;
}

/* News Card */
.news-card h3 a {
  color: #404040;
}

.news-card h3 a:hover {
  color: #155ba1;
}

/* Tobi Grid */
.tobi-grid-item {
  margin-bottom: 20px;
}

.tobi-grid-item:last-child {
  margin-bottom: 0;
}

figcaption {
  display: none;
}

@media (min-width: 460px) {
  .tobi-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .tobi-grid-item {
    width: 48.5%;
    margin-bottom: 0;
    padding: 5px 2px 2px 2px;
  }
}

@media (min-width: 768px) {
  .tobi-grid-item {
    width: 24%;
  }
}

/* Home Slider */
.home-page .tns-nav {
  margin-top: -30px;
  position: relative;
  margin-left: 20px;
}

.home-page .tns-nav button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #fff;
  margin-right: 7px;
}

.home-page .tns-nav button:last-child {
  margin-right: 0;
}

.home-page .tns-nav button.tns-nav-active {
  background: #e01919;
}

/* Sub Form */
.sub-form {
  text-align: left;
}

.sub-form-item {
  margin-bottom: 10px;
}

.sub-form-item:last-child {
  margin-bottom: 0;
}

.sub-input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ccc;
  transition: 0.2s;
}

.sub-input:focus {
  border-color: #155ba1;
}

.blue-input {
  width: 100%;
  padding: 12px;
  border: 1px solid #155ba1;
  background-color: #155ba1;
  color: #fff;
  transition: 0.2s;
}

.blue-input:focus {
  border: 1px solid#f6ed22;
}

.blue-input::placeholder {
  color: #ccc;
}

.blue-input--textarea {
  min-height: 100px;
  max-height: 100px;
  height: 100px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

@media (min-width: 968px) {
  .blue-input--textarea {
    min-height: 150px;
    max-height: 150px;
    height: 150px;
  }
}

/* Form */
button {
  line-height: 1.6;
}

input:focus,
textarea:focus {
  outline: none;
}

.field-error {
  line-height: 1.3;
  font-size: 0.85rem;
  font-weight: 500;
}

.form-status {
  padding: 8px 12px;
  background: #155ba1;
  color: #fff;
  font-weight: 500;
  font-size: 0.85rem;
}

/* Booking Banner */
.booking-banner-main {
  padding: 20px 0;
  border-top: 3px solid #155ba1;
  border-bottom: 3px solid #155ba1;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  font-style: italic;
}

.booking-banner-footer {
  margin-top: 20px;
  text-align: right;
}

@media (min-width: 968px) {
  .booking-banner-main {
    padding: 30px 0;
    border-top: 4px solid #155ba1;
    border-bottom: 4px solid #155ba1;
    font-size: 1.6rem;
  }
}

@media (min-width: 1200px) {
  .booking-banner {
    margin-top: 40px;
  }

  .booking-banner-main {
    border-top: 5px solid #155ba1;
    border-bottom: 5px solid #155ba1;
    font-size: 2rem;
  }
}

/* List */
.list {
  padding-left: 19px;
  list-style-type: disc;
}

.list li {
  margin-bottom: 7px;
}

.list li:last-child {
  margin-bottom: 0;
}

.list-ol li {
  margin-bottom: 7px;
}

.list-ol li:last-child {
  margin-bottom: 0;
}

/* Coupon List */
.coupon-list li {
  margin-bottom: 10px;
}

.coupon-list li:last-child {
  margin-bottom: 0;
}

@media (min-width: 460px) {
  .coupon-list {
    display: flex;
    flex-wrap: wrap;
  }

  .coupon-list li {
    width: 50%;
    margin-bottom: 20px;
  }

  .coupon-list li:nth-child(even) {
    padding-left: 10px;
  }

  .coupon-list li:nth-child(odd) {
    padding-right: 10px;
  }
}

/* Testimonials Grid */
.testimonials-grid li {
  margin-bottom: 10px;
}

.testimonials-grid li:last-child {
  margin-bottom: 0;
}

/* Rec List */
.rec-list > li {
  margin-bottom: 20px;
}

.rec-list > li:last-child {
  margin-bottom: 0;
}

/* Recent Work Card */
.recent-work-card {
  border: 1px solid #e0e2e1;
}

.recent-work-card-title {
  margin-bottom: 7px;
}

.recent-work-card-title--blog {
  margin-bottom: 20px;
}

.recent-work-card-subtitle {
  font-size: 1.1em;
  color: #666465;
}

.recent-work-card-main {
  padding: 20px;
}

@media (min-width: 768px) {
  .recent-work-card {
    display: flex;
  }

  .recent-work-card-header {
    width: 50%;
  }

  .recent-work-card-main {
    width: 50%;
  }

  .recent-work-card-header img {
    object-fit: cover;
    height: 100%;
  }
}

/* Tag List */
.tag-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8em;
}

.tag-list li {
  margin-right: 7px;
}

.tag-list li:last-child {
  margin-right: 0;
}

/* Member Card */
.member-card {
  margin-top: 100px;
  border: 1px solid #e0e2e1;
  border-top: 3px solid #e0e2e1;
  padding: 0 20px 20px;
  text-align: center;
}

.member-card-header {
  margin-top: -80px;
  margin-bottom: 20px;
}

.member-card-image {
  border: 3px solid #e0e2e1;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: 0 auto;
}

.member-card-image img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.member-card-main {
  height: calc(100% - 100px);
  display: flex;
  flex-direction: column;
}
.member-card-main h3 {
  margin-bottom: 7px;
}

.member-card-main h4 {
  font-size: 1em;
  color: #a2a5a4;
}
.member-card-main__desc {
  flex: 1;
}

/* Team List */
@media (min-width: 768px) {
  .team-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .team-list li {
    width: 48%;
  }
}

@media (min-width: 968px) {
  .team-list li {
    width: 31.5%;
  }
}

/* Text Image */
.text-image--left {
  float: left;
  max-width: 300px;
  margin: 0 30px 10px 0;
}

.text-image--left.text-image--left-400 {
  max-width: 400px;
}

.text-image--right {
  float: right;
  max-width: 300px;
  margin: 0 0 10px 30px;
}

/* Blog */
.blog-title-image {
  max-width: 500px;
}

@media (min-width: 968px) {
  .nav + .white-box {
    min-height: 963px;
  }
}

/* Form Status and Field Error */
.form-status {
  display: none;
  width: 100%;
  background: #005d98;
  color: #fff;
  padding: 2px 10px;
}

.form-status.active {
  display: block;
}

.form-status.success {
  background: #84c340;
}

.form-status.error {
  background: #d80009;
}

.schedule-form-wrapper {
  padding: 20px;
  background: linear-gradient(180deg, #fff 0, #e1e1e1 100%);
}

@media (min-width: 968px) {
  .schedule-form-wrapper {
    margin-bottom: 20px;
  }
}

/* Schedule Form */
.schedule-form {
  display: flex;
  flex-wrap: wrap;
}

.schedule-form__item {
  position: relative;
  width: 50%;
}

.schedule-form__item:nth-child(1) {
  padding-right: 5px;
  margin-bottom: 10px;
}

.schedule-form__item:nth-child(1) .ej-dropdown {
  padding-right: 5px;
}

.schedule-form__item:nth-child(2) {
  padding-left: 5px;
  margin-bottom: 10px;
}

.schedule-form__item:nth-child(2) .ej-dropdown {
  padding-left: 5px;
}

.schedule-form__item:nth-child(3) {
  width: 100%;
}

.schedule-form-input {
  width: 100%;
  font-size: 16px;
  color: #404040;
  padding: 19px 30px 19px 10px;
  border-radius: 5px;
  background-color: #fff;
  border: 2px solid #fff;
  background-position: right center;
  background-repeat: no-repeat;
}

.schedule-form-input--location {
  background-image: url("../images/png/location-bg.webp");
}

.schedule-form-input--select {
  background-image: url("../images/png/select-arrow-bg.webp");
}

.schedule-form-button {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  padding: 14px 25px;
  border: none;
  background: #155ba1;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 1.1rem;
  text-align: center;
  transition: 0.2s;
}

.schedule-form-button:hover {
  background-color: #404040;
}

.schedule-form-button svg {
  display: none;
}

.ej-dropdown {
  position: absolute;
  z-index: 2;
  top: 90%;
  left: 0;
  width: 100%;
}

.ej-dropdown-content {
  box-shadow: 0px 4px 10px rgba(42, 94, 81, 0.2);
}

.dd-content {
  padding: 13px 18px;
  background-color: #fff;
  width: 100%;
  text-align: left;
}

.ej-dropdown-item {
  color: rgb(90, 90, 90);
  transition: color 0.2s ease-in-out;
  margin-bottom: 7px;
  cursor: pointer;
}

.ej-dropdown-item:last-child {
  margin-bottom: 0;
}

.ej-dropdown-item:hover {
  color: rgb(39, 39, 39);
}

@media (min-width: 768px) {
  .schedule-form__item:nth-child(1) {
    width: 40%;
    margin-bottom: 0;
  }

  .schedule-form__item:nth-child(2) {
    width: 40%;
    margin-bottom: 0;
  }

  .schedule-form__item:nth-child(3) {
    width: 20%;
    padding-left: 10px;
  }

  .schedule-form-button {
    padding: 16px 20px;
    font-size: 18px;
  }

  .schedule-form-button svg {
    width: 15px;
    height: 15px;
  }
}

.schedule-online-wrapper {
  height: 1100px;
  margin-top: 20px;
}

/* Services List / Card */
.services-list * {
  box-sizing: border-box;
}

.services-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.services-list.services-list--full {
  margin-bottom: 30px;
}

.services-list__item {
  margin-bottom: 50px;
}

.services-list--sm .services-list__item {
  margin-bottom: 32px;
}

.services-list__item:last-child {
  margin-bottom: 0;
}

.service-card {
  max-width: 407px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 7px;
  min-height: 245px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.service-card::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.33);
  border-radius: 7px;
}

.service-card__title {
  position: relative;
  z-index: 1;
  font-size: 41px;
  color: var(--color-white);
  font-style: italic;
  text-align: center;
  padding: 0 10px;
  text-shadow: 1px 1px 2px var(--color-main-shaft);
}

.service-card__price {
  position: relative;
  z-index: 1;
  font-size: 1.2em;
  padding: 0 10px;
  text-shadow: 1px 1px 2px var(--color-main-shaft);
  color: var(--color-white);
}

.service-card__price span {
  font-size: 1.6em;
}

.service-card__desc {
  position: relative;
  z-index: 1;
  font-size: 1.2em;
  color: var(--color-white);
  margin-bottom: 47px;
  margin-top: 10px;
  text-align: center;
  padding: 0 10px;
  text-shadow: 1px 1px 2px var(--color-main-shaft);
}

.service-card__footer {
  position: absolute;
  z-index: 1;
  bottom: -17px;
  left: 0;
  width: 100%;
  text-align: center;
}

.service-card-link {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 62px;
  background-color: var(--color-white);
  font-size: 14px;
  box-shadow: 0px 4px 10px rgba(42, 94, 81, 0.2);
  font-weight: 500;
  min-width: 218px;
  color: var(--color-tundora-dark);
}

.service-card-link:hover {
  color: var(--color-shamrock);
  text-decoration: none;
}

@media screen and (min-width: 460px) {
  .services-list__item {
    margin-bottom: 64px;
  }
}

@media screen and (min-width: 960px) {
  .services-list {
    display: flex;
    justify-content: space-between;
  }
  .services-list--full .price-card {
    width: 100%;
  }

  .services-list__item {
    margin-bottom: 0;
    width: 31%;
  }

  .services-list--sm .services-list__item {
    margin-bottom: 0;
  }
}

/* Price Card */
.price-card * {
  box-sizing: border-box;
}

.price-card {
  max-width: 407px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(225, 225, 225, 1) 100%
  );
  border-radius: 10px;
  text-align: center;
  width: 90%;
}

.price-card__header {
  display: none;
  height: 245px;
  background-position: center center;
  background-repeat: no-repeat;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.price-card__sub-header {
  padding: 0 18px 28px;
}

.price-card__sub-header h2 {
  background: #155ba1;
  color: #fff;
  padding: 20px 18px 3px;
  margin-left: -18px;
  margin-right: -18px;
  margin-top: 0;
  margin-bottom: 0;
}

.price-card__sub-header h3 {
  background: #155ba1;
  color: #fff;
  padding: 3px 18px 20px;
  margin-left: -18px;
  margin-right: -18px;
  margin-top: 0;
  margin-bottom: 0;
}

.price-card__desc {
  padding: 10px 0 8px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.price-card__desc:first-of-type {
  padding: 20px 0 8px;
}

.price-card__desc:last-of-type {
  border-bottom: 2px solid #ccc;
  padding: 10px 0 18px;
}

.price-card__price {
  font-size: 26px;
  line-height: 1;
  padding-right: 5px;
  width: 55%;
}

.price-card__text {
  text-align: left;
  padding-left: 5px;
  width: 45%;
  font-size: 16px;
}

.price-card__text--full {
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.price-card__list {
  margin-bottom: 20px;
  font-size: 12px;
  padding: 5px 18px;
  line-height: 1.1;
  text-align: left;
  position: relative;
  list-style: none;
}

.price-card__list li {
  margin-bottom: 10px;
}

.price-card__list li:last-of-type {
  margin-bottom: 0;
}

.price-card__list li:nth-last-child(2) {
  margin-bottom: 0;
}

.price-card__list:last-of-type {
  margin-bottom: 0;
}

.price-card__list__footer {
  position: absolute;
  left: -30px;
  top: 0;
  width: 30px;
  height: 100%;
  text-align: center;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  background-color: #155ba1;
  color: #fff;
}

.price-card__list__footer span {
  transform-origin: center center;
  transform: rotate(-90deg);
  position: absolute;
  top: 48%;
  left: -20px;
  width: 71px;
  text-align: center;
  text-transform: uppercase;
}

.price-card__footer {
  padding: 25px;
}

.price-card-link {
  padding: 14px 32px 12px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 4px;
  line-height: 1;
  width: 100%;
  display: block;
  text-align: center;
  background-color: #155ba1;
  color: white;
  transition: background-color 0.2s ease-out;
}

.price-card-link:hover {
  background-color: #404040;
  text-decoration: none;
  color: white;
}

.ddd {
  height: 2px;
  width: 100%;
  background: #ccc;
  margin-bottom: 20px;
  width: 84%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 460px) {
  .price-card__footer {
    padding: 15px 20px;
  }

  .price-card__sub-header {
    padding: 0 20px 32px 20px;
  }

  .price-card__list {
    padding: 7px 20px;
    font-size: 13px;
  }

  .price-card-link {
    font-size: 16px;
    padding: 12px 20px 10px;
  }

  .price-card__sub-header h2 {
    padding: 20px 20px 3px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .price-card__sub-header h3 {
    padding: 3px 20px 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (min-width: 960px) {
  .price-card {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .price-card {
    width: 88%;
  }

  .price-card__footer {
    padding: 18px;
    margin-top: auto;
  }

  .price-card__sub-header {
    padding: 0 18px 32px 18px;
  }

  .price-card__list {
    padding: 7px 18px;
  }

  .price-card__sub-header h2 {
    padding: 20px 18px 3px;
    margin-left: -18px;
    margin-right: -18px;
  }

  .price-card__sub-header h3 {
    padding: 3px 18px 20px;
    margin-left: -18px;
    margin-right: -18px;
  }
}

@media screen and (min-width: 1200px) {
  .price-card {
    width: 90%;
  }

  .price-card__footer {
    padding: 20px 20px;
  }

  .price-card__sub-header {
    padding: 0 20px 32px 20px;
  }

  .price-card__list {
    padding: 7px 20px;
    font-size: 14px;
  }

  .price-card__sub-header h2 {
    padding: 20px 20px 3px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .price-card__sub-header h3 {
    padding: 3px 20px 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}

/* Landing page */
.home-page--landing .price-card__sub-header {
  padding-top: 0;
}

@media screen and (min-width: 968px) {
  .home-page--landing .main {
    width: 100%;
  }

  .home-page--landing .header__main {
    justify-content: flex-end;
  }

  .white-box--dm {
    margin-bottom: 20px;
  }
}

/* Form */
.cf {
  text-align: left;
  margin-top: 30px;
}

.cf__row {
  margin-bottom: 20px;
  position: relative;
}

.cf__row:last-of-type {
  margin-bottom: 0;
}

.cf__label {
  font-family: "Roboto", sans-serif;
  display: block;
  color: #183067;
  font-size: 14px;
  font-weight: 700;
}

.cf__input {
  width: 100%;
  border: none;
  padding: 7px 0;
  border-bottom: 1px solid #ccc;
  color: #555;
  font-size: 14px;
  transition: all 0.3s ease;
}

.cf__input ~ .focus-border {
  position: absolute;
  top: 52px;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #183067;
  transition: 0.2s;
}

.cf__input:focus ~ .focus-border {
  width: 100%;
  transition: 0.4s;
  left: 0;
}

.cf__input:focus {
  outline: none;
}

.cf__input:focus {
  border-color: #183067;
}

.cf__input--textarea {
  height: 110px;
  min-height: 110px;
  max-height: 110px;
  max-width: 100%;
  min-width: 100%;
}

.cf__input--textarea ~ .focus-border {
  top: 131px;
}

.cf__alert {
  font-size: 14px;
  line-height: 1.4;
}

.form-status {
  display: none;
  padding: 3px 7px;
  background-color: #999999;
  color: #fff;
}

.form-status.success {
  background-color: #08a300;
}

.form-status.error {
  background-color: #cf0e0e;
}

.form-status.active {
  display: block;
}

.cf__info {
  display: none;
  font-size: 1.37em;
  text-align: center;
}

.cf--sent .cf__info {
  display: block;
}

.cf--sent .cf__row-list {
  display: none;
}

@media (min-width: 768px) {
  .cf__input ~ .focus-border {
    top: 54px;
  }
}

/* Datepicker */
.datepicker {
  display: none;
}

.datepicker.active {
  display: block;
}

.datepicker-dropdown {
  left: 0;
  padding-top: 4px;
  position: absolute;
  top: 0;
  z-index: 20;
}

.datepicker-dropdown.datepicker-orient-top {
  padding-bottom: 4px;
  padding-top: 0;
}

.datepicker-picker {
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
}

.datepicker-dropdown .datepicker-picker {
  box-shadow: 0 2px 3px hsla(0, 0%, 4%, 0.1), 0 0 0 1px hsla(0, 0%, 4%, 0.1);
}

.datepicker-picker span {
  -webkit-touch-callout: none;
  border: 0;
  border-radius: 4px;
  cursor: default;
  display: block;
  flex: 1;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker-main {
  padding: 2px;
}

.datepicker-footer {
  background-color: #f5f5f5;
  box-shadow: inset 0 1px 1px hsla(0, 0%, 4%, 0.1);
}

.datepicker-controls,
.datepicker-grid,
.datepicker-view,
.datepicker-view .days-of-week {
  display: flex;
}

.datepicker-grid {
  flex-wrap: wrap;
}

.datepicker-view .days .datepicker-cell,
.datepicker-view .dow {
  flex-basis: 14.2857142857%;
}

.datepicker-view.datepicker-grid .datepicker-cell {
  flex-basis: 25%;
}

.datepicker-cell,
.datepicker-view .week {
  height: 2.25rem;
  line-height: 2.25rem;
}

.datepicker-title {
  background-color: #f5f5f5;
  box-shadow: inset 0 -1px 1px hsla(0, 0%, 4%, 0.1);
  font-weight: 700;
  padding: 0.375rem 0.75rem;
  text-align: center;
}

.datepicker-header .datepicker-controls {
  padding: 2px 2px 0;
}

.datepicker-controls .button {
  align-items: center;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  box-shadow: none;
  color: #363636;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: center;
  line-height: 1.5;
  margin: 0;
  padding: calc(0.375em - 1px) 0.75em;
  position: relative;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}

.datepicker-controls .button:active,
.datepicker-controls .button:focus {
  outline: none;
}

.datepicker-controls .button:hover {
  border-color: #b5b5b5;
  color: #363636;
}

.datepicker-controls .button:focus {
  border-color: #3273dc;
  color: #363636;
}

.datepicker-controls .button:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.datepicker-controls .button:active {
  border-color: #4a4a4a;
  color: #363636;
}

.datepicker-controls .button[disabled] {
  cursor: not-allowed;
}

.datepicker-header .datepicker-controls .button {
  border-color: transparent;
  font-weight: 700;
}

.datepicker-header .datepicker-controls .button:hover {
  background-color: #f9f9f9;
}

.datepicker-header .datepicker-controls .button:focus:not(:active) {
  box-shadow: 0 0 0 0.125em hsla(0, 0%, 100%, 0.25);
}

.datepicker-header .datepicker-controls .button:active {
  background-color: #f2f2f2;
}

.datepicker-header .datepicker-controls .button[disabled] {
  box-shadow: none;
}

.datepicker-footer .datepicker-controls .button {
  border-radius: 2px;
  font-size: 0.75rem;
  margin: calc(0.375rem - 1px) 0.375rem;
  width: 100%;
}

.datepicker-controls .view-switch {
  flex: auto;
}

.datepicker-controls .next-btn,
.datepicker-controls .prev-btn {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  width: 2.25rem;
}

.datepicker-controls .next-btn.disabled,
.datepicker-controls .prev-btn.disabled {
  visibility: hidden;
}

.datepicker-view .dow {
  font-size: 0.875rem;
  font-weight: 700;
  height: 1.5rem;
  line-height: 1.5rem;
}

.datepicker-view .week {
  color: #b5b5b5;
  font-size: 0.75rem;
  width: 2.25rem;
}

@media (max-width: 22.5rem) {
  .datepicker-view .week {
    width: 1.96875rem;
  }
}

.datepicker-grid {
  width: 15.75rem;
}

@media (max-width: 22.5rem) {
  .calendar-weeks + .days .datepicker-grid {
    width: 13.78125rem;
  }
}

.datepicker-cell:not(.disabled):hover {
  background-color: #f9f9f9;
  cursor: pointer;
}

.datepicker-cell.focused:not(.selected) {
  background-color: #e8e8e8;
}

.datepicker-cell.selected,
.datepicker-cell.selected:hover {
  background-color: #3273dc;
  color: #fff;
  font-weight: 600;
}

.datepicker-cell.disabled {
  color: #dbdbdb;
}

.datepicker-cell.next:not(.disabled),
.datepicker-cell.prev:not(.disabled) {
  color: #7a7a7a;
}

.datepicker-cell.next.selected,
.datepicker-cell.prev.selected {
  color: #e6e6e6;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
  background-color: #f5f5f5;
  border-radius: 0;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(
    .disabled
  ):hover {
  background-color: #eee;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused {
  background-color: #e8e8e8;
}

.datepicker-cell.today:not(.selected) {
  background-color: #00d1b2;
}

.datepicker-cell.today:not(.selected):not(.disabled) {
  color: #fff;
}

.datepicker-cell.today.focused:not(.selected) {
  background-color: #00c4a7;
}

.datepicker-cell.range-end:not(.selected),
.datepicker-cell.range-start:not(.selected) {
  background-color: #b5b5b5;
  color: #fff;
}

.datepicker-cell.range-end.focused:not(.selected),
.datepicker-cell.range-start.focused:not(.selected) {
  background-color: #afafaf;
}

.datepicker-cell.range-start {
  border-radius: 4px 0 0 4px;
}

.datepicker-cell.range-end {
  border-radius: 0 4px 4px 0;
}

.datepicker-cell.range {
  background-color: #dbdbdb;
  border-radius: 0;
}

.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover {
  background-color: #d5d5d5;
}

.datepicker-cell.range.disabled {
  color: #c2c2c2;
}

.datepicker-cell.range.focused {
  background-color: #cfcfcf;
}

.datepicker-view.datepicker-grid .datepicker-cell {
  height: 4.5rem;
  line-height: 4.5rem;
}

.datepicker-input.in-edit {
  border-color: #2366d1;
}

.datepicker-input.in-edit:active,
.datepicker-input.in-edit:focus {
  box-shadow: 0 0 0.25em 0.25em rgba(35, 102, 209, 0.2);
}

/* Datepicker Custom */
.cf .datepicker-cell.today:not(.selected) {
  background-color: #cecece;
  border-radius: 23px;
}

.cf .datepicker-cell.selected,
.cf .datepicker-cell.selected:hover {
  border: 1px solid var(--color-text-on-black-bg);
  border-radius: 23px;
  background-color: var(--color-orange);
  color: var(--color-white);
}

.cf .datepicker-controls .btn {
  border: 1px solid var(--color-text-on-black-bg);
  border-radius: 23px;
  background-color: var(--color-orange);
  color: var(--color-white);
  outline: none;
}

/* Author */
.author {
  font-size: 0.87rem;
  font-weight: 700;
  margin-top: 10px;
}

/* Helpers */
.mw {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.mt--10 {
  margin-top: 10px;
}

@media (min-width: 1024px) {
  .mw {
    max-width: 960px;
  }
}

/* Grid Two */
@media (min-width: 440px) {
  .grid-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
